]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(cperl-mode): Remove unnecessary call to obsolete function
[gnu-emacs] / lisp / ChangeLog
1 2007-04-10 Glenn Morris <rgm@gnu.org>
2
3 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
4 it is obsolete and has no effect.
5
6 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
7 byte-compiler.
8
9 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
10 obsolete function make-local-hook.
11
12 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
13 start to quieten byte-compiler.
14
15 2007-04-10 Markus Triska <markus.triska@gmx.at>
16
17 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
18 to bytecomp.el as byte-compile-char-before).
19 * emacs-lisp/bytecomp.el (byte-compile-char-before): New
20 function (modified replacement for byte-optimize-char-before in
21 byte-opt.el).
22
23 2007-04-09 Alan Mackenzie <acm@muc.de>
24
25 * startup.el (inhibit-splash-screen): Emphatically state that it
26 can't be set in site-start.el.
27
28 2007-04-09 Masatake YAMATO <jet@gyve.org>
29
30 * progmodes/cc-subword.el (c-capitalize-subword): More closely
31 mimic the behavior of `capitalize-word'. Do not move point with a
32 negative argument. Based on tiny change by Paul Curry.
33
34 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
35
36 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
37 Don't move point if ARG is negative.
38
39 2007-04-09 Alan Mackenzie <acm@muc.de>
40
41 Changes to make `narrow-to-defun' and `mark-defun' work properly
42 in CC Mode:
43
44 * progmodes/cc-defs.el (c-beginning-of-defun-1):
45 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
46 Bind beginning/end-of-defun-function to nil around calls to
47 beginning/end-of-defun.
48
49 * progmodes/cc-langs.el (beginning-of-defun-function)
50 (end-of-defun-function): New c-lang-setvar's.
51
52 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
53 (setq arg 1))" to enable non-interactive call.
54
55 2007-04-09 Eli Zaretskii <eliz@gnu.org>
56
57 * simple.el (set-mark-command): Doc fix.
58
59 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
60
61 * progmodes/gud.el (gdb): Restore existing session if user
62 tries to start a second one in graphical mode.
63
64 2007-04-08 Martin Rudalics <rudalics@gmx.at>
65
66 * cus-start.el <scroll-preserve-screen-position>: Add choices.
67
68 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan+news@dd.chalmers.se>
69
70 * term/xterm.el (terminal-init-xterm): Fix key definitions. Add
71 binding for C-M-SPC.
72
73 2007-04-08 Richard Stallman <rms@gnu.org>
74
75 * pcomplete.el (pcomplete-read-event): One single definition,
76 and not a defsubst.
77
78 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
79
80 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
81 byte-compiler warning "value unused".
82
83 2007-04-08 Andreas Schwab <schwab@suse.de>
84
85 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
86
87 2007-04-07 Glenn Morris <rgm@gnu.org>
88
89 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
90 Autoload these functions.
91 (diary-date-forms): Add a custom :set form.
92
93 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
94 before first use.
95 (diary-font-lock-keywords): New function with old code for
96 initialization of variable of same name.
97
98 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
99
100 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
101 clean-up: only insert space when on identifier, etc.
102
103 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
104
105 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
106
107 * net/tls.el (open-tls-stream): Properly handle case where there
108 is no associated buffer.
109
110 2007-04-07 Glenn Morris <rgm@gnu.org>
111
112 * ffap.el (ffap-file-at-point): Lower the priority of the
113 ffap-ftp-sans-slash-regexp check.
114
115 2007-04-06 Alan Mackenzie <acm@muc.de>
116
117 Fix fontification of labels, and other things with ":".
118
119 * progmodes/cc-engine.el (c-forward-label): The function now
120 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
121 the former t.
122
123 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
124 new return code from c-forward-label, fontifying tokens properly.
125 Add some general comments throughout the file.
126
127 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
128
129 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
130 Revert 2006-01-27 change.
131
132 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
133
134 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
135
136 * desktop.el (desktop-create-buffer, desktop-save): Revert
137 2004-11-12 change.
138
139 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
140 (dired-guess-default): Respect case.
141
142 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
143
144 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
145 was originally checked in as byte-optimize-concat on 1997-11-02.
146
147 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
148 1995-05-19 doc changes.
149
150 2007-04-06 Kim F. Storm <storm@cua.dk>
151
152 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
153 (unload-feature): Update interactive spec accordingly.
154
155 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
156
157 2007-04-06 John Paul Wallington <jpw@pobox.com>
158
159 * subr.el (with-case-table): Use `make-symbol' to avoid variable
160 capture. Restore the table in the same buffer.
161
162 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
163
164 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
165
166 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
167 Print entire form.
168
169 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
170
171 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
172 for low-color displays.
173
174 2007-04-05 Glenn Morris <rgm@gnu.org>
175
176 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
177 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
178 Seed random number generator on loading.
179
180 * emacs-lisp/authors.el (top-level): Provide self.
181
182 * play/animate.el (top-level): Provide self.
183
184 2007-04-04 Alan Mackenzie <acm@muc.de>
185
186 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
187 to mention c-syntactic-indentation.
188
189 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
190
191 * subr.el (with-case-table): New macro.
192
193 * international/mule.el (ascii-case-table): New var.
194
195 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
196 downcasing.
197
198 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
199
200 * progmodes/gud.el (gud-minor-mode-map): Simplify.
201
202 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
203 of the window if we're outside it e.g menu-bar.
204
205 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
206 window if we're outside it e.g menu-bar.
207
208 2007-04-03 Eli Zaretskii <eliz@gnu.org>
209
210 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
211 decode base-64 encoded body if its content-type is something other
212 than text/* or message/*.
213
214 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
215
216 * simple.el (activate-mark-hook): Fix typo in docstring.
217
218 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
219
220 * tmm.el (tmm-c-prompt): Initialize.
221 (tmm-menubar): Deal with extended menu-items at top level.
222 (tmm-get-keybind): Handle bindings redefined/undefined locally.
223 (tmm-prompt): Handle visibility of top level menu-items.
224
225 * progmodes/gud.el (gud-menu-map): Simplify.
226 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
227 menubar.
228
229 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
230
231 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
232
233 * comint.el (comint-send-input): Widen the buffer first.
234
235 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
236
237 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
238
239 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
240 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
241
242 * newcomment.el (comment-search-forward): Discard comment starters
243 before point.
244
245 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
246
247 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
248
249 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
250
251 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
252 when downcasing.
253
254 * button.el (previous-button): Rewrite to account for adjacent buttons.
255
256 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
257
258 * progmodes/idlwave.el (idlwave-auto-fill):
259 Revert paragraph-separate change.
260
261 * progmodes/idlw-shell.el (idlwave-shell-break-in):
262 Simplify module calc.
263 (idlwave-shell-set-bp-in-module): Compute module.
264
265 2007-03-31 Glenn Morris <rgm@gnu.org>
266
267 * emacs-lisp/timer.el (run-at-time): Doc fix.
268
269 * emacs-lisp/warnings.el (display-warning): If we create the
270 buffer displaying the warning, disable undo there.
271
272 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
273
274 * net/tramp.el (tramp-register-file-name-handler)
275 (tramp-register-completion-file-name-handler): New defsubst,
276 derived from `tramp-register-file-name-handlers'. The split is
277 necessary because Tramp's file name handlers must be registered at
278 different startup places.
279
280 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
281
282 * progmodes/hideshow.el (turn-off-hideshow): New function.
283 (hs-minor-mode): Use it instead of a lambda expression in
284 change-major-mode-hook.
285
286 2007-03-31 David Kastrup <dak@gnu.org>
287
288 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
289 corresponding to MANPATH_MAP entries.
290 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
291 (woman-parse-man.conf): Use more discriminating man.conf name.
292 (woman-parse-man.conf): Parse MANPATH_MAP entries.
293 (woman-manpath): Doc fix and type fix.
294 (woman-cached-data): Check for MANPATH_MAP entries.
295 (woman-expand-directory-path): Treat MANPATH_MAP entries.
296
297 2007-03-31 Stuart Herring <herring@lanl.gov>
298
299 * emacs-lisp/sregex.el (sregexq): Doc fix.
300
301 2007-03-31 Markus Triska <markus.triska@gmx.at>
302
303 * flymake.el (flymake-err-line-patterns): Doc fix.
304
305 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
306
307 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
308 Move to the right.
309
310 2007-03-30 Alan Mackenzie <acm@muc.de>
311
312 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
313
314 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
315
316 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
317 Use it, passed in explicitly, instead of from the dynamic binding.
318 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
319
320 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
321
322 * simple.el (blink-matching-open): When in minibuffer, don't
323 search for a match inside the prompt.
324
325 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
326
327 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
328 (tmm-prompt): Don't make the mouse user select the first menu
329 item twice.
330
331 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
332
333 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
334 SIGUSR1 and SIGUSR2.
335
336 2007-03-29 Kim F. Storm <storm@cua.dk>
337
338 * ido.el (ido-read-internal): When reading file or dir, only override
339 minibuffer-local-filename-completion-map, otherwise only override
340 minibuffer-local-completion-map.
341
342 2007-03-29 Glenn Morris <rgm@gnu.org>
343
344 * complete.el (partial-completion-mode): Set PC-do-completion-end
345 to nil after use.
346 (PC-lisp-complete-symbol): Create and use a marker at `end',
347 rather than using point-marker.
348
349 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
350
351 * simple.el (next-error-highlight): Doc fix.
352 (compose-mail): Revert 2007-03-19 change.
353
354 2007-03-28 Richard Stallman <rms@gnu.org>
355
356 * emacs-lisp/edebug.el (edebug-display): Don't go to
357 edebug-outside-buffer if it is dead.
358
359 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
360
361 * view.el (view-mode): Fix typos in docstring.
362
363 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
364
365 * recentf.el (recentf-save-file): Add a custom :set function.
366
367 2007-03-28 Glenn Morris <rgm@gnu.org>
368
369 * complete.el (PC-do-completion-end): New variable.
370 (partial-completion-mode) <choose-completion-string-functions>:
371 Use PC-do-completion-end in the non-minibuffer case to replace the
372 correct amount of text.
373 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
374 (PC-lisp-complete-symbol): Give marker the after-insertion type,
375 to deal with improvements inserted after point.
376
377 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
378
379 * button.el (make-text-button): Add explicit `button' property.
380 (default-button): Don't put a `button' property on it.
381
382 * progmodes/python.el (python-mode): Skip comments when parsing.
383
384 * vc-arch.el (vc-with-current-file-buffer): New macro.
385 (vc-arch-file-source-p): Use it to avoid infloop.
386
387 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
388
389 * emacs-lisp/lisp.el (lisp-complete-symbol):
390 Fix call to get-buffer-window to find windows in other frames.
391
392 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
393
394 * comint.el (comint-proc-query, comint-dynamic-list-completions):
395 Fix calls to get-buffer-window to find windows in other frames.
396 Reported by David Hansen <david.hansen@gmx.net>.
397
398 2007-03-27 Kevin Ryde <user42@zip.com.au>
399
400 * info.el (Info-display-images-node): On a text-only terminal,
401 show the "text" or "alt" parts of the image blobs.
402
403 2007-03-27 Glenn Morris <rgm@gnu.org>
404
405 * complete.el (PC-do-completion): Compute completion-base-size in
406 the non-filename case, rather than setting to nil.
407 (PC-lisp-complete-end): New variable.
408 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
409 original end in a series of consecutive invocations.
410
411 * calendar/calendar.el (calendar-mode-hook): Declare it.
412
413 * calendar/diary-lib.el (diary-live-p): Do not check for
414 diary-selective-display.
415
416 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
417
418 * replace.el (occur-next-error): *Occur* might not be displayed in the
419 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
420
421 2007-03-26 Richard Stallman <rms@gnu.org>
422
423 * textmodes/flyspell.el (flyspell-large-region):
424 Use ispell-call-process-region.
425
426 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
427
428 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
429 Use prin1 instead of princ.
430
431 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
432
433 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
434 Merge in X resources before global face.
435
436 * progmodes/compile.el (compilation-start): Save compilation-directory
437 rather than default-directory as local var.
438 (compilation-directory): Mark as safe local var.
439
440 * files.el: Don't mark default-directory as a safe local var.
441
442 2007-03-25 Alan Mackenzie <acm@muc.de>
443
444 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
445 * progmodes/cc-engine.el: Fix typo.
446
447 2007-03-25 Juri Linkov <juri@jurta.org>
448
449 * compare-w.el (compare-windows): Rename customization group
450 `compare-w' to `compare-windows'.
451 (compare-windows-whitespace, compare-ignore-whitespace)
452 (compare-ignore-case, compare-windows-sync)
453 (compare-windows-sync-string-size, compare-windows-recenter)
454 (compare-windows-highlight, compare-windows): Change group name in
455 the `group' tag from `compare-w' to `compare-windows'.
456 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
457
458 2007-03-24 Markus Triska <markus.triska@gmx.at>
459
460 * expand.el: Change example to always enable abbrev-mode,
461 and remove redundant `function'.
462 (expand-abbrev-hook): Add autoload cookie.
463
464 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
465
466 * emacs-lisp/testcover.el (testcover-start, testcover-end)
467 (testcover-mark-all, testcover-unmark-all): Add prompts to
468 interactive specs.
469
470 2007-03-24 Jason Rumney <jasonr@gnu.org>
471
472 * autorevert.el (find-file-hook, auto-revert-tail-mode):
473 Use file size in bytes for auto-revert-tail-pos not characters.
474
475 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
476
477 * vc-rcs.el (vc-rcs-annotate-command):
478 Set text property :vc-annotate-prefix on the annotation text.
479 (vc-rcs-annotate-time): Instead of searching for ": ",
480 search for end of text propertized with :vc-annotate-prefix.
481
482 2007-03-24 Martin Rudalics <rudalics@gmx.at>
483
484 * whitespace.el (top level): Remove calls putting
485 permanent-local nil property since these are no-ops.
486
487 * man.el (Man-support-local-filenames): Assure that
488 default-directory exists when doing call-process.
489
490 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
491
492 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
493 Fix omission bug: Use m4-program-options to construct shell command.
494
495 2007-03-23 David Kastrup <dak@gnu.org>
496
497 * progmodes/cc-mode.el (c-make-emacs-variables-local):
498 Use `mapcar' rather than `mapcan' to silence compiler warning.
499
500 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
501
502 * textmodes/reftex.el, textmodes/reftex-vars.el,
503 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
504 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
505 * textmodes/reftex-index.el, textmodes/reftex-global.el,
506 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
507 * textmodes/reftex-auc.el: Add maintainer address.
508
509 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
510
511 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
512 Make sure that `global-font-lock-mode' does not turn on font-lock
513 in these buffers.
514
515 2007-03-21 Kim F. Storm <storm@cua.dk>
516
517 * xt-mouse.el (xt-mouse-epoch): New variable.
518 (xterm-mouse-event): Use float-time.
519
520 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
521
522 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
523 current-time.
524
525 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
526
527 * complete.el (read-file-name-internal): Don't add the final > if the
528 completion is not finished (re-application of this patch, which was
529 accidentally undone by Eli).
530
531 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
532
533 * emulation/viper.el (viper-non-hook-settings): Handle mouse
534 clicks in describe-key and describe-key-briefly advice a little better.
535
536 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
537
538 * server.el (server-process-filter): Cancel any pending isearch.
539
540 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
541
542 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
543 (icalendar--get-unfolded-buffer): Define actual arguments rather
544 than just using &rest. Check replace-in-string is fbound.
545 (icalendar-import-buffer): Doc fix.
546 (icalendar--convert-ical-to-diary): Set diary-file.
547 Check diary-file before inserting final newline.
548 (icalendar--add-diary-entry): Return diary-file.
549
550 2007-03-21 Glenn Morris <rgm@gnu.org>
551
552 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
553 (diary-display-hook): Add custom :set function.
554
555 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
556 Add custom :set function.
557 (diary-header-line-format): Doc fix.
558 (diary-set-maybe-redraw): New function.
559 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
560 (diary-list-entries): Always run diary-mode.
561
562 2007-03-20 David Kastrup <dak@gnu.org>
563
564 * files.el (magic-mode-alist): Require literal "%!PS" string for
565 magic postscript file detection.
566
567 2007-03-20 Richard Stallman <rms@gnu.org>
568
569 * textmodes/ispell.el (ispell-call-process): New function.
570 Defends against bad `default-directory.'
571 (ispell-check-version, ispell-find-aspell-dictionaries)
572 (ispell-get-aspell-config-value, lookup-words): Call it.
573 (ispell-call-process-region): New function.
574 (ispell-send-string): Call it.
575
576 2007-03-20 Andreas Schwab <schwab@suse.de>
577
578 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
579 (finder-data): Likewise.
580 (autoloads): Likewise.
581
582 2007-03-20 Martin Rudalics <rudalics@gmx.at>
583
584 * files.el (basic-save-buffer): Do not set visited filename when
585 the corresponding directory does not exist or the specified
586 filename is that of an existing directory.
587
588 2007-03-20 Glenn Morris <rgm@gnu.org>
589
590 * calendar/diary-lib.el (diary-live-p): New function.
591 (number-of-diary-entries): Add a :set function to redisplay diary
592 when necessary.
593
594 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
595
596 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
597 from client program, mev, to compute mouse event.
598
599 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
600
601 * faces.el (momentary): Face removed; unused due to reversion of
602 2007-01-04 changes by Kevin Rodgers.
603
604 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
605 Suggested by Johan Bockg\e,Ae\e(Brd.
606
607 2007-03-19 Martin Rudalics <rudalics@gmx.at>
608
609 * font-lock.el (lisp-font-lock-keywords-1):
610 Highlight define-globalized-minor-mode as a keyword.
611
612 2007-03-19 Kim F. Storm <storm@cua.dk>
613
614 * calc/calc-forms.el (math-std-daylight-savings)
615 (math-std-daylight-savings-old): Doc fix.
616
617 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
618
619 * progmodes/python.el (python-default-template): Doc fix.
620 (python-buffer): Fix typo in docstring.
621
622 * isearchb.el (isearchb-follow-char):
623 * subr.el (def-edebug-spec): Fix typo in docstring.
624
625 2007-03-19 Richard Stallman <rms@gnu.org>
626
627 * files.el (default-directory): Mark safe.
628 (basic-save-buffer-2): Put proper dir name in error message.
629
630 * simple.el (compose-mail): Run switch-function after
631 setting up the mail buffer.
632
633 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
634
635 2007-03-18 Jay Belanger <belanger@truman.edu>
636
637 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
638 (math-std-daylight-savings-new): Rename from
639 `math-std-daylight-savings'.
640 (math-std-daylight-savings-old): Rename from old value of
641 `math-std-daylight-savings'.
642 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
643 `math-std-daylight-savings-old' depending on the year.
644
645 2007-03-18 Detlev Zundel <dzu@gnu.org>
646
647 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
648 zero-width regexps as invalid but rather at least count them correctly.
649
650 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
651
652 * net/tls.el (open-tls-stream): In handshake-waiting loop,
653 don't wait more if there is output available to process.
654
655 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
656
657 * progmodes/compile.el (compilation-find-file): Revert change
658 from 2006-07-18 to allow completion of directory names.
659 Reported by John Carter <john.carter@tait.co.nz>.
660
661 2007-03-18 Kim F. Storm <storm@cua.dk>
662
663 * subr.el (when, unless): Doc fix.
664
665 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
666
667 * net/tls.el (tls-program): Doc fix.
668
669 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
670
671 * autorevert.el (auto-revert-tail-handler):
672 Call after-revert-hook.
673
674 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
675
676 * simple.el (switch-to-completions): No error if search for \n\n fails.
677
678 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
679
680 * simple.el (line-move-1):
681 Respect `inhibit-line-move-field-capture' property.
682
683 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
684
685 * comint.el (comint-arguments): Mark backslash-escaped chars.
686 (comint-delim-arg): Don't treat them as delimiters.
687
688 2007-03-12 Kim F. Storm <storm@cua.dk>
689 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
690
691 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
692
693 * tempo.el (tempo-insert): Deal with 'r> if it appears
694 specified with a prompt argument.
695
696 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
697
698 * textmodes/org.el (org-set-font-lock-defaults):
699 Handle narrow table columns correctly.
700
701 2007-03-12 Mark A. Hershberger <mah@everybody.org>
702
703 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
704 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
705 Return to use of the -no-properties variants. There was
706 consensus on emacs-devel that the speed of these variants was
707 prefered since we are usually parsing files (from the internet
708 or on disk) instead of XML created in Emacs.
709
710 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
711 Add customize option.
712
713 2007-03-12 Glenn Morris <rgm@gnu.org>
714
715 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
716 North American rule. Replace "daylight savings" with "daylight
717 saving" in doc.
718
719 * calendar/cal-china.el,cal-dst.el,calendar.el,diary-lib.el:
720 * calendar/lunar.el,solar.el: Replace "daylight savings" with
721 "daylight saving" in text.
722
723 * woman.el (woman-change-fonts): Tweak previous change by using
724 woman-request-regexp rather than "^\\.".
725
726 * startup.el (command-line-1): Make insertion of
727 initial-scratch-message not depend on scratch being selected.
728
729 2007-03-11 Juri Linkov <juri@jurta.org>
730
731 * replace.el (match): Use yellow background on light-bg terminals.
732
733 2007-03-11 Richard Stallman <rms@gnu.org>
734
735 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
736 Correctly compute line number.
737
738 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
739
740 * type-break.el (type-break-get-previous-count):
741 Repeat previous change here.
742
743 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
744
745 * progmodes/grep.el (grep-find-ignored-directories):
746 Add .git and .bzr to list.
747
748 2007-03-11 Andreas Schwab <schwab@suse.de>
749
750 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
751
752 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
753
754 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
755
756 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
757
758 * faces.el (face-set-after-frame-default): Recalculate face
759 customizations after applying X resources.
760
761 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
762
763 * net/rcirc.el (rcirc-timeout-seconds): New variable.
764 (rcirc-keepalive-seconds): Remove variable.
765 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
766 (rcirc-process, rcirc-user-disconnect): New variables.
767 (rcirc-connect): Initalize new variables.
768 (rcirc-keepalive): Don't send keepalive pings before connection
769 is completed.
770 (rcirc-sentinel): Do mark all channels with activity when
771 connection is dropped. Run hook with process buffer local.
772 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
773 (rcirc-buffer-process): Return value of rcirc-process if
774 rcirc-server-buffer is nil.
775 (rcirc-server-name): Return the reported server name.
776 (rcirc-update-prompt): Simplify computation of the server name.
777 (rcirc-format-response-string): Likewise.
778 (rcirc-handler-001): Mark server as connected, record the reported
779 server name, and schedule a timeout.
780 (rcirc-track-nick): Add a spec for the tty class.
781 (rcirc-user-non-nick): Remove function.
782 (rcirc-nick-prefix-chars): Add variable.
783 (rcirc-user-nick): Use above variable.
784
785 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
786
787 * icomplete.el (icomplete-tidy, icomplete-exhibit):
788 Bind deactivate-mark to nil.
789
790 2007-03-10 Martin Rudalics <rudalics@gmx.at>
791
792 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
793 that buffer contents get erased during completion.
794
795 2007-03-10 Glenn Morris <rgm@gnu.org>
796
797 * woman.el (woman-change-fonts): Add a hack to deal with
798 font-escape followed by "." at start of a line.
799 (woman2-IP): Add a hack to deal with consecutive requests.
800 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
801
802 2007-03-10 Alan Mackenzie <acm@muc.de>
803
804 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
805
806 2007-03-09 Richard Stallman <rms@gnu.org>
807
808 * abbrev.el (abbrev): Add `provide'.
809
810 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
811
812 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
813
814 2007-03-09 Martin Rudalics <rudalics@gmx.at>
815
816 * complete.el (PC-try-completion): New function.
817 (PC-do-completion, read-file-name-internal): Use it instead of
818 try-completion.
819
820 2007-03-08 Alan Mackenzie <acm@muc.de>
821
822 Remove stale tokens from `c-found-types' cache.
823
824 * progmodes/cc-mode.el (c-unfind-enclosing-token)
825 (c-unfind-coalesced-tokens, c-before-change): New functions.
826 (c-maybe-stale-found-type): New variable.
827
828 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
829 (c-trim-found-types): New functions.
830
831 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
832
833 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
834 (debug-ignored-errors): Add entry from smerge-match-conflict.
835
836 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
837
838 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
839 special help topics for keywords.
840 (idlwave-help-assistant-command): Include ".exe" for ms-dos
841 etc. Assistant command.
842
843 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
844
845 * replace.el (occur-engine): Move buffer-undo-list binding...
846 (occur-1): ...to here.
847
848 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
849
850 * simple.el (minibuffer-completing-symbol): New var.
851 (eval-expression): Use it.
852 (completion-setup-function): Don't bind completion-base-size when
853 completing a symbol in the minibuffer.
854
855 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
856
857 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
858 tries to start a second session in graphical mode.
859
860 2007-03-07 Miles Bader <miles@gnu.org>
861
862 * international/isearch-x.el
863 (isearch-process-search-multibyte-characters):
864 Strip text-properties from PROMPT to avoid an error from read-string.
865
866 2007-03-07 Kim F. Storm <storm@cua.dk>
867
868 * complete.el (PC-bindings): Remap lisp-complete-symbol to
869 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
870
871 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
872
873 * complete.el (PC-do-completion): Delete duplicates in the list of
874 possible completions.
875
876 2007-03-07 Glenn Morris <rgm@gnu.org>
877
878 * ses.el (ses-mode): Doc fix.
879
880 2007-03-06 Kim F. Storm <storm@cua.dk>
881
882 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
883
884 2007-03-06 Kenichi Handa <handa@m17n.org>
885
886 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
887
888 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
889
890 * simple.el (completion-setup-function): Improve last fix so it doesn't
891 set it to a relative directory name either.
892
893 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
894
895 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
896
897 2007-03-05 Richard Stallman <rms@gnu.org>
898
899 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
900
901 * files.el (find-file-noselect): No error if file no longer exists.
902 Display a message and avoid other questions.
903
904 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
905
906 * pcomplete.el (pcomplete-show-completions): Improve last change, so
907 as not to use an invisible window and to create a window if none exist.
908
909 * progmodes/python.el (python-send-command): Restart proc if necessary.
910 (python-proc): Simplify.
911
912 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
913
914 * pcomplete.el (pcomplete-show-completions): Search all frames for
915 completions buffer.
916
917 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
918
919 * cus-edit.el (customize-save-variable): Clear customized-value
920 property (saved values are now put in theme-value property).
921 (customize-set-variable): Doc fix.
922
923 * complete.el (PC-do-completion): If completion-ignore-case is
924 non-nil, replace field with completion string before exiting.
925
926 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
927
928 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
929 Append its extension to the resulting temporary file name.
930 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
931
932 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
933 (tramp-smb-handle-write-region): Apply it.
934
935 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
936
937 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
938 Redo previous change.
939
940 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
941
942 * diff-mode.el (diff-mode): Doc fix.
943
944 2007-03-05 Kenichi Handa <handa@m17n.org>
945
946 * international/characters.el: Set category `l' (latin)
947 for more characters.
948
949 2007-03-04 Kim F. Storm <storm@cua.dk>
950
951 * emacs-lisp/authors.el (authors-aliases): Add alias.
952
953 2007-03-04 Glenn Morris <rgm@gnu.org>
954
955 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
956 all when switching major mode.
957 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
958 (hs-block-start-mdata-select, hs-block-end-regexp)
959 (hs-forward-sexp-func, hs-adjust-block-beginning):
960 Do not make these variables permanent-local.
961
962 2007-03-04 Richard Stallman <rms@gnu.org>
963
964 * progmodes/cperl-mode.el (cperl-mode):
965 Modify cperl-compilation-error-regexp-alist by appending.
966
967 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
968 (edebug-mode): Add the hook.
969 (edebug-recursive-edit): Remove the hook on exiting.
970
971 * type-break.el (type-break-get-previous-time):
972 Handle end-of-file errors specially
973 so they don't get reported wrong in .emacs.
974
975 * startup.el (fancy-splash-text): Clarify text.
976
977 * simple.el (beginning-of-buffer, end-of-buffer):
978 Avoid treating plain C-u like numeric arg.
979
980 * simple.el (completion-setup-function): Don't set
981 default-directory to nil.
982
983 * shell.el (shell-dirstack-query): Doc fix.
984
985 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
986 Don't select the window -- pass it to primitives instead.
987
988 * faces.el (minibuffer-prompt): Use medium blue by default.
989
990 2007-03-04 David Kastrup <dak@gnu.org>
991
992 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
993 Preserve 16 as default value for "seconds" when customizing.
994
995 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
996
997 * textmodes/org.el (org-self-insert-command)
998 (orgtbl-self-insert-command, org-delete-char)
999 (org-delete-backward-char): Set the `flyspell-delayed' property.
1000
1001 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
1002
1003 * international/mule.el (find-auto-coding): Don't search for
1004 line-ending characters past the end of the tail.
1005
1006 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
1007
1008 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
1009 Jump to the line where new score has been uploaded.
1010
1011 * play/tetris.el (tetris-move-bottom, tetris-move-left)
1012 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
1013 Do nothing when the game is paused.
1014
1015 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
1016
1017 * textmodes/org.el (org-set-tags): Prevent slipping of point
1018 during completion.
1019
1020 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
1021
1022 * isearch.el (isearch-message-prefix):
1023 Use minibuffer-prompt-properties.
1024
1025 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1026
1027 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
1028 (ps-setup): Print which Emacsen is running ps-print package.
1029
1030 2007-03-01 Stuart Herring <herring@lanl.gov>
1031
1032 * files.el (set-auto-mode-0): Use `indirect-function'.
1033 (hack-one-local-variable): Don't reapply current major mode.
1034
1035 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
1036
1037 * progmodes/python.el (python-quote-syntax): Don't bother with
1038 syntax-ppss-context.
1039 (python-fill-paragraph): Make sure that fenced-string delimiters that
1040 stand on their own line stay there
1041
1042 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
1043
1044 * replace.el (perform-replace): Propertize message.
1045
1046 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
1047
1048 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
1049 invisible heading.
1050
1051 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1052
1053 * net/tramp.el (tramp-file-name-handler): Revert last change.
1054
1055 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
1056
1057 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
1058 Correct doc strings.
1059
1060 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1061
1062 * replace.el (perform-replace): Undo forward-char immediately if
1063 non-adjacent search fails.
1064
1065 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1066
1067 * version.el (emacs-major-version, emacs-minor-version):
1068 string-to-int -> string-to-number.
1069
1070 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
1071
1072 * help.el (where-is): Fail gracefully when not passed a command.
1073
1074 2007-02-28 Stuart Herring <herring@lanl.gov>
1075
1076 * find-lisp.el (find-lisp-default-directory-predicate):
1077 Fix bug: Do symlink check on expanded filename.
1078
1079 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
1080
1081 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
1082 changes during replacement.
1083 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
1084
1085 2007-02-28 Lars Hansen <larsh@soem.dk>
1086
1087 * desktop.el: Delete header line listing me as maintainer.
1088
1089 2007-02-28 Glenn Morris <rgm@gnu.org>
1090
1091 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
1092 the menus case.
1093
1094 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1095
1096 * net/tramp.el (tramp-file-name-handler): Inhibit modification
1097 hooks to avoid confusion when combining after-change calls.
1098
1099 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
1100
1101 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
1102 now that pgg-gpg-process-region correctly honors passed-in passphrase.
1103 (allout-distinctive-bullets-string): Add info about bullet conventions.
1104 (allout-mode): Add info about distinctive vs plain bullets.
1105
1106 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
1107
1108 * textmodes/org.el (org-archive-subtree): Quote variable name.
1109 (org-agenda-get-todos): Make sure skip properties are checked correctly.
1110
1111 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
1112
1113 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
1114 (gud-bashdb-command-name, bashdb): Remove.
1115 (gud, gud-menu-map): Remove references to bash/bashdb.
1116
1117 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
1118
1119 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
1120 keyword for Python 2.5.
1121
1122 2007-02-26 Romain Francoise <romain@orebokech.com>
1123
1124 * net/net-utils.el (whois-server-tld): Update server for .org.
1125 (whois-server-list): Add whois.publicinterestregistry.net.
1126 (whois-guess-server): Fix formatting in docstring.
1127
1128 2007-02-26 Kim F. Storm <storm@cua.dk>
1129
1130 * mouse.el (mouse-show-mark): Run hooks and perform command
1131 remapping for mouse-region-delete-keys.
1132
1133 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1134
1135 * font-core.el (font-lock-mode): Doc fix.
1136
1137 2007-02-25 Kim F. Storm <storm@cua.dk>
1138
1139 * ido.el (ido-buffer-internal): Set this-command to fallback command.
1140 Add selected buffer to buffer-name-history.
1141 (ido-file-internal): Set this-command to fallback command.
1142 Add file names to file-name-history.
1143
1144 * emacs-lisp/map-ynp.el (map-y-or-n-p):
1145 Apply minibuffer-prompt-properties.
1146
1147 2007-02-25 Andreas Schwab <schwab@suse.de>
1148
1149 * files.el (hack-one-local-variable-eval-safep): Correct handling
1150 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
1151
1152 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
1153
1154 * textmodes/org.el (org-table-overlay-coordinates)
1155 (org-table-toggle-coordinate-overlays): New functions.
1156 (org-table-overlay-coordinates, org-table-coordinate-overlays):
1157 New variables.
1158 (org-startup-with-deadline-check): Remove option.
1159 (org-mode): Remove deadline check on startup.
1160 (org-table-limit-column-width): Remove option.
1161 (org-table-formula-numbers-only): Remove option.
1162 (org-link-style, org-link-format): Remove options.
1163 (org-select-agenda-window, org-fit-agenda-window): Remove options.
1164 (org-export-ascii-show-new-buffer)
1165 (org-export-html-show-new-buffer): Remove options.
1166 (org-activate-links): Remove camel option.
1167 (org-file-link-context-use-camel-case): Remove option.
1168 (org-camel-regexp): Remove variable.
1169 (org-activate-camels): Remove function.
1170 (org-store-link): Remove Camel stuff.
1171 (org-make-org-heading-camel): Remove function.
1172 (org-open-at-point): Remove camel stuff.
1173 (org-link-search): Remove camel stuff.
1174 (org-camel-to-words): Function removed.
1175 (org-get-agenda-file-buffer): Make sure we prepare the base
1176 buffers, not any indirect buffers.
1177 (org-sort-entries): Sort top-level when not on a headline, and no
1178 active region.
1179 (org-in-regexp): New function.
1180 (org-search-not-self): Rename from `org-search-not-link'.
1181 (org-open-link-marker): New variable.
1182 (org-open-at-point): Set `org-open-link-marker'.
1183 (org-print-icalendar-entries): Fixe bug with excluding DONE
1184 entries from the exported list.
1185 (org-edit-formula-lisp-indent): New command.
1186 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
1187 (orgtbl-to-latex, orgtbl-insert-radio-table)
1188 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
1189 (orgtbl-radio-table-templates): New option.
1190 (org-store-link-props):
1191 (org-remember-templates): More possibilities to insert info
1192 into templates.
1193 (org-remember-apply-template): Make use of the extended
1194 template capabilities.
1195 (org-remember-redo-template): New command.
1196 (org-upgrade-old-links)
1197 (org-table-modify-formulas, org-table-replace-in-formulas)
1198 (org-table-find-dataline)
1199 (org-table-get-vertical-vector): Remove functions.
1200 (org-table-remove-rectangle-highlight)
1201 (org-time-stamp-format, org-toggle-log-option)
1202 (org-table-highlight-rectangle)
1203 (org-table-iterate, org-table-make-reference):
1204 (org-translate-time, org-tree-to-indirect-buffer)
1205 (org-table-field-info, org-table-fix-formulas)
1206 (org-table-force-dataline, org-table-get-descriptor-line)
1207 (org-table-get-range)
1208 (org-skip-comments, org-sort)
1209 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
1210 (org-table-current-dline, org-table-current-field-formula)
1211 (org-table-edit-backward-field)
1212 (org-table-edit-formulas-post-command)
1213 (org-table-edit-line-down, org-table-edit-line-up)
1214 (org-agenda-archive)
1215 (org-agenda-clock-cancel)
1216 (org-agenda-clock-out, org-agenda-list-stuck-projects)
1217 (org-agenda-open-link, org-agenda-show-new-time)
1218 (org-agenda-skip-subtree-when-regexp-matches)
1219 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
1220 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
1221 (org-do-sort, org-file-image-p, org-find-overlays)
1222 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
1223 (org-highlight-until-next-command, org-isearch-end)
1224 (org-match-any-p, org-next-link, org-previous-link):
1225 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
1226 (org-rewrite-old-row-references)
1227 (org-isearch-post-command)
1228 (org-table-edit-move, org-table-edit-next-field)
1229 (org-table-edit-scroll, org-table-edit-scroll-down)
1230 (org-set-frame-title, org-show-reference)
1231 (org-unhighlight-once, org-verify-change-for-undo): New functions.
1232 (org-show-variable): Remove command.
1233 (org-add-log-maybe): New arguments STATE, FINDPOS
1234 (org-table-sort-lines): Rewrite from scratch.
1235 (org-link-search): New argument AVOID-POS.
1236 (org-print-icalendar-entries): Remove argument CATEGORY.
1237 (org-run-agenda-series): Remove argument WONDOW.
1238 (org-next-link, org-previous-link): New commands.
1239 (org-agenda-date-format): New option.
1240 (org-table-iterate): New command.
1241 (org-table-modify-formulas)
1242 (org-table-replace-in-formulas): Remove functions.
1243 (org-table-fix-formulas): New function.
1244 (org-table-insert-column, org-table-delete-column)
1245 (org-table-move-column): Use `org-table-fix-formulas'.
1246 (org-follow-gnus-link): Patch from Bastien/Leo.
1247 (org-table-current-field-formula): New function.
1248 (org-file-image-p): New function.
1249 (org-agenda-show-new-time): New function.
1250 (org-agenda-date-later): Call `org-agenda-show-new-time'.
1251 (org-with-remote-undo): New macro.
1252 (org-agenda-undo): New command.
1253 (org-verify-change-for-undo): New function.
1254 (org-time-stamp-format): New function.
1255 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
1256 by user.
1257 (org-match-any-p): New function.
1258 (org-make-tags-matcher): Handle regular expressions for tag and
1259 todo matches.
1260 (org-read-date): Accept "+N" as input for a date relative to the
1261 current date.
1262 (org-remove-subtree-entries-from-agenda): New function.
1263 (org-agenda-archive, org-agenda-kill):
1264 Use `org-remove-subtree-entries-from-agenda'.
1265 (org-do-sort, org-sort-entries): New functions.
1266 (org-sort): New command.
1267 (org-table-sort-lines): Use `org-do-sort'.
1268 (org-fix-decoded-time): New function.
1269 (org-table-number-regexp): Require 0x... to identify as number
1270 in tables.
1271 (org-startup-options): New keywords for note taking.
1272 (org-upgrade-old-links): Remove function.
1273 (org-get-repeat): New function.
1274 (org-show-context): Also show siblings on current level.
1275 (org-show-siblings): New function.
1276 (org-isearch-end, org-isearch-post-command): New functions.
1277 (org-show-siblings): New option.
1278 (org-show-context): Use `org-show-siblings'.
1279 (org-table-maybe-recalculate-line): No longer require `calc-eval'
1280 to be bound, because user may just use elisp.
1281
1282 2007-02-24 Kim F. Storm <storm@cua.dk>
1283
1284 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
1285 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
1286
1287 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
1288
1289 * startup.el (command-line): Also check if the abbrev file is readable.
1290
1291 2007-02-24 John Paul Wallington <jpw@pobox.com>
1292
1293 * net/tls.el (tls-certtool-program): Fix custom type.
1294
1295 * mail/feedmail.el (feedmail-message-id-generator)
1296 (feedmail-date-generator): Fix custom types.
1297
1298 * mail/rmail.el (rmail-message-filter): Fix custom type.
1299
1300 2007-02-24 Eli Zaretskii <eliz@gnu.org>
1301
1302 * startup.el (command-line): If simple.el cannot be found, proceed
1303 with a warning message.
1304
1305 2007-02-24 Kenichi Handa <handa@m17n.org>
1306
1307 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
1308 case that BEG is a string.
1309
1310 2007-02-24 Chris Moore <dooglus@gmail.com>
1311
1312 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
1313 * pgg-pgp.el (pgg-pgp-encrypt-region):
1314 * pgg-gpg.el (pgg-gpg-encrypt-region):
1315 Check pgg-encrypt-for-me if no other recipients.
1316
1317 2007-02-23 Eli Zaretskii <eliz@gnu.org>
1318
1319 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
1320
1321 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
1322 shell-quote-argument.
1323
1324 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1325
1326 * comint.el (comint-read-input-ring): Use comint-input-ring-size
1327 from the comint buffer instead of the temporary one.
1328
1329 2007-02-23 David Reitter <david.reitter@gmail.com>
1330
1331 * cus-edit.el (custom-save-all): Canonicalize custom-file before
1332 storing it in recentf-exclude.
1333
1334 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
1335
1336 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
1337 in splash screen.
1338
1339 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
1340
1341 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
1342 commands, for restart.
1343 (idlwave-shell-current-module): Fix handling of module name by type.
1344 (idlwave-shell-break-in): Update type handling.
1345 (idlwave-shell-bp-get): Encode type in BP structure.
1346 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
1347 (idlwave-shell-module-source-query): Query routine info based on type.
1348 Fix path parsing for non-compiled files.
1349 (idlwave-shell-module-source-filter): Don't signal error in filter
1350 if no source found.
1351 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
1352 filter race.
1353
1354 2007-02-22 Kim F. Storm <storm@cua.dk>
1355
1356 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
1357 (editable-field): Document need to put some text before the %v
1358 escape in :format string.
1359
1360 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1361
1362 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
1363 (vc-svn-use-edit): Remove unused config var.
1364 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
1365
1366 * outline.el (hide-sublevels): Keep empty last line, if available.
1367
1368 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
1369 rather than the corresponding unicode char, to make the code
1370 more readable.
1371
1372 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
1373
1374 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
1375 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
1376 (speedbar-item-info-tag-helper): Doc fixes.
1377
1378 2007-02-19 Kenichi Handa <handa@m17n.org>
1379
1380 * international/mule-cmds.el (locale-language-names):
1381 Map "eo" to "Esperanto".
1382
1383 * language/european.el ("Esperanto"): New language environment.
1384
1385 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
1386
1387 * simple.el (kill-line): Doc fix.
1388
1389 2007-02-17 Kim F. Storm <storm@cua.dk>
1390
1391 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
1392 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
1393 (bindat--unpack-group, bindat--pack-group):
1394 Handle vectors with optional element type.
1395
1396 2007-02-17 Daiki Ueno <ueno@unixuser.org>
1397
1398 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
1399 if PASSPHRASE is given.
1400
1401 2007-02-17 Chris Moore <dooglus@gmail.com>
1402
1403 * jka-cmpr-hook.el (jka-compr-compression-info-list):
1404 Recognize backups of bz2 compressed files.
1405
1406 2007-02-17 Eli Zaretskii <eliz@gnu.org>
1407
1408 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
1409 to nil to speed up lookup of the symbol in index nodes.
1410
1411 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
1412
1413 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1414 Add indentation for the constants of Lisp.
1415
1416 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
1417
1418 * ps-print.el: Use (defvar <foo>) where applicable.
1419 (ps-print-emacs-type): Remove.
1420 (ps-x-frame-property, ps-e-frame-parameter): Remove.
1421 (ps-frame-parameter): Align its call-convention with frame-parameter.
1422 (ps-begin-job): Adjust calls to it appropriately.
1423 (ps-setup): Don't print ps-print-emacs-type.
1424 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
1425 Define in such a way that it's obvious that it's defined.
1426 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
1427 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
1428 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
1429
1430 2007-02-15 Alan Mackenzie <acm@muc.de>
1431
1432 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
1433 an empty one-line C-style comment, post-position point properly.
1434
1435 2007-02-15 Chris Moore <dooglus@gmail.com>
1436
1437 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
1438 (isearch-lazy-highlight-new-loop): Bind it.
1439 (isearch-lazy-highlight-search): Use it.
1440
1441 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
1442
1443 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1444
1445 * font-lock.el (font-lock-extend-region-wholelines):
1446 Only return non-nil if the region has really been changed.
1447 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
1448
1449 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
1450
1451 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
1452 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
1453 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
1454
1455 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
1456
1457 * faces.el (color-values): Revert changes to docstring from
1458 2007-01-31 and 2000-09-07.
1459
1460 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
1461 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
1462 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
1463 (ispell-help): Fix typos in docstring and output message.
1464
1465 2007-02-14 Kim F. Storm <storm@cua.dk>
1466
1467 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
1468 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
1469 (grep): Fix lgrep reference.
1470
1471 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
1472 (standard-display-underline): Use make-glyph-code.
1473
1474 * descr-text.el (describe-char): Use glyph-char and glyph-face.
1475
1476 * international/latin1-disp.el (latin1-display-char):
1477 Use make-glyph-code.
1478
1479 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
1480
1481 * ehelp.el (with-electric-help, electric-help-exit)
1482 (electric-help-retain): Doc fixes.
1483
1484 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
1485 (byte-compile-file): Doc fixes.
1486
1487 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1488
1489 * term/mac-win.el: Change all uses of
1490 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
1491 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
1492 (mac-ae-get-url): Call select-frame-set-input-focus.
1493 (mac-dnd-handle-drag-n-drop-event): Don't call
1494 select-frame-set-input-focus.
1495
1496 2007-02-13 Kenichi Handa <handa@m17n.org>
1497
1498 * international/characters.el: Fix documentation of category `a'.
1499
1500 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
1501
1502 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
1503
1504 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
1505
1506 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
1507 (tramp-get-remote-ln): Handle error case.
1508 Reported by Chris Moore <dooglus@gmail.com>.
1509
1510 2007-02-11 Kim F. Storm <storm@cua.dk>
1511
1512 * bindings.el (ctl-x-map): Remove register compatibility bindings
1513 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
1514
1515 2007-02-11 Richard Stallman <rms@gnu.org>
1516
1517 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
1518 in load history.
1519
1520 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
1521 condition -- don't fail to stop at endpos.
1522
1523 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
1524
1525 * textmodes/org.el (org-agenda-get-todos)
1526 (org-agenda-get-timestamps, org-agenda-get-closed)
1527 (org-agenda-get-deadlines, org-agenda-get-scheduled)
1528 (org-agenda-get-blocks, org-format-agenda-item)
1529 (org-agenda-change-all-lines, org-scan-tags): Rename text property
1530 from `category' to `org-category'.
1531
1532 2007-02-11 Kenichi Handa <handa@m17n.org>
1533
1534 * international/titdic-cnv.el (titdic-convert): Force files be written
1535 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
1536 (miscdic-convert): Force files be written with Unix-like eol format.
1537
1538 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
1539
1540 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
1541
1542 * calculator.el (calculator-prompt): Doc fix.
1543 (calculator-mode-map): Fix typo in menu entry.
1544
1545 2007-02-10 Jay Belanger <belanger@truman.edu>
1546
1547 * calculator.el (calculator): Do more extensive checking for when
1548 3 lines should be used for the calculator.
1549
1550 2007-02-10 Eli Zaretskii <eliz@gnu.org>
1551
1552 * info-look.el (info-lookup-make-completions):
1553 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
1554 index nodes.
1555
1556 * info.el (Info-fontify-maximum-menu-size): Document the effect
1557 of a nil value.
1558 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
1559 non-nil before using it as size.
1560
1561 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
1562
1563 * subr.el (insert-for-yank-1): Prevent read-only properties from
1564 interfering with text property operations.
1565
1566 * image-mode.el (image-mode): Revert 2007-01-30 changes.
1567
1568 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
1569 (image-type-auto-detected-p): Fail if another match is found in
1570 auto-mode-alist.
1571
1572 * files.el (magic-mode-alist): Call image-mode instead of
1573 image-mode-maybe for autodetected images.
1574
1575 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
1576
1577 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
1578 Fix typos in docstrings.
1579 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
1580
1581 2007-02-09 Kim F. Storm <storm@cua.dk>
1582
1583 * emacs-lisp/float-sup.el: Remove obsolete comment.
1584
1585 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1586
1587 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
1588
1589 2007-02-08 Karl Fogel <kfogel@red-bean.com>
1590
1591 * simple.el: Revert previous change, at request of RMS:
1592 (fundamental-mode-hook): Remove.
1593 (fundamental-mode): Run after-change-major-mode-hooks manually,
1594 and don't run the now-nonexistent fundamental-mode-hook.
1595
1596 2007-02-08 Karl Fogel <kfogel@red-bean.com>
1597
1598 * simple.el (fundamental-mode-hook): Declare new hook.
1599 (fundamental-mode): Run the new dedicated hook, and don't run
1600 after-change-major-mode-hooks manually anymore.
1601
1602 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
1603
1604 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
1605 added columns of chars. Remove support for the "no-meta-info" format.
1606 Prompted by Romain Francoise <romain@orebokech.com>.
1607
1608 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
1609
1610 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
1611 (gdb-mouse-until, gdb-mouse-jump): Use it.
1612
1613 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
1614
1615 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
1616 work when there is just an assembler buffer (no source buffer).
1617
1618 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
1619
1620 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
1621 just because the diff was produced using "-p" (--show-c-function).
1622
1623 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
1624
1625 * faces.el (frame-set-background-mode): Use `color-values' and
1626 `display-color-p', not `x-color-values' and `x-display-color-p'.
1627 (face-valid-attribute-values): Use `defined-colors' instead of
1628 `x-defined-colors'.
1629
1630 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1631
1632 * ps-print.ps: The ps-print commands without face printing should not
1633 print background color. Reported by Leo <sdl.web@gmail.com>.
1634 (ps-print-version): New version 6.7.3.
1635 (ps-begin-job): New arg. Fix ps-default-background and
1636 ps-default-foreground initialization.
1637 (ps-face-attributes): Fix doc string.
1638 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
1639
1640 * printing.el: Fix ps-print link.
1641
1642 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
1643
1644 * faces.el (face-set-after-frame-default): Compile attributes to
1645 be set by frame parameters before merging in X resources.
1646
1647 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
1648
1649 * simple.el (blink-matching-paren-dont-ignore-comments):
1650 (blink-matching-paren-on-screen): Doc fixes.
1651
1652 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
1653
1654 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
1655
1656 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
1657
1658 * loadhist.el (unload-feature): Silently ignore `load-history' entries
1659 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
1660 entries like `defun'. Return nil.
1661
1662 2007-02-05 Kim F. Storm <storm@cua.dk>
1663
1664 * ido.el: Doc fixes.
1665
1666 2007-02-04 David Kastrup <dak@gnu.org>
1667
1668 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
1669 `mpuz-allow-double-multiplicator' is non-zero, and correct
1670 calculation of `min'.
1671
1672 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
1673
1674 * wid-edit.el (widget-default-create): Insert new text at the
1675 :from marker _after_ the marker, not before it.
1676
1677 2007-02-04 Alan Mackenzie <acm@muc.de>
1678
1679 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
1680 containing it is re-indented.
1681
1682 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
1683
1684 * net/newsticker.el (newsticker--insert-image): Update docstring,
1685 and insert the image directly.
1686 (newsticker--buffer-redraw): Update docstring.
1687
1688 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1689 Rename from define-global-minor-mode.
1690
1691 * progmodes/cwarn.el (global-cwarn-mode):
1692 * emacs-lisp/autoload.el (make-autoload):
1693 * hi-lock.el (global-hi-lock-mode):
1694 * font-core.el (global-font-lock-mode): All callers changed.
1695
1696 2007-02-03 Eli Zaretskii <eliz@gnu.org>
1697
1698 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
1699 Don't copy @ignore lines into menu descriptions.
1700 (texinfo-multi-file-update): Goto the @node line before attempting
1701 to pluck the node name.
1702 (texinfo-multiple-files-update): Reverse the optional arguments'
1703 order, as per the doc string and the `interactive' form.
1704
1705 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
1706
1707 * image-mode.el: Use autoload to avoid overriding disabled setting
1708 applied in .emacs.
1709
1710 2007-02-03 Alan Mackenzie <acm@muc.de>
1711
1712 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
1713 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
1714 adjacent paren groups).
1715
1716 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1717
1718 * progmodes/ebnf2ps.el: Doc fixes.
1719 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
1720
1721 2007-02-02 Eli Zaretskii <eliz@gnu.org>
1722
1723 * dired-x.el (dired-do-relsymlink): Add reference to
1724 dired-do-symlink. Add an autoload cookie.
1725
1726 * dired-aux.el (dired-do-symlink): Add reference to
1727 dired-do-relsymlink.
1728
1729 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
1730
1731 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
1732 <left-fringe mouse-3>: New bindings.
1733
1734 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
1735
1736 * newsticker.el (newsticker-version): Changed to "1.10".
1737 (newsticker--set-customvar): Doc string.
1738 (newsticker-new-item-face): Doc string.
1739 (newsticker-mode): Initialize `invisibility-spec' with t.
1740 (newsticker-mode-map): Added
1741 `newsticker-mark-all-items-at-point-as-read'.
1742 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
1743 (newsticker-w3m-show-inline-images): Do not call
1744 `w3m-remove-image'.
1745 (newsticker--buffer-after-w3m-insert-image): New advice for
1746 w3m-insert-image to cache images.
1747 (newsticker-next-item-same-feed): New.
1748 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
1749 (newsticker-mark-all-items-of-feed-as-read): New.
1750 (newsticker-mark-all-items-at-point-as-read): Use new functions.
1751 (newsticker-mark-item-at-point-as-read): Doc string.
1752 (newsticker-mark-item-at-point-as-read): Use new functions.
1753 (newsticker--do-mark-item-at-point-as-read): New, extracted from
1754 `newsticker-mark-item-at-point-as-read'.
1755 (newsticker-hide-entry): Use (t) instead of t for invisibility.
1756 (newsticker--sentinel): Yet another xml-parser workaround.
1757 (newsticker--decode-iso8601-date): Bugfix for datestrings without
1758 days.
1759 (newsticker--buffer-do-insert-text): Fix.
1760 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
1761 (newsticker--buffer-make-item-completely-visible):
1762 `switch-to-buffer' not necessary.
1763
1764 2007-02-02 Eli Zaretskii <eliz@gnu.org>
1765
1766 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
1767 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
1768 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
1769 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
1770 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
1771
1772 2007-02-02 Kenichi Handa <handa@m17n.org>
1773
1774 * international/quail.el (quail-show-key): Fix an error message.
1775
1776 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
1777
1778 * faces.el (set-face-underline-p, modify-face): Rename arg
1779 UNDERLINE-P to UNDERLINE (it is not a flag).
1780
1781 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
1782
1783 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
1784 when adding gdb-speedbar-update to gdb-input-queue.
1785
1786 2007-02-01 Kenichi Handa <handa@m17n.org>
1787
1788 * international/quail.el (quail-show-key): Signal an error if the
1789 current input method is not using Quail.
1790
1791 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
1792
1793 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
1794 Trim leading whitespace in sysvar names.
1795
1796 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
1797
1798 * faces.el (internal-find-face, internal-get-face): Doc fixes.
1799
1800 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
1801
1802 * ido.el (ido-set-common-completion): Use `let', not `let*'.
1803
1804 2007-01-31 Romain Francoise <romain@orebokech.com>
1805
1806 * comint.el: Delete extra copy of `comint-copy-old-input' added in
1807 previous change to this file.
1808
1809 2007-01-31 Jason Rumney <jasonr@gnu.org>
1810
1811 * files.el (magic-mode-alist): Use image-mode-maybe rather than
1812 image-mode.
1813
1814 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
1815 interfering with attempt to set major mode from modified
1816 auto-mode-alist.
1817
1818 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
1819
1820 * faces.el (color-values): Doc fix.
1821 (face-differs-from-default-p): Don't check :foreground twice.
1822
1823 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
1824
1825 * comint.el (comint-mode): Prevent non-keyword fontification by default.
1826
1827 2007-01-31 Kenichi Handa <handa@m17n.org>
1828
1829 * international/quail.el (quail-store-decode-map-key): Store a
1830 translated character too.
1831 (quail-char-equal-p): New function.
1832 (quail-find-key1): Check character equality by quail-char-equal-p.
1833 (quail-decode-map-generated): New variable.
1834 (quail-find-key): Check quail-decode-map-generated and re-generate
1835 a decode map if necessary.
1836
1837 2007-01-30 Richard Stallman <rms@gnu.org>
1838
1839 * tutorial.el (tutorial--detailed-help): Make the list of
1840 changed keys look nicer.
1841
1842 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
1843
1844 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
1845 (gdb-var-delete): Use it.
1846 (gdb-var-update-handler-1): Handle value "invalid" for MI field
1847 `in_scope'.
1848
1849 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
1850
1851 * files.el (get-free-disk-space): Return nil for remote directories.
1852
1853 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
1854 instead of "dir".
1855
1856 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
1857
1858 * type-break.el (type-break-catch-up-event): New function.
1859 (type-break-demo-hanoi, type-break-demo-life)
1860 (type-break-demo-boring): Use it.
1861
1862 * image-mode.el (image-mode): Don't automatically view as image.
1863 (image-toggle-display): Add `disabled' property.
1864
1865 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
1866
1867 * isearchb.el (isearchb-iswitchb):
1868 * ps-print.el (ps-build-face-reference):
1869 * emacs-lisp/shadow.el (list-load-path-shadows):
1870 * eshell/esh-cmd.el (eshell-rewrite-for-command):
1871 * international/mule.el (find-auto-coding):
1872 * mail/supercite.el (sc-attrib-selection-list):
1873 * progmodes/cc-defs.el (c-emacs-features):
1874 * progmodes/cc-vars.el (c-offsets-alist):
1875 * progmodes/flymake.el
1876 (flymake-init-create-temp-source-and-master-buffer-copy):
1877 Fix typos in docstrings (some suggested by Chris Moore).
1878
1879 * progmodes/vhdl-mode.el (vhdl-components-package-name)
1880 (vhdl-get-library-unit, vhdl-corresponding-begin)
1881 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
1882 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
1883 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
1884 (vhdl-font-lock-match-item): Fix typos in docstrings.
1885 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
1886 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
1887 (vhdl-speedbar-insert-project-hierarchy):
1888 Improve argument/docstring consistency.
1889
1890 2007-01-29 Kenichi Handa <handa@m17n.org>
1891
1892 * international/titdic-cnv.el (py-converter): Fix previous change.
1893
1894 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
1895
1896 * jka-compr.el (jka-compr-partial-uncompress)
1897 (jka-compr-call-process): Rebind default-directory if it is
1898 invalid. Suggested by Chris Moore.
1899
1900 * comint.el (comint-insert-input): Handle situation where the
1901 selected buffer is not the clicked buffer.
1902
1903 2007-01-29 Kenichi Handa <handa@m17n.org>
1904
1905 * international/ja-dic-cnv.el (skkdic-convert):
1906 Add byte-compile-disable-print-circle:t at the head.
1907
1908 * international/titdic-cnv.el (tit-process-header):
1909 Add byte-compile-disable-print-circle:t at the head.
1910 (miscdic-convert): Likewise.
1911 (py-converter): Skip the header comments.
1912
1913 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
1914 New variable.
1915 (byte-compile-output-file-form): Bing print-circle to nil if
1916 byte-compile-output-file-form is not nil.
1917 (byte-compile-output-docform): Likewise.
1918
1919 2007-01-28 Kim F. Storm <storm@cua.dk>
1920
1921 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
1922 Declare earlier to avoid byte compiler warnings.
1923
1924 2007-01-28 Markus Triska <markus.triska@gmx.at>
1925
1926 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
1927
1928 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
1929
1930 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
1931 (gamegrid-add-score-with-update-game-score-1): Allow local quits
1932 when calling update-game-score program. Remove unnecessary
1933 save-excursion.
1934
1935 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
1936
1937 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
1938
1939 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
1940 avoid compiler warning.
1941 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
1942 might have values other than "true" or "false".
1943
1944 2007-01-28 Richard Stallman <rms@gnu.org>
1945
1946 * textmodes/fill.el (fill-paragraph-function): Doc fix.
1947 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
1948
1949 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
1950
1951 * image.el (image-type-header-regexps): Make GIF regex more specific.
1952
1953 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
1954 Don't check `backspace'.
1955 (tutorial--find-changed-keys): Look up bindings in a temp buffer
1956 in Fundamental mode.
1957
1958 * startup.el (fancy-splash-text, normal-splash-screen):
1959 Mention C-g.
1960
1961 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
1962 when inserting in buffer.
1963
1964 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
1965 inside the if.
1966
1967 2007-01-27 Richard Stallman <rms@gnu.org>
1968
1969 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
1970
1971 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
1972
1973 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
1974 enum/union/struct/class definition.
1975 Revert change to call `forward-sexp' multiple times.
1976
1977 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
1978
1979 * files.el (hack-local-variables-confirm): Don't keep trying to
1980 read an event from an empty kbd macro.
1981
1982 2007-01-27 Eli Zaretskii <eliz@gnu.org>
1983
1984 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
1985
1986 2007-01-27 Ben North <ben@redfrontdoor.org>
1987
1988 * outline.el (outline-promote, outline-demote): Doc fix. Rename
1989 the arg CHILDREN -> WHICH.
1990
1991 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
1992
1993 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
1994 default-directory to a sane value when calling start-process.
1995
1996 2007-01-27 Eli Zaretskii <eliz@gnu.org>
1997
1998 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
1999 (ls-lisp-format-time-list): Doc fix. Mention
2000 ls-lisp-use-localized-time-format.
2001 (ls-lisp-format-time): Use ls-lisp-format-time-list if
2002 ls-lisp-use-localized-time-format is non-nil, even if a valid
2003 locale is defined.
2004
2005 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
2006
2007 * jka-compr.el (jka-compr-shell): Doc fix.
2008
2009 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
2010
2011 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2012
2013 * ps-print.ps: Fix background height.
2014 (ps-print-version): New version 6.7.2.
2015
2016 2007-01-26 Eli Zaretskii <eliz@gnu.org>
2017
2018 * makefile.w32-in (finder-data, custom-deps): Depend on
2019 $(lisp)/loaddefs.el.
2020
2021 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2022
2023 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
2024
2025 2007-01-24 Miles Bader <miles@gnu.org>
2026
2027 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
2028 (byte-compile-output-docform): Bind `print-circle' to t.
2029
2030 2007-01-24 Kenichi Handa <handa@m17n.org>
2031
2032 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
2033 file name of the original SKK dictionary file.
2034
2035 2007-01-24 Kim F. Storm <storm@cua.dk>
2036
2037 * ido.el (ido-initial-position): New variable.
2038 (ido-read-internal): Set it if default item is specified.
2039 (ido-minibuffer-setup): Position cursor accordingly if set.
2040 (ido-edit-input): C-e moves to end of input if not already there.
2041 (ido-magic-backward-char): C-b does like M-b if prev char is /.
2042 Don't switch to buffer mode if repeating C-b at start of input.
2043 (ido-toggle-ignore): C-a only toggles ignore at start or end of
2044 input; else it moves to start of input.
2045 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
2046 not at end of input, delete rest of input, rather than normal op.
2047
2048 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
2049
2050 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
2051
2052 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
2053 of message. Activate mark.
2054 (ediff-activate-mark): Set transient-mark-mode to t.
2055
2056 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
2057
2058 2007-01-23 Martin Rudalics <rudalics@gmx.at>
2059
2060 * help-fns.el (describe-variable): Don't suppress display of
2061 buffer local value when the value is "large".
2062
2063 2007-01-22 Kim F. Storm <storm@cua.dk>
2064
2065 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
2066 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
2067 (ido-tidy): Use ido-active.
2068
2069 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
2070
2071 * hexl.el (hexl-mode-exit): Add missing quote.
2072
2073 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2074
2075 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
2076 (mac-ae-keyboard-modifiers): New function.
2077 (mac-handle-toolbar-switch-mode): Use it.
2078 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
2079 if keyboard modifiers on drop contain option key.
2080 (mac-dnd-drop-data): Add optional argument `action'.
2081 (special-event-map): Remove binding for M-drag-n-drop.
2082
2083 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
2084
2085 * add-log.el (add-log-current-defun): Use CC Mode functions to
2086 find the beginning and end of a defun.
2087
2088 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
2089
2090 * progmodes/gdb-ui.el (gdb-var-create-regexp)
2091 (gdb-var-create-handler): Handle value field in GDB output of
2092 -var-create.
2093 (gdb-max-frames): New variable.
2094 (gdb-stack-buffer, gdb-frames-select): Use it.
2095 (gdb-info-stack-custom): Help user customize gdb-max-frames,
2096 if necessary.
2097 (gdb-get-frame-number): Simplify.
2098
2099 2007-01-21 Glenn Morris <rgm@gnu.org>
2100
2101 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
2102 Update copyrights.
2103
2104 2007-01-21 Alan Mackenzie <acm@muc.de>
2105
2106 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
2107 handling of K&R stuff.
2108
2109 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2110
2111 * textmodes/bibtex.el (bibtex-files): Fix customization type.
2112
2113 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2114
2115 * ps-print.el: Handle frame parameters (background and/or foreground
2116 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
2117 (ps-print-version): New version 6.7.1.
2118 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
2119 (ps-frame-parameter): New fun.
2120 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
2121 Fix doc and customization.
2122 (ps-begin-job): Get frame parameters (background and/or foreground
2123 colors).
2124 (ps-do-despool): Ensure ps-printer-name has a valid value.
2125
2126 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
2127
2128 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
2129 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
2130 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
2131 mean unlimited.
2132
2133 2007-01-20 Alan Mackenzie <acm@muc.de>
2134
2135 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
2136 much more rigorous analysis of putative K&R regions.
2137
2138 2007-01-20 Alan Mackenzie <acm@muc.de>
2139
2140 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
2141 New functions.
2142
2143 2007-01-20 Alan Mackenzie <acm@muc.de>
2144
2145 * progmodes/cc-align.el, progmodes/cc-cmds.el,
2146 * progmodes/cc-defs.el, progmodes/cc-engine.el,
2147 * progmodes/cc-langs.el, progmodes/cc-styles.el,
2148 * progmodes/cc-vars.el: Add my name.
2149
2150 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
2151
2152 * files.el (find-alternate-file): Revert query message to Emacs 21
2153 version.
2154
2155 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
2156
2157 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
2158 the doc string how to use personal abbrevs without electric
2159 keywords.
2160
2161 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
2162
2163 * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
2164 Fixed cursor position when toggle abbreviated display.
2165
2166 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
2167
2168 * t-mouse.el: Update copyright following assignment by
2169 Alessandro Rubini.
2170
2171 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
2172
2173 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
2174 (type-break-demo-boring): Call read-event instead of read-char.
2175
2176 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (small change)
2177
2178 * progmodes/compile.el: Add handling for makepplog.
2179
2180 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
2181
2182 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
2183 aspell dictionaries are initialized when called non-interactively.
2184
2185 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
2186
2187 * progmodes/compile.el (compilation-loop): New arg limit.
2188 Handle case where the first error is at point-min.
2189 (compilation-next-error): New arg to compilation-loop call.
2190
2191 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
2192
2193 * info.el (Info-default-dirs): Change default info dir to
2194 share/info.
2195
2196 * paths.el (Info-default-directory-list): Ditto.
2197
2198 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
2199
2200 * hexl.el (hexl-before-revert-hook): New function.
2201 (hexl-mode): Use it.
2202 (hexl-after-revert-hook): Just call hexl-mode.
2203 (hexl-mode-exit): Remove before-revert-hook.
2204
2205 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
2206
2207 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
2208
2209 2007-01-16 Martin Rudalics <rudalics@gmx.at>
2210
2211 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
2212 by "-" in francais7 otherchars entry.
2213 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
2214 otherchars entry.
2215
2216 2007-01-15 Karl Fogel <kfogel@red-bean.com>
2217
2218 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
2219 path. Rewrite function in `cond' style for readability.
2220
2221 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
2222 (The path shortening, that is, not the rearrarangement.)
2223
2224 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2225
2226 * term/mac-win.el (mac-ae-quit-application): New function.
2227 (mac-apple-event-map): Bind "quit application" Apple event to it.
2228
2229 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2230
2231 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
2232 than the program's output.
2233
2234 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
2235
2236 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
2237 (kmacro-start-macro-or-insert-counter)
2238 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
2239 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
2240
2241 * longlines.el (longlines-show-hard-newlines):
2242 * ruler-mode.el (ruler-mode-ruler):
2243 * emulation/keypad.el (keypad-setup):
2244 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
2245 Fix typo in docstring.
2246
2247 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
2248
2249 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
2250 Remove redirect character ">".
2251
2252 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
2253
2254 * replace.el (perform-replace): Remove leftover code.
2255
2256 2007-01-12 Richard Stallman <rms@gnu.org>
2257
2258 * replace.el (perform-replace): Don't clear NODENT when computing
2259 the replacement string.
2260
2261 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
2262
2263 * net/tramp.el (tramp-handle-file-local-copy):
2264 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
2265 <christopher.ian.moore@gmail.com>.
2266
2267 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2268
2269 * diff-mode.el (diff-sanity-check-context-hunk-half)
2270 (diff-sanity-check-hunk): New functions.
2271 (diff-find-source-location): Use'em to check the hunks are well-formed.
2272
2273 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
2274 activate undo when undo is not active.
2275 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
2276
2277 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2278
2279 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
2280 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
2281 (ffap-url-at-point): Use char-classes rather than "a-z".
2282
2283 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
2284
2285 * ediff-init.el (ediff-autostore-merges):
2286 * textmodes/fill.el (fill-region): Doc fix.
2287
2288 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2289
2290 * server.el (server-ensure-safe-dir): UIDs may be floats.
2291
2292 2007-01-10 Richard Stallman <rms@gnu.org>
2293
2294 * battery.el (battery-linux-proc-acpi): Use ignore-errors
2295 around calls to directory-files.
2296
2297 * subr.el (momentary-string-display): Use save-excursion.
2298
2299 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
2300 argument, but read it as `X' does.
2301
2302 2007-01-09 Juri Linkov <juri@jurta.org>
2303
2304 * info.el (Info-fontify-node): Don't hide node names of index entries.
2305
2306 * faces.el (momentary): Change :group to basic-faces where all
2307 basic faces belong to. Add :version.
2308
2309 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
2310
2311 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
2312 keybinding is found.
2313 (tutorial--find-changed-keys): Never treat null keybinding as a
2314 remapping.
2315
2316 2007-01-09 Martin Rudalics <rudalics@gmx.at>
2317
2318 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
2319
2320 2007-01-09 Kenichi Handa <handa@m17n.org>
2321
2322 * international/mule-cmds.el
2323 (select-safe-coding-system-interactively): Fix message.
2324
2325 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
2326
2327 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
2328 (tramp-process-actions): Add optional parameter TIMEOUT.
2329 (tramp-open-connection-telnet, tramp-open-connection-rsh)
2330 (tramp-open-connection-su): Add timeout of 60".
2331
2332 2007-01-09 Richard Stallman <rms@gnu.org>
2333
2334 * progmodes/compile.el (compile): Doc fix.
2335
2336 2007-01-09 Markus Triska <markus.triska@gmx.at>
2337
2338 * tumme.el (tumme-display-thumb): Doc fix.
2339
2340 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
2341
2342 * battery.el (battery-search-for-one-match-in-files):
2343 * bindings.el (mode-line-minor-mode-help):
2344 * x-dnd.el (x-dnd-types-alist):
2345 * calendar/icalendar.el (icalendar-import-buffer):
2346 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
2347
2348 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
2349
2350 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
2351
2352 * replace.el (replace-regexp): Fix typo in docstring.
2353
2354 2007-01-07 Alan Mackenzie <acm@muc.de>
2355
2356 * progmodes/cc-langs.el (c-operators, c-filter-ops):
2357 Amend doc-string and comments.
2358
2359 2007-01-06 Eli Zaretskii <eliz@gnu.org>
2360
2361 * files.el (abbreviate-file-name): Doc fix.
2362
2363 2007-01-06 Markus Triska <triska@gmx.at>
2364
2365 * subr.el (split-string): Remove spurious ")" from doc string.
2366
2367 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
2368
2369 * textmodes/table.el (table--warn-incompatibility):
2370 Use display-warning instead of momentary-string-display.
2371
2372 2007-01-05 Richard Stallman <rms@gnu.org>
2373
2374 * image.el (image-type-header-regexps): Recognize xbm more strictly.
2375
2376 * simple.el (backward-kill-word): Doc fix.
2377
2378 2007-01-05 Romain Francoise <romain@orebokech.com>
2379
2380 * international/mule.el (sgml-html-meta-auto-coding-function):
2381 Ensure that the buffer contains a HTML document.
2382
2383 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2384
2385 * faces.el (momentary): Move here ...
2386 * subr.el (momentary): ... from here.
2387
2388 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
2389
2390 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
2391 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
2392 large structures/arrays.
2393
2394 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
2395
2396 * files.el (find-file-noselect-1, set-visited-file-name):
2397 Allow backup-enable-predicate to be nil.
2398
2399 2007-01-04 Andreas Schwab <schwab@suse.de>
2400
2401 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
2402 last change.
2403
2404 2007-01-03 Richard Stallman <rms@gnu.org>
2405
2406 * woman.el (woman-decode-buffer): Clarify error message.
2407
2408 2007-01-03 Alan Mackenzie <acm@muc.de>
2409
2410 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
2411
2412 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
2413
2414 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
2415
2416 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2417
2418 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
2419
2420 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
2421
2422 * emulation/viper.el (viper-custom-file-name, viper-mode):
2423 Fix typos in docstrings.
2424
2425 * subr.el (momentary-string-display): After moving point, set POS
2426 variable to it to avoid later errors once the buffer is modified.
2427 Doc fix.
2428
2429 2007-01-02 Alan Mackenzie <acm@muc.de>
2430
2431 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
2432 check that the "*/" is present before trying to manipulate it.
2433
2434 2007-01-02 Richard Stallman <rms@gnu.org>
2435
2436 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
2437
2438 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
2439 Fix format of value.
2440
2441 * cus-edit.el (customize-unsaved): Rename from customize-customized.
2442 Change messages accordingly.
2443 (customize-customized): Now alias.
2444
2445 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
2446
2447 * files.el (version-control): Doc fix.
2448
2449 2007-01-01 Alan Mackenzie <acm@muc.de>
2450
2451 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
2452 Check the format of c-state-cache is valid for an optimisation before
2453 using it.
2454
2455 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
2456 are at a statement within a macro". Other changes so that only
2457 the first continuation line in a macro gets the symbol
2458 `cpp-define-intro', the others getting `statement', or whatever.
2459
2460 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
2461 a string, preserve whitespace. Add a backslash only when also in
2462 a macro.
2463
2464 * progmodes/cc-defs.el: Correct typos.
2465
2466 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
2467 new line after an escaped EOL in a string.
2468
2469 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
2470 label when it directly follows "else", "do", ....
2471
2472 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
2473 angle brackets (as seen in "explicit specialisations" of C++
2474 templates).
2475
2476 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
2477 in the doc-string.
2478
2479 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
2480 when the comment ender looks like "=========*/" and is alone on
2481 its line.
2482
2483 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
2484 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
2485 for the old name.
2486
2487 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
2488 c-\(beginning\|end\)-of-defun by default.
2489
2490 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
2491 New line-up function, for the DEFUN macro in the Emacs C sources.
2492 Only used in "gnu" style.
2493
2494 * progmodes/cc-styles.el (c-style-alist): Use this new function in
2495 the "gnu" style.
2496
2497 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
2498 clean-up comment-close-slash also to work when there's a comment
2499 terminator on the line.
2500 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
2501 these for large arg - only take account of top level {..}, except
2502 for initial and final adjustments. M-- C-M-[ae] now go to the
2503 right defuns when the starting point is between defuns. They use
2504 the four new functions:
2505 (c-in-function-trailer-p, c-where-wrt-brace-construct)
2506 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
2507 support c-\(beginning\|end\)-of-defun.
2508
2509 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
2510 expressions more rigorously, to exclude bit-field specifiers from
2511 being classed as labels.
2512 (c-forward-label): When analyzing a ":" within a macro, be careful
2513 about using c-forward-syntactic-ws at the macro beginning.
2514 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
2515 stmt boundary, check for "operator=", etc.
2516
2517 * progmodes/cc-mode.el (c-postprocess-file-styles):
2518 Bind inhibit-read-only to t, around the call to
2519 c-remove-any-local-eval-or-mode-variables, so that it works on a
2520 RO file.
2521
2522 * progmodes/cc-defs.el (c-version): Update the version number to
2523 "5.31.4".
2524
2525 2007-01-01 Richard Stallman <rms@gnu.org>
2526
2527 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
2528 only if we restored isearch-window-configuration.
2529
2530 2006-12-31 Romain Francoise <romain@orebokech.com>
2531
2532 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
2533
2534 2006-12-31 Kim F. Storm <storm@cua.dk>
2535
2536 * files.el (auto-mode-case-fold): New defcustom.
2537 (set-auto-mode): If non-nil, perform second case-sensitive pass
2538 through auto-mode-alist if first pass failed.
2539
2540 2006-12-30 Richard Stallman <rms@gnu.org>
2541
2542 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
2543
2544 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
2545
2546 * allout.el (allout-encrypt-string): Handle symmetric-key
2547 passphrase caching but leave keypair caching to pgg.
2548
2549 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
2550
2551 Sync with Tramp 2.0.55.
2552
2553 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
2554 `integerp'. `char-equal' could fail else in case of negative
2555 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
2556 (top): Check for `font-lock-add-keywords' before calling; it
2557 doesn't exist under XEmacs.
2558 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
2559 (tramp-completion-mode): Remove clause (not
2560 tramp-unified-filenames), because the function is called in other
2561 context too, where this check results in wrong results in the
2562 XEmacs case on Windows.
2563 (tramp-touch): UTC handling is not possible for XEmacs.
2564
2565 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2566
2567 * scroll-bar.el (previous-scroll-bar-mode): New variable
2568 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
2569 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
2570
2571 * term/x-win.el: Set scroll bar mode to right if set by X resources.
2572
2573 2006-12-30 Richard Stallman <rms@gnu.org>
2574
2575 * files.el (make-backup-file-name-1): Precompute abs name
2576 but don't lose the relative name.
2577
2578 * international/mule-cmds.el (select-safe-coding-system-interactively):
2579 Fix message.
2580
2581 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
2582
2583 * files.el (backup-buffer): Show entire backup file name in msg.
2584
2585 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
2586
2587 * image.el (image-type-header-regexps, image-type-from-data)
2588 (image-type-from-buffer, image-type-from-file-header):
2589 Revert changes from 2006-12-26.
2590 (image-type-auto-detectable): New variable.
2591 (image-type-auto-detected-p): New function.
2592
2593 * files.el (magic-mode-alist): Detect image files with
2594 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
2595
2596 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
2597
2598 * dired.el (dired-sort-other): Move test for dired-mode...
2599 (dired-sort-set-modeline): ...to here.
2600
2601 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2602
2603 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
2604 change. Suggested by Stefan Monnier.
2605
2606 2006-12-29 Kim F. Storm <storm@cua.dk>
2607
2608 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
2609 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
2610
2611 2006-12-27 Kim F. Storm <storm@cua.dk>
2612
2613 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
2614 so it doesn't accidentally match an fsf.org mail address.
2615 (authors-renamed-files-alist): Add tcover-*.el.
2616
2617 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2618
2619 * vc-arch.el (vc-arch-find-version): New function.
2620
2621 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
2622 composed of arbitrary characters (even /) in some systems.
2623
2624 2006-12-27 Eli Zaretskii <eliz@gnu.org>
2625
2626 * international/mule-cmds.el (select-safe-coding-system-interactively):
2627 Improve the message in the *Warning* buffer.
2628
2629 2006-12-27 Kim F. Storm <storm@cua.dk>
2630
2631 * ido.el (ido-set-matches-1): Fix last change. If default item is
2632 current buffer, it is ok to be first.
2633
2634 2006-12-27 Kenichi Handa <handa@m17n.org>
2635
2636 * international/mule-cmds.el (select-safe-coding-system-interactively):
2637 Use face `link' for problematic chars.
2638
2639 2006-12-27 Kenichi Handa <handa@m17n.org>
2640
2641 * international/mule-cmds.el (select-safe-coding-system-interactively):
2642 Improve the message in *Warning* buffer.
2643
2644 2006-12-27 Kim F. Storm <storm@cua.dk>
2645
2646 * ido.el (ido-set-matches-1): Never put current buffer first if
2647 there are other matches.
2648
2649 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
2650
2651 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
2652 expressions.
2653 (gdb-var-delete): Handle duplicate names. Print message for non
2654 root expressions.
2655 (gdb-partial-output-name): Start buffer name with a space.
2656 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
2657 buffer name.
2658
2659 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2660
2661 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
2662 last footnote when `footnote-spaced-footnotes' is nil.
2663
2664 2006-12-26 Richard Stallman <rms@gnu.org>
2665
2666 * cus-edit.el (custom-browse-sort-alphabetically)
2667 (custom-buffer-sort-alphabetically)
2668 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
2669
2670 * image.el (image-type-header-regexps): Change element format
2671 to include third item NOT-ALWAYS.
2672 (image-type-from-data): Handle new format.
2673 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
2674 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
2675
2676 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
2677
2678 * add-log.el (add-log-current-defun): Call `forward-sexp'
2679 multiple times to pick a member function name defined as
2680 part of nested classes/namespaces.
2681
2682 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2683
2684 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
2685 which keymap should be used to change menu. It does not affect any
2686 existent code.
2687
2688 2006-12-26 Richard Stallman <rms@gnu.org>
2689
2690 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
2691 rather than for being in a minibuffer window.
2692
2693 2006-12-25 Daiki Ueno <ueno@unixuser.org>
2694
2695 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
2696 locale-coding-system.
2697 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
2698 LF.
2699
2700 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
2701
2702 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
2703 (sql-mode-syntax-table): Disable double quoted strings.
2704 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
2705
2706 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2707
2708 * startup.el (fancy-splash-last-input-event): New variable.
2709 (fancy-splash-special-event-action): New function.
2710 (fancy-splash-screens): Temporarily bind special events to it.
2711 Execute command for saved special event before exiting from
2712 recursive editing.
2713
2714 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
2715 New functions.
2716 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
2717 Use mac-unread-string.
2718
2719 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2720
2721 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
2722 an optimized comment regexp if `comment-start-skip' uses a ^.
2723 * bs.el (bs--up): Remove interactive spec.
2724
2725 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
2726
2727 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
2728 Suggested by James Cloos.
2729
2730 2006-12-24 Kevin Ryde <user42@zip.com.au>
2731
2732 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
2733 in March.
2734 (calendar-dst-ends): Default to first Sunday in November.
2735
2736 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
2737
2738 * allout.el (allout-encrypt-string): Inhibit use of agent within
2739 body of let form where encryption happens. Acknowledge non-use of
2740 gpg-agent in docstring.
2741 (allout-toggle-subtree-encryption): Acknowledge non-use of
2742 gpg-agent in docstring.
2743
2744 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
2745
2746 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
2747
2748 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
2749
2750 * ediff-diff.el (ediff-diff-options): Clarify docstring.
2751 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
2752
2753 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
2754 in hooks.
2755 (viper-add-newline-at-eob-if-necessary): Add newline only if we
2756 actually modify buffer; ignore errors if occur.
2757
2758 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
2759
2760 * calendar/calendar.el (calendar-mode-map): Switch < and >.
2761 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
2762 formatting.
2763
2764 2006-12-23 Richard Stallman <rms@gnu.org>
2765
2766 * simple.el (delete-horizontal-space): Doc fix.
2767
2768 2006-12-23 Eli Zaretskii <eliz@gnu.org>
2769
2770 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
2771 explicitly in a recursive Make, not implicitly through prerequisites,
2772 since the latter is wrong under parallel builds.
2773
2774 2006-12-22 Eli Zaretskii <eliz@gnu.org>
2775
2776 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
2777
2778 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
2779
2780 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
2781 message string.
2782
2783 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
2784
2785 * outline.el (outline-next-visible-heading): Fix the case with a
2786 header at end-of-file with no final newline.
2787
2788 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
2789
2790 * indent.el (tab-always-indent): Doc fix.
2791
2792 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
2793
2794 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
2795 (Info-fontify-node): Do fontify indices.
2796
2797 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
2798 to the Emacs Lisp reference manual.
2799 (tutorial--tab-map): Remove. All callers changed.
2800 (tutorial--find-changed-keys): New elt QUIET, used to...
2801 (tutorial--display-changes): ...ensure that warning messages are
2802 only issued once per changed key.
2803 (tutorial--remove-remarks): Delete unused code-path.
2804 (lang-strings): Remove extraneous formatting.
2805 (tutorial--save-tutorial): Prompt before saving tutorial state.
2806
2807 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
2808
2809 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
2810 Replace '?\ ' by '?\s' throughout.
2811 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
2812 `help' custom group.
2813 (tutorial--key-description): New function.
2814 (tutorial--display-changes): Remove redundant arg. Scan for all
2815 key sequences to avoid false matches. Cleanup.
2816 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
2817 reduce homedir pollution.
2818 (help-with-tutorial): Call tutorial--display-changes with no arg.
2819
2820 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
2821
2822 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
2823
2824 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
2825
2826 * net/tramp.el (tramp-default-method): We still need to check for
2827 `executable-find', because it is not bound under Emacs 20.
2828 (tramp-handle-file-name-completion)
2829 (tramp-completion-handle-file-name-completion): Handle optional
2830 parameter PREDICATE.
2831 (tramp-find-default-method): Add code for default values.
2832
2833 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
2834
2835 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
2836 make gud-go send "continue".
2837
2838 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
2839
2840 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
2841 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
2842
2843 2006-12-19 Kim F. Storm <storm@cua.dk>
2844
2845 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
2846 instead of global-map.
2847
2848 * files.el (magic-mode-alist): Allow matching file type by
2849 calling a function at bob. Check for image types by calling
2850 image-type-from-buffer. Suggested by Juanma Barranquero.
2851 (set-auto-mode): Do it.
2852
2853 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
2854
2855 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
2856 Remove "ControlMaster" option from the other `scp*' methods.
2857 (tramp-default-method): Check for ssh-agent before setting to `scp'.
2858
2859 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
2860
2861 * textmodes/org.el (org-mode): Show context after isearch.
2862 (org-show-siblings): New function.
2863 (org-show-context): Use `org-show-siblings'.
2864
2865 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
2866
2867 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
2868 Use syntax-ppss-toplevel-pos.
2869
2870 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
2871
2872 * textmodes/org.el (org-current-line): Make sure that lines are
2873 counted from beginning of buffer.
2874 (org-table-copy-region, org-table-paste-rectangle): Make sure that
2875 lines are counted from beginning of buffer.
2876
2877 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
2878
2879 * info.el (Info-build-node-completions): Signal error if tag-table
2880 marker is not found.
2881
2882 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
2883
2884 2006-12-17 Alan Mackenzie <acm@muc.de>
2885
2886 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
2887 speed) the case when open-paren-in-column-0-is-defun-start is nil.
2888 Based on code by Martin Rudalics.
2889
2890 * progmodes/cc-mode.el (c-basic-common-init): Don't set
2891 open-paren-in-column-0-is-defun-start to nil any more.
2892
2893 2006-12-17 Richard Stallman <rms@gnu.org>
2894
2895 * simple.el (delete-horizontal-space): Use prefix arg.
2896
2897 * help-fns.el (describe-variable): Improve blank separator lines.
2898
2899 * files.el (magic-mode-alist): Mark as risky.
2900
2901 * files.el (make-backup-file-name-1):
2902 Expand backup-directory explicitly.
2903
2904 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
2905
2906 * net/tramp.el (tramp-default-method): Before setting to "pscp",
2907 check whether package password.el is loaded, or Pageant is running.
2908
2909 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
2910
2911 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
2912 (icalendar--rris): First try Emacs, then XEmacs.
2913 (icalendar--convert-ical-to-diary): Doc fix.
2914 Insert newline at end of target file.
2915
2916 2006-12-17 Kim F. Storm <storm@cua.dk>
2917
2918 * outline.el (outline-isearch-open-invisible-function): New defvar.
2919 (outline-flag-region): Use it if non-nil for isearch-open-invisible
2920 overlay property instead of outline-isearch-open-invisible.
2921
2922 2006-12-16 Kim F. Storm <storm@cua.dk>
2923
2924 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
2925 if ido-directory-too-big is set on entry.
2926 (ido-toggle-ignore, ido-completion-help): Print message while
2927 reading big directory.
2928
2929 2006-12-15 Richard Stallman <rms@gnu.org>
2930
2931 * shell.el (shell): Doc fix.
2932
2933 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
2934
2935 * emulation/edt.el (edt-xserver):
2936 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
2937 to fix a problem on Cygwin.
2938
2939 * emulation/edt.el
2940 * emulation/edt-mapper.el
2941 * emulation/edt-lk201.el
2942 * emulation/edt-pc.el
2943 * emulation/edt-vt100.el: Update maintainer's email address.
2944
2945 2006-12-15 Simon Marshall <simon@gnu.org>
2946
2947 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
2948
2949 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2950
2951 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
2952 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
2953 instead of mac-atsu-font-table.
2954 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
2955
2956 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
2957
2958 * align.el (align-match-tex-pattern): Fix a rare bug which
2959 hanged Emacs.
2960
2961 2006-12-14 Richard Stallman <rms@gnu.org>
2962
2963 * startup.el (use-fancy-splash-screens-p): Use frame-height
2964 instead of window-height. Pass frame to image-size.
2965
2966 2006-12-13 Kenichi Handa <handa@m17n.org>
2967
2968 * international/mule-cmds.el (set-locale-environment):
2969 Set default-sendmail-coding-system too.
2970
2971 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
2972
2973 * progmodes/idlw-help.el: Fix copyright notice.
2974
2975 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2976
2977 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
2978
2979 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
2980
2981 * subr.el (unread-command-char): Reformat obsolescence info.
2982
2983 2006-12-11 Richard Stallman <rms@gnu.org>
2984
2985 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
2986 about calls to cl-struct-setf-expander.
2987
2988 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
2989
2990 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
2991 (ediff-combination-pattern): Fix typo in docstring.
2992
2993 * textmodes/refer.el (refer-find-entry): Doc fix.
2994 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
2995 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
2996 Fix tipos in docstrings.
2997
2998 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
2999
3000 2006-12-10 Kim F. Storm <storm@cua.dk>
3001
3002 * ido.el (ido-init-completion-maps): Remap backward-kill-word
3003 instead of binding M-backspace.
3004
3005 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
3006
3007 * replace.el (replace-match-data, replace-match-maybe-edit):
3008 * calc/calc-aent.el (calc-eval-error):
3009 * emulation/vi.el (vi-char-argument):
3010 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
3011 (c-vsemi-status-unknown-p-fn): Doc fixes.
3012
3013 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
3014
3015 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
3016 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
3017
3018 2006-12-10 Masatake YAMATO <jet@gyve.org>
3019
3020 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
3021
3022 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
3023
3024 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
3025
3026 * man.el (Man-xref-button-action): New function. If the
3027 `Man-target-string' button property is a function, assume it
3028 accepts a position argument.
3029 (Man-abstract-xref-man-page): Use it.
3030 (Man-default-man-entry): New optional arg POS.
3031
3032 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
3033 symlink arrows read-only and non-rear-sticky.
3034
3035 2006-12-09 Martin Rudalics <rudalics@gmx.at>
3036
3037 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
3038 (wdired-search-and-rename): Simplify code.
3039 (wdired-preprocess-files, wdired-preprocess-perms): Make
3040 read-only property of preceding character rear-nonsticky to
3041 avoid that it can be modified. Put old-name and old-link
3042 properties on character preceding name and replace
3043 put-text-property by add-text-properties.
3044 (wdired-get-filename, wdired-get-previous-link): Get old-name
3045 and old-link properties from character preceding name and
3046 simplify code.
3047 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
3048 (wdired-perms-to-number): Make local-map property
3049 rear-nonsticky to avoid that text following permissions may be
3050 modified. Use add-text-properties instead of put-text-property
3051 when changing a permission bit.
3052 (wdired-change-to-dired-mode): Remove stickiness properties.
3053
3054 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
3055
3056 * international/mule-cmds.el (register-input-method): Doc fix.
3057
3058 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
3059
3060 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
3061
3062 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3063
3064 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
3065 Force buffer local defs evaluation on local variables loading.
3066 (flyspell-mode-on, flyspell-mode-off): Use it in
3067 `hack-local-variables-hook'.
3068
3069 2006-12-09 Eli Zaretskii <eliz@gnu.org>
3070
3071 * emacs-lisp/find-func.el (find-variable): Doc fix.
3072
3073 * help-fns.el (variable-at-point): Doc fix.
3074
3075 * w32-fns.el (w32-append-code-lines): New function.
3076
3077 2006-12-09 Romain Francoise <romain@orebokech.com>
3078
3079 * comint.el (comint-insert-input): Delete obsolete comment.
3080
3081 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3082
3083 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
3084 current frame, in case we're connected to several displays.
3085
3086 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
3087
3088 * frame.el (other-frame): Doc fix.
3089 (set-frame-parameter): Fix typo in docstring.
3090
3091 2006-12-07 Kim F. Storm <storm@cua.dk>
3092
3093 * info.el (Info-index): Strip leading colon from topic.
3094
3095 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
3096
3097 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
3098 to pointers.
3099
3100 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
3101
3102 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
3103 Trim out spurious class inheritance "None" entries.
3104
3105 2006-12-05 Kim F. Storm <storm@cua.dk>
3106
3107 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
3108 (cua-paste-pop): Rework last change for
3109 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
3110 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
3111 text inserted by the last M-y command.
3112
3113 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3114
3115 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
3116 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
3117
3118 * shell.el (shell): Search the start file in ~/.emacs.d as
3119 `init_SHELLNAME.sh' instead.
3120
3121 2006-12-05 Glenn Morris <rgm@gnu.org>
3122
3123 * progmodes/cperl-mode.el (cperl-mode)
3124 * progmodes/f90.el (f90-mode-abbrev-table)
3125 * progmodes/fortran.el (fortran-mode-abbrev-table)
3126 * progmodes/octave-mod.el (octave-abbrev-table)
3127 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
3128 if abbrev-table is non-nil (saved user abbrevs may have been restored).
3129
3130 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
3131 clear abbrev table, else saved abbrevs will not be restored.
3132
3133 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
3134
3135 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
3136 the call to `make-obsolete-variable', not in the docstring.
3137
3138 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
3139
3140 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
3141
3142 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3143
3144 * progmodes/ebnf-abn.el:
3145 * progmodes/ebnf-bnf.el:
3146 * progmodes/ebnf-dtd.el:
3147 * progmodes/ebnf-ebx.el:
3148 * progmodes/ebnf-iso.el:
3149 * progmodes/ebnf-otz.el:
3150 * progmodes/ebnf-yac.el:
3151 * progmodes/ebnf2ps.el:
3152 * delim-col.el:
3153 * printing.el:
3154 * ps-bdf.el:
3155 * ps-mule.el:
3156 * ps-print.el: Remove 'Time-stamp' comment mark.
3157
3158 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
3159 'easy-menu-add-item' when called in Emacs 21 or higher.
3160
3161 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
3162
3163 * progmodes/ada-xref.el (ada-check-current): Doc fix.
3164 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
3165
3166 2006-12-04 Kim F. Storm <storm@cua.dk>
3167
3168 * bindings.el (global-map): Bind [signal t] to ignore, to have
3169 user signals ignored by default.
3170
3171 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
3172
3173 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
3174 Unicode data file pointed to by `describe-char-unicodedata-file'.
3175
3176 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3177
3178 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
3179 O(n^2) regexp-search by anchoring the search.
3180
3181 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
3182
3183 * whitespace.el (whitespace-cleanup-internal): Use current
3184 argument for recursive call.
3185
3186 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
3187
3188 * net/tramp.el (tramp-methods): Add "ControlPath" and
3189 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
3190 Andreas Schwab <schwab@suse.de>.
3191 (tramp-do-copy-or-rename-file-out-of-band)
3192 (tramp-open-connection-rsh): Compute format spec for ?t.
3193 (tramp-process-actions): Trace command parameters.
3194
3195 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
3196
3197 * simple.el (toggle-truncate-lines): Clarify doc string.
3198
3199 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
3200 (gdb-speedbar-expand-node): Use it.
3201
3202 2006-12-04 Richard Stallman <rms@gnu.org>
3203
3204 * progmodes/python.el (python-indent): Add safe-local-variable prop.
3205
3206 * dired.el (dired-revert): Turn off dired-after-readin-hook
3207 around call to dired-readin.
3208
3209 * menu-bar.el (menu-bar-make-toggle): Add "globally"
3210 to echo area messages.
3211 <indicate-empty-lines, case-fold-search>:
3212 Add "globally" to Help string.
3213 <case-fold-search>: MESSAGE arg need not say "globally".
3214 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
3215
3216 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
3217
3218 * outline.el (outline-end-of-subtree): Don't leave an empty
3219 line hidden as we would a real next heading.
3220
3221 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
3222
3223 * allout.el (allout-ascend): Add an optional argument to preserve
3224 original position of point when unsuccessful. Also, fix a
3225 docstring error.
3226 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
3227 work again, using allout-ascend's new option.
3228 (allout-setup-mode-map): Extract from allout-mode to initialize
3229 allout-mode-map. Call it on file load, so the mode docstring
3230 substitutions work even if allout mode has not yet been invoked.
3231 (allout-mode): Use new allout-setup-mode-map to track any keybinding
3232 customizations since the map was last processed. Also, refine the
3233 docstring so it's ship-shape for release.
3234 (allout-default-layout, allout-beginning-of-line-cycles)
3235 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
3236 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
3237 (allout-version, allout-layout, allout-infer-body-reindent)
3238 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
3239 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
3240 (allout-previous-heading, allout-goto-prefix-doublechecked)
3241 (allout-current-bullet-pos, allout-next-sibling-leap)
3242 (allout-pre-command-business, allout-encrypted-type-prefix)
3243 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
3244 (allout-rebullet-topic, allout-rebullet-topic-grunt)
3245 (allout-flag-region, allout-expose-topic, allout-expose-topic)
3246 (allout-old-expose-topic, allout-listify-exposed)
3247 (allout-process-exposed, allout-latex-verb-quote)
3248 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
3249 (allout-toggle-current-subtree-encryption)
3250 (allout-toggle-subtree-encryption, allout-bullet-isearch):
3251 Remove extraneous open-paren and close paren string escapes.
3252
3253 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
3254
3255 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
3256 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
3257 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
3258 Fix typos in docstrings.
3259
3260 2006-12-03 Glenn Morris <rgm@gnu.org>
3261
3262 * progmodes/cc-align.el
3263 * progmodes/cc-awk.el
3264 * progmodes/cc-cmds.el
3265 * progmodes/cc-compat.el
3266 * progmodes/cc-defs.el
3267 * progmodes/cc-engine.el
3268 * progmodes/cc-langs.el
3269 * progmodes/cc-menus.el
3270 * progmodes/cc-mode.el
3271 * progmodes/cc-styles.el
3272 * progmodes/cc-vars.el
3273 * progmodes/vhdl-mode.el: Fix Copyright format.
3274
3275 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
3276
3277 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
3278 initial down event.
3279
3280 2006-12-02 Kim F. Storm <storm@cua.dk>
3281
3282 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
3283 (cua-repeat-replace-region): Make M-v more robust.
3284 (cua-paste-pop-rotate-temporarily): New defcustom.
3285 (cua-paste-pop): Use it.
3286 (cua-auto-mark-last-change): New defcustom.
3287 (cua-pop-to-last-change): New helper function.
3288 (cua-set-mark): Use them.
3289
3290 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
3291
3292 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
3293 mini-buffer message.
3294
3295 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
3296
3297 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
3298
3299 2006-12-01 Ben North <ben@redfrontdoor.org>
3300
3301 * paren.el: Fix the highlight overlay extension when the user types a
3302 sequence of char very fast just before the open parenthesis.
3303
3304 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3305
3306 * ps-mule.el: Eliminate Emacs 20 compatibility.
3307
3308 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
3309 (ps-print-version): New version 6.7.
3310 (ps-print-quote): Replace '?\ ' by '?\s'.
3311
3312 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
3313
3314 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
3315 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
3316 (hexl-end-of-1k-page): Doc fixes.
3317 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
3318 Fix typos in docstrings.
3319
3320 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3321
3322 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
3323 locally, i.e. without using file name handlers.
3324 (ido-read-internal): Allow mono letter host names, avoiding the
3325 `c:' problem by testing if the file exists locally.
3326 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
3327
3328 2006-11-30 Masatake YAMATO <jet@gyve.org>
3329
3330 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
3331 to avoid bytecomp warnings.
3332 (hexl-mode-old-ruler-function): New variable.
3333 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
3334 and `hl-line-range-function' after `require' hl-line.
3335 Then bind `hl-line-range-function' and `hl-line-face'.
3336 Don't require frame. Don't use `with-no-warnings'.
3337 (hexl-activate-ruler): Store the original value of
3338 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
3339 (hexl-mode-exit): Restore the original value of
3340 `ruler-mode-ruler-function'.
3341
3342 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3343
3344 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
3345 (hexl-mode-old-hl-line-face): New variable.
3346 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
3347 line when exit from the hexl-mode.
3348
3349 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
3350
3351 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
3352 Doc fixes.
3353
3354 * international/fontset.el (create-fontset-from-ascii-font)
3355 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
3356 (fontset-name-p): Fix typo in docstring.
3357
3358 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
3359
3360 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3361
3362 * ps-bdf.el: Fix maintainer email.
3363
3364 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
3365 compatibility.
3366
3367 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
3368 21 compatibility.
3369 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
3370 Emacs 20 & 21.
3371
3372 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
3373
3374 * progmodes/idlwave.el (idlwave-auto-fill):
3375 Remove paragraph-start let to prevent auto-fill giving up.
3376
3377 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
3378
3379 * vt100-led.el (led-state): Fix typo in previous change.
3380
3381 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3382
3383 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3384 Fix interactive spec of the functions getting defined to make them
3385 work as documented.
3386
3387 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
3388
3389 * startup.el (fancy-splash-screens): Hide initial splash buffer.
3390
3391 2006-11-28 Kim F. Storm <storm@cua.dk>
3392
3393 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
3394 icomplete-mode is enabled.
3395
3396 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
3397
3398 * textmodes/org.el (require): Require gnus-sum during compilation
3399 to avoid problem with a macro call.
3400
3401 2006-11-28 Glenn Morris <rgm@gnu.org>
3402
3403 * emacs-lisp/authors.el (authors-aliases): Add new alias.
3404
3405 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
3406 (fortran-window-create-momentarily): Do not need string-to-char.
3407
3408 2006-11-28 Richard Stallman <rms@gnu.org>
3409
3410 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
3411 Replace incorrect use of assoc-default with a loop.
3412
3413 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
3414
3415 * simple.el (next-error-find-buffer): Improve messages.
3416
3417 * files.el (revert-buffer): Special error message if file
3418 is now not readable.
3419
3420 * facemenu.el (facemenu-add-new-face): Improve doc strings of
3421 constructed commands.
3422
3423 * comint.el (comint-exec-1): Provide Emacs version and `comint'
3424 in INSIDE_EMACS.
3425
3426 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3427
3428 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
3429
3430 * server.el: Remove spurious * in docstrings.
3431 (server-process-filter): Exit from recursive editing before processing
3432 a new request.
3433
3434 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
3435
3436 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
3437 line so hidden blocks will be correctly identified.
3438
3439 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
3440
3441 * ledit.el (ledit-save-defun, ledit-mode):
3442 * resume.el (resume-emacs-args-buffer):
3443 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
3444 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
3445 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
3446 (command-send-input, command-kill-line):
3447 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
3448
3449 * autoarg.el (autoarg-kp-mode): Doc fix.
3450
3451 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
3452 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
3453 (check-emacs-lock): Doc fix. Simplify.
3454
3455 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
3456 (iimage-mode-buffer): Fix typos in docstring.
3457
3458 * misc.el (zap-up-to-char): Doc fix.
3459
3460 * time-stamp.el: Fix comment and obsolescence string for old
3461 functions. Use `dolist' instead of `while'.
3462
3463 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
3464
3465 * disp-table.el (standard-display-8bit, standard-display-default):
3466 * ebuff-menu.el (electric-buffer-list):
3467 * ehelp.el (electric-help-command-loop):
3468 * font-core.el (font-lock-mode):
3469 * help-macro.el (make-help-screen):
3470 * help.el (describe-minor-mode-completion-table-for-indicator)
3471 (lookup-minor-mode-from-indicator):
3472 * indent.el (tab-to-tab-stop, move-to-tab-stop):
3473 * info-look.el (info-lookup-guess-custom-symbol):
3474 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
3475 * longlines.el (longlines-wrap-line):
3476 * macros.el (insert-kbd-macro):
3477 * menu-bar.el (menu-bar-update-buffers):
3478 * misc.el (copy-from-above-command):
3479 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
3480 * newcomment.el (comment-indent):
3481 * novice.el (disabled-command-function):
3482 * sort.el (sort-fields-syntax-table):
3483 * subr.el (momentary-string-display):
3484 * tar-mode.el (tar-header-block-summarize)
3485 (tar-clear-modification-flags):
3486 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
3487 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
3488 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
3489 (te-delete-char, te-down-vertically-or-scroll):
3490 * time-stamp.el (time-stamp-string-preprocess):
3491 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
3492
3493 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
3494
3495 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
3496 in GUD mode.
3497
3498 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
3499 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
3500
3501 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3502
3503 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
3504
3505 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
3506
3507 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
3508 (ada-compile-goto-error): Adapt to new argument profile of
3509 compilation-goto-locus in Emacs 22. Don't check if the various
3510 compile functions are defined; we already do "(require 'compile)".
3511
3512 2006-11-26 Kim F. Storm <storm@cua.dk>
3513
3514 * kmacro.el: Fix commentary.
3515
3516 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
3517
3518 * progmodes/gud.el (gdb): Explain how to run in text command mode
3519 more clearly. Say in error message that multiple debugging
3520 requires restarting GDB.
3521
3522 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
3523
3524 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
3525
3526 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
3527
3528 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
3529 (flymake-popup-menu): Use it instead of posn-at-point.
3530
3531 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3532
3533 * progmodes/cc-vars.el (c-backslash-column):
3534 Mention c-backslash-max-column in documentation for c-backslash-column.
3535
3536 2006-11-24 Lars Hansen <larsh@soem.dk>
3537
3538 * net/tramp.el (tramp-default-method): Under Windows, change from
3539 plink to pscp.
3540 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
3541 (tramp-actions-copy-out-of-band):
3542 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
3543 (tramp-action-out-of-band): Move "Permission denied" handling to
3544 tramp-action-copy-failed.
3545 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
3546 process buffer.
3547
3548 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3549
3550 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
3551 strings to a single string. Quote `errors-file-name'.
3552 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
3553 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
3554 Adjust calls. Use `shell-quote-argument'.
3555
3556 * international/mule.el (load-with-code-conversion)
3557 (with-category-table): Use with-current-buffer.
3558 (after-insert-file-set-coding): Use restore-buffer-modified-p.
3559
3560 2006-11-24 Eli Zaretskii <eliz@gnu.org>
3561
3562 * mail/smtpmail.el (smtpmail-send-it):
3563 Copy buffer-file-coding-system from the mail buffer. Possibly add a
3564 MIME header for the message encoding.
3565 Bind coding-system-for-write around the call to mail-do-fcc.
3566 Use smtpmail-code-conv-from to encode queued mail messages.
3567
3568 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
3569
3570 * tabify.el (tabify-regexp): Doc fix.
3571
3572 * net/rcirc.el (rcirc-buffer-maximum-lines):
3573 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
3574
3575 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
3576 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
3577 Fix typos in output messages.
3578 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
3579
3580 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3581
3582 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
3583 the horse's mouth.
3584 (hexlify-buffer): Don't re-encode an arg that's already encoded.
3585
3586 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
3587
3588 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
3589 Remove condition-case.
3590
3591 2006-11-23 Glenn Morris <rgm@gnu.org>
3592
3593 * progmodes/f90.el (f90-comment-indent): Do not move point in
3594 default case.
3595
3596 2006-11-21 Romain Francoise <romain@orebokech.com>
3597
3598 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
3599 from library name (reverts change of 2005-10-25).
3600
3601 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
3602
3603 * tutorial.el (tutorial--default-keys): Add newline and
3604 delete-backward-char bindings.
3605 (tutorial--detailed-help): Save excursion when finding keys.
3606 Correct warning string for M-x FOO case.
3607 (tutorial--display-changes): Print special keys in tutorial style.
3608 Tweak search regexp for changed keys.
3609
3610 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
3611
3612 * thingatpt.el (thing-at-point-url-at-point): Don't add a
3613 redundant scheme.
3614
3615 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
3616
3617 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
3618 are new to the list at IANA. Also added irc, mms, mmsh.
3619
3620 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
3621
3622 * progmodes/idlw-help.el (idlwave-html-help-location):
3623 Fail gracefully for missing help packages.
3624 (idlwave-help-assistant-open-link): Open full links.
3625 (idlwave-help-assistant-help-with-topic): Direct help link.
3626
3627 * progmodes/idlwave.el (idlwave-mode):
3628 Set add-log-current-defun-function.
3629 (idlwave-current-routine-fullname): Add, to support add-log.
3630 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
3631 to reflect improvements to xml-parse-file.
3632 (idlwave-mode-menu-def): New binding for help-with-topic.
3633
3634 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
3635 Handle extra newlines and spaces.
3636 (idlwave-shell-mode-map): Add help-with-topic.
3637
3638 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
3639
3640 * tutorial.el (tutorial-warning-face): New face.
3641 (tutorial--detailed-help, tutorial--display-changes): Use it.
3642 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
3643 Improve search pattern for occurrences of changed keys.
3644
3645 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3646
3647 * term/x-win.el (x-last-cut-buffer-coding): New variable.
3648 (x-select-text): Set it.
3649 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
3650 when checking for newness.
3651
3652 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
3653
3654 * subr.el (posn-image):
3655 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
3656
3657 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
3658
3659 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3660
3661 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
3662 Exceptions to the rule "add a space between an identifier and an
3663 opening parenthesis". Defaulted to the `#define' problem of cpp.
3664 (glasses-parenthesis-exception-p): New. Check if the region is an
3665 exception regarding to that.
3666 (glasses-make-readable): Use it.
3667 (glasses-convert-to-unreadable): Ditto. Modify the file also if
3668 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
3669
3670 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
3671
3672 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
3673
3674 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
3675
3676 * progmodes/ada-mode.el (ada-make-body): Fix typo.
3677
3678 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
3679 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
3680
3681 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
3682
3683 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
3684 conditions for function or variable bindings.
3685
3686 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
3687
3688 * progmodes/compile.el (compilation-start): Ditto.
3689
3690 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
3691
3692 * net/tramp.el (top): cl and custom are always required.
3693
3694 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3695
3696 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
3697 cut-buffers with next-selection-coding-system if not nil.
3698
3699 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
3700
3701 * textmodes/org.el (org-fix-decoded-time): New function.
3702 (org-display-custom-time): Use `org-fix-decoded-time'.
3703
3704 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
3705
3706 * menu-bar.el (menu-bar-games-menu): Remove yow.
3707
3708 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
3709
3710 * textmodes/org.el (org-scan-tags): Re-align code fixed.
3711 (org-detach-overlay): Rename from `org-detatch-overlay'.
3712 (org-table-convert-region): Insert space after column separator.
3713 (org-agenda-kill): New command.
3714 (org-metaleft): Call `org-outdent-item' on bullets.
3715 (org-metaright): Call `org-indent-item' on bullets.
3716 (org-timestamp-change): Set `org-last-changed-timestamp'.
3717 (org-current-line): Make sure (bolp) returns correct result.
3718 (org-agenda-change-all-lines): Make sure TODO are highlighted.
3719
3720 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3721
3722 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
3723
3724 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
3725
3726 * mouse.el (global-map): Change 2006-08-16 fix to call
3727 mouse-yank-at-click explicitly, since mouse events are not carried
3728 over into keyboard macros.
3729
3730 2006-11-16 Kim F. Storm <storm@cua.dk>
3731
3732 * ido.el (ido-file-internal): Use current buffer's file name as default
3733 choice for ido-find-alternate-file. Suggested by Matt Hodges.
3734
3735 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
3736
3737 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
3738 (allout-inhibit-aberrance-doublecheck): Rename from
3739 allout-during-yank-processing. All callers changed.
3740 (allout-ascend): Provide for unusual case where some topic after
3741 the first in file is at lower depth than the first.
3742 (allout-shift-in): Ensure the offspring of the new containing
3743 topic are exposed.
3744 (allout-encrypt-string): Preserve the coding-system of the text,
3745 according to that of the containing buffer.
3746 (allout-toggle-subtree-encryption): When the text being encrypted
3747 requires a different coding system, offer to preserve the coding
3748 system using a file local var.
3749
3750 2006-11-15 Simon Marshall <simon@gnu.org>
3751
3752 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
3753 to recognise "T t()" as a function declaration, rather than a
3754 variable instantiation, iff at the top-level or inside a class
3755 declaration. Suggested by Feng Li <fengli@gmail.com>.
3756
3757 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
3758
3759 * progmodes/ada-xref.el (ada-parse-prj-file):
3760 Don't delete project buffer; user may want to edit it.
3761 (ada-xref-set-project-field, ada-xref-current-project-file)
3762 (ada-xref-current-project, ada-show-current-project)
3763 (ada-set-main-compile-application): New functions.
3764 (ada-xref-get-project-field, ada-require-project-file):
3765 Normalize use of ada-prj-default-project-file.
3766 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
3767 Normalize use of ada-require-project-file.
3768 (ada-prj-find-prj-file): Improve doc string, comments.
3769
3770 * progmodes/ada-mode.el (ada-mode-version): Bump version.
3771 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
3772 (ada-create-menu): Add ada-set-main-compile-application,
3773 ada-show-current-main, ada-show-current-project.
3774
3775 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3776
3777 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
3778 (inferior-python-mode): Use it.
3779
3780 2006-11-14 Andreas Schwab <schwab@suse.de>
3781
3782 * term/xterm.el (terminal-init-xterm): Add more key bindings.
3783
3784 2006-11-13 Kim F. Storm <storm@cua.dk>
3785
3786 * ido.el (ido-copy-current-word): C-o copies region if active.
3787
3788 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
3789
3790 * textmodes/org.el (org-emph-face): Fix typo in variable name.
3791
3792 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
3793
3794 * ediff.el (ediff-revision):
3795 * files.el (set-visited-file-name):
3796 * mail/rmailout.el (rmail-output-body-to-file):
3797 Use `format', not `message', in `y-or-n-p' call.
3798
3799 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
3800
3801 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
3802 (org-metaright): Call `org-indent-item' on bullets.
3803 (org-timestamp-change): Set `org-last-changed-timestamp'.
3804 (org-current-line): Make sure (bolp) returns correct result.
3805 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
3806
3807 2006-11-12 Richard Stallman <rms@gnu.org>
3808
3809 * language/european.el (turkish-case-conversion-enable)
3810 (turkish-case-conversion-disable): New functions.
3811 ("Turkish" lang env): Use them.
3812
3813 * international/characters.el (case table):
3814 Do nothing special for i and I.
3815
3816 * subr.el (remove-overlays): Fix last change.
3817
3818 * cus-edit.el (custom-save-all): Use find-file-visit-truename
3819 for visiting the custom file.
3820
3821 2006-11-12 Markus Triska <triska@gmx.at>
3822
3823 * play/handwrite.el (handwrite): Also process lines not ending
3824 with newline. Replace some position-fiddling with different
3825 logic. Improve performance.
3826
3827 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
3828
3829 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
3830 replacing deleted variable `ada-check-switch'.
3831 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
3832 (ada-xref-project-files): Improve doc string.
3833 (ada-find-executable): New function.
3834 (ada-initialize-runtime-library): Use `ada-find-executable'.
3835 (ada-xref-set-default-prj-values): In compile commands, don't need
3836 `ada-cd-command'; `compile' does that more portably.
3837 Use ada-prj-default-check-cmd.
3838 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
3839 properties if not specified in project file.
3840 (ada-goto-declaration): Display useful message for new error
3841 'error-file-not-found.
3842 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
3843 'error-file-not-found.
3844 (ada-get-all-references): Match latest ali syntax. Signal new
3845 error 'error-file-not-found.
3846 (ada-find-in-ali): Match latest ali syntax.
3847 (ada-make-filename-from-adaname): Handle different semantics of
3848 gnatkr in GNAT 3.15p vs later.
3849
3850 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
3851 ada-procedure-start-regexp.
3852 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
3853
3854 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
3855 with defvar.
3856 (ada-language-version): Rename ada05 -> ada2005.
3857 (ada-align-region-separate): Add `eval-when-compile'.
3858 (ada-name-regexp): Remove unneeded escapes in regexp character
3859 alternative.
3860 (ada-compile-goto-error-file-linenr-re): New constant.
3861 (ada-matching-start-re): Handle additional cases `declare',
3862 `procedure', `function'.
3863 (ada-compile-goto-error): Handle "... at line nn".
3864 (ada-mode): Clearer syntax, comments for ff-special-constructs.
3865 Delete support for old versions of `align'.
3866 (ada-search-prev-end-stmt): Handle additional keyword `private'.
3867 (ada-check-defun-name): Simplify handling of `declare'.
3868 (ada-goto-matching-start): Handle nested `begin ... end'.
3869 Handle `declare', `protected', `procedure', `function'.
3870 (ada-create-menu): Presence of arm95 is not conditional on using
3871 GNAT compiler.
3872
3873 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
3874
3875 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
3876 nil in the *RE-Builder* buffer (it causes spurious error messages).
3877
3878 * server.el (server-visit-files): If `minibuffer-auto-raise' has
3879 been set to t, respect it.
3880
3881 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
3882
3883 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
3884 Delete commented out code for old Emacs versions. Autoloading of
3885 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
3886 (ada-mode-version): Bump version number.
3887 (ada-95-string-keywords, ada-2005-string-keywords)
3888 (ada-2005-keywords, ada-name-regexp): New constant.
3889 (ada-language-version, ada-procedure-start-regexp, ada-mode)
3890 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
3891 (ada-package-start-regexp): Support private packages, include package
3892 name (for ada-set-point-accordingly).
3893 (ada-next-procedure, ada-previous-procedure)
3894 (ada-which-function-are-we-in): Match changes to
3895 ada-procedure-start-regexp.
3896 (ada-make-body): Make non-interactive; not a user function.
3897 (ada-make-subprogram-body): Improve doc string.
3898
3899 2006-11-11 Romain Francoise <romain@orebokech.com>
3900
3901 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
3902 `compilation-error-regexp-alist' buffer-local, since we changed
3903 `compilation-error-regexp-alist-alist' locally.
3904
3905 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
3906
3907 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
3908 to the value of `server-raise-frame'.
3909
3910 2006-11-11 Glenn Morris <rgm@gnu.org>
3911
3912 * ido.el (ido-enable-prefix)
3913 * ses.el (ses-call-printer-return)
3914 * net/tramp.el (tramp-unified-filenames)
3915 * progmodes/cc-align.el (c-lineup-string-cont)
3916 * progmodes/compile.el (compilation-directory-matcher)
3917 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
3918 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
3919 (vhdl-clock-rising-edge)
3920 * textmodes/org.el (org-export-with-timestamps)
3921 (org-export-remove-timestamps-from-toc)
3922 (org-export-with-tags): Improve previous doc fixes.
3923
3924 2006-11-11 Richard Stallman <rms@gnu.org>
3925
3926 * textmodes/flyspell.el (flyspell-mode-map):
3927 Bind C-c $ instead of M-RET.
3928
3929 2006-11-10 Simon Marshall <simon@gnu.org>
3930
3931 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
3932 fontification for "case" and "default" keywords.
3933
3934 2006-11-10 Andreas Schwab <schwab@suse.de>
3935
3936 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
3937 Avoid starting sentence with "nil".
3938
3939 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
3940
3941 * server.el (server-raise-frame): New option.
3942 (server-switch-buffer): Use it.
3943
3944 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
3945
3946 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
3947 with a capital.
3948
3949 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
3950
3951 * textmodes/org.el (org-show-hierarchy-above)
3952 (org-show-following-heading): Fix typo in default value.
3953 (org-scan-tags): Make the search case-sensitive.
3954 (org-tags-sparse-tree): Don't overrule
3955 `org-show-following-heading' and `org-show-hierarchy-above'.
3956 (org-reveal): New command.
3957 (org-show-context): Rename from `org-show-hierarchy-above'.
3958 (org-fast-tag-selection-single-key): New option.
3959 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
3960 (org-tags-overlay): New variable.
3961 (org-agenda-todo-ignore-deadlines): New option.
3962 ("session"): Add circular data structure `org-mark-ring' to
3963 exceptions list in session.el.
3964 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
3965 New options.
3966 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
3967 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
3968 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
3969 (org-finalize-agenda): Activate bracket links in agenda.
3970 (org-at-timestamp-p, org-at-date-range-p): Additional argument
3971 INACTIVE-OK.
3972 (org-show-hierarchy-above, org-show-following-heading):
3973 List values allowed for fine-tuned configuration.
3974 (org-show-hierarchy-above): New argument CONTEXT, use the
3975 fine-tuned settings in `org-show-hierarchy-above' and
3976 `org-show-following-heading'.
3977 (org-display-custom-time): New function.
3978 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
3979 (org-display-custom-times, org-time-stamp-custom-formats):
3980 (org-maybe-intangible): New macro.
3981 (org-activate-bracket-links, org-hide-wide-columns):
3982 Use `org-maybe-intangible'.
3983 (org-open-file): Use `shell-quote-argument'.
3984 (org-display-internal-link-with-indirect-buffer): New option.
3985 (org-file-remote-p): Get regexp from list.
3986 (org-link-expand-abbrev): New function.
3987 (org-link-abbrev-alist): New option.
3988 (org-open-at-point, org-cleaned-string-for-export):
3989 Call `org-link-expand-abbrev'.
3990 (org-timeline, org-agenda-list, org-todo-list)
3991 (org-tags-view): Remove the KEEP-MODES argument.
3992 (org-finalize-agenda-hook): New hook.
3993 (org-get-alist-option): New function.
3994 (org-follow-timestamp-link): New function.
3995 (org-open-at-point): Call `org-follow-timestamp-link'.
3996 (org-log-note-marker, org-log-note-purpose)
3997 (org-log-note-window-configuration): New variables.
3998 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
3999 (org-log-note-headings): New option.
4000 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
4001 (org-store-link): Support for dired-mode.
4002 (org-open-file): Substitute environment variables into filename.
4003 (org-last): New defsubst.
4004 (org-agenda-re-align-tags): New function.
4005 (org-agenda-align-tags-to-column): New option.
4006 (org-agenda-timeline): Group removed.
4007 (org-prepare-agenda, org-prepare-agenda-buffers)
4008 (org-run-agenda-series, org-timeline, org-agenda-list)
4009 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
4010 the text property inticating the agenda type.
4011 (org-agenda-post-command-hook): Get agenda type from text property
4012 at point.
4013 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
4014 and obey `org-agenda-overriding-arguments'.
4015 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
4016 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4017 (org-agenda-week-view, org-agenda-day-view):
4018 Use `org-agenda-overriding-arguments' to make updating work with
4019 multi-block agendas.
4020 (org-agenda-prefix-format): Allow different formats for the
4021 different agenda entry types.
4022 (org-timeline-prefix-format): Option removed, use
4023 `org-agenda-prefix-format' instead.
4024 (org-prepare-agenda): New function.
4025 (org-select-timeline-window): Option removed, use
4026 `org-select-agenda-window' instead.
4027 (org-respect-restriction): Variable removed.
4028 (org-cmp-tag): New function.
4029 (org-agenda-sorting-strategy, org-entries-lessp):
4030 Implement sorting by last tag.
4031 (org-complete): Better completion in in-buffer option lines.
4032 (org-in-item-p): New function.
4033 (org-org-menu): Add entries for checkboxes.
4034 (org-cycle): Extra brouping in outline-regexp, because it is used
4035 in a search with "^" prepended.
4036 (org-provide-checkbox-statistics): New option.
4037 (org-set-font-lock-defaults): Highlight checkbox statistics.
4038 (org-update-checkbox-count-maybe)
4039 (org-get-checkbox-statistics-face): New functions.
4040 (org-update-checkbox-count): New command.
4041 (org-insert-item, org-toggle-checkbox):
4042 Call `org-update-checkbox-count-maybe'.
4043 (org-export-as-html): XEmacs compatibility for coding system.
4044 (org-force-cycle-archived): New command.
4045 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
4046 overrules cycling.
4047 (org-fix-position-after-promote): If the line contains only a todo
4048 keyword, add a final space.
4049 (org-promote-subtree, org-demote-subtree):
4050 Call `org-fix-position-after-promote'.
4051
4052 2006-11-10 Glenn Morris <rgm@gnu.org>
4053
4054 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
4055 date in every year.
4056 (calendar-dst-check-each-year-flag): New customizable variable.
4057 (calendar-dst-find-data): New function, extracted from
4058 calendar-current-time-zone.
4059 (calendar-current-time-zone): Use calendar-dst-find-data.
4060 (calendar-dst-transition-cache): New variable.
4061 (calendar-dst-find-startend, calendar-dst-starts)
4062 (calendar-dst-ends): New functions.
4063 (calendar-daylight-savings-starts)
4064 (calendar-daylight-savings-ends): Change value to use
4065 calendar-dst-starts, calendar-dst-ends; respectively.
4066
4067 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
4068
4069 * ido.el (ido-enable-prefix)
4070 * ses.el (ses-call-printer-return)
4071 * net/tramp.el (tramp-unified-filenames)
4072 * progmodes/cc-align.el (c-lineup-string-cont)
4073 * progmodes/compile.el (compilation-directory-matcher)
4074 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4075 * progmodes/gdb-ui.el (gdb-many-windows)
4076 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4077 (vhdl-clock-rising-edge)
4078 * textmodes/org.el (org-export-with-timestamps)
4079 (org-export-remove-timestamps-from-toc, org-export-with-tags)
4080 (org-read-date): Doc fix (Nil -> nil).
4081
4082 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4083
4084 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
4085 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
4086
4087 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
4088
4089 * bs.el (bs--window-for-buffer): Remove.
4090 (bs--show-with-configuration): Use `get-window-with-predicate'
4091 instead of `bs--window-for-buffer'.
4092
4093 2006-11-10 Kenichi Handa <handa@m17n.org>
4094
4095 * files.el (revert-buffer): Fix previous change.
4096
4097 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
4098
4099 * bs.el (bs--redisplay): Fix typo in docstring.
4100 (bs--window-config-coming-from): Make frame-local.
4101 (bs--restore-window-config): New function.
4102 (bs-kill, bs-select, bs-select-other-window)
4103 (bs-select-other-frame): Use it.
4104 (bs--window-for-buffer): Return as soon as a matching buffer is found.
4105 (bs--show-with-configuration): Save the window configuration as a
4106 frame local var, and only if *buffer-selection* is not already
4107 visible on this frame.
4108
4109 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
4110
4111 * vc-svn.el (vc-svn-admin-directory): New var.
4112 (vc-svn-registered, vc-svn-responsible-p)
4113 (vc-svn-repository-hostname): Use it.
4114 Suggested by arit93@yahoo.com.
4115
4116 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4117
4118 * ldefs-boot.el: Regenerate.
4119
4120 2006-11-08 Alan Mackenzie <acm@muc.de>
4121
4122 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
4123 case (eq open-paren-in-column-0-is-defun-start nil) by searching
4124 for least nested open-paren.
4125
4126 2006-11-08 Romain Francoise <romain@orebokech.com>
4127
4128 * subr.el (remove-overlays): Fix typo in last change.
4129
4130 2006-11-08 Richard Stallman <rms@gnu.org>
4131
4132 * subr.el (remove-overlays): Call overlay-recenter.
4133
4134 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4135
4136 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4137 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
4138 behaviour.
4139 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
4140 directly.
4141
4142 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4143
4144 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
4145 (ido-max-dir-file-cache, ido-decorations)
4146 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
4147 (ido-magic-backward-char, ido-enter-dired)
4148 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
4149 (ido-list-directory, ido-first-match, ido-only-match)
4150 (ido-subdir, ido-indicator): Fix typos in docstrings.
4151 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
4152 (ido-read-internal): Fix typo in error message.
4153
4154 2006-11-08 Kenichi Handa <handa@m17n.org>
4155
4156 * international/mule-cmds.el (set-default-coding-systems):
4157 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
4158
4159 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4160
4161 * makefile.w32-in (setwins): Remove.
4162 (WINS_ALMOST): New macro.
4163 (WINS): Use it.
4164 (autoloads): Don't extract autoloads from files in obsolete/.
4165
4166 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
4167
4168 * whitespace.el (whitespace-buffer): Call remove-overlays after
4169 overlay-recenter for performance. Suggested by Martin Rudalics.
4170
4171 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
4172
4173 * net/tramp.el (tramp-default-method): scp is the default method.
4174
4175 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
4176
4177 * server.el (server-start): Save also the Emacs pid in the server file.
4178
4179 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
4180
4181 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
4182 point when displaying a bibtex cross reference in the echo area.
4183
4184 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
4185
4186 * international/mule.el (make-char): Fix typo in docstring.
4187 (load-with-code-conversion, charsetp): Doc fixes.
4188
4189 * international/ja-dic-cnv.el (skkdic-convert):
4190 * cus-edit.el (hook): Fix typo in docstring.
4191
4192 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
4193
4194 * cus-edit.el (custom-mode-map): Move defvar above code using it.
4195 (custom-mode-link-map): New variable.
4196 (custom-group-link, custom-manual): Use follow-link.
4197
4198 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4199
4200 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
4201 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
4202
4203 2006-11-06 Richard Stallman <rms@gnu.org>
4204
4205 * textmodes/flyspell.el (flyspell-correct-word-before-point):
4206 New function broken out of flyspell-correct-word.
4207 (flyspell-mode-map): Bind it to M-RET.
4208 (flyspell-correct-word): Call it.
4209
4210 * textmodes/fill.el (fill-minibuffer-function): New function.
4211 (fill-paragraph): Bind fill-paragraph-function to
4212 fill-minibuffer-function.
4213
4214 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
4215 so that they aren't undefined.
4216
4217 * dired.el (dired-readin): Locally bind file-name-coding-system.
4218
4219 * bindings.el: Shorten and clarify usual mode line mouse help string.
4220
4221 * Makefile.in (autoloads): Don't include `obsolete'.
4222
4223 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
4224
4225 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4226 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
4227 Printing menu if it's not initialized.
4228 (pr-menu-bind): Act on menu-bar-file-menu directly.
4229
4230 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
4231
4232 * help.el (view-emacs-news): Fix typo in error message.
4233
4234 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
4235
4236 * shadowfile.el (shadow-define-regexp-group)
4237 (shadow-literal-groups, shadow-insert-var): Doc fixes.
4238 (shadow-read-files): Fix typo in message.
4239 (shadow-inhibit-overload, shadow-find, shadow-suffix)
4240 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
4241 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
4242 (shadow-file-match): Fix typos in docstrings.
4243
4244 * terminal.el (terminal-emulator): Fix typo in message.
4245
4246 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
4247
4248 * emacs-lisp/lselect.el (x-kill-primary-selection)
4249 (x-delete-primary-selection, x-copy-primary-selection):
4250 Fix typos in error messages.
4251
4252 * emulation/edt-mapper.el: Fix typo in interactive message.
4253
4254 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
4255
4256 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
4257 (ispell-help): Fix typos in docstrings.
4258 (ispell-help): Fix typo in output message.
4259
4260 * allout.el (allout-adjust-file-variable)
4261 (allout-passphrase-verifier-string)
4262 (allout-passphrase-hint-string)
4263 (allout-toggle-current-subtree-encryption):
4264 * apropos.el (apropos-synonyms):
4265 * cus-edit.el (hook):
4266 * emacs-lock.el (emacs-lock-from-exiting):
4267 * follow.el (follow-avoid-tail-recenter-p):
4268 * hexl.el (hexl-mode):
4269 * mouse-copy.el (mouse-copy-work-around-drag-bug):
4270 * mouse.el (mouse-set-font):
4271 * resume.el (resume-emacs-args-file):
4272 * rfn-eshadow.el (file-name-shadow-tty-properties):
4273 * t-mouse.el (t-mouse-process, t-mouse-mode):
4274 * emacs-lisp/cust-print.el (custom-print-install)
4275 (custom-print-uninstall, custom-format):
4276 * emacs-lisp/shadow.el (list-load-path-shadows):
4277 * emulation/tpu-edt.el (tpu-help-text)
4278 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
4279 (tpu-reset-control-keys):
4280 * emulation/vip.el (vip-emacs-local-map)
4281 (vip-change-mode-to-emacs):
4282 * emulation/viper.el (viper-mode, viper-set-hooks)
4283 (viper-major-mode-modifier-list):
4284 * emulation/viper-init.el (viper-emacs-state-cursor-color):
4285 * emulation/viper-keym.el (viper-emacs-kbd-map)
4286 (viper-toggle-key):
4287 * mail/feedmail.el (feedmail-queue-reminder)
4288 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
4289 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
4290 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
4291 (feedmail-sender-line, feedmail-force-binary-write)
4292 (feedmail-from-line, feedmail-deduce-envelope-from)
4293 (feedmail-x-mailer-line, feedmail-message-id-generator)
4294 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
4295 (feedmail-enable-spray, feedmail-spray-this-address)
4296 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
4297 (feedmail-queue-runner-confirm-global)
4298 (feedmail-ask-before-queue-prompt)
4299 (feedmail-ask-before-queue-reprompt)
4300 (feedmail-prompt-before-queue-standard-alist)
4301 (feedmail-prompt-before-queue-user-alist)
4302 (feedmail-prompt-before-queue-help-supplement)
4303 (feedmail-queue-use-send-time-for-message-id)
4304 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
4305 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
4306 (feedmail-mail-send-hook-queued)
4307 (feedmail-confirm-addresses-hook-example)
4308 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
4309 (feedmail-queue-runner-mode-setter)
4310 (feedmail-queue-alternative-mail-header-separator)
4311 (feedmail-queue-runner-message-sender)
4312 (feedmail-buffer-eating-function, feedmail-binmail-template)
4313 (feedmail-run-the-queue-no-prompts)
4314 (feedmail-run-the-queue-global-prompt)
4315 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
4316 (feedmail-envelope-deducer, feedmail-fiddle-date)
4317 (feedmail-default-message-id-generator)
4318 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
4319 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
4320 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
4321 (vms-pmail-setup):
4322 * play/dunnet.el (dun-help):
4323 * play/handwrite.el (handwrite):
4324 * play/hanoi.el (hanoi-unix-64):
4325 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
4326 * textmodes/enriched.el (fixed):
4327 * textmodes/org.el (org-file-apps)
4328 (org-emphasis-regexp-components, org-emphasis-alist):
4329 * textmodes/texinfmt.el (batch-texinfo-format):
4330 Fix typos in docstrings.
4331
4332 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
4333
4334 * loadhist.el (read-feature): Don't complete features not loaded
4335 from a file (which make `unload-feature' to fail).
4336
4337 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
4338
4339 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
4340
4341 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
4342
4343 * startup.el (command-line-1): Kill emacs if the last frame is
4344 deleted while evaluating the command-line arguments.
4345
4346 2006-11-05 Richard Stallman <rms@gnu.org>
4347
4348 * startup.el (init-file-had-error): Add doc string.
4349 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
4350 Use fixed-width font for keyboard key descriptions.
4351
4352 * cus-edit.el (custom-save-all): Error if saving in .emacs
4353 and it had an error when loaded.
4354
4355 * dired-aux.el (dired-copy-file-recursive): Catch errors
4356 from recursive copies in the loop, around the recursive call.
4357
4358 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4359
4360 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
4361 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
4362 `/proc/acpi/thermal_zone/*'.
4363 (battery-search-for-one-match-in-files): New. Search a regexp in
4364 the content of some files.
4365
4366 2006-11-05 Martin Rudalics <rudalics@gmx.at>
4367
4368 * window.el (mouse-autoselect-window-now): Remove variable.
4369 (mouse-autoselect-window-state): New variable.
4370 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
4371 (mouse-autoselect-window-select, handle-select-window):
4372 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
4373 Suspend delayed autoselection during menu or popup dialog.
4374
4375 * info-look.el (info-lookup-guess-custom-symbol): New function
4376 for retrieving symbol at point in custom buffers.
4377 (top level) <info-lookup-maybe-add-help>: Add backquote and
4378 comma to ignored characters in regexps of help specifications
4379 for emacs-lisp-mode and lisp-interaction-mode. This permits
4380 looking up symbols in `...' and after a comma. Add help
4381 specifications for custom-mode and help-mode.
4382
4383 2006-11-04 Eli Zaretskii <eliz@gnu.org>
4384
4385 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
4386 Don't encode body if RAW is non-nil, or if the old encoding is
4387 identical to the new encoding, or if the body contains only
4388 eight-bit-* characters.
4389
4390 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
4391
4392 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
4393 (faces-sample-overlay): Remove variable.
4394 (describe-face): Insert sample text in the face being described.
4395
4396 2006-11-04 Martin Rudalics <rudalics@gmx.at>
4397
4398 * whitespace.el (whitespace-indent-regexp): Make this match any
4399 multiples of eight spaces near the beginning of a line.
4400 (whitespace-buffer): Use `remove-overlays' instead of
4401 `whitespace-unhighlight-the-space' and `overlay-recenter' to
4402 speed up overlay handling.
4403 (whitespace-buffer-leading, whitespace-buffer-trailing):
4404 Make these functions highlight the text removed by
4405 `whitespace-buffer-leading-cleanup' and
4406 `whitespace-buffer-trailing-cleanup' respectively.
4407 (whitespace-buffer-search): Use `with-local-quit'.
4408 Move `format' out of loop to speed up scanning larger buffers.
4409 (whitespace-unhighlight-the-space): Remove `remove-hook' since
4410 that function is never added to a hook.
4411 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
4412 (whitespace-buffer-leading-cleanup)
4413 (whitespace-refresh-rescan-list): Fix docstrings.
4414
4415 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
4416
4417 * allout.el (allout-during-yank-processing): Cue for inhibiting
4418 aberrance processing during yanks.
4419 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
4420 the amount of yanked topics that can be aberrant.
4421 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
4422 a function, and supplement with inihibition of doublechecking
4423 during yanks.
4424 (allout-beginning-of-line, allout-next-heading)
4425 (allout-previous-heading, allout-goto-prefix-doublechecked)
4426 (allout-back-to-current-heading, allout-next-visible-heading)
4427 (allout-next-sibling): Use new allout-do-doublecheck function.
4428 (allout-next-sibling): Ensure we made progress when returning
4429 other than nil.
4430 (allout-rebullet-heading): Preserve text property annotations
4431 indicating the text was hidden, if it was.
4432 (allout-kill-line): Remove any added was-hidden annotations.
4433 (allout-kill-topic): Remove any added was-hidden annotations.
4434 (allout-annotate-hidden): Inhibit adding was-hidden text
4435 properties to the undo list.
4436 (allout-deannotate-hidden): New function to remove was-hidden
4437 annotation.
4438 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
4439 (allout-remove-exposure-annotation): Replace by
4440 allout-deannotate-hidden.
4441 (allout-yank-processing): Signal that yank processing is happening
4442 with allout-during-yank-processing. Also, wrap
4443 allout-unprotected's closer to the text changes, for easier
4444 debugging. We need to inhibit-field-text-motion explicitly, in
4445 lieu of the encompassing allout-unprotected.
4446 (outlineify-sticky): Adjust criteria for triggering new outline
4447 decorations to presence or absence of any topics, not just a topic
4448 at the beginning of the buffer.
4449
4450 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
4451
4452 * bs.el (bs--show-all, bs--redisplay):
4453 * cus-edit.el (custom-unlispify-menu-entries)
4454 (custom-unlispify-tag-names, custom-prompt-variable):
4455 * expand.el (expand-pos):
4456 * speedbar.el (speedbar-generic-list-tag-p):
4457 * wid-edit.el (widget-image-enable):
4458 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
4459 * emacs-lisp/find-func.el (find-function-noselect)
4460 (find-function, find-variable-noselect, find-variable)
4461 (find-definition-noselect, find-face-definition):
4462 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
4463 * net/eudc-vars.el (eudc-expansion-overwrites-query):
4464 * progmodes/ada-xref.el (ada-find-in-ali):
4465 * textmodes/flyspell.el (flyspell-check-tex-math-command):
4466 * textmodes/org.el (org-copy-subtree):
4467 * textmodes/table.el (table--row-column-insertion-point-p):
4468 Use "non-nil" in docstrings.
4469
4470 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
4471
4472 * sort.el (sort-columns): Set the field separator to tab; on
4473 NetBSD, sort complains if "\n" is used as field separator.
4474
4475 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
4476
4477 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
4478
4479 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
4480
4481 * server.el (server-auth-key): Remove. Replace by a process-property.
4482 (server-start): Don't remove the file of the previous process, but
4483 instead clear out the place for the new file.
4484 (server-start): Set the :auth-key property.
4485 (server-process-filter): Use the :auth-key property.
4486
4487 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
4488
4489 * textmodes/org.el (org-mode-map): No longer copy
4490 `outline-mode-map' explicitly - this is already done by
4491 `define-derived-mode'.
4492
4493 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
4494
4495 * server.el (server-visit-files): Use `when'.
4496 (server-process-filter): When authentication fails, send error
4497 message to client. Wrap `process-send-region' in `ignore-errors'
4498 instead of `condition-case', and remove misleading comment.
4499
4500 2006-11-01 Juri Linkov <juri@jurta.org>
4501
4502 * simple.el (yank): Doc fix.
4503
4504 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
4505
4506 * server.el: Try and fit within 80 columns.
4507 (server-start): Make the auth file unreadable by other users.
4508
4509 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4510
4511 * battery.el (battery-linux-proc-acpi): Prevent range error when
4512 `full-capacity' is 0.
4513
4514 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
4515
4516 * faces.el (faces-sample-overlay): New defvar.
4517 (faces-sample-overlay): New function to show face sample text.
4518 (describe-face): Use it.
4519
4520 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
4521
4522 * progmodes/ada-stmt.el: Change maintainer, apply
4523 whitespace-cleanup, checkdoc.
4524 (ada-func-or-proc-name): Add doc string.
4525
4526 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
4527 whitespace-cleanup, checkdoc. Minor improvements to many doc
4528 strings and comments.
4529 (ada-prj-display-page): Change buffer name to more accurately
4530 reflect function.
4531
4532 * progmodes/ada-xref.el: Change maintainer, apply
4533 whitespace-cleanup, checkdoc. Minor improvements to many doc
4534 strings and comments. Don't look for `gvd' or `ddd' debuggers.
4535 (ada-compile-current): Don't add newlines to commands.
4536
4537 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
4538
4539 * server.el: Add support for TCP sockets.
4540 (server-use-tcp, server-host, server-auth-dir): New options.
4541 (server-auth-key): New variable.
4542 (server-ensure-safe-dir): Create nonexistent parent dirs.
4543 Ignore Unix-style file modes on Windows.
4544 (server-start): Crete a TCP or Unix socket according to the value
4545 of `server-use-tcp'. For TCP sockets, create the id/auth file in
4546 `server-auth-dir' directory.
4547 (server-process-filter): Delete process if authentication
4548 fails (which never happens for Unix sockets).
4549
4550 2006-10-30 David Kastrup <dak@gnu.org>
4551
4552 * subr.el (add-to-list): Don't continue checking if a match has
4553 been found.
4554
4555 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
4556
4557 * tutorial.el: Move defvars to avoid bytecomp warnings.
4558 (tutorial--find-changed-keys): Check if viper-current-state is
4559 bound before using it.
4560 (help-with-tutorial): Check if viper-tutorial is defined before
4561 using it.
4562
4563 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
4564
4565 * help-fns.el (help-with-tutorial): Move to tutorial.el.
4566
4567 * tutorial.el: New file.
4568 (help-with-tutorial): Move here from help-fns.el. Added help for
4569 rebound keys. Fixed resume of tutorial.
4570 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
4571 (tutorial--find-changed-keys, tutorial--display-changes)
4572 (tutorial--saved-dir, tutorial--saved-file)
4573 (tutorial--save-tutorial): New functions to support the changes in
4574 help-with-tutorial.
4575
4576 2006-10-30 Kenichi Handa <handa@m17n.org>
4577
4578 * files.el (revert-buffer): If a unibyte buffer is being reverted
4579 with a coding system for multibyte, set buffer multibyte before
4580 calling insert-file-contents.
4581
4582 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4583
4584 * server.el (server-select-display): Use a dummy buffer to detect when
4585 the frame is later used.
4586 (server-select-display): New function.
4587 (server-process-filter): Use it to detect unused temp frames.
4588
4589 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
4590
4591 * progmodes/ada-mode.el: Change maintainer, apply
4592 whitespace-clean, checkdoc. Minor improvements to many doc strings.
4593 (ada-mode-version): New function.
4594 (ada-create-menu): Menu operations are available for all supported
4595 compilers.
4596
4597 2006-10-29 Lars Hansen <larsh@soem.dk>
4598
4599 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
4600 Highlight as keyword.
4601 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
4602 Don't call tramp-method-out-of-band-p for local files.
4603 (tramp-touch): Quote file name.
4604
4605 2006-10-28 Glenn Morris <rgm@gnu.org>
4606
4607 * calendar/calendar.el (cal-html-cursor-month)
4608 (cal-html-cursor-year): Add autoloads for this new package.
4609 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
4610
4611 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
4612
4613 * calendar/cal-html.el: New file.
4614
4615 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
4616
4617 * emacs-lisp/authors.el (authors-aliases): Update.
4618
4619 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
4620
4621 * version.el (emacs-version): Bump version number to 22.0.90.
4622
4623 2006-10-26 John W. Eaton <jwe@octave.org>
4624
4625 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
4626 New defvar.
4627 (inferior-octave-resync-dirs): Check to see whether Octave has
4628 built-in variables and set inferior-octave-has-built-in-variables.
4629 Check inferior-octave-has-built-in-variables to decide whether to
4630 send commands that set built-in variables or call functions to
4631 change Octave's behavior.
4632 Send "disp (pwd ())" to Octave instead of just "pwd".
4633 (inferior-octave-startup): Send "more off" to Octave instead of
4634 "page_screen_output = 0".
4635
4636 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
4637
4638 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
4639 pattern normally.
4640
4641 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
4642
4643 * bindings.el (mode-line-mode-menu): Remove bindings for global
4644 minor modes (line/column number) as they are on the menubar.
4645
4646 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
4647
4648 * term/w32-win.el (x-handle-name-switch): Doc fix.
4649 (w32-standard-fontset-spec): Fix typo in docstring.
4650
4651 * midnight.el (midnight-buffer-display-time): Doc fix.
4652 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
4653
4654 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
4655
4656 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
4657
4658 * viper-ex.el (ex-read): Quote file argument.
4659
4660 * ediff-diff.el (ediff-same-file-contents): Expand file names.
4661
4662 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
4663
4664 2006-10-22 Martin Rudalics <rudalics@gmx.at>
4665
4666 * textmodes/flyspell.el (flyspell-check-region-doublons):
4667 Fix last fix.
4668
4669 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
4670
4671 * bindings.el (mode-line-mode-menu): List global minor modes
4672 before local ones.
4673
4674 2006-10-23 Kim F. Storm <storm@cua.dk>
4675
4676 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
4677 (sit-for): If last command was a prefix arg, add the read-ahead
4678 event to unread-command-events as (t . EVENT) so it will be added
4679 to this-command-keys by read-key-sequence.
4680
4681 2006-10-22 Martin Rudalics <rudalics@gmx.at>
4682
4683 * textmodes/flyspell.el (flyspell-word): Skip past all previous
4684 whitespace when checking doublons.
4685 (flyspell-check-region-doublons): Fix doublon regexp.
4686 (flyspell-highlight-incorrect-region): Highlight doublons using
4687 flyspell-duplicate face.
4688
4689 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
4690
4691 2006-10-22 John Wiegley <johnw@newartisans.com>
4692
4693 * progmodes/python.el (python-use-skeletons): python-mode was
4694 auto-inserting templates (for those with abbrev-mode on), not only
4695 by default -- *but without a configuration variable to disable
4696 it*. This rendered python-mode completely useless for me, so I
4697 have added `python-use-skeletons', which is now off by default.
4698
4699 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
4700
4701 * progmodes/cperl-mode.el (cperl-mode): Don't assume
4702 font-lock-multiline is auto-local (it's not).
4703 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
4704 initialized before calling cperl-init-faces.
4705
4706 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
4707
4708 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
4709 gdb-stack-position a value when there is no fringe.
4710
4711 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
4712 indicator if not visiting a file.
4713
4714 2006-10-20 David Kastrup <dak@gnu.org>
4715
4716 * window.el (kill-buffer-and-window): Fix a bug where an aborted
4717 operation would still cause some window to collapse later.
4718
4719 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4720
4721 * vc.el (vc-switch-backend): Try to be more careful with unwanted
4722 side-effect due to mixing various backends's file properties.
4723
4724 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
4725 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
4726 Return `filename's status if applicable. Update callers.
4727
4728 2006-10-19 Kenichi Handa <handa@m17n.org>
4729
4730 * international/kkc.el (kkc-region): When a key sequence is not
4731 defined, append (this-single-command-raw-keys) to
4732 unread-input-method-events.
4733
4734 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
4735
4736 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
4737
4738 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4739
4740 * version.el (emacs-version): Use mac-carbon-version-string.
4741
4742 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
4743
4744 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4745
4746 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
4747 Kenichi Handa).
4748 (xselect-convert-to-string): Decline requests for UTF8_STRING if
4749 the selection is not UTF-8.
4750
4751 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
4752
4753 * progmodes/ada-mode.el (ada-83-string-keywords)
4754 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
4755 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
4756 (ada-looking-at-semi-private, ada-get-body-name):
4757 Fix typos in docstrings.
4758 (ada-create-case-exception, ada-create-case-exception-substring):
4759 Fix typos in error messages.
4760 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
4761
4762 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4763
4764 * term/x-win.el (res-geometry): Don't set geometry from Xresources
4765 to default-frame-alist if default-frame-alist already contains
4766 width/height.
4767
4768 2006-10-18 Richard Stallman <rms@gnu.org>
4769
4770 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
4771 Non-interactive arg is the value, not the expression.
4772
4773 * simple.el (read-expression-map): Just set it, no defvar.
4774
4775 * subr.el (insert-for-yank-1): If last inserted char has
4776 properties, mark them as rear-nonsticky.
4777
4778 * recentf.el (recentf-mode): Doc fix.
4779
4780 * facemenu.el (facemenu-add-new-face): Defend against symbol
4781 that isn't a face name.
4782
4783 * dired-aux.el (dired-do-copy): Doc fix.
4784
4785 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
4786
4787 * simple.el (line-move-1): Ignore fields when moving to the
4788 beginning of line to avoid getting point stuck.
4789
4790 2006-10-18 Martin Rudalics <rudalics@gmx.at>
4791
4792 * textmodes/flyspell.el (flyspell-word-search-backward):
4793 Set inhibit-point-motion-hooks to avoid looping due to intangibile
4794 text.
4795
4796 2006-10-16 Richard Stallman <rms@gnu.org>
4797
4798 * help-fns.el (describe-function-1): Special case optimization
4799 for self-insert-command.
4800
4801 2006-10-16 Kim F. Storm <storm@cua.dk>
4802
4803 * ido.el (ido-reread-directory): Work in `dir' mode too.
4804
4805 2006-10-15 Martin Rudalics <rudalics@gmx.at>
4806
4807 * textmodes/table.el: Require 'regexp-opt.
4808
4809 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
4810
4811 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
4812 Use shell-quote-argument.
4813
4814 * shell.el (explicit-bash-args): Likewise.
4815
4816 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
4817 Use grep -E rather than egrep.
4818
4819 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4820
4821 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
4822
4823 2006-10-15 Kim F. Storm <storm@cua.dk>
4824
4825 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
4826
4827 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
4828
4829 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
4830 to protect whitespace and metacharacters from the shell.
4831
4832 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4833
4834 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
4835
4836 2006-10-13 Eli Zaretskii <eliz@gnu.org>
4837
4838 * subr.el (start-process-shell-command): Doc fix.
4839
4840 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
4841
4842 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
4843 the regexp for Maxima symbols.
4844
4845 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
4846
4847 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
4848 (vc-find-root): Don't walk higher up than ~.
4849
4850 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
4851
4852 * international/utf-8.el (utf-translate-cjk-load-tables):
4853 Avoid clobbering last-coding-system-used during load.
4854
4855 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
4856
4857 * textmodes/reftex-global.el (reftex-create-tags-file):
4858 Quote file arguments.
4859
4860 2006-10-12 Richard Stallman <rms@gnu.org>
4861
4862 * files.el (file-name-history): Add defvar.
4863 (save-some-buffers-action-alist): Improve description strings.
4864
4865 2006-10-12 Andreas Schwab <schwab@suse.de>
4866
4867 * files.el (auto-mode-alist): Match change log file name also with
4868 a dash before a numeric extension.
4869
4870 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
4871
4872 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
4873 After 5.0:
4874 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
4875
4876 After 5.1: Major edit. Summary of most visible changes:
4877
4878 - Multiple <<HERE per line allowed.
4879 - Handles multiline subroutine declaration headers (with comments).
4880 (The exception is `cperl-etags' - but it is not used in the rest
4881 of the mode.)
4882 - Fontifies multiline my/our declarations (even with comments,
4883 and with legacy `font-lock').
4884 - Major speedup of syntaxification, both immediate and postponed
4885 (3.5x to 15x [for different CPUs and versions of Emacs] on the
4886 huge real-life document I tested).
4887 - New bindings, edits to imenu.
4888 - "_" is made into word-char during fontification/syntaxification;
4889 some attempts to recognize non-word "_" during other operations too.
4890 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
4891 - autoload some more perldoc-related stuff
4892 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
4893 - Attempt to incorporate XEmacs edits which reached me.
4894
4895 Fine-grained changelog:
4896 (cperl-hook-after-change): New configuration variable.
4897 (cperl-vc-sccs-header): Likewise.
4898 (cperl-vc-sccs-header): Likewise.
4899 (cperl-vc-header-alist): Default via two preceding variables.
4900 (cperl-invalid-face): Remove double quoting under XEmacs
4901 (still needed under 21.2).
4902 (cperl-tips): Update URLs for resources.
4903 (cperl-problems): Likewise.
4904 (cperl-praise): Mention new features.
4905 New C-c key bindings: for `cperl-find-bad-style',
4906 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
4907 `cperl-perdoc', and `cperl-perldoc-at-point'.
4908 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
4909 moved, new submenu of Tools with Ispell entries and narrowing.
4910 (cperl-after-sub-regexp): New defsubst.
4911 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
4912 Allows heads up to head4.
4913 Allow "package;".
4914 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
4915 (paren-backwards-message): ??? Something for XEmacs???
4916 (cperl-mode): Never auto-switch abbrev-mode off.
4917 Try to allow '_' be non-word char.
4918 Do not use `font-lock-unfontify-region-function' on XEmacs.
4919 Reset syntax cache on mode start.
4920 Support multiline facification (even on legacy `font-lock').
4921 (cperl-facemenu-add-face-function): ??? Some contributed code ???
4922 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
4923 refuse to inform us whether the fontification is due to lazy
4924 calling or due to edit to a buffer, install our own hook
4925 (controlled by `cperl-hook-after-change').
4926 (cperl-electric-pod): =cut may have been recognized as start.
4927 (cperl-block-p): Move, updatedfor attributes.
4928 (cperl-calculate-indent): Try to allow '_' be non-word char
4929 Support subs with attributes.
4930 (cperl-where-am-i): Queit (?) a warning.
4931 (cperl-cached-syntax-table) New function.
4932 (cperl-forward-re): Use `cperl-cached-syntax-table'.
4933 (cperl-unwind-to-safe): Recognize `syntax-type' property
4934 changing in a middle of line.
4935 (cperl-find-sub-attrs): New function.
4936 (cperl-find-pods-heres): Allow many <<EOP per line.
4937 Allow subs with attributes.
4938 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
4939 Recognize "extproc " (OS/2) case-folded and only at start.
4940 /x on s///x with empty replacement was not recognized.
4941 Better comments.
4942 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
4943 Allow subs with attributes, labels.
4944 Do not confuse "else::foo" with "else".
4945 Minor optimizations...
4946 (cperl-after-expr-p): Try to allow '_' be non-word char.
4947 (cperl-fill-paragraph): Try to detect a major bug in Emacs
4948 with `looking-at' inside `narrow' and bulk out if found.
4949 (cperl-imenu--create-perl-index): Updates for new
4950 `cperl-imenu--function-name-regexp-perl'.
4951 (cperl-outline-level): Likewise.
4952 (cperl-init-faces): Allow multiline subroutine headers
4953 and my/our declarations, and ones with comments.
4954 Allow subroutine attributes.
4955 (cperl-imenu-on-info): Better docstring.
4956 (cperl-etags): Rudimentary support for attributes.
4957 Support for packages and "package;".
4958 (cperl-add-tags-recurse-noxs): Better (?) docstring.
4959 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
4960 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
4961 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
4962 (cperl-perldoc): Add autoload.
4963 (cperl-perldoc-at-point): Likewise.
4964 (cperl-here-doc-spell): New function.
4965 (cperl-pod-spell): Likewise.
4966 (cperl-map-pods-heres): Likewise.
4967 (cperl-get-here-doc-region): Likewise.
4968 (cperl-font-lock-fontify-region-function): Likewise (backward
4969 compatibility for legacy `font-lock').
4970 (cperl-font-lock-unfontify-region-function): Fix style.
4971 (cperl-fontify-syntaxically): Recognize and optimize away deferred
4972 calls with no-change. Governed by `cperl-hook-after-change'.
4973 (cperl-fontify-update): Recognize that syntaxification region
4974 can be larger than fontification one.
4975 XXXX we leave `cperl-postpone' property, so this is quadratic...
4976 (cperl-fontify-update-bad): Temporary placeholder until
4977 it is clear how to implement `cperl-fontify-update'.
4978 (cperl-time-fontification): New function.
4979 (attrib-group): New text attribute.
4980 (multiline): New value: `syntax-type' text attribute.
4981
4982 After 5.2:
4983 (cperl-emulate-lazy-lock): New function.
4984 (cperl-fontify-syntaxically): Would skip large regions.
4985 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
4986 Some globals were declared, but uninitialized.
4987
4988 After 5.3, 5.4:
4989 (cperl-facemenu-add-face-function): Add docs, fix U<>.
4990 Copyright message updated.
4991 (cperl-init-faces): Work around a bug in `font-lock'. May slow
4992 facification down a bit.
4993 Misprint for my|our|local for old `font-lock'
4994 "our" was not fontified same as "my|local".
4995 Highlight variables after "my" etc even in
4996 a middle of an expression.
4997 Do not facify multiple variables after my etc
4998 unless parentheses are present.
4999
5000 After 5.5, 5.6
5001 (cperl-fontify-syntaxically): after-change hook could reset.
5002 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
5003
5004 After 5.7:
5005 (cperl-init-faces): Allow highlighting of local ($/).
5006 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
5007 (cperl-problems): Remove fixed problems.
5008 (cperl-find-pods-heres): Recognize #-comments in m##x too.
5009 Recognize charclasses (unless delimiter is \).
5010 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
5011 (cperl-regexp-scan): Update docs.
5012 (cperl-beautify-regexp-piece): Use information got from regexp scan.
5013
5014 After 5.8:
5015 Major user visible changes:
5016 Recognition and fontification of character classes in RExen.
5017 Variable indentation of RExen according to groups.
5018
5019 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
5020 Fontify REx charclasses in variable-name face.
5021 Fontify POSIX charclasses in "type" face.
5022 Fontify unmatched "]" in function-name face.
5023 Mark first-char of HERE-doc as `front-sticky'.
5024 Reset `front-sticky' property when needed.
5025 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
5026 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
5027 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
5028 constructs. Support `narrow'ed buffers.
5029 (cperl-praise): Remove a reservation.
5030 (cperl-make-indent): New function.
5031 (cperl-indent-for-comment): Use `cperl-make-indent'.
5032 (cperl-indent-line): Likewise.
5033 (cperl-lineup): Likewise.
5034 (cperl-beautify-regexp-piece): Likewise.
5035 (cperl-contract-level): Likewise.
5036 (cperl-toggle-set-debug-unwind): New function.
5037 New menu entry for this.
5038 (fill-paragraph-function): Use when `boundp'.
5039 (cperl-calculate-indent): Take into account groups when indenting RExen.
5040 (cperl-to-comment-or-eol): Recognize # which end a string.
5041 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
5042 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
5043 (cperl-fontify-syntaxically): More clear debugging message.
5044 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
5045 (cperl-init-faces): More complicated highlight even on XEmacs (new).
5046 Merge cosmetic changes from XEmacs.
5047
5048 After 5.9:
5049 (cperl-1+): Move to before the first use.
5050 (cperl-1-): Likewise.
5051
5052 After 5.10:
5053
5054 This code may lock Emacs hard!!! Use at your own risk!
5055
5056 (cperl-font-locking): New internal variable.
5057 (cperl-beginning-of-property): New function.
5058 (cperl-calculate-indent): Use `cperl-beginning-of-property'
5059 instead of `previous-single-property-change'.
5060 (cperl-unwind-to-safe): Likewise.
5061 (cperl-after-expr-p): Likewise.
5062 (cperl-get-here-doc-region): Likewise.
5063 (cperl-font-lock-fontify-region-function): Likewise.
5064 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
5065 recursively.
5066 Bound `next-single-property-change' via `point-max'.
5067 (cperl-unwind-to-safe): Bound likewise
5068 (cperl-font-lock-fontify-region-function): Likewise.
5069 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
5070 Initialization of `cperl-font-lock-multiline-start' could be
5071 missed if the "main" fontification did not run due to the
5072 keyword being already fontified.
5073 (cperl-pod-spell): Return t from do-one-chunk function.
5074 (cperl-map-pods-heres): Stop when the worker returns nil.
5075 Call `cperl-update-syntaxification'.
5076 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
5077 (cperl-get-here-doc-delim): Remove unused function.
5078
5079 After 5.11:
5080
5081 The possible lockup of Emacs (introduced in 5.10) fixed.
5082
5083 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
5084 (cperl-syntaxify-for-menu): New customization variable.
5085 (cperl-select-this-pod-or-here-doc): New function.
5086 (cperl-get-here-doc-region): Extra argument.
5087 Do not adjust pos by 1.
5088
5089 New menu entries
5090 (Perl/Tools): Selection of current POD or HERE-DOC section.
5091 (Debugging CPerl:) backtrace on fontification.
5092
5093 After 5.12:
5094 (cperl-cached-syntax-table): Use `car-safe'.
5095 (cperl-forward-re): Remove spurious argument SET-ST.
5096 Add documentation.
5097 (cperl-forward-group-in-re): New function.
5098 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
5099 (XXXX Temporary (?) hack is to syntax-mark them as comment).
5100
5101 After 5.13:
5102 (cperl-string-syntax-table): Make { and } not-grouping
5103 (Sometimes they ARE grouping in RExen, but matching them would only
5104 confuse in many situations when they are not)
5105 (beginning-of-buffer): Replace two occurences with goto-char...
5106 (cperl-calculate-indent): `char-after' could be nil...
5107 (cperl-find-pods-heres): REx can start after "[" too.
5108 Hightlight (??{}) in RExen too.
5109 (cperl-maybe-white-and-comment-rex): New constant
5110 (cperl-white-and-comment-rex): Likewise.
5111 XXXX Not very efficient, but hard to make
5112 better while keeping 1 group.
5113
5114 After 5.13:
5115 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
5116 Likewise for 1 << identifier.
5117
5118 After 5.14:
5119 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
5120 Error-less condition-case could fail.
5121 (cperl-font-lock-fontify-region-function): Likewise.
5122 (cperl-init-faces): Likewise.
5123
5124 After 5.15:
5125 (cperl-find-pods-heres): Support property REx-part2.
5126 (cperl-calculate-indent): Likewise.
5127 Don't special-case REx with non-empty 1st line.
5128 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
5129 Invert highlighting of charclasses:
5130 now the envelop is highlighted.
5131 Highlight many others 0-length builtins.
5132 (cperl-praise): Mention indenting and highlight in RExen.
5133
5134 After 5.15:
5135 (cperl-find-pods-heres): Highlight capturing parens in REx.
5136
5137 After 5.16:
5138 (cperl-find-pods-heres): Highlight '|' for alternation
5139 Initialize `font-lock-warning-face' if not present.
5140 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
5141 `font-lock-function-name-face'.
5142 (cperl-look-at-leading-count): Likewise.
5143 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
5144 `font-lock-keyword-face' (needed for
5145 batch processing), etc...
5146 Use `font-lock-builtin-face' for builtin in REx
5147 Now `font-lock-variable-name-face'
5148 is used for interpolated variables
5149 Use "talking aliases" for faces inside REx
5150 Highlight parts of REx (except in charclasses)
5151 according to the syntax and/or semantic
5152 Syntax-mark a {}-part of (?{}) as "comment"
5153 (it was the ()-part)
5154 Better logic to distinguish what is what in REx
5155 (cperl-tips-faces): Document REx highlighting
5156 (cperl-praise): Mention REx syntax highlight etc.
5157
5158 After 5.17:
5159 (cperl-find-sub-attrs): Would not always manage to print error message.
5160 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
5161
5162 After 5.18:
5163 (cperl-find-pods-heres): Misprint in REx for parsing REx.
5164 Very minor optimization.
5165 `my-cperl-REx-modifiers-face' got quoted.
5166 Recognize "print $foo <<END" as HERE-doc.
5167 Put `REx-interpolated' text attribute if needed.
5168 (cperl-invert-if-unless-modifiers): New function.
5169 (cperl-backward-to-start-of-expr): Likewise.
5170 (cperl-forward-to-end-of-expr): Likewise.
5171 (cperl-invert-if-unless): Works in "the opposite way" too.
5172 Cursor position on return is on the switch-word.
5173 Indents comments better.
5174 (REx-interpolated): New text attribute.
5175 (cperl-next-interpolated-REx): New function.
5176 (cperl-next-interpolated-REx-0): Likewise.
5177 (cperl-next-interpolated-REx-1): Likewise.
5178 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
5179 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
5180 (cperl-praise): Mention finded interpolated RExen.
5181
5182 After 5.19:
5183 (cperl-init-faces): Highlight %$foo, @$foo too.
5184 (cperl-short-docs): Better docs for system, exec.
5185 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
5186 Would not find HERE-doc ended by EOF without NL.
5187 (cperl-short-docs): Correct not-doubled \-escapes.
5188 start block: Put some `defvar' for stuff gone from XEmacs.
5189
5190 After 5.20:
5191 initial comment: Extend copyright, fix email address.
5192 (cperl-indent-comment-at-column-0): New customization variable.
5193 (cperl-comment-indent): Indentation after $#a would increasy by 1.
5194 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
5195 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
5196 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
5197 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
5198 highlight $ in $foo too (UNTESTED).
5199 (cperl-set-style): Docstring missed some available styles.
5200 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
5201 Change "Current" to "Memorize Current".
5202 (cperl-indent-wrt-brace): New customization variable; the default is
5203 as for pre-5.2 version.
5204 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
5205 (cperl-style-alist): Likewise.
5206 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
5207 and `cperl-extra-newline-before-brace' etc
5208 being t
5209 (cperl-indent-exp): Plans B and C to find continuation blocks even
5210 if `cperl-extra-newline-before-brace' is t.
5211
5212 After 5.21:
5213 Improve some docstrings concerning indentation.
5214 (cperl-indent-rules-alist): New variable.
5215 (cperl-sniff-for-indent): New function name
5216 (separated from `cperl-calculate-indent').
5217 (cperl-calculate-indent): Separate the sniffer and the indenter;
5218 uses `cperl-sniff-for-indent' now.
5219 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
5220 was inverted;
5221 Support `comment-column' = 0.
5222
5223 2006-10-11 Martin Rudalics <rudalics@gmx.at>
5224
5225 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
5226 * help-at-pt.el (scan-buf-move-to-region): Likewise.
5227 * longlines.el (longlines-window-change-function): Likewise.
5228 * simple.el (undo-ask-before-discard): Likewise.
5229 * wid-edit.el (widget-field-prompt-internal)
5230 (widget-documentation-link-p): Likewise.
5231
5232 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5233
5234 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
5235 for a keyword.
5236
5237 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5238
5239 * newcomment.el (comment-valid-prefix-p): Make the check
5240 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
5241 (comment-indent-new-line): Adjust call.
5242
5243 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
5244
5245 * allout.el (allout-back-to-current-heading): Base on lower-level
5246 routines to get proper disqualification of aberrant topics.
5247
5248 2006-10-09 Richard Stallman <rms@gnu.org>
5249
5250 * textmodes/two-column.el (2C-two-columns): Doc fix.
5251
5252 2006-10-09 Kim F. Storm <storm@cua.dk>
5253
5254 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
5255 about implicit use.
5256
5257 2006-10-08 Richard Stallman <rms@gnu.org>
5258
5259 * textmodes/two-column.el (2C-two-columns): Doc fix.
5260
5261 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
5262
5263 * files.el: Mark `buffer-read-only' as safe-local-variable.
5264
5265 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
5266
5267 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
5268 Burp if GUD buffer has been killed.
5269
5270 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5271
5272 * completion.el (add-completions-from-c-buffer):
5273 Don't presume an error's second element is a string.
5274 Use looking-at rather than buffer-substring + member.
5275
5276 2006-10-07 Eli Zaretskii <eliz@gnu.org>
5277
5278 * mail/rmail.el (rmail-redecode-body): If the old encoding is
5279 `undecided', call find-coding-systems-region to find a proper
5280 non-trivial encoding.
5281 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
5282 and "text/plain".
5283
5284 2006-10-07 Kevin Ryde <user42@zip.com.au>
5285
5286 * textmodes/reftex-vars.el (defgroup reftex): Update home page
5287 url-link.
5288
5289 * strokes.el (defgroup strokes): Remove invalid url-link.
5290
5291 2006-10-07 Magnus Henoch <mange@freemail.hu>
5292
5293 * autoinsert.el (auto-insert-alist): Doc fix.
5294
5295 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5296
5297 * mouse-sel.el (mouse-insert-selection-internal):
5298 Use insert-for-yank, so that yank handlers are run.
5299
5300 2006-10-07 Kim F. Storm <storm@cua.dk>
5301
5302 * ido.el (ido-file-extension-aux): Fix comparison.
5303
5304 2006-10-06 Kim F. Storm <storm@cua.dk>
5305
5306 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
5307
5308 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
5309
5310 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
5311 (ad-make-mapped-call): Use `let', not `let*'.
5312
5313 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
5314
5315 * international/mule-cmds.el (coding-system-change-eol-conversion):
5316 Ensure the coding system is initialized before calling
5317 coding-system-eol-type.
5318
5319 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
5320
5321 * textmodes/org.el (org-rm-props, org-activate-plain-links)
5322 (org-activate-angle-links, org-activate-dates)
5323 (org-activate-target-links, org-activate-camels)
5324 (org-activate-tags): Add `rear-nonsticky' text property to avoid
5325 textproperty keymaps from being active beyond the end of a line.
5326 (org-unfontify-region): Also remove `rear-nonsticky' property.
5327
5328 2006-10-04 Kenichi Handa <handa@m17n.org>
5329
5330 * international/code-pages.el (next): Table fixed.
5331
5332 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5333
5334 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
5335 that it's been made unnecessary by removing narrowing.
5336
5337 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5338
5339 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
5340 control flow a bit, simplify another bit, and add comments.
5341
5342 2006-10-03 David Kastrup <dak@gnu.org>
5343
5344 * help.el (describe-mode): For clicks on mode-line, use "@"
5345 interactive argument to get the major mode of the click instead of
5346 the current buffer.
5347
5348 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
5349 in order to better redirect mouse-2 clicks. Also allow default
5350 bindings to apply.
5351
5352 2006-10-03 Kim F. Storm <storm@cua.dk>
5353
5354 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
5355 (pushnew): Fix last change.
5356
5357 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
5358
5359 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
5360 Use the interactive spec of `eval-expression'.
5361
5362 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
5363
5364 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
5365
5366 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
5367
5368 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
5369 2006-09-28 commit.
5370
5371 2006-10-02 Kenichi Handa <handa@m17n.org>
5372
5373 * international/code-pages.el (iso-8859-6): Table fixed.
5374
5375 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
5376
5377 * dired.el (dired-build-subdir-alist): Fix previous change.
5378
5379 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se>
5380
5381 * simple.el (undo-elt-crosses-region): Fix the inequalities.
5382
5383 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5384
5385 * emacs-lisp/find-func.el (find-function-regexp): Don't match
5386 "define-button-type".
5387
5388 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
5389 they don't keep accumulating.
5390
5391 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
5392
5393 * ffap.el (ffap-rfc-path): Change the address of the RFC
5394 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
5395
5396 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
5397
5398 * allout.el (allout-expose-topic): Rectify implementation of "+"
5399 spec, so that bodies are not exposed with headlines.
5400
5401 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
5402
5403 * allout.el (allout-current-depth): Do aberrent check only at or
5404 below doublecheck depth.
5405 (allout-chart-subtree): Make it explicit that LEVELS being nil
5406 means unlimited depth. Drop undocumented support for LEVELS value
5407 t meaning unlimited depth. (This is consistent with
5408 allout-chart-to-reveal, but contrary to allout-show-children,
5409 which needs to use nil to default to depth of 1.)
5410 (allout-goto-prefix-doublechecked): Wrap long docstring line.
5411 (allout-chart-to-reveal): Be explicit in docstring about meaning
5412 of nil LEVELS, and drop support for LEVELS value t.
5413 (allout-show-children): Translate the level spec used by this
5414 routine to that used by allout-chart-subtree and
5415 allout-chart-to-reveal.
5416 (allout-show-to-offshoot): Retry once when stuck, after opening
5417 subtree - improvements in discontinuity handling likely will
5418 enable progress.
5419
5420 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
5421
5422 * wid-edit.el (widget-button-click-moves-point): New variable.
5423 (widget-button-click): If widget-button-click-moves-point is
5424 non-nil, set point after performing the button action
5425
5426 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
5427
5428 2006-09-30 Martin Rudalics <rudalics@gmx.at>
5429
5430 * files.el (find-file-existing): Modify to not allow wildcards.
5431
5432 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5433
5434 * simple.el (undo-more): When undo information for the region is
5435 exhausted, say "No further undo information FOR REGION".
5436
5437 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
5438
5439 * progmodes/sh-script.el (sh-prev-thing):
5440 Take `sh-leading-keywords' into account.
5441
5442 2006-09-29 Glenn Morris <rgm@gnu.org>
5443
5444 * custom.el (defcustom): Doc fix.
5445
5446 * calendar/calendar.el (european-calendar-style):
5447 Call european-calendar or american-calendar as needed when set.
5448 (diary-view-entries, list-calendar-holidays): Move autoloads
5449 before use.
5450
5451 2006-09-29 Juri Linkov <juri@jurta.org>
5452
5453 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
5454 to nil if there is no previous property change.
5455
5456 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5457
5458 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
5459 saving anything to be sure that `forward-sexp' behaves correctly.
5460
5461 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
5462
5463 * simple.el (line-move-finish): Ignore field boundaries if the
5464 initial and final points have the same `field' property.
5465
5466 2006-09-29 Kim F. Storm <storm@cua.dk>
5467
5468 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
5469 to t while calling ido-read-internal.
5470
5471 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
5472
5473 * textmodes/org.el (org-file-remote-p): Get regexp from list.
5474 (org-archive-subtree): Remove erraneous `]' from character list.
5475
5476 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
5477
5478 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
5479 (ses-reconstruct-all): Make undo of "insert row" work by keeping
5480 markers for data-area and parameters-area.
5481
5482 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5483
5484 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
5485
5486 * font-lock.el (font-lock-after-change-function): Refontify next line
5487 as well if end is at BOL.
5488 (font-lock-extend-jit-lock-region-after-change): Be more careful to
5489 only extend the region as much as needed.
5490
5491 2006-09-28 Richard Stallman <rms@gnu.org>
5492
5493 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
5494
5495 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
5496
5497 * international/mule.el (after-insert-file-set-coding):
5498 If VISIT, don't let set-buffer-multibyte make undo info.
5499
5500 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
5501
5502 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
5503 lines in base64-encoded authentication response.
5504
5505 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5506
5507 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
5508 (ebnf-version): New version 4.3.
5509 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
5510 (ebnf-prologue): Adjust PostScript programming.
5511 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
5512 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
5513
5514 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
5515
5516 * jit-lock.el (jit-lock-force-redisplay): Rename from
5517 jit-lock-fontify-again, and undo the mistaken change I've just done.
5518
5519 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
5520 (jit-lock-fontify-again): Don't refontify text that's not displayed.
5521
5522 2006-09-26 Kenichi Handa <handa@m17n.org>
5523
5524 * startup.el (display-splash-screen): Allow a prefix argument.
5525
5526 2006-09-25 Jason Rumney <jasonr@gnu.org>
5527
5528 * subr.el (shell-quote-argument): Use DOS logic for Windows
5529 shells with DOS semantics.
5530
5531 2006-09-24 Richard Stallman <rms@gnu.org>
5532
5533 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
5534 (compilation-goto-locus): Use compilation-goto-locus-delete-o
5535 to delete the overlay. Put it on pre-command-hook.
5536
5537 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
5538
5539 * startup.el (fancy-splash-screens, normal-splash-screen):
5540 Call the splash buffer *About GNU Emacs*.
5541
5542 * simple.el (next-error-highlight, next-error-highlight-no-select):
5543 Default to 0.5.
5544 (yank-excluded-properties): Add `fontified'.
5545
5546 * font-lock.el (font-lock-compile-keywords): Allow value of
5547 syntax-begin-function to enable paren-column-0 highlighting.
5548
5549 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
5550
5551 * dired.el (dired-build-subdir-alist): When file ends in colon,
5552 don't exit the loop, just disregard that file.
5553
5554 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
5555
5556 * simple.el (line-move-finish): Handle corner case for fields in
5557 continued lines.
5558 (line-move-1): Remove flawed test for that case.
5559
5560 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
5561
5562 * icomplete.el (icomplete-simple-completing-p): Use the correct
5563 name for the new variable, `icomplete-with-completion-tables'.
5564 (file local variables): Remove superfluous setting.
5565
5566 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
5567
5568 * calendar/appt.el (appt-check): Fix typo for appointments just
5569 after midnight.
5570
5571 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
5572
5573 * help.el (describe-key-briefly, describe-key): Don't expect an
5574 extra up event if a down-event is generated by a popup menu.
5575
5576 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
5577
5578 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
5579 local dictionary when changing the global dictionary.
5580
5581 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
5582
5583 * icomplete.el (icomplete-with-completion-tables): List of
5584 specialized completion tables with which icomplete should
5585 operate. Include the new `internal-complete-buffer', so icomplete
5586 works with interactive buffer-selection.
5587 (icomplete-simple-completing-p): Add acceptance of specialized
5588 completion tables listed in icomplete-with-completion-tables.
5589
5590 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5591
5592 * frame.el (focus-follows-mouse): Set default to nil on Mac.
5593
5594 * startup.el (command-line): Use `custom-reevaluate-setting' for
5595 `focus-follows-mouse'.
5596
5597 2006-09-22 Richard Stallman <rms@gnu.org>
5598
5599 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
5600 explain why Save is not available.
5601
5602 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
5603
5604 * woman.el (woman0-so): Use `let*', not `let'.
5605 (woman-horizontal-line): Remove unbalanced parenthesis.
5606
5607 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
5608
5609 * woman.el: Make sure all the end-of-region markers we use have
5610 a non-nil insertion-type.
5611 (woman0-so): Move things around so we can use copy-marker.
5612 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
5613 Adjust marker type.
5614 (woman2-process-escapes): Check marker type.
5615 (woman-horizontal-line): Dispense with the use of a marker.
5616
5617 2006-09-22 Jay Belanger <belanger@truman.edu>
5618
5619 * calc/calc-lang.el: Add Greek letters to math-variable-table
5620 property of tex.
5621
5622 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
5623
5624 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
5625
5626 2006-09-22 Masatake YAMATO <jet@gyve.org>
5627
5628 * add-log.el (add-log-current-defun): Use `forward-sexp'
5629 instead of `forward-word' to pick c++::symbol.
5630 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
5631
5632 2006-09-22 Kenichi Handa <handa@m17n.org>
5633
5634 * bindings.el: Fix setting self-insert-command for multibyte
5635 characters in global-map.
5636
5637 2006-09-21 David Kastrup <dak@gnu.org>
5638
5639 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
5640 doc string.
5641
5642 2006-09-21 Kenichi Handa <handa@m17n.org>
5643
5644 * language/european.el ("Latin-1"): Add windows-1252 to
5645 coding-priority.
5646 ("German"): Likewise.
5647
5648 2006-09-21 Kim F. Storm <storm@cua.dk>
5649
5650 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
5651 Suggested by Miles Bader.
5652
5653 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
5654 instead of add-to-list in the simple case.
5655
5656 2006-09-20 Kenichi Handa <handa@m17n.org>
5657
5658 * isearch.el (isearch-process-search-char): Cancel the previous change.
5659 (isearch-search-string): New function.
5660 (isearch-search): Use isearch-search-string.
5661 (isearch-lazy-highlight-search): Likewise.
5662
5663 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5664
5665 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
5666 string to become an option.
5667
5668 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5669
5670 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
5671
5672 2006-09-20 Kim F. Storm <storm@cua.dk>
5673
5674 * simple.el (line-move-partial): Call pos-visible-in-window-p with
5675 position t instead of trying both window-end and window-end - 1.
5676
5677 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
5678
5679 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
5680 hidden trees.
5681
5682 2006-09-20 David Kastrup <dak@gnu.org>
5683
5684 * mouse.el (mouse-posn-property): Improve doc string.
5685 (mouse-on-link-p): Change buffers for function calls on links.
5686
5687 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
5688 buffer is read-only.
5689
5690 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
5691
5692 * allout.el (allout-unprotected): Let inhibit-read-only only when
5693 buffer-read-only isn't set.
5694 (allout-annotate-hidden): Enable topic annotation during copies even
5695 when the buffer is read-only, eg for topic copies. Ensure that the loop
5696 advances, even when the span extends beyond the deletion region.
5697 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
5698 rather than allout-exposure-changed-hook, as a stronger assertion.
5699 (allout-keybindings-list): Add bindings for
5700 allout-copy-line-as-kill and allout-copy-topic-as-kill.
5701 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
5702 Copy wrappers for allout-kill-line and allout-kill-topic.
5703 (allout-listify-exposed): Position correctly to accumulate lines.
5704
5705 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
5706
5707 * simple.el (line-move-1): Escape field boundaries occurring
5708 exactly at point. Update goal column if constrained to a field.
5709 (line-move-finish): Escape field boundaries occurring exactly at point.
5710
5711 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5712
5713 * mouse.el (mouse-on-link-p): Tentatively fix last change.
5714 (mouse-drag-vertical-line): Remove unused var `wconfig'.
5715
5716 2006-09-19 Kim F. Storm <storm@cua.dk>
5717
5718 * help.el (describe-key-briefly, describe-key): Simplify printing
5719 of descriptions by using format and %S. Fix "is undefined"
5720 messages to say "at that spot" for mouse events.
5721
5722 * simple.el (line-move-partial): Optimize. Try window-line-height
5723 before posn-at-point to get vpos of current line.
5724
5725 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
5726
5727 * viper.el: Bump up version/date of update to reflect the substantial
5728 changes done in August 2006.
5729
5730 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
5731 are defined.
5732
5733 * ediff-util.el (ediff-add-to-history): New function.
5734
5735 * ediff.el: Use ediff-add-to-history instead of add-to-history.
5736
5737 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5738
5739 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
5740 Delete duplicate make-local-variable form.
5741 (conf-space-keywords): Add autoload cookie.
5742 Fix typo (`keywords', not `keyword').
5743
5744 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5745
5746 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
5747 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
5748 to x-gtk-use-old-file-dialog
5749
5750 2006-09-18 Richard Stallman <rms@gnu.org>
5751
5752 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
5753 that might come in during mouse tracking.
5754
5755 2006-09-18 Kim F. Storm <storm@cua.dk>
5756
5757 * simple.el (line-move-partial): Rework 2006-09-15 change to use
5758 new window-line-height function. Further optimize by not calling
5759 pos-visible-in-window-p for window-end when window-line-height
5760 returns useful information.
5761
5762 2006-09-16 Richard Stallman <rms@gnu.org>
5763
5764 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
5765 (conf-space-mode): Don't handle prefix arg.
5766 Delete conf-space-keywords-override code.
5767 Use add-hook.
5768 (conf-space-keywords): New command.
5769 (conf-space-mode-internal): Be careful with imenu-generic-expression.
5770 Delete conf-space-keywords-override code.
5771 (conf-space-keywords-alist): Doc fix.
5772 (conf-space-font-lock-keywords): Doc fix.
5773 (conf-space-keywords-override): Var deleted.
5774
5775 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
5776
5777 * startup.el (fancy-splash-screens): Don't switch to the scratch
5778 buffer; it may not be the next buffer.
5779
5780 2006-09-16 Romain Francoise <romain@orebokech.com>
5781
5782 * saveplace.el (load-save-place-alist-from-file): Use expanded name
5783 in both messages.
5784
5785 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
5786
5787 * progmodes/python.el (python-preoutput-filter):
5788 Fix arg order to string-match.
5789
5790 2006-09-16 Richard Stallman <rms@gnu.org>
5791
5792 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
5793 font-lock-compile-keywords.
5794
5795 * font-lock.el (font-lock-compile-keywords): Rename optional arg
5796 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
5797
5798 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5799
5800 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
5801
5802 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
5803 and the data doesn't look like UTF8, send STRING instead.
5804
5805 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
5806
5807 * textmodes/flyspell.el (flyspell-check-region-doublons):
5808 New function to detect duplicated words.
5809 (flyspell-large-region): Use it.
5810
5811 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
5812
5813 * simple.el (line-move-to-column): Revert 2006-08-03 change.
5814
5815 2006-09-16 Eli Zaretskii <eliz@gnu.org>
5816
5817 * help.el (describe-prefix-bindings): Use let, not let*.
5818
5819 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
5820
5821 * allout.el (allout-regexp, allout-line-boundary-regexp)
5822 (allout-bob-regexp): Correct grouping and boundaries to fix
5823 backwards traversal.
5824 (allout-depth-specific-regexp, allout-depth-one-regexp):
5825 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
5826 worse time in allout-ascend.
5827 (allout-doublecheck-at-and-shallower): Identify depth threshold
5828 below which topics are checked for and disqualified by containment
5829 discontinuities.
5830 (allout-hotspot-key-handler): Correctly handle multiple-key
5831 strokes. Remove some unused variables.
5832 (allout-mode-leaders): Clarify that mode-specific comment-start
5833 will be used.
5834 (set-allout-regexp): Correctly regexp-quote allout regexps to
5835 properly accept alternative header-leads and primary bullets with
5836 regexp-specific characters (eg, C "/*", mathematica "(*").
5837 Include new regular expressions among those configured.
5838 (allout-infer-header-lead-and-primary-bullet):
5839 Rename allout-infer-header-lead.
5840 (allout-recent-depth): Manifest as a variable as well as a function.
5841 (allout-prefix-data): Simplify into an inline instead of a macro,
5842 assuming current match data rather than being explicitly passed
5843 it. Establish allout-recent-depth value as well as
5844 allout-recent-prefix-beginning and allout-recent-prefix-end.
5845 (allout-aberrant-container-p): True when an item's immediate
5846 offspring discontinuously contained. Useful for disqualifying
5847 unintended topic prefixes, likely at low depths.
5848 (allout-goto-prefix-doublechecked): Elaborate version of
5849 allout-goto-prefix which disqualifies aberrant pseudo-items.
5850 (allout-pre-next-prefix): Layer on top of lower-level routines, to
5851 get disqualification of aberrant containers.
5852 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
5853 containers.
5854 (allout-beginning-of-current-entry): Position at start of buffer
5855 when in container (depth 0) entry.
5856 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
5857 (allout-current-bullet): Strip text properties.
5858 (allout-get-prefix-bullet): Use right match groups.
5859 (allout-beginning-of-line, allout-next-heading):
5860 Disqualify aberrant containers.
5861 (allout-previous-heading): Disqualify aberrant containers, and
5862 change to regular (rather than inline) function, to allow
5863 self-recursion.
5864 (allout-get-invisibility-overlay): Increment so progress is made
5865 when the first overlay is not the sought one.
5866 (allout-end-of-prefix): Disqualify aberrant containers.
5867 (allout-end-of-line): Cycle something like allout-beginning-of-line.
5868 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
5869 outline.el outlines) functional again. Change the primary bullet
5870 along with the header-lead - level 1 new-style bullets now work.
5871 Engage allout-before-change-handler in mainline Emacs, not just
5872 XEmacs, to do undo handling.
5873 (allout-before-change-handler): Expose undo changes occurring in
5874 hidden regions. Use allout-get-invisibility-overlay instead of
5875 reimplementing it inline.
5876 (allout-chart-subtree): Use start rather than end of prefix in
5877 charts. Use allout-recent-depth variable.
5878 (allout-chart-siblings): Disqualify aberrant topics.
5879 (allout-beginning-of-current-entry): Position correctly.
5880 (allout-ascend): Use new allout-depth-specific-regexp and
5881 allout-depth-one-regexp for linear instead of O(N^2) or worse
5882 behavior.
5883 (allout-ascend-to-depth): Depend on allout-ascend, rather than
5884 reimplementing an algorithm.
5885 (allout-up-current-level): Depend on allout-ascend, rather than
5886 reimplementing an algorithm. Return to start-point if we fail.
5887 (allout-descend-to-depth): Use allout-recent-depth variable
5888 instead of function.
5889 (allout-next-sibling): On traversal of numerous intervening
5890 topics, resort to economical allout-next-sibling-leap.
5891 (allout-next-sibling-leap): Specialized version of
5892 allout-next-sibling that uses allout-ascend cleverly, to depend on
5893 a regexp search to leap large numbers of contained topics, rather
5894 than arbitrarily many one-by-one traversals.
5895 (allout-next-visible-heading): Disqualify aberrant topics.
5896 (allout-previous-visible-heading): Position consistently when
5897 interactive.
5898 (allout-forward-current-level): Base on allout-previous-sibling
5899 rather than (differently) reimplmenting the algorithm. Remove some
5900 unused variables.
5901 (allout-solicit-alternate-bullet): Present default choice stripped
5902 of text properties.
5903 (allout-rebullet-heading): Use bullet stripped of text properties.
5904 Register changes using allout-exposure-change-hook.
5905 Disregard aberrant topics.
5906 (allout-shift-in): With universal-argument, make topic a peer of
5907 it's former offspring. Simplify the code by separating out
5908 allout-shift-out functionality.
5909 (allout-shift-out): With universal-argument, make offspring peers
5910 of their former container, and its siblings. Implement the
5911 functionality here, rather than inappropriately muddling the
5912 implementation of allout-shift-in.
5913 (allout-rebullet-topic): Respect additional argument for new
5914 parent-child separation function.
5915 (allout-yank-processing): Use allout-ascend directly.
5916 (allout-show-entry): Disqualify aberrant topics.
5917 (allout-show-children): Handle discontinuous children gracefully,
5918 extending the depth being revealed to expose them and posting a
5919 message indicating the situation.
5920 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
5921 Leave cursor in correct position.
5922 (allout-hide-current-subtree): Use allout-ascend directly.
5923 Disqualify aberrant topics.
5924 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
5925 a way that the yanks can restore it, as used to happen.
5926 (allout-yank-processing): Restore exposure layout as recorded by
5927 allout-kill-*, as used to happen.
5928 (allout-annotate-hidden, allout-hide-by-annotation): New routines
5929 for preseving and restoring exposure layout across kills.
5930 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
5931 (allout-encrypt-string): Strip text properties.
5932 Rearranged order and outline-headings for some of the
5933 miscellaneous functions.
5934 (allout-resolve-xref): No need to quote the error name in the
5935 condition-case handler section.
5936 (allout-flatten): Classic recursive (and recursively intensive,
5937 without tail-recursion) list-flattener, needed by allout-shift-out
5938 when confronted with discontinuous children.
5939
5940 2006-09-16 Jason Rumney <jasonr@gnu.org>
5941
5942 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
5943 on ms-windows.
5944 (dnd-open-unc-file): Remove.
5945 (dnd-open-local-file): Mention in doc string that it also handles
5946 remote files if the system natively supports unc file-names.
5947
5948 2006-09-15 Kim F. Storm <storm@cua.dk>
5949
5950 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
5951 all necessary information about the event before erasing *Help*.
5952
5953 * simple.el (line-move-partial): Use window-line-visiblity to
5954 quickly check whether last line is partially visible, and only do
5955 the hard (and slow) part in that case.
5956
5957 2006-09-15 Jay Belanger <belanger@truman.edu>
5958
5959 * COPYING: Replace "Library Public License" by "Lesser Public
5960 License" throughout.
5961
5962 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5963
5964 * term/x-win.el (x-menu-bar-open): New function for F10.
5965
5966 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
5967
5968 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5969 Disallow filenames containing " -" to avoid confusion with libtool
5970 compilation messages. Suggested by Stefan Monnier.
5971
5972 2006-09-15 David Kastrup <dak@gnu.org>
5973
5974 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
5975 instead of buffer position for `mouse-on-link-p'.
5976
5977 * mouse.el (mouse-posn-property): New function looking up the
5978 properties at a click position in overlays and text properties in
5979 either buffer or strings.
5980 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
5981 of both `follow-link' as well as `mouse-face' properties.
5982 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
5983 buffer position.
5984
5985 * help.el (describe-key-briefly): When reading a down-event on
5986 mode lines or scroll bar, swallow the following up event, too.
5987 Use the new mouse sensitity of `key-binding' for lookup.
5988 (describe-key): The same here.
5989
5990 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
5991
5992 * play/life.el (life-patterns): Add a few more interesting patterns.
5993 (life-setup): Force `show-trailing-whitespace' to nil.
5994
5995 2006-09-14 Richard Stallman <rms@gnu.org>
5996
5997 * startup.el (fancy-splash-text): Change text to improve alignment.
5998 (fancy-splash-screens): Don't set non-standard tab width.
5999 Bind cursor-type temporarily, and make it easy to patch to
6000 preserve the splash buffer.
6001 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
6002 (fancy-splash-screens): Display echo-area message explicitly.
6003 Don't set fancy-splash-help-echo.
6004
6005 * simple.el (line-number-mode): Group mode-line instead of
6006 editing-basics.
6007 (column-number-mode, size-indication-mode): Likewise.
6008
6009 * faces.el (mode-line-faces): Group mode-line instead of modeline.
6010
6011 * time.el (display-time): Group mode-line instead of modeline.
6012
6013 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
6014
6015 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
6016
6017 * startup.el (fancy-splash-text): Move editing instructions to
6018 fancy-splash-head.
6019 (fancy-splash-head): Issue editing instructions.
6020 (fancy-splash-screens): Fixup whitespace.
6021
6022 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6023
6024 * bindings.el (mode-line-buffer-identification-keymap):
6025 Remove duplicate line.
6026
6027 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6028
6029 * ido.el (ido-ignore-item-p): Allow any kind of functions in
6030 ignore lists.
6031
6032 2006-09-14 Kim F. Storm <storm@cua.dk>
6033
6034 * jit-lock.el (jit-lock-fontify-again): New function.
6035 (jit-lock-fontify-now): Use it instead of lambda form.
6036
6037 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
6038
6039 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
6040 (flyspell-auto-correct-word): Make ispell-filter local to these
6041 functions. Check that ispell-filter has new stuff before calling
6042 ispell-parse-output.
6043
6044 2006-09-13 Kim F. Storm <storm@cua.dk>
6045
6046 * simple.el (line-move-partial): Optimize.
6047
6048 2006-09-13 Richard Stallman <rms@gnu.org>
6049
6050 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
6051 Delete spurious backquote.
6052
6053 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
6054
6055 * net/rcirc.el (rcirc-print): Fix last change.
6056
6057 2006-09-12 Jay Belanger <belanger@truman.edu>
6058
6059 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
6060
6061 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
6062
6063 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
6064 rcirc-show-maximum-output.
6065 (rcirc-mode): Remove window-scroll-function hook.
6066 (rcirc-scroll-to-bottom): Remove function.
6067 (rcirc-print): Recenter so point stays at the bottom of the window
6068 if point was already there.
6069
6070 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6071
6072 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
6073 not to "t".
6074 * progmodes/compile.el (compilation-start): Likewise.
6075 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6076 Don't use expand-file-name on invocation-directory, since this
6077 might mishandle special characters in invocation-directory.
6078
6079 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6080
6081 * pcvs-defs.el: Remove * in defcustom's docstrings.
6082
6083 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
6084
6085 * progmodes/compile.el (compilation-directory-properties):
6086 Doc fix for help-echo.
6087
6088 2006-09-12 Lars Hansen <larsh@soem.dk>
6089
6090 * desktop.el (desktop-read): Add comment.
6091
6092 2006-09-12 Kim F. Storm <storm@cua.dk>
6093
6094 * simple.el (next-error-highlight, next-error-highlight-no-select):
6095 Fix spelling error.
6096
6097 * subr.el (sit-for): Rework to use input-pending-p and cond.
6098 Return nil input is pending on entry also for SECONDS <= 0.
6099 (while-no-input): Use input-pending-p instead of sit-for.
6100
6101 2006-09-11 Richard Stallman <rms@gnu.org>
6102
6103 * simple.el (next-error-highlight, next-error-highlight-no-select):
6104 Fix custom type and doc strings.
6105
6106 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6107
6108 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
6109 (diff-apply-hunk): Use it to ask for confirmation.
6110
6111 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6112
6113 * emacs-lisp/cl.el (pushnew): Add missing `,'.
6114
6115 2006-09-11 David Kastrup <dak@gnu.org>
6116
6117 * help.el (string-key-binding, describe-key-briefly)
6118 (describe-key): Remove `string-key-binding' and its callers since
6119 `key-binding' already caters for the proper lookup now.
6120
6121 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6122
6123 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
6124 (cfengine-mode): Use it. Fix \ syntax to be like /.
6125
6126 * bindings.el (mode-line-buffer-identification-keymap):
6127 Move initialization into declaration.
6128
6129 2006-09-10 Kim F. Storm <storm@cua.dk>
6130
6131 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
6132 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
6133 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
6134 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
6135
6136 2006-09-10 Richard Stallman <rms@gnu.org>
6137
6138 * dired-aux.el: Handle errors in recursive copy usefully.
6139 (dired-create-files-failures): New variable.
6140 (dired-copy-file): Remove condition-case.
6141 (dired-copy-file-recursive): Check for errors on all file
6142 operations, and add them to dired-create-files-failures.
6143 Check file file-date-erorr here too.
6144 (dired-create-files): Check dired-create-files-failures
6145 and report those errors too.
6146
6147 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
6148
6149 * subr.el (add-to-list): New argument COMPARE-FN.
6150
6151 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
6152
6153 * filecache.el (file-cache-add-directory)
6154 (file-cache-add-directory-list, file-cache-add-file)
6155 (file-cache-add-directory-using-find)
6156 (file-cache-add-directory-using-locate)
6157 (file-cache-add-directory-recursively): Add autoloads.
6158
6159 2006-09-09 Richard Stallman <rms@gnu.org>
6160
6161 * textmodes/conf-mode.el (conf-space-mode):
6162 Use hack-local-variables-hook instead of calling hack-local-variables.
6163 (conf-space-keywords-override): New variable.
6164 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
6165 (conf-space-mode): Always make conf-space-keywords and
6166 conf-space-keywords-override local.
6167 Call conf-space-mode-internal directly as well as via hook.
6168
6169 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
6170
6171 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
6172 quasi-keywords.
6173
6174 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6175
6176 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
6177 (python-send-string): Be slightly more careful about adding \n.
6178
6179 * startup.el (normal-splash-screen): Don't display the buffer if we'll
6180 kill it right away anyway.
6181
6182 2006-09-09 Eli Zaretskii <eliz@gnu.org>
6183
6184 * international/codepage.el (cp850-decode-table): Fix a few codes.
6185 (cp858-decode-table): New variable.
6186
6187 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6188
6189 * net/ldap.el (ldap-search-internal): Doc fix.
6190
6191 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6192
6193 * play/life.el (life-display-generation): Test for input manually if
6194 `sleeptime' is negative or null.
6195
6196 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
6197 (print-region-1): Substitute `%s' with the page title.
6198
6199 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
6200
6201 * locate.el (locate-current-search): New variable.
6202 (locate): Set buffer local value. Use current buffer if it is
6203 in Locate mode.
6204 (locate-mode): Disable undo here.
6205 (locate-do-setup): Use locate-current-filter from buffer to be killed.
6206 (locate-update): Use locate-current-search and locate-current-filter.
6207
6208 2006-09-08 David Kastrup <dak@gnu.org>
6209
6210 * desktop.el (desktop-read): When loading a desktop, disable
6211 saving it while the load progresses, and switch off a pending lazy
6212 load by calling `desktop-lazy-abort'.
6213
6214 2006-08-27 Martin Rudalics <rudalics@gmx.at>
6215
6216 * window.el (mouse-autoselect-window-timer)
6217 (mouse-autoselect-window-position)
6218 (mouse-autoselect-window-window)
6219 (mouse-autoselect-window-now): New vars.
6220 (mouse-autoselect-window-cancel)
6221 (mouse-autoselect-window-select)
6222 (mouse-autoselect-window-start): New functions.
6223 (handle-select-window): Call `mouse-autoselect-window-start' when
6224 delayed window autoselection is enabled.
6225
6226 * cus-start.el (mouse-autoselect-window): Handle delayed window
6227 autoselection.
6228
6229 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
6230 commands after which it is allowed to print in the echo area.
6231
6232 2006-09-08 Richard Stallman <rms@gnu.org>
6233
6234 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
6235
6236 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
6237 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
6238
6239 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
6240 (cancel-timer-internal): Add doc string.
6241 (cancel-function-timers): Doc fix.
6242 (with-timeout-handler, timer-event-last*): Add doc strings.
6243
6244 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
6245
6246 * files.el (risky-local-variable-p): Match ...-bindat-spec.
6247
6248 * dired.el (dired-log-summary): Add doc string.
6249
6250 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
6251 (custom-group-menu-create): Not here.
6252
6253 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
6254
6255 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
6256
6257 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6258
6259 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
6260 (mac-apple-event-map): Define its handler.
6261
6262 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6263
6264 * net/ldap.el (ldap-search-internal): Handle `auth' key.
6265
6266 2006-09-07 Magnus Henoch <mange@freemail.hu>
6267
6268 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
6269 clause.
6270
6271 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6272
6273 * info.el (Info-index): Bind completion-ignore-case.
6274
6275 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6276
6277 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
6278 previous commit.
6279 (inferior-prolog-guess-flavor): New fun left out of previous commit.
6280 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
6281 burp in dedicated windows.
6282 (inferior-prolog-self-insert-command): New command.
6283 (inferior-prolog-mode-map): Use it.
6284
6285 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
6286
6287 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
6288
6289 * international/code-pages.el: Add cp858.
6290
6291 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6292
6293 * dnd.el: Fix bootstrapping.
6294
6295 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6296
6297 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
6298 (dnd-open-remote-url): New function.
6299 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
6300 not windows-nt.
6301
6302 2006-09-07 Jason Rumney <jasonr@gnu.org>
6303
6304 * dnd.el (dnd-open-remote-file-function): New variable.
6305 (dnd-open-unc-file): New function.
6306 (dnd-open-file): Call dnd-open-remote-file-function if set.
6307
6308 2006-09-06 Daiki Ueno <ueno@unixuser.org>
6309
6310 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
6311 pgg-passphrase-coding-system rather than locale-coding-system.
6312 * pgg-def.el (pgg-passphrase-coding-system): New user option.
6313
6314 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6315
6316 * progmodes/prolog.el: Remove * in docstrings.
6317 (prolog-program-name): Add SWI prolog.
6318 (prolog-mode-menu): New menu.
6319 (prolog-mode): Set comment-add.
6320 (prolog-indent-line): Simplify. Use indent-line-to.
6321 (inferior-prolog-buffer): New var.
6322 (inferior-prolog-run, inferior-prolog-process): New funs.
6323 (run-prolog, switch-to-prolog): Rewrite, using them.
6324 (prolog-consult-region): Use inferior-prolog-buffer.
6325 (inferior-prolog-load-file): New function.
6326 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
6327
6328 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
6329 last word, if it's not the end of the paragraph.
6330
6331 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
6332 file name.
6333
6334 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
6335
6336 * frame.el (display-mm-dimensions-alist): New defcustom.
6337 (display-mm-height, display-mm-width): Use it.
6338
6339 2006-09-06 Simon Josefsson <jas@extundo.com>
6340
6341 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
6342
6343 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
6344
6345 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6346 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
6347 string values.
6348
6349 2006-09-06 Kim F. Storm <storm@cua.dk>
6350
6351 * simple.el (line-move-partial): New function to do vscrolling for
6352 partially visible images / tall lines. Rewrite based on code
6353 previously in line-move. Simplify backwards vscrolling.
6354 (line-move): Use it. Simplify.
6355
6356 2006-09-05 Kim F. Storm <storm@cua.dk>
6357
6358 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
6359
6360 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
6361
6362 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6363 Process the `gcc-include' after the `gnu' rule.
6364
6365 2006-09-05 Kim F. Storm <storm@cua.dk>
6366
6367 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
6368
6369 2006-09-05 Daiki Ueno <ueno@unixuser.org>
6370
6371 * pgg.el (pgg-clear-string): Alias to clear-string for backward
6372 compatibility.
6373
6374 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
6375 inhibit-redisplay; encode passphrase with locale-coding-system.
6376
6377 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6378
6379 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
6380
6381 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
6382
6383 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6384 (gdb-var-list-children-regexp): Make type field optional.
6385
6386 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
6387 e.g public, protected in C++.
6388
6389 2006-09-04 John Paul Wallington <jpw@pobox.com>
6390
6391 * simple.el (completion-show-help): New defcustom.
6392 (completion-setup-function): Heed it.
6393
6394 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6395
6396 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
6397
6398 2006-09-04 Richard Stallman <rms@gnu.org>
6399
6400 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
6401 (rsf-min-region-to-spam-list): Doc fix.
6402 (rsf-add-content-type-field): Doc fix.
6403
6404 * simple.el (kill-region): Explicitly test there is a region.
6405
6406 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
6407
6408 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
6409 sendmail in several common directories.
6410
6411 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
6412
6413 * paths.el (sendmail-program): Removed.
6414
6415 2006-09-04 Daiki Ueno <ueno@unixuser.org>
6416
6417 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
6418 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
6419 http://article.gmane.org/gmane.emacs.gnus.general/50457
6420
6421 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
6422
6423 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
6424 mark after running the menu filter.
6425
6426 2006-09-03 Juri Linkov <juri@jurta.org>
6427
6428 * international/quail.el (quail-defrule-internal): Add a check
6429 if a key is a vector.
6430
6431 2006-09-02 Juri Linkov <juri@jurta.org>
6432
6433 * man.el (Man-topic-history): New variable.
6434 (man): Use it.
6435
6436 * woman.el (woman-topic-history): Change defvar to defvaralias
6437 for symbol `Man-topic-history'.
6438
6439 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
6440 `comint-last-output-start' is a marker by using `markerp' and
6441 check if it has a position by using `marker-position', and use
6442 this position for `goto-char'.
6443
6444 * international/quail.el (quail-defrule-internal): Add missing
6445 `error' call for null key.
6446
6447 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
6448
6449 * rcirc.el (rcirc-keywords): New variable.
6450 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
6451 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
6452 variables.
6453 (rcirc-responses-no-activity): New function.
6454 (rcirc-handler-generic): Check for responses in above.
6455 (rcirc-process-command): Add ?: character to arguments of raw
6456 server commands.
6457 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
6458 `rcirc-dim-nicks'.
6459 (rcirc-gray-toggle): Remove unused variable.
6460 (rcirc-print): Remove some tracking logic, which is moved into
6461 markup functions.
6462 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
6463 types.
6464 (rcirc-activity-string): Look for 'keyword in activity-types.
6465 (rcirc-window-configuration-change): Don't erase overlay-arrow
6466 unnecessarily.
6467 (rcirc-add-or-remove): New function.
6468 (rcirc-cmd-ignore): Use it.
6469 (rcirc-message-leader): Remove unused function.
6470 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
6471 (rcirc-add-face): New function.
6472 (rcirc-facify): Use rcirc-add-face.
6473 (rcirc-url-regexp): Add parens.
6474 (rcirc-map-regexp): Remove function.
6475 (rcirc-mangle-regexp): Remove function.
6476 (rcirc-markup-text-functions): New variable.
6477 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
6478 (rcirc-markup-body-text, rcirc-markup-attributes)
6479 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
6480 (rcirc-markup-bright-nicks): New markup handler functions.
6481 (rcirc-nick-in-message-full-line): New face.
6482 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
6483 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
6484
6485 2006-09-02 Martin Rudalics <rudalics@gmx.at>
6486
6487 * cus-start.el (hscroll-margin, hscroll-step)
6488 (mode-line-in-non-selected-windows, mouse-autoselect-window)
6489 (x-use-underline-position-properties): Change version to "22.1"
6490 since they will appear there for the first time.
6491
6492 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
6493
6494 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
6495
6496 2006-08-31 Richard Stallman <rms@gnu.org>
6497
6498 * cus-edit.el (custom-save-variables): Slight cleanup.
6499 (Custom-no-edit): Renamed from custom-no-edit.
6500 (Custom-newline): Renamed from custom-newline.
6501 (custom-mode-map): Use new names.
6502
6503 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
6504 about customization, rather than M-x customize, in the doc string
6505 made for the defcustom.
6506
6507 * emacs-lisp/trace.el (trace-function-background): Doc fix.
6508
6509 2006-08-31 Romain Francoise <romain@orebokech.com>
6510
6511 * dired-x.el (dired-guess-shell-alist-default): Update.
6512
6513 2006-08-31 Michael Mauger <mmaug@yahoo.com>
6514
6515 * custom.el (custom-theme-set-variables): Autoload packages before
6516 sorting the variables.
6517
6518 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
6519
6520 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
6521 chars if XEmacs.
6522 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
6523
6524 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
6525
6526 * progmodes/python.el (python-eldoc-function): Re-enable quit while
6527 waiting for process.
6528
6529 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6530
6531 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
6532 results in ASCII-only string, encode original one directly.
6533
6534 2006-08-29 Romain Francoise <romain@orebokech.com>
6535
6536 * startup.el (normal-splash-screen, fancy-splash-screens):
6537 Make buffer read-only and arrange to enter view mode if necessary.
6538
6539 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
6540
6541 * hl-line.el (hl-line): New face.
6542 (hl-line-face): Use it.
6543
6544 * image-mode.el (image-mode): Fix last fix.
6545 Suggested by Kim F. Storm.
6546
6547 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
6548
6549 Sync with Tramp 2.0.54.
6550
6551 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
6552 of `=', because `tramp-get-remote-gid' might not always return an
6553 integer when expected.
6554 (tramp-register-file-name-handlers): `partial-completion-mode' is
6555 unknown to XEmacs.
6556 (tramp-time-diff): Don't use `floor', it might fail for large
6557 differences.
6558 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
6559 `tramp-auto-save-directory' if unset in order to guarantee unique
6560 auto-save file names.
6561
6562 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
6563
6564 * image-mode.el (image-mode): Display image as text on a terminal.
6565
6566 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6567
6568 * progmodes/python.el (python-send-command): Simplify.
6569 (run-python): Don't generate a new buffer unless `new' was specified.
6570 Make sure we send `import emacs' to the proper process.
6571
6572 * progmodes/python.el (python-send-command): Don't wait for the command
6573 to terminate. Don't fiddle with compilation-parsing-end.
6574
6575 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
6576
6577 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6578 Insert commentary after first line summary.
6579
6580 * woman.el (woman-follow): New function, based on `man-follow'.
6581 (woman-mode-map): Use it.
6582
6583 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
6584 since ibuffer-do-sort-by-recency does not define a sorter.
6585
6586 2006-08-28 Kim F. Storm <storm@cua.dk>
6587
6588 * find-dired.el (find-dired): Use shell-quote-argument to properly
6589 escape ( and ) args. Also use it on {} and ; args in default
6590 value of find-ls-option string.
6591 (find-grep-dired): Use shell-quote-argument on {} and ; args.
6592
6593 2006-08-27 Michael Olson <mwolson@gnu.org>
6594
6595 * emacs-lisp/tq.el: Small grammar fix in comments.
6596 (tq-enqueue): Check for existence of queue rather than the
6597 head queue item's question, which was a no-op.
6598 (tq-filter, tq-process-buffer): Make sure the process buffer
6599 exists before making it the current buffer.
6600
6601 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6602
6603 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
6604 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
6605 (special-event-map): Apply 2006-08-16 change for x-win.el.
6606
6607 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
6608
6609 * progmodes/python.el (python-send-receive): Wait in the
6610 process's buffer so as to check the right buffer-local variables.
6611
6612 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
6613
6614 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
6615 (defgroup checkdoc): Move to beginning.
6616
6617 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
6618 (python-preoutput-continuation): Remove.
6619 (python-preoutput-filter): Simplify correspondingly.
6620 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
6621 Loop around to catch embedded _emacs_out output.
6622 (run-python): Send the import&print command on a single line.
6623 (python-send-command): Send command&print on a single line.
6624 (python-send-string): Only add double \n if needed.
6625 (python-send-receive): Loop until the result comes.
6626 (python-mode-running): Defvar it.
6627 (python-setup-brm): Remove unused var `menu'.
6628 Only bind py-mode-map and `features' around brm-init.
6629 (python-calculate-indentation): Remove unused var `point'.
6630 (python-beginning-of-defun): Remove unused var `def-line'.
6631
6632 2006-08-25 Richard Stallman <rms@gnu.org>
6633
6634 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
6635
6636 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
6637
6638 * viper.el (viper-set-hooks): Use frame bindings for
6639 viper-vi-state-cursor-color.
6640 (viper-non-hook-settings): Don't set default
6641 mode-line-buffer-identification.
6642
6643 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
6644 (viper-set-cursor-color-according-to-state)
6645 (viper-get-saved-cursor-color-in-replace-mode)
6646 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
6647 viper-emacs-state-cursor-color.
6648
6649 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
6650 (viper-undo): Use point if undo-beg-posn is nil.
6651 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
6652 (viper-after-change-undo-hook): Don't use
6653 viper-emacs-state-cursor-color by default.
6654 (viper-undo): More sensible positioning after undo.
6655
6656 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
6657 (viper-emacs-state-cursor-color): Default to nil, since this feature
6658 doesn't work well yet.
6659
6660 * ediff-mult.el (ediff-intersect-directories)
6661 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
6662 always expand filenames.
6663
6664 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6665
6666 * tumme.el: Remove * in defcustoms's docstrings.
6667
6668 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
6669
6670 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
6671 Accept internal time format for SECS arg.
6672 (timer-relative-time): Doc fix.
6673
6674 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
6675 adapted from Martin Rudalics.
6676 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
6677 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
6678 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
6679 using sit-for.
6680
6681 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
6682
6683 * cus-start.el (all): Add `overline-margin' and
6684 `x-underline-at-descent-line'.
6685
6686 2006-08-24 Kim F. Storm <storm@cua.dk>
6687
6688 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
6689 to mean "use find -exec"; nil now unambiguously means auto-detect.
6690 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
6691 Use shell-quote-argument to build grep-find-command and
6692 grep-find-template.
6693 (rgrep): Use shell-quote-argument to properly quote arguments to find.
6694 Reported by Tom Seddon.
6695
6696 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
6697
6698 * startup.el (fancy-splash-head): Give instructions for dismissing
6699 the splash screen for default startup too.
6700 (display-startup-echo-area-message, fancy-splash-screens)
6701 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
6702 all splash text at once and keep the splash buffer around.
6703 (command-line-1): Give display-startup-echo-area-message a t arg.
6704
6705 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
6706
6707 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
6708 gnus frame is selected.
6709
6710 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
6711
6712 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
6713
6714 2006-08-22 Kim F. Storm <storm@cua.dk>
6715
6716 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
6717 Add suffix matching for subdirs.
6718
6719 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
6720
6721 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
6722 mouse-yank-at-point is non-nil.
6723
6724 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
6725
6726 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
6727 a bit wider and remove fringes to fit initial output on line.
6728
6729 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6730
6731 * frame.el (blink-cursor-end): Only ignore the error we care about.
6732 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
6733
6734 2006-08-21 Richard Stallman <rms@gnu.org>
6735
6736 * whitespace.el (whitespace-cleanup): Doc fix.
6737
6738 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
6739
6740 * net/rcirc.el (rcirc-show-maximum-output): New var.
6741 (rcirc-buffer-process): If no buffer argument is supplied, use
6742 current-buffer.
6743 (rcirc-complete-nick): Complete to the last completed nick first.
6744 (rcirc-mode): Preserve the value of `rcirc-urls' across
6745 connections. Setup scroll function.
6746 (rcirc-scroll-to-bottom): New function.
6747 (rcirc-print): Use nick syntax around regexp work.
6748 Notice dim-nicks speaking only if they say our nick.
6749 (rcirc-update-activity-string): Do not show the modeline indicator
6750 if there are no live rcirc processes.
6751 (rcirc-cmd-ignore): Ignore case.
6752 (rcirc-browse-url-at-point): Fix off-by-one error.
6753
6754 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
6755
6756 * progmodes/python.el: Remove * in defcustom docstrings.
6757 (run-python, python-proc, python-try-complete): Use derived-mode-p.
6758 (python-mode): Set tab-width and indent-tabs-mode.
6759
6760 2006-08-20 Dave Love <fx@gnu.org>
6761
6762 * progmodes/python.el: Update to Dave Love's latest version.
6763 (python-font-lock-keywords, python-mode): Don't use
6764 font-lock-syntax-table, but match symbol elements explicitly instead.
6765 (python-mode-map): Add help, and a few more key bindings.
6766 (python-skip-comments/blanks): Move out of comments as well.
6767 (python-continuation-line-p): Behave better with unbalanced parens.
6768 (python-blank-line-p): New fun.
6769 (python-open-block-statement-p): Don't use a heuristic.
6770 (python-outdent-p): Better handle blocks-in-the-same-line.
6771 (python-calculate-indentation): Misc improvements.
6772 (python-comment-indent): Remove.
6773 (python-block-pairs): New var.
6774 (python-first-word): New fun.
6775 (python-indentation-levels): Handle more common cases.
6776 (python-indent-line-1): Add `leave' argument.
6777 (python-indent-region): New fun.
6778 (python-skip-out): New fun.
6779 (python-beginning-of-statement, python-end-of-statement): Use it.
6780 (python-next-statement): Return correct count even at eob.
6781 (python-end-of-block): Fix paren-typo.
6782 (python-imenu-create-index): Add module variables.
6783 (run-python): Add `new' arg.
6784 Check we're at a prompt before returning.
6785 (python-send-command): Move to end of buffer.
6786 Wait for prompt to return.
6787 (python-set-proc): New fun.
6788 (python-imports): New var.
6789 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
6790 (python-eldoc-function): Try to move out of arg list.
6791 (python-outline-level): Offset by 1.
6792 (python-find-imports): New fun.
6793 (python-symbol-completions): Use python-imports.
6794 (python-module-path, ffap-alist): Add support for ffap.
6795 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
6796 (python-insert-*, python-default-template, python-expand-template):
6797 Add templates/skeletons.
6798 (python-setup-brm): Support for Bicycle Repair Man.
6799 (python-abbrev-syntax-table): New var.
6800 (python-abbrev-pc-hook, python-pea-hook): New funs.
6801
6802 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
6803
6804 * frame.el (blink-cursor-start): Set timer first.
6805 (blink-cursor-end): Ignore timer cancelling errors.
6806 Suggested by Ken Manheimer.
6807
6808 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
6809
6810 * newcomment.el (comment-box): Call `comment-normalize-vars'.
6811 Add autoload cookie.
6812
6813 2006-08-20 Richard Stallman <rms@gnu.org>
6814
6815 * simple.el (line-number-at-pos): Doc fix.
6816
6817 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
6818 timer-activate-when-idle, so timer can run before Emacs becomes
6819 non-idle again.
6820
6821 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
6822
6823 * whitespace.el (whitespace-cleanup-internal): New optional arg
6824 REGION-ONLY. If it's non-nil, modify the message to the user
6825 accordingly.
6826 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
6827 a non-nil argument.
6828
6829 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
6830
6831 * rect.el (spaces-string): Simplify and add doc string.
6832
6833 2006-08-17 Romain Francoise <romain@orebokech.com>
6834
6835 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
6836
6837 2006-08-17 Richard Stallman <rms@gnu.org>
6838
6839 * compare-w.el (compare-windows): lambda's take an arg and pass
6840 it to compare-windows-skip-whitespace.
6841
6842 2006-08-17 Martin Rudalics <rudalics@gmx.at>
6843
6844 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
6845 the right buffer.
6846
6847 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
6848
6849 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
6850 removed files.
6851
6852 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
6853
6854 * progmodes/gdb-ui.el (gdb-locals-watch-map)
6855 (gdb-locals-watch-map-1): Suppress keymap first.
6856 (gdb-edit-locals-map-1): New variable.
6857 (gdb-edit-locals-value): New function.
6858 (gdb-stack-list-locals-handler): Use them.
6859
6860 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
6861
6862 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
6863 cursor would normally be drawn in the fringe.
6864
6865 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
6866 Reported by Martin Rudalics <rudalics@gmx.at>.
6867
6868 2006-08-16 Richard Stallman <rms@gnu.org>
6869
6870 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
6871 (special-event-map): Process drag-n-drop events this way.
6872
6873 * simple.el (move-beginning-of-line): Test whether fields
6874 would prevent motion back to line's first visible character.
6875 If so, stop where the fields would stop the motion.
6876
6877 * newcomment.el (comment-indent): Fully update INDENT
6878 before checking to see if it will change the text.
6879
6880 * cus-edit.el (custom-newline): New function.
6881 (custom-mode-map): Bind newline to custom-newline.
6882
6883 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
6884 into ignore-whitespace.
6885 Check each buffer for its skip-function.
6886 Handle compare-windows-skip-whitespace special-case test
6887 by returning t from default skip function.
6888
6889 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
6890
6891 * textmodes/org.el (org-clock-special-range)
6892 (org-clock-update-time-maybe): New functions.
6893 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
6894 not only a-z.
6895 (org-agenda-get-blocks): Allow multiple blocks per headline.
6896 (org-timestamp-change): Call `org-clock-update-time-maybe'.
6897 (org-export-html-title-format)
6898 (org-export-html-toplevel-hlevel): New options.
6899 (org-export-language-setup): Add support for Czech.
6900 (org-mode, org-insert-todo-heading, org-find-visible)
6901 (org-find-invisible, org-invisible-p, org-invisible-p2)
6902 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
6903 (org-show-subtree, org-show-entry, org-make-options-regexp):
6904 Remove compatibility support for old outline-mode.
6905 (org-check-occur-regexp): Funtion removed.
6906 (org-on-heading-p, org-back-to-heading): Made defalias.
6907 (org-set-local): New defsubst.
6908 (org-set-regexps-and-options, org-mode)
6909 (org-set-font-lock-defaults, org-edit-agenda-file-list)
6910 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
6911 (org-remember-apply-template, org-table-edit-field)
6912 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
6913 (org-set-autofill-regexps): Use `org-set-local'.
6914 (org-table-eval-formula): Fix bug with parsing of display flags.
6915
6916 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
6917
6918 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
6919 frame with fringe arrow. Suggested by Simon Marshall
6920 <simon.marshall@misys.com>.
6921 (gdb-stack-position): New variable.
6922 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
6923 (gdb-frames-mode): Set gdb-stack-position to nil.
6924 Add to overlay-arrow-variable-list
6925 (gdb-reset): Delete gdb-stack-position from above list.
6926
6927 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6928
6929 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
6930 read only.
6931
6932 2006-08-13 Romain Francoise <romain@orebokech.com>
6933
6934 * cus-theme.el (customize-create-theme)
6935 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
6936
6937 * filesets.el (filesets-add-buffer): Ditto.
6938
6939 * pcvs.el (cvs-change-cvsroot): Ditto.
6940
6941 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
6942
6943 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
6944 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
6945 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
6946 expressions.
6947 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
6948 Only search till end of line.
6949 Add face to function names in case of no filename.
6950 Add face to variable names of watchpoints.
6951
6952 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
6953
6954 * cus-start.el <indent-tabs-mode>: Move to the `indent'
6955 customization group.
6956
6957 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
6958
6959 * allout.el (allout-prior-bindings, allout-added-bindings):
6960 Remove, after long deprecation.
6961 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
6962 Add customization vars controlling allout-beginning-of-line and
6963 allout-end-of-line conveniences.
6964 (allout-header-prefix, allout-use-mode-specific-leader)
6965 (allout-use-mode-specific-leader, allout-mode-leaders):
6966 Revise docstrings.
6967 (allout-infer-header-lead): Change to be an alias for
6968 allout-infer-header-lead-and-primary-bullet.
6969 (allout-infer-header-lead-and-primary-bullet): New version of
6970 allout-infer-header-lead which assigns the primary bullet to the
6971 same as the header lead, when its being changed.
6972 (allout-infer-body-reindent): Apply regexp-quote instead of
6973 unconditionally prepending "\\", so that all literal
6974 allout-header-prefix and allout-primary-bullet strings are
6975 properly handled.
6976 (allout-add-resumptions): Add optional qualifier for extending or
6977 appending to existing values, rather than replacing them.
6978 (allout-view-change-hook): Clarify docstring.
6979 (allout-exposure-change-hook): Take explicit arguments, via
6980 run-hook-with-args.
6981 (allout-structure-added-hook)
6982 (allout-structure-deleted-hook)
6983 (allout-structure-shifted-hook): New hooks analogous to
6984 allout-exposure-change-hook for other kinds of structural outline
6985 edits.
6986 (allout-encryption-plaintext-sanitization-regexps): New encryption
6987 customization variable, by which cooperating modes can provde
6988 massage of the plaintext without actually being passed it.
6989 (allout-encryption-ciphertext-rejection-regexps)
6990 (allout-encryption-ciphertext-rejection-ceiling): New encryption
6991 customization variables, by which cooperating modes can prohibit
6992 rare but possible ciphertext patterns from fouling their
6993 operation, with actually being passed the ciphertext.
6994 (allout-mode): Run activation and deactivation hooks after the
6995 minor-mode variable has been toggled, to clarify the mode
6996 disposition. The new encryption ciphertext rejection variable is
6997 used to ensure that the ciphertext does not contain text that
6998 would be recognized as outline structural elements by allout.
6999 Substite allout-beginning-of-line and allout-end-of-line for
7000 conventionall beginning-of-line and end-of-line bindings.
7001 If allout-old-style-prefixes is non-nil, don't nullify it on mode
7002 activation!
7003 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
7004 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
7005 (allout-chart-subtree): Implement new mode, charting only the
7006 visible items in the subtree, when new 'visible' parameter is non-nil.
7007 (allout-end-of-subtree): Properly handle the last item in the buffer.
7008 (allout-pre-command-business, allout-command-counter):
7009 Increment an advertised counter so that cooperating enhancements can
7010 track revisions of items.
7011 (allout-open-topic): Run allout-structure-added-hook with suitable
7012 arguments.
7013 (allout-shift-in): Run allout-structure-shifted-hook with suitable
7014 arguments.
7015 (allout-shift-out): Fix doubling for negative args and ensure call
7016 of allout-structure-shifted-hook by solely using allout-shift-in.
7017 (allout-kill-line, allout-kill-topic):
7018 Run allout-structure-deleted-hook with suitable arguments.
7019 (allout-yank-processing): Run allout-structure-added-hook with
7020 proper arguments.
7021 (allout-yank): Enclose activity in allout-unprotected.
7022 (allout-flag-region): Run allout-exposure-change-hook with
7023 suitable arguments, instead of making the callee infer the arguments.
7024 (allout-encrypt-string):
7025 Support allout-encryption-plaintext-sanitization-regexps,
7026 allout-encryption-ciphertext-rejection-regexps, and
7027 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
7028 en/de cryption mode in symmetric encryption failure message.
7029 (allout-obtain-passphrase): Use copy-sequence to get a distinct
7030 copy of the passphrase, and don't zero it or we'll corrupt the
7031 stashed copy.
7032 (allout-create-encryption-passphrase-verifier)
7033 (allout-verify-passphrase): Respect the new signature for
7034 allout-encrypt-string.
7035 (allout-get-configvar-values): Convenience for getting a
7036 configuration variable value and handling its absence gracefully.
7037
7038 2006-08-11 Romain Francoise <romain@orebokech.com>
7039
7040 * obsolete/zone-mode.el: Delete.
7041
7042 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
7043
7044 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
7045
7046 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
7047
7048 * emacs-lisp/bindat.el (bindat-ip-to-string):
7049 Use `format-network-address' if possible.
7050
7051 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7052
7053 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
7054
7055 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
7056
7057 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
7058 restore unread-command-events here.
7059 (edebug-display): Do it here, to detect sit-for interruptions.
7060
7061 2006-08-10 Romain Francoise <romain@orebokech.com>
7062
7063 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
7064 (dns-mode-soa-auto-increment-serial): New user option.
7065 (dns-mode-soa-maybe-increment-serial): New function.
7066 (dns-mode): Add the latter to `write-contents-functions'.
7067
7068 * obsolete/zone-mode.el: Move to obsolete/ from net/.
7069 Delete autoload cookies.
7070
7071 2006-08-10 John Wiegley <johnw@newartisans.com>
7072
7073 * eshell/em-glob.el (eshell-glob-chars-list)
7074 (eshell-glob-translate-alist): Add support for [^g] in character globs.
7075
7076 2006-08-10 Richard Stallman <rms@gnu.org>
7077
7078 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
7079 (facemenu-set-face): Doc fix.
7080 (facemenu-listed-faces): Doc fix.
7081
7082 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
7083
7084 * avoid.el (mouse-avoidance-animating-pointer): New var.
7085 (mouse-avoidance-nudge-mouse): Use it.
7086 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
7087 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
7088 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
7089 Don't activate if currently animating. All callers changed.
7090
7091 2006-08-09 John Wiegley <johnw@newartisans.com>
7092
7093 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
7094 variable, which causes timeclock to report elapsed time worked,
7095 instead of just work remaining.
7096
7097 2006-08-09 Kenichi Handa <handa@m17n.org>
7098
7099 * international/latexenc.el (latexenc-find-file-coding-system):
7100 Fix for the case that the 2nd element of arg-list is a cons.
7101
7102 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
7103
7104 * info.el (Info-fontify-node): Handle preceding `in' for note
7105 reference hiding rules.
7106
7107 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7108
7109 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
7110 mistake a closing " for an opening one.
7111
7112 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7113
7114 * term/xterm.el (terminal-init-xterm): Add more key bindings.
7115
7116 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7117
7118 * complete.el (PC-do-completion): Filter out completions matching
7119 completion-ignored-extensions before checking whether there are
7120 multiple completions.
7121 Don't use `list' unnecessarily when building completion tables.
7122
7123 2006-08-06 Richard Stallman <rms@gnu.org>
7124
7125 * help.el (describe-mode): Make minor mode list more concise.
7126
7127 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
7128
7129 * bindings.el: Give mode-line-format, mode-line-modes, and
7130 mode-line-position `standard-value' properties.
7131
7132 2006-08-05 Eli Zaretskii <eliz@gnu.org>
7133
7134 * buff-menu.el (list-buffers-noselect): For Info buffers, use
7135 "(file)node" instead of the file name.
7136
7137 2006-08-05 Richard Stallman <rms@gnu.org>
7138
7139 * faces.el (escape-glyph): Doc fix.
7140
7141 2006-08-04 Kenichi Handa <handa@m17n.org>
7142
7143 * international/mule-diag.el (describe-font): Improve docstring
7144 and error message. Use frame-parameter (not frame-parameters).
7145
7146 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7147
7148 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
7149 Correctly mark the end-of-docstring char.
7150
7151 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
7152
7153 * simple.el (line-move-to-column): Constrain move-to-column to
7154 current field.
7155
7156 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7157
7158 * font-lock.el (font-lock-beg, font-lock-end)
7159 (font-lock-extend-region-functions): New vars.
7160 (font-lock-extend-region-multiline)
7161 (font-lock-extend-region-wholelines): New functions.
7162 (font-lock-default-fontify-region): Use them.
7163 (font-lock-extend-jit-lock-region-after-change): Only round up
7164 if font-lock-default-fontify-region will do it as well.
7165
7166 * font-lock.el (font-lock-extend-after-change-region-function):
7167 Rename from font-lock-extend-region-function.
7168 (font-lock-extend-region): Remove by inlining at call sites.
7169 (font-lock-after-change-function): Don't needlessly round up to a whole
7170 number of lines.
7171 (font-lock-extend-jit-lock-region-after-change): Be more careful about
7172 the boundary conditions and the interactions between the various ways
7173 to extend the region.
7174
7175 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
7176
7177 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
7178 modification status when forcing the second redisplay.
7179
7180 2006-08-03 Kim F. Storm <storm@cua.dk>
7181
7182 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
7183
7184 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
7185
7186 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
7187 doesn't look like a file name.
7188
7189 * complete.el (PC-expand-many-files): Avoid signalling an error when
7190 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
7191
7192 2006-08-02 Andreas Schwab <schwab@suse.de>
7193
7194 * bindings.el (mode-line-format): Simplify reference to vc-mode.
7195
7196 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
7197
7198 * bindings.el (map): Make mode-line-buffer-identification-keymap
7199 before defining propertized-buffer-identification.
7200
7201 2006-08-01 Richard Stallman <rms@gnu.org>
7202
7203 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
7204
7205 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
7206
7207 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
7208 default value.
7209 (gdb-find-source-frame): New function.
7210 (menu): Add to menu bar.
7211
7212 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
7213
7214 * font-core.el (font-lock-extend-region-function)
7215 (font-lock-extend-region): Move to font-lock.el.
7216
7217 * font-lock.el (font-lock-extend-region-function)
7218 (font-lock-extend-region): Move from font-core.el. Simplify.
7219
7220 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
7221 if needed.
7222 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
7223 (jit-lock-after-change-extend-region-functions): New hook.
7224 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
7225
7226 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
7227 (font-lock-turn-on-thing-lock): Use it.
7228
7229 * longlines.el (longlines-show-region): Make it work on read-only
7230 buffers as well.
7231
7232 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
7233
7234 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
7235
7236 2006-07-31 Richard Stallman <rms@gnu.org>
7237
7238 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
7239 (vhdl-speedbar-display-projects): Update old obsolete
7240 speedbar variable names.
7241
7242 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
7243
7244 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
7245 (gdb-stopped): Use it.
7246
7247 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
7248
7249 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
7250
7251 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
7252 for load-history elements.
7253
7254 2006-07-29 Eli Zaretskii <eliz@gnu.org>
7255
7256 * files.el (convert-standard-filename): For Cygwin, replace
7257 characters not allowed in Windows file names.
7258 (make-auto-save-file-name): Add Cygwin to the list of systems
7259 where the auto-save file name needs to be run through
7260 convert-standard-filename.
7261
7262 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
7263
7264 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
7265
7266 2006-07-28 Richard Stallman <rms@gnu.org>
7267
7268 * bindings.el (mode-line-frame-identification)
7269 (propertized-buffer-identification): Centralize the code
7270 to initialize the variable.
7271
7272 * progmodes/grep.el (grep-default-command): Catch errors from
7273 wildcard-to-regexp.
7274
7275 2006-07-29 Kim F. Storm <storm@cua.dk>
7276
7277 * progmodes/grep.el (grep-tag-default): New function.
7278 (grep-default-command, grep-read-regexp): Use it.
7279 (grep-read-files): Use car of grep-files-history or grep-files-aliases
7280 as default if nothing else applies.
7281
7282 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
7283
7284 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
7285 Throw error if buffer is not in Dired and Wdired mode, respectively.
7286
7287 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
7288
7289 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
7290 self-insert-command keys don't activate buttons.
7291 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
7292
7293 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
7294
7295 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
7296 faces for enable character.
7297
7298 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
7299
7300 * Makefile.in (recompile): Update comment to reflect change
7301 on 2004-04-21.
7302
7303 2006-07-27 Richard Stallman <rms@gnu.org>
7304
7305 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
7306 (customize-package-emacs-version): Change msg when pkg has no entry.
7307 (custom-no-edit): On a button, do like widget-button-press.
7308
7309 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7310
7311 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
7312 S-tab and C-S-tab.
7313
7314 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
7315
7316 * progmodes/which-func.el (which-function): Fix documentation/
7317 comment typo.
7318
7319 2006-07-26 Richard Stallman <rms@gnu.org>
7320
7321 * textmodes/ispell.el (ispell-word): If we replace the word,
7322 move point to the end. Insert before deleting.
7323
7324 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
7325
7326 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
7327 a timer.
7328
7329 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
7330
7331 * tumme.el (tumme-backward-image): Add prefix argument. Add error
7332 when at first image.
7333 (tumme-forward-image): Add prefix argument. Add error when at last
7334 image.
7335
7336 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7337
7338 * tabify.el (tabify-regexp): Use more specific regexps.
7339 (tabify): Avoid modifying the buffer unnecessarily.
7340
7341 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
7342
7343 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
7344 (tumme-format-properties-string): Handle empty `buf'.
7345 (tumme-get-comment): Change variable names inside `let'.
7346 Add missing `let' variable that cause font-lock problems.
7347 (tumme-write-comments): Change variable names inside `let'.
7348 Add missing `let' variable that cause font-lock problems.
7349 (tumme-forward-image): Rename from `tumme-forward-char'.
7350 (tumme-backward-image): Rename from `tumme-backward-char'.
7351
7352 2006-07-25 Masatake YAMATO <jet@gyve.org>
7353
7354 * progmodes/ld-script.el (ld-script-keywords)
7355 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
7356 and add comments.
7357
7358 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
7359
7360 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
7361 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
7362 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
7363 for status indicator.
7364
7365 2006-07-24 Richard Stallman <rms@gnu.org>
7366
7367 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
7368
7369 * subr.el (dolist, dotimes): Use interned symbols for locals.
7370 (--dotimes-limit--, --dolist-tail--): New defvars.
7371 (looking-back): Doc fix.
7372
7373 * replace.el (replace-match-string-symbols): Handle dotted lists.
7374
7375 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
7376
7377 * tumme.el (tumme-write-tags): Add.
7378 (tumme-write-comments): Add.
7379 (tumme-tag-files): Change to use `tumme-write-tags'.
7380 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
7381 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
7382 (tumme-save-information-from-widgets): Change to use
7383 `tumme-write-comments' and `tumme-write-tags'.
7384 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
7385 (tumme-write-tag): Remove.
7386 (tumme-write-comment): Remove.
7387 (tumme-display-previous-thumbnail-original): Remove empty line.
7388 (tumme-widget-list): Add punctuation.
7389
7390 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
7391
7392 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
7393
7394 2006-07-24 Daiki Ueno <ueno@unixuser.org>
7395
7396 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7397 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
7398 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
7399
7400 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
7401
7402 * mouse.el (mouse-on-link-p): Doc fix.
7403
7404 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
7405
7406 * emacs-lisp/find-func.el (find-function-search-for-symbol):
7407 Handle "C-h f `".
7408
7409 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7410
7411 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
7412 column.
7413
7414 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
7415
7416 * textmodes/table.el: Add move-beginning-of-line and
7417 move-end-of-line to Point Motion Only Group.
7418
7419 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
7420
7421 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
7422
7423 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7424
7425 * startup.el (user-mail-address): Initialize from the `EMAIL'
7426 environment variable first. Document this.
7427 (command-line): Ditto.
7428
7429 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
7430
7431 * help-mode.el (help-function-def, help-variable-def)
7432 (help-face-def): Print a message in the minibuffer.
7433
7434 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7435
7436 * term/xterm.el (terminal-init-xterm): Fix key bindings
7437 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
7438
7439 2006-07-21 Eli Zaretskii <eliz@gnu.org>
7440
7441 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
7442 where `(nth 1 command)' is a cons cell. Doc fix.
7443
7444 * textmodes/po.el (po-find-charset): Doc fix.
7445
7446 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
7447
7448 * allout.el (allout-unprotected, allout-e-o-prefix-p)
7449 (allout-beginning-of-current-line, allout-end-of-current-line)
7450 (allout-next-visible-heading, allout-open-topic)
7451 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
7452 (allout-flag-current-subtree, allout-show-to-offshoot)
7453 (allout-hide-current-entry, allout-show-current-branches)
7454 (allout-hide-region-body, allout-old-expose-topic)
7455 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
7456 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
7457 containing `beginning-of-line' and `end-of-line' with
7458 `inhibit-field-text-motion' t.
7459
7460 2006-07-21 Eli Zaretskii <eliz@gnu.org>
7461
7462 * frame.el (focus-follows-mouse): Document that it doesn't have
7463 any effect on MS-Windows.
7464
7465 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7466
7467 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
7468
7469 2006-07-20 Jay Belanger <belanger@truman.edu>
7470
7471 * calc.el (calc-previous-alg-entry): Remove variable.
7472
7473 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
7474 New variables.
7475 (calc-alg-entry): Use `calc-alg-entry-history'.
7476 (calc-do-quick-calc): Use `calc-quick-calc-history'.
7477 Remove reference to `calc-previous-alg-entry'.
7478 (calcAlg-edit, calcAlg-enter): Remove reference to
7479 `calc-previous-alg-entry'.
7480 (calcAlg-previous): Use `previous-history-element' instead of
7481 `calc-previous-alg-entry'.
7482 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
7483 Change keybinding for `calcAlg-plus-minus', add keybindings for
7484 `previous-history-element' and `next-history-element'.
7485
7486 * calc-rewr.el (calc-match): Remove reference to
7487 `calc-previous-alg-entry'.
7488
7489 * calc-sel.el (calc-selection-history): New variable.
7490 (calc-enter-selection, calc-sel-mult-both-sides)
7491 (calc-sel-add-both-sides): Use `calc-selection-history'.
7492
7493 * calc-map.el (calc-get-operator-history): New variable.
7494 (calc-get-operator): Use `calc-get-operator-history'.
7495
7496 * calcalg3.el (calc-curve-fit-history): New variable.
7497 (calc-curve-fit): Use `calc-curve-fit-history'.
7498
7499 2006-07-20 Kenichi Handa <handa@m17n.org>
7500
7501 * international/mule-cmds.el (select-safe-coding-system): Fix the
7502 way of deciding eol-type of the coding system.
7503
7504 2006-07-20 Alan Mackenzie <acm@muc.de>
7505
7506 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
7507 (c-lang-setvar): New macro.
7508 (c-make-init-lang-vars-fun): Use the initialization forms in
7509 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
7510 (comment-start, comment-end, comment-start-skip): Change these from
7511 c-lang-defvar's to c-lang-setvar's.
7512
7513 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
7514 which calls make-local-variable on the elements of
7515 c-emacs-variable-inits.
7516 (c-init-language-vars-for): Call this new macro.
7517
7518 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7519
7520 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
7521 Try to rule out false positives due to time stamps.
7522 (compilation-mode-font-lock-keywords): Remove rules made redundant
7523 because of the above change. Add `segmentation fault' to the known and
7524 highlighted compilation termination messages.
7525
7526 2006-07-19 Kim F. Storm <storm@cua.dk>
7527
7528 * progmodes/grep.el (grep-find-ignored-directories):
7529 Add .svn and _darcs to list.
7530
7531 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
7532
7533 * dired.el (dired-mode-map): Add key binding `C-te' for
7534 `tumme-dired-edit-comment-and-tags'.
7535
7536 * tumme.el (tumme-display-thumbnail-original-image): Make sure
7537 image display buffer is displayed before call to
7538 `tumme-display-image.
7539 (tumme-dired-display-image): Make sure image display buffer is
7540 displayed before call to `tumme-display-image.
7541 (tumme-mouse-display-image): Make sure image display buffer is
7542 displayed before call to `tumme-display-image.
7543 (tumme-widget-list): Add.
7544 (tumme-dired-edit-comment-and-tags): Add.
7545 (tumme-save-information-from-widgets): Add.
7546
7547 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7548
7549 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
7550
7551 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
7552
7553 * progmodes/sh-script.el (sh-font-lock-keywords-1):
7554 Revert inadvertently installed patch hunk.
7555
7556 * progmodes/compile.el (compilation-find-file): Handle the
7557 cases where the user selects a non-existent file.
7558
7559 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
7560
7561 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
7562
7563 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
7564
7565 * subr.el (sit-for): Just sleep-for if noninteractive.
7566
7567 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7568
7569 * emacs-lisp/autoload.el (make-autoload): Use new arg.
7570
7571 * custom.el (custom-autoload): Add `noset' argument.
7572 (custom-push-theme): Don't autoload the variable, let callers do it.
7573 (custom-theme-set-variables): Autoload the variable if necessary.
7574
7575 * cus-edit.el (custom-variable-state-set): If the variable was
7576 originally set outside custom, but to the same value as the default,
7577 consider it to be standard.
7578
7579 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
7580 file *before* telling Emacs to add the autoloads, in case it fails.
7581
7582 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
7583 Use `cond', push', and `dolist'.
7584
7585 2006-07-17 Richard Stallman <rms@gnu.org>
7586
7587 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
7588 Add defvars to silence warnings.
7589
7590 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
7591
7592 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7593 Don't highlight "Compiling file" messages as error.
7594
7595 * dired-aux.el (dired-compress-file): Confirm again if gzipped
7596 file already exists.
7597
7598 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
7599
7600 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
7601 entry, don't assign to free var; simply return the extracted filename.
7602 (ff-treat-as-special): Incorporate common preamble from callers.
7603 (ff-other-file-name, ff-find-the-other-file):
7604 Update call to ff-treat-as-special.
7605
7606 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
7607
7608 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
7609
7610 * tumme.el (tumme-get-comment): Fix bug.
7611
7612 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
7613
7614 * files.el: Remove spurious * in docstrings.
7615
7616 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
7617
7618 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
7619 grammar.
7620 (allout-beginning-of-current-line): Beware beginning of buffer.
7621 Also, a comment is simplified.
7622 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
7623 when appropriate. (This fix enables use for other than
7624 bullet-hotspot operation.)
7625 (allout-hide-current-subtree): While escalating to sibling-close,
7626 make sure to situate on a topic.
7627
7628 2006-07-14 Kim F. Storm <storm@cua.dk>
7629
7630 * emulation/cua-base.el (cua-delete-selection)
7631 (cua-toggle-set-mark): New defcustoms.
7632 (cua-rectangle-modifier-key): Add `alt' modifier.
7633 (cua-replace-region): Don't delete if cua-delete-selection is nil.
7634 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
7635 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
7636
7637 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
7638
7639 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
7640
7641 * allout.el: Require 'cl during byte-compilation/interactive load,
7642 for the `assert' macro.
7643 (allout-mode-deactivate-hook): New hook, run when allout mode
7644 deactivates.
7645 (allout-developer): New allout customization subgroup.
7646 (allout-run-unit-tests-on-load): New allout-developer
7647 customization variable, when true allout unit tests are run towards
7648 end of file load/eval.
7649 (allout-inhibit-auto-fill): Disable auto-fill activity even during
7650 auto-fill-mode.
7651 (allout-resumptions): Remove, to be replaced by...
7652 (allout-add-resumptions): Register variable settings to be
7653 reinstated by `allout-do-resumptions'. The settings are made
7654 buffer-local, but the locality/globality of the suspended setting
7655 is restored on resumption.
7656 (allout-do-resumptions): Reinstate all settings suspended using
7657 `allout-add-resumptions'.
7658 (allout-test-resumptions): Unit tests (and intermediate variables)
7659 for resumptions.
7660 (allout-tests-globally-unbound, allout-tests-globally-true)
7661 (allout-tests-locally-true): Intermediate variables for
7662 resumptions unit tests.
7663 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
7664 (allout-exposure-category): Replaces 'allout-overlay-category variable.
7665 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
7666 instead of retired `allout-resumptions'. For hook functions, use
7667 `local' parameter so hook settings are created and removed as
7668 buffer-local settings. Revise (resumptions) setting
7669 auto-fill-function so it is set only if already active. (The
7670 related fill-function settings are all made in either case, so
7671 that activating auto-fill-mode activity will have the custom
7672 allout-mode behaviors (hanging indent on topics, if configured for it).
7673 Remove all allout-exposure-category overlays on mode deactivation.
7674 (allout-hotspot-key-handler): New function extracted from
7675 `allout-pre-command-business', so the functionality can be used
7676 for other purposes, eg as a binding in an overlay.
7677 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
7678 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
7679 customization variable.
7680 (allout-run-unit-tests): Run the (currently quite small)
7681 repertoire of unit tests. Called just before the provide iff user
7682 has customized `allout-run-unit-tests-on-load' non-nil.
7683
7684 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
7685
7686 * emacs-lisp/authors.el (authors-aliases): Update.
7687
7688 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
7689
7690 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
7691 gdb-source-window. Add dedicated argument.
7692 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
7693 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
7694 (gdb-display-threads-buffer, gdb-display-memory-buffer)
7695 (gdb-display-locals-buffer): Use it.
7696
7697 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
7698 Set gdb-source-window.
7699
7700 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
7701
7702 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
7703 minor modes, redundant with the custom-autoload line above.
7704
7705 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
7706
7707 * longlines.el (longlines-post-command-function): Handle open-line too.
7708
7709 2006-07-12 Richard Stallman <rms@gnu.org>
7710
7711 * progmodes/grep.el (grep-last-buffer): Doc fix.
7712
7713 * info.el (Info-try-follow-nearest-node): Doc fix.
7714
7715 * emacs-lisp/edebug.el (edebug-instrument-function):
7716 Err if find-function-noselect gives no position.
7717
7718 * emacs-lisp/find-func.el (find-function-search-for-symbol):
7719 If can't find definition, return nil for position.
7720 (find-function-do-it): Handle new return value
7721 of find-definition-noselect.
7722 (find-definition-noselect, find-variable-noselect): Doc fix.
7723 (find-function-noselect): Doc fix.
7724
7725 * help-mode.el (help-variable-def): Handle find-variable-noselect
7726 returning no position.
7727 (help-function-def): Likewise for find-function-search-for-symbol.
7728 (help-face-def): Likewise.
7729
7730 * help-fns.el (describe-variable): Handle find-variable-noselect
7731 returning no position.
7732
7733 * files.el (locate-file-completion): Avoid duplicates in result.
7734
7735 * cus-edit.el (custom-no-edit): New command.
7736 (custom-mode-map): Remap to custom-no-edit instead of
7737 using suppress-keymap.
7738
7739 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
7740
7741 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
7742 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
7743 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
7744
7745 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
7746
7747 2006-07-11 Kim F. Storm <storm@cua.dk>
7748
7749 * ido.el (ido-copy-current-file-name): Use buffer-name if
7750 buffer-file-name is nil.
7751
7752 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
7753
7754 * simple.el (undo-ask-before-discard): Set to nil.
7755
7756 * vc.el (vc-exec-after): Don't delete process manually.
7757 (vc-print-log): Run log-view-mode in process sentinel inside
7758 inhibit-read-only. Don't shrink window due to timing issues.
7759
7760 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
7761 Avoid using with-output-to-temp-buffer, which clobbers local vars.
7762
7763 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
7764
7765 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7766 Fix ambiguity introduced by last change.
7767 (compilation-find-file): Move save-excursion to where it may
7768 make sense. Fix a left over `find-file'.
7769
7770 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
7771
7772 * textmodes/texinfmt.el (texinfo-format-separate-node):
7773 Insert a string before point, which fits documentation, not after.
7774 (texinfo-multitable-item): In a multitable row, insert any
7775 additional needed @tabs and spaces.
7776
7777 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
7778
7779 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
7780 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
7781 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
7782 instead of shell-command.
7783 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
7784 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
7785 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
7786 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
7787 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
7788 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
7789
7790 2006-07-11 Kim F. Storm <storm@cua.dk>
7791
7792 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
7793 Remove special case for seconds < 0. Use (redisplay t) instead.
7794
7795 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
7796
7797 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
7798 avoid compilation error.
7799
7800 * subr.el (sit-for): New function.
7801
7802 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
7803
7804 2006-07-10 Richard Stallman <rms@gnu.org>
7805
7806 * ldefs-boot.el (edebug): Update page.
7807
7808 2006-07-10 Kim F. Storm <storm@cua.dk>
7809
7810 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
7811 to FOR-RELEASE and TODO.
7812
7813 2006-07-10 Romain Francoise <romain@orebokech.com>
7814
7815 * emacs-lisp/authors.el (authors-aliases): Update.
7816
7817 2006-07-10 Alan Mackenzie <acm@muc.de>
7818
7819 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
7820 * cc-mode.el: Changes to eradicate eval-after-load.
7821
7822 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
7823
7824 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
7825 on non-char events.
7826
7827 2006-07-09 Romain Francoise <romain@orebokech.com>
7828
7829 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7830 Don't highlight start/end markers as compilation messages.
7831
7832 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
7833 to t.
7834
7835 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
7836
7837 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
7838
7839 2006-07-08 Richard Stallman <rms@gnu.org>
7840
7841 * term/x-win.el (x-handle-display): Add doc string.
7842
7843 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
7844
7845 * subr.el (def-edebug-spec): Move here.
7846 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
7847
7848 * imenu.el (imenu-choose-buffer-index): Doc fix.
7849
7850 2006-07-08 Romain Francoise <romain@orebokech.com>
7851
7852 * term/x-win.el (x-display-name): Fix typo.
7853
7854 2006-07-08 Eli Zaretskii <eliz@gnu.org>
7855
7856 * hexl.el (hexl-find-file): Doc fix.
7857
7858 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
7859
7860 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
7861
7862 * term/x-win.el (x-display-name): Doc fix.
7863
7864 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
7865
7866 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
7867 long prefixes.
7868 (fill-region-as-paragraph): Don't round up to a whole line.
7869 (fill-comment-paragraph): Don't include the code-before-the-comment
7870 when calling fill-region-as-paragraph.
7871
7872 * international/mule.el (make-char): Remove redundancy.
7873
7874 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
7875 property may contain an anonymous function rather than a symbol.
7876
7877 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
7878
7879 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
7880 Use shy regexp. Fix incorrect backref to potentially unmatched group.
7881
7882 * dirtrack.el (dirtrack-default-directory-function): Remove.
7883 (dirtrack-directory-function): Use file-name-as-directory.
7884 (dirtrack-windows-directory-function): Simplify.
7885 (dirtrack-forward-slash, dirtrack-backward-slash)
7886 (dirtrack-replace-slash): Remove.
7887 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
7888 (dirtrack): Fix wrong parenthesizing; use match-string.
7889
7890 * progmodes/octave-inf.el: Remove spurious * in docstrings.
7891 (inferior-octave-mode): Only change the buffer-local value of
7892 comint-dynamic-complete-functions.
7893 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
7894 Move the initialization to the declaration.
7895 (inferior-octave-complete): Remove unused var `filter'.
7896
7897 * shell.el (shell-mode): Only change the buffer-local value of
7898 comint-dynamic-complete-functions.
7899
7900 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
7901
7902 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
7903 entry is skipped because it has been scheduled.
7904 (org-prepare-agenda-buffers): Don't mark buffers as modified when
7905 changing `:org-archived' and `:org-comment' properties.
7906
7907 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
7908
7909 * server.el (server-select-display): Don't make the temp frame
7910 minibuffer-only, in case it's not a temp frame.
7911 (server-process-filter): Don't delete the temp frame if it's the
7912 only one we have on that display.
7913
7914 * files.el (find-alternate-file): Doc fix.
7915
7916 2006-07-05 Richard Stallman <rms@gnu.org>
7917
7918 * files.el (abbreviate-file-name): Add save-match-data.
7919
7920 2006-07-03 Richard Stallman <rms@gnu.org>
7921
7922 * faces.el (read-face-name): Doc fix.
7923
7924 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
7925
7926 * net/goto-addr.el (goto-address): Mark as safe for local evals.
7927
7928 2006-07-05 Andre Spiegel <spiegel@gnu.org>
7929
7930 * vc.el (vc-diff-internal): Fix prev change.
7931
7932 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
7933
7934 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
7935 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
7936
7937 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7938
7939 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
7940 fails if the symbol contains chars like ( or '.
7941 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
7942 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
7943 `short'.
7944
7945 2006-07-04 Kenichi Handa <handa@m17n.org>
7946
7947 * international/mule-cmds.el (set-language-info): If LANG-ENV is
7948 the current one, don't call set-language-environment, but call one
7949 of set-language-environment-XXX to make INFO effective now.
7950 (set-language-environment): Call set-language-environment-XXX
7951 functions instead of doing the various setups directly.
7952 (set-language-environment-coding-systems): Delete argument eol-type.
7953 (set-language-environment-input-method)
7954 (set-language-environment-nonascii-translation)
7955 (set-language-environment-charset)
7956 (set-language-environment-fontset)
7957 (set-language-environment-unibyte): New functions.
7958
7959 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
7960
7961 * locate.el (locate-update-when-revert): New option.
7962 (locate-update-path): New option (suggested by Michael Albinus).
7963 (locate-prompt-for-command): Whitespace change.
7964 (locate-update): No longer offer to update the locate database by
7965 default. Implement the two new options.
7966
7967 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
7968
7969 * tooltip.el: Move comment about track-mouse...
7970
7971 * progmodes/gud.el: ...to here.
7972
7973 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
7974
7975 * facemenu.el (facemenu-listed-faces): New var.
7976 (facemenu-unlisted-faces): Variable deleted.
7977 (facemenu-add-new-face): Use facemenu-listed-faces.
7978
7979 * emulation/viper-init.el, calendar/calendar.el:
7980 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
7981
7982 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
7983
7984 * textmodes/org.el (org-mode): Remove no invalid settings for
7985 calc embedded mode.
7986 (org-mode-p): New defsubst.
7987 (org-save-all-org-buffers): New function.
7988 (org-first-headline-recenter): Enclose outline-regexp in group
7989 delimiters.
7990 (org-set-tags): Keep single space after stars.
7991
7992 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
7993
7994 * window.el (set-window-text-height): Only set window-min-height to
7995 1 if that's the requested size.
7996
7997 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
7998 (diff-unified->context, diff-context->unified)
7999 (diff-reverse-direction): Make sure the end marker stays at the end.
8000 (diff-mode): Add the keymap table at the end of docstring.
8001 Use lexical-let rather than constructing a closure manually.
8002
8003 * files.el (find-file-noselect-1): Remove unused var assignment.
8004 (hack-local-variables-confirm): Print lists of strings as lists of
8005 strings rather than lists of symbols.
8006 (abbreviate-file-name, hack-local-variables-prop-line):
8007 Use match-string.
8008 (hack-one-local-variable): Move `make-local-variable' nearer its use.
8009 (recover-session-finish): Use line-end-position.
8010
8011 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
8012
8013 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
8014
8015 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
8016
8017 * progmodes/make-mode.el (makefile-macroassign-regex):
8018 Accept preceding keyword.
8019 (makefile-gmake-statements): Reorganize, now that makepp has
8020 "override" and also handle forgotten "override define".
8021 (makefile-makepp-statements): Add new "global", "override export"
8022 and "override global".
8023
8024 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
8025
8026 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
8027 (ada-compile-mouse-goto-error, ada-deactivate-properties)
8028 (ada-no-auto-case): Fix typos in docstrings.
8029
8030 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
8031
8032 * info.el (Info-find-node-2): Search for makeinfo version more
8033 carefully.
8034
8035 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
8036
8037 * textmodes/org.el (org-prepare-agenda-buffers):
8038 Use `invisible-OK' argument for `org-end-of-subtree'.
8039 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
8040 (org-beginning-of-item): Fix bug in regular expression for white line.
8041 (org-export-as-html): Enforce space after bullet in plain list items.
8042 (org-set-autofill-regexps): Require space after plain list bullet
8043 for paragraph-start.
8044 (org-ts-regexp3): New constant.
8045 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
8046 (org-timestamp-up-day, org-timestamp-down-day)
8047 (org-timestamp-change): Work with inactive timestamps.
8048 (org-ts-regexp1): Don't allow brackets in time stamps.
8049
8050 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
8051
8052 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
8053 for ignoring links.
8054
8055 * faces.el (read-face-name): Use it.
8056
8057 2006-06-28 Juri Linkov <juri@jurta.org>
8058
8059 * buff-menu.el (list-buffers-noselect): Compare Info file
8060 with the string "dir" to detect Info directory.
8061
8062 * complete.el (partial-completion-mode): In lambda for
8063 `choose-completion-string-functions' use full function signature
8064 with 4 args, and move point to the end of the minibuffer only if arg
8065 `mini-p' is non-nil.
8066
8067 2006-06-28 John Paul Wallington <jpw@pobox.com>
8068
8069 * ibuffer.el (ibuffer-mode): Doc fix.
8070
8071 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
8072
8073 * textmodes/org.el (org-context): New contexts :item-bullet,
8074 :latex-fragment, :latex-preview.
8075 (org-overlays-at, org-overlay-start, org-overlay-end):
8076 New compatibility functions.
8077 (org-inside-LaTeX-fragment-p): More accurate matching, using the
8078 exact regexp that will be used during export.
8079 (org-latex-regexps): New variable.
8080 (org-cdlatex-mode): Improve advice for `texmathp'.
8081 (turn-on-org-cdlatex): New function.
8082
8083 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8084
8085 * term/mac-win.el (mac-handle-font-selection): Change keys of
8086 mac-atsu-font-table from strings to numbers.
8087 (mac-ts-caret-position): Use also when cursor-type is nil.
8088 (mac-ts-update-active-input-area): Add Mac OS Classic support.
8089 Relax condition for using overlay strings.
8090 Use mac-ts-caret-position face when cursor-type is nil.
8091
8092 2006-06-26 Kim F. Storm <storm@cua.dk>
8093
8094 * help.el (view-emacs-news): Declare `res' in the right let* form.
8095
8096 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
8097
8098 * net/rcompile.el (remote-compile): Replace ange-ftp based
8099 implementation by Tramp functions.
8100 Suggested by Marc Abramowitz <msabramo@gmail.com>.
8101
8102 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
8103
8104 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
8105
8106 * international/fontset.el (setup-default-fontset): Fix a typo in
8107 the "Oriya-Akruti" registry name.
8108
8109 2006-06-23 Lars Hansen <larsh@soem.dk>
8110
8111 * desktop.el (desktop-full-file-name): New function.
8112 (desktop-kill, desktop-save, desktop-remove, desktop-read)
8113 (desktop-revert): Use it.
8114 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
8115 (desktop-after-read-hook): Add option list-buffers.
8116 (desktop-locals-to-save): Add tab-width.
8117 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
8118 Fix docstring.
8119
8120 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
8121
8122 * textmodes/org.el (org-cdlatex-mode-map)
8123 (org-cdlatex-texmathp-advice-is-done): New variables.
8124 (org-cdlatex-mode): New minor mode.
8125 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
8126 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
8127 (org-export-with-archived-trees): New option.
8128 (org-open-file): Remove the call to `convert-standard-filename'.
8129 (org-archive-tag, org-agenda-skip-archived-trees)
8130 (org-cycle-open-archived-trees)
8131 (org-sparse-tree-open-archived-trees): New options.
8132 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
8133 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
8134 New functions.
8135 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
8136 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
8137 (org-mode-map): Add binding for `org-toggle-archive-tag'.
8138 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
8139 Call `org-prepare-agenda-buffers'.
8140 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
8141 (org-file-apps, org-file-apps-defaults-gnu)
8142 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
8143 Handle remote files by forcing them to be opened in Emacs.
8144
8145 2006-06-23 Andre Spiegel <spiegel@gnu.org>
8146
8147 * vc.el (vc-diff-knows-L): New variable.
8148 (vc-diff-internal): Use it to handle "diff" programs that don't
8149 understand -L. This works automatically, no user action is necessary.
8150
8151 2006-06-23 Daniel Brockman <daniel@brockman.se>
8152
8153 * net/rcirc.el (rcirc-default-user-full-name): Default to
8154 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
8155 longer exists).
8156 (rcirc-process-list): Check `buffer-live-p' before attempting to
8157 switch to a buffer.
8158
8159 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
8160
8161 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
8162 based on rcirc-coding-system-alist.
8163
8164 2006-06-23 Martin Rudalics <rudalics@gmx.at>
8165
8166 * cus-edit.el (customize-apropos): A better error message.
8167 (top level) <debug-ignored-errors>: Extend and update the list of
8168 ignored error messages.
8169
8170 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
8171
8172 * complete.el (PC-do-completion): Retain capitalization of user
8173 input, when possible, even if completion-ignore-case is set.
8174
8175 2006-06-23 Eli Zaretskii <eliz@gnu.org>
8176
8177 * generic-x.el (bat-generic-mode): Support .cmd files.
8178
8179 * dos-w32.el (top level): Use find-file-not-found-functions
8180 instead of the obsolete find-file-not-found-hooks.
8181
8182 2006-06-22 Kim F. Storm <storm@cua.dk>
8183
8184 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
8185 to recognize mode name containing submodes, such as Grep/lw.
8186
8187 2006-06-21 Kim F. Storm <storm@cua.dk>
8188
8189 * simple.el (line-move-1): Check for move-end-of-line instead of
8190 end-of-line when setting temporary-goal-column.
8191
8192 2006-06-21 Miles Bader <miles@gnu.org>
8193
8194 * play/cookie1.el (cookie): Work properly when there's only one entry.
8195
8196 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
8197
8198 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
8199 (gdb-frame-handler): Generalize frame regexp for templates.
8200
8201 2006-06-20 Glenn Morris <rgm@gnu.org>
8202
8203 * calendar/appt.el (appt-display-format): Default value must be
8204 one of the customize options.
8205
8206 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
8207
8208 * term/xterm.el (terminal-init-xterm): Update key availability info.
8209 Bind C-return.
8210
8211 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
8212
8213 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
8214
8215 * files.el (hack-local-variables): Run `hack-local-variables-hook'
8216 whether or not a local variables list is defined.
8217
8218 * msb.el (msb): Move `sit-for' hack here to handle both
8219 "mouse-down and drag" and "mouse-up and select" situations.
8220 (mouse-select-buffer): Move `sit-for' hack to `msb'.
8221
8222 2006-06-20 Kenichi Handa <handa@m17n.org>
8223
8224 * international/characters.el (word-combining-categories):
8225 Add entries for 2-byte Han characters.
8226
8227 2006-06-19 Richard Stallman <rms@gnu.org>
8228
8229 * bindings.el (mode-line-format): Save some mode line space.
8230
8231 * files.el (find-file-noselect): Improve the question wording.
8232 (basic-save-buffer-2): Mask UMASK against 666.
8233
8234 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
8235 (mouse-drag-vertical-line): Call it.
8236
8237 * cus-edit.el (customize-option, customize-option-other-window):
8238 Error if SYMBOL is nil.
8239
8240 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
8241
8242 * textmodes/org.el: Require noutline, also on XEmacs.
8243 (org-end-of-subtree): Return point.
8244 (org-dblock-start-re, org-dblock-end-re): New constants.
8245 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
8246 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
8247 (org-update-all-dblocks, org-find-dblock): New functions.
8248 (org-collect-clock-time-entries): New function.
8249 (org-html-handle-time-stamps): Never export CLOCK timeranges.
8250 (org-fixup-indentation): Modify to deal correctly with lines
8251 starting with TAB. Only one argument DIFF now.
8252 (org-demote, org-promote): Call `org-fixup-indentation' with just
8253 one argument, DIFF.
8254 (org-mode): Don't mark buffer as modified when aligning tables.
8255 (org-clock-sum): Don't mark buffer modified when adding time sum
8256 properties.
8257 (org-export-as-html): Add support for a link validation function.
8258 (org-archive-all-done): New function.
8259 (org-archive-subtree): New prefix argument. When set, archive all
8260 done subtrees in this buffer.
8261 (org-remove-clock-overlays)
8262 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
8263 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
8264 (org-put-clock-overlay): Don't swallow last headline character
8265 when displaying overlay.
8266 (org-store-link): Link to `image-mode' with just the file name.
8267
8268 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
8269
8270 * viper-cmd.el (viper-special-read-and-insert-char):
8271 Use read-key-sequence.
8272 (viper-after-change-undo-hook): Misc enhancements.
8273 (viper-after-change-undo-hook): New hook.
8274 (viper-undo): Use viper-after-change-undo-hook.
8275 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
8276 (viper-next-line-at-bol): If point is on a widget or a button, simulate
8277 clicking on that widget/button.
8278
8279 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
8280
8281 * ediff-diff (ediff-test-patch-utility): Catch errors.
8282 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
8283 (ediff-set-actual-diff-options): New function.
8284 (ediff-reset-diff-options, ediff-toggle-ignore-case):
8285 Use ediff-set-actual-diff-options.
8286 (ediff-extract-diffs): Catch errors.
8287 (ediff-whitespace): Add non-breakable space.
8288 (ediff-same-file-contents): Catch errors.
8289
8290 * ediff-mult.el (ediff-collect-custom-diffs):
8291 Save coding-system-for-read.
8292
8293 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
8294 (ediff-vc-internal, ediff-vc-merge-internal):
8295 Use ediff-delete-version-file.
8296 (ediff-delete-version-file): New function.
8297
8298 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
8299
8300 * ediff.el (ediff-directories, ediff-directory-revisions)
8301 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
8302 (ediff-directories-internal, ediff-merge-directory-revisions)
8303 (ediff-merge-directory-revisions-with-ancestor)
8304 (ediff-directories3): Use read-directory-name.
8305
8306 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
8307
8308 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
8309 Remove superfluous part of regexp for brace matching which is handled
8310 by `scan-lists' call.
8311
8312 2006-06-16 Richard Stallman <rms@gnu.org>
8313
8314 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
8315
8316 * files.el (basic-save-buffer-2): For a new precious file,
8317 use the default modes in the return value.
8318
8319 * facemenu.el (facemenu-color-alist): Doc fix.
8320
8321 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
8322
8323 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8324
8325 * cus-start.el (all): Add mac-ts-script-language-on-focus.
8326
8327 * term/mac-win.el (mac-text-encoding-ascii): New constant.
8328 (mac-utxt-to-string): Use it.
8329 (mac-ts-update-active-input-area): Use mac-ae-number.
8330
8331 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8332
8333 * term.el (term-handle-scroll, term-delete-lines)
8334 (term-insert-lines): Fix off by one errors.
8335
8336 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
8337
8338 * net/tramp.el (tramp-touch): Use UTC to express time.
8339
8340 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
8341
8342 * mail/sendmail.el (mail-send): Search explicitly for
8343 mail-header-separator when checking for corrupted header lines.
8344
8345 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
8346
8347 * progmodes/gdb-ui.el (gdb-same-frame): New option.
8348 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
8349 (gdb-init-1): Initialise them.
8350 (gdb-starting): Reset gdb-printing
8351 (gdb-starting): Save value of gud-overlay-arrow-position.
8352 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
8353 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
8354 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
8355 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
8356
8357 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8358
8359 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
8360
8361 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
8362
8363 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
8364 (ldap-search-internal): Keep error messages, and a regexp fix.
8365
8366 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
8367
8368 * files.el (hack-local-variables-confirm):
8369 Display string value using its printed representation.
8370
8371 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
8372
8373 * server.el (server-edit): No-op if no server buffers exist.
8374
8375 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
8376
8377 * textmodes/page-ext.el (pages-directory-for-addresses):
8378 Including `pages-directory-address-mode' in the function results
8379 in the message "Buffer in which pages were found is deleted".
8380
8381 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
8382
8383 * textmodes/org.el (org-agenda-mode-map): Add bindings for
8384 clocking functions.
8385
8386 (org-agenda-clock-in, org-check-running-clock)
8387 (org-clock-out-if-current, org-remove-clock-overlays)
8388 (org-put-clock-overlay): New functions.
8389 (org-clock-marker, org-clock-file-total-minutes)
8390 (org-clock-overlays): New variables.
8391 (org-clock-display, org-clock-sum, org-clock-cancel)
8392 (org-clock-out, org-clock-in): New commands.
8393 (org-export): New function.
8394 (org-emph-re): New constant.
8395 (org-set-emph-re, org-do-emphasis-faces): New functions.
8396 (org-emphasis-regexp-components, org-emphasis-alist): New options.
8397 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
8398 (org-export-html-convert-emphasize): Use the configurable emphasis.
8399 (org-cleaned-string-for-export): Make multiline emphasis visible
8400 to the exporter. New optional argument PARAMETERS.
8401 (org-export-as-html): Specify :emph-multiline parameter to
8402 `org-cleaned-string-for-export'.
8403
8404 2006-06-10 Richard Stallman <rms@gnu.org>
8405
8406 * help.el (help-for-help-internal): Clean up help text.
8407
8408 2006-06-10 Andreas Schwab <schwab@suse.de>
8409
8410 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
8411 in doc string.
8412
8413 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
8414
8415 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
8416
8417 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
8418 spaces after the comment start.
8419
8420 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8421
8422 * play/pong.el (pong-init-buffer):
8423 Fill buffer with spaces instead of ^A.
8424
8425 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
8426 launched asynchronously, delete its process instead of being cool.
8427 (ispell-async-processp): Check for `delete-process' existence
8428 instead of `kill-process' one for consistency.
8429
8430 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
8431
8432 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
8433 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
8434 in mode line at startup.
8435
8436 2006-06-08 Kim F. Storm <storm@cua.dk>
8437
8438 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
8439 (ido-init-completion-maps): Bind them to M-SPC and M-v.
8440 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
8441 (ido-file-internal): Pass full file name to write-file.
8442 (ido-read-internal): Only pop stack elements automatically if they
8443 actually match an existing directory or file name.
8444
8445 2006-06-07 Kenichi Handa <handa@m17n.org>
8446
8447 * international/mule.el (find-auto-coding): Don't handle the short
8448 name `char-trans'.
8449
8450 * files.el (hack-local-variables-prop-line)
8451 (hack-local-variables): Cancel the previous change.
8452
8453 2006-06-06 Jesper Harder <harder@phys.au.dk>
8454
8455 * ediff-diff.el (ediff-test-utility): Protect against file-error.
8456
8457 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
8458
8459 * diff-mode.el (diff-mode): Set buffer-read-only to t when
8460 diff-default-read-only is non-nil.
8461 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
8462 (diff-refine-hunk): Set inhibit-read-only to t.
8463
8464 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
8465 modifying the *Diff* buffer.
8466 (diff-process-filter): New filter function for diff process that
8467 sets inhibit-read-only to t when modifying the *Diff* buffer.
8468
8469 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
8470
8471 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
8472 insertion point and control the number of empty lines.
8473 (org-paste-subtree): Limit the number of empty lines at the end of
8474 the inserted tree.
8475 (org-agenda): Use buffer name of current file for narrowing.
8476 (org-export-as-xml): Command removed.
8477 (org-export-xml-type): Option removed.
8478 (org-mode-map): Call `org-export-as-xoxo' directly.
8479 (org-get-indentation): New optional argument LINE.
8480 (org-fix-indentation, org-remove-tabs): New functions.
8481 (org-export-as-ascii, org-ascii-level-start): Determine and apply
8482 correct indentation for headlines that are converted it items.
8483 (org-skip-comments): Remove table lines that contain narrowing
8484 cookies but no other non-empty fields.
8485 (org-set-tags): Allow groups of mutually exclusive tags.
8486 (org-cmp-time): Sort 24:21 before items without time.
8487 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
8488 (org-open-at-point): Require double colon also for numbers.
8489
8490 2006-06-06 Kim F. Storm <storm@cua.dk>
8491
8492 * ido.el (ido-default-file-method, ido-default-buffer-method):
8493 Make choice values consistent with corresponding command names.
8494 (ido-visit-buffer): Update accordingly. Default to selected-window.
8495
8496 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
8497
8498 * progmodes/gud.el (gud-running): Fix doc string.
8499 (gud-menu-map): Use :visible instead fo :enable for debugger test.
8500 (gud-tooltip-modes): Add python-mode.
8501 (gud-tooltip-print-command): Add pdb. Remove perldb.
8502
8503 2006-06-05 Eli Zaretskii <eliz@gnu.org>
8504
8505 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
8506 Quote $(EMACS).
8507
8508 2006-06-05 Richard Stallman <rms@gnu.org>
8509
8510 * faces.el (defined-colors): Doc fix.
8511
8512 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
8513
8514 * vc.el (vc-process-filter): Inhibit undo info collection around
8515 call to insert.
8516 (vc-setup-buffer): Likewise for call to erase-buffer.
8517 (vc-do-command): Likewise for call to process-file.
8518
8519 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
8520
8521 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
8522 for gud-go.
8523 (gud-common-init): Other debuggers may trigger error.
8524
8525 2006-06-05 Kenichi Handa <handa@m17n.org>
8526
8527 * international/mule.el (find-auto-coding):
8528 Handle enable-character-translation in file header.
8529
8530 2006-06-04 Kim F. Storm <storm@cua.dk>
8531
8532 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
8533 (authors-fixed-entries): Fix spelling.
8534 (authors-canonical-file-name): Don't report error for wildcards.
8535
8536 * help.el (view-emacs-news): Rewrite to support new NEWS,
8537 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
8538 e.g. version 10 matches 1.10, and don't be confused by version 1.1
8539 being a prefix of 1.12 (etc). A numeric prefix arg also works.
8540
8541 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
8542
8543 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
8544 exec constructs like `foo bar`.
8545 (sh-quoted-subshell): New helper function to search for a possibly
8546 nested subshell (like `` or $()) within a "" quoted string.
8547 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
8548 (sh-apply-quoted-subshell): Flag quote characters inside a
8549 subshell, which is itself already in a quoted region, as
8550 punctuation, since this is the closest to what they actually are.
8551 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
8552 sh-apply-quoted-subshell.
8553 (sh-font-lock-syntactic-face-function): Apply the new face for
8554 text inside `` instead of the old font-lock-string-face.
8555
8556 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8557
8558 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
8559 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
8560 (mac-bytes-to-text-range, mac-ae-text-range-array)
8561 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
8562 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
8563 (mac-ts-unicode-for-key-event): New functions.
8564 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
8565 (mac-handle-font-selection): Use mac-ae-number.
8566 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
8567 New variables.
8568 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
8569 (mac-ts-converted-text, mac-ts-selected-converted-text)
8570 (mac-ts-block-fill-text, mac-ts-outline-text)
8571 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
8572 (mac-ts-hilite-style-faces): New constant.
8573 (mac-apple-event-map): Bind text input events.
8574 (mac-dispatch-apple-event): Use command-execute instead of
8575 call-interactively.
8576 (global-map): Don't bind mac-apple-event.
8577 (special-event-map): Bind mac-apple-event.
8578
8579 2006-06-02 Eli Zaretskii <eliz@gnu.org>
8580
8581 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
8582 file name.
8583 (emacs): Enclose the value of $(EMACS) in quotes.
8584
8585 2006-06-02 Juri Linkov <juri@jurta.org>
8586
8587 * international/mule.el (sgml-html-meta-auto-coding-function):
8588 Remove the condition `(search-forward "<html" size t)'.
8589 Replace `\"' with `[\"']?' in `re-search-forward'.
8590
8591 2006-06-02 Kenichi Handa <handa@m17n.org>
8592
8593 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
8594 as well as `coding'.
8595 (hack-local-variables): Likewise.
8596
8597 * international/mule.el (enable-character-translation):
8598 Put permanent-local and safe-local-variable properties.
8599 (find-auto-coding): Handle char-trans: tag.
8600
8601 2006-06-02 Juri Linkov <juri@jurta.org>
8602
8603 * international/mule.el (sgml-html-meta-auto-coding-function):
8604 Limit the search by the end of the HTML header (if any).
8605
8606 2006-06-01 Richard Stallman <rms@gnu.org>
8607
8608 * subr.el (with-current-buffer): Doc fix.
8609
8610 2006-06-02 Masatake YAMATO <jet@gyve.org>
8611
8612 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
8613 Almost rewrite. Underlines over all lines of gcov output are too
8614 uncomfortable to read. Suggested by Dan Nicolaescu.
8615
8616 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
8617
8618 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
8619
8620 * shell.el (shell-mode): Use shell-mode-map in docstring.
8621
8622 * comint.el (comint-send-input): Do not add help-echo and
8623 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
8624
8625 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8626
8627 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
8628
8629 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
8630
8631 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
8632 (gdb-stopped, gdb-info-stack-custom): If there is no source info
8633 look up the stack and pop up GUD buffer if necessary.
8634 (gdb-frames-select): Remove redundant call to gud-display-frame.
8635 (gdb-info-threads-custom): Keep point at start of buffer.
8636 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
8637
8638 2006-05-31 Juri Linkov <juri@jurta.org>
8639
8640 * replace.el (query-replace-read-from, query-replace-read-to):
8641 Bind `history-add-new-input' to nil. Call `add-to-history'.
8642
8643 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
8644
8645 * textmodes/table.el: Convert all HTML tags to lower case for
8646 XHTML compatibility.
8647
8648 2006-05-31 Masatake YAMATO <jet@gyve.org>
8649
8650 * progmodes/compile.el:
8651 (compilation-error-regexp-alist-alist::gcov-called-line):
8652 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
8653
8654 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
8655
8656 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
8657 Revert inadvertent changes made with last commit.
8658
8659 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
8660
8661 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
8662 New functions.
8663
8664 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
8665
8666 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
8667
8668 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
8669 only matches in the right place.
8670 (org-upcoming-deadline): New face.
8671 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
8672 (org-export-ascii-underline): Rename constant `org-ascii-underline'
8673 and make it an option.
8674 (org-export-ascii-bullets): New option.
8675 (org-export-as-html): Many changes to emit valid XHTML.
8676 (org-par-open): New variable.
8677 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
8678 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
8679 (org-timeline): Pass `org-timeline-show-empty-dates' to
8680 `org-get-all-dates'. Interpret empty dates returned by
8681 `org-get-all-dates'.
8682 (org-get-all-dates): New argument EMPTY. Add dates without
8683 entries to the list, mark large ranges of empty dates.
8684 (org-point-in-group, org-context): New functions.
8685
8686 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
8687
8688 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
8689
8690 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
8691 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
8692 to C-mouse-3 (for 2 button mice).
8693 (gdb-send): Do the right thing for C-d.
8694
8695 * speedbar.el (speedbar-detach): Delete.
8696 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
8697 it breaks things.
8698 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
8699
8700 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
8701
8702 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
8703 Makeppfile.
8704
8705 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8706 Add makepp diagnostic.
8707
8708 2006-05-29 Richard Stallman <rms@gnu.org>
8709
8710 * window.el (fit-window-to-buffer): Doc fix.
8711
8712 * help.el (temp-buffer-max-height): Doc fix.
8713
8714 * subr.el (with-current-buffer): Doc fix.
8715
8716 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8717
8718 * term/x-win.el: Bind F10 to menu-bar-start if available.
8719
8720 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
8721
8722 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
8723 uses with a simple test.
8724 (term-set-escape-char, term-mode, term-check-kill-echo-list)
8725 (term-send-raw-string, term-send-raw, term-mouse-paste)
8726 (term-char-mode, term-line-mode, term-exec, term-sentinel)
8727 (term-handle-exit, term-read-input-ring)
8728 (term-previous-matching-input-string)
8729 (term-previous-matching-input-string-position)
8730 (term-previous-matching-input-from-input)
8731 (term-replace-by-expanded-history, term-send-input)
8732 (term-skip-prompt, term-bol, term-send-invisible)
8733 (term-kill-input, term-delchar-or-maybe-eof)
8734 (term-backward-matching-input, term-check-source)
8735 (term-proc-query, term-emulate-terminal)
8736 (term-handle-colors-array, term-process-pager, term-pager-line)
8737 (term-pager-bob, term-unwrap-line, term-word)
8738 (term-dynamic-complete-filename)
8739 (term-dynamic-complete-as-filename)
8740 (term-dynamic-simple-complete): Replace one arm ifs with whens or
8741 unlesses.
8742
8743 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8744
8745 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
8746 during bootstrapping.
8747
8748 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
8749 Basically undo the change of 2006-05-26: use extra arguments instead of
8750 dynamic scoping.
8751 (ewoc-locate): Remove unused var `footer'.
8752
8753 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8754
8755 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
8756
8757 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
8758 (generate-file-autoloads): Obey it. Return whether autoloads were
8759 added at point or not.
8760 (update-file-autoloads): Use this new return value.
8761 Remove redundant test for the presence of an autoload cookie.
8762
8763 * emacs-lisp/autoload.el (autoload-find-file): New fun.
8764 This one calls hack-local-variables.
8765 (generate-file-autoloads, update-file-autoloads): Use it.
8766
8767 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
8768 (bibtex-sort-entry-class): Add safe-local-variable predicate.
8769 (bibtex-sort-entry-class-alist): Don't set the global value.
8770 (bibtex-init-sort-entry-class-alist): New fun.
8771 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
8772 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
8773 of bibtex-init-sort-entry-class.
8774
8775 2006-05-28 Richard Stallman <rms@gnu.org>
8776
8777 * subr.el (load-history-regexp): If FILE is relative, insist
8778 entire last name component must match it.
8779 (load-history-filename-element, load-history-regexp): Doc fixes.
8780
8781 2006-05-29 Kim F. Storm <storm@cua.dk>
8782
8783 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
8784 `pos' and `raw-data' for clarity, as eval forms may access these.
8785
8786 2006-05-28 Kim F. Storm <storm@cua.dk>
8787
8788 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
8789
8790 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8791
8792 * progmodes/make-mode.el (makefile-browser-map)
8793 (makefile-mode-syntax-table): Move initialization inside declaration.
8794 (makefile-fill-paragraph): Use the default comment-filling code.
8795
8796 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
8797
8798 * replace.el (query-replace-defaults): New variable.
8799 (query-replace-read-from): Use `query-replace-defaults' for
8800 default value, instead of history list.
8801 (query-replace-read-to): Update `query-replace-defaults'.
8802
8803 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
8804
8805 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
8806 with no X toolkit.
8807
8808 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
8809
8810 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
8811 (tumme-show-all-from-dir): Add autoload.
8812
8813 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
8814
8815 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
8816 (tumme-remove-tag): Fix bug.
8817
8818 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8819
8820 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
8821 FOOTER args. Update unique caller.
8822 (ewoc-delete): Compute last node once before looping.
8823 (ewoc--node-branch): Merge into unique caller.
8824 (ewoc--node): Don't define constructor make-ewoc--node for this
8825 structure.
8826 (ewoc): Add member `hf-pp' to this structure.
8827 (ewoc--wrap): New func.
8828 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
8829 header/footer pretty-printers. Save header/footer pretty-printer.
8830 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
8831
8832 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
8833
8834 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
8835
8836 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
8837 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
8838 Tag'. Change "Compare directories..." to "Change Directories...".
8839 Move tumme commands to Operate, Regexp and Immediate menus.
8840 Change "Add Comment" to "Add Image Comment". Change "Add Image
8841 Tag" to "Add Image Tags".
8842
8843 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
8844 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
8845 `tumme-delete-tag'.
8846
8847 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
8848
8849 * shell.el (shell-mode): Call shell-dirtrack-mode after
8850 list-buffers-directory is made a local variable, to avoid setting
8851 the default value.
8852
8853 2006-05-26 Kevin Ryde <user42@zip.com.au>
8854
8855 * info.el (Info-index-next): Use where-is-internal to report
8856 actual binding of Info-index-next, rather than hard-coded `,'.
8857
8858 2006-05-26 Eli Zaretskii <eliz@gnu.org>
8859
8860 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
8861 and "Find Command in Manual" to here.
8862
8863 * buff-menu.el (list-buffers-noselect): For Info buffers, use
8864 Info-current-file as the file name.
8865
8866 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
8867
8868 * ses.el (defadvice undo-more): Delete this defadvice. The undo
8869 overrides will now be done a different way.
8870 (ses-set-parameter): Reapply this function for undo.
8871 (ses-set-header-row): Reconstruct header row during undo.
8872 (ses-widen): New function.
8873 (ses-goto-data, ses-reconstruct-all): Use new function.
8874 (ses-command-hook): Widen buffer during undo, before unupdating
8875 the cells.
8876 (ses-insert-row, ses-delete-row): Widen buffer during undo.
8877 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
8878 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
8879 formula hasn't been executed yet.
8880
8881 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
8882
8883 * comint.el (comint-kill-whole-line): Rename arg to count.
8884 Fix doc string.
8885
8886 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
8887
8888 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
8889 to copy-file.
8890
8891 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
8892
8893 * simple.el (toggle-truncate-lines): Make arg optional for
8894 backward compatibility.
8895
8896 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
8897
8898 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
8899 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
8900 DLL arg. Instead, use ewoc--current-dll. Update all callers.
8901 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
8902 (ewoc--adjust): Use ewoc--current-dll.
8903 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
8904
8905 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
8906
8907 * textmodes/org.el (org-next-item, org-previous-item): Emit more
8908 compact error message.
8909 (org-tags-view): Refresh category table in each file.
8910 (org-table-justify-field-maybe): Remove superfluous arguments to
8911 `format'.
8912 (org-export-as-html): Insert "<p>" before postamble.
8913 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
8914
8915 2006-05-26 Kenichi Handa <handa@m17n.org>
8916
8917 * textmodes/po.el (po-find-charset): Pay attention to the case
8918 FILENAME is a cons (NAME . BUFFER).
8919 (po-find-file-coding-system-guts): Likewise.
8920
8921 * arc-mode.el (archive-set-buffer-as-visiting-file):
8922 Call find-operation-coding-system with (FILENAME . BUFFER).
8923
8924 * tar-mode.el (tar-extract): Call find-operation-coding-system
8925 with (FILENAME . BUFFER).
8926
8927 * international/mule.el (decode-coding-inserted-region):
8928 Call find-operation-coding-system with (FILENAME . BUFFER).
8929
8930 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
8931
8932 * image-mode.el (image-toggle-display): Use buffer contents to
8933 generate image for a remote file.
8934
8935 2006-05-25 Juri Linkov <juri@jurta.org>
8936
8937 * replace.el (query-replace-read-from, query-replace-read-to):
8938 Remove 8th arg KEEP-ALL in read-from-minibuffer.
8939
8940 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
8941
8942 * whitespace.el (whitespace-cleanup): Change to cleanup
8943 region if one is active.
8944 * whitespace.el (whitespace-cleanup-internal): New internal method.
8945
8946 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
8947
8948 * dired.el (dired-mode-map): Add help-echo strings to tumme
8949 commands. Bind `tumme-dired-display-image' to C-t i.
8950
8951 * tumme.el (tumme-display-image): Change documentation string slightly.
8952 (tumme-dired-display-image): Add call to `display-buffer'.
8953
8954 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
8955
8956 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
8957 Signal error if RAW-DATA is a multibyte string.
8958
8959 2006-05-24 Richard Stallman <rms@gnu.org>
8960
8961 * subr.el (with-local-quit): When handling `quit' signal,
8962 make a chance for quit-flag to cause a quit.
8963
8964 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
8965 (ad-disable-advice): Add autoloads.
8966
8967 * subr.el (read-passwd): Copy PROMPT before changing its properties.
8968
8969 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
8970
8971 * dired.el (dired-mode-map): Change menu items for tumme as per
8972 suggestions in emacs-devel.
8973
8974 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
8975
8976 * dired.el (dired-mode-map): Fix breakage.
8977
8978 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
8979
8980 * tumme.el (tumme-display-dired-image): Rename to...
8981 (tumme-dired-display-image): ...this.
8982 (tumme-track-movement): Change default value to t.
8983 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
8984 used from `tumme-next-line-and-display' and similar commands.
8985
8986 * dired.el (dired-mode-map): Add Thumbnail submenu under the
8987 Immediate menu. Add some tumme commands there.
8988
8989 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
8990
8991 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
8992
8993 2006-05-24 Chong Yidong <cyd@mit.edu>
8994
8995 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
8996 menu entries that open submenus.
8997
8998 2006-05-24 Alan Mackenzie <acm@muc.de>
8999
9000 * startup.el (command-line): For names of preloaded files, don't
9001 append ".elc" (now done in Fload), and call file-truename on the
9002 lisp directory.
9003
9004 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
9005 match ANY loaded file with the right name, not just those in
9006 load-path. Put a regexp matching the file name into
9007 after-load-alist, rather than the name itself.
9008
9009 * subr.el (load-history-regexp, load-history-filename-element)
9010 (do-after-load-evaluation): New functions.
9011
9012 * international/mule.el (load-with-code-conversion): Do the
9013 eval-after-load stuff by calling do-after-load-evaluation.
9014
9015 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
9016
9017 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
9018 has not been killed.
9019
9020 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9021
9022 * term/mac-win.el: Set idle timer to clean up expired Apple events.
9023 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
9024 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
9025 Optionally set error message in reply.
9026
9027 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
9028
9029 * textmodes/org.el (org-open-at-point): Use renamed variable
9030 `org-confirm-shell-link-function'.
9031 (org-confirm-shell-link-function): Rename from
9032 `org-confirm-shell-links'.
9033 (org-export-directory): New function.
9034 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
9035 (org-export-icalendar): Use `org-export-directory'.
9036 (org-indent-item): Keep cursor position.
9037 (org-link-file-path-type): New option.
9038 (org-export-as-html): Fix bug with plain lists starting in
9039 column 0.
9040 (org-export-as-html): Remove deadline formatting, this happens
9041 now already in `org-html-handle-time-stamps'.
9042 (org-export-html-style): Deadline class removed.
9043 (org-insert-labeled-timestamps-at-point): New option.
9044 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
9045 of `hide-sublevels 1', in case the first headline is not level 1.
9046 (org-overview, org-content): New fuction.
9047 (org-cycle-global-status, org-cycle-subtree-status): Make these
9048 variables buffer-local.
9049 (org-global-cycle): New command.
9050 (org-shifttab): Use `org-global-cycle'.
9051 (org-insert-heading, org-insert-item): Go to end of new
9052 headline/item after creating it.
9053 (org-export-visible): Rename from `org-export-copy-visible'.
9054 Now creates a temporary org-file and applies an exporting command
9055 to it.
9056 (org-table-eval-formula): Support for lisp forms.
9057 (org-agenda-todo-ignore-scheduled): New option.
9058 (org-agenda-get-todos): Use new option
9059 `org-agenda-todo-ignore-scheduled'.
9060 (org-export-html-inline-images): New value `maybe'.
9061 (org-export-as-html): Inlining of images dependent on link description.
9062 (org-archive-subtree): Check for end-of-buffer before trying
9063 `kill-line'.
9064 (org-agenda-follow-mode): New option.
9065 (org-export-with-tags, org-export-with-timestamps): New options.
9066 (org-html-handle-time-stamps): New function.
9067 (org-keyword-time-regexp): New variable.
9068 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
9069 (org-agenda-todo-list-sublevels): New option.
9070 (org-html-level-start): When TITLE is nil, just close all levels.
9071 (org-parse-key-lines, org-parse-export-options): Remove functions,
9072 replaced by `org-infile-export-plist'.
9073 (org-combine-plists, org-infile-export-plist)
9074 (org-default-export-plist): New functions.
9075 (org-export-html-preamble, org-export-html-postamble)
9076 (org-export-html-auto-preamble, org-export-html-auto-postamble):
9077 New variables.
9078 (org-export-publishing-directory): New option.
9079 (org-export-as-html, org-export-as-ascii): Use the new property
9080 lists for settings.
9081 (org-export-copy-visible, org-export-as-xoxo):
9082 Respect `org-export-publishing-directory'.
9083 (org-link-search, org-store-link, org-file-apps): Support for
9084 links to BibTeX database entries..
9085 (org-get-current-options, org-set-regexps-and-options):
9086 Implement logging as a startup option.
9087 (org-store-link): Make sure context string is never empty
9088 (org-insert-link): Use relative path when possible.
9089 (org-at-item-checklet-p): New function.
9090 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
9091 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
9092 (org-metaright, org-metaup, org-metadown, org-shiftup)
9093 (org-shiftdown, org-shiftright, org-shiftleft)
9094 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
9095 Dispatch using `call-interactively'.
9096 (org-call-with-arg): New defsubst.
9097 (org-tag-alist, org-use-fast-tag-selection): New options.
9098 (org-complete): Use `org-tag-alist'.
9099 (org-fast-tag-insert, org-fast-tag-selection): New functions.
9100 (org-next-item, org-previous-item): New commands.
9101 (org-beginning-of-item, org-end-of-item): Add (interactive) to
9102 make command.
9103 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
9104
9105 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
9106
9107 * emacs-lisp/ewoc.el (ewoc-delete): New function.
9108 (ewoc-filter): Use `ewoc-delete'.
9109
9110 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
9111
9112 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9113
9114 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
9115 Signal more user-friendly error messages.
9116
9117 * complete.el (PC-do-completion): Undo the addition of implicit
9118 wildcards if they did not lead to finding any match.
9119 (read-file-name-internal): Don't add the final > if the completion is
9120 not finished.
9121
9122 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
9123
9124 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
9125 Quote safe-local-variable predicate.
9126
9127 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
9128
9129 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
9130
9131 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9132
9133 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
9134
9135 * progmodes/make-mode.el (makefile-special-targets-list)
9136 (makefile-macro-table, makefile-target-table): Mark as risky.
9137 (makefile-query-one-target-method): Make this the alias for the
9138 following variable.
9139 (makefile-query-one-target-method-function): Make this the real name.
9140
9141 * textmodes/artist.el (artist-text-renderer): Make this the alias
9142 for the following variable.
9143 (artist-text-renderer-function): Make this the real name.
9144
9145 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
9146 the alias for the following variable.
9147 (flyspell-generic-check-word-predicate): Make this the real name.
9148
9149 * textmodes/ispell.el (ispell-format-word): Make this the alias
9150 for the following variable.
9151 (ispell-format-word-function): Make this the real name.
9152 (ispell-message-text-end): Mark as risky.
9153
9154 * skeleton.el (skeleton-transformation, skeleton-filter)
9155 (skeleton-pair-filter): Make these the aliases for the following
9156 variables.
9157 (skeleton-transformation-function, skeleton-filter-function)
9158 (skeleton-pair-filter-function): Make these the real names.
9159
9160 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
9161 and skeleton-pair-filter-function.
9162
9163 * textmodes/sgml-mode.el (sgml-transformation): Make this the
9164 alias for the following variable.
9165 (sgml-transformation-function): Make this the real name.
9166 (sgml-tag-alist): Mark as risky.
9167
9168 2006-05-21 Richard Stallman <rms@gnu.org>
9169
9170 * simple.el (kill-region): Interactively, pass point, then mark.
9171
9172 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
9173
9174 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
9175
9176 2006-05-21 Romain Francoise <romain@orebokech.com>
9177
9178 * dired-x.el (dired-mode-map): Don't bind M-g.
9179
9180 2006-05-20 Richard Stallman <rms@gnu.org>
9181
9182 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
9183 (dired-goto-file): Doc fix.
9184
9185 2006-05-21 Kim F. Storm <storm@cua.dk>
9186
9187 * emulation/cua-base.el: Mention customizing cua-mode as alternative
9188 way to enable built-in cua-mode if user loads older CUA-mode package.
9189
9190 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
9191 if default-filename is specified.
9192
9193 2006-05-20 Eli Zaretskii <eliz@gnu.org>
9194
9195 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
9196
9197 * info.el (info-apropos): Make sure current-file and current-node
9198 have non-nil values. Speed up by using add-to-list instead of
9199 manual consing.
9200
9201 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9202
9203 * progmodes/make-mode.el (makefile-mode): Doc fix.
9204
9205 2006-05-20 Eli Zaretskii <eliz@gnu.org>
9206
9207 * dired-aux.el (dired-do-shell-command): Doc fix.
9208
9209 2006-05-20 Kevin Ryde <user42@zip.com.au>
9210
9211 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
9212 ``(custom-manual :tag "Foo" "(foo)Node")''.
9213
9214 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
9215
9216 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
9217 value is an integer.
9218
9219 2006-05-20 Eli Zaretskii <eliz@gnu.org>
9220
9221 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
9222 "format".
9223 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
9224
9225 2006-05-20 Martin Rudalics <rudalics@gmx.at>
9226
9227 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
9228 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
9229
9230 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9231
9232 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
9233 regexp for keywords.
9234
9235 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
9236
9237 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
9238 replace-regexp-in-string.
9239
9240 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
9241 encode, and escape file name on conversion to URL.
9242
9243 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9244
9245 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
9246 Don't unescape URL.
9247 (dnd-get-local-file-name): Unescape URL on conversion to file name.
9248
9249 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
9250 on conversion to URLs.
9251
9252 * net/browse-url.el (browse-url-file-url): Encode file name on
9253 conversion to URL.
9254
9255 * term/mac-win.el (mac-ae-open-documents): Escape file name on
9256 conversion to URL.
9257
9258 2006-05-19 Eli Zaretskii <eliz@gnu.org>
9259
9260 * progmodes/cc-styles.el (c-style-alist): Doc fix.
9261
9262 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9263
9264 * term/mac-win.el (mac-bytes-to-digits): Remove function.
9265 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
9266
9267 2006-05-19 Glenn Morris <rgm@gnu.org>
9268
9269 * calendar/diary-lib.el (diary-bahai-date)
9270 (list-bahai-diary-entries, mark-bahai-diary-entries)
9271 (mark-bahai-calendar-date-pattern): Not interactive.
9272 (add-to-diary-list): New optional arg LITERAL. Doc fix.
9273 (diary-entries-list): Change format of 4th element in each entry.
9274 (diary-list-entries): Use add-to-diary-list.
9275 (diary-goto-entry): Handle the case where the buffer visiting the
9276 diary has been killed.
9277 (fancy-diary-display): Add 'locator to button rather than 'marker.
9278 Only generate temp-face when there are marks to apply.
9279 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
9280 (diary-fancy-date-pattern): New variable.
9281 (diary-time-regexp): Doc fix.
9282 (diary-anniversary, diary-time): New faces.
9283 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
9284 diary-time-regexp. Add font-lock-multiline property where needed.
9285 Use new faces diary-anniversary and diary-time.
9286 (diary-fancy-font-lock-fontify-region-function): New function, to
9287 handle multiline font-lock pattern in fancy diary.
9288 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
9289 (diary-font-lock-keywords): Tweak time regexp. Use new face
9290 diary-time.
9291
9292 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
9293
9294 * international/code-pages.el (mik): Table corrected.
9295
9296 2006-05-18 Kim F. Storm <storm@cua.dk>
9297
9298 * progmodes/grep.el (grep-find): Don't check grep-find-command
9299 before running command (breaks non-interactive usage).
9300
9301 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
9302
9303 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
9304 (ewoc--insert-new-node): Don't insert trailing newline.
9305 Instead, adjust successor nodes's start markers.
9306 (ewoc--refresh-node): Delete all text from current node's start
9307 marker to the next one's; adjust successor nodes's start markers.
9308 (ewoc--create): Doc fixes.
9309 (ewoc--refresh): Don't insert newline.
9310 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
9311 * pcvs.el (cvs-make-cvs-buffer):
9312 Specify extra newline for ewoc's header and footer.
9313 (cvs-update-header): Update initial header recognition.
9314 Append newline to final header and footer values.
9315 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
9316
9317 2006-05-17 Richard Stallman <rms@gnu.org>
9318
9319 * files.el (file-name-extension): Doc fix.
9320
9321 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9322
9323 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
9324 we can explicitly enable/disable rather than toggle.
9325 (shell-mode): Use it.
9326 (shell-cd): Don't try to reproduce what `cd' does.
9327
9328 2006-05-17 Kim F. Storm <storm@cua.dk>
9329
9330 * ido.el (ido-read-internal): Use only nondirectory part of
9331 default item.
9332
9333 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
9334
9335 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
9336 (ewoc-nth): Doc fix.
9337
9338 (ewoc-map, ewoc-invalidate): Compute PP before looping.
9339
9340 2006-05-16 Eli Zaretskii <eliz@gnu.org>
9341
9342 * international/mule.el (auto-coding-alist): Add .lha to files
9343 read with no-conversion.
9344
9345 * files.el (auto-mode-alist): Add .lha files to archive file
9346 extensions.
9347
9348 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
9349 Convert csize to integer when computing offsets within the
9350 compressed archive file.
9351
9352 2006-05-16 Kim F. Storm <storm@cua.dk>
9353
9354 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
9355 with read-from-minibuffer.
9356
9357 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
9358
9359 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
9360 (byte-compile-warnings): Fix safe-local-variable property.
9361
9362 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
9363
9364 * allout.el (allout-show-bodies, allout-old-style-prefixes)
9365 (allout-stylish-prefixes, allout-numbered-bullet)
9366 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
9367 predicates to qualify `safe-local-variable' property, when
9368 available, else use equivalent lambda.
9369 (allout-current-topic-collapsed-p): Do the right thing regarding
9370 trailing blank lines.
9371
9372 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9373
9374 * server.el (server-start): Only create a directory if needed.
9375 (server-edit, server-unload-hook): server-start => server-mode.
9376 (kill-emacs-hook): Cleanup upon exit.
9377
9378 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
9379
9380 * hexl.el (hexlify-buffer): Encode process arguments manually.
9381
9382 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
9383
9384 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
9385 call to gdb-tooltip-print.
9386
9387 2006-05-15 Romain Francoise <romain@orebokech.com>
9388
9389 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
9390 systems, default to "tar" since those systems probably have GNU tar.
9391
9392 2006-05-14 Lars Hansen <larsh@soem.dk>
9393
9394 * desktop.el (desktop-missing-file-warning): Fix docstring.
9395 (desktop-restore-file-buffer): Correct question asked on missing file.
9396
9397 2006-05-14 Kim F. Storm <storm@cua.dk>
9398
9399 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
9400 Add CUA move property.
9401
9402 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
9403
9404 * custom.el (custom-push-theme): Load the variable before checking
9405 its `standard-value'.
9406
9407 2006-05-13 Lars Hansen <larsh@soem.dk>
9408
9409 * desktop.el (desktop-save): Use with-temp-buffer.
9410
9411 2006-05-12 Glenn Morris <rgm@gnu.org>
9412
9413 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
9414 * calendar/calendar.el (calendar-mode-map):
9415 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
9416 * calendar/appt.el (appt-check, appt-make-list): Refer to
9417 diary-view-entries, diary-list-entries, diary-show-all-entries
9418 rather than obsolete aliases.
9419
9420 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
9421
9422 * simple.el (line-move-finish): Avoid calling point motion hooks
9423 while processing intangibility.
9424
9425 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
9426
9427 * term/xterm.el (terminal-init-xterm): Fix typo.
9428
9429 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
9430
9431 * allout.el (allout-view-change-hook): Mark as being deprecated,
9432 to be replaced by `allout-exposure-change-hook'.
9433 (allout-exposure-change-hook): New, replacing
9434 `allout-view-change-hook'.
9435 (allout-flag-region): Run new hook `allout-exposure-change-hook',
9436 in addition to `allout-view-change-hook'.
9437 (allout-show-bodies, allout-old-style-prefixes)
9438 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
9439 lambda forms to prevent their showing up in variable help
9440 presentations as inscrutable byte-compiled code.
9441 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
9442 Use string-or-null-p to qualify safe-local-variable values.
9443 (allout-reindent-bodies): Use memq to qualify matches against
9444 valid safe-local-variable values. Also, quote the lambda as above.
9445 (allout-use-mode-specific-leader): Add missing candidate-value
9446 symbols, use memq, and quote the lambda.
9447 (allout-overlay-interior-modification-handler): Remove unused
9448 variables `msg' and 'opened'.
9449 (allout-hidden-p): Constrain invisibility consideration to allout's
9450 invisibility spec, disregarding invisibility for other reasons.
9451
9452 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
9453
9454 * files.el (version-control): Correct safe values.
9455
9456 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
9457
9458 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
9459
9460 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
9461 (ewoc--insert-new-node): New func.
9462 Update callers of deleted funcs to use it, instead.
9463
9464 2006-05-11 Glenn Morris <rgm@gnu.org>
9465
9466 * calendar/calendar.el (diary-show-all-entries): Do not refer to
9467 obsolete alias `show-all-diary-entries'.
9468 (make-diary-entry): Not interactive.
9469 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
9470 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
9471 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
9472 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9473 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
9474 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
9475
9476 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9477
9478 * calendar/calendar.el (calendar-french-date-string)
9479 (calendar-mayan-date-string, calendar-chinese-date-string)
9480 (calendar-astro-date-string, calendar-iso-date-string)
9481 (calendar-islamic-date-string, calendar-bahai-date-string)
9482 (calendar-hebrew-date-string, calendar-coptic-date-string)
9483 (calendar-ethiopic-date-string, calendar-persian-date-string):
9484 These functions are not interactive.
9485
9486 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
9487
9488 * files.el: Balance parentheses.
9489
9490 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
9491
9492 * files.el, newcomment.el, outline.el, simple.el,
9493 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
9494 * progmodes/cc-vars.el, progmodes/compile.el:
9495 Move `safe-local-variable' declarations to the respective files.
9496
9497 * help-fns.el (describe-variable): Don't print safe-var if it is
9498 byte-code. Improve wording as suggested by Luc Teirlinck.
9499
9500 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
9501
9502 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
9503 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
9504 Use a token for pending-triggers to ensure gdb-var-update
9505 gets called once per user input again for pre-GDB 6.4.
9506 (gdb-var-delete): Match on more complex expressions.
9507 (gdb-var-list-children-handler, gdb-var-create-handler):
9508 Use a token for consistency.
9509
9510 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
9511
9512 * textmodes/org.el (org-read-date, org-goto-calendar)
9513 (org-agenda-goto-calendar):
9514 Bind `view-calendar-holidays-initially' to nil.
9515
9516 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
9517
9518 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
9519 Update all callers to do it there, instead.
9520
9521 2006-05-10 Glenn Morris <rgm@gnu.org>
9522
9523 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
9524 prefix arg case, to avoid view-diary-entries-initially error.
9525 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9526 (calendar-date-is-legal-p): Handle dates with no day part.
9527
9528 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
9529
9530 * comint.el (comint-insert-input): Just make it when
9531 comint-use-prompt regexp is nil (default) and with the mouse.
9532 (comint-copy-old-input): Reinstate from 2004-06-23.
9533 (comint-mode-map): Bind C-c C-m to it.
9534
9535 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
9536
9537 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
9538 Remove spurious move to point-max (new comint behavior fixes).
9539
9540 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
9541 compatibility function (Emacs 18/19).
9542 (idlwave-is-continuation-line): Always return point at start of
9543 previous non-blank continuation line.
9544 (keyword-parameters): Fix continued comment font-lock matcher.
9545 (idlwave-font-lock-fontify-region): Written, use as
9546 font-lock-fontify-region-function, to fix continued keyword
9547 fontification issues.
9548
9549 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9550
9551 * term/mac-win.el (mac-font-panel-mode): Doc fix.
9552 (mac-service-selection, mac-service-open-file)
9553 (mac-service-open-selection, mac-service-mail-selection)
9554 (mac-service-mail-to, mac-service-insert-text): Rename from
9555 mac-services-*. All uses changed.
9556 (mac-apple-event-map): Rename event symbol `services' to `service'.
9557
9558 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
9559
9560 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
9561 (ewoc--node-enter-first, ewoc--node-enter-last)
9562 (ewoc--delete-node-internal): Merge funcs into unique callers.
9563
9564 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
9565
9566 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
9567 return value of read-from-minibuffer for empty input.
9568
9569 2006-05-09 Miles Bader <miles@gnu.org>
9570
9571 * comint.el (comint-insert-input): Remove redundant calls to setq
9572 and goto-char.
9573
9574 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
9575
9576 * comint.el (comint-insert-input): Make it work when
9577 comint-use-prompt-regexp is t.
9578
9579 2006-05-10 Miles Bader <miles@gnu.org>
9580
9581 * subr.el (field-at-pos): New function.
9582
9583 * comint.el (comint-insert-input): Use it.
9584
9585 2006-05-09 Juri Linkov <juri@jurta.org>
9586
9587 * battery.el (battery-linux-proc-acpi): Also try
9588 `/proc/acpi/thermal_zone/THR2/temperature'.
9589
9590 * files.el <safe-local-variable>: Remove `eval' and `let' binding
9591 for now unused lambda `string-or-null'.
9592
9593 * add-log.el (change-log-default-name): Put `string-or-null-p'
9594 instead of lambda on `safe-local-variable' property.
9595
9596 * diff-mode.el (diff-context->unified): Use `region-beginning' and
9597 `region-end' instead of `mark' and `point'.
9598 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
9599 Operate on region in Transient Mark mode when the mark is active.
9600 Use `region-beginning' and `region-end' instead of `mark' and
9601 `point'.
9602 (diff-hunk-text, diff-goto-source): Doc fix.
9603
9604 * startup.el (fancy-splash-screens, normal-splash-screen): Use
9605 face `mode-line-buffer-id' for mode-line buffer face instead of
9606 hard-coded `(:weight bold)'.
9607
9608 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
9609 buffer-undo-list to t (undo-ask is reproducible by visiting
9610 nested archives).
9611
9612 2006-05-09 Kim F. Storm <storm@cua.dk>
9613
9614 * progmodes/grep.el (rgrep): Set default directory of *grep*
9615 buffer if we start M-x rgrep in the *grep* buffer and choose
9616 a different base directory.
9617
9618 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
9619
9620 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
9621 completion also when ido is loaded.
9622
9623 2006-05-09 Masatake YAMATO <jet@gyve.org>
9624
9625 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
9626 "warning" and "import".
9627 (cpp-font-lock-keywords): Added "warning".
9628
9629 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
9630
9631 * term/xterm.el (terminal-init-xterm): Add more key bindings.
9632
9633 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9634
9635 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
9636 pages at a time, if we signal the end, we should indeed reach that end.
9637
9638 2006-05-08 David Reitter <david.reitter@gmail.com>
9639
9640 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
9641 output during execution of the body.
9642
9643 2006-05-08 Kim F. Storm <storm@cua.dk>
9644
9645 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
9646
9647 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
9648
9649 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
9650 Use with-current-buffer.
9651
9652 2006-05-07 Kim F. Storm <storm@cua.dk>
9653
9654 * subr.el (add-to-history): Remove keep-dups arg.
9655
9656 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
9657 to nil around call to add-to-history.
9658
9659 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9660
9661 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
9662 than after a buffer modification.
9663
9664 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
9665
9666 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
9667 call to...
9668 (gud-watch): ...here so speedbar is raised for already watched
9669 expressions.
9670 (gdb-speedbar-refresh): Delete function.
9671 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
9672 Use speedbar-timer-fn instead of speedbar-refresh (reverting
9673 earlier change).
9674 (gdb-var-evaluate-expression-handler)
9675 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
9676
9677 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
9678 Update localized contents for all buffers except ignored modes.
9679
9680 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9681
9682 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
9683 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
9684 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
9685 (mac-handle-font-panel-closed, mac-handle-font-selection):
9686 New functions.
9687 (mac-font-panel-mode): New minor mode.
9688 (mac-apple-event-map): Add bindings for toolbar toggle button and
9689 font panel.
9690 (menu-bar-showhide-menu): Add mac-font-panel-mode.
9691
9692 2006-05-07 John Paul Wallington <jpw@pobox.com>
9693
9694 * ibuffer.el (ibuffer-compressed-file-name-regexp):
9695 Avoid `regexp-opt'; simplify regexp for readability.
9696
9697 2006-05-06 Eli Zaretskii <eliz@gnu.org>
9698
9699 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
9700 * files.el (buffer-stale-function):
9701 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
9702 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
9703 links to the main manual, not to emacs-xtra.
9704
9705 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9706
9707 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
9708 MacJapanese if text is ASCII-only.
9709
9710 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
9711
9712 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
9713 unless so nil isn't returned.
9714 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
9715
9716 2006-05-06 Kim F. Storm <storm@cua.dk>
9717
9718 * subr.el (add-to-history): New function.
9719
9720 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
9721 (ediff-merge-files-with-ancestor):
9722 * env.el (setenv):
9723 * isearch.el (isearch-update-ring):
9724 * server.el (server-visit-files):
9725 * progmodes/grep.el (lgrep, rgrep):
9726 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
9727 * progmodes/xscheme.el (xscheme-insert-expression):
9728 Use add-to-history.
9729
9730 * kmacro.el (kmacro-push-ring): Use add-to-history.
9731 (kmacro-ring-length): Remove unused defun.
9732 (kmacro-start-macro): Use kmacro-push-ring.
9733
9734 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
9735
9736 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
9737 directly instead of a lambda expression that calls it.
9738
9739 2006-05-06 Kim F. Storm <storm@cua.dk>
9740
9741 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
9742 instead of compute-motion.
9743
9744 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
9745
9746 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
9747 change.
9748
9749 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
9750
9751 * startup.el (command-line-1): Refer to "Pure Storage" on
9752 pure-space-overflow.
9753
9754 2006-05-05 Martin Rudalics <rudalics@gmx.at>
9755
9756 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
9757 provided faces once they all have been used up.
9758
9759 2006-05-05 Eli Zaretskii <eliz@gnu.org>
9760
9761 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
9762 reference to the Lisp manual to the warning about pure space
9763 overflow.
9764
9765 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9766
9767 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
9768 argument to avoid the call to `ispell-internal-change-dictionary'
9769 when not needed.
9770 (ispell-change-dictionary): Use this argument and call
9771 `ispell-internal-change-dictionary' after the possible change
9772 to `ispell-local-dictionary'.
9773 (ispell-internal-change-dictionary): Check for a change in
9774 personal dictionary use too.
9775
9776 2006-05-05 Eli Zaretskii <eliz@gnu.org>
9777
9778 * startup.el (command-line): On MS-Windows, probe "~", not
9779 "~USER", for warning about non-existent home directory
9780
9781 * arc-mode.el (archive-l-e): New optional argument `float' means
9782 generate a float value.
9783 (archive-arc-summarize, archive-lzh-summarize)
9784 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
9785 with 3rd argument non-nil when file's size is being computed.
9786 Format the file sizes with %8.0f instead of %8d.
9787
9788 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9789
9790 * cus-start.el (all): Add mac-dnd-known-types.
9791
9792 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
9793 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
9794 (mac-TIFF-to-string): New functions.
9795 (x-get-selection, x-selection-value)
9796 (mac-select-convert-to-string): Use them.
9797 (mac-text-encoding-mac-japanese-basic-variant): New constant.
9798 (mac-dnd-types-alist): New customization variable.
9799 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
9800 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
9801 (mac-dnd-handle-drag-n-drop-event): New functions.
9802 (mac-drag-n-drop): Remove function.
9803 (global-map): Bind drag-n-drop and M-drag-n-drop to
9804 mac-dnd-handle-drag-n-drop-event.
9805
9806 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
9807
9808 * progmodes/perl-mode.el (perl-beginning-of-function):
9809 Skip anonymous subs.
9810
9811 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
9812
9813 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
9814 regexp-opt at run time.
9815
9816 * term.el (term-handle-ansi-escape): Fix off by one error.
9817
9818 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
9819
9820 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
9821 (gdb-init-1, gdb-post-prompt): ...and references to it.
9822 (gdb-frame-handler): Strip directory name from filename if present.
9823
9824 * progmodes/gud.el (gdb-force-update): Delete defvar
9825 (gud-speedbar-buttons): ...and references to it. Use window-start
9826 to try to keep positon in watch expression.
9827
9828 2006-05-03 Richard Stallman <rms@gnu.org>
9829
9830 * simple.el (next-history-element, previous-history-element): Doc fix.
9831
9832 * isearch.el (isearch-update-ring): Doc fix.
9833
9834 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
9835
9836 * isearch.el (isearch-update-ring): Take history-delete-duplicates
9837 into consideration. Replace one arm ifs with whens.
9838
9839 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
9840
9841 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
9842 (menu): Fix typo.
9843
9844 2006-05-02 Miles Bader <miles@gnu.org>
9845
9846 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
9847
9848 2006-05-02 Jay Belanger <belanger@truman.edu>
9849
9850 * calc/calc-embed.el (calc-override-minor-modes-map)
9851 (calc-override-minor-modes): New variables.
9852 (calc-do-embedded): Make sure that Calc keystrokes aren't
9853 overwritten by minor modes.
9854
9855 2006-05-02 Chong Yidong <cyd@mit.edu>
9856
9857 * msb.el (msb): If EVENT is a down event, read and discard the up event.
9858
9859 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
9860
9861 * startup.el (command-line-1): Refer to Lisp manual when
9862 pure-space-overflow occurs.
9863
9864 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
9865 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
9866 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
9867 (version-control): Don't use `t' for safe-local-variable declarations.
9868
9869 2006-05-01 Richard Stallman <rms@gnu.org>
9870
9871 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
9872 M-r, M-R, M-A, M-SPC or M-DEL.
9873 (diff-mode-map): diff-refine-hunk now on C-c C-w
9874 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
9875
9876 * help-mode.el (help-mode): view-exit-action calls delete-window
9877 only when it is safe and possible.
9878
9879 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
9880 in messages.
9881
9882 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
9883
9884 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
9885 in the default tool-bar-map.
9886
9887 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
9888
9889 * net/tramp.el (tramp-completion-file-name-handler-alist)
9890 (tramp-run-real-handler, tramp-completion-run-real-handler)
9891 (tramp-completion-handle-file-name-all-completions)
9892 (tramp-completion-handle-file-name-completion): Autoload them.
9893 (tramp-completion-handle-file-exists-p)
9894 (tramp-completion-handle-file-name-directory)
9895 (tramp-completion-handle-file-name-nondirectory)
9896 (tramp-completion-handle-expand-file-name): Remove them.
9897 (tramp-handle-file-name-directory): Return the real directory name.
9898 Returning "/" only doesn't need to be necessary any longer.
9899 (tramp-file-name-handler): Make special attention when in hostname
9900 completion mode.
9901 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
9902 (tramp-register-file-name-handlers):
9903 Register `tramp-completion-file-name-handler' only when
9904 `partial-completion-mode' is enabled.
9905 (tramp-completion-handle-file-name-all-completions):
9906 Delete directory part from results.
9907 (tramp-get-completion-methods, tramp-get-completion-user-host):
9908 Discard deleting "/", it doesn't work after the change of
9909 `tramp-handle-file-name-directory' above.
9910
9911 2006-05-01 Kim F. Storm <storm@cua.dk>
9912
9913 * progmodes/grep.el (grep-expand-template): Use save-match-data
9914 and symbol-value.
9915
9916 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9917
9918 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
9919 Use select-frame-set-input-focus instead of raise-frame.
9920 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
9921
9922 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
9923
9924 * progmodes/gud.el (gud-def): Add %c case.
9925 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
9926 (gud-format-command): Make match case sensitive. Match on %F.
9927
9928 2006-04-30 Glenn Morris <rgm@gnu.org>
9929
9930 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
9931 (cal-tex-preamble): Use cal-tex-preamble-extra.
9932 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
9933 than alias `list-diary-entries'.
9934
9935 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
9936
9937 * help-fns.el (describe-variable): Add info about safe local variables.
9938
9939 2006-04-29 Richard Stallman <rms@gnu.org>
9940
9941 * bindings.el (mode-line-format): help-echo doc fixes.
9942
9943 * net/tramp.el (tramp-file-name-handler-alist): Delete
9944 expand-file-name and other operations that can cause spurious loading.
9945
9946 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9947
9948 * files.el (safe-local-variable-p): Remove support for the special
9949 value t.
9950
9951 * textmodes/paragraphs.el (sentence-end-without-space):
9952 Fix safety predicate.
9953 (sentence-end-double-space, sentence-end-without-period)
9954 (paragraph-ignore-fill-prefix):
9955 * textmodes/fill.el (colon-double-space):
9956 * abbrev.el (abbrev-mode): Tighten the safety predicate.
9957
9958 * subr.el (booleanp): New fun.
9959
9960 * textmodes/reftex-vars.el (reftex-guess-label-type):
9961 Tighten the safety predicate.
9962
9963 2006-04-28 Kim F. Storm <storm@cua.dk>
9964
9965 * progmodes/grep.el (defgroup grep): Doc fix.
9966 (grep-auto-highlight): Remove.
9967 (grep-template): New defcustom.
9968 (grep-find-template): Rename from grep-tree-template.
9969 (grep-files-aliases): Rename from grep-tree-files-aliases.
9970 Remove "all" alias, add "l" alias.
9971 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
9972 (grep-find-ignored-directories): New defcustom to replace
9973 grep-tree-ignore-CVS-directories, to facilitate ignoring
9974 subdirectories for multiple version control systems.
9975 (grep-mode-map): Add Recursive grep item to GREP menu.
9976 (grep-regexp-history, grep-files-history): New defvars.
9977 (grep-probe): New helper function.
9978 (grep-compute-defaults): Use it to simplify code.
9979 Adapt to name changes.
9980 Use `.' as base in grep-find-template rather than <D>.
9981 (grep): Remove superfluous highlight-regexp arg. Fix doc.
9982 Call grep-compute-defaults unconditionally.
9983 (grep-expand-keywords): New defconst.
9984 (grep-expand-template): Rename from grep-expand-command-macros.
9985 Simplify via grep-expand-keywords. Look at case-fold-search instead
9986 of grep-tree-ignore-case to add -i option.
9987 Bind case-fold-search to nil while matching keywords.
9988 (grep-tree-last-regexp, grep-tree-last-files): Remove.
9989 (grep-read-regexp, grep-read-files): New helper functions.
9990 (rgrep): Rename from grep-tree. Rework to use proper histories.
9991 Adapt to changes in defcustoms and functions above.
9992 (lgrep): New command, as grep, but using same interactive UI as rgrep.
9993
9994 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
9995
9996 * net/tramp.el (tramp-completion-file-name-handler):
9997 Disable Tramp's functionality while loading Tramp itself.
9998 (tramp-register-file-name-handlers): That's a defsubst now.
9999 Code from `tramp-repair-jka-compr' moved here. Apply it via
10000 `after-init-hook'.
10001 (tramp-repair-jka-compr): Remove.
10002
10003 2006-04-27 Jay Belanger <belanger@truman.edu>
10004
10005 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
10006 read expression when `math-read-big-expr' doesn't work.
10007
10008 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
10009
10010 * startup.el (command-line-1): Display warning when
10011 pure-space-overflow is non-nil.
10012
10013 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10014
10015 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
10016 risky.
10017
10018 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10019
10020 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
10021 Return the URL or nil if none can be generated.
10022
10023 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
10024
10025 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
10026 byte compiler warnings.
10027 (gud-basic-call, gud-find-expr): Let user select an expression
10028 for printing. Print expression as well as value in GUD buffer.
10029
10030 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
10031
10032 * allout.el: Remove local autoload declaration for
10033 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
10034 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
10035 (allout-plain-bullets-string, allout-distinctive-bullets-string)
10036 (allout-use-mode-specific-leader, allout-old-style-prefixes)
10037 (allout-stylish-prefixes, allout-numbered-bullet)
10038 (allout-file-xref-bullet, allout-presentation-padding)
10039 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
10040 safe-local-variable with suitable value spec, and add autoload
10041 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
10042 (move-beginning-of-line, move-end-of-line): Repair so these compat
10043 functions now actually resituate the point, when appropriate.
10044
10045 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10046
10047 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
10048
10049 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
10050 (add-log-iso8601-time-string): Fix call to format-time-string.
10051
10052 2006-04-26 Kim F. Storm <storm@cua.dk>
10053
10054 * subr.el (posn-string, posn-image, posn-object): Doc fix.
10055
10056 2006-04-26 Masatake YAMATO <jet@gyve.org>
10057
10058 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
10059 Add support for "//" style comments. Remove `b' flag
10060 from ?* in `asm-mode-syntax-table'.
10061
10062 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10063
10064 * follow.el: Use (featurep 'xemacs) everywhere.
10065 (follow-mode): Use define-minor-mode.
10066 (follow-mode-map): Move initialization into the declaration.
10067 Use command remapping.
10068 (follow-emacs-version-xemacs-p): Remove.
10069 (follow-submit-feedback): Remove.
10070
10071 * allout.el (allout-layout, allout-passphrase-verifier-string)
10072 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
10073
10074 * textmodes/reftex-vars.el (reftex-vref-is-default)
10075 (reftex-fref-is-default, reftex-guess-label-type):
10076 Tighten up a bit the safety predicate.
10077
10078 * textmodes/paragraphs.el (sentence-end-double-space)
10079 (sentence-end-without-period, sentence-end-without-space)
10080 (page-delimiter, paragraph-ignore-fill-prefix):
10081 Tighten up a bit the safety predicate.
10082
10083 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
10084
10085 * progmodes/python.el (python-continuation-line-p)
10086 (python-beginning-of-statement): syntax-ppss may return
10087 a negative depth.
10088 (python-mode): Don't forcefully enable font-lock.
10089
10090 * time-stamp.el (time-stamp-start, time-stamp-end)
10091 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
10092
10093 * add-log.el: Remove spurious * in docstrings.
10094 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
10095 (add-change-log-entry): Use it here, since it's not specific
10096 to iso8601.
10097 (add-log-iso8601-time-string): Don't use it here any more.
10098 (change-log-indent-text, change-log-indent): Rename from add-log-*.
10099
10100 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
10101
10102 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
10103
10104 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
10105 (rcirc-toggle-low-priority): Doc fix.
10106 (rcirc-handler-NOTICE): Remove beginning of line anchor in
10107 ChanServ regexp.
10108 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
10109 #emacs.
10110 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
10111 (rcirc-decode-coding-system): Use utf-8 as the default.
10112 (rcirc-multiline-minor-mode): Set the fill-column.
10113 (rcirc-format-response-string): Display bright and dim nicks.
10114 (rcirc-browse-url): Update interactive spec to fill ARG.
10115 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
10116 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
10117
10118 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
10119
10120 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
10121 case for @Article, etc.
10122
10123 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
10124
10125 * net/tramp.el (tramp-register-file-name-handlers): New defun.
10126 Added with autoload cookie.
10127 (tramp-unload-file-name-handlers): Rename from
10128 `tramp-unload-file-name-handler-alist'.
10129
10130 2006-04-23 Romain Francoise <romain@orebokech.com>
10131
10132 * comint.el (comint-match-partial-filename): Doc fix.
10133
10134 2006-04-21 Glenn Morris <rgm@gnu.org>
10135
10136 * calendar/cal-menu.el (calendar-mode-map): Refer to
10137 `diary-view-entries' rather than alias `view-diary-entries'.
10138 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
10139
10140 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
10141
10142 * progmodes/antlr-mode.el (antlr-default):
10143 * cus-edit.el (custom-documentation):
10144 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
10145 in defface.
10146
10147 2006-04-21 Kim F. Storm <storm@cua.dk>
10148
10149 * image.el (image-type): New defun split out of create-image.
10150 (create-image): Use it.
10151
10152 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
10153
10154 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
10155 (org-open-at-point): Remove the "...done" message to keep output
10156 in the echo area visible.
10157 (org-export-as-xoxo): Fix call to `indent-region'.
10158
10159 2006-04-21 Kevin Ryde <user42@zip.com.au>
10160
10161 * international/mule.el (keyboard-coding-system): defcustom
10162 info-link fixes: "Specify Coding" has been split, keyboard now in
10163 "Terminal Coding", and "Single-Byte Character Support" is now
10164 "Unibyte Mode".
10165
10166 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
10167
10168 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
10169 Use font-lock-warning-face for any errors e.g. no stack.
10170 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
10171
10172 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
10173
10174 * progmodes/sh-script.el (sh-shell): Mark as safe.
10175
10176 * newcomment.el (comment-start, comment-start-skip)
10177 (comment-end-skip, comment-end): Mark as safe.
10178
10179 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
10180
10181 * textmodes/org.el (org-deadline-announce): Face removed.
10182 (org-level-faces, org-n-levels): Convert to constant.
10183 (org-compatible-face): New function.
10184 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
10185 (org-level-5, org-level-6, org-level-7, org-level-8)
10186 (org-special-keyword, org-warning, org-headline-done, org-link)
10187 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
10188 (org-scheduled-today, org-scheduled-previously, org-time-grid):
10189 Face definition revised for better color tty support.
10190 (org-bold-re, org-italic-re, org-underline-re): New constants.
10191 (org-set-font-lock-defaults): Use the new constants.
10192 (org-agenda-highlight-todo): New function.
10193 (org-agenda-todo): Fix bug with point at end of line.
10194 (org-agenda-change-all-lines, org-finalize-agenda-entries):
10195 Fontify TODO keywords.
10196 (org-insert-link): Preserve relative path in ../ links.
10197 (org-export-as-html): Convert links pointing to .org files into
10198 links that will work beteen the exported HTML files.
10199 (org-todo-list): Fix bug when arg=0.
10200 (org-insert-heading): More fine-tuning.
10201
10202 2006-04-19 Romain Francoise <romain@orebokech.com>
10203
10204 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
10205 from `rmail-mime-charset-pattern'.
10206
10207 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
10208
10209 * progmodes/python.el (python-mode): Fix typo.
10210
10211 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
10212
10213 * comint.el (comint-previous-input): Don't clobber input line
10214 when moving off either end of the input history ring.
10215 (comint-delete-input): New function, used by
10216 `comint-previous-input' and others.
10217 (comint-previous-matching-input):
10218 Use `coming-delete-input'. Save the partial input if leaving the
10219 edit line. Goto point-max before deleting input to avoid
10220 partial input fragments hanging around.
10221 (comint-restore-input): New function, used by `comint-previous-input'.
10222
10223 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
10224
10225 * imenu.el (imenu--index-alist): Balance parentheses.
10226
10227 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
10228
10229 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
10230
10231 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
10232
10233 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
10234 file is nil.
10235
10236 2006-04-18 Richard Stallman <rms@gnu.org>
10237
10238 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
10239
10240 * imenu.el (imenu-create-index-function, imenu--index-alist)
10241 (imenu--last-menubar-index-alist, imenu--make-index-alist)
10242 (imenu-default-create-index-function, imenu--generic-function):
10243 Doc fixes.
10244
10245 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
10246
10247 * help-mode.el (help-mode): Set view-exit-action to delete window.
10248
10249 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
10250 now works by passing nil as arg.
10251
10252 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
10253
10254 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
10255 (read-abbrev-file): Provide default when reading filename.
10256
10257 * files.el (enable-local-variables): Allow :all as value.
10258 (hack-local-variables): Implement that value.
10259 (safe-local-variable-values, safe-local-eval-forms)
10260 (enable-local-variables): Mark as risky.
10261 (find-file-visit-truename, kept-old-versions): Mark safe.
10262
10263 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
10264 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
10265 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
10266
10267 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10268
10269 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
10270 Use forward-line so as to get to BOL even in the presence of fields.
10271 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
10272 in return.
10273 (inferior-tcl): Tell tclsh to work in interactive mode.
10274
10275 * complete.el (partial-completion-mode):
10276 Use 'choose-completion-string-functions to make sure that
10277 choose-completion fills the minibuffer properly.
10278
10279 * complete.el (PC-old-read-file-name-internal): Remove.
10280 (PC-read-include-file-name-internal): Remove. Turn it into an advice
10281 of read-file-name-internal.
10282 (partial-completion-mode): Enable/disable this advice.
10283
10284 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
10285
10286 * net/tramp.el (tramp-completion-file-name-handler): Revert change
10287 of 2006-04-17.
10288
10289 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
10290
10291 * textmodes/org.el (org-insert-heading): Insert heading before
10292 current if at beginning of line.
10293 (org-todo, org-date): New faces.
10294 (org-table-align): Make sure tooltip window contains full text.
10295 (org-no-properties): New defsubst.
10296 (org-set-font-lock-defaults): Use new faces.
10297
10298 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
10299
10300 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
10301 for root variables.
10302
10303 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
10304 (gdb-frame-address): Re-use to identify frame for watch expression.
10305 (gdb-var-list, gdb-var-create-handler): Add frame address for root
10306 variables.
10307 (gdb-init-1, gdb-source, gdb-post-prompt)
10308 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
10309 (gdb-frame-handler): Get gdb-frame-address.
10310
10311 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
10312
10313 Sync with Tramp 2.0.53.
10314
10315 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
10316 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
10317 (tramp-completion-file-name-handler): Add autoload cookie for
10318 adding to `file-name-handler-alist'.
10319
10320 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
10321 the prompt. If it returns earlier (when detecting an error
10322 message), the rest of the output will merge accidently with the
10323 output of the next command. Reported by M Jared Finder
10324 <jared@hpalace.com>.
10325
10326 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
10327 for `process-file', in order to let it work for older Emacsen too.
10328
10329 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
10330
10331 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
10332 (tex-font-lock-keywords-3): Use it.
10333
10334 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10335
10336 * newcomment.el (comment-add): New function.
10337 (comment-region-default, comment-dwim): Use it.
10338
10339 2006-04-15 Michael Olson <mwolson@gnu.org>
10340
10341 * emacs-lisp/tq.el: Improve comments.
10342 (tq-queue-head-question): New accessor function.
10343 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
10344 Update for modified queue structure.
10345 (tq-queue-add): Accept `question' argument.
10346 (tq-queue-pop): If a question is pending, send it.
10347 (tq-enqueue): Accept new optional argument `delay-question'.
10348 If this is non-nil, and at least one other question is pending a
10349 response, queue the question rather than sending it immediately.
10350
10351 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10352
10353 * calendar/appt.el (appt-add): Check whether an appointment is
10354 already present in appt-time-msg-list. Simplify code.
10355
10356 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10357
10358 * progmodes/cc-langs.el (c-mode-menu):
10359 Don't presume c-subword-mode is bound.
10360
10361 2006-04-13 Bill Wohler <wohler@newt.com>
10362
10363 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
10364 (customize-package-emacs-version): Use cdr instead of cadr now
10365 that alists use dotted pairs.
10366
10367 * custom.el (defcustom): Fix docstring for :package-version.
10368
10369 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
10370
10371 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
10372 (tramp-handle-shell-command): Display output buffer only when
10373 `tramp-display-shell-command-buffer' is true.
10374 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
10375
10376 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
10377
10378 * textmodes/org.el (org-set-autofill-regexps): Set only the local
10379 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
10380
10381 2006-04-13 Romain Francoise <romain@orebokech.com>
10382
10383 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
10384 leaving temporary .cvsignore buffers behind.
10385
10386 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
10387
10388 * textmodes/org.el (org-set-regexps-and-options)
10389 (org-get-current-options): Better names for the startup folding
10390 options.
10391
10392 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
10393
10394 * vc.el (vc-annotate): Arrange for point to end up at the same
10395 line number as in the original, but only when using a new buffer.
10396
10397 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
10398
10399 * files.el (hack-one-local-variable-eval-safep):
10400 Recognize `edebug-form-spec' for `put', but only if it passes
10401 `edebug-basic-spec'. Generalize `put' handling.
10402
10403 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
10404 vetting file-local form specs.
10405
10406 * allout.el (allout-layout): Autoload its `safe-local-variable'
10407 property.
10408
10409 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
10410
10411 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
10412 (org-agenda-mouse-1-follows-link)
10413 (org-mouse-1-follows-link): New options.
10414 (org-format-agenda-item): Fix bug if TAGS is nil.
10415 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
10416
10417 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
10418
10419 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
10420 GDB 6.1+ gives full filename for "info sources" so use
10421 file-name-nondirectory.
10422
10423 2006-04-12 Romain Francoise <romain@orebokech.com>
10424
10425 * subr.el (read-passwd): Bind `message-log-max' to nil.
10426
10427 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10428
10429 * progmodes/perl-mode.el (perl-indent-new-calculate):
10430 Recompute parse-start after jumping backward by a whole sexp.
10431
10432 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10433
10434 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
10435 window configuration.
10436 (vc-annotate-display-select): Select the buffer so that current-buffer
10437 (and selected-window) is the output buffer at the end of vc-annotate.
10438
10439 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
10440
10441 * vc.el (vc-annotate-color-map): Add custom TTY color map for
10442 8-color terminals, to use all of the colors in a sensible order.
10443 256-color terminals work well with the standard map.
10444 (vc-annotate-lines): Only strip the first color character if it
10445 is "#", to allow for terminal-style named colors.
10446 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
10447 the correct buffer is scrolled.
10448
10449 2006-04-11 Richard Stallman <rms@gnu.org>
10450
10451 * emacs-lisp/bytecomp.el (byte-compile-file):
10452 Bind enable-local-variables to :safe, and make normal-mode obey it.
10453
10454 * files.el (enable-local-variables): Allow value :safe.
10455 (normal-mode): Doc fix.
10456 (hack-local-variables): Implement enable-local-variables = :safe.
10457 (hack-local-variables-confirm): Don't prevent quitting.
10458
10459 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10460
10461 * loadhist.el (unload-feature): A bit of sanity check of
10462 load-history entries. Cancel timer-vars before unbinding them.
10463
10464 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
10465 quote special chars, and make the trick work on the hex part of the
10466 buffer as well.
10467 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
10468 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
10469
10470 * startup.el (normal-splash-screen): Fix last change so we don't wait
10471 2 minutes if we don't show the splash screen.
10472
10473 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
10474
10475 * textmodes/org.el (org-export-plain-list-max-depth)
10476 (org-table-spaces-around-separators)
10477 (org-radio-targets, org-activate-camels)
10478 (org-table-spaces-around-invisible-separators): Options removed.
10479 (org-time-stamp-rounding-minutes, org-remember-templates)
10480 (org-ellipsis, org-activate-links, org-descriptive-links):
10481 New options.
10482 (org-remember-apply-template, org-current-time)
10483 (org-finish-edit-table-field)
10484 (org-link-unescape, org-link-escape)
10485 (org-string-width, org-table-clean-line, org-html-do-expand)
10486 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
10487 (org-read-agenda-file-list): New functions.
10488 (org-table-edit-field)
10489 (org-table-create-or-convert-from-region): New commands
10490 (org-table-toggle-vline-visibility): Command removed.
10491 (org-table-convert-region): Made a command.
10492 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
10493 Replace with the normal org- functions.
10494 (org-self-insert-command): Don't trigger realign unnecessarily
10495 when blanking a field that is not full.
10496 (org-mode): `Set buffer-invisibility-spec' for links.
10497 (org-activate-links2): Hide link part and only show descriptive
10498 part of the link.
10499 (org-insert-link): Modify for new linking system.
10500 (org-store-link): Store description separately, for use by
10501 `org-insert-link'.
10502 (org-table-align): Use `org-string-width'.
10503 (defgroup): Completely new group structure for custom variables.
10504 (org-agenda-files): Option: Single file name allowed. Function:
10505 Optional argument unrestrited means ignore any restricitons.
10506 (org-install-agenda-files-menu): Find a buffer in Org-mode before
10507 trying to modify the menu. Use generalized access to
10508 `org-agenda-files.'
10509 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
10510 (org-agenda-file-to-front, org-remove-file, org-diary)
10511 (org-tags-view, org-export-icalendar-all-agenda-files)
10512 (org-export-icalendar-combine-agenda-files): Use generalized
10513 access to `org-agenda-files'.
10514 (org-remember-handler): Correctly preserve heading if present.
10515 (org-table-insert-row, org-table-insert-hline): Deal with
10516 invisible characters.
10517
10518 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
10519
10520 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
10521 (vc-annotate-color-map): New 18 element constant
10522 value/saturation, rotating hue colormap, from red->blue.
10523 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
10524 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
10525 (vc-annotate): To avoid killing the required local variables,
10526 set them before the end of `with-output-to-temp-buffer', and
10527 after first switching to annotate-mode.
10528 (vc-annotate-warp-version): Add buffer argument in goto-line to
10529 ensure annotation, not source, is scrolled.
10530
10531 2006-04-10 Bill Wohler <wohler@newt.com>
10532
10533 * custom.el (defcustom, custom-handle-keyword):
10534 Add :package-version keyword.
10535 (custom-add-package-version): New function. Sets value of new
10536 property 'custom-package-version from :package-version keyword.
10537 (defcustom): Create Common Keywords section in docstring.
10538 (defface, defgroup): Replace definitions of a select few keywords
10539 with a reference to the Common Keywords in defcustom.
10540 (defcustom, defface, defgroup): Replace reference to Customization
10541 chapter in manual with hyperlink.
10542
10543 * cus-edit.el (customize-package-emacs-version-alist): New variable.
10544 (customize-changed-options): Add check for custom-package-version.
10545 (customize-package-emacs-version): New function to look up Emacs
10546 version corresponding to the given package version.
10547
10548 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
10549 defun name, in similar fashion to find-variable-regexp.
10550
10551 2006-04-10 Eli Zaretskii <eliz@gnu.org>
10552
10553 * international/mule-cmds.el (set-locale-environment): Fix last
10554 change for when the locale's preferences don't specify any encoding.
10555
10556 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10557
10558 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
10559 so the defined var/fun doesn't need to be quoted.
10560
10561 2006-04-10 Richard Stallman <rms@gnu.org>
10562
10563 * finder.el (finder-mode-map): Add n and p bindings.
10564
10565 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
10566
10567 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
10568 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
10569 (gdb-setup-windows): Put something in source window if we can't find
10570 the source file.
10571 (gdb-frame-handler): Make it work again with just assembly.
10572 (gdb-data-list-register-values-handler): Make it work when there is
10573 no stack.
10574
10575 2006-04-09 Richard Stallman <rms@gnu.org>
10576
10577 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
10578 specs while looking for charset.
10579
10580 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
10581
10582 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
10583 Make them faces.
10584 (lm-font-lock-keywords): Update appropriately.
10585
10586 2006-04-10 Kim F. Storm <storm@cua.dk>
10587
10588 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
10589 it can also replace buffer-substring-no-properties.
10590
10591 * emulation/cua-base.el (cua-delete-region, cua-paste)
10592 (cua-repeat-replace-region): Use filter-buffer-substring.
10593
10594 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10595 (cua-cut-region-to-global-mark): Likewise.
10596
10597 * emulation/cua-rect.el (cua--extract-rectangle)
10598 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
10599
10600 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10601
10602 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
10603 entry-type. Add field delimiters to numerical fields if they are
10604 not present.
10605
10606 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10607
10608 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
10609 string-const to return value.
10610 (bibtex-remove-delimiters): Use it.
10611
10612 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10613
10614 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
10615 cl-byte-compile-compiler-macro unless it exists.
10616
10617 2006-04-08 Eli Zaretskii <eliz@gnu.org>
10618
10619 * files.el (hack-local-variables-confirm) <offer-save>:
10620 Clarify message text. Suggested by Ralf Angeli.
10621
10622 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10623
10624 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
10625 (delete-extract-rectangle-line): Use `filter-buffer-substring'
10626 instead of `buffer-substring' and `delete-region'. (Most of the
10627 code actually copied from `kill-region'.)
10628
10629 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
10630
10631 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
10632 (rcirc-default-port): Rename from rcirc-port.
10633 (rcirc-default-nick): Rename from rcirc-nick.
10634 (rcirc-default-user-name): Rename from rcirc-user-name.
10635 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
10636 (rcirc-low-priority-flag): New variable.
10637 (rcirc-decode-coding-system): New defcustom.
10638 (rcirc-encode-coding-system): New defcustom.
10639 (rcirc-coding-system-alist): New defcustom.
10640 (rcirc-multiline-major-mode): New defcustom.
10641 (rcirc-nick): New internal variable.
10642 (rcirc-process): Remove variable.
10643 (rcirc-server-buffer): New variable.
10644 (rcirc): Update to use rcirc-default-* variables above.
10645 (rcirc-connect): Do not add window-configuration-hook-here.
10646 (rcirc-server): New internal variable.
10647 (rcirc-connect): Do not send keepalive pings if
10648 rcirc-keepalive-seconds is nil.
10649 (with-rcirc-server-buffer): New macro.
10650 (rcirc-send-string): Encode with rcirc-encode-coding-system.
10651 (rcirc-server-name): Rename from rcirc-server.
10652 (rcirc-buffer-process): New function.
10653 (rcirc-buffer-nick): New function.
10654 (rcirc-buffer-target): Remove function.
10655 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
10656 New commands.
10657 (rcirc-mode-map): Change binding of C-c C-l to
10658 rcirc-toggle-low-priority.
10659 (rcirc-mode): Initialize coding system based on
10660 rcirc-coding-system-alist. New change-major-mode-hook to part the
10661 channel on a mode change. Make kill-buffer-hook buffer-local.
10662 (rcirc-change-major-mode-hook): New function.
10663 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
10664 (rcirc-last-post-time): New variable.
10665 (rcirc-process-message): Store the last time user posted a message
10666 to this target.
10667 (rcirc-multiline-minor-mode): New mode.
10668 (rcirc-multiline-minor-mode-map): New mode map.
10669 (rcirc-edit-multiline): Put multiline-edit buffer in
10670 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
10671 (rcirc-print): Ignore any line starting with an ignored nick.
10672 (rcirc-print): Decode using rcirc-decode-coding-system.
10673 (rcirc-track-minor-mode): Update global-mode-string when disabling
10674 this mode.
10675 (minor-mode-alist): Add LowPri indicator.
10676 (rcirc-toggle-low-priority): New function.
10677 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
10678 next lowpriority buffer with activity.
10679 (rcirc-record-activity): Sort buffers in rcirc-activity by the
10680 last time the user posted a message in to the target.
10681 (rcirc-update-activity-string): New formatting for low priority
10682 buffers.
10683 (rcirc-split-activity): New function.
10684 (rcirc-handler-PART, rcirc-handler-KICK)
10685 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
10686 (rcirc-nick-away-alist): New variable.
10687 (rcirc-handler-301): New handler. Away messages are printed once
10688 per change.
10689
10690 2006-04-08 Eli Zaretskii <eliz@gnu.org>
10691
10692 * info.el (Info-follow-nearest-node): Doc fix.
10693
10694 * international/mule-cmds.el (set-locale-environment): Make sure
10695 the coding-system preferred by the locale's language has the same
10696 EOL conversion type as the original buffer-file-coding-system.
10697 (locale-language-names): Add a few MS Windows language codes.
10698
10699 2006-04-07 Richard Stallman <rms@gnu.org>
10700
10701 * simple.el (eval-expression): Doc fix.
10702
10703 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
10704 (eval-defun): Doc fixes.
10705
10706 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
10707
10708 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
10709
10710 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
10711
10712 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
10713 GDB list command without argument for greater generality.
10714
10715 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
10716
10717 * subr.el (string-or-null-p): New function.
10718
10719 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
10720
10721 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
10722
10723 * files.el: Update comment about safe-local-variable declarations.
10724
10725 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
10726
10727 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
10728 See idlwave.org.
10729
10730 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
10731 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
10732
10733 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
10734 See idlwave.org.
10735
10736 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
10737 version 6.0 (minimal changes). See idlwave.org.
10738
10739 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
10740 6.0 (minimal changes). See idlwave.org.
10741
10742 * progmodes/idlw-rinfo.el: File obsoleted and removed.
10743
10744 2006-04-06 Romain Francoise <romain@orebokech.com>
10745
10746 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
10747 symmetric encryption features and a new asynchronous interface to
10748 GnuPG. This new version is version 1.4, plus whitespace changes.
10749
10750 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
10751
10752 * files.el: Move some `safe-local-variable' declarations to the
10753 respective files.
10754
10755 * textmodes/ispell.el (ispell-check-comments)
10756 (ispell-local-dictionary): Mark as safe.
10757
10758 * abbrev.el (abbrev-mode): Mark as safe.
10759
10760 * add-log.el (change-log-default-name): Mark as safe.
10761
10762 * textmodes/reftex-vars.el (reftex-vref-is-default)
10763 (reftex-fref-is-default, reftex-level-indent)
10764 (reftex-guess-label-type): Mark as safe.
10765
10766 * textmodes/fill.el (colon-double-space): Mark as safe.
10767
10768 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
10769 (sentence-end-double-space, sentence-end-without-period)
10770 (sentence-end-without-space, sentence-end, sentence-end-base)
10771 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
10772
10773 2006-04-06 Kim F. Storm <storm@cua.dk>
10774
10775 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
10776 the :set-after list.
10777 (ido-downcase-unc-hosts): New user option. Default on.
10778 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
10779 when it is set, as regexps are now applied on the fly.
10780 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
10781 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
10782 on the fly, but only when ido-process-ignore-lists is set.
10783 Do case insensitive filtering if ido-downcase-unc-hosts is set.
10784 Only downcase names if ido-downcase-unc-hosts is set.
10785
10786 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
10787
10788 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
10789
10790 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
10791
10792 2006-04-05 Kim F. Storm <storm@cua.dk>
10793
10794 * ido.el (ido-mode): Set after ido-unc-hosts and
10795 ido-ignore-unc-host-regexps.
10796 (ido-save-history): Save ido-unc-hosts-cache.
10797 (ido-load-history): Load ido-unc-hosts-cache.
10798 (ido-reread-directory): Refresh unc hosts cache in // dir.
10799
10800 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
10801 to nil while displaying slash screen.
10802
10803 2006-04-05 Daiki Ueno <ueno@unixuser.org>
10804
10805 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
10806 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10807
10808 2006-04-05 Kenichi Handa <handa@m17n.org>
10809
10810 * international/characters.el: Setup cases of Latin, Greek, and
10811 Cyrillic characters in CJK charsets.
10812
10813 2006-03-29 Daiki Ueno <ueno@unixuser.org>
10814
10815 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10816 default-enable-multibyte-characters. This reverts the change from
10817 revision 6.17 which is no longer necessary because the passphrase
10818 is sent separately now. GnuPG messages are unreadable under
10819 multibyte locales with default-enable-multibyte-characters set to nil.
10820
10821 2006-04-04 Andreas Schwab <schwab@suse.de>
10822
10823 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
10824 and `byte-compile-warnings' as `safe-local-variable'.
10825
10826 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
10827
10828 * man.el (Man-mode-map): Restore the \r binding.
10829 (Man-abstract-xref-man-page): If Man-target-string is a function,
10830 call it.
10831 (Man-highlight-references): Use Man-default-man-entry to get the
10832 target. Deal with xrefs too.
10833 (Man-highlight-references0): Don't call the target function.
10834
10835 * woman.el (WoMan-xref-man-page): Strip the section number, woman
10836 cannot deal with it.
10837
10838 2006-04-04 Daiki Ueno <ueno@unixuser.org>
10839
10840 * pgg-gpg.el: Clean up process buffers every time gpg processes
10841 complete.
10842
10843 2006-04-04 Kenichi Handa <handa@m17n.org>
10844
10845 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
10846 here.
10847 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
10848 Temporarily bind inhibit-field-text-motion to t.
10849
10850 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
10851
10852 * startup.el (normal-splash-screen): Only set mode-line-format in the
10853 splash buffer, so as not to interfere when debugging the code.
10854 Ignore errors when switching buffer.
10855
10856 2006-04-03 Romain Francoise <romain@orebokech.com>
10857
10858 * dired.el (dired-dnd-protocol-alist): Fix typo.
10859
10860 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
10861
10862 * savehist.el (savehist): Add :version.
10863 (savehist-ignored-variables): New variable.
10864 (savehist-minibuffer-hook): Don't save variables listed in
10865 `savehist-ignored-variables'.
10866
10867 * dired.el (dired-dnd-protocol-alist): Mention that change does
10868 only apply to new buffers in doc string.
10869
10870 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
10871
10872 * recentf.el (recentf-open-files-item): Include newline in button
10873 field, so opening a file will work, when the point is at the end
10874 of the file name. Allow, for example, to [i]search a file by
10875 extension and just push RET to open it.
10876
10877 2006-04-03 Daiki Ueno <ueno@unixuser.org>
10878
10879 * pgg-gpg.el (pgg-gpg-process-filter)
10880 (pgg-gpg-wait-for-completion): Check if buffer is alive.
10881
10882 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10883 lines, temporary fix.
10884
10885 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
10886
10887 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
10888
10889 2006-04-02 Richard Stallman <rms@gnu.org>
10890
10891 * progmodes/compile.el (compilation-message-face): Make it defcustom.
10892
10893 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
10894
10895 * ibuf-macs.el (define-ibuffer-column): Add a new key:
10896 header-mouse-map.
10897
10898 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
10899 (ibuffer-mode-header-map): New keymaps.
10900 (ibuffer-update-title-and-summary): Enable mouse face highlighting
10901 and keybindings for column headers.
10902 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
10903 property.
10904
10905 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
10906
10907 * speedbar.el (speedbar-after-create-hook): Doc fix.
10908
10909 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
10910
10911 * shell.el (shell-directory-tracker)
10912 (shell-dynamic-complete-command): Doc fixes.
10913
10914 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
10915
10916 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
10917 terminals.
10918
10919 2006-04-01 Kim F. Storm <storm@cua.dk>
10920
10921 * ido.el (ido-unc-hosts-cache): New defvar.
10922 (ido-unc-hosts): If value of defcustom is a function, call it to
10923 get list of UNC hosts. Add function-item choices to specify
10924 ido-unc-hosts-net-view or user function.
10925 (ido-ignore-unc-host-regexps): New defcustom.
10926 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
10927 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
10928 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
10929
10930 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
10931
10932 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
10933 wwidth.
10934
10935 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
10936
10937 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
10938 (ido-max-work-file-list, ido-switch-buffer)
10939 (ido-read-file-name-as-directory-commands):
10940 Fix typos in docstrings.
10941
10942 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10943
10944 * term/mac-win.el (mac-system-coding-system): Define and use after
10945 Mac-specific coding systems are ready.
10946
10947 2006-03-27 Romain Francoise <romain@orebokech.com>
10948
10949 * net/rcirc.el (rcirc-connect): Add autoload cookie.
10950
10951 * ldefs-boot.el: Update.
10952
10953 2006-03-27 Daiki Ueno <ueno@unixuser.org>
10954
10955 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10956 passphrases when it is not needed.
10957 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10958 passphrase stuff from gpg, should only be necessary when you use
10959 gpg with a smartcard.
10960
10961 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
10962
10963 * comint.el (comint-dynamic-list-completions): Allow user to
10964 select *Completions* buffer.
10965
10966 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
10967
10968 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
10969
10970 2006-03-26 Andreas Schwab <schwab@suse.de>
10971
10972 * progmodes/gud.el (gdb): Only complain about multiple debugging
10973 when the gdb process is still running.
10974
10975 2006-03-25 Eli Zaretskii <eliz@gnu.org>
10976
10977 * mail/rmail.el (tool-bar-map): Defvar it.
10978 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
10979 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
10980
10981 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
10982
10983 * help.el (print-help-return-message): Suggest to use
10984 display-buffer instead of switch-to-buffer-other-window to restore
10985 the previous window without selecting it.
10986
10987 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10988
10989 * frame.el (select-frame-by-name): Call x-focus-frame also when
10990 window-system is mac.
10991
10992 * term/mac-win.el: Adjust Courier font specifications in
10993 x-fixed-font-alist.
10994 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
10995 when directly encoding to UTF-16 in native byte order, no BOM.
10996
10997 2006-03-25 Kim F. Storm <storm@cua.dk>
10998
10999 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
11000 (cua--init-keymaps): Use it instead of fixed C-return.
11001 (cua-mode): Set after it.
11002
11003 * emulation/cua-rect.el (cua--init-rectangles):
11004 Use cua-rectangle-mark-key instead of fixed C-return.
11005
11006 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
11007
11008 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
11009 "run" in .gdbinit.
11010 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
11011
11012 2006-03-24 Romain Francoise <romain@orebokech.com>
11013
11014 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
11015 `display-buffer-other-frame'.
11016
11017 2006-03-24 Kim F. Storm <storm@cua.dk>
11018
11019 * apropos.el (apropos-synonyms): Add selection => region.
11020
11021 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
11022
11023 * progmodes/gdb-ui.el (gdb-var-create-regexp)
11024 (gdb-var-list-children-regexp, gdb-var-update-regexp)
11025 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
11026 (gdb-data-list-register-values-regexp)
11027 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
11028 Future proof against new fields being added to MI output.
11029 (gdb-send): Don't treat backslashes for program input as
11030 continuations.
11031 (gdb-assembler-handler): Don't use window-start for this handler.
11032 (gdb-frame-handler): Don't change to hollow arrow if overlay
11033 arrow doesn't move to new frame.
11034
11035 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
11036
11037 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
11038 prevent compiler warnings.
11039 (gdb-stopped): Check for gud-last-last-frame (case: signal).
11040 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
11041 (gdb-assembler-custom): Use hollow-right-triangle for assembler
11042 buffer too.
11043
11044 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
11045
11046 * pgg-gpg.el (pgg-gpg-update-agent): Check for
11047 make-network-process, so we can use the same code in Gnus v5-10
11048 too and have this file fully synchronized with that release.
11049
11050 2006-03-23 Romain Francoise <romain@orebokech.com>
11051
11052 * ibuf-ext.el (ibuffer-read-filter-group-name):
11053 Use `ibuffer-generate-filter-groups' to make completion list match
11054 the filter groups that are really displayed in the Ibuffer buffer.
11055 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
11056
11057 2006-03-23 Kenichi Handa <handa@m17n.org>
11058
11059 * international/mule-cmds.el (sort-coding-systems): Describe that
11060 the argument is modified in docstring.
11061
11062 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
11063
11064 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11065 (pgg-gpg-update-agent): New function.
11066 (pgg-gpg-use-agent-p): New function.
11067 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11068 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11069 (pgg-gpg-sign-region): Use it.
11070
11071 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
11072
11073 * cus-edit.el (custom-face-set): Call custom-push-theme before
11074 face-spec set so that `changed' theme is correctly saved.
11075 (custom-face-reset-standard): Reset to recalculated face rather
11076 than defface spec.
11077
11078 * custom.el (custom-push-theme): Only save `changed' theme if the
11079 current face does not match the defface specs.
11080
11081 2006-03-21 Simon Josefsson <jas@extundo.com>
11082
11083 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11084 <wilde@sha-bang.de>.
11085 (pgg-gpg-use-agent): New variable.
11086 (pgg-gpg-process-region): Use it.
11087 (pgg-gpg-encrypt-region): Likewise.
11088 (pgg-gpg-encrypt-symmetric-region): Likewise.
11089 (pgg-gpg-decrypt-region): Likewise.
11090 (pgg-gpg-sign-region): Likewise.
11091 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11092
11093 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
11094
11095 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
11096 bracket links.
11097
11098 2006-03-21 Kim F. Storm <storm@cua.dk>
11099
11100 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
11101 fringe-indicator-alist instead of modifying global value.
11102 (gdb-frame-handler): Likewise.
11103
11104 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
11105
11106 * diff-mode.el (diff-function): Make it inherit from diff-header
11107 instead of diff-context.
11108
11109 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
11110 bitmap.
11111 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
11112 change names in macro above for consistency.
11113 (gdb-frame-handler): Use hollow-right-triangle for all selected
11114 frames which except the innermost (where execution has stopped).
11115 (gdb-reset): Reset buffer-local values of overlay-arrow.
11116
11117 2006-03-20 Richard Stallman <rms@gnu.org>
11118
11119 * simple.el (set-mark-command): Doc fix.
11120
11121 * files.el (display-buffer-other-frame): New command.
11122 (ctl-x-4-map): Bind C-x 5 C-o to it.
11123
11124 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11125
11126 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
11127 rather than just defer-time, in case defer-time has been changed but
11128 the timer isn't running yet.
11129 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
11130
11131 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
11132
11133 * help-mode.el (help-follow-symbol): New function.
11134 Essentially identical to the old `help-follow', but do not let
11135 `push-button' do the work when on an xref.
11136 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
11137
11138 2006-03-19 Richard Stallman <rms@gnu.org>
11139
11140 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
11141 preceded by the word `program'.
11142 (help-follow-mouse, help-follow): Throw error if not on xref.
11143 Delete no longer used args.
11144
11145 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
11146
11147 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
11148 annotation ensure gud-overlay-arrow-position is redisplayed.
11149
11150 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11151
11152 * textmodes/bibtex.el (bibtex-include-OPTkey)
11153 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
11154 (bibtex-autokey-name-case-convert)
11155 (bibtex-autokey-titleword-case-convert): Make these the aliases
11156 for the following two variables.
11157 (bibtex-autokey-name-case-convert-function)
11158 (bibtex-autokey-titleword-case-convert-function): Make these the
11159 real names.
11160 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
11161 bibtex-font-lock-crossref sublists.
11162 (bibtex-mode): Revert 2005-12-30 change (which made
11163 completion-ignore-case buffer-local).
11164 (bibtex-url): Simplify.
11165
11166 2006-03-19 Kim F. Storm <storm@cua.dk>
11167
11168 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
11169 cursor property value to 2 (to align with C level change).
11170
11171 2006-03-19 Bill Wohler <wohler@newt.com>
11172
11173 * image.el (image-load-path-for-library): Shorten first line in
11174 docstring.
11175
11176 2006-03-18 Richard Stallman <rms@gnu.org>
11177
11178 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
11179
11180 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
11181
11182 * isearch.el (isearch-other-meta-char): Handle user bindings for
11183 shifted control characters.
11184
11185 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
11186
11187 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
11188 part that matches email addresses, file names, etc.
11189
11190 2006-03-18 Eli Zaretskii <eliz@gnu.org>
11191
11192 * term/w32-win.el (mouse-set-font):
11193 Mention w32-list-proportional-fonts in the doc string.
11194
11195 2006-03-18 Kim F. Storm <storm@cua.dk>
11196
11197 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
11198 (ido-unc-hosts): New user option to explicitly define list of know
11199 UNC-style hosts for completion.
11200 (ido-cache-unc-host-shares-time): New user option.
11201 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
11202 New helper functions for UNC file-name support.
11203 (ido-may-cache-directory): Check for UNC host. Simplify.
11204 (ido-wash-history): Clean out old UNC hosts.
11205 (ido-nonreadable-directory-p): UNC hosts are always readable.
11206 (ido-directory-too-big-p): UNC hosts are never too big.
11207 (ido-set-current-directory): Handle UNC root path.
11208 (ido-file-name-all-completions): Complete UNC host names from
11209 ido-unc-hosts list. Cache UNC host shares.
11210 (ido-make-file-list-1): Don't filter UNC root.
11211 (ido-exhibit): Check for // in root directory, and switch to UNC
11212 mode by setting ido-current-directory to //.
11213
11214 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
11215
11216 * cus-edit.el (customize-changed-options): Mention explicit
11217 version number as default in prompt.
11218
11219 2006-03-17 Bill Wohler <wohler@newt.com>
11220
11221 * image.el (image-load-path-for-library): Minor docstring fix.
11222
11223 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
11224
11225 * textmodes/org.el (org-read-date): Include subgroup 5 into
11226 replacement text.
11227 (org-popup-calendar-for-date-prompt): Fix customization type.
11228
11229 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
11230
11231 * progmodes/gdb-ui.el (gud-watch): Provide completion.
11232 (gdb-continuation): New variable.
11233 (gdb-send): Deal with continuation lines.
11234
11235 * progmodes/gud.el (gud-gdb-complete-command)
11236 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
11237 expressions.
11238 (gud-tooltip-mode): Use buffer-local value.
11239
11240 2006-03-16 Kim F. Storm <storm@cua.dk>
11241
11242 * ido.el (ido-edit-input): Use selected match, if any.
11243
11244 2006-03-16 Bill Wohler <wohler@newt.com>
11245
11246 * image.el (image-load-path-for-library): Prefer user's images in
11247 image-load-path.
11248
11249 2006-03-16 Martin Rudalics <rudalics@gmx.at>
11250
11251 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
11252 when checking for attempt to drag leftmost or rightmost scrollbar.
11253
11254 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
11255
11256 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
11257 (gdb-force-mode-line-update): New function.
11258 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
11259 (gdb-exited): Use them.
11260 (gdb-signal): New function.
11261 (gdb-annotation-rules): Provide a rule for it.
11262
11263 2006-03-16 Kenichi Handa <handa@m17n.org>
11264
11265 * international/mule.el (auto-coding-regexp-alist): Add entries
11266 for Unicode BOM.
11267
11268 * sort.el (sort-build-lists): Temporarily bind
11269 inhibit-field-text-motion to t.
11270
11271 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
11272
11273 * locate.el (locate-command, locate-make-command-line)
11274 (locate-fcodes-file, locate-update-command)
11275 (locate-prompt-for-command, locate, locate-with-filter)
11276 (locate-get-file-positions): Doc fixes.
11277 (locate-buffer-name, locate-header-face): Remove leading `*' in
11278 defcustom.
11279 (locate-filter-output): Use `keep-lines' instead of its alias
11280 `delete-non-matching-lines'.
11281 (locate-get-filename, locate-get-dirname): Add introductory comment.
11282 (locate-find-directory-other-window): Give appropriate error
11283 message if used outside main listing.
11284
11285 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11286
11287 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
11288 the new extend-region feature.
11289 (font-lock-after-change-function): Update correspondingly.
11290 * jit-lock.el (jit-lock-after-change): Update correspondingly.
11291 * progmodes/grep.el (font-lock-lines-before): Don't disable.
11292
11293 2006-03-15 Bill Wohler <wohler@newt.com>
11294
11295 * image.el (image-load-path-for-library): Fix example by not
11296 recommending that one binds image-load-path. Just defvar it to
11297 placate compiler and only use it if previously defined.
11298
11299 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
11300
11301 * textmodes/org.el (org-insert-centered): Use `string-width' to
11302 make underlining work for wide characters.
11303 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
11304 TAB to `org-cycle', to make sure that no binding in
11305 `outline-mode-map' can supercede it.
11306
11307 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
11308
11309 * allout.el: Increment version to 2.2.1 in file commentary.
11310
11311 (allout-version): Increment to 2.2.1.
11312
11313 (allout-default-layout): New customization variable, used when the
11314 file lacks a specific allout-layout. Uses allout-layout-type for
11315 recursively nested definition.
11316
11317 (allout-layout-type): Widget defining allout layouts, necessary for
11318 self-recursive definition.
11319
11320 (allout-mode): Incorporate allout-default-layout as fallback for
11321 allout-layout.
11322
11323 (allout-layout): Mark as 'safe-local-variable', and refer mention
11324 fallback to `allout-default-layout' in absence of a specified value.
11325 (allout-passphrase-verifier-string)
11326 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
11327
11328 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
11329
11330 (allout-get-encryption-passphrase-verifier): Use correct name of
11331 passphrase verifier in docstring.
11332
11333 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
11334
11335 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
11336 elements.
11337 (gdb-find-watch-expression): Make it work for arrays too.
11338 Follow change to gdb-var-list.
11339 (gud-watch): Allow the user to enter variable name with a prexix
11340 arg. Create keybindings.
11341 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
11342 (gdb-var-list-children-handler, gdb-var-update-handler)
11343 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
11344 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
11345 Follow change to gdb-var-list.
11346 (gdb-starting): Don't show the overlay arrows when program is running.
11347
11348 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
11349 gdb-var-list.
11350
11351 2006-03-14 Bill Wohler <wohler@newt.com>
11352
11353 * image.el (image-load-path-for-library): Pass value of path
11354 rather than symbol. Always return list of directories.
11355 Guarantee that image directory comes first.
11356
11357 2006-03-14 Alan Mackenzie <acm@muc.de>
11358
11359 * font-core.el (font-lock-extend-region\(-function\)?.):
11360 New function/variable.
11361
11362 * font-lock.el (font-lock-after-change-function):
11363 Call font-lock-extend-region. Obey font-lock-lines-before.
11364 (font-lock-default-fontify-region): Remove reference to
11365 font-lock-lines-before.
11366
11367 * jit-lock.el (jit-lock-after-change):
11368 Call font-lock-extend-region. Obey font-lock-lines-before.
11369
11370 2006-03-14 David Ponce <david@dponce.com>
11371
11372 * tree-widget.el (tree-widget-themes-load-path)
11373 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11374
11375 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
11376
11377 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
11378 (rcirc-print): Mark the start of text at the end of the prompt.
11379 (rcirc-track-minor-mode): Add autoload cookie.
11380 (rcirc-update-activity-string): Add space to front of mode-line
11381 indicator.
11382
11383 2006-03-13 Miles Bader <miles@gnu.org>
11384
11385 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
11386 (rcirc-abbrev-nick): Remove function.
11387 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
11388
11389 2006-03-13 David Ponce <david@dponce.com>
11390
11391 * tree-widget.el: Handle themes across all occurrences of the main
11392 themes sub-directory found in tree-widget-themes-load-path.
11393 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11394 (tree-widget--locate-sub-directory): Return all occurrences.
11395 (tree-widget-themes-path): New function.
11396 Replace tree-widget-themes-directory, and return a list of directories.
11397 (tree-widget-set-parent-theme)
11398 (tree-widget-lookup-image): Use it.
11399
11400 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
11401
11402 * textmodes/org.el (org-link-search): Avoid self-matching of
11403 links, allow target text to be distributed over several lines.
11404 (org-search-not-link): New function.
11405 (org-set-regexps-and-options, org-get-current-options):
11406 New startup options.
11407 (org-export-as-html): Take odd-level setting from local variable.
11408 (org-fontify-emphasized-text): New option.
11409 (org-set-font-lock-defaults): Include emphasized text.
11410 (org-follow-mhe-link): Allow folder-only links, fix folder name.
11411 (org-font-lock): Customize group renamed from `org-faces'.
11412
11413 2006-03-13 John Paul Wallington <jpw@pobox.com>
11414
11415 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
11416 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
11417
11418 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
11419
11420 * cus-start.el (all): Delete :version keyword for members of the
11421 fringe group, since the entire group is new in 22.1.
11422
11423 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
11424
11425 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
11426 map if value is hexadecimal (an address).
11427 (gud-watch): Only search roots for existing watch expressions.
11428 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
11429 prevent caching problems with speedbar-update-directory-contents.
11430
11431 2006-03-12 Juri Linkov <juri@jurta.org>
11432
11433 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
11434 before comparing with `low' and `warn'.
11435
11436 * info.el (Info-dir-remove-duplicates): Move point to the
11437 beginning of the current line after deleting the entries from
11438 redundant heading. Use marker for `limit' and compare it with
11439 point before calling `re-search-forward'.
11440
11441 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
11442
11443 * simple.el (yank): Fix typo in docstring.
11444
11445 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
11446
11447 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
11448 messages, where "D" is the 6th character.
11449
11450 2006-03-11 Eli Zaretskii <eliz@gnu.org>
11451
11452 * simple.el (yank): Fix last change.
11453
11454 2006-03-11 David Ponce <david@dponce.com>
11455
11456 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
11457 merging elements from the standard ispell-dictionary-alist.
11458 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
11459 alist, and return the new alist.
11460
11461 2006-03-11 Richard Stallman <rms@gnu.org>
11462
11463 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
11464
11465 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
11466 the way it is implemented is too unclean.
11467
11468 * simple.el (kill-region, yank): Doc fix.
11469
11470 * battery.el (battery-echo-area-format): Doc fix.
11471 (battery-mode-line-format): Likewise.
11472 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
11473 (battery-linux-proc-acpi): Ignore batteries that say "charged".
11474
11475 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
11476
11477 * progmodes/octave-mod.el (octave-indent-for-comment):
11478 Behave according to do string.
11479
11480 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
11481
11482 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
11483 Be visible only if major mode is Mail Mode.
11484
11485 * textmodes/flyspell.el (flyspell-external-point-words)
11486 (flyspell-process-localwords): Fix last changes.
11487
11488 2006-03-11 Eli Zaretskii <eliz@gnu.org>
11489
11490 * calendar/holidays.el (list-holidays): Doc fix.
11491
11492 * international/mule.el (auto-coding-alist): Add .odt
11493 (OpenOffice's open document) files.
11494
11495 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
11496 document) files. Mention in the doc string the need to sync with
11497 auto-coding-alist.
11498
11499 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
11500
11501 * files.el (hack-local-variables-confirm): Don't prompt for ! if
11502 enable-local-variables is set to always query, or there is no
11503 savable variable.
11504
11505 2006-03-10 Bill Wohler <wohler@newt.com>
11506
11507 * image.el (image-load-path-for-library): Merge at least three
11508 functions from Gnus and MH-E into this one function that can now
11509 be shared.
11510
11511 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
11512
11513 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
11514 gdb-remove-mouse-face and remove help-echo too.
11515 (gdb-enqueue-input): Correct conditional clause.
11516
11517 2006-03-10 Glenn Morris <rgm@gnu.org>
11518
11519 * calendar/calendar.el (calendar-holidays): Doc fix.
11520 * calendar/holidays.el (list-holidays): Doc fix.
11521
11522 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
11523
11524 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
11525 it gets called in gdb-prompt anyway.
11526 (gdb-use-separate-io-buffer): Only restore window arrangement for
11527 gdb-many-windows.
11528 (gdb-enqueue-input): Make it harder to send GDB input when program
11529 is running.
11530 (gdb-buffer-list): New variable.
11531 (gdb-remove-mouse-face): New function.
11532 (gdb-starting): Use it when GDB input won't get sent.
11533
11534 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
11535
11536 * help.el (view-lossage): Remove trailing whitespace before
11537 inserting "\n".
11538
11539 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
11540
11541 * files.el (hack-local-variables-confirm):
11542 Set coding-system-for-read to nil before writing to .emacs.
11543
11544 * arc-mode.el (archive-extract): Check if an existing buffer name
11545 comes from a different archive.
11546
11547 * help.el (describe-key-briefly): If KEY is a down event, read and
11548 discard the up event.
11549
11550 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
11551
11552 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
11553 be edited and use font-lock-warning-face for any changes.
11554
11555 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
11556 (gdb-edit-value): Use it to report any errors.
11557
11558 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
11559
11560 * help.el (describe-key): Remove leftover test code.
11561
11562 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
11563
11564 * textmodes/org.el: Move defvars out of eval-when-compile.
11565 Use buffer-file-name variable.
11566 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
11567 arg `file'.
11568 (org-level-faces): Remove startup dependency.
11569 (org-cycle, org-map-tree, org-scan-tags)
11570 (org-remember-handler): Don't call `outline-level' directly.
11571 (org-mhe-search-all-folders): New option.
11572 (org-mhe-get-message-folder-from-index)
11573 (org-mhe-get-message-folder): Fix indexing search.
11574 (org-format-agenda-item): Handle nil TAGS argument.
11575 (org-cleaned-string-for-export, org-activate-target-links)
11576 (org-make-target-link-regexp): Deal with empty radio target list.
11577 (org-tag): New face.
11578 (org-get-level-face): New function.
11579 (org-set-font-lock-defaults): Simplify setup for headlines.
11580 (org-complete): Pass common substring to `display-completion-list'.
11581
11582 2006-03-06 David Ponce <david@dponce.com>
11583
11584 * tree-widget.el: Update Commentary header.
11585 (tree-widget-theme-name): Ignore parent themes.
11586 (tree-widget-set-parent-theme): New function.
11587 (tree-widget-set-theme): Use it.
11588 (tree-widget-set-image-properties): Move definition. Does nothing
11589 if image properties have already been set.
11590 (tree-widget-image-properties): Move definition. Receive an image
11591 name. Set the :pointer property.
11592 (tree-widget-lookup-image): Doc fix. Search in parent themes.
11593 Don't set the :pointer image property.
11594 (tree-widget-convert-widget): New function. Handle :dynargs
11595 compatibility here.
11596 (tree-widget): Use it to :convert-widget. Add the :expander-p
11597 predicate to control when the :expander function is entered.
11598 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
11599 (tree-widget-value-create): Handle :expander-p. widget-apply
11600 :expander.
11601 (tree-widget-expander-p): New function. Default value of the
11602 :expander-p property.
11603
11604 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
11605
11606 * help.el (describe-key): Properly handle the return value of
11607 read-key-sequence when grabbing an up-event. Cleanup mouse-1
11608 remaps. Handle string and vector `follow-link' values.
11609
11610 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
11611
11612 * complete.el (PC-expand-many-files): Try be more careful when parsing
11613 the shell's output.
11614
11615 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11616
11617 * outline.el (hide-sublevels): Provide better interactive default.
11618
11619 2006-03-06 Kenichi Handa <handa@m17n.org>
11620
11621 * international/fontset.el (create-fontset-from-fontset-spec):
11622 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
11623
11624 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
11625
11626 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
11627 backslashes instead of one in regexp.
11628 (gud-tooltip-dereference): Add missing optional argument.
11629
11630 2006-03-04 John Paul Wallington <jpw@pobox.com>
11631
11632 * wdired.el (toplevel): Require `cl' at compile-time.
11633
11634 2006-03-04 Andreas Schwab <schwab@suse.de>
11635
11636 * server.el (server-process-filter): Handle errors during
11637 evaluation of the argument.
11638
11639 2006-03-03 John Paul Wallington <jpw@pobox.com>
11640
11641 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
11642 escape parentheses at beginning of line.
11643 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
11644 (t-mouse-mode): Remove period from end of error message.
11645
11646 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
11647
11648 * textmodes/flyspell.el (flyspell-process-localwords):
11649 Be case-sensitive.
11650
11651 2006-03-03 Martin Rudalics <rudalics@gmx.at>
11652
11653 * cus-edit.el (custom-quote): Remove function, since it has been
11654 moved to custom.el.
11655
11656 * font-lock.el (lisp-font-lock-keywords-2)
11657 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
11658 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
11659 they have no special meaning.
11660
11661 * midnight.el (clean-buffer-list): Handle case where base-buffer of
11662 indirect buffer gets killed before indirect buffer. Use dolist.
11663
11664 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
11665
11666 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
11667 value instead of a literal constant (1) on more pauses.
11668
11669 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
11670
11671 * textmodes/flyspell.el (flyspell-external-point-words):
11672 Be case-sensitive.
11673
11674 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
11675
11676 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
11677 with "www".
11678
11679 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
11680
11681 * allout.el: Restablish intermediate missing comment header to
11682 preserve outline structure.
11683 (allout-beginning-of-current-entry): Skip invisible text.
11684 (allout-open-topic): Fix opening a topic at end-of-buffer.
11685 (allout-minor-mode): Move nearer to allout-mode function.
11686
11687 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
11688
11689 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
11690
11691 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
11692
11693 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
11694 is nil.
11695
11696 * progmodes/gud.el (gud-speedbar-menu-items):
11697 Use buffer-local-value and add missing :visible keyword.
11698
11699 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
11700
11701 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
11702
11703 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
11704 must be `follow-link'.
11705
11706 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
11707
11708 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
11709 formatting: No nested anchors.
11710 (org-all-targets): Fix bug with XEmacs compatibility.
11711 (org-read-date): Add (require 'parse-time).
11712 (org-set-tags): Fix bug with extra inserted space.
11713 (org-export-html-style): Define a style class for targets.
11714 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
11715 (org-hide-leading-stars): New option.
11716 (org-hide): New face.
11717 (org-set-font-lock-defaults): Allow to hide leading stars.
11718 (org-get-legal-level, org-tr-level): New functions.
11719 (org-odd-levels-only): New option.
11720 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
11721 (org-demote, org-promote): Deal with double-star levels.
11722 (org-convert-to-odd-levels): New command.
11723
11724 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
11725
11726 * speedbar.el (speedbar-update-localized-contents): Try to
11727 preserve window-start.
11728 (speedbar-update-directory-contents): Try to preserve window-start
11729 and window-point.
11730 (speedbar-update-special-contents): Don't move back to start of window.
11731
11732 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
11733 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
11734 speedbar-timer-fn.
11735 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
11736 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
11737 instead of gdb-speedbar-timer-fn.
11738
11739 2006-02-28 Jay Belanger <belanger@truman.edu>
11740
11741 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
11742 (math-compose-expr): Use latex option when calling
11743 `math-compose-tex-matrix' for latex mode.
11744
11745 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
11746
11747 * speedbar.el: Re-instate comments about developing for speedbar
11748 [this is what info and gdb-ui use even if better methods exist now].
11749
11750 * t-mouse.el: New file.
11751 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
11752 (t-mouse-lispy-buffer-posn-from-coords): Remove.
11753 (t-mouse-make-event-element): Use posn-at-x-y instead.
11754 (t-mouse-make-event): Deal with Fedora Core 3.
11755 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
11756 (t-mouse-mouse-position-function): New function. Use it instead
11757 of advising mouse-position.
11758 (t-mouse-mode): New minor mode.
11759 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
11760
11761 2006-02-27 Glenn Morris <rgm@gnu.org>
11762
11763 * calendar/calendar.el (calendar-holidays): Doc fix.
11764
11765 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
11766
11767 * progmodes/gdb-ui.el (gdb-source-window): New variable.
11768 Re-introduce the concept of a source window.
11769 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
11770 consistency with get-buffer-create.
11771 (def-gdb-auto-update-handler, gdb-info-locals-handler)
11772 (gdb-data-list-register-values-handler)
11773 (gdb-stack-list-locals-handler): Try to preserve window-start as
11774 well as window-point.
11775 (gdb-display-source-buffer): New function (old concept).
11776 (gdb-goto-breakpoint): Use it.
11777
11778 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
11779 for gdb-ui/gdb-mi (old concept).
11780
11781 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
11782
11783 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
11784 binding.
11785
11786 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
11787
11788 * textmodes/reftex-sel.el (reftex-select-label-map)
11789 (reftex-select-bib-map): Add `follow-mouse' binding.
11790
11791 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
11792
11793 * jka-cmpr-hook.el (jka-compr-compression-info-list)
11794 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
11795 Give :set functions to provide automatic updating.
11796 Update docstring. Give compiler defvars early in the file
11797 and move the defcustoms to a later spot where all called functions
11798 are defined.
11799 (jka-compr-file-name-handler-entry): Doc fix.
11800 (jka-compr-compression-info-list--internal)
11801 (jka-compr-mode-alist-additions--internal)
11802 (jka-compr-load-suffixes--internal): New variables.
11803 (jka-compr-install): Set the three above variables.
11804 Update `load-file-rep-suffixes' instead of `load-suffixes'.
11805 (jka-compr-update, jka-compr-set): New functions.
11806 (auto-compression-mode): Doc fix.
11807
11808 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
11809 Update `load-file-rep-suffixes' instead of `load-suffixes'.
11810 Use jka-compr-compression-info-list--internal,
11811 jka-compr-mode-alist-additions--internal and
11812 jka-compr-load-suffixes--internal.
11813
11814 * files.el (load-library):
11815 * loadhist.el (file-loadhist-lookup):
11816 * startup.el (command-line):
11817 * subr.el (locate-library):
11818 * emacs-lisp/autoload.el (update-directory-autoloads):
11819 * emacs-lisp/find-func.el (find-library-suffixes):
11820 Use `get-load-suffixes' instead of `load-suffixes'.
11821
11822 * subr.el (locate-library):
11823 * emacs-lisp/find-func.el (find-library-name):
11824 Use `load-file-rep-suffixes' instead of '("").
11825
11826 2006-02-26 Kim F. Storm <storm@cua.dk>
11827
11828 * ido.el (ido-save-history, ido-load-history): Simplify.
11829 Don't use find-file-noselect to avoid interference from other modes.
11830
11831 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
11832
11833 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
11834 to use the default shell if filename is not available.
11835 Reported by Giorgos Keramidas.
11836
11837 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
11838
11839 * progmodes/etags.el (tags-completion-table): Do completion from
11840 all the tables in the current list, as documented in the manual.
11841
11842 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11843
11844 * CC Mode Update to 5.31.3.
11845
11846 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11847
11848 * progmodes/cc-mode.el (c-postprocess-file-styles):
11849 Bind inhibit-read-only to t, around the call to
11850 c-remove-any-local-eval-or-mode-variables, so that it works on a
11851 RO file.
11852
11853 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11854
11855 * progmodes/cc-awk.el: Correct a typo.
11856
11857 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11858
11859 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
11860 c-hungry-delete-backwards, at the request of RMS. Leave the old
11861 name as an alias.
11862
11863 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11864
11865 * progmodes/cc-mode.el: Correct a typo.
11866
11867 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11868
11869 * progmodes/cc-defs.el: Update the version number to 5.31.3.
11870
11871 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11872
11873 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
11874 brace-else-brace (error due to mbeg, mend being undefined).
11875
11876 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11877
11878 * progmodes/cc-mode.el: File Local variables: Solve the problem
11879 where both `mode' and c-file-offsets are specified: `mode' will
11880 overwrite c-f-o's settings:
11881 (c-remove-any-local-eval-or-mode-variables): New function.
11882 (c-postprocess-file-styles): Call the above new function, within
11883 c-tentative-buffer-change, to splat `mode' and `eval' before the
11884 second hack-local-variables.
11885
11886 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11887
11888 * progmodes/cc-mode.el:
11889 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
11890 (c-after-change): Protect the match data with save-match-data.
11891 It was getting corrupted by c-after-change-check-<>-operators.
11892
11893 * cc-defs.el: [Supersedes patch V1.38]:
11894 (top level): Check for a buggy font-lock-compile-keywords ONLY in
11895 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
11896
11897 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
11898 with save-match-data. It was being corrupted when Font Lock was
11899 not enabled.
11900
11901 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11902
11903 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
11904 Mode and Subword Mode.
11905
11906 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
11907 real labels ("case 1:" or "foo:") from non-labels ("public:").
11908 (c-forward-objc-directive): Replace c-forward-token-2 with crude
11909 coding; c-f-t-2 doesn't move over a token at EOB.
11910
11911 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
11912
11913 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
11914 (c-update-modeline): Concatenate the minor mode indicators
11915 directly onto mode-name, removing c-submode-indicators.
11916 Sometimes, c-s-i got separated from the mode name on the mode line.
11917
11918 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
11919 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
11920
11921 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11922
11923 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
11924 error message when there's an evaluation error to show whether
11925 it's loaded from source or not.
11926 (c-filter-ops): Make it available at runtime too to work when
11927 `c-make-init-lang-vars-fun' needs to evaluate from source.
11928
11929 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
11930
11931 * help.el (help): Revert last part of 2006-02-23 change (deletion
11932 of the `provide' call).
11933
11934 2006-02-23 Juri Linkov <juri@jurta.org>
11935
11936 * compare-w.el (compare-windows-highlight): Add new value
11937 `persistent' and change :type from `boolean' to `choice'.
11938 (compare-windows-overlays1, compare-windows-overlays2):
11939 New internal variables.
11940 (compare-windows-highlight): If compare-windows-highlight is
11941 `persistent', add current overlays to compare-windows-overlays[12]
11942 instead of adding compare-windows-dehighlight to pre-command-hook.
11943 (compare-windows-dehighlight): Delete all overlays from
11944 compare-windows-overlays[12].
11945
11946 * info.el (Info-search): Don't bind search-spaces-regexp to
11947 Info-search-whitespace-regexp in non-regexp isearch mode.
11948
11949 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11950
11951 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
11952
11953 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
11954
11955 * textmodes/org.el (org-xemacs-p)
11956 (org-export-html-show-new-buffer, org-table-may-need-update)
11957 (org-insert-item, org-mhe-get-message-real-folder)
11958 (org-mhe-get-message-folder-from-index)
11959 (org-mhe-get-message-folder, org-mhe-get-message-num)
11960 (org-mhe-get-header, org-make-org-heading-search-string)
11961 (org-make-org-heading-camel, org-table-sort-lines)
11962 (org-format-org-table-html, org-format-table-table-html):
11963 Fix typos in docstrings.
11964
11965 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
11966
11967 * textmodes/org.el (org-cleaned-string-for-export)
11968 (org-solidify-link-text): New function.
11969 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
11970 XEmacs, just to silence the compiler.
11971 (org-export-as-ascii, org-export-as-html-and-open):
11972 Use `org-cleaned-string-for-export' and create internal links.
11973 (org-follow-mhe-link): Require mh-e, use folder.
11974
11975 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
11976
11977 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
11978
11979 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
11980 gdb-debug-log-length.
11981 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
11982 it a real ring but...
11983 (gud-gdba-marker-filter): ...make it work like mark-ring.
11984 (gdb-enable-debug): Rename from gdb-enable-debug-log.
11985 (gdb-mouse-jump): New function. Add bindings.
11986
11987 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
11988
11989 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
11990 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
11991 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
11992 (gdb-debug-log-length): Customize it's length.
11993 (gud-watch, gdb-var-create-handler): Display function::var format
11994 but don't use to create variable object.
11995 (gdb-var-create-handler): Use message-box in place of message.
11996 (gdb-stopped): Call gdb-exited if signalled.
11997
11998 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
11999
12000 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
12001
12002 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
12003
12004 * textmodes/reftex.el (reftex-locate-file): Search all extensions
12005 if `reftex-try-all-extensions' is set.
12006
12007 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
12008 fail silently when there is no valid argument at point.
12009 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
12010 `fail-silently' argument. From a patch by David Reiter.
12011
12012 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
12013 New commands.
12014 (org-mark-ring): New variable.
12015 (org-mark-ring-length): New option.
12016 (org-open-at-point, org-goto, org-open-file): Push old position
12017 onto the mark ring.
12018 (org-add-hook): New function.
12019 (org-export-table-remove-special-lines): New option.
12020 (org-skip-comments, org-format-org-table-html): Respect new
12021 option `org-export-table-remove-special-lines'.
12022 (org-open-file): Allow special command configuration for
12023 directory link.
12024 (org-file-apps): Fix bugs in customize type, added setting
12025 for directories.
12026 (org-activate-tags, org-format-agenda-item, org-complete)
12027 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
12028 (org-get-tags, org-get-buffer-tags, org-open-at-point)
12029 (org-link-search, org-make-org-heading-search-string)
12030 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
12031 (org-radio-targets, org-file-link-context-use-camel-case)
12032 (org-activate-camels): New options.
12033 (org-update-radio-target-regexp, org-all-targets)
12034 (org-make-target-link-regexp, org-activate-target-links):
12035 New functions.
12036 (org-make-org-heading-search-string): New function.
12037 (org-store-link, org-insert-link): Use new option
12038 `org-file-link-context-use-camel-case'.
12039 (org-activate-camels): Use new option `org-activate-camels'.
12040 (org-link-regexp): Add mhe prefix.
12041 (org-open-at-point, org-store-link): Support for mhe links.
12042 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
12043 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
12044 (org-mhe-get-header, org-follow-mhe-link): New functions.
12045 (org-remove-angle-brackets, org-add-angle-brackets):
12046 New functions.
12047 (org-bracket-link-regexp): New constant.
12048 (org-read-date): Fix bug that was rejecting all typed dates.
12049 (org-link-search): Make hierarchy above visible after a match.
12050 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
12051 (org-store-link): Fix bug with link creation when cursor is in
12052 an empty line.
12053 (org-open-at-point): Fix bug with matching a link.
12054 Fixed buggy argument sequence in call to `org-view-tags'.
12055 (org-compile-prefix-format): Set `org-prefix-has-tag'.
12056 (org-prefix-has-tag): New variable.
12057 (org-format-agenda-item): Remove tags from headline
12058 if appropriate.
12059 (org-agenda-remove-tags-when-in-prefix): New option.
12060
12061 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
12062
12063 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
12064 Fix the regular expressions.
12065
12066 2006-02-21 Richard M. Stallman <rms@gnu.org>
12067
12068 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
12069 if there's no other specific basis.
12070
12071 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
12072 as variables at all.
12073 (unsafep-variable): Rename arg; doc fix.
12074
12075 * abbrevlist.el (list-one-abbrev-table): Add autoload.
12076
12077 * calendar/appt.el (diary-selective-display): Add defvar.
12078
12079 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
12080
12081 * isearch.el (search-whitespace-regexp): Fix custom type.
12082
12083 * help.el (describe-key-briefly): Compute interactive args
12084 in same was as before previous change.
12085
12086 * files.el (enable-local-variables): Doc fix.
12087
12088 2006-02-21 Kim F. Storm <storm@cua.dk>
12089
12090 * fringe.el: Cleanup as file is now pre-loaded.
12091 (fringe-bitmaps): Initialize unconditionally.
12092 (fringe-mode, set-fringe-style): Remove autoload cookies.
12093
12094 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
12095
12096 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
12097 `horizontal-bar'.
12098 (fringe-cursor-alist): Use `horizontal-bar'.
12099
12100 2006-02-20 Kim F. Storm <storm@cua.dk>
12101
12102 * fringe.el (fringe-bitmaps): Update to new bitmap names.
12103 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
12104
12105 * loadup.el: Load "fringe" on window systems.
12106
12107 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
12108
12109 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
12110 out of scope components.
12111
12112 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
12113 default.
12114
12115 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
12116
12117 * custom.el (customize-mark-to-save, customize-mark-as-set):
12118 Load the symbol first.
12119
12120 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
12121
12122 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
12123 strech spec so it doesn't display as "^J" on the header line
12124 when `Buffer-menu-use-header-line' is t.
12125
12126 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
12127
12128 * speedbar.el (speedbar-make-button): Keep text properties
12129 of string arguments if desired.
12130
12131 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
12132 expessions.
12133
12134 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
12135 of speedbar.
12136
12137 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
12138
12139 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
12140 to value of `read-file-name-completion-ignore-case'.
12141
12142 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
12143
12144 * custom.el (customize-mark-as-set): Push to `user' theme.
12145
12146 * cus-edit.el (custom-save-variables): Allow unthemed values.
12147 (customize-set-variable): Push setting to `user' theme.
12148
12149 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
12150
12151 * progmodes/gud.el: Don't require font-lock as it's now
12152 automatically loaded.
12153 (gud-speedbar-buttons): Replace gdb-var-changed with
12154 gdb-force-update.
12155
12156 * progmodes/gdb-ui.el (gdb-force-update): Rename from
12157 gdb-var-changed.
12158 (gdb-post-prompt): Use it.
12159 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
12160 (gdb-var-update-handler, gdb-var-delete)
12161 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
12162 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
12163 gdb-force-update in gdb-post-prompt.
12164 (gdb-reset): Clear watch expressions from speedbar when quitting.
12165
12166 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
12167
12168 * viper-cmd.el (viper-insert-state-post-command-sentinel)
12169 (viper-change-state-to-vi, viper-change-state-to-emacs):
12170 Make aware of cursor coloring in the Emacs state.
12171 (viper-special-read-and-insert-char): Use read-char-exclusive.
12172 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
12173
12174 * viper-init.el (viper-emacs-state-cursor-color): New variable.
12175
12176 * viper-util.el (viper-save-cursor-color)
12177 (viper-get-saved-cursor-color-in-replace-mode)
12178 (viper-get-saved-cursor-color-in-insert-mode)
12179 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
12180 state.
12181 (viper-get-saved-cursor-color-in-emacs-mode): New function.
12182
12183 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
12184 (ediff-ignore-case-option3, ediff-actual-diff-options)
12185 (ediff-actual-diff3-options): New variables to control case sensitivity.
12186 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
12187 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
12188 (ediff-toggle-ignore-case): New function.
12189 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
12190
12191 * ediff-help.el (ediff-long-help-message-narrow2)
12192 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
12193 (ediff-long-help-message-word-mode): Add ignore-case command.
12194 (ediff-help-for-quick-help): Add ignore-case command.
12195
12196 * ediff-merg.el: Move provide to the end.
12197
12198 * ediff-ptch.el: Move provide to the end.
12199
12200 * ediff-wind.el: Move provide to the end.
12201
12202 * ediff-mult.el: Move provide to the end.
12203 (ediff-set-meta-overlay): Enable follow-link.
12204
12205 * ediff.el: Move provide to the end.
12206 Break recursive load cycle in eval-when-compile.
12207 (ediff-patch-buffer): Better heuristics.
12208
12209 * ediff-util.el: Move provide to the end.
12210 Break recursive load cycle in eval-when-compile.
12211 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
12212 defuns.
12213 (ediff-submit-report): Pass the values of ediff-diff3-program,
12214 ediff-diff3-options.
12215
12216 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
12217
12218 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
12219 the opening bracket of the following bracketing pairs: {}, [], (), <>,
12220 `' (for example, in the docstring of `windmove-default-keybindings').
12221
12222 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
12223
12224 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
12225 shadow face. Don't provide binding to edit variable when it is
12226 out of scope.
12227
12228 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
12229 (gdb-var-update-handler): Detect out of scope variables with pre
12230 GDB 6.4 too.
12231 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
12232 Reset status of variable objects to nil in update handlers.
12233 (gdb-var-update-handler-1): Detect when a variable object comes
12234 in scope. setcar on var changes gdb-var-list directly.
12235
12236 2006-02-17 Juri Linkov <juri@jurta.org>
12237
12238 * ffap.el (ffap) <defface>: Add explicit face declaration.
12239 (ffap-highlight): Use face `ffap' directly instead of checking
12240 for its existence.
12241
12242 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
12243 `visible-ok' of `other-buffer' to find the right original buffer.
12244
12245 * info.el (Info-search): Skip `Local Variables' node.
12246
12247 2006-02-17 Juri Linkov <juri@jurta.org>
12248
12249 * info.el (Info-find-file): Check for symbols `apropos', `history',
12250 `toc' in the input filename, and return these symbols as is.
12251 (Info-find-node-2): Set Info-current-file to symbols `apropos',
12252 `history', `toc' instead of strings.
12253 (Info-set-mode-line): For non-string Info-current-file use the
12254 symbol's name inside **.
12255 (Info-isearch-push-state): Add quote before Info-current-file and
12256 Info-current-node.
12257 (Info-isearch-pop-state): Use `equal' instead of `string='.
12258 (Info-extract-pointer, Info-following-node-name): Use
12259 `match-string-no-properties' instead of `match-string'.
12260 (Info-up): Check `old-file' for `stringp'.
12261 (Info-history): Use `equal' instead of `string-equal'.
12262 Check `file' for `stringp'.
12263 (Info-history): Use symbol `history' instead of string as first arg
12264 of `Info-find-node'.
12265 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
12266 `toc' instead of string.
12267 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
12268 instead of `buffer-substring', and `match-string-no-properties'
12269 instead of `match-string'.
12270 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
12271 instead of strings.
12272 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
12273 Use symbol `apropos' instead of string.
12274 (Info-copy-current-node-name): Check `Info-current-file' for
12275 `stringp' and construct a command with `Info-find-node' from it.
12276 (Info-fontify-node): Use `match-string-no-properties' instead of
12277 `match-string' and check file names for `stringp'.
12278 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
12279 `history', `toc' instead of strings.
12280
12281 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
12282
12283 * files.el: Rearrange functions and variables in the file local
12284 variables section.
12285
12286 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
12287
12288 * files.el: Add truncate-lines, ispell-check-comments and
12289 ispell-local-dictionary as safe local variables.
12290
12291 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
12292
12293 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
12294 out of scope variables.
12295 (gud-speedbar-buttons): Use unless.
12296
12297 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
12298 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
12299 (gdb-show-changed-values): Also use for out of scope variables.
12300 (gdb-var-update-handler-1): Note if variable goes out of scope.
12301
12302 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
12303
12304 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
12305 default to global variable values for unsupplied args.
12306 (rcirc-get-buffer-create): Fix bug with setting the target.
12307 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
12308 test for rcirc-always-use-server-buffer-flag here.
12309 (rcirc-response-formats): Add %N, which is a facified nick. %n
12310 uses the default face. Change the ACTION format string. If the
12311 "nick" is the server, don't print anything for that field.
12312 Comment fixes.
12313 (rcirc-target-buffer): Don't test
12314 rcirc-always-use-server-buffer-flag here.
12315 (rcirc-print): Squeeze extra spaces out of the text before message.
12316 (rcirc-put-nick-channel): Strip potential "@" char from nick
12317 before adding them to nick table.
12318 (rcirc-url-regexp): Improve to match address like "foo.com".
12319
12320 2006-02-17 Eli Zaretskii <eliz@gnu.org>
12321
12322 * allout.el (allout-hidden-p): Move this defsubst before
12323 allout-overlay-interior-modification-handler, where it is first
12324 used.
12325
12326 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
12327
12328 * allout.el: Use allout invisible-text overlays instead of
12329 selective display for concealed text. Also, lots of general
12330 cleanup, and improved compatibility code.
12331
12332 (allout-version) Incremented, corrected, revised, and refined
12333 module commentary.
12334
12335 (provide 'allout): Moved to the bottom, added a require of overlay.
12336
12337 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
12338 `except-current'.
12339 (allout-write-file-hook-handler): Minimize delay.
12340 (count-trailing-whitespace-region): New function so
12341 auto-encryption of current topic can resituate cursor exactly.
12342 PGP/GPG encryption trims trailing whitespace from lines, which
12343 must be accounted for across encryption then decryption.
12344
12345 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
12346 just plain "\C-c", to avoid intruding on user's keybinding space.
12347
12348 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
12349 parameter, so user request to provide a new password is done.
12350
12351 (allout-outside-normal-auto-fill-function, allout-auto-fill):
12352 Refined mechanism for auto-filling behavior while in allout mode.
12353
12354 (allout-mode): Explicitly specify the mode map in the docstring.
12355 Clarify provision for various write-file hook var names.
12356 Adjusted for invisible-text overlays instead of selective-display.
12357
12358 (allout-depth): Really return 0 if not within any topic. This
12359 rectifies `allout-beginning-of-level' and sequence numbering
12360 errors that occur when cutting and pasting numbered topics.
12361 Changed from a in-line subst to a regular function, as well.
12362
12363 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
12364
12365 (allout-end-of-subtree, allout-end-of-subtree)
12366 (allout-end-of-entry, allout-end-of-current-heading)
12367 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
12368 (allout-show-children, allout-show-to-offshoot)
12369 (allout-hide-current-entry, allout-show-current-entry): Rectified
12370 handling of trailing blank lines between items.
12371
12372 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
12373 (allout-current-depth, allout-unprotected, allout-hidden-p)
12374 (allout-on-current-heading-p, allout-listify-exposed)
12375 (allout-chart-subtree, allout-goto-prefix)
12376 (allout-back-to-current-heading, allout-get-body-text)
12377 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
12378 (allout-hide-region-body, allout-toggle-subtree-encryption)
12379 (allout-encrypt-string, allout-encrypted-key-info)
12380 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
12381 (allout-file-vars-section-data): Adjusted for use with
12382 invisible-text overlays instead of selective-display.
12383
12384 (allout-kill-line, allout-kill-topic, allout-yank-processing):
12385 Reworked for use with invisible text overlays.
12386
12387 (allout-current-topic-collapsed-p): New function.
12388
12389 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
12390 to know when to close the containing topic.
12391
12392 (allout-pre-command-business, allout-post-command-business):
12393 Simplify undo-batching and dynamic isearch exposure.
12394
12395 (allout-set-overlay-category): New for invisible-text overlays.
12396 Sets properties of allout-overlay-category, used by
12397 allout-flag-region to set invisible-text overlay properties.
12398 (allout-get-invisibility-overlay): Get the first qualifying
12399 invisibility overlay, so we can find the extent of it.
12400 (allout-back-to-visible-text): Get to just before the beginnining
12401 of the current invisibility overlay, if any.
12402
12403 (allout-overlay-insert-in-front-handler)
12404 (allout-overlay-interior-modification-handler)
12405 (allout-before-change-handler, allout-isearch-end-handler): New
12406 functions to handle extraordinary actions affecting concealed
12407 text.
12408
12409 (allout-flag-region): Use overlays instead of selective-display
12410 for invisible text - by inheritence from the properties of
12411 allout-overlay-category in mainline Emacs, and applied
12412 property-by-property in XEmacs, some recent versions of which
12413 don't inherit the properties from the category. Provisions to
12414 respond to concealed-text edits simplified drastically.
12415
12416 (allout-isearch-rectification, allout-isearch-was-font-lock)
12417 (allout-isearch-expose, allout-enwrap-isearch)
12418 (allout-isearch-abort, allout-pre-was-isearching)
12419 (allout-isearch-prior-pos, allout-isearch-did-quit)
12420 (allout-isearch-dynamic-expose)
12421 (allout-hide-current-entry-completely): Functions deleted.
12422
12423 (allout-undo-aggregation): Explicit undo aggregation no longer
12424 necessary due to transition away from selective-display.
12425
12426 (set-allout-regexp, allout-up-current-level)
12427 (allout-next-visible-heading, allout-forward-current-level)
12428 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
12429 (allout-kill-line, allout-yank-processing, allout-show-children)
12430 (allout-expose-topic, allout-old-expose-topic)
12431 (allout-listify-exposed, allout-insert-latex-header)
12432 (allout-toggle-subtree-encryption, allout-encrypt-string)
12433 (remove-from-invisibility-spec, allout-hide-current-subtree):
12434 Ditched unused variables.
12435
12436 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
12437
12438 * textmodes/ispell.el (ispell-change-dictionary): Call
12439 ispell-buffer-local-dict instead of
12440 ispell-accept-buffer-local-defs.
12441 (ispell-local-dictionary-alist): Accept as valid any coding-system
12442 supported by Emacs.
12443 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
12444 changed to iso-8859-3.
12445
12446 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
12447
12448 * speedbar.el (speedbar-frame-width): Make an inline function
12449 instead of a macro. Use frame-width.
12450 (speedbar-try-completion, speedbar-update-contents)
12451 (speedbar-timer-fn): Use consp.
12452 (speedbar-update-localized-contents): Try to preserve point.
12453
12454 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
12455 (menu): Re-order menu items.
12456 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
12457 field.
12458 (gdb-var-update-handler-1): Use it for GDB 6.4+.
12459 (gdb-post-prompt): Speed things by not forcing update.
12460
12461 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
12462
12463 * wid-edit.el (widget-button-click): For mouse-1, cancel button
12464 press and perform default action if we get a mouse movement event.
12465
12466 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
12467
12468 * calendar/icalendar.el (icalendar--get-event-property)
12469 (icalendar--get-event-property-attributes): Fix typos in
12470 docstrings.
12471
12472 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
12473 docstring.
12474
12475 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
12476
12477 * bs.el (bs-mode): Use `buffer-disable-undo'.
12478 (bs--get-file-name): Simplify.
12479 (bs-show-in-buffer): Mark the buffer as not modified.
12480
12481 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
12482
12483 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
12484 widget-button-click.
12485
12486 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
12487 (custom-mode): Update docstring.
12488
12489 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
12490 binding.
12491
12492 * files.el (hack-local-variables-confirm): Allow scrolling if the
12493 file variable list is too long. Kill temp buffer after use.
12494
12495 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
12496
12497 * progmodes/gud.el (gdb): Improve doc string.
12498 (gdb-script-font-lock-keywords): Expand allowed character set.
12499
12500 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
12501 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
12502 (gdb-separate-io-interrupt, gdb-separate-io-quit)
12503 (gdb-separate-io-stop, gdb-separate-io-eof):
12504 Rename from gdb-inferior-* to gdb-separate-*.
12505 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
12506
12507 2006-02-14 Jay Belanger <belanger@truman.edu>
12508
12509 * calc/calc-arith.el (math-check-known-scalarp): Make sure
12510 expression is a symbol before checking that it is bound.
12511
12512 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
12513 test to see if equation can be solved.
12514
12515 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
12516
12517 * wid-edit.el (widget-button-click): Use :pressed-face property
12518 for overlay face, if it exists.
12519
12520 * cus-edit.el (custom-manual, custom-add-see-also)
12521 (custom-add-parent-links, custom-group-link): Add :pressed-face
12522 property to links.
12523
12524 * files.el (hack-local-variables): Remove ignored variables before
12525 checking if any variables need setting.
12526
12527 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12528
12529 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
12530
12531 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
12532
12533 * help.el (where-is): Fix message for remapped commands.
12534
12535 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
12536 Fix typos in docstrings.
12537
12538 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
12539
12540 * files.el (safe-local-variable-values): New option.
12541 (hack-local-variables-prop-line): Return a list of variable-value
12542 pairs if MODE-ONLY is non-nil.
12543 (hack-local-variables): Construct list of variable-value pairs,
12544 and apply or reject them in one go. Ask for confirmation if
12545 variables are not known safe.
12546 (hack-local-variables-confirm): Complete rewrite. Support
12547 `safe-local-variable-values'.
12548 (enable-local-variables): Update docstring to reflect new
12549 behavior.
12550 (ignored-local-variables): Ignore ignored-local-variables and
12551 safe-local-variable-values.
12552 (safe-local-variable-p): New function.
12553 (risky-local-variable-p): `safe-local-variable' property check
12554 moved to safe-local-variable-p.
12555 (hack-one-local-variable): Checks moved to hack-local-variables.
12556
12557 (byte-compile-dynamic, c-basic-offset, c-file-style)
12558 (c-indent-level, comment-column, fill-column, fill-prefix)
12559 (indent-tabs-mode, kept-new-versions, no-byte-compile)
12560 (no-update-autoloads, outline-regexp, page-delimiter)
12561 (paragraph-start, paragraph-separate, sentence-end)
12562 (sentence-end-double-space tab-width, version-control):
12563 Add `safe-local-variable' property.
12564
12565 * find-lisp.el: Delete nonexistent `autocompile' file variable.
12566
12567 * icomplete.el, play/landmark.el: Change nonexistent
12568 `outline-layout' file variable to `allout-layout'.
12569
12570 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
12571
12572 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
12573 (gdb-get-changed-registers): Test value of gud-minor-mode relative
12574 to gud-comint-buffer.
12575 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
12576 gdb-ui.el for gdb-mi.el.
12577 (gdb-post-prompt, gdb-get-changed-registers): Move test for
12578 registers buffer to gdb-get-changed-registers.
12579 (gdb-breakpoint-regexp): New regexp. Allow toggling and
12580 deletion of catchpoints (throw and catch).
12581 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
12582 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
12583 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
12584 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
12585 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
12586
12587 2006-02-13 Jay Belanger <belanger@truman.edu>
12588
12589 * calc/calc-arith.el (math-check-known-matrixp): Make sure
12590 expression is a symbol before checking that it is bound.
12591
12592 2006-02-13 Richard M. Stallman <rms@gnu.org>
12593
12594 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
12595 for the minibuffer too, but not if resize-mini-windows will interfere.
12596
12597 * help.el (describe-key-briefly, describe-key): Do all arg-reading
12598 inside `interactive' spec.
12599 (describe-key-briefly-internal, describe-key-internal):
12600 Functions merged back into their callers.
12601
12602 2006-02-13 Martin Rudalics <rudalics@gmx.at>
12603
12604 * info.el (info-xref-visited): Inherit from info-xref too.
12605 (Info-set-mode-line): Replace occurrences of `%' by `%%'
12606 when propertizing Info-current-file and Info-current-node.
12607
12608 2006-02-13 Juri Linkov <juri@jurta.org>
12609
12610 * tumme.el (tumme-thumbnail-storage): Fix docstring.
12611 (tumme-thumb-name): Fix per-directory format.
12612
12613 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
12614
12615 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
12616
12617 2006-02-12 Miles Bader <miles@gnu.org>
12618
12619 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
12620
12621 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
12622
12623 * tumme.el: Remove history section. If someone needs the it, it
12624 can always be found in CVS.
12625
12626 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
12627
12628 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
12629 about the Thumbnail Managing Standard option.
12630
12631 2006-02-12 Richard M. Stallman <rms@gnu.org>
12632
12633 * subr.el (substitute-key-definition): Doc fix.
12634
12635 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
12636
12637 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
12638
12639 * info.el (Info-mode): Doc fix.
12640
12641 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
12642
12643 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
12644
12645 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
12646 because on Solaris a POSIX compatible "id" is needed. Reported by
12647 Magnus Henoch <mange@freemail.hu>.
12648
12649 2006-02-12 Juri Linkov <juri@jurta.org>
12650
12651 * tumme.el: Remove todo item about Thumbnail Managing Standard.
12652 (tumme) <defgroup>: Change :group to `multimedia'.
12653 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
12654 Managing Standard.
12655 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
12656 Fix dostring.
12657 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
12658 and %y. Fix docstring.
12659 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
12660 (tumme-cmd-create-standard-thumbnail-command): New user options.
12661 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
12662 is `standard'. Fix docstring.
12663 (tumme-thumb-width, tumme-thumb-height): New user options.
12664 (tumme-external-viewer): Try to find various viewers.
12665 (tumme-get-thumbnail-image): Use `create-image' instead of
12666 constructing the `image' structure.
12667 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
12668 `standard'.
12669 (tumme-thumb-name): Add file name generation for standard storage.
12670 Simplify code for other storages.
12671 (tumme-thumb-name): Use width %w and height %h instead of size %s.
12672 Add modification time %m and thumbnail-nq8 %q.
12673 Use `tumme-cmd-create-standard-thumbnail-command' if
12674 tumme-thumbnail-storage is `standard'.
12675 (tumme-dired-insert-marked-thumbs): New autoload command.
12676 (tumme-dired-after-readin-hook): New function.
12677 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
12678 `tumme-thumb-size'.
12679 (tumme-display-image): Replace size-x %x and size-y %y with
12680 width %w and height %h.
12681
12682 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
12683 `tumme-dired-insert-marked-thumbs'.
12684
12685 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
12686
12687 * tumme.el (tumme-write-tag): Fix small bug (file name did not
12688 include path).
12689 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
12690 matching tag.
12691
12692 2006-02-12 Miles Bader <miles@gnu.org>
12693
12694 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
12695 New variables.
12696 (rcirc-abbrev-nick): New function.
12697 (rcirc-format-response-string): Rewrite to use the formats in
12698 `rcirc-response-formats' and expand escape sequences therein.
12699 A text-property `rcirc-text' is added over the actual response
12700 text to make easy to find inside the returned string.
12701 (rcirc-print): When filling, just look for the `rcirc-text'
12702 text-property to find the appropriate fill prefix, instead of
12703 using hardwired patterns.
12704
12705 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
12706
12707 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
12708 Managing Standard.
12709
12710 2006-02-11 Kim F. Storm <storm@cua.dk>
12711
12712 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
12713 Don't use insert-buffer; do insert-buffer-substring directly.
12714 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
12715
12716 2006-02-11 Martin Rudalics <rudalics@gmx.at>
12717
12718 * files.el (revert-buffer, recover-file): Replace buffer-read-only
12719 with inhibit-read-only. Suggested by Stefan Monnier.
12720 (revert-buffer): Let insert-file-contents discard
12721 buffer-undo-list. Simplify code.
12722 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
12723
12724 2006-02-11 Eli Zaretskii <eliz@gnu.org>
12725
12726 * menu-bar.el (menu-bar-select-yank): Add a doc string.
12727
12728 * help.el (describe-key-briefly): Now a wrapper for
12729 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
12730 to t. Populate yank-menu if empty.
12731 (describe-key-briefly-internal): Renamed from describe-key-briefly.
12732 (describe-key): Now a wrapper for describe-key-internal. Bind
12733 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
12734 (describe-key-internal): Renamed from describe-key.
12735
12736 2006-02-11 Milan Zamazal <pdm@zamazal.org>
12737
12738 * progmodes/glasses.el (glasses-separator): Doc fix.
12739 (glasses-original-separator): New defcustom.
12740 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
12741
12742 2006-02-11 Martin Rudalics <rudalics@gmx.at>
12743
12744 * mwheel.el (mouse-wheel-up-event): Doc fix.
12745
12746 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
12747
12748 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
12749 (tumme-dir): New function. Copied from thumbs.el.
12750
12751 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
12752
12753 * desktop.el (desktop-outvar): Fix typo.
12754 (desktop-save-buffer-p): Doc fix.
12755
12756 * subr.el (substitute-key-definition): Fix typo.
12757
12758 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12759
12760 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
12761 when window-system is mac.
12762
12763 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
12764
12765 2006-02-10 Kim F. Storm <storm@cua.dk>
12766
12767 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
12768 indirect-function instead of using condition-case.
12769
12770 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
12771
12772 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
12773 less `colloquial'...
12774
12775 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
12776
12777 * tumme.el: Add a couple of todo items.
12778
12779 2006-02-09 Lars Hansen <larsh@soem.dk>
12780
12781 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
12782 (highlight-changes-mode): Don't change desktop-locals-to-save.
12783
12784 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
12785
12786 * image-mode.el (image-toggle-display): Clear image cache if using
12787 filename.
12788
12789 2006-02-09 Masatake YAMATO <jet@gyve.org>
12790
12791 * dired-x.el (dired-guess-shell-alist-default): Add .man as
12792 a `dired-man' target.
12793
12794 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
12795 boundary of symbols.
12796
12797 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
12798
12799 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
12800
12801 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
12802
12803 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
12804 `mapcar'; return nil.
12805
12806 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
12807
12808 * mouse.el (mouse-drag-track): Don't change window if we rebind to
12809 some other event.
12810
12811 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
12812
12813 * net/rcirc.el (rcirc-startup-channels-alist):
12814 Add irc.freenode.net and #emacs as defaults.
12815 (rcirc-ignore-all-activity-flag): Remove variable.
12816 (rcirc-authinfo): New variable.
12817 (rcirc-authinfo-filename): Remove variable.
12818 (rcirc-always-use-server-buffer-flag): New flag.
12819 (rcirc): M-x rcirc will automatically connect without prompting.
12820 C-u M-x rcirc will prompt. Use rcirc-connect to create a
12821 connection in lisp.
12822 (rcirc-process-server-response-1): Remove everything but the nick
12823 portion of the sender so it doesn't need to be done everywhere
12824 else. Update related code.
12825 (global-map): Remove global keybindings.
12826 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
12827 (rcirc-send-input): Split into several functions.
12828 (rcirc-process-input-line, rcirc-process-message)
12829 (rcirc-process-command): New functions.
12830 (rcirc-target-buffer): New function to determine where to route
12831 messages.
12832 (rcirc-user-nick): Save match data.
12833 (rcirc-toggle-ignore-buffer-activity)
12834 (rcirc-update-activity-string): Remove global ignore functionality,
12835 which can be done now by toggling rcirc-track-minor-mode.
12836 (rcirc-track-minor-mode-map): New keymap.
12837 (rcirc-track-minor-mode): New minor-mode.
12838 (ignore): Make the ignore output nicer. Always print it when
12839 adding or removing nicks.
12840 (rcirc-url-regexp): Improve.
12841 (rcirc-mangle-text): Remove properties before using text in the
12842 modeline.
12843 (rcirc-authenticate): Authentication data comes from
12844 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
12845 (rcirc-server-prefix): Inherit from rcirc-server.
12846
12847 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
12848
12849 * Makefile.in (compile): Append "|| true" to the end of the `find'
12850 command, like compile-always does.
12851
12852 2006-02-08 Sam Steingold <sds@gnu.org>
12853
12854 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
12855 output from a dead connection.
12856
12857 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
12858
12859 * dired.el (dired-mode-map): Add more bindings for tumme.
12860
12861 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
12862
12863 * wdired.el (wdired-mode-map): Use remap.
12864 (wdired-get-filename): Massage.
12865 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
12866 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
12867 `keymap' property rather than `local-map'.
12868
12869 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
12870
12871 * tumme.el (tumme-get-thumbnail-image): New utility function.
12872 Suggested by from Chong Yidong.
12873 (tumme-dired-with-window-configuration): Rename from
12874 `tumme-dired'. Add code to save window configuration.
12875 (tumme-restore-window-configuration): New command to restore the
12876 window configuration that `tumme-dired-with-window-configuration'
12877 saves before it changes the window configuration.
12878 (tumme-show-all-from-dir): New command to display thumbnails for
12879 all files in a directory entered by the user, like M-x thumbs.
12880 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
12881 have been created.
12882 (tumme-display-thumbnail-original-image): Call `display-buffer'.
12883 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
12884 Remove obsolete test function.
12885
12886 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
12887
12888 * vc.el (small-temporary-file-directory): Remove defvar; there's
12889 a defcustom for it in files.el.
12890
12891 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
12892 Fix typo in message.
12893 (tumme-gallery-generate): Fix typo in `error' message.
12894 (tumme-display-window-height-correction)
12895 (tumme-display-window-width-correction, tumme-line-up-dynamic)
12896 (tumme-line-up-interactive): Dox fixes.
12897 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
12898 (tumme-restore-window-configuration, tumme-format-properties-string)
12899 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
12900 Fix typos in docstrings.
12901
12902 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
12903
12904 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
12905
12906 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
12907
12908 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
12909 User should use hook if desired.
12910
12911 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
12912 buffer if necessary.
12913 (gdb-delete-frame-or-window): New function.
12914 (gdb-breakpoints-mode-map): Bind "q" to it.
12915
12916 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
12917
12918 * textmodes/nroff-mode.el: Clean up name space.
12919 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
12920 (nroff-mode): Obey the global setting of nroff-electric-mode.
12921 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
12922
12923 * calendar/calendar.el (calendar-increment-month): Typo in last change.
12924
12925 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
12926
12927 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
12928
12929 2006-02-06 Lars Hansen <larsh@soem.dk>
12930
12931 * generic-x.el (etc-fstab-generic-mode): Add file system types
12932 cifs and usbdevfs. Allow special chars in file names.
12933
12934 2006-02-05 Jay Belanger <belanger@truman.edu>
12935
12936 Update copyright notices of the files in lisp/calc.
12937
12938 2006-02-05 Romain Francoise <romain@orebokech.com>
12939
12940 Update copyright notices of all files in the lisp/play directory.
12941
12942 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
12943
12944 * ldefs-boot.el: Regenerate.
12945
12946 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
12947
12948 2006-02-05 Kim F. Storm <storm@cua.dk>
12949
12950 * files.el (magic-mode-regexp-match-limit): New defvar.
12951 (set-auto-mode): Use it to limit magic-mode-alist matching.
12952
12953 2006-02-04 Eli Zaretskii <eliz@gnu.org>
12954
12955 * info.el (Info-index, Info-mode): Improve the description of the
12956 `i' command.
12957
12958 * ldefs-boot.el: Regenerate.
12959
12960 2006-02-03 Werner Lemberg <wl@gnu.org>
12961
12962 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
12963 greedy to find the closing bracket in \*[...] and similar
12964 expressions. This is a first rough fix -- many additional
12965 refinements are necessary to make nroff mode really usable with groff.
12966
12967 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
12968
12969 * international/mule-cmds.el (set-locale-environment):
12970 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
12971 libX11.
12972
12973 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
12974
12975 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
12976 archive are created in archive-tmpdir.
12977
12978 2006-02-02 John Paul Wallington <jpw@pobox.com>
12979
12980 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
12981 (ibuffer-fontification-alist): Use it.
12982 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
12983 to "* z" and the Ibuffer Mark menu.
12984
12985 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
12986
12987 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
12988
12989 * textmodes/table.el (*table--cell-describe-mode)
12990 (*table--cell-describe-bindings): Undo last change since
12991 print-help-return-message is not obsoleted by anything at all.
12992
12993 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
12994
12995 * emulation/cua-base.el (cua-mode): Doc fix.
12996
12997 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
12998
12999 * dframe.el (dframe-handle-make-frame-visible)
13000 (dframe-handle-iconify-frame, dframe-get-focus)
13001 (dframe-select-attached-frame, dframe-power-click)
13002 (dframe-frame-mode): Fix typos in docstrings.
13003
13004 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
13005 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
13006 Fix typos in docstrings.
13007
13008 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
13009 (hi-lock-face-buffer, hi-lock-font-lock-hook)
13010 (hi-lock-archaic-interface-message-used)
13011 (hi-lock-file-patterns-range): Fix typos in docstrings.
13012
13013 * savehist.el (savehist-loaded, savehist-load, savehist-install)
13014 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
13015
13016 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
13017 Fix typo in docstring.
13018
13019 * net/newsticker.el (newsticker--decode-iso8601-date)
13020 (newsticker--set-customvar, newsticker--buffer-insert-item)
13021 (newsticker--do-run-auto-mark-filter)
13022 (newsticker--parse-generic-feed): Doc fixes.
13023 (newsticker--retrieval-timer-list, newsticker-url-list)
13024 (newsticker-hide-immortal-items-in-echo-area)
13025 (newsticker-hide-obsolete-items-in-echo-area)
13026 (newsticker-new-item-face, newsticker--enclosure)
13027 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
13028 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
13029 (newsticker--parse-generic-feed, newsticker--cache-contains)
13030 (newsticker--stat-num-items, newsticker-download-enclosures):
13031 Fix typos in docstrings.
13032
13033 * net/rcirc.el (rcirc-debug): Doc fix.
13034 (rcirc-fill-column, rcirc-receive-message-hooks)
13035 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
13036 (rcirc-mode, rcirc-generate-new-buffer-name)
13037 (rcirc-startup-channels, rcirc-ignore-update-automatic)
13038 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
13039 Fix typos in docstrings.
13040 (rcirc-print): "?\ " -> "?\s".
13041 (rcirc-cmd-join): Improve argument/docstring consistency.
13042
13043 2006-02-01 Mark A. Hershberger <mah@everybody.org>
13044
13045 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
13046 before narrow-to-region.
13047
13048 2006-02-01 Richard M. Stallman <rms@gnu.org>
13049
13050 * simple.el (move-beginning-of-line): Scan properly for invis change.
13051
13052 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
13053
13054 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
13055
13056 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
13057 change bit only when id-format is 'integer. Reported by Matt
13058 Hodges <M.P.Hodges@rl.ac.uk>.
13059
13060 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
13061
13062 * hilit-chg.el (highlight-changes-initial-state)
13063 (highlight-changes-global-initial-state): Doc fixes.
13064 (highlight-changes-global-modes, global-highlight-changes):
13065 Fix typos in docstrings.
13066
13067 2006-02-01 Kim F. Storm <storm@cua.dk>
13068
13069 * emulation/cua-base.el (cua-mode): Mention that CUA enables
13070 transient-mark-mode in doc string.
13071
13072 2006-01-31 Richard M. Stallman <rms@gnu.org>
13073
13074 * replace.el (multi-occur): Doc fix.
13075 (multi-occur-in-matching-buffers): Rename from
13076 multi-occur-by-filename-regexp. Prefix arg says match
13077 buffer names instead of file names.
13078
13079 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
13080
13081 * bs.el: Allow non-default values of `bs-header-lines-length'.
13082 (bs--running-in-xemacs): Remove (not needed anymore).
13083 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
13084 instead of `shrink-window', thus avoiding having to compute the
13085 height of the window.
13086 (bs--up): Wrap around even when there's no header.
13087 (bs--down): Use `forward-line' instead of `next-line'.
13088
13089 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
13090
13091 * image-mode.el (image-toggle-display): Use file name if possible,
13092 instead of unnecessarily allocating a (possibly huge) lisp string.
13093
13094 2006-01-30 John Paul Wallington <jpw@pobox.com>
13095
13096 * subr.el (toplevel): Define `cl-assertion-failed' condition here
13097 because the `assert' macro signals it at runtime.
13098
13099 * emacs-lisp/cl.el (toplevel): Remove definition of
13100 `cl-assertion-failed' condition.
13101
13102 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
13103
13104 * thumbs.el (thumbs-marked-list): Make buffer-local and
13105 permanent-local.
13106 (thumbs-insert-thumb): Make help-echo non-sticky.
13107 (thumbs-file-alist): Use eolp as check for (non)-image.
13108
13109 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
13110
13111 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
13112 (ediff-before-session-group-setup-hooks)
13113 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
13114 Fix typos in docstrings.
13115
13116 * window.el (bw-dir, bw-eqdir, balance-windows)
13117 (split-window-keep-point): Fix typos in docstrings.
13118
13119 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
13120 (org-quote-string, org-calendar-to-agenda-key)
13121 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
13122 (org-show-following-heading, org-tags-column)
13123 (org-use-tag-inheritance, org, org-allow-space-in-links)
13124 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
13125 (org-enable-table-editor, org-calc-default-modes)
13126 (org-table-allow-automatic-line-recalculation)
13127 (org-export-html-style, org-export-with-fixed-width)
13128 (org-export-with-sub-superscripts, org-special-keyword)
13129 (org-formula, org-time-grid, org-table-may-need-update)
13130 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
13131 (org-goto-quit, org-get-indentation, org-end-of-item)
13132 (org-move-item-down, org-move-item-up)
13133 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
13134 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
13135 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
13136 (org-agenda-log-mode, org-agenda-toggle-diary)
13137 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
13138 (org-agenda-file-to-end, org-agenda-no-heading-message)
13139 (org-agenda-get-closed, org-format-agenda-item)
13140 (org-cmp-priority, org-cmp-category, org-cmp-time)
13141 (org-agenda-change-all-lines, org-agenda-diary-entry)
13142 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
13143 (org-link-search, org-camel-to-words, org-open-file)
13144 (org-remember-handler, org-table-convert-region)
13145 (org-table-move-row-down, org-table-move-row-up)
13146 (org-table-copy-region, org-table-wrap-region)
13147 (org-table-toggle-vline-visibility)
13148 (org-table-get-vertical-vector, org-table-modify-formulas)
13149 (org-table-get-specials, org-recalc-commands)
13150 (org-table-rotate-recalc-marks, org-table-eval-formula)
13151 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
13152 (org-level-color-stars-only, org-insert-heading):
13153 Fix typos in docstrings.
13154 (last-arg): Add defvar.
13155
13156 * makefile.w32-in (WINS): Add erc.
13157 (MH_E_SRC): Update (copied from lisp/Makefile.in).
13158
13159 2006-01-29 Bill Wohler <wohler@newt.com>
13160
13161 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
13162 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
13163 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
13164 (mh-autoloads): Don't use comments on otherwise empty lines.
13165
13166 2006-01-29 Edward O'Connor <ted@oconnor.cx>
13167
13168 * emulation/viper.el (viper-major-mode-modifier-list): Add
13169 insert-state and vi-state entries for erc-mode.
13170 (viper-go-away, viper-set-hooks): Add and remove
13171 viper-comint-mode-hook from erc-mode-hook as appropriate.
13172
13173 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
13174
13175 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
13176
13177 * bs.el (bs--format-aux): Implement `middle' alignment as
13178 described in the docstring for `bs-attributes-list'.
13179 (bs--get-name): Simplify. Don't pad the buffer name.
13180
13181 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
13182
13183 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
13184 English aspell dictionary is installed, use the first entry of
13185 ispell-dictionary-alist-1.
13186
13187 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13188
13189 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13190 Doc fix.
13191
13192 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
13193
13194 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13195 for `process-file', in order to let it work for older Emacsen too.
13196
13197 2006-01-27 Eli Zaretskii <eliz@gnu.org>
13198
13199 * international/latexenc.el: Add a suitable `coding:' tag.
13200 (latexenc-find-file-coding-system): Undo last change.
13201
13202 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
13203
13204 * international/latexenc.el (latexenc-find-file-coding-system):
13205 Make sure latexenc-main-file is a regular file and is readable.
13206
13207 2006-01-27 Andre Spiegel <spiegel@gnu.org>
13208
13209 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
13210 Pass FILE to vc-user-login-name.
13211
13212 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
13213
13214 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
13215
13216 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
13217 there are no more images to display.
13218 (thumbs-mark, thumbs-unmark): Revert change so that they move to
13219 the next image.
13220
13221 2006-01-26 Richard M. Stallman <rms@gnu.org>
13222
13223 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
13224
13225 * wid-edit.el (advertised-widget-backward): New alias.
13226 (widget-keymap): Use advertised-widget-backward for S-TAB.
13227
13228 * tumme.el: Correct the keywords.
13229 (tumme-dir-max-size): Use defvar.
13230 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
13231
13232 * simple.el (move-beginning-of-line): Take account of fields.
13233 (clone-indirect-buffer-other-window): Take args like
13234 clone-indirect-buffer, and work like it.
13235
13236 * help-fns.el (describe-function): Don't pass `nil' as default.
13237
13238 * files.el (risky-local-variable-p): Follow var aliases.
13239
13240 * subr.el (lazy-completion-table): Doc fix.
13241
13242 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
13243 global binding of `line'.
13244
13245 2006-01-25 Andre Spiegel <spiegel@gnu.org>
13246
13247 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
13248 Tramp.
13249
13250 * vc.el (vc-default-dired-state-info): Pass FILE to
13251 vc-user-login-name.
13252 (vc-default-update-changelog): Don't use vc-user-login-name, we
13253 don't need it here.
13254
13255 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
13256 no longer necessary.
13257
13258 2006-01-25 Kenichi Handa <handa@m17n.org>
13259
13260 * international/mule.el (decode-char): Avoid the overhead of
13261 calling utf-lookup-subst-table-for-decode if
13262 utf-translate-cjk-mode is nil.
13263 (encode-char): Avoid the overhead of calling
13264 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
13265 nil.
13266
13267 2006-01-22 Kenichi Handa <handa@m17n.org>
13268
13269 * international/mule.el (make-subsidiary-coding-system): Reset
13270 `coding-system-define-form' property of subsidiaries to nil.
13271 Avoid duplicated entry in coding-system-alist.
13272 (make-coding-system): Avoid duplicated entry in
13273 coding-system-alist.
13274 (define-coding-system-alias): Likewise.
13275
13276 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
13277
13278 * completion.el: Minor fixes in introductory comment.
13279 (completion-def-wrapper): Fix alist.
13280
13281 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
13282
13283 * thumbs.el (thumbs-new-image-size): New function.
13284 (thumbs-increment-image-size-element)
13285 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
13286 (thumbs-decrement-image-size): Delete.
13287 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
13288 temp files and use to resize.
13289 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
13290 Use increment argument to enlarge/shrink. Preserve point.
13291 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
13292 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
13293 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
13294 (thumbs-mark, thumbs-unmark): Preserve point.
13295 (thumbs-modify-image): Keep old temp files and use to modify.
13296 Cleanup old temp files at load time. Preserve point.
13297 (thumbs-view-image-mode-map): Use new command names.
13298
13299 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
13300
13301 * log-view.el (log-view-minor-wrap): First rev is the one at point.
13302
13303 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
13304 the nastiest part of the cyclic dependency.
13305 (cal-menu-update): Use dotimes and calendar-increment-month.
13306
13307 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
13308 (calendar-week-start-day): Add an :initializer.
13309 (calendar-mode-map): Use suppress-keymap, and command remapping.
13310 (describe-calendar-mode): Setup xref-stack info for the back button.
13311 (calendar-star-date): Insert before delete.
13312 (calendar-set-mode-line): Add file-modified info if applicable.
13313 (calendar-increment-month): New function.
13314
13315 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
13316
13317 * font-lock.el (lisp-font-lock-keywords-2):
13318 Recognize "& keywords" only at word boundaries.
13319
13320 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
13321
13322 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
13323 and permanent-local.
13324 (thumbs-max-image-number): New variable.
13325 (thumbs-do-thumbs-insertion): Use them.
13326 (thumbs-per-line): Change default to 4.
13327 (thumbs-marked-list): Rename from thumbs-markedL.
13328 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
13329 (thumbs-rename-images): Use -list instead of L for internal variables.
13330 (thumbs-call-convert): Use call-process instead of shell-command.
13331 (thumbs-insert-thumb): Add filename as help-echo to each image.
13332 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
13333 Give dir to thumbs-show-thumbs-list.
13334 (thumbs-show-thumbs-list): Set default-directory to that of images.
13335 (thumbs-dired-show): Rename from thumbs-dired-show-all.
13336 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
13337 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
13338 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
13339
13340 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
13341
13342 * ses.el (ses-read-cell): Provide a default value.
13343
13344 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
13345
13346 * term/w32-win.el (image-library-alist): Add additional names for
13347 GIF library.
13348
13349 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
13350
13351 * international/latexenc.el (latexenc-find-file-coding-system):
13352 Add file-regular-p check.
13353
13354 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13355
13356 * simple.el (clone-buffer): Don't show the new buffer in the same
13357 window.
13358
13359 2006-01-23 Juri Linkov <juri@jurta.org>
13360
13361 * faces.el (link, link-visited): New faces based on default values
13362 of `info-xref' and `info-xref-visited'.
13363
13364 * info.el (info-xref): Inherit from `link'.
13365 (info-xref-visited): Inherit from `link-visited'.
13366
13367 * cus-edit.el (custom-buffer-create-internal): Use widget type
13368 `custom-manual' instead of `info-link' and don't set properties
13369 `button-face' and `mouse-face' explicitly.
13370 (custom-browse-group-tag, custom-browse-variable-tag)
13371 (custom-browse-face-tag): Inherit from widget class
13372 `custom-group-link' instead of `push-button'.
13373 (custom-button-unraised): Inherit from `underline' face.
13374 (custom-link): Inherit from `link' face. Fix doc and group.
13375 (custom-add-parent-links, custom-group-value-create): Don't set
13376 properties `button-face' and `mouse-face' explicitly for
13377 `custom-group-link' widget.
13378 (custom-group-link): Add properties `button-face' and `mouse-face'
13379 to widget definition.
13380 (custom-field-keymap): New variable. Put `custom-field-keymap' to
13381 editable-field's :keymap property.
13382 (custom-mode): Fix docstring: substitute keybindings for
13383 `widget-forward' and `widget-backward' from `widget-keymap',
13384 `widget-complete' from `custom-field-keymap', replace old
13385 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
13386
13387 * desktop.el (desktop-load-file): Check for `fboundp' before
13388 calling `symbol-function'.
13389
13390 * simple.el (clone-buffer, clone-indirect-buffer)
13391 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
13392 `read-string'. Fix prompts.
13393
13394 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
13395
13396 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
13397
13398 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
13399
13400 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
13401
13402 * startup.el (inhibit-splash-screen, initial-scratch-message):
13403 Doc fixes.
13404
13405 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
13406
13407 Sync with Tramp 2.0.52.
13408
13409 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
13410 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
13411 `tramp-unload-tramp' for checklist.
13412
13413 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
13414 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
13415 (tramp-unload-file-name-handler-alist)
13416 (tramp-unload-tramp): New defuns.
13417 (tramp-advice-PC-expand-many-files): New defadvice.
13418 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
13419 removed.
13420 (tramp-handle-expand-file-name): Remove double slash.
13421 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
13422 It doesn't matter, because it will be converted later on.
13423 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
13424 implementation was just heuristic.
13425 (tramp-post-connection): Set uid and gid properties.
13426 (tramp-convert-file-attributes): Set file's gid change bit.
13427 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
13428 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
13429 in case of su(do)? methods. The home directory of the local user
13430 will be taken else.
13431 (tramp-open-connection-telnet)
13432 (tramp-open-connection-rsh, tramp-open-connection-su)
13433 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
13434 local shell prompt could hurt. Reported by Romain Francoise
13435 <romain@orebokech.com>.
13436 (tramp-let-maybe): Add `edebug-form-spec' property.
13437 (tramp-handle-expand-file-name): Bind `default-directory' locally
13438 to "/" in order to avoid problems with UNC shares or Cygwin
13439 mounts.
13440 (tramp-md5-function): Fix typo in error message.
13441
13442 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
13443
13444 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
13445 for byte-compiler pacification.
13446
13447 2006-01-22 Andre Spiegel <spiegel@gnu.org>
13448
13449 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
13450 ID-FORMAT `string'. This allows us to get rid of
13451 `vc-user-login-name UID'.
13452
13453 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
13454
13455 2006-01-22 John Paul Wallington <jpw@pobox.com>
13456
13457 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
13458
13459 2006-01-21 Martin Rudalics <rudalics@gmx.at>
13460
13461 * emacs-lisp/find-func.el (find-definition-noselect)
13462 (find-variable-noselect): Search variables in C source code too.
13463 (find-function-C-source, find-function-noselect, find-function)
13464 (find-function-other-frame, find-variable-noselect, find-variable)
13465 (find-variable-other-frame, find-variable-at-point):
13466 Fix docstrings.
13467
13468 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
13469
13470 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
13471
13472 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
13473
13474 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
13475 Default to disabling the "Save affix" question.
13476
13477 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
13478
13479 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
13480 the first arg to run-python.
13481
13482 2006-01-21 Eli Zaretskii <eliz@gnu.org>
13483
13484 * startup.el (command-line-1): Handle --no-desktop if desktop.el
13485 is not loaded.
13486
13487 2006-01-20 Jay Belanger <belanger@truman.edu>
13488
13489 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
13490 limit is 0.
13491
13492 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
13493 the correct variable.
13494
13495 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
13496
13497 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
13498 link. Fixed buggy argument sequence in call to `org-view-tags'.
13499 (org-compile-prefix-format): Set `org-prefix-has-tag'.
13500 (org-prefix-has-tag): New variable.
13501 (org-format-agenda-item): Remove tags from headline if
13502 appropriate.
13503 (org-agenda-remove-tags-when-in-prefix): New option.
13504 (org-get-tags-at): New function.
13505
13506 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
13507
13508 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
13509 (thumbs-find-image): Move image name and number from buffer name
13510 to mode name. Set thumbs-buffer. Preserve point so that large
13511 images remain visible.
13512 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
13513 order.
13514 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
13515 mode name.
13516 (thumbs-next-image, thumbs-previous-image): Make them work.
13517
13518 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
13519
13520 * cus-edit.el (custom-buffer-create-internal): State in the text above
13521 the whole buffer buttons that they do not operate on hidden items.
13522 (custom-face-menu): Use `custom-face-save' instead of
13523 `custom-face-save-command'.
13524 (custom-face-save-command): Make it an alias for `custom-face-save'
13525 and declare it obsolete.
13526 (custom-face-save): Doc fix.
13527
13528 * dired.el (dired-no-confirm): Add quote.
13529 (dired-subdir-alist-pre-R): Add quote in
13530 `make-variable-buffer-local' form and remove unbalanced parenthesis.
13531
13532 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
13533
13534 * textmodes/table.el (table-mode-indicator): Typo in last change.
13535
13536 2006-01-19 Richard M. Stallman <rms@gnu.org>
13537
13538 * outline.el (hide-leaves): Don't call outline-end-of-heading.
13539 Fixes bug reported in Nov 2005.
13540
13541 * isearch.el (isearch-forward): Doc fix.
13542
13543 * dired.el (dired-move-to-filename-regexp): Define as alias.
13544 (dired-no-confirm): Use defcustom.
13545 (dired-subdir-alist-pre-R): Put defvar at top level.
13546
13547 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
13548
13549 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
13550 Mark as risky.
13551
13552 * simple.el (set-mark-command): Doc fix.
13553 (clone-indirect-buffer-other-window):
13554 Read arg like clone-indirect-buffer.
13555 (move-beginning-of-line): Skip invisible newlines.
13556
13557 2006-01-19 Masatake YAMATO <jet@gyve.org>
13558
13559 * progmodes/cpp.el (cpp-edit-load): Make the order of
13560 listed conditions in a base C code buffer and its associate
13561 CPP Edit buffer the same.
13562
13563 2006-01-19 Kenichi Handa <handa@m17n.org>
13564
13565 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
13566 (rmail-mime-feature): Likewise.
13567 (rmail-require-mime-maybe): Use display-warning to show a warning
13568 message.
13569
13570 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
13571 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
13572
13573 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
13574
13575 * array.el: Move defvars out of eval-when-compile.
13576 (array-make-template): Replace undeclared global var with a local one.
13577 (array-mode): Inline initialization functions.
13578 (array-init-local-variables, array-init-max-row)
13579 (array-init-max-column, array-init-columns-per-line)
13580 (array-init-field-width, array-init-rows-numbered)
13581 (array-init-line-length, array-init-lines-per-row): Remove.
13582
13583 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
13584 (doc-mode-map): Define explicitly.
13585 (doctor-txtype): Use mapc.
13586
13587 * textmodes/table.el: Move defvars out of eval-when-compile.
13588 Remove harmful code meant to avoid byte-compiler warnings.
13589 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
13590 specification that checks table-fixed-width-mode directly.
13591 (table-recognize-region, table-recognize-cell):
13592 Use restore-buffer-modified-p.
13593 (table-fixed-width-mode): Remove code that refreshes
13594 table-fixed-mode-indicator.
13595 (*table--cell-describe-bindings, *table--cell-describe-mode):
13596 Avoid obsolete name print-help-return-message.
13597 (table--test-cell-list): Don't use replace-regexp from elisp.
13598 (table--point-entered-cell-function, table--point-left-cell-function):
13599 Don't set table-fixed-mode-indicator, use force-mode-line-update.
13600
13601 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
13602 that was after the end of file. Use buffer-file-name variable.
13603 (org-timestamp-change): Use with-current-buffer.
13604 (org-todo-list): Don't unnecessarily define a new buffer-local var.
13605 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
13606 `file'.
13607
13608 * progmodes/fortran.el: Move defvars out of eval-when-compile.
13609 (fortran-break-line): Remove unused var `opoint'.
13610 (fortran-abbrev-start): Obey help-event-list.
13611
13612 2006-01-18 Jesper Harder <harder@phys.au.dk>
13613
13614 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
13615
13616 2006-01-18 Masatake YAMATO <jet@gyve.org>
13617
13618 * progmodes/make-mode.el (makefile-imake-mode): New mode
13619 derived from makefile-mode.
13620 (makefile-imake-mode-syntax-table): New syntax table
13621 derived from makefile-mode-syntax-table.
13622 (makefile-mode): Write about makefile-imake-mode in doc string.
13623 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
13624 (makefile-imake-font-lock-keywords): New font lock keywords.
13625
13626 * files.el (auto-mode-alist): Add Imakefile.
13627
13628 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
13629
13630 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
13631 loading the file rather than when turning on flyspell-mode.
13632
13633 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
13634
13635 * cus-edit.el (customize-rogue): Minor doc fix.
13636
13637 2006-01-17 Juri Linkov <juri@jurta.org>
13638
13639 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
13640 instead of the file at the mark as default if the file at the mark
13641 is the same as the file at point or if dired-dwim-target-directory
13642 is not the same as the current directory and the mark is not active.
13643
13644 * log-view.el (log-view-minor-wrap): Use the same logic to get
13645 revisions as `log-view-diff'.
13646
13647 * info.el (Info-revert-find-node): Check for Info-current-file
13648 before preserving new-history.
13649
13650 * man.el (Man-heading-regexp): Add `/'.
13651
13652 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
13653 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
13654
13655 2006-01-16 Juri Linkov <juri@jurta.org>
13656
13657 * faces.el (mode-line-faces): New defgroup.
13658 (mode-line-highlight): Move definition after new defgroup.
13659 (mode-line, mode-line-inactive, mode-line-highlight):
13660 Replace :group `modeline' with `mode-line-faces'.
13661 (mode-line-buffer-id): New face.
13662 (modeline-buffer-id): New face alias.
13663 (vertical-border): Remove :group `modeline'.
13664
13665 * bindings.el (propertized-buffer-identification): Use face
13666 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
13667 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
13668 (mode-line-buffer-identification-keymap): For mouse-1 replace
13669 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
13670 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
13671 mouse-3.
13672
13673 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
13674 Buffer-menu-buffer. Doc fix.
13675 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
13676 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
13677 `Buffer-menu-buffer'.
13678
13679 * info.el (Info-mode-line-node-keymap): New defvar.
13680 (Info-set-mode-line): Use `stringp' to check Info-current-file.
13681 Propertize Info-current-node with `mode-line-buffer-id' and
13682 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
13683
13684 * time.el (display-time-mail-face): Replace :group `faces' with
13685 `mode-line-faces'.
13686
13687 2006-01-16 Kenichi Handa <handa@m17n.org>
13688
13689 * international/code-pages.el: Add autoload cookies for cp125[0345678].
13690
13691 * language/european.el (cp1252): New alias for windows-1252.
13692
13693 * international/mule.el (autoload-coding-system): Prepare for EOL
13694 variants.
13695
13696 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
13697
13698 * term.el (term-raw-map): Add mapping for insert.
13699 (term-send-insert): New.
13700 (term-mode): Make variables local here instead of doing it in
13701 `term-emulate-terminal'.
13702 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
13703 Scroll reverse needs to take into account the scroll region.
13704 Saving and restoring the cursor should save the color attributes too.
13705 (term-reset-terminal): Reset the scroll region.
13706 (term-handle-ansi-escape): Cursor up and down should take into
13707 account the scroll region.
13708 (term-set-scroll-region): Rename from `term-scroll-region'.
13709 Move to 0,0 after setting the region.
13710 (term-handle-scroll): Handle scroll up.
13711 (term-down): Fix off by one error.
13712 (term-delete-lines): Do not delete outside the scroll region.
13713 (term-insert-lines): Take into account the scroll region.
13714
13715 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
13716
13717 * textmodes/ispell.el (ispell-internal-change-dictionary)
13718 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
13719 (start, end): Move declaration outside of eval-when-compile.
13720
13721 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
13722 (flyspell-mode-on): Use it.
13723
13724 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
13725 ispell-kill-ispell-hook.
13726
13727 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
13728
13729 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
13730 (Custom-reset-saved): Do not ask for confirmation in single option
13731 buffers.
13732
13733 2006-01-13 Richard M. Stallman <rms@gnu.org>
13734
13735 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
13736
13737 2006-01-13 Romain Francoise <romain@orebokech.com>
13738
13739 * add-log.el (add-change-log-entry, change-log-merge):
13740 Conditionally use `hard-newline'.
13741
13742 2006-01-13 Martin Rudalics <rudalics@gmx.at>
13743
13744 * wid-edit.el (widget-field-end): If the overlay is no longer
13745 associated with a buffer, behave as if the overlay didn't exist.
13746
13747 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
13748 Make sure the links use the `custom-link' face.
13749
13750 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
13751
13752 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
13753 (ld-script-mode): Don't set indent-line-function since we don't
13754 have one.
13755
13756 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
13757
13758 * textmodes/org.el (org-open-file): Use mailcap for selecting an
13759 application.
13760 (org-file-apps-defaults-gnu): Use mailcap as the default for
13761 selecting an application on a UNIX system.
13762 (org-agenda-show-tags): New command.
13763 (org-table-insert-hline): Keep cursor in current table line.
13764 (org-table-convert): Offset effect of modifying
13765 `org-table-insert-hline'.
13766 (org-format-agenda-item): New optional argument TAG.
13767 (org-compile-prefix-format): Handle %T format for the tag.
13768 (org-expand-wide-chars): New function.
13769 (org-table-insert-row, org-table-insert-hline):
13770 Use `org-expand-wide-chars'.
13771 (org-open-file): Fix bug in program launch.
13772 (org-get-time-of-day): Fix bug with times before 1am.
13773 (org-agenda-menu): Add tags commands.
13774
13775 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
13776
13777 * textmodes/ispell.el (ispell-init-process): Include the used
13778 dictionary in ispell process start message.
13779 (ispell-internal-change-dictionary): When flyspell-mode is active
13780 and dictionary is changed, make sure ispell process is restarted
13781 and flyspell word cache cleared out for the current buffer.
13782 (ispell-change-dictionary): Make sure flyspell word cache is
13783 cleared out in all buffers with active flyspell mode when
13784 dictionary is globally changed.
13785 Call ispell-internal-change-dictionary after dictionary change.
13786
13787 2006-01-13 Eli Zaretskii <eliz@gnu.org>
13788
13789 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
13790
13791 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
13792 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
13793 years. Fix small differences wrt Makefile.in.
13794 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
13795 Makefile.in does.
13796
13797 2006-01-12 Bill Wohler <wohler@newt.com>
13798
13799 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
13800 mh-search.el.
13801
13802 2006-01-12 Masatake YAMATO <jet@gyve.org>
13803
13804 * progmodes/ld-script.el: Update copyright year.
13805
13806 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
13807
13808 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
13809 Don't add widget if setting undefined.
13810
13811 2006-01-12 John Paul Wallington <jpw@pobox.com>
13812
13813 * help-fns.el (describe-variable): Remove newlines from void
13814 variable output.
13815
13816 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
13817
13818 * wdired.el (wdired-mode-map): Add help echo for
13819 wdired-abort-changes.
13820
13821 * man.el (Man-file-name-regexp): Adjust for a list of files.
13822
13823 2006-01-12 Masatake YAMATO <jet@gyve.org>
13824
13825 * progmodes/ld-script.el (auto-mode-alist): Support
13826 suffix conventions used in netbsd and eCos.
13827
13828 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
13829
13830 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
13831 (custom-variable-menu, custom-face-menu, custom-group-menu)
13832 (Custom-mode-menu): Change names of menu items. (As discussed on
13833 emacs-devel.)
13834 (custom-face-menu): Add "Undo Edits" item.
13835
13836 * startup.el (init-file-user): defcustom -> defvar.
13837
13838 * tooltip.el (tooltip-mode): Doc fix.
13839
13840 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
13841
13842 * reveal.el (reveal-post-command): window-buffer signals an error on
13843 dead windows rather than returning nil.
13844 (reveal-open-new-overlays): An overlay might die while we open others.
13845
13846 2006-01-11 Bill Wohler <wohler@newt.com>
13847
13848 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
13849 phrasing in docstring.
13850
13851 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
13852 can give some systems gas. Add new file mh-buffers.el.
13853
13854 2006-01-06 Masatake YAMATO <jet@gyve.org>
13855
13856 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
13857 C preprocessor forward ported from GNU Emacs 21.2.
13858
13859 * progmodes/asm-mode.el (asm-font-lock-keywords):
13860 Use `cpp-font-lock-keywords'.
13861
13862 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
13863
13864 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
13865 of $ for "\\.ld[s]?".
13866
13867 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
13868
13869 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
13870 (tcl-indent-line): Return `noindent' if inside a string.
13871
13872 * progmodes/flymake.el (flymake-split-string): Remove more than one
13873 empty string at beg/end of the result.
13874 (flymake-find-buildfile, flymake-find-possible-master-files):
13875 Use expand-file-name.
13876 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
13877 since expand-file-name does it for us. Use directory-file-name.
13878 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
13879 (flymake-ler-get-type, flymake-ler-get-text)
13880 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
13881 (flymake-current-line-no): Remove spurious interactive spec.
13882 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
13883 (flymake-check-include): Remove arg inc-path merged into inc-name.
13884 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
13885 Arg regexp-list replaced by a simple regexp.
13886 (flymake-master-make-header-init, flymake-master-tex-init):
13887 Correspondingly replace regexp-list with a regexp. Fix regexp.
13888
13889 2006-01-10 Simon Josefsson <jas@extundo.com>
13890
13891 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
13892 describing AUTH PLAIN fix.
13893
13894 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
13895
13896 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
13897 (report-emacs-bug): Don't record initial prompt text.
13898 Instead, add text properties to prompting text.
13899 (report-emacs-bug-hook): Delete prompting text.
13900
13901 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
13902
13903 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
13904 `dirs'. Adjust callers.
13905
13906 2006-01-09 John Paul Wallington <jpw@gnu.org>
13907
13908 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
13909
13910 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
13911
13912 * reveal.el (reveal-open-new-overlays): New extracted fun.
13913 (reveal-close-old-overlays): Idem. Check overlays's liveness before
13914 using them. Simplify the code.
13915 (reveal-post-command): Use them. Fix up obsolete windows in
13916 reveal-open-spots.
13917
13918 * progmodes/flymake.el: Use `require' rather than autoload for
13919 XEmacs's overlays.
13920 (flymake-get-common-file-prefix, flymake-build-relative-filename):
13921 Delete. Use file-relative-name instead.
13922 (flymake-get-syntax-check-program-args, flymake-perl-init):
13923 Simplify the resulting code.
13924
13925 * log-view.el (log-view-file-re, log-view-message-re): Add support
13926 for DaRCS output.
13927
13928 2006-01-09 Alex Schroeder <alex@gnu.org>
13929
13930 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
13931 identifiers sometimes added in square brackets at the beginning of
13932 subject lines.
13933
13934 2006-01-07 Richard M. Stallman <rms@gnu.org>
13935
13936 * cus-edit.el (Custom-set, Custom-save): Doc fix.
13937 (Custom-reset-current, Custom-reset-saved): Change question text.
13938 (Custom-reset-standard): Likewise.
13939 (custom-variable-reset-saved): Doc fix.
13940
13941 2006-01-07 Eli Zaretskii <eliz@gnu.org>
13942
13943 * startup.el (init-file-user): Doc fix.
13944
13945 2006-01-07 Alex Schroeder <alex@gnu.org>
13946
13947 * mail/rmail.el (rmail-current-subject): New function.
13948 (rmail-current-subject-regexp): New function.
13949 (rmail-next-same-subject): Use it.
13950
13951 * mail/rmailsum.el (rmail-summary-by-topic):
13952 Use rmail-current-subject and rmail-current-subject-regexp.
13953 (rmail-summary-next-same-subject): Ditto.
13954
13955 * net/rcirc.el (rcirc-send-input): No longer check whether the
13956 process is open, since not all commands need an open process.
13957 (rcirc-send-string): Check whether the process is open before
13958 sending anything.
13959 (rcirc-ignore-list): New option.
13960 (rcirc-ignore-list-automatic): New variable.
13961 (rcirc-print): Take rcirc-ignore-list into account.
13962 (rcirc-cmd-ignore): New command.
13963 (rcirc-ignore-update-automatic): New function.
13964 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
13965 list if ignored nicks.
13966 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
13967
13968 2006-01-06 David Reitter <david.reitter@gmail.com>
13969
13970 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
13971 reflect the address to which the report will be sent.
13972
13973 2006-01-06 Eli Zaretskii <eliz@gnu.org>
13974
13975 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
13976 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
13977
13978 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
13979
13980 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
13981
13982 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
13983 the doc string: "functoin" => "function".
13984 * ldefs-boot.el: Likewise.
13985
13986 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
13987 message text: "Duplicat" => "Duplicate".
13988
13989 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
13990
13991 * files.el (basic-save-buffer-2): If backing-up failed, reset
13992 buffer-backed-up to nil.
13993
13994 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
13995
13996 * progmodes/gud.el (gdb-script-skip-to-head)
13997 (gdb-script-calculate-indentation): Indent for breakpoint command
13998 lists also.
13999
14000 2006-01-05 Bill Wohler <wohler@newt.com>
14001
14002 * Makefile.in (compile-always): Add mh-autoloads dependency.
14003 (bootstrap): Remove mh-autoloads dependency, as compile dependency
14004 provides it.
14005 (updates): Remove mh-autoloads dependency, since it probably has
14006 already run recently (via recompile).
14007
14008 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
14009
14010 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
14011 argument `force' to disable the flyspell-last-buffer optimization.
14012 (flyspell-mode-on): Use it.
14013
14014 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
14015 flymake-simple-cleanup.
14016 (flymake-allowed-file-name-masks): Use this new default.
14017 All the functions are now called in the right buffer rather than
14018 passing the buffer as argument.
14019 (flymake-process-sentinel): Switch to buffer before calling cleanup.
14020 (flymake-parse-err-lines): Remove redundant buffer arg.
14021 (flymake-get-program-dir): Comment out unused function.
14022 (flymake-start-syntax-check, flymake-start-syntax-check-process):
14023 Remove redundant buffer argument.
14024 (flymake-get-real-file-name, flymake-simple-java-cleanup)
14025 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
14026
14027 2006-01-05 Richard M. Stallman <rms@gnu.org>
14028
14029 * info.el (Info-find-node): Don't record previous node if have none.
14030 (info): Go to directory only if history is empty.
14031
14032 * simple.el (mark): Doc fix.
14033
14034 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14035
14036 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
14037 already of desired type.
14038 (mac-ae-list): Coerce parameter to "list" type.
14039 (mac-dispatch-apple-event): Replace cadr part of event with a
14040 dummy position so that event-start returns it.
14041
14042 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
14043
14044 * textmodes/org.el (org-end-of-subtree): New function.
14045 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
14046 Use `org-end-of-subtree'.
14047 (org-agenda, org-agenda-convert-date): Protect calls to
14048 `fit-window-to-buffer'.
14049 (org-tags-view): Force matching of sublevels when doing a
14050 todo-only search. Define the correct redo command, including the
14051 arguments.
14052 (org-agenda-redo): Display message.
14053 (org-check-for-org-mode): New function.
14054 (org-agenda-type): New variable.
14055 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
14056 Set `org-agenda-type'.
14057 (org-agenda-check-type): New function.
14058 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
14059 (org-agenda-week-view, org-agenda-day-view)
14060 (org-agenda-next-date-line, org-agenda-previous-date-line)
14061 (org-agenda-log-mode, org-agenda-toggle-diary)
14062 (org-agenda-toggle-time-grid, org-agenda-date-later)
14063 (org-agenda-date-prompt, org-agenda-diary-entry)
14064 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
14065 (org-agenda-convert-date, org-agenda-menu):
14066 Use `org-agenda-check-type'.
14067 (org-make-overlay, org-delete-overlay)
14068 (org-detatch-overlay, org-move-overlay, org-overlay-put):
14069 New compatibility functions.
14070 (org-calendar-select-mouse): New command.
14071
14072 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
14073
14074 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
14075 (Custom-reset-standard): Fix y-or-n-p messages.
14076 (custom-link): New face for links.
14077 (custom-buffer-create-internal, custom-manual): Use it.
14078 (custom-face-save): Push to theme-face before setting face spec.
14079
14080 * wid-edit.el (widget-default-mouse-face-get): New function.
14081 (widget-specify-button): Handle mouse-face like button-face.
14082
14083 * custom.el (load-theme): Clear old theme settings if reloading.
14084
14085 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
14086
14087 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
14088 "Erase Customization" button back to same position it occupies in
14089 the individual State menus.
14090
14091 2006-01-04 Kim F. Storm <storm@cua.dk>
14092
14093 * wid-edit.el (key-sequence): Rework widget to read key binding
14094 using `kbd' syntax. Use C-q to insert literal key, event, or code.
14095 (widget-key-sequence-default-value): Default value for empty sequence.
14096 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
14097 (widget-key-sequence-read-event): New command for C-q.
14098 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
14099 (widget-key-sequence-value-to-external): New functions.
14100
14101 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
14102
14103 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
14104 Use expand-file-name.
14105 (flymake-delete-temp-directory): Use expand-file-name,
14106 file-name-directory, and directory-file-name.
14107 (flymake-strrchr): Delete.
14108 (flymake-start-syntax-check): Don't pass the redundant buffer argument
14109 to the init-f function.
14110 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
14111 (flymake-init-find-buildfile-dir)
14112 (flymake-init-create-temp-source-and-master-buffer-copy)
14113 (flymake-simple-make-init-impl, flymake-simple-make-init)
14114 (flymake-master-make-init, flymake-master-make-header-init)
14115 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
14116 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
14117 (flymake-xml-init): Remove corresponding redundant buffer argument.
14118 (flymake-allowed-file-name-masks): Remove last elems that are equal to
14119 the default anyway. Clean up regexps.
14120
14121 * progmodes/flymake.el (flymake-temp-source-file-name)
14122 (flymake-master-file-name, flymake-temp-master-file-name)
14123 (flymake-base-dir): New buffer-local vars.
14124 (flymake-buffer-data, flymake-get-buffer-value)
14125 (flymake-set-buffer-value): Replace those hash-tables by the new
14126 buffer-local vars. Update callers.
14127
14128 * progmodes/flymake.el (flymake-check-start-time)
14129 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
14130 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
14131 Move definition, so we can remove redundant earlier declaration.
14132 (flymake-replace-regexp-in-string, flymake-split-string)
14133 (flymake-get-temp-dir): Use defalias.
14134 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
14135 (flymake-xemacs-window-edges): Remove unused function.
14136 (flymake-get-point-pixel-pos): Move.
14137 (flymake-pid-to-names, flymake-reg-names)
14138 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
14139 Replace by a simple list flymake-processes and by process-buffer.
14140 Update callers. Other than simplify the code, it uses buffers rather
14141 than buffer-names so it doesn't get confused by uniquify.
14142 (flymake-buffer-data): The global value should just be nil.
14143
14144 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
14145 Optimize the body of a defalias like any other code.
14146
14147 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
14148 Make sure we've setup font-lock's vars. It may influence which
14149 function we then call.
14150 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
14151 here since it's too late anyway.
14152
14153 2006-01-03 Romain Francoise <romain@orebokech.com>
14154
14155 * startup.el (fancy-splash-tail, normal-splash-screen):
14156 Update copyright year.
14157
14158 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
14159
14160 * mouse.el (mouse-drag-track): Rename, from
14161 `mouse-drag-region-1'. Includes optional argument required to
14162 enable post-drag event processing (e.g. delete region keys).
14163 Can be used without this argument to track a mouse region and operate
14164 on it as soon as the drag completes.
14165 (mouse-drag-region): Use `mouse-drag-track'.
14166
14167 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
14168
14169 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
14170 Move to `custom-buffer' group.
14171
14172 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
14173 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
14174 (custom-theme-insert-face-marker, custom-theme-variable-menu)
14175 (custom-theme-face-menu): New variables.
14176 (custom-theme-add-variable, custom-theme-variable-action)
14177 (custom-variable-reset-theme, custom-theme-delete-variable)
14178 (custom-face-reset-theme, custom-theme-face-action)
14179 (custom-theme-delete-face, custom-theme-merge-theme)
14180 (custom-theme-add-face, custom-theme-visit-theme): New functions.
14181
14182 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
14183
14184 * custom.el: Move Custom Themes commentary to start of theme code.
14185 (custom-known-themes): Rename `standard' theme to `changed'.
14186 (custom-push-theme): Caller no longer specifies what theme to use
14187 when doing `reset'---the setting is simply removed from the theme.
14188 Delete MODE from `theme-value' and `theme-settings' properties.
14189 (custom-declare-theme): Ignore &rest args since we don't use them.
14190
14191 (custom-loaded-themes): Delete variable.
14192 (custom-theme-load-themes, custom-theme-loaded-p)
14193 (custom-theme-value): Delete functions.
14194
14195 (custom-declare-theme): Signal error on invalid theme names.
14196 (provide-theme): custom-loaded-themes was deleted.
14197 (load-theme): Load the file unconditionally.
14198 (enable-theme): Call `load-theme' if theme is undefined.
14199 (custom-enabled-themes): Only update value for successful loads.
14200 (disable-theme): Complete from enabled themes when interactive.
14201 (custom-variable-theme-value): Calculate theme value directly.
14202
14203 (custom-theme-reset-variables, custom-reset-variables): Mark as
14204 XEmacs compatibility functions. We don't actually use these.
14205
14206 * cus-edit.el (custom-variable-state-set):
14207 Use custom-variable-theme-value instead of custom-theme-value.
14208 (custom-face-state-set): Rename `standard' theme to `changed'.
14209 (custom-save-variables, custom-save-faces): Delete unneeded
14210 references to custom-reset-variables.
14211 (custom-save-resets): Delete function.
14212 (custom-save-variables, custom-save-faces): MODE argument deleted.
14213 (custom-save-variables, custom-save-faces): Ignore theme values.
14214
14215 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
14216 compatibility function.
14217
14218 2006-01-01 Richard M. Stallman <rms@gnu.org>
14219
14220 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
14221 (Custom-reset-current, Custom-reset-saved): Likewise.
14222 (Custom-reset-standard): Show message if aborted.
14223 (custom-mode): Doc fix, describing those commands.
14224
14225 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
14226 put on event-kind property.
14227
14228 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
14229
14230 * custom.el (provide-theme): Ban `user' theme name.
14231 (custom-enabling-themes): New variable.
14232 (enable-theme): Don't enable user if custom-enabling-themes is t.
14233 (custom-enabled-themes): Make it a defcustom.
14234 (custom-theme-recalc-face): No-op if face is undefined.
14235
14236 * cus-edit.el (custom-button-mouse): New variable.
14237 (custom-button-mouse): New face.
14238 (custom-raised-buttons, custom-mode): Use it.
14239
14240 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
14241
14242 2005-12-31 Eli Zaretskii <eliz@gnu.org>
14243
14244 * progmodes/gud.el (gud-display-line): Support hl-line in the
14245 source buffer.
14246
14247 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
14248
14249 * mouse.el (mouse-drag-window-above): Verify that the found window
14250 overlaps with the given window in the horizontal dimension.
14251
14252 2005-12-31 Eli Zaretskii <eliz@gnu.org>
14253
14254 * Makefile.in (cvs-update): New target.
14255
14256 * makefile.w32-in (cvs-update): Ditto.
14257
14258 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
14259
14260 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
14261 (custom-new-theme-mode-map): New variable.
14262
14263 2005-12-30 Richard M. Stallman <rms@gnu.org>
14264
14265 * custom.el (custom-load-themes): Function deleted.
14266
14267 * cus-edit.el (custom-save-loaded-themes): Function deleted.
14268 (custom-save-variables): Don't delete or add custom-load-themes call.
14269
14270 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
14271
14272 * cus-start.el: Add `visible-cursor'.
14273
14274 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
14275 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
14276 (flymake-process-filter): Switch to buffer before calling it instead.
14277 (flymake-post-syntax-check, flymake-highlight-err-lines)
14278 (flymake-delete-own-overlays, flymake-parse-err-lines)
14279 (flymake-start-syntax-check, flymake-start-syntax-check-process)
14280 (flymake-count-lines, flymake-parse-residual):
14281 Remove constant buffer argument.
14282 (flymake-start-syntax-check-for-current-buffer): Remove.
14283 Update callers to use flymake-start-syntax-check instead.
14284 (flymake-display-err-menu-for-current-line):
14285 Remove unused var `mouse-pos'.
14286 (flymake-restore-formatting): Comment out unused function.
14287 (flymake-report-status, flymake-report-fatal-status): Remove buffer
14288 argument, use current-buffer instead. Update callers.
14289
14290 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14291
14292 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
14293 buffer-local because choose-completion-delete-max-match requires
14294 that we set completion-ignore-case (i.e., binding via let is not
14295 sufficient).
14296 (bibtex-complete): Always set completion-ignore-case and
14297 choose-completion-string-functions. The latter is needed because
14298 choose-completion-string-functions keeps its value if we quit the
14299 *Completions* buffer without requesting a completion.
14300
14301 2005-12-30 Andreas Schwab <schwab@suse.de>
14302
14303 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
14304
14305 2005-12-30 Eli Zaretskii <eliz@gnu.org>
14306
14307 * jit-lock.el (jit-lock-chunk-size): Doc fix.
14308
14309 2005-12-30 Juri Linkov <juri@jurta.org>
14310
14311 * locate.el (locate-fcodes-file, locate-header-face)
14312 * progmodes/delphi.el (delphi-other-face)
14313 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
14314
14315 * paren.el (show-paren-match, show-paren-mismatch): Use existing
14316 group `paren-showing-faces'.
14317
14318 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
14319 (goto-address): Fix docstring.
14320
14321 * net/webjump.el (webjump-sample-sites): Update URLs.
14322
14323 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
14324
14325 * subr.el (cancel-change-group): Add listp around pending-undo-list.
14326
14327 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
14328
14329 * font-lock.el (font-lock-compile-keywords): Signal an error when
14330 font-lock-set-defaults hasn't been called.
14331
14332 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
14333
14334 * subr.el (noreturn, 1value): Doc fixes.
14335
14336 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14337
14338 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
14339 that assoc-string returns nil.
14340
14341 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14342
14343 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
14344 (bibtex-entry-type-str, bibtex-empty-field-re)
14345 (bibtex-search-backward-string, bibtex-preamble-prefix)
14346 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
14347 (bibtex-any-valid-entry-type): New variable.
14348 (bibtex-parse-field-name): Simplify.
14349 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
14350 (bibtex-preamble-prefix): Include left delimiter.
14351 (bibtex-search-forward-field, bibtex-search-backward-field):
14352 Allow unbounded search past entry boundaries (required by bibtex-pop).
14353 (bibtex-text-in-field-bounds): Use push.
14354 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
14355 (bibtex-parse-preamble, bibtex-valid-entry)
14356 (bibtex-beginning-first-field): New functions.
14357 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
14358 (bibtex-map-entries): Fix docstring.
14359 (bibtex-flash-head): New arg prompt. Simplify.
14360 (bibtex-enclosing-field): Include code of bibtex-inside-field.
14361 (bibtex-insert-kill): Simplify. Always insert text past the
14362 current field or entry.
14363 (bibtex-format-entry): Use bibtex-parse-field.
14364 (bibtex-pop): Use bibtex-beginning-of-entry and
14365 bibtex-end-of-entry to initiate the search. Insert empty field if
14366 we found ourselves.
14367 (bibtex-print-help-message): New args field and comma.
14368 Handle entry keys.
14369 (bibtex-make-field): Use bibtex-beginning-of-entry.
14370 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
14371 invalid entry.
14372 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
14373 Handle preambles. Simplify code for thorough test.
14374 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
14375 New arg comma. Handle entry heads.
14376 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
14377 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
14378 New arg comma.
14379 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
14380 (bibtex-fill-field): Simplify.
14381 (bibtex-fill-entry): Use bibtex-beginning-first-field and
14382 bibtex-parse-field.
14383 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
14384 (bibtex-complete): Use bibtex-parse-preamble.
14385
14386 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
14387
14388 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
14389 Display name of expression instead of convenience variable.
14390 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
14391
14392 * progmodes/gud.el (gud-tooltip-dereference): Rename from
14393 toggle-gud-tooltip-dereference.
14394 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
14395 (gud-tooltip-tips): ...here when dereferencing.
14396
14397 2005-12-28 Bill Wohler <wohler@newt.com>
14398
14399 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
14400
14401 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
14402
14403 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
14404 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
14405 (vc-annotate-display-autoscale): Adjust call.
14406 (vc-annotate-display-default): Adjust call. Make arg compulsory.
14407 Fix interactive spec.
14408 (vc-annotate-time-span): Remove.
14409 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
14410 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
14411 (vc-annotate-display-select): Use new name.
14412
14413 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
14414 (vc-annotate-mode-menu): Remove left-over redundant declaration.
14415 Correct the construction of span entries. Simplify.
14416 (vc-annotate-display-select): Fix the nil case.
14417 (vc-annotate): Remove obsolete (and now broken) code.
14418 (vc-annotate-extract-revision-at-line): Remove obsolete code.
14419 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
14420
14421 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
14422
14423 * subr.el (lazy-completion-table): Correct typo in docstring.
14424
14425 * startup.el (command-line): Use `custom-reevaluate-setting' for
14426 `send-mail-function'.
14427
14428 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
14429
14430 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
14431
14432 * mail/smtpmail.el (smtpmail-try-auth-methods):
14433 Send credentials together with "AUTH PLAIN" command.
14434
14435 2005-12-27 Richard M. Stallman <rms@gnu.org>
14436
14437 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
14438 mouse-2, go back to previously selected window, so it's selected
14439 when mouse-2 command runs.
14440
14441 2005-12-27 Juri Linkov <juri@jurta.org>
14442
14443 * descr-text.el (describe-text-sexp): Use square brackets for
14444 button [Show] to distinguish it from the property value `show'.
14445 (describe-property-list): Use `insert-text-button' with
14446 `help-face' type instead of putting face in quotes, because button
14447 is not created automatically for a list of faces.
14448 (describe-text-properties-1): Put button-type value in quotes to
14449 distinguish from plain text "button".
14450 (describe-char): Display code point values in hex. Don't use
14451 `symbol-name' for `current-input-method' because it is a string.
14452 Use `insert-text-button' with `help-face' type instead of putting
14453 hardcoded face in quotes, because button is not created automatically.
14454
14455 2005-12-27 Richard M. Stallman <rms@gnu.org>
14456
14457 * progmodes/glasses.el (glasses-face): More specific custom type.
14458
14459 * files.el (set-visited-file-name): Doc fix.
14460
14461 * textmodes/flyspell.el (flyspell-external-point-words):
14462 Use local var buffer-scan-pos to advance scan for next misspelling.
14463 Advance it only after we find the misspelling.
14464
14465 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
14466
14467 * textmodes/flyspell.el (flyspell-external-point-words):
14468 New criteria for finding the misspelling in the buffer.
14469
14470 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
14471
14472 * help-mode.el (help-insert-string): Set help-xref-stack-item
14473 rather than call help-setup-xref.
14474
14475 * descr-text.el (describe-char): Revert previous changes for
14476 optional buffer argument.
14477
14478 2005-12-27 Juri Linkov <juri@jurta.org>
14479
14480 * help-mode.el (help-insert-string): New function. Save buffer
14481 contents in cases where it is impossible to recompute the old contents.
14482
14483 * descr-text.el (describe-char): Set help-xref-stack-item
14484 explicitly after buffer has been generated.
14485
14486 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14487
14488 * cus-start.el (all): Add x-gtk-show-hidden-files.
14489
14490 2005-12-26 Richard M. Stallman <rms@gnu.org>
14491
14492 * replace.el (perform-replace): Calculate match-again
14493 before skipping read-only matches.
14494
14495 * paren.el (paren-showing-faces): New group.
14496 (show-paren-match, show-paren-mismatch): Move to that group.
14497
14498 * button.el (button): Put into group `basic-faces'.
14499
14500 * progmodes/make-mode.el: Remove faces from group `faces'.
14501
14502 * apropos.el (apropos, apropos-value): Doc fix.
14503 (apropos-documentation): Doc fix.
14504
14505 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
14506
14507 * subr.el (lazy-completion-table): Remove argument `args'.
14508
14509 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
14510 Don't use the `args' argument of lazy-completion-table.
14511
14512 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
14513
14514 * descr-text.el (describe-char): Add optional argument for buffer.
14515 Set buffer appropriately. Call help-setup-xref.
14516 Suggested by Stefan Monnier.
14517
14518 2005-12-26 Juri Linkov <juri@jurta.org>
14519
14520 * descr-text.el: Require `help-fns' at runtime. Don't require
14521 `button' for byte compilation.
14522 (describe-text-widget): Add `help-echo' for first button.
14523 Use `help-info' for second.
14524 (describe-property-list): Use `help-argument-name' instead of `italic'.
14525 (describe-text-category): Add prompt to interactive spec.
14526 Call `help-setup-xref'.
14527 (describe-char): Use `help-character-set'. Add `help-echo' for
14528 code point. Use `help-input-method'. Remove superfluous insert.
14529
14530 2005-12-25 Richard M. Stallman <rms@gnu.org>
14531
14532 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
14533 at point, in case of narrowing.
14534
14535 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
14536
14537 * locate.el (locate-header-face): Allow nil in type.
14538
14539 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
14540
14541 2005-12-25 Romain Francoise <romain@orebokech.com>
14542
14543 * battery.el (battery-linux-proc-acpi): Also try
14544 `/proc/acpi/thermal_zone/THM0/temperature'.
14545
14546 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
14547
14548 * custom.el (custom-push-theme): Fix docstring.
14549
14550 * cus-edit.el (custom-variable-set, custom-variable-save)
14551 (custom-variable-save): Custom-quote widget values.
14552 (customize-save-variable): Fix custom-push-theme call.
14553
14554 2005-12-24 Eli Zaretskii <eliz@gnu.org>
14555
14556 * w32-fns.el (w32-batch-update-autoloads): New function.
14557
14558 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
14559 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
14560 from the command line.
14561
14562 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
14563
14564 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
14565 reset means to remove setting from theme entirely. Don't keep
14566 expanding theme-settings list; delete old entries if necessary.
14567
14568 * cus-edit.el (custom-buffer-create-internal): Move "Erase
14569 customization" button one line up.
14570 (custom-themed): New face.
14571 (custom-magic-alist): New value, THEMED, for theme settings.
14572 (custom-variable-state-set, custom-face-state-set):
14573 Check theme-value instead of saved-value.
14574 (custom-variable-reset-standard, custom-face-reset-standard):
14575 Remove theme setting entirely. Recalculate new values.
14576 (custom-variable-set, custom-variable-set)
14577 (custom-variable-reset-saved, custom-variable-reset-backup)
14578 (custom-face-set, custom-face-reset-saved): Update `user' theme.
14579 (custom-variable-save): Fix typos.
14580
14581 2005-12-23 Juri Linkov <juri@jurta.org>
14582
14583 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
14584 Add autoload cookies.
14585 (edebug-outside-d-c-i-n-s-w): New variable.
14586 (edebug-display, edebug-outside-excursion): Use it to save the
14587 original value of default-cursor-in-non-selected-windows.
14588 Set default-cursor-in-non-selected-windows to t while Edebug
14589 is active.
14590 (edebug-mode, edebug-eval-mode): Doc fix.
14591
14592 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
14593 with `buffer-substring-no-properties' to remove common substring
14594 highlighting.
14595
14596 * info.el (info-other-window, info): Rename function argument
14597 `file' to `file-or-node'.
14598 (Info-complete-menu-item): Use local variable `complete-nodes' to
14599 keep the global value of `Info-complete-nodes' unchanged for
14600 subsequent completions.
14601 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
14602
14603 * simple.el (get-next-valid-buffer, last-buffer)
14604 (next-error-buffer-p, next-error-find-buffer)
14605 (minibuffer-history-sexp-flag): Doc fix.
14606
14607 * savehist.el (savehist-mode-hook): Add `:group'.
14608
14609 * log-view.el: Call autoload for vc-find-version.
14610 (log-view-current-file): Adjust subgroup numbers.
14611 (log-view-current-tag): Add `length'.
14612
14613 2005-12-23 Richard M. Stallman <rms@gnu.org>
14614
14615 * vc.el (vc-annotate-car-last-cons): Defn moved up.
14616
14617 2005-12-23 Juri Linkov <juri@jurta.org>
14618
14619 * hi-lock.el (hi-lock-archaic-interface-message-used)
14620 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
14621 (hi-lock-mode): Display "Hi" in the mode line only when
14622 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
14623 (hi-lock-write-interactive-patterns):
14624 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
14625 (hi-lock-set-pattern, hi-lock-set-file-patterns)
14626 (hi-lock-font-lock-hook): Set 3rd arg `how' of
14627 font-lock-add-keywords to t.
14628
14629 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
14630
14631 * hi-lock.el (hi-lock-highlight-range): New variable.
14632 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
14633 only if font-lock-fontified is non-nil. Remove overlays.
14634 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
14635 font-lock-fontified is non-nil, otherwise use overlays (instead of
14636 text properties).
14637 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
14638 New variables.
14639 (hi-lock-string-serialize) New function.
14640
14641 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14642
14643 * menu-bar.el (menu-find-file-existing): New function.
14644 (menu-bar-file-menu): Use menu-find-file-existing for Open.
14645
14646 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
14647
14648 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
14649
14650 * vc.el: Remove unnecessary leading * in docstrings.
14651 (vc-annotate-mode-map): Move initialization into declaration.
14652 (vc-static-header-alist): Nitpick on the regexp.
14653 (vc-default-init-version): New fun.
14654 (vc-register): Use it.
14655 (vc-insert-headers): Use dolist.
14656 (vc-annotate-get-backend): Remove unused function.
14657 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
14658 (vc-annotate-mode): Remove corresponding call.
14659 (vc-annotate-car-last-cons): Simplify.
14660 (vc-annotate-buffers): Remove var.
14661 (vc-annotate-backend): Make it buffer-local.
14662 (vc-annotate): Move the interaction to the interactive spec.
14663 Add a `buf' argument.
14664 (vc-annotate-warp-version): Use this new `buf' argument to avoid
14665 killing&creating a vc-annotate buffer, which is very disruptive when
14666 the buffers are shown in dedicated frames.
14667
14668 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
14669
14670 * descr-text.el: Add FSF as maintainer.
14671 (describe-text-mode, describe-text-mode-map)
14672 (describe-text-mode-hook, describe-text-done): Delete. Use normal
14673 help-mode.
14674 (describe-text-widget, describe-text-sexp)
14675 (describe-property-list, describe-text-category)
14676 (describe-text-properties, describe-text-properties-1)
14677 (describe-char): Use help buttons instead of widgets.
14678 (describe-char-unicodedata-file): Make URL link in doc string.
14679
14680 2005-12-22 Richard M. Stallman <rms@gnu.org>
14681
14682 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
14683 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
14684 Don't include buttons that write a file when there's no file.
14685 (custom-variable-menu, custom-face-menu, custom-group-menu):
14686 Don't include commands that write a file when there's no file.
14687 (customize-browse): Reword the top-of-buffer help intro.
14688 (custom-buffer-create-internal): Fix previous change.
14689 (customize-changed-options-previous-release): Prev release is 21.1.
14690 (customize-changed-options): Doc fix.
14691 (customize-changed): New alias.
14692 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
14693 Say "standard values".
14694 (Custom-reset-standard): Doc fix.
14695 (custom-face-reset-standard): Doc fix.
14696
14697 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
14698
14699 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
14700 even if font-lock-mode is non-nil since it may be t without having
14701 turned on font-lock-mode-internal.
14702 (font-lock-choose-keywords): Minor optimization.
14703 (font-lock-add-keywords, font-lock-remove-keywords)
14704 (font-lock-set-defaults): Don't call make-local-variable on a variable
14705 that we know to already be local.
14706
14707 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
14708
14709 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
14710 messages if in the minibuffer.
14711
14712 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
14713
14714 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
14715 (tex-mode-flyspell-verify, flyspell-get-word)
14716 (flyspell-external-point-words): Don't use point-min/max uselessly.
14717
14718 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
14719 by Kevin Rodgers. Instead, just hide the completions buffer if we
14720 don't need to show it.
14721
14722 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
14723
14724 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
14725
14726 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
14727
14728 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
14729 delete-windows-on with an inexistent buffer.
14730
14731 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
14732
14733 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
14734 Delete defcustom variable :tag names.
14735
14736 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
14737
14738 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
14739 (log-view-font-lock-keywords): Ajust subgroup numbers.
14740 (log-view-current-tag): Don't hard code the number of subgroups.
14741
14742 2005-12-20 Juri Linkov <juri@jurta.org>
14743
14744 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
14745 (tooltip-x-offset, tooltip-y-offset): Doc fix.
14746
14747 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
14748 (menu-bar-non-minibuffer-window-p): Instead of checking
14749 display-multi-frame-p, use selected-frame when menu-updating-frame
14750 is nil.
14751
14752 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
14753
14754 * align.el (align-rules-list): Use [ \t] instead of \s-
14755 for column separators in text mode.
14756
14757 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
14758
14759 * help-mode.el (help-customize-variable, help-customize-face):
14760 Don't pop help-xref-stack as help-follow no longer pushes
14761 anything on to it.
14762
14763 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
14764
14765 * textmodes/org.el (org-agenda-custom-commands): New option.
14766 (org-agenda): Offer custom commands on splash screen.
14767 (org-make-tags-matcher): Parser for Boolean logic added.
14768 (org-agenda-set-tags): New command.
14769 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
14770 (org-set-tags): Efficiency improvements.
14771 (org-auto-align-tags): New option.
14772 (org-todo, org-demote, org-promote): Realign tags.
14773 (org-tags-completion-function): Use also "&" and "|" as separators.
14774 (org-org-menu): Agenda commands simplified.
14775
14776 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
14777
14778 * cus-edit.el (customize-apropos, customize-apropos-options):
14779 Docstring changes.
14780
14781 * font-lock.el (font-lock): Add tags to the links in the defgroup.
14782
14783 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
14784
14785 * longlines.el (longlines-mode): Wrap while widened.
14786 (longlines-decode-region, longlines-encode-region): Compute max
14787 just once.
14788
14789 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14790
14791 * cus-edit.el (mac): New group.
14792
14793 * cus-start.el (all): Add user options in macterm.c. Add test for
14794 Mac-related built-ins. Fix test for GTK-related built-ins.
14795
14796 * term/mac-win.el (mac-handle-language-change)
14797 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
14798 (mac-services-open-selection, mac-services-mail-selection)
14799 (mac-services-mail-to, mac-services-insert-text)
14800 (mac-dispatch-apple-event): Add docstrings.
14801 (x-get-selection, mac-select-convert-to-string): Select coding
14802 system from `utf-16be' and `utf-16le' using `byteorder'.
14803
14804 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
14805
14806 * subr.el (lazy-completion-table): Don't be fooled if the var holds
14807 a "list" (lambda ...) rather than a real completion list.
14808
14809 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
14810 lexical-let when encountering ((lambda (...) ...) ...).
14811
14812 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
14813
14814 * progmodes/sh-script.el (sh-mode):
14815 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
14816 * textmodes/picture.el (picture-mode): Update docstrings.
14817
14818 2005-12-17 Eli Zaretskii <eliz@gnu.org>
14819
14820 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
14821 commands enclosed in $(ARGQUOTE)s should not be split between two
14822 lines, as that will break with GNU Make >3.80, when sh.exe is used
14823 and arg quoting is with '..'.
14824 (autoloads): Don't break the quoted --eval expression between
14825 several lines.
14826
14827 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
14828
14829 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
14830 Capture error from printing circular structures.
14831
14832 2005-12-17 Martin Rudalics <rudalics@gmx.at>
14833
14834 * wid-edit.el (widget-checkbox-action): Clear undo info.
14835
14836 2005-12-16 Bill Wohler <wohler@newt.com>
14837
14838 * menu-bar.el (kill-this-buffer): Set a good example by using menu
14839 bar, not menubar in comment.
14840
14841 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
14842
14843 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
14844 After-change-functions should not clobber the match data.
14845
14846 2005-12-16 Juri Linkov <juri@jurta.org>
14847
14848 * simple.el (choose-completion): Use `buffer-substring-no-properties'
14849 instead of `buffer-substring'.
14850 (completion-common-substring): Doc fix.
14851 (completion-setup-function): Use minibuffer-completion-contents
14852 instead of minibuffer-contents. Don't set common-string-length
14853 initially. Remove special handling of partial-completion-mode.
14854 Move computation of completion-base-size into one cond.
14855 Call completion-base-size-function in mainbuf. In computation of
14856 completion-base-size for file name completion don't move point to
14857 the end of the minibuffer. Move computation of common-string-length
14858 into one cond. Start putting faces only when common-string-length>=0.
14859 Add condition to put completions-common-part when
14860 common-string-length>0.
14861
14862 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
14863 place point at the first different character in the minibuffer
14864 even if this position is at the beginning of the minibuffer.
14865
14866 * info.el (Info-read-node-name-1): In completion-base-size-function's
14867 lambda return 1 if common-substring or minibuffer-completion-contents
14868 starts with (, and 0 otherwise.
14869
14870 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
14871 Use `crm-current-element' for second arg of `display-completion-list'.
14872
14873 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
14874
14875 * files.el (set-auto-mode): Look for an interpreter specified on
14876 the first line also if search for mode specification succeeded,
14877 but the mode is not known.
14878
14879 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
14880
14881 * textmodes/org.el (org-tags-match-list-sublevels): New option.
14882 (org-open-at-point): Implement tag searches as links.
14883 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
14884 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
14885 (org-tags-sparse-tree, org-tags-view, org-set-tags)
14886 (org-agenda-dispatch): New commands.
14887 (org-use-tag-inheritance, org-tags-column): New options.
14888 (org-tab-follows-link, org-return-follows-link): New options.
14889 (org-tags): New customize group.
14890 (org-start-icalendar-file): Get local time zone.
14891 (org-tags-completion-function): New function.
14892 (org-set-font-lock-defaults): Make sure links will also be
14893 highlighted inside headlines.
14894
14895 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
14896
14897 * term.el (term-emulate-terminal):
14898 Let term-handle-ansi-terminal-messages override what Bash says about
14899 its current directory.
14900
14901 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
14902
14903 * bindings.el (last-buffer): Move to simple.el.
14904 * simple.el (last-buffer): Move here.
14905 (get-next-valid-buffer): New function.
14906 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
14907 (prev-buffer): Ditto. Rename to `previous-buffer'.
14908
14909 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
14910 * bindings.el (global-map): Ditto.
14911
14912 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
14913
14914 * cus-edit.el: Introductory comment change.
14915 (custom-magic-alist): Change message string for the `rogue' state.
14916
14917 2005-12-15 Richard M. Stallman <rms@gnu.org>
14918
14919 * tooltip.el: Delete defcustom variable :tag names.
14920
14921 * complete.el (partial-completion-mode): Doc fix.
14922
14923 * textmodes/flyspell.el (flyspell-external-point-words):
14924 Use save-excursion to ensure we don't move backward in the
14925 search loop, not even one character.
14926 (flyspell-delete-all-overlays): Use remove-overlays directly.
14927
14928 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
14929 (ispell-start-process): Set that variable.
14930 Clear ispell-buffer-local-name.
14931 (ispell-internal-change-dictionary):
14932 Set ispell-current-dictionary after killing process.
14933 (ispell-buffer-local-dict):
14934 Don't set spell-personal-dictionary after killing process.
14935 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
14936 (ispell-tex-skip-alists, ispell-html-skip-alists)
14937 (ispell-skip-region-alist): Mark as risky.
14938
14939 * net/newsticker.el (newsticker--retrieval-timer-list)
14940 (newsticker--display-timer, newsticker-running-p)
14941 (newsticker-ticker-running-p): Definitions moved up.
14942
14943 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
14944
14945 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
14946
14947 2005-12-15 David Ponce <david@dponce.com>
14948
14949 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
14950 (recentf-edit-list, recentf-open-files): Signal an error when
14951 there is no recent file.
14952
14953 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
14954
14955 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
14956 read-only except for texinfo-format-region evaluation.
14957
14958 2005-12-14 Richard M. Stallman <rms@gnu.org>
14959
14960 * vc.el (vc-default-previous-version, vc-default-next-version)
14961 (vc-do-command): Doc fixes.
14962
14963 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14964
14965 * textmodes/bibtex.el (bibtex-expand-strings)
14966 (bibtex-autokey-expand-string, bibtex-name-part)
14967 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
14968 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
14969 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
14970 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
14971 (bibtex-entry-postfix, bibtex-known-entry-type-re)
14972 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
14973 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
14974 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
14975 (bibtex-beginning-of-last-entry): Remove.
14976 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
14977 message if comma is missing but buffer is read-only.
14978 (bibtex-parse-field-text): Handle whitespaces at the end of field
14979 text. Return 3-element list with beginning and end of field text
14980 and end of field.
14981 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
14982 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
14983 (bibtex-search-forward-field, bibtex-search-backward-field):
14984 Search always delimited by limits of entry. Use more efficient
14985 search algorithms.
14986 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
14987 bibtex-end-of-name-in-field.
14988 (bibtex-text-in-field-bounds): Handle BibTeX strings when
14989 extracting the content of a field.
14990 (bibtex-text-in-field): Use search limits.
14991 (bibtex-parse-string-prefix): Handle empty string keys based on
14992 bibtex-string-empty-key.
14993 (bibtex-parse-string): Fix docstring.
14994 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
14995 (bibtex-preamble-prefix, bibtex-strings): New functions.
14996 (bibtex-skip-to-valid-entry): Include preceding whitespace in
14997 BibTeX entries (consistent with other BibTeX functions).
14998 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
14999 (bibtex-search-entry): Fix docstring. Simplify.
15000 (bibtex-flash-head, bibtex-complete-string-cleanup)
15001 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
15002 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
15003 (bibtex-parse-entry): New optional arg content.
15004 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
15005 Use bibtex-text-in-field-bounds.
15006 (bibtex-print-help-message): Handle BibTeX strings and preambles.
15007 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
15008 bibtex-parse-string-postfix.
15009 (bibtex-find-text-internal): New function.
15010 (bibtex-remove-delimiters): Use it.
15011 (bibtex-find-text): Use it. New optional arg help.
15012 (bibtex-complete): Handle BibTeX string and preamble entries.
15013 (bibtex-Preamble): Fix order of closing delimiters.
15014
15015 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
15016
15017 * vc.el (vc-default-revert): New fun.
15018
15019 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
15020
15021 2005-12-14 Romain Francoise <romain@orebokech.com>
15022
15023 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
15024 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
15025 (font-lock-remove-keywords): Likewise.
15026
15027 2005-12-14 Juri Linkov <juri@jurta.org>
15028
15029 * log-view.el (log-view-diff): Doc fix.
15030
15031 * isearch.el (isearch-query-replace): Use (mark) instead of
15032 isearch-opoint if mark is active in transient-mark-mode.
15033
15034 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
15035
15036 * isearch.el (isearch-query-replace): Check for isearch-other-end.
15037
15038 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
15039
15040 * progmodes/cpp.el (cpp-face): New widget.
15041 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
15042
15043 2005-12-14 Juri Linkov <juri@jurta.org>
15044
15045 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
15046 around `erase-buffer' and `insert'.
15047
15048 * descr-text.el (describe-text-properties): Replace buffer name
15049 "*Help-2*" with "*Help*<2>".
15050 (describe-char): Add functions print-help-return-message,
15051 toggle-read-only. Use help-setup-xref with nil to not store
15052 describe-char in help-xref-stack. Use help-make-xrefs to
15053 make [back] button.
15054
15055 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
15056
15057 * wdired.el (wdired-old-point): New internal variable.
15058 (wdired-change-to-wdired-mode): Set it buffer-locally.
15059 (wdired-abort-changes): Restore point after aborting changes.
15060
15061 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
15062
15063 * vc.el (vc-do-command): Add a new value t for okstatus.
15064
15065 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
15066 frame in case of errors.
15067
15068 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15069
15070 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
15071 so it comes after "On the Left" in the menu.
15072
15073 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
15074
15075 * cus-edit.el (customize-apropos, customize-apropos-options)
15076 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
15077
15078 2005-12-12 Bill Wohler <wohler@newt.com>
15079
15080 * vc-svn.el (vc-svn-registered): Fix problem of visiting
15081 non-writable Subversion-controlled files by saving window
15082 configuration before calling vc-do-command. vc-do-command calls
15083 pop-to-buffer on error which is unexpected during registration.
15084
15085 2005-12-12 Jay Belanger <belanger@truman.edu>
15086
15087 * calc/README: Update the summary of changes.
15088
15089 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
15090
15091 * descr-text.el (describe-char): Rework last fix to solve the problem
15092 is the same way it's solved for everything else in that function
15093 (i.e. by extracting the info before setting up the *Help* buffer).
15094
15095 2005-12-12 Kim F. Storm <storm@cua.dk>
15096
15097 * subr.el (version-regexp-alist): Allow space as separator before
15098 non-numeric part, e.g. "1.0 alpha".
15099 (version-to-list): Interpret .X.Y version as 0.X.Y version.
15100
15101 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
15102
15103 * textmodes/org.el (org-agenda, org-timeline, org-todo):
15104 Implement Logging and the keep-modes setting.
15105 (org-get-category): Make sure a string is returned.
15106 (org-log-done): New function.
15107 (org-log-done, org-closed-string): New options.
15108
15109 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15110
15111 * tooltip.el (tooltip-y-offset): Change default to 20.
15112
15113 2005-12-12 Richard M. Stallman <rms@gnu.org>
15114
15115 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
15116
15117 * frame.el (display-hourglass): Doc fix.
15118
15119 * help.el (help-for-help-internal): Simplify entry for `a'.
15120
15121 * info.el (Info-on-current-buffer): Doc fix.
15122 (info-insert-file-contents): Don't test (featurep 'jka-compr).
15123
15124 * startup.el (inhibit-splash-screen): Make this the real name.
15125 (inhibit-startup-message): Make this the alias.
15126 (command-line): Find only simple.el, and use its directory
15127 to fill in other preloaded files' names.
15128 (command-line): Deactivate the mark if deactivate-mark is set.
15129
15130 * international/mule.el (load-with-code-conversion):
15131 Bind deactivate-mark.
15132
15133 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
15134
15135 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
15136
15137 * cus-edit.el (customize-apropos): Avoid listing an option more
15138 than once under different aliases. No longer list user options
15139 that are not defined with defcustom (unless a prefix arg is given).
15140 Doc fix.
15141 (customize-apropos-options): Doc fix.
15142
15143 2005-12-11 Juri Linkov <juri@jurta.org>
15144
15145 * frame.el (set-background-color, set-foreground-color)
15146 (set-cursor-color, set-mouse-color, set-border-color):
15147 Add explicit prompts to read colors by `facemenu-read-color'.
15148 (show-trailing-whitespace, blink-cursor-delay)
15149 (blink-cursor-interval, display-hourglass, hourglass-delay):
15150 Remove tags.
15151 (display-hourglass, hourglass-delay): Doc fix.
15152 (cursor-in-non-selected-windows): Capitalize words in tag.
15153
15154 * faces.el (frame-background-mode): Replace `choice-item' keywords
15155 with `const' to not make [default] button. Change default value tag
15156 from `default' to `automatic'. Doc fix.
15157 (trailing-whitespace) <defface>: Change group `whitespace' to
15158 `whitespace-faces'.
15159
15160 2005-12-11 Richard M. Stallman <rms@gnu.org>
15161
15162 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
15163
15164 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15165
15166 * term/mac-win.el: Create keymap for mac-apple-event-map.
15167
15168 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
15169
15170 * tooltip.el (tooltip-mode): Move to start of file so that it
15171 appears at top of customize buffer.
15172
15173 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15174 Add the gud groupname.
15175 (gud-tooltip-mode): Add the tooltip groupname.
15176 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
15177 avoid conflict with tooltip-use-echo-area.
15178
15179 2005-12-10 Romain Francoise <romain@orebokech.com>
15180
15181 * help.el (help-for-help-internal): Add `r' in doc string.
15182
15183 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
15184
15185 * align.el (align-regexp, align-highlight-rule):
15186 Use region-beginning and region-end instead of point and mark, so that
15187 repetition (with `repeat-complex-command') recomputes the region
15188 bounds.
15189
15190 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
15191
15192 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
15193 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
15194 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
15195 (balance-windows): Rewrite using the above new functions.
15196
15197 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
15198
15199 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
15200 react if global-hi-lock-mode seems intended.
15201 (global-hi-lock-mode) Renamed from hi-lock-mode.
15202 (hi-lock-archaic-interface-message-used)
15203 (hi-lock-archaic-interface-deduce): New variables.
15204 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
15205 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
15206 (hi-lock-find-patterns, hi-lock-font-lock-hook):
15207 Replace hi-lock-buffer-mode with hi-lock-mode.
15208
15209 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15210
15211 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
15212 completion list, even after a partial completion has been
15213 inserted in the current buffer. If there are more than 1
15214 completion, redisplay the *Completions* buffer; if the
15215 completion is unique, delete the *Completions* window.
15216
15217 2005-12-10 Eli Zaretskii <eliz@gnu.org>
15218
15219 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
15220 strings and long subject lines that were broken into multiple
15221 lines at arbitrary places. Handle subjects that have "Re: " in
15222 the middle.
15223
15224 2005-12-10 John W. Eaton <jwe@octave.org>
15225
15226 * emacs/octave-mod.el (octave-electric-space): Don't indent
15227 comments or strings if octave-auto-indent is nil.
15228
15229 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15230
15231 * term/mac-win.el: Require url when compiling.
15232 Call mac-process-deferred-apple-events after loading init files.
15233 (mac-apple-event-map): New defvar. Define event handlers in it.
15234 (core-event, internet-event): New Apple event class symbols.
15235 (open-application, reopen-application, open-documents)
15236 (print-documents, open-contents, quit-application)
15237 (application-died, show-preferences, autosave-now, get-url):
15238 New Apple event ID symbols.
15239 (about): New HICommand ID symbol.
15240 (mac-event-spec, mac-event-ae): New macros.
15241 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
15242 (mac-ae-selection-range, mac-ae-text-for-search)
15243 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
15244 (mac-application-menu-map): Remove keymap. Handlers for HICommand
15245 and Services menu events are now defined in mac-apple-event-map.
15246 (mac-drag-n-drop): Remove selection range handling.
15247
15248 2005-12-10 Kenichi Handa <handa@m17n.org>
15249
15250 * simple.el (zap-to-char):
15251 * isearch.el (isearch-process-search-char): Translate CHAR by
15252 translation-table-for-input.
15253
15254 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
15255
15256 * foldout.el (foldout-exit-fold): Properly hide subtree.
15257
15258 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
15259
15260 * files.el (save-buffer):
15261 * international/ucs-tables.el (ucs-set-table-for-input):
15262 * mail/mail-extr.el (mail-extract-address-components):
15263 * mail/sendmail.el (mail-mode): Reformat doc string.
15264
15265 2005-12-09 Juri Linkov <juri@jurta.org>
15266
15267 * isearch.el (isearch-highlight): Change main overlay priority
15268 from 1 to 1001. Simplify.
15269 (isearch-lazy-highlight-update): Change lazy overlay priority
15270 from 0 to 1000.
15271
15272 * replace.el (replace-highlight): Change overlay priority from
15273 1 to 1001.
15274
15275 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
15276 Change overlay priority from 1 to 1001. Reuse existing overlay.
15277
15278 * compare-w.el (compare-windows-highlight): Change overlay
15279 priority from 1 to 1000.
15280
15281 * menu-bar.el (menu-bar-edit-menu): Add listp around
15282 pending-undo-list to disable menu item "undo" when pending
15283 undo list is empty.
15284
15285 * locate.el (locate): Disable undo in *Locate* buffer.
15286
15287 2005-12-09 Kim F. Storm <storm@cua.dk>
15288
15289 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
15290
15291 2005-12-09 David Ponce <david@dponce.com>
15292
15293 * recentf.el: Improvement of the menu code.
15294 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
15295 instead of menu hook.
15296 (recentf-show-menu, recentf-hide-menu): New functions.
15297 (recentf-menu-customization-changed, recentf-mode): Use them.
15298 (recentf-menu-action, recentf-max-menu-items)
15299 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
15300 (recentf-arrange-by-rule-others)
15301 (recentf-arrange-by-rules-min-items)
15302 (recentf-arrange-by-rule-subfilter) : Don't use
15303 `recentf-menu-customization-changed'.
15304 (recentf-arrange-rules): Likewise. Accept functions to compute
15305 sub-menu titles.
15306 (recentf-menu-filter): Likewise. Doc fix.
15307 (recentf-menu-value-shortcut): Doc fix.
15308 (recentf-dump-variable): Quote atom value.
15309 (recentf-make-menu-items): Update to use it as a menu filter.
15310 (recentf-match-rule): New function.
15311 (recentf-arrange-by-rule): Use it.
15312 (recentf-indirect-mode-rule): New function.
15313 (recentf-build-mode-rules): Use it.
15314 (recentf-dir-rule): New function.
15315 (recentf-arrange-by-dir): Use it.
15316 (recentf-filter-changer-current): Rename from
15317 `recentf-filter-changer-state'. All references updated.
15318 (recentf-filter-changer-alist): Update filter names.
15319 (recentf-filter-changer-select): New function.
15320 (recentf-filter-changer): Use it. Make a sub-menu from filters
15321 available in `recentf-filter-changer-alist'.
15322 (recentf-data-cache, recentf-clear-data)
15323 (recentf-update-menu): Remove. All references updated.
15324 (recentf-match-rule-p, recentf-build-dir-rules)
15325 (recentf-filter-changer-goto-next)
15326 (recentf-filter-changer-get-current)
15327 (recentf-filter-changer-get-next): Remove.
15328
15329 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
15330
15331 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
15332 buffer "Reset" button to "Reset to Current" for consistency with
15333 the State buttons.
15334
15335 2005-12-08 John Paul Wallington <jpw@pobox.com>
15336
15337 * ibuf-ext.el (define-ibuffer-filter filename):
15338 If `dired-directory' is a list then really use its car.
15339
15340 2005-12-08 Kim F. Storm <storm@cua.dk>
15341
15342 * emulation/cua-rect.el (cua--rectangle-aux-replace):
15343 Fix indention of text on right side of replaced rectangle.
15344
15345 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
15346
15347 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
15348 No need to check gud-comint-buffer is bound.
15349 (gdb): Prevent multiple debugging when first session uses gdba.
15350
15351 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15352
15353 CC Mode update to 5.31.
15354
15355 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
15356 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
15357 We might do this function properly in the future).
15358
15359 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
15360 New macros c-sentence-end and c-default-value-sentence end, to cope
15361 with Emacs 22's new function `sentence-end'.
15362
15363 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15364
15365 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
15366 compat issue using `c-put-overlay' and `c-delete-overlay'.
15367
15368 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
15369 New compat macros to handle overlays/extents.
15370
15371 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15372
15373 * progmodes/cc-fix.el: Add definitions of the macros push and pop
15374 (for GNU Emacs 20.4)
15375
15376 * progmodes/cc-defs.el:
15377 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
15378
15379 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
15380 highlighting mechanism so it will work in XEmacs too.
15381
15382 * progmodes/cc-defs.el: Insert c-int-to-char.
15383
15384 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
15385 call to the new macro c-int-to-char. This solves XEmacs's
15386 regarding characters as different from integers.
15387
15388 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15389
15390 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
15391 New internal helper.
15392
15393 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
15394 construct to make the indirect face lookup work in XEmacs.
15395
15396 (c-cpp-matchers): Append the negation char face to the existing
15397 fontification, so that the cpp face doesn't disappear.
15398 Use `c-make-syntactic-matcher' to avoid negation chars in comments
15399 and strings.
15400
15401 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
15402 to map to `font-lock-negation-char-face' in emacsen where it exists.
15403
15404 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15405
15406 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
15407
15408 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
15409 Rename "c-subword-move-mode" as "c-subword-mode".
15410
15411 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
15412 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
15413
15414 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15415
15416 * progmodes/cc-mode.el: Added autoload directive for
15417 `c-subword-move-mode' for use in older emacsen.
15418
15419 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15420
15421 * progmodes/cc-mode.el:
15422 (i) Insert a binding for C-c C-backspace into
15423 c-bind-special-erase-keys which works in TTYs.
15424 (ii) Make sure that when file styles are used, any explicitly
15425 given style variables take priority over those in the style.
15426 Do this by calling `hack-local-variables' a second time.
15427
15428 * progmodes/cc-vars.el: Add language specific customization
15429 widgets for AWK to c-doc-comment-style, c-require-final-newline
15430 and c-default-style. Add a defcustom for awk-mode-hook.
15431 Give c-syntactic-element and c-syntactic-context doc-strings by
15432 directly setting their `variable-documentation' propery.
15433 This allows Emacs 22.1 to read these with C-h v.
15434
15435 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
15436
15437 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15438
15439 * progmodes/cc-fonts.el, cc-vars.el
15440 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
15441 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
15442 Masatake YAMATO.
15443
15444 (c-doc-comment-style): Made GtkDoc default in C mode.
15445
15446 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
15447 and C-c C-<delete>.
15448
15449 (c-bind-special-erase-keys): New function for use on
15450 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
15451
15452 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
15453 <delete> key behavior in XEmacs according to `delete-forward-p'.
15454 C.f. `c-electric-delete'.
15455
15456 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15457
15458 * progmodes/cc-mode.el: Give c-hungry-backspace and
15459 c-hungry-delete-forward permanent key bindings.
15460
15461 * progmodes/cc-cmds.el (c-electric-semi&comma):
15462 Bind c-syntactic-context for calls to "criteria functions", for
15463 consistency with other calls to user functions.
15464
15465 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
15466 `current-prefix-arg', since this might be the prefix arg to a
15467 command which calls c-indent-command as a function. Change the
15468 interactive spec from "p" to "P".
15469
15470 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
15471 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
15472 was difficult to understand.
15473
15474 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15475
15476 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
15477 first char of an identifier.
15478
15479 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
15480 +" syntax in C++.
15481
15482 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15483
15484 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
15485 auto-fill doesn't split a c-comment's last word from a hanging
15486 "*/" when a space is typed between them after fill-column.
15487
15488 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
15489
15490 * progmodes/cc-styles.el (c-set-style)
15491 (c-setup-paragraph-variables): Abort the command if we're not in a
15492 CC Mode buffer.
15493
15494 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
15495 with blank comment-prefix, and a blank line as the comment's
15496 second line.
15497
15498 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15499
15500 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
15501 Incorporate the patterns added in the Emacs development branch
15502 for the new Emacs 22 face `font-lock-negation-char-face'.
15503
15504 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
15505 of "red" since it stands out better in xterms and DOS terminals.
15506
15507 * progmodes/cc-engine.el (c-literal-faces):
15508 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
15509
15510 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15511
15512 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
15513 forcibly enable c-electric-flag.
15514
15515 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
15516 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
15517 after the comment-prefix of a C-style comment will close that comment.
15518
15519 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15520
15521 * progmodes/cc-fonts.el (c-basic-matchers-before)
15522 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
15523 in Pike.
15524
15525 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
15526 digraphs.
15527
15528 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
15529 (c-cpp-message-directives, c-cpp-include-directives)
15530 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
15531 (c-cpp-expr-directives): Introduce new language constants to
15532 control cpp syntax in a cleaner way.
15533
15534 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
15535
15536 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
15537
15538 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
15539 (c-multiline-string-start-char): New language constants and
15540 variables to specify how newlines in string literals work.
15541
15542 (c-font-lock-invalid-string): Use them.
15543
15544 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
15545 unbalanced close brace is entered. Optimization by avoiding going
15546 back over arbitrarily large blocks. Removed hints that this
15547 function only would be relevant/useful in AWK.
15548
15549 (c-electric-brace): Indent syntactically after the cleanups since
15550 lineup functions might do it differently then.
15551
15552 * progmodes/cc-engine.el, cc-langs.el
15553 (c-opt-op-identifier-prefix): New language constant and variable.
15554
15555 (c-just-after-func-arglist-p, c-after-special-operator-id)
15556 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
15557
15558 * progmodes/cc-align.el, cc-engine.el
15559 (c-after-special-operator-id): New helper to handle C++ operator
15560 identifiers.
15561
15562 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
15563 (c-guess-basic-syntax): Handle C++ operator identifiers in
15564 declarations.
15565
15566 * progmodes/cc-langs.el (c-assignment-operators): Add the
15567 trigraph version of ^= too.
15568
15569 * progmodes/cc-langs.el (c-assignment-operators): Add the
15570 trigraph version of |= in C++.
15571
15572 * progmodes/cc-fonts.el (c-font-lock-declarators):
15573 Handle `c-decl-hangon-kwds' after the identifier name.
15574
15575 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
15576 whether an arglist is "nonempty", ignore a comment after the open
15577 paren if it isn't followed by a non-comment token on the same line.
15578
15579 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
15580 Enable heuristics below the point to cope with classes inside special
15581 brace lists in Pike.
15582
15583 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15584
15585 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
15586
15587 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15588
15589 * progmodes/cc-guess.el (cc-guess-install): New function to
15590 install an already guessed style in another buffer.
15591
15592 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
15593 sets `inhibit-read-only' - `c-save-buffer-state' should be used
15594 anyway if the change always is undone.
15595
15596 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15597
15598 Implement togglable electricity:
15599
15600 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
15601 saying when it should be used.
15602
15603 * progmodes/cc-engine.el: Add the new buffer-local variable,
15604 c-electric-flag.
15605
15606 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
15607 c-toggle-auto-newline.
15608
15609 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
15610 c-toggle-auto-newline. Remove the binding for
15611 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
15612 c-toggle-electric-state.
15613
15614 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
15615
15616 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
15617 c-\(forward\|backward\)-subword.
15618 (c-update-modeline): Add the new modeline flag `l' for
15619 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
15620 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
15621 Make the old name an alias of the new name.
15622 (c-toggle-electric-state): New function.
15623 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
15624 Adapt these functions to do electric things only when
15625 c-electric-flag is non-nil.
15626 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
15627 new functions from c-electric-brace.
15628 (c-point-syntax): Add a check for "virtual semicolons" in AWK
15629 mode, so that the tentative extra newline doesn't change the
15630 syntax of the following brace.
15631 (c-electric-brace): Restructure by extracting the above functions.
15632 Tidy up the coding somewhat.
15633 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
15634 restructure a bit.
15635
15636 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15637
15638 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
15639 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
15640
15641 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
15642 (c-submode-indicators): Change name from `c-auto-hungry-string'
15643 since it's now used to track another submode.
15644
15645 (c-update-modeline): Convert to function and extended to check
15646 `c-subword-move-mode'.
15647
15648 (c-forward-into-nomenclature, c-backward-into-nomenclature):
15649 Convert to compat aliases for `c-forward-subword' and
15650 `c-backward-subword'.
15651
15652 * progmodes/cc-subword.el: New functions and minor mode to handle
15653 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
15654
15655 (c-forward-subword, c-backward-subword, c-mark-subword)
15656 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
15657 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
15658 Functions corresponding to the standard word handling functions.
15659
15660 (c-subword-move-mode): Minor mode that replaces all the standard
15661 word handling functions with their subword equivalences.
15662
15663 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15664
15665 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
15666 entry for one-liner-defun.
15667
15668 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
15669 name in its def-edebug-spec.
15670
15671 * progmodes/cc-cmds.el (c-electric-brace): Make the
15672 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
15673 compacts space before a comment, if this will make things fit on
15674 one line.
15675
15676 Introduce an "awk" style, mainly for auto-newline and clean-ups.
15677
15678 * progmodes/cc-align.el: New function c-snug-1line-defun-close
15679
15680 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
15681 clean-up one-liner-defun.
15682
15683 * progmodes/cc-styles.el: Add the new "awk" style.
15684
15685 * progmodes/cc-vars.el: Add description of one-liner-defun to
15686 c-cleanup-list's doc-string. New user options,
15687 c-max-one-liner-length. In c-default-style, set the default style
15688 for AWK to "awk".
15689
15690 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15691
15692 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
15693 macros inside labels.
15694
15695 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
15696 `c-at-statement-start-p' and `c-at-expression-start-p'.
15697
15698 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
15699 error if the mark isn't set.
15700
15701 * progmodes/cc-engine.el (c-guess-continued-construct)
15702 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
15703 accurately detect functions inside functions.
15704
15705 * progmodes/cc-engine.el (c-at-expression-start-p): New function
15706 like `c-at-statement-start-p' that additionally recognizes commas
15707 and expression parentheses as delimiters.
15708
15709 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
15710 to avoid heuristics that doesn't work for unclosed blocks.
15711 (c-at-statement-start-p): New function.
15712
15713 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
15714 Objective-C directives, e.g. directives spanning lines should work
15715 reasonably well now.
15716
15717 (c-put-c-type-property, c-clear-c-type-property): New helpers.
15718
15719 (c-forward-objc-directive): New function to move over any ObjC
15720 directive.
15721
15722 (c-just-after-func-arglist-p, c-guess-basic-syntax)
15723 (c-basic-matchers-before): Use it.
15724
15725 (c-font-lock-objc-iip-decl): Remove.
15726
15727 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
15728 in the template arglist recognition.
15729
15730 * progmodes/cc-styles.el (c-style-alist): Fix several
15731 inconsistencies in the Whitesmith style.
15732
15733 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
15734 New lineup function to get lines after Whitesmith style blocks
15735 correctly indented.
15736
15737 (c-lineup-whitesmith-in-block): Back out the compensation for
15738 opening parens since it's done using `add' lists in the style
15739 definition instead. Don't use the anchor position since it varies
15740 too much between the syntactic symbols. :P
15741
15742 * progmodes/cc-vars.el (c-valid-offset): Update.
15743
15744 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
15745 lists where the offsets are combined according to several
15746 different methods: `first', `min', `max', and `add'.
15747 Report offset evaluation errors with `c-benign-error' so that some kind
15748 of reindentation still is done.
15749
15750 * progmodes/cc-engine.el (c-guess-basic-syntax):
15751 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
15752 `arglist-close'.
15753
15754 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
15755 situations for `arglist-cont-nonempty' and `arglist-close'.
15756
15757 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
15758
15759 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
15760 cc-bytecomp-boundp' in a number of places.
15761
15762 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
15763 macro related issue.
15764
15765 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15766
15767 * progmodes/cc-awk.el: Change the terminology of regexps: A char
15768 list is now [asdf], a char class [:alpha:].
15769 Include code for char classes.
15770 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
15771 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
15772
15773 Remove (nearly all of) the cruft associated with AWK Mode's former
15774 concept of "virtual semicolons":
15775
15776 Adapt c-beginning-of-statement, c-end-of-statement (together with
15777 subfunctions) to use the new notion of "virtual semicolon" in
15778 place of the old awkward special handling for AWK. There remains
15779 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
15780 * progmodes/cc-cmds.el:
15781 (c-ascertain-adjacent-literal): In the backwards direction, now
15782 recognises AWK regexp delimiters as string delimiters.
15783 (c-after-statement-terminator-p): Adapt for virtual semicolons;
15784 check more rigorously for "end of macro".
15785 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
15786 virtual semicolons;
15787 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
15788 out the code for forward movement into ...
15789 (c-end-of-statement): Now contains the code for forward movement,
15790 adapted for virtual semicolons.
15791
15792 * progmodes/cc-engine.el:
15793 (c-ws*-string-limit-regexp): New regexp.
15794 (c-forward-single-comment, c-backward-single-comment): Comment out
15795 the (now redundant) "special" AWK stuff.
15796
15797 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
15798 c-string-par-start, c-string-par-separate to be more like Text
15799 Mode than Fundamental Mode.
15800
15801 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15802
15803 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
15804 to the fontified region so that fontification doesn't occur
15805 outside it (could happen e.g. when fontifying a line with an
15806 unfinished declaration).
15807
15808 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15809
15810 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
15811 start of the file. ^L now separate sections of the file.
15812 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
15813 (c-awk-one-line-possibly-open-string-re)
15814 (c-awk-regexp-one-line-possibly-open-char-class-re)
15815 (c-awk-one-line-possibly-open-regexp-re)
15816 (c-awk-one-line-non-syn-ws*-re): New defonsts.
15817 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
15818
15819 Amend the concept of "virtual semicolons" (in the indentation
15820 engine) for languages like AWK, such that they are now
15821 conceptually attached to end of the last token of a statement, not
15822 the end of the line. (In AWK Mode, however, the pertinent text
15823 property is still physically set on the EOL.) Remove the specific
15824 tests for awk-mode, thus facilitating the introduction of other
15825 language modes where EOLs can end statements.
15826 (Note: The funtionality in cc-cmds.el, specifically
15827 c-beginning/end-of-statement has yet to be amended.)
15828
15829 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
15830 New macros.
15831
15832 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
15833 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
15834 c-vsemi-status-unknown-p-fn (in a new page).
15835
15836 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
15837 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
15838 numerous awkward forms like
15839 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
15840 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
15841 variable before-ws-ip, the place just after char-before-ip appears.
15842
15843 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
15844 a comment.
15845
15846 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15847
15848 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
15849 `c-tentative-buffer-changes'.
15850
15851 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
15852 convert to macro to choose between Emacs and XEmacs at compile time.
15853
15854 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
15855
15856 (c-tentative-buffer-changes): New macro to handle temporary buffer
15857 changes in a convenient way.
15858
15859 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
15860 for `c-tentative-buffer-changes'.
15861
15862 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
15863 the checks for paren sexps between the point and the keyword, to
15864 avoid some false alarms.
15865
15866 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
15867 Fixed a situation where an error could be thrown for unbalanced
15868 parens. Changed to make use of c-keyword-member' to avoid some
15869 repeated regexp matches.
15870
15871 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
15872 These language variable are no longer necessary.
15873
15874 (c-block-stmt-kwds): New language constant used by
15875 c-looking-at-inexpr-block'.
15876
15877 (c-guess-basic-syntax): Remove an optional check that looked at
15878 the existence of the now removed language variables.
15879
15880 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
15881 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
15882 object instantiation expressions as declarations in some contexts.
15883 This bug only affected languages where the declarator can't be
15884 enclosed in parentheses.
15885
15886 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
15887 insert newlines before and after substatement braces.
15888
15889 * progmodes/cc-engine.el: Improved the heuristics for recognizing
15890 function declaration headers and the handling of C++ style member
15891 init lists.
15892
15893 (c-just-after-func-arglist-p): Rewritten to use
15894 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
15895
15896 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
15897
15898 (c-guess-basic-syntax): Adapt case 5B for the new
15899 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
15900 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
15901 covers all cases now).
15902
15903 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
15904
15905 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15906
15907 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
15908 c-string-par-start/separate c-sentence-end-with-esc-eol,
15909 initialised in c-setup-paragraph-variables, used in string
15910 scanning subroutines of c-beginning-of-statement.
15911
15912 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
15913 which precedes the newly inserted `{'.
15914
15915 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15916
15917 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
15918 function for declaration level blocks. It should now cope with
15919 templates better and also be a lot more comprehensible.
15920
15921 (c-looking-at-decl-block): The new function.
15922
15923 (c-search-uplist-for-classkey): The old one. It's now a wrapper
15924 for compatibility.
15925
15926 (c-add-class-syntax, c-guess-continued-construct)
15927 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
15928
15929 (c-decl-block-key): Change to tell apart ambiguous and
15930 unambiguous keywords. Pike specials are now handled directly in
15931 the code instead.
15932
15933 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
15934 New language constants and variables to make the backward skip in
15935 `c-looking-at-decl-block' as tight as possible.
15936
15937 (c-nonsymbol-token-char-list): New language constant.
15938
15939 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
15940 find balanced template arglists backwards.
15941
15942 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
15943 making char classes for `c-syntactic-skip-backward'.
15944
15945 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
15946 16D - can't be a class-close at that point.
15947
15948 * progmodes/cc-engine.el (c-guess-basic-syntax)
15949 (c-add-class-syntax): Don't narrow out the enclosing declaration
15950 level. This makes everything a lot easier, and it was actually
15951 only four small places that needed it to work. Some places that
15952 previously did `widen' are removed now, which has the effect that
15953 `c-guess-basic-syntax' never will look at things outside the
15954 current narrowment now. The anchor position for `topmost-intro'
15955 is affected by this, but it was so bogus it was basically useless
15956 before, and now it's equally bogus but in a slightly different way.
15957
15958 (c-narrow-out-enclosing-class): Gone.
15959
15960 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
15961 the narrowed region.
15962
15963 (c-least-enclosing-brace): Remove silly optional argument.
15964
15965 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
15966 the point could be left directly after an open paren when finding
15967 the beginning of the first decl in the block.
15968
15969 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
15970 Specify which submatch to use.
15971
15972 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
15973
15974 (c-decl-start-re): No longer any need for special treatment of
15975 ObjC due to the above.
15976
15977 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
15978 presumably follows C in that regard.
15979
15980 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
15981 New language constants to specify operator tokens inside
15982 identifiers in a more high level way.
15983
15984 (c-opt-identifier-prefix-key): New internal language constant.
15985
15986 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
15987 (c-identifier-start, c-identifier-key): Now completely calculated
15988 from other constants.
15989
15990 (c-identifier-last-sym-match): Decommission since it's no longer used.
15991
15992 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
15993
15994 * progmodes/cc-engine.el (c-forward-name): Remove the
15995 optimization when c-identifier-key is equal to c-symbol-key since
15996 it doesn't work in byte compiled files. Don't record empty
15997 regions as identifiers.
15998
15999 * progmodes/cc-langs.el (c-filter-ops): New helper function to
16000 simplify access to `c-operators' and its likes.
16001
16002 (c-operator-list, c-all-op-syntax-tokens)
16003 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
16004 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
16005 (c-primary-expr-regexp, c-cast-parens): Use it.
16006
16007 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
16008 an explicit language in functions.
16009
16010 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
16011 variant of adornment.
16012
16013 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
16014 variable.
16015
16016 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
16017 the Pike value.
16018
16019 * progmodes/cc-engine.el (c-on-identifier)
16020 (c-simple-skip-symbol-backward): Small fix for handling "-"
16021 correctly in `skip-chars-backward'. Affected the operator lfun
16022 syntax in Pike.
16023
16024 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
16025 diagnostic message about precompiled language vars not being used.
16026
16027 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
16028 "__attribute__" is followed by a parenthesis.
16029
16030 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
16031 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
16032 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
16033
16034 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
16035 Internal cleanups to properly detect the declared identifiers in
16036 various declarations.
16037
16038 (c-decl-start-kwds): New language constant to recognize
16039 declarations that can start anywhere. Used for class declarations
16040 in Pike.
16041
16042 (c-specifier-key, c-not-decl-init-keywords)
16043 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
16044 (c-find-decl-spots): Implement `c-decl-start-kwds'.
16045
16046 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
16047 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
16048 handling of the compiler specific extension keywords into a new
16049 language constant `c-decl-hangon-kwds' that defines keyword
16050 clauses to be ignored in declarations.
16051
16052 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
16053 past unrecognized tokens when handling `c-colon-type-list-kwds'.
16054 Necessary to stop at the declared identifier in e.g. IDL valuetype
16055 declarations.
16056
16057 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
16058 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
16059 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
16060 (c-forward-decl-or-cast-1): Recognize the declared identifier in
16061 class and enum declarations as such and not as part of the type.
16062
16063 (c-forward-decl-or-cast-1, c-forward-label): Relax the
16064 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
16065
16066 (c-forward-decl-or-cast-1): Don't disregard sure signs of
16067 declarations when there's some syntax error later on.
16068
16069 (c-complex-decl-matchers): Did away with a reference to
16070 `c-specifier-key'.
16071
16072 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
16073 value - this variable is always dynamically bound.
16074
16075 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
16076 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
16077 * cc-cmds.el, cc-defs.el: Change the policy for marking up
16078 functions that might do hidden buffer changes: All such internal
16079 functions are now marked instead of those that don't.
16080
16081 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
16082 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
16083 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
16084 (c-literal-type): Allow these functions to make hidden buffer changes,
16085 so that they are free to use text property caching later on.
16086
16087 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
16088 (c-electric-brace, c-electric-slash, c-electric-star)
16089 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
16090 (c-electric-paren, c-electric-continued-statement, c-indent-command)
16091 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
16092 (c-context-line-break): Add `c-save-buffer-state' calls to comply
16093 with the changed semantics of the functions above.
16094
16095 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
16096 when macros occur in obscure places. Optimized the sexp movement
16097 a bit.
16098
16099 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16100
16101 Enhancements for c-beginning-of-statement to work in AWK Mode:
16102
16103 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
16104 (completed statement) with `}' (statement completed by closing
16105 brace or semicolon) and `$' (statement completed by EOL).
16106
16107 (c-awk-virtual-semicolon-ends-prev-line-p)
16108 (c-awk-virtual-semicolon-ends-line-p)
16109 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
16110 (c-awk-at-statement-end-p): New functions.
16111
16112 * progmodes/cc-cmds.el: Simplify the structure of functions
16113 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
16114 two functions and c-beginning-of-statement to handle AWK Mode.
16115
16116 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
16117 c-backward-single-comment for AWK mode. Attempt to clarify their
16118 doc-strings.
16119
16120 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
16121
16122 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16123
16124 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
16125 label handling. Labels are now recognized in a uniform and more
16126 robust way, regardless of context. Text properties are put on all
16127 labels to recognize the following declarations better.
16128 Multiword labels are handled both in indentation and fontification for
16129 the benefit of language extensions like Qt. For consistency, keywords
16130 in labels are now fontified with the label face instead.
16131 That also applies to "case" and "default".
16132
16133 (c-beginning-of-statement-1): Fix some bugs in the label
16134 handling. Disregard `c-nonlabel-token-key' in labels that begin
16135 with `c-label-kwds'.
16136
16137 (c-find-decl-spots): Support that the callback adds more
16138 `c-decl-end' spots to find.
16139
16140 (c-forward-decl-or-cast-1): Don't treat a list of plain
16141 identifiers followed by a colon as a declaration.
16142
16143 (c-forward-label): New function to recognize labels.
16144
16145 (c-guess-basic-syntax): Replace uses of `c-label-key' with
16146 `c-forward-label'. Moved the label recognition cases (14 and 15)
16147 earlier since they aren't so context sensitive now. Handle labels
16148 on the top level gracefully. Moved access label recognition to
16149 the generic label case (CASE 15) - removed CASE 5E.
16150
16151 (c-font-lock-declarations): Add recognition of labels in the
16152 same round since we need to handle labels in parallell with other
16153 declarations to recognize both accurately. It should also improve
16154 speed.
16155
16156 (c-simple-decl-matchers, c-basic-matchers-after):
16157 Move `c-font-lock-labels' so that it only is used on decoration level 2
16158 since `c-font-lock-declarations' handles it otherwise.
16159
16160 (c-complex-decl-matchers): Remove the simplistic recognition of
16161 access labels.
16162
16163 (c-decl-prefix-re): Remove the kludges that was necessary to cope
16164 with labels earlier.
16165
16166 (c-decl-start-re): New language variable to make
16167 `c-font-lock-declarations' stop for the special protection labels
16168 in Objective-C that start with `@'.
16169
16170 (c-label-key): Remove since it's no longer used.
16171
16172 (c-recognize-colon-labels, c-label-prefix-re): New language
16173 constants to support recognition of generic colon-terminated labels.
16174
16175 (c-type-decl-end-used): `c-decl-end' is now used whenever there
16176 are colon terminated labels.
16177
16178 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
16179 first argument starts with a special brace list.
16180
16181 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
16182 (c-font-lock-declarations): Break out the declaration and cast
16183 recognition from `c-font-lock-declarations' to a new function, so
16184 that it can be used in the indentation engine.
16185
16186 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
16187 up to the start of the literal. Fixed bug with the point on the
16188 wrong side of the search limit that could happen when the start
16189 position is inside a literal.
16190
16191 * progmodes/cc-engine.el (c-parse-state)
16192 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
16193 so that it's kept a little bit back to increase the hit rate.
16194
16195 (c-parse-state): Change the macro handling and fixed some
16196 glitches. Macro context is checked more often than necessary now,
16197 but otoh less garbage conses are generated.
16198
16199 * progmodes/cc-engine.el (c-parse-state)
16200 (c-invalidate-state-cache): Cache the last position where
16201 `c-state-cache' applies. This can speed up refontification quite
16202 a bit in blocks where there are many non-brace parens before the point.
16203
16204 (c-state-cache-end): New variable for this.
16205
16206 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
16207 cache variable.
16208
16209 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
16210 get close initial continue positions when the start position is
16211 inside a literal or macro. Do not call the callback for spots
16212 before the start position (which can happen e.g. for `c-decl-end'
16213 spots inside comments). Optimize better in special cases when the
16214 region is a single line inside a literal or macro (typically when
16215 the current line is refontified).
16216
16217 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
16218 to `c-add-stmt-syntax' - there's no need to explicitly whack off
16219 entries from the paren state.
16220
16221 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
16222 special case for "else if" clauses.
16223
16224 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
16225 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
16226
16227 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
16228 New language variable to recognize the gcc extension with statement
16229 blocks inside expressions.
16230
16231 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
16232 it somewhat more comprehensible. The argument AT-BLOCK-START is
16233 no longer used and hence removed.
16234
16235 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
16236 to `c-add-stmt-syntax'.
16237
16238 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
16239 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
16240 This fixes bogus label recognition.
16241
16242 * progmodes/cc-engine.el (c-add-type, c-check-type)
16243 (c-forward-name, c-forward-type): Improve storage of template
16244 types in `c-found-types' so that they can be recognized better.
16245
16246 (c-syntactic-content): Add option to skip past nested parens.
16247
16248 * progmodes/cc-engine.el (c-forward-name):
16249 Set `c-last-identifier-range' all the time. It's less work that way.
16250 Handle that there might not be an identifier to store in
16251 `c-last-identifier-range'.
16252
16253 (c-forward-type): Handle that `c-last-identifier-range' might be
16254 nil from `c-forward-name'.
16255
16256 * progmodes/cc-defs.el (c-safe-scan-lists)
16257 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
16258
16259 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
16260 to work even if the form fails.
16261
16262 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
16263 down in a large file in one go.
16264
16265 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
16266
16267 * progmodes/cc-align.el (c-lineup-assignments): New lineup
16268 function which is like `c-lineup-math' but returns nil instead of
16269 `c-basic-offset' when it doesn't match.
16270
16271 (c-lineup-math): Change to use `c-lineup-assignments'.
16272
16273 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16274
16275 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
16276 c-beginning-of-statement. New subfunctions
16277 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
16278
16279 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16280
16281 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
16282 hardcoded char classes whereever possible. Changed a couple of
16283 places to use skip by syntax instead of skip by char class.
16284
16285 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
16286 Fix a bug in the regexp that caused extreme backtracking.
16287
16288 * progmodes/cc-langs.el (c-block-comment-starter)
16289 (c-block-comment-ender): New language constants to specify in a
16290 single place how block comments look.
16291
16292 (c-comment-start-regexp, c-block-comment-start-regexp)
16293 (comment-start, comment-end, comment-start-skip)
16294 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
16295 (c-syntactic-ws, c-nonempty-syntactic-ws)
16296 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
16297 `c-line-comment-starter', `c-block-comment-starter' and
16298 `c-block-comment-ender'.
16299
16300 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
16301 New language constants to break up things a bit.
16302
16303 (c-simple-ws): New language constant for simple whitespace.
16304
16305 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
16306
16307 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
16308 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
16309 newlines. Allow and ignore nil elements in the list.
16310
16311 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16312
16313 * progmodes/cc-cmds.el: Comment out a (n almost certainly
16314 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
16315
16316 * progmodes/cc-cmds.el: Tidy up the comments in
16317 c-beginning-of-statement and subfunctions.
16318
16319 * progmodes/cc-awk.el: Replace calls to put-text-property to the
16320 more flexible c-put-char-property and c-clear-char-properties.
16321 Add the author's email address.
16322
16323 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
16324
16325 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
16326 closing "*/" of a block comment.
16327
16328 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
16329 subfunctions) so that it works at BOB and EOB.
16330
16331 * progmodes/cc-cmds.el, cc-vars.el: More updating of
16332 c-beginning-of-statement, including new variable
16333 c-block-comment-start-regexp.
16334
16335 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16336
16337 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
16338 symbols from `*-font-lock-extra-types' so that there's no need to
16339 use `regexp-opt' on those lists.
16340
16341 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
16342 `c-type-modifier-kwds' is empty.
16343
16344 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
16345 there are several strings on the same line.
16346
16347 * progmodes/cc-engine.el (c-literal-limits): Remove the
16348 compatibility function for older emacsen. `c-literal-limits-fast'
16349 has now taken the place of this function.
16350
16351 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
16352 with older emacsen: We now require `pps-extended-state'.
16353
16354 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16355
16356 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
16357 which obviates the need to hack sentence-end. This now handles
16358 escaped newlines in strings correctly. Correct minor bugs in
16359 c-move-over-sentence and in c-beginning-of-statement.
16360
16361 * progmodes/cc-cmds.el (c-beginning-of-statement (and
16362 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
16363 that movement over macros and code are rigorously separated from
16364 eachother. Correct a few incidental bugs.
16365
16366 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
16367 Improve its doc-string. Improve the handling of certain specific cases.
16368
16369 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16370
16371 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
16372 (c-guess-basic-syntax): Change the way class-level labels are
16373 recognized; they can now contain essentially any symbols.
16374
16375 (c-opt-extra-label-key): New language variable to cope with the
16376 special protection label syntax in Objective-C.
16377
16378 (c-opt-access-key): Remove; this is now handled better by
16379 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
16380
16381 (c-complex-decl-matchers): Update to handle that
16382 `c-opt-access-key' no longer exists.
16383
16384 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
16385 improved label recognition in `c-beginning-of-statement-1'.
16386
16387 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
16388 Recognize bitfields better.
16389
16390 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
16391 Remove some cruft and fixed a bug that could cause it to go to a
16392 position further down.
16393
16394 * progmodes/cc-langs.el, cc-engine.el
16395 (c-beginning-of-statement-1): Improve detection of labels in
16396 declaration contexts.
16397
16398 (c-beginning-of-decl-1): Use it.
16399
16400 (c-nonlabel-token-key): New language constant and variable needed
16401 by `c-beginning-of-statement-1'.
16402
16403 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
16404 manifested itself due to the correction in `c-forward-sexp'.
16405
16406 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
16407 Make these behave as documented when used at the buffer limits.
16408
16409 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
16410 (c-type-decl-end-used): Made this a language variable.
16411
16412 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
16413 correctly when `combine-after-change-calls' is used together with
16414 temporary narrowings.
16415
16416 * progmodes/cc-engine.el (c-beginning-of-statement-1):
16417 Report labels correctly when the start point is immediately after the
16418 colon.
16419
16420 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
16421 Remove since it isn't used anymore.
16422
16423 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
16424 bracket arglists such as template parens in C++.
16425
16426 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
16427 in the last check-in. Some optimization.
16428
16429 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
16430 where it could stop at the same level in a preceding sexp when
16431 PAREN-LEVEL is set.
16432
16433 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
16434 text property lookup only when it's needed.
16435
16436 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
16437 Change the policy for paren marked angle brackets to be more
16438 persistent; once marked they remain marked even when they're found
16439 to be unbalanced in the searched region. This should keep the
16440 paren syntax around even when individual lines are refontified in
16441 multiline template arglists.
16442
16443 (c-parse-and-markup-<>-arglists): New dynamically bound variable
16444 to control markup so that incorrect angle bracket arglists aren't
16445 marked in contexts where the correct value for
16446 `c-disallow-comma-in-<>-arglists' isn't known.
16447
16448 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
16449 argument has become `c-parse-and-markup-<>-arglists'.
16450
16451 (c-remove-<>-arglist-properties): Remove - no longer used.
16452
16453 (c-after-change-check-<>-operators): New function used on
16454 `after-change-functions' to avoid that "<" and ">" characters that
16455 are part of longer operators have paren syntax.
16456
16457 (c-<>-multichar-token-regexp): New language variable used by
16458 `c-after-change-check-<>-operators'.
16459
16460 (c-after-change): Call `c-after-change-check-<>-operators'.
16461
16462 (c-font-lock-<>-arglists): Use the context properties set by
16463 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
16464 correctly to avoid doing invalid markup.
16465
16466 (c-font-lock-declarations): Remove code that undoes the invalid
16467 markup done by `c-font-lock-<>-arglists'.
16468
16469 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
16470 after `c-font-lock-declarations'.
16471
16472 * progmodes/cc-engine.el (c-syntactic-skip-backward):
16473 Add paren-level feature.
16474
16475 (c-guess-basic-syntax): Improve the anchor position for
16476 `template-args-cont' in nested template arglists. There's still
16477 much to be desired in this area, though.
16478
16479 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16480
16481 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
16482 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
16483
16484 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16485
16486 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
16487 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
16488
16489 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
16490 it doesn't work no longer are supported.
16491
16492 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
16493 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
16494 requires support for the syntax-table' text property, which rules
16495 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
16496 cruft associated with those versions.
16497
16498 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
16499 for the `syntax-table' text property, which rules out Emacs 19 and
16500 XEmacs < 21.4. Removed various compatibility cruft associated
16501 with those versions.
16502
16503 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
16504 support for the `syntax-table' text property.
16505
16506 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
16507 variable and use an extra quoted face name instead. All the
16508 emacsen flavors handle that correctly.
16509
16510 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
16511 (c-font-lock-declarators, c-font-lock-declarations)
16512 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
16513 property to mark the items in in declarator lists to handle
16514 refontification inside multiline declarations better.
16515
16516 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
16517 construct like "a * b = c;" as a declaration.
16518
16519 2005-12-08 Kim F. Storm <storm@cua.dk>
16520
16521 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
16522 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
16523 select either meta, hyper, or super modifier for rectangle commands.
16524 (cua--rectangle-modifier-key): New defvar.
16525 (cua--M/H-key): Use it. Remove special case for `space'.
16526 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
16527 on X, to meta otherwise. Always bind C-return to toggle
16528 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
16529
16530 * emulation/cua-rect.el (cua-help-for-rectangle):
16531 Use cua--rectangle-modifier-key. Handle super modifier too.
16532 (cua--init-rectangles): Always bind C-return to toggle rectangle.
16533 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
16534
16535 * ido.el: Move Acknowledgements and History after Commentary.
16536 Minor changes to Commentary.
16537
16538 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
16539 keymap if cua--prefix-override-timer is `shift'.
16540 (cua--shift-control-prefix): New function; emulate "type prefix
16541 key twice" functionality to handle shifted prefix key override.
16542 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
16543 New commands.
16544 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
16545
16546 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
16547
16548 * textmodes/org.el (org-insert-heading): Try to do items before
16549 headings.
16550 (org-agenda-mode): Quote `org-agenda-mode-hook'.
16551 (org-insert-item): New function.
16552 (org-renumber-ordered-list): Don't skip to higher level lists.
16553
16554 2005-12-08 Juri Linkov <juri@jurta.org>
16555
16556 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
16557
16558 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
16559
16560 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
16561
16562 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
16563 the constructed function name fun-1.
16564
16565 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
16566 because such links don't lead to parent documentation.
16567
16568 2005-12-08 Kenichi Handa <handa@m17n.org>
16569
16570 * descr-text.el (describe-char): Use *Help-2* buffer if the
16571 current buffer is *Help*. Call describe-text-properties while
16572 setting the original buffer.
16573
16574 2005-12-07 Bill Wohler <wohler@newt.com>
16575
16576 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
16577 and causes problems with non-MH users (such as Gnus users).
16578
16579 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
16580
16581 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
16582 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
16583 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
16584 command "info sources". Move calls to GDB command "list".
16585 (gdb-find-file-hook): Just use gdb-source-file-list.
16586 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
16587 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
16588 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
16589 (gdb-data-list-register-values-handler): Use correct trigger name.
16590
16591 2005-12-07 Kim F. Storm <storm@cua.dk>
16592
16593 * ido.el (ido-completion-map): Rename from ido-mode-map.
16594 (ido-common-completion-map, ido-file-completion-map)
16595 (ido-file-dir-completion-map, ido-buffer-completion-map):
16596 Rename from ido-mode-....-map.
16597 (ido-init-completion-maps): Rename from ido-init-mode-maps.
16598 (ido-setup-completion-map): Rename from ido-define-mode-map.
16599 (ido-read-internal): Bind minibuffer-local-filename-completion-map
16600 to ido-completion-map.
16601
16602 2005-12-07 Kenichi Handa <handa@m17n.org>
16603
16604 * international/mule-cmds.el
16605 (set-display-table-and-terminal-coding-system): If the coding
16606 system specified in `unibyte-display' property is different from
16607 the arg coding-system, don't setup standard-display-table.
16608
16609 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
16610
16611 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
16612 that comments end at \n, regardless of selective-display.
16613
16614 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
16615
16616 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
16617 (gdb-version): New variables.
16618 (gdb-source-file-list, gdb-register-names)
16619 (gdb-changed-registers): New variables for use with GDB 6.4+.
16620 (gdb-ann3): Replace with...
16621 (gdb-init-1, gdb-init-2): ...two new functions.
16622 (gdba, gdb-prompt): Call gdb-init-1.
16623 (gdb-get-version): New function. Call gdb-init-2 from here.
16624 (gud-watch): Make it work with mouse events too.
16625 (gdb-post-prompt): Don't add to queue until GDB version is known.
16626 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
16627 (gdb-locals-mode): Use gdb-version.
16628 (gdb-memory-format-map, gdb-memory-unit-map)
16629 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
16630 (gdb-locals-font-lock-keywords-1)
16631 (gdb-locals-font-lock-keywords-2): New variables.
16632 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
16633 (gdb-set-gud-minor-mode-existing-buffers-1)
16634 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
16635 (gdb-var-update-1, gdb-var-update-handler-1)
16636 (gdb-data-list-register-values-handler)
16637 (gdb-data-list-register-values-custom)
16638 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
16639 (gdb-stack-list-locals-handler, gdb-get-register-names):
16640 New functions for use with GDB 6.4+.
16641 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
16642 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
16643 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
16644 (gdb-stack-list-locals-regexp)
16645 (gdb-data-list-register-names-regexp): New regexps for use with
16646 GDB 6.4+.
16647
16648 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
16649
16650 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
16651
16652 2005-12-06 Nozomu Ando <nand@mac.com>
16653
16654 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
16655 prompts work for AUTH PLAIN. Also reported by Steve Allan
16656 <seallan@verizon.net>.
16657
16658 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
16659
16660 * frame.el (set-frame-parameter): Add doc string.
16661
16662 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
16663
16664 * textmodes/org.el (org-occur-highlights): New variable.
16665 (org-highlight-new-match, org-remove-occur-highlights): New functions.
16666 (org-highlight-sparse-tree-matches): New option.
16667 (org-do-occur): New function.
16668 (org-get-heading): Make it work also at beginning of line.
16669 (org-category-table): New variable.
16670 (org-get-category-table, org-get-category)
16671 (org-camel-to-words, org-link-search): New functions.
16672 (org-select-this-todo-keyword): New variable.
16673 (org-todo-list): New command.
16674 (org-shiftright, org-shiftleft): New commands.
16675 (org-agenda-todo): Add prefix argument.
16676 (org-show-hierarchy-above): New option.
16677 (org-show-todo-tree): Numerical prefix creates tree for specific
16678 TODO keyword.
16679 (org-outline-level): New function, to assign a level to plain
16680 lists items.
16681 (org-cycle-include-plain-lists): New option.
16682 (org-mode): Use `org-outline-level' as value of `outline-level'.
16683 (org-cycle): Temporarily switch `outline-regexp' if
16684 `org-cycle-include-plain-lists' is non-nil.
16685 (org-start-icalendar-file): Fix format bug.
16686 (org-agenda-get-day-entries): Create category table.
16687 (org-agenda-get-todos, org-agenda-get-timestamps)
16688 (org-agenda-get-deadlines, org-agenda-get-scheduled)
16689 (org-agenda-get-blocks): Use `org-get-category'.
16690 (org-context-in-file-links): Rename from
16691 `org-line-numbers-in-file-links'.
16692
16693 2005-12-06 Romain Francoise <romain@orebokech.com>
16694
16695 * window.el (balance-windows): Delete extraneous third arg in call
16696 to `enlarge-window'.
16697
16698 2005-12-06 Kenichi Handa <handa@m17n.org>
16699
16700 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
16701
16702 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
16703
16704 * progmodes/gdb-ui.el (gdb-var-create-handler)
16705 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
16706 (gdb-var-list-children-handler, gdb-var-update-handler):
16707 Current buffer is already gdb-partial-output-buffer, don't
16708 make it current again.
16709
16710 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
16711
16712 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
16713 (list-buffers-noselect): Use it.
16714
16715 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
16716
16717 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
16718 (mail-yank-ignored-headers): Use regexp-opt.
16719 (mail-mode-map): Move initialization into declaration.
16720 (mail-sent-via): Remove unused shadowed var `to-line'.
16721 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
16722 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
16723 (mail-do-fcc): Use dolist and push.
16724 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
16725 (mail-yank-ignored-headers): Don't autoload.
16726
16727 2005-12-05 Kenichi Handa <handa@m17n.org>
16728
16729 * international/mule-cmds.el (set-language-info-internal): New fun.
16730 (set-language-info): Call set-language-info-internal to update
16731 language-info-alist. If LANG-ENV is the current one, call
16732 set-language-environment to make INFO effective now.
16733 (set-language-info-alist): Likewise.
16734 (locale-language-names): With locale "en", use English
16735 lang. env. but set the default codings to iso-8859-1.
16736
16737 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
16738
16739 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
16740 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
16741 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
16742 for plain strings.
16743 (gdb-frames-mode): Remove redundant call to font-lock-mode.
16744 (gdb-all-registers): Rename from toggle-gdb-all-registers.
16745 Create registers buffer if necessary. Echo new state in minibuffer.
16746 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
16747
16748 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
16749
16750 * info.el (Info-fontify-node): Match external links using
16751 non-directory part of filename.
16752
16753 2005-12-04 Juri Linkov <juri@jurta.org>
16754
16755 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
16756 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
16757 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
16758 because there is no customization option for it.
16759
16760 * font-lock.el (lisp-font-lock-keywords-1):
16761 Add define-global-minor-mode.
16762
16763 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
16764
16765 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
16766 properties on the constructed variable names.
16767
16768 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16769 Put `definition-name' properties on the constructed function names
16770 next-sym and prev-sym.
16771
16772 * emacs-lisp/find-func.el (find-function-regexp):
16773 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
16774 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
16775 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
16776 and easy-menu-define.
16777
16778 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
16779 easy-mmode-define-global-mode and define-global-minor-mode.
16780 (lisp-imenu-generic-expression): Add define-global-minor-mode.
16781
16782 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
16783 instead of easy-mmode-define-global-mode.
16784
16785 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
16786 Use define-minor-mode instead of easy-mmode-define-minor-mode.
16787
16788 * cus-edit.el (customize-group, customize-group-other-window):
16789 Filter out autoloaded options from the group completion list by
16790 using heuristics that autoloaded groups don't have `custom-autoload'
16791 property on their symbols (they have only `custom-loads').
16792
16793 * simple.el (completion-setup-function): Put completions-common-part
16794 face on complete completion string too (i.e. completion string
16795 without completions-first-difference face).
16796
16797 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
16798
16799 2005-12-03 Eli Zaretskii <eliz@gnu.org>
16800
16801 * view.el (view-mode): Doc fix.
16802
16803 * disp-table.el (standard-display-european): Add to the warning
16804 message a reference to the doc string.
16805
16806 * play/yow.el (apropos-zippy): Call print-help-return-message,
16807 similar to other Help and Apropos commands.
16808
16809 * help.el (print-help-return-message): If pop-up-frames is
16810 non-nil, set up help-return-method to delete the help window and,
16811 possibly, its frame as well, and don't display message about
16812 scrolling the help window. Doc fix.
16813 (help-return-method): Doc fix.
16814
16815 2005-12-03 Martin Rudalics <rudalics@gmx.at>
16816
16817 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
16818 whereby names of length one or names starting with a
16819 symbol-constituent character would not be returned.
16820
16821 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
16822
16823 * subr.el (atomic-change-group): Add edebug and indentation spec.
16824
16825 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
16826
16827 * completion.el (save-completions-file-name): Fix typo in last change.
16828
16829 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16830
16831 * info.el: Move back/forward history to the beginning of the tool bar.
16832
16833 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
16834
16835 * allout.el (eval-when-compile): Remove unnecessary load of cl.
16836 Add fset of allout-real-isearch-abort during compile to fix
16837 byte-compilation warnings.
16838 (allout-mode-p): Move definition of this macro above all uses, or
16839 byte compilation in barren Emacs (eg, during Emacs build) will
16840 lack the definition.
16841 (allout-mode): Move this variable above any uses, or byte
16842 compilation will fail.
16843 (allout-resolve-xref): Remove use of personal file-reference function.
16844 (allout-toggle-current-subtree-encryption): Do the current (ie,
16845 visible containing) topic, rather than nearest around point. Doc fix.
16846 (allout-toggle-subtree-encryption): New function, workhorse that
16847 works on nearest topic containing point.
16848 (allout-encrypt-string): Signal requirement for newer version of pgg.
16849 (allout-resumptions): Doc fix.
16850
16851 2005-12-02 Eli Zaretskii <eliz@gnu.org>
16852
16853 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
16854
16855 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
16856
16857 * textmodes/flyspell.el (flyspell-external-point-words):
16858 Consider a misspelling as found in the string search if: (a) misspelling
16859 and found string lengths match, or (b) misspelling is found as
16860 element in a boundary-chars separated longer string, or (c)
16861 ispell-program-name is really ispell and misspelling is found as
16862 part of a TeX string. After successful match move beginning of
16863 search region to end of match. Warn about not found misspellings
16864 once the process is done.
16865 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
16866
16867 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
16868
16869 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
16870 tool bar (removed inadvertently).
16871
16872 2005-12-02 Juri Linkov <juri@jurta.org>
16873
16874 * log-view.el (log-view-diff): Clarify doc string.
16875
16876 2005-12-01 Bill Wohler <wohler@newt.com>
16877
16878 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
16879 triggers lm-verify errors.
16880
16881 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
16882
16883 * simple.el (transient-mark-mode, line-number-mode)
16884 (column-number-mode, size-indication-mode): Remove `:require nil'.
16885
16886 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
16887
16888 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
16889 in the margin also.
16890 (gdb-breakpoints-mode-map): Use D instead of d for
16891 gdb-delete-breakpoint.
16892 (gdb-get-frame-number): Require a number to match on.
16893 (gdb-threads-mode-map): Add follow-link binding.
16894
16895 2005-11-30 Jason Rumney <jasonr@gnu.org>
16896
16897 * isearch.el (isearch-mode-map): Avoid exiting search on
16898 language-change event.
16899
16900 2005-11-30 Romain Francoise <romain@orebokech.com>
16901
16902 * speedbar.el (speedbar-default-position): New defcustom.
16903 (speedbar-frame-reposition-smartly): Use it.
16904
16905 * dframe.el (dframe-reposition-frame-emacs): Fix position
16906 computation for `left' location.
16907 Update copyright year.
16908
16909 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
16910
16911 * help.el (help-map): Move initialization into declaration.
16912
16913 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
16914
16915 * help-fns.el (help-argument-name): Don't autoload.
16916 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
16917 to be re-loaded when customizing the `help' group.
16918
16919 2005-11-30 John Paul Wallington <jpw@gnu.org>
16920
16921 * help-fns.el (describe-function-1): Fill arglist output.
16922
16923 2005-11-30 Kim F. Storm <storm@cua.dk>
16924
16925 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
16926 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
16927 after revert-buffer (or anything else which kills all local variables).
16928
16929 * apropos.el (apropos-parse-pattern): Doc fix.
16930 Set apropos-regexp directly, rather than expecting callers to do so.
16931 (apropos-command, apropos, apropos-value, apropos-documentation):
16932 Simplify calls to apropos-parse-pattern.
16933
16934 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
16935
16936 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
16937 (hi-lock-face-phrase-buffer): Use hi-yellow face.
16938 (hi-lock-write-interactive-patterns): Use comment-region.
16939
16940 * longlines.el (longlines-mode): Add mail-setup-hook.
16941
16942 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
16943
16944 * simple.el (sendmail-user-agent-compose, next-line):
16945 Conditionally use hard-newline.
16946
16947 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
16948
16949 * international/latexenc.el (latex-inputenc-coding-alist):
16950 Reword doc string.
16951
16952 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
16953
16954 * help.el (describe-key-briefly, describe-key): Recognize default
16955 bindings.
16956
16957 2005-11-29 Romain Francoise <romain@orebokech.com>
16958
16959 * view.el (view-inhibit-help-message): New defcustom.
16960 (view-mode-enter): Use it.
16961
16962 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
16963
16964 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
16965 Preserve user position.
16966
16967 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
16968
16969 * font-lock.el: Throw error if facemenu is not loaded to prevent
16970 accidental change of loading order in loadup.el. (Suggested by RMS.)
16971
16972 * loadup.el: Add comment explaining why facemenu must be loaded
16973 before font-lock.
16974
16975 2005-11-28 Jay Belanger <belanger@truman.edu>
16976
16977 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
16978 (calc-dispatch-map): Add more keys for `calc-same-interface'.
16979
16980 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
16981
16982 * calc/calc-embed.el (calc-do-embedded): Update help message.
16983
16984 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
16985
16986 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
16987
16988 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
16989
16990 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
16991 called-interactively-p.
16992 (elp-profilable-p): Rename from elp-not-profilable-p.
16993 Invert result and take into account macros and autoloaded functions.
16994 (elp-instrument-function): Update call.
16995 (elp-instrument-package): Update call. Add completion.
16996 (elp-pack-number): Use match-string.
16997 (elp-results-jump-to-definition-by-mouse): Merge into
16998 elp-results-jump-to-definition and then remove.
16999 (elp-output-insert-symname): Make help echo text single-line.
17000
17001 * replace.el (query-replace-map): Move initialization into declaration.
17002 (occur-engine): Use with-current-buffer.
17003 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
17004 (occur-mode-mouse-goto): Replace with an alias.
17005
17006 2005-11-28 Juri Linkov <juri@jurta.org>
17007
17008 * simple.el (quoted-insert): Let-bind input-method-function to nil.
17009
17010 * term/w32-win.el: Bind [S-tab] to [backtab].
17011
17012 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
17013 `Info-find-file' to t.
17014
17015 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
17016 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
17017 and same-window-regexps.
17018 (occur-next-error): Don't move point for arg 0.
17019
17020 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
17021
17022 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
17023
17024 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17025
17026 * log-edit.el (log-edit-changelog-use-first): New var.
17027 (log-edit-changelog-ours-p): Use it.
17028 (log-edit-insert-changelog): Set it with new arg `use-first'.
17029 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
17030 (log-edit-hook): Add them to the list of suggested options.
17031
17032 * textmodes/flyspell.el (flyspell-last-buffer): New var.
17033 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
17034 redundant work.
17035 (flyspell-mode-on): Use add-hook for after-change-functions.
17036 (flyspell-mode-off): Use remove-hook for after-change-functions.
17037 (flyspell-changes): Make it buffer-local.
17038 (flyspell-after-change-function): Make it non-interactive. Use push.
17039 (flyspell-post-command-hook): Check input-pending-p while processing
17040 the potentially long list of buffer changes.
17041
17042 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
17043
17044 * buff-menu.el (list-buffers-noselect): Display the selected
17045 frame's buffer list, not the global one.
17046
17047 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
17048
17049 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
17050 that (list last-input-event) works as in interactive spec.
17051
17052 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17053
17054 * loadup.el ("facemenu"): Load facemenu before font-lock, because
17055 `facemenu-keymap' needs to be defined when font-lock is loaded.
17056 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
17057
17058 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
17059
17060 * completion.el: Remove useless leading * in defcustom docstrings.
17061 (save-completions-file-name): Use ~/.emacs.d if available.
17062 (completion-standard-syntax-table): Rename from
17063 cmpl-standard-syntax-table and fold initialization into declaration,
17064 thus removing cmpl-make-standard-completion-syntax-table.
17065 (completion-lisp-syntax-table, completion-c-syntax-table)
17066 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
17067 (cmpl-saved-syntax, cmpl-saved-point): Remove.
17068 (symbol-under-point, symbol-before-point)
17069 (symbol-under-or-before-point, symbol-before-point-for-complete)
17070 (add-completions-from-c-buffer): Use with-syntax-table.
17071 (make-completion): Don't return a list of completion entries.
17072 Update callers.
17073 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
17074 (completion-initialize): Rename from initialize-completions.
17075 (completion-find-file-hook): Rename from cmpl-find-file-hook.
17076 (kill-emacs-save-completions): Collect stats here.
17077 (save-completions-to-file, load-completions-from-file):
17078 Use with-current-buffer.
17079 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
17080 into a function. Move all calls to toplevel.
17081 (completion-lisp-mode-hook): New fun.
17082 (completion-c-mode-hook, completion-setup-fortran-mode):
17083 Set the syntax-table here. Use local-set-key.
17084 (completion-saved-bindings): New var.
17085 (dynamic-completion-mode): Make it into a proper minor mode.
17086 (load-completions-from-file): Remove unused var `num-uses'.
17087
17088 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
17089 constructor if it is explicitly overridden.
17090
17091 * complete.el (PC-completion-as-file-name-predicate):
17092 Use minibuffer-completing-file-name.
17093 (partial-completion-mode): Use find-file-not-found-functions.
17094 (PC-lisp-complete-symbol): Use with-syntax-table.
17095 (PC-look-for-include-file): Remove dead setq.
17096 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
17097 (PC-complete): Use with-current-buffer.
17098
17099 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
17100 escape single quotes.
17101
17102 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17103
17104 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
17105 of `if' whose condition always returned nil. Doc fix.
17106
17107 * buff-menu.el (Buffer-menu-revert-function): Make the selected
17108 window's buffer the current buffer around the call to
17109 `list-buffers-noselect'. This is necessary to mark that buffer
17110 with a `.' in the Buffer Menu when called from Lisp, for instance
17111 by Auto Revert Mode.
17112
17113 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
17114
17115 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
17116 attaching to it.
17117 (gdb-pre-prompt): Make sure gdb-error is reset.
17118
17119 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
17120 with a child process, detect it.
17121 (gud-speedbar-buttons): Match regexp more carefully.
17122
17123 2005-11-27 Richard M. Stallman <rms@gnu.org>
17124
17125 * mouse.el (mouse-drag-move-window-bottom):
17126 Use adjust-window-trailing-edge.
17127
17128 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17129
17130 * simple.el (blink-matching-open): Ignore
17131 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
17132 (blink-matching-paren-on-screen): Update docstring.
17133
17134 * paren.el (show-paren-mode): No longer change
17135 `blink-matching-paren-on-screen'.
17136
17137 2005-11-27 John Paul Wallington <jpw@pobox.com>
17138
17139 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
17140 (gdb-threads-select, gdb-edit-register-value):
17141 Use `posn-set-point' instead of `mouse-set-point' because the
17142 latter is not fbound when configured without X.
17143
17144 2005-11-27 Kim F. Storm <storm@cua.dk>
17145
17146 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
17147 existing face when partially highlighting a TAB in a rectangle.
17148
17149 2005-11-26 Kim F. Storm <storm@cua.dk>
17150
17151 * ido.el (ido-mode-map): Doc fix.
17152 (ido-mode-common-map, ido-mode-file-map)
17153 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
17154 (ido-define-mode-map): Rewrite. Select one of the new maps as
17155 parent for ido-mode-map instead of building from scratch.
17156 (ido-init-mode-maps): New defun to initialize new maps.
17157 (ido-mode): Call it.
17158 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
17159 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
17160
17161 2005-11-26 John Paul Wallington <jpw@pobox.com>
17162
17163 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
17164 `mouse-set-point' because the latter is not fbound when configured
17165 without X.
17166
17167 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
17168
17169 * files.el (file-relative-name): Doc fix.
17170
17171 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
17172
17173 * progmodes/octave-inf.el (inferior-octave-startup): Force a
17174 non-empty string for secondary prompt PS2.
17175
17176 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
17177
17178 * progmodes/compile.el (compilation-setup): Fix last change.
17179
17180 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
17181
17182 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17183 (gdb-mouse-toggle-breakpoint-margin)
17184 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
17185 Add gdb-server-prefix to keep out of command history.
17186 (gdb-edit-register-value): New function.
17187 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
17188 (gdb-info-registers-custom): Use above map.
17189
17190 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
17191
17192 * custom.el (enable-theme): Signal error if argument is not a
17193 theme. Don't recalculate a face if it's not loaded yet.
17194
17195 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
17196 the `user' theme is in effect.
17197
17198 * info.el (Info-on-current-buffer): Record actual filename in
17199 Info-current-file, instead of t, or a fake filename if a non-file
17200 buffer. Make autoload.
17201 (Info-find-node, Info-revert-find-node): No need to check for
17202 Info-current-file nil.
17203 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
17204 Info-current-file is now never `t'.
17205 (Info-fontify-node): Many simplifications due to Info-current-file
17206 always being valid. Use Info-find-file to find node filename.
17207
17208 2005-11-25 David Kastrup <dak@gnu.org>
17209
17210 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
17211 new character, then delete" in order to preserve markers.
17212
17213 2005-11-25 David Ponce <david@dponce.com>
17214
17215 * recentf.el (recentf-arrange-by-rule): Handle a special
17216 `auto-mode-alist'-like "strip suffix" rule.
17217 (recentf-build-mode-rules): Handle second level auto-mode entries.
17218
17219 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
17220
17221 * viper-keym.el (viper-ESC-key): Use different values in terminal and
17222 window modes.
17223
17224 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
17225 jde-javadoc-checker-report-mode.
17226
17227 * ediff-wind (ediff-make-wide-display): Slight simplification.
17228
17229 * ediff.el (ediff-date): Change the date of last update.
17230
17231 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
17232
17233 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
17234 Use define-minor-mode, and make it a local mode. Turn on font-lock.
17235 (hi-lock-mode): New global minor mode.
17236 (turn-on-hi-lock-if-enabled): New function.
17237 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
17238 Change arguments to regexp and face instead of a font-lock pattern.
17239 Directly set face property, instead of refontifying.
17240 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
17241 (hi-lock-find-patterns): Use line-number-at-pos.
17242
17243 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
17244 arguments for hi-lock-set-pattern.
17245 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
17246 Call font-lock-fontify-buffer.
17247 (hi-lock-find-file-hook, hi-lock-current-line)
17248 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
17249
17250 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
17251 turned off.
17252
17253 * progmodes/compile.el (compilation-setup): Don't fiddle with
17254 font-lock-defaults.
17255
17256 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
17257
17258 * progmodes/gdb-ui.el (gdb-var-create-handler)
17259 (gdb-var-list-children-handler): Find values for all variable
17260 objects. gud-speedbar-buttons decides whether to display them.
17261
17262 2005-11-24 Romain Francoise <romain@orebokech.com>
17263
17264 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
17265 buffer name with a space.
17266
17267 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
17268
17269 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
17270 `org-export-local-list-max-depth'. Change default value to 3.
17271 (org-auto-renumber-ordered-lists)
17272 (org-plain-list-ordered-item-terminator): New options.
17273 (org-at-item-p, org-beginning-of-item, org-end-of-item)
17274 (org-get-indentation, org-get-string-indentation)
17275 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
17276 New functions.
17277 (org-move-item-down, org-move-item-up): New commands.
17278 (org-export-as-html): New classes for CSS support. Bug fix in
17279 regular expression detecting fixed-width regions. Respect
17280 `org-local-list-ordered-item-terminator'.
17281 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
17282 also a list item.
17283 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
17284 New item moving functions.
17285
17286 2005-11-24 Juri Linkov <juri@jurta.org>
17287
17288 * isearch.el (isearch-repeat): With empty search ring set
17289 `isearch-error' to the error string instead of signaling error
17290 with the function `error'.
17291
17292 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17293
17294 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
17295
17296 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
17297
17298 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
17299 and variable.
17300 (gdb-var-create-handler, gdb-var-list-children-handler):
17301 Don't match on "char **...".
17302 (gdb-var-update-handler): Find values for all variable objects.
17303 (gdb-info-frames-custom): Identify frames by leading "#".
17304
17305 * progmodes/gud.el (gud-speedbar-menu-items): Add
17306 gdb-speedbar-auto-raise as radio button.
17307 (gud-speedbar-buttons): Raise speedbar if requested.
17308 Don't match on "char **...".
17309 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
17310 Make it editable.
17311
17312 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
17313
17314 * info.el (Info-fontify-node): Handle the case where
17315 Info-current-file is t.
17316
17317 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
17318
17319 * simple.el (blink-matching-open): Fix off-by-one in last change.
17320
17321 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17322
17323 * term/mac-win.el: Don't change default directory.
17324
17325 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
17326
17327 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
17328 buffers correctly. (It used to throw an error in such buffers.)
17329 Make it ask for confirmation in group buffers and other Custom
17330 buffers containing more than one customization item.
17331
17332 2005-11-22 John Paul Wallington <jpw@gnu.org>
17333
17334 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
17335 property on mail and url overlays.
17336 (goto-address-at-point): Use `posn-set-point' instead of
17337 `mouse-set-point' because the latter is not fbound when configured
17338 without X.
17339
17340 2005-11-22 Lars Hansen <larsh@soem.dk>
17341
17342 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
17343 (ls-lisp-classify, ls-lisp-format): Delete call to
17344 ls-lisp-parse-symlink.
17345 (ls-lisp-handle-switches): Handle symlinks to directories as
17346 directories when ls-lisp-dirs-first in non-nil.
17347
17348 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
17349
17350 * startup.el (command-line): Make sure that loaddefs.el is handled
17351 correctly in load-history.
17352
17353 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
17354
17355 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
17356 (gdb-struct-string, gdb-array-string): New constants.
17357 (gdb-info-locals-handler): Use them.
17358 (gdb-reset): Reset gdb-var-list to nil.
17359
17360 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
17361
17362 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
17363 in patterns.
17364
17365 2005-11-21 Juri Linkov <juri@jurta.org>
17366
17367 * custom.el (defcustom): Update link types in docstring.
17368
17369 2005-11-20 Martin Rudalics <rudalics@gmx.at>
17370
17371 * custom.el (defgroup): Add doc-string-elt info.
17372
17373 * widget.el (define-widget): Don't use declare for the doc-string-elt.
17374
17375 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17376
17377 * newcomment.el (comment-enter-backward): Fix last fix.
17378
17379 * simple.el (blink-matching-open):
17380 * paren.el (show-paren-function): Allow new paren-class info.
17381
17382 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
17383
17384 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
17385 handled automagically.
17386
17387 2005-11-20 Andreas Schwab <schwab@suse.de>
17388
17389 * descr-text.el (describe-char): When copying overlays put them
17390 over the full char description instead of just the first character
17391 of it.
17392
17393 2005-11-20 Juri Linkov <juri@jurta.org>
17394
17395 * simple.el (what-cursor-position):
17396 * descr-text.el (describe-char): Use Lisp-readable syntax
17397 for octal and hex. Reorder decimal, octal and hex values.
17398 Remove excess whitespace in the output. Use `=' in `column='
17399 like in `point=' and `Hscroll='.
17400
17401 * international/mule-cmds.el (encoded-string-description):
17402 Use Lisp-readable syntax for hex.
17403
17404 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
17405
17406 * newcomment.el (comment-enter-backward): Handle the case where the
17407 comment is closed by EOB.
17408
17409 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
17410
17411 * longlines.el (longlines-before-revert-hook)
17412 (longlines-after-revert-hook): New functions.
17413 (longlines-mode): Turn off longlines temporarily when reverting.
17414 Add a message-setup-hook.
17415 (longlines-decode-buffer): New function.
17416 (longlines-wrap-line): Preserve marker positions.
17417
17418 2005-11-19 Andreas Schwab <schwab@suse.de>
17419
17420 * emacs-lisp/shadow.el: Handle compressed files.
17421
17422 2005-11-19 Romain Francoise <romain@orebokech.com>
17423
17424 * net/browse-url.el (browse-url-default-browser): Signal an error
17425 if no usable browser can be found, rather than try to load w3.
17426
17427 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
17428
17429 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
17430 replacing existing properties.
17431 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
17432 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
17433 tty specs.
17434 (rcirc-server-prefix, rcirc-server): New faces.
17435 (rcirc-url-regexp): Generate with rx macro.
17436 (rcirc-last-server-message-time): New variable.
17437 (rcirc-filter): Record time of last message.
17438 (rcirc-keepalive): Kill processes that did not send a message
17439 since the last ping.
17440 (rcirc-mode): Give rcirc-topic a local binding here.
17441
17442 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
17443
17444 * subr.el (read-passwd): Fontify the prompt as we do with other
17445 prompts.
17446
17447 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
17448
17449 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
17450 binding buffer-read-only to nil.
17451
17452 2005-11-19 Eli Zaretskii <eliz@gnu.org>
17453
17454 * complete.el (partial-completion-mode):
17455 Mention completion-auto-help in the doc string.
17456
17457 * man.el (Man-highlight-references): Doc fix. Reformat code in a
17458 more Lisp-ish way.
17459
17460 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
17461
17462 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
17463 digits, not 8, to avoid misalignment for files larger than 100MB.
17464
17465 2005-11-19 Eli Zaretskii <eliz@gnu.org>
17466
17467 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
17468 Mention "keyboard shortcuts" in the help text.
17469
17470 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17471
17472 * startup.el (fancy-splash-default-action): Discard only
17473 mouse-down and succeeding mouse-up events in the splash screen
17474 window so that drag-n-drop event can be processed.
17475
17476 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
17477
17478 * longlines.el (longlines-mode): Add hacks for mail-mode and
17479 message-mode.
17480
17481 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
17482
17483 * textmodes/org.el (org-table-sort-lines): New command.
17484 (org-tbl-menu): Add entry for `org-table-sort-lines'.
17485 (org-add-file): Command removed, use `org-agenda-file-to-front'
17486 instead.
17487 (org-export-icalendar): Use `org-icalendar-combined-name'.
17488 (org-cycle-agenda-files, org-agenda-file-to-end)
17489 (org-agenda-file-to-front): New commands.
17490 (org-table-tab-jumps-over-hlines, org-export-html-style):
17491 New options.
17492 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
17493 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
17494 New functions.
17495 (org-fill-paragraph): Call `org-table-align' in tables.
17496 (org-mode): Call `org-set-autofill-regexps'.
17497 (org-export-as-html): Support for local handformatted lists.
17498 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
17499 (org-export-local-list-max-depth): New option.
17500 (org-html-expand): Use `org-html-protect'.
17501
17502 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
17503
17504 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
17505 to "p".
17506 (gdb): Move definition of gud-pp to...
17507
17508 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
17509 speedbar.
17510 (gdb-find-watch-expression): New function.
17511
17512 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
17513
17514 * faces.el (face-attribute, set-face-attribute): Mention existence
17515 of `:ignore-defface' setting in docstring.
17516
17517 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
17518
17519 * simple.el (completion-setup-function): Fix last change.
17520
17521 2005-11-17 John Paul Wallington <jpw@pobox.com>
17522
17523 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
17524 Use `posn-set-point' instead of `mouse-set-point' because the
17525 latter is not fbound when configured without X.
17526
17527 * comint.el (comint-insert-input): Likewise.
17528
17529 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
17530
17531 * simple.el (hard-newline): New variable.
17532 (sendmail-user-agent-compose, next-line): Use it.
17533
17534 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
17535 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
17536 (mail-mail-reply-to, mail-mail-followup-to)
17537 (mail-position-on-field, mail-signature, mail-yank-original)
17538 (mail-attach-file): Likewise.
17539
17540 * mail/mailheader.el (mail-header-format)
17541 (mail-header-format-function): Likewise.
17542
17543 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
17544
17545 2005-11-17 Juri Linkov <juri@jurta.org>
17546
17547 * font-lock.el (font-lock-faces): Rename this defgroup from
17548 `font-lock-highlighting-faces'.
17549 (font-lock-comment-face, font-lock-comment-delimiter-face)
17550 (font-lock-string-face, font-lock-doc-face)
17551 (font-lock-keyword-face, font-lock-builtin-face)
17552 (font-lock-function-name-face, font-lock-variable-name-face)
17553 (font-lock-type-face, font-lock-constant-face)
17554 (font-lock-warning-face, font-lock-negation-char-face)
17555 (font-lock-preprocessor-face)
17556 (font-lock-regexp-grouping-backslash)
17557 (font-lock-regexp-grouping-construct): Rename :group from
17558 `font-lock-highlighting-faces' to `font-lock-faces'.
17559
17560 * cus-edit.el (lisp, c, tex):
17561 * progmodes/ada-mode.el (ada):
17562 * progmodes/asm-mode.el (asm):
17563 * progmodes/cperl-mode.el (cperl-faces):
17564 * progmodes/cpp.el (cpp):
17565 * progmodes/dcl-mode.el (dcl):
17566 * progmodes/f90.el (f90):
17567 * progmodes/fortran.el (fortran):
17568 * progmodes/icon.el (icon):
17569 * progmodes/idlwave.el (idlwave-misc):
17570 * progmodes/m4-mode.el (m4):
17571 * progmodes/make-mode.el (makefile):
17572 * progmodes/meta-mode.el (meta-font):
17573 * progmodes/modula2.el (modula2):
17574 * progmodes/octave-mod.el (octave):
17575 * progmodes/pascal.el (pascal):
17576 * progmodes/perl-mode.el (perl):
17577 * progmodes/prolog.el (prolog):
17578 * progmodes/ps-mode.el (PostScript-edit):
17579 * progmodes/scheme.el (scheme):
17580 * progmodes/sh-script.el (sh-script):
17581 * progmodes/simula.el (simula):
17582 * progmodes/tcl.el (tcl):
17583 * textmodes/nroff-mode.el (nroff):
17584 * textmodes/reftex-vars.el (reftex-fontification-configurations):
17585 * textmodes/sgml-mode.el (sgml):
17586 * textmodes/texinfo.el (texinfo):
17587 Add :link (custom-group-link font-lock-faces) to defgroup.
17588
17589 * hi-lock.el (hi-lock): Rename this defgroup from
17590 `hi-lock-interactive-text-highlighting'. Change parent group from
17591 `faces' to `font-lock'. Add link to the manual.
17592 (hi-lock-mode, hi-lock-file-patterns-range)
17593 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
17594 `hi-lock-interactive-text-highlighting' to `hi-lock'.
17595 (hi-lock-faces): Add :group `faces'.
17596
17597 * cus-edit.el (custom-variable-prompt): Clarify the code.
17598
17599 * faces.el (face-read-string): Set the default value arg of
17600 completing-read.
17601
17602 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
17603
17604 * rfn-eshadow.el (file-name-shadow-properties)
17605 (file-name-shadow-tty-properties, file-name-shadow-mode):
17606 Remove autoloads, because the file is now preloaded.
17607
17608 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
17609
17610 * printing.el (easy-menu-intern): Don't define.
17611 (pr-get-symbol): Use easy-menu-intern only if defined.
17612
17613 * simple.el (blink-matching-open): Simplify a bit.
17614 (completion-setup-function): Fix the case of partial-completion-mode
17615 when the minibuffer's contents start with "-".
17616 Obey completion-base-size-function even when
17617 minibuffer-completing-file-name is non-nil.
17618
17619 2005-11-16 Richard M. Stallman <rms@gnu.org>
17620
17621 * net/eudcb-ph.el (eudc-ph-open-session):
17622 Use set-process-query-on-exit-flag.
17623
17624 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
17625
17626 * international/ucs-tables.el (ucs-set-table-for-input):
17627 Use make-local-variable, not make-variable-buffer-local.
17628
17629 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
17630 Improve warning message text.
17631
17632 * savehist.el (savehist-save-hook): Add :group.
17633
17634 * menu-bar.el (menu-bar-help-menu):
17635 Rename Find Extra Packages to External Packages.
17636
17637 * cus-edit.el (Custom-reset-standard): Verify that
17638 :custom-standard-value prop exists before calling it.
17639
17640 * apropos.el (apropos-calc-scores): Use apropos-pattern.
17641
17642 2005-11-16 Martin Rudalics <rudalics@gmx.at>
17643
17644 * wid-edit.el (color): Enclose %t in %{...%}.
17645
17646 * cus-edit.el (face): Enclose %t in %{...%}.
17647
17648 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
17649
17650 * savehist.el (savehist-mode-hook): Re-add the var.
17651 (savehist-mode): Use it.
17652
17653 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
17654
17655 * textmodes/flyspell.el: Fix commenting convention.
17656 Remove unnecessary leading * in custom docstrings.
17657 (flyspell-emacs): Remove unused var.
17658 (flyspell-delete-region-overlays): Use remove-overlays.
17659 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
17660 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
17661 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
17662 (flyspell-debug-signal-word-checked): Use with-current-buffer.
17663 (make-flyspell-overlay): Don't locally reuse a global name.
17664 (flyspell-highlight-incorrect-region)
17665 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
17666 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
17667 (flyspell-notify-misspell): Remove unused args `start' and `end'.
17668 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
17669 Wrap calls to accept-process-output inside with-local-quit since it's
17670 often called from a post-command-hook.
17671 (flyspell-correct-word, flyspell-auto-correct-word):
17672 Use ispell-send-string.
17673 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
17674
17675 * calendar/diary-lib.el (diary-list-entries): Also hide the
17676 terminating newline.
17677
17678 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
17679
17680 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
17681 window-system, to allow fonts on tty.
17682
17683 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
17684
17685 * progmodes/gud.el (gud-speedbar-item-info): New function.
17686 (gud-install-speedbar-variables): Use it to display data type
17687 of watch expression as a tooltip in speedbar.
17688
17689 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
17690
17691 * font-core.el (global-font-lock-mode): Add :version keyword,
17692 because default was changed.
17693
17694 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
17695
17696 * startup.el (command-line): Use `custom-reevaluate-setting' for
17697 `file-name-shadow-mode'.
17698
17699 * loadup.el: Preload rfn-eshadow.
17700
17701 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
17702 Add :version keyword.
17703 (file-name-shadow-properties, file-name-shadow-tty-properties)
17704 (file-name-shadow): Add :version keyword.
17705
17706 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
17707 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
17708 in the custom-group property of the symbol frames and the fringe
17709 group got no link to its parent group frames.
17710 Doc fix.
17711
17712 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
17713
17714 * progmodes/gud.el (gud-stop-subjob): New function.
17715 (gud-menu-map, gud-tool-bar-map): Use it.
17716
17717 2005-11-16 Kim F. Storm <storm@cua.dk>
17718
17719 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
17720 than kill it.
17721 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
17722 to a more useful/logical place.
17723
17724 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
17725
17726 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
17727 go buttons complementary.
17728
17729 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
17730
17731 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
17732 (rfn-eshadow-sifn-equal): New function.
17733 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
17734
17735 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
17736
17737 * viper-utils.el (viper-non-word-characters-reformed-vi):
17738 Quote `-' in string.
17739
17740 * viper.el (viper-emacs-state-mode-list): Ensure that
17741 rcirc-mode buffers come up in Emacs state.
17742
17743 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
17744 operation.
17745
17746 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
17747
17748 * term.el (term-termcap-format): Fix typos.
17749 (term-down): Fix the negative argument case.
17750
17751 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
17752
17753 * progmodes/gdb-ui.el: Remove face-alias left over from change on
17754 2005-08-15.
17755 (gdb-ann3): New command gud-go.
17756 (menu): Accomodate gdb-mi.el.
17757 (gdb-assembler-custom): Make buffer of selected window current
17758 so that set-window-point works.
17759
17760 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
17761 buttons and include new ones.
17762
17763 2005-11-16 Kim F. Storm <storm@cua.dk>
17764
17765 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
17766 (gud-menu-map): Use it.
17767
17768 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
17769
17770 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
17771 that works correctly for Custom and that does not override a user
17772 who disables it.
17773
17774 * help-mode.el (help-make-xrefs, help-xref-on-pp)
17775 (help-xref-interned, help-follow): Make hyperlinks for variables
17776 that are unbound, but have a non-nil variable-documentation property.
17777
17778 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
17779 mode hook. (It conflicted with defcustoms for some mode hooks.)
17780 Use the `variable-documentation' property to give the mode hook a
17781 docstring and expand that docstring.
17782
17783 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
17784
17785 * savehist.el (savehist-mode): Don't bother with
17786 `custom-set-minor-mode'.
17787 (savehist-coding-system): Check XEmacs version.
17788 (history-length): Declare also at run time.
17789 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
17790 Don't set the customize state.
17791 (savehist-minibuffer-hook): Special case for when
17792 minibuffer-history-variable is equal to t.
17793
17794 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
17795
17796 * files.el (write-file): Refresh VC status.
17797
17798 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
17799 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
17800 than fundamental-mode to see if the mode was set.
17801
17802 2005-11-14 Romain Francoise <romain@orebokech.com>
17803
17804 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
17805 dummy function in `eval-when-compile' to avoid compiler warning.
17806 Require `man' at compile time.
17807
17808 2005-11-14 Jay Belanger <belanger@truman.edu>
17809
17810 * calc-alg.el (calcFunc-write-out-power): Rename it to
17811 calcFunc-powerexpand.
17812 (math-write-out-power): Rename it to math-powerexpand; have it
17813 handle negative exponents.
17814 (calc-writeoutpower): Rename it to calc-powerexpand.
17815
17816 * calc-ext.el: Change calcFunc-writeoutpower and
17817 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
17818 autoloads.
17819 Add calcFunc-ldiv to autoloads.
17820
17821 * calc-arith.el (calcFunc-ldiv): New function.
17822
17823 * calc.el (calc-left-divide): New function.
17824
17825 2005-11-14 Juri Linkov <juri@jurta.org>
17826
17827 * cus-edit.el (custom-variable-prompt): Set the default value arg
17828 of completing-read.
17829
17830 * cus-dep.el (custom-make-dependencies): Reverse the list of
17831 found dependencies.
17832
17833 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
17834
17835 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
17836 Highlighting" entry, it is on by default now.
17837 (menu-bar-options-save): Do not save global-font-lock-mode.
17838
17839 2005-11-13 Richard M. Stallman <rms@gnu.org>
17840
17841 * textmodes/flyspell.el (flyspell-large-region):
17842 Call flyspell-accept-buffer-local-defs.
17843
17844 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
17845
17846 * textmodes/flyspell.el (flyspell-notify-misspell):
17847 Fix misspelling of "Misspelling".
17848 (flyspell-process-localwords): New function.
17849 (flyspell-large-region): Call flyspell-process-localwords and
17850 flyspell-delete-region-overlays.
17851 (flyspell-delete-region-overlays): New function.
17852 (flyspell-delete-all-overlays): Call that.
17853
17854 2005-11-13 Richard M. Stallman <rms@gnu.org>
17855
17856 * help.el (help-for-help-internal): Improve doc of C-h a.
17857 (describe-key): Improve prompt; doc fix.
17858
17859 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
17860
17861 * vc-svn.el (vc-svn-registered): Catch all errors.
17862
17863 * cus-dep.el (custom-make-dependencies): Typo.
17864
17865 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
17866
17867 * net/tramp-util.el (top): Fix compilation warning.
17868
17869 2005-11-13 Kim F. Storm <storm@cua.dk>
17870
17871 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
17872
17873 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
17874
17875 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
17876 (gud-speedbar-buttons): Match on "const char *" too.
17877
17878 * progmodes/gdb-ui.el (gdb-var-create-handler)
17879 (gdb-var-list-children-handler): Match on "const char *" too.
17880 (gdb-var-evaluate-expression-handler): Match on empty string.
17881 (gdb-var-update-handler): Only call
17882 gdb-var-evaluate-expression-handler when required.
17883
17884 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
17885
17886 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
17887 selected window. This still doesn't work for speedbar.
17888 (gud-speedbar-buttons): Handle string expressions properly.
17889
17890 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
17891 (gdb-var-create-handler): Handle string expressions properly.
17892 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
17893 Handle string expressions properly. Move "type" field into regexp.
17894
17895 2005-11-12 Karl Fogel <kfogel@red-bean.com>
17896
17897 * bookmark.el (bookmark-maybe-message): New function to reduce
17898 code duplication: invokes `message' iff baud-rate is high enough.
17899 (bookmark-write-file): Use above instead of an inline conditional.
17900 (bookmark-load): Same.
17901
17902 2005-11-12 Karl Fogel <kfogel@red-bean.com>
17903
17904 * bookmark.el (bookmark-write-file): Don't visit the destination
17905 file, just write the data to it using write-region. This is
17906 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
17907 change to avoid visiting the file in the first place.
17908
17909 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
17910
17911 * hi-lock.el (hi-lock-mode): Set the default value of
17912 font-lock-defaults.
17913
17914 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
17915
17916 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
17917 arg to `file-attributes'.
17918 (find-lisp-format): The UID and GID can now be strings.
17919
17920 2005-11-12 Kim F. Storm <storm@cua.dk>
17921
17922 * help.el (help-map): Bind C-h d to apropos-documentation.
17923
17924 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
17925 when point is at end-of-buffer.
17926
17927 * apropos.el (apropos-match-face): Doc fix.
17928 (apropos-sort-by-scores): Add new choice `verbose'.
17929 (apropos-documentation-sort-by-scores): New defcustom.
17930 (apropos-pattern): Now contains the pattern entered by the user.
17931 (apropos-pattern-quoted): New defvar.
17932 (apropos-regexp): New defvar, containing the regexp corresponding
17933 to apropos-pattern.
17934 (apropos-all-words-regexp): Rename from apropos-all-regexp.
17935 (apropos-read-pattern): New defun. Use it to read pattern arg in
17936 interactive calls; returns list of words for a word list, and
17937 string for a regexp.
17938 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
17939 parses a list of words or regexp as returned by apropos-read-pattern.
17940 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
17941 (apropos-score-doc): Return a very high score if the string
17942 entered by the user matches literally.
17943 (apropos-variable): Doc fix. Use apropos-read-pattern.
17944 (apropos-command): Doc fix. Use apropos-read-pattern and
17945 apropos-parse-pattern. Call apropos-print with nosubst=t.
17946 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
17947 apropos-parse-pattern.
17948 (apropos-documentation): Doc fix. Use apropos-read-pattern and
17949 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
17950 apropos-documentation-sort-by-scores. Call apropos-print with
17951 nosubst=t.
17952 (apropos-documentation-internal): Pass doc string through
17953 substitute-key-definition before adding text properties.
17954 Highlight substring matching literal user input if possible.
17955 (apropos-documentation-check-doc-file): Remove locals beg and end.
17956 Fix calculation of score (as added twice). Pass doc string through
17957 substitute-key-definition before adding text properties.
17958 (apropos-documentation-check-elc-file): Pass doc string through
17959 substitute-key-definition before adding text properties.
17960 Highlight substring matching literal user input if possible.
17961 (apropos-print): Add new arg NOSUBST; if set, command and variable
17962 doc strings have already been passed through substitute-key-definition.
17963 Add code to handle apropos-accumulator items without score element
17964 for backwards compatibility (e.g. with woman package).
17965 Only show scores if apropos-sort-by-scores is `verbose'.
17966
17967 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
17968
17969 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
17970 Add jka-compr-load-suffixes to load-suffixes.
17971
17972 * jka-compr.el: Require jka-cmpr-hook.
17973 (jka-compr-info-compress-message, jka-compr-info-compress-program)
17974 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
17975 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
17976 (jka-compr-info-can-append, jka-compr-info-strip-extension)
17977 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
17978 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
17979 (jka-compr-uninstall): Remove entries from
17980 jka-compr-added-to-file-coding-system-alist after they are used.
17981 (jka-compr-error): Remove unused var `curbuf'.
17982 (jka-compr-file-local-copy): Remove unused var `notfound'.
17983
17984 2005-11-10 Romain Francoise <romain@orebokech.com>
17985
17986 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
17987
17988 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
17989
17990 * progmodes/gud.el (gud-menu-map): Move parentheses.
17991 (gdb): New command gud-pv.
17992
17993 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
17994
17995 * tar-mode.el: Remove spurious or unnecessary leading stars
17996 in docstrings.
17997 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
17998 (tar-parse-octal-integer-safe): Use mapc.
17999 (tar-header-block-summarize): Remove unused var `ck'.
18000 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
18001 cleared before. Obey default-enable-multibyte-characters.
18002 Use mapconcat. Simplify setting of tar-header-offset.
18003 (tar-mode-map): Move initialization inside delcaration.
18004 (tar-flag-deleted): Use `abs'.
18005 (tar-expunge-internal): Remove unused var `line'.
18006 (tar-expunge-internal): Don't hardcode point-min==1.
18007 (tar-expunge): Widen while doing set-buffer-multibyte.
18008 (tar-rename-entry): Use file-name-coding-system.
18009 (tar-alter-one-field): Don't hardcode point-min==1.
18010 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
18011 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
18012
18013 2005-11-10 Masatake YAMATO <jet@gyve.org>
18014
18015 * add-log.el (add-log-current-defun): Handle class::method
18016 notation of c++. Fix incorrect comment.
18017
18018 2005-11-10 Alan Mackenzie <acm@muc.de>
18019
18020 * help-fns.el (describe-variable): Make C-h v work when a variable
18021 has variable documentation yet is unbound.
18022
18023 2005-11-10 Masatake YAMATO <jet@gyve.org>
18024
18025 * man.el (Man-highlight-references): Set an empty
18026 string to `Man-arguments' if it is nil.
18027 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
18028
18029 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
18030
18031 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
18032 commenting conventions.
18033
18034 * cus-dep.el (custom-make-dependencies): Simplify.
18035 Better follow the commenting conventions.
18036
18037 2005-11-09 Richard M. Stallman <rms@gnu.org>
18038
18039 * apropos.el (apropos-pattern): Rename from apropos-regexp.
18040 (apropos-orig-pattern): Rename from apropos-orig-regexp.
18041 All uses changed.
18042 (apropos-rewrite-regexp): Doc fix.
18043 (apropos-variable, apropos-command, apropos, apropos-value):
18044 Change prompt; carry through the argument renaming.
18045
18046 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
18047
18048 * find-lisp.el: Require dired.
18049 (find-lisp-find-dired-internal): Do not call
18050 `abbreviate-file-name' on DIR.
18051
18052 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
18053
18054 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
18055
18056 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
18057
18058 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
18059 when using the speedbar.
18060 (gdb): New command gud-pp.
18061 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
18062
18063 2005-11-09 Juri Linkov <juri@jurta.org>
18064
18065 * replace.el (occur-excluded-properties): New defcustom.
18066 (occur-1, occur-engine, occur-accumulate-lines): Use it.
18067
18068 2005-11-08 Jay Belanger <belanger@truman.edu>
18069
18070 * calc/calc-units.el (math-convert-units): Replace any composite
18071 unit by its definition.
18072
18073 2005-11-08 Lars Hansen <larsh@soem.dk>
18074
18075 * emacs-lisp/autoload.el (update-directory-autoloads):
18076 Add obsolete function alias.
18077
18078 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
18079
18080 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
18081 comment-indent-function.
18082 (lisp-comment-indent): Replace by an alias for comment-indent-default.
18083
18084 * reveal.el (reveal-post-command): Rework the handling of
18085 reveal-open-spots, so as to be more reliable. There were several
18086 tricky corner cases where an open spot might be lost, or where
18087 a closed spot might end up on the list of open spots.
18088 Only reveal text that's ellipsised.
18089
18090 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
18091
18092 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
18093
18094 2005-11-07 John Paul Wallington <jpw@gnu.org>
18095
18096 * ibuffer.el (ibuffer): Search iconified frames too when
18097 getting Ibuffer buffer's window.
18098
18099 2005-11-06 Richard M. Stallman <rms@gnu.org>
18100
18101 * progmodes/compile.el (compilation-internal-error-properties):
18102 save-excursion around the computation of MARKER.
18103
18104 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
18105
18106 * textmodes/flyspell.el (flyspell-external-point-words):
18107 flyspell-get-word returns a list, not just a string.
18108
18109 2005-11-06 John Paul Wallington <jpw@pobox.com>
18110
18111 * ibuffer.el (ibuffer): Search all visible frames when getting
18112 Ibuffer buffer's window.
18113
18114 2005-11-07 Masatake YAMATO <jet@gyve.org>
18115
18116 * man.el (Man-reference-regexp): Accept spaces between
18117 `Man-name-regexp' and `Man-section-regexp'.
18118 (Man-apropos-regexp): New variable.
18119 (Man-abstract-xref-man-page): Use value for `Man-target-string'
18120 if available.
18121 (Man-highlight-references, Man-highlight-references0):
18122 Handle the case when `Man-arguments' includes "-k".
18123 (Man-highlight-references0): Rename the argument `TARGET-POS' to
18124 `TARGET'. `TARGET' can be a number, function or nil.
18125
18126 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
18127
18128 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
18129 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
18130 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
18131 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
18132 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
18133 (gdb-send-item): Use buffer-local-value and simplify.
18134
18135 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
18136
18137 * startup.el (command-line): Use `custom-reevaluate-setting' for
18138 `global-font-lock-mode'.
18139
18140 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
18141 by default, except in batch mode or when the -D option is given.
18142
18143 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
18144 specified keyword args on to `define-minor-mode'. Update docstring.
18145
18146 2005-11-05 Romain Francoise <romain@orebokech.com>
18147
18148 * replace.el (occur-engine): Add marker at end of line, too.
18149
18150 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
18151
18152 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18153 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18154 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18155 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18156 argument to all these routines, so the passphrase can be managed
18157 externally and passed in to the system.
18158 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18159 pgg-add-passphrase-to-cache function.
18160
18161 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18162 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18163 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18164 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18165 argument to all these routines, so the passphrase can be managed
18166 externally and passed in to the system.
18167 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18168 function.
18169
18170 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
18171
18172 * font-lock.el: Don't deal with font-lock-face-attributes here,
18173 move the code ...
18174
18175 * startup.el (command-line): ... here. Use face-spec-set instead
18176 of custom-declare-face.
18177
18178 * faces.el (face-spec-set): Reset the face if spec is not nil.
18179
18180 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
18181
18182 * newcomment.el (comment-region-internal): Box more tightly in the
18183 common case where there's no TAB in the boxed text.
18184
18185 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18186
18187 * info.el (info-tool-bar-map): Use images prev-node, next-node and
18188 up-node.
18189
18190 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
18191
18192 * newsticker.el: Commentary updated. Code formatting changed.
18193 (newsticker-version): Change to "1.9".
18194 (newsticker, newsticker-feed): Doc fix.
18195 (newsticker-url-list): Doc fix. Add option "Weekly".
18196 (newsticker-retrieval-interval): Add option "Weekly".
18197 (newsticker-headline-processing): Doc fix.
18198 (newsticker-auto-mark-filter): Remove.
18199 (newsticker-auto-mark-filter-list): New.
18200 (newsticker-layout, newsticker-sort-method): Doc fix.
18201 (newsticker-hide-old-items-in-newsticker-buffer)
18202 (newsticker-heading-format, newsticker-item-format)
18203 (newsticker-desc-format): Doc fix.
18204 (newsticker-show-all-rss-elements): Remove.
18205 (newsticker-show-all-news-elements): New.
18206 (newsticker-faces, newsticker-ticker): Doc fix.
18207 (remove-from-invisibility-spec): Code formatting.
18208 (newsticker--process-ids): New.
18209 (newsticker-mode): Doc fix.
18210 (newsticker-mode): Change mode-line-format.
18211 (newsticker-start): Remove debug output.
18212 (newsticker-start-ticker): Doc fix. Add autoload cookie.
18213 (newsticker-w3m-show-inline-images): Code formatting.
18214 (newsticker-next-item): Call `force-mode-line-update'.
18215 (newsticker-previous-item): Call `force-mode-line-update'.
18216 (newsticker-next-feed): Call `force-mode-line-update'.
18217 (newsticker-previous-feed): Call `force-mode-line-update'.
18218 (newsticker-mark-all-items-at-point-as-read): Code formatting.
18219 (newsticker-show-old-items): Do not show descs.
18220 (newsticker-hide-entry): Hide too much.
18221 (newsticker-hide-entry, newsticker-show-entry)
18222 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
18223 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
18224 (newsticker-toggle-auto-narrow-to-item): Code formatting.
18225 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
18226 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
18227 (newsticker-get-news): Call `force-mode-line-update'.
18228 Collect process ids.
18229 (newsticker--sentinel): Change coding system handling.
18230 Move image retrieval to new functions newsticker--get-logo-url-*.
18231 Move feed parsing to new functions newsticker--parse-*.
18232 Update list of process ids.
18233 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
18234 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
18235 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
18236 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
18237 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
18238 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
18239 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
18240 (newsticker--decode-coding-string): Remove.
18241 (newsticker--decode-numeric-entities): Check input. Format code.
18242 (newsticker--remove-whitespace): Check input.
18243 (newsticker--do-forget-preformatted): Doc fix.
18244 (newsticker--decode-rfc822-date): Allow for missing time.
18245 (newsticker--update-process-ids): New.
18246 (newsticker--image-sentinel): Change comment.
18247 (newsticker--image-read): Change error message.
18248 (newsticker--imenu-goto): Doc fix. Show headline title.
18249 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
18250 (newsticker--buffer-do-insert-text): Clean whitespace in
18251 html-rendered headline title. Code formatting.
18252 Call `newsticker--buffer-print-extra-elements'.
18253 (newsticker--buffer-print-extra-element): Remove.
18254 (newsticker--buffer-print-extra-elements): New.
18255 (newsticker--buffer-do-print-extra-element): New.
18256 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
18257 large sizes.
18258 (newsticker--run-auto-mark-filter)
18259 (newsticker--do-run-auto-mark-filter):
18260 Use `newsticker-auto-mark-filter-list'.
18261
18262 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
18263
18264 * net/rcirc.el: Use split-string OMIT-NULLS argument.
18265 (rcirc-print): Force redisplay before running hooks. Do long
18266 buffer truncation after making new text read-only. Deal with nil
18267 text when decoding strings. If TARGET is nil, use either the
18268 currently selected buffer, if it is an rcirc buffer and of the
18269 same process or the process buffer.
18270 (rcirc-mode): Remove header-line. Recompute short buffer names.
18271 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
18272 (rcirc-short-buffer-name): Add variable.
18273 (rcirc-kill-buffer-hook): Recompute short buffer names.
18274 Remove nick from private channel.
18275 (rcirc-send-input): Send command text to current-buffer.
18276 Don't clear overlay arrow here.
18277 (rcirc-short-buffer-name): Return a short buffer name.
18278 (rcirc-update-short-buffer-names, rcirc-abbreviate)
18279 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
18280 buffer-name abbreviations.
18281 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
18282 Do not touch nick-table when killing a parted channel.
18283 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
18284 Clear arrow from current buffer if it is now hidden.
18285 (rcirc-current-buffer): Add variable.
18286 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
18287 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
18288 Remove -face from names.
18289 (rcirc-update-activity-string): Print "DND" when globally ignoring
18290 activity.
18291 (rcirc-ignore-buffer-activity-flag): Rename from
18292 rcirc-ignore-channel-activity.
18293 (rcirc-ignore-all-activity-flag): Doc fix.
18294 (rcirc-channels): Remove variable.
18295 (rcirc-kill-buffer-hook):
18296 (rcirc-get-buffer-create): Add nick to private channel.
18297 (rcirc-multiline-edit-submit): Remove tabs.
18298 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
18299 folded.
18300 (rcirc-remove-nick-channel): Bug fix.
18301 (rcirc-toggle-ignore-buffer-activity): Rename from
18302 rcirc-toggle-ignore-channel-activity.
18303 (rcirc-record-activity): Add buffers to the front of the list.
18304 (rcirc-update-activity): Remove killed buffers from list.
18305 (rcirc-process-server-response-1): Remove last argument if it is
18306 null before calling handler.
18307 (rcirc): Add "rcirc" defcustom prefix.
18308 (rcirc-prompt): Simplify default prompt.
18309 Use custom-initialize-default.
18310 (rcirc-private-chats): Remove variable.
18311 (rcirc-prompt): Change initialization.
18312 (rcirc-version): Remove function.
18313 (rcirc-id-string): Add constant.
18314 (rcirc-last-buffer): Remove variable.
18315 (rcirc-buffer-alist): Add variable.
18316 (rcirc-connect): Update variable setup.
18317 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
18318 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
18319 default.
18320 (rcirc-handler-generic): Trigger activity.
18321 (rcirc-send-message): Create the buffor of the target.
18322 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
18323 (rcirc-get-buffer): Just return nil if there is no matching buffer.
18324 (rcirc-multiline-edit-cancel): Remove function.
18325 (rcirc-set-last-buffer): Remove function.
18326 (rcirc-get-any-buffer): Add function.
18327 (rcirc-join-channels): Don't print /join text.
18328 (rcirc-toggle-ignore-channel-activity): Add and update echo area
18329 messages.
18330 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
18331 (rcirc-handler-NOTICE): Recognize CTCP responses.
18332 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
18333 constructing TOPIC string for buffers we are not JOINed.
18334 (rcirc-handler-CTCP-response): Add handler.
18335 (rcirc-multiline-edit-submit): Restore the window-configuration
18336 before adjusting point.
18337 (rcirc): Add customization group.
18338 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
18339 (rcirc-user-full-name, rcirc-startup-channels-alist)
18340 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
18341 (rcirc-ignore-all-activity-flag, rcirc-time-format)
18342 (rcirc-input-ring-size, rcirc-read-only-flag)
18343 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
18344 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
18345 Change defvar to defcustom.
18346 (rcirc-update-prompt): Add optional ALL arg, which will update
18347 prompts in all rcirc buffers. Regexp quote replacement text.
18348 (rcirc-fill-column): Accept frame-width as a value.
18349 (rcirc-set-changed): Add function.
18350 (rcirc-next-active-buffer): Write more meaningful messages.
18351 (rcirc-faces): Add customization group.
18352 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
18353 (rcirc-nick-in-message-face, rcirc-prompt-face)
18354 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
18355 (with-rcirc-process-buffer): Move before first usage.
18356 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
18357 (rcirc-debug-flag): Rename from `rcirc-log-p'.
18358 (rcirc-debug): Rename from `rcirc-log'.
18359 (rcirc-format-response-string): Do not print `-' chars for a
18360 NOTICE with no sender. Simplify output of server responses.
18361
18362 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
18363
18364 (rcirc-browse-url-map, rcirc-browse-url-at-point)
18365 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
18366 Make urls mouse and RET clickable.
18367
18368 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
18369
18370 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
18371
18372 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
18373
18374 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18375 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18376 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18377 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18378 argument to all these routines, so the passphrase can be managed
18379 externally and passed in to the system.
18380 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18381 pgg-add-passphrase-to-cache function.
18382
18383 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18384 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18385 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18386 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18387 argument to all these routines, so the passphrase can be managed
18388 externally and passed in to the system.
18389 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18390 function.
18391
18392 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
18393
18394 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
18395 from goto-address-url-regexp.
18396
18397 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
18398
18399 * textmodes/org.el (org-read-date, org-goto-calendar)
18400 (org-recenter-calendar, org-agenda-goto-calendar):
18401 Temporarily clear `calendar-move-hook'.
18402
18403 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
18404
18405 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
18406 merging.
18407
18408 * ediff-util.el (ediff-previous-difference): Don't skip regions that
18409 have merge clashes.
18410
18411 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18412
18413 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18414 Undo previous change.
18415
18416 * startup.el (command-line): Use `custom-reevaluate-setting' for
18417 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
18418 tty-register-default-colors on Mac.
18419
18420 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
18421
18422 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
18423 (gdb-buffer-type): Make it automatically buffer local...
18424 (gdb-get-create-buffer): ...and set it accordingly.
18425 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
18426 actually work.
18427
18428 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
18429
18430 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
18431 not red.
18432
18433 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
18434
18435 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
18436 case GUD buffer is not visible.
18437 (gdb-goto-breakpoint): Try to force display in source buffer.
18438 (gdb-frame-gdb-buffer): Copy other similar functions.
18439 (gdb-restore-windows): Don't display source if not asked for.
18440 (gdb-assembler-buffer-name): Don't capitalise.
18441
18442 2005-11-03 Richard M. Stallman <rms@gnu.org>
18443
18444 * wid-edit.el (key-sequence): New widget type.
18445
18446 * simple.el (set-mark-command-repeat-pop): New variable.
18447 (set-mark-command): Only interpret plan C-@ after a pop as a pop
18448 if set-mark-command-repeat-pop is true.
18449
18450 * info.el (Info-fontify-node): Don't display extra "see" if there
18451 already is one here.
18452
18453 * mouse.el: Fix special handling of DEL after dragging a region:
18454 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
18455 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
18456
18457 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
18458
18459 * textmodes/ispell.el (ispell-command-loop): Change `i' description
18460 not to assume it pertains to an affix.
18461
18462 * textmodes/flyspell.el (flyspell-post-command-hook):
18463 Bind deactivate-mark to prevent deactivation.
18464
18465 2005-11-03 Lars Hansen <larsh@soem.dk>
18466
18467 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
18468 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
18469 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
18470
18471 2005-11-03 Romain Francoise <romain@orebokech.com>
18472
18473 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
18474 Update copyright years.
18475
18476 2005-11-03 Sam Steingold <sds@gnu.org>
18477
18478 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18479 Use system-type instead of window-system because window-system is not
18480 correctly defined during loadup.
18481
18482 2005-11-02 Mark A. Hershberger <mah@everybody.org>
18483
18484 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
18485 (xml-parse-tag): Join strings separated by a comment properly.
18486
18487 2005-11-02 Andreas Schwab <schwab@suse.de>
18488
18489 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
18490
18491 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
18492
18493 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
18494 (byte-optimize-pure-func): Quote the eval'd value.
18495
18496 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
18497 Rename from perl-font-lock-syntactic-face-function.
18498 Change the calling convention so it can be used as a font-lock MATCHER.
18499 Do the parse-partial-sexp loop outselves.
18500 (perl-font-lock-syntactic-keywords): Use it.
18501 (perl-mode): Don't set font-lock-syntactic-face-function any more.
18502
18503 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
18504
18505 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
18506 disassembly buffer too.
18507 (gdb-exited): Remove overlay arrows when execution has finished.
18508 (gdb-info-frames-custom, gdb-info-threads-custom)
18509 (gdb-info-registers-custom): Don't add inappropriate text
18510 properties if inferior is not active.
18511
18512 2005-11-02 Glenn Morris <rgm@gnu.org>
18513
18514 * progmodes/fortran.el (fortran-blink-match):
18515 Use `blink-matching-delay'.
18516
18517 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
18518
18519 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
18520
18521 2005-11-02 Lars Hansen <larsh@soem.dk>
18522
18523 * net/tramp.el (tramp-action-out-of-band): Handle scp message
18524 "Permission denied".
18525
18526 2005-11-01 Richard M. Stallman <rms@gnu.org>
18527
18528 * textmodes/flyspell.el (flyspell-external-point-words):
18529 Pass nil to flyspell-get-word.
18530
18531 2005-11-02 Kim F. Storm <storm@cua.dk>
18532
18533 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
18534 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
18535
18536 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
18537
18538 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
18539 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
18540 (calendar-mouse-print-dates): Add optional `event' argument.
18541 Update interactive-spec.
18542 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
18543 Use `calendar-event-to-date' instead of `event'.
18544
18545 2005-11-02 Masatake YAMATO <jet@gyve.org>
18546
18547 * progmodes/ld-script.el (ld-script-builtins):
18548 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
18549 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
18550 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
18551
18552 2005-11-01 Romain Francoise <romain@orebokech.com>
18553
18554 * vc-sccs.el: Update copyright year.
18555 * ezimage.el: Likewise.
18556
18557 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
18558
18559 * info.el (Info-fontify-node): Use `string-width' for fontifying
18560 underlined titles.
18561
18562 2005-11-01 Juri Linkov <juri@jurta.org>
18563
18564 * info.el (Info-fontify-node): Downcase node header keywords Node,
18565 Prev, Next, Up before comparison.
18566 (Info-history): Insert absolute directory name, and put invisible
18567 property on it.
18568
18569 2005-11-01 Juri Linkov <juri@jurta.org>
18570
18571 * info.el (Info-file-supports-index-cookies): New variable.
18572 (Info-find-node-2): Check makeinfo version for index cookie support.
18573 (Info-index-nodes): Search for nodes with index cookies only when
18574 Info-file-supports-index-cookies is t. Otherwise, search nodes
18575 with "Index" in the node name.
18576 (Info-index-node): Search index cookie in the current node only when
18577 Info-file-supports-index-cookies is t. Otherwise, check the word
18578 "Index" in the node name.
18579 (Info-find-emacs-command-nodes): Remove code that searches nodes
18580 with "Index" node name in the top menu.
18581
18582 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
18583
18584 * progmodes/scheme.el (scheme-mode-variables): Use the default
18585 comment-indent-function.
18586
18587 * faces.el (face-attribute): Handle the case where a face inherits from
18588 a non-existent face.
18589
18590 * simple.el (eval-expression-print-format): Use lisp-readable syntax
18591 for octal and hexa output, and merge the char into the paren.
18592 (kill-new): Use push.
18593 (copy-to-buffer): Use with-current-buffer.
18594 (completion-setup-function): Move code in loop to remove redundancy.
18595 (minibuffer-local-must-match-map): Don't add bindings that duplicate
18596 those inherited from minibuffer-local-completion-map.
18597
18598 * savehist.el (savehist-mode) <defcustom>:
18599 Use custom-set-minor-mode if available.
18600 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
18601 and emit a message if applicable.
18602
18603 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
18604
18605 * savehist.el: Sync up to version 19.
18606 (savehist-mode): New minor mode.
18607 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
18608 (savehist-length): Remove (use history-length instead).
18609 (savehist-file-modes): Rename from savehist-modes.
18610 (savehist-save-hook, savehist-loaded): New vars.
18611 (savehist-load): Use savehist-mode. Try to smooth up transition from
18612 old format to new format.
18613 (savehist-install): Allow savehist-autosave-interval to be nil.
18614 (savehist-save): Run the new hook. Be more careful to only trim the
18615 history variables.
18616 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
18617 (savehist-printable): Print into a buffer rather than char-by-char.
18618
18619 2005-11-01 John Wiegley <johnw@newartisans.com>
18620
18621 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
18622 toggle-ignore keybinding (C-a). The author said it had been
18623 disabled much earlier due to a possible incompatibility, but after
18624 many months of usage I have encountered no problems (and it is a
18625 rather useful option, especially for switching to " *temp*").
18626
18627 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
18628 support for OS/X's AddressBook, by calling out to the open source
18629 program "contacts" (installable through Fink).
18630
18631 * net/eudc.el (eudc-expand-inline): If the
18632 `eudc-multiple-match-handling-method' is set to `all', delete the
18633 query string before inserting the query result.
18634
18635 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
18636 flag, to prevent Eshell from using the system ls when
18637 `eshell-ls-insert-directory' is in used.
18638 (eshell-ls-insert-directory): Disable font-lock in directory
18639 buffer so that Eshell's own fontification is seen. This broke
18640 recently due to changes in font-lock, so this goes back to version
18641 21 behavior.
18642
18643 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
18644
18645 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
18646 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
18647 (gdb-many-windows): Doc fix.
18648
18649 2005-10-31 Romain Francoise <romain@orebokech.com>
18650
18651 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
18652
18653 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
18654
18655 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
18656 that global-font-lock-mode can be enabled by default.
18657
18658 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
18659 (font-lock-add-keywords, font-lock-remove-keywords)
18660 (font-lock-fontify-buffer): Remove autoload cookies.
18661
18662 * jit-lock.el (jit-lock-register): Likewise.
18663
18664 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
18665
18666 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
18667
18668 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
18669 intact if there is no gud-comint-buffer.
18670
18671 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
18672
18673 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
18674 old prompt comint-prompt-read-only is t and GDB commands are
18675 issued from tool bar etc.
18676
18677 2005-10-31 Masatake YAMATO <jet@gyve.org>
18678
18679 * vc.el (vc-directory-exclusion-list): Add "{arch}".
18680
18681 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
18682
18683 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
18684 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
18685
18686 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
18687
18688 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
18689 starting at beginning of line. Fontification is messed up when
18690 `open-paren-in-column-0-is-defun-start' set to t.
18691 Reported by John Paul Wallington <jpw@pobox.com>.
18692
18693 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
18694
18695 * comint.el (comint-send-input): Call `comint-update-fence' when
18696 `comint-process-echoes' and `comint-prompt-read-only' are both
18697 non-nil, to avoid leftover read-only newline.
18698
18699 2005-10-30 Richard M. Stallman <rms@gnu.org>
18700
18701 * textmodes/flyspell.el (flyspell-external-point-words):
18702 Detect when WORD can't be checked properly because
18703 flyspell-get-word finds just part of it, and move on.
18704
18705 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
18706 boundarychar for Polish.
18707 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
18708 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
18709
18710 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
18711
18712 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
18713 (gdb-registers-font-lock-keywords): Delete.
18714 (gdb-registers-mode): Don't fontify.
18715 (gdb-info-registers-custom): Use text properties instead as, in
18716 future, changed register values will use font-lock-warning-face.
18717 (gdb-local-font-lock-keywords): Rename to...
18718 (gdb-locals-font-lock-keywords): ...for consistency.
18719
18720 2005-10-30 Andre Spiegel <spiegel@gnu.org>
18721
18722 * vc.el (vc-switch-backend): Better error message if the buffer is
18723 not visiting a file under version control.
18724
18725 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
18726
18727 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
18728
18729 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
18730 ~/.emacs.d/.emacs.
18731
18732 2005-10-29 Richard M. Stallman <rms@gnu.org>
18733
18734 * replace.el (occur-mode-mouse-goto): Always go to other window.
18735 (occur-mode-goto-occurrence): Always switch in same window.
18736
18737 * simple.el (undo): Display message at end, not at start.
18738
18739 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
18740 New arg REUSE-CELL.
18741 (cancel-timer-internal): New function.
18742 (timer-event-handler): Use cancel-timer-internal,
18743 and pass the cell it returns to timer-activate...
18744
18745 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
18746 (jit-lock-deferred-fontify, jit-lock-context-fontify)
18747 (jit-lock-after-change): Test memory-full.
18748
18749 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
18750
18751 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
18752 part of the decoded armor to find the key-identifier.
18753 (pgg-gpg-lookup-key-owner): New function to return the
18754 human-readable identifier of a key owner.
18755 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
18756 key itself.
18757 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
18758 the key value) if we have a key and can match it against a secret
18759 key. Also, added a note pointing out fact that the prompt only
18760 indicates the first matching key.
18761
18762 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
18763 pgg-decrypt-region.
18764 (pgg-pending-timers): A new hash for tracking the passphrase cache
18765 timers, so that new ones supercede old ones.
18766 (pgg-add-passphrase-to-cache): Rename from
18767 `pgg-add-passphrase-cache' to reduce confusion (all callers
18768 changed). Modified to cancel old timers when new ones are added.
18769 (pgg-remove-passphrase-from-cache): Rename from
18770 `pgg-remove-passphrase-cache' to reduce confusion (all callers
18771 changed). Modified to cancel old timers when their keys are
18772 removed from the cache.
18773 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
18774 XEmacs, an indirection to delete-itimer.
18775 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
18776 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
18777 users can only check cache without risk of prompting. Correct bug in
18778 notruncate behavior.
18779 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
18780 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
18781 Add informative docstrings.
18782 (pgg-decrypt): Convey provided passphrase in subordinate call to
18783 pgg-decrypt-region.
18784
18785 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
18786 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
18787 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
18788 `passphrase' argument, so the passphrase can be managed externally
18789 and then passed in to the system.
18790
18791 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
18792 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
18793 so the passphrase cache can be used reliably with identifiers
18794 besides a pgp packet's key id.
18795
18796 * pgg-gpg.el (pgg-pgp-encrypt-region)
18797 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18798 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18799 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18800 argument to all these routines, so the passphrase can be managed
18801 externally and passed in to the system.
18802
18803 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
18804 `notruncate' argument, so the passphrase cache can be used
18805 reliably with identifiers besides a pgp packet's key id.
18806
18807 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
18808
18809 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
18810 symmetric encryption.
18811 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
18812 encrypted session key.
18813 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
18814 message ask for the passphrase in a proper way.
18815
18816 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
18817 New user commands for symmetric encryption.
18818
18819 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
18820
18821 * textmodes/conf-mode.el (conf-assignment-sign)
18822 (conf-assignment-regexp): Fix docstrings.
18823 (conf-mode-initialize): New function.
18824 (conf-mode): Remove optional args. Use delay-mode-hooks to
18825 recognize recursive calls.
18826 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
18827 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
18828 (conf-xdefaults-mode): Use define-derived-mode and
18829 conf-mode-initialize.
18830
18831 2005-10-29 Romain Francoise <romain@orebokech.com>
18832
18833 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
18834
18835 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
18836
18837 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
18838 part of the decoded armor to find the key-identifier.
18839 (pgg-gpg-lookup-key-owner): New function to return the
18840 human-readable identifier of a key owner.
18841 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
18842 key itself.
18843 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
18844 the key value) if we have a key and can match it against a secret
18845 key. Also, added a note pointing out fact that the prompt only
18846 indicates the first matching key.
18847
18848 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
18849 pgg-decrypt-region.
18850 (pgg-pending-timers): A new hash for tracking the passphrase cache
18851 timers, so that new ones supercede old ones.
18852 (pgg-add-passphrase-to-cache): Rename from
18853 `pgg-add-passphrase-cache' to reduce confusion (all callers
18854 changed). Modified to cancel old timers when new ones are added.
18855 (pgg-remove-passphrase-from-cache): Rename from
18856 `pgg-remove-passphrase-cache' to reduce confusion (all callers
18857 changed). Modified to cancel old timers when their keys are
18858 removed from the cache.
18859 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
18860 XEmacs, an indirection to delete-itimer.
18861 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
18862 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
18863 users can only check cache without risk of prompting. Correct bug in
18864 notruncate behavior.
18865 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
18866 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
18867 Add informative docstrings.
18868 (pgg-decrypt): Convey provided passphrase in subordinate call to
18869 pgg-decrypt-region.
18870
18871 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
18872
18873 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
18874 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
18875 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
18876 `passphrase' argument, so the passphrase can be managed externally
18877 and then passed in to the system.
18878
18879 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
18880 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
18881 so the passphrase cache can be used reliably with identifiers
18882 besides a pgp packet's key id.
18883
18884 * pgg-gpg.el (pgg-pgp-encrypt-region)
18885 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18886 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18887 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18888 argument to all these routines, so the passphrase can be managed
18889 externally and passed in to the system.
18890
18891 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
18892 `notruncate' argument, so the passphrase cache can be used
18893 reliably with identifiers besides a pgp packet's key id.
18894
18895 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
18896
18897 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
18898 symmetric encryption.
18899 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
18900 encrypted session key.
18901 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
18902 message ask for the passphrase in a proper way.
18903
18904 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
18905 New user commands for symmetric encryption.
18906
18907 2005-10-28 Bill Wohler <wohler@newt.com>
18908
18909 * help-mode.el (help-url): New button type. Calls browse-url.
18910 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
18911 Similar to Info nodes: URL `url'.
18912 (help-make-xrefs): Create help-url buttons for
18913 help-xref-url-regexp matches.
18914
18915 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
18916
18917 * tool-bar.el (tool-bar-add-item-from-menu)
18918 (tool-bar-local-item-from-menu): Fix doc strings.
18919
18920 2005-10-28 Romain Francoise <romain@orebokech.com>
18921
18922 * ldefs-boot.el: Update.
18923
18924 * subr.el (locate-library): Move from help-fns.el.
18925 * help-fns.el (locate-library): Move to subr.el.
18926
18927 2005-10-28 Richard M. Stallman <rms@gnu.org>
18928
18929 * net/tramp.el (tramp-completion-mode): defvar moved up.
18930
18931 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
18932
18933 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
18934
18935 * files.el (find-file-noselect): Use %d to format large file size.
18936
18937 * bindings.el (mode-line-format): Add %e.
18938
18939 * loadup.el ("facemenu"): Load unconditionally.
18940 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
18941 ("x-dnd"): Load, when appropriate.
18942
18943 * startup.el (command-line): Call before-init-hook earlier.
18944 Warn about some bad characters in -u user name.
18945
18946 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
18947 (flyspell-external-point-words): Error if misspelled word is not found.
18948 Set flyspell-large-region-beg at end of word.
18949
18950 2005-10-28 Andreas Schwab <schwab@suse.de>
18951
18952 * view.el (View-revert-buffer-scroll-page-forward):
18953 Use view-page-size-default.
18954
18955 2005-10-28 Juri Linkov <juri@jurta.org>
18956
18957 * international/quail.el (quail-get-current-str): Translate last
18958 raw character for deterministic input methods.
18959
18960 2005-10-27 Jay Belanger <belanger@truman.edu>
18961
18962 * calc/calc-ext.el: Add functions to autoloads.
18963 (math-identity-matrix-p, math-ident-row-p): New functions.
18964
18965 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
18966 multiplication by an identity matrix; don't turn multiplication by
18967 an inverse matrix into division.
18968 (math-div-symbol-fancy): Replace division by matrices with
18969 multiplication by inverse.
18970
18971 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
18972
18973 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
18974 (calc-writeoutpower): New functions.
18975
18976 2005-10-27 Romain Francoise <romain@orebokech.com>
18977
18978 * replace.el (occur-engine): Include colon in mouse-face highlight.
18979
18980 * dired-x.el: Change Maintainer field.
18981
18982 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
18983
18984 * longlines.el (longlines-mode): Bind after-change-functions to
18985 nil during initial decoding and final encoding.
18986
18987 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
18988
18989 * term.el (term-emulate-terminal, term-handle-colors-array)
18990 (term-handle-ansi-escape): Specify the terminfo capabilities
18991 implemented.
18992
18993 2005-10-26 Richard M. Stallman <rms@gnu.org>
18994
18995 * info.el (Info-fontify-node): Fix detection of sentence-break
18996 before *Note.
18997
18998 2005-10-26 Romain Francoise <romain@orebokech.com>
18999
19000 * smerge-mode.el: Add `tools' to file keywords.
19001
19002 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
19003
19004 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
19005 when the fringe is not available.
19006
19007 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
19008 (def-gdb-auto-update-trigger): Simplify construction.
19009 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
19010 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
19011 defined explicitly.
19012 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
19013 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
19014 defined explicitly.
19015 (gdb-info-locals-custom): Remove as it's a no-op.
19016
19017 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
19018
19019 * longlines.el (longlines-mode): Remove narrowing before
19020 performing the initial decoding or final encoding.
19021
19022 2005-10-25 Romain Francoise <romain@orebokech.com>
19023
19024 * emacs-lisp/find-func.el (find-library-name): Also strip
19025 extension if library name ends in .el, to take advantage of
19026 `find-library-suffixes'.
19027
19028 2005-10-25 Richard M. Stallman <rms@gnu.org>
19029
19030 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
19031
19032 2005-10-25 Juri Linkov <juri@jurta.org>
19033
19034 * textmodes/texinfo.el (texinfo-mode): Change charset of one
19035 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
19036
19037 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19038
19039 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
19040 (blackbox-redefine-key): Add argument `map'.
19041
19042 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
19043 regions when moving the jit-lock-context-unfontify-pos boundary.
19044
19045 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
19046
19047 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
19048
19049 2005-10-25 Masatake YAMATO <jet@gyve.org>
19050
19051 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
19052
19053 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
19054
19055 * play/blackbox.el (blackbox-redefine-key): New function.
19056 (blackbox-mode-map): Use it to remap existing bindings for cursor
19057 motion instead of binding literal keys.
19058
19059 2005-10-25 Glenn Morris <rgm@gnu.org>
19060
19061 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
19062 diary does not end in a newline. Do not assume a blank line at
19063 the start of the diary file.
19064
19065 2005-10-25 Kenichi Handa <handa@m17n.org>
19066
19067 * international/quail.el (quail-translate-key): If the input
19068 method is deterministic and failed to handle the last key, restart
19069 the key handling loop from an appropriate key.
19070
19071 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
19072
19073 * vc.el (vc-dired-mode): Extend comment for binding of
19074 `directory-listing-before-filename-regexp'.
19075
19076 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19077
19078 * textmodes/texinfo.el (texinfo-mode):
19079 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
19080 not to unnecessarily expose emacs-mule's internal char codes.
19081
19082 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
19083
19084 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
19085 Display hand pointer and help-echo on disabled icon too.
19086 (gdb-mouse-until): New function.
19087 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
19088
19089 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
19090
19091 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
19092 with 2005-10-23 change to doctor.el.
19093
19094 * finder.el (finder-mode-map): Add follow-link binding.
19095
19096 2005-10-25 Kim F. Storm <storm@cua.dk>
19097
19098 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
19099 to gdb-mouse-toggle-breakpoint-fringe.
19100 (gdb-mouse-toggle-breakpoint-margin): Rename from
19101 gdb-mouse-toggle-breakpoint. Fix doc.
19102 (gdb-mouse-toggle-breakpoint-fringe): New defun.
19103 (gdb-put-string): Add optional SPROPS arg. Add props to string.
19104 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
19105 string properties also for fringe breakpoint bitmaps.
19106
19107 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
19108
19109 * textmodes/org.el (org-start-icalendar-file): Fix format form.
19110
19111 2005-10-25 Masatake YAMATO <jet@gyve.org>
19112
19113 * simple.el (completion-common-substring):
19114 Use `completion-common-substring' prior to `completion-base-size'.
19115
19116 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
19117
19118 * savehist.el: Require CL while compiling.
19119 (savehist-history-variables): Remove.
19120 (savehist-save-minibuffer-history, savehist-additional-variables)
19121 (savehist-minibuffer-history-variables): New vars.
19122 (savehist-save): Use them.
19123 (savehist-uninstall, savehist-minibuffer-hook): New funs.
19124 (savehist-install): New fun, extracted from savehist-load.
19125 (savehist-load): Use them.
19126
19127 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19128
19129 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
19130 a dummy doc-string-elt property.
19131 (defalias, defvaralias, define-category): Add a docstring property.
19132
19133 * image.el (defimage):
19134 * widget.el (define-widget):
19135 * custom.el (defface, defcustom): Add `doc-string' declaration.
19136
19137 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
19138 (defadvice): Add `doc-string' declaration.
19139
19140 * emacs-lisp/byte-run.el (macro-declaration-function):
19141 Handle `doc-string' declarations.
19142 (define-obsolete-function-alias, define-obsolete-variable-alias):
19143 Add `doc-string' declaration.
19144
19145 2005-10-24 Kenichi Handa <handa@m17n.org>
19146
19147 * international/utf-7.el (utf-7): Add autoload cookie.
19148
19149 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
19150
19151 2005-10-24 Eli Zaretskii <eliz@gnu.org>
19152
19153 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
19154 list of directories passed to batch-update-autoloads. Add "." to
19155 the list of the echoed directories.
19156
19157 * pgg-def.el:
19158 * pgg-gpg.el:
19159 * pgg-parse.el:
19160 * pgg-pgp.el:
19161 * pgg-pgp5.el:
19162 * pgg.el: Moved here from the gnus subdirectory.
19163
19164 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
19165
19166 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
19167 in case comint-prompt-read-only is set to t.
19168
19169 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
19170 in case comint-prompt-read-only is set to t.
19171
19172 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
19173
19174 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
19175 Now a string.
19176 (icalendar-import-format): Handle CLASS, STATUS, URL.
19177 Rename `subject' to `summary'.
19178 (icalendar-import-format-summary): Rename from
19179 `icalendar-import-format-subject'.
19180 (icalendar-import-format-url, icalendar-import-format-status)
19181 (icalendar-import-format-class): New variables.
19182 (icalendar--rris): Take variable argument list.
19183 (icalendar--datestring-to-isodate): Remove unnecessary
19184 calendar-style check when converting dates with explicit month names.
19185 (icalendar-export-region): Change return type of conversion
19186 subroutines. Bury current buffer unless error occurred.
19187 (icalendar--convert-to-ical)
19188 (icalendar--parse-summary-and-rest): New functions.
19189 (icalendar--convert-ordinary-to-ical)
19190 (icalendar--convert-weekly-to-ical)
19191 (icalendar--convert-yearly-to-ical)
19192 (icalendar--convert-block-to-ical)
19193 (icalendar--convert-cyclic-to-ical)
19194 (icalendar--convert-anniversary-to-ical): Change return type.
19195 Strip trailing blanks from subject.
19196 (icalendar--convert-sexp-to-ical): Change return type.
19197 Strip trailing blanks from subject. Handle simple sexp
19198 entries as generated by icalendar.el.
19199 (icalendar--convert-float-to-ical)
19200 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
19201 (icalendar-import-file): Doc fix.
19202 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
19203 Correct call to icalendar--rris.
19204 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
19205 `summary'.
19206 (icalendar--add-diary-entry): Rename `subject' to `summary'.
19207
19208 2005-10-24 Romain Francoise <romain@orebokech.com>
19209
19210 * server.el (server-sentinel): Set query-on-exit flag to nil on
19211 new client processes (it isn't inherited from the server process).
19212
19213 * replace.el (occur-engine): Rearrange text properties.
19214
19215 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
19216
19217 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
19218 case-fold-search is nil.
19219 (debug-help-follow): Use help-xref-interned directly.
19220
19221 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19222
19223 * thumbs.el (thumbs-image-type): Add .pbm.
19224
19225 2005-10-23 Richard M. Stallman <rms@gnu.org>
19226
19227 * faces.el (inhibit-face-set-after-frame-default): New variable.
19228 (set-face-attribute): Bind it.
19229 (face-set-after-frame-default): Test it.
19230
19231 * help-fns.el (describe-simplify-lib-file-name): New function.
19232 (describe-function-1, describe-variable): Use it.
19233
19234 * faces.el (describe-face): Use describe-simplify-lib-file-name.
19235
19236 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
19237 Eliminate nil as possible value.
19238 (tooltip-hide-delay): Reduce internal-border-width.
19239
19240 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
19241 (menu-bar-file-menu) <new-file>: Likewise.
19242
19243 * simple.el (line-move-finish): Ignore fields computing LINE-END.
19244
19245 * international/mule.el (load-with-code-conversion):
19246 Pass full file name to `eval-buffer' unless preloading.
19247
19248 * textmodes/flyspell.el (flyspell-large-region):
19249 Call ispell-check-version.
19250
19251 * textmodes/ispell.el (ispell-local-dictionary-overridden):
19252 Fix the make-variable-buffer-local call that was supposed
19253 to be for this variable.
19254 (ispell-aspell-supports-utf8): Doc fix.
19255 (ispell-find-aspell-dictionaries): Preserve elements of
19256 ispell-dictionary-alist for dictionaries that aspell doesn't report.
19257 (ispell-aspell-find-dictionary): Return nil on error.
19258
19259 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
19260 (doctor-symptoms): Likewise.
19261
19262 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
19263
19264 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19265
19266 * cus-edit.el (custom-button, custom-button-pressed): New vars.
19267 (custom-raised-buttons): Add :set spec.
19268 (custom-button-unraised, custom-button-pressed-unraised):
19269 New faces, so that custom-raised-buttons actually does something.
19270 (custom-mode): Use custom-button and custom-button-pressed.
19271
19272 * wid-edit.el (widget-specify-button): Don't ignore
19273 widget-mouse-face on graphic terminals.
19274 (widget-move-and-invoke): Cleanup.
19275
19276 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
19277
19278 * whitespace.el (whitespace-cleanup): Doc fix.
19279
19280 2005-10-23 Romain Francoise <romain@orebokech.com>
19281
19282 * emulation/viper.el (viper-set-hooks): Quote forms passed to
19283 `eval-after-load' to avoid evaluating their result.
19284
19285 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
19286
19287 * files.el (directory-listing-before-filename-regexp):
19288 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
19289
19290 * dired.el (dired-move-to-filename-regexp): Remove.
19291 All occurences replaced by `directory-listing-before-filename-regexp'.
19292
19293 * dired-x.el, locate.el, vc.el:
19294 Replace `dired-move-to-filename-regexp' by
19295 `directory-listing-before-filename-regexp'. In vc.el it is
19296 overwritten locally; maybe this can be handled in files.el too.
19297
19298 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
19299 replaced by `directory-listing-before-filename-regexp'.
19300
19301 2005-10-23 Andreas Schwab <schwab@suse.de>
19302
19303 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
19304 and eval-next-after-load.
19305
19306 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
19307
19308 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
19309 exist, create it.
19310
19311 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
19312
19313 * allout.el: Remove autoloads for mailcrypt and crypt++.
19314 Require pgg, pgg-gpg during compilation.
19315 (allout-version): Increment version number to 2.1, and use a literal
19316 rather than RCS Id.
19317 (allout-default-encryption-scheme): Remove.
19318 (allout-passphrase-verifier-handling)
19319 (allout-passphrase-verifier-string)
19320 (allout-file-passphrase-verifier-string)
19321 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
19322 (allout-passphrase-hint-handling): Rename and simplify.
19323 (allout-init): Use `find-file-hook' if available, otherwise
19324 `find-file-hooks'.
19325 (allout-mode): Use `write-file-functions' if available, otherwise
19326 `local-write-file-hooks' and, instead of making auto-save-hook
19327 buffer local, make the write-file-hook activity contingent to
19328 allout-mode.
19329 (allout-mode): Use key-binding substitution in the docstring.
19330 (allout-kill-line): Spell-out kill ring data structure mutation
19331 instead of using byte-compiler-complaint-provoking `pop'.
19332 (allout-insert-listified): Use `insert' rather than `insert-string'
19333 (allout-toggle-current-subtree-encryption): Update docstring, adjust
19334 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
19335 (allout-encrypt-string): Totally revamped vis new underlying
19336 encryption facilities.
19337 (allout-mc-activate-passwd): Remove.
19338 (allout-obtain-passphrase): New, more or less replaces
19339 allout-mc-activate-passwd.
19340 (allout-encrypted-key-info): More or less replaces
19341 allout-encrypted-text-type.
19342 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
19343 (my-mark-marker): Use `(featurep 'xemacs)'.
19344
19345 2005-10-23 Lars Hansen <larsh@soem.dk>
19346
19347 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
19348 (byte-compile-file-form-defmumble, byte-compile-defun)
19349 (byte-compile-defmacro): Use it.
19350 (byte-compile-form): Don't call byte-compile-set-symbol-position
19351 when a byte-compile handler is called.
19352
19353 2005-10-22 Romain Francoise <romain@orebokech.com>
19354
19355 * savehist.el (savehist-history-variables): Add `grep-find-history'.
19356
19357 * subr.el (eval-after-load): Convert library name to an absolute
19358 file name using locate-library, since load-history no longer has
19359 library names in it.
19360
19361 2005-10-22 Richard M. Stallman <rms@gnu.org>
19362
19363 * files.el (make-temp-file): Move from subr.el.
19364 * subr.el (make-temp-file): Move to files.el.
19365
19366 * window.el (get-buffer-window-list): Move from subr.el.
19367 * subr.el (get-buffer-window-list): Move to window.el.
19368
19369 * image.el (image-load-path): Use eval-at-startup to initialize.
19370
19371 * subr.el (eval-at-startup): New macro.
19372
19373 * subr.el: Much rearrangement of functions and division
19374 into pages. No code changes.
19375
19376 2005-10-22 Kenichi Handa <handa@m17n.org>
19377
19378 * tar-mode.el (tar-extract): Be sure to call
19379 find-operation-coding-system if set-auto-coding doesn't find a
19380 coding system.
19381
19382 2005-10-22 Kim F. Storm <storm@cua.dk>
19383
19384 * image.el (image-type-header-regexps): Rename from image-type-regexps.
19385 Change users.
19386 (image-type-file-name-regexps): New defconst.
19387 (image-type-from-data): Simplify loop.
19388 (image-type-from-buffer): New defun.
19389 (image-type-from-file-header): Use it instead of image-type-from-data.
19390 Use image-search-load-path instead of only looking in data-directory.
19391 (image-type-from-file-name): New defun.
19392 (image-search-load-path): Change `pathname' to `filename'.
19393 Make PATH arg optional, default to image-load-path.
19394
19395 2005-10-21 Richard M. Stallman <rms@gnu.org>
19396
19397 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
19398
19399 * textmodes/paragraphs.el (sentence-end-base): New variable.
19400 (sentence-end): Use sentence-end-base.
19401
19402 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
19403
19404 * font-lock.el (font-lock-default-fontify-region): Check the multiline
19405 property independently from the font-lock-multiline variable.
19406
19407 2005-10-21 Richard M. Stallman <rms@gnu.org>
19408
19409 * emacs-lisp/find-func.el (find-library-name): Doc fix.
19410
19411 * startup.el (command-line): Convert library names
19412 in `load-history' to absolute file names.
19413
19414 * subr.el (symbol-file): Doc fix.
19415
19416 * loadhist.el (file-loadhist-lookup): Call locate-library
19417 instead of find-library-name. Don't try converting
19418 abs file names to library names, since load-history no longer
19419 has library names in it.
19420 (file-dependents, file-provides, file-requires): Doc fixes.
19421
19422 2005-10-21 Juri Linkov <juri@jurta.org>
19423
19424 * progmodes/etags.el (tags-table-mode): New function.
19425 (tags-verify-table): Replace initialize-new-tags-table with
19426 tags-table-mode.
19427
19428 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
19429 default value.
19430 (desktop-modes-not-to-save): Add tags-table-mode to the
19431 default value.
19432
19433 * info.el (Info-index-next): Add total number of index
19434 alternatives to the message.
19435
19436 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
19437 backward only space (instead of space and period) before looking
19438 at sentence end.
19439
19440 * simple.el (set-variable): Use user-variable-p instead of symbolp.
19441 Add the old variable value as 4th default-value arg of read-string.
19442
19443 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19444
19445 * cus-face.el (custom-declare-face): Make face from X resources
19446 also on Mac.
19447
19448 * disp-table.el (standard-display-g1, standard-display-graphic):
19449 Refuse to use string glyphs also on Mac.
19450 (standard-display-european): Don't set terminal coding system also
19451 on Mac.
19452
19453 * frame.el (display-screens): Use x-display-screens also on Mac.
19454
19455 2005-10-21 Romain Francoise <romain@orebokech.com>
19456
19457 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
19458
19459 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
19460
19461 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
19462 and $? into sexps.
19463
19464 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
19465 warning face on open-paren-in-column-0.
19466
19467 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
19468 boundary case. Fix typo.
19469 Suggested by Martin Rudalics <rudalics@gmx.at>.
19470
19471 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
19472
19473 * textmodes/org.el (org-combined-agenda-icalendar-file)
19474 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
19475 (org-export-icalendar-this-file)
19476 (org-export-icalendar-all-agenda-files)
19477 (org-export-icalendar-combine-agenda-files): New commands.
19478 (org-export-icalendar, org-print-icalendar-entries)
19479 (org-start-icalendar-file, org-finish-icalendar-file)
19480 (org-ical-ts-to-string): New functions.
19481 (org-read-date, org-goto-calendar)
19482 (org-agenda-goto-calendar): Inhibit displaying diary entries by
19483 call to `calendar'.
19484 (orgtbl-setup): Remove the :keys arguments from the menu description.
19485 (org-after-save-iCalendar-file-hook): New variable.
19486
19487 2005-10-21 Kenichi Handa <handa@m17n.org>
19488
19489 * language/vietnamese.el (tcvn-5712): Make it an alias of
19490 vietnamese-tcvn coding-system.
19491
19492 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
19493
19494 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
19495 group id is given.
19496
19497 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
19498
19499 * progmodes/sh-script.el (sh-escaped-line-re): New var.
19500 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
19501 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
19502 whose line is either continued or ends with a comment.
19503
19504 2005-10-20 Romain Francoise <romain@orebokech.com>
19505
19506 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
19507
19508 * replace.el (occur-engine): Add follow-link property.
19509
19510 * font-core.el (font-lock-mode): Doc fix.
19511
19512 2005-10-20 Richard M. Stallman <rms@gnu.org>
19513
19514 * net/rcirc.el: New file.
19515
19516 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
19517
19518 * term.el (term-term-name): Initialize to "eterm-color".
19519
19520 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
19521
19522 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
19523 for encryption functionality.
19524 Move allout customization subgroup from `editing' to `outlines' group.
19525 Fix commentary keywords to legitimate ones.
19526 Update author info (using my current email address, obscurified).
19527 (allout-encrypt-string, allout-encryption-produce-work-buffer)
19528 (allout-encrypted-topic-p, allout-encrypted-text-type)
19529 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
19530 (allout-situate-encryption-key-verifier)
19531 (allout-get-encryption-key-verifier, allout-verify-key)
19532 (allout-next-topic-pending-encryption)
19533 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
19534 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
19535 (outline-key-verifier-handling, outline-key-hint-handling)
19536 (outline-encrypt-unencrypted-on-saves): New defcustoms.
19537 (allout-file-key-verifier-string, allout-encryption-scheme)
19538 (allout-key-verifier-string, allout-key-hint-string)
19539 (allout-after-save-decrypt): New variables.
19540 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
19541 (allout-after-saves-handler): New hook functions.
19542 (allout-post-command-business): Do allout-after-save-decrypt.
19543 (allout-enable-file-variable-adjustment): Custom var to enable
19544 mechanism for adding and adjusting settings of Emacs file variables.
19545 (allout-adjust-file-variable, allout-file-vars-section-data):
19546 New functions, implement the mechanism.
19547 (outlineify-sticky): Use the file vars mechanism.
19548 (allout-inhibit-protection, allout-during-write-cue)
19549 (allout-override-protect, allout-before-change-protect): Remove.
19550 (allout-flag-region, allout-open-topic): Adjust read-only text.
19551 (allout-open-line-not-read-only): Add to facilitate read-only
19552 text based protection.
19553 (allout-kill-line): Revise to adjust read-only text, clue the
19554 user about the inhibition.
19555 (allout-unprotected): Use unwind-protect.
19556 (allout-shift-in, allout-shift-out): Disallow manually shifting a
19557 topic deeper than the offspring depth of the previous topic -
19558 avoiding confusing "containment discontinuities".
19559 (allout-reindent-bodies): Fix retention of body relative hanging
19560 indent during promotion of collapsed bodies.
19561 (allout-open-topic): Make it easy to open new topic with same
19562 bullet as current topic - topic creation functions provided with
19563 any universal argument provokes now prompt for bullet, defaulting
19564 to the bullet of the previous topic.
19565 (allout-plain-bullets-string, allout-distinctive-bullets-string):
19566 Plain bullet alternates `.' period and `,' comma only. All other
19567 bullets are relegated to special status (but customizable).
19568 (allout-end-of-entry): Rename from allout-end-of-current-entry
19569 since it actually operates w.r.t. most immediately containing
19570 entry, visible or not.
19571 (allout-hide-current-entry, allout-show-current-entry): Use the
19572 revised version.
19573 (allout-old-expose-topic): Solidify deprecation.
19574 (allout-end-of-subtree): Add so we can span concealed as well
19575 as visible topics.
19576 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
19577 (allout-end-of-current-heading): Tweak to just respect the first line.
19578 (allout-get-body-text): Add.
19579 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
19580 when invoked interactively.
19581 (allout-up-current-level): Use `interactive-p'.
19582 (allout-mode, allout-init): Miscellaneous docstring and
19583 operational refinements, as well as hookups of new encryption stuff.
19584 (allout-beginning-of-current-entry): Now works as advertised.
19585 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
19586 (allout-isearch-rectification): Refine condition for isearching.
19587 (allout-isearch-abort, allout-enwrap-isearch)
19588 (allout-flag-region, my-region-active-p): Relocate some macros.
19589 (allout-title): Fallback title is (buffer-name), not
19590 non-existing (current-buffer-name).
19591 (subst-char-in-string): Define if absent (for some XEmacs versions).
19592
19593 2005-10-20 Jari Aalto <jari.aalto@cante.net>
19594
19595 * mail/sendmail.el (mail-setup-hook, mail-aliases)
19596 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
19597 (mail-citation-prefix-regexp, mail-signature-file)
19598 (mail-default-headers, mail-bury-selects-summary)
19599 (mail-send-nonascii): Add autoload cookies.
19600
19601 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
19602
19603 * frame.el (blink-cursor-mode): Add `mac' to the list of
19604 window-system's that support blinking cursor.
19605
19606 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
19607
19608 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
19609
19610 2005-10-20 Eli Zaretskii <eliz@gnu.org>
19611
19612 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
19613 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
19614 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
19615
19616 2005-10-20 Kim F. Storm <storm@cua.dk>
19617
19618 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
19619 (ido-set-current-directory): Don't add / after final @.
19620 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
19621 Explicitly handle ange-ftp completion oddities.
19622 (ido-make-file-list): Don't rotate list at tramp root to avoid
19623 triggering tramp file handler for expand-file-name via get-file-buffer.
19624
19625 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
19626
19627 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
19628
19629 2005-10-19 Jay Belanger <belanger@truman.edu>
19630
19631 * calc/calc-units.el (math-standard-units): Add units, adjust
19632 symbols and update values.
19633 (math-unit-prefixes): Add more prefixes.
19634
19635 2005-10-19 Romain Francoise <romain@orebokech.com>
19636
19637 * bookmark.el (bookmark-menu-heading): New face.
19638 (bookmark-bmenu-list): Use it.
19639 Don't fiddle with `baud-rate' at top-level.
19640
19641 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
19642
19643 * image.el (create-image, find-image): Mention max-image-size in
19644 docstring.
19645
19646 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
19647
19648 * savehist.el (savehist-load): Revert to checking XEmacs.
19649
19650 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
19651 Various docstring and line-width fixups.
19652 (conf-mode): Use cond.
19653 Set font-lock-defaults. Don't set comment-use-syntax.
19654
19655 2005-10-18 David Ponce <david@dponce.com>
19656
19657 * tree-widget.el (tree-widget-button-click): New function.
19658 (tree-widget-button-keymap): Use it.
19659
19660 2005-10-18 Romain Francoise <romain@orebokech.com>
19661
19662 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
19663 (bookmark-bmenu-hide-filenames): Add follow-link property.
19664 Improve help-echo text.
19665
19666 * ffap.el (find-file-at-point): Doc fix.
19667
19668 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19669
19670 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
19671
19672 2005-10-18 Masatake YAMATO <jet@gyve.org>
19673
19674 Install to the CVS repository what I forgot to install in my
19675 2005-10-16 changes.
19676
19677 * progmodes/python.el (python-complete-symbol): Pass the common
19678 prefix substring of completion to `display-completion-list'.
19679
19680 * textmodes/org.el (org-complete): Ditto.
19681
19682 2005-10-18 Masatake YAMATO <jet@gyve.org>
19683
19684 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
19685
19686 * woman.el (WoMan-xref-man-page): New button type derived
19687 from `Man-abstract-xref-man-page'.
19688 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
19689
19690 * man.el (Man-abstract-xref-man-page): New button type.
19691 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
19692 (Man-highlight-references): Add new optional argument `xref-man-type'.
19693
19694 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
19695
19696 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
19697
19698 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
19699
19700 * cus-edit.el (Custom-move-and-invoke): Delete.
19701 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
19702
19703 * wid-edit.el (widget-move-and-invoke): New function, from
19704 Custom-move-and-invoke.
19705
19706 2005-10-17 Bill Wohler <wohler@newt.com>
19707
19708 Move all remaining images from lisp/toolbar to etc/images, move
19709 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
19710 the low resolution images in their own directory (low-color).
19711
19712 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
19713 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
19714 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
19715 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
19716 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
19717 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
19718 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
19719
19720 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
19721 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
19722 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
19723 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
19724 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
19725 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
19726 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
19727 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
19728 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
19729 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
19730 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
19731 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
19732 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
19733 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
19734 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
19735
19736 To conform with convention, replace the underscore (_) in the
19737 following image names with dash (-) or (/) as appropriate.
19738
19739 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
19740 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
19741 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
19742 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
19743 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
19744 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
19745 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
19746 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
19747 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
19748 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
19749 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
19750 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
19751 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
19752 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
19753 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
19754
19755 * info.el (info-tool-bar-map): Replace underscores in image names
19756 with dashes.
19757
19758 * makefile.w32-in (WINS): Remove toolbar.
19759
19760 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
19761
19762 * tool-bar.el: Move to lisp from toolbar. Now that
19763 toolbar is empty, it should be deleted when folks run "cvs up -P".
19764
19765 2005-10-18 Jay Belanger <belanger@truman.edu>
19766
19767 * calc/calc-store.el (calc-store-into): Get the proper variable name
19768 to display in message.
19769
19770 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
19771
19772 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
19773 expressions display in speedbar for all buffers when debugging.
19774 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
19775
19776 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
19777 (speedbar-insert-button, speedbar-make-button):
19778 Use add-text-properties.
19779 (speedbar-update-localized-contents)
19780 (speedbar-update-directory-contents)
19781 (speedbar-update-special-contents): Use dolist.
19782 (speedbar-buffer-easymenu-definition): Add a menu separator.
19783
19784 2005-10-17 Jason Rumney <jasonr@gnu.org>
19785
19786 * makefile.w32-in: Use $(lisp) consistently.
19787 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
19788 for shell specific generation of mh-autoloads.
19789
19790 2005-10-17 Richard M. Stallman <rms@gnu.org>
19791
19792 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
19793
19794 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
19795
19796 * jit-lock.el (jit-lock-fontify-now):
19797 Move jit-lock-context-unfontify-pos to avoid wasted work.
19798
19799 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
19800
19801 * net/tramp.el (tramp-completion-mode): New defvar. Used in
19802 `tramp-completion-mode' for checking if we are in completion mode.
19803 (tramp-completion-handle-file-name-all-completions): Reorder code
19804 in order to complete for file names only in case there are no
19805 method/user/host completions. This is necessary for cooperation
19806 with ido. Reported by Kim F. Storm <storm@cua.dk>.
19807
19808 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
19809
19810 * longlines.el (longlines-search-forward)
19811 (longlines-search-backward): Match any number of spaces.
19812
19813 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
19814
19815 * diff-mode.el (diff-mode): Doc fix.
19816
19817 2005-10-16 David Reitter <david.reitter@gmail.com>
19818
19819 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
19820 as default on darwin and windows systems.
19821
19822 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
19823
19824 * arc-mode.el (archive-zip-extract): Doc fix.
19825
19826 2005-10-16 Romain Francoise <romain@orebokech.com>
19827
19828 * mouse.el (mouse-1-click-follows-link): Doc fix.
19829
19830 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
19831
19832 * savehist.el: Don't require CL at runtime.
19833 (savehist-xemacs): Remove.
19834 (savehist-coding-system): Use utf-8 if present, regardless of religion.
19835 (savehist-no-conversion): Use (featurep 'xemacs).
19836 (savehist-load): Check existence of start-itimer rather than XEmacs.
19837 Use an idle timer.
19838 (savehist-process-for-saving): Replace use of CL funs `subseq' and
19839 `delete-if-not'.
19840
19841 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
19842
19843 * savehist.el: Newer version.
19844 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
19845 (savehist-last-checksum, savehist-no-conversion): New vars.
19846 (savehist-autosave, savehist-process-for-saving, savehist-printable):
19847 New functions.
19848 (savehist-load, savehist-save): Use them.
19849 (savehist-delimit): Remove.
19850
19851 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
19852
19853 * progmodes/compile.el (compilation-goto-locus): Display the
19854 compilation buffer first and the source buffer second, in case they're
19855 in overlapping frames. Don't raise the compilation frame if it was the
19856 selected window upon entry. Pass the `other-window' arg to
19857 pop-to-buffer.
19858
19859 * info.el (Info-fontify-node): Use dolist.
19860 Change add-text-properties to put-text-property.
19861
19862 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19863
19864 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
19865 bound of search.
19866
19867 2005-10-16 Masatake YAMATO <jet@gyve.org>
19868
19869 * dabbrev.el (dabbrev-completion): Pass the common
19870 prefix substring of completion to `display-completion-list'.
19871
19872 * filecache.el (file-cache-minibuffer-complete)
19873 (file-cache-complete): Ditto.
19874
19875 * tempo.el (tempo-display-completions): Ditto.
19876
19877 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
19878
19879 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
19880
19881 * eshell/em-hist.el (eshell-list-history): Ditto.
19882
19883 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
19884
19885 * mail/mailalias.el (mail-complete): Ditto.
19886
19887 * progmodes/etags.el (complete-tag): Ditto.
19888
19889 * progmodes/make-mode.el (makefile-complete): Ditto.
19890
19891 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
19892
19893 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
19894
19895 * progmodes/pascal.el (pascal-complete-word)
19896 (pascal-show-completions): Ditto.
19897
19898 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
19899
19900 * simple.el (completion-common-substring): New variable.
19901 (completion-setup-function): Use `completion-common-substring'
19902 to put faces.
19903
19904 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19905
19906 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
19907 (x-get-selection, mac-select-convert-to-string): Convert from/to
19908 UTF-16 clipboard data as in native byte order, no BOM.
19909
19910 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
19911
19912 * progmodes/gud.el (gud-tool-bar-map): Rename the images
19913 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
19914 (gud-sentinel): Use speedbar-frame to check for speedbar.
19915
19916 2005-10-15 Richard M. Stallman <rms@gnu.org>
19917
19918 * savehist.el: New file.
19919
19920 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
19921
19922 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
19923 Fix bug in \bf fontification.
19924
19925 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
19926
19927 * pcvs.el (cvs-edit-log-files): New var.
19928 (cvs-mode-edit-log): New arg `file'.
19929 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
19930 Instead force the use of the original file and nothing else.
19931 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
19932 the cvs-minor-wrap-function is set.
19933 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
19934
19935 2005-10-14 Bill Wohler <wohler@newt.com>
19936
19937 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
19938 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
19939 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
19940 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
19941 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
19942 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
19943 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
19944 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
19945 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
19946 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
19947 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
19948 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
19949 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
19950 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
19951 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
19952
19953 * progmodes/gud.el (gud-tool-bar-map): Rename the images
19954 appropriately (for example, gud-break to gud/break).
19955
19956 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
19957
19958 * longlines.el (longlinges-search-function)
19959 (longlines-search-forward, longlines-search-backward): New functions.
19960 (longlines-mode): Set isearch-search-fun-function to
19961 longlinges-search-function.
19962
19963 * mouse.el (mouse-drag-region-1): Handle the case where a
19964 double-click event is bound to an arbitrary function.
19965
19966 2005-10-14 David Ponce <david@dponce.com>
19967
19968 * recentf.el (recentf-track-opened-file)
19969 (recentf-track-closed-file, recentf-update-menu)
19970 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
19971 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
19972 mouse-1-click-follows-link.
19973
19974 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19975
19976 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
19977 Gnome file-manager.png. Suggested by
19978 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
19979
19980 * toolbar/README: Add diropen.xpm.
19981
19982 2005-10-13 Bill Wohler <wohler@newt.com>
19983
19984 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
19985 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
19986
19987 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
19988
19989 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
19990 Don't waste the byte-compiler's time on constant data.
19991
19992 2005-10-13 Kenichi Handa <handa@m17n.org>
19993
19994 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
19995 byte with `escape-glyph' face.
19996
19997 * international/fontset.el (ccl-encode-unicode-font):
19998 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
19999 Handle the case that ucs-mule-to-mule-unicode translates a character to
20000 ASCII (usually for IPA characters).
20001
20002 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20003
20004 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
20005 Don't hide the underline of titles if font-lock-mode is disabled.
20006
20007 2005-10-12 Bill Wohler <wohler@newt.com>
20008
20009 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
20010 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
20011 files in MH-E-SRC have been updated.
20012 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
20013
20014 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20015
20016 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
20017 (mixal-mode-syntax-table): Add \n as end-comment.
20018 (mixal-operation-codes-alist): Immediately initialize to full value.
20019 (mixal-add-operation-code): Remove.
20020 (mixal-describe-operation-code): Make the arg non-optional.
20021 Use the interactive spec instead.
20022 Use mixal-operation-codes-alist rather than mixal-operation-codes.
20023 (mixal-font-lock-keywords): Don't highlight comments here any more.
20024 (mixal-font-lock-syntactic-keywords): New var.
20025 (mixal-mode): Use it. Fix comment-start-skip.
20026
20027 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20028
20029 * startup.el (command-line-x-option-alist): -nb => -nbi
20030
20031 2005-10-12 Kim F. Storm <storm@cua.dk>
20032
20033 * startup.el (fancy-splash-default-action): Discard mouse click in
20034 the splash screen window, as it has no sensible meaning in the
20035 next window to be selected. Fixes error reported by Jan D.
20036
20037 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
20038
20039 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
20040
20041 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20042
20043 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
20044 Try to fix up minor layout issues like indentation, line break, etc...
20045 (mixal-mode-syntax-table): Don't try to specify comment syntax,
20046 because it doesn't work.
20047 (mixal-operation-codes): Add some more codes.
20048 (mixal-font-lock-keywords): Process comments here.
20049 (mixal-mode): mixasm no longer needs -g option.
20050
20051 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
20052
20053 * progmodes/sh-script.el (sh-tmp-file):
20054 Use mktemp -t. Finish support for es and rc shells.
20055
20056 2005-10-11 Jay Belanger <belanger@truman.edu>
20057
20058 * calc/calcalg2.el (calc-integral): With an argument, compute the
20059 definite integral.
20060
20061 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
20062
20063 * mouse.el (mouse-drag-region-1): Don't try to catch a
20064 double-click when doing follow-link (it's overridden anyway).
20065
20066 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
20067
20068 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
20069 (autoload-print-form-outbuf): Add docstring.
20070
20071 2005-10-11 Juri Linkov <juri@jurta.org>
20072
20073 * info.el (Info-mode-menu): Delete menu item "Edit".
20074 (Info-mode): Delete description of Info-edit from docstring,
20075 and rearrange descriptions of Info commands in the order
20076 they are documented in the Info manual.
20077
20078 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20079
20080 * calendar/appt.el (appt-check): Use diary-selective-display var.
20081
20082 2005-10-10 Richard M. Stallman <rms@gnu.org>
20083
20084 * net/newsticker.el (newsticker-start, newsticker-show-news):
20085 Add autoload cookies.
20086
20087 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
20088
20089 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
20090
20091 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
20092
20093 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
20094
20095 2005-10-10 Jay Belanger <belanger@truman.edu>
20096
20097 * calc/calc-arith.el (math-check-known-scalarp)
20098 (math-check-known-matrixp): Check the values of arguments that are
20099 variables.
20100 (math-check-known-square-matrixp): New function.
20101 (math-known-square-matrixp): Use math-check-known-square-matrixp.
20102 (math-super-types): Add sqmatrix type.
20103
20104 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
20105 mode name `square' to `sqmatrix'.
20106
20107 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
20108 mode name `square' to `sqmatrix'.
20109
20110 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
20111
20112 * progmodes/etags.el (select-tags-table-mode): Don't use
20113 selective-display.
20114 (tags-select-tags-table): Pass `button' to the action function.
20115 (select-tags-table): Place the side-info on button properties rather
20116 than in hidden text. Abbreviate file names.
20117 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
20118 (select-tags-table-select): Add `button' argument.
20119 Get side-info from the button property rather than from hidden text.
20120
20121 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
20122
20123 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
20124 (gud-speedbar-buttons): Preserve point if possible.
20125 (gud-sentinel): Restore previous speedbar display type.
20126
20127 * progmodes/gdb-ui.el (gdba): Improve diagram.
20128 (def-gdb-auto-update-handler, gdb-info-locals-handler)
20129 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
20130 Call get-buffer-window once.
20131
20132 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
20133
20134 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
20135 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
20136 (pascal-indent-command): Remove unused var `ind'.
20137 (pascal-indent-case): Remove unused var `oldpos'.
20138 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
20139 since it's now used as a proper minor mode map.
20140 (pascal-outline): Rename to pascal-outline-mode.
20141 (pascal-outline-mode): Use define-minor-mode.
20142 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
20143 selective-display.
20144
20145 2005-10-10 Andreas Schwab <schwab@suse.de>
20146
20147 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
20148 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
20149
20150 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
20151 outside source directory.
20152
20153 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
20154
20155 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
20156 C-x' as a prefix.
20157 (orgtbl-mode-map): Full keymap instead of sparse, because all
20158 `self-insert-command' keys are redefined in this map.
20159 (org-export-as-html): Specify charset for HTML file, by taking it
20160 from the coding system.
20161
20162 2005-10-10 Kenichi Handa <handa@m17n.org>
20163
20164 * textmodes/flyspell.el (flyspell-check-word-p):
20165 If unread-command-events is non-empty, don't call sit-for.
20166
20167 2005-10-09 Richard M. Stallman <rms@gnu.org>
20168
20169 * font-lock.el (font-lock-syntactic-keywords)
20170 (font-lock-keywords): Doc fixes.
20171
20172 * textmodes/flyspell.el (flyspell-external-point-words):
20173 Simplify logic, and don't try to check for consecutive appearances
20174 of one incorrect word.
20175
20176 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
20177
20178 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
20179 separator.
20180
20181 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
20182 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
20183 (gud-expansion-speedbar-buttons): New function.
20184 (gud-speedbar-buttons): Check for gud-comint-buffer.
20185
20186 2005-10-09 Bill Wohler <wohler@newt.com>
20187
20188 * Makefile.in (updates): Add mh-loaddefs dependency.
20189
20190 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
20191
20192 * speedbar.el (speedbar-file-key-map): Fix typo.
20193
20194 2005-10-09 Daniel Brockman <daniel@brockman.se>
20195
20196 * cus-start.el (line-spacing): Add custom spec.
20197
20198 2005-10-09 Romain Francoise <romain@orebokech.com>
20199
20200 * textmodes/ispell.el (ispell-check-version): Fix last change.
20201
20202 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20203
20204 * term/x-win.el: Remove -i, --icon-type from comment.
20205
20206 * startup.el (command-line-x-option-alist): Remove options -i,
20207 -itype, --icon-type, added -nb, --no-bitmap-icon
20208
20209 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
20210
20211 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
20212 instead of :active.
20213
20214 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
20215
20216 * textmodes/ispell.el (ispell-check-version):
20217 Ignore hyphen, and all that follows, in aspell's version text.
20218
20219 2005-10-08 Jay Belanger <belanger@truman.edu>
20220
20221 * calc/calc-arith.el (math-known-square-matrixp): New function.
20222 (math-pow-fancy): Check for matrices before distributing exponent
20223 across products.
20224
20225 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
20226 fullscreen keypad. Suggested by Luc Teirlinck.
20227 (calc-keypad-show-input): Add space for formatting.
20228
20229 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
20230 Add square matrix option.
20231
20232 * calc/calc-poly.el (math-expand-term): Check for matrices instead
20233 of checking calc-matrix-mode when deciding how to expand.
20234
20235 * calc/calc.el (calc-set-mode-line): Add square matrix option.
20236
20237 2005-10-08 Lars Hansen <larsh@soem.dk>
20238
20239 * net/tramp.el (tramp-perl-directory-files-and-attributes):
20240 Add error handling.
20241 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
20242
20243 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
20244
20245 Sync with Tramp 2.0.51.
20246
20247 * net/tramp.el (tramp-handle-set-visited-file-modtime)
20248 (tramp-handle-insert-file-contents, tramp-handle-write-region):
20249 Insert special handling for `last-coding-system-used', again
20250 it still seems to be necessary (unlike stated before).
20251 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
20252 (tramp-password-prompt-regexp): There might be other words before
20253 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
20254 (tramp-chunksize): Improve docstring.
20255 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
20256 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
20257 Christian Joergensen <bugs@razor.dk>.
20258
20259 2005-10-07 Glenn Morris <rgm@gnu.org>
20260
20261 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
20262 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
20263 precision'.
20264
20265 2005-10-07 Romain Francoise <romain@orebokech.com>
20266
20267 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
20268 (ibuffer-do-shell-command-pipe-replace)
20269 (ibuffer-do-shell-command-file, ibuffer-do-eval)
20270 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
20271 (ibuffer-do-revert, ibuffer-do-replace-regexp)
20272 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
20273 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
20274 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
20275 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
20276 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
20277 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
20278 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
20279 Autoload file sans suffix.
20280
20281 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
20282
20283 2005-10-07 David Ponce <david@dponce.com>
20284
20285 * recentf.el (recentf-menu-open-all-flag): New option.
20286 (recentf-digit-shortcut-command-name): New function.
20287 (recentf--shortcuts-keymap): New variable.
20288 (recentf-menu-shortcuts): New variable.
20289 (recentf-make-menu-items): Initialize it. Replace the "More..."
20290 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
20291 (recentf-menu-value-shortcut): New function.
20292 (recentf-make-menu-item): Use it. No more in-lined.
20293 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
20294 (recentf-open-most-recent-file): Rename from
20295 `recentf-open-file-with-key'. Don't depend on key binding.
20296 (recentf-mode-map): New variable.
20297 (recentf-mode): Use it.
20298
20299 2005-10-06 Bill Wohler <wohler@newt.com>
20300
20301 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
20302
20303 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
20304 (MH-E-SRC): New. Used by mh-autoloads.
20305 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
20306 files in MH-E-SRC have been updated.
20307 (compile, recompile, bootstrap): Depend on mh-autoloads.
20308
20309 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
20310
20311 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
20312 gud-break and gud-remove icons when the fringe is not available.
20313
20314 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
20315 Typo.
20316
20317 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
20318
20319 * play/zone.el (zone): Wrap body with save-window-excursion.
20320
20321 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
20322
20323 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
20324 Use the new `list-only' arg to diary-list-entries.
20325
20326 * calendar/diary-lib.el: Use overlays rather than selective-display.
20327 (diary-selective-display): New var.
20328 (diary-header-line-format): Use it.
20329 (diary-list-entries): Add argument `list-only'.
20330 Put the buffer in diary-mode. Don't add \^M at beg and end.
20331 Replace \^M by invisible overlays.
20332 (diary-unhide-everything): Replace \^M by invisible overlays.
20333 (print-diary-entries): Look for overlays rather than \^M.
20334 Add a space to the temp buffer name.
20335 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
20336 Put the buffer in diary-mode.
20337 (list-sexp-diary-entries): Replace \^M by invisible overlays.
20338 (diary-anniversary): Make the year arg optional.
20339 (diary-time-regexp): New const.
20340 (diary-font-lock-keywords): Use it to accept a few more time formats.
20341
20342 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
20343
20344 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
20345
20346 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
20347 Fix bug introduced 2005-07-03: Use (car (last ...))
20348 to faithfully reproduce replaced artist-last.
20349 (artist-set-arrow-points-for-poly): Likewise.
20350 Suggested by Johan Bockg\e,Ae\e(Brd.
20351
20352 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
20353
20354 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
20355 * wid-edit.el (widget):
20356 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
20357 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
20358
20359 2005-10-06 Kenichi Handa <handa@m17n.org>
20360
20361 * international/mule-cmds.el (set-language-environment):
20362 Fix setting up of case-table for unibyte mode.
20363
20364 * simple.el (what-cursor-position): If the character is displayed
20365 by some `display' text property, show that. Don't use
20366 single-key-description for eight-bit characters in multibyte mode.
20367
20368 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
20369
20370 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
20371 (gdb-ann3): Set it.
20372 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
20373 (gdb-info-frames-custom): Use inverse-video for first five
20374 characters of selected frame only.
20375 (gdb-get-frame-number): Select frame even when point is on frame
20376 number.
20377
20378 2005-10-06 Masatake YAMATO <jet@gyve.org>
20379
20380 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
20381 Put `font-lock-function-name-face'.
20382 (gdb-info-frames-custom): Put `font-lock-function-name-face'
20383 and `font-lock-variable-name-face'
20384 (gdb-registers-font-lock-keywords): New font lock keywords definition.
20385 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
20386 (gdb-memory-font-lock-keywords): New font lock keywords definition.
20387 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
20388 (gdb-local-font-lock-keywords): New font lock keywords definition.
20389 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
20390 (gdb-threads-font-lock-keywords): New font lock keywords definition.
20391 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
20392
20393 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
20394
20395 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
20396 (ediff-merge-region-is-non-clash-to-skip): Previously called
20397 ediff-merge-region-is-non-clash.
20398
20399 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
20400 Use insert-buffer-substring.
20401
20402 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
20403 selecting files to patch. Also bug fixes.
20404
20405 * ediff-util.el (ediff-setup): Bug fix.
20406 (ediff-next-difference): Never skip clashes that differ in white
20407 space only.
20408
20409 * ediff-wind.el (ediff-setup-control-frame)
20410 (ediff-destroy-control-frame): Check the menubar feature.
20411
20412 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
20413 (viper-refresh-mode-line): Use make-local-variable to localize
20414 some vars instead of make-variable-buffer-local. Suggested by
20415 Stefan Monnier.
20416
20417 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
20418 (viper-restore-cursor-type, viper-set-insert-cursor-type):
20419 Use make-local-variable instead of make-variable-buffer-local.
20420 Suggested by Stefan Monnier.
20421
20422 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
20423 (viper-comint-mode-hook): Use make-local-variable on
20424 require-final-newline.
20425 (viper-non-hook-settings): Don't use make-variable-buffer-local.
20426
20427 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
20428
20429 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
20430 also the second char of a comment-start sequence.
20431 (scheme-sexp-comment-syntax-table): New var.
20432 (lambda, define): Set their scheme-doc-string-elt property.
20433 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
20434 Use lisp-font-lock-syntactic-face-function now that it properly
20435 handles |...| symbols.
20436 (scheme-mode-variables): Set lisp-doc-string-elt-property,
20437 parse-sexp-lookup-properties and font-lock-extra-managed-props.
20438
20439 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
20440 bit from # to |.
20441 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
20442
20443 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
20444 (lisp-doc-string-elt-property): New var.
20445 (lisp-font-lock-syntactic-face-function): Use it.
20446 Rewrite to recognize docstrings even for forms not at toplevel.
20447
20448 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
20449 annotation on the | part of #| rather than on the # part.
20450 (scheme-font-lock-syntactic-face-function): New function, to
20451 distinguish strings from |...| symbols.
20452 (scheme-mode-variables): Use it. Also fix up the font-lock-time
20453 syntax-table so that #|...|# is properly highlighted.
20454
20455 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
20456 Don't mark as docstring the 3rd elem of an unknown toplevel form.
20457
20458 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
20459
20460 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
20461 and C-e.
20462
20463 * emacs-lisp/eldoc.el: Move comments into docstrings.
20464 (eldoc-message-commands): Initialize in its declaration.
20465 Add move-beginning-of-line and move-end-of-line.
20466 (eldoc-add-command, eldoc-add-command-completions)
20467 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
20468
20469 * outline.el (outline-mark-subtree): Activate the mark.
20470
20471 * calendar/appt.el (appt-time-regexp): New var.
20472 (appt-add, appt-make-list): Use it.
20473 (appt-convert-time): Clean up.
20474
20475 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
20476 Don't set any syntax-table property here.
20477 (tex-font-lock-verb): New function. Do it here.
20478 (tex-font-lock-syntactic-keywords): Use it.
20479
20480 2005-10-04 Richard M. Stallman <rms@gnu.org>
20481
20482 * wid-edit.el (widget-file-complete): Get the widget start point
20483 the right way. Default directory to `/' if file has none.
20484
20485 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
20486
20487 * textmodes/flyspell.el (flyspell-mode-on):
20488 Call ispell-maybe-find-aspell-dictionaries.
20489
20490 * textmodes/ispell.el (ispell-word, ispell-region):
20491 Call ispell-maybe-find-aspell-dictionaries.
20492 (ispell-accept-buffer-local-defs):
20493 Don't call ispell-maybe-find-aspell-dictionaries
20494
20495 2005-10-04 Richard M. Stallman <rms@gnu.org>
20496
20497 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
20498
20499 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
20500
20501 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
20502 instead of `fboundp' in order to allow for anonymous functions.
20503
20504 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
20505
20506 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
20507 case the user clicks on the link while another window is selected.
20508 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
20509
20510 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
20511 functionality.
20512 (dframe-help-echo): Save point in case mouse tracking is off.
20513
20514 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
20515
20516 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
20517
20518 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20519
20520 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
20521 not change the global value of those vars.
20522
20523 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
20524 make-local-variable which we do not need any more.
20525
20526 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
20527
20528 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
20529 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
20530 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
20531 (speedbar-path-line): Define obsolete aliases.
20532 (speedbar-line-directory): Doc fix.
20533
20534 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
20535 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
20536 instead of speedbar-line-path.
20537
20538 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20539
20540 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
20541 to nil if dropping on a window. Handle dropping on a minibuffer window
20542 like dropping on a non-window part of Emacs.
20543
20544 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20545
20546 * net/ange-ftp.el: Use with-current-buffer.
20547 (ange-ftp-insert-directory): Do not follow symlinks any more.
20548
20549 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
20550 Remove interactive spec.
20551
20552 2005-10-03 Kim F. Storm <storm@cua.dk>
20553
20554 * ido.el (ido-mode): Use custom-initialize-set.
20555
20556 2005-10-02 Richard M. Stallman <rms@gnu.org>
20557
20558 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
20559 Use insert-buffer-substring.
20560
20561 * net/tramp.el: Pacify byte compiler warnings in pacification code.
20562 (tramp-handle-file-local-copy): Use insert-buffer-substring.
20563
20564 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
20565
20566 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
20567 in last change.
20568 (ange-ftp-insert-directory): Fix up the search for the case where
20569 `file' is absolute.
20570
20571 2005-10-02 Romain Francoise <romain@orebokech.com>
20572
20573 * progmodes/compile.el (compile-goto-error): Delete extra paren.
20574
20575 2005-10-02 Andreas Schwab <schwab@suse.de>
20576
20577 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
20578 directory component in the session info.
20579
20580 2005-10-01 Richard M. Stallman <rms@gnu.org>
20581
20582 * comint.el (comint-redirect-subvert-readonly): Doc fix.
20583
20584 * simple.el (next-error-internal): New function.
20585
20586 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
20587 (compilation-start): Pass new arg to compilation-buffer-name.
20588 (compile-goto-error): Use next-error-internal.
20589
20590 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
20591
20592 * speedbar.el: Remove RCS tag.
20593 (speedbar-check-read-only): Handle non-existent files.
20594
20595 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
20596
20597 * info.el (Info-speedbar-hierarchy-buttons)
20598 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
20599
20600 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20601
20602 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
20603 Do not match newline.
20604 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
20605 (bibtex-summary): Remove unnecessary save-excursion.
20606 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
20607
20608 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20609
20610 * term/mac-win.el: Add charset info for "iso10646-1".
20611 Modify default fontset to use ATSUI-compatible fonts for some charsets
20612 if available.
20613
20614 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
20615
20616 * speedbar.el: Re-apply arch tag.
20617 (speedbar-version): Rename to version 1.0. Suggested by Eric
20618 M. Ludlam.
20619 Reapply two changes from Emacs CVS' version of speedbar lost
20620 during the merge:
20621 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
20622 (speedbar-frame-parameters): Improve customize type.
20623
20624 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
20625
20626 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
20627 (ange-ftp-file-directory-p): Fix the symlink case.
20628 (ange-ftp-insert-directory): When listing a single file, get a list of
20629 the parent buffer and extract the relevant line. Inspired from a patch
20630 by Katsumi Yamaoka <yamaoka@jpl.org>.
20631 (ange-ftp-file-name-sans-versions): Simplify.
20632
20633 2005-09-30 Bill Wohler <wohler@newt.com>
20634
20635 Move MH-E image files from toolbar and mail directories into
20636 etc/images.
20637
20638 * mail/reply2.*: Move to etc/images/mail/reply*.
20639
20640 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
20641 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
20642 etc/images.
20643
20644 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
20645 * toolbar/reply*: Move to etc/images/mail.
20646
20647 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
20648
20649 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
20650
20651 * speedbar.el: New version 1.0pre3.
20652
20653 Frame management code (including timer, and mouse click specifics)
20654 moved to dframe.el:
20655 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
20656 (speedbar-timer): Removed. Use dframe-timer.
20657 (speedbar-close-frame): Removed. Use dframe-close-frame.
20658 (speedbar-activity-change-focus-flag): Removed. Use
20659 dframe-activity-change-focus-flag.
20660 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
20661 dframe-update-speed.
20662
20663 (speedbar-current-frame): New macro. Use this instead of the
20664 variable speedbar-frame.
20665
20666 (speedbar-use-images, speedbar-expand-image-button-alist)
20667 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
20668
20669 (speedbar-find-image-on-load-path): Removed. Replaced by
20670 defezimage in ezimage.el.
20671 (speedbar-expand-image-button-alist): Removed. Replaced by
20672 ezimage-expand-image-button-alist in ezimage.el.
20673
20674 (speedbar-ignored-directory-regexp)
20675 (speedbar-add-ignored-directory-regexp)
20676 (speedbar-ignored-directory-expressions)
20677 (speedbar-line-directory, speedbar-buffers-line-directory)
20678 (speedbar-directory-line, speedbar-buffers-line-directory):
20679 Renamed, replacing `path' with `directory'.
20680
20681 (speedbar-create-directory, speedbar-expand-line-descendants)
20682 (speedbar-toggle-line-expansion)
20683 (speedbar-contract-line-descendants): New commands.
20684
20685 (speedbar-query-confirmation-method, speedbar-select-frame-method)
20686 (speedbar-use-tool-tips-flag): New options.
20687
20688 (speedbar-check-read-only, speedbar-require-version)
20689 (speedbar-insert-separator, speedbar-buffers-tail-notes)
20690 (speedbar-handle-delete-frame, speedbar-try-completion)
20691 (speedbar-update-localized-contents): New functions.
20692
20693 (speedbar-incompatible-version, speedbar-ro-to-do-point)
20694 (speedbar-object-read-only-indicator): New variables.
20695
20696 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
20697 New hooks.
20698
20699 (speedbar-separator-face): New face.
20700
20701 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
20702 (speedbar-ignored-modes): Add fundamental-mode.
20703 (speedbar-directory-unshown-regexp): Add . directories.
20704
20705 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
20706 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
20707 `]' for full expand/close.
20708 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
20709
20710 (speedbar-check-vc): Support hidden files.
20711 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
20712 (speedbar-this-file-in-vc): Use vc-state if available. If VC
20713 state is nil, it is not checked out.
20714
20715 (speedbar-line-text, speedbar-line-token): Support expand buttons
20716 with no text.
20717 (speedbar-refresh): Universal argument acts as power-click.
20718 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
20719 that buffer to get variable values.
20720
20721 And many other bugfixes.
20722
20723 * dframe.el, ezimage.el, sb-image.el: New files.
20724
20725 * sb-*.xpm: Remove files. New image files installed into
20726 etc/images/ezimage.
20727
20728 2005-09-30 Kenichi Handa <handa@m17n.org>
20729
20730 * ps-mule.el (ps-mule-show-warning): If a character is in
20731 ps-print-translation-table, don't treat it as non-printable.
20732
20733 2005-09-30 David Ponce <david@dponce.com>
20734
20735 * tree-widget.el (tree-widget-themes-load-path): New variable.
20736 (tree-widget-themes-directory): Doc fix.
20737 (tree-widget-image-formats) [Emacs]: Doc fix.
20738 (tree-widget--locate-sub-directory): New function.
20739 (tree-widget-themes-directory): Use it.
20740
20741 * recentf.el (recentf-filename-handlers): Rename from
20742 `recentf-filename-handler'. Allow a list of functions.
20743 (recentf-menu-items-for-commands): Fix :help strings.
20744 (recentf-apply-filename-handlers): New function.
20745 (recentf-expand-file-name): Use it.
20746 (recentf-cleanup): Remove duplicates too.
20747
20748 2005-09-29 Juri Linkov <juri@jurta.org>
20749
20750 * faces.el: Rearrange face definitions to be in the same order as
20751 their face descriptions in "(emacs)Standard Faces".
20752
20753 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
20754
20755 * tooltip.el (tooltip): Add group `basic-faces'.
20756
20757 * buff-menu.el (Buffer-menu-buffer): Remove group
20758 `font-lock-highlighting-faces'.
20759
20760 * progmodes/compile.el (compilation-error, compilation-warning)
20761 (compilation-info, compilation-line-number, compilation-column-number):
20762 Change group from `font-lock-highlighting-faces' to `compilation'.
20763
20764 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
20765 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
20766 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
20767 (vhdl-font-lock-reserved-words-face)
20768 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
20769 `font-lock-highlighting-faces'.
20770
20771 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
20772
20773 2005-09-28 Kim F. Storm <storm@cua.dk>
20774
20775 * emulation/cua-base.el: Set CUA move property on additional commands:
20776 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
20777 forward-sexp, backward-sexp, forward-list, backward-list.
20778
20779 2005-09-28 Romain Francoise <romain@orebokech.com>
20780
20781 * comint.el (comint-show-output): Really set point at the
20782 beginning of the output when not using `comint-use-prompt-regexp'.
20783
20784 2005-09-27 Jay Belanger <belanger@truman.edu>
20785
20786 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
20787 in TeX mode.
20788
20789 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
20790
20791 * textmodes/org.el (org-table-sum): Fix format string.
20792
20793 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
20794 Quote face names.
20795
20796 2005-09-26 Romain Francoise <romain@orebokech.com>
20797
20798 * isearch.el (isearch-forward-regexp): Close doc string.
20799
20800 2005-09-25 Richard M. Stallman <rms@gnu.org>
20801
20802 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
20803
20804 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
20805
20806 * progmodes/compile.el (compilation-error-properties):
20807 When getting the file from the previous error message,
20808 correctly decode the new data format.
20809
20810 * progmodes/cc-cmds.el (c-electric-paren):
20811 Call old-blink-paren only for close-paren.
20812
20813 2005-09-24 Andreas Schwab <schwab@suse.de>
20814
20815 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
20816 condition.
20817
20818 2005-09-25 Romain Francoise <romain@orebokech.com>
20819
20820 * dired-aux.el (dired-copy-file-recursive):
20821 * dired.el (dired-delete-file):
20822 * ediff-mult.el (ediff-dir-diff-copy-file):
20823 * ediff-util.el (ediff-test-save-region):
20824 * forms.el (forms-mode):
20825 * ido.el (ido-file-internal, ido-delete-file-at-head):
20826 * log-edit.el (log-edit-done):
20827 * ses.el (ses-yank-resize):
20828 * play/gomoku.el (gomoku-human-plays, gomoku)
20829 (gomoku-human-resigns, gomoku-prompt-for-other-game)
20830 (gomoku-offer-a-draw):
20831 * play/landmark.el (lm-human-resigns, lm):
20832 * net/eudcb-ldap.el (eudc-ldap-check-base):
20833 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
20834 * progmodes/ebrowse.el (ebrowse-find-pattern):
20835 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
20836 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
20837 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
20838
20839 * vc.el (vc-delete-file):
20840 * play/gomoku.el (gomoku-terminate-game, gomoku)
20841 (gomoku-prompt-for-move, gomoku-human-takes-back):
20842 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
20843 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
20844
20845 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
20846
20847 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
20848 color rxvt terminals by using the code xterm.el used to use before
20849 2005-04-09 in order to match the colors used by rxvt.
20850
20851 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
20852
20853 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
20854 colors rxvt-unicode terminals by using the same code as xterm.el.
20855
20856 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
20857
20858 * textmodes/tex-mode.el (tex-font-lock-append-prop)
20859 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
20860 new symbol used for the tex-verbatim face.
20861
20862 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
20863
20864 * woman.el (woman-file-name):
20865 * wid-edit.el (widget-file-prompt-value)
20866 (widget-coding-system-prompt-value):
20867 * w32-fns.el (set-w32-system-coding-system):
20868 * vc.el (vc-version-diff, vc-annotate):
20869 * textmodes/reftex-auc.el (reftex-arg-cite)
20870 (reftex-arg-index-tag):
20871 * textmodes/refer.el (refer-get-bib-files):
20872 * textmodes/artist.el (artist-figlet-choose-font):
20873 * terminal.el (terminal-emulator):
20874 * replace.el (occur-read-primary-args):
20875 * rect.el (string-rectangle, string-insert-rectangle):
20876 * ps-print.el (ps-print-preprint):
20877 * progmodes/pascal.el (pascal-goto-defun):
20878 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
20879 * progmodes/compile.el (compilation-find-file):
20880 * printing.el (pr-interactive-n-up):
20881 * play/animate.el (animate-birthday-present):
20882 * net/rcompile.el (remote-compile):
20883 * man.el (man, Man-goto-section, Man-follow-manual-reference):
20884 * mail/rmailsum.el (rmail-summary-search-backward)
20885 (rmail-summary-search):
20886 * mail/rmailout.el (rmail-output-read-rmail-file-name)
20887 (rmail-output-read-file-name):
20888 * mail/rmail.el (rmail-search, rmail-search-backwards):
20889 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
20890 * locate.el (locate):
20891 * international/quail.el (quail-show-keyboard-layout):
20892 * international/mule.el (set-buffer-file-coding-system)
20893 (revert-buffer-with-coding-system, set-file-name-coding-system)
20894 (set-terminal-coding-system, set-keyboard-coding-system)
20895 (set-next-selection-coding-system):
20896 * international/mule-diag.el (describe-coding-system)
20897 (describe-font, describe-fontset):
20898 * international/mule-cmds.el (universal-coding-system-argument)
20899 (search-unencodable-char, describe-input-method)
20900 (set-language-environment, describe-language-environment):
20901 * international/codepage.el (codepage-setup):
20902 * international/code-pages.el (codepage-setup):
20903 * info.el (Info-search, Info-follow-reference)
20904 (Info-search-backward):
20905 * emacs-lisp/advice.el (ad-read-advised-function)
20906 (ad-read-advice-class, ad-clear-cache, ad-activate)
20907 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
20908 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
20909 (ad-read-regexp):
20910 * ediff-util.el (ediff-toggle-regexp-match):
20911 * ediff-ptch.el (ediff-prompt-for-patch-file):
20912 * dired-aux.el (dired-diff):
20913 * diff.el (diff):
20914 * cus-edit.el (custom-variable-prompt):
20915 * calendar/timeclock.el (timeclock-ask-for-project):
20916 * calc/calcalg3.el (calc-get-fit-variables):
20917 * calc/calc-store.el (calc-edit-variable)
20918 (calc-permanent-variable):
20919 * vc-mcvs.el (vc-mcvs-register):
20920 * shadowfile.el (shadow-define-literal-group):
20921 * woman.el (woman-file-name):
20922 * vc.el (vc-version-diff, vc-merge):
20923 * textmodes/reftex-index.el (reftex-index-complete-tag):
20924 * format.el (format-decode-buffer, format-decode-region):
20925 * emulation/viper-cmd.el (viper-read-string-with-history):
20926 * emacs-lisp/debug.el (cancel-debug-on-entry):
20927 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
20928 * ediff.el (ediff-merge-revisions)
20929 (ediff-merge-revisions-with-ancestor, ediff-revision):
20930 * completion.el (interactive-completion-string-reader):
20931 * calc/calc-prog.el (calc-user-define-formula):
20932 Follow convention for reading with the minibuffer.
20933
20934 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
20935
20936 * progmodes/python.el (python-describe-symbol): Add globals() and
20937 locals() to the arguments of emacs.ehelp.
20938
20939 2005-09-24 Magnus Henoch <mange@freemail.hu>
20940
20941 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
20942 New function, code extracted from ispell-valid-dictionary-list.
20943 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
20944 Call it.
20945
20946 2005-09-24 Eli Zaretskii <eliz@gnu.org>
20947
20948 * subr.el (version-regexp-alist): Extend valid syntax for version
20949 strings: allow any of the characters -,_,+ to separate the
20950 alpha/beta/rc part from the version part. Doc fix.
20951 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
20952
20953 2005-09-23 David Reitter <david.reitter@gmail.com>
20954
20955 * mail/mailclient.el: New file.
20956
20957 2005-09-23 Richard M. Stallman <rms@gnu.org>
20958
20959 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
20960 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
20961 Doc fixes.
20962
20963 * progmodes/cc-mode.el (c-font-lock-init):
20964 Specify font-lock-lines-before.
20965
20966 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
20967
20968 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
20969 whole conflict.
20970
20971 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
20972
20973 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
20974 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
20975 of `remap' feature when available. Additional key bindings for
20976 better tty support.
20977 (org-mode-restart, org-force-self-insert): New commands.
20978 (org-time-stamp-inactive): New command.
20979 (org-remap): New function.
20980 (org-table-auto-blank-field, org-level-color-stars-only): New options.
20981 (org-enable-fixed-width-editor): Move to `org-structure'
20982 customization group.
20983 (org-self-insert-command, orgtbl-self-insert-command): Modify to
20984 blank field after field motion commands.
20985
20986 2005-09-23 Kenichi Handa <handa@m17n.org>
20987
20988 * international/mule-cmds.el (set-language-environment):
20989 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
20990 have to call utf-translate-cjk-load-tables.
20991
20992 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
20993
20994 * mouse.el (mouse-move-drag-overlay): Fix last change.
20995
20996 2005-09-22 David Ponce <david@dponce.com>
20997
20998 * tree-widget.el (tree-widget-value-create): Fix previous change.
20999
21000 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
21001
21002 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
21003
21004 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
21005
21006 * mouse.el (mouse-move-drag-overlay): New function.
21007 (mouse-drag-region-1): Use it.
21008 Try to simplify a bit the state handling. Handle clicks on links
21009 inside intangible areas.
21010 (mouse-save-then-kill): Minor simplification.
21011 (mouse-secondary-overlay): Make it always non-nil instead of
21012 recreating it each time.
21013 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
21014 (mouse-kill-secondary, mouse-secondary-save-then-kill):
21015 Simplify accordingly.
21016
21017 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
21018
21019 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
21020
21021 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
21022
21023 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
21024 (ediff-file-name-sans-prefix): Treat nil as an empty string.
21025 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
21026 to patch.
21027
21028 * ediff-util.el: Use insert-buffer-substring.
21029
21030 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
21031
21032 * emulation/viper-cmd.el (viper-change-state): Don't move over the
21033 field boundaries in the minibuffer.
21034 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
21035 (viper-minibuffer-post-command-hook): New hook.
21036 (viper-line): Don't move cursor at bolp.
21037
21038 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
21039
21040 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
21041 avoid compiler warnings.
21042
21043 * emulation/viper-macs.el (ex-map): Better messages.
21044
21045 * emulation/viper-utils.el (viper-beginning-of-field): New function.
21046
21047 * emulation/viper.el: Replace make-variable-buffer-local with
21048 viper-make-variable-buffer-local everywhere, to avoid warnings.
21049
21050 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21051
21052 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
21053 Delete unused var `old-selected-window'.
21054 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
21055 (mouse-drag-secondary): Delete unused var `start-frame'.
21056
21057 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
21058
21059 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
21060
21061 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21062
21063 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
21064 Re-indent within 80 columns. Use inhibit-read-only.
21065
21066 2005-09-19 Romain Francoise <romain@orebokech.com>
21067
21068 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
21069
21070 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21071
21072 * font-lock.el (font-lock-default-fontify-region): Don't add a line
21073 unconditionally, since the after-change-function already did it.
21074
21075 2005-09-19 Miles Bader <miles@gnu.org>
21076
21077 * net/newsticker.el: Get rid of CVS keyword.
21078
21079 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
21080
21081 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
21082 The prompt is formatted later.
21083
21084 2005-09-19 David Ponce <david@dponce.com>
21085
21086 * tree-widget.el (tree-widget-value-create): Save the converted
21087 tree :node widget.
21088
21089 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
21090
21091 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
21092 variable `message'.
21093
21094 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
21095
21096 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
21097 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
21098 <slawomir.nowaczyk.847@student.lu.se>.
21099
21100 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
21101
21102 * image.el (image-load-path): Use symbol `data-directory' instead
21103 of its value, for backward compatibility with packages that bind
21104 it during `find-image'. Suggested by Katsumi Yamaoka.
21105 (image-search-load-path): Handle symbols whose values are strings.
21106
21107 2005-09-18 Romain Francoise <romain@orebokech.com>
21108
21109 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
21110 with-current-buffer form in save-excursion.
21111
21112 2005-09-18 Deepak Goel <deego@gnufans.org>
21113
21114 * apropos.el (apropos-command): Fix `message' call: first arg
21115 should be a format spec. In this and all other cases that appear
21116 below and elsewhere in the source code, I made a change only when
21117 two conditions were satisfied: [1] I can think of a possibility
21118 that the arguments would cause an error, for example, the code in
21119 question relies on external variables such as filenames. [2] I
21120 was sure that the arg to `message' could not have been nil in the code.
21121
21122 * textmodes/tildify.el (tildify-region): Ditto.
21123
21124 * textmodes/reftex-index.el (reftex-index-change-entry)
21125 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
21126 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
21127 * textmodes/org.el (org-complete, org-deadline, org-schedule)
21128 (org-priority, org-table-sum):
21129 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
21130 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
21131 (flyspell-word, flyspell-display-next-corrections):
21132 * textmodes/bibtex.el (bibtex-print-help-message):
21133 * textmodes/artist.el (artist-key-set-point-poly):
21134 * term/mac-win.el (mac-services-insert-text):
21135 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
21136 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
21137 (vhdl-port-paste-testbench, vhdl-compose-new-component)
21138 (vhdl-compose-configuration):
21139 * progmodes/sh-script.el (sh-blink, sh-show-indent)
21140 (sh-set-indent, sh-learn-line-indent):
21141 * progmodes/ps-mode.el (ps-mode-target-column):
21142 * progmodes/idlwave.el (idlwave-make-tags)
21143 (idlwave-scan-library-catalogs):
21144 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
21145 * progmodes/gud.el (gud-jdb-analyze-source):
21146 * progmodes/flymake.el (flymake-log):
21147 * progmodes/ebnf2ps.el (ebnf-generate-region):
21148 * progmodes/cmacexp.el (c-macro-expansion):
21149 * progmodes/ada-xref.el (ada-treat-cmd-string):
21150 * progmodes/ada-mode.el (ada-create-case-exception-substring)
21151 (ada-justified-indent-current, ada-batch-reformat):
21152 * play/zone.el (zone):
21153 * play/landmark.el (lm-move):
21154 * play/decipher.el (decipher-show-alphabet):
21155 * net/newsticker.el (newsticker--display-jump)
21156 (newsticker--display-scroll):
21157 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
21158 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
21159 * mail/feedmail.el (feedmail-dump-message-to-queue):
21160 * eshell/esh-proc.el (eshell-remove-process-entry):
21161 * emulation/ws-mode.el (ws-last-error):
21162 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
21163 (viper-record-kbd-macro):
21164 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
21165 * emacs-lisp/lisp-mnt.el (lm-report-bug):
21166 * emacs-lisp/find-func.el (find-function-noselect):
21167 * calendar/timeclock.el (timeclock-status-string)
21168 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
21169 (timeclock-when-to-leave-string):
21170 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
21171 * calc/calc-units.el (calc-enter-units-table):
21172 * calc/calc-mode.el (calc-mode-record-mode):
21173 * woman.el (woman-mini-help):
21174 * wdired.el (wdired-change-to-wdired-mode):
21175 * vc.el (vc-retrieve-snapshot):
21176 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
21177 * startup.el (display-startup-echo-area-message):
21178 * simple.el (set-goal-column):
21179 * ses.el (ses-command-hook, ses-recalculate-cell):
21180 * server.el (server-process-filter):
21181 * printing.el (pr-interface-txt-print, pr-interface-printify)
21182 (pr-interface-ps):
21183 * pcvs.el (cvs-help):
21184 * log-edit.el (log-edit, log-edit-mode-help):
21185 * iswitchb.el (iswitchb-possible-new-buffer):
21186 * isearch.el (isearch-edit-string):
21187 * image-mode.el (image-mode, image-minor-mode):
21188 * ibuf-macs.el (define-ibuffer-filter):
21189 * hi-lock.el (hi-lock-find-patterns):
21190 * files.el (toggle-read-only):
21191 * ediff-util.el (ediff-copy-diff)
21192 (ediff-write-merge-buffer-and-maybe-kill):
21193 * echistory.el (Electric-history-undefined):
21194 * dnd.el (dnd-insert-text):
21195 * dired-aux.el (dired-query):
21196 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
21197 * bookmark.el (bookmark-bmenu-locate):
21198 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
21199 Fix `message' calls to ensure first arg is a format string.
21200 The change was made only when these two conditions were satisfied:
21201 [1] when there is a possibility that the arguments would cause an error
21202 for example, if the code in question relies on external variables
21203 such as filenames, and
21204 [2] if the arg to `message' could not have been nil in the code.
21205
21206 * pcomplete.el (pcomplete--help): Fix `message' format spec.
21207 Not having a %s would be weird, though not technically wrong.
21208
21209 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21210
21211 * term/mac-win.el (mac-add-charset-info): Doc fix.
21212
21213 2005-09-17 Romain Francoise <romain@orebokech.com>
21214
21215 * shell.el (shell-resync-dirs): Handle echoing processes more
21216 reliably. Don't insert resync command if `comint-process-echoes'
21217 is non-nil.
21218
21219 2005-09-17 Magnus Henoch <mange@freemail.hu>
21220
21221 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
21222 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
21223 aspell versions >= 0.60.
21224 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
21225 only if ispell-aspell-supports-utf8 is non-nil.
21226
21227 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21228
21229 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
21230 buffer-local value to lisp-indent-function.
21231
21232 2005-09-17 Milan Zamazal <pdm@zamazal.org>
21233
21234 * progmodes/glasses.el (glasses-make-readable): If
21235 glasses-separator differs from underscore, put appropriate
21236 overlays over underscore characters.
21237 (glasses-convert-to-unreadable): If glasses-separator differs from
21238 underscore, try to convert glasses-separator characters to
21239 underscores.
21240
21241 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
21242
21243 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
21244 Use with-syntax-table and dolist.
21245
21246 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
21247
21248 * textmodes/reftex-auc.el:
21249 * textmodes/reftex-cite.el:
21250 * textmodes/reftex-dcr.el:
21251 * textmodes/reftex-global.el:
21252 * textmodes/reftex-parse.el:
21253 * textmodes/reftex-ref.el:
21254 * textmodes/reftex-sel.el:
21255 * textmodes/reftex-toc.el:
21256 * textmodes/reftex-vars.el:
21257 * textmodes/reftex.el: Small changes to remove compiler warnings.
21258
21259 * textmodes/reftex-index.el: Likewise.
21260 (reftex-query-index-phrase): More efficient use of markers.
21261
21262 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
21263
21264 * image.el (image-load-path): New variable.
21265 (image-search-load-path): New function.
21266 (find-image): Search for images in `image-load-path'.
21267
21268 2005-09-15 Richard M. Stallman <rms@gnu.org>
21269
21270 * follow.el: Change Maintainer field.
21271
21272 2005-09-15 David Ponce <david@dponce.com>
21273
21274 * recentf.el (recentf-save-file-modes): New option.
21275 (recentf-save-list): Use it.
21276
21277 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
21278
21279 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
21280 (mode-line-mule-info, mode-line-modified): Move bindings from
21281 mouse-3 to mouse-1.
21282
21283 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
21284
21285 * simple.el (sendmail-user-agent-compose): Revert last change.
21286
21287 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
21288
21289 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
21290 Use with-current-buffer.
21291 (ange-ftp-gwp-start): Remove unused var `gw-user'.
21292 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
21293 (ange-ftp-insert-directory): Remove unused var `short'.
21294 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
21295
21296 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
21297 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
21298
21299 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
21300 (check-calendar-holidays, diary-list-entries): Autoload.
21301 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
21302 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
21303
21304 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
21305 which mistakenly removed a call to display-buffer.
21306
21307 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
21308
21309 * obsolete/iso-insert.el: Move to obsolete/ from international/.
21310
21311 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
21312
21313 * progmodes/hideshow.el
21314 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
21315 (hs-allow-nesting): New user var.
21316 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
21317 (hs-hide-block-at-point): When nesting allowed,
21318 if there is already an overlay in place, delete it.
21319 (hs-safety-is-job-n): Delete func; remove call sites.
21320 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
21321 (hs-overlay-at): New func.
21322 (hs-already-hidden-p, hs-show-block): Use it.
21323 (hs-hide-all): Don't pre-clean if nesting allowed.
21324 (hs-show-all): Temporarily disallow
21325 nesting around call to `hs-discard-overlays'.
21326
21327 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
21328
21329 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
21330 Delete unused local var.
21331
21332 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
21333
21334 * help-fns.el (describe-categories): "?\ " -> "?\s".
21335 (help-do-arg-highlight): Recognize also ARG-n, as in
21336 `move-to-left-margin' (ARG+n is already recognized). Simplify.
21337
21338 * international/codepage.el (dos-unsupported-char-glyph):
21339 * net/newsticker.el (tool-bar-map, w3-mode-map)
21340 (w3m-minor-mode-map):
21341 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
21342 (ent-alist):
21343 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
21344
21345 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
21346
21347 * custom.el (custom-push-theme): Handle the case where a symbol is
21348 bound but face properties have not yet been assigned.
21349
21350 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
21351 Fix behavior if noerase is `t' and there is no mail buffer.
21352
21353 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
21354 if `continue' is nil, rather than signal an error.
21355
21356 2005-09-12 Richard M. Stallman <rms@gnu.org>
21357
21358 * font-lock.el (font-lock-keywords): Add autoload.
21359
21360 * help-fns.el (describe-variable): Rearrange to put source link
21361 in a predictable place.
21362
21363 * net/newsticker.el: New file.
21364
21365 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
21366
21367 * calendar/calendar.el (calendar-for-loop): Add edebug info.
21368 (calendar-basic-setup): Use the new nil arg.
21369 (number-of-diary-entries): Move to diary-lib.el.
21370
21371 * calendar/diary-lib.el: Use with-current-buffer, match-string.
21372 (diary-list-entries): Use with-syntax-table and dolist.
21373 Rename from list-diary-entries.
21374 Use number-of-diary-entries if `number' is nil.
21375 (diary, diary-view-entries): Use this new name and new nil arg value.
21376 (number-of-diary-entries): Move from calendar.el.
21377 (diary-unhide-everything): New function.
21378 (include-other-diary-files, fancy-diary-display)
21379 (diary-show-all-entries, make-diary-entry): Use it.
21380 (diary-mail-entries): Use buffer-string.
21381 (mark-diary-entries): Fix long standing paren typo.
21382 (diary-sexp-entry): Use count-lines.
21383 (make-diary-entry): Avoid `previous-line'.
21384 (diary-mode-map): New var.
21385 (diary-mode): Redraw cal after saving. Setup header-line.
21386 (fancy-diary-display-mode): Use local-set-key.
21387
21388 * startup.el (command-line): Try calling various terminal-init-foo-bar
21389 functions by stripping hyphenated suffixes from $TERM.
21390
21391 * files.el (normal-mode): Check boundness of font-lock-keywords.
21392
21393 2005-09-12 Richard M. Stallman <rms@gnu.org>
21394
21395 * progmodes/compile.el: Don't decide a file's directory
21396 until the user actually tries to go there.
21397 (compilation-next-error-function):
21398 Pass compilation-find-file the directory from the file-struct.
21399 (compilation-internal-error-properties): Separate local FILE-STRUCT
21400 from FILE. Doc the args better. Rename arg FMT to FMTS.
21401 (compilation-find-file): Arg DIR renamed to DIRECTORY.
21402 Expand it, and if nil, use default-directory.
21403 (compilation-get-file-structure): Don't mix specified directory
21404 with default directory. Put specified directory into
21405 file-struct. Don't make the file name absolute.
21406
21407 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
21408 (compile-command): Add autoload.
21409 (compilation-disable-input): Add autoload.
21410
21411 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
21412
21413 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
21414 strings of the variables it can override.
21415 (time-stamp): New (as yet undocumented) time-stamp-format escapes
21416 %Q and %q, for fully-qualified domain name and unqualified host name.
21417
21418 2005-09-11 Kim F. Storm <storm@cua.dk>
21419
21420 * emacs-lisp/authors.el (authors-aliases): Update list.
21421 (authors-fixed-entries): Update mldrag.el entry.
21422
21423 2005-09-10 Alan Mackenzie <acm@muc.de>
21424
21425 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
21426 from the region narrowed to.
21427
21428 2005-09-10 Magnus Henoch <mange@freemail.hu>
21429
21430 * textmodes/ispell.el (ispell-check-version): Signal an error if
21431 aspell version is less than 0.60.
21432
21433 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
21434
21435 * progmodes/octave-inf.el (inferior-octave-startup):
21436 Resync current dir at the end.
21437
21438 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
21439
21440 * woman.el (woman-topic-at-point-default):
21441 Rename to woman-use-topic-at-point-default.
21442 (woman-topic-at-point): Rename to woman-use-topic-at-point.
21443 (woman-file-name): Reflect renames above. Automatically use the
21444 word at point as topic if woman-use-topic-at-point is non-nil.
21445 Otherwise offer it as default but don't insert it in the
21446 minibuffer. Also use `test-completion' instead of `assoc' as
21447 suggested by Stefan Monnier.
21448
21449 2005-09-10 Andre Spiegel <spiegel@gnu.org>
21450
21451 * vc.el (vc-directory, vc-update-change-log): Throw an error on
21452 the attempt to do it over Tramp. This is not yet supported.
21453
21454 2005-09-10 Eli Zaretskii <eliz@gnu.org>
21455
21456 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
21457 (menu-bar-non-minibuffer-window-p): New functions.
21458 ("Split Window", "Save As..."): Use them.
21459 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
21460 ("Print Buffer", "Truncate Long Lines in this Buffer"):
21461 Use menu-bar-menu-frame-live-and-visible-p.
21462 ("Save Buffer", "Insert File", "Open Directory...")
21463 ("Open File...", "Visit New File..."):
21464 Use menu-bar-non-minibuffer-window-p.
21465 (kill-this-buffer-enabled-p, dired <menu-enable>):
21466 Use menu-bar-non-minibuffer-window-p.
21467
21468 2005-09-09 Eli Zaretskii <eliz@gnu.org>
21469
21470 * cus-start.el (all): Don't complain about fringe-related
21471 built-ins if fringes are not supported. Ditto about
21472 selection-related built-ins. Fix the test for GTK-related built-ins.
21473
21474 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
21475 ("Postscript Print Buffer", "Print Region", "Save As...")
21476 ("Save", "Insert File...", "Open Directory...")
21477 ("Open File...", "Visit New File..."")
21478 ("Truncate Long Lines in this Buffer"): Don't look at
21479 menu-updating-frame if this display does not support multiple frames.
21480
21481 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21482
21483 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
21484
21485 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
21486
21487 * woman.el: Format- and whitespace-related changes.
21488
21489 2005-09-09 Eli Zaretskii <eliz@gnu.org>
21490
21491 * woman.el: Fix my email address.
21492
21493 2005-09-08 Richard M. Stallman <rms@gnu.org>
21494
21495 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
21496 (sh-mode): Locally set skeleton-pair-default-alist.
21497
21498 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
21499
21500 * progmodes/flymake.el: Require `compile' unconditionally.
21501
21502 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
21503
21504 * woman.el (woman-file-name): Provide a default, not initial input.
21505
21506 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
21507
21508 * font-lock.el (font-lock-support-mode): Doc fix.
21509
21510 * descr-text.el (describe-property-list): Handle non-symbol prop names.
21511
21512 2005-09-08 Richard M. Stallman <rms@gnu.org>
21513
21514 * simple.el (blink-matching-open): Get rid of text props from
21515 the string shown in echo area. Don't permanently set point.
21516 Some rearrangements.
21517
21518 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
21519
21520 * recentf.el (recentf-filename-handler): Add custom choice
21521 `abbreviate-file-name'.
21522
21523 * msb.el (msb--very-many-menus): Fix typo.
21524
21525 * disp-table.el (standard-display-european): Don't set
21526 enable-multibyte-characters to nil.
21527
21528 2005-09-08 David Ponce <david@dponce.com>
21529
21530 * recentf.el (recentf-show-file-shortcuts-flag): New option.
21531 (recentf-expand-file-name): Doc fix.
21532 (recentf-dialog-mode-map): Define digit shortcuts.
21533 (recentf--files-with-key): New variable.
21534 (recentf-show-digit-shortcut-filter): New function.
21535 (recentf-open-files-items): New function.
21536 (recentf-open-files): Use it.
21537 (recentf-open-file-with-key): New command.
21538
21539 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
21540
21541 * buff-menu.el (Buffer-menu-sort-by-column): New function.
21542 Suggested by Kim F. Storm.
21543 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
21544 (Buffer-menu-make-sort-button): Use global keymap.
21545
21546 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
21547
21548 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
21549 (Man-getpage-in-background-advice): Remove defadvice; it isn't
21550 necessary any longer with the remapped command.
21551 (Man-bgproc-sentinel-advice): Remove defadvice which counts
21552 formatting time only.
21553
21554 * net/tramp.el (tramp-action-password)
21555 (tramp-multi-action-password): Compile the password prompt from
21556 `method', `user' and `host'. Sometimes it isn't obvious which
21557 password to enter, for example with remote files offered by
21558 recentf.el, or with multiple steps. Suggested by Robert Marshall
21559 <robert@chezmarshall.freeserve.co.uk>.
21560
21561 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
21562
21563 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
21564 Fix regexp for when "s///" is at the beginning of line.
21565
21566 2005-09-07 Jay Belanger <belanger@truman.edu>
21567
21568 * calc/calc-poly.el (math-expand-term): Multiply out any powers
21569 when in matrix mode.
21570
21571 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
21572
21573 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
21574 non-anonymous functions.
21575
21576 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
21577
21578 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
21579 when using a header line. Otherwise, use mouse-1-click-follows-link.
21580
21581 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
21582 can't be moved; don't signal an error.
21583
21584 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
21585
21586 * cus-theme.el (custom-theme-write-faces): Save the current face
21587 spec, not the defface spec.
21588
21589 * custom.el (custom-known-themes): Clarify meaning of "standard".
21590 (custom-push-theme): Save old values in the standard theme.
21591 (disable-theme): Correct typo.
21592 (custom-face-theme-value) Deleted unused function.
21593 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
21594
21595 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
21596
21597 * progmodes/compile.el (compilation-goto-locus): Take into account
21598 iconified frames when determining whether the buffer is
21599 already visible.
21600 Don't reset window height if the window already existed.
21601
21602 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
21603
21604 * custom.el (load-theme): Rename from require-theme.
21605 Add interactive spec.
21606 (enable-theme): Rename from custom-enable-theme.
21607 Add interactive spec.
21608 (disable-theme): Rename from custom-disable-theme.
21609 Add interactive spec.
21610 (custom-make-theme-feature): Doc fix.
21611 (custom-theme-directory): Doc fix.
21612 (provide-theme): Call enable-theme.
21613
21614 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
21615
21616 * obsolete/lazy-lock.el (lazy-lock-mode):
21617 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
21618 font-lock-mode if it's off. Print a warning instead.
21619
21620 * progmodes/compile.el (compilation-start): Ignore errors if the
21621 process died before we get to send-eof.
21622
21623 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
21624 Undo last change. Enclosing the result in quotes broke things on Unix
21625 since tex-send-command passes it through shell-quote-argument.
21626 (tex-send-command): Pass `file' through convert-standard-filename
21627 when possible.
21628 (tex-uptodate-p): Handle the case where TeX hasn't put additional
21629 info in a transcript.
21630
21631 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
21632
21633 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
21634 fix compilation warning. Reorder the key definitions to group
21635 together keys emitted by the current version of xterm.
21636
21637 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
21638 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
21639 Reorder predicates to correct min-color usage.
21640
21641 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
21642
21643 * longlines.el (longlines-mode): Inhibit read-only when encoding.
21644 Kill local variables when longlines-mode is turned off.
21645
21646 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
21647
21648 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
21649
21650 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
21651
21652 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
21653
21654 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
21655 (font-lock-lines-before): Change default to being inactive.
21656 (font-lock-default-fontify-region): Obey font-lock-lines-before.
21657 (font-lock-after-change-function): Don't handle f-l-lines-before here.
21658
21659 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
21660
21661 * net/tramp.el (tramp-handle-make-auto-save-file-name):
21662 Deactivate temporarily advice if active (not needed for Emacs 22,
21663 but for backwards compatibility).
21664 (tramp-exists-file-name-handler): Rewrite. First implementation
21665 was too simple.
21666 (tramp-advice-make-auto-save-file-name):
21667 Call `tramp-handle-make-auto-save-file-name' (again, just for
21668 backwards compatibility).
21669
21670 2005-08-31 Reto Zimmermann <reto@gnu.org>
21671
21672 * progmodes/vhdl-mode.el
21673 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
21674 (vhdl-end-p): Fix indentation bug "else" after "-- when".
21675 (vhdl-set-default-project): New function (easier setting of default).
21676 (vhdl-port-copy): Handle extended identifiers for generics.
21677 (vhdl-compiler-alist): Better description for error message regexp.
21678 (vhdl-make): Query for target, use previous as default.
21679 (vhdl-port-copy): Fix port copy for port names starting with "signal".
21680 (vhdl-font-lock-keywords-2): Fix fontification for record
21681 el. assign.
21682 (vhdl-speedbar-make-subpack-line): Add package body link.
21683 (vhdl-generate-makefile-1): Not include itself as dependency.
21684 (vhdl-font-lock-init): Highlight c-preprocessor directives.
21685 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
21686 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
21687 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
21688 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
21689 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
21690 (vhdl-import-project): Add string argument for `error'.
21691 (vhdl-compose-configuration)
21692 (vhdl-compose-configuration-architecture): Add configuration
21693 declaration generation.
21694 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
21695 (vhdl-trailer-re): Add "record" keyword (better indentation).
21696 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
21697 "[^ \t-\"]+".
21698 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
21699 (vhdl-testbench-entity-file-name)
21700 (vhdl-testbench-architecture-file-name): Allow separate
21701 customization of testbench file names.
21702 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
21703 (vhdl-get-visible-signals): Allow newline within alias declaration.
21704 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
21705 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
21706 (member-ignore-case): Alias for missing function in XEmacs.
21707 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
21708 (vhdl-update-sensitivity-list): Ignore case on read signals.
21709 (vhdl-replace-string): Adjust case only for file names.
21710 (vhdl-update-sensitivity-list): Fix search for read signals.
21711 (vhdl-update-sensitivity-list): Exclude formal parameters.
21712 (vhdl-get-visible-signals): Include aliases of signals.
21713 (vhdl-get-visible-signals): Fix signal name searching.
21714 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
21715 (vhdl-fixup-whitespace-region): Fix for character
21716 literals (e.g. `:').
21717
21718 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
21719
21720 * ansi-color.el (comint-last-output-start):
21721 * bs.el (font-lock-verbose):
21722 * diff-mode.el (add-log-buffer-file-name-function):
21723 * dired-x.el (vm-folder-directory):
21724 * faces.el (help-xref-stack-item):
21725 * files.el (font-lock-keywords):
21726 * find-lisp.el (dired-buffers, dired-subdir-alist):
21727 * ido.el (cua-inhibit-cua-keys):
21728 * log-view.el (cvs-minor-wrap-function):
21729 * outline.el (font-lock-warning-face):
21730 * simple.el (compilation-current-error):
21731 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
21732 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
21733 * tooltip.el (comint-prompt-regexp):
21734 * w32-fns.el (explicit-shell-file-name):
21735 * term/mac-win.el (mac-charset-info-alist)
21736 (mac-services-selection, mac-system-script-code):
21737 * term/tty-colors.el (msdos-color-values):
21738 * term/w32-win.el (xlfd-regexp-registry-subnum):
21739 * term/x-win.el (x-keysym-table, x-selection-timeout)
21740 (x-session-id, x-session-previous-id):
21741 * textmodes/ispell.el (mail-yank-prefix):
21742 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
21743 * textmodes/org.el (calc-embedded-close-formula)
21744 (calc-embedded-open-formula)
21745 (font-lock-unfontify-region-function):
21746 * textmodes/reftex-global.el (isearch-next-buffer-function)
21747 (TeX-master):
21748 * textmodes/reftex.el (font-lock-keywords):
21749 * textmodes/tex-mode.el (font-lock-comment-face)
21750 (font-lock-doc-face):
21751 * textmodes/texinfo.el (outline-heading-alist):
21752 Add defvars.
21753
21754 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
21755 (artist-spray-chars, artist-mode-init, artist-replace-string)
21756 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
21757 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
21758 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
21759
21760 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
21761 (conf-align-assignments): "?\ " -> "?\s".
21762
21763 * textmodes/reftex-index.el (TeX-master): Add defvar.
21764 (reftex-index-phrases-marker): Move up defvar.
21765
21766 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
21767 (reftex-toc-include-labels-indicator)
21768 (reftex-toc-include-index-indicator)
21769 (reftex-toc-max-level-indicator): Move up declarations.
21770
21771 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
21772 of args to `tramp-run-real-handler', even if it's empty in this case.
21773
21774 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21775
21776 * dired.el (dired-move-to-filename-regexp): Add date format for
21777 Mac OS X 10.3 in East Asian locales.
21778
21779 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
21780
21781 * files.el (make-auto-save-file-name): Add file name handler call
21782 if applicable.
21783
21784 * net/tramp.el (tramp-file-name-handler-alist)
21785 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
21786 (tramp-handle-make-auto-save-file-name): Rename from
21787 `tramp-make-auto-save-file-name'.
21788 (tramp-exists-file-name-handler): New defun.
21789 (tramp-advice-make-auto-save-file-name): Make defadvice only when
21790 `make-auto-save-file-name' is not a magic file name operation.
21791
21792 2005-08-30 Richard M. Stallman <rms@gnu.org>
21793
21794 * files.el (risky-local-variable-p):
21795 Match `-predicates' and `-commands.
21796
21797 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
21798 (custom-save-all): Visit the file if necessary;
21799 kill the buffer if we created it.
21800 (custom-save-delete): Don't visit file or kill buffer here.
21801
21802 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
21803
21804 * textmodes/org.el (org-special-keyword): New face.
21805 (org-table-copy-down, org-table-eval-formula)
21806 (org-table-recalculate, org-init-section-numbers):
21807 Use `string-to-number' instead of `string-to-int'.
21808 (org-get-location): Use `insert-buffer-substring' instead of
21809 `insert-buffer'.
21810 (org-modify-diary-entry-string): New function.
21811 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
21812 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
21813 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
21814 active region.
21815 (org-export-as-html): Handle QUOTE keyword.
21816 (org-quote-string): New option.
21817 (org-bookmark-jump-unhide): New function, used for
21818 `bookmark-after-jump-hook'.
21819 (org-diary-default-entry): Apply only when not called through
21820 `org-agenda'.
21821
21822 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
21823
21824 * net/eudc.el (mode-popup-menu):
21825 * play/handwrite.el (ps-printer-name, ps-lpr-command):
21826 * progmodes/ada-mode.el (compile-auto-highlight)
21827 (skeleton-further-elements):
21828 * progmodes/autoconf.el (font-lock-syntactic-keywords):
21829 * progmodes/cmacexp.el (msdos-shells):
21830 * progmodes/compile.el (font-lock-extra-managed-props)
21831 (font-lock-keywords, font-lock-maximum-size)
21832 (font-lock-support-mode):
21833 * progmodes/grep.el (font-lock-lines-before):
21834 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
21835 * progmodes/mixal-mode.el (compile-command):
21836 * progmodes/perl-mode.el (font-lock-comment-face)
21837 (font-lock-doc-face, font-lock-string-face):
21838 * progmodes/prolog.el (comint-prompt-regexp):
21839 * progmodes/sh-script.el (font-lock-comment-face)
21840 (font-lock-set-defaults, font-lock-string-face):
21841 * progmodes/sql.el (font-lock-keyword-face)
21842 (font-lock-set-defaults, font-lock-string-face):
21843 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
21844 (itimer-version, lazy-lock-defer-contextually)
21845 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
21846 Add defvars.
21847
21848 * progmodes/cperl-mode.el (cperl-electric-lbrace)
21849 (cperl-electric-keyword, cperl-electric-pod)
21850 (cperl-electric-backspace, cperl-forward-re)
21851 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
21852 (vc-rcs-header, vc-sccs-header): Add defvars.
21853
21854 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
21855 (font-lock-syntactic-keywords, gud-find-expr-function):
21856 Add defvars.
21857
21858 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
21859 (gdb-frame-parameters): Declare before use.
21860
21861 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
21862 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
21863 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
21864 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
21865
21866 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
21867 (idlwave-help-with-source): Use `insert-buffer-substring', not
21868 `insert-buffer'.
21869
21870 2005-08-29 Juri Linkov <juri@jurta.org>
21871
21872 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
21873 Put outline-back-to-heading function call inside save-excursion.
21874
21875 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
21876
21877 * man.el (Man-init-defvars, Man-translate-references)
21878 (Man-support-local-filenames, Man-highlight-references):
21879 * progmodes/sql.el (sql-interactive-mode):
21880 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
21881
21882 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
21883 (compilation-mode-font-lock-keywords): Add defvars.
21884 (checkdoc-interactive-loop): "?\ " -> "?\s".
21885
21886 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
21887 (font-lock-doc-face, font-lock-string-face)
21888 (font-lock-keywords-case-fold-search): Add defvars.
21889 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
21890
21891 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
21892 Don't pass X and Y (they are ignored anyway).
21893 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
21894 (mouse-delete-window): Make arguments optional.
21895
21896 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
21897 (caesar-translate-table, minor-modes, news-buffer-save)
21898 (news-group-name, news-minor-modes): Add defvars.
21899
21900 * emacs-lisp/lselect.el (mouse-highlight-priority)
21901 (x-lost-selection-functions, zmacs-regions):
21902 * emacs-lisp/pp.el (font-lock-verbose):
21903 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
21904 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
21905 (ses-mode-map):
21906 * emacs-lisp/tcover-unsafep.el (safe-functions):
21907 * international/mule-cmds.el (mac-system-coding-system)
21908 (mac-system-locale):
21909 * language/ethio-util.el (rmail-current-message)
21910 (rmail-message-vector):
21911 * language/thai-util.el (thai-auto-composition-mode):
21912 * mail/metamail.el (rmail-current-message, rmail-message-vector):
21913 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
21914 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
21915 (vm-primary-inbox, vm-spool-files):
21916 * mail/rmail.el (deleted-head, font-lock-fontified)
21917 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
21918 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
21919 (total-messages):
21920 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
21921 (rmail-summary-mode-map):
21922 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
21923 (rmail-last-label, rmail-last-multi-labels)
21924 (rmail-summary-vector, rmail-total-messages):
21925 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
21926 * mail/rmailsum.el (msgnum):
21927 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
21928 (rmail-current-message):
21929 * obsolete/fast-lock.el (font-lock-face-list):
21930 * obsolete/rnewspost.el (mail-reply-buffer):
21931 * obsolete/scribe.el (compile-command):
21932 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
21933
21934 2005-08-28 John Paul Wallington <jpw@gnu.org>
21935
21936 * ibuf-ext.el (ibuffer-auto-update-changed):
21937 Use `frame-or-buffer-changed-p' to check whether we need to update.
21938 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
21939 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
21940 as a `frame-or-buffer-changed-p' state vector instead.
21941
21942 2005-08-27 Romain Francoise <romain@orebokech.com>
21943
21944 * textmodes/makeinfo.el (makeinfo-compile):
21945 Use `compilation-start'. Set `next-error-function' according to
21946 `disable-errors'.
21947 (makeinfo-next-error): New function.
21948 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
21949 (makeinfo-buffer): Likewise.
21950
21951 * progmodes/compile.el (compilation-start): Add autoload cookie.
21952
21953 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
21954 * textmodes/sgml-mode.el: Likewise.
21955 * progmodes/python.el: Likewise.
21956
21957 2005-08-27 Eli Zaretskii <eliz@gnu.org>
21958
21959 * simple.el (blink-matching-paren-distance): Document the meaning
21960 of nil value, and allow to customize to nil.
21961
21962 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
21963 command.com, not command.exe.
21964
21965 2005-08-26 John Wiegley <johnw@newartisans.com>
21966
21967 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
21968 code around a bit so that an extraneous nil argument is not added
21969 to a command when no args are given.
21970
21971 * eshell/esh-arg.el (eshell-parse-double-quote): If a
21972 double-quoted argument resolves to nil, return it as an empty
21973 string rather than as nil. This made it impossible to pass "" to
21974 a shell script as a null string argument.
21975
21976 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
21977
21978 * outline.el (outline-invent-heading): New fun.
21979 (outline-promote, outline-demote): Use it.
21980 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
21981 (outline-end-of-subtree): Remove unused var `opoint'.
21982
21983 2005-08-26 David Reitter <david.reitter@gmail.com>
21984
21985 * menu-bar.el (truncate-lines, write-file, print-buffer)
21986 (ps-print-buffer-faces, ps-print-buffer, split-window):
21987 Disable menu items when the frame they refer to is invisible, or when
21988 they refer to a buffer and the minibuffer is selected.
21989
21990 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
21991
21992 * progmodes/flymake.el (flymake-highlight-err-lines):
21993 Use save-excursion around flymake-highlight-line to preserve point.
21994
21995 2005-08-26 Eli Zaretskii <eliz@gnu.org>
21996
21997 * progmodes/octave-mod.el: Change Author and Maintainer address.
21998 (octave-maintainer-address): Change Kurt's email address.
21999 * progmodes/octave-inf.el: Change Author and Maintainer address.
22000 * progmodes/octave-hlp.el: Change Author and Maintainer address.
22001
22002 2005-08-26 Kim F. Storm <storm@cua.dk>
22003
22004 * subr.el (version-list-<, version-list-<=, version-list-=):
22005 Rename from integer-list-*.
22006 (version-list-not-zero): Likewise. Fix while loop.
22007 (version=): Use version-list-= instead of string-equal.
22008
22009 2005-08-26 Richard M. Stallman <rms@gnu.org>
22010
22011 * outline.el (outline-promote): Try shortening the heading.
22012 As last resort, read the heading to use.
22013 (outline-demote): As last resort, read the heading to use.
22014
22015 2005-08-26 Romain Francoise <romain@orebokech.com>
22016
22017 * progmodes/compile.el (compilation-start): Doc fix.
22018
22019 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
22020 (antlr-font-lock-additional-keywords): Fix reference to
22021 `antlr-font-lock-literal-regexp' erroneously changed during the
22022 mass face rename.
22023 (antlr-run-tool): Use `compilation-start'.
22024
22025 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
22026 instead of the obsolete `compile-internal'.
22027
22028 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
22029
22030 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
22031 (number, original-date):
22032 * calendar/cal-china.el (date):
22033 * calendar/cal-coptic.el (date):
22034 * calendar/cal-french.el (date):
22035 * calendar/cal-hebrew.el (date, entry, number, original-date):
22036 * calendar/cal-islam.el (date, number, original-date):
22037 * calendar/cal-iso.el (date):
22038 * calendar/cal-julian.el (date):
22039 * calendar/cal-mayan.el (date):
22040 * calendar/cal-menu.el (date, event):
22041 * calendar/cal-persia.el (date):
22042 * calendar/lunar.el (date):
22043 * calendar/solar.el (date): Add defvars.
22044
22045 * emerge.el:
22046 * ibuffer.el:
22047 * info-xref.el:
22048 * obsolete/bg-mouse.el:
22049 * obsolete/sun-curs.el:
22050 * obsolete/swedish.el: Move the `defvar's to the top level.
22051
22052 * smerge-mode.el (smerge-refined-change): Add :group.
22053
22054 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
22055
22056 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
22057 (smerge-keep-n): Remove props.
22058 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
22059 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
22060 now that it's done in smerge-keep-n.
22061 (smerge-refined-change): New face.
22062 (smerge-refine-chopup-region, smerge-refine-highlight-change)
22063 (smerge-refine): New funs.
22064 (smerge-basic-map): Bind smerge-refine.
22065
22066 2005-08-25 Juri Linkov <juri@jurta.org>
22067
22068 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
22069 compilation-process-setup-function and compilation-disable-input
22070 in grep-mode instead of let-bindings in grep.
22071
22072 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
22073 Delete "Automatic File De/compression" (auto-compression-mode).
22074
22075 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
22076
22077 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
22078 Silence warning about non-existent variable.
22079
22080 2005-08-25 Richard M. Stallman <rms@gnu.org>
22081
22082 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
22083 Rename "Describe Key" to "Describe Key or Mouse Operation".
22084
22085 * mail/mailalias.el (build-mail-aliases): Delete comments
22086 from the contents before processing them.
22087
22088 * isearch.el (isearch-edit-string): Erase the Search prompt
22089 if user enters an empty string and there is no default.
22090
22091 * comint.el (comint-file-name-prefix): Add autoload.
22092
22093 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
22094
22095 * subr.el (play-sound): Rearrange to avoid warning.
22096
22097 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
22098
22099 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
22100 New hook.
22101 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
22102
22103 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
22104
22105 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
22106
22107 * custom.el (custom-theme-set-variables): Sort minor modes last.
22108
22109 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22110
22111 * subr.el (version-separator, version-regexp-alist): New vars used by
22112 version comparison funs.
22113 (integer-list-<, integer-list-=, integer-list-<=)
22114 (integer-list-not-zero): New funs for integer list comparison.
22115 (version-to-list, version=, version<, version<=): New funs for version
22116 comparison.
22117
22118 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
22119
22120 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
22121 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
22122 time to silence the byte-compiler.
22123
22124 * ibuffer.el (ibuffer-compile-make-eliding-form)
22125 (ibuffer-check-formats): Use `with-no-warnings' to hide references
22126 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
22127 so it's silly to get warnings for it).
22128 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
22129 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
22130 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
22131 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
22132 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
22133 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
22134 Defvar at compile time.
22135 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
22136 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
22137 Declare them before use.
22138
22139 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
22140 (info-xref-good, info-xref-bad): Defvar at compile time.
22141
22142 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
22143 Use `let*' instead of `let'.
22144
22145 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
22146 (*mouse-y*, menu, char): Defvar at compile time.
22147 (sc::menu): Declare it before use.
22148 (sc::pack-one-line): Use `let', not `let*'.
22149
22150 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
22151 (mail-send-hook): Defvar at compile time.
22152
22153 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
22154 Defvar at compile time.
22155
22156 * term/sun-mouse.el (current-global-mousemap)
22157 (current-local-mousemap): Declare them before use.
22158
22159 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
22160
22161 * bookmark.el (bookmark-after-jump-hook): New hook.
22162 (bookmark-jump): Run `bookmark-after-jump-hook'.
22163
22164 2005-08-23 Juri Linkov <juri@jurta.org>
22165
22166 * faces.el (minibuffer-prompt): Doc fix.
22167
22168 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
22169
22170 * progmodes/xscheme.el: Trivial changes to silence warnings.
22171 (xscheme-previous-mode, xscheme-previous-process-state):
22172 Add defvars.
22173 (xscheme-last-input-end, xscheme-process-command-line)
22174 (xscheme-process-name, xscheme-buffer-name)
22175 (xscheme-expressions-ring-max, xscheme-expressions-ring)
22176 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
22177 (xscheme-control-g-synchronization-p)
22178 (xscheme-control-g-disabled-p, xscheme-string-receiver)
22179 (default-xscheme-runlight, xscheme-runlight)
22180 (xscheme-runlight-string, xscheme-process-filter-state)
22181 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
22182 Move to beginning of file.
22183 (scheme-interaction-mode-commands-alist)
22184 (scheme-interaction-mode-map, scheme-debugger-mode-map):
22185 Declare them before use. Note: the initialization code for the
22186 variables has not been moved because it uses functions that reference
22187 the variables.
22188 (xscheme-control-g-message-string, xscheme-process-filter-alist)
22189 (xscheme-prompt-for-expression-map): Declare them before use.
22190 (scheme-debugger-mode-commands): "?\ " -> "?\s".
22191
22192 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
22193
22194 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
22195
22196 2005-08-22 Juri Linkov <juri@jurta.org>
22197
22198 * faces.el (set-face-underline): Delete this duplicate function
22199 and make an obsolete alias to set-face-underline-p.
22200 (set-face-underline-p): Use docstring of set-face-underline.
22201 (describe-face): Create hyperlink to parent face.
22202
22203 * info.el (Info-insert-dir): Use save-excursion around
22204 insert-buffer-substring.
22205 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
22206 (Info-escape-percent): Delete function.
22207 (Info-fontify-node): Replace Info-escape-percent by
22208 replace-regexp-in-string with REP arg set to lambda that
22209 duplicates `%' and preserves text properties.
22210
22211 * progmodes/compile.el (compilation-disable-input): Doc fix.
22212 (define-compilation-mode): Doc fix and refill.
22213 (kill-compilation): Use `mode-name' in the error message.
22214 (compilation-find-file): Use `compilation-error' in the
22215 read-file-name's prompt.
22216
22217 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
22218
22219 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
22220 (smerge-auto-leave): Make undo re-enable the mode.
22221 (debug-ignored-errors): Add the user-error of impossible resolution.
22222 (smerge-resolve): Move things around a bit, in preparation for later.
22223 (smerge-diff): Don't fail if the buffer has no associated file.
22224 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
22225 (smerge-conflict-overlay): New function.
22226 (smerge-match-conflict): Don't add text properties here.
22227 (smerge-find-conflict): Instead, add an overlay here.
22228 Also check for the case where we're inside a conflict already, so as to
22229 obviate the need for font-lock-multiline, which is unbearably slow with
22230 large conflicts and ciomplex font-lock patterns.
22231 (smerge-remove-props): Remove overlay rather than text-properties.
22232 (smerge-mode): Don't set font-lock-multiline.
22233 Remove overlays when turned off.
22234
22235 2005-08-21 Kim F. Storm <storm@cua.dk>
22236
22237 * ido.el (ido-ignore-item-p): Use save-match-data.
22238 Bind case-fold-search to ido-case-fold locally.
22239
22240 2005-08-20 Richard M. Stallman <rms@gnu.org>
22241
22242 * files.el (normal-mode): If font lock is on, turn it off and on.
22243
22244 * subr.el (replace-regexp-in-string): Doc fix.
22245
22246 * startup.el (command-line-1): Don't suppress startup screen
22247 due to existing processes.
22248
22249 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
22250
22251 * progmodes/compile.el (compilation-disable-input): Default to nil.
22252
22253 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
22254
22255 * progmodes/compile.el (compilation-disable-input): New defcustom.
22256 (compilation-start): If compilation-disable-input is non-nil, send
22257 EOF to the compilation process.
22258
22259 2005-08-20 Eli Zaretskii <eliz@gnu.org>
22260
22261 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
22262 Run the argument of tex-shell-cd-command through
22263 convert-standard-filename, to get the correct style of slashes on
22264 Windows, and enclose the result in quotes, in case the file name
22265 includes whitespace or other special characters.
22266
22267 2005-08-19 Andreas Schwab <schwab@suse.de>
22268
22269 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
22270 process.
22271
22272 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
22273
22274 * cus-start.el (minibuffer-prompt-properties): Correct typo.
22275
22276 2005-08-18 Kim F. Storm <storm@cua.dk>
22277
22278 * scroll-lock.el: Fix errors due to incorrect line wrapping.
22279
22280 2005-08-18 Richard M. Stallman <rms@gnu.org>
22281
22282 * scroll-lock.el: New file.
22283
22284 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
22285
22286 * dired.el (dired-move-to-end-of-filename):
22287 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
22288
22289 2005-08-18 Kim F. Storm <storm@cua.dk>
22290
22291 * ido.el (ido-everywhere): Fix defcustom :set function to disable
22292 rather than toggle mode when custom value is nil.
22293 (ido-everywhere): Fix defun doc string.
22294
22295 2005-08-17 Richard M. Stallman <rms@gnu.org>
22296
22297 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
22298 as tag instead of "Inviolable".
22299
22300 2005-08-17 Kim F. Storm <storm@cua.dk>
22301
22302 * windmove.el (windmove-coordinates-of-position): Remove.
22303 (windmove-coordinates-of-window-position): Remove.
22304 (windmove-reference-loc): Use posn-at-point instead.
22305
22306 * subr.el (insert-for-yank-1): Doc fix.
22307
22308 * ido.el (ido-enter-matching-directory): Rename from
22309 ido-enter-single-matching-directory. Change `slash' choice to
22310 `only'. Add `first' choice.
22311 (ido-exhibit): Adapt to above changes.
22312
22313 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
22314
22315 * Makefile.in: Expand comment about building loaddefs.el.
22316
22317 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
22318
22319 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
22320 Comment use of defadvice.
22321
22322 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
22323
22324 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
22325
22326 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
22327 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
22328 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
22329 * progmodes/idlw-shell.el, progmodes/ld-script.el,
22330 * progmodes/which-func.el, ruler-mode.el, strokes.el,
22331 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
22332 for backward compatibility for faces that did not appear in the
22333 previous Emacs release.
22334
22335 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
22336
22337 2005-08-15 Kim F. Storm <storm@cua.dk>
22338
22339 * emulation/cua-base.el (cua-delete-region): Return t if
22340 deleted region was non-empty.
22341 (cua-replace-region): Inhibit overwrite-mode for
22342 self-insert-command if replaced region was non-empty.
22343 (cua--explicit-region-start, cua--status-string): Make them
22344 buffer-local at top-level...
22345 (cua-mode): ...rather than when mode is enabled.
22346
22347 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
22348
22349 * progmodes/vhdl-mode.el (vhdl-emacs-21):
22350 Set t for Emacs 21, 22, and so on.
22351
22352 2005-08-15 David Ponce <david@dponce.com>
22353
22354 * tree-widget.el: Update Commentary header.
22355 (tree-widget-theme): Doc fix.
22356 (tree-widget-space-width): New option.
22357 (tree-widget-image-properties): Look up in the default theme too.
22358 (tree-widget--cursors): Only for images with arrow pointer shape.
22359 (tree-widget-lookup-image): Pointer shape is hand by default.
22360 (tree-widget-icon): Rename generic icon widget from
22361 `tree-widget-control'.
22362 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
22363 derive from `tree-widget-icon'.
22364 (tree-widget-handle): Improve default look and feel of the text
22365 representation.
22366 (tree-widget): Rename :*-control properties to :*-icon properties.
22367 Add :action and :help-echo properties.
22368 (tree-widget-after-toggle-functions): Move.
22369 (tree-widget-close-node, tree-widget-open-node): Remove.
22370 (tree-widget-before-create-icon-functions): New hook.
22371 (tree-widget-value-create): Update to allow customization of icons
22372 and nodes at run-time via that new hook.
22373 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
22374 (tree-widget-icon-action, tree-widget-icon-help-echo)
22375 (tree-widget-action, tree-widget-help-echo): New functions.
22376
22377 2005-08-15 Kim F. Storm <storm@cua.dk>
22378
22379 * ido.el (ido-buffer-internal): Use with-no-warnings.
22380 (ido-make-merged-file-list): Use while-no-input.
22381
22382 2005-08-15 Richard M. Stallman <rms@gnu.org>
22383
22384 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
22385 (flyspell-large-region): Fix doc and custom type.
22386
22387 2005-08-14 Richard M. Stallman <rms@gnu.org>
22388
22389 * files.el (interpreter-mode-alist): Doc fix.
22390
22391 * mail/rmail.el (rmail-nonignored-headers): New variable.
22392 (rmail-clear-headers): Use it.
22393 (rmail-reply): Better handling of mail-followup-to header.
22394
22395 * progmodes/sh-script.el (sh-font-lock-keywords-var):
22396 Rename variable from sh-font-lock-keywords. In the `shell' entry,
22397 don't try to refer to executable-font-lock-keywords.
22398 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
22399 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
22400 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
22401 (sh-mode): Set comment-start-skip, local-abbrev-table,
22402 imenu-case-fold-search.
22403 (sh-set-shell): Don't set them here.
22404 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
22405 Don't cache the results in the original alist; don't ever modify
22406 that alist.
22407
22408 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
22409
22410 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
22411 empty.
22412
22413 2005-08-15 Andreas Schwab <schwab@suse.de>
22414
22415 * desktop.el: Put autoload cookie at risky-local-variable declarations.
22416
22417 * dired.el, info.el, mail/rmail.el: Revert last change.
22418
22419 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
22420
22421 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
22422 modification in `eval-after-load' form.
22423 * info.el: Likewise.
22424 * mail/rmail.el: Likewise.
22425
22426 2005-08-14 Juri Linkov <juri@jurta.org>
22427
22428 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22429 Remove highlighting of "Compilation started". Highlight only
22430 the word "finished" in "Compilation finished". Add highlighting
22431 of "interrupt", "killed", "terminated" and the exit code.
22432 (compilation-start): Add newline after header. Use exactly the
22433 same time stamp format as the finishing message.
22434 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
22435
22436 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
22437 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
22438 Add highlighting of "interrupt", "killed", "terminated".
22439
22440 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
22441 enabled and the current command is self-insert-command, call it
22442 explicitly with overwrite-mode bound to nil, to not allow it
22443 to delete the character after the selected region.
22444
22445 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
22446
22447 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
22448 move-end-of-line, end-of-line, and beginning-of-line to the list
22449 of commands after which the echo area is updated.
22450
22451 2005-08-12 Eli Zaretskii <eliz@gnu.org>
22452
22453 * cus-edit.el (custom-save-all, custom-save-delete):
22454 Bind recentf-exclude to exclude custom-file.
22455
22456 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
22457
22458 * mail/rmailsum.el (rmail-summary-end-of-message): New command
22459 to go to the bottom of the mail message. Added to
22460 `rmail-summary-mode-map' with key "/".
22461 (rmail-summary-show-message): New (internal) function for use by
22462 both `rmail-summary-beginning/end-of-message'.
22463 (rmail-summary-beginning-of-message): Change to use
22464 rmail-summary-show-message.
22465
22466 * mail/rmail.el (rmail-end-of-message): New command to go to the
22467 end of the current message. Added to `rmail-mode-map' with key "/".
22468 (rmail-beginning-of-message): Fix to work as documented.
22469 (rmail-mode): Change documentation.
22470
22471 * progmodes/compile.el (compilation-start): Add the line
22472 "Compilation started" with compilation start time.
22473 (compilation-mode-font-lock-keywords): Add `started' to keywords.
22474
22475 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
22476
22477 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
22478 of menu items.
22479
22480 2005-08-11 Richard M. Stallman <rms@gnu.org>
22481
22482 * simple.el (pop-global-mark): Reverse test of widen-automatically.
22483
22484 * battery.el (battery-status-function): Don't use ignore-errors.
22485
22486 2005-08-11 Lute Kamstra <lute@gnu.org>
22487
22488 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
22489 define-obsolete-variable-alias.
22490
22491 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
22492
22493 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
22494 (ange-ftp-send-cmd): Revert last change, and expand
22495 the comment explaining the problem.
22496
22497 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
22498
22499 * ldefs-boot.el: Update.
22500
22501 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
22502 item to "Time, Load and Mail". Change help echo text.
22503
22504 * time.el (display-time-use-mail-icon, display-time-format)
22505 (display-time-string-forms): Shorten first line of docstrings.
22506
22507 2005-08-10 Lars Hansen <larsh@soem.dk>
22508
22509 * desktop.el (desktop-buffer-mode-handlers):
22510 Make non-customizable. Add autoload cookie. Change initial value to
22511 nil; add elements in respective modules instead. Fix doc string.
22512 (desktop-load-file): New function.
22513 (desktop-minor-mode-handlers): New autoloaded variable.
22514 (desktop-create-buffer): Call minor mode handlers.
22515 Use desktop-load-file to load major and minor mode modules prior to
22516 checking for a handler.
22517 (desktop-save): Don't add nil to desktop-minor-modes for minor
22518 modes with nil function in desktop-minor-mode-table. Don't delete
22519 desktop file before rewriting it.
22520 (desktop-locals-to-save): Add autoload cookie. Don't make
22521 automatically buffer-local. Add variables column-number-mode,
22522 size-indication-mode, indent-tabs-mode,
22523 indicate-buffer-boundaries, indicate-empty-lines and
22524 show-trailing-whitespace.
22525 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
22526 regexps. Don't use desktop-clear-preserve-buffers-regexp.
22527 (desktop-clear-preserve-buffers-regexp): Delete.
22528 (desktop-clear-preserve-buffers): Update initial value and docstring.
22529 (desktop-save-buffer): Fix doc string.
22530
22531 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
22532 (hilit-chg-desktop-restore): New function.
22533 (highlight-changes-mode): Add highlight-changes-mode to
22534 desktop-locals-to-save.
22535
22536 * dired.el: Add handler to desktop-buffer-mode-handlers.
22537 (dired-restore-desktop-buffer): Remove autoload cookie.
22538 (dired-mode): Add autoload cookie.
22539
22540 * info.el: Add handler to desktop-buffer-mode-handlers.
22541 (Info-restore-desktop-buffer): Remove autoload cookie.
22542 (Info-mode): Add autoload cookie.
22543
22544 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
22545 (mh-restore-desktop-buffer): Remove autoload cookie.
22546 (mh-folder-mode): Add autoload cookie.
22547
22548 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
22549 (rmail-restore-desktop-buffer): Remove autoload cookie.
22550
22551 2005-08-11 Masatake YAMATO <jet@gyve.org>
22552
22553 * hexl.el (hexl-address-region):
22554 (hexl-ascii-region, hexl-font-lock-keywords):
22555 (hexl-highlight-line-range): Use the term "region"
22556 instead of "area" for consistency with the other symbols
22557 defined in hexl.el.
22558
22559 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
22560
22561 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
22562 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
22563 out by Juri Linkov). Add `display-battery-mode'.
22564
22565 2005-08-09 Juri Linkov <juri@jurta.org>
22566
22567 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22568 Remove `-text' from face variable names.
22569 (compilation-error-file-name, compilation-warning-file-name)
22570 (compilation-info-file-name): Delete faces.
22571 (compilation-line-number, compilation-column-number):
22572 Remove face underlining.
22573 (compilation-message-face): Set to `underline' value by default.
22574 (compilation-error-face, compilation-warning-face)
22575 (compilation-info-face): Remove `-file-name' from face names.
22576 (compilation-error-text-face, compilation-warning-text-face)
22577 (compilation-info-text-face): Delete face variables.
22578 (compilation-text-face): Delete function.
22579
22580 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
22581 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
22582 (grep-error-face): Set to `compilation-error' instead of
22583 `compilation-error-face' (which is redefined to `grep-hit-face' in
22584 grep buffers).
22585 (grep-mode-font-lock-keywords): Remove `-text' from face variable
22586 names. Use `grep-error-face' instead of `compilation-error-text-face'.
22587
22588 * dired-aux.el (dired-do-query-replace-regexp):
22589 Use `query-replace-read-args'.
22590
22591 * replace.el (query-replace-read-from, query-replace-read-to)
22592 (query-replace-read-args): Rename arg `string' to `prompt'.
22593
22594 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
22595
22596 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
22597
22598 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
22599 uploading files.
22600 (ange-ftp-canonize-filename): Handle file names beginning with ~
22601 correctly.
22602
22603 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
22604
22605 * textmodes/fill.el (canonically-space-region)
22606 (fill-context-prefix, fill-french-nobreak-p)
22607 (fill-delete-newlines, fill-comment-paragraph)
22608 (justify-current-line): "?\ " -> "?\s".
22609
22610 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
22611
22612 * textmodes/fill.el (fill-nonuniform-paragraphs):
22613 Improve argument/docstring consistency.
22614
22615 2005-08-09 Richard M. Stallman <rms@gnu.org>
22616
22617 * textmodes/ispell.el (ispell-word): More fboundp checks.
22618
22619 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
22620 (find-file-noselect-1): Call it here, only if RAWFILE.
22621 (normal-mode): Always set some major mode.
22622 (save-some-buffers-action-alist): Change some explanation strings.
22623 (file-name-non-special): In the `quote' method, use unwind-protect.
22624
22625 2005-08-09 Magnus Henoch <mange@freemail.hu>
22626
22627 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
22628 (ispell-have-aspell-dictionaries): New variable.
22629 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
22630 (ispell-get-aspell-config-value): New function.
22631 (ispell-aspell-find-dictionary): New function.
22632 (ispell-aspell-add-aliases): New function.
22633 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
22634 appropriate. Don't look for ispell dictionaries if we use aspell.
22635 (ispell-menu-map): Don't build a submenu of dictionaries.
22636
22637 2005-08-09 Richard M. Stallman <rms@gnu.org>
22638
22639 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
22640 (sql-read-passwd): Use read-passwd.
22641
22642 * progmodes/idlw-toolbar.el (idlwave-toolbar)
22643 (idlwave-toolbar-is-possible): Add defvars.
22644
22645 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
22646 Avoid warnings.
22647
22648 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
22649 (idlwave-system-class-info, idlwave-executive-commands-alist):
22650 Use defvar.
22651
22652 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
22653
22654 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
22655 Avoid warnings.
22656
22657 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
22658 and content-type: headers.
22659
22660 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
22661
22662 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
22663 and rename some of them to be more self-explanatory.
22664
22665 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
22666
22667 * startup.el (command-line-1): Implement -scriptload.
22668
22669 * replace.el (occur-engine): Initial *Occur* output not undoable.
22670
22671 * menu-bar.el (menu-bar-file-menu): Rename some menu items
22672 and improve help strings.
22673
22674 * isearch.el (isearch-repeat): When changing direction,
22675 mark search successful.
22676
22677 * ediff-init.el: Use (featurep 'xemacs).
22678
22679 * comint.el (send-invisible): Identify buffer, if not selected.
22680
22681 * align.el: Delete autoload for c-guess-basic-syntax.
22682
22683 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
22684
22685 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
22686 Improve argument/docstring consistency. Doc fixes.
22687 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
22688 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
22689 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
22690 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
22691 (r2bv-organization, r2bv-pages, r2bv-primary-author)
22692 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
22693 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
22694 Defvar at compile time.
22695
22696 2005-08-09 Juri Linkov <juri@jurta.org>
22697
22698 * info.el: Replace `info' with upper-case `Info' where appropriate.
22699 (info-title-1, info-title-2, info-title-3, info-title-4)
22700 (info-menu-header): Move up face definitions.
22701 (info-menu-star): Rename from `info-menu-5'.
22702 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
22703 (Info-fontify-visited-nodes): Fix docstring.
22704 (Info-hide-note-references): Fix docstring.
22705 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
22706 menu items in the same way as on cross-references.
22707 (info-apropos): Fix sorting order and formatting to be like in the
22708 stand-alone Info browser. Display error messages for 1 sec.
22709 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
22710 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
22711 from the menu bar.
22712 (Info-insert-dir): Restore point after calling
22713 `insert-buffer-substring'.
22714
22715 2005-08-08 Richard M. Stallman <rms@gnu.org>
22716
22717 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
22718 (recompute-lucid-menubar): Add defvars.
22719
22720 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
22721
22722 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
22723
22724 * net/net-utils.el (run-dig): Rename from `dig'.
22725
22726 * play/gametree.el (gametree-mode): Use make-local-variable,
22727 not make-variable-buffer-local.
22728
22729 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
22730
22731 * ansi-color.el (ansi-color-make-extent)
22732 (ansi-color-set-extent-face): Use fboundp, not functionp.
22733
22734 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
22735 not make-variable-buffer-local.
22736
22737 * bookmark.el (Info-current-file): Add defvar.
22738 (bookmark-jump-noselect): Use with-no-warnings.
22739
22740 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
22741
22742 * ebuff-menu.el (Helper-return-blurb): Add defvar.
22743
22744 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
22745
22746 * find-file.el (ada-procedure-start-regexp)
22747 (ada-package-start-regexp): Add defvars.
22748
22749 * info.el (Info-insert-dir): Use insert-buffer-substring.
22750
22751 * xml.el (xml-att-def-re): Add defvar.
22752
22753 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
22754 calling convention.
22755
22756 * subr.el (while-no-input): Return t if there is input.
22757
22758 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
22759
22760 * cus-start.el (all): Add `overflow-newline-into-fringe'.
22761
22762 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
22763
22764 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
22765 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
22766
22767 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
22768
22769 * cmuscheme.el (scheme-start-file): Replace reference to
22770 `user-emacs-directory' by "~/.emacs.d/".
22771
22772 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
22773
22774 * info.el (Info-dir-remove-duplicates): Avoid case folding
22775 in loop; instead, keep downcased strings for comparison.
22776 Suggested by Helmut Eller.
22777
22778 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
22779
22780 Sync with Tramp 2.0.50.
22781
22782 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
22783 XEmacs case; not necessary anymore.
22784 (tramp-user-regexp): Allow "@" as part of user name.
22785 (tramp-handle-set-visited-file-modtime)
22786 (tramp-handle-insert-file-contents)
22787 (tramp-handle-write-region): No special handling for
22788 `last-coding-system-used, because this is done in
22789 `tramp-accept-process-output' now.
22790 (tramp-accept-process-output): New defun.
22791 (tramp-process-one-action, tramp-process-one-multi-action)
22792 (tramp-wait-for-regexp, tramp-wait-for-output)
22793 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
22794 Howells <dhowells@redhat.com>.
22795 (clear-visited-file-modtime): Defadvice removed. The check for
22796 unset buffer's modtime does not need to be based on
22797 `tramp-buffer-file-attributes'. Suggested by RMS.
22798 (tramp-message): Insert "\n" if not being at beginning of line.
22799 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
22800 sequence with same logic.
22801 (tramp-completion-handle-expand-file-name): Discard call of
22802 `tramp-drop-volume-letter'. It is not necessary, and there have
22803 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
22804 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
22805 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
22806 should always be visible.
22807 (tramp-handle-insert-directory, tramp-setup-complete)
22808 (tramp-set-process-query-on-exit-flag)
22809 (tramp-append-tramp-buffers): Pacify byte-compiler.
22810 (tramp-bug): Delete non-existing variables from list.
22811 Apply `tramp-load-report-modules' as pre-hook.
22812 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
22813 `shell-prompt-pattern' because of non-7bit characters.
22814 Reported by Sebastian Luque <sluque@mun.ca>.
22815 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
22816 (tramp-match-string-list): Remove function.
22817 (tramp-wait-for-regexp): Remove call of that function.
22818 Suggested by Kim F. Storm <storm@cua.dk>.
22819 (tramp-set-auto-save-file-modes): Use octal integer code #o600
22820 instead of octal character code ?\600. The latter resulted in a
22821 syntax error with XEmacs.
22822
22823 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
22824 XEmacs case; not necessary anymore.
22825 (tramp-smb-handle-write-region): No special handling for
22826 `last-coding-system-used, because this is done in
22827 `tramp-accept-process-output' now.
22828 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
22829
22830 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
22831
22832 * wid-edit.el (widget-choice-value-create):
22833 Unconditionally respect user choice. Set :explicit-choice back to nil
22834 when no longer needed.
22835 (widget-choice-action): Unconditionally respect user choice.
22836 Eliminate :explicit-choice-value.
22837
22838 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
22839
22840 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
22841 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
22842 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
22843 running new function `toggle-indicate-empty-lines'.
22844 Rename "Customize" item to "Customize fringe".
22845 Rename "Indicators" item to "Buffer boundaries" and change help echo.
22846 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
22847 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
22848 Delete "Empty lines only" item.
22849 (menu-bar-showhide-fringe-ind-customize): New function.
22850 (menu-bar-showhide-fringe-ind-mixed)
22851 (menu-bar-showhide-fringe-ind-box)
22852 (menu-bar-showhide-fringe-ind-right)
22853 (menu-bar-showhide-fringe-ind-left)
22854 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
22855 instead of `fringe-indicators'.
22856
22857 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
22858
22859 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
22860 Change the date of last update.
22861
22862 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
22863
22864 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
22865 (viper-exec-yank, viper-put-back): Don't display modification msg
22866 if in the minibuffer.
22867
22868 * viper-init.el (viper-replace-overlay-cursor-color)
22869 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
22870 Make variables frame local.
22871
22872 * viper-util.el (viper-append-filter-alist): Use append instead of
22873 nconc.
22874
22875 * viper.el (viper-vi-state-mode-list)
22876 (viper-emacs-state-mode-list): Move help-mode and
22877 completion-list-mode from the first list to the second.
22878 (viper-mode): Docstring.
22879 (viper-go-away, viper-non-hook-settings): Don't localize
22880 minor-mode-alist in newer Emacsen. Add advice to
22881 set-cursor-color. Don't bind "\C-c\\".
22882
22883 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
22884
22885 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
22886 (scheme-macro-expand-command): New user options.
22887 (scheme-trace-procedure, scheme-expand-current-form): New commands.
22888 (scheme-form-at-point, scheme-start-file)
22889 (scheme-interactively-start-process): New functions.
22890 (scheme-get-process): New function, extracted from `scheme-proc'.
22891 (run-scheme): Call `scheme-start-file' to get start file, and pass
22892 it to `make-comint'.
22893 (switch-to-scheme, scheme-proc):
22894 Call `scheme-interactively-start-process' if no Scheme buffer/process
22895 is available.
22896
22897 2005-08-06 Juri Linkov <juri@jurta.org>
22898
22899 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22900 Use `compilation-text-face', `compilation-info-text-face' and
22901 `compilation-error-text-face' instead of `font-lock-keyword-face'.
22902 (compilation-error): New face.
22903 (compilation-error-file-name): Inherit from
22904 `compilation-error' instead of `font-lock-warning-face'.
22905 (compilation-warning-file-name): Inherit from
22906 `compilation-warning' instead of `font-lock-warning-face'.
22907 (compilation-info, compilation-error-file-name)
22908 (compilation-warning-file-name, compilation-info-file-name)
22909 (compilation-line-number, compilation-column-number): Doc fix.
22910 (compilation-error-text-face, compilation-warning-text-face)
22911 (compilation-info-text-face): New face variables.
22912 (compilation-line-face, compilation-column-face)
22913 (compilation-enter-directory-face)
22914 (compilation-leave-directory-face): Doc fix.
22915 (compilation-text-face): New function.
22916
22917 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
22918 instead of 1 to display binary file names as info file links.
22919 (grep-error-face): Use `compilation-error-face' instead of
22920 `font-lock-keyword-face'.
22921 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
22922 and `compilation-warning-text-face' instead of
22923 `font-lock-keyword-face'. Use `compilation-error-text-face'
22924 instead of `grep-error-face'.
22925
22926 2005-08-05 Kenichi Handa <handa@m17n.org>
22927
22928 * international/code-pages.el: Add autoload cookies for all coding
22929 systems.
22930
22931 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
22932
22933 * cus-start.el (all): Put undo.c where it alphabetically belongs.
22934
22935 2005-08-04 Juri Linkov <juri@jurta.org>
22936
22937 * progmodes/compile.el (compilation-mode-map):
22938 * progmodes/grep.el (grep-mode-map):
22939 Bind TAB to `compilation-next-error' and [backtab] to
22940 `compilation-previous-error'.
22941
22942 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
22943 matching line numbers, column numbers and their ranges with regexp
22944 matching only line numbers.
22945 (grep-context-face): New face variable.
22946 (grep-mode-font-lock-keywords): Use it.
22947
22948 * faces.el (read-face-name): Delete duplicate faces.
22949
22950 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
22951
22952 * thumbs.el (thumbs-find-image): Don't make variables
22953 automatically buffer local.
22954 (thumbs-current-tmp-filename, thumbs-current-image-filename)
22955 (thumbs-image-num): Make automatically buffer local.
22956 (thumbs-show-thumbs-list): Use `make-local-variable', not
22957 `make-variable-buffer-local'.
22958 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
22959
22960 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
22961 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
22962 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
22963 (bother, bye, canyou, chatlst, continue, deathlst, describe)
22964 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
22965 (feelings-about, foullst, found, hello, history, howareyoulst)
22966 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
22967 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
22968 (neglst, obj, object, owner, please, problems, qlist)
22969 (random-adjective, relation, remlst, repetitive-shortness)
22970 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
22971 (shortlst, something, sportslst, stallmanlst, states, subj)
22972 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
22973 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
22974 Defvar at compile time.
22975
22976 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
22977 not `make-variable-buffer-local'.
22978
22979 2005-08-02 Kim F. Storm <storm@cua.dk>
22980
22981 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
22982 rectangle overlay in selected window.
22983
22984 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
22985
22986 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
22987 instead of display group. Make `indicate-buffer-boundaries'
22988 customizable through Custom.
22989
22990 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
22991
22992 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
22993 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
22994 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
22995 (gdb-put-string): Fix typos in docstrings.
22996
22997 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
22998
22999 Update copyright notices of files in progmodes directory for
23000 release of Emacs 22.1.
23001
23002 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
23003
23004 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
23005 Don't barf if the GUD buffer has been killed.
23006
23007 2005-08-01 Kim F. Storm <storm@cua.dk>
23008
23009 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
23010
23011 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
23012
23013 * simple.el (next-error-follow-minor-mode):
23014 make-variable-buffer-local -> make-local-variable.
23015
23016 * emacs-lisp/cl-extra.el: Require CL also when compiling.
23017
23018 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
23019 (byte-compile-form-make-variable-buffer-local): New functions to warn
23020 about misuses of make-variable-buffer-local where make-local-variable
23021 was meant.
23022
23023 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
23024
23025 * bs.el (bs-attributes-list): Doc fix.
23026 (bs): Update url-link.
23027
23028 * desktop.el (desktop-save-buffer): Fix typos in docstring.
23029 (desktop-load-default): Simplify.
23030
23031 * ibuffer.el (ibuffer-columnize-and-insert-list)
23032 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
23033 (ibuffer-unmark-all, ibuffer-toggle-marks)
23034 (ibuffer-unmark-forward, ibuffer-unmark-backward)
23035 (ibuffer-compile-make-format-form, ibuffer-format-column)
23036 (ibuffer-current-buffers-with-marks)
23037 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
23038 (ibuffer): Doc fix.
23039 (ibuffer-mode): Fix typo in docstring.
23040 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
23041 with `define-obsolete-variable-alias'.
23042 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
23043
23044 2005-07-29 Kenichi Handa <handa@m17n.org>
23045
23046 * international/mule-cmds.el (select-message-coding-system):
23047 Be sure to use LF for end-of-line. If no coding system is decided,
23048 return iso-8859-1-unix.
23049
23050 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
23051
23052 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
23053 (ange-ftp-pending-error-line): New vars.
23054 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
23055 to handle the non-fatal no-route-to-host messages.
23056 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
23057
23058 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
23059
23060 * isearch.el (isearch-mode-map, isearch-other-meta-char)
23061 (isearch-quote-char, isearch-printing-char)
23062 (isearch-text-char-description): "?\ " -> "?\s".
23063 (isearch-lazy-highlight-cleanup)
23064 (isearch-lazy-highlight-initial-delay)
23065 (isearch-lazy-highlight-interval)
23066 (isearch-lazy-highlight-max-at-a-time)
23067 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
23068 Declare with define-obsolete-*-alias macros.
23069 (isearch-forward): Fix typo in docstring.
23070 (search-invisible, search-ring-yank-pointer)
23071 (regexp-search-ring-yank-pointer): Doc fixes.
23072
23073 * recentf.el (recentf-menu-append-commands-p): Declare with
23074 `define-obsolete-variable-alias'.
23075 (recentf-max-saved-items, recentf-menu-filter)
23076 (recentf-arrange-by-rule-subfilter): Doc fixes.
23077 (recentf-menu-append-commands-flag)
23078 (recentf-initialize-file-name-history, recentf-expand-file-name)
23079 (recentf-clear-data): Fix typos in docstrings.
23080
23081 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
23082
23083 * progmodes/gdb-ui.el: Smarten comments.
23084 (gdb-info-breakpoints-custom): Use nowarn when finding file.
23085
23086 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
23087
23088 * term/apollo.el (terminal-init-apollo): New function containing
23089 all former top level forms in the file.
23090 * term/bobcat.el (terminal-init-bobcat):
23091 * term/cygwin.el (terminal-init-cygwin):
23092 * term/iris-ansi.el (terminal-init-iris-ansi):
23093 * term/linux.el (terminal-init-linux):
23094 * term/news.el (terminal-init-news):
23095 * term/rxvt.el (terminal-init-rxvt):
23096 * term/sun.el (terminal-init-sun):
23097 * term/tvi970.el (terminal-init-tvi970):
23098 * term/vt100.el (terminal-init-vt100):
23099 * term/vt102.el (terminal-init-vt102):
23100 * term/vt125.el (terminal-init-vt125):
23101 * term/vt200.el (terminal-init-vt200):
23102 * term/vt201.el (terminal-init-vt201):
23103 * term/vt220.el (terminal-init-vt220):
23104 * term/vt240.el (terminal-init-vt240):
23105 * term/vt300.el (terminal-init-vt300):
23106 * term/vt320.el (terminal-init-vt320):
23107 * term/vt400.el (terminal-init-vt400):
23108 * term/vt420.el (terminal-init-vt420):
23109 * term/wyse50.el (terminal-init-wyse50):
23110 * term/xterm.el (terminal-init-xterm): Likewise.
23111
23112 * term/README: Describe the terminal-init-* functionality.
23113
23114 * startup.el (command-line): After loading the terminal initialization
23115 file call the corresponding terminal initialization function.
23116
23117 2005-07-27 Kenichi Handa <handa@m17n.org>
23118
23119 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
23120 negative.
23121
23122 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
23123 (ps-mule-composition-prologue): Fix for the case that
23124 RelativeCompose is false.
23125
23126 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
23127
23128 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
23129
23130 * descr-text.el (describe-char): Handle the case where the list of
23131 chars is displayed in a separate frame.
23132 Be a bit more discriminating when looking for the char.
23133
23134 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
23135
23136 * bookmark.el (bookmark-automatically-show-annotations)
23137 (bookmark-read-annotation-text-func): Doc fixes.
23138 (bookmark-save): Improve argument/docstring consistency.
23139 (bookmark-get-bookmark, bookmark-get-bookmark-record)
23140 (bookmark-alist-from-buffer)
23141 (bookmark-upgrade-file-format-from-0)
23142 (bookmark-grok-file-format-version)
23143 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
23144 (bookmark-read-annotation-mode)
23145 (bookmark-insert-current-bookmark, bookmark-jump)
23146 (bookmark-exit-hook): Fix typos in docstrings.
23147 (bookmark-exit-hooks): Define as obsolete alias.
23148 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
23149 not `bookmark-exit-hooks'. Fix docstring.
23150 (bookmark-bmenu-select): "?\ " -> "?\s".
23151
23152 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
23153
23154 * startup.el (command-line): Fix typo.
23155
23156 2005-07-24 Richard M. Stallman <rms@gnu.org>
23157
23158 * tooltip.el (tooltip-mode): Test emacs-basic-display,
23159 not emacs-quick-startup.
23160
23161 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
23162
23163 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
23164 (reb-next-match, reb-show-subexp): Use `with-selected-window'
23165 instead of `reb-with-current-window'.
23166 (reb-prev-match): Likewise. Also, don't move left if the search
23167 was unsuccessful.
23168 (reb-initialize-buffer): New function.
23169 (re-builder, reb-change-syntax): Use it.
23170
23171 * man.el (Man-goto-page): Make second argument NOERROR optional.
23172
23173 2005-07-23 Richard M. Stallman <rms@gnu.org>
23174
23175 * man.el (Man-bgproc-sentinel): Check here for failure to find
23176 any man page in the output, and report the error here.
23177 (Man-arguments): Make it permanent local.
23178 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
23179 (Man-mode): Pass t for NOERROR.
23180
23181 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
23182 (grep-mode-font-lock-keywords):
23183 Don't use compilation-...-face for messages that are not file names.
23184
23185 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23186 Don't use compilation-...-face for messages that are not file names.
23187
23188 2005-07-22 Juri Linkov <juri@jurta.org>
23189
23190 * startup.el (normal-splash-screen): Update menu name.
23191
23192 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
23193
23194 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
23195
23196 * term/xterm.el: Load term/rxvt if the terminal is actually an
23197 rxvt terminal.
23198 (xterm-rxvt-set-background-mode): Remove, not used anymore.
23199
23200 * term/rxvt.el (function-key-map): Use substitute-key-definition
23201 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
23202
23203 * term/cygwin.el: New file.
23204
23205 2005-07-22 Kim F. Storm <storm@cua.dk>
23206
23207 * image-file.el (insert-image-file, image-file-yank-handler):
23208 Fix last change to maintain a (unique) yank-handler on yanked images.
23209
23210 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
23211
23212 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
23213 of the file size (as in "177B" for 177 bytes). This happens with
23214 "ls -lh" on FreeBSD.
23215
23216 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
23217
23218 * hilit-chg.el (highlight-changes-global-initial-state)
23219 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
23220 (hilit-chg-fixup, highlight-changes-mode):
23221 Fix typos in docstrings.
23222 (highlight-changes-global-modes, highlight-changes-rotate-faces):
23223 Doc fixes.
23224
23225 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
23226
23227 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
23228 mode function using `eval-after-load'.
23229
23230 2005-07-21 Kim F. Storm <storm@cua.dk>
23231
23232 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
23233 included when reporting an Emacs crash, and tell about the DEBUG file.
23234
23235 * image-file.el (insert-image-file): Add yank-handler.
23236 (image-file-yank-handler): Yank handler to make unique copies of
23237 images when they are yanked into a buffer next to each other.
23238
23239 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
23240
23241 * comint.el (comint-use-prompt-regexp, comint-send-input)
23242 (comint-source-default, comint-extract-string)
23243 (comint-get-source, comint-word, comint-completion)
23244 (comint-source, comint-prompt-read-only, comint-update-fence):
23245 Fix typos in docstrings.
23246 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
23247 Declare with define-obsolete-*-alias macros.
23248 (comint-previous-matching-input-from-input)
23249 (comint-next-matching-input-from-input)
23250 (comint-previous-matching-input, comint-next-matching-input)
23251 (comint-forward-matching-input):
23252 Improve argument/docstring consistency.
23253
23254 * desktop.el (desktop-clear-preserve-buffers-regexp):
23255 Also preserve the *server* buffer.
23256
23257 * simple.el (clone-indirect-buffer): Doc fix.
23258 (fixup-whitespace, just-one-space)
23259 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
23260 (next-error, next-error-highlight)
23261 (next-error-highlight-no-select, next-error-last-buffer)
23262 (next-error-buffer-p, next-error-find-buffer, next-error)
23263 (previous-error, next-error-no-select, previous-error-no-select)
23264 (open-line, split-line, minibuffer-prompt-width, kill-new)
23265 (binary-overwrite-mode): Fix typos in docstrings.
23266 (set-fill-column): Fix typo in message.
23267
23268 * skeleton.el (skeleton-proxy-new): Doc fix.
23269
23270 * strokes.el (strokes-load-hook): Doc fix.
23271 (strokes-grid-resolution, strokes-get-grid-position)
23272 (strokes-renormalize-to-grid, strokes-read-stroke)
23273 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
23274 (strokes-global-map): Fix typos in docstrings.
23275 (strokes-help): Doc fix. Fix help message and pass it through
23276 `substitute-command-keys'.
23277
23278 * tempo.el (tempo-insert-prompt, tempo-interactive)
23279 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
23280 (tempo-insert-string-functions, tempo-local-tags)
23281 (tempo-define-template, tempo-insert-template)
23282 (tempo-insert-prompt-compat, tempo-is-user-element)
23283 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
23284 Fix typos in docstrings.
23285
23286 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
23287 (vcursor-key-bindings, vcursor-use-vcursor-map)
23288 (vcursor-find-window, vcursor-scroll-down)
23289 (vcursor-disable, vcursor-beginning-of-buffer)
23290 (vcursor-end-of-buffer): Fix typos in docstrings.
23291 (vcursor-relative-move, vcursor-get-char-count):
23292 Improve argument/docstring consistency.
23293
23294 * version.el: "?\ " -> "?\s".
23295
23296 * wid-edit.el (widget-default-create, widget-after-change)
23297 (widget-default-format-handler, widget-checklist-add-item)
23298 (widget-radio-add-item, widget-choose, widget-specify-secret)
23299 (widget-field-value-create, widget-field-value-get)
23300 (widget-editable-list-format-handler)
23301 (widget-editable-list-entry-create, widget-group-value-create)
23302 (widget-documentation-link-add)
23303 (widget-documentation-string-value-create): "?\ " -> "?\s".
23304 (widget-convert-text): Doc fix.
23305 (widget-narrow-to-field, widget-field-find)
23306 (widget-url-link-action, widget-emacs-library-link-action)
23307 (widget-color-notify): Fix typos in docstrings.
23308
23309 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
23310 (x-select-text, set-w32-system-coding-system)
23311 (w32-add-charset-info): Fix typos in docstrings.
23312
23313 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
23314 (cua-enable-cua-keys, cua-use-hyper-key)
23315 (cua-virtual-rectangle-edges): Fix typos in docstrings.
23316 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
23317
23318 * net/tramp.el (tramp-handle-load): Fix typo in error message.
23319
23320 * emacs-lisp/re-builder.el (regexp-builder): Declare with
23321 `defalias' instead of faking it.
23322
23323 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
23324 (eshell-ls-missing, eshell-ls-dired-initial-args)
23325 (eshell-ls-use-in-dired): Fix typos in docstrings.
23326
23327 2005-07-20 Kim F. Storm <storm@cua.dk>
23328
23329 * emulation/cua-base.el (cua-mode): Improve doc string.
23330
23331 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
23332
23333 * abbrev.el (expand-region-abbrevs): Doc fix.
23334 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
23335 Improve argument/docstring consistency.
23336
23337 * arc-mode.el (archive-get-descr, archive-alternate-display):
23338 Doc fixes.
23339 (archive-l-e): Improve argument/docstring consistency.
23340 (archive-tmpdir, archive-unixdate, archive-unixtime)
23341 (archive-chmod-entry): Fix typos in docstrings.
23342 (archive-unflag, archive-unflag-backwards)
23343 (archive-unmark-all-files): "?\ " -> "?\s".
23344
23345 * buff-menu.el (Buffer-menu-unmark): Doc fix.
23346 (Buffer-menu-not-modified, Buffer-menu-execute)
23347 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
23348 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
23349
23350 * composite.el (compose-string, encode-composition-rule)
23351 (compose-last-chars): Fix typos in docstrings.
23352
23353 * desktop.el (desktop-enable, desktop-basefilename):
23354 Declare with `define-obsolete-variable-alias'.
23355 (desktop-internal-v2s): Don't quote keywords.
23356 (desktop-clear): "?\ " -> "?\s".
23357
23358 * dired.el (dired-align-file, dired-flag-backup-files)
23359 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
23360 (dired-listing-switches, dired-ls-F-marks-symlinks)
23361 (dired-dwim-target, dired-load-hook, dired-mode-hook)
23362 (dired-directory, dired-faces, dired, dired-revert)
23363 (dired-mode, dired-summary, dired-view-file)
23364 (dired-copy-filename-as-kill, dired-delete-file)
23365 (dired-no-confirm, dired-unmark-all-marks)
23366 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
23367 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
23368 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
23369 Fix typos in message strings.
23370
23371 * dired-x.el (virtual-dired): Declare with `defalias'.
23372 (dired-mark-unmarked-files, dired-local-variables-file)
23373 (dired-omit-here-always): Doc fix.
23374 (dired-omit-mode, dired-find-subdir)
23375 (dired-enable-local-variables, dired-clean-up-buffers-too)
23376 (dired-extra-startup, dired-mark-extension, dired-jump)
23377 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
23378 (dired-smart-shell-command, dired-guess-shell-alist-user)
23379 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
23380 (dired-x-bind-find-file, dired-x-submit-report):
23381 Fix typos in docstrings.
23382 (dired-mark-unmarked-files): "?\ " -> "?\s".
23383
23384 * dirtrack.el (dirtrack-list): Fix typos in docstring.
23385
23386 * faces.el (describe-face): "?\ " -> "?\s".
23387 (read-all-face-attributes, read-face-font, modify-face)
23388 (face-attr-construct, italic): Fix typos in docstrings.
23389 (frame-update-face-colors): Declare with
23390 `define-obsolete-function-alias'.
23391
23392 * files.el (find-file-noselect, recode-file-name): Doc fixes.
23393 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
23394 (magic-mode-alist, buffer-file-numbers-unique)
23395 (write-file-functions, get-free-disk-space):
23396 Fix typos in docstrings.
23397 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
23398 (write-contents-hooks, write-file-hooks):
23399 Declare with `define-obsolete-variable-alias'.
23400
23401 * forms-d2.el (arch-rj): Fix typo in docstrings.
23402 (arch-tocol): Likewise. "?\ " -> "?\s".
23403
23404 * frame.el (set-frame-font, cursor-in-non-selected-windows):
23405 Fix typo in docstring.
23406 (set-screen-width, set-screen-height): Delete redundant info in
23407 doctrings.
23408 (new-frame, screen-height, screen-width): Declare with
23409 `define-obsolete-function-alias'.
23410 (delete-frame-hook, blink-cursor): Declare with
23411 `define-obsolete-variable-alias'.
23412
23413 * paths.el (prune-directory-list): Fix typos in docstring.
23414
23415 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
23416 (cvs-prefix-get): Fix typos in docstrings.
23417
23418 * ps-print.el (ps-extend-face-list, ps-extend-face)
23419 (ps-print-background-image): Fix typos in docstrings.
23420 (ps-default-fg, ps-default-bg): Doc fixes.
23421
23422 * s-region.el (s-region-bind): Doc fix.
23423 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
23424
23425 * textmodes/org.el (org-table-formula-substitute-names)
23426 (org-table-get-vertical-vector): Doc fixes.
23427 (org-table-recalculate): Remove unused argument to `message'.
23428
23429 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
23430
23431 * textmodes/org.el (org-table-column-names)
23432 (org-table-column-name-regexp)
23433 (org-table-named-field-locations): New variables.
23434 (org-archive-subtree): Protect `this-command' when calling
23435 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
23436 the kill buffer.
23437 (org-complete): Remove fixed-formula completion.
23438 (org-edit-formulas-map): New variable.
23439 (org-table-edit-formulas): New command.
23440 (org-finish-edit-formulas, org-abort-edit-formulas)
23441 (org-show-variable, org-table-get-vertical-vector): New functions.
23442 (org-table-maybe-eval-formula): Handle `:=' fields.
23443 (org-table-get-stored-formulas, org-table-store-formulas)
23444 (org-table-get-formula, org-table-modify-formulas)
23445 (org-table-replace-in-formulas): Handle named field formulas.
23446 (org-table-get-specials): Store locations of named fields.
23447
23448 2005-07-19 Juri Linkov <juri@jurta.org>
23449
23450 * progmodes/grep.el (grep-regexp-alist)
23451 (grep-mode-font-lock-keywords, grep-process-setup):
23452 Use default GNU grep match color "01;31m" instead of "01;41m".
23453 (grep-regexp-alist, grep-mode-font-lock-keywords):
23454 Use `\\[[0-9]*m' instead of `\\[00m'.
23455 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
23456 sgr_start where its handling is more important. Use the real
23457 length of sgr_start instead of constant 8.
23458 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
23459 specially. Delete all remaining escape sequences.
23460 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
23461 (grep-regexp-alist): Make hyperlink only for binary file name
23462 instead of the whole line.
23463 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
23464 (grep-mode): Add autoload.
23465
23466 * emacs-lisp/find-func.el (find-function-regexp):
23467 Add `define-compilation-mode'.
23468
23469 2005-07-19 Juri Linkov <juri@jurta.org>
23470
23471 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
23472 (compare-windows-sync-string-size, compare-windows-recenter)
23473 (compare-windows-highlight, compare-windows): Add version 22.1.
23474 (compare-windows) <defface>: Inherit from lazy-highlight instead
23475 of duplicating its default value.
23476
23477 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
23478 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
23479
23480 * descr-text.el (describe-char): Create link buttons for `charset'
23481 and `code point'. Add the current input method name with a link
23482 button to `to input' field. Print face names of display table
23483 characters in `The display table entry is displayed by' section
23484 instead of printing face-id in the `display' field.
23485 Guess hardcoded faces and create a link button for them.
23486 Skip empty fields when calculating max-width.
23487 Treat `widget-create' specially while inserting strings from the
23488 collected field list.
23489 (describe-char-after): Made obsolete in version 22.1, not 21.5.
23490
23491 * diff-mode.el (diff-file-header): Change foreground color from
23492 yellow to green on light backgrounds.
23493 (diff-context): Inherit from `shadow' only for color/grayscale
23494 with more than 88 colors.
23495 (diff-indicator-removed, diff-indicator-added)
23496 (diff-indicator-changed): New faces.
23497 (diff-font-lock-keywords): Use new faces. Regroup rules.
23498 Add "^---$" for `normal' diff format. Fontify `#' lines with
23499 font-lock-comment-delimiter-face and font-lock-comment-face.
23500 Add `#' to ^[^...] in the rule for `diff-context-face'.
23501
23502 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
23503 a button-like box. Inherit from `highlight' on low colors.
23504 (shadow): Use shades of gray only for color/grayscale with
23505 more than 88 colors. Use green for light backgrounds with
23506 8 colors, and yellow for dark backgrounds with 8 colors.
23507
23508 * font-lock.el (font-lock-regexp-grouping-backslash):
23509 Don't inherit from escape-glyph (use bold for all cases).
23510
23511 * info.el (info-xref-visited): Use light foreground color `violet'
23512 for dark backgrounds instead of dark color `magenta3'.
23513 (info-title-1): Use `yellow' color for dark backgrounds.
23514
23515 * isearch.el (isearch): Use not-too-dark magenta3 instead of
23516 too-light magenta2.
23517
23518 * replace.el (match): Use slightly more light RoyalBlue3 instead
23519 of dark RoyalBlue4.
23520
23521 * wid-edit.el (widget-inactive): Inherit from `shadow'.
23522
23523 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
23524
23525 * novice.el (disabled-command-hook): Declare it with
23526 `define-obsolete-variable-alias'.
23527
23528 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
23529 (desktop-buffer-misc-functions, desktop-buffer-handlers)
23530 (desktop-load-default): Add release to obsolescence info.
23531 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
23532 (desktop-append-buffer-args, desktop-read):
23533 Fix typos in docstrings.
23534 (desktop-kill): Fix typo in message.
23535 (desktop-save): Doc fix.
23536
23537 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
23538
23539 * viper-cmd.el (viper-escape-to-state): Bug fix.
23540 (viper-envelop-ESC-key): Change the definition of fast
23541 keysequence so it'll work with keyboard macros.
23542
23543 * ediff.el (ediff-patch-buffer): Change the docstring.
23544
23545 2005-07-19 Kenichi Handa <handa@m17n.org>
23546
23547 * international/mule-cmds.el (select-safe-coding-system): Try to
23548 use an auto-coding (if any) before anything else. If the found
23549 auto-coding is invalid, show a warning message.
23550
23551 * international/mule.el (find-auto-coding): New function created
23552 by modifying the body of set-auto-coding.
23553 (set-auto-coding): Use find-auto-coding to find a coding.
23554
23555 2005-07-18 Richard M. Stallman <rms@gnu.org>
23556
23557 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
23558 not isearch-mode-end-hook-error.
23559 (allout-before-change-protect): Fix error message.
23560
23561 2005-07-18 Juri Linkov <juri@jurta.org>
23562
23563 * allout.el (allout-mode):
23564 * calculator.el (calculator-copy):
23565 * custom.el (custom-known-themes):
23566 * dired.el (dired-desktop-buffer-misc-data)
23567 (dired-restore-desktop-buffer):
23568 * dired-x.el (dired-omit-marker-char):
23569 * files.el (basic-save-buffer):
23570 * font-core.el (font-lock-mode):
23571 * calendar/calendar.el (calendar-goto-hebrew-date)
23572 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
23573 (calendar-goto-persian-date):
23574 * language/ethio-util.el (ethio-sera-to-fidel-region):
23575 * textmodes/picture.el (picture-mode):
23576 Delete duplicate duplicate words.
23577
23578 2005-07-18 Juri Linkov <juri@jurta.org>
23579
23580 * isearch.el (isearch-mode-map): Remove key bindings for regexp
23581 chars * ? } |.
23582 (isearch-fallback): Don't call `isearch-process-search-char'.
23583 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
23584 (isearch-process-search-char): Call `isearch-fallback' for regexp
23585 chars * ? } |.
23586 (isearch-return-char): Make obsolete with `make-obsolete' instead
23587 of simply documenting it as obsolete in the docstring.
23588 (isearch-fallback): Refill docstring.
23589
23590 * international/isearch-x.el
23591 (isearch-process-search-multibyte-characters): Remove unneeded
23592 `concat'. Add intermediate values to `junk-hist' instead of
23593 `minibuffer-history'. Test the length of `str'.
23594
23595 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
23596
23597 * allout.el (allout-resolve-xref): Fix typos in error strings.
23598 (allout-before-change-protect): Remove unneeded `concat'.
23599
23600 * array.el (array-mode, array-reconfigure-rows)
23601 (untabify-backward): Fix typos in docstrings.
23602 (array-reconfigure-rows): Use `insert-buffer-substring', not
23603 `insert-buffer'.
23604
23605 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
23606 * progmodes/ada-mode.el (ada-make-body):
23607 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
23608
23609 * dired.el (dired-log):
23610 * tar-mode.el (tar-subfile-save-buffer):
23611 * play/zone.el (zone-pgm-stress-destress):
23612 Use `insert-buffer-substring', not `insert-buffer'.
23613
23614 2005-07-17 Simon Josefsson <jas@extundo.com>
23615
23616 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
23617
23618 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
23619
23620 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
23621 Add plain auth method.
23622 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
23623
23624 2005-07-17 Kim F. Storm <storm@cua.dk>
23625
23626 * ido.el (dired-other-window): Add ido property.
23627
23628 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
23629
23630 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
23631 Fix typo in docstring.
23632 (byte-compile-interactive-only-functions): Add `insert-buffer' and
23633 `insert-file-literally'.
23634
23635 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
23636 info and delete redundant message. Doc fix.
23637 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
23638 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
23639
23640 2005-07-16 Richard M. Stallman <rms@gnu.org>
23641
23642 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
23643 (byte-compile-and): Use byte-compile-and-recursion.
23644 (byte-compile-or-recursion): New function.
23645 (byte-compile-or): Use that.
23646 (byte-compile-if): Guard the else-clause too.
23647 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
23648
23649 * isearch.el (isearch-mode-end-hook-quit): New variable.
23650 (isearch-done): Bind it.
23651 (isearch-mode-end-hook): Doc fix.
23652
23653 * allout.el (allout-isearch-did-quit): Variable deleted.
23654 (allout-real-isearch-abort): Function name no longer used.
23655 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
23656 (allout-isearch-rectification): isearch-mode always exists.
23657 Don't set allout-isearch-did-quit.
23658 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
23659 allout-isearch-did-quit.
23660 (allout-enwrap-isearch): Just add the hook.
23661 (allout-isearch-abort): Function deleted.
23662 (allout-pre-command-business): Avoid warning.
23663
23664 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
23665 Correctly avoid warnings.
23666 (pascal-outline): Likewise.
23667
23668 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
23669
23670 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
23671
23672 * play/tetris.el (tetris-mode): Avoid warning.
23673
23674 * play/snake.el (snake-mode): Avoid warning.
23675
23676 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
23677 (gamegrid-set-display-table): Avoid warning.
23678 (gamegrid-set-timer): Likewise.
23679 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
23680 (gamegrid-add-score-with-update-game-score-1): Take FILE
23681 as argument.
23682 (gamegrid-add-score-with-update-game-score): Pass that argument.
23683 Rename have-shared-game-dir to gamegrid-shared-game-dir.
23684
23685 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
23686
23687 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
23688 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
23689
23690 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
23691 and insert-file.
23692
23693 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
23694 (sc-ask): Avoid warnings.
23695
23696 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
23697 (eshell-hist-initialize): Use that var the natural way.
23698
23699 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
23700
23701 * emacs-lisp/re-builder.el (reb-cook-regexp):
23702 Avoid warning calling lre-compile-string.
23703 (reb-color-display-p): Avoid warning.
23704
23705 * calculator.el (calculator-last-input): Guard uses
23706 of event-key and key-press-event-p.
23707 (event-key, key-press-event-p): Delete definitions.
23708
23709 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
23710 (find-gc-source-directory, find-gc-subrs-callers)
23711 (find-gc-noreturn-list, find-gc-source-files)
23712 (find-gc-subrs-called): Vars renamed and defvar'd.
23713
23714 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
23715 (checkdoc-overlay-put, checkdoc-delete-overlay)
23716 (checkdoc-overlay-start, checkdoc-overlay-end)
23717 (checkdoc-mode-line-update, checkdoc-char=):
23718 Define such that compiler knows they are defined.
23719 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
23720 (checkdoc-read-event): Delete. Use read-event directly.
23721
23722 * whitespace.el (whitespace-make-overlay)
23723 (whitespace-overlay-put, whitespace-delete-overlay)
23724 (whitespace-overlay-start, whitespace-overlay-end):
23725 Define such that compiler knows they are defined.
23726 (whitespace): Move conditional inside.
23727
23728 * tempo.el (tempo-insert-template): Suppress warning.
23729
23730 * ediff-diff.el (longlines-mode): Add defvar.
23731
23732 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
23733
23734 * server.el: Bind "C-x #" in a way that works even if C-x is
23735 redefined to a command key, not a prefix key.
23736
23737 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
23738
23739 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
23740 cl-make-type-test till execution time.
23741
23742 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
23743
23744 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
23745 arg ARG and use it.
23746
23747 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
23748
23749 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
23750
23751 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
23752
23753 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
23754 a defcustom with two :set or :type keywords.
23755
23756 2005-07-15 Richard M. Stallman <rms@gnu.org>
23757
23758 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
23759 Don't give ^M comment-end syntax.
23760
23761 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
23762
23763 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
23764 Don't consider gdbmi (gdb-mi.el has its own update functions).
23765 (gdb-var-delete): Make it work for gdbmi as well.
23766 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
23767
23768 * progmodes/gud.el (etags, sdb): Only require etags when needed.
23769 (gud-speedbar-menu-items): Correct logic for enabling items.
23770
23771 2005-07-15 Kim F. Storm <storm@cua.dk>
23772
23773 * ido.el: Fix commentary.
23774 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
23775 Use with-no-warnings around ffap-guesser.
23776 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
23777 Let bind minibuffer-completing-file-name to t.
23778
23779 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
23780
23781 * startup.el (site-run-file, keyboard-type): Doc fixes.
23782 (command-line): Check for "--basic-display" argument; also for
23783 "--quick", not "--bare-bones" (which was renamed).
23784 (fancy-splash-text): Add missing item "Getting New Versions".
23785 (normal-splash-screen): Fix typos and improve consistency with
23786 `fancy-splash-text'. Update copyright year.
23787
23788 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
23789 valid binding for `help-char'.
23790
23791 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
23792
23793 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
23794
23795 * term.el (term-mode): Disable cua-mode for term buffers.
23796
23797 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
23798
23799 * add-log.el (add-log-mailing-address, change-log-merge):
23800 Doc fixes.
23801 (change-log-get-method-definition): Fix typo in docstring.
23802
23803 2005-07-14 Kim F. Storm <storm@cua.dk>
23804
23805 * emulation/cua-base.el:
23806 (cua--pre-command-handler-1, cua--pre-command-handler)
23807 (cua--post-command-handler-1, cua--post-command-handler):
23808 Split in two. Check (buffer local) value of cua-mode.
23809 (cua-selection-mode): New command.
23810
23811 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
23812
23813 * custom.el (custom-initialize-safe-set)
23814 (custom-initialize-safe-default): Doc fixes.
23815
23816 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
23817 and simplify :init-value again.
23818
23819 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
23820 and simplify :init-value again. Delete autoload.
23821
23822 * startup.el (command-line): Use `custom-reevaluate-setting' again
23823 for tooltip-mode.
23824
23825 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
23826 a defcustom with two :initialize keywords.
23827
23828 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
23829
23830 * allout.el (my-mark-marker, allout-isearch-prior-pos)
23831 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
23832 (allout-post-command-business, allout-flag-region)
23833 (isearch-reenable-font-lock, allout-yank)
23834 (allout-insert-latex-header, allout-insert-latex-trailer)
23835 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
23836 (allout-latex-verb-quote): Fix typos in docstrings.
23837 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
23838 (allout-unprotected, allout-prefix-data):
23839 Improve argument/docstring consistency.
23840 (allout-chart-subtree): Fix argument spec.
23841 (allout-open-topic): Rename `use_sib_bullet' argument to
23842 `use-sib-bullet'. Doc fix.
23843
23844 * whitespace.el (whitespace-check-buffer-leading)
23845 (whitespace-check-buffer-trailing)
23846 (whitespace-check-buffer-indent)
23847 (whitespace-check-buffer-spacetab)
23848 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
23849 (whitespace-check-leading-whitespace)
23850 (whitespace-check-trailing-whitespace)
23851 (whitespace-check-spacetab-whitespace)
23852 (whitespace-check-indent-whitespace)
23853 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
23854 (whitespace-modes): Fix typos in docstrings.
23855 (defgroup, defcustom): Doc fixes.
23856
23857 * winner.el (winner-mode, winner-boring-buffers)
23858 (winner-pending-undo-ring): Doc fixes.
23859 (winner-ring): Remove unneeded `progn'.
23860 (winner-equal): `defsubst' it.
23861 (winner-redo): Fix message.
23862
23863 2005-07-13 Kim F. Storm <storm@cua.dk>
23864
23865 * simple.el (line-move-1): Always use vertical-motion to
23866 do the last (or only) line move to ensure some movement.
23867 Undo 2005-06-23 change--don't check for overlays.
23868
23869 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23870
23871 * term/mac-win.el (ccl-encode-mac-roman-font)
23872 (ccl-encode-mac-centraleurroman-font)
23873 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
23874 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
23875 Change charset-id boundary of dimension to ?\xef.
23876 (mac-char-fontspec-list): New constant.
23877 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
23878 argument. Nil uses itself as family in font-spec. Previous
23879 behavior for nil is now provided by non-nil non-string argument.
23880 All callers changed. Add font-specs for Mac fonts to
23881 "fontset-default" unless iso8859-1 fonts are installed.
23882
23883 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
23884
23885 * progmodes/sh-script.el (sh-get-indent-info): Only indent
23886 a continuation line if the \ is preceded by SPC or TAB.
23887 (sh-get-indent-info): Simplify.
23888 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
23889 Use with-current-buffer.
23890
23891 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
23892 when the matched text is empty.
23893
23894 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
23895
23896 * startup.el (command-line): Revert to previous handling of
23897 tooltip-mode. Explain in comment why the complexity is needed.
23898
23899 * tooltip.el (tooltip-mode): Revert to previous implementation of
23900 its defcustom.
23901
23902 * frame.el (blink-cursor-mode): Revert to previous implementation
23903 of its defcustom. Update comment.
23904
23905 2005-07-12 Lars Hansen <larsh@soem.dk>
23906
23907 * desktop.el: Update e-mail address.
23908
23909 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23910
23911 * term/mac-win.el (mac-services-mail-selection)
23912 (mac-services-mail-to): New functions.
23913 (mac-application-menu-map): Bind them.
23914
23915 2005-07-12 wulei <milton@wulei.net> (tiny change)
23916
23917 * progmodes/gdb-ui.el: Add note about buffering with Windows.
23918
23919 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
23920
23921 * custom.el (custom-reevaluate-setting): Doc fix.
23922
23923 2005-07-11 Jay Belanger <belanger@truman.edu>
23924
23925 * calc/calc.el (calc-embedded-announce-formula-alist)
23926 (calc-embedded-open-close-plain-alist)
23927 (calc-embedded-open-close-mode-alist): Add checks for additional
23928 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
23929
23930 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
23931
23932 * custom.el (custom-enable-theme): Don't add theme to
23933 `custom-enabled-themes' with `push' because there is no
23934 setf-method for `delq'.
23935
23936 2005-07-11 Richard M. Stallman <rms@gnu.org>
23937
23938 * custom.el (custom-declare-variable): Doc fix.
23939
23940 * dired-aux.el (dired-compare-directories): Remove "." and ".."
23941 from the alists.
23942
23943 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
23944 Do nothing if edebug-active.
23945
23946 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
23947 (edebug-display): Do it here instead.
23948
23949 2005-07-10 Richard M. Stallman <rms@gnu.org>
23950
23951 * cus-face.el (custom-theme-set-faces): Make it work.
23952 (custom-reset-faces): Doc fix.
23953 (custom-theme-reset-internal-face, custom-theme-face-value):
23954 Functions deleted.
23955
23956 * custom.el (custom-push-theme): Maintain list of the settings
23957 of a given theme in its theme-settings property.
23958 Maintain position of old settings in the theme-value
23959 or theme-face property.
23960 (custom-enabled-themes): New variable.
23961 (custom-theme-enabled-p): New function.
23962 (provide-theme): Update custom-enabled-themes.
23963 Disable and reenable the `user' theme.
23964 (require-theme): Doc fix.
23965 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
23966 (custom-theme-value, custom-theme-variable-value): Likewise.
23967 (custom-theme-reset-internal): Likewise.
23968 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
23969 (custom-enable-theme, custom-disable-theme): New functions.
23970 (custom-variable-theme-value, custom-face-theme-value): Likewise.
23971 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
23972 (custom-theme-reset-variables): Simplify.
23973 (deftheme, custom-declare-theme, custom-make-theme-feature):
23974 Definitions moved.
23975
23976 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
23977
23978 * longlines.el (longlines-show-region)
23979 (longlines-unshow-hard-newlines): Recognize hard newlines by
23980 non-nil hard property, instead of t.
23981
23982 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
23983
23984 * viper-cmd.el (viper--key-maps): New variable.
23985 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
23986 emulation-mode-map-alists.
23987 (viper-envelop-ESC-key): Use viper-subseq.
23988 (viper-search-forward/backward/next): Disable debug-on-error.
23989
23990 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
23991 (viper-ESC-key): New defcustoms.
23992
23993 * viper-macs.el (ex-map-read-args): Use viper-subseq.
23994
23995 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
23996 (viper-subseq): Copy of subseq from cl.el.
23997
23998 * viper.el (viper-go-away, viper-set-hooks): Use
23999 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
24000
24001 * viper-mous.el (viper-current-frame-saved): Use defvar.
24002
24003 * viper-init.el: Get rid of -face in face names.
24004
24005 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
24006 Make it work with longlines mode
24007
24008 * ediff-mult.el (ediff-meta-mode-hook): New variable.
24009
24010 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
24011
24012 * ediff-init.el: Get rid of -face in face names.
24013
24014 2005-07-10 Richard M. Stallman <rms@gnu.org>
24015
24016 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
24017 and with-timeout-unsuspend.
24018
24019 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
24020 and with-timeout-unsuspend.
24021
24022 * emacs-lisp/timer.el (with-timeout-timers): New variable.
24023 (with-timeout): Bind that variable to record timers.
24024 (with-timeout-suspend, with-timeout-unsuspend): New functions.
24025
24026 * emacs-lisp/debug.el (debug-help-follow): New function.
24027 (debugger-mode-map): Use that instead of help-follow.
24028 (debugger-setup-buffer): Use eval-buffer-list
24029 to handle eval-buffer frames.
24030
24031 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
24032
24033 * timezone.el (timezone-parse-date): Change first regexp
24034 so it will not mistakenly match dates with no time zone.
24035
24036 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
24037
24038 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
24039
24040 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
24041
24042 * custom.el (custom-initialize-safe-set)
24043 (custom-initialize-safe-default): New functions.
24044
24045 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24046 and simplify :init-value.
24047
24048 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24049 and simplify :init-value. Delete obsolete comment.
24050
24051 * startup.el (command-line): Use `custom-reevaluate-setting' to
24052 handle `tooltip-mode'. Delete obsolete comment.
24053
24054 * files.el (set-visited-file-name): Avoid calling
24055 `file-name-nondirectory' with a nil argument.
24056
24057 2005-07-09 Richard M. Stallman <rms@gnu.org>
24058
24059 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
24060 was called with nil for the buffer, handle the read position right.
24061 Handle read position for eval-region, too.
24062
24063 2005-07-09 Juri Linkov <juri@jurta.org>
24064
24065 * fringe.el (fringe-mode): Add period in docstring.
24066 (fringe-query-style): Build prompt depending on `all-frames' arg.
24067
24068 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
24069 to not create links to unrelated functions in the Help buffer.
24070
24071 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
24072 Doc fix.
24073
24074 * simple.el (next-error-hook): New variable.
24075 (next-error): Use it. Doc fix.
24076
24077 * textmodes/ispell.el (ispell-command-loop): Add current
24078 dictionary name and program name to mode-line-format.
24079 (ispell-region, ispell-process-line): Add current dictionary name
24080 and program name to messages.
24081
24082 2005-07-08 Jay Belanger <belanger@truman.edu>
24083
24084 * calc/calc.el (calc-embedded-announce-formula-alist)
24085 (calc-embedded-open-close-formula-alist)
24086 (calc-embedded-open-close-word-alist)
24087 (calc-embedded-open-close-plain-alist)
24088 (calc-embedded-open-close-new-formula-alist)
24089 (calc-embedded-open-close-mode-alist)
24090 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
24091 (calc-embedded-mode-hook): New variables.
24092
24093 * calc/calc-embed.el (calc-embedded-firsttime)
24094 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
24095 New variables.
24096 (calc-do-embedded): Use calc-embedded-firsttime,
24097 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
24098 determine whether or not to run hooks.
24099 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
24100 calc-embedded-firsttime-formula appropriately.
24101 Set calc-embedded delimiter variables according to mode.
24102
24103 2005-07-08 Richard M. Stallman <rms@gnu.org>
24104
24105 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
24106 Check for "emacs", etc., as entire symbol, not just as word.
24107 (checkdoc-file-comments-engine): Use regexp-quote on FN.
24108
24109 * files.el (set-visited-file-name): Report the error
24110 for "empty filename" earlier.
24111 (kill-some-buffers): Ignore buffers already dead.
24112
24113 * fringe.el (fringe-mode): Doc fix.
24114
24115 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24116 Check for (featurep 'xemacs) and turn off warnings in what it guards.
24117 Use unwind-protect to ensure byte-compile-unresolved-functions
24118 is updated.
24119
24120 * whitespace.el (whitespace-buffer-leading-cleanup):
24121 Simplify w/ skip-chars-forward.
24122 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
24123
24124 * mail/rmail.el (rmail-only-expunge): Fix paren error.
24125 Unconditionally try to leave point at the same old place.
24126
24127 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
24128
24129 * comint.el (comint-postoutput-scroll-to-bottom)
24130 (comint-show-maximum-output): Take scroll-margin into consideration.
24131
24132 2005-07-08 Kim F. Storm <storm@cua.dk>
24133
24134 * ido.el (ido-use-filename-at-point): New choice `guess'.
24135 (ido-file-internal): Try ffap-guesser if selected.
24136
24137 * ido.el (ido-before-fallback-functions): New hook.
24138 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
24139 (ido-read-file-name): Run it.
24140
24141 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
24142
24143 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
24144 strings rather than a list of symbols to the completion function.
24145
24146 2005-07-07 Jay Belanger <belanger@truman.edu>
24147
24148 * calc/calc-units.el (math-apply-units): Change the places in
24149 which units are simplified.
24150
24151 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
24152
24153 * cus-edit.el (customize-option, customize-option-other-window):
24154 Make them handle aliases.
24155
24156 * custom.el (custom-variable-p): Make it recursively follow
24157 aliases. Mention that in the docstring.
24158
24159 2005-07-07 Richard M. Stallman <rms@gnu.org>
24160
24161 * cus-start.el (exec-path): Use `directory' instead of `file'.
24162 Fix tag for nil.
24163
24164 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
24165
24166 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
24167 when called non-interactively. Doc fix.
24168
24169 2005-07-07 Lute Kamstra <lute@gnu.org>
24170
24171 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
24172 new address as well.
24173
24174 2005-07-07 Kenichi Handa <handa@m17n.org>
24175
24176 * international/mule.el (make-coding-system):
24177 Describe `ascii-incompatible' property in the docstring.
24178 (set-file-name-coding-system): Signal an error if coding-system is
24179 ascii-incompatible.
24180 (set-keyboard-coding-system): Likewise.
24181
24182 * international/mule-cmds.el (set-default-coding-systems):
24183 Don't set default-file-name-coding-system and
24184 default-keyboard-coding-system if coding-system is ASCII-incompatible.
24185
24186 * international/utf-16.el: Declare that all UTF-16-based coding
24187 systems are ASCII-incompatible.
24188
24189 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
24190
24191 * progmodes/gud.el: Require font-lock for displaying errors.
24192 Used by gdb-ui.el.
24193
24194 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
24195
24196 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
24197 values for the pattern lists which are `read'able but not
24198 `append'able (like symbols).
24199
24200 2005-07-06 Richard M. Stallman <rms@gnu.org>
24201
24202 * progmodes/flymake.el (flymake-float-time): Instead of
24203 with-no-warnings, test for XEmacs.
24204 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
24205 to avoid warning.
24206
24207 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
24208
24209 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
24210
24211 2005-07-05 Lute Kamstra <lute@gnu.org>
24212
24213 * battery.el: Add support for Darwin (with much debugging help
24214 from Samuel Lauber <sam124@operamail.com>).
24215 (battery-status-function, battery-echo-area-format)
24216 (battery-mode-line-format): Add support for pmset on Darwin.
24217 (battery-load-low, battery-load-critical): New user options.
24218 (battery-pmset): New function.
24219
24220 2005-07-05 Lute Kamstra <lute@gnu.org>
24221
24222 Update FSF's address in GPL notices.
24223
24224 * textmodes/page-ext.el: Update FSF's address.
24225
24226 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
24227
24228 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
24229 filling from using prefix when filling a single-line docstring.
24230
24231 * progmodes/flymake.el: Remove useless eval-when-compile.
24232
24233 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
24234
24235 2005-07-04 Richard M. Stallman <rms@gnu.org>
24236
24237 * textmodes/org.el (org-file-apps-defaults-gnu):
24238 Rename from org-file-apps-defaults-linux.
24239 (org-default-apps): Don't test system-type for `linux'.
24240 (org-file-apps): Doc fix.
24241
24242 2005-07-04 David Ponce <david@dponce.com>
24243
24244 * tree-widget.el: Improve header Commentary section.
24245 (tree-widget) [defgroup]
24246 (tree-widget-image-enable, tree-widget-themes-directory)
24247 (tree-widget-theme, tree-widget-image-properties-emacs)
24248 (tree-widget-image-properties-xemacs, tree-widget-create-image)
24249 (tree-widget-image-formats, tree-widget-control)
24250 (tree-widget-empty-control, tree-widget-leaf-control
24251 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
24252 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
24253 (tree-widget-keep, tree-widget-after-toggle-functions)
24254 (tree-widget-open-node, tree-widget-close-node): Doc fix.
24255 (tree-widget-open-control, tree-widget-close-control): Fix doc and
24256 :help-echo message.
24257 (tree-widget-set-theme): Doc fix. Use `string-equal'.
24258 (tree-widget-image-properties): Doc fix. Clearer implementation.
24259 (tree-widget--cursors): New constant.
24260 (tree-widget-lookup-image): New function split from
24261 `tree-widget-find-image'. Clearer implementation.
24262 (tree-widget-find-image): Use it.
24263 (tree-widget-button-keymap): Use `set-keymap-parent'.
24264 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
24265 Define the sub-widgets here.
24266 (tree-widget-node): Check that :node is not a tree-widget.
24267 (tree-widget-get-super, tree-widget-open-control)
24268 (tree-widget-close-control, tree-widget-empty-control)
24269 (tree-widget-leaf-control, tree-widget-guide)
24270 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
24271 (tree-widget-no-handle, tree-widget-value-delete)
24272 (tree-widget-map): Remove.
24273 (tree-widget-children-value-save): Doc fix. Simplified.
24274 (tree-widget-value-create): Update according to previous changes.
24275
24276 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
24277
24278 * textmodes/org.el: Leading space replaced by TABS.
24279 (org-recalc-marks, org-table-rotate-recalc-marks)
24280 (org-table-get-specials): Treat "^" and "_" marks.
24281 (org-table-justify-field-maybe): Optional argument NEW.
24282 (org-table-eval-formula): Parsing of the format simplified.
24283 New modes C,I. Honor the %= parameter in the current table.
24284 Avoid unnecessary re-align by using the NEW argument to
24285 `org-table-justify-field-maybe'.
24286 (org-calc-default-modes): Default for date-format mimicks org-mode.
24287 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
24288
24289 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
24290
24291 * cus-face.el (custom-theme-set-faces): Make it handle face
24292 aliases whose alias declarations are pre- or autoloaded.
24293
24294 2005-07-04 Juri Linkov <juri@jurta.org>
24295
24296 * faces.el (read-face-name): Put the code for getting a face name
24297 from the buffer before adding the faces from the `face' property.
24298 Use `completing-read-multiple' instead of `completing-read'.
24299 Require `crm'. Add default value and post-process the returned
24300 list of faces.
24301
24302 * emacs-lisp/crm.el (crm-find-current-element)
24303 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
24304
24305 * emacs-lisp/lisp-mode.el (eval-defun-1):
24306 * emacs-lisp/edebug.el (edebug-eval-defun):
24307 Remove unnecessary quotes.
24308
24309 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
24310
24311 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
24312 (prolog-indent-level): Fix typo in docstring.
24313
24314 * info.el (Info-history, Info-history-forward)
24315 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
24316
24317 * add-log.el (add-change-log-entry):
24318 * comint.el (comint-dynamic-list-input-ring)
24319 (comint-dynamic-list-completions):
24320 * dabbrev.el (dabbrev-expand):
24321 * delim-col.el (delimit-columns-rectangle-line):
24322 * diff-mode.el (diff-context->unified, diff-reverse-direction)
24323 (diff-unified->context):
24324 * ediff-init.el (ediff-abbrev-jobname):
24325 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
24326 (ediff-replace-session-activity-marker-in-meta-buffer):
24327 * info.el (Info-summary):
24328 * lpr.el (printify-region):
24329 * printing.el (pr-create-interface):
24330 * ps-print.el (ps-print-quote):
24331 * ses.el (ses-column-widths, ses-print-cell)
24332 (ses-adjust-print-width, ses-center):
24333 * shell.el (shell-file-name-quote-list):
24334 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
24335 (strokes-fill-current-buffer-with-whitespace)
24336 (strokes-xpm-for-stroke, strokes-list-strokes)
24337 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
24338 * term.el (term-dynamic-list-input-ring)
24339 (term-dynamic-list-completions):
24340 * calc/calc.el (math-format-stack-value):
24341 * emacs-lisp/edebug.el (edebug-display-freq-count):
24342 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
24343 (delphi-new-comment-line):
24344 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
24345 * progmodes/executable.el (executable-set-magic):
24346 * progmodes/python.el (inferior-python-mode):
24347 * progmodes/scheme.el (scheme-mode-syntax-table):
24348 * progmodes/sh-script.el (sh-maybe-here-document):
24349 * progmodes/sql.el (sql-copy-column):
24350 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
24351 * textmodes/bibtex.el (bibtex-mode):
24352 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
24353 (sgml-auto-attributes):
24354 * textmodes/table.el (table-insert, table-shorten-cell)
24355 (table--generate-source-scan-lines, table-delete-row)
24356 (*table--cell-delete-char, table--spacify-frame)
24357 (table--horizontally-shift-above-and-below)
24358 (table--cell-insert-char, table--cell-blank-str)
24359 (table--fill-region-strictly):
24360 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
24361 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
24362
24363 * add-log.el (change-log):
24364 * apropos.el (apropos):
24365 * comint.el (comint-completion, comint-source):
24366 * dabbrev.el (dabbrev):
24367 * delim-col.el (columns):
24368 * diff-mode.el (diff-mode):
24369 * ediff.el (ediff):
24370 * ediff-diff.el (ediff-diff):
24371 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
24372 * ediff-mult.el (ediff-mult):
24373 * ediff-ptch.el (ediff-ptch):
24374 * ediff-wind.el (ediff-window):
24375 * facemenu.el (facemenu):
24376 * indent.el (indent):
24377 * info.el (info):
24378 * jka-cmpr-hook.el (compression, jka-compr):
24379 * lpr.el (lpr):
24380 * outline.el (outlines):
24381 * pcmpl-cvs.el (pcmpl-cvs):
24382 * pcmpl-rpm.el (pcmpl-rpm):
24383 * printing.el (printing):
24384 * ps-print.el (postscript, ps-print, ps-print-horizontal)
24385 (ps-print-vertical, ps-print-headers, ps-print-font)
24386 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
24387 (ps-print-background, ps-print-printer, ps-print-page)
24388 (ps-print-miscellany):
24389 * ses.el (ses):
24390 * shell.el (shell, shell-directories, shell-faces):
24391 * startup.el (initialization):
24392 * strokes.el (strokes):
24393 * term.el (term):
24394 * uniquify.el (uniquify):
24395 * w32-vars.el (w32):
24396 * calc/calc.el (calc):
24397 * emacs-lisp/bytecomp.el (bytecomp):
24398 * emacs-lisp/cl-indent.el (lisp-indent):
24399 * emacs-lisp/edebug.el (edebug):
24400 * emacs-lisp/elp.el (elp):
24401 * emacs-lisp/testcover.el (testcover):
24402 * emacs-lisp/trace.el (trace):
24403 * emulation/viper-ex.el (viper-ex):
24404 * emulation/viper-mous.el (viper-mouse):
24405 * mail/mailalias.el (mailalias):
24406 * mail/supercite.el (supercite, supercite-frames)
24407 (supercite-attr, supercite-cite, supercite-hooks):
24408 * net/rcompile.el (remote-compile):
24409 * net/rlogin.el (rlogin):
24410 * obsolete/ooutline.el (outlines):
24411 * progmodes/delphi.el (delphi):
24412 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
24413 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
24414 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
24415 (ebnf-optimization):
24416 * progmodes/etags.el (etags):
24417 * progmodes/executable.el (executable):
24418 * progmodes/idlwave.el (idlwave):
24419 * progmodes/pascal.el (pascal):
24420 * progmodes/prolog.el (prolog):
24421 * progmodes/python.el (python):
24422 * progmodes/scheme.el (scheme):
24423 * progmodes/sh-script.el (sh, sh-script):
24424 * progmodes/sql.el (SQL):
24425 * progmodes/tcl.el (tcl):
24426 * textmodes/bibtex.el (bibtex, bibtex-autokey):
24427 * textmodes/enriched.el (enriched):
24428 * textmodes/makeinfo.el (makeinfo):
24429 * textmodes/sgml-mode.el (sgml):
24430 * textmodes/table.el (table-hooks):
24431 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
24432 * textmodes/texinfo.el (texinfo):
24433 * textmodes/two-column.el (two-column):
24434 Finish `defgroup' description with period.
24435
24436 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
24437 * eshell/esh-var.el (eshell-var):
24438 * progmodes/vhdl-mode.el (vhdl-testbench):
24439 * textmodes/org.el (org): Fix typos in docstrings.
24440
24441 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
24442 consistency.
24443
24444 * progmodes/flymake.el (flymake-find-file): Remove.
24445 (flymake-float-time): Use `with-no-warnings'.
24446 (flymake-check-start-time, flymake-check-was-interrupted)
24447 (flymake-err-info, flymake-is-running, flymake-last-change-time)
24448 (flymake-new-err-info): `defvar' at compile time.
24449
24450 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
24451
24452 * replace.el (occur-hook): Doc fix.
24453 (occur-1): Don't call `occur-hook' if there are no matches.
24454
24455 2005-07-03 Richard M. Stallman <rms@gnu.org>
24456
24457 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
24458 global-map, save the same map.
24459 (global-map): Don't alter it at top level.
24460 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
24461 Then alter it here instead.
24462 (tpu-edt-off): Set global-map to the saved one.
24463
24464 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
24465 All references simplified.
24466 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
24467 (zmacs-regions): Add defvar.
24468 (repeat-complex-command-map): Everything about that deleted.
24469
24470 * textmodes/artist.el (artist-key-is-drawing)
24471 (artist-key-endpoint1, artist-key-poly-point-list)
24472 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
24473 (artist-key-compl-table, artist-rb-save-data)
24474 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
24475 Don't put them in eval-when-compile.
24476 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
24477
24478 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
24479 Use with-no-warnings.
24480
24481 * net/browse-url.el (dos-windows-version): Add defvar.
24482
24483 * mail/supercite.el (filladapt-prefix-table): Add defvar.
24484
24485 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
24486 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
24487 (rmail-new-summary-line-count): Rename from new-summary-line-count.
24488 Add defvar.
24489 (rmail-summary-beginning-of-message): Use with-no-warnings.
24490 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
24491
24492 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
24493 Use with-no-warnings.
24494
24495 * emulation/vi.el (vi-mark-region): Use c-mark-function.
24496 (c-mark-function): Add point-moving-unit property.
24497 (vi-goto-line): Use with-no-warnings.
24498
24499 * emulation/edt.el (edt-last-copied-word): Add defvar.
24500 (zmacs-region-stays): Likewise.
24501 (edt-mark-section-wisely): Use c-mark-function for C.
24502 Use makr-defun for Fortran.
24503 (time-string): defvar deleted.
24504 (edt-display-the-time): Don't set time-string.
24505
24506 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
24507
24508 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
24509 Don't warn when name is not constant
24510 or for defining the group `emacs'.
24511
24512 * tooltip.el (gud-tooltip-mode): Add defvar.
24513
24514 * startup.el (default-frame-background-mode): Add defvar.
24515
24516 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
24517
24518 * info.el (tool-bar-map): Add defvar.
24519
24520 * dired.el (dnd-protocol-alist): Add defvar.
24521
24522 * dired-aux.el (dired-query): Display question with answer, when
24523 the user answers.
24524
24525 * custom.el (custom-add-option): Doc fix.
24526
24527 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
24528
24529 2005-07-03 Eli Zaretskii <eliz@gnu.org>
24530
24531 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
24532 bogus name from the last change.
24533
24534 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
24535
24536 * custom.el (custom-declare-variable): Fix typos in comment.
24537 (custom-known-themes): Doc fix.
24538 (custom-theme-directory): New defcustom.
24539 (require-theme): Make it check `custom-theme-directory'.
24540
24541 * cus-theme.el (custom-new-theme-mode): New function.
24542 (custom-theme-name, custom-theme-variables, custom-theme-faces)
24543 (custom-theme-description): Add compiler defvars.
24544 (customize-create-theme): Add doc to the "*New Custom Theme*"
24545 buffer. Use `custom-new-theme-mode'.
24546 (custom-theme-write): Put the created buffer in emacs-lisp-mode
24547 and save it to the `custom-theme-directory'. Make this the
24548 default directory of the buffer.
24549
24550 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
24551
24552 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
24553 Fix unbalanced parentheses.
24554
24555 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
24556
24557 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
24558 into flymake-mode and delegate to flymake-mode.
24559
24560 * find-file.el (ff-which-function-are-we-in): Clean up.
24561
24562 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
24563
24564 * replace.el (occur-rename-buffer): Fix docstring.
24565
24566 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
24567 (edt-last-copied-word, edt-learn-macro-count)
24568 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
24569 (edt-rect-start-point, edt-user-global-map, rect-start-point)
24570 (time-string, zmacs-region-stays):
24571 * emulation/edt-mapper.el (edt-save-function-key-map)
24572 (EDT-key-name): `defvar' to silence the byte-compiler.
24573
24574 2005-07-02 Martin Rudalics <rudalics@gmx.at>
24575
24576 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
24577 font-lock-regexp-backslash. Doc fix.
24578 (font-lock-regexp-backslash-grouping-construct): Rename from
24579 font-lock-regexp-backslash-construct. Doc fix.
24580 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
24581 grouping constructs.
24582
24583 2005-07-02 Eli Zaretskii <eliz@gnu.org>
24584
24585 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
24586 updating all the prerequisites.
24587
24588 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
24589
24590 * textmodes/org.el (org-agenda-start-on-weekday)
24591 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
24592 (org-agenda-use-time-grid, org-archive-location)
24593 (org-allow-space-in-links, org-usenet-links-prefer-google)
24594 (org-enable-table-editor, org-export-default-language)
24595 (org-export-html-show-new-buffer, org-fill-paragraph)
24596 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
24597 (org-goto-quit, org-occur, org-eval-in-calendar)
24598 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
24599 (org-agenda-diary-entry, org-remember-help)
24600 (org-table-convert-region, org-at-table-p)
24601 (org-table-move-row-down, org-table-move-row-up)
24602 (org-table-copy-region, org-table-toggle-vline-visibility)
24603 (org-table-get-stored-formulas, org-table-get-specials)
24604 (org-recalc-commands, org-table-eval-formula)
24605 (org-table-formula-substitute-names, orgtbl-make-binding)
24606 (org-format-org-table-html, org-format-table-table-html)
24607 (org-format-table-table-html-using-table-generate-source)
24608 (org-customize): Fix typos in docstrings.
24609 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
24610 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
24611 (org-back-to-heading): Doc fixes.
24612 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
24613 (org-agenda-change-all-lines, org-get-header):
24614 Improve argument/docstring consistency.
24615 (orgtbl-error): Fix error message.
24616
24617 * progmodes/flymake.el (flymake-find-possible-master-files)
24618 (flymake-master-file-compare, flymake-get-line-err-count)
24619 (flymake-highlight-line, flymake-gui-warnings-enabled):
24620 Fix typos in docstrings.
24621 (flymake-parse-line, flymake-get-project-include-dirs-function)
24622 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
24623 Doc fixes.
24624 (flymake-get-project-include-dirs-function)
24625 (flymake-make-err-menu-data):
24626 Improve argument/docstring consistency.
24627
24628 2005-07-01 Lute Kamstra <lute@gnu.org>
24629
24630 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
24631 Catch errors with ignore-errors. Use temporary buffer.
24632 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
24633
24634 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
24635 background color faces.
24636 (facemenu-set-foreground, facemenu-set-background):
24637 Use facemenu-set-face-from-menu.
24638 (facemenu-set-face-from-menu): Treat face names that start with
24639 "fg:" or "bg:" as special.
24640 (facemenu-add-new-color): Don't create faces. Simplify.
24641
24642 2005-06-30 Richard M. Stallman <rms@gnu.org>
24643
24644 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
24645 (crm-find-current-element): Likewise.
24646
24647 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
24648
24649 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
24650
24651 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
24652
24653 * arc-mode.el (archive-extract): Make it work as a mouse binding.
24654 (archive-mouse-extract): Make it an obsolete alias.
24655 (archive-mode-map): Don't use archive-mouse-extract any more.
24656 (archive-mode, archive-extract): write-contents-hooks ->
24657 write-contents-functions.
24658 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
24659 first arg.
24660 (archive-rename-entry): Update the call.
24661 (archive-zip-summarize): Remove unused var `method'.
24662 (archive-lzh-summarize): Remove unused var `creator'.
24663
24664 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
24665 dedicated frame upon exit.
24666
24667 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
24668 (archive-zip-extract, archive-zip-expunge)
24669 (archive-zip-update, archive-zip-update-case): Use executable-find.
24670 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
24671 Use restore-buffer-modified-p.
24672 (archive-extract, archive-add-new-member, archive-write-file-member):
24673 Use with-current-buffer.
24674 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
24675
24676 2005-06-30 Andreas Schwab <schwab@suse.de>
24677
24678 * progmodes/gud.el (gud-filter): Remove unneeded progn.
24679
24680 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
24681
24682 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
24683
24684 2005-06-30 Juri Linkov <juri@jurta.org>
24685
24686 * faces.el (vertical-border): Inherit from mode-line-inactive
24687 only on tty.
24688
24689 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
24690
24691 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
24692 example, -NLINES in the `occur' docstring).
24693
24694 * replace.el (occur-1): When no matches are found, do not set the
24695 `buffer-read-only' and modified flags for the occur buffer,
24696 because it is deleted.
24697
24698 * emulation/cua-base.el (cua-check-pending-input)
24699 (cua-repeat-replace-region, cua-mode, cua-debug)
24700 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
24701 Fix typos in docstrings.
24702
24703 * emulation/cua-gmrk.el (cua-toggle-global-mark)
24704 (cua-cut-region-to-global-mark)
24705 (cua--cut-rectangle-to-global-mark):
24706 Remove period from end of messages.
24707
24708 * emulation/cua-rect.el (cua-do-rectangle-padding):
24709 Remove period from end of messages.
24710 (cua--rectangle-seq-format): Fix typo in docstring.
24711 (cua-sequence-rectangle, cua-fill-char-rectangle):
24712 Improve argument/docstring consistency.
24713
24714 2005-06-29 Juri Linkov <juri@jurta.org>
24715
24716 * faces.el (default-frame-background-mode): New internal variable.
24717 (frame-set-background-mode): Use it.
24718
24719 * startup.el (normal-top-level): Set default-frame-background-mode
24720 instead of frame-background-mode. Before setting it, test for its
24721 nil value. Remove tests for frame-background-mode and frame
24722 parameter `reverse'. Add test for "unspecified-fg".
24723
24724 * term/xterm.el (xterm-rxvt-set-background-mode):
24725 * term/rxvt.el (rxvt-set-background-mode):
24726 Set default-frame-background-mode instead of frame-background-mode.
24727
24728 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
24729
24730 * simple.el (set-variable): Warn about obsolete user variables.
24731
24732 * imenu.el (imenu--completion-buffer):
24733 * mouse.el (mouse-buffer-menu-alist):
24734 * msb.el (msb-invisible-buffer-p):
24735 * calendar/diary-lib.el (diary-header-line-format):
24736 * emacs-lisp/pp.el (pp-buffer):
24737 * progmodes/cperl-mode.el (cperl-do-auto-fill):
24738 * textmodes/picture.el (picture-replace-match):
24739 Change space constants followed by a sexp to "?\s ".
24740
24741 * play/decipher.el (decipher-loop-with-breaks):
24742 * textmodes/texinfo.el (texinfo-insert-@item): Change space
24743 constants "protected" from end of line by a comment to "?\s".
24744
24745 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
24746
24747 * font-lock.el (save-buffer-state): Use `declare'.
24748
24749 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
24750 reset the syntax-table to cperl-mode-syntax-table.
24751 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
24752 "foo_print_bar" is not matched as a reserved keyword.
24753
24754 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
24755
24756 * textmodes/org.el (orgtbl-setup): New function, for delayed
24757 setup for the orgtbl commands.
24758 (org-calc-default-modes): New option.
24759 (orgtbl-make-binding): Use `defun' to get better help display.
24760 (org-diary): Call `org-compile-prefix-format'.
24761 (org-table-formula-substitute-names): New function.
24762 (org-agenda-day-view, org-agenda-week-view): New commands.
24763 (org-agenda-toggle-week-view): Command removed.
24764 (org-tbl-menu): Split off from org-org-menu.
24765 (org-mode): Move removal of outline-mode menus to here.
24766 (org-table-formula-debug): New option.
24767 (org-table-insert-row): Keep first field if just "#" or "*".
24768 (org-mode): Paragraph regexps fixed.
24769 (org-table-recalculate-regexp): New constant.
24770 (org-table-justify-field-maybe): Avoid replace if not necessary.
24771 (org-copy-special, org-cut-special): Use `call-interactively'.
24772 (org-table-copy-region): Take region from `interactive' call.
24773 (org-trim): Return string even if no match.
24774 (org-formula): New face.
24775 (org-set-font-lock-defaults): No longer highlight "FIXME".
24776 But highlight formula-related fields in table.
24777 (org-table-p): Use regexp, not fontification.
24778 (org-table-align): Handle white space at end of line.
24779 (org-table-formula-evaluate-inline): New option.
24780 (org-mode): Auto-wrapping in comment lines turned off.
24781 (org-table-copy-down): Evaluate only in copied field, not in
24782 destination.
24783 (org-table-current-formula): Variable removed.
24784 (org-table-store-formulas, org-table-get-stored-formulas)
24785 (org-table-modify-formulas, org-table-replace-in-formulas)
24786 (org-table-maybe-eval-formula): New functions.
24787 (org-table-get-formula): Modify to use stored formulas.
24788 (org-table-insert-column, org-table-delete-column)
24789 (org-table-move-column): Call `org-table-modify-formulas'.
24790 (org-complete): Add completion for keyword formulas.
24791 (orgtbl-mode): Pull orgtbl-mode-map to start of
24792 minor-mode-map-alist.
24793
24794 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
24795
24796 * progmodes/python.el (python-check): Require `compile' before
24797 modifying its variables.
24798
24799 * newcomment.el (comment-indent-default): Don't get fooled by an early
24800 end of buffer.
24801
24802 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24803
24804 * ps-print.el (ps-print-version): Fix version number.
24805
24806 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
24807
24808 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
24809
24810 2005-06-28 Richard M. Stallman <rms@gnu.org>
24811
24812 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
24813 (flyspell-local-mouse-map): Declaration deleted.
24814 (flyspell-mouse-map): Bind only mouse-2.
24815 (flyspell-mode-map): Don't test flyspell-use-local-map.
24816 (flyspell-overlay-keymap-property-name): Var deleted.
24817 (flyspell-mode-on): Don't make local bindings for
24818 flyspell-mouse-map and flyspell-mode-map.
24819 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
24820
24821 * textmodes/ispell.el (ispell-word): Do not ignore short words.
24822
24823 * progmodes/compile.el (compilation-next-error-function):
24824 Don't switch buffers; operate on the current buffer.
24825
24826 * progmodes/compile.el (compilation-error-file-name)
24827 (compilation-warning-file-name, compilation-info-file-name)
24828 (compilation-line-number, compilation-column-number): New faces.
24829 (compilation-error-face, compilation-warning-face)
24830 (compilation-info-face, compilation-line-face)
24831 (compilation-column-face): Use them.
24832
24833 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
24834
24835 * comint.el (comint-password-prompt-regexp): Accept ", try again".
24836
24837 * bindings.el (global-map): Bind insertchar and its variants.
24838
24839 2005-06-27 Richard M. Stallman <rms@gnu.org>
24840
24841 * textmodes/artist.el (artist-text-overwrite)
24842 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
24843
24844 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24845
24846 * ps-print.el: It was not working the page selection for printing.
24847 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
24848 (ps-print-version): New version 6.6.7.
24849 (ps-end-sheet): New fun.
24850 (ps-header-sheet, ps-end-job): Call it.
24851
24852 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
24853
24854 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
24855
24856 2005-06-27 Lute Kamstra <lute@gnu.org>
24857
24858 * facemenu.el (facemenu-unlisted-faces): Add foreground and
24859 background color faces.
24860 (facemenu-get-face): Delete function.
24861 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
24862 (facemenu-add-new-color): Make second argument mandatory.
24863 Create the appropriate face and return it. Simplify.
24864 (facemenu-set-foreground, facemenu-set-background): Don't check if
24865 color is defined. Use return value of facemenu-add-new-color.
24866
24867 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
24868
24869 * progmodes/gud.el (gud-filter): Add missing argument to
24870 with-selected-window.
24871
24872 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
24873
24874 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
24875 a :require to the defcustom.
24876
24877 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
24878 defcustoms corresponding to minor modes.
24879
24880 2005-06-26 David Ponce <david@dponce.com>
24881
24882 * recentf.el: Require tree-widget instead of wid-edit.
24883 (recentf-filename-handler): Fix widget :type.
24884 (recentf-cancel-dialog, recentf-open-more-files)
24885 (recentf-open-files-action): Doc fix.
24886 (recentf-dialog-goto-first): New function.
24887 (recentf-dialog-mode-map): Set parent keymap first.
24888 (recentf-dialog-mode): Define with define-derived-mode.
24889 Don't display continuation lines in dialogs.
24890 (recentf-edit-list): Rename from recentf-edit-selected-items.
24891 (recentf-edit-list-select): Rename from recentf-edit-list-action.
24892 Simplify.
24893 (recentf-edit-list-validate): New function.
24894 (recentf-edit-list): Update accordingly.
24895 (recentf-open-files-item-shift): Remove.
24896 (recentf-open-files-item): Convert menu elements into tree and
24897 link widgets. Don't create the widgets.
24898 (recentf-open-files): Update accordingly.
24899 (recentf-save-list): Untabify.
24900
24901 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
24902
24903 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
24904 (keep-lines): Add INTERACTIVE arg. Never delete lines only
24905 partially contained in the active region. Do not take active
24906 region into account when called from Lisp, unless INTERACTIVE arg
24907 is non-nil. Use `forward-line' instead of `beginning-of-line' to
24908 avoid trouble with fields. Make marker point nowhere when no
24909 longer used. Always return nil. Doc fix.
24910 (flush-lines): Add INTERACTIVE arg. Do not take active region
24911 into account when called from Lisp, unless INTERACTIVE arg is
24912 non-nil. Use `forward-line' instead of `beginning-of-line' to
24913 avoid trouble with fields. Make marker point nowhere when no
24914 longer used. Always return nil. Doc fix.
24915 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
24916 interchangeable. Do not take active region into account when
24917 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
24918 message in echo area when called from Lisp, unless INTERACTIVE arg
24919 is non-nil. Avoid saying "1 occurrences". Do not use markers.
24920 Return the number of matches. Doc fix.
24921 (occur): Doc fix.
24922 (perform-replace): Make comment follow double space convention for
24923 the sake of `outline-minor-mode'.
24924
24925 * faces.el (facep): Doc fix.
24926
24927 2005-06-25 Richard M. Stallman <rms@gnu.org>
24928
24929 * facemenu.el (facemenu-enable-faces-p): New function.
24930 (facemenu-background-menu, facemenu-foreground-menu)
24931 (facemenu-face-menu): Add menu-enable property.
24932
24933 * jka-compr.el (jka-compr-insert-file-contents):
24934 Special handling if cannot find the uncompression program.
24935
24936 * cus-face.el (custom-face-attributes): Add autoload.
24937
24938 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24939 Bind comment-indent-function locally.
24940
24941 * window.el (save-selected-window): Use save-current-buffer.
24942
24943 * subr.el (with-selected-window): Use save-current-buffer.
24944
24945 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
24946 and with-current-buffer.
24947
24948 2005-06-24 Richard M. Stallman <rms@gnu.org>
24949
24950 * simple.el (line-move-1): Fix previous change.
24951
24952 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
24953
24954 * replace.el (occur-1): Set `buffer-read-only' and the
24955 buffer-modified flag before running `occur-hook' to protect
24956 against unintentional buffer switches that can lead to data loss.
24957
24958 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
24959
24960 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
24961 (gud-gdb-marker-filter): Use font-lock-warning-face for any
24962 initial error.
24963
24964 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
24965 after fresh input.
24966 (gdb-var-create-handler): Put name of expression in quotes.
24967
24968 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
24969
24970 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
24971 elements of RING in order, and without bogus nil elements.
24972
24973 2005-06-23 Richard M. Stallman <rms@gnu.org>
24974
24975 * simple.el (set-variable): Args renamed; doc fix.
24976 (line-move-1): When there are overlays around, use vertical-motion.
24977
24978 * faces.el (escape-glyph): Use brown against light background.
24979 (nobreak-space): Rename from no-break-space.
24980 Fix previous change.
24981
24982 * dired-aux.el (dired-do-copy): Fix arg prompt.
24983
24984 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
24985
24986 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
24987
24988 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
24989 rather than "Distributor".
24990
24991 2005-06-23 Lute Kamstra <lute@gnu.org>
24992
24993 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
24994 (debug-on-entry): Use it. New interactive declaration that uses
24995 function-called-at-point.
24996
24997 2005-06-23 Kim F. Storm <storm@cua.dk>
24998
24999 * subr.el (save-match-data): Add comment about using evaporate arg
25000 to set-match-data.
25001
25002 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
25003
25004 * cus-edit.el (customize-face)
25005 (customize-face-other-window): Handle face aliases.
25006
25007 * faces.el (face-documentation, set-face-attribute)
25008 (face-spec-set): Handle face aliases.
25009
25010 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
25011
25012 * help-mode.el (help-make-xrefs): If a symbol representing a face
25013 name is not followed by the word "face", it could still be a
25014 function or variable name, so don't bypass other checks.
25015
25016 2005-06-22 Juri Linkov <juri@jurta.org>
25017
25018 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
25019 Replace aliased functions with calls where second arg `inherit' is t.
25020
25021 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
25022
25023 * progmodes/gdb-ui.el (gdb-error): New variable.
25024 (gdb-error): New function.
25025 (gdb-annotation-rules): Act on error-begin and error annotations.
25026 (gdb-concat-output): Use font-lock-warning-face for errors.
25027
25028 2005-06-22 Miles Bader <miles@gnu.org>
25029
25030 * bindings.el (propertized-buffer-identification): Use renamed
25031 `Buffer-menu-buffer' face.
25032
25033 * faces.el (vertical-border): Rename from `vertical-divider'.
25034 (escape-glyph): Change dark-background color back to `cyan'.
25035
25036 2005-06-21 Juri Linkov <juri@jurta.org>
25037
25038 * faces.el (face-user-default-spec): Try getting `customized-face'
25039 prior to `saved-face'.
25040 (frame-background-mode): Refill docstring.
25041
25042 * emacs-lisp/lisp-mode.el (eval-defun-1):
25043 * emacs-lisp/edebug.el (edebug-eval-defun):
25044 Set `saved-face' temporarily to nil before calling form.
25045 Set `customized-face' to the new spec after that.
25046
25047 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
25048
25049 * subr.el (1value, lambda, key-substitution-in-progress):
25050 Doc fixes.
25051
25052 * autoinsert.el (auto-insert-alist):
25053 * ses.el (ses-call-printer):
25054 * subr.el (noreturn):
25055 * emacs-lisp/lisp.el (check-parens):
25056 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
25057 * net/browse-url.el (browse-url-mosaic):
25058 * progmodes/cc-defs.el (c-safe-scan-lists):
25059 * progmodes/ebnf-abn.el (ebnf-abn-lex):
25060 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
25061 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
25062 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
25063 * progmodes/ebnf-iso.el (ebnf-iso-lex):
25064 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
25065
25066 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
25067
25068 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
25069
25070 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
25071
25072 * calendar/appt.el (appt-make-list): Activate the package, if
25073 not already active (for backwards compatibility).
25074
25075 2005-06-20 Kim F. Storm <storm@cua.dk>
25076
25077 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
25078
25079 2005-06-20 Miles Bader <miles@gnu.org>
25080
25081 * faces.el (vertical-divider): New face.
25082
25083 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
25084
25085 * simple.el (kill-whole-line): Doc fix.
25086 (next-error-buffer-p, next-error-find-buffer)
25087 (clone-indirect-buffer): Fix typos in docstrings.
25088 (comment-line-break-function): Doc fix: don't say variable
25089 is automatically buffer-local (it isn't).
25090
25091 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
25092
25093 * net/tramp-ftp.el (top):
25094 * net/tramp-smb.el (top):
25095 * net/tramp-util.el (top):
25096 * net/tramp-uu.el (top):
25097 * net/tramp-vc.el (top):
25098 * net/tramp.el (top): Revert copyright years back to original
25099 ones. Tramp has a life outside GNU Emacs.
25100
25101 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
25102
25103 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
25104
25105 2005-06-18 Juri Linkov <juri@jurta.org>
25106
25107 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
25108 end of first regexp to limit the match to the position between
25109 line number and source line with same separator character as used
25110 between file name and line number. In the second regexp limit
25111 mouse-face area to file name and line number by adding new group
25112 for them and referring it in HYPERLINK arg.
25113 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
25114 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
25115 previous line where grep markers may be already removed.
25116
25117 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
25118
25119 * progmodes/ps-mode.el: Update version and maintainer's email address.
25120
25121 2005-06-18 Steve Youngs <steve@xemacs.org>
25122
25123 * net/browse-url.el (browse-url-browser-function)
25124 (browse-url-default-browser): Add firefox.
25125 (browse-url-firefox-program, browse-url-firefox-arguments)
25126 (browse-url-firefox-startup-arguments)
25127 (browse-url-firefox-new-window-is-tab): New defcustoms.
25128 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
25129
25130 2005-06-17 Richard M. Stallman <rms@gnu.org>
25131
25132 * startup.el (command-line): Warn if specified user name has
25133 no home directory.
25134
25135 * term.el (term-get-old-input, term-input-filter, term-input-sender)
25136 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
25137
25138 * longlines.el (longlines-mode, longlines-show-hard-newlines):
25139 Doc fixes.
25140
25141 * faces.el (underline): Try bold if terminal doesn't support underline.
25142
25143 * mail/sendmail.el (mail-setup-with-from): New variable.
25144 (mail-insert-from-field): New function.
25145 (sendmail-send-it): Call it.
25146 (mail-setup): Optionally call it here.
25147
25148 * term/linux.el: Call tty-no-underline.
25149
25150 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
25151
25152 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
25153
25154 2005-06-17 Miles Bader <miles@gnu.org>
25155
25156 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
25157 (ediff-current-diff-C, ediff-current-diff-Ancestor)
25158 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
25159 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
25160 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
25161 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
25162 Remove "-face" suffix from face names.
25163 (ediff-current-diff-face-A, ediff-current-diff-face-B)
25164 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25165 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25166 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25167 (ediff-even-diff-face-A, ediff-even-diff-face-B)
25168 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25169 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25170 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25171 New backward-compatibility aliases for renamed faces.
25172 (ediff-current-diff-face-A, ediff-current-diff-face-B)
25173 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25174 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25175 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25176 (ediff-even-diff-face-A, ediff-even-diff-face-B)
25177 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25178 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25179 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25180 Use renamed ediff faces.
25181
25182 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
25183 Remove "-face" suffix from face names.
25184 (eshell-test-ok-face, eshell-test-failed-face):
25185 New backward-compatibility aliases for renamed faces.
25186 (eshell-run-test): Use renamed eshell-test faces.
25187
25188 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
25189 face name.
25190 (eshell-prompt-face): New backward-compatibility alias for renamed
25191 face.
25192 (eshell-emit-prompt): Use renamed eshell-prompt face.
25193
25194 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
25195 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
25196 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
25197 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
25198 Remove "-face" suffix from face names.
25199 (eshell-ls-directory-face, eshell-ls-symlink-face)
25200 (eshell-ls-executable-face, eshell-ls-readonly-face)
25201 (eshell-ls-unreadable-face, eshell-ls-special-face)
25202 (eshell-ls-missing-face, eshell-ls-archive-face)
25203 (eshell-ls-backup-face, eshell-ls-product-face)
25204 (eshell-ls-clutter-face):
25205 New backward-compatibility aliases for renamed faces.
25206 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
25207
25208 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
25209 Remove "-face" suffix from face name.
25210 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
25211 instead of literal face.
25212
25213 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
25214
25215 * emacs-lisp/warnings.el (display-warning, lwarn)
25216 (warning-minimum-log-level): Doc fixes.
25217 (warning-minimum-level, warning-minimum-log-level):
25218 Add :debug to :type choices.
25219
25220 * progmodes/ada-mode.el (ada-format-paramlist)
25221 (ada-get-indent-case, ada-check-matching-start)
25222 (ada-check-defun-name, ada-goto-matching-decl-start)
25223 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
25224 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
25225 (ada-make-subprogram-body): Follow error conventions.
25226 (ada-case-exception-file, ada-indent-comment-as-code)
25227 (ada-indent-handle-comment-special, ada-indent-renames)
25228 (ada-indent-return, ada-search-directories-internal)
25229 (ada-tab-policy, ada-case-exception-substring)
25230 (ada-other-file-alist, ada-matching-start-re)
25231 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
25232 (ada-imenu-generic-expression, ada-compile-goto-error)
25233 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
25234 (ada-popup-menu, ada-add-extensions, ada-mode)
25235 (ada-region-selected, ada-create-case-exception)
25236 (ada-create-case-exception-substring, ada-after-keyword-p)
25237 (ada-activate-keys-for-case, ada-adjust-case-region)
25238 (ada-adjust-case-buffer, ada-format-paramlist)
25239 (ada-scan-paramlist, ada-insert-paramlist)
25240 (ada-indent-newline-indent)
25241 (ada-indent-newline-indent-conditional)
25242 (ada-justified-indent-current, ada-goto-previous-word)
25243 (ada-indent-current, ada-get-indent-open-paren)
25244 (ada-get-indent-paramlist, ada-get-indent-end)
25245 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
25246 (ada-get-indent-block-start, ada-get-indent-subprog)
25247 (ada-get-indent-noindent, ada-get-indent-label)
25248 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
25249 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
25250 (ada-goto-stmt-end, ada-goto-next-word)
25251 (ada-check-matching-start, ada-check-defun-name)
25252 (ada-goto-matching-decl-start, ada-goto-matching-start)
25253 (ada-goto-matching-end, ada-search-ignore-string-comment)
25254 (ada-in-decl-p, ada-looking-at-semi-or)
25255 (ada-looking-at-semi-private, ada-in-paramlist-p)
25256 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
25257 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
25258 (ada-next-procedure, ada-previous-procedure, ada-next-package)
25259 (ada-previous-package, ada-create-menu)
25260 (ada-fill-comment-paragraph-justify)
25261 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
25262 (ada-other-file-name, ada-last-which-function-line)
25263 (ada-last-which-function-subprog, ada-which-function)
25264 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
25265 (ada-gen-treat-proc, ada-check-emacs-version)
25266 (ada-continuation-indent, ada-align-region-separate):
25267 Fix typos in docstrings.
25268 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
25269
25270 2005-06-16 Lute Kamstra <lute@gnu.org>
25271
25272 * simple.el (fundamental-mode): Run after-change-major-mode-hook
25273 conditionally.
25274
25275 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
25276
25277 * comint.el (comint-replace-by-expanded-filename)
25278 (comint-prompt-regexp, comint-delimiter-argument-list)
25279 (comint-preinput-scroll-to-bottom):
25280 * info.el (Info-hide-cookies-node):
25281 * ls-lisp.el (ls-lisp-classify):
25282 * find-file.el (ff-search-directories, ff-special-constructs)
25283 (ff-find-other-file):
25284 * font-lock.el (font-lock-keywords):
25285 * shell.el (shell-prompt-pattern)
25286 (shell-dynamic-complete-functions, shell-mode)
25287 (shell-delimiter-argument-list):
25288 * term.el (term-replace-by-expanded-filename)
25289 (term-prompt-regexp, term-delimiter-argument-list):
25290 * woman.el (woman-ignore, woman0-if):
25291 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
25292 * emacs-lisp/elint.el (elint-init-env):
25293 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
25294 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
25295 * language/ethio-util.el (ethio-tilde-escape)
25296 (ethio-use-three-dot-question):
25297 * net/zone-mode.el (zone-mode-load-time-setup):
25298 * progmodes/cc-align.el (c-lineup-argcont):
25299 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
25300 * progmodes/cperl-mode.el (cperl-set-style-back):
25301 * progmodes/inf-lisp.el (inferior-lisp-prompt):
25302 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
25303 Fix spellings in docstrings.
25304
25305 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
25306 * progmodes/modula2.el (m2-for): Fix spellings.
25307
25308 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
25309
25310 * simple.el (undo-more): Don't use `format' on `error' arguments.
25311 Improve argument/docstring consistency.
25312 (pending-undo-list): Doc fix.
25313
25314 * smerge-mode.el (smerge-ensure-match):
25315 * emulation/vip.el (vip-ex):
25316 * net/zone-mode.el (zone-mode-update-serial):
25317 * progmodes/idlwave.el (idlwave-complete):
25318 * progmodes/vhdl-mode.el (vhdl-visit-file)
25319 (vhdl-compose-wire-components):
25320 Don't use `format' on `error' arguments.
25321
25322 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
25323 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
25324 (tooltip-help-tips): Fix typos in docstrings.
25325
25326 2005-06-16 David Ponce <david@dponce.com>
25327
25328 * tree-widget.el (tree-widget-value-create): Simplify last change.
25329
25330 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
25331
25332 * ido.el (ido-incomplete-regexp): New variable.
25333 (ido-set-matches-1): Handle invalid-regexp error and set
25334 ido-incomplete-regexp.
25335 (ido-incomplete-regexp): New face.
25336 (ido-completions): Use it.
25337 (ido-complete, ido-exit-minibuffer, ido-completions):
25338 Handle incomplete regexps.
25339 (ido-completions): Add check for complete match when entering a regexp.
25340
25341 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
25342
25343 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
25344
25345 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25346
25347 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
25348 by field delimiters.
25349
25350 2005-06-15 David Ponce <david@dponce.com>
25351
25352 * tree-widget.el: eval-and-compile inlined functions so they will
25353 be available at run-time too.
25354 (tree-widget-super-format-handler)
25355 (tree-widget-format-handler): Remove.
25356 (tree-widget-value-create): Handle the :indent property.
25357
25358 2005-06-15 Miles Bader <miles@gnu.org>
25359
25360 * progmodes/which-func.el (which-func): Only inherit
25361 `font-lock-function-name-face' when that makes sense against the
25362 default mode-line face, otherwise set the face color explicitly.
25363
25364 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
25365 faces instead of (non-existent) variables.
25366
25367 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
25368
25369 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
25370 (iswitchb-get-matched-buffers): Likewise. Simplify.
25371
25372 2005-06-14 Miles Bader <miles@gnu.org>
25373
25374 * progmodes/ld-script.el (ld-script-location-counter):
25375 Remove "-face" suffix from face name.
25376 (ld-script-location-counter-face):
25377 New backward-compatibility alias for renamed face.
25378 (ld-script-location-counter-face): Use renamed face.
25379
25380 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
25381 (cperl-hash): Remove "-face" suffix from face names.
25382 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
25383 New backward-compatibility aliases for renamed faces.
25384 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
25385 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
25386
25387 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
25388 name.
25389 (which-func-face): New backward-compatibility alias for renamed face.
25390 (which-func-format): Use renamed which-func face.
25391
25392 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
25393 (vhdl-function, vhdl-directive, vhdl-reserved-word)
25394 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
25395 names.
25396 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
25397 (vhdl-speedbar-configuration, vhdl-speedbar-package)
25398 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
25399 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
25400 (vhdl-speedbar-architecture-selected)
25401 (vhdl-speedbar-configuration-selected)
25402 (vhdl-speedbar-package-selected)
25403 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
25404 names.
25405 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
25406 Use renamed faces.
25407 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
25408 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
25409 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
25410 Use renamed faces.
25411 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
25412 names.
25413 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
25414 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
25415 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
25416 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
25417 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
25418 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
25419
25420 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
25421 face name.
25422 (sh-heredoc-face): New backward-compatibility alias for renamed face.
25423 (sh-heredoc-face): Use renamed sh-heredoc face.
25424
25425 * progmodes/idlw-help.el (idlwave-help-link):
25426 Remove "-face" suffix from face name.
25427 (idlwave-help-link-face):
25428 New backward-compatibility alias for renamed face.
25429 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
25430
25431 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
25432 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
25433 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
25434 New backward-compatibility aliases for renamed faces.
25435 (idlwave-shell-disabled-breakpoint-face)
25436 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
25437
25438 * progmodes/flymake.el (flymake-errline, flymake-warnline):
25439 Remove "-face" suffix from face names.
25440 (flymake-errline-face, flymake-warnline-face):
25441 New backward-compatibility aliases for renamed faces.
25442 (flymake-highlight-line): Use renamed flymake faces.
25443
25444 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
25445 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
25446 (ebrowse-member-class, ebrowse-progress):
25447 Remove "-face" suffix from face names.
25448 (ebrowse-tree-mark-face, ebrowse-root-class-face)
25449 (ebrowse-file-name-face, ebrowse-default-face)
25450 (ebrowse-member-attribute-face, ebrowse-member-class-face)
25451 (ebrowse-progress-face):
25452 New backward-compatibility aliases for renamed faces.
25453 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
25454 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
25455 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
25456 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
25457
25458 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
25459 antlr-syntax)
25460 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
25461 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
25462 names.
25463 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
25464 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
25465 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
25466 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
25467 backward-compatibility aliases for renamed faces.
25468 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
25469 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
25470 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
25471 remove "font-lock-". Use renamed antlr-mode faces.
25472 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
25473 literal face-names with face variable references.
25474
25475 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
25476 face name.
25477 (Buffer-menu-buffer-face): New backward-compatibility alias for
25478 renamed face.
25479 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
25480
25481 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
25482
25483 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
25484 Eliminate "-face" suffix.
25485 (makefile-targets): Inherit from font-lock-function-name-face and
25486 eliminate "-face" suffix.
25487 (makefile-shell): Remove attributes and eliminate "-face" suffix.
25488 (makefile-*-font-lock-keywords): Append makefile-targets in rule
25489 actions, instead of prepending, to make it less visible.
25490 (makefile-previous-dependency, makefile-match-dependency):
25491 Don't match a target on a continuation line.
25492
25493 * files.el (auto-mode-alist): Put Makefile in gmake mode.
25494
25495 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
25496
25497 * progmodes/gdb-ui.el (menu): Re-order menu items.
25498 (gdb-tooltip-print): Respect tooltip-use-echo-area.
25499
25500 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
25501 Define in tooltip.el.
25502 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
25503 (gud-tooltip-tips): Respect tooltip-use-echo-area and
25504 gud-tooltip-echo-area.
25505
25506 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
25507 backward compatibility and make obsolete.
25508 (tooltip-help-tips): Use tooltip-use-echo-area.
25509 (tooltip-show-help-function): Rename to...
25510 (tooltip-show-help): ...this, because it is a function.
25511 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
25512
25513 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
25514
25515 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
25516 (edebug-print-length, edebug-print-level, edebug-print-circle)
25517 (edebug-modify-breakpoint, edebug-eval-last-sexp)
25518 (edebug-eval-print-last-sexp): Doc fixes.
25519
25520 2005-06-14 Kim F. Storm <storm@cua.dk>
25521
25522 * ido.el (ido-mode): Make a new keymap every time we enable ido,
25523 as the coverage buffer/file/both may change.
25524
25525 2005-06-14 Lute Kamstra <lute@gnu.org>
25526
25527 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
25528 and run-mode-hooks. Simplify.
25529
25530 * mail/rmailedit.el (rmail-edit-mode):
25531 * progmodes/octave-inf.el (inferior-octave-mode):
25532 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
25533
25534 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
25535 and run-mode-hooks.
25536 (recentf-edit-list, recentf-open-files): Don't call
25537 kill-all-local-variables directly.
25538
25539 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
25540
25541 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
25542
25543 * emacs-lisp/byte-run.el (make-obsolete)
25544 (define-obsolete-function-alias): Rename arguments FUNCTION and
25545 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
25546 (make-obsolete-variable, define-obsolete-variable-alias):
25547 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
25548 respectively.
25549
25550 * isearchb.el (isearchb-activate):
25551 * pcvs.el (cvs-mode):
25552 * ses.el (ses-load):
25553 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
25554 * net/tramp.el (tramp-find-file-exists-command)
25555 (tramp-find-shell):
25556 * progmodes/ada-mode.el (ada-create-case-exception)
25557 (ada-create-case-exception-substring, ada-make-subprogram-body):
25558 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
25559 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
25560 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
25561 * textmodes/org.el (org-promote, org-evaluate-time-range)
25562 (org-agenda-next-date-line, org-agenda-previous-date-line)
25563 (org-agenda-error, org-open-at-point, org-table-move-row)
25564 (org-format-table-table-html-using-table-generate-source)
25565 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
25566 * textmodes/reftex.el (reftex-access-scan-info):
25567 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
25568 (reftex-toc-promote-prepare): Follow error conventions.
25569
25570 * diff-mode.el (diff-mode): Fix typo in docstring.
25571
25572 * forms.el (forms--intuit-from-file): Fix reference to
25573 `forms-number-of-fields' in error message.
25574 (forms-print): Fix quoting in error message.
25575
25576 * forms.el (forms-mode):
25577 * emulation/vi.el (vi-goto-insert-state):
25578 * progmodes/flymake.el (flymake-new-err-info)
25579 (flymake-start-syntax-check-for-current-buffer)
25580 (flymake-simple-cleanup):
25581 * eshell/esh-var.el (eshell/export):
25582 * progmodes/gud.el (xdb):
25583 * textmodes/flyspell.el (flyspell-incorrect-hook)
25584 (flyspell-maybe-correct-transposition)
25585 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
25586
25587 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
25588
25589 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
25590 minibuffer prompt.
25591
25592 2005-06-13 Kim F. Storm <storm@cua.dk>
25593
25594 * subr.el (add-to-ordered-list): New defun.
25595
25596 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
25597 add cua--keymap-alist to emulation-mode-map-alists.
25598
25599 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
25600
25601 * subr.el (complete-in-turn): New macro.
25602 (dynamic-completion-table, lazy-completion-table): Add debug info.
25603
25604 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
25605 in preference to face aliases.
25606
25607 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
25608 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
25609 Remove unused vars `start' and `firstline'.
25610 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
25611 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
25612
25613 2005-06-13 Eli Zaretskii <eliz@gnu.org>
25614
25615 * cus-start.el (all): Don't complain about missing GTK-related
25616 variables, unless either `gtk' is boundp or this isn't a
25617 `windows-nt' build.
25618
25619 2005-06-13 Lute Kamstra <lute@gnu.org>
25620
25621 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
25622 run-mode-hooks.
25623
25624 * ediff-mult.el (ediff-meta-mode):
25625 * ediff-util.el (ediff-mode): Use run-mode-hooks.
25626
25627 * ledit.el (ledit-mode): Use delay-mode-hooks.
25628
25629 * woman.el (woman-mode-line-format): Delete constant.
25630 (woman-mode-map): Initialize it properly.
25631 (woman-mode): Set mode-class property to special.
25632 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
25633 Set major-mode and mode-name. Don't set mode-line-format directly.
25634 (Man-getpage-in-background): Don't reference woman-mode-line-format.
25635
25636 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
25637 string argument obsolete.
25638
25639 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
25640
25641 * textmodes/org.el (org-CUA-compatible): New option.
25642 (org-disputed-keys): New variable.
25643 (org-key): New function.
25644 (orgtbl-make-binding): Add docstring to the created function.
25645 (org-mode): Set paragraph start/separate regexps.
25646 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
25647 (org-archive-location, org-archive-mark-done)
25648 (org-archive-stamp-time): New options.
25649 (org-archive-subtree): New command.
25650 (org-fill-paragraph): New function.
25651 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
25652 (org-fake-empty-table-line): Function removed.
25653 (org-format-org-table-html): Do not create empty table lines at
25654 separator lines. Improved table header treatment.
25655 (org-link-format): New option.
25656 (org-make-link): New function.
25657 (org-insert-link, org-store-link): Use org-make-link.
25658 (org-open-file): Quote file name for shell command, to allow
25659 spaces in file names.
25660 (org-link-regexp): Fix bug with mailto link.
25661 (org-link-maybe-angles-regexp, org-protected-link-regexp):
25662 New constants.
25663 (org-export-as-html): Deal with the optional angles around a link.
25664 Better treatment of file: links.
25665 (org-open-at-point): Replace @{ and @} with < and >.
25666 (org-run-mode-hooks): Function removed.
25667 (org-agenda-mode): No longer use `org-run-mode-hooks'.
25668
25669 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
25670
25671 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
25672 MI command -data-list-register-values.
25673 (gdb-post-prompt): Indent properly.
25674
25675 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
25676
25677 * hilit-chg.el (highlight-changes-colors): Rename from
25678 `highlight-changes-colours'.
25679 (highlight-changes-colours): Keep as obsolete alias.
25680 (highlight-changes-face-list): Doc fix.
25681 (hilit-chg-make-list): Use `highlight-changes-colors'.
25682
25683 2005-06-12 Mark A. Hershberger <mah@everybody.org>
25684
25685 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
25686 defun-prompt-regexp.
25687
25688 2005-06-12 Eli Zaretskii <eliz@gnu.org>
25689
25690 * loadup.el: Don't say we are dumping under 2 names on windows-nt
25691 and cygwin.
25692
25693 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
25694 Don't use an old loaddefs.el, as in Makefile.in.
25695
25696 2005-06-12 Lute Kamstra <lute@gnu.org>
25697
25698 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
25699
25700 * man.el (Man-mode-map): Initialize it properly.
25701 (Man-mode): Set mode-class property to special.
25702
25703 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
25704
25705 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
25706
25707 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
25708 A newline is needed in the docstring there.
25709
25710 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
25711 Doc fixes.
25712
25713 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25714
25715 * printing.el: Doc fix. The menubar is no more changed when printing
25716 is loaded, it only changes when pr-menu-bind or pr-update-menus is
25717 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
25718 (pr-version): New version number (6.8.4).
25719 (pr-menu-bind): New command.
25720 (pr-update-menus): Docstring and code fix.
25721 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
25722 Docstring fix.
25723 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
25724 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
25725
25726 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
25727
25728 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
25729 "Returns" to "return", document useful return values, etc.
25730
25731 2005-06-11 Alan Mackenzie <acm@muc.de>
25732
25733 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
25734 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
25735 (adaptive-file-function): Minor amendment to doc-string.
25736
25737 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
25738
25739 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
25740 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
25741 Fix :type--it is `integer', not `string'.
25742
25743 * faces.el (modeline-highlight): Rename from (the erroneous)
25744 `modeline-higilight'.
25745
25746 2005-06-11 Lute Kamstra <lute@gnu.org>
25747
25748 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
25749 lisp-interaction-mode-map but make it the parent.
25750 (edebug-eval-mode): Use define-derived-mode.
25751
25752 2005-06-11 Andreas Schwab <schwab@suse.de>
25753
25754 * bindings.el: Add binding of `ESC functionkey' for every
25755 `M-functionkey'.
25756 * hexl.el (hexl-mode-map): Likewise.
25757
25758 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
25759
25760 * progmodes/compile.el (compilation-error-regexp-alist-alist)
25761 [msft]: update regexp for newer msft compilers.
25762
25763 2005-06-10 Mark A. Hershberger <mah@everybody.org>
25764
25765 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
25766 ATTLIST portions of included DTDs.
25767 (xml-parse-dtd): Eliminate use of inefficient match-data.
25768
25769 2005-06-10 Miles Bader <miles@gnu.org>
25770
25771 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
25772 (mpuz-text): Remove "-face" suffix from face names.
25773 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
25774 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
25775 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
25776
25777 * play/gomoku.el (gomoku-O, gomoku-X):
25778 Remove "-face" suffix from face names.
25779 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
25780 New backward-compatibility aliases for renamed faces.
25781 (gomoku-font-lock-keywords): Use renamed gomoku faces.
25782
25783 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
25784
25785 * thumbs.el: Fixes for changes of 2005-06-09.
25786 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
25787 as a directory.
25788 (thumbs-thumbname): Remove directory separator from format string;
25789 `thumbs-thumbsdir' now returns a valid directory name.
25790 (thumbs-temp-dir): New defsubst.
25791 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
25792 Use it.
25793
25794 * cus-edit.el (minibuffer):
25795 * files.el (make-backup-file-name-function):
25796 * filesets.el (filesets-external-viewers):
25797 * hilit-chg.el (highlight-changes-colours)
25798 (highlight-changes-face-list, highlight-changes-rotate-faces):
25799 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
25800 * kmacro.el (kmacro-call-macro):
25801 * log-edit.el (log-edit-changelog-full-paragraphs):
25802 * mouse.el (mouse-1-click-follows-link):
25803 * skeleton.el (skeleton-autowrap):
25804 * subr.el (insert-for-yank-1):
25805 * tempo.el (tempo-insert-region):
25806 * terminal.el (terminal-emulator):
25807 * time.el (display-time-mail-face):
25808 * vc.el (vc-annotate):
25809 * vcursor.el (vcursor-copy-line):
25810 * woman.el (woman-bold-headings, woman-ignore)
25811 (woman-default-faces, woman-monochrome-faces):
25812 * calendar/todo-mode.el (todo-insert-threshold):
25813 * emulation/pc-select.el (pc-select-selection-keys-only)
25814 (pc-selection-mode):
25815 * emulation/vip.el (vip-find-char-forward):
25816 * emulation/viper-cmd.el (viper-find-char-forward):
25817 * international/mule-cmds.el
25818 (select-safe-coding-system-accept-default-p)
25819 (input-method-exit-on-invalid-key):
25820 * international/mule-diag.el (describe-coding-system):
25821 * international/ucs-tables.el (unify-8859-on-encoding-mode):
25822 * net/browse-url.el (browse-url-xterm-program):
25823 * obsolete/lazy-lock.el (lazy-lock-mode):
25824 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
25825 (cperl-mode):
25826 * progmodes/cpp.el (cpp-face-light-name-list)
25827 (cpp-face-dark-name-list):
25828 * progmodes/delphi.el (delphi-newline-always-indents):
25829 Fix spellings in docstrings.
25830
25831 * ido.el (ido-mode, ido-file-extensions-order)
25832 (ido-default-file-method, ido-default-buffer-method)
25833 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
25834 (ido-decorations, ido-read-file-name-as-directory-commands)
25835 (ido-read-file-name-non-ido, ido-work-directory-list)
25836 (ido-ignore-item-temp-list, ido-current-directory)
25837 (ido-magic-forward-char, ido-enter-find-file)
25838 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
25839 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
25840
25841 2005-06-10 Lute Kamstra <lute@gnu.org>
25842
25843 * play/dunnet.el (dun-mode): Use define-derived-mode.
25844 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
25845 obsolete alias.
25846
25847 * play/doctor.el (doctor-mode-map): Remove defvar.
25848 (doctor-mode): Use define-derived-mode.
25849
25850 * mail/mspools.el (mspools-mode):
25851 * net/eudc-hotlist.el (eudc-hotlist-mode):
25852 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
25853
25854 2005-06-10 Miles Bader <miles@gnu.org>
25855
25856 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
25857 Remove "-face" suffix from face names.
25858 (flyspell-incorrect-face, flyspell-duplicate-face):
25859 New backward-compatibility aliases for renamed faces.
25860 (flyspell-mode-on, make-flyspell-overlay)
25861 (flyspell-highlight-incorrect-region)
25862 (flyspell-highlight-duplicate-region)
25863 (flyspell-display-next-corrections)
25864 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
25865
25866 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
25867 from face name.
25868 (texinfo-heading-face): New backward-compatibility alias for
25869 renamed face.
25870 (texinfo-heading-face): Use renamed texinfo-heading face.
25871
25872 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
25873 suffix from face names.
25874 (tex-math-face, tex-verbatim-face):
25875 New backward-compatibility aliases for renamed faces.
25876 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
25877 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
25878 literal face name.
25879
25880 * textmodes/table.el (table-cell): Remove "-face" suffix from face
25881 name.
25882 (table-cell-face): New backward-compatibility alias for renamed face.
25883 (table--put-cell-face-property, table--update-cell-face):
25884 Use renamed table-cell face.
25885
25886 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
25887 from face name.
25888 (sgml-namespace-face): New backward-compatibility alias for
25889 renamed face.
25890 (sgml-namespace-face): Use renamed sgml-namespace face.
25891
25892 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
25893 (org-level-4, org-level-5, org-level-6, org-level-7)
25894 (org-level-8, org-warning, org-headline-done)
25895 (org-deadline-announce, org-scheduled-today)
25896 (org-scheduled-previously, org-link, org-done, org-table)
25897 (org-time-grid): Remove "-face" suffix from face names.
25898 (org-level-1-face, org-level-2-face, org-level-3-face)
25899 (org-level-4-face, org-level-5-face, org-level-6-face)
25900 (org-level-7-face, org-level-8-face, org-warning-face)
25901 (org-headline-done-face, org-deadline-announce-face)
25902 (org-scheduled-today-face, org-scheduled-previously-face)
25903 (org-link-face, org-done-face, org-table-face)
25904 (org-time-grid-face):
25905 New backward-compatibility aliases for renamed faces.
25906 (org-level-faces, org-set-font-lock-defaults, org-timeline)
25907 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
25908 (org-agenda-get-timestamps, org-agenda-get-scheduled)
25909 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
25910
25911 * emulation/viper-init.el (viper-search, viper-replace-overlay)
25912 (viper-minibuffer-emacs, viper-minibuffer-insert)
25913 (viper-minibuffer-vi): Remove "-face" suffix from face names.
25914 (viper-search-face, viper-replace-overlay-face)
25915 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
25916 (viper-minibuffer-vi-face):
25917 New backward-compatibility aliases for renamed faces.
25918 (viper-search-face, viper-replace-overlay-face)
25919 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
25920 (viper-minibuffer-vi-face): Use renamed viper faces.
25921
25922 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
25923 Remove "-face" suffix from face names.
25924 (testcover-nohits-face, testcover-1value-face):
25925 New backward-compatibility aliases for renamed faces.
25926 (testcover-mark): Use renamed testcover faces.
25927
25928 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
25929 face name.
25930 (diary-button-face): New backward-compatibility alias for renamed face.
25931 (diary-entry): Use renamed diary-button face.
25932
25933 * calendar/calendar.el (diary, calendar-today, holiday)
25934 (mark-visible-calendar-date): Remove "-face" suffix from face names.
25935 (diary-face, calendar-today-face, holiday-face):
25936 New backward-compatibility aliases for renamed faces.
25937 (eval-after-load "facemenu", diary-entry-marker)
25938 (calendar-today-marker, calendar-holiday-marker, diary-face):
25939 Use renamed calendar faces.
25940
25941 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
25942 (compare-windows-face): New backward-compatibility alias for
25943 renamed face.
25944 (compare-windows-highlight): Use renamed compare-windows face.
25945
25946 * strokes.el (strokes-char): Remove "-face" suffix from face name.
25947 (strokes-char-face): New backward-compatibility alias for renamed face.
25948 (strokes-encode-buffer): Use renamed strokes-char face.
25949
25950 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
25951 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
25952 Remove "-face" suffix from face names.
25953 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
25954 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
25955 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
25956 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
25957 Use renamed pcvs faces.
25958 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
25959 * pcvs-defs.el (cvs-mode-map): Likewise.
25960 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
25961
25962 * info.el (info-title-1, info-title-2, info-title-3)
25963 (info-title-4): Remove "-face" suffix from and downcase face names.
25964 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
25965 (Info-title-4-face):
25966 New backward-compatibility aliases for renamed faces.
25967 (Info-fontify-node): Use renamed info faces.
25968
25969 * hilit-chg.el (highlight-changes, highlight-changes-delete):
25970 Remove "-face" suffix from face names.
25971 (highlight-changes-face, highlight-changes-delete-face):
25972 New backward-compatibility aliases for renamed faces.
25973 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
25974 (hilit-chg-make-list): Use renamed highlight-changes faces.
25975
25976 * generic-x.el (show-tabs-tab, show-tabs-space):
25977 Remove "-face" suffix from face names.
25978 (show-tabs-tab-face, show-tabs-space-face):
25979 New backward-compatibility aliases for renamed faces.
25980 (show-tabs-generic-mode-font-lock-defaults-1)
25981 (show-tabs-generic-mode-font-lock-defaults-2):
25982 Use renamed show-tabs faces.
25983
25984 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
25985 (smerge-markers): Remove "-face" suffix from face names.
25986 (smerge-mine-face, smerge-other-face, smerge-base-face)
25987 (smerge-markers-face):
25988 New backward-compatibility aliases for renamed faces.
25989 (smerge-mine-face, smerge-other-face, smerge-base-face)
25990 (smerge-markers-face): Use renamed smerge faces.
25991
25992 * log-view.el (log-view-file, log-view-message): Remove "-face"
25993 suffix from face names.
25994 (log-view-file-face, log-view-message-face):
25995 New backward-compatibility aliases for renamed faces.
25996 (log-view-file-face, log-view-message-face): Use renamed log-view
25997 faces.
25998
25999 * paren.el (show-paren-match, show-paren-mismatch):
26000 Remove "-face" suffix from face names.
26001 (show-paren-match-face, show-paren-mismatch-face):
26002 New backward-compatibility aliases for renamed faces.
26003 (show-paren-function): Use renamed show-paren faces.
26004
26005 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
26006 (ruler-mode-margins, ruler-mode-fringes)
26007 (ruler-mode-column-number, ruler-mode-fill-column)
26008 (ruler-mode-comment-column, ruler-mode-goal-column)
26009 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
26010 suffix from face names.
26011 (ruler-mode-default-face, ruler-mode-pad-face)
26012 (ruler-mode-margins-face, ruler-mode-fringes-face)
26013 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
26014 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
26015 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
26016 New backward-compatibility aliases for renamed faces.
26017 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
26018 (ruler-mode-column-number, ruler-mode-fill-column)
26019 (ruler-mode-comment-column, ruler-mode-goal-column)
26020 (ruler-mode-tab-stop, ruler-mode-current-column)
26021 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
26022 faces.
26023
26024 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
26025 face name.
26026 (whitespace-highlight-the-space): Use renamed face.
26027 (whitespace-highlight-face): New backward-compatibility alias for
26028 renamed face.
26029
26030 * woman.el (woman-italic, woman-bold, woman-unknown)
26031 (woman-addition, woman-symbol-face):
26032 Remove "-face" suffix from face names.
26033 (woman-italic-face, woman-bold-face, woman-unknown-face)
26034 (woman-addition-face):
26035 New backward-compatibility aliases for renamed faces.
26036 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
26037 (woman-decode-region, woman-replace-match)
26038 (woman-display-extended-fonts, woman-special-characters)
26039 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
26040 Use renamed woman faces.
26041
26042 * longlines.el (longlines-visible-face): Face removed.
26043
26044 * diff-mode.el (diff-header, diff-file-header, diff-index)
26045 (diff-hunk-header, diff-removed, diff-added, diff-changed)
26046 (diff-function, diff-context, diff-nonexistent): Remove "-face"
26047 suffix from face names.
26048 (diff-header-face, diff-file-header-face, diff-index-face)
26049 (diff-hunk-header-face, diff-removed-face, diff-added-face)
26050 (diff-changed-face, diff-function-face, diff-context-face)
26051 (diff-nonexistent-face): New backward-compatibility aliases for
26052 renamed faces.
26053 (diff-header-face, diff-file-header-face)
26054 (diff-index, diff-index-face, diff-hunk-header)
26055 (diff-hunk-header-face, diff-removed, diff-removed-face)
26056 (diff-added, diff-added-face, diff-changed-face, diff-function)
26057 (diff-function-face, diff-context-face, diff-nonexistent)
26058 (diff-nonexistent-face): Use renamed diff-mode faces.
26059
26060 * progmodes/compile.el (compilation-warning-face)
26061 (compilation-info-face): Remove "-face" suffix from face names.
26062 (compilation-warning-face, compilation-info-face):
26063 New backward-compatibility aliases for renamed faces.
26064 (compilation-warning-face, compilation-info-face):
26065 Use renamed compilation faces.
26066
26067 * add-log.el (change-log-date, change-log-name)
26068 (change-log-email, change-log-file, change-log-list)
26069 (change-log-conditionals, change-log-function)
26070 (change-log-acknowledgement): Remove "-face" suffix from face names.
26071 (change-log-date-face, change-log-name-face)
26072 (change-log-email-face, change-log-file-face)
26073 (change-log-list-face, change-log-conditionals-face)
26074 (change-log-function-face, change-log-acknowledgement-face):
26075 New backward-compatibility aliases for renamed faces.
26076 (change-log-font-lock-keywords): Use renamed change-log faces.
26077
26078 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
26079 (custom-set, custom-changed, custom-saved, custom-button)
26080 (custom-button-pressed, custom-documentation, custom-state)
26081 (custom-comment, custom-comment-tag, custom-variable-tag)
26082 (custom-variable-button, custom-face-tag, custom-group-tag-1)
26083 (custom-group-tag): Remove "-face" suffix from face names.
26084 (custom-magic-alist, custom-magic-value-create)
26085 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
26086 (custom-invalid-face, custom-rogue-face, custom-modified-face)
26087 (custom-set-face, custom-changed-face, custom-saved-face)
26088 (custom-button-face, custom-button-pressed-face)
26089 (custom-documentation-face, custom-state-face)
26090 (custom-comment-face, custom-comment-tag-face)
26091 (custom-variable-tag-face, custom-variable-button-face)
26092 (custom-face-tag-face, custom-group-tag-face-1)
26093 (custom-group-tag-face):
26094 New backward-compatibility aliases for renamed faces.
26095
26096 * wid-edit.el (widget-documentation, widget-button)
26097 (widget-field, widget-single-line-field, widget-inactive)
26098 (widget-button-pressed): "-face" suffix removed from face names.
26099 (widget-documentation-face, widget-button-face)
26100 (widget-field-face, widget-single-line-field-face)
26101 (widget-inactive-face, widget-button-pressed-face):
26102 New backward-compatibility aliases for renamed faces.
26103 (widget-documentation-face, widget-button-face)
26104 (widget-button-pressed-face, widget-specify-field)
26105 (widget-specify-inactive): Use renamed widget faces.
26106
26107 2005-06-10 Kenichi Handa <handa@m17n.org>
26108
26109 * term/x-win.el (x-clipboard-yank): Remove condition-case
26110 wrapping.
26111
26112 2005-06-11 Kenichi Handa <handa@m17n.org>
26113
26114 * add-log.el (change-log-font-lock-keywords): Make the regexp for
26115 date lines stricter.
26116
26117 2005-06-10 Zhang Wei <id.brep@gmail.com>
26118
26119 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
26120 of x-get-selection.
26121
26122 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
26123
26124 * comint.el (comint-mode, comint-snapshot-last-prompt):
26125 * frame.el (frame-current-scroll-bars):
26126 * term.el (term-mode, term-check-proc, term-input-sender)
26127 (term-simple-send, term-extract-string, term-word)
26128 (term-match-partial-filename):
26129 * window.el (window-current-scroll-bars):
26130 * emulation/cua-base.el (cua-normal-cursor-color)
26131 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
26132 (cua-global-mark-cursor-color):
26133 * mail/undigest.el (rmail-forward-separator-regex):
26134 Fix typos in docstrings.
26135
26136 * comint.el (comint-check-proc, make-comint-in-buffer)
26137 (comint-source-default): Doc fixes.
26138
26139 * term.el (term-send-string): Improve argument/docstring consistency.
26140
26141 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
26142
26143 * comint.el (comint-send-input): Bind `inhibit-read-only' around
26144 call to `delete-region'.
26145 (comint-mode-hook): Do not enable Font Lock by default.
26146
26147 2005-06-09 Lute Kamstra <lute@gnu.org>
26148
26149 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
26150 could be void.
26151
26152 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
26153
26154 * emacs-lisp/debug.el (debugger-will-be-back): New var.
26155 (debug): Use it.
26156 (debugger-step-through, debugger-continue, debugger-jump)
26157 (debugger-return-value): Set it when needed.
26158 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
26159 Use inhibit-read-only.
26160
26161 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
26162
26163 * window.el (shrink-window-if-larger-than-buffer)
26164 (window-size-fixed): Fix typo in docstring.
26165
26166 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
26167 thumbnails directory on loading.
26168 (thumbs-conversion-program): Use `eq' to check the system type,
26169 not `equal'.
26170 (thumbs-temp-dir): Initialize to `temporary-file-directory',
26171 not "/tmp". Fix docstring.
26172 (thumbs-thumbsdir): New function to return the thumbnails
26173 directory, creating it if needed.
26174 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
26175 (thumbs-temp-file): Delete variable and make it into a function.
26176 (thumbs-resize-image, thumbs-modify-image): Use it.
26177 (thumbs-kill-buffer): Simplify.
26178 (thumbs-gensym): Defalias or duplicate CL `gensym'.
26179 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
26180 docstrings.
26181
26182 2005-06-09 Kim F. Storm <storm@cua.dk>
26183
26184 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
26185 set-match-data to free markers in match-data.
26186
26187 * replace.el (replace-match-data): Pass RESEAT arg `t' to
26188 match-data to unchain markers in match-data.
26189
26190 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
26191
26192 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
26193 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
26194 unnecessary now.
26195
26196 2005-06-08 Richard M. Stallman <rms@gnu.org>
26197
26198 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
26199 give the variable a doc string that doesn't say don't set it directly.
26200
26201 * textmodes/ispell.el (ispell-check-version):
26202 Use match-string-no-properties.
26203 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
26204 (ispell-buffer-local-words): Likewise.
26205
26206 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
26207 except on terminals with enough colors to really display it.
26208 (makefile-dependency-regex): Delete spurious `bb'.
26209
26210 * faces.el (escape-glyph): Use blue once again in last case.
26211 (no-break-space): Redefine so that it isn't invisible on a tty.
26212
26213 2005-06-08 Kim F. Storm <storm@cua.dk>
26214
26215 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
26216 also when reading directory name.
26217
26218 2005-06-08 Lute Kamstra <lute@gnu.org>
26219
26220 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
26221 (flyspell-mode-line-string): Remove autoload cookie.
26222 (flyspell-mode): Remove defvar.
26223
26224 2005-06-07 Lute Kamstra <lute@gnu.org>
26225
26226 * textmodes/org.el (org-run-mode-hooks): New function.
26227 (org-agenda-mode): Use it.
26228
26229 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
26230
26231 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
26232
26233 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
26234
26235 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
26236
26237 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
26238
26239 * font-lock.el (font-lock-add-keywords): Doc fix.
26240
26241 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
26242
26243 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
26244 (tex-compile-default): In the absence of any history, use the order in
26245 tex-compile-alist to choose the preferred command.
26246 (tex-compile-commands): Reorder a bit.
26247
26248 * textmodes/flyspell.el (flyspell-auto-correct-binding)
26249 (flyspell-incorrect-face, flyspell-duplicate-face):
26250 Use (X)Emacs-agnostic code.
26251 (flyspell-mode-map): Don't overwrite at each load. Remove code
26252 redundant with the subsequent add-minor-mode. Merge Emacs and
26253 XEmacs code.
26254 (flyspell-word): Minor simplification.
26255 (flyspell-math-tex-command-p): Quieten the byte-compiler.
26256 (flyspell-external-point-words): Remove unused vars `size' and `start'.
26257 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
26258 Merge the corresponding Emacs code.
26259 (flyspell-correct-word, flyspell-xemacs-popup):
26260 Use flyspell-do-correct.
26261
26262 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
26263 a dedicated window.
26264
26265 * international/latexenc.el (latexenc-find-file-coding-system):
26266 Undo part of last patch, to turn off a compiler warning.
26267
26268 2005-06-06 Juri Linkov <juri@jurta.org>
26269
26270 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
26271 Rename `tmm-inactive-face' to `tmm-inactive'.
26272
26273 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
26274
26275 * iswitchb.el: Rename faces.
26276
26277 2005-06-06 Kim F. Storm <storm@cua.dk>
26278
26279 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
26280 (cua-global-mark): Remove -face suffix from face names.
26281
26282 * emulation/cua-gmrk.el (cua--init-global-mark):
26283 Remove cua-global-mark face setup.
26284
26285 2005-06-06 Richard M. Stallman <rms@gnu.org>
26286
26287 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
26288 just like other allowed characters.
26289 (makefile-match-dependency): Exclude leading and training whitespace
26290 from the range of regexp subexp 1.
26291 (makefile-macroassign-regex): Don't try to match the body,
26292 just the name of the macro being defined.
26293
26294 * info.el (Info-read-node-name-2): New function.
26295 (Info-read-node-name-1): Use that.
26296 Add a completion-base-size-function property.
26297
26298 * simple.el (completion-setup-function): Look for
26299 completion-base-size-function property of minibuffer-completion-table.
26300
26301 * files.el (locate-file-completion): Doc fix.
26302
26303 * printing.el: Don't call pr-update-menus; user must do that.
26304
26305 * emacs-lisp/debug.el (debugger-window): New variable.
26306 (debug): Use debugger-window if it is set and still alive.
26307 Record debugger-window for next entry.
26308
26309 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
26310
26311 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
26312
26313 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
26314 (hack-one-local-variable, hack-local-variables)
26315 (hack-local-variables-prop-line): Pass that arg.
26316
26317 2005-06-06 Kim F. Storm <storm@cua.dk>
26318
26319 * ido.el (ido-first-match, ido-only-match, ido-subdir)
26320 (ido-indicator): Remove -face suffix from face names.
26321
26322 2005-06-06 Juri Linkov <juri@jurta.org>
26323
26324 * font-lock.el (font-lock-regexp-backslash)
26325 (font-lock-regexp-backslash-construct): New faces.
26326 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
26327 after `('. Add `while-no-input' to control structures.
26328
26329 * faces.el (no-break-space, shadow): New faces.
26330 (escape-glyph): Use less loud colors pink2 and red4.
26331
26332 * diff-mode.el (diff-context-face)
26333 * dired.el (dired-ignored)
26334 * rfn-eshadow.el (file-name-shadow)
26335 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
26336
26337 * info.el (Info-title-1-face): Use green instead of yellow because
26338 bold yellow is not readable on light backgrounds.
26339
26340 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
26341 before selecting the desired mode to not spend time fontifying
26342 old contents.
26343
26344 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
26345
26346 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
26347 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
26348
26349 * ps-print.el (ps-default-fg, ps-default-bg):
26350 Fix typos in docstrings.
26351
26352 * isearchb.el (isearchb): Don't pass a spurious second argument to
26353 `iswitchb-completions'.
26354
26355 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
26356
26357 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
26358 to preserve point.
26359 (gdb-find-file-hook): Add doc string.
26360
26361 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
26362 C dereferenced pointer expression.
26363 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
26364
26365 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
26366
26367 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
26368 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
26369 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
26370 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
26371 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
26372 Make background transparent.
26373
26374 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
26375
26376 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
26377 (font-lock-remove-keywords): Doc fix.
26378 (font-lock-mode-major-mode): Compiler defvar.
26379 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
26380
26381 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
26382 (font-lock-mode): Update `font-lock-mode-major-mode'.
26383 (font-lock-set-defaults): Compiler defvar.
26384 (font-lock-default-function): Take `font-lock-mode-major-mode'
26385 into account.
26386
26387 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
26388 keep track of which major mode it enabled the minor mode for.
26389 Use find-file-hook again. Update docstring.
26390
26391 * simple.el (eval-expression-print-level)
26392 (eval-expression-print-length, eval-expression-debug-on-error):
26393 Doc fixes.
26394
26395 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
26396
26397 * iswitchb.el (iswitchb-single-match-face)
26398 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
26399 (iswitchb-invalid-regexp-face): New faces.
26400 (iswitchb-completions): Use them.
26401 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
26402 now marked as an obsolete alias.
26403 (iswitchb-read-buffer): Remove check for bound font variables.
26404 (iswitchb-invalid-regexp): New free variable.
26405 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
26406 set iswitchb-invalid-regexp.
26407 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
26408 invalid regexps.
26409 (iswitchb-completions): Add check for complete match when entering
26410 a regexp.
26411 (iswitchb-completions): Remove require-match argument.
26412 (iswitchb-exhibit): Fix caller.
26413 (iswitchb-common-match-inserted): New variable.
26414 (iswitchb-complete, iswitchb-completion-help): Use it.
26415
26416 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
26417
26418 * url-http.el (url-http-chunked-encoding-after-change-function):
26419 Use `url-http-debug' instead of `message'.
26420
26421 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
26422
26423 * url-http.el (url-http-parse-headers): Pass redirected URL as a
26424 callback argument.
26425
26426 2005-06-04 Kim F. Storm <storm@cua.dk>
26427
26428 * simple.el (line-move): Only call sit-for when moving backwards.
26429
26430 * ido.el (ido-make-merged-file-list-1): New defun split from
26431 ido-make-merged-file-list.
26432 (ido-make-merged-file-list): Bind throw-on-input around call to
26433 ido-make-merged-file-list-1. Return input-pending-p if
26434 interrupted by more input available.
26435 (ido-read-internal): Handle input-pending-p return value from
26436 ido-make-merged-file-list.
26437
26438 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
26439
26440 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
26441 compatibility code.
26442
26443 * international/latexenc.el (latexenc-find-file-coding-system):
26444 Don't inherit the EOL part of the coding-system from the
26445 tex-main buffer. Fit within 80 columns.
26446
26447 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
26448
26449 * tmm.el (tmm-inactive-face): New face.
26450 (tmm-remove-inactive-mouse-face): New function.
26451 (tmm-prompt, tmm-add-one-shortcut)
26452 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
26453 but not selectable.
26454
26455 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
26456
26457 * faces.el (face-equal): Improve argument/docstring consistency.
26458
26459 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
26460
26461 * progmodes/make-mode.el (makefile-targets-face)
26462 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
26463 (makefile-bsdmake-dependency-regex)
26464 (makefile-makepp-rule-action-regex)
26465 (makefile-bsdmake-rule-action-regex): New constants.
26466 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
26467
26468 * progmodes/compile.el (compilation-error-regexp-alist-alist):
26469 Allow (...) within `...' for makepp messages.
26470
26471 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
26472
26473 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
26474
26475 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
26476 "." files are deleted from all file lists before comparison.
26477
26478 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26479 (viper-ESC-key): Made them customizable.
26480
26481 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
26482
26483 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
26484
26485 * autorevert.el (auto-revert-buffers): Use save-match-data.
26486
26487 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
26488
26489 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
26490 menu items with a nil command binding.
26491
26492 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
26493
26494 * emacs-lisp/cl-macs.el (defsetf):
26495 Improve argument/docstring consistency.
26496
26497 * faces.el (list-faces-display): Improve the formatting by
26498 computing the maximum length required for any face-name (reworked
26499 patch of 1999-01-11, accidentally deleted on 1999-07-21).
26500 (internal-find-face): Remove redundant info in docstring.
26501
26502 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
26503
26504 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
26505 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
26506 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
26507 (gdb-assembler-custom): Improve regexps.
26508 (def-gdb-auto-update-handler): Use window point to preserve point.
26509
26510 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
26511
26512 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
26513
26514 2005-05-31 Jay Belanger <belanger@truman.edu>
26515
26516 * calc/calc-embed.el (calc-embedded-word): Change argument passed
26517 to calc-embedded.
26518 (calc-embedded-make-info): Have plain prefix argument select
26519 entire line.
26520
26521 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
26522
26523 * faces.el (list-faces-display): Signal error if passed a regexp
26524 that matches no face name.
26525
26526 * simple.el (filter-buffer-substring): Fix typo in docstring.
26527
26528 2005-05-31 Richard M. Stallman <rms@gnu.org>
26529
26530 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
26531 (vhdl-emacs-21): Doc fix.
26532 (vhdl-mode): Unconditionally set comment-padding.
26533 (vhdl-fixup-whitespace-region): Insert spaces only where
26534 there are none.
26535 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
26536
26537 2005-05-30 John Wiegley <johnw@newartisans.com>
26538
26539 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
26540 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
26541 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
26542 `directory-sep-char' to ?/, and all uses of `string-to-int' to
26543 `string-to-number'.
26544
26545 2005-05-30 Jay Belanger <belanger@truman.edu>
26546
26547 * calc/calc.el (calc-bug-address): Fix docstring.
26548 (calc-window-hook, calc-trail-window-hook): New variables.
26549 (calc-trail-display): Restore use of calc-trail-window-hook.
26550 (calc): Restore use of calc-window-hook.
26551
26552 2005-05-31 Masatake YAMATO <jet@gyve.org>
26553
26554 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
26555
26556 * help-fns.el (help-C-file-name): Add autoload mark for
26557 `find-function-noselect'.
26558
26559 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
26560
26561 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
26562 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
26563
26564 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
26565
26566 * calendar/diary-lib.el (mark-included-diary-files): Only kill
26567 included diary buffer if it was not already being visited.
26568 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
26569
26570 * calendar/icalendar.el (top-level): Do not require appt.
26571
26572 * mail/supercite.el (sc-select-attribution): Only use a list
26573 element from sc-attrib-selection-list if it returns a string.
26574 Reported by Davide G. M. Salvetti <salve@debian.org>.
26575
26576 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
26577
26578 * thumbs.el (thumbs-thumbname): The resulting thumbname now
26579 includes a hash value to improve its uniqueness, and has a ".jpg"
26580 extension. Also, it is now a valid filename on all systems.
26581 (thumbs-make-thumb): Use `let', not `let*'.
26582 (thumbs-show-thumbs-list): Check for JPEG availability.
26583
26584 2005-05-30 Richard M. Stallman <rms@gnu.org>
26585
26586 * filesets.el (filesets-menu-ensure-use-cached):
26587 Prevent warning when emacs-version>= is undefined.
26588
26589 * printing.el (pr-interactive-n-up): Use string-to-number.
26590
26591 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
26592
26593 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
26594 Warn only when name to be defined is quoted.
26595
26596 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
26597
26598 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
26599 Make regexp more robust.
26600 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
26601 Force regeneration of disassembly.
26602
26603 2005-05-29 Jay Belanger <belanger@truman.edu>
26604
26605 * calc/calc.el (calc-user-invocation): Check if
26606 calc-invocation-macro is non-nil.
26607
26608 2005-05-29 Juri Linkov <juri@jurta.org>
26609
26610 * add-log.el (change-log-font-lock-keywords):
26611 Add `+' to e-mail regexp to accept mail address with keywords.
26612
26613 * man.el (Man-name-regexp): Add `:' to accept qualified names.
26614
26615 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
26616
26617 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
26618
26619 * ielm.el (inferior-emacs-lisp-mode): Ditto.
26620
26621 2005-05-29 Richard M. Stallman <rms@gnu.org>
26622
26623 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
26624 Undo the change that moves to end of the current word.
26625
26626 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
26627
26628 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
26629 Throw error when count <= 0 to ensure input is a number.
26630 (gdb-read-memory-custom): Pick up address from buffer.
26631 (gdb-memory-mode): Allow user to increment and decrement
26632 memory address from header line.
26633
26634 2005-05-29 Richard M. Stallman <rms@gnu.org>
26635
26636 * flyspell.el (flyspell-version): Function deleted.
26637 (flyspell-auto-correct-previous-hook): Doc fix.
26638
26639 * jit-lock.el (jit-lock-function, jit-lock-after-change):
26640 Do nothing if memory is full.
26641
26642 * font-lock.el (font-lock-fontify-syntactically-region):
26643 Pass t for GREEDY to looking-back.
26644
26645 * saveplace.el (save-place-alist-to-file): Write the file
26646 using write-region.
26647
26648 * subr.el (looking-back): New argument GREEDY.
26649
26650 * progmodes/compile.el (compilation-start): Set the mode
26651 before inserting the initial text.
26652
26653 * progmodes/which-func.el (which-func-update-1): Turn the mode
26654 off in case of error by setting which-func-mode.
26655
26656 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
26657
26658 * flyspell.el (flyspell-auto-correct-previous-word):
26659 Narrow down to what's on the screen, and recenter overlays
26660 at the end of the next word.
26661
26662 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
26663
26664 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
26665 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
26666 (flyspell-abbrev-p): Default to nil.
26667 (flyspell-use-global-abbrev-table-p): Doc fix.
26668 (flyspell-large-region): Allow nil as value.
26669 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
26670
26671 (mail-mode-flyspell-verify): More robust handling
26672 of `mail-header-separator'. More efficient signature detection.
26673 Allow for regexp metacharacters in message-header-separator.
26674 Adding `To' not to be checked in mail-mode-flyspell-verify.
26675
26676 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
26677 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
26678 Bind flyspell-auto-correct-binding.
26679 Bind C-. and C-, .
26680 (flyspell-mode-map): Likewise.
26681 (flyspell-mode): Doc fix.
26682 (flyspell-accept-buffer-local-defs): Preserve current buffer.
26683 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
26684 (flyspell-word-cache-result): New var, always local.
26685 (flyspell-check-pre-word-p): Doc fix.
26686 (flyspell-check-changed-word-p): Handle spc like newline.
26687 (flyspell-post-command-hook): Set flyspell-word-cache-result.
26688 (flyspell-word-search-backward, flyspell-word-search-forward):
26689 New functions.
26690 (flyspell-word): Return t if nothing to check.
26691 When parsing TeX code, check for after } or \.
26692 Use flyspell-word-search-backward to find previous word.
26693 Return nil if duplicated word.
26694 For word already checked, return same value as last time.
26695 Set flyspell-word-cache-result after checking.
26696 Don't clobber the return value.
26697 (flyspell-get-word): Major rewrite.
26698 (flyspell-external-point-words): New locals pword, pcount.
26699 Fix size used in progress message.
26700 Find the proper corresponding word in flyspell-large-region-buffer.
26701 (flyspell-region): Check for flyspell-large-region = nil.
26702 (flyspell-highlight-incorrect-region): Clean up overlays in region.
26703 (flyspell-auto-correct-word): Check that WORD is a cons.
26704 (flyspell-correct-word): Likewise.
26705
26706 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
26707
26708 * progmodes/make-mode.el (makefile-rule-action-regex)
26709 (makefile-macroassign-regex, makefile-makepp-mode)
26710 (makefile-bsdmake-mode): Continuation lines may be empty.
26711 Reported by Joshua Varner.
26712 (makefile-makepp-font-lock-keywords): Add $(stem).
26713
26714 2005-05-28 Karl Berry <karl@gnu.org>
26715
26716 * textmodes/tex-mode.el: Now that tex-send-command calls
26717 shell-quote-argument (2005-03-31 change), remove all calls to
26718 shell-quote-argument; they all end up invoking tex-send-command.
26719 The double quoting loses on filenames with non-safe characters,
26720 such as "@". Reported by Frederik Fouvry.
26721
26722 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
26723
26724 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
26725 about preserving point.
26726
26727 2005-05-27 Jay Belanger <belanger@truman.edu>
26728
26729 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
26730 Info-goto-node.
26731
26732 * calc/calc-embed.el (calc-embed-arg): New variable.
26733 (calc-do-embedded-activate, calc-embedded-activate-formula)
26734 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
26735 variable by new variable.
26736 (calc-embedded-make-info): Replace undeclared variable by new
26737 variable. When selecting region with positive prefix
26738 argument, use end of previous line instead of beginning of line.
26739
26740 * calc/calc-aent.el (calc-arg-values): Declare it.
26741
26742 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
26743 Declare them.
26744
26745 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
26746
26747 * calc/calc.el (calc-alg-map): Declare it.
26748
26749 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
26750
26751 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
26752
26753 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
26754 (gdb-registers-buffer, toggle-gdb-all-registers):
26755 Toggle display of floating point registers.
26756 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
26757
26758 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
26759 (toggle-gud-tooltip-dereference):
26760 Rename from gud-toggle-tooltip-dereference.
26761
26762 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
26763
26764 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
26765
26766 2005-05-27 Jay Belanger <belanger@truman.edu>
26767
26768 * calc/calc-prog.el (calc-kbd-report): Remove.
26769 (calc-kbd-query): Rewrite.
26770
26771 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
26772
26773 * image.el (image-library-alist): Move to image.c.
26774 (image-type-available-p): Doc fix.
26775
26776 2005-05-27 Lute Kamstra <lute@gnu.org>
26777
26778 * calc/calc.el (calc):
26779 * outline.el (outline-1, outline-2, outline-3, outline-4)
26780 (outline-5, outline-6, outline-7, outline-8):
26781 * textmodes/dns-mode.el (dns-mode):
26782 * textmodes/sgml-mode.el (sgml-namespace-face):
26783 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
26784 (tex-verbatim-face, tex-use-reftex):
26785 * textmodes/texinfo.el (texinfo-heading-face):
26786 Specify customization group.
26787
26788 * longlines.el: Don't require easy-mmode.
26789 (longlines-visible-face): Specify customization group.
26790
26791 2005-05-27 Kenichi Handa <handa@m17n.org>
26792
26793 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
26794 encoding table of windows-1251.
26795
26796 * international/ucs-tables.el (ucs-set-table-for-input):
26797 If translation-table-for-input of a coding system is a symbol, get
26798 its translation-table property.
26799
26800 * international/code-pages.el: Don't register a coding system into
26801 non-iso-charset-alist more than once.
26802 (cp-make-coding-system): Likewise.
26803
26804 2005-05-26 John Wiegley <johnw@newartisans.com>
26805
26806 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
26807 `eshell-resume-eval' is wrapped in a list, it indicates that the
26808 command was run asynchronously. In that case, unwrap the value
26809 before checking the delimiter value.
26810
26811 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
26812 character before a space at the end of a line is \, assume the space
26813 is part of the last argument rather than a final argument separator.
26814
26815 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
26816 is in use, and the target is `t' or `nil' (which are the most common
26817 values), don't assume that the symbol target is a buffer.
26818
26819 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
26820
26821 * calendar/calendar.el (calendar-mode-line-format):
26822 Use mode-line-highlight as mouse-face.
26823
26824 * time.el (display-time-string-forms, display-time-update):
26825 Use mode-line-highlight as mouse-face.
26826
26827 2005-05-26 Jay Belanger <belanger@truman.edu>
26828
26829 * calc/calc.el (calc-language-alist): Remove extra defvar.
26830
26831 2005-05-26 Lute Kamstra <lute@gnu.org>
26832
26833 * arc-mode.el (archive-mode):
26834 * bookmark.el (bookmark-read-annotation-mode)
26835 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
26836 * bs.el (bs-mode):
26837 * calc/calc-yank.el (calc-edit-mode):
26838 * calc/calc.el (calc-mode, calc-trail-mode):
26839 * calculator.el (calculator-mode):
26840 * chistory.el (command-history-mode):
26841 * comint.el:
26842 * cus-edit.el (custom-mode):
26843 * descr-text.el (describe-text-mode):
26844 * ebuff-menu.el (Electric-buffer-menu-mode):
26845 * ediff-util.el (ediff-mode):
26846 * emacs-lisp/re-builder.el (reb-mode):
26847 * emulation/vi.el (vi-mode-setup):
26848 * emulation/ws-mode.el (wordstar-mode):
26849 * eshell/esh-mode.el (eshell-mode):
26850 * forms.el (forms-mode):
26851 * help-mode.el (help-mode):
26852 * hexl.el (hexl-mode):
26853 * ibuffer.el (ibuffer-mode):
26854 * ielm.el (inferior-emacs-lisp-mode):
26855 * info.el (Info-mode, Info-edit-mode):
26856 * international/swedish.el:
26857 * ledit.el (ledit-from-lisp-mode):
26858 * locate.el (locate-mode):
26859 * mail/rmail.el (rmail-mode):
26860 * mail/rmailedit.el (rmail-edit-mode):
26861 * mail/rmailsum.el (rmail-summary-mode):
26862 * mail/supercite.el (sc-electric-mode):
26863 * net/eudc.el (eudc-mode):
26864 * net/quickurl.el (quickurl-list-mode):
26865 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
26866 * obsolete/ooutline.el (outline-mode):
26867 * obsolete/options.el (Edit-options-mode):
26868 * obsolete/rnews.el (news-mode):
26869 * obsolete/rnewspost.el (news-reply-mode):
26870 * play/5x5.el (5x5-mode):
26871 * play/decipher.el (decipher-mode, decipher-stats-mode):
26872 * play/gomoku.el (gomoku-mode):
26873 * play/snake.el (snake-mode):
26874 * play/solitaire.el (solitaire-mode):
26875 * play/tetris.el (tetris-mode):
26876 * progmodes/ada-mode.el (ada-mode):
26877 * progmodes/antlr-mode.el (antlr-mode):
26878 * progmodes/autoconf.el (autoconf-mode):
26879 * progmodes/dcl-mode.el (dcl-mode):
26880 * progmodes/delphi.el (delphi-mode):
26881 * progmodes/ebrowse.el (ebrowse-tree-mode)
26882 (ebrowse-electric-list-mode, ebrowse-member-mode)
26883 (ebrowse-electric-position-mode):
26884 * progmodes/f90.el (f90-mode):
26885 * progmodes/fortran.el (fortran-mode):
26886 * progmodes/icon.el (icon-mode):
26887 * progmodes/idlw-help.el (idlwave-help-mode):
26888 * progmodes/idlw-shell.el (idlwave-shell-mode):
26889 * progmodes/idlwave.el (idlwave-mode):
26890 * progmodes/inf-lisp.el (inferior-lisp-mode):
26891 * progmodes/m4-mode.el (m4-mode):
26892 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
26893 * progmodes/modula2.el (modula-2-mode):
26894 * progmodes/octave-inf.el (inferior-octave-mode):
26895 * progmodes/octave-mod.el (octave-mode):
26896 * progmodes/pascal.el (pascal-mode):
26897 * progmodes/sh-script.el (sh-mode):
26898 * progmodes/sql.el (sql-mode, sql-interactive-mode):
26899 * progmodes/vhdl-mode.el (vhdl-mode):
26900 * progmodes/xscheme.el (scheme-interaction-mode):
26901 * replace.el (occur-mode):
26902 * ses.el (ses-mode):
26903 * simple.el (completion-list-mode):
26904 * skeleton.el:
26905 * speedbar.el (speedbar-mode):
26906 * term.el (term-mode):
26907 * terminal.el (terminal-edit-mode):
26908 * textmodes/reftex-index.el (reftex-index-mode)
26909 (reftex-index-phrases-mode):
26910 * textmodes/reftex-sel.el (reftex-select-label-mode)
26911 (reftex-select-bib-mode):
26912 * textmodes/reftex-toc.el (reftex-toc-mode):
26913 * wdired.el (wdired-change-to-wdired-mode):
26914 * wid-browse.el (widget-browse-mode):
26915 Use run-mode-hooks.
26916
26917 * array.el (array-mode):
26918 * calendar/todo-mode.el (todo-mode):
26919 * man.el (Man-mode):
26920 * play/landmark.el (lm-mode):
26921 * play/mpuz.el (mpuz-mode):
26922 Use kill-all-local-variables and run-mode-hooks.
26923
26924 * subr.el (delay-mode-hooks): Specify indentation.
26925
26926 2005-05-26 Mark A. Hershberger <mah@everybody.org>
26927
26928 * xml.el (xml-substitute-special): Don't die for undefined xml
26929 entities.
26930
26931 2005-05-26 Jay Belanger <belanger@truman.edu>
26932
26933 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
26934 of nil.
26935
26936 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
26937
26938 * progmodes/gdb-ui.el (gdb-frame-address):
26939 Rename from gdb-current-address.
26940 (gdb-previous-frame-address): Rename from gdb-previous-address.
26941 (gdb-selected-frame): Rename from gdb-current-frame.
26942 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
26943 (gdb-frame-number): Rename from gdb-current-stack-level.
26944 (gdb-ann3): Match new mode-name for disassembly buffer.
26945 Extend initialization of variables.
26946 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
26947 (gdb-memory-mode): Use mouse-face in header line.
26948 (gdb-assembler-buffer-name): Call it disassembly and give frame
26949 in mode line.
26950 (gdb-source-spec-regexp, gdb-assembler-custom)
26951 (gdb-invalidate-assembler, gdb-frame-handler):
26952 Make robust to leading zeroes in address format.
26953
26954 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
26955
26956 * textmodes/org.el (org-mode): Use `define-derived-mode' to
26957 define `org-mode'.
26958 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
26959
26960 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
26961
26962 * log-edit.el (log-edit-changelog-entries): Distinguish between
26963 filenames like xfns.c and fns.c.
26964
26965 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
26966
26967 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
26968 point after reverting.
26969 (Buffer-menu-make-sort-button): Handle the case where
26970 `Buffer-menu-use-header-line' is nil.
26971
26972 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
26973
26974 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
26975 New funcs. In minibuffer-local-completion-map bind `]', `/'
26976 and `:' to them.
26977
26978 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
26979
26980 * startup.el (normal-top-level): Allow modification of load-path while
26981 we're iterating over it.
26982
26983 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
26984
26985 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
26986 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
26987 (thumbs-resize-interactive, thumbs-insert-image)
26988 (thumbs-insert-thumb, thumbs-dired-show-marked)
26989 (thumbs-find-image-at-point, thumbs-delete-images)
26990 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
26991 (thumbs-increment-image-size, thumbs-decrement-image-size):
26992 Fix typos in docstrings.
26993
26994 2005-05-24 Andre Spiegel <spiegel@gnu.org>
26995
26996 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
26997 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
26998 (cperl-mode): Use them.
26999
27000 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
27001
27002 * window.el (quit-window, shrink-window-if-larger-than-buffer):
27003 Doc fixes.
27004
27005 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
27006
27007 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
27008 Bind C-d to gdb-inferior-io-eof.
27009
27010 * dired.el (dired-dnd-popup-notice): Use message-box.
27011
27012 2005-05-23 Masatake YAMATO <jet@gyve.org>
27013
27014 * bindings.el (mode-line-major-mode-keymap):
27015 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
27016
27017 * faces.el (mode-line-highlight): New face.
27018
27019 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
27020 as mouse-face.
27021
27022 * bindings.el (top-level, help-echo, mode-line-modified)
27023 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
27024 as mouse-face.
27025
27026 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
27027
27028 * progmodes/cc-engine.el (c-guess-basic-syntax):
27029 Remove spurious call to `zerop'.
27030
27031 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
27032
27033 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
27034
27035 CC Mode update to 5.30.10:
27036
27037 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
27038 could go past the limit in decoration level 2, thereby causing
27039 errors during interactive fontification.
27040
27041 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
27042 the file is evaluated interactively.
27043
27044 * cc-engine.el (c-guess-basic-syntax): Handle operator
27045 declarations somewhat better in C++.
27046
27047 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
27048 make use of `run-mode-hooks' which has been added in Emacs 21.1.
27049 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
27050 (awk-mode): Use it.
27051 (make-local-hook): Suppress warning about obsoleteness.
27052
27053 * cc-engine.el, cc-align.el, cc-cmds.el
27054 (c-append-backslashes-forward, c-delete-backslashes-forward)
27055 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
27056 Compensate for return value from `forward-line' when it has moved
27057 but not to a different line due to eob.
27058
27059 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
27060 `objc-method-intro' and `objc-method-args-cont'.
27061
27062 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
27063
27064 CC Mode update to 5.30.10:
27065
27066 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
27067 in the copyright statement. Incidentally, change "along with GNU
27068 Emacs" to "along with this program" where it occurs.
27069
27070 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
27071 so that it is interactive, hence can be found by M-x awk-mode
27072 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
27073 <gmorris+emacs@ast.cam.ac.uk>.
27074
27075 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
27076 Mode's regexps.
27077
27078 2005-05-23 Kevin Ryde <user42@zip.com.au>
27079
27080 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
27081 c-parse-state, to avoid a lisp error (on bad code).
27082
27083 2005-05-23 Lute Kamstra <lute@gnu.org>
27084
27085 * subr.el (font-lock-defaults): Remove defvar as it's already
27086 defined in font-core.el.
27087
27088 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
27089
27090 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
27091
27092 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
27093 more general and work when GDB variable "print pretty" is on,
27094 as with Emacs, for example.
27095
27096 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
27097
27098 * font-core.el: Update comment.
27099
27100 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
27101 Use `after-change-major-mode-hook' instead of `find-file-hook'.
27102
27103 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
27104
27105 2005-05-22 Eli Zaretskii <eliz@gnu.org>
27106
27107 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
27108 and `yank-handler' in the doc strings.
27109
27110 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
27111
27112 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
27113
27114 2005-05-22 Richard M. Stallman <rms@gnu.org>
27115
27116 * help.el (describe-key): Move print-help-return-message call
27117 out of conditional.
27118
27119 * progmodes/etags.el (list-tags): Use with-no-warnings.
27120
27121 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
27122 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
27123 (starttls-extra-args, starttls-extra-arguments): Add defvars.
27124
27125 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
27126
27127 * language/viet-util.el (viet-viscii-nonascii-translation-table):
27128 Add defvar.
27129
27130 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
27131 Use defvar, not defconst.
27132
27133 * hexl.el (hexl-follow-line): Use with-no-warnings.
27134
27135 * emulation/tpu-extras.el: Use write-file-functions instead of
27136 write-file-hooks.
27137
27138 * dired.el (dired-font-lock-keywords): Fontify files with junk
27139 extensions even if marked by -F.
27140
27141 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
27142
27143 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
27144 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
27145 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
27146 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
27147 (concatenate, list-length, get*, getf, cl-remprop):
27148 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
27149 (etypecase, progv, lexical-let, lexical-let*)
27150 (multiple-value-bind, multiple-value-setq, shiftf):
27151 Improve argument/docstring consistency.
27152
27153 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
27154
27155 2005-05-22 Andre Spiegel <spiegel@gnu.org>
27156
27157 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
27158 doesn't exist.
27159
27160 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
27161 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
27162
27163 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
27164
27165 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
27166 already deleted variables: auto-fill-hook, blink-paren-hook,
27167 lisp-indent-hook, inhibit-local-variables, unread-command-event,
27168 suspend-hooks, comment-indent-hook, meta-flag,
27169 before-change-function, after-change-function,
27170 font-lock-doc-string-face.
27171
27172 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
27173
27174 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
27175
27176 2005-05-21 Eli Zaretskii <eliz@gnu.org>
27177
27178 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
27179 rmail-dont-reply-to.
27180
27181 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
27182
27183 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
27184 literal blank when splitting new-header-values.
27185
27186 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
27187
27188 * calendar/cal-menu.el (cal-menu-update): Add separator as a
27189 string so that tmm doesn't create a completion entry for it.
27190
27191 * textmodes/table.el (table-disable-menu): Ditto.
27192
27193 2005-05-21 Richard M. Stallman <rms@gnu.org>
27194
27195 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
27196
27197 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
27198
27199 * net/rcompile.el (remote-compile): Use compilation-start.
27200
27201 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
27202
27203 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
27204
27205 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
27206 Default to makefile-bsdmake-mode on BSD systems.
27207
27208 * imenu.el (imenu-generic-expression, imenu--generic-function'):
27209 REGEXP may also be a search function now. The part of doc-string
27210 for describing the structure was 95% identical to that of
27211 `imenu--generic-function'. Unify it there.
27212
27213 * progmodes/make-mode.el (makefile-imenu-generic-expression):
27214 Use function to find dependencies, because regexp alone is so complex,
27215 it easily goes into an endless loop.
27216 (makefile-makepp-mode): Also add submenu for Perl functions
27217 defined in the makefile.
27218 (makefile-bsdmake-mode): Special imenu-generic-expression no
27219 longer needed, due to function call.
27220 (makefile-match-dependency): Take BOUND into account when checking
27221 if we're through.
27222
27223 2005-05-20 Jay Belanger <belanger@truman.edu>
27224
27225 * calc/calc-units.el (calc-invalidate-units-table):
27226 Use inhibit-read-only.
27227 (math-build-units-table-buffer): Use view-mode.
27228
27229 2005-05-20 David Kastrup <dak@gnu.org>
27230
27231 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
27232 easy-menu-add is not a nop on Emacs; and clarify when to call it.
27233
27234 2005-05-20 Lute Kamstra <lute@gnu.org>
27235
27236 * diff-mode.el (diff-header-face, diff-file-header-face)
27237 (diff-index-face, diff-hunk-header-face, diff-removed-face)
27238 (diff-added-face, diff-changed-face, diff-function-face)
27239 (diff-context-face, diff-nonexistent-face): Put them in the
27240 diff-mode customization group.
27241
27242 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
27243
27244 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
27245
27246 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
27247
27248 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
27249 Minor regexp-optimization.
27250
27251 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
27252
27253 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
27254 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
27255 (org-agenda-add-time-grid-maybe): New function.
27256 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
27257 (org-table-create): `dotimes' instead of `mapcar'.
27258 (org-xor): Simplify implementation.
27259 (org-agenda): `inhibit-redisplay' turned on.
27260 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
27261 a consistent line after a state change.
27262 (org-agenda-remove-times-when-in-prefix): New option.
27263 (org-prefix-has-time): New variable.
27264 (org-parse-time-string): Optional argument NODEFAULT.
27265 (org-format-agenda-item): Parse items for time-of-day
27266 specifications and move these into the prefix if possible.
27267 (org-agenda-priority): Get current heading, not previous heading
27268 during agenda remote editing.
27269
27270 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
27271
27272 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
27273 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
27274 (remove-duplicates, delete-duplicates, substitute)
27275 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
27276 (nsubstitute-if-not, find, find-if, find-if-not, position)
27277 (position-if, position-if-not, count, count-if, count-if-not)
27278 (mismatch, search, sort*, stable-sort, merge, member*)
27279 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
27280 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
27281 (intersection, nintersection, set-difference, nset-difference)
27282 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
27283 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
27284 (nsublis, tree-equal): Improve argument/docstring consistency.
27285
27286 * subr.el (send-string, send-region): Remove obsolescence declaration.
27287 (window-dot, set-window-dot, read-input, show-buffer)
27288 (eval-current-buffer, string-to-int):
27289 Add release number to obsolescence declarations.
27290
27291 2005-05-19 Kim F. Storm <storm@cua.dk>
27292
27293 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
27294 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
27295
27296 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
27297
27298 * faces.el (list-faces-display): Make back button respect optional
27299 regexp arg.
27300
27301 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
27302
27303 * calculator.el (calculator-radix-grouping-mode)
27304 (calculator-radix-grouping-digits, calculator-displayer)
27305 (calculator-radix-grouping-separator, calculator-copy-displayer):
27306 * dabbrev.el (dabbrev-search-these-buffers-only):
27307 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
27308 (diff-advance-after-apply-hunk, diff-mode-hook)
27309 (diff-minor-mode-prefix):
27310 * imenu.el (imenu-use-popup-menu):
27311 * jit-lock.el (jit-lock-context-time):
27312 * newcomment.el (comment-fill-column, comment-column)
27313 (comment-style, comment-padding, comment-multi-line)
27314 (comment-empty-lines, comment-auto-fill-only-comments):
27315 * reveal.el (reveal-around-mark):
27316 * uniquify.el (uniquify-buffer-name-style)
27317 (uniquify-after-kill-buffer-p)
27318 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
27319 (uniquify-min-dir-content, uniquify-separator)
27320 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
27321 * w32-vars.el (w32-fixed-font-alist):
27322 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
27323 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
27324 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
27325 * progmodes/perl-mode.el (perl-indent-level)
27326 (perl-continued-statement-offset, perl-continued-brace-offset)
27327 (perl-brace-offset, perl-brace-imaginary-offset)
27328 (perl-label-offset, perl-indent-continued-arguments)
27329 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
27330 * progmodes/tcl.el (tcl-indent-level)
27331 (tcl-continued-indent-level, tcl-auto-newline)
27332 (tcl-tab-always-indent, tcl-electric-hash-style)
27333 (tcl-help-directory-list, tcl-use-smart-word-finder)
27334 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
27335 (inferior-tcl-source-command):
27336 * textmodes/fill.el (enable-kinsoku):
27337 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
27338 * textmodes/table.el (table-yank-handler):
27339 Specify missing group (and type, if simple) in defcustom.
27340
27341 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
27342
27343 * progmodes/compile.el (compilation-finish-function): Fix defvar.
27344
27345 2005-05-19 Richard M. Stallman <rms@gnu.org>
27346
27347 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
27348
27349 * subr.el (event-basic-type): Don't get an error.
27350 (left-fringe-p): Function deleted.
27351
27352 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
27353 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
27354
27355 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
27356 in recursive copy.
27357
27358 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
27359
27360 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
27361
27362 * emacs-lisp/bytecomp.el
27363 (byte-compile-file-form-custom-declare-variable):
27364 Call byte-compile-nogroup-warn if appropriate.
27365
27366 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
27367 (compilation-set-window): Don't call left-fringe-p; do it directly.
27368
27369 2005-05-19 Jay Belanger <belanger@truman.edu>
27370
27371 * calc/calc-graph.el (calc-graph-format-data): Make sure
27372 var-PlotRejects is bound before trying to check its value.
27373
27374 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
27375
27376 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
27377 definition of this variable from reftex-global.el to reftex.el,
27378 because it is needed in the menu.
27379
27380 2005-05-19 Lute Kamstra <lute@gnu.org>
27381
27382 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
27383 years are fixed. Don't insert a space after a dash.
27384
27385 2005-05-19 Kim F. Storm <storm@cua.dk>
27386
27387 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
27388
27389 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
27390
27391 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
27392 strings, because (eq ... ?\\) is fairly frequent.
27393
27394 * progmodes/make-mode.el (makefile-add-this-line-targets):
27395 Simplify and integrate into `makefile-pickup-targets'.
27396 (makefile-add-this-line-macro): Simplify and integrate into
27397 `makefile-pickup-macros.
27398 (makefile-pickup-filenames-as-targets): Simplify.
27399 (makefile-previous-dependency, makefile-match-dependency):
27400 Don't stumble over `::'.
27401
27402 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
27403
27404 * subr.el (post-command-idle-hook, post-command-idle-delay):
27405 Remove obsoletion of post-command-idle-hook and
27406 post-command-idle-delay.
27407
27408 * faces.el (list-faces-display): Provide button when describe-face
27409 is called to take user back to the list of faces.
27410
27411 * help-fns.el (describe-variable): Remove hyperlinks in a
27412 variable's value as these are quite frequently inappropriate.
27413
27414 * follow.el (follow-submit-feedback, follow-mode):
27415 Remove references to post-command-idle-hook.
27416
27417 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
27418
27419 * progmodes/make-mode.el (makefile-previous-dependency)
27420 (makefile-match-dependency): Check for := (and in bsd mode also
27421 !=) to give a better result, even when font-lock is not on.
27422
27423 2005-05-18 Jay Belanger <belanger@truman.edu>
27424
27425 * calc/calc-help.el (calc-s-prefix-help):
27426 Add `calc-copy-special-constant' to help string.
27427
27428 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
27429
27430 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
27431
27432 2005-05-18 Jay Belanger <belanger@truman.edu>
27433
27434 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
27435 in linear factors are in proper order.
27436
27437 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
27438
27439 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
27440 Support for jurabib.
27441
27442 * textmodes/reftex.el (featurep): Define aliases for overlay
27443 commands, for XEmacs compatibility, and use these aliases in
27444 overlay initializations.
27445 (reftex-highlight): Use `reftex-move-overlay'.
27446 (reftex-unhighlight): Use `reftex-delete-overlay'.
27447 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
27448 (reftex-access-search-path): Use `reftex-uniquify' instead of
27449 `reftex-uniq'
27450
27451 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
27452 `before-string' property modification enables for Emacs as well.
27453 (reftex-select-item): Use `reftex-delete-overlay'.
27454 (reftex-select-mark): Use `reftex-make-overlay' and
27455 `reftex-overlay-put'.
27456 (reftex-select-unmark): Use `reftex-delete-overlay' and
27457 `reftex-overlay-put'.
27458
27459 2005-05-18 Lute Kamstra <lute@gnu.org>
27460
27461 * emacs-lisp/lisp.el (check-parens): Fix docstring.
27462
27463 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
27464
27465 * add-log.el (add-change-log-entry):
27466 * array.el (array-make-template, array-reconfigure-rows)
27467 (array-init-max-row, array-init-max-column)
27468 (array-init-columns-per-line, array-init-field-width):
27469 * replace.el (replace-match-maybe-edit, perform-replace):
27470 * textmodes/spell.el (spell-region):
27471 Replace `read-input' by `read-string'.
27472
27473 * forms.el (forms-mode):
27474 * finder.el (finder-compile-keywords):
27475 * shadowfile.el (shadow-read-files):
27476 Replace `eval-current-buffer' by `eval-buffer'.
27477
27478 * terminal.el (te-pass-through):
27479 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
27480 (ange-ftp-raw-send-cmd):
27481 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
27482 (send-process-next-char, telnet-initial-filter, telnet):
27483 Replace `send-string' by `process-send-string'.
27484
27485 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
27486 (prolog-consult-region): Replace `send-string' by
27487 `process-send-string'; replace `send-region' by `process-send-region'.
27488
27489 * progmodes/delphi.el (delphi-log-msg):
27490 Replace `set-window-dot' by `set-window-point'.
27491
27492 * subr.el (window-dot, set-window-dot, read-input, send-string)
27493 (send-region, show-buffer, eval-current-buffer):
27494 Make really obsolete, as the comment says.
27495
27496 2005-05-17 Kim F. Storm <storm@cua.dk>
27497
27498 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
27499 (cua--init-keymaps): Bind C-return instead of S-return to set
27500 rectangle mark.
27501
27502 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
27503 instead of S-return to toggle/clear rectangle mark.
27504
27505 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
27506
27507 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
27508 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
27509 Also fontify plain strings assigned to variables, mostly so that a
27510 colon has a face and is thus not taken as a dependency separator.
27511 (makefile-previous-dependency): Inline the new matcher, because it
27512 is too complex to work in both directions.
27513 (makefile-match-dependency): Eliminate `backward' arg (see above).
27514 Completely reimplemented so as to not sometimes go into an endless
27515 loop. It should also be more efficient, because first it only
27516 searches for `:', instead of applying the very complex regexp.
27517 (makefile-mode): Cancel `font-lock-support-mode', because blocks
27518 to be fontified in one piece can be too long for JIT.
27519 Makefiles are never *that* big.
27520
27521 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
27522
27523 * dired.el (dired-mode): Simplify.
27524
27525 2005-05-17 Lute Kamstra <lute@gnu.org>
27526
27527 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
27528 defcustom for the mode hook variable.
27529
27530 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
27531 Emacs Lisp Reference Manual.
27532
27533 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
27534
27535 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
27536 (evenp, list*):
27537 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
27538 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
27539
27540 * net/tramp-smb.el (tramp-smb-open-connection):
27541 Pass `tramp-chunksize' as fifth (required) argument.
27542
27543 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
27544
27545 * font-lock.el (lisp-font-lock-keywords-1):
27546 Set `font-lock-negation-char-face' for [^...] char group.
27547 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
27548
27549 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
27550 a var, and refine it to mask one more level of nested vars.
27551 (makefile-rule-action-regex): Turn it into a var, and refine it so
27552 it recognizes backslashed continuation lines as belonging to the
27553 same command.
27554 (makefile-macroassign-regex): Refine it so it recognizes
27555 backslashed continuation lines as belonging to the same command.
27556 (makefile-var-use-regex): Don't look at the next char, because it
27557 might be the same one to be skipped by the initial [^$], leading
27558 to an overlooked variable use.
27559 (makefile-make-font-lock-keywords): Remove two parameters, which
27560 are now variables that some of the modes set locally.
27561 Handle dependency and rule action matching through functions, because
27562 regexps alone match too often. Dependency matching now comes
27563 last, so it can check, whether a colon already matched something else.
27564 (makefile-mode): Inform that font-lock improves makefile parsing
27565 capabilities.
27566 (makefile-match-dependency, makefile-match-action): New functions.
27567
27568 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
27569
27570 * emacs-lisp/cl-extra.el (equalp): Doc fix.
27571
27572 * align.el (align-regexp):
27573 * ansi-color.el (ansi-color-get-face):
27574 * array.el (array-reconfigure-rows, array-init-max-row)
27575 (array-init-max-column, array-init-columns-per-line)
27576 (array-init-field-width):
27577 * dired-aux.el (dired-trample-file-versions):
27578 * dired-x.el (dired-mark-sexp):
27579 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
27580 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
27581 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
27582 * faces.el (face-read-integer):
27583 * files.el (backup-extract-version, insert-directory):
27584 * hexl.el (hexl-insert-decimal-char):
27585 * server.el (server-process-filter):
27586 * shell.el (shell-extract-num):
27587 * startup.el (command-line-1):
27588 * term.el (term-command-hook):
27589 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
27590 (time-stamp-do-number):
27591 * time.el (display-time-update):
27592 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
27593 (timezone-fix-time):
27594 * vms-patch.el (vms-suspend-resume-hook):
27595 * calendar/appt.el (appt-convert-time):
27596 * calendar/cal-bahai.el (mark-bahai-diary-entries):
27597 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
27598 * calendar/cal-islam.el (mark-islamic-diary-entries):
27599 * calendar/calendar.el (calendar-cursor-to-date)
27600 (calendar-star-date):
27601 * calendar/diary-lib.el (diary-attrtype-convert)
27602 (mark-diary-entries, diary-entry-time):
27603 * calendar/solar.el (solar-get-number):
27604 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
27605 * emacs-lisp/re-builder.el (reb-display-subexp):
27606 * emulation/edt.el (edt-set-scroll-margins):
27607 * emulation/tpu-extras.el (tpu-set-scroll-margins):
27608 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
27609 (vip-get-ex-count):
27610 * emulation/viper-ex.el (viper-get-ex-token)
27611 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
27612 * international/fontset.el (fontset-plain-name):
27613 * mail/feedmail.el (feedmail-look-at-queue-directory):
27614 * mail/mailalias.el (mail-get-names):
27615 * mail/rmail.el (rmail-convert-to-babyl-format):
27616 * mail/rmailsum.el (rmail-make-basic-summary-line)
27617 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
27618 (rmail-summary-goto-msg):
27619 * mail/smtpmail.el (smtpmail-read-response):
27620 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
27621 (ange-ftp-vms-add-file-entry):
27622 * play/gametree.el (gametree-looking-at-ply)
27623 (gametree-current-branch-score):
27624 * progmodes/ada-xref.el (ada-prj-find-prj-file)
27625 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
27626 * progmodes/cperl-mode.el (condition-case):
27627 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
27628 (ebrowse-set-member-buffer-column-width)
27629 (ebrowse-select-1st-to-9nth):
27630 * progmodes/etags.el (etags-snarf-tag):
27631 * progmodes/flymake.el (flymake-parse-line):
27632 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
27633 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
27634 (idlwave-shell-menu-def):
27635 * progmodes/ps-mode.el (ps-run-goto-error):
27636 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
27637 (vhdl-speedbar-contract-level):
27638 * term/mac-win.el (x-handle-numeric-switch):
27639 * term/sun-mouse.el (sun-get-frame-data):
27640 * term/w32-win.el (x-handle-numeric-switch):
27641 * term/x-win.el (x-handle-numeric-switch):
27642 * textmodes/ispell.el (ispell-parse-output):
27643 * textmodes/nroff-mode.el (nroff-outline-level):
27644 * textmodes/reftex-cite.el (reftex-bib-sort-year)
27645 (reftex-bib-sort-year-reverse, reftex-format-citation):
27646 * textmodes/reftex-parse.el (reftex-init-section-numbers)
27647 (reftex-section-number):
27648 * textmodes/texinfmt.el (texinfo-paragraphindent):
27649 Replace `string-to-int' by `string-to-number'.
27650
27651 * international/latexenc.el: Add page marker to force the "Local
27652 Variables:" string out of the last page.
27653
27654 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
27655
27656 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
27657 tooltip-change-major-mode.
27658 (gud-tooltip-print-command): Remove case where gud-minor-mode
27659 is gdb ("--fullname").
27660 (gud-tooltip-tips): Turn GUD tooltips off for this case and
27661 explain to user.
27662
27663 2005-05-16 Jay Belanger <belanger@truman.edu>
27664
27665 * calc/calc-store.el (calc-copy-special-constant): New function.
27666
27667 * calc/calc-ext.el (calc-init-extensions): Add binding for
27668 `calc-copy-special-constant'.
27669
27670 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
27671 for the `calc-copy-special-constant' command.
27672
27673 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
27674
27675 * subr.el (left-fringe-p): New function.
27676
27677 * progmodes/compile.el (compilation-setup): Set local value of
27678 overlay-arrow-string to "" always.
27679 (compilation-set-window): Left fringe then don't scroll.
27680 No left fringe then no arrow and scroll message to top.
27681 (compilation-context-lines): Adjust doc string accordingly.
27682
27683 2005-05-16 Kim F. Storm <storm@cua.dk>
27684
27685 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
27686 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
27687 (ido-wide-find-dir-or-delete-dir): New command for M-d.
27688 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
27689 (ido-read-file-name): Handle commands with ido property value
27690 equal to find-file as reading a file name, to allow C-d to enter dired.
27691 (ibuffer-find-file): Add ido property with value find-file.
27692
27693 2005-05-15 Kim F. Storm <storm@cua.dk>
27694
27695 * subr.el (open-network-stream-nowait): Remove.
27696 (open-network-stream-server): Remove.
27697
27698 2005-05-15 Richard M. Stallman <rms@gnu.org>
27699
27700 * faces.el (describe-face): Output a definition link button.
27701
27702 * help-mode.el (help-face-def): New button type.
27703
27704 * emacs-lisp/copyright.el (copyright-fix-years):
27705 Match properly if the first year is 2-digit.
27706 Don't mess up the whitespace after the years by filling.
27707
27708 * dired-aux.el (dired-mark-confirm):
27709 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
27710
27711 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
27712 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
27713 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
27714
27715 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
27716 Set font-lock-comment-start-skip.
27717
27718 * font-lock.el (font-lock-comment-start-skip): New variable.
27719 (font-lock-comment-end-skip): New variable.
27720 (font-lock-fontify-syntactically-region): Use them if non-nil.
27721
27722 2005-05-15 Jay Belanger <belanger@truman.edu>
27723
27724 * calc/calc-store.el (calc-store-value): Return a string rather
27725 than display it as a message.
27726 Use calc-var-name for variable name.
27727 (calc-store-into): Add the result of calc-store-value to message.
27728 (calc-copy-variable): Add a message.
27729 (calc-store-exchange): Improve error messages.
27730 (calc-store-binary, calc-store-map): Don't reset the values of
27731 special constants.
27732
27733 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
27734
27735 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
27736 manual to docstring.
27737
27738 * files.el (hack-local-variables-confirm): Add STRING argument.
27739 Make the function handle non file visiting buffers correctly.
27740 (hack-local-variables-prop-line, hack-local-variables)
27741 (hack-one-local-variable): Use STRING arg of
27742 `hack-local-variables-confirm'.
27743
27744 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
27745
27746 Sync with Tramp 2.0.49.
27747
27748 * net/tramp.el (tramp-handle-dired-call-process)
27749 (tramp-handle-insert-directory):`insert-buffer' cannot be used
27750 because the contents of the Tramp buffer is changed before
27751 insertion (`expand-file' and alike).
27752 (tramp-handle-insert-directory): If `localname' has an empty
27753 nondirectory name, it must not be quoted.
27754 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
27755 variable `tramp-chunksize'. Change callees.
27756 (tramp-open-connection-setup-interactive-shell): Check remote host
27757 for buggy `send-process-string' implementation.
27758 Set `tramp-chunksize' if found. Reported by Michael Kifer
27759 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
27760 (tramp-handle-shell-command): `insert-buffer' cannot be used
27761 because the contents of the Tramp buffer is changed before
27762 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
27763 <frederic.bothamy@free.fr>.
27764 (tramp-set-auto-save): Actions should be done for Tramp file name
27765 handler only. Ange-FTP has its own auto-save mechanism.
27766 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
27767 (tramp-set-auto-save-file-modes): Set file modes of
27768 `buffer-auto-save-file-name' to ?\600 as fallback solution.
27769 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
27770 (tramp-bug): Remove obsolete variable.
27771 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
27772 for presence of `mml-mode'. Make it running for older Emacsen as well.
27773
27774 2005-05-14 John Paul Wallington <jpw@pobox.com>
27775
27776 * ibuf-ext.el (define-ibuffer-filter filename):
27777 If `dired-directory' is a list, use its car.
27778
27779 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
27780
27781 * ibuffer.el (define-ibuffer-column filename):
27782 If `dired-directory' is a list, use its car.
27783
27784 2005-05-14 Richard M. Stallman <rms@gnu.org>
27785
27786 * subr.el (symbol-file): Doc fix.
27787
27788 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
27789 (byte-compile-form): Call byte-compile-nogroup-warn.
27790 (byte-compile-warning-types): Doc fix.
27791
27792 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
27793
27794 * progmodes/cc-engine.el (c-literal-faces):
27795 Add font-lock-comment-delimiter-face.
27796
27797 * net/net-utils.el (dig): Use with-no-warnings.
27798
27799 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
27800 (sc-recite-frame-alist, sc-default-cite-frame)
27801 (sc-default-uncite-frame, sc-default-recite-frame)
27802 (sc-attrib-selection-list, sc-rewrite-header-list):
27803 Mark as risky-local-variable.
27804
27805 * international/ogonek.el (ogonek-jak, ogonek-how):
27806 Don't use beginning-of-buffer.
27807
27808 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
27809
27810 * calendar/solar.el (solar-data-list): Move definition up.
27811
27812 * dnd.el (dnd-protocol-alist): Add autoload.
27813
27814 * progmodes/sh-script.el: Many doc usage fixes.
27815 (sh-indent-after-do): Change default to match common styles.
27816
27817 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
27818
27819 * files.el (interpreter-mode-alist)
27820 (auto-mode-interpreter-regexp): Doc fixes.
27821
27822 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
27823
27824 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
27825
27826 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
27827
27828 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
27829
27830 * dired.el (dired-mode): make-variable-buffer-local =>
27831 make-local-variable.
27832
27833 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27834
27835 * term/mac-win.el (mac-select-convert-to-string): Try coding
27836 systems in mac-script-code-coding-systems if specified one cannot
27837 encode string for `com.apple.traditional-mac-plain-text'.
27838
27839 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
27840
27841 * progmodes/make-mode.el (makefile-targets-face)
27842 (makefile-shell-face, makefile-makepp-perl-face): New faces.
27843 (makefile-dependency-regex): Fix it to not make the colon in
27844 $(var:a=b) special.
27845 (makefile-rule-action-regex): New regexp for highlighting embedded
27846 Shell strings.
27847 (makefile-macroassign-regex): Handle != for highlighting as
27848 embedded Shell strings.
27849 (makefile-var-use-regex): New const.
27850 (makefile-statements, makefile-automake-statements)
27851 (makefile-gmake-statements, makefile-makepp-statements)
27852 (makefile-bsdmake-statements): New consts.
27853 (makefile-make-font-lock-keywords): New function.
27854 (makefile-automake-font-lock-keywords)
27855 (makefile-gmake-font-lock-keywords)
27856 (makefile-makepp-font-lock-keywords)
27857 (makefile-bsdmake-font-lock-keywords): New consts.
27858 (makefile-mode-map): Add switchers between the various submodes.
27859 (makefile-mode): Document the availability of the variants.
27860 (makefile-automake-mode, makefile-gmake-mode)
27861 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
27862
27863 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
27864 new variants of makefile-mode.
27865
27866 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
27867
27868 * font-lock.el (font-lock-comment-delimiter-face): Fix up
27869 the inheritance.
27870
27871 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
27872
27873 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
27874 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
27875
27876 * files.el (normal-mode): Extend the scope of the
27877 `enable-local-variables' binding to include the `set-auto-mode' call.
27878 (magic-mode-alist): Doc fix.
27879
27880 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
27881
27882 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
27883 font-lock-comment-face rather than copying its setting.
27884
27885 2005-05-12 Andreas Schwab <schwab@suse.de>
27886
27887 * eshell/esh-mode.el (eshell-send-input): Doc fix.
27888
27889 2005-05-12 Lute Kamstra <lute@gnu.org>
27890
27891 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
27892 defcustom for the mode hook variable. Delete the last argument.
27893 * generic-x.el: Fix callers of define-generic-mode.
27894 (generic-x-modes): Delete group.
27895 (show-tabs-tab-face, show-tabs-space-face): Put them in the
27896 generic-x customization group.
27897
27898 2005-05-12 Kim F. Storm <storm@cua.dk>
27899
27900 * font-lock.el (font-lock-negation-char-face): Default to "off".
27901
27902 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
27903 font-lock-negation-char-face to ! in !=.
27904
27905 2005-05-12 Masatake YAMATO <jet@gyve.org>
27906
27907 * add-log.el (find-change-log): Fix typos in the docstring
27908 of function.
27909
27910 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
27911
27912 * international/latexenc.el (latexenc-find-file-coding-system):
27913 Avoid `re-search-forward' when looking for input encoding because
27914 of speed and safety. Better regular expressions for recognizing
27915 input encoding. Limit a search for TeX-master/tex-main-file to
27916 the local variable section.
27917
27918 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
27919
27920 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
27921 syntax of $ to "'" (quote).
27922
27923 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
27924
27925 * dnd.el (dnd-protocol-alist): Improve custom type.
27926
27927 * dired.el (dired-dnd-protocol-alist): New variable.
27928 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
27929 `dired-mode-hook' to the end.
27930
27931 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
27932
27933 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
27934 comment-end if comment-start-skip is not set.
27935 Obey the font-lock-comment-delimiter-face variables.
27936
27937 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
27938
27939 * files.el (executable-find): Move from executable.el. Use
27940 locate-file.
27941 * progmodes/executable.el (executable-find): Move to files.el.
27942
27943 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
27944 when trying to ensure forward progress.
27945
27946 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
27947
27948 * mouse-sel.el (mouse-sel-follow-link-p): New function.
27949 (mouse-select, mouse-select-internal, mouse-extend-internal):
27950 Use it to implement mouse-1-click-follows-link functionality.
27951
27952 2005-05-11 Richard M. Stallman <rms@gnu.org>
27953
27954 * font-lock.el (font-lock-fontify-syntactically-region):
27955 Use font-lock-comment-delimiter-face for comment delimiters.
27956
27957 2005-05-10 Jay Belanger <belanger@truman.edu>
27958
27959 * calc/calc-help.el (calc-m-prefix-help): Add mention of
27960 preserving embedded modes.
27961
27962 2005-05-10 Richard M. Stallman <rms@gnu.org>
27963
27964 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
27965
27966 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
27967 Move from ada-stmt.el.
27968 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
27969
27970 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
27971 Move to ada-mode.el.
27972 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
27973
27974 * cus-edit.el (custom-file): Call file-chase-links.
27975
27976 * files.el (read-directory-name): Fix previous change.
27977 (hack-local-variables-confirm): New function.
27978 (hack-local-variables-prop-line, hack-local-variables)
27979 (hack-one-local-variable): Use it.
27980
27981 2005-05-10 Lute Kamstra <lute@gnu.org>
27982
27983 * font-lock.el (font-lock-keywords-alist)
27984 (font-lock-removed-keywords-alist): Clarify docstrings.
27985
27986 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
27987
27988 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
27989 (gdb-source-info): Check for preprocessor info.
27990 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
27991 a macro for a function.
27992 (gdb-info-breakpoints-custom): Try to find file again if not already
27993 found (user might have used GDB dir command).
27994 (gdb-get-location): Update gdb-location-alist correctly for change
27995 to gdb-info-breakpoints-custom.
27996
27997 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
27998 (gud-tooltip-print-command): Add gdbmi case.
27999 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
28000 preprocessor info.
28001
28002 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
28003
28004 * startup.el (fancy-splash-insert): Fix typo in doc string.
28005
28006 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
28007
28008 * obsolete/float.el (string-to-float):
28009 * obsolete/hilit19.el (hilit-add-pattern):
28010 * obsolete/rnews.el (news-parse-range, news-select-message)
28011 (news-get-pruned-list-of-files): Replace `string-to-int' by
28012 `string-to-number'.
28013
28014 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
28015 `find-file-not-found-hooks'; use `add-hook'.
28016 (uncompress-while-visiting): Set `write-file-functions', not
28017 `write-file-hooks'; use `add-hook'.
28018
28019 2005-05-09 Kim F. Storm <storm@cua.dk>
28020
28021 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
28022 (cua-paste): Handle clipboard action.
28023 (cua--init-keymaps): Remap clipboard-kill-region and
28024 clipboard-kill-ring-save.
28025
28026 2005-05-08 Eli Zaretskii <eliz@gnu.org>
28027
28028 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28029 Improve commentary.
28030
28031 * simple.el (next-error-overlay-arrow-position): Revert the change
28032 made on 2005-04-30.
28033
28034 2005-05-07 Jay Belanger <belanger@truman.edu>
28035
28036 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
28037 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
28038 `calc-sel-reselect'.
28039
28040 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
28041 Calc is in embedded mode.
28042
28043 2005-05-07 Eli Zaretskii <eliz@gnu.org>
28044
28045 * progmodes/compile.el (compilation-setup):
28046 Set overlay-arrow-string to an empty string on text terminals.
28047
28048 * textmodes/ispell.el (ispell-program-name): Try looking for
28049 "aspell" along exec-path, and if found, use it as the default
28050 speller program.
28051
28052 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
28053
28054 * international/mule.el (sgml-xml-auto-coding-function):
28055 Recognize encoding='FOO' in single quotes as well as in double quotes.
28056
28057 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
28058
28059 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
28060 as well as `interactive', so that defmacro* would recognize
28061 `declare' forms.
28062
28063 2005-05-07 Eli Zaretskii <eliz@gnu.org>
28064
28065 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28066 Explain more about the LIGHTER arg's usage in the doc string.
28067 Add commentary to clarify what the code does. Fix the regexp that
28068 strips whitespace from LIGHTER. Quote LIGHTER before using it,
28069 since it could have characters special to regular expressions.
28070
28071 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
28072
28073 * replace.el (occur-1): Bind inhibit-read-only so that
28074 erase-buffer doesn't barf on read-only text properties (likewise
28075 for add-text-properties in occur-engine). Mark buffer as unmodified.
28076 (occur-engine): Don't set buffer-read-only here.
28077
28078 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
28079
28080 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
28081 list-buffers-directory. This caused the *cvs-commit* buffer to be
28082 sometimes mistakenly reused as a *cvs* buffer.
28083
28084 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
28085
28086 * tooltip.el: Move code for GUD tooltips into gud.el.
28087 (require): CL no longer needed to compile case.
28088 (tooltip-mode): Do not toggle functions for GUD tooltips.
28089 (tooltip-gud-tips-p): Remove. Replace with minor mode
28090 gud-tooltip-mode in gud.el.
28091 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
28092 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
28093 tooltip-gud prefix with gud-tooltip and obsolete.
28094 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
28095 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
28096 (tooltip-mouse-motion): Mouse movement functions/variable.
28097 Rename in gud.el by adding gud prefix.
28098 (tooltip-gud-original-filter, tooltip-gud-dereference)
28099 (tooltip-gud-event, tooltip-toggle-gud-tips)
28100 (tooltip-gud-process-output, tooltip-gud-print-command)
28101 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
28102 gud.el by replacing tooltip-gud prefix with gud-tooltip.
28103 (gdb-tooltip-print): Move to gdb-ui.el.
28104
28105 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
28106 (require): CL needed to compile case.
28107 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
28108 tooltip-gud-tips-p. Make it a minor-mode.
28109 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
28110 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
28111 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
28112 (gud-tooltip-change-major-mode)
28113 (gud-tooltip-activate-mouse-motions-if-enabled)
28114 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
28115 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
28116 (gud-tooltip-original-filter, gud-tooltip-dereference)
28117 (gud-tooltip-event, tooltip-toggle-gud-tips)
28118 (gud-tooltip-process-output, gud-tooltip-print-command)
28119 (gud-tooltip-tips): Move from tooltip.el.
28120
28121 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
28122 (gdb-cpp-define-alist-flags): Doc fix.
28123 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
28124 gud-tooltip-mode is t.
28125
28126 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
28127
28128 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
28129 evaporate if their text is deleted.
28130 (goto-address-at-point): Make it work as a mouse binding as well.
28131 (goto-address-at-mouse): Obsolete it. Update users.
28132
28133 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
28134
28135 * calendar/appt.el (top-level): No longer activate on load.
28136
28137 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
28138
28139 * calendar/cal-bahai.el (mark-bahai-diary-entries):
28140 * net/webjump.el (webjump):
28141 * progmodes/idlw-help.el (idlwave-do-context-help1)
28142 (idlwave-highlight-linked-completions):
28143 * textmodes/po.el (po-find-file-coding-system-guts):
28144 Replace `assoc-ignore-case' by `assoc-string'.
28145
28146 2005-05-06 Eli Zaretskii <eliz@gnu.org>
28147
28148 * files.el (locate-file): Doc fix.
28149
28150 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
28151 Remove the redundant test for ms-dos.
28152
28153 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
28154 look for the preprocessor with exec-suffixes. If not found in
28155 standard places, look in exec-path. Remove most of the tests that
28156 used system-type.
28157
28158 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
28159
28160 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
28161
28162 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
28163 file-name clash with jka-compr.el on 8+3 filesystems.
28164
28165 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28166
28167 * term/mac-win.el: Don't define or bind scroll bar functions if
28168 x-toolkit-scroll-bars is t.
28169 (x-select-text, x-get-selection-value): Clear
28170 x-last-selected-text-clipboard if x-select-enable-clipboard is
28171 nil.
28172 (PRIMARY): Put mac-scrap-name property.
28173 (mac-select-convert-to-file-url): New function.
28174 (public.file-url): New selection target type. Add to
28175 selection-converter-alist.
28176 (x-get-selection, x-selection-value): Handle it.
28177 (x-cut-buffer-or-selection-value): New alias.
28178
28179 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
28180
28181 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
28182 entry to avoid calling bibtex-find-entry with arg global
28183 being t. Remove arg key.
28184 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
28185 (bibtex-copy-summary-as-kill): Change accordingly.
28186
28187 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
28188
28189 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
28190 (org-agenda-date-later): Use with-current-buffer.
28191
28192 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
28193
28194 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
28195 (define-obsolete-variable-alias): Doc Fixes.
28196
28197 2005-05-06 Kim F. Storm <storm@cua.dk>
28198
28199 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
28200 vertical-motion when selective-display is active.
28201
28202 * ido.el (ido-setup-hook): New hook.
28203 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
28204 (ido-input-stack): New var.
28205 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
28206 ido-next-work-file binding to M-O.
28207 Bind M-f to ido-wide-find-file-or-pop-dir.
28208 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
28209 (ido-read-internal): Run ido-setup-hook.
28210 Catch quit in read-file-name and read-string to cancel edit.
28211 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
28212 Automatically pop-all when completing a directory name (RET).
28213 (ido-file-internal): Add with-no-warnings around ffap and dired code.
28214 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
28215 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
28216 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
28217 New functions for M-b/M-f to move among the directory components.
28218 (ido-make-merged-file-list): Catch quit to cancel merge.
28219 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
28220 (ido-completion-help): No warnings for ido-completion-buffer-full.
28221
28222 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
28223
28224 * font-lock.el (font-lock-negation-char-face): New face and variable.
28225 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
28226 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
28227 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
28228 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
28229
28230 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
28231
28232 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
28233 Fix typo in docstring.
28234
28235 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
28236 (ebrowse-print-statistics-line)
28237 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
28238
28239 * term/w32-win.el (image-library-alist): Add additional name for
28240 Xpm library.
28241
28242 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
28243
28244 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
28245 use gcc instead of cpp.
28246
28247 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
28248 (gdb-create-define-alist): Use it.
28249 (gdb-cpp-define-alist-program): Update for MS-DOS.
28250
28251 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
28252
28253 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
28254
28255 2005-05-04 Richard M. Stallman <rms@gnu.org>
28256
28257 * help.el (describe-key): No error when UNTRANSLATED is nil.
28258
28259 * simple.el (line-move-1): Fix previous change to signal errors
28260 appropriately.
28261
28262 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
28263
28264 * calendar/icalendar.el (icalendar-version): Now at 0.12.
28265 (icalendar-duration-correction): Remove.
28266 (icalendar--get-event-properties): Split result at commas.
28267 (icalendar--decode-isoduration): New optional argument
28268 DURATION-CORRECTION.
28269 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
28270 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
28271 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
28272 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
28273 (icalendar--convert-anniversary-to-ical): New functions, extracted
28274 from icalendar-export-region, with bug fixes.
28275 (icalendar-export-region): Use the above functions.
28276 (icalendar-import-buffer): Check before saving diary file.
28277 (icalendar--convert-recurring-to-diary)
28278 (icalendar--convert-non-recurring-all-day-to-diary)
28279 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
28280 extracted from icalendar--convert-ical-to-diary, with bug fixes.
28281 (icalendar--convert-ical-to-diary): Use the above functions.
28282
28283 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
28284
28285 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
28286 Remove these recent additions.
28287 (c-mode): Restore to before 2005-04-28.
28288
28289 * progmodes/cc-vars.el (cc-define-list-program): Remove this
28290 recent addition.
28291
28292 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
28293 (gdb-define-alist): New variables.
28294 (gdb-create-define-alist): New function.
28295 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
28296 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
28297 with string-to-number.
28298 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
28299
28300 * progmodes/gud.el: Replace string-to-int with string-to-number.
28301 (gud-find-file): Handle gdb-define-alist.
28302
28303 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
28304
28305 2005-05-02 Jay Belanger <belanger@truman.edu>
28306
28307 * calc/calc-aent.el (math-read-token):
28308 * calc/calc-bin.el (calc-word-size):
28309 * calc/calc-ext.el (calc-read-number-fancy):
28310 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
28311 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
28312 * calc/calc-frac.el (calc-over-notation):
28313 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
28314 (calc-graph-num-points, calc-graph-init):
28315 * calc/calc-prog.el (calc-read-parse-table-part)
28316 (calc-edit-macro-repeats):
28317 * calc/calc-yank.el (calc-do-grab-rectangle):
28318 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
28319 Replace `string-to-int' by `string-to-number'.
28320
28321 2005-05-02 Kim F. Storm <storm@cua.dk>
28322
28323 * kmacro.el: Use executing-kbd-macro-index variable.
28324
28325 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
28326
28327 * net/rlogin.el (rlogin-parse-words): Delete func.
28328 (rlogin): Use split-string, not rlogin-parse-words.
28329 Also, if there are option-like elements in the parsed args,
28330 take the host to be the first arg immediately following them.
28331 Suggested by Michael Mauger.
28332
28333 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
28334
28335 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
28336
28337 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
28338
28339 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
28340 (cc-mode-cpp-program): Rename to cc-define-list-program and
28341 move to cc-vars.el.
28342
28343 * progmodes/cc-vars.el (cc-define-list-program):
28344 Change to "gcc -E -dM -". Make customizable.
28345
28346 2005-05-02 Kim F. Storm <storm@cua.dk>
28347
28348 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
28349
28350 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
28351
28352 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
28353
28354 * international/mule-util.el (truncate-string): Remove alias and
28355 obsolete declaration.
28356
28357 * international/mule-cmds.el (update-iso-coding-systems):
28358 Remove alias and obsolete declaration.
28359
28360 * international/mule.el (coding-system-parent): Remove alias and
28361 obsolete declaration.
28362
28363 * subr.el (define-function, sref): Remove aliases and obsolete
28364 declarations.
28365 (chars-in-region): Remove obsolete declaration.
28366
28367 2005-05-01 Richard M. Stallman <rms@gnu.org>
28368
28369 * info.el (Info-mode): Set widen-automatically to nil, locally.
28370
28371 * simple.el (widen-automatically): New variable.
28372 (pop-global-mark): Obey widen-automatically.
28373
28374 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
28375
28376 * term/xterm.el (function-key-map): Call substitute-key-definition
28377 before the keymap size is increased by a lot of define-key calls.
28378
28379 2005-05-01 Richard M. Stallman <rms@gnu.org>
28380
28381 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
28382 Rename ARG to ELEMENT. Doc fix.
28383
28384 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
28385
28386 * allout.el (allout-exposure): Remove macro and obsolete declaration.
28387 Remove references to allout-exposure/change to allout-new-exposure.
28388
28389 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
28390 bytecode symbols.
28391
28392 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
28393 (compiled-function-p, focus-frame, unfocus-frame):
28394 Remove aliases and obsolete declarations.
28395 Back out inadvertent changes from previous commit.
28396
28397 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
28398
28399 * files.el (require-final-newline): Make Custom tags consistent
28400 with mode-require-final-newline.
28401 (mode-require-final-newline): Doc fix.
28402
28403 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
28404
28405 * international/latexenc.el (latexenc-find-file-coding-system):
28406 Fix regular expressions.
28407
28408 2005-05-01 David Kastrup <dak@gnu.org>
28409
28410 * international/latexenc.el (latexenc-find-file-coding-system):
28411 Fix regular expressions.
28412
28413 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
28414
28415 * subr.el (string-to-int): Make obsolete.
28416
28417 2005-04-30 Richard M. Stallman <rms@gnu.org>
28418
28419 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
28420
28421 * loadup.el: load jka-comp-hook.
28422
28423 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
28424 (jka-compr-handler): Add autoload. `put' calls moved
28425 to jka-comp-hook.el.
28426 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
28427 (jka-compr-inhibit): Autoload.
28428
28429 * jka-comp-hook.el: New file.
28430 Enable the mode by default.
28431
28432 * files.el (backup-buffer-copy): Use copy-file instead
28433 of write-region, and put back the 'excl.
28434
28435 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
28436
28437 * progmodes/flymake.el (flymake-split-string)
28438 (flymake-split-string, flymake-log, flymake-pid-to-names)
28439 (flymake-reg-names, flymake-get-source-buffer-name)
28440 (flymake-unreg-names, flymake-add-line-err-info)
28441 (flymake-add-err-info): Clarify docstrings.
28442 (flymake-popup-menu, flymake-make-emacs-menu)
28443 (flymake-make-xemacs-menu): Add docstrings.
28444 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
28445 Set variables directly throughout.
28446
28447 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
28448
28449 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
28450 exists. Initialize cc-define-alist.
28451 (c-mode): Add cc-create-define-alist locally to after-save-hook.
28452 If there is no file (Macroexpansion) don't create an alist.
28453
28454 2005-04-29 Sam Steingold <sds@gnu.org>
28455
28456 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
28457 (cc-create-define-alist): Use it instead of the hard-coded string.
28458
28459 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
28460
28461 * international/mule-conf.el (file-coding-system-alist): Fix regexp
28462 for latexenc.
28463
28464 2005-04-29 Lute Kamstra <lute@gnu.org>
28465
28466 * emacs-lisp/generic.el: Improve commentary section.
28467 (define-generic-mode): Improve docstring.
28468
28469 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
28470
28471 * textmodes/org.el (many places): Change to quiet the byte compiler.
28472 (org-prefix-format-compiled): New variable.
28473 (org-compile-prefix-format): New function.
28474 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
28475 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
28476 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
28477 (org-get-entries-from-diary): Use `org-get-time-of-day' for
28478 consistency with entries from `org-mode' files.
28479 (org-get-time-of-day): Fix bug with partial matches early in a line.
28480 (org-non-link-chars): New constant.
28481 (org-link-regexp): Respect `org-non-link-chars'.
28482 (org-agenda-day-view): Remove command.
28483 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
28484 (org-follow-bbdb-link, org-store-link): Search also company field.
28485 (org-highlight-overlay): New variable.
28486 (org-highlight, org-unhighlight): New functions.
28487 (org-agenda-mode): Add pre-command-hook to remove highlight.
28488 (org-evaluate-time-range): Behavior depends upon whether time stamp
28489 contains a time or not.
28490 (org-show-subtree, org-show-entry): New functions.
28491 (org-agenda-cleanup-fancy-diary): Remove empty lines.
28492
28493 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
28494
28495 * comint.el (comint-output-filter-functions): Add autoload cookie.
28496
28497 2005-04-28 Kim F. Storm <storm@cua.dk>
28498
28499 * ido.el (ido-everywhere): Fix last change.
28500
28501 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
28502
28503 * international/latexenc.el: New file.
28504 * international/mule-conf.el (file-coding-system-alist): For .tex,
28505 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
28506
28507 2005-04-28 Lute Kamstra <lute@gnu.org>
28508
28509 * font-lock.el (font-lock-add-keywords)
28510 (font-lock-remove-keywords): Clarify docstring.
28511 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
28512 Don't start docstrings with a `*'.
28513 (font-lock-update-removed-keyword-alist): Give it a docstring.
28514
28515 * generic-x.el: Update commentary section.
28516 Only require font-lock when compiling.
28517 Define all modes conditionally.
28518 Place all generic modes in the generic-x-modes customization group.
28519 (generic-x-modes): New customization group.
28520 (generic-default-modes, generic-mswindows-modes)
28521 (generic-unix-modes, generic-other-modes): New constants.
28522 (generic-define-mswindows-modes, generic-define-unix-modes):
28523 Update docstrings. Make them obsolete.
28524 (generic-extras-enable-list): New default value. Update docstring.
28525 Improve :type. Change :set function.
28526 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
28527 Fix docstring.
28528
28529 * emacs-lisp/generic.el (generic-mode-internal):
28530 Simplify font-lock-defaults.
28531 (define-generic-mode): Fix docstring.
28532
28533 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
28534
28535 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
28536 font-lock-face property to highlight matches.
28537
28538 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
28539
28540 * progmodes/cc-mode.el (cc-create-define-alist): New function.
28541 (cc-define-alist): New variable.
28542 (c-mode): Make it local and initialize it.
28543
28544 * progmodes/gdb-ui.el (gdb-active-process): New variable.
28545 (gdb-exited): New function.
28546 (gdb-annotation-rules): Use it.
28547 (gdb-starting): Set gdb-active-process to t.
28548 (gdb-stopping): Amend doc string.
28549 (gdb-reset): Set gdb-active-process to nil.
28550
28551 * tooltip.el (tooltip-gud-tips): Show the associated #define
28552 directives when a C program under GDB is not executing.
28553
28554 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
28555
28556 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
28557 font-lock-fontify-syntactic-keywords.
28558
28559 * font-lock.el (font-lock-default-fontify-region): Don't force
28560 parse-sexp-lookup-properties to nil.
28561
28562 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
28563
28564 * man.el (man-mode-syntax-table): Set up `:' to have
28565 word-constituent syntax.
28566
28567 2005-04-27 Lute Kamstra <lute@gnu.org>
28568
28569 * novice.el (disable-command): Don't add spurious newlines to the
28570 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
28571
28572 2005-04-26 Jay Belanger <belanger@truman.edu>
28573
28574 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
28575 than one window before deleting window.
28576
28577 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
28578
28579 * shell.el (shell-prompt-pattern): Doc fix.
28580 (shell-mode): Set paragraph-separate buffer locally to "\\'".
28581
28582 * comint.el (comint-prompt-regexp, comint-get-old-input)
28583 (comint-use-prompt-regexp)
28584 (comint-use-prompt-regexp-instead-of-fields)
28585 (comint-replace-by-expanded-history, comint-send-input)
28586 (comint-output-filter, comint-get-old-input-default)
28587 (comint-line-beginning-position, comint-bol, comint-show-output)
28588 (comint-backward-matching-input, comint-forward-matching-input)
28589 (comint-next-prompt, comint-previous-prompt):
28590 Rename `comint-use-prompt-regexp-instead-of-fields' to
28591 `comint-use-prompt-regexp'. Keep old name as alias and declare
28592 obsolete.
28593 (comint-use-prompt-regexp): Shorten first line of doc string.
28594
28595 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
28596 Set paragraph-separate buffer locally to "\\'".
28597
28598 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
28599 Adapt to above name change.
28600
28601 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
28602 (smbclient-prompt-regexp): Ditto.
28603
28604 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
28605
28606 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
28607
28608 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
28609 gdb-location-list.
28610 Break lines that are over 80 characters wide.
28611
28612 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
28613
28614 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
28615 New fun and var, to preserve compatibility.
28616
28617 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
28618
28619 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
28620
28621 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
28622 name to file-newer-than-file-p.
28623
28624 2005-04-26 Richard M. Stallman <rms@gnu.org>
28625
28626 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
28627
28628 * progmodes/python.el (python-mode):
28629 Use new name eldoc-documentation-function.
28630
28631 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
28632
28633 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
28634 (eldoc-documentation-function):
28635 Rename from eldoc-print-current-symbol-info-function. Calls changed.
28636
28637 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
28638
28639 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
28640
28641 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
28642
28643 * term/xterm.el (function-key-map): Fix strings for
28644 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
28645 {C,S,A,C-S}-{f1-f12}.
28646
28647 2005-04-26 Kenichi Handa <handa@m17n.org>
28648
28649 * international/mule-cmds.el (select-safe-coding-system):
28650 Fix previous change.
28651
28652 2005-04-26 Lute Kamstra <lute@gnu.org>
28653
28654 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
28655
28656 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
28657 (font-lock-comment-delimiter-face): Ditto.
28658
28659 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
28660
28661 2005-04-25 Jay Belanger <belanger@truman.edu>
28662
28663 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
28664 to t while inserting information; use help-mode.
28665
28666 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
28667
28668 * term.el (ansi-term-color-vector): Use the xterm colors.
28669 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
28670
28671 2005-04-25 Lute Kamstra <lute@gnu.org>
28672
28673 * font-core.el (font-lock-defaults): Fix docstring.
28674
28675 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
28676
28677 2005-04-25 Kenichi Handa <handa@m17n.org>
28678
28679 * international/mule-cmds.el (select-safe-coding-system):
28680 Don't check consistency with coding: spec, etc if raw-text or
28681 no-conversion was found to be safe.
28682
28683 2005-04-24 Richard M. Stallman <rms@gnu.org>
28684
28685 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
28686 citation markers at start of each line.
28687
28688 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
28689 citation markers at start of each line.
28690
28691 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
28692
28693 * files.el (mode-require-final-newline): Fix previous change.
28694 (require-final-newline): Fix type label.
28695
28696 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
28697
28698 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
28699 statement in buffer (broken by 2004-11-24 change).
28700
28701 2005-04-24 Kim F. Storm <storm@cua.dk>
28702
28703 * ido.el (ido-everywhere): Save and restore old read-buffer-function
28704 and read-file-name-function values. Don't overwrite existing
28705 non-nil values if ido-mode is enabled without ido-everywhere.
28706
28707 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
28708
28709 * files.el (mode-require-final-newline): Minor doc fix.
28710
28711 2005-04-24 Eli Zaretskii <eliz@gnu.org>
28712
28713 * subr.el (syntax-after): Doc fix.
28714 (syntax-class): If argument is nil, return nil. Mask off upper 16
28715 bits, not 8 bits.
28716
28717 * files.el (mode-require-final-newline): Doc fix.
28718 (backup-buffer-copy): Fix last change.
28719
28720 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28721
28722 * term/mac-win.el: Require select. Set selection-coding-system to
28723 mac-system-coding-system. Call menu-bar-enable-clipboard.
28724 (x-last-selected-text-clipboard, x-last-selected-text-primary)
28725 (x-select-enable-clipboard): New variables.
28726 (x-select-text, x-get-selection, x-selection-value)
28727 (x-get-selection-value, mac-select-convert-to-string)
28728 (mac-services-open-file, mac-services-open-selection)
28729 (mac-services-insert-text): New functions.
28730 (CLIPBOARD, FIND): Put mac-scrap-name property.
28731 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
28732 (public.tiff): Put mac-ostype property.
28733 (selection-converter-alist): Add entries for them.
28734 (mac-application-menu-map): New keymap.
28735 (interprogram-cut-function, interprogram-paste-function): Set to
28736 x-select-text and x-get-selection-value, respectively.
28737 (split-window-keep-point): Set to t.
28738
28739 2005-04-23 Richard M. Stallman <rms@gnu.org>
28740
28741 * files.el (read-directory-name): Always pass non-nil
28742 DEFAULT-FILENAME arg to read-file-name.
28743 (backup-buffer-copy, basic-save-buffer-2): Take care against
28744 writing thru an unexpected existing symlink.
28745 (revert-buffer): In indirect buffer, revert the base buffer.
28746 (magic-mode-alist): Doc fix.
28747 (buffer-stale-function): Doc fix.
28748 (minibuffer-with-setup-hook): Avoid warning.
28749 (mode-require-final-newline): Doc and custom fix.
28750
28751 * follow.el (follow-end-of-buffer): Use with-no-warnings.
28752
28753 * font-lock.el (font-lock-comment-face): On terminals with few colors,
28754 use the default appearance.
28755 (font-lock-comment-delimiter-face): New face, new variable.
28756
28757 * imenu.el (imenu--generic-function): The official position of a
28758 definition is the start of the line that BEG is in.
28759
28760 * midnight.el (midnight-timer): Move defvar up.
28761
28762 * mouse.el (mouse-drag-region-1): Delete some debugging code.
28763
28764 * saveplace.el (save-place-to-alist): Use with-no-warnings.
28765
28766 * startup.el (command-line): Use with-no-warnings.
28767
28768 * window.el (window-size-fixed): New defvar.
28769
28770 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
28771
28772 * mail/rmail.el (rmail-font-lock-keywords):
28773 Use font-lock-comment-delimiter-face.
28774
28775 * mail/sendmail.el (mail-font-lock-keywords):
28776 Use font-lock-comment-delimiter-face.
28777
28778 * progmodes/compile.el (next-error-highlight-timer): New defvar.
28779
28780 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
28781
28782 * progmodes/compile.el (compilation-mode-font-lock-keywords):
28783 Specify t for LAXMATCH when matching directories.
28784 Save match data around compilation-compat-error-properties form.
28785
28786 2005-04-23 David Kastrup <dak@gnu.org>
28787
28788 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
28789 Mention that the autoloaded aliases should be kept for AUCTeX.
28790
28791 2005-04-23 Andreas Schwab <schwab@suse.de>
28792
28793 * isearch.el (isearch-forward): Doc fix.
28794
28795 2005-04-23 Eli Zaretskii <eliz@gnu.org>
28796
28797 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
28798 (jit-lock-stealth-nice): Change default value to 0.5.
28799
28800 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
28801
28802 * abbrev.el (write-abbrev-file): Write table entries in
28803 alphabetical order by table name.
28804
28805 2005-04-22 Kim F. Storm <storm@cua.dk>
28806
28807 * ido.el (ido-read-internal): Fix `list' completion.
28808
28809 2005-04-22 Kenichi Handa <handa@m17n.org>
28810
28811 * recentf.el (recentf-save-file-coding-system): New variable.
28812 (recentf-save-list): Encode the file by
28813 recentf-save-file-coding-system and add coding: tag.
28814
28815 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
28816
28817 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
28818
28819 2005-04-21 Lute Kamstra <lute@gnu.org>
28820
28821 * loadhist.el (unload-feature): Don't remove a function from hooks
28822 if it is about to be restored to an autoload . Remove functions
28823 that will become unbound from auto-mode-alist. Simplify the code.
28824
28825 * subr.el (assq-delete-all): New implementation that is linear,
28826 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
28827 (rassq-delete-all): New function.
28828
28829 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
28830 Add size-indication-mode.
28831
28832 2005-04-21 Kenichi Handa <handa@m17n.org>
28833
28834 * international/mule-cmds.el: Add autoload for widget-value in
28835 eval-when-compile.
28836
28837 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
28838
28839 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
28840 Add tooltip-mode.
28841
28842 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
28843
28844 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
28845
28846 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
28847 (inferior-lisp-filter-regexp, inferior-lisp-program)
28848 (inferior-lisp-load-command, inferior-lisp-prompt)
28849 (inferior-lisp-mode-hook, lisp-source-modes)
28850 (inferior-lisp-load-hook): defvar->defcustom.
28851 (inferior-lisp-program, inferior-lisp-prompt)
28852 (inferior-lisp-load-hook): Doc fixes.
28853 (inferior-lisp-install-letter-bindings): Small change in
28854 introductory comment.
28855
28856 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
28857
28858 * vc.el (vc-annotate-color-map): Change some colors so that text
28859 using them as foreground is readable on both white and black
28860 backgrounds.
28861
28862 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
28863
28864 * international/mule-conf.el (translation-table-for-input):
28865 Remove redundant declaration.
28866
28867 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
28868
28869 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
28870
28871 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
28872 (tooltip-toggle-gud-tips): New function.
28873
28874 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28875
28876 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
28877 right angle brackets.
28878
28879 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
28880
28881 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
28882
28883 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
28884
28885 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
28886 Remove. Update callers to use expand-file-name instead.
28887
28888 * subr.el (syntax-class): New function.
28889
28890 * simple.el (blink-matching-open): Use it.
28891
28892 * paren.el (show-paren-function): Use it to recognize parens that are
28893 also used in 2-char comment markers.
28894
28895 2005-04-19 Lute Kamstra <lute@gnu.org>
28896
28897 * loadhist.el (unload-feature): Update for new format of
28898 load-history. Simplify the code.
28899
28900 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28901
28902 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
28903 (mac-add-charset-info): New function. Initialize variable
28904 mac-charset-info-alist using it.
28905 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
28906 for translation.
28907 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
28908 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
28909 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
28910 New CCL programs.
28911
28912 2005-04-19 Kim F. Storm <storm@cua.dk>
28913
28914 * simple.el (next-buffer, prev-buffer, next-error)
28915 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
28916 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
28917
28918 * bindings.el (next-buffer, prev-buffer, next-error)
28919 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
28920 (clone-indirect-buffer-other-window): Move bindings from simple.el.
28921 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
28922 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
28923
28924 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
28925
28926 * isearch.el (isearch-edit-string): Make the search-ring available for
28927 minibuffer history commands.
28928 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
28929 the default history commands now work just as well.
28930 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
28931
28932 2005-04-18 Kim F. Storm <storm@cua.dk>
28933
28934 * emulation/cua-base.el (cua--pre-command-handler): Add more
28935 elaborate check for shift modifier on non-window systems.
28936
28937 2005-04-18 Lars Hansen <larsh@math.ku.dk>
28938
28939 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
28940
28941 2005-04-18 Kim F. Storm <storm@cua.dk>
28942
28943 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
28944 and make it optional. Don't test tooltip-gud-echo-area here.
28945 (tooltip-gud-process-output, gdb-tooltip-print):
28946 Pass tooltip-gud-echo-area to tooltip-show.
28947 (tooltip-help-tips): Remove second optional arg to tooltip-show.
28948
28949 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28950
28951 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
28952 `display-graphic-p' may not be bound yet.
28953
28954 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
28955
28956 * startup.el (command-line): No longer enable Xterm Mouse mode by
28957 default in terminals compatible with xterm.
28958
28959 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
28960
28961 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
28962
28963 * tooltip.el (tooltip-gud-echo-area): Rename from
28964 tooltip-use-echo-area.
28965 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
28966 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
28967 area independently of where help tooltips are displayed.
28968
28969 2005-04-17 David Kastrup <dak@gnu.org>
28970
28971 * cus-theme.el (custom-theme-write-variables): Quote variables
28972 where necessary.
28973
28974 2005-04-17 Richard M. Stallman <rms@gnu.org>
28975
28976 * simple.el (yank-excluded-properties): Add follow-link to value.
28977
28978 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
28979
28980 * startup.el (fancy-splash-max-time): Just 30 seconds.
28981 (fancy-splash-delay): Just 7.
28982 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
28983
28984 * loadhist.el (unload-feature): Update for new format of load-history.
28985 Simplify the code.
28986
28987 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
28988 (rmail-font-lock-keywords): Don't fontify the text of a citation.
28989
28990 * mail/sendmail.el (mail-font-lock-keywords):
28991 Don't fontify subject text.
28992 Don't fontify the text of a citation.
28993
28994 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
28995
28996 * comint.el (comint-output-filter): Run comint-output-filter-functions
28997 with point where the user had it.
28998
28999 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
29000
29001 * international/ucs-tables.el (ucs-set-table-for-input):
29002 Disable when using unify-on-decoding.
29003
29004 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
29005
29006 * emulation/cua-base.el (cua-global-mark-face): Add special case
29007 for displays supporting a high number of colors.
29008
29009 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
29010
29011 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
29012
29013 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
29014
29015 * filesets.el (filesets-add-buffer): If user supplies a name of a
29016 non-existing fileset, create a new fileset.
29017
29018 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
29019
29020 * textmodes/org.el (org-up-heading-all): Fix bug with
29021 `outline-up-heading-all'.
29022
29023 2005-04-16 Andreas Schwab <schwab@suse.de>
29024
29025 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
29026 /etc/permissions.d/* and /etc/aliases.d/*.
29027
29028 2005-04-16 Kenichi Handa <handa@m17n.org>
29029
29030 * international/code-pages.el (cp-make-coding-system):
29031 Set `translation-table-for-input' property value to the symbol
29032 ucs-mule-to-mule-unicode, not to that value.
29033 (pt154): Escape guillemet by `\'.
29034
29035 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
29036
29037 * loadup.el: Load tooltip if x-show-tip is fboundp.
29038
29039 * startup.el (command-line): Add comment.
29040
29041 * tooltip.el (tooltip-mode): Specify correct standard value for
29042 Custom in init-value.
29043
29044 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
29045
29046 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
29047 possible.
29048
29049 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
29050
29051 * textmodes/org.el (org-agenda-date-prompt): Rename from
29052 `org-agenda-date-today'.
29053 (org-evaluate-time-range): Insert at point instead of directly
29054 after time range.
29055 (org-first-headline-recenter, org-subtree-end-visible-p)
29056 (org-optimize-window-after-visibility-change): New functions
29057 (org-agenda-post-command-hook): Don't allow point at end of line,
29058 to make sure it always hits the text properties.
29059 (org-agenda-next-date-line, org-agenda-previous-date-line):
29060 New commands.
29061 (org-set-regexps-and-options): Category may contain white space.
29062 (org-agenda-get-deadlines, org-agenda-get-scheduled):
29063 Improve marker positions.
29064 (org-agenda-new-marker): Argument POS made optional.
29065 (org-agenda-get-timestamps): Deadlines which are done are listed
29066 in org-done-face now.
29067 (org-agenda-get-todos, org-agenda-get-timestamps)
29068 (org-agenda-get-deadlines, org-agenda-get-scheduled):
29069 Set `undone-face' and `done-face' properties.
29070 (org-last-todo-state-is-todo): New variable.
29071 (org-todo): Set `org-last-todo-state-is-todo'.
29072 (org-agenda-todo): Change face according to
29073 `org-last-todo-state-is-todo'. And change other lines referring to
29074 the same entry.
29075 (org-calendar-goto-agenda): New command.
29076 (org-calendar-to-agenda-key): New option.
29077 (org-startup-folded): New allowed value `content'.
29078 (org-set-regexps-and-options): Accept new value `content' for
29079 `org-startup-folded'.
29080 (org-get-current-options): Handle new value `content' for
29081 `org-startup-folded'.
29082 (org-insert-todo-heading): New command.
29083 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
29084 interactively in empty file and option
29085 `org-insert-mode-line-in-empty-file' has been set.
29086 (org-agenda-todo, org-agenda-priority): Modify to use
29087 `org-agenda-change-all-lines'.
29088 (org-warning-face): Change color on dark background
29089
29090 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29091
29092 * international/mule-cmds.el (set-locale-environment): On Mac OS,
29093 use preferences AppleLocale and AppleLanguages, and variable
29094 mac-system-locale for default locale. On Mac OS Classic, use
29095 mac-system-coding-system for default coding systems.
29096
29097 * term/mac-win.el: Don't set file-name-coding-system.
29098 Decode variables system-name, emacs-build-system, user-login-name, and
29099 user-full-name by mac-system-coding-system on Mac OS Classic.
29100 (mac-system-coding-system): New variable.
29101
29102 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
29103
29104 * startup.el (command-line): Handle `xterm-mouse-mode' before
29105 reading init file.
29106
29107 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
29108
29109 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
29110
29111 * progmodes/sh-script.el (sh-here-document-word): Make it a
29112 defcustom. Doc fix.
29113 (sh-add): Bash uses $(( )) for arithmetic.
29114 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
29115 (sh-maybe-here-document): Remove quotes and leading whitespace
29116 from heredoc word when closing. Indent heredoc with tabs if word
29117 starts with "-".
29118
29119 2005-04-13 Richard M. Stallman <rms@gnu.org>
29120
29121 * simple.el (undo): Fix previous change.
29122
29123 * custom.el (defface): Doc fix.
29124
29125 2005-04-13 Lute Kamstra <lute@gnu.org>
29126
29127 * Makefile.in (DONTCOMPILE): Remove list.
29128 (compile, compile-always): Don't use DONTCOMPILE.
29129 (update-authors): Load the library in which batch-update-authors
29130 is defined.
29131 * makefile.w32-in (DONTCOMPILE): Remove list.
29132 (compile, compile-always): Fix comments.
29133 (update-authors): Load the library in which batch-update-authors
29134 is defined.
29135
29136 * generic-x.el (generic-mode-ini-file-find-file-hook):
29137 Rename to ini-generic-mode-find-file-hook.
29138 Keep generic-mode-ini-file-find-file-hook as an alias.
29139 (ini-generic-mode-find-file-hook): Rename from
29140 generic-mode-ini-file-find-file-hook. Fix docstring.
29141 (ini-generic-mode): Docstring change.
29142 (bat-generic-mode-run-as-comint): Silence the byte compiler.
29143
29144 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
29145 called from lisp.
29146
29147 * generic.el: Move to the emacs-lisp subdir.
29148
29149 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
29150
29151 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
29152 and C-S- function and cursor motion keys.
29153
29154 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
29155
29156 * startup.el (command-line): Enable Xterm Mouse mode by default.
29157 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
29158 for Custom. No longer show "Mouse" in mode line when enabled.
29159 Doc fix.
29160
29161 2005-04-12 Kim F. Storm <storm@cua.dk>
29162
29163 * emulation/cua-base.el (cua-rectangle-face)
29164 (cua-rectangle-noselect-face): Define face attributes here.
29165
29166 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
29167
29168 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29169
29170 * startup.el (command-line): Turn off blinking cursor if
29171 cursorBlink in resources is off or false.
29172
29173 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29174
29175 * term/mac-win.el (dnd): Require dnd.
29176 (mac-drag-n-drop): Call dnd-handle-one-url.
29177 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
29178 (kTextEncodingISOLatin2): Remove constants.
29179 (mac-script-code-coding-systems): New constant.
29180 (mac-handle-language-change): New function.
29181 (special-event-map): Bind it to `language-change' event.
29182 (mac-centraleurroman, mac-cyrillic): New coding systems.
29183 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
29184 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
29185 and mac-cyrillic-encoder to encode-mac-centraleurroman and
29186 encode-mac-cyrillic, respectively.
29187
29188 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
29189
29190 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
29191 Don't set overlay-arrow-string to "=>" as this is done
29192 globally in C now.
29193
29194 2005-04-12 Lute Kamstra <lute@gnu.org>
29195
29196 * generic-x.el (rc-generic-mode, rul-generic-mode):
29197 Fix auto-mode-alist entries.
29198 (etc-fstab-generic-mode): Tweak fontification.
29199
29200 * generic.el (generic-make-keywords-list): Fix docstring.
29201 (generic-mode-internal): Simplify generic-font-lock-keywords.
29202
29203 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
29204
29205 * whitespace.el (whitespace-buffer-leading)
29206 (whitespace-buffer-trailing): Revert the incorrect test inversion.
29207 However, fix the highlight area for the leading and
29208 trailing whitespaces to show space.
29209
29210 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
29211
29212 * whitespace.el (whitespace-version): Bump to 3.5
29213
29214 (whitespace-buffer-leading, whitespace-buffer-trailing):
29215 Invert sense of the test to highlight the whitespace.
29216
29217 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
29218
29219 * progmodes/gud.el (gud-display-line): GUD uses its own
29220 overlay arrow now so don't set overlay-arrow-string.
29221 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
29222
29223 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
29224
29225 * term.el (term-ansi-current-bold, term-ansi-current-underline)
29226 (term-ansi-current-reverse, term-ansi-current-invisible)
29227 (term-ansi-face-already-done): Change to boolean.
29228 (term-reset-terminal, term-handle-colors-array): Handle the above
29229 vars accordingly.
29230 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
29231 (term-emulate-terminal): Use the new name.
29232
29233 * faces.el (secondary-selection): Use yellow1, not yellow.
29234 (trailing-whitespace): Use red1, not red.
29235
29236 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29237
29238 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
29239 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
29240 (dired-dnd-handle-file): Call dnd-get-local-file-uri
29241
29242 * cus-edit.el (dnd): New group.
29243
29244 * term/w32-win.el (dnd): Require dnd
29245 (w32-drag-n-drop): Call dnd-handle-one-url.
29246
29247 * x-dnd.el: Require dnd.
29248 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
29249 Call dnd-handle-one-url.
29250 (x-dnd-types-alist, x-dnd-insert-utf8-text)
29251 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
29252 to dnd-insert-text.
29253 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
29254 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
29255 (x-dnd-get-local-file-name, x-dnd-open-local-file)
29256 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
29257
29258 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
29259
29260 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
29261
29262 * wdired.el: Doc fixes.
29263 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
29264 (wdired-use-dired-vertical-movement): Rename from
29265 wdired-always-move-to-filename-beginning.
29266 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
29267 (wdired-change-to-wdired-mode): Change mode name.
29268 (wdired-newline): Delete.
29269
29270 2005-04-11 Richard M. Stallman <rms@gnu.org>
29271
29272 * whitespace.el (whitespace-highlight-the-space):
29273 Don't call whitespace-unhighlight-the-space here.
29274
29275 * simple.el (undo): Record t in undo-equiv-table
29276 for the redo record made by an undo-in-region.
29277
29278 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
29279
29280 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
29281 (gdb-frame-inferior-io-buffer): New Functions to control
29282 display of separate IO buffer.
29283 (menu): Add them to menu-bar.
29284 (gdb-display-buffer): Check for buffer another frame.
29285 Protect GUD buffer.
29286 (gdb-setup-windows): Create IO buffer if not already there.
29287 (gdb-memory-mode): Remove purecopy noops.
29288
29289 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
29290
29291 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
29292 and pass to self-insert-command.
29293
29294 2005-04-11 Lute Kamstra <lute@gnu.org>
29295
29296 * generic.el: Commentary section cleanup.
29297 (generic): Delete.
29298 (generic-use-find-file-hook, generic-lines-to-scan)
29299 (generic-find-file-regexp, generic-ignore-files-regexp)
29300 (default-generic-mode, generic-mode-find-file-hook)
29301 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
29302 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
29303 (generic-use-find-file-hook, generic-lines-to-scan)
29304 (generic-find-file-regexp, generic-ignore-files-regexp)
29305 (default-generic-mode, generic-mode-find-file-hook)
29306 (generic-mode-ini-file-find-file-hook): Move from generic.el.
29307
29308 2005-04-10 Karl Fogel <kfogel@red-bean.com>
29309
29310 * bookmark.el (bookmark-write-file): Catch errors writing file.
29311 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
29312
29313 2005-04-10 Richard M. Stallman <rms@gnu.org>
29314
29315 * startup.el (fancy-splash-tail): Update copyright year.
29316 (command-line): Split part of -Q into -D.
29317 (emacs-basic-display): New defvar.
29318 (fancy-splash-text): Correct name of menu item.
29319
29320 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
29321
29322 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
29323 lines in one node.
29324
29325 * comint.el (comint-send-input): New arg ARTIFICIAL.
29326 Callers in this file changed.
29327
29328 * abbrev.el (define-abbrevs): Read system abbrevs properly.
29329
29330 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
29331
29332 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
29333
29334 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
29335 `ldap-search-internal'.
29336
29337 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
29338
29339 * files.el (set-auto-mode-1): Use line-end-position.
29340
29341 * international/latin-1.el:
29342 * international/latin-2.el:
29343 * international/latin-3.el:
29344 * international/latin-4.el:
29345 * international/latin-5.el:
29346 * international/latin-8.el:
29347 * international/latin-9.el: Give punctuation syntax to NBSP.
29348
29349 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
29350 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
29351 Use char-classes to accept non-ascii letters, accepted in some recent
29352 bibtex implementations.
29353
29354 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
29355
29356 * custom.el (custom-set-minor-mode): Any non-nil value for the
29357 variable should enable the mode when set through Custom.
29358
29359 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
29360
29361 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
29362 TAB binding so tab-always-indent is obeyed.
29363 (vhdl-minibuffer-local-map): Move initialization into declaration.
29364 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
29365 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
29366 (vhdl-hooked-abbrev): Avoid test for XEmacs.
29367 (vhdl-current-line): Use line-beginning-position.
29368 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
29369 with-output-to-temp-buffer, so the current position can be recorded.
29370
29371 2005-04-10 Masatake YAMATO <jet@gyve.org>
29372
29373 * progmodes/compile.el (compilation-error-regexp-alist-alist):
29374 Add regexp for gcov.
29375
29376 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
29377
29378 * calendar/time-date.el (time-to-seconds, seconds-to-time)
29379 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
29380 syntax which Emacs 20 doesn't support.
29381
29382 2005-04-09 Richard M. Stallman <rms@gnu.org>
29383
29384 * help.el (describe-key-briefly, describe-key):
29385 Replace strings as event types with "(any string)".
29386
29387 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
29388
29389 * arc-mode.el (archive-mode-map): Move initialization into
29390 the declaration. Override *all* bindings of `undo'.
29391 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
29392
29393 2005-04-09 Jay Belanger <belanger@truman.edu>
29394
29395 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
29396
29397 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
29398
29399 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
29400 (xterm-register-default-colors): Update color values computation
29401 to match xterm-200.
29402
29403 2005-04-09 Kenichi Handa <handa@m17n.org>
29404
29405 * international/code-pages.el (iso-latin-7): Fix the map.
29406
29407 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
29408
29409 * emacs-lisp/lisp.el (defun-prompt-regexp)
29410 (parens-require-spaces, buffer-end, end-of-defun)
29411 (insert-parentheses): Doc fixes.
29412
29413 2005-04-08 Kim F. Storm <storm@cua.dk>
29414
29415 * comint.el (comint-highlight-prompt): Fix face spec.
29416 * hi-lock.el (hi-green): Likewise.
29417
29418 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
29419
29420 * cus-edit.el (custom-modified-face):
29421 * comint.el (comint-highlight-input): Fix previous changes.
29422 * term.el (term-handle-ansi-escape): Add a comment.
29423
29424 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
29425
29426 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
29427 in the buffer and in whitespace-highlighted-space.
29428 (whitespace-unhighlight-the-space): Simplify.
29429 (whitespace-buffer): Simplify.
29430
29431 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
29432
29433 * textmodes/table.el (table-cell-face): Add special case for
29434 displays supporting a high number of colors.
29435 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
29436 (vhdl-font-lock-reserved-words-face)
29437 (vhdl-speedbar-architecture-face)
29438 (vhdl-speedbar-instantiation-face)
29439 (vhdl-speedbar-architecture-selected-face)
29440 (vhdl-speedbar-instantiation-selected-face): Likewise.
29441 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
29442 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
29443 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
29444 (ebrowse-root-class-face, ebrowse-member-attribute-face)
29445 (ebrowse-progress-face): Likewise.
29446 * progmodes/compile.el (compilation-info-face): Likewise.
29447 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
29448 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
29449 * calendar/calendar.el (diary-face): Likewise.
29450 * woman.el (woman-italic-face, woman-bold-face)
29451 (woman-unknown-face): Likewise.
29452 * wid-edit.el (widget-button-pressed-face): Likewise.
29453 * whitespace.el (whitespace-highlight-face): Likewise.
29454 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
29455 * pcvs-info.el (cvs-marked-face): Likewise.
29456 * info.el (info-xref): Likewise.
29457 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
29458 * hilit-chg.el (highlight-changes-face)
29459 (highlight-changes-delete-face): Likewise.
29460 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
29461 (hi-red-b): Likewise.
29462 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
29463 * font-lock.el (font-lock-keyword-face)
29464 (font-lock-function-name-face, font-lock-warning-face): Likewise.
29465 * cus-edit.el (custom-invalid-face, custom-modified-face)
29466 (custom-set-face, custom-changed-face, custom-variable-tag-face)
29467 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
29468 * comint.el (comint-highlight-prompt): Likewise.
29469
29470 2005-04-08 Lute Kamstra <lute@gnu.org>
29471
29472 * font-lock.el (font-lock-keywords): Docstring fixes.
29473
29474 2005-04-08 Kenichi Handa <handa@m17n.org>
29475
29476 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
29477 chars are more than a limit, print " and more..." at the tail.
29478
29479 2005-04-08 Kim F. Storm <storm@cua.dk>
29480
29481 * emacs-lisp/authors.el (authors-aliases): Update list.
29482 (authors-ignored-files): New list.
29483 (authors-fixed-entries): Fix typo.
29484 (authors-renamed-files-alist): Update list.
29485 (authors-add): Check authors-ignored-files.
29486
29487 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
29488
29489 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
29490 optional, to ensure backward compatibility.
29491
29492 2005-04-08 Stephen Eglen <stephen@gnu.org>
29493
29494 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
29495
29496 2005-04-08 Kim F. Storm <storm@cua.dk>
29497
29498 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
29499
29500 * mouse.el (mouse-on-link-p): Doc fix.
29501
29502 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
29503
29504 * ielm.el (ielm-prompt-read-only): Doc fix.
29505
29506 * comint.el (comint-prompt-read-only): Doc fix.
29507
29508 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
29509
29510 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
29511 ensure dired always handles wildcards passed to ffap.
29512 (find-file-at-point): Use it.
29513 (ffap-dired-wildcards): Doc fix.
29514
29515 2005-04-07 Juri Linkov <juri@jurta.org>
29516
29517 * simple.el (next-error-overlay-arrow-position): New defvar.
29518 Put "=>" on its property `overlay-arrow-string'. Add it to
29519 `overlay-arrow-variable-list'.
29520
29521 * progmodes/compile.el (compilation-setup):
29522 Set `next-error-overlay-arrow-position' to nil. Also set it to
29523 nil in the local hook `kill-buffer-hook'. Make local variable
29524 `overlay-arrow-string' and set it to "=>".
29525 (compilation-goto-locus): Set BOL position to
29526 `next-error-overlay-arrow-position' instead of
29527 `overlay-arrow-position'.
29528
29529 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
29530 locally instead of adding it to the global hook.
29531 (Info-kill-buffer): Move up.
29532
29533 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
29534
29535 * term/xterm.el (xterm-standard-colors): Update color values from
29536 xterm-200.
29537
29538 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
29539
29540 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
29541
29542 * fast-lock.el:
29543 * lazy-lock.el: Move them to the obsolete subdir.
29544
29545 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
29546
29547 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
29548 (wdired-add-replace-advice): Remove.
29549 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
29550
29551 2005-04-06 Kim F. Storm <storm@cua.dk>
29552
29553 * startup.el (command-line): Add --bare-bones alias for -Q.
29554
29555 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29556
29557 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
29558 create the startup fontset if a font specification ends with
29559 `mac-roman'.
29560
29561 2005-04-06 Lute Kamstra <lute@gnu.org>
29562
29563 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
29564 change.
29565
29566 * emacs-lisp/copyright.el (copyright-update-year): Replace the
29567 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
29568
29569 2005-04-05 Lute Kamstra <lute@gnu.org>
29570
29571 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
29572 (define-generic-mode): Ditto. Fix debug declaration.
29573
29574 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
29575 Put them in the generic-x group.
29576
29577 * calendar/timeclock.el (timeclock): Doc fix.
29578
29579 * generic.el (define-generic-mode): Don't use custom-current-group.
29580 Document default :group value.
29581 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
29582 (define-global-minor-mode): Don't use custom-current-group.
29583
29584 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
29585
29586 * startup.el (command-line-1): Display startup-echo-area-message
29587 when fancy splash screen is in use.
29588
29589 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
29590 (sh-escaped-newline): New face.
29591 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
29592 newline, and use sh-escaped-newline face.
29593
29594 * progmodes/tcl.el (tcl-escaped-newline): New face.
29595 (tcl-builtin-list): New variable.
29596 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
29597 newlines. Fix keywords subexpression number.
29598
29599 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
29600
29601 * textmodes/org.el (org-diary-default-entry): Fix call to
29602 `add-to-diary-entry'.
29603
29604 2005-04-05 Kim F. Storm <storm@cua.dk>
29605
29606 * ediff-init.el: Use (featurep 'xemacs).
29607
29608 2005-04-05 David Ponce <david@dponce.com>
29609
29610 * cus-edit.el (face): Derive from symbol widget. Display sample
29611 of the current face on the fly.
29612 (widget-face-sample-face-get, widget-face-notify): New functions.
29613 (widget-face-value-create): Remove.
29614
29615 * wid-edit.el (widget-field-end): Temporarily remove field
29616 narrowing before to call `get-char-property'.
29617
29618 2005-04-04 Jay Belanger <belanger@truman.edu>
29619
29620 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
29621 (math-read-subscripts): New variable.
29622 (math-read-preprocess-string): Process subscripts.
29623
29624 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
29625
29626 * comint.el (comint-prompt-read-only): Doc fix.
29627
29628 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
29629 `-1'. Doc fix.
29630
29631 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
29632
29633 * textmodes/org.el (org-insert-mode-line-in-empty-file):
29634 Change default value to nil.
29635
29636 2005-04-04 Lute Kamstra <lute@gnu.org>
29637
29638 * autorevert.el (auto-revert-mode): Specify :group.
29639 * battery.el (display-battery-mode): Specify :group.
29640 * diff-mode.el (diff-minor-mode): Specify :group.
29641 * font-core.el (font-lock-mode): Specify :group.
29642 * hl-line.el (hl-line-mode): Specify :group.
29643 * iimage.el (iimage): New customization group.
29644 (iimage-mode): Specify :group.
29645 * longlines.el (longlines-mode): Specify :group.
29646 * master.el: Don't require easy-mmode.
29647 (master): New customization group.
29648 (master-mode): Specify :group.
29649 * msb.el (msb-mode): Specify :group.
29650 * reveal.el (reveal-mode): Specify :group.
29651 * simple.el (next-error-follow-minor-mode): Specify :group.
29652 * smerge-mode.el (smerge-mode): Specify :group.
29653 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
29654 * emulation/cua-base.el (cua-mode): Specify :group.
29655 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
29656 * language/thai-util.el (thai-auto-composition-mode)
29657 (thai-word-mode): Specify :group.
29658 * mail/supercite.el (sc-minor-mode): Specify :group.
29659 * progmodes/cwarn.el (cwarn-mode): Specify :group.
29660 * progmodes/flymake.el (flymake-mode): Specify :group.
29661 * progmodes/glasses.el (glasses-mode): Specify :group.
29662 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
29663 * textmodes/enriched.el (enriched-mode): Specify :group.
29664 * textmodes/refill.el (refill-mode): Specify :group.
29665
29666 * add-log.el (change-log-font-lock-keywords): Names in
29667 parenthesized lists can contain spaces.
29668
29669 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
29670
29671 * startup.el (fancy-splash-text): Shorten default text of
29672 "Emacs Tutorial" line. Also, if the current language env
29673 indicates an available tutorial file other than TUTORIAL,
29674 extract its title and append it to the line in parentheses.
29675 (fancy-splash-insert): If arg is a thunk, funcall it.
29676
29677 2005-04-04 Jay Belanger <belanger@truman.edu>
29678
29679 * calc.el (calc-language-alist): Add tags to customization type.
29680
29681 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
29682
29683 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
29684 Doc fix.
29685
29686 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
29687
29688 * add-log.el (change-log-font-lock-keywords): The manual
29689 describing a Change Log entry, says: (...) "Aside from these
29690 header lines, every line in the change log starts with a space or
29691 a tab.". The font-lock was not highlighting lines started with
29692 spaces, added support for it.
29693
29694 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
29695
29696 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
29697 (bibtex-generate-url-list): Update docstring accordingly. Put the
29698 complex example in the docstring.
29699 (bibtex-font-lock-url): Use pop.
29700
29701 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
29702
29703 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
29704
29705 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
29706
29707 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
29708
29709 * filesets.el (filesets-set-default): Doc fix.
29710
29711 2005-04-03 Lute Kamstra <lute@gnu.org>
29712
29713 * generic.el (define-generic-mode): Add argument to specify
29714 keywords for defcustom.
29715 (default-generic-mode): Specify :group.
29716
29717 * generic-x.el: Specify :group for all generic modes.
29718
29719 * desktop.el (desktop-no-desktop-file-hook)
29720 (desktop-after-read-hook): Doc fix.
29721
29722 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
29723
29724 * simple.el (visible-mode): Use explicit :group keyword.
29725 This changes the group of `visible-mode-hook' from paren-blinking
29726 to editing-basics.
29727
29728 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
29729
29730 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
29731 mailbox specifications as well as URLs.
29732 (rmail-insert-inbox-text): Remove unused conditional branches.
29733
29734 2005-04-01 Jay Belanger <belanger@truman.edu>
29735
29736 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
29737 (calc-gnuplot-print-command): Move definitions to calc.el.
29738
29739 * calc/calc-embed.el (calc-embedded-announce-formula)
29740 (calc-embedded-open-formula, calc-embedded-close-formula)
29741 (calc-embedded-open-word, calc-embedded-close-word)
29742 (calc-embedded-open-plain, calc-embedded-close-plain)
29743 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
29744 (calc-embedded-open-mode, calc-embedded-close-mode):
29745 Move definitions to calc.el.
29746
29747 * calc/calc.el (calc-settings-file, calc-language-alist):
29748 Make customizable.
29749 (calc-embedded-announce-formula, calc-embedded-open-formula)
29750 (calc-embedded-close-formula, calc-embedded-open-word)
29751 (calc-embedded-close-word, calc-embedded-open-plain)
29752 (calc-embedded-close-plain, calc-embedded-open-new-formula)
29753 (calc-embedded-close-new-formula, calc-embedded-open-mode)
29754 (calc-embedded-close-mode, calc-gnuplot-name)
29755 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
29756 from other files and make customizable.
29757
29758 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
29759
29760 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
29761 Use buffer-live-p.
29762 (cvs-mode-run): Don't call cvs-update-header here.
29763 (cvs-run-process): Call cvs-update-header.
29764 Use process properties for cvs-postprocess and cvs-buffer so that
29765 the sentinel can behave better if the temp buffer is killed.
29766 Use a pipe rather than a tty, to better handle unexpected prompts.
29767 (cvs-sentinel): Rewrite. Call cvs-update-header.
29768
29769 2005-04-01 Andre Spiegel <spiegel@gnu.org>
29770
29771 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
29772 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
29773
29774 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
29775
29776 * generic.el (define-generic-mode): Add indentation rule.
29777
29778 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
29779
29780 * files.el (mode-require-final-newline): Make Custom correctly
29781 report a nil value and allow to set it to nil via Custom.
29782 Doc fix.
29783
29784 2005-04-01 Kenichi Handa <handa@m17n.org>
29785
29786 * international/characters.el: Enable the correct case setting for
29787 dotless-i and dotted-I.
29788
29789 2005-04-01 Kim F. Storm <storm@cua.dk>
29790
29791 * ido.el (ido-file-internal): Fall back to non-ido command if
29792 initial directory is on slow ftp (or tramp) host.
29793
29794 2005-03-31 Richard M. Stallman <rms@gnu.org>
29795
29796 * emacs-lisp/autoload.el (make-autoload):
29797 Handle define-global-minor-mode.
29798
29799 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
29800 Rename from easy-mmode-define-global-mode.
29801 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
29802
29803 * progmodes/scheme.el (scheme-mode-syntax-table):
29804 Update syntax of | and # for two-character comment syntax.
29805
29806 2005-03-31 Lute Kamstra <lute@gnu.org>
29807
29808 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
29809 (define-minor-mode): Call custom-current-group at load-time.
29810
29811 * generic.el (define-generic-mode): Add debug declaration.
29812 Add defcustom for the mode hook.
29813 (generic-mode-internal): Use run-mode-hooks.
29814
29815 2005-03-31 Kim F. Storm <storm@cua.dk>
29816
29817 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
29818 (mouse-fixup-help-message): New defun called by show_help_echo
29819 to fixup mouse-2 prefix in help messages when applicable.
29820
29821 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
29822
29823 2005-03-31 Kenichi Handa <handa@m17n.org>
29824
29825 * language/thai-word.el (thai-find-word-ends): Pay attention to
29826 the case that we reach the end of buffer.
29827
29828 * textmodes/fill.el (fill-text-properties-at): New function.
29829 (fill-newline): Use fill-text-properties-at instead of
29830 text-properties-at.
29831
29832 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
29833
29834 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
29835 not comint-quote-filename.
29836
29837 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
29838
29839 * help-fns.el (help-with-tutorial): Revert last change.
29840
29841 2005-03-31 Kim F. Storm <storm@cua.dk>
29842
29843 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
29844
29845 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
29846
29847 * calendar/cal-china.el: Update reference to "Calendrical
29848 Calculations" book; there's a new edition.
29849 * calendar/cal-coptic.el: Likewise.
29850 * calendar/cal-french.el: Likewise.
29851 * calendar/cal-hebrew.el: Likewise.
29852 * calendar/cal-islam.el: Likewise.
29853 * calendar/cal-iso.el: Likewise.
29854 * calendar/cal-julian.el: Likewise.
29855 * calendar/cal-mayan.el: Likewise.
29856 * calendar/cal-persia.el: Likewise.
29857 * calendar/calendar.el: Likewise.
29858 * calendar/holidays.el: Likewise.
29859 * calendar/lunar.el: Likewise.
29860 * calendar/solar.el: Likewise.
29861
29862 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
29863 white space from doc string.
29864
29865 2005-03-30 Jay Belanger <belanger@truman.edu>
29866
29867 * calc/calc-help.el (calc-full-help): Remove email address.
29868
29869 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
29870
29871 * help-fns.el (help-with-tutorial): Delete title line.
29872
29873 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
29874
29875 * calendar/cal-x.el (calendar-one-frame-setup)
29876 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
29877 rather than `symbol' for set-window-dedicated-p.
29878
29879 * calendar/appt.el (appt-buffer-name): Make it a constant.
29880 (appt-add): Doc fix.
29881
29882 * filesets.el (filesets-menu-path, filesets-menu-before)
29883 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
29884 (filesets-menu-cache-file): Use directory ~/.emacs.d.
29885 (filesets-add-submenu): Delete and use add-submenu instead.
29886
29887 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
29888
29889 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
29890 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
29891 (org-diary-default-entry): New function.
29892 (org-get-entries-from-diary): Better parsing of diary entries.
29893 (org-agenda-check-no-diary): New function.
29894 ("diary-lib"): Advice to function `add-to-diary-list', to allow
29895 linking to diary entries.
29896 (org-agenda-execute-calendar-command): New function.
29897 (org-agenda): Improve visible section in window.
29898 Use `org-fit-agenda-window'.
29899 (org-fit-agenda-window): New option.
29900 (org-move-subtree-down): Better handling of empty lines
29901 at end of subtree.
29902 (org-cycle): Numeric prefix is interpreted now as show-subtree N
29903 levels up.
29904 (org-fontify-done-headline): New option.
29905 (org-headline-done-face): New face.
29906 (org-set-font-lock-defaults): Use `org-headline-done-face'.
29907 (org-table-copy-down): Rename from `org-table-copy-from-above'.
29908 When current field is non-empty, it is copied to next row.
29909 (org-table-copy-from-above): Fix bug which made it
29910 impossible to copy fields containing only a single non-white character.
29911
29912 2005-03-30 Kim F. Storm <storm@cua.dk>
29913
29914 * kmacro.el (kmacro-end-macro): Isearch may store this command
29915 into the macro -- so ignore it when executing keyboard macro.
29916
29917 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
29918
29919 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
29920
29921 2005-03-29 Kenichi Handa <handa@m17n.org>
29922
29923 * language/thai.el ("Thai"): Set setup-function and exit-function
29924 for Thai language environment.
29925
29926 * language/thai-util.el: Require thai-word.
29927 (thai-word-mode-map): New variable.
29928 (thai-word-mode): New minor mode.
29929 (setup-thai-language-environment-internal): New function.
29930 (exit-thai-language-environment-internal): New function.
29931
29932 * language/thai-word.el (thai-word-table): Declare it by defvar,
29933 use dolist to initialize it.
29934 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
29935 (thai-fill-find-break-point): New functions.
29936
29937 2005-03-29 Richard M. Stallman <rms@gnu.org>
29938
29939 * simple.el (idle-update-delay): Move definition up.
29940 (set-mark): Doc fix.
29941
29942 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
29943
29944 * longlines.el: New file.
29945
29946 * simple.el (buffer-substring-filters): New variable.
29947 (filter-buffer-substring): New function.
29948 (kill-region, copy-region-as-kill): Use it.
29949
29950 * register.el (copy-to-register, append-to-register)
29951 (prepend-to-register): Use filter-buffer-substring.
29952
29953 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
29954
29955 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
29956 (gud-filter-pending-text): Move in front of gdb.
29957 (gud-overlay-arrow-position): New variable.
29958 (gud-sentinel, gud-display-line): Use it in place of
29959 overlay-arrow-position.
29960
29961 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
29962
29963 * progmodes/fortran.el (fortran-if-indent): Doc fix.
29964 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
29965 (fortran-font-lock-keywords-4): New variable.
29966 (fortran-blocks-re, fortran-end-block-re)
29967 (fortran-start-block-re): New constants, for hideshow.
29968 (hs-special-modes-alist): Add a Fortran entry.
29969 (fortran-mode-map): Bind fortran-end-of-block,
29970 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
29971 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
29972 (fortran-looking-at-if-then, fortran-end-of-block)
29973 (fortran-beginning-of-block): New functions, for hideshow.
29974
29975 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
29976 Doc fix. Tweak regexp.
29977 (f90-beginning-of-block): Push mark first.
29978
29979 2005-03-29 Jay Belanger <belanger@truman.edu>
29980
29981 * calc/calc.el: Update copyright date.
29982 (calc-version): Increase to 2.1.
29983 (calc-version-date): Remove.
29984
29985 * calc/calc-help.el: Update copyright date.
29986 (calc-full-help): Remove reference to calc-version-date.
29987 Update copyright date.
29988
29989 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
29990
29991 * vc.el (vc-do-command): Use a pipe for async processes, so password
29992 prompts don't show up at places where the user can't reply.
29993
29994 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
29995
29996 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
29997 on the file name we pass to the inferior shell.
29998
29999 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
30000
30001 * progmodes/which-func.el (which-function): Be robust in the face of an
30002 imenu--make-index-alist failure.
30003
30004 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
30005
30006 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
30007
30008 * progmodes/python.el (python-preoutput-filter): Fix last change.
30009
30010 2005-03-29 Lute Kamstra <lute@gnu.org>
30011
30012 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
30013 functions and compiled macros.
30014 (debug-convert-byte-code): Handle macros too.
30015 (debug-on-entry-1): Don't signal an error when trying to clear a
30016 function that is not set to debug on entry.
30017
30018 2005-03-29 Jay Belanger <belanger@truman.edu>
30019
30020 * calc/calc-lang.el: Add functions to math-function-table
30021 properties of tex and math.
30022
30023 2005-03-29 Kenichi Handa <handa@m17n.org>
30024
30025 * ps-mule.el (ps-mule-plot-string): Translate characters by
30026 ps-print-translation-table.
30027 (ps-mule-begin-job): Call find-charset-region/string with
30028 ps-print-translation-table.
30029 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
30030
30031 * ps-print.el (ps-print-translation-table): New variable.
30032 (ps-plot-region): Translate characters by ps-print-translation-table.
30033
30034 2005-03-29 Juri Linkov <juri@jurta.org>
30035
30036 * simple.el (next-error-highlight-timer): New variable.
30037
30038 * progmodes/compile.el (compilation-goto-locus):
30039 Use `next-error-highlight-timer' instead of `sit-for'.
30040
30041 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
30042
30043 * mail/supercite.el (sc-mail-field): Use assoc-string.
30044 (sc-get-address): Simplify regexps.
30045
30046 * files.el (minibuffer-with-setup-hook): New macro.
30047 (find-file-read-args): Use it to avoid let-binding
30048 minibuffer-with-setup-hook (which breaks turning on/off
30049 file-name-shadow-mode while in the prompt).
30050
30051 * complete.el (PC-read-include-file-name-internal):
30052 Use test-completion.
30053
30054 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
30055
30056 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
30057
30058 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
30059
30060 * window.el (window-buffer-height): Use count-screen-lines.
30061
30062 * progmodes/python.el (python-preoutput-leftover): New var.
30063 (python-preoutput-filter): Use it.
30064 (python-send-receive): Loop until all the result has been received.
30065
30066 2005-03-28 Juri Linkov <juri@jurta.org>
30067
30068 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
30069
30070 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
30071 "Recover Crashed Session".
30072 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
30073 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
30074 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
30075 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
30076 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
30077 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
30078 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
30079 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
30080
30081 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
30082 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
30083 Ediff Sessions", "Toggle use of separate control buffer frame",
30084 "Use separate frame for Ediff control buffer".
30085
30086 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
30087 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
30088 "Rename Bookmark", "Delete Bookmark".
30089
30090 * info.el (Info-mode-menu): Remove ellipsis from "Index".
30091 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
30092 Add `:active Info-index-alternatives' to "Next Matching Item".
30093
30094 * wdired.el (wdired-change-to-wdired-mode):
30095 Mention `wdired-abort-changes' key in the initial message.
30096
30097 * international/mule.el (auto-coding-alist): Associate non-ascii
30098 image filename extensions with `no-conversion'.
30099
30100 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
30101
30102 * international/iso-acc.el:
30103 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
30104
30105 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
30106
30107 * textmodes/sgml-mode.el (html-mode): Doc update.
30108
30109 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
30110
30111 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
30112
30113 * term.el (term-move-columns): Fix face after extending a line.
30114 (term-insert-spaces): Likewise.
30115 (term-reset-terminal): Fix off by one error.
30116
30117 2005-03-26 Eli Zaretskii <eliz@gnu.org>
30118
30119 * international/mule.el (auto-coding-alist): Add .xpi files.
30120
30121 * files.el (auto-mode-alist): Add .xpi files.
30122
30123 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
30124
30125 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
30126
30127 2005-03-26 Eli Zaretskii <eliz@gnu.org>
30128
30129 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
30130
30131 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
30132
30133 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
30134 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
30135
30136 * calendar/cal-move.el (calendar-beginning-of-year): Move the
30137 cursor to Jan 1 when needed.
30138 (calendar-end-of-year): Fix -/+ typo.
30139 Reported by Chong Yidong <cyd@stupidchicken.com>.
30140
30141 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
30142
30143 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
30144
30145 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
30146 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
30147
30148 2005-03-25 Richard M. Stallman <rms@gnu.org>
30149
30150 * filesets.el (filesets-init): Add autoload.
30151
30152 * mail/mailalias.el (mail-directory): Doc fix.
30153
30154 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
30155
30156 * mail/mailalias.el (mail-directory-process): Do nothing if
30157 mail-directory-process is an atom.
30158 (mail-get-names): Ignore mail-directory-names if it is an atom.
30159 (mail-directory-process defvar): Doc fix.
30160 (mail-names): Doc fix.
30161
30162 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
30163
30164 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
30165
30166 2005-03-26 Kenichi Handa <handa@m17n.org>
30167
30168 * international/mule-util.el (detect-coding-with-priority):
30169 Call update-coding-systems-internal before detect-coding-region.
30170
30171 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
30172
30173 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
30174 (gdb-frames-mode-map): Add follow-link property.
30175
30176 2005-03-25 Jay Belanger <belanger@truman.edu>
30177
30178 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
30179 for variables.
30180
30181 2005-03-25 Juri Linkov <juri@jurta.org>
30182
30183 * image-mode.el: Optimize image filename extension regexps in
30184 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
30185 in `auto-mode-alist'.
30186 (image-mode): Add `image-toggle-display-text' to local hook
30187 `change-major-mode-hook'. Display the image as an image by
30188 default. Set `cursor-type' and `truncate-lines' if the image
30189 is already displayed. Take into account the current mode (image
30190 or text) in message.
30191 (image-minor-mode): New minor mode.
30192 (image-mode-maybe, image-toggle-display-text): New functions.
30193 (image-toggle-display): Use called-interactively-p.
30194 Let-bind `inhibit-read-only' to t.
30195
30196 * image-mode.el (image-minor-mode): Set `cursor-type' and
30197 `truncate-lines' if the image is already displayed. Add turning
30198 image-minor-mode off to `change-major-mode-hook'. Add message.
30199 Call `image-toggle-display-text' after turning image-minor-mode off.
30200
30201 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
30202
30203 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
30204 Terminal.app, use utf-8.
30205 (set-display-table-and-terminal-coding-system): Add coding-system arg.
30206 (set-locale-environment): Use it.
30207
30208 * term/xterm.el: Undo last change, better done in mule-cmds.el.
30209
30210 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
30211
30212 * progmodes/python.el (python-close-block-statement-p)
30213 (python-outdent-p, python-current-defun): Use symbol-end.
30214
30215 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
30216
30217 * files.el (save-some-buffers): Doc fix.
30218
30219 2005-03-25 Werner Lemberg <wl@gnu.org>
30220
30221 * complete.el, thumbs.el: Replace `legal' with `valid'.
30222 * calendar/calendar.el: Replace `legal' with `valid'.
30223 * emacs-lisp/advice.el: Replace `legal' with `valid'.
30224 * mail/supercite.el: Replace `legal' with `valid'.
30225 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
30226 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
30227 Replace `legal' with `valid'.
30228 * textmodes/reftex-vars.el, textmodes/reftex.el:
30229 Replace `legal' with `valid'.
30230
30231 2005-03-25 Werner Lemberg <wl@gnu.org>
30232
30233 * calc/calc-forms.el, calc/calc-sel.el
30234 * midnight.el, vc-cvs.el
30235 * emacs-lisp/cl-macs.el
30236 * emulation/vip.el
30237 * eshell/esh-io.el, eshell/esh-var.el
30238 * mail/supercite.el
30239 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
30240 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
30241 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
30242 * progmodes/sh-script.el, progmodes/xscheme.el
30243 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
30244 * textmodes/reftex-index.el, textmodes/reftex-parse.el
30245 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
30246 * textmodes/reftex.el, textmodes/org.el:
30247 Replace `illegal' with `invalid'.
30248
30249 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30250
30251 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
30252 (flymake-find-buildfile, flymake-find-possible-master-files)
30253 (flymake-check-include, flymake-parse-line): Replace loops over the
30254 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
30255
30256 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
30257 Substitute file-name-as-directory in the rest of the file.
30258 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
30259 (flymake-replace-region): Remove unused arg `buffer'.
30260 (flymake-check-patch-master-file-buffer): Update calls to it.
30261 (flymake-add-err-info): Remove unused var `count'.
30262 (flymake-mode): Use define-minor-mode.
30263
30264 * progmodes/flymake.el: Use with-current-buffer.
30265 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
30266 flymake-replace-regexp-in-string, flymake-line-beginning-position)
30267 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
30268 Avoid testing for `xemacs'.
30269 (flymake-nop): Move.
30270 (flymake-region-has-flymake-overlays): Return the computed value.
30271 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
30272 Remove unused var `endline'.
30273 (flymake-get-line-count): Remove unused function.
30274 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
30275
30276 * emulation/vi.el:
30277 * generic.el:
30278 * hilit-chg.el (global-highlight-changes):
30279 * hi-lock.el (hi-lock-mode):
30280 * follow.el: find-file-hooks -> find-file-hook.
30281
30282 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
30283
30284 2005-03-24 Juri Linkov <juri@jurta.org>
30285
30286 * dired.el (dired-mode-map): Add menu item "Compare directories"
30287 for dired-compare-directories.
30288
30289 * dired-aux.el (dired-compare-directories): Add autoload cookie.
30290 Doc fix. Replace `read-file-name' with `read-directory-name'.
30291
30292 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30293
30294 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
30295
30296 2005-03-24 Jay Belanger <belanger@truman.edu>
30297
30298 * calc/calc-embed.el (calc-embedded-mode-change): Save all
30299 relevant mode settings in calc-embedded-original-modes when modes
30300 are permanently changed.
30301
30302 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30303
30304 * autoinsert.el: find-file-hooks -> find-file-hook.
30305
30306 2005-03-24 Lute Kamstra <lute@gnu.org>
30307
30308 * generic.el (generic-font-lock-defaults): Make it obsolete.
30309 (generic-font-lock-keywords): New variable to replace
30310 generic-font-lock-defaults.
30311 (generic-mode-set-font-lock): Delete it.
30312 (generic-mode-internal): Don't call generic-mode-set-font-lock.
30313 (generic-bracket-support): Add docstring.
30314
30315 * generic-x.el: Rename generic-font-lock-defaults to
30316 generic-font-lock-keywords throughout.
30317 (mailagent-rules-setup-function): Delete it.
30318 (mailagent-rules-generic-mode): Use anonymous function instead.
30319 (show-tabs-generic-mode-font-lock-defaults-1)
30320 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
30321 Quote faces.
30322 (show-tabs-tab-face, show-tabs-space-face): Specify background,
30323 not foreground.
30324
30325 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
30326 Recognize define-generic-mode.
30327
30328 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
30329
30330 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
30331 if there's no completion table.
30332
30333 2005-03-23 Miles Bader <miles@gnu.org>
30334
30335 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30336 Remove tty-specific variants, as they're no longer needed.
30337
30338 2005-03-23 Lute Kamstra <lute@gnu.org>
30339
30340 * generic-x.el: Code cleanup: make args constant whenever possible.
30341 (installshield-statement-keyword-list)
30342 (installshield-system-functions-list)
30343 (installshield-system-variables-list, installshield-types-list)
30344 (installshield-funarg-constants-list): Make them constants.
30345
30346 * generic.el (generic-make-keywords-list): Add autoload cookie.
30347
30348 * calendar/time-date.el: Add comment on time value formats.
30349 Don't require parse-time.
30350 (with-decoded-time-value): New macro.
30351 (encode-time-value): New function.
30352 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
30353 (days-to-time): Return a valid time value when arg is huge.
30354 (time-since): Use time-subtract.
30355 (time-to-number-of-days): Use time-to-seconds.
30356
30357 2005-03-23 David Ponce <david@dponce.com>
30358
30359 * recentf.el (recentf-keep): New option.
30360 (recentf-menu-action): Default to `find-file'.
30361 (recentf-keep-non-readable-files-flag)
30362 (recentf-keep-non-readable-files-p)
30363 (recentf-file-readable-p, recentf-find-file)
30364 (recentf-cleanup-remote): Remove.
30365 (recentf-include-p): More robust.
30366 (recentf-keep-p): New function.
30367 (recentf-remove-if-non-kept): Rename from
30368 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
30369 All callers updated.
30370 (recentf-menu-items-for-commands): Fix help string.
30371 (recentf-track-closed-file): Update. Doc fix.
30372 (recentf-cleanup): Update. Count removed files. Doc fix.
30373
30374 2005-03-23 Kim F. Storm <storm@cua.dk>
30375
30376 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30377 Don't inherit from fringe face (now happens automatically).
30378
30379 2005-03-22 Kim F. Storm <storm@cua.dk>
30380
30381 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
30382 position values.
30383
30384 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
30385
30386 * menu-bar.el (showhide-date-time): Remove.
30387 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
30388 (menu-bar-make-mm-toggle): Simplify.
30389
30390 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
30391
30392 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
30393 Accept qualified variable and function names.
30394
30395 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
30396
30397 * bindings.el (completion-ignored-extensions):
30398 Remove ".lis" for `vax-vms'.
30399
30400 2005-03-22 Andreas Schwab <schwab@suse.de>
30401
30402 * generic-x.el: Revert last change.
30403 * ldefs-boot.el: Update.
30404
30405 2005-03-22 Jay Belanger <belanger@truman.edu>
30406
30407 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
30408 (calc-embedded-save-original-modes)
30409 (calc-embedded-restore-original-modes): New functions.
30410 (calc-do-embedded): Save original modes when entering embedded mode
30411 and restore when leaving embedded mode.
30412 (calc-embedded-modes-change): Change the value of
30413 calc-embedded-original-modes to reflect permanent changes.
30414
30415 2005-03-22 Lute Kamstra <lute@gnu.org>
30416
30417 * generic-x.el: Require generic again.
30418
30419 2005-03-22 Miles Bader <miles@gnu.org>
30420
30421 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30422 Tweak details to look good on both ttys and bitmap displays, light
30423 or dark background, etc.
30424
30425 2005-03-21 Kim F. Storm <storm@cua.dk>
30426
30427 * tooltip.el (tooltip-show-help-function): Check car and cdr of
30428 mouse position.
30429
30430 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
30431
30432 * icomplete.el: Don't forcibly turn on the mode upon load.
30433 (icomplete-mode): Use define-minor-mode.
30434 (icomplete-eoinput): Default to nil.
30435 (icomplete-minibuffer-setup): Remove autoload.
30436 (icomplete-tidy): Simplify.
30437 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
30438 in the initial state or if the user has modified the field.
30439 Fix handling of icomplete-max-delay-chars.
30440 Remove code that handles the oddball case where
30441 minibuffer-completion-table is an integer.
30442 Wrap icomplete-completions in while-no-input in case building
30443 completions takes more time than expected.
30444 (icomplete-completions): Simplify.
30445
30446 2005-03-21 Richard M. Stallman <rms@gnu.org>
30447
30448 * jka-compr.el (jka-compr-really-do-compress):
30449 Make variable buffer-local.
30450
30451 * image-mode.el: Handle .xpm files too.
30452 (image-toggle-display): Preserve modification flag.
30453
30454 * help.el (where-is): Don't mention aliases with no key bindings.
30455
30456 2005-03-21 Lute Kamstra <lute@gnu.org>
30457
30458 * generic.el: Fix commentary section. Don't require cl for
30459 compilation.
30460 (generic-mode-list): Add autoload cookie.
30461 (generic-use-find-file-hook, generic-lines-to-scan)
30462 (generic-find-file-regexp, generic-ignore-files-regexp)
30463 (generic-mode, generic-mode-find-file-hook)
30464 (generic-mode-ini-file-find-file-hook): Fix docstrings.
30465 (define-generic-mode): Make it a defmacro. Fix docstring.
30466 (generic-mode-internal): Code cleanup. Add autoload cookie.
30467 (generic-mode-set-comments): Code cleanup.
30468 * generic-x.el: Don't prevent compilation. Don't require generic.
30469 Follow coding conventions. Minor code cleanup.
30470 (etc-fstab-generic-mode): Add some keywords.
30471 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
30472 define-generic-mode like a function declaration.
30473
30474 2005-03-21 Jay Belanger <belanger@truman.edu>
30475
30476 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
30477 changing modes.
30478
30479 2005-03-21 Sam Steingold <sds@gnu.org>
30480
30481 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
30482
30483 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
30484
30485 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
30486 Add underscore to "f$ lexicals" regexp.
30487
30488 2005-03-20 Juri Linkov <juri@jurta.org>
30489
30490 * subr.el (progress-reporter-do-update): When `min-value' is equal
30491 to `max-value', set `percentage' to 0 and prevent division by zero.
30492
30493 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
30494
30495 Sync with Tramp 2.0.48.
30496
30497 * net/tramp.el (all): Change all addresses to .gnu.org.
30498 (tramp-append-tramp-buffers): New defun.
30499 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
30500 Catch `dont-send' signal.
30501 (tramp-set-auto-save-file-modes): Set always permissions, because
30502 there might be an old auto-saved file belonging to another
30503 original file. This could be a security threat. Reported by
30504 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
30505 Check for Emacs 21.3.50 removed.
30506
30507 * net/tramp-smb.el (all): Remove debug construct for
30508 `with-parsed-tramp-file-name'.
30509 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
30510 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
30511 No error message if DIRECTORY or FILENAME doesn't exist.
30512 (tramp-smb-open-connection): Check existence of
30513 `tramp-smb-program'.
30514
30515 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
30516
30517 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
30518 Properly handle the case where the `m' or `s' command's argument is not
30519 yet terminated.
30520 (perl-indent-new-calculate): New function.
30521 (perl-indent-line): Use it.
30522
30523 2005-03-20 Miles Bader <miles@gnu.org>
30524
30525 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
30526 in text-mode too. Change to new face names.
30527 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
30528 Add `:weight bold' attribute.
30529 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
30530
30531 2005-03-19 Juri Linkov <juri@jurta.org>
30532
30533 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
30534
30535 * international/mule.el (auto-coding-alist): Sync with
30536 `auto-mode-alist' by adding upper case archive file extensions
30537 and adding ear/war to jar extension.
30538
30539 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
30540
30541 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
30542 running, restart it.
30543
30544 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
30545
30546 * finder.el (finder-current-item): Throw an error on an empty line.
30547
30548 * man.el (Man-follow-manual-reference): If current-word returns
30549 nil, use "".
30550
30551 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
30552
30553 * simple.el (goto-line): Doc fix.
30554
30555 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
30556
30557 * files.el (save-buffer): Doc fix.
30558
30559 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
30560
30561 * recentf.el (recentf-cleanup-remote): New variable.
30562 (recentf-cleanup): Use it to conditionally check availability of
30563 remote files.
30564
30565 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
30566
30567 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
30568 function names.
30569
30570 2005-03-19 Eli Zaretskii <eliz@gnu.org>
30571
30572 * language/thai-word.el: New file.
30573
30574 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
30575
30576 * files.el (backup-buffer): If the file's directory is not
30577 writable, use copy instead of move to backup the file.
30578
30579 2005-03-19 Eli Zaretskii <eliz@gnu.org>
30580
30581 * obsolete/keyswap.el: Moved to obsolete/ from term/.
30582
30583 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
30584
30585 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
30586 Use functionp instead of symbolp and fboundp. Reported by Drkm
30587 <darkman_spam@yahoo.fr>.
30588 (ps-print-version): New version 6.6.6.
30589
30590 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
30591
30592 * textmodes/table.el (table--line-column-position): New idiom.
30593 (table--row-column-insertion-point-p): New function to test
30594 validity of row and column insertion operation at a location.
30595 (table-global-menu, table-cell-menu): Use above functions for
30596 deterministic test operation.
30597 (table--editable-cell-p): Behave in deterministic fashion.
30598
30599 2005-03-18 Juri Linkov <juri@jurta.org>
30600
30601 * isearch.el (isearch-lazy-highlight-new-loop):
30602 Make arguments beg and end optional.
30603 (isearch-update): Remove optional arguments nil from
30604 isearch-lazy-highlight-new-loop.
30605 (isearch-lazy-highlight-search): Let-bind case-fold-search to
30606 isearch-lazy-highlight-case-fold-search instead of
30607 isearch-case-fold-search, and let-bind isearch-regexp to
30608 isearch-lazy-highlight-regexp.
30609 Use isearch-lazy-highlight-last-string instead of isearch-string.
30610
30611 * replace.el (perform-replace): Remove bindings of global
30612 variables isearch-string, isearch-regexp, isearch-case-fold-search.
30613 Add three new arguments to `replace-highlight'.
30614 (replace-highlight): Add arguments string, regexp, case-fold.
30615 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
30616 to allow isearch-lazy-highlight-new-loop to use these values
30617 to set corresponding isearch-lazy-highlight-* internal
30618 variables whose values lazy highlighting will use regardless of
30619 changes to global variables isearch-string, isearch-regexp,
30620 isearch-case-fold-search during lazy highlighting loop.
30621 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
30622 to `lazy-highlight-cleanup'.
30623
30624 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
30625 (ispell-highlight-face): Set default face to `isearch' when
30626 lazy highlighting is enabled.
30627 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
30628 priority to 1. Add lazy highlighting.
30629 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
30630 from `isearch-dehighlight'.
30631
30632 2005-03-18 David Ponce <david@dponce.com>
30633
30634 * files.el (hack-local-variables): Do a case-insensitive search
30635 for End.
30636
30637 2005-03-18 Juri Linkov <juri@jurta.org>
30638
30639 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
30640 `isearch-lazy-highlight-cleanup', add alias to old name and
30641 declare obsolete. Add release numbers to other obsolete vars.
30642 (isearch-done, isearch-lazy-highlight-new-loop):
30643 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
30644 (lazy-highlight-cleanup) <variable>: Doc fix.
30645 (isearch-lazy-highlight-update): Rename obsolete
30646 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
30647
30648 2005-03-18 Kenichi Handa <handa@m17n.org>
30649
30650 * language/thai-util.el: Fix categorization of Thai characters in
30651 thai-category-table.
30652 (thai-composition-pattern): Adjust it for the above change.
30653 (thai-self-insert-command, thai-compose-syllable): New functions.
30654 (thai-compose-region): Use thai-compose-syllable.
30655 (thai-compose-string): Likewise.
30656 (thai-composition-function): Likewise.
30657 (thai-auto-composition): New function.
30658 (thai-auto-composition-mode): New minor mode.
30659
30660 * language/thai.el: Fix patterns to be registered in
30661 composition-function-table.
30662
30663 * international/quail.el (quail-input-method): Locally bind
30664 inhibit-modification-hooks to t.
30665
30666 2005-03-17 Richard M. Stallman <rms@gnu.org>
30667
30668 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
30669 (perl-mode): Use run-mode-hooks.
30670
30671 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
30672 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
30673 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
30674
30675 * mail/sendmail.el (sendmail-send-it): Reenable the code
30676 to compute resend-to-address and use it.
30677
30678 * tar-mode.el (tar-mode): Turn off undo unconditionally.
30679
30680 * image-mode.el: New file.
30681
30682 * image.el (insert-sliced-image): Add autoload cookie.
30683
30684 * font-lock.el (font-lock-lines-before): New user option.
30685 (font-lock-after-change-function): Obey it.
30686
30687 * bindings.el (esc-map): Make M-g a prefix.
30688 Bind M-g g and M-g M-g to goto-line.
30689
30690 * faces.el (face-id): Doc fix.
30691
30692 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
30693
30694 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
30695 (rmail-show-message): Use rmail-unknown-mail-followup-to.
30696 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
30697
30698 * mail/sendmail.el (mail-yank-ignored-headers)
30699 (mail-font-lock-keywords, mail-mode-fill-paragraph):
30700 Add Mail-Followup-To and Mail-Reply-To headers.
30701 (mail-citation-hook): Add autoload cookie.
30702 (mail-mode): Doc fix.
30703 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
30704 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
30705 (mail-mode-fill-paragraph): Handle those headers.
30706 (mail-mailing-lists): New variable.
30707 (mail-mail-reply-to, mail-mail-followup-to): New functions.
30708
30709 2005-03-17 Juri Linkov <juri@jurta.org>
30710
30711 * isearch.el (isearch-fallback): Check for `(car previous)'
30712 before calling `isearch-other-end-state'.
30713
30714 2005-03-17 Kim F. Storm <storm@cua.dk>
30715
30716 * simple.el (move-beginning-of-line): Move to beginning of buffer
30717 line, as well as beginning of screen line.
30718
30719 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
30720
30721 * calendar/diary-lib.el (mark-diary-entries): Use new optional
30722 argument REDRAW rather than calendar-redrawing variable.
30723 * calendar/calendar.el (calendar-redrawing): Delete.
30724 (redraw-calendar): Do not bind calendar-redrawing.
30725
30726 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
30727
30728 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
30729 diary-file buffer.
30730
30731 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
30732
30733 * help.el (describe-mode): Allow a :minor-mode-function property to
30734 specify a different minor mode toggle function than the variable.
30735 * simple.el (auto-fill-function):
30736 * subr.el (add-minor-mode): Use it.
30737
30738 2005-03-16 Kenichi Handa <handa@m17n.org>
30739
30740 * language/ethio-util.el (sera-being-called-by-w3): New variable.
30741 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
30742 (ethio-fidel-to-sera-buffer): Likewise.
30743
30744 2005-03-16 Juri Linkov <juri@jurta.org>
30745
30746 * emacs-lisp/find-func.el (find-function-regexp):
30747 Add defun-emitting macro `menu-bar-make-toggle'.
30748
30749 * isearch.el: Put `isearch-scroll' property to
30750 `split-window-horizontally'.
30751
30752 * info.el: Update error messages for `debug-ignored-errors'.
30753 (Info-isearch-search): Doc fix.
30754 (Info-find-node): Move up code to go into info buffer before
30755 recording the node to the history.
30756 (Info-fontify-node): Fontify titles only if the next line
30757 has two or more `*', `=', `-', `.'.
30758 Display "go to this node" for empty (match-string 3).
30759
30760 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30761
30762 * term/mac-win.el: Add mouse pointer shape constants.
30763
30764 2005-03-15 Kim F. Storm <storm@cua.dk>
30765
30766 * simple.el (move-beginning-of-line): Use vertical-motion.
30767
30768 2005-03-15 Juri Linkov <juri@jurta.org>
30769
30770 * isearch.el (isearch-error): New variable.
30771 (isearch-invalid-regexp, isearch-within-brackets): Remove.
30772 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
30773 (isearch-within-brackets-state): Remove.
30774 (isearch-case-fold-search-state, isearch-pop-fun-state):
30775 Decrease frame index.
30776 (isearch-mode, isearch-top-state, isearch-push-state)
30777 (isearch-edit-string, isearch-abort, isearch-search-and-update)
30778 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
30779 (isearch-search, isearch-lazy-highlight-new-loop):
30780 Replace `isearch-invalid-regexp' with `isearch-error'.
30781 Remove `isearch-within-brackets'.
30782 (isearch-search): Add `search-failed' handler to `condition-case'.
30783 (isearch-lazy-highlight-search): Add `condition-case' to catch
30784 errors and allow `isearch-lazy-highlight-update' to try
30785 highlighting from the beginning of the window.
30786 (isearch-repeat): Move up code to set isearch-wrapped to t
30787 before calling isearch-wrap-function.
30788
30789 * info.el (Info-isearch-initial-node): New internal variable.
30790 (Info-search): Signal an error in isearch mode when search leaves
30791 the initial node. Signal an error when `bound' is non-nil and
30792 nothing was found in the current subfile.
30793 (Info-isearch-search): Remove `condition-case'.
30794 (Info-isearch-wrap): Don't wrap when search failed during leaving
30795 the initial node. If `Info-isearch-search' is nil, wrap around
30796 the current node.
30797 (Info-isearch-start): New fun.
30798 (Info-mode): Add buffer-local hook `Info-isearch-start' to
30799 `isearch-mode-hook'.
30800
30801 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30802
30803 * simple.el (normal-erase-is-backspace): Set default to t if
30804 running on Mac.
30805
30806 * term/mac-win.el (function-key-map): Sync with x-win.el.
30807
30808 2005-03-15 Kenichi Handa <handa@m17n.org>
30809
30810 * international/mule-cmds.el (locale-language-names): Modify the
30811 format of elements and add more entries.
30812 (locale-preferred-coding-systems): Add more entries.
30813 (set-locale-environment): Adjust for the change of
30814 locale-language-names.
30815
30816 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
30817
30818 * pcvs.el (smerge-ediff): Remove bogus autoload.
30819
30820 2005-03-14 Lute Kamstra <lute@gnu.org>
30821
30822 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
30823 Ignore a `*' at the beginning of a line.
30824
30825 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
30826 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
30827 subr.el.
30828 (dont-compile, eval-when-compile, eval-and-compile): Use declare
30829 to specify indentation.
30830
30831 * generic.el (define-generic-mode): Let generic-mode-list be a
30832 list of strings; test membership with equal.
30833
30834 2005-03-14 Kim F. Storm <storm@cua.dk>
30835
30836 * simple.el (next-line, previous-line): Add optional try-vscroll
30837 arg to recognize interactive use. Pass it on to line-move.
30838 (line-move): Don't perform auto-window-vscroll when defining or
30839 executing keyboard macro to ensure consistent behavior.
30840
30841 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
30842
30843 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
30844
30845 2005-03-13 Lute Kamstra <lute@gnu.org>
30846
30847 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
30848 debugger-setup-buffer so that backtrace marks the frames set to
30849 debug-on-exit and we don't have to do it manually. Set an extra
30850 debug-on-exit for macro's.
30851 (debugger-setup-buffer): Don't mark the top frame manually.
30852
30853 2005-03-12 Lute Kamstra <lute@gnu.org>
30854
30855 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
30856 lisp-indent-function throughout.
30857 (with-no-warnings): Set lisp-indent-function property.
30858
30859 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
30860
30861 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
30862 Add entry for backslash.
30863
30864 2005-03-12 Juri Linkov <juri@jurta.org>
30865
30866 * info.el (Info-search): Four fixes for backward search.
30867
30868 2005-03-11 Jay Belanger <belanger@truman.edu>
30869
30870 * calc/calc.el (calc-language-alist): New variable.
30871 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
30872 (calc-embedded-find-modes): Use calc-language-alist instead of
30873 calc-embedded-language-alist.
30874
30875 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
30876
30877 * calendar/calendar.el (calendar-redrawing): New internal
30878 variable.
30879 (redraw-calendar): Remove bogus save-excursion from previous
30880 change. Bind calendar-redrawing to t for mark-diary-entries.
30881 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
30882 calendar if that is why we were called.
30883
30884 2005-03-11 Kenichi Handa <handa@m17n.org>
30885
30886 * international/mule.el (make-coding-system): Set property
30887 coding-system-define-form to nil.
30888 (define-coding-system-alias): Likewise.
30889
30890 2005-03-11 Kenichi Handa <handa@m17n.org>
30891
30892 These changes are suggested by Dave Love <fx@gnu.org>.
30893
30894 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
30895 coding: tag.
30896 (adaptive-fill-regexp): Add more bullets.
30897 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
30898 regexps.
30899
30900 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
30901
30902 * help.el (describe-mode): Properly handle non-trivial lighters.
30903 Don't ignore minor modes that are not listed in minor-mode-list.
30904
30905 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
30906 feature ON when the user requests to turn it OFF.
30907
30908 2005-03-10 Lute Kamstra <lute@gnu.org>
30909
30910 * emacs-lisp/debug.el (debug-entry-code): Delete it.
30911 (implement-debug-on-entry): New function to replace debug-entry-code.
30912 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
30913 second argument as the 2005-03-07 change makes it obsolete.
30914 (debug-on-entry, cancel-debug-on-entry): Update call to
30915 debug-on-entry-1.
30916 (debug, debugger-setup-buffer): Comment update.
30917 (debugger-frame-number): Update to work with implement-debug-on-entry.
30918
30919 2005-03-10 Jay Belanger <belanger@truman.edu>
30920
30921 * calc/calc-embed.el (math-ms-args): Declare it.
30922 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
30923 math-ms-args.
30924 (calc-embedded-subst): Use math-multi-subst-rec to substitute
30925 variables.
30926
30927 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
30928
30929 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
30930 Use message-box.
30931
30932 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
30933 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
30934 (tooltip-gud-tips): Simplify.
30935 (tooltip-gud-tips-p): Remove superfluous :set.
30936 (tooltip-gud-modes): Add fortran-mode.
30937 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
30938
30939 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
30940
30941 2005-03-09 Kim F. Storm <storm@cua.dk>
30942
30943 * play/animate.el (animate-place-char): Use forward-line instead
30944 of next-line to improve performance.
30945
30946 2005-03-09 Simon Josefsson <jas@extundo.com>
30947
30948 * net/browse-url.el (browse-url-default-browser): Doc fix.
30949
30950 2005-03-09 Miles Bader <miles@gnu.org>
30951
30952 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
30953 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
30954
30955 2005-03-09 Kenichi Handa <handa@m17n.org>
30956
30957 * international/latin-1.el: Set case and syntax for 255 only if
30958 set-case-syntax-set-multibyte is nil.
30959
30960 * textmodes/ispell.el (ispell-insert-word): New function.
30961 (ispell-word): Use ispell-insert-word to insert a new word.
30962 (ispell-process-line): Likewise.
30963 (ispell-complete-word): Likewise.
30964
30965 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
30966
30967 * calendar/calendar.el (redraw-calendar): Preserve point.
30968 Reported by Matt Hodges <MPHodges@member.fsf.org>.
30969 (calendar-week-start-day): Move after definition of
30970 redraw-calendar. Delete buffer test, since redraw-calendar has
30971 that now.
30972
30973 * calendar/diary-lib.el (mark-diary-entries): Only call
30974 redraw-calendar in the first of any recursive calls.
30975 Reported by Alan Shutko <ats@acm.org>.
30976
30977 2005-03-08 Juri Linkov <juri@jurta.org>
30978
30979 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
30980 (html-horizontal-rule, html-line, html-image, html-checkboxes)
30981 (html-radio-buttons): Add a space before the trailing `/>' where
30982 sgml-xml-mode is non-nil.
30983 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
30984 the subsequent tag of the empty XML tag.
30985 (html-href-anchor): Don't set initial input to "http:".
30986 (html-image): Ask for the image URL and set point inside alt="".
30987 (html-name-anchor): Duplicate the name in the `id' attribute when
30988 sgml-xml-mode is non-nil.
30989 (html-paragraph): Remove \n before <p>.
30990 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
30991 instead of `checked' when sgml-xml-mode is non-nil.
30992
30993 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
30994 Remove 1 space before #RRGGBB to not truncate it on terminal
30995 windows w/o fringes. Remove 1 space between bg and fg examples
30996 to get more space.
30997 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
30998 avoid byte-compile warnings.
30999
31000 * image-file.el (image-file-handler): Put `safe-magic' property to
31001 `image-file-handler'.
31002
31003 * info.el (Info-isearch-search): Emulate word search in
31004 isearching through multiple Info nodes with Info-search.
31005 (Info-isearch-wrap): Allow isearch-word.
31006
31007 2005-03-08 Lute Kamstra <lute@gnu.org>
31008
31009 * emacs-lisp/debug.el (debugger-step-through): Make sure that
31010 stepping into the debugger's code is not possible.
31011 (debugger-jumping-flag): Docstring update.
31012
31013 2005-03-08 Jay Belanger <belanger@truman.edu>
31014
31015 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
31016 embedded mode begins.
31017 (calc-embedded-language-alist): New variable.
31018 (calc-embedded-find-modes): Use calc-embedded-language-alist to
31019 set default language mode.
31020
31021 2005-03-08 Kenichi Handa <handa@m17n.org>
31022
31023 * international/ccl.el (define-ccl-program): Fix docstring about
31024 extra 256 bytes assured for the output buffer.
31025
31026 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31027 Fix BUFFER_MAGNIFICATION to 2.
31028 (ccl-encode-mule-utf-16be-with-signature): Likewise.
31029
31030 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
31031
31032 * align.el (align-rules-list): Added an alignment rule for CSS
31033 declarations (applies to css-mode and html-mode buffers).
31034
31035 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
31036
31037 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
31038
31039 2005-03-07 Kim F. Storm <storm@cua.dk>
31040
31041 * simple.el (move-beginning-of-line): New command.
31042
31043 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
31044
31045 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
31046
31047 * emulation/cua-base.el: Put CUA move property on move-end-of-line
31048 and move-beginning-of-line.
31049
31050 * apropos.el (apropos-print): Omit command from M-x ... RET.
31051
31052 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
31053
31054 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
31055 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
31056
31057 2005-03-06 Richard M. Stallman <rms@gnu.org>
31058
31059 * bindings.el (esc-map): Bind M-g to goto-line.
31060
31061 * facemenu.el (global-map): Bind M-o, not M-g.
31062
31063 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31064
31065 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
31066 "Open Directory" as for "Open File".
31067
31068 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
31069
31070 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
31071 (push-mark-command): Run activate-mark-hook.
31072
31073 2005-03-06 Richard M. Stallman <rms@gnu.org>
31074
31075 * help-mode.el (help-mode-finish): Don't alter the element
31076 in view-return-to-alist if there already is one.
31077
31078 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
31079 make sure the current buffer is the expected one.
31080
31081 * novice.el (disabled-command-function): Output in *Disabled Command*.
31082 Explicitly ignore non-keyboard events, and explicitly handle C-g.
31083
31084 * textmodes/flyspell.el (flyspell-large-region):
31085 Pass args differently for aspell.
31086
31087 * files.el (mode-require-final-newline): Doc fix.
31088
31089 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
31090
31091 * progmodes/which-func.el (which-function):
31092 Specify NOERROR when calling imenu--make-index-alist.
31093
31094 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
31095
31096 * simple.el (normal-erase-is-backspace): Define default value.
31097
31098 * custom.el (custom-theme-set-variables): Remove unused var
31099 `immediate'.
31100 (custom-reevaluate-setting): Simple function to handle variables
31101 that are defined before their default value can really be
31102 computed.
31103
31104 * startup.el (command-line): Use it for temporary-file-directory,
31105 small-emporary-file-directory, auto-save-file-name-transforms,
31106 blink-cursor-mode, and normal-erase-is-backspace.
31107
31108 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
31109 progress, even with buggy anchored keywords.
31110
31111 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
31112
31113 * simple.el (goto-line): Remove unbalanced final parenthesis.
31114
31115 2005-03-05 Richard M. Stallman <rms@gnu.org>
31116
31117 * simple.el (goto-line): Use a number at point as the default.
31118 With C-u as arg, switch buffers.
31119
31120 2005-03-05 Juri Linkov <juri@jurta.org>
31121
31122 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
31123 with `no-blinking-cursor'.
31124
31125 * startup.el (no-blinking-cursor): New defvar.
31126 (command-line): Add `--no-blinking-cursor' to longopts.
31127 Set `no-blinking-cursor' to t for command line arguments
31128 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
31129 with `no-blinking-cursor' in the condition for calling
31130 `blink-cursor-mode'.
31131
31132 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
31133
31134 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
31135 (menu-bar-options-save): Add blink-cursor-mode.
31136 (menu-bar-options-menu): Add blink-cursor-mode.
31137
31138 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
31139
31140 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
31141 (icalendar-export-file, icalendar-export-region)
31142 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
31143 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
31144
31145 2005-03-04 Lute Kamstra <lute@gnu.org>
31146
31147 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
31148 (debug-function-list): Ditto.
31149
31150 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
31151
31152 * textmodes/texinfmt.el (texinfo-append-refill):
31153 Redefine the types of line to which @refill
31154 is not appended by replacing a search for `@refill\\|@bye' with
31155 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
31156 itemize@refill' bug and the unfilled long lines bug.
31157 (texinfmt-version): Update number and date.
31158
31159 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
31160
31161 * international/code-pages.el (windows-1250, windows-125[2-8])
31162 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
31163
31164 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
31165
31166 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
31167 bound yet.
31168
31169 2005-03-02 Romain Francoise <romain@orebokech.com>
31170
31171 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
31172 buffer after removing limits.
31173 (ibuffer-pop-filter): Ditto.
31174 Update copyright.
31175
31176 2005-03-02 Miles Bader <miles@gnu.org>
31177
31178 * button.el (make-text-button): If the user doesn't specify a
31179 type, use the default. Rewrite to use `add-text-properties' and
31180 plist functions.
31181
31182 2005-03-01 Lute Kamstra <lute@gnu.org>
31183
31184 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
31185 (debugger-jumping-flag): New var.
31186 (debug-entry-code): Use it.
31187 (debugger-jump): Use debugger-jumping-flag and add
31188 debugger-reenable to post-command-hook.
31189 (debugger-reenable): Use debugger-jumping-flag and remove itself
31190 from post-command-hook.
31191 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
31192 debugger-reenable.
31193
31194 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
31195
31196 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
31197 inclusion of "itemize\\|", which may be unnecessary, is certainly
31198 inelegant, and stops refilling in itemize lists when formatting
31199 Japanese Texinfo files to Info.
31200 Update copyright to 2005.
31201
31202 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
31203
31204 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
31205 of an error if GDB can't find the source file.
31206
31207 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
31208
31209 * calendar/calendar.el (redraw-calendar): Work from any buffer,
31210 not just the calendar.
31211
31212 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
31213 first.
31214 (diary-redraw-calendar): New function.
31215 (make-diary-entry): Add diary-redraw-calendar to local
31216 write-contents-functions. Turn off selective display before
31217 inserting in diary.
31218
31219 2005-03-01 Kim F. Storm <storm@cua.dk>
31220
31221 * emacs-lisp/copyright.el (copyright-fix-years): New command.
31222
31223 2005-03-01 Lute Kamstra <lute@gnu.org>
31224
31225 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
31226 that debug-entry-code can be safely removed from a function while
31227 this code is being evaluated. Revert the 2005-02-27 change as the
31228 new implementation no longer requires it. Make sure that a
31229 function body containing just a string is not mistaken for a docstring.
31230 (debug): Skip one more frame in case of debug on entry.
31231 (debugger-setup-buffer): Delete one more frame line in case of
31232 debug on entry.
31233 (debugger-frame-number): Update to use the new text introduced by
31234 the 1999-11-03 change. Skip one more frame in case of debug on entry.
31235
31236 2005-02-28 Kim F. Storm <storm@cua.dk>
31237
31238 * double.el (double-translate-key): Call force-window-update after
31239 read-event to avoid crash in redisplay.
31240
31241 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
31242
31243 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
31244 (debug): Use it. Move the inhibit-trace earlier.
31245 (debug-entry-code): New const.
31246 (debug-on-entry-1): Use it.
31247
31248 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
31249
31250 * international/utf-16.el (ccl-encode-mule-utf-16le):
31251 Fix BUFFER_MAGNIFICATION to 2.
31252 (ccl-encode-mule-utf-16be): Likewise.
31253
31254 2005-02-28 Kenichi Handa <handa@m17n.org>
31255
31256 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31257 Fix BUFFER_MAGNIFICATION to 4.
31258 (ccl-encode-mule-utf-16be-with-signature): Likewise.
31259
31260 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
31261
31262 * speedbar.el (speedbar-update-flag): Doc fix.
31263 (speedbar-show-info-under-mouse): Give set-mouse-position the right
31264 argument.
31265
31266 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
31267
31268 * reveal.el (reveal-post-command): Don't try to reveal overlays which
31269 have a non-nil `invisible' property but are actually visible.
31270
31271 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
31272 for perldoc sections.
31273 (perl-outline-regexp, perl-outline-level): New var and function.
31274 (perl-mode): Use them.
31275
31276 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
31277
31278 * calendar/diary-lib.el (diary-remind): Discard any mark portion
31279 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
31280
31281 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
31282
31283 * cus-edit.el: Comment change.
31284 (custom-buffer-create-internal): Slightly reword text at top of
31285 Custom buffers. Mention there that saving an option edits the
31286 init file. Add link to Emacs manual node on `custom-file'.
31287 (custom-magic-alist): Rewrite individual State messages to use
31288 capitalized keywords. Doc fix.
31289
31290 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
31291
31292 * calendar/calendar.el (calendar-buffer): Move above
31293 calendar-week-start-day.
31294 (calendar-week-start-day): Doc fix. Add :set function.
31295 (calendar-minimum-window-height): New variable.
31296 (generate-calendar-window): Only resize window if selected-window
31297 is displaying the calendar buffer. Use new variable
31298 calendar-minimum-window-height.
31299 (generate-calendar): Reword error message.
31300 (calendar-mode-map): Bind DEL to scroll-other-window-down.
31301
31302 2005-02-27 Andreas Schwab <schwab@suse.de>
31303
31304 * vc.el (vc-do-command): Don't run command asynchronously when
31305 operating in a remote directory.
31306
31307 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
31308 change from sync with Tramp 2.0.47.
31309
31310 2005-02-27 Richard M. Stallman <rms@gnu.org>
31311
31312 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
31313
31314 * textmodes/flyspell.el (flyspell-mode-on):
31315 Call ispell-change-dictionary only if necessary.
31316
31317 * emacs-lisp/re-builder.el (regexp-builder): New function.
31318
31319 * register.el (describe-register-1): Explicitly handle
31320 yank-excluded-properties = t.
31321
31322 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
31323 (custom-magic-alist): Change the status descriptions again.
31324 (face widget-type): Total rewrite based on `restricted-sexp'
31325 to eliminate the confusing double hiding levels.
31326
31327 * emacs-lisp/debug.el (debug-on-entry-1):
31328 If function body is empty, add nil as body form.
31329
31330 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
31331
31332 * emacs-lisp/trace.el (inhibit-trace): New var.
31333 (trace-make-advice): Use it.
31334
31335 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
31336
31337 2005-02-26 Kim F. Storm <storm@cua.dk>
31338
31339 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
31340 (mouse-on-link-p, mouse-drag-region-1): Use it.
31341
31342 2005-02-25 Lute Kamstra <lute@gnu.org>
31343
31344 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
31345
31346 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
31347
31348 * frame.el (blink-cursor-mode): Add :group keyword.
31349
31350 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
31351
31352 * calendar/icalendar.el (icalendar--decode-isodatetime):
31353 New optional argument DAY-SHIFT.
31354 (icalendar-export-region): Fix coding-system-for-write.
31355 (icalendar--convert-ical-to-diary): Shift end-day of all-day
31356 events by one.
31357
31358 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
31359
31360 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
31361
31362 2005-02-24 Kim F. Storm <storm@cua.dk>
31363
31364 * international/iso-acc.el (iso-accents-compose): Fix crash
31365 during redisplay. Call force-window-update after read-event
31366 and delete-region to signal that window is not accurate.
31367
31368 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
31369
31370 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
31371 Remove unused and inexistent var `inhibit-trace'.
31372 (debugger-mode): Use run-mode-hooks.
31373 (debugger-list-functions): Add buttons; setup xref stack.
31374
31375 2005-02-23 Richard M. Stallman <rms@gnu.org>
31376
31377 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
31378 appointment says it was explicitly made.
31379 (appt-add): Set the 3rd element.
31380 (appt-make-list): Preserve explicit appointments.
31381
31382 * subr.el (find-tag-default): Catch errors in forward-sexp.
31383
31384 2005-02-23 Juri Linkov <juri@jurta.org>
31385
31386 * info.el (Info-isearch-search): New defcustom.
31387 (Info-isearch-search): Call the default isearch function
31388 when Info-isearch-search is nil.
31389 (Info-isearch-wrap): Use variable Info-isearch-search.
31390
31391 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
31392
31393 * cus-edit.el: Comment change.
31394
31395 2005-02-22 Kim F. Storm <storm@cua.dk>
31396
31397 * progmodes/hideif.el (hide-ifdef-use-define-alist):
31398 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
31399
31400 2005-02-22 Simon Josefsson <jas@extundo.com>
31401
31402 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
31403 New variable.
31404 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
31405 Oskarsson" <myrkraverk@users.sourceforget.net>.
31406
31407 2005-02-22 Kim F. Storm <storm@cua.dk>
31408
31409 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
31410 check that window of that event is the selected window.
31411 (mouse-drag-region-1): Compare mouse event window to selected
31412 window before setting point.
31413
31414 * tooltip.el (tooltip-show-help-function): Pass event to
31415 mouse-on-link-p so it can check selected window.
31416
31417 2005-02-22 Kenichi Handa <handa@m17n.org>
31418
31419 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
31420 (ps-mule-show-warning): New function.
31421 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
31422 characters are found.
31423
31424 * ps-print.el (ps-header-footer-string): Return a list of header
31425 and footer strings.
31426
31427 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
31428
31429 * pcvs.el (cvs-retrieve-revision): Fix thinko.
31430
31431 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
31432
31433 * frame.el (blink-cursor-mode): Use define-minor-mode.
31434
31435 * term/mac-win.el (function-key-map): Use char-names more consistently.
31436 (file-name-coding-system): Only set it for MacOS-9. The other case is
31437 already handled in mule-cmds.el (where it also works when mac-win.el
31438 is not used).
31439
31440 2005-02-21 Kenichi Handa <handa@m17n.org>
31441
31442 * international/mule.el (ctext-pre-write-conversion): Always use
31443 " *code-converting-work*" buffer for work.
31444
31445 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
31446
31447 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
31448
31449 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
31450
31451 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
31452
31453 * ses.el (undo-more): Restore defadvice, but only the part that
31454 allows changes outside the restricted area of the buffer.
31455
31456 2005-02-20 Kim F. Storm <storm@cua.dk>
31457
31458 * simple.el (line-move): Add fourth optional arg try-vscroll which
31459 must be set to perform auto-window-vscroll.
31460 When moving backwards and doing auto-window-vscroll, automatically
31461 vscroll to the last part of lines which are taller than the window.
31462 (next-line, previous-line): Set try-vscroll arg on line-move.
31463
31464 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
31465
31466 * replace.el (query-replace, query-replace-regexp)
31467 (replace-string, replace-regexp): When operating on region, make
31468 the minibuffer prompt say so.
31469
31470 * isearch.el (isearch-forward): Document isearch-query-replace and
31471 isearch-query-replace-regexp keybindings.
31472
31473 2005-02-19 Jay Belanger <belanger@truman.edu>
31474
31475 * calc/calc-aent.el (math-read-token): Add local variable.
31476
31477 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
31478 (calc-edit-top): Move declaration to earlier in file.
31479 (calc-edit-macro-repeats): Add local variables.
31480
31481 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
31482 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
31483 calcFunc-tanh.
31484 Adjust integration rule for calcFunc-tan.
31485
31486 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
31487
31488 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
31489 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
31490 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
31491 (viper-skip-separators): Bug fix.
31492 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
31493 particular major mode.
31494 (viper-del-backward-char-in-replace): Don't put deleted char on the
31495 kill ring.
31496
31497 * viper-ex.el (viper-color-display-p): New function.
31498 (viper-has-face-support-p): Use viper-color-display-p.
31499
31500 * viper-keym.el (viper-gnus-modifier-map): New keymap.
31501
31502 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
31503
31504 * viper-util.el (viper-glob-unix-files): Fix shell status check.
31505 (viper-file-remote-p): Make equivalent to file-remote-p.
31506
31507 * viper.el (viper-major-mode-modifier-list):
31508 Use viper-gnus-modifier-map.
31509
31510 2005-02-19 David Kastrup <dak@gnu.org>
31511
31512 * subr.el (subregexp-context-p): Fix garbled doc string by adding
31513 quoting.
31514
31515 2005-02-19 Jay Belanger <belanger@truman.edu>
31516
31517 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
31518 Remove extra definitions.
31519 (calc-coth): New function.
31520 (calcFunc-cot): Fix `let'.
31521
31522 2005-02-19 Eli Zaretskii <eliz@gnu.org>
31523
31524 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
31525 the reasons we use "type pc" in these faces.
31526
31527 * button.el (button): Ditto.
31528
31529 2005-02-19 Michael Mauger <mmaug@yahoo.com>
31530
31531 * replace.el (query-replace-read-from): Set the value of
31532 query-replace-from-history-variable to handle the case of an empty
31533 string entered to accept the suggested default.
31534
31535 * net/tramp.el (tramp-file-name-for-operation):
31536 Use dired-call-process instead of dired-call-process-command.
31537
31538 2005-02-19 Jay Belanger <belanger@truman.edu>
31539
31540 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
31541 (math-div-non-trig): New variables.
31542 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
31543 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
31544 (math-combine-prod, math-div-symb-fancy): Add simplifications for
31545 trig expressions.
31546
31547 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
31548
31549 * progmodes/gdb-ui.el (gdb-var-update-handler)
31550 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
31551 for watch expressions,
31552 (gdb-var-create-handler): Don't set speedbar-update-flag.
31553 (gdb-post-prompt): Simplify test for speedbar.
31554
31555 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
31556
31557 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
31558 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
31559 we use the syntax table of the correct buffer.
31560 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
31561 Felix Gatzemeier.
31562
31563 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
31564 (ediff-file-remote-p): Make synonymous with file-remote-p.
31565 In all deffaces ediff-*-face-*, use min-colors.
31566
31567 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
31568 ediff-recurse-to-subdirectories.
31569 (ediff-mark-if-equal): Check that the arguments are strings, use
31570 ediff-same-contents (after to Felix Gatzemeier).
31571
31572 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
31573 nil.
31574
31575 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
31576
31577 * log-view.el (log-view-message-re): Fix up Subversion regexp.
31578
31579 2005-02-18 David Kastrup <dak@gnu.org>
31580
31581 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
31582 use `mark-active' when defined.
31583
31584 2005-02-18 Kenichi Handa <handa@m17n.org>
31585
31586 * ps-print.el (ps-font-info-database): New entry
31587 ZapfChancery-MediumItalic with correct font name. Fix font name
31588 of the entry Zapf-Chancery-MediumItalic.
31589
31590 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
31591
31592 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
31593
31594 2005-02-16 Kim F. Storm <storm@cua.dk>
31595
31596 * ido.el (ido-fallback-command): Pass user input to fallback command.
31597
31598 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
31599
31600 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
31601 (gdb-find-file-hook): Add server prefix.
31602
31603 2005-02-16 Richard M. Stallman <rms@gnu.org>
31604
31605 * replace.el (perform-replace): Pass new args to replace-highlight.
31606 (replace-highlight): Take region args,
31607 and pass them to isearch-lazy-highlight-new-loop.
31608
31609 * novice.el (disabled-command-hook): Autoload the defalias
31610 and the make-obsolete-variable call.
31611
31612 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
31613
31614 * isearch.el (isearch-lazy-highlight-start-limit)
31615 (isearch-lazy-highlight-end-limit): New variables limit
31616 the region for highlighting.
31617 (isearch-lazy-highlight-new-loop): New args BEG and END.
31618 (isearch-lazy-highlight-search): Use the new vars.
31619 (isearch-lazy-highlight-update): Likewise.
31620
31621 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
31622
31623 * cus-start.el (all): Use default-boundp.
31624
31625 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
31626
31627 * menu-bar.el (menu-bar-select-frame): Handle current frame.
31628
31629 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
31630
31631 * autorevert.el (auto-revert-stop-on-user-input)
31632 (auto-revert-verbose): Doc fixes.
31633
31634 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
31635
31636 * international/mule-cmds.el (set-locale-environment): Remove call
31637 to set-selection-coding-system on Windows.
31638
31639 2005-02-15 Jay Belanger <belanger@truman.edu>
31640
31641 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
31642 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
31643 calcFunc-coth.
31644 (math-simplify-sqrt): Add simplifications.
31645
31646 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
31647 to list.
31648
31649 * calc/calc-ext.el: Add functions to autoloads.
31650
31651 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
31652 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
31653 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
31654 (math-csc-raw, math-cot-raw): New functions.
31655
31656 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
31657
31658 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
31659 the variable name in a message.
31660
31661 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
31662 calcFunc-csc, calcFunc-cot.
31663
31664 * calc/calcalg2.el: Add derivative and integration rules for
31665 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
31666 calcFunc-csch, calcFunc-coth.
31667 (math-do-integral-methods): Add to checks for when to use
31668 substitutions.
31669
31670 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
31671
31672 2005-02-15 Lute Kamstra <lute@gnu.org>
31673
31674 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
31675 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
31676 <monnier@iro.umontreal.ca>.
31677 (lisp-outline-level): Improve efficiency. Suggested by David
31678 Kastrup <dak@gnu.org>.
31679
31680 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
31681
31682 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
31683 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
31684 (gdb-set-gud-minor-mode-existing-buffers): New functions.
31685 (gdb-find-file-hook): New hook. Add it to find-file-hook.
31686 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
31687
31688 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
31689
31690 * cus-start.el (all): Comment change.
31691
31692 2005-02-14 Lute Kamstra <lute@gnu.org>
31693
31694 * cus-start.el (all): Check if symbol is void.
31695
31696 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
31697
31698 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
31699 optional argument to \cite.
31700
31701 2005-02-14 Richard M. Stallman <rms@gnu.org>
31702
31703 * cus-edit.el (custom-buffer-create-internal): Update help message.
31704 (custom-magic-alist): Update help messages.
31705
31706 * cus-start.el (all): Allow a var to specify a standard value.
31707
31708 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
31709
31710 * custom.el (custom-theme-set-variables): Handle variable aliases.
31711
31712 * frame.el (blink-cursor-timer): Doc fix.
31713 (blink-cursor): Make it an alias for `blink-cursor-mode' and
31714 declare obsolete.
31715 (blink-cursor-mode): Define with defcustom and use correct
31716 standard expression in that defcustom.
31717 * startup.el (command-line): Adapt to above changes in frame.el.
31718
31719 2005-02-11 Lute Kamstra <lute@gnu.org>
31720
31721 * apropos.el (apropos-score-doc): Prevent division by zero.
31722
31723 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
31724
31725 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
31726 (icalendar--get-event-property-attributes)
31727 (icalendar--get-event-properties)
31728 (icalendar--datetime-to-diary-date): New functions.
31729 (icalendar--split-value): Doc fix.
31730 (icalendar--datetime-to-noneuropean-date)
31731 (icalendar--datetime-to-european-date): New optional argument
31732 SEPARATOR. Return result as a string instead of a list.
31733 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
31734 (icalendar--convert-string-for-export): Rename arg S to STRING.
31735 (icalendar-export-region): Doc fix. Change name of error buffer.
31736 Save output buffer.
31737 (icalendar-import-file): Add blank at end of prompt.
31738 (icalendar-import-buffer): Doc fix. Do not switch to error
31739 buffer. Indicate status in return value.
31740 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
31741 buffer. Save output buffer. Handle exception from recurrence
31742 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
31743 events. Fix problems with weekly all-day events.
31744
31745 2005-02-10 Richard M. Stallman <rms@gnu.org>
31746
31747 * simple.el (eval-expression-print-format):
31748 Avoid warning about edebug-active.
31749
31750 * help.el (help-for-help-internal): Rename from help-for-help.
31751 (help-for-help): Define with defalias.
31752
31753 * font-core.el (font-lock-default-function): Use with-no-warnings.
31754
31755 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
31756
31757 * custom.el (defface): Doc fix.
31758
31759 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
31760
31761 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
31762 width 0" to prevent word wrapping problems.
31763
31764 2005-02-09 Kim F. Storm <storm@cua.dk>
31765
31766 * ido.el (ido-file-extensions-order): New defcustom.
31767 (ido-file-extension-lessp, ido-file-extension-aux)
31768 (ido-file-extension-order): New advanced file ordering.
31769 (ido-file-lessp): New simple file ordering.
31770 (ido-sort-list): Remove.
31771 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
31772 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
31773
31774 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
31775
31776 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
31777 that some versions of grep produce.
31778 (grep-mode-font-lock-keywords): Likewise.
31779
31780 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
31781
31782 * progmodes/gdb-ui.el (gdb-location-list): New variable.
31783 (gdb-cdir): Delete.
31784 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
31785 (gdb-source-info): Treat case when source file is in another
31786 directory properly.
31787 (gdb-get-location): New function.
31788
31789 2005-02-07 Jay Belanger <belanger@truman.edu>
31790
31791 * calc/calc-prog.el (calc-write-parse-table-part)
31792 (calc-fix-token-name): Fix a check for language type.
31793
31794 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
31795
31796 2005-02-07 Andre Spiegel <spiegel@gnu.org>
31797
31798 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
31799 as directory not writable.
31800
31801 2005-02-07 Kim F. Storm <storm@cua.dk>
31802
31803 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
31804 (cua--standard-movement-commands): Remove list.
31805 Instead, set CUA property value to move for movement commands.
31806 (cua-movement-commands): Remove. Users must set CUA prop instead.
31807 (cua--pre-command-handler): Check CUA property.
31808 (cua--init-keymaps): Don't remap undo commands.
31809 (cua-mode): Don't call cua--rectangle-on-off.
31810
31811 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
31812 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
31813 (cua--rect-undo-set-point): New var.
31814 (cua--rectangle-undo-boundary): Setup undo apply entry.
31815 (cua--rect-undo-handler): New function for rectangle undo.
31816 (cua--rect-start-position, cua--rect-end-position): Add.
31817 (cua--rectangle-post-command): Call cua--rectangle-set-corners
31818 for restored rectangle. Set point if cua--rect-undo-set-point.
31819
31820 2005-02-06 Jay Belanger <belanger@truman.edu>
31821
31822 * calc/calc-lang.el (calc-tex-language): Display more information
31823 in messages.
31824
31825 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
31826 in TeX mode.
31827
31828 2005-02-06 Richard M. Stallman <rms@gnu.org>
31829
31830 * emacs-lisp/lisp.el (buffer-end): Doc fix.
31831
31832 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
31833
31834 * net/ldap.el (ldap-search-internal): Support attributes with
31835 optional descriptions separated by a semi-colon, as in
31836 "userCertificate;binary".
31837
31838 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31839
31840 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
31841 isn't a cons (i.e. the version is 0).
31842
31843 2005-02-05 Eli Zaretskii <eliz@gnu.org>
31844
31845 * help.el (help-for-help): Doc fix.
31846
31847 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
31848
31849 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
31850 GDB-Windows on the menu-bar as this works better.
31851
31852 2005-02-04 Jay Belanger <belanger@truman.edu>
31853
31854 * calc/calc-embed.el (calc-embedded-update): Don't put in
31855 unnecessary newlines. Adjust the end of formula marker.
31856
31857 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
31858 (math-latex-parse-two-args): New function.
31859
31860 2005-02-03 Lute Kamstra <lute@gnu.org>
31861
31862 * help-fns.el (help-with-tutorial): Make sure that users cannot
31863 remove the entire text of the tutorial by means of `undo'.
31864
31865 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
31866
31867 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
31868 in recent changes, where the ispell process was repeatedly
31869 killed & restarted.
31870
31871 * international/mule-cmds.el (set-locale-environment): Set file-name
31872 coding system to utf-8 on Darwin systems.
31873 (set-default-coding-systems): Don't set default-file-name-coding-system
31874 on Darwin systems.
31875
31876 2005-02-03 Richard M. Stallman <rms@gnu.org>
31877
31878 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
31879
31880 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
31881
31882 * faces.el (list-faces-display): Add optional argument.
31883
31884 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
31885
31886 * font-core.el (font-lock-default-function): Handle the rare case where
31887 only font-lock-keywords is set.
31888
31889 2005-02-02 Kenichi Handa <handa@m17n.org>
31890
31891 * international/characters.el: Cancel previous change for
31892 I-WITH-DOT-ABOVE and DOTLESS-i.
31893
31894 * international/latin-5.el: Cancel previous change.
31895
31896 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
31897
31898 * progmodes/gud.el: Correction to syntax in gud-menu-map.
31899
31900 2005-02-02 Kenichi Handa <handa@m17n.org>
31901
31902 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
31903 DOTLESS-i.
31904
31905 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
31906 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
31907
31908 * case-table.el (get-upcase-table): New function.
31909 (copy-case-table): Copy upcaes table too if non-nil.
31910 (set-case-syntax-delims): Maintain upcase table too.
31911 (set-case-syntax-pair): Likewise.
31912 (set-upcase-syntax, set-downcase-syntax): New functions.
31913 (set-case-syntax): Maintain upcase table too.
31914
31915 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
31916
31917 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
31918
31919 * progmodes/gud.el (gud-goto-info): New function.
31920 (gud-tool-bar-map): Use correct icon.
31921
31922 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
31923
31924 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
31925 When delegating, order args in the funcall correctly.
31926
31927 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
31928
31929 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
31930
31931 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
31932
31933 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
31934 buffer not visiting a file.
31935
31936 2005-01-31 Jay Belanger <belanger@truman.edu>
31937
31938 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
31939 bound on the line with the formula.
31940
31941 2005-01-31 Kim F. Storm <storm@cua.dk>
31942
31943 * ses.el (ses-create-cell-variable-range)
31944 (ses-destroy-cell-variable-range, ses-reset-header-string)
31945 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
31946 (ses-insert-row): Fix format of apply undo entries.
31947
31948 2005-01-31 Jay Belanger <belanger@truman.edu>
31949
31950 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
31951 parts.
31952
31953 * calc/calc-embed.el (calc-embedded-open-formula)
31954 (calc-embedded-close-formula): Ignore matrix environments.
31955
31956 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
31957 TeX mode.
31958
31959 * calc/calc-lang.el (math-function-table, math-oper-table)
31960 (math-variable-table): Adjust the LaTeX portions.
31961
31962 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
31963 (math-latex-ignore-words): New constant.
31964
31965 2005-01-31 Richard M. Stallman <rms@gnu.org>
31966
31967 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
31968 (ispell-local-dictionary): Doc fix.
31969 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
31970 Don't reinitialize at run time. Don't defcustom.
31971 All uses changed to append ispell-local-dictionary-alist,
31972 or check it first.
31973 (ispell-current-dictionary): New variable for dictionary in use.
31974 (ispell-dictionary): Now used only for global default.
31975 (ispell-start-process): Set ispell-current-dictionary,
31976 not ispell-dictionary.
31977 (ispell-change-dictionary): Use this only for setting
31978 user preferences.
31979 (ispell-internal-change-dictionary): New function
31980 to change the current dictionary in use.
31981 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
31982 Use ispell-current-dictionary.
31983 Handle ispell-local-dictionary-overridden.
31984 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
31985
31986 2005-01-31 Jay Belanger <belanger@truman.edu>
31987
31988 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
31989
31990 * calc/calc-ext.el: Add calc-latex-language to autoloads.
31991 (calc-mode-map): Add calc-latex-language.
31992
31993 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
31994 (math-latex-print-frac): New functions.
31995 (math-oper-table, math-function-table, math-variable-table)
31996 (math-complex-format, math-input-filter): Add latex properties.
31997 (calc-set-language): Set math-expr-special-function-mapping.
31998
31999 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
32000 (calc-write-parse-table-part): Add LaTeX support.
32001
32002 * calc/calc.el (calc-language): Adjust docstring.
32003 (calc-set-mode-line): Add LaTeX support.
32004 (math-expr-special-function-mapping): New variable.
32005 (math-tex-ignore-words): Add to list.
32006
32007 * calc/calccomp.el (math-compose-expr, math-compose-rows):
32008 Add LaTeX support.
32009 (math-compose-expr): Add support for special functions.
32010
32011 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
32012
32013 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
32014
32015 * progmodes/gdb-ui.el (gdb-memory-address)
32016 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
32017 (gdb-memory-mode-map, gdb-memory-format-keymap)
32018 (gdb-memory-format-menu, gdb-memory-unit-keymap)
32019 (gdb-memory-unit-menu): New variables for a buffer
32020 that lets the user examine program memory.
32021 (gdb-memory-set-address, gdb-memory-set-repeat-count)
32022 (gdb-memory-format-binary, gdb-memory-format-octal)
32023 (gdb-memory-format-unsigned, gdb-memory-format-signed)
32024 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
32025 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
32026 (gdb-memory-unit-word, gdb-memory-unit-halfword)
32027 (gdb-memory-unit-byte, gdb-memory-unit-menu)
32028 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
32029 (gdb-memory-mode, gdb-memory-buffer-name)
32030 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
32031 New functions for above buffer.
32032
32033 2005-01-30 Richard M. Stallman <rms@gnu.org>
32034
32035 * cus-edit.el (custom-bury-buffer): Function deleted.
32036 (custom-buffer-done-function): Option deleted.
32037 (custom-buffer-done-kill): New replacement option.
32038 (Custom-buffer-done): Call quit-window.
32039 (custom-buffer-create-internal): Update for above changes.
32040
32041 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
32042
32043 * simple.el (undo-ask-before-discard): New var.
32044 (undo-outer-limit-truncate): Implement it.
32045 (undo-extra-outer-limit): Doc update.
32046
32047 2005-01-29 Richard M. Stallman <rms@gnu.org>
32048
32049 * ses.el (undo-more): Delete defadvice.
32050 (ses-begin-change): Doc fix.
32051
32052 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
32053 instead of rebinding C-x u and C-_.
32054
32055 * files.el (normal-backup-enable-predicate): Return nil for files
32056 in /tmp, regardless of temporary-file-directory.
32057
32058 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
32059
32060 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
32061 (open-rectangle, delete-whitespace-rectangle-line)
32062 (clear-rectangle-line): If FILL, pass t instead of FILL
32063 for move-to-column's 2nd arg.
32064
32065 * simple.el (undo): Fix the test for continuing a series of undos.
32066 (undo-more): Set pending-undo-list to t when we reach end.
32067 (pending-undo-list): Move up defvar.
32068
32069 * wid-edit.el (widget-button-click):
32070 Shorten the range of the track-mouse binding.
32071
32072 * comint.el (comint-insert-input): Undo previous changes;
32073 use last-input-event in interactive spec.
32074
32075 2005-01-29 Eli Zaretskii <eliz@gnu.org>
32076
32077 * progmodes/compile.el (compilation-start): Bind buffer-read-only
32078 to nil before invoking call-process. Reset buffer's modified flag
32079 after fontifying it in the no-async branch.
32080
32081 * wid-edit.el (widget-specify-button): If mouse pointer shape
32082 cannot be changed, use mouse face instead.
32083
32084 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
32085
32086 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
32087 (gdb-goto-breakpoint): Make breakpoint handling work on template
32088 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
32089 (gdb-assembler-custom): Update to recognize breakpoint information
32090 added on 2005-01-19.
32091
32092 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
32093
32094 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
32095 (dsssl-mode): Use define-derived-mode.
32096 (scheme-mode-initialize): Remove.
32097 (scheme-mode): Use run-mode-hooks.
32098
32099 * cus-edit.el (customize-group-other-window)
32100 (custom-buffer-create-other-window): Don't override special-display-*.
32101 (custom-mode-map): Make it dense.
32102
32103 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
32104 sets the default value.
32105
32106 2005-01-28 Eli Zaretskii <eliz@gnu.org>
32107
32108 * descr-text.el: Add more keywords.
32109
32110 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
32111
32112 * speedbar.el: Avoid unnecessary use of locate-library.
32113
32114 * international/mule-cmds.el (standard-display-european-internal):
32115 Don't fiddle with latin-1 non-break space any more since it's now
32116 special cased in the C code.
32117 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
32118
32119 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
32120
32121 * cus-start.el (all): Add `undo-outer-limit'.
32122
32123 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32124
32125 * textmodes/bibtex.el (bibtex-format-entry):
32126 Use `bibtex-empty-field-re' only on the text of fields, not on entire
32127 field lines.
32128 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
32129 not on part of a buffer.
32130
32131 2005-01-25 Lute Kamstra <lute@gnu.org>
32132
32133 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
32134 nonempty field text strings like "{letters\\macro{}more letters}".
32135 Clarify docstring.
32136 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
32137 (bibtex-entry-offset, bibtex-parse-association)
32138 (bibtex-parse-field-name): Fix typos in docstrings.
32139 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
32140
32141 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
32142
32143 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
32144 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
32145 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
32146 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
32147
32148 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
32149 isearch minor mode.
32150
32151 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
32152
32153 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
32154
32155 2005-01-24 Lute Kamstra <lute@gnu.org>
32156
32157 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
32158 CASECHARS and NOT-CASECHARS regular expressions of the
32159 "nederlands" and "nederlands8" dictionaries to prevent a "Range
32160 striding over charsets" error.
32161
32162 2005-01-24 Jay Belanger <belanger@truman.edu>
32163
32164 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
32165 display variable name.
32166
32167 2005-01-24 Kenichi Handa <handa@m17n.org>
32168
32169 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
32170 Fix setting of the element of encoded-kbd-iso2022-invocations.
32171
32172 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
32173
32174 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
32175 (gdb-threads-select): Change to also accept mouse events.
32176 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
32177 (gdb-threads-mouse-select): Delete.
32178
32179 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
32180
32181 * files.el (insert-directory): Take care of empty directory,
32182 listed without -a switch.
32183
32184 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
32185
32186 * textmodes/refill.el (refill-post-command-function):
32187 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
32188 to the list of functions that we should be careful not to undo.
32189 (refill-late-fill-paragraph-function): Remove.
32190 (refill-saved-state): New var.
32191 (refill-mode): Use it to save fill-paragraph-function.
32192 Save also the value of auto-fill-function.
32193
32194 * term/w32-win.el: Simplify code.
32195
32196 2005-01-23 Kim F. Storm <storm@cua.dk>
32197
32198 * simple.el (line-move): Adapt to new return value from
32199 pos-visible-in-window-p.
32200
32201 * simple.el (line-move): Fix last change. Check partial
32202 visibility at point rather than at window-start.
32203
32204 2005-01-22 Jason Rumney <jasonr@gnu.org>
32205
32206 * term/w32-win.el (xw-defined-colors): Remove debug-message.
32207
32208 2005-01-22 David Kastrup <dak@gnu.org>
32209
32210 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
32211
32212 2005-01-22 Eli Zaretskii <eliz@gnu.org>
32213
32214 * type-break.el (type-break-mode): Add a test for
32215 type-break-file-name being non-nil.
32216
32217 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
32218
32219 * net/eudc.el (top level): Call (message "") via progn, so that
32220 eudc-options-file is loaded.
32221
32222 2005-01-22 Kim F. Storm <storm@cua.dk>
32223
32224 * simple.el (line-move-1): Rename from line-move.
32225 (line-move): New function that adjusts vscroll for partially
32226 visible rows, and calls line-move-1 otherwise.
32227
32228 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
32229
32230 * pcomplete.el: Define pcomplete-read-event instead of read-event,
32231 since it's not a complete read-event implementation
32232
32233 2005-01-20 Jay Belanger <belanger@truman.edu>
32234
32235 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
32236 for called function.
32237
32238 2005-01-20 Steven Tamm <steventamm@mac.com>
32239
32240 * term/mac-win.el (process-connection-type): Remove.
32241 Controlled now by s/darwin.h:PTY_ITERATION.
32242
32243 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
32244
32245 * window.el (handle-select-window): Don't switch window when we're
32246 in the minibuffer.
32247
32248 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
32249
32250 * subr.el (dotimes-with-progress-reporter): New macro.
32251
32252 * ses.el (ses-dotimes-msg): Remove macro.
32253 Use `dotimes-with-progress-reporter' instead.
32254
32255 2005-01-19 Steven Tamm <steventamm@mac.com>
32256
32257 * term/mac-win.el (process-connection-type): Use new
32258 operating-system-release variable to use ptys on Darwin 7 (OS X
32259 10.3) when using carbon build.
32260
32261 2005-01-19 Jay Belanger <belanger@truman.edu>
32262
32263 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
32264 flags if the last command was a tab or M-tab.
32265
32266 * calc/calc-prog.el (calc-user-define-edit): Put original formula
32267 in formula editing buffer.
32268
32269 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
32270
32271 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
32272 breakpoint image symbol in margin.
32273
32274 2005-01-19 Jay Belanger <belanger@truman.edu>
32275
32276 * calc/calc-prog.el (calc-execute-kbd-macro):
32277 Ignore calc-keep-arg-flag.
32278
32279 2005-01-19 Kenichi Handa <handa@m17n.org>
32280
32281 * textmodes/ispell.el (ispell-looking-at): New function.
32282 (ispell-process-line): Use ispell-looking-at to compare the ispell
32283 output and the buffer contents.
32284
32285 2005-01-18 Jay Belanger <belanger@truman.edu>
32286
32287 * calc/calc.el (calc-display-raw): Fix docstring.
32288
32289 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
32290
32291 * simple.el (blink-matching-open): Strip extra info from syntax.
32292
32293 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
32294 funny chars in the end-of-here-doc marker.
32295
32296 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
32297
32298 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
32299 that enable/disabled state of breakpoints is shown correctly in
32300 fringe and on ttys.
32301 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
32302 Add breakpoint information as text properties.
32303 (gdb-mouse-toggle-breakpoint):
32304 Rename to gdb-mouse-set-clear-breakpoint.
32305 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
32306 breakpoints in the margin.
32307 (gdb-remove-strings): Simplify.
32308
32309 2005-01-17 Jay Belanger <belanger@truman.edu>
32310
32311 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
32312 erasing buffer.
32313
32314 2005-01-17 Richard M. Stallman <rms@gnu.org>
32315
32316 * progmodes/grep.el (grep-find): Copy from `grep' the condition
32317 for calling grep-compute-defaults.
32318
32319 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
32320 if buffer is empty.
32321
32322 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
32323
32324 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
32325
32326 * hilit-chg.el (highlight-changes-mode): Don't autoload.
32327
32328 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
32329 non-preloaded variables.
32330
32331 2005-01-17 Steven Tamm <steventamm@mac.com>
32332
32333 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
32334 tex-shell cause to force interactivity when using pipes.
32335
32336 2005-01-17 Kim F. Storm <storm@cua.dk>
32337
32338 * simple.el (just-one-space): Make arg optional.
32339
32340 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
32341
32342 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
32343 posn-at-x-y to t to access left-margin.
32344
32345 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
32346
32347 Sync with Tramp 2.0.47.
32348
32349 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
32350 catching keep-date problems in cp/scp operations.
32351 (tramp-handle-copy-file): Don't call `set-file-modes'
32352 unconditionally. Specialized functions should know better what is
32353 necessary. This improves performance a little bit, and the
32354 functions could catch errors with `cp -p' and `scp -p'.
32355 (tramp-do-copy-or-rename-file-via-buffer)
32356 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
32357 when appropriate.
32358 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
32359 Call `set-file-modes' when appropriate.
32360 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
32361 Johnsson <isak@hypergene.com>.
32362 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
32363 of both Tramp buffer and debug buffer. Reported by Joakim Verona
32364 <joakim@verona.se>.
32365 (tramp-file-name-for-operation): Mark `shell-command' as magic for
32366 Emacs only.
32367
32368 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
32369 `find-file-hooks' and `dired-mode-hook'.
32370 (tramp-minor-mode-map): Respective map. Add remapping for
32371 `compile' and `recompile'.
32372 (tramp-remap-command, tramp-recompile): New defuns.
32373 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
32374 in buffer "*Compilation*". Call the commands asynchronously.
32375
32376 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
32377 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
32378 `shell-command', because it isn't magic in XEmacs. Reported by
32379 Adrian Aichner <adrian@xemacs.org>.
32380
32381 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
32382 `substitute-in-file-name.
32383 (tramp-smb-handle-substitute-in-file-name): New defun.
32384 (tramp-smb-advice-PC-do-completion): Delete advice.
32385
32386 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
32387
32388 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
32389 Fix error in deleting region.
32390
32391 2005-01-15 Richard M. Stallman <rms@gnu.org>
32392
32393 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
32394 In non-temp buffer, switch syntax table temporarily.
32395
32396 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
32397
32398 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
32399
32400 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
32401
32402 * imenu.el (imenu--split-menu): Copy menulist before sorting.
32403 (imenu--generic-function): Use START, not BEG, as pos of definition.
32404
32405 * simple.el (just-one-space): Argument specifies number of spaces.
32406
32407 * simple.el (eval-expression-print-format): Avoid warning
32408 about edebug-active.
32409
32410 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
32411
32412 * progmodes/sh-script.el: Code copied from make-mode.el
32413 with small changes,
32414 (sh-mode-map): Bind C-c C-\.
32415 (sh-backslash-column, sh-backslash-align): New variables.
32416 (sh-backslash-region, sh-append-backslash): New functions.
32417
32418 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
32419
32420 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
32421 (rmail-pop-password, rmail-pop-password-required): Move to
32422 rmail-obsolete group.
32423 (rmail-set-pop-password): Rename to rmail-set-remote-password.
32424 All callers updated.
32425 (rmail-get-pop-password): Rename to rmail-get-remote-password.
32426 Take an argument specifying whether it is POP or IMAP mailbox we
32427 are using. All callers updated.
32428 (rmail-pop-password-error): Rename to
32429 rmail-remote-password-error. Added mailutils-specific error message.
32430 (rmail-movemail-search-path)
32431 (rmail-movemail-variant-in-use): New variables.
32432 (rmail-remote-password, rmail-remote-password-required):
32433 New customization variables.
32434 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
32435 (rmail-parse-url): New function.
32436 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
32437 with GNU mailutils movemail.
32438
32439 2005-01-15 Kevin Ryde <user42@zip.com.au>
32440
32441 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
32442 suffix to space, $ or '$, to correctly position point when going
32443 to @table style constants like DBL_MAX.
32444
32445 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
32446
32447 * type-break.el (type-break-mode, type-break-file-time)
32448 (type-break-file-keystroke-count, type-break-choose-file):
32449 Don't store data in or load data from the file if type-break-file-name
32450 is nil.
32451 (type-break-file-name): Doc update as per the above.
32452
32453 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
32454
32455 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
32456 lookup-key might return nil; handle that.
32457
32458 2005-01-15 Alan Mackenzie <acm@muc.de>
32459
32460 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
32461 rather than the element found, thus enabling the tree to be setcar'd.
32462
32463 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
32464
32465 * textmodes/org.el (org-show-following-heading): New option.
32466 (org-show-hierarchy-above): Use `org-show-following-heading'.
32467 (org-cycle): Documentation fix.
32468
32469 * textmodes/org.el (orgtbl-optimized): New option
32470 (orgtbl-mode): New command, a minor mode.
32471 (orgtbl-mode-map): New variable.
32472 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
32473 (orgtbl-error, orgtbl-self-insert-command)
32474 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
32475
32476 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
32477 a local variable in each org-mode buffer.
32478
32479 * textmodes/org.el (org-set-regexps-and-options): Rename from
32480 `org-set-regexps'. Added checking for STARTUP keyword.
32481 (org-get-current-options): Add STARTUP options.
32482 (org-table-insert-row): Make mode intelligent about when
32483 realignment is needed.
32484 (org-self-insert-command, org-delete-backward-char, org-delete-char):
32485 New commands.
32486 (org-enable-table-editor): New default value `optimized'.
32487 (org-table-blank-field): Support blanking regions if active.
32488
32489 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
32490
32491 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
32492 if the year is not given.
32493
32494 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
32495 Add new escapes %m and %M, fixed bug with %F by adding
32496 save-match-data.
32497 (reftex-reference): Remove ?. from list of spaces.
32498 (reftex-label-info): Add automatic label prefix recognition.
32499
32500 * textmodes/reftex-index.el (reftex-index-next-phrase):
32501 Add slave parameter to call of `reftex-index-this-phrase'.
32502 (reftex-index-this-phrase): New optional argument.
32503 (reftex-index-region-phrases): Add slave parameter to call of
32504 `reftex-index-this-phrase'.
32505 (reftex-display-index): New argument redo.
32506 (reftex-index-rescan): Add `redo' to arguments of
32507 `reftex-display-index'.
32508 (reftex-index-Rescan, reftex-index-revert)
32509 (reftex-index-switch-index-tag): Add `redo' to arguments of
32510 `reftex-display-index'.
32511 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
32512 indexing. Fix bug with matching is there is a quote before or
32513 after the word.
32514
32515 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
32516 Fix bug when collecting citation keys in lines with comments.
32517 (reftex-citation): Prefix argument no longer rescans the document,
32518 but forces prompting for optional arguments of cite macros.
32519 (reftex-do-citation): Prompting for optional arguments implemented.
32520
32521 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
32522 Add optional arguments to most cite commands.
32523 (reftex-cite-cleanup-optional-args): New option
32524 (reftex-cite-prompt-optional-args): New option.
32525 (reftex-trust-label-prefix): New option.
32526
32527 * textmodes/reftex-toc.el (reftex-toc-find-section):
32528 Add push-mark before changing the position in the buffer.
32529
32530 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
32531 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
32532
32533 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
32534
32535 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
32536 more carefully.
32537
32538 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
32539
32540 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
32541 (sgml-mode): Use it.
32542 (sgml-get-context): Better keep track of implicitly closed tags.
32543
32544 2005-01-13 Kenichi Handa <handa@m17n.org>
32545
32546 * textmodes/ispell.el: These changes are to fix misalignment error
32547 caused by equivalent characters of different Emacs charsets.
32548 (ispell-unified-chars-table): New variable.
32549 (ispell-get-decoded-string): New function.
32550 (ispell-get-casechars, ispell-get-not-casechars)
32551 (ispell-get-otherchars): Call ispell-get-decoded-string.
32552
32553 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
32554
32555 * custom.el (custom-declare-variable): Just put symbol instead
32556 of (defvar . symbol) in `current-load-list'.
32557
32558 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
32559
32560 * emacs-lisp/elint.el: Fixed typo in Commentary section.
32561
32562 2005-01-12 Jay Belanger <belanger@truman.edu>
32563
32564 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
32565 to create a Calc summary.
32566
32567 2005-01-12 Kim F. Storm <storm@cua.dk>
32568
32569 * mouse.el (mouse-on-link-p): Change functionality and doc
32570 string to comply with latest description in lisp ref.
32571
32572 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
32573
32574 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
32575 Enable mouse clicks on mode-line, header-line and margin.
32576 (event-type): Give mouse event symbols an `event-kind' property
32577 with value `mouse-click'.
32578
32579 2005-01-12 Juri Linkov <juri@jurta.org>
32580
32581 * facemenu.el (list-colors-display): Add new arg buffer-name.
32582 Use it. Fix docstring. Replace code for identifying duplicate
32583 colors by the name with call to `list-colors-duplicates' which
32584 identifies duplicate colors by the value unless the color
32585 is one of special Windows colors. Set truncate-lines to t.
32586 Print sorted duplicate color names on each line. Indent to 22
32587 \(the longest color name in rgb.txt) instead of 20. Optimize.
32588 (list-colors-duplicates): New function.
32589 (facemenu-color-name-equal): Delete function.
32590
32591 * facemenu.el (list-colors-print): New function created from code
32592 in list-colors-display. Print #RRGGBB at the window right edge.
32593 (list-colors-display): When temp-buffer-show-function is not
32594 defined, call list-colors-print from temp-buffer-show-hook
32595 to get the right value of window-width in list-colors-print
32596 after the buffer is displayed.
32597
32598 * simple.el (pop-mark): Move deactivate-mark out of conditional
32599 part to deactivate the active mark regardless of the state of the
32600 mark ring.
32601
32602 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
32603 variables line in desktop files.
32604
32605 2005-01-12 Juri Linkov <juri@jurta.org>
32606
32607 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
32608 Bring together isearch highlight related options.
32609 (lazy-highlight): Replace group `replace' by `matching'.
32610 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
32611 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
32612 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
32613 and declare them obsolete.
32614 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
32615 (isearch-faces): Remove defgroup.
32616 (isearch-overlay, isearch-highlight, isearch-dehighlight):
32617 Move isearch highlighting code closer to lazy highlighting code.
32618
32619 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
32620 (query-replace-highlight, query-replace-lazy-highlight)
32621 (query-replace): Move definitions to the beginning of the file.
32622
32623 2005-01-11 Juri Linkov <juri@jurta.org>
32624
32625 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
32626 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
32627 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
32628
32629 * info.el (Info-history-forward): New variable.
32630 (Info-select-node): Reset Info-history-forward to nil.
32631 (Info-last): Turn into defalias.
32632 (Info-history-back): Rename from Info-last.
32633 Add current node to Info-history-forward.
32634 (Info-history-forward): New fun.
32635 (Info-mode-map): Replace Info-last by Info-history-back.
32636 Bind Info-history-forward to "r".
32637 (Info-mode-menu): Replace Info-last by Info-history-back.
32638 Fix menu item text. Add menu item for Info-history-forward.
32639 (info-tool-bar-map): Replace Info-last by Info-history-back.
32640 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
32641 for Info-history-forward.
32642 (Info-mode): Replace Info-last by Info-history-back in docstring.
32643 Add local variable Info-history-forward.
32644 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
32645
32646 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
32647
32648 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
32649 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
32650 Ignore select-window events rather than fiddle with
32651 mouse-autoselect-window.
32652
32653 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
32654
32655 * type-break.el (type-break-mode): Fix previous change.
32656
32657 2005-01-10 Jay Belanger <belanger@truman.edu>
32658
32659 * calc/calc-ext.el (calc-reset): Reset when inside embedded
32660 calculator; only reset when point is inside a calculator.
32661 Don't adjust the window height if the window takes up the whole height
32662 of the frame.
32663
32664 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
32665
32666 * ebuff-menu.el (Electric-buffer-menu-mode):
32667 Preserve value of buffer-local var header-line-format.
32668
32669 2005-01-09 Jay Belanger <belanger@truman.edu>
32670
32671 * calc/calc.el (calc-mode-var-list-restore-saved-values):
32672 Make sure settings file exists before accessing it.
32673
32674 * calc/calc-embed.el (calc-embedded-subst):
32675 Replace math-multi-subst-rec, which is only supposed to be called
32676 by math-multi-subst, by math-multi-subst.
32677
32678 2005-01-09 Andre Spiegel <spiegel@gnu.org>
32679
32680 * vc.el (vc-allow-async-revert): New user option.
32681 (vc-disable-async-diff): New internal variable.
32682 (vc-revert-buffer): Use them to disable asynchronous diff.
32683
32684 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
32685 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
32686 asynchronously if vc-disable-async-diff is t.
32687
32688 2005-01-09 Jay Belanger <belanger@truman.edu>
32689
32690 * calc/calc.el (defcalcmodevar): New macro.
32691 (calc-mode-var-list-restore-default-values)
32692 (calc-mode-var-list-restore-saved-values): New functions.
32693 (calc-mode-var-list): Use defcalcmodevar to define it.
32694 (calc-always-load-extensions, calc-line-numbering)
32695 (calc-line-breaking, calc-display-just, calc-display-origin)
32696 (calc-number-radix, calc-leading-zeros, calc-group-digits)
32697 (calc-group-char, calc-point-char, calc-frac-format)
32698 (calc-prefer-frac, calc-hms-format, calc-date-format)
32699 (calc-float-format, calc-full-float-format, calc-complex-format)
32700 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
32701 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
32702 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
32703 (calc-matrix-brackets, calc-language, calc-language-option)
32704 (calc-left-label, calc-right-label, calc-word-size)
32705 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
32706 (calc-display-raw, calc-internal-prec, calc-angle-mode)
32707 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
32708 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
32709 (calc-window-height, calc-display-trail, calc-show-selections)
32710 (calc-use-selections, calc-assoc-selections)
32711 (calc-display-working-message, calc-auto-why, calc-timing)
32712 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
32713 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
32714 (calc-gnuplot-default-device, calc-gnuplot-default-output)
32715 (calc-gnuplot-print-device, calc-gnuplot-print-output)
32716 (calc-gnuplot-geometry, calc-graph-default-resolution)
32717 (calc-graph-default-resolution-3d, calc-invocation-macro)
32718 (calc-show-banner): Use defcalcmodevar to declare them and set
32719 their default values.
32720
32721 * calc/calc-ext.el (calc-reset): Restore saved values of variables
32722 instead of default values (but restore default values if there is
32723 an argument of 0).
32724
32725 2005-01-09 David Kastrup <dak@gnu.org>
32726
32727 * desktop.el (desktop-restore-eager): Fix typo in type.
32728
32729 2005-01-08 Richard M. Stallman <rms@gnu.org>
32730
32731 * cus-edit.el (customize): Delete :link.
32732
32733 2005-01-08 Jay Belanger <belanger@truman.edu>
32734
32735 * calc/calc.el (calc-mode): Remove the extension from the
32736 `calc-settings-file' file name when loading it.
32737
32738 2005-01-08 Kim F. Storm <storm@cua.dk>
32739
32740 * info.el (Info-mode-map, Info-next-link-keymap)
32741 (Info-prev-link-keymap, Info-up-link-keymap):
32742 Map follow-link to mouse-face.
32743 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
32744
32745 2005-01-08 Jay Belanger <belanger@truman.edu>
32746
32747 * calc/calc.el (calc-settings-file): Change default value.
32748 Suggested by cgw in a comment in calc-mode.el.
32749
32750 * calc/calc-mode.el (calc-settings-file-name):
32751 Compare calc-settings-file to user-init-file instead of ~/.emacs.
32752 Replace ~/.emacs in a prompt by calc-settings-file.
32753
32754 2005-01-07 Lars Hansen <larsh@math.ku.dk>
32755
32756 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
32757 (desktop-lazy-idle-delay): New customizable variables.
32758 (desktop-buffer-args-list): New variable.
32759 (desktop-append-buffer-args): New function.
32760 (desktop-save): Call desktop-append-buffer-args for some buffers.
32761 (desktop-lazy-create-buffer): New function.
32762 (desktop-idle-create-buffers): New function.
32763 (desktop-read): Add message about buffers to restore lazily.
32764 (desktop-lazy-abort): New command.
32765 (desktop-clear): Call desktop-lazy-abort.
32766 (desktop-lazy-complete): New command.
32767
32768 2005-01-06 Richard M. Stallman <rms@gnu.org>
32769
32770 * emacs-lisp/find-func.el (find-face-definition):
32771 Rename from find-face.
32772
32773 2005-01-06 Kim F. Storm <storm@cua.dk>
32774
32775 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
32776
32777 * man.el (Man-xref-man-page, Man-xref-header-file)
32778 (Man-xref-normal-file): Add follow-link property.
32779
32780 2005-01-06 Jay Belanger <belanger@truman.edu>
32781
32782 * calc/calc-units.el: Make sure the proper macro definitions are
32783 available when compiling.
32784
32785 2005-01-06 Juri Linkov <juri@jurta.org>
32786
32787 * isearch.el (isearch-lazy-highlight-update):
32788 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
32789
32790 2005-01-06 Miles Bader <miles@gnu.org>
32791
32792 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
32793 (isearch-lazy-highlight-face): Use new name.
32794
32795 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
32796
32797 * uniquify.el (uniquify-rationalize-file-buffer-names):
32798 Re-add an interactive spec.
32799 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
32800 to the same name.
32801
32802 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
32803 (isearch-update, isearch-done): Adjust calls accordingly.
32804
32805 2005-01-05 Richard M. Stallman <rms@gnu.org>
32806
32807 * custom.el (custom-set-variables, custom-theme-set-variables):
32808 Clarify documentation.
32809
32810 * emacs-lisp/find-func.el (find-variable)
32811 (find-variable-other-window, find-variable-other-frame):
32812 Fix the TYPE args to find-function-read and find-function-do-it.
32813 (find-function): Doc fix.
32814 (find-function-at-point): Replace function-at-point alias.
32815
32816 2005-01-04 Richard M. Stallman <rms@gnu.org>
32817
32818 * cus-face.el (custom-declare-face):
32819 Record defface in current-load-list.
32820
32821 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
32822
32823 * emacs-lisp/find-func.el: Doc fixes.
32824 (find-face-regexp): New variable.
32825 (find-function-regexp-alist): New variable.
32826 (find-function-C-source): Third arg is now TYPE.
32827 (find-function-search-for-symbol): Handle general TYPE.
32828 (find-function-read, find-function-do-it): Handle general TYPE.
32829 (find-definition-noselect, find-face): New functions.
32830 (function-at-point): Alias deleted.
32831
32832 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
32833
32834 * battery.el (display-battery-mode): Rename from display-battery.
32835 Handle the case where it gets turned off.
32836
32837 2005-01-04 Richard M. Stallman <rms@gnu.org>
32838
32839 * cus-edit.el (customize): Make :link point to user doc.
32840
32841 * man.el (Man-fontify-manpage): Turn off undo generation.
32842
32843 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
32844
32845 2005-01-04 Andreas Schwab <schwab@suse.de>
32846
32847 * files.el (insert-directory): Only look for error lines in
32848 inserted text. Don't move too far after processing --dired markers.
32849
32850 2005-01-04 Richard M. Stallman <rms@gnu.org>
32851
32852 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
32853 Don't expand if the character is @, period, dash, etc.
32854 (define-mail-abbrev): Quote names that contain problem characters.
32855
32856 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
32857
32858 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
32859
32860 2005-01-03 Richard M. Stallman <rms@gnu.org>
32861
32862 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
32863 (query-replace-highlight, query-replace-lazy-highlight)
32864 (query-replace): Definitions moved up. Doc fix.
32865
32866 2005-01-03 Richard M. Stallman <rms@gnu.org>
32867
32868 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
32869 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
32870 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
32871 (lazy-highlight-face): Rename from isearch-lazy-...
32872 Change all references to them.
32873
32874 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
32875
32876 * cus-edit.el (custom-file): Doc fix for defcustom.
32877 (custom-file): The function no longer sets the variable
32878 `custom-file' to its return value.
32879
32880 * startup.el (command-line): No longer load `custom-file'.
32881
32882 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
32883
32884 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
32885
32886 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
32887 Don't confuse module-prefixed identifiers for labels.
32888 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
32889
32890 2005-01-02 Richard M. Stallman <rms@gnu.org>
32891
32892 * files.el (basic-save-buffer-1): Fix previous change.
32893
32894 * loadhist.el (file-loadhist-lookup): New function.
32895 (file-provides, file-requires): Use it.
32896
32897 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
32898 instead of calculating the right size.
32899
32900 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
32901
32902 * vc-svn.el (vc-svn-diff): Stay local if possible.
32903
32904 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
32905
32906 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
32907
32908 * files.el (hack-local-variables): Fix last change.
32909
32910 2005-01-02 Jay Belanger <belanger@truman.edu>
32911
32912 * calc/calc-yank.el (calc-edit-top): New variable.
32913 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
32914 object. Change header properties.
32915 (calc-edit-finish, calc-edit-finish-stack-object)
32916 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
32917 edited object.
32918 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
32919 for the beginning of the edited object.
32920 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
32921 for the beginning of the edited object.
32922 * calc/calc-prog.el (calc-edit-macro-finish-edit)
32923 (calc-finish-formula-edit, calc-macro-repeats)
32924 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
32925 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
32926 beginning of the edited object.
32927 (calc-user-define-edit): Change the header for editing macros.
32928 Remove unnecessary variable.
32929
32930 2005-01-01 Jay Belanger <belanger@truman.edu>
32931
32932 * calc/calc-yank.el (calc-edit-mode): Change default header.
32933 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
32934 * calc/calc-store.el (calc-edit-variable): Change title to match new
32935 header.
32936 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
32937 mode to match new header.
32938 (calc-user-define-edit): Change titles to include names of commands.
32939 (calc-finish-formula-edit): Adjust to handle new header.
32940 (calc-finish-macro-edit): Remove.
32941 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
32942 (calc-edit-macro-command, calc-edit-macro-command-type)
32943 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
32944 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
32945 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
32946 (calc-edit-macro-finish-edit): New functions.
32947 (calc-user-define-edit): Use new functions to edit named calc macros.
32948
32949 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
32950
32951 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
32952
32953 * ses.el (copy-region-as-kill): Deactivate mark.
32954
32955 2005-01-01 Richard M. Stallman <rms@gnu.org>
32956
32957 * replace.el (occur-1): If the output buffer is also an input,
32958 don't kill it, rename it.
32959
32960 * faces.el (set-face-background, set-face-foreground): Doc fix.
32961
32962 * cus-face.el (custom-face-attributes): Fix :help-echo strings
32963 for :foreground and :background.
32964
32965 * dired.el (dired-view-command-alist): Variable deleted.
32966 (dired-view-file, dired-mouse-find-file-other-window):
32967 Delete the code to use it.
32968
32969 2005-01-01 Kim F. Storm <storm@cua.dk>
32970
32971 * image.el (insert-sliced-image): Use t for line-height property.
32972
32973 See ChangeLog.11 for earlier changes.
32974
32975 ;; Local Variables:
32976 ;; coding: iso-2022-7bit
32977 ;; add-log-time-zone-rule: t
32978 ;; End:
32979
32980 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
32981
32982 This file is part of GNU Emacs.
32983
32984 GNU Emacs is free software; you can redistribute it and/or modify
32985 it under the terms of the GNU General Public License as published by
32986 the Free Software Foundation; either version 2, or (at your option)
32987 any later version.
32988
32989 GNU Emacs is distributed in the hope that it will be useful,
32990 but WITHOUT ANY WARRANTY; without even the implied warranty of
32991 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
32992 GNU General Public License for more details.
32993
32994 You should have received a copy of the GNU General Public License
32995 along with GNU Emacs; see the file COPYING. If not, write to the
32996 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
32997 Boston, MA 02110-1301, USA.
32998
32999 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1