*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
2
3 * textmodes/org.el: (org-insert-heading): Try to do items before
4 headings.
5 (org-agenda-mode): Quote `org-agenda-mode-hook'.
6 (org-insert-item): New function.
7 (org-renumber-ordered-list): Don't skip to higher level lists.
8
9 2005-12-08 Juri Linkov <juri@jurta.org>
10
11 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
12
13 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
14
15 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
16
17 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
18 the constructed function name fun-1.
19
20 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
21 because such links don't lead to parent documentation.
22
23 2005-12-08 Kenichi Handa <handa@m17n.org>
24
25 * descr-text.el (describe-char): Use *Help-2* buffer if the
26 current buffer is *Help*. Call describe-text-properties while
27 setting the original buffer.
28
29 2005-12-07 Bill Wohler <wohler@newt.com>
30
31 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
32 and causes problems with non-MH users (such as Gnus users).
33
34 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
35
36 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
37 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
38 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
39 command "info sources". Move calls to GDB command "list".
40 (gdb-find-file-hook): Just use gdb-source-file-list.
41 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
42 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
43 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
44 (gdb-data-list-register-values-handler): Use correct trigger name.
45
46 2005-12-07 Kim F. Storm <storm@cua.dk>
47
48 * ido.el (ido-completion-map): Renamed from ido-mode-map.
49 (ido-common-completion-map, ido-file-completion-map)
50 (ido-file-dir-completion-map, ido-buffer-completion-map):
51 Renamed from ido-mode-....-map.
52 (ido-init-completion-maps): Renamed from ido-init-mode-maps.
53 (ido-setup-completion-map): Renamed from ido-define-mode-map.
54 (ido-read-internal): Bind minibuffer-local-filename-completion-map
55 to ido-completion-map.
56
57 2005-12-07 Kenichi Handa <handa@m17n.org>
58
59 * international/mule-cmds.el
60 (set-display-table-and-terminal-coding-system): If the coding
61 system specified in `unibyte-display' property is different from
62 the arg coding-system, don't setup standard-display-table.
63
64 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
65
66 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
67 that comments end at \n, regardless of selective-display.
68
69 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
70
71 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
72 (gdb-version): New variables.
73 (gdb-source-file-list, gdb-register-names)
74 (gdb-changed-registers): New variables for use with GDB 6.4+.
75 (gdb-ann3): Replace with...
76 (gdb-init-1, gdb-init-2): ...two new functions.
77 (gdba, gdb-prompt): Call gdb-init-1.
78 (gdb-get-version): New function. Call gdb-init-2 from here.
79 (gud-watch): Make it work with mouse events too.
80 (gdb-post-prompt): Don't add to queue until GDB version is known.
81 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
82 (gdb-locals-mode): Use gdb-version.
83 (gdb-memory-format-map, gdb-memory-unit-map)
84 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
85 (gdb-locals-font-lock-keywords-1)
86 (gdb-locals-font-lock-keywords-2): New variables.
87 (gdb-find-file-hook): fgfg.
88 (gdb-set-gud-minor-mode-existing-buffers-1)
89 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
90 (gdb-var-update-1, gdb-var-update-handler-1)
91 (gdb-data-list-register-values-handler)
92 (gdb-data-list-register-values-custom)
93 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
94 (gdb-stack-list-locals-handler, gdb-get-register-names):
95 New functions for use with GDB 6.4+.
96 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
97 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
98 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
99 (gdb-stack-list-locals-regexp)
100 (gdb-data-list-register-names-regexp): New regexps for use with
101 GDB 6.4+.
102
103 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
104
105 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
106
107 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
108
109 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
110 prompts work for AUTH PLAIN. Also reported by Steve Allan
111 <seallan@verizon.net>.
112
113 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
114
115 * frame.el (set-frame-parameter): Add doc string.
116
117 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
118
119 * textmodes/org.el: (org-occur-highlights): New variable.
120 (org-highlight-new-match, org-remove-occur-highlights): New functions.
121 (org-highlight-sparse-tree-matches): New option.
122 (org-do-occur): New function.
123 (org-get-heading): Make it work also at beginning of line.
124 (org-category-table): New variable.
125 (org-get-category-table, org-get-category)
126 (org-camel-to-words, org-link-search): New functions.
127 (org-select-this-todo-keyword): New variable.
128 (org-todo-list): New command.
129 (org-shiftright, org-shiftleft): New commands.
130 (org-agenda-todo): Add prefix argument.
131 (org-show-hierarchy-above): New option.
132 (org-show-todo-tree): Numerical prefix creates tree for specific
133 TODO keyword.
134 (org-outline-level): New function, to assign a level to plain
135 lists items.
136 (org-cycle-include-plain-lists): New option.
137 (org-mode): Use `org-outline-level' as value of `outline-level'.
138 (org-cycle): Temporarily switch `outline-regexp' if
139 `org-cycle-include-plain-lists' is non-nil.
140 (org-start-icalendar-file): Fix format bug.
141 (org-agenda-get-day-entries): Create category table.
142 (org-agenda-get-todos, org-agenda-get-timestamps)
143 (org-agenda-get-deadlines, org-agenda-get-scheduled)
144 (org-agenda-get-blocks): Use `org-get-category'.
145 (org-context-in-file-links): Rename from
146 `org-line-numbers-in-file-links' .
147
148 2005-12-06 Romain Francoise <romain@orebokech.com>
149
150 * window.el (balance-windows): Delete extraneous third arg in call
151 to `enlarge-window'.
152
153 2005-12-06 Kenichi Handa <handa@m17n.org>
154
155 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
156
157 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
158
159 * progmodes/gdb-ui.el (gdb-var-create-handler)
160 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
161 (gdb-var-list-children-handler, gdb-var-update-handler):
162 Current buffer is already gdb-partial-output-buffer, don't
163 make it current again.
164
165 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
166
167 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
168 (list-buffers-noselect): Use it.
169
170 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
171
172 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
173 (mail-yank-ignored-headers): Use regexp-opt.
174 (mail-mode-map): Move initialization into declaration.
175 (mail-sent-via): Remove unused shadowed var `to-line'.
176 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
177 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
178 (mail-do-fcc): Use dolist and push.
179 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
180 (mail-yank-ignored-headers): Don't autoload.
181
182 2005-12-05 Kenichi Handa <handa@m17n.org>
183
184 * international/mule-cmds.el (set-language-info-internal): New fun.
185 (set-language-info): Call set-language-info-internal to update
186 language-info-alist. If LANG-ENV is the current one, call
187 set-language-environment to make INFO effective now.
188 (set-language-info-alist): Likewise.
189 (locale-language-names): With locale "en", use English
190 lang. env. but set the default codings to iso-8859-1.
191
192 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
193
194 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
195 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
196 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
197 for plain strings.
198 (gdb-frames-mode): Remove redundant call to font-lock-mode.
199 (gdb-all-registers): Rename from toggle-gdb-all-registers.
200 Create registers buffer if necessary. Echo new state in minibuffer.
201 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
202
203 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
204
205 * info.el (Info-fontify-node): Match external links using
206 non-directory part of filename.
207
208 2005-12-04 Juri Linkov <juri@jurta.org>
209
210 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
211 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
212 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
213 because there is no customization option for it.
214
215 * font-lock.el (lisp-font-lock-keywords-1):
216 Add define-global-minor-mode.
217
218 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
219
220 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
221 properties on the constructed variable names.
222
223 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
224 Put `definition-name' properties on the constructed function names
225 next-sym and prev-sym.
226
227 * emacs-lisp/find-func.el (find-function-regexp):
228 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
229 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
230 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
231 and easy-menu-define.
232
233 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
234 easy-mmode-define-global-mode and define-global-minor-mode.
235 (lisp-imenu-generic-expression): Add define-global-minor-mode.
236
237 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
238 instead of easy-mmode-define-global-mode.
239
240 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
241 Use define-minor-mode instead of easy-mmode-define-minor-mode.
242
243 * cus-edit.el (customize-group, customize-group-other-window):
244 Filter out autoloaded options from the group completion list by
245 using heuristics that autoloaded groups don't have `custom-autoload'
246 property on their symbols (they have only `custom-loads').
247
248 * simple.el (completion-setup-function): Put completions-common-part
249 face on complete completion string too (i.e. completion string
250 without completions-first-difference face).
251
252 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
253
254 2005-12-03 Eli Zaretskii <eliz@gnu.org>
255
256 * view.el (view-mode): Doc fix.
257
258 * disp-table.el (standard-display-european): Add to the warning
259 message a reference to the doc string.
260
261 * play/yow.el (apropos-zippy): Call print-help-return-message,
262 similar to other Help and Apropos commands.
263
264 * help.el (print-help-return-message): If pop-up-frames is
265 non-nil, set up help-return-method to delete the help window and,
266 possibly, its frame as well, and don't display message about
267 scrolling the help window. Doc fix.
268 (help-return-method): Doc fix.
269
270 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
271
272 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
273 whereby names of length one or names starting with a
274 symbol-constituent character would not be returned.
275
276 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
277
278 * subr.el (atomic-change-group): Add edebug and indentation spec.
279
280 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
281
282 * completion.el (save-completions-file-name): Fix typo in last change.
283
284 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
285
286 * info.el: Move back/forward history to the beginning of the tool bar.
287
288 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
289
290 * allout.el:(eval-when-compile): Remove unnecessary load of 'cl.
291 Add fset of allout-real-isearch-abort during compile to fix
292 byte-compilation warnings.
293 (allout-mode-p): Move definition of this macro above all uses, or
294 byte compilation in barren emacs (eg, during emacs build) will
295 lack the definition.
296 (allout-mode): Move this variable above any uses, or byte
297 compilation will fail.
298 (allout-resolve-xref): Remove use of personal file-reference function.
299 (allout-toggle-current-subtree-encryption): Do the current (ie,
300 visible containing) topic, rather than nearest around point. Doc fix.
301 (allout-toggle-subtree-encryption): New function, workhorse that
302 works on nearest topic containing point.
303 (allout-encrypt-string): Signal requirement for newer version of pgg.
304 (allout-resumptions): Doc fix.
305
306 2005-12-02 Eli Zaretskii <eliz@gnu.org>
307
308 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
309
310 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
311
312 * textmodes/flyspell.el (flyspell-external-point-words):
313 Consider a misspelling as found in the string search if: (a) misspelling
314 and found string lengths match, or (b) misspelling is found as
315 element in a boundary-chars separated longer string, or (c)
316 ispell-program-name is really ispell and misspelling is found as
317 part of a TeX string. After successful match move beginning of
318 search region to end of match. Warn about not found misspellings
319 once the process is done.
320 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
321
322 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
323
324 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
325 tool bar (removed inadvertently).
326
327 2005-12-02 Juri Linkov <juri@jurta.org>
328
329 * log-view.el (log-view-diff): Clarify doc string.
330
331 2005-12-01 Bill Wohler <wohler@newt.com>
332
333 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
334 triggers lm-verify errors.
335
336 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
337
338 * simple.el (transient-mark-mode, line-number-mode)
339 (column-number-mode, size-indication-mode): Remove `:require nil'.
340
341 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
342
343 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
344 in the margin also.
345 (gdb-breakpoints-mode-map): Use D instead of d for
346 gdb-delete-breakpoint.
347 (gdb-get-frame-number): Require a number to match on.
348 (gdb-threads-mode-map): Add follow-link binding.
349
350 2005-11-30 Jason Rumney <jasonr@gnu.org>
351
352 * isearch.el (isearch-mode-map): Avoid exiting search on
353 language-change event.
354
355 2005-11-30 Romain Francoise <romain@orebokech.com>
356
357 * speedbar.el (speedbar-default-position): New defcustom.
358 (speedbar-frame-reposition-smartly): Use it.
359
360 * dframe.el (dframe-reposition-frame-emacs): Fix position
361 computation for `left' location.
362 Update copyright year.
363
364 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
365
366 * help.el (help-map): Move initialization into declaration.
367
368 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
369
370 * help-fns.el (help-argument-name): Don't autoload.
371 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
372 to be re-loaded when customizing the `help' group.
373
374 2005-11-30 John Paul Wallington <jpw@gnu.org>
375
376 * help-fns.el (describe-function-1): Fill arglist output.
377
378 2005-11-30 Kim F. Storm <storm@cua.dk>
379
380 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
381 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
382 after revert-buffer (or anything else which kills all local variables).
383
384 * apropos.el (apropos-parse-pattern): Doc fix.
385 Set apropos-regexp directly, rather than expecting callers to do so.
386 (apropos-command, apropos, apropos-value, apropos-documentation):
387 Simplify calls to apropos-parse-pattern.
388
389 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
390
391 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
392 (hi-lock-face-phrase-buffer): Use hi-yellow face.
393 (hi-lock-write-interactive-patterns): Use comment-region.
394
395 * longlines.el (longlines-mode): Add mail-setup-hook.
396
397 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
398
399 * simple.el (sendmail-user-agent-compose, next-line):
400 Conditionally use hard-newline.
401
402 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
403
404 * international/latexenc.el (latex-inputenc-coding-alist):
405 Reword doc string.
406
407 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
408
409 * help.el (describe-key-briefly, describe-key): Recognize default
410 bindings.
411
412 2005-11-29 Romain Francoise <romain@orebokech.com>
413
414 * view.el (view-inhibit-help-message): New defcustom.
415 (view-mode-enter): Use it.
416
417 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
418
419 * ediff-wind (ediff-setup-control-frame, ediff-make-wide-display):
420 Preserve user position.
421
422 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
423
424 * font-lock.el: Throw error if facemenu is not loaded to prevent
425 accidental change of loading order in loadup.el. (Suggested by RMS.)
426
427 * loadup.el: Add comment explaining why facemenu must be loaded
428 before font-lock.
429
430 2005-11-28 Jay Belanger <belanger@truman.edu>
431
432 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
433 (calc-dispatch-map): Add more keys for `calc-same-interface'.
434
435 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
436
437 * calc/calc-embed.el (calc-do-embedded): Update help message.
438
439 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
440
441 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
442
443 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
444
445 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
446 called-interactively-p.
447 (elp-profilable-p): Rename from elp-not-profilable-p.
448 Invert result and take into account macros and autoloaded functions.
449 (elp-instrument-function): Update call.
450 (elp-instrument-package): Update call. Add completion.
451 (elp-pack-number): Use match-string.
452 (elp-results-jump-to-definition-by-mouse): Merge into
453 elp-results-jump-to-definition and then remove.
454 (elp-output-insert-symname): Make help echo text single-line.
455
456 * replace.el (query-replace-map): Move initialization into declaration.
457 (occur-engine): Use with-current-buffer.
458 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
459 (occur-mode-mouse-goto): Replace with an alias.
460
461 2005-11-28 Juri Linkov <juri@jurta.org>
462
463 * simple.el (quoted-insert): Let-bind input-method-function to nil.
464
465 * term/w32-win.el: Bind [S-tab] to [backtab].
466
467 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
468 `Info-find-file' to t.
469
470 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
471 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
472 and same-window-regexps.
473 (occur-next-error): Don't move point for arg 0.
474
475 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
476
477 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
478
479 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
480
481 * log-edit.el (log-edit-changelog-use-first): New var.
482 (log-edit-changelog-ours-p): Use it.
483 (log-edit-insert-changelog): Set it with new arg `use-first'.
484 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
485 (log-edit-hook): Add them to the list of suggested options.
486
487 * textmodes/flyspell.el (flyspell-last-buffer): New var.
488 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
489 redundant work.
490 (flyspell-mode-on): Use add-hook for after-change-functions.
491 (flyspell-mode-off): Use remove-hook for after-change-functions.
492 (flyspell-changes): Make it buffer-local.
493 (flyspell-after-change-function): Make it non-interactive. Use push.
494 (flyspell-post-command-hook): Check input-pending-p while processing
495 the potentially long list of buffer changes.
496
497 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
498
499 * buff-menu.el (list-buffers-noselect): Display the selected
500 frame's buffer list, not the global one.
501
502 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
503
504 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
505 that (list last-input-event) works as in interactive spec.
506
507 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
508
509 * loadup.el ("facemenu"): Load facemenu before font-lock, because
510 `facemenu-keymap' needs to be defined when font-lock is loaded.
511 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
512
513 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
514
515 * completion.el: Remove useless leading * in defcustom docstrings.
516 (save-completions-file-name): Use ~/.emacs.d if available.
517 (completion-standard-syntax-table): Rename from
518 cmpl-standard-syntax-table and fold initialization into declaration,
519 thus removing cmpl-make-standard-completion-syntax-table.
520 (completion-lisp-syntax-table, completion-c-syntax-table)
521 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
522 (cmpl-saved-syntax, cmpl-saved-point): Remove.
523 (symbol-under-point, symbol-before-point)
524 (symbol-under-or-before-point, symbol-before-point-for-complete)
525 (add-completions-from-c-buffer): Use with-syntax-table.
526 (make-completion): Don't return a list of completion entries.
527 Update callers.
528 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
529 (completion-initialize): Rename from initialize-completions.
530 (completion-find-file-hook): Rename from cmpl-find-file-hook.
531 (kill-emacs-save-completions): Collect stats here.
532 (save-completions-to-file, load-completions-from-file):
533 Use with-current-buffer.
534 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
535 into a function. Move all calls to toplevel.
536 (completion-lisp-mode-hook): New fun.
537 (completion-c-mode-hook, completion-setup-fortran-mode):
538 Set the syntax-table here. Use local-set-key.
539 (completion-saved-bindings): New var.
540 (dynamic-completion-mode): Make it into a proper minor mode.
541 (load-completions-from-file): Remove unused var `num-uses'.
542
543 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
544 constructor if it is explicitly overridden.
545
546 * complete.el (PC-completion-as-file-name-predicate):
547 Use minibuffer-completing-file-name.
548 (partial-completion-mode): Use find-file-not-found-functions.
549 (PC-lisp-complete-symbol): Use with-syntax-table.
550 (PC-look-for-include-file): Remove dead setq.
551 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
552 (PC-complete): Use with-current-buffer.
553
554 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
555 escape single quotes.
556
557 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
558
559 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
560 of `if' whose condition always returned nil. Doc fix.
561
562 * buff-menu.el (Buffer-menu-revert-function): Make the selected
563 window's buffer the current buffer around the call to
564 `list-buffers-noselect'. This is necessary to mark that buffer
565 with a `.' in the Buffer Menu when called from Lisp, for instance
566 by Auto Revert Mode.
567
568 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
569
570 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
571 attaching to it.
572 (gdb-pre-prompt): Make sure gdb-error is reset.
573
574 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
575 with a child process, detect it.
576 (gud-speedbar-buttons): Match regexp more carefully.
577
578 2005-11-27 Richard M. Stallman <rms@gnu.org>
579
580 * mouse.el (mouse-drag-move-window-bottom):
581 Use adjust-window-trailing-edge.
582
583 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
584
585 * simple.el (blink-matching-open): Ignore
586 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
587 (blink-matching-paren-on-screen): Update docstring.
588
589 * paren.el (show-paren-mode): No longer change
590 `blink-matching-paren-on-screen'.
591
592 2005-11-27 John Paul Wallington <jpw@pobox.com>
593
594 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
595 (gdb-threads-select, gdb-edit-register-value):
596 Use `posn-set-point' instead of `mouse-set-point' because the
597 latter is not fbound when configured without X.
598
599 2005-11-27 Kim F. Storm <storm@cua.dk>
600
601 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
602 existing face when partially highlighting a TAB in a rectangle.
603
604 2005-11-26 Kim F. Storm <storm@cua.dk>
605
606 * ido.el (ido-mode-map): Doc fix.
607 (ido-mode-common-map, ido-mode-file-map)
608 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
609 (ido-define-mode-map): Rewrite. Select one of the new maps as
610 parent for ido-mode-map instead of building from scratch.
611 (ido-init-mode-maps): New defun to initialize new maps.
612 (ido-mode): Call it.
613 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
614 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
615
616 2005-11-26 John Paul Wallington <jpw@pobox.com>
617
618 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
619 `mouse-set-point' because the latter is not fbound when configured
620 without X.
621
622 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
623
624 * files.el (file-relative-name): Doc fix.
625
626 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
627
628 * progmodes/octave-inf.el (inferior-octave-startup): Force a
629 non-empty string for secondary prompt PS2.
630
631 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
632
633 * progmodes/compile.el (compilation-setup): Fix last change.
634
635 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
636
637 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
638 (gdb-mouse-toggle-breakpoint-margin)
639 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
640 Add gdb-server-prefix to keep out of command history.
641 (gdb-edit-register-value): New function.
642 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
643 (gdb-info-registers-custom): Use above map.
644
645 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
646
647 * custom.el (enable-theme): Signal error if argument is not a
648 theme. Don't recalculate a face if it's not loaded yet.
649
650 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
651 the `user' theme is in effect.
652
653 * info.el (Info-on-current-buffer): Record actual filename in
654 Info-current-file, instead of t, or a fake filename if a non-file
655 buffer. Make autoload.
656 (Info-find-node, Info-revert-find-node): No need to check for
657 Info-current-file nil.
658 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
659 Info-current-file is now never `t'.
660 (Info-fontify-node): Many simplifications due to Info-current-file
661 always being valid. Use Info-find-file to find node filename.
662
663 2005-11-25 David Kastrup <dak@gnu.org>
664
665 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
666 new character, then delete" in order to preserve markers.
667
668 2005-11-25 David Ponce <david@dponce.com>
669
670 * recentf.el (recentf-arrange-by-rule): Handle a special
671 `auto-mode-alist'-like "strip suffix" rule.
672 (recentf-build-mode-rules): Handle second level auto-mode entries.
673
674 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
675
676 * viper-keym.el (viper-ESC-key): Use different values in terminal and
677 window modes.
678
679 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
680 jde-javadoc-checker-report-mode.
681
682 * ediff-wind (ediff-make-wide-display): Slight simplification.
683
684 * ediff.el (ediff-date): Change the date of last update.
685
686 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
687
688 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
689 Use define-minor-mode, and make it a local mode. Turn on font-lock.
690 (hi-lock-mode): New global minor mode.
691 (turn-on-hi-lock-if-enabled): New function.
692 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
693 Change arguments to regexp and face instead of a font-lock pattern.
694 Directly set face property, instead of refontifying.
695 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
696 (hi-lock-find-patterns): Use line-number-at-pos.
697
698 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
699 arguments for hi-lock-set-pattern.
700 (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
701 font-lock-fontify-buffer.
702 (hi-lock-find-file-hook, hi-lock-current-line)
703 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
704
705 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
706 turned off.
707
708 * progmodes/compile.el (compilation-setup): Don't fiddle with
709 font-lock-defaults.
710
711 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
712
713 * progmodes/gdb-ui.el (gdb-var-create-handler)
714 (gdb-var-list-children-handler): Find values for all variable
715 objects. gud-speedbar-buttons decides whether to display them.
716
717 2005-11-24 Romain Francoise <romain@orebokech.com>
718
719 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
720 buffer name with a space.
721
722 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
723
724 * textmodes/org.el: (org-export-plain-list-max-depth): Renamed from
725 `org-export-local-list-max-depth'. Change default value to 3.
726 (org-auto-renumber-ordered-lists)
727 (org-plain-list-ordered-item-terminator): New options.
728 (org-at-item-p, org-beginning-of-item, org-end-of-item)
729 (org-get-indentation, org-get-string-indentation)
730 (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
731 functions.
732 (org-move-item-down, org-move-item-up): New commands.
733 (org-export-as-html): New classes for CSS support. Bug fix in
734 regular expression detecting fixed-width regions. Respect
735 `org-local-list-ordered-item-terminator'.
736 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
737 also a list item.
738 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
739 New item moving functions.
740
741 2005-11-24 Juri Linkov <juri@jurta.org>
742
743 * isearch.el (isearch-repeat): With empty search ring set
744 `isearch-error' to the error string instead of signaling error
745 with the function `error'.
746
747 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
748
749 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
750
751 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
752
753 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
754 and variable.
755 (gdb-var-create-handler, gdb-var-list-children-handler):
756 Don't match on "char **...".
757 (gdb-var-update-handler): Find values for all variable objects.
758 (gdb-info-frames-custom): Identify frames by leading "#".
759
760 * progmodes/gud.el (gud-speedbar-menu-items): Add
761 gdb-speedbar-auto-raise as radio button.
762 (gud-speedbar-buttons): Raise speedbar if requested.
763 Don't match on "char **...".
764 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
765 Make it editable.
766
767 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
768
769 * info.el (Info-fontify-node): Handle the case where
770 Info-current-file is t.
771
772 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
773
774 * simple.el (blink-matching-open): Fix off-by-one in last change.
775
776 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
777
778 * term/mac-win.el: Don't change default directory.
779
780 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
781
782 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
783 buffers correctly. (It used to throw an error in such buffers.)
784 Make it ask for confirmation in group buffers and other Custom
785 buffers containing more than one customization item.
786
787 2005-11-22 John Paul Wallington <jpw@gnu.org>
788
789 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
790 property on mail and url overlays.
791 (goto-address-at-point): Use `posn-set-point' instead of
792 `mouse-set-point' because the latter is not fbound when configured
793 without X.
794
795 2005-11-22 Lars Hansen <larsh@soem.dk>
796
797 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
798 (ls-lisp-classify, ls-lisp-format): Delete call to
799 ls-lisp-parse-symlink.
800 (ls-lisp-handle-switches): Handle symlinks to directories as
801 directories when ls-lisp-dirs-first in non-nil.
802
803 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
804
805 * startup.el (command-line): Make sure that loaddefs.el is handled
806 correctly in load-history.
807
808 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
809
810 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
811 (gdb-struct-string, gdb-array-string): New constants.
812 (gdb-info-locals-handler): Use them.
813 (gdb-reset): Reset gdb-var-list to nil.
814
815 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
816
817 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
818 in patterns.
819
820 2005-11-21 Juri Linkov <juri@jurta.org>
821
822 * custom.el (defcustom): Update link types in docstring.
823
824 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
825
826 * custom.el (defgroup): Add doc-string-elt info.
827
828 * widget.el (define-widget): Don't use declare for the doc-string-elt.
829
830 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
831
832 * newcomment.el (comment-enter-backward): Fix last fix.
833
834 * simple.el (blink-matching-open):
835 * paren.el (show-paren-function): Allow new paren-class info.
836
837 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
838
839 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
840 handled automagically.
841
842 2005-11-20 Andreas Schwab <schwab@suse.de>
843
844 * descr-text.el (describe-char): When copying overlays put them
845 over the full char description instead of just the first character
846 of it.
847
848 2005-11-20 Juri Linkov <juri@jurta.org>
849
850 * simple.el (what-cursor-position):
851 * descr-text.el (describe-char): Use Lisp-readable syntax
852 for octal and hex. Reorder decimal, octal and hex values.
853 Remove excess whitespace in the output. Use `=' in `column='
854 like in `point=' and `Hscroll='.
855
856 * international/mule-cmds.el (encoded-string-description):
857 Use Lisp-readable syntax for hex.
858
859 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
860
861 * newcomment.el (comment-enter-backward): Handle the case where the
862 comment is closed by EOB.
863
864 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
865
866 * longlines.el (longlines-before-revert-hook)
867 (longlines-after-revert-hook): New functions.
868 (longlines-mode): Turn off longlines temporarily when reverting.
869 Add a message-setup-hook.
870 (longlines-decode-buffer): New function.
871 (longlines-wrap-line): Preserve marker positions.
872
873 2005-11-19 Andreas Schwab <schwab@suse.de>
874
875 * emacs-lisp/shadow.el: Handle compressed files.
876
877 2005-11-19 Romain Francoise <romain@orebokech.com>
878
879 * net/browse-url.el (browse-url-default-browser): Signal an error
880 if no usable browser can be found, rather than try to load w3.
881
882 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
883
884 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
885 replacing existing properties.
886 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
887 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
888 tty specs.
889 (rcirc-server-prefix, rcirc-server): New faces.
890 (rcirc-url-regexp): Generate with rx macro.
891 (rcirc-last-server-message-time): New variable.
892 (rcirc-filter): Record time of last message.
893 (rcirc-keepalive): Kill processes that did not send a message
894 since the last ping.
895 (rcirc-mode): Give rcirc-topic a local binding here.
896
897 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
898
899 * subr.el (read-passwd): Fontify the prompt as we do with other
900 prompts.
901
902 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
903
904 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
905 binding buffer-read-only to nil.
906
907 2005-11-19 Eli Zaretskii <eliz@gnu.org>
908
909 * complete.el (partial-completion-mode):
910 Mention completion-auto-help in the doc string.
911
912 * man.el (Man-highlight-references): Doc fix. Reformat code in a
913 more Lisp-ish way.
914
915 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
916
917 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
918 digits, not 8, to avoid misalignment for files larger than 100MB.
919
920 2005-11-19 Eli Zaretskii <eliz@gnu.org>
921
922 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
923 Mention "keyboard shortcuts" in the help text.
924
925 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
926
927 * startup.el (fancy-splash-default-action): Discard only
928 mouse-down and succeeding mouse-up events in the splash screen
929 window so that drag-n-drop event can be processed.
930
931 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
932
933 * longlines.el (longlines-mode): Add hacks for mail-mode and
934 message-mode.
935
936 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
937
938 * textmodes/org.el: (org-table-sort-lines): New command.
939 (org-tbl-menu): Add entry for `org-table-sort-lines'.
940 (org-add-file): Command removed, use `org-agenda-file-to-front'
941 instead.
942 (org-export-icalendar): Use `org-icalendar-combined-name'.
943 (org-cycle-agenda-files, org-agenda-file-to-end)
944 (org-agenda-file-to-front): New commands.
945 (org-table-tab-jumps-over-hlines,org-export-html-style): New
946 options.
947 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
948 (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
949 New functions.
950 (org-fill-paragraph): Call `org-table-align' in tables.
951 (org-mode): Call `org-set-autofill-regexps'.
952 (org-export-as-html): Support for local handformatted lists.
953 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
954 (org-export-local-list-max-depth): New option.
955 (org-html-expand): Use `org-html-protect'.
956
957 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
958
959 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
960 to "p".
961 (gdb): Move definition of gud-pp to...
962
963 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
964 speedbar.
965 (gdb-find-watch-expression): New function.
966
967 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
968
969 * faces.el (face-attribute, set-face-attribute): Mention existence
970 of `:ignore-defface' setting in docstring.
971
972 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
973
974 * simple.el (completion-setup-function): Fix last change.
975
976 2005-11-17 John Paul Wallington <jpw@pobox.com>
977
978 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
979 Use `posn-set-point' instead of `mouse-set-point' because the
980 latter is not fbound when configured without X.
981
982 * comint.el (comint-insert-input): Likewise.
983
984 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
985
986 * simple.el (hard-newline): New variable.
987 (sendmail-user-agent-compose, next-line): Use it.
988
989 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
990 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
991 (mail-mail-reply-to, mail-mail-followup-to)
992 (mail-position-on-field, mail-signature, mail-yank-original)
993 (mail-attach-file): Likewise.
994
995 * mail/mailheader.el (mail-header-format)
996 (mail-header-format-function): Likewise.
997
998 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
999
1000 2005-11-17 Juri Linkov <juri@jurta.org>
1001
1002 * font-lock.el (font-lock-faces): Rename this defgroup from
1003 `font-lock-highlighting-faces'.
1004 (font-lock-comment-face, font-lock-comment-delimiter-face)
1005 (font-lock-string-face, font-lock-doc-face)
1006 (font-lock-keyword-face, font-lock-builtin-face)
1007 (font-lock-function-name-face, font-lock-variable-name-face)
1008 (font-lock-type-face, font-lock-constant-face)
1009 (font-lock-warning-face, font-lock-negation-char-face)
1010 (font-lock-preprocessor-face)
1011 (font-lock-regexp-grouping-backslash)
1012 (font-lock-regexp-grouping-construct): Rename :group from
1013 `font-lock-highlighting-faces' to `font-lock-faces'.
1014
1015 * cus-edit.el (lisp, c, tex):
1016 * progmodes/ada-mode.el (ada):
1017 * progmodes/asm-mode.el (asm):
1018 * progmodes/cperl-mode.el (cperl-faces):
1019 * progmodes/cpp.el (cpp):
1020 * progmodes/dcl-mode.el (dcl):
1021 * progmodes/f90.el (f90):
1022 * progmodes/fortran.el (fortran):
1023 * progmodes/icon.el (icon):
1024 * progmodes/idlwave.el (idlwave-misc):
1025 * progmodes/m4-mode.el (m4):
1026 * progmodes/make-mode.el (makefile):
1027 * progmodes/meta-mode.el (meta-font):
1028 * progmodes/modula2.el (modula2):
1029 * progmodes/octave-mod.el (octave):
1030 * progmodes/pascal.el (pascal):
1031 * progmodes/perl-mode.el (perl):
1032 * progmodes/prolog.el (prolog):
1033 * progmodes/ps-mode.el (PostScript-edit):
1034 * progmodes/scheme.el (scheme):
1035 * progmodes/sh-script.el (sh-script):
1036 * progmodes/simula.el (simula):
1037 * progmodes/tcl.el (tcl):
1038 * textmodes/nroff-mode.el (nroff):
1039 * textmodes/reftex-vars.el (reftex-fontification-configurations):
1040 * textmodes/sgml-mode.el (sgml):
1041 * textmodes/texinfo.el (texinfo):
1042 Add :link (custom-group-link font-lock-faces) to defgroup.
1043
1044 * hi-lock.el (hi-lock): Rename this defgroup from
1045 `hi-lock-interactive-text-highlighting'. Change parent group from
1046 `faces' to `font-lock'. Add link to the manual.
1047 (hi-lock-mode, hi-lock-file-patterns-range)
1048 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
1049 `hi-lock-interactive-text-highlighting' to `hi-lock'.
1050 (hi-lock-faces): Add :group `faces'.
1051
1052 * cus-edit.el (custom-variable-prompt): Clarify the code.
1053
1054 * faces.el (face-read-string): Set the default value arg of
1055 completing-read.
1056
1057 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
1058
1059 * rfn-eshadow.el (file-name-shadow-properties)
1060 (file-name-shadow-tty-properties, file-name-shadow-mode):
1061 Remove autoloads, because the file is now preloaded.
1062
1063 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1064
1065 * printing.el (easy-menu-intern): Don't define.
1066 (pr-get-symbol): Use easy-menu-intern only if defined.
1067
1068 * simple.el (blink-matching-open): Simplify a bit.
1069 (completion-setup-function): Fix the case of partial-completion-mode
1070 when the minibuffer's contents start with "-".
1071 Obey completion-base-size-function even when
1072 minibuffer-completing-file-name is non-nil.
1073
1074 2005-11-16 Richard M. Stallman <rms@gnu.org>
1075
1076 * net/eudcb-ph.el (eudc-ph-open-session):
1077 Use set-process-query-on-exit-flag.
1078
1079 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
1080
1081 * international/ucs-tables.el (ucs-set-table-for-input):
1082 Use make-local-variable, not make-variable-buffer-local.
1083
1084 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1085 Improve warning message text.
1086
1087 * savehist.el (savehist-save-hook): Add :group.
1088
1089 * menu-bar.el (menu-bar-help-menu):
1090 Rename Find Extra Packages to External Packages.
1091
1092 * cus-edit.el (Custom-reset-standard): Verify that
1093 :custom-standard-value prop exists before calling it.
1094
1095 * apropos.el (apropos-calc-scores): Use apropos-pattern.
1096
1097 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
1098
1099 * wid-edit.el (color): Enclose %t in %{...%}.
1100
1101 * cus-edit.el (face): Enclose %t in %{...%}.
1102
1103 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
1104
1105 * savehist.el (savehist-mode-hook): Re-add the var.
1106 (savehist-mode): Use it.
1107
1108 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1109
1110 * textmodes/flyspell.el: Fix commenting convention.
1111 Remove unnecessary leading * in custom docstrings.
1112 (flyspell-emacs): Remove unused var.
1113 (flyspell-delete-region-overlays): Use remove-overlays.
1114 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
1115 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
1116 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
1117 (flyspell-debug-signal-word-checked): Use with-current-buffer.
1118 (make-flyspell-overlay): Don't locally reuse a global name.
1119 (flyspell-highlight-incorrect-region)
1120 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
1121 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
1122 (flyspell-notify-misspell): Remove unused args `start' and `end'.
1123 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
1124 Wrap calls to accept-process-output inside with-local-quit since it's
1125 often called from a post-command-hook.
1126 (flyspell-correct-word, flyspell-auto-correct-word):
1127 Use ispell-send-string.
1128 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
1129
1130 * calendar/diary-lib.el (diary-list-entries): Also hide the
1131 terminating newline.
1132
1133 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
1134
1135 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
1136 window-system, to allow fonts on tty.
1137
1138 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
1139
1140 * progmodes/gud.el (gud-speedbar-item-info): New function.
1141 (gud-install-speedbar-variables): Use it to display data type
1142 of watch expression as a tooltip in speedbar.
1143
1144 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
1145
1146 * font-core.el (global-font-lock-mode): Add :version keyword,
1147 because default was changed.
1148
1149 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
1150
1151 * startup.el (command-line): Use `custom-reevaluate-setting' for
1152 `file-name-shadow-mode'.
1153
1154 * loadup.el: Preload rfn-eshadow.
1155
1156 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
1157 Add :version keyword.
1158 (file-name-shadow-properties, file-name-shadow-tty-properties)
1159 (file-name-shadow): Add :version keyword.
1160
1161 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
1162 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
1163 in the custom-group property of the symbol frames and the fringe
1164 group got no link to its parent group frames.
1165 Doc fix.
1166
1167 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
1168
1169 * progmodes/gud.el (gud-stop-subjob): New function.
1170 (gud-menu-map, gud-tool-bar-map): Use it.
1171
1172 2005-11-16 Kim F. Storm <storm@cua.dk>
1173
1174 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
1175 than kill it.
1176 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
1177 to a more useful/logical place.
1178
1179 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
1180
1181 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
1182 go buttons complementary.
1183
1184 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
1185
1186 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
1187 (rfn-eshadow-sifn-equal): New function.
1188 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
1189
1190 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
1191
1192 * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
1193 string.
1194
1195 * viper.el (viper-emacs-state-mode-list): Ensure that
1196 rcirc-mode buffers come up in Emacs state.
1197
1198 * ediff-util (ediff-make-temp-file): Use proper file-name-handler
1199 operation.
1200
1201 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
1202
1203 * term.el (term-termcap-format): Fix typos.
1204 (term-down): Fix the negative argument case.
1205
1206 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
1207
1208 * progmodes/gdb-ui.el: Remove face-alias left over from change on
1209 2005-08-15.
1210 (gdb-ann3): New command gud-go.
1211 (menu): Accomodate gdb-mi.el.
1212 (gdb-assembler-custom): Make buffer of selected window current
1213 so that set-window-point works.
1214
1215 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
1216 buttons and include new ones.
1217
1218 2005-11-16 Kim F. Storm <storm@cua.dk>
1219
1220 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
1221 (gud-menu-map): Use it.
1222
1223 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
1224
1225 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
1226 that works correctly for Custom and that does not override a user
1227 who disables it.
1228
1229 * help-mode.el (help-make-xrefs, help-xref-on-pp)
1230 (help-xref-interned, help-follow): Make hyperlinks for variables
1231 that are unbound, but have a non-nil variable-documentation property.
1232
1233 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
1234 mode hook. (It conflicted with defcustoms for some mode hooks.)
1235 Use the `variable-documentation' property to give the mode hook a
1236 docstring and expand that docstring.
1237
1238 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
1239
1240 * savehist.el (savehist-mode): Don't bother with
1241 `custom-set-minor-mode'.
1242 (savehist-coding-system): Check XEmacs version.
1243 (history-length): Declare also at run time.
1244 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
1245 Don't set the customize state.
1246 (savehist-minibuffer-hook): Special case for when
1247 minibuffer-history-variable is equal to t.
1248
1249 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
1250
1251 * files.el (write-file): Refresh VC status.
1252
1253 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
1254 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
1255 than fundamental-mode to see if the mode was set.
1256
1257 2005-11-14 Romain Francoise <romain@orebokech.com>
1258
1259 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
1260 dummy function in `eval-when-compile' to avoid compiler warning.
1261 Require `man' at compile time.
1262
1263 2005-11-14 Jay Belanger <belanger@truman.edu>
1264
1265 * calc-alg.el (calcFunc-write-out-power): Rename it to
1266 calcFunc-powerexpand.
1267 (math-write-out-power): Rename it to math-powerexpand; have it
1268 handle negative exponents.
1269 (calc-writeoutpower): Rename it to calc-powerexpand.
1270
1271 * calc-ext.el: Change calcFunc-writeoutpower and
1272 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
1273 autoloads.
1274 Add calcFunc-ldiv to autoloads.
1275
1276 * calc-arith.el (calcFunc-ldiv): New function.
1277
1278 * calc.el (calc-left-divide): New function.
1279
1280 2005-11-14 Juri Linkov <juri@jurta.org>
1281
1282 * cus-edit.el (custom-variable-prompt): Set the default value arg
1283 of completing-read.
1284
1285 * cus-dep.el (custom-make-dependencies): Reverse the list of
1286 found dependencies.
1287
1288 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
1289
1290 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
1291 Highlighting" entry, it is on by default now.
1292 (menu-bar-options-save): Do not save global-font-lock-mode.
1293
1294 2005-11-13 Richard M. Stallman <rms@gnu.org>
1295
1296 * textmodes/flyspell.el (flyspell-large-region):
1297 Call flyspell-accept-buffer-local-defs.
1298
1299 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
1300
1301 * textmodes/flyspell.el (flyspell-notify-misspell):
1302 Fix misspelling of "Misspelling".
1303 (flyspell-process-localwords): New function.
1304 (flyspell-large-region): Call flyspell-process-localwords and
1305 flyspell-delete-region-overlays.
1306 (flyspell-delete-region-overlays): New function.
1307 (flyspell-delete-all-overlays): Call that.
1308
1309 2005-11-13 Richard M. Stallman <rms@gnu.org>
1310
1311 * help.el (help-for-help-internal): Improve doc of C-h a.
1312 (describe-key): Improve prompt; doc fix.
1313
1314 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
1315
1316 * vc-svn.el (vc-svn-registered): Catch all errors.
1317
1318 * cus-dep.el (custom-make-dependencies): Typo.
1319
1320 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
1321
1322 * net/tramp-util.el (top): Fix compilation warning.
1323
1324 2005-11-13 Kim F. Storm <storm@cua.dk>
1325
1326 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
1327
1328 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
1329
1330 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
1331 (gud-speedbar-buttons): Match on "const char *" too.
1332
1333 * progmodes/gdb-ui.el (gdb-var-create-handler)
1334 (gdb-var-list-children-handler): Match on "const char *" too.
1335 (gdb-var-evaluate-expression-handler): Match on empty string.
1336 (gdb-var-update-handler): Only call
1337 gdb-var-evaluate-expression-handler when required.
1338
1339 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
1340
1341 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
1342 selected window. This still doesn't work for speedbar.
1343 (gud-speedbar-buttons): Handle string expressions properly.
1344
1345 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
1346 (gdb-var-create-handler): Handle string expressions properly.
1347 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
1348 Handle string expressions properly. Move "type" field into regexp.
1349
1350 2005-11-12 Karl Fogel <kfogel@red-bean.com>
1351
1352 * bookmark.el (bookmark-maybe-message): New function to reduce
1353 code duplication: invokes `message' iff baud-rate is high enough.
1354 (bookmark-write-file): Use above instead of an inline conditional.
1355 (bookmark-load): Same.
1356
1357 2005-11-12 Karl Fogel <kfogel@red-bean.com>
1358
1359 * bookmark.el (bookmark-write-file): Don't visit the destination
1360 file, just write the data to it using write-region. This is
1361 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
1362 change to avoid visiting the file in the first place.
1363
1364 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
1365
1366 * hi-lock.el (hi-lock-mode): Set the default value of
1367 font-lock-defaults.
1368
1369 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
1370
1371 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
1372 arg to `file-attributes'.
1373 (find-lisp-format): The UID and GID can now be strings.
1374
1375 2005-11-12 Kim F. Storm <storm@cua.dk>
1376
1377 * help.el (help-map): Bind C-h d to apropos-documentation.
1378
1379 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
1380 when point is at end-of-buffer.
1381
1382 * apropos.el (apropos-match-face): Doc fix.
1383 (apropos-sort-by-scores): Add new choice `verbose'.
1384 (apropos-documentation-sort-by-scores): New defcustom.
1385 (apropos-pattern): Now contains the pattern entered by the user.
1386 (apropos-pattern-quoted): New defvar.
1387 (apropos-regexp): New defvar, containing the regexp corresponding
1388 to apropos-pattern.
1389 (apropos-all-words-regexp): Rename from apropos-all-regexp.
1390 (apropos-read-pattern): New defun. Use it to read pattern arg in
1391 interactive calls; returns list of words for a word list, and
1392 string for a regexp.
1393 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
1394 parses a list of words or regexp as returned by apropos-read-pattern.
1395 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
1396 (apropos-score-doc): Return a very high score if the string
1397 entered by the user matches literally.
1398 (apropos-variable): Doc fix. Use apropos-read-pattern.
1399 (apropos-command): Doc fix. Use apropos-read-pattern and
1400 apropos-parse-pattern. Call apropos-print with nosubst=t.
1401 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
1402 apropos-parse-pattern.
1403 (apropos-documentation): Doc fix. Use apropos-read-pattern and
1404 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
1405 apropos-documentation-sort-by-scores. Call apropos-print with
1406 nosubst=t.
1407 (apropos-documentation-internal): Pass doc string through
1408 substitute-key-definition before adding text properties.
1409 Highlight substring matching literal user input if possible.
1410 (apropos-documentation-check-doc-file): Remove locals beg and end.
1411 Fix calculation of score (as added twice). Pass doc string through
1412 substitute-key-definition before adding text properties.
1413 (apropos-documentation-check-elc-file): Pass doc string through
1414 substitute-key-definition before adding text properties.
1415 Highlight substring matching literal user input if possible.
1416 (apropos-print): Add new arg NOSUBST; if set, command and variable
1417 doc strings have already been passed through substitute-key-definition.
1418 Add code to handle apropos-accumulator items without score element
1419 for backwards compatibility (e.g. with woman package).
1420 Only show scores if apropos-sort-by-scores is `verbose'.
1421
1422 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1423
1424 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
1425 Add jka-compr-load-suffixes to load-suffixes.
1426
1427 * jka-compr.el: Require 'jka-cmpr-hook.
1428 (jka-compr-info-compress-message, jka-compr-info-compress-program)
1429 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
1430 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
1431 (jka-compr-info-can-append, jka-compr-info-strip-extension)
1432 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
1433 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
1434 (jka-compr-uninstall): Remove entries from
1435 jka-compr-added-to-file-coding-system-alist after they are used.
1436 (jka-compr-error): Remove unused var `curbuf'.
1437 (jka-compr-file-local-copy): Remove unused var `notfound'.
1438
1439 2005-11-10 Romain Francoise <romain@orebokech.com>
1440
1441 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
1442
1443 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
1444
1445 * progmodes/gud.el (gud-menu-map): Move parentheses.
1446 (gdb): New command gud-pv.
1447
1448 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1449
1450 * tar-mode.el: Remove spurious or unnecessary leading stars
1451 in docstrings.
1452 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
1453 (tar-parse-octal-integer-safe): Use mapc.
1454 (tar-header-block-summarize): Remove unused var `ck'.
1455 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
1456 cleared before. Obey default-enable-multibyte-characters.
1457 Use mapconcat. Simplify setting of tar-header-offset.
1458 (tar-mode-map): Move initialization inside delcaration.
1459 (tar-flag-deleted): Use `abs'.
1460 (tar-expunge-internal): Remove unused var `line'.
1461 (tar-expunge-internal): Don't hardcode point-min==1.
1462 (tar-expunge): Widen while doing set-buffer-multibyte.
1463 (tar-rename-entry): Use file-name-coding-system.
1464 (tar-alter-one-field): Don't hardcode point-min==1.
1465 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
1466 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
1467
1468 2005-11-10 Masatake YAMATO <jet@gyve.org>
1469
1470 * add-log.el (add-log-current-defun): Handle class::method
1471 notation of c++. Fix incorrect comment.
1472
1473 2005-11-10 Alan Mackenzie <acm@muc.de>
1474
1475 * help-fns.el (describe-variable): Make C-h v work when a variable
1476 has variable documentation yet is unbound.
1477
1478 2005-11-10 Masatake YAMATO <jet@gyve.org>
1479
1480 * man.el (Man-highlight-references): Set an empty
1481 string to `Man-arguments' if it is nil.
1482 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
1483
1484 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1485
1486 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
1487 commenting conventions.
1488
1489 * cus-dep.el (custom-make-dependencies): Simplify.
1490 Better follow the commenting conventions.
1491
1492 2005-11-09 Richard M. Stallman <rms@gnu.org>
1493
1494 * apropos.el (apropos-pattern): Rename from apropos-regexp.
1495 (apropos-orig-pattern): Rename from apropos-orig-regexp.
1496 All uses changed.
1497 (apropos-rewrite-regexp): Doc fix.
1498 (apropos-variable, apropos-command, apropos, apropos-value):
1499 Change prompt; carry through the argument renaming.
1500
1501 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
1502
1503 * find-lisp.el: Require dired.
1504 (find-lisp-find-dired-internal): Do not call
1505 `abbreviate-file-name' on DIR.
1506
1507 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
1508
1509 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
1510
1511 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
1512
1513 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
1514 when using the speedbar.
1515 (gdb): New command gud-pp.
1516 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
1517
1518 2005-11-09 Juri Linkov <juri@jurta.org>
1519
1520 * replace.el (occur-excluded-properties): New defcustom.
1521 (occur-1, occur-engine, occur-accumulate-lines): Use it.
1522
1523 2005-11-08 Jay Belanger <belanger@truman.edu>
1524
1525 * calc/calc-units.el (math-convert-units): Replace any composite
1526 unit by its definition.
1527
1528 2005-11-08 Lars Hansen <larsh@soem.dk>
1529
1530 * emacs-lisp/autoload.el (update-directory-autoloads):
1531 Add obsolete function alias.
1532
1533 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
1534
1535 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
1536 comment-indent-function.
1537 (lisp-comment-indent): Replace by an alias for comment-indent-default.
1538
1539 * reveal.el (reveal-post-command): Rework the handling of
1540 reveal-open-spots, so as to be more reliable. There were several
1541 tricky corner cases where an open spot might be lost, or where
1542 a closed spot might end up on the list of open spots.
1543 Only reveal text that's ellipsised.
1544
1545 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
1546
1547 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
1548
1549 2005-11-07 John Paul Wallington <jpw@gnu.org>
1550
1551 * ibuffer.el (ibuffer): Search iconified frames too when
1552 getting Ibuffer buffer's window.
1553
1554 2005-11-06 Richard M. Stallman <rms@gnu.org>
1555
1556 * progmodes/compile.el (compilation-internal-error-properties):
1557 save-excursion around the computation of MARKER.
1558
1559 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
1560
1561 * textmodes/flyspell.el (flyspell-external-point-words):
1562 flyspell-get-word returns a list, not just a string.
1563
1564 2005-11-06 John Paul Wallington <jpw@pobox.com>
1565
1566 * ibuffer.el (ibuffer): Search all visible frames when getting
1567 Ibuffer buffer's window.
1568
1569 2005-11-07 Masatake YAMATO <jet@gyve.org>
1570
1571 * man.el (Man-reference-regexp): Accept spaces between
1572 `Man-name-regexp' and `Man-section-regexp'.
1573 (Man-apropos-regexp): New variable.
1574 (Man-abstract-xref-man-page): Use value for `Man-target-string'
1575 if available.
1576 (Man-highlight-references, Man-highlight-references0):
1577 Handle the case when `Man-arguments' includes "-k".
1578 (Man-highlight-references0): Rename the argument `TARGET-POS' to
1579 `TARGET'. `TARGET' can be a number, function or nil.
1580
1581 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
1582
1583 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
1584 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
1585 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
1586 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
1587 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
1588 (gdb-send-item): Use buffer-local-value and simplify.
1589
1590 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
1591
1592 * startup.el (command-line): Use `custom-reevaluate-setting' for
1593 `global-font-lock-mode'.
1594
1595 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
1596 by default, except in batch mode or when the -D option is given.
1597
1598 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
1599 specified keyword args on to `define-minor-mode'. Update docstring.
1600
1601 2005-11-05 Romain Francoise <romain@orebokech.com>
1602
1603 * replace.el (occur-engine): Add marker at end of line, too.
1604
1605 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
1606
1607 * font-lock.el: Don't deal with font-lock-face-attributes here,
1608 move the code ...
1609
1610 * startup.el (command-line): ... here. Use face-spec-set instead
1611 of custom-declare-face.
1612
1613 * faces.el (face-spec-set): Reset the face if spec is not nil.
1614
1615 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1616
1617 * newcomment.el (comment-region-internal): Box more tightly in the
1618 common case where there's no TAB in the boxed text.
1619
1620 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1621
1622 * info.el (info-tool-bar-map): Use images prev-node, next-node and
1623 up-node.
1624
1625 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
1626
1627 * newsticker.el: Commentary updated. Code formatting changed.
1628 (newsticker-version): Change to "1.9".
1629 (newsticker, newsticker-feed): Doc fix.
1630 (newsticker-url-list): Doc fix. Add option "Weekly".
1631 (newsticker-retrieval-interval): Add option "Weekly".
1632 (newsticker-headline-processing): Doc fix.
1633 (newsticker-auto-mark-filter): Remove.
1634 (newsticker-auto-mark-filter-list): New.
1635 (newsticker-layout, newsticker-sort-method): Doc fix.
1636 (newsticker-hide-old-items-in-newsticker-buffer)
1637 (newsticker-heading-format, newsticker-item-format)
1638 (newsticker-desc-format): Doc fix.
1639 (newsticker-show-all-rss-elements): Remove.
1640 (newsticker-show-all-news-elements): New.
1641 (newsticker-faces, newsticker-ticker): Doc fix.
1642 (remove-from-invisibility-spec): Code formatting.
1643 (newsticker--process-ids): New.
1644 (newsticker-mode): Doc fix.
1645 (newsticker-mode): Change mode-line-format.
1646 (newsticker-start): Remove debug output.
1647 (newsticker-start-ticker): Doc fix. Add Autoload cookie.
1648 (newsticker-w3m-show-inline-images): Code formatting.
1649 (newsticker-next-item): Call `force-mode-line-update'.
1650 (newsticker-previous-item): Call `force-mode-line-update'.
1651 (newsticker-next-feed): Call `force-mode-line-update'.
1652 (newsticker-previous-feed): Call `force-mode-line-update'.
1653 (newsticker-mark-all-items-at-point-as-read): Code formatting.
1654 (newsticker-show-old-items): Do not show descs.
1655 (newsticker-hide-entry): Hide too much.
1656 (newsticker-hide-entry, newsticker-show-entry)
1657 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
1658 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
1659 (newsticker-toggle-auto-narrow-to-item): Code formatting.
1660 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
1661 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
1662 (newsticker-get-news): Call `force-mode-line-update'.
1663 Collect process ids.
1664 (newsticker--sentinel): Change coding system handling.
1665 Move image retrieval to new functions newsticker--get-logo-url-*.
1666 Move feed parsing to new functions newsticker--parse-*.
1667 Update list of process ids.
1668 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
1669 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
1670 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
1671 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
1672 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
1673 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
1674 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
1675 (newsticker--decode-coding-string): Remove.
1676 (newsticker--decode-numeric-entities): Check input. Format code.
1677 (newsticker--remove-whitespace): Check input.
1678 (newsticker--do-forget-preformatted): Doc fix.
1679 (newsticker--decode-rfc822-date): Allow for missing time.
1680 (newsticker--update-process-ids): New.
1681 (newsticker--image-sentinel): Change comment.
1682 (newsticker--image-read): Change error message.
1683 (newsticker--imenu-goto): Doc fix. Show headline title.
1684 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
1685 (newsticker--buffer-do-insert-text): Clean whitespace in
1686 html-rendered headline title. Code formatting.
1687 Call `newsticker--buffer-print-extra-elements'.
1688 (newsticker--buffer-print-extra-element): Remove.
1689 (newsticker--buffer-print-extra-elements): New.
1690 (newsticker--buffer-do-print-extra-element): New.
1691 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
1692 large sizes.
1693 (newsticker--run-auto-mark-filter)
1694 (newsticker--do-run-auto-mark-filter):
1695 Use `newsticker-auto-mark-filter-list'.
1696
1697 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
1698
1699 * net/rcirc.el: Use split-string OMIT-NULLS argument.
1700 (rcirc-print): Force redisplay before running hooks. Do long
1701 buffer truncation after making new text read-only. Deal with nil
1702 text when decoding strings. If TARGET is nil, use either the
1703 currently selected buffer, if it is an rcirc buffer and of the
1704 same process or the process buffer.
1705 (rcirc-mode): Remove header-line. Recompute short buffer names.
1706 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
1707 (rcirc-short-buffer-name): Add variable.
1708 (rcirc-kill-buffer-hook): Recompute short buffer names.
1709 Remove nick from private channel.
1710 (rcirc-send-input): Send command text to current-buffer.
1711 Don't clear overlay arrow here.
1712 (rcirc-short-buffer-name): Return a short buffer name.
1713 (rcirc-update-short-buffer-names, rcirc-abbreviate)
1714 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
1715 buffer-name abbreviations.
1716 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
1717 Do not touch nick-table when killing a parted channel.
1718 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
1719 Clear arrow from current buffer if it is now hidden.
1720 (rcirc-current-buffer): Add variable.
1721 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
1722 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
1723 Remove -face from names.
1724 (rcirc-update-activity-string): Print "DND" when globally ignoring
1725 activity.
1726 (rcirc-ignore-buffer-activity-flag): Rename from
1727 rcirc-ignore-channel-activity.
1728 (rcirc-ignore-all-activity-flag): Doc fix.
1729 (rcirc-channels): Remove variable.
1730 (rcirc-kill-buffer-hook):
1731 (rcirc-get-buffer-create): Add nick to private channel.
1732 (rcirc-multiline-edit-submit): Remove tabs.
1733 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
1734 folded.
1735 (rcirc-remove-nick-channel): Bug fix.
1736 (rcirc-toggle-ignore-buffer-activity): Rename from
1737 rcirc-toggle-ignore-channel-activity.
1738 (rcirc-record-activity): Add buffers to the front of the list.
1739 (rcirc-update-activity): Remove killed buffers from list.
1740 (rcirc-process-server-response-1): Remove last argument if it is
1741 null before calling handler.
1742 (rcirc): Add "rcirc" defcustom prefix.
1743 (rcirc-prompt): Simplify default prompt.
1744 Use custom-initialize-default.
1745 (rcirc-private-chats): Remove variable.
1746 (rcirc-prompt): Change initialization.
1747 (rcirc-version): Remove function.
1748 (rcirc-id-string): Add constant.
1749 (rcirc-last-buffer): Remove variable.
1750 (rcirc-buffer-alist): Add variable.
1751 (rcirc-connect): Update variable setup.
1752 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
1753 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
1754 default.
1755 (rcirc-handler-generic): Trigger activity.
1756 (rcirc-send-message): Create the buffor of the target.
1757 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
1758 (rcirc-get-buffer): Just return nil if there is no matching buffer.
1759 (rcirc-multiline-edit-cancel): Remove function.
1760 (rcirc-set-last-buffer): Remove function.
1761 (rcirc-get-any-buffer): Add function.
1762 (rcirc-join-channels): Don't print /join text.
1763 (rcirc-toggle-ignore-channel-activity): Add and update echo area
1764 messages.
1765 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
1766 (rcirc-handler-NOTICE): Recognize CTCP responses.
1767 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
1768 constructing TOPIC string for buffers we are not JOINed.
1769 (rcirc-handler-CTCP-response): Add handler.
1770 (rcirc-multiline-edit-submit): Restore the window-configuration
1771 before adjusting point.
1772 (rcirc): Add customization group.
1773 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
1774 (rcirc-user-full-name, rcirc-startup-channels-alist)
1775 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
1776 (rcirc-ignore-all-activity-flag, rcirc-time-format)
1777 (rcirc-input-ring-size, rcirc-read-only-flag)
1778 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
1779 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
1780 Change defvar to defcustom.
1781 (rcirc-update-prompt): Add optional ALL arg, which will update
1782 prompts in all rcirc buffers. Regexp quote replacement text.
1783 (rcirc-fill-column): Accept 'frame-width as a value.
1784 (rcirc-set-changed): Add function.
1785 (rcirc-next-active-buffer): Write more meaningful messages.
1786 (rcirc-faces): Add customization group.
1787 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
1788 (rcirc-nick-in-message-face, rcirc-prompt-face)
1789 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
1790 (with-rcirc-process-buffer): Move before first usage.
1791 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
1792 (rcirc-debug-flag): Rename from `rcirc-log-p'.
1793 (rcirc-debug): Rename from `rcirc-log'.
1794 (rcirc-format-response-string): Do not print '-' chars for a
1795 NOTICE with no sender. Simplify output of server responses.
1796
1797 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
1798
1799 (rcirc-browse-url-map, rcirc-browse-url-at-point)
1800 (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
1801 mouse and RET clickable.
1802
1803 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
1804
1805 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
1806
1807 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
1808
1809 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
1810 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1811 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1812 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1813 argument to all these routines, so the passphrase can be managed
1814 externally and passed in to the system.
1815 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
1816 pgg-add-passphrase-to-cache function.
1817
1818 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
1819 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
1820 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
1821 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
1822 argument to all these routines, so the passphrase can be managed
1823 externally and passed in to the system.
1824 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
1825 function.
1826
1827 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
1828
1829 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
1830 from goto-address-url-regexp.
1831
1832 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
1833
1834 * textmodes/org.el (org-read-date, org-goto-calendar)
1835 (org-recenter-calendar, org-agenda-goto-calendar):
1836 Temporarily clear 'calendar-move-hook'.
1837
1838 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
1839
1840 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
1841 merging.
1842
1843 * ediff-util.el (ediff-previous-difference): Don't skip regions that
1844 have merge clashes.
1845
1846 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1847
1848 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1849 Undo previous change.
1850
1851 * startup.el (command-line): Use `custom-reevaluate-setting' for
1852 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
1853 tty-register-default-colors on Mac.
1854
1855 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
1856
1857 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
1858 (gdb-buffer-type): Make it automatically buffer local...
1859 (gdb-get-create-buffer): ...and set it accordingly.
1860 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
1861 actually work.
1862
1863 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
1864
1865 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
1866 not red.
1867
1868 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
1869
1870 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
1871 case GUD buffer is not visible.
1872 (gdb-goto-breakpoint): Try to force display in source buffer.
1873 (gdb-frame-gdb-buffer): Copy other similar functions.
1874 (gdb-restore-windows): Don't display source if not asked for.
1875 (gdb-assembler-buffer-name): Don't capitalise.
1876
1877 2005-11-03 Richard M. Stallman <rms@gnu.org>
1878
1879 * wid-edit.el (key-sequence): New widget type.
1880
1881 * simple.el (set-mark-command-repeat-pop): New variable.
1882 (set-mark-command): Only interpret plan C-@ after a pop as a pop
1883 if set-mark-command-repeat-pop is true.
1884
1885 * info.el (Info-fontify-node): Don't display extra "see" if there
1886 already is one here.
1887
1888 * mouse.el: Fix special handling of DEL after dragging a region:
1889 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
1890 (mouse-region-delete-keys): Add [backspace].
1891
1892 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
1893
1894 * textmodes/ispell.el (ispell-command-loop): Change `i' description
1895 not to assume it pertains to an affix.
1896
1897 * textmodes/flyspell.el (flyspell-post-command-hook):
1898 Bind deactivate-mark to prevent deactivation.
1899
1900 2005-11-03 Lars Hansen <larsh@soem.dk>
1901
1902 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
1903 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
1904 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
1905
1906 2005-11-03 Romain Francoise <romain@orebokech.com>
1907
1908 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
1909 Update copyright years.
1910
1911 2005-11-03 Sam Steingold <sds@gnu.org>
1912
1913 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1914 Use system-type instead of window-system because window-system is not
1915 correctly defined during loadup.
1916
1917 2005-11-02 Mark A. Hershberger <mah@everybody.org>
1918
1919 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
1920 (xml-parse-tag): Join strings separated by a comment properly.
1921
1922 2005-11-02 Andreas Schwab <schwab@suse.de>
1923
1924 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
1925
1926 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
1927
1928 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
1929 (byte-optimize-pure-func): Quote the eval'd value.
1930
1931 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
1932 Rename from perl-font-lock-syntactic-face-function.
1933 Change the calling convention so it can be used as a font-lock MATCHER.
1934 Do the parse-partial-sexp loop outselves.
1935 (perl-font-lock-syntactic-keywords): Use it.
1936 (perl-mode): Don't set font-lock-syntactic-face-function any more.
1937
1938 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
1939
1940 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
1941 disassembly buffer too.
1942 (gdb-exited): Remove overlay arrows when execution has finished.
1943 (gdb-info-frames-custom, gdb-info-threads-custom)
1944 (gdb-info-registers-custom): Don't add inappropriate text
1945 properties if inferior is not active.
1946
1947 2005-11-02 Glenn Morris <rgm@gnu.org>
1948
1949 * progmodes/fortran.el (fortran-blink-match):
1950 Use `blink-matching-delay'.
1951
1952 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
1953
1954 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
1955
1956 2005-11-02 Lars Hansen <larsh@soem.dk>
1957
1958 * net/tramp.el (tramp-action-out-of-band): Handle scp message
1959 "Permission denied".
1960
1961 2005-11-01 Richard M. Stallman <rms@gnu.org>
1962
1963 * textmodes/flyspell.el (flyspell-external-point-words):
1964 Pass nil to flyspell-get-word.
1965
1966 2005-11-02 Kim F. Storm <storm@cua.dk>
1967
1968 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
1969 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
1970
1971 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
1972
1973 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
1974 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1975 (calendar-mouse-print-dates): Add optional `event' argument.
1976 Update interactive-spec.
1977 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
1978 Use `calendar-event-to-date' instead of `event'.
1979
1980 2005-11-02 Masatake YAMATO <jet@gyve.org>
1981
1982 * progmodes/ld-script.el (ld-script-builtins):
1983 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
1984 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
1985 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
1986
1987 2005-11-01 Romain Francoise <romain@orebokech.com>
1988
1989 * vc-sccs.el: Update copyright year.
1990 * ezimage.el: Likewise.
1991
1992 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
1993
1994 * info.el (Info-fontify-node): Use `string-width' for fontifying
1995 underlined titles.
1996
1997 2005-11-01 Juri Linkov <juri@jurta.org>
1998
1999 * info.el (Info-fontify-node): Downcase node header keywords Node,
2000 Prev, Next, Up before comparison.
2001 (Info-history): Insert absolute directory name, and put invisible
2002 property on it.
2003
2004 2005-11-01 Juri Linkov <juri@jurta.org>
2005
2006 * info.el (Info-file-supports-index-cookies): New variable.
2007 (Info-find-node-2): Check makeinfo version for index cookie support.
2008 (Info-index-nodes): Search for nodes with index cookies only when
2009 Info-file-supports-index-cookies is t. Otherwise, search nodes
2010 with "Index" in the node name.
2011 (Info-index-node): Search index cookie in the current node only when
2012 Info-file-supports-index-cookies is t. Otherwise, check the word
2013 "Index" in the node name.
2014 (Info-find-emacs-command-nodes): Remove code that searches nodes
2015 with "Index" node name in the top menu.
2016
2017 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
2018
2019 * progmodes/scheme.el (scheme-mode-variables): Use the default
2020 comment-indent-function.
2021
2022 * faces.el (face-attribute): Handle the case where a face inherits from
2023 a non-existent face.
2024
2025 * simple.el (eval-expression-print-format): Use lisp-readable syntax
2026 for octal and hexa output, and merge the char into the paren.
2027 (kill-new): Use push.
2028 (copy-to-buffer): Use with-current-buffer.
2029 (completion-setup-function): Move code in loop to remove redundancy.
2030 (minibuffer-local-must-match-map): Don't add bindings that duplicate
2031 those inherited from minibuffer-local-completion-map.
2032
2033 * savehist.el (savehist-mode) <defcustom>:
2034 Use custom-set-minor-mode if available.
2035 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
2036 and emit a message if applicable.
2037
2038 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
2039
2040 * savehist.el: Sync up to version 19.
2041 (savehist-mode): New minor mode.
2042 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
2043 (savehist-length): Remove (use history-length instead).
2044 (savehist-file-modes): Rename from savehist-modes.
2045 (savehist-save-hook, savehist-loaded): New vars.
2046 (savehist-load): Use savehist-mode. Try to smooth up transition from
2047 old format to new format.
2048 (savehist-install): Allow savehist-autosave-interval to be nil.
2049 (savehist-save): Run the new hook. Be more careful to only trim the
2050 history variables.
2051 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
2052 (savehist-printable): Print into a buffer rather than char-by-char.
2053
2054 2005-11-01 John Wiegley <johnw@newartisans.com>
2055
2056 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
2057 toggle-ignore keybinding (C-a). The author said it had been
2058 disabled much earlier due to a possible incompatibility, but after
2059 many months of usage I have encountered no problems (and it is a
2060 rather useful option, especially for switching to " *temp*").
2061
2062 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
2063 support for OS/X's AddressBook, by calling out to the open source
2064 program "contacts" (installable through Fink).
2065
2066 * net/eudc.el (eudc-expand-inline): If the
2067 `eudc-multiple-match-handling-method' is set to `all', delete the
2068 query string before inserting the query result.
2069
2070 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
2071 flag, to prevent Eshell from using the system ls when
2072 `eshell-ls-insert-directory' is in used.
2073 (eshell-ls-insert-directory): Disable font-lock in directory
2074 buffer so that Eshell's own fontification is seen. This broke
2075 recently due to changes in font-lock, so this goes back to version
2076 21 behavior.
2077
2078 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
2079
2080 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
2081 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
2082 (gdb-many-windows): Doc fix.
2083
2084 2005-10-31 Romain Francoise <romain@orebokech.com>
2085
2086 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
2087
2088 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
2089
2090 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
2091 that global-font-lock-mode can be enabled by default.
2092
2093 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
2094 (font-lock-add-keywords, font-lock-remove-keywords)
2095 (font-lock-fontify-buffer): Remove autoload cookies.
2096
2097 * jit-lock.el (jit-lock-register): Likewise.
2098
2099 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
2100
2101 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
2102
2103 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
2104 intact if there is no gud-comint-buffer.
2105
2106 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
2107
2108 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
2109 old prompt comint-prompt-read-only is t and GDB commands are
2110 issued from tool bar etc.
2111
2112 2005-10-31 Masatake YAMATO <jet@gyve.org>
2113
2114 * vc.el (vc-directory-exclusion-list): Add "{arch}".
2115
2116 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
2117
2118 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
2119 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
2120
2121 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
2122
2123 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
2124 starting at beginning of line. Fontification is messed up when
2125 `open-paren-in-column-0-is-defun-start' set to t.
2126 Reported by John Paul Wallington <jpw@pobox.com>.
2127
2128 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
2129
2130 * comint.el (comint-send-input): Call `comint-update-fence' when
2131 `comint-process-echoes' and `comint-prompt-read-only' are both
2132 non-nil, to avoid leftover read-only newline.
2133
2134 2005-10-30 Richard M. Stallman <rms@gnu.org>
2135
2136 * textmodes/flyspell.el (flyspell-external-point-words):
2137 Detect when WORD can't be checked properly because
2138 flyspell-get-word finds just part of it, and move on.
2139
2140 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
2141 boundarychar for Polish.
2142 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
2143 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
2144
2145 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
2146
2147 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
2148 (gdb-registers-font-lock-keywords): Delete.
2149 (gdb-registers-mode): Don't fontify.
2150 (gdb-info-registers-custom): Use text properties instead as, in
2151 future, changed register values will use font-lock-warning-face.
2152 (gdb-local-font-lock-keywords): Rename to...
2153 (gdb-locals-font-lock-keywords): ...for consistency.
2154
2155 2005-10-30 Andre Spiegel <spiegel@gnu.org>
2156
2157 * vc.el (vc-switch-backend): Better error message if the buffer is
2158 not visiting a file under version control.
2159
2160 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
2161
2162 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
2163
2164 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
2165 ~/.emacs.d/.emacs.
2166
2167 2005-10-29 Richard M. Stallman <rms@gnu.org>
2168
2169 * replace.el (occur-mode-mouse-goto): Always go to other window.
2170 (occur-mode-goto-occurrence): Always switch in same window.
2171
2172 * simple.el (undo): Display message at end, not at start.
2173
2174 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
2175 New arg REUSE-CELL.
2176 (cancel-timer-internal): New function.
2177 (timer-event-handler): Use cancel-timer-internal,
2178 and pass the cell it returns to timer-activate...
2179
2180 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
2181 (jit-lock-deferred-fontify, jit-lock-context-fontify)
2182 (jit-lock-after-change): Test memory-full.
2183
2184 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
2185
2186 * textmodes/conf-mode.el (conf-assignment-sign)
2187 (conf-assignment-regexp): Fix docstrings.
2188 (conf-mode-initialize): New function.
2189 (conf-mode): Remove optional args. Use delay-mode-hooks to
2190 recognize recursive calls.
2191 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
2192 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
2193 (conf-xdefaults-mode): Use define-derived-mode and
2194 conf-mode-initialize.
2195
2196 2005-10-29 Romain Francoise <romain@orebokech.com>
2197
2198 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
2199
2200 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
2201
2202 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
2203 part of the decoded armor to find the key-identifier.
2204 (pgg-gpg-lookup-key-owner): New function to return the
2205 human-readable identifier of a key owner.
2206 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
2207 key itself.
2208 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
2209 the key value) if we have a key and can match it against a secret
2210 key. Also, added a note pointing out fact that the prompt only
2211 indicates the first matching key.
2212
2213 * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
2214 pgg-decrypt-region.
2215 (pgg-pending-timers): A new hash for tracking the passphrase cache
2216 timers, so that new ones supercede old ones.
2217 (pgg-add-passphrase-to-cache): Rename from
2218 `pgg-add-passphrase-cache' to reduce confusion (all callers
2219 changed). Modified to cancel old timers when new ones are added.
2220 (pgg-remove-passphrase-from-cache): Rename from
2221 `pgg-remove-passphrase-cache' to reduce confusion (all callers
2222 changed). Modified to cancel old timers when their keys are
2223 removed from the cache.
2224 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
2225 XEmacs, an indirection to delete-itimer.
2226 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
2227 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
2228 users can only check cache without risk of prompting. Correct bug in
2229 notruncate behavior.
2230 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
2231 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
2232 Add informative docstrings.
2233 (pgg-decrypt): Convey provided passphrase in subordinate call to
2234 pgg-decrypt-region.
2235
2236 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
2237
2238 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
2239 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
2240 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
2241 'passphrase' argument, so the passphrase can be managed externally
2242 and then passed in to the system.
2243
2244 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
2245 (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
2246 so the passphrase cache can be used reliably with identifiers
2247 besides a pgp packet's key id.
2248
2249 * pgg-gpg.el (pgg-pgp-encrypt-region)
2250 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
2251 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
2252 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
2253 argument to all these routines, so the passphrase can be managed
2254 externally and passed in to the system.
2255
2256 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
2257 'notruncate' argument, so the passphrase cache can be used
2258 reliably with identifiers besides a pgp packet's key id.
2259
2260 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
2261
2262 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
2263 symmetric encryption.
2264 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
2265 encrypted session key.
2266 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
2267 message ask for the passphrase in a proper way.
2268
2269 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
2270 New user commands for symmetric encryption.
2271
2272 2005-10-28 Bill Wohler <wohler@newt.com>
2273
2274 * help-mode.el (help-url): New button type. Calls browse-url.
2275 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
2276 Similar to Info nodes: URL `url'.
2277 (help-make-xrefs): Create help-url buttons for
2278 help-xref-url-regexp matches.
2279
2280 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
2281
2282 * tool-bar.el (tool-bar-add-item-from-menu)
2283 (tool-bar-local-item-from-menu): Fix doc strings.
2284
2285 2005-10-28 Romain Francoise <romain@orebokech.com>
2286
2287 * ldefs-boot.el: Update.
2288
2289 * subr.el (locate-library): Move from help-fns.el.
2290 * help-fns.el (locate-library): Move to subr.el.
2291
2292 2005-10-28 Richard M. Stallman <rms@gnu.org>
2293
2294 * net/tramp.el (tramp-completion-mode): defvar moved up.
2295
2296 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
2297
2298 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
2299
2300 * files.el (find-file-noselect): Use %d to format large file size.
2301
2302 * bindings.el (mode-line-format): Add %e.
2303
2304 * loadup.el ("facemenu"): Load unconditionally.
2305 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
2306 ("x-dnd"): Load, when appropriate.
2307
2308 * startup.el (command-line): Call before-init-hook earlier.
2309 Warn about some bad characters in -u user name.
2310
2311 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
2312 (flyspell-external-point-words): Error if misspelled word is not found.
2313 Set flyspell-large-region-beg at end of word.
2314
2315 2005-10-28 Andreas Schwab <schwab@suse.de>
2316
2317 * view.el (View-revert-buffer-scroll-page-forward):
2318 Use view-page-size-default.
2319
2320 2005-10-28 Juri Linkov <juri@jurta.org>
2321
2322 * international/quail.el (quail-get-current-str): Translate last
2323 raw character for deterministic input methods.
2324
2325 2005-10-27 Jay Belanger <belanger@truman.edu>
2326
2327 * calc/calc-ext.el: Add functions to autoloads.
2328 (math-identity-matrix-p, math-ident-row-p): New functions.
2329
2330 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
2331 multiplication by an identity matrix; don't turn multiplication by
2332 an inverse matrix into division.
2333 (math-div-symbol-fancy): Replace division by matrices with
2334 multiplication by inverse.
2335
2336 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
2337
2338 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
2339 (calc-writeoutpower): New functions.
2340
2341 2005-10-27 Romain Francoise <romain@orebokech.com>
2342
2343 * replace.el (occur-engine): Include colon in mouse-face highlight.
2344
2345 * dired-x.el: Change Maintainer field.
2346
2347 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
2348
2349 * longlines.el (longlines-mode): Bind after-change-functions to
2350 nil during initial decoding and final encoding.
2351
2352 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
2353
2354 * term.el (term-emulate-terminal, term-handle-colors-array)
2355 (term-handle-ansi-escape): Specify the terminfo capabilities
2356 implemented.
2357
2358 2005-10-26 Richard M. Stallman <rms@gnu.org>
2359
2360 * info.el (Info-fontify-node): Fix detection of sentence-break
2361 before *Note.
2362
2363 2005-10-26 Romain Francoise <romain@orebokech.com>
2364
2365 * smerge-mode.el: Add `tools' to file keywords.
2366
2367 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
2368
2369 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
2370 when the fringe is not available.
2371
2372 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
2373 (def-gdb-auto-update-trigger): Simplify construction.
2374 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
2375 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
2376 defined explicitly.
2377 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
2378 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
2379 defined explicitly.
2380 (gdb-info-locals-custom): Remove as it's a no-op.
2381
2382 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
2383
2384 * longlines.el (longlines-mode): Remove narrowing before
2385 performing the initial decoding or final encoding.
2386
2387 2005-10-25 Romain Francoise <romain@orebokech.com>
2388
2389 * emacs-lisp/find-func.el (find-library-name): Also strip
2390 extension if library name ends in .el, to take advantage of
2391 `find-library-suffixes'.
2392
2393 2005-10-25 Richard M. Stallman <rms@gnu.org>
2394
2395 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
2396
2397 2005-10-25 Juri Linkov <juri@jurta.org>
2398
2399 * textmodes/texinfo.el (texinfo-mode): Change charset of one
2400 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
2401
2402 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2403
2404 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
2405 (blackbox-redefine-key): Add argument `map'.
2406
2407 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
2408 regions when moving the jit-lock-context-unfontify-pos boundary.
2409
2410 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
2411
2412 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
2413
2414 2005-10-25 Masatake YAMATO <jet@gyve.org>
2415
2416 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
2417
2418 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
2419
2420 * play/blackbox.el (blackbox-redefine-key): New function.
2421 (blackbox-mode-map): Use it to remap existing bindings for cursor
2422 motion instead of binding literal keys.
2423
2424 2005-10-25 Glenn Morris <rgm@gnu.org>
2425
2426 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
2427 diary does not end in a newline. Do not assume a blank line at
2428 the start of the diary file.
2429
2430 2005-10-25 Kenichi Handa <handa@m17n.org>
2431
2432 * international/quail.el (quail-translate-key): If the input
2433 method is deterministic and failed to handle the last key, restart
2434 the key handling loop from an appropriate key.
2435
2436 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
2437
2438 * vc.el (vc-dired-mode): Extend comment for binding of
2439 `directory-listing-before-filename-regexp'.
2440
2441 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2442
2443 * textmodes/texinfo.el (texinfo-mode):
2444 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
2445 not to unnecessarily expose emacs-mule's internal char codes.
2446
2447 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
2448
2449 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
2450 Display hand pointer and help-echo on disabled icon too.
2451 (gdb-mouse-until): New function.
2452 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
2453
2454 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
2455
2456 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
2457 with 2005-10-23 change to doctor.el.
2458
2459 * finder.el (finder-mode-map): Add follow-link binding.
2460
2461 2005-10-25 Kim F. Storm <storm@cua.dk>
2462
2463 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
2464 to gdb-mouse-toggle-breakpoint-fringe.
2465 (gdb-mouse-toggle-breakpoint-margin): Rename from
2466 gdb-mouse-toggle-breakpoint. Fix doc.
2467 (gdb-mouse-toggle-breakpoint-fringe): New defun.
2468 (gdb-put-string): Add optional SPROPS arg. Add props to string.
2469 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
2470 string properties also for fringe breakpoint bitmaps.
2471
2472 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
2473
2474 * textmodes/org.el (org-start-icalendar-file): Fix format form.
2475
2476 2005-10-25 Masatake YAMATO <jet@gyve.org>
2477
2478 * simple.el (completion-common-substring):
2479 Use `completion-common-substring' prior to `completion-base-size'.
2480
2481 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
2482
2483 * savehist.el: Require CL while compiling.
2484 (savehist-history-variables): Remove.
2485 (savehist-save-minibuffer-history, savehist-additional-variables)
2486 (savehist-minibuffer-history-variables): New vars.
2487 (savehist-save): Use them.
2488 (savehist-uninstall, savehist-minibuffer-hook): New funs.
2489 (savehist-install): New fun, extracted from savehist-load.
2490 (savehist-load): Use them.
2491
2492 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2493
2494 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
2495 a dummy doc-string-elt property.
2496 (defalias, defvaralias, define-category): Add a docstring property.
2497
2498 * image.el (defimage):
2499 * widget.el (define-widget):
2500 * custom.el (defface, defcustom): Add `doc-string' declaration.
2501
2502 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
2503 (defadvice): Add `doc-string' declaration.
2504
2505 * emacs-lisp/byte-run.el (macro-declaration-function):
2506 Handle `doc-string' declarations.
2507 (define-obsolete-function-alias, define-obsolete-variable-alias):
2508 Add `doc-string' declaration.
2509
2510 2005-10-24 Kenichi Handa <handa@m17n.org>
2511
2512 * international/utf-7.el (utf-7): Add autoload cookie.
2513
2514 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
2515
2516 2005-10-24 Eli Zaretskii <eliz@gnu.org>
2517
2518 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
2519 list of directories passed to batch-update-autoloads. Add "." to
2520 the list of the echoed directories.
2521
2522 * pgg-def.el:
2523 * pgg-gpg.el:
2524 * pgg-parse.el:
2525 * pgg-pgp.el:
2526 * pgg-pgp5.el:
2527 * pgg.el: Moved here from the gnus subdirectory.
2528
2529 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
2530
2531 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
2532 in case comint-prompt-read-only is set to t.
2533
2534 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
2535 in case comint-prompt-read-only is set to t.
2536
2537 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
2538
2539 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
2540 Now a string.
2541 (icalendar-import-format): Handle CLASS, STATUS, URL.
2542 Rename `subject' to `summary'.
2543 (icalendar-import-format-summary): Rename from
2544 `icalendar-import-format-subject'.
2545 (icalendar-import-format-url, icalendar-import-format-status)
2546 (icalendar-import-format-class): New variables.
2547 (icalendar--rris): Take variable argument list.
2548 (icalendar--datestring-to-isodate): Remove unnecessary
2549 calendar-style check when converting dates with explicit month names.
2550 (icalendar-export-region): Change return type of conversion
2551 subroutines. Bury current buffer unless error occurred.
2552 (icalendar--convert-to-ical)
2553 (icalendar--parse-summary-and-rest): New functions.
2554 (icalendar--convert-ordinary-to-ical)
2555 (icalendar--convert-weekly-to-ical)
2556 (icalendar--convert-yearly-to-ical)
2557 (icalendar--convert-block-to-ical)
2558 (icalendar--convert-cyclic-to-ical)
2559 (icalendar--convert-anniversary-to-ical): Change return type.
2560 Strip trailing blanks from subject.
2561 (icalendar--convert-sexp-to-ical): Change return type.
2562 Strip trailing blanks from subject. Handle simple sexp
2563 entries as generated by icalendar.el.
2564 (icalendar--convert-float-to-ical)
2565 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
2566 (icalendar-import-file): Doc fix.
2567 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
2568 Correct call to icalendar--rris.
2569 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
2570 `summary'.
2571 (icalendar--add-diary-entry): Rename `subject' to `summary'.
2572
2573 2005-10-24 Romain Francoise <romain@orebokech.com>
2574
2575 * server.el (server-sentinel): Set query-on-exit flag to nil on
2576 new client processes (it isn't inherited from the server process).
2577
2578 * replace.el (occur-engine): Rearrange text properties.
2579
2580 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2581
2582 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
2583 case-fold-search is nil.
2584 (debug-help-follow): Use help-xref-interned directly.
2585
2586 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
2587
2588 * thumbs.el (thumbs-image-type): Add .pbm.
2589
2590 2005-10-23 Richard M. Stallman <rms@gnu.org>
2591
2592 * faces.el (inhibit-face-set-after-frame-default): New variable.
2593 (set-face-attribute): Bind it.
2594 (face-set-after-frame-default): Test it.
2595
2596 * help-fns.el (describe-simplify-lib-file-name): New function.
2597 (describe-function-1, describe-variable): Use it.
2598
2599 * faces.el (describe-face): Use describe-simplify-lib-file-name.
2600
2601 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
2602 Eliminate nil as possible value.
2603 (tooltip-hide-delay): Reduce internal-border-width.
2604
2605 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
2606 (menu-bar-file-menu) <new-file>: Likewise.
2607
2608 * simple.el (line-move-finish): Ignore fields computing LINE-END.
2609
2610 * international/mule.el (load-with-code-conversion):
2611 Pass full file name to `eval-buffer' unless preloading.
2612
2613 * textmodes/flyspell.el (flyspell-large-region):
2614 Call ispell-check-version.
2615
2616 * textmodes/ispell.el (ispell-local-dictionary-overridden):
2617 Fix the make-variable-buffer-local call that was supposed
2618 to be for this variable.
2619 (ispell-aspell-supports-utf8): Doc fix.
2620 (ispell-find-aspell-dictionaries): Preserve elements of
2621 ispell-dictionary-alist for dictionaries that aspell doesn't report.
2622 (ispell-aspell-find-dictionary): Return nil on error.
2623
2624 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
2625 (doctor-symptoms): Likewise.
2626
2627 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
2628
2629 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
2630
2631 * cus-edit.el (custom-button, custom-button-pressed): New vars.
2632 (custom-raised-buttons): Add :set spec.
2633 (custom-button-unraised, custom-button-pressed-unraised):
2634 New faces, so that custom-raised-buttons actually does something.
2635 (custom-mode): Use custom-button and custom-button-pressed.
2636
2637 * wid-edit.el (widget-specify-button): Don't ignore
2638 widget-mouse-face on graphic terminals.
2639 (widget-move-and-invoke): Cleanup.
2640
2641 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
2642
2643 * whitespace.el (whitespace-cleanup): Doc fix.
2644
2645 2005-10-23 Romain Francoise <romain@orebokech.com>
2646
2647 * emulation/viper.el (viper-set-hooks): Quote forms passed to
2648 `eval-after-load' to avoid evaluating their result.
2649
2650 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
2651
2652 * files.el (directory-listing-before-filename-regexp):
2653 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
2654
2655 * dired.el (dired-move-to-filename-regexp): Remove.
2656 All occurences replaced by `directory-listing-before-filename-regexp'.
2657
2658 * dired-x.el, locate.el, vc.el:
2659 Replace `dired-move-to-filename-regexp' by
2660 `directory-listing-before-filename-regexp'. In vc.el it is
2661 overwritten locally; maybe this can be handled in files.el too.
2662
2663 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
2664 replaced by `directory-listing-before-filename-regexp'.
2665
2666 2005-10-23 Andreas Schwab <schwab@suse.de>
2667
2668 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
2669 and eval-next-after-load.
2670
2671 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
2672
2673 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
2674 exist, create it.
2675
2676 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
2677
2678 * allout.el: Remove autoloads for mailcrypt and crypt++.
2679 Require pgg, pgg-gpg during compilation.
2680 (allout-version): Increment version number to 2.1, and use a literal
2681 rather than RCS Id.
2682 (allout-default-encryption-scheme): Remove.
2683 (allout-passphrase-verifier-handling)
2684 (allout-passphrase-verifier-string)
2685 (allout-file-passphrase-verifier-string)
2686 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
2687 (allout-passphrase-hint-handling): Rename and simplify.
2688 (allout-init): Use `find-file-hook' if available, otherwise
2689 `find-file-hooks'.
2690 (allout-mode): Use `write-file-functions' if available, otherwise
2691 `local-write-file-hooks' and, instead of making auto-save-hook
2692 buffer local, make the write-file-hook activity contingent to
2693 allout-mode.
2694 (allout-mode): Use key-binding substitution in the docstring.
2695 (allout-kill-line): Spell-out kill ring data structure mutation
2696 instead of using byte-compiler-complaint-provoking `pop'.
2697 (allout-insert-listified): Use `insert' rather than `insert-string'
2698 (allout-toggle-current-subtree-encryption): Update docstring, adjust
2699 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
2700 (allout-encrypt-string): Totally revamped vis new underlying
2701 encryption facilities.
2702 (allout-mc-activate-passwd): Remove.
2703 (allout-obtain-passphrase): New, more or less replaces
2704 allout-mc-activate-passwd.
2705 (allout-encrypted-key-info): More or less replaces
2706 allout-encrypted-text-type.
2707 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
2708 (my-mark-marker): Use `(featurep 'xemacs)'.
2709
2710 2005-10-23 Lars Hansen <larsh@soem.dk>
2711
2712 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
2713 (byte-compile-file-form-defmumble, byte-compile-defun)
2714 (byte-compile-defmacro): Use it.
2715 (byte-compile-form): Don't call byte-compile-set-symbol-position
2716 when a byte-compile handler is called.
2717
2718 2005-10-22 Romain Francoise <romain@orebokech.com>
2719
2720 * savehist.el (savehist-history-variables): Add `grep-find-history'.
2721
2722 * subr.el (eval-after-load): Convert library name to an absolute
2723 file name using locate-library, since load-history no longer has
2724 library names in it.
2725
2726 2005-10-22 Richard M. Stallman <rms@gnu.org>
2727
2728 * files.el (make-temp-file): Move from subr.el.
2729 * subr.el (make-temp-file): Move to files.el.
2730
2731 * window.el (get-buffer-window-list): Move from subr.el.
2732 * subr.el (get-buffer-window-list): Move to window.el.
2733
2734 * image.el (image-load-path): Use eval-at-startup to initialize.
2735
2736 * subr.el (eval-at-startup): New macro.
2737
2738 * subr.el: Much rearrangement of functions and division
2739 into pages. No code changes.
2740
2741 2005-10-22 Kenichi Handa <handa@m17n.org>
2742
2743 * tar-mode.el (tar-extract): Be sure to call
2744 find-operation-coding-system if set-auto-coding doesn't find a
2745 coding system.
2746
2747 2005-10-22 Kim F. Storm <storm@cua.dk>
2748
2749 * image.el (image-type-header-regexps): Rename from image-type-regexps.
2750 Change users.
2751 (image-type-file-name-regexps): New defconst.
2752 (image-type-from-data): Simplify loop.
2753 (image-type-from-buffer): New defun.
2754 (image-type-from-file-header): Use it instead of image-type-from-data.
2755 Use image-search-load-path instead of only looking in data-directory.
2756 (image-type-from-file-name): New defun.
2757 (image-search-load-path): Change `pathname' to `filename'.
2758 Make PATH arg optional, default to image-load-path.
2759
2760 2005-10-21 Richard M. Stallman <rms@gnu.org>
2761
2762 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
2763
2764 * textmodes/paragraphs.el (sentence-end-base): New variable.
2765 (sentence-end): Use sentence-end-base.
2766
2767 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2768
2769 * font-lock.el (font-lock-default-fontify-region): Check the multiline
2770 property independently from the font-lock-multiline variable.
2771
2772 2005-10-21 Richard M. Stallman <rms@gnu.org>
2773
2774 * emacs-lisp/find-func.el (find-library-name): Doc fix.
2775
2776 * startup.el (command-line): Convert library names
2777 in `load-history' to absolute file names.
2778
2779 * subr.el (symbol-file): Doc fix.
2780
2781 * loadhist.el (file-loadhist-lookup): Call locate-library
2782 instead of find-library-name. Don't try converting
2783 abs file names to library names, since load-history no longer
2784 has library names in it.
2785 (file-dependents, file-provides, file-requires): Doc fixes.
2786
2787 2005-10-21 Juri Linkov <juri@jurta.org>
2788
2789 * progmodes/etags.el (tags-table-mode): New function.
2790 (tags-verify-table): Replace initialize-new-tags-table with
2791 tags-table-mode.
2792
2793 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
2794 default value.
2795 (desktop-modes-not-to-save): Add tags-table-mode to the
2796 default value.
2797
2798 * info.el (Info-index-next): Add total number of index
2799 alternatives to the message.
2800
2801 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
2802 backward only space (instead of space and period) before looking
2803 at sentence end.
2804
2805 * simple.el (set-variable): Use user-variable-p instead of symbolp.
2806 Add the old variable value as 4th default-value arg of read-string.
2807
2808 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2809
2810 * cus-face.el (custom-declare-face): Make face from X resources
2811 also on Mac.
2812
2813 * disp-table.el (standard-display-g1, standard-display-graphic):
2814 Refuse to use string glyphs also on Mac.
2815 (standard-display-european): Don't set terminal coding system also
2816 on Mac.
2817
2818 * frame.el (display-screens): Use x-display-screens also on Mac.
2819
2820 2005-10-21 Romain Francoise <romain@orebokech.com>
2821
2822 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
2823
2824 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2825
2826 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
2827 and $? into sexps.
2828
2829 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
2830 warning face on open-paren-in-column-0.
2831
2832 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
2833 boundary case. Fix typo.
2834 Suggested by Martin Rudalics <rudalics@gmx.at>.
2835
2836 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
2837
2838 * textmodes/org.el: (org-combined-agenda-icalendar-file)
2839 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
2840 (org-export-icalendar-this-file)
2841 (org-export-icalendar-all-agenda-files)
2842 (org-export-icalendar-combine-agenda-files): New commands.
2843 (org-export-icalendar, org-print-icalendar-entries)
2844 (org-start-icalendar-file, org-finish-icalendar-file)
2845 (org-ical-ts-to-string): New functions.
2846 (org-read-date, org-goto-calendar)
2847 (org-agenda-goto-calendar): Inhibit displaying diary entries by
2848 call to `calendar'.
2849 (orgtbl-setup): Remove the :keys arguments from the menu description.
2850 (org-after-save-iCalendar-file-hook): New variable.
2851
2852 2005-10-21 Kenichi Handa <handa@m17n.org>
2853
2854 * language/vietnamese.el (tcvn-5712): Make it an alias of
2855 vietnamese-tcvn coding-system.
2856
2857 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
2858
2859 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
2860 group id is given.
2861
2862 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2863
2864 * progmodes/sh-script.el (sh-escaped-line-re): New var.
2865 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
2866 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
2867 whose line is either continued or ends with a comment.
2868
2869 2005-10-20 Romain Francoise <romain@orebokech.com>
2870
2871 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
2872
2873 * replace.el (occur-engine): Add follow-link property.
2874
2875 * font-core.el (font-lock-mode): Doc fix.
2876
2877 2005-10-20 Richard M. Stallman <rms@gnu.org>
2878
2879 * net/rcirc.el: New file.
2880
2881 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
2882
2883 * term.el (term-term-name): Initialize to "eterm-color".
2884
2885 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
2886
2887 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
2888 for encryption functionality.
2889 Move allout customization subgroup from `editing' to `outlines' group.
2890 Fix commentary 'keywords' to legitimate ones.
2891 Update author info (using my current email address, obscurified).
2892 (allout-encrypt-string, allout-encryption-produce-work-buffer)
2893 (allout-encrypted-topic-p, allout-encrypted-text-type)
2894 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
2895 (allout-situate-encryption-key-verifier)
2896 (allout-get-encryption-key-verifier, allout-verify-key)
2897 (allout-next-topic-pending-encryption)
2898 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
2899 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
2900 (outline-key-verifier-handling, outline-key-hint-handling)
2901 (outline-encrypt-unencrypted-on-saves): New defcustoms.
2902 (allout-file-key-verifier-string, allout-encryption-scheme)
2903 (allout-key-verifier-string, allout-key-hint-string)
2904 (allout-after-save-decrypt): New variables.
2905 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
2906 (allout-after-saves-handler): New hook functions.
2907 (allout-post-command-business): Do allout-after-save-decrypt.
2908 (allout-enable-file-variable-adjustment): Custom var to enable
2909 mechanism for adding and adjusting settings of Emacs file variables.
2910 (allout-adjust-file-variable, allout-file-vars-section-data):
2911 New functions, implement the mechanism.
2912 (outlineify-sticky): Use the file vars mechanism.
2913 (allout-inhibit-protection, allout-during-write-cue)
2914 (allout-override-protect, allout-before-change-protect): Remove.
2915 (allout-flag-region, allout-open-topic): Adjust read-only text.
2916 (allout-open-line-not-read-only): Add to facilitate read-only
2917 text based protection.
2918 (allout-kill-line): Revise to adjust read-only text, clue the
2919 user about the inhibition.
2920 (allout-unprotected): Use unwind-protect.
2921 (allout-shift-in, allout-shift-out): Disallow manually shifting a
2922 topic deeper than the offspring depth of the previous topic -
2923 avoiding confusing "containment discontinuities".
2924 (allout-reindent-bodies): Fix retention of body relative hanging
2925 indent during promotion of collapsed bodies.
2926 (allout-open-topic): Make it easy to open new topic with same
2927 bullet as current topic - topic creation functions provided with
2928 any universal argument provokes now prompt for bullet, defaulting
2929 to the bullet of the previous topic.
2930 (allout-plain-bullets-string, allout-distinctive-bullets-string):
2931 Plain bullet alternates '.' period and ',' comma only. All other
2932 bullets are relegated to special status (but customizable).
2933 (allout-end-of-entry): Rename from 'allout-end-of-current-entry
2934 since it actually operates w.r.t. most immediately containing
2935 entry, visible or not.
2936 (allout-hide-current-entry, allout-show-current-entry): Use the
2937 revised version.
2938 (allout-old-expose-topic): Solidify deprecation.
2939 (allout-end-of-subtree): Add so we can span concealed as well
2940 as visible topics.
2941 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
2942 (allout-end-of-current-heading): Tweak to just respect the first line.
2943 (allout-get-body-text): Add.
2944 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
2945 when invoked interactively.
2946 (allout-up-current-level): Use `interactive-p'.
2947 (allout-mode, allout-init): Miscellaneous docstring and
2948 operational refinements, as well as hookups of new encryption stuff.
2949 (allout-beginning-of-current-entry): Now works as advertised.
2950 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
2951 (allout-isearch-rectification): Refine condition for isearching.
2952 (allout-isearch-abort, allout-enwrap-isearch)
2953 (allout-flag-region, my-region-active-p): Relocate some macros.
2954 (allout-title): Fallback title is '(buffer-name)', not
2955 non-existing '(current-buffer-name)'.
2956 (subst-char-in-string): Define if absent (for some XEmacs versions).
2957
2958 2005-10-20 Jari Aalto <jari.aalto@cante.net>
2959
2960 * mail/sendmail.el (mail-setup-hook, mail-aliases)
2961 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
2962 (mail-citation-prefix-regexp, mail-signature-file)
2963 (mail-default-headers, mail-bury-selects-summary)
2964 (mail-send-nonascii): Add autoload cookies.
2965
2966 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2967
2968 * frame.el (blink-cursor-mode): Add `mac' to the list of
2969 window-system's that support blinking cursor.
2970
2971 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
2972
2973 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
2974
2975 2005-10-20 Eli Zaretskii <eliz@gnu.org>
2976
2977 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
2978 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
2979 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
2980
2981 2005-10-20 Kim F. Storm <storm@cua.dk>
2982
2983 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
2984 (ido-set-current-directory): Don't add / after final @.
2985 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
2986 Explicitly handle ange-ftp completion oddities.
2987 (ido-make-file-list): Don't rotate list at tramp root to avoid
2988 triggering tramp file handler for expand-file-name via get-file-buffer.
2989
2990 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2991
2992 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
2993
2994 2005-10-19 Jay Belanger <belanger@truman.edu>
2995
2996 * calc/calc-units.el (math-standard-units): Add units, adjust
2997 symbols and update values.
2998 (math-unit-prefixes): Add more prefixes.
2999
3000 2005-10-19 Romain Francoise <romain@orebokech.com>
3001
3002 * bookmark.el (bookmark-menu-heading): New face.
3003 (bookmark-bmenu-list): Use it.
3004 Don't fiddle with `baud-rate' at top-level.
3005
3006 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
3007
3008 * image.el (create-image, find-image): Mention max-image-size in
3009 docstring.
3010
3011 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
3012
3013 * savehist.el (savehist-load): Revert to checking XEmacs.
3014
3015 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
3016 Various docstring and line-width fixups.
3017 (conf-mode): Use cond.
3018 Set font-lock-defaults. Don't set comment-use-syntax.
3019
3020 2005-10-18 David Ponce <david@dponce.com>
3021
3022 * tree-widget.el (tree-widget-button-click): New function.
3023 (tree-widget-button-keymap): Use it.
3024
3025 2005-10-18 Romain Francoise <romain@orebokech.com>
3026
3027 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
3028 (bookmark-bmenu-hide-filenames): Add follow-link property.
3029 Improve help-echo text.
3030
3031 * ffap.el (find-file-at-point): Doc fix.
3032
3033 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3034
3035 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
3036
3037 2005-10-18 Masatake YAMATO <jet@gyve.org>
3038
3039 Install to the CVS repository what I forgot to install in my
3040 2005-10-16 changes.
3041
3042 * progmodes/python.el (python-complete-symbol): Pass the common
3043 prefix substring of completion to `display-completion-list'.
3044
3045 * textmodes/org.el (org-complete): Ditto.
3046
3047 2005-10-18 Masatake YAMATO <jet@gyve.org>
3048
3049 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
3050
3051 * woman.el (WoMan-xref-man-page): New button type derived
3052 from `Man-abstract-xref-man-page'.
3053 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
3054
3055 * man.el (Man-abstract-xref-man-page): New button type.
3056 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
3057 (Man-highlight-references): Add new optional argument `xref-man-type'.
3058
3059 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
3060
3061 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
3062
3063 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
3064
3065 * cus-edit.el (Custom-move-and-invoke): Delete.
3066 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
3067
3068 * wid-edit.el (widget-move-and-invoke): New function, from
3069 Custom-move-and-invoke.
3070
3071 2005-10-17 Bill Wohler <wohler@newt.com>
3072
3073 Move all remaining images from lisp/toolbar to etc/images, move
3074 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
3075 the low resolution images in their own directory (low-color).
3076
3077 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
3078 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
3079 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
3080 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
3081 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
3082 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
3083 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
3084
3085 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
3086 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
3087 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
3088 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
3089 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
3090 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
3091 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
3092 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
3093 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
3094 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
3095 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
3096 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
3097 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
3098 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
3099 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
3100
3101 To conform with convention, replace the underscore (_) in the
3102 following image names with dash (-) or (/) as appropriate.
3103
3104 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
3105 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
3106 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
3107 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
3108 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
3109 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
3110 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
3111 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
3112 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
3113 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
3114 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
3115 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
3116 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
3117 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
3118 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
3119
3120 * info.el (info-tool-bar-map): Replace underscores in image names
3121 with dashes.
3122
3123 * makefile.w32-in (WINS): Remove toolbar.
3124
3125 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
3126
3127 * tool-bar.el: Move to lisp from toolbar. Now that
3128 toolbar is empty, it should be deleted when folks run "cvs up -P".
3129
3130 2005-10-18 Jay Belanger <belanger@truman.edu>
3131
3132 * calc/calc-store.el (calc-store-into): Get the proper variable name
3133 to display in message.
3134
3135 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
3136
3137 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
3138 expressions display in speedbar for all buffers when debugging.
3139 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
3140
3141 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
3142 (speedbar-insert-button, speedbar-make-button):
3143 Use add-text-properties.
3144 (speedbar-update-localized-contents)
3145 (speedbar-update-directory-contents)
3146 (speedbar-update-special-contents): Use dolist.
3147 (speedbar-buffer-easymenu-definition): Add a menu separator.
3148
3149 2005-10-17 Jason Rumney <jasonr@gnu.org>
3150
3151 * makefile.w32-in: Use $(lisp) consistently.
3152 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
3153 for shell specific generation of mh-autoloads.
3154
3155 2005-10-17 Richard M. Stallman <rms@gnu.org>
3156
3157 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
3158
3159 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
3160
3161 * jit-lock.el (jit-lock-fontify-now):
3162 Move jit-lock-context-unfontify-pos to avoid wasted work.
3163
3164 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
3165
3166 * net/tramp.el (tramp-completion-mode): New defvar. Used in
3167 `tramp-completion-mode' for checking if we are in completion mode.
3168 (tramp-completion-handle-file-name-all-completions): Reorder code
3169 in order to complete for file names only in case there are no
3170 method/user/host completions. This is necessary for cooperation
3171 with ido. Reported by Kim F. Storm <storm@cua.dk>.
3172
3173 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
3174
3175 * longlines.el (longlines-search-forward)
3176 (longlines-search-backward): Match any number of spaces.
3177
3178 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
3179
3180 * diff-mode.el (diff-mode): Doc fix.
3181
3182 2005-10-16 David Reitter <david.reitter@gmail.com>
3183
3184 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
3185 as default on darwin and windows systems.
3186
3187 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
3188
3189 * arc-mode.el (archive-zip-extract): Doc fix.
3190
3191 2005-10-16 Romain Francoise <romain@orebokech.com>
3192
3193 * mouse.el (mouse-1-click-follows-link): Doc fix.
3194
3195 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
3196
3197 * savehist.el: Don't require CL at runtime.
3198 (savehist-xemacs): Remove.
3199 (savehist-coding-system): Use utf-8 if present, regardless of religion.
3200 (savehist-no-conversion): Use (featurep 'xemacs).
3201 (savehist-load): Check existence of start-itimer rather than XEmacs.
3202 Use an idle timer.
3203 (savehist-process-for-saving): Replace use of CL funs `subseq' and
3204 `delete-if-not'.
3205
3206 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
3207
3208 * savehist.el: Newer version.
3209 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
3210 (savehist-last-checksum, savehist-no-conversion): New vars.
3211 (savehist-autosave, savehist-process-for-saving, savehist-printable):
3212 New functions.
3213 (savehist-load, savehist-save): Use them.
3214 (savehist-delimit): Remove.
3215
3216 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
3217
3218 * progmodes/compile.el (compilation-goto-locus): Display the
3219 compilation buffer first and the source buffer second, in case they're
3220 in overlapping frames. Don't raise the compilation frame if it was the
3221 selected window upon entry. Pass the `other-window' arg to
3222 pop-to-buffer.
3223
3224 * info.el (Info-fontify-node): Use dolist.
3225 Change add-text-properties to put-text-property.
3226
3227 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3228
3229 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
3230 bound of search.
3231
3232 2005-10-16 Masatake YAMATO <jet@gyve.org>
3233
3234 * dabbrev.el (dabbrev-completion): Pass the common
3235 prefix substring of completion to `display-completion-list'.
3236
3237 * filecache.el (file-cache-minibuffer-complete)
3238 (file-cache-complete): Ditto.
3239
3240 * tempo.el (tempo-display-completions): Ditto.
3241
3242 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
3243
3244 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
3245
3246 * eshell/em-hist.el (eshell-list-history): Ditto.
3247
3248 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
3249
3250 * mail/mailalias.el (mail-complete): Ditto.
3251
3252 * progmodes/etags.el (complete-tag): Ditto.
3253
3254 * progmodes/make-mode.el (makefile-complete): Ditto.
3255
3256 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
3257
3258 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
3259
3260 * progmodes/pascal.el (pascal-complete-word)
3261 (pascal-show-completions): Ditto.
3262
3263 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
3264
3265 * simple.el (completion-common-substring): New variable.
3266 (completion-setup-function): Use `completion-common-substring'
3267 to put faces.
3268
3269 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3270
3271 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
3272 (x-get-selection, mac-select-convert-to-string): Convert from/to
3273 UTF-16 clipboard data as in native byte order, no BOM.
3274
3275 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
3276
3277 * progmodes/gud.el (gud-tool-bar-map): Rename the images
3278 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
3279 (gud-sentinel): Use speedbar-frame to check for speedbar.
3280
3281 2005-10-15 Richard M. Stallman <rms@gnu.org>
3282
3283 * savehist.el: New file.
3284
3285 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
3286
3287 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
3288 Fix bug in \bf fontification.
3289
3290 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
3291
3292 * pcvs.el (cvs-edit-log-files): New var.
3293 (cvs-mode-edit-log): New arg `file'.
3294 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
3295 Instead force the use of the original file and nothing else.
3296 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
3297 the cvs-minor-wrap-function is set.
3298 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
3299
3300 2005-10-14 Bill Wohler <wohler@newt.com>
3301
3302 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
3303 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
3304 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
3305 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
3306 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
3307 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
3308 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
3309 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
3310 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
3311 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
3312 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
3313 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
3314 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
3315 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
3316 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
3317
3318 * progmodes/gud.el (gud-tool-bar-map): Rename the images
3319 appropriately (for example, gud-break to gud/break).
3320
3321 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
3322
3323 * longlines.el (longlinges-search-function)
3324 (longlines-search-forward, longlines-search-backward): New functions.
3325 (longlines-mode): Set isearch-search-fun-function to
3326 longlinges-search-function.
3327
3328 * mouse.el (mouse-drag-region-1): Handle the case where a
3329 double-click event is bound to an arbitrary function.
3330
3331 2005-10-14 David Ponce <david@dponce.com>
3332
3333 * recentf.el (recentf-track-opened-file)
3334 (recentf-track-closed-file, recentf-update-menu)
3335 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
3336 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
3337 mouse-1-click-follows-link.
3338
3339 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3340
3341 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
3342 Gnome file-manager.png. Suggested by
3343 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
3344
3345 * toolbar/README: Add diropen.xpm.
3346
3347 2005-10-13 Bill Wohler <wohler@newt.com>
3348
3349 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
3350 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
3351
3352 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
3353
3354 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
3355 Don't waste the byte-compiler's time on constant data.
3356
3357 2005-10-13 Kenichi Handa <handa@m17n.org>
3358
3359 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
3360 byte with `escape-glyph' face.
3361
3362 * international/fontset.el (ccl-encode-unicode-font):
3363 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
3364 Handle the case that ucs-mule-to-mule-unicode translates a character to
3365 ASCII (usually for IPA characters).
3366
3367 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3368
3369 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
3370 Don't hide the underline of titles if font-lock-mode is disabled.
3371
3372 2005-10-12 Bill Wohler <wohler@newt.com>
3373
3374 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
3375 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
3376 files in MH-E-SRC have been updated.
3377 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
3378
3379 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
3380
3381 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
3382 (mixal-mode-syntax-table): Add \n as end-comment.
3383 (mixal-operation-codes-alist): Immediately initialize to full value.
3384 (mixal-add-operation-code): Remove.
3385 (mixal-describe-operation-code): Make the arg non-optional.
3386 Use the interactive spec instead.
3387 Use mixal-operation-codes-alist rather than mixal-operation-codes.
3388 (mixal-font-lock-keywords): Don't highlight comments here any more.
3389 (mixal-font-lock-syntactic-keywords): New var.
3390 (mixal-mode): Use it. Fix comment-start-skip.
3391
3392 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3393
3394 * startup.el (command-line-x-option-alist): -nb => -nbi
3395
3396 2005-10-12 Kim F. Storm <storm@cua.dk>
3397
3398 * startup.el (fancy-splash-default-action): Discard mouse click in
3399 the splash screen window, as it has no sensible meaning in the
3400 next window to be selected. Fixes error reported by Jan D.
3401
3402 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
3403
3404 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
3405
3406 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3407
3408 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
3409 Try to fix up minor layout issues like indentation, line break, etc...
3410 (mixal-mode-syntax-table): Don't try to specify comment syntax,
3411 because it doesn't work.
3412 (mixal-operation-codes): Add some more codes.
3413 (mixal-font-lock-keywords): Process comments here.
3414 (mixal-mode): mixasm no longer needs -g option.
3415
3416 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
3417
3418 * progmodes/sh-script.el (sh-tmp-file):
3419 Use mktemp -t. Finish support for es and rc shells.
3420
3421 2005-10-11 Jay Belanger <belanger@truman.edu>
3422
3423 * calc/calcalg2.el (calc-integral): With an argument, compute the
3424 definite integral.
3425
3426 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
3427
3428 * mouse.el (mouse-drag-region-1): Don't try to catch a
3429 double-click when doing follow-link (it's overridden anyway).
3430
3431 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
3432
3433 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
3434 (autoload-print-form-outbuf): Add docstring.
3435
3436 2005-10-11 Juri Linkov <juri@jurta.org>
3437
3438 * info.el (Info-mode-menu): Delete menu item "Edit".
3439 (Info-mode): Delete description of Info-edit from docstring,
3440 and rearrange descriptions of Info commands in the order
3441 they are documented in the Info manual.
3442
3443 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3444
3445 * calendar/appt.el (appt-check): Use diary-selective-display var.
3446
3447 2005-10-10 Richard M. Stallman <rms@gnu.org>
3448
3449 * net/newsticker.el (newsticker-start, newsticker-show-news):
3450 Add autoload cookies.
3451
3452 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
3453
3454 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
3455
3456 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
3457
3458 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
3459
3460 2005-10-10 Jay Belanger <belanger@truman.edu>
3461
3462 * calc/calc-arith.el (math-check-known-scalarp)
3463 (math-check-known-matrixp): Check the values of arguments that are
3464 variables.
3465 (math-check-known-square-matrixp): New function.
3466 (math-known-square-matrixp): Use math-check-known-square-matrixp.
3467 (math-super-types): Add sqmatrix type.
3468
3469 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
3470 mode name `square' to 'sqmatrix'.
3471
3472 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
3473 mode name `square' to 'sqmatrix'.
3474
3475 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3476
3477 * progmodes/etags.el (select-tags-table-mode): Don't use
3478 selective-display.
3479 (tags-select-tags-table): Pass `button' to the action function.
3480 (select-tags-table): Place the side-info on button properties rather
3481 than in hidden text. Abbreviate file names.
3482 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
3483 (select-tags-table-select): Add `button' argument.
3484 Get side-info from the button property rather than from hidden text.
3485
3486 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
3487
3488 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
3489 (gud-speedbar-buttons): Preserve point if possible.
3490 (gud-sentinel): Restore previous speedbar display type.
3491
3492 * progmodes/gdb-ui.el (gdba): Improve diagram.
3493 (def-gdb-auto-update-handler, gdb-info-locals-handler)
3494 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
3495 Call get-buffer-window once.
3496
3497 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3498
3499 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
3500 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
3501 (pascal-indent-command): Remove unused var `ind'.
3502 (pascal-indent-case): Remove unused var `oldpos'.
3503 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
3504 since it's now used as a proper minor mode map.
3505 (pascal-outline): Rename to pascal-outline-mode.
3506 (pascal-outline-mode): Use define-minor-mode.
3507 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
3508 selective-display.
3509
3510 2005-10-10 Andreas Schwab <schwab@suse.de>
3511
3512 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
3513 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
3514
3515 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
3516 outside source directory.
3517
3518 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
3519
3520 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
3521 C-x' as a prefix.
3522 (orgtbl-mode-map): Full keymap instead of sparse, because all
3523 `self-insert-command' keys are redefined in this map.
3524 (org-export-as-html): Specify charset for HTML file, by taking it
3525 from the coding system.
3526
3527 2005-10-10 Kenichi Handa <handa@m17n.org>
3528
3529 * textmodes/flyspell.el (flyspell-check-word-p):
3530 If unread-command-events is non-empty, don't call sit-for.
3531
3532 2005-10-09 Richard M. Stallman <rms@gnu.org>
3533
3534 * font-lock.el (font-lock-syntactic-keywords)
3535 (font-lock-keywords): Doc fixes.
3536
3537 * textmodes/flyspell.el (flyspell-external-point-words):
3538 Simplify logic, and don't try to check for consecutive appearances
3539 of one incorrect word.
3540
3541 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
3542
3543 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
3544 separator.
3545
3546 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
3547 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
3548 (gud-expansion-speedbar-buttons): New function.
3549 (gud-speedbar-buttons): Check for gud-comint-buffer.
3550
3551 2005-10-09 Bill Wohler <wohler@newt.com>
3552
3553 * Makefile.in (updates): Add mh-loaddefs dependency.
3554
3555 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
3556
3557 * speedbar.el (speedbar-file-key-map): Fix typo.
3558
3559 2005-10-09 Daniel Brockman <daniel@brockman.se>
3560
3561 * cus-start.el (line-spacing): Add custom spec.
3562
3563 2005-10-09 Romain Francoise <romain@orebokech.com>
3564
3565 * textmodes/ispell.el (ispell-check-version): Fix last change.
3566
3567 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3568
3569 * term/x-win.el: Remove -i, --icon-type from comment.
3570
3571 * startup.el (command-line-x-option-alist): Remove options -i,
3572 -itype, --icon-type, added -nb, --no-bitmap-icon
3573
3574 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
3575
3576 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
3577 instead of :active.
3578
3579 2005-10-08 Eric Hanchrow <offby1@blarg.net>
3580
3581 * textmodes/ispell.el (ispell-check-version):
3582 Ignore hyphen, and all that follows, in aspell's version text.
3583
3584 2005-10-08 Jay Belanger <belanger@truman.edu>
3585
3586 * calc/calc-arith.el (math-known-square-matrixp): New function.
3587 (math-pow-fancy): Check for matrices before distributing exponent
3588 across products.
3589
3590 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
3591 fullscreen keypad. Suggested by Luc Teirlinck.
3592 (calc-keypad-show-input): Add space for formatting.
3593
3594 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
3595 Add square matrix option.
3596
3597 * calc/calc-poly.el (math-expand-term): Check for matrices instead
3598 of checking calc-matrix-mode when deciding how to expand.
3599
3600 * calc/calc.el (calc-set-mode-line): Add square matrix option.
3601
3602 2005-10-08 Lars Hansen <larsh@soem.dk>
3603
3604 * net/tramp.el (tramp-perl-directory-files-and-attributes):
3605 Add error handling.
3606 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
3607
3608 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
3609
3610 Sync with Tramp 2.0.51.
3611
3612 * net/tramp.el (tramp-handle-set-visited-file-modtime)
3613 (tramp-handle-insert-file-contents, tramp-handle-write-region):
3614 Insert special handling for `last-coding-system-used', again
3615 it still seems to be necessary (unlike stated before).
3616 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
3617 (tramp-password-prompt-regexp): There might be other words before
3618 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
3619 (tramp-chunksize): Improve docstring.
3620 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
3621 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
3622 Christian Joergensen <bugs@razor.dk>.
3623
3624 2005-10-07 Glenn Morris <rgm@gnu.org>
3625
3626 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
3627 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
3628 precision'.
3629
3630 2005-10-07 Romain Francoise <romain@orebokech.com>
3631
3632 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
3633 (ibuffer-do-shell-command-pipe-replace)
3634 (ibuffer-do-shell-command-file, ibuffer-do-eval)
3635 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
3636 (ibuffer-do-revert, ibuffer-do-replace-regexp)
3637 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
3638 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
3639 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
3640 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
3641 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
3642 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
3643 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
3644 Autoload file sans suffix.
3645
3646 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
3647
3648 2005-10-07 David Ponce <david@dponce.com>
3649
3650 * recentf.el (recentf-menu-open-all-flag): New option.
3651 (recentf-digit-shortcut-command-name): New function.
3652 (recentf--shortcuts-keymap): New variable.
3653 (recentf-menu-shortcuts): New variable.
3654 (recentf-make-menu-items): Initialize it. Replace the "More..."
3655 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
3656 (recentf-menu-value-shortcut): New function.
3657 (recentf-make-menu-item): Use it. No more in-lined.
3658 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
3659 (recentf-open-most-recent-file): Rename from
3660 `recentf-open-file-with-key'. Don't depend on key binding.
3661 (recentf-mode-map): New variable.
3662 (recentf-mode): Use it.
3663
3664 2005-10-06 Bill Wohler <wohler@newt.com>
3665
3666 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
3667
3668 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
3669 (MH-E-SRC): New. Used by mh-autoloads.
3670 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
3671 files in MH-E-SRC have been updated.
3672 (compile, recompile, bootstrap): Depend on mh-autoloads.
3673
3674 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
3675
3676 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
3677 gud-break and gud-remove icons when the fringe is not available.
3678
3679 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
3680 Typo.
3681
3682 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
3683
3684 * play/zone.el (zone): Wrap body with save-window-excursion.
3685
3686 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
3687
3688 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
3689 Use the new `list-only' arg to diary-list-entries.
3690
3691 * calendar/diary-lib.el: Use overlays rather than selective-display.
3692 (diary-selective-display): New var.
3693 (diary-header-line-format): Use it.
3694 (diary-list-entries): Add argument `list-only'.
3695 Put the buffer in diary-mode. Don't add \^M at beg and end.
3696 Replace \^M by invisible overlays.
3697 (diary-unhide-everything): Replace \^M by invisible overlays.
3698 (print-diary-entries): Look for overlays rather than \^M.
3699 Add a space to the temp buffer name.
3700 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
3701 Put the buffer in diary-mode.
3702 (list-sexp-diary-entries): Replace \^M by invisible overlays.
3703 (diary-anniversary): Make the year arg optional.
3704 (diary-time-regexp): New const.
3705 (diary-font-lock-keywords): Use it to accept a few more time formats.
3706
3707 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
3708
3709 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
3710
3711 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
3712 Fix bug introduced 2005-07-03: Use (car (last ...))
3713 to faithfully reproduce replaced artist-last.
3714 (artist-set-arrow-points-for-poly): Likewise.
3715 Suggested by Johan Bockg\e,Ae\e(Brd.
3716
3717 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
3718
3719 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
3720 * wid-edit.el (widget):
3721 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
3722 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
3723
3724 2005-10-06 Kenichi Handa <handa@m17n.org>
3725
3726 * international/mule-cmds.el (set-language-environment):
3727 Fix setting up of case-table for unibyte mode.
3728
3729 * simple.el (what-cursor-position): If the character is displayed
3730 by some `display' text property, show that. Don't use
3731 single-key-description for eight-bit characters in multibyte mode.
3732
3733 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
3734
3735 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
3736 (gdb-ann3): Set it.
3737 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
3738 (gdb-info-frames-custom): Use inverse-video for first five
3739 characters of selected frame only.
3740 (gdb-get-frame-number): Select frame even when point is on frame
3741 number.
3742
3743 2005-10-06 Masatake YAMATO <jet@gyve.org>
3744
3745 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
3746 Put `font-lock-function-name-face'.
3747 (gdb-info-frames-custom): Put `font-lock-function-name-face'
3748 and `font-lock-variable-name-face'
3749 (gdb-registers-font-lock-keywords): New font lock keywords definition.
3750 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
3751 (gdb-memory-font-lock-keywords): New font lock keywords definition.
3752 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
3753 (gdb-local-font-lock-keywords): New font lock keywords definition.
3754 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
3755 (gdb-threads-font-lock-keywords): New font lock keywords definition.
3756 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
3757
3758 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
3759
3760 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
3761 (ediff-merge-region-is-non-clash-to-skip): Previously called
3762 ediff-merge-region-is-non-clash.
3763
3764 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
3765 Use insert-buffer-substring.
3766
3767 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
3768 selecting files to patch. Also bug fixes.
3769
3770 * ediff-util.el (ediff-setup): Bug fix.
3771 (ediff-next-difference): Never skip clashes that differ in white
3772 space only.
3773
3774 * ediff-wind.el (ediff-setup-control-frame)
3775 (ediff-destroy-control-frame): Check the menubar feature.
3776
3777 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
3778 (viper-refresh-mode-line): Use make-local-variable to localize
3779 some vars instead of make-variable-buffer-local. Suggested by
3780 Stefan Monnier.
3781
3782 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
3783 (viper-restore-cursor-type, viper-set-insert-cursor-type):
3784 Use make-local-variable instead of make-variable-buffer-local.
3785 Suggested by Stefan Monnier.
3786
3787 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
3788 (viper-comint-mode-hook): Use make-local-variable on
3789 require-final-newline.
3790 (viper-non-hook-settings): Don't use make-variable-buffer-local.
3791
3792 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3793
3794 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
3795 also the second char of a comment-start sequence.
3796 (scheme-sexp-comment-syntax-table): New var.
3797 (lambda, define): Set their scheme-doc-string-elt property.
3798 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
3799 Use lisp-font-lock-syntactic-face-function now that it properly
3800 handles |...| symbols.
3801 (scheme-mode-variables): Set lisp-doc-string-elt-property,
3802 parse-sexp-lookup-properties and font-lock-extra-managed-props.
3803
3804 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
3805 bit from # to |.
3806 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
3807
3808 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
3809 (lisp-doc-string-elt-property): New var.
3810 (lisp-font-lock-syntactic-face-function): Use it.
3811 Rewrite to recognize docstrings even for forms not at toplevel.
3812
3813 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
3814 annotation on the | part of #| rather than on the # part.
3815 (scheme-font-lock-syntactic-face-function): New function, to
3816 distinguish strings from |...| symbols.
3817 (scheme-mode-variables): Use it. Also fix up the font-lock-time
3818 syntax-table so that #|...|# is properly highlighted.
3819
3820 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
3821 Don't mark as docstring the 3rd elem of an unknown toplevel form.
3822
3823 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
3824
3825 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
3826 and C-e.
3827
3828 * emacs-lisp/eldoc.el: Move comments into docstrings.
3829 (eldoc-message-commands): Initialize in its declaration.
3830 Add move-beginning-of-line and move-end-of-line.
3831 (eldoc-add-command, eldoc-add-command-completions)
3832 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
3833
3834 * outline.el (outline-mark-subtree): Activate the mark.
3835
3836 * calendar/appt.el (appt-time-regexp): New var.
3837 (appt-add, appt-make-list): Use it.
3838 (appt-convert-time): Clean up.
3839
3840 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
3841 Don't set any syntax-table property here.
3842 (tex-font-lock-verb): New function. Do it here.
3843 (tex-font-lock-syntactic-keywords): Use it.
3844
3845 2005-10-04 Richard M. Stallman <rms@gnu.org>
3846
3847 * wid-edit.el (widget-file-complete): Get the widget start point
3848 the right way. Default directory to `/' if file has none.
3849
3850 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
3851
3852 * textmodes/flyspell.el (flyspell-mode-on):
3853 Call ispell-maybe-find-aspell-dictionaries.
3854
3855 * textmodes/ispell.el (ispell-word, ispell-region):
3856 Call ispell-maybe-find-aspell-dictionaries.
3857 (ispell-accept-buffer-local-defs):
3858 Don't call ispell-maybe-find-aspell-dictionaries
3859
3860 2005-10-04 Richard M. Stallman <rms@gnu.org>
3861
3862 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
3863
3864 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
3865
3866 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
3867 instead of `fboundp' in order to allow for anonymous functions.
3868
3869 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
3870
3871 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
3872 case the user clicks on the link while another window is selected.
3873 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
3874
3875 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
3876 functionality.
3877 (dframe-help-echo): Save point in case mouse tracking is off.
3878
3879 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
3880
3881 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
3882
3883 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3884
3885 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
3886 not change the global value of those vars.
3887
3888 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
3889 make-local-variable which we do not need any more.
3890
3891 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
3892
3893 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
3894 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
3895 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
3896 (speedbar-path-line): Define obsolete aliases.
3897 (speedbar-line-directory): Doc fix.
3898
3899 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
3900 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
3901 instead of speedbar-line-path.
3902
3903 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3904
3905 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
3906 to nil if dropping on a window. Handle dropping on a minibuffer window
3907 like dropping on a non-window part of Emacs.
3908
3909 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3910
3911 * net/ange-ftp.el: Use with-current-buffer.
3912 (ange-ftp-insert-directory): Do not follow symlinks any more.
3913
3914 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
3915 Remove interactive spec.
3916
3917 2005-10-03 Kim F. Storm <storm@cua.dk>
3918
3919 * ido.el (ido-mode): Use custom-initialize-set.
3920
3921 2005-10-02 Richard M. Stallman <rms@gnu.org>
3922
3923 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
3924 Use insert-buffer-substring.
3925
3926 * net/tramp.el: Pacify byte compiler warnings in pacification code.
3927 (tramp-handle-file-local-copy): Use insert-buffer-substring.
3928
3929 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3930
3931 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
3932 in last change.
3933 (ange-ftp-insert-directory): Fix up the search for the case where
3934 `file' is absolute.
3935
3936 2005-10-02 Romain Francoise <romain@orebokech.com>
3937
3938 * progmodes/compile.el (compile-goto-error): Delete extra paren.
3939
3940 2005-10-02 Andreas Schwab <schwab@suse.de>
3941
3942 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
3943 directory component in the session info.
3944
3945 2005-10-01 Richard M. Stallman <rms@gnu.org>
3946
3947 * comint.el (comint-redirect-subvert-readonly): Doc fix.
3948
3949 * simple.el (next-error-internal): New function.
3950
3951 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
3952 (compilation-start): Pass new arg to compilation-buffer-name.
3953 (compile-goto-error): Use next-error-internal.
3954
3955 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
3956
3957 * speedbar.el: Remove RCS tag.
3958 (speedbar-check-read-only): Handle non-existent files.
3959
3960 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
3961
3962 * info.el (Info-speedbar-hierarchy-buttons)
3963 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
3964
3965 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3966
3967 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
3968 Do not match newline.
3969 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
3970 (bibtex-summary): Remove unnecessary save-excursion.
3971 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
3972
3973 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3974
3975 * term/mac-win.el: Add charset info for "iso10646-1".
3976 Modify default fontset to use ATSUI-compatible fonts for some charsets
3977 if available.
3978
3979 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
3980
3981 * speedbar.el: Re-apply arch tag.
3982 (speedbar-version): Rename to version 1.0. Suggested by Eric
3983 M. Ludlam.
3984 Reapply two changes from Emacs CVS' version of speedbar lost
3985 during the merge:
3986 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
3987 (speedbar-frame-parameters): Improve customize type.
3988
3989 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
3990
3991 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
3992 (ange-ftp-file-directory-p): Fix the symlink case.
3993 (ange-ftp-insert-directory): When listing a single file, get a list of
3994 the parent buffer and extract the relevant line. Inspired from a patch
3995 by Katsumi Yamaoka <yamaoka@jpl.org>.
3996 (ange-ftp-file-name-sans-versions): Simplify.
3997
3998 2005-09-30 Bill Wohler <wohler@newt.com>
3999
4000 Move MH-E image files from toolbar and mail directories into
4001 etc/images.
4002
4003 * mail/reply2.*: Move to etc/images/mail/reply*.
4004
4005 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
4006 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
4007 etc/images.
4008
4009 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
4010 * toolbar/reply*: Move to etc/images/mail.
4011
4012 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
4013
4014 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
4015
4016 * speedbar.el: New version 1.0pre3.
4017
4018 Frame management code (including timer, and mouse click specifics)
4019 moved to dframe.el:
4020 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
4021 (speedbar-timer): Removed. Use dframe-timer.
4022 (speedbar-close-frame): Removed. Use dframe-close-frame.
4023 (speedbar-activity-change-focus-flag): Removed. Use
4024 dframe-activity-change-focus-flag.
4025 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
4026 dframe-update-speed.
4027
4028 (speedbar-current-frame): New macro. Use this instead of the
4029 variable speedbar-frame.
4030
4031 (speedbar-use-images, speedbar-expand-image-button-alist)
4032 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
4033
4034 (speedbar-find-image-on-load-path): Removed. Replaced by
4035 defezimage in ezimage.el.
4036 (speedbar-expand-image-button-alist): Removed. Replaced by
4037 ezimage-expand-image-button-alist in ezimage.el.
4038
4039 (speedbar-ignored-directory-regexp)
4040 (speedbar-add-ignored-directory-regexp)
4041 (speedbar-ignored-directory-expressions)
4042 (speedbar-line-directory, speedbar-buffers-line-directory)
4043 (speedbar-directory-line, speedbar-buffers-line-directory):
4044 Renamed, replacing `path' with `directory'.
4045
4046 (speedbar-create-directory, speedbar-expand-line-descendants)
4047 (speedbar-toggle-line-expansion)
4048 (speedbar-contract-line-descendants): New commands.
4049
4050 (speedbar-query-confirmation-method, speedbar-select-frame-method)
4051 (speedbar-use-tool-tips-flag): New options.
4052
4053 (speedbar-check-read-only, speedbar-require-version)
4054 (speedbar-insert-separator, speedbar-buffers-tail-notes)
4055 (speedbar-handle-delete-frame, speedbar-try-completion)
4056 (speedbar-update-localized-contents): New functions.
4057
4058 (speedbar-incompatible-version, speedbar-ro-to-do-point)
4059 (speedbar-object-read-only-indicator): New variables.
4060
4061 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
4062 New hooks.
4063
4064 (speedbar-separator-face): New face.
4065
4066 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
4067 (speedbar-ignored-modes): Add fundamental-mode.
4068 (speedbar-directory-unshown-regexp): Add . directories.
4069
4070 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
4071 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
4072 `]' for full expand/close.
4073 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
4074
4075 (speedbar-check-vc): Support hidden files.
4076 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
4077 (speedbar-this-file-in-vc): Use vc-state if available. If VC
4078 state is nil, it is not checked out.
4079
4080 (speedbar-line-text, speedbar-line-token): Support expand buttons
4081 with no text.
4082 (speedbar-refresh): Universal argument acts as power-click.
4083 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
4084 that buffer to get variable values.
4085
4086 And many other bugfixes.
4087
4088 * dframe.el, ezimage.el, sb-image.el: New files.
4089
4090 * sb-*.xpm: Remove files. New image files installed into
4091 etc/images/ezimage.
4092
4093 2005-09-30 Kenichi Handa <handa@m17n.org>
4094
4095 * ps-mule.el (ps-mule-show-warning): If a character is in
4096 ps-print-translation-table, don't treat it as non-printable.
4097
4098 2005-09-30 David Ponce <david@dponce.com>
4099
4100 * tree-widget.el (tree-widget-themes-load-path): New variable.
4101 (tree-widget-themes-directory): Doc fix.
4102 (tree-widget-image-formats) [Emacs]: Doc fix.
4103 (tree-widget--locate-sub-directory): New function.
4104 (tree-widget-themes-directory): Use it.
4105
4106 * recentf.el (recentf-filename-handlers): Rename from
4107 `recentf-filename-handler'. Allow a list of functions.
4108 (recentf-menu-items-for-commands): Fix :help strings.
4109 (recentf-apply-filename-handlers): New function.
4110 (recentf-expand-file-name): Use it.
4111 (recentf-cleanup): Remove duplicates too.
4112
4113 2005-09-29 Juri Linkov <juri@jurta.org>
4114
4115 * faces.el: Rearrange face definitions to be in the same order as
4116 their face descriptions in "(emacs)Standard Faces".
4117
4118 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
4119
4120 * tooltip.el (tooltip): Add group `basic-faces'.
4121
4122 * buff-menu.el (Buffer-menu-buffer): Remove group
4123 `font-lock-highlighting-faces'.
4124
4125 * progmodes/compile.el (compilation-error, compilation-warning)
4126 (compilation-info, compilation-line-number, compilation-column-number):
4127 Change group from `font-lock-highlighting-faces' to `compilation'.
4128
4129 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
4130 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
4131 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
4132 (vhdl-font-lock-reserved-words-face)
4133 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
4134 `font-lock-highlighting-faces'.
4135
4136 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
4137
4138 2005-09-28 Kim F. Storm <storm@cua.dk>
4139
4140 * emulation/cua-base.el: Set CUA move property on additional commands:
4141 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
4142 forward-sexp, backward-sexp, forward-list, backward-list.
4143
4144 2005-09-28 Romain Francoise <romain@orebokech.com>
4145
4146 * comint.el (comint-show-output): Really set point at the
4147 beginning of the output when not using `comint-use-prompt-regexp'.
4148
4149 2005-09-27 Jay Belanger <belanger@truman.edu>
4150
4151 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
4152 in TeX mode.
4153
4154 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
4155
4156 * textmodes/org.el (org-table-sum): Fix format string.
4157
4158 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
4159 Quote face names.
4160
4161 2005-09-26 Romain Francoise <romain@orebokech.com>
4162
4163 * isearch.el (isearch-forward-regexp): Close doc string.
4164
4165 2005-09-25 Richard M. Stallman <rms@gnu.org>
4166
4167 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
4168
4169 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
4170
4171 * progmodes/compile.el (compilation-error-properties):
4172 When getting the file from the previous error message,
4173 correctly decode the new data format.
4174
4175 * progmodes/cc-cmds.el (c-electric-paren):
4176 Call old-blink-paren only for close-paren.
4177
4178 2005-09-24 Andreas Schwab <schwab@suse.de>
4179
4180 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
4181 condition.
4182
4183 2005-09-25 Romain Francoise <romain@orebokech.com>
4184
4185 * dired-aux.el (dired-copy-file-recursive):
4186 * dired.el (dired-delete-file):
4187 * ediff-mult.el (ediff-dir-diff-copy-file):
4188 * ediff-util.el (ediff-test-save-region):
4189 * forms.el (forms-mode):
4190 * ido.el (ido-file-internal, ido-delete-file-at-head):
4191 * log-edit.el (log-edit-done):
4192 * ses.el (ses-yank-resize):
4193 * play/gomoku.el (gomoku-human-plays, gomoku)
4194 (gomoku-human-resigns, gomoku-prompt-for-other-game)
4195 (gomoku-offer-a-draw):
4196 * play/landmark.el (lm-human-resigns, lm):
4197 * net/eudcb-ldap.el (eudc-ldap-check-base):
4198 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
4199 * progmodes/ebrowse.el (ebrowse-find-pattern):
4200 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
4201 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
4202 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
4203
4204 * vc.el (vc-delete-file):
4205 * play/gomoku.el (gomoku-terminate-game, gomoku)
4206 (gomoku-prompt-for-move, gomoku-human-takes-back):
4207 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
4208 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
4209
4210 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
4211
4212 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
4213 color rxvt terminals by using the code xterm.el used to use before
4214 2005-04-09 in order to match the colors used by rxvt.
4215
4216 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4217
4218 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
4219 colors rxvt-unicode terminals by using the same code as xterm.el.
4220
4221 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
4222
4223 * textmodes/tex-mode.el (tex-font-lock-append-prop)
4224 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
4225 new symbol used for the tex-verbatim face.
4226
4227 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
4228
4229 * woman.el (woman-file-name):
4230 * wid-edit.el (widget-file-prompt-value)
4231 (widget-coding-system-prompt-value):
4232 * w32-fns.el (set-w32-system-coding-system):
4233 * vc.el (vc-version-diff, vc-annotate):
4234 * textmodes/reftex-auc.el (reftex-arg-cite)
4235 (reftex-arg-index-tag):
4236 * textmodes/refer.el (refer-get-bib-files):
4237 * textmodes/artist.el (artist-figlet-choose-font):
4238 * terminal.el (terminal-emulator):
4239 * replace.el (occur-read-primary-args):
4240 * rect.el (string-rectangle, string-insert-rectangle):
4241 * ps-print.el (ps-print-preprint):
4242 * progmodes/pascal.el (pascal-goto-defun):
4243 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
4244 * progmodes/compile.el (compilation-find-file):
4245 * printing.el (pr-interactive-n-up):
4246 * play/animate.el (animate-birthday-present):
4247 * net/rcompile.el (remote-compile):
4248 * man.el (man, Man-goto-section, Man-follow-manual-reference):
4249 * mail/rmailsum.el (rmail-summary-search-backward)
4250 (rmail-summary-search):
4251 * mail/rmailout.el (rmail-output-read-rmail-file-name)
4252 (rmail-output-read-file-name):
4253 * mail/rmail.el (rmail-search, rmail-search-backwards):
4254 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
4255 * locate.el (locate):
4256 * international/quail.el (quail-show-keyboard-layout):
4257 * international/mule.el (set-buffer-file-coding-system)
4258 (revert-buffer-with-coding-system, set-file-name-coding-system)
4259 (set-terminal-coding-system, set-keyboard-coding-system)
4260 (set-next-selection-coding-system):
4261 * international/mule-diag.el (describe-coding-system)
4262 (describe-font, describe-fontset):
4263 * international/mule-cmds.el (universal-coding-system-argument)
4264 (search-unencodable-char, describe-input-method)
4265 (set-language-environment, describe-language-environment):
4266 * international/codepage.el (codepage-setup):
4267 * international/code-pages.el (codepage-setup):
4268 * info.el (Info-search, Info-follow-reference)
4269 (Info-search-backward):
4270 * emacs-lisp/advice.el (ad-read-advised-function)
4271 (ad-read-advice-class, ad-clear-cache, ad-activate)
4272 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
4273 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
4274 (ad-read-regexp):
4275 * ediff-util.el (ediff-toggle-regexp-match):
4276 * ediff-ptch.el (ediff-prompt-for-patch-file):
4277 * dired-aux.el (dired-diff):
4278 * diff.el (diff):
4279 * cus-edit.el (custom-variable-prompt):
4280 * calendar/timeclock.el (timeclock-ask-for-project):
4281 * calc/calcalg3.el (calc-get-fit-variables):
4282 * calc/calc-store.el (calc-edit-variable)
4283 (calc-permanent-variable):
4284 * vc-mcvs.el (vc-mcvs-register):
4285 * shadowfile.el (shadow-define-literal-group):
4286 * woman.el (woman-file-name):
4287 * vc.el (vc-version-diff, vc-merge):
4288 * textmodes/reftex-index.el (reftex-index-complete-tag):
4289 * format.el (format-decode-buffer, format-decode-region):
4290 * emulation/viper-cmd.el (viper-read-string-with-history):
4291 * emacs-lisp/debug.el (cancel-debug-on-entry):
4292 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4293 * ediff.el (ediff-merge-revisions)
4294 (ediff-merge-revisions-with-ancestor, ediff-revision):
4295 * completion.el (interactive-completion-string-reader):
4296 * calc/calc-prog.el (calc-user-define-formula):
4297 Follow convention for reading with the minibuffer.
4298
4299 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
4300
4301 * progmodes/python.el (python-describe-symbol): Add globals() and
4302 locals() to the arguments of emacs.ehelp.
4303
4304 2005-09-24 Magnus Henoch <mange@freemail.hu>
4305
4306 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
4307 New function, code extracted from ispell-valid-dictionary-list.
4308 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
4309 Call it.
4310
4311 2005-09-24 Eli Zaretskii <eliz@gnu.org>
4312
4313 * subr.el (version-regexp-alist): Extend valid syntax for version
4314 strings: allow any of the characters -,_,+ to separate the
4315 alpha/beta/rc part from the version part. Doc fix.
4316 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
4317
4318 2005-09-23 David Reitter <david.reitter@gmail.com>
4319
4320 * mail/mailclient.el: New file.
4321
4322 2005-09-23 Richard M. Stallman <rms@gnu.org>
4323
4324 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
4325 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
4326 Doc fixes.
4327
4328 * progmodes/cc-mode.el (c-font-lock-init):
4329 Specify font-lock-lines-before.
4330
4331 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
4332
4333 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
4334 whole conflict.
4335
4336 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
4337
4338 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
4339 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
4340 of `remap' feature when available. Additional key bindings for
4341 better tty support.
4342 (org-mode-restart, org-force-self-insert): New commands.
4343 (org-time-stamp-inactive): New command.
4344 (org-remap): New function.
4345 (org-table-auto-blank-field, org-level-color-stars-only): New options.
4346 (org-enable-fixed-width-editor): Move to `org-structure'
4347 customization group.
4348 (org-self-insert-command, orgtbl-self-insert-command): Modify to
4349 blank field after field motion commands.
4350
4351 2005-09-23 Kenichi Handa <handa@m17n.org>
4352
4353 * international/mule-cmds.el (set-language-environment):
4354 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
4355 have to call utf-translate-cjk-load-tables.
4356
4357 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
4358
4359 * mouse.el (mouse-move-drag-overlay): Fix last change.
4360
4361 2005-09-22 David Ponce <david@dponce.com>
4362
4363 * tree-widget.el (tree-widget-value-create): Fix previous change.
4364
4365 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
4366
4367 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
4368
4369 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
4370
4371 * mouse.el (mouse-move-drag-overlay): New function.
4372 (mouse-drag-region-1): Use it.
4373 Try to simplify a bit the state handling. Handle clicks on links
4374 inside intangible areas.
4375 (mouse-save-then-kill): Minor simplification.
4376 (mouse-secondary-overlay): Make it always non-nil instead of
4377 recreating it each time.
4378 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
4379 (mouse-kill-secondary, mouse-secondary-save-then-kill):
4380 Simplify accordingly.
4381
4382 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
4383
4384 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
4385
4386 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
4387
4388 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
4389 (ediff-file-name-sans-prefix): Treat nil as an empty string.
4390 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
4391 to patch.
4392
4393 * ediff-util.el: Use insert-buffer-substring.
4394
4395 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
4396
4397 * emulation/viper-cmd.el (viper-change-state): Don't move over the
4398 field boundaries in the minibuffer.
4399 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
4400 (viper-minibuffer-post-command-hook): New hook.
4401 (viper-line): Don't move cursor at bolp.
4402
4403 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
4404
4405 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
4406 avoid compiler warnings.
4407
4408 * emulation/viper-macs.el (ex-map): Better messages.
4409
4410 * emulation/viper-utils.el (viper-beginning-of-field): New function.
4411
4412 * emulation/viper.el: Replace make-variable-buffer-local with
4413 viper-make-variable-buffer-local everywhere, to avoid warnings.
4414
4415 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4416
4417 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
4418 Delete unused var `old-selected-window'.
4419 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
4420 (mouse-drag-secondary): Delete unused var `start-frame'.
4421
4422 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
4423
4424 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
4425
4426 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4427
4428 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
4429 Re-indent within 80 columns. Use inhibit-read-only.
4430
4431 2005-09-19 Romain Francoise <romain@orebokech.com>
4432
4433 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
4434
4435 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4436
4437 * font-lock.el (font-lock-default-fontify-region): Don't add a line
4438 unconditionally, since the after-change-function already did it.
4439
4440 2005-09-19 Miles Bader <miles@gnu.org>
4441
4442 * net/newsticker.el: Get rid of CVS keyword.
4443
4444 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
4445
4446 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
4447 The prompt is formatted later.
4448
4449 2005-09-19 David Ponce <david@dponce.com>
4450
4451 * tree-widget.el (tree-widget-value-create): Save the converted
4452 tree :node widget.
4453
4454 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
4455
4456 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
4457 variable `message'.
4458
4459 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
4460
4461 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
4462 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
4463 <slawomir.nowaczyk.847@student.lu.se>.
4464
4465 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
4466
4467 * image.el (image-load-path): Use symbol `data-directory' instead
4468 of its value, for backward compatibility with packages that bind
4469 it during `find-image'. Suggested by Katsumi Yamaoka.
4470 (image-search-load-path): Handle symbols whose values are strings.
4471
4472 2005-09-18 Romain Francoise <romain@orebokech.com>
4473
4474 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
4475 with-current-buffer form in save-excursion.
4476
4477 2005-09-18 D Goel <deego@gnufans.org>
4478
4479 * apropos.el (apropos-command): Fix `message' call: first arg
4480 should be a format spec. In this and all other cases that appear
4481 below and elsewhere in the source code, I made a change only when
4482 two conditions were satisfied: [1] I can think of a possibility
4483 that the arguments would cause an error, for example, the code in
4484 question relies on external variables such as filenames. [2] I
4485 was sure that the arg to `message' could not have been nil in the code.
4486
4487 * textmodes/tildify.el (tildify-region): Ditto.
4488
4489 * textmodes/reftex-index.el (reftex-index-change-entry)
4490 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
4491 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
4492 * textmodes/org.el (org-complete, org-deadline, org-schedule)
4493 (org-priority, org-table-sum):
4494 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
4495 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
4496 (flyspell-word, flyspell-display-next-corrections):
4497 * textmodes/bibtex.el (bibtex-print-help-message):
4498 * textmodes/artist.el (artist-key-set-point-poly):
4499 * term/mac-win.el (mac-services-insert-text):
4500 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
4501 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
4502 (vhdl-port-paste-testbench, vhdl-compose-new-component)
4503 (vhdl-compose-configuration):
4504 * progmodes/sh-script.el (sh-blink, sh-show-indent)
4505 (sh-set-indent, sh-learn-line-indent):
4506 * progmodes/ps-mode.el (ps-mode-target-column):
4507 * progmodes/idlwave.el (idlwave-make-tags)
4508 (idlwave-scan-library-catalogs):
4509 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
4510 * progmodes/gud.el (gud-jdb-analyze-source):
4511 * progmodes/flymake.el (flymake-log):
4512 * progmodes/ebnf2ps.el (ebnf-generate-region):
4513 * progmodes/cmacexp.el (c-macro-expansion):
4514 * progmodes/ada-xref.el (ada-treat-cmd-string):
4515 * progmodes/ada-mode.el (ada-create-case-exception-substring)
4516 (ada-justified-indent-current, ada-batch-reformat):
4517 * play/zone.el (zone):
4518 * play/landmark.el (lm-move):
4519 * play/decipher.el (decipher-show-alphabet):
4520 * net/newsticker.el (newsticker--display-jump)
4521 (newsticker--display-scroll):
4522 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
4523 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
4524 * mail/feedmail.el (feedmail-dump-message-to-queue):
4525 * eshell/esh-proc.el (eshell-remove-process-entry):
4526 * emulation/ws-mode.el (ws-last-error):
4527 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
4528 (viper-record-kbd-macro):
4529 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
4530 * emacs-lisp/lisp-mnt.el (lm-report-bug):
4531 * emacs-lisp/find-func.el (find-function-noselect):
4532 * calendar/timeclock.el (timeclock-status-string)
4533 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
4534 (timeclock-when-to-leave-string):
4535 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
4536 * calc/calc-units.el (calc-enter-units-table):
4537 * calc/calc-mode.el (calc-mode-record-mode):
4538 * woman.el (woman-mini-help):
4539 * wdired.el (wdired-change-to-wdired-mode):
4540 * vc.el (vc-retrieve-snapshot):
4541 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
4542 * startup.el (display-startup-echo-area-message):
4543 * simple.el (set-goal-column):
4544 * ses.el (ses-command-hook, ses-recalculate-cell):
4545 * server.el (server-process-filter):
4546 * printing.el (pr-interface-txt-print, pr-interface-printify)
4547 (pr-interface-ps):
4548 * pcvs.el (cvs-help):
4549 * log-edit.el (log-edit, log-edit-mode-help):
4550 * iswitchb.el (iswitchb-possible-new-buffer):
4551 * isearch.el (isearch-edit-string):
4552 * image-mode.el (image-mode, image-minor-mode):
4553 * ibuf-macs.el (define-ibuffer-filter):
4554 * hi-lock.el (hi-lock-find-patterns):
4555 * files.el (toggle-read-only):
4556 * ediff-util.el (ediff-copy-diff)
4557 (ediff-write-merge-buffer-and-maybe-kill):
4558 * echistory.el (Electric-history-undefined):
4559 * dnd.el (dnd-insert-text):
4560 * dired-aux.el (dired-query):
4561 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
4562 * bookmark.el (bookmark-bmenu-locate):
4563 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
4564 Fix `message' calls to ensure first arg is a format string.
4565 The change was made only when these two conditions were satisfied:
4566 [1] when there is a possibility that the arguments would cause an error
4567 for example, if the code in question relies on external variables
4568 such as filenames, and
4569 [2] if the arg to `message' could not have been nil in the code.
4570
4571 * pcomplete.el (pcomplete--help): Fix `message' format spec.
4572 Not having a %s would be weird, though not technically wrong.
4573
4574 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4575
4576 * term/mac-win.el (mac-add-charset-info): Doc fix.
4577
4578 2005-09-17 Romain Francoise <romain@orebokech.com>
4579
4580 * shell.el (shell-resync-dirs): Handle echoing processes more
4581 reliably. Don't insert resync command if `comint-process-echoes'
4582 is non-nil.
4583
4584 2005-09-17 Magnus Henoch <mange@freemail.hu>
4585
4586 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
4587 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
4588 aspell versions >= 0.60.
4589 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
4590 only if ispell-aspell-supports-utf8 is non-nil.
4591
4592 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4593
4594 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
4595 buffer-local value to lisp-indent-function.
4596
4597 2005-09-17 Milan Zamazal <pdm@zamazal.org>
4598
4599 * progmodes/glasses.el (glasses-make-readable): If
4600 glasses-separator differs from underscore, put appropriate
4601 overlays over underscore characters.
4602 (glasses-convert-to-unreadable): If glasses-separator differs from
4603 underscore, try to convert glasses-separator characters to
4604 underscores.
4605
4606 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4607
4608 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
4609 Use with-syntax-table and dolist.
4610
4611 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
4612
4613 * textmodes/reftex-auc.el:
4614 * textmodes/reftex-cite.el:
4615 * textmodes/reftex-dcr.el:
4616 * textmodes/reftex-global.el:
4617 * textmodes/reftex-parse.el:
4618 * textmodes/reftex-ref.el:
4619 * textmodes/reftex-sel.el:
4620 * textmodes/reftex-toc.el:
4621 * textmodes/reftex-vars.el:
4622 * textmodes/reftex.el: Small changes to remove compiler warnings.
4623
4624 * textmodes/reftex-index.el: Likewise.
4625 (reftex-query-index-phrase): More efficient use of markers.
4626
4627 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
4628
4629 * image.el (image-load-path): New variable.
4630 (image-search-load-path): New function.
4631 (find-image): Search for images in `image-load-path'.
4632
4633 2005-09-15 Richard M. Stallman <rms@gnu.org>
4634
4635 * follow.el: Change Maintainer field.
4636
4637 2005-09-15 David Ponce <david@dponce.com>
4638
4639 * recentf.el (recentf-save-file-modes): New option.
4640 (recentf-save-list): Use it.
4641
4642 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
4643
4644 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
4645 (mode-line-mule-info, mode-line-modified): Move bindings from
4646 mouse-3 to mouse-1.
4647
4648 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
4649
4650 * simple.el (sendmail-user-agent-compose): Revert last change.
4651
4652 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4653
4654 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
4655 Use with-current-buffer.
4656 (ange-ftp-gwp-start): Remove unused var `gw-user'.
4657 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
4658 (ange-ftp-insert-directory): Remove unused var `short'.
4659 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
4660
4661 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
4662 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
4663
4664 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
4665 (check-calendar-holidays, diary-list-entries): Autoload.
4666 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
4667 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
4668
4669 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
4670 which mistakenly removed a call to display-buffer.
4671
4672 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
4673
4674 * obsolete/iso-insert.el: Move to obsolete/ from international/.
4675
4676 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
4677
4678 * progmodes/hideshow.el
4679 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
4680 (hs-allow-nesting): New user var.
4681 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
4682 (hs-hide-block-at-point): When nesting allowed,
4683 if there is already an overlay in place, delete it.
4684 (hs-safety-is-job-n): Delete func; remove call sites.
4685 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
4686 (hs-overlay-at): New func.
4687 (hs-already-hidden-p, hs-show-block): Use it.
4688 (hs-hide-all): Don't pre-clean if nesting allowed.
4689 (hs-show-all): Temporarily disallow
4690 nesting around call to `hs-discard-overlays'.
4691
4692 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
4693
4694 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
4695 Delete unused local var.
4696
4697 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
4698
4699 * help-fns.el (describe-categories): "?\ " -> "?\s".
4700 (help-do-arg-highlight): Recognize also ARG-n, as in
4701 `move-to-left-margin' (ARG+n is already recognized). Simplify.
4702
4703 * international/codepage.el (dos-unsupported-char-glyph):
4704 * net/newsticker.el (tool-bar-map, w3-mode-map)
4705 (w3m-minor-mode-map):
4706 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
4707 (ent-alist):
4708 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
4709
4710 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
4711
4712 * custom.el (custom-push-theme): Handle the case where a symbol is
4713 bound but face properties have not yet been assigned.
4714
4715 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
4716 Fix behavior if noerase is `t' and there is no mail buffer.
4717
4718 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
4719 if `continue' is nil, rather than signal an error.
4720
4721 2005-09-12 Richard M. Stallman <rms@gnu.org>
4722
4723 * font-lock.el (font-lock-keywords): Add autoload.
4724
4725 * help-fns.el (describe-variable): Rearrange to put source link
4726 in a predictable place.
4727
4728 * net/newsticker.el: New file.
4729
4730 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4731
4732 * calendar/calendar.el (calendar-for-loop): Add edebug info.
4733 (calendar-basic-setup): Use the new nil arg.
4734 (number-of-diary-entries): Move to diary-lib.el.
4735
4736 * calendar/diary-lib.el: Use with-current-buffer, match-string.
4737 (diary-list-entries): Use with-syntax-table and dolist.
4738 Rename from list-diary-entries.
4739 Use number-of-diary-entries if `number' is nil.
4740 (diary, diary-view-entries): Use this new name and new nil arg value.
4741 (number-of-diary-entries): Move from calendar.el.
4742 (diary-unhide-everything): New function.
4743 (include-other-diary-files, fancy-diary-display)
4744 (diary-show-all-entries, make-diary-entry): Use it.
4745 (diary-mail-entries): Use buffer-string.
4746 (mark-diary-entries): Fix long standing paren typo.
4747 (diary-sexp-entry): Use count-lines.
4748 (make-diary-entry): Avoid `previous-line'.
4749 (diary-mode-map): New var.
4750 (diary-mode): Redraw cal after saving. Setup header-line.
4751 (fancy-diary-display-mode): Use local-set-key.
4752
4753 * startup.el (command-line): Try calling various terminal-init-foo-bar
4754 functions by stripping hyphenated suffixes from $TERM.
4755
4756 * files.el (normal-mode): Check boundness of font-lock-keywords.
4757
4758 2005-09-12 Richard M. Stallman <rms@gnu.org>
4759
4760 * progmodes/compile.el: Don't decide a file's directory
4761 until the user actually tries to go there.
4762 (compilation-next-error-function):
4763 Pass compilation-find-file the directory from the file-struct.
4764 (compilation-internal-error-properties): Separate local FILE-STRUCT
4765 from FILE. Doc the args better. Rename arg FMT to FMTS.
4766 (compilation-find-file): Arg DIR renamed to DIRECTORY.
4767 Expand it, and if nil, use default-directory.
4768 (compilation-get-file-structure): Don't mix specified directory
4769 with default directory. Put specified directory into
4770 file-struct. Don't make the file name absolute.
4771
4772 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
4773 (compile-command): Add autoload.
4774 (compilation-disable-input): Add autoload.
4775
4776 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
4777
4778 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
4779 strings of the variables it can override.
4780 (time-stamp): New (as yet undocumented) time-stamp-format escapes
4781 %Q and %q, for fully-qualified domain name and unqualified host name.
4782
4783 2005-09-11 Kim F. Storm <storm@cua.dk>
4784
4785 * emacs-lisp/authors.el (authors-aliases): Update list.
4786 (authors-fixed-entries): Update mldrag.el entry.
4787
4788 2005-09-10 Alan Mackenzie <acm@muc.de>
4789
4790 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
4791 from the region narrowed to.
4792
4793 2005-09-10 Magnus Henoch <mange@freemail.hu>
4794
4795 * textmodes/ispell.el (ispell-check-version): Signal an error if
4796 aspell version is less than 0.60.
4797
4798 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
4799
4800 * progmodes/octave-inf.el (inferior-octave-startup):
4801 Resync current dir at the end.
4802
4803 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
4804
4805 * woman.el (woman-topic-at-point-default):
4806 Rename to woman-use-topic-at-point-default.
4807 (woman-topic-at-point): Rename to woman-use-topic-at-point.
4808 (woman-file-name): Reflect renames above. Automatically use the
4809 word at point as topic if woman-use-topic-at-point is non-nil.
4810 Otherwise offer it as default but don't insert it in the
4811 minibuffer. Also use `test-completion' instead of `assoc' as
4812 suggested by Stefan Monnier.
4813
4814 2005-09-10 Andre Spiegel <spiegel@gnu.org>
4815
4816 * vc.el (vc-directory, vc-update-change-log): Throw an error on
4817 the attempt to do it over Tramp. This is not yet supported.
4818
4819 2005-09-10 Eli Zaretskii <eliz@gnu.org>
4820
4821 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4822 (menu-bar-non-minibuffer-window-p): New functions.
4823 ("Split Window", "Save As..."): Use them.
4824 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
4825 ("Print Buffer", "Truncate Long Lines in this Buffer"):
4826 Use menu-bar-menu-frame-live-and-visible-p.
4827 ("Save Buffer", "Insert File", "Open Directory...")
4828 ("Open File...", "Visit New File..."):
4829 Use menu-bar-non-minibuffer-window-p.
4830 (kill-this-buffer-enabled-p, dired <menu-enable>):
4831 Use menu-bar-non-minibuffer-window-p.
4832
4833 2005-09-09 Eli Zaretskii <eliz@gnu.org>
4834
4835 * cus-start.el (all): Don't complain about fringe-related
4836 built-ins if fringes are not supported. Ditto about
4837 selection-related built-ins. Fix the test for GTK-related built-ins.
4838
4839 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
4840 ("Postscript Print Buffer", "Print Region", "Save As...")
4841 ("Save", "Insert File...", "Open Directory...")
4842 ("Open File...", "Visit New File..."")
4843 ("Truncate Long Lines in this Buffer"): Don't look at
4844 menu-updating-frame if this display does not support multiple frames.
4845
4846 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4847
4848 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
4849
4850 2005-09-09 Emilio Lopes <eclig@gmx.net>
4851
4852 * woman.el: Format- and whitespace-related changes.
4853
4854 2005-09-09 Eli Zaretskii <eliz@gnu.org>
4855
4856 * woman.el: Fix my email address.
4857
4858 2005-09-08 Richard M. Stallman <rms@gnu.org>
4859
4860 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
4861 (sh-mode): Locally set skeleton-pair-default-alist.
4862
4863 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
4864
4865 * progmodes/flymake.el: Require `compile' unconditionally.
4866
4867 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
4868
4869 * woman.el (woman-file-name): Provide a default, not initial input.
4870
4871 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
4872
4873 * font-lock.el (font-lock-support-mode): Doc fix.
4874
4875 * descr-text.el (describe-property-list): Handle non-symbol prop names.
4876
4877 2005-09-08 Richard M. Stallman <rms@gnu.org>
4878
4879 * simple.el (blink-matching-open): Get rid of text props from
4880 the string shown in echo area. Don't permanently set point.
4881 Some rearrangements.
4882
4883 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
4884
4885 * recentf.el (recentf-filename-handler): Add custom choice
4886 `abbreviate-file-name'.
4887
4888 * msb.el (msb--very-many-menus): Fix typo.
4889
4890 * disp-table.el (standard-display-european): Don't set
4891 enable-multibyte-characters to nil.
4892
4893 2005-09-08 David Ponce <david@dponce.com>
4894
4895 * recentf.el (recentf-show-file-shortcuts-flag): New option.
4896 (recentf-expand-file-name): Doc fix.
4897 (recentf-dialog-mode-map): Define digit shortcuts.
4898 (recentf--files-with-key): New variable.
4899 (recentf-show-digit-shortcut-filter): New function.
4900 (recentf-open-files-items): New function.
4901 (recentf-open-files): Use it.
4902 (recentf-open-file-with-key): New command.
4903
4904 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
4905
4906 * buff-menu.el (Buffer-menu-sort-by-column): New function.
4907 Suggested by Kim F. Storm.
4908 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
4909 (Buffer-menu-make-sort-button): Use global keymap.
4910
4911 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
4912
4913 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
4914 (Man-getpage-in-background-advice): Remove defadvice; it isn't
4915 necessary any longer with the remapped command.
4916 (Man-bgproc-sentinel-advice): Remove defadvice which counts
4917 formatting time only.
4918
4919 * net/tramp.el (tramp-action-password)
4920 (tramp-multi-action-password): Compile the password prompt from
4921 `method', `user' and `host'. Sometimes it isn't obvious which
4922 password to enter, for example with remote files offered by
4923 recentf.el, or with multiple steps. Suggested by Robert Marshall
4924 <robert@chezmarshall.freeserve.co.uk>.
4925
4926 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4927
4928 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4929 Fix regexp for when "s///" is at the beginning of line.
4930
4931 2005-09-07 Jay Belanger <belanger@truman.edu>
4932
4933 * calc/calc-poly.el (math-expand-term): Multiply out any powers
4934 when in matrix mode.
4935
4936 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4937
4938 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
4939 non-anonymous functions.
4940
4941 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
4942
4943 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
4944 when using a header line. Otherwise, use mouse-1-click-follows-link.
4945
4946 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
4947 can't be moved; don't signal an error.
4948
4949 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
4950
4951 * cus-theme.el (custom-theme-write-faces): Save the current face
4952 spec, not the defface spec.
4953
4954 * custom.el (custom-known-themes): Clarify meaning of "standard".
4955 (custom-push-theme): Save old values in the standard theme.
4956 (disable-theme): Correct typo.
4957 (custom-face-theme-value) Deleted unused function.
4958 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
4959
4960 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
4961
4962 * progmodes/compile.el (compilation-goto-locus): Take into account
4963 iconified frames when determining whether the buffer is
4964 already visible.
4965 Don't reset window height if the window already existed.
4966
4967 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
4968
4969 * custom.el (load-theme): Rename from require-theme.
4970 Add interactive spec.
4971 (enable-theme): Rename from custom-enable-theme.
4972 Add interactive spec.
4973 (disable-theme): Rename from custom-disable-theme.
4974 Add interactive spec.
4975 (custom-make-theme-feature): Doc fix.
4976 (custom-theme-directory): Doc fix.
4977 (provide-theme): Call enable-theme.
4978
4979 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4980
4981 * obsolete/lazy-lock.el (lazy-lock-mode):
4982 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
4983 font-lock-mode if it's off. Print a warning instead.
4984
4985 * progmodes/compile.el (compilation-start): Ignore errors if the
4986 process died before we get to send-eof.
4987
4988 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
4989 Undo last change. Enclosing the result in quotes broke things on Unix
4990 since tex-send-command passes it through shell-quote-argument.
4991 (tex-send-command): Pass `file' through convert-standard-filename
4992 when possible.
4993 (tex-uptodate-p): Handle the case where TeX hasn't put additional
4994 info in a transcript.
4995
4996 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
4997
4998 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
4999 fix compilation warning. Reorder the key definitions to group
5000 together keys emitted by the current version of xterm.
5001
5002 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
5003 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
5004 Reorder predicates to correct min-color usage.
5005
5006 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
5007
5008 * longlines.el (longlines-mode): Inhibit read-only when encoding.
5009 Kill local variables when longlines-mode is turned off.
5010
5011 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
5012
5013 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
5014
5015 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
5016
5017 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
5018
5019 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
5020 (font-lock-lines-before): Change default to being inactive.
5021 (font-lock-default-fontify-region): Obey font-lock-lines-before.
5022 (font-lock-after-change-function): Don't handle f-l-lines-before here.
5023
5024 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
5025
5026 * net/tramp.el (tramp-handle-make-auto-save-file-name):
5027 Deactivate temporarily advice if active (not needed for Emacs 22,
5028 but for backwards compatibility).
5029 (tramp-exists-file-name-handler): Rewrite. First implementation
5030 was too simple.
5031 (tramp-advice-make-auto-save-file-name):
5032 Call `tramp-handle-make-auto-save-file-name' (again, just for
5033 backwards compatibility).
5034
5035 2005-08-31 Reto Zimmermann <reto@gnu.org>
5036
5037 * progmodes/vhdl-mode.el
5038 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
5039 (vhdl-end-p): Fix indentation bug "else" after "-- when".
5040 (vhdl-set-default-project): New function (easier setting of default).
5041 (vhdl-port-copy): Handle extended identifiers for generics.
5042 (vhdl-compiler-alist): Better description for error message regexp.
5043 (vhdl-make): Query for target, use previous as default.
5044 (vhdl-port-copy): Fix port copy for port names starting with "signal".
5045 (vhdl-font-lock-keywords-2): Fix fontification for record
5046 el. assign.
5047 (vhdl-speedbar-make-subpack-line): Add package body link.
5048 (vhdl-generate-makefile-1): Not include itself as dependency.
5049 (vhdl-font-lock-init): Highlight c-preprocessor directives.
5050 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
5051 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
5052 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
5053 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
5054 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
5055 (vhdl-import-project): Add string argument for `error'.
5056 (vhdl-compose-configuration)
5057 (vhdl-compose-configuration-architecture): Add configuration
5058 declaration generation.
5059 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
5060 (vhdl-trailer-re): Add "record" keyword (better indentation).
5061 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
5062 "[^ \t-\"]+".
5063 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
5064 (vhdl-testbench-entity-file-name)
5065 (vhdl-testbench-architecture-file-name): Allow separate
5066 customization of testbench file names.
5067 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
5068 (vhdl-get-visible-signals): Allow newline within alias declaration.
5069 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
5070 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
5071 (member-ignore-case): Alias for missing function in XEmacs.
5072 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
5073 (vhdl-update-sensitivity-list): Ignore case on read signals.
5074 (vhdl-replace-string): Adjust case only for file names.
5075 (vhdl-update-sensitivity-list): Fix search for read signals.
5076 (vhdl-update-sensitivity-list): Exclude formal parameters.
5077 (vhdl-get-visible-signals): Include aliases of signals.
5078 (vhdl-get-visible-signals): Fix signal name searching.
5079 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
5080 (vhdl-fixup-whitespace-region): Fix for character
5081 literals (e.g. ':').
5082
5083 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
5084
5085 * ansi-color.el (comint-last-output-start):
5086 * bs.el (font-lock-verbose):
5087 * diff-mode.el (add-log-buffer-file-name-function):
5088 * dired-x.el (vm-folder-directory):
5089 * faces.el (help-xref-stack-item):
5090 * files.el (font-lock-keywords):
5091 * find-lisp.el (dired-buffers, dired-subdir-alist):
5092 * ido.el (cua-inhibit-cua-keys):
5093 * log-view.el (cvs-minor-wrap-function):
5094 * outline.el (font-lock-warning-face):
5095 * simple.el (compilation-current-error):
5096 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
5097 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
5098 * tooltip.el (comint-prompt-regexp):
5099 * w32-fns.el (explicit-shell-file-name):
5100 * term/mac-win.el (mac-charset-info-alist)
5101 (mac-services-selection, mac-system-script-code):
5102 * term/tty-colors.el (msdos-color-values):
5103 * term/w32-win.el (xlfd-regexp-registry-subnum):
5104 * term/x-win.el (x-keysym-table, x-selection-timeout)
5105 (x-session-id, x-session-previous-id):
5106 * textmodes/ispell.el (mail-yank-prefix):
5107 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
5108 * textmodes/org.el (calc-embedded-close-formula)
5109 (calc-embedded-open-formula)
5110 (font-lock-unfontify-region-function):
5111 * textmodes/reftex-global.el (isearch-next-buffer-function)
5112 (TeX-master):
5113 * textmodes/reftex.el (font-lock-keywords):
5114 * textmodes/tex-mode.el (font-lock-comment-face)
5115 (font-lock-doc-face):
5116 * textmodes/texinfo.el (outline-heading-alist):
5117 Add defvars.
5118
5119 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
5120 (artist-spray-chars, artist-mode-init, artist-replace-string)
5121 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
5122 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
5123 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
5124
5125 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
5126 (conf-align-assignments): "?\ " -> "?\s".
5127
5128 * textmodes/reftex-index.el (TeX-master): Add defvar.
5129 (reftex-index-phrases-marker): Move up defvar.
5130
5131 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
5132 (reftex-toc-include-labels-indicator)
5133 (reftex-toc-include-index-indicator)
5134 (reftex-toc-max-level-indicator): Move up declarations.
5135
5136 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
5137 of args to `tramp-run-real-handler', even if it's empty in this case.
5138
5139 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5140
5141 * dired.el (dired-move-to-filename-regexp): Add date format for
5142 Mac OS X 10.3 in East Asian locales.
5143
5144 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
5145
5146 * files.el (make-auto-save-file-name): Add file name handler call
5147 if applicable.
5148
5149 * net/tramp.el (tramp-file-name-handler-alist)
5150 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
5151 (tramp-handle-make-auto-save-file-name): Rename from
5152 `tramp-make-auto-save-file-name'.
5153 (tramp-exists-file-name-handler): New defun.
5154 (tramp-advice-make-auto-save-file-name): Make defadvice only when
5155 `make-auto-save-file-name' is not a magic file name operation.
5156
5157 2005-08-30 Richard M. Stallman <rms@gnu.org>
5158
5159 * files.el (risky-local-variable-p):
5160 Match `-predicates' and `-commands.
5161
5162 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
5163 (custom-save-all): Visit the file if necessary;
5164 kill the buffer if we created it.
5165 (custom-save-delete): Don't visit file or kill buffer here.
5166
5167 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
5168
5169 * textmodes/org.el (org-special-keyword): New face.
5170 (org-table-copy-down, org-table-eval-formula)
5171 (org-table-recalculate, org-init-section-numbers):
5172 Use `string-to-number' instead of `string-to-int'.
5173 (org-get-location): Use `insert-buffer-substring' instead of
5174 `insert-buffer'.
5175 (org-modify-diary-entry-string): New function.
5176 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
5177 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
5178 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
5179 active region.
5180 (org-export-as-html): Handle QUOTE keyword.
5181 (org-quote-string): New option.
5182 (org-bookmark-jump-unhide): New function, used for
5183 `bookmark-after-jump-hook'.
5184 (org-diary-default-entry): Apply only when not called through
5185 `org-agenda'.
5186
5187 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
5188
5189 * net/eudc.el (mode-popup-menu):
5190 * play/handwrite.el (ps-printer-name, ps-lpr-command):
5191 * progmodes/ada-mode.el (compile-auto-highlight)
5192 (skeleton-further-elements):
5193 * progmodes/autoconf.el (font-lock-syntactic-keywords):
5194 * progmodes/cmacexp.el (msdos-shells):
5195 * progmodes/compile.el (font-lock-extra-managed-props)
5196 (font-lock-keywords, font-lock-maximum-size)
5197 (font-lock-support-mode):
5198 * progmodes/grep.el (font-lock-lines-before):
5199 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
5200 * progmodes/mixal-mode.el (compile-command):
5201 * progmodes/perl-mode.el (font-lock-comment-face)
5202 (font-lock-doc-face, font-lock-string-face):
5203 * progmodes/prolog.el (comint-prompt-regexp):
5204 * progmodes/sh-script.el (font-lock-comment-face)
5205 (font-lock-set-defaults, font-lock-string-face):
5206 * progmodes/sql.el (font-lock-keyword-face)
5207 (font-lock-set-defaults, font-lock-string-face):
5208 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
5209 (itimer-version, lazy-lock-defer-contextually)
5210 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
5211 Add defvars.
5212
5213 * progmodes/cperl-mode.el (cperl-electric-lbrace)
5214 (cperl-electric-keyword, cperl-electric-pod)
5215 (cperl-electric-backspace, cperl-forward-re)
5216 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
5217 (vc-rcs-header, vc-sccs-header): Add defvars.
5218
5219 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
5220 (font-lock-syntactic-keywords, gud-find-expr-function):
5221 Add defvars.
5222
5223 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
5224 (gdb-frame-parameters): Declare before use.
5225
5226 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
5227 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
5228 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
5229 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
5230
5231 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
5232 (idlwave-help-with-source): Use `insert-buffer-substring', not
5233 `insert-buffer'.
5234
5235 2005-08-29 Juri Linkov <juri@jurta.org>
5236
5237 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
5238 Put outline-back-to-heading function call inside save-excursion.
5239
5240 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
5241
5242 * man.el (Man-init-defvars, Man-translate-references)
5243 (Man-support-local-filenames, Man-highlight-references):
5244 * progmodes/sql.el (sql-interactive-mode):
5245 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
5246
5247 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
5248 (compilation-mode-font-lock-keywords): Add defvars.
5249 (checkdoc-interactive-loop): "?\ " -> "?\s".
5250
5251 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
5252 (font-lock-doc-face, font-lock-string-face)
5253 (font-lock-keywords-case-fold-search): Add defvars.
5254 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
5255
5256 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
5257 Don't pass X and Y (they are ignored anyway).
5258 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
5259 (mouse-delete-window): Make arguments optional.
5260
5261 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
5262 (caesar-translate-table, minor-modes, news-buffer-save)
5263 (news-group-name, news-minor-modes): Add defvars.
5264
5265 * emacs-lisp/lselect.el (mouse-highlight-priority)
5266 (x-lost-selection-functions, zmacs-regions):
5267 * emacs-lisp/pp.el (font-lock-verbose):
5268 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
5269 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
5270 (ses-mode-map):
5271 * emacs-lisp/tcover-unsafep.el (safe-functions):
5272 * international/mule-cmds.el (mac-system-coding-system)
5273 (mac-system-locale):
5274 * language/ethio-util.el (rmail-current-message)
5275 (rmail-message-vector):
5276 * language/thai-util.el (thai-auto-composition-mode):
5277 * mail/metamail.el (rmail-current-message, rmail-message-vector):
5278 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
5279 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
5280 (vm-primary-inbox, vm-spool-files):
5281 * mail/rmail.el (deleted-head, font-lock-fontified)
5282 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
5283 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
5284 (total-messages):
5285 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
5286 (rmail-summary-mode-map):
5287 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
5288 (rmail-last-label, rmail-last-multi-labels)
5289 (rmail-summary-vector, rmail-total-messages):
5290 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
5291 * mail/rmailsum.el (msgnum):
5292 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
5293 (rmail-current-message):
5294 * obsolete/fast-lock.el (font-lock-face-list):
5295 * obsolete/rnewspost.el (mail-reply-buffer):
5296 * obsolete/scribe.el (compile-command):
5297 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
5298
5299 2005-08-28 John Paul Wallington <jpw@gnu.org>
5300
5301 * ibuf-ext.el (ibuffer-auto-update-changed):
5302 Use `frame-or-buffer-changed-p' to check whether we need to update.
5303 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
5304 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
5305 as a `frame-or-buffer-changed-p' state vector instead.
5306
5307 2005-08-27 Romain Francoise <romain@orebokech.com>
5308
5309 * textmodes/makeinfo.el (makeinfo-compile):
5310 Use `compilation-start'. Set `next-error-function' according to
5311 `disable-errors'.
5312 (makeinfo-next-error): New function.
5313 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
5314 (makeinfo-buffer): Likewise.
5315
5316 * progmodes/compile.el (compilation-start): Add autoload cookie.
5317
5318 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
5319 * textmodes/sgml-mode.el: Likewise.
5320 * progmodes/python.el: Likewise.
5321
5322 2005-08-27 Eli Zaretskii <eliz@gnu.org>
5323
5324 * simple.el (blink-matching-paren-distance): Document the meaning
5325 of nil value, and allow to customize to nil.
5326
5327 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
5328 command.com, not command.exe.
5329
5330 2005-08-26 John Wiegley <johnw@newartisans.com>
5331
5332 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
5333 code around a bit so that an extraneous nil argument is not added
5334 to a command when no args are given.
5335
5336 * eshell/esh-arg.el (eshell-parse-double-quote): If a
5337 double-quoted argument resolves to nil, return it as an empty
5338 string rather than as nil. This made it impossible to pass "" to
5339 a shell script as a null string argument.
5340
5341 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
5342
5343 * outline.el (outline-invent-heading): New fun.
5344 (outline-promote, outline-demote): Use it.
5345 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
5346 (outline-end-of-subtree): Remove unused var `opoint'.
5347
5348 2005-08-26 David Reitter <david.reitter@gmail.com>
5349
5350 * menu-bar.el (truncate-lines, write-file, print-buffer)
5351 (ps-print-buffer-faces, ps-print-buffer, split-window):
5352 Disable menu items when the frame they refer to is invisible, or when
5353 they refer to a buffer and the minibuffer is selected.
5354
5355 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
5356
5357 * progmodes/flymake.el (flymake-highlight-err-lines):
5358 Use save-excursion around flymake-highlight-line to preserve point.
5359
5360 2005-08-26 Eli Zaretskii <eliz@gnu.org>
5361
5362 * progmodes/octave-mod.el: Change Author and Maintainer address.
5363 (octave-maintainer-address): Change Kurt's email address.
5364 * progmodes/octave-inf.el: Change Author and Maintainer address.
5365 * progmodes/octave-hlp.el: Change Author and Maintainer address.
5366
5367 2005-08-26 Kim F. Storm <storm@cua.dk>
5368
5369 * subr.el (version-list-<, version-list-<=, version-list-=):
5370 Renamed from integer-list-*.
5371 (version-list-not-zero): Likewise. Fix while loop.
5372 (version=): Use version-list-= instead of string-equal.
5373
5374 2005-08-26 Richard M. Stallman <rms@gnu.org>
5375
5376 * outline.el (outline-promote): Try shortening the heading.
5377 As last resort, read the heading to use.
5378 (outline-demote): As last resort, read the heading to use.
5379
5380 2005-08-26 Romain Francoise <romain@orebokech.com>
5381
5382 * progmodes/compile.el (compilation-start): Doc fix.
5383
5384 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
5385 (antlr-font-lock-additional-keywords): Fix reference to
5386 `antlr-font-lock-literal-regexp' erroneously changed during the
5387 mass face rename.
5388 (antlr-run-tool): Use `compilation-start'.
5389
5390 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
5391 instead of the obsolete `compile-internal'.
5392
5393 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
5394
5395 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
5396 (number, original-date):
5397 * calendar/cal-china.el (date):
5398 * calendar/cal-coptic.el (date):
5399 * calendar/cal-french.el (date):
5400 * calendar/cal-hebrew.el (date, entry, number, original-date):
5401 * calendar/cal-islam.el (date, number, original-date):
5402 * calendar/cal-iso.el (date):
5403 * calendar/cal-julian.el (date):
5404 * calendar/cal-mayan.el (date):
5405 * calendar/cal-menu.el (date, event):
5406 * calendar/cal-persia.el (date):
5407 * calendar/lunar.el (date):
5408 * calendar/solar.el (date): Add defvars.
5409
5410 * emerge.el:
5411 * ibuffer.el:
5412 * info-xref.el:
5413 * obsolete/bg-mouse.el:
5414 * obsolete/sun-curs.el:
5415 * obsolete/swedish.el: Move the `defvar's to the top level.
5416
5417 * smerge-mode.el (smerge-refined-change): Add :group.
5418
5419 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
5420
5421 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
5422 (smerge-keep-n): Remove props.
5423 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
5424 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
5425 now that it's done in smerge-keep-n.
5426 (smerge-refined-change): New face.
5427 (smerge-refine-chopup-region, smerge-refine-highlight-change)
5428 (smerge-refine): New funs.
5429 (smerge-basic-map): Bind smerge-refine.
5430
5431 2005-08-25 Juri Linkov <juri@jurta.org>
5432
5433 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
5434 compilation-process-setup-function and compilation-disable-input
5435 in grep-mode instead of let-bindings in grep.
5436
5437 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
5438 Delete "Automatic File De/compression" (auto-compression-mode).
5439
5440 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
5441
5442 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
5443 Silence warning about non-existent variable.
5444
5445 2005-08-25 Richard M. Stallman <rms@gnu.org>
5446
5447 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
5448 Rename "Describe Key" to "Describe Key or Mouse Operation".
5449
5450 * mail/mailalias.el (build-mail-aliases): Delete comments
5451 from the contents before processing them.
5452
5453 * isearch.el (isearch-edit-string): Erase the Search prompt
5454 if user enters an empty string and there is no default.
5455
5456 * comint.el (comint-file-name-prefix): Add autoload.
5457
5458 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
5459
5460 * subr.el (play-sound): Rearrange to avoid warning.
5461
5462 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
5463
5464 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
5465 New hook.
5466 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
5467
5468 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
5469
5470 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
5471
5472 * custom.el (custom-theme-set-variables): Sort minor modes last.
5473
5474 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5475
5476 * subr.el (version-separator, version-regexp-alist): New vars used by
5477 version comparison funs.
5478 (integer-list-<, integer-list-=, integer-list-<=)
5479 (integer-list-not-zero): New funs for integer list comparison.
5480 (version-to-list, version=, version<, version<=): New funs for version
5481 comparison.
5482
5483 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
5484
5485 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
5486 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
5487 time to silence the byte-compiler.
5488
5489 * ibuffer.el (ibuffer-compile-make-eliding-form)
5490 (ibuffer-check-formats): Use `with-no-warnings' to hide references
5491 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
5492 so it's silly to get warnings for it).
5493 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
5494 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
5495 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
5496 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
5497 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
5498 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
5499 Defvar at compile time.
5500 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
5501 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
5502 Declare them before use.
5503
5504 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
5505 (info-xref-good, info-xref-bad): Defvar at compile time.
5506
5507 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
5508 Use `let*' instead of `let'.
5509
5510 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
5511 (*mouse-y*, menu, char): Defvar at compile time.
5512 (sc::menu): Declare it before use.
5513 (sc::pack-one-line): Use `let', not `let*'.
5514
5515 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
5516 (mail-send-hook): Defvar at compile time.
5517
5518 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
5519 Defvar at compile time.
5520
5521 * term/sun-mouse.el (current-global-mousemap)
5522 (current-local-mousemap): Declare them before use.
5523
5524 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
5525
5526 * bookmark.el (bookmark-after-jump-hook): New hook.
5527 (bookmark-jump): Run `bookmark-after-jump-hook'.
5528
5529 2005-08-23 Juri Linkov <juri@jurta.org>
5530
5531 * faces.el (minibuffer-prompt): Doc fix.
5532
5533 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
5534
5535 * progmodes/xscheme.el: Trivial changes to silence warnings.
5536 (xscheme-previous-mode, xscheme-previous-process-state):
5537 Add defvars.
5538 (xscheme-last-input-end, xscheme-process-command-line)
5539 (xscheme-process-name, xscheme-buffer-name)
5540 (xscheme-expressions-ring-max, xscheme-expressions-ring)
5541 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
5542 (xscheme-control-g-synchronization-p)
5543 (xscheme-control-g-disabled-p, xscheme-string-receiver)
5544 (default-xscheme-runlight, xscheme-runlight)
5545 (xscheme-runlight-string, xscheme-process-filter-state)
5546 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
5547 Move to beginning of file.
5548 (scheme-interaction-mode-commands-alist)
5549 (scheme-interaction-mode-map, scheme-debugger-mode-map):
5550 Declare them before use. Note: the initialization code for the variables
5551 has not been moved because it uses functions that reference the variables.
5552 (xscheme-control-g-message-string, xscheme-process-filter-alist)
5553 (xscheme-prompt-for-expression-map): Declare them before use.
5554 (scheme-debugger-mode-commands): "?\ " -> "?\s".
5555
5556 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
5557
5558 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
5559
5560 2005-08-22 Juri Linkov <juri@jurta.org>
5561
5562 * faces.el (set-face-underline): Delete this duplicate function
5563 and make an obsolete alias to set-face-underline-p.
5564 (set-face-underline-p): Use docstring of set-face-underline.
5565 (describe-face): Create hyperlink to parent face.
5566
5567 * info.el (Info-insert-dir): Use save-excursion around
5568 insert-buffer-substring.
5569 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
5570 (Info-escape-percent): Delete function.
5571 (Info-fontify-node): Replace Info-escape-percent by
5572 replace-regexp-in-string with REP arg set to lambda that
5573 duplicates `%' and preserves text properties.
5574
5575 * progmodes/compile.el (compilation-disable-input): Doc fix.
5576 (define-compilation-mode): Doc fix and refill.
5577 (kill-compilation): Use `mode-name' in the error message.
5578 (compilation-find-file): Use `compilation-error' in the
5579 read-file-name's prompt.
5580
5581 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
5582
5583 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
5584 (smerge-auto-leave): Make undo re-enable the mode.
5585 (debug-ignored-errors): Add the user-error of impossible resolution.
5586 (smerge-resolve): Move things around a bit, in preparation for later.
5587 (smerge-diff): Don't fail if the buffer has no associated file.
5588 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
5589 (smerge-conflict-overlay): New function.
5590 (smerge-match-conflict): Don't add text properties here.
5591 (smerge-find-conflict): Instead, add an overlay here.
5592 Also check for the case where we're inside a conflict already, so as to
5593 obviate the need for font-lock-multiline, which is unbearably slow with
5594 large conflicts and ciomplex font-lock patterns.
5595 (smerge-remove-props): Remove overlay rather than text-properties.
5596 (smerge-mode): Don't set font-lock-multiline.
5597 Remove overlays when turned off.
5598
5599 2005-08-21 Kim F. Storm <storm@cua.dk>
5600
5601 * ido.el (ido-ignore-item-p): Use save-match-data.
5602 Bind case-fold-search to ido-case-fold locally.
5603
5604 2005-08-20 Richard M. Stallman <rms@gnu.org>
5605
5606 * files.el (normal-mode): If font lock is on, turn it off and on.
5607
5608 * subr.el (replace-regexp-in-string): Doc fix.
5609
5610 * startup.el (command-line-1): Don't suppress startup screen
5611 due to existing processes.
5612
5613 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
5614
5615 * progmodes/compile.el (compilation-disable-input): Default to nil.
5616
5617 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
5618
5619 * progmodes/compile.el (compilation-disable-input): New defcustom.
5620 (compilation-start): If compilation-disable-input is non-nil, send
5621 EOF to the compilation process.
5622
5623 2005-08-20 Eli Zaretskii <eliz@gnu.org>
5624
5625 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
5626 Run the argument of tex-shell-cd-command through
5627 convert-standard-filename, to get the correct style of slashes on
5628 Windows, and enclose the result in quotes, in case the file name
5629 includes whitespace or other special characters.
5630
5631 2005-08-19 Andreas Schwab <schwab@suse.de>
5632
5633 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
5634 process.
5635
5636 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
5637
5638 * cus-start.el (minibuffer-prompt-properties): Correct typo.
5639
5640 2005-08-18 Kim F. Storm <storm@cua.dk>
5641
5642 * scroll-lock.el: Fix errors due to incorrect line wrapping.
5643
5644 2005-08-18 Richard M. Stallman <rms@gnu.org>
5645
5646 * scroll-lock.el: New file.
5647
5648 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
5649
5650 * dired.el (dired-move-to-end-of-filename):
5651 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
5652
5653 2005-08-18 Kim F. Storm <storm@cua.dk>
5654
5655 * ido.el (ido-everywhere): Fix defcustom :set function to disable
5656 rather than toggle mode when custom value is nil.
5657 (ido-everywhere): Fix defun doc string.
5658
5659 2005-08-17 Richard M. Stallman <rms@gnu.org>
5660
5661 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
5662 as tag instead of "Inviolable".
5663
5664 2005-08-17 Kim F. Storm <storm@cua.dk>
5665
5666 * windmove.el (windmove-coordinates-of-position): Remove.
5667 (windmove-coordinates-of-window-position): Remove.
5668 (windmove-reference-loc): Use posn-at-point instead.
5669
5670 * subr.el (insert-for-yank-1): Doc fix.
5671
5672 * ido.el (ido-enter-matching-directory): Rename from
5673 ido-enter-single-matching-directory. Change 'slash choice to
5674 'only. Add 'first choice.
5675 (ido-exhibit): Adapt to above changes.
5676
5677 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
5678
5679 * Makefile.in: Expand comment about building loaddefs.el.
5680
5681 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
5682
5683 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
5684 Comment use of defadvice.
5685
5686 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
5687
5688 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
5689
5690 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
5691 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
5692 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
5693 * progmodes/idlw-shell.el, progmodes/ld-script.el,
5694 * progmodes/which-func.el, ruler-mode.el, strokes.el,
5695 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
5696 for backward compatibility for faces that did not appear in the
5697 previous Emacs release.
5698
5699 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
5700
5701 2005-08-15 Kim F. Storm <storm@cua.dk>
5702
5703 * emulation/cua-base.el (cua-delete-region): Return t if
5704 deleted region was non-empty.
5705 (cua-replace-region): Inhibit overwrite-mode for
5706 self-insert-command if replaced region was non-empty.
5707 (cua--explicit-region-start, cua--status-string): Make them
5708 buffer-local at top-level...
5709 (cua-mode): ...rather than when mode is enabled.
5710
5711 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
5712
5713 * progmodes/vhdl-mode.el (vhdl-emacs-21):
5714 Set t for Emacs 21, 22, and so on.
5715
5716 2005-08-15 David Ponce <david@dponce.com>
5717
5718 * tree-widget.el: Update Commentary header.
5719 (tree-widget-theme): Doc fix.
5720 (tree-widget-space-width): New option.
5721 (tree-widget-image-properties): Look up in the default theme too.
5722 (tree-widget--cursors): Only for images with arrow pointer shape.
5723 (tree-widget-lookup-image): Pointer shape is hand by default.
5724 (tree-widget-icon): Rename generic icon widget from
5725 `tree-widget-control'.
5726 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
5727 derive from `tree-widget-icon'.
5728 (tree-widget-handle): Improve default look and feel of the text
5729 representation.
5730 (tree-widget): Rename :*-control properties to :*-icon properties.
5731 Add :action and :help-echo properties.
5732 (tree-widget-after-toggle-functions): Move.
5733 (tree-widget-close-node, tree-widget-open-node): Remove.
5734 (tree-widget-before-create-icon-functions): New hook.
5735 (tree-widget-value-create): Update to allow customization of icons
5736 and nodes at run-time via that new hook.
5737 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
5738 (tree-widget-icon-action, tree-widget-icon-help-echo)
5739 (tree-widget-action, tree-widget-help-echo): New functions.
5740
5741 2005-08-15 Kim F. Storm <storm@cua.dk>
5742
5743 * ido.el (ido-buffer-internal): Use with-no-warnings.
5744 (ido-make-merged-file-list): Use while-no-input.
5745
5746 2005-08-15 Richard M. Stallman <rms@gnu.org>
5747
5748 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
5749 (flyspell-large-region): Fix doc and custom type.
5750
5751 2005-08-14 Richard M. Stallman <rms@gnu.org>
5752
5753 * files.el (interpreter-mode-alist): Doc fix.
5754
5755 * mail/rmail.el (rmail-nonignored-headers): New variable.
5756 (rmail-clear-headers): Use it.
5757 (rmail-reply): Better handling of mail-followup-to header.
5758
5759 * progmodes/sh-script.el (sh-font-lock-keywords-var):
5760 Rename variable from sh-font-lock-keywords. In the `shell' entry,
5761 don't try to refer to executable-font-lock-keywords.
5762 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
5763 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
5764 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
5765 (sh-mode): Set comment-start-skip, local-abbrev-table,
5766 imenu-case-fold-search.
5767 (sh-set-shell): Don't set them here.
5768 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
5769 Don't cache the results in the original alist; don't ever modify
5770 that alist.
5771
5772 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
5773
5774 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
5775 empty.
5776
5777 2005-08-15 Andreas Schwab <schwab@suse.de>
5778
5779 * desktop.el: Put autoload cookie at risky-local-variable declarations.
5780
5781 * dired.el, info.el, mail/rmail.el: Revert last change.
5782
5783 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
5784
5785 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
5786 modification in `eval-after-load' form.
5787 * info.el: Likewise.
5788 * mail/rmail.el: Likewise.
5789
5790 2005-08-14 Juri Linkov <juri@jurta.org>
5791
5792 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5793 Remove highlighting of "Compilation started". Highlight only
5794 the word "finished" in "Compilation finished". Add highlighting
5795 of "interrupt", "killed", "terminated" and the exit code.
5796 (compilation-start): Add newline after header. Use exactly the
5797 same time stamp format as the finishing message.
5798 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
5799
5800 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
5801 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
5802 Add highlighting of "interrupt", "killed", "terminated".
5803
5804 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
5805 enabled and the current command is self-insert-command, call it
5806 explicitly with overwrite-mode bound to nil, to not allow it
5807 to delete the character after the selected region.
5808
5809 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
5810
5811 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
5812 move-end-of-line, end-of-line, and beginning-of-line to the list
5813 of commands after which the echo area is updated.
5814
5815 2005-08-12 Eli Zaretskii <eliz@gnu.org>
5816
5817 * cus-edit.el (custom-save-all, custom-save-delete):
5818 Bind recentf-exclude to exclude custom-file.
5819
5820 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
5821
5822 * mail/rmailsum.el (rmail-summary-end-of-message): New command
5823 to go to the bottom of the mail message. Added to
5824 `rmail-summary-mode-map' with key "/".
5825 (rmail-summary-show-message): New (internal) function for use by
5826 both `rmail-summary-beginning/end-of-message'.
5827 (rmail-summary-beginning-of-message): Change to use
5828 rmail-summary-show-message.
5829
5830 * mail/rmail.el (rmail-end-of-message): New command to go to the
5831 end of the current message. Added to `rmail-mode-map' with key "/".
5832 (rmail-beginning-of-message): Fix to work as documented.
5833 (rmail-mode): Change documentation.
5834
5835 * progmodes/compile.el (compilation-start): Add the line
5836 "Compilation started" with compilation start time.
5837 (compilation-mode-font-lock-keywords): Add `started' to keywords.
5838
5839 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
5840
5841 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
5842 of menu items.
5843
5844 2005-08-11 Richard M. Stallman <rms@gnu.org>
5845
5846 * simple.el (pop-global-mark): Reverse test of widen-automatically.
5847
5848 * battery.el (battery-status-function): Don't use ignore-errors.
5849
5850 2005-08-11 Lute Kamstra <lute@gnu.org>
5851
5852 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
5853 define-obsolete-variable-alias.
5854
5855 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
5856
5857 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
5858 (ange-ftp-send-cmd): Revert last change, and expand
5859 the comment explaining the problem.
5860
5861 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
5862
5863 * ldefs-boot.el: Update.
5864
5865 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
5866 item to "Time, Load and Mail". Change help echo text.
5867
5868 * time.el (display-time-use-mail-icon, display-time-format)
5869 (display-time-string-forms): Shorten first line of docstrings.
5870
5871 2005-08-10 Lars Hansen <larsh@soem.dk>
5872
5873 * desktop.el (desktop-buffer-mode-handlers):
5874 Make non-customizable. Add autoload cookie. Change initial value to
5875 nil; add elements in respective modules instead. Fix doc string.
5876 (desktop-load-file): New function.
5877 (desktop-minor-mode-handlers): New autoloaded variable.
5878 (desktop-create-buffer): Call minor mode handlers.
5879 Use desktop-load-file to load major and minor mode modules prior to
5880 checking for a handler.
5881 (desktop-save): Don't add nil to desktop-minor-modes for minor
5882 modes with nil function in desktop-minor-mode-table. Don't delete
5883 desktop file before rewriting it.
5884 (desktop-locals-to-save): Add autoload cookie. Don't make
5885 automatically buffer-local. Add variables column-number-mode,
5886 size-indication-mode, indent-tabs-mode,
5887 indicate-buffer-boundaries, indicate-empty-lines and
5888 show-trailing-whitespace.
5889 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
5890 regexps. Don't use desktop-clear-preserve-buffers-regexp.
5891 (desktop-clear-preserve-buffers-regexp): Delete.
5892 (desktop-clear-preserve-buffers): Update initial value and docstring.
5893 (desktop-save-buffer): Fix doc string.
5894
5895 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
5896 (hilit-chg-desktop-restore): New function.
5897 (highlight-changes-mode): Add highlight-changes-mode to
5898 desktop-locals-to-save.
5899
5900 * dired.el: Add handler to desktop-buffer-mode-handlers.
5901 (dired-restore-desktop-buffer): Remove autoload cookie.
5902 (dired-mode): Add autoload cookie.
5903
5904 * info.el: Add handler to desktop-buffer-mode-handlers.
5905 (Info-restore-desktop-buffer): Remove autoload cookie.
5906 (Info-mode): Add autoload cookie.
5907
5908 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
5909 (mh-restore-desktop-buffer): Remove autoload cookie.
5910 (mh-folder-mode): Add autoload cookie.
5911
5912 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
5913 (rmail-restore-desktop-buffer): Remove autoload cookie.
5914
5915 2005-08-11 Masatake YAMATO <jet@gyve.org>
5916
5917 * hexl.el (hexl-address-region):
5918 (hexl-ascii-region, hexl-font-lock-keywords):
5919 (hexl-highlight-line-range): Use the term "region"
5920 instead of "area" for consistency with the other symbols
5921 defined in hexl.el.
5922
5923 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
5924
5925 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
5926 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
5927 out by Juri Linkov). Add `display-battery-mode'.
5928
5929 2005-08-09 Juri Linkov <juri@jurta.org>
5930
5931 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5932 Remove `-text' from face variable names.
5933 (compilation-error-file-name, compilation-warning-file-name)
5934 (compilation-info-file-name): Delete faces.
5935 (compilation-line-number, compilation-column-number):
5936 Remove face underlining.
5937 (compilation-message-face): Set to `underline' value by default.
5938 (compilation-error-face, compilation-warning-face)
5939 (compilation-info-face): Remove `-file-name' from face names.
5940 (compilation-error-text-face, compilation-warning-text-face)
5941 (compilation-info-text-face): Delete face variables.
5942 (compilation-text-face): Delete function.
5943
5944 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
5945 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
5946 (grep-error-face): Set to `compilation-error' instead of
5947 `compilation-error-face' (which is redefined to `grep-hit-face' in
5948 grep buffers).
5949 (grep-mode-font-lock-keywords): Remove `-text' from face variable
5950 names. Use `grep-error-face' instead of `compilation-error-text-face'.
5951
5952 * dired-aux.el (dired-do-query-replace-regexp):
5953 Use `query-replace-read-args'.
5954
5955 * replace.el (query-replace-read-from, query-replace-read-to)
5956 (query-replace-read-args): Rename arg `string' to `prompt'.
5957
5958 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
5959
5960 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
5961
5962 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
5963 uploading files.
5964 (ange-ftp-canonize-filename): Handle file names beginning with ~
5965 correctly.
5966
5967 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
5968
5969 * textmodes/fill.el (canonically-space-region)
5970 (fill-context-prefix, fill-french-nobreak-p)
5971 (fill-delete-newlines, fill-comment-paragraph)
5972 (justify-current-line): "?\ " -> "?\s".
5973
5974 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
5975
5976 * textmodes/fill.el (fill-nonuniform-paragraphs):
5977 Improve argument/docstring consistency.
5978
5979 2005-08-09 Richard M. Stallman <rms@gnu.org>
5980
5981 * textmodes/ispell.el (ispell-word): More fboundp checks.
5982
5983 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
5984 (find-file-noselect-1): Call it here, only if RAWFILE.
5985 (normal-mode): Always set some major mode.
5986 (save-some-buffers-action-alist): Change some explanation strings.
5987 (file-name-non-special): In the `quote' method, use unwind-protect.
5988
5989 2005-08-09 Magnus Henoch <mange@freemail.hu>
5990
5991 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
5992 (ispell-have-aspell-dictionaries): New variable.
5993 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
5994 (ispell-get-aspell-config-value): New function.
5995 (ispell-aspell-find-dictionary): New function.
5996 (ispell-aspell-add-aliases): New function.
5997 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
5998 appropriate. Don't look for ispell dictionaries if we use aspell.
5999 (ispell-menu-map): Don't build a submenu of dictionaries.
6000
6001 2005-08-09 Richard M. Stallman <rms@gnu.org>
6002
6003 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
6004 (sql-read-passwd): Use read-passwd.
6005
6006 * progmodes/idlw-toolbar.el (idlwave-toolbar)
6007 (idlwave-toolbar-is-possible): Add defvars.
6008
6009 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
6010 Avoid warnings.
6011
6012 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
6013 (idlwave-system-class-info, idlwave-executive-commands-alist):
6014 Use defvar.
6015
6016 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
6017
6018 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
6019 Avoid warnings.
6020
6021 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
6022 and content-type: headers.
6023
6024 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
6025
6026 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
6027 and rename some of them to be more self-explanatory.
6028
6029 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
6030
6031 * startup.el (command-line-1): Implement -scriptload.
6032
6033 * replace.el (occur-engine): Initial *Occur* output not undoable.
6034
6035 * menu-bar.el (menu-bar-file-menu): Rename some menu items
6036 and improve help strings.
6037
6038 * isearch.el (isearch-repeat): When changing direction,
6039 mark search successful.
6040
6041 * ediff-init.el: Use (featurep 'xemacs).
6042
6043 * comint.el (send-invisible): Identify buffer, if not selected.
6044
6045 * align.el: Delete autoload for c-guess-basic-syntax.
6046
6047 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
6048
6049 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
6050 Improve argument/docstring consistency. Doc fixes.
6051 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
6052 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
6053 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
6054 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
6055 (r2bv-organization, r2bv-pages, r2bv-primary-author)
6056 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
6057 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
6058 Defvar at compile time.
6059
6060 2005-08-09 Juri Linkov <juri@jurta.org>
6061
6062 * info.el: Replace `info' with upper-case `Info' where appropriate.
6063 (info-title-1, info-title-2, info-title-3, info-title-4)
6064 (info-menu-header): Move up face definitions.
6065 (info-menu-star): Rename from `info-menu-5'.
6066 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
6067 (Info-fontify-visited-nodes): Fix docstring.
6068 (Info-hide-note-references): Fix docstring.
6069 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
6070 menu items in the same way as on cross-references.
6071 (info-apropos): Fix sorting order and formatting to be like in the
6072 stand-alone Info browser. Display error messages for 1 sec.
6073 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
6074 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
6075 from the menu bar.
6076 (Info-insert-dir): Restore point after calling
6077 `insert-buffer-substring'.
6078
6079 2005-08-08 Richard M. Stallman <rms@gnu.org>
6080
6081 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
6082 (recompute-lucid-menubar): Add defvars.
6083
6084 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
6085
6086 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
6087
6088 * net/net-utils.el (run-dig): Rename from `dig'.
6089
6090 * play/gametree.el (gametree-mode): Use make-local-variable,
6091 not make-variable-buffer-local.
6092
6093 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
6094
6095 * ansi-color.el (ansi-color-make-extent)
6096 (ansi-color-set-extent-face): Use fboundp, not functionp.
6097
6098 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
6099 not make-variable-buffer-local.
6100
6101 * bookmark.el (Info-current-file): Add defvar.
6102 (bookmark-jump-noselect): Use with-no-warnings.
6103
6104 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
6105
6106 * ebuff-menu.el (Helper-return-blurb): Add defvar.
6107
6108 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
6109
6110 * find-file.el (ada-procedure-start-regexp)
6111 (ada-package-start-regexp): Add defvars.
6112
6113 * info.el (Info-insert-dir): Use insert-buffer-substring.
6114
6115 * xml.el (xml-att-def-re): Add defvar.
6116
6117 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
6118 calling convention.
6119
6120 * subr.el (while-no-input): Return t if there is input.
6121
6122 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
6123
6124 * cus-start.el (all): Add `overflow-newline-into-fringe'.
6125
6126 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
6127
6128 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
6129 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
6130
6131 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
6132
6133 * cmuscheme.el (scheme-start-file): Replace reference to
6134 `user-emacs-directory' by "~/.emacs.d/".
6135
6136 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
6137
6138 * info.el (Info-dir-remove-duplicates): Avoid case folding
6139 in loop; instead, keep downcased strings for comparison.
6140 Suggested by Helmut Eller.
6141
6142 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
6143
6144 Sync with Tramp 2.0.50.
6145
6146 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
6147 XEmacs case; not necessary anymore.
6148 (tramp-user-regexp): Allow "@" as part of user name.
6149 (tramp-handle-set-visited-file-modtime)
6150 (tramp-handle-insert-file-contents)
6151 (tramp-handle-write-region): No special handling for
6152 `last-coding-system-used, because this is done in
6153 `tramp-accept-process-output' now.
6154 (tramp-accept-process-output): New defun.
6155 (tramp-process-one-action, tramp-process-one-multi-action)
6156 (tramp-wait-for-regexp, tramp-wait-for-output)
6157 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
6158 Howells <dhowells@redhat.com>.
6159 (clear-visited-file-modtime): Defadvice removed. The check for
6160 unset buffer's modtime does not need to be based on
6161 `tramp-buffer-file-attributes'. Suggested by RMS.
6162 (tramp-message): Insert "\n" if not being at beginning of line.
6163 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
6164 sequence with same logic.
6165 (tramp-completion-handle-expand-file-name): Discard call of
6166 `tramp-drop-volume-letter'. It is not necessary, and there have
6167 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
6168 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
6169 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
6170 should always be visible.
6171 (tramp-handle-insert-directory, tramp-setup-complete)
6172 (tramp-set-process-query-on-exit-flag)
6173 (tramp-append-tramp-buffers): Pacify byte-compiler.
6174 (tramp-bug): Delete non-existing variables from list.
6175 Apply `tramp-load-report-modules' as pre-hook.
6176 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
6177 `shell-prompt-pattern' because of non-7bit characters.
6178 Reported by Sebastian Luque <sluque@mun.ca>.
6179 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
6180 (tramp-match-string-list): Remove function.
6181 (tramp-wait-for-regexp): Remove call of that function.
6182 Suggested by Kim F. Storm <storm@cua.dk>.
6183 (tramp-set-auto-save-file-modes): Use octal integer code #o600
6184 instead of octal character code ?\600. The latter resulted in a
6185 syntax error with XEmacs.
6186
6187 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
6188 XEmacs case; not necessary anymore.
6189 (tramp-smb-handle-write-region): No special handling for
6190 `last-coding-system-used, because this is done in
6191 `tramp-accept-process-output' now.
6192 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
6193
6194 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
6195
6196 * wid-edit.el (widget-choice-value-create):
6197 Unconditionally respect user choice. Set :explicit-choice back to nil
6198 when no longer needed.
6199 (widget-choice-action): Unconditionally respect user choice.
6200 Eliminate :explicit-choice-value.
6201
6202 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
6203
6204 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
6205 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
6206 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
6207 running new function `toggle-indicate-empty-lines'.
6208 Rename "Customize" item to "Customize fringe".
6209 Rename "Indicators" item to "Buffer boundaries" and change help echo.
6210 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
6211 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
6212 Delete "Empty lines only" item.
6213 (menu-bar-showhide-fringe-ind-customize): New function.
6214 (menu-bar-showhide-fringe-ind-mixed)
6215 (menu-bar-showhide-fringe-ind-box)
6216 (menu-bar-showhide-fringe-ind-right)
6217 (menu-bar-showhide-fringe-ind-left)
6218 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
6219 instead of `fringe-indicators'.
6220
6221 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
6222
6223 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
6224 Change the date of last update.
6225
6226 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
6227
6228 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
6229 (viper-exec-yank, viper-put-back): Don't display modification msg
6230 if in the minibuffer.
6231
6232 * viper-init.el (viper-replace-overlay-cursor-color)
6233 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
6234 Make variables frame local.
6235
6236 * viper-util.el (viper-append-filter-alist): Use append instead of
6237 nconc.
6238
6239 * viper.el (viper-vi-state-mode-list)
6240 (viper-emacs-state-mode-list): Move help-mode and
6241 completion-list-mode from the first list to the second.
6242 (viper-mode): Docstring.
6243 (viper-go-away, viper-non-hook-settings): Don't localize
6244 minor-mode-alist in newer Emacsen. Add advice to
6245 set-cursor-color. Don't bind "\C-c\\".
6246
6247 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
6248
6249 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
6250 (scheme-macro-expand-command): New user options.
6251 (scheme-trace-procedure, scheme-expand-current-form): New commands.
6252 (scheme-form-at-point, scheme-start-file)
6253 (scheme-interactively-start-process): New functions.
6254 (scheme-get-process): New function, extracted from `scheme-proc'.
6255 (run-scheme): Call `scheme-start-file' to get start file, and pass
6256 it to `make-comint'.
6257 (switch-to-scheme, scheme-proc):
6258 Call `scheme-interactively-start-process' if no Scheme buffer/process
6259 is available.
6260
6261 2005-08-06 Juri Linkov <juri@jurta.org>
6262
6263 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6264 Use `compilation-text-face', `compilation-info-text-face' and
6265 `compilation-error-text-face' instead of `font-lock-keyword-face'.
6266 (compilation-error): New face.
6267 (compilation-error-file-name): Inherit from
6268 `compilation-error' instead of `font-lock-warning-face'.
6269 (compilation-warning-file-name): Inherit from
6270 `compilation-warning' instead of `font-lock-warning-face'.
6271 (compilation-info, compilation-error-file-name)
6272 (compilation-warning-file-name, compilation-info-file-name)
6273 (compilation-line-number, compilation-column-number): Doc fix.
6274 (compilation-error-text-face, compilation-warning-text-face)
6275 (compilation-info-text-face): New face variables.
6276 (compilation-line-face, compilation-column-face)
6277 (compilation-enter-directory-face)
6278 (compilation-leave-directory-face): Doc fix.
6279 (compilation-text-face): New function.
6280
6281 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
6282 instead of 1 to display binary file names as info file links.
6283 (grep-error-face): Use `compilation-error-face' instead of
6284 `font-lock-keyword-face'.
6285 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
6286 and `compilation-warning-text-face' instead of
6287 `font-lock-keyword-face'. Use `compilation-error-text-face'
6288 instead of `grep-error-face'.
6289
6290 2005-08-05 Kenichi Handa <handa@m17n.org>
6291
6292 * international/code-pages.el: Add autoload cookies for all coding
6293 systems.
6294
6295 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
6296
6297 * cus-start.el (all): Put undo.c where it alphabetically belongs.
6298
6299 2005-08-04 Juri Linkov <juri@jurta.org>
6300
6301 * progmodes/compile.el (compilation-mode-map):
6302 * progmodes/grep.el (grep-mode-map):
6303 Bind TAB to `compilation-next-error' and [backtab] to
6304 `compilation-previous-error'.
6305
6306 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
6307 matching line numbers, column numbers and their ranges with regexp
6308 matching only line numbers.
6309 (grep-context-face): New face variable.
6310 (grep-mode-font-lock-keywords): Use it.
6311
6312 * faces.el (read-face-name): Delete duplicate faces.
6313
6314 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
6315
6316 * thumbs.el (thumbs-find-image): Don't make variables
6317 automatically buffer local.
6318 (thumbs-current-tmp-filename, thumbs-current-image-filename)
6319 (thumbs-image-num): Make automatically buffer local.
6320 (thumbs-show-thumbs-list): Use `make-local-variable', not
6321 `make-variable-buffer-local'.
6322 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
6323
6324 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
6325 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
6326 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
6327 (bother, bye, canyou, chatlst, continue, deathlst, describe)
6328 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
6329 (feelings-about, foullst, found, hello, history, howareyoulst)
6330 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
6331 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
6332 (neglst, obj, object, owner, please, problems, qlist)
6333 (random-adjective, relation, remlst, repetitive-shortness)
6334 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
6335 (shortlst, something, sportslst, stallmanlst, states, subj)
6336 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
6337 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
6338 Defvar at compile time.
6339
6340 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
6341 not `make-variable-buffer-local'.
6342
6343 2005-08-02 Kim F. Storm <storm@cua.dk>
6344
6345 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
6346 rectangle overlay in selected window.
6347
6348 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
6349
6350 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
6351 instead of display group. Make `indicate-buffer-boundaries'
6352 customizable through Custom.
6353
6354 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
6355
6356 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
6357 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
6358 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
6359 (gdb-put-string): Fix typos in docstrings.
6360
6361 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
6362
6363 Update copyright notices of files in progmodes directory for
6364 release of Emacs 22.1.
6365
6366 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
6367
6368 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
6369 Don't barf if the GUD buffer has been killed.
6370
6371 2005-08-01 Kim F. Storm <storm@cua.dk>
6372
6373 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
6374
6375 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
6376
6377 * simple.el (next-error-follow-minor-mode):
6378 make-variable-buffer-local -> make-local-variable.
6379
6380 * emacs-lisp/cl-extra.el: Require CL also when compiling.
6381
6382 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
6383 (byte-compile-form-make-variable-buffer-local): New functions to warn
6384 about misuses of make-variable-buffer-local where make-local-variable
6385 was meant.
6386
6387 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
6388
6389 * bs.el (bs-attributes-list): Doc fix.
6390 (bs): Update url-link.
6391
6392 * desktop.el (desktop-save-buffer): Fix typos in docstring.
6393 (desktop-load-default): Simplify.
6394
6395 * ibuffer.el (ibuffer-columnize-and-insert-list)
6396 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
6397 (ibuffer-unmark-all, ibuffer-toggle-marks)
6398 (ibuffer-unmark-forward, ibuffer-unmark-backward)
6399 (ibuffer-compile-make-format-form, ibuffer-format-column)
6400 (ibuffer-current-buffers-with-marks)
6401 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
6402 (ibuffer): Doc fix.
6403 (ibuffer-mode): Fix typo in docstring.
6404 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
6405 with `define-obsolete-variable-alias'.
6406 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
6407
6408 2005-07-29 Kenichi Handa <handa@m17n.org>
6409
6410 * international/mule-cmds.el (select-message-coding-system):
6411 Be sure to use LF for end-of-line. If no coding system is decided,
6412 return iso-8859-1-unix.
6413
6414 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
6415
6416 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
6417 (ange-ftp-pending-error-line): New vars.
6418 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
6419 to handle the non-fatal no-route-to-host messages.
6420 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
6421
6422 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
6423
6424 * isearch.el (isearch-mode-map, isearch-other-meta-char)
6425 (isearch-quote-char, isearch-printing-char)
6426 (isearch-text-char-description): "?\ " -> "?\s".
6427 (isearch-lazy-highlight-cleanup)
6428 (isearch-lazy-highlight-initial-delay)
6429 (isearch-lazy-highlight-interval)
6430 (isearch-lazy-highlight-max-at-a-time)
6431 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
6432 Declare with define-obsolete-*-alias macros.
6433 (isearch-forward): Fix typo in docstring.
6434 (search-invisible, search-ring-yank-pointer)
6435 (regexp-search-ring-yank-pointer): Doc fixes.
6436
6437 * recentf.el (recentf-menu-append-commands-p): Declare with
6438 `define-obsolete-variable-alias'.
6439 (recentf-max-saved-items, recentf-menu-filter)
6440 (recentf-arrange-by-rule-subfilter): Doc fixes.
6441 (recentf-menu-append-commands-flag)
6442 (recentf-initialize-file-name-history, recentf-expand-file-name)
6443 (recentf-clear-data): Fix typos in docstrings.
6444
6445 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
6446
6447 * progmodes/gdb-ui.el: Smarten comments.
6448 (gdb-info-breakpoints-custom): Use nowarn when finding file.
6449
6450 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6451
6452 * term/apollo.el (terminal-init-apollo): New function containing
6453 all former top level forms in the file.
6454 * term/bobcat.el (terminal-init-bobcat):
6455 * term/cygwin.el (terminal-init-cygwin):
6456 * term/iris-ansi.el (terminal-init-iris-ansi):
6457 * term/linux.el (terminal-init-linux):
6458 * term/news.el (terminal-init-news):
6459 * term/rxvt.el (terminal-init-rxvt):
6460 * term/sun.el (terminal-init-sun):
6461 * term/tvi970.el (terminal-init-tvi970):
6462 * term/vt100.el (terminal-init-vt100):
6463 * term/vt102.el (terminal-init-vt102):
6464 * term/vt125.el (terminal-init-vt125):
6465 * term/vt200.el (terminal-init-vt200):
6466 * term/vt201.el (terminal-init-vt201):
6467 * term/vt220.el (terminal-init-vt220):
6468 * term/vt240.el (terminal-init-vt240):
6469 * term/vt300.el (terminal-init-vt300):
6470 * term/vt320.el (terminal-init-vt320):
6471 * term/vt400.el (terminal-init-vt400):
6472 * term/vt420.el (terminal-init-vt420):
6473 * term/wyse50.el (terminal-init-wyse50):
6474 * term/xterm.el (terminal-init-xterm): Likewise.
6475
6476 * term/README: Describe the terminal-init-* functionality.
6477
6478 * startup.el (command-line): After loading the terminal initialization
6479 file call the corresponding terminal initialization function.
6480
6481 2005-07-27 Kenichi Handa <handa@m17n.org>
6482
6483 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
6484 negative.
6485
6486 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
6487 (ps-mule-composition-prologue): Fix for the case that
6488 RelativeCompose is false.
6489
6490 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
6491
6492 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
6493
6494 * descr-text.el (describe-char): Handle the case where the list of
6495 chars is displayed in a separate frame.
6496 Be a bit more discriminating when looking for the char.
6497
6498 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
6499
6500 * bookmark.el (bookmark-automatically-show-annotations)
6501 (bookmark-read-annotation-text-func): Doc fixes.
6502 (bookmark-save): Improve argument/docstring consistency.
6503 (bookmark-get-bookmark, bookmark-get-bookmark-record)
6504 (bookmark-alist-from-buffer)
6505 (bookmark-upgrade-file-format-from-0)
6506 (bookmark-grok-file-format-version)
6507 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
6508 (bookmark-read-annotation-mode)
6509 (bookmark-insert-current-bookmark, bookmark-jump)
6510 (bookmark-exit-hook): Fix typos in docstrings.
6511 (bookmark-exit-hooks): Define as obsolete alias.
6512 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
6513 not `bookmark-exit-hooks'. Fix docstring.
6514 (bookmark-bmenu-select): "?\ " -> "?\s".
6515
6516 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
6517
6518 * startup.el (command-line): Fix typo.
6519
6520 2005-07-24 Richard M. Stallman <rms@gnu.org>
6521
6522 * tooltip.el (tooltip-mode): Test emacs-basic-display,
6523 not emacs-quick-startup.
6524
6525 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
6526
6527 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
6528 (reb-next-match, reb-show-subexp): Use `with-selected-window'
6529 instead of `reb-with-current-window'.
6530 (reb-prev-match): Likewise. Also, don't move left if the search
6531 was unsuccessful.
6532 (reb-initialize-buffer): New function.
6533 (re-builder, reb-change-syntax): Use it.
6534
6535 * man.el (Man-goto-page): Make second argument NOERROR optional.
6536
6537 2005-07-23 Richard M. Stallman <rms@gnu.org>
6538
6539 * man.el (Man-bgproc-sentinel): Check here for failure to find
6540 any man page in the output, and report the error here.
6541 (Man-arguments): Make it permanent local.
6542 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
6543 (Man-mode): Pass t for NOERROR.
6544
6545 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
6546 (grep-mode-font-lock-keywords):
6547 Don't use compilation-...-face for messages that are not file names.
6548
6549 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6550 Don't use compilation-...-face for messages that are not file names.
6551
6552 2005-07-22 Juri Linkov <juri@jurta.org>
6553
6554 * startup.el (normal-splash-screen): Update menu name.
6555
6556 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
6557
6558 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6559
6560 * term/xterm.el: Load term/rxvt if the terminal is actually an
6561 rxvt terminal.
6562 (xterm-rxvt-set-background-mode): Remove, not used anymore.
6563
6564 * term/rxvt.el (function-key-map): Use substitute-key-definition
6565 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
6566
6567 * term/cygwin.el: New file.
6568
6569 2005-07-22 Kim F. Storm <storm@cua.dk>
6570
6571 * image-file.el (insert-image-file, image-file-yank-handler):
6572 Fix last change to maintain a (unique) yank-handler on yanked images.
6573
6574 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
6575
6576 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
6577 of the file size (as in "177B" for 177 bytes). This happens with
6578 "ls -lh" on FreeBSD.
6579
6580 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
6581
6582 * hilit-chg.el (highlight-changes-global-initial-state)
6583 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
6584 (hilit-chg-fixup, highlight-changes-mode):
6585 Fix typos in docstrings.
6586 (highlight-changes-global-modes, highlight-changes-rotate-faces):
6587 Doc fixes.
6588
6589 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
6590
6591 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
6592 mode function using `eval-after-load'.
6593
6594 2005-07-21 Kim F. Storm <storm@cua.dk>
6595
6596 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
6597 included when reporting an emacs crash, and tell about the DEBUG file.
6598
6599 * image-file.el (insert-image-file): Add yank-handler.
6600 (image-file-yank-handler): Yank handler to make unique copies of
6601 images when they are yanked into a buffer next to each other.
6602
6603 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
6604
6605 * comint.el (comint-use-prompt-regexp, comint-send-input)
6606 (comint-source-default, comint-extract-string)
6607 (comint-get-source, comint-word, comint-completion)
6608 (comint-source, comint-prompt-read-only, comint-update-fence):
6609 Fix typos in docstrings.
6610 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
6611 Declare with define-obsolete-*-alias macros.
6612 (comint-previous-matching-input-from-input)
6613 (comint-next-matching-input-from-input)
6614 (comint-previous-matching-input, comint-next-matching-input)
6615 (comint-forward-matching-input):
6616 Improve argument/docstring consistency.
6617
6618 * desktop.el (desktop-clear-preserve-buffers-regexp):
6619 Also preserve the *server* buffer.
6620
6621 * simple.el (clone-indirect-buffer): Doc fix.
6622 (fixup-whitespace, just-one-space)
6623 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
6624 (next-error, next-error-highlight)
6625 (next-error-highlight-no-select, next-error-last-buffer)
6626 (next-error-buffer-p, next-error-find-buffer, next-error)
6627 (previous-error, next-error-no-select, previous-error-no-select)
6628 (open-line, split-line, minibuffer-prompt-width, kill-new)
6629 (binary-overwrite-mode): Fix typos in docstrings.
6630 (set-fill-column): Fix typo in message.
6631
6632 * skeleton.el (skeleton-proxy-new): Doc fix.
6633
6634 * strokes.el (strokes-load-hook): Doc fix.
6635 (strokes-grid-resolution, strokes-get-grid-position)
6636 (strokes-renormalize-to-grid, strokes-read-stroke)
6637 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
6638 (strokes-global-map): Fix typos in docstrings.
6639 (strokes-help): Doc fix. Fix help message and pass it through
6640 `substitute-command-keys'.
6641
6642 * tempo.el (tempo-insert-prompt, tempo-interactive)
6643 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
6644 (tempo-insert-string-functions, tempo-local-tags)
6645 (tempo-define-template, tempo-insert-template)
6646 (tempo-insert-prompt-compat, tempo-is-user-element)
6647 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
6648 Fix typos in docstrings.
6649
6650 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
6651 (vcursor-key-bindings, vcursor-use-vcursor-map)
6652 (vcursor-find-window, vcursor-scroll-down)
6653 (vcursor-disable, vcursor-beginning-of-buffer)
6654 (vcursor-end-of-buffer): Fix typos in docstrings.
6655 (vcursor-relative-move, vcursor-get-char-count):
6656 Improve argument/docstring consistency.
6657
6658 * version.el: "?\ " -> "?\s".
6659
6660 * wid-edit.el (widget-default-create, widget-after-change)
6661 (widget-default-format-handler, widget-checklist-add-item)
6662 (widget-radio-add-item, widget-choose, widget-specify-secret)
6663 (widget-field-value-create, widget-field-value-get)
6664 (widget-editable-list-format-handler)
6665 (widget-editable-list-entry-create, widget-group-value-create)
6666 (widget-documentation-link-add)
6667 (widget-documentation-string-value-create): "?\ " -> "?\s".
6668 (widget-convert-text): Doc fix.
6669 (widget-narrow-to-field, widget-field-find)
6670 (widget-url-link-action, widget-emacs-library-link-action)
6671 (widget-color-notify): Fix typos in docstrings.
6672
6673 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
6674 (x-select-text, set-w32-system-coding-system)
6675 (w32-add-charset-info): Fix typos in docstrings.
6676
6677 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
6678 (cua-enable-cua-keys, cua-use-hyper-key)
6679 (cua-virtual-rectangle-edges): Fix typos in docstrings.
6680 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
6681
6682 * net/tramp.el (tramp-handle-load): Fix typo in error message.
6683
6684 * emacs-lisp/re-builder.el (regexp-builder): Declare with
6685 `defalias' instead of faking it.
6686
6687 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
6688 (eshell-ls-missing, eshell-ls-dired-initial-args)
6689 (eshell-ls-use-in-dired): Fix typos in docstrings.
6690
6691 2005-07-20 Kim F. Storm <storm@cua.dk>
6692
6693 * emulation/cua-base.el (cua-mode): Improve doc string.
6694
6695 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
6696
6697 * abbrev.el (expand-region-abbrevs): Doc fix.
6698 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
6699 Improve argument/docstring consistency.
6700
6701 * arc-mode.el (archive-get-descr, archive-alternate-display):
6702 Doc fixes.
6703 (archive-l-e): Improve argument/docstring consistency.
6704 (archive-tmpdir, archive-unixdate, archive-unixtime)
6705 (archive-chmod-entry): Fix typos in docstrings.
6706 (archive-unflag, archive-unflag-backwards)
6707 (archive-unmark-all-files): "?\ " -> "?\s".
6708
6709 * buff-menu.el (Buffer-menu-unmark): Doc fix.
6710 (Buffer-menu-not-modified, Buffer-menu-execute)
6711 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
6712 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
6713
6714 * composite.el (compose-string, encode-composition-rule)
6715 (compose-last-chars): Fix typos in docstrings.
6716
6717 * desktop.el (desktop-enable, desktop-basefilename):
6718 Declare with `define-obsolete-variable-alias'.
6719 (desktop-internal-v2s): Don't quote keywords.
6720 (desktop-clear): "?\ " -> "?\s".
6721
6722 * dired.el (dired-align-file, dired-flag-backup-files)
6723 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
6724 (dired-listing-switches, dired-ls-F-marks-symlinks)
6725 (dired-dwim-target, dired-load-hook, dired-mode-hook)
6726 (dired-directory, dired-faces, dired, dired-revert)
6727 (dired-mode, dired-summary, dired-view-file)
6728 (dired-copy-filename-as-kill, dired-delete-file)
6729 (dired-no-confirm, dired-unmark-all-marks)
6730 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
6731 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
6732 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
6733 Fix typos in message strings.
6734
6735 * dired-x.el (virtual-dired): Declare with `defalias'.
6736 (dired-mark-unmarked-files, dired-local-variables-file)
6737 (dired-omit-here-always): Doc fix.
6738 (dired-omit-mode, dired-find-subdir)
6739 (dired-enable-local-variables, dired-clean-up-buffers-too)
6740 (dired-extra-startup, dired-mark-extension, dired-jump)
6741 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
6742 (dired-smart-shell-command, dired-guess-shell-alist-user)
6743 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
6744 (dired-x-bind-find-file, dired-x-submit-report):
6745 Fix typos in docstrings.
6746 (dired-mark-unmarked-files): "?\ " -> "?\s".
6747
6748 * dirtrack.el (dirtrack-list): Fix typos in docstring.
6749
6750 * faces.el (describe-face): "?\ " -> "?\s".
6751 (read-all-face-attributes, read-face-font, modify-face)
6752 (face-attr-construct, italic): Fix typos in docstrings.
6753 (frame-update-face-colors): Declare with
6754 `define-obsolete-function-alias'.
6755
6756 * files.el (find-file-noselect, recode-file-name): Doc fixes.
6757 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
6758 (magic-mode-alist, buffer-file-numbers-unique)
6759 (write-file-functions, get-free-disk-space):
6760 Fix typos in docstrings.
6761 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
6762 (write-contents-hooks, write-file-hooks):
6763 Declare with `define-obsolete-variable-alias'.
6764
6765 * forms-d2.el (arch-rj): Fix typo in docstrings.
6766 (arch-tocol): Likewise. "?\ " -> "?\s".
6767
6768 * frame.el (set-frame-font, cursor-in-non-selected-windows):
6769 Fix typo in docstring.
6770 (set-screen-width, set-screen-height): Delete redundant info in
6771 doctrings.
6772 (new-frame, screen-height, screen-width): Declare with
6773 `define-obsolete-function-alias'.
6774 (delete-frame-hook, blink-cursor): Declare with
6775 `define-obsolete-variable-alias'.
6776
6777 * paths.el (prune-directory-list): Fix typos in docstring.
6778
6779 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
6780 (cvs-prefix-get): Fix typos in docstrings.
6781
6782 * ps-print.el (ps-extend-face-list, ps-extend-face)
6783 (ps-print-background-image): Fix typos in docstrings.
6784 (ps-default-fg, ps-default-bg): Doc fixes.
6785
6786 * s-region.el (s-region-bind): Doc fix.
6787 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
6788
6789 * textmodes/org.el (org-table-formula-substitute-names)
6790 (org-table-get-vertical-vector): Doc fixes.
6791 (org-table-recalculate): Remove unused argument to `message'.
6792
6793 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
6794
6795 * textmodes/org.el (org-table-column-names)
6796 (org-table-column-name-regexp)
6797 (org-table-named-field-locations): New variables.
6798 (org-archive-subtree): Protect `this-command' when calling
6799 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
6800 the kill buffer.
6801 (org-complete): Remove fixed-formula completion.
6802 (org-edit-formulas-map): New variable.
6803 (org-table-edit-formulas): New command.
6804 (org-finish-edit-formulas, org-abort-edit-formulas)
6805 (org-show-variable, org-table-get-vertical-vector): New functions.
6806 (org-table-maybe-eval-formula): Handle `:=' fields.
6807 (org-table-get-stored-formulas, org-table-store-formulas)
6808 (org-table-get-formula, org-table-modify-formulas)
6809 (org-table-replace-in-formulas): Handle named field formulas.
6810 (org-table-get-specials): Store locations of named fields.
6811
6812 2005-07-19 Juri Linkov <juri@jurta.org>
6813
6814 * progmodes/grep.el (grep-regexp-alist)
6815 (grep-mode-font-lock-keywords, grep-process-setup):
6816 Use default GNU grep match color "01;31m" instead of "01;41m".
6817 (grep-regexp-alist, grep-mode-font-lock-keywords):
6818 Use `\\[[0-9]*m' instead of `\\[00m'.
6819 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
6820 sgr_start where its handling is more important. Use the real
6821 length of sgr_start instead of constant 8.
6822 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
6823 specially. Delete all remaining escape sequences.
6824 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
6825 (grep-regexp-alist): Make hyperlink only for binary file name
6826 instead of the whole line.
6827 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
6828 (grep-mode): Add autoload.
6829
6830 * emacs-lisp/find-func.el (find-function-regexp):
6831 Add `define-compilation-mode'.
6832
6833 2005-07-19 Juri Linkov <juri@jurta.org>
6834
6835 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
6836 (compare-windows-sync-string-size, compare-windows-recenter)
6837 (compare-windows-highlight, compare-windows): Add version 22.1.
6838 (compare-windows) <defface>: Inherit from lazy-highlight instead
6839 of duplicating its default value.
6840
6841 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
6842 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
6843
6844 * descr-text.el (describe-char): Create link buttons for `charset'
6845 and `code point'. Add the current input method name with a link
6846 button to `to input' field. Print face names of display table
6847 characters in `The display table entry is displayed by' section
6848 instead of printing face-id in the `display' field.
6849 Guess hardcoded faces and create a link button for them.
6850 Skip empty fields when calculating max-width.
6851 Treat `widget-create' specially while inserting strings from the
6852 collected field list.
6853 (describe-char-after): Made obsolete in version 22.1, not 21.5.
6854
6855 * diff-mode.el (diff-file-header): Change foreground color from
6856 yellow to green on light backgrounds.
6857 (diff-context): Inherit from `shadow' only for color/grayscale
6858 with more than 88 colors.
6859 (diff-indicator-removed, diff-indicator-added)
6860 (diff-indicator-changed): New faces.
6861 (diff-font-lock-keywords): Use new faces. Regroup rules.
6862 Add "^---$" for `normal' diff format. Fontify `#' lines with
6863 font-lock-comment-delimiter-face and font-lock-comment-face.
6864 Add `#' to ^[^...] in the rule for `diff-context-face'.
6865
6866 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
6867 a button-like box. Inherit from `highlight' on low colors.
6868 (shadow): Use shades of gray only for color/grayscale with
6869 more than 88 colors. Use green for light backgrounds with
6870 8 colors, and yellow for dark backgrounds with 8 colors.
6871
6872 * font-lock.el (font-lock-regexp-grouping-backslash):
6873 Don't inherit from escape-glyph (use bold for all cases).
6874
6875 * info.el (info-xref-visited): Use light foreground color `violet'
6876 for dark backgrounds instead of dark color `magenta3'.
6877 (info-title-1): Use `yellow' color for dark backgrounds.
6878
6879 * isearch.el (isearch): Use not-too-dark magenta3 instead of
6880 too-light magenta2.
6881
6882 * replace.el (match): Use slightly more light RoyalBlue3 instead
6883 of dark RoyalBlue4.
6884
6885 * wid-edit.el (widget-inactive): Inherit from `shadow'.
6886
6887 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
6888
6889 * novice.el (disabled-command-hook): Declare it with
6890 `define-obsolete-variable-alias'.
6891
6892 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
6893 (desktop-buffer-misc-functions, desktop-buffer-handlers)
6894 (desktop-load-default): Add release to obsolescence info.
6895 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
6896 (desktop-append-buffer-args, desktop-read):
6897 Fix typos in docstrings.
6898 (desktop-kill): Fix typo in message.
6899 (desktop-save): Doc fix.
6900
6901 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
6902
6903 * viper-cmd.el (viper-escape-to-state): Bug fix.
6904 (viper-envelop-ESC-key): Change the definition of fast
6905 keysequence so it'll work with keyboard macros.
6906
6907 * ediff.el (ediff-patch-buffer): Change the docstring.
6908
6909 2005-07-19 Kenichi Handa <handa@m17n.org>
6910
6911 * international/mule-cmds.el (select-safe-coding-system): Try to
6912 use an auto-coding (if any) before anything else. If the found
6913 auto-coding is invalid, show a warning message.
6914
6915 * international/mule.el (find-auto-coding): New function created
6916 by modifying the body of set-auto-coding.
6917 (set-auto-coding): Use find-auto-coding to find a coding.
6918
6919 2005-07-18 Richard M. Stallman <rms@gnu.org>
6920
6921 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
6922 not isearch-mode-end-hook-error.
6923 (allout-before-change-protect): Fix error message.
6924
6925 2005-07-18 Juri Linkov <juri@jurta.org>
6926
6927 * allout.el (allout-mode):
6928 * calculator.el (calculator-copy):
6929 * custom.el (custom-known-themes):
6930 * dired.el (dired-desktop-buffer-misc-data)
6931 (dired-restore-desktop-buffer):
6932 * dired-x.el (dired-omit-marker-char):
6933 * files.el (basic-save-buffer):
6934 * font-core.el (font-lock-mode):
6935 * calendar/calendar.el (calendar-goto-hebrew-date)
6936 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
6937 (calendar-goto-persian-date):
6938 * language/ethio-util.el (ethio-sera-to-fidel-region):
6939 * textmodes/picture.el (picture-mode):
6940 Delete duplicate duplicate words.
6941
6942 2005-07-18 Juri Linkov <juri@jurta.org>
6943
6944 * isearch.el (isearch-mode-map): Remove key bindings for regexp
6945 chars * ? } |.
6946 (isearch-fallback): Don't call `isearch-process-search-char'.
6947 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
6948 (isearch-process-search-char): Call `isearch-fallback' for regexp
6949 chars * ? } |.
6950 (isearch-return-char): Make obsolete with `make-obsolete' instead
6951 of simply documenting it as obsolete in the docstring.
6952 (isearch-fallback): Refill docstring.
6953
6954 * international/isearch-x.el
6955 (isearch-process-search-multibyte-characters): Remove unneeded
6956 `concat'. Add intermediate values to `junk-hist' instead of
6957 `minibuffer-history'. Test the length of `str'.
6958
6959 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
6960
6961 * allout.el (allout-resolve-xref): Fix typos in error strings.
6962 (allout-before-change-protect): Remove unneeded `concat'.
6963
6964 * array.el (array-mode, array-reconfigure-rows)
6965 (untabify-backward): Fix typos in docstrings.
6966 (array-reconfigure-rows): Use `insert-buffer-substring', not
6967 `insert-buffer'.
6968
6969 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
6970 * progmodes/ada-mode.el (ada-make-body):
6971 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
6972
6973 * dired.el (dired-log):
6974 * tar-mode.el (tar-subfile-save-buffer):
6975 * play/zone.el (zone-pgm-stress-destress):
6976 Use `insert-buffer-substring', not `insert-buffer'.
6977
6978 2005-07-17 Simon Josefsson <jas@extundo.com>
6979
6980 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
6981
6982 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
6983
6984 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
6985 Add plain auth method.
6986 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
6987
6988 2005-07-17 Kim F. Storm <storm@cua.dk>
6989
6990 * ido.el (dired-other-window): Add ido property.
6991
6992 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
6993
6994 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6995 Fix typo in docstring.
6996 (byte-compile-interactive-only-functions): Add `insert-buffer' and
6997 `insert-file-literally'.
6998
6999 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
7000 info and delete redundant message. Doc fix.
7001 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
7002 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
7003
7004 2005-07-16 Richard M. Stallman <rms@gnu.org>
7005
7006 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
7007 (byte-compile-and): Use byte-compile-and-recursion.
7008 (byte-compile-or-recursion): New function.
7009 (byte-compile-or): Use that.
7010 (byte-compile-if): Guard the else-clause too.
7011 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
7012
7013 * isearch.el (isearch-mode-end-hook-quit): New variable.
7014 (isearch-done): Bind it.
7015 (isearch-mode-end-hook): Doc fix.
7016
7017 * allout.el (allout-isearch-did-quit): Variable deleted.
7018 (allout-real-isearch-abort): Function name no longer used.
7019 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
7020 (allout-isearch-rectification): isearch-mode always exists.
7021 Don't set allout-isearch-did-quit.
7022 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
7023 allout-isearch-did-quit.
7024 (allout-enwrap-isearch): Just add the hook.
7025 (allout-isearch-abort): Function deleted.
7026 (allout-pre-command-business): Avoid warning.
7027
7028 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
7029 Correctly avoid warnings.
7030 (pascal-outline): Likewise.
7031
7032 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
7033
7034 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
7035
7036 * play/tetris.el (tetris-mode): Avoid warning.
7037
7038 * play/snake.el (snake-mode): Avoid warning.
7039
7040 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
7041 (gamegrid-set-display-table): Avoid warning.
7042 (gamegrid-set-timer): Likewise.
7043 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
7044 (gamegrid-add-score-with-update-game-score-1): Take FILE
7045 as argument.
7046 (gamegrid-add-score-with-update-game-score): Pass that argument.
7047 Rename have-shared-game-dir to gamegrid-shared-game-dir.
7048
7049 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
7050
7051 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
7052 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
7053
7054 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
7055 and insert-file.
7056
7057 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
7058 (sc-ask): Avoid warnings.
7059
7060 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
7061 (eshell-hist-initialize): Use that var the natural way.
7062
7063 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
7064
7065 * emacs-lisp/re-builder.el (reb-cook-regexp):
7066 Avoid warning calling lre-compile-string.
7067 (reb-color-display-p): Avoid warning.
7068
7069 * calculator.el (calculator-last-input): Guard uses
7070 of event-key and key-press-event-p.
7071 (event-key, key-press-event-p): Delete definitions.
7072
7073 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
7074 (find-gc-source-directory, find-gc-subrs-callers)
7075 (find-gc-noreturn-list, find-gc-source-files)
7076 (find-gc-subrs-called): Vars renamed and defvar'd.
7077
7078 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
7079 (checkdoc-overlay-put, checkdoc-delete-overlay)
7080 (checkdoc-overlay-start, checkdoc-overlay-end)
7081 (checkdoc-mode-line-update, checkdoc-char=):
7082 Define such that compiler knows they are defined.
7083 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
7084 (checkdoc-read-event): Delete. Use read-event directly.
7085
7086 * whitespace.el (whitespace-make-overlay)
7087 (whitespace-overlay-put, whitespace-delete-overlay)
7088 (whitespace-overlay-start, whitespace-overlay-end):
7089 Define such that compiler knows they are defined.
7090 (whitespace): Move conditional inside.
7091
7092 * tempo.el (tempo-insert-template): Suppress warning.
7093
7094 * ediff-diff.el (longlines-mode): Add defvar.
7095
7096 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
7097
7098 * server.el: Bind "C-x #" in a way that works even if C-x is
7099 redefined to a command key, not a prefix key.
7100
7101 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
7102
7103 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
7104 cl-make-type-test till execution time.
7105
7106 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
7107
7108 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
7109 arg ARG and use it.
7110
7111 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
7112
7113 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
7114
7115 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
7116
7117 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
7118 a defcustom with two :set or :type keywords.
7119
7120 2005-07-15 Richard M. Stallman <rms@gnu.org>
7121
7122 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
7123 Don't give ^M comment-end syntax.
7124
7125 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
7126
7127 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
7128 Don't consider gdbmi (gdb-mi.el has its own update functions).
7129 (gdb-var-delete): Make it work for gdbmi as well.
7130 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
7131
7132 * progmodes/gud.el (etags, sdb): Only require etags when needed.
7133 (gud-speedbar-menu-items): Correct logic for enabling items.
7134
7135 2005-07-15 Kim F. Storm <storm@cua.dk>
7136
7137 * ido.el: Fix commentary.
7138 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
7139 Use with-no-warnings around ffap-guesser.
7140 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
7141 Let bind minibuffer-completing-file-name to t.
7142
7143 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
7144
7145 * startup.el (site-run-file, keyboard-type): Doc fixes.
7146 (command-line): Check for "--basic-display" argument; also for
7147 "--quick", not "--bare-bones" (which was renamed).
7148 (fancy-splash-text): Add missing item "Getting New Versions".
7149 (normal-splash-screen): Fix typos and improve consistency with
7150 `fancy-splash-text'. Update copyright year.
7151
7152 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
7153 valid binding for `help-char'.
7154
7155 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
7156
7157 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
7158
7159 * term.el (term-mode): Disable cua-mode for term buffers.
7160
7161 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
7162
7163 * add-log.el (add-log-mailing-address, change-log-merge):
7164 Doc fixes.
7165 (change-log-get-method-definition): Fix typo in docstring.
7166
7167 2005-07-14 Kim F. Storm <storm@cua.dk>
7168
7169 * emulation/cua-base.el:
7170 (cua--pre-command-handler-1, cua--pre-command-handler)
7171 (cua--post-command-handler-1, cua--post-command-handler):
7172 Split in two. Check (buffer local) value of cua-mode.
7173 (cua-selection-mode): New command.
7174
7175 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
7176
7177 * custom.el (custom-initialize-safe-set)
7178 (custom-initialize-safe-default): Doc fixes.
7179
7180 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
7181 and simplify :init-value again.
7182
7183 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
7184 and simplify :init-value again. Delete autoload.
7185
7186 * startup.el (command-line): Use `custom-reevaluate-setting' again
7187 for tooltip-mode.
7188
7189 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
7190 a defcustom with two :initialize keywords.
7191
7192 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
7193
7194 * allout.el (my-mark-marker, allout-isearch-prior-pos)
7195 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
7196 (allout-post-command-business, allout-flag-region)
7197 (isearch-reenable-font-lock, allout-yank)
7198 (allout-insert-latex-header, allout-insert-latex-trailer)
7199 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
7200 (allout-latex-verb-quote): Fix typos in docstrings.
7201 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
7202 (allout-unprotected, allout-prefix-data):
7203 Improve argument/docstring consistency.
7204 (allout-chart-subtree): Fix argument spec.
7205 (allout-open-topic): Rename `use_sib_bullet' argument to
7206 `use-sib-bullet'. Doc fix.
7207
7208 * whitespace.el (whitespace-check-buffer-leading)
7209 (whitespace-check-buffer-trailing)
7210 (whitespace-check-buffer-indent)
7211 (whitespace-check-buffer-spacetab)
7212 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
7213 (whitespace-check-leading-whitespace)
7214 (whitespace-check-trailing-whitespace)
7215 (whitespace-check-spacetab-whitespace)
7216 (whitespace-check-indent-whitespace)
7217 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
7218 (whitespace-modes): Fix typos in docstrings.
7219 (defgroup, defcustom): Doc fixes.
7220
7221 * winner.el (winner-mode, winner-boring-buffers)
7222 (winner-pending-undo-ring): Doc fixes.
7223 (winner-ring): Remove unneeded `progn'.
7224 (winner-equal): `defsubst' it.
7225 (winner-redo): Fix message.
7226
7227 2005-07-13 Kim F. Storm <storm@cua.dk>
7228
7229 * simple.el (line-move-1): Always use vertical-motion to
7230 do the last (or only) line move to ensure some movement.
7231 Undo 2005-06-23 change--don't check for overlays.
7232
7233 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7234
7235 * term/mac-win.el (ccl-encode-mac-roman-font)
7236 (ccl-encode-mac-centraleurroman-font)
7237 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
7238 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
7239 Change charset-id boundary of dimension to ?\xef.
7240 (mac-char-fontspec-list): New constant.
7241 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
7242 argument. Nil uses itself as family in font-spec. Previous
7243 behavior for nil is now provided by non-nil non-string argument.
7244 All callers changed. Add font-specs for Mac fonts to
7245 "fontset-default" unless iso8859-1 fonts are installed.
7246
7247 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
7248
7249 * progmodes/sh-script.el (sh-get-indent-info): Only indent
7250 a continuation line if the \ is preceded by SPC or TAB.
7251 (sh-get-indent-info): Simplify.
7252 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
7253 Use with-current-buffer.
7254
7255 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
7256 when the matched text is empty.
7257
7258 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
7259
7260 * startup.el (command-line): Revert to previous handling of
7261 tooltip-mode. Explain in comment why the complexity is needed.
7262
7263 * tooltip.el (tooltip-mode): Revert to previous implementation of
7264 its defcustom.
7265
7266 * frame.el (blink-cursor-mode): Revert to previous implementation
7267 of its defcustom. Update comment.
7268
7269 2005-07-12 Lars Hansen <larsh@soem.dk>
7270
7271 * desktop.el: Update e-mail address.
7272
7273 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7274
7275 * term/mac-win.el (mac-services-mail-selection)
7276 (mac-services-mail-to): New functions.
7277 (mac-application-menu-map): Bind them.
7278
7279 2005-07-12 wulei <milton@wulei.net> (tiny change)
7280
7281 * progmodes/gdb-ui.el: Add note about buffering with Windows.
7282
7283 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
7284
7285 * custom.el (custom-reevaluate-setting): Doc fix.
7286
7287 2005-07-11 Jay Belanger <belanger@truman.edu>
7288
7289 * calc/calc.el (calc-embedded-announce-formula-alist)
7290 (calc-embedded-open-close-plain-alist)
7291 (calc-embedded-open-close-mode-alist): Add checks for additional
7292 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
7293
7294 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
7295
7296 * custom.el (custom-enable-theme): Don't add theme to
7297 `custom-enabled-themes' with `push' because there is no
7298 setf-method for `delq'.
7299
7300 2005-07-11 Richard M. Stallman <rms@gnu.org>
7301
7302 * custom.el (custom-declare-variable): Doc fix.
7303
7304 * dired-aux.el (dired-compare-directories): Remove "." and ".."
7305 from the alists.
7306
7307 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
7308 Do nothing if edebug-active.
7309
7310 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
7311 (edebug-display): Do it here instead.
7312
7313 2005-07-10 Richard M. Stallman <rms@gnu.org>
7314
7315 * cus-face.el (custom-theme-set-faces): Make it work.
7316 (custom-reset-faces): Doc fix.
7317 (custom-theme-reset-internal-face, custom-theme-face-value):
7318 Functions deleted.
7319
7320 * custom.el (custom-push-theme): Maintain list of the settings
7321 of a given theme in its theme-settings property.
7322 Maintain position of old settings in the theme-value
7323 or theme-face property.
7324 (custom-enabled-themes): New variable.
7325 (custom-theme-enabled-p): New function.
7326 (provide-theme): Update custom-enabled-themes.
7327 Disable and reenable the `user' theme.
7328 (require-theme): Doc fix.
7329 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
7330 (custom-theme-value, custom-theme-variable-value): Likewise.
7331 (custom-theme-reset-internal): Likewise.
7332 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
7333 (custom-enable-theme, custom-disable-theme): New functions.
7334 (custom-variable-theme-value, custom-face-theme-value): Likewise.
7335 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
7336 (custom-theme-reset-variables): Simplify.
7337 (deftheme, custom-declare-theme, custom-make-theme-feature):
7338 Definitions moved.
7339
7340 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
7341
7342 * longlines.el (longlines-show-region)
7343 (longlines-unshow-hard-newlines): Recognize hard newlines by
7344 non-nil hard property, instead of t.
7345
7346 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
7347
7348 * viper-cmd.el (viper--key-maps): New variable.
7349 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
7350 emulation-mode-map-alists.
7351 (viper-envelop-ESC-key): Use viper-subseq.
7352 (viper-search-forward/backward/next): Disable debug-on-error.
7353
7354 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
7355 (viper-ESC-key): New defcustoms.
7356
7357 * viper-macs.el (ex-map-read-args): Use viper-subseq.
7358
7359 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
7360 (viper-subseq): Copy of subseq from cl.el.
7361
7362 * viper.el (viper-go-away, viper-set-hooks): Use
7363 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
7364
7365 * viper-mous.el (viper-current-frame-saved): Use defvar.
7366
7367 * viper-init.el: Get rid of -face in face names.
7368
7369 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
7370 Make it work with longlines mode
7371
7372 * ediff-mult.el (ediff-meta-mode-hook): New variable.
7373
7374 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
7375
7376 * ediff-init.el: Get rid of -face in face names.
7377
7378 2005-07-10 Richard M. Stallman <rms@gnu.org>
7379
7380 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
7381 and with-timeout-unsuspend.
7382
7383 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
7384 and with-timeout-unsuspend.
7385
7386 * emacs-lisp/timer.el (with-timeout-timers): New variable.
7387 (with-timeout): Bind that variable to record timers.
7388 (with-timeout-suspend, with-timeout-unsuspend): New functions.
7389
7390 * emacs-lisp/debug.el (debug-help-follow): New function.
7391 (debugger-mode-map): Use that instead of help-follow.
7392 (debugger-setup-buffer): Use eval-buffer-list
7393 to handle eval-buffer frames.
7394
7395 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
7396
7397 * timezone.el (timezone-parse-date): Change first regexp
7398 so it will not mistakenly match dates with no time zone.
7399
7400 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
7401
7402 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
7403
7404 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
7405
7406 * custom.el (custom-initialize-safe-set)
7407 (custom-initialize-safe-default): New functions.
7408
7409 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
7410 and simplify :init-value.
7411
7412 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
7413 and simplify :init-value. Delete obsolete comment.
7414
7415 * startup.el (command-line): Use `custom-reevaluate-setting' to
7416 handle `tooltip-mode'. Delete obsolete comment.
7417
7418 * files.el (set-visited-file-name): Avoid calling
7419 `file-name-nondirectory' with a nil argument.
7420
7421 2005-07-09 Richard M. Stallman <rms@gnu.org>
7422
7423 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
7424 was called with nil for the buffer, handle the read position right.
7425 Handle read position for eval-region, too.
7426
7427 2005-07-09 Juri Linkov <juri@jurta.org>
7428
7429 * fringe.el (fringe-mode): Add period in docstring.
7430 (fringe-query-style): Build prompt depending on `all-frames' arg.
7431
7432 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
7433 to not create links to unrelated functions in the Help buffer.
7434
7435 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
7436 Doc fix.
7437
7438 * simple.el (next-error-hook): New variable.
7439 (next-error): Use it. Doc fix.
7440
7441 * textmodes/ispell.el (ispell-command-loop): Add current
7442 dictionary name and program name to mode-line-format.
7443 (ispell-region, ispell-process-line): Add current dictionary name
7444 and program name to messages.
7445
7446 2005-07-08 Jay Belanger <belanger@truman.edu>
7447
7448 * calc/calc.el (calc-embedded-announce-formula-alist)
7449 (calc-embedded-open-close-formula-alist)
7450 (calc-embedded-open-close-word-alist)
7451 (calc-embedded-open-close-plain-alist)
7452 (calc-embedded-open-close-new-formula-alist)
7453 (calc-embedded-open-close-mode-alist)
7454 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
7455 (calc-embedded-mode-hook): New variables.
7456
7457 * calc/calc-embed.el (calc-embedded-firsttime)
7458 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
7459 New variables.
7460 (calc-do-embedded): Use calc-embedded-firsttime,
7461 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
7462 determine whether or not to run hooks.
7463 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
7464 calc-embedded-firsttime-formula appropriately.
7465 Set calc-embedded delimiter variables according to mode.
7466
7467 2005-07-08 Richard M. Stallman <rms@gnu.org>
7468
7469 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
7470 Check for "emacs", etc., as entire symbol, not just as word.
7471 (checkdoc-file-comments-engine): Use regexp-quote on FN.
7472
7473 * files.el (set-visited-file-name): Report the error
7474 for "empty filename" earlier.
7475 (kill-some-buffers): Ignore buffers already dead.
7476
7477 * fringe.el (fringe-mode): Doc fix.
7478
7479 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
7480 Check for (featurep 'xemacs) and turn off warnings in what it guards.
7481 Use unwind-protect to ensure byte-compile-unresolved-functions
7482 is updated.
7483
7484 * whitespace.el (whitespace-buffer-leading-cleanup):
7485 Simplify w/ skip-chars-forward.
7486 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
7487
7488 * mail/rmail.el (rmail-only-expunge): Fix paren error.
7489 Unconditionally try to leave point at the same old place.
7490
7491 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
7492
7493 * comint.el (comint-postoutput-scroll-to-bottom)
7494 (comint-show-maximum-output): Take scroll-margin into consideration.
7495
7496 2005-07-08 Kim F. Storm <storm@cua.dk>
7497
7498 * ido.el (ido-use-filename-at-point): New choice `guess'.
7499 (ido-file-internal): Try ffap-guesser if selected.
7500
7501 * ido.el (ido-before-fallback-functions): New hook.
7502 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
7503 (ido-read-file-name): Run it.
7504
7505 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
7506
7507 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
7508 strings rather than a list of symbols to the completion function.
7509
7510 2005-07-07 Jay Belanger <belanger@truman.edu>
7511
7512 * calc/calc-units.el (math-apply-units): Change the places in
7513 which units are simplified.
7514
7515 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
7516
7517 * cus-edit.el (customize-option, customize-option-other-window):
7518 Make them handle aliases.
7519
7520 * custom.el (custom-variable-p): Make it recursively follow
7521 aliases. Mention that in the docstring.
7522
7523 2005-07-07 Richard M. Stallman <rms@gnu.org>
7524
7525 * cus-start.el (exec-path): Use `directory' instead of `file'.
7526 Fix tag for nil.
7527
7528 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
7529
7530 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
7531 when called non-interactively. Doc fix.
7532
7533 2005-07-07 Lute Kamstra <lute@gnu.org>
7534
7535 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
7536 new address as well.
7537
7538 2005-07-07 Kenichi Handa <handa@m17n.org>
7539
7540 * international/mule.el (make-coding-system):
7541 Describe `ascii-incompatible' property in the docstring.
7542 (set-file-name-coding-system): Signal an error if coding-system is
7543 ascii-incompatible.
7544 (set-keyboard-coding-system): Likewise.
7545
7546 * international/mule-cmds.el (set-default-coding-systems):
7547 Don't set default-file-name-coding-system and
7548 default-keyboard-coding-system if coding-system is ASCII-incompatible.
7549
7550 * international/utf-16.el: Declare that all UTF-16-based coding
7551 systems are ASCII-incompatible.
7552
7553 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
7554
7555 * progmodes/gud.el: Require font-lock for displaying errors.
7556 Used by gdb-ui.el.
7557
7558 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
7559
7560 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
7561 values for the pattern lists which are `read'able but not
7562 `append'able (like symbols).
7563
7564 2005-07-06 Richard M. Stallman <rms@gnu.org>
7565
7566 * progmodes/flymake.el (flymake-float-time): Instead of
7567 with-no-warnings, test for xemacs.
7568 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
7569 to avoid warning.
7570
7571 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
7572
7573 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
7574
7575 2005-07-05 Lute Kamstra <lute@gnu.org>
7576
7577 * battery.el: Add support for Darwin (with much debugging help
7578 from Samuel Lauber <sam124@operamail.com>).
7579 (battery-status-function, battery-echo-area-format)
7580 (battery-mode-line-format): Add support for pmset on Darwin.
7581 (battery-load-low, battery-load-critical): New user options.
7582 (battery-pmset): New function.
7583
7584 2005-07-05 Lute Kamstra <lute@gnu.org>
7585
7586 Update FSF's address in GPL notices.
7587
7588 * textmodes/page-ext.el: Update FSF's address.
7589
7590 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7591
7592 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
7593 filling from using prefix when filling a single-line docstring.
7594
7595 * progmodes/flymake.el: Remove useless eval-when-compile.
7596
7597 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
7598
7599 2005-07-04 Richard M. Stallman <rms@gnu.org>
7600
7601 * textmodes/org.el (org-file-apps-defaults-gnu):
7602 Rename from org-file-apps-defaults-linux.
7603 (org-default-apps): Don't test system-type for `linux'.
7604 (org-file-apps): Doc fix.
7605
7606 2005-07-04 David Ponce <david@dponce.com>
7607
7608 * tree-widget.el: Improve header Commentary section.
7609 (tree-widget) [defgroup]
7610 (tree-widget-image-enable, tree-widget-themes-directory)
7611 (tree-widget-theme, tree-widget-image-properties-emacs)
7612 (tree-widget-image-properties-xemacs, tree-widget-create-image)
7613 (tree-widget-image-formats, tree-widget-control)
7614 (tree-widget-empty-control, tree-widget-leaf-control
7615 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
7616 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
7617 (tree-widget-keep, tree-widget-after-toggle-functions)
7618 (tree-widget-open-node, tree-widget-close-node): Doc fix.
7619 (tree-widget-open-control, tree-widget-close-control): Fix doc and
7620 :help-echo message.
7621 (tree-widget-set-theme): Doc fix. Use `string-equal'.
7622 (tree-widget-image-properties): Doc fix. Clearer implementation.
7623 (tree-widget--cursors): New constant.
7624 (tree-widget-lookup-image): New function split from
7625 `tree-widget-find-image'. Clearer implementation.
7626 (tree-widget-find-image): Use it.
7627 (tree-widget-button-keymap): Use `set-keymap-parent'.
7628 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
7629 Define the sub-widgets here.
7630 (tree-widget-node): Check that :node is not a tree-widget.
7631 (tree-widget-get-super, tree-widget-open-control)
7632 (tree-widget-close-control, tree-widget-empty-control)
7633 (tree-widget-leaf-control, tree-widget-guide)
7634 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
7635 (tree-widget-no-handle, tree-widget-value-delete)
7636 (tree-widget-map): Remove.
7637 (tree-widget-children-value-save): Doc fix. Simplified.
7638 (tree-widget-value-create): Update according to previous changes.
7639
7640 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
7641
7642 * textmodes/org.el: Leading space replaced by TABS.
7643 (org-recalc-marks, org-table-rotate-recalc-marks)
7644 (org-table-get-specials): Treat "^" and "_" marks.
7645 (org-table-justify-field-maybe): Optional argument NEW.
7646 (org-table-eval-formula): Parsing of the format simplified.
7647 New modes C,I. Honor the %= parameter in the current table.
7648 Avoid unnecessary re-align by using the NEW argument to
7649 `org-table-justify-field-maybe'.
7650 (org-calc-default-modes): Default for date-format mimicks org-mode.
7651 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
7652
7653 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
7654
7655 * cus-face.el (custom-theme-set-faces): Make it handle face
7656 aliases whose alias declarations are pre- or autoloaded.
7657
7658 2005-07-04 Juri Linkov <juri@jurta.org>
7659
7660 * faces.el (read-face-name): Put the code for getting a face name
7661 from the buffer before adding the faces from the `face' property.
7662 Use `completing-read-multiple' instead of `completing-read'.
7663 Require `crm'. Add default value and post-process the returned
7664 list of faces.
7665
7666 * emacs-lisp/crm.el (crm-find-current-element)
7667 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
7668
7669 * emacs-lisp/lisp-mode.el (eval-defun-1):
7670 * emacs-lisp/edebug.el (edebug-eval-defun):
7671 Remove unnecessary quotes.
7672
7673 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
7674
7675 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
7676 (prolog-indent-level): Fix typo in docstring.
7677
7678 * info.el (Info-history, Info-history-forward)
7679 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
7680
7681 * add-log.el (add-change-log-entry):
7682 * comint.el (comint-dynamic-list-input-ring)
7683 (comint-dynamic-list-completions):
7684 * dabbrev.el (dabbrev-expand):
7685 * delim-col.el (delimit-columns-rectangle-line):
7686 * diff-mode.el (diff-context->unified, diff-reverse-direction)
7687 (diff-unified->context):
7688 * ediff-init.el (ediff-abbrev-jobname):
7689 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
7690 (ediff-replace-session-activity-marker-in-meta-buffer):
7691 * info.el (Info-summary):
7692 * lpr.el (printify-region):
7693 * printing.el (pr-create-interface):
7694 * ps-print.el (ps-print-quote):
7695 * ses.el (ses-column-widths, ses-print-cell)
7696 (ses-adjust-print-width, ses-center):
7697 * shell.el (shell-file-name-quote-list):
7698 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
7699 (strokes-fill-current-buffer-with-whitespace)
7700 (strokes-xpm-for-stroke, strokes-list-strokes)
7701 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
7702 * term.el (term-dynamic-list-input-ring)
7703 (term-dynamic-list-completions):
7704 * calc/calc.el (math-format-stack-value):
7705 * emacs-lisp/edebug.el (edebug-display-freq-count):
7706 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
7707 (delphi-new-comment-line):
7708 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
7709 * progmodes/executable.el (executable-set-magic):
7710 * progmodes/python.el (inferior-python-mode):
7711 * progmodes/scheme.el (scheme-mode-syntax-table):
7712 * progmodes/sh-script.el (sh-maybe-here-document):
7713 * progmodes/sql.el (sql-copy-column):
7714 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
7715 * textmodes/bibtex.el (bibtex-mode):
7716 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
7717 (sgml-auto-attributes):
7718 * textmodes/table.el (table-insert, table-shorten-cell)
7719 (table--generate-source-scan-lines, table-delete-row)
7720 (*table--cell-delete-char, table--spacify-frame)
7721 (table--horizontally-shift-above-and-below)
7722 (table--cell-insert-char, table--cell-blank-str)
7723 (table--fill-region-strictly):
7724 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
7725 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
7726
7727 * add-log.el (change-log):
7728 * apropos.el (apropos):
7729 * comint.el (comint-completion, comint-source):
7730 * dabbrev.el (dabbrev):
7731 * delim-col.el (columns):
7732 * diff-mode.el (diff-mode):
7733 * ediff.el (ediff):
7734 * ediff-diff.el (ediff-diff):
7735 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
7736 * ediff-mult.el (ediff-mult):
7737 * ediff-ptch.el (ediff-ptch):
7738 * ediff-wind.el (ediff-window):
7739 * facemenu.el (facemenu):
7740 * indent.el (indent):
7741 * info.el (info):
7742 * jka-cmpr-hook.el (compression, jka-compr):
7743 * lpr.el (lpr):
7744 * outline.el (outlines):
7745 * pcmpl-cvs.el (pcmpl-cvs):
7746 * pcmpl-rpm.el (pcmpl-rpm):
7747 * printing.el (printing):
7748 * ps-print.el (postscript, ps-print, ps-print-horizontal)
7749 (ps-print-vertical, ps-print-headers, ps-print-font)
7750 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
7751 (ps-print-background, ps-print-printer, ps-print-page)
7752 (ps-print-miscellany):
7753 * ses.el (ses):
7754 * shell.el (shell, shell-directories, shell-faces):
7755 * startup.el (initialization):
7756 * strokes.el (strokes):
7757 * term.el (term):
7758 * uniquify.el (uniquify):
7759 * w32-vars.el (w32):
7760 * calc/calc.el (calc):
7761 * emacs-lisp/bytecomp.el (bytecomp):
7762 * emacs-lisp/cl-indent.el (lisp-indent):
7763 * emacs-lisp/edebug.el (edebug):
7764 * emacs-lisp/elp.el (elp):
7765 * emacs-lisp/testcover.el (testcover):
7766 * emacs-lisp/trace.el (trace):
7767 * emulation/viper-ex.el (viper-ex):
7768 * emulation/viper-mous.el (viper-mouse):
7769 * mail/mailalias.el (mailalias):
7770 * mail/supercite.el (supercite, supercite-frames)
7771 (supercite-attr, supercite-cite, supercite-hooks):
7772 * net/rcompile.el (remote-compile):
7773 * net/rlogin.el (rlogin):
7774 * obsolete/ooutline.el (outlines):
7775 * progmodes/delphi.el (delphi):
7776 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
7777 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
7778 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
7779 (ebnf-optimization):
7780 * progmodes/etags.el (etags):
7781 * progmodes/executable.el (executable):
7782 * progmodes/idlwave.el (idlwave):
7783 * progmodes/pascal.el (pascal):
7784 * progmodes/prolog.el (prolog):
7785 * progmodes/python.el (python):
7786 * progmodes/scheme.el (scheme):
7787 * progmodes/sh-script.el (sh, sh-script):
7788 * progmodes/sql.el (SQL):
7789 * progmodes/tcl.el (tcl):
7790 * textmodes/bibtex.el (bibtex, bibtex-autokey):
7791 * textmodes/enriched.el (enriched):
7792 * textmodes/makeinfo.el (makeinfo):
7793 * textmodes/sgml-mode.el (sgml):
7794 * textmodes/table.el (table-hooks):
7795 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
7796 * textmodes/texinfo.el (texinfo):
7797 * textmodes/two-column.el (two-column):
7798 Finish `defgroup' description with period.
7799
7800 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
7801 * eshell/esh-var.el (eshell-var):
7802 * progmodes/vhdl-mode.el (vhdl-testbench):
7803 * textmodes/org.el (org): Fix typos in docstrings.
7804
7805 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
7806 consistency.
7807
7808 * progmodes/flymake.el (flymake-find-file): Remove.
7809 (flymake-float-time): Use `with-no-warnings'.
7810 (flymake-check-start-time, flymake-check-was-interrupted)
7811 (flymake-err-info, flymake-is-running, flymake-last-change-time)
7812 (flymake-new-err-info): `defvar' at compile time.
7813
7814 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
7815
7816 * replace.el (occur-hook): Doc fix.
7817 (occur-1): Don't call `occur-hook' if there are no matches.
7818
7819 2005-07-03 Richard M. Stallman <rms@gnu.org>
7820
7821 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
7822 global-map, save the same map.
7823 (global-map): Don't alter it at top level.
7824 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
7825 Then alter it here instead.
7826 (tpu-edt-off): Set global-map to the saved one.
7827
7828 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
7829 All references simplified.
7830 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
7831 (zmacs-regions): Add defvar.
7832 (repeat-complex-command-map): Everything about that deleted.
7833
7834 * textmodes/artist.el (artist-key-is-drawing)
7835 (artist-key-endpoint1, artist-key-poly-point-list)
7836 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
7837 (artist-key-compl-table, artist-rb-save-data)
7838 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
7839 Don't put them in eval-when-compile.
7840 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
7841
7842 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
7843 Use with-no-warnings.
7844
7845 * net/browse-url.el (dos-windows-version): Add defvar.
7846
7847 * mail/supercite.el (filladapt-prefix-table): Add defvar.
7848
7849 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
7850 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
7851 (rmail-new-summary-line-count): Rename from new-summary-line-count.
7852 Add defvar.
7853 (rmail-summary-beginning-of-message): Use with-no-warnings.
7854 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
7855
7856 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
7857 Use with-no-warnings.
7858
7859 * emulation/vi.el (vi-mark-region): Use c-mark-function.
7860 (c-mark-function): Add point-moving-unit property.
7861 (vi-goto-line): Use with-no-warnings.
7862
7863 * emulation/edt.el (edt-last-copied-word): Add defvar.
7864 (zmacs-region-stays): Likewise.
7865 (edt-mark-section-wisely): Use c-mark-function for C.
7866 Use makr-defun for Fortran.
7867 (time-string): defvar deleted.
7868 (edt-display-the-time): Don't set time-string.
7869
7870 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
7871
7872 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
7873 Don't warn when name is not constant
7874 or for defining the group `emacs'.
7875
7876 * tooltip.el (gud-tooltip-mode): Add defvar.
7877
7878 * startup.el (default-frame-background-mode): Add defvar.
7879
7880 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
7881
7882 * info.el (tool-bar-map): Add defvar.
7883
7884 * dired.el (dnd-protocol-alist): Add defvar.
7885
7886 * dired-aux.el (dired-query): Display question with answer, when
7887 the user answers.
7888
7889 * custom.el (custom-add-option): Doc fix.
7890
7891 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
7892
7893 2005-07-03 Eli Zaretskii <eliz@gnu.org>
7894
7895 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
7896 bogus name from the last change.
7897
7898 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
7899
7900 * custom.el (custom-declare-variable): Fix typos in comment.
7901 (custom-known-themes): Doc fix.
7902 (custom-theme-directory): New defcustom.
7903 (require-theme): Make it check `custom-theme-directory'.
7904
7905 * cus-theme.el (custom-new-theme-mode): New function.
7906 (custom-theme-name, custom-theme-variables, custom-theme-faces)
7907 (custom-theme-description): Add compiler defvars.
7908 (customize-create-theme): Add doc to the "*New Custom Theme*"
7909 buffer. Use `custom-new-theme-mode'.
7910 (custom-theme-write): Put the created buffer in emacs-lisp-mode
7911 and save it to the `custom-theme-directory'. Make this the
7912 default directory of the buffer.
7913
7914 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
7915
7916 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
7917 Fix unbalanced parentheses.
7918
7919 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
7920
7921 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
7922 into flymake-mode and delegate to flymake-mode.
7923
7924 * find-file.el (ff-which-function-are-we-in): Clean up.
7925
7926 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
7927
7928 * replace.el (occur-rename-buffer): Fix docstring.
7929
7930 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
7931 (edt-last-copied-word, edt-learn-macro-count)
7932 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
7933 (edt-rect-start-point, edt-user-global-map, rect-start-point)
7934 (time-string, zmacs-region-stays):
7935 * emulation/edt-mapper.el (edt-save-function-key-map)
7936 (EDT-key-name): `defvar' to silence the byte-compiler.
7937
7938 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
7939
7940 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
7941 font-lock-regexp-backslash. Doc fix.
7942 (font-lock-regexp-backslash-grouping-construct): Rename from
7943 font-lock-regexp-backslash-construct. Doc fix.
7944 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
7945 grouping constructs.
7946
7947 2005-07-02 Eli Zaretskii <eliz@gnu.org>
7948
7949 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
7950 updating all the prerequisites.
7951
7952 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
7953
7954 * textmodes/org.el (org-agenda-start-on-weekday)
7955 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
7956 (org-agenda-use-time-grid, org-archive-location)
7957 (org-allow-space-in-links, org-usenet-links-prefer-google)
7958 (org-enable-table-editor, org-export-default-language)
7959 (org-export-html-show-new-buffer, org-fill-paragraph)
7960 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
7961 (org-goto-quit, org-occur, org-eval-in-calendar)
7962 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
7963 (org-agenda-diary-entry, org-remember-help)
7964 (org-table-convert-region, org-at-table-p)
7965 (org-table-move-row-down, org-table-move-row-up)
7966 (org-table-copy-region, org-table-toggle-vline-visibility)
7967 (org-table-get-stored-formulas, org-table-get-specials)
7968 (org-recalc-commands, org-table-eval-formula)
7969 (org-table-formula-substitute-names, orgtbl-make-binding)
7970 (org-format-org-table-html, org-format-table-table-html)
7971 (org-format-table-table-html-using-table-generate-source)
7972 (org-customize): Fix typos in docstrings.
7973 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
7974 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
7975 (org-back-to-heading): Doc fixes.
7976 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
7977 (org-agenda-change-all-lines, org-get-header):
7978 Improve argument/docstring consistency.
7979 (orgtbl-error): Fix error message.
7980
7981 * progmodes/flymake.el (flymake-find-possible-master-files)
7982 (flymake-master-file-compare, flymake-get-line-err-count)
7983 (flymake-highlight-line, flymake-gui-warnings-enabled):
7984 Fix typos in docstrings.
7985 (flymake-parse-line, flymake-get-project-include-dirs-function)
7986 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
7987 Doc fixes.
7988 (flymake-get-project-include-dirs-function)
7989 (flymake-make-err-menu-data):
7990 Improve argument/docstring consistency.
7991
7992 2005-07-01 Lute Kamstra <lute@gnu.org>
7993
7994 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
7995 Catch errors with ignore-errors. Use temporary buffer.
7996 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
7997
7998 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
7999 background color faces.
8000 (facemenu-set-foreground, facemenu-set-background):
8001 Use facemenu-set-face-from-menu.
8002 (facemenu-set-face-from-menu): Treat face names that start with
8003 "fg:" or "bg:" as special.
8004 (facemenu-add-new-color): Don't create faces. Simplify.
8005
8006 2005-06-30 Richard M. Stallman <rms@gnu.org>
8007
8008 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
8009 (crm-find-current-element): Likewise.
8010
8011 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
8012
8013 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
8014
8015 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
8016
8017 * arc-mode.el (archive-extract): Make it work as a mouse binding.
8018 (archive-mouse-extract): Make it an obsolete alias.
8019 (archive-mode-map): Don't use archive-mouse-extract any more.
8020 (archive-mode, archive-extract): write-contents-hooks ->
8021 write-contents-functions.
8022 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
8023 first arg.
8024 (archive-rename-entry): Update the call.
8025 (archive-zip-summarize): Remove unused var `method'.
8026 (archive-lzh-summarize): Remove unused var `creator'.
8027
8028 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
8029 dedicated frame upon exit.
8030
8031 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
8032 (archive-zip-extract, archive-zip-expunge)
8033 (archive-zip-update, archive-zip-update-case): Use executable-find.
8034 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
8035 Use restore-buffer-modified-p.
8036 (archive-extract, archive-add-new-member, archive-write-file-member):
8037 Use with-current-buffer.
8038 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
8039
8040 2005-06-30 Andreas Schwab <schwab@suse.de>
8041
8042 * progmodes/gud.el (gud-filter): Remove unneeded progn.
8043
8044 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
8045
8046 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
8047
8048 2005-06-30 Juri Linkov <juri@jurta.org>
8049
8050 * faces.el (vertical-border): Inherit from mode-line-inactive
8051 only on tty.
8052
8053 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
8054
8055 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
8056 example, -NLINES in the `occur' docstring).
8057
8058 * replace.el (occur-1): When no matches are found, do not set the
8059 `buffer-read-only' and modified flags for the occur buffer,
8060 because it is deleted.
8061
8062 * emulation/cua-base.el (cua-check-pending-input)
8063 (cua-repeat-replace-region, cua-mode, cua-debug)
8064 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
8065 Fix typos in docstrings.
8066
8067 * emulation/cua-gmrk.el (cua-toggle-global-mark)
8068 (cua-cut-region-to-global-mark)
8069 (cua--cut-rectangle-to-global-mark):
8070 Remove period from end of messages.
8071
8072 * emulation/cua-rect.el (cua-do-rectangle-padding):
8073 Remove period from end of messages.
8074 (cua--rectangle-seq-format): Fix typo in docstring.
8075 (cua-sequence-rectangle, cua-fill-char-rectangle):
8076 Improve argument/docstring consistency.
8077
8078 2005-06-29 Juri Linkov <juri@jurta.org>
8079
8080 * faces.el (default-frame-background-mode): New internal variable.
8081 (frame-set-background-mode): Use it.
8082
8083 * startup.el (normal-top-level): Set default-frame-background-mode
8084 instead of frame-background-mode. Before setting it, test for its
8085 nil value. Remove tests for frame-background-mode and frame
8086 parameter `reverse'. Add test for "unspecified-fg".
8087
8088 * term/xterm.el (xterm-rxvt-set-background-mode):
8089 * term/rxvt.el (rxvt-set-background-mode):
8090 Set default-frame-background-mode instead of frame-background-mode.
8091
8092 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
8093
8094 * simple.el (set-variable): Warn about obsolete user variables.
8095
8096 * imenu.el (imenu--completion-buffer):
8097 * mouse.el (mouse-buffer-menu-alist):
8098 * msb.el (msb-invisible-buffer-p):
8099 * calendar/diary-lib.el (diary-header-line-format):
8100 * emacs-lisp/pp.el (pp-buffer):
8101 * progmodes/cperl-mode.el (cperl-do-auto-fill):
8102 * textmodes/picture.el (picture-replace-match):
8103 Change space constants followed by a sexp to "?\s ".
8104
8105 * play/decipher.el (decipher-loop-with-breaks):
8106 * textmodes/texinfo.el (texinfo-insert-@item): Change space
8107 constants "protected" from end of line by a comment to "?\s".
8108
8109 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8110
8111 * font-lock.el (save-buffer-state): Use `declare'.
8112
8113 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
8114 reset the syntax-table to cperl-mode-syntax-table.
8115 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
8116 "foo_print_bar" is not matched as a reserved keyword.
8117
8118 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
8119
8120 * textmodes/org.el (orgtbl-setup): New function, for delayed
8121 setup for the orgtbl commands.
8122 (org-calc-default-modes): New option.
8123 (orgtbl-make-binding): Use `defun' to get better help display.
8124 (org-diary): Call `org-compile-prefix-format'.
8125 (org-table-formula-substitute-names): New function.
8126 (org-agenda-day-view, org-agenda-week-view): New commands.
8127 (org-agenda-toggle-week-view): Command removed.
8128 (org-tbl-menu): Split off from org-org-menu.
8129 (org-mode): Move removal of outline-mode menus to here.
8130 (org-table-formula-debug): New option.
8131 (org-table-insert-row): Keep first field if just "#" or "*".
8132 (org-mode): Paragraph regexps fixed.
8133 (org-table-recalculate-regexp): New constant.
8134 (org-table-justify-field-maybe): Avoid replace if not necessary.
8135 (org-copy-special, org-cut-special): Use `call-interactively'.
8136 (org-table-copy-region): Take region from `interactive' call.
8137 (org-trim): Return string even if no match.
8138 (org-formula): New face.
8139 (org-set-font-lock-defaults): No longer highlight "FIXME".
8140 But highlight formula-related fields in table.
8141 (org-table-p): Use regexp, not fontification.
8142 (org-table-align): Handle white space at end of line.
8143 (org-table-formula-evaluate-inline): New option.
8144 (org-mode): Auto-wrapping in comment lines turned off.
8145 (org-table-copy-down): Evaluate only in copied field, not in
8146 destination.
8147 (org-table-current-formula): Variable removed.
8148 (org-table-store-formulas, org-table-get-stored-formulas)
8149 (org-table-modify-formulas, org-table-replace-in-formulas)
8150 (org-table-maybe-eval-formula): New functions.
8151 (org-table-get-formula): Modify to use stored formulas.
8152 (org-table-insert-column, org-table-delete-column)
8153 (org-table-move-column): Call `org-table-modify-formulas'.
8154 (org-complete): Add completion for keyword formulas.
8155 (orgtbl-mode): Pull orgtbl-mode-map to start of
8156 minor-mode-map-alist.
8157
8158 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
8159
8160 * progmodes/python.el (python-check): Require `compile' before
8161 modifying its variables.
8162
8163 * newcomment.el (comment-indent-default): Don't get fooled by an early
8164 end of buffer.
8165
8166 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8167
8168 * ps-print.el (ps-print-version): Fix version number.
8169
8170 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
8171
8172 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
8173
8174 2005-06-28 Richard M. Stallman <rms@gnu.org>
8175
8176 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
8177 (flyspell-local-mouse-map): Declaration deleted.
8178 (flyspell-mouse-map): Bind only mouse-2.
8179 (flyspell-mode-map): Don't test flyspell-use-local-map.
8180 (flyspell-overlay-keymap-property-name): Var deleted.
8181 (flyspell-mode-on): Don't make local bindings for
8182 flyspell-mouse-map and flyspell-mode-map.
8183 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
8184
8185 * textmodes/ispell.el (ispell-word): Do not ignore short words.
8186
8187 * progmodes/compile.el (compilation-next-error-function):
8188 Don't switch buffers; operate on the current buffer.
8189
8190 * progmodes/compile.el (compilation-error-file-name)
8191 (compilation-warning-file-name, compilation-info-file-name)
8192 (compilation-line-number, compilation-column-number): New faces.
8193 (compilation-error-face, compilation-warning-face)
8194 (compilation-info-face, compilation-line-face)
8195 (compilation-column-face): Use them.
8196
8197 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
8198
8199 * comint.el (comint-password-prompt-regexp): Accept ", try again".
8200
8201 * bindings.el (global-map): Bind insertchar and its variants.
8202
8203 2005-06-27 Richard M. Stallman <rms@gnu.org>
8204
8205 * textmodes/artist.el (artist-text-overwrite)
8206 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
8207
8208 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8209
8210 * ps-print.el: It was not working the page selection for printing.
8211 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
8212 (ps-print-version): New version 6.6.7.
8213 (ps-end-sheet): New fun.
8214 (ps-header-sheet, ps-end-job): Call it.
8215
8216 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
8217
8218 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
8219
8220 2005-06-27 Lute Kamstra <lute@gnu.org>
8221
8222 * facemenu.el (facemenu-unlisted-faces): Add foreground and
8223 background color faces.
8224 (facemenu-get-face): Delete function.
8225 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
8226 (facemenu-add-new-color): Make second argument mandatory.
8227 Create the appropriate face and return it. Simplify.
8228 (facemenu-set-foreground, facemenu-set-background): Don't check if
8229 color is defined. Use return value of facemenu-add-new-color.
8230
8231 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
8232
8233 * progmodes/gud.el (gud-filter): Add missing argument to
8234 with-selected-window.
8235
8236 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8237
8238 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
8239 a :require to the defcustom.
8240
8241 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
8242 defcustoms corresponding to minor modes.
8243
8244 2005-06-26 David Ponce <david@dponce.com>
8245
8246 * recentf.el: Require tree-widget instead of wid-edit.
8247 (recentf-filename-handler): Fix widget :type.
8248 (recentf-cancel-dialog, recentf-open-more-files)
8249 (recentf-open-files-action): Doc fix.
8250 (recentf-dialog-goto-first): New function.
8251 (recentf-dialog-mode-map): Set parent keymap first.
8252 (recentf-dialog-mode): Define with define-derived-mode.
8253 Don't display continuation lines in dialogs.
8254 (recentf-edit-list): Rename from recentf-edit-selected-items.
8255 (recentf-edit-list-select): Rename from recentf-edit-list-action.
8256 Simplify.
8257 (recentf-edit-list-validate): New function.
8258 (recentf-edit-list): Update accordingly.
8259 (recentf-open-files-item-shift): Remove.
8260 (recentf-open-files-item): Convert menu elements into tree and
8261 link widgets. Don't create the widgets.
8262 (recentf-open-files): Update accordingly.
8263 (recentf-save-list): Untabify.
8264
8265 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
8266
8267 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
8268 (keep-lines): Add INTERACTIVE arg. Never delete lines only
8269 partially contained in the active region. Do not take active
8270 region into account when called from Lisp, unless INTERACTIVE arg
8271 is non-nil. Use `forward-line' instead of `beginning-of-line' to
8272 avoid trouble with fields. Make marker point nowhere when no
8273 longer used. Always return nil. Doc fix.
8274 (flush-lines): Add INTERACTIVE arg. Do not take active region
8275 into account when called from Lisp, unless INTERACTIVE arg is
8276 non-nil. Use `forward-line' instead of `beginning-of-line' to
8277 avoid trouble with fields. Make marker point nowhere when no
8278 longer used. Always return nil. Doc fix.
8279 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
8280 interchangeable. Do not take active region into account when
8281 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
8282 message in echo area when called from Lisp, unless INTERACTIVE arg
8283 is non-nil. Avoid saying "1 occurrences". Do not use markers.
8284 Return the number of matches. Doc fix.
8285 (occur): Doc fix.
8286 (perform-replace): Make comment follow double space convention for
8287 the sake of `outline-minor-mode'.
8288
8289 * faces.el (facep): Doc fix.
8290
8291 2005-06-25 Richard M. Stallman <rms@gnu.org>
8292
8293 * facemenu.el (facemenu-enable-faces-p): New function.
8294 (facemenu-background-menu, facemenu-foreground-menu)
8295 (facemenu-face-menu): Add menu-enable property.
8296
8297 * jka-compr.el (jka-compr-insert-file-contents):
8298 Special handling if cannot find the uncompression program.
8299
8300 * cus-face.el (custom-face-attributes): Add autoload.
8301
8302 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8303 Bind comment-indent-function locally.
8304
8305 * window.el (save-selected-window): Use save-current-buffer.
8306
8307 * subr.el (with-selected-window): Use save-current-buffer.
8308
8309 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
8310 and with-current-buffer.
8311
8312 2005-06-24 Richard M. Stallman <rms@gnu.org>
8313
8314 * simple.el (line-move-1): Fix previous change.
8315
8316 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
8317
8318 * replace.el (occur-1): Set `buffer-read-only' and the
8319 buffer-modified flag before running `occur-hook' to protect
8320 against unintentional buffer switches that can lead to data loss.
8321
8322 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
8323
8324 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
8325 (gud-gdb-marker-filter): Use font-lock-warning-face for any
8326 initial error.
8327
8328 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
8329 after fresh input.
8330 (gdb-var-create-handler): Put name of expression in quotes.
8331
8332 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
8333
8334 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
8335 elements of RING in order, and without bogus nil elements.
8336
8337 2005-06-23 Richard M. Stallman <rms@gnu.org>
8338
8339 * simple.el (set-variable): Args renamed; doc fix.
8340 (line-move-1): When there are overlays around, use vertical-motion.
8341
8342 * faces.el (escape-glyph): Use brown against light background.
8343 (nobreak-space): Rename from no-break-space.
8344 Fix previous change.
8345
8346 * dired-aux.el (dired-do-copy): Fix arg prompt.
8347
8348 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
8349
8350 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
8351
8352 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
8353 rather than "Distributor".
8354
8355 2005-06-23 Lute Kamstra <lute@gnu.org>
8356
8357 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
8358 (debug-on-entry): Use it. New interactive declaration that uses
8359 function-called-at-point.
8360
8361 2005-06-23 Kim F. Storm <storm@cua.dk>
8362
8363 * subr.el (save-match-data): Add comment about using evaporate arg
8364 to set-match-data.
8365
8366 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
8367
8368 * cus-edit.el (customize-face)
8369 (customize-face-other-window): Handle face aliases.
8370
8371 * faces.el (face-documentation, set-face-attribute)
8372 (face-spec-set): Handle face aliases.
8373
8374 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
8375
8376 * help-mode.el (help-make-xrefs): If a symbol representing a face
8377 name is not followed by the word "face", it could still be a
8378 function or variable name, so don't bypass other checks.
8379
8380 2005-06-22 Juri Linkov <juri@jurta.org>
8381
8382 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
8383 Replace aliased functions with calls where second arg `inherit' is t.
8384
8385 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
8386
8387 * progmodes/gdb-ui.el (gdb-error): New variable.
8388 (gdb-error): New function.
8389 (gdb-annotation-rules): Act on error-begin and error annotations.
8390 (gdb-concat-output): Use font-lock-warning-face for errors.
8391
8392 2005-06-22 Miles Bader <miles@gnu.org>
8393
8394 * bindings.el (propertized-buffer-identification): Use renamed
8395 `Buffer-menu-buffer' face.
8396
8397 * faces.el (vertical-border): Rename from `vertical-divider'.
8398 (escape-glyph): Change dark-background color back to `cyan'.
8399
8400 2005-06-21 Juri Linkov <juri@jurta.org>
8401
8402 * faces.el (face-user-default-spec): Try getting `customized-face'
8403 prior to `saved-face'.
8404 (frame-background-mode): Refill docstring.
8405
8406 * emacs-lisp/lisp-mode.el (eval-defun-1):
8407 * emacs-lisp/edebug.el (edebug-eval-defun):
8408 Set `saved-face' temporarily to nil before calling form.
8409 Set `customized-face' to the new spec after that.
8410
8411 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
8412
8413 * subr.el (1value, lambda, key-substitution-in-progress):
8414 Doc fixes.
8415
8416 * autoinsert.el (auto-insert-alist):
8417 * ses.el (ses-call-printer):
8418 * subr.el (noreturn):
8419 * emacs-lisp/lisp.el (check-parens):
8420 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
8421 * net/browse-url.el (browse-url-mosaic):
8422 * progmodes/cc-defs.el (c-safe-scan-lists):
8423 * progmodes/ebnf-abn.el (ebnf-abn-lex):
8424 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
8425 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
8426 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
8427 * progmodes/ebnf-iso.el (ebnf-iso-lex):
8428 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
8429
8430 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
8431
8432 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
8433
8434 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
8435
8436 * calendar/appt.el (appt-make-list): Activate the package, if
8437 not already active (for backwards compatibility).
8438
8439 2005-06-20 Kim F. Storm <storm@cua.dk>
8440
8441 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
8442
8443 2005-06-20 Miles Bader <miles@gnu.org>
8444
8445 * faces.el (vertical-divider): New face.
8446
8447 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
8448
8449 * simple.el (kill-whole-line): Doc fix.
8450 (next-error-buffer-p, next-error-find-buffer)
8451 (clone-indirect-buffer): Fix typos in docstrings.
8452 (comment-line-break-function): Doc fix: don't say variable
8453 is automatically buffer-local (it isn't).
8454
8455 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
8456
8457 * net/tramp-ftp.el (top):
8458 * net/tramp-smb.el (top):
8459 * net/tramp-util.el (top):
8460 * net/tramp-uu.el (top):
8461 * net/tramp-vc.el (top):
8462 * net/tramp.el (top): Revert copyright years back to original
8463 ones. Tramp has a life outside GNU Emacs.
8464
8465 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
8466
8467 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
8468
8469 2005-06-18 Juri Linkov <juri@jurta.org>
8470
8471 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
8472 end of first regexp to limit the match to the position between
8473 line number and source line with same separator character as used
8474 between file name and line number. In the second regexp limit
8475 mouse-face area to file name and line number by adding new group
8476 for them and referring it in HYPERLINK arg.
8477 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
8478 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
8479 previous line where grep markers may be already removed.
8480
8481 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
8482
8483 * progmodes/ps-mode.el: Update version and maintainer's email address.
8484
8485 2005-06-18 Steve Youngs <steve@xemacs.org>
8486
8487 * net/browse-url.el (browse-url-browser-function)
8488 (browse-url-default-browser): Add firefox.
8489 (browse-url-firefox-program, browse-url-firefox-arguments)
8490 (browse-url-firefox-startup-arguments)
8491 (browse-url-firefox-new-window-is-tab): New defcustoms.
8492 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
8493
8494 2005-06-17 Richard M. Stallman <rms@gnu.org>
8495
8496 * startup.el (command-line): Warn if specified user name has
8497 no home directory.
8498
8499 * term.el (term-get-old-input, term-input-filter, term-input-sender)
8500 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
8501
8502 * longlines.el (longlines-mode, longlines-show-hard-newlines):
8503 Doc fixes.
8504
8505 * faces.el (underline): Try bold if terminal doesn't support underline.
8506
8507 * mail/sendmail.el (mail-setup-with-from): New variable.
8508 (mail-insert-from-field): New function.
8509 (sendmail-send-it): Call it.
8510 (mail-setup): Optionally call it here.
8511
8512 * term/linux.el: Call tty-no-underline.
8513
8514 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
8515
8516 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
8517
8518 2005-06-17 Miles Bader <miles@gnu.org>
8519
8520 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
8521 (ediff-current-diff-C, ediff-current-diff-Ancestor)
8522 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
8523 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
8524 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
8525 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
8526 Remove "-face" suffix from face names.
8527 (ediff-current-diff-face-A, ediff-current-diff-face-B)
8528 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
8529 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
8530 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
8531 (ediff-even-diff-face-A, ediff-even-diff-face-B)
8532 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
8533 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
8534 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
8535 New backward-compatibility aliases for renamed faces.
8536 (ediff-current-diff-face-A, ediff-current-diff-face-B)
8537 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
8538 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
8539 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
8540 (ediff-even-diff-face-A, ediff-even-diff-face-B)
8541 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
8542 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
8543 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
8544 Use renamed ediff faces.
8545
8546 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
8547 Remove "-face" suffix from face names.
8548 (eshell-test-ok-face, eshell-test-failed-face):
8549 New backward-compatibility aliases for renamed faces.
8550 (eshell-run-test): Use renamed eshell-test faces.
8551
8552 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
8553 face name.
8554 (eshell-prompt-face): New backward-compatibility alias for renamed
8555 face.
8556 (eshell-emit-prompt): Use renamed eshell-prompt face.
8557
8558 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
8559 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
8560 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
8561 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
8562 Remove "-face" suffix from face names.
8563 (eshell-ls-directory-face, eshell-ls-symlink-face)
8564 (eshell-ls-executable-face, eshell-ls-readonly-face)
8565 (eshell-ls-unreadable-face, eshell-ls-special-face)
8566 (eshell-ls-missing-face, eshell-ls-archive-face)
8567 (eshell-ls-backup-face, eshell-ls-product-face)
8568 (eshell-ls-clutter-face):
8569 New backward-compatibility aliases for renamed faces.
8570 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
8571
8572 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
8573 Remove "-face" suffix from face name.
8574 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
8575 instead of literal face.
8576
8577 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
8578
8579 * emacs-lisp/warnings.el (display-warning, lwarn)
8580 (warning-minimum-log-level): Doc fixes.
8581 (warning-minimum-level, warning-minimum-log-level):
8582 Add :debug to :type choices.
8583
8584 * progmodes/ada-mode.el (ada-format-paramlist)
8585 (ada-get-indent-case, ada-check-matching-start)
8586 (ada-check-defun-name, ada-goto-matching-decl-start)
8587 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
8588 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
8589 (ada-make-subprogram-body): Follow error conventions.
8590 (ada-case-exception-file, ada-indent-comment-as-code)
8591 (ada-indent-handle-comment-special, ada-indent-renames)
8592 (ada-indent-return, ada-search-directories-internal)
8593 (ada-tab-policy, ada-case-exception-substring)
8594 (ada-other-file-alist, ada-matching-start-re)
8595 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
8596 (ada-imenu-generic-expression, ada-compile-goto-error)
8597 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
8598 (ada-popup-menu, ada-add-extensions, ada-mode)
8599 (ada-region-selected, ada-create-case-exception)
8600 (ada-create-case-exception-substring, ada-after-keyword-p)
8601 (ada-activate-keys-for-case, ada-adjust-case-region)
8602 (ada-adjust-case-buffer, ada-format-paramlist)
8603 (ada-scan-paramlist, ada-insert-paramlist)
8604 (ada-indent-newline-indent)
8605 (ada-indent-newline-indent-conditional)
8606 (ada-justified-indent-current, ada-goto-previous-word)
8607 (ada-indent-current, ada-get-indent-open-paren)
8608 (ada-get-indent-paramlist, ada-get-indent-end)
8609 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
8610 (ada-get-indent-block-start, ada-get-indent-subprog)
8611 (ada-get-indent-noindent, ada-get-indent-label)
8612 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
8613 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
8614 (ada-goto-stmt-end, ada-goto-next-word)
8615 (ada-check-matching-start, ada-check-defun-name)
8616 (ada-goto-matching-decl-start, ada-goto-matching-start)
8617 (ada-goto-matching-end, ada-search-ignore-string-comment)
8618 (ada-in-decl-p, ada-looking-at-semi-or)
8619 (ada-looking-at-semi-private, ada-in-paramlist-p)
8620 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
8621 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
8622 (ada-next-procedure, ada-previous-procedure, ada-next-package)
8623 (ada-previous-package, ada-create-menu)
8624 (ada-fill-comment-paragraph-justify)
8625 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
8626 (ada-other-file-name, ada-last-which-function-line)
8627 (ada-last-which-function-subprog, ada-which-function)
8628 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
8629 (ada-gen-treat-proc, ada-check-emacs-version)
8630 (ada-continuation-indent, ada-align-region-separate):
8631 Fix typos in docstrings.
8632 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
8633
8634 2005-06-16 Lute Kamstra <lute@gnu.org>
8635
8636 * simple.el (fundamental-mode): Run after-change-major-mode-hook
8637 conditionally.
8638
8639 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
8640
8641 * comint.el (comint-replace-by-expanded-filename)
8642 (comint-prompt-regexp, comint-delimiter-argument-list)
8643 (comint-preinput-scroll-to-bottom):
8644 * info.el (Info-hide-cookies-node):
8645 * ls-lisp.el (ls-lisp-classify):
8646 * find-file.el (ff-search-directories, ff-special-constructs)
8647 (ff-find-other-file):
8648 * font-lock.el (font-lock-keywords):
8649 * shell.el (shell-prompt-pattern)
8650 (shell-dynamic-complete-functions, shell-mode)
8651 (shell-delimiter-argument-list):
8652 * term.el (term-replace-by-expanded-filename)
8653 (term-prompt-regexp, term-delimiter-argument-list):
8654 * woman.el (woman-ignore, woman0-if):
8655 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
8656 * emacs-lisp/elint.el (elint-init-env):
8657 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
8658 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
8659 * language/ethio-util.el (ethio-tilde-escape)
8660 (ethio-use-three-dot-question):
8661 * net/zone-mode.el (zone-mode-load-time-setup):
8662 * progmodes/cc-align.el (c-lineup-argcont):
8663 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
8664 * progmodes/cperl-mode.el (cperl-set-style-back):
8665 * progmodes/inf-lisp.el (inferior-lisp-prompt):
8666 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
8667 Fix spellings in docstrings.
8668
8669 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
8670 * progmodes/modula2.el (m2-for): Fix spellings.
8671
8672 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
8673
8674 * simple.el (undo-more): Don't use `format' on `error' arguments.
8675 Improve argument/docstring consistency.
8676 (pending-undo-list): Doc fix.
8677
8678 * smerge-mode.el (smerge-ensure-match):
8679 * emulation/vip.el (vip-ex):
8680 * net/zone-mode.el (zone-mode-update-serial):
8681 * progmodes/idlwave.el (idlwave-complete):
8682 * progmodes/vhdl-mode.el (vhdl-visit-file)
8683 (vhdl-compose-wire-components):
8684 Don't use `format' on `error' arguments.
8685
8686 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
8687 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
8688 (tooltip-help-tips): Fix typos in docstrings.
8689
8690 2005-06-16 David Ponce <david@dponce.com>
8691
8692 * tree-widget.el (tree-widget-value-create): Simplify last change.
8693
8694 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
8695
8696 * ido.el (ido-incomplete-regexp): New variable.
8697 (ido-set-matches-1): Handle invalid-regexp error and set
8698 ido-incomplete-regexp.
8699 (ido-incomplete-regexp): New face.
8700 (ido-completions): Use it.
8701 (ido-complete, ido-exit-minibuffer, ido-completions):
8702 Handle incomplete regexps.
8703 (ido-completions): Add check for complete match when entering a regexp.
8704
8705 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8706
8707 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
8708
8709 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8710
8711 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
8712 by field delimiters.
8713
8714 2005-06-15 David Ponce <david@dponce.com>
8715
8716 * tree-widget.el: eval-and-compile inlined functions so they will
8717 be available at run-time too.
8718 (tree-widget-super-format-handler)
8719 (tree-widget-format-handler): Remove.
8720 (tree-widget-value-create): Handle the :indent property.
8721
8722 2005-06-15 Miles Bader <miles@gnu.org>
8723
8724 * progmodes/which-func.el (which-func): Only inherit
8725 `font-lock-function-name-face' when that makes sense against the
8726 default mode-line face, otherwise set the face color explicitly.
8727
8728 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
8729 faces instead of (non-existent) variables.
8730
8731 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8732
8733 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
8734 (iswitchb-get-matched-buffers): Likewise. Simplify.
8735
8736 2005-06-14 Miles Bader <miles@gnu.org>
8737
8738 * progmodes/ld-script.el (ld-script-location-counter):
8739 Remove "-face" suffix from face name.
8740 (ld-script-location-counter-face):
8741 New backward-compatibility alias for renamed face.
8742 (ld-script-location-counter-face): Use renamed face.
8743
8744 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
8745 (cperl-hash): Remove "-face" suffix from face names.
8746 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
8747 New backward-compatibility aliases for renamed faces.
8748 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
8749 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
8750
8751 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
8752 name.
8753 (which-func-face): New backward-compatibility alias for renamed face.
8754 (which-func-format): Use renamed which-func face.
8755
8756 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
8757 (vhdl-function, vhdl-directive, vhdl-reserved-word)
8758 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
8759 names.
8760 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
8761 (vhdl-speedbar-configuration, vhdl-speedbar-package)
8762 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
8763 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
8764 (vhdl-speedbar-architecture-selected)
8765 (vhdl-speedbar-configuration-selected)
8766 (vhdl-speedbar-package-selected)
8767 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
8768 names.
8769 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
8770 Use renamed faces.
8771 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
8772 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
8773 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
8774 Use renamed faces.
8775 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
8776 names.
8777 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
8778 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
8779 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
8780 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
8781 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
8782 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
8783
8784 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
8785 face name.
8786 (sh-heredoc-face): New backward-compatibility alias for renamed face.
8787 (sh-heredoc-face): Use renamed sh-heredoc face.
8788
8789 * progmodes/idlw-help.el (idlwave-help-link):
8790 Remove "-face" suffix from face name.
8791 (idlwave-help-link-face):
8792 New backward-compatibility alias for renamed face.
8793 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
8794
8795 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
8796 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
8797 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
8798 New backward-compatibility aliases for renamed faces.
8799 (idlwave-shell-disabled-breakpoint-face)
8800 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
8801
8802 * progmodes/flymake.el (flymake-errline, flymake-warnline):
8803 Remove "-face" suffix from face names.
8804 (flymake-errline-face, flymake-warnline-face):
8805 New backward-compatibility aliases for renamed faces.
8806 (flymake-highlight-line): Use renamed flymake faces.
8807
8808 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
8809 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
8810 (ebrowse-member-class, ebrowse-progress):
8811 Remove "-face" suffix from face names.
8812 (ebrowse-tree-mark-face, ebrowse-root-class-face)
8813 (ebrowse-file-name-face, ebrowse-default-face)
8814 (ebrowse-member-attribute-face, ebrowse-member-class-face)
8815 (ebrowse-progress-face):
8816 New backward-compatibility aliases for renamed faces.
8817 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
8818 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
8819 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
8820 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
8821
8822 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
8823 antlr-syntax)
8824 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
8825 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
8826 names.
8827 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
8828 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
8829 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
8830 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
8831 backward-compatibility aliases for renamed faces.
8832 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
8833 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
8834 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
8835 remove "font-lock-". Use renamed antlr-mode faces.
8836 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
8837 literal face-names with face variable references.
8838
8839 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
8840 face name.
8841 (Buffer-menu-buffer-face): New backward-compatibility alias for
8842 renamed face.
8843 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
8844
8845 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
8846
8847 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
8848 Eliminate "-face" suffix.
8849 (makefile-targets): Inherit from font-lock-function-name-face and
8850 eliminate "-face" suffix.
8851 (makefile-shell): Remove attributes and eliminate "-face" suffix.
8852 (makefile-*-font-lock-keywords): Append makefile-targets in rule
8853 actions, instead of prepending, to make it less visible.
8854 (makefile-previous-dependency, makefile-match-dependency):
8855 Don't match a target on a continuation line.
8856
8857 * files.el (auto-mode-alist): Put Makefile in gmake mode.
8858
8859 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
8860
8861 * progmodes/gdb-ui.el (menu): Re-order menu items.
8862 (gdb-tooltip-print): Respect tooltip-use-echo-area.
8863
8864 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
8865 Define in tooltip.el.
8866 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
8867 (gud-tooltip-tips): Respect tooltip-use-echo-area and
8868 gud-tooltip-echo-area.
8869
8870 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
8871 backward compatibility and make obsolete.
8872 (tooltip-help-tips): Use tooltip-use-echo-area.
8873 (tooltip-show-help-function): Rename to...
8874 (tooltip-show-help): ...this, because it is a function.
8875 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
8876
8877 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
8878
8879 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
8880 (edebug-print-length, edebug-print-level, edebug-print-circle)
8881 (edebug-modify-breakpoint, edebug-eval-last-sexp)
8882 (edebug-eval-print-last-sexp): Doc fixes.
8883
8884 2005-06-14 Kim F. Storm <storm@cua.dk>
8885
8886 * ido.el (ido-mode): Make a new keymap every time we enable ido,
8887 as the coverage buffer/file/both may change.
8888
8889 2005-06-14 Lute Kamstra <lute@gnu.org>
8890
8891 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
8892 and run-mode-hooks. Simplify.
8893
8894 * mail/rmailedit.el (rmail-edit-mode):
8895 * progmodes/octave-inf.el (inferior-octave-mode):
8896 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
8897
8898 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
8899 and run-mode-hooks.
8900 (recentf-edit-list, recentf-open-files): Don't call
8901 kill-all-local-variables directly.
8902
8903 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
8904
8905 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
8906
8907 * emacs-lisp/byte-run.el (make-obsolete)
8908 (define-obsolete-function-alias): Rename arguments FUNCTION and
8909 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
8910 (make-obsolete-variable, define-obsolete-variable-alias):
8911 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
8912 respectively.
8913
8914 * isearchb.el (isearchb-activate):
8915 * pcvs.el (cvs-mode):
8916 * ses.el (ses-load):
8917 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
8918 * net/tramp.el (tramp-find-file-exists-command)
8919 (tramp-find-shell):
8920 * progmodes/ada-mode.el (ada-create-case-exception)
8921 (ada-create-case-exception-substring, ada-make-subprogram-body):
8922 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8923 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
8924 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
8925 * textmodes/org.el (org-promote, org-evaluate-time-range)
8926 (org-agenda-next-date-line, org-agenda-previous-date-line)
8927 (org-agenda-error, org-open-at-point, org-table-move-row)
8928 (org-format-table-table-html-using-table-generate-source)
8929 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
8930 * textmodes/reftex.el (reftex-access-scan-info):
8931 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
8932 (reftex-toc-promote-prepare): Follow error conventions.
8933
8934 * diff-mode.el (diff-mode): Fix typo in docstring.
8935
8936 * forms.el (forms--intuit-from-file): Fix reference to
8937 `forms-number-of-fields' in error message.
8938 (forms-print): Fix quoting in error message.
8939
8940 * forms.el (forms-mode):
8941 * emulation/vi.el (vi-goto-insert-state):
8942 * progmodes/flymake.el (flymake-new-err-info)
8943 (flymake-start-syntax-check-for-current-buffer)
8944 (flymake-simple-cleanup):
8945 * eshell/esh-var.el (eshell/export):
8946 * progmodes/gud.el (xdb):
8947 * textmodes/flyspell.el (flyspell-incorrect-hook)
8948 (flyspell-maybe-correct-transposition)
8949 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
8950
8951 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
8952
8953 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
8954 minibuffer prompt.
8955
8956 2005-06-13 Kim F. Storm <storm@cua.dk>
8957
8958 * subr.el (add-to-ordered-list): New defun.
8959
8960 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
8961 add cua--keymap-alist to emulation-mode-map-alists.
8962
8963 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8964
8965 * subr.el (complete-in-turn): New macro.
8966 (dynamic-completion-table, lazy-completion-table): Add debug info.
8967
8968 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
8969 in preference to face aliases.
8970
8971 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
8972 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
8973 Remove unused vars `start' and `firstline'.
8974 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
8975 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
8976
8977 2005-06-13 Eli Zaretskii <eliz@gnu.org>
8978
8979 * cus-start.el (all): Don't complain about missing GTK-related
8980 variables, unless either `gtk' is boundp or this isn't a
8981 `windows-nt' build.
8982
8983 2005-06-13 Lute Kamstra <lute@gnu.org>
8984
8985 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
8986 run-mode-hooks.
8987
8988 * ediff-mult.el (ediff-meta-mode):
8989 * ediff-util.el (ediff-mode): Use run-mode-hooks.
8990
8991 * ledit.el (ledit-mode): Use delay-mode-hooks.
8992
8993 * woman.el (woman-mode-line-format): Delete constant.
8994 (woman-mode-map): Initialize it properly.
8995 (woman-mode): Set mode-class property to special.
8996 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
8997 Set major-mode and mode-name. Don't set mode-line-format directly.
8998 (Man-getpage-in-background): Don't reference woman-mode-line-format.
8999
9000 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
9001 string argument obsolete.
9002
9003 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
9004
9005 * textmodes/org.el (org-CUA-compatible): New option.
9006 (org-disputed-keys): New variable.
9007 (org-key): New function.
9008 (orgtbl-make-binding): Add docstring to the created function.
9009 (org-mode): Set paragraph start/separate regexps.
9010 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
9011 (org-archive-location, org-archive-mark-done)
9012 (org-archive-stamp-time): New options.
9013 (org-archive-subtree): New command.
9014 (org-fill-paragraph): New function.
9015 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
9016 (org-fake-empty-table-line): Function removed.
9017 (org-format-org-table-html): Do not create empty table lines at
9018 separator lines. Improved table header treatment.
9019 (org-link-format): New option.
9020 (org-make-link): New function.
9021 (org-insert-link, org-store-link): Use org-make-link.
9022 (org-open-file): Quote file name for shell command, to allow
9023 spaces in file names.
9024 (org-link-regexp): Fix bug with mailto link.
9025 (org-link-maybe-angles-regexp, org-protected-link-regexp):
9026 New constants.
9027 (org-export-as-html): Deal with the optional angles around a link.
9028 Better treatment of file: links.
9029 (org-open-at-point): Replace @{ and @} with < and >.
9030 (org-run-mode-hooks): Function removed.
9031 (org-agenda-mode): No longer use `org-run-mode-hooks'.
9032
9033 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
9034
9035 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
9036 MI command -data-list-register-values.
9037 (gdb-post-prompt): Indent properly.
9038
9039 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
9040
9041 * hilit-chg.el (highlight-changes-colors): Rename from
9042 `highlight-changes-colours'.
9043 (highlight-changes-colours): Keep as obsolete alias.
9044 (highlight-changes-face-list): Doc fix.
9045 (hilit-chg-make-list): Use `highlight-changes-colors'.
9046
9047 2005-06-12 Mark A. Hershberger <mah@everybody.org>
9048
9049 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
9050 defun-prompt-regexp.
9051
9052 2005-06-12 Eli Zaretskii <eliz@gnu.org>
9053
9054 * loadup.el: Don't say we are dumping under 2 names on windows-nt
9055 and cygwin.
9056
9057 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
9058 Don't use an old loaddefs.el, as in Makefile.in.
9059
9060 2005-06-12 Lute Kamstra <lute@gnu.org>
9061
9062 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
9063
9064 * man.el (Man-mode-map): Initialize it properly.
9065 (Man-mode): Set mode-class property to special.
9066
9067 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
9068
9069 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
9070
9071 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
9072 A newline is needed in the docstring there.
9073
9074 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
9075 Doc fixes.
9076
9077 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9078
9079 * printing.el: Doc fix. The menubar is no more changed when printing
9080 is loaded, it only changes when pr-menu-bind or pr-update-menus is
9081 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
9082 (pr-version): New version number (6.8.4).
9083 (pr-menu-bind): New command.
9084 (pr-update-menus): Docstring and code fix.
9085 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
9086 Docstring fix.
9087 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
9088 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
9089
9090 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
9091
9092 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
9093 "Returns" to "return", document useful return values, etc.
9094
9095 2005-06-11 Alan Mackenzie <acm@muc.de>
9096
9097 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
9098 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
9099 (adaptive-file-function): Minor amendment to doc-string.
9100
9101 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
9102
9103 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
9104 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
9105 Fix :type--it is `integer', not `string'.
9106
9107 * faces.el (modeline-highlight): Rename from (the erroneous)
9108 `modeline-higilight'.
9109
9110 2005-06-11 Lute Kamstra <lute@gnu.org>
9111
9112 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
9113 lisp-interaction-mode-map but make it the parent.
9114 (edebug-eval-mode): Use define-derived-mode.
9115
9116 2005-06-11 Andreas Schwab <schwab@suse.de>
9117
9118 * bindings.el: Add binding of `ESC functionkey' for every
9119 `M-functionkey'.
9120 * hexl.el (hexl-mode-map): Likewise.
9121
9122 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
9123
9124 * progmodes/compile.el (compilation-error-regexp-alist-alist)
9125 [msft]: update regexp for newer msft compilers.
9126
9127 2005-06-10 Mark A. Hershberger <mah@everybody.org>
9128
9129 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
9130 ATTLIST portions of included DTDs.
9131 (xml-parse-dtd): Eliminate use of inefficient match-data.
9132
9133 2005-06-10 Miles Bader <miles@gnu.org>
9134
9135 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
9136 (mpuz-text): Remove "-face" suffix from face names.
9137 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
9138 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
9139 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
9140
9141 * play/gomoku.el (gomoku-O, gomoku-X):
9142 Remove "-face" suffix from face names.
9143 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
9144 New backward-compatibility aliases for renamed faces.
9145 (gomoku-font-lock-keywords): Use renamed gomoku faces.
9146
9147 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
9148
9149 * thumbs.el: Fixes for changes of 2005-06-09.
9150 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
9151 as a directory.
9152 (thumbs-thumbname): Remove directory separator from format string;
9153 `thumbs-thumbsdir' now returns a valid directory name.
9154 (thumbs-temp-dir): New defsubst.
9155 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
9156 Use it.
9157
9158 * cus-edit.el (minibuffer):
9159 * files.el (make-backup-file-name-function):
9160 * filesets.el (filesets-external-viewers):
9161 * hilit-chg.el (highlight-changes-colours)
9162 (highlight-changes-face-list, highlight-changes-rotate-faces):
9163 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
9164 * kmacro.el (kmacro-call-macro):
9165 * log-edit.el (log-edit-changelog-full-paragraphs):
9166 * mouse.el (mouse-1-click-follows-link):
9167 * skeleton.el (skeleton-autowrap):
9168 * subr.el (insert-for-yank-1):
9169 * tempo.el (tempo-insert-region):
9170 * terminal.el (terminal-emulator):
9171 * time.el (display-time-mail-face):
9172 * vc.el (vc-annotate):
9173 * vcursor.el (vcursor-copy-line):
9174 * woman.el (woman-bold-headings, woman-ignore)
9175 (woman-default-faces, woman-monochrome-faces):
9176 * calendar/todo-mode.el (todo-insert-threshold):
9177 * emulation/pc-select.el (pc-select-selection-keys-only)
9178 (pc-selection-mode):
9179 * emulation/vip.el (vip-find-char-forward):
9180 * emulation/viper-cmd.el (viper-find-char-forward):
9181 * international/mule-cmds.el
9182 (select-safe-coding-system-accept-default-p)
9183 (input-method-exit-on-invalid-key):
9184 * international/mule-diag.el (describe-coding-system):
9185 * international/ucs-tables.el (unify-8859-on-encoding-mode):
9186 * net/browse-url.el (browse-url-xterm-program):
9187 * obsolete/lazy-lock.el (lazy-lock-mode):
9188 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
9189 (cperl-mode):
9190 * progmodes/cpp.el (cpp-face-light-name-list)
9191 (cpp-face-dark-name-list):
9192 * progmodes/delphi.el (delphi-newline-always-indents):
9193 Fix spellings in docstrings.
9194
9195 * ido.el (ido-mode, ido-file-extensions-order)
9196 (ido-default-file-method, ido-default-buffer-method)
9197 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
9198 (ido-decorations, ido-read-file-name-as-directory-commands)
9199 (ido-read-file-name-non-ido, ido-work-directory-list)
9200 (ido-ignore-item-temp-list, ido-current-directory)
9201 (ido-magic-forward-char, ido-enter-find-file)
9202 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
9203 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
9204
9205 2005-06-10 Lute Kamstra <lute@gnu.org>
9206
9207 * play/dunnet.el (dun-mode): Use define-derived-mode.
9208 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
9209 obsolete alias.
9210
9211 * play/doctor.el (doctor-mode-map): Remove defvar.
9212 (doctor-mode): Use define-derived-mode.
9213
9214 * mail/mspools.el (mspools-mode):
9215 * net/eudc-hotlist.el (eudc-hotlist-mode):
9216 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
9217
9218 2005-06-10 Miles Bader <miles@gnu.org>
9219
9220 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
9221 Remove "-face" suffix from face names.
9222 (flyspell-incorrect-face, flyspell-duplicate-face):
9223 New backward-compatibility aliases for renamed faces.
9224 (flyspell-mode-on, make-flyspell-overlay)
9225 (flyspell-highlight-incorrect-region)
9226 (flyspell-highlight-duplicate-region)
9227 (flyspell-display-next-corrections)
9228 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
9229
9230 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
9231 from face name.
9232 (texinfo-heading-face): New backward-compatibility alias for
9233 renamed face.
9234 (texinfo-heading-face): Use renamed texinfo-heading face.
9235
9236 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
9237 suffix from face names.
9238 (tex-math-face, tex-verbatim-face):
9239 New backward-compatibility aliases for renamed faces.
9240 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
9241 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
9242 literal face name.
9243
9244 * textmodes/table.el (table-cell): Remove "-face" suffix from face
9245 name.
9246 (table-cell-face): New backward-compatibility alias for renamed face.
9247 (table--put-cell-face-property, table--update-cell-face):
9248 Use renamed table-cell face.
9249
9250 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
9251 from face name.
9252 (sgml-namespace-face): New backward-compatibility alias for
9253 renamed face.
9254 (sgml-namespace-face): Use renamed sgml-namespace face.
9255
9256 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
9257 (org-level-4, org-level-5, org-level-6, org-level-7)
9258 (org-level-8, org-warning, org-headline-done)
9259 (org-deadline-announce, org-scheduled-today)
9260 (org-scheduled-previously, org-link, org-done, org-table)
9261 (org-time-grid): Remove "-face" suffix from face names.
9262 (org-level-1-face, org-level-2-face, org-level-3-face)
9263 (org-level-4-face, org-level-5-face, org-level-6-face)
9264 (org-level-7-face, org-level-8-face, org-warning-face)
9265 (org-headline-done-face, org-deadline-announce-face)
9266 (org-scheduled-today-face, org-scheduled-previously-face)
9267 (org-link-face, org-done-face, org-table-face)
9268 (org-time-grid-face):
9269 New backward-compatibility aliases for renamed faces.
9270 (org-level-faces, org-set-font-lock-defaults, org-timeline)
9271 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
9272 (org-agenda-get-timestamps, org-agenda-get-scheduled)
9273 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
9274
9275 * emulation/viper-init.el (viper-search, viper-replace-overlay)
9276 (viper-minibuffer-emacs, viper-minibuffer-insert)
9277 (viper-minibuffer-vi): Remove "-face" suffix from face names.
9278 (viper-search-face, viper-replace-overlay-face)
9279 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
9280 (viper-minibuffer-vi-face):
9281 New backward-compatibility aliases for renamed faces.
9282 (viper-search-face, viper-replace-overlay-face)
9283 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
9284 (viper-minibuffer-vi-face): Use renamed viper faces.
9285
9286 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
9287 Remove "-face" suffix from face names.
9288 (testcover-nohits-face, testcover-1value-face):
9289 New backward-compatibility aliases for renamed faces.
9290 (testcover-mark): Use renamed testcover faces.
9291
9292 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
9293 face name.
9294 (diary-button-face): New backward-compatibility alias for renamed face.
9295 (diary-entry): Use renamed diary-button face.
9296
9297 * calendar/calendar.el (diary, calendar-today, holiday)
9298 (mark-visible-calendar-date): Remove "-face" suffix from face names.
9299 (diary-face, calendar-today-face, holiday-face):
9300 New backward-compatibility aliases for renamed faces.
9301 (eval-after-load "facemenu", diary-entry-marker)
9302 (calendar-today-marker, calendar-holiday-marker, diary-face):
9303 Use renamed calendar faces.
9304
9305 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
9306 (compare-windows-face): New backward-compatibility alias for
9307 renamed face.
9308 (compare-windows-highlight): Use renamed compare-windows face.
9309
9310 * strokes.el (strokes-char): Remove "-face" suffix from face name.
9311 (strokes-char-face): New backward-compatibility alias for renamed face.
9312 (strokes-encode-buffer): Use renamed strokes-char face.
9313
9314 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
9315 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
9316 Remove "-face" suffix from face names.
9317 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
9318 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
9319 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
9320 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
9321 Use renamed pcvs faces.
9322 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
9323 * pcvs-defs.el (cvs-mode-map): Likewise.
9324 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
9325
9326 * info.el (info-title-1, info-title-2, info-title-3)
9327 (info-title-4): Remove "-face" suffix from and downcase face names.
9328 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9329 (Info-title-4-face):
9330 New backward-compatibility aliases for renamed faces.
9331 (Info-fontify-node): Use renamed info faces.
9332
9333 * hilit-chg.el (highlight-changes, highlight-changes-delete):
9334 Remove "-face" suffix from face names.
9335 (highlight-changes-face, highlight-changes-delete-face):
9336 New backward-compatibility aliases for renamed faces.
9337 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
9338 (hilit-chg-make-list): Use renamed highlight-changes faces.
9339
9340 * generic-x.el (show-tabs-tab, show-tabs-space):
9341 Remove "-face" suffix from face names.
9342 (show-tabs-tab-face, show-tabs-space-face):
9343 New backward-compatibility aliases for renamed faces.
9344 (show-tabs-generic-mode-font-lock-defaults-1)
9345 (show-tabs-generic-mode-font-lock-defaults-2):
9346 Use renamed show-tabs faces.
9347
9348 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
9349 (smerge-markers): Remove "-face" suffix from face names.
9350 (smerge-mine-face, smerge-other-face, smerge-base-face)
9351 (smerge-markers-face):
9352 New backward-compatibility aliases for renamed faces.
9353 (smerge-mine-face, smerge-other-face, smerge-base-face)
9354 (smerge-markers-face): Use renamed smerge faces.
9355
9356 * log-view.el (log-view-file, log-view-message): Remove "-face"
9357 suffix from face names.
9358 (log-view-file-face, log-view-message-face):
9359 New backward-compatibility aliases for renamed faces.
9360 (log-view-file-face, log-view-message-face): Use renamed log-view
9361 faces.
9362
9363 * paren.el (show-paren-match, show-paren-mismatch):
9364 Remove "-face" suffix from face names.
9365 (show-paren-match-face, show-paren-mismatch-face):
9366 New backward-compatibility aliases for renamed faces.
9367 (show-paren-function): Use renamed show-paren faces.
9368
9369 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
9370 (ruler-mode-margins, ruler-mode-fringes)
9371 (ruler-mode-column-number, ruler-mode-fill-column)
9372 (ruler-mode-comment-column, ruler-mode-goal-column)
9373 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
9374 suffix from face names.
9375 (ruler-mode-default-face, ruler-mode-pad-face)
9376 (ruler-mode-margins-face, ruler-mode-fringes-face)
9377 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
9378 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
9379 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
9380 New backward-compatibility aliases for renamed faces.
9381 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
9382 (ruler-mode-column-number, ruler-mode-fill-column)
9383 (ruler-mode-comment-column, ruler-mode-goal-column)
9384 (ruler-mode-tab-stop, ruler-mode-current-column)
9385 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
9386 faces.
9387
9388 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
9389 face name.
9390 (whitespace-highlight-the-space): Use renamed face.
9391 (whitespace-highlight-face): New backward-compatibility alias for
9392 renamed face.
9393
9394 * woman.el (woman-italic, woman-bold, woman-unknown)
9395 (woman-addition, woman-symbol-face):
9396 Remove "-face" suffix from face names.
9397 (woman-italic-face, woman-bold-face, woman-unknown-face)
9398 (woman-addition-face):
9399 New backward-compatibility aliases for renamed faces.
9400 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
9401 (woman-decode-region, woman-replace-match)
9402 (woman-display-extended-fonts, woman-special-characters)
9403 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
9404 Use renamed woman faces.
9405
9406 * longlines.el (longlines-visible-face): Face removed.
9407
9408 * diff-mode.el (diff-header, diff-file-header, diff-index)
9409 (diff-hunk-header, diff-removed, diff-added, diff-changed)
9410 (diff-function, diff-context, diff-nonexistent): Remove "-face"
9411 suffix from face names.
9412 (diff-header-face, diff-file-header-face, diff-index-face)
9413 (diff-hunk-header-face, diff-removed-face, diff-added-face)
9414 (diff-changed-face, diff-function-face, diff-context-face)
9415 (diff-nonexistent-face): New backward-compatibility aliases for
9416 renamed faces.
9417 (diff-header-face, diff-file-header-face)
9418 (diff-index, diff-index-face, diff-hunk-header)
9419 (diff-hunk-header-face, diff-removed, diff-removed-face)
9420 (diff-added, diff-added-face, diff-changed-face, diff-function)
9421 (diff-function-face, diff-context-face, diff-nonexistent)
9422 (diff-nonexistent-face): Use renamed diff-mode faces.
9423
9424 * progmodes/compile.el (compilation-warning-face)
9425 (compilation-info-face): Remove "-face" suffix from face names.
9426 (compilation-warning-face, compilation-info-face):
9427 New backward-compatibility aliases for renamed faces.
9428 (compilation-warning-face, compilation-info-face):
9429 Use renamed compilation faces.
9430
9431 * add-log.el (change-log-date, change-log-name)
9432 (change-log-email, change-log-file, change-log-list)
9433 (change-log-conditionals, change-log-function)
9434 (change-log-acknowledgement): Remove "-face" suffix from face names.
9435 (change-log-date-face, change-log-name-face)
9436 (change-log-email-face, change-log-file-face)
9437 (change-log-list-face, change-log-conditionals-face)
9438 (change-log-function-face, change-log-acknowledgement-face):
9439 New backward-compatibility aliases for renamed faces.
9440 (change-log-font-lock-keywords): Use renamed change-log faces.
9441
9442 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
9443 (custom-set, custom-changed, custom-saved, custom-button)
9444 (custom-button-pressed, custom-documentation, custom-state)
9445 (custom-comment, custom-comment-tag, custom-variable-tag)
9446 (custom-variable-button, custom-face-tag, custom-group-tag-1)
9447 (custom-group-tag): Remove "-face" suffix from face names.
9448 (custom-magic-alist, custom-magic-value-create)
9449 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
9450 (custom-invalid-face, custom-rogue-face, custom-modified-face)
9451 (custom-set-face, custom-changed-face, custom-saved-face)
9452 (custom-button-face, custom-button-pressed-face)
9453 (custom-documentation-face, custom-state-face)
9454 (custom-comment-face, custom-comment-tag-face)
9455 (custom-variable-tag-face, custom-variable-button-face)
9456 (custom-face-tag-face, custom-group-tag-face-1)
9457 (custom-group-tag-face):
9458 New backward-compatibility aliases for renamed faces.
9459
9460 * wid-edit.el (widget-documentation, widget-button)
9461 (widget-field, widget-single-line-field, widget-inactive)
9462 (widget-button-pressed): "-face" suffix removed from face names.
9463 (widget-documentation-face, widget-button-face)
9464 (widget-field-face, widget-single-line-field-face)
9465 (widget-inactive-face, widget-button-pressed-face):
9466 New backward-compatibility aliases for renamed faces.
9467 (widget-documentation-face, widget-button-face)
9468 (widget-button-pressed-face, widget-specify-field)
9469 (widget-specify-inactive): Use renamed widget faces.
9470
9471 2005-06-10 Kenichi Handa <handa@m17n.org>
9472
9473 * term/x-win.el (x-clipboard-yank): Remove condition-case
9474 wrapping.
9475
9476 2005-06-11 Kenichi Handa <handa@m17n.org>
9477
9478 * add-log.el (change-log-font-lock-keywords): Make the regexp for
9479 date lines stricter.
9480
9481 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
9482
9483 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
9484 of x-get-selection.
9485
9486 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
9487
9488 * comint.el (comint-mode, comint-snapshot-last-prompt):
9489 * frame.el (frame-current-scroll-bars):
9490 * term.el (term-mode, term-check-proc, term-input-sender)
9491 (term-simple-send, term-extract-string, term-word)
9492 (term-match-partial-filename):
9493 * window.el (window-current-scroll-bars):
9494 * emulation/cua-base.el (cua-normal-cursor-color)
9495 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
9496 (cua-global-mark-cursor-color):
9497 * mail/undigest.el (rmail-forward-separator-regex):
9498 Fix typos in docstrings.
9499
9500 * comint.el (comint-check-proc, make-comint-in-buffer)
9501 (comint-source-default): Doc fixes.
9502
9503 * term.el (term-send-string): Improve argument/docstring consistency.
9504
9505 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
9506
9507 * comint.el (comint-send-input): Bind `inhibit-read-only' around
9508 call to `delete-region'.
9509 (comint-mode-hook): Do not enable Font Lock by default.
9510
9511 2005-06-09 Lute Kamstra <lute@gnu.org>
9512
9513 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
9514 could be void.
9515
9516 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9517
9518 * emacs-lisp/debug.el (debugger-will-be-back): New var.
9519 (debug): Use it.
9520 (debugger-step-through, debugger-continue, debugger-jump)
9521 (debugger-return-value): Set it when needed.
9522 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
9523 Use inhibit-read-only.
9524
9525 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
9526
9527 * window.el (shrink-window-if-larger-than-buffer)
9528 (window-size-fixed): Fix typo in docstring.
9529
9530 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
9531 thumbnails directory on loading.
9532 (thumbs-conversion-program): Use `eq' to check the system type,
9533 not `equal'.
9534 (thumbs-temp-dir): Initialize to `temporary-file-directory',
9535 not "/tmp". Fix docstring.
9536 (thumbs-thumbsdir): New function to return the thumbnails
9537 directory, creating it if needed.
9538 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
9539 (thumbs-temp-file): Delete variable and make it into a function.
9540 (thumbs-resize-image, thumbs-modify-image): Use it.
9541 (thumbs-kill-buffer): Simplify.
9542 (thumbs-gensym): Defalias or duplicate CL `gensym'.
9543 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
9544 docstrings.
9545
9546 2005-06-09 Kim F. Storm <storm@cua.dk>
9547
9548 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
9549 set-match-data to free markers in match-data.
9550
9551 * replace.el (replace-match-data): Pass RESEAT arg `t' to
9552 match-data to unchain markers in match-data.
9553
9554 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9555
9556 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
9557 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
9558 unnecessary now.
9559
9560 2005-06-08 Richard M. Stallman <rms@gnu.org>
9561
9562 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
9563 give the variable a doc string that doesn't say don't set it directly.
9564
9565 * textmodes/ispell.el (ispell-check-version):
9566 Use match-string-no-properties.
9567 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
9568 (ispell-buffer-local-words): Likewise.
9569
9570 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
9571 except on terminals with enough colors to really display it.
9572 (makefile-dependency-regex): Delete spurious `bb'.
9573
9574 * faces.el (escape-glyph): Use blue once again in last case.
9575 (no-break-space): Redefine so that it isn't invisible on a tty.
9576
9577 2005-06-08 Kim F. Storm <storm@cua.dk>
9578
9579 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
9580 also when reading directory name.
9581
9582 2005-06-08 Lute Kamstra <lute@gnu.org>
9583
9584 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
9585 (flyspell-mode-line-string): Remove autoload cookie.
9586 (flyspell-mode): Remove defvar.
9587
9588 2005-06-07 Lute Kamstra <lute@gnu.org>
9589
9590 * textmodes/org.el (org-run-mode-hooks): New function.
9591 (org-agenda-mode): Use it.
9592
9593 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
9594
9595 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
9596
9597 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9598
9599 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
9600
9601 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
9602
9603 * font-lock.el (font-lock-add-keywords): Doc fix.
9604
9605 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9606
9607 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
9608 (tex-compile-default): In the absence of any history, use the order in
9609 tex-compile-alist to choose the preferred command.
9610 (tex-compile-commands): Reorder a bit.
9611
9612 * textmodes/flyspell.el (flyspell-auto-correct-binding)
9613 (flyspell-incorrect-face, flyspell-duplicate-face):
9614 Use (X)Emacs-agnostic code.
9615 (flyspell-mode-map): Don't overwrite at each load. Remove code
9616 redundant with the subsequent add-minor-mode. Merge Emacs and
9617 XEmacs code.
9618 (flyspell-word): Minor simplification.
9619 (flyspell-math-tex-command-p): Quieten the byte-compiler.
9620 (flyspell-external-point-words): Remove unused vars `size' and `start'.
9621 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
9622 Merge the corresponding Emacs code.
9623 (flyspell-correct-word, flyspell-xemacs-popup):
9624 Use flyspell-do-correct.
9625
9626 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
9627 a dedicated window.
9628
9629 * international/latexenc.el (latexenc-find-file-coding-system):
9630 Undo part of last patch, to turn off a compiler warning.
9631
9632 2005-06-06 Juri Linkov <juri@jurta.org>
9633
9634 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
9635 Rename `tmm-inactive-face' to `tmm-inactive'.
9636
9637 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
9638
9639 * iswitchb.el: Rename faces.
9640
9641 2005-06-06 Kim F. Storm <storm@cua.dk>
9642
9643 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
9644 (cua-global-mark): Remove -face suffix from face names.
9645
9646 * emulation/cua-gmrk.el (cua--init-global-mark):
9647 Remove cua-global-mark face setup.
9648
9649 2005-06-06 Richard M. Stallman <rms@gnu.org>
9650
9651 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
9652 just like other allowed characters.
9653 (makefile-match-dependency): Exclude leading and training whitespace
9654 from the range of regexp subexp 1.
9655 (makefile-macroassign-regex): Don't try to match the body,
9656 just the name of the macro being defined.
9657
9658 * info.el (Info-read-node-name-2): New function.
9659 (Info-read-node-name-1): Use that.
9660 Add a completion-base-size-function property.
9661
9662 * simple.el (completion-setup-function): Look for
9663 completion-base-size-function property of minibuffer-completion-table.
9664
9665 * files.el (locate-file-completion): Doc fix.
9666
9667 * printing.el: Don't call pr-update-menus; user must do that.
9668
9669 * emacs-lisp/debug.el (debugger-window): New variable.
9670 (debug): Use debugger-window if it is set and still alive.
9671 Record debugger-window for next entry.
9672
9673 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
9674
9675 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
9676
9677 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
9678 (hack-one-local-variable, hack-local-variables)
9679 (hack-local-variables-prop-line): Pass that arg.
9680
9681 2005-06-06 Kim F. Storm <storm@cua.dk>
9682
9683 * ido.el (ido-first-match, ido-only-match, ido-subdir)
9684 (ido-indicator): Remove -face suffix from face names.
9685
9686 2005-06-06 Juri Linkov <juri@jurta.org>
9687
9688 * font-lock.el (font-lock-regexp-backslash)
9689 (font-lock-regexp-backslash-construct): New faces.
9690 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
9691 after `('. Add `while-no-input' to control structures.
9692
9693 * faces.el (no-break-space, shadow): New faces.
9694 (escape-glyph): Use less loud colors pink2 and red4.
9695
9696 * diff-mode.el (diff-context-face)
9697 * dired.el (dired-ignored)
9698 * rfn-eshadow.el (file-name-shadow)
9699 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
9700
9701 * info.el (Info-title-1-face): Use green instead of yellow because
9702 bold yellow is not readable on light backgrounds.
9703
9704 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
9705 before selecting the desired mode to not spend time fontifying
9706 old contents.
9707
9708 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
9709
9710 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
9711 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
9712
9713 * ps-print.el (ps-default-fg, ps-default-bg):
9714 Fix typos in docstrings.
9715
9716 * isearchb.el (isearchb): Don't pass a spurious second argument to
9717 `iswitchb-completions'.
9718
9719 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
9720
9721 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
9722 to preserve point.
9723 (gdb-find-file-hook): Add doc string.
9724
9725 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
9726 C dereferenced pointer expression.
9727 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
9728
9729 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
9730
9731 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
9732 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
9733 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
9734 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
9735 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
9736 Make background transparent.
9737
9738 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
9739
9740 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
9741 (font-lock-remove-keywords): Doc fix.
9742 (font-lock-mode-major-mode): Compiler defvar.
9743 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
9744
9745 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
9746 (font-lock-mode): Update `font-lock-mode-major-mode'.
9747 (font-lock-set-defaults): Compiler defvar.
9748 (font-lock-default-function): Take `font-lock-mode-major-mode'
9749 into account.
9750
9751 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
9752 keep track of which major mode it enabled the minor mode for.
9753 Use find-file-hook again. Update docstring.
9754
9755 * simple.el (eval-expression-print-level)
9756 (eval-expression-print-length, eval-expression-debug-on-error):
9757 Doc fixes.
9758
9759 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
9760
9761 * iswitchb.el (iswitchb-single-match-face)
9762 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
9763 (iswitchb-invalid-regexp-face): New faces.
9764 (iswitchb-completions): Use them.
9765 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
9766 now marked as an obsolete alias.
9767 (iswitchb-read-buffer): Remove check for bound font variables.
9768 (iswitchb-invalid-regexp): New free variable.
9769 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
9770 set iswitchb-invalid-regexp.
9771 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
9772 invalid regexps.
9773 (iswitchb-completions): Add check for complete match when entering
9774 a regexp.
9775 (iswitchb-completions): Remove require-match argument.
9776 (iswitchb-exhibit): Fix caller.
9777 (iswitchb-common-match-inserted): New variable.
9778 (iswitchb-complete, iswitchb-completion-help): Use it.
9779
9780 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
9781
9782 * url-http.el (url-http-chunked-encoding-after-change-function):
9783 Use `url-http-debug' instead of `message'.
9784
9785 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
9786
9787 * url-http.el (url-http-parse-headers): Pass redirected URL as a
9788 callback argument.
9789
9790 2005-06-04 Kim F. Storm <storm@cua.dk>
9791
9792 * simple.el (line-move): Only call sit-for when moving backwards.
9793
9794 * ido.el (ido-make-merged-file-list-1): New defun split from
9795 ido-make-merged-file-list.
9796 (ido-make-merged-file-list): Bind throw-on-input around call to
9797 ido-make-merged-file-list-1. Return input-pending-p if
9798 interrupted by more input available.
9799 (ido-read-internal): Handle input-pending-p return value from
9800 ido-make-merged-file-list.
9801
9802 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9803
9804 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
9805 compatibility code.
9806
9807 * international/latexenc.el (latexenc-find-file-coding-system):
9808 Don't inherit the EOL part of the coding-system from the
9809 tex-main buffer. Fit within 80 columns.
9810
9811 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
9812
9813 * tmm.el (tmm-inactive-face): New face.
9814 (tmm-remove-inactive-mouse-face): New function.
9815 (tmm-prompt, tmm-add-one-shortcut)
9816 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
9817 but not selectable.
9818
9819 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
9820
9821 * faces.el (face-equal): Improve argument/docstring consistency.
9822
9823 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
9824
9825 * progmodes/make-mode.el (makefile-targets-face)
9826 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
9827 (makefile-bsdmake-dependency-regex)
9828 (makefile-makepp-rule-action-regex)
9829 (makefile-bsdmake-rule-action-regex): New constants.
9830 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
9831
9832 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9833 Allow (...) within `...' for makepp messages.
9834
9835 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
9836
9837 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
9838
9839 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
9840 "." files are deleted from all file lists before comparison.
9841
9842 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
9843 (viper-ESC-key): Made them customizable.
9844
9845 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
9846
9847 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
9848
9849 * autorevert.el (auto-revert-buffers): Use save-match-data.
9850
9851 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9852
9853 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
9854 menu items with a nil command binding.
9855
9856 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
9857
9858 * emacs-lisp/cl-macs.el (defsetf):
9859 Improve argument/docstring consistency.
9860
9861 * faces.el (list-faces-display): Improve the formatting by
9862 computing the maximum length required for any face-name (reworked
9863 patch of 1999-01-11, accidentally deleted on 1999-07-21).
9864 (internal-find-face): Remove redundant info in docstring.
9865
9866 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
9867
9868 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
9869 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
9870 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
9871 (gdb-assembler-custom): Improve regexps.
9872 (def-gdb-auto-update-handler): Use window point to preserve point.
9873
9874 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9875
9876 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
9877
9878 2005-05-31 Jay Belanger <belanger@truman.edu>
9879
9880 * calc/calc-embed.el (calc-embedded-word): Change argument passed
9881 to calc-embedded.
9882 (calc-embedded-make-info): Have plain prefix argument select
9883 entire line.
9884
9885 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
9886
9887 * faces.el (list-faces-display): Signal error if passed a regexp
9888 that matches no face name.
9889
9890 * simple.el (filter-buffer-substring): Fix typo in docstring.
9891
9892 2005-05-31 Richard M. Stallman <rms@gnu.org>
9893
9894 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
9895 (vhdl-emacs-21): Doc fix.
9896 (vhdl-mode): Unconditionally set comment-padding.
9897 (vhdl-fixup-whitespace-region): Insert spaces only where
9898 there are none.
9899 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
9900
9901 2005-05-30 John Wiegley <johnw@newartisans.com>
9902
9903 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
9904 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
9905 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
9906 `directory-sep-char' to ?/, and all uses of `string-to-int' to
9907 `string-to-number'.
9908
9909 2005-05-30 Jay Belanger <belanger@truman.edu>
9910
9911 * calc/calc.el (calc-bug-address): Fix docstring.
9912 (calc-window-hook, calc-trail-window-hook): New variables.
9913 (calc-trail-display): Restore use of calc-trail-window-hook.
9914 (calc): Restore use of calc-window-hook.
9915
9916 2005-05-31 Masatake YAMATO <jet@gyve.org>
9917
9918 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
9919
9920 * help-fns.el (help-C-file-name): Add autoload mark for
9921 `find-function-noselect'.
9922
9923 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9924
9925 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
9926 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
9927
9928 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
9929
9930 * calendar/diary-lib.el (mark-included-diary-files): Only kill
9931 included diary buffer if it was not already being visited.
9932 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
9933
9934 * calendar/icalendar.el (top-level): Do not require 'appt.
9935
9936 * mail/supercite.el (sc-select-attribution): Only use a list
9937 element from sc-attrib-selection-list if it returns a string.
9938 Reported by Davide G. M. Salvetti <salve@debian.org>.
9939
9940 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
9941
9942 * thumbs.el (thumbs-thumbname): The resulting thumbname now
9943 includes a hash value to improve its uniqueness, and has a ".jpg"
9944 extension. Also, it is now a valid filename on all systems.
9945 (thumbs-make-thumb): Use `let', not `let*'.
9946 (thumbs-show-thumbs-list): Check for JPEG availability.
9947
9948 2005-05-30 Richard M. Stallman <rms@gnu.org>
9949
9950 * filesets.el (filesets-menu-ensure-use-cached):
9951 Prevent warning when emacs-version>= is undefined.
9952
9953 * printing.el (pr-interactive-n-up): Use string-to-number.
9954
9955 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
9956
9957 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
9958 Warn only when name to be defined is quoted.
9959
9960 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
9961
9962 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
9963 Make regexp more robust.
9964 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
9965 Force regeneration of disassembly.
9966
9967 2005-05-29 Jay Belanger <belanger@truman.edu>
9968
9969 * calc/calc.el (calc-user-invocation): Check if
9970 calc-invocation-macro is non-nil.
9971
9972 2005-05-29 Juri Linkov <juri@jurta.org>
9973
9974 * add-log.el (change-log-font-lock-keywords):
9975 Add `+' to e-mail regexp to accept mail address with keywords.
9976
9977 * man.el (Man-name-regexp): Add `:' to accept qualified names.
9978
9979 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
9980
9981 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
9982
9983 * ielm.el (inferior-emacs-lisp-mode): Ditto.
9984
9985 2005-05-29 Richard M. Stallman <rms@gnu.org>
9986
9987 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
9988 Undo the change that moves to end of the current word.
9989
9990 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
9991
9992 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
9993 Throw error when count <= 0 to ensure input is a number.
9994 (gdb-read-memory-custom): Pick up address from buffer.
9995 (gdb-memory-mode): Allow user to increment and decrement
9996 memory address from header line.
9997
9998 2005-05-29 Richard M. Stallman <rms@gnu.org>
9999
10000 * flyspell.el (flyspell-version): Function deleted.
10001 (flyspell-auto-correct-previous-hook): Doc fix.
10002
10003 * jit-lock.el (jit-lock-function, jit-lock-after-change):
10004 Do nothing if memory is full.
10005
10006 * font-lock.el (font-lock-fontify-syntactically-region):
10007 Pass t for GREEDY to looking-back.
10008
10009 * saveplace.el (save-place-alist-to-file): Write the file
10010 using write-region.
10011
10012 * subr.el (looking-back): New argument GREEDY.
10013
10014 * progmodes/compile.el (compilation-start): Set the mode
10015 before inserting the initial text.
10016
10017 * progmodes/which-func.el (which-func-update-1): Turn the mode
10018 off in case of error by setting which-func-mode.
10019
10020 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
10021
10022 * flyspell.el (flyspell-auto-correct-previous-word):
10023 Narrow down to what's on the screen, and recenter overlays
10024 at the end of the next word.
10025
10026 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
10027
10028 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
10029 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
10030 (flyspell-abbrev-p): Default to nil.
10031 (flyspell-use-global-abbrev-table-p): Doc fix.
10032 (flyspell-large-region): Allow nil as value.
10033 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
10034
10035 (mail-mode-flyspell-verify): More robust handling
10036 of `mail-header-separator'. More efficient signature detection.
10037 Allow for regexp metacharacters in message-header-separator.
10038 Adding `To' not to be checked in mail-mode-flyspell-verify.
10039
10040 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
10041 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
10042 Bind flyspell-auto-correct-binding.
10043 Bind C-. and C-, .
10044 (flyspell-mode-map): Likewise.
10045 (flyspell-mode): Doc fix.
10046 (flyspell-accept-buffer-local-defs): Preserve current buffer.
10047 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
10048 (flyspell-word-cache-result): New var, always local.
10049 (flyspell-check-pre-word-p): Doc fix.
10050 (flyspell-check-changed-word-p): Handle spc like newline.
10051 (flyspell-post-command-hook): Set flyspell-word-cache-result.
10052 (flyspell-word-search-backward, flyspell-word-search-forward):
10053 New functions.
10054 (flyspell-word): Return t if nothing to check.
10055 When parsing TeX code, check for after } or \.
10056 Use flyspell-word-search-backward to find previous word.
10057 Return nil if duplicated word.
10058 For word already checked, return same value as last time.
10059 Set flyspell-word-cache-result after checking.
10060 Don't clobber the return value.
10061 (flyspell-get-word): Major rewrite.
10062 (flyspell-external-point-words): New locals pword, pcount.
10063 Fix size used in progress message.
10064 Find the proper corresponding word in flyspell-large-region-buffer.
10065 (flyspell-region): Check for flyspell-large-region = nil.
10066 (flyspell-highlight-incorrect-region): Clean up overlays in region.
10067 (flyspell-auto-correct-word): Check that WORD is a cons.
10068 (flyspell-correct-word): Likewise.
10069
10070 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
10071
10072 * progmodes/make-mode.el (makefile-rule-action-regex)
10073 (makefile-macroassign-regex, makefile-makepp-mode)
10074 (makefile-bsdmake-mode): Continuation lines may be empty.
10075 Reported by Joshua Varner.
10076 (makefile-makepp-font-lock-keywords): Add $(stem).
10077
10078 2005-05-28 Karl Berry <karl@gnu.org>
10079
10080 * textmodes/tex-mode.el: Now that tex-send-command calls
10081 shell-quote-argument (2005-03-31 change), remove all calls to
10082 shell-quote-argument; they all end up invoking tex-send-command.
10083 The double quoting loses on filenames with non-safe characters,
10084 such as "@". Reported by Frederik Fouvry.
10085
10086 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
10087
10088 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
10089 about preserving point.
10090
10091 2005-05-27 Jay Belanger <belanger@truman.edu>
10092
10093 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
10094 Info-goto-node.
10095
10096 * calc/calc-embed.el (calc-embed-arg): New variable.
10097 (calc-do-embedded-activate, calc-embedded-activate-formula)
10098 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
10099 variable by new variable.
10100 (calc-embedded-make-info): Replace undeclared variable by new
10101 variable. When selecting region with positive prefix
10102 argument, use end of previous line instead of beginning of line.
10103
10104 * calc/calc-aent.el (calc-arg-values): Declare it.
10105
10106 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
10107 Declare them.
10108
10109 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
10110
10111 * calc/calc.el (calc-alg-map): Declare it.
10112
10113 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
10114
10115 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
10116
10117 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
10118 (gdb-registers-buffer, toggle-gdb-all-registers):
10119 Toggle display of floating point registers.
10120 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
10121
10122 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
10123 (toggle-gud-tooltip-dereference):
10124 Rename from gud-toggle-tooltip-dereference.
10125
10126 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10127
10128 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
10129
10130 2005-05-27 Jay Belanger <belanger@truman.edu>
10131
10132 * calc/calc-prog.el (calc-kbd-report): Remove.
10133 (calc-kbd-query): Rewrite.
10134
10135 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
10136
10137 * image.el (image-library-alist): Move to image.c.
10138 (image-type-available-p): Doc fix.
10139
10140 2005-05-27 Lute Kamstra <lute@gnu.org>
10141
10142 * calc/calc.el (calc):
10143 * outline.el (outline-1, outline-2, outline-3, outline-4)
10144 (outline-5, outline-6, outline-7, outline-8):
10145 * textmodes/dns-mode.el (dns-mode):
10146 * textmodes/sgml-mode.el (sgml-namespace-face):
10147 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
10148 (tex-verbatim-face, tex-use-reftex):
10149 * textmodes/texinfo.el (texinfo-heading-face):
10150 Specify customization group.
10151
10152 * longlines.el: Don't require easy-mmode.
10153 (longlines-visible-face): Specify customization group.
10154
10155 2005-05-27 Kenichi Handa <handa@m17n.org>
10156
10157 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
10158 encoding table of windows-1251.
10159
10160 * international/ucs-tables.el (ucs-set-table-for-input):
10161 If translation-table-for-input of a coding system is a symbol, get
10162 its translation-table property.
10163
10164 * international/code-pages.el: Don't register a coding system into
10165 non-iso-charset-alist more than once.
10166 (cp-make-coding-system): Likewise.
10167
10168 2005-05-26 John Wiegley <johnw@newartisans.com>
10169
10170 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
10171 `eshell-resume-eval' is wrapped in a list, it indicates that the
10172 command was run asynchronously. In that case, unwrap the value
10173 before checking the delimiter value.
10174
10175 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
10176 character before a space at the end of a line is \, assume the space
10177 is part of the last argument rather than a final argument separator.
10178
10179 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
10180 is in use, and the target is `t' or `nil' (which are the most common
10181 values), don't assume that the symbol target is a buffer.
10182
10183 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
10184
10185 * calendar/calendar.el (calendar-mode-line-format):
10186 Use mode-line-highlight as mouse-face.
10187
10188 * time.el (display-time-string-forms, display-time-update):
10189 Use mode-line-highlight as mouse-face.
10190
10191 2005-05-26 Jay Belanger <belanger@truman.edu>
10192
10193 * calc/calc.el (calc-language-alist): Remove extra defvar.
10194
10195 2005-05-26 Lute Kamstra <lute@gnu.org>
10196
10197 * arc-mode.el (archive-mode):
10198 * bookmark.el (bookmark-read-annotation-mode)
10199 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
10200 * bs.el (bs-mode):
10201 * calc/calc-yank.el (calc-edit-mode):
10202 * calc/calc.el (calc-mode, calc-trail-mode):
10203 * calculator.el (calculator-mode):
10204 * chistory.el (command-history-mode):
10205 * comint.el:
10206 * cus-edit.el (custom-mode):
10207 * descr-text.el (describe-text-mode):
10208 * ebuff-menu.el (Electric-buffer-menu-mode):
10209 * ediff-util.el (ediff-mode):
10210 * emacs-lisp/re-builder.el (reb-mode):
10211 * emulation/vi.el (vi-mode-setup):
10212 * emulation/ws-mode.el (wordstar-mode):
10213 * eshell/esh-mode.el (eshell-mode):
10214 * forms.el (forms-mode):
10215 * help-mode.el (help-mode):
10216 * hexl.el (hexl-mode):
10217 * ibuffer.el (ibuffer-mode):
10218 * ielm.el (inferior-emacs-lisp-mode):
10219 * info.el (Info-mode, Info-edit-mode):
10220 * international/swedish.el:
10221 * ledit.el (ledit-from-lisp-mode):
10222 * locate.el (locate-mode):
10223 * mail/rmail.el (rmail-mode):
10224 * mail/rmailedit.el (rmail-edit-mode):
10225 * mail/rmailsum.el (rmail-summary-mode):
10226 * mail/supercite.el (sc-electric-mode):
10227 * net/eudc.el (eudc-mode):
10228 * net/quickurl.el (quickurl-list-mode):
10229 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
10230 * obsolete/ooutline.el (outline-mode):
10231 * obsolete/options.el (Edit-options-mode):
10232 * obsolete/rnews.el (news-mode):
10233 * obsolete/rnewspost.el (news-reply-mode):
10234 * play/5x5.el (5x5-mode):
10235 * play/decipher.el (decipher-mode, decipher-stats-mode):
10236 * play/gomoku.el (gomoku-mode):
10237 * play/snake.el (snake-mode):
10238 * play/solitaire.el (solitaire-mode):
10239 * play/tetris.el (tetris-mode):
10240 * progmodes/ada-mode.el (ada-mode):
10241 * progmodes/antlr-mode.el (antlr-mode):
10242 * progmodes/autoconf.el (autoconf-mode):
10243 * progmodes/dcl-mode.el (dcl-mode):
10244 * progmodes/delphi.el (delphi-mode):
10245 * progmodes/ebrowse.el (ebrowse-tree-mode)
10246 (ebrowse-electric-list-mode, ebrowse-member-mode)
10247 (ebrowse-electric-position-mode):
10248 * progmodes/f90.el (f90-mode):
10249 * progmodes/fortran.el (fortran-mode):
10250 * progmodes/icon.el (icon-mode):
10251 * progmodes/idlw-help.el (idlwave-help-mode):
10252 * progmodes/idlw-shell.el (idlwave-shell-mode):
10253 * progmodes/idlwave.el (idlwave-mode):
10254 * progmodes/inf-lisp.el (inferior-lisp-mode):
10255 * progmodes/m4-mode.el (m4-mode):
10256 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
10257 * progmodes/modula2.el (modula-2-mode):
10258 * progmodes/octave-inf.el (inferior-octave-mode):
10259 * progmodes/octave-mod.el (octave-mode):
10260 * progmodes/pascal.el (pascal-mode):
10261 * progmodes/sh-script.el (sh-mode):
10262 * progmodes/sql.el (sql-mode, sql-interactive-mode):
10263 * progmodes/vhdl-mode.el (vhdl-mode):
10264 * progmodes/xscheme.el (scheme-interaction-mode):
10265 * replace.el (occur-mode):
10266 * ses.el (ses-mode):
10267 * simple.el (completion-list-mode):
10268 * skeleton.el:
10269 * speedbar.el (speedbar-mode):
10270 * term.el (term-mode):
10271 * terminal.el (terminal-edit-mode):
10272 * textmodes/reftex-index.el (reftex-index-mode)
10273 (reftex-index-phrases-mode):
10274 * textmodes/reftex-sel.el (reftex-select-label-mode)
10275 (reftex-select-bib-mode):
10276 * textmodes/reftex-toc.el (reftex-toc-mode):
10277 * wdired.el (wdired-change-to-wdired-mode):
10278 * wid-browse.el (widget-browse-mode):
10279 Use run-mode-hooks.
10280
10281 * array.el (array-mode):
10282 * calendar/todo-mode.el (todo-mode):
10283 * man.el (Man-mode):
10284 * play/landmark.el (lm-mode):
10285 * play/mpuz.el (mpuz-mode):
10286 Use kill-all-local-variables and run-mode-hooks.
10287
10288 * subr.el (delay-mode-hooks): Specify indentation.
10289
10290 2005-05-26 Mark A. Hershberger <mah@everybody.org>
10291
10292 * xml.el (xml-substitute-special): Don't die for undefined xml
10293 entities.
10294
10295 2005-05-26 Jay Belanger <belanger@truman.edu>
10296
10297 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
10298 of nil.
10299
10300 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
10301
10302 * progmodes/gdb-ui.el (gdb-frame-address):
10303 Rename from gdb-current-address.
10304 (gdb-previous-frame-address): Rename from gdb-previous-address.
10305 (gdb-selected-frame): Rename from gdb-current-frame.
10306 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
10307 (gdb-frame-number): Rename from gdb-current-stack-level.
10308 (gdb-ann3): Match new mode-name for disassembly buffer.
10309 Extend initialization of variables.
10310 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
10311 (gdb-memory-mode): Use mouse-face in header line.
10312 (gdb-assembler-buffer-name): Call it disassembly and give frame
10313 in mode line.
10314 (gdb-source-spec-regexp, gdb-assembler-custom)
10315 (gdb-invalidate-assembler, gdb-frame-handler):
10316 Make robust to leading zeroes in address format.
10317
10318 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
10319
10320 * textmodes/org.el (org-mode): Use `define-derived-mode' to
10321 define `org-mode'.
10322 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
10323
10324 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10325
10326 * log-edit.el (log-edit-changelog-entries): Distinguish between
10327 filenames like xfns.c and fns.c.
10328
10329 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
10330
10331 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
10332 point after reverting.
10333 (Buffer-menu-make-sort-button): Handle the case where
10334 `Buffer-menu-use-header-line' is nil.
10335
10336 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
10337
10338 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
10339 New funcs. In minibuffer-local-completion-map bind `]', `/'
10340 and `:' to them.
10341
10342 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
10343
10344 * startup.el (normal-top-level): Allow modification of load-path while
10345 we're iterating over it.
10346
10347 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
10348
10349 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
10350 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
10351 (thumbs-resize-interactive, thumbs-insert-image)
10352 (thumbs-insert-thumb, thumbs-dired-show-marked)
10353 (thumbs-find-image-at-point, thumbs-delete-images)
10354 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
10355 (thumbs-increment-image-size, thumbs-decrement-image-size):
10356 Fix typos in docstrings.
10357
10358 2005-05-24 Andre Spiegel <spiegel@gnu.org>
10359
10360 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
10361 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
10362 (cperl-mode): Use them.
10363
10364 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
10365
10366 * window.el (quit-window, shrink-window-if-larger-than-buffer):
10367 Doc fixes.
10368
10369 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
10370
10371 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
10372 Bind C-d to gdb-inferior-io-eof.
10373
10374 * dired.el (dired-dnd-popup-notice): Use message-box.
10375
10376 2005-05-23 Masatake YAMATO <jet@gyve.org>
10377
10378 * bindings.el (mode-line-major-mode-keymap):
10379 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
10380
10381 * faces.el (mode-line-highlight): New face.
10382
10383 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
10384 as mouse-face.
10385
10386 * bindings.el (top-level, help-echo, mode-line-modified)
10387 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
10388 as mouse-face.
10389
10390 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
10391
10392 * progmodes/cc-engine.el (c-guess-basic-syntax):
10393 Remove spurious call to `zerop'.
10394
10395 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
10396
10397 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
10398
10399 CC Mode update to 5.30.10:
10400
10401 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
10402 could go past the limit in decoration level 2, thereby causing
10403 errors during interactive fontification.
10404
10405 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
10406 the file is evaluated interactively.
10407
10408 * cc-engine.el (c-guess-basic-syntax): Handle operator
10409 declarations somewhat better in C++.
10410
10411 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
10412 make use of `run-mode-hooks' which has been added in Emacs 21.1.
10413 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
10414 (awk-mode): Use it.
10415 (make-local-hook): Suppress warning about obsoleteness.
10416
10417 * cc-engine.el, cc-align.el, cc-cmds.el
10418 (c-append-backslashes-forward, c-delete-backslashes-forward)
10419 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
10420 Compensate for return value from `forward-line' when it has moved
10421 but not to a different line due to eob.
10422
10423 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
10424 `objc-method-intro' and `objc-method-args-cont'.
10425
10426 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
10427
10428 CC Mode update to 5.30.10:
10429
10430 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
10431 in the copyright statement. Incidentally, change "along with GNU
10432 Emacs" to "along with this program" where it occurs.
10433
10434 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
10435 so that it is interactive, hence can be found by M-x awk-mode
10436 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
10437 <gmorris+emacs@ast.cam.ac.uk>.
10438
10439 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
10440 Mode's regexps.
10441
10442 2005-05-23 Kevin Ryde <user42@zip.com.au>
10443
10444 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
10445 c-parse-state, to avoid a lisp error (on bad code).
10446
10447 2005-05-23 Lute Kamstra <lute@gnu.org>
10448
10449 * subr.el (font-lock-defaults): Remove defvar as it's already
10450 defined in font-core.el.
10451
10452 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
10453
10454 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
10455
10456 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
10457 more general and work when GDB variable "print pretty" is on,
10458 as with Emacs, for example.
10459
10460 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
10461
10462 * font-core.el: Update comment.
10463
10464 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
10465 Use `after-change-major-mode-hook' instead of `find-file-hook'.
10466
10467 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
10468
10469 2005-05-22 Eli Zaretskii <eliz@gnu.org>
10470
10471 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
10472 and `yank-handler' in the doc strings.
10473
10474 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10475
10476 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
10477
10478 2005-05-22 Richard M. Stallman <rms@gnu.org>
10479
10480 * help.el (describe-key): Move print-help-return-message call
10481 out of conditional.
10482
10483 * progmodes/etags.el (list-tags): Use with-no-warnings.
10484
10485 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
10486 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
10487 (starttls-extra-args, starttls-extra-arguments): Add defvars.
10488
10489 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
10490
10491 * language/viet-util.el (viet-viscii-nonascii-translation-table):
10492 Add defvar.
10493
10494 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
10495 Use defvar, not defconst.
10496
10497 * hexl.el (hexl-follow-line): Use with-no-warnings.
10498
10499 * emulation/tpu-extras.el: Use write-file-functions instead of
10500 write-file-hooks.
10501
10502 * dired.el (dired-font-lock-keywords): Fontify files with junk
10503 extensions even if marked by -F.
10504
10505 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
10506
10507 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
10508 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
10509 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
10510 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
10511 (concatenate, list-length, get*, getf, cl-remprop):
10512 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
10513 (etypecase, progv, lexical-let, lexical-let*)
10514 (multiple-value-bind, multiple-value-setq, shiftf):
10515 Improve argument/docstring consistency.
10516
10517 * subr.el (focus-frame, unfocus-frame):
10518 Revert deletion on 2005-05-01.
10519
10520 2005-05-22 Andre Spiegel <spiegel@gnu.org>
10521
10522 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
10523 doesn't exist.
10524
10525 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
10526 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
10527
10528 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
10529
10530 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
10531 already deleted variables: auto-fill-hook, blink-paren-hook,
10532 lisp-indent-hook, inhibit-local-variables, unread-command-event,
10533 suspend-hooks, comment-indent-hook, meta-flag,
10534 before-change-function, after-change-function,
10535 font-lock-doc-string-face.
10536
10537 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
10538
10539 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
10540
10541 2005-05-21 Eli Zaretskii <eliz@gnu.org>
10542
10543 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
10544 rmail-dont-reply-to.
10545
10546 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10547
10548 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
10549 literal blank when splitting new-header-values.
10550
10551 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
10552
10553 * calendar/cal-menu.el (cal-menu-update): Add separator as a
10554 string so that tmm doesn't create a completion entry for it.
10555
10556 * textmodes/table.el (table-disable-menu): Ditto.
10557
10558 2005-05-21 Richard M. Stallman <rms@gnu.org>
10559
10560 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
10561
10562 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
10563
10564 * net/rcompile.el (remote-compile): Use compilation-start.
10565
10566 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
10567
10568 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
10569
10570 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
10571 Default to makefile-bsdmake-mode on BSD systems.
10572
10573 * imenu.el (imenu-generic-expression, imenu--generic-function'):
10574 REGEXP may also be a search function now. The part of doc-string
10575 for describing the structure was 95% identical to that of
10576 `imenu--generic-function'. Unify it there.
10577
10578 * progmodes/make-mode.el (makefile-imenu-generic-expression):
10579 Use function to find dependencies, because regexp alone is so complex,
10580 it easily goes into an endless loop.
10581 (makefile-makepp-mode): Also add submenu for Perl functions
10582 defined in the makefile.
10583 (makefile-bsdmake-mode): Special imenu-generic-expression no
10584 longer needed, due to function call.
10585 (makefile-match-dependency): Take BOUND into account when checking
10586 if we're through.
10587
10588 2005-05-20 Jay Belanger <belanger@truman.edu>
10589
10590 * calc/calc-units.el (calc-invalidate-units-table):
10591 Use inhibit-read-only.
10592 (math-build-units-table-buffer): Use view-mode.
10593
10594 2005-05-20 David Kastrup <dak@gnu.org>
10595
10596 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
10597 easy-menu-add is not a nop on Emacs; and clarify when to call it.
10598
10599 2005-05-20 Lute Kamstra <lute@gnu.org>
10600
10601 * diff-mode.el (diff-header-face, diff-file-header-face)
10602 (diff-index-face, diff-hunk-header-face, diff-removed-face)
10603 (diff-added-face, diff-changed-face, diff-function-face)
10604 (diff-context-face, diff-nonexistent-face): Put them in the
10605 diff-mode customization group.
10606
10607 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10608
10609 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
10610
10611 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
10612
10613 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
10614 Minor regexp-optimization.
10615
10616 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
10617
10618 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
10619 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
10620 (org-agenda-add-time-grid-maybe): New function.
10621 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
10622 (org-table-create): `dotimes' instead of `mapcar'.
10623 (org-xor): Simplify implementation.
10624 (org-agenda): `inhibit-redisplay' turned on.
10625 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
10626 a consistent line after a state change.
10627 (org-agenda-remove-times-when-in-prefix): New option.
10628 (org-prefix-has-time): New variable.
10629 (org-parse-time-string): Optional argument NODEFAULT.
10630 (org-format-agenda-item): Parse items for time-of-day
10631 specifications and move these into the prefix if possible.
10632 (org-agenda-priority): Get current heading, not previous heading
10633 during agenda remote editing.
10634
10635 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
10636
10637 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
10638 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
10639 (remove-duplicates, delete-duplicates, substitute)
10640 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
10641 (nsubstitute-if-not, find, find-if, find-if-not, position)
10642 (position-if, position-if-not, count, count-if, count-if-not)
10643 (mismatch, search, sort*, stable-sort, merge, member*)
10644 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
10645 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
10646 (intersection, nintersection, set-difference, nset-difference)
10647 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
10648 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
10649 (nsublis, tree-equal): Improve argument/docstring consistency.
10650
10651 * subr.el (send-string, send-region):
10652 Remove obsolescence declaration.
10653 (window-dot, set-window-dot, read-input, show-buffer)
10654 (eval-current-buffer, string-to-int):
10655 Add release number to obsolescence declarations.
10656
10657 2005-05-19 Kim F. Storm <storm@cua.dk>
10658
10659 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
10660 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
10661
10662 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
10663
10664 * faces.el (list-faces-display): Make back button respect optional
10665 regexp arg.
10666
10667 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
10668
10669 * calculator.el (calculator-radix-grouping-mode)
10670 (calculator-radix-grouping-digits, calculator-displayer)
10671 (calculator-radix-grouping-separator, calculator-copy-displayer):
10672 * dabbrev.el (dabbrev-search-these-buffers-only):
10673 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
10674 (diff-advance-after-apply-hunk, diff-mode-hook)
10675 (diff-minor-mode-prefix):
10676 * imenu.el (imenu-use-popup-menu):
10677 * jit-lock.el (jit-lock-context-time):
10678 * newcomment.el (comment-fill-column, comment-column)
10679 (comment-style, comment-padding, comment-multi-line)
10680 (comment-empty-lines, comment-auto-fill-only-comments):
10681 * reveal.el (reveal-around-mark):
10682 * uniquify.el (uniquify-buffer-name-style)
10683 (uniquify-after-kill-buffer-p)
10684 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
10685 (uniquify-min-dir-content, uniquify-separator)
10686 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
10687 * w32-vars.el (w32-fixed-font-alist):
10688 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
10689 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
10690 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
10691 * progmodes/perl-mode.el (perl-indent-level)
10692 (perl-continued-statement-offset, perl-continued-brace-offset)
10693 (perl-brace-offset, perl-brace-imaginary-offset)
10694 (perl-label-offset, perl-indent-continued-arguments)
10695 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
10696 * progmodes/tcl.el (tcl-indent-level)
10697 (tcl-continued-indent-level, tcl-auto-newline)
10698 (tcl-tab-always-indent, tcl-electric-hash-style)
10699 (tcl-help-directory-list, tcl-use-smart-word-finder)
10700 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
10701 (inferior-tcl-source-command):
10702 * textmodes/fill.el (enable-kinsoku):
10703 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
10704 * textmodes/table.el (table-yank-handler):
10705 Specify missing group (and type, if simple) in defcustom.
10706
10707 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
10708
10709 * progmodes/compile.el (compilation-finish-function): Fix defvar.
10710
10711 2005-05-19 Richard M. Stallman <rms@gnu.org>
10712
10713 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
10714
10715 * subr.el (event-basic-type): Don't get an error.
10716 (left-fringe-p): Function deleted.
10717
10718 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
10719 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
10720
10721 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
10722 in recursive copy.
10723
10724 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
10725
10726 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
10727
10728 * emacs-lisp/bytecomp.el
10729 (byte-compile-file-form-custom-declare-variable): Call
10730 byte-compile-nogroup-warn if appropriate.
10731
10732 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
10733 (compilation-set-window): Don't call left-fringe-p; do it directly.
10734
10735 2005-05-19 Jay Belanger <belanger@truman.edu>
10736
10737 * calc/calc-graph.el (calc-graph-format-data): Make sure
10738 var-PlotRejects is bound before trying to check its value.
10739
10740 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
10741
10742 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
10743 definition of this variable from reftex-global.el to reftex.el,
10744 because it is needed in the menu.
10745
10746 2005-05-19 Lute Kamstra <lute@gnu.org>
10747
10748 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
10749 years are fixed. Don't insert a space after a dash.
10750
10751 2005-05-19 Kim F. Storm <storm@cua.dk>
10752
10753 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
10754
10755 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
10756
10757 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
10758 strings, because (eq ... ?\\) is fairly frequent.
10759
10760 * progmodes/make-mode.el (makefile-add-this-line-targets):
10761 Simplify and integrate into `makefile-pickup-targets'.
10762 (makefile-add-this-line-macro): Simplify and integrate into
10763 `makefile-pickup-macros.
10764 (makefile-pickup-filenames-as-targets): Simplify.
10765 (makefile-previous-dependency, makefile-match-dependency):
10766 Don't stumble over `::'.
10767
10768 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
10769
10770 * subr.el (post-command-idle-hook, post-command-idle-delay):
10771 Remove obsoletion of post-command-idle-hook and
10772 post-command-idle-delay.
10773
10774 * faces.el (list-faces-display): Provide button when describe-face
10775 is called to take user back to the list of faces.
10776
10777 * help-fns.el (describe-variable): Remove hyperlinks in a
10778 variable's value as these are quite frequently inappropriate.
10779
10780 * follow.el (follow-submit-feedback, follow-mode):
10781 Remove references to post-command-idle-hook.
10782
10783 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
10784
10785 * progmodes/make-mode.el (makefile-previous-dependency)
10786 (makefile-match-dependency): Check for := (and in bsd mode also
10787 !=) to give a better result, even when font-lock is not on.
10788
10789 2005-05-18 Jay Belanger <belanger@truman.edu>
10790
10791 * calc/calc-help.el (calc-s-prefix-help):
10792 Add `calc-copy-special-constant' to help string.
10793
10794 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
10795
10796 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
10797
10798 2005-05-18 Jay Belanger <belanger@truman.edu>
10799
10800 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
10801 in linear factors are in proper order.
10802
10803 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
10804
10805 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10806 Support for jurabib.
10807
10808 * textmodes/reftex.el (featurep): Define aliases for overlay
10809 commands, for XEmacs compatibility, and use these aliases in
10810 overlay initializations.
10811 (reftex-highlight): Use `reftex-move-overlay'.
10812 (reftex-unhighlight): Use `reftex-delete-overlay'.
10813 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
10814 (reftex-access-search-path): Use `reftex-uniquify' instead of
10815 `reftex-uniq'
10816
10817 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
10818 `before-string' property modification enables for Emacs as well.
10819 (reftex-select-item): Use `reftex-delete-overlay'.
10820 (reftex-select-mark): Use `reftex-make-overlay' and
10821 `reftex-overlay-put'.
10822 (reftex-select-unmark): Use `reftex-delete-overlay' and
10823 `reftex-overlay-put'.
10824
10825 2005-05-18 Lute Kamstra <lute@gnu.org>
10826
10827 * emacs-lisp/lisp.el (check-parens): Fix docstring.
10828
10829 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
10830
10831 * add-log.el (add-change-log-entry):
10832 * array.el (array-make-template, array-reconfigure-rows)
10833 (array-init-max-row, array-init-max-column)
10834 (array-init-columns-per-line, array-init-field-width):
10835 * replace.el (replace-match-maybe-edit, perform-replace):
10836 * textmodes/spell.el (spell-region):
10837 Replace `read-input' by `read-string'.
10838
10839 * forms.el (forms-mode):
10840 * finder.el (finder-compile-keywords):
10841 * shadowfile.el (shadow-read-files):
10842 Replace `eval-current-buffer' by `eval-buffer'.
10843
10844 * terminal.el (te-pass-through):
10845 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
10846 (ange-ftp-raw-send-cmd):
10847 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
10848 (send-process-next-char, telnet-initial-filter, telnet):
10849 Replace `send-string' by `process-send-string'.
10850
10851 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
10852 (prolog-consult-region): Replace `send-string' by
10853 `process-send-string'; replace `send-region' by `process-send-region'.
10854
10855 * progmodes/delphi.el (delphi-log-msg):
10856 Replace `set-window-dot' by `set-window-point'.
10857
10858 * subr.el (window-dot, set-window-dot, read-input, send-string)
10859 (send-region, show-buffer, eval-current-buffer):
10860 Make really obsolete, as the comment says.
10861
10862 2005-05-17 Kim F. Storm <storm@cua.dk>
10863
10864 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
10865 (cua--init-keymaps): Bind C-return instead of S-return to set
10866 rectangle mark.
10867
10868 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
10869 instead of S-return to toggle/clear rectangle mark.
10870
10871 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
10872
10873 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
10874 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
10875 Also fontify plain strings assigned to variables, mostly so that a
10876 colon has a face and is thus not taken as a dependency separator.
10877 (makefile-previous-dependency): Inline the new matcher, because it
10878 is too complex to work in both directions.
10879 (makefile-match-dependency): Eliminate `backward' arg (see above).
10880 Completely reimplemented so as to not sometimes go into an endless
10881 loop. It should also be more efficient, because first it only
10882 searches for `:', instead of applying the very complex regexp.
10883 (makefile-mode): Cancel `font-lock-support-mode', because blocks
10884 to be fontified in one piece can be too long for JIT.
10885 Makefiles are never *that* big.
10886
10887 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
10888
10889 * dired.el (dired-mode): Simplify.
10890
10891 2005-05-17 Lute Kamstra <lute@gnu.org>
10892
10893 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
10894 defcustom for the mode hook variable.
10895
10896 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
10897 Emacs Lisp Reference Manual.
10898
10899 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
10900
10901 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
10902 (evenp, list*):
10903 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
10904 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
10905
10906 * net/tramp-smb.el (tramp-smb-open-connection):
10907 Pass `tramp-chunksize' as fifth (required) argument.
10908
10909 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
10910
10911 * font-lock.el (lisp-font-lock-keywords-1):
10912 Set `font-lock-negation-char-face' for [^...] char group.
10913 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
10914
10915 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
10916 a var, and refine it to mask one more level of nested vars.
10917 (makefile-rule-action-regex): Turn it into a var, and refine it so
10918 it recognizes backslashed continuation lines as belonging to the
10919 same command.
10920 (makefile-macroassign-regex): Refine it so it recognizes
10921 backslashed continuation lines as belonging to the same command.
10922 (makefile-var-use-regex): Don't look at the next char, because it
10923 might be the same one to be skipped by the initial [^$], leading
10924 to an overlooked variable use.
10925 (makefile-make-font-lock-keywords): Remove two parameters, which
10926 are now variables that some of the modes set locally.
10927 Handle dependency and rule action matching through functions, because
10928 regexps alone match too often. Dependency matching now comes
10929 last, so it can check, whether a colon already matched something else.
10930 (makefile-mode): Inform that font-lock improves makefile parsing
10931 capabilities.
10932 (makefile-match-dependency, makefile-match-action): New functions.
10933
10934 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
10935
10936 * emacs-lisp/cl-extra.el (equalp): Doc fix.
10937
10938 * align.el (align-regexp):
10939 * ansi-color.el (ansi-color-get-face):
10940 * array.el (array-reconfigure-rows, array-init-max-row)
10941 (array-init-max-column, array-init-columns-per-line)
10942 (array-init-field-width):
10943 * dired-aux.el (dired-trample-file-versions):
10944 * dired-x.el (dired-mark-sexp):
10945 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
10946 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
10947 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
10948 * faces.el (face-read-integer):
10949 * files.el (backup-extract-version, insert-directory):
10950 * hexl.el (hexl-insert-decimal-char):
10951 * server.el (server-process-filter):
10952 * shell.el (shell-extract-num):
10953 * startup.el (command-line-1):
10954 * term.el (term-command-hook):
10955 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
10956 (time-stamp-do-number):
10957 * time.el (display-time-update):
10958 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
10959 (timezone-fix-time):
10960 * vms-patch.el (vms-suspend-resume-hook):
10961 * calendar/appt.el (appt-convert-time):
10962 * calendar/cal-bahai.el (mark-bahai-diary-entries):
10963 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
10964 * calendar/cal-islam.el (mark-islamic-diary-entries):
10965 * calendar/calendar.el (calendar-cursor-to-date)
10966 (calendar-star-date):
10967 * calendar/diary-lib.el (diary-attrtype-convert)
10968 (mark-diary-entries, diary-entry-time):
10969 * calendar/solar.el (solar-get-number):
10970 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
10971 * emacs-lisp/re-builder.el (reb-display-subexp):
10972 * emulation/edt.el (edt-set-scroll-margins):
10973 * emulation/tpu-extras.el (tpu-set-scroll-margins):
10974 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
10975 (vip-get-ex-count):
10976 * emulation/viper-ex.el (viper-get-ex-token)
10977 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
10978 * international/fontset.el (fontset-plain-name):
10979 * mail/feedmail.el (feedmail-look-at-queue-directory):
10980 * mail/mailalias.el (mail-get-names):
10981 * mail/rmail.el (rmail-convert-to-babyl-format):
10982 * mail/rmailsum.el (rmail-make-basic-summary-line)
10983 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
10984 (rmail-summary-goto-msg):
10985 * mail/smtpmail.el (smtpmail-read-response):
10986 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
10987 (ange-ftp-vms-add-file-entry):
10988 * play/gametree.el (gametree-looking-at-ply)
10989 (gametree-current-branch-score):
10990 * progmodes/ada-xref.el (ada-prj-find-prj-file)
10991 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
10992 * progmodes/cperl-mode.el (condition-case):
10993 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
10994 (ebrowse-set-member-buffer-column-width)
10995 (ebrowse-select-1st-to-9nth):
10996 * progmodes/etags.el (etags-snarf-tag):
10997 * progmodes/flymake.el (flymake-parse-line):
10998 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
10999 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
11000 (idlwave-shell-menu-def):
11001 * progmodes/ps-mode.el (ps-run-goto-error):
11002 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
11003 (vhdl-speedbar-contract-level):
11004 * term/mac-win.el (x-handle-numeric-switch):
11005 * term/sun-mouse.el (sun-get-frame-data):
11006 * term/w32-win.el (x-handle-numeric-switch):
11007 * term/x-win.el (x-handle-numeric-switch):
11008 * textmodes/ispell.el (ispell-parse-output):
11009 * textmodes/nroff-mode.el (nroff-outline-level):
11010 * textmodes/reftex-cite.el (reftex-bib-sort-year)
11011 (reftex-bib-sort-year-reverse, reftex-format-citation):
11012 * textmodes/reftex-parse.el (reftex-init-section-numbers)
11013 (reftex-section-number):
11014 * textmodes/texinfmt.el (texinfo-paragraphindent):
11015 Replace `string-to-int' by `string-to-number'.
11016
11017 * international/latexenc.el: Add page marker to force the "Local
11018 Variables:" string out of the last page.
11019
11020 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
11021
11022 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
11023 tooltip-change-major-mode.
11024 (gud-tooltip-print-command): Remove case where gud-minor-mode
11025 is gdb ("--fullname").
11026 (gud-tooltip-tips): Turn GUD tooltips off for this case and
11027 explain to user.
11028
11029 2005-05-16 Jay Belanger <belanger@truman.edu>
11030
11031 * calc/calc-store.el (calc-copy-special-constant): New function.
11032
11033 * calc/calc-ext.el (calc-init-extensions): Add binding for
11034 `calc-copy-special-constant'.
11035
11036 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
11037 for the `calc-copy-special-constant' command.
11038
11039 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
11040
11041 * subr.el (left-fringe-p): New function.
11042
11043 * progmodes/compile.el (compilation-setup): Set local value of
11044 overlay-arrow-string to "" always.
11045 (compilation-set-window): Left fringe then don't scroll.
11046 No left fringe then no arrow and scroll message to top.
11047 (compilation-context-lines): Adjust doc string accordingly.
11048
11049 2005-05-16 Kim F. Storm <storm@cua.dk>
11050
11051 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
11052 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
11053 (ido-wide-find-dir-or-delete-dir): New command for M-d.
11054 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
11055 (ido-read-file-name): Handle commands with ido property value
11056 equal to find-file as reading a file name, to allow C-d to enter dired.
11057 (ibuffer-find-file): Add ido property with value find-file.
11058
11059 2005-05-15 Kim F. Storm <storm@cua.dk>
11060
11061 * subr.el (open-network-stream-nowait): Remove.
11062 (open-network-stream-server): Remove.
11063
11064 2005-05-15 Richard M. Stallman <rms@gnu.org>
11065
11066 * faces.el (describe-face): Output a definition link button.
11067
11068 * help-mode.el (help-face-def): New button type.
11069
11070 * emacs-lisp/copyright.el (copyright-fix-years):
11071 Match properly if the first year is 2-digit.
11072 Don't mess up the whitespace after the years by filling.
11073
11074 * dired-aux.el (dired-mark-confirm):
11075 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
11076
11077 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
11078 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
11079 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
11080
11081 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
11082 Set font-lock-comment-start-skip.
11083
11084 * font-lock.el (font-lock-comment-start-skip): New variable.
11085 (font-lock-comment-end-skip): New variable.
11086 (font-lock-fontify-syntactically-region): Use them if non-nil.
11087
11088 2005-05-15 Jay Belanger <belanger@truman.edu>
11089
11090 * calc/calc-store.el (calc-store-value): Return a string rather
11091 than display it as a message.
11092 Use calc-var-name for variable name.
11093 (calc-store-into): Add the result of calc-store-value to message.
11094 (calc-copy-variable): Add a message.
11095 (calc-store-exchange): Improve error messages.
11096 (calc-store-binary, calc-store-map): Don't reset the values of
11097 special constants.
11098
11099 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
11100
11101 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
11102 manual to docstring.
11103
11104 * files.el (hack-local-variables-confirm): Add STRING argument.
11105 Make the function handle non file visiting buffers correctly.
11106 (hack-local-variables-prop-line, hack-local-variables)
11107 (hack-one-local-variable): Use STRING arg of
11108 `hack-local-variables-confirm'.
11109
11110 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
11111
11112 Sync with Tramp 2.0.49.
11113
11114 * net/tramp.el (tramp-handle-dired-call-process)
11115 (tramp-handle-insert-directory):`insert-buffer' cannot be used
11116 because the contents of the Tramp buffer is changed before
11117 insertion (`expand-file' and alike).
11118 (tramp-handle-insert-directory): If `localname' has an empty
11119 nondirectory name, it must not be quoted.
11120 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
11121 variable `tramp-chunksize'. Change callees.
11122 (tramp-open-connection-setup-interactive-shell): Check remote host
11123 for buggy `send-process-string' implementation.
11124 Set `tramp-chunksize' if found. Reported by Michael Kifer
11125 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
11126 (tramp-handle-shell-command): `insert-buffer' cannot be used
11127 because the contents of the Tramp buffer is changed before
11128 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
11129 <frederic.bothamy@free.fr>.
11130 (tramp-set-auto-save): Actions should be done for Tramp file name
11131 handler only. Ange-FTP has its own auto-save mechanism.
11132 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
11133 (tramp-set-auto-save-file-modes): Set file modes of
11134 `buffer-auto-save-file-name' to ?\600 as fallback solution.
11135 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
11136 (tramp-bug): Remove obsolete variable.
11137 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
11138 for presence of `mml-mode'. Make it running for older Emacsen as well.
11139
11140 2005-05-14 John Paul Wallington <jpw@pobox.com>
11141
11142 * ibuf-ext.el (define-ibuffer-filter filename):
11143 If `dired-directory' is a list, use its car.
11144
11145 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
11146
11147 * ibuffer.el (define-ibuffer-column filename):
11148 If `dired-directory' is a list, use its car.
11149
11150 2005-05-14 Richard M. Stallman <rms@gnu.org>
11151
11152 * subr.el (symbol-file): Doc fix.
11153
11154 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
11155 (byte-compile-form): Call byte-compile-nogroup-warn.
11156 (byte-compile-warning-types): Doc fix.
11157
11158 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
11159
11160 * progmodes/cc-engine.el (c-literal-faces):
11161 Add font-lock-comment-delimiter-face.
11162
11163 * net/net-utils.el (dig): Use with-no-warnings.
11164
11165 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
11166 (sc-recite-frame-alist, sc-default-cite-frame)
11167 (sc-default-uncite-frame, sc-default-recite-frame)
11168 (sc-attrib-selection-list, sc-rewrite-header-list):
11169 Mark as risky-local-variable.
11170
11171 * international/ogonek.el (ogonek-jak, ogonek-how):
11172 Don't use beginning-of-buffer.
11173
11174 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
11175
11176 * calendar/solar.el (solar-data-list): Move definition up.
11177
11178 * dnd.el (dnd-protocol-alist): Add autoload.
11179
11180 * progmodes/sh-script.el: Many doc usage fixes.
11181 (sh-indent-after-do): Change default to match common styles.
11182
11183 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
11184
11185 * files.el (interpreter-mode-alist)
11186 (auto-mode-interpreter-regexp): Doc fixes.
11187
11188 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
11189
11190 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
11191
11192 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
11193
11194 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11195
11196 * dired.el (dired-mode): make-variable-buffer-local =>
11197 make-local-variable.
11198
11199 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11200
11201 * term/mac-win.el (mac-select-convert-to-string): Try coding
11202 systems in mac-script-code-coding-systems if specified one cannot
11203 encode string for `com.apple.traditional-mac-plain-text'.
11204
11205 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
11206
11207 * progmodes/make-mode.el (makefile-targets-face)
11208 (makefile-shell-face, makefile-makepp-perl-face): New faces.
11209 (makefile-dependency-regex): Fix it to not make the colon in
11210 $(var:a=b) special.
11211 (makefile-rule-action-regex): New regexp for highlighting embedded
11212 Shell strings.
11213 (makefile-macroassign-regex): Handle != for highlighting as
11214 embedded Shell strings.
11215 (makefile-var-use-regex): New const.
11216 (makefile-statements, makefile-automake-statements)
11217 (makefile-gmake-statements, makefile-makepp-statements)
11218 (makefile-bsdmake-statements): New consts.
11219 (makefile-make-font-lock-keywords): New function.
11220 (makefile-automake-font-lock-keywords)
11221 (makefile-gmake-font-lock-keywords)
11222 (makefile-makepp-font-lock-keywords)
11223 (makefile-bsdmake-font-lock-keywords): New consts.
11224 (makefile-mode-map): Add switchers between the various submodes.
11225 (makefile-mode): Document the availability of the variants.
11226 (makefile-automake-mode, makefile-gmake-mode)
11227 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
11228
11229 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
11230 new variants of makefile-mode.
11231
11232 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11233
11234 * font-lock.el (font-lock-comment-delimiter-face): Fix up
11235 the inheritance.
11236
11237 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
11238
11239 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
11240 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
11241
11242 * files.el (normal-mode): Extend the scope of the
11243 `enable-local-variables' binding to include the `set-auto-mode' call.
11244 (magic-mode-alist): Doc fix.
11245
11246 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11247
11248 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
11249 font-lock-comment-face rather than copying its setting.
11250
11251 2005-05-12 Andreas Schwab <schwab@suse.de>
11252
11253 * eshell/esh-mode.el (eshell-send-input): Doc fix.
11254
11255 2005-05-12 Lute Kamstra <lute@gnu.org>
11256
11257 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
11258 defcustom for the mode hook variable. Delete the last argument.
11259 * generic-x.el: Fix callers of define-generic-mode.
11260 (generic-x-modes): Delete group.
11261 (show-tabs-tab-face, show-tabs-space-face): Put them in the
11262 generic-x customization group.
11263
11264 2005-05-12 Kim F. Storm <storm@cua.dk>
11265
11266 * font-lock.el (font-lock-negation-char-face): Default to "off".
11267
11268 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
11269 font-lock-negation-char-face to ! in !=.
11270
11271 2005-05-12 Masatake YAMATO <jet@gyve.org>
11272
11273 * add-log.el (find-change-log): Fix typos in the docstring
11274 of function.
11275
11276 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
11277
11278 * international/latexenc.el (latexenc-find-file-coding-system):
11279 Avoid `re-search-forward' when looking for input encoding because
11280 of speed and safety. Better regular expressions for recognizing
11281 input encoding. Limit a search for TeX-master/tex-main-file to
11282 the local variable section.
11283
11284 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
11285
11286 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
11287 syntax of $ to "'" (quote).
11288
11289 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
11290
11291 * dnd.el (dnd-protocol-alist): Improve custom type.
11292
11293 * dired.el (dired-dnd-protocol-alist): New variable.
11294 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
11295 `dired-mode-hook' to the end.
11296
11297 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
11298
11299 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
11300 comment-end if comment-start-skip is not set.
11301 Obey the font-lock-comment-delimiter-face variables.
11302
11303 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
11304
11305 * files.el (executable-find): Move from executable.el. Use
11306 locate-file.
11307 * progmodes/executable.el (executable-find): Move to files.el.
11308
11309 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
11310 when trying to ensure forward progress.
11311
11312 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
11313
11314 * mouse-sel.el (mouse-sel-follow-link-p): New function.
11315 (mouse-select, mouse-select-internal, mouse-extend-internal):
11316 Use it to implement mouse-1-click-follows-link functionality.
11317
11318 2005-05-11 Richard M. Stallman <rms@gnu.org>
11319
11320 * font-lock.el (font-lock-fontify-syntactically-region):
11321 Use font-lock-comment-delimiter-face for comment delimiters.
11322
11323 2005-05-10 Jay Belanger <belanger@truman.edu>
11324
11325 * calc/calc-help.el (calc-m-prefix-help): Add mention of
11326 preserving embedded modes.
11327
11328 2005-05-10 Richard M. Stallman <rms@gnu.org>
11329
11330 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
11331
11332 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
11333 Move from ada-stmt.el.
11334 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
11335
11336 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
11337 Move to ada-mode.el.
11338 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
11339
11340 * cus-edit.el (custom-file): Call file-chase-links.
11341
11342 * files.el (read-directory-name): Fix previous change.
11343 (hack-local-variables-confirm): New function.
11344 (hack-local-variables-prop-line, hack-local-variables)
11345 (hack-one-local-variable): Use it.
11346
11347 2005-05-10 Lute Kamstra <lute@gnu.org>
11348
11349 * font-lock.el (font-lock-keywords-alist)
11350 (font-lock-removed-keywords-alist): Clarify docstrings.
11351
11352 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
11353
11354 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
11355 (gdb-source-info): Check for preprocessor info.
11356 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
11357 a macro for a function.
11358 (gdb-info-breakpoints-custom): Try to find file again if not already
11359 found (user might have used GDB dir command).
11360 (gdb-get-location): Update gdb-location-alist correctly for change
11361 to gdb-info-breakpoints-custom.
11362
11363 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
11364 (gud-tooltip-print-command): Add gdbmi case.
11365 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
11366 preprocessor info.
11367
11368 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
11369
11370 * startup.el (fancy-splash-insert): Fix typo in doc string.
11371
11372 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
11373
11374 * obsolete/float.el (string-to-float):
11375 * obsolete/hilit19.el (hilit-add-pattern):
11376 * obsolete/rnews.el (news-parse-range, news-select-message)
11377 (news-get-pruned-list-of-files): Replace `string-to-int' by
11378 `string-to-number'.
11379
11380 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
11381 `find-file-not-found-hooks'; use `add-hook'.
11382 (uncompress-while-visiting): Set `write-file-functions', not
11383 `write-file-hooks'; use `add-hook'.
11384
11385 2005-05-09 Kim F. Storm <storm@cua.dk>
11386
11387 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
11388 (cua-paste): Handle clipboard action.
11389 (cua--init-keymaps): Remap clipboard-kill-region and
11390 clipboard-kill-ring-save.
11391
11392 2005-05-08 Eli Zaretskii <eliz@gnu.org>
11393
11394 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
11395 Improve commentary.
11396
11397 * simple.el (next-error-overlay-arrow-position): Revert the change
11398 made on 2005-04-30.
11399
11400 2005-05-07 Jay Belanger <belanger@truman.edu>
11401
11402 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
11403 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
11404 `calc-sel-reselect'.
11405
11406 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
11407 Calc is in embedded mode.
11408
11409 2005-05-07 Eli Zaretskii <eliz@gnu.org>
11410
11411 * progmodes/compile.el (compilation-setup):
11412 Set overlay-arrow-string to an empty string on text terminals.
11413
11414 * textmodes/ispell.el (ispell-program-name): Try looking for
11415 "aspell" along exec-path, and if found, use it as the default
11416 speller program.
11417
11418 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
11419
11420 * international/mule.el (sgml-xml-auto-coding-function):
11421 Recognize encoding='FOO' in single quotes as well as in double quotes.
11422
11423 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
11424
11425 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
11426 as well as `interactive', so that defmacro* would recognize
11427 `declare' forms.
11428
11429 2005-05-07 Eli Zaretskii <eliz@gnu.org>
11430
11431 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
11432 Explain more about the LIGHTER arg's usage in the doc string.
11433 Add commentary to clarify what the code does. Fix the regexp that
11434 strips whitespace from LIGHTER. Quote LIGHTER before using it,
11435 since it could have characters special to regular expressions.
11436
11437 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
11438
11439 * replace.el (occur-1): Bind inhibit-read-only so that
11440 erase-buffer doesn't barf on read-only text properties (likewise
11441 for add-text-properties in occur-engine). Mark buffer as unmodified.
11442 (occur-engine): Don't set buffer-read-only here.
11443
11444 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11445
11446 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
11447 list-buffers-directory. This caused the *cvs-commit* buffer to be
11448 sometimes mistakenly reused as a *cvs* buffer.
11449
11450 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
11451
11452 * tooltip.el: Move code for GUD tooltips into gud.el.
11453 (require): CL no longer needed to compile case.
11454 (tooltip-mode): Do not toggle functions for GUD tooltips.
11455 (tooltip-gud-tips-p): Remove. Replace with minor mode
11456 gud-tooltip-mode in gud.el.
11457 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
11458 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
11459 tooltip-gud prefix with gud-tooltip and obsolete.
11460 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
11461 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
11462 (tooltip-mouse-motion): Mouse movement functions/variable.
11463 Rename in gud.el by adding gud prefix.
11464 (tooltip-gud-original-filter, tooltip-gud-dereference)
11465 (tooltip-gud-event, tooltip-toggle-gud-tips)
11466 (tooltip-gud-process-output, tooltip-gud-print-command)
11467 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
11468 gud.el by replacing tooltip-gud prefix with gud-tooltip.
11469 (gdb-tooltip-print): Move to gdb-ui.el.
11470
11471 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
11472 (require): CL needed to compile case.
11473 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
11474 tooltip-gud-tips-p. Make it a minor-mode.
11475 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
11476 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
11477 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
11478 (gud-tooltip-change-major-mode)
11479 (gud-tooltip-activate-mouse-motions-if-enabled)
11480 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
11481 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
11482 (gud-tooltip-original-filter, gud-tooltip-dereference)
11483 (gud-tooltip-event, tooltip-toggle-gud-tips)
11484 (gud-tooltip-process-output, gud-tooltip-print-command)
11485 (gud-tooltip-tips): Move from tooltip.el.
11486
11487 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
11488 (gdb-cpp-define-alist-flags): Doc fix.
11489 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
11490 gud-tooltip-mode is t.
11491
11492 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11493
11494 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
11495 evaporate if their text is deleted.
11496 (goto-address-at-point): Make it work as a mouse binding as well.
11497 (goto-address-at-mouse): Obsolete it. Update users.
11498
11499 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
11500
11501 * calendar/appt.el (top-level): No longer activate on load.
11502
11503 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
11504
11505 * calendar/cal-bahai.el (mark-bahai-diary-entries):
11506 * net/webjump.el (webjump):
11507 * progmodes/idlw-help.el (idlwave-do-context-help1)
11508 (idlwave-highlight-linked-completions):
11509 * textmodes/po.el (po-find-file-coding-system-guts):
11510 Replace `assoc-ignore-case' by `assoc-string'.
11511
11512 2005-05-06 Eli Zaretskii <eliz@gnu.org>
11513
11514 * files.el (locate-file): Doc fix.
11515
11516 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
11517 Remove the redundant test for ms-dos.
11518
11519 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
11520 look for the preprocessor with exec-suffixes. If not found in
11521 standard places, look in exec-path. Remove most of the tests that
11522 used system-type.
11523
11524 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
11525
11526 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
11527
11528 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
11529 file-name clash with jka-compr.el on 8+3 filesystems.
11530
11531 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11532
11533 * term/mac-win.el: Don't define or bind scroll bar functions if
11534 x-toolkit-scroll-bars is t.
11535 (x-select-text, x-get-selection-value): Clear
11536 x-last-selected-text-clipboard if x-select-enable-clipboard is
11537 nil.
11538 (PRIMARY): Put mac-scrap-name property.
11539 (mac-select-convert-to-file-url): New function.
11540 (public.file-url): New selection target type. Add to
11541 selection-converter-alist.
11542 (x-get-selection, x-selection-value): Handle it.
11543 (x-cut-buffer-or-selection-value): New alias.
11544
11545 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11546
11547 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
11548 entry to avoid calling bibtex-find-entry with arg global
11549 being t. Remove arg key.
11550 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
11551 (bibtex-copy-summary-as-kill): Change accordingly.
11552
11553 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11554
11555 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
11556 (org-agenda-date-later): Use with-current-buffer.
11557
11558 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
11559
11560 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
11561 (define-obsolete-variable-alias): Doc Fixes.
11562
11563 2005-05-06 Kim F. Storm <storm@cua.dk>
11564
11565 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
11566 vertical-motion when selective-display is active.
11567
11568 * ido.el (ido-setup-hook): New hook.
11569 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
11570 (ido-input-stack): New var.
11571 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
11572 ido-next-work-file binding to M-O.
11573 Bind M-f to ido-wide-find-file-or-pop-dir.
11574 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
11575 (ido-read-internal): Run ido-setup-hook.
11576 Catch quit in read-file-name and read-string to cancel edit.
11577 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
11578 Automatically pop-all when completing a directory name (RET).
11579 (ido-file-internal): Add with-no-warnings around ffap and dired code.
11580 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
11581 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
11582 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
11583 New functions for M-b/M-f to move among the directory components.
11584 (ido-make-merged-file-list): Catch quit to cancel merge.
11585 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
11586 (ido-completion-help): No warnings for ido-completion-buffer-full.
11587
11588 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
11589
11590 * font-lock.el (font-lock-negation-char-face): New face and variable.
11591 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
11592 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
11593 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
11594 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
11595
11596 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
11597
11598 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
11599 Fix typo in docstring.
11600
11601 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
11602 (ebrowse-print-statistics-line)
11603 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
11604
11605 * term/w32-win.el (image-library-alist): Add additional name for
11606 Xpm library.
11607
11608 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
11609
11610 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
11611 use gcc instead of cpp.
11612
11613 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
11614 (gdb-create-define-alist): Use it.
11615 (gdb-cpp-define-alist-program): Update for MS-DOS.
11616
11617 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
11618
11619 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
11620
11621 2005-05-04 Richard M. Stallman <rms@gnu.org>
11622
11623 * help.el (describe-key): No error when UNTRANSLATED is nil.
11624
11625 * simple.el (line-move-1): Fix previous change to signal errors
11626 appropriately.
11627
11628 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
11629
11630 * calendar/icalendar.el (icalendar-version): Now at 0.12.
11631 (icalendar-duration-correction): Remove.
11632 (icalendar--get-event-properties): Split result at commas.
11633 (icalendar--decode-isoduration): New optional argument
11634 DURATION-CORRECTION.
11635 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
11636 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
11637 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
11638 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
11639 (icalendar--convert-anniversary-to-ical): New functions, extracted
11640 from icalendar-export-region, with bug fixes.
11641 (icalendar-export-region): Use the above functions.
11642 (icalendar-import-buffer): Check before saving diary file.
11643 (icalendar--convert-recurring-to-diary)
11644 (icalendar--convert-non-recurring-all-day-to-diary)
11645 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
11646 extracted from icalendar--convert-ical-to-diary, with bug fixes.
11647 (icalendar--convert-ical-to-diary): Use the above functions.
11648
11649 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
11650
11651 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
11652 Remove these recent additions.
11653 (c-mode): Restore to before 2005-04-28.
11654
11655 * progmodes/cc-vars.el (cc-define-list-program): Remove this
11656 recent addition.
11657
11658 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
11659 (gdb-define-alist): New variables.
11660 (gdb-create-define-alist): New function.
11661 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
11662 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
11663 with string-to-number.
11664 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
11665
11666 * progmodes/gud.el: Replace string-to-int with string-to-number.
11667 (gud-find-file): Handle gdb-define-alist.
11668
11669 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
11670
11671 2005-05-02 Jay Belanger <belanger@truman.edu>
11672
11673 * calc/calc-aent.el (math-read-token):
11674 * calc/calc-bin.el (calc-word-size):
11675 * calc/calc-ext.el (calc-read-number-fancy):
11676 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
11677 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
11678 * calc/calc-frac.el (calc-over-notation):
11679 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
11680 (calc-graph-num-points, calc-graph-init):
11681 * calc/calc-prog.el (calc-read-parse-table-part)
11682 (calc-edit-macro-repeats):
11683 * calc/calc-yank.el (calc-do-grab-rectangle):
11684 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
11685 Replace `string-to-int' by `string-to-number'.
11686
11687 2005-05-02 Kim F. Storm <storm@cua.dk>
11688
11689 * kmacro.el: Use executing-kbd-macro-index variable.
11690
11691 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
11692
11693 * net/rlogin.el (rlogin-parse-words): Delete func.
11694 (rlogin): Use split-string, not rlogin-parse-words.
11695 Also, if there are option-like elements in the parsed args,
11696 take the host to be the first arg immediately following them.
11697 Suggested by Michael Mauger.
11698
11699 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
11700
11701 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
11702
11703 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
11704
11705 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
11706 (cc-mode-cpp-program): Rename to cc-define-list-program and
11707 move to cc-vars.el.
11708
11709 * progmodes/cc-vars.el (cc-define-list-program):
11710 Change to "gcc -E -dM -". Make customizable.
11711
11712 2005-05-02 Kim F. Storm <storm@cua.dk>
11713
11714 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
11715
11716 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
11717
11718 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
11719
11720 * international/mule-util.el (truncate-string): Remove alias and
11721 obsolete declaration.
11722
11723 * international/mule-cmds.el (update-iso-coding-systems):
11724 Remove alias and obsolete declaration.
11725
11726 * international/mule.el (coding-system-parent): Remove alias and
11727 obsolete declaration.
11728
11729 * subr.el (define-function, sref): Remove aliases and obsolete
11730 declarations.
11731 (chars-in-region): Remove obsolete declaration.
11732
11733 2005-05-01 Richard M. Stallman <rms@gnu.org>
11734
11735 * info.el (Info-mode): Set widen-automatically to nil, locally.
11736
11737 * simple.el (widen-automatically): New variable.
11738 (pop-global-mark): Obey widen-automatically.
11739
11740 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
11741
11742 * term/xterm.el (function-key-map): Call substitute-key-definition
11743 before the keymap size is increased by a lot of define-key calls.
11744
11745 2005-05-01 Richard M. Stallman <rms@gnu.org>
11746
11747 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
11748 Rename ARG to ELEMENT. Doc fix.
11749
11750 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
11751
11752 * allout.el (allout-exposure): Remove macro and obsolete declaration.
11753 Remove references to allout-exposure/change to allout-new-exposure.
11754
11755 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
11756 bytecode symbols.
11757
11758 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
11759 (compiled-function-p, focus-frame, unfocus-frame):
11760 Remove aliases and obsolete declarations.
11761 Back out inadvertent changes from previous commit.
11762
11763 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
11764
11765 * files.el (require-final-newline): Make Custom tags consistent
11766 with mode-require-final-newline.
11767 (mode-require-final-newline): Doc fix.
11768
11769 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11770
11771 * international/latexenc.el (latexenc-find-file-coding-system):
11772 Fix regular expressions.
11773
11774 2005-05-01 David Kastrup <dak@gnu.org>
11775
11776 * international/latexenc.el (latexenc-find-file-coding-system):
11777 Fix regular expressions.
11778
11779 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
11780
11781 * subr.el (string-to-int): Make obsolete.
11782
11783 2005-04-30 Richard M. Stallman <rms@gnu.org>
11784
11785 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
11786
11787 * loadup.el: load jka-comp-hook.
11788
11789 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
11790 (jka-compr-handler): Add autoload. `put' calls moved
11791 to jka-comp-hook.el.
11792 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
11793 (jka-compr-inhibit): Autoload.
11794
11795 * jka-comp-hook.el: New file.
11796 Enable the mode by default.
11797
11798 * files.el (backup-buffer-copy): Use copy-file instead
11799 of write-region, and put back the 'excl.
11800
11801 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
11802
11803 * progmodes/flymake.el (flymake-split-string)
11804 (flymake-split-string, flymake-log, flymake-pid-to-names)
11805 (flymake-reg-names, flymake-get-source-buffer-name)
11806 (flymake-unreg-names, flymake-add-line-err-info)
11807 (flymake-add-err-info): Clarify docstrings.
11808 (flymake-popup-menu, flymake-make-emacs-menu)
11809 (flymake-make-xemacs-menu): Add docstrings.
11810 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
11811 Set variables directly throughout.
11812
11813 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
11814
11815 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
11816 exists. Initialize cc-define-alist.
11817 (c-mode): Add cc-create-define-alist locally to after-save-hook.
11818 If there is no file (Macroexpansion) don't create an alist.
11819
11820 2005-04-29 Sam Steingold <sds@gnu.org>
11821
11822 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
11823 (cc-create-define-alist): Use it instead of the hard-coded string.
11824
11825 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11826
11827 * international/mule-conf.el (file-coding-system-alist): Fix regexp
11828 for latexenc.
11829
11830 2005-04-29 Lute Kamstra <lute@gnu.org>
11831
11832 * emacs-lisp/generic.el: Improve commentary section.
11833 (define-generic-mode): Improve docstring.
11834
11835 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
11836
11837 * textmodes/org.el (many places): Change to quiet the byte compiler.
11838 (org-prefix-format-compiled): New variable.
11839 (org-compile-prefix-format): New function.
11840 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
11841 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
11842 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
11843 (org-get-entries-from-diary): Use `org-get-time-of-day' for
11844 consistency with entries from `org-mode' files.
11845 (org-get-time-of-day): Fix bug with partial matches early in a line.
11846 (org-non-link-chars): New constant.
11847 (org-link-regexp): Respect `org-non-link-chars'.
11848 (org-agenda-day-view): Remove command.
11849 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
11850 (org-follow-bbdb-link, org-store-link): Search also company field.
11851 (org-highlight-overlay): New variable.
11852 (org-highlight, org-unhighlight): New functions.
11853 (org-agenda-mode): Add pre-command-hook to remove highlight.
11854 (org-evaluate-time-range): Behavior depends upon whether time stamp
11855 contains a time or not.
11856 (org-show-subtree, org-show-entry): New functions.
11857 (org-agenda-cleanup-fancy-diary): Remove empty lines.
11858
11859 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
11860
11861 * comint.el (comint-output-filter-functions): Add autoload cookie.
11862
11863 2005-04-28 Kim F. Storm <storm@cua.dk>
11864
11865 * ido.el (ido-everywhere): Fix last change.
11866
11867 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
11868
11869 * international/latexenc.el: New file.
11870 * international/mule-conf.el (file-coding-system-alist): For .tex,
11871 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
11872
11873 2005-04-28 Lute Kamstra <lute@gnu.org>
11874
11875 * font-lock.el (font-lock-add-keywords)
11876 (font-lock-remove-keywords): Clarify docstring.
11877 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
11878 Don't start docstrings with a `*'.
11879 (font-lock-update-removed-keyword-alist): Give it a docstring.
11880
11881 * generic-x.el: Update commentary section.
11882 Only require font-lock when compiling.
11883 Define all modes conditionally.
11884 Place all generic modes in the generic-x-modes customization group.
11885 (generic-x-modes): New customization group.
11886 (generic-default-modes, generic-mswindows-modes)
11887 (generic-unix-modes, generic-other-modes): New constants.
11888 (generic-define-mswindows-modes, generic-define-unix-modes):
11889 Update docstrings. Make them obsolete.
11890 (generic-extras-enable-list): New default value. Update docstring.
11891 Improve :type. Change :set function.
11892 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
11893 Fix docstring.
11894
11895 * emacs-lisp/generic.el (generic-mode-internal):
11896 Simplify font-lock-defaults.
11897 (define-generic-mode): Fix docstring.
11898
11899 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11900
11901 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
11902 font-lock-face property to highlight matches.
11903
11904 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
11905
11906 * progmodes/cc-mode.el (cc-create-define-alist): New function.
11907 (cc-define-alist): New variable.
11908 (c-mode): Make it local and initialize it.
11909
11910 * progmodes/gdb-ui.el (gdb-active-process): New variable.
11911 (gdb-exited): New function.
11912 (gdb-annotation-rules): Use it.
11913 (gdb-starting): Set gdb-active-process to t.
11914 (gdb-stopping): Amend doc string.
11915 (gdb-reset): Set gdb-active-process to nil.
11916
11917 * tooltip.el (tooltip-gud-tips): Show the associated #define
11918 directives when a C program under GDB is not executing.
11919
11920 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11921
11922 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
11923 font-lock-fontify-syntactic-keywords.
11924
11925 * font-lock.el (font-lock-default-fontify-region): Don't force
11926 parse-sexp-lookup-properties to nil.
11927
11928 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
11929
11930 * man.el (man-mode-syntax-table): Set up `:' to have
11931 word-constituent syntax.
11932
11933 2005-04-27 Lute Kamstra <lute@gnu.org>
11934
11935 * novice.el (disable-command): Don't add spurious newlines to the
11936 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
11937
11938 2005-04-26 Jay Belanger <belanger@truman.edu>
11939
11940 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
11941 than one window before deleting window.
11942
11943 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
11944
11945 * shell.el (shell-prompt-pattern): Doc fix.
11946 (shell-mode): Set paragraph-separate buffer locally to "\\'".
11947
11948 * comint.el (comint-prompt-regexp, comint-get-old-input)
11949 (comint-use-prompt-regexp)
11950 (comint-use-prompt-regexp-instead-of-fields)
11951 (comint-replace-by-expanded-history, comint-send-input)
11952 (comint-output-filter, comint-get-old-input-default)
11953 (comint-line-beginning-position, comint-bol, comint-show-output)
11954 (comint-backward-matching-input, comint-forward-matching-input)
11955 (comint-next-prompt, comint-previous-prompt):
11956 Rename `comint-use-prompt-regexp-instead-of-fields' to
11957 `comint-use-prompt-regexp'. Keep old name as alias and declare
11958 obsolete.
11959 (comint-use-prompt-regexp): Shorten first line of doc string.
11960
11961 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
11962 Set paragraph-separate buffer locally to "\\'".
11963
11964 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
11965 Adapt to above name change.
11966
11967 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
11968 (smbclient-prompt-regexp): Ditto.
11969
11970 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
11971
11972 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
11973
11974 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
11975 gdb-location-list.
11976 Break lines that are over 80 characters wide.
11977
11978 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11979
11980 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
11981 New fun and var, to preserve compatibility.
11982
11983 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
11984
11985 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
11986
11987 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
11988 name to file-newer-than-file-p.
11989
11990 2005-04-26 Richard M. Stallman <rms@gnu.org>
11991
11992 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
11993
11994 * progmodes/python.el (python-mode):
11995 Use new name eldoc-documentation-function.
11996
11997 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
11998
11999 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
12000 (eldoc-documentation-function):
12001 Rename from eldoc-print-current-symbol-info-function. Calls changed.
12002
12003 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
12004
12005 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
12006
12007 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
12008
12009 * term/xterm.el (function-key-map): Fix strings for
12010 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
12011 {C,S,A,C-S}-{f1-f12}.
12012
12013 2005-04-26 Kenichi Handa <handa@m17n.org>
12014
12015 * international/mule-cmds.el (select-safe-coding-system):
12016 Fix previous change.
12017
12018 2005-04-26 Lute Kamstra <lute@gnu.org>
12019
12020 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
12021
12022 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
12023 (font-lock-comment-delimiter-face): Ditto.
12024
12025 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
12026
12027 2005-04-25 Jay Belanger <belanger@truman.edu>
12028
12029 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
12030 to t while inserting information; use help-mode.
12031
12032 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
12033
12034 * term.el (ansi-term-color-vector): Use the xterm colors.
12035 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
12036
12037 2005-04-25 Lute Kamstra <lute@gnu.org>
12038
12039 * font-core.el (font-lock-defaults): Fix docstring.
12040
12041 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
12042
12043 2005-04-25 Kenichi Handa <handa@m17n.org>
12044
12045 * international/mule-cmds.el (select-safe-coding-system):
12046 Don't check consistency with coding: spec, etc if raw-text or
12047 no-conversion was found to be safe.
12048
12049 2005-04-24 Richard M. Stallman <rms@gnu.org>
12050
12051 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
12052 citation markers at start of each line.
12053
12054 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
12055 citation markers at start of each line.
12056
12057 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
12058
12059 * files.el (mode-require-final-newline): Fix previous change.
12060 (require-final-newline): Fix type label.
12061
12062 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
12063
12064 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
12065 statement in buffer (broken by 2004-11-24 change).
12066
12067 2005-04-24 Kim F. Storm <storm@cua.dk>
12068
12069 * ido.el (ido-everywhere): Save and restore old read-buffer-function
12070 and read-file-name-function values. Don't overwrite existing
12071 non-nil values if ido-mode is enabled without ido-everywhere.
12072
12073 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
12074
12075 * files.el (mode-require-final-newline): Minor doc fix.
12076
12077 2005-04-24 Eli Zaretskii <eliz@gnu.org>
12078
12079 * subr.el (syntax-after): Doc fix.
12080 (syntax-class): If argument is nil, return nil. Mask off upper 16
12081 bits, not 8 bits.
12082
12083 * files.el (mode-require-final-newline): Doc fix.
12084 (backup-buffer-copy): Fix last change.
12085
12086 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12087
12088 * term/mac-win.el: Require select. Set selection-coding-system to
12089 mac-system-coding-system. Call menu-bar-enable-clipboard.
12090 (x-last-selected-text-clipboard, x-last-selected-text-primary)
12091 (x-select-enable-clipboard): New variables.
12092 (x-select-text, x-get-selection, x-selection-value)
12093 (x-get-selection-value, mac-select-convert-to-string)
12094 (mac-services-open-file, mac-services-open-selection)
12095 (mac-services-insert-text): New functions.
12096 (CLIPBOARD, FIND): Put mac-scrap-name property.
12097 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
12098 (public.tiff): Put mac-ostype property.
12099 (selection-converter-alist): Add entries for them.
12100 (mac-application-menu-map): New keymap.
12101 (interprogram-cut-function, interprogram-paste-function): Set to
12102 x-select-text and x-get-selection-value, respectively.
12103 (split-window-keep-point): Set to t.
12104
12105 2005-04-23 Richard M. Stallman <rms@gnu.org>
12106
12107 * files.el (read-directory-name): Always pass non-nil
12108 DEFAULT-FILENAME arg to read-file-name.
12109 (backup-buffer-copy, basic-save-buffer-2): Take care against
12110 writing thru an unexpected existing symlink.
12111 (revert-buffer): In indirect buffer, revert the base buffer.
12112 (magic-mode-alist): Doc fix.
12113 (buffer-stale-function): Doc fix.
12114 (minibuffer-with-setup-hook): Avoid warning.
12115 (mode-require-final-newline): Doc and custom fix.
12116
12117 * follow.el (follow-end-of-buffer): Use with-no-warnings.
12118
12119 * font-lock.el (font-lock-comment-face): On terminals with few colors,
12120 use the default appearance.
12121 (font-lock-comment-delimiter-face): New face, new variable.
12122
12123 * imenu.el (imenu--generic-function): The official position of a
12124 definition is the start of the line that BEG is in.
12125
12126 * midnight.el (midnight-timer): Move defvar up.
12127
12128 * mouse.el (mouse-drag-region-1): Delete some debugging code.
12129
12130 * saveplace.el (save-place-to-alist): Use with-no-warnings.
12131
12132 * startup.el (command-line): Use with-no-warnings.
12133
12134 * window.el (window-size-fixed): New defvar.
12135
12136 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
12137
12138 * mail/rmail.el (rmail-font-lock-keywords):
12139 Use font-lock-comment-delimiter-face.
12140
12141 * mail/sendmail.el (mail-font-lock-keywords):
12142 Use font-lock-comment-delimiter-face.
12143
12144 * progmodes/compile.el (next-error-highlight-timer): New defvar.
12145
12146 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
12147
12148 * progmodes/compile.el (compilation-mode-font-lock-keywords):
12149 Specify t for LAXMATCH when matching directories.
12150 Save match data around compilation-compat-error-properties form.
12151
12152 2005-04-23 David Kastrup <dak@gnu.org>
12153
12154 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
12155 Mention that the autoloaded aliases should be kept for AUCTeX.
12156
12157 2005-04-23 Andreas Schwab <schwab@suse.de>
12158
12159 * isearch.el (isearch-forward): Doc fix.
12160
12161 2005-04-23 Eli Zaretskii <eliz@gnu.org>
12162
12163 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
12164 (jit-lock-stealth-nice): Change default value to 0.5.
12165
12166 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
12167
12168 * abbrev.el (write-abbrev-file): Write table entries in
12169 alphabetical order by table name.
12170
12171 2005-04-22 Kim F. Storm <storm@cua.dk>
12172
12173 * ido.el (ido-read-internal): Fix `list' completion.
12174
12175 2005-04-22 Kenichi Handa <handa@m17n.org>
12176
12177 * recentf.el (recentf-save-file-coding-system): New variable.
12178 (recentf-save-list): Encode the file by
12179 recentf-save-file-coding-system and add coding: tag.
12180
12181 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
12182
12183 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
12184
12185 2005-04-21 Lute Kamstra <lute@gnu.org>
12186
12187 * loadhist.el (unload-feature): Don't remove a function from hooks
12188 if it is about to be restored to an autoload . Remove functions
12189 that will become unbound from auto-mode-alist. Simplify the code.
12190
12191 * subr.el (assq-delete-all): New implementation that is linear,
12192 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
12193 (rassq-delete-all): New function.
12194
12195 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
12196 Add size-indication-mode.
12197
12198 2005-04-21 Kenichi Handa <handa@m17n.org>
12199
12200 * international/mule-cmds.el: Add autoload for widget-value in
12201 eval-when-compile.
12202
12203 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
12204
12205 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
12206 Add tooltip-mode.
12207
12208 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
12209
12210 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
12211
12212 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
12213 (inferior-lisp-filter-regexp, inferior-lisp-program)
12214 (inferior-lisp-load-command, inferior-lisp-prompt)
12215 (inferior-lisp-mode-hook, lisp-source-modes)
12216 (inferior-lisp-load-hook): defvar->defcustom.
12217 (inferior-lisp-program, inferior-lisp-prompt)
12218 (inferior-lisp-load-hook): Doc fixes.
12219 (inferior-lisp-install-letter-bindings): Small change in
12220 introductory comment.
12221
12222 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
12223
12224 * vc.el (vc-annotate-color-map): Change some colors so that text
12225 using them as foreground is readable on both white and black
12226 backgrounds.
12227
12228 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
12229
12230 * international/mule-conf.el (translation-table-for-input):
12231 Remove redundant declaration.
12232
12233 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
12234
12235 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
12236
12237 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
12238 (tooltip-toggle-gud-tips): New function.
12239
12240 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12241
12242 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
12243 right angle brackets.
12244
12245 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
12246
12247 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
12248
12249 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12250
12251 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
12252 Remove. Update callers to use expand-file-name instead.
12253
12254 * subr.el (syntax-class): New function.
12255
12256 * simple.el (blink-matching-open): Use it.
12257
12258 * paren.el (show-paren-function): Use it to recognize parens that are
12259 also used in 2-char comment markers.
12260
12261 2005-04-19 Lute Kamstra <lute@gnu.org>
12262
12263 * loadhist.el (unload-feature): Update for new format of
12264 load-history. Simplify the code.
12265
12266 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12267
12268 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
12269 (mac-add-charset-info): New function. Initialize variable
12270 mac-charset-info-alist using it.
12271 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
12272 for translation.
12273 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
12274 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
12275 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
12276 New CCL programs.
12277
12278 2005-04-19 Kim F. Storm <storm@cua.dk>
12279
12280 * simple.el (next-buffer, prev-buffer, next-error)
12281 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
12282 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
12283
12284 * bindings.el (next-buffer, prev-buffer, next-error)
12285 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
12286 (clone-indirect-buffer-other-window): Move bindings from simple.el.
12287 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
12288 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
12289
12290 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12291
12292 * isearch.el (isearch-edit-string): Make the search-ring available for
12293 minibuffer history commands.
12294 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
12295 the default history commands now work just as well.
12296 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
12297
12298 2005-04-18 Kim F. Storm <storm@cua.dk>
12299
12300 * emulation/cua-base.el (cua--pre-command-handler): Add more
12301 elaborate check for shift modifier on non-window systems.
12302
12303 2005-04-18 Lars Hansen <larsh@math.ku.dk>
12304
12305 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
12306
12307 2005-04-18 Kim F. Storm <storm@cua.dk>
12308
12309 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
12310 and make it optional. Don't test tooltip-gud-echo-area here.
12311 (tooltip-gud-process-output, gdb-tooltip-print):
12312 Pass tooltip-gud-echo-area to tooltip-show.
12313 (tooltip-help-tips): Remove second optional arg to tooltip-show.
12314
12315 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12316
12317 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
12318 `display-graphic-p' may not be bound yet.
12319
12320 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
12321
12322 * startup.el (command-line): No longer enable Xterm Mouse mode by
12323 default in terminals compatible with xterm.
12324
12325 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
12326
12327 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
12328
12329 * tooltip.el (tooltip-gud-echo-area): Rename from
12330 tooltip-use-echo-area.
12331 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
12332 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
12333 area independently of where help tooltips are displayed.
12334
12335 2005-04-17 David Kastrup <dak@gnu.org>
12336
12337 * cus-theme.el (custom-theme-write-variables): Quote variables
12338 where necessary.
12339
12340 2005-04-17 Richard M. Stallman <rms@gnu.org>
12341
12342 * simple.el (yank-excluded-properties): Add follow-link to value.
12343
12344 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
12345
12346 * startup.el (fancy-splash-max-time): Just 30 seconds.
12347 (fancy-splash-delay): Just 7.
12348 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
12349
12350 * loadhist.el (unload-feature): Update for new format of load-history.
12351 Simplify the code.
12352
12353 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
12354 (rmail-font-lock-keywords): Don't fontify the text of a citation.
12355
12356 * mail/sendmail.el (mail-font-lock-keywords):
12357 Don't fontify subject text.
12358 Don't fontify the text of a citation.
12359
12360 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
12361
12362 * comint.el (comint-output-filter): Run comint-output-filter-functions
12363 with point where the user had it.
12364
12365 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12366
12367 * international/ucs-tables.el (ucs-set-table-for-input):
12368 Disable when using unify-on-decoding.
12369
12370 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
12371
12372 * emulation/cua-base.el (cua-global-mark-face): Add special case
12373 for displays supporting a high number of colors.
12374
12375 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
12376
12377 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
12378
12379 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
12380
12381 * filesets.el (filesets-add-buffer): If user supplies a name of a
12382 non-existing fileset, create a new fileset.
12383
12384 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
12385
12386 * textmodes/org.el (org-up-heading-all): Fix bug with
12387 `outline-up-heading-all'.
12388
12389 2005-04-16 Andreas Schwab <schwab@suse.de>
12390
12391 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
12392 /etc/permissions.d/* and /etc/aliases.d/*.
12393
12394 2005-04-16 Kenichi Handa <handa@m17n.org>
12395
12396 * international/code-pages.el (cp-make-coding-system):
12397 Set `translation-table-for-input' property value to the symbol
12398 ucs-mule-to-mule-unicode, not to that value.
12399 (pt154): Escape guillemet by `\'.
12400
12401 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
12402
12403 * loadup.el: Load tooltip if x-show-tip is fboundp.
12404
12405 * startup.el (command-line): Add comment.
12406
12407 * tooltip.el (tooltip-mode): Specify correct standard value for
12408 Custom in init-value.
12409
12410 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
12411
12412 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
12413 possible.
12414
12415 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
12416
12417 * textmodes/org.el (org-agenda-date-prompt): Rename from
12418 `org-agenda-date-today'.
12419 (org-evaluate-time-range): Insert at point instead of directly
12420 after time range.
12421 (org-first-headline-recenter, org-subtree-end-visible-p)
12422 (org-optimize-window-after-visibility-change): New functions
12423 (org-agenda-post-command-hook): Don't allow point at end of line,
12424 to make sure it always hits the text properties.
12425 (org-agenda-next-date-line, org-agenda-previous-date-line):
12426 New commands.
12427 (org-set-regexps-and-options): Category may contain white space.
12428 (org-agenda-get-deadlines, org-agenda-get-scheduled):
12429 Improve marker positions.
12430 (org-agenda-new-marker): Argument POS made optional.
12431 (org-agenda-get-timestamps): Deadlines which are done are listed
12432 in org-done-face now.
12433 (org-agenda-get-todos, org-agenda-get-timestamps)
12434 (org-agenda-get-deadlines, org-agenda-get-scheduled):
12435 Set `undone-face' and `done-face' properties.
12436 (org-last-todo-state-is-todo): New variable.
12437 (org-todo): Set `org-last-todo-state-is-todo'.
12438 (org-agenda-todo): Change face according to
12439 `org-last-todo-state-is-todo'. And change other lines referring to
12440 the same entry.
12441 (org-calendar-goto-agenda): New command.
12442 (org-calendar-to-agenda-key): New option.
12443 (org-startup-folded): New allowed value `content'.
12444 (org-set-regexps-and-options): Accept new value `content' for
12445 `org-startup-folded'.
12446 (org-get-current-options): Handle new value `content' for
12447 `org-startup-folded'.
12448 (org-insert-todo-heading): New command.
12449 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
12450 interactively in empty file and option
12451 `org-insert-mode-line-in-empty-file' has been set.
12452 (org-agenda-todo,org-agenda-priority): Modify to use
12453 `org-agenda-change-all-lines'.
12454 (org-warning-face): Change color on dark background
12455
12456 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12457
12458 * international/mule-cmds.el (set-locale-environment): On Mac OS,
12459 use preferences AppleLocale and AppleLanguages, and variable
12460 mac-system-locale for default locale. On Mac OS Classic, use
12461 mac-system-coding-system for default coding systems.
12462
12463 * term/mac-win.el: Don't set file-name-coding-system.
12464 Decode variables system-name, emacs-build-system, user-login-name, and
12465 user-full-name by mac-system-coding-system on Mac OS Classic.
12466 (mac-system-coding-system): New variable.
12467
12468 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
12469
12470 * startup.el (command-line): Handle `xterm-mouse-mode' before
12471 reading init file.
12472
12473 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
12474
12475 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
12476
12477 * progmodes/sh-script.el (sh-here-document-word): Make it a
12478 defcustom. Doc fix.
12479 (sh-add): Bash uses $(( )) for arithmetic.
12480 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
12481 (sh-maybe-here-document): Remove quotes and leading whitespace
12482 from heredoc word when closing. Indent heredoc with tabs if word
12483 starts with "-".
12484
12485 2005-04-13 Richard M. Stallman <rms@gnu.org>
12486
12487 * simple.el (undo): Fix previous change.
12488
12489 * custom.el (defface): Doc fix.
12490
12491 2005-04-13 Lute Kamstra <lute@gnu.org>
12492
12493 * Makefile.in (DONTCOMPILE): Remove list.
12494 (compile, compile-always): Don't use DONTCOMPILE.
12495 (update-authors): Load the library in which batch-update-authors
12496 is defined.
12497 * makefile.w32-in (DONTCOMPILE): Remove list.
12498 (compile, compile-always): Fix comments.
12499 (update-authors): Load the library in which batch-update-authors
12500 is defined.
12501
12502 * generic-x.el (generic-mode-ini-file-find-file-hook):
12503 Rename to ini-generic-mode-find-file-hook.
12504 Keep generic-mode-ini-file-find-file-hook as an alias.
12505 (ini-generic-mode-find-file-hook): Rename from
12506 generic-mode-ini-file-find-file-hook. Fix docstring.
12507 (ini-generic-mode): Docstring change.
12508 (bat-generic-mode-run-as-comint): Silence the byte compiler.
12509
12510 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
12511 called from lisp.
12512
12513 * generic.el: Move to the emacs-lisp subdir.
12514
12515 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
12516
12517 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
12518 and C-S- function and cursor motion keys.
12519
12520 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
12521
12522 * startup.el (command-line): Enable Xterm Mouse mode by default.
12523 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
12524 for Custom. No longer show "Mouse" in mode line when enabled.
12525 Doc fix.
12526
12527 2005-04-12 Kim F. Storm <storm@cua.dk>
12528
12529 * emulation/cua-base.el (cua-rectangle-face)
12530 (cua-rectangle-noselect-face): Define face attributes here.
12531
12532 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
12533
12534 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12535
12536 * startup.el (command-line): Turn off blinking cursor if
12537 cursorBlink in resources is off or false.
12538
12539 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12540
12541 * term/mac-win.el (dnd): Require dnd.
12542 (mac-drag-n-drop): Call dnd-handle-one-url.
12543 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
12544 (kTextEncodingISOLatin2): Remove constants.
12545 (mac-script-code-coding-systems): New constant.
12546 (mac-handle-language-change): New function.
12547 (special-event-map): Bind it to `language-change' event.
12548 (mac-centraleurroman, mac-cyrillic): New coding systems.
12549 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
12550 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
12551 and mac-cyrillic-encoder to encode-mac-centraleurroman and
12552 encode-mac-cyrillic, respectively.
12553
12554 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
12555
12556 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
12557 Don't set overlay-arrow-string to "=>" as this is done
12558 globally in C now.
12559
12560 2005-04-12 Lute Kamstra <lute@gnu.org>
12561
12562 * generic-x.el (rc-generic-mode, rul-generic-mode):
12563 Fix auto-mode-alist entries.
12564 (etc-fstab-generic-mode): Tweak fontification.
12565
12566 * generic.el (generic-make-keywords-list): Fix docstring.
12567 (generic-mode-internal): Simplify generic-font-lock-keywords.
12568
12569 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
12570
12571 * whitespace.el (whitespace-buffer-leading)
12572 (whitespace-buffer-trailing): Revert the incorrect test inversion.
12573 However, fix the highlight area for the leading and
12574 trailing whitespaces to show space.
12575
12576 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
12577
12578 * whitespace.el (whitespace-version): Bump to 3.5
12579
12580 (whitespace-buffer-leading, whitespace-buffer-trailing):
12581 Invert sense of the test to highlight the whitespace.
12582
12583 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
12584
12585 * progmodes/gud.el (gud-display-line): GUD uses its own
12586 overlay arrow now so don't set overlay-arrow-string.
12587 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
12588
12589 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
12590
12591 * term.el (term-ansi-current-bold, term-ansi-current-underline)
12592 (term-ansi-current-reverse, term-ansi-current-invisible)
12593 (term-ansi-face-already-done): Change to boolean.
12594 (term-reset-terminal, term-handle-colors-array): Handle the above
12595 vars accordingly.
12596 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
12597 (term-emulate-terminal): Use the new name.
12598
12599 * faces.el (secondary-selection): Use yellow1, not yellow.
12600 (trailing-whitespace): Use red1, not red.
12601
12602 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12603
12604 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
12605 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
12606 (dired-dnd-handle-file): Call dnd-get-local-file-uri
12607
12608 * cus-edit.el (dnd): New group.
12609
12610 * term/w32-win.el (dnd): Require dnd
12611 (w32-drag-n-drop): Call dnd-handle-one-url.
12612
12613 * x-dnd.el: Require dnd.
12614 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
12615 Call dnd-handle-one-url.
12616 (x-dnd-types-alist, x-dnd-insert-utf8-text)
12617 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
12618 to dnd-insert-text.
12619 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
12620 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
12621 (x-dnd-get-local-file-name, x-dnd-open-local-file)
12622 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
12623
12624 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
12625
12626 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
12627
12628 * wdired.el: Doc fixes.
12629 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
12630 (wdired-use-dired-vertical-movement): Rename from
12631 wdired-always-move-to-filename-beginning.
12632 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
12633 (wdired-change-to-wdired-mode): Change mode name.
12634 (wdired-newline): Delete.
12635
12636 2005-04-11 Richard M. Stallman <rms@gnu.org>
12637
12638 * whitespace.el (whitespace-highlight-the-space):
12639 Don't call whitespace-unhighlight-the-space here.
12640
12641 * simple.el (undo): Record t in undo-equiv-table
12642 for the redo record made by an undo-in-region.
12643
12644 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
12645
12646 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
12647 (gdb-frame-inferior-io-buffer): New Functions to control
12648 display of separate IO buffer.
12649 (menu): Add them to menu-bar.
12650 (gdb-display-buffer): Check for buffer another frame.
12651 Protect GUD buffer.
12652 (gdb-setup-windows): Create IO buffer if not already there.
12653 (gdb-memory-mode): Remove purecopy noops.
12654
12655 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
12656
12657 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
12658 and pass to self-insert-command.
12659
12660 2005-04-11 Lute Kamstra <lute@gnu.org>
12661
12662 * generic.el: Commentary section cleanup.
12663 (generic): Delete.
12664 (generic-use-find-file-hook, generic-lines-to-scan)
12665 (generic-find-file-regexp, generic-ignore-files-regexp)
12666 (default-generic-mode, generic-mode-find-file-hook)
12667 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
12668 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
12669 (generic-use-find-file-hook, generic-lines-to-scan)
12670 (generic-find-file-regexp, generic-ignore-files-regexp)
12671 (default-generic-mode, generic-mode-find-file-hook)
12672 (generic-mode-ini-file-find-file-hook): Move from generic.el.
12673
12674 2005-04-10 Karl Fogel <kfogel@red-bean.com>
12675
12676 * bookmark.el (bookmark-write-file): Catch errors writing file.
12677 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
12678
12679 2005-04-10 Richard M. Stallman <rms@gnu.org>
12680
12681 * startup.el (fancy-splash-tail): Update copyright year.
12682 (command-line): Split part of -Q into -D.
12683 (emacs-basic-display): New defvar.
12684 (fancy-splash-text): Correct name of menu item.
12685
12686 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
12687
12688 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
12689 lines in one node.
12690
12691 * comint.el (comint-send-input): New arg ARTIFICIAL.
12692 Callers in this file changed.
12693
12694 * abbrev.el (define-abbrevs): Read system abbrevs properly.
12695
12696 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
12697
12698 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
12699
12700 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
12701 `ldap-search-internal'.
12702
12703 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12704
12705 * files.el (set-auto-mode-1): Use line-end-position.
12706
12707 * international/latin-1.el:
12708 * international/latin-2.el:
12709 * international/latin-3.el:
12710 * international/latin-4.el:
12711 * international/latin-5.el:
12712 * international/latin-8.el:
12713 * international/latin-9.el: Give punctuation syntax to NBSP.
12714
12715 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
12716 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
12717 Use char-classes to accept non-ascii letters, accepted in some recent
12718 bibtex implementations.
12719
12720 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
12721
12722 * custom.el (custom-set-minor-mode): Any non-nil value for the
12723 variable should enable the mode when set through Custom.
12724
12725 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12726
12727 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
12728 TAB binding so tab-always-indent is obeyed.
12729 (vhdl-minibuffer-local-map): Move initialization into declaration.
12730 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
12731 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
12732 (vhdl-hooked-abbrev): Avoid test for XEmacs.
12733 (vhdl-current-line): Use line-beginning-position.
12734 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
12735 with-output-to-temp-buffer, so the current position can be recorded.
12736
12737 2005-04-10 Masatake YAMATO <jet@gyve.org>
12738
12739 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12740 Add regexp for gcov.
12741
12742 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
12743
12744 * calendar/time-date.el (time-to-seconds, seconds-to-time)
12745 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
12746 syntax which Emacs 20 doesn't support.
12747
12748 2005-04-09 Richard M. Stallman <rms@gnu.org>
12749
12750 * help.el (describe-key-briefly, describe-key):
12751 Replace strings as event types with "(any string)".
12752
12753 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
12754
12755 * arc-mode.el (archive-mode-map): Move initialization into
12756 the declaration. Override *all* bindings of `undo'.
12757 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
12758
12759 2005-04-09 Jay Belanger <belanger@truman.edu>
12760
12761 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
12762
12763 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
12764
12765 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
12766 (xterm-register-default-colors): Update color values computation
12767 to match xterm-200.
12768
12769 2005-04-09 Kenichi Handa <handa@m17n.org>
12770
12771 * international/code-pages.el (iso-latin-7): Fix the map.
12772
12773 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
12774
12775 * emacs-lisp/lisp.el (defun-prompt-regexp)
12776 (parens-require-spaces, buffer-end, end-of-defun)
12777 (insert-parentheses): Doc fixes.
12778
12779 2005-04-08 Kim F. Storm <storm@cua.dk>
12780
12781 * comint.el (comint-highlight-prompt): Fix face spec.
12782 * hi-lock.el (hi-green): Likewise.
12783
12784 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
12785
12786 * cus-edit.el (custom-modified-face):
12787 * comint.el (comint-highlight-input): Fix previous changes.
12788 * term.el (term-handle-ansi-escape): Add a comment.
12789
12790 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12791
12792 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
12793 in the buffer and in whitespace-highlighted-space.
12794 (whitespace-unhighlight-the-space): Simplify.
12795 (whitespace-buffer): Simplify.
12796
12797 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
12798
12799 * textmodes/table.el (table-cell-face): Add special case for
12800 displays supporting a high number of colors.
12801 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
12802 (vhdl-font-lock-reserved-words-face)
12803 (vhdl-speedbar-architecture-face)
12804 (vhdl-speedbar-instantiation-face)
12805 (vhdl-speedbar-architecture-selected-face)
12806 (vhdl-speedbar-instantiation-selected-face): Likewise.
12807 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
12808 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
12809 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12810 (ebrowse-root-class-face, ebrowse-member-attribute-face)
12811 (ebrowse-progress-face): Likewise.
12812 * progmodes/compile.el (compilation-info-face): Likewise.
12813 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
12814 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
12815 * calendar/calendar.el (diary-face): Likewise.
12816 * woman.el (woman-italic-face, woman-bold-face)
12817 (woman-unknown-face): Likewise.
12818 * wid-edit.el (widget-button-pressed-face): Likewise.
12819 * whitespace.el (whitespace-highlight-face): Likewise.
12820 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
12821 * pcvs-info.el (cvs-marked-face): Likewise.
12822 * info.el (info-xref): Likewise.
12823 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
12824 * hilit-chg.el (highlight-changes-face)
12825 (highlight-changes-delete-face): Likewise.
12826 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
12827 (hi-red-b): Likewise.
12828 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
12829 * font-lock.el (font-lock-keyword-face)
12830 (font-lock-function-name-face, font-lock-warning-face): Likewise.
12831 * cus-edit.el (custom-invalid-face, custom-modified-face)
12832 (custom-set-face, custom-changed-face, custom-variable-tag-face)
12833 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
12834 * comint.el (comint-highlight-prompt): Likewise.
12835
12836 2005-04-08 Lute Kamstra <lute@gnu.org>
12837
12838 * font-lock.el (font-lock-keywords): Docstring fixes.
12839
12840 2005-04-08 Kenichi Handa <handa@m17n.org>
12841
12842 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
12843 chars are more than a limit, print " and more..." at the tail.
12844
12845 2005-04-08 Kim F. Storm <storm@cua.dk>
12846
12847 * emacs-lisp/authors.el (authors-aliases): Update list.
12848 (authors-ignored-files): New list.
12849 (authors-fixed-entries): Fix typo.
12850 (authors-renamed-files-alist): Update list.
12851 (authors-add): Check authors-ignored-files.
12852
12853 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
12854
12855 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
12856 optional, to ensure backward compatibility.
12857
12858 2005-04-08 Stephen Eglen <stephen@gnu.org>
12859
12860 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
12861
12862 2005-04-08 Kim F. Storm <storm@cua.dk>
12863
12864 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
12865
12866 * mouse.el (mouse-on-link-p): Doc fix.
12867
12868 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
12869
12870 * ielm.el (ielm-prompt-read-only): Doc fix.
12871
12872 * comint.el (comint-prompt-read-only): Doc fix.
12873
12874 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
12875
12876 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
12877 ensure dired always handles wildcards passed to ffap.
12878 (find-file-at-point): Use it.
12879 (ffap-dired-wildcards): Doc fix.
12880
12881 2005-04-07 Juri Linkov <juri@jurta.org>
12882
12883 * simple.el (next-error-overlay-arrow-position): New defvar.
12884 Put "=>" on its property `overlay-arrow-string'. Add it to
12885 `overlay-arrow-variable-list'.
12886
12887 * progmodes/compile.el (compilation-setup):
12888 Set `next-error-overlay-arrow-position' to nil. Also set it to
12889 nil in the local hook `kill-buffer-hook'. Make local variable
12890 `overlay-arrow-string' and set it to "=>".
12891 (compilation-goto-locus): Set BOL position to
12892 `next-error-overlay-arrow-position' instead of
12893 `overlay-arrow-position'.
12894
12895 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
12896 locally instead of adding it to the global hook.
12897 (Info-kill-buffer): Move up.
12898
12899 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
12900
12901 * term/xterm.el (xterm-standard-colors): Update color values from
12902 xterm-200.
12903
12904 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
12905
12906 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
12907
12908 * fast-lock.el:
12909 * lazy-lock.el: Move them to the obsolete subdir.
12910
12911 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
12912
12913 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
12914 (wdired-add-replace-advice): Remove.
12915 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
12916
12917 2005-04-06 Kim F. Storm <storm@cua.dk>
12918
12919 * startup.el (command-line): Add --bare-bones alias for -Q.
12920
12921 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12922
12923 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
12924 create the startup fontset if a font specification ends with
12925 `mac-roman'.
12926
12927 2005-04-06 Lute Kamstra <lute@gnu.org>
12928
12929 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
12930 change.
12931
12932 * emacs-lisp/copyright.el (copyright-update-year): Replace the
12933 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
12934
12935 2005-04-05 Lute Kamstra <lute@gnu.org>
12936
12937 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
12938 (define-generic-mode): Ditto. Fix debug declaration.
12939
12940 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12941 Put them in the generic-x group.
12942
12943 * calendar/timeclock.el (timeclock): Doc fix.
12944
12945 * generic.el (define-generic-mode): Don't use custom-current-group.
12946 Document default :group value.
12947 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
12948 (define-global-minor-mode): Don't use custom-current-group.
12949
12950 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
12951
12952 * startup.el (command-line-1): Display startup-echo-area-message
12953 when fancy splash screen is in use.
12954
12955 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
12956 (sh-escaped-newline): New face.
12957 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
12958 newline, and use sh-escaped-newline face.
12959
12960 * progmodes/tcl.el (tcl-escaped-newline): New face.
12961 (tcl-builtin-list): New variable.
12962 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
12963 newlines. Fix keywords subexpression number.
12964
12965 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
12966
12967 * textmodes/org.el (org-diary-default-entry): Fix call to
12968 `add-to-diary-entry'.
12969
12970 2005-04-05 Kim F. Storm <storm@cua.dk>
12971
12972 * ediff-init.el: Use (featurep 'xemacs).
12973
12974 2005-04-05 David Ponce <david@dponce.com>
12975
12976 * cus-edit.el (face): Derive from symbol widget. Display sample
12977 of the current face on the fly.
12978 (widget-face-sample-face-get, widget-face-notify): New functions.
12979 (widget-face-value-create): Remove.
12980
12981 * wid-edit.el (widget-field-end): Temporarily remove field
12982 narrowing before to call `get-char-property'.
12983
12984 2005-04-04 Jay Belanger <belanger@truman.edu>
12985
12986 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
12987 (math-read-subscripts): New variable.
12988 (math-read-preprocess-string): Process subscripts.
12989
12990 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
12991
12992 * comint.el (comint-prompt-read-only): Doc fix.
12993
12994 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
12995 `-1'. Doc fix.
12996
12997 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
12998
12999 * textmodes/org.el (org-insert-mode-line-in-empty-file):
13000 Change default value to nil.
13001
13002 2005-04-04 Lute Kamstra <lute@gnu.org>
13003
13004 * autorevert.el (auto-revert-mode): Specify :group.
13005 * battery.el (display-battery-mode): Specify :group.
13006 * diff-mode.el (diff-minor-mode): Specify :group.
13007 * font-core.el (font-lock-mode): Specify :group.
13008 * hl-line.el (hl-line-mode): Specify :group.
13009 * iimage.el (iimage): New customization group.
13010 (iimage-mode): Specify :group.
13011 * longlines.el (longlines-mode): Specify :group.
13012 * master.el: Don't require easy-mmode.
13013 (master): New customization group.
13014 (master-mode): Specify :group.
13015 * msb.el (msb-mode): Specify :group.
13016 * reveal.el (reveal-mode): Specify :group.
13017 * simple.el (next-error-follow-minor-mode): Specify :group.
13018 * smerge-mode.el (smerge-mode): Specify :group.
13019 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
13020 * emulation/cua-base.el (cua-mode): Specify :group.
13021 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
13022 * language/thai-util.el (thai-auto-composition-mode)
13023 (thai-word-mode): Specify :group.
13024 * mail/supercite.el (sc-minor-mode): Specify :group.
13025 * progmodes/cwarn.el (cwarn-mode): Specify :group.
13026 * progmodes/flymake.el (flymake-mode): Specify :group.
13027 * progmodes/glasses.el (glasses-mode): Specify :group.
13028 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
13029 * textmodes/enriched.el (enriched-mode): Specify :group.
13030 * textmodes/refill.el (refill-mode): Specify :group.
13031
13032 * add-log.el (change-log-font-lock-keywords): Names in
13033 parenthesized lists can contain spaces.
13034
13035 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
13036
13037 * startup.el (fancy-splash-text): Shorten default text of
13038 "Emacs Tutorial" line. Also, if the current language env
13039 indicates an available tutorial file other than TUTORIAL,
13040 extract its title and append it to the line in parentheses.
13041 (fancy-splash-insert): If arg is a thunk, funcall it.
13042
13043 2005-04-04 Jay Belanger <belanger@truman.edu>
13044
13045 * calc.el (calc-language-alist): Add tags to customization type.
13046
13047 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
13048
13049 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
13050 Doc fix.
13051
13052 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
13053
13054 * add-log.el (change-log-font-lock-keywords): The manual
13055 describing a Change Log entry, says: (...) "Aside from these
13056 header lines, every line in the change log starts with a space or
13057 a tab.". The font-lock was not highlighting lines started with
13058 spaces, added support for it.
13059
13060 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13061
13062 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
13063 (bibtex-generate-url-list): Update docstring accordingly. Put the
13064 complex example in the docstring.
13065 (bibtex-font-lock-url): Use pop.
13066
13067 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
13068
13069 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
13070
13071 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
13072
13073 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
13074
13075 * filesets.el (filesets-set-default): Doc fix.
13076
13077 2005-04-03 Lute Kamstra <lute@gnu.org>
13078
13079 * generic.el (define-generic-mode): Add argument to specify
13080 keywords for defcustom.
13081 (default-generic-mode): Specify :group.
13082
13083 * generic-x.el: Specify :group for all generic modes.
13084
13085 * desktop.el (desktop-no-desktop-file-hook)
13086 (desktop-after-read-hook): Doc fix.
13087
13088 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
13089
13090 * simple.el (visible-mode): Use explicit :group keyword.
13091 This changes the group of `visible-mode-hook' from paren-blinking
13092 to editing-basics.
13093
13094 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
13095
13096 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
13097 mailbox specifications as well as URLs.
13098 (rmail-insert-inbox-text): Remove unused conditional branches.
13099
13100 2005-04-01 Jay Belanger <belanger@truman.edu>
13101
13102 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
13103 (calc-gnuplot-print-command): Move definitions to calc.el.
13104
13105 * calc/calc-embed.el (calc-embedded-announce-formula)
13106 (calc-embedded-open-formula, calc-embedded-close-formula)
13107 (calc-embedded-open-word, calc-embedded-close-word)
13108 (calc-embedded-open-plain, calc-embedded-close-plain)
13109 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
13110 (calc-embedded-open-mode, calc-embedded-close-mode):
13111 Move definitions to calc.el.
13112
13113 * calc/calc.el (calc-settings-file, calc-language-alist):
13114 Make customizable.
13115 (calc-embedded-announce-formula, calc-embedded-open-formula)
13116 (calc-embedded-close-formula, calc-embedded-open-word)
13117 (calc-embedded-close-word, calc-embedded-open-plain)
13118 (calc-embedded-close-plain, calc-embedded-open-new-formula)
13119 (calc-embedded-close-new-formula, calc-embedded-open-mode)
13120 (calc-embedded-close-mode, calc-gnuplot-name)
13121 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
13122 from other files and make customizable.
13123
13124 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
13125
13126 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
13127 Use buffer-live-p.
13128 (cvs-mode-run): Don't call cvs-update-header here.
13129 (cvs-run-process): Call cvs-update-header.
13130 Use process properties for cvs-postprocess and cvs-buffer so that
13131 the sentinel can behave better if the temp buffer is killed.
13132 Use a pipe rather than a tty, to better handle unexpected prompts.
13133 (cvs-sentinel): Rewrite. Call cvs-update-header.
13134
13135 2005-04-01 Andre Spiegel <spiegel@gnu.org>
13136
13137 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
13138 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
13139
13140 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
13141
13142 * generic.el (define-generic-mode): Add indentation rule.
13143
13144 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
13145
13146 * files.el (mode-require-final-newline): Make Custom correctly
13147 report a nil value and allow to set it to nil via Custom.
13148 Doc fix.
13149
13150 2005-04-01 Kenichi Handa <handa@m17n.org>
13151
13152 * international/characters.el: Enable the correct case setting for
13153 dotless-i and dotted-I.
13154
13155 2005-04-01 Kim F. Storm <storm@cua.dk>
13156
13157 * ido.el (ido-file-internal): Fall back to non-ido command if
13158 initial directory is on slow ftp (or tramp) host.
13159
13160 2005-03-31 Richard M. Stallman <rms@gnu.org>
13161
13162 * emacs-lisp/autoload.el (make-autoload):
13163 Handle define-global-minor-mode.
13164
13165 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
13166 Rename from easy-mmode-define-global-mode.
13167 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
13168
13169 * progmodes/scheme.el (scheme-mode-syntax-table):
13170 Update syntax of | and # for two-character comment syntax.
13171
13172 2005-03-31 Lute Kamstra <lute@gnu.org>
13173
13174 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
13175 (define-minor-mode): Call custom-current-group at load-time.
13176
13177 * generic.el (define-generic-mode): Add debug declaration.
13178 Add defcustom for the mode hook.
13179 (generic-mode-internal): Use run-mode-hooks.
13180
13181 2005-03-31 Kim F. Storm <storm@cua.dk>
13182
13183 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
13184 (mouse-fixup-help-message): New defun called by show_help_echo
13185 to fixup mouse-2 prefix in help messages when applicable.
13186
13187 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
13188
13189 2005-03-31 Kenichi Handa <handa@m17n.org>
13190
13191 * language/thai-word.el (thai-find-word-ends): Pay attention to
13192 the case that we reach the end of buffer.
13193
13194 * textmodes/fill.el (fill-text-properties-at): New function.
13195 (fill-newline): Use fill-text-properties-at instead of
13196 text-properties-at.
13197
13198 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
13199
13200 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
13201 not comint-quote-filename.
13202
13203 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
13204
13205 * help-fns.el (help-with-tutorial): Revert last change.
13206
13207 2005-03-31 Kim F. Storm <storm@cua.dk>
13208
13209 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
13210
13211 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
13212
13213 * calendar/cal-china.el: Update reference to "Calendrical
13214 Calculations" book; there's a new edition.
13215 * calendar/cal-coptic.el: Likewise.
13216 * calendar/cal-french.el: Likewise.
13217 * calendar/cal-hebrew.el: Likewise.
13218 * calendar/cal-islam.el: Likewise.
13219 * calendar/cal-iso.el: Likewise.
13220 * calendar/cal-julian.el: Likewise.
13221 * calendar/cal-mayan.el: Likewise.
13222 * calendar/cal-persia.el: Likewise.
13223 * calendar/calendar.el: Likewise.
13224 * calendar/holidays.el: Likewise.
13225 * calendar/lunar.el: Likewise.
13226 * calendar/solar.el: Likewise.
13227
13228 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
13229 white space from doc string.
13230
13231 2005-03-30 Jay Belanger <belanger@truman.edu>
13232
13233 * calc/calc-help.el (calc-full-help): Remove email address.
13234
13235 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
13236
13237 * help-fns.el (help-with-tutorial): Delete title line.
13238
13239 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
13240
13241 * calendar/cal-x.el (calendar-one-frame-setup)
13242 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
13243 rather than 'symbol for set-window-dedicated-p.
13244
13245 * calendar/appt.el (appt-buffer-name): Make it a constant.
13246 (appt-add): Doc fix.
13247
13248 * filesets.el (filesets-menu-path, filesets-menu-before)
13249 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
13250 (filesets-menu-cache-file): Use directory ~/.emacs.d.
13251 (filesets-add-submenu): Delete and use add-submenu instead.
13252
13253 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
13254
13255 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
13256 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
13257 (org-diary-default-entry): New function.
13258 (org-get-entries-from-diary): Better parsing of diary entries.
13259 (org-agenda-check-no-diary): New function.
13260 ("diary-lib"): Advice to function `add-to-diary-list', to allow
13261 linking to diary entries.
13262 (org-agenda-execute-calendar-command): New function.
13263 (org-agenda): Improve visible section in window.
13264 Use `org-fit-agenda-window'.
13265 (org-fit-agenda-window): New option.
13266 (org-move-subtree-down): Better handling of empty lines
13267 at end of subtree.
13268 (org-cycle): Numeric prefix is interpreted now as show-subtree N
13269 levels up.
13270 (org-fontify-done-headline): New option.
13271 (org-headline-done-face): New face.
13272 (org-set-font-lock-defaults): Use `org-headline-done-face'.
13273 (org-table-copy-down): Rename from `org-table-copy-from-above'.
13274 When current field is non-empty, it is copied to next row.
13275 (org-table-copy-from-above): Fix bug which made it
13276 impossible to copy fields containing only a single non-white character.
13277
13278 2005-03-30 Kim F. Storm <storm@cua.dk>
13279
13280 * kmacro.el (kmacro-end-macro): Isearch may store this command
13281 into the macro -- so ignore it when executing keyboard macro.
13282
13283 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
13284
13285 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
13286
13287 2005-03-29 Kenichi Handa <handa@m17n.org>
13288
13289 * language/thai.el ("Thai"): Set setup-function and exit-function
13290 for Thai language environment.
13291
13292 * language/thai-util.el: Require thai-word.
13293 (thai-word-mode-map): New variable.
13294 (thai-word-mode): New minor mode.
13295 (setup-thai-language-environment-internal): New function.
13296 (exit-thai-language-environment-internal): New function.
13297
13298 * language/thai-word.el (thai-word-table): Declare it by defvar,
13299 use dolist to initialize it.
13300 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
13301 (thai-fill-find-break-point): New functions.
13302
13303 2005-03-29 Richard M. Stallman <rms@gnu.org>
13304
13305 * simple.el (idle-update-delay): Move definition up.
13306 (set-mark): Doc fix.
13307
13308 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
13309
13310 * longlines.el: New file.
13311
13312 * simple.el (buffer-substring-filters): New variable.
13313 (filter-buffer-substring): New function.
13314 (kill-region, copy-region-as-kill): Use it.
13315
13316 * register.el (copy-to-register, append-to-register)
13317 (prepend-to-register): Use filter-buffer-substring.
13318
13319 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
13320
13321 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
13322 (gud-filter-pending-text): Move in front of gdb.
13323 (gud-overlay-arrow-position): New variable.
13324 (gud-sentinel, gud-display-line): Use it in place of
13325 overlay-arrow-position.
13326
13327 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
13328
13329 * progmodes/fortran.el (fortran-if-indent): Doc fix.
13330 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
13331 (fortran-font-lock-keywords-4): New variable.
13332 (fortran-blocks-re, fortran-end-block-re)
13333 (fortran-start-block-re): New constants, for hideshow.
13334 (hs-special-modes-alist): Add a Fortran entry.
13335 (fortran-mode-map): Bind fortran-end-of-block,
13336 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
13337 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
13338 (fortran-looking-at-if-then, fortran-end-of-block)
13339 (fortran-beginning-of-block): New functions, for hideshow.
13340
13341 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
13342 Doc fix. Tweak regexp.
13343 (f90-beginning-of-block): Push mark first.
13344
13345 2005-03-29 Jay Belanger <belanger@truman.edu>
13346
13347 * calc/calc.el: Update copyright date.
13348 (calc-version): Increase to 2.1.
13349 (calc-version-date): Remove.
13350
13351 * calc/calc-help.el: Update copyright date.
13352 (calc-full-help): Remove reference to calc-version-date.
13353 Update copyright date.
13354
13355 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
13356
13357 * vc.el (vc-do-command): Use a pipe for async processes, so password
13358 prompts don't show up at places where the user can't reply.
13359
13360 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
13361
13362 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
13363 on the file name we pass to the inferior shell.
13364
13365 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
13366
13367 * progmodes/which-func.el (which-function): Be robust in the face of an
13368 imenu--make-index-alist failure.
13369
13370 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
13371
13372 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
13373
13374 * progmodes/python.el (python-preoutput-filter): Fix last change.
13375
13376 2005-03-29 Lute Kamstra <lute@gnu.org>
13377
13378 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
13379 functions and compiled macros.
13380 (debug-convert-byte-code): Handle macros too.
13381 (debug-on-entry-1): Don't signal an error when trying to clear a
13382 function that is not set to debug on entry.
13383
13384 2005-03-29 Jay Belanger <belanger@truman.edu>
13385
13386 * calc/calc-lang.el: Add functions to math-function-table
13387 properties of tex and math.
13388
13389 2005-03-29 Kenichi Handa <handa@m17n.org>
13390
13391 * ps-mule.el (ps-mule-plot-string): Translate characters by
13392 ps-print-translation-table.
13393 (ps-mule-begin-job): Call find-charset-region/string with
13394 ps-print-translation-table.
13395 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
13396
13397 * ps-print.el (ps-print-translation-table): New variable.
13398 (ps-plot-region): Translate characters by ps-print-translation-table.
13399
13400 2005-03-29 Juri Linkov <juri@jurta.org>
13401
13402 * simple.el (next-error-highlight-timer): New variable.
13403
13404 * progmodes/compile.el (compilation-goto-locus):
13405 Use `next-error-highlight-timer' instead of `sit-for'.
13406
13407 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
13408
13409 * mail/supercite.el (sc-mail-field): Use assoc-string.
13410 (sc-get-address): Simplify regexps.
13411
13412 * files.el (minibuffer-with-setup-hook): New macro.
13413 (find-file-read-args): Use it to avoid let-binding
13414 minibuffer-with-setup-hook (which breaks turning on/off
13415 file-name-shadow-mode while in the prompt).
13416
13417 * complete.el (PC-read-include-file-name-internal):
13418 Use test-completion.
13419
13420 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
13421
13422 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
13423
13424 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
13425
13426 * window.el (window-buffer-height): Use count-screen-lines.
13427
13428 * progmodes/python.el (python-preoutput-leftover): New var.
13429 (python-preoutput-filter): Use it.
13430 (python-send-receive): Loop until all the result has been received.
13431
13432 2005-03-28 Juri Linkov <juri@jurta.org>
13433
13434 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
13435
13436 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
13437 "Recover Crashed Session".
13438 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
13439 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
13440 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
13441 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
13442 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
13443 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
13444 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
13445 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
13446
13447 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
13448 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
13449 Ediff Sessions", "Toggle use of separate control buffer frame",
13450 "Use separate frame for Ediff control buffer".
13451
13452 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
13453 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
13454 "Rename Bookmark", "Delete Bookmark".
13455
13456 * info.el (Info-mode-menu): Remove ellipsis from "Index".
13457 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
13458 Add `:active Info-index-alternatives' to "Next Matching Item".
13459
13460 * wdired.el (wdired-change-to-wdired-mode):
13461 Mention `wdired-abort-changes' key in the initial message.
13462
13463 * international/mule.el (auto-coding-alist): Associate non-ascii
13464 image filename extensions with `no-conversion'.
13465
13466 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
13467
13468 * international/iso-acc.el:
13469 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
13470
13471 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
13472
13473 * textmodes/sgml-mode.el (html-mode): Doc update.
13474
13475 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
13476
13477 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
13478
13479 * term.el (term-move-columns): Fix face after extending a line.
13480 (term-insert-spaces): Likewise.
13481 (term-reset-terminal): Fix off by one error.
13482
13483 2005-03-26 Eli Zaretskii <eliz@gnu.org>
13484
13485 * international/mule.el (auto-coding-alist): Add .xpi files.
13486
13487 * files.el (auto-mode-alist): Add .xpi files.
13488
13489 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
13490
13491 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
13492
13493 2005-03-26 Eli Zaretskii <eliz@gnu.org>
13494
13495 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
13496
13497 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
13498
13499 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
13500 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
13501
13502 * calendar/cal-move.el (calendar-beginning-of-year): Move the
13503 cursor to Jan 1 when needed.
13504 (calendar-end-of-year): Fix -/+ typo.
13505 Reported by Chong Yidong <cyd@stupidchicken.com>.
13506
13507 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13508
13509 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
13510
13511 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
13512 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
13513
13514 2005-03-25 Richard M. Stallman <rms@gnu.org>
13515
13516 * filesets.el (filesets-init): Add autoload.
13517
13518 * mail/mailalias.el (mail-directory): Doc fix.
13519
13520 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13521
13522 * mail/mailalias.el (mail-directory-process): Do nothing if
13523 mail-directory-process is an atom.
13524 (mail-get-names): Ignore mail-directory-names if it is an atom.
13525 (mail-directory-process defvar): Doc fix.
13526 (mail-names): Doc fix.
13527
13528 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
13529
13530 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
13531
13532 2005-03-26 Kenichi Handa <handa@m17n.org>
13533
13534 * international/mule-util.el (detect-coding-with-priority):
13535 Call update-coding-systems-internal before detect-coding-region.
13536
13537 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
13538
13539 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
13540 (gdb-frames-mode-map): Add follow-link property.
13541
13542 2005-03-25 Jay Belanger <belanger@truman.edu>
13543
13544 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
13545 for variables.
13546
13547 2005-03-25 Juri Linkov <juri@jurta.org>
13548
13549 * image-mode.el: Optimize image filename extension regexps in
13550 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
13551 in `auto-mode-alist'.
13552 (image-mode): Add `image-toggle-display-text' to local hook
13553 `change-major-mode-hook'. Display the image as an image by
13554 default. Set `cursor-type' and `truncate-lines' if the image
13555 is already displayed. Take into account the current mode (image
13556 or text) in message.
13557 (image-minor-mode): New minor mode.
13558 (image-mode-maybe, image-toggle-display-text): New functions.
13559 (image-toggle-display): Use called-interactively-p.
13560 Let-bind `inhibit-read-only' to t.
13561
13562 * image-mode.el (image-minor-mode): Set `cursor-type' and
13563 `truncate-lines' if the image is already displayed. Add turning
13564 image-minor-mode off to `change-major-mode-hook'. Add message.
13565 Call `image-toggle-display-text' after turning image-minor-mode off.
13566
13567 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
13568
13569 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
13570 Terminal.app, use utf-8.
13571 (set-display-table-and-terminal-coding-system): Add coding-system arg.
13572 (set-locale-environment): Use it.
13573
13574 * term/xterm.el: Undo last change, better done in mule-cmds.el.
13575
13576 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
13577
13578 * progmodes/python.el (python-close-block-statement-p)
13579 (python-outdent-p, python-current-defun): Use symbol-end.
13580
13581 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
13582
13583 * files.el (save-some-buffers): Doc fix.
13584
13585 2005-03-25 Werner Lemberg <wl@gnu.org>
13586
13587 * complete.el, thumbs.el: Replace `legal' with `valid'.
13588 * calendar/calendar.el: Replace `legal' with `valid'.
13589 * emacs-lisp/advice.el: Replace `legal' with `valid'.
13590 * mail/supercite.el: Replace `legal' with `valid'.
13591 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
13592 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
13593 Replace `legal' with `valid'.
13594 * textmodes/reftex-vars.el, textmodes/reftex.el:
13595 Replace `legal' with `valid'.
13596
13597 2005-03-25 Werner Lemberg <wl@gnu.org>
13598
13599 * calc/calc-forms.el, calc/calc-sel.el:
13600 * midnight.el, vc-cvs.el:
13601 * emacs-lisp/cl-macs.el:
13602 * emulation/vip.el:
13603 * eshell/esh-io.el, eshell/esh-var.el:
13604 * mail/supercite.el:
13605 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
13606 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
13607 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
13608 * progmodes/sh-script.el, progmodes/xscheme.el:
13609 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
13610 * textmodes/reftex-index.el, textmodes/reftex-parse.el
13611 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
13612 * textmodes/reftex.el, textmodes/org.el:
13613 Replace `illegal' with `invalid'.
13614
13615 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13616
13617 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
13618 (flymake-find-buildfile, flymake-find-possible-master-files)
13619 (flymake-check-include, flymake-parse-line): Replace loops over the
13620 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
13621
13622 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
13623 Substitute file-name-as-directory in the rest of the file.
13624 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
13625 (flymake-replace-region): Remove unused arg `buffer'.
13626 (flymake-check-patch-master-file-buffer): Update calls to it.
13627 (flymake-add-err-info): Remove unused var `count'.
13628 (flymake-mode): Use define-minor-mode.
13629
13630 * progmodes/flymake.el: Use with-current-buffer.
13631 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
13632 flymake-replace-regexp-in-string, flymake-line-beginning-position)
13633 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
13634 Avoid testing for `xemacs'.
13635 (flymake-nop): Move.
13636 (flymake-region-has-flymake-overlays): Return the computed value.
13637 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
13638 Remove unused var `endline'.
13639 (flymake-get-line-count): Remove unused function.
13640 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
13641
13642 * emulation/vi.el:
13643 * generic.el:
13644 * hilit-chg.el (global-highlight-changes):
13645 * hi-lock.el (hi-lock-mode):
13646 * follow.el: find-file-hooks -> find-file-hook.
13647
13648 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
13649
13650 2005-03-24 Juri Linkov <juri@jurta.org>
13651
13652 * dired.el (dired-mode-map): Add menu item "Compare directories"
13653 for dired-compare-directories.
13654
13655 * dired-aux.el (dired-compare-directories): Add autoload cookie.
13656 Doc fix. Replace `read-file-name' with `read-directory-name'.
13657
13658 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13659
13660 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
13661
13662 2005-03-24 Jay Belanger <belanger@truman.edu>
13663
13664 * calc/calc-embed.el (calc-embedded-mode-change): Save all
13665 relevant mode settings in calc-embedded-original-modes when modes
13666 are permanently changed.
13667
13668 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13669
13670 * autoinsert.el: find-file-hooks -> find-file-hook.
13671
13672 2005-03-24 Lute Kamstra <lute@gnu.org>
13673
13674 * generic.el (generic-font-lock-defaults): Make it obsolete.
13675 (generic-font-lock-keywords): New variable to replace
13676 generic-font-lock-defaults.
13677 (generic-mode-set-font-lock): Delete it.
13678 (generic-mode-internal): Don't call generic-mode-set-font-lock.
13679 (generic-bracket-support): Add docstring.
13680
13681 * generic-x.el: Rename generic-font-lock-defaults to
13682 generic-font-lock-keywords throughout.
13683 (mailagent-rules-setup-function): Delete it.
13684 (mailagent-rules-generic-mode): Use anonymous function instead.
13685 (show-tabs-generic-mode-font-lock-defaults-1)
13686 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
13687 Quote faces.
13688 (show-tabs-tab-face, show-tabs-space-face): Specify background,
13689 not foreground.
13690
13691 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13692 Recognize define-generic-mode.
13693
13694 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
13695
13696 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
13697 if there's no completion table.
13698
13699 2005-03-23 Miles Bader <miles@gnu.org>
13700
13701 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
13702 Remove tty-specific variants, as they're no longer needed.
13703
13704 2005-03-23 Lute Kamstra <lute@gnu.org>
13705
13706 * generic-x.el: Code cleanup: make args constant whenever possible.
13707 (installshield-statement-keyword-list)
13708 (installshield-system-functions-list)
13709 (installshield-system-variables-list, installshield-types-list)
13710 (installshield-funarg-constants-list): Make them constants.
13711
13712 * generic.el (generic-make-keywords-list): Add autoload cookie.
13713
13714 * calendar/time-date.el: Add comment on time value formats.
13715 Don't require parse-time.
13716 (with-decoded-time-value): New macro.
13717 (encode-time-value): New function.
13718 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13719 (days-to-time): Return a valid time value when arg is huge.
13720 (time-since): Use time-subtract.
13721 (time-to-number-of-days): Use time-to-seconds.
13722
13723 2005-03-23 David Ponce <david@dponce.com>
13724
13725 * recentf.el: (recentf-keep): New option.
13726 (recentf-menu-action): Default to `find-file'.
13727 (recentf-keep-non-readable-files-flag)
13728 (recentf-keep-non-readable-files-p)
13729 (recentf-file-readable-p, recentf-find-file)
13730 (recentf-cleanup-remote): Remove.
13731 (recentf-include-p): More robust.
13732 (recentf-keep-p): New function.
13733 (recentf-remove-if-non-kept): Rename from
13734 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
13735 All callers updated.
13736 (recentf-menu-items-for-commands): Fix help string.
13737 (recentf-track-closed-file): Update. Doc fix.
13738 (recentf-cleanup): Update. Count removed files. Doc fix.
13739
13740 2005-03-23 Kim F. Storm <storm@cua.dk>
13741
13742 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
13743 Don't inherit from fringe face (now happens automatically).
13744
13745 2005-03-22 Kim F. Storm <storm@cua.dk>
13746
13747 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
13748 position values.
13749
13750 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
13751
13752 * menu-bar.el (showhide-date-time): Remove.
13753 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
13754 (menu-bar-make-mm-toggle): Simplify.
13755
13756 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
13757
13758 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
13759 Accept qualified variable and function names.
13760
13761 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
13762
13763 * bindings.el (completion-ignored-extensions):
13764 Remove ".lis" for `vax-vms'.
13765
13766 2005-03-22 Andreas Schwab <schwab@suse.de>
13767
13768 * generic-x.el: Revert last change.
13769 * ldefs-boot.el: Update.
13770
13771 2005-03-22 Jay Belanger <belanger@truman.edu>
13772
13773 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
13774 (calc-embedded-save-original-modes)
13775 (calc-embedded-restore-original-modes): New functions.
13776 (calc-do-embedded): Save original modes when entering embedded mode
13777 and restore when leaving embedded mode.
13778 (calc-embedded-modes-change): Change the value of
13779 calc-embedded-original-modes to reflect permanent changes.
13780
13781 2005-03-22 Lute Kamstra <lute@gnu.org>
13782
13783 * generic-x.el: Require generic again.
13784
13785 2005-03-22 Miles Bader <miles@gnu.org>
13786
13787 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
13788 Tweak details to look good on both ttys and bitmap displays, light
13789 or dark background, etc.
13790
13791 2005-03-21 Kim F. Storm <storm@cua.dk>
13792
13793 * tooltip.el (tooltip-show-help-function): Check car and cdr of
13794 mouse position.
13795
13796 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13797
13798 * icomplete.el: Don't forcibly turn on the mode upon load.
13799 (icomplete-mode): Use define-minor-mode.
13800 (icomplete-eoinput): Default to nil.
13801 (icomplete-minibuffer-setup): Remove autoload.
13802 (icomplete-tidy): Simplify.
13803 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
13804 in the initial state or if the user has modified the field.
13805 Fix handling of icomplete-max-delay-chars.
13806 Remove code that handles the oddball case where
13807 minibuffer-completion-table is an integer.
13808 Wrap icomplete-completions in while-no-input in case building
13809 completions takes more time than expected.
13810 (icomplete-completions): Simplify.
13811
13812 2005-03-21 Richard M. Stallman <rms@gnu.org>
13813
13814 * jka-compr.el (jka-compr-really-do-compress):
13815 Make variable buffer-local.
13816
13817 * image-mode.el: Handle .xpm files too.
13818 (image-toggle-display): Preserve modification flag.
13819
13820 * help.el (where-is): Don't mention aliases with no key bindings.
13821
13822 2005-03-21 Lute Kamstra <lute@gnu.org>
13823
13824 * generic.el: Fix commentary section. Don't require cl for
13825 compilation.
13826 (generic-mode-list): Add autoload cookie.
13827 (generic-use-find-file-hook, generic-lines-to-scan)
13828 (generic-find-file-regexp, generic-ignore-files-regexp)
13829 (generic-mode, generic-mode-find-file-hook)
13830 (generic-mode-ini-file-find-file-hook): Fix docstrings.
13831 (define-generic-mode): Make it a defmacro. Fix docstring.
13832 (generic-mode-internal): Code cleanup. Add autoload cookie.
13833 (generic-mode-set-comments): Code cleanup.
13834 * generic-x.el: Don't prevent compilation. Don't require generic.
13835 Follow coding conventions. Minor code cleanup.
13836 (etc-fstab-generic-mode): Add some keywords.
13837 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
13838 define-generic-mode like a function declaration.
13839
13840 2005-03-21 Jay Belanger <belanger@truman.edu>
13841
13842 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
13843 changing modes.
13844
13845 2005-03-21 Sam Steingold <sds@gnu.org>
13846
13847 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
13848
13849 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
13850
13851 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
13852 Add underscore to "f$ lexicals" regexp.
13853
13854 2005-03-20 Juri Linkov <juri@jurta.org>
13855
13856 * subr.el (progress-reporter-do-update): When `min-value' is equal
13857 to `max-value', set `percentage' to 0 and prevent division by zero.
13858
13859 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
13860
13861 Sync with Tramp 2.0.48.
13862
13863 * net/tramp.el (all): Change all addresses to .gnu.org.
13864 (tramp-append-tramp-buffers): New defun.
13865 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
13866 Catch `dont-send' signal.
13867 (tramp-set-auto-save-file-modes): Set always permissions, because
13868 there might be an old auto-saved file belonging to another
13869 original file. This could be a security threat. Reported by
13870 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
13871 Check for Emacs 21.3.50 removed.
13872
13873 * net/tramp-smb.el (all): Remove debug construct for
13874 `with-parsed-tramp-file-name'.
13875 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
13876 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
13877 No error message if DIRECTORY or FILENAME doesn't exist.
13878 (tramp-smb-open-connection): Check existence of
13879 `tramp-smb-program'.
13880
13881 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13882
13883 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
13884 Properly handle the case where the `m' or `s' command's argument is not
13885 yet terminated.
13886 (perl-indent-new-calculate): New function.
13887 (perl-indent-line): Use it.
13888
13889 2005-03-20 Miles Bader <miles@gnu.org>
13890
13891 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
13892 in text-mode too. Change to new face names.
13893 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
13894 Add `:weight bold' attribute.
13895 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
13896
13897 2005-03-19 Juri Linkov <juri@jurta.org>
13898
13899 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
13900
13901 * international/mule.el (auto-coding-alist): Sync with
13902 `auto-mode-alist' by adding upper case archive file extensions
13903 and adding ear/war to jar extension.
13904
13905 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
13906
13907 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
13908 running, restart it.
13909
13910 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
13911
13912 * finder.el (finder-current-item): Throw an error on an empty line.
13913
13914 * man.el (Man-follow-manual-reference): If current-word returns
13915 nil, use "".
13916
13917 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
13918
13919 * simple.el (goto-line): Doc fix.
13920
13921 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
13922
13923 * files.el (save-buffer): Doc fix.
13924
13925 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
13926
13927 * recentf.el (recentf-cleanup-remote): New variable.
13928 (recentf-cleanup): Use it to conditionally check availability of
13929 remote files.
13930
13931 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
13932
13933 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
13934 function names.
13935
13936 2005-03-19 Eli Zaretskii <eliz@gnu.org>
13937
13938 * language/thai-word.el: New file.
13939
13940 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
13941
13942 * files.el (backup-buffer): If the file's directory is not
13943 writable, use copy instead of move to backup the file.
13944
13945 2005-03-19 Eli Zaretskii <eliz@gnu.org>
13946
13947 * obsolete/keyswap.el: Moved to obsolete/ from term/.
13948
13949 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13950
13951 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
13952 Use functionp instead of symbolp and fboundp. Reported by Drkm
13953 <darkman_spam@yahoo.fr>.
13954 (ps-print-version): New version 6.6.6.
13955
13956 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
13957
13958 * textmodes/table.el (table--line-column-position): New idiom.
13959 (table--row-column-insertion-point-p): New function to test
13960 validity of row and column insertion operation at a location.
13961 (table-global-menu, table-cell-menu): Use above functions for
13962 deterministic test operation.
13963 (table--editable-cell-p): Behave in deterministic fashion.
13964
13965 2005-03-18 Juri Linkov <juri@jurta.org>
13966
13967 * isearch.el (isearch-lazy-highlight-new-loop):
13968 Make arguments beg and end optional.
13969 (isearch-update): Remove optional arguments nil from
13970 isearch-lazy-highlight-new-loop.
13971 (isearch-lazy-highlight-search): Let-bind case-fold-search to
13972 isearch-lazy-highlight-case-fold-search instead of
13973 isearch-case-fold-search, and let-bind isearch-regexp to
13974 isearch-lazy-highlight-regexp.
13975 Use isearch-lazy-highlight-last-string instead of isearch-string.
13976
13977 * replace.el (perform-replace): Remove bindings of global
13978 variables isearch-string, isearch-regexp, isearch-case-fold-search.
13979 Add three new arguments to `replace-highlight'.
13980 (replace-highlight): Add arguments string, regexp, case-fold.
13981 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
13982 to allow isearch-lazy-highlight-new-loop to use these values
13983 to set corresponding isearch-lazy-highlight-* internal
13984 variables whose values lazy highlighting will use regardless of
13985 changes to global variables isearch-string, isearch-regexp,
13986 isearch-case-fold-search during lazy highlighting loop.
13987 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
13988 to `lazy-highlight-cleanup'.
13989
13990 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
13991 (ispell-highlight-face): Set default face to `isearch' when
13992 lazy highlighting is enabled.
13993 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
13994 priority to 1. Add lazy highlighting.
13995 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
13996 from `isearch-dehighlight'.
13997
13998 2005-03-18 David Ponce <david@dponce.com>
13999
14000 * files.el (hack-local-variables): Do a case-insensitive search
14001 for End.
14002
14003 2005-03-18 Juri Linkov <juri@jurta.org>
14004
14005 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
14006 `isearch-lazy-highlight-cleanup', add alias to old name and
14007 declare obsolete. Add release numbers to other obsolete vars.
14008 (isearch-done, isearch-lazy-highlight-new-loop):
14009 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
14010 (lazy-highlight-cleanup) <variable>: Doc fix.
14011 (isearch-lazy-highlight-update): Rename obsolete
14012 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
14013
14014 2005-03-18 Kenichi Handa <handa@m17n.org>
14015
14016 * language/thai-util.el: Fix categorization of Thai characters in
14017 thai-category-table.
14018 (thai-composition-pattern): Adjust it for the above change.
14019 (thai-self-insert-command, thai-compose-syllable): New functions.
14020 (thai-compose-region): Use thai-compose-syllable.
14021 (thai-compose-string): Likewise.
14022 (thai-composition-function): Likewise.
14023 (thai-auto-composition): New function.
14024 (thai-auto-composition-mode): New minor mode.
14025
14026 * language/thai.el: Fix patterns to be registered in
14027 composition-function-table.
14028
14029 * international/quail.el (quail-input-method): Locally bind
14030 inhibit-modification-hooks to t.
14031
14032 2005-03-17 Richard M. Stallman <rms@gnu.org>
14033
14034 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
14035 (perl-mode): Use run-mode-hooks.
14036
14037 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
14038 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
14039 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
14040
14041 * mail/sendmail.el (sendmail-send-it): Reenable the code
14042 to compute resend-to-address and use it.
14043
14044 * tar-mode.el (tar-mode): Turn off undo unconditionally.
14045
14046 * image-mode.el: New file.
14047
14048 * image.el (insert-sliced-image): Add autoload cookie.
14049
14050 * font-lock.el (font-lock-lines-before): New user option.
14051 (font-lock-after-change-function): Obey it.
14052
14053 * bindings.el (esc-map): Make M-g a prefix.
14054 Bind M-g g and M-g M-g to goto-line.
14055
14056 * faces.el (face-id): Doc fix.
14057
14058 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14059
14060 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
14061 (rmail-show-message): Use rmail-unknown-mail-followup-to.
14062 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
14063
14064 * mail/sendmail.el (mail-yank-ignored-headers)
14065 (mail-font-lock-keywords, mail-mode-fill-paragraph):
14066 Add Mail-Followup-To and Mail-Reply-To headers.
14067 (mail-citation-hook): Add autoload cookie.
14068 (mail-mode): Doc fix.
14069 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
14070 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
14071 (mail-mode-fill-paragraph): Handle those headers.
14072 (mail-mailing-lists): New variable.
14073 (mail-mail-reply-to, mail-mail-followup-to): New functions.
14074
14075 2005-03-17 Juri Linkov <juri@jurta.org>
14076
14077 * isearch.el (isearch-fallback): Check for `(car previous)'
14078 before calling `isearch-other-end-state'.
14079
14080 2005-03-17 Kim F. Storm <storm@cua.dk>
14081
14082 * simple.el (move-beginning-of-line): Move to beginning of buffer
14083 line, as well as beginning of screen line.
14084
14085 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
14086
14087 * calendar/diary-lib.el (mark-diary-entries): Use new optional
14088 argument REDRAW rather than calendar-redrawing variable.
14089 * calendar/calendar.el (calendar-redrawing): Delete.
14090 (redraw-calendar): Do not bind calendar-redrawing.
14091
14092 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
14093
14094 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
14095 diary-file buffer.
14096
14097 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
14098
14099 * help.el (describe-mode): Allow a :minor-mode-function property to
14100 specify a different minor mode toggle function than the variable.
14101 * simple.el (auto-fill-function):
14102 * subr.el (add-minor-mode): Use it.
14103
14104 2005-03-16 Kenichi Handa <handa@m17n.org>
14105
14106 * language/ethio-util.el (sera-being-called-by-w3): New variable.
14107 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
14108 (ethio-fidel-to-sera-buffer): Likewise.
14109
14110 2005-03-16 Juri Linkov <juri@jurta.org>
14111
14112 * emacs-lisp/find-func.el (find-function-regexp):
14113 Add defun-emitting macro `menu-bar-make-toggle'.
14114
14115 * isearch.el: Put `isearch-scroll' property to
14116 `split-window-horizontally'.
14117
14118 * info.el: Update error messages for `debug-ignored-errors'.
14119 (Info-isearch-search): Doc fix.
14120 (Info-find-node): Move up code to go into info buffer before
14121 recording the node to the history.
14122 (Info-fontify-node): Fontify titles only if the next line
14123 has two or more `*', `=', `-', `.'.
14124 Display "go to this node" for empty (match-string 3).
14125
14126 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14127
14128 * term/mac-win.el: Add mouse pointer shape constants.
14129
14130 2005-03-15 Kim F. Storm <storm@cua.dk>
14131
14132 * simple.el (move-beginning-of-line): Use vertical-motion.
14133
14134 2005-03-15 Juri Linkov <juri@jurta.org>
14135
14136 * isearch.el (isearch-error): New variable.
14137 (isearch-invalid-regexp, isearch-within-brackets): Remove.
14138 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
14139 (isearch-within-brackets-state): Remove.
14140 (isearch-case-fold-search-state, isearch-pop-fun-state):
14141 Decrease frame index.
14142 (isearch-mode, isearch-top-state, isearch-push-state)
14143 (isearch-edit-string, isearch-abort, isearch-search-and-update)
14144 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
14145 (isearch-search, isearch-lazy-highlight-new-loop):
14146 Replace `isearch-invalid-regexp' with `isearch-error'.
14147 Remove `isearch-within-brackets'.
14148 (isearch-search): Add `search-failed' handler to `condition-case'.
14149 (isearch-lazy-highlight-search): Add `condition-case' to catch
14150 errors and allow `isearch-lazy-highlight-update' to try
14151 highlighting from the beginning of the window.
14152 (isearch-repeat): Move up code to set isearch-wrapped to t
14153 before calling isearch-wrap-function.
14154
14155 * info.el (Info-isearch-initial-node): New internal variable.
14156 (Info-search): Signal an error in isearch mode when search leaves
14157 the initial node. Signal an error when `bound' is non-nil and
14158 nothing was found in the current subfile.
14159 (Info-isearch-search): Remove `condition-case'.
14160 (Info-isearch-wrap): Don't wrap when search failed during leaving
14161 the initial node. If `Info-isearch-search' is nil, wrap around
14162 the current node.
14163 (Info-isearch-start): New fun.
14164 (Info-mode): Add buffer-local hook `Info-isearch-start' to
14165 `isearch-mode-hook'.
14166
14167 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14168
14169 * simple.el (normal-erase-is-backspace): Set default to t if
14170 running on Mac.
14171
14172 * term/mac-win.el (function-key-map): Sync with x-win.el.
14173
14174 2005-03-15 Kenichi Handa <handa@m17n.org>
14175
14176 * international/mule-cmds.el (locale-language-names): Modify the
14177 format of elements and add more entries.
14178 (locale-preferred-coding-systems): Add more entries.
14179 (set-locale-environment): Adjust for the change of
14180 locale-language-names.
14181
14182 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
14183
14184 * pcvs.el (smerge-ediff): Remove bogus autoload.
14185
14186 2005-03-14 Lute Kamstra <lute@gnu.org>
14187
14188 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
14189 Ignore a `*' at the beginning of a line.
14190
14191 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
14192 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
14193 subr.el.
14194 (dont-compile, eval-when-compile, eval-and-compile): Use declare
14195 to specify indentation.
14196
14197 * generic.el (define-generic-mode): Let generic-mode-list be a
14198 list of strings; test membership with equal.
14199
14200 2005-03-14 Kim F. Storm <storm@cua.dk>
14201
14202 * simple.el (next-line, previous-line): Add optional try-vscroll
14203 arg to recognize interactive use. Pass it on to line-move.
14204 (line-move): Don't perform auto-window-vscroll when defining or
14205 executing keyboard macro to ensure consistent behavior.
14206
14207 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
14208
14209 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
14210
14211 2005-03-13 Lute Kamstra <lute@gnu.org>
14212
14213 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
14214 debugger-setup-buffer so that backtrace marks the frames set to
14215 debug-on-exit and we don't have to do it manually. Set an extra
14216 debug-on-exit for macro's.
14217 (debugger-setup-buffer): Don't mark the top frame manually.
14218
14219 2005-03-12 Lute Kamstra <lute@gnu.org>
14220
14221 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
14222 lisp-indent-function throughout.
14223 (with-no-warnings): Set lisp-indent-function property.
14224
14225 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
14226
14227 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
14228 Add entry for backslash.
14229
14230 2005-03-12 Juri Linkov <juri@jurta.org>
14231
14232 * info.el (Info-search): Four fixes for backward search.
14233
14234 2005-03-11 Jay Belanger <belanger@truman.edu>
14235
14236 * calc/calc.el (calc-language-alist): New variable.
14237 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
14238 (calc-embedded-find-modes): Use calc-language-alist instead of
14239 calc-embedded-language-alist.
14240
14241 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
14242
14243 * calendar/calendar.el (calendar-redrawing): New internal
14244 variable.
14245 (redraw-calendar): Remove bogus save-excursion from previous
14246 change. Bind calendar-redrawing to t for mark-diary-entries.
14247 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
14248 calendar if that is why we were called.
14249
14250 2005-03-11 Kenichi Handa <handa@m17n.org>
14251
14252 * international/mule.el (make-coding-system): Set property
14253 coding-system-define-form to nil.
14254 (define-coding-system-alias): Likewise.
14255
14256 2005-03-11 Kenichi Handa <handa@m17n.org>
14257
14258 These changes are suggested by Dave Love <fx@gnu.org>.
14259
14260 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
14261 coding: tag.
14262 (adaptive-fill-regexp): Add more bullets.
14263 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
14264 regexps.
14265
14266 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
14267
14268 * help.el (describe-mode): Properly handle non-trivial lighters.
14269 Don't ignore minor modes that are not listed in minor-mode-list.
14270
14271 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
14272 feature ON when the user requests to turn it OFF.
14273
14274 2005-03-10 Lute Kamstra <lute@gnu.org>
14275
14276 * emacs-lisp/debug.el (debug-entry-code): Delete it.
14277 (implement-debug-on-entry): New function to replace debug-entry-code.
14278 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
14279 second argument as the 2005-03-07 change makes it obsolete.
14280 (debug-on-entry, cancel-debug-on-entry): Update call to
14281 debug-on-entry-1.
14282 (debug, debugger-setup-buffer): Comment update.
14283 (debugger-frame-number): Update to work with implement-debug-on-entry.
14284
14285 2005-03-10 Jay Belanger <belanger@truman.edu>
14286
14287 * calc/calc-embed.el (math-ms-args): Declare it.
14288 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
14289 math-ms-args.
14290 (calc-embedded-subst): Use math-multi-subst-rec to substitute
14291 variables.
14292
14293 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
14294
14295 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
14296 Use message-box.
14297
14298 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
14299 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
14300 (tooltip-gud-tips): Simplify.
14301 (tooltip-gud-tips-p): Remove superfluous :set.
14302 (tooltip-gud-modes): Add fortran-mode.
14303 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
14304
14305 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
14306
14307 2005-03-09 Kim F. Storm <storm@cua.dk>
14308
14309 * play/animate.el (animate-place-char): Use forward-line instead
14310 of next-line to improve performance.
14311
14312 2005-03-09 Simon Josefsson <jas@extundo.com>
14313
14314 * net/browse-url.el (browse-url-default-browser): Doc fix.
14315
14316 2005-03-09 Miles Bader <miles@gnu.org>
14317
14318 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
14319 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
14320
14321 2005-03-09 Kenichi Handa <handa@m17n.org>
14322
14323 * international/latin-1.el: Set case and syntax for 255 only if
14324 set-case-syntax-set-multibyte is nil.
14325
14326 * textmodes/ispell.el (ispell-insert-word): New function.
14327 (ispell-word): Use ispell-insert-word to insert a new word.
14328 (ispell-process-line): Likewise.
14329 (ispell-complete-word): Likewise.
14330
14331 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
14332
14333 * calendar/calendar.el (redraw-calendar): Preserve point.
14334 Reported by Matt Hodges <MPHodges@member.fsf.org>.
14335 (calendar-week-start-day): Move after definition of
14336 redraw-calendar. Delete buffer test, since redraw-calendar has
14337 that now.
14338
14339 * calendar/diary-lib.el (mark-diary-entries): Only call
14340 redraw-calendar in the first of any recursive calls.
14341 Reported by Alan Shutko <ats@acm.org>.
14342
14343 2005-03-08 Juri Linkov <juri@jurta.org>
14344
14345 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
14346 (html-horizontal-rule, html-line, html-image, html-checkboxes)
14347 (html-radio-buttons): Add a space before the trailing `/>' where
14348 sgml-xml-mode is non-nil.
14349 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
14350 the subsequent tag of the empty XML tag.
14351 (html-href-anchor): Don't set initial input to "http:".
14352 (html-image): Ask for the image URL and set point inside alt="".
14353 (html-name-anchor): Duplicate the name in the `id' attribute when
14354 sgml-xml-mode is non-nil.
14355 (html-paragraph): Remove \n before <p>.
14356 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
14357 instead of `checked' when sgml-xml-mode is non-nil.
14358
14359 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
14360 Remove 1 space before #RRGGBB to not truncate it on terminal
14361 windows w/o fringes. Remove 1 space between bg and fg examples
14362 to get more space.
14363 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
14364 avoid byte-compile warnings.
14365
14366 * image-file.el (image-file-handler): Put `safe-magic' property to
14367 `image-file-handler'.
14368
14369 * info.el (Info-isearch-search): Emulate word search in
14370 isearching through multiple Info nodes with Info-search.
14371 (Info-isearch-wrap): Allow isearch-word.
14372
14373 2005-03-08 Lute Kamstra <lute@gnu.org>
14374
14375 * emacs-lisp/debug.el (debugger-step-through): Make sure that
14376 stepping into the debugger's code is not possible.
14377 (debugger-jumping-flag): Docstring update.
14378
14379 2005-03-08 Jay Belanger <belanger@truman.edu>
14380
14381 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
14382 embedded mode begins.
14383 (calc-embedded-language-alist): New variable.
14384 (calc-embedded-find-modes): Use calc-embedded-language-alist to
14385 set default language mode.
14386
14387 2005-03-08 Kenichi Handa <handa@m17n.org>
14388
14389 * international/ccl.el (define-ccl-program): Fix docstring about
14390 extra 256 bytes assured for the output buffer.
14391
14392 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
14393 Fix BUFFER_MAGNIFICATION to 2.
14394 (ccl-encode-mule-utf-16be-with-signature): Likewise.
14395
14396 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
14397
14398 * align.el (align-rules-list): Added an alignment rule for CSS
14399 declarations (applies to css-mode and html-mode buffers).
14400
14401 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
14402
14403 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
14404
14405 2005-03-07 Kim F. Storm <storm@cua.dk>
14406
14407 * simple.el (move-beginning-of-line): New command.
14408
14409 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
14410
14411 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
14412
14413 * emulation/cua-base.el: Put CUA move property on move-end-of-line
14414 and move-beginning-of-line.
14415
14416 * apropos.el (apropos-print): Omit command from M-x ... RET.
14417
14418 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
14419
14420 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
14421 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
14422
14423 2005-03-06 Richard M. Stallman <rms@gnu.org>
14424
14425 * bindings.el (esc-map): Bind M-g to goto-line.
14426
14427 * facemenu.el (global-map): Bind M-o, not M-g.
14428
14429 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14430
14431 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
14432 "Open Directory" as for "Open File".
14433
14434 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
14435
14436 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
14437 (push-mark-command): Run activate-mark-hook.
14438
14439 2005-03-06 Richard M. Stallman <rms@gnu.org>
14440
14441 * help-mode.el (help-mode-finish): Don't alter the element
14442 in view-return-to-alist if there already is one.
14443
14444 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
14445 make sure the current buffer is the expected one.
14446
14447 * novice.el (disabled-command-function): Output in *Disabled Command*.
14448 Explicitly ignore non-keyboard events, and explicitly handle C-g.
14449
14450 * textmodes/flyspell.el (flyspell-large-region):
14451 Pass args differently for aspell.
14452
14453 * files.el (mode-require-final-newline): Doc fix.
14454
14455 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
14456
14457 * progmodes/which-func.el (which-function):
14458 Specify NOERROR when calling imenu--make-index-alist.
14459
14460 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
14461
14462 * simple.el (normal-erase-is-backspace): Define default value.
14463
14464 * custom.el (custom-theme-set-variables): Remove unused var
14465 `immediate'.
14466 (custom-reevaluate-setting): Simple function to handle variables
14467 that are defined before their default value can really be
14468 computed.
14469
14470 * startup.el (command-line): Use it for temporary-file-directory,
14471 small-emporary-file-directory, auto-save-file-name-transforms,
14472 blink-cursor-mode, and normal-erase-is-backspace.
14473
14474 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
14475 progress, even with buggy anchored keywords.
14476
14477 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
14478
14479 * simple.el (goto-line): Remove unbalanced final parenthesis.
14480
14481 2005-03-05 Richard M. Stallman <rms@gnu.org>
14482
14483 * simple.el (goto-line): Use a number at point as the default.
14484 With C-u as arg, switch buffers.
14485
14486 2005-03-05 Juri Linkov <juri@jurta.org>
14487
14488 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
14489 with `no-blinking-cursor'.
14490
14491 * startup.el (no-blinking-cursor): New defvar.
14492 (command-line): Add `--no-blinking-cursor' to longopts.
14493 Set `no-blinking-cursor' to t for command line arguments
14494 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
14495 with `no-blinking-cursor' in the condition for calling
14496 `blink-cursor-mode'.
14497
14498 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
14499
14500 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
14501 (menu-bar-options-save): Add blink-cursor-mode.
14502 (menu-bar-options-menu): Add blink-cursor-mode.
14503
14504 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
14505
14506 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
14507 (icalendar-export-file, icalendar-export-region)
14508 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
14509 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
14510
14511 2005-03-04 Lute Kamstra <lute@gnu.org>
14512
14513 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
14514 (debug-function-list): Ditto.
14515
14516 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
14517
14518 * textmodes/texinfmt.el (texinfo-append-refill):
14519 Redefine the types of line to which @refill
14520 is not appended by replacing a search for `@refill\\|@bye' with
14521 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
14522 itemize@refill' bug and the unfilled long lines bug.
14523 (texinfmt-version): Update number and date.
14524
14525 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
14526
14527 * international/code-pages.el (windows-1250, windows-125[2-8])
14528 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
14529
14530 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
14531
14532 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
14533 bound yet.
14534
14535 2005-03-02 Romain Francoise <romain@orebokech.com>
14536
14537 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
14538 buffer after removing limits.
14539 (ibuffer-pop-filter): Ditto.
14540 Update copyright.
14541
14542 2005-03-02 Miles Bader <miles@gnu.org>
14543
14544 * button.el (make-text-button): If the user doesn't specify a
14545 type, use the default. Rewrite to use `add-text-properties' and
14546 plist functions.
14547
14548 2005-03-01 Lute Kamstra <lute@gnu.org>
14549
14550 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
14551 (debugger-jumping-flag): New var.
14552 (debug-entry-code): Use it.
14553 (debugger-jump): Use debugger-jumping-flag and add
14554 debugger-reenable to post-command-hook.
14555 (debugger-reenable): Use debugger-jumping-flag and remove itself
14556 from post-command-hook.
14557 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
14558 debugger-reenable.
14559
14560 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
14561
14562 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
14563 inclusion of "itemize\\|", which may be unnecessary, is certainly
14564 inelegant, and stops refilling in itemize lists when formatting
14565 Japanese Texinfo files to Info.
14566 Update copyright to 2005.
14567
14568 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
14569
14570 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
14571 of an error if GDB can't find the source file.
14572
14573 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
14574
14575 * calendar/calendar.el (redraw-calendar): Work from any buffer,
14576 not just the calendar.
14577
14578 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
14579 first.
14580 (diary-redraw-calendar): New function.
14581 (make-diary-entry): Add diary-redraw-calendar to local
14582 write-contents-functions. Turn off selective display before
14583 inserting in diary.
14584
14585 2005-03-01 Kim F. Storm <storm@cua.dk>
14586
14587 * emacs-lisp/copyright.el (copyright-fix-years): New command.
14588
14589 2005-03-01 Lute Kamstra <lute@gnu.org>
14590
14591 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
14592 that debug-entry-code can be safely removed from a function while
14593 this code is being evaluated. Revert the 2005-02-27 change as the
14594 new implementation no longer requires it. Make sure that a
14595 function body containing just a string is not mistaken for a docstring.
14596 (debug): Skip one more frame in case of debug on entry.
14597 (debugger-setup-buffer): Delete one more frame line in case of
14598 debug on entry.
14599 (debugger-frame-number): Update to use the new text introduced by
14600 the 1999-11-03 change. Skip one more frame in case of debug on entry.
14601
14602 2005-02-28 Kim F. Storm <storm@cua.dk>
14603
14604 * double.el (double-translate-key): Call force-window-update after
14605 read-event to avoid crash in redisplay.
14606
14607 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
14608
14609 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
14610 (debug): Use it. Move the inhibit-trace earlier.
14611 (debug-entry-code): New const.
14612 (debug-on-entry-1): Use it.
14613
14614 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
14615
14616 * international/utf-16.el (ccl-encode-mule-utf-16le):
14617 Fix BUFFER_MAGNIFICATION to 2.
14618 (ccl-encode-mule-utf-16be): Likewise.
14619
14620 2005-02-28 Kenichi Handa <handa@m17n.org>
14621
14622 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
14623 Fix BUFFER_MAGNIFICATION to 4.
14624 (ccl-encode-mule-utf-16be-with-signature): Likewise.
14625
14626 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
14627
14628 * speedbar.el (speedbar-update-flag): Doc fix.
14629 (speedbar-show-info-under-mouse): Give set-mouse-position the right
14630 argument.
14631
14632 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
14633
14634 * reveal.el (reveal-post-command): Don't try to reveal overlays which
14635 have a non-nil `invisible' property but are actually visible.
14636
14637 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
14638 for perldoc sections.
14639 (perl-outline-regexp, perl-outline-level): New var and function.
14640 (perl-mode): Use them.
14641
14642 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
14643
14644 * calendar/diary-lib.el (diary-remind): Discard any mark portion
14645 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
14646
14647 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
14648
14649 * cus-edit.el: Comment change.
14650 (custom-buffer-create-internal): Slightly reword text at top of
14651 Custom buffers. Mention there that saving an option edits the
14652 init file. Add link to Emacs manual node on `custom-file'.
14653 (custom-magic-alist): Rewrite individual State messages to use
14654 capitalized keywords. Doc fix.
14655
14656 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
14657
14658 * calendar/calendar.el (calendar-buffer): Move above
14659 calendar-week-start-day.
14660 (calendar-week-start-day): Doc fix. Add :set function.
14661 (calendar-minimum-window-height): New variable.
14662 (generate-calendar-window): Only resize window if selected-window
14663 is displaying the calendar buffer. Use new variable
14664 calendar-minimum-window-height.
14665 (generate-calendar): Reword error message.
14666 (calendar-mode-map): Bind DEL to scroll-other-window-down.
14667
14668 2005-02-27 Andreas Schwab <schwab@suse.de>
14669
14670 * vc.el (vc-do-command): Don't run command asynchronously when
14671 operating in a remote directory.
14672
14673 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
14674 change from sync with Tramp 2.0.47.
14675
14676 2005-02-27 Richard M. Stallman <rms@gnu.org>
14677
14678 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
14679
14680 * textmodes/flyspell.el (flyspell-mode-on):
14681 Call ispell-change-dictionary only if necessary.
14682
14683 * emacs-lisp/re-builder.el (regexp-builder): New function.
14684
14685 * register.el (describe-register-1): Explicitly handle
14686 yank-excluded-properties = t.
14687
14688 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
14689 (custom-magic-alist): Change the status descriptions again.
14690 (face widget-type): Total rewrite based on `restricted-sexp'
14691 to eliminate the confusing double hiding levels.
14692
14693 * emacs-lisp/debug.el (debug-on-entry-1):
14694 If function body is empty, add nil as body form.
14695
14696 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
14697
14698 * emacs-lisp/trace.el (inhibit-trace): New var.
14699 (trace-make-advice): Use it.
14700
14701 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
14702
14703 2005-02-26 Kim F. Storm <storm@cua.dk>
14704
14705 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
14706 (mouse-on-link-p, mouse-drag-region-1): Use it.
14707
14708 2005-02-25 Lute Kamstra <lute@gnu.org>
14709
14710 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
14711
14712 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
14713
14714 * frame.el (blink-cursor-mode): Add :group keyword.
14715
14716 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
14717
14718 * calendar/icalendar.el (icalendar--decode-isodatetime):
14719 New optional argument DAY-SHIFT.
14720 (icalendar-export-region): Fix coding-system-for-write.
14721 (icalendar--convert-ical-to-diary): Shift end-day of all-day
14722 events by one.
14723
14724 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
14725
14726 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
14727
14728 2005-02-24 Kim F. Storm <storm@cua.dk>
14729
14730 * international/iso-acc.el (iso-accents-compose): Fix crash
14731 during redisplay. Call force-window-update after read-event
14732 and delete-region to signal that window is not accurate.
14733
14734 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
14735
14736 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
14737 Remove unused and inexistent var `inhibit-trace'.
14738 (debugger-mode): Use run-mode-hooks.
14739 (debugger-list-functions): Add buttons; setup xref stack.
14740
14741 2005-02-23 Richard M. Stallman <rms@gnu.org>
14742
14743 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
14744 appointment says it was explicitly made.
14745 (appt-add): Set the 3rd element.
14746 (appt-make-list): Preserve explicit appointments.
14747
14748 * subr.el (find-tag-default): Catch errors in forward-sexp.
14749
14750 2005-02-23 Juri Linkov <juri@jurta.org>
14751
14752 * info.el (Info-isearch-search): New defcustom.
14753 (Info-isearch-search): Call the default isearch function
14754 when Info-isearch-search is nil.
14755 (Info-isearch-wrap): Use variable Info-isearch-search.
14756
14757 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
14758
14759 * cus-edit.el: Comment change.
14760
14761 2005-02-22 Kim F. Storm <storm@cua.dk>
14762
14763 * progmodes/hideif.el (hide-ifdef-use-define-alist):
14764 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
14765
14766 2005-02-22 Simon Josefsson <jas@extundo.com>
14767
14768 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
14769 New variable.
14770 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
14771 Oskarsson" <myrkraverk@users.sourceforget.net>.
14772
14773 2005-02-22 Kim F. Storm <storm@cua.dk>
14774
14775 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
14776 check that window of that event is the selected window.
14777 (mouse-drag-region-1): Compare mouse event window to selected
14778 window before setting point.
14779
14780 * tooltip.el (tooltip-show-help-function): Pass event to
14781 mouse-on-link-p so it can check selected window.
14782
14783 2005-02-22 Kenichi Handa <handa@m17n.org>
14784
14785 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
14786 (ps-mule-show-warning): New function.
14787 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
14788 characters are found.
14789
14790 * ps-print.el (ps-header-footer-string): Return a list of header
14791 and footer strings.
14792
14793 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
14794
14795 * pcvs.el (cvs-retrieve-revision): Fix thinko.
14796
14797 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
14798
14799 * frame.el (blink-cursor-mode): Use define-minor-mode.
14800
14801 * term/mac-win.el (function-key-map): Use char-names more consistently.
14802 (file-name-coding-system): Only set it for MacOS-9. The other case is
14803 already handled in mule-cmds.el (where it also works when mac-win.el
14804 is not used).
14805
14806 2005-02-21 Kenichi Handa <handa@m17n.org>
14807
14808 * international/mule.el (ctext-pre-write-conversion): Always use
14809 " *code-converting-work*" buffer for work.
14810
14811 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
14812
14813 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
14814
14815 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
14816
14817 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
14818
14819 * ses.el (undo-more): Restore defadvice, but only the part that
14820 allows changes outside the restricted area of the buffer.
14821
14822 2005-02-20 Kim F. Storm <storm@cua.dk>
14823
14824 * simple.el (line-move): Add fourth optional arg try-vscroll which
14825 must be set to perform auto-window-vscroll.
14826 When moving backwards and doing auto-window-vscroll, automatically
14827 vscroll to the last part of lines which are taller than the window.
14828 (next-line, previous-line): Set try-vscroll arg on line-move.
14829
14830 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
14831
14832 * replace.el (query-replace, query-replace-regexp)
14833 (replace-string, replace-regexp): When operating on region, make
14834 the minibuffer prompt say so.
14835
14836 * isearch.el (isearch-forward): Document isearch-query-replace and
14837 isearch-query-replace-regexp keybindings.
14838
14839 2005-02-19 Jay Belanger <belanger@truman.edu>
14840
14841 * calc/calc-aent.el (math-read-token): Add local variable.
14842
14843 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
14844 (calc-edit-top): Move declaration to earlier in file.
14845 (calc-edit-macro-repeats): Add local variables.
14846
14847 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
14848 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
14849 calcFunc-tanh.
14850 Adjust integration rule for calcFunc-tan.
14851
14852 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14853
14854 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
14855 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
14856 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
14857 (viper-skip-separators): Bug fix.
14858 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
14859 particular major mode.
14860 (viper-del-backward-char-in-replace): Don't put deleted char on the
14861 kill ring.
14862
14863 * viper-ex.el (viper-color-display-p): New function.
14864 (viper-has-face-support-p): Use viper-color-display-p.
14865
14866 * viper-keym.el (viper-gnus-modifier-map): New keymap.
14867
14868 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
14869
14870 * viper-util.el (viper-glob-unix-files): Fix shell status check.
14871 (viper-file-remote-p): Make equivalent to file-remote-p.
14872
14873 * viper.el (viper-major-mode-modifier-list):
14874 Use viper-gnus-modifier-map.
14875
14876 2005-02-19 David Kastrup <dak@gnu.org>
14877
14878 * subr.el (subregexp-context-p): Fix garbled doc string by adding
14879 quoting.
14880
14881 2005-02-19 Jay Belanger <belanger@truman.edu>
14882
14883 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
14884 Remove extra definitions.
14885 (calc-coth): New function.
14886 (calcFunc-cot): Fix `let'.
14887
14888 2005-02-19 Eli Zaretskii <eliz@gnu.org>
14889
14890 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
14891 the reasons we use "type pc" in these faces.
14892
14893 * button.el (button): Ditto.
14894
14895 2005-02-19 Michael Mauger <mmaug@yahoo.com>
14896
14897 * replace.el (query-replace-read-from): Set the value of
14898 query-replace-from-history-variable to handle the case of an empty
14899 string entered to accept the suggested default.
14900
14901 * net/tramp.el (tramp-file-name-for-operation):
14902 Use dired-call-process instead of dired-call-process-command.
14903
14904 2005-02-19 Jay Belanger <belanger@truman.edu>
14905
14906 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
14907 (math-div-non-trig): New variables.
14908 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
14909 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
14910 (math-combine-prod, math-div-symb-fancy): Add simplifications for
14911 trig expressions.
14912
14913 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
14914
14915 * progmodes/gdb-ui.el (gdb-var-update-handler)
14916 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
14917 for watch expressions,
14918 (gdb-var-create-handler): Don't set speedbar-update-flag.
14919 (gdb-post-prompt): Simplify test for speedbar.
14920
14921 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14922
14923 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
14924 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
14925 we use the syntax table of the correct buffer.
14926 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
14927 Felix Gatzemeier.
14928
14929 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
14930 (ediff-file-remote-p): Make synonymous with file-remote-p.
14931 In all deffaces ediff-*-face-*, use min-colors.
14932
14933 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
14934 ediff-recurse-to-subdirectories.
14935 (ediff-mark-if-equal): Check that the arguments are strings, use
14936 ediff-same-contents (after to Felix Gatzemeier).
14937
14938 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
14939 nil.
14940
14941 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
14942
14943 * log-view.el (log-view-message-re): Fix up Subversion regexp.
14944
14945 2005-02-18 David Kastrup <dak@gnu.org>
14946
14947 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
14948 use `mark-active' when defined.
14949
14950 2005-02-18 Kenichi Handa <handa@m17n.org>
14951
14952 * ps-print.el (ps-font-info-database): New entry
14953 ZapfChancery-MediumItalic with correct font name. Fix font name
14954 of the entry Zapf-Chancery-MediumItalic.
14955
14956 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
14957
14958 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
14959
14960 2005-02-16 Kim F. Storm <storm@cua.dk>
14961
14962 * ido.el (ido-fallback-command): Pass user input to fallback command.
14963
14964 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
14965
14966 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
14967 (gdb-find-file-hook): Add server prefix.
14968
14969 2005-02-16 Richard M. Stallman <rms@gnu.org>
14970
14971 * replace.el (perform-replace): Pass new args to replace-highlight.
14972 (replace-highlight): Take region args,
14973 and pass them to isearch-lazy-highlight-new-loop.
14974
14975 * novice.el (disabled-command-hook): Autoload the defalias
14976 and the make-obsolete-variable call.
14977
14978 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
14979
14980 * isearch.el (isearch-lazy-highlight-start-limit)
14981 (isearch-lazy-highlight-end-limit): New variables limit
14982 the region for highlighting.
14983 (isearch-lazy-highlight-new-loop): New args BEG and END.
14984 (isearch-lazy-highlight-search): Use the new vars.
14985 (isearch-lazy-highlight-update): Likewise.
14986
14987 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
14988
14989 * cus-start.el (all): Use default-boundp.
14990
14991 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
14992
14993 * menu-bar.el (menu-bar-select-frame): Handle current frame.
14994
14995 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
14996
14997 * autorevert.el (auto-revert-stop-on-user-input)
14998 (auto-revert-verbose): Doc fixes.
14999
15000 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
15001
15002 * international/mule-cmds.el (set-locale-environment): Remove call
15003 to set-selection-coding-system on Windows.
15004
15005 2005-02-15 Jay Belanger <belanger@truman.edu>
15006
15007 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
15008 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
15009 calcFunc-coth.
15010 (math-simplify-sqrt): Add simplifications.
15011
15012 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
15013 to list.
15014
15015 * calc/calc-ext.el: Add functions to autoloads.
15016
15017 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
15018 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
15019 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
15020 (math-csc-raw, math-cot-raw): New functions.
15021
15022 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
15023
15024 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
15025 the variable name in a message.
15026
15027 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
15028 calcFunc-csc, calcFunc-cot.
15029
15030 * calc/calcalg2.el: Add derivative and integration rules for
15031 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
15032 calcFunc-csch, calcFunc-coth.
15033 (math-do-integral-methods): Add to checks for when to use
15034 substitutions.
15035
15036 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
15037
15038 2005-02-15 Lute Kamstra <lute@gnu.org>
15039
15040 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
15041 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
15042 <monnier@iro.umontreal.ca>
15043 (lisp-outline-level): Improve efficiency. Suggested by David
15044 Kastrup <dak@gnu.org>.
15045
15046 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
15047
15048 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
15049 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
15050 (gdb-set-gud-minor-mode-existing-buffers): New functions.
15051 (gdb-find-file-hook): New hook. Add it to find-file-hook.
15052 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
15053
15054 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
15055
15056 * cus-start.el (all): Comment change.
15057
15058 2005-02-14 Lute Kamstra <lute@gnu.org>
15059
15060 * cus-start.el (all): Check if symbol is void.
15061
15062 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
15063
15064 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
15065 optional argument to \cite.
15066
15067 2005-02-14 Richard M. Stallman <rms@gnu.org>
15068
15069 * cus-edit.el (custom-buffer-create-internal): Update help message.
15070 (custom-magic-alist): Update help messages.
15071
15072 * cus-start.el (all): Allow a var to specify a standard value.
15073
15074 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
15075
15076 * custom.el (custom-theme-set-variables): Handle variable aliases.
15077
15078 * frame.el (blink-cursor-timer): Doc fix.
15079 (blink-cursor): Make it an alias for `blink-cursor-mode' and
15080 declare obsolete.
15081 (blink-cursor-mode): Define with defcustom and use correct
15082 standard expression in that defcustom.
15083 * startup.el (command-line): Adapt to above changes in frame.el.
15084
15085 2005-02-11 Lute Kamstra <lute@gnu.org>
15086
15087 * apropos.el (apropos-score-doc): Prevent division by zero.
15088
15089 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
15090
15091 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
15092 (icalendar--get-event-property-attributes)
15093 (icalendar--get-event-properties)
15094 (icalendar--datetime-to-diary-date): New functions.
15095 (icalendar--split-value): Doc fix.
15096 (icalendar--datetime-to-noneuropean-date)
15097 (icalendar--datetime-to-european-date): New optional argument
15098 SEPARATOR. Return result as a string instead of a list.
15099 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
15100 (icalendar--convert-string-for-export): Rename arg S to STRING.
15101 (icalendar-export-region): Doc fix. Change name of error buffer.
15102 Save output buffer.
15103 (icalendar-import-file): Add blank at end of prompt.
15104 (icalendar-import-buffer): Doc fix. Do not switch to error
15105 buffer. Indicate status in return value.
15106 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
15107 buffer. Save output buffer. Handle exception from recurrence
15108 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
15109 events. Fix problems with weekly all-day events.
15110
15111 2005-02-10 Richard M. Stallman <rms@gnu.org>
15112
15113 * simple.el (eval-expression-print-format):
15114 Avoid warning about edebug-active.
15115
15116 * help.el (help-for-help-internal): Rename from help-for-help.
15117 (help-for-help): Define with defalias.
15118
15119 * font-core.el (font-lock-default-function): Use with-no-warnings.
15120
15121 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
15122
15123 * custom.el (defface): Doc fix.
15124
15125 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
15126
15127 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
15128 width 0" to prevent word wrapping problems.
15129
15130 2005-02-09 Kim F. Storm <storm@cua.dk>
15131
15132 * ido.el (ido-file-extensions-order): New defcustom.
15133 (ido-file-extension-lessp, ido-file-extension-aux)
15134 (ido-file-extension-order): New advanced file ordering.
15135 (ido-file-lessp): New simple file ordering.
15136 (ido-sort-list): Remove.
15137 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
15138 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
15139
15140 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
15141
15142 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
15143 that some versions of grep produce.
15144 (grep-mode-font-lock-keywords): Likewise.
15145
15146 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
15147
15148 * progmodes/gdb-ui.el (gdb-location-list): New variable.
15149 (gdb-cdir): Delete.
15150 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
15151 (gdb-source-info): Treat case when source file is in another
15152 directory properly.
15153 (gdb-get-location): New function.
15154
15155 2005-02-07 Jay Belanger <belanger@truman.edu>
15156
15157 * calc/calc-prog.el (calc-write-parse-table-part)
15158 (calc-fix-token-name): Fix a check for language type.
15159
15160 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
15161
15162 2005-02-07 Andre Spiegel <spiegel@gnu.org>
15163
15164 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
15165 as directory not writable.
15166
15167 2005-02-07 Kim F. Storm <storm@cua.dk>
15168
15169 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
15170 (cua--standard-movement-commands): Remove list.
15171 Instead, set CUA property value to move for movement commands.
15172 (cua-movement-commands): Remove. Users must set CUA prop instead.
15173 (cua--pre-command-handler): Check CUA property.
15174 (cua--init-keymaps): Don't remap undo commands.
15175 (cua-mode): Don't call cua--rectangle-on-off.
15176
15177 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
15178 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
15179 (cua--rect-undo-set-point): New var.
15180 (cua--rectangle-undo-boundary): Setup undo apply entry.
15181 (cua--rect-undo-handler): New function for rectangle undo.
15182 (cua--rect-start-position, cua--rect-end-position): Add.
15183 (cua--rectangle-post-command): Call cua--rectangle-set-corners
15184 for restored rectangle. Set point if cua--rect-undo-set-point.
15185
15186 2005-02-06 Jay Belanger <belanger@truman.edu>
15187
15188 * calc/calc-lang.el (calc-tex-language): Display more information
15189 in messages.
15190
15191 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
15192 in TeX mode.
15193
15194 2005-02-06 Richard M. Stallman <rms@gnu.org>
15195
15196 * emacs-lisp/lisp.el (buffer-end): Doc fix.
15197
15198 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
15199
15200 * net/ldap.el (ldap-search-internal): Support attributes with
15201 optional descriptions separated by a semi-colon, as in
15202 "userCertificate;binary".
15203
15204 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15205
15206 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
15207 isn't a cons (i.e. the version is 0).
15208
15209 2005-02-05 Eli Zaretskii <eliz@gnu.org>
15210
15211 * help.el (help-for-help): Doc fix.
15212
15213 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
15214
15215 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
15216 GDB-Windows on the menu-bar as this works better.
15217
15218 2005-02-04 Jay Belanger <belanger@truman.edu>
15219
15220 * calc/calc-embed.el (calc-embedded-update): Don't put in
15221 unnecessary newlines. Adjust the end of formula marker.
15222
15223 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
15224 (math-latex-parse-two-args): New function.
15225
15226 2005-02-03 Lute Kamstra <lute@gnu.org>
15227
15228 * help-fns.el (help-with-tutorial): Make sure that users cannot
15229 remove the entire text of the tutorial by means of `undo'.
15230
15231 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
15232
15233 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
15234 in recent changes, where the ispell process was repeatedly
15235 killed & restarted.
15236
15237 * international/mule-cmds.el (set-locale-environment): Set file-name
15238 coding system to utf-8 on Darwin systems.
15239 (set-default-coding-systems): Don't set default-file-name-coding-system
15240 on Darwin systems.
15241
15242 2005-02-03 Richard M. Stallman <rms@gnu.org>
15243
15244 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
15245
15246 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
15247
15248 * faces.el (list-faces-display): Add optional argument.
15249
15250 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
15251
15252 * font-core.el (font-lock-default-function): Handle the rare case where
15253 only font-lock-keywords is set.
15254
15255 2005-02-02 Kenichi Handa <handa@m17n.org>
15256
15257 * international/characters.el: Cancel previous change for
15258 I-WITH-DOT-ABOVE and DOTLESS-i.
15259
15260 * international/latin-5.el: Cancel previous change.
15261
15262 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
15263
15264 * progmodes/gud.el: Correction to syntax in gud-menu-map.
15265
15266 2005-02-02 Kenichi Handa <handa@m17n.org>
15267
15268 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
15269 DOTLESS-i.
15270
15271 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
15272 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
15273
15274 * case-table.el (get-upcase-table): New function.
15275 (copy-case-table): Copy upcaes table too if non-nil.
15276 (set-case-syntax-delims): Maintain upcase table too.
15277 (set-case-syntax-pair): Likewise.
15278 (set-upcase-syntax, set-downcase-syntax): New functions.
15279 (set-case-syntax): Maintain upcase table too.
15280
15281 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
15282
15283 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
15284
15285 * progmodes/gud.el (gud-goto-info): New function.
15286 (gud-tool-bar-map): Use correct icon.
15287
15288 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
15289
15290 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
15291 When delegating, order args in the funcall correctly.
15292
15293 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
15294
15295 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
15296
15297 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
15298
15299 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
15300 buffer not visiting a file.
15301
15302 2005-01-31 Jay Belanger <belanger@truman.edu>
15303
15304 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
15305 bound on the line with the formula.
15306
15307 2005-01-31 Kim F. Storm <storm@cua.dk>
15308
15309 * ses.el (ses-create-cell-variable-range)
15310 (ses-destroy-cell-variable-range, ses-reset-header-string)
15311 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
15312 (ses-insert-row): Fix format of apply undo entries.
15313
15314 2005-01-31 Jay Belanger <belanger@truman.edu>
15315
15316 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
15317 parts.
15318
15319 * calc/calc-embed.el (calc-embedded-open-formula)
15320 (calc-embedded-close-formula): Ignore matrix environments.
15321
15322 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
15323 TeX mode.
15324
15325 * calc/calc-lang.el (math-function-table, math-oper-table)
15326 (math-variable-table): Adjust the LaTeX portions.
15327
15328 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
15329 (math-latex-ignore-words): New constant.
15330
15331 2005-01-31 Richard M. Stallman <rms@gnu.org>
15332
15333 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
15334 (ispell-local-dictionary): Doc fix.
15335 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
15336 Don't reinitialize at run time. Don't defcustom.
15337 All uses changed to append ispell-local-dictionary-alist,
15338 or check it first.
15339 (ispell-current-dictionary): New variable for dictionary in use.
15340 (ispell-dictionary): Now used only for global default.
15341 (ispell-start-process): Set ispell-current-dictionary,
15342 not ispell-dictionary.
15343 (ispell-change-dictionary): Use this only for setting
15344 user preferences.
15345 (ispell-internal-change-dictionary): New function
15346 to change the current dictionary in use.
15347 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
15348 Use ispell-current-dictionary.
15349 Handle ispell-local-dictionary-overridden.
15350 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
15351
15352 2005-01-31 Jay Belanger <belanger@truman.edu>
15353
15354 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
15355
15356 * calc/calc-ext.el: Add calc-latex-language to autoloads.
15357 (calc-mode-map): Add calc-latex-language.
15358
15359 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
15360 (math-latex-print-frac): New functions.
15361 (math-oper-table, math-function-table, math-variable-table)
15362 (math-complex-format, math-input-filter): Add latex properties.
15363 (calc-set-language): Set math-expr-special-function-mapping.
15364
15365 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
15366 (calc-write-parse-table-part): Add LaTeX support.
15367
15368 * calc/calc.el (calc-language): Adjust docstring.
15369 (calc-set-mode-line): Add LaTeX support.
15370 (math-expr-special-function-mapping): New variable.
15371 (math-tex-ignore-words): Add to list.
15372
15373 * calc/calccomp.el (math-compose-expr, math-compose-rows):
15374 Add LaTeX support.
15375 (math-compose-expr): Add support for special functions.
15376
15377 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
15378
15379 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
15380
15381 * progmodes/gdb-ui.el (gdb-memory-address)
15382 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
15383 (gdb-memory-mode-map, gdb-memory-format-keymap)
15384 (gdb-memory-format-menu, gdb-memory-unit-keymap)
15385 (gdb-memory-unit-menu): New variables for a buffer
15386 that lets the user examine program memory.
15387 (gdb-memory-set-address, gdb-memory-set-repeat-count)
15388 (gdb-memory-format-binary, gdb-memory-format-octal)
15389 (gdb-memory-format-unsigned, gdb-memory-format-signed)
15390 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
15391 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
15392 (gdb-memory-unit-word, gdb-memory-unit-halfword)
15393 (gdb-memory-unit-byte, gdb-memory-unit-menu)
15394 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
15395 (gdb-memory-mode, gdb-memory-buffer-name)
15396 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
15397 New functions for above buffer.
15398
15399 2005-01-30 Richard M. Stallman <rms@gnu.org>
15400
15401 * cus-edit.el (custom-bury-buffer): Function deleted.
15402 (custom-buffer-done-function): Option deleted.
15403 (custom-buffer-done-kill): New (replacement option.
15404 (Custom-buffer-done): Call quit-window.
15405 (custom-buffer-create-internal): Update for above changes.
15406
15407 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
15408
15409 * simple.el (undo-ask-before-discard): New var.
15410 (undo-outer-limit-truncate): Implement it.
15411 (undo-extra-outer-limit): Doc update.
15412
15413 2005-01-29 Richard M. Stallman <rms@gnu.org>
15414
15415 * ses.el (undo-more): Delete defadvice.
15416 (ses-begin-change): Doc fix.
15417
15418 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
15419 instead of rebinding C-x u and C-_.
15420
15421 * files.el (normal-backup-enable-predicate): Return nil for files
15422 in /tmp, regardless of temporary-file-directory.
15423
15424 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
15425
15426 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
15427 (open-rectangle, delete-whitespace-rectangle-line)
15428 (clear-rectangle-line): If FILL, pass t instead of FILL
15429 for move-to-column's 2nd arg.
15430
15431 * simple.el (undo): Fix the test for continuing a series of undos.
15432 (undo-more): Set pending-undo-list to t when we reach end.
15433 (pending-undo-list): Move up defvar.
15434
15435 * wid-edit.el (widget-button-click):
15436 Shorten the range of the track-mouse binding.
15437
15438 * comint.el (comint-insert-input): Undo previous changes;
15439 use last-input-event in interactive spec.
15440
15441 2005-01-29 Eli Zaretskii <eliz@gnu.org>
15442
15443 * progmodes/compile.el (compilation-start): Bind buffer-read-only
15444 to nil before invoking call-process. Reset buffer's modified flag
15445 after fontifying it in the no-async branch.
15446
15447 * wid-edit.el (widget-specify-button): If mouse pointer shape
15448 cannot be changed, use mouse face instead.
15449
15450 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
15451
15452 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
15453 (gdb-goto-breakpoint): Make breakpoint handling work on template
15454 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
15455 (gdb-assembler-custom): Update to recognize breakpoint information
15456 added on 2005-01-19.
15457
15458 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
15459
15460 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
15461 (dsssl-mode): Use define-derived-mode.
15462 (scheme-mode-initialize): Remove.
15463 (scheme-mode): Use run-mode-hooks.
15464
15465 * cus-edit.el (customize-group-other-window)
15466 (custom-buffer-create-other-window): Don't override special-display-*.
15467 (custom-mode-map): Make it dense.
15468
15469 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
15470 sets the default value.
15471
15472 2005-01-28 Eli Zaretskii <eliz@gnu.org>
15473
15474 * descr-text.el: Add more keywords.
15475
15476 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
15477
15478 * speedbar.el: Avoid unnecessary use of locate-library.
15479
15480 * international/mule-cmds.el (standard-display-european-internal):
15481 Don't fiddle with latin-1 non-break space any more since it's now
15482 special cased in the C code.
15483 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
15484
15485 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
15486
15487 * cus-start.el (all): Add `undo-outer-limit'.
15488
15489 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15490
15491 * textmodes/bibtex.el (bibtex-format-entry):
15492 Use `bibtex-empty-field-re' only on the text of fields, not on entire
15493 field lines.
15494 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
15495 not on part of a buffer.
15496
15497 2005-01-25 Lute Kamstra <lute@gnu.org>
15498
15499 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
15500 nonempty field text strings like "{letters\\macro{}more letters}".
15501 Clarify docstring.
15502 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
15503 (bibtex-entry-offset, bibtex-parse-association)
15504 (bibtex-parse-field-name): Fix typos in docstrings.
15505 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
15506
15507 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
15508
15509 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
15510 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
15511 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
15512 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
15513
15514 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
15515 isearch minor mode.
15516
15517 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
15518
15519 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
15520
15521 2005-01-24 Lute Kamstra <lute@gnu.org>
15522
15523 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
15524 CASECHARS and NOT-CASECHARS regular expressions of the
15525 "nederlands" and "nederlands8" dictionaries to prevent a "Range
15526 striding over charsets" error.
15527
15528 2005-01-24 Jay Belanger <belanger@truman.edu>
15529
15530 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
15531 display variable name.
15532
15533 2005-01-24 Kenichi Handa <handa@m17n.org>
15534
15535 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
15536 Fix setting of the element of encoded-kbd-iso2022-invocations.
15537
15538 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
15539
15540 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
15541 (gdb-threads-select): Change to also accept mouse events.
15542 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
15543 (gdb-threads-mouse-select): Delete.
15544
15545 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
15546
15547 * files.el (insert-directory): Take care of empty directory,
15548 listed without -a switch.
15549
15550 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
15551
15552 * textmodes/refill.el (refill-post-command-function):
15553 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
15554 to the list of functions that we should be careful not to undo.
15555 (refill-late-fill-paragraph-function): Remove.
15556 (refill-saved-state): New var.
15557 (refill-mode): Use it to save fill-paragraph-function.
15558 Save also the value of auto-fill-function.
15559
15560 * term/w32-win.el: Simplify code.
15561
15562 2005-01-23 Kim F. Storm <storm@cua.dk>
15563
15564 * simple.el (line-move): Adapt to new return value from
15565 pos-visible-in-window-p.
15566
15567 * simple.el (line-move): Fix last change. Check partial
15568 visibility at point rather than at window-start.
15569
15570 2005-01-22 Jason Rumney <jasonr@gnu.org>
15571
15572 * term/w32-win.el (xw-defined-colors): Remove debug-message.
15573
15574 2005-01-22 David Kastrup <dak@gnu.org>
15575
15576 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
15577
15578 2005-01-22 Eli Zaretskii <eliz@gnu.org>
15579
15580 * type-break.el (type-break-mode): Add a test for
15581 type-break-file-name being non-nil.
15582
15583 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
15584
15585 * net/eudc.el (top level): Call (message "") via progn, so that
15586 eudc-options-file is loaded.
15587
15588 2005-01-22 Kim F. Storm <storm@cua.dk>
15589
15590 * simple.el (line-move-1): Rename from line-move.
15591 (line-move): New function that adjusts vscroll for partially
15592 visible rows, and calls line-move-1 otherwise.
15593
15594 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
15595
15596 * pcomplete.el: Define pcomplete-read-event instead of read-event,
15597 since it's not a complete read-event implementation
15598
15599 2005-01-20 Jay Belanger <belanger@truman.edu>
15600
15601 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
15602 for called function.
15603
15604 2005-01-20 Steven Tamm <steventamm@mac.com>
15605
15606 * term/mac-win.el (process-connection-type): Remove.
15607 Controlled now by s/darwin.h:PTY_ITERATION.
15608
15609 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
15610
15611 * window.el (handle-select-window): Don't switch window when we're
15612 in the minibuffer.
15613
15614 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
15615
15616 * subr.el (dotimes-with-progress-reporter): New macro.
15617
15618 * ses.el (ses-dotimes-msg): Remove macro.
15619 Use `dotimes-with-progress-reporter' instead.
15620
15621 2005-01-19 Steven Tamm <steventamm@mac.com>
15622
15623 * term/mac-win.el (process-connection-type): Use new
15624 operating-system-release variable to use ptys on Darwin 7 (OS X
15625 10.3) when using carbon build.
15626
15627 2005-01-19 Jay Belanger <belanger@truman.edu>
15628
15629 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
15630 flags if the last command was a tab or M-tab.
15631
15632 * calc/calc-prog.el (calc-user-define-edit): Put original formula
15633 in formula editing buffer.
15634
15635 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
15636
15637 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
15638 breakpoint image symbol in margin.
15639
15640 2005-01-19 Jay Belanger <belanger@truman.edu>
15641
15642 * calc/calc-prog.el (calc-execute-kbd-macro):
15643 Ignore calc-keep-arg-flag.
15644
15645 2005-01-19 Kenichi Handa <handa@m17n.org>
15646
15647 * textmodes/ispell.el (ispell-looking-at): New function.
15648 (ispell-process-line): Use ispell-looking-at to compare the ispell
15649 output and the buffer contents.
15650
15651 2005-01-18 Jay Belanger <belanger@truman.edu>
15652
15653 * calc/calc.el (calc-display-raw): Fix docstring.
15654
15655 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
15656
15657 * simple.el (blink-matching-open): Strip extra info from syntax.
15658
15659 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
15660 funny chars in the end-of-here-doc marker.
15661
15662 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
15663
15664 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
15665 that enable/disabled state of breakpoints is shown correctly in
15666 fringe and on ttys.
15667 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
15668 Add breakpoint information as text properties.
15669 (gdb-mouse-toggle-breakpoint):
15670 Rename to gdb-mouse-set-clear-breakpoint.
15671 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
15672 breakpoints in the margin.
15673 (gdb-remove-strings): Simplify.
15674
15675 2005-01-17 Jay Belanger <belanger@truman.edu>
15676
15677 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
15678 erasing buffer.
15679
15680 2005-01-17 Richard M. Stallman <rms@gnu.org>
15681
15682 * progmodes/grep.el (grep-find): Copy from `grep' the condition
15683 for calling grep-compute-defaults.
15684
15685 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
15686 if buffer is empty.
15687
15688 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
15689
15690 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
15691
15692 * hilit-chg.el (highlight-changes-mode): Don't autoload.
15693
15694 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
15695 non-preloaded variables.
15696
15697 2005-01-17 Steven Tamm <steventamm@mac.com>
15698
15699 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
15700 tex-shell cause to force interactivity when using pipes.
15701
15702 2005-01-17 Kim F. Storm <storm@cua.dk>
15703
15704 * simple.el (just-one-space): Make arg optional.
15705
15706 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
15707
15708 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
15709 posn-at-x-y to t to access left-margin.
15710
15711 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
15712
15713 Sync with Tramp 2.0.47.
15714
15715 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
15716 catching keep-date problems in cp/scp operations.
15717 (tramp-handle-copy-file): Don't call `set-file-modes'
15718 unconditionally. Specialized functions should know better what is
15719 necessary. This improves performance a little bit, and the
15720 functions could catch errors with `cp -p' and `scp -p'.
15721 (tramp-do-copy-or-rename-file-via-buffer)
15722 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
15723 when appropriate.
15724 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
15725 Call `set-file-modes' when appropriate.
15726 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
15727 Johnsson <isak@hypergene.com>
15728 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
15729 of both Tramp buffer and debug buffer. Reported by Joakim Verona
15730 <joakim@verona.se>
15731 (tramp-file-name-for-operation): Mark `shell-command' as magic for
15732 Emacs only.
15733
15734 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
15735 `find-file-hooks' and `dired-mode-hook'.
15736 (tramp-minor-mode-map): Respective map. Add remapping for
15737 `compile' and `recompile'.
15738 (tramp-remap-command, tramp-recompile): New defuns.
15739 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
15740 in buffer "*Compilation*". Call the commands asynchronously.
15741
15742 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
15743 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
15744 `shell-command', because it isn't magic in XEmacs. Reported by
15745 Adrian Aichner <adrian@xemacs.org>.
15746
15747 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
15748 `substitute-in-file-name.
15749 (tramp-smb-handle-substitute-in-file-name): New defun.
15750 (tramp-smb-advice-PC-do-completion): Delete advice.
15751
15752 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
15753
15754 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
15755 Fix error in deleting region.
15756
15757 2005-01-15 Richard M. Stallman <rms@gnu.org>
15758
15759 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
15760 In non-temp buffer, switch syntax table temporarily.
15761
15762 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
15763
15764 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
15765
15766 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
15767
15768 * imenu.el (imenu--split-menu): Copy menulist before sorting.
15769 (imenu--generic-function): Use START, not BEG, as pos of definition.
15770
15771 * simple.el (just-one-space): Argument specifies number of spaces.
15772
15773 * simple.el (eval-expression-print-format): Avoid warning
15774 about edebug-active.
15775
15776 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
15777
15778 * progmodes/sh-script.el: Code copied from make-mode.el
15779 with small changes,
15780 (sh-mode-map): Bind C-c C-\.
15781 (sh-backslash-column, sh-backslash-align): New variables.
15782 (sh-backslash-region, sh-append-backslash): New functions.
15783
15784 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
15785
15786 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
15787 (rmail-pop-password, rmail-pop-password-required): Move to
15788 rmail-obsolete group.
15789 (rmail-set-pop-password): Rename to rmail-set-remote-password.
15790 All callers updated.
15791 (rmail-get-pop-password): Rename to rmail-get-remote-password.
15792 Take an argument specifying whether it is POP or IMAP mailbox we
15793 are using. All callers updated.
15794 (rmail-pop-password-error): Rename to
15795 rmail-remote-password-error. Added mailutils-specific error message.
15796 (rmail-movemail-search-path)
15797 (rmail-movemail-variant-in-use): New variables.
15798 (rmail-remote-password, rmail-remote-password-required):
15799 New customization variables.
15800 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
15801 (rmail-parse-url): New function.
15802 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
15803 with GNU mailutils movemail.
15804
15805 2005-01-15 Kevin Ryde <user42@zip.com.au>
15806
15807 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
15808 suffix to space, $ or '$, to correctly position point when going
15809 to @table style constants like DBL_MAX.
15810
15811 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
15812
15813 * type-break.el (type-break-mode, type-break-file-time)
15814 (type-break-file-keystroke-count, type-break-choose-file):
15815 Don't store data in or load data from the file if type-break-file-name
15816 is nil.
15817 (type-break-file-name): Doc update as per the above.
15818
15819 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
15820
15821 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
15822 lookup-key might return nil; handle that.
15823
15824 2005-01-15 Alan Mackenzie <acm@muc.de>
15825
15826 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
15827 rather than the element found, thus enabling the tree to be setcar'd.
15828
15829 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
15830
15831 * textmodes/org.el (org-show-following-heading): New option.
15832 (org-show-hierarchy-above): Use `org-show-following-heading'.
15833 (org-cycle): Documentation fix.
15834
15835 * textmodes/org.el (orgtbl-optimized): New option
15836 (orgtbl-mode): New command, a minor mode.
15837 (orgtbl-mode-map): New variable.
15838 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
15839 (orgtbl-error, orgtbl-self-insert-command)
15840 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
15841
15842 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
15843 a local variable in each org-mode buffer.
15844
15845 * textmodes/org.el (org-set-regexps-and-options): Rename from
15846 `org-set-regexps'. Added checking for STARTUP keyword.
15847 (org-get-current-options): Add STARTUP options.
15848 (org-table-insert-row): Make mode intelligent about when
15849 realignment is needed.
15850 (org-self-insert-command, org-delete-backward-char, org-delete-char):
15851 New commands.
15852 (org-enable-table-editor): New default value `optimized'.
15853 (org-table-blank-field): Support blanking regions if active.
15854
15855 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
15856
15857 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
15858 if the year is not given.
15859
15860 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
15861 Add new escapes %m and %M, fixed bug with %F by adding
15862 save-match-data.
15863 (reftex-reference): Remove ?. from list of spaces.
15864 (reftex-label-info): Add automatic label prefix recognition.
15865
15866 * textmodes/reftex-index.el (reftex-index-next-phrase):
15867 Add slave parameter to call of `reftex-index-this-phrase'.
15868 (reftex-index-this-phrase): New optional argument.
15869 (reftex-index-region-phrases): Add slave parameter to call of
15870 `reftex-index-this-phrase'.
15871 (reftex-display-index): New argument redo.
15872 (reftex-index-rescan): Add 'redo to arguments of
15873 `reftex-display-index'.
15874 (reftex-index-Rescan, reftex-index-revert)
15875 (reftex-index-switch-index-tag): Add 'redo to arguments of
15876 `reftex-display-index'.
15877 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
15878 indexing. Fix bug with matching is there is a quote before or
15879 after the word.
15880
15881 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
15882 Fix bug when collecting citation keys in lines with comments.
15883 (reftex-citation): Prefix argument no longer rescans the document,
15884 but forces prompting for optional arguments of cite macros.
15885 (reftex-do-citation): Prompting for optional arguments implemented.
15886
15887 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15888 Add optional arguments to most cite commands.
15889 (reftex-cite-cleanup-optional-args): New option
15890 (reftex-cite-prompt-optional-args): New option.
15891 (reftex-trust-label-prefix): New option.
15892
15893 * textmodes/reftex-toc.el (reftex-toc-find-section):
15894 Add push-mark before changing the position in the buffer.
15895
15896 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
15897 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
15898
15899 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
15900
15901 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
15902 more carefully.
15903
15904 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
15905
15906 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
15907 (sgml-mode): Use it.
15908 (sgml-get-context): Better keep track of implicitly closed tags.
15909
15910 2005-01-13 Kenichi Handa <handa@m17n.org>
15911
15912 * textmodes/ispell.el: These changes are to fix misalignment error
15913 caused by equivalent characters of different Emacs charsets.
15914 (ispell-unified-chars-table): New variable.
15915 (ispell-get-decoded-string): New function.
15916 (ispell-get-casechars, ispell-get-not-casechars)
15917 (ispell-get-otherchars): Call ispell-get-decoded-string.
15918
15919 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
15920
15921 * custom.el (custom-declare-variable): Just put symbol instead
15922 of (defvar . symbol) in `current-load-list'.
15923
15924 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
15925
15926 * emacs-lisp/elint.el: Fixed typo in Commentary section.
15927
15928 2005-01-12 Jay Belanger <belanger@truman.edu>
15929
15930 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
15931 to create a Calc summary.
15932
15933 2005-01-12 Kim F. Storm <storm@cua.dk>
15934
15935 * mouse.el (mouse-on-link-p): Change functionality and doc
15936 string to comply with latest description in lisp ref.
15937
15938 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
15939
15940 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
15941 Enable mouse clicks on mode-line, header-line and margin.
15942 (event-type): Give mouse event symbols an 'event-kind property
15943 with value 'mouse-click.
15944
15945 2005-01-12 Juri Linkov <juri@jurta.org>
15946
15947 * facemenu.el (list-colors-display): Add new arg buffer-name.
15948 Use it. Fix docstring. Replace code for identifying duplicate
15949 colors by the name with call to `list-colors-duplicates' which
15950 identifies duplicate colors by the value unless the color
15951 is one of special Windows colors. Set truncate-lines to t.
15952 Print sorted duplicate color names on each line. Indent to 22
15953 \(the longest color name in rgb.txt) instead of 20. Optimize.
15954 (list-colors-duplicates): New function.
15955 (facemenu-color-name-equal): Delete function.
15956
15957 * facemenu.el (list-colors-print): New function created from code
15958 in list-colors-display. Print #RRGGBB at the window right edge.
15959 (list-colors-display): When temp-buffer-show-function is not
15960 defined, call list-colors-print from temp-buffer-show-hook
15961 to get the right value of window-width in list-colors-print
15962 after the buffer is displayed.
15963
15964 * simple.el (pop-mark): Move deactivate-mark out of conditional
15965 part to deactivate the active mark regardless of the state of the
15966 mark ring.
15967
15968 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
15969 variables line in desktop files.
15970
15971 2005-01-12 Juri Linkov <juri@jurta.org>
15972
15973 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
15974 Bring together isearch highlight related options.
15975 (lazy-highlight): Replace group `replace' by `matching'.
15976 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15977 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15978 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
15979 and declare them obsolete.
15980 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
15981 (isearch-faces): Remove defgroup.
15982 (isearch-overlay, isearch-highlight, isearch-dehighlight):
15983 Move isearch highlighting code closer to lazy highlighting code.
15984
15985 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
15986 (query-replace-highlight, query-replace-lazy-highlight)
15987 (query-replace): Move definitions to the beginning of the file.
15988
15989 2005-01-11 Juri Linkov <juri@jurta.org>
15990
15991 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
15992 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
15993 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
15994
15995 * info.el (Info-history-forward): New variable.
15996 (Info-select-node): Reset Info-history-forward to nil.
15997 (Info-last): Turn into defalias.
15998 (Info-history-back): Rename from Info-last.
15999 Add current node to Info-history-forward.
16000 (Info-history-forward): New fun.
16001 (Info-mode-map): Replace Info-last by Info-history-back.
16002 Bind Info-history-forward to "r".
16003 (Info-mode-menu): Replace Info-last by Info-history-back.
16004 Fix menu item text. Add menu item for Info-history-forward.
16005 (info-tool-bar-map): Replace Info-last by Info-history-back.
16006 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
16007 for Info-history-forward.
16008 (Info-mode): Replace Info-last by Info-history-back in docstring.
16009 Add local variable Info-history-forward.
16010 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
16011
16012 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
16013
16014 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
16015 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
16016 Ignore select-window events rather than fiddle with
16017 mouse-autoselect-window.
16018
16019 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
16020
16021 * type-break.el (type-break-mode): Fix previous change.
16022
16023 2005-01-10 Jay Belanger <belanger@truman.edu>
16024
16025 * calc/calc-ext.el (calc-reset): Reset when inside embedded
16026 calculator; only reset when point is inside a calculator.
16027 Don't adjust the window height if the window takes up the whole height
16028 of the frame.
16029
16030 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
16031
16032 * ebuff-menu.el (Electric-buffer-menu-mode):
16033 Preserve value of buffer-local var header-line-format.
16034
16035 2005-01-09 Jay Belanger <belanger@truman.edu>
16036
16037 * calc/calc.el (calc-mode-var-list-restore-saved-values):
16038 Make sure settings file exists before accessing it.
16039
16040 * calc/calc-embed.el (calc-embedded-subst):
16041 Replace math-multi-subst-rec, which is only supposed to be called
16042 by math-multi-subst, by math-multi-subst.
16043
16044 2005-01-09 Andre Spiegel <spiegel@gnu.org>
16045
16046 * vc.el (vc-allow-async-revert): New user option.
16047 (vc-disable-async-diff): New internal variable.
16048 (vc-revert-buffer): Use them to disable asynchronous diff.
16049
16050 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
16051 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
16052 asynchronously if vc-disable-async-diff is t.
16053
16054 2005-01-09 Jay Belanger <belanger@truman.edu>
16055
16056 * calc/calc.el (defcalcmodevar): New macro.
16057 (calc-mode-var-list-restore-default-values)
16058 (calc-mode-var-list-restore-saved-values): New functions.
16059 (calc-mode-var-list): Use defcalcmodevar to define it.
16060 (calc-always-load-extensions, calc-line-numbering)
16061 (calc-line-breaking, calc-display-just, calc-display-origin)
16062 (calc-number-radix, calc-leading-zeros, calc-group-digits)
16063 (calc-group-char, calc-point-char, calc-frac-format)
16064 (calc-prefer-frac, calc-hms-format, calc-date-format)
16065 (calc-float-format, calc-full-float-format, calc-complex-format)
16066 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
16067 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
16068 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
16069 (calc-matrix-brackets, calc-language, calc-language-option)
16070 (calc-left-label, calc-right-label, calc-word-size)
16071 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
16072 (calc-display-raw, calc-internal-prec, calc-angle-mode)
16073 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
16074 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
16075 (calc-window-height, calc-display-trail, calc-show-selections)
16076 (calc-use-selections, calc-assoc-selections)
16077 (calc-display-working-message, calc-auto-why, calc-timing)
16078 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
16079 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
16080 (calc-gnuplot-default-device, calc-gnuplot-default-output)
16081 (calc-gnuplot-print-device, calc-gnuplot-print-output)
16082 (calc-gnuplot-geometry, calc-graph-default-resolution)
16083 (calc-graph-default-resolution-3d, calc-invocation-macro)
16084 (calc-show-banner): Use defcalcmodevar to declare them and set
16085 their default values.
16086
16087 * calc/calc-ext.el (calc-reset): Restore saved values of variables
16088 instead of default values (but restore default values if there is
16089 an argument of 0).
16090
16091 2005-01-09 David Kastrup <dak@gnu.org>
16092
16093 * desktop.el (desktop-restore-eager): Fix typo in type.
16094
16095 2005-01-08 Richard M. Stallman <rms@gnu.org>
16096
16097 * cus-edit.el (customize): Delete :link.
16098
16099 2005-01-08 Jay Belanger <belanger@truman.edu>
16100
16101 * calc/calc.el (calc-mode): Remove the extension from the
16102 `calc-settings-file' file name when loading it.
16103
16104 2005-01-08 Kim F. Storm <storm@cua.dk>
16105
16106 * info.el (Info-mode-map, Info-next-link-keymap)
16107 (Info-prev-link-keymap, Info-up-link-keymap):
16108 Map follow-link to mouse-face.
16109 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
16110
16111 2005-01-08 Jay Belanger <belanger@truman.edu>
16112
16113 * calc/calc.el (calc-settings-file): Change default value.
16114 Suggested by cgw in a comment in calc-mode.el.
16115
16116 * calc/calc-mode.el (calc-settings-file-name):
16117 Compare calc-settings-file to user-init-file instead of ~/.emacs.
16118 Replace ~/.emacs in a prompt by calc-settings-file.
16119
16120 2005-01-07 Lars Hansen <larsh@math.ku.dk>
16121
16122 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
16123 (desktop-lazy-idle-delay): New customizable variables.
16124 (desktop-buffer-args-list): New variable.
16125 (desktop-append-buffer-args): New function.
16126 (desktop-save): Call desktop-append-buffer-args for some buffers.
16127 (desktop-lazy-create-buffer): New function.
16128 (desktop-idle-create-buffers): New function.
16129 (desktop-read): Add message about buffers to restore lazily.
16130 (desktop-lazy-abort): New command.
16131 (desktop-clear): Call desktop-lazy-abort.
16132 (desktop-lazy-complete): New command.
16133
16134 2005-01-06 Richard M. Stallman <rms@gnu.org>
16135
16136 * emacs-lisp/find-func.el (find-face-definition):
16137 Rename from find-face.
16138
16139 2005-01-06 Kim F. Storm <storm@cua.dk>
16140
16141 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
16142
16143 * man.el (Man-xref-man-page, Man-xref-header-file)
16144 (Man-xref-normal-file): Add follow-link property.
16145
16146 2005-01-06 Jay Belanger <belanger@truman.edu>
16147
16148 * calc/calc-units.el: Make sure the proper macro definitions are
16149 available when compiling.
16150
16151 2005-01-06 Juri Linkov <juri@jurta.org>
16152
16153 * isearch.el (isearch-lazy-highlight-update):
16154 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
16155
16156 2005-01-06 Miles Bader <miles@gnu.org>
16157
16158 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
16159 (isearch-lazy-highlight-face): Use new name.
16160
16161 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
16162
16163 * uniquify.el (uniquify-rationalize-file-buffer-names):
16164 Re-add an interactive spec.
16165 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
16166 to the same name.
16167
16168 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
16169 (isearch-update, isearch-done): Adjust calls accordingly.
16170
16171 2005-01-05 Richard M. Stallman <rms@gnu.org>
16172
16173 * custom.el (custom-set-variables, custom-theme-set-variables):
16174 Clarify documentation.
16175
16176 * emacs-lisp/find-func.el (find-variable)
16177 (find-variable-other-window, find-variable-other-frame):
16178 Fix the TYPE args to find-function-read and find-function-do-it.
16179 (find-function): Doc fix.
16180 (find-function-at-point): Replace function-at-point alias.
16181
16182 2005-01-04 Richard M. Stallman <rms@gnu.org>
16183
16184 * cus-face.el (custom-declare-face):
16185 Record defface in current-load-list.
16186
16187 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
16188
16189 * emacs-lisp/find-func.el: Doc fixes.
16190 (find-face-regexp): New variable.
16191 (find-function-regexp-alist): New variable.
16192 (find-function-C-source): Third arg is now TYPE.
16193 (find-function-search-for-symbol): Handle general TYPE.
16194 (find-function-read, find-function-do-it): Handle general TYPE.
16195 (find-definition-noselect, find-face): New functions.
16196 (function-at-point): Alias deleted.
16197
16198 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
16199
16200 * battery.el (display-battery-mode): Rename from display-battery.
16201 Handle the case where it gets turned off.
16202
16203 2005-01-04 Richard M. Stallman <rms@gnu.org>
16204
16205 * cus-edit.el (customize): Make :link point to user doc.
16206
16207 * man.el (Man-fontify-manpage): Turn off undo generation.
16208
16209 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
16210
16211 2005-01-04 Andreas Schwab <schwab@suse.de>
16212
16213 * files.el (insert-directory): Only look for error lines in
16214 inserted text. Don't move too far after processing --dired markers.
16215
16216 2005-01-04 Richard M. Stallman <rms@gnu.org>
16217
16218 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
16219 Don't expand if the character is @, period, dash, etc.
16220 (define-mail-abbrev): Quote names that contain problem characters.
16221
16222 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
16223
16224 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
16225
16226 2005-01-03 Richard M. Stallman <rms@gnu.org>
16227
16228 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
16229 (query-replace-highlight, query-replace-lazy-highlight)
16230 (query-replace): Definitions moved up. Doc fix.
16231
16232 2005-01-03 Richard M. Stallman <rms@gnu.org>
16233
16234 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
16235 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
16236 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
16237 (lazy-highlight-face): Rename from isearch-lazy-...
16238 Change all references to them.
16239
16240 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
16241
16242 * cus-edit.el (custom-file): Doc fix for defcustom.
16243 (custom-file): The function no longer sets the variable
16244 `custom-file' to its return value.
16245
16246 * startup.el (command-line): No longer load `custom-file'.
16247
16248 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
16249
16250 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
16251
16252 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
16253 Don't confuse module-prefixed identifiers for labels.
16254 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
16255
16256 2005-01-02 Richard M. Stallman <rms@gnu.org>
16257
16258 * files.el (basic-save-buffer-1): Fix previous change.
16259
16260 * loadhist.el (file-loadhist-lookup): New function.
16261 (file-provides, file-requires): Use it.
16262
16263 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
16264 instead of calculating the right size.
16265
16266 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
16267
16268 * vc-svn.el (vc-svn-diff): Stay local if possible.
16269
16270 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
16271
16272 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
16273
16274 * files.el (hack-local-variables): Fix last change.
16275
16276 2005-01-02 Jay Belanger <belanger@truman.edu>
16277
16278 * calc/calc-yank.el (calc-edit-top): New variable.
16279 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
16280 object. Change header properties.
16281 (calc-edit-finish, calc-edit-finish-stack-object)
16282 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
16283 edited object.
16284 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
16285 for the beginning of the edited object.
16286 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
16287 for the beginning of the edited object.
16288 * calc/calc-prog.el (calc-edit-macro-finish-edit)
16289 (calc-finish-formula-edit, calc-macro-repeats)
16290 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
16291 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
16292 beginning of the edited object.
16293 (calc-user-define-edit): Change the header for editing macros.
16294 Remove unnecessary variable.
16295
16296 2005-01-01 Jay Belanger <belanger@truman.edu>
16297
16298 * calc/calc-yank.el (calc-edit-mode): Change default header.
16299 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
16300 * calc/calc-store.el (calc-edit-variable): Change title to match new
16301 header.
16302 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
16303 mode to match new header.
16304 (calc-user-define-edit): Change titles to include names of commands.
16305 (calc-finish-formula-edit): Adjust to handle new header.
16306 (calc-finish-macro-edit): Remove.
16307 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
16308 (calc-edit-macro-command, calc-edit-macro-command-type)
16309 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
16310 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
16311 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
16312 (calc-edit-macro-finish-edit): New functions.
16313 (calc-user-define-edit): Use new functions to edit named calc macros.
16314
16315 2005-01-01 Stefan <monnier@iro.umontreal.ca>
16316
16317 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
16318
16319 * ses.el (copy-region-as-kill): Deactivate mark.
16320
16321 2005-01-01 Richard M. Stallman <rms@gnu.org>
16322
16323 * replace.el (occur-1): If the output buffer is also an input,
16324 don't kill it, rename it.
16325
16326 * faces.el (set-face-background, set-face-foreground): Doc fix.
16327
16328 * cus-face.el (custom-face-attributes): Fix :help-echo strings
16329 for :foreground and :background.
16330
16331 * dired.el (dired-view-command-alist): Variable deleted.
16332 (dired-view-file, dired-mouse-find-file-other-window):
16333 Delete the code to use it.
16334
16335 2005-01-01 Kim F. Storm <storm@cua.dk>
16336
16337 * image.el (insert-sliced-image): Use t for line-height property.
16338
16339 See ChangeLog.11 for earlier changes.
16340
16341 ;; Local Variables:
16342 ;; coding: iso-2022-7bit
16343 ;; End:
16344
16345 Copyright (C) 2005 Free Software Foundation, Inc.
16346 Copying and distribution of this file, with or without modification,
16347 are permitted provided the copyright notice and this notice are preserved.
16348
16349 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1