]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(cua-highlight-region-shift-only, cua-paste-pop): Fix typos in docstrings.
[gnu-emacs] / lisp / ChangeLog
1 2007-11-15 Juanma Barranquero <lekktu@gmail.com>
2
3 * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
4 Fix typo in docstring.
5
6 * emulation/cua-base.el (cua-paste-pop): Fix typo in docstring.
7 (cua-highlight-region-shift-only): Doc fix.
8
9 2007-11-15 Richard Stallman <rms@gnu.org>
10
11 * bindings.el (esc-map): Bind C-M-l here; moved from reposition.el.
12
13 * reposition.el (reposition-window):
14 Binding C-M-l moved to bindings.el.
15
16 * bindings.el (ctl-x-4-map): Bind C-x 4 a here; moved from add-log.el.
17
18 * add-log.el (add-change-log-entry-other-window):
19 Key binding C-x 4 a moved to bindings.el.
20
21 * bindings.el (minibuffer-local-map): Bind C-tab here; moved
22 from filecache.el.
23
24 * filecache.el: Minibuffer map bindings moved to bindings.el.
25
26 2007-11-14 Jason Rumney <jasonr@gnu.org>
27
28 * international/mule-cmds.el (set-locale-environment): Set
29 default-file-name-coding-system from system defaults on Windows.
30
31 2007-11-14 Nick Roberts <nickrob@snap.net.nz>
32
33 * progmodes/gdb-ui.el (gdb-parent-bptno-enabled): New variable.
34 (gdb-breakpoint-regexp, gdb-mouse-toggle-breakpoint-margin)
35 (gdb-mouse-toggle-breakpoint-fringe, gdb-delete-breakpoint)
36 (gdb-goto-breakpoint): Generalise for breakpoints with multiple
37 locations.
38 (gdb-info-breakpoints-custom, gdb-assembler-custom)
39 (gdb-toggle-breakpoint): Update for new gdb-breakpoint-regexp.
40 (gdb-put-breakpoint-icon): Only display icon for parent breakpoint.
41
42 2007-11-11 Juanma Barranquero <lekktu@gmail.com>
43
44 * international/iso-cvt.el (iso-translate-conventions): Doc fix.
45 (iso-aggressive-german-trans-tab, iso-conservative-german-trans-tab)
46 (iso-tex2iso-trans-tab, iso-gtex2iso-trans-tab): Reflow docstring.
47 (iso-spanish, iso-german, iso-iso2tex, iso-tex2iso, iso-gtex2iso)
48 (iso-iso2gtex, iso-iso2duden, iso-iso2sgml, iso-sgml2iso):
49 Rewrite in active voice.
50
51 2007-11-10 Juri Linkov <juri@jurta.org>
52
53 * startup.el: Backport startup screen related changes from the trunk.
54 (initialization): Change group to `environment'.
55 (inhibit-startup-screen): Rename from `inhibit-splash-screen'.
56 (inhibit-splash-screen): Make alias to `inhibit-startup-screen'.
57 (inhibit-startup-message): Change alias to `inhibit-startup-screen'.
58 (initial-scratch-message): Fix docstring.
59 (startup-screen-inhibit-startup-screen)
60 (pure-space-overflow-message): New variables.
61 (command-line): Rename `inhibit-startup-message' to
62 `inhibit-startup-screen'.
63 (initial-scratch-message): Doc fix.
64 (fancy-splash-text): Remove variable.
65 (fancy-startup-text, fancy-about-text, splash-screen-keymap):
66 New variables.
67 (fancy-splash-delay, fancy-splash-max-time)
68 (fancy-current-text, fancy-splash-stop-time)
69 (fancy-splash-outer-buffer, fancy-splash-last-input-event):
70 Remove variables.
71 (fancy-splash-insert): Use help-echo from the 3rd element of the
72 link specification list, or "Follow this link" if it's nil. Doc fix.
73 Allow functions for face and link specs.
74 (fancy-splash-tail): Remove function.
75 (fancy-startup-tail): New function.
76 (fancy-splash-default-action, fancy-splash-special-event-action)
77 (fancy-splash-screens): Remove functions.
78 (fancy-about-screen): New function.
79 (normal-splash-screen): Rename argument `hide-on-input' to `startup'.
80 Fix docstring. Use argument `startup' to conditionally display
81 different texts for Startup and About screens. Don't display Help
82 commands on the About screen. Remove `unwind-protect' `sit-for'
83 delay and `kill-buffer' after it.
84 (normal-mouse-startup-screen, normal-splash-screen)
85 (normal-no-mouse-startup-screen): New functions.
86 (startup-echo-area-message): Change text of the echo area.
87 (display-splash-screen): Remove function.
88 (display-startup-screen, display-about-screen): New functions.
89 (about-emacs): Make alias to `display-about-screen'.
90 (display-splash-screen): Make alias to `display-startup-screen'.
91 (command-line-1): Rename `inhibit-startup-message' to
92 `inhibit-startup-screen'. Inhibit startup screen when Emacs is
93 started with command line options "-f", "-funcall", "-e", "-eval",
94 "-execute", "-insert", "-find-file", "-file", "-visit".
95 Inhibit startup screen when Emacs is started with a file name only
96 on tty (i.e. don't inhibit it when started with a file name like
97 "emacs FILE..." on a window system).
98 Comment out unused code for coping with the old sit-for behavior.
99 If file-count > 0, then display the concise version in another
100 window, otherwise display full version in the same window.
101 * loadup.el: Add `button'. Move up `startup'.
102 * help.el (help-map, help-for-help-internal): Add `C-h C-a'.
103 * version.el (emacs-copyright): Add emacs-copyright.
104 * menu-bar.el (menu-bar-help-menu):
105 Move "About Emacs" and "About GNU" to the end of the Help menu.
106 Move "Emacs Psychotherapist" after "Send Bug Report...".
107 Move "External Packages" after "Find Emacs Packages".
108
109 2007-11-10 Jason Rumney <jasonr@gnu.org>
110
111 * w32-fns.el: Sync charset names with setup-default-fontset.
112 Append "-1" where second part missing.
113
114 * term/w32-win.el: Enable SJIS fonts before creating any fontsets.
115
116 2007-11-10 Juanma Barranquero <lekktu@gmail.com>
117
118 * ido.el (ido-save-history): Write the history file in UTF-8,
119 and add `coding' file-local variable.
120
121 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
122
123 * international/iso-cvt.el (iso-spanish, iso-german, iso-iso2tex)
124 (iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Doc fixes.
125 (iso-iso2duden-trans-tab): Add docstring.
126
127 2007-11-09 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
128
129 * faces.el (face-normalize-spec): Remove function.
130 (frame-set-background-mode): Undo last change.
131
132 2007-11-09 Juanma Barranquero <lekktu@gmail.com>
133
134 * files.el (enable-local-variables): Doc fix.
135
136 2007-11-08 David Hansen <david.hansen@gmx.net> (tiny change)
137
138 * eshell/em-dirs.el (eshell-expand-multiple-dots): Change regexp to
139 match dir like "a...b".
140
141 2007-11-07 Johan Bockg\e,Ae\e(Brd <bojohan@gnu.org>
142
143 * eshell/esh-mode.el (eshell-output-filter):
144 * eshell/esh-proc.el (eshell-insertion-filter, eshell-sentinel):
145 Use `with-current-buffer'.
146
147 2007-11-05 Nick Roberts <nickrob@snap.net.nz>
148
149 * progmodes/gud.el (gud-gdb): Remove vestigial gdba doc and code.
150
151 2007-11-04 Riccardo Murri <riccardo.murri@gmail.com>
152
153 * net/tls.el: Require rx when compiling.
154 (tls-end-of-info): New variable.
155 (open-tls-stream): Keep reading input until `tls-end-of-info' is
156 matched.
157
158 2007-11-03 Ulrich Mueller <ulm@gentoo.org> (tiny change)
159
160 * simple.el (bad-packages-alist): Anchor semantic regexp.
161
162 2007-11-02 Drake Wilson <drake@begriffli.ch> (tiny change)
163
164 * files.el (hack-local-variables): Fix membership tests to avoid
165 treating all variables as safe if `enable-local-variables' is
166 set to :safe (CVE-2007-5795).
167
168 2007-11-02 Glenn Morris <rgm@gnu.org>
169
170 * progmodes/etags.el (tags-table-mode): Disable undo.
171
172 * simple.el (bad-packages-alist): Revert previous change.
173
174 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu>
175
176 * printing.el (printing): Fix :version, printing.el was included
177 in emacs-22.1.
178 (pr-path-style, pr-path-alist, pr-txt-name)
179 (pr-txt-printer-alist, pr-ps-name, pr-ps-printer-alist)
180 (pr-temp-dir, pr-ps-temp-file, pr-file-modes, pr-gv-command)
181 (pr-gs-command, pr-gs-switches, pr-gs-device, pr-gs-resolution)
182 (pr-print-using-ghostscript, pr-file-tumble, pr-auto-region)
183 (pr-auto-mode, pr-mode-alist, pr-ps-utility)
184 (pr-ps-utility-alist, pr-menu-char-height, pr-menu-char-width)
185 (pr-setting-database, pr-visible-entry-list)
186 (pr-delete-temp-file, pr-list-directory, pr-buffer-name)
187 (pr-buffer-name-ignore, pr-buffer-verbose): Remove incorrect
188 :version.
189
190 2007-11-01 Glenn Morris <rgm@gnu.org>
191
192 * simple.el (bad-packages-alist): Add an entry for standalone vc-svn.
193
194 * mail/footnote.el (footnote-numeric-regexp)
195 (footnote-english-upper-regexp, footnote-english-lower-regexp)
196 (footnote-roman-lower-regexp, footnote-roman-upper-regexp):
197 Match multi-character footnotes.
198
199 * textmodes/nroff-mode.el (nroff-mode): Set indent-line-function.
200 (nroff-indent-line-function): New function.
201 (nroff-count-text-lines): Use nroff-forward-text-line rather than
202 obsolete alias.
203
204 2007-10-31 Michael Albinus <michael.albinus@gmx.de>
205
206 * net/tramp.el (tramp-open-connection-telnet)
207 (tramp-open-connection-rsh, tramp-open-connection-su)
208 (tramp-open-connection-multi): Set $LC_ALL to "C".
209
210 2007-10-31 Sven Joachim <svenjoac@gmx.de>
211
212 * dired-aux.el (dired-copy-file-recursive):
213 Preserve directory permissions.
214
215 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
216
217 * whitespace.el (whitespace-write-file-hook): Remove interactive spec.
218 (whitespace-unload-function): New-style unload function. When run,
219 unintern `whitespace-unload-hook' and call `unload-feature' recursively
220 to stop the old hook from messing with the unloading.
221
222 * strokes.el (strokes-alphabetic-lessp): Doc fix.
223
224 2007-10-31 Sean O'Rourke <sorourke@cs.ucsd.edu>
225
226 * emacs-lisp/find-func.el (find-library): Use library at
227 point as default interactive argument.
228
229 2007-10-31 Juanma Barranquero <lekktu@gmail.com>
230
231 * emacs-lisp/elp.el (elp-report-limit, elp-restore-all)
232 (elp-unset-master, elp-results): Fix typos.
233 (elp-sort-by-function, elp-use-standard-output, elp-recycle-buffers-p):
234 Doc fixes.
235
236 * msb.el (msb--many-menus): Remove variable.
237 (msb-max-menu-items, msb--add-to-menu): Doc fixes.
238 (msb-menu-cond, msb-item-handling-function, msb--create-function-info)
239 (msb--toggle-menu-type): Fix typos in docstrings.
240
241 * shadowfile.el (shadow-inhibit-overload, shadow-remove-from-todo)
242 (shadow-insert-var): Doc fixes.
243 (shadow-file-match, shadow-define-cluster, shadow-define-regexp-group):
244 Reflow docstrings.
245 (shadow-parse-fullname, shadow-read-files): Fix typos in docstrings.
246
247 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
248
249 * ediff-hook.el (ediff, ediff-files, ediff-buffers, ebuffers, ediff3)
250 (ediff-files3, ediff-buffers3, ebuffers3, erevision, ediff-revision):
251 Fix typos in autoload docstrings.
252
253 * loadhist.el (unload-feature): Remove redundant check.
254
255 2007-10-30 Richard Stallman <rms@gnu.org>
256
257 * savehist.el (savehist-save): Obey savehist-ignored-variables.
258
259 2007-10-30 Nick Roberts <nickrob@snap.net.nz>
260
261 * progmodes/gdb-ui.el (gdb-delete-out-of-scope): New option.
262 (gdb-var-update-handler-1): Use it.
263
264 2007-10-30 Juanma Barranquero <lekktu@gmail.com>
265
266 * loadhist.el (unload-feature): Remove erroneous check for the
267 FEATURE-unload-function variable; check the existence of the
268 function (that's what the docstring says, and it makes more sense).
269
270 * follow.el (follow-unload-function): Add docstring.
271 (follow-unload-function): Remove variable.
272
273 * server.el (server-unload-function): Remove variable.
274 (server-unload-function): Unbind `server-edit' from `C-x #'.
275
276 * uniquify.el (uniquify-unload-function): Add docstring.
277 (uniquify-unload-function): Remove variable.
278
279 * ses.el (ses-unload-function): New function.
280
281 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
282
283 * emacs-lisp/unsafep.el (unsafep, unsafep-function)
284 (unsafep-progn, unsafep-let): Fix typos in docstrings.
285
286 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb): Define it
287 before use to avoid a warning in packages that require uniquify.
288 (uniquify-unload-function): New function and var.
289
290 2007-10-29 Juanma Barranquero <lekktu@gmail.com>
291
292 * loadhist.el (unload-feature-special-hooks):
293 Add `delete-frame-functions'.
294
295 * server.el (server-unload-function): Rename from `server-unload-hook'
296 and adapt to new `unload-feature' functionality. Remove hook from
297 `kill-buffer-hook' buffer-locally.
298 (server-unload-hook): Remove.
299 (server-unload-function): New var; replaces `server-unload-hook'.
300
301 2007-10-27 Juanma Barranquero <lekktu@gmail.com>
302
303 * desktop.el (uniquify-managed): Pacify byte compiler.
304 (desktop-buffer-info): If the buffer name is managed by uniquify,
305 save the base name, not the uniquified one.
306 (desktop-create-buffer): Allow `rename-buffer' to generate a new
307 name in case of conflict.
308
309 2007-10-26 Glenn Morris <rgm@gnu.org>
310
311 * emacs-lisp/bytecomp.el (byte-compile-warnings): Autoload the
312 safe-local-variable property.
313
314 2007-10-26 Gwern Branwen <gwern0@gmail.com> (tiny change)
315
316 * net/browse-url.el (browse-url-browser-function): Delete grail.
317 (browse-url-grail): Function and variable deleted.
318 (browse-url-browser-function): Delete IXI Mosaic.
319 (browse-url-default-browser): Don't try IXI Mosaic.
320 (browse-url-iximosaic): Function deleted.
321 (browse-url-browser-function): Delete MMM.
322 (browse-url-default-browser): Don't try MMM.
323 (browse-url-mmm): Function deleted.
324
325 2007-10-25 Glenn Morris <rgm@gnu.org>
326
327 * progmodes/f90.el (f90-indented-comment-re)
328 (f90-directive-comment-re, f90-break-delimiters):
329 * progmodes/fortran.el (fortran-comment-line-start-skip)
330 (fortran-directive-re):
331 * textmodes/conf-mode.el (conf-space-keywords): Mark these regexps
332 as safe if they are strings.
333
334 2007-10-25 Richard Stallman <rms@gnu.org>
335
336 * progmodes/ps-mode.el (ps-mode-map): Delete C-c v binding.
337
338 2007-10-24 Richard Stallman <rms@gnu.org>
339
340 * savehist.el (savehist-save): Omit unreadable elements.
341
342 * loadhist.el (unload-function-defs-list): Renamed from
343 unload-function-features-list.
344 (unload-feature-special-hooks, unload-feature): Doc fixes.
345
346 * indent.el (indent-to-left-margin): If point's in the indentation,
347 move to the end of the indentation.
348
349 * cus-edit.el (customize-changed-options): Make arg optional.
350
351 2007-10-24 Juanma Barranquero <lekktu@gmail.com>
352
353 * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings.
354
355 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
356
357 * textmodes/css-mode.el: Require CL.
358 (comment-continue): Declare.
359
360 * subr.el (make-variable-frame-localizable): Remove.
361 (make-variable-frame-local): Mark obsolete.
362
363 2007-10-23 Juanma Barranquero <lekktu@gmail.com>
364
365 * ibuf-ext.el (ibuffer-switch-to-saved-filters)
366 (ibuffer-switch-to-saved-filter-groups): Doc fixes.
367
368 2007-10-23 Chris Moore <christopher.ian.moore@gmail.com>
369
370 * comint.el (comint-password-prompt-regexp):
371 Handle `[sudo] password'-style prompt.
372
373 2007-10-23 Glenn Morris <rgm@gnu.org>
374
375 * progmodes/f90.el (f90-do-indent, f90-if-indent)
376 (f90-type-indent, f90-program-indent)
377 (f90-continuation-indent, f90-comment-region)
378 (f90-beginning-ampersand, f90-smart-end)
379 (f90-break-before-delimiters, f90-auto-keyword-case)
380 (f90-leave-line-no, f90-mode-hook):
381 Give an appropriate safe-local-variable property.
382 (f90-font-lock-keywords-2): Fix `go to' regexp.
383
384 * progmodes/fortran.el (fortran-tab-mode-default)
385 (fortran-tab-mode-string, fortran-do-indent, fortran-if-indent)
386 (fortran-structure-indent, fortran-continuation-indent)
387 (fortran-comment-indent, fortran-comment-line-extra-indent)
388 (fortran-comment-line-start)
389 (fortran-minimum-statement-indent-fixed)
390 (fortran-minimum-statement-indent-tab)
391 (fortran-comment-indent-char, fortran-line-number-indent)
392 (fortran-check-all-num-for-matching-do)
393 (fortran-blink-matching-if, fortran-continuation-string)
394 (fortran-comment-region, fortran-electric-line-number)
395 (fortran-column-ruler-fixed, fortran-column-ruler-tab)
396 (fortran-analyze-depth, fortran-break-before-delimiters):
397 Give an appropriate safe-local-variable property.
398
399 2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
400
401 * textmodes/tex-mode.el (tex-uptodate-p): Don't signal an error if one
402 of the subdirs is unreadable.
403
404 2007-10-22 Martin Rudalics <rudalics@gmx.at>
405
406 * progmodes/fortran.el (fortran-mode-map, fortran-window-create):
407 Use window-full-width-p.
408
409 2007-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
410
411 * emulation/tpu-edt.el (tpu-edt-old-global-values): New var.
412 (tpu-edt-off): Use it.
413 (tpu-edt-on): Set it. Make sure the tpu-global-map is not already on
414 the global-map before adding it to global-map.
415
416 * menu-bar.el (global-buffers-menu-map): New var.
417 (global-map, menu-bar-update-buffers): Use it.
418 * msb.el (msb-menu-bar-update-buffers): Use it.
419 (msb-sort-by-directory, msb--choose-menu, msb--mode-menu-cond)
420 (msb--most-recently-used-menu, msb--create-buffer-menu-2):
421 Use with-current-buffer.
422
423 2007-10-21 Dan Nicolaescu <dann@ics.uci.edu>
424
425 * hexl.el (hexl-menu): New major mode menu.
426
427 2007-10-20 Glenn Morris <rgm@gnu.org>
428
429 * progmodes/f90.el (f90-font-lock-keywords-2)
430 (f90-looking-at-type-like): Fix regexp typos.
431
432 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
433
434 * bs.el (bs-mode): Add mode name (accidentally left out
435 in the 2007-10-16 change).
436
437 2007-10-19 Juanma Barranquero <lekktu@gmail.com>
438
439 * bs.el (bs--track-window-changes): Don't refresh the whole list.
440 (bs-mode): Set mode-class property to special.
441
442 * follow.el (follow-unload-function): New function.
443
444 * loadhist.el (unload-function-features-list):
445 Rename from `unload-hook-features-list'.
446 (unload-hook-features-list): Add as obsolete alias.
447 (unload-feature): Use `unload-function-features-list'
448 and new FEATURE-unload-function.
449
450 2007-10-18 Juanma Barranquero <lekktu@gmail.com>
451
452 * loadhist.el (unload-feature-special-hooks):
453 Update list of special hooks.
454
455 * textmodes/fill.el (fill-individual-paragraphs): Doc fix.
456 (adaptive-fill-function): Doc fix. Remove * from docstring.
457
458 2007-10-18 Glenn Morris <rgm@gnu.org>
459
460 * ibuf-ext.el (ibuffer-saved-filter-groups): Doc fix.
461
462 2007-10-17 Aaron Hawley <aaronh@garden.org>
463
464 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
465 position is not saved.
466
467 2007-10-17 Chong Yidong <cyd@stupidchicken.com>
468
469 * longlines.el (longlines-wrap-follows-window-size): Integer value
470 specifies wrapping margin.
471 (longlines-mode, longlines-window-change-function):
472 Set window-specific wrapping margin based on the above.
473
474 2007-10-17 John Wiegley <johnw@newartisans.com>
475
476 * eshell/esh-cmd.el (eshell-complex-commands): Add "ls".
477
478 2007-10-17 Glenn Morris <rgm@gnu.org>
479
480 * progmodes/cc-menus.el (cc-imenu-c++-generic-expression):
481 Tweak regexp to avoid stack overflow.
482
483 2007-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
484
485 * simple.el (reindent-then-newline-and-indent): Don't assume that
486 indent-according-to-mode preserves point.
487
488 2007-10-16 Juanma Barranquero <lekktu@gmail.com>
489
490 * bs.el (bs--window-config-coming-from): Revert 2006-11-09 change.
491 (bs--restore-window-config): Keep the selected frame.
492 (bs--track-window-changes, bs--remove-hooks): New functions.
493 (bs-mode): Use `define-derived-mode'. Set hook to track window changes.
494 (bs--show-with-configuration): Revert 2006-11-09 change.
495 Don't reuse window unless it is visible on the selected frame.
496 Restore window configuration (possibly in a different frame)
497 before creating any window.
498
499 2007-10-16 Richard Stallman <rms@gnu.org>
500
501 * emacs-lisp/advice.el (ad-get-advice-info): Change to a function.
502 (ad-get-advice-info-macro): New macro, like old ad-get-advice-info.
503 (ad-is-advised, ad-get-advice-info-field)
504 (ad-set-advice-info-field): Use ad-get-advice-info-macro.
505
506 2007-10-16 Glenn Morris <rgm@gnu.org>
507
508 * simple.el (blink-matching-open): Don't report false errors with
509 the `$' syntax class.
510
511 2007-10-15 Juanma Barranquero <lekktu@gmail.com>
512
513 * filesets.el (filesets-alist-get): Use `let' rather than `let*'.
514 (filesets-ormap, filesets-sort-case-sensitive-flag)
515 (filesets-remake-shortcut, filesets-ingroup-collect-files):
516 Fix typos in docstrings.
517 (filesets-data-get-name, filesets-data-get-data)
518 (filesets-data-set, filesets-cmd-query-replace-getargs)
519 (filesets-ingroup-collect, filesets-find-or-display-file): Doc fixes.
520
521 2007-10-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
522
523 * term/mac-win.el: Don't require url when compiling, as url-type is
524 no longer a macro.
525
526 2007-10-14 Glenn Morris <rgm@gnu.org>
527
528 * progmodes/etags.el (select-tags-table): Disable undo in the
529 `*Tags Table List*' buffer.
530
531 2007-10-13 Eli Zaretskii <eliz@gnu.org>
532
533 * dired.el (dired-warn-writable): New face.
534 (dired-warn-writable-face): New variable.
535 (dired-font-lock-keywords): Use dired-warn-writable-face, instead
536 of dired-warning-face, for group- and world-writable files.
537
538 2007-10-13 Glenn Morris <rgm@gnu.org>
539
540 * progmodes/octave-mod.el (octave-looking-at-kw): Add doc string.
541 (octave-re-search-forward-kw, octave-re-search-backward-kw):
542 Add doc string, and an explicit COUNT argument.
543 (octave-scan-blocks, octave-beginning-of-defun): Explicitly pass
544 `inc' to search functions.
545
546 2007-10-13 John W. Eaton <jwe@octave.org>
547
548 * progmodes/octave-mod.el (octave-looking-at-kw)
549 (octave-re-search-forward-kw, octave-re-search-backward-kw):
550 New functions.
551 (octave-in-defun-p, calculate-octave-indent)
552 (octave-blink-matching-block-open, octave-beginning-of-defun)
553 (octave-auto-fill): Use octave-looking-at-kw instead of looking-at,
554 to search for regexps that contain case-sensitive keywords.
555 (octave-beginning-of-defun): Likewise, for octave-re-search-backward-kw.
556 (octave-scan-blocks): Likewise, for octave-re-search-forward-kw.
557
558 2007-10-13 Richard Stallman <rms@gnu.org>
559
560 * files.el (directory-abbrev-alist): Doc fix.
561
562 2007-10-13 Jari Aalto <jari.aalto@cante.net>
563
564 * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
565
566 2007-10-12 Martin Rudalics <rudalics@gmx.at>
567
568 * frame.el (set-frame-configuration): Assign name parameter only
569 if it has been set explicitly before.
570
571 * window.el (handle-select-window): Revert part of 2007-10-06
572 change setting the input focus.
573
574 2007-10-12 Glenn Morris <rgm@gnu.org>
575
576 * cus-edit.el (custom-variable-menu, custom-face-menu)
577 (custom-group-menu): Check init-file-user rather than
578 user-init-file, in case cus-edit is loaded by site-run-file.
579
580 2007-10-11 Juanma Barranquero <lekktu@gmail.com>
581
582 * follow.el (follow-stop-intercept-process-output):
583 Use `follow-call-process-filter' rather than `process-filter'.
584
585 2007-10-11 Tom Tromey <tromey@redhat.com>
586
587 * progmodes/gdb-ui.el (gdb-info-stack-custom): Ensure current
588 frame is visible.
589
590 2007-10-10 Richard Stallman <rms@gnu.org>
591
592 * emacs-lisp/debug.el (debugger-setup-buffer): Disable undo
593 in *Backtrace*.
594
595 * faces.el (face-font-selection-order): Doc fix.
596
597 * loadhist.el (unload-feature): Doc fix.
598
599 2007-10-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
600
601 * ps-print.el: Fix the usage of :foreground and :background face
602 attributes. Reported by Nikolaj Schumacher <n_schumacher@web.de>.
603 (ps-print-version): New version 6.7.6.
604 (ps-face-attributes, ps-face-attribute-list, ps-face-background):
605 Fix code.
606 (ps-face-foreground-color-p, ps-face-background-color-p)
607 (ps-face-color-p): New inline funs.
608
609 2007-10-10 Juanma Barranquero <lekktu@gmail.com>
610
611 * follow.el: Change all instances of "Follow Mode" to "Follow
612 mode" in docstrings and messages.
613
614 2007-10-09 Juanma Barranquero <lekktu@gmail.com>
615
616 * faces.el (face-font-selection-order): Doc fix.
617
618 * follow.el (follow-mode-hook, follow-mode): Doc fixes.
619 (follow-mode-off-hook): Mark as obsolete.
620
621 2007-10-08 Richard Stallman <rms@gnu.org>
622
623 * emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
624 (edebug-install-custom-print, edebug-reset-print-funcs)
625 (edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
626 Functions deleted.
627 (edebug-prin1, edebug-print, edebug-prin1-to-string)
628 (edebug-format, edebug-message): Define directly as aliases.
629
630 2007-10-08 Juanma Barranquero <lekktu@gmail.com>
631
632 * follow.el (follow-mode): Don't run hooks twice. Use `when'.
633
634 2007-10-07 Glenn Morris <rgm@gnu.org>
635
636 * simple.el (bad-packages-alist): Clarify Semantic and CEDET
637 version numbers.
638
639 2007-10-06 Michael Albinus <michael.albinus@gmx.de>
640
641 * net/tramp.el (tramp-completion-mode): Extend doc-string.
642 (tramp-completion-mode-p): Revert change from 2007-09-24.
643 Checking for `return' etc as last character is not sufficient, for
644 example in dired-mode when entering <g> (revert-buffer) or
645 <s> (dired-sort).
646
647 2007-10-06 Martin Rudalics <rudalics@gmx.at>
648
649 * window.el (mouse-autoselect-window-cancel): Don't cancel for
650 select-window or select-frame events.
651 (handle-select-window): When autoselecting window set input
652 focus. Restructure.
653
654 * frame.el (focus-follows-mouse): Moved to frame.c.
655 * cus-start.el (all): Add focus-follows-mouse.
656
657 2007-10-05 Chris Moore <dooglus@gmail.com>
658
659 * server.el (server-kill-new-buffers): Doc fix.
660
661 2007-10-05 Juanma Barranquero <lekktu@gmail.com>
662
663 * bs.el (bs-mode): Make sure global-font-lock-mode doesn't
664 activate font-locking in the *buffer-selection* buffer.
665 (bs-show-sorted): Doc fix.
666
667 * bs.el (bs--get-marked-string, bs--get-modified-string)
668 (bs--get-readonly-string, bs--get-size-string, bs--get-name)
669 (bs--get-mode-name, bs-mode): Fix typos in docstrings.
670 (bs--format-aux): Doc fix.
671
672 2007-10-04 Juanma Barranquero <lekktu@gmail.com>
673
674 * image-dired.el (image-dired-image-at-point-p): Fix typo in docstring.
675
676 2007-10-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
677
678 * progmodes/gud.el (gud-gud-gdb-command-name): Fix typo in docstring.
679
680 2007-10-04 Nick Roberts <nickrob@snap.net.nz>
681
682 * progmodes/gud.el (gud-gud-gdb-command-name): New option.
683 (gud-gdb): New function for old M-x gdb (text command mode).
684 (gud-gdb-command-name, gdb): Move to...
685
686 * progmodes/gdb-ui.el: ...here and adapt doc string.
687 (gud-gdba-command-name, gdba): Delete.
688
689 2007-10-03 Juanma Barranquero <lekktu@gmail.com>
690
691 * bs.el: Don't defvar `font-lock-verbose'.
692 (bs-config-clear, bs-kill, bs-string-show-normally, bs-sort-functions)
693 (bs--get-file-name): Fix typos in docstrings.
694 (bs--show-header): Use `dolist' instead of `mapcar'.
695 (bs-mode): Set `show-trailing-whitespace' to nil.
696 (bs-buffer-sort-function, bs-mouse-select-other-frame)
697 (bs-visits-non-file, bs-sort-buffer-interns-are-last, bs-show):
698 Doc fixes.
699
700 2007-10-02 Adam Hupp <adam@hupp.org> (tiny change)
701
702 * progmodes/gdb-ui.el (pdb): Specify file for gud-break.
703
704 2007-10-02 Nick Roberts <nickrob@snap.net.nz>
705
706 * progmodes/gud.el (gdb): Make graphical mode the default and
707 switch to text command mode if appropriate, i.e., reverse previous
708 arrangement.
709 (gud-gdb-marker-filter): Adapt for above change.
710
711 * progmodes/gdb-ui.el (gdb-init-1): Don't set the values
712 gud-minor-mode and gud-marker-filter.
713 (gdb-fullname-regexp): New variable.
714 (gud-gdba-marker-filter): Use it to switch to text command
715 mode if appropriate.
716
717 2007-10-02 Richard Stallman <rms@gnu.org>
718
719 * frame.el (cursor-in-non-selected-windows): Doc fix.
720
721 2007-10-01 Nick Roberts <nickrob@snap.net.nz>
722
723 * progmodes/gud.el (gud-display-line): Find source buffer even when
724 GUD buffer has its own frame.
725
726 2007-10-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
727
728 * term/x-win.el (icon-map-list): Set to nil for 22.1 compatibility.
729
730 2007-09-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
731
732 * term/x-win.el (x-gtk-stock-map): Version is 22.2.
733
734 2007-09-29 Martin Rudalics <rudalics@gmx.at>
735
736 * allout.el (allout-before-change-handler): Replace got-char by
737 goto-char.
738
739 2007-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
740
741 * vc-svn.el (vc-svn-resolve-when-done, vc-svn-find-file-hook): New funs.
742 Used to try and automatically enabled smerge-mode in the presence of
743 conflicts and to call `svn resolved' when the conflicts are gone.
744 (vc-svn-parse-status): Remember the svn-specific status.
745
746 * newcomment.el (comment-choose-indent): New function extracted
747 from comment-indent. Improve the alignment algorithm.
748 (comment-indent): Use it.
749
750 2007-09-27 Juanma Barranquero <lekktu@gmail.com>
751
752 * emacs-lisp/eldoc.el (eldoc-message-commands-table-size)
753 (eldoc-message-commands, eldoc-current-idle-delay):
754 Fix typos in docstrings.
755
756 * progmodes/python.el (python-eldoc-function): Doc fix.
757
758 2007-09-26 Eli Zaretskii <eliz@gnu.org>
759
760 * menu-bar.el (menu-bar-search-documentation-menu): Rename from
761 menu-bar-apropos-menu. All users changed.
762 (menu-bar-help-menu): Change menu symbols to better match the text
763 displayed by the menu.
764
765 2007-09-25 Glenn Morris <rgm@gnu.org>
766
767 * view.el (view-search-no-match-lines): Add a doc string.
768 Rewrite to simplify and work better.
769
770 2007-09-24 Michael Albinus <michael.albinus@gmx.de>
771
772 * net/tramp.el (tramp-completion-mode-p): Rename from
773 `tramp-completion-mode'. Revert logic, check `return', `newline'
774 and such alike. Packages like Icicles tend to use other completion
775 characters but `tab' and `space' only.
776 (top): Require cl.el, when `copy-tree' is not available otherwise.
777
778 * net/tramp-vc.el (tramp-vc-user-login-name): Get argument by
779 `ad-get-arg'.
780
781 2007-09-24 Ville Skytt\e,Ad\e(B <scop@xemacs.org> (tiny change)
782
783 * net/tramp-vc.el (tramp-vc-user-login-name):
784 Use `vc-find-version' instead of `process-file' to check whether we
785 have a new enough vc that doesn't need the defadvice.
786
787 2007-09-23 Dan Nicolaescu <dann@ics.uci.edu>
788
789 * files.el (file-name-sans-versions): Use [:alnum:] and also allow
790 #, @, : and ^.
791
792 2007-09-23 Glenn Morris <rgm@gnu.org>
793
794 * ses.el (ses-calculate-cell): Don't evaluate unsafe formulae.
795
796 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
797
798 * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.
799
800 * log-view.el (log-view-mode-map): Likewise.
801
802 * diff-mode.el (diff-mode-shared-map): Likewise.
803
804 2007-09-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
805
806 * progmodes/octave-inf.el (inferior-octave-mode): Use add-hook to
807 add inferior-octave-directory-tracker to the buffer-local value
808 of comint-input-filter-functions.
809
810 2007-09-22 Dan Nicolaescu <dann@ics.uci.edu>
811
812 * files.el (file-name-sans-versions): Also allow `A-Z'.
813
814 * vc.el: Mention all supported VC backends.
815
816 2007-09-22 Richard Stallman <rms@gnu.org>
817
818 * wid-edit.el (widget-specify-button): Don't merge mouse-face with
819 neighbouring buttons.
820
821 2007-09-22 Andreas Schwab <schwab@suse.de>
822
823 * files.el (file-name-sans-versions): Also allow `_'.
824
825 2007-09-22 Glenn Morris <rgm@gnu.org>
826
827 * eshell/esh-mode.el (eshell-output-filter-functions):
828 Add eshell-postoutput-scroll-to-bottom.
829
830 2007-09-21 Dan Nicolaescu <dann@ics.uci.edu>
831
832 * files.el (file-name-sans-versions): Allow - and a-z in version names.
833
834 * log-view.el (log-view-mode-map, log-view-mode-menu):
835 Bind log-view-annotate-version.
836 (log-view-beginning-of-defun, log-view-end-of-defun)
837 (log-view-annotate-version): New functions.
838 (log-view-mode): Use log-view-beginning-of-defun and
839 log-view-end-of-defun.
840
841 2007-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
842
843 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix staging.
844
845 2007-09-21 Kevin Ryde <user42@zip.com.au>
846
847 * international/mule.el (sgml-html-meta-auto-coding-function):
848 Bind `case-fold-search' to t.
849
850 2007-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
851
852 * wid-edit.el (widget-image-insert): Don't merge mouse-face with
853 neighbouring buttons.
854
855 * progmodes/compile.el (compilation-error-regexp-alist-alist):
856 Recognize gcc's use of "note" for informational messages.
857
858 2007-09-20 Glenn Morris <rgm@gnu.org>
859
860 * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph
861 motion functions, rather than hard-coding "\n\n".
862 (tex-validate-region): Check for eobp, to speed up.
863 (tex-next-unmatched-end): Doc fix.
864
865 2007-09-19 Glenn Morris <rgm@gnu.org>
866
867 * textmodes/tex-mode.el (tex-terminate-paragraph):
868 Use backward-paragraph.
869
870 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
871
872 * textmodes/css-mode.el (css-electric-keys): electrick->electric.
873 (css-mode): Update correspondingly.
874
875 2007-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
876
877 * vc-arch.el (vc-arch-extra-menu-map): New var and fun.
878
879 * vc-hooks.el (vc-menu-entry): New var.
880 (vc-mode-line-map): Use it so that this menu also uses the extra-menu.
881 (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el.
882 (vc-menu-map): Declare and initialize in one step.
883
884 * menu-bar.el (vc-menu-map): Don't setup any more.
885 Instead, just create the proper spot in the menu.
886
887 2007-09-18 Dan Nicolaescu <dann@ics.uci.edu>
888 Stefan Monnier <monnier@iro.umontreal.ca>
889
890 * vc.el: Document new VC operation `extra-menu'.
891
892 * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New fun.
893
894 2007-09-17 Dan Nicolaescu <dann@ics.uci.edu>
895
896 * vc-git.el (vc-git-log-view-mode): Add font-lock patterns for
897 Signed-off-by, Acked-by and Merge.
898
899 2007-09-17 Glenn Morris <rgm@gnu.org>
900
901 * textmodes/tex-mode.el (tex-compilation-parse-errors): Prefer the
902 filename from `--file-line-error', if it is available.
903
904 2007-09-17 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
905
906 * textmodes/tex-mode.el (tex-compilation-parse-errors): Also match
907 TeX `--file-line-error' format.
908
909 2007-09-17 Glenn Morris <rgm@gnu.org>
910
911 * textmodes/tex-mode.el (tex-region): Simplify previous change,
912 handling the case where the region is not in `tex-main-file'.
913 (tex-region-1): Delete.
914 (tex-region-header): New function, doing the header part of the
915 old tex-region-1.
916
917 2007-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
918
919 * ediff-init.el (ediff-verbose-p): This var is not a constant.
920
921 2007-09-16 Drew Adams <drew.adams@oracle.com>
922
923 * cus-edit.el (custom-face-edit-activate): Doc fix.
924
925 2007-09-16 Glenn Morris <rgm@gnu.org>
926
927 * textmodes/tex-mode.el (tex-region): Handle the case where the
928 region is not in `tex-main-file'. Move the old code that applies
929 to both cases...
930 (tex-region-1): ...to this new function.
931
932 2007-09-15 Martin Rudalics <rudalics@gmx.at>
933
934 * simple.el (blink-matching-open): Don't display message when no
935 paren is found within blink-matching-paren-distance characters.
936 Don't search prompt in blink-matching-paren-distance nil case.
937
938 2007-09-14 Dan Nicolaescu <dann@ics.uci.edu>
939
940 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
941
942 2007-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
943
944 * vc-mtn.el: New file.
945
946 * vc-hooks.el (vc-handled-backends): Add Mtn.
947
948 2007-09-13 Eli Zaretskii <eliz@gnu.org>
949
950 * files.el (find-file, find-file-other-window)
951 (find-file-other-frame, find-file-existing, find-file-read-only)
952 (find-file-read-only-other-window)
953 (find-file-read-only-other-frame)
954 (find-alternate-file-other-window, find-alternate-file): Doc fixes.
955
956 2007-09-13 Jari Aalto <jari.aalto@cante.net>
957
958 * man.el (Man-default-man-entry): At end of line, continue looking
959 to the next line for possible end of hyphenated command.
960
961 2007-09-13 Chris Moore <dooglus@gmail.com>
962
963 * shell.el (shell-resync-dirs): Don't move the cursor relative to
964 the command being edited.
965
966 2007-09-13 Nick Roberts <nickrob@snap.net.nz>
967
968 * progmodes/gud.el (gdb-ready): New variable.
969 (gdb): Set it to nil. Set gud-running to nil here...
970 (gud-common-init): ...instead of here.
971
972 * progmodes/gdb-ui.el (gdba, gdb-send, gdb-source-info):
973 Use gdb-ready. Discard input until GDB is ready to accept it.
974
975 2007-09-12 Dan Nicolaescu <dann@ics.uci.edu>
976
977 * term/xterm.el (terminal-init-xterm): Add bindings for M-S- and
978 C-M-S- keys.
979
980 2007-09-12 Martin Rudalics <rudalics@gmx.at>
981
982 * dired.el (dired-warning): Inherit from font-lock-warning-face to
983 make it show up with eight colors.
984
985 2007-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
986
987 * diff-mode.el (diff-sanity-check-hunk): Fix up the case when unified
988 diffs are concatenated with no intervening line.
989
990 2007-09-10 Dave Love <fx@gnu.org>
991
992 * progmodes/python.el: Merge changes from Dave Love's v2007-Sep-10.
993 (python-font-lock-keywords): Update to the 2.5 version of the language.
994 (python-quote-syntax): Let-bind font-lock-syntactic-keywords to nil.
995 (python-backspace): Only behave funny in code.
996 (python-compilation-regexp-alist): Add PDB stack trace regexp.
997 (inferior-python-mode): Add PDB prompt regexp.
998 (python-fill-paragraph): Refine the fenced-string regexp.
999 (python-find-imports): Handle imports spanning several lines.
1000 (python-mode): Add `class' to hideshow support.
1001
1002 2007-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1003
1004 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use
1005 add-log-buffer-file-name-function rather than bind buffer-file-name,
1006 so we dont end up calling change-log-mode in *cvs* when `fi' is the
1007 ChangeLog file itself.
1008
1009 * outline.el (outline-flag-region): Use front-advance.
1010
1011 2007-09-07 Ilya Zakharevich <ilyaz@cpan.org>
1012
1013 * progmodes/cperl-mode.el: Merge upstream 5.23.
1014 (cperl-where-am-i): Remove function.
1015 (cperl-backward-to-noncomment): Don't go too far when skipping POD/HEREs
1016 (cperl-sniff-for-indent): De-invert [string] and [comment].
1017 When looking for label, skip s:m:y:tr.
1018 (cperl-indent-line): Likewise.
1019 (cperl-mode): Don't assume `font-lock-multiline' is auto-local.
1020 (cperl-windowed-init): Wrong `ps-print' handling.
1021 Both thanks to Chong Yidong.
1022 (cperl-look-at-leading-count): Could fail with unfinished RExen.
1023 (cperl-find-pods-heres): If the second part of s()[] is missing,
1024 don't try to highlight delimiters...
1025
1026 2007-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1027
1028 * progmodes/compile.el (compilation-get-file-structure): Complete last
1029 change by also using spec-directory in the puthash.
1030
1031 2007-09-07 Riccardo Murri <riccardo.murri@gmail.com>
1032
1033 * vc-bzr.el (vc-bzr-admin-lastrev): New constant.
1034 (vc-bzr-file-name-relative): Use 'when' instead of 'and'.
1035 (vc-bzr-status): Fix shadowing of variable 'status'.
1036 (vc-bzr-workfile-version): Use correct path to 'last-revision' file.
1037 Use `expand-file-name' instead of `concat'.
1038 (vc-bzr-annotate-command): Use option name '--long' instead of '-l'.
1039 Update annotation line regexp. Fixes launchpad.net [Bug 137435].
1040
1041 2007-09-05 Jason Rumney <jasonr@gnu.org>
1042
1043 * frame.el (focus-follows-mouse): Doc-fix. Change default on w32.
1044
1045 2007-09-02 Richard Stallman <rms@gnu.org>
1046
1047 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Make defcustom.
1048 Add `safe-local-variable' property.
1049 (lisp-body-indent): Likewise.
1050
1051 2007-09-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1052
1053 * info.el (info-tool-bar-map): Add :rtl keyword to right/left-arrow and
1054 prev/next-node.
1055
1056 * term/x-win.el (x-gtk-stock-map, icon-map-list): New variables.
1057 (x-gtk-map-stock): New function.
1058
1059 2007-09-02 Glenn Morris <rgm@gnu.org>
1060
1061 * comint.el (comint-mode): Don't set scroll-conservatively.
1062
1063 * eshell/em-unix.el (eshell/time): Stringify and flatten the
1064 non-command arguments.
1065
1066 2007-09-01 Thien-Thi Nguyen <ttn@gnuvola.org>
1067
1068 * emacs-lisp/bytecomp.el (byte-recompile-directory):
1069 Fix bug: Don't expand top-level file name more than once.
1070 Reported by Dmitry Antipov <dmantipov@yandex.ru>.
1071
1072 2007-09-01 Richard Stallman <rms@gnu.org>
1073
1074 * files.el (hack-local-variables-confirm): Rename arg VARS to ALL-VARS.
1075 Add doc string.
1076
1077 2007-08-30 Richard Stallman <rms@gnu.org>
1078
1079 * speedbar.el (speedbar-frame-reposition-smartly)
1080 (speedbar-set-mode-line-format, speedbar-reconfigure-keymaps)
1081 (speedbar-check-vc): Don't use dframe-xemacsp.
1082
1083 2007-08-30 Martin Rudalics <rudalics@gmx.at>
1084
1085 * files.el (backup-buffer-copy): Try to overwrite old backup first.
1086
1087 2007-08-29 Martin Rudalics <rudalics@gmx.at>
1088
1089 * repeat.el (repeat): Use last-repeatable-command instead of
1090 real-last-command. Run pre- and post-command hooks for
1091 self-insertion. Update doc-string.
1092
1093 2007-08-28 Glenn Morris <rgm@gnu.org>
1094
1095 * progmodes/cc-langs.el (c-constant-kwds): Add java: true, false, null.
1096
1097 2007-08-27 Alexandre Julliard <julliard@winehq.org>
1098
1099 * vc-git.el (vc-git-state): Call git-add --refresh to update the
1100 state of the file.
1101 (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state.
1102 (vc-git-create-repo): Fix invalid command.
1103
1104 2007-08-27 Richard Stallman <rms@gnu.org>
1105
1106 * textmodes/flyspell.el (flyspell-mode):
1107 Catch errors in flyspell-mode-on.
1108
1109 2007-08-27 Thien-Thi Nguyen <ttn@gnuvola.org>
1110
1111 * progmodes/modula2.el (m2-definition, m2-module):
1112 Don't use previous-line. Reported by T. V. Raman.
1113
1114 2007-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1115
1116 * term/mac-win.el (mac-handle-toolbar-switch-mode): Add explicit
1117 argument to tool-bar-mode call.
1118
1119 2007-08-27 Glenn Morris <rgm@gnu.org>
1120
1121 * diff-mode.el (diff-find-file-name): Only accept regular files,
1122 to rule out /dev/null, directories, etc.
1123
1124 2007-08-25 Dan Nicolaescu <dann@ics.uci.edu>
1125
1126 * progmodes/cperl-mode.el (cperl-indent-level): Autoload the
1127 safe-local-variable setting.
1128 * progmodes/perl-mode.el (perl-indent-level): Likewise.
1129
1130 2007-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
1131
1132 * uniquify.el (uniquify-rationalize-file-buffer-names): Check liveness
1133 of buffers in uniquify-managed.
1134
1135 * simple.el (invisible-p): Rename from text-invisible-p.
1136 Update callers.
1137
1138 2007-08-25 Alan Mackenzie <acm@muc.de>
1139
1140 * progmodes/cc-langs.el (c-other-decl-block-key-in-symbols-alist):
1141 new language variable.
1142
1143 * progmodes/cc-engine.el (c-brace-anchor-point): New function.
1144 (c-add-stmt-syntax): Give accurate anchor points for "namespace",
1145 "extern" etc., rather than BOI. Fix addition of spurious
1146 syntactic-symbol 'defun-block-intro, replacing it with
1147 'innamespace, etc.
1148
1149 2007-08-25 Reiner Steib <Reiner.Steib@gmx.de>
1150
1151 * pcvs.el (cvs-query-directory): Only prompt when prefix is given.
1152 Don't behave differently when executed via M-x. Add doc string.
1153
1154 2007-08-24 Ulrich Mueller <ulm@gentoo.org> (tiny change)
1155
1156 * files.el (backup-buffer-copy): Don't wrap delete in
1157 condition-case, only try to delete if file exists.
1158
1159 2007-08-24 Glenn Morris <rgm@gnu.org>
1160
1161 * files.el (backup-buffer-copy): Revert 2007-08-22 change.
1162
1163 2007-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1164
1165 * progmodes/cperl-mode.el (defcustom, x-color-defined-p, cperl-is-face)
1166 (cperl-is-face, cperl-force-face, cperl-etags-snarf-tag, cperl-mode)
1167 (cperl-etags-snarf-tag, cperl-etags-goto-tag-location, cperl-init-faces)
1168 (cperl-etags-goto-tag-location): Use new style backquotes.
1169
1170 * subr.el (complete-with-action): Backport from trunk (for vc-arch.el).
1171 (dynamic-completion-table): Use it it.
1172
1173 * net/browse-url.el: Remove spurious * in custom docstrings.
1174 (browse-url-filename-alist): Use new-style backquote.
1175
1176 * emacs-lisp/backquote.el (backquote-unquote-symbol)
1177 (backquote-splice-symbol): Clarify they're not new-style unquotes.
1178
1179 * emacs-lisp/edebug.el (edebug-list-form, edebug-match-symbol, \,)
1180 (\,@): Backslash the , and ,@ which are not new-style unquotes.
1181
1182 * textmodes/texinfmt.el (\,): Clarify it's not a new-style unquote.
1183
1184 * net/socks.el (socks-username/password-auth-filter):
1185 Remove unused vars `state' and `desired-len'.
1186 (socks-parse-services, socks-nslookup-host): Use with-current-buffer.
1187 (socks-wait-for-state-change): Use new-style backquotes.
1188
1189 * pcvs.el (cvs-mode-status): Fix long-standing typo.
1190
1191 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Check old-style
1192 backquotes after each `read' rather than once per buffer.
1193
1194 * dframe.el: Remove spurious * in custom docstrings.
1195 (dframe-xemacsp): Remove, use (featurep 'xemacs) instead.
1196 (dframe-xemacs20p): Remove, inline at the sole use point.
1197 (defface): Don't defvar the face, don't use old-style backquote.
1198 (defcustom): Don't use old-style backquote.
1199 (dframe-frame-parameter, dframe-mouse-event-p):
1200 Make it obvious that it's always defined.
1201 (dframe-popup-kludge): New function to replace
1202 dframe-xemacs-popup-kludge and dframe-xemacs-popup-kludge.
1203 (dframe-frame-mode, dframe-set-timer-internal)
1204 (dframe-mouse-set-point): Remove use of with-no-warnings from
1205 XEmacs-specific code.
1206 (dframe-set-timer-internal): Fix very old bug with
1207 post-command-idle-hook.
1208
1209 * emacs-lisp/byte-opt.el (byte-optimize-featurep): Handle `sxemacs'.
1210
1211 2007-08-22 Chong Yidong <cyd@stupidchicken.com>
1212
1213 * image-mode.el (image-minor-mode): Use image-mode-text-map.
1214
1215 2007-08-22 Reiner Steib <Reiner.Steib@gmx.de>
1216
1217 * sort.el (sort-fold-case, sort-numeric-base): Mark as
1218 safe-local-variable.
1219
1220 2007-08-22 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1221
1222 * net/browse-url.el (browse-url-emacs): New function.
1223
1224 2007-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
1225
1226 * emacs-lisp/bytecomp.el (byte-compile-from-buffer): Display a big fat
1227 warning if the file uses old style backquotes.
1228
1229 * emacs-lisp/bytecomp.el (byte-compile-log-file)
1230 (byte-recompile-directory, byte-compile-file)
1231 (byte-compile-from-buffer): Use with-current-buffer.
1232
1233 * simple.el (text-invisible-p): Rename from line-move-invisible-p.
1234 (line-move-invisible-p): Keep as an obsolete alias, just to be safe.
1235 (line-move-1, line-move-finish, line-move-to-column)
1236 (move-end-of-line, move-beginning-of-line): Use new name.
1237
1238 2007-08-22 Glenn Morris <rgm@gnu.org>
1239
1240 * files.el (backup-buffer-copy): Check backup directory is
1241 writable, to avoid infloop deleting old backup.
1242
1243 * mail/rmail.el (rmail-movemail-variant-p): Call on load to set
1244 movemail related variables.
1245 (rmail-insert-inbox-text): Use only rmail-movemail-program, which
1246 will now be set before this is called.
1247
1248 2007-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
1249
1250 * emacs-lisp/backquote.el (backquote-delay-process): Fix last change.
1251
1252 * progmodes/ada-mode.el: Fix up comment style in header.
1253 (ada-check-emacs-version): Remove.
1254 (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
1255 (ada-region-selected): Use (featurep 'xemacs) rather than contortions
1256 to try and quieten the byte-compiler.
1257 (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
1258
1259 * vc.el (vc-annotate-warp-version): Don't use previous-line.
1260
1261 2007-08-20 Johannes Weiner <hannes@saeurebad.de> (tiny change)
1262
1263 * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
1264 extracted from `eval-last-sexp-1'.
1265 (eval-last-sexp-1): Call `preceding-sexp'.
1266
1267 2007-08-19 Glenn Morris <rgm@gnu.org>
1268
1269 * Makefile.in (custom-deps, finder-data, autoloads, recompile)
1270 (progmodes/cc-mode.elc, mh-e/mh-loaddefs.el): Use $(emacs) rather
1271 than $(EMACS), so that EMACSLOADPATH is set. Prevents any system
1272 shadow files messing up the compilation.
1273
1274 2007-08-18 Glenn Morris <rgm@gnu.org>
1275
1276 * progmodes/scheme.el (scheme-mode-variables):
1277 Set font-lock-comment-start-skip.
1278
1279 2007-08-18 Martin Rudalics <rudalics@gmx.at>
1280
1281 * progmodes/ada-mode.el (ada-create-syntax-table):
1282 Move set-syntax-table from here to ...
1283 (ada-mode): ... here. Don't change global value of comment-multi-line.
1284 Call new function ada-initialize-syntax-table-properties.
1285 Add ada-handle-syntax-table-properties to font-lock-mode-hook.
1286 (ada-deactivate-properties, ada-initialize-properties):
1287 Replace by new functions ...
1288 (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
1289 (ada-initialize-syntax-table-properties): ... to set up syntax-table
1290 properties uniformly, independently from whether font-lock-mode
1291 is enabled or not. Handle read-only buffers and do not change
1292 undo-list when setting syntax-table properties.
1293 (ada-after-change-function): Use ada-set-syntax-table-properties.
1294
1295 2007-08-17 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
1296
1297 * progmodes/cperl-mode.el (cperl-look-at-leading-count)
1298 (cperl-find-pods-heres): Fix an error when typing expressions like
1299 `s{a}{b}'.
1300
1301 2007-08-17 Glenn Morris <rgm@gnu.org>
1302
1303 * progmodes/compile.el (compilation-get-file-structure): Make use
1304 of the directory part when checking for an existing entry, to
1305 handle files with same basename in different directories.
1306
1307 2007-08-16 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1308
1309 * ps-print.el (ps-header-font-size, ps-header-title-font-size)
1310 (ps-footer-font-size, ps-line-number-font-size, ps-line-spacing)
1311 (ps-paragraph-spacing): Docstring fix.
1312
1313 2007-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
1314
1315 * smerge-mode.el (smerge-resolve): New arg `safe'.
1316 (smerge-resolve-all, smerge-batch-resolve): New function.
1317 (smerge-refine): Make sure `diff' returns the expected result.
1318 (smerge-parsep-re): New const.
1319 (smerge-mode): Use it to adjust paragraph-separate.
1320
1321 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1322 Correctly match / regexp matchers as first char on a line when
1323 fontifying only that line.
1324
1325 * emacs-lisp/cl-macs.el (cl-transform-lambda): Preserve the match-data.
1326
1327 2007-08-16 Glenn Morris <rgm@gnu.org>
1328
1329 * ps-print.el (ps-font-size): Doc fix.
1330
1331 2007-08-15 Stefan Monnier <monnier@iro.umontreal.ca>
1332
1333 * vc-bzr.el: Don't fiddle with vc-handled-backend.
1334 (vc-bzr-registered): Don't redundantly protect against
1335 file-error. Actually use the format-specific code.
1336 (vc-bzr-buffer-nonblank-p): Remove.
1337 (vc-bzr-status): Change `kindchange' -> `kindchanged'.
1338
1339 2007-08-15 Glenn Morris <rgm@gnu.org>
1340
1341 * mail/undigest.el (rmail-digest-parse-rfc1153sloppy): Be even
1342 sloppier, for the sake of GNU Mailman.
1343 (rmail-digest-rfc1153): Initialize `result' correctly.
1344
1345 2007-08-14 Glenn Morris <rgm@gnu.org>
1346
1347 * simple.el (bad-packages-alist): New constant.
1348 (bad-package-check): New function. Together, these two add
1349 elements to `after-load-alist' to check for problematic external
1350 packages.
1351 * emulation/cua-base.el: Move CUA-mode check to `bad-packages-alist'.
1352
1353 2007-08-13 Stephen Leake <stephen_leake@stephe-leake.org>
1354
1355 * pcvs-parse.el (cvs-parse-table): Handle additional instance of
1356 optional quotes around files in NEED-UPDATE . REMOVED case.
1357
1358 * progmodes/ada-xref.el (ada-gnatls-args): Fix docstring.
1359 (ada-treat-cmd-string): Improve error message.
1360 (ada-do-file-completion): Call `ada-require-project-file', so
1361 project variables are set properly.
1362 (ada-prj-find-prj-file): Delete Emacs 20.2 support.
1363 (ada-gnatfind-buffer-name): New constant.
1364 (ada-find-any-references): Use new constant. Set buffer name
1365 properly in compilation-start. Toggle read-only properly.
1366 (ada-find-in-src-path): Fix spelling error in docstring.
1367
1368 * progmodes/vhdl-mode.el (vhdl-update-progress-info): Avoid divide
1369 by zero error.
1370
1371 2007-08-13 Nick Roberts <nickrob@snap.net.nz>
1372
1373 * progmodes/gdb-ui.el (gdb-send): Handle CTRL-D more carefully.
1374
1375 2007-08-12 Richard Stallman <rms@gnu.org>
1376
1377 * pcvs.el (cvs-reread-cvsrc, cvs-checkout, cvs-mode-checkout)
1378 (cvs-execute-single-file): Use new name split-string-and-unquote.
1379 (cvs-header-msg): Use new name combine-and-quote-strings.
1380
1381 * emulation/vi.el (vi-next-line): Ignore return value of line-move.
1382
1383 * progmodes/gud.el (gud-common-init): Use new name
1384 split-string-and-unquote.
1385
1386 * progmodes/flymake.el (flymake-err-line-patterns): Fix infloop
1387 in javac regexp.
1388
1389 * pcvs-util.el (cvs-qtypedesc-strings): Use new names
1390 combine-and-quote-strings and split-string-and-unquote.
1391
1392 * subr.el (combine-and-quote-strings): Rename from strings->string.
1393 (split-string-and-unquote): Rename from string->strings.
1394
1395 2007-08-10 Stefan Monnier <monnier@iro.umontreal.ca>
1396
1397 * log-view.el (log-view-font-lock-keywords): Use `eval' so as to adapt
1398 to buffer-local settings.
1399
1400 * emacs-lisp/backquote.el (backquote-delay-process): New function.
1401 (backquote-process): Add internal arg `level'. Use the two to
1402 correctly handle nested backquotes.
1403
1404 2007-08-09 Riccardo Murri <riccardo.murri@gmail.com>
1405
1406 * vc-bzr.el (vc-bzr-registered): Use \0 instead of literal NULs.
1407 (vc-bzr-state-words): Add "kind changed" state word.
1408 (vc-bzr-status): New function. Return Bzr idea of file status,
1409 which is different from VC's.
1410 (vc-bzr-state): Use vc-bzr-status.
1411 (vc-workfile-unchanged-p): Use vc-bzr-status.
1412 (vc-bzr-revert): Use synchronous process; expect exitcode 0.
1413 (vc-dired-state): Process "kind changed" state word.
1414
1415 2007-08-09 Stefan Monnier <monnier@iro.umontreal.ca>
1416
1417 * vc-hooks.el (vc-default-find-file-not-found-hook): Do nothing.
1418
1419 * vc-rcs.el (vc-rcs-find-file-not-found-hook):
1420 Move from vc-default-find-file-not-found-hook.
1421
1422 2007-08-09 Edward O'Connor <hober0@gmail.com> (tiny change)
1423
1424 * url/url-auth.el (url-basic-auth): When prompting for username
1425 and password, default to the username and password in the URL.
1426
1427 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1428
1429 * man.el: Remove spurious * in docstrings.
1430 Merge defvars and toplevel setq-defaults.
1431 (Man-highlight-references0): Limit=nil rather than point-max.
1432 (Man-mode-map): Move initialization into the declaration.
1433 (Man-strip-page-headers, Man-unindent): Use dolist & inhibit-read-only.
1434 (Man-view-header-file): Use expand-file-name rather than concat.
1435 (Man-notify-when-ready, Man-bgproc-sentinel): Use with-current-buffer.
1436
1437 * man.el (Man-next-section): Make sure we do not move backward.
1438
1439 2007-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1440
1441 * ps-print.el (ps-default-fg, ps-default-bg): Docstring fix.
1442 (ps-begin-job): Use ps-default-fg and ps-default-bg only when
1443 ps-print-color-p is neither nil nor black-white. Reported by Christian
1444 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1445
1446 2007-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
1447
1448 * files.el (auto-mode-alist): Use the purecopied text (duh!).
1449
1450 2007-08-08 Andreas Schwab <schwab@suse.de>
1451
1452 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook): Check for
1453 self-insert-command, not self-insert.
1454
1455 2007-08-08 Glenn Morris <rgm@gnu.org>
1456
1457 * emacs-lisp/checkdoc.el (checkdoc-ispell-lisp-words): Remove `iff'.
1458
1459 * Replace `iff' in doc-strings and comments.
1460
1461 * help-mode.el (help-make-xrefs): Search for symbol constituents,
1462 rather than just `-'.
1463
1464 2007-08-08 Martin Rudalics <rudalics@gmx.at>
1465
1466 * dired.el (dired-pop-to-buffer):
1467 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1468 * calendar/calendar.el (generate-calendar-window):
1469 * progmodes/compile.el (compilation-set-window-height):
1470 * textmodes/two-column.el (2C-two-columns, 2C-merge):
1471 Use window-full-width-p instead of comparing frame-width and
1472 window-width.
1473
1474 * progmodes/compile.el (compilation-find-buffer): Remove extra
1475 argument in call to compilation-buffer-internal-p.
1476
1477 2007-08-07 Michael Albinus <michael.albinus@gmx.de>
1478
1479 * net/tramp.el (tramp-handle-file-remote-p): Handle optional
1480 parameters IDENTIFICATION and CONNECTED.
1481 (tramp-handle-insert-file-contents): VISIT must be handled after
1482 insertion of the local copy. Reported by Peter Gordon
1483 <peter@pg-consultants.com>.
1484 (tramp-file-name-handler): No special handling for
1485 `expand-file-name'. But for `file-name-as-directory'.
1486 (tramp-find-shell, tramp-open-connection-telnet)
1487 (tramp-open-connection-rsh, tramp-open-connection-su)
1488 (tramp-open-connection-multi)
1489 (tramp-open-connection-setup-interactive-shell): Guard against
1490 $PROMPT_COMMAND shell var. Reported by Steve Youngs
1491 <steve@sxemacs.org>.
1492 (tramp-append-tramp-buffers): Replace "sensible" by "sensitive" in
1493 the hint.
1494
1495 * net/trampver.el: Update release number.
1496
1497 2007-08-07 Tom Tromey <tromey@redhat.com>
1498
1499 * progmodes/tcl.el (tcl-indent-level, tcl-continued-indent-level):
1500 Add safe-local-variable property.
1501
1502 2007-08-07 Chong Yidong <cyd@stupidchicken.com>
1503
1504 * image-mode.el (image-toggle-display): Use image-refresh.
1505
1506 * longlines.el (longlines-decoded): New variable.
1507 (longlines-mode): Avoid encoding or decoding the buffer twice.
1508
1509 2007-08-07 Riccardo Murri <riccardo.murri@gmail.com>
1510
1511 * vc-bzr.el: Remove comments about vc-bzr.el being a modified
1512 unofficial version.
1513 (vc-bzr-command): Remove redundant setting of process-connection-type.
1514 (vc-bzr-admin-checkout-format-file): Add autoload.
1515 (vc-bzr-root-dir): Remove in favor of vc-bzr-root.
1516 (vc-bzr-root): Switch to implementation of vc-bzr-root-dir.
1517 (vc-bzr-registered): Compare dirstate format tag with known good
1518 value, abort parsing if match fails. Warn user in docstring.
1519 (vc-bzr-workfile-version): Case for different Bzr branch formats.
1520 See bzrlib/branch.py in Bzr sources.
1521 (vc-bzr-diff): First argument FILES may be a string rather than a list.
1522 (vc-bzr-shell-command): Remove in favor of
1523 vc-bzr-command-discarding-stderr.
1524 (vc-bzr-command-discarding-stderr): New function.
1525
1526 2007-08-06 Riccardo Murri <riccardo.murri@gmail.com>
1527
1528 * vc-bzr.el (vc-bzr-registered): Gracefully handle missing "bzr"
1529 program, and return nil
1530 (vc-bzr-state): Gracefully handle missing "bzr" program, and return nil.
1531 (vc-bzr-state): Look for path names relative to the repository
1532 root after status keyword.
1533 (vc-bzr-file-name-relative): New function.
1534 (vc-bzr-admin-dirname): Reinstate, as other vc-bzr-admin-... paths
1535 depend on it.
1536 (vc-bzr-admin-dirname, ...-checkout-format-file)
1537 (...-branch-format-file, ...-revhistory): Paths to some Bzr internal
1538 files that we now parse directly for speed.
1539 (vc-bzr-root-dir): Use `vc-bzr-admin-checkout-format-file' as witness.
1540 (vc-bzr-registered): Only parse vc-bzr-admin-dirstate file if it exists.
1541 (vc-bzr-state): "bzr status" successful only if exitcode is 0
1542 (vc-bzr-root): Use `vc-bzr-shell-command'. Stderr may contain
1543 Bzr warnings, so we must discard it.
1544 (vc-bzr-workfile-version): Speedup counting lines from
1545 `vc-bzr-admin-revhistory' file, but fallback to spawning "bzr revno"
1546 if that file doesn't exist.
1547 (vc-bzr-responsible-p): Use `vc-bzr-root' instead of
1548 `vc-bzr-root-dir' for speed. Add `vc-bzr-admin-dirname'
1549 (not ".bzr"!) to `vc-directory-exclusion-list'
1550 (vc-bzr-shell-command): New function.
1551
1552 2007-08-06 Tom Tromey <tromey@redhat.com>
1553
1554 * diff-mode.el (diff-unified->context, diff-reverse-direction)
1555 (diff-fixup-modifs): Typo in docstring.
1556
1557 2007-08-06 Stefan Monnier <monnier@iro.umontreal.ca>
1558
1559 * emulation/tpu-edt.el (tpu-current-line): Use posn-at-point and
1560 count-screen-lines.
1561 (tpu-edt-off): Disable relevant pieces of advice.
1562
1563 * emulation/tpu-extras.el (tpu-before-save-hook): Rename from
1564 tpu-write-file-hook. Activate it with add-hook on buffer-save-hook.
1565 (newline, newline-and-indent, do-auto-fill): Use advice instead of
1566 redefining the function.
1567 (tpu-set-scroll-margins): Activate the pieces of advice.
1568
1569 2007-08-06 Michael Albinus <michael.albinus@gmx.de>
1570
1571 * net/ange-ftp.el (ange-ftp-hook-function): Catch also errors in
1572 process-filter.
1573
1574 2007-08-06 Martin Rudalics <rudalics@gmx.at>
1575
1576 * help.el (resize-temp-buffer-window): Use window-full-width-p
1577 instead of comparing frame-width and window-width.
1578
1579 2007-08-05 Peter Povinec <ppovinec <at> yahoo.com> (tiny change)
1580
1581 * term.el: Honor term-default-fg-color and term-default-bg-color
1582 settings when modifying term-current-face.
1583 (term-default-fg-color, term-default-bg-color): Initialize from
1584 default term-current-face.
1585 (term-mode, term-reset-terminal): Set term-current-face with
1586 term-default-fg-color and term-default-bg-color.
1587 (term-handle-colors-array): term-current-face has term-default-fg-color
1588 and term-default-bg-color after reset escape sequence.
1589 (term-handle-colors-array): Set term-current-color with
1590 term-default-fg/bg-color instead of ansi-term-color-vector when the
1591 index (term-ansi-current-color or term-ansi-current-bg-color) is zero.
1592
1593 2007-08-05 Michael Albinus <michael.albinus@gmx.de>
1594
1595 * files.el (set-auto-mode): Handle also remote files wrt
1596 `auto-mode-alist'.
1597
1598 * net/tramp.el (tramp-handle-file-remote-p): Return a string as
1599 remote identification.
1600
1601 2007-08-04 Glenn Morris <rgm@gnu.org>
1602
1603 * autorevert.el (auto-revert-tail-mode): auto-revert-tail-pos is
1604 zero, not nil, when the library is first loaded. Check for a file
1605 that has been modified on disk.
1606
1607 * progmodes/cperl-mode.el (cperl-compilation-error-regexp-alist):
1608 Remove duplicate defvar preventing initialization.
1609 (cperl-mode): Fix compilation-error-regexp-alist-alist setting.
1610
1611 2007-08-03 Miles Bader <miles@gnu.org>
1612
1613 * vc-hooks.el (vc-handled-backends): Change capitalization of VC
1614 backend names for new backends to `Git', `Hg', and `Bzr'.
1615 * vc-hg.el (vc-hg-dired-state-info): Use `Hg' as VC backend name,
1616 not `HG'.
1617 * vc-git.el (vc-git-dired-state-info): Use `Git' as VC backend
1618 name, not `GIT'.
1619 * vc-bzr.el (vc-bzr-dir-state, vc-bzr-dired-state-info)
1620 (vc-bzr-unload-hook): Use `Bzr' as VC backend name, not `BZR'.
1621
1622 2007-08-03 Glenn Morris <rgm@gnu.org>
1623
1624 * net/telnet.el (telnet-mode): Set comint-use-prompt-regexp to t.
1625
1626 2007-08-02 Richard Stallman <rms@gnu.org>
1627
1628 * mail/rmailsum.el (rmail-make-summary-line): Find end of msg number
1629 to update deleted flag.
1630
1631 * cus-edit.el (customize-apropos, customize-apropos-options)
1632 (customize-apropos-faces, customize-apropos-groups): Improve prompt.
1633
1634 * menu-bar.el (menu-bar-help-menu): Add "About GNU" menu item.
1635
1636 * startup.el (fancy-splash-head, startup-echo-area-message):
1637 Change message text.
1638
1639 * emulation/tpu-edt.el (next-line-internal): Setting deleted.
1640 All callers use line-move.
1641
1642 * progmodes/compile.el (compilation-find-buffer): Return current
1643 buffer immediately if suitable.
1644 (compile, compilation-buffer-name, compilation-start): Doc fixes.
1645
1646 2007-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
1647
1648 * vc-bzr.el (vc-bzr-admin-dirstate): Rename from `...-dirname'.
1649 Make it more discriminating and more useful.
1650 (vc-bzr-root-dir): Use new name.
1651 (vc-bzr-registered): Use new name and look at the dirstate file to
1652 determine if it's registered or not without running `bzr'.
1653
1654 2007-08-01 Eric Hanchrow <offby1@blarg.net> (tiny change)
1655
1656 * ibuf-ext.el (ibuffer-mark-old-buffers): Docstring fix.
1657
1658 2007-07-31 Drew Adams <drew.adams@oracle.com>
1659
1660 * cus-edit.el (custom-group-value-create, custom-goto-parent):
1661 Fix parent groups link.
1662
1663 2007-07-31 Daiki Ueno <ueno@unixuser.org>
1664
1665 * faces.el (face-normalize-spec): New function.
1666 (frame-set-background-mode): Normalize face-spec before calling
1667 face-spec-match-p.
1668
1669 2007-07-31 Stefan Monnier <monnier@iro.umontreal.ca>
1670
1671 * vc-bzr.el: New file (copied from the trunk).
1672
1673 * vc-hooks.el (vc-handled-backends): Add BZR.
1674 (vc-find-file-hook): Failsafe if the backend's `registered'
1675 function burps.
1676
1677 * server.el (server-window): Add switch-to-buffer-other-frame option.
1678
1679 2007-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1680
1681 * vc-git.el (vc-directory-exclusion-list, vc-handled-backends): Remove.
1682 (vc-git-revision-completion-table): Enable.
1683
1684 * vc-hooks.el (vc-handled-backends): Add GIT and HG.
1685
1686 * vc.el (vc-directory-exclusion-list): Add .git and .hg.
1687
1688 * vc-hg.el (vc-hg-revision-completion-table): Re-enable.
1689 (vc-hg-registered): Set the vc-state property.
1690
1691 * diff-mode.el (diff-mode-menu): New entries.
1692
1693 2007-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1694
1695 * diff-mode.el (diff-beginning-of-file-and-junk): New function.
1696 (diff-file-kill): Use it.
1697 (diff-beginning-of-hunk): Add arg `try-harder' using it.
1698 (diff-restrict-view, diff-find-source-location, diff-refine-hunk):
1699 Use it so they find the hunk even when we're in the file header.
1700
1701 * vc.el: Add new VC operation `revision-completion-table'.
1702 (vc-default-revision-completion-table): New function.
1703 (vc-version-diff, vc-version-other-window): Use it to provide
1704 completion of revision names if the backend provides it.
1705
1706 * vc-arch.el (vc-arch--version-completion-table)
1707 (vc-arch-revision-completion-table): New functions to provide
1708 completion of revision names.
1709
1710 * vc-cvs.el: Require CL.
1711 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
1712 New functions to provide completion of revision names.
1713
1714 2007-07-29 Kimit Yada <kimitto@gmail.com> (tiny change)
1715
1716 * emacs-lisp/copyright.el (copyright-update-year, copyright-update)
1717 (copyright-fix-years, copyright): Correctly handle the case where
1718 copyright-limit is nil.
1719
1720 2007-07-28 Konstantin Novitsky <knovitsk@Bear.com> (tiny change)
1721
1722 * progmodes/python.el (run-python): Fix path separator under w32.
1723
1724 2007-07-28 Dan Nicolaescu <dann@ics.uci.edu>
1725
1726 * vc-git.el: New File.
1727
1728 2007-07-28 Alan Mackenzie <acm@muc.de>
1729
1730 Fix problem with modes derived from CC Mode:
1731 * progmodes/cc-mode.el (c-make-emacs-variables-local): Move this
1732 macro to cc-langs.
1733 (c-init-language-vars-for): Remove call to above macro.
1734 * progmodes/cc-langs.el (c-make-emacs-variables-local): Macro has
1735 been moved to here.
1736 (c-make-init-lang-vars-fun): Call c-make-emacs-variables-local.
1737
1738 2007-07-28 Eli Zaretskii <eliz@gnu.org>
1739
1740 * net/trampver.el: Fix the `coding' cookie.
1741
1742 2007-07-25 Nick Roberts <nickrob@snap.net.nz>
1743
1744 * add-log.el (change-log-redate): Remove (not needed anymore and
1745 doesn't appear to work).
1746
1747 2007-07-25 Glenn Morris <rgm@gnu.org>
1748
1749 * Relicense all FSF files to GPLv3 or later.
1750
1751 * COPYING: Switch to GPLv3.
1752
1753 2007-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
1754
1755 * pcvs.el (cvs-temp-buffer): Undo last ill-conceived change.
1756 Replace it with another one which disables undo before calling
1757 erase-buffer and then turns it back on if needed.
1758
1759 2007-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1760
1761 * ps-print.el: Problem with foreground and background color when
1762 printing a buffer with and without faces. Reported by Christian
1763 Schlauer <cs-muelleimer-rubbish.bin@arcor.de>.
1764 (ps-print-version): New version 6.7.5.
1765 (ps-default-fg): Change default value to nil, so black color is used
1766 when a face does not specify a foreground color.
1767 (ps-default-bg): Change default value to nil, so white color is used
1768 for background color.
1769 (ps-begin-job): Fix code.
1770
1771 2007-07-24 Dan Nicolaescu <dann@ics.uci.edu>
1772
1773 * vc-hg.el (vc-hg-revision-completion-table): Temporarily comment out.
1774
1775 2007-07-24 Alan Mackenzie <acm@muc.de>
1776
1777 * emacs-lisp/bytecomp.el (byte-compile-from-buffer):
1778 Initialise byte-compile-unresolved-functions before rather than
1779 after a compilation.
1780 (byte-compile-unresolved-functions): Amplify doc string.
1781
1782 2007-07-24 Glenn Morris <rgm@gnu.org>
1783
1784 * calendar/cal-tex.el (cal-tex-holidays, cal-tex-diary)
1785 (cal-tex-rules, cal-tex-buffer, cal-tex-24)
1786 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
1787 (cal-tex-cursor-week, cal-tex-cursor-week2)
1788 (cal-tex-cursor-week-iso, cal-tex-week-hours)
1789 (cal-tex-cursor-week-monday, cal-tex-weekly4-box)
1790 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
1791 (cal-tex-cursor-filofax-daily, cal-tex-daily-page): Doc fix.
1792
1793 2007-07-24 Stefan Monnier <monnier@iro.umontreal.ca>
1794
1795 * pcvs.el (cvs-temp-buffer): Disable undo in temp buffers.
1796
1797 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1798
1799 * ses.el (ses-cleanup): Prevent Emacs from spuriously checking if the
1800 underlying file is uptodate.
1801
1802 2007-07-23 Richard Stallman <rms@gnu.org>
1803
1804 * progmodes/octave-inf.el (inferior-octave-prompt): Accept .exe.
1805
1806 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
1807
1808 * progmodes/sh-script.el (sh-font-lock-backslash-quote)
1809 (sh-font-lock-flush-syntax-ppss-cache): New funs.
1810 (sh-font-lock-syntactic-keywords): Use them to distinguish the
1811 different possible cases for \'.
1812 (sh-font-lock-paren): Mark the relevant text with font-lock-multiline.
1813
1814 * vc-hooks.el (vc-find-root): Walk up the tree to find an existing
1815 `file' from which to start the search and fix case where `file' is the
1816 current directory and the root as well.
1817
1818 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
1819 name for buffer-file-name if it refers to a directory.
1820
1821 2007-07-22 Jason Rumney <jasonr@gnu.org>
1822
1823 * w32-fns.el (set-default-process-coding-system): Use dos line ends
1824 for input to cmdproxy on all versions of Windows.
1825 Use dos line ends for input to plink.
1826
1827 * comint.el (comint-simple-send): Concat newline before sending.
1828 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
1829
1830 2007-07-22 Juri Linkov <juri@jurta.org>
1831
1832 * isearch.el (isearch-edit-string): Save old point and
1833 isearch-other-end to old-point and old-other-end before reading
1834 the search string from minibuffer. After exiting minibuffer set
1835 point to old-other-end if point and the search direction is the
1836 same as before reading the search string.
1837 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
1838 to isearch-other-end. Instead of isearch-search-and-update call
1839 three functions isearch-search, isearch-push-state and isearch-update.
1840
1841 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
1842
1843 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
1844 destroying an existing buffer.
1845
1846 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1847
1848 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
1849
1850 * term/x-win.el (x-handle-no-bitmap-icon): New function.
1851
1852 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
1853
1854 * textmodes/reftex.el (reftex-access-parse-file): Create parse
1855 file in a way that does not interfere with recentf.
1856
1857 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1858
1859 * image-dired.el (image-dired-sane-db-file): New func.
1860 (image-dired-write-tags, image-dired-remove-tag)
1861 (image-dired-list-tags, image-dired-write-comments)
1862 (image-dired-get-comment, image-dired-mark-tagged-files)
1863 (image-dired-create-gallery-lists): Call new func.
1864 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
1865
1866 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1867
1868 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
1869 (vc-hg-dir-state): Fix loop.
1870 (vc-hg-print-log): Fix expected return value for vc-hg-command.
1871 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
1872 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
1873 (vc-hg-revert): Likewise.
1874 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
1875
1876 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1877
1878 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
1879 case of alignment under a constant symbol, find and consider
1880 the sexp actually at indentation to be the "last sexp".
1881
1882 2007-07-20 Eli Zaretskii <eliz@gnu.org>
1883
1884 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1885 (install): Use them to copy all *.el files before *.elc.
1886 (clean): Don't delete *~.
1887
1888 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1889
1890 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
1891
1892 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
1893
1894 * vc-hg.el (vc-hg-registered): Replace if with when.
1895 (vc-hg-state): Deal with nonexistent files.
1896
1897 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
1898
1899 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
1900 (follow-delete-other-windows-and-split, follow-recenter)
1901 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
1902 (follow-redisplay, follow-estimate-first-window-start)
1903 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
1904 Fix typos in docstrings.
1905
1906 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
1907
1908 * bookmark.el (bookmark-show-all-annotations):
1909 Make sure each inserted annotation ends with newline.
1910
1911 (bookmark-maybe-sort-alist): Don't modify
1912 bookmark-alist. Instead, if not sorting, simply return it.
1913 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
1914 for its return value, not for its side effect.
1915
1916 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
1917
1918 * vc.el: Add more info about the vc-registered function.
1919
1920 2007-07-16 David Kastrup <dak@gnu.org>
1921
1922 * emacs-lisp/advice.el (defadvice): Doc fix.
1923
1924 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
1925
1926 * subr.el (when, unless): Doc fix.
1927
1928 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
1929
1930 * vc-hg.el (vc-hg-state): Handle removed files.
1931 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
1932 (vc-hg-checkout): Re-enable.
1933
1934 2007-07-15 Richard Stallman <rms@gnu.org>
1935
1936 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
1937
1938 * tutorial.el (tutorial--find-changed-keys):
1939 Handle C-x specially like ESC.
1940
1941 2007-07-15 Roland McGrath <roland@frob.com>
1942
1943 * add-log.el (add-change-log-entry): Check add-log-full-name
1944 and add-log-mailing-address later, after change-log-mode-hook.
1945
1946 2007-07-15 Richard Stallman <rms@gnu.org>
1947
1948 * isearch.el (isearch-mode, isearch-done):
1949 Delete unintended code in previous change.
1950
1951 * ps-print.el (ps-default-bg): Change to White.
1952
1953 2007-07-15 Aaron Hawley <aaronh@garden.org>
1954
1955 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
1956
1957 2007-07-15 Martin Rudalics <rudalics@gmx.at>
1958
1959 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
1960 when handling the terminating event.
1961
1962 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
1963
1964 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
1965
1966 2007-07-13 Eli Zaretskii <eliz@gnu.org>
1967
1968 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
1969 (install): Use them to copy all *.el files before *.elc.
1970
1971 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
1972
1973 * replace.el (match): Use yellow1 instead of yellow.
1974
1975 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
1976
1977 * pcvs-info.el (cvs-unknown): Likewise.
1978
1979 2007-07-12 Davis Herring <herring@lanl.gov>
1980
1981 * desktop.el (desktop-buffer-info, desktop-save):
1982 Use `desktop-dirname' instead of `dirname'.
1983
1984 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
1985
1986 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
1987
1988 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
1989
1990 2007-07-10 Richard Stallman <rms@gnu.org>
1991
1992 * emacs-lisp/lisp-mode.el (eval-defun):
1993 Explain special handling of `defface'.
1994
1995 2007-07-09 Richard Stallman <rms@gnu.org>
1996
1997 * isearch.el (isearch-edit-string): Call to isearch-push-state
1998 after the search.
1999
2000 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
2001
2002 * cus-start.el (file-coding-system-alist): Fix custom type.
2003
2004 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
2005
2006 * longlines.el (longlines-wrap-region): Avoid marking buffer as
2007 modified.
2008 (longlines-auto-wrap, longlines-window-change-function):
2009 Remove unnecessary calls to set-buffer-modified-p.
2010
2011 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2012
2013 * vc.el (vc-default-log-view-mode): New function.
2014 (vc-print-log): Add new `log-view-mode' VC operation.
2015
2016 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
2017
2018 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
2019 Rename and move to...
2020
2021 * subr.el (strings->string, string->strings): ...here.
2022
2023 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
2024 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
2025
2026 * progmodes/gud.el (gud-common-init): Call string->strings instead
2027 of split-string.
2028
2029 2007-07-07 Eli Zaretskii <eliz@gnu.org>
2030
2031 * term/w32-win.el (menu-bar-open): New function.
2032 Bind <f10> to it.
2033
2034 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2035
2036 * log-view.el (log-view-mode-menu): New menu.
2037
2038 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
2039
2040 * vc-hg.el: New file.
2041
2042 2007-07-06 Andreas Schwab <schwab@suse.de>
2043
2044 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
2045 dynamic bindings around the evaluation of the expression.
2046 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
2047
2048 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
2049
2050 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
2051 file names.
2052
2053 2007-07-02 Martin Rudalics <rudalics@gmx.at>
2054
2055 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
2056
2057 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
2058 event is not a cons cell. Do not unread drag-mouse-1 events.
2059 Select right window in check whether space was stolen from
2060 window above.
2061
2062 2007-07-01 Richard Stallman <rms@gnu.org>
2063
2064 * files.el (find-file-visit-truename): Fix safe-local-variable value.
2065
2066 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
2067
2068 * generic-x.el (generic-define-mswindows-modes)
2069 (generic-define-unix-modes, apache-log-generic-mode)
2070 (bat-generic-mode-keymap, java-manifest-generic-mode)
2071 (show-tabs-generic-mode): Fix typos in docstrings.
2072
2073 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2074
2075 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
2076 replace-regexp-in-string.
2077
2078 2007-06-28 Andreas Schwab <schwab@suse.de>
2079
2080 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
2081 $(lisp)/subdirs.el.
2082
2083 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
2084
2085 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
2086 the speedbar frame if nil; that deletes the current frame or
2087 causes an error if it is the only frame.
2088 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
2089
2090 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
2091
2092 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
2093 directory where the desktop file was found, as the docstring says.
2094 (desktop-kill): Use `read-directory-name'.
2095
2096 * desktop.el (desktop-load-locked-desktop): New option.
2097 (desktop-read): Use it.
2098 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
2099 Use `when'.
2100
2101 2007-06-24 Davis Herring <herring@lanl.gov>
2102
2103 * desktop.el (desktop-save-mode-off): New function.
2104 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
2105 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
2106 (desktop-claim-lock, desktop-release-lock): New functions.
2107 (desktop-kill): Tell `desktop-save' that this is the last save.
2108 Release the lock afterwards.
2109 (desktop-buffer-info): New function.
2110 (desktop-save): Use it. Run `desktop-save-hook' where the doc
2111 says to. Detect conflicts, and manage the lock.
2112 (desktop-read): Detect conflicts. Manage the lock.
2113
2114 2007-06-23 Eli Zaretskii <eliz@gnu.org>
2115
2116 * ls-lisp.el (insert-directory): If an invalid regexp error is
2117 thrown, try using FILE as a literal file name, not a wildcard.
2118 Check for FILE as an existing file, not just a directory.
2119
2120 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
2121
2122 * ruler-mode.el (ruler-mode): Prevent clobbering the original
2123 `header-line-format' when reentering ruler mode.
2124
2125 2007-06-23 Eli Zaretskii <eliz@gnu.org>
2126
2127 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
2128 FILE exists as a directory.
2129
2130 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2131
2132 * progmodes/vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
2133 (vera-font-lock-match-item): Fix doc string.
2134 (vera-in-comment-p): Remove unused function.
2135 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
2136 use `syntax-ppss'.
2137 (vera-forward-syntactic-ws): Fix argument order.
2138 (vera-prepare-search): Use `with-syntax-table'.
2139 (vera-indent-line): Fix doc string.
2140 (vera-electric-tab): Fix doc string.
2141 (vera-expand-abbrev): Define alias instead of using `fset'.
2142 (vera-comment-uncomment-region): Use `comment-start-skip'.
2143
2144 2007-06-20 Reto Zimmermann <reto@gnu.org>
2145
2146 * progmodes/vera-mode.el: New file.
2147
2148 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
2149
2150 * ido.el (ido-find-file-in-dir): Don't signal an error for
2151 empty directories.
2152
2153 2007-06-18 Alan Mackenzie <acm@muc.de>
2154
2155 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2156 When removing lines, also remove the \n. Correction of patch of
2157 2007-04-21.
2158
2159 2007-06-17 Glenn Morris <rgm@gnu.org>
2160
2161 * lpr.el (lpr-page-header-switches): Move %s to separate element
2162 for correct quoting. Doc fix.
2163
2164 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2165
2166 * term/xterm.el (terminal-init-xterm): Escape parens in character
2167 constants.
2168
2169 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
2170
2171 * scroll-lock.el (scroll-lock-mode): Doc fix.
2172
2173 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2174
2175 * font-lock.el (font-lock-add-keywords): In case font-lock was only
2176 half-activated, forcefully activate it completely.
2177
2178 2007-06-11 Richard Stallman <rms@gnu.org>
2179
2180 * cus-edit.el (custom-variable-type): Doc fix.
2181
2182 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
2183
2184 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
2185
2186 2007-06-09 Davis Herring <herring@lanl.gov>
2187
2188 * desktop.el (desktop-minor-mode-table): Doc fix.
2189
2190 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
2191
2192 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
2193 (image-next-line, image-previous-line, image-scroll-up)
2194 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
2195 New functions.
2196 (image-mode-map): Remap motion commands.
2197 (image-mode-text-map): New keymap for viewing images as text.
2198 (image-mode): Use image-mode-map.
2199 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
2200
2201 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
2202
2203 Sync with Tramp 2.0.56.
2204
2205 * net/tramp.el:
2206 * net/tramp-ftp.el:
2207 * net/tramp-smb.el:
2208 * net/tramp-util.el:
2209 * net/tramp-vc.el:
2210 Don't load cl.el, because that pollutes the namespace. Replace cl
2211 macros by their implementations where necessary. Requested by
2212 Richard Stallman <rms@gnu.org>.
2213
2214 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
2215 doesn't exist.
2216 (with-parsed-tramp-file-name): Protect debug spec during compilation.
2217 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
2218 (tramp-file-name-p, tramp-file-name-multi-method)
2219 (tramp-file-name-method, tramp-file-name-user)
2220 (tramp-file-name-host, tramp-file-name-localname): New defuns,
2221 replacing defstruct `tramp-file-name'.
2222 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
2223 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
2224 Apply `vector' instead of `make-tramp-file-name'.
2225 (tramp-handle-make-auto-save-file-name):
2226 Apply `tramp-temporary-file-directory' for compatibility reasons.
2227 (tramp-completion-mode): Use `natnump' instead of `wholenump'
2228 because of XEmacs.
2229 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
2230 started.
2231
2232 2007-06-07 David Kastrup <dak@gnu.org>
2233
2234 * dired.el (dired-recursive-deletes, dired-recursive-copies):
2235 Change default to `top'.
2236
2237 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
2238
2239 * dired.el (dired-mode-map): Remove spurious separator.
2240
2241 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2242
2243 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
2244
2245 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2246 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
2247
2248 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
2249
2250 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
2251 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
2252
2253 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
2254
2255 * progmodes/ebrowse.el (ebrowse-member-table):
2256 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
2257
2258 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2259
2260 * pgg.el (pgg-sign-region, pgg-sign):
2261 * ses.el (ses-call-printer):
2262 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
2263 * textmodes/org.el (org-cycle): Fix typos in docstrings.
2264
2265 2007-06-06 Eli Zaretskii <eliz@gnu.org>
2266
2267 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
2268 (tar-get-descriptor): Handle type 55, an extended pax header.
2269
2270 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2271
2272 * textmodes/css-mode.el: New file.
2273
2274 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
2275
2276 * net/socks.el: New file, taken from w3 repository.
2277 (top): Update Copyright. Don't load cl.el.
2278 (all): Replace `case' by `cond', `string-to-int' by
2279 `string-to-number', and `process-kill-without-query' by
2280 `set-process-query-on-exit-flag'.
2281 (socks-char-int): Remove defalias and all occurrences.
2282
2283 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
2284
2285 * international/mule-cmds.el (toggle-enable-multibyte-characters)
2286 (sort-coding-systems, search-unencodable-char): Doc fixes.
2287 (coding-system-change-eol-conversion, set-default-coding-systems)
2288 (prefer-coding-system, find-multibyte-characters, princ-list)
2289 (leim-list-entry-regexp, set-input-method, locale-language-names)
2290 (input-method-exit-on-first-char, exit-language-environment-hook)
2291 (locale-charset-language-names): Fix typos in docstrings.
2292
2293 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
2294
2295 * bs.el (bs-cycle-previous): Don't modify the cycle list until
2296 `switch-to-buffer' has returned succesfully.
2297 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
2298 window is dedicated (it could iconify the frame).
2299
2300 2007-06-05 Glenn Morris <rgm@gnu.org>
2301
2302 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
2303
2304 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
2305
2306 * files.el (auto-mode-alist): Add lower-priority match for names
2307 like ChangeLog.old.
2308
2309 2007-06-04 Andreas Schwab <schwab@suse.de>
2310
2311 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
2312
2313 2007-06-04 Davis Herring <herring@lanl.gov>
2314
2315 * calendar/timeclock.el: Update version number.
2316 (timeclock-modeline-display): Mention timeclock-use-display-time
2317 in explanatory message.
2318 (timeclock-log): Suppress warnings when finding the log.
2319 Don't check for a nil project twice. Run hooks after killing the
2320 buffer (if applicable).
2321 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
2322 was geometric). All uses changed.
2323 (timeclock-generate-report): Support prefix argument.
2324
2325 2007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2326
2327 * man.el (Man-next-section): Don't consider the last line of the
2328 page as being part of any section.
2329
2330 2007-06-04 Martin Rudalics <rudalics@gmx.at>
2331
2332 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
2333 modified flag of buffer. Use `inhibit-modification-hooks'.
2334
2335 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
2336
2337 * mail/mail-extr.el (mail-extract-address-components):
2338 Recognize non-ASCII characters except for NBSP as words.
2339
2340 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
2341
2342 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
2343
2344 2007-06-04 Michael Olson <mwolson@gnu.org>
2345
2346 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
2347 died and we are trying to send a signal to it.
2348
2349 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
2350
2351 * emacs-lisp/easy-mmode.el (define-minor-mode)
2352 (easy-mmode-define-navigation): Fix typos in docstrings.
2353
2354 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
2355 Fix typos in docstrings.
2356 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
2357 (compilation-finish-function): Fix typo in obsolescence declaration.
2358
2359 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
2360
2361 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
2362
2363 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
2364 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
2365
2366 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
2367
2368 * longlines.el (longlines-mode): Make longlines-auto-wrap
2369 buffer-local. Add hooks unconditionally.
2370 (longlines-auto-wrap): Toggle wrapping.
2371 (longlines-after-change-function)
2372 (longlines-post-command-function): Check longlines-auto-wrap.
2373
2374 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
2375
2376 * Version 22.1 released.
2377
2378 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
2379
2380 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
2381 changes.
2382
2383 2007-05-31 Richard Stallman <rms@gnu.org>
2384
2385 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
2386
2387 2007-05-29 Martin Rudalics <rudalics@gmx.at>
2388
2389 * textmodes/table.el (table--point-entered-cell-function)
2390 (table--point-left-cell-function):
2391 Bind `inhibit-point-motion-hooks' to t.
2392
2393 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2394
2395 * emacs-lisp/rx.el (rx): Doc fix.
2396
2397 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
2398
2399 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
2400
2401 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
2402
2403 * log-edit.el (log-edit-changelog-paragraph): Return point-max
2404 as the end of the ChangeLog paragraph when it ends without a line
2405 termination.
2406
2407 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
2408
2409 * textmodes/fill.el (canonically-space-region): Make the second arg
2410 a marker if it's not already the case.
2411
2412 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
2413 (xterm-mouse-event): Use it.
2414
2415 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
2416
2417 * vc-hooks.el (vc-find-root): Fix file attribute test.
2418
2419 2007-05-24 Richard Stallman <rms@gnu.org>
2420
2421 * textmodes/flyspell.el (flyspell-correct-word-before-point):
2422 Don't let opoint be nil.
2423 (flyspell-emacs-popup): Explicit error if no dialogs.
2424
2425 2007-05-23 Eli Zaretskii <eliz@gnu.org>
2426
2427 * tar-mode.el (tar-file-name-handler): New function.
2428 (tar-extract): Bind file-name-handler-alist to it to force
2429 find-buffer-file-type-coding-system behave as if the file being
2430 extracted existed. Use last-coding-system-used to force
2431 buffer-file-coding-system to what decode-coding-region actually
2432 used to decode the file.
2433
2434 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2435
2436 * progmodes/compile.el (compilation-handle-exit):
2437 `compilation-finish-function' may change the current buffer.
2438
2439 2007-05-22 Richard Stallman <rms@gnu.org>
2440
2441 * files.el (set-auto-mode): Doc fix.
2442
2443 2007-05-22 Eli Zaretskii <eliz@gnu.org>
2444
2445 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2446
2447 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
2448
2449 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
2450 (rcirc-print): Handle `window-width'.
2451 (rcirc-buffer-maximum-lines): Doc fix.
2452
2453 2007-05-19 Kevin Ryde <user42@zip.com.au>
2454
2455 * info.el (Info-fontify-node): Match https also.
2456
2457 2007-05-18 Richard Stallman <rms@gnu.org>
2458
2459 * simple.el (push-mark): Doc fix.
2460
2461 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
2462
2463 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
2464 tpu-global-map.
2465 (tpu-original-global-map): Delete variable.
2466 (tpu-control-keys-map): New keymap variable.
2467 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
2468 setting keymapping directly.
2469 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
2470 tpu-global-map.
2471 (tpu-edt-on): Activate the tpu-global-map.
2472 (tpu-edt-off): Deactivate the tpu-global-map.
2473
2474 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
2475
2476 * textmodes/ispell.el (ispell-get-word): Return markers
2477 for start and end positions.
2478 (ispell-word): Assume END is a marker.
2479
2480 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2481
2482 * ps-print.el: Use default color when foreground or background color
2483 are unspecified. Reported by Leo <sdl.web@gmail.com>.
2484 (ps-print-version): New version 6.7.4.
2485 (ps-rgb-color): New argument. Use default color when color is
2486 unspecified.
2487 (ps-begin-job): Fix code.
2488
2489 2007-05-17 Martin Rudalics <rudalics@gmx.at>
2490
2491 * textmodes/ispell.el (ispell-start-process): Defend against bad
2492 default-directory.
2493
2494 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2495
2496 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
2497
2498 2007-05-16 Richard Stallman <rms@gnu.org>
2499
2500 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
2501
2502 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2503
2504 * files.el (magic-mode-alist, magic-fallback-mode-alist):
2505 Move the *ml, Postscript, and XmCD entries to the fallback part.
2506
2507 * files.el (magic-fallback-mode-alist):
2508 Rename from file-start-mode-alist.
2509
2510 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2511
2512 * progmodes/compile.el (compilation-handle-exit): Quote first
2513 argument of `run-hook-with-args'.
2514
2515 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
2516
2517 * buff-menu.el (Buffer-menu-sort-column):
2518 * dabbrev.el (dabbrev-upcase-means-case-search):
2519 * dired.el (dired-recursive-deletes, dired-recursive-copies):
2520 * info.el (Info-current-subfile):
2521 * ls-lisp.el (ls-lisp-verbosity):
2522 * msb.el (msb-menu-cond):
2523 * pcvs.el (cvs-dired-use-hook):
2524 * simple.el (set-mark-command-repeat-pop):
2525 * time.el (display-time-24hr-format, display-time-mail-file):
2526 Doc fixes.
2527
2528 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
2529 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
2530
2531 * view.el (view-inhibit-help-message): Fix typo in docstring.
2532 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
2533
2534 2007-05-14 Eli Zaretskii <eliz@gnu.org>
2535
2536 * mail/rmail.el (rmail-convert-to-babyl-format):
2537 Check content-transfer-encoding _last_, because we need its position
2538 in base64-header-field-end.
2539
2540 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
2541
2542 * files.el (mode-require-final-newline, require-final-newline)
2543 (enable-local-variables, enable-local-eval): Doc fixes.
2544
2545 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
2546
2547 * progmodes/python.el (python-font-lock-keywords)
2548 (python-open-block-statement-p, python-mode): Add support for the new
2549 "with" keyword.
2550
2551 2007-05-10 Richard Stallman <rms@gnu.org>
2552
2553 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
2554 (iso-cvt-write-only): Likewise.
2555
2556 * emacs-lisp/easy-mmode.el (define-minor-mode):
2557 Fix generated doc string.
2558
2559 * startup.el (fancy-splash-text): Add URL of guided tour.
2560 Adjust horizontal and vertical whitespace.
2561
2562 * progmodes/compile.el (compilation-handle-exit):
2563 Use run-hook-with-args to run compilation-finish-functions.
2564
2565 * files.el (file-start-mode-alist): New variable.
2566 (magic-mode-regexp-match-limit): Doc fix.
2567 (set-auto-mode): Handle file-start-mode-alist.
2568 A little cleanup of structure.
2569
2570 2007-05-10 Davis Herring <herring@lanl.gov>
2571
2572 * calendar/timeclock.el (timeclock-in): Fix non-interactive
2573 workday specifications.
2574 (timeclock-log): Don't kill the log buffer if it already existed.
2575
2576 2007-05-08 Richard Stallman <rms@gnu.org>
2577
2578 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2579 Don't include non-self-insert commands in the exception for `-'.
2580
2581 2007-05-08 David Reitter <david.reitter@gmail.com>
2582
2583 * progmodes/python.el (python-guess-indent): Check non-nullness
2584 before comparing indent against the 2..8 interval.
2585
2586 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2587
2588 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
2589 available.
2590
2591 2007-05-06 Richard Stallman <rms@gnu.org>
2592
2593 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
2594
2595 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
2596
2597 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
2598 disconnections.
2599
2600 2007-05-01 Romain Francoise <romain@orebokech.com>
2601
2602 * dired-x.el: Revert 2007-04-06 change.
2603
2604 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
2605
2606 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
2607 don't put stop on toolbar.
2608
2609 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
2610
2611 * find-dired.el (find-dired-filter): Propertize all text down to eob.
2612
2613 2007-04-29 Richard Stallman <rms@gnu.org>
2614
2615 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
2616
2617 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2618
2619 * progmodes/cc-mode.el (c-before-change): Use point-min rather
2620 than 1.
2621
2622 2007-04-28 Richard Stallman <rms@gnu.org>
2623
2624 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
2625
2626 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2627
2628 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
2629
2630 2007-04-28 Eli Zaretskii <eliz@gnu.org>
2631
2632 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
2633 instead of $(lisp)/mh-e.
2634
2635 * textmodes/fill.el (fill-paragraph): Doc fix.
2636
2637 2007-04-28 Glenn Morris <rgm@gnu.org>
2638
2639 * image-dired.el (image-dired-cmd-create-thumbnail-options)
2640 (image-dired-cmd-create-temp-image-options): Replace option
2641 +profile "*" with -strip.
2642
2643 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
2644
2645 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2646 Use window-start and window-end.
2647
2648 2007-04-26 Glenn Morris <rgm@gnu.org>
2649
2650 * progmodes/python.el: Restore file pending consideration of legal
2651 status.
2652
2653 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
2654
2655 * locate.el (locate-in-alternate-database): Doc fix.
2656
2657 2007-04-26 Glenn Morris <rgm@gnu.org>
2658
2659 * button.el (button): Use underline if supported, else fall back
2660 to color.
2661
2662 2007-04-25 Richard Stallman <rms@gnu.org>
2663
2664 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
2665
2666 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
2667
2668 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
2669 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
2670 pushing mark.
2671 (idlwave-current-routine): Don't push mark.
2672
2673 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
2674
2675 * image-dired.el (image-dired-display-image): Derive image-type from
2676 filename rather than assuming jpeg, in case no resizing was needed.
2677
2678 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2679
2680 * custom.el (defface): Doc fix.
2681
2682 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
2683
2684 * progmodes/python.el: Remove due to unclear legal issues.
2685
2686 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
2687
2688 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
2689 Don't re-query for each cleared BP.
2690 (idlwave-shell-clear-bp): Optionally skip BP query.
2691 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
2692 of set-window-buffer, which incorrectly moves displayed region.
2693
2694 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
2695
2696 * calc/calc.el (calc-bug-address): Update maintainer's address.
2697 * calc/*: Update maintainer's address.
2698
2699 2007-04-23 Richard Stallman <rms@gnu.org>
2700
2701 * simple.el (set-mark-command-repeat-pop): Doc fix.
2702 Put in `editing-basics' group.
2703
2704 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
2705
2706 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
2707 New functions.
2708 (Info-mode-line-node-keymap): Bind mouse commands to
2709 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
2710
2711 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
2712
2713 * locate.el (locate-local-prompt): New var.
2714 (locate-prompt-for-command): Doc fix.
2715 (locate-prompt-for-search-string): New function.
2716 (locate): New optional arg. Make locate-local-prompt
2717 buffer-local. Use locate-prompt-for-search-string.
2718 (locate-with-filter): New optional arg.
2719 Use locate-prompt-for-search-string.
2720 (locate-update): Bind locate-prompt-for-command.
2721
2722 2007-04-23 Glenn Morris <rgm@gnu.org>
2723
2724 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
2725
2726 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
2727
2728 * button.el (button): Inherit from link face on a tty.
2729
2730 2007-04-23 Glenn Morris <rgm@gnu.org>
2731
2732 * button.el (button): Use color for this face on a tty.
2733
2734 * files.el (magic-mode-alist): Allow for carriage-returns in
2735 html-mode and sgml-mode entries.
2736
2737 2007-04-22 Richard Stallman <rms@gnu.org>
2738
2739 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2740 Improve doc string of generated command.
2741
2742 * subr.el (read-number): Catch errors.
2743
2744 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
2745
2746 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
2747
2748 * image-dired.el: Rename from thumbnails.el. All instances of
2749 "thumbnails" replaced with "image-dired".
2750
2751 * dired.el (dired-mode-map): Rename "thumbnails" again, to
2752 "image-dired".
2753
2754 2007-04-22 Kim F. Storm <storm@cua.dk>
2755
2756 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
2757 Don't use kill-line.
2758
2759 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
2760
2761 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
2762 error message.
2763
2764 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
2765
2766 * dired.el: Rename "tumme" to "thumbnails".
2767
2768 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
2769 replaced with "thumbnails".
2770
2771 2007-04-22 Glenn Morris <rgm@gnu.org>
2772
2773 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
2774 and give it the risky-local-variable property.
2775
2776 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
2777 before defining it.
2778
2779 2007-04-21 Martin Rudalics <rudalics@gmx.at>
2780
2781 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
2782 Use delete-region instead of kill-line.
2783
2784 2007-04-21 Alan Mackenzie <acm@muc.de>
2785
2786 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
2787 `kill-region' by `delete-region'.
2788
2789 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
2790
2791 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
2792 instead of kill-region.
2793
2794 * progmodes/mantemp.el (mantemp-make-mantemps-region)
2795 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
2796 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
2797 and kill-line.
2798
2799 * progmodes/vhdl-mode.el (vhdl-template-type)
2800 (vhdl-template-record, vhdl-template-nature)
2801 (vhdl-template-configuration-spec, vhdl-template-component-inst)
2802 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
2803 Use delete-region instead of kill-word and kill-line.
2804
2805 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2806
2807 * dired-x.el (dired-virtual-mode): Doc fix.
2808
2809 2007-04-21 Richard Stallman <rms@gnu.org>
2810
2811 * font-lock.el (font-lock-keywords-alist): Mark as risky.
2812
2813 * subr.el (read-number): Doc fix.
2814
2815 * simple.el (pop-to-mark-command): Display message "mark popped"
2816 if point does not move.
2817 (set-mark-command): Doc fix.
2818
2819 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
2820
2821 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
2822 (locate-local-filter, locate-local-search): New vars.
2823 (locate): Make variables local.
2824 (locate-update): Bind locate-buffer-name. Call locate using
2825 locate-local-filter and locate-local-search.
2826
2827 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
2828
2829 * hi-lock.el (hi-lock-file-patterns-policy): New var.
2830 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
2831 (hi-lock-mode): Update docstring.
2832
2833 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
2834
2835 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
2836 fill-nobreak-predicate when the break is past fill-column.
2837
2838 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
2839
2840 * locate.el (locate): Output from shell-command should go in the
2841 current buffer rather than *Shell Command Output*.
2842
2843 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
2844
2845 * paren.el (show-paren-function): Fix last fix.
2846
2847 2007-04-19 Kevin Ryde <user42@zip.com.au>
2848
2849 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
2850 (archive-lzh-summarize): Add optional start arg for where to start
2851 looking at the archive.
2852 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
2853
2854 * international/mule.el (auto-coding-alist): no-conversion for .exe
2855 and .EXE.
2856
2857 2007-04-19 Alan Mackenzie <acm@muc.de>
2858
2859 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
2860 function return type contains "struct", "union", etc.
2861 c-end-of-defun goes too far forward.
2862
2863 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
2864
2865 * paren.el (show-paren-function): Reset window-start to avoid
2866 recentering.
2867
2868 2007-04-19 Glenn Morris <rgm@gnu.org>
2869
2870 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
2871
2872 2007-04-18 Glenn Morris <rgm@gnu.org>
2873
2874 * calendar/diary-lib.el (diary-header-line-format): Add a custom
2875 :set function.
2876 (diary-list-entries): Only switch to diary-mode from
2877 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
2878 diary-mode set header-line-format, in case of any customization.
2879
2880 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
2881
2882 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
2883 is less than the length of parse-time-syntax.
2884
2885 2007-04-17 David Kastrup <dak@gnu.org>
2886
2887 * replace.el (query-replace-regexp-eval): Deprecate.
2888
2889 2007-04-17 Alan Mackenzie <acm@muc.de>
2890
2891 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
2892 point too close to EOB, leave point at EOB rather than last `}'.
2893
2894 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2895
2896 * textmodes/bibtex.el (bibtex-include-OPTkey)
2897 (bibtex-user-optional-fields, bibtex-entry-field-alist):
2898 Fix defcustom.
2899
2900 2007-04-17 Glenn Morris <rgm@gnu.org>
2901
2902 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
2903 be encoded, fall back to current year.
2904
2905 2007-04-14 Kevin Ryde <user42@zip.com.au>
2906
2907 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
2908 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
2909 M "MSDOS".
2910
2911 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
2912
2913 * progmodes/python.el (python-end-of-block): Avoid looping forever
2914 if python-next-statement fails.
2915
2916 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2917
2918 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
2919
2920 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
2921
2922 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
2923 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
2924
2925 2007-04-15 Jay Belanger <belanger@truman.edu>
2926
2927 * calc/calc.el (calc-version): New function.
2928 (calc-trail-mode): Shorten the title.
2929
2930 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
2931
2932 * mail/footnote.el (footnote-style): Clarify docstring to state
2933 that customizing this only applies to future footnotes.
2934
2935 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2936
2937 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
2938 (bibtex-make-field): Check that INIT is a string. Use functionp.
2939
2940 2007-04-14 Glenn Morris <rgm@gnu.org>
2941
2942 * complete.el (PC-goto-end): New buffer-local variable.
2943 (PC-do-completion-end): Make buffer-local.
2944 (partial-completion-mode) <choose-completion-string-functions>:
2945 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
2946 (PC-do-completion): New optional fourth argument GOTO-END. Add a
2947 doc string. Set PC-goto-end for choose-completion.
2948 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
2949 PC-do-completion.
2950
2951 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
2952 arg to bibtex-make-field.
2953 (bibtex-make-field): Add optional fourth arg NODELIM.
2954 Insert delimiters around INIT unless this arg is non-nil.
2955
2956 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
2957
2958 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
2959 global map isn't modified.
2960
2961 2007-04-14 Glenn Morris <rgm@gnu.org>
2962
2963 * calendar/appt.el (appt-disp-window): Do not split small windows.
2964 Suggested by Jeff Miller <jmiller@cablespeed.com>.
2965
2966 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
2967
2968 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
2969
2970 * files.el: Ditto.
2971
2972 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
2973
2974 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
2975
2976 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
2977 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
2978 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
2979 (term-pager-help): Fix typos in docstrings.
2980
2981 * wid-edit.el (widget-documentation): Fix typo in docstring.
2982
2983 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
2984 Fix typos in error messages.
2985
2986 2007-04-13 Martin Rudalics <rudalics@gmx.at>
2987
2988 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
2989 window marked as dedicated.
2990
2991 * mail/footnote.el (footnote-latin-string): New variable.
2992 (footnote-latin-regexp): Redefine as regexp alternative.
2993 (Footnote-latin): Use footnote-latin-string instead of
2994 footnote-latin-regexp.
2995
2996 2007-04-13 Glenn Morris <rgm@gnu.org>
2997
2998 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
2999 inherited keymaps.
3000
3001 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
3002
3003 * outline.el (outline-get-next-sibling): Clarify docstring.
3004 (outline-get-last-sibling): Handle case where we are at the first
3005 heading. Clarify docstring.
3006
3007 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
3008
3009 * progmodes/gud.el (gud-minor-mode-map): Make go button same
3010 length as stop button to lessen flicker.
3011 (jdb): Add gud-print.
3012 (gud-find-expr): Jdb prints the expression with the value, so
3013 don't insert it in the output.
3014
3015 2007-04-11 Jason Rumney <jasonr@gnu.org>
3016
3017 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
3018 case hex. Do not try to decode non-hex letters.
3019
3020 2007-04-11 Markus Triska <markus.triska@gmx.at>
3021
3022 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
3023 (byte-optimize-backward-word): Remove (move to bytecomp.el).
3024 (byte-optimize-form-code-walker): Evaluate pure function calls if
3025 possible.
3026 (byte-optimize-all-constp): New function.
3027
3028 * emacs-lisp/bytecomp.el (byte-compile-char-before):
3029 Improve numeric argument case.
3030 (byte-compile-backward-char, byte-compile-backward-word):
3031 New functions, performing rewriting previously done in byte-opt.el.
3032 Fix their "Fixme" item (restriction to numeric arguments).
3033
3034 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3035
3036 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
3037 with dolist.
3038 (after-init-hook): Don't quote lambda.
3039 (desktop-first-buffer): Don't wrap it in eval-when-compile.
3040 (desktop-internal-v2s): Remove unused var `el'.
3041 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
3042 desktop-restore-file-buffer.
3043 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
3044 desktop-create-buffer.
3045
3046 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
3047
3048 * woman.el (woman-decode-buffer): Postpone macro-set check...
3049 (woman-decode-region): ...to here.
3050
3051 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
3052
3053 * startup.el (tty-handle-args): Use %S to log ARGS.
3054
3055 2007-04-10 Glenn Morris <rgm@gnu.org>
3056
3057 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
3058 it is obsolete and has no effect.
3059
3060 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
3061 byte-compiler.
3062
3063 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
3064 obsolete function make-local-hook.
3065
3066 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
3067 start to quieten byte-compiler.
3068
3069 2007-04-10 Markus Triska <markus.triska@gmx.at>
3070
3071 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
3072 to bytecomp.el as byte-compile-char-before).
3073 * emacs-lisp/bytecomp.el (byte-compile-char-before):
3074 New function (modified replacement for byte-optimize-char-before in
3075 byte-opt.el).
3076
3077 2007-04-09 Alan Mackenzie <acm@muc.de>
3078
3079 * startup.el (inhibit-splash-screen): Emphatically state that it
3080 can't be set in site-start.el.
3081
3082 2007-04-09 Masatake YAMATO <jet@gyve.org>
3083
3084 * progmodes/cc-subword.el (c-capitalize-subword): More closely
3085 mimic the behavior of `capitalize-word'. Do not move point with a
3086 negative argument. Based on tiny change by Paul Curry.
3087
3088 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
3089
3090 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
3091 Don't move point if ARG is negative.
3092
3093 2007-04-09 Alan Mackenzie <acm@muc.de>
3094
3095 Changes to make `narrow-to-defun' and `mark-defun' work properly
3096 in CC Mode:
3097
3098 * progmodes/cc-defs.el (c-beginning-of-defun-1):
3099 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
3100 Bind beginning/end-of-defun-function to nil around calls to
3101 beginning/end-of-defun.
3102
3103 * progmodes/cc-langs.el (beginning-of-defun-function)
3104 (end-of-defun-function): New c-lang-setvar's.
3105
3106 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
3107 (setq arg 1))" to enable non-interactive call.
3108
3109 2007-04-09 Eli Zaretskii <eliz@gnu.org>
3110
3111 * simple.el (set-mark-command): Doc fix.
3112
3113 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
3114
3115 * progmodes/gud.el (gdb): Restore existing session if user
3116 tries to start a second one in graphical mode.
3117
3118 2007-04-08 Martin Rudalics <rudalics@gmx.at>
3119
3120 * cus-start.el <scroll-preserve-screen-position>: Add choices.
3121
3122 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3123
3124 * term/xterm.el (terminal-init-xterm): Fix key definitions.
3125 Add binding for C-M-SPC.
3126
3127 2007-04-08 Richard Stallman <rms@gnu.org>
3128
3129 * pcomplete.el (pcomplete-read-event): One single definition,
3130 and not a defsubst.
3131
3132 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
3133
3134 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
3135 byte-compiler warning "value unused".
3136
3137 2007-04-08 Andreas Schwab <schwab@suse.de>
3138
3139 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
3140
3141 2007-04-07 Glenn Morris <rgm@gnu.org>
3142
3143 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
3144 Autoload these functions.
3145 (diary-date-forms): Add a custom :set form.
3146
3147 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
3148 before first use.
3149 (diary-font-lock-keywords): New function with old code for
3150 initialization of variable of same name.
3151
3152 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
3153
3154 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
3155 clean-up: only insert space when on identifier, etc.
3156
3157 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
3158
3159 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
3160
3161 * net/tls.el (open-tls-stream): Properly handle case where there
3162 is no associated buffer.
3163
3164 2007-04-07 Glenn Morris <rgm@gnu.org>
3165
3166 * ffap.el (ffap-file-at-point): Lower the priority of the
3167 ffap-ftp-sans-slash-regexp check.
3168
3169 2007-04-06 Alan Mackenzie <acm@muc.de>
3170
3171 Fix fontification of labels, and other things with ":".
3172
3173 * progmodes/cc-engine.el (c-forward-label): The function now
3174 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
3175 the former t.
3176
3177 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
3178 new return code from c-forward-label, fontifying tokens properly.
3179 Add some general comments throughout the file.
3180
3181 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
3182
3183 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
3184 Revert 2006-01-27 change.
3185
3186 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
3187
3188 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
3189
3190 * desktop.el (desktop-create-buffer, desktop-save):
3191 Revert 2004-11-12 change for lack of copyright papers.
3192
3193 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
3194 (dired-guess-default): Respect case.
3195
3196 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
3197
3198 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
3199 was originally checked in as byte-optimize-concat on 1997-11-02.
3200
3201 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
3202 1995-05-19 doc changes.
3203
3204 2007-04-06 Kim F. Storm <storm@cua.dk>
3205
3206 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
3207 (unload-feature): Update interactive spec accordingly.
3208
3209 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
3210
3211 2007-04-06 John Paul Wallington <jpw@pobox.com>
3212
3213 * subr.el (with-case-table): Use `make-symbol' to avoid variable
3214 capture. Restore the table in the same buffer.
3215
3216 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
3217
3218 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
3219
3220 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3221 Print entire form.
3222
3223 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
3224
3225 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
3226 for low-color displays.
3227
3228 2007-04-05 Glenn Morris <rgm@gnu.org>
3229
3230 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
3231 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
3232 Seed random number generator on loading.
3233
3234 * emacs-lisp/authors.el (top-level): Provide self.
3235
3236 * play/animate.el (top-level): Provide self.
3237
3238 2007-04-04 Alan Mackenzie <acm@muc.de>
3239
3240 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
3241 to mention c-syntactic-indentation.
3242
3243 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
3244
3245 * subr.el (with-case-table): New macro.
3246
3247 * international/mule.el (ascii-case-table): New var.
3248
3249 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
3250 downcasing.
3251
3252 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
3253
3254 * progmodes/gud.el (gud-minor-mode-map): Simplify.
3255
3256 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
3257 of the window if we're outside it e.g menu-bar.
3258
3259 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
3260 window if we're outside it e.g menu-bar.
3261
3262 2007-04-03 Eli Zaretskii <eliz@gnu.org>
3263
3264 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
3265 decode base-64 encoded body if its content-type is something other
3266 than text/* or message/*.
3267
3268 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
3269
3270 * simple.el (activate-mark-hook): Fix typo in docstring.
3271
3272 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
3273
3274 * tmm.el (tmm-c-prompt): Initialize.
3275 (tmm-menubar): Deal with extended menu-items at top level.
3276 (tmm-get-keybind): Handle bindings redefined/undefined locally.
3277 (tmm-prompt): Handle visibility of top level menu-items.
3278
3279 * progmodes/gud.el (gud-menu-map): Simplify.
3280 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
3281 menubar.
3282
3283 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
3284
3285 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
3286
3287 * comint.el (comint-send-input): Widen the buffer first.
3288
3289 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
3290
3291 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
3292
3293 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
3294 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
3295
3296 * newcomment.el (comment-search-forward): Discard comment starters
3297 before point.
3298
3299 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
3300
3301 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
3302
3303 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
3304
3305 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
3306 when downcasing.
3307
3308 * button.el (previous-button): Rewrite to account for adjacent buttons.
3309
3310 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
3311
3312 * progmodes/idlwave.el (idlwave-auto-fill):
3313 Revert paragraph-separate change.
3314
3315 * progmodes/idlw-shell.el (idlwave-shell-break-in):
3316 Simplify module calc.
3317 (idlwave-shell-set-bp-in-module): Compute module.
3318
3319 2007-03-31 Glenn Morris <rgm@gnu.org>
3320
3321 * emacs-lisp/timer.el (run-at-time): Doc fix.
3322
3323 * emacs-lisp/warnings.el (display-warning): If we create the
3324 buffer displaying the warning, disable undo there.
3325
3326 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
3327
3328 * net/tramp.el (tramp-register-file-name-handler)
3329 (tramp-register-completion-file-name-handler): New defsubst,
3330 derived from `tramp-register-file-name-handlers'. The split is
3331 necessary because Tramp's file name handlers must be registered at
3332 different startup places.
3333
3334 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
3335
3336 * progmodes/hideshow.el (turn-off-hideshow): New function.
3337 (hs-minor-mode): Use it instead of a lambda expression in
3338 change-major-mode-hook.
3339
3340 2007-03-31 David Kastrup <dak@gnu.org>
3341
3342 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
3343 corresponding to MANPATH_MAP entries.
3344 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
3345 (woman-parse-man.conf): Use more discriminating man.conf name.
3346 (woman-parse-man.conf): Parse MANPATH_MAP entries.
3347 (woman-manpath): Doc fix and type fix.
3348 (woman-cached-data): Check for MANPATH_MAP entries.
3349 (woman-expand-directory-path): Treat MANPATH_MAP entries.
3350
3351 2007-03-31 Stuart Herring <herring@lanl.gov>
3352
3353 * emacs-lisp/sregex.el (sregexq): Doc fix.
3354
3355 2007-03-31 Markus Triska <markus.triska@gmx.at>
3356
3357 * progmodes/flymake.el (flymake-err-line-patterns): Doc fix.
3358
3359 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
3360
3361 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
3362 Move to the right.
3363
3364 2007-03-30 Alan Mackenzie <acm@muc.de>
3365
3366 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
3367
3368 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
3369
3370 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
3371 Use it, passed in explicitly, instead of from the dynamic binding.
3372 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
3373
3374 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
3375
3376 * simple.el (blink-matching-open): When in minibuffer, don't
3377 search for a match inside the prompt.
3378
3379 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
3380
3381 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
3382 (tmm-prompt): Don't make the mouse user select the first menu
3383 item twice.
3384
3385 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
3386
3387 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
3388 SIGUSR1 and SIGUSR2.
3389
3390 2007-03-29 Kim F. Storm <storm@cua.dk>
3391
3392 * ido.el (ido-read-internal): When reading file or dir, only override
3393 minibuffer-local-filename-completion-map, otherwise only override
3394 minibuffer-local-completion-map.
3395
3396 2007-03-29 Glenn Morris <rgm@gnu.org>
3397
3398 * complete.el (partial-completion-mode): Set PC-do-completion-end
3399 to nil after use.
3400 (PC-lisp-complete-symbol): Create and use a marker at `end',
3401 rather than using point-marker.
3402
3403 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
3404
3405 * simple.el (next-error-highlight): Doc fix.
3406 (compose-mail): Revert 2007-03-19 change.
3407
3408 2007-03-28 Richard Stallman <rms@gnu.org>
3409
3410 * emacs-lisp/edebug.el (edebug-display): Don't go to
3411 edebug-outside-buffer if it is dead.
3412
3413 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
3414
3415 * view.el (view-mode): Fix typos in docstring.
3416
3417 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
3418
3419 * recentf.el (recentf-save-file): Add a custom :set function.
3420
3421 2007-03-28 Glenn Morris <rgm@gnu.org>
3422
3423 * complete.el (PC-do-completion-end): New variable.
3424 (partial-completion-mode) <choose-completion-string-functions>:
3425 Use PC-do-completion-end in the non-minibuffer case to replace the
3426 correct amount of text.
3427 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
3428 (PC-lisp-complete-symbol): Give marker the after-insertion type,
3429 to deal with improvements inserted after point.
3430
3431 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3432
3433 * button.el (make-text-button): Add explicit `button' property.
3434 (default-button): Don't put a `button' property on it.
3435
3436 * progmodes/python.el (python-mode): Skip comments when parsing.
3437
3438 * vc-arch.el (vc-with-current-file-buffer): New macro.
3439 (vc-arch-file-source-p): Use it to avoid infloop.
3440
3441 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
3442
3443 * emacs-lisp/lisp.el (lisp-complete-symbol):
3444 Fix call to get-buffer-window to find windows in other frames.
3445
3446 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
3447
3448 * comint.el (comint-proc-query, comint-dynamic-list-completions):
3449 Fix calls to get-buffer-window to find windows in other frames.
3450 Reported by David Hansen <david.hansen@gmx.net>.
3451
3452 2007-03-27 Kevin Ryde <user42@zip.com.au>
3453
3454 * info.el (Info-display-images-node): On a text-only terminal,
3455 show the "text" or "alt" parts of the image blobs.
3456
3457 2007-03-27 Glenn Morris <rgm@gnu.org>
3458
3459 * complete.el (PC-do-completion): Compute completion-base-size in
3460 the non-filename case, rather than setting to nil.
3461 (PC-lisp-complete-end): New variable.
3462 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
3463 original end in a series of consecutive invocations.
3464
3465 * calendar/calendar.el (calendar-mode-hook): Declare it.
3466
3467 * calendar/diary-lib.el (diary-live-p): Do not check for
3468 diary-selective-display.
3469
3470 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
3471
3472 * replace.el (occur-next-error): *Occur* might not be displayed in the
3473 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
3474
3475 2007-03-26 Richard Stallman <rms@gnu.org>
3476
3477 * textmodes/flyspell.el (flyspell-large-region):
3478 Use ispell-call-process-region.
3479
3480 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3481
3482 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
3483 Use prin1 instead of princ.
3484
3485 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
3486
3487 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
3488 Merge in X resources before global face.
3489
3490 * progmodes/compile.el (compilation-start): Save compilation-directory
3491 rather than default-directory as local var.
3492 (compilation-directory): Mark as safe local var.
3493
3494 * files.el: Don't mark default-directory as a safe local var.
3495
3496 2007-03-25 Alan Mackenzie <acm@muc.de>
3497
3498 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
3499 * progmodes/cc-engine.el: Fix typo.
3500
3501 2007-03-25 Juri Linkov <juri@jurta.org>
3502
3503 * compare-w.el (compare-windows): Rename customization group
3504 `compare-w' to `compare-windows'.
3505 (compare-windows-whitespace, compare-ignore-whitespace)
3506 (compare-ignore-case, compare-windows-sync)
3507 (compare-windows-sync-string-size, compare-windows-recenter)
3508 (compare-windows-highlight, compare-windows): Change group name in
3509 the `group' tag from `compare-w' to `compare-windows'.
3510 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
3511
3512 2007-03-24 Markus Triska <markus.triska@gmx.at>
3513
3514 * expand.el: Change example to always enable abbrev-mode,
3515 and remove redundant `function'.
3516 (expand-abbrev-hook): Add autoload cookie.
3517
3518 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
3519
3520 * emacs-lisp/testcover.el (testcover-start, testcover-end)
3521 (testcover-mark-all, testcover-unmark-all): Add prompts to
3522 interactive specs.
3523
3524 2007-03-24 Jason Rumney <jasonr@gnu.org>
3525
3526 * autorevert.el (find-file-hook, auto-revert-tail-mode):
3527 Use file size in bytes for auto-revert-tail-pos not characters.
3528
3529 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
3530
3531 * vc-rcs.el (vc-rcs-annotate-command):
3532 Set text property :vc-annotate-prefix on the annotation text.
3533 (vc-rcs-annotate-time): Instead of searching for ": ",
3534 search for end of text propertized with :vc-annotate-prefix.
3535
3536 2007-03-24 Martin Rudalics <rudalics@gmx.at>
3537
3538 * whitespace.el (top level): Remove calls putting
3539 permanent-local nil property since these are no-ops.
3540
3541 * man.el (Man-support-local-filenames): Assure that
3542 default-directory exists when doing call-process.
3543
3544 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
3545
3546 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
3547 Fix omission bug: Use m4-program-options to construct shell command.
3548
3549 2007-03-23 David Kastrup <dak@gnu.org>
3550
3551 * progmodes/cc-mode.el (c-make-emacs-variables-local):
3552 Use `mapcar' rather than `mapcan' to silence compiler warning.
3553
3554 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
3555
3556 * textmodes/reftex.el, textmodes/reftex-vars.el,
3557 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
3558 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
3559 * textmodes/reftex-index.el, textmodes/reftex-global.el,
3560 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
3561 * textmodes/reftex-auc.el: Add maintainer address.
3562
3563 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
3564
3565 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
3566 Make sure that `global-font-lock-mode' does not turn on font-lock
3567 in these buffers.
3568
3569 2007-03-21 Kim F. Storm <storm@cua.dk>
3570
3571 * xt-mouse.el (xt-mouse-epoch): New variable.
3572 (xterm-mouse-event): Use float-time.
3573
3574 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
3575
3576 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
3577 current-time.
3578
3579 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
3580
3581 * complete.el (read-file-name-internal): Don't add the final > if the
3582 completion is not finished (re-application of this patch, which was
3583 accidentally undone by Eli).
3584
3585 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
3586
3587 * emulation/viper.el (viper-non-hook-settings): Handle mouse
3588 clicks in describe-key and describe-key-briefly advice a little better.
3589
3590 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
3591
3592 * server.el (server-process-filter): Cancel any pending isearch.
3593
3594 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
3595
3596 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
3597 (icalendar--get-unfolded-buffer): Define actual arguments rather
3598 than just using &rest. Check replace-in-string is fbound.
3599 (icalendar-import-buffer): Doc fix.
3600 (icalendar--convert-ical-to-diary): Set diary-file.
3601 Check diary-file before inserting final newline.
3602 (icalendar--add-diary-entry): Return diary-file.
3603
3604 2007-03-21 Glenn Morris <rgm@gnu.org>
3605
3606 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
3607 (diary-display-hook): Add custom :set function.
3608
3609 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
3610 Add custom :set function.
3611 (diary-header-line-format): Doc fix.
3612 (diary-set-maybe-redraw): New function.
3613 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
3614 (diary-list-entries): Always run diary-mode.
3615
3616 2007-03-20 Kenichi Handa <handa@m17n.org>
3617
3618 * international/quail.el (quail-setup-completion-buf): Make the
3619 completion buffer read-only.
3620 (quail-completion): Adjusted for the above change. Leave the
3621 modified flag nil.
3622
3623 2007-03-20 David Kastrup <dak@gnu.org>
3624
3625 * files.el (magic-mode-alist): Require literal "%!PS" string for
3626 magic postscript file detection.
3627
3628 2007-03-20 Richard Stallman <rms@gnu.org>
3629
3630 * textmodes/ispell.el (ispell-call-process): New function.
3631 Defends against bad `default-directory.'
3632 (ispell-check-version, ispell-find-aspell-dictionaries)
3633 (ispell-get-aspell-config-value, lookup-words): Call it.
3634 (ispell-call-process-region): New function.
3635 (ispell-send-string): Call it.
3636
3637 2007-03-20 Andreas Schwab <schwab@suse.de>
3638
3639 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
3640 (finder-data): Likewise.
3641 (autoloads): Likewise.
3642
3643 2007-03-20 Martin Rudalics <rudalics@gmx.at>
3644
3645 * files.el (basic-save-buffer): Do not set visited filename when
3646 the corresponding directory does not exist or the specified
3647 filename is that of an existing directory.
3648
3649 2007-03-20 Glenn Morris <rgm@gnu.org>
3650
3651 * calendar/diary-lib.el (diary-live-p): New function.
3652 (number-of-diary-entries): Add a :set function to redisplay diary
3653 when necessary.
3654
3655 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
3656
3657 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
3658 from client program, mev, to compute mouse event.
3659
3660 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
3661
3662 * faces.el (momentary): Face removed; unused due to reversion of
3663 2007-01-04 changes by Kevin Rodgers.
3664
3665 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
3666 Suggested by Johan Bockg\e,Ae\e(Brd.
3667
3668 2007-03-19 Martin Rudalics <rudalics@gmx.at>
3669
3670 * font-lock.el (lisp-font-lock-keywords-1):
3671 Highlight define-globalized-minor-mode as a keyword.
3672
3673 2007-03-19 Kim F. Storm <storm@cua.dk>
3674
3675 * calc/calc-forms.el (math-std-daylight-savings)
3676 (math-std-daylight-savings-old): Doc fix.
3677
3678 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
3679
3680 * progmodes/python.el (python-default-template): Doc fix.
3681 (python-buffer): Fix typo in docstring.
3682
3683 * isearchb.el (isearchb-follow-char):
3684 * subr.el (def-edebug-spec): Fix typo in docstring.
3685
3686 2007-03-19 Richard Stallman <rms@gnu.org>
3687
3688 * files.el (default-directory): Mark safe.
3689 (basic-save-buffer-2): Put proper dir name in error message.
3690
3691 * simple.el (compose-mail): Run switch-function after
3692 setting up the mail buffer.
3693
3694 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
3695
3696 2007-03-18 Jay Belanger <belanger@truman.edu>
3697
3698 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
3699 (math-std-daylight-savings-new): Rename from
3700 `math-std-daylight-savings'.
3701 (math-std-daylight-savings-old): Rename from old value of
3702 `math-std-daylight-savings'.
3703 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
3704 `math-std-daylight-savings-old' depending on the year.
3705
3706 2007-03-18 Detlev Zundel <dzu@gnu.org>
3707
3708 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
3709 zero-width regexps as invalid but rather at least count them correctly.
3710
3711 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
3712
3713 * net/tls.el (open-tls-stream): In handshake-waiting loop,
3714 don't wait more if there is output available to process.
3715
3716 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
3717
3718 * progmodes/compile.el (compilation-find-file): Revert change
3719 from 2006-07-18 to allow completion of directory names.
3720 Reported by John Carter <john.carter@tait.co.nz>.
3721
3722 2007-03-18 Kim F. Storm <storm@cua.dk>
3723
3724 * subr.el (when, unless): Doc fix.
3725
3726 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
3727
3728 * net/tls.el (tls-program): Doc fix.
3729
3730 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
3731
3732 * autorevert.el (auto-revert-tail-handler):
3733 Call after-revert-hook.
3734
3735 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
3736
3737 * simple.el (switch-to-completions): No error if search for \n\n fails.
3738
3739 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
3740
3741 * simple.el (line-move-1):
3742 Respect `inhibit-line-move-field-capture' property.
3743
3744 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
3745
3746 * comint.el (comint-arguments): Mark backslash-escaped chars.
3747 (comint-delim-arg): Don't treat them as delimiters.
3748
3749 2007-03-12 Kim F. Storm <storm@cua.dk>
3750 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
3751
3752 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
3753
3754 * tempo.el (tempo-insert): Deal with 'r> if it appears
3755 specified with a prompt argument.
3756
3757 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
3758
3759 * textmodes/org.el (org-set-font-lock-defaults):
3760 Handle narrow table columns correctly.
3761
3762 2007-03-12 Mark A. Hershberger <mah@everybody.org>
3763
3764 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
3765 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
3766 Return to use of the -no-properties variants. There was
3767 consensus on emacs-devel that the speed of these variants was
3768 prefered since we are usually parsing files (from the internet
3769 or on disk) instead of XML created in Emacs.
3770
3771 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
3772 Add customize option.
3773
3774 2007-03-12 Glenn Morris <rgm@gnu.org>
3775
3776 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
3777 North American rule. Replace "daylight savings" with "daylight
3778 saving" in doc.
3779
3780 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
3781 * calendar/lunar.el, solar.el: Replace "daylight savings" with
3782 "daylight saving" in text.
3783
3784 * woman.el (woman-change-fonts): Tweak previous change by using
3785 woman-request-regexp rather than "^\\.".
3786
3787 * startup.el (command-line-1): Make insertion of
3788 initial-scratch-message not depend on scratch being selected.
3789
3790 2007-03-11 Juri Linkov <juri@jurta.org>
3791
3792 * replace.el (match): Use yellow background on light-bg terminals.
3793
3794 2007-03-11 Richard Stallman <rms@gnu.org>
3795
3796 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
3797 Correctly compute line number.
3798
3799 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
3800
3801 * type-break.el (type-break-get-previous-count):
3802 Repeat previous change here.
3803
3804 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
3805
3806 * progmodes/grep.el (grep-find-ignored-directories):
3807 Add .git and .bzr to list.
3808
3809 2007-03-11 Andreas Schwab <schwab@suse.de>
3810
3811 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
3812
3813 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
3814
3815 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
3816
3817 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
3818
3819 * faces.el (face-set-after-frame-default): Recalculate face
3820 customizations after applying X resources.
3821
3822 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
3823
3824 * net/rcirc.el (rcirc-timeout-seconds): New variable.
3825 (rcirc-keepalive-seconds): Remove variable.
3826 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
3827 (rcirc-process, rcirc-user-disconnect): New variables.
3828 (rcirc-connect): Initalize new variables.
3829 (rcirc-keepalive): Don't send keepalive pings before connection
3830 is completed.
3831 (rcirc-sentinel): Do mark all channels with activity when
3832 connection is dropped. Run hook with process buffer local.
3833 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
3834 (rcirc-buffer-process): Return value of rcirc-process if
3835 rcirc-server-buffer is nil.
3836 (rcirc-server-name): Return the reported server name.
3837 (rcirc-update-prompt): Simplify computation of the server name.
3838 (rcirc-format-response-string): Likewise.
3839 (rcirc-handler-001): Mark server as connected, record the reported
3840 server name, and schedule a timeout.
3841 (rcirc-track-nick): Add a spec for the tty class.
3842 (rcirc-user-non-nick): Remove function.
3843 (rcirc-nick-prefix-chars): Add variable.
3844 (rcirc-user-nick): Use above variable.
3845
3846 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3847
3848 * icomplete.el (icomplete-tidy, icomplete-exhibit):
3849 Bind deactivate-mark to nil.
3850
3851 2007-03-10 Martin Rudalics <rudalics@gmx.at>
3852
3853 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
3854 that buffer contents get erased during completion.
3855
3856 2007-03-10 Glenn Morris <rgm@gnu.org>
3857
3858 * woman.el (woman-change-fonts): Add a hack to deal with
3859 font-escape followed by "." at start of a line.
3860 (woman2-IP): Add a hack to deal with consecutive requests.
3861 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
3862
3863 2007-03-10 Alan Mackenzie <acm@muc.de>
3864
3865 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
3866
3867 2007-03-09 Richard Stallman <rms@gnu.org>
3868
3869 * abbrev.el (abbrev): Add `provide'.
3870
3871 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
3872
3873 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
3874
3875 2007-03-09 Martin Rudalics <rudalics@gmx.at>
3876
3877 * complete.el (PC-try-completion): New function.
3878 (PC-do-completion, read-file-name-internal): Use it instead of
3879 try-completion.
3880
3881 2007-03-08 Alan Mackenzie <acm@muc.de>
3882
3883 Remove stale tokens from `c-found-types' cache.
3884
3885 * progmodes/cc-mode.el (c-unfind-enclosing-token)
3886 (c-unfind-coalesced-tokens, c-before-change): New functions.
3887 (c-maybe-stale-found-type): New variable.
3888
3889 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
3890 (c-trim-found-types): New functions.
3891
3892 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
3893
3894 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
3895 (debug-ignored-errors): Add entry from smerge-match-conflict.
3896
3897 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
3898
3899 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
3900 special help topics for keywords.
3901 (idlwave-help-assistant-command): Include ".exe" for ms-dos
3902 etc. Assistant command.
3903
3904 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
3905
3906 * replace.el (occur-engine): Move buffer-undo-list binding...
3907 (occur-1): ...to here.
3908
3909 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
3910
3911 * simple.el (minibuffer-completing-symbol): New var.
3912 (eval-expression): Use it.
3913 (completion-setup-function): Don't bind completion-base-size when
3914 completing a symbol in the minibuffer.
3915
3916 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
3917
3918 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
3919 tries to start a second session in graphical mode.
3920
3921 2007-03-07 Miles Bader <miles@gnu.org>
3922
3923 * international/isearch-x.el
3924 (isearch-process-search-multibyte-characters):
3925 Strip text-properties from PROMPT to avoid an error from read-string.
3926
3927 2007-03-07 Kim F. Storm <storm@cua.dk>
3928
3929 * complete.el (PC-bindings): Remap lisp-complete-symbol to
3930 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
3931
3932 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
3933
3934 * complete.el (PC-do-completion): Delete duplicates in the list of
3935 possible completions.
3936
3937 2007-03-07 Glenn Morris <rgm@gnu.org>
3938
3939 * ses.el (ses-mode): Doc fix.
3940
3941 2007-03-06 Kim F. Storm <storm@cua.dk>
3942
3943 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
3944
3945 2007-03-06 Kenichi Handa <handa@m17n.org>
3946
3947 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
3948
3949 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
3950
3951 * simple.el (completion-setup-function): Improve last fix so it doesn't
3952 set it to a relative directory name either.
3953
3954 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3955
3956 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
3957
3958 2007-03-05 Richard Stallman <rms@gnu.org>
3959
3960 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
3961
3962 * files.el (find-file-noselect): No error if file no longer exists.
3963 Display a message and avoid other questions.
3964
3965 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
3966
3967 * pcomplete.el (pcomplete-show-completions): Improve last change, so
3968 as not to use an invisible window and to create a window if none exist.
3969
3970 * progmodes/python.el (python-send-command): Restart proc if necessary.
3971 (python-proc): Simplify.
3972
3973 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
3974
3975 * pcomplete.el (pcomplete-show-completions): Search all frames for
3976 completions buffer.
3977
3978 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
3979
3980 * cus-edit.el (customize-save-variable): Clear customized-value
3981 property (saved values are now put in theme-value property).
3982 (customize-set-variable): Doc fix.
3983
3984 * complete.el (PC-do-completion): If completion-ignore-case is
3985 non-nil, replace field with completion string before exiting.
3986
3987 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
3988
3989 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
3990 Append its extension to the resulting temporary file name.
3991 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
3992
3993 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
3994 (tramp-smb-handle-write-region): Apply it.
3995
3996 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3997
3998 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
3999 Redo previous change.
4000
4001 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
4002
4003 * diff-mode.el (diff-mode): Doc fix.
4004
4005 2007-03-05 Kenichi Handa <handa@m17n.org>
4006
4007 * international/characters.el: Set category `l' (latin)
4008 for more characters.
4009
4010 2007-03-04 Kim F. Storm <storm@cua.dk>
4011
4012 * emacs-lisp/authors.el (authors-aliases): Add alias.
4013
4014 2007-03-04 Glenn Morris <rgm@gnu.org>
4015
4016 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
4017 all when switching major mode.
4018 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
4019 (hs-block-start-mdata-select, hs-block-end-regexp)
4020 (hs-forward-sexp-func, hs-adjust-block-beginning):
4021 Do not make these variables permanent-local.
4022
4023 2007-03-04 Richard Stallman <rms@gnu.org>
4024
4025 * progmodes/cperl-mode.el (cperl-mode):
4026 Modify cperl-compilation-error-regexp-alist by appending.
4027
4028 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
4029 (edebug-mode): Add the hook.
4030 (edebug-recursive-edit): Remove the hook on exiting.
4031
4032 * type-break.el (type-break-get-previous-time):
4033 Handle end-of-file errors specially
4034 so they don't get reported wrong in .emacs.
4035
4036 * startup.el (fancy-splash-text): Clarify text.
4037
4038 * simple.el (beginning-of-buffer, end-of-buffer):
4039 Avoid treating plain C-u like numeric arg.
4040
4041 * simple.el (completion-setup-function): Don't set
4042 default-directory to nil.
4043
4044 * shell.el (shell-dirstack-query): Doc fix.
4045
4046 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
4047 Don't select the window -- pass it to primitives instead.
4048
4049 * faces.el (minibuffer-prompt): Use medium blue by default.
4050
4051 2007-03-04 David Kastrup <dak@gnu.org>
4052
4053 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
4054 Preserve 16 as default value for "seconds" when customizing.
4055
4056 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
4057
4058 * textmodes/org.el (org-self-insert-command)
4059 (orgtbl-self-insert-command, org-delete-char)
4060 (org-delete-backward-char): Set the `flyspell-delayed' property.
4061
4062 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
4063
4064 * international/mule.el (find-auto-coding): Don't search for
4065 line-ending characters past the end of the tail.
4066
4067 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
4068
4069 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
4070 Jump to the line where new score has been uploaded.
4071
4072 * play/tetris.el (tetris-move-bottom, tetris-move-left)
4073 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
4074 Do nothing when the game is paused.
4075
4076 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
4077
4078 * textmodes/org.el (org-set-tags): Prevent slipping of point
4079 during completion.
4080
4081 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
4082
4083 * isearch.el (isearch-message-prefix):
4084 Use minibuffer-prompt-properties.
4085
4086 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4087
4088 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
4089 (ps-setup): Print which Emacsen is running ps-print package.
4090
4091 2007-03-01 Stuart Herring <herring@lanl.gov>
4092
4093 * files.el (set-auto-mode-0): Use `indirect-function'.
4094 (hack-one-local-variable): Don't reapply current major mode.
4095
4096 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
4097
4098 * progmodes/python.el (python-quote-syntax): Don't bother with
4099 syntax-ppss-context.
4100 (python-fill-paragraph): Make sure that fenced-string delimiters that
4101 stand on their own line stay there.
4102
4103 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
4104
4105 * replace.el (perform-replace): Propertize message.
4106
4107 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
4108
4109 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
4110 invisible heading.
4111
4112 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
4113
4114 * net/tramp.el (tramp-file-name-handler): Revert last change.
4115
4116 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
4117
4118 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
4119 Correct doc strings.
4120
4121 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
4122
4123 * replace.el (perform-replace): Undo forward-char immediately if
4124 non-adjacent search fails.
4125
4126 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
4127
4128 * version.el (emacs-major-version, emacs-minor-version):
4129 string-to-int -> string-to-number.
4130
4131 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
4132
4133 * help.el (where-is): Fail gracefully when not passed a command.
4134
4135 2007-02-28 Stuart Herring <herring@lanl.gov>
4136
4137 * find-lisp.el (find-lisp-default-directory-predicate):
4138 Fix bug: Do symlink check on expanded filename.
4139
4140 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
4141
4142 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
4143 changes during replacement.
4144 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
4145
4146 2007-02-28 Lars Hansen <larsh@soem.dk>
4147
4148 * desktop.el: Delete header line listing me as maintainer.
4149
4150 2007-02-28 Glenn Morris <rgm@gnu.org>
4151
4152 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
4153 the menus case.
4154
4155 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
4156
4157 * net/tramp.el (tramp-file-name-handler): Inhibit modification
4158 hooks to avoid confusion when combining after-change calls.
4159
4160 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
4161
4162 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
4163 now that pgg-gpg-process-region correctly honors passed-in passphrase.
4164 (allout-distinctive-bullets-string): Add info about bullet conventions.
4165 (allout-mode): Add info about distinctive vs plain bullets.
4166
4167 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
4168
4169 * textmodes/org.el (org-archive-subtree): Quote variable name.
4170 (org-agenda-get-todos): Make sure skip properties are checked correctly.
4171
4172 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
4173
4174 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
4175 (gud-bashdb-command-name, bashdb): Remove.
4176 (gud, gud-menu-map): Remove references to bash/bashdb.
4177
4178 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
4179
4180 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
4181 keyword for Python 2.5.
4182
4183 2007-02-26 Romain Francoise <romain@orebokech.com>
4184
4185 * net/net-utils.el (whois-server-tld): Update server for .org.
4186 (whois-server-list): Add whois.publicinterestregistry.net.
4187 (whois-guess-server): Fix formatting in docstring.
4188
4189 2007-02-26 Kim F. Storm <storm@cua.dk>
4190
4191 * mouse.el (mouse-show-mark): Run hooks and perform command
4192 remapping for mouse-region-delete-keys.
4193
4194 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4195
4196 * font-core.el (font-lock-mode): Doc fix.
4197
4198 2007-02-25 Kim F. Storm <storm@cua.dk>
4199
4200 * ido.el (ido-buffer-internal): Set this-command to fallback command.
4201 Add selected buffer to buffer-name-history.
4202 (ido-file-internal): Set this-command to fallback command.
4203 Add file names to file-name-history.
4204
4205 * emacs-lisp/map-ynp.el (map-y-or-n-p):
4206 Apply minibuffer-prompt-properties.
4207
4208 2007-02-25 Andreas Schwab <schwab@suse.de>
4209
4210 * files.el (hack-one-local-variable-eval-safep): Correct handling
4211 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
4212
4213 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
4214
4215 * textmodes/org.el (org-table-overlay-coordinates)
4216 (org-table-toggle-coordinate-overlays): New functions.
4217 (org-table-overlay-coordinates, org-table-coordinate-overlays):
4218 New variables.
4219 (org-startup-with-deadline-check): Remove option.
4220 (org-mode): Remove deadline check on startup.
4221 (org-table-limit-column-width): Remove option.
4222 (org-table-formula-numbers-only): Remove option.
4223 (org-link-style, org-link-format): Remove options.
4224 (org-select-agenda-window, org-fit-agenda-window): Remove options.
4225 (org-export-ascii-show-new-buffer)
4226 (org-export-html-show-new-buffer): Remove options.
4227 (org-activate-links): Remove camel option.
4228 (org-file-link-context-use-camel-case): Remove option.
4229 (org-camel-regexp): Remove variable.
4230 (org-activate-camels): Remove function.
4231 (org-store-link): Remove Camel stuff.
4232 (org-make-org-heading-camel): Remove function.
4233 (org-open-at-point): Remove camel stuff.
4234 (org-link-search): Remove camel stuff.
4235 (org-camel-to-words): Function removed.
4236 (org-get-agenda-file-buffer): Make sure we prepare the base
4237 buffers, not any indirect buffers.
4238 (org-sort-entries): Sort top-level when not on a headline, and no
4239 active region.
4240 (org-in-regexp): New function.
4241 (org-search-not-self): Rename from `org-search-not-link'.
4242 (org-open-link-marker): New variable.
4243 (org-open-at-point): Set `org-open-link-marker'.
4244 (org-print-icalendar-entries): Fixe bug with excluding DONE
4245 entries from the exported list.
4246 (org-edit-formula-lisp-indent): New command.
4247 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
4248 (orgtbl-to-latex, orgtbl-insert-radio-table)
4249 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
4250 (orgtbl-radio-table-templates): New option.
4251 (org-store-link-props):
4252 (org-remember-templates): More possibilities to insert info
4253 into templates.
4254 (org-remember-apply-template): Make use of the extended
4255 template capabilities.
4256 (org-remember-redo-template): New command.
4257 (org-upgrade-old-links)
4258 (org-table-modify-formulas, org-table-replace-in-formulas)
4259 (org-table-find-dataline)
4260 (org-table-get-vertical-vector): Remove functions.
4261 (org-table-remove-rectangle-highlight)
4262 (org-time-stamp-format, org-toggle-log-option)
4263 (org-table-highlight-rectangle)
4264 (org-table-iterate, org-table-make-reference):
4265 (org-translate-time, org-tree-to-indirect-buffer)
4266 (org-table-field-info, org-table-fix-formulas)
4267 (org-table-force-dataline, org-table-get-descriptor-line)
4268 (org-table-get-range)
4269 (org-skip-comments, org-sort)
4270 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
4271 (org-table-current-dline, org-table-current-field-formula)
4272 (org-table-edit-backward-field)
4273 (org-table-edit-formulas-post-command)
4274 (org-table-edit-line-down, org-table-edit-line-up)
4275 (org-agenda-archive)
4276 (org-agenda-clock-cancel)
4277 (org-agenda-clock-out, org-agenda-list-stuck-projects)
4278 (org-agenda-open-link, org-agenda-show-new-time)
4279 (org-agenda-skip-subtree-when-regexp-matches)
4280 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
4281 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
4282 (org-do-sort, org-file-image-p, org-find-overlays)
4283 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
4284 (org-highlight-until-next-command, org-isearch-end)
4285 (org-match-any-p, org-next-link, org-previous-link):
4286 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
4287 (org-rewrite-old-row-references)
4288 (org-isearch-post-command)
4289 (org-table-edit-move, org-table-edit-next-field)
4290 (org-table-edit-scroll, org-table-edit-scroll-down)
4291 (org-set-frame-title, org-show-reference)
4292 (org-unhighlight-once, org-verify-change-for-undo): New functions.
4293 (org-show-variable): Remove command.
4294 (org-add-log-maybe): New arguments STATE, FINDPOS
4295 (org-table-sort-lines): Rewrite from scratch.
4296 (org-link-search): New argument AVOID-POS.
4297 (org-print-icalendar-entries): Remove argument CATEGORY.
4298 (org-run-agenda-series): Remove argument WONDOW.
4299 (org-next-link, org-previous-link): New commands.
4300 (org-agenda-date-format): New option.
4301 (org-table-iterate): New command.
4302 (org-table-modify-formulas)
4303 (org-table-replace-in-formulas): Remove functions.
4304 (org-table-fix-formulas): New function.
4305 (org-table-insert-column, org-table-delete-column)
4306 (org-table-move-column): Use `org-table-fix-formulas'.
4307 (org-follow-gnus-link): Patch from Bastien/Leo.
4308 (org-table-current-field-formula): New function.
4309 (org-file-image-p): New function.
4310 (org-agenda-show-new-time): New function.
4311 (org-agenda-date-later): Call `org-agenda-show-new-time'.
4312 (org-with-remote-undo): New macro.
4313 (org-agenda-undo): New command.
4314 (org-verify-change-for-undo): New function.
4315 (org-time-stamp-format): New function.
4316 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
4317 by user.
4318 (org-match-any-p): New function.
4319 (org-make-tags-matcher): Handle regular expressions for tag and
4320 todo matches.
4321 (org-read-date): Accept "+N" as input for a date relative to the
4322 current date.
4323 (org-remove-subtree-entries-from-agenda): New function.
4324 (org-agenda-archive, org-agenda-kill):
4325 Use `org-remove-subtree-entries-from-agenda'.
4326 (org-do-sort, org-sort-entries): New functions.
4327 (org-sort): New command.
4328 (org-table-sort-lines): Use `org-do-sort'.
4329 (org-fix-decoded-time): New function.
4330 (org-table-number-regexp): Require 0x... to identify as number
4331 in tables.
4332 (org-startup-options): New keywords for note taking.
4333 (org-upgrade-old-links): Remove function.
4334 (org-get-repeat): New function.
4335 (org-show-context): Also show siblings on current level.
4336 (org-show-siblings): New function.
4337 (org-isearch-end, org-isearch-post-command): New functions.
4338 (org-show-siblings): New option.
4339 (org-show-context): Use `org-show-siblings'.
4340 (org-table-maybe-recalculate-line): No longer require `calc-eval'
4341 to be bound, because user may just use elisp.
4342
4343 2007-02-24 Kim F. Storm <storm@cua.dk>
4344
4345 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
4346 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
4347
4348 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
4349
4350 * startup.el (command-line): Also check if the abbrev file is readable.
4351
4352 2007-02-24 John Paul Wallington <jpw@pobox.com>
4353
4354 * net/tls.el (tls-certtool-program): Fix custom type.
4355
4356 * mail/feedmail.el (feedmail-message-id-generator)
4357 (feedmail-date-generator): Fix custom types.
4358
4359 * mail/rmail.el (rmail-message-filter): Fix custom type.
4360
4361 2007-02-24 Eli Zaretskii <eliz@gnu.org>
4362
4363 * startup.el (command-line): If simple.el cannot be found, proceed
4364 with a warning message.
4365
4366 2007-02-24 Kenichi Handa <handa@m17n.org>
4367
4368 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
4369 case that BEG is a string.
4370
4371 2007-02-24 Chris Moore <dooglus@gmail.com>
4372
4373 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
4374 * pgg-pgp.el (pgg-pgp-encrypt-region):
4375 * pgg-gpg.el (pgg-gpg-encrypt-region):
4376 Check pgg-encrypt-for-me if no other recipients.
4377
4378 2007-02-23 Eli Zaretskii <eliz@gnu.org>
4379
4380 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
4381
4382 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
4383 shell-quote-argument.
4384
4385 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4386
4387 * comint.el (comint-read-input-ring): Use comint-input-ring-size
4388 from the comint buffer instead of the temporary one.
4389
4390 2007-02-23 David Reitter <david.reitter@gmail.com>
4391
4392 * cus-edit.el (custom-save-all): Canonicalize custom-file before
4393 storing it in recentf-exclude.
4394
4395 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
4396
4397 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
4398 in splash screen.
4399
4400 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
4401
4402 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
4403 commands, for restart.
4404 (idlwave-shell-current-module): Fix handling of module name by type.
4405 (idlwave-shell-break-in): Update type handling.
4406 (idlwave-shell-bp-get): Encode type in BP structure.
4407 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
4408 (idlwave-shell-module-source-query): Query routine info based on type.
4409 Fix path parsing for non-compiled files.
4410 (idlwave-shell-module-source-filter): Don't signal error in filter
4411 if no source found.
4412 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
4413 filter race.
4414
4415 2007-02-22 Kim F. Storm <storm@cua.dk>
4416
4417 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
4418 (editable-field): Document need to put some text before the %v
4419 escape in :format string.
4420
4421 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
4422
4423 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
4424 (vc-svn-use-edit): Remove unused config var.
4425 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
4426
4427 * outline.el (hide-sublevels): Keep empty last line, if available.
4428
4429 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
4430 rather than the corresponding unicode char, to make the code
4431 more readable.
4432
4433 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
4434
4435 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
4436 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
4437 (speedbar-item-info-tag-helper): Doc fixes.
4438
4439 2007-02-19 Kenichi Handa <handa@m17n.org>
4440
4441 * international/mule-cmds.el (locale-language-names):
4442 Map "eo" to "Esperanto".
4443
4444 * language/european.el ("Esperanto"): New language environment.
4445
4446 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
4447
4448 * simple.el (kill-line): Doc fix.
4449
4450 2007-02-17 Kim F. Storm <storm@cua.dk>
4451
4452 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
4453 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
4454 (bindat--unpack-group, bindat--pack-group):
4455 Handle vectors with optional element type.
4456
4457 2007-02-17 Daiki Ueno <ueno@unixuser.org>
4458
4459 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
4460 if PASSPHRASE is given.
4461
4462 2007-02-17 Chris Moore <dooglus@gmail.com>
4463
4464 * jka-cmpr-hook.el (jka-compr-compression-info-list):
4465 Recognize backups of bz2 compressed files.
4466
4467 2007-02-17 Eli Zaretskii <eliz@gnu.org>
4468
4469 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
4470 to nil to speed up lookup of the symbol in index nodes.
4471
4472 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4473
4474 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
4475 Add indentation for the constants of Lisp.
4476
4477 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
4478
4479 * ps-print.el: Use (defvar <foo>) where applicable.
4480 (ps-print-emacs-type): Remove.
4481 (ps-x-frame-property, ps-e-frame-parameter): Remove.
4482 (ps-frame-parameter): Align its call-convention with frame-parameter.
4483 (ps-begin-job): Adjust calls to it appropriately.
4484 (ps-setup): Don't print ps-print-emacs-type.
4485 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
4486 Define in such a way that it's obvious that it's defined.
4487 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
4488 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
4489 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
4490
4491 2007-02-15 Alan Mackenzie <acm@muc.de>
4492
4493 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
4494 an empty one-line C-style comment, post-position point properly.
4495
4496 2007-02-15 Chris Moore <dooglus@gmail.com>
4497
4498 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
4499 (isearch-lazy-highlight-new-loop): Bind it.
4500 (isearch-lazy-highlight-search): Use it.
4501
4502 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
4503
4504 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
4505
4506 * font-lock.el (font-lock-extend-region-wholelines):
4507 Only return non-nil if the region has really been changed.
4508 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
4509
4510 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
4511
4512 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
4513 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
4514 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
4515
4516 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
4517
4518 * faces.el (color-values): Revert changes to docstring from
4519 2007-01-31 and 2000-09-07.
4520
4521 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
4522 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
4523 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
4524 (ispell-help): Fix typos in docstring and output message.
4525
4526 2007-02-14 Kim F. Storm <storm@cua.dk>
4527
4528 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
4529 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
4530 (grep): Fix lgrep reference.
4531
4532 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
4533 (standard-display-underline): Use make-glyph-code.
4534
4535 * descr-text.el (describe-char): Use glyph-char and glyph-face.
4536
4537 * international/latin1-disp.el (latin1-display-char):
4538 Use make-glyph-code.
4539
4540 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
4541
4542 * ehelp.el (with-electric-help, electric-help-exit)
4543 (electric-help-retain): Doc fixes.
4544
4545 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
4546 (byte-compile-file): Doc fixes.
4547
4548 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4549
4550 * term/mac-win.el: Change all uses of
4551 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
4552 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
4553 (mac-ae-get-url): Call select-frame-set-input-focus.
4554 (mac-dnd-handle-drag-n-drop-event): Don't call
4555 select-frame-set-input-focus.
4556
4557 2007-02-13 Kenichi Handa <handa@m17n.org>
4558
4559 * international/characters.el: Fix documentation of category `a'.
4560
4561 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
4562
4563 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
4564
4565 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
4566
4567 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
4568 (tramp-get-remote-ln): Handle error case.
4569 Reported by Chris Moore <dooglus@gmail.com>.
4570
4571 2007-02-11 Kim F. Storm <storm@cua.dk>
4572
4573 * bindings.el (ctl-x-map): Remove register compatibility bindings
4574 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
4575
4576 2007-02-11 Richard Stallman <rms@gnu.org>
4577
4578 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
4579 in load history.
4580
4581 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
4582 condition -- don't fail to stop at endpos.
4583
4584 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
4585
4586 * textmodes/org.el (org-agenda-get-todos)
4587 (org-agenda-get-timestamps, org-agenda-get-closed)
4588 (org-agenda-get-deadlines, org-agenda-get-scheduled)
4589 (org-agenda-get-blocks, org-format-agenda-item)
4590 (org-agenda-change-all-lines, org-scan-tags): Rename text property
4591 from `category' to `org-category'.
4592
4593 2007-02-11 Kenichi Handa <handa@m17n.org>
4594
4595 * international/titdic-cnv.el (titdic-convert): Force files be written
4596 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
4597 (miscdic-convert): Force files be written with Unix-like eol format.
4598
4599 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
4600
4601 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
4602
4603 * calculator.el (calculator-prompt): Doc fix.
4604 (calculator-mode-map): Fix typo in menu entry.
4605
4606 2007-02-10 Jay Belanger <belanger@truman.edu>
4607
4608 * calculator.el (calculator): Do more extensive checking for when
4609 3 lines should be used for the calculator.
4610
4611 2007-02-10 Eli Zaretskii <eliz@gnu.org>
4612
4613 * info-look.el (info-lookup-make-completions):
4614 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
4615 index nodes.
4616
4617 * info.el (Info-fontify-maximum-menu-size): Document the effect
4618 of a nil value.
4619 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
4620 non-nil before using it as size.
4621
4622 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
4623
4624 * subr.el (insert-for-yank-1): Prevent read-only properties from
4625 interfering with text property operations.
4626
4627 * image-mode.el (image-mode): Revert 2007-01-30 changes.
4628
4629 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
4630 (image-type-auto-detected-p): Fail if another match is found in
4631 auto-mode-alist.
4632
4633 * files.el (magic-mode-alist): Call image-mode instead of
4634 image-mode-maybe for autodetected images.
4635
4636 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
4637
4638 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
4639 Fix typos in docstrings.
4640 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
4641
4642 2007-02-09 Kim F. Storm <storm@cua.dk>
4643
4644 * emacs-lisp/float-sup.el: Remove obsolete comment.
4645
4646 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
4647
4648 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
4649
4650 2007-02-08 Karl Fogel <kfogel@red-bean.com>
4651
4652 * simple.el: Revert previous change, at request of RMS:
4653 (fundamental-mode-hook): Remove.
4654 (fundamental-mode): Run after-change-major-mode-hooks manually,
4655 and don't run the now-nonexistent fundamental-mode-hook.
4656
4657 2007-02-08 Karl Fogel <kfogel@red-bean.com>
4658
4659 * simple.el (fundamental-mode-hook): Declare new hook.
4660 (fundamental-mode): Run the new dedicated hook, and don't run
4661 after-change-major-mode-hooks manually anymore.
4662
4663 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
4664
4665 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
4666 added columns of chars. Remove support for the "no-meta-info" format.
4667 Prompted by Romain Francoise <romain@orebokech.com>.
4668
4669 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
4670
4671 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
4672 (gdb-mouse-until, gdb-mouse-jump): Use it.
4673
4674 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
4675
4676 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
4677 work when there is just an assembler buffer (no source buffer).
4678
4679 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
4680
4681 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
4682 just because the diff was produced using "-p" (--show-c-function).
4683
4684 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
4685
4686 * faces.el (frame-set-background-mode): Use `color-values' and
4687 `display-color-p', not `x-color-values' and `x-display-color-p'.
4688 (face-valid-attribute-values): Use `defined-colors' instead of
4689 `x-defined-colors'.
4690
4691 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4692
4693 * ps-print.el: The ps-print commands without face printing should not
4694 print background color. Reported by Leo <sdl.web@gmail.com>.
4695 (ps-print-version): New version 6.7.3.
4696 (ps-begin-job): New arg. Fix ps-default-background and
4697 ps-default-foreground initialization.
4698 (ps-face-attributes): Fix doc string.
4699 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
4700
4701 * printing.el: Fix ps-print link.
4702
4703 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
4704
4705 * faces.el (face-set-after-frame-default): Compile attributes to
4706 be set by frame parameters before merging in X resources.
4707
4708 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
4709
4710 * simple.el (blink-matching-paren-dont-ignore-comments):
4711 (blink-matching-paren-on-screen): Doc fixes.
4712
4713 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
4714
4715 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
4716
4717 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
4718
4719 * loadhist.el (unload-feature): Silently ignore `load-history' entries
4720 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
4721 entries like `defun'. Return nil.
4722
4723 2007-02-05 Kim F. Storm <storm@cua.dk>
4724
4725 * ido.el: Doc fixes.
4726
4727 2007-02-04 David Kastrup <dak@gnu.org>
4728
4729 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
4730 `mpuz-allow-double-multiplicator' is non-zero, and correct
4731 calculation of `min'.
4732
4733 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
4734
4735 * wid-edit.el (widget-default-create): Insert new text at the
4736 :from marker _after_ the marker, not before it.
4737
4738 2007-02-04 Alan Mackenzie <acm@muc.de>
4739
4740 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
4741 containing it is re-indented.
4742
4743 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
4744
4745 * net/newsticker.el (newsticker--insert-image): Update docstring,
4746 and insert the image directly.
4747 (newsticker--buffer-redraw): Update docstring.
4748
4749 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
4750 Rename from define-global-minor-mode.
4751
4752 * progmodes/cwarn.el (global-cwarn-mode):
4753 * emacs-lisp/autoload.el (make-autoload):
4754 * hi-lock.el (global-hi-lock-mode):
4755 * font-core.el (global-font-lock-mode): All callers changed.
4756
4757 2007-02-03 Eli Zaretskii <eliz@gnu.org>
4758
4759 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
4760 Don't copy @ignore lines into menu descriptions.
4761 (texinfo-multi-file-update): Goto the @node line before attempting
4762 to pluck the node name.
4763 (texinfo-multiple-files-update): Reverse the optional arguments'
4764 order, as per the doc string and the `interactive' form.
4765
4766 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
4767
4768 * image-mode.el: Use autoload to avoid overriding disabled setting
4769 applied in .emacs.
4770
4771 2007-02-03 Alan Mackenzie <acm@muc.de>
4772
4773 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
4774 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
4775 adjacent paren groups).
4776
4777 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4778
4779 * progmodes/ebnf2ps.el: Doc fixes.
4780 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
4781
4782 2007-02-02 Eli Zaretskii <eliz@gnu.org>
4783
4784 * dired-x.el (dired-do-relsymlink): Add reference to
4785 dired-do-symlink. Add an autoload cookie.
4786
4787 * dired-aux.el (dired-do-symlink): Add reference to
4788 dired-do-relsymlink.
4789
4790 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
4791
4792 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
4793 <left-fringe mouse-3>: New bindings.
4794
4795 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
4796
4797 * net/newsticker.el (newsticker-version): Changed to "1.10".
4798 (newsticker--set-customvar): Doc string.
4799 (newsticker-new-item-face): Doc string.
4800 (newsticker-mode): Initialize `invisibility-spec' with t.
4801 (newsticker-mode-map): Added
4802 `newsticker-mark-all-items-at-point-as-read'.
4803 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
4804 (newsticker-w3m-show-inline-images): Do not call
4805 `w3m-remove-image'.
4806 (newsticker--buffer-after-w3m-insert-image): New advice for
4807 w3m-insert-image to cache images.
4808 (newsticker-next-item-same-feed): New.
4809 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
4810 (newsticker-mark-all-items-of-feed-as-read): New.
4811 (newsticker-mark-all-items-at-point-as-read): Use new functions.
4812 (newsticker-mark-item-at-point-as-read): Doc string.
4813 (newsticker-mark-item-at-point-as-read): Use new functions.
4814 (newsticker--do-mark-item-at-point-as-read): New, extracted from
4815 `newsticker-mark-item-at-point-as-read'.
4816 (newsticker-hide-entry): Use (t) instead of t for invisibility.
4817 (newsticker--sentinel): Yet another xml-parser workaround.
4818 (newsticker--decode-iso8601-date): Bugfix for datestrings without
4819 days.
4820 (newsticker--buffer-do-insert-text): Fix.
4821 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
4822 (newsticker--buffer-make-item-completely-visible):
4823 `switch-to-buffer' not necessary.
4824
4825 2007-02-02 Eli Zaretskii <eliz@gnu.org>
4826
4827 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
4828 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
4829 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
4830 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
4831 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
4832
4833 2007-02-02 Kenichi Handa <handa@m17n.org>
4834
4835 * international/quail.el (quail-show-key): Fix an error message.
4836
4837 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
4838
4839 * faces.el (set-face-underline-p, modify-face): Rename arg
4840 UNDERLINE-P to UNDERLINE (it is not a flag).
4841
4842 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
4843
4844 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
4845 when adding gdb-speedbar-update to gdb-input-queue.
4846
4847 2007-02-01 Kenichi Handa <handa@m17n.org>
4848
4849 * international/quail.el (quail-show-key): Signal an error if the
4850 current input method is not using Quail.
4851
4852 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
4853
4854 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
4855 Trim leading whitespace in sysvar names.
4856
4857 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
4858
4859 * faces.el (internal-find-face, internal-get-face): Doc fixes.
4860
4861 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
4862
4863 * ido.el (ido-set-common-completion): Use `let', not `let*'.
4864
4865 2007-01-31 Romain Francoise <romain@orebokech.com>
4866
4867 * comint.el: Delete extra copy of `comint-copy-old-input' added in
4868 previous change to this file.
4869
4870 2007-01-31 Jason Rumney <jasonr@gnu.org>
4871
4872 * files.el (magic-mode-alist): Use image-mode-maybe rather than
4873 image-mode.
4874
4875 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
4876 interfering with attempt to set major mode from modified
4877 auto-mode-alist.
4878
4879 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
4880
4881 * faces.el (color-values): Doc fix.
4882 (face-differs-from-default-p): Don't check :foreground twice.
4883
4884 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
4885
4886 * comint.el (comint-mode): Prevent non-keyword fontification by default.
4887
4888 2007-01-31 Kenichi Handa <handa@m17n.org>
4889
4890 * international/quail.el (quail-store-decode-map-key): Store a
4891 translated character too.
4892 (quail-char-equal-p): New function.
4893 (quail-find-key1): Check character equality by quail-char-equal-p.
4894 (quail-decode-map-generated): New variable.
4895 (quail-find-key): Check quail-decode-map-generated and re-generate
4896 a decode map if necessary.
4897
4898 2007-01-30 Richard Stallman <rms@gnu.org>
4899
4900 * tutorial.el (tutorial--detailed-help): Make the list of
4901 changed keys look nicer.
4902
4903 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
4904
4905 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
4906 (gdb-var-delete): Use it.
4907 (gdb-var-update-handler-1): Handle value "invalid" for MI field
4908 `in_scope'.
4909
4910 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
4911
4912 * files.el (get-free-disk-space): Return nil for remote directories.
4913
4914 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
4915 instead of "dir".
4916
4917 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
4918
4919 * type-break.el (type-break-catch-up-event): New function.
4920 (type-break-demo-hanoi, type-break-demo-life)
4921 (type-break-demo-boring): Use it.
4922
4923 * image-mode.el (image-mode): Don't automatically view as image.
4924 (image-toggle-display): Add `disabled' property.
4925
4926 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
4927
4928 * isearchb.el (isearchb-iswitchb):
4929 * ps-print.el (ps-build-face-reference):
4930 * emacs-lisp/shadow.el (list-load-path-shadows):
4931 * eshell/esh-cmd.el (eshell-rewrite-for-command):
4932 * international/mule.el (find-auto-coding):
4933 * mail/supercite.el (sc-attrib-selection-list):
4934 * progmodes/cc-defs.el (c-emacs-features):
4935 * progmodes/cc-vars.el (c-offsets-alist):
4936 * progmodes/flymake.el
4937 (flymake-init-create-temp-source-and-master-buffer-copy):
4938 Fix typos in docstrings (some suggested by Chris Moore).
4939
4940 * progmodes/vhdl-mode.el (vhdl-components-package-name)
4941 (vhdl-get-library-unit, vhdl-corresponding-begin)
4942 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
4943 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
4944 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
4945 (vhdl-font-lock-match-item): Fix typos in docstrings.
4946 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
4947 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
4948 (vhdl-speedbar-insert-project-hierarchy):
4949 Improve argument/docstring consistency.
4950
4951 2007-01-29 Kenichi Handa <handa@m17n.org>
4952
4953 * international/titdic-cnv.el (py-converter): Fix previous change.
4954
4955 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
4956
4957 * jka-compr.el (jka-compr-partial-uncompress)
4958 (jka-compr-call-process): Rebind default-directory if it is
4959 invalid. Suggested by Chris Moore.
4960
4961 * comint.el (comint-insert-input): Handle situation where the
4962 selected buffer is not the clicked buffer.
4963
4964 2007-01-29 Kenichi Handa <handa@m17n.org>
4965
4966 * international/ja-dic-cnv.el (skkdic-convert):
4967 Add byte-compile-disable-print-circle:t at the head.
4968
4969 * international/titdic-cnv.el (tit-process-header):
4970 Add byte-compile-disable-print-circle:t at the head.
4971 (miscdic-convert): Likewise.
4972 (py-converter): Skip the header comments.
4973
4974 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
4975 New variable.
4976 (byte-compile-output-file-form): Bing print-circle to nil if
4977 byte-compile-output-file-form is not nil.
4978 (byte-compile-output-docform): Likewise.
4979
4980 2007-01-28 Kim F. Storm <storm@cua.dk>
4981
4982 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
4983 Declare earlier to avoid byte compiler warnings.
4984
4985 2007-01-28 Markus Triska <markus.triska@gmx.at>
4986
4987 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
4988
4989 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
4990
4991 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
4992 (gamegrid-add-score-with-update-game-score-1): Allow local quits
4993 when calling update-game-score program. Remove unnecessary
4994 save-excursion.
4995
4996 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
4997
4998 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
4999
5000 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
5001 avoid compiler warning.
5002 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
5003 might have values other than "true" or "false".
5004
5005 2007-01-28 Richard Stallman <rms@gnu.org>
5006
5007 * textmodes/fill.el (fill-paragraph-function): Doc fix.
5008 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
5009
5010 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
5011
5012 * image.el (image-type-header-regexps): Make GIF regex more specific.
5013
5014 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
5015 Don't check `backspace'.
5016 (tutorial--find-changed-keys): Look up bindings in a temp buffer
5017 in Fundamental mode.
5018
5019 * startup.el (fancy-splash-text, normal-splash-screen):
5020 Mention C-g.
5021
5022 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
5023 when inserting in buffer.
5024
5025 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
5026 inside the if.
5027
5028 2007-01-27 Richard Stallman <rms@gnu.org>
5029
5030 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
5031
5032 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
5033
5034 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
5035 enum/union/struct/class definition.
5036 Revert change to call `forward-sexp' multiple times.
5037
5038 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
5039
5040 * files.el (hack-local-variables-confirm): Don't keep trying to
5041 read an event from an empty kbd macro.
5042
5043 2007-01-27 Eli Zaretskii <eliz@gnu.org>
5044
5045 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
5046
5047 2007-01-27 Ben North <ben@redfrontdoor.org>
5048
5049 * outline.el (outline-promote, outline-demote): Doc fix. Rename
5050 the arg CHILDREN -> WHICH.
5051
5052 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
5053
5054 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
5055 default-directory to a sane value when calling start-process.
5056
5057 2007-01-27 Eli Zaretskii <eliz@gnu.org>
5058
5059 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
5060 (ls-lisp-format-time-list): Doc fix. Mention
5061 ls-lisp-use-localized-time-format.
5062 (ls-lisp-format-time): Use ls-lisp-format-time-list if
5063 ls-lisp-use-localized-time-format is non-nil, even if a valid
5064 locale is defined.
5065
5066 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
5067
5068 * jka-compr.el (jka-compr-shell): Doc fix.
5069
5070 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
5071
5072 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5073
5074 * ps-print.ps: Fix background height.
5075 (ps-print-version): New version 6.7.2.
5076
5077 2007-01-26 Eli Zaretskii <eliz@gnu.org>
5078
5079 * makefile.w32-in (finder-data, custom-deps): Depend on
5080 $(lisp)/loaddefs.el.
5081
5082 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
5083
5084 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
5085
5086 2007-01-24 Miles Bader <miles@gnu.org>
5087
5088 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
5089 (byte-compile-output-docform): Bind `print-circle' to t.
5090
5091 2007-01-24 Kenichi Handa <handa@m17n.org>
5092
5093 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
5094 file name of the original SKK dictionary file.
5095
5096 2007-01-24 Kim F. Storm <storm@cua.dk>
5097
5098 * ido.el (ido-initial-position): New variable.
5099 (ido-read-internal): Set it if default item is specified.
5100 (ido-minibuffer-setup): Position cursor accordingly if set.
5101 (ido-edit-input): C-e moves to end of input if not already there.
5102 (ido-magic-backward-char): C-b does like M-b if prev char is /.
5103 Don't switch to buffer mode if repeating C-b at start of input.
5104 (ido-toggle-ignore): C-a only toggles ignore at start or end of
5105 input; else it moves to start of input.
5106 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
5107 not at end of input, delete rest of input, rather than normal op.
5108
5109 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
5110
5111 * emulation/viper-keym.el (viper-insert-basic-map):
5112 Delete binding for S-TAB.
5113
5114 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
5115 of message. Activate mark.
5116 (ediff-activate-mark): Set transient-mark-mode to t.
5117
5118 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
5119
5120 2007-01-23 Martin Rudalics <rudalics@gmx.at>
5121
5122 * help-fns.el (describe-variable): Don't suppress display of
5123 buffer local value when the value is "large".
5124
5125 2007-01-22 Kim F. Storm <storm@cua.dk>
5126
5127 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
5128 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
5129 (ido-tidy): Use ido-active.
5130
5131 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
5132
5133 * hexl.el (hexl-mode-exit): Add missing quote.
5134
5135 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5136
5137 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
5138 (mac-ae-keyboard-modifiers): New function.
5139 (mac-handle-toolbar-switch-mode): Use it.
5140 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
5141 if keyboard modifiers on drop contain option key.
5142 (mac-dnd-drop-data): Add optional argument `action'.
5143 (special-event-map): Remove binding for M-drag-n-drop.
5144
5145 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
5146
5147 * add-log.el (add-log-current-defun): Use CC Mode functions to
5148 find the beginning and end of a defun.
5149
5150 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
5151
5152 * progmodes/gdb-ui.el (gdb-var-create-regexp)
5153 (gdb-var-create-handler): Handle value field in GDB output of
5154 -var-create.
5155 (gdb-max-frames): New variable.
5156 (gdb-stack-buffer, gdb-frames-select): Use it.
5157 (gdb-info-stack-custom): Help user customize gdb-max-frames,
5158 if necessary.
5159 (gdb-get-frame-number): Simplify.
5160
5161 2007-01-21 Glenn Morris <rgm@gnu.org>
5162
5163 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
5164 Update copyrights.
5165
5166 2007-01-21 Alan Mackenzie <acm@muc.de>
5167
5168 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
5169 handling of K&R stuff.
5170
5171 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5172
5173 * textmodes/bibtex.el (bibtex-files): Fix customization type.
5174
5175 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5176
5177 * ps-print.el: Handle frame parameters (background and/or foreground
5178 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
5179 (ps-print-version): New version 6.7.1.
5180 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
5181 (ps-frame-parameter): New fun.
5182 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
5183 Fix doc and customization.
5184 (ps-begin-job): Get frame parameters (background and/or foreground
5185 colors).
5186 (ps-do-despool): Ensure ps-printer-name has a valid value.
5187
5188 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
5189
5190 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
5191 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
5192 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
5193 mean unlimited.
5194
5195 2007-01-20 Alan Mackenzie <acm@muc.de>
5196
5197 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
5198 much more rigorous analysis of putative K&R regions.
5199
5200 2007-01-20 Alan Mackenzie <acm@muc.de>
5201
5202 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
5203 New functions.
5204
5205 2007-01-20 Alan Mackenzie <acm@muc.de>
5206
5207 * progmodes/cc-align.el, progmodes/cc-cmds.el,
5208 * progmodes/cc-defs.el, progmodes/cc-engine.el,
5209 * progmodes/cc-langs.el, progmodes/cc-styles.el,
5210 * progmodes/cc-vars.el: Add my name.
5211
5212 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
5213
5214 * files.el (find-alternate-file): Revert query message to Emacs 21
5215 version.
5216
5217 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
5218
5219 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
5220 the doc string how to use personal abbrevs without electric
5221 keywords.
5222
5223 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
5224
5225 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
5226 Fixed cursor position when toggle abbreviated display.
5227
5228 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
5229
5230 * t-mouse.el: Update copyright following assignment by
5231 Alessandro Rubini.
5232
5233 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
5234
5235 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
5236 (type-break-demo-boring): Call read-event instead of read-char.
5237
5238 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
5239
5240 * progmodes/compile.el: Add handling for makepplog.
5241
5242 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
5243
5244 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
5245 aspell dictionaries are initialized when called non-interactively.
5246
5247 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
5248
5249 * progmodes/compile.el (compilation-loop): New arg limit.
5250 Handle case where the first error is at point-min.
5251 (compilation-next-error): New arg to compilation-loop call.
5252
5253 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
5254
5255 * info.el (Info-default-dirs): Change default info dir to
5256 share/info.
5257
5258 * paths.el (Info-default-directory-list): Ditto.
5259
5260 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
5261
5262 * hexl.el (hexl-before-revert-hook): New function.
5263 (hexl-mode): Use it.
5264 (hexl-after-revert-hook): Just call hexl-mode.
5265 (hexl-mode-exit): Remove before-revert-hook.
5266
5267 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
5268
5269 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
5270
5271 2007-01-16 Martin Rudalics <rudalics@gmx.at>
5272
5273 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
5274 by "-" in francais7 otherchars entry.
5275 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
5276 otherchars entry.
5277
5278 2007-01-15 Karl Fogel <kfogel@red-bean.com>
5279
5280 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
5281 path. Rewrite function in `cond' style for readability.
5282
5283 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
5284 (The path shortening, that is, not the rearrarangement.)
5285
5286 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5287
5288 * term/mac-win.el (mac-ae-quit-application): New function.
5289 (mac-apple-event-map): Bind "quit application" Apple event to it.
5290
5291 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
5292
5293 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
5294 than the program's output.
5295
5296 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
5297
5298 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
5299 (kmacro-start-macro-or-insert-counter)
5300 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
5301 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
5302
5303 * longlines.el (longlines-show-hard-newlines):
5304 * ruler-mode.el (ruler-mode-ruler):
5305 * emulation/keypad.el (keypad-setup):
5306 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
5307 Fix typo in docstring.
5308
5309 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
5310
5311 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
5312 Remove redirect character ">".
5313
5314 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
5315
5316 * replace.el (perform-replace): Remove leftover code.
5317
5318 2007-01-12 Richard Stallman <rms@gnu.org>
5319
5320 * replace.el (perform-replace): Don't clear NODENT when computing
5321 the replacement string.
5322
5323 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
5324
5325 * net/tramp.el (tramp-handle-file-local-copy):
5326 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
5327 <christopher.ian.moore@gmail.com>.
5328
5329 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
5330
5331 * diff-mode.el (diff-sanity-check-context-hunk-half)
5332 (diff-sanity-check-hunk): New functions.
5333 (diff-find-source-location): Use'em to check the hunks are well-formed.
5334
5335 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
5336 activate undo when undo is not active.
5337 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
5338
5339 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5340
5341 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
5342 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
5343 (ffap-url-at-point): Use char-classes rather than "a-z".
5344
5345 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
5346
5347 * ediff-init.el (ediff-autostore-merges):
5348 * textmodes/fill.el (fill-region): Doc fix.
5349
5350 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
5351
5352 * server.el (server-ensure-safe-dir): UIDs may be floats.
5353
5354 2007-01-10 Richard Stallman <rms@gnu.org>
5355
5356 * battery.el (battery-linux-proc-acpi): Use ignore-errors
5357 around calls to directory-files.
5358
5359 * subr.el (momentary-string-display): Use save-excursion.
5360
5361 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
5362 argument, but read it as `X' does.
5363
5364 2007-01-09 Juri Linkov <juri@jurta.org>
5365
5366 * info.el (Info-fontify-node): Don't hide node names of index entries.
5367
5368 * faces.el (momentary): Change :group to basic-faces where all
5369 basic faces belong to. Add :version.
5370
5371 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
5372
5373 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
5374 keybinding is found.
5375 (tutorial--find-changed-keys): Never treat null keybinding as a
5376 remapping.
5377
5378 2007-01-09 Martin Rudalics <rudalics@gmx.at>
5379
5380 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
5381
5382 2007-01-09 Kenichi Handa <handa@m17n.org>
5383
5384 * international/mule-cmds.el
5385 (select-safe-coding-system-interactively): Fix message.
5386
5387 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
5388
5389 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
5390 (tramp-process-actions): Add optional parameter TIMEOUT.
5391 (tramp-open-connection-telnet, tramp-open-connection-rsh)
5392 (tramp-open-connection-su): Add timeout of 60".
5393
5394 2007-01-09 Richard Stallman <rms@gnu.org>
5395
5396 * progmodes/compile.el (compile): Doc fix.
5397
5398 2007-01-09 Markus Triska <markus.triska@gmx.at>
5399
5400 * tumme.el (tumme-display-thumb): Doc fix.
5401
5402 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
5403
5404 * battery.el (battery-search-for-one-match-in-files):
5405 * bindings.el (mode-line-minor-mode-help):
5406 * x-dnd.el (x-dnd-types-alist):
5407 * calendar/icalendar.el (icalendar-import-buffer):
5408 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
5409
5410 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
5411
5412 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
5413
5414 * replace.el (replace-regexp): Fix typo in docstring.
5415
5416 2007-01-07 Alan Mackenzie <acm@muc.de>
5417
5418 * progmodes/cc-langs.el (c-operators, c-filter-ops):
5419 Amend doc-string and comments.
5420
5421 2007-01-06 Eli Zaretskii <eliz@gnu.org>
5422
5423 * files.el (abbreviate-file-name): Doc fix.
5424
5425 2007-01-06 Markus Triska <triska@gmx.at>
5426
5427 * subr.el (split-string): Remove spurious ")" from doc string.
5428
5429 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
5430
5431 * textmodes/table.el (table--warn-incompatibility):
5432 Use display-warning instead of momentary-string-display.
5433
5434 2007-01-05 Richard Stallman <rms@gnu.org>
5435
5436 * image.el (image-type-header-regexps): Recognize xbm more strictly.
5437
5438 * simple.el (backward-kill-word): Doc fix.
5439
5440 2007-01-05 Romain Francoise <romain@orebokech.com>
5441
5442 * international/mule.el (sgml-html-meta-auto-coding-function):
5443 Ensure that the buffer contains a HTML document.
5444
5445 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
5446
5447 * faces.el (momentary): Move here ...
5448 * subr.el (momentary): ... from here.
5449
5450 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
5451
5452 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
5453 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
5454 large structures/arrays.
5455
5456 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
5457
5458 * files.el (find-file-noselect-1, set-visited-file-name):
5459 Allow backup-enable-predicate to be nil.
5460
5461 2007-01-04 Andreas Schwab <schwab@suse.de>
5462
5463 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
5464 last change.
5465
5466 2007-01-03 Richard Stallman <rms@gnu.org>
5467
5468 * woman.el (woman-decode-buffer): Clarify error message.
5469
5470 2007-01-03 Alan Mackenzie <acm@muc.de>
5471
5472 * progmodes/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
5473
5474 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
5475
5476 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
5477
5478 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
5479
5480 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
5481
5482 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
5483
5484 * emulation/viper.el (viper-custom-file-name, viper-mode):
5485 Fix typos in docstrings.
5486
5487 * subr.el (momentary-string-display): After moving point, set POS
5488 variable to it to avoid later errors once the buffer is modified.
5489 Doc fix.
5490
5491 2007-01-02 Alan Mackenzie <acm@muc.de>
5492
5493 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
5494 check that the "*/" is present before trying to manipulate it.
5495
5496 2007-01-02 Richard Stallman <rms@gnu.org>
5497
5498 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
5499
5500 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
5501 Fix format of value.
5502
5503 * cus-edit.el (customize-unsaved): Rename from customize-customized.
5504 Change messages accordingly.
5505 (customize-customized): Now alias.
5506
5507 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
5508
5509 * files.el (version-control): Doc fix.
5510
5511 2007-01-01 Alan Mackenzie <acm@muc.de>
5512
5513 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
5514 Check the format of c-state-cache is valid for an optimisation before
5515 using it.
5516
5517 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
5518 are at a statement within a macro". Other changes so that only
5519 the first continuation line in a macro gets the symbol
5520 `cpp-define-intro', the others getting `statement', or whatever.
5521
5522 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
5523 a string, preserve whitespace. Add a backslash only when also in
5524 a macro.
5525
5526 * progmodes/cc-defs.el: Correct typos.
5527
5528 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
5529 new line after an escaped EOL in a string.
5530
5531 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
5532 label when it directly follows "else", "do", ....
5533
5534 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
5535 angle brackets (as seen in "explicit specialisations" of C++
5536 templates).
5537
5538 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
5539 in the doc-string.
5540
5541 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
5542 when the comment ender looks like "=========*/" and is alone on
5543 its line.
5544
5545 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
5546 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
5547 for the old name.
5548
5549 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
5550 c-\(beginning\|end\)-of-defun by default.
5551
5552 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
5553 New line-up function, for the DEFUN macro in the Emacs C sources.
5554 Only used in "gnu" style.
5555
5556 * progmodes/cc-styles.el (c-style-alist): Use this new function in
5557 the "gnu" style.
5558
5559 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
5560 clean-up comment-close-slash also to work when there's a comment
5561 terminator on the line.
5562 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
5563 these for large arg - only take account of top level {..}, except
5564 for initial and final adjustments. M-- C-M-[ae] now go to the
5565 right defuns when the starting point is between defuns. They use
5566 the four new functions:
5567 (c-in-function-trailer-p, c-where-wrt-brace-construct)
5568 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
5569 support c-\(beginning\|end\)-of-defun.
5570
5571 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
5572 expressions more rigorously, to exclude bit-field specifiers from
5573 being classed as labels.
5574 (c-forward-label): When analyzing a ":" within a macro, be careful
5575 about using c-forward-syntactic-ws at the macro beginning.
5576 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
5577 stmt boundary, check for "operator=", etc.
5578
5579 * progmodes/cc-mode.el (c-postprocess-file-styles):
5580 Bind inhibit-read-only to t, around the call to
5581 c-remove-any-local-eval-or-mode-variables, so that it works on a
5582 RO file.
5583
5584 * progmodes/cc-defs.el (c-version): Update the version number to
5585 "5.31.4".
5586
5587 2007-01-01 Richard Stallman <rms@gnu.org>
5588
5589 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
5590 only if we restored isearch-window-configuration.
5591
5592 2006-12-31 Romain Francoise <romain@orebokech.com>
5593
5594 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
5595
5596 2006-12-31 Kim F. Storm <storm@cua.dk>
5597
5598 * files.el (auto-mode-case-fold): New defcustom.
5599 (set-auto-mode): If non-nil, perform second case-sensitive pass
5600 through auto-mode-alist if first pass failed.
5601
5602 2006-12-30 Richard Stallman <rms@gnu.org>
5603
5604 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
5605
5606 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
5607
5608 * allout.el (allout-encrypt-string): Handle symmetric-key
5609 passphrase caching but leave keypair caching to pgg.
5610
5611 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
5612
5613 Sync with Tramp 2.0.55.
5614
5615 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
5616 `integerp'. `char-equal' could fail else in case of negative
5617 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
5618 (top): Check for `font-lock-add-keywords' before calling; it
5619 doesn't exist under XEmacs.
5620 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
5621 (tramp-completion-mode): Remove clause (not
5622 tramp-unified-filenames), because the function is called in other
5623 context too, where this check results in wrong results in the
5624 XEmacs case on Windows.
5625 (tramp-touch): UTC handling is not possible for XEmacs.
5626
5627 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5628
5629 * scroll-bar.el (previous-scroll-bar-mode): New variable
5630 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
5631 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
5632
5633 * term/x-win.el: Set scroll bar mode to right if set by X resources.
5634
5635 2006-12-30 Richard Stallman <rms@gnu.org>
5636
5637 * files.el (make-backup-file-name-1): Precompute abs name
5638 but don't lose the relative name.
5639
5640 * international/mule-cmds.el (select-safe-coding-system-interactively):
5641 Fix message.
5642
5643 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
5644
5645 * files.el (backup-buffer): Show entire backup file name in msg.
5646
5647 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
5648
5649 * image.el (image-type-header-regexps, image-type-from-data)
5650 (image-type-from-buffer, image-type-from-file-header):
5651 Revert changes from 2006-12-26.
5652 (image-type-auto-detectable): New variable.
5653 (image-type-auto-detected-p): New function.
5654
5655 * files.el (magic-mode-alist): Detect image files with
5656 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
5657
5658 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
5659
5660 * dired.el (dired-sort-other): Move test for dired-mode...
5661 (dired-sort-set-modeline): ...to here.
5662
5663 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5664
5665 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
5666 change. Suggested by Stefan Monnier.
5667
5668 2006-12-29 Kim F. Storm <storm@cua.dk>
5669
5670 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
5671 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
5672
5673 2006-12-27 Kim F. Storm <storm@cua.dk>
5674
5675 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
5676 so it doesn't accidentally match an fsf.org mail address.
5677 (authors-renamed-files-alist): Add tcover-*.el.
5678
5679 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
5680
5681 * vc-arch.el (vc-arch-find-version): New function.
5682
5683 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
5684 composed of arbitrary characters (even /) in some systems.
5685
5686 2006-12-27 Eli Zaretskii <eliz@gnu.org>
5687
5688 * international/mule-cmds.el (select-safe-coding-system-interactively):
5689 Improve the message in the *Warning* buffer.
5690
5691 2006-12-27 Kim F. Storm <storm@cua.dk>
5692
5693 * ido.el (ido-set-matches-1): Fix last change. If default item is
5694 current buffer, it is ok to be first.
5695
5696 2006-12-27 Kenichi Handa <handa@m17n.org>
5697
5698 * international/mule-cmds.el (select-safe-coding-system-interactively):
5699 Use face `link' for problematic chars.
5700
5701 2006-12-27 Kenichi Handa <handa@m17n.org>
5702
5703 * international/mule-cmds.el (select-safe-coding-system-interactively):
5704 Improve the message in *Warning* buffer.
5705
5706 2006-12-27 Kim F. Storm <storm@cua.dk>
5707
5708 * ido.el (ido-set-matches-1): Never put current buffer first if
5709 there are other matches.
5710
5711 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
5712
5713 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
5714 expressions.
5715 (gdb-var-delete): Handle duplicate names. Print message for non
5716 root expressions.
5717 (gdb-partial-output-name): Start buffer name with a space.
5718 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
5719 buffer name.
5720
5721 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5722
5723 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
5724 last footnote when `footnote-spaced-footnotes' is nil.
5725
5726 2006-12-26 Richard Stallman <rms@gnu.org>
5727
5728 * cus-edit.el (custom-browse-sort-alphabetically)
5729 (custom-buffer-sort-alphabetically)
5730 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
5731
5732 * image.el (image-type-header-regexps): Change element format
5733 to include third item NOT-ALWAYS.
5734 (image-type-from-data): Handle new format.
5735 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
5736 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
5737
5738 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
5739
5740 * add-log.el (add-log-current-defun): Call `forward-sexp'
5741 multiple times to pick a member function name defined as
5742 part of nested classes/namespaces.
5743
5744 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5745
5746 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
5747 which keymap should be used to change menu. It does not affect any
5748 existent code.
5749
5750 2006-12-26 Richard Stallman <rms@gnu.org>
5751
5752 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
5753 rather than for being in a minibuffer window.
5754
5755 2006-12-25 Daiki Ueno <ueno@unixuser.org>
5756
5757 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
5758 locale-coding-system.
5759 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
5760 LF.
5761
5762 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
5763
5764 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
5765 (sql-mode-syntax-table): Disable double quoted strings.
5766 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
5767
5768 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5769
5770 * startup.el (fancy-splash-last-input-event): New variable.
5771 (fancy-splash-special-event-action): New function.
5772 (fancy-splash-screens): Temporarily bind special events to it.
5773 Execute command for saved special event before exiting from
5774 recursive editing.
5775
5776 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
5777 New functions.
5778 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
5779 Use mac-unread-string.
5780
5781 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5782
5783 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
5784 an optimized comment regexp if `comment-start-skip' uses a ^.
5785 * bs.el (bs--up): Remove interactive spec.
5786
5787 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
5788
5789 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
5790 Suggested by James Cloos.
5791
5792 2006-12-24 Kevin Ryde <user42@zip.com.au>
5793
5794 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
5795 in March.
5796 (calendar-dst-ends): Default to first Sunday in November.
5797
5798 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
5799
5800 * allout.el (allout-encrypt-string): Inhibit use of agent within
5801 body of let form where encryption happens. Acknowledge non-use of
5802 gpg-agent in docstring.
5803 (allout-toggle-subtree-encryption): Acknowledge non-use of
5804 gpg-agent in docstring.
5805
5806 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
5807
5808 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
5809
5810 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
5811
5812 * ediff-diff.el (ediff-diff-options): Clarify docstring.
5813 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
5814
5815 * emulation/viper-cmd.el (viper-post-command-sentinel):
5816 Protect against errors in hooks.
5817 (viper-add-newline-at-eob-if-necessary): Add newline only if we
5818 actually modify buffer; ignore errors if occur.
5819
5820 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
5821
5822 * calendar/calendar.el (calendar-mode-map): Switch < and >.
5823 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
5824 formatting.
5825
5826 2006-12-23 Richard Stallman <rms@gnu.org>
5827
5828 * simple.el (delete-horizontal-space): Doc fix.
5829
5830 2006-12-23 Eli Zaretskii <eliz@gnu.org>
5831
5832 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
5833 explicitly in a recursive Make, not implicitly through prerequisites,
5834 since the latter is wrong under parallel builds.
5835
5836 2006-12-22 Eli Zaretskii <eliz@gnu.org>
5837
5838 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
5839
5840 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
5841
5842 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
5843 message string.
5844
5845 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
5846
5847 * outline.el (outline-next-visible-heading): Fix the case with a
5848 header at end-of-file with no final newline.
5849
5850 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
5851
5852 * indent.el (tab-always-indent): Doc fix.
5853
5854 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
5855
5856 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
5857 (Info-fontify-node): Do fontify indices.
5858
5859 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
5860 to the Emacs Lisp reference manual.
5861 (tutorial--tab-map): Remove. All callers changed.
5862 (tutorial--find-changed-keys): New elt QUIET, used to...
5863 (tutorial--display-changes): ...ensure that warning messages are
5864 only issued once per changed key.
5865 (tutorial--remove-remarks): Delete unused code-path.
5866 (lang-strings): Remove extraneous formatting.
5867 (tutorial--save-tutorial): Prompt before saving tutorial state.
5868
5869 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
5870
5871 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
5872 Replace '?\ ' by '?\s' throughout.
5873 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
5874 `help' custom group.
5875 (tutorial--key-description): New function.
5876 (tutorial--display-changes): Remove redundant arg. Scan for all
5877 key sequences to avoid false matches. Cleanup.
5878 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
5879 reduce homedir pollution.
5880 (help-with-tutorial): Call tutorial--display-changes with no arg.
5881
5882 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
5883
5884 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
5885
5886 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
5887
5888 * net/tramp.el (tramp-default-method): We still need to check for
5889 `executable-find', because it is not bound under Emacs 20.
5890 (tramp-handle-file-name-completion)
5891 (tramp-completion-handle-file-name-completion): Handle optional
5892 parameter PREDICATE.
5893 (tramp-find-default-method): Add code for default values.
5894
5895 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
5896
5897 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
5898 make gud-go send "continue".
5899
5900 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
5901
5902 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
5903 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
5904
5905 2006-12-19 Kim F. Storm <storm@cua.dk>
5906
5907 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
5908 instead of global-map.
5909
5910 * files.el (magic-mode-alist): Allow matching file type by
5911 calling a function at bob. Check for image types by calling
5912 image-type-from-buffer. Suggested by Juanma Barranquero.
5913 (set-auto-mode): Do it.
5914
5915 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
5916
5917 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
5918 Remove "ControlMaster" option from the other `scp*' methods.
5919 (tramp-default-method): Check for ssh-agent before setting to `scp'.
5920
5921 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
5922
5923 * textmodes/org.el (org-mode): Show context after isearch.
5924 (org-show-siblings): New function.
5925 (org-show-context): Use `org-show-siblings'.
5926
5927 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
5928
5929 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
5930 Use syntax-ppss-toplevel-pos.
5931
5932 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
5933
5934 * textmodes/org.el (org-current-line): Make sure that lines are
5935 counted from beginning of buffer.
5936 (org-table-copy-region, org-table-paste-rectangle): Make sure that
5937 lines are counted from beginning of buffer.
5938
5939 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
5940
5941 * info.el (Info-build-node-completions): Signal error if tag-table
5942 marker is not found.
5943
5944 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
5945
5946 2006-12-17 Alan Mackenzie <acm@muc.de>
5947
5948 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
5949 speed) the case when open-paren-in-column-0-is-defun-start is nil.
5950 Based on code by Martin Rudalics.
5951
5952 * progmodes/cc-mode.el (c-basic-common-init): Don't set
5953 open-paren-in-column-0-is-defun-start to nil any more.
5954
5955 2006-12-17 Richard Stallman <rms@gnu.org>
5956
5957 * simple.el (delete-horizontal-space): Use prefix arg.
5958
5959 * help-fns.el (describe-variable): Improve blank separator lines.
5960
5961 * files.el (magic-mode-alist): Mark as risky.
5962
5963 * files.el (make-backup-file-name-1):
5964 Expand backup-directory explicitly.
5965
5966 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
5967
5968 * net/tramp.el (tramp-default-method): Before setting to "pscp",
5969 check whether package password.el is loaded, or Pageant is running.
5970
5971 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
5972
5973 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
5974 (icalendar--rris): First try Emacs, then XEmacs.
5975 (icalendar--convert-ical-to-diary): Doc fix.
5976 Insert newline at end of target file.
5977
5978 2006-12-17 Kim F. Storm <storm@cua.dk>
5979
5980 * outline.el (outline-isearch-open-invisible-function): New defvar.
5981 (outline-flag-region): Use it if non-nil for isearch-open-invisible
5982 overlay property instead of outline-isearch-open-invisible.
5983
5984 2006-12-16 Kim F. Storm <storm@cua.dk>
5985
5986 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
5987 if ido-directory-too-big is set on entry.
5988 (ido-toggle-ignore, ido-completion-help): Print message while
5989 reading big directory.
5990
5991 2006-12-15 Richard Stallman <rms@gnu.org>
5992
5993 * shell.el (shell): Doc fix.
5994
5995 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
5996
5997 * emulation/edt.el (edt-xserver):
5998 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
5999 to fix a problem on Cygwin.
6000
6001 * emulation/edt.el
6002 * emulation/edt-mapper.el
6003 * emulation/edt-lk201.el
6004 * emulation/edt-pc.el
6005 * emulation/edt-vt100.el: Update maintainer's email address.
6006
6007 2006-12-15 Simon Marshall <simon@gnu.org>
6008
6009 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
6010
6011 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6012
6013 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
6014 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
6015 instead of mac-atsu-font-table.
6016 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
6017
6018 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
6019
6020 * align.el (align-match-tex-pattern): Fix a rare bug which
6021 hanged Emacs.
6022
6023 2006-12-14 Richard Stallman <rms@gnu.org>
6024
6025 * startup.el (use-fancy-splash-screens-p): Use frame-height
6026 instead of window-height. Pass frame to image-size.
6027
6028 2006-12-13 Kenichi Handa <handa@m17n.org>
6029
6030 * international/mule-cmds.el (set-locale-environment):
6031 Set default-sendmail-coding-system too.
6032
6033 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
6034
6035 * progmodes/idlw-help.el: Fix copyright notice.
6036
6037 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
6038
6039 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
6040
6041 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
6042
6043 * subr.el (unread-command-char): Reformat obsolescence info.
6044
6045 2006-12-11 Richard Stallman <rms@gnu.org>
6046
6047 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
6048 about calls to cl-struct-setf-expander.
6049
6050 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
6051
6052 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
6053 (ediff-combination-pattern): Fix typo in docstring.
6054
6055 * textmodes/refer.el (refer-find-entry): Doc fix.
6056 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
6057 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
6058 Fix tipos in docstrings.
6059
6060 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
6061
6062 2006-12-10 Kim F. Storm <storm@cua.dk>
6063
6064 * ido.el (ido-init-completion-maps): Remap backward-kill-word
6065 instead of binding M-backspace.
6066
6067 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
6068
6069 * replace.el (replace-match-data, replace-match-maybe-edit):
6070 * calc/calc-aent.el (calc-eval-error):
6071 * emulation/vi.el (vi-char-argument):
6072 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
6073 (c-vsemi-status-unknown-p-fn): Doc fixes.
6074
6075 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
6076
6077 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
6078 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
6079
6080 2006-12-10 Masatake YAMATO <jet@gyve.org>
6081
6082 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
6083
6084 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
6085
6086 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
6087
6088 * man.el (Man-xref-button-action): New function. If the
6089 `Man-target-string' button property is a function, assume it
6090 accepts a position argument.
6091 (Man-abstract-xref-man-page): Use it.
6092 (Man-default-man-entry): New optional arg POS.
6093
6094 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
6095 symlink arrows read-only and non-rear-sticky.
6096
6097 2006-12-09 Martin Rudalics <rudalics@gmx.at>
6098
6099 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
6100 (wdired-search-and-rename): Simplify code.
6101 (wdired-preprocess-files, wdired-preprocess-perms): Make
6102 read-only property of preceding character rear-nonsticky to
6103 avoid that it can be modified. Put old-name and old-link
6104 properties on character preceding name and replace
6105 put-text-property by add-text-properties.
6106 (wdired-get-filename, wdired-get-previous-link): Get old-name
6107 and old-link properties from character preceding name and
6108 simplify code.
6109 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
6110 (wdired-perms-to-number): Make local-map property
6111 rear-nonsticky to avoid that text following permissions may be
6112 modified. Use add-text-properties instead of put-text-property
6113 when changing a permission bit.
6114 (wdired-change-to-dired-mode): Remove stickiness properties.
6115
6116 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
6117
6118 * international/mule-cmds.el (register-input-method): Doc fix.
6119
6120 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
6121
6122 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
6123
6124 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6125
6126 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
6127 Force buffer local defs evaluation on local variables loading.
6128 (flyspell-mode-on, flyspell-mode-off): Use it in
6129 `hack-local-variables-hook'.
6130
6131 2006-12-09 Eli Zaretskii <eliz@gnu.org>
6132
6133 * emacs-lisp/find-func.el (find-variable): Doc fix.
6134
6135 * help-fns.el (variable-at-point): Doc fix.
6136
6137 * w32-fns.el (w32-append-code-lines): New function.
6138
6139 2006-12-09 Romain Francoise <romain@orebokech.com>
6140
6141 * comint.el (comint-insert-input): Delete obsolete comment.
6142
6143 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
6144
6145 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
6146 current frame, in case we're connected to several displays.
6147
6148 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
6149
6150 * frame.el (other-frame): Doc fix.
6151 (set-frame-parameter): Fix typo in docstring.
6152
6153 2006-12-07 Kim F. Storm <storm@cua.dk>
6154
6155 * info.el (Info-index): Strip leading colon from topic.
6156
6157 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
6158
6159 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
6160 to pointers.
6161
6162 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
6163
6164 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
6165 Trim out spurious class inheritance "None" entries.
6166
6167 2006-12-05 Kim F. Storm <storm@cua.dk>
6168
6169 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
6170 (cua-paste-pop): Rework last change for
6171 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
6172 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
6173 text inserted by the last M-y command.
6174
6175 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6176
6177 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
6178 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
6179
6180 * shell.el (shell): Search the start file in ~/.emacs.d as
6181 `init_SHELLNAME.sh' instead.
6182
6183 2006-12-05 Glenn Morris <rgm@gnu.org>
6184
6185 * progmodes/cperl-mode.el (cperl-mode)
6186 * progmodes/f90.el (f90-mode-abbrev-table)
6187 * progmodes/fortran.el (fortran-mode-abbrev-table)
6188 * progmodes/octave-mod.el (octave-abbrev-table)
6189 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
6190 if abbrev-table is non-nil (saved user abbrevs may have been restored).
6191
6192 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
6193 clear abbrev table, else saved abbrevs will not be restored.
6194
6195 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
6196
6197 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
6198 the call to `make-obsolete-variable', not in the docstring.
6199
6200 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
6201
6202 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
6203
6204 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6205
6206 * progmodes/ebnf-abn.el:
6207 * progmodes/ebnf-bnf.el:
6208 * progmodes/ebnf-dtd.el:
6209 * progmodes/ebnf-ebx.el:
6210 * progmodes/ebnf-iso.el:
6211 * progmodes/ebnf-otz.el:
6212 * progmodes/ebnf-yac.el:
6213 * progmodes/ebnf2ps.el:
6214 * delim-col.el:
6215 * printing.el:
6216 * ps-bdf.el:
6217 * ps-mule.el:
6218 * ps-print.el: Remove 'Time-stamp' comment mark.
6219
6220 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
6221 'easy-menu-add-item' when called in Emacs 21 or higher.
6222
6223 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
6224
6225 * progmodes/ada-xref.el (ada-check-current): Doc fix.
6226 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
6227
6228 2006-12-04 Kim F. Storm <storm@cua.dk>
6229
6230 * bindings.el (global-map): Bind [signal t] to ignore, to have
6231 user signals ignored by default.
6232
6233 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
6234
6235 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
6236 Unicode data file pointed to by `describe-char-unicodedata-file'.
6237
6238 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
6239
6240 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
6241 O(n^2) regexp-search by anchoring the search.
6242
6243 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
6244
6245 * whitespace.el (whitespace-cleanup-internal): Use current
6246 argument for recursive call.
6247
6248 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
6249
6250 * net/tramp.el (tramp-methods): Add "ControlPath" and
6251 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
6252 Andreas Schwab <schwab@suse.de>.
6253 (tramp-do-copy-or-rename-file-out-of-band)
6254 (tramp-open-connection-rsh): Compute format spec for ?t.
6255 (tramp-process-actions): Trace command parameters.
6256
6257 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
6258
6259 * simple.el (toggle-truncate-lines): Clarify doc string.
6260
6261 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
6262 (gdb-speedbar-expand-node): Use it.
6263
6264 2006-12-04 Richard Stallman <rms@gnu.org>
6265
6266 * progmodes/python.el (python-indent): Add safe-local-variable prop.
6267
6268 * dired.el (dired-revert): Turn off dired-after-readin-hook
6269 around call to dired-readin.
6270
6271 * menu-bar.el (menu-bar-make-toggle): Add "globally"
6272 to echo area messages.
6273 <indicate-empty-lines, case-fold-search>:
6274 Add "globally" to Help string.
6275 <case-fold-search>: MESSAGE arg need not say "globally".
6276 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
6277
6278 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
6279
6280 * outline.el (outline-end-of-subtree): Don't leave an empty
6281 line hidden as we would a real next heading.
6282
6283 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
6284
6285 * allout.el (allout-ascend): Add an optional argument to preserve
6286 original position of point when unsuccessful. Also, fix a
6287 docstring error.
6288 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
6289 work again, using allout-ascend's new option.
6290 (allout-setup-mode-map): Extract from allout-mode to initialize
6291 allout-mode-map. Call it on file load, so the mode docstring
6292 substitutions work even if allout mode has not yet been invoked.
6293 (allout-mode): Use new allout-setup-mode-map to track any keybinding
6294 customizations since the map was last processed. Also, refine the
6295 docstring so it's ship-shape for release.
6296 (allout-default-layout, allout-beginning-of-line-cycles)
6297 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
6298 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
6299 (allout-version, allout-layout, allout-infer-body-reindent)
6300 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
6301 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
6302 (allout-previous-heading, allout-goto-prefix-doublechecked)
6303 (allout-current-bullet-pos, allout-next-sibling-leap)
6304 (allout-pre-command-business, allout-encrypted-type-prefix)
6305 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
6306 (allout-rebullet-topic, allout-rebullet-topic-grunt)
6307 (allout-flag-region, allout-expose-topic, allout-expose-topic)
6308 (allout-old-expose-topic, allout-listify-exposed)
6309 (allout-process-exposed, allout-latex-verb-quote)
6310 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
6311 (allout-toggle-current-subtree-encryption)
6312 (allout-toggle-subtree-encryption, allout-bullet-isearch):
6313 Remove extraneous open-paren and close paren string escapes.
6314
6315 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
6316
6317 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
6318 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
6319 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
6320 Fix typos in docstrings.
6321
6322 2006-12-03 Glenn Morris <rgm@gnu.org>
6323
6324 * progmodes/cc-align.el
6325 * progmodes/cc-awk.el
6326 * progmodes/cc-cmds.el
6327 * progmodes/cc-compat.el
6328 * progmodes/cc-defs.el
6329 * progmodes/cc-engine.el
6330 * progmodes/cc-langs.el
6331 * progmodes/cc-menus.el
6332 * progmodes/cc-mode.el
6333 * progmodes/cc-styles.el
6334 * progmodes/cc-vars.el
6335 * progmodes/vhdl-mode.el: Fix Copyright format.
6336
6337 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
6338
6339 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
6340 initial down event.
6341
6342 2006-12-02 Kim F. Storm <storm@cua.dk>
6343
6344 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
6345 (cua-repeat-replace-region): Make M-v more robust.
6346 (cua-paste-pop-rotate-temporarily): New defcustom.
6347 (cua-paste-pop): Use it.
6348 (cua-auto-mark-last-change): New defcustom.
6349 (cua-pop-to-last-change): New helper function.
6350 (cua-set-mark): Use them.
6351
6352 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
6353
6354 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
6355 mini-buffer message.
6356
6357 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
6358
6359 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
6360
6361 2006-12-01 Ben North <ben@redfrontdoor.org>
6362
6363 * paren.el: Fix the highlight overlay extension when the user types a
6364 sequence of char very fast just before the open parenthesis.
6365
6366 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6367
6368 * ps-mule.el: Eliminate Emacs 20 compatibility.
6369
6370 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
6371 (ps-print-version): New version 6.7.
6372 (ps-print-quote): Replace '?\ ' by '?\s'.
6373
6374 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
6375
6376 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
6377 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
6378 (hexl-end-of-1k-page): Doc fixes.
6379 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
6380 Fix typos in docstrings.
6381
6382 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6383
6384 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
6385 locally, i.e. without using file name handlers.
6386 (ido-read-internal): Allow mono letter host names, avoiding the
6387 `c:' problem by testing if the file exists locally.
6388 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
6389
6390 2006-11-30 Masatake YAMATO <jet@gyve.org>
6391
6392 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
6393 to avoid bytecomp warnings.
6394 (hexl-mode-old-ruler-function): New variable.
6395 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
6396 and `hl-line-range-function' after `require' hl-line.
6397 Then bind `hl-line-range-function' and `hl-line-face'.
6398 Don't require frame. Don't use `with-no-warnings'.
6399 (hexl-activate-ruler): Store the original value of
6400 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
6401 (hexl-mode-exit): Restore the original value of
6402 `ruler-mode-ruler-function'.
6403
6404 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
6405
6406 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
6407 (hexl-mode-old-hl-line-face): New variable.
6408 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
6409 line when exit from the hexl-mode.
6410
6411 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
6412
6413 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
6414 Doc fixes.
6415
6416 * international/fontset.el (create-fontset-from-ascii-font)
6417 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
6418 (fontset-name-p): Fix typo in docstring.
6419
6420 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
6421
6422 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6423
6424 * ps-bdf.el: Fix maintainer email.
6425
6426 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
6427 compatibility.
6428
6429 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
6430 21 compatibility.
6431 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
6432 Emacs 20 & 21.
6433
6434 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
6435
6436 * progmodes/idlwave.el (idlwave-auto-fill):
6437 Remove paragraph-start let to prevent auto-fill giving up.
6438
6439 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
6440
6441 * vt100-led.el (led-state): Fix typo in previous change.
6442
6443 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
6444
6445 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6446 Fix interactive spec of the functions getting defined to make them
6447 work as documented.
6448
6449 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
6450
6451 * startup.el (fancy-splash-screens): Hide initial splash buffer.
6452
6453 2006-11-28 Kim F. Storm <storm@cua.dk>
6454
6455 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
6456 icomplete-mode is enabled.
6457
6458 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
6459
6460 * textmodes/org.el (require): Require gnus-sum during compilation
6461 to avoid problem with a macro call.
6462
6463 2006-11-28 Glenn Morris <rgm@gnu.org>
6464
6465 * emacs-lisp/authors.el (authors-aliases): Add new alias.
6466
6467 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
6468 (fortran-window-create-momentarily): Do not need string-to-char.
6469
6470 2006-11-28 Richard Stallman <rms@gnu.org>
6471
6472 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
6473 Replace incorrect use of assoc-default with a loop.
6474
6475 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
6476
6477 * simple.el (next-error-find-buffer): Improve messages.
6478
6479 * files.el (revert-buffer): Special error message if file
6480 is now not readable.
6481
6482 * facemenu.el (facemenu-add-new-face): Improve doc strings of
6483 constructed commands.
6484
6485 * comint.el (comint-exec-1): Provide Emacs version and `comint'
6486 in INSIDE_EMACS.
6487
6488 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
6489
6490 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
6491
6492 * server.el: Remove spurious * in docstrings.
6493 (server-process-filter): Exit from recursive editing before processing
6494 a new request.
6495
6496 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
6497
6498 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
6499 line so hidden blocks will be correctly identified.
6500
6501 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
6502
6503 * ledit.el (ledit-save-defun, ledit-mode):
6504 * resume.el (resume-emacs-args-buffer):
6505 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
6506 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
6507 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
6508 (command-send-input, command-kill-line):
6509 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
6510
6511 * autoarg.el (autoarg-kp-mode): Doc fix.
6512
6513 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
6514 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
6515 (check-emacs-lock): Doc fix. Simplify.
6516
6517 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
6518 (iimage-mode-buffer): Fix typos in docstring.
6519
6520 * misc.el (zap-up-to-char): Doc fix.
6521
6522 * time-stamp.el: Fix comment and obsolescence string for old
6523 functions. Use `dolist' instead of `while'.
6524
6525 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
6526
6527 * disp-table.el (standard-display-8bit, standard-display-default):
6528 * ebuff-menu.el (electric-buffer-list):
6529 * ehelp.el (electric-help-command-loop):
6530 * font-core.el (font-lock-mode):
6531 * help-macro.el (make-help-screen):
6532 * help.el (describe-minor-mode-completion-table-for-indicator)
6533 (lookup-minor-mode-from-indicator):
6534 * indent.el (tab-to-tab-stop, move-to-tab-stop):
6535 * info-look.el (info-lookup-guess-custom-symbol):
6536 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
6537 * longlines.el (longlines-wrap-line):
6538 * macros.el (insert-kbd-macro):
6539 * menu-bar.el (menu-bar-update-buffers):
6540 * misc.el (copy-from-above-command):
6541 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
6542 * newcomment.el (comment-indent):
6543 * novice.el (disabled-command-function):
6544 * sort.el (sort-fields-syntax-table):
6545 * subr.el (momentary-string-display):
6546 * tar-mode.el (tar-header-block-summarize)
6547 (tar-clear-modification-flags):
6548 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
6549 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
6550 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
6551 (te-delete-char, te-down-vertically-or-scroll):
6552 * time-stamp.el (time-stamp-string-preprocess):
6553 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
6554
6555 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
6556
6557 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
6558 in GUD mode.
6559
6560 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
6561 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
6562
6563 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6564
6565 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
6566
6567 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
6568
6569 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
6570 (ada-compile-goto-error): Adapt to new argument profile of
6571 compilation-goto-locus in Emacs 22. Don't check if the various
6572 compile functions are defined; we already do "(require 'compile)".
6573
6574 2006-11-26 Kim F. Storm <storm@cua.dk>
6575
6576 * kmacro.el: Fix commentary.
6577
6578 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
6579
6580 * progmodes/gud.el (gdb): Explain how to run in text command mode
6581 more clearly. Say in error message that multiple debugging
6582 requires restarting GDB.
6583
6584 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
6585
6586 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
6587
6588 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
6589
6590 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
6591 (flymake-popup-menu): Use it instead of posn-at-point.
6592
6593 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6594
6595 * progmodes/cc-vars.el (c-backslash-column):
6596 Mention c-backslash-max-column in documentation for c-backslash-column.
6597
6598 2006-11-24 Lars Hansen <larsh@soem.dk>
6599
6600 * net/tramp.el (tramp-default-method): Under Windows, change from
6601 plink to pscp.
6602 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
6603 (tramp-actions-copy-out-of-band):
6604 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
6605 (tramp-action-out-of-band): Move "Permission denied" handling to
6606 tramp-action-copy-failed.
6607 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
6608 process buffer.
6609
6610 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
6611
6612 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
6613 strings to a single string. Quote `errors-file-name'.
6614 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
6615 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
6616 Adjust calls. Use `shell-quote-argument'.
6617
6618 * international/mule.el (load-with-code-conversion)
6619 (with-category-table): Use with-current-buffer.
6620 (after-insert-file-set-coding): Use restore-buffer-modified-p.
6621
6622 2006-11-24 Eli Zaretskii <eliz@gnu.org>
6623
6624 * mail/smtpmail.el (smtpmail-send-it):
6625 Copy buffer-file-coding-system from the mail buffer. Possibly add a
6626 MIME header for the message encoding.
6627 Bind coding-system-for-write around the call to mail-do-fcc.
6628 Use smtpmail-code-conv-from to encode queued mail messages.
6629
6630 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
6631
6632 * tabify.el (tabify-regexp): Doc fix.
6633
6634 * net/rcirc.el (rcirc-buffer-maximum-lines):
6635 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
6636
6637 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
6638 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
6639 Fix typos in output messages.
6640 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
6641
6642 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
6643
6644 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
6645 the horse's mouth.
6646 (hexlify-buffer): Don't re-encode an arg that's already encoded.
6647
6648 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
6649
6650 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
6651 Remove condition-case.
6652
6653 2006-11-23 Glenn Morris <rgm@gnu.org>
6654
6655 * progmodes/f90.el (f90-comment-indent): Do not move point in
6656 default case.
6657
6658 2006-11-21 Romain Francoise <romain@orebokech.com>
6659
6660 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
6661 from library name (reverts change of 2005-10-25).
6662
6663 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
6664
6665 * tutorial.el (tutorial--default-keys): Add newline and
6666 delete-backward-char bindings.
6667 (tutorial--detailed-help): Save excursion when finding keys.
6668 Correct warning string for M-x FOO case.
6669 (tutorial--display-changes): Print special keys in tutorial style.
6670 Tweak search regexp for changed keys.
6671
6672 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
6673
6674 * thingatpt.el (thing-at-point-url-at-point): Don't add a
6675 redundant scheme.
6676
6677 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
6678
6679 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
6680 are new to the list at IANA. Also added irc, mms, mmsh.
6681
6682 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
6683
6684 * progmodes/idlw-help.el (idlwave-html-help-location):
6685 Fail gracefully for missing help packages.
6686 (idlwave-help-assistant-open-link): Open full links.
6687 (idlwave-help-assistant-help-with-topic): Direct help link.
6688
6689 * progmodes/idlwave.el (idlwave-mode):
6690 Set add-log-current-defun-function.
6691 (idlwave-current-routine-fullname): Add, to support add-log.
6692 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
6693 to reflect improvements to xml-parse-file.
6694 (idlwave-mode-menu-def): New binding for help-with-topic.
6695
6696 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
6697 Handle extra newlines and spaces.
6698 (idlwave-shell-mode-map): Add help-with-topic.
6699
6700 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
6701
6702 * tutorial.el (tutorial-warning-face): New face.
6703 (tutorial--detailed-help, tutorial--display-changes): Use it.
6704 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
6705 Improve search pattern for occurrences of changed keys.
6706
6707 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6708
6709 * term/x-win.el (x-last-cut-buffer-coding): New variable.
6710 (x-select-text): Set it.
6711 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
6712 when checking for newness.
6713
6714 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
6715
6716 * subr.el (posn-image):
6717 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
6718
6719 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
6720
6721 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6722
6723 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
6724 Exceptions to the rule "add a space between an identifier and an
6725 opening parenthesis". Defaulted to the `#define' problem of cpp.
6726 (glasses-parenthesis-exception-p): New. Check if the region is an
6727 exception regarding to that.
6728 (glasses-make-readable): Use it.
6729 (glasses-convert-to-unreadable): Ditto. Modify the file also if
6730 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
6731
6732 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
6733
6734 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
6735
6736 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
6737
6738 * progmodes/ada-mode.el (ada-make-body): Fix typo.
6739
6740 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
6741 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
6742
6743 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
6744
6745 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
6746 conditions for function or variable bindings.
6747
6748 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
6749
6750 * progmodes/compile.el (compilation-start): Ditto.
6751
6752 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
6753
6754 * net/tramp.el (top): cl and custom are always required.
6755
6756 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6757
6758 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
6759 cut-buffers with next-selection-coding-system if not nil.
6760
6761 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
6762
6763 * textmodes/org.el (org-fix-decoded-time): New function.
6764 (org-display-custom-time): Use `org-fix-decoded-time'.
6765
6766 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
6767
6768 * menu-bar.el (menu-bar-games-menu): Remove yow.
6769
6770 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
6771
6772 * textmodes/org.el (org-scan-tags): Re-align code fixed.
6773 (org-detach-overlay): Rename from `org-detatch-overlay'.
6774 (org-table-convert-region): Insert space after column separator.
6775 (org-agenda-kill): New command.
6776 (org-metaleft): Call `org-outdent-item' on bullets.
6777 (org-metaright): Call `org-indent-item' on bullets.
6778 (org-timestamp-change): Set `org-last-changed-timestamp'.
6779 (org-current-line): Make sure (bolp) returns correct result.
6780 (org-agenda-change-all-lines): Make sure TODO are highlighted.
6781
6782 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
6783
6784 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
6785
6786 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
6787
6788 * mouse.el (global-map): Change 2006-08-16 fix to call
6789 mouse-yank-at-click explicitly, since mouse events are not carried
6790 over into keyboard macros.
6791
6792 2006-11-16 Kim F. Storm <storm@cua.dk>
6793
6794 * ido.el (ido-file-internal): Use current buffer's file name as default
6795 choice for ido-find-alternate-file. Suggested by Matt Hodges.
6796
6797 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
6798
6799 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
6800 (allout-inhibit-aberrance-doublecheck): Rename from
6801 allout-during-yank-processing. All callers changed.
6802 (allout-ascend): Provide for unusual case where some topic after
6803 the first in file is at lower depth than the first.
6804 (allout-shift-in): Ensure the offspring of the new containing
6805 topic are exposed.
6806 (allout-encrypt-string): Preserve the coding-system of the text,
6807 according to that of the containing buffer.
6808 (allout-toggle-subtree-encryption): When the text being encrypted
6809 requires a different coding system, offer to preserve the coding
6810 system using a file local var.
6811
6812 2006-11-15 Simon Marshall <simon@gnu.org>
6813
6814 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
6815 to recognise "T t()" as a function declaration, rather than a
6816 variable instantiation, iff at the top-level or inside a class
6817 declaration. Suggested by Feng Li <fengli@gmail.com>.
6818
6819 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
6820
6821 * progmodes/ada-xref.el (ada-parse-prj-file):
6822 Don't delete project buffer; user may want to edit it.
6823 (ada-xref-set-project-field, ada-xref-current-project-file)
6824 (ada-xref-current-project, ada-show-current-project)
6825 (ada-set-main-compile-application): New functions.
6826 (ada-xref-get-project-field, ada-require-project-file):
6827 Normalize use of ada-prj-default-project-file.
6828 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
6829 Normalize use of ada-require-project-file.
6830 (ada-prj-find-prj-file): Improve doc string, comments.
6831
6832 * progmodes/ada-mode.el (ada-mode-version): Bump version.
6833 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
6834 (ada-create-menu): Add ada-set-main-compile-application,
6835 ada-show-current-main, ada-show-current-project.
6836
6837 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6838
6839 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
6840 (inferior-python-mode): Use it.
6841
6842 2006-11-14 Andreas Schwab <schwab@suse.de>
6843
6844 * term/xterm.el (terminal-init-xterm): Add more key bindings.
6845
6846 2006-11-13 Kim F. Storm <storm@cua.dk>
6847
6848 * ido.el (ido-copy-current-word): C-o copies region if active.
6849
6850 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
6851
6852 * textmodes/org.el (org-emph-face): Fix typo in variable name.
6853
6854 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
6855
6856 * ediff.el (ediff-revision):
6857 * files.el (set-visited-file-name):
6858 * mail/rmailout.el (rmail-output-body-to-file):
6859 Use `format', not `message', in `y-or-n-p' call.
6860
6861 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
6862
6863 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
6864 (org-metaright): Call `org-indent-item' on bullets.
6865 (org-timestamp-change): Set `org-last-changed-timestamp'.
6866 (org-current-line): Make sure (bolp) returns correct result.
6867 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
6868
6869 2006-11-12 Richard Stallman <rms@gnu.org>
6870
6871 * language/european.el (turkish-case-conversion-enable)
6872 (turkish-case-conversion-disable): New functions.
6873 ("Turkish" lang env): Use them.
6874
6875 * international/characters.el (case table):
6876 Do nothing special for i and I.
6877
6878 * subr.el (remove-overlays): Fix last change.
6879
6880 * cus-edit.el (custom-save-all): Use find-file-visit-truename
6881 for visiting the custom file.
6882
6883 2006-11-12 Markus Triska <triska@gmx.at>
6884
6885 * play/handwrite.el (handwrite): Also process lines not ending
6886 with newline. Replace some position-fiddling with different
6887 logic. Improve performance.
6888
6889 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
6890
6891 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
6892 replacing deleted variable `ada-check-switch'.
6893 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
6894 (ada-xref-project-files): Improve doc string.
6895 (ada-find-executable): New function.
6896 (ada-initialize-runtime-library): Use `ada-find-executable'.
6897 (ada-xref-set-default-prj-values): In compile commands, don't need
6898 `ada-cd-command'; `compile' does that more portably.
6899 Use ada-prj-default-check-cmd.
6900 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
6901 properties if not specified in project file.
6902 (ada-goto-declaration): Display useful message for new error
6903 'error-file-not-found.
6904 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
6905 'error-file-not-found.
6906 (ada-get-all-references): Match latest ali syntax. Signal new
6907 error 'error-file-not-found.
6908 (ada-find-in-ali): Match latest ali syntax.
6909 (ada-make-filename-from-adaname): Handle different semantics of
6910 gnatkr in GNAT 3.15p vs later.
6911
6912 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
6913 ada-procedure-start-regexp.
6914 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
6915
6916 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
6917 with defvar.
6918 (ada-language-version): Rename ada05 -> ada2005.
6919 (ada-align-region-separate): Add `eval-when-compile'.
6920 (ada-name-regexp): Remove unneeded escapes in regexp character
6921 alternative.
6922 (ada-compile-goto-error-file-linenr-re): New constant.
6923 (ada-matching-start-re): Handle additional cases `declare',
6924 `procedure', `function'.
6925 (ada-compile-goto-error): Handle "... at line nn".
6926 (ada-mode): Clearer syntax, comments for ff-special-constructs.
6927 Delete support for old versions of `align'.
6928 (ada-search-prev-end-stmt): Handle additional keyword `private'.
6929 (ada-check-defun-name): Simplify handling of `declare'.
6930 (ada-goto-matching-start): Handle nested `begin ... end'.
6931 Handle `declare', `protected', `procedure', `function'.
6932 (ada-create-menu): Presence of arm95 is not conditional on using
6933 GNAT compiler.
6934
6935 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
6936
6937 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
6938 nil in the *RE-Builder* buffer (it causes spurious error messages).
6939
6940 * server.el (server-visit-files): If `minibuffer-auto-raise' has
6941 been set to t, respect it.
6942
6943 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
6944
6945 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
6946 Delete commented out code for old Emacs versions. Autoloading of
6947 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
6948 (ada-mode-version): Bump version number.
6949 (ada-95-string-keywords, ada-2005-string-keywords)
6950 (ada-2005-keywords, ada-name-regexp): New constant.
6951 (ada-language-version, ada-procedure-start-regexp, ada-mode)
6952 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
6953 (ada-package-start-regexp): Support private packages, include package
6954 name (for ada-set-point-accordingly).
6955 (ada-next-procedure, ada-previous-procedure)
6956 (ada-which-function-are-we-in): Match changes to
6957 ada-procedure-start-regexp.
6958 (ada-make-body): Make non-interactive; not a user function.
6959 (ada-make-subprogram-body): Improve doc string.
6960
6961 2006-11-11 Romain Francoise <romain@orebokech.com>
6962
6963 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
6964 `compilation-error-regexp-alist' buffer-local, since we changed
6965 `compilation-error-regexp-alist-alist' locally.
6966
6967 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
6968
6969 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
6970 to the value of `server-raise-frame'.
6971
6972 2006-11-11 Glenn Morris <rgm@gnu.org>
6973
6974 * ido.el (ido-enable-prefix)
6975 * ses.el (ses-call-printer-return)
6976 * net/tramp.el (tramp-unified-filenames)
6977 * progmodes/cc-align.el (c-lineup-string-cont)
6978 * progmodes/compile.el (compilation-directory-matcher)
6979 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
6980 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
6981 (vhdl-clock-rising-edge)
6982 * textmodes/org.el (org-export-with-timestamps)
6983 (org-export-remove-timestamps-from-toc)
6984 (org-export-with-tags): Improve previous doc fixes.
6985
6986 2006-11-11 Richard Stallman <rms@gnu.org>
6987
6988 * textmodes/flyspell.el (flyspell-mode-map):
6989 Bind C-c $ instead of M-RET.
6990
6991 2006-11-10 Simon Marshall <simon@gnu.org>
6992
6993 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
6994 fontification for "case" and "default" keywords.
6995
6996 2006-11-10 Andreas Schwab <schwab@suse.de>
6997
6998 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
6999 Avoid starting sentence with "nil".
7000
7001 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
7002
7003 * server.el (server-raise-frame): New option.
7004 (server-switch-buffer): Use it.
7005
7006 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
7007
7008 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
7009 with a capital.
7010
7011 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
7012
7013 * textmodes/org.el (org-show-hierarchy-above)
7014 (org-show-following-heading): Fix typo in default value.
7015 (org-scan-tags): Make the search case-sensitive.
7016 (org-tags-sparse-tree): Don't overrule
7017 `org-show-following-heading' and `org-show-hierarchy-above'.
7018 (org-reveal): New command.
7019 (org-show-context): Rename from `org-show-hierarchy-above'.
7020 (org-fast-tag-selection-single-key): New option.
7021 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
7022 (org-tags-overlay): New variable.
7023 (org-agenda-todo-ignore-deadlines): New option.
7024 ("session"): Add circular data structure `org-mark-ring' to
7025 exceptions list in session.el.
7026 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
7027 New options.
7028 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
7029 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
7030 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
7031 (org-finalize-agenda): Activate bracket links in agenda.
7032 (org-at-timestamp-p, org-at-date-range-p): Additional argument
7033 INACTIVE-OK.
7034 (org-show-hierarchy-above, org-show-following-heading):
7035 List values allowed for fine-tuned configuration.
7036 (org-show-hierarchy-above): New argument CONTEXT, use the
7037 fine-tuned settings in `org-show-hierarchy-above' and
7038 `org-show-following-heading'.
7039 (org-display-custom-time): New function.
7040 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
7041 (org-display-custom-times, org-time-stamp-custom-formats):
7042 (org-maybe-intangible): New macro.
7043 (org-activate-bracket-links, org-hide-wide-columns):
7044 Use `org-maybe-intangible'.
7045 (org-open-file): Use `shell-quote-argument'.
7046 (org-display-internal-link-with-indirect-buffer): New option.
7047 (org-file-remote-p): Get regexp from list.
7048 (org-link-expand-abbrev): New function.
7049 (org-link-abbrev-alist): New option.
7050 (org-open-at-point, org-cleaned-string-for-export):
7051 Call `org-link-expand-abbrev'.
7052 (org-timeline, org-agenda-list, org-todo-list)
7053 (org-tags-view): Remove the KEEP-MODES argument.
7054 (org-finalize-agenda-hook): New hook.
7055 (org-get-alist-option): New function.
7056 (org-follow-timestamp-link): New function.
7057 (org-open-at-point): Call `org-follow-timestamp-link'.
7058 (org-log-note-marker, org-log-note-purpose)
7059 (org-log-note-window-configuration): New variables.
7060 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
7061 (org-log-note-headings): New option.
7062 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
7063 (org-store-link): Support for dired-mode.
7064 (org-open-file): Substitute environment variables into filename.
7065 (org-last): New defsubst.
7066 (org-agenda-re-align-tags): New function.
7067 (org-agenda-align-tags-to-column): New option.
7068 (org-agenda-timeline): Group removed.
7069 (org-prepare-agenda, org-prepare-agenda-buffers)
7070 (org-run-agenda-series, org-timeline, org-agenda-list)
7071 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
7072 the text property inticating the agenda type.
7073 (org-agenda-post-command-hook): Get agenda type from text property
7074 at point.
7075 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
7076 and obey `org-agenda-overriding-arguments'.
7077 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
7078 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7079 (org-agenda-week-view, org-agenda-day-view):
7080 Use `org-agenda-overriding-arguments' to make updating work with
7081 multi-block agendas.
7082 (org-agenda-prefix-format): Allow different formats for the
7083 different agenda entry types.
7084 (org-timeline-prefix-format): Option removed, use
7085 `org-agenda-prefix-format' instead.
7086 (org-prepare-agenda): New function.
7087 (org-select-timeline-window): Option removed, use
7088 `org-select-agenda-window' instead.
7089 (org-respect-restriction): Variable removed.
7090 (org-cmp-tag): New function.
7091 (org-agenda-sorting-strategy, org-entries-lessp):
7092 Implement sorting by last tag.
7093 (org-complete): Better completion in in-buffer option lines.
7094 (org-in-item-p): New function.
7095 (org-org-menu): Add entries for checkboxes.
7096 (org-cycle): Extra brouping in outline-regexp, because it is used
7097 in a search with "^" prepended.
7098 (org-provide-checkbox-statistics): New option.
7099 (org-set-font-lock-defaults): Highlight checkbox statistics.
7100 (org-update-checkbox-count-maybe)
7101 (org-get-checkbox-statistics-face): New functions.
7102 (org-update-checkbox-count): New command.
7103 (org-insert-item, org-toggle-checkbox):
7104 Call `org-update-checkbox-count-maybe'.
7105 (org-export-as-html): XEmacs compatibility for coding system.
7106 (org-force-cycle-archived): New command.
7107 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
7108 overrules cycling.
7109 (org-fix-position-after-promote): If the line contains only a todo
7110 keyword, add a final space.
7111 (org-promote-subtree, org-demote-subtree):
7112 Call `org-fix-position-after-promote'.
7113
7114 2006-11-10 Glenn Morris <rgm@gnu.org>
7115
7116 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
7117 date in every year.
7118 (calendar-dst-check-each-year-flag): New customizable variable.
7119 (calendar-dst-find-data): New function, extracted from
7120 calendar-current-time-zone.
7121 (calendar-current-time-zone): Use calendar-dst-find-data.
7122 (calendar-dst-transition-cache): New variable.
7123 (calendar-dst-find-startend, calendar-dst-starts)
7124 (calendar-dst-ends): New functions.
7125 (calendar-daylight-savings-starts)
7126 (calendar-daylight-savings-ends): Change value to use
7127 calendar-dst-starts, calendar-dst-ends; respectively.
7128
7129 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
7130
7131 * ido.el (ido-enable-prefix)
7132 * ses.el (ses-call-printer-return)
7133 * net/tramp.el (tramp-unified-filenames)
7134 * progmodes/cc-align.el (c-lineup-string-cont)
7135 * progmodes/compile.el (compilation-directory-matcher)
7136 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
7137 * progmodes/gdb-ui.el (gdb-many-windows)
7138 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
7139 (vhdl-clock-rising-edge)
7140 * textmodes/org.el (org-export-with-timestamps)
7141 (org-export-remove-timestamps-from-toc, org-export-with-tags)
7142 (org-read-date): Doc fix (Nil -> nil).
7143
7144 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7145
7146 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
7147 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
7148
7149 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
7150
7151 * bs.el (bs--window-for-buffer): Remove.
7152 (bs--show-with-configuration): Use `get-window-with-predicate'
7153 instead of `bs--window-for-buffer'.
7154
7155 2006-11-10 Kenichi Handa <handa@m17n.org>
7156
7157 * files.el (revert-buffer): Fix previous change.
7158
7159 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
7160
7161 * bs.el (bs--redisplay): Fix typo in docstring.
7162 (bs--window-config-coming-from): Make frame-local.
7163 (bs--restore-window-config): New function.
7164 (bs-kill, bs-select, bs-select-other-window)
7165 (bs-select-other-frame): Use it.
7166 (bs--window-for-buffer): Return as soon as a matching buffer is found.
7167 (bs--show-with-configuration): Save the window configuration as a
7168 frame local var, and only if *buffer-selection* is not already
7169 visible on this frame.
7170
7171 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
7172
7173 * vc-svn.el (vc-svn-admin-directory): New var.
7174 (vc-svn-registered, vc-svn-responsible-p)
7175 (vc-svn-repository-hostname): Use it.
7176 Suggested by arit93@yahoo.com.
7177
7178 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7179
7180 * ldefs-boot.el: Regenerate.
7181
7182 2006-11-08 Alan Mackenzie <acm@muc.de>
7183
7184 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
7185 case (eq open-paren-in-column-0-is-defun-start nil) by searching
7186 for least nested open-paren.
7187
7188 2006-11-08 Romain Francoise <romain@orebokech.com>
7189
7190 * subr.el (remove-overlays): Fix typo in last change.
7191
7192 2006-11-08 Richard Stallman <rms@gnu.org>
7193
7194 * subr.el (remove-overlays): Call overlay-recenter.
7195
7196 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7197
7198 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
7199 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
7200 behaviour.
7201 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
7202 directly.
7203
7204 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7205
7206 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
7207 (ido-max-dir-file-cache, ido-decorations)
7208 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
7209 (ido-magic-backward-char, ido-enter-dired)
7210 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
7211 (ido-list-directory, ido-first-match, ido-only-match)
7212 (ido-subdir, ido-indicator): Fix typos in docstrings.
7213 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
7214 (ido-read-internal): Fix typo in error message.
7215
7216 2006-11-08 Kenichi Handa <handa@m17n.org>
7217
7218 * international/mule-cmds.el (set-default-coding-systems):
7219 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
7220
7221 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
7222
7223 * makefile.w32-in (setwins): Remove.
7224 (WINS_ALMOST): New macro.
7225 (WINS): Use it.
7226 (autoloads): Don't extract autoloads from files in obsolete/.
7227
7228 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
7229
7230 * whitespace.el (whitespace-buffer): Call remove-overlays after
7231 overlay-recenter for performance. Suggested by Martin Rudalics.
7232
7233 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
7234
7235 * net/tramp.el (tramp-default-method): scp is the default method.
7236
7237 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
7238
7239 * server.el (server-start): Save also the Emacs pid in the server file.
7240
7241 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
7242
7243 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
7244 point when displaying a bibtex cross reference in the echo area.
7245
7246 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
7247
7248 * international/mule.el (make-char): Fix typo in docstring.
7249 (load-with-code-conversion, charsetp): Doc fixes.
7250
7251 * international/ja-dic-cnv.el (skkdic-convert):
7252 * cus-edit.el (hook): Fix typo in docstring.
7253
7254 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
7255
7256 * cus-edit.el (custom-mode-map): Move defvar above code using it.
7257 (custom-mode-link-map): New variable.
7258 (custom-group-link, custom-manual): Use follow-link.
7259
7260 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7261
7262 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
7263 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
7264
7265 2006-11-06 Richard Stallman <rms@gnu.org>
7266
7267 * textmodes/flyspell.el (flyspell-correct-word-before-point):
7268 New function broken out of flyspell-correct-word.
7269 (flyspell-mode-map): Bind it to M-RET.
7270 (flyspell-correct-word): Call it.
7271
7272 * textmodes/fill.el (fill-minibuffer-function): New function.
7273 (fill-paragraph): Bind fill-paragraph-function to
7274 fill-minibuffer-function.
7275
7276 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
7277 so that they aren't undefined.
7278
7279 * dired.el (dired-readin): Locally bind file-name-coding-system.
7280
7281 * bindings.el: Shorten and clarify usual mode line mouse help string.
7282
7283 * Makefile.in (autoloads): Don't include `obsolete'.
7284
7285 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
7286
7287 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
7288 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
7289 Printing menu if it's not initialized.
7290 (pr-menu-bind): Act on menu-bar-file-menu directly.
7291
7292 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
7293
7294 * help.el (view-emacs-news): Fix typo in error message.
7295
7296 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
7297
7298 * shadowfile.el (shadow-define-regexp-group)
7299 (shadow-literal-groups, shadow-insert-var): Doc fixes.
7300 (shadow-read-files): Fix typo in message.
7301 (shadow-inhibit-overload, shadow-find, shadow-suffix)
7302 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
7303 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
7304 (shadow-file-match): Fix typos in docstrings.
7305
7306 * terminal.el (terminal-emulator): Fix typo in message.
7307
7308 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
7309
7310 * emacs-lisp/lselect.el (x-kill-primary-selection)
7311 (x-delete-primary-selection, x-copy-primary-selection):
7312 Fix typos in error messages.
7313
7314 * emulation/edt-mapper.el: Fix typo in interactive message.
7315
7316 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
7317
7318 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
7319 (ispell-help): Fix typos in docstrings.
7320 (ispell-help): Fix typo in output message.
7321
7322 * allout.el (allout-adjust-file-variable)
7323 (allout-passphrase-verifier-string)
7324 (allout-passphrase-hint-string)
7325 (allout-toggle-current-subtree-encryption):
7326 * apropos.el (apropos-synonyms):
7327 * cus-edit.el (hook):
7328 * emacs-lock.el (emacs-lock-from-exiting):
7329 * follow.el (follow-avoid-tail-recenter-p):
7330 * hexl.el (hexl-mode):
7331 * mouse-copy.el (mouse-copy-work-around-drag-bug):
7332 * mouse.el (mouse-set-font):
7333 * resume.el (resume-emacs-args-file):
7334 * rfn-eshadow.el (file-name-shadow-tty-properties):
7335 * t-mouse.el (t-mouse-process, t-mouse-mode):
7336 * emacs-lisp/cust-print.el (custom-print-install)
7337 (custom-print-uninstall, custom-format):
7338 * emacs-lisp/shadow.el (list-load-path-shadows):
7339 * emulation/tpu-edt.el (tpu-help-text)
7340 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
7341 (tpu-reset-control-keys):
7342 * emulation/vip.el (vip-emacs-local-map)
7343 (vip-change-mode-to-emacs):
7344 * emulation/viper.el (viper-mode, viper-set-hooks)
7345 (viper-major-mode-modifier-list):
7346 * emulation/viper-init.el (viper-emacs-state-cursor-color):
7347 * emulation/viper-keym.el (viper-emacs-kbd-map)
7348 (viper-toggle-key):
7349 * mail/feedmail.el (feedmail-queue-reminder)
7350 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
7351 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
7352 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
7353 (feedmail-sender-line, feedmail-force-binary-write)
7354 (feedmail-from-line, feedmail-deduce-envelope-from)
7355 (feedmail-x-mailer-line, feedmail-message-id-generator)
7356 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
7357 (feedmail-enable-spray, feedmail-spray-this-address)
7358 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
7359 (feedmail-queue-runner-confirm-global)
7360 (feedmail-ask-before-queue-prompt)
7361 (feedmail-ask-before-queue-reprompt)
7362 (feedmail-prompt-before-queue-standard-alist)
7363 (feedmail-prompt-before-queue-user-alist)
7364 (feedmail-prompt-before-queue-help-supplement)
7365 (feedmail-queue-use-send-time-for-message-id)
7366 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
7367 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
7368 (feedmail-mail-send-hook-queued)
7369 (feedmail-confirm-addresses-hook-example)
7370 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
7371 (feedmail-queue-runner-mode-setter)
7372 (feedmail-queue-alternative-mail-header-separator)
7373 (feedmail-queue-runner-message-sender)
7374 (feedmail-buffer-eating-function, feedmail-binmail-template)
7375 (feedmail-run-the-queue-no-prompts)
7376 (feedmail-run-the-queue-global-prompt)
7377 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
7378 (feedmail-envelope-deducer, feedmail-fiddle-date)
7379 (feedmail-default-message-id-generator)
7380 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
7381 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
7382 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
7383 (vms-pmail-setup):
7384 * play/dunnet.el (dun-help):
7385 * play/handwrite.el (handwrite):
7386 * play/hanoi.el (hanoi-unix-64):
7387 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
7388 * textmodes/enriched.el (fixed):
7389 * textmodes/org.el (org-file-apps)
7390 (org-emphasis-regexp-components, org-emphasis-alist):
7391 * textmodes/texinfmt.el (batch-texinfo-format):
7392 Fix typos in docstrings.
7393
7394 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
7395
7396 * loadhist.el (read-feature): Don't complete features not loaded
7397 from a file (which make `unload-feature' to fail).
7398
7399 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
7400
7401 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
7402
7403 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
7404
7405 * startup.el (command-line-1): Kill emacs if the last frame is
7406 deleted while evaluating the command-line arguments.
7407
7408 2006-11-05 Richard Stallman <rms@gnu.org>
7409
7410 * startup.el (init-file-had-error): Add doc string.
7411 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
7412 Use fixed-width font for keyboard key descriptions.
7413
7414 * cus-edit.el (custom-save-all): Error if saving in .emacs
7415 and it had an error when loaded.
7416
7417 * dired-aux.el (dired-copy-file-recursive): Catch errors
7418 from recursive copies in the loop, around the recursive call.
7419
7420 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7421
7422 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
7423 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
7424 `/proc/acpi/thermal_zone/*'.
7425 (battery-search-for-one-match-in-files): New. Search a regexp in
7426 the content of some files.
7427
7428 2006-11-05 Martin Rudalics <rudalics@gmx.at>
7429
7430 * window.el (mouse-autoselect-window-now): Remove variable.
7431 (mouse-autoselect-window-state): New variable.
7432 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
7433 (mouse-autoselect-window-select, handle-select-window):
7434 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
7435 Suspend delayed autoselection during menu or popup dialog.
7436
7437 * info-look.el (info-lookup-guess-custom-symbol): New function
7438 for retrieving symbol at point in custom buffers.
7439 (top level) <info-lookup-maybe-add-help>: Add backquote and
7440 comma to ignored characters in regexps of help specifications
7441 for emacs-lisp-mode and lisp-interaction-mode. This permits
7442 looking up symbols in `...' and after a comma. Add help
7443 specifications for custom-mode and help-mode.
7444
7445 2006-11-04 Eli Zaretskii <eliz@gnu.org>
7446
7447 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
7448 Don't encode body if RAW is non-nil, or if the old encoding is
7449 identical to the new encoding, or if the body contains only
7450 eight-bit-* characters.
7451
7452 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7453
7454 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
7455 (faces-sample-overlay): Remove variable.
7456 (describe-face): Insert sample text in the face being described.
7457
7458 2006-11-04 Martin Rudalics <rudalics@gmx.at>
7459
7460 * whitespace.el (whitespace-indent-regexp): Make this match any
7461 multiples of eight spaces near the beginning of a line.
7462 (whitespace-buffer): Use `remove-overlays' instead of
7463 `whitespace-unhighlight-the-space' and `overlay-recenter' to
7464 speed up overlay handling.
7465 (whitespace-buffer-leading, whitespace-buffer-trailing):
7466 Make these functions highlight the text removed by
7467 `whitespace-buffer-leading-cleanup' and
7468 `whitespace-buffer-trailing-cleanup' respectively.
7469 (whitespace-buffer-search): Use `with-local-quit'.
7470 Move `format' out of loop to speed up scanning larger buffers.
7471 (whitespace-unhighlight-the-space): Remove `remove-hook' since
7472 that function is never added to a hook.
7473 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
7474 (whitespace-buffer-leading-cleanup)
7475 (whitespace-refresh-rescan-list): Fix docstrings.
7476
7477 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
7478
7479 * allout.el (allout-during-yank-processing): Cue for inhibiting
7480 aberrance processing during yanks.
7481 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
7482 the amount of yanked topics that can be aberrant.
7483 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
7484 a function, and supplement with inihibition of doublechecking
7485 during yanks.
7486 (allout-beginning-of-line, allout-next-heading)
7487 (allout-previous-heading, allout-goto-prefix-doublechecked)
7488 (allout-back-to-current-heading, allout-next-visible-heading)
7489 (allout-next-sibling): Use new allout-do-doublecheck function.
7490 (allout-next-sibling): Ensure we made progress when returning
7491 other than nil.
7492 (allout-rebullet-heading): Preserve text property annotations
7493 indicating the text was hidden, if it was.
7494 (allout-kill-line): Remove any added was-hidden annotations.
7495 (allout-kill-topic): Remove any added was-hidden annotations.
7496 (allout-annotate-hidden): Inhibit adding was-hidden text
7497 properties to the undo list.
7498 (allout-deannotate-hidden): New function to remove was-hidden
7499 annotation.
7500 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
7501 (allout-remove-exposure-annotation): Replace by
7502 allout-deannotate-hidden.
7503 (allout-yank-processing): Signal that yank processing is happening
7504 with allout-during-yank-processing. Also, wrap
7505 allout-unprotected's closer to the text changes, for easier
7506 debugging. We need to inhibit-field-text-motion explicitly, in
7507 lieu of the encompassing allout-unprotected.
7508 (outlineify-sticky): Adjust criteria for triggering new outline
7509 decorations to presence or absence of any topics, not just a topic
7510 at the beginning of the buffer.
7511
7512 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
7513
7514 * bs.el (bs--show-all, bs--redisplay):
7515 * cus-edit.el (custom-unlispify-menu-entries)
7516 (custom-unlispify-tag-names, custom-prompt-variable):
7517 * expand.el (expand-pos):
7518 * speedbar.el (speedbar-generic-list-tag-p):
7519 * wid-edit.el (widget-image-enable):
7520 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
7521 * emacs-lisp/find-func.el (find-function-noselect)
7522 (find-function, find-variable-noselect, find-variable)
7523 (find-definition-noselect, find-face-definition):
7524 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
7525 * net/eudc-vars.el (eudc-expansion-overwrites-query):
7526 * progmodes/ada-xref.el (ada-find-in-ali):
7527 * textmodes/flyspell.el (flyspell-check-tex-math-command):
7528 * textmodes/org.el (org-copy-subtree):
7529 * textmodes/table.el (table--row-column-insertion-point-p):
7530 Use "non-nil" in docstrings.
7531
7532 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
7533
7534 * sort.el (sort-columns): Set the field separator to tab; on
7535 NetBSD, sort complains if "\n" is used as field separator.
7536
7537 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
7538
7539 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
7540
7541 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
7542
7543 * server.el (server-auth-key): Remove. Replace by a process-property.
7544 (server-start): Don't remove the file of the previous process, but
7545 instead clear out the place for the new file.
7546 (server-start): Set the :auth-key property.
7547 (server-process-filter): Use the :auth-key property.
7548
7549 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
7550
7551 * textmodes/org.el (org-mode-map): No longer copy
7552 `outline-mode-map' explicitly - this is already done by
7553 `define-derived-mode'.
7554
7555 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
7556
7557 * server.el (server-visit-files): Use `when'.
7558 (server-process-filter): When authentication fails, send error
7559 message to client. Wrap `process-send-region' in `ignore-errors'
7560 instead of `condition-case', and remove misleading comment.
7561
7562 2006-11-01 Juri Linkov <juri@jurta.org>
7563
7564 * simple.el (yank): Doc fix.
7565
7566 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
7567
7568 * server.el: Try and fit within 80 columns.
7569 (server-start): Make the auth file unreadable by other users.
7570
7571 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
7572
7573 * battery.el (battery-linux-proc-acpi): Prevent range error when
7574 `full-capacity' is 0.
7575
7576 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7577
7578 * faces.el (faces-sample-overlay): New defvar.
7579 (faces-sample-overlay): New function to show face sample text.
7580 (describe-face): Use it.
7581
7582 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
7583
7584 * progmodes/ada-stmt.el: Change maintainer, apply
7585 whitespace-cleanup, checkdoc.
7586 (ada-func-or-proc-name): Add doc string.
7587
7588 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
7589 whitespace-cleanup, checkdoc. Minor improvements to many doc
7590 strings and comments.
7591 (ada-prj-display-page): Change buffer name to more accurately
7592 reflect function.
7593
7594 * progmodes/ada-xref.el: Change maintainer, apply
7595 whitespace-cleanup, checkdoc. Minor improvements to many doc
7596 strings and comments. Don't look for `gvd' or `ddd' debuggers.
7597 (ada-compile-current): Don't add newlines to commands.
7598
7599 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
7600
7601 * server.el: Add support for TCP sockets.
7602 (server-use-tcp, server-host, server-auth-dir): New options.
7603 (server-auth-key): New variable.
7604 (server-ensure-safe-dir): Create nonexistent parent dirs.
7605 Ignore Unix-style file modes on Windows.
7606 (server-start): Crete a TCP or Unix socket according to the value
7607 of `server-use-tcp'. For TCP sockets, create the id/auth file in
7608 `server-auth-dir' directory.
7609 (server-process-filter): Delete process if authentication
7610 fails (which never happens for Unix sockets).
7611
7612 2006-10-30 David Kastrup <dak@gnu.org>
7613
7614 * subr.el (add-to-list): Don't continue checking if a match has
7615 been found.
7616
7617 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
7618
7619 * tutorial.el: Move defvars to avoid bytecomp warnings.
7620 (tutorial--find-changed-keys): Check if viper-current-state is
7621 bound before using it.
7622 (help-with-tutorial): Check if viper-tutorial is defined before
7623 using it.
7624
7625 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
7626
7627 * help-fns.el (help-with-tutorial): Move to tutorial.el.
7628
7629 * tutorial.el: New file.
7630 (help-with-tutorial): Move here from help-fns.el. Add help for
7631 rebound keys. Fix resume of tutorial.
7632 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
7633 (tutorial--find-changed-keys, tutorial--display-changes)
7634 (tutorial--saved-dir, tutorial--saved-file)
7635 (tutorial--save-tutorial): New functions to support the changes in
7636 help-with-tutorial.
7637
7638 2006-10-30 Kenichi Handa <handa@m17n.org>
7639
7640 * files.el (revert-buffer): If a unibyte buffer is being reverted
7641 with a coding system for multibyte, set buffer multibyte before
7642 calling insert-file-contents.
7643
7644 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
7645
7646 * server.el (server-select-display): Use a dummy buffer to detect when
7647 the frame is later used.
7648 (server-select-display): New function.
7649 (server-process-filter): Use it to detect unused temp frames.
7650
7651 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
7652
7653 * progmodes/ada-mode.el: Change maintainer, apply
7654 whitespace-clean, checkdoc. Minor improvements to many doc strings.
7655 (ada-mode-version): New function.
7656 (ada-create-menu): Menu operations are available for all supported
7657 compilers.
7658
7659 2006-10-29 Lars Hansen <larsh@soem.dk>
7660
7661 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
7662 Highlight as keyword.
7663 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
7664 Don't call tramp-method-out-of-band-p for local files.
7665 (tramp-touch): Quote file name.
7666
7667 2006-10-28 Glenn Morris <rgm@gnu.org>
7668
7669 * calendar/calendar.el (cal-html-cursor-month)
7670 (cal-html-cursor-year): Add autoloads for this new package.
7671 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
7672
7673 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
7674
7675 * calendar/cal-html.el: New file.
7676
7677 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
7678
7679 * emacs-lisp/authors.el (authors-aliases): Update.
7680
7681 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
7682
7683 * version.el (emacs-version): Bump version number to 22.0.90.
7684
7685 2006-10-26 John W. Eaton <jwe@octave.org>
7686
7687 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
7688 New defvar.
7689 (inferior-octave-resync-dirs): Check to see whether Octave has
7690 built-in variables and set inferior-octave-has-built-in-variables.
7691 Check inferior-octave-has-built-in-variables to decide whether to
7692 send commands that set built-in variables or call functions to
7693 change Octave's behavior.
7694 Send "disp (pwd ())" to Octave instead of just "pwd".
7695 (inferior-octave-startup): Send "more off" to Octave instead of
7696 "page_screen_output = 0".
7697
7698 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
7699
7700 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
7701 pattern normally.
7702
7703 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
7704
7705 * bindings.el (mode-line-mode-menu): Remove bindings for global
7706 minor modes (line/column number) as they are on the menubar.
7707
7708 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
7709
7710 * term/w32-win.el (x-handle-name-switch): Doc fix.
7711 (w32-standard-fontset-spec): Fix typo in docstring.
7712
7713 * midnight.el (midnight-buffer-display-time): Doc fix.
7714 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
7715
7716 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
7717
7718 * emulation/viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
7719
7720 * emulation/viper-ex.el (ex-read): Quote file argument.
7721
7722 * ediff-diff.el (ediff-same-file-contents): Expand file names.
7723
7724 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
7725
7726 2006-10-22 Martin Rudalics <rudalics@gmx.at>
7727
7728 * textmodes/flyspell.el (flyspell-check-region-doublons):
7729 Fix last fix.
7730
7731 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
7732
7733 * bindings.el (mode-line-mode-menu): List global minor modes
7734 before local ones.
7735
7736 2006-10-23 Kim F. Storm <storm@cua.dk>
7737
7738 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
7739 (sit-for): If last command was a prefix arg, add the read-ahead
7740 event to unread-command-events as (t . EVENT) so it will be added
7741 to this-command-keys by read-key-sequence.
7742
7743 2006-10-22 Martin Rudalics <rudalics@gmx.at>
7744
7745 * textmodes/flyspell.el (flyspell-word): Skip past all previous
7746 whitespace when checking doublons.
7747 (flyspell-check-region-doublons): Fix doublon regexp.
7748 (flyspell-highlight-incorrect-region): Highlight doublons using
7749 flyspell-duplicate face.
7750
7751 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
7752
7753 2006-10-22 John Wiegley <johnw@newartisans.com>
7754
7755 * progmodes/python.el (python-use-skeletons): python-mode was
7756 auto-inserting templates (for those with abbrev-mode on), not only
7757 by default -- *but without a configuration variable to disable
7758 it*. This rendered python-mode completely useless for me, so I
7759 have added `python-use-skeletons', which is now off by default.
7760
7761 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
7762
7763 * progmodes/cperl-mode.el (cperl-mode): Don't assume
7764 font-lock-multiline is auto-local (it's not).
7765 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
7766 initialized before calling cperl-init-faces.
7767
7768 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
7769
7770 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
7771 gdb-stack-position a value when there is no fringe.
7772
7773 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
7774 indicator if not visiting a file.
7775
7776 2006-10-20 David Kastrup <dak@gnu.org>
7777
7778 * window.el (kill-buffer-and-window): Fix a bug where an aborted
7779 operation would still cause some window to collapse later.
7780
7781 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7782
7783 * vc.el (vc-switch-backend): Try to be more careful with unwanted
7784 side-effect due to mixing various backends's file properties.
7785
7786 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
7787 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
7788 Return `filename's status if applicable. Update callers.
7789
7790 2006-10-19 Kenichi Handa <handa@m17n.org>
7791
7792 * international/kkc.el (kkc-region): When a key sequence is not
7793 defined, append (this-single-command-raw-keys) to
7794 unread-input-method-events.
7795
7796 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
7797
7798 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
7799
7800 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7801
7802 * version.el (emacs-version): Use mac-carbon-version-string.
7803
7804 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
7805
7806 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7807
7808 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
7809 Kenichi Handa).
7810 (xselect-convert-to-string): Decline requests for UTF8_STRING if
7811 the selection is not UTF-8.
7812
7813 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
7814
7815 * progmodes/ada-mode.el (ada-83-string-keywords)
7816 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
7817 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
7818 (ada-looking-at-semi-private, ada-get-body-name):
7819 Fix typos in docstrings.
7820 (ada-create-case-exception, ada-create-case-exception-substring):
7821 Fix typos in error messages.
7822 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
7823
7824 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7825
7826 * term/x-win.el (res-geometry): Don't set geometry from Xresources
7827 to default-frame-alist if default-frame-alist already contains
7828 width/height.
7829
7830 2006-10-18 Richard Stallman <rms@gnu.org>
7831
7832 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
7833 Non-interactive arg is the value, not the expression.
7834
7835 * simple.el (read-expression-map): Just set it, no defvar.
7836
7837 * subr.el (insert-for-yank-1): If last inserted char has
7838 properties, mark them as rear-nonsticky.
7839
7840 * recentf.el (recentf-mode): Doc fix.
7841
7842 * facemenu.el (facemenu-add-new-face): Defend against symbol
7843 that isn't a face name.
7844
7845 * dired-aux.el (dired-do-copy): Doc fix.
7846
7847 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
7848
7849 * simple.el (line-move-1): Ignore fields when moving to the
7850 beginning of line to avoid getting point stuck.
7851
7852 2006-10-18 Martin Rudalics <rudalics@gmx.at>
7853
7854 * textmodes/flyspell.el (flyspell-word-search-backward):
7855 Set inhibit-point-motion-hooks to avoid looping due to intangibile
7856 text.
7857
7858 2006-10-16 Richard Stallman <rms@gnu.org>
7859
7860 * help-fns.el (describe-function-1): Special case optimization
7861 for self-insert-command.
7862
7863 2006-10-16 Kim F. Storm <storm@cua.dk>
7864
7865 * ido.el (ido-reread-directory): Work in `dir' mode too.
7866
7867 2006-10-15 Martin Rudalics <rudalics@gmx.at>
7868
7869 * textmodes/table.el: Require 'regexp-opt.
7870
7871 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
7872
7873 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
7874 Use shell-quote-argument.
7875
7876 * shell.el (explicit-bash-args): Likewise.
7877
7878 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
7879 Use grep -E rather than egrep.
7880
7881 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7882
7883 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
7884
7885 2006-10-15 Kim F. Storm <storm@cua.dk>
7886
7887 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
7888
7889 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
7890
7891 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
7892 to protect whitespace and metacharacters from the shell.
7893
7894 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
7895
7896 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
7897
7898 2006-10-13 Eli Zaretskii <eliz@gnu.org>
7899
7900 * subr.el (start-process-shell-command): Doc fix.
7901
7902 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
7903
7904 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
7905 the regexp for Maxima symbols.
7906
7907 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
7908
7909 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
7910 (vc-find-root): Don't walk higher up than ~.
7911
7912 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
7913
7914 * international/utf-8.el (utf-translate-cjk-load-tables):
7915 Avoid clobbering last-coding-system-used during load.
7916
7917 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
7918
7919 * textmodes/reftex-global.el (reftex-create-tags-file):
7920 Quote file arguments.
7921
7922 2006-10-12 Richard Stallman <rms@gnu.org>
7923
7924 * files.el (file-name-history): Add defvar.
7925 (save-some-buffers-action-alist): Improve description strings.
7926
7927 2006-10-12 Andreas Schwab <schwab@suse.de>
7928
7929 * files.el (auto-mode-alist): Match change log file name also with
7930 a dash before a numeric extension.
7931
7932 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
7933
7934 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
7935 After 5.0:
7936 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
7937
7938 After 5.1: Major edit. Summary of most visible changes:
7939
7940 - Multiple <<HERE per line allowed.
7941 - Handles multiline subroutine declaration headers (with comments).
7942 (The exception is `cperl-etags' - but it is not used in the rest
7943 of the mode.)
7944 - Fontifies multiline my/our declarations (even with comments,
7945 and with legacy `font-lock').
7946 - Major speedup of syntaxification, both immediate and postponed
7947 (3.5x to 15x [for different CPUs and versions of Emacs] on the
7948 huge real-life document I tested).
7949 - New bindings, edits to imenu.
7950 - "_" is made into word-char during fontification/syntaxification;
7951 some attempts to recognize non-word "_" during other operations too.
7952 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
7953 - autoload some more perldoc-related stuff
7954 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
7955 - Attempt to incorporate XEmacs edits which reached me.
7956
7957 Fine-grained changelog:
7958 (cperl-hook-after-change): New configuration variable.
7959 (cperl-vc-sccs-header): Likewise.
7960 (cperl-vc-sccs-header): Likewise.
7961 (cperl-vc-header-alist): Default via two preceding variables.
7962 (cperl-invalid-face): Remove double quoting under XEmacs
7963 (still needed under 21.2).
7964 (cperl-tips): Update URLs for resources.
7965 (cperl-problems): Likewise.
7966 (cperl-praise): Mention new features.
7967 New C-c key bindings: for `cperl-find-bad-style',
7968 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
7969 `cperl-perdoc', and `cperl-perldoc-at-point'.
7970 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
7971 moved, new submenu of Tools with Ispell entries and narrowing.
7972 (cperl-after-sub-regexp): New defsubst.
7973 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
7974 Allows heads up to head4.
7975 Allow "package;".
7976 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
7977 (paren-backwards-message): ??? Something for XEmacs???
7978 (cperl-mode): Never auto-switch abbrev-mode off.
7979 Try to allow '_' be non-word char.
7980 Do not use `font-lock-unfontify-region-function' on XEmacs.
7981 Reset syntax cache on mode start.
7982 Support multiline facification (even on legacy `font-lock').
7983 (cperl-facemenu-add-face-function): ??? Some contributed code ???
7984 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
7985 refuse to inform us whether the fontification is due to lazy
7986 calling or due to edit to a buffer, install our own hook
7987 (controlled by `cperl-hook-after-change').
7988 (cperl-electric-pod): =cut may have been recognized as start.
7989 (cperl-block-p): Move, updated for attributes.
7990 (cperl-calculate-indent): Try to allow '_' be non-word char
7991 Support subs with attributes.
7992 (cperl-where-am-i): Quiet (?) a warning.
7993 (cperl-cached-syntax-table): New function.
7994 (cperl-forward-re): Use `cperl-cached-syntax-table'.
7995 (cperl-unwind-to-safe): Recognize `syntax-type' property
7996 changing in a middle of line.
7997 (cperl-find-sub-attrs): New function.
7998 (cperl-find-pods-heres): Allow many <<EOP per line.
7999 Allow subs with attributes.
8000 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
8001 Recognize "extproc " (OS/2) case-folded and only at start.
8002 /x on s///x with empty replacement was not recognized.
8003 Better comments.
8004 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
8005 Allow subs with attributes, labels.
8006 Do not confuse "else::foo" with "else".
8007 Minor optimizations...
8008 (cperl-after-expr-p): Try to allow '_' be non-word char.
8009 (cperl-fill-paragraph): Try to detect a major bug in Emacs
8010 with `looking-at' inside `narrow' and bulk out if found.
8011 (cperl-imenu--create-perl-index): Updates for new
8012 `cperl-imenu--function-name-regexp-perl'.
8013 (cperl-outline-level): Likewise.
8014 (cperl-init-faces): Allow multiline subroutine headers
8015 and my/our declarations, and ones with comments.
8016 Allow subroutine attributes.
8017 (cperl-imenu-on-info): Better docstring.
8018 (cperl-etags): Rudimentary support for attributes.
8019 Support for packages and "package;".
8020 (cperl-add-tags-recurse-noxs): Better (?) docstring.
8021 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
8022 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
8023 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
8024 (cperl-perldoc): Add autoload.
8025 (cperl-perldoc-at-point): Likewise.
8026 (cperl-here-doc-spell): New function.
8027 (cperl-pod-spell): Likewise.
8028 (cperl-map-pods-heres): Likewise.
8029 (cperl-get-here-doc-region): Likewise.
8030 (cperl-font-lock-fontify-region-function): Likewise (backward
8031 compatibility for legacy `font-lock').
8032 (cperl-font-lock-unfontify-region-function): Fix style.
8033 (cperl-fontify-syntaxically): Recognize and optimize away deferred
8034 calls with no-change. Governed by `cperl-hook-after-change'.
8035 (cperl-fontify-update): Recognize that syntaxification region
8036 can be larger than fontification one.
8037 XXXX we leave `cperl-postpone' property, so this is quadratic...
8038 (cperl-fontify-update-bad): Temporary placeholder until
8039 it is clear how to implement `cperl-fontify-update'.
8040 (cperl-time-fontification): New function.
8041 (attrib-group): New text attribute.
8042 (multiline): New value: `syntax-type' text attribute.
8043
8044 After 5.2:
8045 (cperl-emulate-lazy-lock): New function.
8046 (cperl-fontify-syntaxically): Would skip large regions.
8047 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
8048 Some globals were declared, but uninitialized.
8049
8050 After 5.3, 5.4:
8051 (cperl-facemenu-add-face-function): Add docs, fix U<>.
8052 Copyright message updated.
8053 (cperl-init-faces): Work around a bug in `font-lock'. May slow
8054 facification down a bit.
8055 Misprint for my|our|local for old `font-lock'
8056 "our" was not fontified same as "my|local".
8057 Highlight variables after "my" etc even in
8058 a middle of an expression.
8059 Do not facify multiple variables after my etc
8060 unless parentheses are present.
8061
8062 After 5.5, 5.6
8063 (cperl-fontify-syntaxically): after-change hook could reset.
8064 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
8065
8066 After 5.7:
8067 (cperl-init-faces): Allow highlighting of local ($/).
8068 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
8069 (cperl-problems): Remove fixed problems.
8070 (cperl-find-pods-heres): Recognize #-comments in m##x too.
8071 Recognize charclasses (unless delimiter is \).
8072 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
8073 (cperl-regexp-scan): Update docs.
8074 (cperl-beautify-regexp-piece): Use information got from regexp scan.
8075
8076 After 5.8:
8077 Major user visible changes:
8078 Recognition and fontification of character classes in RExen.
8079 Variable indentation of RExen according to groups.
8080
8081 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
8082 Fontify REx charclasses in variable-name face.
8083 Fontify POSIX charclasses in "type" face.
8084 Fontify unmatched "]" in function-name face.
8085 Mark first-char of HERE-doc as `front-sticky'.
8086 Reset `front-sticky' property when needed.
8087 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
8088 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
8089 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
8090 constructs. Support `narrow'ed buffers.
8091 (cperl-praise): Remove a reservation.
8092 (cperl-make-indent): New function.
8093 (cperl-indent-for-comment): Use `cperl-make-indent'.
8094 (cperl-indent-line): Likewise.
8095 (cperl-lineup): Likewise.
8096 (cperl-beautify-regexp-piece): Likewise.
8097 (cperl-contract-level): Likewise.
8098 (cperl-toggle-set-debug-unwind): New function.
8099 New menu entry for this.
8100 (fill-paragraph-function): Use when `boundp'.
8101 (cperl-calculate-indent): Take into account groups when indenting RExen.
8102 (cperl-to-comment-or-eol): Recognize # which end a string.
8103 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
8104 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
8105 (cperl-fontify-syntaxically): More clear debugging message.
8106 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
8107 (cperl-init-faces): More complicated highlight even on XEmacs (new).
8108 Merge cosmetic changes from XEmacs.
8109
8110 After 5.9:
8111 (cperl-1+): Move to before the first use.
8112 (cperl-1-): Likewise.
8113
8114 After 5.10:
8115
8116 This code may lock Emacs hard!!! Use at your own risk!
8117
8118 (cperl-font-locking): New internal variable.
8119 (cperl-beginning-of-property): New function.
8120 (cperl-calculate-indent): Use `cperl-beginning-of-property'
8121 instead of `previous-single-property-change'.
8122 (cperl-unwind-to-safe): Likewise.
8123 (cperl-after-expr-p): Likewise.
8124 (cperl-get-here-doc-region): Likewise.
8125 (cperl-font-lock-fontify-region-function): Likewise.
8126 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
8127 recursively.
8128 Bound `next-single-property-change' via `point-max'.
8129 (cperl-unwind-to-safe): Bound likewise
8130 (cperl-font-lock-fontify-region-function): Likewise.
8131 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
8132 Initialization of `cperl-font-lock-multiline-start' could be
8133 missed if the "main" fontification did not run due to the
8134 keyword being already fontified.
8135 (cperl-pod-spell): Return t from do-one-chunk function.
8136 (cperl-map-pods-heres): Stop when the worker returns nil.
8137 Call `cperl-update-syntaxification'.
8138 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
8139 (cperl-get-here-doc-delim): Remove unused function.
8140
8141 After 5.11:
8142
8143 The possible lockup of Emacs (introduced in 5.10) fixed.
8144
8145 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
8146 (cperl-syntaxify-for-menu): New customization variable.
8147 (cperl-select-this-pod-or-here-doc): New function.
8148 (cperl-get-here-doc-region): Extra argument.
8149 Do not adjust pos by 1.
8150
8151 New menu entries
8152 (Perl/Tools): Selection of current POD or HERE-DOC section.
8153 (Debugging CPerl:) backtrace on fontification.
8154
8155 After 5.12:
8156 (cperl-cached-syntax-table): Use `car-safe'.
8157 (cperl-forward-re): Remove spurious argument SET-ST.
8158 Add documentation.
8159 (cperl-forward-group-in-re): New function.
8160 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
8161 (XXXX Temporary (?) hack is to syntax-mark them as comment).
8162
8163 After 5.13:
8164 (cperl-string-syntax-table): Make { and } not-grouping
8165 (Sometimes they ARE grouping in RExen, but matching them would only
8166 confuse in many situations when they are not)
8167 (beginning-of-buffer): Replace two occurrences with goto-char...
8168 (cperl-calculate-indent): `char-after' could be nil...
8169 (cperl-find-pods-heres): REx can start after "[" too.
8170 Hightlight (??{}) in RExen too.
8171 (cperl-maybe-white-and-comment-rex): New constant
8172 (cperl-white-and-comment-rex): Likewise.
8173 XXXX Not very efficient, but hard to make
8174 better while keeping 1 group.
8175
8176 After 5.13:
8177 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
8178 Likewise for 1 << identifier.
8179
8180 After 5.14:
8181 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
8182 Error-less condition-case could fail.
8183 (cperl-font-lock-fontify-region-function): Likewise.
8184 (cperl-init-faces): Likewise.
8185
8186 After 5.15:
8187 (cperl-find-pods-heres): Support property REx-part2.
8188 (cperl-calculate-indent): Likewise.
8189 Don't special-case REx with non-empty 1st line.
8190 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
8191 Invert highlighting of charclasses:
8192 now the envelop is highlighted.
8193 Highlight many others 0-length builtins.
8194 (cperl-praise): Mention indenting and highlight in RExen.
8195
8196 After 5.15:
8197 (cperl-find-pods-heres): Highlight capturing parens in REx.
8198
8199 After 5.16:
8200 (cperl-find-pods-heres): Highlight '|' for alternation
8201 Initialize `font-lock-warning-face' if not present.
8202 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
8203 `font-lock-function-name-face'.
8204 (cperl-look-at-leading-count): Likewise.
8205 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
8206 `font-lock-keyword-face' (needed for
8207 batch processing), etc...
8208 Use `font-lock-builtin-face' for builtin in REx
8209 Now `font-lock-variable-name-face'
8210 is used for interpolated variables
8211 Use "talking aliases" for faces inside REx
8212 Highlight parts of REx (except in charclasses)
8213 according to the syntax and/or semantic
8214 Syntax-mark a {}-part of (?{}) as "comment"
8215 (it was the ()-part)
8216 Better logic to distinguish what is what in REx
8217 (cperl-tips-faces): Document REx highlighting
8218 (cperl-praise): Mention REx syntax highlight etc.
8219
8220 After 5.17:
8221 (cperl-find-sub-attrs): Would not always manage to print error message.
8222 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
8223
8224 After 5.18:
8225 (cperl-find-pods-heres): Misprint in REx for parsing REx.
8226 Very minor optimization.
8227 `my-cperl-REx-modifiers-face' got quoted.
8228 Recognize "print $foo <<END" as HERE-doc.
8229 Put `REx-interpolated' text attribute if needed.
8230 (cperl-invert-if-unless-modifiers): New function.
8231 (cperl-backward-to-start-of-expr): Likewise.
8232 (cperl-forward-to-end-of-expr): Likewise.
8233 (cperl-invert-if-unless): Works in "the opposite way" too.
8234 Cursor position on return is on the switch-word.
8235 Indents comments better.
8236 (REx-interpolated): New text attribute.
8237 (cperl-next-interpolated-REx): New function.
8238 (cperl-next-interpolated-REx-0): Likewise.
8239 (cperl-next-interpolated-REx-1): Likewise.
8240 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
8241 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
8242 (cperl-praise): Mention finded interpolated RExen.
8243
8244 After 5.19:
8245 (cperl-init-faces): Highlight %$foo, @$foo too.
8246 (cperl-short-docs): Better docs for system, exec.
8247 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
8248 Would not find HERE-doc ended by EOF without NL.
8249 (cperl-short-docs): Correct not-doubled \-escapes.
8250 start block: Put some `defvar' for stuff gone from XEmacs.
8251
8252 After 5.20:
8253 initial comment: Extend copyright, fix email address.
8254 (cperl-indent-comment-at-column-0): New customization variable.
8255 (cperl-comment-indent): Indentation after $#a would increasy by 1.
8256 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
8257 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
8258 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
8259 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
8260 highlight $ in $foo too (UNTESTED).
8261 (cperl-set-style): Docstring missed some available styles.
8262 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
8263 Change "Current" to "Memorize Current".
8264 (cperl-indent-wrt-brace): New customization variable; the default is
8265 as for pre-5.2 version.
8266 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
8267 (cperl-style-alist): Likewise.
8268 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
8269 and `cperl-extra-newline-before-brace' etc
8270 being t
8271 (cperl-indent-exp): Plans B and C to find continuation blocks even
8272 if `cperl-extra-newline-before-brace' is t.
8273
8274 After 5.21:
8275 Improve some docstrings concerning indentation.
8276 (cperl-indent-rules-alist): New variable.
8277 (cperl-sniff-for-indent): New function name
8278 (separated from `cperl-calculate-indent').
8279 (cperl-calculate-indent): Separate the sniffer and the indenter;
8280 uses `cperl-sniff-for-indent' now.
8281 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
8282 was inverted;
8283 Support `comment-column' = 0.
8284
8285 2006-10-11 Martin Rudalics <rudalics@gmx.at>
8286
8287 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
8288 * help-at-pt.el (scan-buf-move-to-region): Likewise.
8289 * longlines.el (longlines-window-change-function): Likewise.
8290 * simple.el (undo-ask-before-discard): Likewise.
8291 * wid-edit.el (widget-field-prompt-internal)
8292 (widget-documentation-link-p): Likewise.
8293
8294 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8295
8296 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
8297 for a keyword.
8298
8299 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
8300
8301 * newcomment.el (comment-valid-prefix-p): Make the check
8302 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
8303 (comment-indent-new-line): Adjust call.
8304
8305 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
8306
8307 * allout.el (allout-back-to-current-heading): Base on lower-level
8308 routines to get proper disqualification of aberrant topics.
8309
8310 2006-10-09 Richard Stallman <rms@gnu.org>
8311
8312 * textmodes/two-column.el (2C-two-columns): Doc fix.
8313
8314 2006-10-09 Kim F. Storm <storm@cua.dk>
8315
8316 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
8317 about implicit use.
8318
8319 2006-10-08 Richard Stallman <rms@gnu.org>
8320
8321 * textmodes/two-column.el (2C-two-columns): Doc fix.
8322
8323 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
8324
8325 * files.el: Mark `buffer-read-only' as safe-local-variable.
8326
8327 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
8328
8329 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
8330 Burp if GUD buffer has been killed.
8331
8332 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
8333
8334 * completion.el (add-completions-from-c-buffer):
8335 Don't presume an error's second element is a string.
8336 Use looking-at rather than buffer-substring + member.
8337
8338 2006-10-07 Eli Zaretskii <eliz@gnu.org>
8339
8340 * mail/rmail.el (rmail-redecode-body): If the old encoding is
8341 `undecided', call find-coding-systems-region to find a proper
8342 non-trivial encoding.
8343 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
8344 and "text/plain".
8345
8346 2006-10-07 Kevin Ryde <user42@zip.com.au>
8347
8348 * textmodes/reftex-vars.el (defgroup reftex): Update home page
8349 url-link.
8350
8351 * strokes.el (defgroup strokes): Remove invalid url-link.
8352
8353 2006-10-07 Magnus Henoch <mange@freemail.hu>
8354
8355 * autoinsert.el (auto-insert-alist): Doc fix.
8356
8357 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8358
8359 * mouse-sel.el (mouse-insert-selection-internal):
8360 Use insert-for-yank, so that yank handlers are run.
8361
8362 2006-10-07 Kim F. Storm <storm@cua.dk>
8363
8364 * ido.el (ido-file-extension-aux): Fix comparison.
8365
8366 2006-10-06 Kim F. Storm <storm@cua.dk>
8367
8368 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
8369
8370 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
8371
8372 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
8373 (ad-make-mapped-call): Use `let', not `let*'.
8374
8375 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
8376
8377 * international/mule-cmds.el (coding-system-change-eol-conversion):
8378 Ensure the coding system is initialized before calling
8379 coding-system-eol-type.
8380
8381 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
8382
8383 * textmodes/org.el (org-rm-props, org-activate-plain-links)
8384 (org-activate-angle-links, org-activate-dates)
8385 (org-activate-target-links, org-activate-camels)
8386 (org-activate-tags): Add `rear-nonsticky' text property to avoid
8387 textproperty keymaps from being active beyond the end of a line.
8388 (org-unfontify-region): Also remove `rear-nonsticky' property.
8389
8390 2006-10-04 Kenichi Handa <handa@m17n.org>
8391
8392 * international/code-pages.el (next): Table fixed.
8393
8394 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8395
8396 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
8397 that it's been made unnecessary by removing narrowing.
8398
8399 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8400
8401 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
8402 control flow a bit, simplify another bit, and add comments.
8403
8404 2006-10-03 David Kastrup <dak@gnu.org>
8405
8406 * help.el (describe-mode): For clicks on mode-line, use "@"
8407 interactive argument to get the major mode of the click instead of
8408 the current buffer.
8409
8410 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
8411 in order to better redirect mouse-2 clicks. Also allow default
8412 bindings to apply.
8413
8414 2006-10-03 Kim F. Storm <storm@cua.dk>
8415
8416 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
8417 (pushnew): Fix last change.
8418
8419 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
8420
8421 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
8422 Use the interactive spec of `eval-expression'.
8423
8424 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
8425
8426 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
8427
8428 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
8429
8430 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
8431 2006-09-28 commit.
8432
8433 2006-10-02 Kenichi Handa <handa@m17n.org>
8434
8435 * international/code-pages.el (iso-8859-6): Table fixed.
8436
8437 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
8438
8439 * dired.el (dired-build-subdir-alist): Fix previous change.
8440
8441 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8442
8443 * simple.el (undo-elt-crosses-region): Fix the inequalities.
8444
8445 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
8446
8447 * emacs-lisp/find-func.el (find-function-regexp): Don't match
8448 "define-button-type".
8449
8450 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
8451 they don't keep accumulating.
8452
8453 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
8454
8455 * ffap.el (ffap-rfc-path): Change the address of the RFC
8456 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
8457
8458 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
8459
8460 * allout.el (allout-expose-topic): Rectify implementation of "+"
8461 spec, so that bodies are not exposed with headlines.
8462
8463 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
8464
8465 * allout.el (allout-current-depth): Do aberrent check only at or
8466 below doublecheck depth.
8467 (allout-chart-subtree): Make it explicit that LEVELS being nil
8468 means unlimited depth. Drop undocumented support for LEVELS value
8469 t meaning unlimited depth. (This is consistent with
8470 allout-chart-to-reveal, but contrary to allout-show-children,
8471 which needs to use nil to default to depth of 1.)
8472 (allout-goto-prefix-doublechecked): Wrap long docstring line.
8473 (allout-chart-to-reveal): Be explicit in docstring about meaning
8474 of nil LEVELS, and drop support for LEVELS value t.
8475 (allout-show-children): Translate the level spec used by this
8476 routine to that used by allout-chart-subtree and
8477 allout-chart-to-reveal.
8478 (allout-show-to-offshoot): Retry once when stuck, after opening
8479 subtree - improvements in discontinuity handling likely will
8480 enable progress.
8481
8482 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
8483
8484 * wid-edit.el (widget-button-click-moves-point): New variable.
8485 (widget-button-click): If widget-button-click-moves-point is
8486 non-nil, set point after performing the button action.
8487
8488 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
8489
8490 2006-09-30 Martin Rudalics <rudalics@gmx.at>
8491
8492 * files.el (find-file-existing): Modify to not allow wildcards.
8493
8494 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8495
8496 * simple.el (undo-more): When undo information for the region is
8497 exhausted, say "No further undo information FOR REGION".
8498
8499 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
8500
8501 * progmodes/sh-script.el (sh-prev-thing):
8502 Take `sh-leading-keywords' into account.
8503
8504 2006-09-29 Glenn Morris <rgm@gnu.org>
8505
8506 * custom.el (defcustom): Doc fix.
8507
8508 * calendar/calendar.el (european-calendar-style):
8509 Call european-calendar or american-calendar as needed when set.
8510 (diary-view-entries, list-calendar-holidays): Move autoloads
8511 before use.
8512
8513 2006-09-29 Juri Linkov <juri@jurta.org>
8514
8515 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
8516 to nil if there is no previous property change.
8517
8518 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8519
8520 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
8521 saving anything to be sure that `forward-sexp' behaves correctly.
8522
8523 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
8524
8525 * simple.el (line-move-finish): Ignore field boundaries if the
8526 initial and final points have the same `field' property.
8527
8528 2006-09-29 Kim F. Storm <storm@cua.dk>
8529
8530 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
8531 to t while calling ido-read-internal.
8532
8533 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
8534
8535 * textmodes/org.el (org-file-remote-p): Get regexp from list.
8536 (org-archive-subtree): Remove erraneous `]' from character list.
8537
8538 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
8539
8540 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
8541 (ses-reconstruct-all): Make undo of "insert row" work by keeping
8542 markers for data-area and parameters-area.
8543
8544 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
8545
8546 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
8547
8548 * font-lock.el (font-lock-after-change-function): Refontify next line
8549 as well if end is at BOL.
8550 (font-lock-extend-jit-lock-region-after-change): Be more careful to
8551 only extend the region as much as needed.
8552
8553 2006-09-28 Richard Stallman <rms@gnu.org>
8554
8555 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
8556
8557 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
8558
8559 * international/mule.el (after-insert-file-set-coding):
8560 If VISIT, don't let set-buffer-multibyte make undo info.
8561
8562 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
8563
8564 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
8565 lines in base64-encoded authentication response.
8566
8567 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8568
8569 * progmodes/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
8570 (ebnf-version): New version 4.3.
8571 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
8572 (ebnf-prologue): Adjust PostScript programming.
8573 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
8574 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
8575
8576 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
8577
8578 * jit-lock.el (jit-lock-force-redisplay): Rename from
8579 jit-lock-fontify-again, and undo the mistaken change I've just done.
8580
8581 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
8582 (jit-lock-fontify-again): Don't refontify text that's not displayed.
8583
8584 2006-09-26 Kenichi Handa <handa@m17n.org>
8585
8586 * startup.el (display-splash-screen): Allow a prefix argument.
8587
8588 2006-09-25 Jason Rumney <jasonr@gnu.org>
8589
8590 * subr.el (shell-quote-argument): Use DOS logic for Windows
8591 shells with DOS semantics.
8592
8593 2006-09-24 Richard Stallman <rms@gnu.org>
8594
8595 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
8596 (compilation-goto-locus): Use compilation-goto-locus-delete-o
8597 to delete the overlay. Put it on pre-command-hook.
8598
8599 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
8600
8601 * startup.el (fancy-splash-screens, normal-splash-screen):
8602 Call the splash buffer *About GNU Emacs*.
8603
8604 * simple.el (next-error-highlight, next-error-highlight-no-select):
8605 Default to 0.5.
8606 (yank-excluded-properties): Add `fontified'.
8607
8608 * font-lock.el (font-lock-compile-keywords): Allow value of
8609 syntax-begin-function to enable paren-column-0 highlighting.
8610
8611 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
8612
8613 * dired.el (dired-build-subdir-alist): When file ends in colon,
8614 don't exit the loop, just disregard that file.
8615
8616 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
8617
8618 * simple.el (line-move-finish): Handle corner case for fields in
8619 continued lines.
8620 (line-move-1): Remove flawed test for that case.
8621
8622 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
8623
8624 * icomplete.el (icomplete-simple-completing-p): Use the correct
8625 name for the new variable, `icomplete-with-completion-tables'.
8626 (file local variables): Remove superfluous setting.
8627
8628 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
8629
8630 * calendar/appt.el (appt-check): Fix typo for appointments just
8631 after midnight.
8632
8633 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
8634
8635 * help.el (describe-key-briefly, describe-key): Don't expect an
8636 extra up event if a down-event is generated by a popup menu.
8637
8638 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
8639
8640 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
8641 local dictionary when changing the global dictionary.
8642
8643 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
8644
8645 * icomplete.el (icomplete-with-completion-tables): List of
8646 specialized completion tables with which icomplete should
8647 operate. Include the new `internal-complete-buffer', so icomplete
8648 works with interactive buffer-selection.
8649 (icomplete-simple-completing-p): Add acceptance of specialized
8650 completion tables listed in icomplete-with-completion-tables.
8651
8652 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8653
8654 * frame.el (focus-follows-mouse): Set default to nil on Mac.
8655
8656 * startup.el (command-line): Use `custom-reevaluate-setting' for
8657 `focus-follows-mouse'.
8658
8659 2006-09-22 Richard Stallman <rms@gnu.org>
8660
8661 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
8662 explain why Save is not available.
8663
8664 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
8665
8666 * woman.el (woman0-so): Use `let*', not `let'.
8667 (woman-horizontal-line): Remove unbalanced parenthesis.
8668
8669 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
8670
8671 * woman.el: Make sure all the end-of-region markers we use have
8672 a non-nil insertion-type.
8673 (woman0-so): Move things around so we can use copy-marker.
8674 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
8675 Adjust marker type.
8676 (woman2-process-escapes): Check marker type.
8677 (woman-horizontal-line): Dispense with the use of a marker.
8678
8679 2006-09-22 Jay Belanger <belanger@truman.edu>
8680
8681 * calc/calc-lang.el: Add Greek letters to math-variable-table
8682 property of tex.
8683
8684 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
8685
8686 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
8687
8688 2006-09-22 Masatake YAMATO <jet@gyve.org>
8689
8690 * add-log.el (add-log-current-defun): Use `forward-sexp'
8691 instead of `forward-word' to pick c++::symbol.
8692 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
8693
8694 2006-09-22 Kenichi Handa <handa@m17n.org>
8695
8696 * bindings.el: Fix setting self-insert-command for multibyte
8697 characters in global-map.
8698
8699 2006-09-21 David Kastrup <dak@gnu.org>
8700
8701 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
8702 doc string.
8703
8704 2006-09-21 Kenichi Handa <handa@m17n.org>
8705
8706 * language/european.el ("Latin-1"): Add windows-1252 to
8707 coding-priority.
8708 ("German"): Likewise.
8709
8710 2006-09-21 Kim F. Storm <storm@cua.dk>
8711
8712 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
8713 Suggested by Miles Bader.
8714
8715 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
8716 instead of add-to-list in the simple case.
8717
8718 2006-09-20 Kenichi Handa <handa@m17n.org>
8719
8720 * isearch.el (isearch-process-search-char): Cancel the previous change.
8721 (isearch-search-string): New function.
8722 (isearch-search): Use isearch-search-string.
8723 (isearch-lazy-highlight-search): Likewise.
8724
8725 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8726
8727 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
8728 string to become an option.
8729
8730 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
8731
8732 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
8733
8734 2006-09-20 Kim F. Storm <storm@cua.dk>
8735
8736 * simple.el (line-move-partial): Call pos-visible-in-window-p with
8737 position t instead of trying both window-end and window-end - 1.
8738
8739 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
8740
8741 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
8742 hidden trees.
8743
8744 2006-09-20 David Kastrup <dak@gnu.org>
8745
8746 * mouse.el (mouse-posn-property): Improve doc string.
8747 (mouse-on-link-p): Change buffers for function calls on links.
8748
8749 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
8750 buffer is read-only.
8751
8752 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
8753
8754 * allout.el (allout-unprotected): Let inhibit-read-only only when
8755 buffer-read-only isn't set.
8756 (allout-annotate-hidden): Enable topic annotation during copies even
8757 when the buffer is read-only, eg for topic copies. Ensure that the loop
8758 advances, even when the span extends beyond the deletion region.
8759 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
8760 rather than allout-exposure-changed-hook, as a stronger assertion.
8761 (allout-keybindings-list): Add bindings for
8762 allout-copy-line-as-kill and allout-copy-topic-as-kill.
8763 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
8764 Copy wrappers for allout-kill-line and allout-kill-topic.
8765 (allout-listify-exposed): Position correctly to accumulate lines.
8766
8767 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
8768
8769 * simple.el (line-move-1): Escape field boundaries occurring
8770 exactly at point. Update goal column if constrained to a field.
8771 (line-move-finish): Escape field boundaries occurring exactly at point.
8772
8773 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
8774
8775 * mouse.el (mouse-on-link-p): Tentatively fix last change.
8776 (mouse-drag-vertical-line): Remove unused var `wconfig'.
8777
8778 2006-09-19 Kim F. Storm <storm@cua.dk>
8779
8780 * help.el (describe-key-briefly, describe-key): Simplify printing
8781 of descriptions by using format and %S. Fix "is undefined"
8782 messages to say "at that spot" for mouse events.
8783
8784 * simple.el (line-move-partial): Optimize. Try window-line-height
8785 before posn-at-point to get vpos of current line.
8786
8787 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
8788
8789 * emulation/viper.el: Bump up version/date of update to reflect the
8790 substantial changes done in August 2006.
8791
8792 * emulation/viper-cmd (viper-next-line-at-bol): Make sure button-at,
8793 push-button are defined.
8794
8795 * ediff-util.el (ediff-add-to-history): New function.
8796
8797 * ediff.el: Use ediff-add-to-history instead of add-to-history.
8798
8799 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8800
8801 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
8802 Delete duplicate make-local-variable form.
8803 (conf-space-keywords): Add autoload cookie.
8804 Fix typo (`keywords', not `keyword').
8805
8806 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8807
8808 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
8809 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
8810 to x-gtk-use-old-file-dialog.
8811
8812 2006-09-18 Richard Stallman <rms@gnu.org>
8813
8814 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
8815 that might come in during mouse tracking.
8816
8817 2006-09-18 Kim F. Storm <storm@cua.dk>
8818
8819 * simple.el (line-move-partial): Rework 2006-09-15 change to use
8820 new window-line-height function. Further optimize by not calling
8821 pos-visible-in-window-p for window-end when window-line-height
8822 returns useful information.
8823
8824 2006-09-16 Richard Stallman <rms@gnu.org>
8825
8826 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
8827 (conf-space-mode): Don't handle prefix arg.
8828 Delete conf-space-keywords-override code.
8829 Use add-hook.
8830 (conf-space-keywords): New command.
8831 (conf-space-mode-internal): Be careful with imenu-generic-expression.
8832 Delete conf-space-keywords-override code.
8833 (conf-space-keywords-alist): Doc fix.
8834 (conf-space-font-lock-keywords): Doc fix.
8835 (conf-space-keywords-override): Var deleted.
8836
8837 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
8838
8839 * startup.el (fancy-splash-screens): Don't switch to the scratch
8840 buffer; it may not be the next buffer.
8841
8842 2006-09-16 Romain Francoise <romain@orebokech.com>
8843
8844 * saveplace.el (load-save-place-alist-from-file): Use expanded name
8845 in both messages.
8846
8847 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
8848
8849 * progmodes/python.el (python-preoutput-filter):
8850 Fix arg order to string-match.
8851
8852 2006-09-16 Richard Stallman <rms@gnu.org>
8853
8854 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
8855 font-lock-compile-keywords.
8856
8857 * font-lock.el (font-lock-compile-keywords): Rename optional arg
8858 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
8859
8860 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8861
8862 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
8863
8864 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
8865 and the data doesn't look like UTF8, send STRING instead.
8866
8867 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
8868
8869 * textmodes/flyspell.el (flyspell-check-region-doublons):
8870 New function to detect duplicated words.
8871 (flyspell-large-region): Use it.
8872
8873 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
8874
8875 * simple.el (line-move-to-column): Revert 2006-08-03 change.
8876
8877 2006-09-16 Eli Zaretskii <eliz@gnu.org>
8878
8879 * help.el (describe-prefix-bindings): Use let, not let*.
8880
8881 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
8882
8883 * allout.el (allout-regexp, allout-line-boundary-regexp)
8884 (allout-bob-regexp): Correct grouping and boundaries to fix
8885 backwards traversal.
8886 (allout-depth-specific-regexp, allout-depth-one-regexp):
8887 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
8888 worse time in allout-ascend.
8889 (allout-doublecheck-at-and-shallower): Identify depth threshold
8890 below which topics are checked for and disqualified by containment
8891 discontinuities.
8892 (allout-hotspot-key-handler): Correctly handle multiple-key
8893 strokes. Remove some unused variables.
8894 (allout-mode-leaders): Clarify that mode-specific comment-start
8895 will be used.
8896 (set-allout-regexp): Correctly regexp-quote allout regexps to
8897 properly accept alternative header-leads and primary bullets with
8898 regexp-specific characters (eg, C "/*", mathematica "(*").
8899 Include new regular expressions among those configured.
8900 (allout-infer-header-lead-and-primary-bullet):
8901 Rename allout-infer-header-lead.
8902 (allout-recent-depth): Manifest as a variable as well as a function.
8903 (allout-prefix-data): Simplify into an inline instead of a macro,
8904 assuming current match data rather than being explicitly passed
8905 it. Establish allout-recent-depth value as well as
8906 allout-recent-prefix-beginning and allout-recent-prefix-end.
8907 (allout-aberrant-container-p): True when an item's immediate
8908 offspring discontinuously contained. Useful for disqualifying
8909 unintended topic prefixes, likely at low depths.
8910 (allout-goto-prefix-doublechecked): Elaborate version of
8911 allout-goto-prefix which disqualifies aberrant pseudo-items.
8912 (allout-pre-next-prefix): Layer on top of lower-level routines, to
8913 get disqualification of aberrant containers.
8914 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
8915 containers.
8916 (allout-beginning-of-current-entry): Position at start of buffer
8917 when in container (depth 0) entry.
8918 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
8919 (allout-current-bullet): Strip text properties.
8920 (allout-get-prefix-bullet): Use right match groups.
8921 (allout-beginning-of-line, allout-next-heading):
8922 Disqualify aberrant containers.
8923 (allout-previous-heading): Disqualify aberrant containers, and
8924 change to regular (rather than inline) function, to allow
8925 self-recursion.
8926 (allout-get-invisibility-overlay): Increment so progress is made
8927 when the first overlay is not the sought one.
8928 (allout-end-of-prefix): Disqualify aberrant containers.
8929 (allout-end-of-line): Cycle something like allout-beginning-of-line.
8930 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
8931 outline.el outlines) functional again. Change the primary bullet
8932 along with the header-lead - level 1 new-style bullets now work.
8933 Engage allout-before-change-handler in mainline Emacs, not just
8934 XEmacs, to do undo handling.
8935 (allout-before-change-handler): Expose undo changes occurring in
8936 hidden regions. Use allout-get-invisibility-overlay instead of
8937 reimplementing it inline.
8938 (allout-chart-subtree): Use start rather than end of prefix in
8939 charts. Use allout-recent-depth variable.
8940 (allout-chart-siblings): Disqualify aberrant topics.
8941 (allout-beginning-of-current-entry): Position correctly.
8942 (allout-ascend): Use new allout-depth-specific-regexp and
8943 allout-depth-one-regexp for linear instead of O(N^2) or worse
8944 behavior.
8945 (allout-ascend-to-depth): Depend on allout-ascend, rather than
8946 reimplementing an algorithm.
8947 (allout-up-current-level): Depend on allout-ascend, rather than
8948 reimplementing an algorithm. Return to start-point if we fail.
8949 (allout-descend-to-depth): Use allout-recent-depth variable
8950 instead of function.
8951 (allout-next-sibling): On traversal of numerous intervening
8952 topics, resort to economical allout-next-sibling-leap.
8953 (allout-next-sibling-leap): Specialized version of
8954 allout-next-sibling that uses allout-ascend cleverly, to depend on
8955 a regexp search to leap large numbers of contained topics, rather
8956 than arbitrarily many one-by-one traversals.
8957 (allout-next-visible-heading): Disqualify aberrant topics.
8958 (allout-previous-visible-heading): Position consistently when
8959 interactive.
8960 (allout-forward-current-level): Base on allout-previous-sibling
8961 rather than (differently) reimplmenting the algorithm. Remove some
8962 unused variables.
8963 (allout-solicit-alternate-bullet): Present default choice stripped
8964 of text properties.
8965 (allout-rebullet-heading): Use bullet stripped of text properties.
8966 Register changes using allout-exposure-change-hook.
8967 Disregard aberrant topics.
8968 (allout-shift-in): With universal-argument, make topic a peer of
8969 it's former offspring. Simplify the code by separating out
8970 allout-shift-out functionality.
8971 (allout-shift-out): With universal-argument, make offspring peers
8972 of their former container, and its siblings. Implement the
8973 functionality here, rather than inappropriately muddling the
8974 implementation of allout-shift-in.
8975 (allout-rebullet-topic): Respect additional argument for new
8976 parent-child separation function.
8977 (allout-yank-processing): Use allout-ascend directly.
8978 (allout-show-entry): Disqualify aberrant topics.
8979 (allout-show-children): Handle discontinuous children gracefully,
8980 extending the depth being revealed to expose them and posting a
8981 message indicating the situation.
8982 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
8983 Leave cursor in correct position.
8984 (allout-hide-current-subtree): Use allout-ascend directly.
8985 Disqualify aberrant topics.
8986 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
8987 a way that the yanks can restore it, as used to happen.
8988 (allout-yank-processing): Restore exposure layout as recorded by
8989 allout-kill-*, as used to happen.
8990 (allout-annotate-hidden, allout-hide-by-annotation): New routines
8991 for preseving and restoring exposure layout across kills.
8992 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
8993 (allout-encrypt-string): Strip text properties.
8994 Rearranged order and outline-headings for some of the
8995 miscellaneous functions.
8996 (allout-resolve-xref): No need to quote the error name in the
8997 condition-case handler section.
8998 (allout-flatten): Classic recursive (and recursively intensive,
8999 without tail-recursion) list-flattener, needed by allout-shift-out
9000 when confronted with discontinuous children.
9001
9002 2006-09-16 Jason Rumney <jasonr@gnu.org>
9003
9004 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
9005 on ms-windows.
9006 (dnd-open-unc-file): Remove.
9007 (dnd-open-local-file): Mention in doc string that it also handles
9008 remote files if the system natively supports unc file-names.
9009
9010 2006-09-15 Kim F. Storm <storm@cua.dk>
9011
9012 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
9013 all necessary information about the event before erasing *Help*.
9014
9015 * simple.el (line-move-partial): Use window-line-visiblity to
9016 quickly check whether last line is partially visible, and only do
9017 the hard (and slow) part in that case.
9018
9019 2006-09-15 Jay Belanger <belanger@truman.edu>
9020
9021 * COPYING: Replace "Library Public License" by "Lesser Public
9022 License" throughout.
9023
9024 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9025
9026 * term/x-win.el (x-menu-bar-open): New function for F10.
9027
9028 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
9029
9030 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9031 Disallow filenames containing " -" to avoid confusion with libtool
9032 compilation messages. Suggested by Stefan Monnier.
9033
9034 2006-09-15 David Kastrup <dak@gnu.org>
9035
9036 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
9037 instead of buffer position for `mouse-on-link-p'.
9038
9039 * mouse.el (mouse-posn-property): New function looking up the
9040 properties at a click position in overlays and text properties in
9041 either buffer or strings.
9042 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
9043 of both `follow-link' as well as `mouse-face' properties.
9044 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
9045 buffer position.
9046
9047 * help.el (describe-key-briefly): When reading a down-event on
9048 mode lines or scroll bar, swallow the following up event, too.
9049 Use the new mouse sensitity of `key-binding' for lookup.
9050 (describe-key): The same here.
9051
9052 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
9053
9054 * play/life.el (life-patterns): Add a few more interesting patterns.
9055 (life-setup): Force `show-trailing-whitespace' to nil.
9056
9057 2006-09-14 Richard Stallman <rms@gnu.org>
9058
9059 * startup.el (fancy-splash-text): Change text to improve alignment.
9060 (fancy-splash-screens): Don't set non-standard tab width.
9061 Bind cursor-type temporarily, and make it easy to patch to
9062 preserve the splash buffer.
9063 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
9064 (fancy-splash-screens): Display echo-area message explicitly.
9065 Don't set fancy-splash-help-echo.
9066
9067 * simple.el (line-number-mode): Group mode-line instead of
9068 editing-basics.
9069 (column-number-mode, size-indication-mode): Likewise.
9070
9071 * faces.el (mode-line-faces): Group mode-line instead of modeline.
9072
9073 * time.el (display-time): Group mode-line instead of modeline.
9074
9075 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
9076
9077 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
9078
9079 * startup.el (fancy-splash-text): Move editing instructions to
9080 fancy-splash-head.
9081 (fancy-splash-head): Issue editing instructions.
9082 (fancy-splash-screens): Fixup whitespace.
9083
9084 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9085
9086 * bindings.el (mode-line-buffer-identification-keymap):
9087 Remove duplicate line.
9088
9089 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9090
9091 * ido.el (ido-ignore-item-p): Allow any kind of functions in
9092 ignore lists.
9093
9094 2006-09-14 Kim F. Storm <storm@cua.dk>
9095
9096 * jit-lock.el (jit-lock-fontify-again): New function.
9097 (jit-lock-fontify-now): Use it instead of lambda form.
9098
9099 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
9100
9101 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
9102 (flyspell-auto-correct-word): Make ispell-filter local to these
9103 functions. Check that ispell-filter has new stuff before calling
9104 ispell-parse-output.
9105
9106 2006-09-13 Kim F. Storm <storm@cua.dk>
9107
9108 * simple.el (line-move-partial): Optimize.
9109
9110 2006-09-13 Richard Stallman <rms@gnu.org>
9111
9112 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
9113 Delete spurious backquote.
9114
9115 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
9116
9117 * net/rcirc.el (rcirc-print): Fix last change.
9118
9119 2006-09-12 Jay Belanger <belanger@truman.edu>
9120
9121 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
9122
9123 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
9124
9125 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
9126 rcirc-show-maximum-output.
9127 (rcirc-mode): Remove window-scroll-function hook.
9128 (rcirc-scroll-to-bottom): Remove function.
9129 (rcirc-print): Recenter so point stays at the bottom of the window
9130 if point was already there.
9131
9132 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
9133
9134 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
9135 not to "t".
9136 * progmodes/compile.el (compilation-start): Likewise.
9137 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
9138 Don't use expand-file-name on invocation-directory, since this
9139 might mishandle special characters in invocation-directory.
9140
9141 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9142
9143 * pcvs-defs.el: Remove * in defcustom's docstrings.
9144
9145 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
9146
9147 * progmodes/compile.el (compilation-directory-properties):
9148 Doc fix for help-echo.
9149
9150 2006-09-12 Lars Hansen <larsh@soem.dk>
9151
9152 * desktop.el (desktop-read): Add comment.
9153
9154 2006-09-12 Kim F. Storm <storm@cua.dk>
9155
9156 * simple.el (next-error-highlight, next-error-highlight-no-select):
9157 Fix spelling error.
9158
9159 * subr.el (sit-for): Rework to use input-pending-p and cond.
9160 Return nil input is pending on entry also for SECONDS <= 0.
9161 (while-no-input): Use input-pending-p instead of sit-for.
9162
9163 2006-09-11 Richard Stallman <rms@gnu.org>
9164
9165 * simple.el (next-error-highlight, next-error-highlight-no-select):
9166 Fix custom type and doc strings.
9167
9168 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9169
9170 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
9171 (diff-apply-hunk): Use it to ask for confirmation.
9172
9173 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
9174
9175 * emacs-lisp/cl.el (pushnew): Add missing `,'.
9176
9177 2006-09-11 David Kastrup <dak@gnu.org>
9178
9179 * help.el (string-key-binding, describe-key-briefly)
9180 (describe-key): Remove `string-key-binding' and its callers since
9181 `key-binding' already caters for the proper lookup now.
9182
9183 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
9184
9185 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
9186 (cfengine-mode): Use it. Fix \ syntax to be like /.
9187
9188 * bindings.el (mode-line-buffer-identification-keymap):
9189 Move initialization into declaration.
9190
9191 2006-09-10 Kim F. Storm <storm@cua.dk>
9192
9193 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
9194 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
9195 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
9196 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
9197
9198 2006-09-10 Richard Stallman <rms@gnu.org>
9199
9200 * dired-aux.el: Handle errors in recursive copy usefully.
9201 (dired-create-files-failures): New variable.
9202 (dired-copy-file): Remove condition-case.
9203 (dired-copy-file-recursive): Check for errors on all file
9204 operations, and add them to dired-create-files-failures.
9205 Check file file-date-erorr here too.
9206 (dired-create-files): Check dired-create-files-failures
9207 and report those errors too.
9208
9209 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
9210
9211 * subr.el (add-to-list): New argument COMPARE-FN.
9212
9213 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
9214
9215 * filecache.el (file-cache-add-directory)
9216 (file-cache-add-directory-list, file-cache-add-file)
9217 (file-cache-add-directory-using-find)
9218 (file-cache-add-directory-using-locate)
9219 (file-cache-add-directory-recursively): Add autoloads.
9220
9221 2006-09-09 Richard Stallman <rms@gnu.org>
9222
9223 * textmodes/conf-mode.el (conf-space-mode):
9224 Use hack-local-variables-hook instead of calling hack-local-variables.
9225 (conf-space-keywords-override): New variable.
9226 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
9227 (conf-space-mode): Always make conf-space-keywords and
9228 conf-space-keywords-override local.
9229 Call conf-space-mode-internal directly as well as via hook.
9230
9231 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
9232
9233 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
9234 quasi-keywords.
9235
9236 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
9237
9238 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
9239 (python-send-string): Be slightly more careful about adding \n.
9240
9241 * startup.el (normal-splash-screen): Don't display the buffer if we'll
9242 kill it right away anyway.
9243
9244 2006-09-09 Eli Zaretskii <eliz@gnu.org>
9245
9246 * international/codepage.el (cp850-decode-table): Fix a few codes.
9247 (cp858-decode-table): New variable.
9248
9249 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
9250
9251 * net/ldap.el (ldap-search-internal): Doc fix.
9252
9253 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9254
9255 * play/life.el (life-display-generation): Test for input manually if
9256 `sleeptime' is negative or null.
9257
9258 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
9259 (print-region-1): Substitute `%s' with the page title.
9260
9261 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
9262
9263 * locate.el (locate-current-search): New variable.
9264 (locate): Set buffer local value. Use current buffer if it is
9265 in Locate mode.
9266 (locate-mode): Disable undo here.
9267 (locate-do-setup): Use locate-current-filter from buffer to be killed.
9268 (locate-update): Use locate-current-search and locate-current-filter.
9269
9270 2006-09-08 David Kastrup <dak@gnu.org>
9271
9272 * desktop.el (desktop-read): When loading a desktop, disable
9273 saving it while the load progresses, and switch off a pending lazy
9274 load by calling `desktop-lazy-abort'.
9275
9276 2006-08-27 Martin Rudalics <rudalics@gmx.at>
9277
9278 * window.el (mouse-autoselect-window-timer)
9279 (mouse-autoselect-window-position)
9280 (mouse-autoselect-window-window)
9281 (mouse-autoselect-window-now): New vars.
9282 (mouse-autoselect-window-cancel)
9283 (mouse-autoselect-window-select)
9284 (mouse-autoselect-window-start): New functions.
9285 (handle-select-window): Call `mouse-autoselect-window-start' when
9286 delayed window autoselection is enabled.
9287
9288 * cus-start.el (mouse-autoselect-window): Handle delayed window
9289 autoselection.
9290
9291 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
9292 commands after which it is allowed to print in the echo area.
9293
9294 2006-09-08 Richard Stallman <rms@gnu.org>
9295
9296 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
9297
9298 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
9299 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
9300
9301 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
9302 (cancel-timer-internal): Add doc string.
9303 (cancel-function-timers): Doc fix.
9304 (with-timeout-handler, timer-event-last*): Add doc strings.
9305
9306 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
9307
9308 * files.el (risky-local-variable-p): Match ...-bindat-spec.
9309
9310 * dired.el (dired-log-summary): Add doc string.
9311
9312 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
9313 (custom-group-menu-create): Not here.
9314
9315 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
9316
9317 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
9318
9319 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9320
9321 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
9322 (mac-apple-event-map): Define its handler.
9323
9324 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
9325
9326 * net/ldap.el (ldap-search-internal): Handle `auth' key.
9327
9328 2006-09-07 Magnus Henoch <mange@freemail.hu>
9329
9330 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
9331 clause.
9332
9333 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9334
9335 * info.el (Info-index): Bind completion-ignore-case.
9336
9337 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9338
9339 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
9340 previous commit.
9341 (inferior-prolog-guess-flavor): New fun left out of previous commit.
9342 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
9343 burp in dedicated windows.
9344 (inferior-prolog-self-insert-command): New command.
9345 (inferior-prolog-mode-map): Use it.
9346
9347 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
9348
9349 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
9350
9351 * international/code-pages.el: Add cp858.
9352
9353 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9354
9355 * dnd.el: Fix bootstrapping.
9356
9357 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9358
9359 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
9360 (dnd-open-remote-url): New function.
9361 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
9362 not windows-nt.
9363
9364 2006-09-07 Jason Rumney <jasonr@gnu.org>
9365
9366 * dnd.el (dnd-open-remote-file-function): New variable.
9367 (dnd-open-unc-file): New function.
9368 (dnd-open-file): Call dnd-open-remote-file-function if set.
9369
9370 2006-09-06 Daiki Ueno <ueno@unixuser.org>
9371
9372 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
9373 pgg-passphrase-coding-system rather than locale-coding-system.
9374 * pgg-def.el (pgg-passphrase-coding-system): New user option.
9375
9376 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9377
9378 * progmodes/prolog.el: Remove * in docstrings.
9379 (prolog-program-name): Add SWI prolog.
9380 (prolog-mode-menu): New menu.
9381 (prolog-mode): Set comment-add.
9382 (prolog-indent-line): Simplify. Use indent-line-to.
9383 (inferior-prolog-buffer): New var.
9384 (inferior-prolog-run, inferior-prolog-process): New funs.
9385 (run-prolog, switch-to-prolog): Rewrite, using them.
9386 (prolog-consult-region): Use inferior-prolog-buffer.
9387 (inferior-prolog-load-file): New function.
9388 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
9389
9390 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
9391 last word, if it's not the end of the paragraph.
9392
9393 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
9394 file name.
9395
9396 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
9397
9398 * frame.el (display-mm-dimensions-alist): New defcustom.
9399 (display-mm-height, display-mm-width): Use it.
9400
9401 2006-09-06 Simon Josefsson <jas@extundo.com>
9402
9403 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
9404
9405 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
9406
9407 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9408 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
9409 string values.
9410
9411 2006-09-06 Kim F. Storm <storm@cua.dk>
9412
9413 * simple.el (line-move-partial): New function to do vscrolling for
9414 partially visible images / tall lines. Rewrite based on code
9415 previously in line-move. Simplify backwards vscrolling.
9416 (line-move): Use it. Simplify.
9417
9418 2006-09-05 Kim F. Storm <storm@cua.dk>
9419
9420 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
9421
9422 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
9423
9424 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9425 Process the `gcc-include' after the `gnu' rule.
9426
9427 2006-09-05 Kim F. Storm <storm@cua.dk>
9428
9429 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
9430
9431 2006-09-05 Daiki Ueno <ueno@unixuser.org>
9432
9433 * pgg.el (pgg-clear-string): Alias to clear-string for backward
9434 compatibility.
9435
9436 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
9437 inhibit-redisplay; encode passphrase with locale-coding-system.
9438
9439 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
9440
9441 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
9442
9443 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
9444
9445 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
9446 (gdb-var-list-children-regexp): Make type field optional.
9447
9448 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
9449 e.g public, protected in C++.
9450
9451 2006-09-04 John Paul Wallington <jpw@pobox.com>
9452
9453 * simple.el (completion-show-help): New defcustom.
9454 (completion-setup-function): Heed it.
9455
9456 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
9457
9458 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
9459
9460 2006-09-04 Richard Stallman <rms@gnu.org>
9461
9462 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
9463 (rsf-min-region-to-spam-list): Doc fix.
9464 (rsf-add-content-type-field): Doc fix.
9465
9466 * simple.el (kill-region): Explicitly test there is a region.
9467
9468 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
9469
9470 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
9471 sendmail in several common directories.
9472
9473 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
9474
9475 * paths.el (sendmail-program): Removed.
9476
9477 2006-09-04 Daiki Ueno <ueno@unixuser.org>
9478
9479 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
9480 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
9481 http://article.gmane.org/gmane.emacs.gnus.general/50457
9482
9483 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
9484
9485 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
9486 mark after running the menu filter.
9487
9488 2006-09-03 Juri Linkov <juri@jurta.org>
9489
9490 * international/quail.el (quail-defrule-internal): Add a check
9491 if a key is a vector.
9492
9493 2006-09-02 Juri Linkov <juri@jurta.org>
9494
9495 * man.el (Man-topic-history): New variable.
9496 (man): Use it.
9497
9498 * woman.el (woman-topic-history): Change defvar to defvaralias
9499 for symbol `Man-topic-history'.
9500
9501 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
9502 `comint-last-output-start' is a marker by using `markerp' and
9503 check if it has a position by using `marker-position', and use
9504 this position for `goto-char'.
9505
9506 * international/quail.el (quail-defrule-internal): Add missing
9507 `error' call for null key.
9508
9509 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
9510
9511 * net/rcirc.el (rcirc-keywords): New variable.
9512 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
9513 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
9514 variables.
9515 (rcirc-responses-no-activity): New function.
9516 (rcirc-handler-generic): Check for responses in above.
9517 (rcirc-process-command): Add ?: character to arguments of raw
9518 server commands.
9519 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
9520 `rcirc-dim-nicks'.
9521 (rcirc-gray-toggle): Remove unused variable.
9522 (rcirc-print): Remove some tracking logic, which is moved into
9523 markup functions.
9524 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
9525 types.
9526 (rcirc-activity-string): Look for 'keyword in activity-types.
9527 (rcirc-window-configuration-change): Don't erase overlay-arrow
9528 unnecessarily.
9529 (rcirc-add-or-remove): New function.
9530 (rcirc-cmd-ignore): Use it.
9531 (rcirc-message-leader): Remove unused function.
9532 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
9533 (rcirc-add-face): New function.
9534 (rcirc-facify): Use rcirc-add-face.
9535 (rcirc-url-regexp): Add parens.
9536 (rcirc-map-regexp): Remove function.
9537 (rcirc-mangle-regexp): Remove function.
9538 (rcirc-markup-text-functions): New variable.
9539 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
9540 (rcirc-markup-body-text, rcirc-markup-attributes)
9541 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
9542 (rcirc-markup-bright-nicks): New markup handler functions.
9543 (rcirc-nick-in-message-full-line): New face.
9544 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
9545 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
9546
9547 2006-09-02 Martin Rudalics <rudalics@gmx.at>
9548
9549 * cus-start.el (hscroll-margin, hscroll-step)
9550 (mode-line-in-non-selected-windows, mouse-autoselect-window)
9551 (x-use-underline-position-properties): Change version to "22.1"
9552 since they will appear there for the first time.
9553
9554 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
9555
9556 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
9557
9558 2006-08-31 Richard Stallman <rms@gnu.org>
9559
9560 * cus-edit.el (custom-save-variables): Slight cleanup.
9561 (Custom-no-edit): Renamed from custom-no-edit.
9562 (Custom-newline): Renamed from custom-newline.
9563 (custom-mode-map): Use new names.
9564
9565 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
9566 about customization, rather than M-x customize, in the doc string
9567 made for the defcustom.
9568
9569 * emacs-lisp/trace.el (trace-function-background): Doc fix.
9570
9571 2006-08-31 Romain Francoise <romain@orebokech.com>
9572
9573 * dired-x.el (dired-guess-shell-alist-default): Update.
9574
9575 2006-08-31 Michael Mauger <mmaug@yahoo.com>
9576
9577 * custom.el (custom-theme-set-variables): Autoload packages before
9578 sorting the variables.
9579
9580 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
9581
9582 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
9583 Convert events to chars if XEmacs.
9584 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
9585
9586 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
9587
9588 * progmodes/python.el (python-eldoc-function): Re-enable quit while
9589 waiting for process.
9590
9591 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9592
9593 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
9594 results in ASCII-only string, encode original one directly.
9595
9596 2006-08-29 Romain Francoise <romain@orebokech.com>
9597
9598 * startup.el (normal-splash-screen, fancy-splash-screens):
9599 Make buffer read-only and arrange to enter view mode if necessary.
9600
9601 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
9602
9603 * hl-line.el (hl-line): New face.
9604 (hl-line-face): Use it.
9605
9606 * image-mode.el (image-mode): Fix last fix.
9607 Suggested by Kim F. Storm.
9608
9609 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
9610
9611 Sync with Tramp 2.0.54.
9612
9613 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
9614 of `=', because `tramp-get-remote-gid' might not always return an
9615 integer when expected.
9616 (tramp-register-file-name-handlers): `partial-completion-mode' is
9617 unknown to XEmacs.
9618 (tramp-time-diff): Don't use `floor', it might fail for large
9619 differences.
9620 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
9621 `tramp-auto-save-directory' if unset in order to guarantee unique
9622 auto-save file names.
9623
9624 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
9625
9626 * image-mode.el (image-mode): Display image as text on a terminal.
9627
9628 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
9629
9630 * progmodes/python.el (python-send-command): Simplify.
9631 (run-python): Don't generate a new buffer unless `new' was specified.
9632 Make sure we send `import emacs' to the proper process.
9633
9634 * progmodes/python.el (python-send-command): Don't wait for the command
9635 to terminate. Don't fiddle with compilation-parsing-end.
9636
9637 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
9638
9639 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
9640 Insert commentary after first line summary.
9641
9642 * woman.el (woman-follow): New function, based on `man-follow'.
9643 (woman-mode-map): Use it.
9644
9645 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
9646 since ibuffer-do-sort-by-recency does not define a sorter.
9647
9648 2006-08-28 Kim F. Storm <storm@cua.dk>
9649
9650 * find-dired.el (find-dired): Use shell-quote-argument to properly
9651 escape ( and ) args. Also use it on {} and ; args in default
9652 value of find-ls-option string.
9653 (find-grep-dired): Use shell-quote-argument on {} and ; args.
9654
9655 2006-08-27 Michael Olson <mwolson@gnu.org>
9656
9657 * emacs-lisp/tq.el: Small grammar fix in comments.
9658 (tq-enqueue): Check for existence of queue rather than the
9659 head queue item's question, which was a no-op.
9660 (tq-filter, tq-process-buffer): Make sure the process buffer
9661 exists before making it the current buffer.
9662
9663 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9664
9665 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
9666 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
9667 (special-event-map): Apply 2006-08-16 change for x-win.el.
9668
9669 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
9670
9671 * progmodes/python.el (python-send-receive): Wait in the
9672 process's buffer so as to check the right buffer-local variables.
9673
9674 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
9675
9676 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
9677 (defgroup checkdoc): Move to beginning.
9678
9679 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
9680 (python-preoutput-continuation): Remove.
9681 (python-preoutput-filter): Simplify correspondingly.
9682 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
9683 Loop around to catch embedded _emacs_out output.
9684 (run-python): Send the import&print command on a single line.
9685 (python-send-command): Send command&print on a single line.
9686 (python-send-string): Only add double \n if needed.
9687 (python-send-receive): Loop until the result comes.
9688 (python-mode-running): Defvar it.
9689 (python-setup-brm): Remove unused var `menu'.
9690 Only bind py-mode-map and `features' around brm-init.
9691 (python-calculate-indentation): Remove unused var `point'.
9692 (python-beginning-of-defun): Remove unused var `def-line'.
9693
9694 2006-08-25 Richard Stallman <rms@gnu.org>
9695
9696 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
9697
9698 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
9699
9700 * emulation/viper.el (viper-set-hooks): Use frame bindings for
9701 viper-vi-state-cursor-color.
9702 (viper-non-hook-settings): Don't set default
9703 mode-line-buffer-identification.
9704
9705 * emulation/viper-util.el (viper-set-cursor-color-according-to-state):
9706 New fun.
9707 (viper-set-cursor-color-according-to-state)
9708 (viper-get-saved-cursor-color-in-replace-mode)
9709 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
9710 viper-emacs-state-cursor-color.
9711
9712 * emulation/viper-cmd.el (viper-envelop-ESC-key): Bug fix.
9713 (viper-undo): Use point if undo-beg-posn is nil.
9714 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
9715 (viper-after-change-undo-hook): Don't use
9716 viper-emacs-state-cursor-color by default.
9717 (viper-undo): More sensible positioning after undo.
9718
9719 * emulation/viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
9720 (viper-emacs-state-cursor-color): Default to nil, since this feature
9721 doesn't work well yet.
9722
9723 * ediff-mult.el (ediff-intersect-directories)
9724 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
9725 always expand filenames.
9726
9727 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
9728
9729 * tumme.el: Remove * in defcustoms's docstrings.
9730
9731 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
9732
9733 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
9734 Accept internal time format for SECS arg.
9735 (timer-relative-time): Doc fix.
9736
9737 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
9738 adapted from Martin Rudalics.
9739 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
9740 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
9741 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
9742 using sit-for.
9743
9744 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
9745
9746 * cus-start.el (all): Add `overline-margin' and
9747 `x-underline-at-descent-line'.
9748
9749 2006-08-24 Kim F. Storm <storm@cua.dk>
9750
9751 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
9752 to mean "use find -exec"; nil now unambiguously means auto-detect.
9753 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
9754 Use shell-quote-argument to build grep-find-command and
9755 grep-find-template.
9756 (rgrep): Use shell-quote-argument to properly quote arguments to find.
9757 Reported by Tom Seddon.
9758
9759 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
9760
9761 * startup.el (fancy-splash-head): Give instructions for dismissing
9762 the splash screen for default startup too.
9763 (display-startup-echo-area-message, fancy-splash-screens)
9764 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
9765 all splash text at once and keep the splash buffer around.
9766 (command-line-1): Give display-startup-echo-area-message a t arg.
9767
9768 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
9769
9770 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
9771 gnus frame is selected.
9772
9773 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
9774
9775 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
9776
9777 2006-08-22 Kim F. Storm <storm@cua.dk>
9778
9779 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
9780 Add suffix matching for subdirs.
9781
9782 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
9783
9784 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
9785 mouse-yank-at-point is non-nil.
9786
9787 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
9788
9789 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
9790 a bit wider and remove fringes to fit initial output on line.
9791
9792 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
9793
9794 * frame.el (blink-cursor-end): Only ignore the error we care about.
9795 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
9796
9797 2006-08-21 Richard Stallman <rms@gnu.org>
9798
9799 * whitespace.el (whitespace-cleanup): Doc fix.
9800
9801 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
9802
9803 * net/rcirc.el (rcirc-show-maximum-output): New var.
9804 (rcirc-buffer-process): If no buffer argument is supplied, use
9805 current-buffer.
9806 (rcirc-complete-nick): Complete to the last completed nick first.
9807 (rcirc-mode): Preserve the value of `rcirc-urls' across
9808 connections. Setup scroll function.
9809 (rcirc-scroll-to-bottom): New function.
9810 (rcirc-print): Use nick syntax around regexp work.
9811 Notice dim-nicks speaking only if they say our nick.
9812 (rcirc-update-activity-string): Do not show the modeline indicator
9813 if there are no live rcirc processes.
9814 (rcirc-cmd-ignore): Ignore case.
9815 (rcirc-browse-url-at-point): Fix off-by-one error.
9816
9817 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
9818
9819 * progmodes/python.el: Remove * in defcustom docstrings.
9820 (run-python, python-proc, python-try-complete): Use derived-mode-p.
9821 (python-mode): Set tab-width and indent-tabs-mode.
9822
9823 2006-08-20 Dave Love <fx@gnu.org>
9824
9825 * progmodes/python.el: Update to Dave Love's latest version.
9826 (python-font-lock-keywords, python-mode): Don't use
9827 font-lock-syntax-table, but match symbol elements explicitly instead.
9828 (python-mode-map): Add help, and a few more key bindings.
9829 (python-skip-comments/blanks): Move out of comments as well.
9830 (python-continuation-line-p): Behave better with unbalanced parens.
9831 (python-blank-line-p): New fun.
9832 (python-open-block-statement-p): Don't use a heuristic.
9833 (python-outdent-p): Better handle blocks-in-the-same-line.
9834 (python-calculate-indentation): Misc improvements.
9835 (python-comment-indent): Remove.
9836 (python-block-pairs): New var.
9837 (python-first-word): New fun.
9838 (python-indentation-levels): Handle more common cases.
9839 (python-indent-line-1): Add `leave' argument.
9840 (python-indent-region): New fun.
9841 (python-skip-out): New fun.
9842 (python-beginning-of-statement, python-end-of-statement): Use it.
9843 (python-next-statement): Return correct count even at eob.
9844 (python-end-of-block): Fix paren-typo.
9845 (python-imenu-create-index): Add module variables.
9846 (run-python): Add `new' arg.
9847 Check we're at a prompt before returning.
9848 (python-send-command): Move to end of buffer.
9849 Wait for prompt to return.
9850 (python-set-proc): New fun.
9851 (python-imports): New var.
9852 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
9853 (python-eldoc-function): Try to move out of arg list.
9854 (python-outline-level): Offset by 1.
9855 (python-find-imports): New fun.
9856 (python-symbol-completions): Use python-imports.
9857 (python-module-path, ffap-alist): Add support for ffap.
9858 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
9859 (python-insert-*, python-default-template, python-expand-template):
9860 Add templates/skeletons.
9861 (python-setup-brm): Support for Bicycle Repair Man.
9862 (python-abbrev-syntax-table): New var.
9863 (python-abbrev-pc-hook, python-pea-hook): New funs.
9864
9865 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
9866
9867 * frame.el (blink-cursor-start): Set timer first.
9868 (blink-cursor-end): Ignore timer cancelling errors.
9869 Suggested by Ken Manheimer.
9870
9871 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
9872
9873 * newcomment.el (comment-box): Call `comment-normalize-vars'.
9874 Add autoload cookie.
9875
9876 2006-08-20 Richard Stallman <rms@gnu.org>
9877
9878 * simple.el (line-number-at-pos): Doc fix.
9879
9880 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
9881 timer-activate-when-idle, so timer can run before Emacs becomes
9882 non-idle again.
9883
9884 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
9885
9886 * whitespace.el (whitespace-cleanup-internal): New optional arg
9887 REGION-ONLY. If it's non-nil, modify the message to the user
9888 accordingly.
9889 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
9890 a non-nil argument.
9891
9892 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
9893
9894 * rect.el (spaces-string): Simplify and add doc string.
9895
9896 2006-08-17 Romain Francoise <romain@orebokech.com>
9897
9898 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
9899
9900 2006-08-17 Richard Stallman <rms@gnu.org>
9901
9902 * compare-w.el (compare-windows): lambda's take an arg and pass
9903 it to compare-windows-skip-whitespace.
9904
9905 2006-08-17 Martin Rudalics <rudalics@gmx.at>
9906
9907 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
9908 the right buffer.
9909
9910 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
9911
9912 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
9913 removed files.
9914
9915 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
9916
9917 * progmodes/gdb-ui.el (gdb-locals-watch-map)
9918 (gdb-locals-watch-map-1): Suppress keymap first.
9919 (gdb-edit-locals-map-1): New variable.
9920 (gdb-edit-locals-value): New function.
9921 (gdb-stack-list-locals-handler): Use them.
9922
9923 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
9924
9925 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
9926 cursor would normally be drawn in the fringe.
9927
9928 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
9929 Reported by Martin Rudalics <rudalics@gmx.at>.
9930
9931 2006-08-16 Richard Stallman <rms@gnu.org>
9932
9933 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
9934 (special-event-map): Process drag-n-drop events this way.
9935
9936 * simple.el (move-beginning-of-line): Test whether fields
9937 would prevent motion back to line's first visible character.
9938 If so, stop where the fields would stop the motion.
9939
9940 * newcomment.el (comment-indent): Fully update INDENT
9941 before checking to see if it will change the text.
9942
9943 * cus-edit.el (custom-newline): New function.
9944 (custom-mode-map): Bind newline to custom-newline.
9945
9946 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
9947 into ignore-whitespace.
9948 Check each buffer for its skip-function.
9949 Handle compare-windows-skip-whitespace special-case test
9950 by returning t from default skip function.
9951
9952 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
9953
9954 * textmodes/org.el (org-clock-special-range)
9955 (org-clock-update-time-maybe): New functions.
9956 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
9957 not only a-z.
9958 (org-agenda-get-blocks): Allow multiple blocks per headline.
9959 (org-timestamp-change): Call `org-clock-update-time-maybe'.
9960 (org-export-html-title-format)
9961 (org-export-html-toplevel-hlevel): New options.
9962 (org-export-language-setup): Add support for Czech.
9963 (org-mode, org-insert-todo-heading, org-find-visible)
9964 (org-find-invisible, org-invisible-p, org-invisible-p2)
9965 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
9966 (org-show-subtree, org-show-entry, org-make-options-regexp):
9967 Remove compatibility support for old outline-mode.
9968 (org-check-occur-regexp): Funtion removed.
9969 (org-on-heading-p, org-back-to-heading): Made defalias.
9970 (org-set-local): New defsubst.
9971 (org-set-regexps-and-options, org-mode)
9972 (org-set-font-lock-defaults, org-edit-agenda-file-list)
9973 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
9974 (org-remember-apply-template, org-table-edit-field)
9975 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
9976 (org-set-autofill-regexps): Use `org-set-local'.
9977 (org-table-eval-formula): Fix bug with parsing of display flags.
9978
9979 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
9980
9981 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
9982 frame with fringe arrow. Suggested by Simon Marshall
9983 <simon.marshall@misys.com>.
9984 (gdb-stack-position): New variable.
9985 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
9986 (gdb-frames-mode): Set gdb-stack-position to nil.
9987 Add to overlay-arrow-variable-list
9988 (gdb-reset): Delete gdb-stack-position from above list.
9989
9990 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9991
9992 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
9993 read only.
9994
9995 2006-08-13 Romain Francoise <romain@orebokech.com>
9996
9997 * cus-theme.el (customize-create-theme)
9998 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
9999
10000 * filesets.el (filesets-add-buffer): Ditto.
10001
10002 * pcvs.el (cvs-change-cvsroot): Ditto.
10003
10004 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
10005
10006 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
10007 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
10008 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
10009 expressions.
10010 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
10011 Only search till end of line.
10012 Add face to function names in case of no filename.
10013 Add face to variable names of watchpoints.
10014
10015 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
10016
10017 * cus-start.el <indent-tabs-mode>: Move to the `indent'
10018 customization group.
10019
10020 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
10021
10022 * allout.el (allout-prior-bindings, allout-added-bindings):
10023 Remove, after long deprecation.
10024 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
10025 Add customization vars controlling allout-beginning-of-line and
10026 allout-end-of-line conveniences.
10027 (allout-header-prefix, allout-use-mode-specific-leader)
10028 (allout-use-mode-specific-leader, allout-mode-leaders):
10029 Revise docstrings.
10030 (allout-infer-header-lead): Change to be an alias for
10031 allout-infer-header-lead-and-primary-bullet.
10032 (allout-infer-header-lead-and-primary-bullet): New version of
10033 allout-infer-header-lead which assigns the primary bullet to the
10034 same as the header lead, when its being changed.
10035 (allout-infer-body-reindent): Apply regexp-quote instead of
10036 unconditionally prepending "\\", so that all literal
10037 allout-header-prefix and allout-primary-bullet strings are
10038 properly handled.
10039 (allout-add-resumptions): Add optional qualifier for extending or
10040 appending to existing values, rather than replacing them.
10041 (allout-view-change-hook): Clarify docstring.
10042 (allout-exposure-change-hook): Take explicit arguments, via
10043 run-hook-with-args.
10044 (allout-structure-added-hook)
10045 (allout-structure-deleted-hook)
10046 (allout-structure-shifted-hook): New hooks analogous to
10047 allout-exposure-change-hook for other kinds of structural outline
10048 edits.
10049 (allout-encryption-plaintext-sanitization-regexps): New encryption
10050 customization variable, by which cooperating modes can provde
10051 massage of the plaintext without actually being passed it.
10052 (allout-encryption-ciphertext-rejection-regexps)
10053 (allout-encryption-ciphertext-rejection-ceiling): New encryption
10054 customization variables, by which cooperating modes can prohibit
10055 rare but possible ciphertext patterns from fouling their
10056 operation, with actually being passed the ciphertext.
10057 (allout-mode): Run activation and deactivation hooks after the
10058 minor-mode variable has been toggled, to clarify the mode
10059 disposition. The new encryption ciphertext rejection variable is
10060 used to ensure that the ciphertext does not contain text that
10061 would be recognized as outline structural elements by allout.
10062 Substite allout-beginning-of-line and allout-end-of-line for
10063 conventionall beginning-of-line and end-of-line bindings.
10064 If allout-old-style-prefixes is non-nil, don't nullify it on mode
10065 activation!
10066 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
10067 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
10068 (allout-chart-subtree): Implement new mode, charting only the
10069 visible items in the subtree, when new 'visible' parameter is non-nil.
10070 (allout-end-of-subtree): Properly handle the last item in the buffer.
10071 (allout-pre-command-business, allout-command-counter):
10072 Increment an advertised counter so that cooperating enhancements can
10073 track revisions of items.
10074 (allout-open-topic): Run allout-structure-added-hook with suitable
10075 arguments.
10076 (allout-shift-in): Run allout-structure-shifted-hook with suitable
10077 arguments.
10078 (allout-shift-out): Fix doubling for negative args and ensure call
10079 of allout-structure-shifted-hook by solely using allout-shift-in.
10080 (allout-kill-line, allout-kill-topic):
10081 Run allout-structure-deleted-hook with suitable arguments.
10082 (allout-yank-processing): Run allout-structure-added-hook with
10083 proper arguments.
10084 (allout-yank): Enclose activity in allout-unprotected.
10085 (allout-flag-region): Run allout-exposure-change-hook with
10086 suitable arguments, instead of making the callee infer the arguments.
10087 (allout-encrypt-string):
10088 Support allout-encryption-plaintext-sanitization-regexps,
10089 allout-encryption-ciphertext-rejection-regexps, and
10090 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
10091 en/de cryption mode in symmetric encryption failure message.
10092 (allout-obtain-passphrase): Use copy-sequence to get a distinct
10093 copy of the passphrase, and don't zero it or we'll corrupt the
10094 stashed copy.
10095 (allout-create-encryption-passphrase-verifier)
10096 (allout-verify-passphrase): Respect the new signature for
10097 allout-encrypt-string.
10098 (allout-get-configvar-values): Convenience for getting a
10099 configuration variable value and handling its absence gracefully.
10100
10101 2006-08-11 Romain Francoise <romain@orebokech.com>
10102
10103 * obsolete/zone-mode.el: Delete.
10104
10105 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
10106
10107 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
10108
10109 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
10110
10111 * emacs-lisp/bindat.el (bindat-ip-to-string):
10112 Use `format-network-address' if possible.
10113
10114 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10115
10116 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
10117
10118 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
10119
10120 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
10121 restore unread-command-events here.
10122 (edebug-display): Do it here, to detect sit-for interruptions.
10123
10124 2006-08-10 Romain Francoise <romain@orebokech.com>
10125
10126 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
10127 (dns-mode-soa-auto-increment-serial): New user option.
10128 (dns-mode-soa-maybe-increment-serial): New function.
10129 (dns-mode): Add the latter to `write-contents-functions'.
10130
10131 * obsolete/zone-mode.el: Move to obsolete/ from net/.
10132 Delete autoload cookies.
10133
10134 2006-08-10 John Wiegley <johnw@newartisans.com>
10135
10136 * eshell/em-glob.el (eshell-glob-chars-list)
10137 (eshell-glob-translate-alist): Add support for [^g] in character globs.
10138
10139 2006-08-10 Richard Stallman <rms@gnu.org>
10140
10141 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
10142 (facemenu-set-face): Doc fix.
10143 (facemenu-listed-faces): Doc fix.
10144
10145 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
10146
10147 * avoid.el (mouse-avoidance-animating-pointer): New var.
10148 (mouse-avoidance-nudge-mouse): Use it.
10149 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
10150 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
10151 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
10152 Don't activate if currently animating. All callers changed.
10153
10154 2006-08-09 John Wiegley <johnw@newartisans.com>
10155
10156 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
10157 variable, which causes timeclock to report elapsed time worked,
10158 instead of just work remaining.
10159
10160 2006-08-09 Kenichi Handa <handa@m17n.org>
10161
10162 * international/latexenc.el (latexenc-find-file-coding-system):
10163 Fix for the case that the 2nd element of arg-list is a cons.
10164
10165 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
10166
10167 * info.el (Info-fontify-node): Handle preceding `in' for note
10168 reference hiding rules.
10169
10170 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
10171
10172 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
10173 mistake a closing " for an opening one.
10174
10175 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
10176
10177 * term/xterm.el (terminal-init-xterm): Add more key bindings.
10178
10179 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
10180
10181 * complete.el (PC-do-completion): Filter out completions matching
10182 completion-ignored-extensions before checking whether there are
10183 multiple completions.
10184 Don't use `list' unnecessarily when building completion tables.
10185
10186 2006-08-06 Richard Stallman <rms@gnu.org>
10187
10188 * help.el (describe-mode): Make minor mode list more concise.
10189
10190 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
10191
10192 * bindings.el: Give mode-line-format, mode-line-modes, and
10193 mode-line-position `standard-value' properties.
10194
10195 2006-08-05 Eli Zaretskii <eliz@gnu.org>
10196
10197 * buff-menu.el (list-buffers-noselect): For Info buffers, use
10198 "(file)node" instead of the file name.
10199
10200 2006-08-05 Richard Stallman <rms@gnu.org>
10201
10202 * faces.el (escape-glyph): Doc fix.
10203
10204 2006-08-04 Kenichi Handa <handa@m17n.org>
10205
10206 * international/mule-diag.el (describe-font): Improve docstring
10207 and error message. Use frame-parameter (not frame-parameters).
10208
10209 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10210
10211 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
10212 Correctly mark the end-of-docstring char.
10213
10214 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
10215
10216 * simple.el (line-move-to-column): Constrain move-to-column to
10217 current field.
10218
10219 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
10220
10221 * font-lock.el (font-lock-beg, font-lock-end)
10222 (font-lock-extend-region-functions): New vars.
10223 (font-lock-extend-region-multiline)
10224 (font-lock-extend-region-wholelines): New functions.
10225 (font-lock-default-fontify-region): Use them.
10226 (font-lock-extend-jit-lock-region-after-change): Only round up
10227 if font-lock-default-fontify-region will do it as well.
10228
10229 * font-lock.el (font-lock-extend-after-change-region-function):
10230 Rename from font-lock-extend-region-function.
10231 (font-lock-extend-region): Remove by inlining at call sites.
10232 (font-lock-after-change-function): Don't needlessly round up to a whole
10233 number of lines.
10234 (font-lock-extend-jit-lock-region-after-change): Be more careful about
10235 the boundary conditions and the interactions between the various ways
10236 to extend the region.
10237
10238 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10239
10240 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
10241 modification status when forcing the second redisplay.
10242
10243 2006-08-03 Kim F. Storm <storm@cua.dk>
10244
10245 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
10246
10247 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
10248
10249 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
10250 doesn't look like a file name.
10251
10252 * complete.el (PC-expand-many-files): Avoid signalling an error when
10253 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
10254
10255 2006-08-02 Andreas Schwab <schwab@suse.de>
10256
10257 * bindings.el (mode-line-format): Simplify reference to vc-mode.
10258
10259 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
10260
10261 * bindings.el (map): Make mode-line-buffer-identification-keymap
10262 before defining propertized-buffer-identification.
10263
10264 2006-08-01 Richard Stallman <rms@gnu.org>
10265
10266 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
10267
10268 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
10269
10270 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
10271 default value.
10272 (gdb-find-source-frame): New function.
10273 (menu): Add to menu bar.
10274
10275 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
10276
10277 * font-core.el (font-lock-extend-region-function)
10278 (font-lock-extend-region): Move to font-lock.el.
10279
10280 * font-lock.el (font-lock-extend-region-function)
10281 (font-lock-extend-region): Move from font-core.el. Simplify.
10282
10283 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
10284 if needed.
10285 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
10286 (jit-lock-after-change-extend-region-functions): New hook.
10287 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
10288
10289 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
10290 (font-lock-turn-on-thing-lock): Use it.
10291
10292 * longlines.el (longlines-show-region): Make it work on read-only
10293 buffers as well.
10294
10295 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
10296
10297 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
10298
10299 2006-07-31 Richard Stallman <rms@gnu.org>
10300
10301 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
10302 (vhdl-speedbar-display-projects): Update old obsolete
10303 speedbar variable names.
10304
10305 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
10306
10307 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
10308 (gdb-stopped): Use it.
10309
10310 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
10311
10312 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
10313
10314 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
10315 for load-history elements.
10316
10317 2006-07-29 Eli Zaretskii <eliz@gnu.org>
10318
10319 * files.el (convert-standard-filename): For Cygwin, replace
10320 characters not allowed in Windows file names.
10321 (make-auto-save-file-name): Add Cygwin to the list of systems
10322 where the auto-save file name needs to be run through
10323 convert-standard-filename.
10324
10325 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
10326
10327 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
10328
10329 2006-07-28 Richard Stallman <rms@gnu.org>
10330
10331 * bindings.el (mode-line-frame-identification)
10332 (propertized-buffer-identification): Centralize the code
10333 to initialize the variable.
10334
10335 * progmodes/grep.el (grep-default-command): Catch errors from
10336 wildcard-to-regexp.
10337
10338 2006-07-29 Kim F. Storm <storm@cua.dk>
10339
10340 * progmodes/grep.el (grep-tag-default): New function.
10341 (grep-default-command, grep-read-regexp): Use it.
10342 (grep-read-files): Use car of grep-files-history or grep-files-aliases
10343 as default if nothing else applies.
10344
10345 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
10346
10347 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
10348 Throw error if buffer is not in Dired and Wdired mode, respectively.
10349
10350 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
10351
10352 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
10353 self-insert-command keys don't activate buttons.
10354 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
10355
10356 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
10357
10358 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
10359 faces for enable character.
10360
10361 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
10362
10363 * Makefile.in (recompile): Update comment to reflect change
10364 on 2004-04-21.
10365
10366 2006-07-27 Richard Stallman <rms@gnu.org>
10367
10368 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
10369 (customize-package-emacs-version): Change msg when pkg has no entry.
10370 (custom-no-edit): On a button, do like widget-button-press.
10371
10372 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
10373
10374 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
10375 S-tab and C-S-tab.
10376
10377 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
10378
10379 * progmodes/which-func.el (which-function): Fix documentation/
10380 comment typo.
10381
10382 2006-07-26 Richard Stallman <rms@gnu.org>
10383
10384 * textmodes/ispell.el (ispell-word): If we replace the word,
10385 move point to the end. Insert before deleting.
10386
10387 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
10388
10389 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
10390 a timer.
10391
10392 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
10393
10394 * tumme.el (tumme-backward-image): Add prefix argument. Add error
10395 when at first image.
10396 (tumme-forward-image): Add prefix argument. Add error when at last
10397 image.
10398
10399 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
10400
10401 * tabify.el (tabify-regexp): Use more specific regexps.
10402 (tabify): Avoid modifying the buffer unnecessarily.
10403
10404 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
10405
10406 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
10407 (tumme-format-properties-string): Handle empty `buf'.
10408 (tumme-get-comment): Change variable names inside `let'.
10409 Add missing `let' variable that cause font-lock problems.
10410 (tumme-write-comments): Change variable names inside `let'.
10411 Add missing `let' variable that cause font-lock problems.
10412 (tumme-forward-image): Rename from `tumme-forward-char'.
10413 (tumme-backward-image): Rename from `tumme-backward-char'.
10414
10415 2006-07-25 Masatake YAMATO <jet@gyve.org>
10416
10417 * progmodes/ld-script.el (ld-script-keywords)
10418 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
10419 and add comments.
10420
10421 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
10422
10423 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
10424 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
10425 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
10426 for status indicator.
10427
10428 2006-07-24 Richard Stallman <rms@gnu.org>
10429
10430 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
10431
10432 * subr.el (dolist, dotimes): Use interned symbols for locals.
10433 (--dotimes-limit--, --dolist-tail--): New defvars.
10434 (looking-back): Doc fix.
10435
10436 * replace.el (replace-match-string-symbols): Handle dotted lists.
10437
10438 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
10439
10440 * tumme.el (tumme-write-tags): Add.
10441 (tumme-write-comments): Add.
10442 (tumme-tag-files): Change to use `tumme-write-tags'.
10443 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
10444 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
10445 (tumme-save-information-from-widgets): Change to use
10446 `tumme-write-comments' and `tumme-write-tags'.
10447 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
10448 (tumme-write-tag): Remove.
10449 (tumme-write-comment): Remove.
10450 (tumme-display-previous-thumbnail-original): Remove empty line.
10451 (tumme-widget-list): Add punctuation.
10452
10453 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
10454
10455 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
10456
10457 2006-07-24 Daiki Ueno <ueno@unixuser.org>
10458
10459 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10460 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
10461 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
10462
10463 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
10464
10465 * mouse.el (mouse-on-link-p): Doc fix.
10466
10467 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
10468
10469 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10470 Handle "C-h f `".
10471
10472 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
10473
10474 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
10475 column.
10476
10477 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
10478
10479 * textmodes/table.el: Add move-beginning-of-line and
10480 move-end-of-line to Point Motion Only Group.
10481
10482 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
10483
10484 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
10485
10486 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10487
10488 * startup.el (user-mail-address): Initialize from the `EMAIL'
10489 environment variable first. Document this.
10490 (command-line): Ditto.
10491
10492 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
10493
10494 * help-mode.el (help-function-def, help-variable-def)
10495 (help-face-def): Print a message in the minibuffer.
10496
10497 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
10498
10499 * term/xterm.el (terminal-init-xterm): Fix key bindings
10500 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
10501
10502 2006-07-21 Eli Zaretskii <eliz@gnu.org>
10503
10504 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
10505 where `(nth 1 command)' is a cons cell. Doc fix.
10506
10507 * textmodes/po.el (po-find-charset): Doc fix.
10508
10509 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
10510
10511 * allout.el (allout-unprotected, allout-e-o-prefix-p)
10512 (allout-beginning-of-current-line, allout-end-of-current-line)
10513 (allout-next-visible-heading, allout-open-topic)
10514 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
10515 (allout-flag-current-subtree, allout-show-to-offshoot)
10516 (allout-hide-current-entry, allout-show-current-branches)
10517 (allout-hide-region-body, allout-old-expose-topic)
10518 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
10519 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
10520 containing `beginning-of-line' and `end-of-line' with
10521 `inhibit-field-text-motion' t.
10522
10523 2006-07-21 Eli Zaretskii <eliz@gnu.org>
10524
10525 * frame.el (focus-follows-mouse): Document that it doesn't have
10526 any effect on MS-Windows.
10527
10528 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
10529
10530 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
10531
10532 2006-07-20 Jay Belanger <belanger@truman.edu>
10533
10534 * calc/calc.el (calc-previous-alg-entry): Remove variable.
10535
10536 * calc/calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
10537 New variables.
10538 (calc-alg-entry): Use `calc-alg-entry-history'.
10539 (calc-do-quick-calc): Use `calc-quick-calc-history'.
10540 Remove reference to `calc-previous-alg-entry'.
10541 (calcAlg-edit, calcAlg-enter): Remove reference to
10542 `calc-previous-alg-entry'.
10543 (calcAlg-previous): Use `previous-history-element' instead of
10544 `calc-previous-alg-entry'.
10545 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
10546 Change keybinding for `calcAlg-plus-minus', add keybindings for
10547 `previous-history-element' and `next-history-element'.
10548
10549 * calc/calc-rewr.el (calc-match): Remove reference to
10550 `calc-previous-alg-entry'.
10551
10552 * calc/calc-sel.el (calc-selection-history): New variable.
10553 (calc-enter-selection, calc-sel-mult-both-sides)
10554 (calc-sel-add-both-sides): Use `calc-selection-history'.
10555
10556 * calc/calc-map.el (calc-get-operator-history): New variable.
10557 (calc-get-operator): Use `calc-get-operator-history'.
10558
10559 * calc/calcalg3.el (calc-curve-fit-history): New variable.
10560 (calc-curve-fit): Use `calc-curve-fit-history'.
10561
10562 2006-07-20 Kenichi Handa <handa@m17n.org>
10563
10564 * international/mule-cmds.el (select-safe-coding-system): Fix the
10565 way of deciding eol-type of the coding system.
10566
10567 2006-07-20 Alan Mackenzie <acm@muc.de>
10568
10569 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
10570 (c-lang-setvar): New macro.
10571 (c-make-init-lang-vars-fun): Use the initialization forms in
10572 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
10573 (comment-start, comment-end, comment-start-skip): Change these from
10574 c-lang-defvar's to c-lang-setvar's.
10575
10576 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
10577 which calls make-local-variable on the elements of
10578 c-emacs-variable-inits.
10579 (c-init-language-vars-for): Call this new macro.
10580
10581 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10582
10583 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10584 Try to rule out false positives due to time stamps.
10585 (compilation-mode-font-lock-keywords): Remove rules made redundant
10586 because of the above change. Add `segmentation fault' to the known and
10587 highlighted compilation termination messages.
10588
10589 2006-07-19 Kim F. Storm <storm@cua.dk>
10590
10591 * progmodes/grep.el (grep-find-ignored-directories):
10592 Add .svn and _darcs to list.
10593
10594 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
10595
10596 * dired.el (dired-mode-map): Add key binding `C-te' for
10597 `tumme-dired-edit-comment-and-tags'.
10598
10599 * tumme.el (tumme-display-thumbnail-original-image): Make sure
10600 image display buffer is displayed before call to
10601 `tumme-display-image.
10602 (tumme-dired-display-image): Make sure image display buffer is
10603 displayed before call to `tumme-display-image.
10604 (tumme-mouse-display-image): Make sure image display buffer is
10605 displayed before call to `tumme-display-image.
10606 (tumme-widget-list): Add.
10607 (tumme-dired-edit-comment-and-tags): Add.
10608 (tumme-save-information-from-widgets): Add.
10609
10610 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
10611
10612 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
10613
10614 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10615
10616 * progmodes/sh-script.el (sh-font-lock-keywords-1):
10617 Revert inadvertently installed patch hunk.
10618
10619 * progmodes/compile.el (compilation-find-file): Handle the
10620 cases where the user selects a non-existent file.
10621
10622 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
10623
10624 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
10625
10626 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
10627
10628 * subr.el (sit-for): Just sleep-for if noninteractive.
10629
10630 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
10631
10632 * emacs-lisp/autoload.el (make-autoload): Use new arg.
10633
10634 * custom.el (custom-autoload): Add `noset' argument.
10635 (custom-push-theme): Don't autoload the variable, let callers do it.
10636 (custom-theme-set-variables): Autoload the variable if necessary.
10637
10638 * cus-edit.el (custom-variable-state-set): If the variable was
10639 originally set outside custom, but to the same value as the default,
10640 consider it to be standard.
10641
10642 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
10643 file *before* telling Emacs to add the autoloads, in case it fails.
10644
10645 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
10646 Use `cond', push', and `dolist'.
10647
10648 2006-07-17 Richard Stallman <rms@gnu.org>
10649
10650 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
10651 Add defvars to silence warnings.
10652
10653 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
10654
10655 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10656 Don't highlight "Compiling file" messages as error.
10657
10658 * dired-aux.el (dired-compress-file): Confirm again if gzipped
10659 file already exists.
10660
10661 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
10662
10663 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
10664 entry, don't assign to free var; simply return the extracted filename.
10665 (ff-treat-as-special): Incorporate common preamble from callers.
10666 (ff-other-file-name, ff-find-the-other-file):
10667 Update call to ff-treat-as-special.
10668
10669 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
10670
10671 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
10672
10673 * tumme.el (tumme-get-comment): Fix bug.
10674
10675 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
10676
10677 * files.el: Remove spurious * in docstrings.
10678
10679 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
10680
10681 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
10682 grammar.
10683 (allout-beginning-of-current-line): Beware beginning of buffer.
10684 Also, a comment is simplified.
10685 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
10686 when appropriate. (This fix enables use for other than
10687 bullet-hotspot operation.)
10688 (allout-hide-current-subtree): While escalating to sibling-close,
10689 make sure to situate on a topic.
10690
10691 2006-07-14 Kim F. Storm <storm@cua.dk>
10692
10693 * emulation/cua-base.el (cua-delete-selection)
10694 (cua-toggle-set-mark): New defcustoms.
10695 (cua-rectangle-modifier-key): Add `alt' modifier.
10696 (cua-replace-region): Don't delete if cua-delete-selection is nil.
10697 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
10698 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
10699
10700 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
10701
10702 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
10703
10704 * allout.el: Require 'cl during byte-compilation/interactive load,
10705 for the `assert' macro.
10706 (allout-mode-deactivate-hook): New hook, run when allout mode
10707 deactivates.
10708 (allout-developer): New allout customization subgroup.
10709 (allout-run-unit-tests-on-load): New allout-developer
10710 customization variable, when true allout unit tests are run towards
10711 end of file load/eval.
10712 (allout-inhibit-auto-fill): Disable auto-fill activity even during
10713 auto-fill-mode.
10714 (allout-resumptions): Remove, to be replaced by...
10715 (allout-add-resumptions): Register variable settings to be
10716 reinstated by `allout-do-resumptions'. The settings are made
10717 buffer-local, but the locality/globality of the suspended setting
10718 is restored on resumption.
10719 (allout-do-resumptions): Reinstate all settings suspended using
10720 `allout-add-resumptions'.
10721 (allout-test-resumptions): Unit tests (and intermediate variables)
10722 for resumptions.
10723 (allout-tests-globally-unbound, allout-tests-globally-true)
10724 (allout-tests-locally-true): Intermediate variables for
10725 resumptions unit tests.
10726 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
10727 (allout-exposure-category): Replaces 'allout-overlay-category variable.
10728 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
10729 instead of retired `allout-resumptions'. For hook functions, use
10730 `local' parameter so hook settings are created and removed as
10731 buffer-local settings. Revise (resumptions) setting
10732 auto-fill-function so it is set only if already active. (The
10733 related fill-function settings are all made in either case, so
10734 that activating auto-fill-mode activity will have the custom
10735 allout-mode behaviors (hanging indent on topics, if configured for it).
10736 Remove all allout-exposure-category overlays on mode deactivation.
10737 (allout-hotspot-key-handler): New function extracted from
10738 `allout-pre-command-business', so the functionality can be used
10739 for other purposes, eg as a binding in an overlay.
10740 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
10741 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
10742 customization variable.
10743 (allout-run-unit-tests): Run the (currently quite small)
10744 repertoire of unit tests. Called just before the provide iff user
10745 has customized `allout-run-unit-tests-on-load' non-nil.
10746
10747 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
10748
10749 * emacs-lisp/authors.el (authors-aliases): Update.
10750
10751 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
10752
10753 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
10754 gdb-source-window. Add dedicated argument.
10755 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
10756 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
10757 (gdb-display-threads-buffer, gdb-display-memory-buffer)
10758 (gdb-display-locals-buffer): Use it.
10759
10760 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
10761 Set gdb-source-window.
10762
10763 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
10764
10765 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
10766 minor modes, redundant with the custom-autoload line above.
10767
10768 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
10769
10770 * longlines.el (longlines-post-command-function): Handle open-line too.
10771
10772 2006-07-12 Richard Stallman <rms@gnu.org>
10773
10774 * progmodes/grep.el (grep-last-buffer): Doc fix.
10775
10776 * info.el (Info-try-follow-nearest-node): Doc fix.
10777
10778 * emacs-lisp/edebug.el (edebug-instrument-function):
10779 Err if find-function-noselect gives no position.
10780
10781 * emacs-lisp/find-func.el (find-function-search-for-symbol):
10782 If can't find definition, return nil for position.
10783 (find-function-do-it): Handle new return value
10784 of find-definition-noselect.
10785 (find-definition-noselect, find-variable-noselect): Doc fix.
10786 (find-function-noselect): Doc fix.
10787
10788 * help-mode.el (help-variable-def): Handle find-variable-noselect
10789 returning no position.
10790 (help-function-def): Likewise for find-function-search-for-symbol.
10791 (help-face-def): Likewise.
10792
10793 * help-fns.el (describe-variable): Handle find-variable-noselect
10794 returning no position.
10795
10796 * files.el (locate-file-completion): Avoid duplicates in result.
10797
10798 * cus-edit.el (custom-no-edit): New command.
10799 (custom-mode-map): Remap to custom-no-edit instead of
10800 using suppress-keymap.
10801
10802 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
10803
10804 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10805 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10806 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
10807
10808 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
10809
10810 2006-07-11 Kim F. Storm <storm@cua.dk>
10811
10812 * ido.el (ido-copy-current-file-name): Use buffer-name if
10813 buffer-file-name is nil.
10814
10815 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
10816
10817 * simple.el (undo-ask-before-discard): Set to nil.
10818
10819 * vc.el (vc-exec-after): Don't delete process manually.
10820 (vc-print-log): Run log-view-mode in process sentinel inside
10821 inhibit-read-only. Don't shrink window due to timing issues.
10822
10823 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
10824 Avoid using with-output-to-temp-buffer, which clobbers local vars.
10825
10826 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
10827
10828 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10829 Fix ambiguity introduced by last change.
10830 (compilation-find-file): Move save-excursion to where it may
10831 make sense. Fix a left over `find-file'.
10832
10833 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
10834
10835 * textmodes/texinfmt.el (texinfo-format-separate-node):
10836 Insert a string before point, which fits documentation, not after.
10837 (texinfo-multitable-item): In a multitable row, insert any
10838 additional needed @tabs and spaces.
10839
10840 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
10841
10842 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
10843 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
10844 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
10845 instead of shell-command.
10846 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
10847 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
10848 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
10849 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
10850 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
10851 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
10852
10853 2006-07-11 Kim F. Storm <storm@cua.dk>
10854
10855 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
10856 Remove special case for seconds < 0. Use (redisplay t) instead.
10857
10858 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
10859
10860 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
10861 avoid compilation error.
10862
10863 * subr.el (sit-for): New function.
10864
10865 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
10866
10867 2006-07-10 Richard Stallman <rms@gnu.org>
10868
10869 * ldefs-boot.el (edebug): Update page.
10870
10871 2006-07-10 Kim F. Storm <storm@cua.dk>
10872
10873 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
10874 to FOR-RELEASE and TODO.
10875
10876 2006-07-10 Romain Francoise <romain@orebokech.com>
10877
10878 * emacs-lisp/authors.el (authors-aliases): Update.
10879
10880 2006-07-10 Alan Mackenzie <acm@muc.de>
10881
10882 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
10883 * cc-mode.el: Changes to eradicate eval-after-load.
10884
10885 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
10886
10887 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
10888 on non-char events.
10889
10890 2006-07-09 Romain Francoise <romain@orebokech.com>
10891
10892 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10893 Don't highlight start/end markers as compilation messages.
10894
10895 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
10896 to t.
10897
10898 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
10899
10900 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
10901
10902 2006-07-08 Richard Stallman <rms@gnu.org>
10903
10904 * term/x-win.el (x-handle-display): Add doc string.
10905
10906 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10907
10908 * subr.el (def-edebug-spec): Move here.
10909 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
10910
10911 * imenu.el (imenu-choose-buffer-index): Doc fix.
10912
10913 2006-07-08 Romain Francoise <romain@orebokech.com>
10914
10915 * term/x-win.el (x-display-name): Fix typo.
10916
10917 2006-07-08 Eli Zaretskii <eliz@gnu.org>
10918
10919 * hexl.el (hexl-find-file): Doc fix.
10920
10921 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
10922
10923 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
10924
10925 * term/x-win.el (x-display-name): Doc fix.
10926
10927 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
10928
10929 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
10930 long prefixes.
10931 (fill-region-as-paragraph): Don't round up to a whole line.
10932 (fill-comment-paragraph): Don't include the code-before-the-comment
10933 when calling fill-region-as-paragraph.
10934
10935 * international/mule.el (make-char): Remove redundancy.
10936
10937 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
10938 property may contain an anonymous function rather than a symbol.
10939
10940 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
10941
10942 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
10943 Use shy regexp. Fix incorrect backref to potentially unmatched group.
10944
10945 * dirtrack.el (dirtrack-default-directory-function): Remove.
10946 (dirtrack-directory-function): Use file-name-as-directory.
10947 (dirtrack-windows-directory-function): Simplify.
10948 (dirtrack-forward-slash, dirtrack-backward-slash)
10949 (dirtrack-replace-slash): Remove.
10950 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
10951 (dirtrack): Fix wrong parenthesizing; use match-string.
10952
10953 * progmodes/octave-inf.el: Remove spurious * in docstrings.
10954 (inferior-octave-mode): Only change the buffer-local value of
10955 comint-dynamic-complete-functions.
10956 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
10957 Move the initialization to the declaration.
10958 (inferior-octave-complete): Remove unused var `filter'.
10959
10960 * shell.el (shell-mode): Only change the buffer-local value of
10961 comint-dynamic-complete-functions.
10962
10963 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
10964
10965 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
10966 entry is skipped because it has been scheduled.
10967 (org-prepare-agenda-buffers): Don't mark buffers as modified when
10968 changing `:org-archived' and `:org-comment' properties.
10969
10970 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
10971
10972 * server.el (server-select-display): Don't make the temp frame
10973 minibuffer-only, in case it's not a temp frame.
10974 (server-process-filter): Don't delete the temp frame if it's the
10975 only one we have on that display.
10976
10977 * files.el (find-alternate-file): Doc fix.
10978
10979 2006-07-05 Richard Stallman <rms@gnu.org>
10980
10981 * files.el (abbreviate-file-name): Add save-match-data.
10982
10983 2006-07-03 Richard Stallman <rms@gnu.org>
10984
10985 * faces.el (read-face-name): Doc fix.
10986
10987 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
10988
10989 * net/goto-addr.el (goto-address): Mark as safe for local evals.
10990
10991 2006-07-05 Andre Spiegel <spiegel@gnu.org>
10992
10993 * vc.el (vc-diff-internal): Fix prev change.
10994
10995 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
10996
10997 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
10998 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
10999
11000 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
11001
11002 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
11003 fails if the symbol contains chars like ( or '.
11004 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
11005 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
11006 `short'.
11007
11008 2006-07-04 Kenichi Handa <handa@m17n.org>
11009
11010 * international/mule-cmds.el (set-language-info): If LANG-ENV is
11011 the current one, don't call set-language-environment, but call one
11012 of set-language-environment-XXX to make INFO effective now.
11013 (set-language-environment): Call set-language-environment-XXX
11014 functions instead of doing the various setups directly.
11015 (set-language-environment-coding-systems): Delete argument eol-type.
11016 (set-language-environment-input-method)
11017 (set-language-environment-nonascii-translation)
11018 (set-language-environment-charset)
11019 (set-language-environment-fontset)
11020 (set-language-environment-unibyte): New functions.
11021
11022 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
11023
11024 * locate.el (locate-update-when-revert): New option.
11025 (locate-update-path): New option (suggested by Michael Albinus).
11026 (locate-prompt-for-command): Whitespace change.
11027 (locate-update): No longer offer to update the locate database by
11028 default. Implement the two new options.
11029
11030 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
11031
11032 * tooltip.el: Move comment about track-mouse...
11033
11034 * progmodes/gud.el: ...to here.
11035
11036 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
11037
11038 * facemenu.el (facemenu-listed-faces): New var.
11039 (facemenu-unlisted-faces): Variable deleted.
11040 (facemenu-add-new-face): Use facemenu-listed-faces.
11041
11042 * emulation/viper-init.el, calendar/calendar.el:
11043 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
11044
11045 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
11046
11047 * textmodes/org.el (org-mode): Remove no invalid settings for
11048 calc embedded mode.
11049 (org-mode-p): New defsubst.
11050 (org-save-all-org-buffers): New function.
11051 (org-first-headline-recenter): Enclose outline-regexp in group
11052 delimiters.
11053 (org-set-tags): Keep single space after stars.
11054
11055 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
11056
11057 * window.el (set-window-text-height): Only set window-min-height to
11058 1 if that's the requested size.
11059
11060 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
11061 (diff-unified->context, diff-context->unified)
11062 (diff-reverse-direction): Make sure the end marker stays at the end.
11063 (diff-mode): Add the keymap table at the end of docstring.
11064 Use lexical-let rather than constructing a closure manually.
11065
11066 * files.el (find-file-noselect-1): Remove unused var assignment.
11067 (hack-local-variables-confirm): Print lists of strings as lists of
11068 strings rather than lists of symbols.
11069 (abbreviate-file-name, hack-local-variables-prop-line):
11070 Use match-string.
11071 (hack-one-local-variable): Move `make-local-variable' nearer its use.
11072 (recover-session-finish): Use line-end-position.
11073
11074 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
11075
11076 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
11077
11078 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
11079
11080 * progmodes/make-mode.el (makefile-macroassign-regex):
11081 Accept preceding keyword.
11082 (makefile-gmake-statements): Reorganize, now that makepp has
11083 "override" and also handle forgotten "override define".
11084 (makefile-makepp-statements): Add new "global", "override export"
11085 and "override global".
11086
11087 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
11088
11089 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
11090 (ada-compile-mouse-goto-error, ada-deactivate-properties)
11091 (ada-no-auto-case): Fix typos in docstrings.
11092
11093 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
11094
11095 * info.el (Info-find-node-2): Search for makeinfo version more
11096 carefully.
11097
11098 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
11099
11100 * textmodes/org.el (org-prepare-agenda-buffers):
11101 Use `invisible-OK' argument for `org-end-of-subtree'.
11102 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
11103 (org-beginning-of-item): Fix bug in regular expression for white line.
11104 (org-export-as-html): Enforce space after bullet in plain list items.
11105 (org-set-autofill-regexps): Require space after plain list bullet
11106 for paragraph-start.
11107 (org-ts-regexp3): New constant.
11108 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
11109 (org-timestamp-up-day, org-timestamp-down-day)
11110 (org-timestamp-change): Work with inactive timestamps.
11111 (org-ts-regexp1): Don't allow brackets in time stamps.
11112
11113 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
11114
11115 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
11116 for ignoring links.
11117
11118 * faces.el (read-face-name): Use it.
11119
11120 2006-06-28 Juri Linkov <juri@jurta.org>
11121
11122 * buff-menu.el (list-buffers-noselect): Compare Info file
11123 with the string "dir" to detect Info directory.
11124
11125 * complete.el (partial-completion-mode): In lambda for
11126 `choose-completion-string-functions' use full function signature
11127 with 4 args, and move point to the end of the minibuffer only if arg
11128 `mini-p' is non-nil.
11129
11130 2006-06-28 John Paul Wallington <jpw@pobox.com>
11131
11132 * ibuffer.el (ibuffer-mode): Doc fix.
11133
11134 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
11135
11136 * textmodes/org.el (org-context): New contexts :item-bullet,
11137 :latex-fragment, :latex-preview.
11138 (org-overlays-at, org-overlay-start, org-overlay-end):
11139 New compatibility functions.
11140 (org-inside-LaTeX-fragment-p): More accurate matching, using the
11141 exact regexp that will be used during export.
11142 (org-latex-regexps): New variable.
11143 (org-cdlatex-mode): Improve advice for `texmathp'.
11144 (turn-on-org-cdlatex): New function.
11145
11146 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11147
11148 * term/mac-win.el (mac-handle-font-selection): Change keys of
11149 mac-atsu-font-table from strings to numbers.
11150 (mac-ts-caret-position): Use also when cursor-type is nil.
11151 (mac-ts-update-active-input-area): Add Mac OS Classic support.
11152 Relax condition for using overlay strings.
11153 Use mac-ts-caret-position face when cursor-type is nil.
11154
11155 2006-06-26 Kim F. Storm <storm@cua.dk>
11156
11157 * help.el (view-emacs-news): Declare `res' in the right let* form.
11158
11159 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
11160
11161 * net/rcompile.el (remote-compile): Replace ange-ftp based
11162 implementation by Tramp functions.
11163 Suggested by Marc Abramowitz <msabramo@gmail.com>.
11164
11165 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
11166
11167 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
11168
11169 * international/fontset.el (setup-default-fontset): Fix a typo in
11170 the "Oriya-Akruti" registry name.
11171
11172 2006-06-23 Lars Hansen <larsh@soem.dk>
11173
11174 * desktop.el (desktop-full-file-name): New function.
11175 (desktop-kill, desktop-save, desktop-remove, desktop-read)
11176 (desktop-revert): Use it.
11177 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
11178 (desktop-after-read-hook): Add option list-buffers.
11179 (desktop-locals-to-save): Add tab-width.
11180 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
11181 Fix docstring.
11182
11183 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
11184
11185 * textmodes/org.el (org-cdlatex-mode-map)
11186 (org-cdlatex-texmathp-advice-is-done): New variables.
11187 (org-cdlatex-mode): New minor mode.
11188 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
11189 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
11190 (org-export-with-archived-trees): New option.
11191 (org-open-file): Remove the call to `convert-standard-filename'.
11192 (org-archive-tag, org-agenda-skip-archived-trees)
11193 (org-cycle-open-archived-trees)
11194 (org-sparse-tree-open-archived-trees): New options.
11195 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
11196 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
11197 New functions.
11198 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
11199 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
11200 (org-mode-map): Add binding for `org-toggle-archive-tag'.
11201 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
11202 Call `org-prepare-agenda-buffers'.
11203 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
11204 (org-file-apps, org-file-apps-defaults-gnu)
11205 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
11206 Handle remote files by forcing them to be opened in Emacs.
11207
11208 2006-06-23 Andre Spiegel <spiegel@gnu.org>
11209
11210 * vc.el (vc-diff-knows-L): New variable.
11211 (vc-diff-internal): Use it to handle "diff" programs that don't
11212 understand -L. This works automatically, no user action is necessary.
11213
11214 2006-06-23 Daniel Brockman <daniel@brockman.se>
11215
11216 * net/rcirc.el (rcirc-default-user-full-name): Default to
11217 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
11218 longer exists).
11219 (rcirc-process-list): Check `buffer-live-p' before attempting to
11220 switch to a buffer.
11221
11222 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
11223
11224 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
11225 based on rcirc-coding-system-alist.
11226
11227 2006-06-23 Martin Rudalics <rudalics@gmx.at>
11228
11229 * cus-edit.el (customize-apropos): A better error message.
11230 (top level) <debug-ignored-errors>: Extend and update the list of
11231 ignored error messages.
11232
11233 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
11234
11235 * complete.el (PC-do-completion): Retain capitalization of user
11236 input, when possible, even if completion-ignore-case is set.
11237
11238 2006-06-23 Eli Zaretskii <eliz@gnu.org>
11239
11240 * generic-x.el (bat-generic-mode): Support .cmd files.
11241
11242 * dos-w32.el (top level): Use find-file-not-found-functions
11243 instead of the obsolete find-file-not-found-hooks.
11244
11245 2006-06-22 Kim F. Storm <storm@cua.dk>
11246
11247 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
11248 to recognize mode name containing submodes, such as Grep/lw.
11249
11250 2006-06-21 Kim F. Storm <storm@cua.dk>
11251
11252 * simple.el (line-move-1): Check for move-end-of-line instead of
11253 end-of-line when setting temporary-goal-column.
11254
11255 2006-06-21 Miles Bader <miles@gnu.org>
11256
11257 * play/cookie1.el (cookie): Work properly when there's only one entry.
11258
11259 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
11260
11261 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
11262 (gdb-frame-handler): Generalize frame regexp for templates.
11263
11264 2006-06-20 Glenn Morris <rgm@gnu.org>
11265
11266 * calendar/appt.el (appt-display-format): Default value must be
11267 one of the customize options.
11268
11269 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
11270
11271 * term/xterm.el (terminal-init-xterm): Update key availability info.
11272 Bind C-return.
11273
11274 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
11275
11276 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
11277
11278 * files.el (hack-local-variables): Run `hack-local-variables-hook'
11279 whether or not a local variables list is defined.
11280
11281 * msb.el (msb): Move `sit-for' hack here to handle both
11282 "mouse-down and drag" and "mouse-up and select" situations.
11283 (mouse-select-buffer): Move `sit-for' hack to `msb'.
11284
11285 2006-06-20 Kenichi Handa <handa@m17n.org>
11286
11287 * international/characters.el (word-combining-categories):
11288 Add entries for 2-byte Han characters.
11289
11290 2006-06-19 Richard Stallman <rms@gnu.org>
11291
11292 * bindings.el (mode-line-format): Save some mode line space.
11293
11294 * files.el (find-file-noselect): Improve the question wording.
11295 (basic-save-buffer-2): Mask UMASK against 666.
11296
11297 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
11298 (mouse-drag-vertical-line): Call it.
11299
11300 * cus-edit.el (customize-option, customize-option-other-window):
11301 Error if SYMBOL is nil.
11302
11303 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
11304
11305 * textmodes/org.el: Require noutline, also on XEmacs.
11306 (org-end-of-subtree): Return point.
11307 (org-dblock-start-re, org-dblock-end-re): New constants.
11308 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
11309 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
11310 (org-update-all-dblocks, org-find-dblock): New functions.
11311 (org-collect-clock-time-entries): New function.
11312 (org-html-handle-time-stamps): Never export CLOCK timeranges.
11313 (org-fixup-indentation): Modify to deal correctly with lines
11314 starting with TAB. Only one argument DIFF now.
11315 (org-demote, org-promote): Call `org-fixup-indentation' with just
11316 one argument, DIFF.
11317 (org-mode): Don't mark buffer as modified when aligning tables.
11318 (org-clock-sum): Don't mark buffer modified when adding time sum
11319 properties.
11320 (org-export-as-html): Add support for a link validation function.
11321 (org-archive-all-done): New function.
11322 (org-archive-subtree): New prefix argument. When set, archive all
11323 done subtrees in this buffer.
11324 (org-remove-clock-overlays)
11325 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
11326 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
11327 (org-put-clock-overlay): Don't swallow last headline character
11328 when displaying overlay.
11329 (org-store-link): Link to `image-mode' with just the file name.
11330
11331 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
11332
11333 * emulation/viper-cmd.el (viper-special-read-and-insert-char):
11334 Use read-key-sequence.
11335 (viper-after-change-undo-hook): Misc enhancements.
11336 (viper-after-change-undo-hook): New hook.
11337 (viper-undo): Use viper-after-change-undo-hook.
11338 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
11339 (viper-next-line-at-bol): If point is on a widget or a button, simulate
11340 clicking on that widget/button.
11341
11342 * emulation/viper.el (viper-mode): Allow a separate cursor color
11343 in Emacs state.
11344
11345 * ediff-diff.el (ediff-test-patch-utility): Catch errors.
11346 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
11347 (ediff-set-actual-diff-options): New function.
11348 (ediff-reset-diff-options, ediff-toggle-ignore-case):
11349 Use ediff-set-actual-diff-options.
11350 (ediff-extract-diffs): Catch errors.
11351 (ediff-whitespace): Add non-breakable space.
11352 (ediff-same-file-contents): Catch errors.
11353
11354 * ediff-mult.el (ediff-collect-custom-diffs):
11355 Save coding-system-for-read.
11356
11357 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
11358 (ediff-vc-internal, ediff-vc-merge-internal):
11359 Use ediff-delete-version-file.
11360 (ediff-delete-version-file): New function.
11361
11362 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
11363
11364 * ediff.el (ediff-directories, ediff-directory-revisions)
11365 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
11366 (ediff-directories-internal, ediff-merge-directory-revisions)
11367 (ediff-merge-directory-revisions-with-ancestor)
11368 (ediff-directories3): Use read-directory-name.
11369
11370 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
11371
11372 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
11373 Remove superfluous part of regexp for brace matching which is handled
11374 by `scan-lists' call.
11375
11376 2006-06-16 Richard Stallman <rms@gnu.org>
11377
11378 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
11379
11380 * files.el (basic-save-buffer-2): For a new precious file,
11381 use the default modes in the return value.
11382
11383 * facemenu.el (facemenu-color-alist): Doc fix.
11384
11385 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
11386
11387 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11388
11389 * cus-start.el (all): Add mac-ts-script-language-on-focus.
11390
11391 * term/mac-win.el (mac-text-encoding-ascii): New constant.
11392 (mac-utxt-to-string): Use it.
11393 (mac-ts-update-active-input-area): Use mac-ae-number.
11394
11395 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
11396
11397 * term.el (term-handle-scroll, term-delete-lines)
11398 (term-insert-lines): Fix off by one errors.
11399
11400 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
11401
11402 * net/tramp.el (tramp-touch): Use UTC to express time.
11403
11404 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
11405
11406 * mail/sendmail.el (mail-send): Search explicitly for
11407 mail-header-separator when checking for corrupted header lines.
11408
11409 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
11410
11411 * progmodes/gdb-ui.el (gdb-same-frame): New option.
11412 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
11413 (gdb-init-1): Initialise them.
11414 (gdb-starting): Reset gdb-printing
11415 (gdb-starting): Save value of gud-overlay-arrow-position.
11416 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
11417 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
11418 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
11419 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
11420
11421 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
11422
11423 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
11424
11425 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
11426
11427 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
11428 (ldap-search-internal): Keep error messages, and a regexp fix.
11429
11430 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
11431
11432 * files.el (hack-local-variables-confirm):
11433 Display string value using its printed representation.
11434
11435 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
11436
11437 * server.el (server-edit): No-op if no server buffers exist.
11438
11439 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
11440
11441 * textmodes/page-ext.el (pages-directory-for-addresses):
11442 Including `pages-directory-address-mode' in the function results
11443 in the message "Buffer in which pages were found is deleted".
11444
11445 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
11446
11447 * textmodes/org.el (org-agenda-mode-map): Add bindings for
11448 clocking functions.
11449
11450 (org-agenda-clock-in, org-check-running-clock)
11451 (org-clock-out-if-current, org-remove-clock-overlays)
11452 (org-put-clock-overlay): New functions.
11453 (org-clock-marker, org-clock-file-total-minutes)
11454 (org-clock-overlays): New variables.
11455 (org-clock-display, org-clock-sum, org-clock-cancel)
11456 (org-clock-out, org-clock-in): New commands.
11457 (org-export): New function.
11458 (org-emph-re): New constant.
11459 (org-set-emph-re, org-do-emphasis-faces): New functions.
11460 (org-emphasis-regexp-components, org-emphasis-alist): New options.
11461 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
11462 (org-export-html-convert-emphasize): Use the configurable emphasis.
11463 (org-cleaned-string-for-export): Make multiline emphasis visible
11464 to the exporter. New optional argument PARAMETERS.
11465 (org-export-as-html): Specify :emph-multiline parameter to
11466 `org-cleaned-string-for-export'.
11467
11468 2006-06-10 Richard Stallman <rms@gnu.org>
11469
11470 * help.el (help-for-help-internal): Clean up help text.
11471
11472 2006-06-10 Andreas Schwab <schwab@suse.de>
11473
11474 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
11475 in doc string.
11476
11477 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
11478
11479 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
11480
11481 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
11482 spaces after the comment start.
11483
11484 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11485
11486 * play/pong.el (pong-init-buffer):
11487 Fill buffer with spaces instead of ^A.
11488
11489 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
11490 launched asynchronously, delete its process instead of being cool.
11491 (ispell-async-processp): Check for `delete-process' existence
11492 instead of `kill-process' one for consistency.
11493
11494 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
11495
11496 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
11497 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
11498 in mode line at startup.
11499
11500 2006-06-08 Kim F. Storm <storm@cua.dk>
11501
11502 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
11503 (ido-init-completion-maps): Bind them to M-SPC and M-v.
11504 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
11505 (ido-file-internal): Pass full file name to write-file.
11506 (ido-read-internal): Only pop stack elements automatically if they
11507 actually match an existing directory or file name.
11508
11509 2006-06-07 Kenichi Handa <handa@m17n.org>
11510
11511 * international/mule.el (find-auto-coding): Don't handle the short
11512 name `char-trans'.
11513
11514 * files.el (hack-local-variables-prop-line)
11515 (hack-local-variables): Cancel the previous change.
11516
11517 2006-06-06 Jesper Harder <harder@phys.au.dk>
11518
11519 * ediff-diff.el (ediff-test-utility): Protect against file-error.
11520
11521 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
11522
11523 * diff-mode.el (diff-mode): Set buffer-read-only to t when
11524 diff-default-read-only is non-nil.
11525 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
11526 (diff-refine-hunk): Set inhibit-read-only to t.
11527
11528 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
11529 modifying the *Diff* buffer.
11530 (diff-process-filter): New filter function for diff process that
11531 sets inhibit-read-only to t when modifying the *Diff* buffer.
11532
11533 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
11534
11535 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
11536 insertion point and control the number of empty lines.
11537 (org-paste-subtree): Limit the number of empty lines at the end of
11538 the inserted tree.
11539 (org-agenda): Use buffer name of current file for narrowing.
11540 (org-export-as-xml): Command removed.
11541 (org-export-xml-type): Option removed.
11542 (org-mode-map): Call `org-export-as-xoxo' directly.
11543 (org-get-indentation): New optional argument LINE.
11544 (org-fix-indentation, org-remove-tabs): New functions.
11545 (org-export-as-ascii, org-ascii-level-start): Determine and apply
11546 correct indentation for headlines that are converted it items.
11547 (org-skip-comments): Remove table lines that contain narrowing
11548 cookies but no other non-empty fields.
11549 (org-set-tags): Allow groups of mutually exclusive tags.
11550 (org-cmp-time): Sort 24:21 before items without time.
11551 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
11552 (org-open-at-point): Require double colon also for numbers.
11553
11554 2006-06-06 Kim F. Storm <storm@cua.dk>
11555
11556 * ido.el (ido-default-file-method, ido-default-buffer-method):
11557 Make choice values consistent with corresponding command names.
11558 (ido-visit-buffer): Update accordingly. Default to selected-window.
11559
11560 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
11561
11562 * progmodes/gud.el (gud-running): Fix doc string.
11563 (gud-menu-map): Use :visible instead fo :enable for debugger test.
11564 (gud-tooltip-modes): Add python-mode.
11565 (gud-tooltip-print-command): Add pdb. Remove perldb.
11566
11567 2006-06-05 Eli Zaretskii <eliz@gnu.org>
11568
11569 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
11570 Quote $(EMACS).
11571
11572 2006-06-05 Richard Stallman <rms@gnu.org>
11573
11574 * faces.el (defined-colors): Doc fix.
11575
11576 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
11577
11578 * vc.el (vc-process-filter): Inhibit undo info collection around
11579 call to insert.
11580 (vc-setup-buffer): Likewise for call to erase-buffer.
11581 (vc-do-command): Likewise for call to process-file.
11582
11583 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
11584
11585 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
11586 for gud-go.
11587 (gud-common-init): Other debuggers may trigger error.
11588
11589 2006-06-05 Kenichi Handa <handa@m17n.org>
11590
11591 * international/mule.el (find-auto-coding):
11592 Handle enable-character-translation in file header.
11593
11594 2006-06-04 Kim F. Storm <storm@cua.dk>
11595
11596 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
11597 (authors-fixed-entries): Fix spelling.
11598 (authors-canonical-file-name): Don't report error for wildcards.
11599
11600 * help.el (view-emacs-news): Rewrite to support new NEWS,
11601 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
11602 e.g. version 10 matches 1.10, and don't be confused by version 1.1
11603 being a prefix of 1.12 (etc). A numeric prefix arg also works.
11604
11605 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
11606
11607 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
11608 exec constructs like `foo bar`.
11609 (sh-quoted-subshell): New helper function to search for a possibly
11610 nested subshell (like `` or $()) within a "" quoted string.
11611 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
11612 (sh-apply-quoted-subshell): Flag quote characters inside a
11613 subshell, which is itself already in a quoted region, as
11614 punctuation, since this is the closest to what they actually are.
11615 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
11616 sh-apply-quoted-subshell.
11617 (sh-font-lock-syntactic-face-function): Apply the new face for
11618 text inside `` instead of the old font-lock-string-face.
11619
11620 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11621
11622 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
11623 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
11624 (mac-bytes-to-text-range, mac-ae-text-range-array)
11625 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
11626 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
11627 (mac-ts-unicode-for-key-event): New functions.
11628 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
11629 (mac-handle-font-selection): Use mac-ae-number.
11630 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
11631 New variables.
11632 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
11633 (mac-ts-converted-text, mac-ts-selected-converted-text)
11634 (mac-ts-block-fill-text, mac-ts-outline-text)
11635 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
11636 (mac-ts-hilite-style-faces): New constant.
11637 (mac-apple-event-map): Bind text input events.
11638 (mac-dispatch-apple-event): Use command-execute instead of
11639 call-interactively.
11640 (global-map): Don't bind mac-apple-event.
11641 (special-event-map): Bind mac-apple-event.
11642
11643 2006-06-02 Eli Zaretskii <eliz@gnu.org>
11644
11645 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
11646 file name.
11647 (emacs): Enclose the value of $(EMACS) in quotes.
11648
11649 2006-06-02 Juri Linkov <juri@jurta.org>
11650
11651 * international/mule.el (sgml-html-meta-auto-coding-function):
11652 Remove the condition `(search-forward "<html" size t)'.
11653 Replace `\"' with `[\"']?' in `re-search-forward'.
11654
11655 2006-06-02 Kenichi Handa <handa@m17n.org>
11656
11657 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
11658 as well as `coding'.
11659 (hack-local-variables): Likewise.
11660
11661 * international/mule.el (enable-character-translation):
11662 Put permanent-local and safe-local-variable properties.
11663 (find-auto-coding): Handle char-trans: tag.
11664
11665 2006-06-02 Juri Linkov <juri@jurta.org>
11666
11667 * international/mule.el (sgml-html-meta-auto-coding-function):
11668 Limit the search by the end of the HTML header (if any).
11669
11670 2006-06-01 Richard Stallman <rms@gnu.org>
11671
11672 * subr.el (with-current-buffer): Doc fix.
11673
11674 2006-06-02 Masatake YAMATO <jet@gyve.org>
11675
11676 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
11677 Almost rewrite. Underlines over all lines of gcov output are too
11678 uncomfortable to read. Suggested by Dan Nicolaescu.
11679
11680 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
11681
11682 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
11683
11684 * shell.el (shell-mode): Use shell-mode-map in docstring.
11685
11686 * comint.el (comint-send-input): Do not add help-echo and
11687 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
11688
11689 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11690
11691 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
11692
11693 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
11694
11695 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
11696 (gdb-stopped, gdb-info-stack-custom): If there is no source info
11697 look up the stack and pop up GUD buffer if necessary.
11698 (gdb-frames-select): Remove redundant call to gud-display-frame.
11699 (gdb-info-threads-custom): Keep point at start of buffer.
11700 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
11701
11702 2006-05-31 Juri Linkov <juri@jurta.org>
11703
11704 * replace.el (query-replace-read-from, query-replace-read-to):
11705 Bind `history-add-new-input' to nil. Call `add-to-history'.
11706
11707 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
11708
11709 * textmodes/table.el: Convert all HTML tags to lower case for
11710 XHTML compatibility.
11711
11712 2006-05-31 Masatake YAMATO <jet@gyve.org>
11713
11714 * progmodes/compile.el:
11715 (compilation-error-regexp-alist-alist::gcov-called-line):
11716 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
11717
11718 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
11719
11720 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
11721 Revert inadvertent changes made with last commit.
11722
11723 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
11724
11725 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
11726 New functions.
11727
11728 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
11729
11730 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
11731
11732 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
11733 only matches in the right place.
11734 (org-upcoming-deadline): New face.
11735 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
11736 (org-export-ascii-underline): Rename constant `org-ascii-underline'
11737 and make it an option.
11738 (org-export-ascii-bullets): New option.
11739 (org-export-as-html): Many changes to emit valid XHTML.
11740 (org-par-open): New variable.
11741 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
11742 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
11743 (org-timeline): Pass `org-timeline-show-empty-dates' to
11744 `org-get-all-dates'. Interpret empty dates returned by
11745 `org-get-all-dates'.
11746 (org-get-all-dates): New argument EMPTY. Add dates without
11747 entries to the list, mark large ranges of empty dates.
11748 (org-point-in-group, org-context): New functions.
11749
11750 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
11751
11752 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
11753
11754 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
11755 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
11756 to C-mouse-3 (for 2 button mice).
11757 (gdb-send): Do the right thing for C-d.
11758
11759 * speedbar.el (speedbar-detach): Delete.
11760 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
11761 it breaks things.
11762 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
11763
11764 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
11765
11766 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
11767 Makeppfile.
11768
11769 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11770 Add makepp diagnostic.
11771
11772 2006-05-29 Richard Stallman <rms@gnu.org>
11773
11774 * window.el (fit-window-to-buffer): Doc fix.
11775
11776 * help.el (temp-buffer-max-height): Doc fix.
11777
11778 * subr.el (with-current-buffer): Doc fix.
11779
11780 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11781
11782 * term/x-win.el: Bind F10 to menu-bar-start if available.
11783
11784 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
11785
11786 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
11787 uses with a simple test.
11788 (term-set-escape-char, term-mode, term-check-kill-echo-list)
11789 (term-send-raw-string, term-send-raw, term-mouse-paste)
11790 (term-char-mode, term-line-mode, term-exec, term-sentinel)
11791 (term-handle-exit, term-read-input-ring)
11792 (term-previous-matching-input-string)
11793 (term-previous-matching-input-string-position)
11794 (term-previous-matching-input-from-input)
11795 (term-replace-by-expanded-history, term-send-input)
11796 (term-skip-prompt, term-bol, term-send-invisible)
11797 (term-kill-input, term-delchar-or-maybe-eof)
11798 (term-backward-matching-input, term-check-source)
11799 (term-proc-query, term-emulate-terminal)
11800 (term-handle-colors-array, term-process-pager, term-pager-line)
11801 (term-pager-bob, term-unwrap-line, term-word)
11802 (term-dynamic-complete-filename)
11803 (term-dynamic-complete-as-filename)
11804 (term-dynamic-simple-complete): Replace one arm ifs with whens or
11805 unlesses.
11806
11807 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
11808
11809 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
11810 during bootstrapping.
11811
11812 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
11813 Basically undo the change of 2006-05-26: use extra arguments instead of
11814 dynamic scoping.
11815 (ewoc-locate): Remove unused var `footer'.
11816
11817 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11818
11819 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
11820
11821 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
11822 (generate-file-autoloads): Obey it. Return whether autoloads were
11823 added at point or not.
11824 (update-file-autoloads): Use this new return value.
11825 Remove redundant test for the presence of an autoload cookie.
11826
11827 * emacs-lisp/autoload.el (autoload-find-file): New fun.
11828 This one calls hack-local-variables.
11829 (generate-file-autoloads, update-file-autoloads): Use it.
11830
11831 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
11832 (bibtex-sort-entry-class): Add safe-local-variable predicate.
11833 (bibtex-sort-entry-class-alist): Don't set the global value.
11834 (bibtex-init-sort-entry-class-alist): New fun.
11835 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
11836 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
11837 of bibtex-init-sort-entry-class.
11838
11839 2006-05-28 Richard Stallman <rms@gnu.org>
11840
11841 * subr.el (load-history-regexp): If FILE is relative, insist
11842 entire last name component must match it.
11843 (load-history-filename-element, load-history-regexp): Doc fixes.
11844
11845 2006-05-29 Kim F. Storm <storm@cua.dk>
11846
11847 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
11848 `pos' and `raw-data' for clarity, as eval forms may access these.
11849
11850 2006-05-28 Kim F. Storm <storm@cua.dk>
11851
11852 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
11853
11854 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
11855
11856 * progmodes/make-mode.el (makefile-browser-map)
11857 (makefile-mode-syntax-table): Move initialization inside declaration.
11858 (makefile-fill-paragraph): Use the default comment-filling code.
11859
11860 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
11861
11862 * replace.el (query-replace-defaults): New variable.
11863 (query-replace-read-from): Use `query-replace-defaults' for
11864 default value, instead of history list.
11865 (query-replace-read-to): Update `query-replace-defaults'.
11866
11867 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
11868
11869 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
11870 with no X toolkit.
11871
11872 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
11873
11874 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
11875 (tumme-show-all-from-dir): Add autoload.
11876
11877 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
11878
11879 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
11880 (tumme-remove-tag): Fix bug.
11881
11882 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
11883
11884 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
11885 FOOTER args. Update unique caller.
11886 (ewoc-delete): Compute last node once before looping.
11887 (ewoc--node-branch): Merge into unique caller.
11888 (ewoc--node): Don't define constructor make-ewoc--node for this
11889 structure.
11890 (ewoc): Add member `hf-pp' to this structure.
11891 (ewoc--wrap): New func.
11892 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
11893 header/footer pretty-printers. Save header/footer pretty-printer.
11894 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
11895
11896 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
11897
11898 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
11899
11900 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
11901 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
11902 Tag'. Change "Compare directories..." to "Change Directories...".
11903 Move tumme commands to Operate, Regexp and Immediate menus.
11904 Change "Add Comment" to "Add Image Comment". Change "Add Image
11905 Tag" to "Add Image Tags".
11906
11907 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
11908 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
11909 `tumme-delete-tag'.
11910
11911 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
11912
11913 * shell.el (shell-mode): Call shell-dirtrack-mode after
11914 list-buffers-directory is made a local variable, to avoid setting
11915 the default value.
11916
11917 2006-05-26 Kevin Ryde <user42@zip.com.au>
11918
11919 * info.el (Info-index-next): Use where-is-internal to report
11920 actual binding of Info-index-next, rather than hard-coded `,'.
11921
11922 2006-05-26 Eli Zaretskii <eliz@gnu.org>
11923
11924 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
11925 and "Find Command in Manual" to here.
11926
11927 * buff-menu.el (list-buffers-noselect): For Info buffers, use
11928 Info-current-file as the file name.
11929
11930 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
11931
11932 * ses.el (defadvice undo-more): Delete this defadvice. The undo
11933 overrides will now be done a different way.
11934 (ses-set-parameter): Reapply this function for undo.
11935 (ses-set-header-row): Reconstruct header row during undo.
11936 (ses-widen): New function.
11937 (ses-goto-data, ses-reconstruct-all): Use new function.
11938 (ses-command-hook): Widen buffer during undo, before unupdating
11939 the cells.
11940 (ses-insert-row, ses-delete-row): Widen buffer during undo.
11941 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
11942 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
11943 formula hasn't been executed yet.
11944
11945 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11946
11947 * comint.el (comint-kill-whole-line): Rename arg to count.
11948 Fix doc string.
11949
11950 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
11951
11952 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
11953 to copy-file.
11954
11955 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
11956
11957 * simple.el (toggle-truncate-lines): Make arg optional for
11958 backward compatibility.
11959
11960 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
11961
11962 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
11963 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
11964 DLL arg. Instead, use ewoc--current-dll. Update all callers.
11965 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
11966 (ewoc--adjust): Use ewoc--current-dll.
11967 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
11968
11969 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
11970
11971 * textmodes/org.el (org-next-item, org-previous-item): Emit more
11972 compact error message.
11973 (org-tags-view): Refresh category table in each file.
11974 (org-table-justify-field-maybe): Remove superfluous arguments to
11975 `format'.
11976 (org-export-as-html): Insert "<p>" before postamble.
11977 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
11978
11979 2006-05-26 Kenichi Handa <handa@m17n.org>
11980
11981 * textmodes/po.el (po-find-charset): Pay attention to the case
11982 FILENAME is a cons (NAME . BUFFER).
11983 (po-find-file-coding-system-guts): Likewise.
11984
11985 * arc-mode.el (archive-set-buffer-as-visiting-file):
11986 Call find-operation-coding-system with (FILENAME . BUFFER).
11987
11988 * tar-mode.el (tar-extract): Call find-operation-coding-system
11989 with (FILENAME . BUFFER).
11990
11991 * international/mule.el (decode-coding-inserted-region):
11992 Call find-operation-coding-system with (FILENAME . BUFFER).
11993
11994 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
11995
11996 * image-mode.el (image-toggle-display): Use buffer contents to
11997 generate image for a remote file.
11998
11999 2006-05-25 Juri Linkov <juri@jurta.org>
12000
12001 * replace.el (query-replace-read-from, query-replace-read-to):
12002 Remove 8th arg KEEP-ALL in read-from-minibuffer.
12003
12004 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
12005
12006 * whitespace.el (whitespace-cleanup): Change to cleanup
12007 region if one is active.
12008 * whitespace.el (whitespace-cleanup-internal): New internal method.
12009
12010 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12011
12012 * dired.el (dired-mode-map): Add help-echo strings to tumme
12013 commands. Bind `tumme-dired-display-image' to C-t i.
12014
12015 * tumme.el (tumme-display-image): Change documentation string slightly.
12016 (tumme-dired-display-image): Add call to `display-buffer'.
12017
12018 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
12019
12020 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
12021 Signal error if RAW-DATA is a multibyte string.
12022
12023 2006-05-24 Richard Stallman <rms@gnu.org>
12024
12025 * subr.el (with-local-quit): When handling `quit' signal,
12026 make a chance for quit-flag to cause a quit.
12027
12028 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
12029 (ad-disable-advice): Add autoloads.
12030
12031 * subr.el (read-passwd): Copy PROMPT before changing its properties.
12032
12033 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12034
12035 * dired.el (dired-mode-map): Change menu items for tumme as per
12036 suggestions in emacs-devel.
12037
12038 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
12039
12040 * dired.el (dired-mode-map): Fix breakage.
12041
12042 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
12043
12044 * tumme.el (tumme-display-dired-image): Rename to...
12045 (tumme-dired-display-image): ...this.
12046 (tumme-track-movement): Change default value to t.
12047 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
12048 used from `tumme-next-line-and-display' and similar commands.
12049
12050 * dired.el (dired-mode-map): Add Thumbnail submenu under the
12051 Immediate menu. Add some tumme commands there.
12052
12053 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
12054
12055 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
12056
12057 2006-05-24 Chong Yidong <cyd@mit.edu>
12058
12059 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
12060 menu entries that open submenus.
12061
12062 2006-05-24 Alan Mackenzie <acm@muc.de>
12063
12064 * startup.el (command-line): For names of preloaded files, don't
12065 append ".elc" (now done in Fload), and call file-truename on the
12066 lisp directory.
12067
12068 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
12069 match ANY loaded file with the right name, not just those in
12070 load-path. Put a regexp matching the file name into
12071 after-load-alist, rather than the name itself.
12072
12073 * subr.el (load-history-regexp, load-history-filename-element)
12074 (do-after-load-evaluation): New functions.
12075
12076 * international/mule.el (load-with-code-conversion): Do the
12077 eval-after-load stuff by calling do-after-load-evaluation.
12078
12079 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
12080
12081 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
12082 has not been killed.
12083
12084 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12085
12086 * term/mac-win.el: Set idle timer to clean up expired Apple events.
12087 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
12088 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
12089 Optionally set error message in reply.
12090
12091 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
12092
12093 * textmodes/org.el (org-open-at-point): Use renamed variable
12094 `org-confirm-shell-link-function'.
12095 (org-confirm-shell-link-function): Rename from
12096 `org-confirm-shell-links'.
12097 (org-export-directory): New function.
12098 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
12099 (org-export-icalendar): Use `org-export-directory'.
12100 (org-indent-item): Keep cursor position.
12101 (org-link-file-path-type): New option.
12102 (org-export-as-html): Fix bug with plain lists starting in
12103 column 0.
12104 (org-export-as-html): Remove deadline formatting, this happens
12105 now already in `org-html-handle-time-stamps'.
12106 (org-export-html-style): Deadline class removed.
12107 (org-insert-labeled-timestamps-at-point): New option.
12108 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
12109 of `hide-sublevels 1', in case the first headline is not level 1.
12110 (org-overview, org-content): New fuction.
12111 (org-cycle-global-status, org-cycle-subtree-status): Make these
12112 variables buffer-local.
12113 (org-global-cycle): New command.
12114 (org-shifttab): Use `org-global-cycle'.
12115 (org-insert-heading, org-insert-item): Go to end of new
12116 headline/item after creating it.
12117 (org-export-visible): Rename from `org-export-copy-visible'.
12118 Now creates a temporary org-file and applies an exporting command
12119 to it.
12120 (org-table-eval-formula): Support for lisp forms.
12121 (org-agenda-todo-ignore-scheduled): New option.
12122 (org-agenda-get-todos): Use new option
12123 `org-agenda-todo-ignore-scheduled'.
12124 (org-export-html-inline-images): New value `maybe'.
12125 (org-export-as-html): Inlining of images dependent on link description.
12126 (org-archive-subtree): Check for end-of-buffer before trying
12127 `kill-line'.
12128 (org-agenda-follow-mode): New option.
12129 (org-export-with-tags, org-export-with-timestamps): New options.
12130 (org-html-handle-time-stamps): New function.
12131 (org-keyword-time-regexp): New variable.
12132 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
12133 (org-agenda-todo-list-sublevels): New option.
12134 (org-html-level-start): When TITLE is nil, just close all levels.
12135 (org-parse-key-lines, org-parse-export-options): Remove functions,
12136 replaced by `org-infile-export-plist'.
12137 (org-combine-plists, org-infile-export-plist)
12138 (org-default-export-plist): New functions.
12139 (org-export-html-preamble, org-export-html-postamble)
12140 (org-export-html-auto-preamble, org-export-html-auto-postamble):
12141 New variables.
12142 (org-export-publishing-directory): New option.
12143 (org-export-as-html, org-export-as-ascii): Use the new property
12144 lists for settings.
12145 (org-export-copy-visible, org-export-as-xoxo):
12146 Respect `org-export-publishing-directory'.
12147 (org-link-search, org-store-link, org-file-apps): Support for
12148 links to BibTeX database entries..
12149 (org-get-current-options, org-set-regexps-and-options):
12150 Implement logging as a startup option.
12151 (org-store-link): Make sure context string is never empty
12152 (org-insert-link): Use relative path when possible.
12153 (org-at-item-checklet-p): New function.
12154 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
12155 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
12156 (org-metaright, org-metaup, org-metadown, org-shiftup)
12157 (org-shiftdown, org-shiftright, org-shiftleft)
12158 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
12159 Dispatch using `call-interactively'.
12160 (org-call-with-arg): New defsubst.
12161 (org-tag-alist, org-use-fast-tag-selection): New options.
12162 (org-complete): Use `org-tag-alist'.
12163 (org-fast-tag-insert, org-fast-tag-selection): New functions.
12164 (org-next-item, org-previous-item): New commands.
12165 (org-beginning-of-item, org-end-of-item): Add (interactive) to
12166 make command.
12167 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
12168
12169 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
12170
12171 * emacs-lisp/ewoc.el (ewoc-delete): New function.
12172 (ewoc-filter): Use `ewoc-delete'.
12173
12174 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
12175
12176 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
12177
12178 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
12179 Signal more user-friendly error messages.
12180
12181 * complete.el (PC-do-completion): Undo the addition of implicit
12182 wildcards if they did not lead to finding any match.
12183 (read-file-name-internal): Don't add the final > if the completion is
12184 not finished.
12185
12186 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
12187
12188 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
12189 Quote safe-local-variable predicate.
12190
12191 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
12192
12193 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
12194
12195 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12196
12197 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
12198
12199 * progmodes/make-mode.el (makefile-special-targets-list)
12200 (makefile-macro-table, makefile-target-table): Mark as risky.
12201 (makefile-query-one-target-method): Make this the alias for the
12202 following variable.
12203 (makefile-query-one-target-method-function): Make this the real name.
12204
12205 * textmodes/artist.el (artist-text-renderer): Make this the alias
12206 for the following variable.
12207 (artist-text-renderer-function): Make this the real name.
12208
12209 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
12210 the alias for the following variable.
12211 (flyspell-generic-check-word-predicate): Make this the real name.
12212
12213 * textmodes/ispell.el (ispell-format-word): Make this the alias
12214 for the following variable.
12215 (ispell-format-word-function): Make this the real name.
12216 (ispell-message-text-end): Mark as risky.
12217
12218 * skeleton.el (skeleton-transformation, skeleton-filter)
12219 (skeleton-pair-filter): Make these the aliases for the following
12220 variables.
12221 (skeleton-transformation-function, skeleton-filter-function)
12222 (skeleton-pair-filter-function): Make these the real names.
12223
12224 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
12225 and skeleton-pair-filter-function.
12226
12227 * textmodes/sgml-mode.el (sgml-transformation): Make this the
12228 alias for the following variable.
12229 (sgml-transformation-function): Make this the real name.
12230 (sgml-tag-alist): Mark as risky.
12231
12232 2006-05-21 Richard Stallman <rms@gnu.org>
12233
12234 * simple.el (kill-region): Interactively, pass point, then mark.
12235
12236 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
12237
12238 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
12239
12240 2006-05-21 Romain Francoise <romain@orebokech.com>
12241
12242 * dired-x.el (dired-mode-map): Don't bind M-g.
12243
12244 2006-05-20 Richard Stallman <rms@gnu.org>
12245
12246 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
12247 (dired-goto-file): Doc fix.
12248
12249 2006-05-21 Kim F. Storm <storm@cua.dk>
12250
12251 * emulation/cua-base.el: Mention customizing cua-mode as alternative
12252 way to enable built-in cua-mode if user loads older CUA-mode package.
12253
12254 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
12255 if default-filename is specified.
12256
12257 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12258
12259 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
12260
12261 * info.el (info-apropos): Make sure current-file and current-node
12262 have non-nil values. Speed up by using add-to-list instead of
12263 manual consing.
12264
12265 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12266
12267 * progmodes/make-mode.el (makefile-mode): Doc fix.
12268
12269 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12270
12271 * dired-aux.el (dired-do-shell-command): Doc fix.
12272
12273 2006-05-20 Kevin Ryde <user42@zip.com.au>
12274
12275 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
12276 ``(custom-manual :tag "Foo" "(foo)Node")''.
12277
12278 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
12279
12280 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
12281 value is an integer.
12282
12283 2006-05-20 Eli Zaretskii <eliz@gnu.org>
12284
12285 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
12286 "format".
12287 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
12288
12289 2006-05-20 Martin Rudalics <rudalics@gmx.at>
12290
12291 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
12292 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
12293
12294 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
12295
12296 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
12297 regexp for keywords.
12298
12299 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
12300
12301 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
12302 replace-regexp-in-string.
12303
12304 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
12305 encode, and escape file name on conversion to URL.
12306
12307 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12308
12309 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
12310 Don't unescape URL.
12311 (dnd-get-local-file-name): Unescape URL on conversion to file name.
12312
12313 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
12314 on conversion to URLs.
12315
12316 * net/browse-url.el (browse-url-file-url): Encode file name on
12317 conversion to URL.
12318
12319 * term/mac-win.el (mac-ae-open-documents): Escape file name on
12320 conversion to URL.
12321
12322 2006-05-19 Eli Zaretskii <eliz@gnu.org>
12323
12324 * progmodes/cc-styles.el (c-style-alist): Doc fix.
12325
12326 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12327
12328 * term/mac-win.el (mac-bytes-to-digits): Remove function.
12329 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
12330
12331 2006-05-19 Glenn Morris <rgm@gnu.org>
12332
12333 * calendar/diary-lib.el (diary-bahai-date)
12334 (list-bahai-diary-entries, mark-bahai-diary-entries)
12335 (mark-bahai-calendar-date-pattern): Not interactive.
12336 (add-to-diary-list): New optional arg LITERAL. Doc fix.
12337 (diary-entries-list): Change format of 4th element in each entry.
12338 (diary-list-entries): Use add-to-diary-list.
12339 (diary-goto-entry): Handle the case where the buffer visiting the
12340 diary has been killed.
12341 (fancy-diary-display): Add 'locator to button rather than 'marker.
12342 Only generate temp-face when there are marks to apply.
12343 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
12344 (diary-fancy-date-pattern): New variable.
12345 (diary-time-regexp): Doc fix.
12346 (diary-anniversary, diary-time): New faces.
12347 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
12348 diary-time-regexp. Add font-lock-multiline property where needed.
12349 Use new faces diary-anniversary and diary-time.
12350 (diary-fancy-font-lock-fontify-region-function): New function, to
12351 handle multiline font-lock pattern in fancy diary.
12352 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
12353 (diary-font-lock-keywords): Tweak time regexp. Use new face
12354 diary-time.
12355
12356 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
12357
12358 * international/code-pages.el (mik): Table corrected.
12359
12360 2006-05-18 Kim F. Storm <storm@cua.dk>
12361
12362 * progmodes/grep.el (grep-find): Don't check grep-find-command
12363 before running command (breaks non-interactive usage).
12364
12365 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
12366
12367 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
12368 (ewoc--insert-new-node): Don't insert trailing newline.
12369 Instead, adjust successor nodes's start markers.
12370 (ewoc--refresh-node): Delete all text from current node's start
12371 marker to the next one's; adjust successor nodes's start markers.
12372 (ewoc--create): Doc fixes.
12373 (ewoc--refresh): Don't insert newline.
12374 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
12375 * pcvs.el (cvs-make-cvs-buffer):
12376 Specify extra newline for ewoc's header and footer.
12377 (cvs-update-header): Update initial header recognition.
12378 Append newline to final header and footer values.
12379 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
12380
12381 2006-05-17 Richard Stallman <rms@gnu.org>
12382
12383 * files.el (file-name-extension): Doc fix.
12384
12385 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
12386
12387 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
12388 we can explicitly enable/disable rather than toggle.
12389 (shell-mode): Use it.
12390 (shell-cd): Don't try to reproduce what `cd' does.
12391
12392 2006-05-17 Kim F. Storm <storm@cua.dk>
12393
12394 * ido.el (ido-read-internal): Use only nondirectory part of
12395 default item.
12396
12397 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
12398
12399 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
12400 (ewoc-nth): Doc fix.
12401
12402 (ewoc-map, ewoc-invalidate): Compute PP before looping.
12403
12404 2006-05-16 Eli Zaretskii <eliz@gnu.org>
12405
12406 * international/mule.el (auto-coding-alist): Add .lha to files
12407 read with no-conversion.
12408
12409 * files.el (auto-mode-alist): Add .lha files to archive file
12410 extensions.
12411
12412 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
12413 Convert csize to integer when computing offsets within the
12414 compressed archive file.
12415
12416 2006-05-16 Kim F. Storm <storm@cua.dk>
12417
12418 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
12419 with read-from-minibuffer.
12420
12421 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
12422
12423 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
12424 (byte-compile-warnings): Fix safe-local-variable property.
12425
12426 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
12427
12428 * allout.el (allout-show-bodies, allout-old-style-prefixes)
12429 (allout-stylish-prefixes, allout-numbered-bullet)
12430 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
12431 predicates to qualify `safe-local-variable' property, when
12432 available, else use equivalent lambda.
12433 (allout-current-topic-collapsed-p): Do the right thing regarding
12434 trailing blank lines.
12435
12436 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
12437
12438 * server.el (server-start): Only create a directory if needed.
12439 (server-edit, server-unload-hook): server-start => server-mode.
12440 (kill-emacs-hook): Cleanup upon exit.
12441
12442 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
12443
12444 * hexl.el (hexlify-buffer): Encode process arguments manually.
12445
12446 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
12447
12448 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
12449 call to gdb-tooltip-print.
12450
12451 2006-05-15 Romain Francoise <romain@orebokech.com>
12452
12453 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
12454 systems, default to "tar" since those systems probably have GNU tar.
12455
12456 2006-05-14 Lars Hansen <larsh@soem.dk>
12457
12458 * desktop.el (desktop-missing-file-warning): Fix docstring.
12459 (desktop-restore-file-buffer): Correct question asked on missing file.
12460
12461 2006-05-14 Kim F. Storm <storm@cua.dk>
12462
12463 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
12464 Add CUA move property.
12465
12466 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
12467
12468 * custom.el (custom-push-theme): Load the variable before checking
12469 its `standard-value'.
12470
12471 2006-05-13 Lars Hansen <larsh@soem.dk>
12472
12473 * desktop.el (desktop-save): Use with-temp-buffer.
12474
12475 2006-05-12 Glenn Morris <rgm@gnu.org>
12476
12477 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
12478 * calendar/calendar.el (calendar-mode-map):
12479 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
12480 * calendar/appt.el (appt-check, appt-make-list): Refer to
12481 diary-view-entries, diary-list-entries, diary-show-all-entries
12482 rather than obsolete aliases.
12483
12484 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
12485
12486 * simple.el (line-move-finish): Avoid calling point motion hooks
12487 while processing intangibility.
12488
12489 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
12490
12491 * term/xterm.el (terminal-init-xterm): Fix typo.
12492
12493 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
12494
12495 * allout.el (allout-view-change-hook): Mark as being deprecated,
12496 to be replaced by `allout-exposure-change-hook'.
12497 (allout-exposure-change-hook): New, replacing
12498 `allout-view-change-hook'.
12499 (allout-flag-region): Run new hook `allout-exposure-change-hook',
12500 in addition to `allout-view-change-hook'.
12501 (allout-show-bodies, allout-old-style-prefixes)
12502 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
12503 lambda forms to prevent their showing up in variable help
12504 presentations as inscrutable byte-compiled code.
12505 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
12506 Use string-or-null-p to qualify safe-local-variable values.
12507 (allout-reindent-bodies): Use memq to qualify matches against
12508 valid safe-local-variable values. Also, quote the lambda as above.
12509 (allout-use-mode-specific-leader): Add missing candidate-value
12510 symbols, use memq, and quote the lambda.
12511 (allout-overlay-interior-modification-handler): Remove unused
12512 variables `msg' and 'opened'.
12513 (allout-hidden-p): Constrain invisibility consideration to allout's
12514 invisibility spec, disregarding invisibility for other reasons.
12515
12516 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
12517
12518 * files.el (version-control): Correct safe values.
12519
12520 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
12521
12522 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
12523
12524 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
12525 (ewoc--insert-new-node): New func.
12526 Update callers of deleted funcs to use it, instead.
12527
12528 2006-05-11 Glenn Morris <rgm@gnu.org>
12529
12530 * calendar/calendar.el (diary-show-all-entries): Do not refer to
12531 obsolete alias `show-all-diary-entries'.
12532 (make-diary-entry): Not interactive.
12533 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
12534 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
12535 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
12536 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
12537 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
12538 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
12539
12540 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
12541
12542 * calendar/calendar.el (calendar-french-date-string)
12543 (calendar-mayan-date-string, calendar-chinese-date-string)
12544 (calendar-astro-date-string, calendar-iso-date-string)
12545 (calendar-islamic-date-string, calendar-bahai-date-string)
12546 (calendar-hebrew-date-string, calendar-coptic-date-string)
12547 (calendar-ethiopic-date-string, calendar-persian-date-string):
12548 These functions are not interactive.
12549
12550 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
12551
12552 * files.el: Balance parentheses.
12553
12554 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
12555
12556 * files.el, newcomment.el, outline.el, simple.el,
12557 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
12558 * progmodes/cc-vars.el, progmodes/compile.el:
12559 Move `safe-local-variable' declarations to the respective files.
12560
12561 * help-fns.el (describe-variable): Don't print safe-var if it is
12562 byte-code. Improve wording as suggested by Luc Teirlinck.
12563
12564 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
12565
12566 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
12567 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
12568 Use a token for pending-triggers to ensure gdb-var-update
12569 gets called once per user input again for pre-GDB 6.4.
12570 (gdb-var-delete): Match on more complex expressions.
12571 (gdb-var-list-children-handler, gdb-var-create-handler):
12572 Use a token for consistency.
12573
12574 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
12575
12576 * textmodes/org.el (org-read-date, org-goto-calendar)
12577 (org-agenda-goto-calendar):
12578 Bind `view-calendar-holidays-initially' to nil.
12579
12580 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
12581
12582 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
12583 Update all callers to do it there, instead.
12584
12585 2006-05-10 Glenn Morris <rgm@gnu.org>
12586
12587 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
12588 prefix arg case, to avoid view-diary-entries-initially error.
12589 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
12590 (calendar-date-is-legal-p): Handle dates with no day part.
12591
12592 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
12593
12594 * comint.el (comint-insert-input): Just make it when
12595 comint-use-prompt regexp is nil (default) and with the mouse.
12596 (comint-copy-old-input): Reinstate from 2004-06-23.
12597 (comint-mode-map): Bind C-c C-m to it.
12598
12599 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
12600
12601 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
12602 Remove spurious move to point-max (new comint behavior fixes).
12603
12604 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
12605 compatibility function (Emacs 18/19).
12606 (idlwave-is-continuation-line): Always return point at start of
12607 previous non-blank continuation line.
12608 (keyword-parameters): Fix continued comment font-lock matcher.
12609 (idlwave-font-lock-fontify-region): Written, use as
12610 font-lock-fontify-region-function, to fix continued keyword
12611 fontification issues.
12612
12613 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12614
12615 * term/mac-win.el (mac-font-panel-mode): Doc fix.
12616 (mac-service-selection, mac-service-open-file)
12617 (mac-service-open-selection, mac-service-mail-selection)
12618 (mac-service-mail-to, mac-service-insert-text): Rename from
12619 mac-services-*. All uses changed.
12620 (mac-apple-event-map): Rename event symbol `services' to `service'.
12621
12622 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
12623
12624 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
12625 (ewoc--node-enter-first, ewoc--node-enter-last)
12626 (ewoc--delete-node-internal): Merge funcs into unique callers.
12627
12628 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
12629
12630 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
12631 return value of read-from-minibuffer for empty input.
12632
12633 2006-05-09 Miles Bader <miles@gnu.org>
12634
12635 * comint.el (comint-insert-input): Remove redundant calls to setq
12636 and goto-char.
12637
12638 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
12639
12640 * comint.el (comint-insert-input): Make it work when
12641 comint-use-prompt-regexp is t.
12642
12643 2006-05-10 Miles Bader <miles@gnu.org>
12644
12645 * subr.el (field-at-pos): New function.
12646
12647 * comint.el (comint-insert-input): Use it.
12648
12649 2006-05-09 Juri Linkov <juri@jurta.org>
12650
12651 * battery.el (battery-linux-proc-acpi): Also try
12652 `/proc/acpi/thermal_zone/THR2/temperature'.
12653
12654 * files.el <safe-local-variable>: Remove `eval' and `let' binding
12655 for now unused lambda `string-or-null'.
12656
12657 * add-log.el (change-log-default-name): Put `string-or-null-p'
12658 instead of lambda on `safe-local-variable' property.
12659
12660 * diff-mode.el (diff-context->unified): Use `region-beginning' and
12661 `region-end' instead of `mark' and `point'.
12662 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
12663 Operate on region in Transient Mark mode when the mark is active.
12664 Use `region-beginning' and `region-end' instead of `mark' and
12665 `point'.
12666 (diff-hunk-text, diff-goto-source): Doc fix.
12667
12668 * startup.el (fancy-splash-screens, normal-splash-screen): Use
12669 face `mode-line-buffer-id' for mode-line buffer face instead of
12670 hard-coded `(:weight bold)'.
12671
12672 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
12673 buffer-undo-list to t (undo-ask is reproducible by visiting
12674 nested archives).
12675
12676 2006-05-09 Kim F. Storm <storm@cua.dk>
12677
12678 * progmodes/grep.el (rgrep): Set default directory of *grep*
12679 buffer if we start M-x rgrep in the *grep* buffer and choose
12680 a different base directory.
12681
12682 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
12683
12684 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
12685 completion also when ido is loaded.
12686
12687 2006-05-09 Masatake YAMATO <jet@gyve.org>
12688
12689 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
12690 "warning" and "import".
12691 (cpp-font-lock-keywords): Added "warning".
12692
12693 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
12694
12695 * term/xterm.el (terminal-init-xterm): Add more key bindings.
12696
12697 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
12698
12699 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
12700 pages at a time, if we signal the end, we should indeed reach that end.
12701
12702 2006-05-08 David Reitter <david.reitter@gmail.com>
12703
12704 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
12705 output during execution of the body.
12706
12707 2006-05-08 Kim F. Storm <storm@cua.dk>
12708
12709 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
12710
12711 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
12712
12713 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
12714 Use with-current-buffer.
12715
12716 2006-05-07 Kim F. Storm <storm@cua.dk>
12717
12718 * subr.el (add-to-history): Remove keep-dups arg.
12719
12720 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
12721 to nil around call to add-to-history.
12722
12723 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
12724
12725 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
12726 than after a buffer modification.
12727
12728 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
12729
12730 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
12731 call to...
12732 (gud-watch): ...here so speedbar is raised for already watched
12733 expressions.
12734 (gdb-speedbar-refresh): Delete function.
12735 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
12736 Use speedbar-timer-fn instead of speedbar-refresh (reverting
12737 earlier change).
12738 (gdb-var-evaluate-expression-handler)
12739 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
12740
12741 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
12742 Update localized contents for all buffers except ignored modes.
12743
12744 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12745
12746 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
12747 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
12748 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
12749 (mac-handle-font-panel-closed, mac-handle-font-selection):
12750 New functions.
12751 (mac-font-panel-mode): New minor mode.
12752 (mac-apple-event-map): Add bindings for toolbar toggle button and
12753 font panel.
12754 (menu-bar-showhide-menu): Add mac-font-panel-mode.
12755
12756 2006-05-07 John Paul Wallington <jpw@pobox.com>
12757
12758 * ibuffer.el (ibuffer-compressed-file-name-regexp):
12759 Avoid `regexp-opt'; simplify regexp for readability.
12760
12761 2006-05-06 Eli Zaretskii <eliz@gnu.org>
12762
12763 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
12764 * files.el (buffer-stale-function):
12765 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12766 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
12767 links to the main manual, not to emacs-xtra.
12768
12769 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12770
12771 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
12772 MacJapanese if text is ASCII-only.
12773
12774 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
12775
12776 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
12777 unless so nil isn't returned.
12778 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
12779
12780 2006-05-06 Kim F. Storm <storm@cua.dk>
12781
12782 * subr.el (add-to-history): New function.
12783
12784 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
12785 (ediff-merge-files-with-ancestor):
12786 * env.el (setenv):
12787 * isearch.el (isearch-update-ring):
12788 * server.el (server-visit-files):
12789 * progmodes/grep.el (lgrep, rgrep):
12790 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
12791 * progmodes/xscheme.el (xscheme-insert-expression):
12792 Use add-to-history.
12793
12794 * kmacro.el (kmacro-push-ring): Use add-to-history.
12795 (kmacro-ring-length): Remove unused defun.
12796 (kmacro-start-macro): Use kmacro-push-ring.
12797
12798 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
12799
12800 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
12801 directly instead of a lambda expression that calls it.
12802
12803 2006-05-06 Kim F. Storm <storm@cua.dk>
12804
12805 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
12806 instead of compute-motion.
12807
12808 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
12809
12810 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
12811 change.
12812
12813 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
12814
12815 * startup.el (command-line-1): Refer to "Pure Storage" on
12816 pure-space-overflow.
12817
12818 2006-05-05 Martin Rudalics <rudalics@gmx.at>
12819
12820 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
12821 provided faces once they all have been used up.
12822
12823 2006-05-05 Eli Zaretskii <eliz@gnu.org>
12824
12825 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
12826 reference to the Lisp manual to the warning about pure space
12827 overflow.
12828
12829 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
12830
12831 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
12832 argument to avoid the call to `ispell-internal-change-dictionary'
12833 when not needed.
12834 (ispell-change-dictionary): Use this argument and call
12835 `ispell-internal-change-dictionary' after the possible change
12836 to `ispell-local-dictionary'.
12837 (ispell-internal-change-dictionary): Check for a change in
12838 personal dictionary use too.
12839
12840 2006-05-05 Eli Zaretskii <eliz@gnu.org>
12841
12842 * startup.el (command-line): On MS-Windows, probe "~", not
12843 "~USER", for warning about non-existent home directory.
12844
12845 * arc-mode.el (archive-l-e): New optional argument `float' means
12846 generate a float value.
12847 (archive-arc-summarize, archive-lzh-summarize)
12848 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
12849 with 3rd argument non-nil when file's size is being computed.
12850 Format the file sizes with %8.0f instead of %8d.
12851
12852 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12853
12854 * cus-start.el (all): Add mac-dnd-known-types.
12855
12856 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
12857 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
12858 (mac-TIFF-to-string): New functions.
12859 (x-get-selection, x-selection-value)
12860 (mac-select-convert-to-string): Use them.
12861 (mac-text-encoding-mac-japanese-basic-variant): New constant.
12862 (mac-dnd-types-alist): New customization variable.
12863 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
12864 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
12865 (mac-dnd-handle-drag-n-drop-event): New functions.
12866 (mac-drag-n-drop): Remove function.
12867 (global-map): Bind drag-n-drop and M-drag-n-drop to
12868 mac-dnd-handle-drag-n-drop-event.
12869
12870 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
12871
12872 * progmodes/perl-mode.el (perl-beginning-of-function):
12873 Skip anonymous subs.
12874
12875 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
12876
12877 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
12878 regexp-opt at run time.
12879
12880 * term.el (term-handle-ansi-escape): Fix off by one error.
12881
12882 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
12883
12884 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
12885 (gdb-init-1, gdb-post-prompt): ...and references to it.
12886 (gdb-frame-handler): Strip directory name from filename if present.
12887
12888 * progmodes/gud.el (gdb-force-update): Delete defvar
12889 (gud-speedbar-buttons): ...and references to it. Use window-start
12890 to try to keep positon in watch expression.
12891
12892 2006-05-03 Richard Stallman <rms@gnu.org>
12893
12894 * simple.el (next-history-element, previous-history-element): Doc fix.
12895
12896 * isearch.el (isearch-update-ring): Doc fix.
12897
12898 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
12899
12900 * isearch.el (isearch-update-ring): Take history-delete-duplicates
12901 into consideration. Replace one arm ifs with whens.
12902
12903 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
12904
12905 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
12906 (menu): Fix typo.
12907
12908 2006-05-02 Miles Bader <miles@gnu.org>
12909
12910 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
12911
12912 2006-05-02 Jay Belanger <belanger@truman.edu>
12913
12914 * calc/calc-embed.el (calc-override-minor-modes-map)
12915 (calc-override-minor-modes): New variables.
12916 (calc-do-embedded): Make sure that Calc keystrokes aren't
12917 overwritten by minor modes.
12918
12919 2006-05-02 Chong Yidong <cyd@mit.edu>
12920
12921 * msb.el (msb): If EVENT is a down event, read and discard the up event.
12922
12923 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
12924
12925 * startup.el (command-line-1): Refer to Lisp manual when
12926 pure-space-overflow occurs.
12927
12928 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
12929 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
12930 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
12931 (version-control): Don't use `t' for safe-local-variable declarations.
12932
12933 2006-05-01 Richard Stallman <rms@gnu.org>
12934
12935 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
12936 M-r, M-R, M-A, M-SPC or M-DEL.
12937 (diff-mode-map): diff-refine-hunk now on C-c C-w
12938 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
12939
12940 * help-mode.el (help-mode): view-exit-action calls delete-window
12941 only when it is safe and possible.
12942
12943 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
12944 in messages.
12945
12946 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
12947
12948 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
12949 in the default tool-bar-map.
12950
12951 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
12952
12953 * net/tramp.el (tramp-completion-file-name-handler-alist)
12954 (tramp-run-real-handler, tramp-completion-run-real-handler)
12955 (tramp-completion-handle-file-name-all-completions)
12956 (tramp-completion-handle-file-name-completion): Autoload them.
12957 (tramp-completion-handle-file-exists-p)
12958 (tramp-completion-handle-file-name-directory)
12959 (tramp-completion-handle-file-name-nondirectory)
12960 (tramp-completion-handle-expand-file-name): Remove them.
12961 (tramp-handle-file-name-directory): Return the real directory name.
12962 Returning "/" only doesn't need to be necessary any longer.
12963 (tramp-file-name-handler): Make special attention when in hostname
12964 completion mode.
12965 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
12966 (tramp-register-file-name-handlers):
12967 Register `tramp-completion-file-name-handler' only when
12968 `partial-completion-mode' is enabled.
12969 (tramp-completion-handle-file-name-all-completions):
12970 Delete directory part from results.
12971 (tramp-get-completion-methods, tramp-get-completion-user-host):
12972 Discard deleting "/", it doesn't work after the change of
12973 `tramp-handle-file-name-directory' above.
12974
12975 2006-05-01 Kim F. Storm <storm@cua.dk>
12976
12977 * progmodes/grep.el (grep-expand-template): Use save-match-data
12978 and symbol-value.
12979
12980 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12981
12982 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
12983 Use select-frame-set-input-focus instead of raise-frame.
12984 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
12985
12986 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
12987
12988 * progmodes/gud.el (gud-def): Add %c case.
12989 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
12990 (gud-format-command): Make match case sensitive. Match on %F.
12991
12992 2006-04-30 Glenn Morris <rgm@gnu.org>
12993
12994 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
12995 (cal-tex-preamble): Use cal-tex-preamble-extra.
12996 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
12997 than alias `list-diary-entries'.
12998
12999 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
13000
13001 * help-fns.el (describe-variable): Add info about safe local variables.
13002
13003 2006-04-29 Richard Stallman <rms@gnu.org>
13004
13005 * bindings.el (mode-line-format): help-echo doc fixes.
13006
13007 * net/tramp.el (tramp-file-name-handler-alist): Delete
13008 expand-file-name and other operations that can cause spurious loading.
13009
13010 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
13011
13012 * files.el (safe-local-variable-p): Remove support for the special
13013 value t.
13014
13015 * textmodes/paragraphs.el (sentence-end-without-space):
13016 Fix safety predicate.
13017 (sentence-end-double-space, sentence-end-without-period)
13018 (paragraph-ignore-fill-prefix):
13019 * textmodes/fill.el (colon-double-space):
13020 * abbrev.el (abbrev-mode): Tighten the safety predicate.
13021
13022 * subr.el (booleanp): New fun.
13023
13024 * textmodes/reftex-vars.el (reftex-guess-label-type):
13025 Tighten the safety predicate.
13026
13027 2006-04-28 Kim F. Storm <storm@cua.dk>
13028
13029 * progmodes/grep.el (defgroup grep): Doc fix.
13030 (grep-auto-highlight): Remove.
13031 (grep-template): New defcustom.
13032 (grep-find-template): Rename from grep-tree-template.
13033 (grep-files-aliases): Rename from grep-tree-files-aliases.
13034 Remove "all" alias, add "l" alias.
13035 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
13036 (grep-find-ignored-directories): New defcustom to replace
13037 grep-tree-ignore-CVS-directories, to facilitate ignoring
13038 subdirectories for multiple version control systems.
13039 (grep-mode-map): Add Recursive grep item to GREP menu.
13040 (grep-regexp-history, grep-files-history): New defvars.
13041 (grep-probe): New helper function.
13042 (grep-compute-defaults): Use it to simplify code.
13043 Adapt to name changes.
13044 Use `.' as base in grep-find-template rather than <D>.
13045 (grep): Remove superfluous highlight-regexp arg. Fix doc.
13046 Call grep-compute-defaults unconditionally.
13047 (grep-expand-keywords): New defconst.
13048 (grep-expand-template): Rename from grep-expand-command-macros.
13049 Simplify via grep-expand-keywords. Look at case-fold-search instead
13050 of grep-tree-ignore-case to add -i option.
13051 Bind case-fold-search to nil while matching keywords.
13052 (grep-tree-last-regexp, grep-tree-last-files): Remove.
13053 (grep-read-regexp, grep-read-files): New helper functions.
13054 (rgrep): Rename from grep-tree. Rework to use proper histories.
13055 Adapt to changes in defcustoms and functions above.
13056 (lgrep): New command, as grep, but using same interactive UI as rgrep.
13057
13058 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
13059
13060 * net/tramp.el (tramp-completion-file-name-handler):
13061 Disable Tramp's functionality while loading Tramp itself.
13062 (tramp-register-file-name-handlers): That's a defsubst now.
13063 Code from `tramp-repair-jka-compr' moved here. Apply it via
13064 `after-init-hook'.
13065 (tramp-repair-jka-compr): Remove.
13066
13067 2006-04-27 Jay Belanger <belanger@truman.edu>
13068
13069 * calc/calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
13070 read expression when `math-read-big-expr' doesn't work.
13071
13072 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
13073
13074 * startup.el (command-line-1): Display warning when
13075 pure-space-overflow is non-nil.
13076
13077 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13078
13079 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
13080 risky.
13081
13082 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13083
13084 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
13085 Return the URL or nil if none can be generated.
13086
13087 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
13088
13089 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
13090 byte compiler warnings.
13091 (gud-basic-call, gud-find-expr): Let user select an expression
13092 for printing. Print expression as well as value in GUD buffer.
13093
13094 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
13095
13096 * allout.el: Remove local autoload declaration for
13097 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
13098 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
13099 (allout-plain-bullets-string, allout-distinctive-bullets-string)
13100 (allout-use-mode-specific-leader, allout-old-style-prefixes)
13101 (allout-stylish-prefixes, allout-numbered-bullet)
13102 (allout-file-xref-bullet, allout-presentation-padding)
13103 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
13104 safe-local-variable with suitable value spec, and add autoload
13105 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
13106 (move-beginning-of-line, move-end-of-line): Repair so these compat
13107 functions now actually resituate the point, when appropriate.
13108
13109 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13110
13111 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
13112
13113 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
13114 (add-log-iso8601-time-string): Fix call to format-time-string.
13115
13116 2006-04-26 Kim F. Storm <storm@cua.dk>
13117
13118 * subr.el (posn-string, posn-image, posn-object): Doc fix.
13119
13120 2006-04-26 Masatake YAMATO <jet@gyve.org>
13121
13122 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
13123 Add support for "//" style comments. Remove `b' flag
13124 from ?* in `asm-mode-syntax-table'.
13125
13126 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
13127
13128 * follow.el: Use (featurep 'xemacs) everywhere.
13129 (follow-mode): Use define-minor-mode.
13130 (follow-mode-map): Move initialization into the declaration.
13131 Use command remapping.
13132 (follow-emacs-version-xemacs-p): Remove.
13133 (follow-submit-feedback): Remove.
13134
13135 * allout.el (allout-layout, allout-passphrase-verifier-string)
13136 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
13137
13138 * textmodes/reftex-vars.el (reftex-vref-is-default)
13139 (reftex-fref-is-default, reftex-guess-label-type):
13140 Tighten up a bit the safety predicate.
13141
13142 * textmodes/paragraphs.el (sentence-end-double-space)
13143 (sentence-end-without-period, sentence-end-without-space)
13144 (page-delimiter, paragraph-ignore-fill-prefix):
13145 Tighten up a bit the safety predicate.
13146
13147 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
13148
13149 * progmodes/python.el (python-continuation-line-p)
13150 (python-beginning-of-statement): syntax-ppss may return
13151 a negative depth.
13152 (python-mode): Don't forcefully enable font-lock.
13153
13154 * time-stamp.el (time-stamp-start, time-stamp-end)
13155 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
13156
13157 * add-log.el: Remove spurious * in docstrings.
13158 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
13159 (add-change-log-entry): Use it here, since it's not specific
13160 to iso8601.
13161 (add-log-iso8601-time-string): Don't use it here any more.
13162 (change-log-indent-text, change-log-indent): Rename from add-log-*.
13163
13164 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
13165
13166 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
13167
13168 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
13169 (rcirc-toggle-low-priority): Doc fix.
13170 (rcirc-handler-NOTICE): Remove beginning of line anchor in
13171 ChanServ regexp.
13172 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
13173 #emacs.
13174 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
13175 (rcirc-decode-coding-system): Use utf-8 as the default.
13176 (rcirc-multiline-minor-mode): Set the fill-column.
13177 (rcirc-format-response-string): Display bright and dim nicks.
13178 (rcirc-browse-url): Update interactive spec to fill ARG.
13179 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
13180 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
13181
13182 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
13183
13184 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
13185 case for @Article, etc.
13186
13187 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
13188
13189 * net/tramp.el (tramp-register-file-name-handlers): New defun.
13190 Added with autoload cookie.
13191 (tramp-unload-file-name-handlers): Rename from
13192 `tramp-unload-file-name-handler-alist'.
13193
13194 2006-04-23 Romain Francoise <romain@orebokech.com>
13195
13196 * comint.el (comint-match-partial-filename): Doc fix.
13197
13198 2006-04-21 Glenn Morris <rgm@gnu.org>
13199
13200 * calendar/cal-menu.el (calendar-mode-map): Refer to
13201 `diary-view-entries' rather than alias `view-diary-entries'.
13202 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
13203
13204 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
13205
13206 * progmodes/antlr-mode.el (antlr-default):
13207 * cus-edit.el (custom-documentation):
13208 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
13209 in defface.
13210
13211 2006-04-21 Kim F. Storm <storm@cua.dk>
13212
13213 * image.el (image-type): New defun split out of create-image.
13214 (create-image): Use it.
13215
13216 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
13217
13218 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
13219 (org-open-at-point): Remove the "...done" message to keep output
13220 in the echo area visible.
13221 (org-export-as-xoxo): Fix call to `indent-region'.
13222
13223 2006-04-21 Kevin Ryde <user42@zip.com.au>
13224
13225 * international/mule.el (keyboard-coding-system): defcustom
13226 info-link fixes: "Specify Coding" has been split, keyboard now in
13227 "Terminal Coding", and "Single-Byte Character Support" is now
13228 "Unibyte Mode".
13229
13230 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
13231
13232 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
13233 Use font-lock-warning-face for any errors e.g. no stack.
13234 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
13235
13236 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
13237
13238 * progmodes/sh-script.el (sh-shell): Mark as safe.
13239
13240 * newcomment.el (comment-start, comment-start-skip)
13241 (comment-end-skip, comment-end): Mark as safe.
13242
13243 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
13244
13245 * textmodes/org.el (org-deadline-announce): Face removed.
13246 (org-level-faces, org-n-levels): Convert to constant.
13247 (org-compatible-face): New function.
13248 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
13249 (org-level-5, org-level-6, org-level-7, org-level-8)
13250 (org-special-keyword, org-warning, org-headline-done, org-link)
13251 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
13252 (org-scheduled-today, org-scheduled-previously, org-time-grid):
13253 Face definition revised for better color tty support.
13254 (org-bold-re, org-italic-re, org-underline-re): New constants.
13255 (org-set-font-lock-defaults): Use the new constants.
13256 (org-agenda-highlight-todo): New function.
13257 (org-agenda-todo): Fix bug with point at end of line.
13258 (org-agenda-change-all-lines, org-finalize-agenda-entries):
13259 Fontify TODO keywords.
13260 (org-insert-link): Preserve relative path in ../ links.
13261 (org-export-as-html): Convert links pointing to .org files into
13262 links that will work beteen the exported HTML files.
13263 (org-todo-list): Fix bug when arg=0.
13264 (org-insert-heading): More fine-tuning.
13265
13266 2006-04-19 Romain Francoise <romain@orebokech.com>
13267
13268 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
13269 from `rmail-mime-charset-pattern'.
13270
13271 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
13272
13273 * progmodes/python.el (python-mode): Fix typo.
13274
13275 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
13276
13277 * comint.el (comint-previous-input): Don't clobber input line
13278 when moving off either end of the input history ring.
13279 (comint-delete-input): New function, used by
13280 `comint-previous-input' and others.
13281 (comint-previous-matching-input):
13282 Use `coming-delete-input'. Save the partial input if leaving the
13283 edit line. Goto point-max before deleting input to avoid
13284 partial input fragments hanging around.
13285 (comint-restore-input): New function, used by `comint-previous-input'.
13286
13287 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
13288
13289 * imenu.el (imenu--index-alist): Balance parentheses.
13290
13291 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
13292
13293 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
13294
13295 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
13296
13297 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
13298 file is nil.
13299
13300 2006-04-18 Richard Stallman <rms@gnu.org>
13301
13302 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
13303
13304 * imenu.el (imenu-create-index-function, imenu--index-alist)
13305 (imenu--last-menubar-index-alist, imenu--make-index-alist)
13306 (imenu-default-create-index-function, imenu--generic-function):
13307 Doc fixes.
13308
13309 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
13310
13311 * help-mode.el (help-mode): Set view-exit-action to delete window.
13312
13313 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
13314 now works by passing nil as arg.
13315
13316 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
13317
13318 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
13319 (read-abbrev-file): Provide default when reading filename.
13320
13321 * files.el (enable-local-variables): Allow :all as value.
13322 (hack-local-variables): Implement that value.
13323 (safe-local-variable-values, safe-local-eval-forms)
13324 (enable-local-variables): Mark as risky.
13325 (find-file-visit-truename, kept-old-versions): Mark safe.
13326
13327 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
13328 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
13329 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
13330
13331 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13332
13333 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
13334 Use forward-line so as to get to BOL even in the presence of fields.
13335 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
13336 in return.
13337 (inferior-tcl): Tell tclsh to work in interactive mode.
13338
13339 * complete.el (partial-completion-mode):
13340 Use 'choose-completion-string-functions to make sure that
13341 choose-completion fills the minibuffer properly.
13342
13343 * complete.el (PC-old-read-file-name-internal): Remove.
13344 (PC-read-include-file-name-internal): Remove. Turn it into an advice
13345 of read-file-name-internal.
13346 (partial-completion-mode): Enable/disable this advice.
13347
13348 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
13349
13350 * net/tramp.el (tramp-completion-file-name-handler): Revert change
13351 of 2006-04-17.
13352
13353 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
13354
13355 * textmodes/org.el (org-insert-heading): Insert heading before
13356 current if at beginning of line.
13357 (org-todo, org-date): New faces.
13358 (org-table-align): Make sure tooltip window contains full text.
13359 (org-no-properties): New defsubst.
13360 (org-set-font-lock-defaults): Use new faces.
13361
13362 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
13363
13364 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
13365 for root variables.
13366
13367 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
13368 (gdb-frame-address): Re-use to identify frame for watch expression.
13369 (gdb-var-list, gdb-var-create-handler): Add frame address for root
13370 variables.
13371 (gdb-init-1, gdb-source, gdb-post-prompt)
13372 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
13373 (gdb-frame-handler): Get gdb-frame-address.
13374
13375 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
13376
13377 Sync with Tramp 2.0.53.
13378
13379 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
13380 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
13381 (tramp-completion-file-name-handler): Add autoload cookie for
13382 adding to `file-name-handler-alist'.
13383
13384 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
13385 the prompt. If it returns earlier (when detecting an error
13386 message), the rest of the output will merge accidently with the
13387 output of the next command. Reported by M Jared Finder
13388 <jared@hpalace.com>.
13389
13390 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13391 for `process-file', in order to let it work for older Emacsen too.
13392
13393 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
13394
13395 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
13396 (tex-font-lock-keywords-3): Use it.
13397
13398 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13399
13400 * newcomment.el (comment-add): New function.
13401 (comment-region-default, comment-dwim): Use it.
13402
13403 2006-04-15 Michael Olson <mwolson@gnu.org>
13404
13405 * emacs-lisp/tq.el: Improve comments.
13406 (tq-queue-head-question): New accessor function.
13407 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
13408 Update for modified queue structure.
13409 (tq-queue-add): Accept `question' argument.
13410 (tq-queue-pop): If a question is pending, send it.
13411 (tq-enqueue): Accept new optional argument `delay-question'.
13412 If this is non-nil, and at least one other question is pending a
13413 response, queue the question rather than sending it immediately.
13414
13415 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13416
13417 * calendar/appt.el (appt-add): Check whether an appointment is
13418 already present in appt-time-msg-list. Simplify code.
13419
13420 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13421
13422 * progmodes/cc-langs.el (c-mode-menu):
13423 Don't presume c-subword-mode is bound.
13424
13425 2006-04-13 Bill Wohler <wohler@newt.com>
13426
13427 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
13428 (customize-package-emacs-version): Use cdr instead of cadr now
13429 that alists use dotted pairs.
13430
13431 * custom.el (defcustom): Fix docstring for :package-version.
13432
13433 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
13434
13435 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
13436 (tramp-handle-shell-command): Display output buffer only when
13437 `tramp-display-shell-command-buffer' is true.
13438 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
13439
13440 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13441
13442 * textmodes/org.el (org-set-autofill-regexps): Set only the local
13443 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
13444
13445 2006-04-13 Romain Francoise <romain@orebokech.com>
13446
13447 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
13448 leaving temporary .cvsignore buffers behind.
13449
13450 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13451
13452 * textmodes/org.el (org-set-regexps-and-options)
13453 (org-get-current-options): Better names for the startup folding
13454 options.
13455
13456 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
13457
13458 * vc.el (vc-annotate): Arrange for point to end up at the same
13459 line number as in the original, but only when using a new buffer.
13460
13461 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
13462
13463 * files.el (hack-one-local-variable-eval-safep):
13464 Recognize `edebug-form-spec' for `put', but only if it passes
13465 `edebug-basic-spec'. Generalize `put' handling.
13466
13467 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
13468 vetting file-local form specs.
13469
13470 * allout.el (allout-layout): Autoload its `safe-local-variable'
13471 property.
13472
13473 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
13474
13475 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
13476 (org-agenda-mouse-1-follows-link)
13477 (org-mouse-1-follows-link): New options.
13478 (org-format-agenda-item): Fix bug if TAGS is nil.
13479 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
13480
13481 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
13482
13483 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
13484 GDB 6.1+ gives full filename for "info sources" so use
13485 file-name-nondirectory.
13486
13487 2006-04-12 Romain Francoise <romain@orebokech.com>
13488
13489 * subr.el (read-passwd): Bind `message-log-max' to nil.
13490
13491 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13492
13493 * progmodes/perl-mode.el (perl-indent-new-calculate):
13494 Recompute parse-start after jumping backward by a whole sexp.
13495
13496 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13497
13498 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
13499 window configuration.
13500 (vc-annotate-display-select): Select the buffer so that current-buffer
13501 (and selected-window) is the output buffer at the end of vc-annotate.
13502
13503 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
13504
13505 * vc.el (vc-annotate-color-map): Add custom TTY color map for
13506 8-color terminals, to use all of the colors in a sensible order.
13507 256-color terminals work well with the standard map.
13508 (vc-annotate-lines): Only strip the first color character if it
13509 is "#", to allow for terminal-style named colors.
13510 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
13511 the correct buffer is scrolled.
13512
13513 2006-04-11 Richard Stallman <rms@gnu.org>
13514
13515 * emacs-lisp/bytecomp.el (byte-compile-file):
13516 Bind enable-local-variables to :safe, and make normal-mode obey it.
13517
13518 * files.el (enable-local-variables): Allow value :safe.
13519 (normal-mode): Doc fix.
13520 (hack-local-variables): Implement enable-local-variables = :safe.
13521 (hack-local-variables-confirm): Don't prevent quitting.
13522
13523 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13524
13525 * loadhist.el (unload-feature): A bit of sanity check of
13526 load-history entries. Cancel timer-vars before unbinding them.
13527
13528 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
13529 quote special chars, and make the trick work on the hex part of the
13530 buffer as well.
13531 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
13532 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
13533
13534 * startup.el (normal-splash-screen): Fix last change so we don't wait
13535 2 minutes if we don't show the splash screen.
13536
13537 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
13538
13539 * textmodes/org.el (org-export-plain-list-max-depth)
13540 (org-table-spaces-around-separators)
13541 (org-radio-targets, org-activate-camels)
13542 (org-table-spaces-around-invisible-separators): Options removed.
13543 (org-time-stamp-rounding-minutes, org-remember-templates)
13544 (org-ellipsis, org-activate-links, org-descriptive-links):
13545 New options.
13546 (org-remember-apply-template, org-current-time)
13547 (org-finish-edit-table-field)
13548 (org-link-unescape, org-link-escape)
13549 (org-string-width, org-table-clean-line, org-html-do-expand)
13550 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
13551 (org-read-agenda-file-list): New functions.
13552 (org-table-edit-field)
13553 (org-table-create-or-convert-from-region): New commands
13554 (org-table-toggle-vline-visibility): Command removed.
13555 (org-table-convert-region): Made a command.
13556 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
13557 Replace with the normal org- functions.
13558 (org-self-insert-command): Don't trigger realign unnecessarily
13559 when blanking a field that is not full.
13560 (org-mode): `Set buffer-invisibility-spec' for links.
13561 (org-activate-links2): Hide link part and only show descriptive
13562 part of the link.
13563 (org-insert-link): Modify for new linking system.
13564 (org-store-link): Store description separately, for use by
13565 `org-insert-link'.
13566 (org-table-align): Use `org-string-width'.
13567 (defgroup): Completely new group structure for custom variables.
13568 (org-agenda-files): Option: Single file name allowed. Function:
13569 Optional argument unrestrited means ignore any restricitons.
13570 (org-install-agenda-files-menu): Find a buffer in Org-mode before
13571 trying to modify the menu. Use generalized access to
13572 `org-agenda-files.'
13573 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
13574 (org-agenda-file-to-front, org-remove-file, org-diary)
13575 (org-tags-view, org-export-icalendar-all-agenda-files)
13576 (org-export-icalendar-combine-agenda-files): Use generalized
13577 access to `org-agenda-files'.
13578 (org-remember-handler): Correctly preserve heading if present.
13579 (org-table-insert-row, org-table-insert-hline): Deal with
13580 invisible characters.
13581
13582 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
13583
13584 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
13585 (vc-annotate-color-map): New 18 element constant
13586 value/saturation, rotating hue colormap, from red->blue.
13587 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
13588 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
13589 (vc-annotate): To avoid killing the required local variables,
13590 set them before the end of `with-output-to-temp-buffer', and
13591 after first switching to annotate-mode.
13592 (vc-annotate-warp-version): Add buffer argument in goto-line to
13593 ensure annotation, not source, is scrolled.
13594
13595 2006-04-10 Bill Wohler <wohler@newt.com>
13596
13597 * custom.el (defcustom, custom-handle-keyword):
13598 Add :package-version keyword.
13599 (custom-add-package-version): New function. Sets value of new
13600 property 'custom-package-version from :package-version keyword.
13601 (defcustom): Create Common Keywords section in docstring.
13602 (defface, defgroup): Replace definitions of a select few keywords
13603 with a reference to the Common Keywords in defcustom.
13604 (defcustom, defface, defgroup): Replace reference to Customization
13605 chapter in manual with hyperlink.
13606
13607 * cus-edit.el (customize-package-emacs-version-alist): New variable.
13608 (customize-changed-options): Add check for custom-package-version.
13609 (customize-package-emacs-version): New function to look up Emacs
13610 version corresponding to the given package version.
13611
13612 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
13613 defun name, in similar fashion to find-variable-regexp.
13614
13615 2006-04-10 Eli Zaretskii <eliz@gnu.org>
13616
13617 * international/mule-cmds.el (set-locale-environment): Fix last
13618 change for when the locale's preferences don't specify any encoding.
13619
13620 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13621
13622 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
13623 so the defined var/fun doesn't need to be quoted.
13624
13625 2006-04-10 Richard Stallman <rms@gnu.org>
13626
13627 * finder.el (finder-mode-map): Add n and p bindings.
13628
13629 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
13630
13631 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
13632 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
13633 (gdb-setup-windows): Put something in source window if we can't find
13634 the source file.
13635 (gdb-frame-handler): Make it work again with just assembly.
13636 (gdb-data-list-register-values-handler): Make it work when there is
13637 no stack.
13638
13639 2006-04-09 Richard Stallman <rms@gnu.org>
13640
13641 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
13642 specs while looking for charset.
13643
13644 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
13645
13646 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
13647 Make them faces.
13648 (lm-font-lock-keywords): Update appropriately.
13649
13650 2006-04-10 Kim F. Storm <storm@cua.dk>
13651
13652 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
13653 it can also replace buffer-substring-no-properties.
13654
13655 * emulation/cua-base.el (cua-delete-region, cua-paste)
13656 (cua-repeat-replace-region): Use filter-buffer-substring.
13657
13658 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
13659 (cua-cut-region-to-global-mark): Likewise.
13660
13661 * emulation/cua-rect.el (cua--extract-rectangle)
13662 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
13663
13664 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13665
13666 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
13667 entry-type. Add field delimiters to numerical fields if they are
13668 not present.
13669
13670 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13671
13672 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
13673 string-const to return value.
13674 (bibtex-remove-delimiters): Use it.
13675
13676 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13677
13678 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
13679 cl-byte-compile-compiler-macro unless it exists.
13680
13681 2006-04-08 Eli Zaretskii <eliz@gnu.org>
13682
13683 * files.el (hack-local-variables-confirm) <offer-save>:
13684 Clarify message text. Suggested by Ralf Angeli.
13685
13686 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
13687
13688 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
13689 (delete-extract-rectangle-line): Use `filter-buffer-substring'
13690 instead of `buffer-substring' and `delete-region'. (Most of the
13691 code actually copied from `kill-region'.)
13692
13693 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
13694
13695 * net/rcirc.el (rcirc-default-server): Rename from rcirc-server.
13696 (rcirc-default-port): Rename from rcirc-port.
13697 (rcirc-default-nick): Rename from rcirc-nick.
13698 (rcirc-default-user-name): Rename from rcirc-user-name.
13699 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
13700 (rcirc-low-priority-flag): New variable.
13701 (rcirc-decode-coding-system): New defcustom.
13702 (rcirc-encode-coding-system): New defcustom.
13703 (rcirc-coding-system-alist): New defcustom.
13704 (rcirc-multiline-major-mode): New defcustom.
13705 (rcirc-nick): New internal variable.
13706 (rcirc-process): Remove variable.
13707 (rcirc-server-buffer): New variable.
13708 (rcirc): Update to use rcirc-default-* variables above.
13709 (rcirc-connect): Do not add window-configuration-hook-here.
13710 (rcirc-server): New internal variable.
13711 (rcirc-connect): Do not send keepalive pings if
13712 rcirc-keepalive-seconds is nil.
13713 (with-rcirc-server-buffer): New macro.
13714 (rcirc-send-string): Encode with rcirc-encode-coding-system.
13715 (rcirc-server-name): Rename from rcirc-server.
13716 (rcirc-buffer-process): New function.
13717 (rcirc-buffer-nick): New function.
13718 (rcirc-buffer-target): Remove function.
13719 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
13720 New commands.
13721 (rcirc-mode-map): Change binding of C-c C-l to
13722 rcirc-toggle-low-priority.
13723 (rcirc-mode): Initialize coding system based on
13724 rcirc-coding-system-alist. New change-major-mode-hook to part the
13725 channel on a mode change. Make kill-buffer-hook buffer-local.
13726 (rcirc-change-major-mode-hook): New function.
13727 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
13728 (rcirc-last-post-time): New variable.
13729 (rcirc-process-message): Store the last time user posted a message
13730 to this target.
13731 (rcirc-multiline-minor-mode): New mode.
13732 (rcirc-multiline-minor-mode-map): New mode map.
13733 (rcirc-edit-multiline): Put multiline-edit buffer in
13734 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
13735 (rcirc-print): Ignore any line starting with an ignored nick.
13736 (rcirc-print): Decode using rcirc-decode-coding-system.
13737 (rcirc-track-minor-mode): Update global-mode-string when disabling
13738 this mode.
13739 (minor-mode-alist): Add LowPri indicator.
13740 (rcirc-toggle-low-priority): New function.
13741 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
13742 next lowpriority buffer with activity.
13743 (rcirc-record-activity): Sort buffers in rcirc-activity by the
13744 last time the user posted a message in to the target.
13745 (rcirc-update-activity-string): New formatting for low priority
13746 buffers.
13747 (rcirc-split-activity): New function.
13748 (rcirc-handler-PART, rcirc-handler-KICK)
13749 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
13750 (rcirc-nick-away-alist): New variable.
13751 (rcirc-handler-301): New handler. Away messages are printed once
13752 per change.
13753
13754 2006-04-08 Eli Zaretskii <eliz@gnu.org>
13755
13756 * info.el (Info-follow-nearest-node): Doc fix.
13757
13758 * international/mule-cmds.el (set-locale-environment): Make sure
13759 the coding-system preferred by the locale's language has the same
13760 EOL conversion type as the original buffer-file-coding-system.
13761 (locale-language-names): Add a few MS Windows language codes.
13762
13763 2006-04-07 Richard Stallman <rms@gnu.org>
13764
13765 * simple.el (eval-expression): Doc fix.
13766
13767 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
13768 (eval-defun): Doc fixes.
13769
13770 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
13771
13772 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
13773
13774 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
13775
13776 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
13777 GDB list command without argument for greater generality.
13778
13779 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13780
13781 * subr.el (string-or-null-p): New function.
13782
13783 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
13784
13785 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
13786
13787 * files.el: Update comment about safe-local-variable declarations.
13788
13789 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
13790
13791 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
13792 See idlwave.org.
13793
13794 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
13795 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
13796
13797 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
13798 See idlwave.org.
13799
13800 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
13801 version 6.0 (minimal changes). See idlwave.org.
13802
13803 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
13804 6.0 (minimal changes). See idlwave.org.
13805
13806 * progmodes/idlw-rinfo.el: File obsoleted and removed.
13807
13808 2006-04-06 Romain Francoise <romain@orebokech.com>
13809
13810 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
13811 symmetric encryption features and a new asynchronous interface to
13812 GnuPG. This new version is version 1.4, plus whitespace changes.
13813
13814 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13815
13816 * files.el: Move some `safe-local-variable' declarations to the
13817 respective files.
13818
13819 * textmodes/ispell.el (ispell-check-comments)
13820 (ispell-local-dictionary): Mark as safe.
13821
13822 * abbrev.el (abbrev-mode): Mark as safe.
13823
13824 * add-log.el (change-log-default-name): Mark as safe.
13825
13826 * textmodes/reftex-vars.el (reftex-vref-is-default)
13827 (reftex-fref-is-default, reftex-level-indent)
13828 (reftex-guess-label-type): Mark as safe.
13829
13830 * textmodes/fill.el (colon-double-space): Mark as safe.
13831
13832 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
13833 (sentence-end-double-space, sentence-end-without-period)
13834 (sentence-end-without-space, sentence-end, sentence-end-base)
13835 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
13836
13837 2006-04-06 Kim F. Storm <storm@cua.dk>
13838
13839 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
13840 the :set-after list.
13841 (ido-downcase-unc-hosts): New user option. Default on.
13842 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
13843 when it is set, as regexps are now applied on the fly.
13844 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
13845 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
13846 on the fly, but only when ido-process-ignore-lists is set.
13847 Do case insensitive filtering if ido-downcase-unc-hosts is set.
13848 Only downcase names if ido-downcase-unc-hosts is set.
13849
13850 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
13851
13852 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
13853
13854 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
13855
13856 2006-04-05 Kim F. Storm <storm@cua.dk>
13857
13858 * ido.el (ido-mode): Set after ido-unc-hosts and
13859 ido-ignore-unc-host-regexps.
13860 (ido-save-history): Save ido-unc-hosts-cache.
13861 (ido-load-history): Load ido-unc-hosts-cache.
13862 (ido-reread-directory): Refresh unc hosts cache in // dir.
13863
13864 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
13865 to nil while displaying slash screen.
13866
13867 2006-04-05 Daiki Ueno <ueno@unixuser.org>
13868
13869 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13870 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13871
13872 2006-04-05 Kenichi Handa <handa@m17n.org>
13873
13874 * international/characters.el: Setup cases of Latin, Greek, and
13875 Cyrillic characters in CJK charsets.
13876
13877 2006-03-29 Daiki Ueno <ueno@unixuser.org>
13878
13879 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13880 default-enable-multibyte-characters. This reverts the change from
13881 revision 6.17 which is no longer necessary because the passphrase
13882 is sent separately now. GnuPG messages are unreadable under
13883 multibyte locales with default-enable-multibyte-characters set to nil.
13884
13885 2006-04-04 Andreas Schwab <schwab@suse.de>
13886
13887 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
13888 and `byte-compile-warnings' as `safe-local-variable'.
13889
13890 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
13891
13892 * man.el (Man-mode-map): Restore the \r binding.
13893 (Man-abstract-xref-man-page): If Man-target-string is a function,
13894 call it.
13895 (Man-highlight-references): Use Man-default-man-entry to get the
13896 target. Deal with xrefs too.
13897 (Man-highlight-references0): Don't call the target function.
13898
13899 * woman.el (WoMan-xref-man-page): Strip the section number, woman
13900 cannot deal with it.
13901
13902 2006-04-04 Daiki Ueno <ueno@unixuser.org>
13903
13904 * pgg-gpg.el: Clean up process buffers every time gpg processes
13905 complete.
13906
13907 2006-04-04 Kenichi Handa <handa@m17n.org>
13908
13909 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
13910 here.
13911 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
13912 Temporarily bind inhibit-field-text-motion to t.
13913
13914 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13915
13916 * startup.el (normal-splash-screen): Only set mode-line-format in the
13917 splash buffer, so as not to interfere when debugging the code.
13918 Ignore errors when switching buffer.
13919
13920 2006-04-03 Romain Francoise <romain@orebokech.com>
13921
13922 * dired.el (dired-dnd-protocol-alist): Fix typo.
13923
13924 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
13925
13926 * savehist.el (savehist): Add :version.
13927 (savehist-ignored-variables): New variable.
13928 (savehist-minibuffer-hook): Don't save variables listed in
13929 `savehist-ignored-variables'.
13930
13931 * dired.el (dired-dnd-protocol-alist): Mention that change does
13932 only apply to new buffers in doc string.
13933
13934 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
13935
13936 * recentf.el (recentf-open-files-item): Include newline in button
13937 field, so opening a file will work, when the point is at the end
13938 of the file name. Allow, for example, to [i]search a file by
13939 extension and just push RET to open it.
13940
13941 2006-04-03 Daiki Ueno <ueno@unixuser.org>
13942
13943 * pgg-gpg.el (pgg-gpg-process-filter)
13944 (pgg-gpg-wait-for-completion): Check if buffer is alive.
13945
13946 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13947 lines, temporary fix.
13948
13949 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
13950
13951 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
13952
13953 2006-04-02 Richard Stallman <rms@gnu.org>
13954
13955 * progmodes/compile.el (compilation-message-face): Make it defcustom.
13956
13957 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
13958
13959 * ibuf-macs.el (define-ibuffer-column): Add a new key:
13960 header-mouse-map.
13961
13962 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
13963 (ibuffer-mode-header-map): New keymaps.
13964 (ibuffer-update-title-and-summary): Enable mouse face highlighting
13965 and keybindings for column headers.
13966 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
13967 property.
13968
13969 2006-04-02 Drew Adams <drew.adams@oracle.com>
13970
13971 * speedbar.el (speedbar-after-create-hook): Doc fix.
13972
13973 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
13974
13975 * shell.el (shell-directory-tracker)
13976 (shell-dynamic-complete-command): Doc fixes.
13977
13978 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
13979
13980 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
13981 terminals.
13982
13983 2006-04-01 Kim F. Storm <storm@cua.dk>
13984
13985 * ido.el (ido-unc-hosts-cache): New defvar.
13986 (ido-unc-hosts): If value of defcustom is a function, call it to
13987 get list of UNC hosts. Add function-item choices to specify
13988 ido-unc-hosts-net-view or user function.
13989 (ido-ignore-unc-host-regexps): New defcustom.
13990 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
13991 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
13992 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
13993
13994 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13995
13996 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
13997 wwidth.
13998
13999 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
14000
14001 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
14002 (ido-max-work-file-list, ido-switch-buffer)
14003 (ido-read-file-name-as-directory-commands):
14004 Fix typos in docstrings.
14005
14006 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14007
14008 * term/mac-win.el (mac-system-coding-system): Define and use after
14009 Mac-specific coding systems are ready.
14010
14011 2006-03-27 Romain Francoise <romain@orebokech.com>
14012
14013 * net/rcirc.el (rcirc-connect): Add autoload cookie.
14014
14015 * ldefs-boot.el: Update.
14016
14017 2006-03-27 Daiki Ueno <ueno@unixuser.org>
14018
14019 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14020 passphrases when it is not needed.
14021 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14022 passphrase stuff from gpg, should only be necessary when you use
14023 gpg with a smartcard.
14024
14025 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
14026
14027 * comint.el (comint-dynamic-list-completions): Allow user to
14028 select *Completions* buffer.
14029
14030 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
14031
14032 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
14033
14034 2006-03-26 Andreas Schwab <schwab@suse.de>
14035
14036 * progmodes/gud.el (gdb): Only complain about multiple debugging
14037 when the gdb process is still running.
14038
14039 2006-03-25 Eli Zaretskii <eliz@gnu.org>
14040
14041 * mail/rmail.el (tool-bar-map): Defvar it.
14042 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
14043 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
14044
14045 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
14046
14047 * help.el (print-help-return-message): Suggest to use
14048 display-buffer instead of switch-to-buffer-other-window to restore
14049 the previous window without selecting it.
14050
14051 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14052
14053 * frame.el (select-frame-by-name): Call x-focus-frame also when
14054 window-system is mac.
14055
14056 * term/mac-win.el: Adjust Courier font specifications in
14057 x-fixed-font-alist.
14058 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
14059 when directly encoding to UTF-16 in native byte order, no BOM.
14060
14061 2006-03-25 Kim F. Storm <storm@cua.dk>
14062
14063 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
14064 (cua--init-keymaps): Use it instead of fixed C-return.
14065 (cua-mode): Set after it.
14066
14067 * emulation/cua-rect.el (cua--init-rectangles):
14068 Use cua-rectangle-mark-key instead of fixed C-return.
14069
14070 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
14071
14072 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
14073 "run" in .gdbinit.
14074 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
14075
14076 2006-03-24 Romain Francoise <romain@orebokech.com>
14077
14078 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
14079 `display-buffer-other-frame'.
14080
14081 2006-03-24 Kim F. Storm <storm@cua.dk>
14082
14083 * apropos.el (apropos-synonyms): Add selection => region.
14084
14085 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
14086
14087 * progmodes/gdb-ui.el (gdb-var-create-regexp)
14088 (gdb-var-list-children-regexp, gdb-var-update-regexp)
14089 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
14090 (gdb-data-list-register-values-regexp)
14091 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
14092 Future proof against new fields being added to MI output.
14093 (gdb-send): Don't treat backslashes for program input as
14094 continuations.
14095 (gdb-assembler-handler): Don't use window-start for this handler.
14096 (gdb-frame-handler): Don't change to hollow arrow if overlay
14097 arrow doesn't move to new frame.
14098
14099 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
14100
14101 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
14102 prevent compiler warnings.
14103 (gdb-stopped): Check for gud-last-last-frame (case: signal).
14104 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
14105 (gdb-assembler-custom): Use hollow-right-triangle for assembler
14106 buffer too.
14107
14108 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
14109
14110 * pgg-gpg.el (pgg-gpg-update-agent): Check for
14111 make-network-process, so we can use the same code in Gnus v5-10
14112 too and have this file fully synchronized with that release.
14113
14114 2006-03-23 Romain Francoise <romain@orebokech.com>
14115
14116 * ibuf-ext.el (ibuffer-read-filter-group-name):
14117 Use `ibuffer-generate-filter-groups' to make completion list match
14118 the filter groups that are really displayed in the Ibuffer buffer.
14119 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
14120
14121 2006-03-23 Kenichi Handa <handa@m17n.org>
14122
14123 * international/mule-cmds.el (sort-coding-systems): Describe that
14124 the argument is modified in docstring.
14125
14126 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
14127
14128 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14129 (pgg-gpg-update-agent): New function.
14130 (pgg-gpg-use-agent-p): New function.
14131 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14132 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14133 (pgg-gpg-sign-region): Use it.
14134
14135 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
14136
14137 * cus-edit.el (custom-face-set): Call custom-push-theme before
14138 face-spec set so that `changed' theme is correctly saved.
14139 (custom-face-reset-standard): Reset to recalculated face rather
14140 than defface spec.
14141
14142 * custom.el (custom-push-theme): Only save `changed' theme if the
14143 current face does not match the defface specs.
14144
14145 2006-03-21 Simon Josefsson <jas@extundo.com>
14146
14147 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14148 <wilde@sha-bang.de>.
14149 (pgg-gpg-use-agent): New variable.
14150 (pgg-gpg-process-region): Use it.
14151 (pgg-gpg-encrypt-region): Likewise.
14152 (pgg-gpg-encrypt-symmetric-region): Likewise.
14153 (pgg-gpg-decrypt-region): Likewise.
14154 (pgg-gpg-sign-region): Likewise.
14155 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14156
14157 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
14158
14159 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
14160 bracket links.
14161
14162 2006-03-21 Kim F. Storm <storm@cua.dk>
14163
14164 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
14165 fringe-indicator-alist instead of modifying global value.
14166 (gdb-frame-handler): Likewise.
14167
14168 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
14169
14170 * diff-mode.el (diff-function): Make it inherit from diff-header
14171 instead of diff-context.
14172
14173 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
14174 bitmap.
14175 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
14176 change names in macro above for consistency.
14177 (gdb-frame-handler): Use hollow-right-triangle for all selected
14178 frames which except the innermost (where execution has stopped).
14179 (gdb-reset): Reset buffer-local values of overlay-arrow.
14180
14181 2006-03-20 Richard Stallman <rms@gnu.org>
14182
14183 * simple.el (set-mark-command): Doc fix.
14184
14185 * files.el (display-buffer-other-frame): New command.
14186 (ctl-x-4-map): Bind C-x 5 C-o to it.
14187
14188 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
14189
14190 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
14191 rather than just defer-time, in case defer-time has been changed but
14192 the timer isn't running yet.
14193 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
14194
14195 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
14196
14197 * help-mode.el (help-follow-symbol): New function.
14198 Essentially identical to the old `help-follow', but do not let
14199 `push-button' do the work when on an xref.
14200 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
14201
14202 2006-03-19 Richard Stallman <rms@gnu.org>
14203
14204 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
14205 preceded by the word `program'.
14206 (help-follow-mouse, help-follow): Throw error if not on xref.
14207 Delete no longer used args.
14208
14209 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
14210
14211 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
14212 annotation ensure gud-overlay-arrow-position is redisplayed.
14213
14214 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14215
14216 * textmodes/bibtex.el (bibtex-include-OPTkey)
14217 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
14218 (bibtex-autokey-name-case-convert)
14219 (bibtex-autokey-titleword-case-convert): Make these the aliases
14220 for the following two variables.
14221 (bibtex-autokey-name-case-convert-function)
14222 (bibtex-autokey-titleword-case-convert-function): Make these the
14223 real names.
14224 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
14225 bibtex-font-lock-crossref sublists.
14226 (bibtex-mode): Revert 2005-12-30 change (which made
14227 completion-ignore-case buffer-local).
14228 (bibtex-url): Simplify.
14229
14230 2006-03-19 Kim F. Storm <storm@cua.dk>
14231
14232 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
14233 cursor property value to 2 (to align with C level change).
14234
14235 2006-03-19 Bill Wohler <wohler@newt.com>
14236
14237 * image.el (image-load-path-for-library): Shorten first line in
14238 docstring.
14239
14240 2006-03-18 Richard Stallman <rms@gnu.org>
14241
14242 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
14243
14244 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
14245
14246 * isearch.el (isearch-other-meta-char): Handle user bindings for
14247 shifted control characters.
14248
14249 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
14250
14251 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
14252 part that matches email addresses, file names, etc.
14253
14254 2006-03-18 Eli Zaretskii <eliz@gnu.org>
14255
14256 * term/w32-win.el (mouse-set-font):
14257 Mention w32-list-proportional-fonts in the doc string.
14258
14259 2006-03-18 Kim F. Storm <storm@cua.dk>
14260
14261 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
14262 (ido-unc-hosts): New user option to explicitly define list of know
14263 UNC-style hosts for completion.
14264 (ido-cache-unc-host-shares-time): New user option.
14265 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
14266 New helper functions for UNC file-name support.
14267 (ido-may-cache-directory): Check for UNC host. Simplify.
14268 (ido-wash-history): Clean out old UNC hosts.
14269 (ido-nonreadable-directory-p): UNC hosts are always readable.
14270 (ido-directory-too-big-p): UNC hosts are never too big.
14271 (ido-set-current-directory): Handle UNC root path.
14272 (ido-file-name-all-completions): Complete UNC host names from
14273 ido-unc-hosts list. Cache UNC host shares.
14274 (ido-make-file-list-1): Don't filter UNC root.
14275 (ido-exhibit): Check for // in root directory, and switch to UNC
14276 mode by setting ido-current-directory to //.
14277
14278 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
14279
14280 * cus-edit.el (customize-changed-options): Mention explicit
14281 version number as default in prompt.
14282
14283 2006-03-17 Bill Wohler <wohler@newt.com>
14284
14285 * image.el (image-load-path-for-library): Minor docstring fix.
14286
14287 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
14288
14289 * textmodes/org.el (org-read-date): Include subgroup 5 into
14290 replacement text.
14291 (org-popup-calendar-for-date-prompt): Fix customization type.
14292
14293 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
14294
14295 * progmodes/gdb-ui.el (gud-watch): Provide completion.
14296 (gdb-continuation): New variable.
14297 (gdb-send): Deal with continuation lines.
14298
14299 * progmodes/gud.el (gud-gdb-complete-command)
14300 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
14301 expressions.
14302 (gud-tooltip-mode): Use buffer-local value.
14303
14304 2006-03-16 Kim F. Storm <storm@cua.dk>
14305
14306 * ido.el (ido-edit-input): Use selected match, if any.
14307
14308 2006-03-16 Bill Wohler <wohler@newt.com>
14309
14310 * image.el (image-load-path-for-library): Prefer user's images in
14311 image-load-path.
14312
14313 2006-03-16 Martin Rudalics <rudalics@gmx.at>
14314
14315 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
14316 when checking for attempt to drag leftmost or rightmost scrollbar.
14317
14318 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
14319
14320 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
14321 (gdb-force-mode-line-update): New function.
14322 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
14323 (gdb-exited): Use them.
14324 (gdb-signal): New function.
14325 (gdb-annotation-rules): Provide a rule for it.
14326
14327 2006-03-16 Kenichi Handa <handa@m17n.org>
14328
14329 * international/mule.el (auto-coding-regexp-alist): Add entries
14330 for Unicode BOM.
14331
14332 * sort.el (sort-build-lists): Temporarily bind
14333 inhibit-field-text-motion to t.
14334
14335 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
14336
14337 * locate.el (locate-command, locate-make-command-line)
14338 (locate-fcodes-file, locate-update-command)
14339 (locate-prompt-for-command, locate, locate-with-filter)
14340 (locate-get-file-positions): Doc fixes.
14341 (locate-buffer-name, locate-header-face): Remove leading `*' in
14342 defcustom.
14343 (locate-filter-output): Use `keep-lines' instead of its alias
14344 `delete-non-matching-lines'.
14345 (locate-get-filename, locate-get-dirname): Add introductory comment.
14346 (locate-find-directory-other-window): Give appropriate error
14347 message if used outside main listing.
14348
14349 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
14350
14351 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
14352 the new extend-region feature.
14353 (font-lock-after-change-function): Update correspondingly.
14354 * jit-lock.el (jit-lock-after-change): Update correspondingly.
14355 * progmodes/grep.el (font-lock-lines-before): Don't disable.
14356
14357 2006-03-15 Bill Wohler <wohler@newt.com>
14358
14359 * image.el (image-load-path-for-library): Fix example by not
14360 recommending that one binds image-load-path. Just defvar it to
14361 placate compiler and only use it if previously defined.
14362
14363 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
14364
14365 * textmodes/org.el (org-insert-centered): Use `string-width' to
14366 make underlining work for wide characters.
14367 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
14368 TAB to `org-cycle', to make sure that no binding in
14369 `outline-mode-map' can supercede it.
14370
14371 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
14372
14373 * allout.el: Increment version to 2.2.1 in file commentary.
14374
14375 (allout-version): Increment to 2.2.1.
14376
14377 (allout-default-layout): New customization variable, used when the
14378 file lacks a specific allout-layout. Uses allout-layout-type for
14379 recursively nested definition.
14380
14381 (allout-layout-type): Widget defining allout layouts, necessary for
14382 self-recursive definition.
14383
14384 (allout-mode): Incorporate allout-default-layout as fallback for
14385 allout-layout.
14386
14387 (allout-layout): Mark as 'safe-local-variable', and refer mention
14388 fallback to `allout-default-layout' in absence of a specified value.
14389 (allout-passphrase-verifier-string)
14390 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
14391
14392 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
14393
14394 (allout-get-encryption-passphrase-verifier): Use correct name of
14395 passphrase verifier in docstring.
14396
14397 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
14398
14399 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
14400 elements.
14401 (gdb-find-watch-expression): Make it work for arrays too.
14402 Follow change to gdb-var-list.
14403 (gud-watch): Allow the user to enter variable name with a prexix
14404 arg. Create keybindings.
14405 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
14406 (gdb-var-list-children-handler, gdb-var-update-handler)
14407 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
14408 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
14409 Follow change to gdb-var-list.
14410 (gdb-starting): Don't show the overlay arrows when program is running.
14411
14412 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
14413 gdb-var-list.
14414
14415 2006-03-14 Bill Wohler <wohler@newt.com>
14416
14417 * image.el (image-load-path-for-library): Pass value of path
14418 rather than symbol. Always return list of directories.
14419 Guarantee that image directory comes first.
14420
14421 2006-03-14 Alan Mackenzie <acm@muc.de>
14422
14423 * font-core.el (font-lock-extend-region\(-function\)?.):
14424 New function/variable.
14425
14426 * font-lock.el (font-lock-after-change-function):
14427 Call font-lock-extend-region. Obey font-lock-lines-before.
14428 (font-lock-default-fontify-region): Remove reference to
14429 font-lock-lines-before.
14430
14431 * jit-lock.el (jit-lock-after-change):
14432 Call font-lock-extend-region. Obey font-lock-lines-before.
14433
14434 2006-03-14 David Ponce <david@dponce.com>
14435
14436 * tree-widget.el (tree-widget-themes-load-path)
14437 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14438
14439 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
14440
14441 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
14442 (rcirc-print): Mark the start of text at the end of the prompt.
14443 (rcirc-track-minor-mode): Add autoload cookie.
14444 (rcirc-update-activity-string): Add space to front of mode-line
14445 indicator.
14446
14447 2006-03-13 Miles Bader <miles@gnu.org>
14448
14449 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
14450 (rcirc-abbrev-nick): Remove function.
14451 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
14452
14453 2006-03-13 David Ponce <david@dponce.com>
14454
14455 * tree-widget.el: Handle themes across all occurrences of the main
14456 themes sub-directory found in tree-widget-themes-load-path.
14457 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
14458 (tree-widget--locate-sub-directory): Return all occurrences.
14459 (tree-widget-themes-path): New function.
14460 Replace tree-widget-themes-directory, and return a list of directories.
14461 (tree-widget-set-parent-theme)
14462 (tree-widget-lookup-image): Use it.
14463
14464 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
14465
14466 * textmodes/org.el (org-link-search): Avoid self-matching of
14467 links, allow target text to be distributed over several lines.
14468 (org-search-not-link): New function.
14469 (org-set-regexps-and-options, org-get-current-options):
14470 New startup options.
14471 (org-export-as-html): Take odd-level setting from local variable.
14472 (org-fontify-emphasized-text): New option.
14473 (org-set-font-lock-defaults): Include emphasized text.
14474 (org-follow-mhe-link): Allow folder-only links, fix folder name.
14475 (org-font-lock): Customize group renamed from `org-faces'.
14476
14477 2006-03-13 John Paul Wallington <jpw@pobox.com>
14478
14479 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
14480 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
14481
14482 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
14483
14484 * cus-start.el (all): Delete :version keyword for members of the
14485 fringe group, since the entire group is new in 22.1.
14486
14487 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
14488
14489 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
14490 map if value is hexadecimal (an address).
14491 (gud-watch): Only search roots for existing watch expressions.
14492 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
14493 prevent caching problems with speedbar-update-directory-contents.
14494
14495 2006-03-12 Juri Linkov <juri@jurta.org>
14496
14497 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
14498 before comparing with `low' and `warn'.
14499
14500 * info.el (Info-dir-remove-duplicates): Move point to the
14501 beginning of the current line after deleting the entries from
14502 redundant heading. Use marker for `limit' and compare it with
14503 point before calling `re-search-forward'.
14504
14505 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
14506
14507 * simple.el (yank): Fix typo in docstring.
14508
14509 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
14510
14511 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
14512 messages, where "D" is the 6th character.
14513
14514 2006-03-11 Eli Zaretskii <eliz@gnu.org>
14515
14516 * simple.el (yank): Fix last change.
14517
14518 2006-03-11 David Ponce <david@dponce.com>
14519
14520 * textmodes/ispell.el (ispell-find-aspell-dictionaries): Add aliases
14521 before merging elements from the standard ispell-dictionary-alist.
14522 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
14523 alist, and return the new alist.
14524
14525 2006-03-11 Richard Stallman <rms@gnu.org>
14526
14527 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
14528
14529 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
14530 the way it is implemented is too unclean.
14531
14532 * simple.el (kill-region, yank): Doc fix.
14533
14534 * battery.el (battery-echo-area-format): Doc fix.
14535 (battery-mode-line-format): Likewise.
14536 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
14537 (battery-linux-proc-acpi): Ignore batteries that say "charged".
14538
14539 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
14540
14541 * progmodes/octave-mod.el (octave-indent-for-comment):
14542 Behave according to do string.
14543
14544 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
14545
14546 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
14547 Be visible only if major mode is Mail Mode.
14548
14549 * textmodes/flyspell.el (flyspell-external-point-words)
14550 (flyspell-process-localwords): Fix last changes.
14551
14552 2006-03-11 Eli Zaretskii <eliz@gnu.org>
14553
14554 * calendar/holidays.el (list-holidays): Doc fix.
14555
14556 * international/mule.el (auto-coding-alist): Add .odt
14557 (OpenOffice's open document) files.
14558
14559 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
14560 document) files. Mention in the doc string the need to sync with
14561 auto-coding-alist.
14562
14563 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
14564
14565 * files.el (hack-local-variables-confirm): Don't prompt for ! if
14566 enable-local-variables is set to always query, or there is no
14567 savable variable.
14568
14569 2006-03-10 Bill Wohler <wohler@newt.com>
14570
14571 * image.el (image-load-path-for-library): Merge at least three
14572 functions from Gnus and MH-E into this one function that can now
14573 be shared.
14574
14575 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
14576
14577 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
14578 gdb-remove-mouse-face and remove help-echo too.
14579 (gdb-enqueue-input): Correct conditional clause.
14580
14581 2006-03-10 Glenn Morris <rgm@gnu.org>
14582
14583 * calendar/calendar.el (calendar-holidays): Doc fix.
14584 * calendar/holidays.el (list-holidays): Doc fix.
14585
14586 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
14587
14588 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
14589 it gets called in gdb-prompt anyway.
14590 (gdb-use-separate-io-buffer): Only restore window arrangement for
14591 gdb-many-windows.
14592 (gdb-enqueue-input): Make it harder to send GDB input when program
14593 is running.
14594 (gdb-buffer-list): New variable.
14595 (gdb-remove-mouse-face): New function.
14596 (gdb-starting): Use it when GDB input won't get sent.
14597
14598 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
14599
14600 * help.el (view-lossage): Remove trailing whitespace before
14601 inserting "\n".
14602
14603 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
14604
14605 * files.el (hack-local-variables-confirm):
14606 Set coding-system-for-read to nil before writing to .emacs.
14607
14608 * arc-mode.el (archive-extract): Check if an existing buffer name
14609 comes from a different archive.
14610
14611 * help.el (describe-key-briefly): If KEY is a down event, read and
14612 discard the up event.
14613
14614 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
14615
14616 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
14617 be edited and use font-lock-warning-face for any changes.
14618
14619 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
14620 (gdb-edit-value): Use it to report any errors.
14621
14622 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
14623
14624 * help.el (describe-key): Remove leftover test code.
14625
14626 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
14627
14628 * textmodes/org.el: Move defvars out of eval-when-compile.
14629 Use buffer-file-name variable.
14630 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
14631 arg `file'.
14632 (org-level-faces): Remove startup dependency.
14633 (org-cycle, org-map-tree, org-scan-tags)
14634 (org-remember-handler): Don't call `outline-level' directly.
14635 (org-mhe-search-all-folders): New option.
14636 (org-mhe-get-message-folder-from-index)
14637 (org-mhe-get-message-folder): Fix indexing search.
14638 (org-format-agenda-item): Handle nil TAGS argument.
14639 (org-cleaned-string-for-export, org-activate-target-links)
14640 (org-make-target-link-regexp): Deal with empty radio target list.
14641 (org-tag): New face.
14642 (org-get-level-face): New function.
14643 (org-set-font-lock-defaults): Simplify setup for headlines.
14644 (org-complete): Pass common substring to `display-completion-list'.
14645
14646 2006-03-06 David Ponce <david@dponce.com>
14647
14648 * tree-widget.el: Update Commentary header.
14649 (tree-widget-theme-name): Ignore parent themes.
14650 (tree-widget-set-parent-theme): New function.
14651 (tree-widget-set-theme): Use it.
14652 (tree-widget-set-image-properties): Move definition. Does nothing
14653 if image properties have already been set.
14654 (tree-widget-image-properties): Move definition. Receive an image
14655 name. Set the :pointer property.
14656 (tree-widget-lookup-image): Doc fix. Search in parent themes.
14657 Don't set the :pointer image property.
14658 (tree-widget-convert-widget): New function. Handle :dynargs
14659 compatibility here.
14660 (tree-widget): Use it to :convert-widget. Add the :expander-p
14661 predicate to control when the :expander function is entered.
14662 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
14663 (tree-widget-value-create): Handle :expander-p. widget-apply
14664 :expander.
14665 (tree-widget-expander-p): New function. Default value of the
14666 :expander-p property.
14667
14668 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
14669
14670 * help.el (describe-key): Properly handle the return value of
14671 read-key-sequence when grabbing an up-event. Cleanup mouse-1
14672 remaps. Handle string and vector `follow-link' values.
14673
14674 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
14675
14676 * complete.el (PC-expand-many-files): Try be more careful when parsing
14677 the shell's output.
14678
14679 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
14680
14681 * outline.el (hide-sublevels): Provide better interactive default.
14682
14683 2006-03-06 Kenichi Handa <handa@m17n.org>
14684
14685 * international/fontset.el (create-fontset-from-fontset-spec):
14686 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
14687
14688 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
14689
14690 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
14691 backslashes instead of one in regexp.
14692 (gud-tooltip-dereference): Add missing optional argument.
14693
14694 2006-03-04 John Paul Wallington <jpw@pobox.com>
14695
14696 * wdired.el (toplevel): Require `cl' at compile-time.
14697
14698 2006-03-04 Andreas Schwab <schwab@suse.de>
14699
14700 * server.el (server-process-filter): Handle errors during
14701 evaluation of the argument.
14702
14703 2006-03-03 John Paul Wallington <jpw@pobox.com>
14704
14705 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
14706 escape parentheses at beginning of line.
14707 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
14708 (t-mouse-mode): Remove period from end of error message.
14709
14710 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
14711
14712 * textmodes/flyspell.el (flyspell-process-localwords):
14713 Be case-sensitive.
14714
14715 2006-03-03 Martin Rudalics <rudalics@gmx.at>
14716
14717 * cus-edit.el (custom-quote): Remove function, since it has been
14718 moved to custom.el.
14719
14720 * font-lock.el (lisp-font-lock-keywords-2)
14721 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
14722 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
14723 they have no special meaning.
14724
14725 * midnight.el (clean-buffer-list): Handle case where base-buffer of
14726 indirect buffer gets killed before indirect buffer. Use dolist.
14727
14728 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
14729
14730 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
14731 value instead of a literal constant (1) on more pauses.
14732
14733 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
14734
14735 * textmodes/flyspell.el (flyspell-external-point-words):
14736 Be case-sensitive.
14737
14738 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
14739
14740 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
14741 with "www".
14742
14743 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
14744
14745 * allout.el: Restablish intermediate missing comment header to
14746 preserve outline structure.
14747 (allout-beginning-of-current-entry): Skip invisible text.
14748 (allout-open-topic): Fix opening a topic at end-of-buffer.
14749 (allout-minor-mode): Move nearer to allout-mode function.
14750
14751 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
14752
14753 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
14754
14755 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
14756
14757 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
14758 is nil.
14759
14760 * progmodes/gud.el (gud-speedbar-menu-items):
14761 Use buffer-local-value and add missing :visible keyword.
14762
14763 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
14764
14765 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
14766
14767 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
14768 must be `follow-link'.
14769
14770 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
14771
14772 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
14773 formatting: No nested anchors.
14774 (org-all-targets): Fix bug with XEmacs compatibility.
14775 (org-read-date): Add (require 'parse-time).
14776 (org-set-tags): Fix bug with extra inserted space.
14777 (org-export-html-style): Define a style class for targets.
14778 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
14779 (org-hide-leading-stars): New option.
14780 (org-hide): New face.
14781 (org-set-font-lock-defaults): Allow to hide leading stars.
14782 (org-get-legal-level, org-tr-level): New functions.
14783 (org-odd-levels-only): New option.
14784 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
14785 (org-demote, org-promote): Deal with double-star levels.
14786 (org-convert-to-odd-levels): New command.
14787
14788 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
14789
14790 * speedbar.el (speedbar-update-localized-contents): Try to
14791 preserve window-start.
14792 (speedbar-update-directory-contents): Try to preserve window-start
14793 and window-point.
14794 (speedbar-update-special-contents): Don't move back to start of window.
14795
14796 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
14797 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
14798 speedbar-timer-fn.
14799 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
14800 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
14801 instead of gdb-speedbar-timer-fn.
14802
14803 2006-02-28 Jay Belanger <belanger@truman.edu>
14804
14805 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
14806 (math-compose-expr): Use latex option when calling
14807 `math-compose-tex-matrix' for latex mode.
14808
14809 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
14810
14811 * speedbar.el: Re-instate comments about developing for speedbar
14812 [this is what info and gdb-ui use even if better methods exist now].
14813
14814 * t-mouse.el: New file.
14815 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
14816 (t-mouse-lispy-buffer-posn-from-coords): Remove.
14817 (t-mouse-make-event-element): Use posn-at-x-y instead.
14818 (t-mouse-make-event): Deal with Fedora Core 3.
14819 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
14820 (t-mouse-mouse-position-function): New function. Use it instead
14821 of advising mouse-position.
14822 (t-mouse-mode): New minor mode.
14823 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
14824
14825 2006-02-27 Glenn Morris <rgm@gnu.org>
14826
14827 * calendar/calendar.el (calendar-holidays): Doc fix.
14828
14829 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
14830
14831 * progmodes/gdb-ui.el (gdb-source-window): New variable.
14832 Re-introduce the concept of a source window.
14833 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
14834 consistency with get-buffer-create.
14835 (def-gdb-auto-update-handler, gdb-info-locals-handler)
14836 (gdb-data-list-register-values-handler)
14837 (gdb-stack-list-locals-handler): Try to preserve window-start as
14838 well as window-point.
14839 (gdb-display-source-buffer): New function (old concept).
14840 (gdb-goto-breakpoint): Use it.
14841
14842 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
14843 for gdb-ui/gdb-mi (old concept).
14844
14845 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
14846
14847 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
14848 binding.
14849
14850 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
14851
14852 * textmodes/reftex-sel.el (reftex-select-label-map)
14853 (reftex-select-bib-map): Add `follow-mouse' binding.
14854
14855 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
14856
14857 * jka-cmpr-hook.el (jka-compr-compression-info-list)
14858 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
14859 Give :set functions to provide automatic updating.
14860 Update docstring. Give compiler defvars early in the file
14861 and move the defcustoms to a later spot where all called functions
14862 are defined.
14863 (jka-compr-file-name-handler-entry): Doc fix.
14864 (jka-compr-compression-info-list--internal)
14865 (jka-compr-mode-alist-additions--internal)
14866 (jka-compr-load-suffixes--internal): New variables.
14867 (jka-compr-install): Set the three above variables.
14868 Update `load-file-rep-suffixes' instead of `load-suffixes'.
14869 (jka-compr-update, jka-compr-set): New functions.
14870 (auto-compression-mode): Doc fix.
14871
14872 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
14873 Update `load-file-rep-suffixes' instead of `load-suffixes'.
14874 Use jka-compr-compression-info-list--internal,
14875 jka-compr-mode-alist-additions--internal and
14876 jka-compr-load-suffixes--internal.
14877
14878 * files.el (load-library):
14879 * loadhist.el (file-loadhist-lookup):
14880 * startup.el (command-line):
14881 * subr.el (locate-library):
14882 * emacs-lisp/autoload.el (update-directory-autoloads):
14883 * emacs-lisp/find-func.el (find-library-suffixes):
14884 Use `get-load-suffixes' instead of `load-suffixes'.
14885
14886 * subr.el (locate-library):
14887 * emacs-lisp/find-func.el (find-library-name):
14888 Use `load-file-rep-suffixes' instead of '("").
14889
14890 2006-02-26 Kim F. Storm <storm@cua.dk>
14891
14892 * ido.el (ido-save-history, ido-load-history): Simplify.
14893 Don't use find-file-noselect to avoid interference from other modes.
14894
14895 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
14896
14897 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
14898 to use the default shell if filename is not available.
14899 Reported by Giorgos Keramidas.
14900
14901 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
14902
14903 * progmodes/etags.el (tags-completion-table): Do completion from
14904 all the tables in the current list, as documented in the manual.
14905
14906 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14907
14908 * CC Mode Update to 5.31.3.
14909
14910 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14911
14912 * progmodes/cc-mode.el (c-postprocess-file-styles):
14913 Bind inhibit-read-only to t, around the call to
14914 c-remove-any-local-eval-or-mode-variables, so that it works on a
14915 RO file.
14916
14917 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14918
14919 * progmodes/cc-awk.el: Correct a typo.
14920
14921 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14922
14923 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
14924 c-hungry-delete-backwards, at the request of RMS. Leave the old
14925 name as an alias.
14926
14927 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14928
14929 * progmodes/cc-mode.el: Correct a typo.
14930
14931 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14932
14933 * progmodes/cc-defs.el: Update the version number to 5.31.3.
14934
14935 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14936
14937 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
14938 brace-else-brace (error due to mbeg, mend being undefined).
14939
14940 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14941
14942 * progmodes/cc-mode.el: File Local variables: Solve the problem
14943 where both `mode' and c-file-offsets are specified: `mode' will
14944 overwrite c-f-o's settings:
14945 (c-remove-any-local-eval-or-mode-variables): New function.
14946 (c-postprocess-file-styles): Call the above new function, within
14947 c-tentative-buffer-change, to splat `mode' and `eval' before the
14948 second hack-local-variables.
14949
14950 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14951
14952 * progmodes/cc-mode.el:
14953 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
14954 (c-after-change): Protect the match data with save-match-data.
14955 It was getting corrupted by c-after-change-check-<>-operators.
14956
14957 * progmodes/cc-defs.el: [Supersedes patch V1.38]:
14958 (top level): Check for a buggy font-lock-compile-keywords ONLY in
14959 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
14960
14961 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
14962 with save-match-data. It was being corrupted when Font Lock was
14963 not enabled.
14964
14965 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
14966
14967 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
14968 Mode and Subword Mode.
14969
14970 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
14971 real labels ("case 1:" or "foo:") from non-labels ("public:").
14972 (c-forward-objc-directive): Replace c-forward-token-2 with crude
14973 coding; c-f-t-2 doesn't move over a token at EOB.
14974
14975 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
14976
14977 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
14978 (c-update-modeline): Concatenate the minor mode indicators
14979 directly onto mode-name, removing c-submode-indicators.
14980 Sometimes, c-s-i got separated from the mode name on the mode line.
14981
14982 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
14983 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
14984
14985 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14986
14987 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
14988 error message when there's an evaluation error to show whether
14989 it's loaded from source or not.
14990 (c-filter-ops): Make it available at runtime too to work when
14991 `c-make-init-lang-vars-fun' needs to evaluate from source.
14992
14993 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
14994
14995 * help.el (help): Revert last part of 2006-02-23 change (deletion
14996 of the `provide' call).
14997
14998 2006-02-23 Juri Linkov <juri@jurta.org>
14999
15000 * compare-w.el (compare-windows-highlight): Add new value
15001 `persistent' and change :type from `boolean' to `choice'.
15002 (compare-windows-overlays1, compare-windows-overlays2):
15003 New internal variables.
15004 (compare-windows-highlight): If compare-windows-highlight is
15005 `persistent', add current overlays to compare-windows-overlays[12]
15006 instead of adding compare-windows-dehighlight to pre-command-hook.
15007 (compare-windows-dehighlight): Delete all overlays from
15008 compare-windows-overlays[12].
15009
15010 * info.el (Info-search): Don't bind search-spaces-regexp to
15011 Info-search-whitespace-regexp in non-regexp isearch mode.
15012
15013 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
15014
15015 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
15016
15017 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
15018
15019 * textmodes/org.el (org-xemacs-p)
15020 (org-export-html-show-new-buffer, org-table-may-need-update)
15021 (org-insert-item, org-mhe-get-message-real-folder)
15022 (org-mhe-get-message-folder-from-index)
15023 (org-mhe-get-message-folder, org-mhe-get-message-num)
15024 (org-mhe-get-header, org-make-org-heading-search-string)
15025 (org-make-org-heading-camel, org-table-sort-lines)
15026 (org-format-org-table-html, org-format-table-table-html):
15027 Fix typos in docstrings.
15028
15029 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
15030
15031 * textmodes/org.el (org-cleaned-string-for-export)
15032 (org-solidify-link-text): New function.
15033 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
15034 XEmacs, just to silence the compiler.
15035 (org-export-as-ascii, org-export-as-html-and-open):
15036 Use `org-cleaned-string-for-export' and create internal links.
15037 (org-follow-mhe-link): Require mh-e, use folder.
15038
15039 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
15040
15041 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
15042
15043 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
15044 gdb-debug-log-length.
15045 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
15046 it a real ring but...
15047 (gud-gdba-marker-filter): ...make it work like mark-ring.
15048 (gdb-enable-debug): Rename from gdb-enable-debug-log.
15049 (gdb-mouse-jump): New function. Add bindings.
15050
15051 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
15052
15053 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
15054 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
15055 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
15056 (gdb-debug-log-length): Customize it's length.
15057 (gud-watch, gdb-var-create-handler): Display function::var format
15058 but don't use to create variable object.
15059 (gdb-var-create-handler): Use message-box in place of message.
15060 (gdb-stopped): Call gdb-exited if signalled.
15061
15062 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
15063
15064 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
15065
15066 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
15067
15068 * textmodes/reftex.el (reftex-locate-file): Search all extensions
15069 if `reftex-try-all-extensions' is set.
15070
15071 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
15072 fail silently when there is no valid argument at point.
15073 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
15074 `fail-silently' argument. From a patch by David Reiter.
15075
15076 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
15077 New commands.
15078 (org-mark-ring): New variable.
15079 (org-mark-ring-length): New option.
15080 (org-open-at-point, org-goto, org-open-file): Push old position
15081 onto the mark ring.
15082 (org-add-hook): New function.
15083 (org-export-table-remove-special-lines): New option.
15084 (org-skip-comments, org-format-org-table-html): Respect new
15085 option `org-export-table-remove-special-lines'.
15086 (org-open-file): Allow special command configuration for
15087 directory link.
15088 (org-file-apps): Fix bugs in customize type, added setting
15089 for directories.
15090 (org-activate-tags, org-format-agenda-item, org-complete)
15091 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
15092 (org-get-tags, org-get-buffer-tags, org-open-at-point)
15093 (org-link-search, org-make-org-heading-search-string)
15094 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
15095 (org-radio-targets, org-file-link-context-use-camel-case)
15096 (org-activate-camels): New options.
15097 (org-update-radio-target-regexp, org-all-targets)
15098 (org-make-target-link-regexp, org-activate-target-links):
15099 New functions.
15100 (org-make-org-heading-search-string): New function.
15101 (org-store-link, org-insert-link): Use new option
15102 `org-file-link-context-use-camel-case'.
15103 (org-activate-camels): Use new option `org-activate-camels'.
15104 (org-link-regexp): Add mhe prefix.
15105 (org-open-at-point, org-store-link): Support for mhe links.
15106 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
15107 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
15108 (org-mhe-get-header, org-follow-mhe-link): New functions.
15109 (org-remove-angle-brackets, org-add-angle-brackets):
15110 New functions.
15111 (org-bracket-link-regexp): New constant.
15112 (org-read-date): Fix bug that was rejecting all typed dates.
15113 (org-link-search): Make hierarchy above visible after a match.
15114 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
15115 (org-store-link): Fix bug with link creation when cursor is in
15116 an empty line.
15117 (org-open-at-point): Fix bug with matching a link.
15118 Fixed buggy argument sequence in call to `org-view-tags'.
15119 (org-compile-prefix-format): Set `org-prefix-has-tag'.
15120 (org-prefix-has-tag): New variable.
15121 (org-format-agenda-item): Remove tags from headline
15122 if appropriate.
15123 (org-agenda-remove-tags-when-in-prefix): New option.
15124
15125 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
15126
15127 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
15128 Fix the regular expressions.
15129
15130 2006-02-21 Richard M. Stallman <rms@gnu.org>
15131
15132 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
15133 if there's no other specific basis.
15134
15135 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
15136 as variables at all.
15137 (unsafep-variable): Rename arg; doc fix.
15138
15139 * abbrevlist.el (list-one-abbrev-table): Add autoload.
15140
15141 * calendar/appt.el (diary-selective-display): Add defvar.
15142
15143 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
15144
15145 * isearch.el (search-whitespace-regexp): Fix custom type.
15146
15147 * help.el (describe-key-briefly): Compute interactive args
15148 in same was as before previous change.
15149
15150 * files.el (enable-local-variables): Doc fix.
15151
15152 2006-02-21 Kim F. Storm <storm@cua.dk>
15153
15154 * fringe.el: Cleanup as file is now pre-loaded.
15155 (fringe-bitmaps): Initialize unconditionally.
15156 (fringe-mode, set-fringe-style): Remove autoload cookies.
15157
15158 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
15159
15160 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
15161 `horizontal-bar'.
15162 (fringe-cursor-alist): Use `horizontal-bar'.
15163
15164 2006-02-20 Kim F. Storm <storm@cua.dk>
15165
15166 * fringe.el (fringe-bitmaps): Update to new bitmap names.
15167 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
15168
15169 * loadup.el: Load "fringe" on window systems.
15170
15171 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
15172
15173 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
15174 out of scope components.
15175
15176 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
15177 default.
15178
15179 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
15180
15181 * custom.el (customize-mark-to-save, customize-mark-as-set):
15182 Load the symbol first.
15183
15184 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
15185
15186 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
15187 strech spec so it doesn't display as "^J" on the header line
15188 when `Buffer-menu-use-header-line' is t.
15189
15190 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
15191
15192 * speedbar.el (speedbar-make-button): Keep text properties
15193 of string arguments if desired.
15194
15195 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
15196 expessions.
15197
15198 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
15199 of speedbar.
15200
15201 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
15202
15203 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
15204 to value of `read-file-name-completion-ignore-case'.
15205
15206 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
15207
15208 * custom.el (customize-mark-as-set): Push to `user' theme.
15209
15210 * cus-edit.el (custom-save-variables): Allow unthemed values.
15211 (customize-set-variable): Push setting to `user' theme.
15212
15213 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
15214
15215 * progmodes/gud.el: Don't require font-lock as it's now
15216 automatically loaded.
15217 (gud-speedbar-buttons): Replace gdb-var-changed with
15218 gdb-force-update.
15219
15220 * progmodes/gdb-ui.el (gdb-force-update): Rename from
15221 gdb-var-changed.
15222 (gdb-post-prompt): Use it.
15223 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
15224 (gdb-var-update-handler, gdb-var-delete)
15225 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
15226 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
15227 gdb-force-update in gdb-post-prompt.
15228 (gdb-reset): Clear watch expressions from speedbar when quitting.
15229
15230 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
15231
15232 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
15233 (viper-change-state-to-vi, viper-change-state-to-emacs):
15234 Make aware of cursor coloring in the Emacs state.
15235 (viper-special-read-and-insert-char): Use read-char-exclusive.
15236 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
15237
15238 * emulation/viper-init.el (viper-emacs-state-cursor-color):
15239 New variable.
15240
15241 * emulation/viper-util.el (viper-save-cursor-color)
15242 (viper-get-saved-cursor-color-in-replace-mode)
15243 (viper-get-saved-cursor-color-in-insert-mode)
15244 (viper-restore-cursor-color): Make aware of the cursor color
15245 in Emacs state.
15246 (viper-get-saved-cursor-color-in-emacs-mode): New function.
15247
15248 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
15249 (ediff-ignore-case-option3, ediff-actual-diff-options)
15250 (ediff-actual-diff3-options): New variables to control case sensitivity.
15251 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
15252 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
15253 (ediff-toggle-ignore-case): New function.
15254 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
15255
15256 * ediff-help.el (ediff-long-help-message-narrow2)
15257 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
15258 (ediff-long-help-message-word-mode): Add ignore-case command.
15259 (ediff-help-for-quick-help): Add ignore-case command.
15260
15261 * ediff-merg.el: Move provide to the end.
15262
15263 * ediff-ptch.el: Move provide to the end.
15264
15265 * ediff-wind.el: Move provide to the end.
15266
15267 * ediff-mult.el: Move provide to the end.
15268 (ediff-set-meta-overlay): Enable follow-link.
15269
15270 * ediff.el: Move provide to the end.
15271 Break recursive load cycle in eval-when-compile.
15272 (ediff-patch-buffer): Better heuristics.
15273
15274 * ediff-util.el: Move provide to the end.
15275 Break recursive load cycle in eval-when-compile.
15276 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
15277 defuns.
15278 (ediff-submit-report): Pass the values of ediff-diff3-program,
15279 ediff-diff3-options.
15280
15281 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
15282
15283 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
15284 the opening bracket of the following bracketing pairs: {}, [], (), <>,
15285 `' (for example, in the docstring of `windmove-default-keybindings').
15286
15287 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
15288
15289 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
15290 shadow face. Don't provide binding to edit variable when it is
15291 out of scope.
15292
15293 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
15294 (gdb-var-update-handler): Detect out of scope variables with pre
15295 GDB 6.4 too.
15296 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
15297 Reset status of variable objects to nil in update handlers.
15298 (gdb-var-update-handler-1): Detect when a variable object comes
15299 in scope. setcar on var changes gdb-var-list directly.
15300
15301 2006-02-17 Juri Linkov <juri@jurta.org>
15302
15303 * ffap.el (ffap) <defface>: Add explicit face declaration.
15304 (ffap-highlight): Use face `ffap' directly instead of checking
15305 for its existence.
15306
15307 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
15308 `visible-ok' of `other-buffer' to find the right original buffer.
15309
15310 * info.el (Info-search): Skip `Local Variables' node.
15311
15312 2006-02-17 Juri Linkov <juri@jurta.org>
15313
15314 * info.el (Info-find-file): Check for symbols `apropos', `history',
15315 `toc' in the input filename, and return these symbols as is.
15316 (Info-find-node-2): Set Info-current-file to symbols `apropos',
15317 `history', `toc' instead of strings.
15318 (Info-set-mode-line): For non-string Info-current-file use the
15319 symbol's name inside **.
15320 (Info-isearch-push-state): Add quote before Info-current-file and
15321 Info-current-node.
15322 (Info-isearch-pop-state): Use `equal' instead of `string='.
15323 (Info-extract-pointer, Info-following-node-name): Use
15324 `match-string-no-properties' instead of `match-string'.
15325 (Info-up): Check `old-file' for `stringp'.
15326 (Info-history): Use `equal' instead of `string-equal'.
15327 Check `file' for `stringp'.
15328 (Info-history): Use symbol `history' instead of string as first arg
15329 of `Info-find-node'.
15330 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
15331 `toc' instead of string.
15332 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
15333 instead of `buffer-substring', and `match-string-no-properties'
15334 instead of `match-string'.
15335 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
15336 instead of strings.
15337 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
15338 Use symbol `apropos' instead of string.
15339 (Info-copy-current-node-name): Check `Info-current-file' for
15340 `stringp' and construct a command with `Info-find-node' from it.
15341 (Info-fontify-node): Use `match-string-no-properties' instead of
15342 `match-string' and check file names for `stringp'.
15343 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
15344 `history', `toc' instead of strings.
15345
15346 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
15347
15348 * files.el: Rearrange functions and variables in the file local
15349 variables section.
15350
15351 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
15352
15353 * files.el: Add truncate-lines, ispell-check-comments and
15354 ispell-local-dictionary as safe local variables.
15355
15356 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
15357
15358 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
15359 out of scope variables.
15360 (gud-speedbar-buttons): Use unless.
15361
15362 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
15363 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
15364 (gdb-show-changed-values): Also use for out of scope variables.
15365 (gdb-var-update-handler-1): Note if variable goes out of scope.
15366
15367 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
15368
15369 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
15370 default to global variable values for unsupplied args.
15371 (rcirc-get-buffer-create): Fix bug with setting the target.
15372 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
15373 test for rcirc-always-use-server-buffer-flag here.
15374 (rcirc-response-formats): Add %N, which is a facified nick. %n
15375 uses the default face. Change the ACTION format string. If the
15376 "nick" is the server, don't print anything for that field.
15377 Comment fixes.
15378 (rcirc-target-buffer): Don't test
15379 rcirc-always-use-server-buffer-flag here.
15380 (rcirc-print): Squeeze extra spaces out of the text before message.
15381 (rcirc-put-nick-channel): Strip potential "@" char from nick
15382 before adding them to nick table.
15383 (rcirc-url-regexp): Improve to match address like "foo.com".
15384
15385 2006-02-17 Eli Zaretskii <eliz@gnu.org>
15386
15387 * allout.el (allout-hidden-p): Move this defsubst before
15388 allout-overlay-interior-modification-handler, where it is first
15389 used.
15390
15391 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
15392
15393 * allout.el: Use allout invisible-text overlays instead of
15394 selective display for concealed text. Also, lots of general
15395 cleanup, and improved compatibility code.
15396
15397 (allout-version): Incremented, corrected, revised, and refined
15398 module commentary.
15399
15400 (provide 'allout): Moved to the bottom, added a require of overlay.
15401
15402 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
15403 `except-current'.
15404 (allout-write-file-hook-handler): Minimize delay.
15405 (count-trailing-whitespace-region): New function so
15406 auto-encryption of current topic can resituate cursor exactly.
15407 PGP/GPG encryption trims trailing whitespace from lines, which
15408 must be accounted for across encryption then decryption.
15409
15410 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
15411 just plain "\C-c", to avoid intruding on user's keybinding space.
15412
15413 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
15414 parameter, so user request to provide a new password is done.
15415
15416 (allout-outside-normal-auto-fill-function, allout-auto-fill):
15417 Refined mechanism for auto-filling behavior while in allout mode.
15418
15419 (allout-mode): Explicitly specify the mode map in the docstring.
15420 Clarify provision for various write-file hook var names.
15421 Adjusted for invisible-text overlays instead of selective-display.
15422
15423 (allout-depth): Really return 0 if not within any topic. This
15424 rectifies `allout-beginning-of-level' and sequence numbering
15425 errors that occur when cutting and pasting numbered topics.
15426 Changed from a in-line subst to a regular function, as well.
15427
15428 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
15429
15430 (allout-end-of-subtree, allout-end-of-subtree)
15431 (allout-end-of-entry, allout-end-of-current-heading)
15432 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
15433 (allout-show-children, allout-show-to-offshoot)
15434 (allout-hide-current-entry, allout-show-current-entry): Rectified
15435 handling of trailing blank lines between items.
15436
15437 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
15438 (allout-current-depth, allout-unprotected, allout-hidden-p)
15439 (allout-on-current-heading-p, allout-listify-exposed)
15440 (allout-chart-subtree, allout-goto-prefix)
15441 (allout-back-to-current-heading, allout-get-body-text)
15442 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
15443 (allout-hide-region-body, allout-toggle-subtree-encryption)
15444 (allout-encrypt-string, allout-encrypted-key-info)
15445 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
15446 (allout-file-vars-section-data): Adjusted for use with
15447 invisible-text overlays instead of selective-display.
15448
15449 (allout-kill-line, allout-kill-topic, allout-yank-processing):
15450 Reworked for use with invisible text overlays.
15451
15452 (allout-current-topic-collapsed-p): New function.
15453
15454 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
15455 to know when to close the containing topic.
15456
15457 (allout-pre-command-business, allout-post-command-business):
15458 Simplify undo-batching and dynamic isearch exposure.
15459
15460 (allout-set-overlay-category): New for invisible-text overlays.
15461 Sets properties of allout-overlay-category, used by
15462 allout-flag-region to set invisible-text overlay properties.
15463 (allout-get-invisibility-overlay): Get the first qualifying
15464 invisibility overlay, so we can find the extent of it.
15465 (allout-back-to-visible-text): Get to just before the beginnining
15466 of the current invisibility overlay, if any.
15467
15468 (allout-overlay-insert-in-front-handler)
15469 (allout-overlay-interior-modification-handler)
15470 (allout-before-change-handler, allout-isearch-end-handler): New
15471 functions to handle extraordinary actions affecting concealed
15472 text.
15473
15474 (allout-flag-region): Use overlays instead of selective-display
15475 for invisible text - by inheritence from the properties of
15476 allout-overlay-category in mainline Emacs, and applied
15477 property-by-property in XEmacs, some recent versions of which
15478 don't inherit the properties from the category. Provisions to
15479 respond to concealed-text edits simplified drastically.
15480
15481 (allout-isearch-rectification, allout-isearch-was-font-lock)
15482 (allout-isearch-expose, allout-enwrap-isearch)
15483 (allout-isearch-abort, allout-pre-was-isearching)
15484 (allout-isearch-prior-pos, allout-isearch-did-quit)
15485 (allout-isearch-dynamic-expose)
15486 (allout-hide-current-entry-completely): Functions deleted.
15487
15488 (allout-undo-aggregation): Explicit undo aggregation no longer
15489 necessary due to transition away from selective-display.
15490
15491 (set-allout-regexp, allout-up-current-level)
15492 (allout-next-visible-heading, allout-forward-current-level)
15493 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
15494 (allout-kill-line, allout-yank-processing, allout-show-children)
15495 (allout-expose-topic, allout-old-expose-topic)
15496 (allout-listify-exposed, allout-insert-latex-header)
15497 (allout-toggle-subtree-encryption, allout-encrypt-string)
15498 (remove-from-invisibility-spec, allout-hide-current-subtree):
15499 Ditched unused variables.
15500
15501 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
15502
15503 * textmodes/ispell.el (ispell-change-dictionary): Call
15504 ispell-buffer-local-dict instead of
15505 ispell-accept-buffer-local-defs.
15506 (ispell-local-dictionary-alist): Accept as valid any coding-system
15507 supported by Emacs.
15508 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
15509 changed to iso-8859-3.
15510
15511 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
15512
15513 * speedbar.el (speedbar-frame-width): Make an inline function
15514 instead of a macro. Use frame-width.
15515 (speedbar-try-completion, speedbar-update-contents)
15516 (speedbar-timer-fn): Use consp.
15517 (speedbar-update-localized-contents): Try to preserve point.
15518
15519 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
15520 (menu): Re-order menu items.
15521 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
15522 field.
15523 (gdb-var-update-handler-1): Use it for GDB 6.4+.
15524 (gdb-post-prompt): Speed things by not forcing update.
15525
15526 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
15527
15528 * wid-edit.el (widget-button-click): For mouse-1, cancel button
15529 press and perform default action if we get a mouse movement event.
15530
15531 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
15532
15533 * calendar/icalendar.el (icalendar--get-event-property)
15534 (icalendar--get-event-property-attributes): Fix typos in
15535 docstrings.
15536
15537 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
15538 docstring.
15539
15540 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
15541
15542 * bs.el (bs-mode): Use `buffer-disable-undo'.
15543 (bs--get-file-name): Simplify.
15544 (bs-show-in-buffer): Mark the buffer as not modified.
15545
15546 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
15547
15548 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
15549 widget-button-click.
15550
15551 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
15552 (custom-mode): Update docstring.
15553
15554 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
15555 binding.
15556
15557 * files.el (hack-local-variables-confirm): Allow scrolling if the
15558 file variable list is too long. Kill temp buffer after use.
15559
15560 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
15561
15562 * progmodes/gud.el (gdb): Improve doc string.
15563 (gdb-script-font-lock-keywords): Expand allowed character set.
15564
15565 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
15566 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
15567 (gdb-separate-io-interrupt, gdb-separate-io-quit)
15568 (gdb-separate-io-stop, gdb-separate-io-eof):
15569 Rename from gdb-inferior-* to gdb-separate-*.
15570 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
15571
15572 2006-02-14 Jay Belanger <belanger@truman.edu>
15573
15574 * calc/calc-arith.el (math-check-known-scalarp): Make sure
15575 expression is a symbol before checking that it is bound.
15576
15577 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
15578 test to see if equation can be solved.
15579
15580 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
15581
15582 * wid-edit.el (widget-button-click): Use :pressed-face property
15583 for overlay face, if it exists.
15584
15585 * cus-edit.el (custom-manual, custom-add-see-also)
15586 (custom-add-parent-links, custom-group-link): Add :pressed-face
15587 property to links.
15588
15589 * files.el (hack-local-variables): Remove ignored variables before
15590 checking if any variables need setting.
15591
15592 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15593
15594 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
15595
15596 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
15597
15598 * help.el (where-is): Fix message for remapped commands.
15599
15600 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
15601 Fix typos in docstrings.
15602
15603 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
15604
15605 * files.el (safe-local-variable-values): New option.
15606 (hack-local-variables-prop-line): Return a list of variable-value
15607 pairs if MODE-ONLY is non-nil.
15608 (hack-local-variables): Construct list of variable-value pairs,
15609 and apply or reject them in one go. Ask for confirmation if
15610 variables are not known safe.
15611 (hack-local-variables-confirm): Complete rewrite. Support
15612 `safe-local-variable-values'.
15613 (enable-local-variables): Update docstring to reflect new
15614 behavior.
15615 (ignored-local-variables): Ignore ignored-local-variables and
15616 safe-local-variable-values.
15617 (safe-local-variable-p): New function.
15618 (risky-local-variable-p): `safe-local-variable' property check
15619 moved to safe-local-variable-p.
15620 (hack-one-local-variable): Checks moved to hack-local-variables.
15621
15622 (byte-compile-dynamic, c-basic-offset, c-file-style)
15623 (c-indent-level, comment-column, fill-column, fill-prefix)
15624 (indent-tabs-mode, kept-new-versions, no-byte-compile)
15625 (no-update-autoloads, outline-regexp, page-delimiter)
15626 (paragraph-start, paragraph-separate, sentence-end)
15627 (sentence-end-double-space tab-width, version-control):
15628 Add `safe-local-variable' property.
15629
15630 * find-lisp.el: Delete nonexistent `autocompile' file variable.
15631
15632 * icomplete.el, play/landmark.el: Change nonexistent
15633 `outline-layout' file variable to `allout-layout'.
15634
15635 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
15636
15637 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
15638 (gdb-get-changed-registers): Test value of gud-minor-mode relative
15639 to gud-comint-buffer.
15640 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
15641 gdb-ui.el for gdb-mi.el.
15642 (gdb-post-prompt, gdb-get-changed-registers): Move test for
15643 registers buffer to gdb-get-changed-registers.
15644 (gdb-breakpoint-regexp): New regexp. Allow toggling and
15645 deletion of catchpoints (throw and catch).
15646 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
15647 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
15648 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
15649 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
15650 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
15651
15652 2006-02-13 Jay Belanger <belanger@truman.edu>
15653
15654 * calc/calc-arith.el (math-check-known-matrixp): Make sure
15655 expression is a symbol before checking that it is bound.
15656
15657 2006-02-13 Richard M. Stallman <rms@gnu.org>
15658
15659 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
15660 for the minibuffer too, but not if resize-mini-windows will interfere.
15661
15662 * help.el (describe-key-briefly, describe-key): Do all arg-reading
15663 inside `interactive' spec.
15664 (describe-key-briefly-internal, describe-key-internal):
15665 Functions merged back into their callers.
15666
15667 2006-02-13 Martin Rudalics <rudalics@gmx.at>
15668
15669 * info.el (info-xref-visited): Inherit from info-xref too.
15670 (Info-set-mode-line): Replace occurrences of `%' by `%%'
15671 when propertizing Info-current-file and Info-current-node.
15672
15673 2006-02-13 Juri Linkov <juri@jurta.org>
15674
15675 * tumme.el (tumme-thumbnail-storage): Fix docstring.
15676 (tumme-thumb-name): Fix per-directory format.
15677
15678 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
15679
15680 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
15681
15682 2006-02-12 Miles Bader <miles@gnu.org>
15683
15684 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
15685
15686 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
15687
15688 * tumme.el: Remove history section. If someone needs the it, it
15689 can always be found in CVS.
15690
15691 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
15692
15693 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
15694 about the Thumbnail Managing Standard option.
15695
15696 2006-02-12 Richard M. Stallman <rms@gnu.org>
15697
15698 * subr.el (substitute-key-definition): Doc fix.
15699
15700 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
15701
15702 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
15703
15704 * info.el (Info-mode): Doc fix.
15705
15706 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
15707
15708 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
15709
15710 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
15711 because on Solaris a POSIX compatible "id" is needed. Reported by
15712 Magnus Henoch <mange@freemail.hu>.
15713
15714 2006-02-12 Juri Linkov <juri@jurta.org>
15715
15716 * tumme.el: Remove todo item about Thumbnail Managing Standard.
15717 (tumme) <defgroup>: Change :group to `multimedia'.
15718 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
15719 Managing Standard.
15720 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
15721 Fix dostring.
15722 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
15723 and %y. Fix docstring.
15724 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
15725 (tumme-cmd-create-standard-thumbnail-command): New user options.
15726 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
15727 is `standard'. Fix docstring.
15728 (tumme-thumb-width, tumme-thumb-height): New user options.
15729 (tumme-external-viewer): Try to find various viewers.
15730 (tumme-get-thumbnail-image): Use `create-image' instead of
15731 constructing the `image' structure.
15732 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
15733 `standard'.
15734 (tumme-thumb-name): Add file name generation for standard storage.
15735 Simplify code for other storages.
15736 (tumme-thumb-name): Use width %w and height %h instead of size %s.
15737 Add modification time %m and thumbnail-nq8 %q.
15738 Use `tumme-cmd-create-standard-thumbnail-command' if
15739 tumme-thumbnail-storage is `standard'.
15740 (tumme-dired-insert-marked-thumbs): New autoload command.
15741 (tumme-dired-after-readin-hook): New function.
15742 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
15743 `tumme-thumb-size'.
15744 (tumme-display-image): Replace size-x %x and size-y %y with
15745 width %w and height %h.
15746
15747 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
15748 `tumme-dired-insert-marked-thumbs'.
15749
15750 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
15751
15752 * tumme.el (tumme-write-tag): Fix small bug (file name did not
15753 include path).
15754 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
15755 matching tag.
15756
15757 2006-02-12 Miles Bader <miles@gnu.org>
15758
15759 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
15760 New variables.
15761 (rcirc-abbrev-nick): New function.
15762 (rcirc-format-response-string): Rewrite to use the formats in
15763 `rcirc-response-formats' and expand escape sequences therein.
15764 A text-property `rcirc-text' is added over the actual response
15765 text to make easy to find inside the returned string.
15766 (rcirc-print): When filling, just look for the `rcirc-text'
15767 text-property to find the appropriate fill prefix, instead of
15768 using hardwired patterns.
15769
15770 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
15771
15772 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
15773 Managing Standard.
15774
15775 2006-02-11 Kim F. Storm <storm@cua.dk>
15776
15777 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
15778 Don't use insert-buffer; do insert-buffer-substring directly.
15779 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
15780
15781 2006-02-11 Martin Rudalics <rudalics@gmx.at>
15782
15783 * files.el (revert-buffer, recover-file): Replace buffer-read-only
15784 with inhibit-read-only. Suggested by Stefan Monnier.
15785 (revert-buffer): Let insert-file-contents discard
15786 buffer-undo-list. Simplify code.
15787 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
15788
15789 2006-02-11 Eli Zaretskii <eliz@gnu.org>
15790
15791 * menu-bar.el (menu-bar-select-yank): Add a doc string.
15792
15793 * help.el (describe-key-briefly): Now a wrapper for
15794 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
15795 to t. Populate yank-menu if empty.
15796 (describe-key-briefly-internal): Renamed from describe-key-briefly.
15797 (describe-key): Now a wrapper for describe-key-internal. Bind
15798 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
15799 (describe-key-internal): Renamed from describe-key.
15800
15801 2006-02-11 Milan Zamazal <pdm@zamazal.org>
15802
15803 * progmodes/glasses.el (glasses-separator): Doc fix.
15804 (glasses-original-separator): New defcustom.
15805 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
15806
15807 2006-02-11 Martin Rudalics <rudalics@gmx.at>
15808
15809 * mwheel.el (mouse-wheel-up-event): Doc fix.
15810
15811 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
15812
15813 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
15814 (tumme-dir): New function. Copied from thumbs.el.
15815
15816 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
15817
15818 * desktop.el (desktop-outvar): Fix typo.
15819 (desktop-save-buffer-p): Doc fix.
15820
15821 * subr.el (substitute-key-definition): Fix typo.
15822
15823 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15824
15825 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
15826 when window-system is mac.
15827
15828 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
15829
15830 2006-02-10 Kim F. Storm <storm@cua.dk>
15831
15832 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
15833 indirect-function instead of using condition-case.
15834
15835 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
15836
15837 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
15838 less `colloquial'...
15839
15840 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
15841
15842 * tumme.el: Add a couple of todo items.
15843
15844 2006-02-09 Lars Hansen <larsh@soem.dk>
15845
15846 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
15847 (highlight-changes-mode): Don't change desktop-locals-to-save.
15848
15849 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
15850
15851 * image-mode.el (image-toggle-display): Clear image cache if using
15852 filename.
15853
15854 2006-02-09 Masatake YAMATO <jet@gyve.org>
15855
15856 * dired-x.el (dired-guess-shell-alist-default): Add .man as
15857 a `dired-man' target.
15858
15859 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
15860 boundary of symbols.
15861
15862 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
15863
15864 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
15865
15866 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
15867
15868 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
15869 `mapcar'; return nil.
15870
15871 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
15872
15873 * mouse.el (mouse-drag-track): Don't change window if we rebind to
15874 some other event.
15875
15876 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
15877
15878 * net/rcirc.el (rcirc-startup-channels-alist):
15879 Add irc.freenode.net and #emacs as defaults.
15880 (rcirc-ignore-all-activity-flag): Remove variable.
15881 (rcirc-authinfo): New variable.
15882 (rcirc-authinfo-filename): Remove variable.
15883 (rcirc-always-use-server-buffer-flag): New flag.
15884 (rcirc): M-x rcirc will automatically connect without prompting.
15885 C-u M-x rcirc will prompt. Use rcirc-connect to create a
15886 connection in lisp.
15887 (rcirc-process-server-response-1): Remove everything but the nick
15888 portion of the sender so it doesn't need to be done everywhere
15889 else. Update related code.
15890 (global-map): Remove global keybindings.
15891 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
15892 (rcirc-send-input): Split into several functions.
15893 (rcirc-process-input-line, rcirc-process-message)
15894 (rcirc-process-command): New functions.
15895 (rcirc-target-buffer): New function to determine where to route
15896 messages.
15897 (rcirc-user-nick): Save match data.
15898 (rcirc-toggle-ignore-buffer-activity)
15899 (rcirc-update-activity-string): Remove global ignore functionality,
15900 which can be done now by toggling rcirc-track-minor-mode.
15901 (rcirc-track-minor-mode-map): New keymap.
15902 (rcirc-track-minor-mode): New minor-mode.
15903 (ignore): Make the ignore output nicer. Always print it when
15904 adding or removing nicks.
15905 (rcirc-url-regexp): Improve.
15906 (rcirc-mangle-text): Remove properties before using text in the
15907 modeline.
15908 (rcirc-authenticate): Authentication data comes from
15909 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
15910 (rcirc-server-prefix): Inherit from rcirc-server.
15911
15912 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
15913
15914 * Makefile.in (compile): Append "|| true" to the end of the `find'
15915 command, like compile-always does.
15916
15917 2006-02-08 Sam Steingold <sds@gnu.org>
15918
15919 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
15920 output from a dead connection.
15921
15922 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
15923
15924 * dired.el (dired-mode-map): Add more bindings for tumme.
15925
15926 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
15927
15928 * wdired.el (wdired-mode-map): Use remap.
15929 (wdired-get-filename): Massage.
15930 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
15931 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
15932 `keymap' property rather than `local-map'.
15933
15934 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
15935
15936 * tumme.el (tumme-get-thumbnail-image): New utility function.
15937 Suggested by from Chong Yidong.
15938 (tumme-dired-with-window-configuration): Rename from
15939 `tumme-dired'. Add code to save window configuration.
15940 (tumme-restore-window-configuration): New command to restore the
15941 window configuration that `tumme-dired-with-window-configuration'
15942 saves before it changes the window configuration.
15943 (tumme-show-all-from-dir): New command to display thumbnails for
15944 all files in a directory entered by the user, like M-x thumbs.
15945 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
15946 have been created.
15947 (tumme-display-thumbnail-original-image): Call `display-buffer'.
15948 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
15949 Remove obsolete test function.
15950
15951 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
15952
15953 * vc.el (small-temporary-file-directory): Remove defvar; there's
15954 a defcustom for it in files.el.
15955
15956 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
15957 Fix typo in message.
15958 (tumme-gallery-generate): Fix typo in `error' message.
15959 (tumme-display-window-height-correction)
15960 (tumme-display-window-width-correction, tumme-line-up-dynamic)
15961 (tumme-line-up-interactive): Dox fixes.
15962 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
15963 (tumme-restore-window-configuration, tumme-format-properties-string)
15964 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
15965 Fix typos in docstrings.
15966
15967 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
15968
15969 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
15970
15971 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
15972
15973 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
15974 User should use hook if desired.
15975
15976 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
15977 buffer if necessary.
15978 (gdb-delete-frame-or-window): New function.
15979 (gdb-breakpoints-mode-map): Bind "q" to it.
15980
15981 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
15982
15983 * textmodes/nroff-mode.el: Clean up name space.
15984 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
15985 (nroff-mode): Obey the global setting of nroff-electric-mode.
15986 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
15987
15988 * calendar/calendar.el (calendar-increment-month): Typo in last change.
15989
15990 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
15991
15992 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
15993
15994 2006-02-06 Lars Hansen <larsh@soem.dk>
15995
15996 * generic-x.el (etc-fstab-generic-mode): Add file system types
15997 cifs and usbdevfs. Allow special chars in file names.
15998
15999 2006-02-05 Jay Belanger <belanger@truman.edu>
16000
16001 Update copyright notices of the files in lisp/calc.
16002
16003 2006-02-05 Romain Francoise <romain@orebokech.com>
16004
16005 Update copyright notices of all files in the lisp/play directory.
16006
16007 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
16008
16009 * ldefs-boot.el: Regenerate.
16010
16011 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
16012
16013 2006-02-05 Kim F. Storm <storm@cua.dk>
16014
16015 * files.el (magic-mode-regexp-match-limit): New defvar.
16016 (set-auto-mode): Use it to limit magic-mode-alist matching.
16017
16018 2006-02-04 Eli Zaretskii <eliz@gnu.org>
16019
16020 * info.el (Info-index, Info-mode): Improve the description of the
16021 `i' command.
16022
16023 * ldefs-boot.el: Regenerate.
16024
16025 2006-02-03 Werner Lemberg <wl@gnu.org>
16026
16027 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
16028 greedy to find the closing bracket in \*[...] and similar
16029 expressions. This is a first rough fix -- many additional
16030 refinements are necessary to make nroff mode really usable with groff.
16031
16032 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
16033
16034 * international/mule-cmds.el (set-locale-environment):
16035 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
16036 libX11.
16037
16038 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
16039
16040 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
16041 archive are created in archive-tmpdir.
16042
16043 2006-02-02 John Paul Wallington <jpw@pobox.com>
16044
16045 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
16046 (ibuffer-fontification-alist): Use it.
16047 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
16048 to "* z" and the Ibuffer Mark menu.
16049
16050 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
16051
16052 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
16053
16054 * textmodes/table.el (*table--cell-describe-mode)
16055 (*table--cell-describe-bindings): Undo last change since
16056 print-help-return-message is not obsoleted by anything at all.
16057
16058 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
16059
16060 * emulation/cua-base.el (cua-mode): Doc fix.
16061
16062 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
16063
16064 * dframe.el (dframe-handle-make-frame-visible)
16065 (dframe-handle-iconify-frame, dframe-get-focus)
16066 (dframe-select-attached-frame, dframe-power-click)
16067 (dframe-frame-mode): Fix typos in docstrings.
16068
16069 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
16070 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
16071 Fix typos in docstrings.
16072
16073 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
16074 (hi-lock-face-buffer, hi-lock-font-lock-hook)
16075 (hi-lock-archaic-interface-message-used)
16076 (hi-lock-file-patterns-range): Fix typos in docstrings.
16077
16078 * savehist.el (savehist-loaded, savehist-load, savehist-install)
16079 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
16080
16081 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
16082 Fix typo in docstring.
16083
16084 * net/newsticker.el (newsticker--decode-iso8601-date)
16085 (newsticker--set-customvar, newsticker--buffer-insert-item)
16086 (newsticker--do-run-auto-mark-filter)
16087 (newsticker--parse-generic-feed): Doc fixes.
16088 (newsticker--retrieval-timer-list, newsticker-url-list)
16089 (newsticker-hide-immortal-items-in-echo-area)
16090 (newsticker-hide-obsolete-items-in-echo-area)
16091 (newsticker-new-item-face, newsticker--enclosure)
16092 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
16093 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
16094 (newsticker--parse-generic-feed, newsticker--cache-contains)
16095 (newsticker--stat-num-items, newsticker-download-enclosures):
16096 Fix typos in docstrings.
16097
16098 * net/rcirc.el (rcirc-debug): Doc fix.
16099 (rcirc-fill-column, rcirc-receive-message-hooks)
16100 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
16101 (rcirc-mode, rcirc-generate-new-buffer-name)
16102 (rcirc-startup-channels, rcirc-ignore-update-automatic)
16103 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
16104 Fix typos in docstrings.
16105 (rcirc-print): "?\ " -> "?\s".
16106 (rcirc-cmd-join): Improve argument/docstring consistency.
16107
16108 2006-02-01 Mark A. Hershberger <mah@everybody.org>
16109
16110 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
16111 before narrow-to-region.
16112
16113 2006-02-01 Richard M. Stallman <rms@gnu.org>
16114
16115 * simple.el (move-beginning-of-line): Scan properly for invis change.
16116
16117 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
16118
16119 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
16120
16121 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
16122 change bit only when id-format is 'integer. Reported by Matt
16123 Hodges <M.P.Hodges@rl.ac.uk>.
16124
16125 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
16126
16127 * hilit-chg.el (highlight-changes-initial-state)
16128 (highlight-changes-global-initial-state): Doc fixes.
16129 (highlight-changes-global-modes, global-highlight-changes):
16130 Fix typos in docstrings.
16131
16132 2006-02-01 Kim F. Storm <storm@cua.dk>
16133
16134 * emulation/cua-base.el (cua-mode): Mention that CUA enables
16135 transient-mark-mode in doc string.
16136
16137 2006-01-31 Richard M. Stallman <rms@gnu.org>
16138
16139 * replace.el (multi-occur): Doc fix.
16140 (multi-occur-in-matching-buffers): Rename from
16141 multi-occur-by-filename-regexp. Prefix arg says match
16142 buffer names instead of file names.
16143
16144 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
16145
16146 * bs.el: Allow non-default values of `bs-header-lines-length'.
16147 (bs--running-in-xemacs): Remove (not needed anymore).
16148 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
16149 instead of `shrink-window', thus avoiding having to compute the
16150 height of the window.
16151 (bs--up): Wrap around even when there's no header.
16152 (bs--down): Use `forward-line' instead of `next-line'.
16153
16154 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
16155
16156 * image-mode.el (image-toggle-display): Use file name if possible,
16157 instead of unnecessarily allocating a (possibly huge) lisp string.
16158
16159 2006-01-30 John Paul Wallington <jpw@pobox.com>
16160
16161 * subr.el (toplevel): Define `cl-assertion-failed' condition here
16162 because the `assert' macro signals it at runtime.
16163
16164 * emacs-lisp/cl.el (toplevel): Remove definition of
16165 `cl-assertion-failed' condition.
16166
16167 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
16168
16169 * thumbs.el (thumbs-marked-list): Make buffer-local and
16170 permanent-local.
16171 (thumbs-insert-thumb): Make help-echo non-sticky.
16172 (thumbs-file-alist): Use eolp as check for (non)-image.
16173
16174 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
16175
16176 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
16177 (ediff-before-session-group-setup-hooks)
16178 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
16179 Fix typos in docstrings.
16180
16181 * window.el (bw-dir, bw-eqdir, balance-windows)
16182 (split-window-keep-point): Fix typos in docstrings.
16183
16184 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
16185 (org-quote-string, org-calendar-to-agenda-key)
16186 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
16187 (org-show-following-heading, org-tags-column)
16188 (org-use-tag-inheritance, org, org-allow-space-in-links)
16189 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
16190 (org-enable-table-editor, org-calc-default-modes)
16191 (org-table-allow-automatic-line-recalculation)
16192 (org-export-html-style, org-export-with-fixed-width)
16193 (org-export-with-sub-superscripts, org-special-keyword)
16194 (org-formula, org-time-grid, org-table-may-need-update)
16195 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
16196 (org-goto-quit, org-get-indentation, org-end-of-item)
16197 (org-move-item-down, org-move-item-up)
16198 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
16199 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
16200 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
16201 (org-agenda-log-mode, org-agenda-toggle-diary)
16202 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
16203 (org-agenda-file-to-end, org-agenda-no-heading-message)
16204 (org-agenda-get-closed, org-format-agenda-item)
16205 (org-cmp-priority, org-cmp-category, org-cmp-time)
16206 (org-agenda-change-all-lines, org-agenda-diary-entry)
16207 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
16208 (org-link-search, org-camel-to-words, org-open-file)
16209 (org-remember-handler, org-table-convert-region)
16210 (org-table-move-row-down, org-table-move-row-up)
16211 (org-table-copy-region, org-table-wrap-region)
16212 (org-table-toggle-vline-visibility)
16213 (org-table-get-vertical-vector, org-table-modify-formulas)
16214 (org-table-get-specials, org-recalc-commands)
16215 (org-table-rotate-recalc-marks, org-table-eval-formula)
16216 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
16217 (org-level-color-stars-only, org-insert-heading):
16218 Fix typos in docstrings.
16219 (last-arg): Add defvar.
16220
16221 * makefile.w32-in (WINS): Add erc.
16222 (MH_E_SRC): Update (copied from lisp/Makefile.in).
16223
16224 2006-01-29 Bill Wohler <wohler@newt.com>
16225
16226 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
16227 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
16228 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
16229 (mh-autoloads): Don't use comments on otherwise empty lines.
16230
16231 2006-01-29 Edward O'Connor <ted@oconnor.cx>
16232
16233 * emulation/viper.el (viper-major-mode-modifier-list):
16234 Add insert-state and vi-state entries for erc-mode.
16235 (viper-go-away, viper-set-hooks): Add and remove
16236 viper-comint-mode-hook from erc-mode-hook as appropriate.
16237
16238 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
16239
16240 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
16241
16242 * bs.el (bs--format-aux): Implement `middle' alignment as
16243 described in the docstring for `bs-attributes-list'.
16244 (bs--get-name): Simplify. Don't pad the buffer name.
16245
16246 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
16247
16248 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
16249 English aspell dictionary is installed, use the first entry of
16250 ispell-dictionary-alist-1.
16251
16252 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
16253
16254 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
16255 Doc fix.
16256
16257 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
16258
16259 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
16260 for `process-file', in order to let it work for older Emacsen too.
16261
16262 2006-01-27 Eli Zaretskii <eliz@gnu.org>
16263
16264 * international/latexenc.el: Add a suitable `coding:' tag.
16265 (latexenc-find-file-coding-system): Undo last change.
16266
16267 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16268
16269 * international/latexenc.el (latexenc-find-file-coding-system):
16270 Make sure latexenc-main-file is a regular file and is readable.
16271
16272 2006-01-27 Andre Spiegel <spiegel@gnu.org>
16273
16274 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
16275 Pass FILE to vc-user-login-name.
16276
16277 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
16278
16279 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
16280
16281 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
16282 there are no more images to display.
16283 (thumbs-mark, thumbs-unmark): Revert change so that they move to
16284 the next image.
16285
16286 2006-01-26 Richard M. Stallman <rms@gnu.org>
16287
16288 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
16289
16290 * wid-edit.el (advertised-widget-backward): New alias.
16291 (widget-keymap): Use advertised-widget-backward for S-TAB.
16292
16293 * tumme.el: Correct the keywords.
16294 (tumme-dir-max-size): Use defvar.
16295 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
16296
16297 * simple.el (move-beginning-of-line): Take account of fields.
16298 (clone-indirect-buffer-other-window): Take args like
16299 clone-indirect-buffer, and work like it.
16300
16301 * help-fns.el (describe-function): Don't pass `nil' as default.
16302
16303 * files.el (risky-local-variable-p): Follow var aliases.
16304
16305 * subr.el (lazy-completion-table): Doc fix.
16306
16307 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
16308 global binding of `line'.
16309
16310 2006-01-25 Andre Spiegel <spiegel@gnu.org>
16311
16312 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
16313 Tramp.
16314
16315 * vc.el (vc-default-dired-state-info): Pass FILE to
16316 vc-user-login-name.
16317 (vc-default-update-changelog): Don't use vc-user-login-name, we
16318 don't need it here.
16319
16320 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
16321 no longer necessary.
16322
16323 2006-01-25 Kenichi Handa <handa@m17n.org>
16324
16325 * international/mule.el (decode-char): Avoid the overhead of
16326 calling utf-lookup-subst-table-for-decode if
16327 utf-translate-cjk-mode is nil.
16328 (encode-char): Avoid the overhead of calling
16329 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
16330 nil.
16331
16332 2006-01-22 Kenichi Handa <handa@m17n.org>
16333
16334 * international/mule.el (make-subsidiary-coding-system): Reset
16335 `coding-system-define-form' property of subsidiaries to nil.
16336 Avoid duplicated entry in coding-system-alist.
16337 (make-coding-system): Avoid duplicated entry in
16338 coding-system-alist.
16339 (define-coding-system-alias): Likewise.
16340
16341 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
16342
16343 * completion.el: Minor fixes in introductory comment.
16344 (completion-def-wrapper): Fix alist.
16345
16346 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
16347
16348 * thumbs.el (thumbs-new-image-size): New function.
16349 (thumbs-increment-image-size-element)
16350 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
16351 (thumbs-decrement-image-size): Delete.
16352 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
16353 temp files and use to resize.
16354 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
16355 Use increment argument to enlarge/shrink. Preserve point.
16356 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
16357 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
16358 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
16359 (thumbs-mark, thumbs-unmark): Preserve point.
16360 (thumbs-modify-image): Keep old temp files and use to modify.
16361 Cleanup old temp files at load time. Preserve point.
16362 (thumbs-view-image-mode-map): Use new command names.
16363
16364 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
16365
16366 * log-view.el (log-view-minor-wrap): First rev is the one at point.
16367
16368 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
16369 the nastiest part of the cyclic dependency.
16370 (cal-menu-update): Use dotimes and calendar-increment-month.
16371
16372 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
16373 (calendar-week-start-day): Add an :initializer.
16374 (calendar-mode-map): Use suppress-keymap, and command remapping.
16375 (describe-calendar-mode): Setup xref-stack info for the back button.
16376 (calendar-star-date): Insert before delete.
16377 (calendar-set-mode-line): Add file-modified info if applicable.
16378 (calendar-increment-month): New function.
16379
16380 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
16381
16382 * font-lock.el (lisp-font-lock-keywords-2):
16383 Recognize "& keywords" only at word boundaries.
16384
16385 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
16386
16387 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
16388 and permanent-local.
16389 (thumbs-max-image-number): New variable.
16390 (thumbs-do-thumbs-insertion): Use them.
16391 (thumbs-per-line): Change default to 4.
16392 (thumbs-marked-list): Rename from thumbs-markedL.
16393 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
16394 (thumbs-rename-images): Use -list instead of L for internal variables.
16395 (thumbs-call-convert): Use call-process instead of shell-command.
16396 (thumbs-insert-thumb): Add filename as help-echo to each image.
16397 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
16398 Give dir to thumbs-show-thumbs-list.
16399 (thumbs-show-thumbs-list): Set default-directory to that of images.
16400 (thumbs-dired-show): Rename from thumbs-dired-show-all.
16401 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
16402 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
16403 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
16404
16405 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
16406
16407 * ses.el (ses-read-cell): Provide a default value.
16408
16409 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
16410
16411 * term/w32-win.el (image-library-alist): Add additional names for
16412 GIF library.
16413
16414 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16415
16416 * international/latexenc.el (latexenc-find-file-coding-system):
16417 Add file-regular-p check.
16418
16419 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
16420
16421 * simple.el (clone-buffer): Don't show the new buffer in the same
16422 window.
16423
16424 2006-01-23 Juri Linkov <juri@jurta.org>
16425
16426 * faces.el (link, link-visited): New faces based on default values
16427 of `info-xref' and `info-xref-visited'.
16428
16429 * info.el (info-xref): Inherit from `link'.
16430 (info-xref-visited): Inherit from `link-visited'.
16431
16432 * cus-edit.el (custom-buffer-create-internal): Use widget type
16433 `custom-manual' instead of `info-link' and don't set properties
16434 `button-face' and `mouse-face' explicitly.
16435 (custom-browse-group-tag, custom-browse-variable-tag)
16436 (custom-browse-face-tag): Inherit from widget class
16437 `custom-group-link' instead of `push-button'.
16438 (custom-button-unraised): Inherit from `underline' face.
16439 (custom-link): Inherit from `link' face. Fix doc and group.
16440 (custom-add-parent-links, custom-group-value-create): Don't set
16441 properties `button-face' and `mouse-face' explicitly for
16442 `custom-group-link' widget.
16443 (custom-group-link): Add properties `button-face' and `mouse-face'
16444 to widget definition.
16445 (custom-field-keymap): New variable. Put `custom-field-keymap' to
16446 editable-field's :keymap property.
16447 (custom-mode): Fix docstring: substitute keybindings for
16448 `widget-forward' and `widget-backward' from `widget-keymap',
16449 `widget-complete' from `custom-field-keymap', replace old
16450 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
16451
16452 * desktop.el (desktop-load-file): Check for `fboundp' before
16453 calling `symbol-function'.
16454
16455 * simple.el (clone-buffer, clone-indirect-buffer)
16456 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
16457 `read-string'. Fix prompts.
16458
16459 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
16460
16461 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
16462
16463 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
16464
16465 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
16466
16467 * startup.el (inhibit-splash-screen, initial-scratch-message):
16468 Doc fixes.
16469
16470 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
16471
16472 Sync with Tramp 2.0.52.
16473
16474 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
16475 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
16476 `tramp-unload-tramp' for checklist.
16477
16478 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
16479 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
16480 (tramp-unload-file-name-handler-alist)
16481 (tramp-unload-tramp): New defuns.
16482 (tramp-advice-PC-expand-many-files): New defadvice.
16483 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
16484 removed.
16485 (tramp-handle-expand-file-name): Remove double slash.
16486 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
16487 It doesn't matter, because it will be converted later on.
16488 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
16489 implementation was just heuristic.
16490 (tramp-post-connection): Set uid and gid properties.
16491 (tramp-convert-file-attributes): Set file's gid change bit.
16492 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
16493 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
16494 in case of su(do)? methods. The home directory of the local user
16495 will be taken else.
16496 (tramp-open-connection-telnet)
16497 (tramp-open-connection-rsh, tramp-open-connection-su)
16498 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
16499 local shell prompt could hurt. Reported by Romain Francoise
16500 <romain@orebokech.com>.
16501 (tramp-let-maybe): Add `edebug-form-spec' property.
16502 (tramp-handle-expand-file-name): Bind `default-directory' locally
16503 to "/" in order to avoid problems with UNC shares or Cygwin
16504 mounts.
16505 (tramp-md5-function): Fix typo in error message.
16506
16507 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
16508
16509 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
16510 for byte-compiler pacification.
16511
16512 2006-01-22 Andre Spiegel <spiegel@gnu.org>
16513
16514 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
16515 ID-FORMAT `string'. This allows us to get rid of
16516 `vc-user-login-name UID'.
16517
16518 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
16519
16520 2006-01-22 John Paul Wallington <jpw@pobox.com>
16521
16522 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
16523
16524 2006-01-21 Martin Rudalics <rudalics@gmx.at>
16525
16526 * emacs-lisp/find-func.el (find-definition-noselect)
16527 (find-variable-noselect): Search variables in C source code too.
16528 (find-function-C-source, find-function-noselect, find-function)
16529 (find-function-other-frame, find-variable-noselect, find-variable)
16530 (find-variable-other-frame, find-variable-at-point):
16531 Fix docstrings.
16532
16533 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
16534
16535 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
16536
16537 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
16538
16539 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
16540 Default to disabling the "Save affix" question.
16541
16542 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
16543
16544 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
16545 the first arg to run-python.
16546
16547 2006-01-21 Eli Zaretskii <eliz@gnu.org>
16548
16549 * startup.el (command-line-1): Handle --no-desktop if desktop.el
16550 is not loaded.
16551
16552 2006-01-20 Jay Belanger <belanger@truman.edu>
16553
16554 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
16555 limit is 0.
16556
16557 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
16558 the correct variable.
16559
16560 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
16561
16562 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
16563 link. Fixed buggy argument sequence in call to `org-view-tags'.
16564 (org-compile-prefix-format): Set `org-prefix-has-tag'.
16565 (org-prefix-has-tag): New variable.
16566 (org-format-agenda-item): Remove tags from headline if
16567 appropriate.
16568 (org-agenda-remove-tags-when-in-prefix): New option.
16569 (org-get-tags-at): New function.
16570
16571 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
16572
16573 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
16574 (thumbs-find-image): Move image name and number from buffer name
16575 to mode name. Set thumbs-buffer. Preserve point so that large
16576 images remain visible.
16577 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
16578 order.
16579 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
16580 mode name.
16581 (thumbs-next-image, thumbs-previous-image): Make them work.
16582
16583 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
16584
16585 * cus-edit.el (custom-buffer-create-internal): State in the text above
16586 the whole buffer buttons that they do not operate on hidden items.
16587 (custom-face-menu): Use `custom-face-save' instead of
16588 `custom-face-save-command'.
16589 (custom-face-save-command): Make it an alias for `custom-face-save'
16590 and declare it obsolete.
16591 (custom-face-save): Doc fix.
16592
16593 * dired.el (dired-no-confirm): Add quote.
16594 (dired-subdir-alist-pre-R): Add quote in
16595 `make-variable-buffer-local' form and remove unbalanced parenthesis.
16596
16597 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
16598
16599 * textmodes/table.el (table-mode-indicator): Typo in last change.
16600
16601 2006-01-19 Richard M. Stallman <rms@gnu.org>
16602
16603 * outline.el (hide-leaves): Don't call outline-end-of-heading.
16604 Fixes bug reported in Nov 2005.
16605
16606 * isearch.el (isearch-forward): Doc fix.
16607
16608 * dired.el (dired-move-to-filename-regexp): Define as alias.
16609 (dired-no-confirm): Use defcustom.
16610 (dired-subdir-alist-pre-R): Put defvar at top level.
16611
16612 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
16613
16614 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
16615 Mark as risky.
16616
16617 * simple.el (set-mark-command): Doc fix.
16618 (clone-indirect-buffer-other-window):
16619 Read arg like clone-indirect-buffer.
16620 (move-beginning-of-line): Skip invisible newlines.
16621
16622 2006-01-19 Masatake YAMATO <jet@gyve.org>
16623
16624 * progmodes/cpp.el (cpp-edit-load): Make the order of
16625 listed conditions in a base C code buffer and its associate
16626 CPP Edit buffer the same.
16627
16628 2006-01-19 Kenichi Handa <handa@m17n.org>
16629
16630 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
16631 (rmail-mime-feature): Likewise.
16632 (rmail-require-mime-maybe): Use display-warning to show a warning
16633 message.
16634
16635 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
16636 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
16637
16638 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
16639
16640 * array.el: Move defvars out of eval-when-compile.
16641 (array-make-template): Replace undeclared global var with a local one.
16642 (array-mode): Inline initialization functions.
16643 (array-init-local-variables, array-init-max-row)
16644 (array-init-max-column, array-init-columns-per-line)
16645 (array-init-field-width, array-init-rows-numbered)
16646 (array-init-line-length, array-init-lines-per-row): Remove.
16647
16648 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
16649 (doc-mode-map): Define explicitly.
16650 (doctor-txtype): Use mapc.
16651
16652 * textmodes/table.el: Move defvars out of eval-when-compile.
16653 Remove harmful code meant to avoid byte-compiler warnings.
16654 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
16655 specification that checks table-fixed-width-mode directly.
16656 (table-recognize-region, table-recognize-cell):
16657 Use restore-buffer-modified-p.
16658 (table-fixed-width-mode): Remove code that refreshes
16659 table-fixed-mode-indicator.
16660 (*table--cell-describe-bindings, *table--cell-describe-mode):
16661 Avoid obsolete name print-help-return-message.
16662 (table--test-cell-list): Don't use replace-regexp from elisp.
16663 (table--point-entered-cell-function, table--point-left-cell-function):
16664 Don't set table-fixed-mode-indicator, use force-mode-line-update.
16665
16666 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
16667 that was after the end of file. Use buffer-file-name variable.
16668 (org-timestamp-change): Use with-current-buffer.
16669 (org-todo-list): Don't unnecessarily define a new buffer-local var.
16670 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
16671 `file'.
16672
16673 * progmodes/fortran.el: Move defvars out of eval-when-compile.
16674 (fortran-break-line): Remove unused var `opoint'.
16675 (fortran-abbrev-start): Obey help-event-list.
16676
16677 2006-01-18 Jesper Harder <harder@phys.au.dk>
16678
16679 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
16680
16681 2006-01-18 Masatake YAMATO <jet@gyve.org>
16682
16683 * progmodes/make-mode.el (makefile-imake-mode): New mode
16684 derived from makefile-mode.
16685 (makefile-imake-mode-syntax-table): New syntax table
16686 derived from makefile-mode-syntax-table.
16687 (makefile-mode): Write about makefile-imake-mode in doc string.
16688 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
16689 (makefile-imake-font-lock-keywords): New font lock keywords.
16690
16691 * files.el (auto-mode-alist): Add Imakefile.
16692
16693 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
16694
16695 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
16696 loading the file rather than when turning on flyspell-mode.
16697
16698 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
16699
16700 * cus-edit.el (customize-rogue): Minor doc fix.
16701
16702 2006-01-17 Juri Linkov <juri@jurta.org>
16703
16704 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
16705 instead of the file at the mark as default if the file at the mark
16706 is the same as the file at point or if dired-dwim-target-directory
16707 is not the same as the current directory and the mark is not active.
16708
16709 * log-view.el (log-view-minor-wrap): Use the same logic to get
16710 revisions as `log-view-diff'.
16711
16712 * info.el (Info-revert-find-node): Check for Info-current-file
16713 before preserving new-history.
16714
16715 * man.el (Man-heading-regexp): Add `/'.
16716
16717 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
16718 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
16719
16720 2006-01-16 Juri Linkov <juri@jurta.org>
16721
16722 * faces.el (mode-line-faces): New defgroup.
16723 (mode-line-highlight): Move definition after new defgroup.
16724 (mode-line, mode-line-inactive, mode-line-highlight):
16725 Replace :group `modeline' with `mode-line-faces'.
16726 (mode-line-buffer-id): New face.
16727 (modeline-buffer-id): New face alias.
16728 (vertical-border): Remove :group `modeline'.
16729
16730 * bindings.el (propertized-buffer-identification): Use face
16731 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
16732 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
16733 (mode-line-buffer-identification-keymap): For mouse-1 replace
16734 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
16735 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
16736 mouse-3.
16737
16738 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
16739 Buffer-menu-buffer. Doc fix.
16740 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
16741 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
16742 `Buffer-menu-buffer'.
16743
16744 * info.el (Info-mode-line-node-keymap): New defvar.
16745 (Info-set-mode-line): Use `stringp' to check Info-current-file.
16746 Propertize Info-current-node with `mode-line-buffer-id' and
16747 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
16748
16749 * time.el (display-time-mail-face): Replace :group `faces' with
16750 `mode-line-faces'.
16751
16752 2006-01-16 Kenichi Handa <handa@m17n.org>
16753
16754 * international/code-pages.el: Add autoload cookies for cp125[0345678].
16755
16756 * language/european.el (cp1252): New alias for windows-1252.
16757
16758 * international/mule.el (autoload-coding-system): Prepare for EOL
16759 variants.
16760
16761 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
16762
16763 * term.el (term-raw-map): Add mapping for insert.
16764 (term-send-insert): New.
16765 (term-mode): Make variables local here instead of doing it in
16766 `term-emulate-terminal'.
16767 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
16768 Scroll reverse needs to take into account the scroll region.
16769 Saving and restoring the cursor should save the color attributes too.
16770 (term-reset-terminal): Reset the scroll region.
16771 (term-handle-ansi-escape): Cursor up and down should take into
16772 account the scroll region.
16773 (term-set-scroll-region): Rename from `term-scroll-region'.
16774 Move to 0,0 after setting the region.
16775 (term-handle-scroll): Handle scroll up.
16776 (term-down): Fix off by one error.
16777 (term-delete-lines): Do not delete outside the scroll region.
16778 (term-insert-lines): Take into account the scroll region.
16779
16780 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
16781
16782 * textmodes/ispell.el (ispell-internal-change-dictionary)
16783 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
16784 (start, end): Move declaration outside of eval-when-compile.
16785
16786 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
16787 (flyspell-mode-on): Use it.
16788
16789 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
16790 ispell-kill-ispell-hook.
16791
16792 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
16793
16794 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
16795 (Custom-reset-saved): Do not ask for confirmation in single option
16796 buffers.
16797
16798 2006-01-13 Richard M. Stallman <rms@gnu.org>
16799
16800 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
16801
16802 2006-01-13 Romain Francoise <romain@orebokech.com>
16803
16804 * add-log.el (add-change-log-entry, change-log-merge):
16805 Conditionally use `hard-newline'.
16806
16807 2006-01-13 Martin Rudalics <rudalics@gmx.at>
16808
16809 * wid-edit.el (widget-field-end): If the overlay is no longer
16810 associated with a buffer, behave as if the overlay didn't exist.
16811
16812 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
16813 Make sure the links use the `custom-link' face.
16814
16815 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
16816
16817 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
16818 (ld-script-mode): Don't set indent-line-function since we don't
16819 have one.
16820
16821 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
16822
16823 * textmodes/org.el (org-open-file): Use mailcap for selecting an
16824 application.
16825 (org-file-apps-defaults-gnu): Use mailcap as the default for
16826 selecting an application on a UNIX system.
16827 (org-agenda-show-tags): New command.
16828 (org-table-insert-hline): Keep cursor in current table line.
16829 (org-table-convert): Offset effect of modifying
16830 `org-table-insert-hline'.
16831 (org-format-agenda-item): New optional argument TAG.
16832 (org-compile-prefix-format): Handle %T format for the tag.
16833 (org-expand-wide-chars): New function.
16834 (org-table-insert-row, org-table-insert-hline):
16835 Use `org-expand-wide-chars'.
16836 (org-open-file): Fix bug in program launch.
16837 (org-get-time-of-day): Fix bug with times before 1am.
16838 (org-agenda-menu): Add tags commands.
16839
16840 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
16841
16842 * textmodes/ispell.el (ispell-init-process): Include the used
16843 dictionary in ispell process start message.
16844 (ispell-internal-change-dictionary): When flyspell-mode is active
16845 and dictionary is changed, make sure ispell process is restarted
16846 and flyspell word cache cleared out for the current buffer.
16847 (ispell-change-dictionary): Make sure flyspell word cache is
16848 cleared out in all buffers with active flyspell mode when
16849 dictionary is globally changed.
16850 Call ispell-internal-change-dictionary after dictionary change.
16851
16852 2006-01-13 Eli Zaretskii <eliz@gnu.org>
16853
16854 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
16855
16856 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
16857 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
16858 years. Fix small differences wrt Makefile.in.
16859 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
16860 Makefile.in does.
16861
16862 2006-01-12 Bill Wohler <wohler@newt.com>
16863
16864 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
16865 mh-search.el.
16866
16867 2006-01-12 Masatake YAMATO <jet@gyve.org>
16868
16869 * progmodes/ld-script.el: Update copyright year.
16870
16871 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
16872
16873 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
16874 Don't add widget if setting undefined.
16875
16876 2006-01-12 John Paul Wallington <jpw@pobox.com>
16877
16878 * help-fns.el (describe-variable): Remove newlines from void
16879 variable output.
16880
16881 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
16882
16883 * wdired.el (wdired-mode-map): Add help echo for
16884 wdired-abort-changes.
16885
16886 * man.el (Man-file-name-regexp): Adjust for a list of files.
16887
16888 2006-01-12 Masatake YAMATO <jet@gyve.org>
16889
16890 * progmodes/ld-script.el (auto-mode-alist): Support
16891 suffix conventions used in netbsd and eCos.
16892
16893 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
16894
16895 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
16896 (custom-variable-menu, custom-face-menu, custom-group-menu)
16897 (Custom-mode-menu): Change names of menu items. (As discussed on
16898 emacs-devel.)
16899 (custom-face-menu): Add "Undo Edits" item.
16900
16901 * startup.el (init-file-user): defcustom -> defvar.
16902
16903 * tooltip.el (tooltip-mode): Doc fix.
16904
16905 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
16906
16907 * reveal.el (reveal-post-command): window-buffer signals an error on
16908 dead windows rather than returning nil.
16909 (reveal-open-new-overlays): An overlay might die while we open others.
16910
16911 2006-01-11 Bill Wohler <wohler@newt.com>
16912
16913 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
16914 phrasing in docstring.
16915
16916 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
16917 can give some systems gas. Add new file mh-buffers.el.
16918
16919 2006-01-06 Masatake YAMATO <jet@gyve.org>
16920
16921 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
16922 C preprocessor forward ported from GNU Emacs 21.2.
16923
16924 * progmodes/asm-mode.el (asm-font-lock-keywords):
16925 Use `cpp-font-lock-keywords'.
16926
16927 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
16928
16929 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
16930 of $ for "\\.ld[s]?".
16931
16932 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
16933
16934 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
16935 (tcl-indent-line): Return `noindent' if inside a string.
16936
16937 * progmodes/flymake.el (flymake-split-string): Remove more than one
16938 empty string at beg/end of the result.
16939 (flymake-find-buildfile, flymake-find-possible-master-files):
16940 Use expand-file-name.
16941 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
16942 since expand-file-name does it for us. Use directory-file-name.
16943 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
16944 (flymake-ler-get-type, flymake-ler-get-text)
16945 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
16946 (flymake-current-line-no): Remove spurious interactive spec.
16947 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
16948 (flymake-check-include): Remove arg inc-path merged into inc-name.
16949 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
16950 Arg regexp-list replaced by a simple regexp.
16951 (flymake-master-make-header-init, flymake-master-tex-init):
16952 Correspondingly replace regexp-list with a regexp. Fix regexp.
16953
16954 2006-01-10 Simon Josefsson <jas@extundo.com>
16955
16956 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
16957 describing AUTH PLAIN fix.
16958
16959 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
16960
16961 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
16962 (report-emacs-bug): Don't record initial prompt text.
16963 Instead, add text properties to prompting text.
16964 (report-emacs-bug-hook): Delete prompting text.
16965
16966 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
16967
16968 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
16969 `dirs'. Adjust callers.
16970
16971 2006-01-09 John Paul Wallington <jpw@gnu.org>
16972
16973 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
16974
16975 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
16976
16977 * reveal.el (reveal-open-new-overlays): New extracted fun.
16978 (reveal-close-old-overlays): Idem. Check overlays's liveness before
16979 using them. Simplify the code.
16980 (reveal-post-command): Use them. Fix up obsolete windows in
16981 reveal-open-spots.
16982
16983 * progmodes/flymake.el: Use `require' rather than autoload for
16984 XEmacs's overlays.
16985 (flymake-get-common-file-prefix, flymake-build-relative-filename):
16986 Delete. Use file-relative-name instead.
16987 (flymake-get-syntax-check-program-args, flymake-perl-init):
16988 Simplify the resulting code.
16989
16990 * log-view.el (log-view-file-re, log-view-message-re): Add support
16991 for DaRCS output.
16992
16993 2006-01-09 Alex Schroeder <alex@gnu.org>
16994
16995 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
16996 identifiers sometimes added in square brackets at the beginning of
16997 subject lines.
16998
16999 2006-01-07 Richard M. Stallman <rms@gnu.org>
17000
17001 * cus-edit.el (Custom-set, Custom-save): Doc fix.
17002 (Custom-reset-current, Custom-reset-saved): Change question text.
17003 (Custom-reset-standard): Likewise.
17004 (custom-variable-reset-saved): Doc fix.
17005
17006 2006-01-07 Eli Zaretskii <eliz@gnu.org>
17007
17008 * startup.el (init-file-user): Doc fix.
17009
17010 2006-01-07 Alex Schroeder <alex@gnu.org>
17011
17012 * mail/rmail.el (rmail-current-subject): New function.
17013 (rmail-current-subject-regexp): New function.
17014 (rmail-next-same-subject): Use it.
17015
17016 * mail/rmailsum.el (rmail-summary-by-topic):
17017 Use rmail-current-subject and rmail-current-subject-regexp.
17018 (rmail-summary-next-same-subject): Ditto.
17019
17020 * net/rcirc.el (rcirc-send-input): No longer check whether the
17021 process is open, since not all commands need an open process.
17022 (rcirc-send-string): Check whether the process is open before
17023 sending anything.
17024 (rcirc-ignore-list): New option.
17025 (rcirc-ignore-list-automatic): New variable.
17026 (rcirc-print): Take rcirc-ignore-list into account.
17027 (rcirc-cmd-ignore): New command.
17028 (rcirc-ignore-update-automatic): New function.
17029 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
17030 list if ignored nicks.
17031 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
17032
17033 2006-01-06 David Reitter <david.reitter@gmail.com>
17034
17035 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
17036 reflect the address to which the report will be sent.
17037
17038 2006-01-06 Eli Zaretskii <eliz@gnu.org>
17039
17040 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
17041 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
17042
17043 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
17044
17045 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
17046
17047 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
17048 the doc string: "functoin" => "function".
17049 * ldefs-boot.el: Likewise.
17050
17051 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
17052 message text: "Duplicat" => "Duplicate".
17053
17054 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
17055
17056 * files.el (basic-save-buffer-2): If backing-up failed, reset
17057 buffer-backed-up to nil.
17058
17059 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
17060
17061 * progmodes/gud.el (gdb-script-skip-to-head)
17062 (gdb-script-calculate-indentation): Indent for breakpoint command
17063 lists also.
17064
17065 2006-01-05 Bill Wohler <wohler@newt.com>
17066
17067 * Makefile.in (compile-always): Add mh-autoloads dependency.
17068 (bootstrap): Remove mh-autoloads dependency, as compile dependency
17069 provides it.
17070 (updates): Remove mh-autoloads dependency, since it probably has
17071 already run recently (via recompile).
17072
17073 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
17074
17075 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
17076 argument `force' to disable the flyspell-last-buffer optimization.
17077 (flyspell-mode-on): Use it.
17078
17079 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
17080 flymake-simple-cleanup.
17081 (flymake-allowed-file-name-masks): Use this new default.
17082 All the functions are now called in the right buffer rather than
17083 passing the buffer as argument.
17084 (flymake-process-sentinel): Switch to buffer before calling cleanup.
17085 (flymake-parse-err-lines): Remove redundant buffer arg.
17086 (flymake-get-program-dir): Comment out unused function.
17087 (flymake-start-syntax-check, flymake-start-syntax-check-process):
17088 Remove redundant buffer argument.
17089 (flymake-get-real-file-name, flymake-simple-java-cleanup)
17090 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
17091
17092 2006-01-05 Richard M. Stallman <rms@gnu.org>
17093
17094 * info.el (Info-find-node): Don't record previous node if have none.
17095 (info): Go to directory only if history is empty.
17096
17097 * simple.el (mark): Doc fix.
17098
17099 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17100
17101 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
17102 already of desired type.
17103 (mac-ae-list): Coerce parameter to "list" type.
17104 (mac-dispatch-apple-event): Replace cadr part of event with a
17105 dummy position so that event-start returns it.
17106
17107 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
17108
17109 * textmodes/org.el (org-end-of-subtree): New function.
17110 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
17111 Use `org-end-of-subtree'.
17112 (org-agenda, org-agenda-convert-date): Protect calls to
17113 `fit-window-to-buffer'.
17114 (org-tags-view): Force matching of sublevels when doing a
17115 todo-only search. Define the correct redo command, including the
17116 arguments.
17117 (org-agenda-redo): Display message.
17118 (org-check-for-org-mode): New function.
17119 (org-agenda-type): New variable.
17120 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
17121 Set `org-agenda-type'.
17122 (org-agenda-check-type): New function.
17123 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
17124 (org-agenda-week-view, org-agenda-day-view)
17125 (org-agenda-next-date-line, org-agenda-previous-date-line)
17126 (org-agenda-log-mode, org-agenda-toggle-diary)
17127 (org-agenda-toggle-time-grid, org-agenda-date-later)
17128 (org-agenda-date-prompt, org-agenda-diary-entry)
17129 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
17130 (org-agenda-convert-date, org-agenda-menu):
17131 Use `org-agenda-check-type'.
17132 (org-make-overlay, org-delete-overlay)
17133 (org-detatch-overlay, org-move-overlay, org-overlay-put):
17134 New compatibility functions.
17135 (org-calendar-select-mouse): New command.
17136
17137 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
17138
17139 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
17140 (Custom-reset-standard): Fix y-or-n-p messages.
17141 (custom-link): New face for links.
17142 (custom-buffer-create-internal, custom-manual): Use it.
17143 (custom-face-save): Push to theme-face before setting face spec.
17144
17145 * wid-edit.el (widget-default-mouse-face-get): New function.
17146 (widget-specify-button): Handle mouse-face like button-face.
17147
17148 * custom.el (load-theme): Clear old theme settings if reloading.
17149
17150 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
17151
17152 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
17153 "Erase Customization" button back to same position it occupies in
17154 the individual State menus.
17155
17156 2006-01-04 Kim F. Storm <storm@cua.dk>
17157
17158 * wid-edit.el (key-sequence): Rework widget to read key binding
17159 using `kbd' syntax. Use C-q to insert literal key, event, or code.
17160 (widget-key-sequence-default-value): Default value for empty sequence.
17161 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
17162 (widget-key-sequence-read-event): New command for C-q.
17163 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
17164 (widget-key-sequence-value-to-external): New functions.
17165
17166 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
17167
17168 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
17169 Use expand-file-name.
17170 (flymake-delete-temp-directory): Use expand-file-name,
17171 file-name-directory, and directory-file-name.
17172 (flymake-strrchr): Delete.
17173 (flymake-start-syntax-check): Don't pass the redundant buffer argument
17174 to the init-f function.
17175 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
17176 (flymake-init-find-buildfile-dir)
17177 (flymake-init-create-temp-source-and-master-buffer-copy)
17178 (flymake-simple-make-init-impl, flymake-simple-make-init)
17179 (flymake-master-make-init, flymake-master-make-header-init)
17180 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
17181 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
17182 (flymake-xml-init): Remove corresponding redundant buffer argument.
17183 (flymake-allowed-file-name-masks): Remove last elems that are equal to
17184 the default anyway. Clean up regexps.
17185
17186 * progmodes/flymake.el (flymake-temp-source-file-name)
17187 (flymake-master-file-name, flymake-temp-master-file-name)
17188 (flymake-base-dir): New buffer-local vars.
17189 (flymake-buffer-data, flymake-get-buffer-value)
17190 (flymake-set-buffer-value): Replace those hash-tables by the new
17191 buffer-local vars. Update callers.
17192
17193 * progmodes/flymake.el (flymake-check-start-time)
17194 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
17195 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
17196 Move definition, so we can remove redundant earlier declaration.
17197 (flymake-replace-regexp-in-string, flymake-split-string)
17198 (flymake-get-temp-dir): Use defalias.
17199 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
17200 (flymake-xemacs-window-edges): Remove unused function.
17201 (flymake-get-point-pixel-pos): Move.
17202 (flymake-pid-to-names, flymake-reg-names)
17203 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
17204 Replace by a simple list flymake-processes and by process-buffer.
17205 Update callers. Other than simplify the code, it uses buffers rather
17206 than buffer-names so it doesn't get confused by uniquify.
17207 (flymake-buffer-data): The global value should just be nil.
17208
17209 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
17210 Optimize the body of a defalias like any other code.
17211
17212 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
17213 Make sure we've setup font-lock's vars. It may influence which
17214 function we then call.
17215 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
17216 here since it's too late anyway.
17217
17218 2006-01-03 Romain Francoise <romain@orebokech.com>
17219
17220 * startup.el (fancy-splash-tail, normal-splash-screen):
17221 Update copyright year.
17222
17223 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
17224
17225 * mouse.el (mouse-drag-track): Rename, from
17226 `mouse-drag-region-1'. Includes optional argument required to
17227 enable post-drag event processing (e.g. delete region keys).
17228 Can be used without this argument to track a mouse region and operate
17229 on it as soon as the drag completes.
17230 (mouse-drag-region): Use `mouse-drag-track'.
17231
17232 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
17233
17234 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
17235 Move to `custom-buffer' group.
17236
17237 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
17238 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
17239 (custom-theme-insert-face-marker, custom-theme-variable-menu)
17240 (custom-theme-face-menu): New variables.
17241 (custom-theme-add-variable, custom-theme-variable-action)
17242 (custom-variable-reset-theme, custom-theme-delete-variable)
17243 (custom-face-reset-theme, custom-theme-face-action)
17244 (custom-theme-delete-face, custom-theme-merge-theme)
17245 (custom-theme-add-face, custom-theme-visit-theme): New functions.
17246
17247 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
17248
17249 * custom.el: Move Custom Themes commentary to start of theme code.
17250 (custom-known-themes): Rename `standard' theme to `changed'.
17251 (custom-push-theme): Caller no longer specifies what theme to use
17252 when doing `reset'---the setting is simply removed from the theme.
17253 Delete MODE from `theme-value' and `theme-settings' properties.
17254 (custom-declare-theme): Ignore &rest args since we don't use them.
17255
17256 (custom-loaded-themes): Delete variable.
17257 (custom-theme-load-themes, custom-theme-loaded-p)
17258 (custom-theme-value): Delete functions.
17259
17260 (custom-declare-theme): Signal error on invalid theme names.
17261 (provide-theme): custom-loaded-themes was deleted.
17262 (load-theme): Load the file unconditionally.
17263 (enable-theme): Call `load-theme' if theme is undefined.
17264 (custom-enabled-themes): Only update value for successful loads.
17265 (disable-theme): Complete from enabled themes when interactive.
17266 (custom-variable-theme-value): Calculate theme value directly.
17267
17268 (custom-theme-reset-variables, custom-reset-variables): Mark as
17269 XEmacs compatibility functions. We don't actually use these.
17270
17271 * cus-edit.el (custom-variable-state-set):
17272 Use custom-variable-theme-value instead of custom-theme-value.
17273 (custom-face-state-set): Rename `standard' theme to `changed'.
17274 (custom-save-variables, custom-save-faces): Delete unneeded
17275 references to custom-reset-variables.
17276 (custom-save-resets): Delete function.
17277 (custom-save-variables, custom-save-faces): MODE argument deleted.
17278 (custom-save-variables, custom-save-faces): Ignore theme values.
17279
17280 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
17281 compatibility function.
17282
17283 2006-01-01 Richard M. Stallman <rms@gnu.org>
17284
17285 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
17286 (Custom-reset-current, Custom-reset-saved): Likewise.
17287 (Custom-reset-standard): Show message if aborted.
17288 (custom-mode): Doc fix, describing those commands.
17289
17290 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
17291 put on event-kind property.
17292
17293 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
17294
17295 * custom.el (provide-theme): Ban `user' theme name.
17296 (custom-enabling-themes): New variable.
17297 (enable-theme): Don't enable user if custom-enabling-themes is t.
17298 (custom-enabled-themes): Make it a defcustom.
17299 (custom-theme-recalc-face): No-op if face is undefined.
17300
17301 * cus-edit.el (custom-button-mouse): New variable.
17302 (custom-button-mouse): New face.
17303 (custom-raised-buttons, custom-mode): Use it.
17304
17305 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
17306
17307 2005-12-31 Eli Zaretskii <eliz@gnu.org>
17308
17309 * progmodes/gud.el (gud-display-line): Support hl-line in the
17310 source buffer.
17311
17312 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
17313
17314 * mouse.el (mouse-drag-window-above): Verify that the found window
17315 overlaps with the given window in the horizontal dimension.
17316
17317 2005-12-31 Eli Zaretskii <eliz@gnu.org>
17318
17319 * Makefile.in (cvs-update): New target.
17320
17321 * makefile.w32-in (cvs-update): Ditto.
17322
17323 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
17324
17325 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
17326 (custom-new-theme-mode-map): New variable.
17327
17328 2005-12-30 Richard M. Stallman <rms@gnu.org>
17329
17330 * custom.el (custom-load-themes): Function deleted.
17331
17332 * cus-edit.el (custom-save-loaded-themes): Function deleted.
17333 (custom-save-variables): Don't delete or add custom-load-themes call.
17334
17335 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
17336
17337 * cus-start.el: Add `visible-cursor'.
17338
17339 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
17340 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
17341 (flymake-process-filter): Switch to buffer before calling it instead.
17342 (flymake-post-syntax-check, flymake-highlight-err-lines)
17343 (flymake-delete-own-overlays, flymake-parse-err-lines)
17344 (flymake-start-syntax-check, flymake-start-syntax-check-process)
17345 (flymake-count-lines, flymake-parse-residual):
17346 Remove constant buffer argument.
17347 (flymake-start-syntax-check-for-current-buffer): Remove.
17348 Update callers to use flymake-start-syntax-check instead.
17349 (flymake-display-err-menu-for-current-line):
17350 Remove unused var `mouse-pos'.
17351 (flymake-restore-formatting): Comment out unused function.
17352 (flymake-report-status, flymake-report-fatal-status): Remove buffer
17353 argument, use current-buffer instead. Update callers.
17354
17355 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17356
17357 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
17358 buffer-local because choose-completion-delete-max-match requires
17359 that we set completion-ignore-case (i.e., binding via let is not
17360 sufficient).
17361 (bibtex-complete): Always set completion-ignore-case and
17362 choose-completion-string-functions. The latter is needed because
17363 choose-completion-string-functions keeps its value if we quit the
17364 *Completions* buffer without requesting a completion.
17365
17366 2005-12-30 Andreas Schwab <schwab@suse.de>
17367
17368 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
17369
17370 2005-12-30 Eli Zaretskii <eliz@gnu.org>
17371
17372 * jit-lock.el (jit-lock-chunk-size): Doc fix.
17373
17374 2005-12-30 Juri Linkov <juri@jurta.org>
17375
17376 * locate.el (locate-fcodes-file, locate-header-face)
17377 * progmodes/delphi.el (delphi-other-face)
17378 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
17379
17380 * paren.el (show-paren-match, show-paren-mismatch): Use existing
17381 group `paren-showing-faces'.
17382
17383 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
17384 (goto-address): Fix docstring.
17385
17386 * net/webjump.el (webjump-sample-sites): Update URLs.
17387
17388 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
17389
17390 * subr.el (cancel-change-group): Add listp around pending-undo-list.
17391
17392 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
17393
17394 * font-lock.el (font-lock-compile-keywords): Signal an error when
17395 font-lock-set-defaults hasn't been called.
17396
17397 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
17398
17399 * subr.el (noreturn, 1value): Doc fixes.
17400
17401 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17402
17403 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
17404 that assoc-string returns nil.
17405
17406 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17407
17408 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
17409 (bibtex-entry-type-str, bibtex-empty-field-re)
17410 (bibtex-search-backward-string, bibtex-preamble-prefix)
17411 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
17412 (bibtex-any-valid-entry-type): New variable.
17413 (bibtex-parse-field-name): Simplify.
17414 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
17415 (bibtex-preamble-prefix): Include left delimiter.
17416 (bibtex-search-forward-field, bibtex-search-backward-field):
17417 Allow unbounded search past entry boundaries (required by bibtex-pop).
17418 (bibtex-text-in-field-bounds): Use push.
17419 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
17420 (bibtex-parse-preamble, bibtex-valid-entry)
17421 (bibtex-beginning-first-field): New functions.
17422 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
17423 (bibtex-map-entries): Fix docstring.
17424 (bibtex-flash-head): New arg prompt. Simplify.
17425 (bibtex-enclosing-field): Include code of bibtex-inside-field.
17426 (bibtex-insert-kill): Simplify. Always insert text past the
17427 current field or entry.
17428 (bibtex-format-entry): Use bibtex-parse-field.
17429 (bibtex-pop): Use bibtex-beginning-of-entry and
17430 bibtex-end-of-entry to initiate the search. Insert empty field if
17431 we found ourselves.
17432 (bibtex-print-help-message): New args field and comma.
17433 Handle entry keys.
17434 (bibtex-make-field): Use bibtex-beginning-of-entry.
17435 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
17436 invalid entry.
17437 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
17438 Handle preambles. Simplify code for thorough test.
17439 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
17440 New arg comma. Handle entry heads.
17441 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17442 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
17443 New arg comma.
17444 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
17445 (bibtex-fill-field): Simplify.
17446 (bibtex-fill-entry): Use bibtex-beginning-first-field and
17447 bibtex-parse-field.
17448 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
17449 (bibtex-complete): Use bibtex-parse-preamble.
17450
17451 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
17452
17453 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
17454 Display name of expression instead of convenience variable.
17455 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
17456
17457 * progmodes/gud.el (gud-tooltip-dereference): Rename from
17458 toggle-gud-tooltip-dereference.
17459 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
17460 (gud-tooltip-tips): ...here when dereferencing.
17461
17462 2005-12-28 Bill Wohler <wohler@newt.com>
17463
17464 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
17465
17466 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
17467
17468 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
17469 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
17470 (vc-annotate-display-autoscale): Adjust call.
17471 (vc-annotate-display-default): Adjust call. Make arg compulsory.
17472 Fix interactive spec.
17473 (vc-annotate-time-span): Remove.
17474 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
17475 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
17476 (vc-annotate-display-select): Use new name.
17477
17478 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
17479 (vc-annotate-mode-menu): Remove left-over redundant declaration.
17480 Correct the construction of span entries. Simplify.
17481 (vc-annotate-display-select): Fix the nil case.
17482 (vc-annotate): Remove obsolete (and now broken) code.
17483 (vc-annotate-extract-revision-at-line): Remove obsolete code.
17484 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
17485
17486 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
17487
17488 * subr.el (lazy-completion-table): Correct typo in docstring.
17489
17490 * startup.el (command-line): Use `custom-reevaluate-setting' for
17491 `send-mail-function'.
17492
17493 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
17494
17495 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
17496
17497 * mail/smtpmail.el (smtpmail-try-auth-methods):
17498 Send credentials together with "AUTH PLAIN" command.
17499
17500 2005-12-27 Richard M. Stallman <rms@gnu.org>
17501
17502 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
17503 mouse-2, go back to previously selected window, so it's selected
17504 when mouse-2 command runs.
17505
17506 2005-12-27 Juri Linkov <juri@jurta.org>
17507
17508 * descr-text.el (describe-text-sexp): Use square brackets for
17509 button [Show] to distinguish it from the property value `show'.
17510 (describe-property-list): Use `insert-text-button' with
17511 `help-face' type instead of putting face in quotes, because button
17512 is not created automatically for a list of faces.
17513 (describe-text-properties-1): Put button-type value in quotes to
17514 distinguish from plain text "button".
17515 (describe-char): Display code point values in hex. Don't use
17516 `symbol-name' for `current-input-method' because it is a string.
17517 Use `insert-text-button' with `help-face' type instead of putting
17518 hardcoded face in quotes, because button is not created automatically.
17519
17520 2005-12-27 Richard M. Stallman <rms@gnu.org>
17521
17522 * progmodes/glasses.el (glasses-face): More specific custom type.
17523
17524 * files.el (set-visited-file-name): Doc fix.
17525
17526 * textmodes/flyspell.el (flyspell-external-point-words):
17527 Use local var buffer-scan-pos to advance scan for next misspelling.
17528 Advance it only after we find the misspelling.
17529
17530 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
17531
17532 * textmodes/flyspell.el (flyspell-external-point-words):
17533 New criteria for finding the misspelling in the buffer.
17534
17535 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
17536
17537 * help-mode.el (help-insert-string): Set help-xref-stack-item
17538 rather than call help-setup-xref.
17539
17540 * descr-text.el (describe-char): Revert previous changes for
17541 optional buffer argument.
17542
17543 2005-12-27 Juri Linkov <juri@jurta.org>
17544
17545 * help-mode.el (help-insert-string): New function. Save buffer
17546 contents in cases where it is impossible to recompute the old contents.
17547
17548 * descr-text.el (describe-char): Set help-xref-stack-item
17549 explicitly after buffer has been generated.
17550
17551 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17552
17553 * cus-start.el (all): Add x-gtk-show-hidden-files.
17554
17555 2005-12-26 Richard M. Stallman <rms@gnu.org>
17556
17557 * replace.el (perform-replace): Calculate match-again
17558 before skipping read-only matches.
17559
17560 * paren.el (paren-showing-faces): New group.
17561 (show-paren-match, show-paren-mismatch): Move to that group.
17562
17563 * button.el (button): Put into group `basic-faces'.
17564
17565 * progmodes/make-mode.el: Remove faces from group `faces'.
17566
17567 * apropos.el (apropos, apropos-value): Doc fix.
17568 (apropos-documentation): Doc fix.
17569
17570 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
17571
17572 * subr.el (lazy-completion-table): Remove argument `args'.
17573
17574 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
17575 Don't use the `args' argument of lazy-completion-table.
17576
17577 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
17578
17579 * descr-text.el (describe-char): Add optional argument for buffer.
17580 Set buffer appropriately. Call help-setup-xref.
17581 Suggested by Stefan Monnier.
17582
17583 2005-12-26 Juri Linkov <juri@jurta.org>
17584
17585 * descr-text.el: Require `help-fns' at runtime. Don't require
17586 `button' for byte compilation.
17587 (describe-text-widget): Add `help-echo' for first button.
17588 Use `help-info' for second.
17589 (describe-property-list): Use `help-argument-name' instead of `italic'.
17590 (describe-text-category): Add prompt to interactive spec.
17591 Call `help-setup-xref'.
17592 (describe-char): Use `help-character-set'. Add `help-echo' for
17593 code point. Use `help-input-method'. Remove superfluous insert.
17594
17595 2005-12-25 Richard M. Stallman <rms@gnu.org>
17596
17597 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
17598 at point, in case of narrowing.
17599
17600 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
17601
17602 * locate.el (locate-header-face): Allow nil in type.
17603
17604 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
17605
17606 2005-12-25 Romain Francoise <romain@orebokech.com>
17607
17608 * battery.el (battery-linux-proc-acpi): Also try
17609 `/proc/acpi/thermal_zone/THM0/temperature'.
17610
17611 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
17612
17613 * custom.el (custom-push-theme): Fix docstring.
17614
17615 * cus-edit.el (custom-variable-set, custom-variable-save)
17616 (custom-variable-save): Custom-quote widget values.
17617 (customize-save-variable): Fix custom-push-theme call.
17618
17619 2005-12-24 Eli Zaretskii <eliz@gnu.org>
17620
17621 * w32-fns.el (w32-batch-update-autoloads): New function.
17622
17623 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
17624 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
17625 from the command line.
17626
17627 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
17628
17629 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
17630 reset means to remove setting from theme entirely. Don't keep
17631 expanding theme-settings list; delete old entries if necessary.
17632
17633 * cus-edit.el (custom-buffer-create-internal): Move "Erase
17634 customization" button one line up.
17635 (custom-themed): New face.
17636 (custom-magic-alist): New value, THEMED, for theme settings.
17637 (custom-variable-state-set, custom-face-state-set):
17638 Check theme-value instead of saved-value.
17639 (custom-variable-reset-standard, custom-face-reset-standard):
17640 Remove theme setting entirely. Recalculate new values.
17641 (custom-variable-set, custom-variable-set)
17642 (custom-variable-reset-saved, custom-variable-reset-backup)
17643 (custom-face-set, custom-face-reset-saved): Update `user' theme.
17644 (custom-variable-save): Fix typos.
17645
17646 2005-12-23 Juri Linkov <juri@jurta.org>
17647
17648 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
17649 Add autoload cookies.
17650 (edebug-outside-d-c-i-n-s-w): New variable.
17651 (edebug-display, edebug-outside-excursion): Use it to save the
17652 original value of default-cursor-in-non-selected-windows.
17653 Set default-cursor-in-non-selected-windows to t while Edebug
17654 is active.
17655 (edebug-mode, edebug-eval-mode): Doc fix.
17656
17657 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
17658 with `buffer-substring-no-properties' to remove common substring
17659 highlighting.
17660
17661 * info.el (info-other-window, info): Rename function argument
17662 `file' to `file-or-node'.
17663 (Info-complete-menu-item): Use local variable `complete-nodes' to
17664 keep the global value of `Info-complete-nodes' unchanged for
17665 subsequent completions.
17666 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
17667
17668 * simple.el (get-next-valid-buffer, last-buffer)
17669 (next-error-buffer-p, next-error-find-buffer)
17670 (minibuffer-history-sexp-flag): Doc fix.
17671
17672 * savehist.el (savehist-mode-hook): Add `:group'.
17673
17674 * log-view.el: Call autoload for vc-find-version.
17675 (log-view-current-file): Adjust subgroup numbers.
17676 (log-view-current-tag): Add `length'.
17677
17678 2005-12-23 Richard M. Stallman <rms@gnu.org>
17679
17680 * vc.el (vc-annotate-car-last-cons): Defn moved up.
17681
17682 2005-12-23 Juri Linkov <juri@jurta.org>
17683
17684 * hi-lock.el (hi-lock-archaic-interface-message-used)
17685 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
17686 (hi-lock-mode): Display "Hi" in the mode line only when
17687 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
17688 (hi-lock-write-interactive-patterns):
17689 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
17690 (hi-lock-set-pattern, hi-lock-set-file-patterns)
17691 (hi-lock-font-lock-hook): Set 3rd arg `how' of
17692 font-lock-add-keywords to t.
17693
17694 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
17695
17696 * hi-lock.el (hi-lock-highlight-range): New variable.
17697 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
17698 only if font-lock-fontified is non-nil. Remove overlays.
17699 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
17700 font-lock-fontified is non-nil, otherwise use overlays (instead of
17701 text properties).
17702 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
17703 New variables.
17704 (hi-lock-string-serialize): New function.
17705
17706 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17707
17708 * menu-bar.el (menu-find-file-existing): New function.
17709 (menu-bar-file-menu): Use menu-find-file-existing for Open.
17710
17711 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
17712
17713 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
17714
17715 * vc.el: Remove unnecessary leading * in docstrings.
17716 (vc-annotate-mode-map): Move initialization into declaration.
17717 (vc-static-header-alist): Nitpick on the regexp.
17718 (vc-default-init-version): New fun.
17719 (vc-register): Use it.
17720 (vc-insert-headers): Use dolist.
17721 (vc-annotate-get-backend): Remove unused function.
17722 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
17723 (vc-annotate-mode): Remove corresponding call.
17724 (vc-annotate-car-last-cons): Simplify.
17725 (vc-annotate-buffers): Remove var.
17726 (vc-annotate-backend): Make it buffer-local.
17727 (vc-annotate): Move the interaction to the interactive spec.
17728 Add a `buf' argument.
17729 (vc-annotate-warp-version): Use this new `buf' argument to avoid
17730 killing&creating a vc-annotate buffer, which is very disruptive when
17731 the buffers are shown in dedicated frames.
17732
17733 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
17734
17735 * descr-text.el: Add FSF as maintainer.
17736 (describe-text-mode, describe-text-mode-map)
17737 (describe-text-mode-hook, describe-text-done): Delete. Use normal
17738 help-mode.
17739 (describe-text-widget, describe-text-sexp)
17740 (describe-property-list, describe-text-category)
17741 (describe-text-properties, describe-text-properties-1)
17742 (describe-char): Use help buttons instead of widgets.
17743 (describe-char-unicodedata-file): Make URL link in doc string.
17744
17745 2005-12-22 Richard M. Stallman <rms@gnu.org>
17746
17747 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
17748 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
17749 Don't include buttons that write a file when there's no file.
17750 (custom-variable-menu, custom-face-menu, custom-group-menu):
17751 Don't include commands that write a file when there's no file.
17752 (customize-browse): Reword the top-of-buffer help intro.
17753 (custom-buffer-create-internal): Fix previous change.
17754 (customize-changed-options-previous-release): Prev release is 21.1.
17755 (customize-changed-options): Doc fix.
17756 (customize-changed): New alias.
17757 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
17758 Say "standard values".
17759 (Custom-reset-standard): Doc fix.
17760 (custom-face-reset-standard): Doc fix.
17761
17762 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
17763
17764 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
17765 even if font-lock-mode is non-nil since it may be t without having
17766 turned on font-lock-mode-internal.
17767 (font-lock-choose-keywords): Minor optimization.
17768 (font-lock-add-keywords, font-lock-remove-keywords)
17769 (font-lock-set-defaults): Don't call make-local-variable on a variable
17770 that we know to already be local.
17771
17772 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
17773
17774 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
17775 messages if in the minibuffer.
17776
17777 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
17778
17779 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
17780 (tex-mode-flyspell-verify, flyspell-get-word)
17781 (flyspell-external-point-words): Don't use point-min/max uselessly.
17782
17783 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
17784 by Kevin Rodgers. Instead, just hide the completions buffer if we
17785 don't need to show it.
17786
17787 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
17788
17789 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
17790
17791 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
17792
17793 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
17794 delete-windows-on with an inexistent buffer.
17795
17796 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
17797
17798 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
17799 Delete defcustom variable :tag names.
17800
17801 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
17802
17803 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
17804 (log-view-font-lock-keywords): Ajust subgroup numbers.
17805 (log-view-current-tag): Don't hard code the number of subgroups.
17806
17807 2005-12-20 Juri Linkov <juri@jurta.org>
17808
17809 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
17810 (tooltip-x-offset, tooltip-y-offset): Doc fix.
17811
17812 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
17813 (menu-bar-non-minibuffer-window-p): Instead of checking
17814 display-multi-frame-p, use selected-frame when menu-updating-frame
17815 is nil.
17816
17817 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
17818
17819 * align.el (align-rules-list): Use [ \t] instead of \s-
17820 for column separators in text mode.
17821
17822 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
17823
17824 * help-mode.el (help-customize-variable, help-customize-face):
17825 Don't pop help-xref-stack as help-follow no longer pushes
17826 anything on to it.
17827
17828 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
17829
17830 * textmodes/org.el (org-agenda-custom-commands): New option.
17831 (org-agenda): Offer custom commands on splash screen.
17832 (org-make-tags-matcher): Parser for Boolean logic added.
17833 (org-agenda-set-tags): New command.
17834 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
17835 (org-set-tags): Efficiency improvements.
17836 (org-auto-align-tags): New option.
17837 (org-todo, org-demote, org-promote): Realign tags.
17838 (org-tags-completion-function): Use also "&" and "|" as separators.
17839 (org-org-menu): Agenda commands simplified.
17840
17841 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
17842
17843 * cus-edit.el (customize-apropos, customize-apropos-options):
17844 Docstring changes.
17845
17846 * font-lock.el (font-lock): Add tags to the links in the defgroup.
17847
17848 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
17849
17850 * longlines.el (longlines-mode): Wrap while widened.
17851 (longlines-decode-region, longlines-encode-region): Compute max
17852 just once.
17853
17854 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17855
17856 * cus-edit.el (mac): New group.
17857
17858 * cus-start.el (all): Add user options in macterm.c. Add test for
17859 Mac-related built-ins. Fix test for GTK-related built-ins.
17860
17861 * term/mac-win.el (mac-handle-language-change)
17862 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
17863 (mac-services-open-selection, mac-services-mail-selection)
17864 (mac-services-mail-to, mac-services-insert-text)
17865 (mac-dispatch-apple-event): Add docstrings.
17866 (x-get-selection, mac-select-convert-to-string): Select coding
17867 system from `utf-16be' and `utf-16le' using `byteorder'.
17868
17869 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
17870
17871 * subr.el (lazy-completion-table): Don't be fooled if the var holds
17872 a "list" (lambda ...) rather than a real completion list.
17873
17874 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
17875 lexical-let when encountering ((lambda (...) ...) ...).
17876
17877 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
17878
17879 * progmodes/sh-script.el (sh-mode):
17880 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
17881 * textmodes/picture.el (picture-mode): Update docstrings.
17882
17883 2005-12-17 Eli Zaretskii <eliz@gnu.org>
17884
17885 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
17886 commands enclosed in $(ARGQUOTE)s should not be split between two
17887 lines, as that will break with GNU Make >3.80, when sh.exe is used
17888 and arg quoting is with '..'.
17889 (autoloads): Don't break the quoted --eval expression between
17890 several lines.
17891
17892 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
17893
17894 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
17895 Capture error from printing circular structures.
17896
17897 2005-12-17 Martin Rudalics <rudalics@gmx.at>
17898
17899 * wid-edit.el (widget-checkbox-action): Clear undo info.
17900
17901 2005-12-16 Bill Wohler <wohler@newt.com>
17902
17903 * menu-bar.el (kill-this-buffer): Set a good example by using menu
17904 bar, not menubar in comment.
17905
17906 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
17907
17908 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
17909 After-change-functions should not clobber the match data.
17910
17911 2005-12-16 Juri Linkov <juri@jurta.org>
17912
17913 * simple.el (choose-completion): Use `buffer-substring-no-properties'
17914 instead of `buffer-substring'.
17915 (completion-common-substring): Doc fix.
17916 (completion-setup-function): Use minibuffer-completion-contents
17917 instead of minibuffer-contents. Don't set common-string-length
17918 initially. Remove special handling of partial-completion-mode.
17919 Move computation of completion-base-size into one cond.
17920 Call completion-base-size-function in mainbuf. In computation of
17921 completion-base-size for file name completion don't move point to
17922 the end of the minibuffer. Move computation of common-string-length
17923 into one cond. Start putting faces only when common-string-length>=0.
17924 Add condition to put completions-common-part when
17925 common-string-length>0.
17926
17927 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
17928 place point at the first different character in the minibuffer
17929 even if this position is at the beginning of the minibuffer.
17930
17931 * info.el (Info-read-node-name-1): In completion-base-size-function's
17932 lambda return 1 if common-substring or minibuffer-completion-contents
17933 starts with (, and 0 otherwise.
17934
17935 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
17936 Use `crm-current-element' for second arg of `display-completion-list'.
17937
17938 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
17939
17940 * files.el (set-auto-mode): Look for an interpreter specified on
17941 the first line also if search for mode specification succeeded,
17942 but the mode is not known.
17943
17944 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
17945
17946 * textmodes/org.el (org-tags-match-list-sublevels): New option.
17947 (org-open-at-point): Implement tag searches as links.
17948 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
17949 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
17950 (org-tags-sparse-tree, org-tags-view, org-set-tags)
17951 (org-agenda-dispatch): New commands.
17952 (org-use-tag-inheritance, org-tags-column): New options.
17953 (org-tab-follows-link, org-return-follows-link): New options.
17954 (org-tags): New customize group.
17955 (org-start-icalendar-file): Get local time zone.
17956 (org-tags-completion-function): New function.
17957 (org-set-font-lock-defaults): Make sure links will also be
17958 highlighted inside headlines.
17959
17960 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
17961
17962 * term.el (term-emulate-terminal):
17963 Let term-handle-ansi-terminal-messages override what Bash says about
17964 its current directory.
17965
17966 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
17967
17968 * bindings.el (last-buffer): Move to simple.el.
17969 * simple.el (last-buffer): Move here.
17970 (get-next-valid-buffer): New function.
17971 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
17972 (prev-buffer): Ditto. Rename to `previous-buffer'.
17973
17974 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
17975 * bindings.el (global-map): Ditto.
17976
17977 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
17978
17979 * cus-edit.el: Introductory comment change.
17980 (custom-magic-alist): Change message string for the `rogue' state.
17981
17982 2005-12-15 Richard M. Stallman <rms@gnu.org>
17983
17984 * tooltip.el: Delete defcustom variable :tag names.
17985
17986 * complete.el (partial-completion-mode): Doc fix.
17987
17988 * textmodes/flyspell.el (flyspell-external-point-words):
17989 Use save-excursion to ensure we don't move backward in the
17990 search loop, not even one character.
17991 (flyspell-delete-all-overlays): Use remove-overlays directly.
17992
17993 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
17994 (ispell-start-process): Set that variable.
17995 Clear ispell-buffer-local-name.
17996 (ispell-internal-change-dictionary):
17997 Set ispell-current-dictionary after killing process.
17998 (ispell-buffer-local-dict):
17999 Don't set spell-personal-dictionary after killing process.
18000 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
18001 (ispell-tex-skip-alists, ispell-html-skip-alists)
18002 (ispell-skip-region-alist): Mark as risky.
18003
18004 * net/newsticker.el (newsticker--retrieval-timer-list)
18005 (newsticker--display-timer, newsticker-running-p)
18006 (newsticker-ticker-running-p): Definitions moved up.
18007
18008 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
18009
18010 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
18011
18012 2005-12-15 David Ponce <david@dponce.com>
18013
18014 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
18015 (recentf-edit-list, recentf-open-files): Signal an error when
18016 there is no recent file.
18017
18018 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
18019
18020 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
18021 read-only except for texinfo-format-region evaluation.
18022
18023 2005-12-14 Richard M. Stallman <rms@gnu.org>
18024
18025 * vc.el (vc-default-previous-version, vc-default-next-version)
18026 (vc-do-command): Doc fixes.
18027
18028 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18029
18030 * textmodes/bibtex.el (bibtex-expand-strings)
18031 (bibtex-autokey-expand-string, bibtex-name-part)
18032 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
18033 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
18034 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
18035 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
18036 (bibtex-entry-postfix, bibtex-known-entry-type-re)
18037 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
18038 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
18039 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
18040 (bibtex-beginning-of-last-entry): Remove.
18041 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
18042 message if comma is missing but buffer is read-only.
18043 (bibtex-parse-field-text): Handle whitespaces at the end of field
18044 text. Return 3-element list with beginning and end of field text
18045 and end of field.
18046 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
18047 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
18048 (bibtex-search-forward-field, bibtex-search-backward-field):
18049 Search always delimited by limits of entry. Use more efficient
18050 search algorithms.
18051 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
18052 bibtex-end-of-name-in-field.
18053 (bibtex-text-in-field-bounds): Handle BibTeX strings when
18054 extracting the content of a field.
18055 (bibtex-text-in-field): Use search limits.
18056 (bibtex-parse-string-prefix): Handle empty string keys based on
18057 bibtex-string-empty-key.
18058 (bibtex-parse-string): Fix docstring.
18059 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
18060 (bibtex-preamble-prefix, bibtex-strings): New functions.
18061 (bibtex-skip-to-valid-entry): Include preceding whitespace in
18062 BibTeX entries (consistent with other BibTeX functions).
18063 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
18064 (bibtex-search-entry): Fix docstring. Simplify.
18065 (bibtex-flash-head, bibtex-complete-string-cleanup)
18066 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
18067 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
18068 (bibtex-parse-entry): New optional arg content.
18069 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
18070 Use bibtex-text-in-field-bounds.
18071 (bibtex-print-help-message): Handle BibTeX strings and preambles.
18072 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
18073 bibtex-parse-string-postfix.
18074 (bibtex-find-text-internal): New function.
18075 (bibtex-remove-delimiters): Use it.
18076 (bibtex-find-text): Use it. New optional arg help.
18077 (bibtex-complete): Handle BibTeX string and preamble entries.
18078 (bibtex-Preamble): Fix order of closing delimiters.
18079
18080 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
18081
18082 * vc.el (vc-default-revert): New fun.
18083
18084 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
18085
18086 2005-12-14 Romain Francoise <romain@orebokech.com>
18087
18088 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
18089 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
18090 (font-lock-remove-keywords): Likewise.
18091
18092 2005-12-14 Juri Linkov <juri@jurta.org>
18093
18094 * log-view.el (log-view-diff): Doc fix.
18095
18096 * isearch.el (isearch-query-replace): Use (mark) instead of
18097 isearch-opoint if mark is active in transient-mark-mode.
18098
18099 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
18100
18101 * isearch.el (isearch-query-replace): Check for isearch-other-end.
18102
18103 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
18104
18105 * progmodes/cpp.el (cpp-face): New widget.
18106 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
18107
18108 2005-12-14 Juri Linkov <juri@jurta.org>
18109
18110 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
18111 around `erase-buffer' and `insert'.
18112
18113 * descr-text.el (describe-text-properties): Replace buffer name
18114 "*Help-2*" with "*Help*<2>".
18115 (describe-char): Add functions print-help-return-message,
18116 toggle-read-only. Use help-setup-xref with nil to not store
18117 describe-char in help-xref-stack. Use help-make-xrefs to
18118 make [back] button.
18119
18120 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
18121
18122 * wdired.el (wdired-old-point): New internal variable.
18123 (wdired-change-to-wdired-mode): Set it buffer-locally.
18124 (wdired-abort-changes): Restore point after aborting changes.
18125
18126 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
18127
18128 * vc.el (vc-do-command): Add a new value t for okstatus.
18129
18130 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
18131 frame in case of errors.
18132
18133 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18134
18135 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
18136 so it comes after "On the Left" in the menu.
18137
18138 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
18139
18140 * cus-edit.el (customize-apropos, customize-apropos-options)
18141 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
18142
18143 2005-12-12 Bill Wohler <wohler@newt.com>
18144
18145 * vc-svn.el (vc-svn-registered): Fix problem of visiting
18146 non-writable Subversion-controlled files by saving window
18147 configuration before calling vc-do-command. vc-do-command calls
18148 pop-to-buffer on error which is unexpected during registration.
18149
18150 2005-12-12 Jay Belanger <belanger@truman.edu>
18151
18152 * calc/README: Update the summary of changes.
18153
18154 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
18155
18156 * descr-text.el (describe-char): Rework last fix to solve the problem
18157 is the same way it's solved for everything else in that function
18158 (i.e. by extracting the info before setting up the *Help* buffer).
18159
18160 2005-12-12 Kim F. Storm <storm@cua.dk>
18161
18162 * subr.el (version-regexp-alist): Allow space as separator before
18163 non-numeric part, e.g. "1.0 alpha".
18164 (version-to-list): Interpret .X.Y version as 0.X.Y version.
18165
18166 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
18167
18168 * textmodes/org.el (org-agenda, org-timeline, org-todo):
18169 Implement Logging and the keep-modes setting.
18170 (org-get-category): Make sure a string is returned.
18171 (org-log-done): New function.
18172 (org-log-done, org-closed-string): New options.
18173
18174 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18175
18176 * tooltip.el (tooltip-y-offset): Change default to 20.
18177
18178 2005-12-12 Richard M. Stallman <rms@gnu.org>
18179
18180 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
18181
18182 * frame.el (display-hourglass): Doc fix.
18183
18184 * help.el (help-for-help-internal): Simplify entry for `a'.
18185
18186 * info.el (Info-on-current-buffer): Doc fix.
18187 (info-insert-file-contents): Don't test (featurep 'jka-compr).
18188
18189 * startup.el (inhibit-splash-screen): Make this the real name.
18190 (inhibit-startup-message): Make this the alias.
18191 (command-line): Find only simple.el, and use its directory
18192 to fill in other preloaded files' names.
18193 (command-line): Deactivate the mark if deactivate-mark is set.
18194
18195 * international/mule.el (load-with-code-conversion):
18196 Bind deactivate-mark.
18197
18198 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
18199
18200 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
18201
18202 * cus-edit.el (customize-apropos): Avoid listing an option more
18203 than once under different aliases. No longer list user options
18204 that are not defined with defcustom (unless a prefix arg is given).
18205 Doc fix.
18206 (customize-apropos-options): Doc fix.
18207
18208 2005-12-11 Juri Linkov <juri@jurta.org>
18209
18210 * frame.el (set-background-color, set-foreground-color)
18211 (set-cursor-color, set-mouse-color, set-border-color):
18212 Add explicit prompts to read colors by `facemenu-read-color'.
18213 (show-trailing-whitespace, blink-cursor-delay)
18214 (blink-cursor-interval, display-hourglass, hourglass-delay):
18215 Remove tags.
18216 (display-hourglass, hourglass-delay): Doc fix.
18217 (cursor-in-non-selected-windows): Capitalize words in tag.
18218
18219 * faces.el (frame-background-mode): Replace `choice-item' keywords
18220 with `const' to not make [default] button. Change default value tag
18221 from `default' to `automatic'. Doc fix.
18222 (trailing-whitespace) <defface>: Change group `whitespace' to
18223 `whitespace-faces'.
18224
18225 2005-12-11 Richard M. Stallman <rms@gnu.org>
18226
18227 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
18228
18229 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18230
18231 * term/mac-win.el: Create keymap for mac-apple-event-map.
18232
18233 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
18234
18235 * tooltip.el (tooltip-mode): Move to start of file so that it
18236 appears at top of customize buffer.
18237
18238 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
18239 Add the gud groupname.
18240 (gud-tooltip-mode): Add the tooltip groupname.
18241 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
18242 avoid conflict with tooltip-use-echo-area.
18243
18244 2005-12-10 Romain Francoise <romain@orebokech.com>
18245
18246 * help.el (help-for-help-internal): Add `r' in doc string.
18247
18248 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18249
18250 * align.el (align-regexp, align-highlight-rule):
18251 Use region-beginning and region-end instead of point and mark, so that
18252 repetition (with `repeat-complex-command') recomputes the region
18253 bounds.
18254
18255 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
18256
18257 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
18258 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
18259 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
18260 (balance-windows): Rewrite using the above new functions.
18261
18262 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
18263
18264 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
18265 react if global-hi-lock-mode seems intended.
18266 (global-hi-lock-mode): Renamed from hi-lock-mode.
18267 (hi-lock-archaic-interface-message-used)
18268 (hi-lock-archaic-interface-deduce): New variables.
18269 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
18270 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
18271 (hi-lock-find-patterns, hi-lock-font-lock-hook):
18272 Replace hi-lock-buffer-mode with hi-lock-mode.
18273
18274 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
18275
18276 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
18277 completion list, even after a partial completion has been
18278 inserted in the current buffer. If there are more than 1
18279 completion, redisplay the *Completions* buffer; if the
18280 completion is unique, delete the *Completions* window.
18281
18282 2005-12-10 Eli Zaretskii <eliz@gnu.org>
18283
18284 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
18285 strings and long subject lines that were broken into multiple
18286 lines at arbitrary places. Handle subjects that have "Re: " in
18287 the middle.
18288
18289 2005-12-10 John W. Eaton <jwe@octave.org>
18290
18291 * progmodes/octave-mod.el (octave-electric-space): Don't indent
18292 comments or strings if octave-auto-indent is nil.
18293
18294 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18295
18296 * term/mac-win.el: Require url when compiling.
18297 Call mac-process-deferred-apple-events after loading init files.
18298 (mac-apple-event-map): New defvar. Define event handlers in it.
18299 (core-event, internet-event): New Apple event class symbols.
18300 (open-application, reopen-application, open-documents)
18301 (print-documents, open-contents, quit-application)
18302 (application-died, show-preferences, autosave-now, get-url):
18303 New Apple event ID symbols.
18304 (about): New HICommand ID symbol.
18305 (mac-event-spec, mac-event-ae): New macros.
18306 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
18307 (mac-ae-selection-range, mac-ae-text-for-search)
18308 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
18309 (mac-application-menu-map): Remove keymap. Handlers for HICommand
18310 and Services menu events are now defined in mac-apple-event-map.
18311 (mac-drag-n-drop): Remove selection range handling.
18312
18313 2005-12-10 Kenichi Handa <handa@m17n.org>
18314
18315 * simple.el (zap-to-char):
18316 * isearch.el (isearch-process-search-char): Translate CHAR by
18317 translation-table-for-input.
18318
18319 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
18320
18321 * foldout.el (foldout-exit-fold): Properly hide subtree.
18322
18323 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
18324
18325 * files.el (save-buffer):
18326 * international/ucs-tables.el (ucs-set-table-for-input):
18327 * mail/mail-extr.el (mail-extract-address-components):
18328 * mail/sendmail.el (mail-mode): Reformat doc string.
18329
18330 2005-12-09 Juri Linkov <juri@jurta.org>
18331
18332 * isearch.el (isearch-highlight): Change main overlay priority
18333 from 1 to 1001. Simplify.
18334 (isearch-lazy-highlight-update): Change lazy overlay priority
18335 from 0 to 1000.
18336
18337 * replace.el (replace-highlight): Change overlay priority from
18338 1 to 1001.
18339
18340 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
18341 Change overlay priority from 1 to 1001. Reuse existing overlay.
18342
18343 * compare-w.el (compare-windows-highlight): Change overlay
18344 priority from 1 to 1000.
18345
18346 * menu-bar.el (menu-bar-edit-menu): Add listp around
18347 pending-undo-list to disable menu item "undo" when pending
18348 undo list is empty.
18349
18350 * locate.el (locate): Disable undo in *Locate* buffer.
18351
18352 2005-12-09 Kim F. Storm <storm@cua.dk>
18353
18354 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
18355
18356 2005-12-09 David Ponce <david@dponce.com>
18357
18358 * recentf.el: Improvement of the menu code.
18359 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
18360 instead of menu hook.
18361 (recentf-show-menu, recentf-hide-menu): New functions.
18362 (recentf-menu-customization-changed, recentf-mode): Use them.
18363 (recentf-menu-action, recentf-max-menu-items)
18364 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
18365 (recentf-arrange-by-rule-others)
18366 (recentf-arrange-by-rules-min-items)
18367 (recentf-arrange-by-rule-subfilter): Don't use
18368 `recentf-menu-customization-changed'.
18369 (recentf-arrange-rules): Likewise. Accept functions to compute
18370 sub-menu titles.
18371 (recentf-menu-filter): Likewise. Doc fix.
18372 (recentf-menu-value-shortcut): Doc fix.
18373 (recentf-dump-variable): Quote atom value.
18374 (recentf-make-menu-items): Update to use it as a menu filter.
18375 (recentf-match-rule): New function.
18376 (recentf-arrange-by-rule): Use it.
18377 (recentf-indirect-mode-rule): New function.
18378 (recentf-build-mode-rules): Use it.
18379 (recentf-dir-rule): New function.
18380 (recentf-arrange-by-dir): Use it.
18381 (recentf-filter-changer-current): Rename from
18382 `recentf-filter-changer-state'. All references updated.
18383 (recentf-filter-changer-alist): Update filter names.
18384 (recentf-filter-changer-select): New function.
18385 (recentf-filter-changer): Use it. Make a sub-menu from filters
18386 available in `recentf-filter-changer-alist'.
18387 (recentf-data-cache, recentf-clear-data)
18388 (recentf-update-menu): Remove. All references updated.
18389 (recentf-match-rule-p, recentf-build-dir-rules)
18390 (recentf-filter-changer-goto-next)
18391 (recentf-filter-changer-get-current)
18392 (recentf-filter-changer-get-next): Remove.
18393
18394 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
18395
18396 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
18397 buffer "Reset" button to "Reset to Current" for consistency with
18398 the State buttons.
18399
18400 2005-12-08 John Paul Wallington <jpw@pobox.com>
18401
18402 * ibuf-ext.el (define-ibuffer-filter filename):
18403 If `dired-directory' is a list then really use its car.
18404
18405 2005-12-08 Kim F. Storm <storm@cua.dk>
18406
18407 * emulation/cua-rect.el (cua--rectangle-aux-replace):
18408 Fix indention of text on right side of replaced rectangle.
18409
18410 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
18411
18412 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
18413 No need to check gud-comint-buffer is bound.
18414 (gdb): Prevent multiple debugging when first session uses gdba.
18415
18416 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18417
18418 CC Mode update to 5.31.
18419
18420 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
18421 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
18422 We might do this function properly in the future).
18423
18424 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
18425 New macros c-sentence-end and c-default-value-sentence end, to cope
18426 with Emacs 22's new function `sentence-end'.
18427
18428 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18429
18430 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
18431 compat issue using `c-put-overlay' and `c-delete-overlay'.
18432
18433 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
18434 New compat macros to handle overlays/extents.
18435
18436 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18437
18438 * progmodes/cc-fix.el: Add definitions of the macros push and pop
18439 (for GNU Emacs 20.4).
18440
18441 * progmodes/cc-defs.el
18442 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
18443
18444 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
18445 highlighting mechanism so it will work in XEmacs too.
18446
18447 * progmodes/cc-defs.el: Insert c-int-to-char.
18448
18449 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
18450 call to the new macro c-int-to-char. This solves XEmacs's
18451 regarding characters as different from integers.
18452
18453 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18454
18455 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
18456 New internal helper.
18457
18458 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
18459 construct to make the indirect face lookup work in XEmacs.
18460
18461 (c-cpp-matchers): Append the negation char face to the existing
18462 fontification, so that the cpp face doesn't disappear.
18463 Use `c-make-syntactic-matcher' to avoid negation chars in comments
18464 and strings.
18465
18466 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
18467 to map to `font-lock-negation-char-face' in emacsen where it exists.
18468
18469 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18470
18471 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
18472
18473 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
18474 Rename "c-subword-move-mode" as "c-subword-mode".
18475
18476 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
18477 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
18478
18479 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18480
18481 * progmodes/cc-mode.el: Added autoload directive for
18482 `c-subword-move-mode' for use in older emacsen.
18483
18484 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18485
18486 * progmodes/cc-mode.el:
18487 (i): Insert a binding for C-c C-backspace into
18488 c-bind-special-erase-keys which works in TTYs.
18489 (ii): Make sure that when file styles are used, any explicitly
18490 given style variables take priority over those in the style.
18491 Do this by calling `hack-local-variables' a second time.
18492
18493 * progmodes/cc-vars.el: Add language specific customization
18494 widgets for AWK to c-doc-comment-style, c-require-final-newline
18495 and c-default-style. Add a defcustom for awk-mode-hook.
18496 Give c-syntactic-element and c-syntactic-context doc-strings by
18497 directly setting their `variable-documentation' propery.
18498 This allows Emacs 22.1 to read these with C-h v.
18499
18500 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
18501
18502 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18503
18504 * progmodes/cc-fonts.el, cc-vars.el
18505 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
18506 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
18507 Masatake YAMATO.
18508
18509 (c-doc-comment-style): Made GtkDoc default in C mode.
18510
18511 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
18512 and C-c C-<delete>.
18513
18514 (c-bind-special-erase-keys): New function for use on
18515 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
18516
18517 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
18518 <delete> key behavior in XEmacs according to `delete-forward-p'.
18519 C.f. `c-electric-delete'.
18520
18521 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18522
18523 * progmodes/cc-mode.el: Give c-hungry-backspace and
18524 c-hungry-delete-forward permanent key bindings.
18525
18526 * progmodes/cc-cmds.el (c-electric-semi&comma):
18527 Bind c-syntactic-context for calls to "criteria functions", for
18528 consistency with other calls to user functions.
18529
18530 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
18531 `current-prefix-arg', since this might be the prefix arg to a
18532 command which calls c-indent-command as a function. Change the
18533 interactive spec from "p" to "P".
18534
18535 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
18536 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
18537 was difficult to understand.
18538
18539 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18540
18541 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
18542 first char of an identifier.
18543
18544 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
18545 +" syntax in C++.
18546
18547 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18548
18549 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
18550 auto-fill doesn't split a c-comment's last word from a hanging
18551 "*/" when a space is typed between them after fill-column.
18552
18553 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
18554
18555 * progmodes/cc-styles.el (c-set-style)
18556 (c-setup-paragraph-variables): Abort the command if we're not in a
18557 CC Mode buffer.
18558
18559 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
18560 with blank comment-prefix, and a blank line as the comment's
18561 second line.
18562
18563 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18564
18565 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
18566 Incorporate the patterns added in the Emacs development branch
18567 for the new Emacs 22 face `font-lock-negation-char-face'.
18568
18569 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
18570 of "red" since it stands out better in xterms and DOS terminals.
18571
18572 * progmodes/cc-engine.el (c-literal-faces):
18573 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
18574
18575 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18576
18577 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
18578 forcibly enable c-electric-flag.
18579
18580 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
18581 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
18582 after the comment-prefix of a C-style comment will close that comment.
18583
18584 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18585
18586 * progmodes/cc-fonts.el (c-basic-matchers-before)
18587 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
18588 in Pike.
18589
18590 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
18591 digraphs.
18592
18593 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
18594 (c-cpp-message-directives, c-cpp-include-directives)
18595 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
18596 (c-cpp-expr-directives): Introduce new language constants to
18597 control cpp syntax in a cleaner way.
18598
18599 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
18600
18601 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
18602
18603 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
18604 (c-multiline-string-start-char): New language constants and
18605 variables to specify how newlines in string literals work.
18606
18607 (c-font-lock-invalid-string): Use them.
18608
18609 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
18610 unbalanced close brace is entered. Optimization by avoiding going
18611 back over arbitrarily large blocks. Removed hints that this
18612 function only would be relevant/useful in AWK.
18613
18614 (c-electric-brace): Indent syntactically after the cleanups since
18615 lineup functions might do it differently then.
18616
18617 * progmodes/cc-engine.el, cc-langs.el
18618 (c-opt-op-identifier-prefix): New language constant and variable.
18619
18620 (c-just-after-func-arglist-p, c-after-special-operator-id)
18621 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
18622
18623 * progmodes/cc-align.el, cc-engine.el
18624 (c-after-special-operator-id): New helper to handle C++ operator
18625 identifiers.
18626
18627 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
18628 (c-guess-basic-syntax): Handle C++ operator identifiers in
18629 declarations.
18630
18631 * progmodes/cc-langs.el (c-assignment-operators): Add the
18632 trigraph version of ^= too.
18633
18634 * progmodes/cc-langs.el (c-assignment-operators): Add the
18635 trigraph version of |= in C++.
18636
18637 * progmodes/cc-fonts.el (c-font-lock-declarators):
18638 Handle `c-decl-hangon-kwds' after the identifier name.
18639
18640 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
18641 whether an arglist is "nonempty", ignore a comment after the open
18642 paren if it isn't followed by a non-comment token on the same line.
18643
18644 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
18645 Enable heuristics below the point to cope with classes inside special
18646 brace lists in Pike.
18647
18648 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18649
18650 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
18651
18652 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18653
18654 * progmodes/cc-guess.el (cc-guess-install): New function to
18655 install an already guessed style in another buffer.
18656
18657 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
18658 sets `inhibit-read-only' - `c-save-buffer-state' should be used
18659 anyway if the change always is undone.
18660
18661 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18662
18663 Implement togglable electricity:
18664
18665 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
18666 saying when it should be used.
18667
18668 * progmodes/cc-engine.el: Add the new buffer-local variable,
18669 c-electric-flag.
18670
18671 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
18672 c-toggle-auto-newline.
18673
18674 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
18675 c-toggle-auto-newline. Remove the binding for
18676 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
18677 c-toggle-electric-state.
18678
18679 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
18680
18681 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
18682 c-\(forward\|backward\)-subword.
18683 (c-update-modeline): Add the new modeline flag `l' for
18684 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
18685 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
18686 Make the old name an alias of the new name.
18687 (c-toggle-electric-state): New function.
18688 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
18689 Adapt these functions to do electric things only when
18690 c-electric-flag is non-nil.
18691 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
18692 new functions from c-electric-brace.
18693 (c-point-syntax): Add a check for "virtual semicolons" in AWK
18694 mode, so that the tentative extra newline doesn't change the
18695 syntax of the following brace.
18696 (c-electric-brace): Restructure by extracting the above functions.
18697 Tidy up the coding somewhat.
18698 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
18699 restructure a bit.
18700
18701 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18702
18703 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
18704 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
18705
18706 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
18707 (c-submode-indicators): Change name from `c-auto-hungry-string'
18708 since it's now used to track another submode.
18709
18710 (c-update-modeline): Convert to function and extended to check
18711 `c-subword-move-mode'.
18712
18713 (c-forward-into-nomenclature, c-backward-into-nomenclature):
18714 Convert to compat aliases for `c-forward-subword' and
18715 `c-backward-subword'.
18716
18717 * progmodes/cc-subword.el: New functions and minor mode to handle
18718 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
18719
18720 (c-forward-subword, c-backward-subword, c-mark-subword)
18721 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
18722 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
18723 Functions corresponding to the standard word handling functions.
18724
18725 (c-subword-move-mode): Minor mode that replaces all the standard
18726 word handling functions with their subword equivalences.
18727
18728 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18729
18730 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
18731 entry for one-liner-defun.
18732
18733 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
18734 name in its def-edebug-spec.
18735
18736 * progmodes/cc-cmds.el (c-electric-brace): Make the
18737 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
18738 compacts space before a comment, if this will make things fit on
18739 one line.
18740
18741 Introduce an "awk" style, mainly for auto-newline and clean-ups.
18742
18743 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
18744
18745 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
18746 clean-up one-liner-defun.
18747
18748 * progmodes/cc-styles.el: Add the new "awk" style.
18749
18750 * progmodes/cc-vars.el: Add description of one-liner-defun to
18751 c-cleanup-list's doc-string. New user options,
18752 c-max-one-liner-length. In c-default-style, set the default style
18753 for AWK to "awk".
18754
18755 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18756
18757 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
18758 macros inside labels.
18759
18760 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
18761 `c-at-statement-start-p' and `c-at-expression-start-p'.
18762
18763 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
18764 error if the mark isn't set.
18765
18766 * progmodes/cc-engine.el (c-guess-continued-construct)
18767 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
18768 accurately detect functions inside functions.
18769
18770 * progmodes/cc-engine.el (c-at-expression-start-p): New function
18771 like `c-at-statement-start-p' that additionally recognizes commas
18772 and expression parentheses as delimiters.
18773
18774 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
18775 to avoid heuristics that doesn't work for unclosed blocks.
18776 (c-at-statement-start-p): New function.
18777
18778 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
18779 Objective-C directives, e.g. directives spanning lines should work
18780 reasonably well now.
18781
18782 (c-put-c-type-property, c-clear-c-type-property): New helpers.
18783
18784 (c-forward-objc-directive): New function to move over any ObjC
18785 directive.
18786
18787 (c-just-after-func-arglist-p, c-guess-basic-syntax)
18788 (c-basic-matchers-before): Use it.
18789
18790 (c-font-lock-objc-iip-decl): Remove.
18791
18792 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
18793 in the template arglist recognition.
18794
18795 * progmodes/cc-styles.el (c-style-alist): Fix several
18796 inconsistencies in the Whitesmith style.
18797
18798 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
18799 New lineup function to get lines after Whitesmith style blocks
18800 correctly indented.
18801
18802 (c-lineup-whitesmith-in-block): Back out the compensation for
18803 opening parens since it's done using `add' lists in the style
18804 definition instead. Don't use the anchor position since it varies
18805 too much between the syntactic symbols. :P
18806
18807 * progmodes/cc-vars.el (c-valid-offset): Update.
18808
18809 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
18810 lists where the offsets are combined according to several
18811 different methods: `first', `min', `max', and `add'.
18812 Report offset evaluation errors with `c-benign-error' so that some kind
18813 of reindentation still is done.
18814
18815 * progmodes/cc-engine.el (c-guess-basic-syntax):
18816 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
18817 `arglist-close'.
18818
18819 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
18820 situations for `arglist-cont-nonempty' and `arglist-close'.
18821
18822 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
18823
18824 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
18825 cc-bytecomp-boundp' in a number of places.
18826
18827 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
18828 macro related issue.
18829
18830 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18831
18832 * progmodes/cc-awk.el: Change the terminology of regexps: A char
18833 list is now [asdf], a char class [:alpha:].
18834 Include code for char classes.
18835 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
18836 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
18837
18838 Remove (nearly all of) the cruft associated with AWK Mode's former
18839 concept of "virtual semicolons":
18840
18841 Adapt c-beginning-of-statement, c-end-of-statement (together with
18842 subfunctions) to use the new notion of "virtual semicolon" in
18843 place of the old awkward special handling for AWK. There remains
18844 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
18845 * progmodes/cc-cmds.el:
18846 (c-ascertain-adjacent-literal): In the backwards direction, now
18847 recognises AWK regexp delimiters as string delimiters.
18848 (c-after-statement-terminator-p): Adapt for virtual semicolons;
18849 check more rigorously for "end of macro".
18850 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
18851 virtual semicolons;
18852 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
18853 out the code for forward movement into ...
18854 (c-end-of-statement): Now contains the code for forward movement,
18855 adapted for virtual semicolons.
18856
18857 * progmodes/cc-engine.el:
18858 (c-ws*-string-limit-regexp): New regexp.
18859 (c-forward-single-comment, c-backward-single-comment): Comment out
18860 the (now redundant) "special" AWK stuff.
18861
18862 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
18863 c-string-par-start, c-string-par-separate to be more like Text
18864 Mode than Fundamental Mode.
18865
18866 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18867
18868 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
18869 to the fontified region so that fontification doesn't occur
18870 outside it (could happen e.g. when fontifying a line with an
18871 unfinished declaration).
18872
18873 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18874
18875 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
18876 start of the file. ^L now separate sections of the file.
18877 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
18878 (c-awk-one-line-possibly-open-string-re)
18879 (c-awk-regexp-one-line-possibly-open-char-class-re)
18880 (c-awk-one-line-possibly-open-regexp-re)
18881 (c-awk-one-line-non-syn-ws*-re): New defonsts.
18882 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
18883
18884 Amend the concept of "virtual semicolons" (in the indentation
18885 engine) for languages like AWK, such that they are now
18886 conceptually attached to end of the last token of a statement, not
18887 the end of the line. (In AWK Mode, however, the pertinent text
18888 property is still physically set on the EOL.) Remove the specific
18889 tests for awk-mode, thus facilitating the introduction of other
18890 language modes where EOLs can end statements.
18891 (Note: The funtionality in cc-cmds.el, specifically
18892 c-beginning/end-of-statement has yet to be amended.)
18893
18894 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
18895 New macros.
18896
18897 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
18898 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
18899 c-vsemi-status-unknown-p-fn (in a new page).
18900
18901 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
18902 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
18903 numerous awkward forms like
18904 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
18905 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
18906 variable before-ws-ip, the place just after char-before-ip appears.
18907
18908 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
18909 a comment.
18910
18911 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18912
18913 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
18914 `c-tentative-buffer-changes'.
18915
18916 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
18917 convert to macro to choose between Emacs and XEmacs at compile time.
18918
18919 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
18920
18921 (c-tentative-buffer-changes): New macro to handle temporary buffer
18922 changes in a convenient way.
18923
18924 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
18925 for `c-tentative-buffer-changes'.
18926
18927 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
18928 the checks for paren sexps between the point and the keyword, to
18929 avoid some false alarms.
18930
18931 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
18932 Fixed a situation where an error could be thrown for unbalanced
18933 parens. Changed to make use of c-keyword-member' to avoid some
18934 repeated regexp matches.
18935
18936 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
18937 These language variable are no longer necessary.
18938
18939 (c-block-stmt-kwds): New language constant used by
18940 c-looking-at-inexpr-block'.
18941
18942 (c-guess-basic-syntax): Remove an optional check that looked at
18943 the existence of the now removed language variables.
18944
18945 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
18946 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
18947 object instantiation expressions as declarations in some contexts.
18948 This bug only affected languages where the declarator can't be
18949 enclosed in parentheses.
18950
18951 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
18952 insert newlines before and after substatement braces.
18953
18954 * progmodes/cc-engine.el: Improved the heuristics for recognizing
18955 function declaration headers and the handling of C++ style member
18956 init lists.
18957
18958 (c-just-after-func-arglist-p): Rewritten to use
18959 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
18960
18961 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
18962
18963 (c-guess-basic-syntax): Adapt case 5B for the new
18964 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
18965 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
18966 covers all cases now).
18967
18968 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
18969
18970 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
18971
18972 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
18973 c-string-par-start/separate c-sentence-end-with-esc-eol,
18974 initialised in c-setup-paragraph-variables, used in string
18975 scanning subroutines of c-beginning-of-statement.
18976
18977 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
18978 which precedes the newly inserted `{'.
18979
18980 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
18981
18982 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
18983 function for declaration level blocks. It should now cope with
18984 templates better and also be a lot more comprehensible.
18985
18986 (c-looking-at-decl-block): The new function.
18987
18988 (c-search-uplist-for-classkey): The old one. It's now a wrapper
18989 for compatibility.
18990
18991 (c-add-class-syntax, c-guess-continued-construct)
18992 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
18993
18994 (c-decl-block-key): Change to tell apart ambiguous and
18995 unambiguous keywords. Pike specials are now handled directly in
18996 the code instead.
18997
18998 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
18999 New language constants and variables to make the backward skip in
19000 `c-looking-at-decl-block' as tight as possible.
19001
19002 (c-nonsymbol-token-char-list): New language constant.
19003
19004 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
19005 find balanced template arglists backwards.
19006
19007 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
19008 making char classes for `c-syntactic-skip-backward'.
19009
19010 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
19011 16D - can't be a class-close at that point.
19012
19013 * progmodes/cc-engine.el (c-guess-basic-syntax)
19014 (c-add-class-syntax): Don't narrow out the enclosing declaration
19015 level. This makes everything a lot easier, and it was actually
19016 only four small places that needed it to work. Some places that
19017 previously did `widen' are removed now, which has the effect that
19018 `c-guess-basic-syntax' never will look at things outside the
19019 current narrowment now. The anchor position for `topmost-intro'
19020 is affected by this, but it was so bogus it was basically useless
19021 before, and now it's equally bogus but in a slightly different way.
19022
19023 (c-narrow-out-enclosing-class): Gone.
19024
19025 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
19026 the narrowed region.
19027
19028 (c-least-enclosing-brace): Remove silly optional argument.
19029
19030 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
19031 the point could be left directly after an open paren when finding
19032 the beginning of the first decl in the block.
19033
19034 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
19035 Specify which submatch to use.
19036
19037 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
19038
19039 (c-decl-start-re): No longer any need for special treatment of
19040 ObjC due to the above.
19041
19042 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
19043 presumably follows C in that regard.
19044
19045 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
19046 New language constants to specify operator tokens inside
19047 identifiers in a more high level way.
19048
19049 (c-opt-identifier-prefix-key): New internal language constant.
19050
19051 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
19052 (c-identifier-start, c-identifier-key): Now completely calculated
19053 from other constants.
19054
19055 (c-identifier-last-sym-match): Decommission since it's no longer used.
19056
19057 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
19058
19059 * progmodes/cc-engine.el (c-forward-name): Remove the
19060 optimization when c-identifier-key is equal to c-symbol-key since
19061 it doesn't work in byte compiled files. Don't record empty
19062 regions as identifiers.
19063
19064 * progmodes/cc-langs.el (c-filter-ops): New helper function to
19065 simplify access to `c-operators' and its likes.
19066
19067 (c-operator-list, c-all-op-syntax-tokens)
19068 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
19069 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
19070 (c-primary-expr-regexp, c-cast-parens): Use it.
19071
19072 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
19073 an explicit language in functions.
19074
19075 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
19076 variant of adornment.
19077
19078 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
19079 variable.
19080
19081 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
19082 the Pike value.
19083
19084 * progmodes/cc-engine.el (c-on-identifier)
19085 (c-simple-skip-symbol-backward): Small fix for handling "-"
19086 correctly in `skip-chars-backward'. Affected the operator lfun
19087 syntax in Pike.
19088
19089 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
19090 diagnostic message about precompiled language vars not being used.
19091
19092 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
19093 "__attribute__" is followed by a parenthesis.
19094
19095 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
19096 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
19097 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
19098
19099 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
19100 Internal cleanups to properly detect the declared identifiers in
19101 various declarations.
19102
19103 (c-decl-start-kwds): New language constant to recognize
19104 declarations that can start anywhere. Used for class declarations
19105 in Pike.
19106
19107 (c-specifier-key, c-not-decl-init-keywords)
19108 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
19109 (c-find-decl-spots): Implement `c-decl-start-kwds'.
19110
19111 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
19112 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
19113 handling of the compiler specific extension keywords into a new
19114 language constant `c-decl-hangon-kwds' that defines keyword
19115 clauses to be ignored in declarations.
19116
19117 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
19118 past unrecognized tokens when handling `c-colon-type-list-kwds'.
19119 Necessary to stop at the declared identifier in e.g. IDL valuetype
19120 declarations.
19121
19122 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
19123 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
19124 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
19125 (c-forward-decl-or-cast-1): Recognize the declared identifier in
19126 class and enum declarations as such and not as part of the type.
19127
19128 (c-forward-decl-or-cast-1, c-forward-label): Relax the
19129 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
19130
19131 (c-forward-decl-or-cast-1): Don't disregard sure signs of
19132 declarations when there's some syntax error later on.
19133
19134 (c-complex-decl-matchers): Did away with a reference to
19135 `c-specifier-key'.
19136
19137 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
19138 value - this variable is always dynamically bound.
19139
19140 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
19141 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
19142 * cc-cmds.el, cc-defs.el: Change the policy for marking up
19143 functions that might do hidden buffer changes: All such internal
19144 functions are now marked instead of those that don't.
19145
19146 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
19147 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
19148 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
19149 (c-literal-type): Allow these functions to make hidden buffer changes,
19150 so that they are free to use text property caching later on.
19151
19152 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
19153 (c-electric-brace, c-electric-slash, c-electric-star)
19154 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
19155 (c-electric-paren, c-electric-continued-statement, c-indent-command)
19156 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
19157 (c-context-line-break): Add `c-save-buffer-state' calls to comply
19158 with the changed semantics of the functions above.
19159
19160 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
19161 when macros occur in obscure places. Optimized the sexp movement
19162 a bit.
19163
19164 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19165
19166 Enhancements for c-beginning-of-statement to work in AWK Mode:
19167
19168 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
19169 (completed statement) with `}' (statement completed by closing
19170 brace or semicolon) and `$' (statement completed by EOL).
19171
19172 (c-awk-virtual-semicolon-ends-prev-line-p)
19173 (c-awk-virtual-semicolon-ends-line-p)
19174 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
19175 (c-awk-at-statement-end-p): New functions.
19176
19177 * progmodes/cc-cmds.el: Simplify the structure of functions
19178 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
19179 two functions and c-beginning-of-statement to handle AWK Mode.
19180
19181 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
19182 c-backward-single-comment for AWK mode. Attempt to clarify their
19183 doc-strings.
19184
19185 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
19186
19187 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19188
19189 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
19190 label handling. Labels are now recognized in a uniform and more
19191 robust way, regardless of context. Text properties are put on all
19192 labels to recognize the following declarations better.
19193 Multiword labels are handled both in indentation and fontification for
19194 the benefit of language extensions like Qt. For consistency, keywords
19195 in labels are now fontified with the label face instead.
19196 That also applies to "case" and "default".
19197
19198 (c-beginning-of-statement-1): Fix some bugs in the label
19199 handling. Disregard `c-nonlabel-token-key' in labels that begin
19200 with `c-label-kwds'.
19201
19202 (c-find-decl-spots): Support that the callback adds more
19203 `c-decl-end' spots to find.
19204
19205 (c-forward-decl-or-cast-1): Don't treat a list of plain
19206 identifiers followed by a colon as a declaration.
19207
19208 (c-forward-label): New function to recognize labels.
19209
19210 (c-guess-basic-syntax): Replace uses of `c-label-key' with
19211 `c-forward-label'. Moved the label recognition cases (14 and 15)
19212 earlier since they aren't so context sensitive now. Handle labels
19213 on the top level gracefully. Moved access label recognition to
19214 the generic label case (CASE 15) - removed CASE 5E.
19215
19216 (c-font-lock-declarations): Add recognition of labels in the
19217 same round since we need to handle labels in parallell with other
19218 declarations to recognize both accurately. It should also improve
19219 speed.
19220
19221 (c-simple-decl-matchers, c-basic-matchers-after):
19222 Move `c-font-lock-labels' so that it only is used on decoration level 2
19223 since `c-font-lock-declarations' handles it otherwise.
19224
19225 (c-complex-decl-matchers): Remove the simplistic recognition of
19226 access labels.
19227
19228 (c-decl-prefix-re): Remove the kludges that was necessary to cope
19229 with labels earlier.
19230
19231 (c-decl-start-re): New language variable to make
19232 `c-font-lock-declarations' stop for the special protection labels
19233 in Objective-C that start with `@'.
19234
19235 (c-label-key): Remove since it's no longer used.
19236
19237 (c-recognize-colon-labels, c-label-prefix-re): New language
19238 constants to support recognition of generic colon-terminated labels.
19239
19240 (c-type-decl-end-used): `c-decl-end' is now used whenever there
19241 are colon terminated labels.
19242
19243 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
19244 first argument starts with a special brace list.
19245
19246 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
19247 (c-font-lock-declarations): Break out the declaration and cast
19248 recognition from `c-font-lock-declarations' to a new function, so
19249 that it can be used in the indentation engine.
19250
19251 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
19252 up to the start of the literal. Fixed bug with the point on the
19253 wrong side of the search limit that could happen when the start
19254 position is inside a literal.
19255
19256 * progmodes/cc-engine.el (c-parse-state)
19257 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
19258 so that it's kept a little bit back to increase the hit rate.
19259
19260 (c-parse-state): Change the macro handling and fixed some
19261 glitches. Macro context is checked more often than necessary now,
19262 but otoh less garbage conses are generated.
19263
19264 * progmodes/cc-engine.el (c-parse-state)
19265 (c-invalidate-state-cache): Cache the last position where
19266 `c-state-cache' applies. This can speed up refontification quite
19267 a bit in blocks where there are many non-brace parens before the point.
19268
19269 (c-state-cache-end): New variable for this.
19270
19271 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
19272 cache variable.
19273
19274 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
19275 get close initial continue positions when the start position is
19276 inside a literal or macro. Do not call the callback for spots
19277 before the start position (which can happen e.g. for `c-decl-end'
19278 spots inside comments). Optimize better in special cases when the
19279 region is a single line inside a literal or macro (typically when
19280 the current line is refontified).
19281
19282 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
19283 to `c-add-stmt-syntax' - there's no need to explicitly whack off
19284 entries from the paren state.
19285
19286 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
19287 special case for "else if" clauses.
19288
19289 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
19290 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
19291
19292 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
19293 New language variable to recognize the gcc extension with statement
19294 blocks inside expressions.
19295
19296 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
19297 it somewhat more comprehensible. The argument AT-BLOCK-START is
19298 no longer used and hence removed.
19299
19300 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
19301 to `c-add-stmt-syntax'.
19302
19303 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
19304 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
19305 This fixes bogus label recognition.
19306
19307 * progmodes/cc-engine.el (c-add-type, c-check-type)
19308 (c-forward-name, c-forward-type): Improve storage of template
19309 types in `c-found-types' so that they can be recognized better.
19310
19311 (c-syntactic-content): Add option to skip past nested parens.
19312
19313 * progmodes/cc-engine.el (c-forward-name):
19314 Set `c-last-identifier-range' all the time. It's less work that way.
19315 Handle that there might not be an identifier to store in
19316 `c-last-identifier-range'.
19317
19318 (c-forward-type): Handle that `c-last-identifier-range' might be
19319 nil from `c-forward-name'.
19320
19321 * progmodes/cc-defs.el (c-safe-scan-lists)
19322 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
19323
19324 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
19325 to work even if the form fails.
19326
19327 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
19328 down in a large file in one go.
19329
19330 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
19331
19332 * progmodes/cc-align.el (c-lineup-assignments): New lineup
19333 function which is like `c-lineup-math' but returns nil instead of
19334 `c-basic-offset' when it doesn't match.
19335
19336 (c-lineup-math): Change to use `c-lineup-assignments'.
19337
19338 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19339
19340 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
19341 c-beginning-of-statement. New subfunctions
19342 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
19343
19344 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19345
19346 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
19347 hardcoded char classes whereever possible. Changed a couple of
19348 places to use skip by syntax instead of skip by char class.
19349
19350 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
19351 Fix a bug in the regexp that caused extreme backtracking.
19352
19353 * progmodes/cc-langs.el (c-block-comment-starter)
19354 (c-block-comment-ender): New language constants to specify in a
19355 single place how block comments look.
19356
19357 (c-comment-start-regexp, c-block-comment-start-regexp)
19358 (comment-start, comment-end, comment-start-skip)
19359 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
19360 (c-syntactic-ws, c-nonempty-syntactic-ws)
19361 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
19362 `c-line-comment-starter', `c-block-comment-starter' and
19363 `c-block-comment-ender'.
19364
19365 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
19366 New language constants to break up things a bit.
19367
19368 (c-simple-ws): New language constant for simple whitespace.
19369
19370 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
19371
19372 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
19373 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
19374 newlines. Allow and ignore nil elements in the list.
19375
19376 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19377
19378 * progmodes/cc-cmds.el: Comment out a (n almost certainly
19379 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
19380
19381 * progmodes/cc-cmds.el: Tidy up the comments in
19382 c-beginning-of-statement and subfunctions.
19383
19384 * progmodes/cc-awk.el: Replace calls to put-text-property to the
19385 more flexible c-put-char-property and c-clear-char-properties.
19386 Add the author's email address.
19387
19388 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
19389
19390 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
19391 closing "*/" of a block comment.
19392
19393 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
19394 subfunctions) so that it works at BOB and EOB.
19395
19396 * progmodes/cc-cmds.el, cc-vars.el: More updating of
19397 c-beginning-of-statement, including new variable
19398 c-block-comment-start-regexp.
19399
19400 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19401
19402 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
19403 symbols from `*-font-lock-extra-types' so that there's no need to
19404 use `regexp-opt' on those lists.
19405
19406 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
19407 `c-type-modifier-kwds' is empty.
19408
19409 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
19410 there are several strings on the same line.
19411
19412 * progmodes/cc-engine.el (c-literal-limits): Remove the
19413 compatibility function for older emacsen. `c-literal-limits-fast'
19414 has now taken the place of this function.
19415
19416 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
19417 with older emacsen: We now require `pps-extended-state'.
19418
19419 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19420
19421 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
19422 which obviates the need to hack sentence-end. This now handles
19423 escaped newlines in strings correctly. Correct minor bugs in
19424 c-move-over-sentence and in c-beginning-of-statement.
19425
19426 * progmodes/cc-cmds.el (c-beginning-of-statement (and
19427 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
19428 that movement over macros and code are rigorously separated from
19429 eachother. Correct a few incidental bugs.
19430
19431 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
19432 Improve its doc-string. Improve the handling of certain specific cases.
19433
19434 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19435
19436 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
19437 (c-guess-basic-syntax): Change the way class-level labels are
19438 recognized; they can now contain essentially any symbols.
19439
19440 (c-opt-extra-label-key): New language variable to cope with the
19441 special protection label syntax in Objective-C.
19442
19443 (c-opt-access-key): Remove; this is now handled better by
19444 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
19445
19446 (c-complex-decl-matchers): Update to handle that
19447 `c-opt-access-key' no longer exists.
19448
19449 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
19450 improved label recognition in `c-beginning-of-statement-1'.
19451
19452 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
19453 Recognize bitfields better.
19454
19455 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
19456 Remove some cruft and fixed a bug that could cause it to go to a
19457 position further down.
19458
19459 * progmodes/cc-langs.el, cc-engine.el
19460 (c-beginning-of-statement-1): Improve detection of labels in
19461 declaration contexts.
19462
19463 (c-beginning-of-decl-1): Use it.
19464
19465 (c-nonlabel-token-key): New language constant and variable needed
19466 by `c-beginning-of-statement-1'.
19467
19468 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
19469 manifested itself due to the correction in `c-forward-sexp'.
19470
19471 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
19472 Make these behave as documented when used at the buffer limits.
19473
19474 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
19475 (c-type-decl-end-used): Made this a language variable.
19476
19477 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
19478 correctly when `combine-after-change-calls' is used together with
19479 temporary narrowings.
19480
19481 * progmodes/cc-engine.el (c-beginning-of-statement-1):
19482 Report labels correctly when the start point is immediately after the
19483 colon.
19484
19485 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
19486 Remove since it isn't used anymore.
19487
19488 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
19489 bracket arglists such as template parens in C++.
19490
19491 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
19492 in the last check-in. Some optimization.
19493
19494 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
19495 where it could stop at the same level in a preceding sexp when
19496 PAREN-LEVEL is set.
19497
19498 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
19499 text property lookup only when it's needed.
19500
19501 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
19502 Change the policy for paren marked angle brackets to be more
19503 persistent; once marked they remain marked even when they're found
19504 to be unbalanced in the searched region. This should keep the
19505 paren syntax around even when individual lines are refontified in
19506 multiline template arglists.
19507
19508 (c-parse-and-markup-<>-arglists): New dynamically bound variable
19509 to control markup so that incorrect angle bracket arglists aren't
19510 marked in contexts where the correct value for
19511 `c-disallow-comma-in-<>-arglists' isn't known.
19512
19513 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
19514 argument has become `c-parse-and-markup-<>-arglists'.
19515
19516 (c-remove-<>-arglist-properties): Remove - no longer used.
19517
19518 (c-after-change-check-<>-operators): New function used on
19519 `after-change-functions' to avoid that "<" and ">" characters that
19520 are part of longer operators have paren syntax.
19521
19522 (c-<>-multichar-token-regexp): New language variable used by
19523 `c-after-change-check-<>-operators'.
19524
19525 (c-after-change): Call `c-after-change-check-<>-operators'.
19526
19527 (c-font-lock-<>-arglists): Use the context properties set by
19528 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
19529 correctly to avoid doing invalid markup.
19530
19531 (c-font-lock-declarations): Remove code that undoes the invalid
19532 markup done by `c-font-lock-<>-arglists'.
19533
19534 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
19535 after `c-font-lock-declarations'.
19536
19537 * progmodes/cc-engine.el (c-syntactic-skip-backward):
19538 Add paren-level feature.
19539
19540 (c-guess-basic-syntax): Improve the anchor position for
19541 `template-args-cont' in nested template arglists. There's still
19542 much to be desired in this area, though.
19543
19544 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
19545
19546 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
19547 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
19548
19549 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
19550
19551 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
19552 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
19553
19554 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
19555 it doesn't work no longer are supported.
19556
19557 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
19558 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
19559 requires support for the syntax-table' text property, which rules
19560 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
19561 cruft associated with those versions.
19562
19563 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
19564 for the `syntax-table' text property, which rules out Emacs 19 and
19565 XEmacs < 21.4. Removed various compatibility cruft associated
19566 with those versions.
19567
19568 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
19569 support for the `syntax-table' text property.
19570
19571 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
19572 variable and use an extra quoted face name instead. All the
19573 emacsen flavors handle that correctly.
19574
19575 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
19576 (c-font-lock-declarators, c-font-lock-declarations)
19577 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
19578 property to mark the items in in declarator lists to handle
19579 refontification inside multiline declarations better.
19580
19581 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
19582 construct like "a * b = c;" as a declaration.
19583
19584 2005-12-08 Kim F. Storm <storm@cua.dk>
19585
19586 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
19587 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
19588 select either meta, hyper, or super modifier for rectangle commands.
19589 (cua--rectangle-modifier-key): New defvar.
19590 (cua--M/H-key): Use it. Remove special case for `space'.
19591 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
19592 on X, to meta otherwise. Always bind C-return to toggle
19593 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
19594
19595 * emulation/cua-rect.el (cua-help-for-rectangle):
19596 Use cua--rectangle-modifier-key. Handle super modifier too.
19597 (cua--init-rectangles): Always bind C-return to toggle rectangle.
19598 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
19599
19600 * ido.el: Move Acknowledgements and History after Commentary.
19601 Minor changes to Commentary.
19602
19603 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
19604 keymap if cua--prefix-override-timer is `shift'.
19605 (cua--shift-control-prefix): New function; emulate "type prefix
19606 key twice" functionality to handle shifted prefix key override.
19607 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
19608 New commands.
19609 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
19610
19611 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
19612
19613 * textmodes/org.el (org-insert-heading): Try to do items before
19614 headings.
19615 (org-agenda-mode): Quote `org-agenda-mode-hook'.
19616 (org-insert-item): New function.
19617 (org-renumber-ordered-list): Don't skip to higher level lists.
19618
19619 2005-12-08 Juri Linkov <juri@jurta.org>
19620
19621 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
19622
19623 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
19624
19625 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
19626
19627 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
19628 the constructed function name fun-1.
19629
19630 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
19631 because such links don't lead to parent documentation.
19632
19633 2005-12-08 Kenichi Handa <handa@m17n.org>
19634
19635 * descr-text.el (describe-char): Use *Help-2* buffer if the
19636 current buffer is *Help*. Call describe-text-properties while
19637 setting the original buffer.
19638
19639 2005-12-07 Bill Wohler <wohler@newt.com>
19640
19641 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
19642 and causes problems with non-MH users (such as Gnus users).
19643
19644 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
19645
19646 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
19647 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
19648 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
19649 command "info sources". Move calls to GDB command "list".
19650 (gdb-find-file-hook): Just use gdb-source-file-list.
19651 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
19652 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
19653 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
19654 (gdb-data-list-register-values-handler): Use correct trigger name.
19655
19656 2005-12-07 Kim F. Storm <storm@cua.dk>
19657
19658 * ido.el (ido-completion-map): Rename from ido-mode-map.
19659 (ido-common-completion-map, ido-file-completion-map)
19660 (ido-file-dir-completion-map, ido-buffer-completion-map):
19661 Rename from ido-mode-....-map.
19662 (ido-init-completion-maps): Rename from ido-init-mode-maps.
19663 (ido-setup-completion-map): Rename from ido-define-mode-map.
19664 (ido-read-internal): Bind minibuffer-local-filename-completion-map
19665 to ido-completion-map.
19666
19667 2005-12-07 Kenichi Handa <handa@m17n.org>
19668
19669 * international/mule-cmds.el
19670 (set-display-table-and-terminal-coding-system): If the coding
19671 system specified in `unibyte-display' property is different from
19672 the arg coding-system, don't setup standard-display-table.
19673
19674 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
19675
19676 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
19677 that comments end at \n, regardless of selective-display.
19678
19679 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
19680
19681 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
19682 (gdb-version): New variables.
19683 (gdb-source-file-list, gdb-register-names)
19684 (gdb-changed-registers): New variables for use with GDB 6.4+.
19685 (gdb-ann3): Replace with...
19686 (gdb-init-1, gdb-init-2): ...two new functions.
19687 (gdba, gdb-prompt): Call gdb-init-1.
19688 (gdb-get-version): New function. Call gdb-init-2 from here.
19689 (gud-watch): Make it work with mouse events too.
19690 (gdb-post-prompt): Don't add to queue until GDB version is known.
19691 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
19692 (gdb-locals-mode): Use gdb-version.
19693 (gdb-memory-format-map, gdb-memory-unit-map)
19694 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
19695 (gdb-locals-font-lock-keywords-1)
19696 (gdb-locals-font-lock-keywords-2): New variables.
19697 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
19698 (gdb-set-gud-minor-mode-existing-buffers-1)
19699 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
19700 (gdb-var-update-1, gdb-var-update-handler-1)
19701 (gdb-data-list-register-values-handler)
19702 (gdb-data-list-register-values-custom)
19703 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
19704 (gdb-stack-list-locals-handler, gdb-get-register-names):
19705 New functions for use with GDB 6.4+.
19706 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
19707 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
19708 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
19709 (gdb-stack-list-locals-regexp)
19710 (gdb-data-list-register-names-regexp): New regexps for use with
19711 GDB 6.4+.
19712
19713 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
19714
19715 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
19716
19717 2005-12-06 Nozomu Ando <nand@mac.com>
19718
19719 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
19720 prompts work for AUTH PLAIN. Also reported by Steve Allan
19721 <seallan@verizon.net>.
19722
19723 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
19724
19725 * frame.el (set-frame-parameter): Add doc string.
19726
19727 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
19728
19729 * textmodes/org.el (org-occur-highlights): New variable.
19730 (org-highlight-new-match, org-remove-occur-highlights): New functions.
19731 (org-highlight-sparse-tree-matches): New option.
19732 (org-do-occur): New function.
19733 (org-get-heading): Make it work also at beginning of line.
19734 (org-category-table): New variable.
19735 (org-get-category-table, org-get-category)
19736 (org-camel-to-words, org-link-search): New functions.
19737 (org-select-this-todo-keyword): New variable.
19738 (org-todo-list): New command.
19739 (org-shiftright, org-shiftleft): New commands.
19740 (org-agenda-todo): Add prefix argument.
19741 (org-show-hierarchy-above): New option.
19742 (org-show-todo-tree): Numerical prefix creates tree for specific
19743 TODO keyword.
19744 (org-outline-level): New function, to assign a level to plain
19745 lists items.
19746 (org-cycle-include-plain-lists): New option.
19747 (org-mode): Use `org-outline-level' as value of `outline-level'.
19748 (org-cycle): Temporarily switch `outline-regexp' if
19749 `org-cycle-include-plain-lists' is non-nil.
19750 (org-start-icalendar-file): Fix format bug.
19751 (org-agenda-get-day-entries): Create category table.
19752 (org-agenda-get-todos, org-agenda-get-timestamps)
19753 (org-agenda-get-deadlines, org-agenda-get-scheduled)
19754 (org-agenda-get-blocks): Use `org-get-category'.
19755 (org-context-in-file-links): Rename from
19756 `org-line-numbers-in-file-links'.
19757
19758 2005-12-06 Romain Francoise <romain@orebokech.com>
19759
19760 * window.el (balance-windows): Delete extraneous third arg in call
19761 to `enlarge-window'.
19762
19763 2005-12-06 Kenichi Handa <handa@m17n.org>
19764
19765 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
19766
19767 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
19768
19769 * progmodes/gdb-ui.el (gdb-var-create-handler)
19770 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
19771 (gdb-var-list-children-handler, gdb-var-update-handler):
19772 Current buffer is already gdb-partial-output-buffer, don't
19773 make it current again.
19774
19775 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
19776
19777 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
19778 (list-buffers-noselect): Use it.
19779
19780 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
19781
19782 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
19783 (mail-yank-ignored-headers): Use regexp-opt.
19784 (mail-mode-map): Move initialization into declaration.
19785 (mail-sent-via): Remove unused shadowed var `to-line'.
19786 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
19787 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
19788 (mail-do-fcc): Use dolist and push.
19789 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
19790 (mail-yank-ignored-headers): Don't autoload.
19791
19792 2005-12-05 Kenichi Handa <handa@m17n.org>
19793
19794 * international/mule-cmds.el (set-language-info-internal): New fun.
19795 (set-language-info): Call set-language-info-internal to update
19796 language-info-alist. If LANG-ENV is the current one, call
19797 set-language-environment to make INFO effective now.
19798 (set-language-info-alist): Likewise.
19799 (locale-language-names): With locale "en", use English
19800 lang. env. but set the default codings to iso-8859-1.
19801
19802 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
19803
19804 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
19805 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
19806 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
19807 for plain strings.
19808 (gdb-frames-mode): Remove redundant call to font-lock-mode.
19809 (gdb-all-registers): Rename from toggle-gdb-all-registers.
19810 Create registers buffer if necessary. Echo new state in minibuffer.
19811 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
19812
19813 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
19814
19815 * info.el (Info-fontify-node): Match external links using
19816 non-directory part of filename.
19817
19818 2005-12-04 Juri Linkov <juri@jurta.org>
19819
19820 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
19821 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
19822 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
19823 because there is no customization option for it.
19824
19825 * font-lock.el (lisp-font-lock-keywords-1):
19826 Add define-global-minor-mode.
19827
19828 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
19829
19830 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
19831 properties on the constructed variable names.
19832
19833 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19834 Put `definition-name' properties on the constructed function names
19835 next-sym and prev-sym.
19836
19837 * emacs-lisp/find-func.el (find-function-regexp):
19838 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
19839 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
19840 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
19841 and easy-menu-define.
19842
19843 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
19844 easy-mmode-define-global-mode and define-global-minor-mode.
19845 (lisp-imenu-generic-expression): Add define-global-minor-mode.
19846
19847 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
19848 instead of easy-mmode-define-global-mode.
19849
19850 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
19851 Use define-minor-mode instead of easy-mmode-define-minor-mode.
19852
19853 * cus-edit.el (customize-group, customize-group-other-window):
19854 Filter out autoloaded options from the group completion list by
19855 using heuristics that autoloaded groups don't have `custom-autoload'
19856 property on their symbols (they have only `custom-loads').
19857
19858 * simple.el (completion-setup-function): Put completions-common-part
19859 face on complete completion string too (i.e. completion string
19860 without completions-first-difference face).
19861
19862 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
19863
19864 2005-12-03 Eli Zaretskii <eliz@gnu.org>
19865
19866 * view.el (view-mode): Doc fix.
19867
19868 * disp-table.el (standard-display-european): Add to the warning
19869 message a reference to the doc string.
19870
19871 * play/yow.el (apropos-zippy): Call print-help-return-message,
19872 similar to other Help and Apropos commands.
19873
19874 * help.el (print-help-return-message): If pop-up-frames is
19875 non-nil, set up help-return-method to delete the help window and,
19876 possibly, its frame as well, and don't display message about
19877 scrolling the help window. Doc fix.
19878 (help-return-method): Doc fix.
19879
19880 2005-12-03 Martin Rudalics <rudalics@gmx.at>
19881
19882 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
19883 whereby names of length one or names starting with a
19884 symbol-constituent character would not be returned.
19885
19886 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
19887
19888 * subr.el (atomic-change-group): Add edebug and indentation spec.
19889
19890 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
19891
19892 * completion.el (save-completions-file-name): Fix typo in last change.
19893
19894 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19895
19896 * info.el: Move back/forward history to the beginning of the tool bar.
19897
19898 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
19899
19900 * allout.el (eval-when-compile): Remove unnecessary load of cl.
19901 Add fset of allout-real-isearch-abort during compile to fix
19902 byte-compilation warnings.
19903 (allout-mode-p): Move definition of this macro above all uses, or
19904 byte compilation in barren Emacs (eg, during Emacs build) will
19905 lack the definition.
19906 (allout-mode): Move this variable above any uses, or byte
19907 compilation will fail.
19908 (allout-resolve-xref): Remove use of personal file-reference function.
19909 (allout-toggle-current-subtree-encryption): Do the current (ie,
19910 visible containing) topic, rather than nearest around point. Doc fix.
19911 (allout-toggle-subtree-encryption): New function, workhorse that
19912 works on nearest topic containing point.
19913 (allout-encrypt-string): Signal requirement for newer version of pgg.
19914 (allout-resumptions): Doc fix.
19915
19916 2005-12-02 Eli Zaretskii <eliz@gnu.org>
19917
19918 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
19919
19920 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
19921
19922 * textmodes/flyspell.el (flyspell-external-point-words):
19923 Consider a misspelling as found in the string search if: (a) misspelling
19924 and found string lengths match, or (b) misspelling is found as
19925 element in a boundary-chars separated longer string, or (c)
19926 ispell-program-name is really ispell and misspelling is found as
19927 part of a TeX string. After successful match move beginning of
19928 search region to end of match. Warn about not found misspellings
19929 once the process is done.
19930 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
19931
19932 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
19933
19934 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
19935 tool bar (removed inadvertently).
19936
19937 2005-12-02 Juri Linkov <juri@jurta.org>
19938
19939 * log-view.el (log-view-diff): Clarify doc string.
19940
19941 2005-12-01 Bill Wohler <wohler@newt.com>
19942
19943 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
19944 triggers lm-verify errors.
19945
19946 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
19947
19948 * simple.el (transient-mark-mode, line-number-mode)
19949 (column-number-mode, size-indication-mode): Remove `:require nil'.
19950
19951 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
19952
19953 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
19954 in the margin also.
19955 (gdb-breakpoints-mode-map): Use D instead of d for
19956 gdb-delete-breakpoint.
19957 (gdb-get-frame-number): Require a number to match on.
19958 (gdb-threads-mode-map): Add follow-link binding.
19959
19960 2005-11-30 Jason Rumney <jasonr@gnu.org>
19961
19962 * isearch.el (isearch-mode-map): Avoid exiting search on
19963 language-change event.
19964
19965 2005-11-30 Romain Francoise <romain@orebokech.com>
19966
19967 * speedbar.el (speedbar-default-position): New defcustom.
19968 (speedbar-frame-reposition-smartly): Use it.
19969
19970 * dframe.el (dframe-reposition-frame-emacs): Fix position
19971 computation for `left' location.
19972 Update copyright year.
19973
19974 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
19975
19976 * help.el (help-map): Move initialization into declaration.
19977
19978 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
19979
19980 * help-fns.el (help-argument-name): Don't autoload.
19981 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
19982 to be re-loaded when customizing the `help' group.
19983
19984 2005-11-30 John Paul Wallington <jpw@gnu.org>
19985
19986 * help-fns.el (describe-function-1): Fill arglist output.
19987
19988 2005-11-30 Kim F. Storm <storm@cua.dk>
19989
19990 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
19991 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
19992 after revert-buffer (or anything else which kills all local variables).
19993
19994 * apropos.el (apropos-parse-pattern): Doc fix.
19995 Set apropos-regexp directly, rather than expecting callers to do so.
19996 (apropos-command, apropos, apropos-value, apropos-documentation):
19997 Simplify calls to apropos-parse-pattern.
19998
19999 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
20000
20001 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
20002 (hi-lock-face-phrase-buffer): Use hi-yellow face.
20003 (hi-lock-write-interactive-patterns): Use comment-region.
20004
20005 * longlines.el (longlines-mode): Add mail-setup-hook.
20006
20007 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
20008
20009 * simple.el (sendmail-user-agent-compose, next-line):
20010 Conditionally use hard-newline.
20011
20012 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
20013
20014 * international/latexenc.el (latex-inputenc-coding-alist):
20015 Reword doc string.
20016
20017 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
20018
20019 * help.el (describe-key-briefly, describe-key): Recognize default
20020 bindings.
20021
20022 2005-11-29 Romain Francoise <romain@orebokech.com>
20023
20024 * view.el (view-inhibit-help-message): New defcustom.
20025 (view-mode-enter): Use it.
20026
20027 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
20028
20029 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
20030 Preserve user position.
20031
20032 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
20033
20034 * font-lock.el: Throw error if facemenu is not loaded to prevent
20035 accidental change of loading order in loadup.el. (Suggested by RMS.)
20036
20037 * loadup.el: Add comment explaining why facemenu must be loaded
20038 before font-lock.
20039
20040 2005-11-28 Jay Belanger <belanger@truman.edu>
20041
20042 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
20043 (calc-dispatch-map): Add more keys for `calc-same-interface'.
20044
20045 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
20046
20047 * calc/calc-embed.el (calc-do-embedded): Update help message.
20048
20049 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
20050
20051 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
20052
20053 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
20054
20055 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
20056 called-interactively-p.
20057 (elp-profilable-p): Rename from elp-not-profilable-p.
20058 Invert result and take into account macros and autoloaded functions.
20059 (elp-instrument-function): Update call.
20060 (elp-instrument-package): Update call. Add completion.
20061 (elp-pack-number): Use match-string.
20062 (elp-results-jump-to-definition-by-mouse): Merge into
20063 elp-results-jump-to-definition and then remove.
20064 (elp-output-insert-symname): Make help echo text single-line.
20065
20066 * replace.el (query-replace-map): Move initialization into declaration.
20067 (occur-engine): Use with-current-buffer.
20068 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
20069 (occur-mode-mouse-goto): Replace with an alias.
20070
20071 2005-11-28 Juri Linkov <juri@jurta.org>
20072
20073 * simple.el (quoted-insert): Let-bind input-method-function to nil.
20074
20075 * term/w32-win.el: Bind [S-tab] to [backtab].
20076
20077 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
20078 `Info-find-file' to t.
20079
20080 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
20081 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
20082 and same-window-regexps.
20083 (occur-next-error): Don't move point for arg 0.
20084
20085 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
20086
20087 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
20088
20089 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
20090
20091 * log-edit.el (log-edit-changelog-use-first): New var.
20092 (log-edit-changelog-ours-p): Use it.
20093 (log-edit-insert-changelog): Set it with new arg `use-first'.
20094 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
20095 (log-edit-hook): Add them to the list of suggested options.
20096
20097 * textmodes/flyspell.el (flyspell-last-buffer): New var.
20098 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
20099 redundant work.
20100 (flyspell-mode-on): Use add-hook for after-change-functions.
20101 (flyspell-mode-off): Use remove-hook for after-change-functions.
20102 (flyspell-changes): Make it buffer-local.
20103 (flyspell-after-change-function): Make it non-interactive. Use push.
20104 (flyspell-post-command-hook): Check input-pending-p while processing
20105 the potentially long list of buffer changes.
20106
20107 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
20108
20109 * buff-menu.el (list-buffers-noselect): Display the selected
20110 frame's buffer list, not the global one.
20111
20112 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
20113
20114 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
20115 that (list last-input-event) works as in interactive spec.
20116
20117 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
20118
20119 * loadup.el ("facemenu"): Load facemenu before font-lock, because
20120 `facemenu-keymap' needs to be defined when font-lock is loaded.
20121 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
20122
20123 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
20124
20125 * completion.el: Remove useless leading * in defcustom docstrings.
20126 (save-completions-file-name): Use ~/.emacs.d if available.
20127 (completion-standard-syntax-table): Rename from
20128 cmpl-standard-syntax-table and fold initialization into declaration,
20129 thus removing cmpl-make-standard-completion-syntax-table.
20130 (completion-lisp-syntax-table, completion-c-syntax-table)
20131 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
20132 (cmpl-saved-syntax, cmpl-saved-point): Remove.
20133 (symbol-under-point, symbol-before-point)
20134 (symbol-under-or-before-point, symbol-before-point-for-complete)
20135 (add-completions-from-c-buffer): Use with-syntax-table.
20136 (make-completion): Don't return a list of completion entries.
20137 Update callers.
20138 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
20139 (completion-initialize): Rename from initialize-completions.
20140 (completion-find-file-hook): Rename from cmpl-find-file-hook.
20141 (kill-emacs-save-completions): Collect stats here.
20142 (save-completions-to-file, load-completions-from-file):
20143 Use with-current-buffer.
20144 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
20145 into a function. Move all calls to toplevel.
20146 (completion-lisp-mode-hook): New fun.
20147 (completion-c-mode-hook, completion-setup-fortran-mode):
20148 Set the syntax-table here. Use local-set-key.
20149 (completion-saved-bindings): New var.
20150 (dynamic-completion-mode): Make it into a proper minor mode.
20151 (load-completions-from-file): Remove unused var `num-uses'.
20152
20153 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
20154 constructor if it is explicitly overridden.
20155
20156 * complete.el (PC-completion-as-file-name-predicate):
20157 Use minibuffer-completing-file-name.
20158 (partial-completion-mode): Use find-file-not-found-functions.
20159 (PC-lisp-complete-symbol): Use with-syntax-table.
20160 (PC-look-for-include-file): Remove dead setq.
20161 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
20162 (PC-complete): Use with-current-buffer.
20163
20164 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
20165 escape single quotes.
20166
20167 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
20168
20169 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
20170 of `if' whose condition always returned nil. Doc fix.
20171
20172 * buff-menu.el (Buffer-menu-revert-function): Make the selected
20173 window's buffer the current buffer around the call to
20174 `list-buffers-noselect'. This is necessary to mark that buffer
20175 with a `.' in the Buffer Menu when called from Lisp, for instance
20176 by Auto Revert Mode.
20177
20178 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
20179
20180 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
20181 attaching to it.
20182 (gdb-pre-prompt): Make sure gdb-error is reset.
20183
20184 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
20185 with a child process, detect it.
20186 (gud-speedbar-buttons): Match regexp more carefully.
20187
20188 2005-11-27 Richard M. Stallman <rms@gnu.org>
20189
20190 * mouse.el (mouse-drag-move-window-bottom):
20191 Use adjust-window-trailing-edge.
20192
20193 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
20194
20195 * simple.el (blink-matching-open): Ignore
20196 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
20197 (blink-matching-paren-on-screen): Update docstring.
20198
20199 * paren.el (show-paren-mode): No longer change
20200 `blink-matching-paren-on-screen'.
20201
20202 2005-11-27 John Paul Wallington <jpw@pobox.com>
20203
20204 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
20205 (gdb-threads-select, gdb-edit-register-value):
20206 Use `posn-set-point' instead of `mouse-set-point' because the
20207 latter is not fbound when configured without X.
20208
20209 2005-11-27 Kim F. Storm <storm@cua.dk>
20210
20211 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
20212 existing face when partially highlighting a TAB in a rectangle.
20213
20214 2005-11-26 Kim F. Storm <storm@cua.dk>
20215
20216 * ido.el (ido-mode-map): Doc fix.
20217 (ido-mode-common-map, ido-mode-file-map)
20218 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
20219 (ido-define-mode-map): Rewrite. Select one of the new maps as
20220 parent for ido-mode-map instead of building from scratch.
20221 (ido-init-mode-maps): New defun to initialize new maps.
20222 (ido-mode): Call it.
20223 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
20224 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
20225
20226 2005-11-26 John Paul Wallington <jpw@pobox.com>
20227
20228 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
20229 `mouse-set-point' because the latter is not fbound when configured
20230 without X.
20231
20232 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
20233
20234 * files.el (file-relative-name): Doc fix.
20235
20236 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
20237
20238 * progmodes/octave-inf.el (inferior-octave-startup): Force a
20239 non-empty string for secondary prompt PS2.
20240
20241 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
20242
20243 * progmodes/compile.el (compilation-setup): Fix last change.
20244
20245 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
20246
20247 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
20248 (gdb-mouse-toggle-breakpoint-margin)
20249 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
20250 Add gdb-server-prefix to keep out of command history.
20251 (gdb-edit-register-value): New function.
20252 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
20253 (gdb-info-registers-custom): Use above map.
20254
20255 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
20256
20257 * custom.el (enable-theme): Signal error if argument is not a
20258 theme. Don't recalculate a face if it's not loaded yet.
20259
20260 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
20261 the `user' theme is in effect.
20262
20263 * info.el (Info-on-current-buffer): Record actual filename in
20264 Info-current-file, instead of t, or a fake filename if a non-file
20265 buffer. Make autoload.
20266 (Info-find-node, Info-revert-find-node): No need to check for
20267 Info-current-file nil.
20268 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
20269 Info-current-file is now never `t'.
20270 (Info-fontify-node): Many simplifications due to Info-current-file
20271 always being valid. Use Info-find-file to find node filename.
20272
20273 2005-11-25 David Kastrup <dak@gnu.org>
20274
20275 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
20276 new character, then delete" in order to preserve markers.
20277
20278 2005-11-25 David Ponce <david@dponce.com>
20279
20280 * recentf.el (recentf-arrange-by-rule): Handle a special
20281 `auto-mode-alist'-like "strip suffix" rule.
20282 (recentf-build-mode-rules): Handle second level auto-mode entries.
20283
20284 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
20285
20286 * emulation/viper-keym.el (viper-ESC-key): Use different values
20287 in terminal and window modes.
20288
20289 * emulation/viper.el (viper-emacs-state-mode-list): Delete mail-mode,
20290 add jde-javadoc-checker-report-mode.
20291
20292 * ediff-wind.el (ediff-make-wide-display): Slight simplification.
20293
20294 * ediff.el (ediff-date): Change the date of last update.
20295
20296 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
20297
20298 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
20299 Use define-minor-mode, and make it a local mode. Turn on font-lock.
20300 (hi-lock-mode): New global minor mode.
20301 (turn-on-hi-lock-if-enabled): New function.
20302 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
20303 Change arguments to regexp and face instead of a font-lock pattern.
20304 Directly set face property, instead of refontifying.
20305 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
20306 (hi-lock-find-patterns): Use line-number-at-pos.
20307
20308 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
20309 arguments for hi-lock-set-pattern.
20310 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
20311 Call font-lock-fontify-buffer.
20312 (hi-lock-find-file-hook, hi-lock-current-line)
20313 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
20314
20315 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
20316 turned off.
20317
20318 * progmodes/compile.el (compilation-setup): Don't fiddle with
20319 font-lock-defaults.
20320
20321 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
20322
20323 * progmodes/gdb-ui.el (gdb-var-create-handler)
20324 (gdb-var-list-children-handler): Find values for all variable
20325 objects. gud-speedbar-buttons decides whether to display them.
20326
20327 2005-11-24 Romain Francoise <romain@orebokech.com>
20328
20329 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
20330 buffer name with a space.
20331
20332 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
20333
20334 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
20335 `org-export-local-list-max-depth'. Change default value to 3.
20336 (org-auto-renumber-ordered-lists)
20337 (org-plain-list-ordered-item-terminator): New options.
20338 (org-at-item-p, org-beginning-of-item, org-end-of-item)
20339 (org-get-indentation, org-get-string-indentation)
20340 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
20341 New functions.
20342 (org-move-item-down, org-move-item-up): New commands.
20343 (org-export-as-html): New classes for CSS support. Bug fix in
20344 regular expression detecting fixed-width regions. Respect
20345 `org-local-list-ordered-item-terminator'.
20346 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
20347 also a list item.
20348 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
20349 New item moving functions.
20350
20351 2005-11-24 Juri Linkov <juri@jurta.org>
20352
20353 * isearch.el (isearch-repeat): With empty search ring set
20354 `isearch-error' to the error string instead of signaling error
20355 with the function `error'.
20356
20357 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20358
20359 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
20360
20361 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
20362
20363 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
20364 and variable.
20365 (gdb-var-create-handler, gdb-var-list-children-handler):
20366 Don't match on "char **...".
20367 (gdb-var-update-handler): Find values for all variable objects.
20368 (gdb-info-frames-custom): Identify frames by leading "#".
20369
20370 * progmodes/gud.el (gud-speedbar-menu-items): Add
20371 gdb-speedbar-auto-raise as radio button.
20372 (gud-speedbar-buttons): Raise speedbar if requested.
20373 Don't match on "char **...".
20374 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
20375 Make it editable.
20376
20377 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
20378
20379 * info.el (Info-fontify-node): Handle the case where
20380 Info-current-file is t.
20381
20382 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
20383
20384 * simple.el (blink-matching-open): Fix off-by-one in last change.
20385
20386 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20387
20388 * term/mac-win.el: Don't change default directory.
20389
20390 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
20391
20392 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
20393 buffers correctly. (It used to throw an error in such buffers.)
20394 Make it ask for confirmation in group buffers and other Custom
20395 buffers containing more than one customization item.
20396
20397 2005-11-22 John Paul Wallington <jpw@gnu.org>
20398
20399 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
20400 property on mail and url overlays.
20401 (goto-address-at-point): Use `posn-set-point' instead of
20402 `mouse-set-point' because the latter is not fbound when configured
20403 without X.
20404
20405 2005-11-22 Lars Hansen <larsh@soem.dk>
20406
20407 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
20408 (ls-lisp-classify, ls-lisp-format): Delete call to
20409 ls-lisp-parse-symlink.
20410 (ls-lisp-handle-switches): Handle symlinks to directories as
20411 directories when ls-lisp-dirs-first in non-nil.
20412
20413 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
20414
20415 * startup.el (command-line): Make sure that loaddefs.el is handled
20416 correctly in load-history.
20417
20418 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
20419
20420 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
20421 (gdb-struct-string, gdb-array-string): New constants.
20422 (gdb-info-locals-handler): Use them.
20423 (gdb-reset): Reset gdb-var-list to nil.
20424
20425 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
20426
20427 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
20428 in patterns.
20429
20430 2005-11-21 Juri Linkov <juri@jurta.org>
20431
20432 * custom.el (defcustom): Update link types in docstring.
20433
20434 2005-11-20 Martin Rudalics <rudalics@gmx.at>
20435
20436 * custom.el (defgroup): Add doc-string-elt info.
20437
20438 * widget.el (define-widget): Don't use declare for the doc-string-elt.
20439
20440 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
20441
20442 * newcomment.el (comment-enter-backward): Fix last fix.
20443
20444 * simple.el (blink-matching-open):
20445 * paren.el (show-paren-function): Allow new paren-class info.
20446
20447 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
20448
20449 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
20450 handled automagically.
20451
20452 2005-11-20 Andreas Schwab <schwab@suse.de>
20453
20454 * descr-text.el (describe-char): When copying overlays put them
20455 over the full char description instead of just the first character
20456 of it.
20457
20458 2005-11-20 Juri Linkov <juri@jurta.org>
20459
20460 * simple.el (what-cursor-position):
20461 * descr-text.el (describe-char): Use Lisp-readable syntax
20462 for octal and hex. Reorder decimal, octal and hex values.
20463 Remove excess whitespace in the output. Use `=' in `column='
20464 like in `point=' and `Hscroll='.
20465
20466 * international/mule-cmds.el (encoded-string-description):
20467 Use Lisp-readable syntax for hex.
20468
20469 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
20470
20471 * newcomment.el (comment-enter-backward): Handle the case where the
20472 comment is closed by EOB.
20473
20474 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
20475
20476 * longlines.el (longlines-before-revert-hook)
20477 (longlines-after-revert-hook): New functions.
20478 (longlines-mode): Turn off longlines temporarily when reverting.
20479 Add a message-setup-hook.
20480 (longlines-decode-buffer): New function.
20481 (longlines-wrap-line): Preserve marker positions.
20482
20483 2005-11-19 Andreas Schwab <schwab@suse.de>
20484
20485 * emacs-lisp/shadow.el: Handle compressed files.
20486
20487 2005-11-19 Romain Francoise <romain@orebokech.com>
20488
20489 * net/browse-url.el (browse-url-default-browser): Signal an error
20490 if no usable browser can be found, rather than try to load w3.
20491
20492 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
20493
20494 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
20495 replacing existing properties.
20496 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
20497 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
20498 tty specs.
20499 (rcirc-server-prefix, rcirc-server): New faces.
20500 (rcirc-url-regexp): Generate with rx macro.
20501 (rcirc-last-server-message-time): New variable.
20502 (rcirc-filter): Record time of last message.
20503 (rcirc-keepalive): Kill processes that did not send a message
20504 since the last ping.
20505 (rcirc-mode): Give rcirc-topic a local binding here.
20506
20507 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
20508
20509 * subr.el (read-passwd): Fontify the prompt as we do with other
20510 prompts.
20511
20512 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
20513
20514 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
20515 binding buffer-read-only to nil.
20516
20517 2005-11-19 Eli Zaretskii <eliz@gnu.org>
20518
20519 * complete.el (partial-completion-mode):
20520 Mention completion-auto-help in the doc string.
20521
20522 * man.el (Man-highlight-references): Doc fix. Reformat code in a
20523 more Lisp-ish way.
20524
20525 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
20526
20527 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
20528 digits, not 8, to avoid misalignment for files larger than 100MB.
20529
20530 2005-11-19 Eli Zaretskii <eliz@gnu.org>
20531
20532 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
20533 Mention "keyboard shortcuts" in the help text.
20534
20535 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20536
20537 * startup.el (fancy-splash-default-action): Discard only
20538 mouse-down and succeeding mouse-up events in the splash screen
20539 window so that drag-n-drop event can be processed.
20540
20541 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
20542
20543 * longlines.el (longlines-mode): Add hacks for mail-mode and
20544 message-mode.
20545
20546 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
20547
20548 * textmodes/org.el (org-table-sort-lines): New command.
20549 (org-tbl-menu): Add entry for `org-table-sort-lines'.
20550 (org-add-file): Command removed, use `org-agenda-file-to-front'
20551 instead.
20552 (org-export-icalendar): Use `org-icalendar-combined-name'.
20553 (org-cycle-agenda-files, org-agenda-file-to-end)
20554 (org-agenda-file-to-front): New commands.
20555 (org-table-tab-jumps-over-hlines, org-export-html-style):
20556 New options.
20557 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
20558 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
20559 New functions.
20560 (org-fill-paragraph): Call `org-table-align' in tables.
20561 (org-mode): Call `org-set-autofill-regexps'.
20562 (org-export-as-html): Support for local handformatted lists.
20563 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
20564 (org-export-local-list-max-depth): New option.
20565 (org-html-expand): Use `org-html-protect'.
20566
20567 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
20568
20569 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
20570 to "p".
20571 (gdb): Move definition of gud-pp to...
20572
20573 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
20574 speedbar.
20575 (gdb-find-watch-expression): New function.
20576
20577 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
20578
20579 * faces.el (face-attribute, set-face-attribute): Mention existence
20580 of `:ignore-defface' setting in docstring.
20581
20582 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
20583
20584 * simple.el (completion-setup-function): Fix last change.
20585
20586 2005-11-17 John Paul Wallington <jpw@pobox.com>
20587
20588 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
20589 Use `posn-set-point' instead of `mouse-set-point' because the
20590 latter is not fbound when configured without X.
20591
20592 * comint.el (comint-insert-input): Likewise.
20593
20594 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
20595
20596 * simple.el (hard-newline): New variable.
20597 (sendmail-user-agent-compose, next-line): Use it.
20598
20599 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
20600 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
20601 (mail-mail-reply-to, mail-mail-followup-to)
20602 (mail-position-on-field, mail-signature, mail-yank-original)
20603 (mail-attach-file): Likewise.
20604
20605 * mail/mailheader.el (mail-header-format)
20606 (mail-header-format-function): Likewise.
20607
20608 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
20609
20610 2005-11-17 Juri Linkov <juri@jurta.org>
20611
20612 * font-lock.el (font-lock-faces): Rename this defgroup from
20613 `font-lock-highlighting-faces'.
20614 (font-lock-comment-face, font-lock-comment-delimiter-face)
20615 (font-lock-string-face, font-lock-doc-face)
20616 (font-lock-keyword-face, font-lock-builtin-face)
20617 (font-lock-function-name-face, font-lock-variable-name-face)
20618 (font-lock-type-face, font-lock-constant-face)
20619 (font-lock-warning-face, font-lock-negation-char-face)
20620 (font-lock-preprocessor-face)
20621 (font-lock-regexp-grouping-backslash)
20622 (font-lock-regexp-grouping-construct): Rename :group from
20623 `font-lock-highlighting-faces' to `font-lock-faces'.
20624
20625 * cus-edit.el (lisp, c, tex):
20626 * progmodes/ada-mode.el (ada):
20627 * progmodes/asm-mode.el (asm):
20628 * progmodes/cperl-mode.el (cperl-faces):
20629 * progmodes/cpp.el (cpp):
20630 * progmodes/dcl-mode.el (dcl):
20631 * progmodes/f90.el (f90):
20632 * progmodes/fortran.el (fortran):
20633 * progmodes/icon.el (icon):
20634 * progmodes/idlwave.el (idlwave-misc):
20635 * progmodes/m4-mode.el (m4):
20636 * progmodes/make-mode.el (makefile):
20637 * progmodes/meta-mode.el (meta-font):
20638 * progmodes/modula2.el (modula2):
20639 * progmodes/octave-mod.el (octave):
20640 * progmodes/pascal.el (pascal):
20641 * progmodes/perl-mode.el (perl):
20642 * progmodes/prolog.el (prolog):
20643 * progmodes/ps-mode.el (PostScript-edit):
20644 * progmodes/scheme.el (scheme):
20645 * progmodes/sh-script.el (sh-script):
20646 * progmodes/simula.el (simula):
20647 * progmodes/tcl.el (tcl):
20648 * textmodes/nroff-mode.el (nroff):
20649 * textmodes/reftex-vars.el (reftex-fontification-configurations):
20650 * textmodes/sgml-mode.el (sgml):
20651 * textmodes/texinfo.el (texinfo):
20652 Add :link (custom-group-link font-lock-faces) to defgroup.
20653
20654 * hi-lock.el (hi-lock): Rename this defgroup from
20655 `hi-lock-interactive-text-highlighting'. Change parent group from
20656 `faces' to `font-lock'. Add link to the manual.
20657 (hi-lock-mode, hi-lock-file-patterns-range)
20658 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
20659 `hi-lock-interactive-text-highlighting' to `hi-lock'.
20660 (hi-lock-faces): Add :group `faces'.
20661
20662 * cus-edit.el (custom-variable-prompt): Clarify the code.
20663
20664 * faces.el (face-read-string): Set the default value arg of
20665 completing-read.
20666
20667 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
20668
20669 * rfn-eshadow.el (file-name-shadow-properties)
20670 (file-name-shadow-tty-properties, file-name-shadow-mode):
20671 Remove autoloads, because the file is now preloaded.
20672
20673 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
20674
20675 * printing.el (easy-menu-intern): Don't define.
20676 (pr-get-symbol): Use easy-menu-intern only if defined.
20677
20678 * simple.el (blink-matching-open): Simplify a bit.
20679 (completion-setup-function): Fix the case of partial-completion-mode
20680 when the minibuffer's contents start with "-".
20681 Obey completion-base-size-function even when
20682 minibuffer-completing-file-name is non-nil.
20683
20684 2005-11-16 Richard M. Stallman <rms@gnu.org>
20685
20686 * net/eudcb-ph.el (eudc-ph-open-session):
20687 Use set-process-query-on-exit-flag.
20688
20689 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
20690
20691 * international/ucs-tables.el (ucs-set-table-for-input):
20692 Use make-local-variable, not make-variable-buffer-local.
20693
20694 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
20695 Improve warning message text.
20696
20697 * savehist.el (savehist-save-hook): Add :group.
20698
20699 * menu-bar.el (menu-bar-help-menu):
20700 Rename Find Extra Packages to External Packages.
20701
20702 * cus-edit.el (Custom-reset-standard): Verify that
20703 :custom-standard-value prop exists before calling it.
20704
20705 * apropos.el (apropos-calc-scores): Use apropos-pattern.
20706
20707 2005-11-16 Martin Rudalics <rudalics@gmx.at>
20708
20709 * wid-edit.el (color): Enclose %t in %{...%}.
20710
20711 * cus-edit.el (face): Enclose %t in %{...%}.
20712
20713 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
20714
20715 * savehist.el (savehist-mode-hook): Re-add the var.
20716 (savehist-mode): Use it.
20717
20718 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
20719
20720 * textmodes/flyspell.el: Fix commenting convention.
20721 Remove unnecessary leading * in custom docstrings.
20722 (flyspell-emacs): Remove unused var.
20723 (flyspell-delete-region-overlays): Use remove-overlays.
20724 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
20725 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
20726 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
20727 (flyspell-debug-signal-word-checked): Use with-current-buffer.
20728 (make-flyspell-overlay): Don't locally reuse a global name.
20729 (flyspell-highlight-incorrect-region)
20730 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
20731 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
20732 (flyspell-notify-misspell): Remove unused args `start' and `end'.
20733 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
20734 Wrap calls to accept-process-output inside with-local-quit since it's
20735 often called from a post-command-hook.
20736 (flyspell-correct-word, flyspell-auto-correct-word):
20737 Use ispell-send-string.
20738 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
20739
20740 * calendar/diary-lib.el (diary-list-entries): Also hide the
20741 terminating newline.
20742
20743 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
20744
20745 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
20746 window-system, to allow fonts on tty.
20747
20748 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
20749
20750 * progmodes/gud.el (gud-speedbar-item-info): New function.
20751 (gud-install-speedbar-variables): Use it to display data type
20752 of watch expression as a tooltip in speedbar.
20753
20754 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
20755
20756 * font-core.el (global-font-lock-mode): Add :version keyword,
20757 because default was changed.
20758
20759 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
20760
20761 * startup.el (command-line): Use `custom-reevaluate-setting' for
20762 `file-name-shadow-mode'.
20763
20764 * loadup.el: Preload rfn-eshadow.
20765
20766 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
20767 Add :version keyword.
20768 (file-name-shadow-properties, file-name-shadow-tty-properties)
20769 (file-name-shadow): Add :version keyword.
20770
20771 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
20772 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
20773 in the custom-group property of the symbol frames and the fringe
20774 group got no link to its parent group frames.
20775 Doc fix.
20776
20777 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20778
20779 * progmodes/gud.el (gud-stop-subjob): New function.
20780 (gud-menu-map, gud-tool-bar-map): Use it.
20781
20782 2005-11-16 Kim F. Storm <storm@cua.dk>
20783
20784 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
20785 than kill it.
20786 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
20787 to a more useful/logical place.
20788
20789 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20790
20791 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
20792 go buttons complementary.
20793
20794 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
20795
20796 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
20797 (rfn-eshadow-sifn-equal): New function.
20798 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
20799
20800 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
20801
20802 * emulation/viper-utils.el (viper-non-word-characters-reformed-vi):
20803 Quote `-' in string.
20804
20805 * emulation/viper.el (viper-emacs-state-mode-list): Ensure that
20806 rcirc-mode buffers come up in Emacs state.
20807
20808 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
20809 operation.
20810
20811 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
20812
20813 * term.el (term-termcap-format): Fix typos.
20814 (term-down): Fix the negative argument case.
20815
20816 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
20817
20818 * progmodes/gdb-ui.el: Remove face-alias left over from change on
20819 2005-08-15.
20820 (gdb-ann3): New command gud-go.
20821 (menu): Accomodate gdb-mi.el.
20822 (gdb-assembler-custom): Make buffer of selected window current
20823 so that set-window-point works.
20824
20825 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
20826 buttons and include new ones.
20827
20828 2005-11-16 Kim F. Storm <storm@cua.dk>
20829
20830 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
20831 (gud-menu-map): Use it.
20832
20833 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
20834
20835 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
20836 that works correctly for Custom and that does not override a user
20837 who disables it.
20838
20839 * help-mode.el (help-make-xrefs, help-xref-on-pp)
20840 (help-xref-interned, help-follow): Make hyperlinks for variables
20841 that are unbound, but have a non-nil variable-documentation property.
20842
20843 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
20844 mode hook. (It conflicted with defcustoms for some mode hooks.)
20845 Use the `variable-documentation' property to give the mode hook a
20846 docstring and expand that docstring.
20847
20848 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
20849
20850 * savehist.el (savehist-mode): Don't bother with
20851 `custom-set-minor-mode'.
20852 (savehist-coding-system): Check XEmacs version.
20853 (history-length): Declare also at run time.
20854 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
20855 Don't set the customize state.
20856 (savehist-minibuffer-hook): Special case for when
20857 minibuffer-history-variable is equal to t.
20858
20859 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
20860
20861 * files.el (write-file): Refresh VC status.
20862
20863 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
20864 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
20865 than fundamental-mode to see if the mode was set.
20866
20867 2005-11-14 Romain Francoise <romain@orebokech.com>
20868
20869 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
20870 dummy function in `eval-when-compile' to avoid compiler warning.
20871 Require `man' at compile time.
20872
20873 2005-11-14 Jay Belanger <belanger@truman.edu>
20874
20875 * calc/calc-alg.el (calcFunc-write-out-power): Rename it to
20876 calcFunc-powerexpand.
20877 (math-write-out-power): Rename it to math-powerexpand; have it
20878 handle negative exponents.
20879 (calc-writeoutpower): Rename it to calc-powerexpand.
20880
20881 * calc/calc-ext.el: Change calcFunc-writeoutpower and
20882 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
20883 autoloads.
20884 Add calcFunc-ldiv to autoloads.
20885
20886 * calc/calc-arith.el (calcFunc-ldiv): New function.
20887
20888 * calc/calc.el (calc-left-divide): New function.
20889
20890 2005-11-14 Juri Linkov <juri@jurta.org>
20891
20892 * cus-edit.el (custom-variable-prompt): Set the default value arg
20893 of completing-read.
20894
20895 * cus-dep.el (custom-make-dependencies): Reverse the list of
20896 found dependencies.
20897
20898 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
20899
20900 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
20901 Highlighting" entry, it is on by default now.
20902 (menu-bar-options-save): Do not save global-font-lock-mode.
20903
20904 2005-11-13 Richard M. Stallman <rms@gnu.org>
20905
20906 * textmodes/flyspell.el (flyspell-large-region):
20907 Call flyspell-accept-buffer-local-defs.
20908
20909 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
20910
20911 * textmodes/flyspell.el (flyspell-notify-misspell):
20912 Fix misspelling of "Misspelling".
20913 (flyspell-process-localwords): New function.
20914 (flyspell-large-region): Call flyspell-process-localwords and
20915 flyspell-delete-region-overlays.
20916 (flyspell-delete-region-overlays): New function.
20917 (flyspell-delete-all-overlays): Call that.
20918
20919 2005-11-13 Richard M. Stallman <rms@gnu.org>
20920
20921 * help.el (help-for-help-internal): Improve doc of C-h a.
20922 (describe-key): Improve prompt; doc fix.
20923
20924 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
20925
20926 * vc-svn.el (vc-svn-registered): Catch all errors.
20927
20928 * cus-dep.el (custom-make-dependencies): Typo.
20929
20930 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
20931
20932 * net/tramp-util.el (top): Fix compilation warning.
20933
20934 2005-11-13 Kim F. Storm <storm@cua.dk>
20935
20936 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
20937
20938 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
20939
20940 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
20941 (gud-speedbar-buttons): Match on "const char *" too.
20942
20943 * progmodes/gdb-ui.el (gdb-var-create-handler)
20944 (gdb-var-list-children-handler): Match on "const char *" too.
20945 (gdb-var-evaluate-expression-handler): Match on empty string.
20946 (gdb-var-update-handler): Only call
20947 gdb-var-evaluate-expression-handler when required.
20948
20949 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
20950
20951 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
20952 selected window. This still doesn't work for speedbar.
20953 (gud-speedbar-buttons): Handle string expressions properly.
20954
20955 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
20956 (gdb-var-create-handler): Handle string expressions properly.
20957 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
20958 Handle string expressions properly. Move "type" field into regexp.
20959
20960 2005-11-12 Karl Fogel <kfogel@red-bean.com>
20961
20962 * bookmark.el (bookmark-maybe-message): New function to reduce
20963 code duplication: invokes `message' iff baud-rate is high enough.
20964 (bookmark-write-file): Use above instead of an inline conditional.
20965 (bookmark-load): Same.
20966
20967 2005-11-12 Karl Fogel <kfogel@red-bean.com>
20968
20969 * bookmark.el (bookmark-write-file): Don't visit the destination
20970 file, just write the data to it using write-region. This is
20971 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
20972 change to avoid visiting the file in the first place.
20973
20974 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
20975
20976 * hi-lock.el (hi-lock-mode): Set the default value of
20977 font-lock-defaults.
20978
20979 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
20980
20981 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
20982 arg to `file-attributes'.
20983 (find-lisp-format): The UID and GID can now be strings.
20984
20985 2005-11-12 Kim F. Storm <storm@cua.dk>
20986
20987 * help.el (help-map): Bind C-h d to apropos-documentation.
20988
20989 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
20990 when point is at end-of-buffer.
20991
20992 * apropos.el (apropos-match-face): Doc fix.
20993 (apropos-sort-by-scores): Add new choice `verbose'.
20994 (apropos-documentation-sort-by-scores): New defcustom.
20995 (apropos-pattern): Now contains the pattern entered by the user.
20996 (apropos-pattern-quoted): New defvar.
20997 (apropos-regexp): New defvar, containing the regexp corresponding
20998 to apropos-pattern.
20999 (apropos-all-words-regexp): Rename from apropos-all-regexp.
21000 (apropos-read-pattern): New defun. Use it to read pattern arg in
21001 interactive calls; returns list of words for a word list, and
21002 string for a regexp.
21003 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
21004 parses a list of words or regexp as returned by apropos-read-pattern.
21005 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
21006 (apropos-score-doc): Return a very high score if the string
21007 entered by the user matches literally.
21008 (apropos-variable): Doc fix. Use apropos-read-pattern.
21009 (apropos-command): Doc fix. Use apropos-read-pattern and
21010 apropos-parse-pattern. Call apropos-print with nosubst=t.
21011 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
21012 apropos-parse-pattern.
21013 (apropos-documentation): Doc fix. Use apropos-read-pattern and
21014 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
21015 apropos-documentation-sort-by-scores. Call apropos-print with
21016 nosubst=t.
21017 (apropos-documentation-internal): Pass doc string through
21018 substitute-key-definition before adding text properties.
21019 Highlight substring matching literal user input if possible.
21020 (apropos-documentation-check-doc-file): Remove locals beg and end.
21021 Fix calculation of score (as added twice). Pass doc string through
21022 substitute-key-definition before adding text properties.
21023 (apropos-documentation-check-elc-file): Pass doc string through
21024 substitute-key-definition before adding text properties.
21025 Highlight substring matching literal user input if possible.
21026 (apropos-print): Add new arg NOSUBST; if set, command and variable
21027 doc strings have already been passed through substitute-key-definition.
21028 Add code to handle apropos-accumulator items without score element
21029 for backwards compatibility (e.g. with woman package).
21030 Only show scores if apropos-sort-by-scores is `verbose'.
21031
21032 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21033
21034 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
21035 Add jka-compr-load-suffixes to load-suffixes.
21036
21037 * jka-compr.el: Require jka-cmpr-hook.
21038 (jka-compr-info-compress-message, jka-compr-info-compress-program)
21039 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
21040 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
21041 (jka-compr-info-can-append, jka-compr-info-strip-extension)
21042 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
21043 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
21044 (jka-compr-uninstall): Remove entries from
21045 jka-compr-added-to-file-coding-system-alist after they are used.
21046 (jka-compr-error): Remove unused var `curbuf'.
21047 (jka-compr-file-local-copy): Remove unused var `notfound'.
21048
21049 2005-11-10 Romain Francoise <romain@orebokech.com>
21050
21051 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
21052
21053 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
21054
21055 * progmodes/gud.el (gud-menu-map): Move parentheses.
21056 (gdb): New command gud-pv.
21057
21058 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
21059
21060 * tar-mode.el: Remove spurious or unnecessary leading stars
21061 in docstrings.
21062 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
21063 (tar-parse-octal-integer-safe): Use mapc.
21064 (tar-header-block-summarize): Remove unused var `ck'.
21065 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
21066 cleared before. Obey default-enable-multibyte-characters.
21067 Use mapconcat. Simplify setting of tar-header-offset.
21068 (tar-mode-map): Move initialization inside delcaration.
21069 (tar-flag-deleted): Use `abs'.
21070 (tar-expunge-internal): Remove unused var `line'.
21071 (tar-expunge-internal): Don't hardcode point-min==1.
21072 (tar-expunge): Widen while doing set-buffer-multibyte.
21073 (tar-rename-entry): Use file-name-coding-system.
21074 (tar-alter-one-field): Don't hardcode point-min==1.
21075 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
21076 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
21077
21078 2005-11-10 Masatake YAMATO <jet@gyve.org>
21079
21080 * add-log.el (add-log-current-defun): Handle class::method
21081 notation of c++. Fix incorrect comment.
21082
21083 2005-11-10 Alan Mackenzie <acm@muc.de>
21084
21085 * help-fns.el (describe-variable): Make C-h v work when a variable
21086 has variable documentation yet is unbound.
21087
21088 2005-11-10 Masatake YAMATO <jet@gyve.org>
21089
21090 * man.el (Man-highlight-references): Set an empty
21091 string to `Man-arguments' if it is nil.
21092 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
21093
21094 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
21095
21096 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
21097 commenting conventions.
21098
21099 * cus-dep.el (custom-make-dependencies): Simplify.
21100 Better follow the commenting conventions.
21101
21102 2005-11-09 Richard M. Stallman <rms@gnu.org>
21103
21104 * apropos.el (apropos-pattern): Rename from apropos-regexp.
21105 (apropos-orig-pattern): Rename from apropos-orig-regexp.
21106 All uses changed.
21107 (apropos-rewrite-regexp): Doc fix.
21108 (apropos-variable, apropos-command, apropos, apropos-value):
21109 Change prompt; carry through the argument renaming.
21110
21111 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
21112
21113 * find-lisp.el: Require dired.
21114 (find-lisp-find-dired-internal): Do not call
21115 `abbreviate-file-name' on DIR.
21116
21117 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
21118
21119 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
21120
21121 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
21122
21123 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
21124 when using the speedbar.
21125 (gdb): New command gud-pp.
21126 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
21127
21128 2005-11-09 Juri Linkov <juri@jurta.org>
21129
21130 * replace.el (occur-excluded-properties): New defcustom.
21131 (occur-1, occur-engine, occur-accumulate-lines): Use it.
21132
21133 2005-11-08 Jay Belanger <belanger@truman.edu>
21134
21135 * calc/calc-units.el (math-convert-units): Replace any composite
21136 unit by its definition.
21137
21138 2005-11-08 Lars Hansen <larsh@soem.dk>
21139
21140 * emacs-lisp/autoload.el (update-directory-autoloads):
21141 Add obsolete function alias.
21142
21143 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
21144
21145 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
21146 comment-indent-function.
21147 (lisp-comment-indent): Replace by an alias for comment-indent-default.
21148
21149 * reveal.el (reveal-post-command): Rework the handling of
21150 reveal-open-spots, so as to be more reliable. There were several
21151 tricky corner cases where an open spot might be lost, or where
21152 a closed spot might end up on the list of open spots.
21153 Only reveal text that's ellipsised.
21154
21155 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
21156
21157 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
21158
21159 2005-11-07 John Paul Wallington <jpw@gnu.org>
21160
21161 * ibuffer.el (ibuffer): Search iconified frames too when
21162 getting Ibuffer buffer's window.
21163
21164 2005-11-06 Richard M. Stallman <rms@gnu.org>
21165
21166 * progmodes/compile.el (compilation-internal-error-properties):
21167 save-excursion around the computation of MARKER.
21168
21169 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
21170
21171 * textmodes/flyspell.el (flyspell-external-point-words):
21172 flyspell-get-word returns a list, not just a string.
21173
21174 2005-11-06 John Paul Wallington <jpw@pobox.com>
21175
21176 * ibuffer.el (ibuffer): Search all visible frames when getting
21177 Ibuffer buffer's window.
21178
21179 2005-11-07 Masatake YAMATO <jet@gyve.org>
21180
21181 * man.el (Man-reference-regexp): Accept spaces between
21182 `Man-name-regexp' and `Man-section-regexp'.
21183 (Man-apropos-regexp): New variable.
21184 (Man-abstract-xref-man-page): Use value for `Man-target-string'
21185 if available.
21186 (Man-highlight-references, Man-highlight-references0):
21187 Handle the case when `Man-arguments' includes "-k".
21188 (Man-highlight-references0): Rename the argument `TARGET-POS' to
21189 `TARGET'. `TARGET' can be a number, function or nil.
21190
21191 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
21192
21193 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
21194 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
21195 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
21196 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
21197 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
21198 (gdb-send-item): Use buffer-local-value and simplify.
21199
21200 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
21201
21202 * startup.el (command-line): Use `custom-reevaluate-setting' for
21203 `global-font-lock-mode'.
21204
21205 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
21206 by default, except in batch mode or when the -D option is given.
21207
21208 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
21209 specified keyword args on to `define-minor-mode'. Update docstring.
21210
21211 2005-11-05 Romain Francoise <romain@orebokech.com>
21212
21213 * replace.el (occur-engine): Add marker at end of line, too.
21214
21215 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
21216
21217 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21218 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21219 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21220 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21221 argument to all these routines, so the passphrase can be managed
21222 externally and passed in to the system.
21223 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21224 pgg-add-passphrase-to-cache function.
21225
21226 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21227 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21228 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21229 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21230 argument to all these routines, so the passphrase can be managed
21231 externally and passed in to the system.
21232 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21233 function.
21234
21235 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
21236
21237 * font-lock.el: Don't deal with font-lock-face-attributes here,
21238 move the code ...
21239
21240 * startup.el (command-line): ... here. Use face-spec-set instead
21241 of custom-declare-face.
21242
21243 * faces.el (face-spec-set): Reset the face if spec is not nil.
21244
21245 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
21246
21247 * newcomment.el (comment-region-internal): Box more tightly in the
21248 common case where there's no TAB in the boxed text.
21249
21250 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21251
21252 * info.el (info-tool-bar-map): Use images prev-node, next-node and
21253 up-node.
21254
21255 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
21256
21257 * net/newsticker.el: Commentary updated. Code formatting changed.
21258 (newsticker-version): Change to "1.9".
21259 (newsticker, newsticker-feed): Doc fix.
21260 (newsticker-url-list): Doc fix. Add option "Weekly".
21261 (newsticker-retrieval-interval): Add option "Weekly".
21262 (newsticker-headline-processing): Doc fix.
21263 (newsticker-auto-mark-filter): Remove.
21264 (newsticker-auto-mark-filter-list): New.
21265 (newsticker-layout, newsticker-sort-method): Doc fix.
21266 (newsticker-hide-old-items-in-newsticker-buffer)
21267 (newsticker-heading-format, newsticker-item-format)
21268 (newsticker-desc-format): Doc fix.
21269 (newsticker-show-all-rss-elements): Remove.
21270 (newsticker-show-all-news-elements): New.
21271 (newsticker-faces, newsticker-ticker): Doc fix.
21272 (remove-from-invisibility-spec): Code formatting.
21273 (newsticker--process-ids): New.
21274 (newsticker-mode): Doc fix.
21275 (newsticker-mode): Change mode-line-format.
21276 (newsticker-start): Remove debug output.
21277 (newsticker-start-ticker): Doc fix. Add autoload cookie.
21278 (newsticker-w3m-show-inline-images): Code formatting.
21279 (newsticker-next-item): Call `force-mode-line-update'.
21280 (newsticker-previous-item): Call `force-mode-line-update'.
21281 (newsticker-next-feed): Call `force-mode-line-update'.
21282 (newsticker-previous-feed): Call `force-mode-line-update'.
21283 (newsticker-mark-all-items-at-point-as-read): Code formatting.
21284 (newsticker-show-old-items): Do not show descs.
21285 (newsticker-hide-entry): Hide too much.
21286 (newsticker-hide-entry, newsticker-show-entry)
21287 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
21288 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
21289 (newsticker-toggle-auto-narrow-to-item): Code formatting.
21290 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
21291 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
21292 (newsticker-get-news): Call `force-mode-line-update'.
21293 Collect process ids.
21294 (newsticker--sentinel): Change coding system handling.
21295 Move image retrieval to new functions newsticker--get-logo-url-*.
21296 Move feed parsing to new functions newsticker--parse-*.
21297 Update list of process ids.
21298 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
21299 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
21300 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
21301 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
21302 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
21303 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
21304 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
21305 (newsticker--decode-coding-string): Remove.
21306 (newsticker--decode-numeric-entities): Check input. Format code.
21307 (newsticker--remove-whitespace): Check input.
21308 (newsticker--do-forget-preformatted): Doc fix.
21309 (newsticker--decode-rfc822-date): Allow for missing time.
21310 (newsticker--update-process-ids): New.
21311 (newsticker--image-sentinel): Change comment.
21312 (newsticker--image-read): Change error message.
21313 (newsticker--imenu-goto): Doc fix. Show headline title.
21314 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
21315 (newsticker--buffer-do-insert-text): Clean whitespace in
21316 html-rendered headline title. Code formatting.
21317 Call `newsticker--buffer-print-extra-elements'.
21318 (newsticker--buffer-print-extra-element): Remove.
21319 (newsticker--buffer-print-extra-elements): New.
21320 (newsticker--buffer-do-print-extra-element): New.
21321 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
21322 large sizes.
21323 (newsticker--run-auto-mark-filter)
21324 (newsticker--do-run-auto-mark-filter):
21325 Use `newsticker-auto-mark-filter-list'.
21326
21327 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
21328
21329 * net/rcirc.el: Use split-string OMIT-NULLS argument.
21330 (rcirc-print): Force redisplay before running hooks. Do long
21331 buffer truncation after making new text read-only. Deal with nil
21332 text when decoding strings. If TARGET is nil, use either the
21333 currently selected buffer, if it is an rcirc buffer and of the
21334 same process or the process buffer.
21335 (rcirc-mode): Remove header-line. Recompute short buffer names.
21336 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
21337 (rcirc-short-buffer-name): Add variable.
21338 (rcirc-kill-buffer-hook): Recompute short buffer names.
21339 Remove nick from private channel.
21340 (rcirc-send-input): Send command text to current-buffer.
21341 Don't clear overlay arrow here.
21342 (rcirc-short-buffer-name): Return a short buffer name.
21343 (rcirc-update-short-buffer-names, rcirc-abbreviate)
21344 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
21345 buffer-name abbreviations.
21346 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
21347 Do not touch nick-table when killing a parted channel.
21348 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
21349 Clear arrow from current buffer if it is now hidden.
21350 (rcirc-current-buffer): Add variable.
21351 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
21352 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
21353 Remove -face from names.
21354 (rcirc-update-activity-string): Print "DND" when globally ignoring
21355 activity.
21356 (rcirc-ignore-buffer-activity-flag): Rename from
21357 rcirc-ignore-channel-activity.
21358 (rcirc-ignore-all-activity-flag): Doc fix.
21359 (rcirc-channels): Remove variable.
21360 (rcirc-kill-buffer-hook):
21361 (rcirc-get-buffer-create): Add nick to private channel.
21362 (rcirc-multiline-edit-submit): Remove tabs.
21363 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
21364 folded.
21365 (rcirc-remove-nick-channel): Bug fix.
21366 (rcirc-toggle-ignore-buffer-activity): Rename from
21367 rcirc-toggle-ignore-channel-activity.
21368 (rcirc-record-activity): Add buffers to the front of the list.
21369 (rcirc-update-activity): Remove killed buffers from list.
21370 (rcirc-process-server-response-1): Remove last argument if it is
21371 null before calling handler.
21372 (rcirc): Add "rcirc" defcustom prefix.
21373 (rcirc-prompt): Simplify default prompt.
21374 Use custom-initialize-default.
21375 (rcirc-private-chats): Remove variable.
21376 (rcirc-prompt): Change initialization.
21377 (rcirc-version): Remove function.
21378 (rcirc-id-string): Add constant.
21379 (rcirc-last-buffer): Remove variable.
21380 (rcirc-buffer-alist): Add variable.
21381 (rcirc-connect): Update variable setup.
21382 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
21383 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
21384 default.
21385 (rcirc-handler-generic): Trigger activity.
21386 (rcirc-send-message): Create the buffor of the target.
21387 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
21388 (rcirc-get-buffer): Just return nil if there is no matching buffer.
21389 (rcirc-multiline-edit-cancel): Remove function.
21390 (rcirc-set-last-buffer): Remove function.
21391 (rcirc-get-any-buffer): Add function.
21392 (rcirc-join-channels): Don't print /join text.
21393 (rcirc-toggle-ignore-channel-activity): Add and update echo area
21394 messages.
21395 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
21396 (rcirc-handler-NOTICE): Recognize CTCP responses.
21397 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
21398 constructing TOPIC string for buffers we are not JOINed.
21399 (rcirc-handler-CTCP-response): Add handler.
21400 (rcirc-multiline-edit-submit): Restore the window-configuration
21401 before adjusting point.
21402 (rcirc): Add customization group.
21403 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
21404 (rcirc-user-full-name, rcirc-startup-channels-alist)
21405 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
21406 (rcirc-ignore-all-activity-flag, rcirc-time-format)
21407 (rcirc-input-ring-size, rcirc-read-only-flag)
21408 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
21409 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
21410 Change defvar to defcustom.
21411 (rcirc-update-prompt): Add optional ALL arg, which will update
21412 prompts in all rcirc buffers. Regexp quote replacement text.
21413 (rcirc-fill-column): Accept frame-width as a value.
21414 (rcirc-set-changed): Add function.
21415 (rcirc-next-active-buffer): Write more meaningful messages.
21416 (rcirc-faces): Add customization group.
21417 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
21418 (rcirc-nick-in-message-face, rcirc-prompt-face)
21419 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
21420 (with-rcirc-process-buffer): Move before first usage.
21421 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
21422 (rcirc-debug-flag): Rename from `rcirc-log-p'.
21423 (rcirc-debug): Rename from `rcirc-log'.
21424 (rcirc-format-response-string): Do not print `-' chars for a
21425 NOTICE with no sender. Simplify output of server responses.
21426
21427 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
21428
21429 (rcirc-browse-url-map, rcirc-browse-url-at-point)
21430 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
21431 Make urls mouse and RET clickable.
21432
21433 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
21434
21435 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
21436
21437 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
21438
21439 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
21440 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21441 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21442 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21443 argument to all these routines, so the passphrase can be managed
21444 externally and passed in to the system.
21445 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
21446 pgg-add-passphrase-to-cache function.
21447
21448 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
21449 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
21450 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
21451 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
21452 argument to all these routines, so the passphrase can be managed
21453 externally and passed in to the system.
21454 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
21455 function.
21456
21457 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
21458
21459 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
21460 from goto-address-url-regexp.
21461
21462 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
21463
21464 * textmodes/org.el (org-read-date, org-goto-calendar)
21465 (org-recenter-calendar, org-agenda-goto-calendar):
21466 Temporarily clear `calendar-move-hook'.
21467
21468 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
21469
21470 * ediff-merg.el (ediff-merge-region-is-non-clash):
21471 Return t, if not merging.
21472
21473 * ediff-util.el (ediff-previous-difference): Don't skip regions that
21474 have merge clashes.
21475
21476 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21477
21478 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21479 Undo previous change.
21480
21481 * startup.el (command-line): Use `custom-reevaluate-setting' for
21482 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
21483 tty-register-default-colors on Mac.
21484
21485 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
21486
21487 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
21488 (gdb-buffer-type): Make it automatically buffer local...
21489 (gdb-get-create-buffer): ...and set it accordingly.
21490 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
21491 actually work.
21492
21493 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
21494
21495 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
21496 not red.
21497
21498 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
21499
21500 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
21501 case GUD buffer is not visible.
21502 (gdb-goto-breakpoint): Try to force display in source buffer.
21503 (gdb-frame-gdb-buffer): Copy other similar functions.
21504 (gdb-restore-windows): Don't display source if not asked for.
21505 (gdb-assembler-buffer-name): Don't capitalise.
21506
21507 2005-11-03 Richard M. Stallman <rms@gnu.org>
21508
21509 * wid-edit.el (key-sequence): New widget type.
21510
21511 * simple.el (set-mark-command-repeat-pop): New variable.
21512 (set-mark-command): Only interpret plan C-@ after a pop as a pop
21513 if set-mark-command-repeat-pop is true.
21514
21515 * info.el (Info-fontify-node): Don't display extra "see" if there
21516 already is one here.
21517
21518 * mouse.el: Fix special handling of DEL after dragging a region:
21519 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
21520 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
21521
21522 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
21523
21524 * textmodes/ispell.el (ispell-command-loop): Change `i' description
21525 not to assume it pertains to an affix.
21526
21527 * textmodes/flyspell.el (flyspell-post-command-hook):
21528 Bind deactivate-mark to prevent deactivation.
21529
21530 2005-11-03 Lars Hansen <larsh@soem.dk>
21531
21532 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
21533 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
21534 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
21535
21536 2005-11-03 Romain Francoise <romain@orebokech.com>
21537
21538 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
21539 Update copyright years.
21540
21541 2005-11-03 Sam Steingold <sds@gnu.org>
21542
21543 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
21544 Use system-type instead of window-system because window-system is not
21545 correctly defined during loadup.
21546
21547 2005-11-02 Mark A. Hershberger <mah@everybody.org>
21548
21549 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
21550 (xml-parse-tag): Join strings separated by a comment properly.
21551
21552 2005-11-02 Andreas Schwab <schwab@suse.de>
21553
21554 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
21555
21556 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
21557
21558 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
21559 (byte-optimize-pure-func): Quote the eval'd value.
21560
21561 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
21562 Rename from perl-font-lock-syntactic-face-function.
21563 Change the calling convention so it can be used as a font-lock MATCHER.
21564 Do the parse-partial-sexp loop outselves.
21565 (perl-font-lock-syntactic-keywords): Use it.
21566 (perl-mode): Don't set font-lock-syntactic-face-function any more.
21567
21568 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
21569
21570 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
21571 disassembly buffer too.
21572 (gdb-exited): Remove overlay arrows when execution has finished.
21573 (gdb-info-frames-custom, gdb-info-threads-custom)
21574 (gdb-info-registers-custom): Don't add inappropriate text
21575 properties if inferior is not active.
21576
21577 2005-11-02 Glenn Morris <rgm@gnu.org>
21578
21579 * progmodes/fortran.el (fortran-blink-match):
21580 Use `blink-matching-delay'.
21581
21582 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
21583
21584 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
21585
21586 2005-11-02 Lars Hansen <larsh@soem.dk>
21587
21588 * net/tramp.el (tramp-action-out-of-band): Handle scp message
21589 "Permission denied".
21590
21591 2005-11-01 Richard M. Stallman <rms@gnu.org>
21592
21593 * textmodes/flyspell.el (flyspell-external-point-words):
21594 Pass nil to flyspell-get-word.
21595
21596 2005-11-02 Kim F. Storm <storm@cua.dk>
21597
21598 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
21599 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
21600
21601 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
21602
21603 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
21604 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
21605 (calendar-mouse-print-dates): Add optional `event' argument.
21606 Update interactive-spec.
21607 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
21608 Use `calendar-event-to-date' instead of `event'.
21609
21610 2005-11-02 Masatake YAMATO <jet@gyve.org>
21611
21612 * progmodes/ld-script.el (ld-script-builtins):
21613 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
21614 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
21615 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
21616
21617 2005-11-01 Romain Francoise <romain@orebokech.com>
21618
21619 * vc-sccs.el: Update copyright year.
21620 * ezimage.el: Likewise.
21621
21622 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
21623
21624 * info.el (Info-fontify-node): Use `string-width' for fontifying
21625 underlined titles.
21626
21627 2005-11-01 Juri Linkov <juri@jurta.org>
21628
21629 * info.el (Info-fontify-node): Downcase node header keywords Node,
21630 Prev, Next, Up before comparison.
21631 (Info-history): Insert absolute directory name, and put invisible
21632 property on it.
21633
21634 2005-11-01 Juri Linkov <juri@jurta.org>
21635
21636 * info.el (Info-file-supports-index-cookies): New variable.
21637 (Info-find-node-2): Check makeinfo version for index cookie support.
21638 (Info-index-nodes): Search for nodes with index cookies only when
21639 Info-file-supports-index-cookies is t. Otherwise, search nodes
21640 with "Index" in the node name.
21641 (Info-index-node): Search index cookie in the current node only when
21642 Info-file-supports-index-cookies is t. Otherwise, check the word
21643 "Index" in the node name.
21644 (Info-find-emacs-command-nodes): Remove code that searches nodes
21645 with "Index" node name in the top menu.
21646
21647 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
21648
21649 * progmodes/scheme.el (scheme-mode-variables): Use the default
21650 comment-indent-function.
21651
21652 * faces.el (face-attribute): Handle the case where a face inherits from
21653 a non-existent face.
21654
21655 * simple.el (eval-expression-print-format): Use lisp-readable syntax
21656 for octal and hexa output, and merge the char into the paren.
21657 (kill-new): Use push.
21658 (copy-to-buffer): Use with-current-buffer.
21659 (completion-setup-function): Move code in loop to remove redundancy.
21660 (minibuffer-local-must-match-map): Don't add bindings that duplicate
21661 those inherited from minibuffer-local-completion-map.
21662
21663 * savehist.el (savehist-mode) <defcustom>:
21664 Use custom-set-minor-mode if available.
21665 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
21666 and emit a message if applicable.
21667
21668 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
21669
21670 * savehist.el: Sync up to version 19.
21671 (savehist-mode): New minor mode.
21672 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
21673 (savehist-length): Remove (use history-length instead).
21674 (savehist-file-modes): Rename from savehist-modes.
21675 (savehist-save-hook, savehist-loaded): New vars.
21676 (savehist-load): Use savehist-mode. Try to smooth up transition from
21677 old format to new format.
21678 (savehist-install): Allow savehist-autosave-interval to be nil.
21679 (savehist-save): Run the new hook. Be more careful to only trim the
21680 history variables.
21681 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
21682 (savehist-printable): Print into a buffer rather than char-by-char.
21683
21684 2005-11-01 John Wiegley <johnw@newartisans.com>
21685
21686 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
21687 toggle-ignore keybinding (C-a). The author said it had been
21688 disabled much earlier due to a possible incompatibility, but after
21689 many months of usage I have encountered no problems (and it is a
21690 rather useful option, especially for switching to " *temp*").
21691
21692 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
21693 support for OS/X's AddressBook, by calling out to the open source
21694 program "contacts" (installable through Fink).
21695
21696 * net/eudc.el (eudc-expand-inline): If the
21697 `eudc-multiple-match-handling-method' is set to `all', delete the
21698 query string before inserting the query result.
21699
21700 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
21701 flag, to prevent Eshell from using the system ls when
21702 `eshell-ls-insert-directory' is in used.
21703 (eshell-ls-insert-directory): Disable font-lock in directory
21704 buffer so that Eshell's own fontification is seen. This broke
21705 recently due to changes in font-lock, so this goes back to version
21706 21 behavior.
21707
21708 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
21709
21710 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
21711 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
21712 (gdb-many-windows): Doc fix.
21713
21714 2005-10-31 Romain Francoise <romain@orebokech.com>
21715
21716 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
21717
21718 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
21719
21720 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
21721 that global-font-lock-mode can be enabled by default.
21722
21723 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
21724 (font-lock-add-keywords, font-lock-remove-keywords)
21725 (font-lock-fontify-buffer): Remove autoload cookies.
21726
21727 * jit-lock.el (jit-lock-register): Likewise.
21728
21729 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
21730
21731 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
21732
21733 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
21734 intact if there is no gud-comint-buffer.
21735
21736 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
21737
21738 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
21739 old prompt comint-prompt-read-only is t and GDB commands are
21740 issued from tool bar etc.
21741
21742 2005-10-31 Masatake YAMATO <jet@gyve.org>
21743
21744 * vc.el (vc-directory-exclusion-list): Add "{arch}".
21745
21746 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
21747
21748 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
21749 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
21750
21751 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
21752
21753 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
21754 starting at beginning of line. Fontification is messed up when
21755 `open-paren-in-column-0-is-defun-start' set to t.
21756 Reported by John Paul Wallington <jpw@pobox.com>.
21757
21758 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
21759
21760 * comint.el (comint-send-input): Call `comint-update-fence' when
21761 `comint-process-echoes' and `comint-prompt-read-only' are both
21762 non-nil, to avoid leftover read-only newline.
21763
21764 2005-10-30 Richard M. Stallman <rms@gnu.org>
21765
21766 * textmodes/flyspell.el (flyspell-external-point-words):
21767 Detect when WORD can't be checked properly because
21768 flyspell-get-word finds just part of it, and move on.
21769
21770 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
21771 boundarychar for Polish.
21772 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
21773 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
21774
21775 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
21776
21777 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
21778 (gdb-registers-font-lock-keywords): Delete.
21779 (gdb-registers-mode): Don't fontify.
21780 (gdb-info-registers-custom): Use text properties instead as, in
21781 future, changed register values will use font-lock-warning-face.
21782 (gdb-local-font-lock-keywords): Rename to...
21783 (gdb-locals-font-lock-keywords): ...for consistency.
21784
21785 2005-10-30 Andre Spiegel <spiegel@gnu.org>
21786
21787 * vc.el (vc-switch-backend): Better error message if the buffer is
21788 not visiting a file under version control.
21789
21790 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
21791
21792 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
21793
21794 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
21795 ~/.emacs.d/.emacs.
21796
21797 2005-10-29 Richard M. Stallman <rms@gnu.org>
21798
21799 * replace.el (occur-mode-mouse-goto): Always go to other window.
21800 (occur-mode-goto-occurrence): Always switch in same window.
21801
21802 * simple.el (undo): Display message at end, not at start.
21803
21804 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
21805 New arg REUSE-CELL.
21806 (cancel-timer-internal): New function.
21807 (timer-event-handler): Use cancel-timer-internal,
21808 and pass the cell it returns to timer-activate...
21809
21810 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
21811 (jit-lock-deferred-fontify, jit-lock-context-fontify)
21812 (jit-lock-after-change): Test memory-full.
21813
21814 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
21815
21816 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21817 part of the decoded armor to find the key-identifier.
21818 (pgg-gpg-lookup-key-owner): New function to return the
21819 human-readable identifier of a key owner.
21820 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21821 key itself.
21822 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21823 the key value) if we have a key and can match it against a secret
21824 key. Also, added a note pointing out fact that the prompt only
21825 indicates the first matching key.
21826
21827 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21828 pgg-decrypt-region.
21829 (pgg-pending-timers): A new hash for tracking the passphrase cache
21830 timers, so that new ones supercede old ones.
21831 (pgg-add-passphrase-to-cache): Rename from
21832 `pgg-add-passphrase-cache' to reduce confusion (all callers
21833 changed). Modified to cancel old timers when new ones are added.
21834 (pgg-remove-passphrase-from-cache): Rename from
21835 `pgg-remove-passphrase-cache' to reduce confusion (all callers
21836 changed). Modified to cancel old timers when their keys are
21837 removed from the cache.
21838 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21839 XEmacs, an indirection to delete-itimer.
21840 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21841 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21842 users can only check cache without risk of prompting. Correct bug in
21843 notruncate behavior.
21844 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21845 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21846 Add informative docstrings.
21847 (pgg-decrypt): Convey provided passphrase in subordinate call to
21848 pgg-decrypt-region.
21849
21850 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21851 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21852 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21853 `passphrase' argument, so the passphrase can be managed externally
21854 and then passed in to the system.
21855
21856 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21857 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21858 so the passphrase cache can be used reliably with identifiers
21859 besides a pgp packet's key id.
21860
21861 * pgg-gpg.el (pgg-pgp-encrypt-region)
21862 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21863 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21864 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21865 argument to all these routines, so the passphrase can be managed
21866 externally and passed in to the system.
21867
21868 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21869 `notruncate' argument, so the passphrase cache can be used
21870 reliably with identifiers besides a pgp packet's key id.
21871
21872 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
21873
21874 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21875 symmetric encryption.
21876 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21877 encrypted session key.
21878 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21879 message ask for the passphrase in a proper way.
21880
21881 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21882 New user commands for symmetric encryption.
21883
21884 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
21885
21886 * textmodes/conf-mode.el (conf-assignment-sign)
21887 (conf-assignment-regexp): Fix docstrings.
21888 (conf-mode-initialize): New function.
21889 (conf-mode): Remove optional args. Use delay-mode-hooks to
21890 recognize recursive calls.
21891 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
21892 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
21893 (conf-xdefaults-mode): Use define-derived-mode and
21894 conf-mode-initialize.
21895
21896 2005-10-29 Romain Francoise <romain@orebokech.com>
21897
21898 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
21899
21900 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
21901
21902 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
21903 part of the decoded armor to find the key-identifier.
21904 (pgg-gpg-lookup-key-owner): New function to return the
21905 human-readable identifier of a key owner.
21906 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
21907 key itself.
21908 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
21909 the key value) if we have a key and can match it against a secret
21910 key. Also, added a note pointing out fact that the prompt only
21911 indicates the first matching key.
21912
21913 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
21914 pgg-decrypt-region.
21915 (pgg-pending-timers): A new hash for tracking the passphrase cache
21916 timers, so that new ones supercede old ones.
21917 (pgg-add-passphrase-to-cache): Rename from
21918 `pgg-add-passphrase-cache' to reduce confusion (all callers
21919 changed). Modified to cancel old timers when new ones are added.
21920 (pgg-remove-passphrase-from-cache): Rename from
21921 `pgg-remove-passphrase-cache' to reduce confusion (all callers
21922 changed). Modified to cancel old timers when their keys are
21923 removed from the cache.
21924 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
21925 XEmacs, an indirection to delete-itimer.
21926 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
21927 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
21928 users can only check cache without risk of prompting. Correct bug in
21929 notruncate behavior.
21930 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
21931 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21932 Add informative docstrings.
21933 (pgg-decrypt): Convey provided passphrase in subordinate call to
21934 pgg-decrypt-region.
21935
21936 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
21937
21938 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
21939 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
21940 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
21941 `passphrase' argument, so the passphrase can be managed externally
21942 and then passed in to the system.
21943
21944 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
21945 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
21946 so the passphrase cache can be used reliably with identifiers
21947 besides a pgp packet's key id.
21948
21949 * pgg-gpg.el (pgg-pgp-encrypt-region)
21950 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
21951 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
21952 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
21953 argument to all these routines, so the passphrase can be managed
21954 externally and passed in to the system.
21955
21956 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
21957 `notruncate' argument, so the passphrase cache can be used
21958 reliably with identifiers besides a pgp packet's key id.
21959
21960 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
21961
21962 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
21963 symmetric encryption.
21964 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
21965 encrypted session key.
21966 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
21967 message ask for the passphrase in a proper way.
21968
21969 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
21970 New user commands for symmetric encryption.
21971
21972 2005-10-28 Bill Wohler <wohler@newt.com>
21973
21974 * help-mode.el (help-url): New button type. Calls browse-url.
21975 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
21976 Similar to Info nodes: URL `url'.
21977 (help-make-xrefs): Create help-url buttons for
21978 help-xref-url-regexp matches.
21979
21980 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
21981
21982 * tool-bar.el (tool-bar-add-item-from-menu)
21983 (tool-bar-local-item-from-menu): Fix doc strings.
21984
21985 2005-10-28 Romain Francoise <romain@orebokech.com>
21986
21987 * ldefs-boot.el: Update.
21988
21989 * subr.el (locate-library): Move from help-fns.el.
21990 * help-fns.el (locate-library): Move to subr.el.
21991
21992 2005-10-28 Richard M. Stallman <rms@gnu.org>
21993
21994 * net/tramp.el (tramp-completion-mode): defvar moved up.
21995
21996 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
21997
21998 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
21999
22000 * files.el (find-file-noselect): Use %d to format large file size.
22001
22002 * bindings.el (mode-line-format): Add %e.
22003
22004 * loadup.el ("facemenu"): Load unconditionally.
22005 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
22006 ("x-dnd"): Load, when appropriate.
22007
22008 * startup.el (command-line): Call before-init-hook earlier.
22009 Warn about some bad characters in -u user name.
22010
22011 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
22012 (flyspell-external-point-words): Error if misspelled word is not found.
22013 Set flyspell-large-region-beg at end of word.
22014
22015 2005-10-28 Andreas Schwab <schwab@suse.de>
22016
22017 * view.el (View-revert-buffer-scroll-page-forward):
22018 Use view-page-size-default.
22019
22020 2005-10-28 Juri Linkov <juri@jurta.org>
22021
22022 * international/quail.el (quail-get-current-str): Translate last
22023 raw character for deterministic input methods.
22024
22025 2005-10-27 Jay Belanger <belanger@truman.edu>
22026
22027 * calc/calc-ext.el: Add functions to autoloads.
22028 (math-identity-matrix-p, math-ident-row-p): New functions.
22029
22030 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
22031 multiplication by an identity matrix; don't turn multiplication by
22032 an inverse matrix into division.
22033 (math-div-symbol-fancy): Replace division by matrices with
22034 multiplication by inverse.
22035
22036 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
22037
22038 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
22039 (calc-writeoutpower): New functions.
22040
22041 2005-10-27 Romain Francoise <romain@orebokech.com>
22042
22043 * replace.el (occur-engine): Include colon in mouse-face highlight.
22044
22045 * dired-x.el: Change Maintainer field.
22046
22047 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
22048
22049 * longlines.el (longlines-mode): Bind after-change-functions to
22050 nil during initial decoding and final encoding.
22051
22052 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
22053
22054 * term.el (term-emulate-terminal, term-handle-colors-array)
22055 (term-handle-ansi-escape): Specify the terminfo capabilities
22056 implemented.
22057
22058 2005-10-26 Richard M. Stallman <rms@gnu.org>
22059
22060 * info.el (Info-fontify-node): Fix detection of sentence-break
22061 before *Note.
22062
22063 2005-10-26 Romain Francoise <romain@orebokech.com>
22064
22065 * smerge-mode.el: Add `tools' to file keywords.
22066
22067 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
22068
22069 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
22070 when the fringe is not available.
22071
22072 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
22073 (def-gdb-auto-update-trigger): Simplify construction.
22074 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
22075 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
22076 defined explicitly.
22077 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
22078 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
22079 defined explicitly.
22080 (gdb-info-locals-custom): Remove as it's a no-op.
22081
22082 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
22083
22084 * longlines.el (longlines-mode): Remove narrowing before
22085 performing the initial decoding or final encoding.
22086
22087 2005-10-25 Romain Francoise <romain@orebokech.com>
22088
22089 * emacs-lisp/find-func.el (find-library-name): Also strip
22090 extension if library name ends in .el, to take advantage of
22091 `find-library-suffixes'.
22092
22093 2005-10-25 Richard M. Stallman <rms@gnu.org>
22094
22095 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
22096
22097 2005-10-25 Juri Linkov <juri@jurta.org>
22098
22099 * textmodes/texinfo.el (texinfo-mode): Change charset of one
22100 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
22101
22102 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
22103
22104 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
22105 (blackbox-redefine-key): Add argument `map'.
22106
22107 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
22108 regions when moving the jit-lock-context-unfontify-pos boundary.
22109
22110 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
22111
22112 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
22113
22114 2005-10-25 Masatake YAMATO <jet@gyve.org>
22115
22116 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
22117
22118 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
22119
22120 * play/blackbox.el (blackbox-redefine-key): New function.
22121 (blackbox-mode-map): Use it to remap existing bindings for cursor
22122 motion instead of binding literal keys.
22123
22124 2005-10-25 Glenn Morris <rgm@gnu.org>
22125
22126 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
22127 diary does not end in a newline. Do not assume a blank line at
22128 the start of the diary file.
22129
22130 2005-10-25 Kenichi Handa <handa@m17n.org>
22131
22132 * international/quail.el (quail-translate-key): If the input
22133 method is deterministic and failed to handle the last key, restart
22134 the key handling loop from an appropriate key.
22135
22136 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
22137
22138 * vc.el (vc-dired-mode): Extend comment for binding of
22139 `directory-listing-before-filename-regexp'.
22140
22141 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
22142
22143 * textmodes/texinfo.el (texinfo-mode):
22144 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
22145 not to unnecessarily expose emacs-mule's internal char codes.
22146
22147 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
22148
22149 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
22150 Display hand pointer and help-echo on disabled icon too.
22151 (gdb-mouse-until): New function.
22152 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
22153
22154 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
22155
22156 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
22157 with 2005-10-23 change to doctor.el.
22158
22159 * finder.el (finder-mode-map): Add follow-link binding.
22160
22161 2005-10-25 Kim F. Storm <storm@cua.dk>
22162
22163 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
22164 to gdb-mouse-toggle-breakpoint-fringe.
22165 (gdb-mouse-toggle-breakpoint-margin): Rename from
22166 gdb-mouse-toggle-breakpoint. Fix doc.
22167 (gdb-mouse-toggle-breakpoint-fringe): New defun.
22168 (gdb-put-string): Add optional SPROPS arg. Add props to string.
22169 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
22170 string properties also for fringe breakpoint bitmaps.
22171
22172 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
22173
22174 * textmodes/org.el (org-start-icalendar-file): Fix format form.
22175
22176 2005-10-25 Masatake YAMATO <jet@gyve.org>
22177
22178 * simple.el (completion-common-substring):
22179 Use `completion-common-substring' prior to `completion-base-size'.
22180
22181 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
22182
22183 * savehist.el: Require CL while compiling.
22184 (savehist-history-variables): Remove.
22185 (savehist-save-minibuffer-history, savehist-additional-variables)
22186 (savehist-minibuffer-history-variables): New vars.
22187 (savehist-save): Use them.
22188 (savehist-uninstall, savehist-minibuffer-hook): New funs.
22189 (savehist-install): New fun, extracted from savehist-load.
22190 (savehist-load): Use them.
22191
22192 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
22193
22194 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
22195 a dummy doc-string-elt property.
22196 (defalias, defvaralias, define-category): Add a docstring property.
22197
22198 * image.el (defimage):
22199 * widget.el (define-widget):
22200 * custom.el (defface, defcustom): Add `doc-string' declaration.
22201
22202 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
22203 (defadvice): Add `doc-string' declaration.
22204
22205 * emacs-lisp/byte-run.el (macro-declaration-function):
22206 Handle `doc-string' declarations.
22207 (define-obsolete-function-alias, define-obsolete-variable-alias):
22208 Add `doc-string' declaration.
22209
22210 2005-10-24 Kenichi Handa <handa@m17n.org>
22211
22212 * international/utf-7.el (utf-7): Add autoload cookie.
22213
22214 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
22215
22216 2005-10-24 Eli Zaretskii <eliz@gnu.org>
22217
22218 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
22219 list of directories passed to batch-update-autoloads. Add "." to
22220 the list of the echoed directories.
22221
22222 * pgg-def.el:
22223 * pgg-gpg.el:
22224 * pgg-parse.el:
22225 * pgg-pgp.el:
22226 * pgg-pgp5.el:
22227 * pgg.el: Moved here from the gnus subdirectory.
22228
22229 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
22230
22231 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
22232 in case comint-prompt-read-only is set to t.
22233
22234 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
22235 in case comint-prompt-read-only is set to t.
22236
22237 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
22238
22239 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
22240 Now a string.
22241 (icalendar-import-format): Handle CLASS, STATUS, URL.
22242 Rename `subject' to `summary'.
22243 (icalendar-import-format-summary): Rename from
22244 `icalendar-import-format-subject'.
22245 (icalendar-import-format-url, icalendar-import-format-status)
22246 (icalendar-import-format-class): New variables.
22247 (icalendar--rris): Take variable argument list.
22248 (icalendar--datestring-to-isodate): Remove unnecessary
22249 calendar-style check when converting dates with explicit month names.
22250 (icalendar-export-region): Change return type of conversion
22251 subroutines. Bury current buffer unless error occurred.
22252 (icalendar--convert-to-ical)
22253 (icalendar--parse-summary-and-rest): New functions.
22254 (icalendar--convert-ordinary-to-ical)
22255 (icalendar--convert-weekly-to-ical)
22256 (icalendar--convert-yearly-to-ical)
22257 (icalendar--convert-block-to-ical)
22258 (icalendar--convert-cyclic-to-ical)
22259 (icalendar--convert-anniversary-to-ical): Change return type.
22260 Strip trailing blanks from subject.
22261 (icalendar--convert-sexp-to-ical): Change return type.
22262 Strip trailing blanks from subject. Handle simple sexp
22263 entries as generated by icalendar.el.
22264 (icalendar--convert-float-to-ical)
22265 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
22266 (icalendar-import-file): Doc fix.
22267 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
22268 Correct call to icalendar--rris.
22269 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
22270 `summary'.
22271 (icalendar--add-diary-entry): Rename `subject' to `summary'.
22272
22273 2005-10-24 Romain Francoise <romain@orebokech.com>
22274
22275 * server.el (server-sentinel): Set query-on-exit flag to nil on
22276 new client processes (it isn't inherited from the server process).
22277
22278 * replace.el (occur-engine): Rearrange text properties.
22279
22280 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
22281
22282 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
22283 case-fold-search is nil.
22284 (debug-help-follow): Use help-xref-interned directly.
22285
22286 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
22287
22288 * thumbs.el (thumbs-image-type): Add .pbm.
22289
22290 2005-10-23 Richard M. Stallman <rms@gnu.org>
22291
22292 * faces.el (inhibit-face-set-after-frame-default): New variable.
22293 (set-face-attribute): Bind it.
22294 (face-set-after-frame-default): Test it.
22295
22296 * help-fns.el (describe-simplify-lib-file-name): New function.
22297 (describe-function-1, describe-variable): Use it.
22298
22299 * faces.el (describe-face): Use describe-simplify-lib-file-name.
22300
22301 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
22302 Eliminate nil as possible value.
22303 (tooltip-hide-delay): Reduce internal-border-width.
22304
22305 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
22306 (menu-bar-file-menu) <new-file>: Likewise.
22307
22308 * simple.el (line-move-finish): Ignore fields computing LINE-END.
22309
22310 * international/mule.el (load-with-code-conversion):
22311 Pass full file name to `eval-buffer' unless preloading.
22312
22313 * textmodes/flyspell.el (flyspell-large-region):
22314 Call ispell-check-version.
22315
22316 * textmodes/ispell.el (ispell-local-dictionary-overridden):
22317 Fix the make-variable-buffer-local call that was supposed
22318 to be for this variable.
22319 (ispell-aspell-supports-utf8): Doc fix.
22320 (ispell-find-aspell-dictionaries): Preserve elements of
22321 ispell-dictionary-alist for dictionaries that aspell doesn't report.
22322 (ispell-aspell-find-dictionary): Return nil on error.
22323
22324 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
22325 (doctor-symptoms): Likewise.
22326
22327 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
22328
22329 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
22330
22331 * cus-edit.el (custom-button, custom-button-pressed): New vars.
22332 (custom-raised-buttons): Add :set spec.
22333 (custom-button-unraised, custom-button-pressed-unraised):
22334 New faces, so that custom-raised-buttons actually does something.
22335 (custom-mode): Use custom-button and custom-button-pressed.
22336
22337 * wid-edit.el (widget-specify-button): Don't ignore
22338 widget-mouse-face on graphic terminals.
22339 (widget-move-and-invoke): Cleanup.
22340
22341 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
22342
22343 * whitespace.el (whitespace-cleanup): Doc fix.
22344
22345 2005-10-23 Romain Francoise <romain@orebokech.com>
22346
22347 * emulation/viper.el (viper-set-hooks): Quote forms passed to
22348 `eval-after-load' to avoid evaluating their result.
22349
22350 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
22351
22352 * files.el (directory-listing-before-filename-regexp):
22353 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
22354
22355 * dired.el (dired-move-to-filename-regexp): Remove.
22356 All occurrences replaced by `directory-listing-before-filename-regexp'.
22357
22358 * dired-x.el, locate.el, vc.el:
22359 Replace `dired-move-to-filename-regexp' by
22360 `directory-listing-before-filename-regexp'. In vc.el it is
22361 overwritten locally; maybe this can be handled in files.el too.
22362
22363 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
22364 replaced by `directory-listing-before-filename-regexp'.
22365
22366 2005-10-23 Andreas Schwab <schwab@suse.de>
22367
22368 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
22369 and eval-next-after-load.
22370
22371 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
22372
22373 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
22374 exist, create it.
22375
22376 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
22377
22378 * allout.el: Remove autoloads for mailcrypt and crypt++.
22379 Require pgg, pgg-gpg during compilation.
22380 (allout-version): Increment version number to 2.1, and use a literal
22381 rather than RCS Id.
22382 (allout-default-encryption-scheme): Remove.
22383 (allout-passphrase-verifier-handling)
22384 (allout-passphrase-verifier-string)
22385 (allout-file-passphrase-verifier-string)
22386 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
22387 (allout-passphrase-hint-handling): Rename and simplify.
22388 (allout-init): Use `find-file-hook' if available, otherwise
22389 `find-file-hooks'.
22390 (allout-mode): Use `write-file-functions' if available, otherwise
22391 `local-write-file-hooks' and, instead of making auto-save-hook
22392 buffer local, make the write-file-hook activity contingent to
22393 allout-mode.
22394 (allout-mode): Use key-binding substitution in the docstring.
22395 (allout-kill-line): Spell-out kill ring data structure mutation
22396 instead of using byte-compiler-complaint-provoking `pop'.
22397 (allout-insert-listified): Use `insert' rather than `insert-string'
22398 (allout-toggle-current-subtree-encryption): Update docstring, adjust
22399 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
22400 (allout-encrypt-string): Totally revamped vis new underlying
22401 encryption facilities.
22402 (allout-mc-activate-passwd): Remove.
22403 (allout-obtain-passphrase): New, more or less replaces
22404 allout-mc-activate-passwd.
22405 (allout-encrypted-key-info): More or less replaces
22406 allout-encrypted-text-type.
22407 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
22408 (my-mark-marker): Use `(featurep 'xemacs)'.
22409
22410 2005-10-23 Lars Hansen <larsh@soem.dk>
22411
22412 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
22413 (byte-compile-file-form-defmumble, byte-compile-defun)
22414 (byte-compile-defmacro): Use it.
22415 (byte-compile-form): Don't call byte-compile-set-symbol-position
22416 when a byte-compile handler is called.
22417
22418 2005-10-22 Romain Francoise <romain@orebokech.com>
22419
22420 * savehist.el (savehist-history-variables): Add `grep-find-history'.
22421
22422 * subr.el (eval-after-load): Convert library name to an absolute
22423 file name using locate-library, since load-history no longer has
22424 library names in it.
22425
22426 2005-10-22 Richard M. Stallman <rms@gnu.org>
22427
22428 * files.el (make-temp-file): Move from subr.el.
22429 * subr.el (make-temp-file): Move to files.el.
22430
22431 * window.el (get-buffer-window-list): Move from subr.el.
22432 * subr.el (get-buffer-window-list): Move to window.el.
22433
22434 * image.el (image-load-path): Use eval-at-startup to initialize.
22435
22436 * subr.el (eval-at-startup): New macro.
22437
22438 * subr.el: Much rearrangement of functions and division
22439 into pages. No code changes.
22440
22441 2005-10-22 Kenichi Handa <handa@m17n.org>
22442
22443 * tar-mode.el (tar-extract): Be sure to call
22444 find-operation-coding-system if set-auto-coding doesn't find a
22445 coding system.
22446
22447 2005-10-22 Kim F. Storm <storm@cua.dk>
22448
22449 * image.el (image-type-header-regexps): Rename from image-type-regexps.
22450 Change users.
22451 (image-type-file-name-regexps): New defconst.
22452 (image-type-from-data): Simplify loop.
22453 (image-type-from-buffer): New defun.
22454 (image-type-from-file-header): Use it instead of image-type-from-data.
22455 Use image-search-load-path instead of only looking in data-directory.
22456 (image-type-from-file-name): New defun.
22457 (image-search-load-path): Change `pathname' to `filename'.
22458 Make PATH arg optional, default to image-load-path.
22459
22460 2005-10-21 Richard M. Stallman <rms@gnu.org>
22461
22462 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
22463
22464 * textmodes/paragraphs.el (sentence-end-base): New variable.
22465 (sentence-end): Use sentence-end-base.
22466
22467 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
22468
22469 * font-lock.el (font-lock-default-fontify-region): Check the multiline
22470 property independently from the font-lock-multiline variable.
22471
22472 2005-10-21 Richard M. Stallman <rms@gnu.org>
22473
22474 * emacs-lisp/find-func.el (find-library-name): Doc fix.
22475
22476 * startup.el (command-line): Convert library names
22477 in `load-history' to absolute file names.
22478
22479 * subr.el (symbol-file): Doc fix.
22480
22481 * loadhist.el (file-loadhist-lookup): Call locate-library
22482 instead of find-library-name. Don't try converting
22483 abs file names to library names, since load-history no longer
22484 has library names in it.
22485 (file-dependents, file-provides, file-requires): Doc fixes.
22486
22487 2005-10-21 Juri Linkov <juri@jurta.org>
22488
22489 * progmodes/etags.el (tags-table-mode): New function.
22490 (tags-verify-table): Replace initialize-new-tags-table with
22491 tags-table-mode.
22492
22493 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
22494 default value.
22495 (desktop-modes-not-to-save): Add tags-table-mode to the
22496 default value.
22497
22498 * info.el (Info-index-next): Add total number of index
22499 alternatives to the message.
22500
22501 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
22502 backward only space (instead of space and period) before looking
22503 at sentence end.
22504
22505 * simple.el (set-variable): Use user-variable-p instead of symbolp.
22506 Add the old variable value as 4th default-value arg of read-string.
22507
22508 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22509
22510 * cus-face.el (custom-declare-face): Make face from X resources
22511 also on Mac.
22512
22513 * disp-table.el (standard-display-g1, standard-display-graphic):
22514 Refuse to use string glyphs also on Mac.
22515 (standard-display-european): Don't set terminal coding system also
22516 on Mac.
22517
22518 * frame.el (display-screens): Use x-display-screens also on Mac.
22519
22520 2005-10-21 Romain Francoise <romain@orebokech.com>
22521
22522 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
22523
22524 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
22525
22526 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
22527 and $? into sexps.
22528
22529 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
22530 warning face on open-paren-in-column-0.
22531
22532 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
22533 boundary case. Fix typo.
22534 Suggested by Martin Rudalics <rudalics@gmx.at>.
22535
22536 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
22537
22538 * textmodes/org.el (org-combined-agenda-icalendar-file)
22539 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
22540 (org-export-icalendar-this-file)
22541 (org-export-icalendar-all-agenda-files)
22542 (org-export-icalendar-combine-agenda-files): New commands.
22543 (org-export-icalendar, org-print-icalendar-entries)
22544 (org-start-icalendar-file, org-finish-icalendar-file)
22545 (org-ical-ts-to-string): New functions.
22546 (org-read-date, org-goto-calendar)
22547 (org-agenda-goto-calendar): Inhibit displaying diary entries by
22548 call to `calendar'.
22549 (orgtbl-setup): Remove the :keys arguments from the menu description.
22550 (org-after-save-iCalendar-file-hook): New variable.
22551
22552 2005-10-21 Kenichi Handa <handa@m17n.org>
22553
22554 * language/vietnamese.el (tcvn-5712): Make it an alias of
22555 vietnamese-tcvn coding-system.
22556
22557 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
22558
22559 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
22560 group id is given.
22561
22562 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
22563
22564 * progmodes/sh-script.el (sh-escaped-line-re): New var.
22565 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
22566 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
22567 whose line is either continued or ends with a comment.
22568
22569 2005-10-20 Romain Francoise <romain@orebokech.com>
22570
22571 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
22572
22573 * replace.el (occur-engine): Add follow-link property.
22574
22575 * font-core.el (font-lock-mode): Doc fix.
22576
22577 2005-10-20 Richard M. Stallman <rms@gnu.org>
22578
22579 * net/rcirc.el: New file.
22580
22581 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
22582
22583 * term.el (term-term-name): Initialize to "eterm-color".
22584
22585 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
22586
22587 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
22588 for encryption functionality.
22589 Move allout customization subgroup from `editing' to `outlines' group.
22590 Fix commentary keywords to legitimate ones.
22591 Update author info (using my current email address, obscurified).
22592 (allout-encrypt-string, allout-encryption-produce-work-buffer)
22593 (allout-encrypted-topic-p, allout-encrypted-text-type)
22594 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
22595 (allout-situate-encryption-key-verifier)
22596 (allout-get-encryption-key-verifier, allout-verify-key)
22597 (allout-next-topic-pending-encryption)
22598 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
22599 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
22600 (outline-key-verifier-handling, outline-key-hint-handling)
22601 (outline-encrypt-unencrypted-on-saves): New defcustoms.
22602 (allout-file-key-verifier-string, allout-encryption-scheme)
22603 (allout-key-verifier-string, allout-key-hint-string)
22604 (allout-after-save-decrypt): New variables.
22605 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
22606 (allout-after-saves-handler): New hook functions.
22607 (allout-post-command-business): Do allout-after-save-decrypt.
22608 (allout-enable-file-variable-adjustment): Custom var to enable
22609 mechanism for adding and adjusting settings of Emacs file variables.
22610 (allout-adjust-file-variable, allout-file-vars-section-data):
22611 New functions, implement the mechanism.
22612 (outlineify-sticky): Use the file vars mechanism.
22613 (allout-inhibit-protection, allout-during-write-cue)
22614 (allout-override-protect, allout-before-change-protect): Remove.
22615 (allout-flag-region, allout-open-topic): Adjust read-only text.
22616 (allout-open-line-not-read-only): Add to facilitate read-only
22617 text based protection.
22618 (allout-kill-line): Revise to adjust read-only text, clue the
22619 user about the inhibition.
22620 (allout-unprotected): Use unwind-protect.
22621 (allout-shift-in, allout-shift-out): Disallow manually shifting a
22622 topic deeper than the offspring depth of the previous topic -
22623 avoiding confusing "containment discontinuities".
22624 (allout-reindent-bodies): Fix retention of body relative hanging
22625 indent during promotion of collapsed bodies.
22626 (allout-open-topic): Make it easy to open new topic with same
22627 bullet as current topic - topic creation functions provided with
22628 any universal argument provokes now prompt for bullet, defaulting
22629 to the bullet of the previous topic.
22630 (allout-plain-bullets-string, allout-distinctive-bullets-string):
22631 Plain bullet alternates `.' period and `,' comma only. All other
22632 bullets are relegated to special status (but customizable).
22633 (allout-end-of-entry): Rename from allout-end-of-current-entry
22634 since it actually operates w.r.t. most immediately containing
22635 entry, visible or not.
22636 (allout-hide-current-entry, allout-show-current-entry): Use the
22637 revised version.
22638 (allout-old-expose-topic): Solidify deprecation.
22639 (allout-end-of-subtree): Add so we can span concealed as well
22640 as visible topics.
22641 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
22642 (allout-end-of-current-heading): Tweak to just respect the first line.
22643 (allout-get-body-text): Add.
22644 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
22645 when invoked interactively.
22646 (allout-up-current-level): Use `interactive-p'.
22647 (allout-mode, allout-init): Miscellaneous docstring and
22648 operational refinements, as well as hookups of new encryption stuff.
22649 (allout-beginning-of-current-entry): Now works as advertised.
22650 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
22651 (allout-isearch-rectification): Refine condition for isearching.
22652 (allout-isearch-abort, allout-enwrap-isearch)
22653 (allout-flag-region, my-region-active-p): Relocate some macros.
22654 (allout-title): Fallback title is (buffer-name), not
22655 non-existing (current-buffer-name).
22656 (subst-char-in-string): Define if absent (for some XEmacs versions).
22657
22658 2005-10-20 Jari Aalto <jari.aalto@cante.net>
22659
22660 * mail/sendmail.el (mail-setup-hook, mail-aliases)
22661 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
22662 (mail-citation-prefix-regexp, mail-signature-file)
22663 (mail-default-headers, mail-bury-selects-summary)
22664 (mail-send-nonascii): Add autoload cookies.
22665
22666 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
22667
22668 * frame.el (blink-cursor-mode): Add `mac' to the list of
22669 window-system's that support blinking cursor.
22670
22671 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
22672
22673 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
22674
22675 2005-10-20 Eli Zaretskii <eliz@gnu.org>
22676
22677 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
22678 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
22679 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
22680
22681 2005-10-20 Kim F. Storm <storm@cua.dk>
22682
22683 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
22684 (ido-set-current-directory): Don't add / after final @.
22685 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
22686 Explicitly handle ange-ftp completion oddities.
22687 (ido-make-file-list): Don't rotate list at tramp root to avoid
22688 triggering tramp file handler for expand-file-name via get-file-buffer.
22689
22690 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
22691
22692 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
22693
22694 2005-10-19 Jay Belanger <belanger@truman.edu>
22695
22696 * calc/calc-units.el (math-standard-units): Add units, adjust
22697 symbols and update values.
22698 (math-unit-prefixes): Add more prefixes.
22699
22700 2005-10-19 Romain Francoise <romain@orebokech.com>
22701
22702 * bookmark.el (bookmark-menu-heading): New face.
22703 (bookmark-bmenu-list): Use it.
22704 Don't fiddle with `baud-rate' at top-level.
22705
22706 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
22707
22708 * image.el (create-image, find-image): Mention max-image-size in
22709 docstring.
22710
22711 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
22712
22713 * savehist.el (savehist-load): Revert to checking XEmacs.
22714
22715 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
22716 Various docstring and line-width fixups.
22717 (conf-mode): Use cond.
22718 Set font-lock-defaults. Don't set comment-use-syntax.
22719
22720 2005-10-18 David Ponce <david@dponce.com>
22721
22722 * tree-widget.el (tree-widget-button-click): New function.
22723 (tree-widget-button-keymap): Use it.
22724
22725 2005-10-18 Romain Francoise <romain@orebokech.com>
22726
22727 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
22728 (bookmark-bmenu-hide-filenames): Add follow-link property.
22729 Improve help-echo text.
22730
22731 * ffap.el (find-file-at-point): Doc fix.
22732
22733 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22734
22735 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
22736
22737 2005-10-18 Masatake YAMATO <jet@gyve.org>
22738
22739 Install to the CVS repository what I forgot to install in my
22740 2005-10-16 changes.
22741
22742 * progmodes/python.el (python-complete-symbol): Pass the common
22743 prefix substring of completion to `display-completion-list'.
22744
22745 * textmodes/org.el (org-complete): Ditto.
22746
22747 2005-10-18 Masatake YAMATO <jet@gyve.org>
22748
22749 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
22750
22751 * woman.el (WoMan-xref-man-page): New button type derived
22752 from `Man-abstract-xref-man-page'.
22753 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
22754
22755 * man.el (Man-abstract-xref-man-page): New button type.
22756 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
22757 (Man-highlight-references): Add new optional argument `xref-man-type'.
22758
22759 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
22760
22761 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
22762
22763 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
22764
22765 * cus-edit.el (Custom-move-and-invoke): Delete.
22766 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
22767
22768 * wid-edit.el (widget-move-and-invoke): New function, from
22769 Custom-move-and-invoke.
22770
22771 2005-10-17 Bill Wohler <wohler@newt.com>
22772
22773 Move all remaining images from lisp/toolbar to etc/images, move
22774 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
22775 the low resolution images in their own directory (low-color).
22776
22777 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
22778 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
22779 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
22780 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
22781 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
22782 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
22783 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
22784
22785 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
22786 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
22787 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
22788 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
22789 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
22790 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
22791 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
22792 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
22793 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
22794 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
22795 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
22796 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
22797 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
22798 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
22799 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
22800
22801 To conform with convention, replace the underscore (_) in the
22802 following image names with dash (-) or (/) as appropriate.
22803
22804 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
22805 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
22806 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
22807 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
22808 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
22809 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
22810 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
22811 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
22812 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
22813 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
22814 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
22815 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
22816 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
22817 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
22818 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
22819
22820 * info.el (info-tool-bar-map): Replace underscores in image names
22821 with dashes.
22822
22823 * makefile.w32-in (WINS): Remove toolbar.
22824
22825 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
22826
22827 * tool-bar.el: Move to lisp from toolbar. Now that
22828 toolbar is empty, it should be deleted when folks run "cvs up -P".
22829
22830 2005-10-18 Jay Belanger <belanger@truman.edu>
22831
22832 * calc/calc-store.el (calc-store-into): Get the proper variable name
22833 to display in message.
22834
22835 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
22836
22837 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
22838 expressions display in speedbar for all buffers when debugging.
22839 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
22840
22841 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
22842 (speedbar-insert-button, speedbar-make-button):
22843 Use add-text-properties.
22844 (speedbar-update-localized-contents)
22845 (speedbar-update-directory-contents)
22846 (speedbar-update-special-contents): Use dolist.
22847 (speedbar-buffer-easymenu-definition): Add a menu separator.
22848
22849 2005-10-17 Jason Rumney <jasonr@gnu.org>
22850
22851 * makefile.w32-in: Use $(lisp) consistently.
22852 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
22853 for shell specific generation of mh-autoloads.
22854
22855 2005-10-17 Richard M. Stallman <rms@gnu.org>
22856
22857 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
22858
22859 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
22860
22861 * jit-lock.el (jit-lock-fontify-now):
22862 Move jit-lock-context-unfontify-pos to avoid wasted work.
22863
22864 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
22865
22866 * net/tramp.el (tramp-completion-mode): New defvar. Used in
22867 `tramp-completion-mode' for checking if we are in completion mode.
22868 (tramp-completion-handle-file-name-all-completions): Reorder code
22869 in order to complete for file names only in case there are no
22870 method/user/host completions. This is necessary for cooperation
22871 with ido. Reported by Kim F. Storm <storm@cua.dk>.
22872
22873 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
22874
22875 * longlines.el (longlines-search-forward)
22876 (longlines-search-backward): Match any number of spaces.
22877
22878 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
22879
22880 * diff-mode.el (diff-mode): Doc fix.
22881
22882 2005-10-16 David Reitter <david.reitter@gmail.com>
22883
22884 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
22885 as default on darwin and windows systems.
22886
22887 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
22888
22889 * arc-mode.el (archive-zip-extract): Doc fix.
22890
22891 2005-10-16 Romain Francoise <romain@orebokech.com>
22892
22893 * mouse.el (mouse-1-click-follows-link): Doc fix.
22894
22895 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
22896
22897 * savehist.el: Don't require CL at runtime.
22898 (savehist-xemacs): Remove.
22899 (savehist-coding-system): Use utf-8 if present, regardless of religion.
22900 (savehist-no-conversion): Use (featurep 'xemacs).
22901 (savehist-load): Check existence of start-itimer rather than XEmacs.
22902 Use an idle timer.
22903 (savehist-process-for-saving): Replace use of CL funs `subseq' and
22904 `delete-if-not'.
22905
22906 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
22907
22908 * savehist.el: Newer version.
22909 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
22910 (savehist-last-checksum, savehist-no-conversion): New vars.
22911 (savehist-autosave, savehist-process-for-saving, savehist-printable):
22912 New functions.
22913 (savehist-load, savehist-save): Use them.
22914 (savehist-delimit): Remove.
22915
22916 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
22917
22918 * progmodes/compile.el (compilation-goto-locus): Display the
22919 compilation buffer first and the source buffer second, in case they're
22920 in overlapping frames. Don't raise the compilation frame if it was the
22921 selected window upon entry. Pass the `other-window' arg to
22922 pop-to-buffer.
22923
22924 * info.el (Info-fontify-node): Use dolist.
22925 Change add-text-properties to put-text-property.
22926
22927 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22928
22929 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
22930 bound of search.
22931
22932 2005-10-16 Masatake YAMATO <jet@gyve.org>
22933
22934 * dabbrev.el (dabbrev-completion): Pass the common
22935 prefix substring of completion to `display-completion-list'.
22936
22937 * filecache.el (file-cache-minibuffer-complete)
22938 (file-cache-complete): Ditto.
22939
22940 * tempo.el (tempo-display-completions): Ditto.
22941
22942 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
22943
22944 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
22945
22946 * eshell/em-hist.el (eshell-list-history): Ditto.
22947
22948 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
22949
22950 * mail/mailalias.el (mail-complete): Ditto.
22951
22952 * progmodes/etags.el (complete-tag): Ditto.
22953
22954 * progmodes/make-mode.el (makefile-complete): Ditto.
22955
22956 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
22957
22958 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
22959
22960 * progmodes/pascal.el (pascal-complete-word)
22961 (pascal-show-completions): Ditto.
22962
22963 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
22964
22965 * simple.el (completion-common-substring): New variable.
22966 (completion-setup-function): Use `completion-common-substring'
22967 to put faces.
22968
22969 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22970
22971 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
22972 (x-get-selection, mac-select-convert-to-string): Convert from/to
22973 UTF-16 clipboard data as in native byte order, no BOM.
22974
22975 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
22976
22977 * progmodes/gud.el (gud-tool-bar-map): Rename the images
22978 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
22979 (gud-sentinel): Use speedbar-frame to check for speedbar.
22980
22981 2005-10-15 Richard M. Stallman <rms@gnu.org>
22982
22983 * savehist.el: New file.
22984
22985 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
22986
22987 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
22988 Fix bug in \bf fontification.
22989
22990 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
22991
22992 * pcvs.el (cvs-edit-log-files): New var.
22993 (cvs-mode-edit-log): New arg `file'.
22994 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
22995 Instead force the use of the original file and nothing else.
22996 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
22997 the cvs-minor-wrap-function is set.
22998 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
22999
23000 2005-10-14 Bill Wohler <wohler@newt.com>
23001
23002 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
23003 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
23004 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
23005 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
23006 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
23007 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
23008 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
23009 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
23010 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
23011 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
23012 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
23013 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
23014 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
23015 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
23016 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
23017
23018 * progmodes/gud.el (gud-tool-bar-map): Rename the images
23019 appropriately (for example, gud-break to gud/break).
23020
23021 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
23022
23023 * longlines.el (longlinges-search-function)
23024 (longlines-search-forward, longlines-search-backward): New functions.
23025 (longlines-mode): Set isearch-search-fun-function to
23026 longlinges-search-function.
23027
23028 * mouse.el (mouse-drag-region-1): Handle the case where a
23029 double-click event is bound to an arbitrary function.
23030
23031 2005-10-14 David Ponce <david@dponce.com>
23032
23033 * recentf.el (recentf-track-opened-file)
23034 (recentf-track-closed-file, recentf-update-menu)
23035 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
23036 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
23037 mouse-1-click-follows-link.
23038
23039 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23040
23041 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
23042 Gnome file-manager.png. Suggested by
23043 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
23044
23045 * toolbar/README: Add diropen.xpm.
23046
23047 2005-10-13 Bill Wohler <wohler@newt.com>
23048
23049 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
23050 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
23051
23052 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
23053
23054 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
23055 Don't waste the byte-compiler's time on constant data.
23056
23057 2005-10-13 Kenichi Handa <handa@m17n.org>
23058
23059 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
23060 byte with `escape-glyph' face.
23061
23062 * international/fontset.el (ccl-encode-unicode-font):
23063 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
23064 Handle the case that ucs-mule-to-mule-unicode translates a character to
23065 ASCII (usually for IPA characters).
23066
23067 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
23068
23069 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
23070 Don't hide the underline of titles if font-lock-mode is disabled.
23071
23072 2005-10-12 Bill Wohler <wohler@newt.com>
23073
23074 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
23075 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
23076 files in MH-E-SRC have been updated.
23077 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
23078
23079 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
23080
23081 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
23082 (mixal-mode-syntax-table): Add \n as end-comment.
23083 (mixal-operation-codes-alist): Immediately initialize to full value.
23084 (mixal-add-operation-code): Remove.
23085 (mixal-describe-operation-code): Make the arg non-optional.
23086 Use the interactive spec instead.
23087 Use mixal-operation-codes-alist rather than mixal-operation-codes.
23088 (mixal-font-lock-keywords): Don't highlight comments here any more.
23089 (mixal-font-lock-syntactic-keywords): New var.
23090 (mixal-mode): Use it. Fix comment-start-skip.
23091
23092 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23093
23094 * startup.el (command-line-x-option-alist): -nb => -nbi.
23095
23096 2005-10-12 Kim F. Storm <storm@cua.dk>
23097
23098 * startup.el (fancy-splash-default-action): Discard mouse click in
23099 the splash screen window, as it has no sensible meaning in the
23100 next window to be selected. Fixes error reported by Jan D.
23101
23102 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
23103
23104 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
23105
23106 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
23107
23108 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
23109 Try to fix up minor layout issues like indentation, line break, etc...
23110 (mixal-mode-syntax-table): Don't try to specify comment syntax,
23111 because it doesn't work.
23112 (mixal-operation-codes): Add some more codes.
23113 (mixal-font-lock-keywords): Process comments here.
23114 (mixal-mode): mixasm no longer needs -g option.
23115
23116 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
23117
23118 * progmodes/sh-script.el (sh-tmp-file):
23119 Use mktemp -t. Finish support for es and rc shells.
23120
23121 2005-10-11 Jay Belanger <belanger@truman.edu>
23122
23123 * calc/calcalg2.el (calc-integral): With an argument, compute the
23124 definite integral.
23125
23126 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
23127
23128 * mouse.el (mouse-drag-region-1): Don't try to catch a
23129 double-click when doing follow-link (it's overridden anyway).
23130
23131 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
23132
23133 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
23134 (autoload-print-form-outbuf): Add docstring.
23135
23136 2005-10-11 Juri Linkov <juri@jurta.org>
23137
23138 * info.el (Info-mode-menu): Delete menu item "Edit".
23139 (Info-mode): Delete description of Info-edit from docstring,
23140 and rearrange descriptions of Info commands in the order
23141 they are documented in the Info manual.
23142
23143 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
23144
23145 * calendar/appt.el (appt-check): Use diary-selective-display var.
23146
23147 2005-10-10 Richard M. Stallman <rms@gnu.org>
23148
23149 * net/newsticker.el (newsticker-start, newsticker-show-news):
23150 Add autoload cookies.
23151
23152 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
23153
23154 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
23155
23156 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
23157
23158 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
23159
23160 2005-10-10 Jay Belanger <belanger@truman.edu>
23161
23162 * calc/calc-arith.el (math-check-known-scalarp)
23163 (math-check-known-matrixp): Check the values of arguments that are
23164 variables.
23165 (math-check-known-square-matrixp): New function.
23166 (math-known-square-matrixp): Use math-check-known-square-matrixp.
23167 (math-super-types): Add sqmatrix type.
23168
23169 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
23170 mode name `square' to `sqmatrix'.
23171
23172 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
23173 mode name `square' to `sqmatrix'.
23174
23175 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
23176
23177 * progmodes/etags.el (select-tags-table-mode): Don't use
23178 selective-display.
23179 (tags-select-tags-table): Pass `button' to the action function.
23180 (select-tags-table): Place the side-info on button properties rather
23181 than in hidden text. Abbreviate file names.
23182 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
23183 (select-tags-table-select): Add `button' argument.
23184 Get side-info from the button property rather than from hidden text.
23185
23186 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
23187
23188 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
23189 (gud-speedbar-buttons): Preserve point if possible.
23190 (gud-sentinel): Restore previous speedbar display type.
23191
23192 * progmodes/gdb-ui.el (gdba): Improve diagram.
23193 (def-gdb-auto-update-handler, gdb-info-locals-handler)
23194 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
23195 Call get-buffer-window once.
23196
23197 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
23198
23199 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
23200 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
23201 (pascal-indent-command): Remove unused var `ind'.
23202 (pascal-indent-case): Remove unused var `oldpos'.
23203 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
23204 since it's now used as a proper minor mode map.
23205 (pascal-outline): Rename to pascal-outline-mode.
23206 (pascal-outline-mode): Use define-minor-mode.
23207 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
23208 selective-display.
23209
23210 2005-10-10 Andreas Schwab <schwab@suse.de>
23211
23212 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
23213 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
23214
23215 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
23216 outside source directory.
23217
23218 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
23219
23220 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
23221 C-x' as a prefix.
23222 (orgtbl-mode-map): Full keymap instead of sparse, because all
23223 `self-insert-command' keys are redefined in this map.
23224 (org-export-as-html): Specify charset for HTML file, by taking it
23225 from the coding system.
23226
23227 2005-10-10 Kenichi Handa <handa@m17n.org>
23228
23229 * textmodes/flyspell.el (flyspell-check-word-p):
23230 If unread-command-events is non-empty, don't call sit-for.
23231
23232 2005-10-09 Richard M. Stallman <rms@gnu.org>
23233
23234 * font-lock.el (font-lock-syntactic-keywords)
23235 (font-lock-keywords): Doc fixes.
23236
23237 * textmodes/flyspell.el (flyspell-external-point-words):
23238 Simplify logic, and don't try to check for consecutive appearances
23239 of one incorrect word.
23240
23241 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
23242
23243 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
23244 separator.
23245
23246 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
23247 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
23248 (gud-expansion-speedbar-buttons): New function.
23249 (gud-speedbar-buttons): Check for gud-comint-buffer.
23250
23251 2005-10-09 Bill Wohler <wohler@newt.com>
23252
23253 * Makefile.in (updates): Add mh-loaddefs dependency.
23254
23255 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
23256
23257 * speedbar.el (speedbar-file-key-map): Fix typo.
23258
23259 2005-10-09 Daniel Brockman <daniel@brockman.se>
23260
23261 * cus-start.el (line-spacing): Add custom spec.
23262
23263 2005-10-09 Romain Francoise <romain@orebokech.com>
23264
23265 * textmodes/ispell.el (ispell-check-version): Fix last change.
23266
23267 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23268
23269 * term/x-win.el: Remove -i, --icon-type from comment.
23270
23271 * startup.el (command-line-x-option-alist): Remove options -i,
23272 -itype, --icon-type, added -nb, --no-bitmap-icon.
23273
23274 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
23275
23276 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
23277 instead of :active.
23278
23279 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
23280
23281 * textmodes/ispell.el (ispell-check-version):
23282 Ignore hyphen, and all that follows, in aspell's version text.
23283
23284 2005-10-08 Jay Belanger <belanger@truman.edu>
23285
23286 * calc/calc-arith.el (math-known-square-matrixp): New function.
23287 (math-pow-fancy): Check for matrices before distributing exponent
23288 across products.
23289
23290 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
23291 fullscreen keypad. Suggested by Luc Teirlinck.
23292 (calc-keypad-show-input): Add space for formatting.
23293
23294 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
23295 Add square matrix option.
23296
23297 * calc/calc-poly.el (math-expand-term): Check for matrices instead
23298 of checking calc-matrix-mode when deciding how to expand.
23299
23300 * calc/calc.el (calc-set-mode-line): Add square matrix option.
23301
23302 2005-10-08 Lars Hansen <larsh@soem.dk>
23303
23304 * net/tramp.el (tramp-perl-directory-files-and-attributes):
23305 Add error handling.
23306 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
23307
23308 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
23309
23310 Sync with Tramp 2.0.51.
23311
23312 * net/tramp.el (tramp-handle-set-visited-file-modtime)
23313 (tramp-handle-insert-file-contents, tramp-handle-write-region):
23314 Insert special handling for `last-coding-system-used', again
23315 it still seems to be necessary (unlike stated before).
23316 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
23317 (tramp-password-prompt-regexp): There might be other words before
23318 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
23319 (tramp-chunksize): Improve docstring.
23320 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
23321 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
23322 Christian Joergensen <bugs@razor.dk>.
23323
23324 2005-10-07 Glenn Morris <rgm@gnu.org>
23325
23326 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
23327 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
23328 precision'.
23329
23330 2005-10-07 Romain Francoise <romain@orebokech.com>
23331
23332 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
23333 (ibuffer-do-shell-command-pipe-replace)
23334 (ibuffer-do-shell-command-file, ibuffer-do-eval)
23335 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
23336 (ibuffer-do-revert, ibuffer-do-replace-regexp)
23337 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
23338 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
23339 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
23340 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
23341 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
23342 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
23343 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
23344 Autoload file sans suffix.
23345
23346 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
23347
23348 2005-10-07 David Ponce <david@dponce.com>
23349
23350 * recentf.el (recentf-menu-open-all-flag): New option.
23351 (recentf-digit-shortcut-command-name): New function.
23352 (recentf--shortcuts-keymap): New variable.
23353 (recentf-menu-shortcuts): New variable.
23354 (recentf-make-menu-items): Initialize it. Replace the "More..."
23355 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
23356 (recentf-menu-value-shortcut): New function.
23357 (recentf-make-menu-item): Use it. No more in-lined.
23358 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
23359 (recentf-open-most-recent-file): Rename from
23360 `recentf-open-file-with-key'. Don't depend on key binding.
23361 (recentf-mode-map): New variable.
23362 (recentf-mode): Use it.
23363
23364 2005-10-06 Bill Wohler <wohler@newt.com>
23365
23366 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
23367
23368 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
23369 (MH-E-SRC): New. Used by mh-autoloads.
23370 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
23371 files in MH-E-SRC have been updated.
23372 (compile, recompile, bootstrap): Depend on mh-autoloads.
23373
23374 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
23375
23376 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
23377 gud-break and gud-remove icons when the fringe is not available.
23378
23379 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
23380 Typo.
23381
23382 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
23383
23384 * play/zone.el (zone): Wrap body with save-window-excursion.
23385
23386 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
23387
23388 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
23389 Use the new `list-only' arg to diary-list-entries.
23390
23391 * calendar/diary-lib.el: Use overlays rather than selective-display.
23392 (diary-selective-display): New var.
23393 (diary-header-line-format): Use it.
23394 (diary-list-entries): Add argument `list-only'.
23395 Put the buffer in diary-mode. Don't add \^M at beg and end.
23396 Replace \^M by invisible overlays.
23397 (diary-unhide-everything): Replace \^M by invisible overlays.
23398 (print-diary-entries): Look for overlays rather than \^M.
23399 Add a space to the temp buffer name.
23400 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
23401 Put the buffer in diary-mode.
23402 (list-sexp-diary-entries): Replace \^M by invisible overlays.
23403 (diary-anniversary): Make the year arg optional.
23404 (diary-time-regexp): New const.
23405 (diary-font-lock-keywords): Use it to accept a few more time formats.
23406
23407 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
23408
23409 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
23410
23411 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
23412 Fix bug introduced 2005-07-03: Use (car (last ...))
23413 to faithfully reproduce replaced artist-last.
23414 (artist-set-arrow-points-for-poly): Likewise.
23415 Suggested by Johan Bockg\e,Ae\e(Brd.
23416
23417 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
23418
23419 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
23420 * wid-edit.el (widget):
23421 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
23422 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
23423
23424 2005-10-06 Kenichi Handa <handa@m17n.org>
23425
23426 * international/mule-cmds.el (set-language-environment):
23427 Fix setting up of case-table for unibyte mode.
23428
23429 * simple.el (what-cursor-position): If the character is displayed
23430 by some `display' text property, show that. Don't use
23431 single-key-description for eight-bit characters in multibyte mode.
23432
23433 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
23434
23435 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
23436 (gdb-ann3): Set it.
23437 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
23438 (gdb-info-frames-custom): Use inverse-video for first five
23439 characters of selected frame only.
23440 (gdb-get-frame-number): Select frame even when point is on frame
23441 number.
23442
23443 2005-10-06 Masatake YAMATO <jet@gyve.org>
23444
23445 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
23446 Put `font-lock-function-name-face'.
23447 (gdb-info-frames-custom): Put `font-lock-function-name-face'
23448 and `font-lock-variable-name-face'
23449 (gdb-registers-font-lock-keywords): New font lock keywords definition.
23450 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
23451 (gdb-memory-font-lock-keywords): New font lock keywords definition.
23452 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
23453 (gdb-local-font-lock-keywords): New font lock keywords definition.
23454 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
23455 (gdb-threads-font-lock-keywords): New font lock keywords definition.
23456 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
23457
23458 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
23459
23460 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
23461 (ediff-merge-region-is-non-clash-to-skip): Previously called
23462 ediff-merge-region-is-non-clash.
23463
23464 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
23465 Use insert-buffer-substring.
23466
23467 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
23468 selecting files to patch. Also bug fixes.
23469
23470 * ediff-util.el (ediff-setup): Bug fix.
23471 (ediff-next-difference): Never skip clashes that differ in white
23472 space only.
23473
23474 * ediff-wind.el (ediff-setup-control-frame)
23475 (ediff-destroy-control-frame): Check the menubar feature.
23476
23477 * emulation/viper-cmd.el (viper-normalize-minor-mode-map-alist)
23478 (viper-refresh-mode-line): Use make-local-variable to localize
23479 some vars instead of make-variable-buffer-local. Suggested by
23480 Stefan Monnier.
23481
23482 * emulation/viper-init.el (viper-make-variable-buffer-local):
23483 Delete alias.
23484 (viper-restore-cursor-type, viper-set-insert-cursor-type):
23485 Use make-local-variable instead of make-variable-buffer-local.
23486 Suggested by Stefan Monnier.
23487
23488 * emulation/viper.el (viper-mode): Don't use
23489 viper-make-variable-buffer-local.
23490 (viper-comint-mode-hook): Use make-local-variable on
23491 require-final-newline.
23492 (viper-non-hook-settings): Don't use make-variable-buffer-local.
23493
23494 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
23495
23496 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
23497 also the second char of a comment-start sequence.
23498 (scheme-sexp-comment-syntax-table): New var.
23499 (lambda, define): Set their scheme-doc-string-elt property.
23500 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
23501 Use lisp-font-lock-syntactic-face-function now that it properly
23502 handles |...| symbols.
23503 (scheme-mode-variables): Set lisp-doc-string-elt-property,
23504 parse-sexp-lookup-properties and font-lock-extra-managed-props.
23505
23506 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
23507 bit from # to |.
23508 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
23509
23510 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
23511 (lisp-doc-string-elt-property): New var.
23512 (lisp-font-lock-syntactic-face-function): Use it.
23513 Rewrite to recognize docstrings even for forms not at toplevel.
23514
23515 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
23516 annotation on the | part of #| rather than on the # part.
23517 (scheme-font-lock-syntactic-face-function): New function, to
23518 distinguish strings from |...| symbols.
23519 (scheme-mode-variables): Use it. Also fix up the font-lock-time
23520 syntax-table so that #|...|# is properly highlighted.
23521
23522 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
23523 Don't mark as docstring the 3rd elem of an unknown toplevel form.
23524
23525 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
23526
23527 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
23528 and C-e.
23529
23530 * emacs-lisp/eldoc.el: Move comments into docstrings.
23531 (eldoc-message-commands): Initialize in its declaration.
23532 Add move-beginning-of-line and move-end-of-line.
23533 (eldoc-add-command, eldoc-add-command-completions)
23534 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
23535
23536 * outline.el (outline-mark-subtree): Activate the mark.
23537
23538 * calendar/appt.el (appt-time-regexp): New var.
23539 (appt-add, appt-make-list): Use it.
23540 (appt-convert-time): Clean up.
23541
23542 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
23543 Don't set any syntax-table property here.
23544 (tex-font-lock-verb): New function. Do it here.
23545 (tex-font-lock-syntactic-keywords): Use it.
23546
23547 2005-10-04 Richard M. Stallman <rms@gnu.org>
23548
23549 * wid-edit.el (widget-file-complete): Get the widget start point
23550 the right way. Default directory to `/' if file has none.
23551
23552 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
23553
23554 * textmodes/flyspell.el (flyspell-mode-on):
23555 Call ispell-maybe-find-aspell-dictionaries.
23556
23557 * textmodes/ispell.el (ispell-word, ispell-region):
23558 Call ispell-maybe-find-aspell-dictionaries.
23559 (ispell-accept-buffer-local-defs):
23560 Don't call ispell-maybe-find-aspell-dictionaries.
23561
23562 2005-10-04 Richard M. Stallman <rms@gnu.org>
23563
23564 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
23565
23566 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
23567
23568 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
23569 instead of `fboundp' in order to allow for anonymous functions.
23570
23571 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
23572
23573 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
23574 case the user clicks on the link while another window is selected.
23575 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
23576
23577 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
23578 functionality.
23579 (dframe-help-echo): Save point in case mouse tracking is off.
23580
23581 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
23582
23583 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
23584
23585 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23586
23587 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
23588 not change the global value of those vars.
23589
23590 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
23591 make-local-variable which we do not need any more.
23592
23593 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
23594
23595 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
23596 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
23597 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
23598 (speedbar-path-line): Define obsolete aliases.
23599 (speedbar-line-directory): Doc fix.
23600
23601 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
23602 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
23603 instead of speedbar-line-path.
23604
23605 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
23606
23607 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
23608 to nil if dropping on a window. Handle dropping on a minibuffer window
23609 like dropping on a non-window part of Emacs.
23610
23611 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
23612
23613 * net/ange-ftp.el: Use with-current-buffer.
23614 (ange-ftp-insert-directory): Do not follow symlinks any more.
23615
23616 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
23617 Remove interactive spec.
23618
23619 2005-10-03 Kim F. Storm <storm@cua.dk>
23620
23621 * ido.el (ido-mode): Use custom-initialize-set.
23622
23623 2005-10-02 Richard M. Stallman <rms@gnu.org>
23624
23625 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
23626 Use insert-buffer-substring.
23627
23628 * net/tramp.el: Pacify byte compiler warnings in pacification code.
23629 (tramp-handle-file-local-copy): Use insert-buffer-substring.
23630
23631 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
23632
23633 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
23634 in last change.
23635 (ange-ftp-insert-directory): Fix up the search for the case where
23636 `file' is absolute.
23637
23638 2005-10-02 Romain Francoise <romain@orebokech.com>
23639
23640 * progmodes/compile.el (compile-goto-error): Delete extra paren.
23641
23642 2005-10-02 Andreas Schwab <schwab@suse.de>
23643
23644 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
23645 directory component in the session info.
23646
23647 2005-10-01 Richard M. Stallman <rms@gnu.org>
23648
23649 * comint.el (comint-redirect-subvert-readonly): Doc fix.
23650
23651 * simple.el (next-error-internal): New function.
23652
23653 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
23654 (compilation-start): Pass new arg to compilation-buffer-name.
23655 (compile-goto-error): Use next-error-internal.
23656
23657 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
23658
23659 * speedbar.el: Remove RCS tag.
23660 (speedbar-check-read-only): Handle non-existent files.
23661
23662 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
23663
23664 * info.el (Info-speedbar-hierarchy-buttons)
23665 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
23666
23667 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23668
23669 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
23670 Do not match newline.
23671 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
23672 (bibtex-summary): Remove unnecessary save-excursion.
23673 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
23674
23675 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23676
23677 * term/mac-win.el: Add charset info for "iso10646-1".
23678 Modify default fontset to use ATSUI-compatible fonts for some charsets
23679 if available.
23680
23681 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
23682
23683 * speedbar.el: Re-apply arch tag.
23684 (speedbar-version): Rename to version 1.0. Suggested by Eric
23685 M. Ludlam.
23686 Reapply two changes from Emacs CVS' version of speedbar lost
23687 during the merge:
23688 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
23689 (speedbar-frame-parameters): Improve customize type.
23690
23691 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
23692
23693 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
23694 (ange-ftp-file-directory-p): Fix the symlink case.
23695 (ange-ftp-insert-directory): When listing a single file, get a list of
23696 the parent buffer and extract the relevant line. Inspired from a patch
23697 by Katsumi Yamaoka <yamaoka@jpl.org>.
23698 (ange-ftp-file-name-sans-versions): Simplify.
23699
23700 2005-09-30 Bill Wohler <wohler@newt.com>
23701
23702 Move MH-E image files from toolbar and mail directories into
23703 etc/images.
23704
23705 * mail/reply2.*: Move to etc/images/mail/reply*.
23706
23707 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
23708 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
23709 etc/images.
23710
23711 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
23712 * toolbar/reply*: Move to etc/images/mail.
23713
23714 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
23715
23716 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
23717
23718 * speedbar.el: New version 1.0pre3.
23719
23720 Frame management code (including timer, and mouse click specifics)
23721 moved to dframe.el:
23722 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
23723 (speedbar-timer): Removed. Use dframe-timer.
23724 (speedbar-close-frame): Removed. Use dframe-close-frame.
23725 (speedbar-activity-change-focus-flag): Removed. Use
23726 dframe-activity-change-focus-flag.
23727 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
23728 dframe-update-speed.
23729
23730 (speedbar-current-frame): New macro. Use this instead of the
23731 variable speedbar-frame.
23732
23733 (speedbar-use-images, speedbar-expand-image-button-alist)
23734 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
23735
23736 (speedbar-find-image-on-load-path): Removed. Replaced by
23737 defezimage in ezimage.el.
23738 (speedbar-expand-image-button-alist): Removed. Replaced by
23739 ezimage-expand-image-button-alist in ezimage.el.
23740
23741 (speedbar-ignored-directory-regexp)
23742 (speedbar-add-ignored-directory-regexp)
23743 (speedbar-ignored-directory-expressions)
23744 (speedbar-line-directory, speedbar-buffers-line-directory)
23745 (speedbar-directory-line, speedbar-buffers-line-directory):
23746 Renamed, replacing `path' with `directory'.
23747
23748 (speedbar-create-directory, speedbar-expand-line-descendants)
23749 (speedbar-toggle-line-expansion)
23750 (speedbar-contract-line-descendants): New commands.
23751
23752 (speedbar-query-confirmation-method, speedbar-select-frame-method)
23753 (speedbar-use-tool-tips-flag): New options.
23754
23755 (speedbar-check-read-only, speedbar-require-version)
23756 (speedbar-insert-separator, speedbar-buffers-tail-notes)
23757 (speedbar-handle-delete-frame, speedbar-try-completion)
23758 (speedbar-update-localized-contents): New functions.
23759
23760 (speedbar-incompatible-version, speedbar-ro-to-do-point)
23761 (speedbar-object-read-only-indicator): New variables.
23762
23763 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
23764 New hooks.
23765
23766 (speedbar-separator-face): New face.
23767
23768 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
23769 (speedbar-ignored-modes): Add fundamental-mode.
23770 (speedbar-directory-unshown-regexp): Add . directories.
23771
23772 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
23773 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
23774 `]' for full expand/close.
23775 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
23776
23777 (speedbar-check-vc): Support hidden files.
23778 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
23779 (speedbar-this-file-in-vc): Use vc-state if available. If VC
23780 state is nil, it is not checked out.
23781
23782 (speedbar-line-text, speedbar-line-token): Support expand buttons
23783 with no text.
23784 (speedbar-refresh): Universal argument acts as power-click.
23785 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
23786 that buffer to get variable values.
23787
23788 And many other bugfixes.
23789
23790 * dframe.el, ezimage.el, sb-image.el: New files.
23791
23792 * sb-*.xpm: Remove files. New image files installed into
23793 etc/images/ezimage.
23794
23795 2005-09-30 Kenichi Handa <handa@m17n.org>
23796
23797 * ps-mule.el (ps-mule-show-warning): If a character is in
23798 ps-print-translation-table, don't treat it as non-printable.
23799
23800 2005-09-30 David Ponce <david@dponce.com>
23801
23802 * tree-widget.el (tree-widget-themes-load-path): New variable.
23803 (tree-widget-themes-directory): Doc fix.
23804 (tree-widget-image-formats) [Emacs]: Doc fix.
23805 (tree-widget--locate-sub-directory): New function.
23806 (tree-widget-themes-directory): Use it.
23807
23808 * recentf.el (recentf-filename-handlers): Rename from
23809 `recentf-filename-handler'. Allow a list of functions.
23810 (recentf-menu-items-for-commands): Fix :help strings.
23811 (recentf-apply-filename-handlers): New function.
23812 (recentf-expand-file-name): Use it.
23813 (recentf-cleanup): Remove duplicates too.
23814
23815 2005-09-29 Juri Linkov <juri@jurta.org>
23816
23817 * faces.el: Rearrange face definitions to be in the same order as
23818 their face descriptions in "(emacs)Standard Faces".
23819
23820 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
23821
23822 * tooltip.el (tooltip): Add group `basic-faces'.
23823
23824 * buff-menu.el (Buffer-menu-buffer): Remove group
23825 `font-lock-highlighting-faces'.
23826
23827 * progmodes/compile.el (compilation-error, compilation-warning)
23828 (compilation-info, compilation-line-number, compilation-column-number):
23829 Change group from `font-lock-highlighting-faces' to `compilation'.
23830
23831 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
23832 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
23833 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
23834 (vhdl-font-lock-reserved-words-face)
23835 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
23836 `font-lock-highlighting-faces'.
23837
23838 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
23839
23840 2005-09-28 Kim F. Storm <storm@cua.dk>
23841
23842 * emulation/cua-base.el: Set CUA move property on additional commands:
23843 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
23844 forward-sexp, backward-sexp, forward-list, backward-list.
23845
23846 2005-09-28 Romain Francoise <romain@orebokech.com>
23847
23848 * comint.el (comint-show-output): Really set point at the
23849 beginning of the output when not using `comint-use-prompt-regexp'.
23850
23851 2005-09-27 Jay Belanger <belanger@truman.edu>
23852
23853 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
23854 in TeX mode.
23855
23856 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
23857
23858 * textmodes/org.el (org-table-sum): Fix format string.
23859
23860 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
23861 Quote face names.
23862
23863 2005-09-26 Romain Francoise <romain@orebokech.com>
23864
23865 * isearch.el (isearch-forward-regexp): Close doc string.
23866
23867 2005-09-25 Richard M. Stallman <rms@gnu.org>
23868
23869 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
23870
23871 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
23872
23873 * progmodes/compile.el (compilation-error-properties):
23874 When getting the file from the previous error message,
23875 correctly decode the new data format.
23876
23877 * progmodes/cc-cmds.el (c-electric-paren):
23878 Call old-blink-paren only for close-paren.
23879
23880 2005-09-24 Andreas Schwab <schwab@suse.de>
23881
23882 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
23883 condition.
23884
23885 2005-09-25 Romain Francoise <romain@orebokech.com>
23886
23887 * dired-aux.el (dired-copy-file-recursive):
23888 * dired.el (dired-delete-file):
23889 * ediff-mult.el (ediff-dir-diff-copy-file):
23890 * ediff-util.el (ediff-test-save-region):
23891 * forms.el (forms-mode):
23892 * ido.el (ido-file-internal, ido-delete-file-at-head):
23893 * log-edit.el (log-edit-done):
23894 * ses.el (ses-yank-resize):
23895 * play/gomoku.el (gomoku-human-plays, gomoku)
23896 (gomoku-human-resigns, gomoku-prompt-for-other-game)
23897 (gomoku-offer-a-draw):
23898 * play/landmark.el (lm-human-resigns, lm):
23899 * net/eudcb-ldap.el (eudc-ldap-check-base):
23900 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
23901 * progmodes/ebrowse.el (ebrowse-find-pattern):
23902 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
23903 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
23904 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
23905
23906 * vc.el (vc-delete-file):
23907 * play/gomoku.el (gomoku-terminate-game, gomoku)
23908 (gomoku-prompt-for-move, gomoku-human-takes-back):
23909 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
23910 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
23911
23912 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
23913
23914 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
23915 color rxvt terminals by using the code xterm.el used to use before
23916 2005-04-09 in order to match the colors used by rxvt.
23917
23918 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
23919
23920 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
23921 colors rxvt-unicode terminals by using the same code as xterm.el.
23922
23923 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
23924
23925 * textmodes/tex-mode.el (tex-font-lock-append-prop)
23926 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
23927 new symbol used for the tex-verbatim face.
23928
23929 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
23930
23931 * woman.el (woman-file-name):
23932 * wid-edit.el (widget-file-prompt-value)
23933 (widget-coding-system-prompt-value):
23934 * w32-fns.el (set-w32-system-coding-system):
23935 * vc.el (vc-version-diff, vc-annotate):
23936 * textmodes/reftex-auc.el (reftex-arg-cite)
23937 (reftex-arg-index-tag):
23938 * textmodes/refer.el (refer-get-bib-files):
23939 * textmodes/artist.el (artist-figlet-choose-font):
23940 * terminal.el (terminal-emulator):
23941 * replace.el (occur-read-primary-args):
23942 * rect.el (string-rectangle, string-insert-rectangle):
23943 * ps-print.el (ps-print-preprint):
23944 * progmodes/pascal.el (pascal-goto-defun):
23945 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
23946 * progmodes/compile.el (compilation-find-file):
23947 * printing.el (pr-interactive-n-up):
23948 * play/animate.el (animate-birthday-present):
23949 * net/rcompile.el (remote-compile):
23950 * man.el (man, Man-goto-section, Man-follow-manual-reference):
23951 * mail/rmailsum.el (rmail-summary-search-backward)
23952 (rmail-summary-search):
23953 * mail/rmailout.el (rmail-output-read-rmail-file-name)
23954 (rmail-output-read-file-name):
23955 * mail/rmail.el (rmail-search, rmail-search-backwards):
23956 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
23957 * locate.el (locate):
23958 * international/quail.el (quail-show-keyboard-layout):
23959 * international/mule.el (set-buffer-file-coding-system)
23960 (revert-buffer-with-coding-system, set-file-name-coding-system)
23961 (set-terminal-coding-system, set-keyboard-coding-system)
23962 (set-next-selection-coding-system):
23963 * international/mule-diag.el (describe-coding-system)
23964 (describe-font, describe-fontset):
23965 * international/mule-cmds.el (universal-coding-system-argument)
23966 (search-unencodable-char, describe-input-method)
23967 (set-language-environment, describe-language-environment):
23968 * international/codepage.el (codepage-setup):
23969 * international/code-pages.el (codepage-setup):
23970 * info.el (Info-search, Info-follow-reference)
23971 (Info-search-backward):
23972 * emacs-lisp/advice.el (ad-read-advised-function)
23973 (ad-read-advice-class, ad-clear-cache, ad-activate)
23974 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
23975 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
23976 (ad-read-regexp):
23977 * ediff-util.el (ediff-toggle-regexp-match):
23978 * ediff-ptch.el (ediff-prompt-for-patch-file):
23979 * dired-aux.el (dired-diff):
23980 * diff.el (diff):
23981 * cus-edit.el (custom-variable-prompt):
23982 * calendar/timeclock.el (timeclock-ask-for-project):
23983 * calc/calcalg3.el (calc-get-fit-variables):
23984 * calc/calc-store.el (calc-edit-variable)
23985 (calc-permanent-variable):
23986 * vc-mcvs.el (vc-mcvs-register):
23987 * shadowfile.el (shadow-define-literal-group):
23988 * woman.el (woman-file-name):
23989 * vc.el (vc-version-diff, vc-merge):
23990 * textmodes/reftex-index.el (reftex-index-complete-tag):
23991 * format.el (format-decode-buffer, format-decode-region):
23992 * emulation/viper-cmd.el (viper-read-string-with-history):
23993 * emacs-lisp/debug.el (cancel-debug-on-entry):
23994 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
23995 * ediff.el (ediff-merge-revisions)
23996 (ediff-merge-revisions-with-ancestor, ediff-revision):
23997 * completion.el (interactive-completion-string-reader):
23998 * calc/calc-prog.el (calc-user-define-formula):
23999 Follow convention for reading with the minibuffer.
24000
24001 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
24002
24003 * progmodes/python.el (python-describe-symbol): Add globals() and
24004 locals() to the arguments of emacs.ehelp.
24005
24006 2005-09-24 Magnus Henoch <mange@freemail.hu>
24007
24008 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
24009 New function, code extracted from ispell-valid-dictionary-list.
24010 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
24011 Call it.
24012
24013 2005-09-24 Eli Zaretskii <eliz@gnu.org>
24014
24015 * subr.el (version-regexp-alist): Extend valid syntax for version
24016 strings: allow any of the characters -,_,+ to separate the
24017 alpha/beta/rc part from the version part. Doc fix.
24018 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
24019
24020 2005-09-23 David Reitter <david.reitter@gmail.com>
24021
24022 * mail/mailclient.el: New file.
24023
24024 2005-09-23 Richard M. Stallman <rms@gnu.org>
24025
24026 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
24027 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
24028 Doc fixes.
24029
24030 * progmodes/cc-mode.el (c-font-lock-init):
24031 Specify font-lock-lines-before.
24032
24033 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
24034
24035 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
24036 whole conflict.
24037
24038 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
24039
24040 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
24041 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
24042 of `remap' feature when available. Additional key bindings for
24043 better tty support.
24044 (org-mode-restart, org-force-self-insert): New commands.
24045 (org-time-stamp-inactive): New command.
24046 (org-remap): New function.
24047 (org-table-auto-blank-field, org-level-color-stars-only): New options.
24048 (org-enable-fixed-width-editor): Move to `org-structure'
24049 customization group.
24050 (org-self-insert-command, orgtbl-self-insert-command): Modify to
24051 blank field after field motion commands.
24052
24053 2005-09-23 Kenichi Handa <handa@m17n.org>
24054
24055 * international/mule-cmds.el (set-language-environment):
24056 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
24057 have to call utf-translate-cjk-load-tables.
24058
24059 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
24060
24061 * mouse.el (mouse-move-drag-overlay): Fix last change.
24062
24063 2005-09-22 David Ponce <david@dponce.com>
24064
24065 * tree-widget.el (tree-widget-value-create): Fix previous change.
24066
24067 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
24068
24069 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
24070
24071 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
24072
24073 * mouse.el (mouse-move-drag-overlay): New function.
24074 (mouse-drag-region-1): Use it.
24075 Try to simplify a bit the state handling. Handle clicks on links
24076 inside intangible areas.
24077 (mouse-save-then-kill): Minor simplification.
24078 (mouse-secondary-overlay): Make it always non-nil instead of
24079 recreating it each time.
24080 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
24081 (mouse-kill-secondary, mouse-secondary-save-then-kill):
24082 Simplify accordingly.
24083
24084 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
24085
24086 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
24087
24088 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
24089
24090 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
24091 (ediff-file-name-sans-prefix): Treat nil as an empty string.
24092 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
24093 to patch.
24094
24095 * ediff-util.el: Use insert-buffer-substring.
24096
24097 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
24098
24099 * emulation/viper-cmd.el (viper-change-state): Don't move over the
24100 field boundaries in the minibuffer.
24101 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
24102 (viper-minibuffer-post-command-hook): New hook.
24103 (viper-line): Don't move cursor at bolp.
24104
24105 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
24106
24107 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
24108 avoid compiler warnings.
24109
24110 * emulation/viper-macs.el (ex-map): Better messages.
24111
24112 * emulation/viper-utils.el (viper-beginning-of-field): New function.
24113
24114 * emulation/viper.el: Replace make-variable-buffer-local with
24115 viper-make-variable-buffer-local everywhere, to avoid warnings.
24116
24117 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24118
24119 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
24120 Delete unused var `old-selected-window'.
24121 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
24122 (mouse-drag-secondary): Delete unused var `start-frame'.
24123
24124 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
24125
24126 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
24127
24128 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24129
24130 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
24131 Re-indent within 80 columns. Use inhibit-read-only.
24132
24133 2005-09-19 Romain Francoise <romain@orebokech.com>
24134
24135 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
24136
24137 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
24138
24139 * font-lock.el (font-lock-default-fontify-region): Don't add a line
24140 unconditionally, since the after-change-function already did it.
24141
24142 2005-09-19 Miles Bader <miles@gnu.org>
24143
24144 * net/newsticker.el: Get rid of CVS keyword.
24145
24146 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
24147
24148 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
24149 The prompt is formatted later.
24150
24151 2005-09-19 David Ponce <david@dponce.com>
24152
24153 * tree-widget.el (tree-widget-value-create): Save the converted
24154 tree :node widget.
24155
24156 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
24157
24158 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
24159 variable `message'.
24160
24161 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
24162
24163 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
24164 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
24165 <slawomir.nowaczyk.847@student.lu.se>.
24166
24167 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
24168
24169 * image.el (image-load-path): Use symbol `data-directory' instead
24170 of its value, for backward compatibility with packages that bind
24171 it during `find-image'. Suggested by Katsumi Yamaoka.
24172 (image-search-load-path): Handle symbols whose values are strings.
24173
24174 2005-09-18 Romain Francoise <romain@orebokech.com>
24175
24176 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
24177 with-current-buffer form in save-excursion.
24178
24179 2005-09-18 Deepak Goel <deego@gnufans.org>
24180
24181 * apropos.el (apropos-command): Fix `message' call: first arg
24182 should be a format spec. In this and all other cases that appear
24183 below and elsewhere in the source code, I made a change only when
24184 two conditions were satisfied: [1] I can think of a possibility
24185 that the arguments would cause an error, for example, the code in
24186 question relies on external variables such as filenames. [2] I
24187 was sure that the arg to `message' could not have been nil in the code.
24188
24189 * textmodes/tildify.el (tildify-region): Ditto.
24190
24191 * textmodes/reftex-index.el (reftex-index-change-entry)
24192 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
24193 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
24194 * textmodes/org.el (org-complete, org-deadline, org-schedule)
24195 (org-priority, org-table-sum):
24196 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
24197 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
24198 (flyspell-word, flyspell-display-next-corrections):
24199 * textmodes/bibtex.el (bibtex-print-help-message):
24200 * textmodes/artist.el (artist-key-set-point-poly):
24201 * term/mac-win.el (mac-services-insert-text):
24202 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
24203 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
24204 (vhdl-port-paste-testbench, vhdl-compose-new-component)
24205 (vhdl-compose-configuration):
24206 * progmodes/sh-script.el (sh-blink, sh-show-indent)
24207 (sh-set-indent, sh-learn-line-indent):
24208 * progmodes/ps-mode.el (ps-mode-target-column):
24209 * progmodes/idlwave.el (idlwave-make-tags)
24210 (idlwave-scan-library-catalogs):
24211 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
24212 * progmodes/gud.el (gud-jdb-analyze-source):
24213 * progmodes/flymake.el (flymake-log):
24214 * progmodes/ebnf2ps.el (ebnf-generate-region):
24215 * progmodes/cmacexp.el (c-macro-expansion):
24216 * progmodes/ada-xref.el (ada-treat-cmd-string):
24217 * progmodes/ada-mode.el (ada-create-case-exception-substring)
24218 (ada-justified-indent-current, ada-batch-reformat):
24219 * play/zone.el (zone):
24220 * play/landmark.el (lm-move):
24221 * play/decipher.el (decipher-show-alphabet):
24222 * net/newsticker.el (newsticker--display-jump)
24223 (newsticker--display-scroll):
24224 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
24225 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
24226 * mail/feedmail.el (feedmail-dump-message-to-queue):
24227 * eshell/esh-proc.el (eshell-remove-process-entry):
24228 * emulation/ws-mode.el (ws-last-error):
24229 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
24230 (viper-record-kbd-macro):
24231 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
24232 * emacs-lisp/lisp-mnt.el (lm-report-bug):
24233 * emacs-lisp/find-func.el (find-function-noselect):
24234 * calendar/timeclock.el (timeclock-status-string)
24235 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
24236 (timeclock-when-to-leave-string):
24237 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
24238 * calc/calc-units.el (calc-enter-units-table):
24239 * calc/calc-mode.el (calc-mode-record-mode):
24240 * woman.el (woman-mini-help):
24241 * wdired.el (wdired-change-to-wdired-mode):
24242 * vc.el (vc-retrieve-snapshot):
24243 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
24244 * startup.el (display-startup-echo-area-message):
24245 * simple.el (set-goal-column):
24246 * ses.el (ses-command-hook, ses-recalculate-cell):
24247 * server.el (server-process-filter):
24248 * printing.el (pr-interface-txt-print, pr-interface-printify)
24249 (pr-interface-ps):
24250 * pcvs.el (cvs-help):
24251 * log-edit.el (log-edit, log-edit-mode-help):
24252 * iswitchb.el (iswitchb-possible-new-buffer):
24253 * isearch.el (isearch-edit-string):
24254 * image-mode.el (image-mode, image-minor-mode):
24255 * ibuf-macs.el (define-ibuffer-filter):
24256 * hi-lock.el (hi-lock-find-patterns):
24257 * files.el (toggle-read-only):
24258 * ediff-util.el (ediff-copy-diff)
24259 (ediff-write-merge-buffer-and-maybe-kill):
24260 * echistory.el (Electric-history-undefined):
24261 * dnd.el (dnd-insert-text):
24262 * dired-aux.el (dired-query):
24263 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
24264 * bookmark.el (bookmark-bmenu-locate):
24265 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
24266 Fix `message' calls to ensure first arg is a format string.
24267 The change was made only when these two conditions were satisfied:
24268 [1] when there is a possibility that the arguments would cause an error
24269 for example, if the code in question relies on external variables
24270 such as filenames, and
24271 [2] if the arg to `message' could not have been nil in the code.
24272
24273 * pcomplete.el (pcomplete--help): Fix `message' format spec.
24274 Not having a %s would be weird, though not technically wrong.
24275
24276 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24277
24278 * term/mac-win.el (mac-add-charset-info): Doc fix.
24279
24280 2005-09-17 Romain Francoise <romain@orebokech.com>
24281
24282 * shell.el (shell-resync-dirs): Handle echoing processes more
24283 reliably. Don't insert resync command if `comint-process-echoes'
24284 is non-nil.
24285
24286 2005-09-17 Magnus Henoch <mange@freemail.hu>
24287
24288 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
24289 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
24290 aspell versions >= 0.60.
24291 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
24292 only if ispell-aspell-supports-utf8 is non-nil.
24293
24294 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
24295
24296 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
24297 buffer-local value to lisp-indent-function.
24298
24299 2005-09-17 Milan Zamazal <pdm@zamazal.org>
24300
24301 * progmodes/glasses.el (glasses-make-readable): If
24302 glasses-separator differs from underscore, put appropriate
24303 overlays over underscore characters.
24304 (glasses-convert-to-unreadable): If glasses-separator differs from
24305 underscore, try to convert glasses-separator characters to
24306 underscores.
24307
24308 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
24309
24310 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
24311 Use with-syntax-table and dolist.
24312
24313 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
24314
24315 * textmodes/reftex-auc.el:
24316 * textmodes/reftex-cite.el:
24317 * textmodes/reftex-dcr.el:
24318 * textmodes/reftex-global.el:
24319 * textmodes/reftex-parse.el:
24320 * textmodes/reftex-ref.el:
24321 * textmodes/reftex-sel.el:
24322 * textmodes/reftex-toc.el:
24323 * textmodes/reftex-vars.el:
24324 * textmodes/reftex.el: Small changes to remove compiler warnings.
24325
24326 * textmodes/reftex-index.el: Likewise.
24327 (reftex-query-index-phrase): More efficient use of markers.
24328
24329 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
24330
24331 * image.el (image-load-path): New variable.
24332 (image-search-load-path): New function.
24333 (find-image): Search for images in `image-load-path'.
24334
24335 2005-09-15 Richard M. Stallman <rms@gnu.org>
24336
24337 * follow.el: Change Maintainer field.
24338
24339 2005-09-15 David Ponce <david@dponce.com>
24340
24341 * recentf.el (recentf-save-file-modes): New option.
24342 (recentf-save-list): Use it.
24343
24344 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
24345
24346 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
24347 (mode-line-mule-info, mode-line-modified): Move bindings from
24348 mouse-3 to mouse-1.
24349
24350 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
24351
24352 * simple.el (sendmail-user-agent-compose): Revert last change.
24353
24354 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
24355
24356 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
24357 Use with-current-buffer.
24358 (ange-ftp-gwp-start): Remove unused var `gw-user'.
24359 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
24360 (ange-ftp-insert-directory): Remove unused var `short'.
24361 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
24362
24363 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
24364 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
24365
24366 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
24367 (check-calendar-holidays, diary-list-entries): Autoload.
24368 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
24369 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
24370
24371 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
24372 which mistakenly removed a call to display-buffer.
24373
24374 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
24375
24376 * obsolete/iso-insert.el: Move to obsolete/ from international/.
24377
24378 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
24379
24380 * progmodes/hideshow.el
24381 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
24382 (hs-allow-nesting): New user var.
24383 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
24384 (hs-hide-block-at-point): When nesting allowed,
24385 if there is already an overlay in place, delete it.
24386 (hs-safety-is-job-n): Delete func; remove call sites.
24387 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
24388 (hs-overlay-at): New func.
24389 (hs-already-hidden-p, hs-show-block): Use it.
24390 (hs-hide-all): Don't pre-clean if nesting allowed.
24391 (hs-show-all): Temporarily disallow
24392 nesting around call to `hs-discard-overlays'.
24393
24394 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
24395
24396 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
24397 Delete unused local var.
24398
24399 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
24400
24401 * help-fns.el (describe-categories): "?\ " -> "?\s".
24402 (help-do-arg-highlight): Recognize also ARG-n, as in
24403 `move-to-left-margin' (ARG+n is already recognized). Simplify.
24404
24405 * international/codepage.el (dos-unsupported-char-glyph):
24406 * net/newsticker.el (tool-bar-map, w3-mode-map)
24407 (w3m-minor-mode-map):
24408 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
24409 (ent-alist):
24410 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
24411
24412 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
24413
24414 * custom.el (custom-push-theme): Handle the case where a symbol is
24415 bound but face properties have not yet been assigned.
24416
24417 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
24418 Fix behavior if noerase is `t' and there is no mail buffer.
24419
24420 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
24421 if `continue' is nil, rather than signal an error.
24422
24423 2005-09-12 Richard M. Stallman <rms@gnu.org>
24424
24425 * font-lock.el (font-lock-keywords): Add autoload.
24426
24427 * help-fns.el (describe-variable): Rearrange to put source link
24428 in a predictable place.
24429
24430 * net/newsticker.el: New file.
24431
24432 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
24433
24434 * calendar/calendar.el (calendar-for-loop): Add edebug info.
24435 (calendar-basic-setup): Use the new nil arg.
24436 (number-of-diary-entries): Move to diary-lib.el.
24437
24438 * calendar/diary-lib.el: Use with-current-buffer, match-string.
24439 (diary-list-entries): Use with-syntax-table and dolist.
24440 Rename from list-diary-entries.
24441 Use number-of-diary-entries if `number' is nil.
24442 (diary, diary-view-entries): Use this new name and new nil arg value.
24443 (number-of-diary-entries): Move from calendar.el.
24444 (diary-unhide-everything): New function.
24445 (include-other-diary-files, fancy-diary-display)
24446 (diary-show-all-entries, make-diary-entry): Use it.
24447 (diary-mail-entries): Use buffer-string.
24448 (mark-diary-entries): Fix long standing paren typo.
24449 (diary-sexp-entry): Use count-lines.
24450 (make-diary-entry): Avoid `previous-line'.
24451 (diary-mode-map): New var.
24452 (diary-mode): Redraw cal after saving. Setup header-line.
24453 (fancy-diary-display-mode): Use local-set-key.
24454
24455 * startup.el (command-line): Try calling various terminal-init-foo-bar
24456 functions by stripping hyphenated suffixes from $TERM.
24457
24458 * files.el (normal-mode): Check boundness of font-lock-keywords.
24459
24460 2005-09-12 Richard M. Stallman <rms@gnu.org>
24461
24462 * progmodes/compile.el: Don't decide a file's directory
24463 until the user actually tries to go there.
24464 (compilation-next-error-function):
24465 Pass compilation-find-file the directory from the file-struct.
24466 (compilation-internal-error-properties): Separate local FILE-STRUCT
24467 from FILE. Doc the args better. Rename arg FMT to FMTS.
24468 (compilation-find-file): Arg DIR renamed to DIRECTORY.
24469 Expand it, and if nil, use default-directory.
24470 (compilation-get-file-structure): Don't mix specified directory
24471 with default directory. Put specified directory into
24472 file-struct. Don't make the file name absolute.
24473
24474 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
24475 (compile-command): Add autoload.
24476 (compilation-disable-input): Add autoload.
24477
24478 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
24479
24480 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
24481 strings of the variables it can override.
24482 (time-stamp): New (as yet undocumented) time-stamp-format escapes
24483 %Q and %q, for fully-qualified domain name and unqualified host name.
24484
24485 2005-09-11 Kim F. Storm <storm@cua.dk>
24486
24487 * emacs-lisp/authors.el (authors-aliases): Update list.
24488 (authors-fixed-entries): Update mldrag.el entry.
24489
24490 2005-09-10 Alan Mackenzie <acm@muc.de>
24491
24492 * textmodes/page.el (narrow-to-page): Exclude _entire_ multi-line
24493 delimiter from the region narrowed to.
24494
24495 2005-09-10 Magnus Henoch <mange@freemail.hu>
24496
24497 * textmodes/ispell.el (ispell-check-version): Signal an error if
24498 aspell version is less than 0.60.
24499
24500 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
24501
24502 * progmodes/octave-inf.el (inferior-octave-startup):
24503 Resync current dir at the end.
24504
24505 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
24506
24507 * woman.el (woman-topic-at-point-default):
24508 Rename to woman-use-topic-at-point-default.
24509 (woman-topic-at-point): Rename to woman-use-topic-at-point.
24510 (woman-file-name): Reflect renames above. Automatically use the
24511 word at point as topic if woman-use-topic-at-point is non-nil.
24512 Otherwise offer it as default but don't insert it in the
24513 minibuffer. Also use `test-completion' instead of `assoc' as
24514 suggested by Stefan Monnier.
24515
24516 2005-09-10 Andre Spiegel <spiegel@gnu.org>
24517
24518 * vc.el (vc-directory, vc-update-change-log): Throw an error on
24519 the attempt to do it over Tramp. This is not yet supported.
24520
24521 2005-09-10 Eli Zaretskii <eliz@gnu.org>
24522
24523 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
24524 (menu-bar-non-minibuffer-window-p): New functions.
24525 ("Split Window", "Save As..."): Use them.
24526 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
24527 ("Print Buffer", "Truncate Long Lines in this Buffer"):
24528 Use menu-bar-menu-frame-live-and-visible-p.
24529 ("Save Buffer", "Insert File", "Open Directory...")
24530 ("Open File...", "Visit New File..."):
24531 Use menu-bar-non-minibuffer-window-p.
24532 (kill-this-buffer-enabled-p, dired <menu-enable>):
24533 Use menu-bar-non-minibuffer-window-p.
24534
24535 2005-09-09 Eli Zaretskii <eliz@gnu.org>
24536
24537 * cus-start.el (all): Don't complain about fringe-related
24538 built-ins if fringes are not supported. Ditto about
24539 selection-related built-ins. Fix the test for GTK-related built-ins.
24540
24541 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
24542 ("Postscript Print Buffer", "Print Region", "Save As...")
24543 ("Save", "Insert File...", "Open Directory...")
24544 ("Open File...", "Visit New File..."")
24545 ("Truncate Long Lines in this Buffer"): Don't look at
24546 menu-updating-frame if this display does not support multiple frames.
24547
24548 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24549
24550 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
24551
24552 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
24553
24554 * woman.el: Format- and whitespace-related changes.
24555
24556 2005-09-09 Eli Zaretskii <eliz@gnu.org>
24557
24558 * woman.el: Fix my email address.
24559
24560 2005-09-08 Richard M. Stallman <rms@gnu.org>
24561
24562 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
24563 (sh-mode): Locally set skeleton-pair-default-alist.
24564
24565 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
24566
24567 * progmodes/flymake.el: Require `compile' unconditionally.
24568
24569 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
24570
24571 * woman.el (woman-file-name): Provide a default, not initial input.
24572
24573 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
24574
24575 * font-lock.el (font-lock-support-mode): Doc fix.
24576
24577 * descr-text.el (describe-property-list): Handle non-symbol prop names.
24578
24579 2005-09-08 Richard M. Stallman <rms@gnu.org>
24580
24581 * simple.el (blink-matching-open): Get rid of text props from
24582 the string shown in echo area. Don't permanently set point.
24583 Some rearrangements.
24584
24585 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
24586
24587 * recentf.el (recentf-filename-handler): Add custom choice
24588 `abbreviate-file-name'.
24589
24590 * msb.el (msb--very-many-menus): Fix typo.
24591
24592 * disp-table.el (standard-display-european): Don't set
24593 enable-multibyte-characters to nil.
24594
24595 2005-09-08 David Ponce <david@dponce.com>
24596
24597 * recentf.el (recentf-show-file-shortcuts-flag): New option.
24598 (recentf-expand-file-name): Doc fix.
24599 (recentf-dialog-mode-map): Define digit shortcuts.
24600 (recentf--files-with-key): New variable.
24601 (recentf-show-digit-shortcut-filter): New function.
24602 (recentf-open-files-items): New function.
24603 (recentf-open-files): Use it.
24604 (recentf-open-file-with-key): New command.
24605
24606 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
24607
24608 * buff-menu.el (Buffer-menu-sort-by-column): New function.
24609 Suggested by Kim F. Storm.
24610 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
24611 (Buffer-menu-make-sort-button): Use global keymap.
24612
24613 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
24614
24615 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
24616 (Man-getpage-in-background-advice): Remove defadvice; it isn't
24617 necessary any longer with the remapped command.
24618 (Man-bgproc-sentinel-advice): Remove defadvice which counts
24619 formatting time only.
24620
24621 * net/tramp.el (tramp-action-password)
24622 (tramp-multi-action-password): Compile the password prompt from
24623 `method', `user' and `host'. Sometimes it isn't obvious which
24624 password to enter, for example with remote files offered by
24625 recentf.el, or with multiple steps. Suggested by Robert Marshall
24626 <robert@chezmarshall.freeserve.co.uk>.
24627
24628 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
24629
24630 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
24631 Fix regexp for when "s///" is at the beginning of line.
24632
24633 2005-09-07 Jay Belanger <belanger@truman.edu>
24634
24635 * calc/calc-poly.el (math-expand-term): Multiply out any powers
24636 when in matrix mode.
24637
24638 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
24639
24640 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
24641 non-anonymous functions.
24642
24643 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
24644
24645 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
24646 when using a header line. Otherwise, use mouse-1-click-follows-link.
24647
24648 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
24649 can't be moved; don't signal an error.
24650
24651 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
24652
24653 * cus-theme.el (custom-theme-write-faces): Save the current face
24654 spec, not the defface spec.
24655
24656 * custom.el (custom-known-themes): Clarify meaning of "standard".
24657 (custom-push-theme): Save old values in the standard theme.
24658 (disable-theme): Correct typo.
24659 (custom-face-theme-value): Deleted unused function.
24660 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
24661
24662 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
24663
24664 * progmodes/compile.el (compilation-goto-locus): Take into account
24665 iconified frames when determining whether the buffer is
24666 already visible.
24667 Don't reset window height if the window already existed.
24668
24669 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
24670
24671 * custom.el (load-theme): Rename from require-theme.
24672 Add interactive spec.
24673 (enable-theme): Rename from custom-enable-theme.
24674 Add interactive spec.
24675 (disable-theme): Rename from custom-disable-theme.
24676 Add interactive spec.
24677 (custom-make-theme-feature): Doc fix.
24678 (custom-theme-directory): Doc fix.
24679 (provide-theme): Call enable-theme.
24680
24681 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
24682
24683 * obsolete/lazy-lock.el (lazy-lock-mode):
24684 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
24685 font-lock-mode if it's off. Print a warning instead.
24686
24687 * progmodes/compile.el (compilation-start): Ignore errors if the
24688 process died before we get to send-eof.
24689
24690 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
24691 Undo last change. Enclosing the result in quotes broke things on Unix
24692 since tex-send-command passes it through shell-quote-argument.
24693 (tex-send-command): Pass `file' through convert-standard-filename
24694 when possible.
24695 (tex-uptodate-p): Handle the case where TeX hasn't put additional
24696 info in a transcript.
24697
24698 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
24699
24700 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
24701 fix compilation warning. Reorder the key definitions to group
24702 together keys emitted by the current version of xterm.
24703
24704 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
24705 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
24706 Reorder predicates to correct min-color usage.
24707
24708 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
24709
24710 * longlines.el (longlines-mode): Inhibit read-only when encoding.
24711 Kill local variables when longlines-mode is turned off.
24712
24713 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
24714
24715 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
24716
24717 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
24718
24719 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
24720
24721 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
24722 (font-lock-lines-before): Change default to being inactive.
24723 (font-lock-default-fontify-region): Obey font-lock-lines-before.
24724 (font-lock-after-change-function): Don't handle f-l-lines-before here.
24725
24726 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
24727
24728 * net/tramp.el (tramp-handle-make-auto-save-file-name):
24729 Deactivate temporarily advice if active (not needed for Emacs 22,
24730 but for backwards compatibility).
24731 (tramp-exists-file-name-handler): Rewrite. First implementation
24732 was too simple.
24733 (tramp-advice-make-auto-save-file-name):
24734 Call `tramp-handle-make-auto-save-file-name' (again, just for
24735 backwards compatibility).
24736
24737 2005-08-31 Reto Zimmermann <reto@gnu.org>
24738
24739 * progmodes/vhdl-mode.el
24740 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
24741 (vhdl-end-p): Fix indentation bug "else" after "-- when".
24742 (vhdl-set-default-project): New function (easier setting of default).
24743 (vhdl-port-copy): Handle extended identifiers for generics.
24744 (vhdl-compiler-alist): Better description for error message regexp.
24745 (vhdl-make): Query for target, use previous as default.
24746 (vhdl-port-copy): Fix port copy for port names starting with "signal".
24747 (vhdl-font-lock-keywords-2): Fix fontification for record
24748 el. assign.
24749 (vhdl-speedbar-make-subpack-line): Add package body link.
24750 (vhdl-generate-makefile-1): Not include itself as dependency.
24751 (vhdl-font-lock-init): Highlight c-preprocessor directives.
24752 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
24753 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
24754 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
24755 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
24756 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
24757 (vhdl-import-project): Add string argument for `error'.
24758 (vhdl-compose-configuration)
24759 (vhdl-compose-configuration-architecture): Add configuration
24760 declaration generation.
24761 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
24762 (vhdl-trailer-re): Add "record" keyword (better indentation).
24763 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
24764 "[^ \t-\"]+".
24765 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
24766 (vhdl-testbench-entity-file-name)
24767 (vhdl-testbench-architecture-file-name): Allow separate
24768 customization of testbench file names.
24769 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
24770 (vhdl-get-visible-signals): Allow newline within alias declaration.
24771 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
24772 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
24773 (member-ignore-case): Alias for missing function in XEmacs.
24774 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
24775 (vhdl-update-sensitivity-list): Ignore case on read signals.
24776 (vhdl-replace-string): Adjust case only for file names.
24777 (vhdl-update-sensitivity-list): Fix search for read signals.
24778 (vhdl-update-sensitivity-list): Exclude formal parameters.
24779 (vhdl-get-visible-signals): Include aliases of signals.
24780 (vhdl-get-visible-signals): Fix signal name searching.
24781 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
24782 (vhdl-fixup-whitespace-region): Fix for character
24783 literals (e.g. `:').
24784
24785 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
24786
24787 * ansi-color.el (comint-last-output-start):
24788 * bs.el (font-lock-verbose):
24789 * diff-mode.el (add-log-buffer-file-name-function):
24790 * dired-x.el (vm-folder-directory):
24791 * faces.el (help-xref-stack-item):
24792 * files.el (font-lock-keywords):
24793 * find-lisp.el (dired-buffers, dired-subdir-alist):
24794 * ido.el (cua-inhibit-cua-keys):
24795 * log-view.el (cvs-minor-wrap-function):
24796 * outline.el (font-lock-warning-face):
24797 * simple.el (compilation-current-error):
24798 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
24799 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
24800 * tooltip.el (comint-prompt-regexp):
24801 * w32-fns.el (explicit-shell-file-name):
24802 * term/mac-win.el (mac-charset-info-alist)
24803 (mac-services-selection, mac-system-script-code):
24804 * term/tty-colors.el (msdos-color-values):
24805 * term/w32-win.el (xlfd-regexp-registry-subnum):
24806 * term/x-win.el (x-keysym-table, x-selection-timeout)
24807 (x-session-id, x-session-previous-id):
24808 * textmodes/ispell.el (mail-yank-prefix):
24809 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
24810 * textmodes/org.el (calc-embedded-close-formula)
24811 (calc-embedded-open-formula)
24812 (font-lock-unfontify-region-function):
24813 * textmodes/reftex-global.el (isearch-next-buffer-function)
24814 (TeX-master):
24815 * textmodes/reftex.el (font-lock-keywords):
24816 * textmodes/tex-mode.el (font-lock-comment-face)
24817 (font-lock-doc-face):
24818 * textmodes/texinfo.el (outline-heading-alist):
24819 Add defvars.
24820
24821 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
24822 (artist-spray-chars, artist-mode-init, artist-replace-string)
24823 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
24824 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
24825 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
24826
24827 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
24828 (conf-align-assignments): "?\ " -> "?\s".
24829
24830 * textmodes/reftex-index.el (TeX-master): Add defvar.
24831 (reftex-index-phrases-marker): Move up defvar.
24832
24833 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
24834 (reftex-toc-include-labels-indicator)
24835 (reftex-toc-include-index-indicator)
24836 (reftex-toc-max-level-indicator): Move up declarations.
24837
24838 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
24839 of args to `tramp-run-real-handler', even if it's empty in this case.
24840
24841 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24842
24843 * dired.el (dired-move-to-filename-regexp): Add date format for
24844 Mac OS X 10.3 in East Asian locales.
24845
24846 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
24847
24848 * files.el (make-auto-save-file-name): Add file name handler call
24849 if applicable.
24850
24851 * net/tramp.el (tramp-file-name-handler-alist)
24852 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
24853 (tramp-handle-make-auto-save-file-name): Rename from
24854 `tramp-make-auto-save-file-name'.
24855 (tramp-exists-file-name-handler): New defun.
24856 (tramp-advice-make-auto-save-file-name): Make defadvice only when
24857 `make-auto-save-file-name' is not a magic file name operation.
24858
24859 2005-08-30 Richard M. Stallman <rms@gnu.org>
24860
24861 * files.el (risky-local-variable-p):
24862 Match `-predicates' and `-commands.
24863
24864 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
24865 (custom-save-all): Visit the file if necessary;
24866 kill the buffer if we created it.
24867 (custom-save-delete): Don't visit file or kill buffer here.
24868
24869 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
24870
24871 * textmodes/org.el (org-special-keyword): New face.
24872 (org-table-copy-down, org-table-eval-formula)
24873 (org-table-recalculate, org-init-section-numbers):
24874 Use `string-to-number' instead of `string-to-int'.
24875 (org-get-location): Use `insert-buffer-substring' instead of
24876 `insert-buffer'.
24877 (org-modify-diary-entry-string): New function.
24878 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
24879 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
24880 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
24881 active region.
24882 (org-export-as-html): Handle QUOTE keyword.
24883 (org-quote-string): New option.
24884 (org-bookmark-jump-unhide): New function, used for
24885 `bookmark-after-jump-hook'.
24886 (org-diary-default-entry): Apply only when not called through
24887 `org-agenda'.
24888
24889 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
24890
24891 * net/eudc.el (mode-popup-menu):
24892 * play/handwrite.el (ps-printer-name, ps-lpr-command):
24893 * progmodes/ada-mode.el (compile-auto-highlight)
24894 (skeleton-further-elements):
24895 * progmodes/autoconf.el (font-lock-syntactic-keywords):
24896 * progmodes/cmacexp.el (msdos-shells):
24897 * progmodes/compile.el (font-lock-extra-managed-props)
24898 (font-lock-keywords, font-lock-maximum-size)
24899 (font-lock-support-mode):
24900 * progmodes/grep.el (font-lock-lines-before):
24901 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
24902 * progmodes/mixal-mode.el (compile-command):
24903 * progmodes/perl-mode.el (font-lock-comment-face)
24904 (font-lock-doc-face, font-lock-string-face):
24905 * progmodes/prolog.el (comint-prompt-regexp):
24906 * progmodes/sh-script.el (font-lock-comment-face)
24907 (font-lock-set-defaults, font-lock-string-face):
24908 * progmodes/sql.el (font-lock-keyword-face)
24909 (font-lock-set-defaults, font-lock-string-face):
24910 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
24911 (itimer-version, lazy-lock-defer-contextually)
24912 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
24913 Add defvars.
24914
24915 * progmodes/cperl-mode.el (cperl-electric-lbrace)
24916 (cperl-electric-keyword, cperl-electric-pod)
24917 (cperl-electric-backspace, cperl-forward-re)
24918 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
24919 (vc-rcs-header, vc-sccs-header): Add defvars.
24920
24921 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
24922 (font-lock-syntactic-keywords, gud-find-expr-function):
24923 Add defvars.
24924
24925 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
24926 (gdb-frame-parameters): Declare before use.
24927
24928 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
24929 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
24930 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
24931 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
24932
24933 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
24934 (idlwave-help-with-source): Use `insert-buffer-substring', not
24935 `insert-buffer'.
24936
24937 2005-08-29 Juri Linkov <juri@jurta.org>
24938
24939 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
24940 Put outline-back-to-heading function call inside save-excursion.
24941
24942 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
24943
24944 * man.el (Man-init-defvars, Man-translate-references)
24945 (Man-support-local-filenames, Man-highlight-references):
24946 * progmodes/sql.el (sql-interactive-mode):
24947 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
24948
24949 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
24950 (compilation-mode-font-lock-keywords): Add defvars.
24951 (checkdoc-interactive-loop): "?\ " -> "?\s".
24952
24953 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
24954 (font-lock-doc-face, font-lock-string-face)
24955 (font-lock-keywords-case-fold-search): Add defvars.
24956 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
24957
24958 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
24959 Don't pass X and Y (they are ignored anyway).
24960 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
24961 (mouse-delete-window): Make arguments optional.
24962
24963 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
24964 (caesar-translate-table, minor-modes, news-buffer-save)
24965 (news-group-name, news-minor-modes): Add defvars.
24966
24967 * emacs-lisp/lselect.el (mouse-highlight-priority)
24968 (x-lost-selection-functions, zmacs-regions):
24969 * emacs-lisp/pp.el (font-lock-verbose):
24970 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
24971 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
24972 (ses-mode-map):
24973 * emacs-lisp/tcover-unsafep.el (safe-functions):
24974 * international/mule-cmds.el (mac-system-coding-system)
24975 (mac-system-locale):
24976 * language/ethio-util.el (rmail-current-message)
24977 (rmail-message-vector):
24978 * language/thai-util.el (thai-auto-composition-mode):
24979 * mail/metamail.el (rmail-current-message, rmail-message-vector):
24980 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
24981 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
24982 (vm-primary-inbox, vm-spool-files):
24983 * mail/rmail.el (deleted-head, font-lock-fontified)
24984 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
24985 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
24986 (total-messages):
24987 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
24988 (rmail-summary-mode-map):
24989 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
24990 (rmail-last-label, rmail-last-multi-labels)
24991 (rmail-summary-vector, rmail-total-messages):
24992 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
24993 * mail/rmailsum.el (msgnum):
24994 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
24995 (rmail-current-message):
24996 * obsolete/fast-lock.el (font-lock-face-list):
24997 * obsolete/rnewspost.el (mail-reply-buffer):
24998 * obsolete/scribe.el (compile-command):
24999 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
25000
25001 2005-08-28 John Paul Wallington <jpw@gnu.org>
25002
25003 * ibuf-ext.el (ibuffer-auto-update-changed):
25004 Use `frame-or-buffer-changed-p' to check whether we need to update.
25005 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
25006 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
25007 as a `frame-or-buffer-changed-p' state vector instead.
25008
25009 2005-08-27 Romain Francoise <romain@orebokech.com>
25010
25011 * textmodes/makeinfo.el (makeinfo-compile):
25012 Use `compilation-start'. Set `next-error-function' according to
25013 `disable-errors'.
25014 (makeinfo-next-error): New function.
25015 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
25016 (makeinfo-buffer): Likewise.
25017
25018 * progmodes/compile.el (compilation-start): Add autoload cookie.
25019
25020 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
25021 * textmodes/sgml-mode.el: Likewise.
25022 * progmodes/python.el: Likewise.
25023
25024 2005-08-27 Eli Zaretskii <eliz@gnu.org>
25025
25026 * simple.el (blink-matching-paren-distance): Document the meaning
25027 of nil value, and allow to customize to nil.
25028
25029 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
25030 command.com, not command.exe.
25031
25032 2005-08-26 John Wiegley <johnw@newartisans.com>
25033
25034 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
25035 code around a bit so that an extraneous nil argument is not added
25036 to a command when no args are given.
25037
25038 * eshell/esh-arg.el (eshell-parse-double-quote): If a
25039 double-quoted argument resolves to nil, return it as an empty
25040 string rather than as nil. This made it impossible to pass "" to
25041 a shell script as a null string argument.
25042
25043 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
25044
25045 * outline.el (outline-invent-heading): New fun.
25046 (outline-promote, outline-demote): Use it.
25047 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
25048 (outline-end-of-subtree): Remove unused var `opoint'.
25049
25050 2005-08-26 David Reitter <david.reitter@gmail.com>
25051
25052 * menu-bar.el (truncate-lines, write-file, print-buffer)
25053 (ps-print-buffer-faces, ps-print-buffer, split-window):
25054 Disable menu items when the frame they refer to is invisible, or when
25055 they refer to a buffer and the minibuffer is selected.
25056
25057 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
25058
25059 * progmodes/flymake.el (flymake-highlight-err-lines):
25060 Use save-excursion around flymake-highlight-line to preserve point.
25061
25062 2005-08-26 Eli Zaretskii <eliz@gnu.org>
25063
25064 * progmodes/octave-mod.el: Change Author and Maintainer address.
25065 (octave-maintainer-address): Change Kurt's email address.
25066 * progmodes/octave-inf.el: Change Author and Maintainer address.
25067 * progmodes/octave-hlp.el: Change Author and Maintainer address.
25068
25069 2005-08-26 Kim F. Storm <storm@cua.dk>
25070
25071 * subr.el (version-list-<, version-list-<=, version-list-=):
25072 Rename from integer-list-*.
25073 (version-list-not-zero): Likewise. Fix while loop.
25074 (version=): Use version-list-= instead of string-equal.
25075
25076 2005-08-26 Richard M. Stallman <rms@gnu.org>
25077
25078 * outline.el (outline-promote): Try shortening the heading.
25079 As last resort, read the heading to use.
25080 (outline-demote): As last resort, read the heading to use.
25081
25082 2005-08-26 Romain Francoise <romain@orebokech.com>
25083
25084 * progmodes/compile.el (compilation-start): Doc fix.
25085
25086 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
25087 (antlr-font-lock-additional-keywords): Fix reference to
25088 `antlr-font-lock-literal-regexp' erroneously changed during the
25089 mass face rename.
25090 (antlr-run-tool): Use `compilation-start'.
25091
25092 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
25093 instead of the obsolete `compile-internal'.
25094
25095 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
25096
25097 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
25098 (number, original-date):
25099 * calendar/cal-china.el (date):
25100 * calendar/cal-coptic.el (date):
25101 * calendar/cal-french.el (date):
25102 * calendar/cal-hebrew.el (date, entry, number, original-date):
25103 * calendar/cal-islam.el (date, number, original-date):
25104 * calendar/cal-iso.el (date):
25105 * calendar/cal-julian.el (date):
25106 * calendar/cal-mayan.el (date):
25107 * calendar/cal-menu.el (date, event):
25108 * calendar/cal-persia.el (date):
25109 * calendar/lunar.el (date):
25110 * calendar/solar.el (date): Add defvars.
25111
25112 * emerge.el:
25113 * ibuffer.el:
25114 * info-xref.el:
25115 * obsolete/bg-mouse.el:
25116 * obsolete/sun-curs.el:
25117 * obsolete/swedish.el: Move the `defvar's to the top level.
25118
25119 * smerge-mode.el (smerge-refined-change): Add :group.
25120
25121 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
25122
25123 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
25124 (smerge-keep-n): Remove props.
25125 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
25126 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
25127 now that it's done in smerge-keep-n.
25128 (smerge-refined-change): New face.
25129 (smerge-refine-chopup-region, smerge-refine-highlight-change)
25130 (smerge-refine): New funs.
25131 (smerge-basic-map): Bind smerge-refine.
25132
25133 2005-08-25 Juri Linkov <juri@jurta.org>
25134
25135 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
25136 compilation-process-setup-function and compilation-disable-input
25137 in grep-mode instead of let-bindings in grep.
25138
25139 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
25140 Delete "Automatic File De/compression" (auto-compression-mode).
25141
25142 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
25143
25144 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
25145 Silence warning about non-existent variable.
25146
25147 2005-08-25 Richard M. Stallman <rms@gnu.org>
25148
25149 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
25150 Rename "Describe Key" to "Describe Key or Mouse Operation".
25151
25152 * mail/mailalias.el (build-mail-aliases): Delete comments
25153 from the contents before processing them.
25154
25155 * isearch.el (isearch-edit-string): Erase the Search prompt
25156 if user enters an empty string and there is no default.
25157
25158 * comint.el (comint-file-name-prefix): Add autoload.
25159
25160 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
25161
25162 * subr.el (play-sound): Rearrange to avoid warning.
25163
25164 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
25165
25166 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
25167 New hook.
25168 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
25169
25170 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
25171
25172 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
25173
25174 * custom.el (custom-theme-set-variables): Sort minor modes last.
25175
25176 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25177
25178 * subr.el (version-separator, version-regexp-alist): New vars used by
25179 version comparison funs.
25180 (integer-list-<, integer-list-=, integer-list-<=)
25181 (integer-list-not-zero): New funs for integer list comparison.
25182 (version-to-list, version=, version<, version<=): New funs for version
25183 comparison.
25184
25185 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
25186
25187 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
25188 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
25189 time to silence the byte-compiler.
25190
25191 * ibuffer.el (ibuffer-compile-make-eliding-form)
25192 (ibuffer-check-formats): Use `with-no-warnings' to hide references
25193 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
25194 so it's silly to get warnings for it).
25195 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
25196 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
25197 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
25198 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
25199 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
25200 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
25201 Defvar at compile time.
25202 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
25203 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
25204 Declare them before use.
25205
25206 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
25207 (info-xref-good, info-xref-bad): Defvar at compile time.
25208
25209 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
25210 Use `let*' instead of `let'.
25211
25212 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
25213 (*mouse-y*, menu, char): Defvar at compile time.
25214 (sc::menu): Declare it before use.
25215 (sc::pack-one-line): Use `let', not `let*'.
25216
25217 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
25218 (mail-send-hook): Defvar at compile time.
25219
25220 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
25221 Defvar at compile time.
25222
25223 * term/sun-mouse.el (current-global-mousemap)
25224 (current-local-mousemap): Declare them before use.
25225
25226 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
25227
25228 * bookmark.el (bookmark-after-jump-hook): New hook.
25229 (bookmark-jump): Run `bookmark-after-jump-hook'.
25230
25231 2005-08-23 Juri Linkov <juri@jurta.org>
25232
25233 * faces.el (minibuffer-prompt): Doc fix.
25234
25235 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
25236
25237 * progmodes/xscheme.el: Trivial changes to silence warnings.
25238 (xscheme-previous-mode, xscheme-previous-process-state):
25239 Add defvars.
25240 (xscheme-last-input-end, xscheme-process-command-line)
25241 (xscheme-process-name, xscheme-buffer-name)
25242 (xscheme-expressions-ring-max, xscheme-expressions-ring)
25243 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
25244 (xscheme-control-g-synchronization-p)
25245 (xscheme-control-g-disabled-p, xscheme-string-receiver)
25246 (default-xscheme-runlight, xscheme-runlight)
25247 (xscheme-runlight-string, xscheme-process-filter-state)
25248 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
25249 Move to beginning of file.
25250 (scheme-interaction-mode-commands-alist)
25251 (scheme-interaction-mode-map, scheme-debugger-mode-map):
25252 Declare them before use. Note: the initialization code for the
25253 variables has not been moved because it uses functions that reference
25254 the variables.
25255 (xscheme-control-g-message-string, xscheme-process-filter-alist)
25256 (xscheme-prompt-for-expression-map): Declare them before use.
25257 (scheme-debugger-mode-commands): "?\ " -> "?\s".
25258
25259 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
25260
25261 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
25262
25263 2005-08-22 Juri Linkov <juri@jurta.org>
25264
25265 * faces.el (set-face-underline): Delete this duplicate function
25266 and make an obsolete alias to set-face-underline-p.
25267 (set-face-underline-p): Use docstring of set-face-underline.
25268 (describe-face): Create hyperlink to parent face.
25269
25270 * info.el (Info-insert-dir): Use save-excursion around
25271 insert-buffer-substring.
25272 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
25273 (Info-escape-percent): Delete function.
25274 (Info-fontify-node): Replace Info-escape-percent by
25275 replace-regexp-in-string with REP arg set to lambda that
25276 duplicates `%' and preserves text properties.
25277
25278 * progmodes/compile.el (compilation-disable-input): Doc fix.
25279 (define-compilation-mode): Doc fix and refill.
25280 (kill-compilation): Use `mode-name' in the error message.
25281 (compilation-find-file): Use `compilation-error' in the
25282 read-file-name's prompt.
25283
25284 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
25285
25286 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
25287 (smerge-auto-leave): Make undo re-enable the mode.
25288 (debug-ignored-errors): Add the user-error of impossible resolution.
25289 (smerge-resolve): Move things around a bit, in preparation for later.
25290 (smerge-diff): Don't fail if the buffer has no associated file.
25291 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
25292 (smerge-conflict-overlay): New function.
25293 (smerge-match-conflict): Don't add text properties here.
25294 (smerge-find-conflict): Instead, add an overlay here.
25295 Also check for the case where we're inside a conflict already, so as to
25296 obviate the need for font-lock-multiline, which is unbearably slow with
25297 large conflicts and ciomplex font-lock patterns.
25298 (smerge-remove-props): Remove overlay rather than text-properties.
25299 (smerge-mode): Don't set font-lock-multiline.
25300 Remove overlays when turned off.
25301
25302 2005-08-21 Kim F. Storm <storm@cua.dk>
25303
25304 * ido.el (ido-ignore-item-p): Use save-match-data.
25305 Bind case-fold-search to ido-case-fold locally.
25306
25307 2005-08-20 Richard M. Stallman <rms@gnu.org>
25308
25309 * files.el (normal-mode): If font lock is on, turn it off and on.
25310
25311 * subr.el (replace-regexp-in-string): Doc fix.
25312
25313 * startup.el (command-line-1): Don't suppress startup screen
25314 due to existing processes.
25315
25316 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
25317
25318 * progmodes/compile.el (compilation-disable-input): Default to nil.
25319
25320 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
25321
25322 * progmodes/compile.el (compilation-disable-input): New defcustom.
25323 (compilation-start): If compilation-disable-input is non-nil, send
25324 EOF to the compilation process.
25325
25326 2005-08-20 Eli Zaretskii <eliz@gnu.org>
25327
25328 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
25329 Run the argument of tex-shell-cd-command through
25330 convert-standard-filename, to get the correct style of slashes on
25331 Windows, and enclose the result in quotes, in case the file name
25332 includes whitespace or other special characters.
25333
25334 2005-08-19 Andreas Schwab <schwab@suse.de>
25335
25336 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
25337 process.
25338
25339 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
25340
25341 * cus-start.el (minibuffer-prompt-properties): Correct typo.
25342
25343 2005-08-18 Kim F. Storm <storm@cua.dk>
25344
25345 * scroll-lock.el: Fix errors due to incorrect line wrapping.
25346
25347 2005-08-18 Richard M. Stallman <rms@gnu.org>
25348
25349 * scroll-lock.el: New file.
25350
25351 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
25352
25353 * dired.el (dired-move-to-end-of-filename):
25354 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
25355
25356 2005-08-18 Kim F. Storm <storm@cua.dk>
25357
25358 * ido.el (ido-everywhere): Fix defcustom :set function to disable
25359 rather than toggle mode when custom value is nil.
25360 (ido-everywhere): Fix defun doc string.
25361
25362 2005-08-17 Richard M. Stallman <rms@gnu.org>
25363
25364 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
25365 as tag instead of "Inviolable".
25366
25367 2005-08-17 Kim F. Storm <storm@cua.dk>
25368
25369 * windmove.el (windmove-coordinates-of-position): Remove.
25370 (windmove-coordinates-of-window-position): Remove.
25371 (windmove-reference-loc): Use posn-at-point instead.
25372
25373 * subr.el (insert-for-yank-1): Doc fix.
25374
25375 * ido.el (ido-enter-matching-directory): Rename from
25376 ido-enter-single-matching-directory. Change `slash' choice to
25377 `only'. Add `first' choice.
25378 (ido-exhibit): Adapt to above changes.
25379
25380 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
25381
25382 * Makefile.in: Expand comment about building loaddefs.el.
25383
25384 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
25385
25386 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
25387 Comment use of defadvice.
25388
25389 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
25390
25391 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
25392
25393 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
25394 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
25395 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
25396 * progmodes/idlw-shell.el, progmodes/ld-script.el,
25397 * progmodes/which-func.el, ruler-mode.el, strokes.el,
25398 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
25399 for backward compatibility for faces that did not appear in the
25400 previous Emacs release.
25401
25402 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
25403
25404 2005-08-15 Kim F. Storm <storm@cua.dk>
25405
25406 * emulation/cua-base.el (cua-delete-region): Return t if
25407 deleted region was non-empty.
25408 (cua-replace-region): Inhibit overwrite-mode for
25409 self-insert-command if replaced region was non-empty.
25410 (cua--explicit-region-start, cua--status-string): Make them
25411 buffer-local at top-level...
25412 (cua-mode): ...rather than when mode is enabled.
25413
25414 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
25415
25416 * progmodes/vhdl-mode.el (vhdl-emacs-21):
25417 Set t for Emacs 21, 22, and so on.
25418
25419 2005-08-15 David Ponce <david@dponce.com>
25420
25421 * tree-widget.el: Update Commentary header.
25422 (tree-widget-theme): Doc fix.
25423 (tree-widget-space-width): New option.
25424 (tree-widget-image-properties): Look up in the default theme too.
25425 (tree-widget--cursors): Only for images with arrow pointer shape.
25426 (tree-widget-lookup-image): Pointer shape is hand by default.
25427 (tree-widget-icon): Rename generic icon widget from
25428 `tree-widget-control'.
25429 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
25430 derive from `tree-widget-icon'.
25431 (tree-widget-handle): Improve default look and feel of the text
25432 representation.
25433 (tree-widget): Rename :*-control properties to :*-icon properties.
25434 Add :action and :help-echo properties.
25435 (tree-widget-after-toggle-functions): Move.
25436 (tree-widget-close-node, tree-widget-open-node): Remove.
25437 (tree-widget-before-create-icon-functions): New hook.
25438 (tree-widget-value-create): Update to allow customization of icons
25439 and nodes at run-time via that new hook.
25440 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
25441 (tree-widget-icon-action, tree-widget-icon-help-echo)
25442 (tree-widget-action, tree-widget-help-echo): New functions.
25443
25444 2005-08-15 Kim F. Storm <storm@cua.dk>
25445
25446 * ido.el (ido-buffer-internal): Use with-no-warnings.
25447 (ido-make-merged-file-list): Use while-no-input.
25448
25449 2005-08-15 Richard M. Stallman <rms@gnu.org>
25450
25451 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
25452 (flyspell-large-region): Fix doc and custom type.
25453
25454 2005-08-14 Richard M. Stallman <rms@gnu.org>
25455
25456 * files.el (interpreter-mode-alist): Doc fix.
25457
25458 * mail/rmail.el (rmail-nonignored-headers): New variable.
25459 (rmail-clear-headers): Use it.
25460 (rmail-reply): Better handling of mail-followup-to header.
25461
25462 * progmodes/sh-script.el (sh-font-lock-keywords-var):
25463 Rename variable from sh-font-lock-keywords. In the `shell' entry,
25464 don't try to refer to executable-font-lock-keywords.
25465 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
25466 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
25467 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
25468 (sh-mode): Set comment-start-skip, local-abbrev-table,
25469 imenu-case-fold-search.
25470 (sh-set-shell): Don't set them here.
25471 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
25472 Don't cache the results in the original alist; don't ever modify
25473 that alist.
25474
25475 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
25476
25477 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
25478 empty.
25479
25480 2005-08-15 Andreas Schwab <schwab@suse.de>
25481
25482 * desktop.el: Put autoload cookie at risky-local-variable declarations.
25483
25484 * dired.el, info.el, mail/rmail.el: Revert last change.
25485
25486 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
25487
25488 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
25489 modification in `eval-after-load' form.
25490 * info.el: Likewise.
25491 * mail/rmail.el: Likewise.
25492
25493 2005-08-14 Juri Linkov <juri@jurta.org>
25494
25495 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25496 Remove highlighting of "Compilation started". Highlight only
25497 the word "finished" in "Compilation finished". Add highlighting
25498 of "interrupt", "killed", "terminated" and the exit code.
25499 (compilation-start): Add newline after header. Use exactly the
25500 same time stamp format as the finishing message.
25501 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
25502
25503 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
25504 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
25505 Add highlighting of "interrupt", "killed", "terminated".
25506
25507 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
25508 enabled and the current command is self-insert-command, call it
25509 explicitly with overwrite-mode bound to nil, to not allow it
25510 to delete the character after the selected region.
25511
25512 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
25513
25514 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
25515 move-end-of-line, end-of-line, and beginning-of-line to the list
25516 of commands after which the echo area is updated.
25517
25518 2005-08-12 Eli Zaretskii <eliz@gnu.org>
25519
25520 * cus-edit.el (custom-save-all, custom-save-delete):
25521 Bind recentf-exclude to exclude custom-file.
25522
25523 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
25524
25525 * mail/rmailsum.el (rmail-summary-end-of-message): New command
25526 to go to the bottom of the mail message. Added to
25527 `rmail-summary-mode-map' with key "/".
25528 (rmail-summary-show-message): New (internal) function for use by
25529 both `rmail-summary-beginning/end-of-message'.
25530 (rmail-summary-beginning-of-message): Change to use
25531 rmail-summary-show-message.
25532
25533 * mail/rmail.el (rmail-end-of-message): New command to go to the
25534 end of the current message. Added to `rmail-mode-map' with key "/".
25535 (rmail-beginning-of-message): Fix to work as documented.
25536 (rmail-mode): Change documentation.
25537
25538 * progmodes/compile.el (compilation-start): Add the line
25539 "Compilation started" with compilation start time.
25540 (compilation-mode-font-lock-keywords): Add `started' to keywords.
25541
25542 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
25543
25544 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
25545 of menu items.
25546
25547 2005-08-11 Richard M. Stallman <rms@gnu.org>
25548
25549 * simple.el (pop-global-mark): Reverse test of widen-automatically.
25550
25551 * battery.el (battery-status-function): Don't use ignore-errors.
25552
25553 2005-08-11 Lute Kamstra <lute@gnu.org>
25554
25555 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
25556 define-obsolete-variable-alias.
25557
25558 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
25559
25560 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
25561 (ange-ftp-send-cmd): Revert last change, and expand
25562 the comment explaining the problem.
25563
25564 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
25565
25566 * ldefs-boot.el: Update.
25567
25568 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
25569 item to "Time, Load and Mail". Change help echo text.
25570
25571 * time.el (display-time-use-mail-icon, display-time-format)
25572 (display-time-string-forms): Shorten first line of docstrings.
25573
25574 2005-08-10 Lars Hansen <larsh@soem.dk>
25575
25576 * desktop.el (desktop-buffer-mode-handlers):
25577 Make non-customizable. Add autoload cookie. Change initial value to
25578 nil; add elements in respective modules instead. Fix doc string.
25579 (desktop-load-file): New function.
25580 (desktop-minor-mode-handlers): New autoloaded variable.
25581 (desktop-create-buffer): Call minor mode handlers.
25582 Use desktop-load-file to load major and minor mode modules prior to
25583 checking for a handler.
25584 (desktop-save): Don't add nil to desktop-minor-modes for minor
25585 modes with nil function in desktop-minor-mode-table. Don't delete
25586 desktop file before rewriting it.
25587 (desktop-locals-to-save): Add autoload cookie. Don't make
25588 automatically buffer-local. Add variables column-number-mode,
25589 size-indication-mode, indent-tabs-mode,
25590 indicate-buffer-boundaries, indicate-empty-lines and
25591 show-trailing-whitespace.
25592 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
25593 regexps. Don't use desktop-clear-preserve-buffers-regexp.
25594 (desktop-clear-preserve-buffers-regexp): Delete.
25595 (desktop-clear-preserve-buffers): Update initial value and docstring.
25596 (desktop-save-buffer): Fix doc string.
25597
25598 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
25599 (hilit-chg-desktop-restore): New function.
25600 (highlight-changes-mode): Add highlight-changes-mode to
25601 desktop-locals-to-save.
25602
25603 * dired.el: Add handler to desktop-buffer-mode-handlers.
25604 (dired-restore-desktop-buffer): Remove autoload cookie.
25605 (dired-mode): Add autoload cookie.
25606
25607 * info.el: Add handler to desktop-buffer-mode-handlers.
25608 (Info-restore-desktop-buffer): Remove autoload cookie.
25609 (Info-mode): Add autoload cookie.
25610
25611 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
25612 (mh-restore-desktop-buffer): Remove autoload cookie.
25613 (mh-folder-mode): Add autoload cookie.
25614
25615 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
25616 (rmail-restore-desktop-buffer): Remove autoload cookie.
25617
25618 2005-08-11 Masatake YAMATO <jet@gyve.org>
25619
25620 * hexl.el (hexl-address-region):
25621 (hexl-ascii-region, hexl-font-lock-keywords):
25622 (hexl-highlight-line-range): Use the term "region"
25623 instead of "area" for consistency with the other symbols
25624 defined in hexl.el.
25625
25626 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
25627
25628 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
25629 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
25630 out by Juri Linkov). Add `display-battery-mode'.
25631
25632 2005-08-09 Juri Linkov <juri@jurta.org>
25633
25634 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25635 Remove `-text' from face variable names.
25636 (compilation-error-file-name, compilation-warning-file-name)
25637 (compilation-info-file-name): Delete faces.
25638 (compilation-line-number, compilation-column-number):
25639 Remove face underlining.
25640 (compilation-message-face): Set to `underline' value by default.
25641 (compilation-error-face, compilation-warning-face)
25642 (compilation-info-face): Remove `-file-name' from face names.
25643 (compilation-error-text-face, compilation-warning-text-face)
25644 (compilation-info-text-face): Delete face variables.
25645 (compilation-text-face): Delete function.
25646
25647 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
25648 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
25649 (grep-error-face): Set to `compilation-error' instead of
25650 `compilation-error-face' (which is redefined to `grep-hit-face' in
25651 grep buffers).
25652 (grep-mode-font-lock-keywords): Remove `-text' from face variable
25653 names. Use `grep-error-face' instead of `compilation-error-text-face'.
25654
25655 * dired-aux.el (dired-do-query-replace-regexp):
25656 Use `query-replace-read-args'.
25657
25658 * replace.el (query-replace-read-from, query-replace-read-to)
25659 (query-replace-read-args): Rename arg `string' to `prompt'.
25660
25661 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
25662
25663 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
25664
25665 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
25666 uploading files.
25667 (ange-ftp-canonize-filename): Handle file names beginning with ~
25668 correctly.
25669
25670 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
25671
25672 * textmodes/fill.el (canonically-space-region)
25673 (fill-context-prefix, fill-french-nobreak-p)
25674 (fill-delete-newlines, fill-comment-paragraph)
25675 (justify-current-line): "?\ " -> "?\s".
25676
25677 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
25678
25679 * textmodes/fill.el (fill-nonuniform-paragraphs):
25680 Improve argument/docstring consistency.
25681
25682 2005-08-09 Richard M. Stallman <rms@gnu.org>
25683
25684 * textmodes/ispell.el (ispell-word): More fboundp checks.
25685
25686 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
25687 (find-file-noselect-1): Call it here, only if RAWFILE.
25688 (normal-mode): Always set some major mode.
25689 (save-some-buffers-action-alist): Change some explanation strings.
25690 (file-name-non-special): In the `quote' method, use unwind-protect.
25691
25692 2005-08-09 Magnus Henoch <mange@freemail.hu>
25693
25694 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
25695 (ispell-have-aspell-dictionaries): New variable.
25696 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
25697 (ispell-get-aspell-config-value): New function.
25698 (ispell-aspell-find-dictionary): New function.
25699 (ispell-aspell-add-aliases): New function.
25700 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
25701 appropriate. Don't look for ispell dictionaries if we use aspell.
25702 (ispell-menu-map): Don't build a submenu of dictionaries.
25703
25704 2005-08-09 Richard M. Stallman <rms@gnu.org>
25705
25706 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
25707 (sql-read-passwd): Use read-passwd.
25708
25709 * progmodes/idlw-toolbar.el (idlwave-toolbar)
25710 (idlwave-toolbar-is-possible): Add defvars.
25711
25712 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
25713 Avoid warnings.
25714
25715 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
25716 (idlwave-system-class-info, idlwave-executive-commands-alist):
25717 Use defvar.
25718
25719 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
25720
25721 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
25722 Avoid warnings.
25723
25724 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
25725 and content-type: headers.
25726
25727 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
25728
25729 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
25730 and rename some of them to be more self-explanatory.
25731
25732 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
25733
25734 * startup.el (command-line-1): Implement -scriptload.
25735
25736 * replace.el (occur-engine): Initial *Occur* output not undoable.
25737
25738 * menu-bar.el (menu-bar-file-menu): Rename some menu items
25739 and improve help strings.
25740
25741 * isearch.el (isearch-repeat): When changing direction,
25742 mark search successful.
25743
25744 * ediff-init.el: Use (featurep 'xemacs).
25745
25746 * comint.el (send-invisible): Identify buffer, if not selected.
25747
25748 * align.el: Delete autoload for c-guess-basic-syntax.
25749
25750 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
25751
25752 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
25753 Improve argument/docstring consistency. Doc fixes.
25754 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
25755 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
25756 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
25757 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
25758 (r2bv-organization, r2bv-pages, r2bv-primary-author)
25759 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
25760 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
25761 Defvar at compile time.
25762
25763 2005-08-09 Juri Linkov <juri@jurta.org>
25764
25765 * info.el: Replace `info' with upper-case `Info' where appropriate.
25766 (info-title-1, info-title-2, info-title-3, info-title-4)
25767 (info-menu-header): Move up face definitions.
25768 (info-menu-star): Rename from `info-menu-5'.
25769 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
25770 (Info-fontify-visited-nodes): Fix docstring.
25771 (Info-hide-note-references): Fix docstring.
25772 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
25773 menu items in the same way as on cross-references.
25774 (info-apropos): Fix sorting order and formatting to be like in the
25775 stand-alone Info browser. Display error messages for 1 sec.
25776 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
25777 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
25778 from the menu bar.
25779 (Info-insert-dir): Restore point after calling
25780 `insert-buffer-substring'.
25781
25782 2005-08-08 Richard M. Stallman <rms@gnu.org>
25783
25784 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
25785 (recompute-lucid-menubar): Add defvars.
25786
25787 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
25788
25789 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
25790
25791 * net/net-utils.el (run-dig): Rename from `dig'.
25792
25793 * play/gametree.el (gametree-mode): Use make-local-variable,
25794 not make-variable-buffer-local.
25795
25796 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
25797
25798 * ansi-color.el (ansi-color-make-extent)
25799 (ansi-color-set-extent-face): Use fboundp, not functionp.
25800
25801 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
25802 not make-variable-buffer-local.
25803
25804 * bookmark.el (Info-current-file): Add defvar.
25805 (bookmark-jump-noselect): Use with-no-warnings.
25806
25807 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
25808
25809 * ebuff-menu.el (Helper-return-blurb): Add defvar.
25810
25811 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
25812
25813 * find-file.el (ada-procedure-start-regexp)
25814 (ada-package-start-regexp): Add defvars.
25815
25816 * info.el (Info-insert-dir): Use insert-buffer-substring.
25817
25818 * xml.el (xml-att-def-re): Add defvar.
25819
25820 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
25821 calling convention.
25822
25823 * subr.el (while-no-input): Return t if there is input.
25824
25825 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
25826
25827 * cus-start.el (all): Add `overflow-newline-into-fringe'.
25828
25829 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
25830
25831 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
25832 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
25833
25834 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
25835
25836 * cmuscheme.el (scheme-start-file): Replace reference to
25837 `user-emacs-directory' by "~/.emacs.d/".
25838
25839 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
25840
25841 * info.el (Info-dir-remove-duplicates): Avoid case folding
25842 in loop; instead, keep downcased strings for comparison.
25843 Suggested by Helmut Eller.
25844
25845 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
25846
25847 Sync with Tramp 2.0.50.
25848
25849 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
25850 XEmacs case; not necessary anymore.
25851 (tramp-user-regexp): Allow "@" as part of user name.
25852 (tramp-handle-set-visited-file-modtime)
25853 (tramp-handle-insert-file-contents)
25854 (tramp-handle-write-region): No special handling for
25855 `last-coding-system-used, because this is done in
25856 `tramp-accept-process-output' now.
25857 (tramp-accept-process-output): New defun.
25858 (tramp-process-one-action, tramp-process-one-multi-action)
25859 (tramp-wait-for-regexp, tramp-wait-for-output)
25860 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
25861 Howells <dhowells@redhat.com>.
25862 (clear-visited-file-modtime): Defadvice removed. The check for
25863 unset buffer's modtime does not need to be based on
25864 `tramp-buffer-file-attributes'. Suggested by RMS.
25865 (tramp-message): Insert "\n" if not being at beginning of line.
25866 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
25867 sequence with same logic.
25868 (tramp-completion-handle-expand-file-name): Discard call of
25869 `tramp-drop-volume-letter'. It is not necessary, and there have
25870 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
25871 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
25872 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
25873 should always be visible.
25874 (tramp-handle-insert-directory, tramp-setup-complete)
25875 (tramp-set-process-query-on-exit-flag)
25876 (tramp-append-tramp-buffers): Pacify byte-compiler.
25877 (tramp-bug): Delete non-existing variables from list.
25878 Apply `tramp-load-report-modules' as pre-hook.
25879 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
25880 `shell-prompt-pattern' because of non-7bit characters.
25881 Reported by Sebastian Luque <sluque@mun.ca>.
25882 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
25883 (tramp-match-string-list): Remove function.
25884 (tramp-wait-for-regexp): Remove call of that function.
25885 Suggested by Kim F. Storm <storm@cua.dk>.
25886 (tramp-set-auto-save-file-modes): Use octal integer code #o600
25887 instead of octal character code ?\600. The latter resulted in a
25888 syntax error with XEmacs.
25889
25890 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
25891 XEmacs case; not necessary anymore.
25892 (tramp-smb-handle-write-region): No special handling for
25893 `last-coding-system-used, because this is done in
25894 `tramp-accept-process-output' now.
25895 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
25896
25897 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
25898
25899 * wid-edit.el (widget-choice-value-create):
25900 Unconditionally respect user choice. Set :explicit-choice back to nil
25901 when no longer needed.
25902 (widget-choice-action): Unconditionally respect user choice.
25903 Eliminate :explicit-choice-value.
25904
25905 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
25906
25907 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
25908 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
25909 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
25910 running new function `toggle-indicate-empty-lines'.
25911 Rename "Customize" item to "Customize fringe".
25912 Rename "Indicators" item to "Buffer boundaries" and change help echo.
25913 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
25914 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
25915 Delete "Empty lines only" item.
25916 (menu-bar-showhide-fringe-ind-customize): New function.
25917 (menu-bar-showhide-fringe-ind-mixed)
25918 (menu-bar-showhide-fringe-ind-box)
25919 (menu-bar-showhide-fringe-ind-right)
25920 (menu-bar-showhide-fringe-ind-left)
25921 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
25922 instead of `fringe-indicators'.
25923
25924 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
25925
25926 * emulation/viper.el (viper-emacs-state-mode-list):
25927 Add recentf-dialog-mode. Change the date of last update.
25928
25929 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
25930
25931 * emulation/viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
25932 (viper-exec-yank, viper-put-back): Don't display modification msg
25933 if in the minibuffer.
25934
25935 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
25936 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
25937 Make variables frame local.
25938
25939 * emulation/viper-util.el (viper-append-filter-alist):
25940 Use append instead of nconc.
25941
25942 * emulation/viper.el (viper-vi-state-mode-list)
25943 (viper-emacs-state-mode-list): Move help-mode and
25944 completion-list-mode from the first list to the second.
25945 (viper-mode): Docstring.
25946 (viper-go-away, viper-non-hook-settings): Don't localize
25947 minor-mode-alist in newer Emacsen. Add advice to
25948 set-cursor-color. Don't bind "\C-c\\".
25949
25950 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
25951
25952 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
25953 (scheme-macro-expand-command): New user options.
25954 (scheme-trace-procedure, scheme-expand-current-form): New commands.
25955 (scheme-form-at-point, scheme-start-file)
25956 (scheme-interactively-start-process): New functions.
25957 (scheme-get-process): New function, extracted from `scheme-proc'.
25958 (run-scheme): Call `scheme-start-file' to get start file, and pass
25959 it to `make-comint'.
25960 (switch-to-scheme, scheme-proc):
25961 Call `scheme-interactively-start-process' if no Scheme buffer/process
25962 is available.
25963
25964 2005-08-06 Juri Linkov <juri@jurta.org>
25965
25966 * progmodes/compile.el (compilation-mode-font-lock-keywords):
25967 Use `compilation-text-face', `compilation-info-text-face' and
25968 `compilation-error-text-face' instead of `font-lock-keyword-face'.
25969 (compilation-error): New face.
25970 (compilation-error-file-name): Inherit from
25971 `compilation-error' instead of `font-lock-warning-face'.
25972 (compilation-warning-file-name): Inherit from
25973 `compilation-warning' instead of `font-lock-warning-face'.
25974 (compilation-info, compilation-error-file-name)
25975 (compilation-warning-file-name, compilation-info-file-name)
25976 (compilation-line-number, compilation-column-number): Doc fix.
25977 (compilation-error-text-face, compilation-warning-text-face)
25978 (compilation-info-text-face): New face variables.
25979 (compilation-line-face, compilation-column-face)
25980 (compilation-enter-directory-face)
25981 (compilation-leave-directory-face): Doc fix.
25982 (compilation-text-face): New function.
25983
25984 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
25985 instead of 1 to display binary file names as info file links.
25986 (grep-error-face): Use `compilation-error-face' instead of
25987 `font-lock-keyword-face'.
25988 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
25989 and `compilation-warning-text-face' instead of
25990 `font-lock-keyword-face'. Use `compilation-error-text-face'
25991 instead of `grep-error-face'.
25992
25993 2005-08-05 Kenichi Handa <handa@m17n.org>
25994
25995 * international/code-pages.el: Add autoload cookies for all coding
25996 systems.
25997
25998 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
25999
26000 * cus-start.el (all): Put undo.c where it alphabetically belongs.
26001
26002 2005-08-04 Juri Linkov <juri@jurta.org>
26003
26004 * progmodes/compile.el (compilation-mode-map):
26005 * progmodes/grep.el (grep-mode-map):
26006 Bind TAB to `compilation-next-error' and [backtab] to
26007 `compilation-previous-error'.
26008
26009 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
26010 matching line numbers, column numbers and their ranges with regexp
26011 matching only line numbers.
26012 (grep-context-face): New face variable.
26013 (grep-mode-font-lock-keywords): Use it.
26014
26015 * faces.el (read-face-name): Delete duplicate faces.
26016
26017 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
26018
26019 * thumbs.el (thumbs-find-image): Don't make variables
26020 automatically buffer local.
26021 (thumbs-current-tmp-filename, thumbs-current-image-filename)
26022 (thumbs-image-num): Make automatically buffer local.
26023 (thumbs-show-thumbs-list): Use `make-local-variable', not
26024 `make-variable-buffer-local'.
26025 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
26026
26027 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
26028 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
26029 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
26030 (bother, bye, canyou, chatlst, continue, deathlst, describe)
26031 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
26032 (feelings-about, foullst, found, hello, history, howareyoulst)
26033 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
26034 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
26035 (neglst, obj, object, owner, please, problems, qlist)
26036 (random-adjective, relation, remlst, repetitive-shortness)
26037 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
26038 (shortlst, something, sportslst, stallmanlst, states, subj)
26039 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
26040 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
26041 Defvar at compile time.
26042
26043 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
26044 not `make-variable-buffer-local'.
26045
26046 2005-08-02 Kim F. Storm <storm@cua.dk>
26047
26048 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
26049 rectangle overlay in selected window.
26050
26051 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
26052
26053 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
26054 instead of display group. Make `indicate-buffer-boundaries'
26055 customizable through Custom.
26056
26057 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
26058
26059 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
26060 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
26061 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
26062 (gdb-put-string): Fix typos in docstrings.
26063
26064 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
26065
26066 Update copyright notices of files in progmodes directory for
26067 release of Emacs 22.1.
26068
26069 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
26070
26071 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
26072 Don't barf if the GUD buffer has been killed.
26073
26074 2005-08-01 Kim F. Storm <storm@cua.dk>
26075
26076 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
26077
26078 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
26079
26080 * simple.el (next-error-follow-minor-mode):
26081 make-variable-buffer-local -> make-local-variable.
26082
26083 * emacs-lisp/cl-extra.el: Require CL also when compiling.
26084
26085 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
26086 (byte-compile-form-make-variable-buffer-local): New functions to warn
26087 about misuses of make-variable-buffer-local where make-local-variable
26088 was meant.
26089
26090 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
26091
26092 * bs.el (bs-attributes-list): Doc fix.
26093 (bs): Update url-link.
26094
26095 * desktop.el (desktop-save-buffer): Fix typos in docstring.
26096 (desktop-load-default): Simplify.
26097
26098 * ibuffer.el (ibuffer-columnize-and-insert-list)
26099 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
26100 (ibuffer-unmark-all, ibuffer-toggle-marks)
26101 (ibuffer-unmark-forward, ibuffer-unmark-backward)
26102 (ibuffer-compile-make-format-form, ibuffer-format-column)
26103 (ibuffer-current-buffers-with-marks)
26104 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
26105 (ibuffer): Doc fix.
26106 (ibuffer-mode): Fix typo in docstring.
26107 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
26108 with `define-obsolete-variable-alias'.
26109 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
26110
26111 2005-07-29 Kenichi Handa <handa@m17n.org>
26112
26113 * international/mule-cmds.el (select-message-coding-system):
26114 Be sure to use LF for end-of-line. If no coding system is decided,
26115 return iso-8859-1-unix.
26116
26117 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
26118
26119 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
26120 (ange-ftp-pending-error-line): New vars.
26121 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
26122 to handle the non-fatal no-route-to-host messages.
26123 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
26124
26125 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
26126
26127 * isearch.el (isearch-mode-map, isearch-other-meta-char)
26128 (isearch-quote-char, isearch-printing-char)
26129 (isearch-text-char-description): "?\ " -> "?\s".
26130 (isearch-lazy-highlight-cleanup)
26131 (isearch-lazy-highlight-initial-delay)
26132 (isearch-lazy-highlight-interval)
26133 (isearch-lazy-highlight-max-at-a-time)
26134 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
26135 Declare with define-obsolete-*-alias macros.
26136 (isearch-forward): Fix typo in docstring.
26137 (search-invisible, search-ring-yank-pointer)
26138 (regexp-search-ring-yank-pointer): Doc fixes.
26139
26140 * recentf.el (recentf-menu-append-commands-p): Declare with
26141 `define-obsolete-variable-alias'.
26142 (recentf-max-saved-items, recentf-menu-filter)
26143 (recentf-arrange-by-rule-subfilter): Doc fixes.
26144 (recentf-menu-append-commands-flag)
26145 (recentf-initialize-file-name-history, recentf-expand-file-name)
26146 (recentf-clear-data): Fix typos in docstrings.
26147
26148 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
26149
26150 * progmodes/gdb-ui.el: Smarten comments.
26151 (gdb-info-breakpoints-custom): Use nowarn when finding file.
26152
26153 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
26154
26155 * term/apollo.el (terminal-init-apollo): New function containing
26156 all former top level forms in the file.
26157 * term/bobcat.el (terminal-init-bobcat):
26158 * term/cygwin.el (terminal-init-cygwin):
26159 * term/iris-ansi.el (terminal-init-iris-ansi):
26160 * term/linux.el (terminal-init-linux):
26161 * term/news.el (terminal-init-news):
26162 * term/rxvt.el (terminal-init-rxvt):
26163 * term/sun.el (terminal-init-sun):
26164 * term/tvi970.el (terminal-init-tvi970):
26165 * term/vt100.el (terminal-init-vt100):
26166 * term/vt102.el (terminal-init-vt102):
26167 * term/vt125.el (terminal-init-vt125):
26168 * term/vt200.el (terminal-init-vt200):
26169 * term/vt201.el (terminal-init-vt201):
26170 * term/vt220.el (terminal-init-vt220):
26171 * term/vt240.el (terminal-init-vt240):
26172 * term/vt300.el (terminal-init-vt300):
26173 * term/vt320.el (terminal-init-vt320):
26174 * term/vt400.el (terminal-init-vt400):
26175 * term/vt420.el (terminal-init-vt420):
26176 * term/wyse50.el (terminal-init-wyse50):
26177 * term/xterm.el (terminal-init-xterm): Likewise.
26178
26179 * term/README: Describe the terminal-init-* functionality.
26180
26181 * startup.el (command-line): After loading the terminal initialization
26182 file call the corresponding terminal initialization function.
26183
26184 2005-07-27 Kenichi Handa <handa@m17n.org>
26185
26186 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
26187 negative.
26188
26189 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
26190 (ps-mule-composition-prologue): Fix for the case that
26191 RelativeCompose is false.
26192
26193 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
26194
26195 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
26196
26197 * descr-text.el (describe-char): Handle the case where the list of
26198 chars is displayed in a separate frame.
26199 Be a bit more discriminating when looking for the char.
26200
26201 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
26202
26203 * bookmark.el (bookmark-automatically-show-annotations)
26204 (bookmark-read-annotation-text-func): Doc fixes.
26205 (bookmark-save): Improve argument/docstring consistency.
26206 (bookmark-get-bookmark, bookmark-get-bookmark-record)
26207 (bookmark-alist-from-buffer)
26208 (bookmark-upgrade-file-format-from-0)
26209 (bookmark-grok-file-format-version)
26210 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
26211 (bookmark-read-annotation-mode)
26212 (bookmark-insert-current-bookmark, bookmark-jump)
26213 (bookmark-exit-hook): Fix typos in docstrings.
26214 (bookmark-exit-hooks): Define as obsolete alias.
26215 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
26216 not `bookmark-exit-hooks'. Fix docstring.
26217 (bookmark-bmenu-select): "?\ " -> "?\s".
26218
26219 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
26220
26221 * startup.el (command-line): Fix typo.
26222
26223 2005-07-24 Richard M. Stallman <rms@gnu.org>
26224
26225 * tooltip.el (tooltip-mode): Test emacs-basic-display,
26226 not emacs-quick-startup.
26227
26228 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
26229
26230 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
26231 (reb-next-match, reb-show-subexp): Use `with-selected-window'
26232 instead of `reb-with-current-window'.
26233 (reb-prev-match): Likewise. Also, don't move left if the search
26234 was unsuccessful.
26235 (reb-initialize-buffer): New function.
26236 (re-builder, reb-change-syntax): Use it.
26237
26238 * man.el (Man-goto-page): Make second argument NOERROR optional.
26239
26240 2005-07-23 Richard M. Stallman <rms@gnu.org>
26241
26242 * man.el (Man-bgproc-sentinel): Check here for failure to find
26243 any man page in the output, and report the error here.
26244 (Man-arguments): Make it permanent local.
26245 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
26246 (Man-mode): Pass t for NOERROR.
26247
26248 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
26249 (grep-mode-font-lock-keywords):
26250 Don't use compilation-...-face for messages that are not file names.
26251
26252 * progmodes/compile.el (compilation-mode-font-lock-keywords):
26253 Don't use compilation-...-face for messages that are not file names.
26254
26255 2005-07-22 Juri Linkov <juri@jurta.org>
26256
26257 * startup.el (normal-splash-screen): Update menu name.
26258
26259 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
26260
26261 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
26262
26263 * term/xterm.el: Load term/rxvt if the terminal is actually an
26264 rxvt terminal.
26265 (xterm-rxvt-set-background-mode): Remove, not used anymore.
26266
26267 * term/rxvt.el (function-key-map): Use substitute-key-definition
26268 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
26269
26270 * term/cygwin.el: New file.
26271
26272 2005-07-22 Kim F. Storm <storm@cua.dk>
26273
26274 * image-file.el (insert-image-file, image-file-yank-handler):
26275 Fix last change to maintain a (unique) yank-handler on yanked images.
26276
26277 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
26278
26279 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
26280 of the file size (as in "177B" for 177 bytes). This happens with
26281 "ls -lh" on FreeBSD.
26282
26283 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
26284
26285 * hilit-chg.el (highlight-changes-global-initial-state)
26286 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
26287 (hilit-chg-fixup, highlight-changes-mode):
26288 Fix typos in docstrings.
26289 (highlight-changes-global-modes, highlight-changes-rotate-faces):
26290 Doc fixes.
26291
26292 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
26293
26294 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
26295 mode function using `eval-after-load'.
26296
26297 2005-07-21 Kim F. Storm <storm@cua.dk>
26298
26299 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
26300 included when reporting an Emacs crash, and tell about the DEBUG file.
26301
26302 * image-file.el (insert-image-file): Add yank-handler.
26303 (image-file-yank-handler): Yank handler to make unique copies of
26304 images when they are yanked into a buffer next to each other.
26305
26306 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
26307
26308 * comint.el (comint-use-prompt-regexp, comint-send-input)
26309 (comint-source-default, comint-extract-string)
26310 (comint-get-source, comint-word, comint-completion)
26311 (comint-source, comint-prompt-read-only, comint-update-fence):
26312 Fix typos in docstrings.
26313 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
26314 Declare with define-obsolete-*-alias macros.
26315 (comint-previous-matching-input-from-input)
26316 (comint-next-matching-input-from-input)
26317 (comint-previous-matching-input, comint-next-matching-input)
26318 (comint-forward-matching-input):
26319 Improve argument/docstring consistency.
26320
26321 * desktop.el (desktop-clear-preserve-buffers-regexp):
26322 Also preserve the *server* buffer.
26323
26324 * simple.el (clone-indirect-buffer): Doc fix.
26325 (fixup-whitespace, just-one-space)
26326 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
26327 (next-error, next-error-highlight)
26328 (next-error-highlight-no-select, next-error-last-buffer)
26329 (next-error-buffer-p, next-error-find-buffer, next-error)
26330 (previous-error, next-error-no-select, previous-error-no-select)
26331 (open-line, split-line, minibuffer-prompt-width, kill-new)
26332 (binary-overwrite-mode): Fix typos in docstrings.
26333 (set-fill-column): Fix typo in message.
26334
26335 * skeleton.el (skeleton-proxy-new): Doc fix.
26336
26337 * strokes.el (strokes-load-hook): Doc fix.
26338 (strokes-grid-resolution, strokes-get-grid-position)
26339 (strokes-renormalize-to-grid, strokes-read-stroke)
26340 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
26341 (strokes-global-map): Fix typos in docstrings.
26342 (strokes-help): Doc fix. Fix help message and pass it through
26343 `substitute-command-keys'.
26344
26345 * tempo.el (tempo-insert-prompt, tempo-interactive)
26346 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
26347 (tempo-insert-string-functions, tempo-local-tags)
26348 (tempo-define-template, tempo-insert-template)
26349 (tempo-insert-prompt-compat, tempo-is-user-element)
26350 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
26351 Fix typos in docstrings.
26352
26353 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
26354 (vcursor-key-bindings, vcursor-use-vcursor-map)
26355 (vcursor-find-window, vcursor-scroll-down)
26356 (vcursor-disable, vcursor-beginning-of-buffer)
26357 (vcursor-end-of-buffer): Fix typos in docstrings.
26358 (vcursor-relative-move, vcursor-get-char-count):
26359 Improve argument/docstring consistency.
26360
26361 * version.el: "?\ " -> "?\s".
26362
26363 * wid-edit.el (widget-default-create, widget-after-change)
26364 (widget-default-format-handler, widget-checklist-add-item)
26365 (widget-radio-add-item, widget-choose, widget-specify-secret)
26366 (widget-field-value-create, widget-field-value-get)
26367 (widget-editable-list-format-handler)
26368 (widget-editable-list-entry-create, widget-group-value-create)
26369 (widget-documentation-link-add)
26370 (widget-documentation-string-value-create): "?\ " -> "?\s".
26371 (widget-convert-text): Doc fix.
26372 (widget-narrow-to-field, widget-field-find)
26373 (widget-url-link-action, widget-emacs-library-link-action)
26374 (widget-color-notify): Fix typos in docstrings.
26375
26376 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
26377 (x-select-text, set-w32-system-coding-system)
26378 (w32-add-charset-info): Fix typos in docstrings.
26379
26380 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
26381 (cua-enable-cua-keys, cua-use-hyper-key)
26382 (cua-virtual-rectangle-edges): Fix typos in docstrings.
26383 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
26384
26385 * net/tramp.el (tramp-handle-load): Fix typo in error message.
26386
26387 * emacs-lisp/re-builder.el (regexp-builder): Declare with
26388 `defalias' instead of faking it.
26389
26390 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
26391 (eshell-ls-missing, eshell-ls-dired-initial-args)
26392 (eshell-ls-use-in-dired): Fix typos in docstrings.
26393
26394 2005-07-20 Kim F. Storm <storm@cua.dk>
26395
26396 * emulation/cua-base.el (cua-mode): Improve doc string.
26397
26398 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
26399
26400 * abbrev.el (expand-region-abbrevs): Doc fix.
26401 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
26402 Improve argument/docstring consistency.
26403
26404 * arc-mode.el (archive-get-descr, archive-alternate-display):
26405 Doc fixes.
26406 (archive-l-e): Improve argument/docstring consistency.
26407 (archive-tmpdir, archive-unixdate, archive-unixtime)
26408 (archive-chmod-entry): Fix typos in docstrings.
26409 (archive-unflag, archive-unflag-backwards)
26410 (archive-unmark-all-files): "?\ " -> "?\s".
26411
26412 * buff-menu.el (Buffer-menu-unmark): Doc fix.
26413 (Buffer-menu-not-modified, Buffer-menu-execute)
26414 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
26415 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
26416
26417 * composite.el (compose-string, encode-composition-rule)
26418 (compose-last-chars): Fix typos in docstrings.
26419
26420 * desktop.el (desktop-enable, desktop-basefilename):
26421 Declare with `define-obsolete-variable-alias'.
26422 (desktop-internal-v2s): Don't quote keywords.
26423 (desktop-clear): "?\ " -> "?\s".
26424
26425 * dired.el (dired-align-file, dired-flag-backup-files)
26426 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
26427 (dired-listing-switches, dired-ls-F-marks-symlinks)
26428 (dired-dwim-target, dired-load-hook, dired-mode-hook)
26429 (dired-directory, dired-faces, dired, dired-revert)
26430 (dired-mode, dired-summary, dired-view-file)
26431 (dired-copy-filename-as-kill, dired-delete-file)
26432 (dired-no-confirm, dired-unmark-all-marks)
26433 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
26434 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
26435 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
26436 Fix typos in message strings.
26437
26438 * dired-x.el (virtual-dired): Declare with `defalias'.
26439 (dired-mark-unmarked-files, dired-local-variables-file)
26440 (dired-omit-here-always): Doc fix.
26441 (dired-omit-mode, dired-find-subdir)
26442 (dired-enable-local-variables, dired-clean-up-buffers-too)
26443 (dired-extra-startup, dired-mark-extension, dired-jump)
26444 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
26445 (dired-smart-shell-command, dired-guess-shell-alist-user)
26446 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
26447 (dired-x-bind-find-file, dired-x-submit-report):
26448 Fix typos in docstrings.
26449 (dired-mark-unmarked-files): "?\ " -> "?\s".
26450
26451 * dirtrack.el (dirtrack-list): Fix typos in docstring.
26452
26453 * faces.el (describe-face): "?\ " -> "?\s".
26454 (read-all-face-attributes, read-face-font, modify-face)
26455 (face-attr-construct, italic): Fix typos in docstrings.
26456 (frame-update-face-colors): Declare with
26457 `define-obsolete-function-alias'.
26458
26459 * files.el (find-file-noselect, recode-file-name): Doc fixes.
26460 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
26461 (magic-mode-alist, buffer-file-numbers-unique)
26462 (write-file-functions, get-free-disk-space):
26463 Fix typos in docstrings.
26464 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
26465 (write-contents-hooks, write-file-hooks):
26466 Declare with `define-obsolete-variable-alias'.
26467
26468 * forms-d2.el (arch-rj): Fix typo in docstrings.
26469 (arch-tocol): Likewise. "?\ " -> "?\s".
26470
26471 * frame.el (set-frame-font, cursor-in-non-selected-windows):
26472 Fix typo in docstring.
26473 (set-screen-width, set-screen-height): Delete redundant info in
26474 doctrings.
26475 (new-frame, screen-height, screen-width): Declare with
26476 `define-obsolete-function-alias'.
26477 (delete-frame-hook, blink-cursor): Declare with
26478 `define-obsolete-variable-alias'.
26479
26480 * paths.el (prune-directory-list): Fix typos in docstring.
26481
26482 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
26483 (cvs-prefix-get): Fix typos in docstrings.
26484
26485 * ps-print.el (ps-extend-face-list, ps-extend-face)
26486 (ps-print-background-image): Fix typos in docstrings.
26487 (ps-default-fg, ps-default-bg): Doc fixes.
26488
26489 * s-region.el (s-region-bind): Doc fix.
26490 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
26491
26492 * textmodes/org.el (org-table-formula-substitute-names)
26493 (org-table-get-vertical-vector): Doc fixes.
26494 (org-table-recalculate): Remove unused argument to `message'.
26495
26496 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
26497
26498 * textmodes/org.el (org-table-column-names)
26499 (org-table-column-name-regexp)
26500 (org-table-named-field-locations): New variables.
26501 (org-archive-subtree): Protect `this-command' when calling
26502 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
26503 the kill buffer.
26504 (org-complete): Remove fixed-formula completion.
26505 (org-edit-formulas-map): New variable.
26506 (org-table-edit-formulas): New command.
26507 (org-finish-edit-formulas, org-abort-edit-formulas)
26508 (org-show-variable, org-table-get-vertical-vector): New functions.
26509 (org-table-maybe-eval-formula): Handle `:=' fields.
26510 (org-table-get-stored-formulas, org-table-store-formulas)
26511 (org-table-get-formula, org-table-modify-formulas)
26512 (org-table-replace-in-formulas): Handle named field formulas.
26513 (org-table-get-specials): Store locations of named fields.
26514
26515 2005-07-19 Juri Linkov <juri@jurta.org>
26516
26517 * progmodes/grep.el (grep-regexp-alist)
26518 (grep-mode-font-lock-keywords, grep-process-setup):
26519 Use default GNU grep match color "01;31m" instead of "01;41m".
26520 (grep-regexp-alist, grep-mode-font-lock-keywords):
26521 Use `\\[[0-9]*m' instead of `\\[00m'.
26522 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
26523 sgr_start where its handling is more important. Use the real
26524 length of sgr_start instead of constant 8.
26525 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
26526 specially. Delete all remaining escape sequences.
26527 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
26528 (grep-regexp-alist): Make hyperlink only for binary file name
26529 instead of the whole line.
26530 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
26531 (grep-mode): Add autoload.
26532
26533 * emacs-lisp/find-func.el (find-function-regexp):
26534 Add `define-compilation-mode'.
26535
26536 2005-07-19 Juri Linkov <juri@jurta.org>
26537
26538 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
26539 (compare-windows-sync-string-size, compare-windows-recenter)
26540 (compare-windows-highlight, compare-windows): Add version 22.1.
26541 (compare-windows) <defface>: Inherit from lazy-highlight instead
26542 of duplicating its default value.
26543
26544 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
26545 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
26546
26547 * descr-text.el (describe-char): Create link buttons for `charset'
26548 and `code point'. Add the current input method name with a link
26549 button to `to input' field. Print face names of display table
26550 characters in `The display table entry is displayed by' section
26551 instead of printing face-id in the `display' field.
26552 Guess hardcoded faces and create a link button for them.
26553 Skip empty fields when calculating max-width.
26554 Treat `widget-create' specially while inserting strings from the
26555 collected field list.
26556 (describe-char-after): Made obsolete in version 22.1, not 21.5.
26557
26558 * diff-mode.el (diff-file-header): Change foreground color from
26559 yellow to green on light backgrounds.
26560 (diff-context): Inherit from `shadow' only for color/grayscale
26561 with more than 88 colors.
26562 (diff-indicator-removed, diff-indicator-added)
26563 (diff-indicator-changed): New faces.
26564 (diff-font-lock-keywords): Use new faces. Regroup rules.
26565 Add "^---$" for `normal' diff format. Fontify `#' lines with
26566 font-lock-comment-delimiter-face and font-lock-comment-face.
26567 Add `#' to ^[^...] in the rule for `diff-context-face'.
26568
26569 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
26570 a button-like box. Inherit from `highlight' on low colors.
26571 (shadow): Use shades of gray only for color/grayscale with
26572 more than 88 colors. Use green for light backgrounds with
26573 8 colors, and yellow for dark backgrounds with 8 colors.
26574
26575 * font-lock.el (font-lock-regexp-grouping-backslash):
26576 Don't inherit from escape-glyph (use bold for all cases).
26577
26578 * info.el (info-xref-visited): Use light foreground color `violet'
26579 for dark backgrounds instead of dark color `magenta3'.
26580 (info-title-1): Use `yellow' color for dark backgrounds.
26581
26582 * isearch.el (isearch): Use not-too-dark magenta3 instead of
26583 too-light magenta2.
26584
26585 * replace.el (match): Use slightly more light RoyalBlue3 instead
26586 of dark RoyalBlue4.
26587
26588 * wid-edit.el (widget-inactive): Inherit from `shadow'.
26589
26590 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
26591
26592 * novice.el (disabled-command-hook): Declare it with
26593 `define-obsolete-variable-alias'.
26594
26595 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
26596 (desktop-buffer-misc-functions, desktop-buffer-handlers)
26597 (desktop-load-default): Add release to obsolescence info.
26598 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
26599 (desktop-append-buffer-args, desktop-read):
26600 Fix typos in docstrings.
26601 (desktop-kill): Fix typo in message.
26602 (desktop-save): Doc fix.
26603
26604 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
26605
26606 * emulation/viper-cmd.el (viper-escape-to-state): Bug fix.
26607 (viper-envelop-ESC-key): Change the definition of fast
26608 keysequence so it'll work with keyboard macros.
26609
26610 * ediff.el (ediff-patch-buffer): Change the docstring.
26611
26612 2005-07-19 Kenichi Handa <handa@m17n.org>
26613
26614 * international/mule-cmds.el (select-safe-coding-system): Try to
26615 use an auto-coding (if any) before anything else. If the found
26616 auto-coding is invalid, show a warning message.
26617
26618 * international/mule.el (find-auto-coding): New function created
26619 by modifying the body of set-auto-coding.
26620 (set-auto-coding): Use find-auto-coding to find a coding.
26621
26622 2005-07-18 Richard M. Stallman <rms@gnu.org>
26623
26624 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
26625 not isearch-mode-end-hook-error.
26626 (allout-before-change-protect): Fix error message.
26627
26628 2005-07-18 Juri Linkov <juri@jurta.org>
26629
26630 * allout.el (allout-mode):
26631 * calculator.el (calculator-copy):
26632 * custom.el (custom-known-themes):
26633 * dired.el (dired-desktop-buffer-misc-data)
26634 (dired-restore-desktop-buffer):
26635 * dired-x.el (dired-omit-marker-char):
26636 * files.el (basic-save-buffer):
26637 * font-core.el (font-lock-mode):
26638 * calendar/calendar.el (calendar-goto-hebrew-date)
26639 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
26640 (calendar-goto-persian-date):
26641 * language/ethio-util.el (ethio-sera-to-fidel-region):
26642 * textmodes/picture.el (picture-mode):
26643 Delete duplicate duplicate words.
26644
26645 2005-07-18 Juri Linkov <juri@jurta.org>
26646
26647 * isearch.el (isearch-mode-map): Remove key bindings for regexp
26648 chars * ? } |.
26649 (isearch-fallback): Don't call `isearch-process-search-char'.
26650 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
26651 (isearch-process-search-char): Call `isearch-fallback' for regexp
26652 chars * ? } |.
26653 (isearch-return-char): Make obsolete with `make-obsolete' instead
26654 of simply documenting it as obsolete in the docstring.
26655 (isearch-fallback): Refill docstring.
26656
26657 * international/isearch-x.el
26658 (isearch-process-search-multibyte-characters): Remove unneeded
26659 `concat'. Add intermediate values to `junk-hist' instead of
26660 `minibuffer-history'. Test the length of `str'.
26661
26662 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
26663
26664 * allout.el (allout-resolve-xref): Fix typos in error strings.
26665 (allout-before-change-protect): Remove unneeded `concat'.
26666
26667 * array.el (array-mode, array-reconfigure-rows)
26668 (untabify-backward): Fix typos in docstrings.
26669 (array-reconfigure-rows): Use `insert-buffer-substring', not
26670 `insert-buffer'.
26671
26672 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
26673 * progmodes/ada-mode.el (ada-make-body):
26674 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
26675
26676 * dired.el (dired-log):
26677 * tar-mode.el (tar-subfile-save-buffer):
26678 * play/zone.el (zone-pgm-stress-destress):
26679 Use `insert-buffer-substring', not `insert-buffer'.
26680
26681 2005-07-17 Simon Josefsson <jas@extundo.com>
26682
26683 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
26684
26685 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
26686
26687 * mail/smtpmail.el (smtpmail-auth-supported): Add plain auth method.
26688 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
26689
26690 2005-07-17 Kim F. Storm <storm@cua.dk>
26691
26692 * ido.el (dired-other-window): Add ido property.
26693
26694 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
26695
26696 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
26697 Fix typo in docstring.
26698 (byte-compile-interactive-only-functions): Add `insert-buffer' and
26699 `insert-file-literally'.
26700
26701 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
26702 info and delete redundant message. Doc fix.
26703 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
26704 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
26705
26706 2005-07-16 Richard M. Stallman <rms@gnu.org>
26707
26708 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
26709 (byte-compile-and): Use byte-compile-and-recursion.
26710 (byte-compile-or-recursion): New function.
26711 (byte-compile-or): Use that.
26712 (byte-compile-if): Guard the else-clause too.
26713 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
26714
26715 * isearch.el (isearch-mode-end-hook-quit): New variable.
26716 (isearch-done): Bind it.
26717 (isearch-mode-end-hook): Doc fix.
26718
26719 * allout.el (allout-isearch-did-quit): Variable deleted.
26720 (allout-real-isearch-abort): Function name no longer used.
26721 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
26722 (allout-isearch-rectification): isearch-mode always exists.
26723 Don't set allout-isearch-did-quit.
26724 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
26725 allout-isearch-did-quit.
26726 (allout-enwrap-isearch): Just add the hook.
26727 (allout-isearch-abort): Function deleted.
26728 (allout-pre-command-business): Avoid warning.
26729
26730 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
26731 Correctly avoid warnings.
26732 (pascal-outline): Likewise.
26733
26734 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
26735
26736 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
26737
26738 * play/tetris.el (tetris-mode): Avoid warning.
26739
26740 * play/snake.el (snake-mode): Avoid warning.
26741
26742 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
26743 (gamegrid-set-display-table): Avoid warning.
26744 (gamegrid-set-timer): Likewise.
26745 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
26746 (gamegrid-add-score-with-update-game-score-1): Take FILE
26747 as argument.
26748 (gamegrid-add-score-with-update-game-score): Pass that argument.
26749 Rename have-shared-game-dir to gamegrid-shared-game-dir.
26750
26751 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
26752
26753 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
26754 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
26755
26756 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
26757 and insert-file.
26758
26759 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
26760 (sc-ask): Avoid warnings.
26761
26762 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
26763 (eshell-hist-initialize): Use that var the natural way.
26764
26765 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
26766
26767 * emacs-lisp/re-builder.el (reb-cook-regexp):
26768 Avoid warning calling lre-compile-string.
26769 (reb-color-display-p): Avoid warning.
26770
26771 * calculator.el (calculator-last-input): Guard uses
26772 of event-key and key-press-event-p.
26773 (event-key, key-press-event-p): Delete definitions.
26774
26775 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
26776 (find-gc-source-directory, find-gc-subrs-callers)
26777 (find-gc-noreturn-list, find-gc-source-files)
26778 (find-gc-subrs-called): Vars renamed and defvar'd.
26779
26780 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
26781 (checkdoc-overlay-put, checkdoc-delete-overlay)
26782 (checkdoc-overlay-start, checkdoc-overlay-end)
26783 (checkdoc-mode-line-update, checkdoc-char=):
26784 Define such that compiler knows they are defined.
26785 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
26786 (checkdoc-read-event): Delete. Use read-event directly.
26787
26788 * whitespace.el (whitespace-make-overlay)
26789 (whitespace-overlay-put, whitespace-delete-overlay)
26790 (whitespace-overlay-start, whitespace-overlay-end):
26791 Define such that compiler knows they are defined.
26792 (whitespace): Move conditional inside.
26793
26794 * tempo.el (tempo-insert-template): Suppress warning.
26795
26796 * ediff-diff.el (longlines-mode): Add defvar.
26797
26798 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
26799
26800 * server.el: Bind "C-x #" in a way that works even if C-x is
26801 redefined to a command key, not a prefix key.
26802
26803 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
26804
26805 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
26806 cl-make-type-test till execution time.
26807
26808 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
26809
26810 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
26811 arg ARG and use it.
26812
26813 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
26814
26815 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
26816
26817 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
26818
26819 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26820 a defcustom with two :set or :type keywords.
26821
26822 2005-07-15 Richard M. Stallman <rms@gnu.org>
26823
26824 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
26825 Don't give ^M comment-end syntax.
26826
26827 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
26828
26829 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
26830 Don't consider gdbmi (gdb-mi.el has its own update functions).
26831 (gdb-var-delete): Make it work for gdbmi as well.
26832 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
26833
26834 * progmodes/gud.el (etags, sdb): Only require etags when needed.
26835 (gud-speedbar-menu-items): Correct logic for enabling items.
26836
26837 2005-07-15 Kim F. Storm <storm@cua.dk>
26838
26839 * ido.el: Fix commentary.
26840 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
26841 Use with-no-warnings around ffap-guesser.
26842 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
26843 Let bind minibuffer-completing-file-name to t.
26844
26845 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
26846
26847 * startup.el (site-run-file, keyboard-type): Doc fixes.
26848 (command-line): Check for "--basic-display" argument; also for
26849 "--quick", not "--bare-bones" (which was renamed).
26850 (fancy-splash-text): Add missing item "Getting New Versions".
26851 (normal-splash-screen): Fix typos and improve consistency with
26852 `fancy-splash-text'. Update copyright year.
26853
26854 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
26855 valid binding for `help-char'.
26856
26857 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
26858
26859 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
26860
26861 * term.el (term-mode): Disable cua-mode for term buffers.
26862
26863 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
26864
26865 * add-log.el (add-log-mailing-address, change-log-merge):
26866 Doc fixes.
26867 (change-log-get-method-definition): Fix typo in docstring.
26868
26869 2005-07-14 Kim F. Storm <storm@cua.dk>
26870
26871 * emulation/cua-base.el:
26872 (cua--pre-command-handler-1, cua--pre-command-handler)
26873 (cua--post-command-handler-1, cua--post-command-handler):
26874 Split in two. Check (buffer local) value of cua-mode.
26875 (cua-selection-mode): New command.
26876
26877 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
26878
26879 * custom.el (custom-initialize-safe-set)
26880 (custom-initialize-safe-default): Doc fixes.
26881
26882 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
26883 and simplify :init-value again.
26884
26885 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
26886 and simplify :init-value again. Delete autoload.
26887
26888 * startup.el (command-line): Use `custom-reevaluate-setting' again
26889 for tooltip-mode.
26890
26891 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
26892 a defcustom with two :initialize keywords.
26893
26894 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
26895
26896 * allout.el (my-mark-marker, allout-isearch-prior-pos)
26897 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
26898 (allout-post-command-business, allout-flag-region)
26899 (isearch-reenable-font-lock, allout-yank)
26900 (allout-insert-latex-header, allout-insert-latex-trailer)
26901 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
26902 (allout-latex-verb-quote): Fix typos in docstrings.
26903 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
26904 (allout-unprotected, allout-prefix-data):
26905 Improve argument/docstring consistency.
26906 (allout-chart-subtree): Fix argument spec.
26907 (allout-open-topic): Rename `use_sib_bullet' argument to
26908 `use-sib-bullet'. Doc fix.
26909
26910 * whitespace.el (whitespace-check-buffer-leading)
26911 (whitespace-check-buffer-trailing)
26912 (whitespace-check-buffer-indent)
26913 (whitespace-check-buffer-spacetab)
26914 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
26915 (whitespace-check-leading-whitespace)
26916 (whitespace-check-trailing-whitespace)
26917 (whitespace-check-spacetab-whitespace)
26918 (whitespace-check-indent-whitespace)
26919 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
26920 (whitespace-modes): Fix typos in docstrings.
26921 (defgroup, defcustom): Doc fixes.
26922
26923 * winner.el (winner-mode, winner-boring-buffers)
26924 (winner-pending-undo-ring): Doc fixes.
26925 (winner-ring): Remove unneeded `progn'.
26926 (winner-equal): `defsubst' it.
26927 (winner-redo): Fix message.
26928
26929 2005-07-13 Kim F. Storm <storm@cua.dk>
26930
26931 * simple.el (line-move-1): Always use vertical-motion to
26932 do the last (or only) line move to ensure some movement.
26933 Undo 2005-06-23 change--don't check for overlays.
26934
26935 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26936
26937 * term/mac-win.el (ccl-encode-mac-roman-font)
26938 (ccl-encode-mac-centraleurroman-font)
26939 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
26940 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
26941 Change charset-id boundary of dimension to ?\xef.
26942 (mac-char-fontspec-list): New constant.
26943 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
26944 argument. Nil uses itself as family in font-spec. Previous
26945 behavior for nil is now provided by non-nil non-string argument.
26946 All callers changed. Add font-specs for Mac fonts to
26947 "fontset-default" unless iso8859-1 fonts are installed.
26948
26949 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
26950
26951 * progmodes/sh-script.el (sh-get-indent-info): Only indent
26952 a continuation line if the \ is preceded by SPC or TAB.
26953 (sh-get-indent-info): Simplify.
26954 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
26955 Use with-current-buffer.
26956
26957 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
26958 when the matched text is empty.
26959
26960 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
26961
26962 * startup.el (command-line): Revert to previous handling of
26963 tooltip-mode. Explain in comment why the complexity is needed.
26964
26965 * tooltip.el (tooltip-mode): Revert to previous implementation of
26966 its defcustom.
26967
26968 * frame.el (blink-cursor-mode): Revert to previous implementation
26969 of its defcustom. Update comment.
26970
26971 2005-07-12 Lars Hansen <larsh@soem.dk>
26972
26973 * desktop.el: Update e-mail address.
26974
26975 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
26976
26977 * term/mac-win.el (mac-services-mail-selection)
26978 (mac-services-mail-to): New functions.
26979 (mac-application-menu-map): Bind them.
26980
26981 2005-07-12 wulei <milton@wulei.net> (tiny change)
26982
26983 * progmodes/gdb-ui.el: Add note about buffering with Windows.
26984
26985 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
26986
26987 * custom.el (custom-reevaluate-setting): Doc fix.
26988
26989 2005-07-11 Jay Belanger <belanger@truman.edu>
26990
26991 * calc/calc.el (calc-embedded-announce-formula-alist)
26992 (calc-embedded-open-close-plain-alist)
26993 (calc-embedded-open-close-mode-alist): Add checks for additional
26994 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
26995
26996 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
26997
26998 * custom.el (custom-enable-theme): Don't add theme to
26999 `custom-enabled-themes' with `push' because there is no
27000 setf-method for `delq'.
27001
27002 2005-07-11 Richard M. Stallman <rms@gnu.org>
27003
27004 * custom.el (custom-declare-variable): Doc fix.
27005
27006 * dired-aux.el (dired-compare-directories): Remove "." and ".."
27007 from the alists.
27008
27009 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
27010 Do nothing if edebug-active.
27011
27012 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
27013 (edebug-display): Do it here instead.
27014
27015 2005-07-10 Richard M. Stallman <rms@gnu.org>
27016
27017 * cus-face.el (custom-theme-set-faces): Make it work.
27018 (custom-reset-faces): Doc fix.
27019 (custom-theme-reset-internal-face, custom-theme-face-value):
27020 Functions deleted.
27021
27022 * custom.el (custom-push-theme): Maintain list of the settings
27023 of a given theme in its theme-settings property.
27024 Maintain position of old settings in the theme-value
27025 or theme-face property.
27026 (custom-enabled-themes): New variable.
27027 (custom-theme-enabled-p): New function.
27028 (provide-theme): Update custom-enabled-themes.
27029 Disable and reenable the `user' theme.
27030 (require-theme): Doc fix.
27031 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
27032 (custom-theme-value, custom-theme-variable-value): Likewise.
27033 (custom-theme-reset-internal): Likewise.
27034 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
27035 (custom-enable-theme, custom-disable-theme): New functions.
27036 (custom-variable-theme-value, custom-face-theme-value): Likewise.
27037 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
27038 (custom-theme-reset-variables): Simplify.
27039 (deftheme, custom-declare-theme, custom-make-theme-feature):
27040 Definitions moved.
27041
27042 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
27043
27044 * longlines.el (longlines-show-region)
27045 (longlines-unshow-hard-newlines): Recognize hard newlines by
27046 non-nil hard property, instead of t.
27047
27048 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
27049
27050 * emulation/viper-cmd.el (viper--key-maps): New variable.
27051 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
27052 emulation-mode-map-alists.
27053 (viper-envelop-ESC-key): Use viper-subseq.
27054 (viper-search-forward/backward/next): Disable debug-on-error.
27055
27056 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
27057 (viper-ESC-key): New defcustoms.
27058
27059 * emulation/viper-macs.el (ex-map-read-args): Use viper-subseq.
27060
27061 * emulation/viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
27062 (viper-subseq): Copy of subseq from cl.el.
27063
27064 * emulation/viper.el (viper-go-away, viper-set-hooks): Use
27065 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
27066
27067 * emulation/viper-mous.el (viper-current-frame-saved): Use defvar.
27068
27069 * emulation/viper-init.el: Get rid of -face in face names.
27070
27071 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
27072 Make it work with longlines mode.
27073
27074 * ediff-mult.el (ediff-meta-mode-hook): New variable.
27075
27076 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
27077
27078 * ediff-init.el: Get rid of -face in face names.
27079
27080 2005-07-10 Richard M. Stallman <rms@gnu.org>
27081
27082 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
27083 and with-timeout-unsuspend.
27084
27085 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
27086 and with-timeout-unsuspend.
27087
27088 * emacs-lisp/timer.el (with-timeout-timers): New variable.
27089 (with-timeout): Bind that variable to record timers.
27090 (with-timeout-suspend, with-timeout-unsuspend): New functions.
27091
27092 * emacs-lisp/debug.el (debug-help-follow): New function.
27093 (debugger-mode-map): Use that instead of help-follow.
27094 (debugger-setup-buffer): Use eval-buffer-list
27095 to handle eval-buffer frames.
27096
27097 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
27098
27099 * timezone.el (timezone-parse-date): Change first regexp
27100 so it will not mistakenly match dates with no time zone.
27101
27102 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
27103
27104 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
27105
27106 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
27107
27108 * custom.el (custom-initialize-safe-set)
27109 (custom-initialize-safe-default): New functions.
27110
27111 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
27112 and simplify :init-value.
27113
27114 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
27115 and simplify :init-value. Delete obsolete comment.
27116
27117 * startup.el (command-line): Use `custom-reevaluate-setting' to
27118 handle `tooltip-mode'. Delete obsolete comment.
27119
27120 * files.el (set-visited-file-name): Avoid calling
27121 `file-name-nondirectory' with a nil argument.
27122
27123 2005-07-09 Richard M. Stallman <rms@gnu.org>
27124
27125 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
27126 was called with nil for the buffer, handle the read position right.
27127 Handle read position for eval-region, too.
27128
27129 2005-07-09 Juri Linkov <juri@jurta.org>
27130
27131 * fringe.el (fringe-mode): Add period in docstring.
27132 (fringe-query-style): Build prompt depending on `all-frames' arg.
27133
27134 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
27135 to not create links to unrelated functions in the Help buffer.
27136
27137 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
27138 Doc fix.
27139
27140 * simple.el (next-error-hook): New variable.
27141 (next-error): Use it. Doc fix.
27142
27143 * textmodes/ispell.el (ispell-command-loop): Add current
27144 dictionary name and program name to mode-line-format.
27145 (ispell-region, ispell-process-line): Add current dictionary name
27146 and program name to messages.
27147
27148 2005-07-08 Jay Belanger <belanger@truman.edu>
27149
27150 * calc/calc.el (calc-embedded-announce-formula-alist)
27151 (calc-embedded-open-close-formula-alist)
27152 (calc-embedded-open-close-word-alist)
27153 (calc-embedded-open-close-plain-alist)
27154 (calc-embedded-open-close-new-formula-alist)
27155 (calc-embedded-open-close-mode-alist)
27156 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
27157 (calc-embedded-mode-hook): New variables.
27158
27159 * calc/calc-embed.el (calc-embedded-firsttime)
27160 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
27161 New variables.
27162 (calc-do-embedded): Use calc-embedded-firsttime,
27163 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
27164 determine whether or not to run hooks.
27165 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
27166 calc-embedded-firsttime-formula appropriately.
27167 Set calc-embedded delimiter variables according to mode.
27168
27169 2005-07-08 Richard M. Stallman <rms@gnu.org>
27170
27171 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
27172 Check for "emacs", etc., as entire symbol, not just as word.
27173 (checkdoc-file-comments-engine): Use regexp-quote on FN.
27174
27175 * files.el (set-visited-file-name): Report the error
27176 for "empty filename" earlier.
27177 (kill-some-buffers): Ignore buffers already dead.
27178
27179 * fringe.el (fringe-mode): Doc fix.
27180
27181 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
27182 Check for (featurep 'xemacs) and turn off warnings in what it guards.
27183 Use unwind-protect to ensure byte-compile-unresolved-functions
27184 is updated.
27185
27186 * whitespace.el (whitespace-buffer-leading-cleanup):
27187 Simplify w/ skip-chars-forward.
27188 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
27189
27190 * mail/rmail.el (rmail-only-expunge): Fix paren error.
27191 Unconditionally try to leave point at the same old place.
27192
27193 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
27194
27195 * comint.el (comint-postoutput-scroll-to-bottom)
27196 (comint-show-maximum-output): Take scroll-margin into consideration.
27197
27198 2005-07-08 Kim F. Storm <storm@cua.dk>
27199
27200 * ido.el (ido-use-filename-at-point): New choice `guess'.
27201 (ido-file-internal): Try ffap-guesser if selected.
27202
27203 * ido.el (ido-before-fallback-functions): New hook.
27204 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
27205 (ido-read-file-name): Run it.
27206
27207 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
27208
27209 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
27210 strings rather than a list of symbols to the completion function.
27211
27212 2005-07-07 Jay Belanger <belanger@truman.edu>
27213
27214 * calc/calc-units.el (math-apply-units): Change the places in
27215 which units are simplified.
27216
27217 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
27218
27219 * cus-edit.el (customize-option, customize-option-other-window):
27220 Make them handle aliases.
27221
27222 * custom.el (custom-variable-p): Make it recursively follow
27223 aliases. Mention that in the docstring.
27224
27225 2005-07-07 Richard M. Stallman <rms@gnu.org>
27226
27227 * cus-start.el (exec-path): Use `directory' instead of `file'.
27228 Fix tag for nil.
27229
27230 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
27231
27232 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
27233 when called non-interactively. Doc fix.
27234
27235 2005-07-07 Lute Kamstra <lute@gnu.org>
27236
27237 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
27238 new address as well.
27239
27240 2005-07-07 Kenichi Handa <handa@m17n.org>
27241
27242 * international/mule.el (make-coding-system):
27243 Describe `ascii-incompatible' property in the docstring.
27244 (set-file-name-coding-system): Signal an error if coding-system is
27245 ascii-incompatible.
27246 (set-keyboard-coding-system): Likewise.
27247
27248 * international/mule-cmds.el (set-default-coding-systems):
27249 Don't set default-file-name-coding-system and
27250 default-keyboard-coding-system if coding-system is ASCII-incompatible.
27251
27252 * international/utf-16.el: Declare that all UTF-16-based coding
27253 systems are ASCII-incompatible.
27254
27255 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
27256
27257 * progmodes/gud.el: Require font-lock for displaying errors.
27258 Used by gdb-ui.el.
27259
27260 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
27261
27262 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
27263 values for the pattern lists which are `read'able but not
27264 `append'able (like symbols).
27265
27266 2005-07-06 Richard M. Stallman <rms@gnu.org>
27267
27268 * progmodes/flymake.el (flymake-float-time): Instead of
27269 with-no-warnings, test for XEmacs.
27270 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
27271 to avoid warning.
27272
27273 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
27274
27275 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
27276
27277 2005-07-05 Lute Kamstra <lute@gnu.org>
27278
27279 * battery.el: Add support for Darwin (with much debugging help
27280 from Samuel Lauber <sam124@operamail.com>).
27281 (battery-status-function, battery-echo-area-format)
27282 (battery-mode-line-format): Add support for pmset on Darwin.
27283 (battery-load-low, battery-load-critical): New user options.
27284 (battery-pmset): New function.
27285
27286 2005-07-05 Lute Kamstra <lute@gnu.org>
27287
27288 Update FSF's address in GPL notices.
27289
27290 * textmodes/page-ext.el: Update FSF's address.
27291
27292 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
27293
27294 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
27295 filling from using prefix when filling a single-line docstring.
27296
27297 * progmodes/flymake.el: Remove useless eval-when-compile.
27298
27299 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
27300
27301 2005-07-04 Richard M. Stallman <rms@gnu.org>
27302
27303 * textmodes/org.el (org-file-apps-defaults-gnu):
27304 Rename from org-file-apps-defaults-linux.
27305 (org-default-apps): Don't test system-type for `linux'.
27306 (org-file-apps): Doc fix.
27307
27308 2005-07-04 David Ponce <david@dponce.com>
27309
27310 * tree-widget.el: Improve header Commentary section.
27311 (tree-widget) [defgroup]
27312 (tree-widget-image-enable, tree-widget-themes-directory)
27313 (tree-widget-theme, tree-widget-image-properties-emacs)
27314 (tree-widget-image-properties-xemacs, tree-widget-create-image)
27315 (tree-widget-image-formats, tree-widget-control)
27316 (tree-widget-empty-control, tree-widget-leaf-control
27317 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
27318 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
27319 (tree-widget-keep, tree-widget-after-toggle-functions)
27320 (tree-widget-open-node, tree-widget-close-node): Doc fix.
27321 (tree-widget-open-control, tree-widget-close-control): Fix doc and
27322 :help-echo message.
27323 (tree-widget-set-theme): Doc fix. Use `string-equal'.
27324 (tree-widget-image-properties): Doc fix. Clearer implementation.
27325 (tree-widget--cursors): New constant.
27326 (tree-widget-lookup-image): New function split from
27327 `tree-widget-find-image'. Clearer implementation.
27328 (tree-widget-find-image): Use it.
27329 (tree-widget-button-keymap): Use `set-keymap-parent'.
27330 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
27331 Define the sub-widgets here.
27332 (tree-widget-node): Check that :node is not a tree-widget.
27333 (tree-widget-get-super, tree-widget-open-control)
27334 (tree-widget-close-control, tree-widget-empty-control)
27335 (tree-widget-leaf-control, tree-widget-guide)
27336 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
27337 (tree-widget-no-handle, tree-widget-value-delete)
27338 (tree-widget-map): Remove.
27339 (tree-widget-children-value-save): Doc fix. Simplified.
27340 (tree-widget-value-create): Update according to previous changes.
27341
27342 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
27343
27344 * textmodes/org.el: Leading space replaced by TABS.
27345 (org-recalc-marks, org-table-rotate-recalc-marks)
27346 (org-table-get-specials): Treat "^" and "_" marks.
27347 (org-table-justify-field-maybe): Optional argument NEW.
27348 (org-table-eval-formula): Parsing of the format simplified.
27349 New modes C,I. Honor the %= parameter in the current table.
27350 Avoid unnecessary re-align by using the NEW argument to
27351 `org-table-justify-field-maybe'.
27352 (org-calc-default-modes): Default for date-format mimicks org-mode.
27353 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
27354
27355 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
27356
27357 * cus-face.el (custom-theme-set-faces): Make it handle face
27358 aliases whose alias declarations are pre- or autoloaded.
27359
27360 2005-07-04 Juri Linkov <juri@jurta.org>
27361
27362 * faces.el (read-face-name): Put the code for getting a face name
27363 from the buffer before adding the faces from the `face' property.
27364 Use `completing-read-multiple' instead of `completing-read'.
27365 Require `crm'. Add default value and post-process the returned
27366 list of faces.
27367
27368 * emacs-lisp/crm.el (crm-find-current-element)
27369 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
27370
27371 * emacs-lisp/lisp-mode.el (eval-defun-1):
27372 * emacs-lisp/edebug.el (edebug-eval-defun):
27373 Remove unnecessary quotes.
27374
27375 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
27376
27377 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
27378 (prolog-indent-level): Fix typo in docstring.
27379
27380 * info.el (Info-history, Info-history-forward)
27381 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
27382
27383 * add-log.el (add-change-log-entry):
27384 * comint.el (comint-dynamic-list-input-ring)
27385 (comint-dynamic-list-completions):
27386 * dabbrev.el (dabbrev-expand):
27387 * delim-col.el (delimit-columns-rectangle-line):
27388 * diff-mode.el (diff-context->unified, diff-reverse-direction)
27389 (diff-unified->context):
27390 * ediff-init.el (ediff-abbrev-jobname):
27391 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
27392 (ediff-replace-session-activity-marker-in-meta-buffer):
27393 * info.el (Info-summary):
27394 * lpr.el (printify-region):
27395 * printing.el (pr-create-interface):
27396 * ps-print.el (ps-print-quote):
27397 * ses.el (ses-column-widths, ses-print-cell)
27398 (ses-adjust-print-width, ses-center):
27399 * shell.el (shell-file-name-quote-list):
27400 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
27401 (strokes-fill-current-buffer-with-whitespace)
27402 (strokes-xpm-for-stroke, strokes-list-strokes)
27403 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
27404 * term.el (term-dynamic-list-input-ring)
27405 (term-dynamic-list-completions):
27406 * calc/calc.el (math-format-stack-value):
27407 * emacs-lisp/edebug.el (edebug-display-freq-count):
27408 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
27409 (delphi-new-comment-line):
27410 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
27411 * progmodes/executable.el (executable-set-magic):
27412 * progmodes/python.el (inferior-python-mode):
27413 * progmodes/scheme.el (scheme-mode-syntax-table):
27414 * progmodes/sh-script.el (sh-maybe-here-document):
27415 * progmodes/sql.el (sql-copy-column):
27416 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
27417 * textmodes/bibtex.el (bibtex-mode):
27418 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
27419 (sgml-auto-attributes):
27420 * textmodes/table.el (table-insert, table-shorten-cell)
27421 (table--generate-source-scan-lines, table-delete-row)
27422 (*table--cell-delete-char, table--spacify-frame)
27423 (table--horizontally-shift-above-and-below)
27424 (table--cell-insert-char, table--cell-blank-str)
27425 (table--fill-region-strictly):
27426 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
27427 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
27428
27429 * add-log.el (change-log):
27430 * apropos.el (apropos):
27431 * comint.el (comint-completion, comint-source):
27432 * dabbrev.el (dabbrev):
27433 * delim-col.el (columns):
27434 * diff-mode.el (diff-mode):
27435 * ediff.el (ediff):
27436 * ediff-diff.el (ediff-diff):
27437 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
27438 * ediff-mult.el (ediff-mult):
27439 * ediff-ptch.el (ediff-ptch):
27440 * ediff-wind.el (ediff-window):
27441 * facemenu.el (facemenu):
27442 * indent.el (indent):
27443 * info.el (info):
27444 * jka-cmpr-hook.el (compression, jka-compr):
27445 * lpr.el (lpr):
27446 * outline.el (outlines):
27447 * pcmpl-cvs.el (pcmpl-cvs):
27448 * pcmpl-rpm.el (pcmpl-rpm):
27449 * printing.el (printing):
27450 * ps-print.el (postscript, ps-print, ps-print-horizontal)
27451 (ps-print-vertical, ps-print-headers, ps-print-font)
27452 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
27453 (ps-print-background, ps-print-printer, ps-print-page)
27454 (ps-print-miscellany):
27455 * ses.el (ses):
27456 * shell.el (shell, shell-directories, shell-faces):
27457 * startup.el (initialization):
27458 * strokes.el (strokes):
27459 * term.el (term):
27460 * uniquify.el (uniquify):
27461 * w32-vars.el (w32):
27462 * calc/calc.el (calc):
27463 * emacs-lisp/bytecomp.el (bytecomp):
27464 * emacs-lisp/cl-indent.el (lisp-indent):
27465 * emacs-lisp/edebug.el (edebug):
27466 * emacs-lisp/elp.el (elp):
27467 * emacs-lisp/testcover.el (testcover):
27468 * emacs-lisp/trace.el (trace):
27469 * emulation/viper-ex.el (viper-ex):
27470 * emulation/viper-mous.el (viper-mouse):
27471 * mail/mailalias.el (mailalias):
27472 * mail/supercite.el (supercite, supercite-frames)
27473 (supercite-attr, supercite-cite, supercite-hooks):
27474 * net/rcompile.el (remote-compile):
27475 * net/rlogin.el (rlogin):
27476 * obsolete/ooutline.el (outlines):
27477 * progmodes/delphi.el (delphi):
27478 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
27479 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
27480 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
27481 (ebnf-optimization):
27482 * progmodes/etags.el (etags):
27483 * progmodes/executable.el (executable):
27484 * progmodes/idlwave.el (idlwave):
27485 * progmodes/pascal.el (pascal):
27486 * progmodes/prolog.el (prolog):
27487 * progmodes/python.el (python):
27488 * progmodes/scheme.el (scheme):
27489 * progmodes/sh-script.el (sh, sh-script):
27490 * progmodes/sql.el (SQL):
27491 * progmodes/tcl.el (tcl):
27492 * textmodes/bibtex.el (bibtex, bibtex-autokey):
27493 * textmodes/enriched.el (enriched):
27494 * textmodes/makeinfo.el (makeinfo):
27495 * textmodes/sgml-mode.el (sgml):
27496 * textmodes/table.el (table-hooks):
27497 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
27498 * textmodes/texinfo.el (texinfo):
27499 * textmodes/two-column.el (two-column):
27500 Finish `defgroup' description with period.
27501
27502 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
27503 * eshell/esh-var.el (eshell-var):
27504 * progmodes/vhdl-mode.el (vhdl-testbench):
27505 * textmodes/org.el (org): Fix typos in docstrings.
27506
27507 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
27508 consistency.
27509
27510 * progmodes/flymake.el (flymake-find-file): Remove.
27511 (flymake-float-time): Use `with-no-warnings'.
27512 (flymake-check-start-time, flymake-check-was-interrupted)
27513 (flymake-err-info, flymake-is-running, flymake-last-change-time)
27514 (flymake-new-err-info): `defvar' at compile time.
27515
27516 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
27517
27518 * replace.el (occur-hook): Doc fix.
27519 (occur-1): Don't call `occur-hook' if there are no matches.
27520
27521 2005-07-03 Richard M. Stallman <rms@gnu.org>
27522
27523 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
27524 global-map, save the same map.
27525 (global-map): Don't alter it at top level.
27526 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
27527 Then alter it here instead.
27528 (tpu-edt-off): Set global-map to the saved one.
27529
27530 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
27531 All references simplified.
27532 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
27533 (zmacs-regions): Add defvar.
27534 (repeat-complex-command-map): Everything about that deleted.
27535
27536 * textmodes/artist.el (artist-key-is-drawing)
27537 (artist-key-endpoint1, artist-key-poly-point-list)
27538 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
27539 (artist-key-compl-table, artist-rb-save-data)
27540 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
27541 Don't put them in eval-when-compile.
27542 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
27543
27544 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
27545 Use with-no-warnings.
27546
27547 * net/browse-url.el (dos-windows-version): Add defvar.
27548
27549 * mail/supercite.el (filladapt-prefix-table): Add defvar.
27550
27551 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
27552 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
27553 (rmail-new-summary-line-count): Rename from new-summary-line-count.
27554 Add defvar.
27555 (rmail-summary-beginning-of-message): Use with-no-warnings.
27556 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
27557
27558 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
27559 Use with-no-warnings.
27560
27561 * emulation/vi.el (vi-mark-region): Use c-mark-function.
27562 (c-mark-function): Add point-moving-unit property.
27563 (vi-goto-line): Use with-no-warnings.
27564
27565 * emulation/edt.el (edt-last-copied-word): Add defvar.
27566 (zmacs-region-stays): Likewise.
27567 (edt-mark-section-wisely): Use c-mark-function for C.
27568 Use makr-defun for Fortran.
27569 (time-string): defvar deleted.
27570 (edt-display-the-time): Don't set time-string.
27571
27572 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
27573
27574 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27575 Don't warn when name is not constant
27576 or for defining the group `emacs'.
27577
27578 * tooltip.el (gud-tooltip-mode): Add defvar.
27579
27580 * startup.el (default-frame-background-mode): Add defvar.
27581
27582 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
27583
27584 * info.el (tool-bar-map): Add defvar.
27585
27586 * dired.el (dnd-protocol-alist): Add defvar.
27587
27588 * dired-aux.el (dired-query): Display question with answer, when
27589 the user answers.
27590
27591 * custom.el (custom-add-option): Doc fix.
27592
27593 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
27594
27595 2005-07-03 Eli Zaretskii <eliz@gnu.org>
27596
27597 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
27598 bogus name from the last change.
27599
27600 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
27601
27602 * custom.el (custom-declare-variable): Fix typos in comment.
27603 (custom-known-themes): Doc fix.
27604 (custom-theme-directory): New defcustom.
27605 (require-theme): Make it check `custom-theme-directory'.
27606
27607 * cus-theme.el (custom-new-theme-mode): New function.
27608 (custom-theme-name, custom-theme-variables, custom-theme-faces)
27609 (custom-theme-description): Add compiler defvars.
27610 (customize-create-theme): Add doc to the "*New Custom Theme*"
27611 buffer. Use `custom-new-theme-mode'.
27612 (custom-theme-write): Put the created buffer in emacs-lisp-mode
27613 and save it to the `custom-theme-directory'. Make this the
27614 default directory of the buffer.
27615
27616 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
27617
27618 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
27619 Fix unbalanced parentheses.
27620
27621 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
27622
27623 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
27624 into flymake-mode and delegate to flymake-mode.
27625
27626 * find-file.el (ff-which-function-are-we-in): Clean up.
27627
27628 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
27629
27630 * replace.el (occur-rename-buffer): Fix docstring.
27631
27632 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
27633 (edt-last-copied-word, edt-learn-macro-count)
27634 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
27635 (edt-rect-start-point, edt-user-global-map, rect-start-point)
27636 (time-string, zmacs-region-stays):
27637 * emulation/edt-mapper.el (edt-save-function-key-map)
27638 (EDT-key-name): `defvar' to silence the byte-compiler.
27639
27640 2005-07-02 Martin Rudalics <rudalics@gmx.at>
27641
27642 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
27643 font-lock-regexp-backslash. Doc fix.
27644 (font-lock-regexp-backslash-grouping-construct): Rename from
27645 font-lock-regexp-backslash-construct. Doc fix.
27646 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
27647 grouping constructs.
27648
27649 2005-07-02 Eli Zaretskii <eliz@gnu.org>
27650
27651 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
27652 updating all the prerequisites.
27653
27654 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
27655
27656 * textmodes/org.el (org-agenda-start-on-weekday)
27657 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
27658 (org-agenda-use-time-grid, org-archive-location)
27659 (org-allow-space-in-links, org-usenet-links-prefer-google)
27660 (org-enable-table-editor, org-export-default-language)
27661 (org-export-html-show-new-buffer, org-fill-paragraph)
27662 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
27663 (org-goto-quit, org-occur, org-eval-in-calendar)
27664 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
27665 (org-agenda-diary-entry, org-remember-help)
27666 (org-table-convert-region, org-at-table-p)
27667 (org-table-move-row-down, org-table-move-row-up)
27668 (org-table-copy-region, org-table-toggle-vline-visibility)
27669 (org-table-get-stored-formulas, org-table-get-specials)
27670 (org-recalc-commands, org-table-eval-formula)
27671 (org-table-formula-substitute-names, orgtbl-make-binding)
27672 (org-format-org-table-html, org-format-table-table-html)
27673 (org-format-table-table-html-using-table-generate-source)
27674 (org-customize): Fix typos in docstrings.
27675 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
27676 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
27677 (org-back-to-heading): Doc fixes.
27678 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
27679 (org-agenda-change-all-lines, org-get-header):
27680 Improve argument/docstring consistency.
27681 (orgtbl-error): Fix error message.
27682
27683 * progmodes/flymake.el (flymake-find-possible-master-files)
27684 (flymake-master-file-compare, flymake-get-line-err-count)
27685 (flymake-highlight-line, flymake-gui-warnings-enabled):
27686 Fix typos in docstrings.
27687 (flymake-parse-line, flymake-get-project-include-dirs-function)
27688 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
27689 Doc fixes.
27690 (flymake-get-project-include-dirs-function)
27691 (flymake-make-err-menu-data):
27692 Improve argument/docstring consistency.
27693
27694 2005-07-01 Lute Kamstra <lute@gnu.org>
27695
27696 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
27697 Catch errors with ignore-errors. Use temporary buffer.
27698 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
27699
27700 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
27701 background color faces.
27702 (facemenu-set-foreground, facemenu-set-background):
27703 Use facemenu-set-face-from-menu.
27704 (facemenu-set-face-from-menu): Treat face names that start with
27705 "fg:" or "bg:" as special.
27706 (facemenu-add-new-color): Don't create faces. Simplify.
27707
27708 2005-06-30 Richard M. Stallman <rms@gnu.org>
27709
27710 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
27711 (crm-find-current-element): Likewise.
27712
27713 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
27714
27715 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
27716
27717 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
27718
27719 * arc-mode.el (archive-extract): Make it work as a mouse binding.
27720 (archive-mouse-extract): Make it an obsolete alias.
27721 (archive-mode-map): Don't use archive-mouse-extract any more.
27722 (archive-mode, archive-extract): write-contents-hooks ->
27723 write-contents-functions.
27724 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
27725 first arg.
27726 (archive-rename-entry): Update the call.
27727 (archive-zip-summarize): Remove unused var `method'.
27728 (archive-lzh-summarize): Remove unused var `creator'.
27729
27730 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
27731 dedicated frame upon exit.
27732
27733 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
27734 (archive-zip-extract, archive-zip-expunge)
27735 (archive-zip-update, archive-zip-update-case): Use executable-find.
27736 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
27737 Use restore-buffer-modified-p.
27738 (archive-extract, archive-add-new-member, archive-write-file-member):
27739 Use with-current-buffer.
27740 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
27741
27742 2005-06-30 Andreas Schwab <schwab@suse.de>
27743
27744 * progmodes/gud.el (gud-filter): Remove unneeded progn.
27745
27746 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
27747
27748 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
27749
27750 2005-06-30 Juri Linkov <juri@jurta.org>
27751
27752 * faces.el (vertical-border): Inherit from mode-line-inactive
27753 only on tty.
27754
27755 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
27756
27757 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
27758 example, -NLINES in the `occur' docstring).
27759
27760 * replace.el (occur-1): When no matches are found, do not set the
27761 `buffer-read-only' and modified flags for the occur buffer,
27762 because it is deleted.
27763
27764 * emulation/cua-base.el (cua-check-pending-input)
27765 (cua-repeat-replace-region, cua-mode, cua-debug)
27766 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
27767 Fix typos in docstrings.
27768
27769 * emulation/cua-gmrk.el (cua-toggle-global-mark)
27770 (cua-cut-region-to-global-mark)
27771 (cua--cut-rectangle-to-global-mark):
27772 Remove period from end of messages.
27773
27774 * emulation/cua-rect.el (cua-do-rectangle-padding):
27775 Remove period from end of messages.
27776 (cua--rectangle-seq-format): Fix typo in docstring.
27777 (cua-sequence-rectangle, cua-fill-char-rectangle):
27778 Improve argument/docstring consistency.
27779
27780 2005-06-29 Juri Linkov <juri@jurta.org>
27781
27782 * faces.el (default-frame-background-mode): New internal variable.
27783 (frame-set-background-mode): Use it.
27784
27785 * startup.el (normal-top-level): Set default-frame-background-mode
27786 instead of frame-background-mode. Before setting it, test for its
27787 nil value. Remove tests for frame-background-mode and frame
27788 parameter `reverse'. Add test for "unspecified-fg".
27789
27790 * term/xterm.el (xterm-rxvt-set-background-mode):
27791 * term/rxvt.el (rxvt-set-background-mode):
27792 Set default-frame-background-mode instead of frame-background-mode.
27793
27794 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
27795
27796 * simple.el (set-variable): Warn about obsolete user variables.
27797
27798 * imenu.el (imenu--completion-buffer):
27799 * mouse.el (mouse-buffer-menu-alist):
27800 * msb.el (msb-invisible-buffer-p):
27801 * calendar/diary-lib.el (diary-header-line-format):
27802 * emacs-lisp/pp.el (pp-buffer):
27803 * progmodes/cperl-mode.el (cperl-do-auto-fill):
27804 * textmodes/picture.el (picture-replace-match):
27805 Change space constants followed by a sexp to "?\s ".
27806
27807 * play/decipher.el (decipher-loop-with-breaks):
27808 * textmodes/texinfo.el (texinfo-insert-@item): Change space
27809 constants "protected" from end of line by a comment to "?\s".
27810
27811 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
27812
27813 * font-lock.el (save-buffer-state): Use `declare'.
27814
27815 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
27816 reset the syntax-table to cperl-mode-syntax-table.
27817 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
27818 "foo_print_bar" is not matched as a reserved keyword.
27819
27820 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
27821
27822 * textmodes/org.el (orgtbl-setup): New function, for delayed
27823 setup for the orgtbl commands.
27824 (org-calc-default-modes): New option.
27825 (orgtbl-make-binding): Use `defun' to get better help display.
27826 (org-diary): Call `org-compile-prefix-format'.
27827 (org-table-formula-substitute-names): New function.
27828 (org-agenda-day-view, org-agenda-week-view): New commands.
27829 (org-agenda-toggle-week-view): Command removed.
27830 (org-tbl-menu): Split off from org-org-menu.
27831 (org-mode): Move removal of outline-mode menus to here.
27832 (org-table-formula-debug): New option.
27833 (org-table-insert-row): Keep first field if just "#" or "*".
27834 (org-mode): Paragraph regexps fixed.
27835 (org-table-recalculate-regexp): New constant.
27836 (org-table-justify-field-maybe): Avoid replace if not necessary.
27837 (org-copy-special, org-cut-special): Use `call-interactively'.
27838 (org-table-copy-region): Take region from `interactive' call.
27839 (org-trim): Return string even if no match.
27840 (org-formula): New face.
27841 (org-set-font-lock-defaults): No longer highlight "FIXME".
27842 But highlight formula-related fields in table.
27843 (org-table-p): Use regexp, not fontification.
27844 (org-table-align): Handle white space at end of line.
27845 (org-table-formula-evaluate-inline): New option.
27846 (org-mode): Auto-wrapping in comment lines turned off.
27847 (org-table-copy-down): Evaluate only in copied field, not in
27848 destination.
27849 (org-table-current-formula): Variable removed.
27850 (org-table-store-formulas, org-table-get-stored-formulas)
27851 (org-table-modify-formulas, org-table-replace-in-formulas)
27852 (org-table-maybe-eval-formula): New functions.
27853 (org-table-get-formula): Modify to use stored formulas.
27854 (org-table-insert-column, org-table-delete-column)
27855 (org-table-move-column): Call `org-table-modify-formulas'.
27856 (org-complete): Add completion for keyword formulas.
27857 (orgtbl-mode): Pull orgtbl-mode-map to start of
27858 minor-mode-map-alist.
27859
27860 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
27861
27862 * progmodes/python.el (python-check): Require `compile' before
27863 modifying its variables.
27864
27865 * newcomment.el (comment-indent-default): Don't get fooled by an early
27866 end of buffer.
27867
27868 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27869
27870 * ps-print.el (ps-print-version): Fix version number.
27871
27872 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
27873
27874 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
27875
27876 2005-06-28 Richard M. Stallman <rms@gnu.org>
27877
27878 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
27879 (flyspell-local-mouse-map): Declaration deleted.
27880 (flyspell-mouse-map): Bind only mouse-2.
27881 (flyspell-mode-map): Don't test flyspell-use-local-map.
27882 (flyspell-overlay-keymap-property-name): Var deleted.
27883 (flyspell-mode-on): Don't make local bindings for
27884 flyspell-mouse-map and flyspell-mode-map.
27885 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
27886
27887 * textmodes/ispell.el (ispell-word): Do not ignore short words.
27888
27889 * progmodes/compile.el (compilation-next-error-function):
27890 Don't switch buffers; operate on the current buffer.
27891
27892 * progmodes/compile.el (compilation-error-file-name)
27893 (compilation-warning-file-name, compilation-info-file-name)
27894 (compilation-line-number, compilation-column-number): New faces.
27895 (compilation-error-face, compilation-warning-face)
27896 (compilation-info-face, compilation-line-face)
27897 (compilation-column-face): Use them.
27898
27899 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
27900
27901 * comint.el (comint-password-prompt-regexp): Accept ", try again".
27902
27903 * bindings.el (global-map): Bind insertchar and its variants.
27904
27905 2005-06-27 Richard M. Stallman <rms@gnu.org>
27906
27907 * textmodes/artist.el (artist-text-overwrite)
27908 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
27909
27910 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
27911
27912 * ps-print.el: It was not working the page selection for printing.
27913 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
27914 (ps-print-version): New version 6.6.7.
27915 (ps-end-sheet): New fun.
27916 (ps-header-sheet, ps-end-job): Call it.
27917
27918 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
27919
27920 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
27921
27922 2005-06-27 Lute Kamstra <lute@gnu.org>
27923
27924 * facemenu.el (facemenu-unlisted-faces): Add foreground and
27925 background color faces.
27926 (facemenu-get-face): Delete function.
27927 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
27928 (facemenu-add-new-color): Make second argument mandatory.
27929 Create the appropriate face and return it. Simplify.
27930 (facemenu-set-foreground, facemenu-set-background): Don't check if
27931 color is defined. Use return value of facemenu-add-new-color.
27932
27933 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
27934
27935 * progmodes/gud.el (gud-filter): Add missing argument to
27936 with-selected-window.
27937
27938 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
27939
27940 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
27941 a :require to the defcustom.
27942
27943 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
27944 defcustoms corresponding to minor modes.
27945
27946 2005-06-26 David Ponce <david@dponce.com>
27947
27948 * recentf.el: Require tree-widget instead of wid-edit.
27949 (recentf-filename-handler): Fix widget :type.
27950 (recentf-cancel-dialog, recentf-open-more-files)
27951 (recentf-open-files-action): Doc fix.
27952 (recentf-dialog-goto-first): New function.
27953 (recentf-dialog-mode-map): Set parent keymap first.
27954 (recentf-dialog-mode): Define with define-derived-mode.
27955 Don't display continuation lines in dialogs.
27956 (recentf-edit-list): Rename from recentf-edit-selected-items.
27957 (recentf-edit-list-select): Rename from recentf-edit-list-action.
27958 Simplify.
27959 (recentf-edit-list-validate): New function.
27960 (recentf-edit-list): Update accordingly.
27961 (recentf-open-files-item-shift): Remove.
27962 (recentf-open-files-item): Convert menu elements into tree and
27963 link widgets. Don't create the widgets.
27964 (recentf-open-files): Update accordingly.
27965 (recentf-save-list): Untabify.
27966
27967 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
27968
27969 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
27970 (keep-lines): Add INTERACTIVE arg. Never delete lines only
27971 partially contained in the active region. Do not take active
27972 region into account when called from Lisp, unless INTERACTIVE arg
27973 is non-nil. Use `forward-line' instead of `beginning-of-line' to
27974 avoid trouble with fields. Make marker point nowhere when no
27975 longer used. Always return nil. Doc fix.
27976 (flush-lines): Add INTERACTIVE arg. Do not take active region
27977 into account when called from Lisp, unless INTERACTIVE arg is
27978 non-nil. Use `forward-line' instead of `beginning-of-line' to
27979 avoid trouble with fields. Make marker point nowhere when no
27980 longer used. Always return nil. Doc fix.
27981 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
27982 interchangeable. Do not take active region into account when
27983 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
27984 message in echo area when called from Lisp, unless INTERACTIVE arg
27985 is non-nil. Avoid saying "1 occurrences". Do not use markers.
27986 Return the number of matches. Doc fix.
27987 (occur): Doc fix.
27988 (perform-replace): Make comment follow double space convention for
27989 the sake of `outline-minor-mode'.
27990
27991 * faces.el (facep): Doc fix.
27992
27993 2005-06-25 Richard M. Stallman <rms@gnu.org>
27994
27995 * facemenu.el (facemenu-enable-faces-p): New function.
27996 (facemenu-background-menu, facemenu-foreground-menu)
27997 (facemenu-face-menu): Add menu-enable property.
27998
27999 * jka-compr.el (jka-compr-insert-file-contents):
28000 Special handling if cannot find the uncompression program.
28001
28002 * cus-face.el (custom-face-attributes): Add autoload.
28003
28004 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28005 Bind comment-indent-function locally.
28006
28007 * window.el (save-selected-window): Use save-current-buffer.
28008
28009 * subr.el (with-selected-window): Use save-current-buffer.
28010
28011 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
28012 and with-current-buffer.
28013
28014 2005-06-24 Richard M. Stallman <rms@gnu.org>
28015
28016 * simple.el (line-move-1): Fix previous change.
28017
28018 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
28019
28020 * replace.el (occur-1): Set `buffer-read-only' and the
28021 buffer-modified flag before running `occur-hook' to protect
28022 against unintentional buffer switches that can lead to data loss.
28023
28024 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
28025
28026 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
28027 (gud-gdb-marker-filter): Use font-lock-warning-face for any
28028 initial error.
28029
28030 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
28031 after fresh input.
28032 (gdb-var-create-handler): Put name of expression in quotes.
28033
28034 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
28035
28036 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
28037 elements of RING in order, and without bogus nil elements.
28038
28039 2005-06-23 Richard M. Stallman <rms@gnu.org>
28040
28041 * simple.el (set-variable): Args renamed; doc fix.
28042 (line-move-1): When there are overlays around, use vertical-motion.
28043
28044 * faces.el (escape-glyph): Use brown against light background.
28045 (nobreak-space): Rename from no-break-space.
28046 Fix previous change.
28047
28048 * dired-aux.el (dired-do-copy): Fix arg prompt.
28049
28050 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
28051
28052 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
28053
28054 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
28055 rather than "Distributor".
28056
28057 2005-06-23 Lute Kamstra <lute@gnu.org>
28058
28059 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
28060 (debug-on-entry): Use it. New interactive declaration that uses
28061 function-called-at-point.
28062
28063 2005-06-23 Kim F. Storm <storm@cua.dk>
28064
28065 * subr.el (save-match-data): Add comment about using evaporate arg
28066 to set-match-data.
28067
28068 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
28069
28070 * cus-edit.el (customize-face)
28071 (customize-face-other-window): Handle face aliases.
28072
28073 * faces.el (face-documentation, set-face-attribute)
28074 (face-spec-set): Handle face aliases.
28075
28076 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
28077
28078 * help-mode.el (help-make-xrefs): If a symbol representing a face
28079 name is not followed by the word "face", it could still be a
28080 function or variable name, so don't bypass other checks.
28081
28082 2005-06-22 Juri Linkov <juri@jurta.org>
28083
28084 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
28085 Replace aliased functions with calls where second arg `inherit' is t.
28086
28087 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
28088
28089 * progmodes/gdb-ui.el (gdb-error): New variable.
28090 (gdb-error): New function.
28091 (gdb-annotation-rules): Act on error-begin and error annotations.
28092 (gdb-concat-output): Use font-lock-warning-face for errors.
28093
28094 2005-06-22 Miles Bader <miles@gnu.org>
28095
28096 * bindings.el (propertized-buffer-identification): Use renamed
28097 `Buffer-menu-buffer' face.
28098
28099 * faces.el (vertical-border): Rename from `vertical-divider'.
28100 (escape-glyph): Change dark-background color back to `cyan'.
28101
28102 2005-06-21 Juri Linkov <juri@jurta.org>
28103
28104 * faces.el (face-user-default-spec): Try getting `customized-face'
28105 prior to `saved-face'.
28106 (frame-background-mode): Refill docstring.
28107
28108 * emacs-lisp/lisp-mode.el (eval-defun-1):
28109 * emacs-lisp/edebug.el (edebug-eval-defun):
28110 Set `saved-face' temporarily to nil before calling form.
28111 Set `customized-face' to the new spec after that.
28112
28113 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
28114
28115 * subr.el (1value, lambda, key-substitution-in-progress):
28116 Doc fixes.
28117
28118 * autoinsert.el (auto-insert-alist):
28119 * ses.el (ses-call-printer):
28120 * subr.el (noreturn):
28121 * emacs-lisp/lisp.el (check-parens):
28122 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
28123 * net/browse-url.el (browse-url-mosaic):
28124 * progmodes/cc-defs.el (c-safe-scan-lists):
28125 * progmodes/ebnf-abn.el (ebnf-abn-lex):
28126 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
28127 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
28128 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
28129 * progmodes/ebnf-iso.el (ebnf-iso-lex):
28130 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
28131
28132 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
28133
28134 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
28135
28136 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
28137
28138 * calendar/appt.el (appt-make-list): Activate the package, if
28139 not already active (for backwards compatibility).
28140
28141 2005-06-20 Kim F. Storm <storm@cua.dk>
28142
28143 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
28144
28145 2005-06-20 Miles Bader <miles@gnu.org>
28146
28147 * faces.el (vertical-divider): New face.
28148
28149 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
28150
28151 * simple.el (kill-whole-line): Doc fix.
28152 (next-error-buffer-p, next-error-find-buffer)
28153 (clone-indirect-buffer): Fix typos in docstrings.
28154 (comment-line-break-function): Doc fix: don't say variable
28155 is automatically buffer-local (it isn't).
28156
28157 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
28158
28159 * net/tramp-ftp.el (top):
28160 * net/tramp-smb.el (top):
28161 * net/tramp-util.el (top):
28162 * net/tramp-uu.el (top):
28163 * net/tramp-vc.el (top):
28164 * net/tramp.el (top): Revert copyright years back to original
28165 ones. Tramp has a life outside GNU Emacs.
28166
28167 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
28168
28169 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
28170
28171 2005-06-18 Juri Linkov <juri@jurta.org>
28172
28173 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
28174 end of first regexp to limit the match to the position between
28175 line number and source line with same separator character as used
28176 between file name and line number. In the second regexp limit
28177 mouse-face area to file name and line number by adding new group
28178 for them and referring it in HYPERLINK arg.
28179 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
28180 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
28181 previous line where grep markers may be already removed.
28182
28183 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
28184
28185 * progmodes/ps-mode.el: Update version and maintainer's email address.
28186
28187 2005-06-18 Steve Youngs <steve@xemacs.org>
28188
28189 * net/browse-url.el (browse-url-browser-function)
28190 (browse-url-default-browser): Add firefox.
28191 (browse-url-firefox-program, browse-url-firefox-arguments)
28192 (browse-url-firefox-startup-arguments)
28193 (browse-url-firefox-new-window-is-tab): New defcustoms.
28194 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
28195
28196 2005-06-17 Richard M. Stallman <rms@gnu.org>
28197
28198 * startup.el (command-line): Warn if specified user name has
28199 no home directory.
28200
28201 * term.el (term-get-old-input, term-input-filter, term-input-sender)
28202 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
28203
28204 * longlines.el (longlines-mode, longlines-show-hard-newlines):
28205 Doc fixes.
28206
28207 * faces.el (underline): Try bold if terminal doesn't support underline.
28208
28209 * mail/sendmail.el (mail-setup-with-from): New variable.
28210 (mail-insert-from-field): New function.
28211 (sendmail-send-it): Call it.
28212 (mail-setup): Optionally call it here.
28213
28214 * term/linux.el: Call tty-no-underline.
28215
28216 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
28217
28218 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
28219
28220 2005-06-17 Miles Bader <miles@gnu.org>
28221
28222 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
28223 (ediff-current-diff-C, ediff-current-diff-Ancestor)
28224 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
28225 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
28226 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
28227 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
28228 Remove "-face" suffix from face names.
28229 (ediff-current-diff-face-A, ediff-current-diff-face-B)
28230 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
28231 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
28232 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
28233 (ediff-even-diff-face-A, ediff-even-diff-face-B)
28234 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
28235 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
28236 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
28237 New backward-compatibility aliases for renamed faces.
28238 (ediff-current-diff-face-A, ediff-current-diff-face-B)
28239 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
28240 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
28241 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
28242 (ediff-even-diff-face-A, ediff-even-diff-face-B)
28243 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
28244 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
28245 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
28246 Use renamed ediff faces.
28247
28248 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
28249 Remove "-face" suffix from face names.
28250 (eshell-test-ok-face, eshell-test-failed-face):
28251 New backward-compatibility aliases for renamed faces.
28252 (eshell-run-test): Use renamed eshell-test faces.
28253
28254 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
28255 face name.
28256 (eshell-prompt-face): New backward-compatibility alias for renamed
28257 face.
28258 (eshell-emit-prompt): Use renamed eshell-prompt face.
28259
28260 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
28261 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
28262 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
28263 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
28264 Remove "-face" suffix from face names.
28265 (eshell-ls-directory-face, eshell-ls-symlink-face)
28266 (eshell-ls-executable-face, eshell-ls-readonly-face)
28267 (eshell-ls-unreadable-face, eshell-ls-special-face)
28268 (eshell-ls-missing-face, eshell-ls-archive-face)
28269 (eshell-ls-backup-face, eshell-ls-product-face)
28270 (eshell-ls-clutter-face):
28271 New backward-compatibility aliases for renamed faces.
28272 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
28273
28274 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
28275 Remove "-face" suffix from face name.
28276 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
28277 instead of literal face.
28278
28279 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
28280
28281 * emacs-lisp/warnings.el (display-warning, lwarn)
28282 (warning-minimum-log-level): Doc fixes.
28283 (warning-minimum-level, warning-minimum-log-level):
28284 Add :debug to :type choices.
28285
28286 * progmodes/ada-mode.el (ada-format-paramlist)
28287 (ada-get-indent-case, ada-check-matching-start)
28288 (ada-check-defun-name, ada-goto-matching-decl-start)
28289 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
28290 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
28291 (ada-make-subprogram-body): Follow error conventions.
28292 (ada-case-exception-file, ada-indent-comment-as-code)
28293 (ada-indent-handle-comment-special, ada-indent-renames)
28294 (ada-indent-return, ada-search-directories-internal)
28295 (ada-tab-policy, ada-case-exception-substring)
28296 (ada-other-file-alist, ada-matching-start-re)
28297 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
28298 (ada-imenu-generic-expression, ada-compile-goto-error)
28299 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
28300 (ada-popup-menu, ada-add-extensions, ada-mode)
28301 (ada-region-selected, ada-create-case-exception)
28302 (ada-create-case-exception-substring, ada-after-keyword-p)
28303 (ada-activate-keys-for-case, ada-adjust-case-region)
28304 (ada-adjust-case-buffer, ada-format-paramlist)
28305 (ada-scan-paramlist, ada-insert-paramlist)
28306 (ada-indent-newline-indent)
28307 (ada-indent-newline-indent-conditional)
28308 (ada-justified-indent-current, ada-goto-previous-word)
28309 (ada-indent-current, ada-get-indent-open-paren)
28310 (ada-get-indent-paramlist, ada-get-indent-end)
28311 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
28312 (ada-get-indent-block-start, ada-get-indent-subprog)
28313 (ada-get-indent-noindent, ada-get-indent-label)
28314 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
28315 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
28316 (ada-goto-stmt-end, ada-goto-next-word)
28317 (ada-check-matching-start, ada-check-defun-name)
28318 (ada-goto-matching-decl-start, ada-goto-matching-start)
28319 (ada-goto-matching-end, ada-search-ignore-string-comment)
28320 (ada-in-decl-p, ada-looking-at-semi-or)
28321 (ada-looking-at-semi-private, ada-in-paramlist-p)
28322 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
28323 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
28324 (ada-next-procedure, ada-previous-procedure, ada-next-package)
28325 (ada-previous-package, ada-create-menu)
28326 (ada-fill-comment-paragraph-justify)
28327 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
28328 (ada-other-file-name, ada-last-which-function-line)
28329 (ada-last-which-function-subprog, ada-which-function)
28330 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
28331 (ada-gen-treat-proc, ada-check-emacs-version)
28332 (ada-continuation-indent, ada-align-region-separate):
28333 Fix typos in docstrings.
28334 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
28335
28336 2005-06-16 Lute Kamstra <lute@gnu.org>
28337
28338 * simple.el (fundamental-mode): Run after-change-major-mode-hook
28339 conditionally.
28340
28341 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
28342
28343 * comint.el (comint-replace-by-expanded-filename)
28344 (comint-prompt-regexp, comint-delimiter-argument-list)
28345 (comint-preinput-scroll-to-bottom):
28346 * info.el (Info-hide-cookies-node):
28347 * ls-lisp.el (ls-lisp-classify):
28348 * find-file.el (ff-search-directories, ff-special-constructs)
28349 (ff-find-other-file):
28350 * font-lock.el (font-lock-keywords):
28351 * shell.el (shell-prompt-pattern)
28352 (shell-dynamic-complete-functions, shell-mode)
28353 (shell-delimiter-argument-list):
28354 * term.el (term-replace-by-expanded-filename)
28355 (term-prompt-regexp, term-delimiter-argument-list):
28356 * woman.el (woman-ignore, woman0-if):
28357 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
28358 * emacs-lisp/elint.el (elint-init-env):
28359 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
28360 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
28361 * language/ethio-util.el (ethio-tilde-escape)
28362 (ethio-use-three-dot-question):
28363 * net/zone-mode.el (zone-mode-load-time-setup):
28364 * progmodes/cc-align.el (c-lineup-argcont):
28365 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
28366 * progmodes/cperl-mode.el (cperl-set-style-back):
28367 * progmodes/inf-lisp.el (inferior-lisp-prompt):
28368 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
28369 Fix spellings in docstrings.
28370
28371 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
28372 * progmodes/modula2.el (m2-for): Fix spellings.
28373
28374 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
28375
28376 * simple.el (undo-more): Don't use `format' on `error' arguments.
28377 Improve argument/docstring consistency.
28378 (pending-undo-list): Doc fix.
28379
28380 * smerge-mode.el (smerge-ensure-match):
28381 * emulation/vip.el (vip-ex):
28382 * net/zone-mode.el (zone-mode-update-serial):
28383 * progmodes/idlwave.el (idlwave-complete):
28384 * progmodes/vhdl-mode.el (vhdl-visit-file)
28385 (vhdl-compose-wire-components):
28386 Don't use `format' on `error' arguments.
28387
28388 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
28389 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
28390 (tooltip-help-tips): Fix typos in docstrings.
28391
28392 2005-06-16 David Ponce <david@dponce.com>
28393
28394 * tree-widget.el (tree-widget-value-create): Simplify last change.
28395
28396 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
28397
28398 * ido.el (ido-incomplete-regexp): New variable.
28399 (ido-set-matches-1): Handle invalid-regexp error and set
28400 ido-incomplete-regexp.
28401 (ido-incomplete-regexp): New face.
28402 (ido-completions): Use it.
28403 (ido-complete, ido-exit-minibuffer, ido-completions):
28404 Handle incomplete regexps.
28405 (ido-completions): Add check for complete match when entering a regexp.
28406
28407 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
28408
28409 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
28410
28411 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
28412
28413 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
28414 by field delimiters.
28415
28416 2005-06-15 David Ponce <david@dponce.com>
28417
28418 * tree-widget.el: eval-and-compile inlined functions so they will
28419 be available at run-time too.
28420 (tree-widget-super-format-handler)
28421 (tree-widget-format-handler): Remove.
28422 (tree-widget-value-create): Handle the :indent property.
28423
28424 2005-06-15 Miles Bader <miles@gnu.org>
28425
28426 * progmodes/which-func.el (which-func): Only inherit
28427 `font-lock-function-name-face' when that makes sense against the
28428 default mode-line face, otherwise set the face color explicitly.
28429
28430 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
28431 faces instead of (non-existent) variables.
28432
28433 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
28434
28435 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
28436 (iswitchb-get-matched-buffers): Likewise. Simplify.
28437
28438 2005-06-14 Miles Bader <miles@gnu.org>
28439
28440 * progmodes/ld-script.el (ld-script-location-counter):
28441 Remove "-face" suffix from face name.
28442 (ld-script-location-counter-face):
28443 New backward-compatibility alias for renamed face.
28444 (ld-script-location-counter-face): Use renamed face.
28445
28446 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
28447 (cperl-hash): Remove "-face" suffix from face names.
28448 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
28449 New backward-compatibility aliases for renamed faces.
28450 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
28451 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
28452
28453 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
28454 name.
28455 (which-func-face): New backward-compatibility alias for renamed face.
28456 (which-func-format): Use renamed which-func face.
28457
28458 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
28459 (vhdl-function, vhdl-directive, vhdl-reserved-word)
28460 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
28461 names.
28462 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
28463 (vhdl-speedbar-configuration, vhdl-speedbar-package)
28464 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
28465 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
28466 (vhdl-speedbar-architecture-selected)
28467 (vhdl-speedbar-configuration-selected)
28468 (vhdl-speedbar-package-selected)
28469 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
28470 names.
28471 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
28472 Use renamed faces.
28473 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
28474 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
28475 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
28476 Use renamed faces.
28477 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
28478 names.
28479 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
28480 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
28481 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
28482 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
28483 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
28484 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
28485
28486 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
28487 face name.
28488 (sh-heredoc-face): New backward-compatibility alias for renamed face.
28489 (sh-heredoc-face): Use renamed sh-heredoc face.
28490
28491 * progmodes/idlw-help.el (idlwave-help-link):
28492 Remove "-face" suffix from face name.
28493 (idlwave-help-link-face):
28494 New backward-compatibility alias for renamed face.
28495 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
28496
28497 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
28498 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
28499 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
28500 New backward-compatibility aliases for renamed faces.
28501 (idlwave-shell-disabled-breakpoint-face)
28502 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
28503
28504 * progmodes/flymake.el (flymake-errline, flymake-warnline):
28505 Remove "-face" suffix from face names.
28506 (flymake-errline-face, flymake-warnline-face):
28507 New backward-compatibility aliases for renamed faces.
28508 (flymake-highlight-line): Use renamed flymake faces.
28509
28510 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
28511 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
28512 (ebrowse-member-class, ebrowse-progress):
28513 Remove "-face" suffix from face names.
28514 (ebrowse-tree-mark-face, ebrowse-root-class-face)
28515 (ebrowse-file-name-face, ebrowse-default-face)
28516 (ebrowse-member-attribute-face, ebrowse-member-class-face)
28517 (ebrowse-progress-face):
28518 New backward-compatibility aliases for renamed faces.
28519 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
28520 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
28521 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
28522 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
28523
28524 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
28525 antlr-syntax)
28526 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
28527 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
28528 names.
28529 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
28530 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
28531 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
28532 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
28533 backward-compatibility aliases for renamed faces.
28534 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
28535 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
28536 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
28537 remove "font-lock-". Use renamed antlr-mode faces.
28538 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
28539 literal face-names with face variable references.
28540
28541 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
28542 face name.
28543 (Buffer-menu-buffer-face): New backward-compatibility alias for
28544 renamed face.
28545 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
28546
28547 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
28548
28549 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
28550 Eliminate "-face" suffix.
28551 (makefile-targets): Inherit from font-lock-function-name-face and
28552 eliminate "-face" suffix.
28553 (makefile-shell): Remove attributes and eliminate "-face" suffix.
28554 (makefile-*-font-lock-keywords): Append makefile-targets in rule
28555 actions, instead of prepending, to make it less visible.
28556 (makefile-previous-dependency, makefile-match-dependency):
28557 Don't match a target on a continuation line.
28558
28559 * files.el (auto-mode-alist): Put Makefile in gmake mode.
28560
28561 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
28562
28563 * progmodes/gdb-ui.el (menu): Re-order menu items.
28564 (gdb-tooltip-print): Respect tooltip-use-echo-area.
28565
28566 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
28567 Define in tooltip.el.
28568 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
28569 (gud-tooltip-tips): Respect tooltip-use-echo-area and
28570 gud-tooltip-echo-area.
28571
28572 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
28573 backward compatibility and make obsolete.
28574 (tooltip-help-tips): Use tooltip-use-echo-area.
28575 (tooltip-show-help-function): Rename to...
28576 (tooltip-show-help): ...this, because it is a function.
28577 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
28578
28579 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
28580
28581 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
28582 (edebug-print-length, edebug-print-level, edebug-print-circle)
28583 (edebug-modify-breakpoint, edebug-eval-last-sexp)
28584 (edebug-eval-print-last-sexp): Doc fixes.
28585
28586 2005-06-14 Kim F. Storm <storm@cua.dk>
28587
28588 * ido.el (ido-mode): Make a new keymap every time we enable ido,
28589 as the coverage buffer/file/both may change.
28590
28591 2005-06-14 Lute Kamstra <lute@gnu.org>
28592
28593 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
28594 and run-mode-hooks. Simplify.
28595
28596 * mail/rmailedit.el (rmail-edit-mode):
28597 * progmodes/octave-inf.el (inferior-octave-mode):
28598 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
28599
28600 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
28601 and run-mode-hooks.
28602 (recentf-edit-list, recentf-open-files): Don't call
28603 kill-all-local-variables directly.
28604
28605 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
28606
28607 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
28608
28609 * emacs-lisp/byte-run.el (make-obsolete)
28610 (define-obsolete-function-alias): Rename arguments FUNCTION and
28611 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
28612 (make-obsolete-variable, define-obsolete-variable-alias):
28613 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
28614 respectively.
28615
28616 * isearchb.el (isearchb-activate):
28617 * pcvs.el (cvs-mode):
28618 * ses.el (ses-load):
28619 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
28620 * net/tramp.el (tramp-find-file-exists-command)
28621 (tramp-find-shell):
28622 * progmodes/ada-mode.el (ada-create-case-exception)
28623 (ada-create-case-exception-substring, ada-make-subprogram-body):
28624 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
28625 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
28626 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
28627 * textmodes/org.el (org-promote, org-evaluate-time-range)
28628 (org-agenda-next-date-line, org-agenda-previous-date-line)
28629 (org-agenda-error, org-open-at-point, org-table-move-row)
28630 (org-format-table-table-html-using-table-generate-source)
28631 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
28632 * textmodes/reftex.el (reftex-access-scan-info):
28633 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
28634 (reftex-toc-promote-prepare): Follow error conventions.
28635
28636 * diff-mode.el (diff-mode): Fix typo in docstring.
28637
28638 * forms.el (forms--intuit-from-file): Fix reference to
28639 `forms-number-of-fields' in error message.
28640 (forms-print): Fix quoting in error message.
28641
28642 * forms.el (forms-mode):
28643 * emulation/vi.el (vi-goto-insert-state):
28644 * progmodes/flymake.el (flymake-new-err-info)
28645 (flymake-start-syntax-check-for-current-buffer)
28646 (flymake-simple-cleanup):
28647 * eshell/esh-var.el (eshell/export):
28648 * progmodes/gud.el (xdb):
28649 * textmodes/flyspell.el (flyspell-incorrect-hook)
28650 (flyspell-maybe-correct-transposition)
28651 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
28652
28653 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
28654
28655 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
28656 minibuffer prompt.
28657
28658 2005-06-13 Kim F. Storm <storm@cua.dk>
28659
28660 * subr.el (add-to-ordered-list): New defun.
28661
28662 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
28663 add cua--keymap-alist to emulation-mode-map-alists.
28664
28665 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
28666
28667 * subr.el (complete-in-turn): New macro.
28668 (dynamic-completion-table, lazy-completion-table): Add debug info.
28669
28670 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
28671 in preference to face aliases.
28672
28673 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
28674 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
28675 Remove unused vars `start' and `firstline'.
28676 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
28677 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
28678
28679 2005-06-13 Eli Zaretskii <eliz@gnu.org>
28680
28681 * cus-start.el (all): Don't complain about missing GTK-related
28682 variables, unless either `gtk' is boundp or this isn't a
28683 `windows-nt' build.
28684
28685 2005-06-13 Lute Kamstra <lute@gnu.org>
28686
28687 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
28688 run-mode-hooks.
28689
28690 * ediff-mult.el (ediff-meta-mode):
28691 * ediff-util.el (ediff-mode): Use run-mode-hooks.
28692
28693 * ledit.el (ledit-mode): Use delay-mode-hooks.
28694
28695 * woman.el (woman-mode-line-format): Delete constant.
28696 (woman-mode-map): Initialize it properly.
28697 (woman-mode): Set mode-class property to special.
28698 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
28699 Set major-mode and mode-name. Don't set mode-line-format directly.
28700 (Man-getpage-in-background): Don't reference woman-mode-line-format.
28701
28702 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
28703 string argument obsolete.
28704
28705 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
28706
28707 * textmodes/org.el (org-CUA-compatible): New option.
28708 (org-disputed-keys): New variable.
28709 (org-key): New function.
28710 (orgtbl-make-binding): Add docstring to the created function.
28711 (org-mode): Set paragraph start/separate regexps.
28712 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
28713 (org-archive-location, org-archive-mark-done)
28714 (org-archive-stamp-time): New options.
28715 (org-archive-subtree): New command.
28716 (org-fill-paragraph): New function.
28717 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
28718 (org-fake-empty-table-line): Function removed.
28719 (org-format-org-table-html): Do not create empty table lines at
28720 separator lines. Improved table header treatment.
28721 (org-link-format): New option.
28722 (org-make-link): New function.
28723 (org-insert-link, org-store-link): Use org-make-link.
28724 (org-open-file): Quote file name for shell command, to allow
28725 spaces in file names.
28726 (org-link-regexp): Fix bug with mailto link.
28727 (org-link-maybe-angles-regexp, org-protected-link-regexp):
28728 New constants.
28729 (org-export-as-html): Deal with the optional angles around a link.
28730 Better treatment of file: links.
28731 (org-open-at-point): Replace @{ and @} with < and >.
28732 (org-run-mode-hooks): Function removed.
28733 (org-agenda-mode): No longer use `org-run-mode-hooks'.
28734
28735 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
28736
28737 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
28738 MI command -data-list-register-values.
28739 (gdb-post-prompt): Indent properly.
28740
28741 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
28742
28743 * hilit-chg.el (highlight-changes-colors): Rename from
28744 `highlight-changes-colours'.
28745 (highlight-changes-colours): Keep as obsolete alias.
28746 (highlight-changes-face-list): Doc fix.
28747 (hilit-chg-make-list): Use `highlight-changes-colors'.
28748
28749 2005-06-12 Mark A. Hershberger <mah@everybody.org>
28750
28751 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
28752 defun-prompt-regexp.
28753
28754 2005-06-12 Eli Zaretskii <eliz@gnu.org>
28755
28756 * loadup.el: Don't say we are dumping under 2 names on windows-nt
28757 and cygwin.
28758
28759 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
28760 Don't use an old loaddefs.el, as in Makefile.in.
28761
28762 2005-06-12 Lute Kamstra <lute@gnu.org>
28763
28764 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
28765
28766 * man.el (Man-mode-map): Initialize it properly.
28767 (Man-mode): Set mode-class property to special.
28768
28769 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
28770
28771 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
28772
28773 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
28774 A newline is needed in the docstring there.
28775
28776 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
28777 Doc fixes.
28778
28779 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
28780
28781 * printing.el: Doc fix. The menubar is no more changed when printing
28782 is loaded, it only changes when pr-menu-bind or pr-update-menus is
28783 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
28784 (pr-version): New version number (6.8.4).
28785 (pr-menu-bind): New command.
28786 (pr-update-menus): Docstring and code fix.
28787 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
28788 Docstring fix.
28789 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
28790 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
28791
28792 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
28793
28794 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
28795 "Returns" to "return", document useful return values, etc.
28796
28797 2005-06-11 Alan Mackenzie <acm@muc.de>
28798
28799 * textmodes/fill.el (fill-context-prefix): Try `adaptive-fill-function'
28800 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
28801 (adaptive-file-function): Minor amendment to doc-string.
28802
28803 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
28804
28805 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
28806 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
28807 Fix :type--it is `integer', not `string'.
28808
28809 * faces.el (modeline-highlight): Rename from (the erroneous)
28810 `modeline-higilight'.
28811
28812 2005-06-11 Lute Kamstra <lute@gnu.org>
28813
28814 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
28815 lisp-interaction-mode-map but make it the parent.
28816 (edebug-eval-mode): Use define-derived-mode.
28817
28818 2005-06-11 Andreas Schwab <schwab@suse.de>
28819
28820 * bindings.el: Add binding of `ESC functionkey' for every
28821 `M-functionkey'.
28822 * hexl.el (hexl-mode-map): Likewise.
28823
28824 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
28825
28826 * progmodes/compile.el (compilation-error-regexp-alist-alist)
28827 [msft]: update regexp for newer msft compilers.
28828
28829 2005-06-10 Mark A. Hershberger <mah@everybody.org>
28830
28831 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
28832 ATTLIST portions of included DTDs.
28833 (xml-parse-dtd): Eliminate use of inefficient match-data.
28834
28835 2005-06-10 Miles Bader <miles@gnu.org>
28836
28837 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
28838 (mpuz-text): Remove "-face" suffix from face names.
28839 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
28840 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
28841 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
28842
28843 * play/gomoku.el (gomoku-O, gomoku-X):
28844 Remove "-face" suffix from face names.
28845 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
28846 New backward-compatibility aliases for renamed faces.
28847 (gomoku-font-lock-keywords): Use renamed gomoku faces.
28848
28849 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
28850
28851 * thumbs.el: Fixes for changes of 2005-06-09.
28852 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
28853 as a directory.
28854 (thumbs-thumbname): Remove directory separator from format string;
28855 `thumbs-thumbsdir' now returns a valid directory name.
28856 (thumbs-temp-dir): New defsubst.
28857 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
28858 Use it.
28859
28860 * cus-edit.el (minibuffer):
28861 * files.el (make-backup-file-name-function):
28862 * filesets.el (filesets-external-viewers):
28863 * hilit-chg.el (highlight-changes-colours)
28864 (highlight-changes-face-list, highlight-changes-rotate-faces):
28865 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
28866 * kmacro.el (kmacro-call-macro):
28867 * log-edit.el (log-edit-changelog-full-paragraphs):
28868 * mouse.el (mouse-1-click-follows-link):
28869 * skeleton.el (skeleton-autowrap):
28870 * subr.el (insert-for-yank-1):
28871 * tempo.el (tempo-insert-region):
28872 * terminal.el (terminal-emulator):
28873 * time.el (display-time-mail-face):
28874 * vc.el (vc-annotate):
28875 * vcursor.el (vcursor-copy-line):
28876 * woman.el (woman-bold-headings, woman-ignore)
28877 (woman-default-faces, woman-monochrome-faces):
28878 * calendar/todo-mode.el (todo-insert-threshold):
28879 * emulation/pc-select.el (pc-select-selection-keys-only)
28880 (pc-selection-mode):
28881 * emulation/vip.el (vip-find-char-forward):
28882 * emulation/viper-cmd.el (viper-find-char-forward):
28883 * international/mule-cmds.el
28884 (select-safe-coding-system-accept-default-p)
28885 (input-method-exit-on-invalid-key):
28886 * international/mule-diag.el (describe-coding-system):
28887 * international/ucs-tables.el (unify-8859-on-encoding-mode):
28888 * net/browse-url.el (browse-url-xterm-program):
28889 * obsolete/lazy-lock.el (lazy-lock-mode):
28890 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
28891 (cperl-mode):
28892 * progmodes/cpp.el (cpp-face-light-name-list)
28893 (cpp-face-dark-name-list):
28894 * progmodes/delphi.el (delphi-newline-always-indents):
28895 Fix spellings in docstrings.
28896
28897 * ido.el (ido-mode, ido-file-extensions-order)
28898 (ido-default-file-method, ido-default-buffer-method)
28899 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
28900 (ido-decorations, ido-read-file-name-as-directory-commands)
28901 (ido-read-file-name-non-ido, ido-work-directory-list)
28902 (ido-ignore-item-temp-list, ido-current-directory)
28903 (ido-magic-forward-char, ido-enter-find-file)
28904 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
28905 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
28906
28907 2005-06-10 Lute Kamstra <lute@gnu.org>
28908
28909 * play/dunnet.el (dun-mode): Use define-derived-mode.
28910 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
28911 obsolete alias.
28912
28913 * play/doctor.el (doctor-mode-map): Remove defvar.
28914 (doctor-mode): Use define-derived-mode.
28915
28916 * mail/mspools.el (mspools-mode):
28917 * net/eudc-hotlist.el (eudc-hotlist-mode):
28918 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
28919
28920 2005-06-10 Miles Bader <miles@gnu.org>
28921
28922 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
28923 Remove "-face" suffix from face names.
28924 (flyspell-incorrect-face, flyspell-duplicate-face):
28925 New backward-compatibility aliases for renamed faces.
28926 (flyspell-mode-on, make-flyspell-overlay)
28927 (flyspell-highlight-incorrect-region)
28928 (flyspell-highlight-duplicate-region)
28929 (flyspell-display-next-corrections)
28930 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
28931
28932 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
28933 from face name.
28934 (texinfo-heading-face): New backward-compatibility alias for
28935 renamed face.
28936 (texinfo-heading-face): Use renamed texinfo-heading face.
28937
28938 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
28939 suffix from face names.
28940 (tex-math-face, tex-verbatim-face):
28941 New backward-compatibility aliases for renamed faces.
28942 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
28943 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
28944 literal face name.
28945
28946 * textmodes/table.el (table-cell): Remove "-face" suffix from face
28947 name.
28948 (table-cell-face): New backward-compatibility alias for renamed face.
28949 (table--put-cell-face-property, table--update-cell-face):
28950 Use renamed table-cell face.
28951
28952 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
28953 from face name.
28954 (sgml-namespace-face): New backward-compatibility alias for
28955 renamed face.
28956 (sgml-namespace-face): Use renamed sgml-namespace face.
28957
28958 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
28959 (org-level-4, org-level-5, org-level-6, org-level-7)
28960 (org-level-8, org-warning, org-headline-done)
28961 (org-deadline-announce, org-scheduled-today)
28962 (org-scheduled-previously, org-link, org-done, org-table)
28963 (org-time-grid): Remove "-face" suffix from face names.
28964 (org-level-1-face, org-level-2-face, org-level-3-face)
28965 (org-level-4-face, org-level-5-face, org-level-6-face)
28966 (org-level-7-face, org-level-8-face, org-warning-face)
28967 (org-headline-done-face, org-deadline-announce-face)
28968 (org-scheduled-today-face, org-scheduled-previously-face)
28969 (org-link-face, org-done-face, org-table-face)
28970 (org-time-grid-face):
28971 New backward-compatibility aliases for renamed faces.
28972 (org-level-faces, org-set-font-lock-defaults, org-timeline)
28973 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
28974 (org-agenda-get-timestamps, org-agenda-get-scheduled)
28975 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
28976
28977 * emulation/viper-init.el (viper-search, viper-replace-overlay)
28978 (viper-minibuffer-emacs, viper-minibuffer-insert)
28979 (viper-minibuffer-vi): Remove "-face" suffix from face names.
28980 (viper-search-face, viper-replace-overlay-face)
28981 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28982 (viper-minibuffer-vi-face):
28983 New backward-compatibility aliases for renamed faces.
28984 (viper-search-face, viper-replace-overlay-face)
28985 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
28986 (viper-minibuffer-vi-face): Use renamed viper faces.
28987
28988 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
28989 Remove "-face" suffix from face names.
28990 (testcover-nohits-face, testcover-1value-face):
28991 New backward-compatibility aliases for renamed faces.
28992 (testcover-mark): Use renamed testcover faces.
28993
28994 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
28995 face name.
28996 (diary-button-face): New backward-compatibility alias for renamed face.
28997 (diary-entry): Use renamed diary-button face.
28998
28999 * calendar/calendar.el (diary, calendar-today, holiday)
29000 (mark-visible-calendar-date): Remove "-face" suffix from face names.
29001 (diary-face, calendar-today-face, holiday-face):
29002 New backward-compatibility aliases for renamed faces.
29003 (eval-after-load "facemenu", diary-entry-marker)
29004 (calendar-today-marker, calendar-holiday-marker, diary-face):
29005 Use renamed calendar faces.
29006
29007 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
29008 (compare-windows-face): New backward-compatibility alias for
29009 renamed face.
29010 (compare-windows-highlight): Use renamed compare-windows face.
29011
29012 * strokes.el (strokes-char): Remove "-face" suffix from face name.
29013 (strokes-char-face): New backward-compatibility alias for renamed face.
29014 (strokes-encode-buffer): Use renamed strokes-char face.
29015
29016 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
29017 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
29018 Remove "-face" suffix from face names.
29019 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
29020 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
29021 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
29022 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
29023 Use renamed pcvs faces.
29024 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
29025 * pcvs-defs.el (cvs-mode-map): Likewise.
29026 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
29027
29028 * info.el (info-title-1, info-title-2, info-title-3)
29029 (info-title-4): Remove "-face" suffix from and downcase face names.
29030 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
29031 (Info-title-4-face):
29032 New backward-compatibility aliases for renamed faces.
29033 (Info-fontify-node): Use renamed info faces.
29034
29035 * hilit-chg.el (highlight-changes, highlight-changes-delete):
29036 Remove "-face" suffix from face names.
29037 (highlight-changes-face, highlight-changes-delete-face):
29038 New backward-compatibility aliases for renamed faces.
29039 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
29040 (hilit-chg-make-list): Use renamed highlight-changes faces.
29041
29042 * generic-x.el (show-tabs-tab, show-tabs-space):
29043 Remove "-face" suffix from face names.
29044 (show-tabs-tab-face, show-tabs-space-face):
29045 New backward-compatibility aliases for renamed faces.
29046 (show-tabs-generic-mode-font-lock-defaults-1)
29047 (show-tabs-generic-mode-font-lock-defaults-2):
29048 Use renamed show-tabs faces.
29049
29050 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
29051 (smerge-markers): Remove "-face" suffix from face names.
29052 (smerge-mine-face, smerge-other-face, smerge-base-face)
29053 (smerge-markers-face):
29054 New backward-compatibility aliases for renamed faces.
29055 (smerge-mine-face, smerge-other-face, smerge-base-face)
29056 (smerge-markers-face): Use renamed smerge faces.
29057
29058 * log-view.el (log-view-file, log-view-message): Remove "-face"
29059 suffix from face names.
29060 (log-view-file-face, log-view-message-face):
29061 New backward-compatibility aliases for renamed faces.
29062 (log-view-file-face, log-view-message-face): Use renamed log-view
29063 faces.
29064
29065 * paren.el (show-paren-match, show-paren-mismatch):
29066 Remove "-face" suffix from face names.
29067 (show-paren-match-face, show-paren-mismatch-face):
29068 New backward-compatibility aliases for renamed faces.
29069 (show-paren-function): Use renamed show-paren faces.
29070
29071 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
29072 (ruler-mode-margins, ruler-mode-fringes)
29073 (ruler-mode-column-number, ruler-mode-fill-column)
29074 (ruler-mode-comment-column, ruler-mode-goal-column)
29075 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
29076 suffix from face names.
29077 (ruler-mode-default-face, ruler-mode-pad-face)
29078 (ruler-mode-margins-face, ruler-mode-fringes-face)
29079 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
29080 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
29081 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
29082 New backward-compatibility aliases for renamed faces.
29083 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
29084 (ruler-mode-column-number, ruler-mode-fill-column)
29085 (ruler-mode-comment-column, ruler-mode-goal-column)
29086 (ruler-mode-tab-stop, ruler-mode-current-column)
29087 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
29088 faces.
29089
29090 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
29091 face name.
29092 (whitespace-highlight-the-space): Use renamed face.
29093 (whitespace-highlight-face): New backward-compatibility alias for
29094 renamed face.
29095
29096 * woman.el (woman-italic, woman-bold, woman-unknown)
29097 (woman-addition, woman-symbol-face):
29098 Remove "-face" suffix from face names.
29099 (woman-italic-face, woman-bold-face, woman-unknown-face)
29100 (woman-addition-face):
29101 New backward-compatibility aliases for renamed faces.
29102 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
29103 (woman-decode-region, woman-replace-match)
29104 (woman-display-extended-fonts, woman-special-characters)
29105 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
29106 Use renamed woman faces.
29107
29108 * longlines.el (longlines-visible-face): Face removed.
29109
29110 * diff-mode.el (diff-header, diff-file-header, diff-index)
29111 (diff-hunk-header, diff-removed, diff-added, diff-changed)
29112 (diff-function, diff-context, diff-nonexistent): Remove "-face"
29113 suffix from face names.
29114 (diff-header-face, diff-file-header-face, diff-index-face)
29115 (diff-hunk-header-face, diff-removed-face, diff-added-face)
29116 (diff-changed-face, diff-function-face, diff-context-face)
29117 (diff-nonexistent-face): New backward-compatibility aliases for
29118 renamed faces.
29119 (diff-header-face, diff-file-header-face)
29120 (diff-index, diff-index-face, diff-hunk-header)
29121 (diff-hunk-header-face, diff-removed, diff-removed-face)
29122 (diff-added, diff-added-face, diff-changed-face, diff-function)
29123 (diff-function-face, diff-context-face, diff-nonexistent)
29124 (diff-nonexistent-face): Use renamed diff-mode faces.
29125
29126 * progmodes/compile.el (compilation-warning-face)
29127 (compilation-info-face): Remove "-face" suffix from face names.
29128 (compilation-warning-face, compilation-info-face):
29129 New backward-compatibility aliases for renamed faces.
29130 (compilation-warning-face, compilation-info-face):
29131 Use renamed compilation faces.
29132
29133 * add-log.el (change-log-date, change-log-name)
29134 (change-log-email, change-log-file, change-log-list)
29135 (change-log-conditionals, change-log-function)
29136 (change-log-acknowledgement): Remove "-face" suffix from face names.
29137 (change-log-date-face, change-log-name-face)
29138 (change-log-email-face, change-log-file-face)
29139 (change-log-list-face, change-log-conditionals-face)
29140 (change-log-function-face, change-log-acknowledgement-face):
29141 New backward-compatibility aliases for renamed faces.
29142 (change-log-font-lock-keywords): Use renamed change-log faces.
29143
29144 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
29145 (custom-set, custom-changed, custom-saved, custom-button)
29146 (custom-button-pressed, custom-documentation, custom-state)
29147 (custom-comment, custom-comment-tag, custom-variable-tag)
29148 (custom-variable-button, custom-face-tag, custom-group-tag-1)
29149 (custom-group-tag): Remove "-face" suffix from face names.
29150 (custom-magic-alist, custom-magic-value-create)
29151 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
29152 (custom-invalid-face, custom-rogue-face, custom-modified-face)
29153 (custom-set-face, custom-changed-face, custom-saved-face)
29154 (custom-button-face, custom-button-pressed-face)
29155 (custom-documentation-face, custom-state-face)
29156 (custom-comment-face, custom-comment-tag-face)
29157 (custom-variable-tag-face, custom-variable-button-face)
29158 (custom-face-tag-face, custom-group-tag-face-1)
29159 (custom-group-tag-face):
29160 New backward-compatibility aliases for renamed faces.
29161
29162 * wid-edit.el (widget-documentation, widget-button)
29163 (widget-field, widget-single-line-field, widget-inactive)
29164 (widget-button-pressed): "-face" suffix removed from face names.
29165 (widget-documentation-face, widget-button-face)
29166 (widget-field-face, widget-single-line-field-face)
29167 (widget-inactive-face, widget-button-pressed-face):
29168 New backward-compatibility aliases for renamed faces.
29169 (widget-documentation-face, widget-button-face)
29170 (widget-button-pressed-face, widget-specify-field)
29171 (widget-specify-inactive): Use renamed widget faces.
29172
29173 2005-06-10 Kenichi Handa <handa@m17n.org>
29174
29175 * term/x-win.el (x-clipboard-yank): Remove condition-case
29176 wrapping.
29177
29178 2005-06-11 Kenichi Handa <handa@m17n.org>
29179
29180 * add-log.el (change-log-font-lock-keywords): Make the regexp for
29181 date lines stricter.
29182
29183 2005-06-10 Zhang Wei <id.brep@gmail.com>
29184
29185 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
29186 of x-get-selection.
29187
29188 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
29189
29190 * comint.el (comint-mode, comint-snapshot-last-prompt):
29191 * frame.el (frame-current-scroll-bars):
29192 * term.el (term-mode, term-check-proc, term-input-sender)
29193 (term-simple-send, term-extract-string, term-word)
29194 (term-match-partial-filename):
29195 * window.el (window-current-scroll-bars):
29196 * emulation/cua-base.el (cua-normal-cursor-color)
29197 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
29198 (cua-global-mark-cursor-color):
29199 * mail/undigest.el (rmail-forward-separator-regex):
29200 Fix typos in docstrings.
29201
29202 * comint.el (comint-check-proc, make-comint-in-buffer)
29203 (comint-source-default): Doc fixes.
29204
29205 * term.el (term-send-string): Improve argument/docstring consistency.
29206
29207 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
29208
29209 * comint.el (comint-send-input): Bind `inhibit-read-only' around
29210 call to `delete-region'.
29211 (comint-mode-hook): Do not enable Font Lock by default.
29212
29213 2005-06-09 Lute Kamstra <lute@gnu.org>
29214
29215 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
29216 could be void.
29217
29218 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
29219
29220 * emacs-lisp/debug.el (debugger-will-be-back): New var.
29221 (debug): Use it.
29222 (debugger-step-through, debugger-continue, debugger-jump)
29223 (debugger-return-value): Set it when needed.
29224 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
29225 Use inhibit-read-only.
29226
29227 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
29228
29229 * window.el (shrink-window-if-larger-than-buffer)
29230 (window-size-fixed): Fix typo in docstring.
29231
29232 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
29233 thumbnails directory on loading.
29234 (thumbs-conversion-program): Use `eq' to check the system type,
29235 not `equal'.
29236 (thumbs-temp-dir): Initialize to `temporary-file-directory',
29237 not "/tmp". Fix docstring.
29238 (thumbs-thumbsdir): New function to return the thumbnails
29239 directory, creating it if needed.
29240 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
29241 (thumbs-temp-file): Delete variable and make it into a function.
29242 (thumbs-resize-image, thumbs-modify-image): Use it.
29243 (thumbs-kill-buffer): Simplify.
29244 (thumbs-gensym): Defalias or duplicate CL `gensym'.
29245 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
29246 docstrings.
29247
29248 2005-06-09 Kim F. Storm <storm@cua.dk>
29249
29250 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
29251 set-match-data to free markers in match-data.
29252
29253 * replace.el (replace-match-data): Pass RESEAT arg `t' to
29254 match-data to unchain markers in match-data.
29255
29256 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
29257
29258 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
29259 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
29260 unnecessary now.
29261
29262 2005-06-08 Richard M. Stallman <rms@gnu.org>
29263
29264 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
29265 give the variable a doc string that doesn't say don't set it directly.
29266
29267 * textmodes/ispell.el (ispell-check-version):
29268 Use match-string-no-properties.
29269 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
29270 (ispell-buffer-local-words): Likewise.
29271
29272 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
29273 except on terminals with enough colors to really display it.
29274 (makefile-dependency-regex): Delete spurious `bb'.
29275
29276 * faces.el (escape-glyph): Use blue once again in last case.
29277 (no-break-space): Redefine so that it isn't invisible on a tty.
29278
29279 2005-06-08 Kim F. Storm <storm@cua.dk>
29280
29281 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
29282 also when reading directory name.
29283
29284 2005-06-08 Lute Kamstra <lute@gnu.org>
29285
29286 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
29287 (flyspell-mode-line-string): Remove autoload cookie.
29288 (flyspell-mode): Remove defvar.
29289
29290 2005-06-07 Lute Kamstra <lute@gnu.org>
29291
29292 * textmodes/org.el (org-run-mode-hooks): New function.
29293 (org-agenda-mode): Use it.
29294
29295 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
29296
29297 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
29298
29299 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
29300
29301 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
29302
29303 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
29304
29305 * font-lock.el (font-lock-add-keywords): Doc fix.
29306
29307 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
29308
29309 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
29310 (tex-compile-default): In the absence of any history, use the order in
29311 tex-compile-alist to choose the preferred command.
29312 (tex-compile-commands): Reorder a bit.
29313
29314 * textmodes/flyspell.el (flyspell-auto-correct-binding)
29315 (flyspell-incorrect-face, flyspell-duplicate-face):
29316 Use (X)Emacs-agnostic code.
29317 (flyspell-mode-map): Don't overwrite at each load. Remove code
29318 redundant with the subsequent add-minor-mode. Merge Emacs and
29319 XEmacs code.
29320 (flyspell-word): Minor simplification.
29321 (flyspell-math-tex-command-p): Quieten the byte-compiler.
29322 (flyspell-external-point-words): Remove unused vars `size' and `start'.
29323 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
29324 Merge the corresponding Emacs code.
29325 (flyspell-correct-word, flyspell-xemacs-popup):
29326 Use flyspell-do-correct.
29327
29328 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
29329 a dedicated window.
29330
29331 * international/latexenc.el (latexenc-find-file-coding-system):
29332 Undo part of last patch, to turn off a compiler warning.
29333
29334 2005-06-06 Juri Linkov <juri@jurta.org>
29335
29336 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
29337 Rename `tmm-inactive-face' to `tmm-inactive'.
29338
29339 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
29340
29341 * iswitchb.el: Rename faces.
29342
29343 2005-06-06 Kim F. Storm <storm@cua.dk>
29344
29345 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
29346 (cua-global-mark): Remove -face suffix from face names.
29347
29348 * emulation/cua-gmrk.el (cua--init-global-mark):
29349 Remove cua-global-mark face setup.
29350
29351 2005-06-06 Richard M. Stallman <rms@gnu.org>
29352
29353 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
29354 just like other allowed characters.
29355 (makefile-match-dependency): Exclude leading and training whitespace
29356 from the range of regexp subexp 1.
29357 (makefile-macroassign-regex): Don't try to match the body,
29358 just the name of the macro being defined.
29359
29360 * info.el (Info-read-node-name-2): New function.
29361 (Info-read-node-name-1): Use that.
29362 Add a completion-base-size-function property.
29363
29364 * simple.el (completion-setup-function): Look for
29365 completion-base-size-function property of minibuffer-completion-table.
29366
29367 * files.el (locate-file-completion): Doc fix.
29368
29369 * printing.el: Don't call pr-update-menus; user must do that.
29370
29371 * emacs-lisp/debug.el (debugger-window): New variable.
29372 (debug): Use debugger-window if it is set and still alive.
29373 Record debugger-window for next entry.
29374
29375 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
29376
29377 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
29378
29379 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
29380 (hack-one-local-variable, hack-local-variables)
29381 (hack-local-variables-prop-line): Pass that arg.
29382
29383 2005-06-06 Kim F. Storm <storm@cua.dk>
29384
29385 * ido.el (ido-first-match, ido-only-match, ido-subdir)
29386 (ido-indicator): Remove -face suffix from face names.
29387
29388 2005-06-06 Juri Linkov <juri@jurta.org>
29389
29390 * font-lock.el (font-lock-regexp-backslash)
29391 (font-lock-regexp-backslash-construct): New faces.
29392 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
29393 after `('. Add `while-no-input' to control structures.
29394
29395 * faces.el (no-break-space, shadow): New faces.
29396 (escape-glyph): Use less loud colors pink2 and red4.
29397
29398 * diff-mode.el (diff-context-face)
29399 * dired.el (dired-ignored)
29400 * rfn-eshadow.el (file-name-shadow)
29401 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
29402
29403 * info.el (Info-title-1-face): Use green instead of yellow because
29404 bold yellow is not readable on light backgrounds.
29405
29406 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
29407 before selecting the desired mode to not spend time fontifying
29408 old contents.
29409
29410 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
29411
29412 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
29413 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
29414
29415 * ps-print.el (ps-default-fg, ps-default-bg):
29416 Fix typos in docstrings.
29417
29418 * isearchb.el (isearchb): Don't pass a spurious second argument to
29419 `iswitchb-completions'.
29420
29421 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
29422
29423 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
29424 to preserve point.
29425 (gdb-find-file-hook): Add doc string.
29426
29427 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
29428 C dereferenced pointer expression.
29429 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
29430
29431 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
29432
29433 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
29434 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
29435 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
29436 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
29437 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
29438 Make background transparent.
29439
29440 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
29441
29442 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
29443 (font-lock-remove-keywords): Doc fix.
29444 (font-lock-mode-major-mode): Compiler defvar.
29445 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
29446
29447 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
29448 (font-lock-mode): Update `font-lock-mode-major-mode'.
29449 (font-lock-set-defaults): Compiler defvar.
29450 (font-lock-default-function): Take `font-lock-mode-major-mode'
29451 into account.
29452
29453 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
29454 keep track of which major mode it enabled the minor mode for.
29455 Use find-file-hook again. Update docstring.
29456
29457 * simple.el (eval-expression-print-level)
29458 (eval-expression-print-length, eval-expression-debug-on-error):
29459 Doc fixes.
29460
29461 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
29462
29463 * iswitchb.el (iswitchb-single-match-face)
29464 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
29465 (iswitchb-invalid-regexp-face): New faces.
29466 (iswitchb-completions): Use them.
29467 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
29468 now marked as an obsolete alias.
29469 (iswitchb-read-buffer): Remove check for bound font variables.
29470 (iswitchb-invalid-regexp): New free variable.
29471 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
29472 set iswitchb-invalid-regexp.
29473 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
29474 invalid regexps.
29475 (iswitchb-completions): Add check for complete match when entering
29476 a regexp.
29477 (iswitchb-completions): Remove require-match argument.
29478 (iswitchb-exhibit): Fix caller.
29479 (iswitchb-common-match-inserted): New variable.
29480 (iswitchb-complete, iswitchb-completion-help): Use it.
29481
29482 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
29483
29484 * url/url-http.el (url-http-chunked-encoding-after-change-function):
29485 Use `url-http-debug' instead of `message'.
29486
29487 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
29488
29489 * url/url-http.el (url-http-parse-headers): Pass redirected URL
29490 as a callback argument.
29491
29492 2005-06-04 Kim F. Storm <storm@cua.dk>
29493
29494 * simple.el (line-move): Only call sit-for when moving backwards.
29495
29496 * ido.el (ido-make-merged-file-list-1): New defun split from
29497 ido-make-merged-file-list.
29498 (ido-make-merged-file-list): Bind throw-on-input around call to
29499 ido-make-merged-file-list-1. Return input-pending-p if
29500 interrupted by more input available.
29501 (ido-read-internal): Handle input-pending-p return value from
29502 ido-make-merged-file-list.
29503
29504 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
29505
29506 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
29507 compatibility code.
29508
29509 * international/latexenc.el (latexenc-find-file-coding-system):
29510 Don't inherit the EOL part of the coding-system from the
29511 tex-main buffer. Fit within 80 columns.
29512
29513 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
29514
29515 * tmm.el (tmm-inactive-face): New face.
29516 (tmm-remove-inactive-mouse-face): New function.
29517 (tmm-prompt, tmm-add-one-shortcut)
29518 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
29519 but not selectable.
29520
29521 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
29522
29523 * faces.el (face-equal): Improve argument/docstring consistency.
29524
29525 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
29526
29527 * progmodes/make-mode.el (makefile-targets-face)
29528 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
29529 (makefile-bsdmake-dependency-regex)
29530 (makefile-makepp-rule-action-regex)
29531 (makefile-bsdmake-rule-action-regex): New constants.
29532 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
29533
29534 * progmodes/compile.el (compilation-error-regexp-alist-alist):
29535 Allow (...) within `...' for makepp messages.
29536
29537 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
29538
29539 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
29540
29541 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
29542 "." files are deleted from all file lists before comparison.
29543
29544 * emulation/viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
29545 (viper-ESC-key): Made them customizable.
29546
29547 * emulation/viper.el (viper-non-hook-settings):
29548 Fix the names of defadvices.
29549
29550 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
29551
29552 * autorevert.el (auto-revert-buffers): Use save-match-data.
29553
29554 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
29555
29556 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
29557 menu items with a nil command binding.
29558
29559 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
29560
29561 * emacs-lisp/cl-macs.el (defsetf):
29562 Improve argument/docstring consistency.
29563
29564 * faces.el (list-faces-display): Improve the formatting by
29565 computing the maximum length required for any face-name (reworked
29566 patch of 1999-01-11, accidentally deleted on 1999-07-21).
29567 (internal-find-face): Remove redundant info in docstring.
29568
29569 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
29570
29571 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
29572 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
29573 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
29574 (gdb-assembler-custom): Improve regexps.
29575 (def-gdb-auto-update-handler): Use window point to preserve point.
29576
29577 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
29578
29579 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
29580
29581 2005-05-31 Jay Belanger <belanger@truman.edu>
29582
29583 * calc/calc-embed.el (calc-embedded-word): Change argument passed
29584 to calc-embedded.
29585 (calc-embedded-make-info): Have plain prefix argument select
29586 entire line.
29587
29588 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
29589
29590 * faces.el (list-faces-display): Signal error if passed a regexp
29591 that matches no face name.
29592
29593 * simple.el (filter-buffer-substring): Fix typo in docstring.
29594
29595 2005-05-31 Richard M. Stallman <rms@gnu.org>
29596
29597 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
29598 (vhdl-emacs-21): Doc fix.
29599 (vhdl-mode): Unconditionally set comment-padding.
29600 (vhdl-fixup-whitespace-region): Insert spaces only where
29601 there are none.
29602 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
29603
29604 2005-05-30 John Wiegley <johnw@newartisans.com>
29605
29606 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
29607 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
29608 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
29609 `directory-sep-char' to ?/, and all uses of `string-to-int' to
29610 `string-to-number'.
29611
29612 2005-05-30 Jay Belanger <belanger@truman.edu>
29613
29614 * calc/calc.el (calc-bug-address): Fix docstring.
29615 (calc-window-hook, calc-trail-window-hook): New variables.
29616 (calc-trail-display): Restore use of calc-trail-window-hook.
29617 (calc): Restore use of calc-window-hook.
29618
29619 2005-05-31 Masatake YAMATO <jet@gyve.org>
29620
29621 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
29622
29623 * help-fns.el (help-C-file-name): Add autoload mark for
29624 `find-function-noselect'.
29625
29626 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
29627
29628 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
29629 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
29630
29631 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
29632
29633 * calendar/diary-lib.el (mark-included-diary-files): Only kill
29634 included diary buffer if it was not already being visited.
29635 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
29636
29637 * calendar/icalendar.el (top-level): Do not require appt.
29638
29639 * mail/supercite.el (sc-select-attribution): Only use a list
29640 element from sc-attrib-selection-list if it returns a string.
29641 Reported by Davide G. M. Salvetti <salve@debian.org>.
29642
29643 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
29644
29645 * thumbs.el (thumbs-thumbname): The resulting thumbname now
29646 includes a hash value to improve its uniqueness, and has a ".jpg"
29647 extension. Also, it is now a valid filename on all systems.
29648 (thumbs-make-thumb): Use `let', not `let*'.
29649 (thumbs-show-thumbs-list): Check for JPEG availability.
29650
29651 2005-05-30 Richard M. Stallman <rms@gnu.org>
29652
29653 * filesets.el (filesets-menu-ensure-use-cached):
29654 Prevent warning when emacs-version>= is undefined.
29655
29656 * printing.el (pr-interactive-n-up): Use string-to-number.
29657
29658 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
29659
29660 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
29661 Warn only when name to be defined is quoted.
29662
29663 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
29664
29665 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
29666 Make regexp more robust.
29667 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
29668 Force regeneration of disassembly.
29669
29670 2005-05-29 Jay Belanger <belanger@truman.edu>
29671
29672 * calc/calc.el (calc-user-invocation): Check if
29673 calc-invocation-macro is non-nil.
29674
29675 2005-05-29 Juri Linkov <juri@jurta.org>
29676
29677 * add-log.el (change-log-font-lock-keywords):
29678 Add `+' to e-mail regexp to accept mail address with keywords.
29679
29680 * man.el (Man-name-regexp): Add `:' to accept qualified names.
29681
29682 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
29683
29684 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
29685
29686 * ielm.el (inferior-emacs-lisp-mode): Ditto.
29687
29688 2005-05-29 Richard M. Stallman <rms@gnu.org>
29689
29690 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29691 Undo the change that moves to end of the current word.
29692
29693 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
29694
29695 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
29696 Throw error when count <= 0 to ensure input is a number.
29697 (gdb-read-memory-custom): Pick up address from buffer.
29698 (gdb-memory-mode): Allow user to increment and decrement
29699 memory address from header line.
29700
29701 2005-05-29 Richard M. Stallman <rms@gnu.org>
29702
29703 * textmoddes/flyspell.el (flyspell-version): Function deleted.
29704 (flyspell-auto-correct-previous-hook): Doc fix.
29705
29706 * jit-lock.el (jit-lock-function, jit-lock-after-change):
29707 Do nothing if memory is full.
29708
29709 * font-lock.el (font-lock-fontify-syntactically-region):
29710 Pass t for GREEDY to looking-back.
29711
29712 * saveplace.el (save-place-alist-to-file): Write the file
29713 using write-region.
29714
29715 * subr.el (looking-back): New argument GREEDY.
29716
29717 * progmodes/compile.el (compilation-start): Set the mode
29718 before inserting the initial text.
29719
29720 * progmodes/which-func.el (which-func-update-1): Turn the mode
29721 off in case of error by setting which-func-mode.
29722
29723 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
29724
29725 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
29726 Narrow down to what's on the screen, and recenter overlays
29727 at the end of the next word.
29728
29729 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
29730
29731 * textmodes/flyspell.el (flyspell-emacs, flyspell-use-local-map):
29732 8Vars moved up.
29733 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
29734 (flyspell-abbrev-p): Default to nil.
29735 (flyspell-use-global-abbrev-table-p): Doc fix.
29736 (flyspell-large-region): Allow nil as value.
29737 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
29738
29739 (mail-mode-flyspell-verify): More robust handling
29740 of `mail-header-separator'. More efficient signature detection.
29741 Allow for regexp metacharacters in message-header-separator.
29742 Adding `To' not to be checked in mail-mode-flyspell-verify.
29743
29744 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
29745 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
29746 Bind flyspell-auto-correct-binding.
29747 Bind C-. and C-, .
29748 (flyspell-mode-map): Likewise.
29749 (flyspell-mode): Doc fix.
29750 (flyspell-accept-buffer-local-defs): Preserve current buffer.
29751 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
29752 (flyspell-word-cache-result): New var, always local.
29753 (flyspell-check-pre-word-p): Doc fix.
29754 (flyspell-check-changed-word-p): Handle spc like newline.
29755 (flyspell-post-command-hook): Set flyspell-word-cache-result.
29756 (flyspell-word-search-backward, flyspell-word-search-forward):
29757 New functions.
29758 (flyspell-word): Return t if nothing to check.
29759 When parsing TeX code, check for after } or \.
29760 Use flyspell-word-search-backward to find previous word.
29761 Return nil if duplicated word.
29762 For word already checked, return same value as last time.
29763 Set flyspell-word-cache-result after checking.
29764 Don't clobber the return value.
29765 (flyspell-get-word): Major rewrite.
29766 (flyspell-external-point-words): New locals pword, pcount.
29767 Fix size used in progress message.
29768 Find the proper corresponding word in flyspell-large-region-buffer.
29769 (flyspell-region): Check for flyspell-large-region = nil.
29770 (flyspell-highlight-incorrect-region): Clean up overlays in region.
29771 (flyspell-auto-correct-word): Check that WORD is a cons.
29772 (flyspell-correct-word): Likewise.
29773
29774 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
29775
29776 * progmodes/make-mode.el (makefile-rule-action-regex)
29777 (makefile-macroassign-regex, makefile-makepp-mode)
29778 (makefile-bsdmake-mode): Continuation lines may be empty.
29779 Reported by Joshua Varner.
29780 (makefile-makepp-font-lock-keywords): Add $(stem).
29781
29782 2005-05-28 Karl Berry <karl@gnu.org>
29783
29784 * textmodes/tex-mode.el: Now that tex-send-command calls
29785 shell-quote-argument (2005-03-31 change), remove all calls to
29786 shell-quote-argument; they all end up invoking tex-send-command.
29787 The double quoting loses on filenames with non-safe characters,
29788 such as "@". Reported by Frederik Fouvry.
29789
29790 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
29791
29792 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
29793 about preserving point.
29794
29795 2005-05-27 Jay Belanger <belanger@truman.edu>
29796
29797 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
29798 Info-goto-node.
29799
29800 * calc/calc-embed.el (calc-embed-arg): New variable.
29801 (calc-do-embedded-activate, calc-embedded-activate-formula)
29802 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
29803 variable by new variable.
29804 (calc-embedded-make-info): Replace undeclared variable by new
29805 variable. When selecting region with positive prefix
29806 argument, use end of previous line instead of beginning of line.
29807
29808 * calc/calc-aent.el (calc-arg-values): Declare it.
29809
29810 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
29811 Declare them.
29812
29813 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
29814
29815 * calc/calc.el (calc-alg-map): Declare it.
29816
29817 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
29818
29819 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
29820
29821 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
29822 (gdb-registers-buffer, toggle-gdb-all-registers):
29823 Toggle display of floating point registers.
29824 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
29825
29826 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
29827 (toggle-gud-tooltip-dereference):
29828 Rename from gud-toggle-tooltip-dereference.
29829
29830 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
29831
29832 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
29833
29834 2005-05-27 Jay Belanger <belanger@truman.edu>
29835
29836 * calc/calc-prog.el (calc-kbd-report): Remove.
29837 (calc-kbd-query): Rewrite.
29838
29839 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
29840
29841 * image.el (image-library-alist): Move to image.c.
29842 (image-type-available-p): Doc fix.
29843
29844 2005-05-27 Lute Kamstra <lute@gnu.org>
29845
29846 * calc/calc.el (calc):
29847 * outline.el (outline-1, outline-2, outline-3, outline-4)
29848 (outline-5, outline-6, outline-7, outline-8):
29849 * textmodes/dns-mode.el (dns-mode):
29850 * textmodes/sgml-mode.el (sgml-namespace-face):
29851 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
29852 (tex-verbatim-face, tex-use-reftex):
29853 * textmodes/texinfo.el (texinfo-heading-face):
29854 Specify customization group.
29855
29856 * longlines.el: Don't require easy-mmode.
29857 (longlines-visible-face): Specify customization group.
29858
29859 2005-05-27 Kenichi Handa <handa@m17n.org>
29860
29861 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
29862 encoding table of windows-1251.
29863
29864 * international/ucs-tables.el (ucs-set-table-for-input):
29865 If translation-table-for-input of a coding system is a symbol, get
29866 its translation-table property.
29867
29868 * international/code-pages.el: Don't register a coding system into
29869 non-iso-charset-alist more than once.
29870 (cp-make-coding-system): Likewise.
29871
29872 2005-05-26 John Wiegley <johnw@newartisans.com>
29873
29874 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
29875 `eshell-resume-eval' is wrapped in a list, it indicates that the
29876 command was run asynchronously. In that case, unwrap the value
29877 before checking the delimiter value.
29878
29879 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
29880 character before a space at the end of a line is \, assume the space
29881 is part of the last argument rather than a final argument separator.
29882
29883 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
29884 is in use, and the target is `t' or `nil' (which are the most common
29885 values), don't assume that the symbol target is a buffer.
29886
29887 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
29888
29889 * calendar/calendar.el (calendar-mode-line-format):
29890 Use mode-line-highlight as mouse-face.
29891
29892 * time.el (display-time-string-forms, display-time-update):
29893 Use mode-line-highlight as mouse-face.
29894
29895 2005-05-26 Jay Belanger <belanger@truman.edu>
29896
29897 * calc/calc.el (calc-language-alist): Remove extra defvar.
29898
29899 2005-05-26 Lute Kamstra <lute@gnu.org>
29900
29901 * arc-mode.el (archive-mode):
29902 * bookmark.el (bookmark-read-annotation-mode)
29903 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
29904 * bs.el (bs-mode):
29905 * calc/calc-yank.el (calc-edit-mode):
29906 * calc/calc.el (calc-mode, calc-trail-mode):
29907 * calculator.el (calculator-mode):
29908 * chistory.el (command-history-mode):
29909 * comint.el:
29910 * cus-edit.el (custom-mode):
29911 * descr-text.el (describe-text-mode):
29912 * ebuff-menu.el (Electric-buffer-menu-mode):
29913 * ediff-util.el (ediff-mode):
29914 * emacs-lisp/re-builder.el (reb-mode):
29915 * emulation/vi.el (vi-mode-setup):
29916 * emulation/ws-mode.el (wordstar-mode):
29917 * eshell/esh-mode.el (eshell-mode):
29918 * forms.el (forms-mode):
29919 * help-mode.el (help-mode):
29920 * hexl.el (hexl-mode):
29921 * ibuffer.el (ibuffer-mode):
29922 * ielm.el (inferior-emacs-lisp-mode):
29923 * info.el (Info-mode, Info-edit-mode):
29924 * international/swedish.el:
29925 * ledit.el (ledit-from-lisp-mode):
29926 * locate.el (locate-mode):
29927 * mail/rmail.el (rmail-mode):
29928 * mail/rmailedit.el (rmail-edit-mode):
29929 * mail/rmailsum.el (rmail-summary-mode):
29930 * mail/supercite.el (sc-electric-mode):
29931 * net/eudc.el (eudc-mode):
29932 * net/quickurl.el (quickurl-list-mode):
29933 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
29934 * obsolete/ooutline.el (outline-mode):
29935 * obsolete/options.el (Edit-options-mode):
29936 * obsolete/rnews.el (news-mode):
29937 * obsolete/rnewspost.el (news-reply-mode):
29938 * play/5x5.el (5x5-mode):
29939 * play/decipher.el (decipher-mode, decipher-stats-mode):
29940 * play/gomoku.el (gomoku-mode):
29941 * play/snake.el (snake-mode):
29942 * play/solitaire.el (solitaire-mode):
29943 * play/tetris.el (tetris-mode):
29944 * progmodes/ada-mode.el (ada-mode):
29945 * progmodes/antlr-mode.el (antlr-mode):
29946 * progmodes/autoconf.el (autoconf-mode):
29947 * progmodes/dcl-mode.el (dcl-mode):
29948 * progmodes/delphi.el (delphi-mode):
29949 * progmodes/ebrowse.el (ebrowse-tree-mode)
29950 (ebrowse-electric-list-mode, ebrowse-member-mode)
29951 (ebrowse-electric-position-mode):
29952 * progmodes/f90.el (f90-mode):
29953 * progmodes/fortran.el (fortran-mode):
29954 * progmodes/icon.el (icon-mode):
29955 * progmodes/idlw-help.el (idlwave-help-mode):
29956 * progmodes/idlw-shell.el (idlwave-shell-mode):
29957 * progmodes/idlwave.el (idlwave-mode):
29958 * progmodes/inf-lisp.el (inferior-lisp-mode):
29959 * progmodes/m4-mode.el (m4-mode):
29960 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
29961 * progmodes/modula2.el (modula-2-mode):
29962 * progmodes/octave-inf.el (inferior-octave-mode):
29963 * progmodes/octave-mod.el (octave-mode):
29964 * progmodes/pascal.el (pascal-mode):
29965 * progmodes/sh-script.el (sh-mode):
29966 * progmodes/sql.el (sql-mode, sql-interactive-mode):
29967 * progmodes/vhdl-mode.el (vhdl-mode):
29968 * progmodes/xscheme.el (scheme-interaction-mode):
29969 * replace.el (occur-mode):
29970 * ses.el (ses-mode):
29971 * simple.el (completion-list-mode):
29972 * skeleton.el:
29973 * speedbar.el (speedbar-mode):
29974 * term.el (term-mode):
29975 * terminal.el (terminal-edit-mode):
29976 * textmodes/reftex-index.el (reftex-index-mode)
29977 (reftex-index-phrases-mode):
29978 * textmodes/reftex-sel.el (reftex-select-label-mode)
29979 (reftex-select-bib-mode):
29980 * textmodes/reftex-toc.el (reftex-toc-mode):
29981 * wdired.el (wdired-change-to-wdired-mode):
29982 * wid-browse.el (widget-browse-mode):
29983 Use run-mode-hooks.
29984
29985 * array.el (array-mode):
29986 * calendar/todo-mode.el (todo-mode):
29987 * man.el (Man-mode):
29988 * play/landmark.el (lm-mode):
29989 * play/mpuz.el (mpuz-mode):
29990 Use kill-all-local-variables and run-mode-hooks.
29991
29992 * subr.el (delay-mode-hooks): Specify indentation.
29993
29994 2005-05-26 Mark A. Hershberger <mah@everybody.org>
29995
29996 * xml.el (xml-substitute-special): Don't die for undefined xml
29997 entities.
29998
29999 2005-05-26 Jay Belanger <belanger@truman.edu>
30000
30001 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
30002 of nil.
30003
30004 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
30005
30006 * progmodes/gdb-ui.el (gdb-frame-address):
30007 Rename from gdb-current-address.
30008 (gdb-previous-frame-address): Rename from gdb-previous-address.
30009 (gdb-selected-frame): Rename from gdb-current-frame.
30010 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
30011 (gdb-frame-number): Rename from gdb-current-stack-level.
30012 (gdb-ann3): Match new mode-name for disassembly buffer.
30013 Extend initialization of variables.
30014 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
30015 (gdb-memory-mode): Use mouse-face in header line.
30016 (gdb-assembler-buffer-name): Call it disassembly and give frame
30017 in mode line.
30018 (gdb-source-spec-regexp, gdb-assembler-custom)
30019 (gdb-invalidate-assembler, gdb-frame-handler):
30020 Make robust to leading zeroes in address format.
30021
30022 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
30023
30024 * textmodes/org.el (org-mode): Use `define-derived-mode' to
30025 define `org-mode'.
30026 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
30027
30028 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
30029
30030 * log-edit.el (log-edit-changelog-entries): Distinguish between
30031 filenames like xfns.c and fns.c.
30032
30033 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
30034
30035 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
30036 point after reverting.
30037 (Buffer-menu-make-sort-button): Handle the case where
30038 `Buffer-menu-use-header-line' is nil.
30039
30040 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
30041
30042 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
30043 New funcs. In minibuffer-local-completion-map bind `]', `/'
30044 and `:' to them.
30045
30046 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
30047
30048 * startup.el (normal-top-level): Allow modification of load-path while
30049 we're iterating over it.
30050
30051 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
30052
30053 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
30054 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
30055 (thumbs-resize-interactive, thumbs-insert-image)
30056 (thumbs-insert-thumb, thumbs-dired-show-marked)
30057 (thumbs-find-image-at-point, thumbs-delete-images)
30058 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
30059 (thumbs-increment-image-size, thumbs-decrement-image-size):
30060 Fix typos in docstrings.
30061
30062 2005-05-24 Andre Spiegel <spiegel@gnu.org>
30063
30064 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
30065 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
30066 (cperl-mode): Use them.
30067
30068 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
30069
30070 * window.el (quit-window, shrink-window-if-larger-than-buffer):
30071 Doc fixes.
30072
30073 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
30074
30075 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
30076 Bind C-d to gdb-inferior-io-eof.
30077
30078 * dired.el (dired-dnd-popup-notice): Use message-box.
30079
30080 2005-05-23 Masatake YAMATO <jet@gyve.org>
30081
30082 * bindings.el (mode-line-major-mode-keymap):
30083 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
30084
30085 * faces.el (mode-line-highlight): New face.
30086
30087 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
30088 as mouse-face.
30089
30090 * bindings.el (top-level, help-echo, mode-line-modified)
30091 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
30092 as mouse-face.
30093
30094 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
30095
30096 * progmodes/cc-engine.el (c-guess-basic-syntax):
30097 Remove spurious call to `zerop'.
30098
30099 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
30100
30101 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
30102
30103 CC Mode update to 5.30.10:
30104
30105 * progmodes/cc-fonts.el (c-font-lock-declarators): Fix bug where
30106 the point could go past the limit in decoration level 2, thereby
30107 causing errors during interactive fontification.
30108
30109 * progmodes/cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp
30110 bug when the file is evaluated interactively.
30111
30112 * progmodes/cc-engine.el (c-guess-basic-syntax): Handle operator
30113 declarations somewhat better in C++.
30114
30115 * progmodes/cc-styles.el, cc-mode.el (c-run-mode-hooks):
30116 New helper macro to make use of `run-mode-hooks'
30117 which has been added in Emacs 21.1.
30118 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
30119 (awk-mode): Use it.
30120 (make-local-hook): Suppress warning about obsoleteness.
30121
30122 * progmodes/cc-engine.el, cc-align.el, cc-cmds.el
30123 (c-append-backslashes-forward, c-delete-backslashes-forward)
30124 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
30125 Compensate for return value from `forward-line' when it has moved
30126 but not to a different line due to eob.
30127
30128 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchoring in
30129 `objc-method-intro' and `objc-method-args-cont'.
30130
30131 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
30132
30133 CC Mode update to 5.30.10:
30134
30135 * progmodes/cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's
30136 address in the copyright statement. Incidentally, change "along with
30137 GNU Emacs" to "along with this program" where it occurs.
30138
30139 * progmodes/cc-mode.el: Add a fourth parameter `t' to the awk-mode
30140 autoload, so that it is interactive, hence can be found by M-x awk-mode
30141 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
30142 <gmorris+emacs@ast.cam.ac.uk>.
30143
30144 * progmodes/cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
30145 Mode's regexps.
30146
30147 2005-05-23 Kevin Ryde <user42@zip.com.au>
30148
30149 * progmodes/cc-align.el (c-lineup-argcont): Ignore conses for {} pairs
30150 from c-parse-state, to avoid a lisp error (on bad code).
30151
30152 2005-05-23 Lute Kamstra <lute@gnu.org>
30153
30154 * subr.el (font-lock-defaults): Remove defvar as it's already
30155 defined in font-core.el.
30156
30157 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
30158
30159 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
30160
30161 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
30162 more general and work when GDB variable "print pretty" is on,
30163 as with Emacs, for example.
30164
30165 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
30166
30167 * font-core.el: Update comment.
30168
30169 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
30170 Use `after-change-major-mode-hook' instead of `find-file-hook'.
30171
30172 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
30173
30174 2005-05-22 Eli Zaretskii <eliz@gnu.org>
30175
30176 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
30177 and `yank-handler' in the doc strings.
30178
30179 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
30180
30181 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
30182
30183 2005-05-22 Richard M. Stallman <rms@gnu.org>
30184
30185 * help.el (describe-key): Move print-help-return-message call
30186 out of conditional.
30187
30188 * progmodes/etags.el (list-tags): Use with-no-warnings.
30189
30190 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
30191 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
30192 (starttls-extra-args, starttls-extra-arguments): Add defvars.
30193
30194 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
30195
30196 * language/viet-util.el (viet-viscii-nonascii-translation-table):
30197 Add defvar.
30198
30199 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
30200 Use defvar, not defconst.
30201
30202 * hexl.el (hexl-follow-line): Use with-no-warnings.
30203
30204 * emulation/tpu-extras.el: Use write-file-functions instead of
30205 write-file-hooks.
30206
30207 * dired.el (dired-font-lock-keywords): Fontify files with junk
30208 extensions even if marked by -F.
30209
30210 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
30211
30212 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
30213 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
30214 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
30215 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
30216 (concatenate, list-length, get*, getf, cl-remprop):
30217 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
30218 (etypecase, progv, lexical-let, lexical-let*)
30219 (multiple-value-bind, multiple-value-setq, shiftf):
30220 Improve argument/docstring consistency.
30221
30222 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
30223
30224 2005-05-22 Andre Spiegel <spiegel@gnu.org>
30225
30226 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
30227 doesn't exist.
30228
30229 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
30230 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
30231
30232 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
30233
30234 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
30235 already deleted variables: auto-fill-hook, blink-paren-hook,
30236 lisp-indent-hook, inhibit-local-variables, unread-command-event,
30237 suspend-hooks, comment-indent-hook, meta-flag,
30238 before-change-function, after-change-function,
30239 font-lock-doc-string-face.
30240
30241 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
30242
30243 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
30244
30245 2005-05-21 Eli Zaretskii <eliz@gnu.org>
30246
30247 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
30248 rmail-dont-reply-to.
30249
30250 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
30251
30252 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
30253 literal blank when splitting new-header-values.
30254
30255 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
30256
30257 * calendar/cal-menu.el (cal-menu-update): Add separator as a
30258 string so that tmm doesn't create a completion entry for it.
30259
30260 * textmodes/table.el (table-disable-menu): Ditto.
30261
30262 2005-05-21 Richard M. Stallman <rms@gnu.org>
30263
30264 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
30265
30266 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
30267
30268 * net/rcompile.el (remote-compile): Use compilation-start.
30269
30270 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
30271
30272 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
30273
30274 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
30275 Default to makefile-bsdmake-mode on BSD systems.
30276
30277 * imenu.el (imenu-generic-expression, imenu--generic-function'):
30278 REGEXP may also be a search function now. The part of doc-string
30279 for describing the structure was 95% identical to that of
30280 `imenu--generic-function'. Unify it there.
30281
30282 * progmodes/make-mode.el (makefile-imenu-generic-expression):
30283 Use function to find dependencies, because regexp alone is so complex,
30284 it easily goes into an endless loop.
30285 (makefile-makepp-mode): Also add submenu for Perl functions
30286 defined in the makefile.
30287 (makefile-bsdmake-mode): Special imenu-generic-expression no
30288 longer needed, due to function call.
30289 (makefile-match-dependency): Take BOUND into account when checking
30290 if we're through.
30291
30292 2005-05-20 Jay Belanger <belanger@truman.edu>
30293
30294 * calc/calc-units.el (calc-invalidate-units-table):
30295 Use inhibit-read-only.
30296 (math-build-units-table-buffer): Use view-mode.
30297
30298 2005-05-20 David Kastrup <dak@gnu.org>
30299
30300 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
30301 easy-menu-add is not a nop on Emacs; and clarify when to call it.
30302
30303 2005-05-20 Lute Kamstra <lute@gnu.org>
30304
30305 * diff-mode.el (diff-header-face, diff-file-header-face)
30306 (diff-index-face, diff-hunk-header-face, diff-removed-face)
30307 (diff-added-face, diff-changed-face, diff-function-face)
30308 (diff-context-face, diff-nonexistent-face): Put them in the
30309 diff-mode customization group.
30310
30311 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
30312
30313 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
30314
30315 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
30316
30317 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
30318 Minor regexp-optimization.
30319
30320 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
30321
30322 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
30323 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
30324 (org-agenda-add-time-grid-maybe): New function.
30325 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
30326 (org-table-create): `dotimes' instead of `mapcar'.
30327 (org-xor): Simplify implementation.
30328 (org-agenda): `inhibit-redisplay' turned on.
30329 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
30330 a consistent line after a state change.
30331 (org-agenda-remove-times-when-in-prefix): New option.
30332 (org-prefix-has-time): New variable.
30333 (org-parse-time-string): Optional argument NODEFAULT.
30334 (org-format-agenda-item): Parse items for time-of-day
30335 specifications and move these into the prefix if possible.
30336 (org-agenda-priority): Get current heading, not previous heading
30337 during agenda remote editing.
30338
30339 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
30340
30341 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
30342 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
30343 (remove-duplicates, delete-duplicates, substitute)
30344 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
30345 (nsubstitute-if-not, find, find-if, find-if-not, position)
30346 (position-if, position-if-not, count, count-if, count-if-not)
30347 (mismatch, search, sort*, stable-sort, merge, member*)
30348 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
30349 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
30350 (intersection, nintersection, set-difference, nset-difference)
30351 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
30352 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
30353 (nsublis, tree-equal): Improve argument/docstring consistency.
30354
30355 * subr.el (send-string, send-region): Remove obsolescence declaration.
30356 (window-dot, set-window-dot, read-input, show-buffer)
30357 (eval-current-buffer, string-to-int):
30358 Add release number to obsolescence declarations.
30359
30360 2005-05-19 Kim F. Storm <storm@cua.dk>
30361
30362 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
30363 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
30364
30365 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
30366
30367 * faces.el (list-faces-display): Make back button respect optional
30368 regexp arg.
30369
30370 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
30371
30372 * calculator.el (calculator-radix-grouping-mode)
30373 (calculator-radix-grouping-digits, calculator-displayer)
30374 (calculator-radix-grouping-separator, calculator-copy-displayer):
30375 * dabbrev.el (dabbrev-search-these-buffers-only):
30376 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
30377 (diff-advance-after-apply-hunk, diff-mode-hook)
30378 (diff-minor-mode-prefix):
30379 * imenu.el (imenu-use-popup-menu):
30380 * jit-lock.el (jit-lock-context-time):
30381 * newcomment.el (comment-fill-column, comment-column)
30382 (comment-style, comment-padding, comment-multi-line)
30383 (comment-empty-lines, comment-auto-fill-only-comments):
30384 * reveal.el (reveal-around-mark):
30385 * uniquify.el (uniquify-buffer-name-style)
30386 (uniquify-after-kill-buffer-p)
30387 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
30388 (uniquify-min-dir-content, uniquify-separator)
30389 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
30390 * w32-vars.el (w32-fixed-font-alist):
30391 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
30392 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
30393 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
30394 * progmodes/perl-mode.el (perl-indent-level)
30395 (perl-continued-statement-offset, perl-continued-brace-offset)
30396 (perl-brace-offset, perl-brace-imaginary-offset)
30397 (perl-label-offset, perl-indent-continued-arguments)
30398 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
30399 * progmodes/tcl.el (tcl-indent-level)
30400 (tcl-continued-indent-level, tcl-auto-newline)
30401 (tcl-tab-always-indent, tcl-electric-hash-style)
30402 (tcl-help-directory-list, tcl-use-smart-word-finder)
30403 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
30404 (inferior-tcl-source-command):
30405 * textmodes/fill.el (enable-kinsoku):
30406 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
30407 * textmodes/table.el (table-yank-handler):
30408 Specify missing group (and type, if simple) in defcustom.
30409
30410 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
30411
30412 * progmodes/compile.el (compilation-finish-function): Fix defvar.
30413
30414 2005-05-19 Richard M. Stallman <rms@gnu.org>
30415
30416 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
30417
30418 * subr.el (event-basic-type): Don't get an error.
30419 (left-fringe-p): Function deleted.
30420
30421 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
30422 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
30423
30424 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
30425 in recursive copy.
30426
30427 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
30428
30429 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
30430
30431 * emacs-lisp/bytecomp.el
30432 (byte-compile-file-form-custom-declare-variable):
30433 Call byte-compile-nogroup-warn if appropriate.
30434
30435 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
30436 (compilation-set-window): Don't call left-fringe-p; do it directly.
30437
30438 2005-05-19 Jay Belanger <belanger@truman.edu>
30439
30440 * calc/calc-graph.el (calc-graph-format-data): Make sure
30441 var-PlotRejects is bound before trying to check its value.
30442
30443 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
30444
30445 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
30446 definition of this variable from reftex-global.el to reftex.el,
30447 because it is needed in the menu.
30448
30449 2005-05-19 Lute Kamstra <lute@gnu.org>
30450
30451 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
30452 years are fixed. Don't insert a space after a dash.
30453
30454 2005-05-19 Kim F. Storm <storm@cua.dk>
30455
30456 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
30457
30458 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
30459
30460 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
30461 strings, because (eq ... ?\\) is fairly frequent.
30462
30463 * progmodes/make-mode.el (makefile-add-this-line-targets):
30464 Simplify and integrate into `makefile-pickup-targets'.
30465 (makefile-add-this-line-macro): Simplify and integrate into
30466 `makefile-pickup-macros.
30467 (makefile-pickup-filenames-as-targets): Simplify.
30468 (makefile-previous-dependency, makefile-match-dependency):
30469 Don't stumble over `::'.
30470
30471 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
30472
30473 * subr.el (post-command-idle-hook, post-command-idle-delay):
30474 Remove obsoletion of post-command-idle-hook and
30475 post-command-idle-delay.
30476
30477 * faces.el (list-faces-display): Provide button when describe-face
30478 is called to take user back to the list of faces.
30479
30480 * help-fns.el (describe-variable): Remove hyperlinks in a
30481 variable's value as these are quite frequently inappropriate.
30482
30483 * follow.el (follow-submit-feedback, follow-mode):
30484 Remove references to post-command-idle-hook.
30485
30486 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
30487
30488 * progmodes/make-mode.el (makefile-previous-dependency)
30489 (makefile-match-dependency): Check for := (and in bsd mode also
30490 !=) to give a better result, even when font-lock is not on.
30491
30492 2005-05-18 Jay Belanger <belanger@truman.edu>
30493
30494 * calc/calc-help.el (calc-s-prefix-help):
30495 Add `calc-copy-special-constant' to help string.
30496
30497 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
30498
30499 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
30500
30501 2005-05-18 Jay Belanger <belanger@truman.edu>
30502
30503 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
30504 in linear factors are in proper order.
30505
30506 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
30507
30508 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
30509 Support for jurabib.
30510
30511 * textmodes/reftex.el (featurep): Define aliases for overlay
30512 commands, for XEmacs compatibility, and use these aliases in
30513 overlay initializations.
30514 (reftex-highlight): Use `reftex-move-overlay'.
30515 (reftex-unhighlight): Use `reftex-delete-overlay'.
30516 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
30517 (reftex-access-search-path): Use `reftex-uniquify' instead of
30518 `reftex-uniq'.
30519
30520 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
30521 `before-string' property modification enables for Emacs as well.
30522 (reftex-select-item): Use `reftex-delete-overlay'.
30523 (reftex-select-mark): Use `reftex-make-overlay' and
30524 `reftex-overlay-put'.
30525 (reftex-select-unmark): Use `reftex-delete-overlay' and
30526 `reftex-overlay-put'.
30527
30528 2005-05-18 Lute Kamstra <lute@gnu.org>
30529
30530 * emacs-lisp/lisp.el (check-parens): Fix docstring.
30531
30532 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
30533
30534 * add-log.el (add-change-log-entry):
30535 * array.el (array-make-template, array-reconfigure-rows)
30536 (array-init-max-row, array-init-max-column)
30537 (array-init-columns-per-line, array-init-field-width):
30538 * replace.el (replace-match-maybe-edit, perform-replace):
30539 * textmodes/spell.el (spell-region):
30540 Replace `read-input' by `read-string'.
30541
30542 * forms.el (forms-mode):
30543 * finder.el (finder-compile-keywords):
30544 * shadowfile.el (shadow-read-files):
30545 Replace `eval-current-buffer' by `eval-buffer'.
30546
30547 * terminal.el (te-pass-through):
30548 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
30549 (ange-ftp-raw-send-cmd):
30550 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
30551 (send-process-next-char, telnet-initial-filter, telnet):
30552 Replace `send-string' by `process-send-string'.
30553
30554 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
30555 (prolog-consult-region): Replace `send-string' by
30556 `process-send-string'; replace `send-region' by `process-send-region'.
30557
30558 * progmodes/delphi.el (delphi-log-msg):
30559 Replace `set-window-dot' by `set-window-point'.
30560
30561 * subr.el (window-dot, set-window-dot, read-input, send-string)
30562 (send-region, show-buffer, eval-current-buffer):
30563 Make really obsolete, as the comment says.
30564
30565 2005-05-17 Kim F. Storm <storm@cua.dk>
30566
30567 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
30568 (cua--init-keymaps): Bind C-return instead of S-return to set
30569 rectangle mark.
30570
30571 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
30572 instead of S-return to toggle/clear rectangle mark.
30573
30574 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
30575
30576 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
30577 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
30578 Also fontify plain strings assigned to variables, mostly so that a
30579 colon has a face and is thus not taken as a dependency separator.
30580 (makefile-previous-dependency): Inline the new matcher, because it
30581 is too complex to work in both directions.
30582 (makefile-match-dependency): Eliminate `backward' arg (see above).
30583 Completely reimplemented so as to not sometimes go into an endless
30584 loop. It should also be more efficient, because first it only
30585 searches for `:', instead of applying the very complex regexp.
30586 (makefile-mode): Cancel `font-lock-support-mode', because blocks
30587 to be fontified in one piece can be too long for JIT.
30588 Makefiles are never *that* big.
30589
30590 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
30591
30592 * dired.el (dired-mode): Simplify.
30593
30594 2005-05-17 Lute Kamstra <lute@gnu.org>
30595
30596 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
30597 defcustom for the mode hook variable.
30598
30599 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
30600 Emacs Lisp Reference Manual.
30601
30602 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
30603
30604 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
30605 (evenp, list*):
30606 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
30607 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
30608
30609 * net/tramp-smb.el (tramp-smb-open-connection):
30610 Pass `tramp-chunksize' as fifth (required) argument.
30611
30612 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
30613
30614 * font-lock.el (lisp-font-lock-keywords-1):
30615 Set `font-lock-negation-char-face' for [^...] char group.
30616 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
30617
30618 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
30619 a var, and refine it to mask one more level of nested vars.
30620 (makefile-rule-action-regex): Turn it into a var, and refine it so
30621 it recognizes backslashed continuation lines as belonging to the
30622 same command.
30623 (makefile-macroassign-regex): Refine it so it recognizes
30624 backslashed continuation lines as belonging to the same command.
30625 (makefile-var-use-regex): Don't look at the next char, because it
30626 might be the same one to be skipped by the initial [^$], leading
30627 to an overlooked variable use.
30628 (makefile-make-font-lock-keywords): Remove two parameters, which
30629 are now variables that some of the modes set locally.
30630 Handle dependency and rule action matching through functions, because
30631 regexps alone match too often. Dependency matching now comes
30632 last, so it can check, whether a colon already matched something else.
30633 (makefile-mode): Inform that font-lock improves makefile parsing
30634 capabilities.
30635 (makefile-match-dependency, makefile-match-action): New functions.
30636
30637 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
30638
30639 * emacs-lisp/cl-extra.el (equalp): Doc fix.
30640
30641 * align.el (align-regexp):
30642 * ansi-color.el (ansi-color-get-face):
30643 * array.el (array-reconfigure-rows, array-init-max-row)
30644 (array-init-max-column, array-init-columns-per-line)
30645 (array-init-field-width):
30646 * dired-aux.el (dired-trample-file-versions):
30647 * dired-x.el (dired-mark-sexp):
30648 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
30649 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
30650 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
30651 * faces.el (face-read-integer):
30652 * files.el (backup-extract-version, insert-directory):
30653 * hexl.el (hexl-insert-decimal-char):
30654 * server.el (server-process-filter):
30655 * shell.el (shell-extract-num):
30656 * startup.el (command-line-1):
30657 * term.el (term-command-hook):
30658 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
30659 (time-stamp-do-number):
30660 * time.el (display-time-update):
30661 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
30662 (timezone-fix-time):
30663 * vms-patch.el (vms-suspend-resume-hook):
30664 * calendar/appt.el (appt-convert-time):
30665 * calendar/cal-bahai.el (mark-bahai-diary-entries):
30666 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
30667 * calendar/cal-islam.el (mark-islamic-diary-entries):
30668 * calendar/calendar.el (calendar-cursor-to-date)
30669 (calendar-star-date):
30670 * calendar/diary-lib.el (diary-attrtype-convert)
30671 (mark-diary-entries, diary-entry-time):
30672 * calendar/solar.el (solar-get-number):
30673 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
30674 * emacs-lisp/re-builder.el (reb-display-subexp):
30675 * emulation/edt.el (edt-set-scroll-margins):
30676 * emulation/tpu-extras.el (tpu-set-scroll-margins):
30677 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
30678 (vip-get-ex-count):
30679 * emulation/viper-ex.el (viper-get-ex-token)
30680 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
30681 * international/fontset.el (fontset-plain-name):
30682 * mail/feedmail.el (feedmail-look-at-queue-directory):
30683 * mail/mailalias.el (mail-get-names):
30684 * mail/rmail.el (rmail-convert-to-babyl-format):
30685 * mail/rmailsum.el (rmail-make-basic-summary-line)
30686 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
30687 (rmail-summary-goto-msg):
30688 * mail/smtpmail.el (smtpmail-read-response):
30689 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
30690 (ange-ftp-vms-add-file-entry):
30691 * play/gametree.el (gametree-looking-at-ply)
30692 (gametree-current-branch-score):
30693 * progmodes/ada-xref.el (ada-prj-find-prj-file)
30694 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
30695 * progmodes/cperl-mode.el (condition-case):
30696 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
30697 (ebrowse-set-member-buffer-column-width)
30698 (ebrowse-select-1st-to-9nth):
30699 * progmodes/etags.el (etags-snarf-tag):
30700 * progmodes/flymake.el (flymake-parse-line):
30701 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
30702 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
30703 (idlwave-shell-menu-def):
30704 * progmodes/ps-mode.el (ps-run-goto-error):
30705 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
30706 (vhdl-speedbar-contract-level):
30707 * term/mac-win.el (x-handle-numeric-switch):
30708 * term/sun-mouse.el (sun-get-frame-data):
30709 * term/w32-win.el (x-handle-numeric-switch):
30710 * term/x-win.el (x-handle-numeric-switch):
30711 * textmodes/ispell.el (ispell-parse-output):
30712 * textmodes/nroff-mode.el (nroff-outline-level):
30713 * textmodes/reftex-cite.el (reftex-bib-sort-year)
30714 (reftex-bib-sort-year-reverse, reftex-format-citation):
30715 * textmodes/reftex-parse.el (reftex-init-section-numbers)
30716 (reftex-section-number):
30717 * textmodes/texinfmt.el (texinfo-paragraphindent):
30718 Replace `string-to-int' by `string-to-number'.
30719
30720 * international/latexenc.el: Add page marker to force the "Local
30721 Variables:" string out of the last page.
30722
30723 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
30724
30725 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
30726 tooltip-change-major-mode.
30727 (gud-tooltip-print-command): Remove case where gud-minor-mode
30728 is gdb ("--fullname").
30729 (gud-tooltip-tips): Turn GUD tooltips off for this case and
30730 explain to user.
30731
30732 2005-05-16 Jay Belanger <belanger@truman.edu>
30733
30734 * calc/calc-store.el (calc-copy-special-constant): New function.
30735
30736 * calc/calc-ext.el (calc-init-extensions): Add binding for
30737 `calc-copy-special-constant'.
30738
30739 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
30740 for the `calc-copy-special-constant' command.
30741
30742 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
30743
30744 * subr.el (left-fringe-p): New function.
30745
30746 * progmodes/compile.el (compilation-setup): Set local value of
30747 overlay-arrow-string to "" always.
30748 (compilation-set-window): Left fringe then don't scroll.
30749 No left fringe then no arrow and scroll message to top.
30750 (compilation-context-lines): Adjust doc string accordingly.
30751
30752 2005-05-16 Kim F. Storm <storm@cua.dk>
30753
30754 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
30755 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
30756 (ido-wide-find-dir-or-delete-dir): New command for M-d.
30757 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
30758 (ido-read-file-name): Handle commands with ido property value
30759 equal to find-file as reading a file name, to allow C-d to enter dired.
30760 (ibuffer-find-file): Add ido property with value find-file.
30761
30762 2005-05-15 Kim F. Storm <storm@cua.dk>
30763
30764 * subr.el (open-network-stream-nowait): Remove.
30765 (open-network-stream-server): Remove.
30766
30767 2005-05-15 Richard M. Stallman <rms@gnu.org>
30768
30769 * faces.el (describe-face): Output a definition link button.
30770
30771 * help-mode.el (help-face-def): New button type.
30772
30773 * emacs-lisp/copyright.el (copyright-fix-years):
30774 Match properly if the first year is 2-digit.
30775 Don't mess up the whitespace after the years by filling.
30776
30777 * dired-aux.el (dired-mark-confirm):
30778 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
30779
30780 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
30781 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
30782 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
30783
30784 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
30785 Set font-lock-comment-start-skip.
30786
30787 * font-lock.el (font-lock-comment-start-skip): New variable.
30788 (font-lock-comment-end-skip): New variable.
30789 (font-lock-fontify-syntactically-region): Use them if non-nil.
30790
30791 2005-05-15 Jay Belanger <belanger@truman.edu>
30792
30793 * calc/calc-store.el (calc-store-value): Return a string rather
30794 than display it as a message.
30795 Use calc-var-name for variable name.
30796 (calc-store-into): Add the result of calc-store-value to message.
30797 (calc-copy-variable): Add a message.
30798 (calc-store-exchange): Improve error messages.
30799 (calc-store-binary, calc-store-map): Don't reset the values of
30800 special constants.
30801
30802 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
30803
30804 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
30805 manual to docstring.
30806
30807 * files.el (hack-local-variables-confirm): Add STRING argument.
30808 Make the function handle non file visiting buffers correctly.
30809 (hack-local-variables-prop-line, hack-local-variables)
30810 (hack-one-local-variable): Use STRING arg of
30811 `hack-local-variables-confirm'.
30812
30813 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
30814
30815 Sync with Tramp 2.0.49.
30816
30817 * net/tramp.el (tramp-handle-dired-call-process)
30818 (tramp-handle-insert-directory):`insert-buffer' cannot be used
30819 because the contents of the Tramp buffer is changed before
30820 insertion (`expand-file' and alike).
30821 (tramp-handle-insert-directory): If `localname' has an empty
30822 nondirectory name, it must not be quoted.
30823 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
30824 variable `tramp-chunksize'. Change callees.
30825 (tramp-open-connection-setup-interactive-shell): Check remote host
30826 for buggy `send-process-string' implementation.
30827 Set `tramp-chunksize' if found. Reported by Michael Kifer
30828 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
30829 (tramp-handle-shell-command): `insert-buffer' cannot be used
30830 because the contents of the Tramp buffer is changed before
30831 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
30832 <frederic.bothamy@free.fr>.
30833 (tramp-set-auto-save): Actions should be done for Tramp file name
30834 handler only. Ange-FTP has its own auto-save mechanism.
30835 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
30836 (tramp-set-auto-save-file-modes): Set file modes of
30837 `buffer-auto-save-file-name' to ?\600 as fallback solution.
30838 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
30839 (tramp-bug): Remove obsolete variable.
30840 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
30841 for presence of `mml-mode'. Make it running for older Emacsen as well.
30842
30843 2005-05-14 John Paul Wallington <jpw@pobox.com>
30844
30845 * ibuf-ext.el (define-ibuffer-filter filename):
30846 If `dired-directory' is a list, use its car.
30847
30848 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
30849
30850 * ibuffer.el (define-ibuffer-column filename):
30851 If `dired-directory' is a list, use its car.
30852
30853 2005-05-14 Richard M. Stallman <rms@gnu.org>
30854
30855 * subr.el (symbol-file): Doc fix.
30856
30857 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
30858 (byte-compile-form): Call byte-compile-nogroup-warn.
30859 (byte-compile-warning-types): Doc fix.
30860
30861 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
30862
30863 * progmodes/cc-engine.el (c-literal-faces):
30864 Add font-lock-comment-delimiter-face.
30865
30866 * net/net-utils.el (dig): Use with-no-warnings.
30867
30868 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
30869 (sc-recite-frame-alist, sc-default-cite-frame)
30870 (sc-default-uncite-frame, sc-default-recite-frame)
30871 (sc-attrib-selection-list, sc-rewrite-header-list):
30872 Mark as risky-local-variable.
30873
30874 * international/ogonek.el (ogonek-jak, ogonek-how):
30875 Don't use beginning-of-buffer.
30876
30877 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
30878
30879 * calendar/solar.el (solar-data-list): Move definition up.
30880
30881 * dnd.el (dnd-protocol-alist): Add autoload.
30882
30883 * progmodes/sh-script.el: Many doc usage fixes.
30884 (sh-indent-after-do): Change default to match common styles.
30885
30886 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
30887
30888 * files.el (interpreter-mode-alist)
30889 (auto-mode-interpreter-regexp): Doc fixes.
30890
30891 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
30892
30893 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
30894
30895 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
30896
30897 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
30898
30899 * dired.el (dired-mode): make-variable-buffer-local =>
30900 make-local-variable.
30901
30902 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30903
30904 * term/mac-win.el (mac-select-convert-to-string): Try coding
30905 systems in mac-script-code-coding-systems if specified one cannot
30906 encode string for `com.apple.traditional-mac-plain-text'.
30907
30908 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
30909
30910 * progmodes/make-mode.el (makefile-targets-face)
30911 (makefile-shell-face, makefile-makepp-perl-face): New faces.
30912 (makefile-dependency-regex): Fix it to not make the colon in
30913 $(var:a=b) special.
30914 (makefile-rule-action-regex): New regexp for highlighting embedded
30915 Shell strings.
30916 (makefile-macroassign-regex): Handle != for highlighting as
30917 embedded Shell strings.
30918 (makefile-var-use-regex): New const.
30919 (makefile-statements, makefile-automake-statements)
30920 (makefile-gmake-statements, makefile-makepp-statements)
30921 (makefile-bsdmake-statements): New consts.
30922 (makefile-make-font-lock-keywords): New function.
30923 (makefile-automake-font-lock-keywords)
30924 (makefile-gmake-font-lock-keywords)
30925 (makefile-makepp-font-lock-keywords)
30926 (makefile-bsdmake-font-lock-keywords): New consts.
30927 (makefile-mode-map): Add switchers between the various submodes.
30928 (makefile-mode): Document the availability of the variants.
30929 (makefile-automake-mode, makefile-gmake-mode)
30930 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
30931
30932 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
30933 new variants of makefile-mode.
30934
30935 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
30936
30937 * font-lock.el (font-lock-comment-delimiter-face): Fix up
30938 the inheritance.
30939
30940 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
30941
30942 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
30943 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
30944
30945 * files.el (normal-mode): Extend the scope of the
30946 `enable-local-variables' binding to include the `set-auto-mode' call.
30947 (magic-mode-alist): Doc fix.
30948
30949 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
30950
30951 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
30952 font-lock-comment-face rather than copying its setting.
30953
30954 2005-05-12 Andreas Schwab <schwab@suse.de>
30955
30956 * eshell/esh-mode.el (eshell-send-input): Doc fix.
30957
30958 2005-05-12 Lute Kamstra <lute@gnu.org>
30959
30960 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
30961 defcustom for the mode hook variable. Delete the last argument.
30962 * generic-x.el: Fix callers of define-generic-mode.
30963 (generic-x-modes): Delete group.
30964 (show-tabs-tab-face, show-tabs-space-face): Put them in the
30965 generic-x customization group.
30966
30967 2005-05-12 Kim F. Storm <storm@cua.dk>
30968
30969 * font-lock.el (font-lock-negation-char-face): Default to "off".
30970
30971 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
30972 font-lock-negation-char-face to ! in !=.
30973
30974 2005-05-12 Masatake YAMATO <jet@gyve.org>
30975
30976 * add-log.el (find-change-log): Fix typos in the docstring
30977 of function.
30978
30979 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
30980
30981 * international/latexenc.el (latexenc-find-file-coding-system):
30982 Avoid `re-search-forward' when looking for input encoding because
30983 of speed and safety. Better regular expressions for recognizing
30984 input encoding. Limit a search for TeX-master/tex-main-file to
30985 the local variable section.
30986
30987 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
30988
30989 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
30990 syntax of $ to "'" (quote).
30991
30992 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
30993
30994 * dnd.el (dnd-protocol-alist): Improve custom type.
30995
30996 * dired.el (dired-dnd-protocol-alist): New variable.
30997 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
30998 `dired-mode-hook' to the end.
30999
31000 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
31001
31002 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
31003 comment-end if comment-start-skip is not set.
31004 Obey the font-lock-comment-delimiter-face variables.
31005
31006 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
31007
31008 * files.el (executable-find): Move from executable.el. Use
31009 locate-file.
31010 * progmodes/executable.el (executable-find): Move to files.el.
31011
31012 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
31013 when trying to ensure forward progress.
31014
31015 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
31016
31017 * mouse-sel.el (mouse-sel-follow-link-p): New function.
31018 (mouse-select, mouse-select-internal, mouse-extend-internal):
31019 Use it to implement mouse-1-click-follows-link functionality.
31020
31021 2005-05-11 Richard M. Stallman <rms@gnu.org>
31022
31023 * font-lock.el (font-lock-fontify-syntactically-region):
31024 Use font-lock-comment-delimiter-face for comment delimiters.
31025
31026 2005-05-10 Jay Belanger <belanger@truman.edu>
31027
31028 * calc/calc-help.el (calc-m-prefix-help): Add mention of
31029 preserving embedded modes.
31030
31031 2005-05-10 Richard M. Stallman <rms@gnu.org>
31032
31033 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
31034
31035 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
31036 Move from ada-stmt.el.
31037 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
31038
31039 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
31040 Move to ada-mode.el.
31041 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
31042
31043 * cus-edit.el (custom-file): Call file-chase-links.
31044
31045 * files.el (read-directory-name): Fix previous change.
31046 (hack-local-variables-confirm): New function.
31047 (hack-local-variables-prop-line, hack-local-variables)
31048 (hack-one-local-variable): Use it.
31049
31050 2005-05-10 Lute Kamstra <lute@gnu.org>
31051
31052 * font-lock.el (font-lock-keywords-alist)
31053 (font-lock-removed-keywords-alist): Clarify docstrings.
31054
31055 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
31056
31057 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
31058 (gdb-source-info): Check for preprocessor info.
31059 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
31060 a macro for a function.
31061 (gdb-info-breakpoints-custom): Try to find file again if not already
31062 found (user might have used GDB dir command).
31063 (gdb-get-location): Update gdb-location-alist correctly for change
31064 to gdb-info-breakpoints-custom.
31065
31066 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
31067 (gud-tooltip-print-command): Add gdbmi case.
31068 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
31069 preprocessor info.
31070
31071 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
31072
31073 * startup.el (fancy-splash-insert): Fix typo in doc string.
31074
31075 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
31076
31077 * obsolete/float.el (string-to-float):
31078 * obsolete/hilit19.el (hilit-add-pattern):
31079 * obsolete/rnews.el (news-parse-range, news-select-message)
31080 (news-get-pruned-list-of-files): Replace `string-to-int' by
31081 `string-to-number'.
31082
31083 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
31084 `find-file-not-found-hooks'; use `add-hook'.
31085 (uncompress-while-visiting): Set `write-file-functions', not
31086 `write-file-hooks'; use `add-hook'.
31087
31088 2005-05-09 Kim F. Storm <storm@cua.dk>
31089
31090 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
31091 (cua-paste): Handle clipboard action.
31092 (cua--init-keymaps): Remap clipboard-kill-region and
31093 clipboard-kill-ring-save.
31094
31095 2005-05-08 Eli Zaretskii <eliz@gnu.org>
31096
31097 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
31098 Improve commentary.
31099
31100 * simple.el (next-error-overlay-arrow-position): Revert the change
31101 made on 2005-04-30.
31102
31103 2005-05-07 Jay Belanger <belanger@truman.edu>
31104
31105 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
31106 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
31107 `calc-sel-reselect'.
31108
31109 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
31110 Calc is in embedded mode.
31111
31112 2005-05-07 Eli Zaretskii <eliz@gnu.org>
31113
31114 * progmodes/compile.el (compilation-setup):
31115 Set overlay-arrow-string to an empty string on text terminals.
31116
31117 * textmodes/ispell.el (ispell-program-name): Try looking for
31118 "aspell" along exec-path, and if found, use it as the default
31119 speller program.
31120
31121 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
31122
31123 * international/mule.el (sgml-xml-auto-coding-function):
31124 Recognize encoding='FOO' in single quotes as well as in double quotes.
31125
31126 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
31127
31128 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
31129 as well as `interactive', so that defmacro* would recognize
31130 `declare' forms.
31131
31132 2005-05-07 Eli Zaretskii <eliz@gnu.org>
31133
31134 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
31135 Explain more about the LIGHTER arg's usage in the doc string.
31136 Add commentary to clarify what the code does. Fix the regexp that
31137 strips whitespace from LIGHTER. Quote LIGHTER before using it,
31138 since it could have characters special to regular expressions.
31139
31140 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
31141
31142 * replace.el (occur-1): Bind inhibit-read-only so that
31143 erase-buffer doesn't barf on read-only text properties (likewise
31144 for add-text-properties in occur-engine). Mark buffer as unmodified.
31145 (occur-engine): Don't set buffer-read-only here.
31146
31147 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
31148
31149 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
31150 list-buffers-directory. This caused the *cvs-commit* buffer to be
31151 sometimes mistakenly reused as a *cvs* buffer.
31152
31153 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
31154
31155 * tooltip.el: Move code for GUD tooltips into gud.el.
31156 (require): CL no longer needed to compile case.
31157 (tooltip-mode): Do not toggle functions for GUD tooltips.
31158 (tooltip-gud-tips-p): Remove. Replace with minor mode
31159 gud-tooltip-mode in gud.el.
31160 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
31161 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
31162 tooltip-gud prefix with gud-tooltip and obsolete.
31163 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
31164 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
31165 (tooltip-mouse-motion): Mouse movement functions/variable.
31166 Rename in gud.el by adding gud prefix.
31167 (tooltip-gud-original-filter, tooltip-gud-dereference)
31168 (tooltip-gud-event, tooltip-toggle-gud-tips)
31169 (tooltip-gud-process-output, tooltip-gud-print-command)
31170 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
31171 gud.el by replacing tooltip-gud prefix with gud-tooltip.
31172 (gdb-tooltip-print): Move to gdb-ui.el.
31173
31174 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
31175 (require): CL needed to compile case.
31176 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
31177 tooltip-gud-tips-p. Make it a minor-mode.
31178 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
31179 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
31180 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
31181 (gud-tooltip-change-major-mode)
31182 (gud-tooltip-activate-mouse-motions-if-enabled)
31183 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
31184 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
31185 (gud-tooltip-original-filter, gud-tooltip-dereference)
31186 (gud-tooltip-event, tooltip-toggle-gud-tips)
31187 (gud-tooltip-process-output, gud-tooltip-print-command)
31188 (gud-tooltip-tips): Move from tooltip.el.
31189
31190 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
31191 (gdb-cpp-define-alist-flags): Doc fix.
31192 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
31193 gud-tooltip-mode is t.
31194
31195 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
31196
31197 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
31198 evaporate if their text is deleted.
31199 (goto-address-at-point): Make it work as a mouse binding as well.
31200 (goto-address-at-mouse): Obsolete it. Update users.
31201
31202 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
31203
31204 * calendar/appt.el (top-level): No longer activate on load.
31205
31206 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
31207
31208 * calendar/cal-bahai.el (mark-bahai-diary-entries):
31209 * net/webjump.el (webjump):
31210 * progmodes/idlw-help.el (idlwave-do-context-help1)
31211 (idlwave-highlight-linked-completions):
31212 * textmodes/po.el (po-find-file-coding-system-guts):
31213 Replace `assoc-ignore-case' by `assoc-string'.
31214
31215 2005-05-06 Eli Zaretskii <eliz@gnu.org>
31216
31217 * files.el (locate-file): Doc fix.
31218
31219 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
31220 Remove the redundant test for ms-dos.
31221
31222 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
31223 look for the preprocessor with exec-suffixes. If not found in
31224 standard places, look in exec-path. Remove most of the tests that
31225 used system-type.
31226
31227 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
31228
31229 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
31230
31231 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
31232 file-name clash with jka-compr.el on 8+3 filesystems.
31233
31234 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31235
31236 * term/mac-win.el: Don't define or bind scroll bar functions if
31237 x-toolkit-scroll-bars is t.
31238 (x-select-text, x-get-selection-value): Clear
31239 x-last-selected-text-clipboard if x-select-enable-clipboard is
31240 nil.
31241 (PRIMARY): Put mac-scrap-name property.
31242 (mac-select-convert-to-file-url): New function.
31243 (public.file-url): New selection target type. Add to
31244 selection-converter-alist.
31245 (x-get-selection, x-selection-value): Handle it.
31246 (x-cut-buffer-or-selection-value): New alias.
31247
31248 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
31249
31250 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
31251 entry to avoid calling bibtex-find-entry with arg global
31252 being t. Remove arg key.
31253 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
31254 (bibtex-copy-summary-as-kill): Change accordingly.
31255
31256 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
31257
31258 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
31259 (org-agenda-date-later): Use with-current-buffer.
31260
31261 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
31262
31263 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
31264 (define-obsolete-variable-alias): Doc Fixes.
31265
31266 2005-05-06 Kim F. Storm <storm@cua.dk>
31267
31268 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
31269 vertical-motion when selective-display is active.
31270
31271 * ido.el (ido-setup-hook): New hook.
31272 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
31273 (ido-input-stack): New var.
31274 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
31275 ido-next-work-file binding to M-O.
31276 Bind M-f to ido-wide-find-file-or-pop-dir.
31277 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
31278 (ido-read-internal): Run ido-setup-hook.
31279 Catch quit in read-file-name and read-string to cancel edit.
31280 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
31281 Automatically pop-all when completing a directory name (RET).
31282 (ido-file-internal): Add with-no-warnings around ffap and dired code.
31283 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
31284 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
31285 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
31286 New functions for M-b/M-f to move among the directory components.
31287 (ido-make-merged-file-list): Catch quit to cancel merge.
31288 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
31289 (ido-completion-help): No warnings for ido-completion-buffer-full.
31290
31291 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
31292
31293 * font-lock.el (font-lock-negation-char-face): New face and variable.
31294 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
31295 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
31296 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
31297 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
31298
31299 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
31300
31301 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
31302 Fix typo in docstring.
31303
31304 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
31305 (ebrowse-print-statistics-line)
31306 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
31307
31308 * term/w32-win.el (image-library-alist): Add additional name for
31309 Xpm library.
31310
31311 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
31312
31313 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
31314 use gcc instead of cpp.
31315
31316 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
31317 (gdb-create-define-alist): Use it.
31318 (gdb-cpp-define-alist-program): Update for MS-DOS.
31319
31320 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
31321
31322 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
31323
31324 2005-05-04 Richard M. Stallman <rms@gnu.org>
31325
31326 * help.el (describe-key): No error when UNTRANSLATED is nil.
31327
31328 * simple.el (line-move-1): Fix previous change to signal errors
31329 appropriately.
31330
31331 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
31332
31333 * calendar/icalendar.el (icalendar-version): Now at 0.12.
31334 (icalendar-duration-correction): Remove.
31335 (icalendar--get-event-properties): Split result at commas.
31336 (icalendar--decode-isoduration): New optional argument
31337 DURATION-CORRECTION.
31338 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
31339 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
31340 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
31341 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
31342 (icalendar--convert-anniversary-to-ical): New functions, extracted
31343 from icalendar-export-region, with bug fixes.
31344 (icalendar-export-region): Use the above functions.
31345 (icalendar-import-buffer): Check before saving diary file.
31346 (icalendar--convert-recurring-to-diary)
31347 (icalendar--convert-non-recurring-all-day-to-diary)
31348 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
31349 extracted from icalendar--convert-ical-to-diary, with bug fixes.
31350 (icalendar--convert-ical-to-diary): Use the above functions.
31351
31352 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
31353
31354 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
31355 Remove these recent additions.
31356 (c-mode): Restore to before 2005-04-28.
31357
31358 * progmodes/cc-vars.el (cc-define-list-program): Remove this
31359 recent addition.
31360
31361 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
31362 (gdb-define-alist): New variables.
31363 (gdb-create-define-alist): New function.
31364 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
31365 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
31366 with string-to-number.
31367 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
31368
31369 * progmodes/gud.el: Replace string-to-int with string-to-number.
31370 (gud-find-file): Handle gdb-define-alist.
31371
31372 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
31373
31374 2005-05-02 Jay Belanger <belanger@truman.edu>
31375
31376 * calc/calc-aent.el (math-read-token):
31377 * calc/calc-bin.el (calc-word-size):
31378 * calc/calc-ext.el (calc-read-number-fancy):
31379 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
31380 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
31381 * calc/calc-frac.el (calc-over-notation):
31382 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
31383 (calc-graph-num-points, calc-graph-init):
31384 * calc/calc-prog.el (calc-read-parse-table-part)
31385 (calc-edit-macro-repeats):
31386 * calc/calc-yank.el (calc-do-grab-rectangle):
31387 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
31388 Replace `string-to-int' by `string-to-number'.
31389
31390 2005-05-02 Kim F. Storm <storm@cua.dk>
31391
31392 * kmacro.el: Use executing-kbd-macro-index variable.
31393
31394 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
31395
31396 * net/rlogin.el (rlogin-parse-words): Delete func.
31397 (rlogin): Use split-string, not rlogin-parse-words.
31398 Also, if there are option-like elements in the parsed args,
31399 take the host to be the first arg immediately following them.
31400 Suggested by Michael Mauger.
31401
31402 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
31403
31404 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
31405
31406 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
31407
31408 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
31409 (cc-mode-cpp-program): Rename to cc-define-list-program and
31410 move to cc-vars.el.
31411
31412 * progmodes/cc-vars.el (cc-define-list-program):
31413 Change to "gcc -E -dM -". Make customizable.
31414
31415 2005-05-02 Kim F. Storm <storm@cua.dk>
31416
31417 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
31418
31419 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
31420
31421 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
31422
31423 * international/mule-util.el (truncate-string): Remove alias and
31424 obsolete declaration.
31425
31426 * international/mule-cmds.el (update-iso-coding-systems):
31427 Remove alias and obsolete declaration.
31428
31429 * international/mule.el (coding-system-parent): Remove alias and
31430 obsolete declaration.
31431
31432 * subr.el (define-function, sref): Remove aliases and obsolete
31433 declarations.
31434 (chars-in-region): Remove obsolete declaration.
31435
31436 2005-05-01 Richard M. Stallman <rms@gnu.org>
31437
31438 * info.el (Info-mode): Set widen-automatically to nil, locally.
31439
31440 * simple.el (widen-automatically): New variable.
31441 (pop-global-mark): Obey widen-automatically.
31442
31443 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
31444
31445 * term/xterm.el (function-key-map): Call substitute-key-definition
31446 before the keymap size is increased by a lot of define-key calls.
31447
31448 2005-05-01 Richard M. Stallman <rms@gnu.org>
31449
31450 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
31451 Rename ARG to ELEMENT. Doc fix.
31452
31453 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
31454
31455 * allout.el (allout-exposure): Remove macro and obsolete declaration.
31456 Remove references to allout-exposure/change to allout-new-exposure.
31457
31458 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
31459 bytecode symbols.
31460
31461 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
31462 (compiled-function-p, focus-frame, unfocus-frame):
31463 Remove aliases and obsolete declarations.
31464 Back out inadvertent changes from previous commit.
31465
31466 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
31467
31468 * files.el (require-final-newline): Make Custom tags consistent
31469 with mode-require-final-newline.
31470 (mode-require-final-newline): Doc fix.
31471
31472 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
31473
31474 * international/latexenc.el (latexenc-find-file-coding-system):
31475 Fix regular expressions.
31476
31477 2005-05-01 David Kastrup <dak@gnu.org>
31478
31479 * international/latexenc.el (latexenc-find-file-coding-system):
31480 Fix regular expressions.
31481
31482 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
31483
31484 * subr.el (string-to-int): Make obsolete.
31485
31486 2005-04-30 Richard M. Stallman <rms@gnu.org>
31487
31488 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
31489
31490 * loadup.el: Load jka-comp-hook.
31491
31492 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
31493 (jka-compr-handler): Add autoload. `put' calls moved
31494 to jka-comp-hook.el.
31495 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
31496 (jka-compr-inhibit): Autoload.
31497
31498 * jka-comp-hook.el: New file.
31499 Enable the mode by default.
31500
31501 * files.el (backup-buffer-copy): Use copy-file instead
31502 of write-region, and put back the 'excl.
31503
31504 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
31505
31506 * progmodes/flymake.el (flymake-split-string)
31507 (flymake-split-string, flymake-log, flymake-pid-to-names)
31508 (flymake-reg-names, flymake-get-source-buffer-name)
31509 (flymake-unreg-names, flymake-add-line-err-info)
31510 (flymake-add-err-info): Clarify docstrings.
31511 (flymake-popup-menu, flymake-make-emacs-menu)
31512 (flymake-make-xemacs-menu): Add docstrings.
31513 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
31514 Set variables directly throughout.
31515
31516 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
31517
31518 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
31519 exists. Initialize cc-define-alist.
31520 (c-mode): Add cc-create-define-alist locally to after-save-hook.
31521 If there is no file (Macroexpansion) don't create an alist.
31522
31523 2005-04-29 Sam Steingold <sds@gnu.org>
31524
31525 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
31526 (cc-create-define-alist): Use it instead of the hard-coded string.
31527
31528 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
31529
31530 * international/mule-conf.el (file-coding-system-alist): Fix regexp
31531 for latexenc.
31532
31533 2005-04-29 Lute Kamstra <lute@gnu.org>
31534
31535 * emacs-lisp/generic.el: Improve commentary section.
31536 (define-generic-mode): Improve docstring.
31537
31538 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
31539
31540 * textmodes/org.el (many places): Change to quiet the byte compiler.
31541 (org-prefix-format-compiled): New variable.
31542 (org-compile-prefix-format): New function.
31543 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
31544 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
31545 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
31546 (org-get-entries-from-diary): Use `org-get-time-of-day' for
31547 consistency with entries from `org-mode' files.
31548 (org-get-time-of-day): Fix bug with partial matches early in a line.
31549 (org-non-link-chars): New constant.
31550 (org-link-regexp): Respect `org-non-link-chars'.
31551 (org-agenda-day-view): Remove command.
31552 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
31553 (org-follow-bbdb-link, org-store-link): Search also company field.
31554 (org-highlight-overlay): New variable.
31555 (org-highlight, org-unhighlight): New functions.
31556 (org-agenda-mode): Add pre-command-hook to remove highlight.
31557 (org-evaluate-time-range): Behavior depends upon whether time stamp
31558 contains a time or not.
31559 (org-show-subtree, org-show-entry): New functions.
31560 (org-agenda-cleanup-fancy-diary): Remove empty lines.
31561
31562 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
31563
31564 * comint.el (comint-output-filter-functions): Add autoload cookie.
31565
31566 2005-04-28 Kim F. Storm <storm@cua.dk>
31567
31568 * ido.el (ido-everywhere): Fix last change.
31569
31570 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
31571
31572 * international/latexenc.el: New file.
31573 * international/mule-conf.el (file-coding-system-alist): For .tex,
31574 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
31575
31576 2005-04-28 Lute Kamstra <lute@gnu.org>
31577
31578 * font-lock.el (font-lock-add-keywords)
31579 (font-lock-remove-keywords): Clarify docstring.
31580 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
31581 Don't start docstrings with a `*'.
31582 (font-lock-update-removed-keyword-alist): Give it a docstring.
31583
31584 * generic-x.el: Update commentary section.
31585 Only require font-lock when compiling.
31586 Define all modes conditionally.
31587 Place all generic modes in the generic-x-modes customization group.
31588 (generic-x-modes): New customization group.
31589 (generic-default-modes, generic-mswindows-modes)
31590 (generic-unix-modes, generic-other-modes): New constants.
31591 (generic-define-mswindows-modes, generic-define-unix-modes):
31592 Update docstrings. Make them obsolete.
31593 (generic-extras-enable-list): New default value. Update docstring.
31594 Improve :type. Change :set function.
31595 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
31596 Fix docstring.
31597
31598 * emacs-lisp/generic.el (generic-mode-internal):
31599 Simplify font-lock-defaults.
31600 (define-generic-mode): Fix docstring.
31601
31602 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
31603
31604 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
31605 font-lock-face property to highlight matches.
31606
31607 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
31608
31609 * progmodes/cc-mode.el (cc-create-define-alist): New function.
31610 (cc-define-alist): New variable.
31611 (c-mode): Make it local and initialize it.
31612
31613 * progmodes/gdb-ui.el (gdb-active-process): New variable.
31614 (gdb-exited): New function.
31615 (gdb-annotation-rules): Use it.
31616 (gdb-starting): Set gdb-active-process to t.
31617 (gdb-stopping): Amend doc string.
31618 (gdb-reset): Set gdb-active-process to nil.
31619
31620 * tooltip.el (tooltip-gud-tips): Show the associated #define
31621 directives when a C program under GDB is not executing.
31622
31623 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
31624
31625 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
31626 font-lock-fontify-syntactic-keywords.
31627
31628 * font-lock.el (font-lock-default-fontify-region): Don't force
31629 parse-sexp-lookup-properties to nil.
31630
31631 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
31632
31633 * man.el (man-mode-syntax-table): Set up `:' to have
31634 word-constituent syntax.
31635
31636 2005-04-27 Lute Kamstra <lute@gnu.org>
31637
31638 * novice.el (disable-command): Don't add spurious newlines to the
31639 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
31640
31641 2005-04-26 Jay Belanger <belanger@truman.edu>
31642
31643 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
31644 than one window before deleting window.
31645
31646 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
31647
31648 * shell.el (shell-prompt-pattern): Doc fix.
31649 (shell-mode): Set paragraph-separate buffer locally to "\\'".
31650
31651 * comint.el (comint-prompt-regexp, comint-get-old-input)
31652 (comint-use-prompt-regexp)
31653 (comint-use-prompt-regexp-instead-of-fields)
31654 (comint-replace-by-expanded-history, comint-send-input)
31655 (comint-output-filter, comint-get-old-input-default)
31656 (comint-line-beginning-position, comint-bol, comint-show-output)
31657 (comint-backward-matching-input, comint-forward-matching-input)
31658 (comint-next-prompt, comint-previous-prompt):
31659 Rename `comint-use-prompt-regexp-instead-of-fields' to
31660 `comint-use-prompt-regexp'. Keep old name as alias and declare
31661 obsolete.
31662 (comint-use-prompt-regexp): Shorten first line of doc string.
31663
31664 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
31665 Set paragraph-separate buffer locally to "\\'".
31666
31667 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
31668 Adapt to above name change.
31669
31670 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
31671 (smbclient-prompt-regexp): Ditto.
31672
31673 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
31674
31675 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
31676
31677 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
31678 gdb-location-list.
31679 Break lines that are over 80 characters wide.
31680
31681 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
31682
31683 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
31684 New fun and var, to preserve compatibility.
31685
31686 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
31687
31688 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
31689
31690 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
31691 name to file-newer-than-file-p.
31692
31693 2005-04-26 Richard M. Stallman <rms@gnu.org>
31694
31695 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
31696
31697 * progmodes/python.el (python-mode):
31698 Use new name eldoc-documentation-function.
31699
31700 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
31701
31702 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
31703 (eldoc-documentation-function):
31704 Rename from eldoc-print-current-symbol-info-function. Calls changed.
31705
31706 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
31707
31708 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
31709
31710 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
31711
31712 * term/xterm.el (function-key-map): Fix strings for
31713 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
31714 {C,S,A,C-S}-{f1-f12}.
31715
31716 2005-04-26 Kenichi Handa <handa@m17n.org>
31717
31718 * international/mule-cmds.el (select-safe-coding-system):
31719 Fix previous change.
31720
31721 2005-04-26 Lute Kamstra <lute@gnu.org>
31722
31723 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
31724
31725 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
31726 (font-lock-comment-delimiter-face): Ditto.
31727
31728 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
31729
31730 2005-04-25 Jay Belanger <belanger@truman.edu>
31731
31732 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
31733 to t while inserting information; use help-mode.
31734
31735 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
31736
31737 * term.el (ansi-term-color-vector): Use the xterm colors.
31738 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
31739
31740 2005-04-25 Lute Kamstra <lute@gnu.org>
31741
31742 * font-core.el (font-lock-defaults): Fix docstring.
31743
31744 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
31745
31746 2005-04-25 Kenichi Handa <handa@m17n.org>
31747
31748 * international/mule-cmds.el (select-safe-coding-system):
31749 Don't check consistency with coding: spec, etc if raw-text or
31750 no-conversion was found to be safe.
31751
31752 2005-04-24 Richard M. Stallman <rms@gnu.org>
31753
31754 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
31755 citation markers at start of each line.
31756
31757 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
31758 citation markers at start of each line.
31759
31760 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
31761
31762 * files.el (mode-require-final-newline): Fix previous change.
31763 (require-final-newline): Fix type label.
31764
31765 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
31766
31767 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
31768 statement in buffer (broken by 2004-11-24 change).
31769
31770 2005-04-24 Kim F. Storm <storm@cua.dk>
31771
31772 * ido.el (ido-everywhere): Save and restore old read-buffer-function
31773 and read-file-name-function values. Don't overwrite existing
31774 non-nil values if ido-mode is enabled without ido-everywhere.
31775
31776 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
31777
31778 * files.el (mode-require-final-newline): Minor doc fix.
31779
31780 2005-04-24 Eli Zaretskii <eliz@gnu.org>
31781
31782 * subr.el (syntax-after): Doc fix.
31783 (syntax-class): If argument is nil, return nil. Mask off upper 16
31784 bits, not 8 bits.
31785
31786 * files.el (mode-require-final-newline): Doc fix.
31787 (backup-buffer-copy): Fix last change.
31788
31789 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31790
31791 * term/mac-win.el: Require select. Set selection-coding-system to
31792 mac-system-coding-system. Call menu-bar-enable-clipboard.
31793 (x-last-selected-text-clipboard, x-last-selected-text-primary)
31794 (x-select-enable-clipboard): New variables.
31795 (x-select-text, x-get-selection, x-selection-value)
31796 (x-get-selection-value, mac-select-convert-to-string)
31797 (mac-services-open-file, mac-services-open-selection)
31798 (mac-services-insert-text): New functions.
31799 (CLIPBOARD, FIND): Put mac-scrap-name property.
31800 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
31801 (public.tiff): Put mac-ostype property.
31802 (selection-converter-alist): Add entries for them.
31803 (mac-application-menu-map): New keymap.
31804 (interprogram-cut-function, interprogram-paste-function): Set to
31805 x-select-text and x-get-selection-value, respectively.
31806 (split-window-keep-point): Set to t.
31807
31808 2005-04-23 Richard M. Stallman <rms@gnu.org>
31809
31810 * files.el (read-directory-name): Always pass non-nil
31811 DEFAULT-FILENAME arg to read-file-name.
31812 (backup-buffer-copy, basic-save-buffer-2): Take care against
31813 writing thru an unexpected existing symlink.
31814 (revert-buffer): In indirect buffer, revert the base buffer.
31815 (magic-mode-alist): Doc fix.
31816 (buffer-stale-function): Doc fix.
31817 (minibuffer-with-setup-hook): Avoid warning.
31818 (mode-require-final-newline): Doc and custom fix.
31819
31820 * follow.el (follow-end-of-buffer): Use with-no-warnings.
31821
31822 * font-lock.el (font-lock-comment-face): On terminals with few colors,
31823 use the default appearance.
31824 (font-lock-comment-delimiter-face): New face, new variable.
31825
31826 * imenu.el (imenu--generic-function): The official position of a
31827 definition is the start of the line that BEG is in.
31828
31829 * midnight.el (midnight-timer): Move defvar up.
31830
31831 * mouse.el (mouse-drag-region-1): Delete some debugging code.
31832
31833 * saveplace.el (save-place-to-alist): Use with-no-warnings.
31834
31835 * startup.el (command-line): Use with-no-warnings.
31836
31837 * window.el (window-size-fixed): New defvar.
31838
31839 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
31840
31841 * mail/rmail.el (rmail-font-lock-keywords):
31842 Use font-lock-comment-delimiter-face.
31843
31844 * mail/sendmail.el (mail-font-lock-keywords):
31845 Use font-lock-comment-delimiter-face.
31846
31847 * progmodes/compile.el (next-error-highlight-timer): New defvar.
31848
31849 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
31850
31851 * progmodes/compile.el (compilation-mode-font-lock-keywords):
31852 Specify t for LAXMATCH when matching directories.
31853 Save match data around compilation-compat-error-properties form.
31854
31855 2005-04-23 David Kastrup <dak@gnu.org>
31856
31857 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
31858 Mention that the autoloaded aliases should be kept for AUCTeX.
31859
31860 2005-04-23 Andreas Schwab <schwab@suse.de>
31861
31862 * isearch.el (isearch-forward): Doc fix.
31863
31864 2005-04-23 Eli Zaretskii <eliz@gnu.org>
31865
31866 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
31867 (jit-lock-stealth-nice): Change default value to 0.5.
31868
31869 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
31870
31871 * abbrev.el (write-abbrev-file): Write table entries in
31872 alphabetical order by table name.
31873
31874 2005-04-22 Kim F. Storm <storm@cua.dk>
31875
31876 * ido.el (ido-read-internal): Fix `list' completion.
31877
31878 2005-04-22 Kenichi Handa <handa@m17n.org>
31879
31880 * recentf.el (recentf-save-file-coding-system): New variable.
31881 (recentf-save-list): Encode the file by
31882 recentf-save-file-coding-system and add coding: tag.
31883
31884 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
31885
31886 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
31887
31888 2005-04-21 Lute Kamstra <lute@gnu.org>
31889
31890 * loadhist.el (unload-feature): Don't remove a function from hooks
31891 if it is about to be restored to an autoload . Remove functions
31892 that will become unbound from auto-mode-alist. Simplify the code.
31893
31894 * subr.el (assq-delete-all): New implementation that is linear,
31895 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
31896 (rassq-delete-all): New function.
31897
31898 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31899 Add size-indication-mode.
31900
31901 2005-04-21 Kenichi Handa <handa@m17n.org>
31902
31903 * international/mule-cmds.el: Add autoload for widget-value in
31904 eval-when-compile.
31905
31906 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
31907
31908 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
31909 Add tooltip-mode.
31910
31911 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
31912
31913 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
31914
31915 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
31916 (inferior-lisp-filter-regexp, inferior-lisp-program)
31917 (inferior-lisp-load-command, inferior-lisp-prompt)
31918 (inferior-lisp-mode-hook, lisp-source-modes)
31919 (inferior-lisp-load-hook): defvar->defcustom.
31920 (inferior-lisp-program, inferior-lisp-prompt)
31921 (inferior-lisp-load-hook): Doc fixes.
31922 (inferior-lisp-install-letter-bindings): Small change in
31923 introductory comment.
31924
31925 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
31926
31927 * vc.el (vc-annotate-color-map): Change some colors so that text
31928 using them as foreground is readable on both white and black
31929 backgrounds.
31930
31931 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
31932
31933 * international/mule-conf.el (translation-table-for-input):
31934 Remove redundant declaration.
31935
31936 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
31937
31938 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
31939
31940 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
31941 (tooltip-toggle-gud-tips): New function.
31942
31943 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31944
31945 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
31946 right angle brackets.
31947
31948 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
31949
31950 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
31951
31952 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
31953
31954 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
31955 Remove. Update callers to use expand-file-name instead.
31956
31957 * subr.el (syntax-class): New function.
31958
31959 * simple.el (blink-matching-open): Use it.
31960
31961 * paren.el (show-paren-function): Use it to recognize parens that are
31962 also used in 2-char comment markers.
31963
31964 2005-04-19 Lute Kamstra <lute@gnu.org>
31965
31966 * loadhist.el (unload-feature): Update for new format of
31967 load-history. Simplify the code.
31968
31969 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31970
31971 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
31972 (mac-add-charset-info): New function. Initialize variable
31973 mac-charset-info-alist using it.
31974 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
31975 for translation.
31976 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
31977 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
31978 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
31979 New CCL programs.
31980
31981 2005-04-19 Kim F. Storm <storm@cua.dk>
31982
31983 * simple.el (next-buffer, prev-buffer, next-error)
31984 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31985 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
31986
31987 * bindings.el (next-buffer, prev-buffer, next-error)
31988 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
31989 (clone-indirect-buffer-other-window): Move bindings from simple.el.
31990 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
31991 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
31992
31993 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
31994
31995 * isearch.el (isearch-edit-string): Make the search-ring available for
31996 minibuffer history commands.
31997 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
31998 the default history commands now work just as well.
31999 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
32000
32001 2005-04-18 Kim F. Storm <storm@cua.dk>
32002
32003 * emulation/cua-base.el (cua--pre-command-handler): Add more
32004 elaborate check for shift modifier on non-window systems.
32005
32006 2005-04-18 Lars Hansen <larsh@math.ku.dk>
32007
32008 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
32009
32010 2005-04-18 Kim F. Storm <storm@cua.dk>
32011
32012 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
32013 and make it optional. Don't test tooltip-gud-echo-area here.
32014 (tooltip-gud-process-output, gdb-tooltip-print):
32015 Pass tooltip-gud-echo-area to tooltip-show.
32016 (tooltip-help-tips): Remove second optional arg to tooltip-show.
32017
32018 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32019
32020 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
32021 `display-graphic-p' may not be bound yet.
32022
32023 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
32024
32025 * startup.el (command-line): No longer enable Xterm Mouse mode by
32026 default in terminals compatible with xterm.
32027
32028 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
32029
32030 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
32031
32032 * tooltip.el (tooltip-gud-echo-area): Rename from
32033 tooltip-use-echo-area.
32034 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
32035 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
32036 area independently of where help tooltips are displayed.
32037
32038 2005-04-17 David Kastrup <dak@gnu.org>
32039
32040 * cus-theme.el (custom-theme-write-variables): Quote variables
32041 where necessary.
32042
32043 2005-04-17 Richard M. Stallman <rms@gnu.org>
32044
32045 * simple.el (yank-excluded-properties): Add follow-link to value.
32046
32047 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
32048
32049 * startup.el (fancy-splash-max-time): Just 30 seconds.
32050 (fancy-splash-delay): Just 7.
32051 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
32052
32053 * loadhist.el (unload-feature): Update for new format of load-history.
32054 Simplify the code.
32055
32056 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
32057 (rmail-font-lock-keywords): Don't fontify the text of a citation.
32058
32059 * mail/sendmail.el (mail-font-lock-keywords):
32060 Don't fontify subject text.
32061 Don't fontify the text of a citation.
32062
32063 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
32064
32065 * comint.el (comint-output-filter): Run comint-output-filter-functions
32066 with point where the user had it.
32067
32068 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
32069
32070 * international/ucs-tables.el (ucs-set-table-for-input):
32071 Disable when using unify-on-decoding.
32072
32073 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
32074
32075 * emulation/cua-base.el (cua-global-mark-face): Add special case
32076 for displays supporting a high number of colors.
32077
32078 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
32079
32080 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
32081
32082 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
32083
32084 * filesets.el (filesets-add-buffer): If user supplies a name of a
32085 non-existing fileset, create a new fileset.
32086
32087 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
32088
32089 * textmodes/org.el (org-up-heading-all): Fix bug with
32090 `outline-up-heading-all'.
32091
32092 2005-04-16 Andreas Schwab <schwab@suse.de>
32093
32094 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
32095 /etc/permissions.d/* and /etc/aliases.d/*.
32096
32097 2005-04-16 Kenichi Handa <handa@m17n.org>
32098
32099 * international/code-pages.el (cp-make-coding-system):
32100 Set `translation-table-for-input' property value to the symbol
32101 ucs-mule-to-mule-unicode, not to that value.
32102 (pt154): Escape guillemet by `\'.
32103
32104 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
32105
32106 * loadup.el: Load tooltip if x-show-tip is fboundp.
32107
32108 * startup.el (command-line): Add comment.
32109
32110 * tooltip.el (tooltip-mode): Specify correct standard value for
32111 Custom in init-value.
32112
32113 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
32114
32115 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
32116 possible.
32117
32118 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
32119
32120 * textmodes/org.el (org-agenda-date-prompt): Rename from
32121 `org-agenda-date-today'.
32122 (org-evaluate-time-range): Insert at point instead of directly
32123 after time range.
32124 (org-first-headline-recenter, org-subtree-end-visible-p)
32125 (org-optimize-window-after-visibility-change): New functions
32126 (org-agenda-post-command-hook): Don't allow point at end of line,
32127 to make sure it always hits the text properties.
32128 (org-agenda-next-date-line, org-agenda-previous-date-line):
32129 New commands.
32130 (org-set-regexps-and-options): Category may contain white space.
32131 (org-agenda-get-deadlines, org-agenda-get-scheduled):
32132 Improve marker positions.
32133 (org-agenda-new-marker): Argument POS made optional.
32134 (org-agenda-get-timestamps): Deadlines which are done are listed
32135 in org-done-face now.
32136 (org-agenda-get-todos, org-agenda-get-timestamps)
32137 (org-agenda-get-deadlines, org-agenda-get-scheduled):
32138 Set `undone-face' and `done-face' properties.
32139 (org-last-todo-state-is-todo): New variable.
32140 (org-todo): Set `org-last-todo-state-is-todo'.
32141 (org-agenda-todo): Change face according to
32142 `org-last-todo-state-is-todo'. And change other lines referring to
32143 the same entry.
32144 (org-calendar-goto-agenda): New command.
32145 (org-calendar-to-agenda-key): New option.
32146 (org-startup-folded): New allowed value `content'.
32147 (org-set-regexps-and-options): Accept new value `content' for
32148 `org-startup-folded'.
32149 (org-get-current-options): Handle new value `content' for
32150 `org-startup-folded'.
32151 (org-insert-todo-heading): New command.
32152 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
32153 interactively in empty file and option
32154 `org-insert-mode-line-in-empty-file' has been set.
32155 (org-agenda-todo, org-agenda-priority): Modify to use
32156 `org-agenda-change-all-lines'.
32157 (org-warning-face): Change color on dark background.
32158
32159 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32160
32161 * international/mule-cmds.el (set-locale-environment): On Mac OS,
32162 use preferences AppleLocale and AppleLanguages, and variable
32163 mac-system-locale for default locale. On Mac OS Classic, use
32164 mac-system-coding-system for default coding systems.
32165
32166 * term/mac-win.el: Don't set file-name-coding-system.
32167 Decode variables system-name, emacs-build-system, user-login-name, and
32168 user-full-name by mac-system-coding-system on Mac OS Classic.
32169 (mac-system-coding-system): New variable.
32170
32171 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
32172
32173 * startup.el (command-line): Handle `xterm-mouse-mode' before
32174 reading init file.
32175
32176 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
32177
32178 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
32179
32180 * progmodes/sh-script.el (sh-here-document-word): Make it a
32181 defcustom. Doc fix.
32182 (sh-add): Bash uses $(( )) for arithmetic.
32183 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
32184 (sh-maybe-here-document): Remove quotes and leading whitespace
32185 from heredoc word when closing. Indent heredoc with tabs if word
32186 starts with "-".
32187
32188 2005-04-13 Richard M. Stallman <rms@gnu.org>
32189
32190 * simple.el (undo): Fix previous change.
32191
32192 * custom.el (defface): Doc fix.
32193
32194 2005-04-13 Lute Kamstra <lute@gnu.org>
32195
32196 * Makefile.in (DONTCOMPILE): Remove list.
32197 (compile, compile-always): Don't use DONTCOMPILE.
32198 (update-authors): Load the library in which batch-update-authors
32199 is defined.
32200 * makefile.w32-in (DONTCOMPILE): Remove list.
32201 (compile, compile-always): Fix comments.
32202 (update-authors): Load the library in which batch-update-authors
32203 is defined.
32204
32205 * generic-x.el (generic-mode-ini-file-find-file-hook):
32206 Rename to ini-generic-mode-find-file-hook.
32207 Keep generic-mode-ini-file-find-file-hook as an alias.
32208 (ini-generic-mode-find-file-hook): Rename from
32209 generic-mode-ini-file-find-file-hook. Fix docstring.
32210 (ini-generic-mode): Docstring change.
32211 (bat-generic-mode-run-as-comint): Silence the byte compiler.
32212
32213 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
32214 called from lisp.
32215
32216 * generic.el: Move to the emacs-lisp subdir.
32217
32218 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
32219
32220 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
32221 and C-S- function and cursor motion keys.
32222
32223 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
32224
32225 * startup.el (command-line): Enable Xterm Mouse mode by default.
32226 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
32227 for Custom. No longer show "Mouse" in mode line when enabled.
32228 Doc fix.
32229
32230 2005-04-12 Kim F. Storm <storm@cua.dk>
32231
32232 * emulation/cua-base.el (cua-rectangle-face)
32233 (cua-rectangle-noselect-face): Define face attributes here.
32234
32235 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
32236
32237 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32238
32239 * startup.el (command-line): Turn off blinking cursor if
32240 cursorBlink in resources is off or false.
32241
32242 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32243
32244 * term/mac-win.el (dnd): Require dnd.
32245 (mac-drag-n-drop): Call dnd-handle-one-url.
32246 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
32247 (kTextEncodingISOLatin2): Remove constants.
32248 (mac-script-code-coding-systems): New constant.
32249 (mac-handle-language-change): New function.
32250 (special-event-map): Bind it to `language-change' event.
32251 (mac-centraleurroman, mac-cyrillic): New coding systems.
32252 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
32253 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
32254 and mac-cyrillic-encoder to encode-mac-centraleurroman and
32255 encode-mac-cyrillic, respectively.
32256
32257 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32258
32259 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
32260 Don't set overlay-arrow-string to "=>" as this is done
32261 globally in C now.
32262
32263 2005-04-12 Lute Kamstra <lute@gnu.org>
32264
32265 * generic-x.el (rc-generic-mode, rul-generic-mode):
32266 Fix auto-mode-alist entries.
32267 (etc-fstab-generic-mode): Tweak fontification.
32268
32269 * generic.el (generic-make-keywords-list): Fix docstring.
32270 (generic-mode-internal): Simplify generic-font-lock-keywords.
32271
32272 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
32273
32274 * whitespace.el (whitespace-buffer-leading)
32275 (whitespace-buffer-trailing): Revert the incorrect test inversion.
32276 However, fix the highlight area for the leading and
32277 trailing whitespaces to show space.
32278
32279 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
32280
32281 * whitespace.el (whitespace-version): Bump to 3.5.
32282
32283 (whitespace-buffer-leading, whitespace-buffer-trailing):
32284 Invert sense of the test to highlight the whitespace.
32285
32286 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32287
32288 * progmodes/gud.el (gud-display-line): GUD uses its own
32289 overlay arrow now so don't set overlay-arrow-string.
32290 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
32291
32292 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
32293
32294 * term.el (term-ansi-current-bold, term-ansi-current-underline)
32295 (term-ansi-current-reverse, term-ansi-current-invisible)
32296 (term-ansi-face-already-done): Change to boolean.
32297 (term-reset-terminal, term-handle-colors-array): Handle the above
32298 vars accordingly.
32299 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
32300 (term-emulate-terminal): Use the new name.
32301
32302 * faces.el (secondary-selection): Use yellow1, not yellow.
32303 (trailing-whitespace): Use red1, not red.
32304
32305 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32306
32307 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
32308 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
32309 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
32310
32311 * cus-edit.el (dnd): New group.
32312
32313 * term/w32-win.el (dnd): Require dnd
32314 (w32-drag-n-drop): Call dnd-handle-one-url.
32315
32316 * x-dnd.el: Require dnd.
32317 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
32318 Call dnd-handle-one-url.
32319 (x-dnd-types-alist, x-dnd-insert-utf8-text)
32320 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
32321 to dnd-insert-text.
32322 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
32323 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
32324 (x-dnd-get-local-file-name, x-dnd-open-local-file)
32325 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
32326
32327 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
32328
32329 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32330
32331 * wdired.el: Doc fixes.
32332 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
32333 (wdired-use-dired-vertical-movement): Rename from
32334 wdired-always-move-to-filename-beginning.
32335 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
32336 (wdired-change-to-wdired-mode): Change mode name.
32337 (wdired-newline): Delete.
32338
32339 2005-04-11 Richard M. Stallman <rms@gnu.org>
32340
32341 * whitespace.el (whitespace-highlight-the-space):
32342 Don't call whitespace-unhighlight-the-space here.
32343
32344 * simple.el (undo): Record t in undo-equiv-table
32345 for the redo record made by an undo-in-region.
32346
32347 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
32348
32349 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
32350 (gdb-frame-inferior-io-buffer): New Functions to control
32351 display of separate IO buffer.
32352 (menu): Add them to menu-bar.
32353 (gdb-display-buffer): Check for buffer another frame.
32354 Protect GUD buffer.
32355 (gdb-setup-windows): Create IO buffer if not already there.
32356 (gdb-memory-mode): Remove purecopy noops.
32357
32358 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
32359
32360 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
32361 and pass to self-insert-command.
32362
32363 2005-04-11 Lute Kamstra <lute@gnu.org>
32364
32365 * generic.el: Commentary section cleanup.
32366 (generic): Delete.
32367 (generic-use-find-file-hook, generic-lines-to-scan)
32368 (generic-find-file-regexp, generic-ignore-files-regexp)
32369 (default-generic-mode, generic-mode-find-file-hook)
32370 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
32371 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
32372 (generic-use-find-file-hook, generic-lines-to-scan)
32373 (generic-find-file-regexp, generic-ignore-files-regexp)
32374 (default-generic-mode, generic-mode-find-file-hook)
32375 (generic-mode-ini-file-find-file-hook): Move from generic.el.
32376
32377 2005-04-10 Karl Fogel <kfogel@red-bean.com>
32378
32379 * bookmark.el (bookmark-write-file): Catch errors writing file.
32380 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
32381
32382 2005-04-10 Richard M. Stallman <rms@gnu.org>
32383
32384 * startup.el (fancy-splash-tail): Update copyright year.
32385 (command-line): Split part of -Q into -D.
32386 (emacs-basic-display): New defvar.
32387 (fancy-splash-text): Correct name of menu item.
32388
32389 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
32390
32391 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
32392 lines in one node.
32393
32394 * comint.el (comint-send-input): New arg ARTIFICIAL.
32395 Callers in this file changed.
32396
32397 * abbrev.el (define-abbrevs): Read system abbrevs properly.
32398
32399 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
32400
32401 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
32402
32403 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
32404 `ldap-search-internal'.
32405
32406 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
32407
32408 * files.el (set-auto-mode-1): Use line-end-position.
32409
32410 * international/latin-1.el:
32411 * international/latin-2.el:
32412 * international/latin-3.el:
32413 * international/latin-4.el:
32414 * international/latin-5.el:
32415 * international/latin-8.el:
32416 * international/latin-9.el: Give punctuation syntax to NBSP.
32417
32418 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
32419 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
32420 Use char-classes to accept non-ascii letters, accepted in some recent
32421 bibtex implementations.
32422
32423 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
32424
32425 * custom.el (custom-set-minor-mode): Any non-nil value for the
32426 variable should enable the mode when set through Custom.
32427
32428 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
32429
32430 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
32431 TAB binding so tab-always-indent is obeyed.
32432 (vhdl-minibuffer-local-map): Move initialization into declaration.
32433 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
32434 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
32435 (vhdl-hooked-abbrev): Avoid test for XEmacs.
32436 (vhdl-current-line): Use line-beginning-position.
32437 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
32438 with-output-to-temp-buffer, so the current position can be recorded.
32439
32440 2005-04-10 Masatake YAMATO <jet@gyve.org>
32441
32442 * progmodes/compile.el (compilation-error-regexp-alist-alist):
32443 Add regexp for gcov.
32444
32445 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
32446
32447 * calendar/time-date.el (time-to-seconds, seconds-to-time)
32448 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
32449 syntax which Emacs 20 doesn't support.
32450
32451 2005-04-09 Richard M. Stallman <rms@gnu.org>
32452
32453 * help.el (describe-key-briefly, describe-key):
32454 Replace strings as event types with "(any string)".
32455
32456 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
32457
32458 * arc-mode.el (archive-mode-map): Move initialization into
32459 the declaration. Override *all* bindings of `undo'.
32460 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
32461
32462 2005-04-09 Jay Belanger <belanger@truman.edu>
32463
32464 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
32465
32466 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
32467
32468 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
32469 (xterm-register-default-colors): Update color values computation
32470 to match xterm-200.
32471
32472 2005-04-09 Kenichi Handa <handa@m17n.org>
32473
32474 * international/code-pages.el (iso-latin-7): Fix the map.
32475
32476 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
32477
32478 * emacs-lisp/lisp.el (defun-prompt-regexp)
32479 (parens-require-spaces, buffer-end, end-of-defun)
32480 (insert-parentheses): Doc fixes.
32481
32482 2005-04-08 Kim F. Storm <storm@cua.dk>
32483
32484 * comint.el (comint-highlight-prompt): Fix face spec.
32485 * hi-lock.el (hi-green): Likewise.
32486
32487 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
32488
32489 * cus-edit.el (custom-modified-face):
32490 * comint.el (comint-highlight-input): Fix previous changes.
32491 * term.el (term-handle-ansi-escape): Add a comment.
32492
32493 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
32494
32495 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
32496 in the buffer and in whitespace-highlighted-space.
32497 (whitespace-unhighlight-the-space): Simplify.
32498 (whitespace-buffer): Simplify.
32499
32500 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
32501
32502 * textmodes/table.el (table-cell-face): Add special case for
32503 displays supporting a high number of colors.
32504 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
32505 (vhdl-font-lock-reserved-words-face)
32506 (vhdl-speedbar-architecture-face)
32507 (vhdl-speedbar-instantiation-face)
32508 (vhdl-speedbar-architecture-selected-face)
32509 (vhdl-speedbar-instantiation-selected-face): Likewise.
32510 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
32511 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
32512 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
32513 (ebrowse-root-class-face, ebrowse-member-attribute-face)
32514 (ebrowse-progress-face): Likewise.
32515 * progmodes/compile.el (compilation-info-face): Likewise.
32516 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
32517 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
32518 * calendar/calendar.el (diary-face): Likewise.
32519 * woman.el (woman-italic-face, woman-bold-face)
32520 (woman-unknown-face): Likewise.
32521 * wid-edit.el (widget-button-pressed-face): Likewise.
32522 * whitespace.el (whitespace-highlight-face): Likewise.
32523 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
32524 * pcvs-info.el (cvs-marked-face): Likewise.
32525 * info.el (info-xref): Likewise.
32526 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
32527 * hilit-chg.el (highlight-changes-face)
32528 (highlight-changes-delete-face): Likewise.
32529 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
32530 (hi-red-b): Likewise.
32531 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
32532 * font-lock.el (font-lock-keyword-face)
32533 (font-lock-function-name-face, font-lock-warning-face): Likewise.
32534 * cus-edit.el (custom-invalid-face, custom-modified-face)
32535 (custom-set-face, custom-changed-face, custom-variable-tag-face)
32536 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
32537 * comint.el (comint-highlight-prompt): Likewise.
32538
32539 2005-04-08 Lute Kamstra <lute@gnu.org>
32540
32541 * font-lock.el (font-lock-keywords): Docstring fixes.
32542
32543 2005-04-08 Kenichi Handa <handa@m17n.org>
32544
32545 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
32546 chars are more than a limit, print " and more..." at the tail.
32547
32548 2005-04-08 Kim F. Storm <storm@cua.dk>
32549
32550 * emacs-lisp/authors.el (authors-aliases): Update list.
32551 (authors-ignored-files): New list.
32552 (authors-fixed-entries): Fix typo.
32553 (authors-renamed-files-alist): Update list.
32554 (authors-add): Check authors-ignored-files.
32555
32556 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
32557
32558 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
32559 optional, to ensure backward compatibility.
32560
32561 2005-04-08 Stephen Eglen <stephen@gnu.org>
32562
32563 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
32564
32565 2005-04-08 Kim F. Storm <storm@cua.dk>
32566
32567 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
32568
32569 * mouse.el (mouse-on-link-p): Doc fix.
32570
32571 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
32572
32573 * ielm.el (ielm-prompt-read-only): Doc fix.
32574
32575 * comint.el (comint-prompt-read-only): Doc fix.
32576
32577 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
32578
32579 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
32580 ensure dired always handles wildcards passed to ffap.
32581 (find-file-at-point): Use it.
32582 (ffap-dired-wildcards): Doc fix.
32583
32584 2005-04-07 Juri Linkov <juri@jurta.org>
32585
32586 * simple.el (next-error-overlay-arrow-position): New defvar.
32587 Put "=>" on its property `overlay-arrow-string'. Add it to
32588 `overlay-arrow-variable-list'.
32589
32590 * progmodes/compile.el (compilation-setup):
32591 Set `next-error-overlay-arrow-position' to nil. Also set it to
32592 nil in the local hook `kill-buffer-hook'. Make local variable
32593 `overlay-arrow-string' and set it to "=>".
32594 (compilation-goto-locus): Set BOL position to
32595 `next-error-overlay-arrow-position' instead of
32596 `overlay-arrow-position'.
32597
32598 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
32599 locally instead of adding it to the global hook.
32600 (Info-kill-buffer): Move up.
32601
32602 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
32603
32604 * term/xterm.el (xterm-standard-colors): Update color values from
32605 xterm-200.
32606
32607 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
32608
32609 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
32610
32611 * fast-lock.el:
32612 * lazy-lock.el: Move them to the obsolete subdir.
32613
32614 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
32615
32616 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
32617 (wdired-add-replace-advice): Remove.
32618 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
32619
32620 2005-04-06 Kim F. Storm <storm@cua.dk>
32621
32622 * startup.el (command-line): Add --bare-bones alias for -Q.
32623
32624 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32625
32626 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
32627 create the startup fontset if a font specification ends with
32628 `mac-roman'.
32629
32630 2005-04-06 Lute Kamstra <lute@gnu.org>
32631
32632 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
32633 change.
32634
32635 * emacs-lisp/copyright.el (copyright-update-year): Replace the
32636 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
32637
32638 2005-04-05 Lute Kamstra <lute@gnu.org>
32639
32640 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
32641 (define-generic-mode): Ditto. Fix debug declaration.
32642
32643 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
32644 Put them in the generic-x group.
32645
32646 * calendar/timeclock.el (timeclock): Doc fix.
32647
32648 * generic.el (define-generic-mode): Don't use custom-current-group.
32649 Document default :group value.
32650 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
32651 (define-global-minor-mode): Don't use custom-current-group.
32652
32653 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
32654
32655 * startup.el (command-line-1): Display startup-echo-area-message
32656 when fancy splash screen is in use.
32657
32658 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
32659 (sh-escaped-newline): New face.
32660 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
32661 newline, and use sh-escaped-newline face.
32662
32663 * progmodes/tcl.el (tcl-escaped-newline): New face.
32664 (tcl-builtin-list): New variable.
32665 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
32666 newlines. Fix keywords subexpression number.
32667
32668 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
32669
32670 * textmodes/org.el (org-diary-default-entry): Fix call to
32671 `add-to-diary-entry'.
32672
32673 2005-04-05 Kim F. Storm <storm@cua.dk>
32674
32675 * ediff-init.el: Use (featurep 'xemacs).
32676
32677 2005-04-05 David Ponce <david@dponce.com>
32678
32679 * cus-edit.el (face): Derive from symbol widget. Display sample
32680 of the current face on the fly.
32681 (widget-face-sample-face-get, widget-face-notify): New functions.
32682 (widget-face-value-create): Remove.
32683
32684 * wid-edit.el (widget-field-end): Temporarily remove field
32685 narrowing before to call `get-char-property'.
32686
32687 2005-04-04 Jay Belanger <belanger@truman.edu>
32688
32689 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
32690 (math-read-subscripts): New variable.
32691 (math-read-preprocess-string): Process subscripts.
32692
32693 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
32694
32695 * comint.el (comint-prompt-read-only): Doc fix.
32696
32697 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
32698 `-1'. Doc fix.
32699
32700 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
32701
32702 * textmodes/org.el (org-insert-mode-line-in-empty-file):
32703 Change default value to nil.
32704
32705 2005-04-04 Lute Kamstra <lute@gnu.org>
32706
32707 * autorevert.el (auto-revert-mode): Specify :group.
32708 * battery.el (display-battery-mode): Specify :group.
32709 * diff-mode.el (diff-minor-mode): Specify :group.
32710 * font-core.el (font-lock-mode): Specify :group.
32711 * hl-line.el (hl-line-mode): Specify :group.
32712 * iimage.el (iimage): New customization group.
32713 (iimage-mode): Specify :group.
32714 * longlines.el (longlines-mode): Specify :group.
32715 * master.el: Don't require easy-mmode.
32716 (master): New customization group.
32717 (master-mode): Specify :group.
32718 * msb.el (msb-mode): Specify :group.
32719 * reveal.el (reveal-mode): Specify :group.
32720 * simple.el (next-error-follow-minor-mode): Specify :group.
32721 * smerge-mode.el (smerge-mode): Specify :group.
32722 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
32723 * emulation/cua-base.el (cua-mode): Specify :group.
32724 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
32725 * language/thai-util.el (thai-auto-composition-mode)
32726 (thai-word-mode): Specify :group.
32727 * mail/supercite.el (sc-minor-mode): Specify :group.
32728 * progmodes/cwarn.el (cwarn-mode): Specify :group.
32729 * progmodes/flymake.el (flymake-mode): Specify :group.
32730 * progmodes/glasses.el (glasses-mode): Specify :group.
32731 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
32732 * textmodes/enriched.el (enriched-mode): Specify :group.
32733 * textmodes/refill.el (refill-mode): Specify :group.
32734
32735 * add-log.el (change-log-font-lock-keywords): Names in
32736 parenthesized lists can contain spaces.
32737
32738 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
32739
32740 * startup.el (fancy-splash-text): Shorten default text of
32741 "Emacs Tutorial" line. Also, if the current language env
32742 indicates an available tutorial file other than TUTORIAL,
32743 extract its title and append it to the line in parentheses.
32744 (fancy-splash-insert): If arg is a thunk, funcall it.
32745
32746 2005-04-04 Jay Belanger <belanger@truman.edu>
32747
32748 * calc.el (calc-language-alist): Add tags to customization type.
32749
32750 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
32751
32752 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
32753 Doc fix.
32754
32755 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
32756
32757 * add-log.el (change-log-font-lock-keywords): The manual
32758 describing a Change Log entry, says: (...) "Aside from these
32759 header lines, every line in the change log starts with a space or
32760 a tab.". The font-lock was not highlighting lines started with
32761 spaces, added support for it.
32762
32763 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32764
32765 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
32766 (bibtex-generate-url-list): Update docstring accordingly. Put the
32767 complex example in the docstring.
32768 (bibtex-font-lock-url): Use pop.
32769
32770 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
32771
32772 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
32773
32774 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
32775
32776 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
32777
32778 * filesets.el (filesets-set-default): Doc fix.
32779
32780 2005-04-03 Lute Kamstra <lute@gnu.org>
32781
32782 * generic.el (define-generic-mode): Add argument to specify
32783 keywords for defcustom.
32784 (default-generic-mode): Specify :group.
32785
32786 * generic-x.el: Specify :group for all generic modes.
32787
32788 * desktop.el (desktop-no-desktop-file-hook)
32789 (desktop-after-read-hook): Doc fix.
32790
32791 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
32792
32793 * simple.el (visible-mode): Use explicit :group keyword.
32794 This changes the group of `visible-mode-hook' from paren-blinking
32795 to editing-basics.
32796
32797 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
32798
32799 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
32800 mailbox specifications as well as URLs.
32801 (rmail-insert-inbox-text): Remove unused conditional branches.
32802
32803 2005-04-01 Jay Belanger <belanger@truman.edu>
32804
32805 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
32806 (calc-gnuplot-print-command): Move definitions to calc.el.
32807
32808 * calc/calc-embed.el (calc-embedded-announce-formula)
32809 (calc-embedded-open-formula, calc-embedded-close-formula)
32810 (calc-embedded-open-word, calc-embedded-close-word)
32811 (calc-embedded-open-plain, calc-embedded-close-plain)
32812 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
32813 (calc-embedded-open-mode, calc-embedded-close-mode):
32814 Move definitions to calc.el.
32815
32816 * calc/calc.el (calc-settings-file, calc-language-alist):
32817 Make customizable.
32818 (calc-embedded-announce-formula, calc-embedded-open-formula)
32819 (calc-embedded-close-formula, calc-embedded-open-word)
32820 (calc-embedded-close-word, calc-embedded-open-plain)
32821 (calc-embedded-close-plain, calc-embedded-open-new-formula)
32822 (calc-embedded-close-new-formula, calc-embedded-open-mode)
32823 (calc-embedded-close-mode, calc-gnuplot-name)
32824 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
32825 from other files and make customizable.
32826
32827 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
32828
32829 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
32830 Use buffer-live-p.
32831 (cvs-mode-run): Don't call cvs-update-header here.
32832 (cvs-run-process): Call cvs-update-header.
32833 Use process properties for cvs-postprocess and cvs-buffer so that
32834 the sentinel can behave better if the temp buffer is killed.
32835 Use a pipe rather than a tty, to better handle unexpected prompts.
32836 (cvs-sentinel): Rewrite. Call cvs-update-header.
32837
32838 2005-04-01 Andre Spiegel <spiegel@gnu.org>
32839
32840 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
32841 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
32842
32843 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
32844
32845 * generic.el (define-generic-mode): Add indentation rule.
32846
32847 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
32848
32849 * files.el (mode-require-final-newline): Make Custom correctly
32850 report a nil value and allow to set it to nil via Custom.
32851 Doc fix.
32852
32853 2005-04-01 Kenichi Handa <handa@m17n.org>
32854
32855 * international/characters.el: Enable the correct case setting for
32856 dotless-i and dotted-I.
32857
32858 2005-04-01 Kim F. Storm <storm@cua.dk>
32859
32860 * ido.el (ido-file-internal): Fall back to non-ido command if
32861 initial directory is on slow ftp (or tramp) host.
32862
32863 2005-03-31 Richard M. Stallman <rms@gnu.org>
32864
32865 * emacs-lisp/autoload.el (make-autoload):
32866 Handle define-global-minor-mode.
32867
32868 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
32869 Rename from easy-mmode-define-global-mode.
32870 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
32871
32872 * progmodes/scheme.el (scheme-mode-syntax-table):
32873 Update syntax of | and # for two-character comment syntax.
32874
32875 2005-03-31 Lute Kamstra <lute@gnu.org>
32876
32877 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
32878 (define-minor-mode): Call custom-current-group at load-time.
32879
32880 * generic.el (define-generic-mode): Add debug declaration.
32881 Add defcustom for the mode hook.
32882 (generic-mode-internal): Use run-mode-hooks.
32883
32884 2005-03-31 Kim F. Storm <storm@cua.dk>
32885
32886 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
32887 (mouse-fixup-help-message): New defun called by show_help_echo
32888 to fixup mouse-2 prefix in help messages when applicable.
32889
32890 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
32891
32892 2005-03-31 Kenichi Handa <handa@m17n.org>
32893
32894 * language/thai-word.el (thai-find-word-ends): Pay attention to
32895 the case that we reach the end of buffer.
32896
32897 * textmodes/fill.el (fill-text-properties-at): New function.
32898 (fill-newline): Use fill-text-properties-at instead of
32899 text-properties-at.
32900
32901 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
32902
32903 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
32904 not comint-quote-filename.
32905
32906 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
32907
32908 * help-fns.el (help-with-tutorial): Revert last change.
32909
32910 2005-03-31 Kim F. Storm <storm@cua.dk>
32911
32912 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
32913
32914 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
32915
32916 * calendar/cal-china.el: Update reference to "Calendrical
32917 Calculations" book; there's a new edition.
32918 * calendar/cal-coptic.el: Likewise.
32919 * calendar/cal-french.el: Likewise.
32920 * calendar/cal-hebrew.el: Likewise.
32921 * calendar/cal-islam.el: Likewise.
32922 * calendar/cal-iso.el: Likewise.
32923 * calendar/cal-julian.el: Likewise.
32924 * calendar/cal-mayan.el: Likewise.
32925 * calendar/cal-persia.el: Likewise.
32926 * calendar/calendar.el: Likewise.
32927 * calendar/holidays.el: Likewise.
32928 * calendar/lunar.el: Likewise.
32929 * calendar/solar.el: Likewise.
32930
32931 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
32932 white space from doc string.
32933
32934 2005-03-30 Jay Belanger <belanger@truman.edu>
32935
32936 * calc/calc-help.el (calc-full-help): Remove email address.
32937
32938 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
32939
32940 * help-fns.el (help-with-tutorial): Delete title line.
32941
32942 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
32943
32944 * calendar/cal-x.el (calendar-one-frame-setup)
32945 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
32946 rather than `symbol' for set-window-dedicated-p.
32947
32948 * calendar/appt.el (appt-buffer-name): Make it a constant.
32949 (appt-add): Doc fix.
32950
32951 * filesets.el (filesets-menu-path, filesets-menu-before)
32952 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
32953 (filesets-menu-cache-file): Use directory ~/.emacs.d.
32954 (filesets-add-submenu): Delete and use add-submenu instead.
32955
32956 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
32957
32958 * textmodes/org.el (org-agenda-phases-of-moon)
32959 (org-agenda-sunrise-sunset, org-agenda-convert-date)
32960 (org-agenda-goto-calendar): New commands.
32961 (org-diary-default-entry): New function.
32962 (org-get-entries-from-diary): Better parsing of diary entries.
32963 (org-agenda-check-no-diary): New function.
32964 ("diary-lib"): Advice to function `add-to-diary-list', to allow
32965 linking to diary entries.
32966 (org-agenda-execute-calendar-command): New function.
32967 (org-agenda): Improve visible section in window.
32968 Use `org-fit-agenda-window'.
32969 (org-fit-agenda-window): New option.
32970 (org-move-subtree-down): Better handling of empty lines
32971 at end of subtree.
32972 (org-cycle): Numeric prefix is interpreted now as show-subtree N
32973 levels up.
32974 (org-fontify-done-headline): New option.
32975 (org-headline-done-face): New face.
32976 (org-set-font-lock-defaults): Use `org-headline-done-face'.
32977 (org-table-copy-down): Rename from `org-table-copy-from-above'.
32978 When current field is non-empty, it is copied to next row.
32979 (org-table-copy-from-above): Fix bug which made it
32980 impossible to copy fields containing only a single non-white character.
32981
32982 2005-03-30 Kim F. Storm <storm@cua.dk>
32983
32984 * kmacro.el (kmacro-end-macro): Isearch may store this command
32985 into the macro -- so ignore it when executing keyboard macro.
32986
32987 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
32988
32989 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
32990
32991 2005-03-29 Kenichi Handa <handa@m17n.org>
32992
32993 * language/thai.el ("Thai"): Set setup-function and exit-function
32994 for Thai language environment.
32995
32996 * language/thai-util.el: Require thai-word.
32997 (thai-word-mode-map): New variable.
32998 (thai-word-mode): New minor mode.
32999 (setup-thai-language-environment-internal): New function.
33000 (exit-thai-language-environment-internal): New function.
33001
33002 * language/thai-word.el (thai-word-table): Declare it by defvar,
33003 use dolist to initialize it.
33004 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
33005 (thai-fill-find-break-point): New functions.
33006
33007 2005-03-29 Richard M. Stallman <rms@gnu.org>
33008
33009 * simple.el (idle-update-delay): Move definition up.
33010 (set-mark): Doc fix.
33011
33012 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
33013
33014 * longlines.el: New file.
33015
33016 * simple.el (buffer-substring-filters): New variable.
33017 (filter-buffer-substring): New function.
33018 (kill-region, copy-region-as-kill): Use it.
33019
33020 * register.el (copy-to-register, append-to-register)
33021 (prepend-to-register): Use filter-buffer-substring.
33022
33023 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
33024
33025 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
33026 (gud-filter-pending-text): Move in front of gdb.
33027 (gud-overlay-arrow-position): New variable.
33028 (gud-sentinel, gud-display-line): Use it in place of
33029 overlay-arrow-position.
33030
33031 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
33032
33033 * progmodes/fortran.el (fortran-if-indent): Doc fix.
33034 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
33035 (fortran-font-lock-keywords-4): New variable.
33036 (fortran-blocks-re, fortran-end-block-re)
33037 (fortran-start-block-re): New constants, for hideshow.
33038 (hs-special-modes-alist): Add a Fortran entry.
33039 (fortran-mode-map): Bind fortran-end-of-block,
33040 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
33041 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
33042 (fortran-looking-at-if-then, fortran-end-of-block)
33043 (fortran-beginning-of-block): New functions, for hideshow.
33044
33045 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
33046 Doc fix. Tweak regexp.
33047 (f90-beginning-of-block): Push mark first.
33048
33049 2005-03-29 Jay Belanger <belanger@truman.edu>
33050
33051 * calc/calc.el: Update copyright date.
33052 (calc-version): Increase to 2.1.
33053 (calc-version-date): Remove.
33054
33055 * calc/calc-help.el: Update copyright date.
33056 (calc-full-help): Remove reference to calc-version-date.
33057 Update copyright date.
33058
33059 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
33060
33061 * vc.el (vc-do-command): Use a pipe for async processes, so password
33062 prompts don't show up at places where the user can't reply.
33063
33064 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
33065
33066 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
33067 on the file name we pass to the inferior shell.
33068
33069 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
33070
33071 * progmodes/which-func.el (which-function): Be robust in the face of an
33072 imenu--make-index-alist failure.
33073
33074 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
33075
33076 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
33077
33078 * progmodes/python.el (python-preoutput-filter): Fix last change.
33079
33080 2005-03-29 Lute Kamstra <lute@gnu.org>
33081
33082 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
33083 functions and compiled macros.
33084 (debug-convert-byte-code): Handle macros too.
33085 (debug-on-entry-1): Don't signal an error when trying to clear a
33086 function that is not set to debug on entry.
33087
33088 2005-03-29 Jay Belanger <belanger@truman.edu>
33089
33090 * calc/calc-lang.el: Add functions to math-function-table
33091 properties of tex and math.
33092
33093 2005-03-29 Kenichi Handa <handa@m17n.org>
33094
33095 * ps-mule.el (ps-mule-plot-string): Translate characters by
33096 ps-print-translation-table.
33097 (ps-mule-begin-job): Call find-charset-region/string with
33098 ps-print-translation-table.
33099 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
33100
33101 * ps-print.el (ps-print-translation-table): New variable.
33102 (ps-plot-region): Translate characters by ps-print-translation-table.
33103
33104 2005-03-29 Juri Linkov <juri@jurta.org>
33105
33106 * simple.el (next-error-highlight-timer): New variable.
33107
33108 * progmodes/compile.el (compilation-goto-locus):
33109 Use `next-error-highlight-timer' instead of `sit-for'.
33110
33111 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
33112
33113 * mail/supercite.el (sc-mail-field): Use assoc-string.
33114 (sc-get-address): Simplify regexps.
33115
33116 * files.el (minibuffer-with-setup-hook): New macro.
33117 (find-file-read-args): Use it to avoid let-binding
33118 minibuffer-with-setup-hook (which breaks turning on/off
33119 file-name-shadow-mode while in the prompt).
33120
33121 * complete.el (PC-read-include-file-name-internal):
33122 Use test-completion.
33123
33124 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
33125
33126 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
33127
33128 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
33129
33130 * window.el (window-buffer-height): Use count-screen-lines.
33131
33132 * progmodes/python.el (python-preoutput-leftover): New var.
33133 (python-preoutput-filter): Use it.
33134 (python-send-receive): Loop until all the result has been received.
33135
33136 2005-03-28 Juri Linkov <juri@jurta.org>
33137
33138 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
33139
33140 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
33141 "Recover Crashed Session".
33142 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
33143 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
33144 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
33145 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
33146 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
33147 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
33148 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
33149 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
33150
33151 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
33152 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
33153 Ediff Sessions", "Toggle use of separate control buffer frame",
33154 "Use separate frame for Ediff control buffer".
33155
33156 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
33157 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
33158 "Rename Bookmark", "Delete Bookmark".
33159
33160 * info.el (Info-mode-menu): Remove ellipsis from "Index".
33161 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
33162 Add `:active Info-index-alternatives' to "Next Matching Item".
33163
33164 * wdired.el (wdired-change-to-wdired-mode):
33165 Mention `wdired-abort-changes' key in the initial message.
33166
33167 * international/mule.el (auto-coding-alist): Associate non-ascii
33168 image filename extensions with `no-conversion'.
33169
33170 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
33171
33172 * international/iso-acc.el:
33173 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
33174
33175 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
33176
33177 * textmodes/sgml-mode.el (html-mode): Doc update.
33178
33179 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
33180
33181 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
33182
33183 * term.el (term-move-columns): Fix face after extending a line.
33184 (term-insert-spaces): Likewise.
33185 (term-reset-terminal): Fix off by one error.
33186
33187 2005-03-26 Eli Zaretskii <eliz@gnu.org>
33188
33189 * international/mule.el (auto-coding-alist): Add .xpi files.
33190
33191 * files.el (auto-mode-alist): Add .xpi files.
33192
33193 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
33194
33195 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
33196
33197 2005-03-26 Eli Zaretskii <eliz@gnu.org>
33198
33199 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
33200
33201 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
33202
33203 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
33204 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
33205
33206 * calendar/cal-move.el (calendar-beginning-of-year): Move the
33207 cursor to Jan 1 when needed.
33208 (calendar-end-of-year): Fix -/+ typo.
33209 Reported by Chong Yidong <cyd@stupidchicken.com>.
33210
33211 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
33212
33213 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
33214
33215 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
33216 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
33217
33218 2005-03-25 Richard M. Stallman <rms@gnu.org>
33219
33220 * filesets.el (filesets-init): Add autoload.
33221
33222 * mail/mailalias.el (mail-directory): Doc fix.
33223
33224 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
33225
33226 * mail/mailalias.el (mail-directory-process): Do nothing if
33227 mail-directory-process is an atom.
33228 (mail-get-names): Ignore mail-directory-names if it is an atom.
33229 (mail-directory-process defvar): Doc fix.
33230 (mail-names): Doc fix.
33231
33232 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
33233
33234 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
33235
33236 2005-03-26 Kenichi Handa <handa@m17n.org>
33237
33238 * international/mule-util.el (detect-coding-with-priority):
33239 Call update-coding-systems-internal before detect-coding-region.
33240
33241 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
33242
33243 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
33244 (gdb-frames-mode-map): Add follow-link property.
33245
33246 2005-03-25 Jay Belanger <belanger@truman.edu>
33247
33248 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
33249 for variables.
33250
33251 2005-03-25 Juri Linkov <juri@jurta.org>
33252
33253 * image-mode.el: Optimize image filename extension regexps in
33254 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
33255 in `auto-mode-alist'.
33256 (image-mode): Add `image-toggle-display-text' to local hook
33257 `change-major-mode-hook'. Display the image as an image by
33258 default. Set `cursor-type' and `truncate-lines' if the image
33259 is already displayed. Take into account the current mode (image
33260 or text) in message.
33261 (image-minor-mode): New minor mode.
33262 (image-mode-maybe, image-toggle-display-text): New functions.
33263 (image-toggle-display): Use called-interactively-p.
33264 Let-bind `inhibit-read-only' to t.
33265
33266 * image-mode.el (image-minor-mode): Set `cursor-type' and
33267 `truncate-lines' if the image is already displayed. Add turning
33268 image-minor-mode off to `change-major-mode-hook'. Add message.
33269 Call `image-toggle-display-text' after turning image-minor-mode off.
33270
33271 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
33272
33273 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
33274 Terminal.app, use utf-8.
33275 (set-display-table-and-terminal-coding-system): Add coding-system arg.
33276 (set-locale-environment): Use it.
33277
33278 * term/xterm.el: Undo last change, better done in mule-cmds.el.
33279
33280 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
33281
33282 * progmodes/python.el (python-close-block-statement-p)
33283 (python-outdent-p, python-current-defun): Use symbol-end.
33284
33285 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
33286
33287 * files.el (save-some-buffers): Doc fix.
33288
33289 2005-03-25 Werner Lemberg <wl@gnu.org>
33290
33291 * complete.el, thumbs.el: Replace `legal' with `valid'.
33292 * calendar/calendar.el: Replace `legal' with `valid'.
33293 * emacs-lisp/advice.el: Replace `legal' with `valid'.
33294 * mail/supercite.el: Replace `legal' with `valid'.
33295 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
33296 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
33297 Replace `legal' with `valid'.
33298 * textmodes/reftex-vars.el, textmodes/reftex.el:
33299 Replace `legal' with `valid'.
33300
33301 2005-03-25 Werner Lemberg <wl@gnu.org>
33302
33303 * calc/calc-forms.el, calc/calc-sel.el
33304 * midnight.el, vc-cvs.el
33305 * emacs-lisp/cl-macs.el
33306 * emulation/vip.el
33307 * eshell/esh-io.el, eshell/esh-var.el
33308 * mail/supercite.el
33309 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
33310 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
33311 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
33312 * progmodes/sh-script.el, progmodes/xscheme.el
33313 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
33314 * textmodes/reftex-index.el, textmodes/reftex-parse.el
33315 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
33316 * textmodes/reftex.el, textmodes/org.el:
33317 Replace `illegal' with `invalid'.
33318
33319 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
33320
33321 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
33322 (flymake-find-buildfile, flymake-find-possible-master-files)
33323 (flymake-check-include, flymake-parse-line): Replace loops over the
33324 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
33325
33326 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
33327 Substitute file-name-as-directory in the rest of the file.
33328 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
33329 (flymake-replace-region): Remove unused arg `buffer'.
33330 (flymake-check-patch-master-file-buffer): Update calls to it.
33331 (flymake-add-err-info): Remove unused var `count'.
33332 (flymake-mode): Use define-minor-mode.
33333
33334 * progmodes/flymake.el: Use with-current-buffer.
33335 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
33336 flymake-replace-regexp-in-string, flymake-line-beginning-position)
33337 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
33338 Avoid testing for `xemacs'.
33339 (flymake-nop): Move.
33340 (flymake-region-has-flymake-overlays): Return the computed value.
33341 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
33342 Remove unused var `endline'.
33343 (flymake-get-line-count): Remove unused function.
33344 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
33345
33346 * emulation/vi.el:
33347 * generic.el:
33348 * hilit-chg.el (global-highlight-changes):
33349 * hi-lock.el (hi-lock-mode):
33350 * follow.el: find-file-hooks -> find-file-hook.
33351
33352 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
33353
33354 2005-03-24 Juri Linkov <juri@jurta.org>
33355
33356 * dired.el (dired-mode-map): Add menu item "Compare directories"
33357 for dired-compare-directories.
33358
33359 * dired-aux.el (dired-compare-directories): Add autoload cookie.
33360 Doc fix. Replace `read-file-name' with `read-directory-name'.
33361
33362 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
33363
33364 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
33365
33366 2005-03-24 Jay Belanger <belanger@truman.edu>
33367
33368 * calc/calc-embed.el (calc-embedded-mode-change): Save all
33369 relevant mode settings in calc-embedded-original-modes when modes
33370 are permanently changed.
33371
33372 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
33373
33374 * autoinsert.el: find-file-hooks -> find-file-hook.
33375
33376 2005-03-24 Lute Kamstra <lute@gnu.org>
33377
33378 * generic.el (generic-font-lock-defaults): Make it obsolete.
33379 (generic-font-lock-keywords): New variable to replace
33380 generic-font-lock-defaults.
33381 (generic-mode-set-font-lock): Delete it.
33382 (generic-mode-internal): Don't call generic-mode-set-font-lock.
33383 (generic-bracket-support): Add docstring.
33384
33385 * generic-x.el: Rename generic-font-lock-defaults to
33386 generic-font-lock-keywords throughout.
33387 (mailagent-rules-setup-function): Delete it.
33388 (mailagent-rules-generic-mode): Use anonymous function instead.
33389 (show-tabs-generic-mode-font-lock-defaults-1)
33390 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
33391 Quote faces.
33392 (show-tabs-tab-face, show-tabs-space-face): Specify background,
33393 not foreground.
33394
33395 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
33396 Recognize define-generic-mode.
33397
33398 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
33399
33400 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
33401 if there's no completion table.
33402
33403 2005-03-23 Miles Bader <miles@gnu.org>
33404
33405 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33406 Remove tty-specific variants, as they're no longer needed.
33407
33408 2005-03-23 Lute Kamstra <lute@gnu.org>
33409
33410 * generic-x.el: Code cleanup: make args constant whenever possible.
33411 (installshield-statement-keyword-list)
33412 (installshield-system-functions-list)
33413 (installshield-system-variables-list, installshield-types-list)
33414 (installshield-funarg-constants-list): Make them constants.
33415
33416 * generic.el (generic-make-keywords-list): Add autoload cookie.
33417
33418 * calendar/time-date.el: Add comment on time value formats.
33419 Don't require parse-time.
33420 (with-decoded-time-value): New macro.
33421 (encode-time-value): New function.
33422 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
33423 (days-to-time): Return a valid time value when arg is huge.
33424 (time-since): Use time-subtract.
33425 (time-to-number-of-days): Use time-to-seconds.
33426
33427 2005-03-23 David Ponce <david@dponce.com>
33428
33429 * recentf.el (recentf-keep): New option.
33430 (recentf-menu-action): Default to `find-file'.
33431 (recentf-keep-non-readable-files-flag)
33432 (recentf-keep-non-readable-files-p)
33433 (recentf-file-readable-p, recentf-find-file)
33434 (recentf-cleanup-remote): Remove.
33435 (recentf-include-p): More robust.
33436 (recentf-keep-p): New function.
33437 (recentf-remove-if-non-kept): Rename from
33438 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
33439 All callers updated.
33440 (recentf-menu-items-for-commands): Fix help string.
33441 (recentf-track-closed-file): Update. Doc fix.
33442 (recentf-cleanup): Update. Count removed files. Doc fix.
33443
33444 2005-03-23 Kim F. Storm <storm@cua.dk>
33445
33446 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33447 Don't inherit from fringe face (now happens automatically).
33448
33449 2005-03-22 Kim F. Storm <storm@cua.dk>
33450
33451 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
33452 position values.
33453
33454 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
33455
33456 * menu-bar.el (showhide-date-time): Remove.
33457 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
33458 (menu-bar-make-mm-toggle): Simplify.
33459
33460 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33461
33462 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
33463 Accept qualified variable and function names.
33464
33465 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
33466
33467 * bindings.el (completion-ignored-extensions):
33468 Remove ".lis" for `vax-vms'.
33469
33470 2005-03-22 Andreas Schwab <schwab@suse.de>
33471
33472 * generic-x.el: Revert last change.
33473 * ldefs-boot.el: Update.
33474
33475 2005-03-22 Jay Belanger <belanger@truman.edu>
33476
33477 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
33478 (calc-embedded-save-original-modes)
33479 (calc-embedded-restore-original-modes): New functions.
33480 (calc-do-embedded): Save original modes when entering embedded mode
33481 and restore when leaving embedded mode.
33482 (calc-embedded-modes-change): Change the value of
33483 calc-embedded-original-modes to reflect permanent changes.
33484
33485 2005-03-22 Lute Kamstra <lute@gnu.org>
33486
33487 * generic-x.el: Require generic again.
33488
33489 2005-03-22 Miles Bader <miles@gnu.org>
33490
33491 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
33492 Tweak details to look good on both ttys and bitmap displays, light
33493 or dark background, etc.
33494
33495 2005-03-21 Kim F. Storm <storm@cua.dk>
33496
33497 * tooltip.el (tooltip-show-help-function): Check car and cdr of
33498 mouse position.
33499
33500 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
33501
33502 * icomplete.el: Don't forcibly turn on the mode upon load.
33503 (icomplete-mode): Use define-minor-mode.
33504 (icomplete-eoinput): Default to nil.
33505 (icomplete-minibuffer-setup): Remove autoload.
33506 (icomplete-tidy): Simplify.
33507 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
33508 in the initial state or if the user has modified the field.
33509 Fix handling of icomplete-max-delay-chars.
33510 Remove code that handles the oddball case where
33511 minibuffer-completion-table is an integer.
33512 Wrap icomplete-completions in while-no-input in case building
33513 completions takes more time than expected.
33514 (icomplete-completions): Simplify.
33515
33516 2005-03-21 Richard M. Stallman <rms@gnu.org>
33517
33518 * jka-compr.el (jka-compr-really-do-compress):
33519 Make variable buffer-local.
33520
33521 * image-mode.el: Handle .xpm files too.
33522 (image-toggle-display): Preserve modification flag.
33523
33524 * help.el (where-is): Don't mention aliases with no key bindings.
33525
33526 2005-03-21 Lute Kamstra <lute@gnu.org>
33527
33528 * generic.el: Fix commentary section. Don't require cl for
33529 compilation.
33530 (generic-mode-list): Add autoload cookie.
33531 (generic-use-find-file-hook, generic-lines-to-scan)
33532 (generic-find-file-regexp, generic-ignore-files-regexp)
33533 (generic-mode, generic-mode-find-file-hook)
33534 (generic-mode-ini-file-find-file-hook): Fix docstrings.
33535 (define-generic-mode): Make it a defmacro. Fix docstring.
33536 (generic-mode-internal): Code cleanup. Add autoload cookie.
33537 (generic-mode-set-comments): Code cleanup.
33538 * generic-x.el: Don't prevent compilation. Don't require generic.
33539 Follow coding conventions. Minor code cleanup.
33540 (etc-fstab-generic-mode): Add some keywords.
33541 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
33542 define-generic-mode like a function declaration.
33543
33544 2005-03-21 Jay Belanger <belanger@truman.edu>
33545
33546 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
33547 changing modes.
33548
33549 2005-03-21 Sam Steingold <sds@gnu.org>
33550
33551 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
33552
33553 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
33554
33555 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
33556 Add underscore to "f$ lexicals" regexp.
33557
33558 2005-03-20 Juri Linkov <juri@jurta.org>
33559
33560 * subr.el (progress-reporter-do-update): When `min-value' is equal
33561 to `max-value', set `percentage' to 0 and prevent division by zero.
33562
33563 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
33564
33565 Sync with Tramp 2.0.48.
33566
33567 * net/tramp.el (all): Change all addresses to .gnu.org.
33568 (tramp-append-tramp-buffers): New defun.
33569 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
33570 Catch `dont-send' signal.
33571 (tramp-set-auto-save-file-modes): Set always permissions, because
33572 there might be an old auto-saved file belonging to another
33573 original file. This could be a security threat. Reported by
33574 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
33575 Check for Emacs 21.3.50 removed.
33576
33577 * net/tramp-smb.el (all): Remove debug construct for
33578 `with-parsed-tramp-file-name'.
33579 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
33580 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
33581 No error message if DIRECTORY or FILENAME doesn't exist.
33582 (tramp-smb-open-connection): Check existence of
33583 `tramp-smb-program'.
33584
33585 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
33586
33587 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
33588 Properly handle the case where the `m' or `s' command's argument is not
33589 yet terminated.
33590 (perl-indent-new-calculate): New function.
33591 (perl-indent-line): Use it.
33592
33593 2005-03-20 Miles Bader <miles@gnu.org>
33594
33595 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
33596 in text-mode too. Change to new face names.
33597 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
33598 Add `:weight bold' attribute.
33599 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
33600
33601 2005-03-19 Juri Linkov <juri@jurta.org>
33602
33603 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
33604
33605 * international/mule.el (auto-coding-alist): Sync with
33606 `auto-mode-alist' by adding upper case archive file extensions
33607 and adding ear/war to jar extension.
33608
33609 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
33610
33611 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
33612 running, restart it.
33613
33614 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
33615
33616 * finder.el (finder-current-item): Throw an error on an empty line.
33617
33618 * man.el (Man-follow-manual-reference): If current-word returns
33619 nil, use "".
33620
33621 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
33622
33623 * simple.el (goto-line): Doc fix.
33624
33625 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
33626
33627 * files.el (save-buffer): Doc fix.
33628
33629 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
33630
33631 * recentf.el (recentf-cleanup-remote): New variable.
33632 (recentf-cleanup): Use it to conditionally check availability of
33633 remote files.
33634
33635 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
33636
33637 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
33638 function names.
33639
33640 2005-03-19 Eli Zaretskii <eliz@gnu.org>
33641
33642 * language/thai-word.el: New file.
33643
33644 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
33645
33646 * files.el (backup-buffer): If the file's directory is not
33647 writable, use copy instead of move to backup the file.
33648
33649 2005-03-19 Eli Zaretskii <eliz@gnu.org>
33650
33651 * obsolete/keyswap.el: Moved to obsolete/ from term/.
33652
33653 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
33654
33655 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
33656 Use functionp instead of symbolp and fboundp. Reported by Drkm
33657 <darkman_spam@yahoo.fr>.
33658 (ps-print-version): New version 6.6.6.
33659
33660 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
33661
33662 * textmodes/table.el (table--line-column-position): New idiom.
33663 (table--row-column-insertion-point-p): New function to test
33664 validity of row and column insertion operation at a location.
33665 (table-global-menu, table-cell-menu): Use above functions for
33666 deterministic test operation.
33667 (table--editable-cell-p): Behave in deterministic fashion.
33668
33669 2005-03-18 Juri Linkov <juri@jurta.org>
33670
33671 * isearch.el (isearch-lazy-highlight-new-loop):
33672 Make arguments beg and end optional.
33673 (isearch-update): Remove optional arguments nil from
33674 isearch-lazy-highlight-new-loop.
33675 (isearch-lazy-highlight-search): Let-bind case-fold-search to
33676 isearch-lazy-highlight-case-fold-search instead of
33677 isearch-case-fold-search, and let-bind isearch-regexp to
33678 isearch-lazy-highlight-regexp.
33679 Use isearch-lazy-highlight-last-string instead of isearch-string.
33680
33681 * replace.el (perform-replace): Remove bindings of global
33682 variables isearch-string, isearch-regexp, isearch-case-fold-search.
33683 Add three new arguments to `replace-highlight'.
33684 (replace-highlight): Add arguments string, regexp, case-fold.
33685 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
33686 to allow isearch-lazy-highlight-new-loop to use these values
33687 to set corresponding isearch-lazy-highlight-* internal
33688 variables whose values lazy highlighting will use regardless of
33689 changes to global variables isearch-string, isearch-regexp,
33690 isearch-case-fold-search during lazy highlighting loop.
33691 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
33692 to `lazy-highlight-cleanup'.
33693
33694 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
33695 (ispell-highlight-face): Set default face to `isearch' when
33696 lazy highlighting is enabled.
33697 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
33698 priority to 1. Add lazy highlighting.
33699 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
33700 from `isearch-dehighlight'.
33701
33702 2005-03-18 David Ponce <david@dponce.com>
33703
33704 * files.el (hack-local-variables): Do a case-insensitive search
33705 for End.
33706
33707 2005-03-18 Juri Linkov <juri@jurta.org>
33708
33709 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
33710 `isearch-lazy-highlight-cleanup', add alias to old name and
33711 declare obsolete. Add release numbers to other obsolete vars.
33712 (isearch-done, isearch-lazy-highlight-new-loop):
33713 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
33714 (lazy-highlight-cleanup) <variable>: Doc fix.
33715 (isearch-lazy-highlight-update): Rename obsolete
33716 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
33717
33718 2005-03-18 Kenichi Handa <handa@m17n.org>
33719
33720 * language/thai-util.el: Fix categorization of Thai characters in
33721 thai-category-table.
33722 (thai-composition-pattern): Adjust it for the above change.
33723 (thai-self-insert-command, thai-compose-syllable): New functions.
33724 (thai-compose-region): Use thai-compose-syllable.
33725 (thai-compose-string): Likewise.
33726 (thai-composition-function): Likewise.
33727 (thai-auto-composition): New function.
33728 (thai-auto-composition-mode): New minor mode.
33729
33730 * language/thai.el: Fix patterns to be registered in
33731 composition-function-table.
33732
33733 * international/quail.el (quail-input-method): Locally bind
33734 inhibit-modification-hooks to t.
33735
33736 2005-03-17 Richard M. Stallman <rms@gnu.org>
33737
33738 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
33739 (perl-mode): Use run-mode-hooks.
33740
33741 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
33742 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
33743 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
33744
33745 * mail/sendmail.el (sendmail-send-it): Reenable the code
33746 to compute resend-to-address and use it.
33747
33748 * tar-mode.el (tar-mode): Turn off undo unconditionally.
33749
33750 * image-mode.el: New file.
33751
33752 * image.el (insert-sliced-image): Add autoload cookie.
33753
33754 * font-lock.el (font-lock-lines-before): New user option.
33755 (font-lock-after-change-function): Obey it.
33756
33757 * bindings.el (esc-map): Make M-g a prefix.
33758 Bind M-g g and M-g M-g to goto-line.
33759
33760 * faces.el (face-id): Doc fix.
33761
33762 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
33763
33764 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
33765 (rmail-show-message): Use rmail-unknown-mail-followup-to.
33766 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
33767
33768 * mail/sendmail.el (mail-yank-ignored-headers)
33769 (mail-font-lock-keywords, mail-mode-fill-paragraph):
33770 Add Mail-Followup-To and Mail-Reply-To headers.
33771 (mail-citation-hook): Add autoload cookie.
33772 (mail-mode): Doc fix.
33773 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
33774 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
33775 (mail-mode-fill-paragraph): Handle those headers.
33776 (mail-mailing-lists): New variable.
33777 (mail-mail-reply-to, mail-mail-followup-to): New functions.
33778
33779 2005-03-17 Juri Linkov <juri@jurta.org>
33780
33781 * isearch.el (isearch-fallback): Check for `(car previous)'
33782 before calling `isearch-other-end-state'.
33783
33784 2005-03-17 Kim F. Storm <storm@cua.dk>
33785
33786 * simple.el (move-beginning-of-line): Move to beginning of buffer
33787 line, as well as beginning of screen line.
33788
33789 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
33790
33791 * calendar/diary-lib.el (mark-diary-entries): Use new optional
33792 argument REDRAW rather than calendar-redrawing variable.
33793 * calendar/calendar.el (calendar-redrawing): Delete.
33794 (redraw-calendar): Do not bind calendar-redrawing.
33795
33796 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
33797
33798 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
33799 diary-file buffer.
33800
33801 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
33802
33803 * help.el (describe-mode): Allow a :minor-mode-function property to
33804 specify a different minor mode toggle function than the variable.
33805 * simple.el (auto-fill-function):
33806 * subr.el (add-minor-mode): Use it.
33807
33808 2005-03-16 Kenichi Handa <handa@m17n.org>
33809
33810 * language/ethio-util.el (sera-being-called-by-w3): New variable.
33811 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
33812 (ethio-fidel-to-sera-buffer): Likewise.
33813
33814 2005-03-16 Juri Linkov <juri@jurta.org>
33815
33816 * emacs-lisp/find-func.el (find-function-regexp):
33817 Add defun-emitting macro `menu-bar-make-toggle'.
33818
33819 * isearch.el: Put `isearch-scroll' property to
33820 `split-window-horizontally'.
33821
33822 * info.el: Update error messages for `debug-ignored-errors'.
33823 (Info-isearch-search): Doc fix.
33824 (Info-find-node): Move up code to go into info buffer before
33825 recording the node to the history.
33826 (Info-fontify-node): Fontify titles only if the next line
33827 has two or more `*', `=', `-', `.'.
33828 Display "go to this node" for empty (match-string 3).
33829
33830 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33831
33832 * term/mac-win.el: Add mouse pointer shape constants.
33833
33834 2005-03-15 Kim F. Storm <storm@cua.dk>
33835
33836 * simple.el (move-beginning-of-line): Use vertical-motion.
33837
33838 2005-03-15 Juri Linkov <juri@jurta.org>
33839
33840 * isearch.el (isearch-error): New variable.
33841 (isearch-invalid-regexp, isearch-within-brackets): Remove.
33842 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
33843 (isearch-within-brackets-state): Remove.
33844 (isearch-case-fold-search-state, isearch-pop-fun-state):
33845 Decrease frame index.
33846 (isearch-mode, isearch-top-state, isearch-push-state)
33847 (isearch-edit-string, isearch-abort, isearch-search-and-update)
33848 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
33849 (isearch-search, isearch-lazy-highlight-new-loop):
33850 Replace `isearch-invalid-regexp' with `isearch-error'.
33851 Remove `isearch-within-brackets'.
33852 (isearch-search): Add `search-failed' handler to `condition-case'.
33853 (isearch-lazy-highlight-search): Add `condition-case' to catch
33854 errors and allow `isearch-lazy-highlight-update' to try
33855 highlighting from the beginning of the window.
33856 (isearch-repeat): Move up code to set isearch-wrapped to t
33857 before calling isearch-wrap-function.
33858
33859 * info.el (Info-isearch-initial-node): New internal variable.
33860 (Info-search): Signal an error in isearch mode when search leaves
33861 the initial node. Signal an error when `bound' is non-nil and
33862 nothing was found in the current subfile.
33863 (Info-isearch-search): Remove `condition-case'.
33864 (Info-isearch-wrap): Don't wrap when search failed during leaving
33865 the initial node. If `Info-isearch-search' is nil, wrap around
33866 the current node.
33867 (Info-isearch-start): New fun.
33868 (Info-mode): Add buffer-local hook `Info-isearch-start' to
33869 `isearch-mode-hook'.
33870
33871 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
33872
33873 * simple.el (normal-erase-is-backspace): Set default to t if
33874 running on Mac.
33875
33876 * term/mac-win.el (function-key-map): Sync with x-win.el.
33877
33878 2005-03-15 Kenichi Handa <handa@m17n.org>
33879
33880 * international/mule-cmds.el (locale-language-names): Modify the
33881 format of elements and add more entries.
33882 (locale-preferred-coding-systems): Add more entries.
33883 (set-locale-environment): Adjust for the change of
33884 locale-language-names.
33885
33886 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
33887
33888 * pcvs.el (smerge-ediff): Remove bogus autoload.
33889
33890 2005-03-14 Lute Kamstra <lute@gnu.org>
33891
33892 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
33893 Ignore a `*' at the beginning of a line.
33894
33895 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
33896 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
33897 subr.el.
33898 (dont-compile, eval-when-compile, eval-and-compile): Use declare
33899 to specify indentation.
33900
33901 * generic.el (define-generic-mode): Let generic-mode-list be a
33902 list of strings; test membership with equal.
33903
33904 2005-03-14 Kim F. Storm <storm@cua.dk>
33905
33906 * simple.el (next-line, previous-line): Add optional try-vscroll
33907 arg to recognize interactive use. Pass it on to line-move.
33908 (line-move): Don't perform auto-window-vscroll when defining or
33909 executing keyboard macro to ensure consistent behavior.
33910
33911 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
33912
33913 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
33914
33915 2005-03-13 Lute Kamstra <lute@gnu.org>
33916
33917 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
33918 debugger-setup-buffer so that backtrace marks the frames set to
33919 debug-on-exit and we don't have to do it manually. Set an extra
33920 debug-on-exit for macro's.
33921 (debugger-setup-buffer): Don't mark the top frame manually.
33922
33923 2005-03-12 Lute Kamstra <lute@gnu.org>
33924
33925 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
33926 lisp-indent-function throughout.
33927 (with-no-warnings): Set lisp-indent-function property.
33928
33929 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
33930
33931 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
33932 Add entry for backslash.
33933
33934 2005-03-12 Juri Linkov <juri@jurta.org>
33935
33936 * info.el (Info-search): Four fixes for backward search.
33937
33938 2005-03-11 Jay Belanger <belanger@truman.edu>
33939
33940 * calc/calc.el (calc-language-alist): New variable.
33941 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
33942 (calc-embedded-find-modes): Use calc-language-alist instead of
33943 calc-embedded-language-alist.
33944
33945 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
33946
33947 * calendar/calendar.el (calendar-redrawing): New internal
33948 variable.
33949 (redraw-calendar): Remove bogus save-excursion from previous
33950 change. Bind calendar-redrawing to t for mark-diary-entries.
33951 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
33952 calendar if that is why we were called.
33953
33954 2005-03-11 Kenichi Handa <handa@m17n.org>
33955
33956 * international/mule.el (make-coding-system): Set property
33957 coding-system-define-form to nil.
33958 (define-coding-system-alias): Likewise.
33959
33960 2005-03-11 Kenichi Handa <handa@m17n.org>
33961
33962 These changes are suggested by Dave Love <fx@gnu.org>.
33963
33964 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
33965 coding: tag.
33966 (adaptive-fill-regexp): Add more bullets.
33967 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
33968 regexps.
33969
33970 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
33971
33972 * help.el (describe-mode): Properly handle non-trivial lighters.
33973 Don't ignore minor modes that are not listed in minor-mode-list.
33974
33975 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
33976 feature ON when the user requests to turn it OFF.
33977
33978 2005-03-10 Lute Kamstra <lute@gnu.org>
33979
33980 * emacs-lisp/debug.el (debug-entry-code): Delete it.
33981 (implement-debug-on-entry): New function to replace debug-entry-code.
33982 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
33983 second argument as the 2005-03-07 change makes it obsolete.
33984 (debug-on-entry, cancel-debug-on-entry): Update call to
33985 debug-on-entry-1.
33986 (debug, debugger-setup-buffer): Comment update.
33987 (debugger-frame-number): Update to work with implement-debug-on-entry.
33988
33989 2005-03-10 Jay Belanger <belanger@truman.edu>
33990
33991 * calc/calc-embed.el (math-ms-args): Declare it.
33992 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
33993 math-ms-args.
33994 (calc-embedded-subst): Use math-multi-subst-rec to substitute
33995 variables.
33996
33997 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
33998
33999 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
34000 Use message-box.
34001
34002 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
34003 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
34004 (tooltip-gud-tips): Simplify.
34005 (tooltip-gud-tips-p): Remove superfluous :set.
34006 (tooltip-gud-modes): Add fortran-mode.
34007 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
34008
34009 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
34010
34011 2005-03-09 Kim F. Storm <storm@cua.dk>
34012
34013 * play/animate.el (animate-place-char): Use forward-line instead
34014 of next-line to improve performance.
34015
34016 2005-03-09 Simon Josefsson <jas@extundo.com>
34017
34018 * net/browse-url.el (browse-url-default-browser): Doc fix.
34019
34020 2005-03-09 Miles Bader <miles@gnu.org>
34021
34022 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
34023 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
34024
34025 2005-03-09 Kenichi Handa <handa@m17n.org>
34026
34027 * international/latin-1.el: Set case and syntax for 255 only if
34028 set-case-syntax-set-multibyte is nil.
34029
34030 * textmodes/ispell.el (ispell-insert-word): New function.
34031 (ispell-word): Use ispell-insert-word to insert a new word.
34032 (ispell-process-line): Likewise.
34033 (ispell-complete-word): Likewise.
34034
34035 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
34036
34037 * calendar/calendar.el (redraw-calendar): Preserve point.
34038 Reported by Matt Hodges <MPHodges@member.fsf.org>.
34039 (calendar-week-start-day): Move after definition of
34040 redraw-calendar. Delete buffer test, since redraw-calendar has
34041 that now.
34042
34043 * calendar/diary-lib.el (mark-diary-entries): Only call
34044 redraw-calendar in the first of any recursive calls.
34045 Reported by Alan Shutko <ats@acm.org>.
34046
34047 2005-03-08 Juri Linkov <juri@jurta.org>
34048
34049 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
34050 (html-horizontal-rule, html-line, html-image, html-checkboxes)
34051 (html-radio-buttons): Add a space before the trailing `/>' where
34052 sgml-xml-mode is non-nil.
34053 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
34054 the subsequent tag of the empty XML tag.
34055 (html-href-anchor): Don't set initial input to "http:".
34056 (html-image): Ask for the image URL and set point inside alt="".
34057 (html-name-anchor): Duplicate the name in the `id' attribute when
34058 sgml-xml-mode is non-nil.
34059 (html-paragraph): Remove \n before <p>.
34060 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
34061 instead of `checked' when sgml-xml-mode is non-nil.
34062
34063 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
34064 Remove 1 space before #RRGGBB to not truncate it on terminal
34065 windows w/o fringes. Remove 1 space between bg and fg examples
34066 to get more space.
34067 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
34068 avoid byte-compile warnings.
34069
34070 * image-file.el (image-file-handler): Put `safe-magic' property to
34071 `image-file-handler'.
34072
34073 * info.el (Info-isearch-search): Emulate word search in
34074 isearching through multiple Info nodes with Info-search.
34075 (Info-isearch-wrap): Allow isearch-word.
34076
34077 2005-03-08 Lute Kamstra <lute@gnu.org>
34078
34079 * emacs-lisp/debug.el (debugger-step-through): Make sure that
34080 stepping into the debugger's code is not possible.
34081 (debugger-jumping-flag): Docstring update.
34082
34083 2005-03-08 Jay Belanger <belanger@truman.edu>
34084
34085 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
34086 embedded mode begins.
34087 (calc-embedded-language-alist): New variable.
34088 (calc-embedded-find-modes): Use calc-embedded-language-alist to
34089 set default language mode.
34090
34091 2005-03-08 Kenichi Handa <handa@m17n.org>
34092
34093 * international/ccl.el (define-ccl-program): Fix docstring about
34094 extra 256 bytes assured for the output buffer.
34095
34096 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
34097 Fix BUFFER_MAGNIFICATION to 2.
34098 (ccl-encode-mule-utf-16be-with-signature): Likewise.
34099
34100 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
34101
34102 * align.el (align-rules-list): Added an alignment rule for CSS
34103 declarations (applies to css-mode and html-mode buffers).
34104
34105 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
34106
34107 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
34108
34109 2005-03-07 Kim F. Storm <storm@cua.dk>
34110
34111 * simple.el (move-beginning-of-line): New command.
34112
34113 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
34114
34115 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
34116
34117 * emulation/cua-base.el: Put CUA move property on move-end-of-line
34118 and move-beginning-of-line.
34119
34120 * apropos.el (apropos-print): Omit command from M-x ... RET.
34121
34122 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
34123
34124 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
34125 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
34126
34127 2005-03-06 Richard M. Stallman <rms@gnu.org>
34128
34129 * bindings.el (esc-map): Bind M-g to goto-line.
34130
34131 * facemenu.el (global-map): Bind M-o, not M-g.
34132
34133 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
34134
34135 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
34136 "Open Directory" as for "Open File".
34137
34138 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
34139
34140 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
34141 (push-mark-command): Run activate-mark-hook.
34142
34143 2005-03-06 Richard M. Stallman <rms@gnu.org>
34144
34145 * help-mode.el (help-mode-finish): Don't alter the element
34146 in view-return-to-alist if there already is one.
34147
34148 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
34149 make sure the current buffer is the expected one.
34150
34151 * novice.el (disabled-command-function): Output in *Disabled Command*.
34152 Explicitly ignore non-keyboard events, and explicitly handle C-g.
34153
34154 * textmodes/flyspell.el (flyspell-large-region):
34155 Pass args differently for aspell.
34156
34157 * files.el (mode-require-final-newline): Doc fix.
34158
34159 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
34160
34161 * progmodes/which-func.el (which-function):
34162 Specify NOERROR when calling imenu--make-index-alist.
34163
34164 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
34165
34166 * simple.el (normal-erase-is-backspace): Define default value.
34167
34168 * custom.el (custom-theme-set-variables): Remove unused var
34169 `immediate'.
34170 (custom-reevaluate-setting): Simple function to handle variables
34171 that are defined before their default value can really be
34172 computed.
34173
34174 * startup.el (command-line): Use it for temporary-file-directory,
34175 small-emporary-file-directory, auto-save-file-name-transforms,
34176 blink-cursor-mode, and normal-erase-is-backspace.
34177
34178 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
34179 progress, even with buggy anchored keywords.
34180
34181 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
34182
34183 * simple.el (goto-line): Remove unbalanced final parenthesis.
34184
34185 2005-03-05 Richard M. Stallman <rms@gnu.org>
34186
34187 * simple.el (goto-line): Use a number at point as the default.
34188 With C-u as arg, switch buffers.
34189
34190 2005-03-05 Juri Linkov <juri@jurta.org>
34191
34192 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
34193 with `no-blinking-cursor'.
34194
34195 * startup.el (no-blinking-cursor): New defvar.
34196 (command-line): Add `--no-blinking-cursor' to longopts.
34197 Set `no-blinking-cursor' to t for command line arguments
34198 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
34199 with `no-blinking-cursor' in the condition for calling
34200 `blink-cursor-mode'.
34201
34202 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
34203
34204 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
34205 (menu-bar-options-save): Add blink-cursor-mode.
34206 (menu-bar-options-menu): Add blink-cursor-mode.
34207
34208 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
34209
34210 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
34211 (icalendar-export-file, icalendar-export-region)
34212 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
34213 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
34214
34215 2005-03-04 Lute Kamstra <lute@gnu.org>
34216
34217 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
34218 (debug-function-list): Ditto.
34219
34220 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
34221
34222 * textmodes/texinfmt.el (texinfo-append-refill):
34223 Redefine the types of line to which @refill
34224 is not appended by replacing a search for `@refill\\|@bye' with
34225 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
34226 itemize@refill' bug and the unfilled long lines bug.
34227 (texinfmt-version): Update number and date.
34228
34229 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
34230
34231 * international/code-pages.el (windows-1250, windows-125[2-8])
34232 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
34233
34234 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
34235
34236 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
34237 bound yet.
34238
34239 2005-03-02 Romain Francoise <romain@orebokech.com>
34240
34241 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
34242 buffer after removing limits.
34243 (ibuffer-pop-filter): Ditto.
34244 Update copyright.
34245
34246 2005-03-02 Miles Bader <miles@gnu.org>
34247
34248 * button.el (make-text-button): If the user doesn't specify a
34249 type, use the default. Rewrite to use `add-text-properties' and
34250 plist functions.
34251
34252 2005-03-01 Lute Kamstra <lute@gnu.org>
34253
34254 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
34255 (debugger-jumping-flag): New var.
34256 (debug-entry-code): Use it.
34257 (debugger-jump): Use debugger-jumping-flag and add
34258 debugger-reenable to post-command-hook.
34259 (debugger-reenable): Use debugger-jumping-flag and remove itself
34260 from post-command-hook.
34261 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
34262 debugger-reenable.
34263
34264 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
34265
34266 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
34267 inclusion of "itemize\\|", which may be unnecessary, is certainly
34268 inelegant, and stops refilling in itemize lists when formatting
34269 Japanese Texinfo files to Info.
34270 Update copyright to 2005.
34271
34272 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
34273
34274 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
34275 of an error if GDB can't find the source file.
34276
34277 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
34278
34279 * calendar/calendar.el (redraw-calendar): Work from any buffer,
34280 not just the calendar.
34281
34282 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
34283 first.
34284 (diary-redraw-calendar): New function.
34285 (make-diary-entry): Add diary-redraw-calendar to local
34286 write-contents-functions. Turn off selective display before
34287 inserting in diary.
34288
34289 2005-03-01 Kim F. Storm <storm@cua.dk>
34290
34291 * emacs-lisp/copyright.el (copyright-fix-years): New command.
34292
34293 2005-03-01 Lute Kamstra <lute@gnu.org>
34294
34295 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
34296 that debug-entry-code can be safely removed from a function while
34297 this code is being evaluated. Revert the 2005-02-27 change as the
34298 new implementation no longer requires it. Make sure that a
34299 function body containing just a string is not mistaken for a docstring.
34300 (debug): Skip one more frame in case of debug on entry.
34301 (debugger-setup-buffer): Delete one more frame line in case of
34302 debug on entry.
34303 (debugger-frame-number): Update to use the new text introduced by
34304 the 1999-11-03 change. Skip one more frame in case of debug on entry.
34305
34306 2005-02-28 Kim F. Storm <storm@cua.dk>
34307
34308 * double.el (double-translate-key): Call force-window-update after
34309 read-event to avoid crash in redisplay.
34310
34311 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
34312
34313 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
34314 (debug): Use it. Move the inhibit-trace earlier.
34315 (debug-entry-code): New const.
34316 (debug-on-entry-1): Use it.
34317
34318 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
34319
34320 * international/utf-16.el (ccl-encode-mule-utf-16le):
34321 Fix BUFFER_MAGNIFICATION to 2.
34322 (ccl-encode-mule-utf-16be): Likewise.
34323
34324 2005-02-28 Kenichi Handa <handa@m17n.org>
34325
34326 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
34327 Fix BUFFER_MAGNIFICATION to 4.
34328 (ccl-encode-mule-utf-16be-with-signature): Likewise.
34329
34330 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
34331
34332 * speedbar.el (speedbar-update-flag): Doc fix.
34333 (speedbar-show-info-under-mouse): Give set-mouse-position the right
34334 argument.
34335
34336 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
34337
34338 * reveal.el (reveal-post-command): Don't try to reveal overlays which
34339 have a non-nil `invisible' property but are actually visible.
34340
34341 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
34342 for perldoc sections.
34343 (perl-outline-regexp, perl-outline-level): New var and function.
34344 (perl-mode): Use them.
34345
34346 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
34347
34348 * calendar/diary-lib.el (diary-remind): Discard any mark portion
34349 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
34350
34351 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
34352
34353 * cus-edit.el: Comment change.
34354 (custom-buffer-create-internal): Slightly reword text at top of
34355 Custom buffers. Mention there that saving an option edits the
34356 init file. Add link to Emacs manual node on `custom-file'.
34357 (custom-magic-alist): Rewrite individual State messages to use
34358 capitalized keywords. Doc fix.
34359
34360 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
34361
34362 * calendar/calendar.el (calendar-buffer): Move above
34363 calendar-week-start-day.
34364 (calendar-week-start-day): Doc fix. Add :set function.
34365 (calendar-minimum-window-height): New variable.
34366 (generate-calendar-window): Only resize window if selected-window
34367 is displaying the calendar buffer. Use new variable
34368 calendar-minimum-window-height.
34369 (generate-calendar): Reword error message.
34370 (calendar-mode-map): Bind DEL to scroll-other-window-down.
34371
34372 2005-02-27 Andreas Schwab <schwab@suse.de>
34373
34374 * vc.el (vc-do-command): Don't run command asynchronously when
34375 operating in a remote directory.
34376
34377 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
34378 change from sync with Tramp 2.0.47.
34379
34380 2005-02-27 Richard M. Stallman <rms@gnu.org>
34381
34382 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
34383
34384 * textmodes/flyspell.el (flyspell-mode-on):
34385 Call ispell-change-dictionary only if necessary.
34386
34387 * emacs-lisp/re-builder.el (regexp-builder): New function.
34388
34389 * register.el (describe-register-1): Explicitly handle
34390 yank-excluded-properties = t.
34391
34392 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
34393 (custom-magic-alist): Change the status descriptions again.
34394 (face widget-type): Total rewrite based on `restricted-sexp'
34395 to eliminate the confusing double hiding levels.
34396
34397 * emacs-lisp/debug.el (debug-on-entry-1):
34398 If function body is empty, add nil as body form.
34399
34400 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
34401
34402 * emacs-lisp/trace.el (inhibit-trace): New var.
34403 (trace-make-advice): Use it.
34404
34405 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
34406
34407 2005-02-26 Kim F. Storm <storm@cua.dk>
34408
34409 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
34410 (mouse-on-link-p, mouse-drag-region-1): Use it.
34411
34412 2005-02-25 Lute Kamstra <lute@gnu.org>
34413
34414 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
34415
34416 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
34417
34418 * frame.el (blink-cursor-mode): Add :group keyword.
34419
34420 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
34421
34422 * calendar/icalendar.el (icalendar--decode-isodatetime):
34423 New optional argument DAY-SHIFT.
34424 (icalendar-export-region): Fix coding-system-for-write.
34425 (icalendar--convert-ical-to-diary): Shift end-day of all-day
34426 events by one.
34427
34428 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
34429
34430 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
34431
34432 2005-02-24 Kim F. Storm <storm@cua.dk>
34433
34434 * international/iso-acc.el (iso-accents-compose): Fix crash
34435 during redisplay. Call force-window-update after read-event
34436 and delete-region to signal that window is not accurate.
34437
34438 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
34439
34440 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
34441 Remove unused and inexistent var `inhibit-trace'.
34442 (debugger-mode): Use run-mode-hooks.
34443 (debugger-list-functions): Add buttons; setup xref stack.
34444
34445 2005-02-23 Richard M. Stallman <rms@gnu.org>
34446
34447 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
34448 appointment says it was explicitly made.
34449 (appt-add): Set the 3rd element.
34450 (appt-make-list): Preserve explicit appointments.
34451
34452 * subr.el (find-tag-default): Catch errors in forward-sexp.
34453
34454 2005-02-23 Juri Linkov <juri@jurta.org>
34455
34456 * info.el (Info-isearch-search): New defcustom.
34457 (Info-isearch-search): Call the default isearch function
34458 when Info-isearch-search is nil.
34459 (Info-isearch-wrap): Use variable Info-isearch-search.
34460
34461 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
34462
34463 * cus-edit.el: Comment change.
34464
34465 2005-02-22 Kim F. Storm <storm@cua.dk>
34466
34467 * progmodes/hideif.el (hide-ifdef-use-define-alist):
34468 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
34469
34470 2005-02-22 Simon Josefsson <jas@extundo.com>
34471
34472 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
34473 New variable.
34474 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
34475 Oskarsson" <myrkraverk@users.sourceforget.net>.
34476
34477 2005-02-22 Kim F. Storm <storm@cua.dk>
34478
34479 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
34480 check that window of that event is the selected window.
34481 (mouse-drag-region-1): Compare mouse event window to selected
34482 window before setting point.
34483
34484 * tooltip.el (tooltip-show-help-function): Pass event to
34485 mouse-on-link-p so it can check selected window.
34486
34487 2005-02-22 Kenichi Handa <handa@m17n.org>
34488
34489 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
34490 (ps-mule-show-warning): New function.
34491 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
34492 characters are found.
34493
34494 * ps-print.el (ps-header-footer-string): Return a list of header
34495 and footer strings.
34496
34497 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
34498
34499 * pcvs.el (cvs-retrieve-revision): Fix thinko.
34500
34501 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
34502
34503 * frame.el (blink-cursor-mode): Use define-minor-mode.
34504
34505 * term/mac-win.el (function-key-map): Use char-names more consistently.
34506 (file-name-coding-system): Only set it for MacOS-9. The other case is
34507 already handled in mule-cmds.el (where it also works when mac-win.el
34508 is not used).
34509
34510 2005-02-21 Kenichi Handa <handa@m17n.org>
34511
34512 * international/mule.el (ctext-pre-write-conversion): Always use
34513 " *code-converting-work*" buffer for work.
34514
34515 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
34516
34517 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
34518
34519 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
34520
34521 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
34522
34523 * ses.el (undo-more): Restore defadvice, but only the part that
34524 allows changes outside the restricted area of the buffer.
34525
34526 2005-02-20 Kim F. Storm <storm@cua.dk>
34527
34528 * simple.el (line-move): Add fourth optional arg try-vscroll which
34529 must be set to perform auto-window-vscroll.
34530 When moving backwards and doing auto-window-vscroll, automatically
34531 vscroll to the last part of lines which are taller than the window.
34532 (next-line, previous-line): Set try-vscroll arg on line-move.
34533
34534 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
34535
34536 * replace.el (query-replace, query-replace-regexp)
34537 (replace-string, replace-regexp): When operating on region, make
34538 the minibuffer prompt say so.
34539
34540 * isearch.el (isearch-forward): Document isearch-query-replace and
34541 isearch-query-replace-regexp keybindings.
34542
34543 2005-02-19 Jay Belanger <belanger@truman.edu>
34544
34545 * calc/calc-aent.el (math-read-token): Add local variable.
34546
34547 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
34548 (calc-edit-top): Move declaration to earlier in file.
34549 (calc-edit-macro-repeats): Add local variables.
34550
34551 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
34552 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
34553 calcFunc-tanh.
34554 Adjust integration rule for calcFunc-tan.
34555
34556 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
34557
34558 * emulation/viper-cmd.el (viper-prefix-commands): Make into a defconst.
34559 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
34560 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
34561 (viper-skip-separators): Bug fix.
34562 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
34563 particular major mode.
34564 (viper-del-backward-char-in-replace): Don't put deleted char on the
34565 kill ring.
34566
34567 * emulation/viper-ex.el (viper-color-display-p): New function.
34568 (viper-has-face-support-p): Use viper-color-display-p.
34569
34570 * emulation/viper-keym.el (viper-gnus-modifier-map): New keymap.
34571
34572 * emulation/viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
34573
34574 * emulation/viper-util.el (viper-glob-unix-files):
34575 Fix shell status check.
34576 (viper-file-remote-p): Make equivalent to file-remote-p.
34577
34578 * emulation/viper.el (viper-major-mode-modifier-list):
34579 Use viper-gnus-modifier-map.
34580
34581 2005-02-19 David Kastrup <dak@gnu.org>
34582
34583 * subr.el (subregexp-context-p): Fix garbled doc string by adding
34584 quoting.
34585
34586 2005-02-19 Jay Belanger <belanger@truman.edu>
34587
34588 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
34589 Remove extra definitions.
34590 (calc-coth): New function.
34591 (calcFunc-cot): Fix `let'.
34592
34593 2005-02-19 Eli Zaretskii <eliz@gnu.org>
34594
34595 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
34596 the reasons we use "type pc" in these faces.
34597
34598 * button.el (button): Ditto.
34599
34600 2005-02-19 Michael Mauger <mmaug@yahoo.com>
34601
34602 * replace.el (query-replace-read-from): Set the value of
34603 query-replace-from-history-variable to handle the case of an empty
34604 string entered to accept the suggested default.
34605
34606 * net/tramp.el (tramp-file-name-for-operation):
34607 Use dired-call-process instead of dired-call-process-command.
34608
34609 2005-02-19 Jay Belanger <belanger@truman.edu>
34610
34611 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
34612 (math-div-non-trig): New variables.
34613 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
34614 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
34615 (math-combine-prod, math-div-symb-fancy): Add simplifications for
34616 trig expressions.
34617
34618 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
34619
34620 * progmodes/gdb-ui.el (gdb-var-update-handler)
34621 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
34622 for watch expressions,
34623 (gdb-var-create-handler): Don't set speedbar-update-flag.
34624 (gdb-post-prompt): Simplify test for speedbar.
34625
34626 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
34627
34628 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
34629 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
34630 we use the syntax table of the correct buffer.
34631 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
34632 Felix Gatzemeier.
34633
34634 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
34635 (ediff-file-remote-p): Make synonymous with file-remote-p.
34636 In all deffaces ediff-*-face-*, use min-colors.
34637
34638 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
34639 ediff-recurse-to-subdirectories.
34640 (ediff-mark-if-equal): Check that the arguments are strings, use
34641 ediff-same-contents (after to Felix Gatzemeier).
34642
34643 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
34644 nil.
34645
34646 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
34647
34648 * log-view.el (log-view-message-re): Fix up Subversion regexp.
34649
34650 2005-02-18 David Kastrup <dak@gnu.org>
34651
34652 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
34653 use `mark-active' when defined.
34654
34655 2005-02-18 Kenichi Handa <handa@m17n.org>
34656
34657 * ps-print.el (ps-font-info-database): New entry
34658 ZapfChancery-MediumItalic with correct font name. Fix font name
34659 of the entry Zapf-Chancery-MediumItalic.
34660
34661 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
34662
34663 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
34664
34665 2005-02-16 Kim F. Storm <storm@cua.dk>
34666
34667 * ido.el (ido-fallback-command): Pass user input to fallback command.
34668
34669 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
34670
34671 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
34672 (gdb-find-file-hook): Add server prefix.
34673
34674 2005-02-16 Richard M. Stallman <rms@gnu.org>
34675
34676 * replace.el (perform-replace): Pass new args to replace-highlight.
34677 (replace-highlight): Take region args,
34678 and pass them to isearch-lazy-highlight-new-loop.
34679
34680 * novice.el (disabled-command-hook): Autoload the defalias
34681 and the make-obsolete-variable call.
34682
34683 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
34684
34685 * isearch.el (isearch-lazy-highlight-start-limit)
34686 (isearch-lazy-highlight-end-limit): New variables limit
34687 the region for highlighting.
34688 (isearch-lazy-highlight-new-loop): New args BEG and END.
34689 (isearch-lazy-highlight-search): Use the new vars.
34690 (isearch-lazy-highlight-update): Likewise.
34691
34692 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
34693
34694 * cus-start.el (all): Use default-boundp.
34695
34696 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
34697
34698 * menu-bar.el (menu-bar-select-frame): Handle current frame.
34699
34700 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
34701
34702 * autorevert.el (auto-revert-stop-on-user-input)
34703 (auto-revert-verbose): Doc fixes.
34704
34705 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
34706
34707 * international/mule-cmds.el (set-locale-environment): Remove call
34708 to set-selection-coding-system on Windows.
34709
34710 2005-02-15 Jay Belanger <belanger@truman.edu>
34711
34712 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
34713 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
34714 calcFunc-coth.
34715 (math-simplify-sqrt): Add simplifications.
34716
34717 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
34718 to list.
34719
34720 * calc/calc-ext.el: Add functions to autoloads.
34721
34722 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
34723 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
34724 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
34725 (math-csc-raw, math-cot-raw): New functions.
34726
34727 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
34728
34729 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
34730 the variable name in a message.
34731
34732 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
34733 calcFunc-csc, calcFunc-cot.
34734
34735 * calc/calcalg2.el: Add derivative and integration rules for
34736 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
34737 calcFunc-csch, calcFunc-coth.
34738 (math-do-integral-methods): Add to checks for when to use
34739 substitutions.
34740
34741 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
34742
34743 2005-02-15 Lute Kamstra <lute@gnu.org>
34744
34745 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
34746 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
34747 <monnier@iro.umontreal.ca>.
34748 (lisp-outline-level): Improve efficiency. Suggested by David
34749 Kastrup <dak@gnu.org>.
34750
34751 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
34752
34753 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
34754 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
34755 (gdb-set-gud-minor-mode-existing-buffers): New functions.
34756 (gdb-find-file-hook): New hook. Add it to find-file-hook.
34757 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
34758
34759 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
34760
34761 * cus-start.el (all): Comment change.
34762
34763 2005-02-14 Lute Kamstra <lute@gnu.org>
34764
34765 * cus-start.el (all): Check if symbol is void.
34766
34767 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
34768
34769 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
34770 optional argument to \cite.
34771
34772 2005-02-14 Richard M. Stallman <rms@gnu.org>
34773
34774 * cus-edit.el (custom-buffer-create-internal): Update help message.
34775 (custom-magic-alist): Update help messages.
34776
34777 * cus-start.el (all): Allow a var to specify a standard value.
34778
34779 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
34780
34781 * custom.el (custom-theme-set-variables): Handle variable aliases.
34782
34783 * frame.el (blink-cursor-timer): Doc fix.
34784 (blink-cursor): Make it an alias for `blink-cursor-mode' and
34785 declare obsolete.
34786 (blink-cursor-mode): Define with defcustom and use correct
34787 standard expression in that defcustom.
34788 * startup.el (command-line): Adapt to above changes in frame.el.
34789
34790 2005-02-11 Lute Kamstra <lute@gnu.org>
34791
34792 * apropos.el (apropos-score-doc): Prevent division by zero.
34793
34794 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
34795
34796 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
34797 (icalendar--get-event-property-attributes)
34798 (icalendar--get-event-properties)
34799 (icalendar--datetime-to-diary-date): New functions.
34800 (icalendar--split-value): Doc fix.
34801 (icalendar--datetime-to-noneuropean-date)
34802 (icalendar--datetime-to-european-date): New optional argument
34803 SEPARATOR. Return result as a string instead of a list.
34804 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
34805 (icalendar--convert-string-for-export): Rename arg S to STRING.
34806 (icalendar-export-region): Doc fix. Change name of error buffer.
34807 Save output buffer.
34808 (icalendar-import-file): Add blank at end of prompt.
34809 (icalendar-import-buffer): Doc fix. Do not switch to error
34810 buffer. Indicate status in return value.
34811 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
34812 buffer. Save output buffer. Handle exception from recurrence
34813 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
34814 events. Fix problems with weekly all-day events.
34815
34816 2005-02-10 Richard M. Stallman <rms@gnu.org>
34817
34818 * simple.el (eval-expression-print-format):
34819 Avoid warning about edebug-active.
34820
34821 * help.el (help-for-help-internal): Rename from help-for-help.
34822 (help-for-help): Define with defalias.
34823
34824 * font-core.el (font-lock-default-function): Use with-no-warnings.
34825
34826 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
34827
34828 * custom.el (defface): Doc fix.
34829
34830 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
34831
34832 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
34833 width 0" to prevent word wrapping problems.
34834
34835 2005-02-09 Kim F. Storm <storm@cua.dk>
34836
34837 * ido.el (ido-file-extensions-order): New defcustom.
34838 (ido-file-extension-lessp, ido-file-extension-aux)
34839 (ido-file-extension-order): New advanced file ordering.
34840 (ido-file-lessp): New simple file ordering.
34841 (ido-sort-list): Remove.
34842 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
34843 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
34844
34845 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
34846
34847 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
34848 that some versions of grep produce.
34849 (grep-mode-font-lock-keywords): Likewise.
34850
34851 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
34852
34853 * progmodes/gdb-ui.el (gdb-location-list): New variable.
34854 (gdb-cdir): Delete.
34855 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
34856 (gdb-source-info): Treat case when source file is in another
34857 directory properly.
34858 (gdb-get-location): New function.
34859
34860 2005-02-07 Jay Belanger <belanger@truman.edu>
34861
34862 * calc/calc-prog.el (calc-write-parse-table-part)
34863 (calc-fix-token-name): Fix a check for language type.
34864
34865 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
34866
34867 2005-02-07 Andre Spiegel <spiegel@gnu.org>
34868
34869 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
34870 as directory not writable.
34871
34872 2005-02-07 Kim F. Storm <storm@cua.dk>
34873
34874 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
34875 (cua--standard-movement-commands): Remove list.
34876 Instead, set CUA property value to move for movement commands.
34877 (cua-movement-commands): Remove. Users must set CUA prop instead.
34878 (cua--pre-command-handler): Check CUA property.
34879 (cua--init-keymaps): Don't remap undo commands.
34880 (cua-mode): Don't call cua--rectangle-on-off.
34881
34882 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
34883 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
34884 (cua--rect-undo-set-point): New var.
34885 (cua--rectangle-undo-boundary): Setup undo apply entry.
34886 (cua--rect-undo-handler): New function for rectangle undo.
34887 (cua--rect-start-position, cua--rect-end-position): Add.
34888 (cua--rectangle-post-command): Call cua--rectangle-set-corners
34889 for restored rectangle. Set point if cua--rect-undo-set-point.
34890
34891 2005-02-06 Jay Belanger <belanger@truman.edu>
34892
34893 * calc/calc-lang.el (calc-tex-language): Display more information
34894 in messages.
34895
34896 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
34897 in TeX mode.
34898
34899 2005-02-06 Richard M. Stallman <rms@gnu.org>
34900
34901 * emacs-lisp/lisp.el (buffer-end): Doc fix.
34902
34903 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
34904
34905 * net/ldap.el (ldap-search-internal): Support attributes with
34906 optional descriptions separated by a semi-colon, as in
34907 "userCertificate;binary".
34908
34909 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
34910
34911 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
34912 isn't a cons (i.e. the version is 0).
34913
34914 2005-02-05 Eli Zaretskii <eliz@gnu.org>
34915
34916 * help.el (help-for-help): Doc fix.
34917
34918 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
34919
34920 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
34921 GDB-Windows on the menu-bar as this works better.
34922
34923 2005-02-04 Jay Belanger <belanger@truman.edu>
34924
34925 * calc/calc-embed.el (calc-embedded-update): Don't put in
34926 unnecessary newlines. Adjust the end of formula marker.
34927
34928 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
34929 (math-latex-parse-two-args): New function.
34930
34931 2005-02-03 Lute Kamstra <lute@gnu.org>
34932
34933 * help-fns.el (help-with-tutorial): Make sure that users cannot
34934 remove the entire text of the tutorial by means of `undo'.
34935
34936 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
34937
34938 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
34939 in recent changes, where the ispell process was repeatedly
34940 killed & restarted.
34941
34942 * international/mule-cmds.el (set-locale-environment): Set file-name
34943 coding system to utf-8 on Darwin systems.
34944 (set-default-coding-systems): Don't set default-file-name-coding-system
34945 on Darwin systems.
34946
34947 2005-02-03 Richard M. Stallman <rms@gnu.org>
34948
34949 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
34950
34951 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
34952
34953 * faces.el (list-faces-display): Add optional argument.
34954
34955 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
34956
34957 * font-core.el (font-lock-default-function): Handle the rare case where
34958 only font-lock-keywords is set.
34959
34960 2005-02-02 Kenichi Handa <handa@m17n.org>
34961
34962 * international/characters.el: Cancel previous change for
34963 I-WITH-DOT-ABOVE and DOTLESS-i.
34964
34965 * international/latin-5.el: Cancel previous change.
34966
34967 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
34968
34969 * progmodes/gud.el: Correction to syntax in gud-menu-map.
34970
34971 2005-02-02 Kenichi Handa <handa@m17n.org>
34972
34973 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
34974 DOTLESS-i.
34975
34976 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
34977 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
34978
34979 * case-table.el (get-upcase-table): New function.
34980 (copy-case-table): Copy upcaes table too if non-nil.
34981 (set-case-syntax-delims): Maintain upcase table too.
34982 (set-case-syntax-pair): Likewise.
34983 (set-upcase-syntax, set-downcase-syntax): New functions.
34984 (set-case-syntax): Maintain upcase table too.
34985
34986 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
34987
34988 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
34989
34990 * progmodes/gud.el (gud-goto-info): New function.
34991 (gud-tool-bar-map): Use correct icon.
34992
34993 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
34994
34995 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
34996 When delegating, order args in the funcall correctly.
34997
34998 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
34999
35000 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
35001
35002 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
35003
35004 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
35005 buffer not visiting a file.
35006
35007 2005-01-31 Jay Belanger <belanger@truman.edu>
35008
35009 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
35010 bound on the line with the formula.
35011
35012 2005-01-31 Kim F. Storm <storm@cua.dk>
35013
35014 * ses.el (ses-create-cell-variable-range)
35015 (ses-destroy-cell-variable-range, ses-reset-header-string)
35016 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
35017 (ses-insert-row): Fix format of apply undo entries.
35018
35019 2005-01-31 Jay Belanger <belanger@truman.edu>
35020
35021 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
35022 parts.
35023
35024 * calc/calc-embed.el (calc-embedded-open-formula)
35025 (calc-embedded-close-formula): Ignore matrix environments.
35026
35027 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
35028 TeX mode.
35029
35030 * calc/calc-lang.el (math-function-table, math-oper-table)
35031 (math-variable-table): Adjust the LaTeX portions.
35032
35033 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
35034 (math-latex-ignore-words): New constant.
35035
35036 2005-01-31 Richard M. Stallman <rms@gnu.org>
35037
35038 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
35039 (ispell-local-dictionary): Doc fix.
35040 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
35041 Don't reinitialize at run time. Don't defcustom.
35042 All uses changed to append ispell-local-dictionary-alist,
35043 or check it first.
35044 (ispell-current-dictionary): New variable for dictionary in use.
35045 (ispell-dictionary): Now used only for global default.
35046 (ispell-start-process): Set ispell-current-dictionary,
35047 not ispell-dictionary.
35048 (ispell-change-dictionary): Use this only for setting
35049 user preferences.
35050 (ispell-internal-change-dictionary): New function
35051 to change the current dictionary in use.
35052 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
35053 Use ispell-current-dictionary.
35054 Handle ispell-local-dictionary-overridden.
35055 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
35056
35057 2005-01-31 Jay Belanger <belanger@truman.edu>
35058
35059 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
35060
35061 * calc/calc-ext.el: Add calc-latex-language to autoloads.
35062 (calc-mode-map): Add calc-latex-language.
35063
35064 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
35065 (math-latex-print-frac): New functions.
35066 (math-oper-table, math-function-table, math-variable-table)
35067 (math-complex-format, math-input-filter): Add latex properties.
35068 (calc-set-language): Set math-expr-special-function-mapping.
35069
35070 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
35071 (calc-write-parse-table-part): Add LaTeX support.
35072
35073 * calc/calc.el (calc-language): Adjust docstring.
35074 (calc-set-mode-line): Add LaTeX support.
35075 (math-expr-special-function-mapping): New variable.
35076 (math-tex-ignore-words): Add to list.
35077
35078 * calc/calccomp.el (math-compose-expr, math-compose-rows):
35079 Add LaTeX support.
35080 (math-compose-expr): Add support for special functions.
35081
35082 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
35083
35084 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
35085
35086 * progmodes/gdb-ui.el (gdb-memory-address)
35087 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
35088 (gdb-memory-mode-map, gdb-memory-format-keymap)
35089 (gdb-memory-format-menu, gdb-memory-unit-keymap)
35090 (gdb-memory-unit-menu): New variables for a buffer
35091 that lets the user examine program memory.
35092 (gdb-memory-set-address, gdb-memory-set-repeat-count)
35093 (gdb-memory-format-binary, gdb-memory-format-octal)
35094 (gdb-memory-format-unsigned, gdb-memory-format-signed)
35095 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
35096 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
35097 (gdb-memory-unit-word, gdb-memory-unit-halfword)
35098 (gdb-memory-unit-byte, gdb-memory-unit-menu)
35099 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
35100 (gdb-memory-mode, gdb-memory-buffer-name)
35101 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
35102 New functions for above buffer.
35103
35104 2005-01-30 Richard M. Stallman <rms@gnu.org>
35105
35106 * cus-edit.el (custom-bury-buffer): Function deleted.
35107 (custom-buffer-done-function): Option deleted.
35108 (custom-buffer-done-kill): New replacement option.
35109 (Custom-buffer-done): Call quit-window.
35110 (custom-buffer-create-internal): Update for above changes.
35111
35112 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
35113
35114 * simple.el (undo-ask-before-discard): New var.
35115 (undo-outer-limit-truncate): Implement it.
35116 (undo-extra-outer-limit): Doc update.
35117
35118 2005-01-29 Richard M. Stallman <rms@gnu.org>
35119
35120 * ses.el (undo-more): Delete defadvice.
35121 (ses-begin-change): Doc fix.
35122
35123 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
35124 instead of rebinding C-x u and C-_.
35125
35126 * files.el (normal-backup-enable-predicate): Return nil for files
35127 in /tmp, regardless of temporary-file-directory.
35128
35129 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
35130
35131 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
35132 (open-rectangle, delete-whitespace-rectangle-line)
35133 (clear-rectangle-line): If FILL, pass t instead of FILL
35134 for move-to-column's 2nd arg.
35135
35136 * simple.el (undo): Fix the test for continuing a series of undos.
35137 (undo-more): Set pending-undo-list to t when we reach end.
35138 (pending-undo-list): Move up defvar.
35139
35140 * wid-edit.el (widget-button-click):
35141 Shorten the range of the track-mouse binding.
35142
35143 * comint.el (comint-insert-input): Undo previous changes;
35144 use last-input-event in interactive spec.
35145
35146 2005-01-29 Eli Zaretskii <eliz@gnu.org>
35147
35148 * progmodes/compile.el (compilation-start): Bind buffer-read-only
35149 to nil before invoking call-process. Reset buffer's modified flag
35150 after fontifying it in the no-async branch.
35151
35152 * wid-edit.el (widget-specify-button): If mouse pointer shape
35153 cannot be changed, use mouse face instead.
35154
35155 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
35156
35157 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
35158 (gdb-goto-breakpoint): Make breakpoint handling work on template
35159 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
35160 (gdb-assembler-custom): Update to recognize breakpoint information
35161 added on 2005-01-19.
35162
35163 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
35164
35165 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
35166 (dsssl-mode): Use define-derived-mode.
35167 (scheme-mode-initialize): Remove.
35168 (scheme-mode): Use run-mode-hooks.
35169
35170 * cus-edit.el (customize-group-other-window)
35171 (custom-buffer-create-other-window): Don't override special-display-*.
35172 (custom-mode-map): Make it dense.
35173
35174 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
35175 sets the default value.
35176
35177 2005-01-28 Eli Zaretskii <eliz@gnu.org>
35178
35179 * descr-text.el: Add more keywords.
35180
35181 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
35182
35183 * speedbar.el: Avoid unnecessary use of locate-library.
35184
35185 * international/mule-cmds.el (standard-display-european-internal):
35186 Don't fiddle with latin-1 non-break space any more since it's now
35187 special cased in the C code.
35188 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
35189
35190 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
35191
35192 * cus-start.el (all): Add `undo-outer-limit'.
35193
35194 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
35195
35196 * textmodes/bibtex.el (bibtex-format-entry):
35197 Use `bibtex-empty-field-re' only on the text of fields, not on entire
35198 field lines.
35199 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
35200 not on part of a buffer.
35201
35202 2005-01-25 Lute Kamstra <lute@gnu.org>
35203
35204 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
35205 nonempty field text strings like "{letters\\macro{}more letters}".
35206 Clarify docstring.
35207 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
35208 (bibtex-entry-offset, bibtex-parse-association)
35209 (bibtex-parse-field-name): Fix typos in docstrings.
35210 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
35211
35212 2005-01-24 Dan Nicolaescu <dann@ics.uci.edu>
35213 Juri Linkov <juri@jurta.org>
35214
35215 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
35216 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
35217 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
35218 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
35219
35220 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
35221 isearch minor mode.
35222
35223 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
35224
35225 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
35226
35227 2005-01-24 Lute Kamstra <lute@gnu.org>
35228
35229 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
35230 CASECHARS and NOT-CASECHARS regular expressions of the
35231 "nederlands" and "nederlands8" dictionaries to prevent a "Range
35232 striding over charsets" error.
35233
35234 2005-01-24 Jay Belanger <belanger@truman.edu>
35235
35236 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
35237 display variable name.
35238
35239 2005-01-24 Kenichi Handa <handa@m17n.org>
35240
35241 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
35242 Fix setting of the element of encoded-kbd-iso2022-invocations.
35243
35244 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
35245
35246 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
35247 (gdb-threads-select): Change to also accept mouse events.
35248 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
35249 (gdb-threads-mouse-select): Delete.
35250
35251 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
35252
35253 * files.el (insert-directory): Take care of empty directory,
35254 listed without -a switch.
35255
35256 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
35257
35258 * textmodes/refill.el (refill-post-command-function):
35259 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
35260 to the list of functions that we should be careful not to undo.
35261 (refill-late-fill-paragraph-function): Remove.
35262 (refill-saved-state): New var.
35263 (refill-mode): Use it to save fill-paragraph-function.
35264 Save also the value of auto-fill-function.
35265
35266 * term/w32-win.el: Simplify code.
35267
35268 2005-01-23 Kim F. Storm <storm@cua.dk>
35269
35270 * simple.el (line-move): Adapt to new return value from
35271 pos-visible-in-window-p.
35272
35273 * simple.el (line-move): Fix last change. Check partial
35274 visibility at point rather than at window-start.
35275
35276 2005-01-22 Jason Rumney <jasonr@gnu.org>
35277
35278 * term/w32-win.el (xw-defined-colors): Remove debug-message.
35279
35280 2005-01-22 David Kastrup <dak@gnu.org>
35281
35282 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
35283
35284 2005-01-22 Eli Zaretskii <eliz@gnu.org>
35285
35286 * type-break.el (type-break-mode): Add a test for
35287 type-break-file-name being non-nil.
35288
35289 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
35290
35291 * net/eudc.el (top level): Call (message "") via progn, so that
35292 eudc-options-file is loaded.
35293
35294 2005-01-22 Kim F. Storm <storm@cua.dk>
35295
35296 * simple.el (line-move-1): Rename from line-move.
35297 (line-move): New function that adjusts vscroll for partially
35298 visible rows, and calls line-move-1 otherwise.
35299
35300 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
35301
35302 * pcomplete.el: Define pcomplete-read-event instead of read-event,
35303 since it's not a complete read-event implementation.
35304
35305 2005-01-20 Jay Belanger <belanger@truman.edu>
35306
35307 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
35308 for called function.
35309
35310 2005-01-20 Steven Tamm <steventamm@mac.com>
35311
35312 * term/mac-win.el (process-connection-type): Remove.
35313 Controlled now by s/darwin.h:PTY_ITERATION.
35314
35315 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
35316
35317 * window.el (handle-select-window): Don't switch window when we're
35318 in the minibuffer.
35319
35320 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
35321
35322 * subr.el (dotimes-with-progress-reporter): New macro.
35323
35324 * ses.el (ses-dotimes-msg): Remove macro.
35325 Use `dotimes-with-progress-reporter' instead.
35326
35327 2005-01-19 Steven Tamm <steventamm@mac.com>
35328
35329 * term/mac-win.el (process-connection-type): Use new
35330 operating-system-release variable to use ptys on Darwin 7 (OS X
35331 10.3) when using carbon build.
35332
35333 2005-01-19 Jay Belanger <belanger@truman.edu>
35334
35335 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
35336 flags if the last command was a tab or M-tab.
35337
35338 * calc/calc-prog.el (calc-user-define-edit): Put original formula
35339 in formula editing buffer.
35340
35341 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
35342
35343 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
35344 breakpoint image symbol in margin.
35345
35346 2005-01-19 Jay Belanger <belanger@truman.edu>
35347
35348 * calc/calc-prog.el (calc-execute-kbd-macro):
35349 Ignore calc-keep-arg-flag.
35350
35351 2005-01-19 Kenichi Handa <handa@m17n.org>
35352
35353 * textmodes/ispell.el (ispell-looking-at): New function.
35354 (ispell-process-line): Use ispell-looking-at to compare the ispell
35355 output and the buffer contents.
35356
35357 2005-01-18 Jay Belanger <belanger@truman.edu>
35358
35359 * calc/calc.el (calc-display-raw): Fix docstring.
35360
35361 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
35362
35363 * simple.el (blink-matching-open): Strip extra info from syntax.
35364
35365 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
35366 funny chars in the end-of-here-doc marker.
35367
35368 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
35369
35370 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
35371 that enable/disabled state of breakpoints is shown correctly in
35372 fringe and on ttys.
35373 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
35374 Add breakpoint information as text properties.
35375 (gdb-mouse-toggle-breakpoint):
35376 Rename to gdb-mouse-set-clear-breakpoint.
35377 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
35378 breakpoints in the margin.
35379 (gdb-remove-strings): Simplify.
35380
35381 2005-01-17 Jay Belanger <belanger@truman.edu>
35382
35383 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
35384 erasing buffer.
35385
35386 2005-01-17 Richard M. Stallman <rms@gnu.org>
35387
35388 * progmodes/grep.el (grep-find): Copy from `grep' the condition
35389 for calling grep-compute-defaults.
35390
35391 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
35392 if buffer is empty.
35393
35394 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
35395
35396 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
35397
35398 * hilit-chg.el (highlight-changes-mode): Don't autoload.
35399
35400 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
35401 non-preloaded variables.
35402
35403 2005-01-17 Steven Tamm <steventamm@mac.com>
35404
35405 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
35406 tex-shell cause to force interactivity when using pipes.
35407
35408 2005-01-17 Kim F. Storm <storm@cua.dk>
35409
35410 * simple.el (just-one-space): Make arg optional.
35411
35412 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
35413
35414 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
35415 posn-at-x-y to t to access left-margin.
35416
35417 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
35418
35419 Sync with Tramp 2.0.47.
35420
35421 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
35422 catching keep-date problems in cp/scp operations.
35423 (tramp-handle-copy-file): Don't call `set-file-modes'
35424 unconditionally. Specialized functions should know better what is
35425 necessary. This improves performance a little bit, and the
35426 functions could catch errors with `cp -p' and `scp -p'.
35427 (tramp-do-copy-or-rename-file-via-buffer)
35428 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
35429 when appropriate.
35430 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
35431 Call `set-file-modes' when appropriate.
35432 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
35433 Johnsson <isak@hypergene.com>.
35434 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
35435 of both Tramp buffer and debug buffer. Reported by Joakim Verona
35436 <joakim@verona.se>.
35437 (tramp-file-name-for-operation): Mark `shell-command' as magic for
35438 Emacs only.
35439
35440 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
35441 `find-file-hooks' and `dired-mode-hook'.
35442 (tramp-minor-mode-map): Respective map. Add remapping for
35443 `compile' and `recompile'.
35444 (tramp-remap-command, tramp-recompile): New defuns.
35445 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
35446 in buffer "*Compilation*". Call the commands asynchronously.
35447
35448 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
35449 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
35450 `shell-command', because it isn't magic in XEmacs. Reported by
35451 Adrian Aichner <adrian@xemacs.org>.
35452
35453 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
35454 `substitute-in-file-name.
35455 (tramp-smb-handle-substitute-in-file-name): New defun.
35456 (tramp-smb-advice-PC-do-completion): Delete advice.
35457
35458 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
35459
35460 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
35461 Fix error in deleting region.
35462
35463 2005-01-15 Richard M. Stallman <rms@gnu.org>
35464
35465 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
35466 In non-temp buffer, switch syntax table temporarily.
35467
35468 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
35469
35470 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
35471
35472 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
35473
35474 * imenu.el (imenu--split-menu): Copy menulist before sorting.
35475 (imenu--generic-function): Use START, not BEG, as pos of definition.
35476
35477 * simple.el (just-one-space): Argument specifies number of spaces.
35478
35479 * simple.el (eval-expression-print-format): Avoid warning
35480 about edebug-active.
35481
35482 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
35483
35484 * progmodes/sh-script.el: Code copied from make-mode.el
35485 with small changes,
35486 (sh-mode-map): Bind C-c C-\.
35487 (sh-backslash-column, sh-backslash-align): New variables.
35488 (sh-backslash-region, sh-append-backslash): New functions.
35489
35490 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
35491
35492 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
35493 (rmail-pop-password, rmail-pop-password-required): Move to
35494 rmail-obsolete group.
35495 (rmail-set-pop-password): Rename to rmail-set-remote-password.
35496 All callers updated.
35497 (rmail-get-pop-password): Rename to rmail-get-remote-password.
35498 Take an argument specifying whether it is POP or IMAP mailbox we
35499 are using. All callers updated.
35500 (rmail-pop-password-error): Rename to
35501 rmail-remote-password-error. Added mailutils-specific error message.
35502 (rmail-movemail-search-path)
35503 (rmail-movemail-variant-in-use): New variables.
35504 (rmail-remote-password, rmail-remote-password-required):
35505 New customization variables.
35506 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
35507 (rmail-parse-url): New function.
35508 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
35509 with GNU mailutils movemail.
35510
35511 2005-01-15 Kevin Ryde <user42@zip.com.au>
35512
35513 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
35514 suffix to space, $ or '$, to correctly position point when going
35515 to @table style constants like DBL_MAX.
35516
35517 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
35518
35519 * type-break.el (type-break-mode, type-break-file-time)
35520 (type-break-file-keystroke-count, type-break-choose-file):
35521 Don't store data in or load data from the file if type-break-file-name
35522 is nil.
35523 (type-break-file-name): Doc update as per the above.
35524
35525 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
35526
35527 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
35528 lookup-key might return nil; handle that.
35529
35530 2005-01-15 Alan Mackenzie <acm@muc.de>
35531
35532 * progmodes/ebrowse.el (ebrowse-class-in-tree):
35533 Return the tail of the tree rather than the element found,
35534 thus enabling the tree to be setcar'd.
35535
35536 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
35537
35538 * textmodes/org.el (org-show-following-heading): New option.
35539 (org-show-hierarchy-above): Use `org-show-following-heading'.
35540 (org-cycle): Documentation fix.
35541
35542 * textmodes/org.el (orgtbl-optimized): New option.
35543 (orgtbl-mode): New command, a minor mode.
35544 (orgtbl-mode-map): New variable.
35545 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
35546 (orgtbl-error, orgtbl-self-insert-command)
35547 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
35548
35549 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
35550 a local variable in each org-mode buffer.
35551
35552 * textmodes/org.el (org-set-regexps-and-options): Rename from
35553 `org-set-regexps'. Added checking for STARTUP keyword.
35554 (org-get-current-options): Add STARTUP options.
35555 (org-table-insert-row): Make mode intelligent about when
35556 realignment is needed.
35557 (org-self-insert-command, org-delete-backward-char, org-delete-char):
35558 New commands.
35559 (org-enable-table-editor): New default value `optimized'.
35560 (org-table-blank-field): Support blanking regions if active.
35561
35562 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
35563
35564 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
35565 if the year is not given.
35566
35567 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
35568 Add new escapes %m and %M, fixed bug with %F by adding
35569 save-match-data.
35570 (reftex-reference): Remove ?. from list of spaces.
35571 (reftex-label-info): Add automatic label prefix recognition.
35572
35573 * textmodes/reftex-index.el (reftex-index-next-phrase):
35574 Add slave parameter to call of `reftex-index-this-phrase'.
35575 (reftex-index-this-phrase): New optional argument.
35576 (reftex-index-region-phrases): Add slave parameter to call of
35577 `reftex-index-this-phrase'.
35578 (reftex-display-index): New argument redo.
35579 (reftex-index-rescan): Add `redo' to arguments of
35580 `reftex-display-index'.
35581 (reftex-index-Rescan, reftex-index-revert)
35582 (reftex-index-switch-index-tag): Add `redo' to arguments of
35583 `reftex-display-index'.
35584 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
35585 indexing. Fix bug with matching is there is a quote before or
35586 after the word.
35587
35588 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
35589 Fix bug when collecting citation keys in lines with comments.
35590 (reftex-citation): Prefix argument no longer rescans the document,
35591 but forces prompting for optional arguments of cite macros.
35592 (reftex-do-citation): Prompting for optional arguments implemented.
35593
35594 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
35595 Add optional arguments to most cite commands.
35596 (reftex-cite-cleanup-optional-args): New option
35597 (reftex-cite-prompt-optional-args): New option.
35598 (reftex-trust-label-prefix): New option.
35599
35600 * textmodes/reftex-toc.el (reftex-toc-find-section):
35601 Add push-mark before changing the position in the buffer.
35602
35603 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
35604 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
35605
35606 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
35607
35608 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
35609 more carefully.
35610
35611 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
35612
35613 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
35614 (sgml-mode): Use it.
35615 (sgml-get-context): Better keep track of implicitly closed tags.
35616
35617 2005-01-13 Kenichi Handa <handa@m17n.org>
35618
35619 * textmodes/ispell.el: These changes are to fix misalignment error
35620 caused by equivalent characters of different Emacs charsets.
35621 (ispell-unified-chars-table): New variable.
35622 (ispell-get-decoded-string): New function.
35623 (ispell-get-casechars, ispell-get-not-casechars)
35624 (ispell-get-otherchars): Call ispell-get-decoded-string.
35625
35626 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
35627
35628 * custom.el (custom-declare-variable): Just put symbol instead
35629 of (defvar . symbol) in `current-load-list'.
35630
35631 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
35632
35633 * emacs-lisp/elint.el: Fixed typo in Commentary section.
35634
35635 2005-01-12 Jay Belanger <belanger@truman.edu>
35636
35637 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
35638 to create a Calc summary.
35639
35640 2005-01-12 Kim F. Storm <storm@cua.dk>
35641
35642 * mouse.el (mouse-on-link-p): Change functionality and doc
35643 string to comply with latest description in lisp ref.
35644
35645 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
35646
35647 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
35648 Enable mouse clicks on mode-line, header-line and margin.
35649 (event-type): Give mouse event symbols an `event-kind' property
35650 with value `mouse-click'.
35651
35652 2005-01-12 Juri Linkov <juri@jurta.org>
35653
35654 * facemenu.el (list-colors-display): Add new arg buffer-name.
35655 Use it. Fix docstring. Replace code for identifying duplicate
35656 colors by the name with call to `list-colors-duplicates' which
35657 identifies duplicate colors by the value unless the color
35658 is one of special Windows colors. Set truncate-lines to t.
35659 Print sorted duplicate color names on each line. Indent to 22
35660 \(the longest color name in rgb.txt) instead of 20. Optimize.
35661 (list-colors-duplicates): New function.
35662 (facemenu-color-name-equal): Delete function.
35663
35664 * facemenu.el (list-colors-print): New function created from code
35665 in list-colors-display. Print #RRGGBB at the window right edge.
35666 (list-colors-display): When temp-buffer-show-function is not
35667 defined, call list-colors-print from temp-buffer-show-hook
35668 to get the right value of window-width in list-colors-print
35669 after the buffer is displayed.
35670
35671 * simple.el (pop-mark): Move deactivate-mark out of conditional
35672 part to deactivate the active mark regardless of the state of the
35673 mark ring.
35674
35675 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
35676 variables line in desktop files.
35677
35678 2005-01-12 Juri Linkov <juri@jurta.org>
35679
35680 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
35681 Bring together isearch highlight related options.
35682 (lazy-highlight): Replace group `replace' by `matching'.
35683 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35684 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35685 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
35686 and declare them obsolete.
35687 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
35688 (isearch-faces): Remove defgroup.
35689 (isearch-overlay, isearch-highlight, isearch-dehighlight):
35690 Move isearch highlighting code closer to lazy highlighting code.
35691
35692 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
35693 (query-replace-highlight, query-replace-lazy-highlight)
35694 (query-replace): Move definitions to the beginning of the file.
35695
35696 2005-01-11 Juri Linkov <juri@jurta.org>
35697
35698 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
35699 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
35700 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
35701
35702 * info.el (Info-history-forward): New variable.
35703 (Info-select-node): Reset Info-history-forward to nil.
35704 (Info-last): Turn into defalias.
35705 (Info-history-back): Rename from Info-last.
35706 Add current node to Info-history-forward.
35707 (Info-history-forward): New fun.
35708 (Info-mode-map): Replace Info-last by Info-history-back.
35709 Bind Info-history-forward to "r".
35710 (Info-mode-menu): Replace Info-last by Info-history-back.
35711 Fix menu item text. Add menu item for Info-history-forward.
35712 (info-tool-bar-map): Replace Info-last by Info-history-back.
35713 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
35714 for Info-history-forward.
35715 (Info-mode): Replace Info-last by Info-history-back in docstring.
35716 Add local variable Info-history-forward.
35717 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
35718
35719 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
35720
35721 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
35722 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
35723 Ignore select-window events rather than fiddle with
35724 mouse-autoselect-window.
35725
35726 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
35727
35728 * type-break.el (type-break-mode): Fix previous change.
35729
35730 2005-01-10 Jay Belanger <belanger@truman.edu>
35731
35732 * calc/calc-ext.el (calc-reset): Reset when inside embedded
35733 calculator; only reset when point is inside a calculator.
35734 Don't adjust the window height if the window takes up the whole height
35735 of the frame.
35736
35737 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
35738
35739 * ebuff-menu.el (Electric-buffer-menu-mode):
35740 Preserve value of buffer-local var header-line-format.
35741
35742 2005-01-09 Jay Belanger <belanger@truman.edu>
35743
35744 * calc/calc.el (calc-mode-var-list-restore-saved-values):
35745 Make sure settings file exists before accessing it.
35746
35747 * calc/calc-embed.el (calc-embedded-subst):
35748 Replace math-multi-subst-rec, which is only supposed to be called
35749 by math-multi-subst, by math-multi-subst.
35750
35751 2005-01-09 Andre Spiegel <spiegel@gnu.org>
35752
35753 * vc.el (vc-allow-async-revert): New user option.
35754 (vc-disable-async-diff): New internal variable.
35755 (vc-revert-buffer): Use them to disable asynchronous diff.
35756
35757 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
35758 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
35759 asynchronously if vc-disable-async-diff is t.
35760
35761 2005-01-09 Jay Belanger <belanger@truman.edu>
35762
35763 * calc/calc.el (defcalcmodevar): New macro.
35764 (calc-mode-var-list-restore-default-values)
35765 (calc-mode-var-list-restore-saved-values): New functions.
35766 (calc-mode-var-list): Use defcalcmodevar to define it.
35767 (calc-always-load-extensions, calc-line-numbering)
35768 (calc-line-breaking, calc-display-just, calc-display-origin)
35769 (calc-number-radix, calc-leading-zeros, calc-group-digits)
35770 (calc-group-char, calc-point-char, calc-frac-format)
35771 (calc-prefer-frac, calc-hms-format, calc-date-format)
35772 (calc-float-format, calc-full-float-format, calc-complex-format)
35773 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
35774 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
35775 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
35776 (calc-matrix-brackets, calc-language, calc-language-option)
35777 (calc-left-label, calc-right-label, calc-word-size)
35778 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
35779 (calc-display-raw, calc-internal-prec, calc-angle-mode)
35780 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
35781 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
35782 (calc-window-height, calc-display-trail, calc-show-selections)
35783 (calc-use-selections, calc-assoc-selections)
35784 (calc-display-working-message, calc-auto-why, calc-timing)
35785 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
35786 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
35787 (calc-gnuplot-default-device, calc-gnuplot-default-output)
35788 (calc-gnuplot-print-device, calc-gnuplot-print-output)
35789 (calc-gnuplot-geometry, calc-graph-default-resolution)
35790 (calc-graph-default-resolution-3d, calc-invocation-macro)
35791 (calc-show-banner): Use defcalcmodevar to declare them and set
35792 their default values.
35793
35794 * calc/calc-ext.el (calc-reset): Restore saved values of variables
35795 instead of default values (but restore default values if there is
35796 an argument of 0).
35797
35798 2005-01-09 David Kastrup <dak@gnu.org>
35799
35800 * desktop.el (desktop-restore-eager): Fix typo in type.
35801
35802 2005-01-08 Richard M. Stallman <rms@gnu.org>
35803
35804 * cus-edit.el (customize): Delete :link.
35805
35806 2005-01-08 Jay Belanger <belanger@truman.edu>
35807
35808 * calc/calc.el (calc-mode): Remove the extension from the
35809 `calc-settings-file' file name when loading it.
35810
35811 2005-01-08 Kim F. Storm <storm@cua.dk>
35812
35813 * info.el (Info-mode-map, Info-next-link-keymap)
35814 (Info-prev-link-keymap, Info-up-link-keymap):
35815 Map follow-link to mouse-face.
35816 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
35817
35818 2005-01-08 Jay Belanger <belanger@truman.edu>
35819
35820 * calc/calc.el (calc-settings-file): Change default value.
35821 Suggested by cgw in a comment in calc-mode.el.
35822
35823 * calc/calc-mode.el (calc-settings-file-name):
35824 Compare calc-settings-file to user-init-file instead of ~/.emacs.
35825 Replace ~/.emacs in a prompt by calc-settings-file.
35826
35827 2005-01-07 Lars Hansen <larsh@math.ku.dk>
35828
35829 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
35830 (desktop-lazy-idle-delay): New customizable variables.
35831 (desktop-buffer-args-list): New variable.
35832 (desktop-append-buffer-args): New function.
35833 (desktop-save): Call desktop-append-buffer-args for some buffers.
35834 (desktop-lazy-create-buffer): New function.
35835 (desktop-idle-create-buffers): New function.
35836 (desktop-read): Add message about buffers to restore lazily.
35837 (desktop-lazy-abort): New command.
35838 (desktop-clear): Call desktop-lazy-abort.
35839 (desktop-lazy-complete): New command.
35840
35841 2005-01-06 Richard M. Stallman <rms@gnu.org>
35842
35843 * emacs-lisp/find-func.el (find-face-definition):
35844 Rename from find-face.
35845
35846 2005-01-06 Kim F. Storm <storm@cua.dk>
35847
35848 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
35849
35850 * man.el (Man-xref-man-page, Man-xref-header-file)
35851 (Man-xref-normal-file): Add follow-link property.
35852
35853 2005-01-06 Jay Belanger <belanger@truman.edu>
35854
35855 * calc/calc-units.el: Make sure the proper macro definitions are
35856 available when compiling.
35857
35858 2005-01-06 Juri Linkov <juri@jurta.org>
35859
35860 * isearch.el (isearch-lazy-highlight-update):
35861 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
35862
35863 2005-01-06 Miles Bader <miles@gnu.org>
35864
35865 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
35866 (isearch-lazy-highlight-face): Use new name.
35867
35868 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
35869
35870 * uniquify.el (uniquify-rationalize-file-buffer-names):
35871 Re-add an interactive spec.
35872 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
35873 to the same name.
35874
35875 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
35876 (isearch-update, isearch-done): Adjust calls accordingly.
35877
35878 2005-01-05 Richard M. Stallman <rms@gnu.org>
35879
35880 * custom.el (custom-set-variables, custom-theme-set-variables):
35881 Clarify documentation.
35882
35883 * emacs-lisp/find-func.el (find-variable)
35884 (find-variable-other-window, find-variable-other-frame):
35885 Fix the TYPE args to find-function-read and find-function-do-it.
35886 (find-function): Doc fix.
35887 (find-function-at-point): Replace function-at-point alias.
35888
35889 2005-01-04 Richard M. Stallman <rms@gnu.org>
35890
35891 * cus-face.el (custom-declare-face):
35892 Record defface in current-load-list.
35893
35894 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
35895
35896 * emacs-lisp/find-func.el: Doc fixes.
35897 (find-face-regexp): New variable.
35898 (find-function-regexp-alist): New variable.
35899 (find-function-C-source): Third arg is now TYPE.
35900 (find-function-search-for-symbol): Handle general TYPE.
35901 (find-function-read, find-function-do-it): Handle general TYPE.
35902 (find-definition-noselect, find-face): New functions.
35903 (function-at-point): Alias deleted.
35904
35905 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
35906
35907 * battery.el (display-battery-mode): Rename from display-battery.
35908 Handle the case where it gets turned off.
35909
35910 2005-01-04 Richard M. Stallman <rms@gnu.org>
35911
35912 * cus-edit.el (customize): Make :link point to user doc.
35913
35914 * man.el (Man-fontify-manpage): Turn off undo generation.
35915
35916 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
35917
35918 2005-01-04 Andreas Schwab <schwab@suse.de>
35919
35920 * files.el (insert-directory): Only look for error lines in
35921 inserted text. Don't move too far after processing --dired markers.
35922
35923 2005-01-04 Richard M. Stallman <rms@gnu.org>
35924
35925 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
35926 Don't expand if the character is @, period, dash, etc.
35927 (define-mail-abbrev): Quote names that contain problem characters.
35928
35929 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
35930
35931 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
35932
35933 2005-01-03 Richard M. Stallman <rms@gnu.org>
35934
35935 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
35936 (query-replace-highlight, query-replace-lazy-highlight)
35937 (query-replace): Definitions moved up. Doc fix.
35938
35939 2005-01-03 Richard M. Stallman <rms@gnu.org>
35940
35941 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
35942 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
35943 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
35944 (lazy-highlight-face): Rename from isearch-lazy-...
35945 Change all references to them.
35946
35947 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
35948
35949 * cus-edit.el (custom-file): Doc fix for defcustom.
35950 (custom-file): The function no longer sets the variable
35951 `custom-file' to its return value.
35952
35953 * startup.el (command-line): No longer load `custom-file'.
35954
35955 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
35956
35957 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
35958
35959 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
35960 Don't confuse module-prefixed identifiers for labels.
35961 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
35962
35963 2005-01-02 Richard M. Stallman <rms@gnu.org>
35964
35965 * files.el (basic-save-buffer-1): Fix previous change.
35966
35967 * loadhist.el (file-loadhist-lookup): New function.
35968 (file-provides, file-requires): Use it.
35969
35970 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
35971 instead of calculating the right size.
35972
35973 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
35974
35975 * vc-svn.el (vc-svn-diff): Stay local if possible.
35976
35977 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
35978
35979 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
35980
35981 * files.el (hack-local-variables): Fix last change.
35982
35983 2005-01-02 Jay Belanger <belanger@truman.edu>
35984
35985 * calc/calc-yank.el (calc-edit-top): New variable.
35986 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
35987 object. Change header properties.
35988 (calc-edit-finish, calc-edit-finish-stack-object)
35989 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
35990 edited object.
35991 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
35992 for the beginning of the edited object.
35993 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
35994 for the beginning of the edited object.
35995 * calc/calc-prog.el (calc-edit-macro-finish-edit)
35996 (calc-finish-formula-edit, calc-macro-repeats)
35997 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
35998 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
35999 beginning of the edited object.
36000 (calc-user-define-edit): Change the header for editing macros.
36001 Remove unnecessary variable.
36002
36003 2005-01-01 Jay Belanger <belanger@truman.edu>
36004
36005 * calc/calc-yank.el (calc-edit-mode): Change default header.
36006 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
36007 * calc/calc-store.el (calc-edit-variable): Change title to match new
36008 header.
36009 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
36010 mode to match new header.
36011 (calc-user-define-edit): Change titles to include names of commands.
36012 (calc-finish-formula-edit): Adjust to handle new header.
36013 (calc-finish-macro-edit): Remove.
36014 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
36015 (calc-edit-macro-command, calc-edit-macro-command-type)
36016 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
36017 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
36018 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
36019 (calc-edit-macro-finish-edit): New functions.
36020 (calc-user-define-edit): Use new functions to edit named calc macros.
36021
36022 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
36023
36024 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
36025
36026 * ses.el (copy-region-as-kill): Deactivate mark.
36027
36028 2005-01-01 Richard M. Stallman <rms@gnu.org>
36029
36030 * replace.el (occur-1): If the output buffer is also an input,
36031 don't kill it, rename it.
36032
36033 * faces.el (set-face-background, set-face-foreground): Doc fix.
36034
36035 * cus-face.el (custom-face-attributes): Fix :help-echo strings
36036 for :foreground and :background.
36037
36038 * dired.el (dired-view-command-alist): Variable deleted.
36039 (dired-view-file, dired-mouse-find-file-other-window):
36040 Delete the code to use it.
36041
36042 2005-01-01 Kim F. Storm <storm@cua.dk>
36043
36044 * image.el (insert-sliced-image): Use t for line-height property.
36045
36046 See ChangeLog.11 for earlier changes.
36047
36048 ;; Local Variables:
36049 ;; coding: iso-2022-7bit
36050 ;; add-log-time-zone-rule: t
36051 ;; End:
36052
36053 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
36054
36055 This file is part of GNU Emacs.
36056
36057 GNU Emacs is free software; you can redistribute it and/or modify
36058 it under the terms of the GNU General Public License as published by
36059 the Free Software Foundation; either version 3, or (at your option)
36060 any later version.
36061
36062 GNU Emacs is distributed in the hope that it will be useful,
36063 but WITHOUT ANY WARRANTY; without even the implied warranty of
36064 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
36065 GNU General Public License for more details.
36066
36067 You should have received a copy of the GNU General Public License
36068 along with GNU Emacs; see the file COPYING. If not, write to the
36069 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
36070 Boston, MA 02110-1301, USA.
36071
36072 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1