]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(idlwave-shell-break-in): Simplify module calc.
[gnu-emacs] / lisp / ChangeLog
1 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
2
3 * progmodes/idlw-shell.el (idlwave-shell-break-in): Simplify
4 module calc.
5 (idlwave-shell-set-bp-in-module): Compute module.
6
7 2007-03-31 Glenn Morris <rgm@gnu.org>
8
9 * emacs-lisp/timer.el (run-at-time): Doc fix.
10
11 * emacs-lisp/warnings.el (display-warning): If we create the
12 buffer displaying the warning, disable undo there.
13
14 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
15
16 * net/tramp.el (tramp-register-file-name-handler)
17 (tramp-register-completion-file-name-handler): New defsubst,
18 derived from `tramp-register-file-name-handlers'. The split is
19 necessary because Tramp's file name handlers must be registered at
20 different startup places.
21
22 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
23
24 * progmodes/hideshow.el (turn-off-hideshow): New function.
25 (hs-minor-mode): Use it instead of a lambda expression in
26 change-major-mode-hook.
27
28 2007-03-31 David Kastrup <dak@gnu.org>
29
30 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
31 corresponding to MANPATH_MAP entries.
32 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
33 (woman-parse-man.conf): Use more discriminating man.conf name.
34 (woman-parse-man.conf): Parse MANPATH_MAP entries.
35 (woman-manpath): Doc fix and type fix.
36 (woman-cached-data): Check for MANPATH_MAP entries.
37 (woman-expand-directory-path): Treat MANPATH_MAP entries.
38
39 2007-03-31 Stuart Herring <herring@lanl.gov>
40
41 * emacs-lisp/sregex.el (sregexq): Doc fix.
42
43 2007-03-31 Markus Triska <markus.triska@gmx.at>
44
45 * flymake.el (flymake-err-line-patterns): Doc fix.
46
47 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
48
49 * info.el (info-tool-bar-map): Use "exit" for Info-exit. Move to
50 the right.
51
52 2007-03-30 Alan Mackenzie <acm@muc.de>
53
54 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
55
56 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
57
58 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
59 Use it, passed in explicitly, instead of from the dynamic binding.
60 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
61
62 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
63
64 * simple.el (blink-matching-open): When in minibuffer, don't
65 search for a match inside the prompt.
66
67 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
68
69 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
70 (tmm-prompt): Don't make the mouse user select the first menu
71 item twice.
72
73 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
74
75 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
76 SIGUSR1 and SIGUSR2.
77
78 2007-03-29 Kim F. Storm <storm@cua.dk>
79
80 * ido.el (ido-read-internal): When reading file or dir, only override
81 minibuffer-local-filename-completion-map, otherwise only override
82 minibuffer-local-completion-map.
83
84 2007-03-29 Glenn Morris <rgm@gnu.org>
85
86 * complete.el (partial-completion-mode): Set PC-do-completion-end
87 to nil after use.
88 (PC-lisp-complete-symbol): Create and use a marker at `end',
89 rather than using point-marker.
90
91 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
92
93 * simple.el (next-error-highlight): Doc fix.
94 (compose-mail): Revert 2007-03-19 change.
95
96 2007-03-28 Richard Stallman <rms@gnu.org>
97
98 * emacs-lisp/edebug.el (edebug-display): Don't go to
99 edebug-outside-buffer if it is dead.
100
101 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
102
103 * view.el (view-mode): Fix typos in docstring.
104
105 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
106
107 * recentf.el (recentf-save-file): Add a custom :set function.
108
109 2007-03-28 Glenn Morris <rgm@gnu.org>
110
111 * complete.el (PC-do-completion-end): New variable.
112 (partial-completion-mode) <choose-completion-string-functions>:
113 Use PC-do-completion-end in the non-minibuffer case to replace the
114 correct amount of text.
115 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
116 (PC-lisp-complete-symbol): Give marker the after-insertion type,
117 to deal with improvements inserted after point.
118
119 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
120
121 * button.el (make-text-button): Add explicit `button' property.
122 (default-button): Don't put a `button' property on it.
123
124 * progmodes/python.el (python-mode): Skip comments when parsing.
125
126 * vc-arch.el (vc-with-current-file-buffer): New macro.
127 (vc-arch-file-source-p): Use it to avoid infloop.
128
129 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
130
131 * emacs-lisp/lisp.el (lisp-complete-symbol):
132 Fix call to get-buffer-window to find windows in other frames.
133
134 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
135
136 * comint.el (comint-proc-query, comint-dynamic-list-completions):
137 Fix calls to get-buffer-window to find windows in other frames.
138 Reported by David Hansen <david.hansen@gmx.net>.
139
140 2007-03-27 Kevin Ryde <user42@zip.com.au>
141
142 * info.el (Info-display-images-node): On a text-only terminal,
143 show the "text" or "alt" parts of the image blobs.
144
145 2007-03-27 Glenn Morris <rgm@gnu.org>
146
147 * complete.el (PC-do-completion): Compute completion-base-size in
148 the non-filename case, rather than setting to nil.
149 (PC-lisp-complete-end): New variable.
150 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
151 original end in a series of consecutive invocations.
152
153 * calendar/calendar.el (calendar-mode-hook): Declare it.
154
155 * calendar/diary-lib.el (diary-live-p): Do not check for
156 diary-selective-display.
157
158 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
159
160 * replace.el (occur-next-error): *Occur* might not be displayed in the
161 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
162
163 2007-03-26 Richard Stallman <rms@gnu.org>
164
165 * textmodes/flyspell.el (flyspell-large-region):
166 Use ispell-call-process-region.
167
168 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
169
170 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
171 Use prin1 instead of princ.
172
173 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
174
175 * faces.el (face-set-after-frame-default): Revert 2007-03-10
176 change. Merge in X resources before global face.
177
178 * progmodes/compile.el (compilation-start):
179 Save compilation-directory rather than default-directory as local var.
180 (compilation-directory): Mark as safe local var.
181
182 * files.el: Don't mark default-directory as a safe local var.
183
184 2007-03-25 Alan Mackenzie <acm@muc.de>
185
186 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
187 * progmodes/cc-engine.el: Fix typo.
188
189 2007-03-25 Juri Linkov <juri@jurta.org>
190
191 * compare-w.el (compare-windows): Rename customization group
192 `compare-w' to `compare-windows'.
193 (compare-windows-whitespace, compare-ignore-whitespace)
194 (compare-ignore-case, compare-windows-sync)
195 (compare-windows-sync-string-size, compare-windows-recenter)
196 (compare-windows-highlight, compare-windows): Change group name in
197 the `group' tag from `compare-w' to `compare-windows'.
198 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
199
200 2007-03-24 Markus Triska <markus.triska@gmx.at>
201
202 * expand.el: Change example to always enable abbrev-mode,
203 and remove redundant `function'.
204 (expand-abbrev-hook): Add autoload cookie.
205
206 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
207
208 * emacs-lisp/testcover.el (testcover-start, testcover-end)
209 (testcover-mark-all, testcover-unmark-all): Add prompts to
210 interactive specs.
211
212 2007-03-24 Jason Rumney <jasonr@gnu.org>
213
214 * autorevert.el (find-file-hook, auto-revert-tail-mode):
215 Use file size in bytes for auto-revert-tail-pos not characters.
216
217 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
218
219 * vc-rcs.el (vc-rcs-annotate-command):
220 Set text property :vc-annotate-prefix on the annotation text.
221 (vc-rcs-annotate-time): Instead of searching for ": ",
222 search for end of text propertized with :vc-annotate-prefix.
223
224 2007-03-24 Martin Rudalics <rudalics@gmx.at>
225
226 * whitespace.el (top level): Remove calls putting
227 permanent-local nil property since these are no-ops.
228
229 * man.el (Man-support-local-filenames): Assure that
230 default-directory exists when doing call-process.
231
232 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
233
234 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
235 Fix omission bug: Use m4-program-options to construct shell command.
236
237 2007-03-23 David Kastrup <dak@gnu.org>
238
239 * progmodes/cc-mode.el (c-make-emacs-variables-local):
240 Use `mapcar' rather than `mapcan' to silence compiler warning.
241
242 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
243
244 * textmodes/reftex.el, textmodes/reftex-vars.el,
245 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
246 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
247 * textmodes/reftex-index.el, textmodes/reftex-global.el,
248 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
249 * textmodes/reftex-auc.el: Add maintainer address.
250
251 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
252
253 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
254 Make sure that `global-font-lock-mode' does not turn on font-lock
255 in these buffers.
256
257 2007-03-21 Kim F. Storm <storm@cua.dk>
258
259 * xt-mouse.el (xt-mouse-epoch): New variable.
260 (xterm-mouse-event): Use float-time.
261
262 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
263
264 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
265 current-time.
266
267 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
268
269 * complete.el (read-file-name-internal): Don't add the final > if the
270 completion is not finished (re-application of this patch, which was
271 accidentally undone by Eli).
272
273 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
274
275 * emulation/viper.el (viper-non-hook-settings): Handle mouse
276 clicks in describe-key and describe-key-briefly advice a little better.
277
278 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
279
280 * server.el (server-process-filter): Cancel any pending isearch.
281
282 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
283
284 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
285 (icalendar--get-unfolded-buffer): Define actual arguments rather
286 than just using &rest. Check replace-in-string is fbound.
287 (icalendar-import-buffer): Doc fix.
288 (icalendar--convert-ical-to-diary): Set diary-file.
289 Check diary-file before inserting final newline.
290 (icalendar--add-diary-entry): Return diary-file.
291
292 2007-03-21 Glenn Morris <rgm@gnu.org>
293
294 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
295 (diary-display-hook): Add custom :set function.
296
297 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
298 Add custom :set function.
299 (diary-header-line-format): Doc fix.
300 (diary-set-maybe-redraw): New function.
301 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
302 (diary-list-entries): Always run diary-mode.
303
304 2007-03-20 David Kastrup <dak@gnu.org>
305
306 * files.el (magic-mode-alist): Require literal "%!PS" string for
307 magic postscript file detection.
308
309 2007-03-20 Richard Stallman <rms@gnu.org>
310
311 * textmodes/ispell.el (ispell-call-process): New function.
312 Defends against bad `default-directory.'
313 (ispell-check-version, ispell-find-aspell-dictionaries)
314 (ispell-get-aspell-config-value, lookup-words): Call it.
315 (ispell-call-process-region): New function.
316 (ispell-send-string): Call it.
317
318 2007-03-20 Andreas Schwab <schwab@suse.de>
319
320 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
321 (finder-data): Likewise.
322 (autoloads): Likewise.
323
324 2007-03-20 Martin Rudalics <rudalics@gmx.at>
325
326 * files.el (basic-save-buffer): Do not set visited filename when
327 the corresponding directory does not exist or the specified
328 filename is that of an existing directory.
329
330 2007-03-20 Glenn Morris <rgm@gnu.org>
331
332 * calendar/diary-lib.el (diary-live-p): New function.
333 (number-of-diary-entries): Add a :set function to redisplay diary
334 when necessary.
335
336 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
337
338 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
339 from client program, mev, to compute mouse event.
340
341 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
342
343 * faces.el (momentary): Face removed; unused due to reversion of
344 2007-01-04 changes by Kevin Rodgers.
345
346 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
347 Suggested by Johan Bockg\e,Ae\e(Brd.
348
349 2007-03-19 Martin Rudalics <rudalics@gmx.at>
350
351 * font-lock.el (lisp-font-lock-keywords-1):
352 Highlight define-globalized-minor-mode as a keyword.
353
354 2007-03-19 Kim F. Storm <storm@cua.dk>
355
356 * calc/calc-forms.el (math-std-daylight-savings)
357 (math-std-daylight-savings-old): Doc fix.
358
359 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
360
361 * progmodes/python.el (python-default-template): Doc fix.
362 (python-buffer): Fix typo in docstring.
363
364 * isearchb.el (isearchb-follow-char):
365 * subr.el (def-edebug-spec): Fix typo in docstring.
366
367 2007-03-19 Richard Stallman <rms@gnu.org>
368
369 * files.el (default-directory): Mark safe.
370 (basic-save-buffer-2): Put proper dir name in error message.
371
372 * simple.el (compose-mail): Run switch-function after
373 setting up the mail buffer.
374
375 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
376
377 2007-03-18 Jay Belanger <belanger@truman.edu>
378
379 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
380 (math-std-daylight-savings-new): Rename from
381 `math-std-daylight-savings'.
382 (math-std-daylight-savings-old): Rename from old value of
383 `math-std-daylight-savings'.
384 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
385 `math-std-daylight-savings-old' depending on the year.
386
387 2007-03-18 Detlev Zundel <dzu@gnu.org>
388
389 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
390 zero-width regexps as invalid but rather at least count them correctly.
391
392 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
393
394 * net/tls.el (open-tls-stream): In handshake-waiting loop,
395 don't wait more if there is output available to process.
396
397 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
398
399 * progmodes/compile.el (compilation-find-file): Revert change
400 from 2006-07-18 to allow completion of directory names.
401 Reported by John Carter <john.carter@tait.co.nz>.
402
403 2007-03-18 Kim F. Storm <storm@cua.dk>
404
405 * subr.el (when, unless): Doc fix.
406
407 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
408
409 * net/tls.el (tls-program): Doc fix.
410
411 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
412
413 * autorevert.el (auto-revert-tail-handler):
414 Call after-revert-hook.
415
416 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
417
418 * simple.el (switch-to-completions): No error if search for \n\n fails.
419
420 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
421
422 * simple.el (line-move-1):
423 Respect `inhibit-line-move-field-capture' property.
424
425 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
426
427 * comint.el (comint-arguments): Mark backslash-escaped chars.
428 (comint-delim-arg): Don't treat them as delimiters.
429
430 2007-03-12 Kim F. Storm <storm@cua.dk>
431 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
432
433 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
434
435 * tempo.el (tempo-insert): Deal with 'r> if it appears
436 specified with a prompt argument.
437
438 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
439
440 * textmodes/org.el (org-set-font-lock-defaults):
441 Handle narrow table columns correctly.
442
443 2007-03-12 Mark A. Hershberger <mah@everybody.org>
444
445 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
446 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
447 Return to use of the -no-properties variants. There was
448 consensus on emacs-devel that the speed of these variants was
449 prefered since we are usually parsing files (from the internet
450 or on disk) instead of XML created in Emacs.
451
452 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
453 Add customize option.
454
455 2007-03-12 Glenn Morris <rgm@gnu.org>
456
457 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
458 North American rule. Replace "daylight savings" with "daylight
459 saving" in doc.
460
461 * calendar/cal-china.el,cal-dst.el,calendar.el,diary-lib.el:
462 * calendar/lunar.el,solar.el: Replace "daylight savings" with
463 "daylight saving" in text.
464
465 * woman.el (woman-change-fonts): Tweak previous change by using
466 woman-request-regexp rather than "^\\.".
467
468 * startup.el (command-line-1): Make insertion of
469 initial-scratch-message not depend on scratch being selected.
470
471 2007-03-11 Juri Linkov <juri@jurta.org>
472
473 * replace.el (match): Use yellow background on light-bg terminals.
474
475 2007-03-11 Richard Stallman <rms@gnu.org>
476
477 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
478 Correctly compute line number.
479
480 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
481
482 * type-break.el (type-break-get-previous-count):
483 Repeat previous change here.
484
485 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
486
487 * progmodes/grep.el (grep-find-ignored-directories):
488 Add .git and .bzr to list.
489
490 2007-03-11 Andreas Schwab <schwab@suse.de>
491
492 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
493
494 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
495
496 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
497
498 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
499
500 * faces.el (face-set-after-frame-default): Recalculate face
501 customizations after applying X resources.
502
503 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
504
505 * net/rcirc.el (rcirc-timeout-seconds): New variable.
506 (rcirc-keepalive-seconds): Remove variable.
507 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
508 (rcirc-process, rcirc-user-disconnect): New variables.
509 (rcirc-connect): Initalize new variables.
510 (rcirc-keepalive): Don't send keepalive pings before connection
511 is completed.
512 (rcirc-sentinel): Do mark all channels with activity when
513 connection is dropped. Run hook with process buffer local.
514 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
515 (rcirc-buffer-process): Return value of rcirc-process if
516 rcirc-server-buffer is nil.
517 (rcirc-server-name): Return the reported server name.
518 (rcirc-update-prompt): Simplify computation of the server name.
519 (rcirc-format-response-string): Likewise.
520 (rcirc-handler-001): Mark server as connected, record the reported
521 server name, and schedule a timeout.
522 (rcirc-track-nick): Add a spec for the tty class.
523 (rcirc-user-non-nick): Remove function.
524 (rcirc-nick-prefix-chars): Add variable.
525 (rcirc-user-nick): Use above variable.
526
527 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
528
529 * icomplete.el (icomplete-tidy, icomplete-exhibit):
530 Bind deactivate-mark to nil.
531
532 2007-03-10 Martin Rudalics <rudalics@gmx.at>
533
534 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
535 that buffer contents get erased during completion.
536
537 2007-03-10 Glenn Morris <rgm@gnu.org>
538
539 * woman.el (woman-change-fonts): Add a hack to deal with
540 font-escape followed by "." at start of a line.
541 (woman2-IP): Add a hack to deal with consecutive requests.
542 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
543
544 2007-03-10 Alan Mackenzie <acm@muc.de>
545
546 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
547
548 2007-03-09 Richard Stallman <rms@gnu.org>
549
550 * abbrev.el (abbrev): Add `provide'.
551
552 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
553
554 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
555
556 2007-03-09 Martin Rudalics <rudalics@gmx.at>
557
558 * complete.el (PC-try-completion): New function.
559 (PC-do-completion, read-file-name-internal): Use it instead of
560 try-completion.
561
562 2007-03-08 Alan Mackenzie <acm@muc.de>
563
564 Remove stale tokens from `c-found-types' cache.
565
566 * progmodes/cc-mode.el (c-unfind-enclosing-token)
567 (c-unfind-coalesced-tokens, c-before-change): New functions.
568 (c-maybe-stale-found-type): New variable.
569
570 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
571 (c-trim-found-types): New functions.
572
573 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
574
575 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
576 (debug-ignored-errors): Add entry from smerge-match-conflict.
577
578 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
579
580 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
581 special help topics for keywords.
582 (idlwave-help-assistant-command): Include ".exe" for ms-dos
583 etc. Assistant command.
584
585 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
586
587 * replace.el (occur-engine): Move buffer-undo-list binding...
588 (occur-1): ...to here.
589
590 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
591
592 * simple.el (minibuffer-completing-symbol): New var.
593 (eval-expression): Use it.
594 (completion-setup-function): Don't bind completion-base-size when
595 completing a symbol in the minibuffer.
596
597 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
598
599 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
600 tries to start a second session in graphical mode.
601
602 2007-03-07 Miles Bader <miles@gnu.org>
603
604 * international/isearch-x.el
605 (isearch-process-search-multibyte-characters):
606 Strip text-properties from PROMPT to avoid an error from read-string.
607
608 2007-03-07 Kim F. Storm <storm@cua.dk>
609
610 * complete.el (PC-bindings): Remap lisp-complete-symbol to
611 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
612
613 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
614
615 * complete.el (PC-do-completion): Delete duplicates in the list of
616 possible completions.
617
618 2007-03-07 Glenn Morris <rgm@gnu.org>
619
620 * ses.el (ses-mode): Doc fix.
621
622 2007-03-06 Kim F. Storm <storm@cua.dk>
623
624 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
625
626 2007-03-06 Kenichi Handa <handa@m17n.org>
627
628 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
629
630 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
631
632 * simple.el (completion-setup-function): Improve last fix so it doesn't
633 set it to a relative directory name either.
634
635 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
636
637 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
638
639 2007-03-05 Richard Stallman <rms@gnu.org>
640
641 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
642
643 * files.el (find-file-noselect): No error if file no longer exists.
644 Display a message and avoid other questions.
645
646 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
647
648 * pcomplete.el (pcomplete-show-completions): Improve last change, so
649 as not to use an invisible window and to create a window if none exist.
650
651 * progmodes/python.el (python-send-command): Restart proc if necessary.
652 (python-proc): Simplify.
653
654 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
655
656 * pcomplete.el (pcomplete-show-completions): Search all frames for
657 completions buffer.
658
659 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
660
661 * cus-edit.el (customize-save-variable): Clear customized-value
662 property (saved values are now put in theme-value property).
663 (customize-set-variable): Doc fix.
664
665 * complete.el (PC-do-completion): If completion-ignore-case is
666 non-nil, replace field with completion string before exiting.
667
668 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
669
670 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
671 Append its extension to the resulting temporary file name.
672 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
673
674 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
675 (tramp-smb-handle-write-region): Apply it.
676
677 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
678
679 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
680 Redo previous change.
681
682 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
683
684 * diff-mode.el (diff-mode): Doc fix.
685
686 2007-03-05 Kenichi Handa <handa@m17n.org>
687
688 * international/characters.el: Set category `l' (latin)
689 for more characters.
690
691 2007-03-04 Kim F. Storm <storm@cua.dk>
692
693 * emacs-lisp/authors.el (authors-aliases): Add alias.
694
695 2007-03-04 Glenn Morris <rgm@gnu.org>
696
697 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
698 all when switching major mode.
699 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
700 (hs-block-start-mdata-select, hs-block-end-regexp)
701 (hs-forward-sexp-func, hs-adjust-block-beginning):
702 Do not make these variables permanent-local.
703
704 2007-03-04 Richard Stallman <rms@gnu.org>
705
706 * progmodes/cperl-mode.el (cperl-mode):
707 Modify cperl-compilation-error-regexp-alist by appending.
708
709 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
710 (edebug-mode): Add the hook.
711 (edebug-recursive-edit): Remove the hook on exiting.
712
713 * type-break.el (type-break-get-previous-time):
714 Handle end-of-file errors specially
715 so they don't get reported wrong in .emacs.
716
717 * startup.el (fancy-splash-text): Clarify text.
718
719 * simple.el (beginning-of-buffer, end-of-buffer):
720 Avoid treating plain C-u like numeric arg.
721
722 * simple.el (completion-setup-function): Don't set
723 default-directory to nil.
724
725 * shell.el (shell-dirstack-query): Doc fix.
726
727 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
728 Don't select the window -- pass it to primitives instead.
729
730 * faces.el (minibuffer-prompt): Use medium blue by default.
731
732 2007-03-04 David Kastrup <dak@gnu.org>
733
734 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
735 Preserve 16 as default value for "seconds" when customizing.
736
737 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
738
739 * textmodes/org.el (org-self-insert-command)
740 (orgtbl-self-insert-command, org-delete-char)
741 (org-delete-backward-char): Set the `flyspell-delayed' property.
742
743 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
744
745 * international/mule.el (find-auto-coding): Don't search for
746 line-ending characters past the end of the tail.
747
748 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
749
750 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
751 Jump to the line where new score has been uploaded.
752
753 * play/tetris.el (tetris-move-bottom, tetris-move-left)
754 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
755 Do nothing when the game is paused.
756
757 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
758
759 * textmodes/org.el (org-set-tags): Prevent slipping of point
760 during completion.
761
762 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
763
764 * isearch.el (isearch-message-prefix):
765 Use minibuffer-prompt-properties.
766
767 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
768
769 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
770 (ps-setup): Print which Emacsen is running ps-print package.
771
772 2007-03-01 Stuart Herring <herring@lanl.gov>
773
774 * files.el (set-auto-mode-0): Use `indirect-function'.
775 (hack-one-local-variable): Don't reapply current major mode.
776
777 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
778
779 * progmodes/python.el (python-quote-syntax): Don't bother with
780 syntax-ppss-context.
781 (python-fill-paragraph): Make sure that fenced-string delimiters that
782 stand on their own line stay there
783
784 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
785
786 * replace.el (perform-replace): Propertize message.
787
788 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
789
790 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
791 invisible heading.
792
793 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
794
795 * net/tramp.el (tramp-file-name-handler): Revert last change.
796
797 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
798
799 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
800 Correct doc strings.
801
802 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
803
804 * replace.el (perform-replace): Undo forward-char immediately if
805 non-adjacent search fails.
806
807 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
808
809 * version.el (emacs-major-version, emacs-minor-version):
810 string-to-int -> string-to-number.
811
812 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
813
814 * help.el (where-is): Fail gracefully when not passed a command.
815
816 2007-02-28 Stuart Herring <herring@lanl.gov>
817
818 * find-lisp.el (find-lisp-default-directory-predicate):
819 Fix bug: Do symlink check on expanded filename.
820
821 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
822
823 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
824 changes during replacement.
825 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
826
827 2007-02-28 Lars Hansen <larsh@soem.dk>
828
829 * desktop.el: Delete header line listing me as maintainer.
830
831 2007-02-28 Glenn Morris <rgm@gnu.org>
832
833 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
834 the menus case.
835
836 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
837
838 * net/tramp.el (tramp-file-name-handler): Inhibit modification
839 hooks to avoid confusion when combining after-change calls.
840
841 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
842
843 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
844 now that pgg-gpg-process-region correctly honors passed-in passphrase.
845 (allout-distinctive-bullets-string): Add info about bullet conventions.
846 (allout-mode): Add info about distinctive vs plain bullets.
847
848 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
849
850 * textmodes/org.el (org-archive-subtree): Quote variable name.
851 (org-agenda-get-todos): Make sure skip properties are checked correctly.
852
853 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
854
855 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
856 (gud-bashdb-command-name, bashdb): Remove.
857 (gud, gud-menu-map): Remove references to bash/bashdb.
858
859 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
860
861 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
862 keyword for Python 2.5.
863
864 2007-02-26 Romain Francoise <romain@orebokech.com>
865
866 * net/net-utils.el (whois-server-tld): Update server for .org.
867 (whois-server-list): Add whois.publicinterestregistry.net.
868 (whois-guess-server): Fix formatting in docstring.
869
870 2007-02-26 Kim F. Storm <storm@cua.dk>
871
872 * mouse.el (mouse-show-mark): Run hooks and perform command
873 remapping for mouse-region-delete-keys.
874
875 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
876
877 * font-core.el (font-lock-mode): Doc fix.
878
879 2007-02-25 Kim F. Storm <storm@cua.dk>
880
881 * ido.el (ido-buffer-internal): Set this-command to fallback command.
882 Add selected buffer to buffer-name-history.
883 (ido-file-internal): Set this-command to fallback command.
884 Add file names to file-name-history.
885
886 * emacs-lisp/map-ynp.el (map-y-or-n-p):
887 Apply minibuffer-prompt-properties.
888
889 2007-02-25 Andreas Schwab <schwab@suse.de>
890
891 * files.el (hack-one-local-variable-eval-safep): Correct handling
892 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
893
894 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
895
896 * textmodes/org.el (org-table-overlay-coordinates)
897 (org-table-toggle-coordinate-overlays): New functions.
898 (org-table-overlay-coordinates, org-table-coordinate-overlays):
899 New variables.
900 (org-startup-with-deadline-check): Remove option.
901 (org-mode): Remove deadline check on startup.
902 (org-table-limit-column-width): Remove option.
903 (org-table-formula-numbers-only): Remove option.
904 (org-link-style, org-link-format): Remove options.
905 (org-select-agenda-window, org-fit-agenda-window): Remove options.
906 (org-export-ascii-show-new-buffer)
907 (org-export-html-show-new-buffer): Remove options.
908 (org-activate-links): Remove camel option.
909 (org-file-link-context-use-camel-case): Remove option.
910 (org-camel-regexp): Remove variable.
911 (org-activate-camels): Remove function.
912 (org-store-link): Remove Camel stuff.
913 (org-make-org-heading-camel): Remove function.
914 (org-open-at-point): Remove camel stuff.
915 (org-link-search): Remove camel stuff.
916 (org-camel-to-words): Function removed.
917 (org-get-agenda-file-buffer): Make sure we prepare the base
918 buffers, not any indirect buffers.
919 (org-sort-entries): Sort top-level when not on a headline, and no
920 active region.
921 (org-in-regexp): New function.
922 (org-search-not-self): Rename from `org-search-not-link'.
923 (org-open-link-marker): New variable.
924 (org-open-at-point): Set `org-open-link-marker'.
925 (org-print-icalendar-entries): Fixe bug with excluding DONE
926 entries from the exported list.
927 (org-edit-formula-lisp-indent): New command.
928 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
929 (orgtbl-to-latex, orgtbl-insert-radio-table)
930 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
931 (orgtbl-radio-table-templates): New option.
932 (org-store-link-props):
933 (org-remember-templates): More possibilities to insert info
934 into templates.
935 (org-remember-apply-template): Make use of the extended
936 template capabilities.
937 (org-remember-redo-template): New command.
938 (org-upgrade-old-links)
939 (org-table-modify-formulas, org-table-replace-in-formulas)
940 (org-table-find-dataline)
941 (org-table-get-vertical-vector): Remove functions.
942 (org-table-remove-rectangle-highlight)
943 (org-time-stamp-format, org-toggle-log-option)
944 (org-table-highlight-rectangle)
945 (org-table-iterate, org-table-make-reference):
946 (org-translate-time, org-tree-to-indirect-buffer)
947 (org-table-field-info, org-table-fix-formulas)
948 (org-table-force-dataline, org-table-get-descriptor-line)
949 (org-table-get-range)
950 (org-skip-comments, org-sort)
951 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
952 (org-table-current-dline, org-table-current-field-formula)
953 (org-table-edit-backward-field)
954 (org-table-edit-formulas-post-command)
955 (org-table-edit-line-down, org-table-edit-line-up)
956 (org-agenda-archive)
957 (org-agenda-clock-cancel)
958 (org-agenda-clock-out, org-agenda-list-stuck-projects)
959 (org-agenda-open-link, org-agenda-show-new-time)
960 (org-agenda-skip-subtree-when-regexp-matches)
961 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
962 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
963 (org-do-sort, org-file-image-p, org-find-overlays)
964 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
965 (org-highlight-until-next-command, org-isearch-end)
966 (org-match-any-p, org-next-link, org-previous-link):
967 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
968 (org-rewrite-old-row-references)
969 (org-isearch-post-command)
970 (org-table-edit-move, org-table-edit-next-field)
971 (org-table-edit-scroll, org-table-edit-scroll-down)
972 (org-set-frame-title, org-show-reference)
973 (org-unhighlight-once, org-verify-change-for-undo): New functions.
974 (org-show-variable): Remove command.
975 (org-add-log-maybe): New arguments STATE, FINDPOS
976 (org-table-sort-lines): Rewrite from scratch.
977 (org-link-search): New argument AVOID-POS.
978 (org-print-icalendar-entries): Remove argument CATEGORY.
979 (org-run-agenda-series): Remove argument WONDOW.
980 (org-next-link, org-previous-link): New commands.
981 (org-agenda-date-format): New option.
982 (org-table-iterate): New command.
983 (org-table-modify-formulas)
984 (org-table-replace-in-formulas): Remove functions.
985 (org-table-fix-formulas): New function.
986 (org-table-insert-column, org-table-delete-column)
987 (org-table-move-column): Use `org-table-fix-formulas'.
988 (org-follow-gnus-link): Patch from Bastien/Leo.
989 (org-table-current-field-formula): New function.
990 (org-file-image-p): New function.
991 (org-agenda-show-new-time): New function.
992 (org-agenda-date-later): Call `org-agenda-show-new-time'.
993 (org-with-remote-undo): New macro.
994 (org-agenda-undo): New command.
995 (org-verify-change-for-undo): New function.
996 (org-time-stamp-format): New function.
997 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
998 by user.
999 (org-match-any-p): New function.
1000 (org-make-tags-matcher): Handle regular expressions for tag and
1001 todo matches.
1002 (org-read-date): Accept "+N" as input for a date relative to the
1003 current date.
1004 (org-remove-subtree-entries-from-agenda): New function.
1005 (org-agenda-archive, org-agenda-kill):
1006 Use `org-remove-subtree-entries-from-agenda'.
1007 (org-do-sort, org-sort-entries): New functions.
1008 (org-sort): New command.
1009 (org-table-sort-lines): Use `org-do-sort'.
1010 (org-fix-decoded-time): New function.
1011 (org-table-number-regexp): Require 0x... to identify as number
1012 in tables.
1013 (org-startup-options): New keywords for note taking.
1014 (org-upgrade-old-links): Remove function.
1015 (org-get-repeat): New function.
1016 (org-show-context): Also show siblings on current level.
1017 (org-show-siblings): New function.
1018 (org-isearch-end, org-isearch-post-command): New functions.
1019 (org-show-siblings): New option.
1020 (org-show-context): Use `org-show-siblings'.
1021 (org-table-maybe-recalculate-line): No longer require `calc-eval'
1022 to be bound, because user may just use elisp.
1023
1024 2007-02-24 Kim F. Storm <storm@cua.dk>
1025
1026 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
1027 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
1028
1029 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
1030
1031 * startup.el (command-line): Also check if the abbrev file is readable.
1032
1033 2007-02-24 John Paul Wallington <jpw@pobox.com>
1034
1035 * net/tls.el (tls-certtool-program): Fix custom type.
1036
1037 * mail/feedmail.el (feedmail-message-id-generator)
1038 (feedmail-date-generator): Fix custom types.
1039
1040 * mail/rmail.el (rmail-message-filter): Fix custom type.
1041
1042 2007-02-24 Eli Zaretskii <eliz@gnu.org>
1043
1044 * startup.el (command-line): If simple.el cannot be found, proceed
1045 with a warning message.
1046
1047 2007-02-24 Kenichi Handa <handa@m17n.org>
1048
1049 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
1050 case that BEG is a string.
1051
1052 2007-02-24 Chris Moore <dooglus@gmail.com>
1053
1054 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
1055 * pgg-pgp.el (pgg-pgp-encrypt-region):
1056 * pgg-gpg.el (pgg-gpg-encrypt-region):
1057 Check pgg-encrypt-for-me if no other recipients.
1058
1059 2007-02-23 Eli Zaretskii <eliz@gnu.org>
1060
1061 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
1062
1063 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
1064 shell-quote-argument.
1065
1066 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1067
1068 * comint.el (comint-read-input-ring): Use comint-input-ring-size
1069 from the comint buffer instead of the temporary one.
1070
1071 2007-02-23 David Reitter <david.reitter@gmail.com>
1072
1073 * cus-edit.el (custom-save-all): Canonicalize custom-file before
1074 storing it in recentf-exclude.
1075
1076 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
1077
1078 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
1079 in splash screen.
1080
1081 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
1082
1083 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
1084 commands, for restart.
1085 (idlwave-shell-current-module): Fix handling of module name by type.
1086 (idlwave-shell-break-in): Update type handling.
1087 (idlwave-shell-bp-get): Encode type in BP structure.
1088 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
1089 (idlwave-shell-module-source-query): Query routine info based on type.
1090 Fix path parsing for non-compiled files.
1091 (idlwave-shell-module-source-filter): Don't signal error in filter
1092 if no source found.
1093 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
1094 filter race.
1095
1096 2007-02-22 Kim F. Storm <storm@cua.dk>
1097
1098 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
1099 (editable-field): Document need to put some text before the %v
1100 escape in :format string.
1101
1102 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1103
1104 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
1105 (vc-svn-use-edit): Remove unused config var.
1106 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
1107
1108 * outline.el (hide-sublevels): Keep empty last line, if available.
1109
1110 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
1111 rather than the corresponding unicode char, to make the code
1112 more readable.
1113
1114 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
1115
1116 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
1117 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
1118 (speedbar-item-info-tag-helper): Doc fixes.
1119
1120 2007-02-19 Kenichi Handa <handa@m17n.org>
1121
1122 * international/mule-cmds.el (locale-language-names):
1123 Map "eo" to "Esperanto".
1124
1125 * language/european.el ("Esperanto"): New language environment.
1126
1127 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
1128
1129 * simple.el (kill-line): Doc fix.
1130
1131 2007-02-17 Kim F. Storm <storm@cua.dk>
1132
1133 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
1134 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
1135 (bindat--unpack-group, bindat--pack-group):
1136 Handle vectors with optional element type.
1137
1138 2007-02-17 Daiki Ueno <ueno@unixuser.org>
1139
1140 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
1141 if PASSPHRASE is given.
1142
1143 2007-02-17 Chris Moore <dooglus@gmail.com>
1144
1145 * jka-cmpr-hook.el (jka-compr-compression-info-list):
1146 Recognize backups of bz2 compressed files.
1147
1148 2007-02-17 Eli Zaretskii <eliz@gnu.org>
1149
1150 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
1151 to nil to speed up lookup of the symbol in index nodes.
1152
1153 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
1154
1155 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1156 Add indentation for the constants of Lisp.
1157
1158 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
1159
1160 * ps-print.el: Use (defvar <foo>) where applicable.
1161 (ps-print-emacs-type): Remove.
1162 (ps-x-frame-property, ps-e-frame-parameter): Remove.
1163 (ps-frame-parameter): Align its call-convention with frame-parameter.
1164 (ps-begin-job): Adjust calls to it appropriately.
1165 (ps-setup): Don't print ps-print-emacs-type.
1166 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
1167 Define in such a way that it's obvious that it's defined.
1168 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
1169 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
1170 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
1171
1172 2007-02-15 Alan Mackenzie <acm@muc.de>
1173
1174 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
1175 an empty one-line C-style comment, post-position point properly.
1176
1177 2007-02-15 Chris Moore <dooglus@gmail.com>
1178
1179 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
1180 (isearch-lazy-highlight-new-loop): Bind it.
1181 (isearch-lazy-highlight-search): Use it.
1182
1183 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
1184
1185 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1186
1187 * font-lock.el (font-lock-extend-region-wholelines):
1188 Only return non-nil if the region has really been changed.
1189 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
1190
1191 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
1192
1193 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
1194 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
1195 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
1196
1197 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
1198
1199 * faces.el (color-values): Revert changes to docstring from
1200 2007-01-31 and 2000-09-07.
1201
1202 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
1203 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
1204 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
1205 (ispell-help): Fix typos in docstring and output message.
1206
1207 2007-02-14 Kim F. Storm <storm@cua.dk>
1208
1209 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
1210 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
1211 (grep): Fix lgrep reference.
1212
1213 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
1214 (standard-display-underline): Use make-glyph-code.
1215
1216 * descr-text.el (describe-char): Use glyph-char and glyph-face.
1217
1218 * international/latin1-disp.el (latin1-display-char):
1219 Use make-glyph-code.
1220
1221 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
1222
1223 * ehelp.el (with-electric-help, electric-help-exit)
1224 (electric-help-retain): Doc fixes.
1225
1226 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
1227 (byte-compile-file): Doc fixes.
1228
1229 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1230
1231 * term/mac-win.el: Change all uses of
1232 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
1233 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
1234 (mac-ae-get-url): Call select-frame-set-input-focus.
1235 (mac-dnd-handle-drag-n-drop-event): Don't call
1236 select-frame-set-input-focus.
1237
1238 2007-02-13 Kenichi Handa <handa@m17n.org>
1239
1240 * international/characters.el: Fix documentation of category `a'.
1241
1242 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
1243
1244 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
1245
1246 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
1247
1248 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
1249 (tramp-get-remote-ln): Handle error case.
1250 Reported by Chris Moore <dooglus@gmail.com>.
1251
1252 2007-02-11 Kim F. Storm <storm@cua.dk>
1253
1254 * bindings.el (ctl-x-map): Remove register compatibility bindings
1255 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
1256
1257 2007-02-11 Richard Stallman <rms@gnu.org>
1258
1259 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
1260 in load history.
1261
1262 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
1263 condition -- don't fail to stop at endpos.
1264
1265 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
1266
1267 * textmodes/org.el (org-agenda-get-todos)
1268 (org-agenda-get-timestamps, org-agenda-get-closed)
1269 (org-agenda-get-deadlines, org-agenda-get-scheduled)
1270 (org-agenda-get-blocks, org-format-agenda-item)
1271 (org-agenda-change-all-lines, org-scan-tags): Rename text property
1272 from `category' to `org-category'.
1273
1274 2007-02-11 Kenichi Handa <handa@m17n.org>
1275
1276 * international/titdic-cnv.el (titdic-convert): Force files be written
1277 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
1278 (miscdic-convert): Force files be written with Unix-like eol format.
1279
1280 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
1281
1282 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
1283
1284 * calculator.el (calculator-prompt): Doc fix.
1285 (calculator-mode-map): Fix typo in menu entry.
1286
1287 2007-02-10 Jay Belanger <belanger@truman.edu>
1288
1289 * calculator.el (calculator): Do more extensive checking for when
1290 3 lines should be used for the calculator.
1291
1292 2007-02-10 Eli Zaretskii <eliz@gnu.org>
1293
1294 * info-look.el (info-lookup-make-completions):
1295 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
1296 index nodes.
1297
1298 * info.el (Info-fontify-maximum-menu-size): Document the effect
1299 of a nil value.
1300 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
1301 non-nil before using it as size.
1302
1303 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
1304
1305 * subr.el (insert-for-yank-1): Prevent read-only properties from
1306 interfering with text property operations.
1307
1308 * image-mode.el (image-mode): Revert 2007-01-30 changes.
1309
1310 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
1311 (image-type-auto-detected-p): Fail if another match is found in
1312 auto-mode-alist.
1313
1314 * files.el (magic-mode-alist): Call image-mode instead of
1315 image-mode-maybe for autodetected images.
1316
1317 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
1318
1319 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
1320 Fix typos in docstrings.
1321 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
1322
1323 2007-02-09 Kim F. Storm <storm@cua.dk>
1324
1325 * emacs-lisp/float-sup.el: Remove obsolete comment.
1326
1327 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1328
1329 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
1330
1331 2007-02-08 Karl Fogel <kfogel@red-bean.com>
1332
1333 * simple.el: Revert previous change, at request of RMS:
1334 (fundamental-mode-hook): Remove.
1335 (fundamental-mode): Run after-change-major-mode-hooks manually,
1336 and don't run the now-nonexistent fundamental-mode-hook.
1337
1338 2007-02-08 Karl Fogel <kfogel@red-bean.com>
1339
1340 * simple.el (fundamental-mode-hook): Declare new hook.
1341 (fundamental-mode): Run the new dedicated hook, and don't run
1342 after-change-major-mode-hooks manually anymore.
1343
1344 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
1345
1346 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
1347 added columns of chars. Remove support for the "no-meta-info" format.
1348 Prompted by Romain Francoise <romain@orebokech.com>.
1349
1350 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
1351
1352 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
1353 (gdb-mouse-until, gdb-mouse-jump): Use it.
1354
1355 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
1356
1357 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
1358 work when there is just an assembler buffer (no source buffer).
1359
1360 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
1361
1362 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
1363 just because the diff was produced using "-p" (--show-c-function).
1364
1365 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
1366
1367 * faces.el (frame-set-background-mode): Use `color-values' and
1368 `display-color-p', not `x-color-values' and `x-display-color-p'.
1369 (face-valid-attribute-values): Use `defined-colors' instead of
1370 `x-defined-colors'.
1371
1372 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1373
1374 * ps-print.ps: The ps-print commands without face printing should not
1375 print background color. Reported by Leo <sdl.web@gmail.com>.
1376 (ps-print-version): New version 6.7.3.
1377 (ps-begin-job): New arg. Fix ps-default-background and
1378 ps-default-foreground initialization.
1379 (ps-face-attributes): Fix doc string.
1380 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
1381
1382 * printing.el: Fix ps-print link.
1383
1384 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
1385
1386 * faces.el (face-set-after-frame-default): Compile attributes to
1387 be set by frame parameters before merging in X resources.
1388
1389 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
1390
1391 * simple.el (blink-matching-paren-dont-ignore-comments):
1392 (blink-matching-paren-on-screen): Doc fixes.
1393
1394 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
1395
1396 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
1397
1398 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
1399
1400 * loadhist.el (unload-feature): Silently ignore `load-history' entries
1401 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
1402 entries like `defun'. Return nil.
1403
1404 2007-02-05 Kim F. Storm <storm@cua.dk>
1405
1406 * ido.el: Doc fixes.
1407
1408 2007-02-04 David Kastrup <dak@gnu.org>
1409
1410 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
1411 `mpuz-allow-double-multiplicator' is non-zero, and correct
1412 calculation of `min'.
1413
1414 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
1415
1416 * wid-edit.el (widget-default-create): Insert new text at the
1417 :from marker _after_ the marker, not before it.
1418
1419 2007-02-04 Alan Mackenzie <acm@muc.de>
1420
1421 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
1422 containing it is re-indented.
1423
1424 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
1425
1426 * net/newsticker.el (newsticker--insert-image): Update docstring,
1427 and insert the image directly.
1428 (newsticker--buffer-redraw): Update docstring.
1429
1430 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1431 Rename from define-global-minor-mode.
1432
1433 * progmodes/cwarn.el (global-cwarn-mode):
1434 * emacs-lisp/autoload.el (make-autoload):
1435 * hi-lock.el (global-hi-lock-mode):
1436 * font-core.el (global-font-lock-mode): All callers changed.
1437
1438 2007-02-03 Eli Zaretskii <eliz@gnu.org>
1439
1440 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
1441 Don't copy @ignore lines into menu descriptions.
1442 (texinfo-multi-file-update): Goto the @node line before attempting
1443 to pluck the node name.
1444 (texinfo-multiple-files-update): Reverse the optional arguments'
1445 order, as per the doc string and the `interactive' form.
1446
1447 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
1448
1449 * image-mode.el: Use autoload to avoid overriding disabled setting
1450 applied in .emacs.
1451
1452 2007-02-03 Alan Mackenzie <acm@muc.de>
1453
1454 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
1455 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
1456 adjacent paren groups).
1457
1458 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1459
1460 * progmodes/ebnf2ps.el: Doc fixes.
1461 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
1462
1463 2007-02-02 Eli Zaretskii <eliz@gnu.org>
1464
1465 * dired-x.el (dired-do-relsymlink): Add reference to
1466 dired-do-symlink. Add an autoload cookie.
1467
1468 * dired-aux.el (dired-do-symlink): Add reference to
1469 dired-do-relsymlink.
1470
1471 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
1472
1473 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
1474 <left-fringe mouse-3>: New bindings.
1475
1476 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
1477
1478 * newsticker.el (newsticker-version): Changed to "1.10".
1479 (newsticker--set-customvar): Doc string.
1480 (newsticker-new-item-face): Doc string.
1481 (newsticker-mode): Initialize `invisibility-spec' with t.
1482 (newsticker-mode-map): Added
1483 `newsticker-mark-all-items-at-point-as-read'.
1484 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
1485 (newsticker-w3m-show-inline-images): Do not call
1486 `w3m-remove-image'.
1487 (newsticker--buffer-after-w3m-insert-image): New advice for
1488 w3m-insert-image to cache images.
1489 (newsticker-next-item-same-feed): New.
1490 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
1491 (newsticker-mark-all-items-of-feed-as-read): New.
1492 (newsticker-mark-all-items-at-point-as-read): Use new functions.
1493 (newsticker-mark-item-at-point-as-read): Doc string.
1494 (newsticker-mark-item-at-point-as-read): Use new functions.
1495 (newsticker--do-mark-item-at-point-as-read): New, extracted from
1496 `newsticker-mark-item-at-point-as-read'.
1497 (newsticker-hide-entry): Use (t) instead of t for invisibility.
1498 (newsticker--sentinel): Yet another xml-parser workaround.
1499 (newsticker--decode-iso8601-date): Bugfix for datestrings without
1500 days.
1501 (newsticker--buffer-do-insert-text): Fix.
1502 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
1503 (newsticker--buffer-make-item-completely-visible):
1504 `switch-to-buffer' not necessary.
1505
1506 2007-02-02 Eli Zaretskii <eliz@gnu.org>
1507
1508 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
1509 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
1510 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
1511 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
1512 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
1513
1514 2007-02-02 Kenichi Handa <handa@m17n.org>
1515
1516 * international/quail.el (quail-show-key): Fix an error message.
1517
1518 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
1519
1520 * faces.el (set-face-underline-p, modify-face): Rename arg
1521 UNDERLINE-P to UNDERLINE (it is not a flag).
1522
1523 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
1524
1525 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
1526 when adding gdb-speedbar-update to gdb-input-queue.
1527
1528 2007-02-01 Kenichi Handa <handa@m17n.org>
1529
1530 * international/quail.el (quail-show-key): Signal an error if the
1531 current input method is not using Quail.
1532
1533 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
1534
1535 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
1536 Trim leading whitespace in sysvar names.
1537
1538 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
1539
1540 * faces.el (internal-find-face, internal-get-face): Doc fixes.
1541
1542 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
1543
1544 * ido.el (ido-set-common-completion): Use `let', not `let*'.
1545
1546 2007-01-31 Romain Francoise <romain@orebokech.com>
1547
1548 * comint.el: Delete extra copy of `comint-copy-old-input' added in
1549 previous change to this file.
1550
1551 2007-01-31 Jason Rumney <jasonr@gnu.org>
1552
1553 * files.el (magic-mode-alist): Use image-mode-maybe rather than
1554 image-mode.
1555
1556 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
1557 interfering with attempt to set major mode from modified
1558 auto-mode-alist.
1559
1560 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
1561
1562 * faces.el (color-values): Doc fix.
1563 (face-differs-from-default-p): Don't check :foreground twice.
1564
1565 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
1566
1567 * comint.el (comint-mode): Prevent non-keyword fontification by default.
1568
1569 2007-01-31 Kenichi Handa <handa@m17n.org>
1570
1571 * international/quail.el (quail-store-decode-map-key): Store a
1572 translated character too.
1573 (quail-char-equal-p): New function.
1574 (quail-find-key1): Check character equality by quail-char-equal-p.
1575 (quail-decode-map-generated): New variable.
1576 (quail-find-key): Check quail-decode-map-generated and re-generate
1577 a decode map if necessary.
1578
1579 2007-01-30 Richard Stallman <rms@gnu.org>
1580
1581 * tutorial.el (tutorial--detailed-help): Make the list of
1582 changed keys look nicer.
1583
1584 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
1585
1586 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
1587 (gdb-var-delete): Use it.
1588 (gdb-var-update-handler-1): Handle value "invalid" for MI field
1589 `in_scope'.
1590
1591 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
1592
1593 * files.el (get-free-disk-space): Return nil for remote directories.
1594
1595 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
1596 instead of "dir".
1597
1598 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
1599
1600 * type-break.el (type-break-catch-up-event): New function.
1601 (type-break-demo-hanoi, type-break-demo-life)
1602 (type-break-demo-boring): Use it.
1603
1604 * image-mode.el (image-mode): Don't automatically view as image.
1605 (image-toggle-display): Add `disabled' property.
1606
1607 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
1608
1609 * isearchb.el (isearchb-iswitchb):
1610 * ps-print.el (ps-build-face-reference):
1611 * emacs-lisp/shadow.el (list-load-path-shadows):
1612 * eshell/esh-cmd.el (eshell-rewrite-for-command):
1613 * international/mule.el (find-auto-coding):
1614 * mail/supercite.el (sc-attrib-selection-list):
1615 * progmodes/cc-defs.el (c-emacs-features):
1616 * progmodes/cc-vars.el (c-offsets-alist):
1617 * progmodes/flymake.el
1618 (flymake-init-create-temp-source-and-master-buffer-copy):
1619 Fix typos in docstrings (some suggested by Chris Moore).
1620
1621 * progmodes/vhdl-mode.el (vhdl-components-package-name)
1622 (vhdl-get-library-unit, vhdl-corresponding-begin)
1623 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
1624 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
1625 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
1626 (vhdl-font-lock-match-item): Fix typos in docstrings.
1627 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
1628 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
1629 (vhdl-speedbar-insert-project-hierarchy):
1630 Improve argument/docstring consistency.
1631
1632 2007-01-29 Kenichi Handa <handa@m17n.org>
1633
1634 * international/titdic-cnv.el (py-converter): Fix previous change.
1635
1636 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
1637
1638 * jka-compr.el (jka-compr-partial-uncompress)
1639 (jka-compr-call-process): Rebind default-directory if it is
1640 invalid. Suggested by Chris Moore.
1641
1642 * comint.el (comint-insert-input): Handle situation where the
1643 selected buffer is not the clicked buffer.
1644
1645 2007-01-29 Kenichi Handa <handa@m17n.org>
1646
1647 * international/ja-dic-cnv.el (skkdic-convert):
1648 Add byte-compile-disable-print-circle:t at the head.
1649
1650 * international/titdic-cnv.el (tit-process-header):
1651 Add byte-compile-disable-print-circle:t at the head.
1652 (miscdic-convert): Likewise.
1653 (py-converter): Skip the header comments.
1654
1655 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
1656 New variable.
1657 (byte-compile-output-file-form): Bing print-circle to nil if
1658 byte-compile-output-file-form is not nil.
1659 (byte-compile-output-docform): Likewise.
1660
1661 2007-01-28 Kim F. Storm <storm@cua.dk>
1662
1663 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
1664 Declare earlier to avoid byte compiler warnings.
1665
1666 2007-01-28 Markus Triska <markus.triska@gmx.at>
1667
1668 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
1669
1670 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
1671
1672 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
1673 (gamegrid-add-score-with-update-game-score-1): Allow local quits
1674 when calling update-game-score program. Remove unnecessary
1675 save-excursion.
1676
1677 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
1678
1679 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
1680
1681 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
1682 avoid compiler warning.
1683 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
1684 might have values other than "true" or "false".
1685
1686 2007-01-28 Richard Stallman <rms@gnu.org>
1687
1688 * textmodes/fill.el (fill-paragraph-function): Doc fix.
1689 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
1690
1691 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
1692
1693 * image.el (image-type-header-regexps): Make GIF regex more specific.
1694
1695 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
1696 Don't check `backspace'.
1697 (tutorial--find-changed-keys): Look up bindings in a temp buffer
1698 in Fundamental mode.
1699
1700 * startup.el (fancy-splash-text, normal-splash-screen):
1701 Mention C-g.
1702
1703 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
1704 when inserting in buffer.
1705
1706 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
1707 inside the if.
1708
1709 2007-01-27 Richard Stallman <rms@gnu.org>
1710
1711 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
1712
1713 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
1714
1715 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
1716 enum/union/struct/class definition.
1717 Revert change to call `forward-sexp' multiple times.
1718
1719 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
1720
1721 * files.el (hack-local-variables-confirm): Don't keep trying to
1722 read an event from an empty kbd macro.
1723
1724 2007-01-27 Eli Zaretskii <eliz@gnu.org>
1725
1726 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
1727
1728 2007-01-27 Ben North <ben@redfrontdoor.org>
1729
1730 * outline.el (outline-promote, outline-demote): Doc fix. Rename
1731 the arg CHILDREN -> WHICH.
1732
1733 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
1734
1735 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
1736 default-directory to a sane value when calling start-process.
1737
1738 2007-01-27 Eli Zaretskii <eliz@gnu.org>
1739
1740 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
1741 (ls-lisp-format-time-list): Doc fix. Mention
1742 ls-lisp-use-localized-time-format.
1743 (ls-lisp-format-time): Use ls-lisp-format-time-list if
1744 ls-lisp-use-localized-time-format is non-nil, even if a valid
1745 locale is defined.
1746
1747 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
1748
1749 * jka-compr.el (jka-compr-shell): Doc fix.
1750
1751 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
1752
1753 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1754
1755 * ps-print.ps: Fix background height.
1756 (ps-print-version): New version 6.7.2.
1757
1758 2007-01-26 Eli Zaretskii <eliz@gnu.org>
1759
1760 * makefile.w32-in (finder-data, custom-deps): Depend on
1761 $(lisp)/loaddefs.el.
1762
1763 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1764
1765 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
1766
1767 2007-01-24 Miles Bader <miles@gnu.org>
1768
1769 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
1770 (byte-compile-output-docform): Bind `print-circle' to t.
1771
1772 2007-01-24 Kenichi Handa <handa@m17n.org>
1773
1774 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
1775 file name of the original SKK dictionary file.
1776
1777 2007-01-24 Kim F. Storm <storm@cua.dk>
1778
1779 * ido.el (ido-initial-position): New variable.
1780 (ido-read-internal): Set it if default item is specified.
1781 (ido-minibuffer-setup): Position cursor accordingly if set.
1782 (ido-edit-input): C-e moves to end of input if not already there.
1783 (ido-magic-backward-char): C-b does like M-b if prev char is /.
1784 Don't switch to buffer mode if repeating C-b at start of input.
1785 (ido-toggle-ignore): C-a only toggles ignore at start or end of
1786 input; else it moves to start of input.
1787 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
1788 not at end of input, delete rest of input, rather than normal op.
1789
1790 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
1791
1792 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
1793
1794 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
1795 of message. Activate mark.
1796 (ediff-activate-mark): Set transient-mark-mode to t.
1797
1798 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
1799
1800 2007-01-23 Martin Rudalics <rudalics@gmx.at>
1801
1802 * help-fns.el (describe-variable): Don't suppress display of
1803 buffer local value when the value is "large".
1804
1805 2007-01-22 Kim F. Storm <storm@cua.dk>
1806
1807 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
1808 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
1809 (ido-tidy): Use ido-active.
1810
1811 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
1812
1813 * hexl.el (hexl-mode-exit): Add missing quote.
1814
1815 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1816
1817 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
1818 (mac-ae-keyboard-modifiers): New function.
1819 (mac-handle-toolbar-switch-mode): Use it.
1820 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
1821 if keyboard modifiers on drop contain option key.
1822 (mac-dnd-drop-data): Add optional argument `action'.
1823 (special-event-map): Remove binding for M-drag-n-drop.
1824
1825 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
1826
1827 * add-log.el (add-log-current-defun): Use CC Mode functions to
1828 find the beginning and end of a defun.
1829
1830 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
1831
1832 * progmodes/gdb-ui.el (gdb-var-create-regexp)
1833 (gdb-var-create-handler): Handle value field in GDB output of
1834 -var-create.
1835 (gdb-max-frames): New variable.
1836 (gdb-stack-buffer, gdb-frames-select): Use it.
1837 (gdb-info-stack-custom): Help user customize gdb-max-frames,
1838 if necessary.
1839 (gdb-get-frame-number): Simplify.
1840
1841 2007-01-21 Glenn Morris <rgm@gnu.org>
1842
1843 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
1844 Update copyrights.
1845
1846 2007-01-21 Alan Mackenzie <acm@muc.de>
1847
1848 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
1849 handling of K&R stuff.
1850
1851 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1852
1853 * textmodes/bibtex.el (bibtex-files): Fix customization type.
1854
1855 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1856
1857 * ps-print.el: Handle frame parameters (background and/or foreground
1858 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
1859 (ps-print-version): New version 6.7.1.
1860 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
1861 (ps-frame-parameter): New fun.
1862 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
1863 Fix doc and customization.
1864 (ps-begin-job): Get frame parameters (background and/or foreground
1865 colors).
1866 (ps-do-despool): Ensure ps-printer-name has a valid value.
1867
1868 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
1869
1870 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
1871 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
1872 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
1873 mean unlimited.
1874
1875 2007-01-20 Alan Mackenzie <acm@muc.de>
1876
1877 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
1878 much more rigorous analysis of putative K&R regions.
1879
1880 2007-01-20 Alan Mackenzie <acm@muc.de>
1881
1882 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
1883 New functions.
1884
1885 2007-01-20 Alan Mackenzie <acm@muc.de>
1886
1887 * progmodes/cc-align.el, progmodes/cc-cmds.el,
1888 * progmodes/cc-defs.el, progmodes/cc-engine.el,
1889 * progmodes/cc-langs.el, progmodes/cc-styles.el,
1890 * progmodes/cc-vars.el: Add my name.
1891
1892 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
1893
1894 * files.el (find-alternate-file): Revert query message to Emacs 21
1895 version.
1896
1897 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
1898
1899 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
1900 the doc string how to use personal abbrevs without electric
1901 keywords.
1902
1903 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
1904
1905 * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
1906 Fixed cursor position when toggle abbreviated display.
1907
1908 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
1909
1910 * t-mouse.el: Update copyright following assignment by
1911 Alessandro Rubini.
1912
1913 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
1914
1915 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
1916 (type-break-demo-boring): Call read-event instead of read-char.
1917
1918 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (small change)
1919
1920 * progmodes/compile.el: Add handling for makepplog.
1921
1922 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
1923
1924 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
1925 aspell dictionaries are initialized when called non-interactively.
1926
1927 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
1928
1929 * progmodes/compile.el (compilation-loop): New arg limit.
1930 Handle case where the first error is at point-min.
1931 (compilation-next-error): New arg to compilation-loop call.
1932
1933 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
1934
1935 * info.el (Info-default-dirs): Change default info dir to
1936 share/info.
1937
1938 * paths.el (Info-default-directory-list): Ditto.
1939
1940 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
1941
1942 * hexl.el (hexl-before-revert-hook): New function.
1943 (hexl-mode): Use it.
1944 (hexl-after-revert-hook): Just call hexl-mode.
1945 (hexl-mode-exit): Remove before-revert-hook.
1946
1947 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
1948
1949 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
1950
1951 2007-01-16 Martin Rudalics <rudalics@gmx.at>
1952
1953 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
1954 by "-" in francais7 otherchars entry.
1955 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
1956 otherchars entry.
1957
1958 2007-01-15 Karl Fogel <kfogel@red-bean.com>
1959
1960 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
1961 path. Rewrite function in `cond' style for readability.
1962
1963 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
1964 (The path shortening, that is, not the rearrarangement.)
1965
1966 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1967
1968 * term/mac-win.el (mac-ae-quit-application): New function.
1969 (mac-apple-event-map): Bind "quit application" Apple event to it.
1970
1971 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
1972
1973 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
1974 than the program's output.
1975
1976 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
1977
1978 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
1979 (kmacro-start-macro-or-insert-counter)
1980 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
1981 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
1982
1983 * longlines.el (longlines-show-hard-newlines):
1984 * ruler-mode.el (ruler-mode-ruler):
1985 * emulation/keypad.el (keypad-setup):
1986 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
1987 Fix typo in docstring.
1988
1989 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
1990
1991 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
1992 Remove redirect character ">".
1993
1994 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
1995
1996 * replace.el (perform-replace): Remove leftover code.
1997
1998 2007-01-12 Richard Stallman <rms@gnu.org>
1999
2000 * replace.el (perform-replace): Don't clear NODENT when computing
2001 the replacement string.
2002
2003 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
2004
2005 * net/tramp.el (tramp-handle-file-local-copy):
2006 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
2007 <christopher.ian.moore@gmail.com>.
2008
2009 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2010
2011 * diff-mode.el (diff-sanity-check-context-hunk-half)
2012 (diff-sanity-check-hunk): New functions.
2013 (diff-find-source-location): Use'em to check the hunks are well-formed.
2014
2015 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
2016 activate undo when undo is not active.
2017 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
2018
2019 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2020
2021 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
2022 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
2023 (ffap-url-at-point): Use char-classes rather than "a-z".
2024
2025 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
2026
2027 * ediff-init.el (ediff-autostore-merges):
2028 * textmodes/fill.el (fill-region): Doc fix.
2029
2030 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2031
2032 * server.el (server-ensure-safe-dir): UIDs may be floats.
2033
2034 2007-01-10 Richard Stallman <rms@gnu.org>
2035
2036 * battery.el (battery-linux-proc-acpi): Use ignore-errors
2037 around calls to directory-files.
2038
2039 * subr.el (momentary-string-display): Use save-excursion.
2040
2041 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
2042 argument, but read it as `X' does.
2043
2044 2007-01-09 Juri Linkov <juri@jurta.org>
2045
2046 * info.el (Info-fontify-node): Don't hide node names of index entries.
2047
2048 * faces.el (momentary): Change :group to basic-faces where all
2049 basic faces belong to. Add :version.
2050
2051 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
2052
2053 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
2054 keybinding is found.
2055 (tutorial--find-changed-keys): Never treat null keybinding as a
2056 remapping.
2057
2058 2007-01-09 Martin Rudalics <rudalics@gmx.at>
2059
2060 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
2061
2062 2007-01-09 Kenichi Handa <handa@m17n.org>
2063
2064 * international/mule-cmds.el
2065 (select-safe-coding-system-interactively): Fix message.
2066
2067 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
2068
2069 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
2070 (tramp-process-actions): Add optional parameter TIMEOUT.
2071 (tramp-open-connection-telnet, tramp-open-connection-rsh)
2072 (tramp-open-connection-su): Add timeout of 60".
2073
2074 2007-01-09 Richard Stallman <rms@gnu.org>
2075
2076 * progmodes/compile.el (compile): Doc fix.
2077
2078 2007-01-09 Markus Triska <markus.triska@gmx.at>
2079
2080 * tumme.el (tumme-display-thumb): Doc fix.
2081
2082 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
2083
2084 * battery.el (battery-search-for-one-match-in-files):
2085 * bindings.el (mode-line-minor-mode-help):
2086 * x-dnd.el (x-dnd-types-alist):
2087 * calendar/icalendar.el (icalendar-import-buffer):
2088 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
2089
2090 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
2091
2092 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
2093
2094 * replace.el (replace-regexp): Fix typo in docstring.
2095
2096 2007-01-07 Alan Mackenzie <acm@muc.de>
2097
2098 * progmodes/cc-langs.el (c-operators, c-filter-ops):
2099 Amend doc-string and comments.
2100
2101 2007-01-06 Eli Zaretskii <eliz@gnu.org>
2102
2103 * files.el (abbreviate-file-name): Doc fix.
2104
2105 2007-01-06 Markus Triska <triska@gmx.at>
2106
2107 * subr.el (split-string): Remove spurious ")" from doc string.
2108
2109 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
2110
2111 * textmodes/table.el (table--warn-incompatibility):
2112 Use display-warning instead of momentary-string-display.
2113
2114 2007-01-05 Richard Stallman <rms@gnu.org>
2115
2116 * image.el (image-type-header-regexps): Recognize xbm more strictly.
2117
2118 * simple.el (backward-kill-word): Doc fix.
2119
2120 2007-01-05 Romain Francoise <romain@orebokech.com>
2121
2122 * international/mule.el (sgml-html-meta-auto-coding-function):
2123 Ensure that the buffer contains a HTML document.
2124
2125 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2126
2127 * faces.el (momentary): Move here ...
2128 * subr.el (momentary): ... from here.
2129
2130 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
2131
2132 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
2133 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
2134 large structures/arrays.
2135
2136 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
2137
2138 * files.el (find-file-noselect-1, set-visited-file-name):
2139 Allow backup-enable-predicate to be nil.
2140
2141 2007-01-04 Andreas Schwab <schwab@suse.de>
2142
2143 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
2144 last change.
2145
2146 2007-01-03 Richard Stallman <rms@gnu.org>
2147
2148 * woman.el (woman-decode-buffer): Clarify error message.
2149
2150 2007-01-03 Alan Mackenzie <acm@muc.de>
2151
2152 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
2153
2154 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
2155
2156 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
2157
2158 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2159
2160 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
2161
2162 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
2163
2164 * emulation/viper.el (viper-custom-file-name, viper-mode):
2165 Fix typos in docstrings.
2166
2167 * subr.el (momentary-string-display): After moving point, set POS
2168 variable to it to avoid later errors once the buffer is modified.
2169 Doc fix.
2170
2171 2007-01-02 Alan Mackenzie <acm@muc.de>
2172
2173 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
2174 check that the "*/" is present before trying to manipulate it.
2175
2176 2007-01-02 Richard Stallman <rms@gnu.org>
2177
2178 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
2179
2180 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
2181 Fix format of value.
2182
2183 * cus-edit.el (customize-unsaved): Rename from customize-customized.
2184 Change messages accordingly.
2185 (customize-customized): Now alias.
2186
2187 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
2188
2189 * files.el (version-control): Doc fix.
2190
2191 2007-01-01 Alan Mackenzie <acm@muc.de>
2192
2193 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
2194 Check the format of c-state-cache is valid for an optimisation before
2195 using it.
2196
2197 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
2198 are at a statement within a macro". Other changes so that only
2199 the first continuation line in a macro gets the symbol
2200 `cpp-define-intro', the others getting `statement', or whatever.
2201
2202 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
2203 a string, preserve whitespace. Add a backslash only when also in
2204 a macro.
2205
2206 * progmodes/cc-defs.el: Correct typos.
2207
2208 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
2209 new line after an escaped EOL in a string.
2210
2211 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
2212 label when it directly follows "else", "do", ....
2213
2214 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
2215 angle brackets (as seen in "explicit specialisations" of C++
2216 templates).
2217
2218 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
2219 in the doc-string.
2220
2221 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
2222 when the comment ender looks like "=========*/" and is alone on
2223 its line.
2224
2225 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
2226 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
2227 for the old name.
2228
2229 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
2230 c-\(beginning\|end\)-of-defun by default.
2231
2232 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
2233 New line-up function, for the DEFUN macro in the Emacs C sources.
2234 Only used in "gnu" style.
2235
2236 * progmodes/cc-styles.el (c-style-alist): Use this new function in
2237 the "gnu" style.
2238
2239 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
2240 clean-up comment-close-slash also to work when there's a comment
2241 terminator on the line.
2242 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
2243 these for large arg - only take account of top level {..}, except
2244 for initial and final adjustments. M-- C-M-[ae] now go to the
2245 right defuns when the starting point is between defuns. They use
2246 the four new functions:
2247 (c-in-function-trailer-p, c-where-wrt-brace-construct)
2248 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
2249 support c-\(beginning\|end\)-of-defun.
2250
2251 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
2252 expressions more rigorously, to exclude bit-field specifiers from
2253 being classed as labels.
2254 (c-forward-label): When analyzing a ":" within a macro, be careful
2255 about using c-forward-syntactic-ws at the macro beginning.
2256 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
2257 stmt boundary, check for "operator=", etc.
2258
2259 * progmodes/cc-mode.el (c-postprocess-file-styles):
2260 Bind inhibit-read-only to t, around the call to
2261 c-remove-any-local-eval-or-mode-variables, so that it works on a
2262 RO file.
2263
2264 * progmodes/cc-defs.el (c-version): Update the version number to
2265 "5.31.4".
2266
2267 2007-01-01 Richard Stallman <rms@gnu.org>
2268
2269 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
2270 only if we restored isearch-window-configuration.
2271
2272 2006-12-31 Romain Francoise <romain@orebokech.com>
2273
2274 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
2275
2276 2006-12-31 Kim F. Storm <storm@cua.dk>
2277
2278 * files.el (auto-mode-case-fold): New defcustom.
2279 (set-auto-mode): If non-nil, perform second case-sensitive pass
2280 through auto-mode-alist if first pass failed.
2281
2282 2006-12-30 Richard Stallman <rms@gnu.org>
2283
2284 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
2285
2286 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
2287
2288 * allout.el (allout-encrypt-string): Handle symmetric-key
2289 passphrase caching but leave keypair caching to pgg.
2290
2291 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
2292
2293 Sync with Tramp 2.0.55.
2294
2295 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
2296 `integerp'. `char-equal' could fail else in case of negative
2297 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
2298 (top): Check for `font-lock-add-keywords' before calling; it
2299 doesn't exist under XEmacs.
2300 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
2301 (tramp-completion-mode): Remove clause (not
2302 tramp-unified-filenames), because the function is called in other
2303 context too, where this check results in wrong results in the
2304 XEmacs case on Windows.
2305 (tramp-touch): UTC handling is not possible for XEmacs.
2306
2307 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2308
2309 * scroll-bar.el (previous-scroll-bar-mode): New variable
2310 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
2311 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
2312
2313 * term/x-win.el: Set scroll bar mode to right if set by X resources.
2314
2315 2006-12-30 Richard Stallman <rms@gnu.org>
2316
2317 * files.el (make-backup-file-name-1): Precompute abs name
2318 but don't lose the relative name.
2319
2320 * international/mule-cmds.el (select-safe-coding-system-interactively):
2321 Fix message.
2322
2323 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
2324
2325 * files.el (backup-buffer): Show entire backup file name in msg.
2326
2327 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
2328
2329 * image.el (image-type-header-regexps, image-type-from-data)
2330 (image-type-from-buffer, image-type-from-file-header):
2331 Revert changes from 2006-12-26.
2332 (image-type-auto-detectable): New variable.
2333 (image-type-auto-detected-p): New function.
2334
2335 * files.el (magic-mode-alist): Detect image files with
2336 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
2337
2338 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
2339
2340 * dired.el (dired-sort-other): Move test for dired-mode...
2341 (dired-sort-set-modeline): ...to here.
2342
2343 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2344
2345 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
2346 change. Suggested by Stefan Monnier.
2347
2348 2006-12-29 Kim F. Storm <storm@cua.dk>
2349
2350 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
2351 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
2352
2353 2006-12-27 Kim F. Storm <storm@cua.dk>
2354
2355 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
2356 so it doesn't accidentally match an fsf.org mail address.
2357 (authors-renamed-files-alist): Add tcover-*.el.
2358
2359 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2360
2361 * vc-arch.el (vc-arch-find-version): New function.
2362
2363 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
2364 composed of arbitrary characters (even /) in some systems.
2365
2366 2006-12-27 Eli Zaretskii <eliz@gnu.org>
2367
2368 * international/mule-cmds.el (select-safe-coding-system-interactively):
2369 Improve the message in the *Warning* buffer.
2370
2371 2006-12-27 Kim F. Storm <storm@cua.dk>
2372
2373 * ido.el (ido-set-matches-1): Fix last change. If default item is
2374 current buffer, it is ok to be first.
2375
2376 2006-12-27 Kenichi Handa <handa@m17n.org>
2377
2378 * international/mule-cmds.el (select-safe-coding-system-interactively):
2379 Use face `link' for problematic chars.
2380
2381 2006-12-27 Kenichi Handa <handa@m17n.org>
2382
2383 * international/mule-cmds.el (select-safe-coding-system-interactively):
2384 Improve the message in *Warning* buffer.
2385
2386 2006-12-27 Kim F. Storm <storm@cua.dk>
2387
2388 * ido.el (ido-set-matches-1): Never put current buffer first if
2389 there are other matches.
2390
2391 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
2392
2393 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
2394 expressions.
2395 (gdb-var-delete): Handle duplicate names. Print message for non
2396 root expressions.
2397 (gdb-partial-output-name): Start buffer name with a space.
2398 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
2399 buffer name.
2400
2401 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2402
2403 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
2404 last footnote when `footnote-spaced-footnotes' is nil.
2405
2406 2006-12-26 Richard Stallman <rms@gnu.org>
2407
2408 * cus-edit.el (custom-browse-sort-alphabetically)
2409 (custom-buffer-sort-alphabetically)
2410 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
2411
2412 * image.el (image-type-header-regexps): Change element format
2413 to include third item NOT-ALWAYS.
2414 (image-type-from-data): Handle new format.
2415 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
2416 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
2417
2418 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
2419
2420 * add-log.el (add-log-current-defun): Call `forward-sexp'
2421 multiple times to pick a member function name defined as
2422 part of nested classes/namespaces.
2423
2424 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2425
2426 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
2427 which keymap should be used to change menu. It does not affect any
2428 existent code.
2429
2430 2006-12-26 Richard Stallman <rms@gnu.org>
2431
2432 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
2433 rather than for being in a minibuffer window.
2434
2435 2006-12-25 Daiki Ueno <ueno@unixuser.org>
2436
2437 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
2438 locale-coding-system.
2439 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
2440 LF.
2441
2442 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
2443
2444 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
2445 (sql-mode-syntax-table): Disable double quoted strings.
2446 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
2447
2448 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2449
2450 * startup.el (fancy-splash-last-input-event): New variable.
2451 (fancy-splash-special-event-action): New function.
2452 (fancy-splash-screens): Temporarily bind special events to it.
2453 Execute command for saved special event before exiting from
2454 recursive editing.
2455
2456 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
2457 New functions.
2458 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
2459 Use mac-unread-string.
2460
2461 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2462
2463 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
2464 an optimized comment regexp if `comment-start-skip' uses a ^.
2465 * bs.el (bs--up): Remove interactive spec.
2466
2467 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
2468
2469 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
2470 Suggested by James Cloos.
2471
2472 2006-12-24 Kevin Ryde <user42@zip.com.au>
2473
2474 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
2475 in March.
2476 (calendar-dst-ends): Default to first Sunday in November.
2477
2478 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
2479
2480 * allout.el (allout-encrypt-string): Inhibit use of agent within
2481 body of let form where encryption happens. Acknowledge non-use of
2482 gpg-agent in docstring.
2483 (allout-toggle-subtree-encryption): Acknowledge non-use of
2484 gpg-agent in docstring.
2485
2486 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
2487
2488 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
2489
2490 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
2491
2492 * ediff-diff.el (ediff-diff-options): Clarify docstring.
2493 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
2494
2495 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
2496 in hooks.
2497 (viper-add-newline-at-eob-if-necessary): Add newline only if we
2498 actually modify buffer; ignore errors if occur.
2499
2500 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
2501
2502 * calendar/calendar.el (calendar-mode-map): Switch < and >.
2503 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
2504 formatting.
2505
2506 2006-12-23 Richard Stallman <rms@gnu.org>
2507
2508 * simple.el (delete-horizontal-space): Doc fix.
2509
2510 2006-12-23 Eli Zaretskii <eliz@gnu.org>
2511
2512 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
2513 explicitly in a recursive Make, not implicitly through prerequisites,
2514 since the latter is wrong under parallel builds.
2515
2516 2006-12-22 Eli Zaretskii <eliz@gnu.org>
2517
2518 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
2519
2520 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
2521
2522 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
2523 message string.
2524
2525 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
2526
2527 * outline.el (outline-next-visible-heading): Fix the case with a
2528 header at end-of-file with no final newline.
2529
2530 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
2531
2532 * indent.el (tab-always-indent): Doc fix.
2533
2534 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
2535
2536 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
2537 (Info-fontify-node): Do fontify indices.
2538
2539 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
2540 to the Emacs Lisp reference manual.
2541 (tutorial--tab-map): Remove. All callers changed.
2542 (tutorial--find-changed-keys): New elt QUIET, used to...
2543 (tutorial--display-changes): ...ensure that warning messages are
2544 only issued once per changed key.
2545 (tutorial--remove-remarks): Delete unused code-path.
2546 (lang-strings): Remove extraneous formatting.
2547 (tutorial--save-tutorial): Prompt before saving tutorial state.
2548
2549 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
2550
2551 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
2552 Replace '?\ ' by '?\s' throughout.
2553 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
2554 `help' custom group.
2555 (tutorial--key-description): New function.
2556 (tutorial--display-changes): Remove redundant arg. Scan for all
2557 key sequences to avoid false matches. Cleanup.
2558 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
2559 reduce homedir pollution.
2560 (help-with-tutorial): Call tutorial--display-changes with no arg.
2561
2562 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
2563
2564 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
2565
2566 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
2567
2568 * net/tramp.el (tramp-default-method): We still need to check for
2569 `executable-find', because it is not bound under Emacs 20.
2570 (tramp-handle-file-name-completion)
2571 (tramp-completion-handle-file-name-completion): Handle optional
2572 parameter PREDICATE.
2573 (tramp-find-default-method): Add code for default values.
2574
2575 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
2576
2577 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
2578 make gud-go send "continue".
2579
2580 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
2581
2582 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
2583 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
2584
2585 2006-12-19 Kim F. Storm <storm@cua.dk>
2586
2587 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
2588 instead of global-map.
2589
2590 * files.el (magic-mode-alist): Allow matching file type by
2591 calling a function at bob. Check for image types by calling
2592 image-type-from-buffer. Suggested by Juanma Barranquero.
2593 (set-auto-mode): Do it.
2594
2595 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
2596
2597 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
2598 Remove "ControlMaster" option from the other `scp*' methods.
2599 (tramp-default-method): Check for ssh-agent before setting to `scp'.
2600
2601 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
2602
2603 * textmodes/org.el (org-mode): Show context after isearch.
2604 (org-show-siblings): New function.
2605 (org-show-context): Use `org-show-siblings'.
2606
2607 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
2608
2609 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
2610 Use syntax-ppss-toplevel-pos.
2611
2612 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
2613
2614 * textmodes/org.el (org-current-line): Make sure that lines are
2615 counted from beginning of buffer.
2616 (org-table-copy-region, org-table-paste-rectangle): Make sure that
2617 lines are counted from beginning of buffer.
2618
2619 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
2620
2621 * info.el (Info-build-node-completions): Signal error if tag-table
2622 marker is not found.
2623
2624 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
2625
2626 2006-12-17 Alan Mackenzie <acm@muc.de>
2627
2628 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
2629 speed) the case when open-paren-in-column-0-is-defun-start is nil.
2630 Based on code by Martin Rudalics.
2631
2632 * progmodes/cc-mode.el (c-basic-common-init): Don't set
2633 open-paren-in-column-0-is-defun-start to nil any more.
2634
2635 2006-12-17 Richard Stallman <rms@gnu.org>
2636
2637 * simple.el (delete-horizontal-space): Use prefix arg.
2638
2639 * help-fns.el (describe-variable): Improve blank separator lines.
2640
2641 * files.el (magic-mode-alist): Mark as risky.
2642
2643 * files.el (make-backup-file-name-1):
2644 Expand backup-directory explicitly.
2645
2646 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
2647
2648 * net/tramp.el (tramp-default-method): Before setting to "pscp",
2649 check whether package password.el is loaded, or Pageant is running.
2650
2651 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
2652
2653 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
2654 (icalendar--rris): First try Emacs, then XEmacs.
2655 (icalendar--convert-ical-to-diary): Doc fix.
2656 Insert newline at end of target file.
2657
2658 2006-12-17 Kim F. Storm <storm@cua.dk>
2659
2660 * outline.el (outline-isearch-open-invisible-function): New defvar.
2661 (outline-flag-region): Use it if non-nil for isearch-open-invisible
2662 overlay property instead of outline-isearch-open-invisible.
2663
2664 2006-12-16 Kim F. Storm <storm@cua.dk>
2665
2666 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
2667 if ido-directory-too-big is set on entry.
2668 (ido-toggle-ignore, ido-completion-help): Print message while
2669 reading big directory.
2670
2671 2006-12-15 Richard Stallman <rms@gnu.org>
2672
2673 * shell.el (shell): Doc fix.
2674
2675 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
2676
2677 * emulation/edt.el (edt-xserver):
2678 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
2679 to fix a problem on Cygwin.
2680
2681 * emulation/edt.el
2682 * emulation/edt-mapper.el
2683 * emulation/edt-lk201.el
2684 * emulation/edt-pc.el
2685 * emulation/edt-vt100.el: Update maintainer's email address.
2686
2687 2006-12-15 Simon Marshall <simon@gnu.org>
2688
2689 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
2690
2691 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2692
2693 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
2694 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
2695 instead of mac-atsu-font-table.
2696 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
2697
2698 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
2699
2700 * align.el (align-match-tex-pattern): Fix a rare bug which
2701 hanged Emacs.
2702
2703 2006-12-14 Richard Stallman <rms@gnu.org>
2704
2705 * startup.el (use-fancy-splash-screens-p): Use frame-height
2706 instead of window-height. Pass frame to image-size.
2707
2708 2006-12-13 Kenichi Handa <handa@m17n.org>
2709
2710 * international/mule-cmds.el (set-locale-environment):
2711 Set default-sendmail-coding-system too.
2712
2713 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
2714
2715 * progmodes/idlw-help.el: Fix copyright notice.
2716
2717 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2718
2719 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
2720
2721 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
2722
2723 * subr.el (unread-command-char): Reformat obsolescence info.
2724
2725 2006-12-11 Richard Stallman <rms@gnu.org>
2726
2727 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
2728 about calls to cl-struct-setf-expander.
2729
2730 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
2731
2732 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
2733 (ediff-combination-pattern): Fix typo in docstring.
2734
2735 * textmodes/refer.el (refer-find-entry): Doc fix.
2736 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
2737 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
2738 Fix tipos in docstrings.
2739
2740 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
2741
2742 2006-12-10 Kim F. Storm <storm@cua.dk>
2743
2744 * ido.el (ido-init-completion-maps): Remap backward-kill-word
2745 instead of binding M-backspace.
2746
2747 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
2748
2749 * replace.el (replace-match-data, replace-match-maybe-edit):
2750 * calc/calc-aent.el (calc-eval-error):
2751 * emulation/vi.el (vi-char-argument):
2752 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
2753 (c-vsemi-status-unknown-p-fn): Doc fixes.
2754
2755 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
2756
2757 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
2758 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
2759
2760 2006-12-10 Masatake YAMATO <jet@gyve.org>
2761
2762 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
2763
2764 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
2765
2766 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
2767
2768 * man.el (Man-xref-button-action): New function. If the
2769 `Man-target-string' button property is a function, assume it
2770 accepts a position argument.
2771 (Man-abstract-xref-man-page): Use it.
2772 (Man-default-man-entry): New optional arg POS.
2773
2774 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
2775 symlink arrows read-only and non-rear-sticky.
2776
2777 2006-12-09 Martin Rudalics <rudalics@gmx.at>
2778
2779 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
2780 (wdired-search-and-rename): Simplify code.
2781 (wdired-preprocess-files, wdired-preprocess-perms): Make
2782 read-only property of preceding character rear-nonsticky to
2783 avoid that it can be modified. Put old-name and old-link
2784 properties on character preceding name and replace
2785 put-text-property by add-text-properties.
2786 (wdired-get-filename, wdired-get-previous-link): Get old-name
2787 and old-link properties from character preceding name and
2788 simplify code.
2789 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
2790 (wdired-perms-to-number): Make local-map property
2791 rear-nonsticky to avoid that text following permissions may be
2792 modified. Use add-text-properties instead of put-text-property
2793 when changing a permission bit.
2794 (wdired-change-to-dired-mode): Remove stickiness properties.
2795
2796 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
2797
2798 * international/mule-cmds.el (register-input-method): Doc fix.
2799
2800 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
2801
2802 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
2803
2804 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2805
2806 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
2807 Force buffer local defs evaluation on local variables loading.
2808 (flyspell-mode-on, flyspell-mode-off): Use it in
2809 `hack-local-variables-hook'.
2810
2811 2006-12-09 Eli Zaretskii <eliz@gnu.org>
2812
2813 * emacs-lisp/find-func.el (find-variable): Doc fix.
2814
2815 * help-fns.el (variable-at-point): Doc fix.
2816
2817 * w32-fns.el (w32-append-code-lines): New function.
2818
2819 2006-12-09 Romain Francoise <romain@orebokech.com>
2820
2821 * comint.el (comint-insert-input): Delete obsolete comment.
2822
2823 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2824
2825 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
2826 current frame, in case we're connected to several displays.
2827
2828 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
2829
2830 * frame.el (other-frame): Doc fix.
2831 (set-frame-parameter): Fix typo in docstring.
2832
2833 2006-12-07 Kim F. Storm <storm@cua.dk>
2834
2835 * info.el (Info-index): Strip leading colon from topic.
2836
2837 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
2838
2839 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
2840 to pointers.
2841
2842 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
2843
2844 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
2845 Trim out spurious class inheritance "None" entries.
2846
2847 2006-12-05 Kim F. Storm <storm@cua.dk>
2848
2849 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
2850 (cua-paste-pop): Rework last change for
2851 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
2852 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
2853 text inserted by the last M-y command.
2854
2855 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2856
2857 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
2858 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
2859
2860 * shell.el (shell): Search the start file in ~/.emacs.d as
2861 `init_SHELLNAME.sh' instead.
2862
2863 2006-12-05 Glenn Morris <rgm@gnu.org>
2864
2865 * progmodes/cperl-mode.el (cperl-mode)
2866 * progmodes/f90.el (f90-mode-abbrev-table)
2867 * progmodes/fortran.el (fortran-mode-abbrev-table)
2868 * progmodes/octave-mod.el (octave-abbrev-table)
2869 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
2870 if abbrev-table is non-nil (saved user abbrevs may have been restored).
2871
2872 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
2873 clear abbrev table, else saved abbrevs will not be restored.
2874
2875 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
2876
2877 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
2878 the call to `make-obsolete-variable', not in the docstring.
2879
2880 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
2881
2882 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
2883
2884 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2885
2886 * progmodes/ebnf-abn.el:
2887 * progmodes/ebnf-bnf.el:
2888 * progmodes/ebnf-dtd.el:
2889 * progmodes/ebnf-ebx.el:
2890 * progmodes/ebnf-iso.el:
2891 * progmodes/ebnf-otz.el:
2892 * progmodes/ebnf-yac.el:
2893 * progmodes/ebnf2ps.el:
2894 * delim-col.el:
2895 * printing.el:
2896 * ps-bdf.el:
2897 * ps-mule.el:
2898 * ps-print.el: Remove 'Time-stamp' comment mark.
2899
2900 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
2901 'easy-menu-add-item' when called in Emacs 21 or higher.
2902
2903 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
2904
2905 * progmodes/ada-xref.el (ada-check-current): Doc fix.
2906 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
2907
2908 2006-12-04 Kim F. Storm <storm@cua.dk>
2909
2910 * bindings.el (global-map): Bind [signal t] to ignore, to have
2911 user signals ignored by default.
2912
2913 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
2914
2915 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
2916 Unicode data file pointed to by `describe-char-unicodedata-file'.
2917
2918 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2919
2920 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
2921 O(n^2) regexp-search by anchoring the search.
2922
2923 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
2924
2925 * whitespace.el (whitespace-cleanup-internal): Use current
2926 argument for recursive call.
2927
2928 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
2929
2930 * net/tramp.el (tramp-methods): Add "ControlPath" and
2931 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
2932 Andreas Schwab <schwab@suse.de>.
2933 (tramp-do-copy-or-rename-file-out-of-band)
2934 (tramp-open-connection-rsh): Compute format spec for ?t.
2935 (tramp-process-actions): Trace command parameters.
2936
2937 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
2938
2939 * simple.el (toggle-truncate-lines): Clarify doc string.
2940
2941 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
2942 (gdb-speedbar-expand-node): Use it.
2943
2944 2006-12-04 Richard Stallman <rms@gnu.org>
2945
2946 * progmodes/python.el (python-indent): Add safe-local-variable prop.
2947
2948 * dired.el (dired-revert): Turn off dired-after-readin-hook
2949 around call to dired-readin.
2950
2951 * menu-bar.el (menu-bar-make-toggle): Add "globally"
2952 to echo area messages.
2953 <indicate-empty-lines, case-fold-search>:
2954 Add "globally" to Help string.
2955 <case-fold-search>: MESSAGE arg need not say "globally".
2956 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
2957
2958 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
2959
2960 * outline.el (outline-end-of-subtree): Don't leave an empty
2961 line hidden as we would a real next heading.
2962
2963 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
2964
2965 * allout.el (allout-ascend): Add an optional argument to preserve
2966 original position of point when unsuccessful. Also, fix a
2967 docstring error.
2968 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
2969 work again, using allout-ascend's new option.
2970 (allout-setup-mode-map): Extract from allout-mode to initialize
2971 allout-mode-map. Call it on file load, so the mode docstring
2972 substitutions work even if allout mode has not yet been invoked.
2973 (allout-mode): Use new allout-setup-mode-map to track any keybinding
2974 customizations since the map was last processed. Also, refine the
2975 docstring so it's ship-shape for release.
2976 (allout-default-layout, allout-beginning-of-line-cycles)
2977 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
2978 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
2979 (allout-version, allout-layout, allout-infer-body-reindent)
2980 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
2981 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
2982 (allout-previous-heading, allout-goto-prefix-doublechecked)
2983 (allout-current-bullet-pos, allout-next-sibling-leap)
2984 (allout-pre-command-business, allout-encrypted-type-prefix)
2985 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
2986 (allout-rebullet-topic, allout-rebullet-topic-grunt)
2987 (allout-flag-region, allout-expose-topic, allout-expose-topic)
2988 (allout-old-expose-topic, allout-listify-exposed)
2989 (allout-process-exposed, allout-latex-verb-quote)
2990 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
2991 (allout-toggle-current-subtree-encryption)
2992 (allout-toggle-subtree-encryption, allout-bullet-isearch):
2993 Remove extraneous open-paren and close paren string escapes.
2994
2995 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
2996
2997 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
2998 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
2999 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
3000 Fix typos in docstrings.
3001
3002 2006-12-03 Glenn Morris <rgm@gnu.org>
3003
3004 * progmodes/cc-align.el
3005 * progmodes/cc-awk.el
3006 * progmodes/cc-cmds.el
3007 * progmodes/cc-compat.el
3008 * progmodes/cc-defs.el
3009 * progmodes/cc-engine.el
3010 * progmodes/cc-langs.el
3011 * progmodes/cc-menus.el
3012 * progmodes/cc-mode.el
3013 * progmodes/cc-styles.el
3014 * progmodes/cc-vars.el
3015 * progmodes/vhdl-mode.el: Fix Copyright format.
3016
3017 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
3018
3019 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
3020 initial down event.
3021
3022 2006-12-02 Kim F. Storm <storm@cua.dk>
3023
3024 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
3025 (cua-repeat-replace-region): Make M-v more robust.
3026 (cua-paste-pop-rotate-temporarily): New defcustom.
3027 (cua-paste-pop): Use it.
3028 (cua-auto-mark-last-change): New defcustom.
3029 (cua-pop-to-last-change): New helper function.
3030 (cua-set-mark): Use them.
3031
3032 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
3033
3034 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
3035 mini-buffer message.
3036
3037 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
3038
3039 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
3040
3041 2006-12-01 Ben North <ben@redfrontdoor.org>
3042
3043 * paren.el: Fix the highlight overlay extension when the user types a
3044 sequence of char very fast just before the open parenthesis.
3045
3046 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3047
3048 * ps-mule.el: Eliminate Emacs 20 compatibility.
3049
3050 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
3051 (ps-print-version): New version 6.7.
3052 (ps-print-quote): Replace '?\ ' by '?\s'.
3053
3054 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
3055
3056 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
3057 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
3058 (hexl-end-of-1k-page): Doc fixes.
3059 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
3060 Fix typos in docstrings.
3061
3062 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3063
3064 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
3065 locally, i.e. without using file name handlers.
3066 (ido-read-internal): Allow mono letter host names, avoiding the
3067 `c:' problem by testing if the file exists locally.
3068 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
3069
3070 2006-11-30 Masatake YAMATO <jet@gyve.org>
3071
3072 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
3073 to avoid bytecomp warnings.
3074 (hexl-mode-old-ruler-function): New variable.
3075 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
3076 and `hl-line-range-function' after `require' hl-line.
3077 Then bind `hl-line-range-function' and `hl-line-face'.
3078 Don't require frame. Don't use `with-no-warnings'.
3079 (hexl-activate-ruler): Store the original value of
3080 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
3081 (hexl-mode-exit): Restore the original value of
3082 `ruler-mode-ruler-function'.
3083
3084 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3085
3086 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
3087 (hexl-mode-old-hl-line-face): New variable.
3088 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
3089 line when exit from the hexl-mode.
3090
3091 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
3092
3093 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
3094 Doc fixes.
3095
3096 * international/fontset.el (create-fontset-from-ascii-font)
3097 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
3098 (fontset-name-p): Fix typo in docstring.
3099
3100 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
3101
3102 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3103
3104 * ps-bdf.el: Fix maintainer email.
3105
3106 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
3107 compatibility.
3108
3109 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
3110 21 compatibility.
3111 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
3112 Emacs 20 & 21.
3113
3114 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
3115
3116 * progmodes/idlwave.el (idlwave-auto-fill):
3117 Remove paragraph-start let to prevent auto-fill giving up.
3118
3119 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
3120
3121 * vt100-led.el (led-state): Fix typo in previous change.
3122
3123 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3124
3125 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3126 Fix interactive spec of the functions getting defined to make them
3127 work as documented.
3128
3129 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
3130
3131 * startup.el (fancy-splash-screens): Hide initial splash buffer.
3132
3133 2006-11-28 Kim F. Storm <storm@cua.dk>
3134
3135 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
3136 icomplete-mode is enabled.
3137
3138 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
3139
3140 * textmodes/org.el (require): Require gnus-sum during compilation
3141 to avoid problem with a macro call.
3142
3143 2006-11-28 Glenn Morris <rgm@gnu.org>
3144
3145 * emacs-lisp/authors.el (authors-aliases): Add new alias.
3146
3147 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
3148 (fortran-window-create-momentarily): Do not need string-to-char.
3149
3150 2006-11-28 Richard Stallman <rms@gnu.org>
3151
3152 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
3153 Replace incorrect use of assoc-default with a loop.
3154
3155 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
3156
3157 * simple.el (next-error-find-buffer): Improve messages.
3158
3159 * files.el (revert-buffer): Special error message if file
3160 is now not readable.
3161
3162 * facemenu.el (facemenu-add-new-face): Improve doc strings of
3163 constructed commands.
3164
3165 * comint.el (comint-exec-1): Provide Emacs version and `comint'
3166 in INSIDE_EMACS.
3167
3168 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3169
3170 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
3171
3172 * server.el: Remove spurious * in docstrings.
3173 (server-process-filter): Exit from recursive editing before processing
3174 a new request.
3175
3176 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
3177
3178 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
3179 line so hidden blocks will be correctly identified.
3180
3181 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
3182
3183 * ledit.el (ledit-save-defun, ledit-mode):
3184 * resume.el (resume-emacs-args-buffer):
3185 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
3186 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
3187 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
3188 (command-send-input, command-kill-line):
3189 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
3190
3191 * autoarg.el (autoarg-kp-mode): Doc fix.
3192
3193 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
3194 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
3195 (check-emacs-lock): Doc fix. Simplify.
3196
3197 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
3198 (iimage-mode-buffer): Fix typos in docstring.
3199
3200 * misc.el (zap-up-to-char): Doc fix.
3201
3202 * time-stamp.el: Fix comment and obsolescence string for old
3203 functions. Use `dolist' instead of `while'.
3204
3205 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
3206
3207 * disp-table.el (standard-display-8bit, standard-display-default):
3208 * ebuff-menu.el (electric-buffer-list):
3209 * ehelp.el (electric-help-command-loop):
3210 * font-core.el (font-lock-mode):
3211 * help-macro.el (make-help-screen):
3212 * help.el (describe-minor-mode-completion-table-for-indicator)
3213 (lookup-minor-mode-from-indicator):
3214 * indent.el (tab-to-tab-stop, move-to-tab-stop):
3215 * info-look.el (info-lookup-guess-custom-symbol):
3216 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
3217 * longlines.el (longlines-wrap-line):
3218 * macros.el (insert-kbd-macro):
3219 * menu-bar.el (menu-bar-update-buffers):
3220 * misc.el (copy-from-above-command):
3221 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
3222 * newcomment.el (comment-indent):
3223 * novice.el (disabled-command-function):
3224 * sort.el (sort-fields-syntax-table):
3225 * subr.el (momentary-string-display):
3226 * tar-mode.el (tar-header-block-summarize)
3227 (tar-clear-modification-flags):
3228 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
3229 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
3230 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
3231 (te-delete-char, te-down-vertically-or-scroll):
3232 * time-stamp.el (time-stamp-string-preprocess):
3233 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
3234
3235 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
3236
3237 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
3238 in GUD mode.
3239
3240 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
3241 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
3242
3243 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3244
3245 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
3246
3247 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
3248
3249 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
3250 (ada-compile-goto-error): Adapt to new argument profile of
3251 compilation-goto-locus in Emacs 22. Don't check if the various
3252 compile functions are defined; we already do "(require 'compile)".
3253
3254 2006-11-26 Kim F. Storm <storm@cua.dk>
3255
3256 * kmacro.el: Fix commentary.
3257
3258 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
3259
3260 * progmodes/gud.el (gdb): Explain how to run in text command mode
3261 more clearly. Say in error message that multiple debugging
3262 requires restarting GDB.
3263
3264 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
3265
3266 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
3267
3268 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
3269
3270 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
3271 (flymake-popup-menu): Use it instead of posn-at-point.
3272
3273 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3274
3275 * progmodes/cc-vars.el (c-backslash-column):
3276 Mention c-backslash-max-column in documentation for c-backslash-column.
3277
3278 2006-11-24 Lars Hansen <larsh@soem.dk>
3279
3280 * net/tramp.el (tramp-default-method): Under Windows, change from
3281 plink to pscp.
3282 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
3283 (tramp-actions-copy-out-of-band):
3284 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
3285 (tramp-action-out-of-band): Move "Permission denied" handling to
3286 tramp-action-copy-failed.
3287 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
3288 process buffer.
3289
3290 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3291
3292 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
3293 strings to a single string. Quote `errors-file-name'.
3294 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
3295 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
3296 Adjust calls. Use `shell-quote-argument'.
3297
3298 * international/mule.el (load-with-code-conversion)
3299 (with-category-table): Use with-current-buffer.
3300 (after-insert-file-set-coding): Use restore-buffer-modified-p.
3301
3302 2006-11-24 Eli Zaretskii <eliz@gnu.org>
3303
3304 * mail/smtpmail.el (smtpmail-send-it):
3305 Copy buffer-file-coding-system from the mail buffer. Possibly add a
3306 MIME header for the message encoding.
3307 Bind coding-system-for-write around the call to mail-do-fcc.
3308 Use smtpmail-code-conv-from to encode queued mail messages.
3309
3310 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
3311
3312 * tabify.el (tabify-regexp): Doc fix.
3313
3314 * net/rcirc.el (rcirc-buffer-maximum-lines):
3315 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
3316
3317 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
3318 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
3319 Fix typos in output messages.
3320 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
3321
3322 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3323
3324 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
3325 the horse's mouth.
3326 (hexlify-buffer): Don't re-encode an arg that's already encoded.
3327
3328 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
3329
3330 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
3331 Remove condition-case.
3332
3333 2006-11-23 Glenn Morris <rgm@gnu.org>
3334
3335 * progmodes/f90.el (f90-comment-indent): Do not move point in
3336 default case.
3337
3338 2006-11-21 Romain Francoise <romain@orebokech.com>
3339
3340 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
3341 from library name (reverts change of 2005-10-25).
3342
3343 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
3344
3345 * tutorial.el (tutorial--default-keys): Add newline and
3346 delete-backward-char bindings.
3347 (tutorial--detailed-help): Save excursion when finding keys.
3348 Correct warning string for M-x FOO case.
3349 (tutorial--display-changes): Print special keys in tutorial style.
3350 Tweak search regexp for changed keys.
3351
3352 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
3353
3354 * thingatpt.el (thing-at-point-url-at-point): Don't add a
3355 redundant scheme.
3356
3357 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
3358
3359 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
3360 are new to the list at IANA. Also added irc, mms, mmsh.
3361
3362 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
3363
3364 * progmodes/idlw-help.el (idlwave-html-help-location):
3365 Fail gracefully for missing help packages.
3366 (idlwave-help-assistant-open-link): Open full links.
3367 (idlwave-help-assistant-help-with-topic): Direct help link.
3368
3369 * progmodes/idlwave.el (idlwave-mode):
3370 Set add-log-current-defun-function.
3371 (idlwave-current-routine-fullname): Add, to support add-log.
3372 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
3373 to reflect improvements to xml-parse-file.
3374 (idlwave-mode-menu-def): New binding for help-with-topic.
3375
3376 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
3377 Handle extra newlines and spaces.
3378 (idlwave-shell-mode-map): Add help-with-topic.
3379
3380 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
3381
3382 * tutorial.el (tutorial-warning-face): New face.
3383 (tutorial--detailed-help, tutorial--display-changes): Use it.
3384 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
3385 Improve search pattern for occurrences of changed keys.
3386
3387 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3388
3389 * term/x-win.el (x-last-cut-buffer-coding): New variable.
3390 (x-select-text): Set it.
3391 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
3392 when checking for newness.
3393
3394 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
3395
3396 * subr.el (posn-image):
3397 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
3398
3399 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
3400
3401 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3402
3403 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
3404 Exceptions to the rule "add a space between an identifier and an
3405 opening parenthesis". Defaulted to the `#define' problem of cpp.
3406 (glasses-parenthesis-exception-p): New. Check if the region is an
3407 exception regarding to that.
3408 (glasses-make-readable): Use it.
3409 (glasses-convert-to-unreadable): Ditto. Modify the file also if
3410 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
3411
3412 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
3413
3414 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
3415
3416 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
3417
3418 * progmodes/ada-mode.el (ada-make-body): Fix typo.
3419
3420 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
3421 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
3422
3423 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
3424
3425 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
3426 conditions for function or variable bindings.
3427
3428 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
3429
3430 * progmodes/compile.el (compilation-start): Ditto.
3431
3432 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
3433
3434 * net/tramp.el (top): cl and custom are always required.
3435
3436 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3437
3438 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
3439 cut-buffers with next-selection-coding-system if not nil.
3440
3441 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
3442
3443 * textmodes/org.el (org-fix-decoded-time): New function.
3444 (org-display-custom-time): Use `org-fix-decoded-time'.
3445
3446 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
3447
3448 * menu-bar.el (menu-bar-games-menu): Remove yow.
3449
3450 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
3451
3452 * textmodes/org.el (org-scan-tags): Re-align code fixed.
3453 (org-detach-overlay): Rename from `org-detatch-overlay'.
3454 (org-table-convert-region): Insert space after column separator.
3455 (org-agenda-kill): New command.
3456 (org-metaleft): Call `org-outdent-item' on bullets.
3457 (org-metaright): Call `org-indent-item' on bullets.
3458 (org-timestamp-change): Set `org-last-changed-timestamp'.
3459 (org-current-line): Make sure (bolp) returns correct result.
3460 (org-agenda-change-all-lines): Make sure TODO are highlighted.
3461
3462 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3463
3464 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
3465
3466 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
3467
3468 * mouse.el (global-map): Change 2006-08-16 fix to call
3469 mouse-yank-at-click explicitly, since mouse events are not carried
3470 over into keyboard macros.
3471
3472 2006-11-16 Kim F. Storm <storm@cua.dk>
3473
3474 * ido.el (ido-file-internal): Use current buffer's file name as default
3475 choice for ido-find-alternate-file. Suggested by Matt Hodges.
3476
3477 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
3478
3479 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
3480 (allout-inhibit-aberrance-doublecheck): Rename from
3481 allout-during-yank-processing. All callers changed.
3482 (allout-ascend): Provide for unusual case where some topic after
3483 the first in file is at lower depth than the first.
3484 (allout-shift-in): Ensure the offspring of the new containing
3485 topic are exposed.
3486 (allout-encrypt-string): Preserve the coding-system of the text,
3487 according to that of the containing buffer.
3488 (allout-toggle-subtree-encryption): When the text being encrypted
3489 requires a different coding system, offer to preserve the coding
3490 system using a file local var.
3491
3492 2006-11-15 Simon Marshall <simon@gnu.org>
3493
3494 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
3495 to recognise "T t()" as a function declaration, rather than a
3496 variable instantiation, iff at the top-level or inside a class
3497 declaration. Suggested by Feng Li <fengli@gmail.com>.
3498
3499 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
3500
3501 * progmodes/ada-xref.el (ada-parse-prj-file):
3502 Don't delete project buffer; user may want to edit it.
3503 (ada-xref-set-project-field, ada-xref-current-project-file)
3504 (ada-xref-current-project, ada-show-current-project)
3505 (ada-set-main-compile-application): New functions.
3506 (ada-xref-get-project-field, ada-require-project-file):
3507 Normalize use of ada-prj-default-project-file.
3508 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
3509 Normalize use of ada-require-project-file.
3510 (ada-prj-find-prj-file): Improve doc string, comments.
3511
3512 * progmodes/ada-mode.el (ada-mode-version): Bump version.
3513 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
3514 (ada-create-menu): Add ada-set-main-compile-application,
3515 ada-show-current-main, ada-show-current-project.
3516
3517 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3518
3519 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
3520 (inferior-python-mode): Use it.
3521
3522 2006-11-14 Andreas Schwab <schwab@suse.de>
3523
3524 * term/xterm.el (terminal-init-xterm): Add more key bindings.
3525
3526 2006-11-13 Kim F. Storm <storm@cua.dk>
3527
3528 * ido.el (ido-copy-current-word): C-o copies region if active.
3529
3530 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
3531
3532 * textmodes/org.el (org-emph-face): Fix typo in variable name.
3533
3534 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
3535
3536 * ediff.el (ediff-revision):
3537 * files.el (set-visited-file-name):
3538 * mail/rmailout.el (rmail-output-body-to-file):
3539 Use `format', not `message', in `y-or-n-p' call.
3540
3541 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
3542
3543 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
3544 (org-metaright): Call `org-indent-item' on bullets.
3545 (org-timestamp-change): Set `org-last-changed-timestamp'.
3546 (org-current-line): Make sure (bolp) returns correct result.
3547 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
3548
3549 2006-11-12 Richard Stallman <rms@gnu.org>
3550
3551 * language/european.el (turkish-case-conversion-enable)
3552 (turkish-case-conversion-disable): New functions.
3553 ("Turkish" lang env): Use them.
3554
3555 * international/characters.el (case table):
3556 Do nothing special for i and I.
3557
3558 * subr.el (remove-overlays): Fix last change.
3559
3560 * cus-edit.el (custom-save-all): Use find-file-visit-truename
3561 for visiting the custom file.
3562
3563 2006-11-12 Markus Triska <triska@gmx.at>
3564
3565 * play/handwrite.el (handwrite): Also process lines not ending
3566 with newline. Replace some position-fiddling with different
3567 logic. Improve performance.
3568
3569 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
3570
3571 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
3572 replacing deleted variable `ada-check-switch'.
3573 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
3574 (ada-xref-project-files): Improve doc string.
3575 (ada-find-executable): New function.
3576 (ada-initialize-runtime-library): Use `ada-find-executable'.
3577 (ada-xref-set-default-prj-values): In compile commands, don't need
3578 `ada-cd-command'; `compile' does that more portably.
3579 Use ada-prj-default-check-cmd.
3580 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
3581 properties if not specified in project file.
3582 (ada-goto-declaration): Display useful message for new error
3583 'error-file-not-found.
3584 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
3585 'error-file-not-found.
3586 (ada-get-all-references): Match latest ali syntax. Signal new
3587 error 'error-file-not-found.
3588 (ada-find-in-ali): Match latest ali syntax.
3589 (ada-make-filename-from-adaname): Handle different semantics of
3590 gnatkr in GNAT 3.15p vs later.
3591
3592 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
3593 ada-procedure-start-regexp.
3594 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
3595
3596 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
3597 with defvar.
3598 (ada-language-version): Rename ada05 -> ada2005.
3599 (ada-align-region-separate): Add `eval-when-compile'.
3600 (ada-name-regexp): Remove unneeded escapes in regexp character
3601 alternative.
3602 (ada-compile-goto-error-file-linenr-re): New constant.
3603 (ada-matching-start-re): Handle additional cases `declare',
3604 `procedure', `function'.
3605 (ada-compile-goto-error): Handle "... at line nn".
3606 (ada-mode): Clearer syntax, comments for ff-special-constructs.
3607 Delete support for old versions of `align'.
3608 (ada-search-prev-end-stmt): Handle additional keyword `private'.
3609 (ada-check-defun-name): Simplify handling of `declare'.
3610 (ada-goto-matching-start): Handle nested `begin ... end'.
3611 Handle `declare', `protected', `procedure', `function'.
3612 (ada-create-menu): Presence of arm95 is not conditional on using
3613 GNAT compiler.
3614
3615 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
3616
3617 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
3618 nil in the *RE-Builder* buffer (it causes spurious error messages).
3619
3620 * server.el (server-visit-files): If `minibuffer-auto-raise' has
3621 been set to t, respect it.
3622
3623 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
3624
3625 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
3626 Delete commented out code for old Emacs versions. Autoloading of
3627 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
3628 (ada-mode-version): Bump version number.
3629 (ada-95-string-keywords, ada-2005-string-keywords)
3630 (ada-2005-keywords, ada-name-regexp): New constant.
3631 (ada-language-version, ada-procedure-start-regexp, ada-mode)
3632 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
3633 (ada-package-start-regexp): Support private packages, include package
3634 name (for ada-set-point-accordingly).
3635 (ada-next-procedure, ada-previous-procedure)
3636 (ada-which-function-are-we-in): Match changes to
3637 ada-procedure-start-regexp.
3638 (ada-make-body): Make non-interactive; not a user function.
3639 (ada-make-subprogram-body): Improve doc string.
3640
3641 2006-11-11 Romain Francoise <romain@orebokech.com>
3642
3643 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
3644 `compilation-error-regexp-alist' buffer-local, since we changed
3645 `compilation-error-regexp-alist-alist' locally.
3646
3647 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
3648
3649 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
3650 to the value of `server-raise-frame'.
3651
3652 2006-11-11 Glenn Morris <rgm@gnu.org>
3653
3654 * ido.el (ido-enable-prefix)
3655 * ses.el (ses-call-printer-return)
3656 * net/tramp.el (tramp-unified-filenames)
3657 * progmodes/cc-align.el (c-lineup-string-cont)
3658 * progmodes/compile.el (compilation-directory-matcher)
3659 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
3660 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
3661 (vhdl-clock-rising-edge)
3662 * textmodes/org.el (org-export-with-timestamps)
3663 (org-export-remove-timestamps-from-toc)
3664 (org-export-with-tags): Improve previous doc fixes.
3665
3666 2006-11-11 Richard Stallman <rms@gnu.org>
3667
3668 * textmodes/flyspell.el (flyspell-mode-map):
3669 Bind C-c $ instead of M-RET.
3670
3671 2006-11-10 Simon Marshall <simon@gnu.org>
3672
3673 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
3674 fontification for "case" and "default" keywords.
3675
3676 2006-11-10 Andreas Schwab <schwab@suse.de>
3677
3678 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
3679 Avoid starting sentence with "nil".
3680
3681 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
3682
3683 * server.el (server-raise-frame): New option.
3684 (server-switch-buffer): Use it.
3685
3686 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
3687
3688 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
3689 with a capital.
3690
3691 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
3692
3693 * textmodes/org.el (org-show-hierarchy-above)
3694 (org-show-following-heading): Fix typo in default value.
3695 (org-scan-tags): Make the search case-sensitive.
3696 (org-tags-sparse-tree): Don't overrule
3697 `org-show-following-heading' and `org-show-hierarchy-above'.
3698 (org-reveal): New command.
3699 (org-show-context): Rename from `org-show-hierarchy-above'.
3700 (org-fast-tag-selection-single-key): New option.
3701 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
3702 (org-tags-overlay): New variable.
3703 (org-agenda-todo-ignore-deadlines): New option.
3704 ("session"): Add circular data structure `org-mark-ring' to
3705 exceptions list in session.el.
3706 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
3707 New options.
3708 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
3709 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
3710 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
3711 (org-finalize-agenda): Activate bracket links in agenda.
3712 (org-at-timestamp-p, org-at-date-range-p): Additional argument
3713 INACTIVE-OK.
3714 (org-show-hierarchy-above, org-show-following-heading):
3715 List values allowed for fine-tuned configuration.
3716 (org-show-hierarchy-above): New argument CONTEXT, use the
3717 fine-tuned settings in `org-show-hierarchy-above' and
3718 `org-show-following-heading'.
3719 (org-display-custom-time): New function.
3720 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
3721 (org-display-custom-times, org-time-stamp-custom-formats):
3722 (org-maybe-intangible): New macro.
3723 (org-activate-bracket-links, org-hide-wide-columns):
3724 Use `org-maybe-intangible'.
3725 (org-open-file): Use `shell-quote-argument'.
3726 (org-display-internal-link-with-indirect-buffer): New option.
3727 (org-file-remote-p): Get regexp from list.
3728 (org-link-expand-abbrev): New function.
3729 (org-link-abbrev-alist): New option.
3730 (org-open-at-point, org-cleaned-string-for-export):
3731 Call `org-link-expand-abbrev'.
3732 (org-timeline, org-agenda-list, org-todo-list)
3733 (org-tags-view): Remove the KEEP-MODES argument.
3734 (org-finalize-agenda-hook): New hook.
3735 (org-get-alist-option): New function.
3736 (org-follow-timestamp-link): New function.
3737 (org-open-at-point): Call `org-follow-timestamp-link'.
3738 (org-log-note-marker, org-log-note-purpose)
3739 (org-log-note-window-configuration): New variables.
3740 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
3741 (org-log-note-headings): New option.
3742 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
3743 (org-store-link): Support for dired-mode.
3744 (org-open-file): Substitute environment variables into filename.
3745 (org-last): New defsubst.
3746 (org-agenda-re-align-tags): New function.
3747 (org-agenda-align-tags-to-column): New option.
3748 (org-agenda-timeline): Group removed.
3749 (org-prepare-agenda, org-prepare-agenda-buffers)
3750 (org-run-agenda-series, org-timeline, org-agenda-list)
3751 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
3752 the text property inticating the agenda type.
3753 (org-agenda-post-command-hook): Get agenda type from text property
3754 at point.
3755 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
3756 and obey `org-agenda-overriding-arguments'.
3757 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
3758 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
3759 (org-agenda-week-view, org-agenda-day-view):
3760 Use `org-agenda-overriding-arguments' to make updating work with
3761 multi-block agendas.
3762 (org-agenda-prefix-format): Allow different formats for the
3763 different agenda entry types.
3764 (org-timeline-prefix-format): Option removed, use
3765 `org-agenda-prefix-format' instead.
3766 (org-prepare-agenda): New function.
3767 (org-select-timeline-window): Option removed, use
3768 `org-select-agenda-window' instead.
3769 (org-respect-restriction): Variable removed.
3770 (org-cmp-tag): New function.
3771 (org-agenda-sorting-strategy, org-entries-lessp):
3772 Implement sorting by last tag.
3773 (org-complete): Better completion in in-buffer option lines.
3774 (org-in-item-p): New function.
3775 (org-org-menu): Add entries for checkboxes.
3776 (org-cycle): Extra brouping in outline-regexp, because it is used
3777 in a search with "^" prepended.
3778 (org-provide-checkbox-statistics): New option.
3779 (org-set-font-lock-defaults): Highlight checkbox statistics.
3780 (org-update-checkbox-count-maybe)
3781 (org-get-checkbox-statistics-face): New functions.
3782 (org-update-checkbox-count): New command.
3783 (org-insert-item, org-toggle-checkbox):
3784 Call `org-update-checkbox-count-maybe'.
3785 (org-export-as-html): XEmacs compatibility for coding system.
3786 (org-force-cycle-archived): New command.
3787 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
3788 overrules cycling.
3789 (org-fix-position-after-promote): If the line contains only a todo
3790 keyword, add a final space.
3791 (org-promote-subtree, org-demote-subtree):
3792 Call `org-fix-position-after-promote'.
3793
3794 2006-11-10 Glenn Morris <rgm@gnu.org>
3795
3796 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
3797 date in every year.
3798 (calendar-dst-check-each-year-flag): New customizable variable.
3799 (calendar-dst-find-data): New function, extracted from
3800 calendar-current-time-zone.
3801 (calendar-current-time-zone): Use calendar-dst-find-data.
3802 (calendar-dst-transition-cache): New variable.
3803 (calendar-dst-find-startend, calendar-dst-starts)
3804 (calendar-dst-ends): New functions.
3805 (calendar-daylight-savings-starts)
3806 (calendar-daylight-savings-ends): Change value to use
3807 calendar-dst-starts, calendar-dst-ends; respectively.
3808
3809 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
3810
3811 * ido.el (ido-enable-prefix)
3812 * ses.el (ses-call-printer-return)
3813 * net/tramp.el (tramp-unified-filenames)
3814 * progmodes/cc-align.el (c-lineup-string-cont)
3815 * progmodes/compile.el (compilation-directory-matcher)
3816 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
3817 * progmodes/gdb-ui.el (gdb-many-windows)
3818 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
3819 (vhdl-clock-rising-edge)
3820 * textmodes/org.el (org-export-with-timestamps)
3821 (org-export-remove-timestamps-from-toc, org-export-with-tags)
3822 (org-read-date): Doc fix (Nil -> nil).
3823
3824 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3825
3826 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
3827 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
3828
3829 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
3830
3831 * bs.el (bs--window-for-buffer): Remove.
3832 (bs--show-with-configuration): Use `get-window-with-predicate'
3833 instead of `bs--window-for-buffer'.
3834
3835 2006-11-10 Kenichi Handa <handa@m17n.org>
3836
3837 * files.el (revert-buffer): Fix previous change.
3838
3839 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
3840
3841 * bs.el (bs--redisplay): Fix typo in docstring.
3842 (bs--window-config-coming-from): Make frame-local.
3843 (bs--restore-window-config): New function.
3844 (bs-kill, bs-select, bs-select-other-window)
3845 (bs-select-other-frame): Use it.
3846 (bs--window-for-buffer): Return as soon as a matching buffer is found.
3847 (bs--show-with-configuration): Save the window configuration as a
3848 frame local var, and only if *buffer-selection* is not already
3849 visible on this frame.
3850
3851 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
3852
3853 * vc-svn.el (vc-svn-admin-directory): New var.
3854 (vc-svn-registered, vc-svn-responsible-p)
3855 (vc-svn-repository-hostname): Use it.
3856 Suggested by arit93@yahoo.com.
3857
3858 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
3859
3860 * ldefs-boot.el: Regenerate.
3861
3862 2006-11-08 Alan Mackenzie <acm@muc.de>
3863
3864 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
3865 case (eq open-paren-in-column-0-is-defun-start nil) by searching
3866 for least nested open-paren.
3867
3868 2006-11-08 Romain Francoise <romain@orebokech.com>
3869
3870 * subr.el (remove-overlays): Fix typo in last change.
3871
3872 2006-11-08 Richard Stallman <rms@gnu.org>
3873
3874 * subr.el (remove-overlays): Call overlay-recenter.
3875
3876 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3877
3878 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
3879 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
3880 behaviour.
3881 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
3882 directly.
3883
3884 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
3885
3886 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
3887 (ido-max-dir-file-cache, ido-decorations)
3888 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
3889 (ido-magic-backward-char, ido-enter-dired)
3890 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
3891 (ido-list-directory, ido-first-match, ido-only-match)
3892 (ido-subdir, ido-indicator): Fix typos in docstrings.
3893 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
3894 (ido-read-internal): Fix typo in error message.
3895
3896 2006-11-08 Kenichi Handa <handa@m17n.org>
3897
3898 * international/mule-cmds.el (set-default-coding-systems):
3899 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
3900
3901 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
3902
3903 * makefile.w32-in (setwins): Remove.
3904 (WINS_ALMOST): New macro.
3905 (WINS): Use it.
3906 (autoloads): Don't extract autoloads from files in obsolete/.
3907
3908 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
3909
3910 * whitespace.el (whitespace-buffer): Call remove-overlays after
3911 overlay-recenter for performance. Suggested by Martin Rudalics.
3912
3913 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
3914
3915 * net/tramp.el (tramp-default-method): scp is the default method.
3916
3917 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
3918
3919 * server.el (server-start): Save also the Emacs pid in the server file.
3920
3921 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
3922
3923 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
3924 point when displaying a bibtex cross reference in the echo area.
3925
3926 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
3927
3928 * international/mule.el (make-char): Fix typo in docstring.
3929 (load-with-code-conversion, charsetp): Doc fixes.
3930
3931 * international/ja-dic-cnv.el (skkdic-convert):
3932 * cus-edit.el (hook): Fix typo in docstring.
3933
3934 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
3935
3936 * cus-edit.el (custom-mode-map): Move defvar above code using it.
3937 (custom-mode-link-map): New variable.
3938 (custom-group-link, custom-manual): Use follow-link.
3939
3940 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3941
3942 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
3943 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
3944
3945 2006-11-06 Richard Stallman <rms@gnu.org>
3946
3947 * textmodes/flyspell.el (flyspell-correct-word-before-point):
3948 New function broken out of flyspell-correct-word.
3949 (flyspell-mode-map): Bind it to M-RET.
3950 (flyspell-correct-word): Call it.
3951
3952 * textmodes/fill.el (fill-minibuffer-function): New function.
3953 (fill-paragraph): Bind fill-paragraph-function to
3954 fill-minibuffer-function.
3955
3956 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
3957 so that they aren't undefined.
3958
3959 * dired.el (dired-readin): Locally bind file-name-coding-system.
3960
3961 * bindings.el: Shorten and clarify usual mode line mouse help string.
3962
3963 * Makefile.in (autoloads): Don't include `obsolete'.
3964
3965 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
3966
3967 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
3968 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
3969 Printing menu if it's not initialized.
3970 (pr-menu-bind): Act on menu-bar-file-menu directly.
3971
3972 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
3973
3974 * help.el (view-emacs-news): Fix typo in error message.
3975
3976 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
3977
3978 * shadowfile.el (shadow-define-regexp-group)
3979 (shadow-literal-groups, shadow-insert-var): Doc fixes.
3980 (shadow-read-files): Fix typo in message.
3981 (shadow-inhibit-overload, shadow-find, shadow-suffix)
3982 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
3983 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
3984 (shadow-file-match): Fix typos in docstrings.
3985
3986 * terminal.el (terminal-emulator): Fix typo in message.
3987
3988 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
3989
3990 * emacs-lisp/lselect.el (x-kill-primary-selection)
3991 (x-delete-primary-selection, x-copy-primary-selection):
3992 Fix typos in error messages.
3993
3994 * emulation/edt-mapper.el: Fix typo in interactive message.
3995
3996 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
3997
3998 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
3999 (ispell-help): Fix typos in docstrings.
4000 (ispell-help): Fix typo in output message.
4001
4002 * allout.el (allout-adjust-file-variable)
4003 (allout-passphrase-verifier-string)
4004 (allout-passphrase-hint-string)
4005 (allout-toggle-current-subtree-encryption):
4006 * apropos.el (apropos-synonyms):
4007 * cus-edit.el (hook):
4008 * emacs-lock.el (emacs-lock-from-exiting):
4009 * follow.el (follow-avoid-tail-recenter-p):
4010 * hexl.el (hexl-mode):
4011 * mouse-copy.el (mouse-copy-work-around-drag-bug):
4012 * mouse.el (mouse-set-font):
4013 * resume.el (resume-emacs-args-file):
4014 * rfn-eshadow.el (file-name-shadow-tty-properties):
4015 * t-mouse.el (t-mouse-process, t-mouse-mode):
4016 * emacs-lisp/cust-print.el (custom-print-install)
4017 (custom-print-uninstall, custom-format):
4018 * emacs-lisp/shadow.el (list-load-path-shadows):
4019 * emulation/tpu-edt.el (tpu-help-text)
4020 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
4021 (tpu-reset-control-keys):
4022 * emulation/vip.el (vip-emacs-local-map)
4023 (vip-change-mode-to-emacs):
4024 * emulation/viper.el (viper-mode, viper-set-hooks)
4025 (viper-major-mode-modifier-list):
4026 * emulation/viper-init.el (viper-emacs-state-cursor-color):
4027 * emulation/viper-keym.el (viper-emacs-kbd-map)
4028 (viper-toggle-key):
4029 * mail/feedmail.el (feedmail-queue-reminder)
4030 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
4031 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
4032 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
4033 (feedmail-sender-line, feedmail-force-binary-write)
4034 (feedmail-from-line, feedmail-deduce-envelope-from)
4035 (feedmail-x-mailer-line, feedmail-message-id-generator)
4036 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
4037 (feedmail-enable-spray, feedmail-spray-this-address)
4038 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
4039 (feedmail-queue-runner-confirm-global)
4040 (feedmail-ask-before-queue-prompt)
4041 (feedmail-ask-before-queue-reprompt)
4042 (feedmail-prompt-before-queue-standard-alist)
4043 (feedmail-prompt-before-queue-user-alist)
4044 (feedmail-prompt-before-queue-help-supplement)
4045 (feedmail-queue-use-send-time-for-message-id)
4046 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
4047 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
4048 (feedmail-mail-send-hook-queued)
4049 (feedmail-confirm-addresses-hook-example)
4050 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
4051 (feedmail-queue-runner-mode-setter)
4052 (feedmail-queue-alternative-mail-header-separator)
4053 (feedmail-queue-runner-message-sender)
4054 (feedmail-buffer-eating-function, feedmail-binmail-template)
4055 (feedmail-run-the-queue-no-prompts)
4056 (feedmail-run-the-queue-global-prompt)
4057 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
4058 (feedmail-envelope-deducer, feedmail-fiddle-date)
4059 (feedmail-default-message-id-generator)
4060 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
4061 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
4062 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
4063 (vms-pmail-setup):
4064 * play/dunnet.el (dun-help):
4065 * play/handwrite.el (handwrite):
4066 * play/hanoi.el (hanoi-unix-64):
4067 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
4068 * textmodes/enriched.el (fixed):
4069 * textmodes/org.el (org-file-apps)
4070 (org-emphasis-regexp-components, org-emphasis-alist):
4071 * textmodes/texinfmt.el (batch-texinfo-format):
4072 Fix typos in docstrings.
4073
4074 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
4075
4076 * loadhist.el (read-feature): Don't complete features not loaded
4077 from a file (which make `unload-feature' to fail).
4078
4079 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
4080
4081 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
4082
4083 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
4084
4085 * startup.el (command-line-1): Kill emacs if the last frame is
4086 deleted while evaluating the command-line arguments.
4087
4088 2006-11-05 Richard Stallman <rms@gnu.org>
4089
4090 * startup.el (init-file-had-error): Add doc string.
4091 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
4092 Use fixed-width font for keyboard key descriptions.
4093
4094 * cus-edit.el (custom-save-all): Error if saving in .emacs
4095 and it had an error when loaded.
4096
4097 * dired-aux.el (dired-copy-file-recursive): Catch errors
4098 from recursive copies in the loop, around the recursive call.
4099
4100 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4101
4102 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
4103 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
4104 `/proc/acpi/thermal_zone/*'.
4105 (battery-search-for-one-match-in-files): New. Search a regexp in
4106 the content of some files.
4107
4108 2006-11-05 Martin Rudalics <rudalics@gmx.at>
4109
4110 * window.el (mouse-autoselect-window-now): Remove variable.
4111 (mouse-autoselect-window-state): New variable.
4112 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
4113 (mouse-autoselect-window-select, handle-select-window):
4114 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
4115 Suspend delayed autoselection during menu or popup dialog.
4116
4117 * info-look.el (info-lookup-guess-custom-symbol): New function
4118 for retrieving symbol at point in custom buffers.
4119 (top level) <info-lookup-maybe-add-help>: Add backquote and
4120 comma to ignored characters in regexps of help specifications
4121 for emacs-lisp-mode and lisp-interaction-mode. This permits
4122 looking up symbols in `...' and after a comma. Add help
4123 specifications for custom-mode and help-mode.
4124
4125 2006-11-04 Eli Zaretskii <eliz@gnu.org>
4126
4127 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
4128 Don't encode body if RAW is non-nil, or if the old encoding is
4129 identical to the new encoding, or if the body contains only
4130 eight-bit-* characters.
4131
4132 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
4133
4134 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
4135 (faces-sample-overlay): Remove variable.
4136 (describe-face): Insert sample text in the face being described.
4137
4138 2006-11-04 Martin Rudalics <rudalics@gmx.at>
4139
4140 * whitespace.el (whitespace-indent-regexp): Make this match any
4141 multiples of eight spaces near the beginning of a line.
4142 (whitespace-buffer): Use `remove-overlays' instead of
4143 `whitespace-unhighlight-the-space' and `overlay-recenter' to
4144 speed up overlay handling.
4145 (whitespace-buffer-leading, whitespace-buffer-trailing):
4146 Make these functions highlight the text removed by
4147 `whitespace-buffer-leading-cleanup' and
4148 `whitespace-buffer-trailing-cleanup' respectively.
4149 (whitespace-buffer-search): Use `with-local-quit'.
4150 Move `format' out of loop to speed up scanning larger buffers.
4151 (whitespace-unhighlight-the-space): Remove `remove-hook' since
4152 that function is never added to a hook.
4153 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
4154 (whitespace-buffer-leading-cleanup)
4155 (whitespace-refresh-rescan-list): Fix docstrings.
4156
4157 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
4158
4159 * allout.el (allout-during-yank-processing): Cue for inhibiting
4160 aberrance processing during yanks.
4161 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
4162 the amount of yanked topics that can be aberrant.
4163 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
4164 a function, and supplement with inihibition of doublechecking
4165 during yanks.
4166 (allout-beginning-of-line, allout-next-heading)
4167 (allout-previous-heading, allout-goto-prefix-doublechecked)
4168 (allout-back-to-current-heading, allout-next-visible-heading)
4169 (allout-next-sibling): Use new allout-do-doublecheck function.
4170 (allout-next-sibling): Ensure we made progress when returning
4171 other than nil.
4172 (allout-rebullet-heading): Preserve text property annotations
4173 indicating the text was hidden, if it was.
4174 (allout-kill-line): Remove any added was-hidden annotations.
4175 (allout-kill-topic): Remove any added was-hidden annotations.
4176 (allout-annotate-hidden): Inhibit adding was-hidden text
4177 properties to the undo list.
4178 (allout-deannotate-hidden): New function to remove was-hidden
4179 annotation.
4180 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
4181 (allout-remove-exposure-annotation): Replace by
4182 allout-deannotate-hidden.
4183 (allout-yank-processing): Signal that yank processing is happening
4184 with allout-during-yank-processing. Also, wrap
4185 allout-unprotected's closer to the text changes, for easier
4186 debugging. We need to inhibit-field-text-motion explicitly, in
4187 lieu of the encompassing allout-unprotected.
4188 (outlineify-sticky): Adjust criteria for triggering new outline
4189 decorations to presence or absence of any topics, not just a topic
4190 at the beginning of the buffer.
4191
4192 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
4193
4194 * bs.el (bs--show-all, bs--redisplay):
4195 * cus-edit.el (custom-unlispify-menu-entries)
4196 (custom-unlispify-tag-names, custom-prompt-variable):
4197 * expand.el (expand-pos):
4198 * speedbar.el (speedbar-generic-list-tag-p):
4199 * wid-edit.el (widget-image-enable):
4200 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
4201 * emacs-lisp/find-func.el (find-function-noselect)
4202 (find-function, find-variable-noselect, find-variable)
4203 (find-definition-noselect, find-face-definition):
4204 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
4205 * net/eudc-vars.el (eudc-expansion-overwrites-query):
4206 * progmodes/ada-xref.el (ada-find-in-ali):
4207 * textmodes/flyspell.el (flyspell-check-tex-math-command):
4208 * textmodes/org.el (org-copy-subtree):
4209 * textmodes/table.el (table--row-column-insertion-point-p):
4210 Use "non-nil" in docstrings.
4211
4212 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
4213
4214 * sort.el (sort-columns): Set the field separator to tab; on
4215 NetBSD, sort complains if "\n" is used as field separator.
4216
4217 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
4218
4219 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
4220
4221 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
4222
4223 * server.el (server-auth-key): Remove. Replace by a process-property.
4224 (server-start): Don't remove the file of the previous process, but
4225 instead clear out the place for the new file.
4226 (server-start): Set the :auth-key property.
4227 (server-process-filter): Use the :auth-key property.
4228
4229 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
4230
4231 * textmodes/org.el (org-mode-map): No longer copy
4232 `outline-mode-map' explicitly - this is already done by
4233 `define-derived-mode'.
4234
4235 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
4236
4237 * server.el (server-visit-files): Use `when'.
4238 (server-process-filter): When authentication fails, send error
4239 message to client. Wrap `process-send-region' in `ignore-errors'
4240 instead of `condition-case', and remove misleading comment.
4241
4242 2006-11-01 Juri Linkov <juri@jurta.org>
4243
4244 * simple.el (yank): Doc fix.
4245
4246 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
4247
4248 * server.el: Try and fit within 80 columns.
4249 (server-start): Make the auth file unreadable by other users.
4250
4251 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4252
4253 * battery.el (battery-linux-proc-acpi): Prevent range error when
4254 `full-capacity' is 0.
4255
4256 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
4257
4258 * faces.el (faces-sample-overlay): New defvar.
4259 (faces-sample-overlay): New function to show face sample text.
4260 (describe-face): Use it.
4261
4262 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
4263
4264 * progmodes/ada-stmt.el: Change maintainer, apply
4265 whitespace-cleanup, checkdoc.
4266 (ada-func-or-proc-name): Add doc string.
4267
4268 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
4269 whitespace-cleanup, checkdoc. Minor improvements to many doc
4270 strings and comments.
4271 (ada-prj-display-page): Change buffer name to more accurately
4272 reflect function.
4273
4274 * progmodes/ada-xref.el: Change maintainer, apply
4275 whitespace-cleanup, checkdoc. Minor improvements to many doc
4276 strings and comments. Don't look for `gvd' or `ddd' debuggers.
4277 (ada-compile-current): Don't add newlines to commands.
4278
4279 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
4280
4281 * server.el: Add support for TCP sockets.
4282 (server-use-tcp, server-host, server-auth-dir): New options.
4283 (server-auth-key): New variable.
4284 (server-ensure-safe-dir): Create nonexistent parent dirs.
4285 Ignore Unix-style file modes on Windows.
4286 (server-start): Crete a TCP or Unix socket according to the value
4287 of `server-use-tcp'. For TCP sockets, create the id/auth file in
4288 `server-auth-dir' directory.
4289 (server-process-filter): Delete process if authentication
4290 fails (which never happens for Unix sockets).
4291
4292 2006-10-30 David Kastrup <dak@gnu.org>
4293
4294 * subr.el (add-to-list): Don't continue checking if a match has
4295 been found.
4296
4297 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
4298
4299 * tutorial.el: Move defvars to avoid bytecomp warnings.
4300 (tutorial--find-changed-keys): Check if viper-current-state is
4301 bound before using it.
4302 (help-with-tutorial): Check if viper-tutorial is defined before
4303 using it.
4304
4305 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
4306
4307 * help-fns.el (help-with-tutorial): Move to tutorial.el.
4308
4309 * tutorial.el: New file.
4310 (help-with-tutorial): Move here from help-fns.el. Added help for
4311 rebound keys. Fixed resume of tutorial.
4312 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
4313 (tutorial--find-changed-keys, tutorial--display-changes)
4314 (tutorial--saved-dir, tutorial--saved-file)
4315 (tutorial--save-tutorial): New functions to support the changes in
4316 help-with-tutorial.
4317
4318 2006-10-30 Kenichi Handa <handa@m17n.org>
4319
4320 * files.el (revert-buffer): If a unibyte buffer is being reverted
4321 with a coding system for multibyte, set buffer multibyte before
4322 calling insert-file-contents.
4323
4324 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4325
4326 * server.el (server-select-display): Use a dummy buffer to detect when
4327 the frame is later used.
4328 (server-select-display): New function.
4329 (server-process-filter): Use it to detect unused temp frames.
4330
4331 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
4332
4333 * progmodes/ada-mode.el: Change maintainer, apply
4334 whitespace-clean, checkdoc. Minor improvements to many doc strings.
4335 (ada-mode-version): New function.
4336 (ada-create-menu): Menu operations are available for all supported
4337 compilers.
4338
4339 2006-10-29 Lars Hansen <larsh@soem.dk>
4340
4341 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
4342 Highlight as keyword.
4343 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
4344 Don't call tramp-method-out-of-band-p for local files.
4345 (tramp-touch): Quote file name.
4346
4347 2006-10-28 Glenn Morris <rgm@gnu.org>
4348
4349 * calendar/calendar.el (cal-html-cursor-month)
4350 (cal-html-cursor-year): Add autoloads for this new package.
4351 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
4352
4353 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
4354
4355 * calendar/cal-html.el: New file.
4356
4357 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
4358
4359 * emacs-lisp/authors.el (authors-aliases): Update.
4360
4361 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
4362
4363 * version.el (emacs-version): Bump version number to 22.0.90.
4364
4365 2006-10-26 John W. Eaton <jwe@octave.org>
4366
4367 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
4368 New defvar.
4369 (inferior-octave-resync-dirs): Check to see whether Octave has
4370 built-in variables and set inferior-octave-has-built-in-variables.
4371 Check inferior-octave-has-built-in-variables to decide whether to
4372 send commands that set built-in variables or call functions to
4373 change Octave's behavior.
4374 Send "disp (pwd ())" to Octave instead of just "pwd".
4375 (inferior-octave-startup): Send "more off" to Octave instead of
4376 "page_screen_output = 0".
4377
4378 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
4379
4380 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
4381 pattern normally.
4382
4383 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
4384
4385 * bindings.el (mode-line-mode-menu): Remove bindings for global
4386 minor modes (line/column number) as they are on the menubar.
4387
4388 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
4389
4390 * term/w32-win.el (x-handle-name-switch): Doc fix.
4391 (w32-standard-fontset-spec): Fix typo in docstring.
4392
4393 * midnight.el (midnight-buffer-display-time): Doc fix.
4394 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
4395
4396 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
4397
4398 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
4399
4400 * viper-ex.el (ex-read): Quote file argument.
4401
4402 * ediff-diff.el (ediff-same-file-contents): Expand file names.
4403
4404 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
4405
4406 2006-10-22 Martin Rudalics <rudalics@gmx.at>
4407
4408 * textmodes/flyspell.el (flyspell-check-region-doublons):
4409 Fix last fix.
4410
4411 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
4412
4413 * bindings.el (mode-line-mode-menu): List global minor modes
4414 before local ones.
4415
4416 2006-10-23 Kim F. Storm <storm@cua.dk>
4417
4418 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
4419 (sit-for): If last command was a prefix arg, add the read-ahead
4420 event to unread-command-events as (t . EVENT) so it will be added
4421 to this-command-keys by read-key-sequence.
4422
4423 2006-10-22 Martin Rudalics <rudalics@gmx.at>
4424
4425 * textmodes/flyspell.el (flyspell-word): Skip past all previous
4426 whitespace when checking doublons.
4427 (flyspell-check-region-doublons): Fix doublon regexp.
4428 (flyspell-highlight-incorrect-region): Highlight doublons using
4429 flyspell-duplicate face.
4430
4431 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
4432
4433 2006-10-22 John Wiegley <johnw@newartisans.com>
4434
4435 * progmodes/python.el (python-use-skeletons): python-mode was
4436 auto-inserting templates (for those with abbrev-mode on), not only
4437 by default -- *but without a configuration variable to disable
4438 it*. This rendered python-mode completely useless for me, so I
4439 have added `python-use-skeletons', which is now off by default.
4440
4441 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
4442
4443 * progmodes/cperl-mode.el (cperl-mode): Don't assume
4444 font-lock-multiline is auto-local (it's not).
4445 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
4446 initialized before calling cperl-init-faces.
4447
4448 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
4449
4450 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
4451 gdb-stack-position a value when there is no fringe.
4452
4453 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
4454 indicator if not visiting a file.
4455
4456 2006-10-20 David Kastrup <dak@gnu.org>
4457
4458 * window.el (kill-buffer-and-window): Fix a bug where an aborted
4459 operation would still cause some window to collapse later.
4460
4461 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4462
4463 * vc.el (vc-switch-backend): Try to be more careful with unwanted
4464 side-effect due to mixing various backends's file properties.
4465
4466 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
4467 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
4468 Return `filename's status if applicable. Update callers.
4469
4470 2006-10-19 Kenichi Handa <handa@m17n.org>
4471
4472 * international/kkc.el (kkc-region): When a key sequence is not
4473 defined, append (this-single-command-raw-keys) to
4474 unread-input-method-events.
4475
4476 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
4477
4478 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
4479
4480 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4481
4482 * version.el (emacs-version): Use mac-carbon-version-string.
4483
4484 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
4485
4486 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4487
4488 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
4489 Kenichi Handa).
4490 (xselect-convert-to-string): Decline requests for UTF8_STRING if
4491 the selection is not UTF-8.
4492
4493 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
4494
4495 * progmodes/ada-mode.el (ada-83-string-keywords)
4496 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
4497 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
4498 (ada-looking-at-semi-private, ada-get-body-name):
4499 Fix typos in docstrings.
4500 (ada-create-case-exception, ada-create-case-exception-substring):
4501 Fix typos in error messages.
4502 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
4503
4504 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4505
4506 * term/x-win.el (res-geometry): Don't set geometry from Xresources
4507 to default-frame-alist if default-frame-alist already contains
4508 width/height.
4509
4510 2006-10-18 Richard Stallman <rms@gnu.org>
4511
4512 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
4513 Non-interactive arg is the value, not the expression.
4514
4515 * simple.el (read-expression-map): Just set it, no defvar.
4516
4517 * subr.el (insert-for-yank-1): If last inserted char has
4518 properties, mark them as rear-nonsticky.
4519
4520 * recentf.el (recentf-mode): Doc fix.
4521
4522 * facemenu.el (facemenu-add-new-face): Defend against symbol
4523 that isn't a face name.
4524
4525 * dired-aux.el (dired-do-copy): Doc fix.
4526
4527 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
4528
4529 * simple.el (line-move-1): Ignore fields when moving to the
4530 beginning of line to avoid getting point stuck.
4531
4532 2006-10-18 Martin Rudalics <rudalics@gmx.at>
4533
4534 * textmodes/flyspell.el (flyspell-word-search-backward):
4535 Set inhibit-point-motion-hooks to avoid looping due to intangibile
4536 text.
4537
4538 2006-10-16 Richard Stallman <rms@gnu.org>
4539
4540 * help-fns.el (describe-function-1): Special case optimization
4541 for self-insert-command.
4542
4543 2006-10-16 Kim F. Storm <storm@cua.dk>
4544
4545 * ido.el (ido-reread-directory): Work in `dir' mode too.
4546
4547 2006-10-15 Martin Rudalics <rudalics@gmx.at>
4548
4549 * textmodes/table.el: Require 'regexp-opt.
4550
4551 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
4552
4553 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
4554 Use shell-quote-argument.
4555
4556 * shell.el (explicit-bash-args): Likewise.
4557
4558 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
4559 Use grep -E rather than egrep.
4560
4561 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4562
4563 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
4564
4565 2006-10-15 Kim F. Storm <storm@cua.dk>
4566
4567 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
4568
4569 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
4570
4571 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
4572 to protect whitespace and metacharacters from the shell.
4573
4574 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4575
4576 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
4577
4578 2006-10-13 Eli Zaretskii <eliz@gnu.org>
4579
4580 * subr.el (start-process-shell-command): Doc fix.
4581
4582 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
4583
4584 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
4585 the regexp for Maxima symbols.
4586
4587 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
4588
4589 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
4590 (vc-find-root): Don't walk higher up than ~.
4591
4592 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
4593
4594 * international/utf-8.el (utf-translate-cjk-load-tables):
4595 Avoid clobbering last-coding-system-used during load.
4596
4597 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
4598
4599 * textmodes/reftex-global.el (reftex-create-tags-file):
4600 Quote file arguments.
4601
4602 2006-10-12 Richard Stallman <rms@gnu.org>
4603
4604 * files.el (file-name-history): Add defvar.
4605 (save-some-buffers-action-alist): Improve description strings.
4606
4607 2006-10-12 Andreas Schwab <schwab@suse.de>
4608
4609 * files.el (auto-mode-alist): Match change log file name also with
4610 a dash before a numeric extension.
4611
4612 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
4613
4614 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
4615 After 5.0:
4616 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
4617
4618 After 5.1: Major edit. Summary of most visible changes:
4619
4620 - Multiple <<HERE per line allowed.
4621 - Handles multiline subroutine declaration headers (with comments).
4622 (The exception is `cperl-etags' - but it is not used in the rest
4623 of the mode.)
4624 - Fontifies multiline my/our declarations (even with comments,
4625 and with legacy `font-lock').
4626 - Major speedup of syntaxification, both immediate and postponed
4627 (3.5x to 15x [for different CPUs and versions of Emacs] on the
4628 huge real-life document I tested).
4629 - New bindings, edits to imenu.
4630 - "_" is made into word-char during fontification/syntaxification;
4631 some attempts to recognize non-word "_" during other operations too.
4632 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
4633 - autoload some more perldoc-related stuff
4634 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
4635 - Attempt to incorporate XEmacs edits which reached me.
4636
4637 Fine-grained changelog:
4638 (cperl-hook-after-change): New configuration variable.
4639 (cperl-vc-sccs-header): Likewise.
4640 (cperl-vc-sccs-header): Likewise.
4641 (cperl-vc-header-alist): Default via two preceding variables.
4642 (cperl-invalid-face): Remove double quoting under XEmacs
4643 (still needed under 21.2).
4644 (cperl-tips): Update URLs for resources.
4645 (cperl-problems): Likewise.
4646 (cperl-praise): Mention new features.
4647 New C-c key bindings: for `cperl-find-bad-style',
4648 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
4649 `cperl-perdoc', and `cperl-perldoc-at-point'.
4650 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
4651 moved, new submenu of Tools with Ispell entries and narrowing.
4652 (cperl-after-sub-regexp): New defsubst.
4653 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
4654 Allows heads up to head4.
4655 Allow "package;".
4656 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
4657 (paren-backwards-message): ??? Something for XEmacs???
4658 (cperl-mode): Never auto-switch abbrev-mode off.
4659 Try to allow '_' be non-word char.
4660 Do not use `font-lock-unfontify-region-function' on XEmacs.
4661 Reset syntax cache on mode start.
4662 Support multiline facification (even on legacy `font-lock').
4663 (cperl-facemenu-add-face-function): ??? Some contributed code ???
4664 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
4665 refuse to inform us whether the fontification is due to lazy
4666 calling or due to edit to a buffer, install our own hook
4667 (controlled by `cperl-hook-after-change').
4668 (cperl-electric-pod): =cut may have been recognized as start.
4669 (cperl-block-p): Move, updatedfor attributes.
4670 (cperl-calculate-indent): Try to allow '_' be non-word char
4671 Support subs with attributes.
4672 (cperl-where-am-i): Queit (?) a warning.
4673 (cperl-cached-syntax-table) New function.
4674 (cperl-forward-re): Use `cperl-cached-syntax-table'.
4675 (cperl-unwind-to-safe): Recognize `syntax-type' property
4676 changing in a middle of line.
4677 (cperl-find-sub-attrs): New function.
4678 (cperl-find-pods-heres): Allow many <<EOP per line.
4679 Allow subs with attributes.
4680 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
4681 Recognize "extproc " (OS/2) case-folded and only at start.
4682 /x on s///x with empty replacement was not recognized.
4683 Better comments.
4684 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
4685 Allow subs with attributes, labels.
4686 Do not confuse "else::foo" with "else".
4687 Minor optimizations...
4688 (cperl-after-expr-p): Try to allow '_' be non-word char.
4689 (cperl-fill-paragraph): Try to detect a major bug in Emacs
4690 with `looking-at' inside `narrow' and bulk out if found.
4691 (cperl-imenu--create-perl-index): Updates for new
4692 `cperl-imenu--function-name-regexp-perl'.
4693 (cperl-outline-level): Likewise.
4694 (cperl-init-faces): Allow multiline subroutine headers
4695 and my/our declarations, and ones with comments.
4696 Allow subroutine attributes.
4697 (cperl-imenu-on-info): Better docstring.
4698 (cperl-etags): Rudimentary support for attributes.
4699 Support for packages and "package;".
4700 (cperl-add-tags-recurse-noxs): Better (?) docstring.
4701 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
4702 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
4703 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
4704 (cperl-perldoc): Add autoload.
4705 (cperl-perldoc-at-point): Likewise.
4706 (cperl-here-doc-spell): New function.
4707 (cperl-pod-spell): Likewise.
4708 (cperl-map-pods-heres): Likewise.
4709 (cperl-get-here-doc-region): Likewise.
4710 (cperl-font-lock-fontify-region-function): Likewise (backward
4711 compatibility for legacy `font-lock').
4712 (cperl-font-lock-unfontify-region-function): Fix style.
4713 (cperl-fontify-syntaxically): Recognize and optimize away deferred
4714 calls with no-change. Governed by `cperl-hook-after-change'.
4715 (cperl-fontify-update): Recognize that syntaxification region
4716 can be larger than fontification one.
4717 XXXX we leave `cperl-postpone' property, so this is quadratic...
4718 (cperl-fontify-update-bad): Temporary placeholder until
4719 it is clear how to implement `cperl-fontify-update'.
4720 (cperl-time-fontification): New function.
4721 (attrib-group): New text attribute.
4722 (multiline): New value: `syntax-type' text attribute.
4723
4724 After 5.2:
4725 (cperl-emulate-lazy-lock): New function.
4726 (cperl-fontify-syntaxically): Would skip large regions.
4727 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
4728 Some globals were declared, but uninitialized.
4729
4730 After 5.3, 5.4:
4731 (cperl-facemenu-add-face-function): Add docs, fix U<>.
4732 Copyright message updated.
4733 (cperl-init-faces): Work around a bug in `font-lock'. May slow
4734 facification down a bit.
4735 Misprint for my|our|local for old `font-lock'
4736 "our" was not fontified same as "my|local".
4737 Highlight variables after "my" etc even in
4738 a middle of an expression.
4739 Do not facify multiple variables after my etc
4740 unless parentheses are present.
4741
4742 After 5.5, 5.6
4743 (cperl-fontify-syntaxically): after-change hook could reset.
4744 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
4745
4746 After 5.7:
4747 (cperl-init-faces): Allow highlighting of local ($/).
4748 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
4749 (cperl-problems): Remove fixed problems.
4750 (cperl-find-pods-heres): Recognize #-comments in m##x too.
4751 Recognize charclasses (unless delimiter is \).
4752 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
4753 (cperl-regexp-scan): Update docs.
4754 (cperl-beautify-regexp-piece): Use information got from regexp scan.
4755
4756 After 5.8:
4757 Major user visible changes:
4758 Recognition and fontification of character classes in RExen.
4759 Variable indentation of RExen according to groups.
4760
4761 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
4762 Fontify REx charclasses in variable-name face.
4763 Fontify POSIX charclasses in "type" face.
4764 Fontify unmatched "]" in function-name face.
4765 Mark first-char of HERE-doc as `front-sticky'.
4766 Reset `front-sticky' property when needed.
4767 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
4768 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
4769 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
4770 constructs. Support `narrow'ed buffers.
4771 (cperl-praise): Remove a reservation.
4772 (cperl-make-indent): New function.
4773 (cperl-indent-for-comment): Use `cperl-make-indent'.
4774 (cperl-indent-line): Likewise.
4775 (cperl-lineup): Likewise.
4776 (cperl-beautify-regexp-piece): Likewise.
4777 (cperl-contract-level): Likewise.
4778 (cperl-toggle-set-debug-unwind): New function.
4779 New menu entry for this.
4780 (fill-paragraph-function): Use when `boundp'.
4781 (cperl-calculate-indent): Take into account groups when indenting RExen.
4782 (cperl-to-comment-or-eol): Recognize # which end a string.
4783 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
4784 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
4785 (cperl-fontify-syntaxically): More clear debugging message.
4786 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
4787 (cperl-init-faces): More complicated highlight even on XEmacs (new).
4788 Merge cosmetic changes from XEmacs.
4789
4790 After 5.9:
4791 (cperl-1+): Move to before the first use.
4792 (cperl-1-): Likewise.
4793
4794 After 5.10:
4795
4796 This code may lock Emacs hard!!! Use at your own risk!
4797
4798 (cperl-font-locking): New internal variable.
4799 (cperl-beginning-of-property): New function.
4800 (cperl-calculate-indent): Use `cperl-beginning-of-property'
4801 instead of `previous-single-property-change'.
4802 (cperl-unwind-to-safe): Likewise.
4803 (cperl-after-expr-p): Likewise.
4804 (cperl-get-here-doc-region): Likewise.
4805 (cperl-font-lock-fontify-region-function): Likewise.
4806 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
4807 recursively.
4808 Bound `next-single-property-change' via `point-max'.
4809 (cperl-unwind-to-safe): Bound likewise
4810 (cperl-font-lock-fontify-region-function): Likewise.
4811 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
4812 Initialization of `cperl-font-lock-multiline-start' could be
4813 missed if the "main" fontification did not run due to the
4814 keyword being already fontified.
4815 (cperl-pod-spell): Return t from do-one-chunk function.
4816 (cperl-map-pods-heres): Stop when the worker returns nil.
4817 Call `cperl-update-syntaxification'.
4818 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
4819 (cperl-get-here-doc-delim): Remove unused function.
4820
4821 After 5.11:
4822
4823 The possible lockup of Emacs (introduced in 5.10) fixed.
4824
4825 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
4826 (cperl-syntaxify-for-menu): New customization variable.
4827 (cperl-select-this-pod-or-here-doc): New function.
4828 (cperl-get-here-doc-region): Extra argument.
4829 Do not adjust pos by 1.
4830
4831 New menu entries
4832 (Perl/Tools): Selection of current POD or HERE-DOC section.
4833 (Debugging CPerl:) backtrace on fontification.
4834
4835 After 5.12:
4836 (cperl-cached-syntax-table): Use `car-safe'.
4837 (cperl-forward-re): Remove spurious argument SET-ST.
4838 Add documentation.
4839 (cperl-forward-group-in-re): New function.
4840 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
4841 (XXXX Temporary (?) hack is to syntax-mark them as comment).
4842
4843 After 5.13:
4844 (cperl-string-syntax-table): Make { and } not-grouping
4845 (Sometimes they ARE grouping in RExen, but matching them would only
4846 confuse in many situations when they are not)
4847 (beginning-of-buffer): Replace two occurences with goto-char...
4848 (cperl-calculate-indent): `char-after' could be nil...
4849 (cperl-find-pods-heres): REx can start after "[" too.
4850 Hightlight (??{}) in RExen too.
4851 (cperl-maybe-white-and-comment-rex): New constant
4852 (cperl-white-and-comment-rex): Likewise.
4853 XXXX Not very efficient, but hard to make
4854 better while keeping 1 group.
4855
4856 After 5.13:
4857 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
4858 Likewise for 1 << identifier.
4859
4860 After 5.14:
4861 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
4862 Error-less condition-case could fail.
4863 (cperl-font-lock-fontify-region-function): Likewise.
4864 (cperl-init-faces): Likewise.
4865
4866 After 5.15:
4867 (cperl-find-pods-heres): Support property REx-part2.
4868 (cperl-calculate-indent): Likewise.
4869 Don't special-case REx with non-empty 1st line.
4870 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
4871 Invert highlighting of charclasses:
4872 now the envelop is highlighted.
4873 Highlight many others 0-length builtins.
4874 (cperl-praise): Mention indenting and highlight in RExen.
4875
4876 After 5.15:
4877 (cperl-find-pods-heres): Highlight capturing parens in REx.
4878
4879 After 5.16:
4880 (cperl-find-pods-heres): Highlight '|' for alternation
4881 Initialize `font-lock-warning-face' if not present.
4882 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
4883 `font-lock-function-name-face'.
4884 (cperl-look-at-leading-count): Likewise.
4885 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
4886 `font-lock-keyword-face' (needed for
4887 batch processing), etc...
4888 Use `font-lock-builtin-face' for builtin in REx
4889 Now `font-lock-variable-name-face'
4890 is used for interpolated variables
4891 Use "talking aliases" for faces inside REx
4892 Highlight parts of REx (except in charclasses)
4893 according to the syntax and/or semantic
4894 Syntax-mark a {}-part of (?{}) as "comment"
4895 (it was the ()-part)
4896 Better logic to distinguish what is what in REx
4897 (cperl-tips-faces): Document REx highlighting
4898 (cperl-praise): Mention REx syntax highlight etc.
4899
4900 After 5.17:
4901 (cperl-find-sub-attrs): Would not always manage to print error message.
4902 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
4903
4904 After 5.18:
4905 (cperl-find-pods-heres): Misprint in REx for parsing REx.
4906 Very minor optimization.
4907 `my-cperl-REx-modifiers-face' got quoted.
4908 Recognize "print $foo <<END" as HERE-doc.
4909 Put `REx-interpolated' text attribute if needed.
4910 (cperl-invert-if-unless-modifiers): New function.
4911 (cperl-backward-to-start-of-expr): Likewise.
4912 (cperl-forward-to-end-of-expr): Likewise.
4913 (cperl-invert-if-unless): Works in "the opposite way" too.
4914 Cursor position on return is on the switch-word.
4915 Indents comments better.
4916 (REx-interpolated): New text attribute.
4917 (cperl-next-interpolated-REx): New function.
4918 (cperl-next-interpolated-REx-0): Likewise.
4919 (cperl-next-interpolated-REx-1): Likewise.
4920 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
4921 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
4922 (cperl-praise): Mention finded interpolated RExen.
4923
4924 After 5.19:
4925 (cperl-init-faces): Highlight %$foo, @$foo too.
4926 (cperl-short-docs): Better docs for system, exec.
4927 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
4928 Would not find HERE-doc ended by EOF without NL.
4929 (cperl-short-docs): Correct not-doubled \-escapes.
4930 start block: Put some `defvar' for stuff gone from XEmacs.
4931
4932 After 5.20:
4933 initial comment: Extend copyright, fix email address.
4934 (cperl-indent-comment-at-column-0): New customization variable.
4935 (cperl-comment-indent): Indentation after $#a would increasy by 1.
4936 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
4937 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
4938 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
4939 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
4940 highlight $ in $foo too (UNTESTED).
4941 (cperl-set-style): Docstring missed some available styles.
4942 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
4943 Change "Current" to "Memorize Current".
4944 (cperl-indent-wrt-brace): New customization variable; the default is
4945 as for pre-5.2 version.
4946 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
4947 (cperl-style-alist): Likewise.
4948 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
4949 and `cperl-extra-newline-before-brace' etc
4950 being t
4951 (cperl-indent-exp): Plans B and C to find continuation blocks even
4952 if `cperl-extra-newline-before-brace' is t.
4953
4954 After 5.21:
4955 Improve some docstrings concerning indentation.
4956 (cperl-indent-rules-alist): New variable.
4957 (cperl-sniff-for-indent): New function name
4958 (separated from `cperl-calculate-indent').
4959 (cperl-calculate-indent): Separate the sniffer and the indenter;
4960 uses `cperl-sniff-for-indent' now.
4961 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
4962 was inverted;
4963 Support `comment-column' = 0.
4964
4965 2006-10-11 Martin Rudalics <rudalics@gmx.at>
4966
4967 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
4968 * help-at-pt.el (scan-buf-move-to-region): Likewise.
4969 * longlines.el (longlines-window-change-function): Likewise.
4970 * simple.el (undo-ask-before-discard): Likewise.
4971 * wid-edit.el (widget-field-prompt-internal)
4972 (widget-documentation-link-p): Likewise.
4973
4974 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4975
4976 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
4977 for a keyword.
4978
4979 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4980
4981 * newcomment.el (comment-valid-prefix-p): Make the check
4982 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
4983 (comment-indent-new-line): Adjust call.
4984
4985 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
4986
4987 * allout.el (allout-back-to-current-heading): Base on lower-level
4988 routines to get proper disqualification of aberrant topics.
4989
4990 2006-10-09 Richard Stallman <rms@gnu.org>
4991
4992 * textmodes/two-column.el (2C-two-columns): Doc fix.
4993
4994 2006-10-09 Kim F. Storm <storm@cua.dk>
4995
4996 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
4997 about implicit use.
4998
4999 2006-10-08 Richard Stallman <rms@gnu.org>
5000
5001 * textmodes/two-column.el (2C-two-columns): Doc fix.
5002
5003 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
5004
5005 * files.el: Mark `buffer-read-only' as safe-local-variable.
5006
5007 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
5008
5009 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
5010 Burp if GUD buffer has been killed.
5011
5012 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5013
5014 * completion.el (add-completions-from-c-buffer):
5015 Don't presume an error's second element is a string.
5016 Use looking-at rather than buffer-substring + member.
5017
5018 2006-10-07 Eli Zaretskii <eliz@gnu.org>
5019
5020 * mail/rmail.el (rmail-redecode-body): If the old encoding is
5021 `undecided', call find-coding-systems-region to find a proper
5022 non-trivial encoding.
5023 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
5024 and "text/plain".
5025
5026 2006-10-07 Kevin Ryde <user42@zip.com.au>
5027
5028 * textmodes/reftex-vars.el (defgroup reftex): Update home page
5029 url-link.
5030
5031 * strokes.el (defgroup strokes): Remove invalid url-link.
5032
5033 2006-10-07 Magnus Henoch <mange@freemail.hu>
5034
5035 * autoinsert.el (auto-insert-alist): Doc fix.
5036
5037 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5038
5039 * mouse-sel.el (mouse-insert-selection-internal):
5040 Use insert-for-yank, so that yank handlers are run.
5041
5042 2006-10-07 Kim F. Storm <storm@cua.dk>
5043
5044 * ido.el (ido-file-extension-aux): Fix comparison.
5045
5046 2006-10-06 Kim F. Storm <storm@cua.dk>
5047
5048 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
5049
5050 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
5051
5052 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
5053 (ad-make-mapped-call): Use `let', not `let*'.
5054
5055 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
5056
5057 * international/mule-cmds.el (coding-system-change-eol-conversion):
5058 Ensure the coding system is initialized before calling
5059 coding-system-eol-type.
5060
5061 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
5062
5063 * textmodes/org.el (org-rm-props, org-activate-plain-links)
5064 (org-activate-angle-links, org-activate-dates)
5065 (org-activate-target-links, org-activate-camels)
5066 (org-activate-tags): Add `rear-nonsticky' text property to avoid
5067 textproperty keymaps from being active beyond the end of a line.
5068 (org-unfontify-region): Also remove `rear-nonsticky' property.
5069
5070 2006-10-04 Kenichi Handa <handa@m17n.org>
5071
5072 * international/code-pages.el (next): Table fixed.
5073
5074 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5075
5076 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
5077 that it's been made unnecessary by removing narrowing.
5078
5079 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5080
5081 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
5082 control flow a bit, simplify another bit, and add comments.
5083
5084 2006-10-03 David Kastrup <dak@gnu.org>
5085
5086 * help.el (describe-mode): For clicks on mode-line, use "@"
5087 interactive argument to get the major mode of the click instead of
5088 the current buffer.
5089
5090 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
5091 in order to better redirect mouse-2 clicks. Also allow default
5092 bindings to apply.
5093
5094 2006-10-03 Kim F. Storm <storm@cua.dk>
5095
5096 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
5097 (pushnew): Fix last change.
5098
5099 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
5100
5101 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
5102 Use the interactive spec of `eval-expression'.
5103
5104 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
5105
5106 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
5107
5108 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
5109
5110 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
5111 2006-09-28 commit.
5112
5113 2006-10-02 Kenichi Handa <handa@m17n.org>
5114
5115 * international/code-pages.el (iso-8859-6): Table fixed.
5116
5117 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
5118
5119 * dired.el (dired-build-subdir-alist): Fix previous change.
5120
5121 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se>
5122
5123 * simple.el (undo-elt-crosses-region): Fix the inequalities.
5124
5125 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5126
5127 * emacs-lisp/find-func.el (find-function-regexp): Don't match
5128 "define-button-type".
5129
5130 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
5131 they don't keep accumulating.
5132
5133 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
5134
5135 * ffap.el (ffap-rfc-path): Change the address of the RFC
5136 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
5137
5138 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
5139
5140 * allout.el (allout-expose-topic): Rectify implementation of "+"
5141 spec, so that bodies are not exposed with headlines.
5142
5143 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
5144
5145 * allout.el (allout-current-depth): Do aberrent check only at or
5146 below doublecheck depth.
5147 (allout-chart-subtree): Make it explicit that LEVELS being nil
5148 means unlimited depth. Drop undocumented support for LEVELS value
5149 t meaning unlimited depth. (This is consistent with
5150 allout-chart-to-reveal, but contrary to allout-show-children,
5151 which needs to use nil to default to depth of 1.)
5152 (allout-goto-prefix-doublechecked): Wrap long docstring line.
5153 (allout-chart-to-reveal): Be explicit in docstring about meaning
5154 of nil LEVELS, and drop support for LEVELS value t.
5155 (allout-show-children): Translate the level spec used by this
5156 routine to that used by allout-chart-subtree and
5157 allout-chart-to-reveal.
5158 (allout-show-to-offshoot): Retry once when stuck, after opening
5159 subtree - improvements in discontinuity handling likely will
5160 enable progress.
5161
5162 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
5163
5164 * wid-edit.el (widget-button-click-moves-point): New variable.
5165 (widget-button-click): If widget-button-click-moves-point is
5166 non-nil, set point after performing the button action
5167
5168 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
5169
5170 2006-09-30 Martin Rudalics <rudalics@gmx.at>
5171
5172 * files.el (find-file-existing): Modify to not allow wildcards.
5173
5174 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5175
5176 * simple.el (undo-more): When undo information for the region is
5177 exhausted, say "No further undo information FOR REGION".
5178
5179 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
5180
5181 * progmodes/sh-script.el (sh-prev-thing):
5182 Take `sh-leading-keywords' into account.
5183
5184 2006-09-29 Glenn Morris <rgm@gnu.org>
5185
5186 * custom.el (defcustom): Doc fix.
5187
5188 * calendar/calendar.el (european-calendar-style):
5189 Call european-calendar or american-calendar as needed when set.
5190 (diary-view-entries, list-calendar-holidays): Move autoloads
5191 before use.
5192
5193 2006-09-29 Juri Linkov <juri@jurta.org>
5194
5195 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
5196 to nil if there is no previous property change.
5197
5198 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5199
5200 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
5201 saving anything to be sure that `forward-sexp' behaves correctly.
5202
5203 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
5204
5205 * simple.el (line-move-finish): Ignore field boundaries if the
5206 initial and final points have the same `field' property.
5207
5208 2006-09-29 Kim F. Storm <storm@cua.dk>
5209
5210 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
5211 to t while calling ido-read-internal.
5212
5213 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
5214
5215 * textmodes/org.el (org-file-remote-p): Get regexp from list.
5216 (org-archive-subtree): Remove erraneous `]' from character list.
5217
5218 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
5219
5220 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
5221 (ses-reconstruct-all): Make undo of "insert row" work by keeping
5222 markers for data-area and parameters-area.
5223
5224 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5225
5226 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
5227
5228 * font-lock.el (font-lock-after-change-function): Refontify next line
5229 as well if end is at BOL.
5230 (font-lock-extend-jit-lock-region-after-change): Be more careful to
5231 only extend the region as much as needed.
5232
5233 2006-09-28 Richard Stallman <rms@gnu.org>
5234
5235 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
5236
5237 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
5238
5239 * international/mule.el (after-insert-file-set-coding):
5240 If VISIT, don't let set-buffer-multibyte make undo info.
5241
5242 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
5243
5244 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
5245 lines in base64-encoded authentication response.
5246
5247 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5248
5249 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
5250 (ebnf-version): New version 4.3.
5251 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
5252 (ebnf-prologue): Adjust PostScript programming.
5253 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
5254 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
5255
5256 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
5257
5258 * jit-lock.el (jit-lock-force-redisplay): Rename from
5259 jit-lock-fontify-again, and undo the mistaken change I've just done.
5260
5261 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
5262 (jit-lock-fontify-again): Don't refontify text that's not displayed.
5263
5264 2006-09-26 Kenichi Handa <handa@m17n.org>
5265
5266 * startup.el (display-splash-screen): Allow a prefix argument.
5267
5268 2006-09-25 Jason Rumney <jasonr@gnu.org>
5269
5270 * subr.el (shell-quote-argument): Use DOS logic for Windows
5271 shells with DOS semantics.
5272
5273 2006-09-24 Richard Stallman <rms@gnu.org>
5274
5275 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
5276 (compilation-goto-locus): Use compilation-goto-locus-delete-o
5277 to delete the overlay. Put it on pre-command-hook.
5278
5279 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
5280
5281 * startup.el (fancy-splash-screens, normal-splash-screen):
5282 Call the splash buffer *About GNU Emacs*.
5283
5284 * simple.el (next-error-highlight, next-error-highlight-no-select):
5285 Default to 0.5.
5286 (yank-excluded-properties): Add `fontified'.
5287
5288 * font-lock.el (font-lock-compile-keywords): Allow value of
5289 syntax-begin-function to enable paren-column-0 highlighting.
5290
5291 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
5292
5293 * dired.el (dired-build-subdir-alist): When file ends in colon,
5294 don't exit the loop, just disregard that file.
5295
5296 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
5297
5298 * simple.el (line-move-finish): Handle corner case for fields in
5299 continued lines.
5300 (line-move-1): Remove flawed test for that case.
5301
5302 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
5303
5304 * icomplete.el (icomplete-simple-completing-p): Use the correct
5305 name for the new variable, `icomplete-with-completion-tables'.
5306 (file local variables): Remove superfluous setting.
5307
5308 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
5309
5310 * calendar/appt.el (appt-check): Fix typo for appointments just
5311 after midnight.
5312
5313 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
5314
5315 * help.el (describe-key-briefly, describe-key): Don't expect an
5316 extra up event if a down-event is generated by a popup menu.
5317
5318 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
5319
5320 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
5321 local dictionary when changing the global dictionary.
5322
5323 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
5324
5325 * icomplete.el (icomplete-with-completion-tables): List of
5326 specialized completion tables with which icomplete should
5327 operate. Include the new `internal-complete-buffer', so icomplete
5328 works with interactive buffer-selection.
5329 (icomplete-simple-completing-p): Add acceptance of specialized
5330 completion tables listed in icomplete-with-completion-tables.
5331
5332 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5333
5334 * frame.el (focus-follows-mouse): Set default to nil on Mac.
5335
5336 * startup.el (command-line): Use `custom-reevaluate-setting' for
5337 `focus-follows-mouse'.
5338
5339 2006-09-22 Richard Stallman <rms@gnu.org>
5340
5341 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
5342 explain why Save is not available.
5343
5344 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
5345
5346 * woman.el (woman0-so): Use `let*', not `let'.
5347 (woman-horizontal-line): Remove unbalanced parenthesis.
5348
5349 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
5350
5351 * woman.el: Make sure all the end-of-region markers we use have
5352 a non-nil insertion-type.
5353 (woman0-so): Move things around so we can use copy-marker.
5354 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
5355 Adjust marker type.
5356 (woman2-process-escapes): Check marker type.
5357 (woman-horizontal-line): Dispense with the use of a marker.
5358
5359 2006-09-22 Jay Belanger <belanger@truman.edu>
5360
5361 * calc/calc-lang.el: Add Greek letters to math-variable-table
5362 property of tex.
5363
5364 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
5365
5366 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
5367
5368 2006-09-22 Masatake YAMATO <jet@gyve.org>
5369
5370 * add-log.el (add-log-current-defun): Use `forward-sexp'
5371 instead of `forward-word' to pick c++::symbol.
5372 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
5373
5374 2006-09-22 Kenichi Handa <handa@m17n.org>
5375
5376 * bindings.el: Fix setting self-insert-command for multibyte
5377 characters in global-map.
5378
5379 2006-09-21 David Kastrup <dak@gnu.org>
5380
5381 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
5382 doc string.
5383
5384 2006-09-21 Kenichi Handa <handa@m17n.org>
5385
5386 * language/european.el ("Latin-1"): Add windows-1252 to
5387 coding-priority.
5388 ("German"): Likewise.
5389
5390 2006-09-21 Kim F. Storm <storm@cua.dk>
5391
5392 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
5393 Suggested by Miles Bader.
5394
5395 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
5396 instead of add-to-list in the simple case.
5397
5398 2006-09-20 Kenichi Handa <handa@m17n.org>
5399
5400 * isearch.el (isearch-process-search-char): Cancel the previous change.
5401 (isearch-search-string): New function.
5402 (isearch-search): Use isearch-search-string.
5403 (isearch-lazy-highlight-search): Likewise.
5404
5405 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5406
5407 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
5408 string to become an option.
5409
5410 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5411
5412 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
5413
5414 2006-09-20 Kim F. Storm <storm@cua.dk>
5415
5416 * simple.el (line-move-partial): Call pos-visible-in-window-p with
5417 position t instead of trying both window-end and window-end - 1.
5418
5419 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
5420
5421 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
5422 hidden trees.
5423
5424 2006-09-20 David Kastrup <dak@gnu.org>
5425
5426 * mouse.el (mouse-posn-property): Improve doc string.
5427 (mouse-on-link-p): Change buffers for function calls on links.
5428
5429 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
5430 buffer is read-only.
5431
5432 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
5433
5434 * allout.el (allout-unprotected): Let inhibit-read-only only when
5435 buffer-read-only isn't set.
5436 (allout-annotate-hidden): Enable topic annotation during copies even
5437 when the buffer is read-only, eg for topic copies. Ensure that the loop
5438 advances, even when the span extends beyond the deletion region.
5439 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
5440 rather than allout-exposure-changed-hook, as a stronger assertion.
5441 (allout-keybindings-list): Add bindings for
5442 allout-copy-line-as-kill and allout-copy-topic-as-kill.
5443 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
5444 Copy wrappers for allout-kill-line and allout-kill-topic.
5445 (allout-listify-exposed): Position correctly to accumulate lines.
5446
5447 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
5448
5449 * simple.el (line-move-1): Escape field boundaries occurring
5450 exactly at point. Update goal column if constrained to a field.
5451 (line-move-finish): Escape field boundaries occurring exactly at point.
5452
5453 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5454
5455 * mouse.el (mouse-on-link-p): Tentatively fix last change.
5456 (mouse-drag-vertical-line): Remove unused var `wconfig'.
5457
5458 2006-09-19 Kim F. Storm <storm@cua.dk>
5459
5460 * help.el (describe-key-briefly, describe-key): Simplify printing
5461 of descriptions by using format and %S. Fix "is undefined"
5462 messages to say "at that spot" for mouse events.
5463
5464 * simple.el (line-move-partial): Optimize. Try window-line-height
5465 before posn-at-point to get vpos of current line.
5466
5467 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
5468
5469 * viper.el: Bump up version/date of update to reflect the substantial
5470 changes done in August 2006.
5471
5472 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
5473 are defined.
5474
5475 * ediff-util.el (ediff-add-to-history): New function.
5476
5477 * ediff.el: Use ediff-add-to-history instead of add-to-history.
5478
5479 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5480
5481 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
5482 Delete duplicate make-local-variable form.
5483 (conf-space-keywords): Add autoload cookie.
5484 Fix typo (`keywords', not `keyword').
5485
5486 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5487
5488 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
5489 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
5490 to x-gtk-use-old-file-dialog
5491
5492 2006-09-18 Richard Stallman <rms@gnu.org>
5493
5494 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
5495 that might come in during mouse tracking.
5496
5497 2006-09-18 Kim F. Storm <storm@cua.dk>
5498
5499 * simple.el (line-move-partial): Rework 2006-09-15 change to use
5500 new window-line-height function. Further optimize by not calling
5501 pos-visible-in-window-p for window-end when window-line-height
5502 returns useful information.
5503
5504 2006-09-16 Richard Stallman <rms@gnu.org>
5505
5506 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
5507 (conf-space-mode): Don't handle prefix arg.
5508 Delete conf-space-keywords-override code.
5509 Use add-hook.
5510 (conf-space-keywords): New command.
5511 (conf-space-mode-internal): Be careful with imenu-generic-expression.
5512 Delete conf-space-keywords-override code.
5513 (conf-space-keywords-alist): Doc fix.
5514 (conf-space-font-lock-keywords): Doc fix.
5515 (conf-space-keywords-override): Var deleted.
5516
5517 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
5518
5519 * startup.el (fancy-splash-screens): Don't switch to the scratch
5520 buffer; it may not be the next buffer.
5521
5522 2006-09-16 Romain Francoise <romain@orebokech.com>
5523
5524 * saveplace.el (load-save-place-alist-from-file): Use expanded name
5525 in both messages.
5526
5527 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
5528
5529 * progmodes/python.el (python-preoutput-filter):
5530 Fix arg order to string-match.
5531
5532 2006-09-16 Richard Stallman <rms@gnu.org>
5533
5534 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
5535 font-lock-compile-keywords.
5536
5537 * font-lock.el (font-lock-compile-keywords): Rename optional arg
5538 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
5539
5540 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5541
5542 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
5543
5544 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
5545 and the data doesn't look like UTF8, send STRING instead.
5546
5547 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
5548
5549 * textmodes/flyspell.el (flyspell-check-region-doublons):
5550 New function to detect duplicated words.
5551 (flyspell-large-region): Use it.
5552
5553 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
5554
5555 * simple.el (line-move-to-column): Revert 2006-08-03 change.
5556
5557 2006-09-16 Eli Zaretskii <eliz@gnu.org>
5558
5559 * help.el (describe-prefix-bindings): Use let, not let*.
5560
5561 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
5562
5563 * allout.el (allout-regexp, allout-line-boundary-regexp)
5564 (allout-bob-regexp): Correct grouping and boundaries to fix
5565 backwards traversal.
5566 (allout-depth-specific-regexp, allout-depth-one-regexp):
5567 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
5568 worse time in allout-ascend.
5569 (allout-doublecheck-at-and-shallower): Identify depth threshold
5570 below which topics are checked for and disqualified by containment
5571 discontinuities.
5572 (allout-hotspot-key-handler): Correctly handle multiple-key
5573 strokes. Remove some unused variables.
5574 (allout-mode-leaders): Clarify that mode-specific comment-start
5575 will be used.
5576 (set-allout-regexp): Correctly regexp-quote allout regexps to
5577 properly accept alternative header-leads and primary bullets with
5578 regexp-specific characters (eg, C "/*", mathematica "(*").
5579 Include new regular expressions among those configured.
5580 (allout-infer-header-lead-and-primary-bullet):
5581 Rename allout-infer-header-lead.
5582 (allout-recent-depth): Manifest as a variable as well as a function.
5583 (allout-prefix-data): Simplify into an inline instead of a macro,
5584 assuming current match data rather than being explicitly passed
5585 it. Establish allout-recent-depth value as well as
5586 allout-recent-prefix-beginning and allout-recent-prefix-end.
5587 (allout-aberrant-container-p): True when an item's immediate
5588 offspring discontinuously contained. Useful for disqualifying
5589 unintended topic prefixes, likely at low depths.
5590 (allout-goto-prefix-doublechecked): Elaborate version of
5591 allout-goto-prefix which disqualifies aberrant pseudo-items.
5592 (allout-pre-next-prefix): Layer on top of lower-level routines, to
5593 get disqualification of aberrant containers.
5594 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
5595 containers.
5596 (allout-beginning-of-current-entry): Position at start of buffer
5597 when in container (depth 0) entry.
5598 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
5599 (allout-current-bullet): Strip text properties.
5600 (allout-get-prefix-bullet): Use right match groups.
5601 (allout-beginning-of-line, allout-next-heading):
5602 Disqualify aberrant containers.
5603 (allout-previous-heading): Disqualify aberrant containers, and
5604 change to regular (rather than inline) function, to allow
5605 self-recursion.
5606 (allout-get-invisibility-overlay): Increment so progress is made
5607 when the first overlay is not the sought one.
5608 (allout-end-of-prefix): Disqualify aberrant containers.
5609 (allout-end-of-line): Cycle something like allout-beginning-of-line.
5610 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
5611 outline.el outlines) functional again. Change the primary bullet
5612 along with the header-lead - level 1 new-style bullets now work.
5613 Engage allout-before-change-handler in mainline Emacs, not just
5614 XEmacs, to do undo handling.
5615 (allout-before-change-handler): Expose undo changes occurring in
5616 hidden regions. Use allout-get-invisibility-overlay instead of
5617 reimplementing it inline.
5618 (allout-chart-subtree): Use start rather than end of prefix in
5619 charts. Use allout-recent-depth variable.
5620 (allout-chart-siblings): Disqualify aberrant topics.
5621 (allout-beginning-of-current-entry): Position correctly.
5622 (allout-ascend): Use new allout-depth-specific-regexp and
5623 allout-depth-one-regexp for linear instead of O(N^2) or worse
5624 behavior.
5625 (allout-ascend-to-depth): Depend on allout-ascend, rather than
5626 reimplementing an algorithm.
5627 (allout-up-current-level): Depend on allout-ascend, rather than
5628 reimplementing an algorithm. Return to start-point if we fail.
5629 (allout-descend-to-depth): Use allout-recent-depth variable
5630 instead of function.
5631 (allout-next-sibling): On traversal of numerous intervening
5632 topics, resort to economical allout-next-sibling-leap.
5633 (allout-next-sibling-leap): Specialized version of
5634 allout-next-sibling that uses allout-ascend cleverly, to depend on
5635 a regexp search to leap large numbers of contained topics, rather
5636 than arbitrarily many one-by-one traversals.
5637 (allout-next-visible-heading): Disqualify aberrant topics.
5638 (allout-previous-visible-heading): Position consistently when
5639 interactive.
5640 (allout-forward-current-level): Base on allout-previous-sibling
5641 rather than (differently) reimplmenting the algorithm. Remove some
5642 unused variables.
5643 (allout-solicit-alternate-bullet): Present default choice stripped
5644 of text properties.
5645 (allout-rebullet-heading): Use bullet stripped of text properties.
5646 Register changes using allout-exposure-change-hook.
5647 Disregard aberrant topics.
5648 (allout-shift-in): With universal-argument, make topic a peer of
5649 it's former offspring. Simplify the code by separating out
5650 allout-shift-out functionality.
5651 (allout-shift-out): With universal-argument, make offspring peers
5652 of their former container, and its siblings. Implement the
5653 functionality here, rather than inappropriately muddling the
5654 implementation of allout-shift-in.
5655 (allout-rebullet-topic): Respect additional argument for new
5656 parent-child separation function.
5657 (allout-yank-processing): Use allout-ascend directly.
5658 (allout-show-entry): Disqualify aberrant topics.
5659 (allout-show-children): Handle discontinuous children gracefully,
5660 extending the depth being revealed to expose them and posting a
5661 message indicating the situation.
5662 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
5663 Leave cursor in correct position.
5664 (allout-hide-current-subtree): Use allout-ascend directly.
5665 Disqualify aberrant topics.
5666 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
5667 a way that the yanks can restore it, as used to happen.
5668 (allout-yank-processing): Restore exposure layout as recorded by
5669 allout-kill-*, as used to happen.
5670 (allout-annotate-hidden, allout-hide-by-annotation): New routines
5671 for preseving and restoring exposure layout across kills.
5672 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
5673 (allout-encrypt-string): Strip text properties.
5674 Rearranged order and outline-headings for some of the
5675 miscellaneous functions.
5676 (allout-resolve-xref): No need to quote the error name in the
5677 condition-case handler section.
5678 (allout-flatten): Classic recursive (and recursively intensive,
5679 without tail-recursion) list-flattener, needed by allout-shift-out
5680 when confronted with discontinuous children.
5681
5682 2006-09-16 Jason Rumney <jasonr@gnu.org>
5683
5684 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
5685 on ms-windows.
5686 (dnd-open-unc-file): Remove.
5687 (dnd-open-local-file): Mention in doc string that it also handles
5688 remote files if the system natively supports unc file-names.
5689
5690 2006-09-15 Kim F. Storm <storm@cua.dk>
5691
5692 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
5693 all necessary information about the event before erasing *Help*.
5694
5695 * simple.el (line-move-partial): Use window-line-visiblity to
5696 quickly check whether last line is partially visible, and only do
5697 the hard (and slow) part in that case.
5698
5699 2006-09-15 Jay Belanger <belanger@truman.edu>
5700
5701 * COPYING: Replace "Library Public License" by "Lesser Public
5702 License" throughout.
5703
5704 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5705
5706 * term/x-win.el (x-menu-bar-open): New function for F10.
5707
5708 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
5709
5710 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5711 Disallow filenames containing " -" to avoid confusion with libtool
5712 compilation messages. Suggested by Stefan Monnier.
5713
5714 2006-09-15 David Kastrup <dak@gnu.org>
5715
5716 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
5717 instead of buffer position for `mouse-on-link-p'.
5718
5719 * mouse.el (mouse-posn-property): New function looking up the
5720 properties at a click position in overlays and text properties in
5721 either buffer or strings.
5722 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
5723 of both `follow-link' as well as `mouse-face' properties.
5724 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
5725 buffer position.
5726
5727 * help.el (describe-key-briefly): When reading a down-event on
5728 mode lines or scroll bar, swallow the following up event, too.
5729 Use the new mouse sensitity of `key-binding' for lookup.
5730 (describe-key): The same here.
5731
5732 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
5733
5734 * play/life.el (life-patterns): Add a few more interesting patterns.
5735 (life-setup): Force `show-trailing-whitespace' to nil.
5736
5737 2006-09-14 Richard Stallman <rms@gnu.org>
5738
5739 * startup.el (fancy-splash-text): Change text to improve alignment.
5740 (fancy-splash-screens): Don't set non-standard tab width.
5741 Bind cursor-type temporarily, and make it easy to patch to
5742 preserve the splash buffer.
5743 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
5744 (fancy-splash-screens): Display echo-area message explicitly.
5745 Don't set fancy-splash-help-echo.
5746
5747 * simple.el (line-number-mode): Group mode-line instead of
5748 editing-basics.
5749 (column-number-mode, size-indication-mode): Likewise.
5750
5751 * faces.el (mode-line-faces): Group mode-line instead of modeline.
5752
5753 * time.el (display-time): Group mode-line instead of modeline.
5754
5755 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
5756
5757 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
5758
5759 * startup.el (fancy-splash-text): Move editing instructions to
5760 fancy-splash-head.
5761 (fancy-splash-head): Issue editing instructions.
5762 (fancy-splash-screens): Fixup whitespace.
5763
5764 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5765
5766 * bindings.el (mode-line-buffer-identification-keymap):
5767 Remove duplicate line.
5768
5769 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5770
5771 * ido.el (ido-ignore-item-p): Allow any kind of functions in
5772 ignore lists.
5773
5774 2006-09-14 Kim F. Storm <storm@cua.dk>
5775
5776 * jit-lock.el (jit-lock-fontify-again): New function.
5777 (jit-lock-fontify-now): Use it instead of lambda form.
5778
5779 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
5780
5781 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
5782 (flyspell-auto-correct-word): Make ispell-filter local to these
5783 functions. Check that ispell-filter has new stuff before calling
5784 ispell-parse-output.
5785
5786 2006-09-13 Kim F. Storm <storm@cua.dk>
5787
5788 * simple.el (line-move-partial): Optimize.
5789
5790 2006-09-13 Richard Stallman <rms@gnu.org>
5791
5792 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
5793 Delete spurious backquote.
5794
5795 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
5796
5797 * net/rcirc.el (rcirc-print): Fix last change.
5798
5799 2006-09-12 Jay Belanger <belanger@truman.edu>
5800
5801 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
5802
5803 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
5804
5805 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
5806 rcirc-show-maximum-output.
5807 (rcirc-mode): Remove window-scroll-function hook.
5808 (rcirc-scroll-to-bottom): Remove function.
5809 (rcirc-print): Recenter so point stays at the bottom of the window
5810 if point was already there.
5811
5812 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
5813
5814 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
5815 not to "t".
5816 * progmodes/compile.el (compilation-start): Likewise.
5817 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
5818 Don't use expand-file-name on invocation-directory, since this
5819 might mishandle special characters in invocation-directory.
5820
5821 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5822
5823 * pcvs-defs.el: Remove * in defcustom's docstrings.
5824
5825 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
5826
5827 * progmodes/compile.el (compilation-directory-properties):
5828 Doc fix for help-echo.
5829
5830 2006-09-12 Lars Hansen <larsh@soem.dk>
5831
5832 * desktop.el (desktop-read): Add comment.
5833
5834 2006-09-12 Kim F. Storm <storm@cua.dk>
5835
5836 * simple.el (next-error-highlight, next-error-highlight-no-select):
5837 Fix spelling error.
5838
5839 * subr.el (sit-for): Rework to use input-pending-p and cond.
5840 Return nil input is pending on entry also for SECONDS <= 0.
5841 (while-no-input): Use input-pending-p instead of sit-for.
5842
5843 2006-09-11 Richard Stallman <rms@gnu.org>
5844
5845 * simple.el (next-error-highlight, next-error-highlight-no-select):
5846 Fix custom type and doc strings.
5847
5848 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5849
5850 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
5851 (diff-apply-hunk): Use it to ask for confirmation.
5852
5853 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
5854
5855 * emacs-lisp/cl.el (pushnew): Add missing `,'.
5856
5857 2006-09-11 David Kastrup <dak@gnu.org>
5858
5859 * help.el (string-key-binding, describe-key-briefly)
5860 (describe-key): Remove `string-key-binding' and its callers since
5861 `key-binding' already caters for the proper lookup now.
5862
5863 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5864
5865 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
5866 (cfengine-mode): Use it. Fix \ syntax to be like /.
5867
5868 * bindings.el (mode-line-buffer-identification-keymap):
5869 Move initialization into declaration.
5870
5871 2006-09-10 Kim F. Storm <storm@cua.dk>
5872
5873 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
5874 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
5875 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
5876 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
5877
5878 2006-09-10 Richard Stallman <rms@gnu.org>
5879
5880 * dired-aux.el: Handle errors in recursive copy usefully.
5881 (dired-create-files-failures): New variable.
5882 (dired-copy-file): Remove condition-case.
5883 (dired-copy-file-recursive): Check for errors on all file
5884 operations, and add them to dired-create-files-failures.
5885 Check file file-date-erorr here too.
5886 (dired-create-files): Check dired-create-files-failures
5887 and report those errors too.
5888
5889 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
5890
5891 * subr.el (add-to-list): New argument COMPARE-FN.
5892
5893 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
5894
5895 * filecache.el (file-cache-add-directory)
5896 (file-cache-add-directory-list, file-cache-add-file)
5897 (file-cache-add-directory-using-find)
5898 (file-cache-add-directory-using-locate)
5899 (file-cache-add-directory-recursively): Add autoloads.
5900
5901 2006-09-09 Richard Stallman <rms@gnu.org>
5902
5903 * textmodes/conf-mode.el (conf-space-mode):
5904 Use hack-local-variables-hook instead of calling hack-local-variables.
5905 (conf-space-keywords-override): New variable.
5906 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
5907 (conf-space-mode): Always make conf-space-keywords and
5908 conf-space-keywords-override local.
5909 Call conf-space-mode-internal directly as well as via hook.
5910
5911 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
5912
5913 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
5914 quasi-keywords.
5915
5916 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
5917
5918 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
5919 (python-send-string): Be slightly more careful about adding \n.
5920
5921 * startup.el (normal-splash-screen): Don't display the buffer if we'll
5922 kill it right away anyway.
5923
5924 2006-09-09 Eli Zaretskii <eliz@gnu.org>
5925
5926 * international/codepage.el (cp850-decode-table): Fix a few codes.
5927 (cp858-decode-table): New variable.
5928
5929 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
5930
5931 * net/ldap.el (ldap-search-internal): Doc fix.
5932
5933 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5934
5935 * play/life.el (life-display-generation): Test for input manually if
5936 `sleeptime' is negative or null.
5937
5938 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
5939 (print-region-1): Substitute `%s' with the page title.
5940
5941 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
5942
5943 * locate.el (locate-current-search): New variable.
5944 (locate): Set buffer local value. Use current buffer if it is
5945 in Locate mode.
5946 (locate-mode): Disable undo here.
5947 (locate-do-setup): Use locate-current-filter from buffer to be killed.
5948 (locate-update): Use locate-current-search and locate-current-filter.
5949
5950 2006-09-08 David Kastrup <dak@gnu.org>
5951
5952 * desktop.el (desktop-read): When loading a desktop, disable
5953 saving it while the load progresses, and switch off a pending lazy
5954 load by calling `desktop-lazy-abort'.
5955
5956 2006-08-27 Martin Rudalics <rudalics@gmx.at>
5957
5958 * window.el (mouse-autoselect-window-timer)
5959 (mouse-autoselect-window-position)
5960 (mouse-autoselect-window-window)
5961 (mouse-autoselect-window-now): New vars.
5962 (mouse-autoselect-window-cancel)
5963 (mouse-autoselect-window-select)
5964 (mouse-autoselect-window-start): New functions.
5965 (handle-select-window): Call `mouse-autoselect-window-start' when
5966 delayed window autoselection is enabled.
5967
5968 * cus-start.el (mouse-autoselect-window): Handle delayed window
5969 autoselection.
5970
5971 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
5972 commands after which it is allowed to print in the echo area.
5973
5974 2006-09-08 Richard Stallman <rms@gnu.org>
5975
5976 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
5977
5978 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
5979 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
5980
5981 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
5982 (cancel-timer-internal): Add doc string.
5983 (cancel-function-timers): Doc fix.
5984 (with-timeout-handler, timer-event-last*): Add doc strings.
5985
5986 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
5987
5988 * files.el (risky-local-variable-p): Match ...-bindat-spec.
5989
5990 * dired.el (dired-log-summary): Add doc string.
5991
5992 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
5993 (custom-group-menu-create): Not here.
5994
5995 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
5996
5997 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
5998
5999 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6000
6001 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
6002 (mac-apple-event-map): Define its handler.
6003
6004 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6005
6006 * net/ldap.el (ldap-search-internal): Handle `auth' key.
6007
6008 2006-09-07 Magnus Henoch <mange@freemail.hu>
6009
6010 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
6011 clause.
6012
6013 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6014
6015 * info.el (Info-index): Bind completion-ignore-case.
6016
6017 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6018
6019 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
6020 previous commit.
6021 (inferior-prolog-guess-flavor): New fun left out of previous commit.
6022 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
6023 burp in dedicated windows.
6024 (inferior-prolog-self-insert-command): New command.
6025 (inferior-prolog-mode-map): Use it.
6026
6027 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
6028
6029 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
6030
6031 * international/code-pages.el: Add cp858.
6032
6033 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6034
6035 * dnd.el: Fix bootstrapping.
6036
6037 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6038
6039 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
6040 (dnd-open-remote-url): New function.
6041 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
6042 not windows-nt.
6043
6044 2006-09-07 Jason Rumney <jasonr@gnu.org>
6045
6046 * dnd.el (dnd-open-remote-file-function): New variable.
6047 (dnd-open-unc-file): New function.
6048 (dnd-open-file): Call dnd-open-remote-file-function if set.
6049
6050 2006-09-06 Daiki Ueno <ueno@unixuser.org>
6051
6052 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
6053 pgg-passphrase-coding-system rather than locale-coding-system.
6054 * pgg-def.el (pgg-passphrase-coding-system): New user option.
6055
6056 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6057
6058 * progmodes/prolog.el: Remove * in docstrings.
6059 (prolog-program-name): Add SWI prolog.
6060 (prolog-mode-menu): New menu.
6061 (prolog-mode): Set comment-add.
6062 (prolog-indent-line): Simplify. Use indent-line-to.
6063 (inferior-prolog-buffer): New var.
6064 (inferior-prolog-run, inferior-prolog-process): New funs.
6065 (run-prolog, switch-to-prolog): Rewrite, using them.
6066 (prolog-consult-region): Use inferior-prolog-buffer.
6067 (inferior-prolog-load-file): New function.
6068 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
6069
6070 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
6071 last word, if it's not the end of the paragraph.
6072
6073 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
6074 file name.
6075
6076 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
6077
6078 * frame.el (display-mm-dimensions-alist): New defcustom.
6079 (display-mm-height, display-mm-width): Use it.
6080
6081 2006-09-06 Simon Josefsson <jas@extundo.com>
6082
6083 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
6084
6085 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
6086
6087 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6088 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
6089 string values.
6090
6091 2006-09-06 Kim F. Storm <storm@cua.dk>
6092
6093 * simple.el (line-move-partial): New function to do vscrolling for
6094 partially visible images / tall lines. Rewrite based on code
6095 previously in line-move. Simplify backwards vscrolling.
6096 (line-move): Use it. Simplify.
6097
6098 2006-09-05 Kim F. Storm <storm@cua.dk>
6099
6100 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
6101
6102 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
6103
6104 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6105 Process the `gcc-include' after the `gnu' rule.
6106
6107 2006-09-05 Kim F. Storm <storm@cua.dk>
6108
6109 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
6110
6111 2006-09-05 Daiki Ueno <ueno@unixuser.org>
6112
6113 * pgg.el (pgg-clear-string): Alias to clear-string for backward
6114 compatibility.
6115
6116 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
6117 inhibit-redisplay; encode passphrase with locale-coding-system.
6118
6119 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6120
6121 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
6122
6123 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
6124
6125 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6126 (gdb-var-list-children-regexp): Make type field optional.
6127
6128 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
6129 e.g public, protected in C++.
6130
6131 2006-09-04 John Paul Wallington <jpw@pobox.com>
6132
6133 * simple.el (completion-show-help): New defcustom.
6134 (completion-setup-function): Heed it.
6135
6136 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6137
6138 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
6139
6140 2006-09-04 Richard Stallman <rms@gnu.org>
6141
6142 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
6143 (rsf-min-region-to-spam-list): Doc fix.
6144 (rsf-add-content-type-field): Doc fix.
6145
6146 * simple.el (kill-region): Explicitly test there is a region.
6147
6148 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
6149
6150 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
6151 sendmail in several common directories.
6152
6153 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
6154
6155 * paths.el (sendmail-program): Removed.
6156
6157 2006-09-04 Daiki Ueno <ueno@unixuser.org>
6158
6159 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
6160 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
6161 http://article.gmane.org/gmane.emacs.gnus.general/50457
6162
6163 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
6164
6165 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
6166 mark after running the menu filter.
6167
6168 2006-09-03 Juri Linkov <juri@jurta.org>
6169
6170 * international/quail.el (quail-defrule-internal): Add a check
6171 if a key is a vector.
6172
6173 2006-09-02 Juri Linkov <juri@jurta.org>
6174
6175 * man.el (Man-topic-history): New variable.
6176 (man): Use it.
6177
6178 * woman.el (woman-topic-history): Change defvar to defvaralias
6179 for symbol `Man-topic-history'.
6180
6181 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
6182 `comint-last-output-start' is a marker by using `markerp' and
6183 check if it has a position by using `marker-position', and use
6184 this position for `goto-char'.
6185
6186 * international/quail.el (quail-defrule-internal): Add missing
6187 `error' call for null key.
6188
6189 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
6190
6191 * rcirc.el (rcirc-keywords): New variable.
6192 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
6193 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
6194 variables.
6195 (rcirc-responses-no-activity): New function.
6196 (rcirc-handler-generic): Check for responses in above.
6197 (rcirc-process-command): Add ?: character to arguments of raw
6198 server commands.
6199 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
6200 `rcirc-dim-nicks'.
6201 (rcirc-gray-toggle): Remove unused variable.
6202 (rcirc-print): Remove some tracking logic, which is moved into
6203 markup functions.
6204 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
6205 types.
6206 (rcirc-activity-string): Look for 'keyword in activity-types.
6207 (rcirc-window-configuration-change): Don't erase overlay-arrow
6208 unnecessarily.
6209 (rcirc-add-or-remove): New function.
6210 (rcirc-cmd-ignore): Use it.
6211 (rcirc-message-leader): Remove unused function.
6212 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
6213 (rcirc-add-face): New function.
6214 (rcirc-facify): Use rcirc-add-face.
6215 (rcirc-url-regexp): Add parens.
6216 (rcirc-map-regexp): Remove function.
6217 (rcirc-mangle-regexp): Remove function.
6218 (rcirc-markup-text-functions): New variable.
6219 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
6220 (rcirc-markup-body-text, rcirc-markup-attributes)
6221 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
6222 (rcirc-markup-bright-nicks): New markup handler functions.
6223 (rcirc-nick-in-message-full-line): New face.
6224 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
6225 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
6226
6227 2006-09-02 Martin Rudalics <rudalics@gmx.at>
6228
6229 * cus-start.el (hscroll-margin, hscroll-step)
6230 (mode-line-in-non-selected-windows, mouse-autoselect-window)
6231 (x-use-underline-position-properties): Change version to "22.1"
6232 since they will appear there for the first time.
6233
6234 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
6235
6236 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
6237
6238 2006-08-31 Richard Stallman <rms@gnu.org>
6239
6240 * cus-edit.el (custom-save-variables): Slight cleanup.
6241 (Custom-no-edit): Renamed from custom-no-edit.
6242 (Custom-newline): Renamed from custom-newline.
6243 (custom-mode-map): Use new names.
6244
6245 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
6246 about customization, rather than M-x customize, in the doc string
6247 made for the defcustom.
6248
6249 * emacs-lisp/trace.el (trace-function-background): Doc fix.
6250
6251 2006-08-31 Romain Francoise <romain@orebokech.com>
6252
6253 * dired-x.el (dired-guess-shell-alist-default): Update.
6254
6255 2006-08-31 Michael Mauger <mmaug@yahoo.com>
6256
6257 * custom.el (custom-theme-set-variables): Autoload packages before
6258 sorting the variables.
6259
6260 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
6261
6262 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
6263 chars if XEmacs.
6264 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
6265
6266 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
6267
6268 * progmodes/python.el (python-eldoc-function): Re-enable quit while
6269 waiting for process.
6270
6271 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6272
6273 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
6274 results in ASCII-only string, encode original one directly.
6275
6276 2006-08-29 Romain Francoise <romain@orebokech.com>
6277
6278 * startup.el (normal-splash-screen, fancy-splash-screens):
6279 Make buffer read-only and arrange to enter view mode if necessary.
6280
6281 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
6282
6283 * hl-line.el (hl-line): New face.
6284 (hl-line-face): Use it.
6285
6286 * image-mode.el (image-mode): Fix last fix.
6287 Suggested by Kim F. Storm.
6288
6289 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
6290
6291 Sync with Tramp 2.0.54.
6292
6293 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
6294 of `=', because `tramp-get-remote-gid' might not always return an
6295 integer when expected.
6296 (tramp-register-file-name-handlers): `partial-completion-mode' is
6297 unknown to XEmacs.
6298 (tramp-time-diff): Don't use `floor', it might fail for large
6299 differences.
6300 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
6301 `tramp-auto-save-directory' if unset in order to guarantee unique
6302 auto-save file names.
6303
6304 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
6305
6306 * image-mode.el (image-mode): Display image as text on a terminal.
6307
6308 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6309
6310 * progmodes/python.el (python-send-command): Simplify.
6311 (run-python): Don't generate a new buffer unless `new' was specified.
6312 Make sure we send `import emacs' to the proper process.
6313
6314 * progmodes/python.el (python-send-command): Don't wait for the command
6315 to terminate. Don't fiddle with compilation-parsing-end.
6316
6317 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
6318
6319 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6320 Insert commentary after first line summary.
6321
6322 * woman.el (woman-follow): New function, based on `man-follow'.
6323 (woman-mode-map): Use it.
6324
6325 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
6326 since ibuffer-do-sort-by-recency does not define a sorter.
6327
6328 2006-08-28 Kim F. Storm <storm@cua.dk>
6329
6330 * find-dired.el (find-dired): Use shell-quote-argument to properly
6331 escape ( and ) args. Also use it on {} and ; args in default
6332 value of find-ls-option string.
6333 (find-grep-dired): Use shell-quote-argument on {} and ; args.
6334
6335 2006-08-27 Michael Olson <mwolson@gnu.org>
6336
6337 * emacs-lisp/tq.el: Small grammar fix in comments.
6338 (tq-enqueue): Check for existence of queue rather than the
6339 head queue item's question, which was a no-op.
6340 (tq-filter, tq-process-buffer): Make sure the process buffer
6341 exists before making it the current buffer.
6342
6343 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6344
6345 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
6346 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
6347 (special-event-map): Apply 2006-08-16 change for x-win.el.
6348
6349 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
6350
6351 * progmodes/python.el (python-send-receive): Wait in the
6352 process's buffer so as to check the right buffer-local variables.
6353
6354 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
6355
6356 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
6357 (defgroup checkdoc): Move to beginning.
6358
6359 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
6360 (python-preoutput-continuation): Remove.
6361 (python-preoutput-filter): Simplify correspondingly.
6362 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
6363 Loop around to catch embedded _emacs_out output.
6364 (run-python): Send the import&print command on a single line.
6365 (python-send-command): Send command&print on a single line.
6366 (python-send-string): Only add double \n if needed.
6367 (python-send-receive): Loop until the result comes.
6368 (python-mode-running): Defvar it.
6369 (python-setup-brm): Remove unused var `menu'.
6370 Only bind py-mode-map and `features' around brm-init.
6371 (python-calculate-indentation): Remove unused var `point'.
6372 (python-beginning-of-defun): Remove unused var `def-line'.
6373
6374 2006-08-25 Richard Stallman <rms@gnu.org>
6375
6376 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
6377
6378 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
6379
6380 * viper.el (viper-set-hooks): Use frame bindings for
6381 viper-vi-state-cursor-color.
6382 (viper-non-hook-settings): Don't set default
6383 mode-line-buffer-identification.
6384
6385 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
6386 (viper-set-cursor-color-according-to-state)
6387 (viper-get-saved-cursor-color-in-replace-mode)
6388 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
6389 viper-emacs-state-cursor-color.
6390
6391 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
6392 (viper-undo): Use point if undo-beg-posn is nil.
6393 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
6394 (viper-after-change-undo-hook): Don't use
6395 viper-emacs-state-cursor-color by default.
6396 (viper-undo): More sensible positioning after undo.
6397
6398 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
6399 (viper-emacs-state-cursor-color): Default to nil, since this feature
6400 doesn't work well yet.
6401
6402 * ediff-mult.el (ediff-intersect-directories)
6403 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
6404 always expand filenames.
6405
6406 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6407
6408 * tumme.el: Remove * in defcustoms's docstrings.
6409
6410 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
6411
6412 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
6413 Accept internal time format for SECS arg.
6414 (timer-relative-time): Doc fix.
6415
6416 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
6417 adapted from Martin Rudalics.
6418 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
6419 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
6420 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
6421 using sit-for.
6422
6423 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
6424
6425 * cus-start.el (all): Add `overline-margin' and
6426 `x-underline-at-descent-line'.
6427
6428 2006-08-24 Kim F. Storm <storm@cua.dk>
6429
6430 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
6431 to mean "use find -exec"; nil now unambiguously means auto-detect.
6432 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
6433 Use shell-quote-argument to build grep-find-command and
6434 grep-find-template.
6435 (rgrep): Use shell-quote-argument to properly quote arguments to find.
6436 Reported by Tom Seddon.
6437
6438 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
6439
6440 * startup.el (fancy-splash-head): Give instructions for dismissing
6441 the splash screen for default startup too.
6442 (display-startup-echo-area-message, fancy-splash-screens)
6443 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
6444 all splash text at once and keep the splash buffer around.
6445 (command-line-1): Give display-startup-echo-area-message a t arg.
6446
6447 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
6448
6449 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
6450 gnus frame is selected.
6451
6452 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
6453
6454 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
6455
6456 2006-08-22 Kim F. Storm <storm@cua.dk>
6457
6458 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
6459 Add suffix matching for subdirs.
6460
6461 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
6462
6463 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
6464 mouse-yank-at-point is non-nil.
6465
6466 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
6467
6468 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
6469 a bit wider and remove fringes to fit initial output on line.
6470
6471 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6472
6473 * frame.el (blink-cursor-end): Only ignore the error we care about.
6474 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
6475
6476 2006-08-21 Richard Stallman <rms@gnu.org>
6477
6478 * whitespace.el (whitespace-cleanup): Doc fix.
6479
6480 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
6481
6482 * net/rcirc.el (rcirc-show-maximum-output): New var.
6483 (rcirc-buffer-process): If no buffer argument is supplied, use
6484 current-buffer.
6485 (rcirc-complete-nick): Complete to the last completed nick first.
6486 (rcirc-mode): Preserve the value of `rcirc-urls' across
6487 connections. Setup scroll function.
6488 (rcirc-scroll-to-bottom): New function.
6489 (rcirc-print): Use nick syntax around regexp work.
6490 Notice dim-nicks speaking only if they say our nick.
6491 (rcirc-update-activity-string): Do not show the modeline indicator
6492 if there are no live rcirc processes.
6493 (rcirc-cmd-ignore): Ignore case.
6494 (rcirc-browse-url-at-point): Fix off-by-one error.
6495
6496 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
6497
6498 * progmodes/python.el: Remove * in defcustom docstrings.
6499 (run-python, python-proc, python-try-complete): Use derived-mode-p.
6500 (python-mode): Set tab-width and indent-tabs-mode.
6501
6502 2006-08-20 Dave Love <fx@gnu.org>
6503
6504 * progmodes/python.el: Update to Dave Love's latest version.
6505 (python-font-lock-keywords, python-mode): Don't use
6506 font-lock-syntax-table, but match symbol elements explicitly instead.
6507 (python-mode-map): Add help, and a few more key bindings.
6508 (python-skip-comments/blanks): Move out of comments as well.
6509 (python-continuation-line-p): Behave better with unbalanced parens.
6510 (python-blank-line-p): New fun.
6511 (python-open-block-statement-p): Don't use a heuristic.
6512 (python-outdent-p): Better handle blocks-in-the-same-line.
6513 (python-calculate-indentation): Misc improvements.
6514 (python-comment-indent): Remove.
6515 (python-block-pairs): New var.
6516 (python-first-word): New fun.
6517 (python-indentation-levels): Handle more common cases.
6518 (python-indent-line-1): Add `leave' argument.
6519 (python-indent-region): New fun.
6520 (python-skip-out): New fun.
6521 (python-beginning-of-statement, python-end-of-statement): Use it.
6522 (python-next-statement): Return correct count even at eob.
6523 (python-end-of-block): Fix paren-typo.
6524 (python-imenu-create-index): Add module variables.
6525 (run-python): Add `new' arg.
6526 Check we're at a prompt before returning.
6527 (python-send-command): Move to end of buffer.
6528 Wait for prompt to return.
6529 (python-set-proc): New fun.
6530 (python-imports): New var.
6531 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
6532 (python-eldoc-function): Try to move out of arg list.
6533 (python-outline-level): Offset by 1.
6534 (python-find-imports): New fun.
6535 (python-symbol-completions): Use python-imports.
6536 (python-module-path, ffap-alist): Add support for ffap.
6537 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
6538 (python-insert-*, python-default-template, python-expand-template):
6539 Add templates/skeletons.
6540 (python-setup-brm): Support for Bicycle Repair Man.
6541 (python-abbrev-syntax-table): New var.
6542 (python-abbrev-pc-hook, python-pea-hook): New funs.
6543
6544 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
6545
6546 * frame.el (blink-cursor-start): Set timer first.
6547 (blink-cursor-end): Ignore timer cancelling errors.
6548 Suggested by Ken Manheimer.
6549
6550 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
6551
6552 * newcomment.el (comment-box): Call `comment-normalize-vars'.
6553 Add autoload cookie.
6554
6555 2006-08-20 Richard Stallman <rms@gnu.org>
6556
6557 * simple.el (line-number-at-pos): Doc fix.
6558
6559 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
6560 timer-activate-when-idle, so timer can run before Emacs becomes
6561 non-idle again.
6562
6563 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
6564
6565 * whitespace.el (whitespace-cleanup-internal): New optional arg
6566 REGION-ONLY. If it's non-nil, modify the message to the user
6567 accordingly.
6568 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
6569 a non-nil argument.
6570
6571 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
6572
6573 * rect.el (spaces-string): Simplify and add doc string.
6574
6575 2006-08-17 Romain Francoise <romain@orebokech.com>
6576
6577 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
6578
6579 2006-08-17 Richard Stallman <rms@gnu.org>
6580
6581 * compare-w.el (compare-windows): lambda's take an arg and pass
6582 it to compare-windows-skip-whitespace.
6583
6584 2006-08-17 Martin Rudalics <rudalics@gmx.at>
6585
6586 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
6587 the right buffer.
6588
6589 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
6590
6591 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
6592 removed files.
6593
6594 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
6595
6596 * progmodes/gdb-ui.el (gdb-locals-watch-map)
6597 (gdb-locals-watch-map-1): Suppress keymap first.
6598 (gdb-edit-locals-map-1): New variable.
6599 (gdb-edit-locals-value): New function.
6600 (gdb-stack-list-locals-handler): Use them.
6601
6602 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
6603
6604 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
6605 cursor would normally be drawn in the fringe.
6606
6607 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
6608 Reported by Martin Rudalics <rudalics@gmx.at>.
6609
6610 2006-08-16 Richard Stallman <rms@gnu.org>
6611
6612 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
6613 (special-event-map): Process drag-n-drop events this way.
6614
6615 * simple.el (move-beginning-of-line): Test whether fields
6616 would prevent motion back to line's first visible character.
6617 If so, stop where the fields would stop the motion.
6618
6619 * newcomment.el (comment-indent): Fully update INDENT
6620 before checking to see if it will change the text.
6621
6622 * cus-edit.el (custom-newline): New function.
6623 (custom-mode-map): Bind newline to custom-newline.
6624
6625 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
6626 into ignore-whitespace.
6627 Check each buffer for its skip-function.
6628 Handle compare-windows-skip-whitespace special-case test
6629 by returning t from default skip function.
6630
6631 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
6632
6633 * textmodes/org.el (org-clock-special-range)
6634 (org-clock-update-time-maybe): New functions.
6635 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
6636 not only a-z.
6637 (org-agenda-get-blocks): Allow multiple blocks per headline.
6638 (org-timestamp-change): Call `org-clock-update-time-maybe'.
6639 (org-export-html-title-format)
6640 (org-export-html-toplevel-hlevel): New options.
6641 (org-export-language-setup): Add support for Czech.
6642 (org-mode, org-insert-todo-heading, org-find-visible)
6643 (org-find-invisible, org-invisible-p, org-invisible-p2)
6644 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
6645 (org-show-subtree, org-show-entry, org-make-options-regexp):
6646 Remove compatibility support for old outline-mode.
6647 (org-check-occur-regexp): Funtion removed.
6648 (org-on-heading-p, org-back-to-heading): Made defalias.
6649 (org-set-local): New defsubst.
6650 (org-set-regexps-and-options, org-mode)
6651 (org-set-font-lock-defaults, org-edit-agenda-file-list)
6652 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
6653 (org-remember-apply-template, org-table-edit-field)
6654 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
6655 (org-set-autofill-regexps): Use `org-set-local'.
6656 (org-table-eval-formula): Fix bug with parsing of display flags.
6657
6658 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
6659
6660 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
6661 frame with fringe arrow. Suggested by Simon Marshall
6662 <simon.marshall@misys.com>.
6663 (gdb-stack-position): New variable.
6664 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
6665 (gdb-frames-mode): Set gdb-stack-position to nil.
6666 Add to overlay-arrow-variable-list
6667 (gdb-reset): Delete gdb-stack-position from above list.
6668
6669 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6670
6671 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
6672 read only.
6673
6674 2006-08-13 Romain Francoise <romain@orebokech.com>
6675
6676 * cus-theme.el (customize-create-theme)
6677 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
6678
6679 * filesets.el (filesets-add-buffer): Ditto.
6680
6681 * pcvs.el (cvs-change-cvsroot): Ditto.
6682
6683 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
6684
6685 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
6686 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
6687 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
6688 expressions.
6689 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
6690 Only search till end of line.
6691 Add face to function names in case of no filename.
6692 Add face to variable names of watchpoints.
6693
6694 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
6695
6696 * cus-start.el <indent-tabs-mode>: Move to the `indent'
6697 customization group.
6698
6699 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
6700
6701 * allout.el (allout-prior-bindings, allout-added-bindings):
6702 Remove, after long deprecation.
6703 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
6704 Add customization vars controlling allout-beginning-of-line and
6705 allout-end-of-line conveniences.
6706 (allout-header-prefix, allout-use-mode-specific-leader)
6707 (allout-use-mode-specific-leader, allout-mode-leaders):
6708 Revise docstrings.
6709 (allout-infer-header-lead): Change to be an alias for
6710 allout-infer-header-lead-and-primary-bullet.
6711 (allout-infer-header-lead-and-primary-bullet): New version of
6712 allout-infer-header-lead which assigns the primary bullet to the
6713 same as the header lead, when its being changed.
6714 (allout-infer-body-reindent): Apply regexp-quote instead of
6715 unconditionally prepending "\\", so that all literal
6716 allout-header-prefix and allout-primary-bullet strings are
6717 properly handled.
6718 (allout-add-resumptions): Add optional qualifier for extending or
6719 appending to existing values, rather than replacing them.
6720 (allout-view-change-hook): Clarify docstring.
6721 (allout-exposure-change-hook): Take explicit arguments, via
6722 run-hook-with-args.
6723 (allout-structure-added-hook)
6724 (allout-structure-deleted-hook)
6725 (allout-structure-shifted-hook): New hooks analogous to
6726 allout-exposure-change-hook for other kinds of structural outline
6727 edits.
6728 (allout-encryption-plaintext-sanitization-regexps): New encryption
6729 customization variable, by which cooperating modes can provde
6730 massage of the plaintext without actually being passed it.
6731 (allout-encryption-ciphertext-rejection-regexps)
6732 (allout-encryption-ciphertext-rejection-ceiling): New encryption
6733 customization variables, by which cooperating modes can prohibit
6734 rare but possible ciphertext patterns from fouling their
6735 operation, with actually being passed the ciphertext.
6736 (allout-mode): Run activation and deactivation hooks after the
6737 minor-mode variable has been toggled, to clarify the mode
6738 disposition. The new encryption ciphertext rejection variable is
6739 used to ensure that the ciphertext does not contain text that
6740 would be recognized as outline structural elements by allout.
6741 Substite allout-beginning-of-line and allout-end-of-line for
6742 conventionall beginning-of-line and end-of-line bindings.
6743 If allout-old-style-prefixes is non-nil, don't nullify it on mode
6744 activation!
6745 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
6746 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
6747 (allout-chart-subtree): Implement new mode, charting only the
6748 visible items in the subtree, when new 'visible' parameter is non-nil.
6749 (allout-end-of-subtree): Properly handle the last item in the buffer.
6750 (allout-pre-command-business, allout-command-counter):
6751 Increment an advertised counter so that cooperating enhancements can
6752 track revisions of items.
6753 (allout-open-topic): Run allout-structure-added-hook with suitable
6754 arguments.
6755 (allout-shift-in): Run allout-structure-shifted-hook with suitable
6756 arguments.
6757 (allout-shift-out): Fix doubling for negative args and ensure call
6758 of allout-structure-shifted-hook by solely using allout-shift-in.
6759 (allout-kill-line, allout-kill-topic):
6760 Run allout-structure-deleted-hook with suitable arguments.
6761 (allout-yank-processing): Run allout-structure-added-hook with
6762 proper arguments.
6763 (allout-yank): Enclose activity in allout-unprotected.
6764 (allout-flag-region): Run allout-exposure-change-hook with
6765 suitable arguments, instead of making the callee infer the arguments.
6766 (allout-encrypt-string):
6767 Support allout-encryption-plaintext-sanitization-regexps,
6768 allout-encryption-ciphertext-rejection-regexps, and
6769 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
6770 en/de cryption mode in symmetric encryption failure message.
6771 (allout-obtain-passphrase): Use copy-sequence to get a distinct
6772 copy of the passphrase, and don't zero it or we'll corrupt the
6773 stashed copy.
6774 (allout-create-encryption-passphrase-verifier)
6775 (allout-verify-passphrase): Respect the new signature for
6776 allout-encrypt-string.
6777 (allout-get-configvar-values): Convenience for getting a
6778 configuration variable value and handling its absence gracefully.
6779
6780 2006-08-11 Romain Francoise <romain@orebokech.com>
6781
6782 * obsolete/zone-mode.el: Delete.
6783
6784 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
6785
6786 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
6787
6788 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
6789
6790 * emacs-lisp/bindat.el (bindat-ip-to-string):
6791 Use `format-network-address' if possible.
6792
6793 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6794
6795 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
6796
6797 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
6798
6799 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
6800 restore unread-command-events here.
6801 (edebug-display): Do it here, to detect sit-for interruptions.
6802
6803 2006-08-10 Romain Francoise <romain@orebokech.com>
6804
6805 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
6806 (dns-mode-soa-auto-increment-serial): New user option.
6807 (dns-mode-soa-maybe-increment-serial): New function.
6808 (dns-mode): Add the latter to `write-contents-functions'.
6809
6810 * obsolete/zone-mode.el: Move to obsolete/ from net/.
6811 Delete autoload cookies.
6812
6813 2006-08-10 John Wiegley <johnw@newartisans.com>
6814
6815 * eshell/em-glob.el (eshell-glob-chars-list)
6816 (eshell-glob-translate-alist): Add support for [^g] in character globs.
6817
6818 2006-08-10 Richard Stallman <rms@gnu.org>
6819
6820 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
6821 (facemenu-set-face): Doc fix.
6822 (facemenu-listed-faces): Doc fix.
6823
6824 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
6825
6826 * avoid.el (mouse-avoidance-animating-pointer): New var.
6827 (mouse-avoidance-nudge-mouse): Use it.
6828 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
6829 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
6830 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
6831 Don't activate if currently animating. All callers changed.
6832
6833 2006-08-09 John Wiegley <johnw@newartisans.com>
6834
6835 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
6836 variable, which causes timeclock to report elapsed time worked,
6837 instead of just work remaining.
6838
6839 2006-08-09 Kenichi Handa <handa@m17n.org>
6840
6841 * international/latexenc.el (latexenc-find-file-coding-system):
6842 Fix for the case that the 2nd element of arg-list is a cons.
6843
6844 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
6845
6846 * info.el (Info-fontify-node): Handle preceding `in' for note
6847 reference hiding rules.
6848
6849 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6850
6851 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
6852 mistake a closing " for an opening one.
6853
6854 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
6855
6856 * term/xterm.el (terminal-init-xterm): Add more key bindings.
6857
6858 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
6859
6860 * complete.el (PC-do-completion): Filter out completions matching
6861 completion-ignored-extensions before checking whether there are
6862 multiple completions.
6863 Don't use `list' unnecessarily when building completion tables.
6864
6865 2006-08-06 Richard Stallman <rms@gnu.org>
6866
6867 * help.el (describe-mode): Make minor mode list more concise.
6868
6869 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
6870
6871 * bindings.el: Give mode-line-format, mode-line-modes, and
6872 mode-line-position `standard-value' properties.
6873
6874 2006-08-05 Eli Zaretskii <eliz@gnu.org>
6875
6876 * buff-menu.el (list-buffers-noselect): For Info buffers, use
6877 "(file)node" instead of the file name.
6878
6879 2006-08-05 Richard Stallman <rms@gnu.org>
6880
6881 * faces.el (escape-glyph): Doc fix.
6882
6883 2006-08-04 Kenichi Handa <handa@m17n.org>
6884
6885 * international/mule-diag.el (describe-font): Improve docstring
6886 and error message. Use frame-parameter (not frame-parameters).
6887
6888 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6889
6890 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
6891 Correctly mark the end-of-docstring char.
6892
6893 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
6894
6895 * simple.el (line-move-to-column): Constrain move-to-column to
6896 current field.
6897
6898 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6899
6900 * font-lock.el (font-lock-beg, font-lock-end)
6901 (font-lock-extend-region-functions): New vars.
6902 (font-lock-extend-region-multiline)
6903 (font-lock-extend-region-wholelines): New functions.
6904 (font-lock-default-fontify-region): Use them.
6905 (font-lock-extend-jit-lock-region-after-change): Only round up
6906 if font-lock-default-fontify-region will do it as well.
6907
6908 * font-lock.el (font-lock-extend-after-change-region-function):
6909 Rename from font-lock-extend-region-function.
6910 (font-lock-extend-region): Remove by inlining at call sites.
6911 (font-lock-after-change-function): Don't needlessly round up to a whole
6912 number of lines.
6913 (font-lock-extend-jit-lock-region-after-change): Be more careful about
6914 the boundary conditions and the interactions between the various ways
6915 to extend the region.
6916
6917 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
6918
6919 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
6920 modification status when forcing the second redisplay.
6921
6922 2006-08-03 Kim F. Storm <storm@cua.dk>
6923
6924 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
6925
6926 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
6927
6928 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
6929 doesn't look like a file name.
6930
6931 * complete.el (PC-expand-many-files): Avoid signalling an error when
6932 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
6933
6934 2006-08-02 Andreas Schwab <schwab@suse.de>
6935
6936 * bindings.el (mode-line-format): Simplify reference to vc-mode.
6937
6938 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
6939
6940 * bindings.el (map): Make mode-line-buffer-identification-keymap
6941 before defining propertized-buffer-identification.
6942
6943 2006-08-01 Richard Stallman <rms@gnu.org>
6944
6945 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
6946
6947 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
6948
6949 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
6950 default value.
6951 (gdb-find-source-frame): New function.
6952 (menu): Add to menu bar.
6953
6954 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
6955
6956 * font-core.el (font-lock-extend-region-function)
6957 (font-lock-extend-region): Move to font-lock.el.
6958
6959 * font-lock.el (font-lock-extend-region-function)
6960 (font-lock-extend-region): Move from font-core.el. Simplify.
6961
6962 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
6963 if needed.
6964 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
6965 (jit-lock-after-change-extend-region-functions): New hook.
6966 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
6967
6968 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
6969 (font-lock-turn-on-thing-lock): Use it.
6970
6971 * longlines.el (longlines-show-region): Make it work on read-only
6972 buffers as well.
6973
6974 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
6975
6976 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
6977
6978 2006-07-31 Richard Stallman <rms@gnu.org>
6979
6980 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
6981 (vhdl-speedbar-display-projects): Update old obsolete
6982 speedbar variable names.
6983
6984 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
6985
6986 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
6987 (gdb-stopped): Use it.
6988
6989 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
6990
6991 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
6992
6993 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
6994 for load-history elements.
6995
6996 2006-07-29 Eli Zaretskii <eliz@gnu.org>
6997
6998 * files.el (convert-standard-filename): For Cygwin, replace
6999 characters not allowed in Windows file names.
7000 (make-auto-save-file-name): Add Cygwin to the list of systems
7001 where the auto-save file name needs to be run through
7002 convert-standard-filename.
7003
7004 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
7005
7006 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
7007
7008 2006-07-28 Richard Stallman <rms@gnu.org>
7009
7010 * bindings.el (mode-line-frame-identification)
7011 (propertized-buffer-identification): Centralize the code
7012 to initialize the variable.
7013
7014 * progmodes/grep.el (grep-default-command): Catch errors from
7015 wildcard-to-regexp.
7016
7017 2006-07-29 Kim F. Storm <storm@cua.dk>
7018
7019 * progmodes/grep.el (grep-tag-default): New function.
7020 (grep-default-command, grep-read-regexp): Use it.
7021 (grep-read-files): Use car of grep-files-history or grep-files-aliases
7022 as default if nothing else applies.
7023
7024 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
7025
7026 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
7027 Throw error if buffer is not in Dired and Wdired mode, respectively.
7028
7029 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
7030
7031 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
7032 self-insert-command keys don't activate buttons.
7033 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
7034
7035 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
7036
7037 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
7038 faces for enable character.
7039
7040 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
7041
7042 * Makefile.in (recompile): Update comment to reflect change
7043 on 2004-04-21.
7044
7045 2006-07-27 Richard Stallman <rms@gnu.org>
7046
7047 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
7048 (customize-package-emacs-version): Change msg when pkg has no entry.
7049 (custom-no-edit): On a button, do like widget-button-press.
7050
7051 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7052
7053 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
7054 S-tab and C-S-tab.
7055
7056 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
7057
7058 * progmodes/which-func.el (which-function): Fix documentation/
7059 comment typo.
7060
7061 2006-07-26 Richard Stallman <rms@gnu.org>
7062
7063 * textmodes/ispell.el (ispell-word): If we replace the word,
7064 move point to the end. Insert before deleting.
7065
7066 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
7067
7068 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
7069 a timer.
7070
7071 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
7072
7073 * tumme.el (tumme-backward-image): Add prefix argument. Add error
7074 when at first image.
7075 (tumme-forward-image): Add prefix argument. Add error when at last
7076 image.
7077
7078 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7079
7080 * tabify.el (tabify-regexp): Use more specific regexps.
7081 (tabify): Avoid modifying the buffer unnecessarily.
7082
7083 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
7084
7085 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
7086 (tumme-format-properties-string): Handle empty `buf'.
7087 (tumme-get-comment): Change variable names inside `let'.
7088 Add missing `let' variable that cause font-lock problems.
7089 (tumme-write-comments): Change variable names inside `let'.
7090 Add missing `let' variable that cause font-lock problems.
7091 (tumme-forward-image): Rename from `tumme-forward-char'.
7092 (tumme-backward-image): Rename from `tumme-backward-char'.
7093
7094 2006-07-25 Masatake YAMATO <jet@gyve.org>
7095
7096 * progmodes/ld-script.el (ld-script-keywords)
7097 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
7098 and add comments.
7099
7100 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
7101
7102 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
7103 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
7104 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
7105 for status indicator.
7106
7107 2006-07-24 Richard Stallman <rms@gnu.org>
7108
7109 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
7110
7111 * subr.el (dolist, dotimes): Use interned symbols for locals.
7112 (--dotimes-limit--, --dolist-tail--): New defvars.
7113 (looking-back): Doc fix.
7114
7115 * replace.el (replace-match-string-symbols): Handle dotted lists.
7116
7117 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
7118
7119 * tumme.el (tumme-write-tags): Add.
7120 (tumme-write-comments): Add.
7121 (tumme-tag-files): Change to use `tumme-write-tags'.
7122 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
7123 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
7124 (tumme-save-information-from-widgets): Change to use
7125 `tumme-write-comments' and `tumme-write-tags'.
7126 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
7127 (tumme-write-tag): Remove.
7128 (tumme-write-comment): Remove.
7129 (tumme-display-previous-thumbnail-original): Remove empty line.
7130 (tumme-widget-list): Add punctuation.
7131
7132 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
7133
7134 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
7135
7136 2006-07-24 Daiki Ueno <ueno@unixuser.org>
7137
7138 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7139 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
7140 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
7141
7142 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
7143
7144 * mouse.el (mouse-on-link-p): Doc fix.
7145
7146 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
7147
7148 * emacs-lisp/find-func.el (find-function-search-for-symbol):
7149 Handle "C-h f `".
7150
7151 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7152
7153 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
7154 column.
7155
7156 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
7157
7158 * textmodes/table.el: Add move-beginning-of-line and
7159 move-end-of-line to Point Motion Only Group.
7160
7161 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
7162
7163 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
7164
7165 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7166
7167 * startup.el (user-mail-address): Initialize from the `EMAIL'
7168 environment variable first. Document this.
7169 (command-line): Ditto.
7170
7171 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
7172
7173 * help-mode.el (help-function-def, help-variable-def)
7174 (help-face-def): Print a message in the minibuffer.
7175
7176 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7177
7178 * term/xterm.el (terminal-init-xterm): Fix key bindings
7179 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
7180
7181 2006-07-21 Eli Zaretskii <eliz@gnu.org>
7182
7183 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
7184 where `(nth 1 command)' is a cons cell. Doc fix.
7185
7186 * textmodes/po.el (po-find-charset): Doc fix.
7187
7188 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
7189
7190 * allout.el (allout-unprotected, allout-e-o-prefix-p)
7191 (allout-beginning-of-current-line, allout-end-of-current-line)
7192 (allout-next-visible-heading, allout-open-topic)
7193 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
7194 (allout-flag-current-subtree, allout-show-to-offshoot)
7195 (allout-hide-current-entry, allout-show-current-branches)
7196 (allout-hide-region-body, allout-old-expose-topic)
7197 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
7198 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
7199 containing `beginning-of-line' and `end-of-line' with
7200 `inhibit-field-text-motion' t.
7201
7202 2006-07-21 Eli Zaretskii <eliz@gnu.org>
7203
7204 * frame.el (focus-follows-mouse): Document that it doesn't have
7205 any effect on MS-Windows.
7206
7207 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7208
7209 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
7210
7211 2006-07-20 Jay Belanger <belanger@truman.edu>
7212
7213 * calc.el (calc-previous-alg-entry): Remove variable.
7214
7215 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
7216 New variables.
7217 (calc-alg-entry): Use `calc-alg-entry-history'.
7218 (calc-do-quick-calc): Use `calc-quick-calc-history'.
7219 Remove reference to `calc-previous-alg-entry'.
7220 (calcAlg-edit, calcAlg-enter): Remove reference to
7221 `calc-previous-alg-entry'.
7222 (calcAlg-previous): Use `previous-history-element' instead of
7223 `calc-previous-alg-entry'.
7224 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
7225 Change keybinding for `calcAlg-plus-minus', add keybindings for
7226 `previous-history-element' and `next-history-element'.
7227
7228 * calc-rewr.el (calc-match): Remove reference to
7229 `calc-previous-alg-entry'.
7230
7231 * calc-sel.el (calc-selection-history): New variable.
7232 (calc-enter-selection, calc-sel-mult-both-sides)
7233 (calc-sel-add-both-sides): Use `calc-selection-history'.
7234
7235 * calc-map.el (calc-get-operator-history): New variable.
7236 (calc-get-operator): Use `calc-get-operator-history'.
7237
7238 * calcalg3.el (calc-curve-fit-history): New variable.
7239 (calc-curve-fit): Use `calc-curve-fit-history'.
7240
7241 2006-07-20 Kenichi Handa <handa@m17n.org>
7242
7243 * international/mule-cmds.el (select-safe-coding-system): Fix the
7244 way of deciding eol-type of the coding system.
7245
7246 2006-07-20 Alan Mackenzie <acm@muc.de>
7247
7248 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
7249 (c-lang-setvar): New macro.
7250 (c-make-init-lang-vars-fun): Use the initialization forms in
7251 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
7252 (comment-start, comment-end, comment-start-skip): Change these from
7253 c-lang-defvar's to c-lang-setvar's.
7254
7255 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
7256 which calls make-local-variable on the elements of
7257 c-emacs-variable-inits.
7258 (c-init-language-vars-for): Call this new macro.
7259
7260 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7261
7262 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
7263 Try to rule out false positives due to time stamps.
7264 (compilation-mode-font-lock-keywords): Remove rules made redundant
7265 because of the above change. Add `segmentation fault' to the known and
7266 highlighted compilation termination messages.
7267
7268 2006-07-19 Kim F. Storm <storm@cua.dk>
7269
7270 * progmodes/grep.el (grep-find-ignored-directories):
7271 Add .svn and _darcs to list.
7272
7273 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
7274
7275 * dired.el (dired-mode-map): Add key binding `C-te' for
7276 `tumme-dired-edit-comment-and-tags'.
7277
7278 * tumme.el (tumme-display-thumbnail-original-image): Make sure
7279 image display buffer is displayed before call to
7280 `tumme-display-image.
7281 (tumme-dired-display-image): Make sure image display buffer is
7282 displayed before call to `tumme-display-image.
7283 (tumme-mouse-display-image): Make sure image display buffer is
7284 displayed before call to `tumme-display-image.
7285 (tumme-widget-list): Add.
7286 (tumme-dired-edit-comment-and-tags): Add.
7287 (tumme-save-information-from-widgets): Add.
7288
7289 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7290
7291 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
7292
7293 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
7294
7295 * progmodes/sh-script.el (sh-font-lock-keywords-1):
7296 Revert inadvertently installed patch hunk.
7297
7298 * progmodes/compile.el (compilation-find-file): Handle the
7299 cases where the user selects a non-existent file.
7300
7301 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
7302
7303 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
7304
7305 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
7306
7307 * subr.el (sit-for): Just sleep-for if noninteractive.
7308
7309 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7310
7311 * emacs-lisp/autoload.el (make-autoload): Use new arg.
7312
7313 * custom.el (custom-autoload): Add `noset' argument.
7314 (custom-push-theme): Don't autoload the variable, let callers do it.
7315 (custom-theme-set-variables): Autoload the variable if necessary.
7316
7317 * cus-edit.el (custom-variable-state-set): If the variable was
7318 originally set outside custom, but to the same value as the default,
7319 consider it to be standard.
7320
7321 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
7322 file *before* telling Emacs to add the autoloads, in case it fails.
7323
7324 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
7325 Use `cond', push', and `dolist'.
7326
7327 2006-07-17 Richard Stallman <rms@gnu.org>
7328
7329 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
7330 Add defvars to silence warnings.
7331
7332 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
7333
7334 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7335 Don't highlight "Compiling file" messages as error.
7336
7337 * dired-aux.el (dired-compress-file): Confirm again if gzipped
7338 file already exists.
7339
7340 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
7341
7342 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
7343 entry, don't assign to free var; simply return the extracted filename.
7344 (ff-treat-as-special): Incorporate common preamble from callers.
7345 (ff-other-file-name, ff-find-the-other-file):
7346 Update call to ff-treat-as-special.
7347
7348 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
7349
7350 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
7351
7352 * tumme.el (tumme-get-comment): Fix bug.
7353
7354 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
7355
7356 * files.el: Remove spurious * in docstrings.
7357
7358 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
7359
7360 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
7361 grammar.
7362 (allout-beginning-of-current-line): Beware beginning of buffer.
7363 Also, a comment is simplified.
7364 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
7365 when appropriate. (This fix enables use for other than
7366 bullet-hotspot operation.)
7367 (allout-hide-current-subtree): While escalating to sibling-close,
7368 make sure to situate on a topic.
7369
7370 2006-07-14 Kim F. Storm <storm@cua.dk>
7371
7372 * emulation/cua-base.el (cua-delete-selection)
7373 (cua-toggle-set-mark): New defcustoms.
7374 (cua-rectangle-modifier-key): Add `alt' modifier.
7375 (cua-replace-region): Don't delete if cua-delete-selection is nil.
7376 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
7377 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
7378
7379 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
7380
7381 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
7382
7383 * allout.el: Require 'cl during byte-compilation/interactive load,
7384 for the `assert' macro.
7385 (allout-mode-deactivate-hook): New hook, run when allout mode
7386 deactivates.
7387 (allout-developer): New allout customization subgroup.
7388 (allout-run-unit-tests-on-load): New allout-developer
7389 customization variable, when true allout unit tests are run towards
7390 end of file load/eval.
7391 (allout-inhibit-auto-fill): Disable auto-fill activity even during
7392 auto-fill-mode.
7393 (allout-resumptions): Remove, to be replaced by...
7394 (allout-add-resumptions): Register variable settings to be
7395 reinstated by `allout-do-resumptions'. The settings are made
7396 buffer-local, but the locality/globality of the suspended setting
7397 is restored on resumption.
7398 (allout-do-resumptions): Reinstate all settings suspended using
7399 `allout-add-resumptions'.
7400 (allout-test-resumptions): Unit tests (and intermediate variables)
7401 for resumptions.
7402 (allout-tests-globally-unbound, allout-tests-globally-true)
7403 (allout-tests-locally-true): Intermediate variables for
7404 resumptions unit tests.
7405 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
7406 (allout-exposure-category): Replaces 'allout-overlay-category variable.
7407 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
7408 instead of retired `allout-resumptions'. For hook functions, use
7409 `local' parameter so hook settings are created and removed as
7410 buffer-local settings. Revise (resumptions) setting
7411 auto-fill-function so it is set only if already active. (The
7412 related fill-function settings are all made in either case, so
7413 that activating auto-fill-mode activity will have the custom
7414 allout-mode behaviors (hanging indent on topics, if configured for it).
7415 Remove all allout-exposure-category overlays on mode deactivation.
7416 (allout-hotspot-key-handler): New function extracted from
7417 `allout-pre-command-business', so the functionality can be used
7418 for other purposes, eg as a binding in an overlay.
7419 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
7420 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
7421 customization variable.
7422 (allout-run-unit-tests): Run the (currently quite small)
7423 repertoire of unit tests. Called just before the provide iff user
7424 has customized `allout-run-unit-tests-on-load' non-nil.
7425
7426 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
7427
7428 * emacs-lisp/authors.el (authors-aliases): Update.
7429
7430 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
7431
7432 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
7433 gdb-source-window. Add dedicated argument.
7434 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
7435 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
7436 (gdb-display-threads-buffer, gdb-display-memory-buffer)
7437 (gdb-display-locals-buffer): Use it.
7438
7439 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
7440 Set gdb-source-window.
7441
7442 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
7443
7444 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
7445 minor modes, redundant with the custom-autoload line above.
7446
7447 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
7448
7449 * longlines.el (longlines-post-command-function): Handle open-line too.
7450
7451 2006-07-12 Richard Stallman <rms@gnu.org>
7452
7453 * progmodes/grep.el (grep-last-buffer): Doc fix.
7454
7455 * info.el (Info-try-follow-nearest-node): Doc fix.
7456
7457 * emacs-lisp/edebug.el (edebug-instrument-function):
7458 Err if find-function-noselect gives no position.
7459
7460 * emacs-lisp/find-func.el (find-function-search-for-symbol):
7461 If can't find definition, return nil for position.
7462 (find-function-do-it): Handle new return value
7463 of find-definition-noselect.
7464 (find-definition-noselect, find-variable-noselect): Doc fix.
7465 (find-function-noselect): Doc fix.
7466
7467 * help-mode.el (help-variable-def): Handle find-variable-noselect
7468 returning no position.
7469 (help-function-def): Likewise for find-function-search-for-symbol.
7470 (help-face-def): Likewise.
7471
7472 * help-fns.el (describe-variable): Handle find-variable-noselect
7473 returning no position.
7474
7475 * files.el (locate-file-completion): Avoid duplicates in result.
7476
7477 * cus-edit.el (custom-no-edit): New command.
7478 (custom-mode-map): Remap to custom-no-edit instead of
7479 using suppress-keymap.
7480
7481 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
7482
7483 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
7484 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
7485 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
7486
7487 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
7488
7489 2006-07-11 Kim F. Storm <storm@cua.dk>
7490
7491 * ido.el (ido-copy-current-file-name): Use buffer-name if
7492 buffer-file-name is nil.
7493
7494 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
7495
7496 * simple.el (undo-ask-before-discard): Set to nil.
7497
7498 * vc.el (vc-exec-after): Don't delete process manually.
7499 (vc-print-log): Run log-view-mode in process sentinel inside
7500 inhibit-read-only. Don't shrink window due to timing issues.
7501
7502 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
7503 Avoid using with-output-to-temp-buffer, which clobbers local vars.
7504
7505 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
7506
7507 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7508 Fix ambiguity introduced by last change.
7509 (compilation-find-file): Move save-excursion to where it may
7510 make sense. Fix a left over `find-file'.
7511
7512 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
7513
7514 * textmodes/texinfmt.el (texinfo-format-separate-node):
7515 Insert a string before point, which fits documentation, not after.
7516 (texinfo-multitable-item): In a multitable row, insert any
7517 additional needed @tabs and spaces.
7518
7519 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
7520
7521 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
7522 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
7523 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
7524 instead of shell-command.
7525 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
7526 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
7527 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
7528 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
7529 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
7530 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
7531
7532 2006-07-11 Kim F. Storm <storm@cua.dk>
7533
7534 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
7535 Remove special case for seconds < 0. Use (redisplay t) instead.
7536
7537 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
7538
7539 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
7540 avoid compilation error.
7541
7542 * subr.el (sit-for): New function.
7543
7544 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
7545
7546 2006-07-10 Richard Stallman <rms@gnu.org>
7547
7548 * ldefs-boot.el (edebug): Update page.
7549
7550 2006-07-10 Kim F. Storm <storm@cua.dk>
7551
7552 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
7553 to FOR-RELEASE and TODO.
7554
7555 2006-07-10 Romain Francoise <romain@orebokech.com>
7556
7557 * emacs-lisp/authors.el (authors-aliases): Update.
7558
7559 2006-07-10 Alan Mackenzie <acm@muc.de>
7560
7561 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
7562 * cc-mode.el: Changes to eradicate eval-after-load.
7563
7564 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
7565
7566 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
7567 on non-char events.
7568
7569 2006-07-09 Romain Francoise <romain@orebokech.com>
7570
7571 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7572 Don't highlight start/end markers as compilation messages.
7573
7574 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
7575 to t.
7576
7577 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
7578
7579 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
7580
7581 2006-07-08 Richard Stallman <rms@gnu.org>
7582
7583 * term/x-win.el (x-handle-display): Add doc string.
7584
7585 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
7586
7587 * subr.el (def-edebug-spec): Move here.
7588 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
7589
7590 * imenu.el (imenu-choose-buffer-index): Doc fix.
7591
7592 2006-07-08 Romain Francoise <romain@orebokech.com>
7593
7594 * term/x-win.el (x-display-name): Fix typo.
7595
7596 2006-07-08 Eli Zaretskii <eliz@gnu.org>
7597
7598 * hexl.el (hexl-find-file): Doc fix.
7599
7600 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
7601
7602 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
7603
7604 * term/x-win.el (x-display-name): Doc fix.
7605
7606 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
7607
7608 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
7609 long prefixes.
7610 (fill-region-as-paragraph): Don't round up to a whole line.
7611 (fill-comment-paragraph): Don't include the code-before-the-comment
7612 when calling fill-region-as-paragraph.
7613
7614 * international/mule.el (make-char): Remove redundancy.
7615
7616 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
7617 property may contain an anonymous function rather than a symbol.
7618
7619 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
7620
7621 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
7622 Use shy regexp. Fix incorrect backref to potentially unmatched group.
7623
7624 * dirtrack.el (dirtrack-default-directory-function): Remove.
7625 (dirtrack-directory-function): Use file-name-as-directory.
7626 (dirtrack-windows-directory-function): Simplify.
7627 (dirtrack-forward-slash, dirtrack-backward-slash)
7628 (dirtrack-replace-slash): Remove.
7629 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
7630 (dirtrack): Fix wrong parenthesizing; use match-string.
7631
7632 * progmodes/octave-inf.el: Remove spurious * in docstrings.
7633 (inferior-octave-mode): Only change the buffer-local value of
7634 comint-dynamic-complete-functions.
7635 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
7636 Move the initialization to the declaration.
7637 (inferior-octave-complete): Remove unused var `filter'.
7638
7639 * shell.el (shell-mode): Only change the buffer-local value of
7640 comint-dynamic-complete-functions.
7641
7642 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
7643
7644 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
7645 entry is skipped because it has been scheduled.
7646 (org-prepare-agenda-buffers): Don't mark buffers as modified when
7647 changing `:org-archived' and `:org-comment' properties.
7648
7649 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
7650
7651 * server.el (server-select-display): Don't make the temp frame
7652 minibuffer-only, in case it's not a temp frame.
7653 (server-process-filter): Don't delete the temp frame if it's the
7654 only one we have on that display.
7655
7656 * files.el (find-alternate-file): Doc fix.
7657
7658 2006-07-05 Richard Stallman <rms@gnu.org>
7659
7660 * files.el (abbreviate-file-name): Add save-match-data.
7661
7662 2006-07-03 Richard Stallman <rms@gnu.org>
7663
7664 * faces.el (read-face-name): Doc fix.
7665
7666 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
7667
7668 * net/goto-addr.el (goto-address): Mark as safe for local evals.
7669
7670 2006-07-05 Andre Spiegel <spiegel@gnu.org>
7671
7672 * vc.el (vc-diff-internal): Fix prev change.
7673
7674 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
7675
7676 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
7677 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
7678
7679 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7680
7681 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
7682 fails if the symbol contains chars like ( or '.
7683 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
7684 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
7685 `short'.
7686
7687 2006-07-04 Kenichi Handa <handa@m17n.org>
7688
7689 * international/mule-cmds.el (set-language-info): If LANG-ENV is
7690 the current one, don't call set-language-environment, but call one
7691 of set-language-environment-XXX to make INFO effective now.
7692 (set-language-environment): Call set-language-environment-XXX
7693 functions instead of doing the various setups directly.
7694 (set-language-environment-coding-systems): Delete argument eol-type.
7695 (set-language-environment-input-method)
7696 (set-language-environment-nonascii-translation)
7697 (set-language-environment-charset)
7698 (set-language-environment-fontset)
7699 (set-language-environment-unibyte): New functions.
7700
7701 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
7702
7703 * locate.el (locate-update-when-revert): New option.
7704 (locate-update-path): New option (suggested by Michael Albinus).
7705 (locate-prompt-for-command): Whitespace change.
7706 (locate-update): No longer offer to update the locate database by
7707 default. Implement the two new options.
7708
7709 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
7710
7711 * tooltip.el: Move comment about track-mouse...
7712
7713 * progmodes/gud.el: ...to here.
7714
7715 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
7716
7717 * facemenu.el (facemenu-listed-faces): New var.
7718 (facemenu-unlisted-faces): Variable deleted.
7719 (facemenu-add-new-face): Use facemenu-listed-faces.
7720
7721 * emulation/viper-init.el, calendar/calendar.el:
7722 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
7723
7724 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
7725
7726 * textmodes/org.el (org-mode): Remove no invalid settings for
7727 calc embedded mode.
7728 (org-mode-p): New defsubst.
7729 (org-save-all-org-buffers): New function.
7730 (org-first-headline-recenter): Enclose outline-regexp in group
7731 delimiters.
7732 (org-set-tags): Keep single space after stars.
7733
7734 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
7735
7736 * window.el (set-window-text-height): Only set window-min-height to
7737 1 if that's the requested size.
7738
7739 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
7740 (diff-unified->context, diff-context->unified)
7741 (diff-reverse-direction): Make sure the end marker stays at the end.
7742 (diff-mode): Add the keymap table at the end of docstring.
7743 Use lexical-let rather than constructing a closure manually.
7744
7745 * files.el (find-file-noselect-1): Remove unused var assignment.
7746 (hack-local-variables-confirm): Print lists of strings as lists of
7747 strings rather than lists of symbols.
7748 (abbreviate-file-name, hack-local-variables-prop-line):
7749 Use match-string.
7750 (hack-one-local-variable): Move `make-local-variable' nearer its use.
7751 (recover-session-finish): Use line-end-position.
7752
7753 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
7754
7755 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
7756
7757 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
7758
7759 * progmodes/make-mode.el (makefile-macroassign-regex):
7760 Accept preceding keyword.
7761 (makefile-gmake-statements): Reorganize, now that makepp has
7762 "override" and also handle forgotten "override define".
7763 (makefile-makepp-statements): Add new "global", "override export"
7764 and "override global".
7765
7766 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
7767
7768 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
7769 (ada-compile-mouse-goto-error, ada-deactivate-properties)
7770 (ada-no-auto-case): Fix typos in docstrings.
7771
7772 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
7773
7774 * info.el (Info-find-node-2): Search for makeinfo version more
7775 carefully.
7776
7777 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
7778
7779 * textmodes/org.el (org-prepare-agenda-buffers):
7780 Use `invisible-OK' argument for `org-end-of-subtree'.
7781 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
7782 (org-beginning-of-item): Fix bug in regular expression for white line.
7783 (org-export-as-html): Enforce space after bullet in plain list items.
7784 (org-set-autofill-regexps): Require space after plain list bullet
7785 for paragraph-start.
7786 (org-ts-regexp3): New constant.
7787 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
7788 (org-timestamp-up-day, org-timestamp-down-day)
7789 (org-timestamp-change): Work with inactive timestamps.
7790 (org-ts-regexp1): Don't allow brackets in time stamps.
7791
7792 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
7793
7794 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
7795 for ignoring links.
7796
7797 * faces.el (read-face-name): Use it.
7798
7799 2006-06-28 Juri Linkov <juri@jurta.org>
7800
7801 * buff-menu.el (list-buffers-noselect): Compare Info file
7802 with the string "dir" to detect Info directory.
7803
7804 * complete.el (partial-completion-mode): In lambda for
7805 `choose-completion-string-functions' use full function signature
7806 with 4 args, and move point to the end of the minibuffer only if arg
7807 `mini-p' is non-nil.
7808
7809 2006-06-28 John Paul Wallington <jpw@pobox.com>
7810
7811 * ibuffer.el (ibuffer-mode): Doc fix.
7812
7813 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
7814
7815 * textmodes/org.el (org-context): New contexts :item-bullet,
7816 :latex-fragment, :latex-preview.
7817 (org-overlays-at, org-overlay-start, org-overlay-end):
7818 New compatibility functions.
7819 (org-inside-LaTeX-fragment-p): More accurate matching, using the
7820 exact regexp that will be used during export.
7821 (org-latex-regexps): New variable.
7822 (org-cdlatex-mode): Improve advice for `texmathp'.
7823 (turn-on-org-cdlatex): New function.
7824
7825 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7826
7827 * term/mac-win.el (mac-handle-font-selection): Change keys of
7828 mac-atsu-font-table from strings to numbers.
7829 (mac-ts-caret-position): Use also when cursor-type is nil.
7830 (mac-ts-update-active-input-area): Add Mac OS Classic support.
7831 Relax condition for using overlay strings.
7832 Use mac-ts-caret-position face when cursor-type is nil.
7833
7834 2006-06-26 Kim F. Storm <storm@cua.dk>
7835
7836 * help.el (view-emacs-news): Declare `res' in the right let* form.
7837
7838 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
7839
7840 * net/rcompile.el (remote-compile): Replace ange-ftp based
7841 implementation by Tramp functions.
7842 Suggested by Marc Abramowitz <msabramo@gmail.com>.
7843
7844 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
7845
7846 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
7847
7848 * international/fontset.el (setup-default-fontset): Fix a typo in
7849 the "Oriya-Akruti" registry name.
7850
7851 2006-06-23 Lars Hansen <larsh@soem.dk>
7852
7853 * desktop.el (desktop-full-file-name): New function.
7854 (desktop-kill, desktop-save, desktop-remove, desktop-read)
7855 (desktop-revert): Use it.
7856 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
7857 (desktop-after-read-hook): Add option list-buffers.
7858 (desktop-locals-to-save): Add tab-width.
7859 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
7860 Fix docstring.
7861
7862 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
7863
7864 * textmodes/org.el (org-cdlatex-mode-map)
7865 (org-cdlatex-texmathp-advice-is-done): New variables.
7866 (org-cdlatex-mode): New minor mode.
7867 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
7868 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
7869 (org-export-with-archived-trees): New option.
7870 (org-open-file): Remove the call to `convert-standard-filename'.
7871 (org-archive-tag, org-agenda-skip-archived-trees)
7872 (org-cycle-open-archived-trees)
7873 (org-sparse-tree-open-archived-trees): New options.
7874 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
7875 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
7876 New functions.
7877 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
7878 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
7879 (org-mode-map): Add binding for `org-toggle-archive-tag'.
7880 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
7881 Call `org-prepare-agenda-buffers'.
7882 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
7883 (org-file-apps, org-file-apps-defaults-gnu)
7884 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
7885 Handle remote files by forcing them to be opened in Emacs.
7886
7887 2006-06-23 Andre Spiegel <spiegel@gnu.org>
7888
7889 * vc.el (vc-diff-knows-L): New variable.
7890 (vc-diff-internal): Use it to handle "diff" programs that don't
7891 understand -L. This works automatically, no user action is necessary.
7892
7893 2006-06-23 Daniel Brockman <daniel@brockman.se>
7894
7895 * net/rcirc.el (rcirc-default-user-full-name): Default to
7896 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
7897 longer exists).
7898 (rcirc-process-list): Check `buffer-live-p' before attempting to
7899 switch to a buffer.
7900
7901 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
7902
7903 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
7904 based on rcirc-coding-system-alist.
7905
7906 2006-06-23 Martin Rudalics <rudalics@gmx.at>
7907
7908 * cus-edit.el (customize-apropos): A better error message.
7909 (top level) <debug-ignored-errors>: Extend and update the list of
7910 ignored error messages.
7911
7912 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
7913
7914 * complete.el (PC-do-completion): Retain capitalization of user
7915 input, when possible, even if completion-ignore-case is set.
7916
7917 2006-06-23 Eli Zaretskii <eliz@gnu.org>
7918
7919 * generic-x.el (bat-generic-mode): Support .cmd files.
7920
7921 * dos-w32.el (top level): Use find-file-not-found-functions
7922 instead of the obsolete find-file-not-found-hooks.
7923
7924 2006-06-22 Kim F. Storm <storm@cua.dk>
7925
7926 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
7927 to recognize mode name containing submodes, such as Grep/lw.
7928
7929 2006-06-21 Kim F. Storm <storm@cua.dk>
7930
7931 * simple.el (line-move-1): Check for move-end-of-line instead of
7932 end-of-line when setting temporary-goal-column.
7933
7934 2006-06-21 Miles Bader <miles@gnu.org>
7935
7936 * play/cookie1.el (cookie): Work properly when there's only one entry.
7937
7938 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
7939
7940 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
7941 (gdb-frame-handler): Generalize frame regexp for templates.
7942
7943 2006-06-20 Glenn Morris <rgm@gnu.org>
7944
7945 * calendar/appt.el (appt-display-format): Default value must be
7946 one of the customize options.
7947
7948 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
7949
7950 * term/xterm.el (terminal-init-xterm): Update key availability info.
7951 Bind C-return.
7952
7953 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
7954
7955 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
7956
7957 * files.el (hack-local-variables): Run `hack-local-variables-hook'
7958 whether or not a local variables list is defined.
7959
7960 * msb.el (msb): Move `sit-for' hack here to handle both
7961 "mouse-down and drag" and "mouse-up and select" situations.
7962 (mouse-select-buffer): Move `sit-for' hack to `msb'.
7963
7964 2006-06-20 Kenichi Handa <handa@m17n.org>
7965
7966 * international/characters.el (word-combining-categories):
7967 Add entries for 2-byte Han characters.
7968
7969 2006-06-19 Richard Stallman <rms@gnu.org>
7970
7971 * bindings.el (mode-line-format): Save some mode line space.
7972
7973 * files.el (find-file-noselect): Improve the question wording.
7974 (basic-save-buffer-2): Mask UMASK against 666.
7975
7976 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
7977 (mouse-drag-vertical-line): Call it.
7978
7979 * cus-edit.el (customize-option, customize-option-other-window):
7980 Error if SYMBOL is nil.
7981
7982 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
7983
7984 * textmodes/org.el: Require noutline, also on XEmacs.
7985 (org-end-of-subtree): Return point.
7986 (org-dblock-start-re, org-dblock-end-re): New constants.
7987 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
7988 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
7989 (org-update-all-dblocks, org-find-dblock): New functions.
7990 (org-collect-clock-time-entries): New function.
7991 (org-html-handle-time-stamps): Never export CLOCK timeranges.
7992 (org-fixup-indentation): Modify to deal correctly with lines
7993 starting with TAB. Only one argument DIFF now.
7994 (org-demote, org-promote): Call `org-fixup-indentation' with just
7995 one argument, DIFF.
7996 (org-mode): Don't mark buffer as modified when aligning tables.
7997 (org-clock-sum): Don't mark buffer modified when adding time sum
7998 properties.
7999 (org-export-as-html): Add support for a link validation function.
8000 (org-archive-all-done): New function.
8001 (org-archive-subtree): New prefix argument. When set, archive all
8002 done subtrees in this buffer.
8003 (org-remove-clock-overlays)
8004 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
8005 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
8006 (org-put-clock-overlay): Don't swallow last headline character
8007 when displaying overlay.
8008 (org-store-link): Link to `image-mode' with just the file name.
8009
8010 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
8011
8012 * viper-cmd.el (viper-special-read-and-insert-char):
8013 Use read-key-sequence.
8014 (viper-after-change-undo-hook): Misc enhancements.
8015 (viper-after-change-undo-hook): New hook.
8016 (viper-undo): Use viper-after-change-undo-hook.
8017 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
8018 (viper-next-line-at-bol): If point is on a widget or a button, simulate
8019 clicking on that widget/button.
8020
8021 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
8022
8023 * ediff-diff (ediff-test-patch-utility): Catch errors.
8024 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
8025 (ediff-set-actual-diff-options): New function.
8026 (ediff-reset-diff-options, ediff-toggle-ignore-case):
8027 Use ediff-set-actual-diff-options.
8028 (ediff-extract-diffs): Catch errors.
8029 (ediff-whitespace): Add non-breakable space.
8030 (ediff-same-file-contents): Catch errors.
8031
8032 * ediff-mult.el (ediff-collect-custom-diffs):
8033 Save coding-system-for-read.
8034
8035 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
8036 (ediff-vc-internal, ediff-vc-merge-internal):
8037 Use ediff-delete-version-file.
8038 (ediff-delete-version-file): New function.
8039
8040 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
8041
8042 * ediff.el (ediff-directories, ediff-directory-revisions)
8043 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
8044 (ediff-directories-internal, ediff-merge-directory-revisions)
8045 (ediff-merge-directory-revisions-with-ancestor)
8046 (ediff-directories3): Use read-directory-name.
8047
8048 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
8049
8050 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
8051 Remove superfluous part of regexp for brace matching which is handled
8052 by `scan-lists' call.
8053
8054 2006-06-16 Richard Stallman <rms@gnu.org>
8055
8056 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
8057
8058 * files.el (basic-save-buffer-2): For a new precious file,
8059 use the default modes in the return value.
8060
8061 * facemenu.el (facemenu-color-alist): Doc fix.
8062
8063 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
8064
8065 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8066
8067 * cus-start.el (all): Add mac-ts-script-language-on-focus.
8068
8069 * term/mac-win.el (mac-text-encoding-ascii): New constant.
8070 (mac-utxt-to-string): Use it.
8071 (mac-ts-update-active-input-area): Use mac-ae-number.
8072
8073 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8074
8075 * term.el (term-handle-scroll, term-delete-lines)
8076 (term-insert-lines): Fix off by one errors.
8077
8078 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
8079
8080 * net/tramp.el (tramp-touch): Use UTC to express time.
8081
8082 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
8083
8084 * mail/sendmail.el (mail-send): Search explicitly for
8085 mail-header-separator when checking for corrupted header lines.
8086
8087 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
8088
8089 * progmodes/gdb-ui.el (gdb-same-frame): New option.
8090 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
8091 (gdb-init-1): Initialise them.
8092 (gdb-starting): Reset gdb-printing
8093 (gdb-starting): Save value of gud-overlay-arrow-position.
8094 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
8095 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
8096 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
8097 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
8098
8099 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8100
8101 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
8102
8103 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
8104
8105 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
8106 (ldap-search-internal): Keep error messages, and a regexp fix.
8107
8108 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
8109
8110 * files.el (hack-local-variables-confirm):
8111 Display string value using its printed representation.
8112
8113 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
8114
8115 * server.el (server-edit): No-op if no server buffers exist.
8116
8117 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
8118
8119 * textmodes/page-ext.el (pages-directory-for-addresses):
8120 Including `pages-directory-address-mode' in the function results
8121 in the message "Buffer in which pages were found is deleted".
8122
8123 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
8124
8125 * textmodes/org.el (org-agenda-mode-map): Add bindings for
8126 clocking functions.
8127
8128 (org-agenda-clock-in, org-check-running-clock)
8129 (org-clock-out-if-current, org-remove-clock-overlays)
8130 (org-put-clock-overlay): New functions.
8131 (org-clock-marker, org-clock-file-total-minutes)
8132 (org-clock-overlays): New variables.
8133 (org-clock-display, org-clock-sum, org-clock-cancel)
8134 (org-clock-out, org-clock-in): New commands.
8135 (org-export): New function.
8136 (org-emph-re): New constant.
8137 (org-set-emph-re, org-do-emphasis-faces): New functions.
8138 (org-emphasis-regexp-components, org-emphasis-alist): New options.
8139 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
8140 (org-export-html-convert-emphasize): Use the configurable emphasis.
8141 (org-cleaned-string-for-export): Make multiline emphasis visible
8142 to the exporter. New optional argument PARAMETERS.
8143 (org-export-as-html): Specify :emph-multiline parameter to
8144 `org-cleaned-string-for-export'.
8145
8146 2006-06-10 Richard Stallman <rms@gnu.org>
8147
8148 * help.el (help-for-help-internal): Clean up help text.
8149
8150 2006-06-10 Andreas Schwab <schwab@suse.de>
8151
8152 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
8153 in doc string.
8154
8155 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
8156
8157 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
8158
8159 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
8160 spaces after the comment start.
8161
8162 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8163
8164 * play/pong.el (pong-init-buffer):
8165 Fill buffer with spaces instead of ^A.
8166
8167 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
8168 launched asynchronously, delete its process instead of being cool.
8169 (ispell-async-processp): Check for `delete-process' existence
8170 instead of `kill-process' one for consistency.
8171
8172 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
8173
8174 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
8175 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
8176 in mode line at startup.
8177
8178 2006-06-08 Kim F. Storm <storm@cua.dk>
8179
8180 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
8181 (ido-init-completion-maps): Bind them to M-SPC and M-v.
8182 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
8183 (ido-file-internal): Pass full file name to write-file.
8184 (ido-read-internal): Only pop stack elements automatically if they
8185 actually match an existing directory or file name.
8186
8187 2006-06-07 Kenichi Handa <handa@m17n.org>
8188
8189 * international/mule.el (find-auto-coding): Don't handle the short
8190 name `char-trans'.
8191
8192 * files.el (hack-local-variables-prop-line)
8193 (hack-local-variables): Cancel the previous change.
8194
8195 2006-06-06 Jesper Harder <harder@phys.au.dk>
8196
8197 * ediff-diff.el (ediff-test-utility): Protect against file-error.
8198
8199 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
8200
8201 * diff-mode.el (diff-mode): Set buffer-read-only to t when
8202 diff-default-read-only is non-nil.
8203 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
8204 (diff-refine-hunk): Set inhibit-read-only to t.
8205
8206 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
8207 modifying the *Diff* buffer.
8208 (diff-process-filter): New filter function for diff process that
8209 sets inhibit-read-only to t when modifying the *Diff* buffer.
8210
8211 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
8212
8213 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
8214 insertion point and control the number of empty lines.
8215 (org-paste-subtree): Limit the number of empty lines at the end of
8216 the inserted tree.
8217 (org-agenda): Use buffer name of current file for narrowing.
8218 (org-export-as-xml): Command removed.
8219 (org-export-xml-type): Option removed.
8220 (org-mode-map): Call `org-export-as-xoxo' directly.
8221 (org-get-indentation): New optional argument LINE.
8222 (org-fix-indentation, org-remove-tabs): New functions.
8223 (org-export-as-ascii, org-ascii-level-start): Determine and apply
8224 correct indentation for headlines that are converted it items.
8225 (org-skip-comments): Remove table lines that contain narrowing
8226 cookies but no other non-empty fields.
8227 (org-set-tags): Allow groups of mutually exclusive tags.
8228 (org-cmp-time): Sort 24:21 before items without time.
8229 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
8230 (org-open-at-point): Require double colon also for numbers.
8231
8232 2006-06-06 Kim F. Storm <storm@cua.dk>
8233
8234 * ido.el (ido-default-file-method, ido-default-buffer-method):
8235 Make choice values consistent with corresponding command names.
8236 (ido-visit-buffer): Update accordingly. Default to selected-window.
8237
8238 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
8239
8240 * progmodes/gud.el (gud-running): Fix doc string.
8241 (gud-menu-map): Use :visible instead fo :enable for debugger test.
8242 (gud-tooltip-modes): Add python-mode.
8243 (gud-tooltip-print-command): Add pdb. Remove perldb.
8244
8245 2006-06-05 Eli Zaretskii <eliz@gnu.org>
8246
8247 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
8248 Quote $(EMACS).
8249
8250 2006-06-05 Richard Stallman <rms@gnu.org>
8251
8252 * faces.el (defined-colors): Doc fix.
8253
8254 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
8255
8256 * vc.el (vc-process-filter): Inhibit undo info collection around
8257 call to insert.
8258 (vc-setup-buffer): Likewise for call to erase-buffer.
8259 (vc-do-command): Likewise for call to process-file.
8260
8261 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
8262
8263 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
8264 for gud-go.
8265 (gud-common-init): Other debuggers may trigger error.
8266
8267 2006-06-05 Kenichi Handa <handa@m17n.org>
8268
8269 * international/mule.el (find-auto-coding):
8270 Handle enable-character-translation in file header.
8271
8272 2006-06-04 Kim F. Storm <storm@cua.dk>
8273
8274 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
8275 (authors-fixed-entries): Fix spelling.
8276 (authors-canonical-file-name): Don't report error for wildcards.
8277
8278 * help.el (view-emacs-news): Rewrite to support new NEWS,
8279 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
8280 e.g. version 10 matches 1.10, and don't be confused by version 1.1
8281 being a prefix of 1.12 (etc). A numeric prefix arg also works.
8282
8283 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
8284
8285 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
8286 exec constructs like `foo bar`.
8287 (sh-quoted-subshell): New helper function to search for a possibly
8288 nested subshell (like `` or $()) within a "" quoted string.
8289 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
8290 (sh-apply-quoted-subshell): Flag quote characters inside a
8291 subshell, which is itself already in a quoted region, as
8292 punctuation, since this is the closest to what they actually are.
8293 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
8294 sh-apply-quoted-subshell.
8295 (sh-font-lock-syntactic-face-function): Apply the new face for
8296 text inside `` instead of the old font-lock-string-face.
8297
8298 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8299
8300 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
8301 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
8302 (mac-bytes-to-text-range, mac-ae-text-range-array)
8303 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
8304 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
8305 (mac-ts-unicode-for-key-event): New functions.
8306 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
8307 (mac-handle-font-selection): Use mac-ae-number.
8308 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
8309 New variables.
8310 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
8311 (mac-ts-converted-text, mac-ts-selected-converted-text)
8312 (mac-ts-block-fill-text, mac-ts-outline-text)
8313 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
8314 (mac-ts-hilite-style-faces): New constant.
8315 (mac-apple-event-map): Bind text input events.
8316 (mac-dispatch-apple-event): Use command-execute instead of
8317 call-interactively.
8318 (global-map): Don't bind mac-apple-event.
8319 (special-event-map): Bind mac-apple-event.
8320
8321 2006-06-02 Eli Zaretskii <eliz@gnu.org>
8322
8323 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
8324 file name.
8325 (emacs): Enclose the value of $(EMACS) in quotes.
8326
8327 2006-06-02 Juri Linkov <juri@jurta.org>
8328
8329 * international/mule.el (sgml-html-meta-auto-coding-function):
8330 Remove the condition `(search-forward "<html" size t)'.
8331 Replace `\"' with `[\"']?' in `re-search-forward'.
8332
8333 2006-06-02 Kenichi Handa <handa@m17n.org>
8334
8335 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
8336 as well as `coding'.
8337 (hack-local-variables): Likewise.
8338
8339 * international/mule.el (enable-character-translation):
8340 Put permanent-local and safe-local-variable properties.
8341 (find-auto-coding): Handle char-trans: tag.
8342
8343 2006-06-02 Juri Linkov <juri@jurta.org>
8344
8345 * international/mule.el (sgml-html-meta-auto-coding-function):
8346 Limit the search by the end of the HTML header (if any).
8347
8348 2006-06-01 Richard Stallman <rms@gnu.org>
8349
8350 * subr.el (with-current-buffer): Doc fix.
8351
8352 2006-06-02 Masatake YAMATO <jet@gyve.org>
8353
8354 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
8355 Almost rewrite. Underlines over all lines of gcov output are too
8356 uncomfortable to read. Suggested by Dan Nicolaescu.
8357
8358 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
8359
8360 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
8361
8362 * shell.el (shell-mode): Use shell-mode-map in docstring.
8363
8364 * comint.el (comint-send-input): Do not add help-echo and
8365 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
8366
8367 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8368
8369 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
8370
8371 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
8372
8373 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
8374 (gdb-stopped, gdb-info-stack-custom): If there is no source info
8375 look up the stack and pop up GUD buffer if necessary.
8376 (gdb-frames-select): Remove redundant call to gud-display-frame.
8377 (gdb-info-threads-custom): Keep point at start of buffer.
8378 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
8379
8380 2006-05-31 Juri Linkov <juri@jurta.org>
8381
8382 * replace.el (query-replace-read-from, query-replace-read-to):
8383 Bind `history-add-new-input' to nil. Call `add-to-history'.
8384
8385 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
8386
8387 * textmodes/table.el: Convert all HTML tags to lower case for
8388 XHTML compatibility.
8389
8390 2006-05-31 Masatake YAMATO <jet@gyve.org>
8391
8392 * progmodes/compile.el:
8393 (compilation-error-regexp-alist-alist::gcov-called-line):
8394 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
8395
8396 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
8397
8398 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
8399 Revert inadvertent changes made with last commit.
8400
8401 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
8402
8403 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
8404 New functions.
8405
8406 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
8407
8408 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
8409
8410 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
8411 only matches in the right place.
8412 (org-upcoming-deadline): New face.
8413 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
8414 (org-export-ascii-underline): Rename constant `org-ascii-underline'
8415 and make it an option.
8416 (org-export-ascii-bullets): New option.
8417 (org-export-as-html): Many changes to emit valid XHTML.
8418 (org-par-open): New variable.
8419 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
8420 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
8421 (org-timeline): Pass `org-timeline-show-empty-dates' to
8422 `org-get-all-dates'. Interpret empty dates returned by
8423 `org-get-all-dates'.
8424 (org-get-all-dates): New argument EMPTY. Add dates without
8425 entries to the list, mark large ranges of empty dates.
8426 (org-point-in-group, org-context): New functions.
8427
8428 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
8429
8430 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
8431
8432 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
8433 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
8434 to C-mouse-3 (for 2 button mice).
8435 (gdb-send): Do the right thing for C-d.
8436
8437 * speedbar.el (speedbar-detach): Delete.
8438 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
8439 it breaks things.
8440 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
8441
8442 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
8443
8444 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
8445 Makeppfile.
8446
8447 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8448 Add makepp diagnostic.
8449
8450 2006-05-29 Richard Stallman <rms@gnu.org>
8451
8452 * window.el (fit-window-to-buffer): Doc fix.
8453
8454 * help.el (temp-buffer-max-height): Doc fix.
8455
8456 * subr.el (with-current-buffer): Doc fix.
8457
8458 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8459
8460 * term/x-win.el: Bind F10 to menu-bar-start if available.
8461
8462 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
8463
8464 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
8465 uses with a simple test.
8466 (term-set-escape-char, term-mode, term-check-kill-echo-list)
8467 (term-send-raw-string, term-send-raw, term-mouse-paste)
8468 (term-char-mode, term-line-mode, term-exec, term-sentinel)
8469 (term-handle-exit, term-read-input-ring)
8470 (term-previous-matching-input-string)
8471 (term-previous-matching-input-string-position)
8472 (term-previous-matching-input-from-input)
8473 (term-replace-by-expanded-history, term-send-input)
8474 (term-skip-prompt, term-bol, term-send-invisible)
8475 (term-kill-input, term-delchar-or-maybe-eof)
8476 (term-backward-matching-input, term-check-source)
8477 (term-proc-query, term-emulate-terminal)
8478 (term-handle-colors-array, term-process-pager, term-pager-line)
8479 (term-pager-bob, term-unwrap-line, term-word)
8480 (term-dynamic-complete-filename)
8481 (term-dynamic-complete-as-filename)
8482 (term-dynamic-simple-complete): Replace one arm ifs with whens or
8483 unlesses.
8484
8485 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8486
8487 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
8488 during bootstrapping.
8489
8490 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
8491 Basically undo the change of 2006-05-26: use extra arguments instead of
8492 dynamic scoping.
8493 (ewoc-locate): Remove unused var `footer'.
8494
8495 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8496
8497 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
8498
8499 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
8500 (generate-file-autoloads): Obey it. Return whether autoloads were
8501 added at point or not.
8502 (update-file-autoloads): Use this new return value.
8503 Remove redundant test for the presence of an autoload cookie.
8504
8505 * emacs-lisp/autoload.el (autoload-find-file): New fun.
8506 This one calls hack-local-variables.
8507 (generate-file-autoloads, update-file-autoloads): Use it.
8508
8509 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
8510 (bibtex-sort-entry-class): Add safe-local-variable predicate.
8511 (bibtex-sort-entry-class-alist): Don't set the global value.
8512 (bibtex-init-sort-entry-class-alist): New fun.
8513 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
8514 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
8515 of bibtex-init-sort-entry-class.
8516
8517 2006-05-28 Richard Stallman <rms@gnu.org>
8518
8519 * subr.el (load-history-regexp): If FILE is relative, insist
8520 entire last name component must match it.
8521 (load-history-filename-element, load-history-regexp): Doc fixes.
8522
8523 2006-05-29 Kim F. Storm <storm@cua.dk>
8524
8525 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
8526 `pos' and `raw-data' for clarity, as eval forms may access these.
8527
8528 2006-05-28 Kim F. Storm <storm@cua.dk>
8529
8530 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
8531
8532 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8533
8534 * progmodes/make-mode.el (makefile-browser-map)
8535 (makefile-mode-syntax-table): Move initialization inside declaration.
8536 (makefile-fill-paragraph): Use the default comment-filling code.
8537
8538 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
8539
8540 * replace.el (query-replace-defaults): New variable.
8541 (query-replace-read-from): Use `query-replace-defaults' for
8542 default value, instead of history list.
8543 (query-replace-read-to): Update `query-replace-defaults'.
8544
8545 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
8546
8547 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
8548 with no X toolkit.
8549
8550 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
8551
8552 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
8553 (tumme-show-all-from-dir): Add autoload.
8554
8555 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
8556
8557 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
8558 (tumme-remove-tag): Fix bug.
8559
8560 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8561
8562 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
8563 FOOTER args. Update unique caller.
8564 (ewoc-delete): Compute last node once before looping.
8565 (ewoc--node-branch): Merge into unique caller.
8566 (ewoc--node): Don't define constructor make-ewoc--node for this
8567 structure.
8568 (ewoc): Add member `hf-pp' to this structure.
8569 (ewoc--wrap): New func.
8570 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
8571 header/footer pretty-printers. Save header/footer pretty-printer.
8572 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
8573
8574 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
8575
8576 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
8577
8578 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
8579 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
8580 Tag'. Change "Compare directories..." to "Change Directories...".
8581 Move tumme commands to Operate, Regexp and Immediate menus.
8582 Change "Add Comment" to "Add Image Comment". Change "Add Image
8583 Tag" to "Add Image Tags".
8584
8585 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
8586 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
8587 `tumme-delete-tag'.
8588
8589 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
8590
8591 * shell.el (shell-mode): Call shell-dirtrack-mode after
8592 list-buffers-directory is made a local variable, to avoid setting
8593 the default value.
8594
8595 2006-05-26 Kevin Ryde <user42@zip.com.au>
8596
8597 * info.el (Info-index-next): Use where-is-internal to report
8598 actual binding of Info-index-next, rather than hard-coded `,'.
8599
8600 2006-05-26 Eli Zaretskii <eliz@gnu.org>
8601
8602 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
8603 and "Find Command in Manual" to here.
8604
8605 * buff-menu.el (list-buffers-noselect): For Info buffers, use
8606 Info-current-file as the file name.
8607
8608 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
8609
8610 * ses.el (defadvice undo-more): Delete this defadvice. The undo
8611 overrides will now be done a different way.
8612 (ses-set-parameter): Reapply this function for undo.
8613 (ses-set-header-row): Reconstruct header row during undo.
8614 (ses-widen): New function.
8615 (ses-goto-data, ses-reconstruct-all): Use new function.
8616 (ses-command-hook): Widen buffer during undo, before unupdating
8617 the cells.
8618 (ses-insert-row, ses-delete-row): Widen buffer during undo.
8619 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
8620 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
8621 formula hasn't been executed yet.
8622
8623 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
8624
8625 * comint.el (comint-kill-whole-line): Rename arg to count.
8626 Fix doc string.
8627
8628 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
8629
8630 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
8631 to copy-file.
8632
8633 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
8634
8635 * simple.el (toggle-truncate-lines): Make arg optional for
8636 backward compatibility.
8637
8638 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
8639
8640 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
8641 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
8642 DLL arg. Instead, use ewoc--current-dll. Update all callers.
8643 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
8644 (ewoc--adjust): Use ewoc--current-dll.
8645 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
8646
8647 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
8648
8649 * textmodes/org.el (org-next-item, org-previous-item): Emit more
8650 compact error message.
8651 (org-tags-view): Refresh category table in each file.
8652 (org-table-justify-field-maybe): Remove superfluous arguments to
8653 `format'.
8654 (org-export-as-html): Insert "<p>" before postamble.
8655 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
8656
8657 2006-05-26 Kenichi Handa <handa@m17n.org>
8658
8659 * textmodes/po.el (po-find-charset): Pay attention to the case
8660 FILENAME is a cons (NAME . BUFFER).
8661 (po-find-file-coding-system-guts): Likewise.
8662
8663 * arc-mode.el (archive-set-buffer-as-visiting-file):
8664 Call find-operation-coding-system with (FILENAME . BUFFER).
8665
8666 * tar-mode.el (tar-extract): Call find-operation-coding-system
8667 with (FILENAME . BUFFER).
8668
8669 * international/mule.el (decode-coding-inserted-region):
8670 Call find-operation-coding-system with (FILENAME . BUFFER).
8671
8672 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
8673
8674 * image-mode.el (image-toggle-display): Use buffer contents to
8675 generate image for a remote file.
8676
8677 2006-05-25 Juri Linkov <juri@jurta.org>
8678
8679 * replace.el (query-replace-read-from, query-replace-read-to):
8680 Remove 8th arg KEEP-ALL in read-from-minibuffer.
8681
8682 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
8683
8684 * whitespace.el (whitespace-cleanup): Change to cleanup
8685 region if one is active.
8686 * whitespace.el (whitespace-cleanup-internal): New internal method.
8687
8688 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
8689
8690 * dired.el (dired-mode-map): Add help-echo strings to tumme
8691 commands. Bind `tumme-dired-display-image' to C-t i.
8692
8693 * tumme.el (tumme-display-image): Change documentation string slightly.
8694 (tumme-dired-display-image): Add call to `display-buffer'.
8695
8696 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
8697
8698 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
8699 Signal error if RAW-DATA is a multibyte string.
8700
8701 2006-05-24 Richard Stallman <rms@gnu.org>
8702
8703 * subr.el (with-local-quit): When handling `quit' signal,
8704 make a chance for quit-flag to cause a quit.
8705
8706 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
8707 (ad-disable-advice): Add autoloads.
8708
8709 * subr.el (read-passwd): Copy PROMPT before changing its properties.
8710
8711 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
8712
8713 * dired.el (dired-mode-map): Change menu items for tumme as per
8714 suggestions in emacs-devel.
8715
8716 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
8717
8718 * dired.el (dired-mode-map): Fix breakage.
8719
8720 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
8721
8722 * tumme.el (tumme-display-dired-image): Rename to...
8723 (tumme-dired-display-image): ...this.
8724 (tumme-track-movement): Change default value to t.
8725 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
8726 used from `tumme-next-line-and-display' and similar commands.
8727
8728 * dired.el (dired-mode-map): Add Thumbnail submenu under the
8729 Immediate menu. Add some tumme commands there.
8730
8731 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
8732
8733 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
8734
8735 2006-05-24 Chong Yidong <cyd@mit.edu>
8736
8737 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
8738 menu entries that open submenus.
8739
8740 2006-05-24 Alan Mackenzie <acm@muc.de>
8741
8742 * startup.el (command-line): For names of preloaded files, don't
8743 append ".elc" (now done in Fload), and call file-truename on the
8744 lisp directory.
8745
8746 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
8747 match ANY loaded file with the right name, not just those in
8748 load-path. Put a regexp matching the file name into
8749 after-load-alist, rather than the name itself.
8750
8751 * subr.el (load-history-regexp, load-history-filename-element)
8752 (do-after-load-evaluation): New functions.
8753
8754 * international/mule.el (load-with-code-conversion): Do the
8755 eval-after-load stuff by calling do-after-load-evaluation.
8756
8757 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
8758
8759 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
8760 has not been killed.
8761
8762 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8763
8764 * term/mac-win.el: Set idle timer to clean up expired Apple events.
8765 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
8766 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
8767 Optionally set error message in reply.
8768
8769 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
8770
8771 * textmodes/org.el (org-open-at-point): Use renamed variable
8772 `org-confirm-shell-link-function'.
8773 (org-confirm-shell-link-function): Rename from
8774 `org-confirm-shell-links'.
8775 (org-export-directory): New function.
8776 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
8777 (org-export-icalendar): Use `org-export-directory'.
8778 (org-indent-item): Keep cursor position.
8779 (org-link-file-path-type): New option.
8780 (org-export-as-html): Fix bug with plain lists starting in
8781 column 0.
8782 (org-export-as-html): Remove deadline formatting, this happens
8783 now already in `org-html-handle-time-stamps'.
8784 (org-export-html-style): Deadline class removed.
8785 (org-insert-labeled-timestamps-at-point): New option.
8786 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
8787 of `hide-sublevels 1', in case the first headline is not level 1.
8788 (org-overview, org-content): New fuction.
8789 (org-cycle-global-status, org-cycle-subtree-status): Make these
8790 variables buffer-local.
8791 (org-global-cycle): New command.
8792 (org-shifttab): Use `org-global-cycle'.
8793 (org-insert-heading, org-insert-item): Go to end of new
8794 headline/item after creating it.
8795 (org-export-visible): Rename from `org-export-copy-visible'.
8796 Now creates a temporary org-file and applies an exporting command
8797 to it.
8798 (org-table-eval-formula): Support for lisp forms.
8799 (org-agenda-todo-ignore-scheduled): New option.
8800 (org-agenda-get-todos): Use new option
8801 `org-agenda-todo-ignore-scheduled'.
8802 (org-export-html-inline-images): New value `maybe'.
8803 (org-export-as-html): Inlining of images dependent on link description.
8804 (org-archive-subtree): Check for end-of-buffer before trying
8805 `kill-line'.
8806 (org-agenda-follow-mode): New option.
8807 (org-export-with-tags, org-export-with-timestamps): New options.
8808 (org-html-handle-time-stamps): New function.
8809 (org-keyword-time-regexp): New variable.
8810 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
8811 (org-agenda-todo-list-sublevels): New option.
8812 (org-html-level-start): When TITLE is nil, just close all levels.
8813 (org-parse-key-lines, org-parse-export-options): Remove functions,
8814 replaced by `org-infile-export-plist'.
8815 (org-combine-plists, org-infile-export-plist)
8816 (org-default-export-plist): New functions.
8817 (org-export-html-preamble, org-export-html-postamble)
8818 (org-export-html-auto-preamble, org-export-html-auto-postamble):
8819 New variables.
8820 (org-export-publishing-directory): New option.
8821 (org-export-as-html, org-export-as-ascii): Use the new property
8822 lists for settings.
8823 (org-export-copy-visible, org-export-as-xoxo):
8824 Respect `org-export-publishing-directory'.
8825 (org-link-search, org-store-link, org-file-apps): Support for
8826 links to BibTeX database entries..
8827 (org-get-current-options, org-set-regexps-and-options):
8828 Implement logging as a startup option.
8829 (org-store-link): Make sure context string is never empty
8830 (org-insert-link): Use relative path when possible.
8831 (org-at-item-checklet-p): New function.
8832 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
8833 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
8834 (org-metaright, org-metaup, org-metadown, org-shiftup)
8835 (org-shiftdown, org-shiftright, org-shiftleft)
8836 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
8837 Dispatch using `call-interactively'.
8838 (org-call-with-arg): New defsubst.
8839 (org-tag-alist, org-use-fast-tag-selection): New options.
8840 (org-complete): Use `org-tag-alist'.
8841 (org-fast-tag-insert, org-fast-tag-selection): New functions.
8842 (org-next-item, org-previous-item): New commands.
8843 (org-beginning-of-item, org-end-of-item): Add (interactive) to
8844 make command.
8845 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
8846
8847 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
8848
8849 * emacs-lisp/ewoc.el (ewoc-delete): New function.
8850 (ewoc-filter): Use `ewoc-delete'.
8851
8852 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
8853
8854 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
8855
8856 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
8857 Signal more user-friendly error messages.
8858
8859 * complete.el (PC-do-completion): Undo the addition of implicit
8860 wildcards if they did not lead to finding any match.
8861 (read-file-name-internal): Don't add the final > if the completion is
8862 not finished.
8863
8864 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
8865
8866 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
8867 Quote safe-local-variable predicate.
8868
8869 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
8870
8871 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
8872
8873 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8874
8875 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
8876
8877 * progmodes/make-mode.el (makefile-special-targets-list)
8878 (makefile-macro-table, makefile-target-table): Mark as risky.
8879 (makefile-query-one-target-method): Make this the alias for the
8880 following variable.
8881 (makefile-query-one-target-method-function): Make this the real name.
8882
8883 * textmodes/artist.el (artist-text-renderer): Make this the alias
8884 for the following variable.
8885 (artist-text-renderer-function): Make this the real name.
8886
8887 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
8888 the alias for the following variable.
8889 (flyspell-generic-check-word-predicate): Make this the real name.
8890
8891 * textmodes/ispell.el (ispell-format-word): Make this the alias
8892 for the following variable.
8893 (ispell-format-word-function): Make this the real name.
8894 (ispell-message-text-end): Mark as risky.
8895
8896 * skeleton.el (skeleton-transformation, skeleton-filter)
8897 (skeleton-pair-filter): Make these the aliases for the following
8898 variables.
8899 (skeleton-transformation-function, skeleton-filter-function)
8900 (skeleton-pair-filter-function): Make these the real names.
8901
8902 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
8903 and skeleton-pair-filter-function.
8904
8905 * textmodes/sgml-mode.el (sgml-transformation): Make this the
8906 alias for the following variable.
8907 (sgml-transformation-function): Make this the real name.
8908 (sgml-tag-alist): Mark as risky.
8909
8910 2006-05-21 Richard Stallman <rms@gnu.org>
8911
8912 * simple.el (kill-region): Interactively, pass point, then mark.
8913
8914 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
8915
8916 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
8917
8918 2006-05-21 Romain Francoise <romain@orebokech.com>
8919
8920 * dired-x.el (dired-mode-map): Don't bind M-g.
8921
8922 2006-05-20 Richard Stallman <rms@gnu.org>
8923
8924 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
8925 (dired-goto-file): Doc fix.
8926
8927 2006-05-21 Kim F. Storm <storm@cua.dk>
8928
8929 * emulation/cua-base.el: Mention customizing cua-mode as alternative
8930 way to enable built-in cua-mode if user loads older CUA-mode package.
8931
8932 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
8933 if default-filename is specified.
8934
8935 2006-05-20 Eli Zaretskii <eliz@gnu.org>
8936
8937 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
8938
8939 * info.el (info-apropos): Make sure current-file and current-node
8940 have non-nil values. Speed up by using add-to-list instead of
8941 manual consing.
8942
8943 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8944
8945 * progmodes/make-mode.el (makefile-mode): Doc fix.
8946
8947 2006-05-20 Eli Zaretskii <eliz@gnu.org>
8948
8949 * dired-aux.el (dired-do-shell-command): Doc fix.
8950
8951 2006-05-20 Kevin Ryde <user42@zip.com.au>
8952
8953 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
8954 ``(custom-manual :tag "Foo" "(foo)Node")''.
8955
8956 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
8957
8958 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
8959 value is an integer.
8960
8961 2006-05-20 Eli Zaretskii <eliz@gnu.org>
8962
8963 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
8964 "format".
8965 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
8966
8967 2006-05-20 Martin Rudalics <rudalics@gmx.at>
8968
8969 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
8970 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
8971
8972 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
8973
8974 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
8975 regexp for keywords.
8976
8977 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
8978
8979 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
8980 replace-regexp-in-string.
8981
8982 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
8983 encode, and escape file name on conversion to URL.
8984
8985 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8986
8987 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
8988 Don't unescape URL.
8989 (dnd-get-local-file-name): Unescape URL on conversion to file name.
8990
8991 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
8992 on conversion to URLs.
8993
8994 * net/browse-url.el (browse-url-file-url): Encode file name on
8995 conversion to URL.
8996
8997 * term/mac-win.el (mac-ae-open-documents): Escape file name on
8998 conversion to URL.
8999
9000 2006-05-19 Eli Zaretskii <eliz@gnu.org>
9001
9002 * progmodes/cc-styles.el (c-style-alist): Doc fix.
9003
9004 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9005
9006 * term/mac-win.el (mac-bytes-to-digits): Remove function.
9007 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
9008
9009 2006-05-19 Glenn Morris <rgm@gnu.org>
9010
9011 * calendar/diary-lib.el (diary-bahai-date)
9012 (list-bahai-diary-entries, mark-bahai-diary-entries)
9013 (mark-bahai-calendar-date-pattern): Not interactive.
9014 (add-to-diary-list): New optional arg LITERAL. Doc fix.
9015 (diary-entries-list): Change format of 4th element in each entry.
9016 (diary-list-entries): Use add-to-diary-list.
9017 (diary-goto-entry): Handle the case where the buffer visiting the
9018 diary has been killed.
9019 (fancy-diary-display): Add 'locator to button rather than 'marker.
9020 Only generate temp-face when there are marks to apply.
9021 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
9022 (diary-fancy-date-pattern): New variable.
9023 (diary-time-regexp): Doc fix.
9024 (diary-anniversary, diary-time): New faces.
9025 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
9026 diary-time-regexp. Add font-lock-multiline property where needed.
9027 Use new faces diary-anniversary and diary-time.
9028 (diary-fancy-font-lock-fontify-region-function): New function, to
9029 handle multiline font-lock pattern in fancy diary.
9030 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
9031 (diary-font-lock-keywords): Tweak time regexp. Use new face
9032 diary-time.
9033
9034 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
9035
9036 * international/code-pages.el (mik): Table corrected.
9037
9038 2006-05-18 Kim F. Storm <storm@cua.dk>
9039
9040 * progmodes/grep.el (grep-find): Don't check grep-find-command
9041 before running command (breaks non-interactive usage).
9042
9043 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
9044
9045 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
9046 (ewoc--insert-new-node): Don't insert trailing newline.
9047 Instead, adjust successor nodes's start markers.
9048 (ewoc--refresh-node): Delete all text from current node's start
9049 marker to the next one's; adjust successor nodes's start markers.
9050 (ewoc--create): Doc fixes.
9051 (ewoc--refresh): Don't insert newline.
9052 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
9053 * pcvs.el (cvs-make-cvs-buffer):
9054 Specify extra newline for ewoc's header and footer.
9055 (cvs-update-header): Update initial header recognition.
9056 Append newline to final header and footer values.
9057 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
9058
9059 2006-05-17 Richard Stallman <rms@gnu.org>
9060
9061 * files.el (file-name-extension): Doc fix.
9062
9063 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9064
9065 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
9066 we can explicitly enable/disable rather than toggle.
9067 (shell-mode): Use it.
9068 (shell-cd): Don't try to reproduce what `cd' does.
9069
9070 2006-05-17 Kim F. Storm <storm@cua.dk>
9071
9072 * ido.el (ido-read-internal): Use only nondirectory part of
9073 default item.
9074
9075 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
9076
9077 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
9078 (ewoc-nth): Doc fix.
9079
9080 (ewoc-map, ewoc-invalidate): Compute PP before looping.
9081
9082 2006-05-16 Eli Zaretskii <eliz@gnu.org>
9083
9084 * international/mule.el (auto-coding-alist): Add .lha to files
9085 read with no-conversion.
9086
9087 * files.el (auto-mode-alist): Add .lha files to archive file
9088 extensions.
9089
9090 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
9091 Convert csize to integer when computing offsets within the
9092 compressed archive file.
9093
9094 2006-05-16 Kim F. Storm <storm@cua.dk>
9095
9096 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
9097 with read-from-minibuffer.
9098
9099 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
9100
9101 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
9102 (byte-compile-warnings): Fix safe-local-variable property.
9103
9104 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
9105
9106 * allout.el (allout-show-bodies, allout-old-style-prefixes)
9107 (allout-stylish-prefixes, allout-numbered-bullet)
9108 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
9109 predicates to qualify `safe-local-variable' property, when
9110 available, else use equivalent lambda.
9111 (allout-current-topic-collapsed-p): Do the right thing regarding
9112 trailing blank lines.
9113
9114 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9115
9116 * server.el (server-start): Only create a directory if needed.
9117 (server-edit, server-unload-hook): server-start => server-mode.
9118 (kill-emacs-hook): Cleanup upon exit.
9119
9120 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
9121
9122 * hexl.el (hexlify-buffer): Encode process arguments manually.
9123
9124 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
9125
9126 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
9127 call to gdb-tooltip-print.
9128
9129 2006-05-15 Romain Francoise <romain@orebokech.com>
9130
9131 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
9132 systems, default to "tar" since those systems probably have GNU tar.
9133
9134 2006-05-14 Lars Hansen <larsh@soem.dk>
9135
9136 * desktop.el (desktop-missing-file-warning): Fix docstring.
9137 (desktop-restore-file-buffer): Correct question asked on missing file.
9138
9139 2006-05-14 Kim F. Storm <storm@cua.dk>
9140
9141 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
9142 Add CUA move property.
9143
9144 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
9145
9146 * custom.el (custom-push-theme): Load the variable before checking
9147 its `standard-value'.
9148
9149 2006-05-13 Lars Hansen <larsh@soem.dk>
9150
9151 * desktop.el (desktop-save): Use with-temp-buffer.
9152
9153 2006-05-12 Glenn Morris <rgm@gnu.org>
9154
9155 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
9156 * calendar/calendar.el (calendar-mode-map):
9157 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
9158 * calendar/appt.el (appt-check, appt-make-list): Refer to
9159 diary-view-entries, diary-list-entries, diary-show-all-entries
9160 rather than obsolete aliases.
9161
9162 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
9163
9164 * simple.el (line-move-finish): Avoid calling point motion hooks
9165 while processing intangibility.
9166
9167 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
9168
9169 * term/xterm.el (terminal-init-xterm): Fix typo.
9170
9171 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
9172
9173 * allout.el (allout-view-change-hook): Mark as being deprecated,
9174 to be replaced by `allout-exposure-change-hook'.
9175 (allout-exposure-change-hook): New, replacing
9176 `allout-view-change-hook'.
9177 (allout-flag-region): Run new hook `allout-exposure-change-hook',
9178 in addition to `allout-view-change-hook'.
9179 (allout-show-bodies, allout-old-style-prefixes)
9180 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
9181 lambda forms to prevent their showing up in variable help
9182 presentations as inscrutable byte-compiled code.
9183 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
9184 Use string-or-null-p to qualify safe-local-variable values.
9185 (allout-reindent-bodies): Use memq to qualify matches against
9186 valid safe-local-variable values. Also, quote the lambda as above.
9187 (allout-use-mode-specific-leader): Add missing candidate-value
9188 symbols, use memq, and quote the lambda.
9189 (allout-overlay-interior-modification-handler): Remove unused
9190 variables `msg' and 'opened'.
9191 (allout-hidden-p): Constrain invisibility consideration to allout's
9192 invisibility spec, disregarding invisibility for other reasons.
9193
9194 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
9195
9196 * files.el (version-control): Correct safe values.
9197
9198 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
9199
9200 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
9201
9202 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
9203 (ewoc--insert-new-node): New func.
9204 Update callers of deleted funcs to use it, instead.
9205
9206 2006-05-11 Glenn Morris <rgm@gnu.org>
9207
9208 * calendar/calendar.el (diary-show-all-entries): Do not refer to
9209 obsolete alias `show-all-diary-entries'.
9210 (make-diary-entry): Not interactive.
9211 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
9212 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
9213 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
9214 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9215 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
9216 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
9217
9218 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9219
9220 * calendar/calendar.el (calendar-french-date-string)
9221 (calendar-mayan-date-string, calendar-chinese-date-string)
9222 (calendar-astro-date-string, calendar-iso-date-string)
9223 (calendar-islamic-date-string, calendar-bahai-date-string)
9224 (calendar-hebrew-date-string, calendar-coptic-date-string)
9225 (calendar-ethiopic-date-string, calendar-persian-date-string):
9226 These functions are not interactive.
9227
9228 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
9229
9230 * files.el: Balance parentheses.
9231
9232 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
9233
9234 * files.el, newcomment.el, outline.el, simple.el,
9235 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
9236 * progmodes/cc-vars.el, progmodes/compile.el:
9237 Move `safe-local-variable' declarations to the respective files.
9238
9239 * help-fns.el (describe-variable): Don't print safe-var if it is
9240 byte-code. Improve wording as suggested by Luc Teirlinck.
9241
9242 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
9243
9244 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
9245 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
9246 Use a token for pending-triggers to ensure gdb-var-update
9247 gets called once per user input again for pre-GDB 6.4.
9248 (gdb-var-delete): Match on more complex expressions.
9249 (gdb-var-list-children-handler, gdb-var-create-handler):
9250 Use a token for consistency.
9251
9252 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
9253
9254 * textmodes/org.el (org-read-date, org-goto-calendar)
9255 (org-agenda-goto-calendar):
9256 Bind `view-calendar-holidays-initially' to nil.
9257
9258 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
9259
9260 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
9261 Update all callers to do it there, instead.
9262
9263 2006-05-10 Glenn Morris <rgm@gnu.org>
9264
9265 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
9266 prefix arg case, to avoid view-diary-entries-initially error.
9267 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9268 (calendar-date-is-legal-p): Handle dates with no day part.
9269
9270 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
9271
9272 * comint.el (comint-insert-input): Just make it when
9273 comint-use-prompt regexp is nil (default) and with the mouse.
9274 (comint-copy-old-input): Reinstate from 2004-06-23.
9275 (comint-mode-map): Bind C-c C-m to it.
9276
9277 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
9278
9279 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
9280 Remove spurious move to point-max (new comint behavior fixes).
9281
9282 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
9283 compatibility function (Emacs 18/19).
9284 (idlwave-is-continuation-line): Always return point at start of
9285 previous non-blank continuation line.
9286 (keyword-parameters): Fix continued comment font-lock matcher.
9287 (idlwave-font-lock-fontify-region): Written, use as
9288 font-lock-fontify-region-function, to fix continued keyword
9289 fontification issues.
9290
9291 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9292
9293 * term/mac-win.el (mac-font-panel-mode): Doc fix.
9294 (mac-service-selection, mac-service-open-file)
9295 (mac-service-open-selection, mac-service-mail-selection)
9296 (mac-service-mail-to, mac-service-insert-text): Rename from
9297 mac-services-*. All uses changed.
9298 (mac-apple-event-map): Rename event symbol `services' to `service'.
9299
9300 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
9301
9302 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
9303 (ewoc--node-enter-first, ewoc--node-enter-last)
9304 (ewoc--delete-node-internal): Merge funcs into unique callers.
9305
9306 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
9307
9308 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
9309 return value of read-from-minibuffer for empty input.
9310
9311 2006-05-09 Miles Bader <miles@gnu.org>
9312
9313 * comint.el (comint-insert-input): Remove redundant calls to setq
9314 and goto-char.
9315
9316 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
9317
9318 * comint.el (comint-insert-input): Make it work when
9319 comint-use-prompt-regexp is t.
9320
9321 2006-05-10 Miles Bader <miles@gnu.org>
9322
9323 * subr.el (field-at-pos): New function.
9324
9325 * comint.el (comint-insert-input): Use it.
9326
9327 2006-05-09 Juri Linkov <juri@jurta.org>
9328
9329 * battery.el (battery-linux-proc-acpi): Also try
9330 `/proc/acpi/thermal_zone/THR2/temperature'.
9331
9332 * files.el <safe-local-variable>: Remove `eval' and `let' binding
9333 for now unused lambda `string-or-null'.
9334
9335 * add-log.el (change-log-default-name): Put `string-or-null-p'
9336 instead of lambda on `safe-local-variable' property.
9337
9338 * diff-mode.el (diff-context->unified): Use `region-beginning' and
9339 `region-end' instead of `mark' and `point'.
9340 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
9341 Operate on region in Transient Mark mode when the mark is active.
9342 Use `region-beginning' and `region-end' instead of `mark' and
9343 `point'.
9344 (diff-hunk-text, diff-goto-source): Doc fix.
9345
9346 * startup.el (fancy-splash-screens, normal-splash-screen): Use
9347 face `mode-line-buffer-id' for mode-line buffer face instead of
9348 hard-coded `(:weight bold)'.
9349
9350 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
9351 buffer-undo-list to t (undo-ask is reproducible by visiting
9352 nested archives).
9353
9354 2006-05-09 Kim F. Storm <storm@cua.dk>
9355
9356 * progmodes/grep.el (rgrep): Set default directory of *grep*
9357 buffer if we start M-x rgrep in the *grep* buffer and choose
9358 a different base directory.
9359
9360 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
9361
9362 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
9363 completion also when ido is loaded.
9364
9365 2006-05-09 Masatake YAMATO <jet@gyve.org>
9366
9367 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
9368 "warning" and "import".
9369 (cpp-font-lock-keywords): Added "warning".
9370
9371 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
9372
9373 * term/xterm.el (terminal-init-xterm): Add more key bindings.
9374
9375 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9376
9377 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
9378 pages at a time, if we signal the end, we should indeed reach that end.
9379
9380 2006-05-08 David Reitter <david.reitter@gmail.com>
9381
9382 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
9383 output during execution of the body.
9384
9385 2006-05-08 Kim F. Storm <storm@cua.dk>
9386
9387 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
9388
9389 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
9390
9391 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
9392 Use with-current-buffer.
9393
9394 2006-05-07 Kim F. Storm <storm@cua.dk>
9395
9396 * subr.el (add-to-history): Remove keep-dups arg.
9397
9398 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
9399 to nil around call to add-to-history.
9400
9401 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9402
9403 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
9404 than after a buffer modification.
9405
9406 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
9407
9408 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
9409 call to...
9410 (gud-watch): ...here so speedbar is raised for already watched
9411 expressions.
9412 (gdb-speedbar-refresh): Delete function.
9413 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
9414 Use speedbar-timer-fn instead of speedbar-refresh (reverting
9415 earlier change).
9416 (gdb-var-evaluate-expression-handler)
9417 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
9418
9419 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
9420 Update localized contents for all buffers except ignored modes.
9421
9422 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9423
9424 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
9425 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
9426 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
9427 (mac-handle-font-panel-closed, mac-handle-font-selection):
9428 New functions.
9429 (mac-font-panel-mode): New minor mode.
9430 (mac-apple-event-map): Add bindings for toolbar toggle button and
9431 font panel.
9432 (menu-bar-showhide-menu): Add mac-font-panel-mode.
9433
9434 2006-05-07 John Paul Wallington <jpw@pobox.com>
9435
9436 * ibuffer.el (ibuffer-compressed-file-name-regexp):
9437 Avoid `regexp-opt'; simplify regexp for readability.
9438
9439 2006-05-06 Eli Zaretskii <eliz@gnu.org>
9440
9441 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
9442 * files.el (buffer-stale-function):
9443 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
9444 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
9445 links to the main manual, not to emacs-xtra.
9446
9447 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9448
9449 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
9450 MacJapanese if text is ASCII-only.
9451
9452 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
9453
9454 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
9455 unless so nil isn't returned.
9456 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
9457
9458 2006-05-06 Kim F. Storm <storm@cua.dk>
9459
9460 * subr.el (add-to-history): New function.
9461
9462 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
9463 (ediff-merge-files-with-ancestor):
9464 * env.el (setenv):
9465 * isearch.el (isearch-update-ring):
9466 * server.el (server-visit-files):
9467 * progmodes/grep.el (lgrep, rgrep):
9468 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
9469 * progmodes/xscheme.el (xscheme-insert-expression):
9470 Use add-to-history.
9471
9472 * kmacro.el (kmacro-push-ring): Use add-to-history.
9473 (kmacro-ring-length): Remove unused defun.
9474 (kmacro-start-macro): Use kmacro-push-ring.
9475
9476 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
9477
9478 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
9479 directly instead of a lambda expression that calls it.
9480
9481 2006-05-06 Kim F. Storm <storm@cua.dk>
9482
9483 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
9484 instead of compute-motion.
9485
9486 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
9487
9488 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
9489 change.
9490
9491 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
9492
9493 * startup.el (command-line-1): Refer to "Pure Storage" on
9494 pure-space-overflow.
9495
9496 2006-05-05 Martin Rudalics <rudalics@gmx.at>
9497
9498 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
9499 provided faces once they all have been used up.
9500
9501 2006-05-05 Eli Zaretskii <eliz@gnu.org>
9502
9503 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
9504 reference to the Lisp manual to the warning about pure space
9505 overflow.
9506
9507 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9508
9509 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
9510 argument to avoid the call to `ispell-internal-change-dictionary'
9511 when not needed.
9512 (ispell-change-dictionary): Use this argument and call
9513 `ispell-internal-change-dictionary' after the possible change
9514 to `ispell-local-dictionary'.
9515 (ispell-internal-change-dictionary): Check for a change in
9516 personal dictionary use too.
9517
9518 2006-05-05 Eli Zaretskii <eliz@gnu.org>
9519
9520 * startup.el (command-line): On MS-Windows, probe "~", not
9521 "~USER", for warning about non-existent home directory
9522
9523 * arc-mode.el (archive-l-e): New optional argument `float' means
9524 generate a float value.
9525 (archive-arc-summarize, archive-lzh-summarize)
9526 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
9527 with 3rd argument non-nil when file's size is being computed.
9528 Format the file sizes with %8.0f instead of %8d.
9529
9530 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9531
9532 * cus-start.el (all): Add mac-dnd-known-types.
9533
9534 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
9535 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
9536 (mac-TIFF-to-string): New functions.
9537 (x-get-selection, x-selection-value)
9538 (mac-select-convert-to-string): Use them.
9539 (mac-text-encoding-mac-japanese-basic-variant): New constant.
9540 (mac-dnd-types-alist): New customization variable.
9541 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
9542 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
9543 (mac-dnd-handle-drag-n-drop-event): New functions.
9544 (mac-drag-n-drop): Remove function.
9545 (global-map): Bind drag-n-drop and M-drag-n-drop to
9546 mac-dnd-handle-drag-n-drop-event.
9547
9548 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
9549
9550 * progmodes/perl-mode.el (perl-beginning-of-function):
9551 Skip anonymous subs.
9552
9553 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
9554
9555 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
9556 regexp-opt at run time.
9557
9558 * term.el (term-handle-ansi-escape): Fix off by one error.
9559
9560 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
9561
9562 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
9563 (gdb-init-1, gdb-post-prompt): ...and references to it.
9564 (gdb-frame-handler): Strip directory name from filename if present.
9565
9566 * progmodes/gud.el (gdb-force-update): Delete defvar
9567 (gud-speedbar-buttons): ...and references to it. Use window-start
9568 to try to keep positon in watch expression.
9569
9570 2006-05-03 Richard Stallman <rms@gnu.org>
9571
9572 * simple.el (next-history-element, previous-history-element): Doc fix.
9573
9574 * isearch.el (isearch-update-ring): Doc fix.
9575
9576 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
9577
9578 * isearch.el (isearch-update-ring): Take history-delete-duplicates
9579 into consideration. Replace one arm ifs with whens.
9580
9581 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
9582
9583 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
9584 (menu): Fix typo.
9585
9586 2006-05-02 Miles Bader <miles@gnu.org>
9587
9588 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
9589
9590 2006-05-02 Jay Belanger <belanger@truman.edu>
9591
9592 * calc/calc-embed.el (calc-override-minor-modes-map)
9593 (calc-override-minor-modes): New variables.
9594 (calc-do-embedded): Make sure that Calc keystrokes aren't
9595 overwritten by minor modes.
9596
9597 2006-05-02 Chong Yidong <cyd@mit.edu>
9598
9599 * msb.el (msb): If EVENT is a down event, read and discard the up event.
9600
9601 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
9602
9603 * startup.el (command-line-1): Refer to Lisp manual when
9604 pure-space-overflow occurs.
9605
9606 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
9607 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
9608 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
9609 (version-control): Don't use `t' for safe-local-variable declarations.
9610
9611 2006-05-01 Richard Stallman <rms@gnu.org>
9612
9613 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
9614 M-r, M-R, M-A, M-SPC or M-DEL.
9615 (diff-mode-map): diff-refine-hunk now on C-c C-w
9616 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
9617
9618 * help-mode.el (help-mode): view-exit-action calls delete-window
9619 only when it is safe and possible.
9620
9621 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
9622 in messages.
9623
9624 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
9625
9626 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
9627 in the default tool-bar-map.
9628
9629 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
9630
9631 * net/tramp.el (tramp-completion-file-name-handler-alist)
9632 (tramp-run-real-handler, tramp-completion-run-real-handler)
9633 (tramp-completion-handle-file-name-all-completions)
9634 (tramp-completion-handle-file-name-completion): Autoload them.
9635 (tramp-completion-handle-file-exists-p)
9636 (tramp-completion-handle-file-name-directory)
9637 (tramp-completion-handle-file-name-nondirectory)
9638 (tramp-completion-handle-expand-file-name): Remove them.
9639 (tramp-handle-file-name-directory): Return the real directory name.
9640 Returning "/" only doesn't need to be necessary any longer.
9641 (tramp-file-name-handler): Make special attention when in hostname
9642 completion mode.
9643 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
9644 (tramp-register-file-name-handlers):
9645 Register `tramp-completion-file-name-handler' only when
9646 `partial-completion-mode' is enabled.
9647 (tramp-completion-handle-file-name-all-completions):
9648 Delete directory part from results.
9649 (tramp-get-completion-methods, tramp-get-completion-user-host):
9650 Discard deleting "/", it doesn't work after the change of
9651 `tramp-handle-file-name-directory' above.
9652
9653 2006-05-01 Kim F. Storm <storm@cua.dk>
9654
9655 * progmodes/grep.el (grep-expand-template): Use save-match-data
9656 and symbol-value.
9657
9658 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9659
9660 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
9661 Use select-frame-set-input-focus instead of raise-frame.
9662 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
9663
9664 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
9665
9666 * progmodes/gud.el (gud-def): Add %c case.
9667 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
9668 (gud-format-command): Make match case sensitive. Match on %F.
9669
9670 2006-04-30 Glenn Morris <rgm@gnu.org>
9671
9672 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
9673 (cal-tex-preamble): Use cal-tex-preamble-extra.
9674 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
9675 than alias `list-diary-entries'.
9676
9677 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
9678
9679 * help-fns.el (describe-variable): Add info about safe local variables.
9680
9681 2006-04-29 Richard Stallman <rms@gnu.org>
9682
9683 * bindings.el (mode-line-format): help-echo doc fixes.
9684
9685 * net/tramp.el (tramp-file-name-handler-alist): Delete
9686 expand-file-name and other operations that can cause spurious loading.
9687
9688 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9689
9690 * files.el (safe-local-variable-p): Remove support for the special
9691 value t.
9692
9693 * textmodes/paragraphs.el (sentence-end-without-space):
9694 Fix safety predicate.
9695 (sentence-end-double-space, sentence-end-without-period)
9696 (paragraph-ignore-fill-prefix):
9697 * textmodes/fill.el (colon-double-space):
9698 * abbrev.el (abbrev-mode): Tighten the safety predicate.
9699
9700 * subr.el (booleanp): New fun.
9701
9702 * textmodes/reftex-vars.el (reftex-guess-label-type):
9703 Tighten the safety predicate.
9704
9705 2006-04-28 Kim F. Storm <storm@cua.dk>
9706
9707 * progmodes/grep.el (defgroup grep): Doc fix.
9708 (grep-auto-highlight): Remove.
9709 (grep-template): New defcustom.
9710 (grep-find-template): Rename from grep-tree-template.
9711 (grep-files-aliases): Rename from grep-tree-files-aliases.
9712 Remove "all" alias, add "l" alias.
9713 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
9714 (grep-find-ignored-directories): New defcustom to replace
9715 grep-tree-ignore-CVS-directories, to facilitate ignoring
9716 subdirectories for multiple version control systems.
9717 (grep-mode-map): Add Recursive grep item to GREP menu.
9718 (grep-regexp-history, grep-files-history): New defvars.
9719 (grep-probe): New helper function.
9720 (grep-compute-defaults): Use it to simplify code.
9721 Adapt to name changes.
9722 Use `.' as base in grep-find-template rather than <D>.
9723 (grep): Remove superfluous highlight-regexp arg. Fix doc.
9724 Call grep-compute-defaults unconditionally.
9725 (grep-expand-keywords): New defconst.
9726 (grep-expand-template): Rename from grep-expand-command-macros.
9727 Simplify via grep-expand-keywords. Look at case-fold-search instead
9728 of grep-tree-ignore-case to add -i option.
9729 Bind case-fold-search to nil while matching keywords.
9730 (grep-tree-last-regexp, grep-tree-last-files): Remove.
9731 (grep-read-regexp, grep-read-files): New helper functions.
9732 (rgrep): Rename from grep-tree. Rework to use proper histories.
9733 Adapt to changes in defcustoms and functions above.
9734 (lgrep): New command, as grep, but using same interactive UI as rgrep.
9735
9736 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
9737
9738 * net/tramp.el (tramp-completion-file-name-handler):
9739 Disable Tramp's functionality while loading Tramp itself.
9740 (tramp-register-file-name-handlers): That's a defsubst now.
9741 Code from `tramp-repair-jka-compr' moved here. Apply it via
9742 `after-init-hook'.
9743 (tramp-repair-jka-compr): Remove.
9744
9745 2006-04-27 Jay Belanger <belanger@truman.edu>
9746
9747 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
9748 read expression when `math-read-big-expr' doesn't work.
9749
9750 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
9751
9752 * startup.el (command-line-1): Display warning when
9753 pure-space-overflow is non-nil.
9754
9755 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9756
9757 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
9758 risky.
9759
9760 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9761
9762 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
9763 Return the URL or nil if none can be generated.
9764
9765 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
9766
9767 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
9768 byte compiler warnings.
9769 (gud-basic-call, gud-find-expr): Let user select an expression
9770 for printing. Print expression as well as value in GUD buffer.
9771
9772 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
9773
9774 * allout.el: Remove local autoload declaration for
9775 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
9776 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
9777 (allout-plain-bullets-string, allout-distinctive-bullets-string)
9778 (allout-use-mode-specific-leader, allout-old-style-prefixes)
9779 (allout-stylish-prefixes, allout-numbered-bullet)
9780 (allout-file-xref-bullet, allout-presentation-padding)
9781 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
9782 safe-local-variable with suitable value spec, and add autoload
9783 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
9784 (move-beginning-of-line, move-end-of-line): Repair so these compat
9785 functions now actually resituate the point, when appropriate.
9786
9787 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9788
9789 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
9790
9791 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
9792 (add-log-iso8601-time-string): Fix call to format-time-string.
9793
9794 2006-04-26 Kim F. Storm <storm@cua.dk>
9795
9796 * subr.el (posn-string, posn-image, posn-object): Doc fix.
9797
9798 2006-04-26 Masatake YAMATO <jet@gyve.org>
9799
9800 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
9801 Add support for "//" style comments. Remove `b' flag
9802 from ?* in `asm-mode-syntax-table'.
9803
9804 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9805
9806 * follow.el: Use (featurep 'xemacs) everywhere.
9807 (follow-mode): Use define-minor-mode.
9808 (follow-mode-map): Move initialization into the declaration.
9809 Use command remapping.
9810 (follow-emacs-version-xemacs-p): Remove.
9811 (follow-submit-feedback): Remove.
9812
9813 * allout.el (allout-layout, allout-passphrase-verifier-string)
9814 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
9815
9816 * textmodes/reftex-vars.el (reftex-vref-is-default)
9817 (reftex-fref-is-default, reftex-guess-label-type):
9818 Tighten up a bit the safety predicate.
9819
9820 * textmodes/paragraphs.el (sentence-end-double-space)
9821 (sentence-end-without-period, sentence-end-without-space)
9822 (page-delimiter, paragraph-ignore-fill-prefix):
9823 Tighten up a bit the safety predicate.
9824
9825 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
9826
9827 * progmodes/python.el (python-continuation-line-p)
9828 (python-beginning-of-statement): syntax-ppss may return
9829 a negative depth.
9830 (python-mode): Don't forcefully enable font-lock.
9831
9832 * time-stamp.el (time-stamp-start, time-stamp-end)
9833 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
9834
9835 * add-log.el: Remove spurious * in docstrings.
9836 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
9837 (add-change-log-entry): Use it here, since it's not specific
9838 to iso8601.
9839 (add-log-iso8601-time-string): Don't use it here any more.
9840 (change-log-indent-text, change-log-indent): Rename from add-log-*.
9841
9842 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
9843
9844 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
9845
9846 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
9847 (rcirc-toggle-low-priority): Doc fix.
9848 (rcirc-handler-NOTICE): Remove beginning of line anchor in
9849 ChanServ regexp.
9850 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
9851 #emacs.
9852 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
9853 (rcirc-decode-coding-system): Use utf-8 as the default.
9854 (rcirc-multiline-minor-mode): Set the fill-column.
9855 (rcirc-format-response-string): Display bright and dim nicks.
9856 (rcirc-browse-url): Update interactive spec to fill ARG.
9857 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
9858 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
9859
9860 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
9861
9862 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
9863 case for @Article, etc.
9864
9865 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
9866
9867 * net/tramp.el (tramp-register-file-name-handlers): New defun.
9868 Added with autoload cookie.
9869 (tramp-unload-file-name-handlers): Rename from
9870 `tramp-unload-file-name-handler-alist'.
9871
9872 2006-04-23 Romain Francoise <romain@orebokech.com>
9873
9874 * comint.el (comint-match-partial-filename): Doc fix.
9875
9876 2006-04-21 Glenn Morris <rgm@gnu.org>
9877
9878 * calendar/cal-menu.el (calendar-mode-map): Refer to
9879 `diary-view-entries' rather than alias `view-diary-entries'.
9880 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
9881
9882 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
9883
9884 * progmodes/antlr-mode.el (antlr-default):
9885 * cus-edit.el (custom-documentation):
9886 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
9887 in defface.
9888
9889 2006-04-21 Kim F. Storm <storm@cua.dk>
9890
9891 * image.el (image-type): New defun split out of create-image.
9892 (create-image): Use it.
9893
9894 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
9895
9896 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
9897 (org-open-at-point): Remove the "...done" message to keep output
9898 in the echo area visible.
9899 (org-export-as-xoxo): Fix call to `indent-region'.
9900
9901 2006-04-21 Kevin Ryde <user42@zip.com.au>
9902
9903 * international/mule.el (keyboard-coding-system): defcustom
9904 info-link fixes: "Specify Coding" has been split, keyboard now in
9905 "Terminal Coding", and "Single-Byte Character Support" is now
9906 "Unibyte Mode".
9907
9908 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
9909
9910 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
9911 Use font-lock-warning-face for any errors e.g. no stack.
9912 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
9913
9914 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
9915
9916 * progmodes/sh-script.el (sh-shell): Mark as safe.
9917
9918 * newcomment.el (comment-start, comment-start-skip)
9919 (comment-end-skip, comment-end): Mark as safe.
9920
9921 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
9922
9923 * textmodes/org.el (org-deadline-announce): Face removed.
9924 (org-level-faces, org-n-levels): Convert to constant.
9925 (org-compatible-face): New function.
9926 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
9927 (org-level-5, org-level-6, org-level-7, org-level-8)
9928 (org-special-keyword, org-warning, org-headline-done, org-link)
9929 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
9930 (org-scheduled-today, org-scheduled-previously, org-time-grid):
9931 Face definition revised for better color tty support.
9932 (org-bold-re, org-italic-re, org-underline-re): New constants.
9933 (org-set-font-lock-defaults): Use the new constants.
9934 (org-agenda-highlight-todo): New function.
9935 (org-agenda-todo): Fix bug with point at end of line.
9936 (org-agenda-change-all-lines, org-finalize-agenda-entries):
9937 Fontify TODO keywords.
9938 (org-insert-link): Preserve relative path in ../ links.
9939 (org-export-as-html): Convert links pointing to .org files into
9940 links that will work beteen the exported HTML files.
9941 (org-todo-list): Fix bug when arg=0.
9942 (org-insert-heading): More fine-tuning.
9943
9944 2006-04-19 Romain Francoise <romain@orebokech.com>
9945
9946 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
9947 from `rmail-mime-charset-pattern'.
9948
9949 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
9950
9951 * progmodes/python.el (python-mode): Fix typo.
9952
9953 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
9954
9955 * comint.el (comint-previous-input): Don't clobber input line
9956 when moving off either end of the input history ring.
9957 (comint-delete-input): New function, used by
9958 `comint-previous-input' and others.
9959 (comint-previous-matching-input):
9960 Use `coming-delete-input'. Save the partial input if leaving the
9961 edit line. Goto point-max before deleting input to avoid
9962 partial input fragments hanging around.
9963 (comint-restore-input): New function, used by `comint-previous-input'.
9964
9965 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
9966
9967 * imenu.el (imenu--index-alist): Balance parentheses.
9968
9969 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
9970
9971 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
9972
9973 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
9974
9975 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
9976 file is nil.
9977
9978 2006-04-18 Richard Stallman <rms@gnu.org>
9979
9980 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
9981
9982 * imenu.el (imenu-create-index-function, imenu--index-alist)
9983 (imenu--last-menubar-index-alist, imenu--make-index-alist)
9984 (imenu-default-create-index-function, imenu--generic-function):
9985 Doc fixes.
9986
9987 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
9988
9989 * help-mode.el (help-mode): Set view-exit-action to delete window.
9990
9991 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
9992 now works by passing nil as arg.
9993
9994 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
9995
9996 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
9997 (read-abbrev-file): Provide default when reading filename.
9998
9999 * files.el (enable-local-variables): Allow :all as value.
10000 (hack-local-variables): Implement that value.
10001 (safe-local-variable-values, safe-local-eval-forms)
10002 (enable-local-variables): Mark as risky.
10003 (find-file-visit-truename, kept-old-versions): Mark safe.
10004
10005 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
10006 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
10007 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
10008
10009 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10010
10011 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
10012 Use forward-line so as to get to BOL even in the presence of fields.
10013 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
10014 in return.
10015 (inferior-tcl): Tell tclsh to work in interactive mode.
10016
10017 * complete.el (partial-completion-mode):
10018 Use 'choose-completion-string-functions to make sure that
10019 choose-completion fills the minibuffer properly.
10020
10021 * complete.el (PC-old-read-file-name-internal): Remove.
10022 (PC-read-include-file-name-internal): Remove. Turn it into an advice
10023 of read-file-name-internal.
10024 (partial-completion-mode): Enable/disable this advice.
10025
10026 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
10027
10028 * net/tramp.el (tramp-completion-file-name-handler): Revert change
10029 of 2006-04-17.
10030
10031 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
10032
10033 * textmodes/org.el (org-insert-heading): Insert heading before
10034 current if at beginning of line.
10035 (org-todo, org-date): New faces.
10036 (org-table-align): Make sure tooltip window contains full text.
10037 (org-no-properties): New defsubst.
10038 (org-set-font-lock-defaults): Use new faces.
10039
10040 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
10041
10042 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
10043 for root variables.
10044
10045 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
10046 (gdb-frame-address): Re-use to identify frame for watch expression.
10047 (gdb-var-list, gdb-var-create-handler): Add frame address for root
10048 variables.
10049 (gdb-init-1, gdb-source, gdb-post-prompt)
10050 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
10051 (gdb-frame-handler): Get gdb-frame-address.
10052
10053 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
10054
10055 Sync with Tramp 2.0.53.
10056
10057 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
10058 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
10059 (tramp-completion-file-name-handler): Add autoload cookie for
10060 adding to `file-name-handler-alist'.
10061
10062 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
10063 the prompt. If it returns earlier (when detecting an error
10064 message), the rest of the output will merge accidently with the
10065 output of the next command. Reported by M Jared Finder
10066 <jared@hpalace.com>.
10067
10068 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
10069 for `process-file', in order to let it work for older Emacsen too.
10070
10071 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
10072
10073 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
10074 (tex-font-lock-keywords-3): Use it.
10075
10076 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10077
10078 * newcomment.el (comment-add): New function.
10079 (comment-region-default, comment-dwim): Use it.
10080
10081 2006-04-15 Michael Olson <mwolson@gnu.org>
10082
10083 * emacs-lisp/tq.el: Improve comments.
10084 (tq-queue-head-question): New accessor function.
10085 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
10086 Update for modified queue structure.
10087 (tq-queue-add): Accept `question' argument.
10088 (tq-queue-pop): If a question is pending, send it.
10089 (tq-enqueue): Accept new optional argument `delay-question'.
10090 If this is non-nil, and at least one other question is pending a
10091 response, queue the question rather than sending it immediately.
10092
10093 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10094
10095 * calendar/appt.el (appt-add): Check whether an appointment is
10096 already present in appt-time-msg-list. Simplify code.
10097
10098 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10099
10100 * progmodes/cc-langs.el (c-mode-menu):
10101 Don't presume c-subword-mode is bound.
10102
10103 2006-04-13 Bill Wohler <wohler@newt.com>
10104
10105 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
10106 (customize-package-emacs-version): Use cdr instead of cadr now
10107 that alists use dotted pairs.
10108
10109 * custom.el (defcustom): Fix docstring for :package-version.
10110
10111 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
10112
10113 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
10114 (tramp-handle-shell-command): Display output buffer only when
10115 `tramp-display-shell-command-buffer' is true.
10116 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
10117
10118 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
10119
10120 * textmodes/org.el (org-set-autofill-regexps): Set only the local
10121 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
10122
10123 2006-04-13 Romain Francoise <romain@orebokech.com>
10124
10125 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
10126 leaving temporary .cvsignore buffers behind.
10127
10128 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
10129
10130 * textmodes/org.el (org-set-regexps-and-options)
10131 (org-get-current-options): Better names for the startup folding
10132 options.
10133
10134 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
10135
10136 * vc.el (vc-annotate): Arrange for point to end up at the same
10137 line number as in the original, but only when using a new buffer.
10138
10139 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
10140
10141 * files.el (hack-one-local-variable-eval-safep):
10142 Recognize `edebug-form-spec' for `put', but only if it passes
10143 `edebug-basic-spec'. Generalize `put' handling.
10144
10145 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
10146 vetting file-local form specs.
10147
10148 * allout.el (allout-layout): Autoload its `safe-local-variable'
10149 property.
10150
10151 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
10152
10153 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
10154 (org-agenda-mouse-1-follows-link)
10155 (org-mouse-1-follows-link): New options.
10156 (org-format-agenda-item): Fix bug if TAGS is nil.
10157 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
10158
10159 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
10160
10161 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
10162 GDB 6.1+ gives full filename for "info sources" so use
10163 file-name-nondirectory.
10164
10165 2006-04-12 Romain Francoise <romain@orebokech.com>
10166
10167 * subr.el (read-passwd): Bind `message-log-max' to nil.
10168
10169 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10170
10171 * progmodes/perl-mode.el (perl-indent-new-calculate):
10172 Recompute parse-start after jumping backward by a whole sexp.
10173
10174 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10175
10176 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
10177 window configuration.
10178 (vc-annotate-display-select): Select the buffer so that current-buffer
10179 (and selected-window) is the output buffer at the end of vc-annotate.
10180
10181 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
10182
10183 * vc.el (vc-annotate-color-map): Add custom TTY color map for
10184 8-color terminals, to use all of the colors in a sensible order.
10185 256-color terminals work well with the standard map.
10186 (vc-annotate-lines): Only strip the first color character if it
10187 is "#", to allow for terminal-style named colors.
10188 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
10189 the correct buffer is scrolled.
10190
10191 2006-04-11 Richard Stallman <rms@gnu.org>
10192
10193 * emacs-lisp/bytecomp.el (byte-compile-file):
10194 Bind enable-local-variables to :safe, and make normal-mode obey it.
10195
10196 * files.el (enable-local-variables): Allow value :safe.
10197 (normal-mode): Doc fix.
10198 (hack-local-variables): Implement enable-local-variables = :safe.
10199 (hack-local-variables-confirm): Don't prevent quitting.
10200
10201 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10202
10203 * loadhist.el (unload-feature): A bit of sanity check of
10204 load-history entries. Cancel timer-vars before unbinding them.
10205
10206 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
10207 quote special chars, and make the trick work on the hex part of the
10208 buffer as well.
10209 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
10210 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
10211
10212 * startup.el (normal-splash-screen): Fix last change so we don't wait
10213 2 minutes if we don't show the splash screen.
10214
10215 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
10216
10217 * textmodes/org.el (org-export-plain-list-max-depth)
10218 (org-table-spaces-around-separators)
10219 (org-radio-targets, org-activate-camels)
10220 (org-table-spaces-around-invisible-separators): Options removed.
10221 (org-time-stamp-rounding-minutes, org-remember-templates)
10222 (org-ellipsis, org-activate-links, org-descriptive-links):
10223 New options.
10224 (org-remember-apply-template, org-current-time)
10225 (org-finish-edit-table-field)
10226 (org-link-unescape, org-link-escape)
10227 (org-string-width, org-table-clean-line, org-html-do-expand)
10228 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
10229 (org-read-agenda-file-list): New functions.
10230 (org-table-edit-field)
10231 (org-table-create-or-convert-from-region): New commands
10232 (org-table-toggle-vline-visibility): Command removed.
10233 (org-table-convert-region): Made a command.
10234 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
10235 Replace with the normal org- functions.
10236 (org-self-insert-command): Don't trigger realign unnecessarily
10237 when blanking a field that is not full.
10238 (org-mode): `Set buffer-invisibility-spec' for links.
10239 (org-activate-links2): Hide link part and only show descriptive
10240 part of the link.
10241 (org-insert-link): Modify for new linking system.
10242 (org-store-link): Store description separately, for use by
10243 `org-insert-link'.
10244 (org-table-align): Use `org-string-width'.
10245 (defgroup): Completely new group structure for custom variables.
10246 (org-agenda-files): Option: Single file name allowed. Function:
10247 Optional argument unrestrited means ignore any restricitons.
10248 (org-install-agenda-files-menu): Find a buffer in Org-mode before
10249 trying to modify the menu. Use generalized access to
10250 `org-agenda-files.'
10251 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
10252 (org-agenda-file-to-front, org-remove-file, org-diary)
10253 (org-tags-view, org-export-icalendar-all-agenda-files)
10254 (org-export-icalendar-combine-agenda-files): Use generalized
10255 access to `org-agenda-files'.
10256 (org-remember-handler): Correctly preserve heading if present.
10257 (org-table-insert-row, org-table-insert-hline): Deal with
10258 invisible characters.
10259
10260 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
10261
10262 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
10263 (vc-annotate-color-map): New 18 element constant
10264 value/saturation, rotating hue colormap, from red->blue.
10265 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
10266 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
10267 (vc-annotate): To avoid killing the required local variables,
10268 set them before the end of `with-output-to-temp-buffer', and
10269 after first switching to annotate-mode.
10270 (vc-annotate-warp-version): Add buffer argument in goto-line to
10271 ensure annotation, not source, is scrolled.
10272
10273 2006-04-10 Bill Wohler <wohler@newt.com>
10274
10275 * custom.el (defcustom, custom-handle-keyword):
10276 Add :package-version keyword.
10277 (custom-add-package-version): New function. Sets value of new
10278 property 'custom-package-version from :package-version keyword.
10279 (defcustom): Create Common Keywords section in docstring.
10280 (defface, defgroup): Replace definitions of a select few keywords
10281 with a reference to the Common Keywords in defcustom.
10282 (defcustom, defface, defgroup): Replace reference to Customization
10283 chapter in manual with hyperlink.
10284
10285 * cus-edit.el (customize-package-emacs-version-alist): New variable.
10286 (customize-changed-options): Add check for custom-package-version.
10287 (customize-package-emacs-version): New function to look up Emacs
10288 version corresponding to the given package version.
10289
10290 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
10291 defun name, in similar fashion to find-variable-regexp.
10292
10293 2006-04-10 Eli Zaretskii <eliz@gnu.org>
10294
10295 * international/mule-cmds.el (set-locale-environment): Fix last
10296 change for when the locale's preferences don't specify any encoding.
10297
10298 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10299
10300 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
10301 so the defined var/fun doesn't need to be quoted.
10302
10303 2006-04-10 Richard Stallman <rms@gnu.org>
10304
10305 * finder.el (finder-mode-map): Add n and p bindings.
10306
10307 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
10308
10309 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
10310 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
10311 (gdb-setup-windows): Put something in source window if we can't find
10312 the source file.
10313 (gdb-frame-handler): Make it work again with just assembly.
10314 (gdb-data-list-register-values-handler): Make it work when there is
10315 no stack.
10316
10317 2006-04-09 Richard Stallman <rms@gnu.org>
10318
10319 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
10320 specs while looking for charset.
10321
10322 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
10323
10324 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
10325 Make them faces.
10326 (lm-font-lock-keywords): Update appropriately.
10327
10328 2006-04-10 Kim F. Storm <storm@cua.dk>
10329
10330 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
10331 it can also replace buffer-substring-no-properties.
10332
10333 * emulation/cua-base.el (cua-delete-region, cua-paste)
10334 (cua-repeat-replace-region): Use filter-buffer-substring.
10335
10336 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10337 (cua-cut-region-to-global-mark): Likewise.
10338
10339 * emulation/cua-rect.el (cua--extract-rectangle)
10340 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
10341
10342 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10343
10344 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
10345 entry-type. Add field delimiters to numerical fields if they are
10346 not present.
10347
10348 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10349
10350 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
10351 string-const to return value.
10352 (bibtex-remove-delimiters): Use it.
10353
10354 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10355
10356 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
10357 cl-byte-compile-compiler-macro unless it exists.
10358
10359 2006-04-08 Eli Zaretskii <eliz@gnu.org>
10360
10361 * files.el (hack-local-variables-confirm) <offer-save>:
10362 Clarify message text. Suggested by Ralf Angeli.
10363
10364 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10365
10366 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
10367 (delete-extract-rectangle-line): Use `filter-buffer-substring'
10368 instead of `buffer-substring' and `delete-region'. (Most of the
10369 code actually copied from `kill-region'.)
10370
10371 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
10372
10373 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
10374 (rcirc-default-port): Rename from rcirc-port.
10375 (rcirc-default-nick): Rename from rcirc-nick.
10376 (rcirc-default-user-name): Rename from rcirc-user-name.
10377 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
10378 (rcirc-low-priority-flag): New variable.
10379 (rcirc-decode-coding-system): New defcustom.
10380 (rcirc-encode-coding-system): New defcustom.
10381 (rcirc-coding-system-alist): New defcustom.
10382 (rcirc-multiline-major-mode): New defcustom.
10383 (rcirc-nick): New internal variable.
10384 (rcirc-process): Remove variable.
10385 (rcirc-server-buffer): New variable.
10386 (rcirc): Update to use rcirc-default-* variables above.
10387 (rcirc-connect): Do not add window-configuration-hook-here.
10388 (rcirc-server): New internal variable.
10389 (rcirc-connect): Do not send keepalive pings if
10390 rcirc-keepalive-seconds is nil.
10391 (with-rcirc-server-buffer): New macro.
10392 (rcirc-send-string): Encode with rcirc-encode-coding-system.
10393 (rcirc-server-name): Rename from rcirc-server.
10394 (rcirc-buffer-process): New function.
10395 (rcirc-buffer-nick): New function.
10396 (rcirc-buffer-target): Remove function.
10397 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
10398 New commands.
10399 (rcirc-mode-map): Change binding of C-c C-l to
10400 rcirc-toggle-low-priority.
10401 (rcirc-mode): Initialize coding system based on
10402 rcirc-coding-system-alist. New change-major-mode-hook to part the
10403 channel on a mode change. Make kill-buffer-hook buffer-local.
10404 (rcirc-change-major-mode-hook): New function.
10405 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
10406 (rcirc-last-post-time): New variable.
10407 (rcirc-process-message): Store the last time user posted a message
10408 to this target.
10409 (rcirc-multiline-minor-mode): New mode.
10410 (rcirc-multiline-minor-mode-map): New mode map.
10411 (rcirc-edit-multiline): Put multiline-edit buffer in
10412 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
10413 (rcirc-print): Ignore any line starting with an ignored nick.
10414 (rcirc-print): Decode using rcirc-decode-coding-system.
10415 (rcirc-track-minor-mode): Update global-mode-string when disabling
10416 this mode.
10417 (minor-mode-alist): Add LowPri indicator.
10418 (rcirc-toggle-low-priority): New function.
10419 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
10420 next lowpriority buffer with activity.
10421 (rcirc-record-activity): Sort buffers in rcirc-activity by the
10422 last time the user posted a message in to the target.
10423 (rcirc-update-activity-string): New formatting for low priority
10424 buffers.
10425 (rcirc-split-activity): New function.
10426 (rcirc-handler-PART, rcirc-handler-KICK)
10427 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
10428 (rcirc-nick-away-alist): New variable.
10429 (rcirc-handler-301): New handler. Away messages are printed once
10430 per change.
10431
10432 2006-04-08 Eli Zaretskii <eliz@gnu.org>
10433
10434 * info.el (Info-follow-nearest-node): Doc fix.
10435
10436 * international/mule-cmds.el (set-locale-environment): Make sure
10437 the coding-system preferred by the locale's language has the same
10438 EOL conversion type as the original buffer-file-coding-system.
10439 (locale-language-names): Add a few MS Windows language codes.
10440
10441 2006-04-07 Richard Stallman <rms@gnu.org>
10442
10443 * simple.el (eval-expression): Doc fix.
10444
10445 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
10446 (eval-defun): Doc fixes.
10447
10448 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
10449
10450 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
10451
10452 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
10453
10454 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
10455 GDB list command without argument for greater generality.
10456
10457 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
10458
10459 * subr.el (string-or-null-p): New function.
10460
10461 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
10462
10463 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
10464
10465 * files.el: Update comment about safe-local-variable declarations.
10466
10467 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
10468
10469 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
10470 See idlwave.org.
10471
10472 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
10473 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
10474
10475 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
10476 See idlwave.org.
10477
10478 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
10479 version 6.0 (minimal changes). See idlwave.org.
10480
10481 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
10482 6.0 (minimal changes). See idlwave.org.
10483
10484 * progmodes/idlw-rinfo.el: File obsoleted and removed.
10485
10486 2006-04-06 Romain Francoise <romain@orebokech.com>
10487
10488 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
10489 symmetric encryption features and a new asynchronous interface to
10490 GnuPG. This new version is version 1.4, plus whitespace changes.
10491
10492 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
10493
10494 * files.el: Move some `safe-local-variable' declarations to the
10495 respective files.
10496
10497 * textmodes/ispell.el (ispell-check-comments)
10498 (ispell-local-dictionary): Mark as safe.
10499
10500 * abbrev.el (abbrev-mode): Mark as safe.
10501
10502 * add-log.el (change-log-default-name): Mark as safe.
10503
10504 * textmodes/reftex-vars.el (reftex-vref-is-default)
10505 (reftex-fref-is-default, reftex-level-indent)
10506 (reftex-guess-label-type): Mark as safe.
10507
10508 * textmodes/fill.el (colon-double-space): Mark as safe.
10509
10510 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
10511 (sentence-end-double-space, sentence-end-without-period)
10512 (sentence-end-without-space, sentence-end, sentence-end-base)
10513 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
10514
10515 2006-04-06 Kim F. Storm <storm@cua.dk>
10516
10517 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
10518 the :set-after list.
10519 (ido-downcase-unc-hosts): New user option. Default on.
10520 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
10521 when it is set, as regexps are now applied on the fly.
10522 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
10523 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
10524 on the fly, but only when ido-process-ignore-lists is set.
10525 Do case insensitive filtering if ido-downcase-unc-hosts is set.
10526 Only downcase names if ido-downcase-unc-hosts is set.
10527
10528 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
10529
10530 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
10531
10532 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
10533
10534 2006-04-05 Kim F. Storm <storm@cua.dk>
10535
10536 * ido.el (ido-mode): Set after ido-unc-hosts and
10537 ido-ignore-unc-host-regexps.
10538 (ido-save-history): Save ido-unc-hosts-cache.
10539 (ido-load-history): Load ido-unc-hosts-cache.
10540 (ido-reread-directory): Refresh unc hosts cache in // dir.
10541
10542 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
10543 to nil while displaying slash screen.
10544
10545 2006-04-05 Daiki Ueno <ueno@unixuser.org>
10546
10547 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
10548 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10549
10550 2006-04-05 Kenichi Handa <handa@m17n.org>
10551
10552 * international/characters.el: Setup cases of Latin, Greek, and
10553 Cyrillic characters in CJK charsets.
10554
10555 2006-03-29 Daiki Ueno <ueno@unixuser.org>
10556
10557 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10558 default-enable-multibyte-characters. This reverts the change from
10559 revision 6.17 which is no longer necessary because the passphrase
10560 is sent separately now. GnuPG messages are unreadable under
10561 multibyte locales with default-enable-multibyte-characters set to nil.
10562
10563 2006-04-04 Andreas Schwab <schwab@suse.de>
10564
10565 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
10566 and `byte-compile-warnings' as `safe-local-variable'.
10567
10568 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
10569
10570 * man.el (Man-mode-map): Restore the \r binding.
10571 (Man-abstract-xref-man-page): If Man-target-string is a function,
10572 call it.
10573 (Man-highlight-references): Use Man-default-man-entry to get the
10574 target. Deal with xrefs too.
10575 (Man-highlight-references0): Don't call the target function.
10576
10577 * woman.el (WoMan-xref-man-page): Strip the section number, woman
10578 cannot deal with it.
10579
10580 2006-04-04 Daiki Ueno <ueno@unixuser.org>
10581
10582 * pgg-gpg.el: Clean up process buffers every time gpg processes
10583 complete.
10584
10585 2006-04-04 Kenichi Handa <handa@m17n.org>
10586
10587 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
10588 here.
10589 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
10590 Temporarily bind inhibit-field-text-motion to t.
10591
10592 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
10593
10594 * startup.el (normal-splash-screen): Only set mode-line-format in the
10595 splash buffer, so as not to interfere when debugging the code.
10596 Ignore errors when switching buffer.
10597
10598 2006-04-03 Romain Francoise <romain@orebokech.com>
10599
10600 * dired.el (dired-dnd-protocol-alist): Fix typo.
10601
10602 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
10603
10604 * savehist.el (savehist): Add :version.
10605 (savehist-ignored-variables): New variable.
10606 (savehist-minibuffer-hook): Don't save variables listed in
10607 `savehist-ignored-variables'.
10608
10609 * dired.el (dired-dnd-protocol-alist): Mention that change does
10610 only apply to new buffers in doc string.
10611
10612 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
10613
10614 * recentf.el (recentf-open-files-item): Include newline in button
10615 field, so opening a file will work, when the point is at the end
10616 of the file name. Allow, for example, to [i]search a file by
10617 extension and just push RET to open it.
10618
10619 2006-04-03 Daiki Ueno <ueno@unixuser.org>
10620
10621 * pgg-gpg.el (pgg-gpg-process-filter)
10622 (pgg-gpg-wait-for-completion): Check if buffer is alive.
10623
10624 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10625 lines, temporary fix.
10626
10627 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
10628
10629 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
10630
10631 2006-04-02 Richard Stallman <rms@gnu.org>
10632
10633 * progmodes/compile.el (compilation-message-face): Make it defcustom.
10634
10635 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
10636
10637 * ibuf-macs.el (define-ibuffer-column): Add a new key:
10638 header-mouse-map.
10639
10640 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
10641 (ibuffer-mode-header-map): New keymaps.
10642 (ibuffer-update-title-and-summary): Enable mouse face highlighting
10643 and keybindings for column headers.
10644 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
10645 property.
10646
10647 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
10648
10649 * speedbar.el (speedbar-after-create-hook): Doc fix.
10650
10651 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
10652
10653 * shell.el (shell-directory-tracker)
10654 (shell-dynamic-complete-command): Doc fixes.
10655
10656 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
10657
10658 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
10659 terminals.
10660
10661 2006-04-01 Kim F. Storm <storm@cua.dk>
10662
10663 * ido.el (ido-unc-hosts-cache): New defvar.
10664 (ido-unc-hosts): If value of defcustom is a function, call it to
10665 get list of UNC hosts. Add function-item choices to specify
10666 ido-unc-hosts-net-view or user function.
10667 (ido-ignore-unc-host-regexps): New defcustom.
10668 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
10669 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
10670 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
10671
10672 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
10673
10674 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
10675 wwidth.
10676
10677 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
10678
10679 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
10680 (ido-max-work-file-list, ido-switch-buffer)
10681 (ido-read-file-name-as-directory-commands):
10682 Fix typos in docstrings.
10683
10684 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10685
10686 * term/mac-win.el (mac-system-coding-system): Define and use after
10687 Mac-specific coding systems are ready.
10688
10689 2006-03-27 Romain Francoise <romain@orebokech.com>
10690
10691 * net/rcirc.el (rcirc-connect): Add autoload cookie.
10692
10693 * ldefs-boot.el: Update.
10694
10695 2006-03-27 Daiki Ueno <ueno@unixuser.org>
10696
10697 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10698 passphrases when it is not needed.
10699 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10700 passphrase stuff from gpg, should only be necessary when you use
10701 gpg with a smartcard.
10702
10703 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
10704
10705 * comint.el (comint-dynamic-list-completions): Allow user to
10706 select *Completions* buffer.
10707
10708 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
10709
10710 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
10711
10712 2006-03-26 Andreas Schwab <schwab@suse.de>
10713
10714 * progmodes/gud.el (gdb): Only complain about multiple debugging
10715 when the gdb process is still running.
10716
10717 2006-03-25 Eli Zaretskii <eliz@gnu.org>
10718
10719 * mail/rmail.el (tool-bar-map): Defvar it.
10720 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
10721 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
10722
10723 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
10724
10725 * help.el (print-help-return-message): Suggest to use
10726 display-buffer instead of switch-to-buffer-other-window to restore
10727 the previous window without selecting it.
10728
10729 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10730
10731 * frame.el (select-frame-by-name): Call x-focus-frame also when
10732 window-system is mac.
10733
10734 * term/mac-win.el: Adjust Courier font specifications in
10735 x-fixed-font-alist.
10736 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
10737 when directly encoding to UTF-16 in native byte order, no BOM.
10738
10739 2006-03-25 Kim F. Storm <storm@cua.dk>
10740
10741 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
10742 (cua--init-keymaps): Use it instead of fixed C-return.
10743 (cua-mode): Set after it.
10744
10745 * emulation/cua-rect.el (cua--init-rectangles):
10746 Use cua-rectangle-mark-key instead of fixed C-return.
10747
10748 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
10749
10750 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
10751 "run" in .gdbinit.
10752 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
10753
10754 2006-03-24 Romain Francoise <romain@orebokech.com>
10755
10756 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
10757 `display-buffer-other-frame'.
10758
10759 2006-03-24 Kim F. Storm <storm@cua.dk>
10760
10761 * apropos.el (apropos-synonyms): Add selection => region.
10762
10763 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
10764
10765 * progmodes/gdb-ui.el (gdb-var-create-regexp)
10766 (gdb-var-list-children-regexp, gdb-var-update-regexp)
10767 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
10768 (gdb-data-list-register-values-regexp)
10769 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
10770 Future proof against new fields being added to MI output.
10771 (gdb-send): Don't treat backslashes for program input as
10772 continuations.
10773 (gdb-assembler-handler): Don't use window-start for this handler.
10774 (gdb-frame-handler): Don't change to hollow arrow if overlay
10775 arrow doesn't move to new frame.
10776
10777 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
10778
10779 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
10780 prevent compiler warnings.
10781 (gdb-stopped): Check for gud-last-last-frame (case: signal).
10782 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
10783 (gdb-assembler-custom): Use hollow-right-triangle for assembler
10784 buffer too.
10785
10786 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
10787
10788 * pgg-gpg.el (pgg-gpg-update-agent): Check for
10789 make-network-process, so we can use the same code in Gnus v5-10
10790 too and have this file fully synchronized with that release.
10791
10792 2006-03-23 Romain Francoise <romain@orebokech.com>
10793
10794 * ibuf-ext.el (ibuffer-read-filter-group-name):
10795 Use `ibuffer-generate-filter-groups' to make completion list match
10796 the filter groups that are really displayed in the Ibuffer buffer.
10797 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
10798
10799 2006-03-23 Kenichi Handa <handa@m17n.org>
10800
10801 * international/mule-cmds.el (sort-coding-systems): Describe that
10802 the argument is modified in docstring.
10803
10804 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
10805
10806 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10807 (pgg-gpg-update-agent): New function.
10808 (pgg-gpg-use-agent-p): New function.
10809 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10810 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10811 (pgg-gpg-sign-region): Use it.
10812
10813 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
10814
10815 * cus-edit.el (custom-face-set): Call custom-push-theme before
10816 face-spec set so that `changed' theme is correctly saved.
10817 (custom-face-reset-standard): Reset to recalculated face rather
10818 than defface spec.
10819
10820 * custom.el (custom-push-theme): Only save `changed' theme if the
10821 current face does not match the defface specs.
10822
10823 2006-03-21 Simon Josefsson <jas@extundo.com>
10824
10825 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10826 <wilde@sha-bang.de>.
10827 (pgg-gpg-use-agent): New variable.
10828 (pgg-gpg-process-region): Use it.
10829 (pgg-gpg-encrypt-region): Likewise.
10830 (pgg-gpg-encrypt-symmetric-region): Likewise.
10831 (pgg-gpg-decrypt-region): Likewise.
10832 (pgg-gpg-sign-region): Likewise.
10833 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10834
10835 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
10836
10837 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
10838 bracket links.
10839
10840 2006-03-21 Kim F. Storm <storm@cua.dk>
10841
10842 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
10843 fringe-indicator-alist instead of modifying global value.
10844 (gdb-frame-handler): Likewise.
10845
10846 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
10847
10848 * diff-mode.el (diff-function): Make it inherit from diff-header
10849 instead of diff-context.
10850
10851 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
10852 bitmap.
10853 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
10854 change names in macro above for consistency.
10855 (gdb-frame-handler): Use hollow-right-triangle for all selected
10856 frames which except the innermost (where execution has stopped).
10857 (gdb-reset): Reset buffer-local values of overlay-arrow.
10858
10859 2006-03-20 Richard Stallman <rms@gnu.org>
10860
10861 * simple.el (set-mark-command): Doc fix.
10862
10863 * files.el (display-buffer-other-frame): New command.
10864 (ctl-x-4-map): Bind C-x 5 C-o to it.
10865
10866 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10867
10868 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
10869 rather than just defer-time, in case defer-time has been changed but
10870 the timer isn't running yet.
10871 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
10872
10873 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
10874
10875 * help-mode.el (help-follow-symbol): New function.
10876 Essentially identical to the old `help-follow', but do not let
10877 `push-button' do the work when on an xref.
10878 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
10879
10880 2006-03-19 Richard Stallman <rms@gnu.org>
10881
10882 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
10883 preceded by the word `program'.
10884 (help-follow-mouse, help-follow): Throw error if not on xref.
10885 Delete no longer used args.
10886
10887 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
10888
10889 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
10890 annotation ensure gud-overlay-arrow-position is redisplayed.
10891
10892 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10893
10894 * textmodes/bibtex.el (bibtex-include-OPTkey)
10895 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
10896 (bibtex-autokey-name-case-convert)
10897 (bibtex-autokey-titleword-case-convert): Make these the aliases
10898 for the following two variables.
10899 (bibtex-autokey-name-case-convert-function)
10900 (bibtex-autokey-titleword-case-convert-function): Make these the
10901 real names.
10902 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
10903 bibtex-font-lock-crossref sublists.
10904 (bibtex-mode): Revert 2005-12-30 change (which made
10905 completion-ignore-case buffer-local).
10906 (bibtex-url): Simplify.
10907
10908 2006-03-19 Kim F. Storm <storm@cua.dk>
10909
10910 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
10911 cursor property value to 2 (to align with C level change).
10912
10913 2006-03-19 Bill Wohler <wohler@newt.com>
10914
10915 * image.el (image-load-path-for-library): Shorten first line in
10916 docstring.
10917
10918 2006-03-18 Richard Stallman <rms@gnu.org>
10919
10920 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
10921
10922 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
10923
10924 * isearch.el (isearch-other-meta-char): Handle user bindings for
10925 shifted control characters.
10926
10927 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
10928
10929 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
10930 part that matches email addresses, file names, etc.
10931
10932 2006-03-18 Eli Zaretskii <eliz@gnu.org>
10933
10934 * term/w32-win.el (mouse-set-font):
10935 Mention w32-list-proportional-fonts in the doc string.
10936
10937 2006-03-18 Kim F. Storm <storm@cua.dk>
10938
10939 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
10940 (ido-unc-hosts): New user option to explicitly define list of know
10941 UNC-style hosts for completion.
10942 (ido-cache-unc-host-shares-time): New user option.
10943 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
10944 New helper functions for UNC file-name support.
10945 (ido-may-cache-directory): Check for UNC host. Simplify.
10946 (ido-wash-history): Clean out old UNC hosts.
10947 (ido-nonreadable-directory-p): UNC hosts are always readable.
10948 (ido-directory-too-big-p): UNC hosts are never too big.
10949 (ido-set-current-directory): Handle UNC root path.
10950 (ido-file-name-all-completions): Complete UNC host names from
10951 ido-unc-hosts list. Cache UNC host shares.
10952 (ido-make-file-list-1): Don't filter UNC root.
10953 (ido-exhibit): Check for // in root directory, and switch to UNC
10954 mode by setting ido-current-directory to //.
10955
10956 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
10957
10958 * cus-edit.el (customize-changed-options): Mention explicit
10959 version number as default in prompt.
10960
10961 2006-03-17 Bill Wohler <wohler@newt.com>
10962
10963 * image.el (image-load-path-for-library): Minor docstring fix.
10964
10965 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
10966
10967 * textmodes/org.el (org-read-date): Include subgroup 5 into
10968 replacement text.
10969 (org-popup-calendar-for-date-prompt): Fix customization type.
10970
10971 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
10972
10973 * progmodes/gdb-ui.el (gud-watch): Provide completion.
10974 (gdb-continuation): New variable.
10975 (gdb-send): Deal with continuation lines.
10976
10977 * progmodes/gud.el (gud-gdb-complete-command)
10978 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
10979 expressions.
10980 (gud-tooltip-mode): Use buffer-local value.
10981
10982 2006-03-16 Kim F. Storm <storm@cua.dk>
10983
10984 * ido.el (ido-edit-input): Use selected match, if any.
10985
10986 2006-03-16 Bill Wohler <wohler@newt.com>
10987
10988 * image.el (image-load-path-for-library): Prefer user's images in
10989 image-load-path.
10990
10991 2006-03-16 Martin Rudalics <rudalics@gmx.at>
10992
10993 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
10994 when checking for attempt to drag leftmost or rightmost scrollbar.
10995
10996 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
10997
10998 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
10999 (gdb-force-mode-line-update): New function.
11000 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
11001 (gdb-exited): Use them.
11002 (gdb-signal): New function.
11003 (gdb-annotation-rules): Provide a rule for it.
11004
11005 2006-03-16 Kenichi Handa <handa@m17n.org>
11006
11007 * international/mule.el (auto-coding-regexp-alist): Add entries
11008 for Unicode BOM.
11009
11010 * sort.el (sort-build-lists): Temporarily bind
11011 inhibit-field-text-motion to t.
11012
11013 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
11014
11015 * locate.el (locate-command, locate-make-command-line)
11016 (locate-fcodes-file, locate-update-command)
11017 (locate-prompt-for-command, locate, locate-with-filter)
11018 (locate-get-file-positions): Doc fixes.
11019 (locate-buffer-name, locate-header-face): Remove leading `*' in
11020 defcustom.
11021 (locate-filter-output): Use `keep-lines' instead of its alias
11022 `delete-non-matching-lines'.
11023 (locate-get-filename, locate-get-dirname): Add introductory comment.
11024 (locate-find-directory-other-window): Give appropriate error
11025 message if used outside main listing.
11026
11027 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11028
11029 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
11030 the new extend-region feature.
11031 (font-lock-after-change-function): Update correspondingly.
11032 * jit-lock.el (jit-lock-after-change): Update correspondingly.
11033 * progmodes/grep.el (font-lock-lines-before): Don't disable.
11034
11035 2006-03-15 Bill Wohler <wohler@newt.com>
11036
11037 * image.el (image-load-path-for-library): Fix example by not
11038 recommending that one binds image-load-path. Just defvar it to
11039 placate compiler and only use it if previously defined.
11040
11041 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
11042
11043 * textmodes/org.el (org-insert-centered): Use `string-width' to
11044 make underlining work for wide characters.
11045 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
11046 TAB to `org-cycle', to make sure that no binding in
11047 `outline-mode-map' can supercede it.
11048
11049 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
11050
11051 * allout.el: Increment version to 2.2.1 in file commentary.
11052
11053 (allout-version): Increment to 2.2.1.
11054
11055 (allout-default-layout): New customization variable, used when the
11056 file lacks a specific allout-layout. Uses allout-layout-type for
11057 recursively nested definition.
11058
11059 (allout-layout-type): Widget defining allout layouts, necessary for
11060 self-recursive definition.
11061
11062 (allout-mode): Incorporate allout-default-layout as fallback for
11063 allout-layout.
11064
11065 (allout-layout): Mark as 'safe-local-variable', and refer mention
11066 fallback to `allout-default-layout' in absence of a specified value.
11067 (allout-passphrase-verifier-string)
11068 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
11069
11070 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
11071
11072 (allout-get-encryption-passphrase-verifier): Use correct name of
11073 passphrase verifier in docstring.
11074
11075 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
11076
11077 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
11078 elements.
11079 (gdb-find-watch-expression): Make it work for arrays too.
11080 Follow change to gdb-var-list.
11081 (gud-watch): Allow the user to enter variable name with a prexix
11082 arg. Create keybindings.
11083 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
11084 (gdb-var-list-children-handler, gdb-var-update-handler)
11085 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
11086 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
11087 Follow change to gdb-var-list.
11088 (gdb-starting): Don't show the overlay arrows when program is running.
11089
11090 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
11091 gdb-var-list.
11092
11093 2006-03-14 Bill Wohler <wohler@newt.com>
11094
11095 * image.el (image-load-path-for-library): Pass value of path
11096 rather than symbol. Always return list of directories.
11097 Guarantee that image directory comes first.
11098
11099 2006-03-14 Alan Mackenzie <acm@muc.de>
11100
11101 * font-core.el (font-lock-extend-region\(-function\)?.):
11102 New function/variable.
11103
11104 * font-lock.el (font-lock-after-change-function):
11105 Call font-lock-extend-region. Obey font-lock-lines-before.
11106 (font-lock-default-fontify-region): Remove reference to
11107 font-lock-lines-before.
11108
11109 * jit-lock.el (jit-lock-after-change):
11110 Call font-lock-extend-region. Obey font-lock-lines-before.
11111
11112 2006-03-14 David Ponce <david@dponce.com>
11113
11114 * tree-widget.el (tree-widget-themes-load-path)
11115 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11116
11117 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
11118
11119 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
11120 (rcirc-print): Mark the start of text at the end of the prompt.
11121 (rcirc-track-minor-mode): Add autoload cookie.
11122 (rcirc-update-activity-string): Add space to front of mode-line
11123 indicator.
11124
11125 2006-03-13 Miles Bader <miles@gnu.org>
11126
11127 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
11128 (rcirc-abbrev-nick): Remove function.
11129 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
11130
11131 2006-03-13 David Ponce <david@dponce.com>
11132
11133 * tree-widget.el: Handle themes across all occurrences of the main
11134 themes sub-directory found in tree-widget-themes-load-path.
11135 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11136 (tree-widget--locate-sub-directory): Return all occurrences.
11137 (tree-widget-themes-path): New function.
11138 Replace tree-widget-themes-directory, and return a list of directories.
11139 (tree-widget-set-parent-theme)
11140 (tree-widget-lookup-image): Use it.
11141
11142 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
11143
11144 * textmodes/org.el (org-link-search): Avoid self-matching of
11145 links, allow target text to be distributed over several lines.
11146 (org-search-not-link): New function.
11147 (org-set-regexps-and-options, org-get-current-options):
11148 New startup options.
11149 (org-export-as-html): Take odd-level setting from local variable.
11150 (org-fontify-emphasized-text): New option.
11151 (org-set-font-lock-defaults): Include emphasized text.
11152 (org-follow-mhe-link): Allow folder-only links, fix folder name.
11153 (org-font-lock): Customize group renamed from `org-faces'.
11154
11155 2006-03-13 John Paul Wallington <jpw@pobox.com>
11156
11157 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
11158 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
11159
11160 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
11161
11162 * cus-start.el (all): Delete :version keyword for members of the
11163 fringe group, since the entire group is new in 22.1.
11164
11165 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
11166
11167 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
11168 map if value is hexadecimal (an address).
11169 (gud-watch): Only search roots for existing watch expressions.
11170 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
11171 prevent caching problems with speedbar-update-directory-contents.
11172
11173 2006-03-12 Juri Linkov <juri@jurta.org>
11174
11175 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
11176 before comparing with `low' and `warn'.
11177
11178 * info.el (Info-dir-remove-duplicates): Move point to the
11179 beginning of the current line after deleting the entries from
11180 redundant heading. Use marker for `limit' and compare it with
11181 point before calling `re-search-forward'.
11182
11183 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
11184
11185 * simple.el (yank): Fix typo in docstring.
11186
11187 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
11188
11189 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
11190 messages, where "D" is the 6th character.
11191
11192 2006-03-11 Eli Zaretskii <eliz@gnu.org>
11193
11194 * simple.el (yank): Fix last change.
11195
11196 2006-03-11 David Ponce <david@dponce.com>
11197
11198 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
11199 merging elements from the standard ispell-dictionary-alist.
11200 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
11201 alist, and return the new alist.
11202
11203 2006-03-11 Richard Stallman <rms@gnu.org>
11204
11205 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
11206
11207 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
11208 the way it is implemented is too unclean.
11209
11210 * simple.el (kill-region, yank): Doc fix.
11211
11212 * battery.el (battery-echo-area-format): Doc fix.
11213 (battery-mode-line-format): Likewise.
11214 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
11215 (battery-linux-proc-acpi): Ignore batteries that say "charged".
11216
11217 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
11218
11219 * progmodes/octave-mod.el (octave-indent-for-comment):
11220 Behave according to do string.
11221
11222 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
11223
11224 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
11225 Be visible only if major mode is Mail Mode.
11226
11227 * textmodes/flyspell.el (flyspell-external-point-words)
11228 (flyspell-process-localwords): Fix last changes.
11229
11230 2006-03-11 Eli Zaretskii <eliz@gnu.org>
11231
11232 * calendar/holidays.el (list-holidays): Doc fix.
11233
11234 * international/mule.el (auto-coding-alist): Add .odt
11235 (OpenOffice's open document) files.
11236
11237 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
11238 document) files. Mention in the doc string the need to sync with
11239 auto-coding-alist.
11240
11241 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
11242
11243 * files.el (hack-local-variables-confirm): Don't prompt for ! if
11244 enable-local-variables is set to always query, or there is no
11245 savable variable.
11246
11247 2006-03-10 Bill Wohler <wohler@newt.com>
11248
11249 * image.el (image-load-path-for-library): Merge at least three
11250 functions from Gnus and MH-E into this one function that can now
11251 be shared.
11252
11253 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
11254
11255 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
11256 gdb-remove-mouse-face and remove help-echo too.
11257 (gdb-enqueue-input): Correct conditional clause.
11258
11259 2006-03-10 Glenn Morris <rgm@gnu.org>
11260
11261 * calendar/calendar.el (calendar-holidays): Doc fix.
11262 * calendar/holidays.el (list-holidays): Doc fix.
11263
11264 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
11265
11266 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
11267 it gets called in gdb-prompt anyway.
11268 (gdb-use-separate-io-buffer): Only restore window arrangement for
11269 gdb-many-windows.
11270 (gdb-enqueue-input): Make it harder to send GDB input when program
11271 is running.
11272 (gdb-buffer-list): New variable.
11273 (gdb-remove-mouse-face): New function.
11274 (gdb-starting): Use it when GDB input won't get sent.
11275
11276 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
11277
11278 * help.el (view-lossage): Remove trailing whitespace before
11279 inserting "\n".
11280
11281 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
11282
11283 * files.el (hack-local-variables-confirm):
11284 Set coding-system-for-read to nil before writing to .emacs.
11285
11286 * arc-mode.el (archive-extract): Check if an existing buffer name
11287 comes from a different archive.
11288
11289 * help.el (describe-key-briefly): If KEY is a down event, read and
11290 discard the up event.
11291
11292 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
11293
11294 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
11295 be edited and use font-lock-warning-face for any changes.
11296
11297 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
11298 (gdb-edit-value): Use it to report any errors.
11299
11300 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
11301
11302 * help.el (describe-key): Remove leftover test code.
11303
11304 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
11305
11306 * textmodes/org.el: Move defvars out of eval-when-compile.
11307 Use buffer-file-name variable.
11308 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
11309 arg `file'.
11310 (org-level-faces): Remove startup dependency.
11311 (org-cycle, org-map-tree, org-scan-tags)
11312 (org-remember-handler): Don't call `outline-level' directly.
11313 (org-mhe-search-all-folders): New option.
11314 (org-mhe-get-message-folder-from-index)
11315 (org-mhe-get-message-folder): Fix indexing search.
11316 (org-format-agenda-item): Handle nil TAGS argument.
11317 (org-cleaned-string-for-export, org-activate-target-links)
11318 (org-make-target-link-regexp): Deal with empty radio target list.
11319 (org-tag): New face.
11320 (org-get-level-face): New function.
11321 (org-set-font-lock-defaults): Simplify setup for headlines.
11322 (org-complete): Pass common substring to `display-completion-list'.
11323
11324 2006-03-06 David Ponce <david@dponce.com>
11325
11326 * tree-widget.el: Update Commentary header.
11327 (tree-widget-theme-name): Ignore parent themes.
11328 (tree-widget-set-parent-theme): New function.
11329 (tree-widget-set-theme): Use it.
11330 (tree-widget-set-image-properties): Move definition. Does nothing
11331 if image properties have already been set.
11332 (tree-widget-image-properties): Move definition. Receive an image
11333 name. Set the :pointer property.
11334 (tree-widget-lookup-image): Doc fix. Search in parent themes.
11335 Don't set the :pointer image property.
11336 (tree-widget-convert-widget): New function. Handle :dynargs
11337 compatibility here.
11338 (tree-widget): Use it to :convert-widget. Add the :expander-p
11339 predicate to control when the :expander function is entered.
11340 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
11341 (tree-widget-value-create): Handle :expander-p. widget-apply
11342 :expander.
11343 (tree-widget-expander-p): New function. Default value of the
11344 :expander-p property.
11345
11346 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
11347
11348 * help.el (describe-key): Properly handle the return value of
11349 read-key-sequence when grabbing an up-event. Cleanup mouse-1
11350 remaps. Handle string and vector `follow-link' values.
11351
11352 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
11353
11354 * complete.el (PC-expand-many-files): Try be more careful when parsing
11355 the shell's output.
11356
11357 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11358
11359 * outline.el (hide-sublevels): Provide better interactive default.
11360
11361 2006-03-06 Kenichi Handa <handa@m17n.org>
11362
11363 * international/fontset.el (create-fontset-from-fontset-spec):
11364 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
11365
11366 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
11367
11368 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
11369 backslashes instead of one in regexp.
11370 (gud-tooltip-dereference): Add missing optional argument.
11371
11372 2006-03-04 John Paul Wallington <jpw@pobox.com>
11373
11374 * wdired.el (toplevel): Require `cl' at compile-time.
11375
11376 2006-03-04 Andreas Schwab <schwab@suse.de>
11377
11378 * server.el (server-process-filter): Handle errors during
11379 evaluation of the argument.
11380
11381 2006-03-03 John Paul Wallington <jpw@pobox.com>
11382
11383 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
11384 escape parentheses at beginning of line.
11385 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
11386 (t-mouse-mode): Remove period from end of error message.
11387
11388 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
11389
11390 * textmodes/flyspell.el (flyspell-process-localwords):
11391 Be case-sensitive.
11392
11393 2006-03-03 Martin Rudalics <rudalics@gmx.at>
11394
11395 * cus-edit.el (custom-quote): Remove function, since it has been
11396 moved to custom.el.
11397
11398 * font-lock.el (lisp-font-lock-keywords-2)
11399 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
11400 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
11401 they have no special meaning.
11402
11403 * midnight.el (clean-buffer-list): Handle case where base-buffer of
11404 indirect buffer gets killed before indirect buffer. Use dolist.
11405
11406 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
11407
11408 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
11409 value instead of a literal constant (1) on more pauses.
11410
11411 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
11412
11413 * textmodes/flyspell.el (flyspell-external-point-words):
11414 Be case-sensitive.
11415
11416 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
11417
11418 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
11419 with "www".
11420
11421 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
11422
11423 * allout.el: Restablish intermediate missing comment header to
11424 preserve outline structure.
11425 (allout-beginning-of-current-entry): Skip invisible text.
11426 (allout-open-topic): Fix opening a topic at end-of-buffer.
11427 (allout-minor-mode): Move nearer to allout-mode function.
11428
11429 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
11430
11431 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
11432
11433 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
11434
11435 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
11436 is nil.
11437
11438 * progmodes/gud.el (gud-speedbar-menu-items):
11439 Use buffer-local-value and add missing :visible keyword.
11440
11441 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
11442
11443 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
11444
11445 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
11446 must be `follow-link'.
11447
11448 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
11449
11450 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
11451 formatting: No nested anchors.
11452 (org-all-targets): Fix bug with XEmacs compatibility.
11453 (org-read-date): Add (require 'parse-time).
11454 (org-set-tags): Fix bug with extra inserted space.
11455 (org-export-html-style): Define a style class for targets.
11456 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
11457 (org-hide-leading-stars): New option.
11458 (org-hide): New face.
11459 (org-set-font-lock-defaults): Allow to hide leading stars.
11460 (org-get-legal-level, org-tr-level): New functions.
11461 (org-odd-levels-only): New option.
11462 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
11463 (org-demote, org-promote): Deal with double-star levels.
11464 (org-convert-to-odd-levels): New command.
11465
11466 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
11467
11468 * speedbar.el (speedbar-update-localized-contents): Try to
11469 preserve window-start.
11470 (speedbar-update-directory-contents): Try to preserve window-start
11471 and window-point.
11472 (speedbar-update-special-contents): Don't move back to start of window.
11473
11474 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
11475 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
11476 speedbar-timer-fn.
11477 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
11478 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
11479 instead of gdb-speedbar-timer-fn.
11480
11481 2006-02-28 Jay Belanger <belanger@truman.edu>
11482
11483 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
11484 (math-compose-expr): Use latex option when calling
11485 `math-compose-tex-matrix' for latex mode.
11486
11487 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
11488
11489 * speedbar.el: Re-instate comments about developing for speedbar
11490 [this is what info and gdb-ui use even if better methods exist now].
11491
11492 * t-mouse.el: New file.
11493 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
11494 (t-mouse-lispy-buffer-posn-from-coords): Remove.
11495 (t-mouse-make-event-element): Use posn-at-x-y instead.
11496 (t-mouse-make-event): Deal with Fedora Core 3.
11497 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
11498 (t-mouse-mouse-position-function): New function. Use it instead
11499 of advising mouse-position.
11500 (t-mouse-mode): New minor mode.
11501 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
11502
11503 2006-02-27 Glenn Morris <rgm@gnu.org>
11504
11505 * calendar/calendar.el (calendar-holidays): Doc fix.
11506
11507 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
11508
11509 * progmodes/gdb-ui.el (gdb-source-window): New variable.
11510 Re-introduce the concept of a source window.
11511 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
11512 consistency with get-buffer-create.
11513 (def-gdb-auto-update-handler, gdb-info-locals-handler)
11514 (gdb-data-list-register-values-handler)
11515 (gdb-stack-list-locals-handler): Try to preserve window-start as
11516 well as window-point.
11517 (gdb-display-source-buffer): New function (old concept).
11518 (gdb-goto-breakpoint): Use it.
11519
11520 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
11521 for gdb-ui/gdb-mi (old concept).
11522
11523 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
11524
11525 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
11526 binding.
11527
11528 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
11529
11530 * textmodes/reftex-sel.el (reftex-select-label-map)
11531 (reftex-select-bib-map): Add `follow-mouse' binding.
11532
11533 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
11534
11535 * jka-cmpr-hook.el (jka-compr-compression-info-list)
11536 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
11537 Give :set functions to provide automatic updating.
11538 Update docstring. Give compiler defvars early in the file
11539 and move the defcustoms to a later spot where all called functions
11540 are defined.
11541 (jka-compr-file-name-handler-entry): Doc fix.
11542 (jka-compr-compression-info-list--internal)
11543 (jka-compr-mode-alist-additions--internal)
11544 (jka-compr-load-suffixes--internal): New variables.
11545 (jka-compr-install): Set the three above variables.
11546 Update `load-file-rep-suffixes' instead of `load-suffixes'.
11547 (jka-compr-update, jka-compr-set): New functions.
11548 (auto-compression-mode): Doc fix.
11549
11550 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
11551 Update `load-file-rep-suffixes' instead of `load-suffixes'.
11552 Use jka-compr-compression-info-list--internal,
11553 jka-compr-mode-alist-additions--internal and
11554 jka-compr-load-suffixes--internal.
11555
11556 * files.el (load-library):
11557 * loadhist.el (file-loadhist-lookup):
11558 * startup.el (command-line):
11559 * subr.el (locate-library):
11560 * emacs-lisp/autoload.el (update-directory-autoloads):
11561 * emacs-lisp/find-func.el (find-library-suffixes):
11562 Use `get-load-suffixes' instead of `load-suffixes'.
11563
11564 * subr.el (locate-library):
11565 * emacs-lisp/find-func.el (find-library-name):
11566 Use `load-file-rep-suffixes' instead of '("").
11567
11568 2006-02-26 Kim F. Storm <storm@cua.dk>
11569
11570 * ido.el (ido-save-history, ido-load-history): Simplify.
11571 Don't use find-file-noselect to avoid interference from other modes.
11572
11573 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
11574
11575 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
11576 to use the default shell if filename is not available.
11577 Reported by Giorgos Keramidas.
11578
11579 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
11580
11581 * progmodes/etags.el (tags-completion-table): Do completion from
11582 all the tables in the current list, as documented in the manual.
11583
11584 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11585
11586 * CC Mode Update to 5.31.3.
11587
11588 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11589
11590 * progmodes/cc-mode.el (c-postprocess-file-styles):
11591 Bind inhibit-read-only to t, around the call to
11592 c-remove-any-local-eval-or-mode-variables, so that it works on a
11593 RO file.
11594
11595 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11596
11597 * progmodes/cc-awk.el: Correct a typo.
11598
11599 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11600
11601 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
11602 c-hungry-delete-backwards, at the request of RMS. Leave the old
11603 name as an alias.
11604
11605 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11606
11607 * progmodes/cc-mode.el: Correct a typo.
11608
11609 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11610
11611 * progmodes/cc-defs.el: Update the version number to 5.31.3.
11612
11613 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11614
11615 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
11616 brace-else-brace (error due to mbeg, mend being undefined).
11617
11618 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11619
11620 * progmodes/cc-mode.el: File Local variables: Solve the problem
11621 where both `mode' and c-file-offsets are specified: `mode' will
11622 overwrite c-f-o's settings:
11623 (c-remove-any-local-eval-or-mode-variables): New function.
11624 (c-postprocess-file-styles): Call the above new function, within
11625 c-tentative-buffer-change, to splat `mode' and `eval' before the
11626 second hack-local-variables.
11627
11628 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11629
11630 * progmodes/cc-mode.el:
11631 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
11632 (c-after-change): Protect the match data with save-match-data.
11633 It was getting corrupted by c-after-change-check-<>-operators.
11634
11635 * cc-defs.el: [Supersedes patch V1.38]:
11636 (top level): Check for a buggy font-lock-compile-keywords ONLY in
11637 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
11638
11639 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
11640 with save-match-data. It was being corrupted when Font Lock was
11641 not enabled.
11642
11643 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11644
11645 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
11646 Mode and Subword Mode.
11647
11648 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
11649 real labels ("case 1:" or "foo:") from non-labels ("public:").
11650 (c-forward-objc-directive): Replace c-forward-token-2 with crude
11651 coding; c-f-t-2 doesn't move over a token at EOB.
11652
11653 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
11654
11655 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
11656 (c-update-modeline): Concatenate the minor mode indicators
11657 directly onto mode-name, removing c-submode-indicators.
11658 Sometimes, c-s-i got separated from the mode name on the mode line.
11659
11660 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
11661 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
11662
11663 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11664
11665 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
11666 error message when there's an evaluation error to show whether
11667 it's loaded from source or not.
11668 (c-filter-ops): Make it available at runtime too to work when
11669 `c-make-init-lang-vars-fun' needs to evaluate from source.
11670
11671 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
11672
11673 * help.el (help): Revert last part of 2006-02-23 change (deletion
11674 of the `provide' call).
11675
11676 2006-02-23 Juri Linkov <juri@jurta.org>
11677
11678 * compare-w.el (compare-windows-highlight): Add new value
11679 `persistent' and change :type from `boolean' to `choice'.
11680 (compare-windows-overlays1, compare-windows-overlays2):
11681 New internal variables.
11682 (compare-windows-highlight): If compare-windows-highlight is
11683 `persistent', add current overlays to compare-windows-overlays[12]
11684 instead of adding compare-windows-dehighlight to pre-command-hook.
11685 (compare-windows-dehighlight): Delete all overlays from
11686 compare-windows-overlays[12].
11687
11688 * info.el (Info-search): Don't bind search-spaces-regexp to
11689 Info-search-whitespace-regexp in non-regexp isearch mode.
11690
11691 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11692
11693 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
11694
11695 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
11696
11697 * textmodes/org.el (org-xemacs-p)
11698 (org-export-html-show-new-buffer, org-table-may-need-update)
11699 (org-insert-item, org-mhe-get-message-real-folder)
11700 (org-mhe-get-message-folder-from-index)
11701 (org-mhe-get-message-folder, org-mhe-get-message-num)
11702 (org-mhe-get-header, org-make-org-heading-search-string)
11703 (org-make-org-heading-camel, org-table-sort-lines)
11704 (org-format-org-table-html, org-format-table-table-html):
11705 Fix typos in docstrings.
11706
11707 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
11708
11709 * textmodes/org.el (org-cleaned-string-for-export)
11710 (org-solidify-link-text): New function.
11711 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
11712 XEmacs, just to silence the compiler.
11713 (org-export-as-ascii, org-export-as-html-and-open):
11714 Use `org-cleaned-string-for-export' and create internal links.
11715 (org-follow-mhe-link): Require mh-e, use folder.
11716
11717 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
11718
11719 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
11720
11721 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
11722 gdb-debug-log-length.
11723 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
11724 it a real ring but...
11725 (gud-gdba-marker-filter): ...make it work like mark-ring.
11726 (gdb-enable-debug): Rename from gdb-enable-debug-log.
11727 (gdb-mouse-jump): New function. Add bindings.
11728
11729 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
11730
11731 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
11732 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
11733 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
11734 (gdb-debug-log-length): Customize it's length.
11735 (gud-watch, gdb-var-create-handler): Display function::var format
11736 but don't use to create variable object.
11737 (gdb-var-create-handler): Use message-box in place of message.
11738 (gdb-stopped): Call gdb-exited if signalled.
11739
11740 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
11741
11742 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
11743
11744 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
11745
11746 * textmodes/reftex.el (reftex-locate-file): Search all extensions
11747 if `reftex-try-all-extensions' is set.
11748
11749 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
11750 fail silently when there is no valid argument at point.
11751 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
11752 `fail-silently' argument. From a patch by David Reiter.
11753
11754 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
11755 New commands.
11756 (org-mark-ring): New variable.
11757 (org-mark-ring-length): New option.
11758 (org-open-at-point, org-goto, org-open-file): Push old position
11759 onto the mark ring.
11760 (org-add-hook): New function.
11761 (org-export-table-remove-special-lines): New option.
11762 (org-skip-comments, org-format-org-table-html): Respect new
11763 option `org-export-table-remove-special-lines'.
11764 (org-open-file): Allow special command configuration for
11765 directory link.
11766 (org-file-apps): Fix bugs in customize type, added setting
11767 for directories.
11768 (org-activate-tags, org-format-agenda-item, org-complete)
11769 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
11770 (org-get-tags, org-get-buffer-tags, org-open-at-point)
11771 (org-link-search, org-make-org-heading-search-string)
11772 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
11773 (org-radio-targets, org-file-link-context-use-camel-case)
11774 (org-activate-camels): New options.
11775 (org-update-radio-target-regexp, org-all-targets)
11776 (org-make-target-link-regexp, org-activate-target-links):
11777 New functions.
11778 (org-make-org-heading-search-string): New function.
11779 (org-store-link, org-insert-link): Use new option
11780 `org-file-link-context-use-camel-case'.
11781 (org-activate-camels): Use new option `org-activate-camels'.
11782 (org-link-regexp): Add mhe prefix.
11783 (org-open-at-point, org-store-link): Support for mhe links.
11784 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
11785 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
11786 (org-mhe-get-header, org-follow-mhe-link): New functions.
11787 (org-remove-angle-brackets, org-add-angle-brackets):
11788 New functions.
11789 (org-bracket-link-regexp): New constant.
11790 (org-read-date): Fix bug that was rejecting all typed dates.
11791 (org-link-search): Make hierarchy above visible after a match.
11792 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
11793 (org-store-link): Fix bug with link creation when cursor is in
11794 an empty line.
11795 (org-open-at-point): Fix bug with matching a link.
11796 Fixed buggy argument sequence in call to `org-view-tags'.
11797 (org-compile-prefix-format): Set `org-prefix-has-tag'.
11798 (org-prefix-has-tag): New variable.
11799 (org-format-agenda-item): Remove tags from headline
11800 if appropriate.
11801 (org-agenda-remove-tags-when-in-prefix): New option.
11802
11803 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
11804
11805 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
11806 Fix the regular expressions.
11807
11808 2006-02-21 Richard M. Stallman <rms@gnu.org>
11809
11810 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
11811 if there's no other specific basis.
11812
11813 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
11814 as variables at all.
11815 (unsafep-variable): Rename arg; doc fix.
11816
11817 * abbrevlist.el (list-one-abbrev-table): Add autoload.
11818
11819 * calendar/appt.el (diary-selective-display): Add defvar.
11820
11821 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
11822
11823 * isearch.el (search-whitespace-regexp): Fix custom type.
11824
11825 * help.el (describe-key-briefly): Compute interactive args
11826 in same was as before previous change.
11827
11828 * files.el (enable-local-variables): Doc fix.
11829
11830 2006-02-21 Kim F. Storm <storm@cua.dk>
11831
11832 * fringe.el: Cleanup as file is now pre-loaded.
11833 (fringe-bitmaps): Initialize unconditionally.
11834 (fringe-mode, set-fringe-style): Remove autoload cookies.
11835
11836 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
11837
11838 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
11839 `horizontal-bar'.
11840 (fringe-cursor-alist): Use `horizontal-bar'.
11841
11842 2006-02-20 Kim F. Storm <storm@cua.dk>
11843
11844 * fringe.el (fringe-bitmaps): Update to new bitmap names.
11845 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
11846
11847 * loadup.el: Load "fringe" on window systems.
11848
11849 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
11850
11851 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
11852 out of scope components.
11853
11854 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
11855 default.
11856
11857 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
11858
11859 * custom.el (customize-mark-to-save, customize-mark-as-set):
11860 Load the symbol first.
11861
11862 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
11863
11864 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
11865 strech spec so it doesn't display as "^J" on the header line
11866 when `Buffer-menu-use-header-line' is t.
11867
11868 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
11869
11870 * speedbar.el (speedbar-make-button): Keep text properties
11871 of string arguments if desired.
11872
11873 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
11874 expessions.
11875
11876 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
11877 of speedbar.
11878
11879 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
11880
11881 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
11882 to value of `read-file-name-completion-ignore-case'.
11883
11884 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
11885
11886 * custom.el (customize-mark-as-set): Push to `user' theme.
11887
11888 * cus-edit.el (custom-save-variables): Allow unthemed values.
11889 (customize-set-variable): Push setting to `user' theme.
11890
11891 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
11892
11893 * progmodes/gud.el: Don't require font-lock as it's now
11894 automatically loaded.
11895 (gud-speedbar-buttons): Replace gdb-var-changed with
11896 gdb-force-update.
11897
11898 * progmodes/gdb-ui.el (gdb-force-update): Rename from
11899 gdb-var-changed.
11900 (gdb-post-prompt): Use it.
11901 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
11902 (gdb-var-update-handler, gdb-var-delete)
11903 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
11904 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
11905 gdb-force-update in gdb-post-prompt.
11906 (gdb-reset): Clear watch expressions from speedbar when quitting.
11907
11908 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11909
11910 * viper-cmd.el (viper-insert-state-post-command-sentinel)
11911 (viper-change-state-to-vi, viper-change-state-to-emacs):
11912 Make aware of cursor coloring in the Emacs state.
11913 (viper-special-read-and-insert-char): Use read-char-exclusive.
11914 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
11915
11916 * viper-init.el (viper-emacs-state-cursor-color): New variable.
11917
11918 * viper-util.el (viper-save-cursor-color)
11919 (viper-get-saved-cursor-color-in-replace-mode)
11920 (viper-get-saved-cursor-color-in-insert-mode)
11921 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
11922 state.
11923 (viper-get-saved-cursor-color-in-emacs-mode): New function.
11924
11925 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
11926 (ediff-ignore-case-option3, ediff-actual-diff-options)
11927 (ediff-actual-diff3-options): New variables to control case sensitivity.
11928 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
11929 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
11930 (ediff-toggle-ignore-case): New function.
11931 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
11932
11933 * ediff-help.el (ediff-long-help-message-narrow2)
11934 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
11935 (ediff-long-help-message-word-mode): Add ignore-case command.
11936 (ediff-help-for-quick-help): Add ignore-case command.
11937
11938 * ediff-merg.el: Move provide to the end.
11939
11940 * ediff-ptch.el: Move provide to the end.
11941
11942 * ediff-wind.el: Move provide to the end.
11943
11944 * ediff-mult.el: Move provide to the end.
11945 (ediff-set-meta-overlay): Enable follow-link.
11946
11947 * ediff.el: Move provide to the end.
11948 Break recursive load cycle in eval-when-compile.
11949 (ediff-patch-buffer): Better heuristics.
11950
11951 * ediff-util.el: Move provide to the end.
11952 Break recursive load cycle in eval-when-compile.
11953 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
11954 defuns.
11955 (ediff-submit-report): Pass the values of ediff-diff3-program,
11956 ediff-diff3-options.
11957
11958 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
11959
11960 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
11961 the opening bracket of the following bracketing pairs: {}, [], (), <>,
11962 `' (for example, in the docstring of `windmove-default-keybindings').
11963
11964 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
11965
11966 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
11967 shadow face. Don't provide binding to edit variable when it is
11968 out of scope.
11969
11970 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
11971 (gdb-var-update-handler): Detect out of scope variables with pre
11972 GDB 6.4 too.
11973 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
11974 Reset status of variable objects to nil in update handlers.
11975 (gdb-var-update-handler-1): Detect when a variable object comes
11976 in scope. setcar on var changes gdb-var-list directly.
11977
11978 2006-02-17 Juri Linkov <juri@jurta.org>
11979
11980 * ffap.el (ffap) <defface>: Add explicit face declaration.
11981 (ffap-highlight): Use face `ffap' directly instead of checking
11982 for its existence.
11983
11984 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
11985 `visible-ok' of `other-buffer' to find the right original buffer.
11986
11987 * info.el (Info-search): Skip `Local Variables' node.
11988
11989 2006-02-17 Juri Linkov <juri@jurta.org>
11990
11991 * info.el (Info-find-file): Check for symbols `apropos', `history',
11992 `toc' in the input filename, and return these symbols as is.
11993 (Info-find-node-2): Set Info-current-file to symbols `apropos',
11994 `history', `toc' instead of strings.
11995 (Info-set-mode-line): For non-string Info-current-file use the
11996 symbol's name inside **.
11997 (Info-isearch-push-state): Add quote before Info-current-file and
11998 Info-current-node.
11999 (Info-isearch-pop-state): Use `equal' instead of `string='.
12000 (Info-extract-pointer, Info-following-node-name): Use
12001 `match-string-no-properties' instead of `match-string'.
12002 (Info-up): Check `old-file' for `stringp'.
12003 (Info-history): Use `equal' instead of `string-equal'.
12004 Check `file' for `stringp'.
12005 (Info-history): Use symbol `history' instead of string as first arg
12006 of `Info-find-node'.
12007 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
12008 `toc' instead of string.
12009 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
12010 instead of `buffer-substring', and `match-string-no-properties'
12011 instead of `match-string'.
12012 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
12013 instead of strings.
12014 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
12015 Use symbol `apropos' instead of string.
12016 (Info-copy-current-node-name): Check `Info-current-file' for
12017 `stringp' and construct a command with `Info-find-node' from it.
12018 (Info-fontify-node): Use `match-string-no-properties' instead of
12019 `match-string' and check file names for `stringp'.
12020 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
12021 `history', `toc' instead of strings.
12022
12023 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
12024
12025 * files.el: Rearrange functions and variables in the file local
12026 variables section.
12027
12028 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
12029
12030 * files.el: Add truncate-lines, ispell-check-comments and
12031 ispell-local-dictionary as safe local variables.
12032
12033 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
12034
12035 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
12036 out of scope variables.
12037 (gud-speedbar-buttons): Use unless.
12038
12039 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
12040 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
12041 (gdb-show-changed-values): Also use for out of scope variables.
12042 (gdb-var-update-handler-1): Note if variable goes out of scope.
12043
12044 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
12045
12046 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
12047 default to global variable values for unsupplied args.
12048 (rcirc-get-buffer-create): Fix bug with setting the target.
12049 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
12050 test for rcirc-always-use-server-buffer-flag here.
12051 (rcirc-response-formats): Add %N, which is a facified nick. %n
12052 uses the default face. Change the ACTION format string. If the
12053 "nick" is the server, don't print anything for that field.
12054 Comment fixes.
12055 (rcirc-target-buffer): Don't test
12056 rcirc-always-use-server-buffer-flag here.
12057 (rcirc-print): Squeeze extra spaces out of the text before message.
12058 (rcirc-put-nick-channel): Strip potential "@" char from nick
12059 before adding them to nick table.
12060 (rcirc-url-regexp): Improve to match address like "foo.com".
12061
12062 2006-02-17 Eli Zaretskii <eliz@gnu.org>
12063
12064 * allout.el (allout-hidden-p): Move this defsubst before
12065 allout-overlay-interior-modification-handler, where it is first
12066 used.
12067
12068 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
12069
12070 * allout.el: Use allout invisible-text overlays instead of
12071 selective display for concealed text. Also, lots of general
12072 cleanup, and improved compatibility code.
12073
12074 (allout-version) Incremented, corrected, revised, and refined
12075 module commentary.
12076
12077 (provide 'allout): Moved to the bottom, added a require of overlay.
12078
12079 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
12080 `except-current'.
12081 (allout-write-file-hook-handler): Minimize delay.
12082 (count-trailing-whitespace-region): New function so
12083 auto-encryption of current topic can resituate cursor exactly.
12084 PGP/GPG encryption trims trailing whitespace from lines, which
12085 must be accounted for across encryption then decryption.
12086
12087 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
12088 just plain "\C-c", to avoid intruding on user's keybinding space.
12089
12090 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
12091 parameter, so user request to provide a new password is done.
12092
12093 (allout-outside-normal-auto-fill-function, allout-auto-fill):
12094 Refined mechanism for auto-filling behavior while in allout mode.
12095
12096 (allout-mode): Explicitly specify the mode map in the docstring.
12097 Clarify provision for various write-file hook var names.
12098 Adjusted for invisible-text overlays instead of selective-display.
12099
12100 (allout-depth): Really return 0 if not within any topic. This
12101 rectifies `allout-beginning-of-level' and sequence numbering
12102 errors that occur when cutting and pasting numbered topics.
12103 Changed from a in-line subst to a regular function, as well.
12104
12105 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
12106
12107 (allout-end-of-subtree, allout-end-of-subtree)
12108 (allout-end-of-entry, allout-end-of-current-heading)
12109 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
12110 (allout-show-children, allout-show-to-offshoot)
12111 (allout-hide-current-entry, allout-show-current-entry): Rectified
12112 handling of trailing blank lines between items.
12113
12114 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
12115 (allout-current-depth, allout-unprotected, allout-hidden-p)
12116 (allout-on-current-heading-p, allout-listify-exposed)
12117 (allout-chart-subtree, allout-goto-prefix)
12118 (allout-back-to-current-heading, allout-get-body-text)
12119 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
12120 (allout-hide-region-body, allout-toggle-subtree-encryption)
12121 (allout-encrypt-string, allout-encrypted-key-info)
12122 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
12123 (allout-file-vars-section-data): Adjusted for use with
12124 invisible-text overlays instead of selective-display.
12125
12126 (allout-kill-line, allout-kill-topic, allout-yank-processing):
12127 Reworked for use with invisible text overlays.
12128
12129 (allout-current-topic-collapsed-p): New function.
12130
12131 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
12132 to know when to close the containing topic.
12133
12134 (allout-pre-command-business, allout-post-command-business):
12135 Simplify undo-batching and dynamic isearch exposure.
12136
12137 (allout-set-overlay-category): New for invisible-text overlays.
12138 Sets properties of allout-overlay-category, used by
12139 allout-flag-region to set invisible-text overlay properties.
12140 (allout-get-invisibility-overlay): Get the first qualifying
12141 invisibility overlay, so we can find the extent of it.
12142 (allout-back-to-visible-text): Get to just before the beginnining
12143 of the current invisibility overlay, if any.
12144
12145 (allout-overlay-insert-in-front-handler)
12146 (allout-overlay-interior-modification-handler)
12147 (allout-before-change-handler, allout-isearch-end-handler): New
12148 functions to handle extraordinary actions affecting concealed
12149 text.
12150
12151 (allout-flag-region): Use overlays instead of selective-display
12152 for invisible text - by inheritence from the properties of
12153 allout-overlay-category in mainline Emacs, and applied
12154 property-by-property in XEmacs, some recent versions of which
12155 don't inherit the properties from the category. Provisions to
12156 respond to concealed-text edits simplified drastically.
12157
12158 (allout-isearch-rectification, allout-isearch-was-font-lock)
12159 (allout-isearch-expose, allout-enwrap-isearch)
12160 (allout-isearch-abort, allout-pre-was-isearching)
12161 (allout-isearch-prior-pos, allout-isearch-did-quit)
12162 (allout-isearch-dynamic-expose)
12163 (allout-hide-current-entry-completely): Functions deleted.
12164
12165 (allout-undo-aggregation): Explicit undo aggregation no longer
12166 necessary due to transition away from selective-display.
12167
12168 (set-allout-regexp, allout-up-current-level)
12169 (allout-next-visible-heading, allout-forward-current-level)
12170 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
12171 (allout-kill-line, allout-yank-processing, allout-show-children)
12172 (allout-expose-topic, allout-old-expose-topic)
12173 (allout-listify-exposed, allout-insert-latex-header)
12174 (allout-toggle-subtree-encryption, allout-encrypt-string)
12175 (remove-from-invisibility-spec, allout-hide-current-subtree):
12176 Ditched unused variables.
12177
12178 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
12179
12180 * textmodes/ispell.el (ispell-change-dictionary): Call
12181 ispell-buffer-local-dict instead of
12182 ispell-accept-buffer-local-defs.
12183 (ispell-local-dictionary-alist): Accept as valid any coding-system
12184 supported by Emacs.
12185 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
12186 changed to iso-8859-3.
12187
12188 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
12189
12190 * speedbar.el (speedbar-frame-width): Make an inline function
12191 instead of a macro. Use frame-width.
12192 (speedbar-try-completion, speedbar-update-contents)
12193 (speedbar-timer-fn): Use consp.
12194 (speedbar-update-localized-contents): Try to preserve point.
12195
12196 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
12197 (menu): Re-order menu items.
12198 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
12199 field.
12200 (gdb-var-update-handler-1): Use it for GDB 6.4+.
12201 (gdb-post-prompt): Speed things by not forcing update.
12202
12203 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
12204
12205 * wid-edit.el (widget-button-click): For mouse-1, cancel button
12206 press and perform default action if we get a mouse movement event.
12207
12208 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
12209
12210 * calendar/icalendar.el (icalendar--get-event-property)
12211 (icalendar--get-event-property-attributes): Fix typos in
12212 docstrings.
12213
12214 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
12215 docstring.
12216
12217 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
12218
12219 * bs.el (bs-mode): Use `buffer-disable-undo'.
12220 (bs--get-file-name): Simplify.
12221 (bs-show-in-buffer): Mark the buffer as not modified.
12222
12223 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
12224
12225 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
12226 widget-button-click.
12227
12228 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
12229 (custom-mode): Update docstring.
12230
12231 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
12232 binding.
12233
12234 * files.el (hack-local-variables-confirm): Allow scrolling if the
12235 file variable list is too long. Kill temp buffer after use.
12236
12237 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
12238
12239 * progmodes/gud.el (gdb): Improve doc string.
12240 (gdb-script-font-lock-keywords): Expand allowed character set.
12241
12242 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
12243 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
12244 (gdb-separate-io-interrupt, gdb-separate-io-quit)
12245 (gdb-separate-io-stop, gdb-separate-io-eof):
12246 Rename from gdb-inferior-* to gdb-separate-*.
12247 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
12248
12249 2006-02-14 Jay Belanger <belanger@truman.edu>
12250
12251 * calc/calc-arith.el (math-check-known-scalarp): Make sure
12252 expression is a symbol before checking that it is bound.
12253
12254 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
12255 test to see if equation can be solved.
12256
12257 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
12258
12259 * wid-edit.el (widget-button-click): Use :pressed-face property
12260 for overlay face, if it exists.
12261
12262 * cus-edit.el (custom-manual, custom-add-see-also)
12263 (custom-add-parent-links, custom-group-link): Add :pressed-face
12264 property to links.
12265
12266 * files.el (hack-local-variables): Remove ignored variables before
12267 checking if any variables need setting.
12268
12269 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12270
12271 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
12272
12273 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
12274
12275 * help.el (where-is): Fix message for remapped commands.
12276
12277 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
12278 Fix typos in docstrings.
12279
12280 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
12281
12282 * files.el (safe-local-variable-values): New option.
12283 (hack-local-variables-prop-line): Return a list of variable-value
12284 pairs if MODE-ONLY is non-nil.
12285 (hack-local-variables): Construct list of variable-value pairs,
12286 and apply or reject them in one go. Ask for confirmation if
12287 variables are not known safe.
12288 (hack-local-variables-confirm): Complete rewrite. Support
12289 `safe-local-variable-values'.
12290 (enable-local-variables): Update docstring to reflect new
12291 behavior.
12292 (ignored-local-variables): Ignore ignored-local-variables and
12293 safe-local-variable-values.
12294 (safe-local-variable-p): New function.
12295 (risky-local-variable-p): `safe-local-variable' property check
12296 moved to safe-local-variable-p.
12297 (hack-one-local-variable): Checks moved to hack-local-variables.
12298
12299 (byte-compile-dynamic, c-basic-offset, c-file-style)
12300 (c-indent-level, comment-column, fill-column, fill-prefix)
12301 (indent-tabs-mode, kept-new-versions, no-byte-compile)
12302 (no-update-autoloads, outline-regexp, page-delimiter)
12303 (paragraph-start, paragraph-separate, sentence-end)
12304 (sentence-end-double-space tab-width, version-control):
12305 Add `safe-local-variable' property.
12306
12307 * find-lisp.el: Delete nonexistent `autocompile' file variable.
12308
12309 * icomplete.el, play/landmark.el: Change nonexistent
12310 `outline-layout' file variable to `allout-layout'.
12311
12312 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
12313
12314 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
12315 (gdb-get-changed-registers): Test value of gud-minor-mode relative
12316 to gud-comint-buffer.
12317 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
12318 gdb-ui.el for gdb-mi.el.
12319 (gdb-post-prompt, gdb-get-changed-registers): Move test for
12320 registers buffer to gdb-get-changed-registers.
12321 (gdb-breakpoint-regexp): New regexp. Allow toggling and
12322 deletion of catchpoints (throw and catch).
12323 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
12324 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
12325 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
12326 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
12327 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
12328
12329 2006-02-13 Jay Belanger <belanger@truman.edu>
12330
12331 * calc/calc-arith.el (math-check-known-matrixp): Make sure
12332 expression is a symbol before checking that it is bound.
12333
12334 2006-02-13 Richard M. Stallman <rms@gnu.org>
12335
12336 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
12337 for the minibuffer too, but not if resize-mini-windows will interfere.
12338
12339 * help.el (describe-key-briefly, describe-key): Do all arg-reading
12340 inside `interactive' spec.
12341 (describe-key-briefly-internal, describe-key-internal):
12342 Functions merged back into their callers.
12343
12344 2006-02-13 Martin Rudalics <rudalics@gmx.at>
12345
12346 * info.el (info-xref-visited): Inherit from info-xref too.
12347 (Info-set-mode-line): Replace occurrences of `%' by `%%'
12348 when propertizing Info-current-file and Info-current-node.
12349
12350 2006-02-13 Juri Linkov <juri@jurta.org>
12351
12352 * tumme.el (tumme-thumbnail-storage): Fix docstring.
12353 (tumme-thumb-name): Fix per-directory format.
12354
12355 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
12356
12357 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
12358
12359 2006-02-12 Miles Bader <miles@gnu.org>
12360
12361 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
12362
12363 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
12364
12365 * tumme.el: Remove history section. If someone needs the it, it
12366 can always be found in CVS.
12367
12368 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
12369
12370 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
12371 about the Thumbnail Managing Standard option.
12372
12373 2006-02-12 Richard M. Stallman <rms@gnu.org>
12374
12375 * subr.el (substitute-key-definition): Doc fix.
12376
12377 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
12378
12379 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
12380
12381 * info.el (Info-mode): Doc fix.
12382
12383 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
12384
12385 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
12386
12387 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
12388 because on Solaris a POSIX compatible "id" is needed. Reported by
12389 Magnus Henoch <mange@freemail.hu>.
12390
12391 2006-02-12 Juri Linkov <juri@jurta.org>
12392
12393 * tumme.el: Remove todo item about Thumbnail Managing Standard.
12394 (tumme) <defgroup>: Change :group to `multimedia'.
12395 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
12396 Managing Standard.
12397 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
12398 Fix dostring.
12399 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
12400 and %y. Fix docstring.
12401 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
12402 (tumme-cmd-create-standard-thumbnail-command): New user options.
12403 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
12404 is `standard'. Fix docstring.
12405 (tumme-thumb-width, tumme-thumb-height): New user options.
12406 (tumme-external-viewer): Try to find various viewers.
12407 (tumme-get-thumbnail-image): Use `create-image' instead of
12408 constructing the `image' structure.
12409 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
12410 `standard'.
12411 (tumme-thumb-name): Add file name generation for standard storage.
12412 Simplify code for other storages.
12413 (tumme-thumb-name): Use width %w and height %h instead of size %s.
12414 Add modification time %m and thumbnail-nq8 %q.
12415 Use `tumme-cmd-create-standard-thumbnail-command' if
12416 tumme-thumbnail-storage is `standard'.
12417 (tumme-dired-insert-marked-thumbs): New autoload command.
12418 (tumme-dired-after-readin-hook): New function.
12419 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
12420 `tumme-thumb-size'.
12421 (tumme-display-image): Replace size-x %x and size-y %y with
12422 width %w and height %h.
12423
12424 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
12425 `tumme-dired-insert-marked-thumbs'.
12426
12427 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
12428
12429 * tumme.el (tumme-write-tag): Fix small bug (file name did not
12430 include path).
12431 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
12432 matching tag.
12433
12434 2006-02-12 Miles Bader <miles@gnu.org>
12435
12436 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
12437 New variables.
12438 (rcirc-abbrev-nick): New function.
12439 (rcirc-format-response-string): Rewrite to use the formats in
12440 `rcirc-response-formats' and expand escape sequences therein.
12441 A text-property `rcirc-text' is added over the actual response
12442 text to make easy to find inside the returned string.
12443 (rcirc-print): When filling, just look for the `rcirc-text'
12444 text-property to find the appropriate fill prefix, instead of
12445 using hardwired patterns.
12446
12447 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
12448
12449 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
12450 Managing Standard.
12451
12452 2006-02-11 Kim F. Storm <storm@cua.dk>
12453
12454 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
12455 Don't use insert-buffer; do insert-buffer-substring directly.
12456 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
12457
12458 2006-02-11 Martin Rudalics <rudalics@gmx.at>
12459
12460 * files.el (revert-buffer, recover-file): Replace buffer-read-only
12461 with inhibit-read-only. Suggested by Stefan Monnier.
12462 (revert-buffer): Let insert-file-contents discard
12463 buffer-undo-list. Simplify code.
12464 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
12465
12466 2006-02-11 Eli Zaretskii <eliz@gnu.org>
12467
12468 * menu-bar.el (menu-bar-select-yank): Add a doc string.
12469
12470 * help.el (describe-key-briefly): Now a wrapper for
12471 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
12472 to t. Populate yank-menu if empty.
12473 (describe-key-briefly-internal): Renamed from describe-key-briefly.
12474 (describe-key): Now a wrapper for describe-key-internal. Bind
12475 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
12476 (describe-key-internal): Renamed from describe-key.
12477
12478 2006-02-11 Milan Zamazal <pdm@zamazal.org>
12479
12480 * progmodes/glasses.el (glasses-separator): Doc fix.
12481 (glasses-original-separator): New defcustom.
12482 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
12483
12484 2006-02-11 Martin Rudalics <rudalics@gmx.at>
12485
12486 * mwheel.el (mouse-wheel-up-event): Doc fix.
12487
12488 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
12489
12490 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
12491 (tumme-dir): New function. Copied from thumbs.el.
12492
12493 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
12494
12495 * desktop.el (desktop-outvar): Fix typo.
12496 (desktop-save-buffer-p): Doc fix.
12497
12498 * subr.el (substitute-key-definition): Fix typo.
12499
12500 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12501
12502 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
12503 when window-system is mac.
12504
12505 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
12506
12507 2006-02-10 Kim F. Storm <storm@cua.dk>
12508
12509 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
12510 indirect-function instead of using condition-case.
12511
12512 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
12513
12514 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
12515 less `colloquial'...
12516
12517 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
12518
12519 * tumme.el: Add a couple of todo items.
12520
12521 2006-02-09 Lars Hansen <larsh@soem.dk>
12522
12523 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
12524 (highlight-changes-mode): Don't change desktop-locals-to-save.
12525
12526 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
12527
12528 * image-mode.el (image-toggle-display): Clear image cache if using
12529 filename.
12530
12531 2006-02-09 Masatake YAMATO <jet@gyve.org>
12532
12533 * dired-x.el (dired-guess-shell-alist-default): Add .man as
12534 a `dired-man' target.
12535
12536 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
12537 boundary of symbols.
12538
12539 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
12540
12541 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
12542
12543 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
12544
12545 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
12546 `mapcar'; return nil.
12547
12548 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
12549
12550 * mouse.el (mouse-drag-track): Don't change window if we rebind to
12551 some other event.
12552
12553 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
12554
12555 * net/rcirc.el (rcirc-startup-channels-alist):
12556 Add irc.freenode.net and #emacs as defaults.
12557 (rcirc-ignore-all-activity-flag): Remove variable.
12558 (rcirc-authinfo): New variable.
12559 (rcirc-authinfo-filename): Remove variable.
12560 (rcirc-always-use-server-buffer-flag): New flag.
12561 (rcirc): M-x rcirc will automatically connect without prompting.
12562 C-u M-x rcirc will prompt. Use rcirc-connect to create a
12563 connection in lisp.
12564 (rcirc-process-server-response-1): Remove everything but the nick
12565 portion of the sender so it doesn't need to be done everywhere
12566 else. Update related code.
12567 (global-map): Remove global keybindings.
12568 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
12569 (rcirc-send-input): Split into several functions.
12570 (rcirc-process-input-line, rcirc-process-message)
12571 (rcirc-process-command): New functions.
12572 (rcirc-target-buffer): New function to determine where to route
12573 messages.
12574 (rcirc-user-nick): Save match data.
12575 (rcirc-toggle-ignore-buffer-activity)
12576 (rcirc-update-activity-string): Remove global ignore functionality,
12577 which can be done now by toggling rcirc-track-minor-mode.
12578 (rcirc-track-minor-mode-map): New keymap.
12579 (rcirc-track-minor-mode): New minor-mode.
12580 (ignore): Make the ignore output nicer. Always print it when
12581 adding or removing nicks.
12582 (rcirc-url-regexp): Improve.
12583 (rcirc-mangle-text): Remove properties before using text in the
12584 modeline.
12585 (rcirc-authenticate): Authentication data comes from
12586 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
12587 (rcirc-server-prefix): Inherit from rcirc-server.
12588
12589 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
12590
12591 * Makefile.in (compile): Append "|| true" to the end of the `find'
12592 command, like compile-always does.
12593
12594 2006-02-08 Sam Steingold <sds@gnu.org>
12595
12596 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
12597 output from a dead connection.
12598
12599 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
12600
12601 * dired.el (dired-mode-map): Add more bindings for tumme.
12602
12603 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
12604
12605 * wdired.el (wdired-mode-map): Use remap.
12606 (wdired-get-filename): Massage.
12607 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
12608 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
12609 `keymap' property rather than `local-map'.
12610
12611 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
12612
12613 * tumme.el (tumme-get-thumbnail-image): New utility function.
12614 Suggested by from Chong Yidong.
12615 (tumme-dired-with-window-configuration): Rename from
12616 `tumme-dired'. Add code to save window configuration.
12617 (tumme-restore-window-configuration): New command to restore the
12618 window configuration that `tumme-dired-with-window-configuration'
12619 saves before it changes the window configuration.
12620 (tumme-show-all-from-dir): New command to display thumbnails for
12621 all files in a directory entered by the user, like M-x thumbs.
12622 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
12623 have been created.
12624 (tumme-display-thumbnail-original-image): Call `display-buffer'.
12625 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
12626 Remove obsolete test function.
12627
12628 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
12629
12630 * vc.el (small-temporary-file-directory): Remove defvar; there's
12631 a defcustom for it in files.el.
12632
12633 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
12634 Fix typo in message.
12635 (tumme-gallery-generate): Fix typo in `error' message.
12636 (tumme-display-window-height-correction)
12637 (tumme-display-window-width-correction, tumme-line-up-dynamic)
12638 (tumme-line-up-interactive): Dox fixes.
12639 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
12640 (tumme-restore-window-configuration, tumme-format-properties-string)
12641 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
12642 Fix typos in docstrings.
12643
12644 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
12645
12646 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
12647
12648 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
12649
12650 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
12651 User should use hook if desired.
12652
12653 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
12654 buffer if necessary.
12655 (gdb-delete-frame-or-window): New function.
12656 (gdb-breakpoints-mode-map): Bind "q" to it.
12657
12658 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
12659
12660 * textmodes/nroff-mode.el: Clean up name space.
12661 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
12662 (nroff-mode): Obey the global setting of nroff-electric-mode.
12663 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
12664
12665 * calendar/calendar.el (calendar-increment-month): Typo in last change.
12666
12667 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
12668
12669 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
12670
12671 2006-02-06 Lars Hansen <larsh@soem.dk>
12672
12673 * generic-x.el (etc-fstab-generic-mode): Add file system types
12674 cifs and usbdevfs. Allow special chars in file names.
12675
12676 2006-02-05 Jay Belanger <belanger@truman.edu>
12677
12678 Update copyright notices of the files in lisp/calc.
12679
12680 2006-02-05 Romain Francoise <romain@orebokech.com>
12681
12682 Update copyright notices of all files in the lisp/play directory.
12683
12684 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
12685
12686 * ldefs-boot.el: Regenerate.
12687
12688 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
12689
12690 2006-02-05 Kim F. Storm <storm@cua.dk>
12691
12692 * files.el (magic-mode-regexp-match-limit): New defvar.
12693 (set-auto-mode): Use it to limit magic-mode-alist matching.
12694
12695 2006-02-04 Eli Zaretskii <eliz@gnu.org>
12696
12697 * info.el (Info-index, Info-mode): Improve the description of the
12698 `i' command.
12699
12700 * ldefs-boot.el: Regenerate.
12701
12702 2006-02-03 Werner Lemberg <wl@gnu.org>
12703
12704 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
12705 greedy to find the closing bracket in \*[...] and similar
12706 expressions. This is a first rough fix -- many additional
12707 refinements are necessary to make nroff mode really usable with groff.
12708
12709 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
12710
12711 * international/mule-cmds.el (set-locale-environment):
12712 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
12713 libX11.
12714
12715 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
12716
12717 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
12718 archive are created in archive-tmpdir.
12719
12720 2006-02-02 John Paul Wallington <jpw@pobox.com>
12721
12722 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
12723 (ibuffer-fontification-alist): Use it.
12724 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
12725 to "* z" and the Ibuffer Mark menu.
12726
12727 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
12728
12729 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
12730
12731 * textmodes/table.el (*table--cell-describe-mode)
12732 (*table--cell-describe-bindings): Undo last change since
12733 print-help-return-message is not obsoleted by anything at all.
12734
12735 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
12736
12737 * emulation/cua-base.el (cua-mode): Doc fix.
12738
12739 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
12740
12741 * dframe.el (dframe-handle-make-frame-visible)
12742 (dframe-handle-iconify-frame, dframe-get-focus)
12743 (dframe-select-attached-frame, dframe-power-click)
12744 (dframe-frame-mode): Fix typos in docstrings.
12745
12746 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
12747 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
12748 Fix typos in docstrings.
12749
12750 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
12751 (hi-lock-face-buffer, hi-lock-font-lock-hook)
12752 (hi-lock-archaic-interface-message-used)
12753 (hi-lock-file-patterns-range): Fix typos in docstrings.
12754
12755 * savehist.el (savehist-loaded, savehist-load, savehist-install)
12756 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
12757
12758 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
12759 Fix typo in docstring.
12760
12761 * net/newsticker.el (newsticker--decode-iso8601-date)
12762 (newsticker--set-customvar, newsticker--buffer-insert-item)
12763 (newsticker--do-run-auto-mark-filter)
12764 (newsticker--parse-generic-feed): Doc fixes.
12765 (newsticker--retrieval-timer-list, newsticker-url-list)
12766 (newsticker-hide-immortal-items-in-echo-area)
12767 (newsticker-hide-obsolete-items-in-echo-area)
12768 (newsticker-new-item-face, newsticker--enclosure)
12769 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
12770 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
12771 (newsticker--parse-generic-feed, newsticker--cache-contains)
12772 (newsticker--stat-num-items, newsticker-download-enclosures):
12773 Fix typos in docstrings.
12774
12775 * net/rcirc.el (rcirc-debug): Doc fix.
12776 (rcirc-fill-column, rcirc-receive-message-hooks)
12777 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
12778 (rcirc-mode, rcirc-generate-new-buffer-name)
12779 (rcirc-startup-channels, rcirc-ignore-update-automatic)
12780 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
12781 Fix typos in docstrings.
12782 (rcirc-print): "?\ " -> "?\s".
12783 (rcirc-cmd-join): Improve argument/docstring consistency.
12784
12785 2006-02-01 Mark A. Hershberger <mah@everybody.org>
12786
12787 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
12788 before narrow-to-region.
12789
12790 2006-02-01 Richard M. Stallman <rms@gnu.org>
12791
12792 * simple.el (move-beginning-of-line): Scan properly for invis change.
12793
12794 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
12795
12796 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
12797
12798 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
12799 change bit only when id-format is 'integer. Reported by Matt
12800 Hodges <M.P.Hodges@rl.ac.uk>.
12801
12802 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
12803
12804 * hilit-chg.el (highlight-changes-initial-state)
12805 (highlight-changes-global-initial-state): Doc fixes.
12806 (highlight-changes-global-modes, global-highlight-changes):
12807 Fix typos in docstrings.
12808
12809 2006-02-01 Kim F. Storm <storm@cua.dk>
12810
12811 * emulation/cua-base.el (cua-mode): Mention that CUA enables
12812 transient-mark-mode in doc string.
12813
12814 2006-01-31 Richard M. Stallman <rms@gnu.org>
12815
12816 * replace.el (multi-occur): Doc fix.
12817 (multi-occur-in-matching-buffers): Rename from
12818 multi-occur-by-filename-regexp. Prefix arg says match
12819 buffer names instead of file names.
12820
12821 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
12822
12823 * bs.el: Allow non-default values of `bs-header-lines-length'.
12824 (bs--running-in-xemacs): Remove (not needed anymore).
12825 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
12826 instead of `shrink-window', thus avoiding having to compute the
12827 height of the window.
12828 (bs--up): Wrap around even when there's no header.
12829 (bs--down): Use `forward-line' instead of `next-line'.
12830
12831 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
12832
12833 * image-mode.el (image-toggle-display): Use file name if possible,
12834 instead of unnecessarily allocating a (possibly huge) lisp string.
12835
12836 2006-01-30 John Paul Wallington <jpw@pobox.com>
12837
12838 * subr.el (toplevel): Define `cl-assertion-failed' condition here
12839 because the `assert' macro signals it at runtime.
12840
12841 * emacs-lisp/cl.el (toplevel): Remove definition of
12842 `cl-assertion-failed' condition.
12843
12844 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
12845
12846 * thumbs.el (thumbs-marked-list): Make buffer-local and
12847 permanent-local.
12848 (thumbs-insert-thumb): Make help-echo non-sticky.
12849 (thumbs-file-alist): Use eolp as check for (non)-image.
12850
12851 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
12852
12853 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
12854 (ediff-before-session-group-setup-hooks)
12855 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
12856 Fix typos in docstrings.
12857
12858 * window.el (bw-dir, bw-eqdir, balance-windows)
12859 (split-window-keep-point): Fix typos in docstrings.
12860
12861 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
12862 (org-quote-string, org-calendar-to-agenda-key)
12863 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
12864 (org-show-following-heading, org-tags-column)
12865 (org-use-tag-inheritance, org, org-allow-space-in-links)
12866 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
12867 (org-enable-table-editor, org-calc-default-modes)
12868 (org-table-allow-automatic-line-recalculation)
12869 (org-export-html-style, org-export-with-fixed-width)
12870 (org-export-with-sub-superscripts, org-special-keyword)
12871 (org-formula, org-time-grid, org-table-may-need-update)
12872 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
12873 (org-goto-quit, org-get-indentation, org-end-of-item)
12874 (org-move-item-down, org-move-item-up)
12875 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
12876 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
12877 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
12878 (org-agenda-log-mode, org-agenda-toggle-diary)
12879 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
12880 (org-agenda-file-to-end, org-agenda-no-heading-message)
12881 (org-agenda-get-closed, org-format-agenda-item)
12882 (org-cmp-priority, org-cmp-category, org-cmp-time)
12883 (org-agenda-change-all-lines, org-agenda-diary-entry)
12884 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
12885 (org-link-search, org-camel-to-words, org-open-file)
12886 (org-remember-handler, org-table-convert-region)
12887 (org-table-move-row-down, org-table-move-row-up)
12888 (org-table-copy-region, org-table-wrap-region)
12889 (org-table-toggle-vline-visibility)
12890 (org-table-get-vertical-vector, org-table-modify-formulas)
12891 (org-table-get-specials, org-recalc-commands)
12892 (org-table-rotate-recalc-marks, org-table-eval-formula)
12893 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
12894 (org-level-color-stars-only, org-insert-heading):
12895 Fix typos in docstrings.
12896 (last-arg): Add defvar.
12897
12898 * makefile.w32-in (WINS): Add erc.
12899 (MH_E_SRC): Update (copied from lisp/Makefile.in).
12900
12901 2006-01-29 Bill Wohler <wohler@newt.com>
12902
12903 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
12904 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
12905 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
12906 (mh-autoloads): Don't use comments on otherwise empty lines.
12907
12908 2006-01-29 Edward O'Connor <ted@oconnor.cx>
12909
12910 * emulation/viper.el (viper-major-mode-modifier-list): Add
12911 insert-state and vi-state entries for erc-mode.
12912 (viper-go-away, viper-set-hooks): Add and remove
12913 viper-comint-mode-hook from erc-mode-hook as appropriate.
12914
12915 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
12916
12917 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
12918
12919 * bs.el (bs--format-aux): Implement `middle' alignment as
12920 described in the docstring for `bs-attributes-list'.
12921 (bs--get-name): Simplify. Don't pad the buffer name.
12922
12923 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
12924
12925 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
12926 English aspell dictionary is installed, use the first entry of
12927 ispell-dictionary-alist-1.
12928
12929 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12930
12931 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
12932 Doc fix.
12933
12934 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
12935
12936 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
12937 for `process-file', in order to let it work for older Emacsen too.
12938
12939 2006-01-27 Eli Zaretskii <eliz@gnu.org>
12940
12941 * international/latexenc.el: Add a suitable `coding:' tag.
12942 (latexenc-find-file-coding-system): Undo last change.
12943
12944 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
12945
12946 * international/latexenc.el (latexenc-find-file-coding-system):
12947 Make sure latexenc-main-file is a regular file and is readable.
12948
12949 2006-01-27 Andre Spiegel <spiegel@gnu.org>
12950
12951 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
12952 Pass FILE to vc-user-login-name.
12953
12954 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
12955
12956 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
12957
12958 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
12959 there are no more images to display.
12960 (thumbs-mark, thumbs-unmark): Revert change so that they move to
12961 the next image.
12962
12963 2006-01-26 Richard M. Stallman <rms@gnu.org>
12964
12965 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
12966
12967 * wid-edit.el (advertised-widget-backward): New alias.
12968 (widget-keymap): Use advertised-widget-backward for S-TAB.
12969
12970 * tumme.el: Correct the keywords.
12971 (tumme-dir-max-size): Use defvar.
12972 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
12973
12974 * simple.el (move-beginning-of-line): Take account of fields.
12975 (clone-indirect-buffer-other-window): Take args like
12976 clone-indirect-buffer, and work like it.
12977
12978 * help-fns.el (describe-function): Don't pass `nil' as default.
12979
12980 * files.el (risky-local-variable-p): Follow var aliases.
12981
12982 * subr.el (lazy-completion-table): Doc fix.
12983
12984 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
12985 global binding of `line'.
12986
12987 2006-01-25 Andre Spiegel <spiegel@gnu.org>
12988
12989 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
12990 Tramp.
12991
12992 * vc.el (vc-default-dired-state-info): Pass FILE to
12993 vc-user-login-name.
12994 (vc-default-update-changelog): Don't use vc-user-login-name, we
12995 don't need it here.
12996
12997 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
12998 no longer necessary.
12999
13000 2006-01-25 Kenichi Handa <handa@m17n.org>
13001
13002 * international/mule.el (decode-char): Avoid the overhead of
13003 calling utf-lookup-subst-table-for-decode if
13004 utf-translate-cjk-mode is nil.
13005 (encode-char): Avoid the overhead of calling
13006 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
13007 nil.
13008
13009 2006-01-22 Kenichi Handa <handa@m17n.org>
13010
13011 * international/mule.el (make-subsidiary-coding-system): Reset
13012 `coding-system-define-form' property of subsidiaries to nil.
13013 Avoid duplicated entry in coding-system-alist.
13014 (make-coding-system): Avoid duplicated entry in
13015 coding-system-alist.
13016 (define-coding-system-alias): Likewise.
13017
13018 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
13019
13020 * completion.el: Minor fixes in introductory comment.
13021 (completion-def-wrapper): Fix alist.
13022
13023 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
13024
13025 * thumbs.el (thumbs-new-image-size): New function.
13026 (thumbs-increment-image-size-element)
13027 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
13028 (thumbs-decrement-image-size): Delete.
13029 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
13030 temp files and use to resize.
13031 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
13032 Use increment argument to enlarge/shrink. Preserve point.
13033 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
13034 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
13035 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
13036 (thumbs-mark, thumbs-unmark): Preserve point.
13037 (thumbs-modify-image): Keep old temp files and use to modify.
13038 Cleanup old temp files at load time. Preserve point.
13039 (thumbs-view-image-mode-map): Use new command names.
13040
13041 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
13042
13043 * log-view.el (log-view-minor-wrap): First rev is the one at point.
13044
13045 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
13046 the nastiest part of the cyclic dependency.
13047 (cal-menu-update): Use dotimes and calendar-increment-month.
13048
13049 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
13050 (calendar-week-start-day): Add an :initializer.
13051 (calendar-mode-map): Use suppress-keymap, and command remapping.
13052 (describe-calendar-mode): Setup xref-stack info for the back button.
13053 (calendar-star-date): Insert before delete.
13054 (calendar-set-mode-line): Add file-modified info if applicable.
13055 (calendar-increment-month): New function.
13056
13057 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
13058
13059 * font-lock.el (lisp-font-lock-keywords-2):
13060 Recognize "& keywords" only at word boundaries.
13061
13062 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
13063
13064 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
13065 and permanent-local.
13066 (thumbs-max-image-number): New variable.
13067 (thumbs-do-thumbs-insertion): Use them.
13068 (thumbs-per-line): Change default to 4.
13069 (thumbs-marked-list): Rename from thumbs-markedL.
13070 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
13071 (thumbs-rename-images): Use -list instead of L for internal variables.
13072 (thumbs-call-convert): Use call-process instead of shell-command.
13073 (thumbs-insert-thumb): Add filename as help-echo to each image.
13074 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
13075 Give dir to thumbs-show-thumbs-list.
13076 (thumbs-show-thumbs-list): Set default-directory to that of images.
13077 (thumbs-dired-show): Rename from thumbs-dired-show-all.
13078 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
13079 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
13080 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
13081
13082 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
13083
13084 * ses.el (ses-read-cell): Provide a default value.
13085
13086 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
13087
13088 * term/w32-win.el (image-library-alist): Add additional names for
13089 GIF library.
13090
13091 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
13092
13093 * international/latexenc.el (latexenc-find-file-coding-system):
13094 Add file-regular-p check.
13095
13096 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13097
13098 * simple.el (clone-buffer): Don't show the new buffer in the same
13099 window.
13100
13101 2006-01-23 Juri Linkov <juri@jurta.org>
13102
13103 * faces.el (link, link-visited): New faces based on default values
13104 of `info-xref' and `info-xref-visited'.
13105
13106 * info.el (info-xref): Inherit from `link'.
13107 (info-xref-visited): Inherit from `link-visited'.
13108
13109 * cus-edit.el (custom-buffer-create-internal): Use widget type
13110 `custom-manual' instead of `info-link' and don't set properties
13111 `button-face' and `mouse-face' explicitly.
13112 (custom-browse-group-tag, custom-browse-variable-tag)
13113 (custom-browse-face-tag): Inherit from widget class
13114 `custom-group-link' instead of `push-button'.
13115 (custom-button-unraised): Inherit from `underline' face.
13116 (custom-link): Inherit from `link' face. Fix doc and group.
13117 (custom-add-parent-links, custom-group-value-create): Don't set
13118 properties `button-face' and `mouse-face' explicitly for
13119 `custom-group-link' widget.
13120 (custom-group-link): Add properties `button-face' and `mouse-face'
13121 to widget definition.
13122 (custom-field-keymap): New variable. Put `custom-field-keymap' to
13123 editable-field's :keymap property.
13124 (custom-mode): Fix docstring: substitute keybindings for
13125 `widget-forward' and `widget-backward' from `widget-keymap',
13126 `widget-complete' from `custom-field-keymap', replace old
13127 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
13128
13129 * desktop.el (desktop-load-file): Check for `fboundp' before
13130 calling `symbol-function'.
13131
13132 * simple.el (clone-buffer, clone-indirect-buffer)
13133 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
13134 `read-string'. Fix prompts.
13135
13136 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
13137
13138 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
13139
13140 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
13141
13142 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
13143
13144 * startup.el (inhibit-splash-screen, initial-scratch-message):
13145 Doc fixes.
13146
13147 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
13148
13149 Sync with Tramp 2.0.52.
13150
13151 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
13152 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
13153 `tramp-unload-tramp' for checklist.
13154
13155 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
13156 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
13157 (tramp-unload-file-name-handler-alist)
13158 (tramp-unload-tramp): New defuns.
13159 (tramp-advice-PC-expand-many-files): New defadvice.
13160 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
13161 removed.
13162 (tramp-handle-expand-file-name): Remove double slash.
13163 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
13164 It doesn't matter, because it will be converted later on.
13165 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
13166 implementation was just heuristic.
13167 (tramp-post-connection): Set uid and gid properties.
13168 (tramp-convert-file-attributes): Set file's gid change bit.
13169 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
13170 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
13171 in case of su(do)? methods. The home directory of the local user
13172 will be taken else.
13173 (tramp-open-connection-telnet)
13174 (tramp-open-connection-rsh, tramp-open-connection-su)
13175 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
13176 local shell prompt could hurt. Reported by Romain Francoise
13177 <romain@orebokech.com>.
13178 (tramp-let-maybe): Add `edebug-form-spec' property.
13179 (tramp-handle-expand-file-name): Bind `default-directory' locally
13180 to "/" in order to avoid problems with UNC shares or Cygwin
13181 mounts.
13182 (tramp-md5-function): Fix typo in error message.
13183
13184 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
13185
13186 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
13187 for byte-compiler pacification.
13188
13189 2006-01-22 Andre Spiegel <spiegel@gnu.org>
13190
13191 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
13192 ID-FORMAT `string'. This allows us to get rid of
13193 `vc-user-login-name UID'.
13194
13195 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
13196
13197 2006-01-22 John Paul Wallington <jpw@pobox.com>
13198
13199 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
13200
13201 2006-01-21 Martin Rudalics <rudalics@gmx.at>
13202
13203 * emacs-lisp/find-func.el (find-definition-noselect)
13204 (find-variable-noselect): Search variables in C source code too.
13205 (find-function-C-source, find-function-noselect, find-function)
13206 (find-function-other-frame, find-variable-noselect, find-variable)
13207 (find-variable-other-frame, find-variable-at-point):
13208 Fix docstrings.
13209
13210 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
13211
13212 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
13213
13214 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
13215
13216 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
13217 Default to disabling the "Save affix" question.
13218
13219 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
13220
13221 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
13222 the first arg to run-python.
13223
13224 2006-01-21 Eli Zaretskii <eliz@gnu.org>
13225
13226 * startup.el (command-line-1): Handle --no-desktop if desktop.el
13227 is not loaded.
13228
13229 2006-01-20 Jay Belanger <belanger@truman.edu>
13230
13231 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
13232 limit is 0.
13233
13234 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
13235 the correct variable.
13236
13237 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
13238
13239 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
13240 link. Fixed buggy argument sequence in call to `org-view-tags'.
13241 (org-compile-prefix-format): Set `org-prefix-has-tag'.
13242 (org-prefix-has-tag): New variable.
13243 (org-format-agenda-item): Remove tags from headline if
13244 appropriate.
13245 (org-agenda-remove-tags-when-in-prefix): New option.
13246 (org-get-tags-at): New function.
13247
13248 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
13249
13250 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
13251 (thumbs-find-image): Move image name and number from buffer name
13252 to mode name. Set thumbs-buffer. Preserve point so that large
13253 images remain visible.
13254 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
13255 order.
13256 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
13257 mode name.
13258 (thumbs-next-image, thumbs-previous-image): Make them work.
13259
13260 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
13261
13262 * cus-edit.el (custom-buffer-create-internal): State in the text above
13263 the whole buffer buttons that they do not operate on hidden items.
13264 (custom-face-menu): Use `custom-face-save' instead of
13265 `custom-face-save-command'.
13266 (custom-face-save-command): Make it an alias for `custom-face-save'
13267 and declare it obsolete.
13268 (custom-face-save): Doc fix.
13269
13270 * dired.el (dired-no-confirm): Add quote.
13271 (dired-subdir-alist-pre-R): Add quote in
13272 `make-variable-buffer-local' form and remove unbalanced parenthesis.
13273
13274 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
13275
13276 * textmodes/table.el (table-mode-indicator): Typo in last change.
13277
13278 2006-01-19 Richard M. Stallman <rms@gnu.org>
13279
13280 * outline.el (hide-leaves): Don't call outline-end-of-heading.
13281 Fixes bug reported in Nov 2005.
13282
13283 * isearch.el (isearch-forward): Doc fix.
13284
13285 * dired.el (dired-move-to-filename-regexp): Define as alias.
13286 (dired-no-confirm): Use defcustom.
13287 (dired-subdir-alist-pre-R): Put defvar at top level.
13288
13289 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
13290
13291 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
13292 Mark as risky.
13293
13294 * simple.el (set-mark-command): Doc fix.
13295 (clone-indirect-buffer-other-window):
13296 Read arg like clone-indirect-buffer.
13297 (move-beginning-of-line): Skip invisible newlines.
13298
13299 2006-01-19 Masatake YAMATO <jet@gyve.org>
13300
13301 * progmodes/cpp.el (cpp-edit-load): Make the order of
13302 listed conditions in a base C code buffer and its associate
13303 CPP Edit buffer the same.
13304
13305 2006-01-19 Kenichi Handa <handa@m17n.org>
13306
13307 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
13308 (rmail-mime-feature): Likewise.
13309 (rmail-require-mime-maybe): Use display-warning to show a warning
13310 message.
13311
13312 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
13313 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
13314
13315 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
13316
13317 * array.el: Move defvars out of eval-when-compile.
13318 (array-make-template): Replace undeclared global var with a local one.
13319 (array-mode): Inline initialization functions.
13320 (array-init-local-variables, array-init-max-row)
13321 (array-init-max-column, array-init-columns-per-line)
13322 (array-init-field-width, array-init-rows-numbered)
13323 (array-init-line-length, array-init-lines-per-row): Remove.
13324
13325 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
13326 (doc-mode-map): Define explicitly.
13327 (doctor-txtype): Use mapc.
13328
13329 * textmodes/table.el: Move defvars out of eval-when-compile.
13330 Remove harmful code meant to avoid byte-compiler warnings.
13331 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
13332 specification that checks table-fixed-width-mode directly.
13333 (table-recognize-region, table-recognize-cell):
13334 Use restore-buffer-modified-p.
13335 (table-fixed-width-mode): Remove code that refreshes
13336 table-fixed-mode-indicator.
13337 (*table--cell-describe-bindings, *table--cell-describe-mode):
13338 Avoid obsolete name print-help-return-message.
13339 (table--test-cell-list): Don't use replace-regexp from elisp.
13340 (table--point-entered-cell-function, table--point-left-cell-function):
13341 Don't set table-fixed-mode-indicator, use force-mode-line-update.
13342
13343 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
13344 that was after the end of file. Use buffer-file-name variable.
13345 (org-timestamp-change): Use with-current-buffer.
13346 (org-todo-list): Don't unnecessarily define a new buffer-local var.
13347 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
13348 `file'.
13349
13350 * progmodes/fortran.el: Move defvars out of eval-when-compile.
13351 (fortran-break-line): Remove unused var `opoint'.
13352 (fortran-abbrev-start): Obey help-event-list.
13353
13354 2006-01-18 Jesper Harder <harder@phys.au.dk>
13355
13356 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
13357
13358 2006-01-18 Masatake YAMATO <jet@gyve.org>
13359
13360 * progmodes/make-mode.el (makefile-imake-mode): New mode
13361 derived from makefile-mode.
13362 (makefile-imake-mode-syntax-table): New syntax table
13363 derived from makefile-mode-syntax-table.
13364 (makefile-mode): Write about makefile-imake-mode in doc string.
13365 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
13366 (makefile-imake-font-lock-keywords): New font lock keywords.
13367
13368 * files.el (auto-mode-alist): Add Imakefile.
13369
13370 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
13371
13372 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
13373 loading the file rather than when turning on flyspell-mode.
13374
13375 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
13376
13377 * cus-edit.el (customize-rogue): Minor doc fix.
13378
13379 2006-01-17 Juri Linkov <juri@jurta.org>
13380
13381 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
13382 instead of the file at the mark as default if the file at the mark
13383 is the same as the file at point or if dired-dwim-target-directory
13384 is not the same as the current directory and the mark is not active.
13385
13386 * log-view.el (log-view-minor-wrap): Use the same logic to get
13387 revisions as `log-view-diff'.
13388
13389 * info.el (Info-revert-find-node): Check for Info-current-file
13390 before preserving new-history.
13391
13392 * man.el (Man-heading-regexp): Add `/'.
13393
13394 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
13395 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
13396
13397 2006-01-16 Juri Linkov <juri@jurta.org>
13398
13399 * faces.el (mode-line-faces): New defgroup.
13400 (mode-line-highlight): Move definition after new defgroup.
13401 (mode-line, mode-line-inactive, mode-line-highlight):
13402 Replace :group `modeline' with `mode-line-faces'.
13403 (mode-line-buffer-id): New face.
13404 (modeline-buffer-id): New face alias.
13405 (vertical-border): Remove :group `modeline'.
13406
13407 * bindings.el (propertized-buffer-identification): Use face
13408 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
13409 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
13410 (mode-line-buffer-identification-keymap): For mouse-1 replace
13411 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
13412 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
13413 mouse-3.
13414
13415 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
13416 Buffer-menu-buffer. Doc fix.
13417 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
13418 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
13419 `Buffer-menu-buffer'.
13420
13421 * info.el (Info-mode-line-node-keymap): New defvar.
13422 (Info-set-mode-line): Use `stringp' to check Info-current-file.
13423 Propertize Info-current-node with `mode-line-buffer-id' and
13424 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
13425
13426 * time.el (display-time-mail-face): Replace :group `faces' with
13427 `mode-line-faces'.
13428
13429 2006-01-16 Kenichi Handa <handa@m17n.org>
13430
13431 * international/code-pages.el: Add autoload cookies for cp125[0345678].
13432
13433 * language/european.el (cp1252): New alias for windows-1252.
13434
13435 * international/mule.el (autoload-coding-system): Prepare for EOL
13436 variants.
13437
13438 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
13439
13440 * term.el (term-raw-map): Add mapping for insert.
13441 (term-send-insert): New.
13442 (term-mode): Make variables local here instead of doing it in
13443 `term-emulate-terminal'.
13444 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
13445 Scroll reverse needs to take into account the scroll region.
13446 Saving and restoring the cursor should save the color attributes too.
13447 (term-reset-terminal): Reset the scroll region.
13448 (term-handle-ansi-escape): Cursor up and down should take into
13449 account the scroll region.
13450 (term-set-scroll-region): Rename from `term-scroll-region'.
13451 Move to 0,0 after setting the region.
13452 (term-handle-scroll): Handle scroll up.
13453 (term-down): Fix off by one error.
13454 (term-delete-lines): Do not delete outside the scroll region.
13455 (term-insert-lines): Take into account the scroll region.
13456
13457 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
13458
13459 * textmodes/ispell.el (ispell-internal-change-dictionary)
13460 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
13461 (start, end): Move declaration outside of eval-when-compile.
13462
13463 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
13464 (flyspell-mode-on): Use it.
13465
13466 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
13467 ispell-kill-ispell-hook.
13468
13469 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
13470
13471 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
13472 (Custom-reset-saved): Do not ask for confirmation in single option
13473 buffers.
13474
13475 2006-01-13 Richard M. Stallman <rms@gnu.org>
13476
13477 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
13478
13479 2006-01-13 Romain Francoise <romain@orebokech.com>
13480
13481 * add-log.el (add-change-log-entry, change-log-merge):
13482 Conditionally use `hard-newline'.
13483
13484 2006-01-13 Martin Rudalics <rudalics@gmx.at>
13485
13486 * wid-edit.el (widget-field-end): If the overlay is no longer
13487 associated with a buffer, behave as if the overlay didn't exist.
13488
13489 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
13490 Make sure the links use the `custom-link' face.
13491
13492 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
13493
13494 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
13495 (ld-script-mode): Don't set indent-line-function since we don't
13496 have one.
13497
13498 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
13499
13500 * textmodes/org.el (org-open-file): Use mailcap for selecting an
13501 application.
13502 (org-file-apps-defaults-gnu): Use mailcap as the default for
13503 selecting an application on a UNIX system.
13504 (org-agenda-show-tags): New command.
13505 (org-table-insert-hline): Keep cursor in current table line.
13506 (org-table-convert): Offset effect of modifying
13507 `org-table-insert-hline'.
13508 (org-format-agenda-item): New optional argument TAG.
13509 (org-compile-prefix-format): Handle %T format for the tag.
13510 (org-expand-wide-chars): New function.
13511 (org-table-insert-row, org-table-insert-hline):
13512 Use `org-expand-wide-chars'.
13513 (org-open-file): Fix bug in program launch.
13514 (org-get-time-of-day): Fix bug with times before 1am.
13515 (org-agenda-menu): Add tags commands.
13516
13517 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
13518
13519 * textmodes/ispell.el (ispell-init-process): Include the used
13520 dictionary in ispell process start message.
13521 (ispell-internal-change-dictionary): When flyspell-mode is active
13522 and dictionary is changed, make sure ispell process is restarted
13523 and flyspell word cache cleared out for the current buffer.
13524 (ispell-change-dictionary): Make sure flyspell word cache is
13525 cleared out in all buffers with active flyspell mode when
13526 dictionary is globally changed.
13527 Call ispell-internal-change-dictionary after dictionary change.
13528
13529 2006-01-13 Eli Zaretskii <eliz@gnu.org>
13530
13531 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
13532
13533 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
13534 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
13535 years. Fix small differences wrt Makefile.in.
13536 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
13537 Makefile.in does.
13538
13539 2006-01-12 Bill Wohler <wohler@newt.com>
13540
13541 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
13542 mh-search.el.
13543
13544 2006-01-12 Masatake YAMATO <jet@gyve.org>
13545
13546 * progmodes/ld-script.el: Update copyright year.
13547
13548 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
13549
13550 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
13551 Don't add widget if setting undefined.
13552
13553 2006-01-12 John Paul Wallington <jpw@pobox.com>
13554
13555 * help-fns.el (describe-variable): Remove newlines from void
13556 variable output.
13557
13558 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
13559
13560 * wdired.el (wdired-mode-map): Add help echo for
13561 wdired-abort-changes.
13562
13563 * man.el (Man-file-name-regexp): Adjust for a list of files.
13564
13565 2006-01-12 Masatake YAMATO <jet@gyve.org>
13566
13567 * progmodes/ld-script.el (auto-mode-alist): Support
13568 suffix conventions used in netbsd and eCos.
13569
13570 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
13571
13572 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
13573 (custom-variable-menu, custom-face-menu, custom-group-menu)
13574 (Custom-mode-menu): Change names of menu items. (As discussed on
13575 emacs-devel.)
13576 (custom-face-menu): Add "Undo Edits" item.
13577
13578 * startup.el (init-file-user): defcustom -> defvar.
13579
13580 * tooltip.el (tooltip-mode): Doc fix.
13581
13582 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
13583
13584 * reveal.el (reveal-post-command): window-buffer signals an error on
13585 dead windows rather than returning nil.
13586 (reveal-open-new-overlays): An overlay might die while we open others.
13587
13588 2006-01-11 Bill Wohler <wohler@newt.com>
13589
13590 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
13591 phrasing in docstring.
13592
13593 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
13594 can give some systems gas. Add new file mh-buffers.el.
13595
13596 2006-01-06 Masatake YAMATO <jet@gyve.org>
13597
13598 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
13599 C preprocessor forward ported from GNU Emacs 21.2.
13600
13601 * progmodes/asm-mode.el (asm-font-lock-keywords):
13602 Use `cpp-font-lock-keywords'.
13603
13604 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
13605
13606 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
13607 of $ for "\\.ld[s]?".
13608
13609 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
13610
13611 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
13612 (tcl-indent-line): Return `noindent' if inside a string.
13613
13614 * progmodes/flymake.el (flymake-split-string): Remove more than one
13615 empty string at beg/end of the result.
13616 (flymake-find-buildfile, flymake-find-possible-master-files):
13617 Use expand-file-name.
13618 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
13619 since expand-file-name does it for us. Use directory-file-name.
13620 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
13621 (flymake-ler-get-type, flymake-ler-get-text)
13622 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
13623 (flymake-current-line-no): Remove spurious interactive spec.
13624 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
13625 (flymake-check-include): Remove arg inc-path merged into inc-name.
13626 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
13627 Arg regexp-list replaced by a simple regexp.
13628 (flymake-master-make-header-init, flymake-master-tex-init):
13629 Correspondingly replace regexp-list with a regexp. Fix regexp.
13630
13631 2006-01-10 Simon Josefsson <jas@extundo.com>
13632
13633 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
13634 describing AUTH PLAIN fix.
13635
13636 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
13637
13638 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
13639 (report-emacs-bug): Don't record initial prompt text.
13640 Instead, add text properties to prompting text.
13641 (report-emacs-bug-hook): Delete prompting text.
13642
13643 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
13644
13645 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
13646 `dirs'. Adjust callers.
13647
13648 2006-01-09 John Paul Wallington <jpw@gnu.org>
13649
13650 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
13651
13652 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
13653
13654 * reveal.el (reveal-open-new-overlays): New extracted fun.
13655 (reveal-close-old-overlays): Idem. Check overlays's liveness before
13656 using them. Simplify the code.
13657 (reveal-post-command): Use them. Fix up obsolete windows in
13658 reveal-open-spots.
13659
13660 * progmodes/flymake.el: Use `require' rather than autoload for
13661 XEmacs's overlays.
13662 (flymake-get-common-file-prefix, flymake-build-relative-filename):
13663 Delete. Use file-relative-name instead.
13664 (flymake-get-syntax-check-program-args, flymake-perl-init):
13665 Simplify the resulting code.
13666
13667 * log-view.el (log-view-file-re, log-view-message-re): Add support
13668 for DaRCS output.
13669
13670 2006-01-09 Alex Schroeder <alex@gnu.org>
13671
13672 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
13673 identifiers sometimes added in square brackets at the beginning of
13674 subject lines.
13675
13676 2006-01-07 Richard M. Stallman <rms@gnu.org>
13677
13678 * cus-edit.el (Custom-set, Custom-save): Doc fix.
13679 (Custom-reset-current, Custom-reset-saved): Change question text.
13680 (Custom-reset-standard): Likewise.
13681 (custom-variable-reset-saved): Doc fix.
13682
13683 2006-01-07 Eli Zaretskii <eliz@gnu.org>
13684
13685 * startup.el (init-file-user): Doc fix.
13686
13687 2006-01-07 Alex Schroeder <alex@gnu.org>
13688
13689 * mail/rmail.el (rmail-current-subject): New function.
13690 (rmail-current-subject-regexp): New function.
13691 (rmail-next-same-subject): Use it.
13692
13693 * mail/rmailsum.el (rmail-summary-by-topic):
13694 Use rmail-current-subject and rmail-current-subject-regexp.
13695 (rmail-summary-next-same-subject): Ditto.
13696
13697 * net/rcirc.el (rcirc-send-input): No longer check whether the
13698 process is open, since not all commands need an open process.
13699 (rcirc-send-string): Check whether the process is open before
13700 sending anything.
13701 (rcirc-ignore-list): New option.
13702 (rcirc-ignore-list-automatic): New variable.
13703 (rcirc-print): Take rcirc-ignore-list into account.
13704 (rcirc-cmd-ignore): New command.
13705 (rcirc-ignore-update-automatic): New function.
13706 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
13707 list if ignored nicks.
13708 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
13709
13710 2006-01-06 David Reitter <david.reitter@gmail.com>
13711
13712 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
13713 reflect the address to which the report will be sent.
13714
13715 2006-01-06 Eli Zaretskii <eliz@gnu.org>
13716
13717 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
13718 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
13719
13720 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
13721
13722 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
13723
13724 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
13725 the doc string: "functoin" => "function".
13726 * ldefs-boot.el: Likewise.
13727
13728 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
13729 message text: "Duplicat" => "Duplicate".
13730
13731 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
13732
13733 * files.el (basic-save-buffer-2): If backing-up failed, reset
13734 buffer-backed-up to nil.
13735
13736 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
13737
13738 * progmodes/gud.el (gdb-script-skip-to-head)
13739 (gdb-script-calculate-indentation): Indent for breakpoint command
13740 lists also.
13741
13742 2006-01-05 Bill Wohler <wohler@newt.com>
13743
13744 * Makefile.in (compile-always): Add mh-autoloads dependency.
13745 (bootstrap): Remove mh-autoloads dependency, as compile dependency
13746 provides it.
13747 (updates): Remove mh-autoloads dependency, since it probably has
13748 already run recently (via recompile).
13749
13750 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
13751
13752 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
13753 argument `force' to disable the flyspell-last-buffer optimization.
13754 (flyspell-mode-on): Use it.
13755
13756 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
13757 flymake-simple-cleanup.
13758 (flymake-allowed-file-name-masks): Use this new default.
13759 All the functions are now called in the right buffer rather than
13760 passing the buffer as argument.
13761 (flymake-process-sentinel): Switch to buffer before calling cleanup.
13762 (flymake-parse-err-lines): Remove redundant buffer arg.
13763 (flymake-get-program-dir): Comment out unused function.
13764 (flymake-start-syntax-check, flymake-start-syntax-check-process):
13765 Remove redundant buffer argument.
13766 (flymake-get-real-file-name, flymake-simple-java-cleanup)
13767 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
13768
13769 2006-01-05 Richard M. Stallman <rms@gnu.org>
13770
13771 * info.el (Info-find-node): Don't record previous node if have none.
13772 (info): Go to directory only if history is empty.
13773
13774 * simple.el (mark): Doc fix.
13775
13776 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13777
13778 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
13779 already of desired type.
13780 (mac-ae-list): Coerce parameter to "list" type.
13781 (mac-dispatch-apple-event): Replace cadr part of event with a
13782 dummy position so that event-start returns it.
13783
13784 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
13785
13786 * textmodes/org.el (org-end-of-subtree): New function.
13787 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
13788 Use `org-end-of-subtree'.
13789 (org-agenda, org-agenda-convert-date): Protect calls to
13790 `fit-window-to-buffer'.
13791 (org-tags-view): Force matching of sublevels when doing a
13792 todo-only search. Define the correct redo command, including the
13793 arguments.
13794 (org-agenda-redo): Display message.
13795 (org-check-for-org-mode): New function.
13796 (org-agenda-type): New variable.
13797 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
13798 Set `org-agenda-type'.
13799 (org-agenda-check-type): New function.
13800 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
13801 (org-agenda-week-view, org-agenda-day-view)
13802 (org-agenda-next-date-line, org-agenda-previous-date-line)
13803 (org-agenda-log-mode, org-agenda-toggle-diary)
13804 (org-agenda-toggle-time-grid, org-agenda-date-later)
13805 (org-agenda-date-prompt, org-agenda-diary-entry)
13806 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
13807 (org-agenda-convert-date, org-agenda-menu):
13808 Use `org-agenda-check-type'.
13809 (org-make-overlay, org-delete-overlay)
13810 (org-detatch-overlay, org-move-overlay, org-overlay-put):
13811 New compatibility functions.
13812 (org-calendar-select-mouse): New command.
13813
13814 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
13815
13816 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
13817 (Custom-reset-standard): Fix y-or-n-p messages.
13818 (custom-link): New face for links.
13819 (custom-buffer-create-internal, custom-manual): Use it.
13820 (custom-face-save): Push to theme-face before setting face spec.
13821
13822 * wid-edit.el (widget-default-mouse-face-get): New function.
13823 (widget-specify-button): Handle mouse-face like button-face.
13824
13825 * custom.el (load-theme): Clear old theme settings if reloading.
13826
13827 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
13828
13829 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
13830 "Erase Customization" button back to same position it occupies in
13831 the individual State menus.
13832
13833 2006-01-04 Kim F. Storm <storm@cua.dk>
13834
13835 * wid-edit.el (key-sequence): Rework widget to read key binding
13836 using `kbd' syntax. Use C-q to insert literal key, event, or code.
13837 (widget-key-sequence-default-value): Default value for empty sequence.
13838 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
13839 (widget-key-sequence-read-event): New command for C-q.
13840 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
13841 (widget-key-sequence-value-to-external): New functions.
13842
13843 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
13844
13845 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
13846 Use expand-file-name.
13847 (flymake-delete-temp-directory): Use expand-file-name,
13848 file-name-directory, and directory-file-name.
13849 (flymake-strrchr): Delete.
13850 (flymake-start-syntax-check): Don't pass the redundant buffer argument
13851 to the init-f function.
13852 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
13853 (flymake-init-find-buildfile-dir)
13854 (flymake-init-create-temp-source-and-master-buffer-copy)
13855 (flymake-simple-make-init-impl, flymake-simple-make-init)
13856 (flymake-master-make-init, flymake-master-make-header-init)
13857 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
13858 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
13859 (flymake-xml-init): Remove corresponding redundant buffer argument.
13860 (flymake-allowed-file-name-masks): Remove last elems that are equal to
13861 the default anyway. Clean up regexps.
13862
13863 * progmodes/flymake.el (flymake-temp-source-file-name)
13864 (flymake-master-file-name, flymake-temp-master-file-name)
13865 (flymake-base-dir): New buffer-local vars.
13866 (flymake-buffer-data, flymake-get-buffer-value)
13867 (flymake-set-buffer-value): Replace those hash-tables by the new
13868 buffer-local vars. Update callers.
13869
13870 * progmodes/flymake.el (flymake-check-start-time)
13871 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
13872 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
13873 Move definition, so we can remove redundant earlier declaration.
13874 (flymake-replace-regexp-in-string, flymake-split-string)
13875 (flymake-get-temp-dir): Use defalias.
13876 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
13877 (flymake-xemacs-window-edges): Remove unused function.
13878 (flymake-get-point-pixel-pos): Move.
13879 (flymake-pid-to-names, flymake-reg-names)
13880 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
13881 Replace by a simple list flymake-processes and by process-buffer.
13882 Update callers. Other than simplify the code, it uses buffers rather
13883 than buffer-names so it doesn't get confused by uniquify.
13884 (flymake-buffer-data): The global value should just be nil.
13885
13886 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
13887 Optimize the body of a defalias like any other code.
13888
13889 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
13890 Make sure we've setup font-lock's vars. It may influence which
13891 function we then call.
13892 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
13893 here since it's too late anyway.
13894
13895 2006-01-03 Romain Francoise <romain@orebokech.com>
13896
13897 * startup.el (fancy-splash-tail, normal-splash-screen):
13898 Update copyright year.
13899
13900 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
13901
13902 * mouse.el (mouse-drag-track): Rename, from
13903 `mouse-drag-region-1'. Includes optional argument required to
13904 enable post-drag event processing (e.g. delete region keys).
13905 Can be used without this argument to track a mouse region and operate
13906 on it as soon as the drag completes.
13907 (mouse-drag-region): Use `mouse-drag-track'.
13908
13909 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
13910
13911 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
13912 Move to `custom-buffer' group.
13913
13914 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
13915 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
13916 (custom-theme-insert-face-marker, custom-theme-variable-menu)
13917 (custom-theme-face-menu): New variables.
13918 (custom-theme-add-variable, custom-theme-variable-action)
13919 (custom-variable-reset-theme, custom-theme-delete-variable)
13920 (custom-face-reset-theme, custom-theme-face-action)
13921 (custom-theme-delete-face, custom-theme-merge-theme)
13922 (custom-theme-add-face, custom-theme-visit-theme): New functions.
13923
13924 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
13925
13926 * custom.el: Move Custom Themes commentary to start of theme code.
13927 (custom-known-themes): Rename `standard' theme to `changed'.
13928 (custom-push-theme): Caller no longer specifies what theme to use
13929 when doing `reset'---the setting is simply removed from the theme.
13930 Delete MODE from `theme-value' and `theme-settings' properties.
13931 (custom-declare-theme): Ignore &rest args since we don't use them.
13932
13933 (custom-loaded-themes): Delete variable.
13934 (custom-theme-load-themes, custom-theme-loaded-p)
13935 (custom-theme-value): Delete functions.
13936
13937 (custom-declare-theme): Signal error on invalid theme names.
13938 (provide-theme): custom-loaded-themes was deleted.
13939 (load-theme): Load the file unconditionally.
13940 (enable-theme): Call `load-theme' if theme is undefined.
13941 (custom-enabled-themes): Only update value for successful loads.
13942 (disable-theme): Complete from enabled themes when interactive.
13943 (custom-variable-theme-value): Calculate theme value directly.
13944
13945 (custom-theme-reset-variables, custom-reset-variables): Mark as
13946 XEmacs compatibility functions. We don't actually use these.
13947
13948 * cus-edit.el (custom-variable-state-set):
13949 Use custom-variable-theme-value instead of custom-theme-value.
13950 (custom-face-state-set): Rename `standard' theme to `changed'.
13951 (custom-save-variables, custom-save-faces): Delete unneeded
13952 references to custom-reset-variables.
13953 (custom-save-resets): Delete function.
13954 (custom-save-variables, custom-save-faces): MODE argument deleted.
13955 (custom-save-variables, custom-save-faces): Ignore theme values.
13956
13957 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
13958 compatibility function.
13959
13960 2006-01-01 Richard M. Stallman <rms@gnu.org>
13961
13962 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
13963 (Custom-reset-current, Custom-reset-saved): Likewise.
13964 (Custom-reset-standard): Show message if aborted.
13965 (custom-mode): Doc fix, describing those commands.
13966
13967 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
13968 put on event-kind property.
13969
13970 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
13971
13972 * custom.el (provide-theme): Ban `user' theme name.
13973 (custom-enabling-themes): New variable.
13974 (enable-theme): Don't enable user if custom-enabling-themes is t.
13975 (custom-enabled-themes): Make it a defcustom.
13976 (custom-theme-recalc-face): No-op if face is undefined.
13977
13978 * cus-edit.el (custom-button-mouse): New variable.
13979 (custom-button-mouse): New face.
13980 (custom-raised-buttons, custom-mode): Use it.
13981
13982 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
13983
13984 2005-12-31 Eli Zaretskii <eliz@gnu.org>
13985
13986 * progmodes/gud.el (gud-display-line): Support hl-line in the
13987 source buffer.
13988
13989 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
13990
13991 * mouse.el (mouse-drag-window-above): Verify that the found window
13992 overlaps with the given window in the horizontal dimension.
13993
13994 2005-12-31 Eli Zaretskii <eliz@gnu.org>
13995
13996 * Makefile.in (cvs-update): New target.
13997
13998 * makefile.w32-in (cvs-update): Ditto.
13999
14000 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
14001
14002 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
14003 (custom-new-theme-mode-map): New variable.
14004
14005 2005-12-30 Richard M. Stallman <rms@gnu.org>
14006
14007 * custom.el (custom-load-themes): Function deleted.
14008
14009 * cus-edit.el (custom-save-loaded-themes): Function deleted.
14010 (custom-save-variables): Don't delete or add custom-load-themes call.
14011
14012 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
14013
14014 * cus-start.el: Add `visible-cursor'.
14015
14016 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
14017 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
14018 (flymake-process-filter): Switch to buffer before calling it instead.
14019 (flymake-post-syntax-check, flymake-highlight-err-lines)
14020 (flymake-delete-own-overlays, flymake-parse-err-lines)
14021 (flymake-start-syntax-check, flymake-start-syntax-check-process)
14022 (flymake-count-lines, flymake-parse-residual):
14023 Remove constant buffer argument.
14024 (flymake-start-syntax-check-for-current-buffer): Remove.
14025 Update callers to use flymake-start-syntax-check instead.
14026 (flymake-display-err-menu-for-current-line):
14027 Remove unused var `mouse-pos'.
14028 (flymake-restore-formatting): Comment out unused function.
14029 (flymake-report-status, flymake-report-fatal-status): Remove buffer
14030 argument, use current-buffer instead. Update callers.
14031
14032 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14033
14034 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
14035 buffer-local because choose-completion-delete-max-match requires
14036 that we set completion-ignore-case (i.e., binding via let is not
14037 sufficient).
14038 (bibtex-complete): Always set completion-ignore-case and
14039 choose-completion-string-functions. The latter is needed because
14040 choose-completion-string-functions keeps its value if we quit the
14041 *Completions* buffer without requesting a completion.
14042
14043 2005-12-30 Andreas Schwab <schwab@suse.de>
14044
14045 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
14046
14047 2005-12-30 Eli Zaretskii <eliz@gnu.org>
14048
14049 * jit-lock.el (jit-lock-chunk-size): Doc fix.
14050
14051 2005-12-30 Juri Linkov <juri@jurta.org>
14052
14053 * locate.el (locate-fcodes-file, locate-header-face)
14054 * progmodes/delphi.el (delphi-other-face)
14055 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
14056
14057 * paren.el (show-paren-match, show-paren-mismatch): Use existing
14058 group `paren-showing-faces'.
14059
14060 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
14061 (goto-address): Fix docstring.
14062
14063 * net/webjump.el (webjump-sample-sites): Update URLs.
14064
14065 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
14066
14067 * subr.el (cancel-change-group): Add listp around pending-undo-list.
14068
14069 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
14070
14071 * font-lock.el (font-lock-compile-keywords): Signal an error when
14072 font-lock-set-defaults hasn't been called.
14073
14074 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
14075
14076 * subr.el (noreturn, 1value): Doc fixes.
14077
14078 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14079
14080 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
14081 that assoc-string returns nil.
14082
14083 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14084
14085 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
14086 (bibtex-entry-type-str, bibtex-empty-field-re)
14087 (bibtex-search-backward-string, bibtex-preamble-prefix)
14088 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
14089 (bibtex-any-valid-entry-type): New variable.
14090 (bibtex-parse-field-name): Simplify.
14091 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
14092 (bibtex-preamble-prefix): Include left delimiter.
14093 (bibtex-search-forward-field, bibtex-search-backward-field):
14094 Allow unbounded search past entry boundaries (required by bibtex-pop).
14095 (bibtex-text-in-field-bounds): Use push.
14096 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
14097 (bibtex-parse-preamble, bibtex-valid-entry)
14098 (bibtex-beginning-first-field): New functions.
14099 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
14100 (bibtex-map-entries): Fix docstring.
14101 (bibtex-flash-head): New arg prompt. Simplify.
14102 (bibtex-enclosing-field): Include code of bibtex-inside-field.
14103 (bibtex-insert-kill): Simplify. Always insert text past the
14104 current field or entry.
14105 (bibtex-format-entry): Use bibtex-parse-field.
14106 (bibtex-pop): Use bibtex-beginning-of-entry and
14107 bibtex-end-of-entry to initiate the search. Insert empty field if
14108 we found ourselves.
14109 (bibtex-print-help-message): New args field and comma.
14110 Handle entry keys.
14111 (bibtex-make-field): Use bibtex-beginning-of-entry.
14112 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
14113 invalid entry.
14114 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
14115 Handle preambles. Simplify code for thorough test.
14116 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
14117 New arg comma. Handle entry heads.
14118 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
14119 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
14120 New arg comma.
14121 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
14122 (bibtex-fill-field): Simplify.
14123 (bibtex-fill-entry): Use bibtex-beginning-first-field and
14124 bibtex-parse-field.
14125 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
14126 (bibtex-complete): Use bibtex-parse-preamble.
14127
14128 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
14129
14130 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
14131 Display name of expression instead of convenience variable.
14132 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
14133
14134 * progmodes/gud.el (gud-tooltip-dereference): Rename from
14135 toggle-gud-tooltip-dereference.
14136 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
14137 (gud-tooltip-tips): ...here when dereferencing.
14138
14139 2005-12-28 Bill Wohler <wohler@newt.com>
14140
14141 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
14142
14143 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
14144
14145 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
14146 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
14147 (vc-annotate-display-autoscale): Adjust call.
14148 (vc-annotate-display-default): Adjust call. Make arg compulsory.
14149 Fix interactive spec.
14150 (vc-annotate-time-span): Remove.
14151 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
14152 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
14153 (vc-annotate-display-select): Use new name.
14154
14155 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
14156 (vc-annotate-mode-menu): Remove left-over redundant declaration.
14157 Correct the construction of span entries. Simplify.
14158 (vc-annotate-display-select): Fix the nil case.
14159 (vc-annotate): Remove obsolete (and now broken) code.
14160 (vc-annotate-extract-revision-at-line): Remove obsolete code.
14161 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
14162
14163 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
14164
14165 * subr.el (lazy-completion-table): Correct typo in docstring.
14166
14167 * startup.el (command-line): Use `custom-reevaluate-setting' for
14168 `send-mail-function'.
14169
14170 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
14171
14172 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
14173
14174 * mail/smtpmail.el (smtpmail-try-auth-methods):
14175 Send credentials together with "AUTH PLAIN" command.
14176
14177 2005-12-27 Richard M. Stallman <rms@gnu.org>
14178
14179 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
14180 mouse-2, go back to previously selected window, so it's selected
14181 when mouse-2 command runs.
14182
14183 2005-12-27 Juri Linkov <juri@jurta.org>
14184
14185 * descr-text.el (describe-text-sexp): Use square brackets for
14186 button [Show] to distinguish it from the property value `show'.
14187 (describe-property-list): Use `insert-text-button' with
14188 `help-face' type instead of putting face in quotes, because button
14189 is not created automatically for a list of faces.
14190 (describe-text-properties-1): Put button-type value in quotes to
14191 distinguish from plain text "button".
14192 (describe-char): Display code point values in hex. Don't use
14193 `symbol-name' for `current-input-method' because it is a string.
14194 Use `insert-text-button' with `help-face' type instead of putting
14195 hardcoded face in quotes, because button is not created automatically.
14196
14197 2005-12-27 Richard M. Stallman <rms@gnu.org>
14198
14199 * progmodes/glasses.el (glasses-face): More specific custom type.
14200
14201 * files.el (set-visited-file-name): Doc fix.
14202
14203 * textmodes/flyspell.el (flyspell-external-point-words):
14204 Use local var buffer-scan-pos to advance scan for next misspelling.
14205 Advance it only after we find the misspelling.
14206
14207 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
14208
14209 * textmodes/flyspell.el (flyspell-external-point-words):
14210 New criteria for finding the misspelling in the buffer.
14211
14212 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
14213
14214 * help-mode.el (help-insert-string): Set help-xref-stack-item
14215 rather than call help-setup-xref.
14216
14217 * descr-text.el (describe-char): Revert previous changes for
14218 optional buffer argument.
14219
14220 2005-12-27 Juri Linkov <juri@jurta.org>
14221
14222 * help-mode.el (help-insert-string): New function. Save buffer
14223 contents in cases where it is impossible to recompute the old contents.
14224
14225 * descr-text.el (describe-char): Set help-xref-stack-item
14226 explicitly after buffer has been generated.
14227
14228 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14229
14230 * cus-start.el (all): Add x-gtk-show-hidden-files.
14231
14232 2005-12-26 Richard M. Stallman <rms@gnu.org>
14233
14234 * replace.el (perform-replace): Calculate match-again
14235 before skipping read-only matches.
14236
14237 * paren.el (paren-showing-faces): New group.
14238 (show-paren-match, show-paren-mismatch): Move to that group.
14239
14240 * button.el (button): Put into group `basic-faces'.
14241
14242 * progmodes/make-mode.el: Remove faces from group `faces'.
14243
14244 * apropos.el (apropos, apropos-value): Doc fix.
14245 (apropos-documentation): Doc fix.
14246
14247 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
14248
14249 * subr.el (lazy-completion-table): Remove argument `args'.
14250
14251 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
14252 Don't use the `args' argument of lazy-completion-table.
14253
14254 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
14255
14256 * descr-text.el (describe-char): Add optional argument for buffer.
14257 Set buffer appropriately. Call help-setup-xref.
14258 Suggested by Stefan Monnier.
14259
14260 2005-12-26 Juri Linkov <juri@jurta.org>
14261
14262 * descr-text.el: Require `help-fns' at runtime. Don't require
14263 `button' for byte compilation.
14264 (describe-text-widget): Add `help-echo' for first button.
14265 Use `help-info' for second.
14266 (describe-property-list): Use `help-argument-name' instead of `italic'.
14267 (describe-text-category): Add prompt to interactive spec.
14268 Call `help-setup-xref'.
14269 (describe-char): Use `help-character-set'. Add `help-echo' for
14270 code point. Use `help-input-method'. Remove superfluous insert.
14271
14272 2005-12-25 Richard M. Stallman <rms@gnu.org>
14273
14274 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
14275 at point, in case of narrowing.
14276
14277 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
14278
14279 * locate.el (locate-header-face): Allow nil in type.
14280
14281 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
14282
14283 2005-12-25 Romain Francoise <romain@orebokech.com>
14284
14285 * battery.el (battery-linux-proc-acpi): Also try
14286 `/proc/acpi/thermal_zone/THM0/temperature'.
14287
14288 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
14289
14290 * custom.el (custom-push-theme): Fix docstring.
14291
14292 * cus-edit.el (custom-variable-set, custom-variable-save)
14293 (custom-variable-save): Custom-quote widget values.
14294 (customize-save-variable): Fix custom-push-theme call.
14295
14296 2005-12-24 Eli Zaretskii <eliz@gnu.org>
14297
14298 * w32-fns.el (w32-batch-update-autoloads): New function.
14299
14300 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
14301 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
14302 from the command line.
14303
14304 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
14305
14306 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
14307 reset means to remove setting from theme entirely. Don't keep
14308 expanding theme-settings list; delete old entries if necessary.
14309
14310 * cus-edit.el (custom-buffer-create-internal): Move "Erase
14311 customization" button one line up.
14312 (custom-themed): New face.
14313 (custom-magic-alist): New value, THEMED, for theme settings.
14314 (custom-variable-state-set, custom-face-state-set):
14315 Check theme-value instead of saved-value.
14316 (custom-variable-reset-standard, custom-face-reset-standard):
14317 Remove theme setting entirely. Recalculate new values.
14318 (custom-variable-set, custom-variable-set)
14319 (custom-variable-reset-saved, custom-variable-reset-backup)
14320 (custom-face-set, custom-face-reset-saved): Update `user' theme.
14321 (custom-variable-save): Fix typos.
14322
14323 2005-12-23 Juri Linkov <juri@jurta.org>
14324
14325 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
14326 Add autoload cookies.
14327 (edebug-outside-d-c-i-n-s-w): New variable.
14328 (edebug-display, edebug-outside-excursion): Use it to save the
14329 original value of default-cursor-in-non-selected-windows.
14330 Set default-cursor-in-non-selected-windows to t while Edebug
14331 is active.
14332 (edebug-mode, edebug-eval-mode): Doc fix.
14333
14334 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
14335 with `buffer-substring-no-properties' to remove common substring
14336 highlighting.
14337
14338 * info.el (info-other-window, info): Rename function argument
14339 `file' to `file-or-node'.
14340 (Info-complete-menu-item): Use local variable `complete-nodes' to
14341 keep the global value of `Info-complete-nodes' unchanged for
14342 subsequent completions.
14343 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
14344
14345 * simple.el (get-next-valid-buffer, last-buffer)
14346 (next-error-buffer-p, next-error-find-buffer)
14347 (minibuffer-history-sexp-flag): Doc fix.
14348
14349 * savehist.el (savehist-mode-hook): Add `:group'.
14350
14351 * log-view.el: Call autoload for vc-find-version.
14352 (log-view-current-file): Adjust subgroup numbers.
14353 (log-view-current-tag): Add `length'.
14354
14355 2005-12-23 Richard M. Stallman <rms@gnu.org>
14356
14357 * vc.el (vc-annotate-car-last-cons): Defn moved up.
14358
14359 2005-12-23 Juri Linkov <juri@jurta.org>
14360
14361 * hi-lock.el (hi-lock-archaic-interface-message-used)
14362 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
14363 (hi-lock-mode): Display "Hi" in the mode line only when
14364 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
14365 (hi-lock-write-interactive-patterns):
14366 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
14367 (hi-lock-set-pattern, hi-lock-set-file-patterns)
14368 (hi-lock-font-lock-hook): Set 3rd arg `how' of
14369 font-lock-add-keywords to t.
14370
14371 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
14372
14373 * hi-lock.el (hi-lock-highlight-range): New variable.
14374 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
14375 only if font-lock-fontified is non-nil. Remove overlays.
14376 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
14377 font-lock-fontified is non-nil, otherwise use overlays (instead of
14378 text properties).
14379 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
14380 New variables.
14381 (hi-lock-string-serialize) New function.
14382
14383 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14384
14385 * menu-bar.el (menu-find-file-existing): New function.
14386 (menu-bar-file-menu): Use menu-find-file-existing for Open.
14387
14388 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
14389
14390 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
14391
14392 * vc.el: Remove unnecessary leading * in docstrings.
14393 (vc-annotate-mode-map): Move initialization into declaration.
14394 (vc-static-header-alist): Nitpick on the regexp.
14395 (vc-default-init-version): New fun.
14396 (vc-register): Use it.
14397 (vc-insert-headers): Use dolist.
14398 (vc-annotate-get-backend): Remove unused function.
14399 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
14400 (vc-annotate-mode): Remove corresponding call.
14401 (vc-annotate-car-last-cons): Simplify.
14402 (vc-annotate-buffers): Remove var.
14403 (vc-annotate-backend): Make it buffer-local.
14404 (vc-annotate): Move the interaction to the interactive spec.
14405 Add a `buf' argument.
14406 (vc-annotate-warp-version): Use this new `buf' argument to avoid
14407 killing&creating a vc-annotate buffer, which is very disruptive when
14408 the buffers are shown in dedicated frames.
14409
14410 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
14411
14412 * descr-text.el: Add FSF as maintainer.
14413 (describe-text-mode, describe-text-mode-map)
14414 (describe-text-mode-hook, describe-text-done): Delete. Use normal
14415 help-mode.
14416 (describe-text-widget, describe-text-sexp)
14417 (describe-property-list, describe-text-category)
14418 (describe-text-properties, describe-text-properties-1)
14419 (describe-char): Use help buttons instead of widgets.
14420 (describe-char-unicodedata-file): Make URL link in doc string.
14421
14422 2005-12-22 Richard M. Stallman <rms@gnu.org>
14423
14424 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
14425 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
14426 Don't include buttons that write a file when there's no file.
14427 (custom-variable-menu, custom-face-menu, custom-group-menu):
14428 Don't include commands that write a file when there's no file.
14429 (customize-browse): Reword the top-of-buffer help intro.
14430 (custom-buffer-create-internal): Fix previous change.
14431 (customize-changed-options-previous-release): Prev release is 21.1.
14432 (customize-changed-options): Doc fix.
14433 (customize-changed): New alias.
14434 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
14435 Say "standard values".
14436 (Custom-reset-standard): Doc fix.
14437 (custom-face-reset-standard): Doc fix.
14438
14439 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
14440
14441 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
14442 even if font-lock-mode is non-nil since it may be t without having
14443 turned on font-lock-mode-internal.
14444 (font-lock-choose-keywords): Minor optimization.
14445 (font-lock-add-keywords, font-lock-remove-keywords)
14446 (font-lock-set-defaults): Don't call make-local-variable on a variable
14447 that we know to already be local.
14448
14449 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
14450
14451 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
14452 messages if in the minibuffer.
14453
14454 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
14455
14456 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
14457 (tex-mode-flyspell-verify, flyspell-get-word)
14458 (flyspell-external-point-words): Don't use point-min/max uselessly.
14459
14460 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
14461 by Kevin Rodgers. Instead, just hide the completions buffer if we
14462 don't need to show it.
14463
14464 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
14465
14466 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
14467
14468 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
14469
14470 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
14471 delete-windows-on with an inexistent buffer.
14472
14473 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
14474
14475 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
14476 Delete defcustom variable :tag names.
14477
14478 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
14479
14480 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
14481 (log-view-font-lock-keywords): Ajust subgroup numbers.
14482 (log-view-current-tag): Don't hard code the number of subgroups.
14483
14484 2005-12-20 Juri Linkov <juri@jurta.org>
14485
14486 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
14487 (tooltip-x-offset, tooltip-y-offset): Doc fix.
14488
14489 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
14490 (menu-bar-non-minibuffer-window-p): Instead of checking
14491 display-multi-frame-p, use selected-frame when menu-updating-frame
14492 is nil.
14493
14494 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
14495
14496 * align.el (align-rules-list): Use [ \t] instead of \s-
14497 for column separators in text mode.
14498
14499 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
14500
14501 * help-mode.el (help-customize-variable, help-customize-face):
14502 Don't pop help-xref-stack as help-follow no longer pushes
14503 anything on to it.
14504
14505 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
14506
14507 * textmodes/org.el (org-agenda-custom-commands): New option.
14508 (org-agenda): Offer custom commands on splash screen.
14509 (org-make-tags-matcher): Parser for Boolean logic added.
14510 (org-agenda-set-tags): New command.
14511 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
14512 (org-set-tags): Efficiency improvements.
14513 (org-auto-align-tags): New option.
14514 (org-todo, org-demote, org-promote): Realign tags.
14515 (org-tags-completion-function): Use also "&" and "|" as separators.
14516 (org-org-menu): Agenda commands simplified.
14517
14518 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
14519
14520 * cus-edit.el (customize-apropos, customize-apropos-options):
14521 Docstring changes.
14522
14523 * font-lock.el (font-lock): Add tags to the links in the defgroup.
14524
14525 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
14526
14527 * longlines.el (longlines-mode): Wrap while widened.
14528 (longlines-decode-region, longlines-encode-region): Compute max
14529 just once.
14530
14531 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14532
14533 * cus-edit.el (mac): New group.
14534
14535 * cus-start.el (all): Add user options in macterm.c. Add test for
14536 Mac-related built-ins. Fix test for GTK-related built-ins.
14537
14538 * term/mac-win.el (mac-handle-language-change)
14539 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
14540 (mac-services-open-selection, mac-services-mail-selection)
14541 (mac-services-mail-to, mac-services-insert-text)
14542 (mac-dispatch-apple-event): Add docstrings.
14543 (x-get-selection, mac-select-convert-to-string): Select coding
14544 system from `utf-16be' and `utf-16le' using `byteorder'.
14545
14546 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
14547
14548 * subr.el (lazy-completion-table): Don't be fooled if the var holds
14549 a "list" (lambda ...) rather than a real completion list.
14550
14551 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
14552 lexical-let when encountering ((lambda (...) ...) ...).
14553
14554 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
14555
14556 * progmodes/sh-script.el (sh-mode):
14557 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
14558 * textmodes/picture.el (picture-mode): Update docstrings.
14559
14560 2005-12-17 Eli Zaretskii <eliz@gnu.org>
14561
14562 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
14563 commands enclosed in $(ARGQUOTE)s should not be split between two
14564 lines, as that will break with GNU Make >3.80, when sh.exe is used
14565 and arg quoting is with '..'.
14566 (autoloads): Don't break the quoted --eval expression between
14567 several lines.
14568
14569 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
14570
14571 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
14572 Capture error from printing circular structures.
14573
14574 2005-12-17 Martin Rudalics <rudalics@gmx.at>
14575
14576 * wid-edit.el (widget-checkbox-action): Clear undo info.
14577
14578 2005-12-16 Bill Wohler <wohler@newt.com>
14579
14580 * menu-bar.el (kill-this-buffer): Set a good example by using menu
14581 bar, not menubar in comment.
14582
14583 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
14584
14585 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
14586 After-change-functions should not clobber the match data.
14587
14588 2005-12-16 Juri Linkov <juri@jurta.org>
14589
14590 * simple.el (choose-completion): Use `buffer-substring-no-properties'
14591 instead of `buffer-substring'.
14592 (completion-common-substring): Doc fix.
14593 (completion-setup-function): Use minibuffer-completion-contents
14594 instead of minibuffer-contents. Don't set common-string-length
14595 initially. Remove special handling of partial-completion-mode.
14596 Move computation of completion-base-size into one cond.
14597 Call completion-base-size-function in mainbuf. In computation of
14598 completion-base-size for file name completion don't move point to
14599 the end of the minibuffer. Move computation of common-string-length
14600 into one cond. Start putting faces only when common-string-length>=0.
14601 Add condition to put completions-common-part when
14602 common-string-length>0.
14603
14604 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
14605 place point at the first different character in the minibuffer
14606 even if this position is at the beginning of the minibuffer.
14607
14608 * info.el (Info-read-node-name-1): In completion-base-size-function's
14609 lambda return 1 if common-substring or minibuffer-completion-contents
14610 starts with (, and 0 otherwise.
14611
14612 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
14613 Use `crm-current-element' for second arg of `display-completion-list'.
14614
14615 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
14616
14617 * files.el (set-auto-mode): Look for an interpreter specified on
14618 the first line also if search for mode specification succeeded,
14619 but the mode is not known.
14620
14621 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
14622
14623 * textmodes/org.el (org-tags-match-list-sublevels): New option.
14624 (org-open-at-point): Implement tag searches as links.
14625 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
14626 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
14627 (org-tags-sparse-tree, org-tags-view, org-set-tags)
14628 (org-agenda-dispatch): New commands.
14629 (org-use-tag-inheritance, org-tags-column): New options.
14630 (org-tab-follows-link, org-return-follows-link): New options.
14631 (org-tags): New customize group.
14632 (org-start-icalendar-file): Get local time zone.
14633 (org-tags-completion-function): New function.
14634 (org-set-font-lock-defaults): Make sure links will also be
14635 highlighted inside headlines.
14636
14637 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
14638
14639 * term.el (term-emulate-terminal):
14640 Let term-handle-ansi-terminal-messages override what Bash says about
14641 its current directory.
14642
14643 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
14644
14645 * bindings.el (last-buffer): Move to simple.el.
14646 * simple.el (last-buffer): Move here.
14647 (get-next-valid-buffer): New function.
14648 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
14649 (prev-buffer): Ditto. Rename to `previous-buffer'.
14650
14651 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
14652 * bindings.el (global-map): Ditto.
14653
14654 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
14655
14656 * cus-edit.el: Introductory comment change.
14657 (custom-magic-alist): Change message string for the `rogue' state.
14658
14659 2005-12-15 Richard M. Stallman <rms@gnu.org>
14660
14661 * tooltip.el: Delete defcustom variable :tag names.
14662
14663 * complete.el (partial-completion-mode): Doc fix.
14664
14665 * textmodes/flyspell.el (flyspell-external-point-words):
14666 Use save-excursion to ensure we don't move backward in the
14667 search loop, not even one character.
14668 (flyspell-delete-all-overlays): Use remove-overlays directly.
14669
14670 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
14671 (ispell-start-process): Set that variable.
14672 Clear ispell-buffer-local-name.
14673 (ispell-internal-change-dictionary):
14674 Set ispell-current-dictionary after killing process.
14675 (ispell-buffer-local-dict):
14676 Don't set spell-personal-dictionary after killing process.
14677 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
14678 (ispell-tex-skip-alists, ispell-html-skip-alists)
14679 (ispell-skip-region-alist): Mark as risky.
14680
14681 * net/newsticker.el (newsticker--retrieval-timer-list)
14682 (newsticker--display-timer, newsticker-running-p)
14683 (newsticker-ticker-running-p): Definitions moved up.
14684
14685 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
14686
14687 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
14688
14689 2005-12-15 David Ponce <david@dponce.com>
14690
14691 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
14692 (recentf-edit-list, recentf-open-files): Signal an error when
14693 there is no recent file.
14694
14695 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
14696
14697 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
14698 read-only except for texinfo-format-region evaluation.
14699
14700 2005-12-14 Richard M. Stallman <rms@gnu.org>
14701
14702 * vc.el (vc-default-previous-version, vc-default-next-version)
14703 (vc-do-command): Doc fixes.
14704
14705 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14706
14707 * textmodes/bibtex.el (bibtex-expand-strings)
14708 (bibtex-autokey-expand-string, bibtex-name-part)
14709 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
14710 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
14711 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
14712 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
14713 (bibtex-entry-postfix, bibtex-known-entry-type-re)
14714 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
14715 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
14716 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
14717 (bibtex-beginning-of-last-entry): Remove.
14718 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
14719 message if comma is missing but buffer is read-only.
14720 (bibtex-parse-field-text): Handle whitespaces at the end of field
14721 text. Return 3-element list with beginning and end of field text
14722 and end of field.
14723 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
14724 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
14725 (bibtex-search-forward-field, bibtex-search-backward-field):
14726 Search always delimited by limits of entry. Use more efficient
14727 search algorithms.
14728 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
14729 bibtex-end-of-name-in-field.
14730 (bibtex-text-in-field-bounds): Handle BibTeX strings when
14731 extracting the content of a field.
14732 (bibtex-text-in-field): Use search limits.
14733 (bibtex-parse-string-prefix): Handle empty string keys based on
14734 bibtex-string-empty-key.
14735 (bibtex-parse-string): Fix docstring.
14736 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
14737 (bibtex-preamble-prefix, bibtex-strings): New functions.
14738 (bibtex-skip-to-valid-entry): Include preceding whitespace in
14739 BibTeX entries (consistent with other BibTeX functions).
14740 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
14741 (bibtex-search-entry): Fix docstring. Simplify.
14742 (bibtex-flash-head, bibtex-complete-string-cleanup)
14743 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
14744 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
14745 (bibtex-parse-entry): New optional arg content.
14746 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
14747 Use bibtex-text-in-field-bounds.
14748 (bibtex-print-help-message): Handle BibTeX strings and preambles.
14749 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
14750 bibtex-parse-string-postfix.
14751 (bibtex-find-text-internal): New function.
14752 (bibtex-remove-delimiters): Use it.
14753 (bibtex-find-text): Use it. New optional arg help.
14754 (bibtex-complete): Handle BibTeX string and preamble entries.
14755 (bibtex-Preamble): Fix order of closing delimiters.
14756
14757 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
14758
14759 * vc.el (vc-default-revert): New fun.
14760
14761 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
14762
14763 2005-12-14 Romain Francoise <romain@orebokech.com>
14764
14765 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
14766 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
14767 (font-lock-remove-keywords): Likewise.
14768
14769 2005-12-14 Juri Linkov <juri@jurta.org>
14770
14771 * log-view.el (log-view-diff): Doc fix.
14772
14773 * isearch.el (isearch-query-replace): Use (mark) instead of
14774 isearch-opoint if mark is active in transient-mark-mode.
14775
14776 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
14777
14778 * isearch.el (isearch-query-replace): Check for isearch-other-end.
14779
14780 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
14781
14782 * progmodes/cpp.el (cpp-face): New widget.
14783 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
14784
14785 2005-12-14 Juri Linkov <juri@jurta.org>
14786
14787 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
14788 around `erase-buffer' and `insert'.
14789
14790 * descr-text.el (describe-text-properties): Replace buffer name
14791 "*Help-2*" with "*Help*<2>".
14792 (describe-char): Add functions print-help-return-message,
14793 toggle-read-only. Use help-setup-xref with nil to not store
14794 describe-char in help-xref-stack. Use help-make-xrefs to
14795 make [back] button.
14796
14797 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
14798
14799 * wdired.el (wdired-old-point): New internal variable.
14800 (wdired-change-to-wdired-mode): Set it buffer-locally.
14801 (wdired-abort-changes): Restore point after aborting changes.
14802
14803 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
14804
14805 * vc.el (vc-do-command): Add a new value t for okstatus.
14806
14807 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
14808 frame in case of errors.
14809
14810 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14811
14812 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
14813 so it comes after "On the Left" in the menu.
14814
14815 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
14816
14817 * cus-edit.el (customize-apropos, customize-apropos-options)
14818 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
14819
14820 2005-12-12 Bill Wohler <wohler@newt.com>
14821
14822 * vc-svn.el (vc-svn-registered): Fix problem of visiting
14823 non-writable Subversion-controlled files by saving window
14824 configuration before calling vc-do-command. vc-do-command calls
14825 pop-to-buffer on error which is unexpected during registration.
14826
14827 2005-12-12 Jay Belanger <belanger@truman.edu>
14828
14829 * calc/README: Update the summary of changes.
14830
14831 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
14832
14833 * descr-text.el (describe-char): Rework last fix to solve the problem
14834 is the same way it's solved for everything else in that function
14835 (i.e. by extracting the info before setting up the *Help* buffer).
14836
14837 2005-12-12 Kim F. Storm <storm@cua.dk>
14838
14839 * subr.el (version-regexp-alist): Allow space as separator before
14840 non-numeric part, e.g. "1.0 alpha".
14841 (version-to-list): Interpret .X.Y version as 0.X.Y version.
14842
14843 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
14844
14845 * textmodes/org.el (org-agenda, org-timeline, org-todo):
14846 Implement Logging and the keep-modes setting.
14847 (org-get-category): Make sure a string is returned.
14848 (org-log-done): New function.
14849 (org-log-done, org-closed-string): New options.
14850
14851 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14852
14853 * tooltip.el (tooltip-y-offset): Change default to 20.
14854
14855 2005-12-12 Richard M. Stallman <rms@gnu.org>
14856
14857 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
14858
14859 * frame.el (display-hourglass): Doc fix.
14860
14861 * help.el (help-for-help-internal): Simplify entry for `a'.
14862
14863 * info.el (Info-on-current-buffer): Doc fix.
14864 (info-insert-file-contents): Don't test (featurep 'jka-compr).
14865
14866 * startup.el (inhibit-splash-screen): Make this the real name.
14867 (inhibit-startup-message): Make this the alias.
14868 (command-line): Find only simple.el, and use its directory
14869 to fill in other preloaded files' names.
14870 (command-line): Deactivate the mark if deactivate-mark is set.
14871
14872 * international/mule.el (load-with-code-conversion):
14873 Bind deactivate-mark.
14874
14875 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
14876
14877 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
14878
14879 * cus-edit.el (customize-apropos): Avoid listing an option more
14880 than once under different aliases. No longer list user options
14881 that are not defined with defcustom (unless a prefix arg is given).
14882 Doc fix.
14883 (customize-apropos-options): Doc fix.
14884
14885 2005-12-11 Juri Linkov <juri@jurta.org>
14886
14887 * frame.el (set-background-color, set-foreground-color)
14888 (set-cursor-color, set-mouse-color, set-border-color):
14889 Add explicit prompts to read colors by `facemenu-read-color'.
14890 (show-trailing-whitespace, blink-cursor-delay)
14891 (blink-cursor-interval, display-hourglass, hourglass-delay):
14892 Remove tags.
14893 (display-hourglass, hourglass-delay): Doc fix.
14894 (cursor-in-non-selected-windows): Capitalize words in tag.
14895
14896 * faces.el (frame-background-mode): Replace `choice-item' keywords
14897 with `const' to not make [default] button. Change default value tag
14898 from `default' to `automatic'. Doc fix.
14899 (trailing-whitespace) <defface>: Change group `whitespace' to
14900 `whitespace-faces'.
14901
14902 2005-12-11 Richard M. Stallman <rms@gnu.org>
14903
14904 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
14905
14906 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14907
14908 * term/mac-win.el: Create keymap for mac-apple-event-map.
14909
14910 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
14911
14912 * tooltip.el (tooltip-mode): Move to start of file so that it
14913 appears at top of customize buffer.
14914
14915 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
14916 Add the gud groupname.
14917 (gud-tooltip-mode): Add the tooltip groupname.
14918 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
14919 avoid conflict with tooltip-use-echo-area.
14920
14921 2005-12-10 Romain Francoise <romain@orebokech.com>
14922
14923 * help.el (help-for-help-internal): Add `r' in doc string.
14924
14925 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
14926
14927 * align.el (align-regexp, align-highlight-rule):
14928 Use region-beginning and region-end instead of point and mark, so that
14929 repetition (with `repeat-complex-command') recomputes the region
14930 bounds.
14931
14932 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
14933
14934 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
14935 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
14936 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
14937 (balance-windows): Rewrite using the above new functions.
14938
14939 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
14940
14941 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
14942 react if global-hi-lock-mode seems intended.
14943 (global-hi-lock-mode) Renamed from hi-lock-mode.
14944 (hi-lock-archaic-interface-message-used)
14945 (hi-lock-archaic-interface-deduce): New variables.
14946 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
14947 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
14948 (hi-lock-find-patterns, hi-lock-font-lock-hook):
14949 Replace hi-lock-buffer-mode with hi-lock-mode.
14950
14951 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
14952
14953 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
14954 completion list, even after a partial completion has been
14955 inserted in the current buffer. If there are more than 1
14956 completion, redisplay the *Completions* buffer; if the
14957 completion is unique, delete the *Completions* window.
14958
14959 2005-12-10 Eli Zaretskii <eliz@gnu.org>
14960
14961 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
14962 strings and long subject lines that were broken into multiple
14963 lines at arbitrary places. Handle subjects that have "Re: " in
14964 the middle.
14965
14966 2005-12-10 John W. Eaton <jwe@octave.org>
14967
14968 * emacs/octave-mod.el (octave-electric-space): Don't indent
14969 comments or strings if octave-auto-indent is nil.
14970
14971 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14972
14973 * term/mac-win.el: Require url when compiling.
14974 Call mac-process-deferred-apple-events after loading init files.
14975 (mac-apple-event-map): New defvar. Define event handlers in it.
14976 (core-event, internet-event): New Apple event class symbols.
14977 (open-application, reopen-application, open-documents)
14978 (print-documents, open-contents, quit-application)
14979 (application-died, show-preferences, autosave-now, get-url):
14980 New Apple event ID symbols.
14981 (about): New HICommand ID symbol.
14982 (mac-event-spec, mac-event-ae): New macros.
14983 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
14984 (mac-ae-selection-range, mac-ae-text-for-search)
14985 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
14986 (mac-application-menu-map): Remove keymap. Handlers for HICommand
14987 and Services menu events are now defined in mac-apple-event-map.
14988 (mac-drag-n-drop): Remove selection range handling.
14989
14990 2005-12-10 Kenichi Handa <handa@m17n.org>
14991
14992 * simple.el (zap-to-char):
14993 * isearch.el (isearch-process-search-char): Translate CHAR by
14994 translation-table-for-input.
14995
14996 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
14997
14998 * foldout.el (foldout-exit-fold): Properly hide subtree.
14999
15000 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
15001
15002 * files.el (save-buffer):
15003 * international/ucs-tables.el (ucs-set-table-for-input):
15004 * mail/mail-extr.el (mail-extract-address-components):
15005 * mail/sendmail.el (mail-mode): Reformat doc string.
15006
15007 2005-12-09 Juri Linkov <juri@jurta.org>
15008
15009 * isearch.el (isearch-highlight): Change main overlay priority
15010 from 1 to 1001. Simplify.
15011 (isearch-lazy-highlight-update): Change lazy overlay priority
15012 from 0 to 1000.
15013
15014 * replace.el (replace-highlight): Change overlay priority from
15015 1 to 1001.
15016
15017 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
15018 Change overlay priority from 1 to 1001. Reuse existing overlay.
15019
15020 * compare-w.el (compare-windows-highlight): Change overlay
15021 priority from 1 to 1000.
15022
15023 * menu-bar.el (menu-bar-edit-menu): Add listp around
15024 pending-undo-list to disable menu item "undo" when pending
15025 undo list is empty.
15026
15027 * locate.el (locate): Disable undo in *Locate* buffer.
15028
15029 2005-12-09 Kim F. Storm <storm@cua.dk>
15030
15031 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
15032
15033 2005-12-09 David Ponce <david@dponce.com>
15034
15035 * recentf.el: Improvement of the menu code.
15036 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
15037 instead of menu hook.
15038 (recentf-show-menu, recentf-hide-menu): New functions.
15039 (recentf-menu-customization-changed, recentf-mode): Use them.
15040 (recentf-menu-action, recentf-max-menu-items)
15041 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
15042 (recentf-arrange-by-rule-others)
15043 (recentf-arrange-by-rules-min-items)
15044 (recentf-arrange-by-rule-subfilter) : Don't use
15045 `recentf-menu-customization-changed'.
15046 (recentf-arrange-rules): Likewise. Accept functions to compute
15047 sub-menu titles.
15048 (recentf-menu-filter): Likewise. Doc fix.
15049 (recentf-menu-value-shortcut): Doc fix.
15050 (recentf-dump-variable): Quote atom value.
15051 (recentf-make-menu-items): Update to use it as a menu filter.
15052 (recentf-match-rule): New function.
15053 (recentf-arrange-by-rule): Use it.
15054 (recentf-indirect-mode-rule): New function.
15055 (recentf-build-mode-rules): Use it.
15056 (recentf-dir-rule): New function.
15057 (recentf-arrange-by-dir): Use it.
15058 (recentf-filter-changer-current): Rename from
15059 `recentf-filter-changer-state'. All references updated.
15060 (recentf-filter-changer-alist): Update filter names.
15061 (recentf-filter-changer-select): New function.
15062 (recentf-filter-changer): Use it. Make a sub-menu from filters
15063 available in `recentf-filter-changer-alist'.
15064 (recentf-data-cache, recentf-clear-data)
15065 (recentf-update-menu): Remove. All references updated.
15066 (recentf-match-rule-p, recentf-build-dir-rules)
15067 (recentf-filter-changer-goto-next)
15068 (recentf-filter-changer-get-current)
15069 (recentf-filter-changer-get-next): Remove.
15070
15071 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
15072
15073 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
15074 buffer "Reset" button to "Reset to Current" for consistency with
15075 the State buttons.
15076
15077 2005-12-08 John Paul Wallington <jpw@pobox.com>
15078
15079 * ibuf-ext.el (define-ibuffer-filter filename):
15080 If `dired-directory' is a list then really use its car.
15081
15082 2005-12-08 Kim F. Storm <storm@cua.dk>
15083
15084 * emulation/cua-rect.el (cua--rectangle-aux-replace):
15085 Fix indention of text on right side of replaced rectangle.
15086
15087 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
15088
15089 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
15090 No need to check gud-comint-buffer is bound.
15091 (gdb): Prevent multiple debugging when first session uses gdba.
15092
15093 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15094
15095 CC Mode update to 5.31.
15096
15097 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
15098 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
15099 We might do this function properly in the future).
15100
15101 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
15102 New macros c-sentence-end and c-default-value-sentence end, to cope
15103 with Emacs 22's new function `sentence-end'.
15104
15105 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15106
15107 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
15108 compat issue using `c-put-overlay' and `c-delete-overlay'.
15109
15110 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
15111 New compat macros to handle overlays/extents.
15112
15113 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15114
15115 * progmodes/cc-fix.el: Add definitions of the macros push and pop
15116 (for GNU Emacs 20.4)
15117
15118 * progmodes/cc-defs.el:
15119 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
15120
15121 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
15122 highlighting mechanism so it will work in XEmacs too.
15123
15124 * progmodes/cc-defs.el: Insert c-int-to-char.
15125
15126 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
15127 call to the new macro c-int-to-char. This solves XEmacs's
15128 regarding characters as different from integers.
15129
15130 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15131
15132 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
15133 New internal helper.
15134
15135 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
15136 construct to make the indirect face lookup work in XEmacs.
15137
15138 (c-cpp-matchers): Append the negation char face to the existing
15139 fontification, so that the cpp face doesn't disappear.
15140 Use `c-make-syntactic-matcher' to avoid negation chars in comments
15141 and strings.
15142
15143 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
15144 to map to `font-lock-negation-char-face' in emacsen where it exists.
15145
15146 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15147
15148 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
15149
15150 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
15151 Rename "c-subword-move-mode" as "c-subword-mode".
15152
15153 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
15154 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
15155
15156 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15157
15158 * progmodes/cc-mode.el: Added autoload directive for
15159 `c-subword-move-mode' for use in older emacsen.
15160
15161 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15162
15163 * progmodes/cc-mode.el:
15164 (i) Insert a binding for C-c C-backspace into
15165 c-bind-special-erase-keys which works in TTYs.
15166 (ii) Make sure that when file styles are used, any explicitly
15167 given style variables take priority over those in the style.
15168 Do this by calling `hack-local-variables' a second time.
15169
15170 * progmodes/cc-vars.el: Add language specific customization
15171 widgets for AWK to c-doc-comment-style, c-require-final-newline
15172 and c-default-style. Add a defcustom for awk-mode-hook.
15173 Give c-syntactic-element and c-syntactic-context doc-strings by
15174 directly setting their `variable-documentation' propery.
15175 This allows Emacs 22.1 to read these with C-h v.
15176
15177 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
15178
15179 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15180
15181 * progmodes/cc-fonts.el, cc-vars.el
15182 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
15183 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
15184 Masatake YAMATO.
15185
15186 (c-doc-comment-style): Made GtkDoc default in C mode.
15187
15188 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
15189 and C-c C-<delete>.
15190
15191 (c-bind-special-erase-keys): New function for use on
15192 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
15193
15194 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
15195 <delete> key behavior in XEmacs according to `delete-forward-p'.
15196 C.f. `c-electric-delete'.
15197
15198 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15199
15200 * progmodes/cc-mode.el: Give c-hungry-backspace and
15201 c-hungry-delete-forward permanent key bindings.
15202
15203 * progmodes/cc-cmds.el (c-electric-semi&comma):
15204 Bind c-syntactic-context for calls to "criteria functions", for
15205 consistency with other calls to user functions.
15206
15207 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
15208 `current-prefix-arg', since this might be the prefix arg to a
15209 command which calls c-indent-command as a function. Change the
15210 interactive spec from "p" to "P".
15211
15212 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
15213 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
15214 was difficult to understand.
15215
15216 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15217
15218 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
15219 first char of an identifier.
15220
15221 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
15222 +" syntax in C++.
15223
15224 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15225
15226 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
15227 auto-fill doesn't split a c-comment's last word from a hanging
15228 "*/" when a space is typed between them after fill-column.
15229
15230 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
15231
15232 * progmodes/cc-styles.el (c-set-style)
15233 (c-setup-paragraph-variables): Abort the command if we're not in a
15234 CC Mode buffer.
15235
15236 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
15237 with blank comment-prefix, and a blank line as the comment's
15238 second line.
15239
15240 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15241
15242 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
15243 Incorporate the patterns added in the Emacs development branch
15244 for the new Emacs 22 face `font-lock-negation-char-face'.
15245
15246 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
15247 of "red" since it stands out better in xterms and DOS terminals.
15248
15249 * progmodes/cc-engine.el (c-literal-faces):
15250 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
15251
15252 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15253
15254 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
15255 forcibly enable c-electric-flag.
15256
15257 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
15258 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
15259 after the comment-prefix of a C-style comment will close that comment.
15260
15261 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15262
15263 * progmodes/cc-fonts.el (c-basic-matchers-before)
15264 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
15265 in Pike.
15266
15267 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
15268 digraphs.
15269
15270 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
15271 (c-cpp-message-directives, c-cpp-include-directives)
15272 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
15273 (c-cpp-expr-directives): Introduce new language constants to
15274 control cpp syntax in a cleaner way.
15275
15276 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
15277
15278 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
15279
15280 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
15281 (c-multiline-string-start-char): New language constants and
15282 variables to specify how newlines in string literals work.
15283
15284 (c-font-lock-invalid-string): Use them.
15285
15286 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
15287 unbalanced close brace is entered. Optimization by avoiding going
15288 back over arbitrarily large blocks. Removed hints that this
15289 function only would be relevant/useful in AWK.
15290
15291 (c-electric-brace): Indent syntactically after the cleanups since
15292 lineup functions might do it differently then.
15293
15294 * progmodes/cc-engine.el, cc-langs.el
15295 (c-opt-op-identifier-prefix): New language constant and variable.
15296
15297 (c-just-after-func-arglist-p, c-after-special-operator-id)
15298 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
15299
15300 * progmodes/cc-align.el, cc-engine.el
15301 (c-after-special-operator-id): New helper to handle C++ operator
15302 identifiers.
15303
15304 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
15305 (c-guess-basic-syntax): Handle C++ operator identifiers in
15306 declarations.
15307
15308 * progmodes/cc-langs.el (c-assignment-operators): Add the
15309 trigraph version of ^= too.
15310
15311 * progmodes/cc-langs.el (c-assignment-operators): Add the
15312 trigraph version of |= in C++.
15313
15314 * progmodes/cc-fonts.el (c-font-lock-declarators):
15315 Handle `c-decl-hangon-kwds' after the identifier name.
15316
15317 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
15318 whether an arglist is "nonempty", ignore a comment after the open
15319 paren if it isn't followed by a non-comment token on the same line.
15320
15321 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
15322 Enable heuristics below the point to cope with classes inside special
15323 brace lists in Pike.
15324
15325 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15326
15327 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
15328
15329 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15330
15331 * progmodes/cc-guess.el (cc-guess-install): New function to
15332 install an already guessed style in another buffer.
15333
15334 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
15335 sets `inhibit-read-only' - `c-save-buffer-state' should be used
15336 anyway if the change always is undone.
15337
15338 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15339
15340 Implement togglable electricity:
15341
15342 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
15343 saying when it should be used.
15344
15345 * progmodes/cc-engine.el: Add the new buffer-local variable,
15346 c-electric-flag.
15347
15348 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
15349 c-toggle-auto-newline.
15350
15351 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
15352 c-toggle-auto-newline. Remove the binding for
15353 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
15354 c-toggle-electric-state.
15355
15356 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
15357
15358 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
15359 c-\(forward\|backward\)-subword.
15360 (c-update-modeline): Add the new modeline flag `l' for
15361 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
15362 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
15363 Make the old name an alias of the new name.
15364 (c-toggle-electric-state): New function.
15365 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
15366 Adapt these functions to do electric things only when
15367 c-electric-flag is non-nil.
15368 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
15369 new functions from c-electric-brace.
15370 (c-point-syntax): Add a check for "virtual semicolons" in AWK
15371 mode, so that the tentative extra newline doesn't change the
15372 syntax of the following brace.
15373 (c-electric-brace): Restructure by extracting the above functions.
15374 Tidy up the coding somewhat.
15375 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
15376 restructure a bit.
15377
15378 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15379
15380 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
15381 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
15382
15383 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
15384 (c-submode-indicators): Change name from `c-auto-hungry-string'
15385 since it's now used to track another submode.
15386
15387 (c-update-modeline): Convert to function and extended to check
15388 `c-subword-move-mode'.
15389
15390 (c-forward-into-nomenclature, c-backward-into-nomenclature):
15391 Convert to compat aliases for `c-forward-subword' and
15392 `c-backward-subword'.
15393
15394 * progmodes/cc-subword.el: New functions and minor mode to handle
15395 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
15396
15397 (c-forward-subword, c-backward-subword, c-mark-subword)
15398 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
15399 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
15400 Functions corresponding to the standard word handling functions.
15401
15402 (c-subword-move-mode): Minor mode that replaces all the standard
15403 word handling functions with their subword equivalences.
15404
15405 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15406
15407 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
15408 entry for one-liner-defun.
15409
15410 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
15411 name in its def-edebug-spec.
15412
15413 * progmodes/cc-cmds.el (c-electric-brace): Make the
15414 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
15415 compacts space before a comment, if this will make things fit on
15416 one line.
15417
15418 Introduce an "awk" style, mainly for auto-newline and clean-ups.
15419
15420 * progmodes/cc-align.el: New function c-snug-1line-defun-close
15421
15422 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
15423 clean-up one-liner-defun.
15424
15425 * progmodes/cc-styles.el: Add the new "awk" style.
15426
15427 * progmodes/cc-vars.el: Add description of one-liner-defun to
15428 c-cleanup-list's doc-string. New user options,
15429 c-max-one-liner-length. In c-default-style, set the default style
15430 for AWK to "awk".
15431
15432 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15433
15434 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
15435 macros inside labels.
15436
15437 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
15438 `c-at-statement-start-p' and `c-at-expression-start-p'.
15439
15440 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
15441 error if the mark isn't set.
15442
15443 * progmodes/cc-engine.el (c-guess-continued-construct)
15444 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
15445 accurately detect functions inside functions.
15446
15447 * progmodes/cc-engine.el (c-at-expression-start-p): New function
15448 like `c-at-statement-start-p' that additionally recognizes commas
15449 and expression parentheses as delimiters.
15450
15451 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
15452 to avoid heuristics that doesn't work for unclosed blocks.
15453 (c-at-statement-start-p): New function.
15454
15455 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
15456 Objective-C directives, e.g. directives spanning lines should work
15457 reasonably well now.
15458
15459 (c-put-c-type-property, c-clear-c-type-property): New helpers.
15460
15461 (c-forward-objc-directive): New function to move over any ObjC
15462 directive.
15463
15464 (c-just-after-func-arglist-p, c-guess-basic-syntax)
15465 (c-basic-matchers-before): Use it.
15466
15467 (c-font-lock-objc-iip-decl): Remove.
15468
15469 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
15470 in the template arglist recognition.
15471
15472 * progmodes/cc-styles.el (c-style-alist): Fix several
15473 inconsistencies in the Whitesmith style.
15474
15475 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
15476 New lineup function to get lines after Whitesmith style blocks
15477 correctly indented.
15478
15479 (c-lineup-whitesmith-in-block): Back out the compensation for
15480 opening parens since it's done using `add' lists in the style
15481 definition instead. Don't use the anchor position since it varies
15482 too much between the syntactic symbols. :P
15483
15484 * progmodes/cc-vars.el (c-valid-offset): Update.
15485
15486 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
15487 lists where the offsets are combined according to several
15488 different methods: `first', `min', `max', and `add'.
15489 Report offset evaluation errors with `c-benign-error' so that some kind
15490 of reindentation still is done.
15491
15492 * progmodes/cc-engine.el (c-guess-basic-syntax):
15493 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
15494 `arglist-close'.
15495
15496 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
15497 situations for `arglist-cont-nonempty' and `arglist-close'.
15498
15499 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
15500
15501 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
15502 cc-bytecomp-boundp' in a number of places.
15503
15504 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
15505 macro related issue.
15506
15507 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15508
15509 * progmodes/cc-awk.el: Change the terminology of regexps: A char
15510 list is now [asdf], a char class [:alpha:].
15511 Include code for char classes.
15512 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
15513 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
15514
15515 Remove (nearly all of) the cruft associated with AWK Mode's former
15516 concept of "virtual semicolons":
15517
15518 Adapt c-beginning-of-statement, c-end-of-statement (together with
15519 subfunctions) to use the new notion of "virtual semicolon" in
15520 place of the old awkward special handling for AWK. There remains
15521 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
15522 * progmodes/cc-cmds.el:
15523 (c-ascertain-adjacent-literal): In the backwards direction, now
15524 recognises AWK regexp delimiters as string delimiters.
15525 (c-after-statement-terminator-p): Adapt for virtual semicolons;
15526 check more rigorously for "end of macro".
15527 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
15528 virtual semicolons;
15529 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
15530 out the code for forward movement into ...
15531 (c-end-of-statement): Now contains the code for forward movement,
15532 adapted for virtual semicolons.
15533
15534 * progmodes/cc-engine.el:
15535 (c-ws*-string-limit-regexp): New regexp.
15536 (c-forward-single-comment, c-backward-single-comment): Comment out
15537 the (now redundant) "special" AWK stuff.
15538
15539 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
15540 c-string-par-start, c-string-par-separate to be more like Text
15541 Mode than Fundamental Mode.
15542
15543 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15544
15545 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
15546 to the fontified region so that fontification doesn't occur
15547 outside it (could happen e.g. when fontifying a line with an
15548 unfinished declaration).
15549
15550 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15551
15552 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
15553 start of the file. ^L now separate sections of the file.
15554 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
15555 (c-awk-one-line-possibly-open-string-re)
15556 (c-awk-regexp-one-line-possibly-open-char-class-re)
15557 (c-awk-one-line-possibly-open-regexp-re)
15558 (c-awk-one-line-non-syn-ws*-re): New defonsts.
15559 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
15560
15561 Amend the concept of "virtual semicolons" (in the indentation
15562 engine) for languages like AWK, such that they are now
15563 conceptually attached to end of the last token of a statement, not
15564 the end of the line. (In AWK Mode, however, the pertinent text
15565 property is still physically set on the EOL.) Remove the specific
15566 tests for awk-mode, thus facilitating the introduction of other
15567 language modes where EOLs can end statements.
15568 (Note: The funtionality in cc-cmds.el, specifically
15569 c-beginning/end-of-statement has yet to be amended.)
15570
15571 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
15572 New macros.
15573
15574 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
15575 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
15576 c-vsemi-status-unknown-p-fn (in a new page).
15577
15578 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
15579 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
15580 numerous awkward forms like
15581 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
15582 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
15583 variable before-ws-ip, the place just after char-before-ip appears.
15584
15585 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
15586 a comment.
15587
15588 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15589
15590 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
15591 `c-tentative-buffer-changes'.
15592
15593 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
15594 convert to macro to choose between Emacs and XEmacs at compile time.
15595
15596 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
15597
15598 (c-tentative-buffer-changes): New macro to handle temporary buffer
15599 changes in a convenient way.
15600
15601 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
15602 for `c-tentative-buffer-changes'.
15603
15604 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
15605 the checks for paren sexps between the point and the keyword, to
15606 avoid some false alarms.
15607
15608 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
15609 Fixed a situation where an error could be thrown for unbalanced
15610 parens. Changed to make use of c-keyword-member' to avoid some
15611 repeated regexp matches.
15612
15613 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
15614 These language variable are no longer necessary.
15615
15616 (c-block-stmt-kwds): New language constant used by
15617 c-looking-at-inexpr-block'.
15618
15619 (c-guess-basic-syntax): Remove an optional check that looked at
15620 the existence of the now removed language variables.
15621
15622 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
15623 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
15624 object instantiation expressions as declarations in some contexts.
15625 This bug only affected languages where the declarator can't be
15626 enclosed in parentheses.
15627
15628 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
15629 insert newlines before and after substatement braces.
15630
15631 * progmodes/cc-engine.el: Improved the heuristics for recognizing
15632 function declaration headers and the handling of C++ style member
15633 init lists.
15634
15635 (c-just-after-func-arglist-p): Rewritten to use
15636 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
15637
15638 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
15639
15640 (c-guess-basic-syntax): Adapt case 5B for the new
15641 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
15642 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
15643 covers all cases now).
15644
15645 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
15646
15647 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15648
15649 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
15650 c-string-par-start/separate c-sentence-end-with-esc-eol,
15651 initialised in c-setup-paragraph-variables, used in string
15652 scanning subroutines of c-beginning-of-statement.
15653
15654 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
15655 which precedes the newly inserted `{'.
15656
15657 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15658
15659 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
15660 function for declaration level blocks. It should now cope with
15661 templates better and also be a lot more comprehensible.
15662
15663 (c-looking-at-decl-block): The new function.
15664
15665 (c-search-uplist-for-classkey): The old one. It's now a wrapper
15666 for compatibility.
15667
15668 (c-add-class-syntax, c-guess-continued-construct)
15669 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
15670
15671 (c-decl-block-key): Change to tell apart ambiguous and
15672 unambiguous keywords. Pike specials are now handled directly in
15673 the code instead.
15674
15675 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
15676 New language constants and variables to make the backward skip in
15677 `c-looking-at-decl-block' as tight as possible.
15678
15679 (c-nonsymbol-token-char-list): New language constant.
15680
15681 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
15682 find balanced template arglists backwards.
15683
15684 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
15685 making char classes for `c-syntactic-skip-backward'.
15686
15687 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
15688 16D - can't be a class-close at that point.
15689
15690 * progmodes/cc-engine.el (c-guess-basic-syntax)
15691 (c-add-class-syntax): Don't narrow out the enclosing declaration
15692 level. This makes everything a lot easier, and it was actually
15693 only four small places that needed it to work. Some places that
15694 previously did `widen' are removed now, which has the effect that
15695 `c-guess-basic-syntax' never will look at things outside the
15696 current narrowment now. The anchor position for `topmost-intro'
15697 is affected by this, but it was so bogus it was basically useless
15698 before, and now it's equally bogus but in a slightly different way.
15699
15700 (c-narrow-out-enclosing-class): Gone.
15701
15702 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
15703 the narrowed region.
15704
15705 (c-least-enclosing-brace): Remove silly optional argument.
15706
15707 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
15708 the point could be left directly after an open paren when finding
15709 the beginning of the first decl in the block.
15710
15711 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
15712 Specify which submatch to use.
15713
15714 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
15715
15716 (c-decl-start-re): No longer any need for special treatment of
15717 ObjC due to the above.
15718
15719 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
15720 presumably follows C in that regard.
15721
15722 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
15723 New language constants to specify operator tokens inside
15724 identifiers in a more high level way.
15725
15726 (c-opt-identifier-prefix-key): New internal language constant.
15727
15728 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
15729 (c-identifier-start, c-identifier-key): Now completely calculated
15730 from other constants.
15731
15732 (c-identifier-last-sym-match): Decommission since it's no longer used.
15733
15734 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
15735
15736 * progmodes/cc-engine.el (c-forward-name): Remove the
15737 optimization when c-identifier-key is equal to c-symbol-key since
15738 it doesn't work in byte compiled files. Don't record empty
15739 regions as identifiers.
15740
15741 * progmodes/cc-langs.el (c-filter-ops): New helper function to
15742 simplify access to `c-operators' and its likes.
15743
15744 (c-operator-list, c-all-op-syntax-tokens)
15745 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
15746 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
15747 (c-primary-expr-regexp, c-cast-parens): Use it.
15748
15749 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
15750 an explicit language in functions.
15751
15752 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
15753 variant of adornment.
15754
15755 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
15756 variable.
15757
15758 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
15759 the Pike value.
15760
15761 * progmodes/cc-engine.el (c-on-identifier)
15762 (c-simple-skip-symbol-backward): Small fix for handling "-"
15763 correctly in `skip-chars-backward'. Affected the operator lfun
15764 syntax in Pike.
15765
15766 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
15767 diagnostic message about precompiled language vars not being used.
15768
15769 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
15770 "__attribute__" is followed by a parenthesis.
15771
15772 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
15773 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
15774 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
15775
15776 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
15777 Internal cleanups to properly detect the declared identifiers in
15778 various declarations.
15779
15780 (c-decl-start-kwds): New language constant to recognize
15781 declarations that can start anywhere. Used for class declarations
15782 in Pike.
15783
15784 (c-specifier-key, c-not-decl-init-keywords)
15785 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
15786 (c-find-decl-spots): Implement `c-decl-start-kwds'.
15787
15788 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
15789 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
15790 handling of the compiler specific extension keywords into a new
15791 language constant `c-decl-hangon-kwds' that defines keyword
15792 clauses to be ignored in declarations.
15793
15794 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
15795 past unrecognized tokens when handling `c-colon-type-list-kwds'.
15796 Necessary to stop at the declared identifier in e.g. IDL valuetype
15797 declarations.
15798
15799 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
15800 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
15801 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
15802 (c-forward-decl-or-cast-1): Recognize the declared identifier in
15803 class and enum declarations as such and not as part of the type.
15804
15805 (c-forward-decl-or-cast-1, c-forward-label): Relax the
15806 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
15807
15808 (c-forward-decl-or-cast-1): Don't disregard sure signs of
15809 declarations when there's some syntax error later on.
15810
15811 (c-complex-decl-matchers): Did away with a reference to
15812 `c-specifier-key'.
15813
15814 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
15815 value - this variable is always dynamically bound.
15816
15817 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
15818 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
15819 * cc-cmds.el, cc-defs.el: Change the policy for marking up
15820 functions that might do hidden buffer changes: All such internal
15821 functions are now marked instead of those that don't.
15822
15823 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
15824 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
15825 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
15826 (c-literal-type): Allow these functions to make hidden buffer changes,
15827 so that they are free to use text property caching later on.
15828
15829 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
15830 (c-electric-brace, c-electric-slash, c-electric-star)
15831 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
15832 (c-electric-paren, c-electric-continued-statement, c-indent-command)
15833 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
15834 (c-context-line-break): Add `c-save-buffer-state' calls to comply
15835 with the changed semantics of the functions above.
15836
15837 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
15838 when macros occur in obscure places. Optimized the sexp movement
15839 a bit.
15840
15841 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15842
15843 Enhancements for c-beginning-of-statement to work in AWK Mode:
15844
15845 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
15846 (completed statement) with `}' (statement completed by closing
15847 brace or semicolon) and `$' (statement completed by EOL).
15848
15849 (c-awk-virtual-semicolon-ends-prev-line-p)
15850 (c-awk-virtual-semicolon-ends-line-p)
15851 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
15852 (c-awk-at-statement-end-p): New functions.
15853
15854 * progmodes/cc-cmds.el: Simplify the structure of functions
15855 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
15856 two functions and c-beginning-of-statement to handle AWK Mode.
15857
15858 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
15859 c-backward-single-comment for AWK mode. Attempt to clarify their
15860 doc-strings.
15861
15862 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
15863
15864 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15865
15866 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
15867 label handling. Labels are now recognized in a uniform and more
15868 robust way, regardless of context. Text properties are put on all
15869 labels to recognize the following declarations better.
15870 Multiword labels are handled both in indentation and fontification for
15871 the benefit of language extensions like Qt. For consistency, keywords
15872 in labels are now fontified with the label face instead.
15873 That also applies to "case" and "default".
15874
15875 (c-beginning-of-statement-1): Fix some bugs in the label
15876 handling. Disregard `c-nonlabel-token-key' in labels that begin
15877 with `c-label-kwds'.
15878
15879 (c-find-decl-spots): Support that the callback adds more
15880 `c-decl-end' spots to find.
15881
15882 (c-forward-decl-or-cast-1): Don't treat a list of plain
15883 identifiers followed by a colon as a declaration.
15884
15885 (c-forward-label): New function to recognize labels.
15886
15887 (c-guess-basic-syntax): Replace uses of `c-label-key' with
15888 `c-forward-label'. Moved the label recognition cases (14 and 15)
15889 earlier since they aren't so context sensitive now. Handle labels
15890 on the top level gracefully. Moved access label recognition to
15891 the generic label case (CASE 15) - removed CASE 5E.
15892
15893 (c-font-lock-declarations): Add recognition of labels in the
15894 same round since we need to handle labels in parallell with other
15895 declarations to recognize both accurately. It should also improve
15896 speed.
15897
15898 (c-simple-decl-matchers, c-basic-matchers-after):
15899 Move `c-font-lock-labels' so that it only is used on decoration level 2
15900 since `c-font-lock-declarations' handles it otherwise.
15901
15902 (c-complex-decl-matchers): Remove the simplistic recognition of
15903 access labels.
15904
15905 (c-decl-prefix-re): Remove the kludges that was necessary to cope
15906 with labels earlier.
15907
15908 (c-decl-start-re): New language variable to make
15909 `c-font-lock-declarations' stop for the special protection labels
15910 in Objective-C that start with `@'.
15911
15912 (c-label-key): Remove since it's no longer used.
15913
15914 (c-recognize-colon-labels, c-label-prefix-re): New language
15915 constants to support recognition of generic colon-terminated labels.
15916
15917 (c-type-decl-end-used): `c-decl-end' is now used whenever there
15918 are colon terminated labels.
15919
15920 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
15921 first argument starts with a special brace list.
15922
15923 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
15924 (c-font-lock-declarations): Break out the declaration and cast
15925 recognition from `c-font-lock-declarations' to a new function, so
15926 that it can be used in the indentation engine.
15927
15928 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
15929 up to the start of the literal. Fixed bug with the point on the
15930 wrong side of the search limit that could happen when the start
15931 position is inside a literal.
15932
15933 * progmodes/cc-engine.el (c-parse-state)
15934 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
15935 so that it's kept a little bit back to increase the hit rate.
15936
15937 (c-parse-state): Change the macro handling and fixed some
15938 glitches. Macro context is checked more often than necessary now,
15939 but otoh less garbage conses are generated.
15940
15941 * progmodes/cc-engine.el (c-parse-state)
15942 (c-invalidate-state-cache): Cache the last position where
15943 `c-state-cache' applies. This can speed up refontification quite
15944 a bit in blocks where there are many non-brace parens before the point.
15945
15946 (c-state-cache-end): New variable for this.
15947
15948 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
15949 cache variable.
15950
15951 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
15952 get close initial continue positions when the start position is
15953 inside a literal or macro. Do not call the callback for spots
15954 before the start position (which can happen e.g. for `c-decl-end'
15955 spots inside comments). Optimize better in special cases when the
15956 region is a single line inside a literal or macro (typically when
15957 the current line is refontified).
15958
15959 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
15960 to `c-add-stmt-syntax' - there's no need to explicitly whack off
15961 entries from the paren state.
15962
15963 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
15964 special case for "else if" clauses.
15965
15966 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
15967 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
15968
15969 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
15970 New language variable to recognize the gcc extension with statement
15971 blocks inside expressions.
15972
15973 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
15974 it somewhat more comprehensible. The argument AT-BLOCK-START is
15975 no longer used and hence removed.
15976
15977 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
15978 to `c-add-stmt-syntax'.
15979
15980 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
15981 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
15982 This fixes bogus label recognition.
15983
15984 * progmodes/cc-engine.el (c-add-type, c-check-type)
15985 (c-forward-name, c-forward-type): Improve storage of template
15986 types in `c-found-types' so that they can be recognized better.
15987
15988 (c-syntactic-content): Add option to skip past nested parens.
15989
15990 * progmodes/cc-engine.el (c-forward-name):
15991 Set `c-last-identifier-range' all the time. It's less work that way.
15992 Handle that there might not be an identifier to store in
15993 `c-last-identifier-range'.
15994
15995 (c-forward-type): Handle that `c-last-identifier-range' might be
15996 nil from `c-forward-name'.
15997
15998 * progmodes/cc-defs.el (c-safe-scan-lists)
15999 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
16000
16001 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
16002 to work even if the form fails.
16003
16004 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
16005 down in a large file in one go.
16006
16007 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
16008
16009 * progmodes/cc-align.el (c-lineup-assignments): New lineup
16010 function which is like `c-lineup-math' but returns nil instead of
16011 `c-basic-offset' when it doesn't match.
16012
16013 (c-lineup-math): Change to use `c-lineup-assignments'.
16014
16015 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16016
16017 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
16018 c-beginning-of-statement. New subfunctions
16019 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
16020
16021 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16022
16023 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
16024 hardcoded char classes whereever possible. Changed a couple of
16025 places to use skip by syntax instead of skip by char class.
16026
16027 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
16028 Fix a bug in the regexp that caused extreme backtracking.
16029
16030 * progmodes/cc-langs.el (c-block-comment-starter)
16031 (c-block-comment-ender): New language constants to specify in a
16032 single place how block comments look.
16033
16034 (c-comment-start-regexp, c-block-comment-start-regexp)
16035 (comment-start, comment-end, comment-start-skip)
16036 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
16037 (c-syntactic-ws, c-nonempty-syntactic-ws)
16038 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
16039 `c-line-comment-starter', `c-block-comment-starter' and
16040 `c-block-comment-ender'.
16041
16042 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
16043 New language constants to break up things a bit.
16044
16045 (c-simple-ws): New language constant for simple whitespace.
16046
16047 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
16048
16049 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
16050 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
16051 newlines. Allow and ignore nil elements in the list.
16052
16053 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16054
16055 * progmodes/cc-cmds.el: Comment out a (n almost certainly
16056 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
16057
16058 * progmodes/cc-cmds.el: Tidy up the comments in
16059 c-beginning-of-statement and subfunctions.
16060
16061 * progmodes/cc-awk.el: Replace calls to put-text-property to the
16062 more flexible c-put-char-property and c-clear-char-properties.
16063 Add the author's email address.
16064
16065 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
16066
16067 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
16068 closing "*/" of a block comment.
16069
16070 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
16071 subfunctions) so that it works at BOB and EOB.
16072
16073 * progmodes/cc-cmds.el, cc-vars.el: More updating of
16074 c-beginning-of-statement, including new variable
16075 c-block-comment-start-regexp.
16076
16077 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16078
16079 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
16080 symbols from `*-font-lock-extra-types' so that there's no need to
16081 use `regexp-opt' on those lists.
16082
16083 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
16084 `c-type-modifier-kwds' is empty.
16085
16086 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
16087 there are several strings on the same line.
16088
16089 * progmodes/cc-engine.el (c-literal-limits): Remove the
16090 compatibility function for older emacsen. `c-literal-limits-fast'
16091 has now taken the place of this function.
16092
16093 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
16094 with older emacsen: We now require `pps-extended-state'.
16095
16096 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16097
16098 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
16099 which obviates the need to hack sentence-end. This now handles
16100 escaped newlines in strings correctly. Correct minor bugs in
16101 c-move-over-sentence and in c-beginning-of-statement.
16102
16103 * progmodes/cc-cmds.el (c-beginning-of-statement (and
16104 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
16105 that movement over macros and code are rigorously separated from
16106 eachother. Correct a few incidental bugs.
16107
16108 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
16109 Improve its doc-string. Improve the handling of certain specific cases.
16110
16111 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16112
16113 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
16114 (c-guess-basic-syntax): Change the way class-level labels are
16115 recognized; they can now contain essentially any symbols.
16116
16117 (c-opt-extra-label-key): New language variable to cope with the
16118 special protection label syntax in Objective-C.
16119
16120 (c-opt-access-key): Remove; this is now handled better by
16121 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
16122
16123 (c-complex-decl-matchers): Update to handle that
16124 `c-opt-access-key' no longer exists.
16125
16126 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
16127 improved label recognition in `c-beginning-of-statement-1'.
16128
16129 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
16130 Recognize bitfields better.
16131
16132 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
16133 Remove some cruft and fixed a bug that could cause it to go to a
16134 position further down.
16135
16136 * progmodes/cc-langs.el, cc-engine.el
16137 (c-beginning-of-statement-1): Improve detection of labels in
16138 declaration contexts.
16139
16140 (c-beginning-of-decl-1): Use it.
16141
16142 (c-nonlabel-token-key): New language constant and variable needed
16143 by `c-beginning-of-statement-1'.
16144
16145 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
16146 manifested itself due to the correction in `c-forward-sexp'.
16147
16148 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
16149 Make these behave as documented when used at the buffer limits.
16150
16151 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
16152 (c-type-decl-end-used): Made this a language variable.
16153
16154 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
16155 correctly when `combine-after-change-calls' is used together with
16156 temporary narrowings.
16157
16158 * progmodes/cc-engine.el (c-beginning-of-statement-1):
16159 Report labels correctly when the start point is immediately after the
16160 colon.
16161
16162 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
16163 Remove since it isn't used anymore.
16164
16165 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
16166 bracket arglists such as template parens in C++.
16167
16168 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
16169 in the last check-in. Some optimization.
16170
16171 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
16172 where it could stop at the same level in a preceding sexp when
16173 PAREN-LEVEL is set.
16174
16175 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
16176 text property lookup only when it's needed.
16177
16178 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
16179 Change the policy for paren marked angle brackets to be more
16180 persistent; once marked they remain marked even when they're found
16181 to be unbalanced in the searched region. This should keep the
16182 paren syntax around even when individual lines are refontified in
16183 multiline template arglists.
16184
16185 (c-parse-and-markup-<>-arglists): New dynamically bound variable
16186 to control markup so that incorrect angle bracket arglists aren't
16187 marked in contexts where the correct value for
16188 `c-disallow-comma-in-<>-arglists' isn't known.
16189
16190 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
16191 argument has become `c-parse-and-markup-<>-arglists'.
16192
16193 (c-remove-<>-arglist-properties): Remove - no longer used.
16194
16195 (c-after-change-check-<>-operators): New function used on
16196 `after-change-functions' to avoid that "<" and ">" characters that
16197 are part of longer operators have paren syntax.
16198
16199 (c-<>-multichar-token-regexp): New language variable used by
16200 `c-after-change-check-<>-operators'.
16201
16202 (c-after-change): Call `c-after-change-check-<>-operators'.
16203
16204 (c-font-lock-<>-arglists): Use the context properties set by
16205 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
16206 correctly to avoid doing invalid markup.
16207
16208 (c-font-lock-declarations): Remove code that undoes the invalid
16209 markup done by `c-font-lock-<>-arglists'.
16210
16211 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
16212 after `c-font-lock-declarations'.
16213
16214 * progmodes/cc-engine.el (c-syntactic-skip-backward):
16215 Add paren-level feature.
16216
16217 (c-guess-basic-syntax): Improve the anchor position for
16218 `template-args-cont' in nested template arglists. There's still
16219 much to be desired in this area, though.
16220
16221 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16222
16223 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
16224 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
16225
16226 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16227
16228 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
16229 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
16230
16231 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
16232 it doesn't work no longer are supported.
16233
16234 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
16235 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
16236 requires support for the syntax-table' text property, which rules
16237 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
16238 cruft associated with those versions.
16239
16240 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
16241 for the `syntax-table' text property, which rules out Emacs 19 and
16242 XEmacs < 21.4. Removed various compatibility cruft associated
16243 with those versions.
16244
16245 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
16246 support for the `syntax-table' text property.
16247
16248 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
16249 variable and use an extra quoted face name instead. All the
16250 emacsen flavors handle that correctly.
16251
16252 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
16253 (c-font-lock-declarators, c-font-lock-declarations)
16254 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
16255 property to mark the items in in declarator lists to handle
16256 refontification inside multiline declarations better.
16257
16258 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
16259 construct like "a * b = c;" as a declaration.
16260
16261 2005-12-08 Kim F. Storm <storm@cua.dk>
16262
16263 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
16264 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
16265 select either meta, hyper, or super modifier for rectangle commands.
16266 (cua--rectangle-modifier-key): New defvar.
16267 (cua--M/H-key): Use it. Remove special case for `space'.
16268 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
16269 on X, to meta otherwise. Always bind C-return to toggle
16270 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
16271
16272 * emulation/cua-rect.el (cua-help-for-rectangle):
16273 Use cua--rectangle-modifier-key. Handle super modifier too.
16274 (cua--init-rectangles): Always bind C-return to toggle rectangle.
16275 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
16276
16277 * ido.el: Move Acknowledgements and History after Commentary.
16278 Minor changes to Commentary.
16279
16280 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
16281 keymap if cua--prefix-override-timer is `shift'.
16282 (cua--shift-control-prefix): New function; emulate "type prefix
16283 key twice" functionality to handle shifted prefix key override.
16284 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
16285 New commands.
16286 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
16287
16288 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
16289
16290 * textmodes/org.el (org-insert-heading): Try to do items before
16291 headings.
16292 (org-agenda-mode): Quote `org-agenda-mode-hook'.
16293 (org-insert-item): New function.
16294 (org-renumber-ordered-list): Don't skip to higher level lists.
16295
16296 2005-12-08 Juri Linkov <juri@jurta.org>
16297
16298 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
16299
16300 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
16301
16302 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
16303
16304 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
16305 the constructed function name fun-1.
16306
16307 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
16308 because such links don't lead to parent documentation.
16309
16310 2005-12-08 Kenichi Handa <handa@m17n.org>
16311
16312 * descr-text.el (describe-char): Use *Help-2* buffer if the
16313 current buffer is *Help*. Call describe-text-properties while
16314 setting the original buffer.
16315
16316 2005-12-07 Bill Wohler <wohler@newt.com>
16317
16318 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
16319 and causes problems with non-MH users (such as Gnus users).
16320
16321 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
16322
16323 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
16324 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
16325 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
16326 command "info sources". Move calls to GDB command "list".
16327 (gdb-find-file-hook): Just use gdb-source-file-list.
16328 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
16329 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
16330 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
16331 (gdb-data-list-register-values-handler): Use correct trigger name.
16332
16333 2005-12-07 Kim F. Storm <storm@cua.dk>
16334
16335 * ido.el (ido-completion-map): Rename from ido-mode-map.
16336 (ido-common-completion-map, ido-file-completion-map)
16337 (ido-file-dir-completion-map, ido-buffer-completion-map):
16338 Rename from ido-mode-....-map.
16339 (ido-init-completion-maps): Rename from ido-init-mode-maps.
16340 (ido-setup-completion-map): Rename from ido-define-mode-map.
16341 (ido-read-internal): Bind minibuffer-local-filename-completion-map
16342 to ido-completion-map.
16343
16344 2005-12-07 Kenichi Handa <handa@m17n.org>
16345
16346 * international/mule-cmds.el
16347 (set-display-table-and-terminal-coding-system): If the coding
16348 system specified in `unibyte-display' property is different from
16349 the arg coding-system, don't setup standard-display-table.
16350
16351 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
16352
16353 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
16354 that comments end at \n, regardless of selective-display.
16355
16356 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
16357
16358 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
16359 (gdb-version): New variables.
16360 (gdb-source-file-list, gdb-register-names)
16361 (gdb-changed-registers): New variables for use with GDB 6.4+.
16362 (gdb-ann3): Replace with...
16363 (gdb-init-1, gdb-init-2): ...two new functions.
16364 (gdba, gdb-prompt): Call gdb-init-1.
16365 (gdb-get-version): New function. Call gdb-init-2 from here.
16366 (gud-watch): Make it work with mouse events too.
16367 (gdb-post-prompt): Don't add to queue until GDB version is known.
16368 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
16369 (gdb-locals-mode): Use gdb-version.
16370 (gdb-memory-format-map, gdb-memory-unit-map)
16371 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
16372 (gdb-locals-font-lock-keywords-1)
16373 (gdb-locals-font-lock-keywords-2): New variables.
16374 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
16375 (gdb-set-gud-minor-mode-existing-buffers-1)
16376 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
16377 (gdb-var-update-1, gdb-var-update-handler-1)
16378 (gdb-data-list-register-values-handler)
16379 (gdb-data-list-register-values-custom)
16380 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
16381 (gdb-stack-list-locals-handler, gdb-get-register-names):
16382 New functions for use with GDB 6.4+.
16383 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
16384 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
16385 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
16386 (gdb-stack-list-locals-regexp)
16387 (gdb-data-list-register-names-regexp): New regexps for use with
16388 GDB 6.4+.
16389
16390 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
16391
16392 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
16393
16394 2005-12-06 Nozomu Ando <nand@mac.com>
16395
16396 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
16397 prompts work for AUTH PLAIN. Also reported by Steve Allan
16398 <seallan@verizon.net>.
16399
16400 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
16401
16402 * frame.el (set-frame-parameter): Add doc string.
16403
16404 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
16405
16406 * textmodes/org.el (org-occur-highlights): New variable.
16407 (org-highlight-new-match, org-remove-occur-highlights): New functions.
16408 (org-highlight-sparse-tree-matches): New option.
16409 (org-do-occur): New function.
16410 (org-get-heading): Make it work also at beginning of line.
16411 (org-category-table): New variable.
16412 (org-get-category-table, org-get-category)
16413 (org-camel-to-words, org-link-search): New functions.
16414 (org-select-this-todo-keyword): New variable.
16415 (org-todo-list): New command.
16416 (org-shiftright, org-shiftleft): New commands.
16417 (org-agenda-todo): Add prefix argument.
16418 (org-show-hierarchy-above): New option.
16419 (org-show-todo-tree): Numerical prefix creates tree for specific
16420 TODO keyword.
16421 (org-outline-level): New function, to assign a level to plain
16422 lists items.
16423 (org-cycle-include-plain-lists): New option.
16424 (org-mode): Use `org-outline-level' as value of `outline-level'.
16425 (org-cycle): Temporarily switch `outline-regexp' if
16426 `org-cycle-include-plain-lists' is non-nil.
16427 (org-start-icalendar-file): Fix format bug.
16428 (org-agenda-get-day-entries): Create category table.
16429 (org-agenda-get-todos, org-agenda-get-timestamps)
16430 (org-agenda-get-deadlines, org-agenda-get-scheduled)
16431 (org-agenda-get-blocks): Use `org-get-category'.
16432 (org-context-in-file-links): Rename from
16433 `org-line-numbers-in-file-links'.
16434
16435 2005-12-06 Romain Francoise <romain@orebokech.com>
16436
16437 * window.el (balance-windows): Delete extraneous third arg in call
16438 to `enlarge-window'.
16439
16440 2005-12-06 Kenichi Handa <handa@m17n.org>
16441
16442 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
16443
16444 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
16445
16446 * progmodes/gdb-ui.el (gdb-var-create-handler)
16447 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
16448 (gdb-var-list-children-handler, gdb-var-update-handler):
16449 Current buffer is already gdb-partial-output-buffer, don't
16450 make it current again.
16451
16452 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
16453
16454 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
16455 (list-buffers-noselect): Use it.
16456
16457 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
16458
16459 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
16460 (mail-yank-ignored-headers): Use regexp-opt.
16461 (mail-mode-map): Move initialization into declaration.
16462 (mail-sent-via): Remove unused shadowed var `to-line'.
16463 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
16464 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
16465 (mail-do-fcc): Use dolist and push.
16466 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
16467 (mail-yank-ignored-headers): Don't autoload.
16468
16469 2005-12-05 Kenichi Handa <handa@m17n.org>
16470
16471 * international/mule-cmds.el (set-language-info-internal): New fun.
16472 (set-language-info): Call set-language-info-internal to update
16473 language-info-alist. If LANG-ENV is the current one, call
16474 set-language-environment to make INFO effective now.
16475 (set-language-info-alist): Likewise.
16476 (locale-language-names): With locale "en", use English
16477 lang. env. but set the default codings to iso-8859-1.
16478
16479 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
16480
16481 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
16482 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
16483 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
16484 for plain strings.
16485 (gdb-frames-mode): Remove redundant call to font-lock-mode.
16486 (gdb-all-registers): Rename from toggle-gdb-all-registers.
16487 Create registers buffer if necessary. Echo new state in minibuffer.
16488 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
16489
16490 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
16491
16492 * info.el (Info-fontify-node): Match external links using
16493 non-directory part of filename.
16494
16495 2005-12-04 Juri Linkov <juri@jurta.org>
16496
16497 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
16498 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
16499 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
16500 because there is no customization option for it.
16501
16502 * font-lock.el (lisp-font-lock-keywords-1):
16503 Add define-global-minor-mode.
16504
16505 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
16506
16507 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
16508 properties on the constructed variable names.
16509
16510 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16511 Put `definition-name' properties on the constructed function names
16512 next-sym and prev-sym.
16513
16514 * emacs-lisp/find-func.el (find-function-regexp):
16515 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
16516 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
16517 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
16518 and easy-menu-define.
16519
16520 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
16521 easy-mmode-define-global-mode and define-global-minor-mode.
16522 (lisp-imenu-generic-expression): Add define-global-minor-mode.
16523
16524 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
16525 instead of easy-mmode-define-global-mode.
16526
16527 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
16528 Use define-minor-mode instead of easy-mmode-define-minor-mode.
16529
16530 * cus-edit.el (customize-group, customize-group-other-window):
16531 Filter out autoloaded options from the group completion list by
16532 using heuristics that autoloaded groups don't have `custom-autoload'
16533 property on their symbols (they have only `custom-loads').
16534
16535 * simple.el (completion-setup-function): Put completions-common-part
16536 face on complete completion string too (i.e. completion string
16537 without completions-first-difference face).
16538
16539 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
16540
16541 2005-12-03 Eli Zaretskii <eliz@gnu.org>
16542
16543 * view.el (view-mode): Doc fix.
16544
16545 * disp-table.el (standard-display-european): Add to the warning
16546 message a reference to the doc string.
16547
16548 * play/yow.el (apropos-zippy): Call print-help-return-message,
16549 similar to other Help and Apropos commands.
16550
16551 * help.el (print-help-return-message): If pop-up-frames is
16552 non-nil, set up help-return-method to delete the help window and,
16553 possibly, its frame as well, and don't display message about
16554 scrolling the help window. Doc fix.
16555 (help-return-method): Doc fix.
16556
16557 2005-12-03 Martin Rudalics <rudalics@gmx.at>
16558
16559 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
16560 whereby names of length one or names starting with a
16561 symbol-constituent character would not be returned.
16562
16563 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
16564
16565 * subr.el (atomic-change-group): Add edebug and indentation spec.
16566
16567 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
16568
16569 * completion.el (save-completions-file-name): Fix typo in last change.
16570
16571 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16572
16573 * info.el: Move back/forward history to the beginning of the tool bar.
16574
16575 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
16576
16577 * allout.el (eval-when-compile): Remove unnecessary load of cl.
16578 Add fset of allout-real-isearch-abort during compile to fix
16579 byte-compilation warnings.
16580 (allout-mode-p): Move definition of this macro above all uses, or
16581 byte compilation in barren Emacs (eg, during Emacs build) will
16582 lack the definition.
16583 (allout-mode): Move this variable above any uses, or byte
16584 compilation will fail.
16585 (allout-resolve-xref): Remove use of personal file-reference function.
16586 (allout-toggle-current-subtree-encryption): Do the current (ie,
16587 visible containing) topic, rather than nearest around point. Doc fix.
16588 (allout-toggle-subtree-encryption): New function, workhorse that
16589 works on nearest topic containing point.
16590 (allout-encrypt-string): Signal requirement for newer version of pgg.
16591 (allout-resumptions): Doc fix.
16592
16593 2005-12-02 Eli Zaretskii <eliz@gnu.org>
16594
16595 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
16596
16597 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
16598
16599 * textmodes/flyspell.el (flyspell-external-point-words):
16600 Consider a misspelling as found in the string search if: (a) misspelling
16601 and found string lengths match, or (b) misspelling is found as
16602 element in a boundary-chars separated longer string, or (c)
16603 ispell-program-name is really ispell and misspelling is found as
16604 part of a TeX string. After successful match move beginning of
16605 search region to end of match. Warn about not found misspellings
16606 once the process is done.
16607 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
16608
16609 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
16610
16611 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
16612 tool bar (removed inadvertently).
16613
16614 2005-12-02 Juri Linkov <juri@jurta.org>
16615
16616 * log-view.el (log-view-diff): Clarify doc string.
16617
16618 2005-12-01 Bill Wohler <wohler@newt.com>
16619
16620 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
16621 triggers lm-verify errors.
16622
16623 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
16624
16625 * simple.el (transient-mark-mode, line-number-mode)
16626 (column-number-mode, size-indication-mode): Remove `:require nil'.
16627
16628 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
16629
16630 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
16631 in the margin also.
16632 (gdb-breakpoints-mode-map): Use D instead of d for
16633 gdb-delete-breakpoint.
16634 (gdb-get-frame-number): Require a number to match on.
16635 (gdb-threads-mode-map): Add follow-link binding.
16636
16637 2005-11-30 Jason Rumney <jasonr@gnu.org>
16638
16639 * isearch.el (isearch-mode-map): Avoid exiting search on
16640 language-change event.
16641
16642 2005-11-30 Romain Francoise <romain@orebokech.com>
16643
16644 * speedbar.el (speedbar-default-position): New defcustom.
16645 (speedbar-frame-reposition-smartly): Use it.
16646
16647 * dframe.el (dframe-reposition-frame-emacs): Fix position
16648 computation for `left' location.
16649 Update copyright year.
16650
16651 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
16652
16653 * help.el (help-map): Move initialization into declaration.
16654
16655 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
16656
16657 * help-fns.el (help-argument-name): Don't autoload.
16658 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
16659 to be re-loaded when customizing the `help' group.
16660
16661 2005-11-30 John Paul Wallington <jpw@gnu.org>
16662
16663 * help-fns.el (describe-function-1): Fill arglist output.
16664
16665 2005-11-30 Kim F. Storm <storm@cua.dk>
16666
16667 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
16668 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
16669 after revert-buffer (or anything else which kills all local variables).
16670
16671 * apropos.el (apropos-parse-pattern): Doc fix.
16672 Set apropos-regexp directly, rather than expecting callers to do so.
16673 (apropos-command, apropos, apropos-value, apropos-documentation):
16674 Simplify calls to apropos-parse-pattern.
16675
16676 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
16677
16678 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
16679 (hi-lock-face-phrase-buffer): Use hi-yellow face.
16680 (hi-lock-write-interactive-patterns): Use comment-region.
16681
16682 * longlines.el (longlines-mode): Add mail-setup-hook.
16683
16684 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
16685
16686 * simple.el (sendmail-user-agent-compose, next-line):
16687 Conditionally use hard-newline.
16688
16689 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
16690
16691 * international/latexenc.el (latex-inputenc-coding-alist):
16692 Reword doc string.
16693
16694 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
16695
16696 * help.el (describe-key-briefly, describe-key): Recognize default
16697 bindings.
16698
16699 2005-11-29 Romain Francoise <romain@orebokech.com>
16700
16701 * view.el (view-inhibit-help-message): New defcustom.
16702 (view-mode-enter): Use it.
16703
16704 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
16705
16706 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
16707 Preserve user position.
16708
16709 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
16710
16711 * font-lock.el: Throw error if facemenu is not loaded to prevent
16712 accidental change of loading order in loadup.el. (Suggested by RMS.)
16713
16714 * loadup.el: Add comment explaining why facemenu must be loaded
16715 before font-lock.
16716
16717 2005-11-28 Jay Belanger <belanger@truman.edu>
16718
16719 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
16720 (calc-dispatch-map): Add more keys for `calc-same-interface'.
16721
16722 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
16723
16724 * calc/calc-embed.el (calc-do-embedded): Update help message.
16725
16726 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
16727
16728 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
16729
16730 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
16731
16732 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
16733 called-interactively-p.
16734 (elp-profilable-p): Rename from elp-not-profilable-p.
16735 Invert result and take into account macros and autoloaded functions.
16736 (elp-instrument-function): Update call.
16737 (elp-instrument-package): Update call. Add completion.
16738 (elp-pack-number): Use match-string.
16739 (elp-results-jump-to-definition-by-mouse): Merge into
16740 elp-results-jump-to-definition and then remove.
16741 (elp-output-insert-symname): Make help echo text single-line.
16742
16743 * replace.el (query-replace-map): Move initialization into declaration.
16744 (occur-engine): Use with-current-buffer.
16745 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
16746 (occur-mode-mouse-goto): Replace with an alias.
16747
16748 2005-11-28 Juri Linkov <juri@jurta.org>
16749
16750 * simple.el (quoted-insert): Let-bind input-method-function to nil.
16751
16752 * term/w32-win.el: Bind [S-tab] to [backtab].
16753
16754 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
16755 `Info-find-file' to t.
16756
16757 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
16758 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
16759 and same-window-regexps.
16760 (occur-next-error): Don't move point for arg 0.
16761
16762 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
16763
16764 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
16765
16766 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
16767
16768 * log-edit.el (log-edit-changelog-use-first): New var.
16769 (log-edit-changelog-ours-p): Use it.
16770 (log-edit-insert-changelog): Set it with new arg `use-first'.
16771 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
16772 (log-edit-hook): Add them to the list of suggested options.
16773
16774 * textmodes/flyspell.el (flyspell-last-buffer): New var.
16775 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
16776 redundant work.
16777 (flyspell-mode-on): Use add-hook for after-change-functions.
16778 (flyspell-mode-off): Use remove-hook for after-change-functions.
16779 (flyspell-changes): Make it buffer-local.
16780 (flyspell-after-change-function): Make it non-interactive. Use push.
16781 (flyspell-post-command-hook): Check input-pending-p while processing
16782 the potentially long list of buffer changes.
16783
16784 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
16785
16786 * buff-menu.el (list-buffers-noselect): Display the selected
16787 frame's buffer list, not the global one.
16788
16789 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
16790
16791 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
16792 that (list last-input-event) works as in interactive spec.
16793
16794 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
16795
16796 * loadup.el ("facemenu"): Load facemenu before font-lock, because
16797 `facemenu-keymap' needs to be defined when font-lock is loaded.
16798 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
16799
16800 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
16801
16802 * completion.el: Remove useless leading * in defcustom docstrings.
16803 (save-completions-file-name): Use ~/.emacs.d if available.
16804 (completion-standard-syntax-table): Rename from
16805 cmpl-standard-syntax-table and fold initialization into declaration,
16806 thus removing cmpl-make-standard-completion-syntax-table.
16807 (completion-lisp-syntax-table, completion-c-syntax-table)
16808 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
16809 (cmpl-saved-syntax, cmpl-saved-point): Remove.
16810 (symbol-under-point, symbol-before-point)
16811 (symbol-under-or-before-point, symbol-before-point-for-complete)
16812 (add-completions-from-c-buffer): Use with-syntax-table.
16813 (make-completion): Don't return a list of completion entries.
16814 Update callers.
16815 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
16816 (completion-initialize): Rename from initialize-completions.
16817 (completion-find-file-hook): Rename from cmpl-find-file-hook.
16818 (kill-emacs-save-completions): Collect stats here.
16819 (save-completions-to-file, load-completions-from-file):
16820 Use with-current-buffer.
16821 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
16822 into a function. Move all calls to toplevel.
16823 (completion-lisp-mode-hook): New fun.
16824 (completion-c-mode-hook, completion-setup-fortran-mode):
16825 Set the syntax-table here. Use local-set-key.
16826 (completion-saved-bindings): New var.
16827 (dynamic-completion-mode): Make it into a proper minor mode.
16828 (load-completions-from-file): Remove unused var `num-uses'.
16829
16830 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
16831 constructor if it is explicitly overridden.
16832
16833 * complete.el (PC-completion-as-file-name-predicate):
16834 Use minibuffer-completing-file-name.
16835 (partial-completion-mode): Use find-file-not-found-functions.
16836 (PC-lisp-complete-symbol): Use with-syntax-table.
16837 (PC-look-for-include-file): Remove dead setq.
16838 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
16839 (PC-complete): Use with-current-buffer.
16840
16841 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
16842 escape single quotes.
16843
16844 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
16845
16846 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
16847 of `if' whose condition always returned nil. Doc fix.
16848
16849 * buff-menu.el (Buffer-menu-revert-function): Make the selected
16850 window's buffer the current buffer around the call to
16851 `list-buffers-noselect'. This is necessary to mark that buffer
16852 with a `.' in the Buffer Menu when called from Lisp, for instance
16853 by Auto Revert Mode.
16854
16855 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
16856
16857 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
16858 attaching to it.
16859 (gdb-pre-prompt): Make sure gdb-error is reset.
16860
16861 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
16862 with a child process, detect it.
16863 (gud-speedbar-buttons): Match regexp more carefully.
16864
16865 2005-11-27 Richard M. Stallman <rms@gnu.org>
16866
16867 * mouse.el (mouse-drag-move-window-bottom):
16868 Use adjust-window-trailing-edge.
16869
16870 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
16871
16872 * simple.el (blink-matching-open): Ignore
16873 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
16874 (blink-matching-paren-on-screen): Update docstring.
16875
16876 * paren.el (show-paren-mode): No longer change
16877 `blink-matching-paren-on-screen'.
16878
16879 2005-11-27 John Paul Wallington <jpw@pobox.com>
16880
16881 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
16882 (gdb-threads-select, gdb-edit-register-value):
16883 Use `posn-set-point' instead of `mouse-set-point' because the
16884 latter is not fbound when configured without X.
16885
16886 2005-11-27 Kim F. Storm <storm@cua.dk>
16887
16888 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
16889 existing face when partially highlighting a TAB in a rectangle.
16890
16891 2005-11-26 Kim F. Storm <storm@cua.dk>
16892
16893 * ido.el (ido-mode-map): Doc fix.
16894 (ido-mode-common-map, ido-mode-file-map)
16895 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
16896 (ido-define-mode-map): Rewrite. Select one of the new maps as
16897 parent for ido-mode-map instead of building from scratch.
16898 (ido-init-mode-maps): New defun to initialize new maps.
16899 (ido-mode): Call it.
16900 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
16901 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
16902
16903 2005-11-26 John Paul Wallington <jpw@pobox.com>
16904
16905 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
16906 `mouse-set-point' because the latter is not fbound when configured
16907 without X.
16908
16909 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
16910
16911 * files.el (file-relative-name): Doc fix.
16912
16913 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
16914
16915 * progmodes/octave-inf.el (inferior-octave-startup): Force a
16916 non-empty string for secondary prompt PS2.
16917
16918 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
16919
16920 * progmodes/compile.el (compilation-setup): Fix last change.
16921
16922 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
16923
16924 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
16925 (gdb-mouse-toggle-breakpoint-margin)
16926 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
16927 Add gdb-server-prefix to keep out of command history.
16928 (gdb-edit-register-value): New function.
16929 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
16930 (gdb-info-registers-custom): Use above map.
16931
16932 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
16933
16934 * custom.el (enable-theme): Signal error if argument is not a
16935 theme. Don't recalculate a face if it's not loaded yet.
16936
16937 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
16938 the `user' theme is in effect.
16939
16940 * info.el (Info-on-current-buffer): Record actual filename in
16941 Info-current-file, instead of t, or a fake filename if a non-file
16942 buffer. Make autoload.
16943 (Info-find-node, Info-revert-find-node): No need to check for
16944 Info-current-file nil.
16945 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
16946 Info-current-file is now never `t'.
16947 (Info-fontify-node): Many simplifications due to Info-current-file
16948 always being valid. Use Info-find-file to find node filename.
16949
16950 2005-11-25 David Kastrup <dak@gnu.org>
16951
16952 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
16953 new character, then delete" in order to preserve markers.
16954
16955 2005-11-25 David Ponce <david@dponce.com>
16956
16957 * recentf.el (recentf-arrange-by-rule): Handle a special
16958 `auto-mode-alist'-like "strip suffix" rule.
16959 (recentf-build-mode-rules): Handle second level auto-mode entries.
16960
16961 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
16962
16963 * viper-keym.el (viper-ESC-key): Use different values in terminal and
16964 window modes.
16965
16966 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
16967 jde-javadoc-checker-report-mode.
16968
16969 * ediff-wind (ediff-make-wide-display): Slight simplification.
16970
16971 * ediff.el (ediff-date): Change the date of last update.
16972
16973 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
16974
16975 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
16976 Use define-minor-mode, and make it a local mode. Turn on font-lock.
16977 (hi-lock-mode): New global minor mode.
16978 (turn-on-hi-lock-if-enabled): New function.
16979 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
16980 Change arguments to regexp and face instead of a font-lock pattern.
16981 Directly set face property, instead of refontifying.
16982 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
16983 (hi-lock-find-patterns): Use line-number-at-pos.
16984
16985 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
16986 arguments for hi-lock-set-pattern.
16987 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
16988 Call font-lock-fontify-buffer.
16989 (hi-lock-find-file-hook, hi-lock-current-line)
16990 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
16991
16992 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
16993 turned off.
16994
16995 * progmodes/compile.el (compilation-setup): Don't fiddle with
16996 font-lock-defaults.
16997
16998 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
16999
17000 * progmodes/gdb-ui.el (gdb-var-create-handler)
17001 (gdb-var-list-children-handler): Find values for all variable
17002 objects. gud-speedbar-buttons decides whether to display them.
17003
17004 2005-11-24 Romain Francoise <romain@orebokech.com>
17005
17006 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
17007 buffer name with a space.
17008
17009 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
17010
17011 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
17012 `org-export-local-list-max-depth'. Change default value to 3.
17013 (org-auto-renumber-ordered-lists)
17014 (org-plain-list-ordered-item-terminator): New options.
17015 (org-at-item-p, org-beginning-of-item, org-end-of-item)
17016 (org-get-indentation, org-get-string-indentation)
17017 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
17018 New functions.
17019 (org-move-item-down, org-move-item-up): New commands.
17020 (org-export-as-html): New classes for CSS support. Bug fix in
17021 regular expression detecting fixed-width regions. Respect
17022 `org-local-list-ordered-item-terminator'.
17023 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
17024 also a list item.
17025 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
17026 New item moving functions.
17027
17028 2005-11-24 Juri Linkov <juri@jurta.org>
17029
17030 * isearch.el (isearch-repeat): With empty search ring set
17031 `isearch-error' to the error string instead of signaling error
17032 with the function `error'.
17033
17034 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17035
17036 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
17037
17038 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
17039
17040 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
17041 and variable.
17042 (gdb-var-create-handler, gdb-var-list-children-handler):
17043 Don't match on "char **...".
17044 (gdb-var-update-handler): Find values for all variable objects.
17045 (gdb-info-frames-custom): Identify frames by leading "#".
17046
17047 * progmodes/gud.el (gud-speedbar-menu-items): Add
17048 gdb-speedbar-auto-raise as radio button.
17049 (gud-speedbar-buttons): Raise speedbar if requested.
17050 Don't match on "char **...".
17051 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
17052 Make it editable.
17053
17054 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
17055
17056 * info.el (Info-fontify-node): Handle the case where
17057 Info-current-file is t.
17058
17059 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
17060
17061 * simple.el (blink-matching-open): Fix off-by-one in last change.
17062
17063 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17064
17065 * term/mac-win.el: Don't change default directory.
17066
17067 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
17068
17069 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
17070 buffers correctly. (It used to throw an error in such buffers.)
17071 Make it ask for confirmation in group buffers and other Custom
17072 buffers containing more than one customization item.
17073
17074 2005-11-22 John Paul Wallington <jpw@gnu.org>
17075
17076 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
17077 property on mail and url overlays.
17078 (goto-address-at-point): Use `posn-set-point' instead of
17079 `mouse-set-point' because the latter is not fbound when configured
17080 without X.
17081
17082 2005-11-22 Lars Hansen <larsh@soem.dk>
17083
17084 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
17085 (ls-lisp-classify, ls-lisp-format): Delete call to
17086 ls-lisp-parse-symlink.
17087 (ls-lisp-handle-switches): Handle symlinks to directories as
17088 directories when ls-lisp-dirs-first in non-nil.
17089
17090 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
17091
17092 * startup.el (command-line): Make sure that loaddefs.el is handled
17093 correctly in load-history.
17094
17095 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
17096
17097 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
17098 (gdb-struct-string, gdb-array-string): New constants.
17099 (gdb-info-locals-handler): Use them.
17100 (gdb-reset): Reset gdb-var-list to nil.
17101
17102 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
17103
17104 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
17105 in patterns.
17106
17107 2005-11-21 Juri Linkov <juri@jurta.org>
17108
17109 * custom.el (defcustom): Update link types in docstring.
17110
17111 2005-11-20 Martin Rudalics <rudalics@gmx.at>
17112
17113 * custom.el (defgroup): Add doc-string-elt info.
17114
17115 * widget.el (define-widget): Don't use declare for the doc-string-elt.
17116
17117 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17118
17119 * newcomment.el (comment-enter-backward): Fix last fix.
17120
17121 * simple.el (blink-matching-open):
17122 * paren.el (show-paren-function): Allow new paren-class info.
17123
17124 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
17125
17126 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
17127 handled automagically.
17128
17129 2005-11-20 Andreas Schwab <schwab@suse.de>
17130
17131 * descr-text.el (describe-char): When copying overlays put them
17132 over the full char description instead of just the first character
17133 of it.
17134
17135 2005-11-20 Juri Linkov <juri@jurta.org>
17136
17137 * simple.el (what-cursor-position):
17138 * descr-text.el (describe-char): Use Lisp-readable syntax
17139 for octal and hex. Reorder decimal, octal and hex values.
17140 Remove excess whitespace in the output. Use `=' in `column='
17141 like in `point=' and `Hscroll='.
17142
17143 * international/mule-cmds.el (encoded-string-description):
17144 Use Lisp-readable syntax for hex.
17145
17146 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
17147
17148 * newcomment.el (comment-enter-backward): Handle the case where the
17149 comment is closed by EOB.
17150
17151 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
17152
17153 * longlines.el (longlines-before-revert-hook)
17154 (longlines-after-revert-hook): New functions.
17155 (longlines-mode): Turn off longlines temporarily when reverting.
17156 Add a message-setup-hook.
17157 (longlines-decode-buffer): New function.
17158 (longlines-wrap-line): Preserve marker positions.
17159
17160 2005-11-19 Andreas Schwab <schwab@suse.de>
17161
17162 * emacs-lisp/shadow.el: Handle compressed files.
17163
17164 2005-11-19 Romain Francoise <romain@orebokech.com>
17165
17166 * net/browse-url.el (browse-url-default-browser): Signal an error
17167 if no usable browser can be found, rather than try to load w3.
17168
17169 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
17170
17171 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
17172 replacing existing properties.
17173 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
17174 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
17175 tty specs.
17176 (rcirc-server-prefix, rcirc-server): New faces.
17177 (rcirc-url-regexp): Generate with rx macro.
17178 (rcirc-last-server-message-time): New variable.
17179 (rcirc-filter): Record time of last message.
17180 (rcirc-keepalive): Kill processes that did not send a message
17181 since the last ping.
17182 (rcirc-mode): Give rcirc-topic a local binding here.
17183
17184 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
17185
17186 * subr.el (read-passwd): Fontify the prompt as we do with other
17187 prompts.
17188
17189 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
17190
17191 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
17192 binding buffer-read-only to nil.
17193
17194 2005-11-19 Eli Zaretskii <eliz@gnu.org>
17195
17196 * complete.el (partial-completion-mode):
17197 Mention completion-auto-help in the doc string.
17198
17199 * man.el (Man-highlight-references): Doc fix. Reformat code in a
17200 more Lisp-ish way.
17201
17202 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
17203
17204 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
17205 digits, not 8, to avoid misalignment for files larger than 100MB.
17206
17207 2005-11-19 Eli Zaretskii <eliz@gnu.org>
17208
17209 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
17210 Mention "keyboard shortcuts" in the help text.
17211
17212 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17213
17214 * startup.el (fancy-splash-default-action): Discard only
17215 mouse-down and succeeding mouse-up events in the splash screen
17216 window so that drag-n-drop event can be processed.
17217
17218 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
17219
17220 * longlines.el (longlines-mode): Add hacks for mail-mode and
17221 message-mode.
17222
17223 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
17224
17225 * textmodes/org.el (org-table-sort-lines): New command.
17226 (org-tbl-menu): Add entry for `org-table-sort-lines'.
17227 (org-add-file): Command removed, use `org-agenda-file-to-front'
17228 instead.
17229 (org-export-icalendar): Use `org-icalendar-combined-name'.
17230 (org-cycle-agenda-files, org-agenda-file-to-end)
17231 (org-agenda-file-to-front): New commands.
17232 (org-table-tab-jumps-over-hlines, org-export-html-style):
17233 New options.
17234 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
17235 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
17236 New functions.
17237 (org-fill-paragraph): Call `org-table-align' in tables.
17238 (org-mode): Call `org-set-autofill-regexps'.
17239 (org-export-as-html): Support for local handformatted lists.
17240 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
17241 (org-export-local-list-max-depth): New option.
17242 (org-html-expand): Use `org-html-protect'.
17243
17244 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
17245
17246 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
17247 to "p".
17248 (gdb): Move definition of gud-pp to...
17249
17250 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
17251 speedbar.
17252 (gdb-find-watch-expression): New function.
17253
17254 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
17255
17256 * faces.el (face-attribute, set-face-attribute): Mention existence
17257 of `:ignore-defface' setting in docstring.
17258
17259 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
17260
17261 * simple.el (completion-setup-function): Fix last change.
17262
17263 2005-11-17 John Paul Wallington <jpw@pobox.com>
17264
17265 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
17266 Use `posn-set-point' instead of `mouse-set-point' because the
17267 latter is not fbound when configured without X.
17268
17269 * comint.el (comint-insert-input): Likewise.
17270
17271 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
17272
17273 * simple.el (hard-newline): New variable.
17274 (sendmail-user-agent-compose, next-line): Use it.
17275
17276 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
17277 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
17278 (mail-mail-reply-to, mail-mail-followup-to)
17279 (mail-position-on-field, mail-signature, mail-yank-original)
17280 (mail-attach-file): Likewise.
17281
17282 * mail/mailheader.el (mail-header-format)
17283 (mail-header-format-function): Likewise.
17284
17285 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
17286
17287 2005-11-17 Juri Linkov <juri@jurta.org>
17288
17289 * font-lock.el (font-lock-faces): Rename this defgroup from
17290 `font-lock-highlighting-faces'.
17291 (font-lock-comment-face, font-lock-comment-delimiter-face)
17292 (font-lock-string-face, font-lock-doc-face)
17293 (font-lock-keyword-face, font-lock-builtin-face)
17294 (font-lock-function-name-face, font-lock-variable-name-face)
17295 (font-lock-type-face, font-lock-constant-face)
17296 (font-lock-warning-face, font-lock-negation-char-face)
17297 (font-lock-preprocessor-face)
17298 (font-lock-regexp-grouping-backslash)
17299 (font-lock-regexp-grouping-construct): Rename :group from
17300 `font-lock-highlighting-faces' to `font-lock-faces'.
17301
17302 * cus-edit.el (lisp, c, tex):
17303 * progmodes/ada-mode.el (ada):
17304 * progmodes/asm-mode.el (asm):
17305 * progmodes/cperl-mode.el (cperl-faces):
17306 * progmodes/cpp.el (cpp):
17307 * progmodes/dcl-mode.el (dcl):
17308 * progmodes/f90.el (f90):
17309 * progmodes/fortran.el (fortran):
17310 * progmodes/icon.el (icon):
17311 * progmodes/idlwave.el (idlwave-misc):
17312 * progmodes/m4-mode.el (m4):
17313 * progmodes/make-mode.el (makefile):
17314 * progmodes/meta-mode.el (meta-font):
17315 * progmodes/modula2.el (modula2):
17316 * progmodes/octave-mod.el (octave):
17317 * progmodes/pascal.el (pascal):
17318 * progmodes/perl-mode.el (perl):
17319 * progmodes/prolog.el (prolog):
17320 * progmodes/ps-mode.el (PostScript-edit):
17321 * progmodes/scheme.el (scheme):
17322 * progmodes/sh-script.el (sh-script):
17323 * progmodes/simula.el (simula):
17324 * progmodes/tcl.el (tcl):
17325 * textmodes/nroff-mode.el (nroff):
17326 * textmodes/reftex-vars.el (reftex-fontification-configurations):
17327 * textmodes/sgml-mode.el (sgml):
17328 * textmodes/texinfo.el (texinfo):
17329 Add :link (custom-group-link font-lock-faces) to defgroup.
17330
17331 * hi-lock.el (hi-lock): Rename this defgroup from
17332 `hi-lock-interactive-text-highlighting'. Change parent group from
17333 `faces' to `font-lock'. Add link to the manual.
17334 (hi-lock-mode, hi-lock-file-patterns-range)
17335 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
17336 `hi-lock-interactive-text-highlighting' to `hi-lock'.
17337 (hi-lock-faces): Add :group `faces'.
17338
17339 * cus-edit.el (custom-variable-prompt): Clarify the code.
17340
17341 * faces.el (face-read-string): Set the default value arg of
17342 completing-read.
17343
17344 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
17345
17346 * rfn-eshadow.el (file-name-shadow-properties)
17347 (file-name-shadow-tty-properties, file-name-shadow-mode):
17348 Remove autoloads, because the file is now preloaded.
17349
17350 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
17351
17352 * printing.el (easy-menu-intern): Don't define.
17353 (pr-get-symbol): Use easy-menu-intern only if defined.
17354
17355 * simple.el (blink-matching-open): Simplify a bit.
17356 (completion-setup-function): Fix the case of partial-completion-mode
17357 when the minibuffer's contents start with "-".
17358 Obey completion-base-size-function even when
17359 minibuffer-completing-file-name is non-nil.
17360
17361 2005-11-16 Richard M. Stallman <rms@gnu.org>
17362
17363 * net/eudcb-ph.el (eudc-ph-open-session):
17364 Use set-process-query-on-exit-flag.
17365
17366 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
17367
17368 * international/ucs-tables.el (ucs-set-table-for-input):
17369 Use make-local-variable, not make-variable-buffer-local.
17370
17371 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
17372 Improve warning message text.
17373
17374 * savehist.el (savehist-save-hook): Add :group.
17375
17376 * menu-bar.el (menu-bar-help-menu):
17377 Rename Find Extra Packages to External Packages.
17378
17379 * cus-edit.el (Custom-reset-standard): Verify that
17380 :custom-standard-value prop exists before calling it.
17381
17382 * apropos.el (apropos-calc-scores): Use apropos-pattern.
17383
17384 2005-11-16 Martin Rudalics <rudalics@gmx.at>
17385
17386 * wid-edit.el (color): Enclose %t in %{...%}.
17387
17388 * cus-edit.el (face): Enclose %t in %{...%}.
17389
17390 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
17391
17392 * savehist.el (savehist-mode-hook): Re-add the var.
17393 (savehist-mode): Use it.
17394
17395 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
17396
17397 * textmodes/flyspell.el: Fix commenting convention.
17398 Remove unnecessary leading * in custom docstrings.
17399 (flyspell-emacs): Remove unused var.
17400 (flyspell-delete-region-overlays): Use remove-overlays.
17401 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
17402 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
17403 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
17404 (flyspell-debug-signal-word-checked): Use with-current-buffer.
17405 (make-flyspell-overlay): Don't locally reuse a global name.
17406 (flyspell-highlight-incorrect-region)
17407 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
17408 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
17409 (flyspell-notify-misspell): Remove unused args `start' and `end'.
17410 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
17411 Wrap calls to accept-process-output inside with-local-quit since it's
17412 often called from a post-command-hook.
17413 (flyspell-correct-word, flyspell-auto-correct-word):
17414 Use ispell-send-string.
17415 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
17416
17417 * calendar/diary-lib.el (diary-list-entries): Also hide the
17418 terminating newline.
17419
17420 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
17421
17422 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
17423 window-system, to allow fonts on tty.
17424
17425 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
17426
17427 * progmodes/gud.el (gud-speedbar-item-info): New function.
17428 (gud-install-speedbar-variables): Use it to display data type
17429 of watch expression as a tooltip in speedbar.
17430
17431 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
17432
17433 * font-core.el (global-font-lock-mode): Add :version keyword,
17434 because default was changed.
17435
17436 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
17437
17438 * startup.el (command-line): Use `custom-reevaluate-setting' for
17439 `file-name-shadow-mode'.
17440
17441 * loadup.el: Preload rfn-eshadow.
17442
17443 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
17444 Add :version keyword.
17445 (file-name-shadow-properties, file-name-shadow-tty-properties)
17446 (file-name-shadow): Add :version keyword.
17447
17448 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
17449 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
17450 in the custom-group property of the symbol frames and the fringe
17451 group got no link to its parent group frames.
17452 Doc fix.
17453
17454 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
17455
17456 * progmodes/gud.el (gud-stop-subjob): New function.
17457 (gud-menu-map, gud-tool-bar-map): Use it.
17458
17459 2005-11-16 Kim F. Storm <storm@cua.dk>
17460
17461 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
17462 than kill it.
17463 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
17464 to a more useful/logical place.
17465
17466 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
17467
17468 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
17469 go buttons complementary.
17470
17471 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
17472
17473 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
17474 (rfn-eshadow-sifn-equal): New function.
17475 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
17476
17477 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
17478
17479 * viper-utils.el (viper-non-word-characters-reformed-vi):
17480 Quote `-' in string.
17481
17482 * viper.el (viper-emacs-state-mode-list): Ensure that
17483 rcirc-mode buffers come up in Emacs state.
17484
17485 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
17486 operation.
17487
17488 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
17489
17490 * term.el (term-termcap-format): Fix typos.
17491 (term-down): Fix the negative argument case.
17492
17493 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
17494
17495 * progmodes/gdb-ui.el: Remove face-alias left over from change on
17496 2005-08-15.
17497 (gdb-ann3): New command gud-go.
17498 (menu): Accomodate gdb-mi.el.
17499 (gdb-assembler-custom): Make buffer of selected window current
17500 so that set-window-point works.
17501
17502 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
17503 buttons and include new ones.
17504
17505 2005-11-16 Kim F. Storm <storm@cua.dk>
17506
17507 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
17508 (gud-menu-map): Use it.
17509
17510 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
17511
17512 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
17513 that works correctly for Custom and that does not override a user
17514 who disables it.
17515
17516 * help-mode.el (help-make-xrefs, help-xref-on-pp)
17517 (help-xref-interned, help-follow): Make hyperlinks for variables
17518 that are unbound, but have a non-nil variable-documentation property.
17519
17520 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
17521 mode hook. (It conflicted with defcustoms for some mode hooks.)
17522 Use the `variable-documentation' property to give the mode hook a
17523 docstring and expand that docstring.
17524
17525 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
17526
17527 * savehist.el (savehist-mode): Don't bother with
17528 `custom-set-minor-mode'.
17529 (savehist-coding-system): Check XEmacs version.
17530 (history-length): Declare also at run time.
17531 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
17532 Don't set the customize state.
17533 (savehist-minibuffer-hook): Special case for when
17534 minibuffer-history-variable is equal to t.
17535
17536 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
17537
17538 * files.el (write-file): Refresh VC status.
17539
17540 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
17541 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
17542 than fundamental-mode to see if the mode was set.
17543
17544 2005-11-14 Romain Francoise <romain@orebokech.com>
17545
17546 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
17547 dummy function in `eval-when-compile' to avoid compiler warning.
17548 Require `man' at compile time.
17549
17550 2005-11-14 Jay Belanger <belanger@truman.edu>
17551
17552 * calc-alg.el (calcFunc-write-out-power): Rename it to
17553 calcFunc-powerexpand.
17554 (math-write-out-power): Rename it to math-powerexpand; have it
17555 handle negative exponents.
17556 (calc-writeoutpower): Rename it to calc-powerexpand.
17557
17558 * calc-ext.el: Change calcFunc-writeoutpower and
17559 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
17560 autoloads.
17561 Add calcFunc-ldiv to autoloads.
17562
17563 * calc-arith.el (calcFunc-ldiv): New function.
17564
17565 * calc.el (calc-left-divide): New function.
17566
17567 2005-11-14 Juri Linkov <juri@jurta.org>
17568
17569 * cus-edit.el (custom-variable-prompt): Set the default value arg
17570 of completing-read.
17571
17572 * cus-dep.el (custom-make-dependencies): Reverse the list of
17573 found dependencies.
17574
17575 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
17576
17577 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
17578 Highlighting" entry, it is on by default now.
17579 (menu-bar-options-save): Do not save global-font-lock-mode.
17580
17581 2005-11-13 Richard M. Stallman <rms@gnu.org>
17582
17583 * textmodes/flyspell.el (flyspell-large-region):
17584 Call flyspell-accept-buffer-local-defs.
17585
17586 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
17587
17588 * textmodes/flyspell.el (flyspell-notify-misspell):
17589 Fix misspelling of "Misspelling".
17590 (flyspell-process-localwords): New function.
17591 (flyspell-large-region): Call flyspell-process-localwords and
17592 flyspell-delete-region-overlays.
17593 (flyspell-delete-region-overlays): New function.
17594 (flyspell-delete-all-overlays): Call that.
17595
17596 2005-11-13 Richard M. Stallman <rms@gnu.org>
17597
17598 * help.el (help-for-help-internal): Improve doc of C-h a.
17599 (describe-key): Improve prompt; doc fix.
17600
17601 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
17602
17603 * vc-svn.el (vc-svn-registered): Catch all errors.
17604
17605 * cus-dep.el (custom-make-dependencies): Typo.
17606
17607 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
17608
17609 * net/tramp-util.el (top): Fix compilation warning.
17610
17611 2005-11-13 Kim F. Storm <storm@cua.dk>
17612
17613 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
17614
17615 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
17616
17617 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
17618 (gud-speedbar-buttons): Match on "const char *" too.
17619
17620 * progmodes/gdb-ui.el (gdb-var-create-handler)
17621 (gdb-var-list-children-handler): Match on "const char *" too.
17622 (gdb-var-evaluate-expression-handler): Match on empty string.
17623 (gdb-var-update-handler): Only call
17624 gdb-var-evaluate-expression-handler when required.
17625
17626 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
17627
17628 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
17629 selected window. This still doesn't work for speedbar.
17630 (gud-speedbar-buttons): Handle string expressions properly.
17631
17632 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
17633 (gdb-var-create-handler): Handle string expressions properly.
17634 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
17635 Handle string expressions properly. Move "type" field into regexp.
17636
17637 2005-11-12 Karl Fogel <kfogel@red-bean.com>
17638
17639 * bookmark.el (bookmark-maybe-message): New function to reduce
17640 code duplication: invokes `message' iff baud-rate is high enough.
17641 (bookmark-write-file): Use above instead of an inline conditional.
17642 (bookmark-load): Same.
17643
17644 2005-11-12 Karl Fogel <kfogel@red-bean.com>
17645
17646 * bookmark.el (bookmark-write-file): Don't visit the destination
17647 file, just write the data to it using write-region. This is
17648 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
17649 change to avoid visiting the file in the first place.
17650
17651 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
17652
17653 * hi-lock.el (hi-lock-mode): Set the default value of
17654 font-lock-defaults.
17655
17656 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
17657
17658 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
17659 arg to `file-attributes'.
17660 (find-lisp-format): The UID and GID can now be strings.
17661
17662 2005-11-12 Kim F. Storm <storm@cua.dk>
17663
17664 * help.el (help-map): Bind C-h d to apropos-documentation.
17665
17666 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
17667 when point is at end-of-buffer.
17668
17669 * apropos.el (apropos-match-face): Doc fix.
17670 (apropos-sort-by-scores): Add new choice `verbose'.
17671 (apropos-documentation-sort-by-scores): New defcustom.
17672 (apropos-pattern): Now contains the pattern entered by the user.
17673 (apropos-pattern-quoted): New defvar.
17674 (apropos-regexp): New defvar, containing the regexp corresponding
17675 to apropos-pattern.
17676 (apropos-all-words-regexp): Rename from apropos-all-regexp.
17677 (apropos-read-pattern): New defun. Use it to read pattern arg in
17678 interactive calls; returns list of words for a word list, and
17679 string for a regexp.
17680 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
17681 parses a list of words or regexp as returned by apropos-read-pattern.
17682 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
17683 (apropos-score-doc): Return a very high score if the string
17684 entered by the user matches literally.
17685 (apropos-variable): Doc fix. Use apropos-read-pattern.
17686 (apropos-command): Doc fix. Use apropos-read-pattern and
17687 apropos-parse-pattern. Call apropos-print with nosubst=t.
17688 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
17689 apropos-parse-pattern.
17690 (apropos-documentation): Doc fix. Use apropos-read-pattern and
17691 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
17692 apropos-documentation-sort-by-scores. Call apropos-print with
17693 nosubst=t.
17694 (apropos-documentation-internal): Pass doc string through
17695 substitute-key-definition before adding text properties.
17696 Highlight substring matching literal user input if possible.
17697 (apropos-documentation-check-doc-file): Remove locals beg and end.
17698 Fix calculation of score (as added twice). Pass doc string through
17699 substitute-key-definition before adding text properties.
17700 (apropos-documentation-check-elc-file): Pass doc string through
17701 substitute-key-definition before adding text properties.
17702 Highlight substring matching literal user input if possible.
17703 (apropos-print): Add new arg NOSUBST; if set, command and variable
17704 doc strings have already been passed through substitute-key-definition.
17705 Add code to handle apropos-accumulator items without score element
17706 for backwards compatibility (e.g. with woman package).
17707 Only show scores if apropos-sort-by-scores is `verbose'.
17708
17709 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
17710
17711 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
17712 Add jka-compr-load-suffixes to load-suffixes.
17713
17714 * jka-compr.el: Require jka-cmpr-hook.
17715 (jka-compr-info-compress-message, jka-compr-info-compress-program)
17716 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
17717 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
17718 (jka-compr-info-can-append, jka-compr-info-strip-extension)
17719 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
17720 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
17721 (jka-compr-uninstall): Remove entries from
17722 jka-compr-added-to-file-coding-system-alist after they are used.
17723 (jka-compr-error): Remove unused var `curbuf'.
17724 (jka-compr-file-local-copy): Remove unused var `notfound'.
17725
17726 2005-11-10 Romain Francoise <romain@orebokech.com>
17727
17728 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
17729
17730 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
17731
17732 * progmodes/gud.el (gud-menu-map): Move parentheses.
17733 (gdb): New command gud-pv.
17734
17735 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
17736
17737 * tar-mode.el: Remove spurious or unnecessary leading stars
17738 in docstrings.
17739 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
17740 (tar-parse-octal-integer-safe): Use mapc.
17741 (tar-header-block-summarize): Remove unused var `ck'.
17742 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
17743 cleared before. Obey default-enable-multibyte-characters.
17744 Use mapconcat. Simplify setting of tar-header-offset.
17745 (tar-mode-map): Move initialization inside delcaration.
17746 (tar-flag-deleted): Use `abs'.
17747 (tar-expunge-internal): Remove unused var `line'.
17748 (tar-expunge-internal): Don't hardcode point-min==1.
17749 (tar-expunge): Widen while doing set-buffer-multibyte.
17750 (tar-rename-entry): Use file-name-coding-system.
17751 (tar-alter-one-field): Don't hardcode point-min==1.
17752 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
17753 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
17754
17755 2005-11-10 Masatake YAMATO <jet@gyve.org>
17756
17757 * add-log.el (add-log-current-defun): Handle class::method
17758 notation of c++. Fix incorrect comment.
17759
17760 2005-11-10 Alan Mackenzie <acm@muc.de>
17761
17762 * help-fns.el (describe-variable): Make C-h v work when a variable
17763 has variable documentation yet is unbound.
17764
17765 2005-11-10 Masatake YAMATO <jet@gyve.org>
17766
17767 * man.el (Man-highlight-references): Set an empty
17768 string to `Man-arguments' if it is nil.
17769 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
17770
17771 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
17772
17773 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
17774 commenting conventions.
17775
17776 * cus-dep.el (custom-make-dependencies): Simplify.
17777 Better follow the commenting conventions.
17778
17779 2005-11-09 Richard M. Stallman <rms@gnu.org>
17780
17781 * apropos.el (apropos-pattern): Rename from apropos-regexp.
17782 (apropos-orig-pattern): Rename from apropos-orig-regexp.
17783 All uses changed.
17784 (apropos-rewrite-regexp): Doc fix.
17785 (apropos-variable, apropos-command, apropos, apropos-value):
17786 Change prompt; carry through the argument renaming.
17787
17788 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
17789
17790 * find-lisp.el: Require dired.
17791 (find-lisp-find-dired-internal): Do not call
17792 `abbreviate-file-name' on DIR.
17793
17794 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
17795
17796 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
17797
17798 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
17799
17800 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
17801 when using the speedbar.
17802 (gdb): New command gud-pp.
17803 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
17804
17805 2005-11-09 Juri Linkov <juri@jurta.org>
17806
17807 * replace.el (occur-excluded-properties): New defcustom.
17808 (occur-1, occur-engine, occur-accumulate-lines): Use it.
17809
17810 2005-11-08 Jay Belanger <belanger@truman.edu>
17811
17812 * calc/calc-units.el (math-convert-units): Replace any composite
17813 unit by its definition.
17814
17815 2005-11-08 Lars Hansen <larsh@soem.dk>
17816
17817 * emacs-lisp/autoload.el (update-directory-autoloads):
17818 Add obsolete function alias.
17819
17820 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
17821
17822 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
17823 comment-indent-function.
17824 (lisp-comment-indent): Replace by an alias for comment-indent-default.
17825
17826 * reveal.el (reveal-post-command): Rework the handling of
17827 reveal-open-spots, so as to be more reliable. There were several
17828 tricky corner cases where an open spot might be lost, or where
17829 a closed spot might end up on the list of open spots.
17830 Only reveal text that's ellipsised.
17831
17832 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
17833
17834 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
17835
17836 2005-11-07 John Paul Wallington <jpw@gnu.org>
17837
17838 * ibuffer.el (ibuffer): Search iconified frames too when
17839 getting Ibuffer buffer's window.
17840
17841 2005-11-06 Richard M. Stallman <rms@gnu.org>
17842
17843 * progmodes/compile.el (compilation-internal-error-properties):
17844 save-excursion around the computation of MARKER.
17845
17846 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
17847
17848 * textmodes/flyspell.el (flyspell-external-point-words):
17849 flyspell-get-word returns a list, not just a string.
17850
17851 2005-11-06 John Paul Wallington <jpw@pobox.com>
17852
17853 * ibuffer.el (ibuffer): Search all visible frames when getting
17854 Ibuffer buffer's window.
17855
17856 2005-11-07 Masatake YAMATO <jet@gyve.org>
17857
17858 * man.el (Man-reference-regexp): Accept spaces between
17859 `Man-name-regexp' and `Man-section-regexp'.
17860 (Man-apropos-regexp): New variable.
17861 (Man-abstract-xref-man-page): Use value for `Man-target-string'
17862 if available.
17863 (Man-highlight-references, Man-highlight-references0):
17864 Handle the case when `Man-arguments' includes "-k".
17865 (Man-highlight-references0): Rename the argument `TARGET-POS' to
17866 `TARGET'. `TARGET' can be a number, function or nil.
17867
17868 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
17869
17870 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
17871 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
17872 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
17873 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
17874 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
17875 (gdb-send-item): Use buffer-local-value and simplify.
17876
17877 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
17878
17879 * startup.el (command-line): Use `custom-reevaluate-setting' for
17880 `global-font-lock-mode'.
17881
17882 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
17883 by default, except in batch mode or when the -D option is given.
17884
17885 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
17886 specified keyword args on to `define-minor-mode'. Update docstring.
17887
17888 2005-11-05 Romain Francoise <romain@orebokech.com>
17889
17890 * replace.el (occur-engine): Add marker at end of line, too.
17891
17892 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
17893
17894 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
17895 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
17896 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
17897 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
17898 argument to all these routines, so the passphrase can be managed
17899 externally and passed in to the system.
17900 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
17901 pgg-add-passphrase-to-cache function.
17902
17903 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
17904 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
17905 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
17906 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
17907 argument to all these routines, so the passphrase can be managed
17908 externally and passed in to the system.
17909 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
17910 function.
17911
17912 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
17913
17914 * font-lock.el: Don't deal with font-lock-face-attributes here,
17915 move the code ...
17916
17917 * startup.el (command-line): ... here. Use face-spec-set instead
17918 of custom-declare-face.
17919
17920 * faces.el (face-spec-set): Reset the face if spec is not nil.
17921
17922 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
17923
17924 * newcomment.el (comment-region-internal): Box more tightly in the
17925 common case where there's no TAB in the boxed text.
17926
17927 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17928
17929 * info.el (info-tool-bar-map): Use images prev-node, next-node and
17930 up-node.
17931
17932 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
17933
17934 * newsticker.el: Commentary updated. Code formatting changed.
17935 (newsticker-version): Change to "1.9".
17936 (newsticker, newsticker-feed): Doc fix.
17937 (newsticker-url-list): Doc fix. Add option "Weekly".
17938 (newsticker-retrieval-interval): Add option "Weekly".
17939 (newsticker-headline-processing): Doc fix.
17940 (newsticker-auto-mark-filter): Remove.
17941 (newsticker-auto-mark-filter-list): New.
17942 (newsticker-layout, newsticker-sort-method): Doc fix.
17943 (newsticker-hide-old-items-in-newsticker-buffer)
17944 (newsticker-heading-format, newsticker-item-format)
17945 (newsticker-desc-format): Doc fix.
17946 (newsticker-show-all-rss-elements): Remove.
17947 (newsticker-show-all-news-elements): New.
17948 (newsticker-faces, newsticker-ticker): Doc fix.
17949 (remove-from-invisibility-spec): Code formatting.
17950 (newsticker--process-ids): New.
17951 (newsticker-mode): Doc fix.
17952 (newsticker-mode): Change mode-line-format.
17953 (newsticker-start): Remove debug output.
17954 (newsticker-start-ticker): Doc fix. Add autoload cookie.
17955 (newsticker-w3m-show-inline-images): Code formatting.
17956 (newsticker-next-item): Call `force-mode-line-update'.
17957 (newsticker-previous-item): Call `force-mode-line-update'.
17958 (newsticker-next-feed): Call `force-mode-line-update'.
17959 (newsticker-previous-feed): Call `force-mode-line-update'.
17960 (newsticker-mark-all-items-at-point-as-read): Code formatting.
17961 (newsticker-show-old-items): Do not show descs.
17962 (newsticker-hide-entry): Hide too much.
17963 (newsticker-hide-entry, newsticker-show-entry)
17964 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
17965 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
17966 (newsticker-toggle-auto-narrow-to-item): Code formatting.
17967 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
17968 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
17969 (newsticker-get-news): Call `force-mode-line-update'.
17970 Collect process ids.
17971 (newsticker--sentinel): Change coding system handling.
17972 Move image retrieval to new functions newsticker--get-logo-url-*.
17973 Move feed parsing to new functions newsticker--parse-*.
17974 Update list of process ids.
17975 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
17976 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
17977 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
17978 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
17979 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
17980 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
17981 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
17982 (newsticker--decode-coding-string): Remove.
17983 (newsticker--decode-numeric-entities): Check input. Format code.
17984 (newsticker--remove-whitespace): Check input.
17985 (newsticker--do-forget-preformatted): Doc fix.
17986 (newsticker--decode-rfc822-date): Allow for missing time.
17987 (newsticker--update-process-ids): New.
17988 (newsticker--image-sentinel): Change comment.
17989 (newsticker--image-read): Change error message.
17990 (newsticker--imenu-goto): Doc fix. Show headline title.
17991 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
17992 (newsticker--buffer-do-insert-text): Clean whitespace in
17993 html-rendered headline title. Code formatting.
17994 Call `newsticker--buffer-print-extra-elements'.
17995 (newsticker--buffer-print-extra-element): Remove.
17996 (newsticker--buffer-print-extra-elements): New.
17997 (newsticker--buffer-do-print-extra-element): New.
17998 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
17999 large sizes.
18000 (newsticker--run-auto-mark-filter)
18001 (newsticker--do-run-auto-mark-filter):
18002 Use `newsticker-auto-mark-filter-list'.
18003
18004 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
18005
18006 * net/rcirc.el: Use split-string OMIT-NULLS argument.
18007 (rcirc-print): Force redisplay before running hooks. Do long
18008 buffer truncation after making new text read-only. Deal with nil
18009 text when decoding strings. If TARGET is nil, use either the
18010 currently selected buffer, if it is an rcirc buffer and of the
18011 same process or the process buffer.
18012 (rcirc-mode): Remove header-line. Recompute short buffer names.
18013 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
18014 (rcirc-short-buffer-name): Add variable.
18015 (rcirc-kill-buffer-hook): Recompute short buffer names.
18016 Remove nick from private channel.
18017 (rcirc-send-input): Send command text to current-buffer.
18018 Don't clear overlay arrow here.
18019 (rcirc-short-buffer-name): Return a short buffer name.
18020 (rcirc-update-short-buffer-names, rcirc-abbreviate)
18021 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
18022 buffer-name abbreviations.
18023 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
18024 Do not touch nick-table when killing a parted channel.
18025 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
18026 Clear arrow from current buffer if it is now hidden.
18027 (rcirc-current-buffer): Add variable.
18028 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
18029 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
18030 Remove -face from names.
18031 (rcirc-update-activity-string): Print "DND" when globally ignoring
18032 activity.
18033 (rcirc-ignore-buffer-activity-flag): Rename from
18034 rcirc-ignore-channel-activity.
18035 (rcirc-ignore-all-activity-flag): Doc fix.
18036 (rcirc-channels): Remove variable.
18037 (rcirc-kill-buffer-hook):
18038 (rcirc-get-buffer-create): Add nick to private channel.
18039 (rcirc-multiline-edit-submit): Remove tabs.
18040 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
18041 folded.
18042 (rcirc-remove-nick-channel): Bug fix.
18043 (rcirc-toggle-ignore-buffer-activity): Rename from
18044 rcirc-toggle-ignore-channel-activity.
18045 (rcirc-record-activity): Add buffers to the front of the list.
18046 (rcirc-update-activity): Remove killed buffers from list.
18047 (rcirc-process-server-response-1): Remove last argument if it is
18048 null before calling handler.
18049 (rcirc): Add "rcirc" defcustom prefix.
18050 (rcirc-prompt): Simplify default prompt.
18051 Use custom-initialize-default.
18052 (rcirc-private-chats): Remove variable.
18053 (rcirc-prompt): Change initialization.
18054 (rcirc-version): Remove function.
18055 (rcirc-id-string): Add constant.
18056 (rcirc-last-buffer): Remove variable.
18057 (rcirc-buffer-alist): Add variable.
18058 (rcirc-connect): Update variable setup.
18059 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
18060 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
18061 default.
18062 (rcirc-handler-generic): Trigger activity.
18063 (rcirc-send-message): Create the buffor of the target.
18064 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
18065 (rcirc-get-buffer): Just return nil if there is no matching buffer.
18066 (rcirc-multiline-edit-cancel): Remove function.
18067 (rcirc-set-last-buffer): Remove function.
18068 (rcirc-get-any-buffer): Add function.
18069 (rcirc-join-channels): Don't print /join text.
18070 (rcirc-toggle-ignore-channel-activity): Add and update echo area
18071 messages.
18072 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
18073 (rcirc-handler-NOTICE): Recognize CTCP responses.
18074 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
18075 constructing TOPIC string for buffers we are not JOINed.
18076 (rcirc-handler-CTCP-response): Add handler.
18077 (rcirc-multiline-edit-submit): Restore the window-configuration
18078 before adjusting point.
18079 (rcirc): Add customization group.
18080 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
18081 (rcirc-user-full-name, rcirc-startup-channels-alist)
18082 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
18083 (rcirc-ignore-all-activity-flag, rcirc-time-format)
18084 (rcirc-input-ring-size, rcirc-read-only-flag)
18085 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
18086 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
18087 Change defvar to defcustom.
18088 (rcirc-update-prompt): Add optional ALL arg, which will update
18089 prompts in all rcirc buffers. Regexp quote replacement text.
18090 (rcirc-fill-column): Accept frame-width as a value.
18091 (rcirc-set-changed): Add function.
18092 (rcirc-next-active-buffer): Write more meaningful messages.
18093 (rcirc-faces): Add customization group.
18094 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
18095 (rcirc-nick-in-message-face, rcirc-prompt-face)
18096 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
18097 (with-rcirc-process-buffer): Move before first usage.
18098 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
18099 (rcirc-debug-flag): Rename from `rcirc-log-p'.
18100 (rcirc-debug): Rename from `rcirc-log'.
18101 (rcirc-format-response-string): Do not print `-' chars for a
18102 NOTICE with no sender. Simplify output of server responses.
18103
18104 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
18105
18106 (rcirc-browse-url-map, rcirc-browse-url-at-point)
18107 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
18108 Make urls mouse and RET clickable.
18109
18110 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
18111
18112 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
18113
18114 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
18115
18116 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18117 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18118 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18119 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18120 argument to all these routines, so the passphrase can be managed
18121 externally and passed in to the system.
18122 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18123 pgg-add-passphrase-to-cache function.
18124
18125 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18126 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18127 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18128 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18129 argument to all these routines, so the passphrase can be managed
18130 externally and passed in to the system.
18131 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18132 function.
18133
18134 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
18135
18136 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
18137 from goto-address-url-regexp.
18138
18139 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
18140
18141 * textmodes/org.el (org-read-date, org-goto-calendar)
18142 (org-recenter-calendar, org-agenda-goto-calendar):
18143 Temporarily clear `calendar-move-hook'.
18144
18145 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
18146
18147 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
18148 merging.
18149
18150 * ediff-util.el (ediff-previous-difference): Don't skip regions that
18151 have merge clashes.
18152
18153 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18154
18155 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18156 Undo previous change.
18157
18158 * startup.el (command-line): Use `custom-reevaluate-setting' for
18159 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
18160 tty-register-default-colors on Mac.
18161
18162 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
18163
18164 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
18165 (gdb-buffer-type): Make it automatically buffer local...
18166 (gdb-get-create-buffer): ...and set it accordingly.
18167 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
18168 actually work.
18169
18170 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
18171
18172 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
18173 not red.
18174
18175 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
18176
18177 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
18178 case GUD buffer is not visible.
18179 (gdb-goto-breakpoint): Try to force display in source buffer.
18180 (gdb-frame-gdb-buffer): Copy other similar functions.
18181 (gdb-restore-windows): Don't display source if not asked for.
18182 (gdb-assembler-buffer-name): Don't capitalise.
18183
18184 2005-11-03 Richard M. Stallman <rms@gnu.org>
18185
18186 * wid-edit.el (key-sequence): New widget type.
18187
18188 * simple.el (set-mark-command-repeat-pop): New variable.
18189 (set-mark-command): Only interpret plan C-@ after a pop as a pop
18190 if set-mark-command-repeat-pop is true.
18191
18192 * info.el (Info-fontify-node): Don't display extra "see" if there
18193 already is one here.
18194
18195 * mouse.el: Fix special handling of DEL after dragging a region:
18196 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
18197 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
18198
18199 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
18200
18201 * textmodes/ispell.el (ispell-command-loop): Change `i' description
18202 not to assume it pertains to an affix.
18203
18204 * textmodes/flyspell.el (flyspell-post-command-hook):
18205 Bind deactivate-mark to prevent deactivation.
18206
18207 2005-11-03 Lars Hansen <larsh@soem.dk>
18208
18209 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
18210 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
18211 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
18212
18213 2005-11-03 Romain Francoise <romain@orebokech.com>
18214
18215 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
18216 Update copyright years.
18217
18218 2005-11-03 Sam Steingold <sds@gnu.org>
18219
18220 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18221 Use system-type instead of window-system because window-system is not
18222 correctly defined during loadup.
18223
18224 2005-11-02 Mark A. Hershberger <mah@everybody.org>
18225
18226 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
18227 (xml-parse-tag): Join strings separated by a comment properly.
18228
18229 2005-11-02 Andreas Schwab <schwab@suse.de>
18230
18231 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
18232
18233 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
18234
18235 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
18236 (byte-optimize-pure-func): Quote the eval'd value.
18237
18238 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
18239 Rename from perl-font-lock-syntactic-face-function.
18240 Change the calling convention so it can be used as a font-lock MATCHER.
18241 Do the parse-partial-sexp loop outselves.
18242 (perl-font-lock-syntactic-keywords): Use it.
18243 (perl-mode): Don't set font-lock-syntactic-face-function any more.
18244
18245 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
18246
18247 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
18248 disassembly buffer too.
18249 (gdb-exited): Remove overlay arrows when execution has finished.
18250 (gdb-info-frames-custom, gdb-info-threads-custom)
18251 (gdb-info-registers-custom): Don't add inappropriate text
18252 properties if inferior is not active.
18253
18254 2005-11-02 Glenn Morris <rgm@gnu.org>
18255
18256 * progmodes/fortran.el (fortran-blink-match):
18257 Use `blink-matching-delay'.
18258
18259 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
18260
18261 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
18262
18263 2005-11-02 Lars Hansen <larsh@soem.dk>
18264
18265 * net/tramp.el (tramp-action-out-of-band): Handle scp message
18266 "Permission denied".
18267
18268 2005-11-01 Richard M. Stallman <rms@gnu.org>
18269
18270 * textmodes/flyspell.el (flyspell-external-point-words):
18271 Pass nil to flyspell-get-word.
18272
18273 2005-11-02 Kim F. Storm <storm@cua.dk>
18274
18275 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
18276 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
18277
18278 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
18279
18280 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
18281 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
18282 (calendar-mouse-print-dates): Add optional `event' argument.
18283 Update interactive-spec.
18284 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
18285 Use `calendar-event-to-date' instead of `event'.
18286
18287 2005-11-02 Masatake YAMATO <jet@gyve.org>
18288
18289 * progmodes/ld-script.el (ld-script-builtins):
18290 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
18291 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
18292 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
18293
18294 2005-11-01 Romain Francoise <romain@orebokech.com>
18295
18296 * vc-sccs.el: Update copyright year.
18297 * ezimage.el: Likewise.
18298
18299 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
18300
18301 * info.el (Info-fontify-node): Use `string-width' for fontifying
18302 underlined titles.
18303
18304 2005-11-01 Juri Linkov <juri@jurta.org>
18305
18306 * info.el (Info-fontify-node): Downcase node header keywords Node,
18307 Prev, Next, Up before comparison.
18308 (Info-history): Insert absolute directory name, and put invisible
18309 property on it.
18310
18311 2005-11-01 Juri Linkov <juri@jurta.org>
18312
18313 * info.el (Info-file-supports-index-cookies): New variable.
18314 (Info-find-node-2): Check makeinfo version for index cookie support.
18315 (Info-index-nodes): Search for nodes with index cookies only when
18316 Info-file-supports-index-cookies is t. Otherwise, search nodes
18317 with "Index" in the node name.
18318 (Info-index-node): Search index cookie in the current node only when
18319 Info-file-supports-index-cookies is t. Otherwise, check the word
18320 "Index" in the node name.
18321 (Info-find-emacs-command-nodes): Remove code that searches nodes
18322 with "Index" node name in the top menu.
18323
18324 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
18325
18326 * progmodes/scheme.el (scheme-mode-variables): Use the default
18327 comment-indent-function.
18328
18329 * faces.el (face-attribute): Handle the case where a face inherits from
18330 a non-existent face.
18331
18332 * simple.el (eval-expression-print-format): Use lisp-readable syntax
18333 for octal and hexa output, and merge the char into the paren.
18334 (kill-new): Use push.
18335 (copy-to-buffer): Use with-current-buffer.
18336 (completion-setup-function): Move code in loop to remove redundancy.
18337 (minibuffer-local-must-match-map): Don't add bindings that duplicate
18338 those inherited from minibuffer-local-completion-map.
18339
18340 * savehist.el (savehist-mode) <defcustom>:
18341 Use custom-set-minor-mode if available.
18342 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
18343 and emit a message if applicable.
18344
18345 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
18346
18347 * savehist.el: Sync up to version 19.
18348 (savehist-mode): New minor mode.
18349 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
18350 (savehist-length): Remove (use history-length instead).
18351 (savehist-file-modes): Rename from savehist-modes.
18352 (savehist-save-hook, savehist-loaded): New vars.
18353 (savehist-load): Use savehist-mode. Try to smooth up transition from
18354 old format to new format.
18355 (savehist-install): Allow savehist-autosave-interval to be nil.
18356 (savehist-save): Run the new hook. Be more careful to only trim the
18357 history variables.
18358 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
18359 (savehist-printable): Print into a buffer rather than char-by-char.
18360
18361 2005-11-01 John Wiegley <johnw@newartisans.com>
18362
18363 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
18364 toggle-ignore keybinding (C-a). The author said it had been
18365 disabled much earlier due to a possible incompatibility, but after
18366 many months of usage I have encountered no problems (and it is a
18367 rather useful option, especially for switching to " *temp*").
18368
18369 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
18370 support for OS/X's AddressBook, by calling out to the open source
18371 program "contacts" (installable through Fink).
18372
18373 * net/eudc.el (eudc-expand-inline): If the
18374 `eudc-multiple-match-handling-method' is set to `all', delete the
18375 query string before inserting the query result.
18376
18377 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
18378 flag, to prevent Eshell from using the system ls when
18379 `eshell-ls-insert-directory' is in used.
18380 (eshell-ls-insert-directory): Disable font-lock in directory
18381 buffer so that Eshell's own fontification is seen. This broke
18382 recently due to changes in font-lock, so this goes back to version
18383 21 behavior.
18384
18385 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
18386
18387 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
18388 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
18389 (gdb-many-windows): Doc fix.
18390
18391 2005-10-31 Romain Francoise <romain@orebokech.com>
18392
18393 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
18394
18395 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
18396
18397 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
18398 that global-font-lock-mode can be enabled by default.
18399
18400 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
18401 (font-lock-add-keywords, font-lock-remove-keywords)
18402 (font-lock-fontify-buffer): Remove autoload cookies.
18403
18404 * jit-lock.el (jit-lock-register): Likewise.
18405
18406 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
18407
18408 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
18409
18410 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
18411 intact if there is no gud-comint-buffer.
18412
18413 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
18414
18415 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
18416 old prompt comint-prompt-read-only is t and GDB commands are
18417 issued from tool bar etc.
18418
18419 2005-10-31 Masatake YAMATO <jet@gyve.org>
18420
18421 * vc.el (vc-directory-exclusion-list): Add "{arch}".
18422
18423 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
18424
18425 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
18426 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
18427
18428 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
18429
18430 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
18431 starting at beginning of line. Fontification is messed up when
18432 `open-paren-in-column-0-is-defun-start' set to t.
18433 Reported by John Paul Wallington <jpw@pobox.com>.
18434
18435 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
18436
18437 * comint.el (comint-send-input): Call `comint-update-fence' when
18438 `comint-process-echoes' and `comint-prompt-read-only' are both
18439 non-nil, to avoid leftover read-only newline.
18440
18441 2005-10-30 Richard M. Stallman <rms@gnu.org>
18442
18443 * textmodes/flyspell.el (flyspell-external-point-words):
18444 Detect when WORD can't be checked properly because
18445 flyspell-get-word finds just part of it, and move on.
18446
18447 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
18448 boundarychar for Polish.
18449 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
18450 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
18451
18452 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
18453
18454 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
18455 (gdb-registers-font-lock-keywords): Delete.
18456 (gdb-registers-mode): Don't fontify.
18457 (gdb-info-registers-custom): Use text properties instead as, in
18458 future, changed register values will use font-lock-warning-face.
18459 (gdb-local-font-lock-keywords): Rename to...
18460 (gdb-locals-font-lock-keywords): ...for consistency.
18461
18462 2005-10-30 Andre Spiegel <spiegel@gnu.org>
18463
18464 * vc.el (vc-switch-backend): Better error message if the buffer is
18465 not visiting a file under version control.
18466
18467 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
18468
18469 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
18470
18471 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
18472 ~/.emacs.d/.emacs.
18473
18474 2005-10-29 Richard M. Stallman <rms@gnu.org>
18475
18476 * replace.el (occur-mode-mouse-goto): Always go to other window.
18477 (occur-mode-goto-occurrence): Always switch in same window.
18478
18479 * simple.el (undo): Display message at end, not at start.
18480
18481 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
18482 New arg REUSE-CELL.
18483 (cancel-timer-internal): New function.
18484 (timer-event-handler): Use cancel-timer-internal,
18485 and pass the cell it returns to timer-activate...
18486
18487 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
18488 (jit-lock-deferred-fontify, jit-lock-context-fontify)
18489 (jit-lock-after-change): Test memory-full.
18490
18491 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
18492
18493 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
18494 part of the decoded armor to find the key-identifier.
18495 (pgg-gpg-lookup-key-owner): New function to return the
18496 human-readable identifier of a key owner.
18497 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
18498 key itself.
18499 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
18500 the key value) if we have a key and can match it against a secret
18501 key. Also, added a note pointing out fact that the prompt only
18502 indicates the first matching key.
18503
18504 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
18505 pgg-decrypt-region.
18506 (pgg-pending-timers): A new hash for tracking the passphrase cache
18507 timers, so that new ones supercede old ones.
18508 (pgg-add-passphrase-to-cache): Rename from
18509 `pgg-add-passphrase-cache' to reduce confusion (all callers
18510 changed). Modified to cancel old timers when new ones are added.
18511 (pgg-remove-passphrase-from-cache): Rename from
18512 `pgg-remove-passphrase-cache' to reduce confusion (all callers
18513 changed). Modified to cancel old timers when their keys are
18514 removed from the cache.
18515 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
18516 XEmacs, an indirection to delete-itimer.
18517 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
18518 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
18519 users can only check cache without risk of prompting. Correct bug in
18520 notruncate behavior.
18521 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
18522 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
18523 Add informative docstrings.
18524 (pgg-decrypt): Convey provided passphrase in subordinate call to
18525 pgg-decrypt-region.
18526
18527 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
18528 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
18529 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
18530 `passphrase' argument, so the passphrase can be managed externally
18531 and then passed in to the system.
18532
18533 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
18534 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
18535 so the passphrase cache can be used reliably with identifiers
18536 besides a pgp packet's key id.
18537
18538 * pgg-gpg.el (pgg-pgp-encrypt-region)
18539 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18540 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18541 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18542 argument to all these routines, so the passphrase can be managed
18543 externally and passed in to the system.
18544
18545 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
18546 `notruncate' argument, so the passphrase cache can be used
18547 reliably with identifiers besides a pgp packet's key id.
18548
18549 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
18550
18551 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
18552 symmetric encryption.
18553 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
18554 encrypted session key.
18555 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
18556 message ask for the passphrase in a proper way.
18557
18558 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
18559 New user commands for symmetric encryption.
18560
18561 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
18562
18563 * textmodes/conf-mode.el (conf-assignment-sign)
18564 (conf-assignment-regexp): Fix docstrings.
18565 (conf-mode-initialize): New function.
18566 (conf-mode): Remove optional args. Use delay-mode-hooks to
18567 recognize recursive calls.
18568 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
18569 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
18570 (conf-xdefaults-mode): Use define-derived-mode and
18571 conf-mode-initialize.
18572
18573 2005-10-29 Romain Francoise <romain@orebokech.com>
18574
18575 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
18576
18577 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
18578
18579 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
18580 part of the decoded armor to find the key-identifier.
18581 (pgg-gpg-lookup-key-owner): New function to return the
18582 human-readable identifier of a key owner.
18583 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
18584 key itself.
18585 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
18586 the key value) if we have a key and can match it against a secret
18587 key. Also, added a note pointing out fact that the prompt only
18588 indicates the first matching key.
18589
18590 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
18591 pgg-decrypt-region.
18592 (pgg-pending-timers): A new hash for tracking the passphrase cache
18593 timers, so that new ones supercede old ones.
18594 (pgg-add-passphrase-to-cache): Rename from
18595 `pgg-add-passphrase-cache' to reduce confusion (all callers
18596 changed). Modified to cancel old timers when new ones are added.
18597 (pgg-remove-passphrase-from-cache): Rename from
18598 `pgg-remove-passphrase-cache' to reduce confusion (all callers
18599 changed). Modified to cancel old timers when their keys are
18600 removed from the cache.
18601 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
18602 XEmacs, an indirection to delete-itimer.
18603 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
18604 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
18605 users can only check cache without risk of prompting. Correct bug in
18606 notruncate behavior.
18607 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
18608 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
18609 Add informative docstrings.
18610 (pgg-decrypt): Convey provided passphrase in subordinate call to
18611 pgg-decrypt-region.
18612
18613 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
18614
18615 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
18616 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
18617 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
18618 `passphrase' argument, so the passphrase can be managed externally
18619 and then passed in to the system.
18620
18621 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
18622 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
18623 so the passphrase cache can be used reliably with identifiers
18624 besides a pgp packet's key id.
18625
18626 * pgg-gpg.el (pgg-pgp-encrypt-region)
18627 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18628 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18629 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18630 argument to all these routines, so the passphrase can be managed
18631 externally and passed in to the system.
18632
18633 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
18634 `notruncate' argument, so the passphrase cache can be used
18635 reliably with identifiers besides a pgp packet's key id.
18636
18637 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
18638
18639 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
18640 symmetric encryption.
18641 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
18642 encrypted session key.
18643 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
18644 message ask for the passphrase in a proper way.
18645
18646 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
18647 New user commands for symmetric encryption.
18648
18649 2005-10-28 Bill Wohler <wohler@newt.com>
18650
18651 * help-mode.el (help-url): New button type. Calls browse-url.
18652 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
18653 Similar to Info nodes: URL `url'.
18654 (help-make-xrefs): Create help-url buttons for
18655 help-xref-url-regexp matches.
18656
18657 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
18658
18659 * tool-bar.el (tool-bar-add-item-from-menu)
18660 (tool-bar-local-item-from-menu): Fix doc strings.
18661
18662 2005-10-28 Romain Francoise <romain@orebokech.com>
18663
18664 * ldefs-boot.el: Update.
18665
18666 * subr.el (locate-library): Move from help-fns.el.
18667 * help-fns.el (locate-library): Move to subr.el.
18668
18669 2005-10-28 Richard M. Stallman <rms@gnu.org>
18670
18671 * net/tramp.el (tramp-completion-mode): defvar moved up.
18672
18673 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
18674
18675 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
18676
18677 * files.el (find-file-noselect): Use %d to format large file size.
18678
18679 * bindings.el (mode-line-format): Add %e.
18680
18681 * loadup.el ("facemenu"): Load unconditionally.
18682 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
18683 ("x-dnd"): Load, when appropriate.
18684
18685 * startup.el (command-line): Call before-init-hook earlier.
18686 Warn about some bad characters in -u user name.
18687
18688 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
18689 (flyspell-external-point-words): Error if misspelled word is not found.
18690 Set flyspell-large-region-beg at end of word.
18691
18692 2005-10-28 Andreas Schwab <schwab@suse.de>
18693
18694 * view.el (View-revert-buffer-scroll-page-forward):
18695 Use view-page-size-default.
18696
18697 2005-10-28 Juri Linkov <juri@jurta.org>
18698
18699 * international/quail.el (quail-get-current-str): Translate last
18700 raw character for deterministic input methods.
18701
18702 2005-10-27 Jay Belanger <belanger@truman.edu>
18703
18704 * calc/calc-ext.el: Add functions to autoloads.
18705 (math-identity-matrix-p, math-ident-row-p): New functions.
18706
18707 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
18708 multiplication by an identity matrix; don't turn multiplication by
18709 an inverse matrix into division.
18710 (math-div-symbol-fancy): Replace division by matrices with
18711 multiplication by inverse.
18712
18713 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
18714
18715 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
18716 (calc-writeoutpower): New functions.
18717
18718 2005-10-27 Romain Francoise <romain@orebokech.com>
18719
18720 * replace.el (occur-engine): Include colon in mouse-face highlight.
18721
18722 * dired-x.el: Change Maintainer field.
18723
18724 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
18725
18726 * longlines.el (longlines-mode): Bind after-change-functions to
18727 nil during initial decoding and final encoding.
18728
18729 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
18730
18731 * term.el (term-emulate-terminal, term-handle-colors-array)
18732 (term-handle-ansi-escape): Specify the terminfo capabilities
18733 implemented.
18734
18735 2005-10-26 Richard M. Stallman <rms@gnu.org>
18736
18737 * info.el (Info-fontify-node): Fix detection of sentence-break
18738 before *Note.
18739
18740 2005-10-26 Romain Francoise <romain@orebokech.com>
18741
18742 * smerge-mode.el: Add `tools' to file keywords.
18743
18744 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
18745
18746 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
18747 when the fringe is not available.
18748
18749 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
18750 (def-gdb-auto-update-trigger): Simplify construction.
18751 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
18752 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
18753 defined explicitly.
18754 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
18755 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
18756 defined explicitly.
18757 (gdb-info-locals-custom): Remove as it's a no-op.
18758
18759 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
18760
18761 * longlines.el (longlines-mode): Remove narrowing before
18762 performing the initial decoding or final encoding.
18763
18764 2005-10-25 Romain Francoise <romain@orebokech.com>
18765
18766 * emacs-lisp/find-func.el (find-library-name): Also strip
18767 extension if library name ends in .el, to take advantage of
18768 `find-library-suffixes'.
18769
18770 2005-10-25 Richard M. Stallman <rms@gnu.org>
18771
18772 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
18773
18774 2005-10-25 Juri Linkov <juri@jurta.org>
18775
18776 * textmodes/texinfo.el (texinfo-mode): Change charset of one
18777 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
18778
18779 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
18780
18781 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
18782 (blackbox-redefine-key): Add argument `map'.
18783
18784 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
18785 regions when moving the jit-lock-context-unfontify-pos boundary.
18786
18787 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
18788
18789 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
18790
18791 2005-10-25 Masatake YAMATO <jet@gyve.org>
18792
18793 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
18794
18795 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
18796
18797 * play/blackbox.el (blackbox-redefine-key): New function.
18798 (blackbox-mode-map): Use it to remap existing bindings for cursor
18799 motion instead of binding literal keys.
18800
18801 2005-10-25 Glenn Morris <rgm@gnu.org>
18802
18803 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
18804 diary does not end in a newline. Do not assume a blank line at
18805 the start of the diary file.
18806
18807 2005-10-25 Kenichi Handa <handa@m17n.org>
18808
18809 * international/quail.el (quail-translate-key): If the input
18810 method is deterministic and failed to handle the last key, restart
18811 the key handling loop from an appropriate key.
18812
18813 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
18814
18815 * vc.el (vc-dired-mode): Extend comment for binding of
18816 `directory-listing-before-filename-regexp'.
18817
18818 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
18819
18820 * textmodes/texinfo.el (texinfo-mode):
18821 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
18822 not to unnecessarily expose emacs-mule's internal char codes.
18823
18824 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
18825
18826 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
18827 Display hand pointer and help-echo on disabled icon too.
18828 (gdb-mouse-until): New function.
18829 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
18830
18831 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
18832
18833 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
18834 with 2005-10-23 change to doctor.el.
18835
18836 * finder.el (finder-mode-map): Add follow-link binding.
18837
18838 2005-10-25 Kim F. Storm <storm@cua.dk>
18839
18840 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
18841 to gdb-mouse-toggle-breakpoint-fringe.
18842 (gdb-mouse-toggle-breakpoint-margin): Rename from
18843 gdb-mouse-toggle-breakpoint. Fix doc.
18844 (gdb-mouse-toggle-breakpoint-fringe): New defun.
18845 (gdb-put-string): Add optional SPROPS arg. Add props to string.
18846 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
18847 string properties also for fringe breakpoint bitmaps.
18848
18849 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
18850
18851 * textmodes/org.el (org-start-icalendar-file): Fix format form.
18852
18853 2005-10-25 Masatake YAMATO <jet@gyve.org>
18854
18855 * simple.el (completion-common-substring):
18856 Use `completion-common-substring' prior to `completion-base-size'.
18857
18858 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
18859
18860 * savehist.el: Require CL while compiling.
18861 (savehist-history-variables): Remove.
18862 (savehist-save-minibuffer-history, savehist-additional-variables)
18863 (savehist-minibuffer-history-variables): New vars.
18864 (savehist-save): Use them.
18865 (savehist-uninstall, savehist-minibuffer-hook): New funs.
18866 (savehist-install): New fun, extracted from savehist-load.
18867 (savehist-load): Use them.
18868
18869 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
18870
18871 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
18872 a dummy doc-string-elt property.
18873 (defalias, defvaralias, define-category): Add a docstring property.
18874
18875 * image.el (defimage):
18876 * widget.el (define-widget):
18877 * custom.el (defface, defcustom): Add `doc-string' declaration.
18878
18879 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
18880 (defadvice): Add `doc-string' declaration.
18881
18882 * emacs-lisp/byte-run.el (macro-declaration-function):
18883 Handle `doc-string' declarations.
18884 (define-obsolete-function-alias, define-obsolete-variable-alias):
18885 Add `doc-string' declaration.
18886
18887 2005-10-24 Kenichi Handa <handa@m17n.org>
18888
18889 * international/utf-7.el (utf-7): Add autoload cookie.
18890
18891 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
18892
18893 2005-10-24 Eli Zaretskii <eliz@gnu.org>
18894
18895 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
18896 list of directories passed to batch-update-autoloads. Add "." to
18897 the list of the echoed directories.
18898
18899 * pgg-def.el:
18900 * pgg-gpg.el:
18901 * pgg-parse.el:
18902 * pgg-pgp.el:
18903 * pgg-pgp5.el:
18904 * pgg.el: Moved here from the gnus subdirectory.
18905
18906 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
18907
18908 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
18909 in case comint-prompt-read-only is set to t.
18910
18911 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
18912 in case comint-prompt-read-only is set to t.
18913
18914 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
18915
18916 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
18917 Now a string.
18918 (icalendar-import-format): Handle CLASS, STATUS, URL.
18919 Rename `subject' to `summary'.
18920 (icalendar-import-format-summary): Rename from
18921 `icalendar-import-format-subject'.
18922 (icalendar-import-format-url, icalendar-import-format-status)
18923 (icalendar-import-format-class): New variables.
18924 (icalendar--rris): Take variable argument list.
18925 (icalendar--datestring-to-isodate): Remove unnecessary
18926 calendar-style check when converting dates with explicit month names.
18927 (icalendar-export-region): Change return type of conversion
18928 subroutines. Bury current buffer unless error occurred.
18929 (icalendar--convert-to-ical)
18930 (icalendar--parse-summary-and-rest): New functions.
18931 (icalendar--convert-ordinary-to-ical)
18932 (icalendar--convert-weekly-to-ical)
18933 (icalendar--convert-yearly-to-ical)
18934 (icalendar--convert-block-to-ical)
18935 (icalendar--convert-cyclic-to-ical)
18936 (icalendar--convert-anniversary-to-ical): Change return type.
18937 Strip trailing blanks from subject.
18938 (icalendar--convert-sexp-to-ical): Change return type.
18939 Strip trailing blanks from subject. Handle simple sexp
18940 entries as generated by icalendar.el.
18941 (icalendar--convert-float-to-ical)
18942 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
18943 (icalendar-import-file): Doc fix.
18944 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
18945 Correct call to icalendar--rris.
18946 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
18947 `summary'.
18948 (icalendar--add-diary-entry): Rename `subject' to `summary'.
18949
18950 2005-10-24 Romain Francoise <romain@orebokech.com>
18951
18952 * server.el (server-sentinel): Set query-on-exit flag to nil on
18953 new client processes (it isn't inherited from the server process).
18954
18955 * replace.el (occur-engine): Rearrange text properties.
18956
18957 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
18958
18959 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
18960 case-fold-search is nil.
18961 (debug-help-follow): Use help-xref-interned directly.
18962
18963 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
18964
18965 * thumbs.el (thumbs-image-type): Add .pbm.
18966
18967 2005-10-23 Richard M. Stallman <rms@gnu.org>
18968
18969 * faces.el (inhibit-face-set-after-frame-default): New variable.
18970 (set-face-attribute): Bind it.
18971 (face-set-after-frame-default): Test it.
18972
18973 * help-fns.el (describe-simplify-lib-file-name): New function.
18974 (describe-function-1, describe-variable): Use it.
18975
18976 * faces.el (describe-face): Use describe-simplify-lib-file-name.
18977
18978 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
18979 Eliminate nil as possible value.
18980 (tooltip-hide-delay): Reduce internal-border-width.
18981
18982 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
18983 (menu-bar-file-menu) <new-file>: Likewise.
18984
18985 * simple.el (line-move-finish): Ignore fields computing LINE-END.
18986
18987 * international/mule.el (load-with-code-conversion):
18988 Pass full file name to `eval-buffer' unless preloading.
18989
18990 * textmodes/flyspell.el (flyspell-large-region):
18991 Call ispell-check-version.
18992
18993 * textmodes/ispell.el (ispell-local-dictionary-overridden):
18994 Fix the make-variable-buffer-local call that was supposed
18995 to be for this variable.
18996 (ispell-aspell-supports-utf8): Doc fix.
18997 (ispell-find-aspell-dictionaries): Preserve elements of
18998 ispell-dictionary-alist for dictionaries that aspell doesn't report.
18999 (ispell-aspell-find-dictionary): Return nil on error.
19000
19001 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
19002 (doctor-symptoms): Likewise.
19003
19004 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
19005
19006 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19007
19008 * cus-edit.el (custom-button, custom-button-pressed): New vars.
19009 (custom-raised-buttons): Add :set spec.
19010 (custom-button-unraised, custom-button-pressed-unraised):
19011 New faces, so that custom-raised-buttons actually does something.
19012 (custom-mode): Use custom-button and custom-button-pressed.
19013
19014 * wid-edit.el (widget-specify-button): Don't ignore
19015 widget-mouse-face on graphic terminals.
19016 (widget-move-and-invoke): Cleanup.
19017
19018 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
19019
19020 * whitespace.el (whitespace-cleanup): Doc fix.
19021
19022 2005-10-23 Romain Francoise <romain@orebokech.com>
19023
19024 * emulation/viper.el (viper-set-hooks): Quote forms passed to
19025 `eval-after-load' to avoid evaluating their result.
19026
19027 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
19028
19029 * files.el (directory-listing-before-filename-regexp):
19030 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
19031
19032 * dired.el (dired-move-to-filename-regexp): Remove.
19033 All occurences replaced by `directory-listing-before-filename-regexp'.
19034
19035 * dired-x.el, locate.el, vc.el:
19036 Replace `dired-move-to-filename-regexp' by
19037 `directory-listing-before-filename-regexp'. In vc.el it is
19038 overwritten locally; maybe this can be handled in files.el too.
19039
19040 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
19041 replaced by `directory-listing-before-filename-regexp'.
19042
19043 2005-10-23 Andreas Schwab <schwab@suse.de>
19044
19045 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
19046 and eval-next-after-load.
19047
19048 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
19049
19050 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
19051 exist, create it.
19052
19053 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
19054
19055 * allout.el: Remove autoloads for mailcrypt and crypt++.
19056 Require pgg, pgg-gpg during compilation.
19057 (allout-version): Increment version number to 2.1, and use a literal
19058 rather than RCS Id.
19059 (allout-default-encryption-scheme): Remove.
19060 (allout-passphrase-verifier-handling)
19061 (allout-passphrase-verifier-string)
19062 (allout-file-passphrase-verifier-string)
19063 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
19064 (allout-passphrase-hint-handling): Rename and simplify.
19065 (allout-init): Use `find-file-hook' if available, otherwise
19066 `find-file-hooks'.
19067 (allout-mode): Use `write-file-functions' if available, otherwise
19068 `local-write-file-hooks' and, instead of making auto-save-hook
19069 buffer local, make the write-file-hook activity contingent to
19070 allout-mode.
19071 (allout-mode): Use key-binding substitution in the docstring.
19072 (allout-kill-line): Spell-out kill ring data structure mutation
19073 instead of using byte-compiler-complaint-provoking `pop'.
19074 (allout-insert-listified): Use `insert' rather than `insert-string'
19075 (allout-toggle-current-subtree-encryption): Update docstring, adjust
19076 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
19077 (allout-encrypt-string): Totally revamped vis new underlying
19078 encryption facilities.
19079 (allout-mc-activate-passwd): Remove.
19080 (allout-obtain-passphrase): New, more or less replaces
19081 allout-mc-activate-passwd.
19082 (allout-encrypted-key-info): More or less replaces
19083 allout-encrypted-text-type.
19084 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
19085 (my-mark-marker): Use `(featurep 'xemacs)'.
19086
19087 2005-10-23 Lars Hansen <larsh@soem.dk>
19088
19089 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
19090 (byte-compile-file-form-defmumble, byte-compile-defun)
19091 (byte-compile-defmacro): Use it.
19092 (byte-compile-form): Don't call byte-compile-set-symbol-position
19093 when a byte-compile handler is called.
19094
19095 2005-10-22 Romain Francoise <romain@orebokech.com>
19096
19097 * savehist.el (savehist-history-variables): Add `grep-find-history'.
19098
19099 * subr.el (eval-after-load): Convert library name to an absolute
19100 file name using locate-library, since load-history no longer has
19101 library names in it.
19102
19103 2005-10-22 Richard M. Stallman <rms@gnu.org>
19104
19105 * files.el (make-temp-file): Move from subr.el.
19106 * subr.el (make-temp-file): Move to files.el.
19107
19108 * window.el (get-buffer-window-list): Move from subr.el.
19109 * subr.el (get-buffer-window-list): Move to window.el.
19110
19111 * image.el (image-load-path): Use eval-at-startup to initialize.
19112
19113 * subr.el (eval-at-startup): New macro.
19114
19115 * subr.el: Much rearrangement of functions and division
19116 into pages. No code changes.
19117
19118 2005-10-22 Kenichi Handa <handa@m17n.org>
19119
19120 * tar-mode.el (tar-extract): Be sure to call
19121 find-operation-coding-system if set-auto-coding doesn't find a
19122 coding system.
19123
19124 2005-10-22 Kim F. Storm <storm@cua.dk>
19125
19126 * image.el (image-type-header-regexps): Rename from image-type-regexps.
19127 Change users.
19128 (image-type-file-name-regexps): New defconst.
19129 (image-type-from-data): Simplify loop.
19130 (image-type-from-buffer): New defun.
19131 (image-type-from-file-header): Use it instead of image-type-from-data.
19132 Use image-search-load-path instead of only looking in data-directory.
19133 (image-type-from-file-name): New defun.
19134 (image-search-load-path): Change `pathname' to `filename'.
19135 Make PATH arg optional, default to image-load-path.
19136
19137 2005-10-21 Richard M. Stallman <rms@gnu.org>
19138
19139 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
19140
19141 * textmodes/paragraphs.el (sentence-end-base): New variable.
19142 (sentence-end): Use sentence-end-base.
19143
19144 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
19145
19146 * font-lock.el (font-lock-default-fontify-region): Check the multiline
19147 property independently from the font-lock-multiline variable.
19148
19149 2005-10-21 Richard M. Stallman <rms@gnu.org>
19150
19151 * emacs-lisp/find-func.el (find-library-name): Doc fix.
19152
19153 * startup.el (command-line): Convert library names
19154 in `load-history' to absolute file names.
19155
19156 * subr.el (symbol-file): Doc fix.
19157
19158 * loadhist.el (file-loadhist-lookup): Call locate-library
19159 instead of find-library-name. Don't try converting
19160 abs file names to library names, since load-history no longer
19161 has library names in it.
19162 (file-dependents, file-provides, file-requires): Doc fixes.
19163
19164 2005-10-21 Juri Linkov <juri@jurta.org>
19165
19166 * progmodes/etags.el (tags-table-mode): New function.
19167 (tags-verify-table): Replace initialize-new-tags-table with
19168 tags-table-mode.
19169
19170 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
19171 default value.
19172 (desktop-modes-not-to-save): Add tags-table-mode to the
19173 default value.
19174
19175 * info.el (Info-index-next): Add total number of index
19176 alternatives to the message.
19177
19178 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
19179 backward only space (instead of space and period) before looking
19180 at sentence end.
19181
19182 * simple.el (set-variable): Use user-variable-p instead of symbolp.
19183 Add the old variable value as 4th default-value arg of read-string.
19184
19185 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19186
19187 * cus-face.el (custom-declare-face): Make face from X resources
19188 also on Mac.
19189
19190 * disp-table.el (standard-display-g1, standard-display-graphic):
19191 Refuse to use string glyphs also on Mac.
19192 (standard-display-european): Don't set terminal coding system also
19193 on Mac.
19194
19195 * frame.el (display-screens): Use x-display-screens also on Mac.
19196
19197 2005-10-21 Romain Francoise <romain@orebokech.com>
19198
19199 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
19200
19201 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
19202
19203 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
19204 and $? into sexps.
19205
19206 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
19207 warning face on open-paren-in-column-0.
19208
19209 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
19210 boundary case. Fix typo.
19211 Suggested by Martin Rudalics <rudalics@gmx.at>.
19212
19213 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
19214
19215 * textmodes/org.el (org-combined-agenda-icalendar-file)
19216 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
19217 (org-export-icalendar-this-file)
19218 (org-export-icalendar-all-agenda-files)
19219 (org-export-icalendar-combine-agenda-files): New commands.
19220 (org-export-icalendar, org-print-icalendar-entries)
19221 (org-start-icalendar-file, org-finish-icalendar-file)
19222 (org-ical-ts-to-string): New functions.
19223 (org-read-date, org-goto-calendar)
19224 (org-agenda-goto-calendar): Inhibit displaying diary entries by
19225 call to `calendar'.
19226 (orgtbl-setup): Remove the :keys arguments from the menu description.
19227 (org-after-save-iCalendar-file-hook): New variable.
19228
19229 2005-10-21 Kenichi Handa <handa@m17n.org>
19230
19231 * language/vietnamese.el (tcvn-5712): Make it an alias of
19232 vietnamese-tcvn coding-system.
19233
19234 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
19235
19236 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
19237 group id is given.
19238
19239 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
19240
19241 * progmodes/sh-script.el (sh-escaped-line-re): New var.
19242 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
19243 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
19244 whose line is either continued or ends with a comment.
19245
19246 2005-10-20 Romain Francoise <romain@orebokech.com>
19247
19248 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
19249
19250 * replace.el (occur-engine): Add follow-link property.
19251
19252 * font-core.el (font-lock-mode): Doc fix.
19253
19254 2005-10-20 Richard M. Stallman <rms@gnu.org>
19255
19256 * net/rcirc.el: New file.
19257
19258 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
19259
19260 * term.el (term-term-name): Initialize to "eterm-color".
19261
19262 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
19263
19264 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
19265 for encryption functionality.
19266 Move allout customization subgroup from `editing' to `outlines' group.
19267 Fix commentary keywords to legitimate ones.
19268 Update author info (using my current email address, obscurified).
19269 (allout-encrypt-string, allout-encryption-produce-work-buffer)
19270 (allout-encrypted-topic-p, allout-encrypted-text-type)
19271 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
19272 (allout-situate-encryption-key-verifier)
19273 (allout-get-encryption-key-verifier, allout-verify-key)
19274 (allout-next-topic-pending-encryption)
19275 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
19276 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
19277 (outline-key-verifier-handling, outline-key-hint-handling)
19278 (outline-encrypt-unencrypted-on-saves): New defcustoms.
19279 (allout-file-key-verifier-string, allout-encryption-scheme)
19280 (allout-key-verifier-string, allout-key-hint-string)
19281 (allout-after-save-decrypt): New variables.
19282 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
19283 (allout-after-saves-handler): New hook functions.
19284 (allout-post-command-business): Do allout-after-save-decrypt.
19285 (allout-enable-file-variable-adjustment): Custom var to enable
19286 mechanism for adding and adjusting settings of Emacs file variables.
19287 (allout-adjust-file-variable, allout-file-vars-section-data):
19288 New functions, implement the mechanism.
19289 (outlineify-sticky): Use the file vars mechanism.
19290 (allout-inhibit-protection, allout-during-write-cue)
19291 (allout-override-protect, allout-before-change-protect): Remove.
19292 (allout-flag-region, allout-open-topic): Adjust read-only text.
19293 (allout-open-line-not-read-only): Add to facilitate read-only
19294 text based protection.
19295 (allout-kill-line): Revise to adjust read-only text, clue the
19296 user about the inhibition.
19297 (allout-unprotected): Use unwind-protect.
19298 (allout-shift-in, allout-shift-out): Disallow manually shifting a
19299 topic deeper than the offspring depth of the previous topic -
19300 avoiding confusing "containment discontinuities".
19301 (allout-reindent-bodies): Fix retention of body relative hanging
19302 indent during promotion of collapsed bodies.
19303 (allout-open-topic): Make it easy to open new topic with same
19304 bullet as current topic - topic creation functions provided with
19305 any universal argument provokes now prompt for bullet, defaulting
19306 to the bullet of the previous topic.
19307 (allout-plain-bullets-string, allout-distinctive-bullets-string):
19308 Plain bullet alternates `.' period and `,' comma only. All other
19309 bullets are relegated to special status (but customizable).
19310 (allout-end-of-entry): Rename from allout-end-of-current-entry
19311 since it actually operates w.r.t. most immediately containing
19312 entry, visible or not.
19313 (allout-hide-current-entry, allout-show-current-entry): Use the
19314 revised version.
19315 (allout-old-expose-topic): Solidify deprecation.
19316 (allout-end-of-subtree): Add so we can span concealed as well
19317 as visible topics.
19318 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
19319 (allout-end-of-current-heading): Tweak to just respect the first line.
19320 (allout-get-body-text): Add.
19321 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
19322 when invoked interactively.
19323 (allout-up-current-level): Use `interactive-p'.
19324 (allout-mode, allout-init): Miscellaneous docstring and
19325 operational refinements, as well as hookups of new encryption stuff.
19326 (allout-beginning-of-current-entry): Now works as advertised.
19327 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
19328 (allout-isearch-rectification): Refine condition for isearching.
19329 (allout-isearch-abort, allout-enwrap-isearch)
19330 (allout-flag-region, my-region-active-p): Relocate some macros.
19331 (allout-title): Fallback title is (buffer-name), not
19332 non-existing (current-buffer-name).
19333 (subst-char-in-string): Define if absent (for some XEmacs versions).
19334
19335 2005-10-20 Jari Aalto <jari.aalto@cante.net>
19336
19337 * mail/sendmail.el (mail-setup-hook, mail-aliases)
19338 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
19339 (mail-citation-prefix-regexp, mail-signature-file)
19340 (mail-default-headers, mail-bury-selects-summary)
19341 (mail-send-nonascii): Add autoload cookies.
19342
19343 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
19344
19345 * frame.el (blink-cursor-mode): Add `mac' to the list of
19346 window-system's that support blinking cursor.
19347
19348 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
19349
19350 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
19351
19352 2005-10-20 Eli Zaretskii <eliz@gnu.org>
19353
19354 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
19355 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
19356 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
19357
19358 2005-10-20 Kim F. Storm <storm@cua.dk>
19359
19360 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
19361 (ido-set-current-directory): Don't add / after final @.
19362 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
19363 Explicitly handle ange-ftp completion oddities.
19364 (ido-make-file-list): Don't rotate list at tramp root to avoid
19365 triggering tramp file handler for expand-file-name via get-file-buffer.
19366
19367 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
19368
19369 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
19370
19371 2005-10-19 Jay Belanger <belanger@truman.edu>
19372
19373 * calc/calc-units.el (math-standard-units): Add units, adjust
19374 symbols and update values.
19375 (math-unit-prefixes): Add more prefixes.
19376
19377 2005-10-19 Romain Francoise <romain@orebokech.com>
19378
19379 * bookmark.el (bookmark-menu-heading): New face.
19380 (bookmark-bmenu-list): Use it.
19381 Don't fiddle with `baud-rate' at top-level.
19382
19383 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
19384
19385 * image.el (create-image, find-image): Mention max-image-size in
19386 docstring.
19387
19388 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
19389
19390 * savehist.el (savehist-load): Revert to checking XEmacs.
19391
19392 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
19393 Various docstring and line-width fixups.
19394 (conf-mode): Use cond.
19395 Set font-lock-defaults. Don't set comment-use-syntax.
19396
19397 2005-10-18 David Ponce <david@dponce.com>
19398
19399 * tree-widget.el (tree-widget-button-click): New function.
19400 (tree-widget-button-keymap): Use it.
19401
19402 2005-10-18 Romain Francoise <romain@orebokech.com>
19403
19404 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
19405 (bookmark-bmenu-hide-filenames): Add follow-link property.
19406 Improve help-echo text.
19407
19408 * ffap.el (find-file-at-point): Doc fix.
19409
19410 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19411
19412 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
19413
19414 2005-10-18 Masatake YAMATO <jet@gyve.org>
19415
19416 Install to the CVS repository what I forgot to install in my
19417 2005-10-16 changes.
19418
19419 * progmodes/python.el (python-complete-symbol): Pass the common
19420 prefix substring of completion to `display-completion-list'.
19421
19422 * textmodes/org.el (org-complete): Ditto.
19423
19424 2005-10-18 Masatake YAMATO <jet@gyve.org>
19425
19426 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
19427
19428 * woman.el (WoMan-xref-man-page): New button type derived
19429 from `Man-abstract-xref-man-page'.
19430 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
19431
19432 * man.el (Man-abstract-xref-man-page): New button type.
19433 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
19434 (Man-highlight-references): Add new optional argument `xref-man-type'.
19435
19436 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
19437
19438 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
19439
19440 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
19441
19442 * cus-edit.el (Custom-move-and-invoke): Delete.
19443 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
19444
19445 * wid-edit.el (widget-move-and-invoke): New function, from
19446 Custom-move-and-invoke.
19447
19448 2005-10-17 Bill Wohler <wohler@newt.com>
19449
19450 Move all remaining images from lisp/toolbar to etc/images, move
19451 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
19452 the low resolution images in their own directory (low-color).
19453
19454 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
19455 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
19456 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
19457 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
19458 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
19459 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
19460 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
19461
19462 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
19463 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
19464 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
19465 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
19466 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
19467 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
19468 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
19469 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
19470 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
19471 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
19472 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
19473 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
19474 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
19475 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
19476 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
19477
19478 To conform with convention, replace the underscore (_) in the
19479 following image names with dash (-) or (/) as appropriate.
19480
19481 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
19482 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
19483 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
19484 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
19485 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
19486 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
19487 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
19488 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
19489 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
19490 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
19491 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
19492 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
19493 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
19494 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
19495 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
19496
19497 * info.el (info-tool-bar-map): Replace underscores in image names
19498 with dashes.
19499
19500 * makefile.w32-in (WINS): Remove toolbar.
19501
19502 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
19503
19504 * tool-bar.el: Move to lisp from toolbar. Now that
19505 toolbar is empty, it should be deleted when folks run "cvs up -P".
19506
19507 2005-10-18 Jay Belanger <belanger@truman.edu>
19508
19509 * calc/calc-store.el (calc-store-into): Get the proper variable name
19510 to display in message.
19511
19512 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
19513
19514 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
19515 expressions display in speedbar for all buffers when debugging.
19516 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
19517
19518 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
19519 (speedbar-insert-button, speedbar-make-button):
19520 Use add-text-properties.
19521 (speedbar-update-localized-contents)
19522 (speedbar-update-directory-contents)
19523 (speedbar-update-special-contents): Use dolist.
19524 (speedbar-buffer-easymenu-definition): Add a menu separator.
19525
19526 2005-10-17 Jason Rumney <jasonr@gnu.org>
19527
19528 * makefile.w32-in: Use $(lisp) consistently.
19529 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
19530 for shell specific generation of mh-autoloads.
19531
19532 2005-10-17 Richard M. Stallman <rms@gnu.org>
19533
19534 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
19535
19536 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
19537
19538 * jit-lock.el (jit-lock-fontify-now):
19539 Move jit-lock-context-unfontify-pos to avoid wasted work.
19540
19541 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
19542
19543 * net/tramp.el (tramp-completion-mode): New defvar. Used in
19544 `tramp-completion-mode' for checking if we are in completion mode.
19545 (tramp-completion-handle-file-name-all-completions): Reorder code
19546 in order to complete for file names only in case there are no
19547 method/user/host completions. This is necessary for cooperation
19548 with ido. Reported by Kim F. Storm <storm@cua.dk>.
19549
19550 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
19551
19552 * longlines.el (longlines-search-forward)
19553 (longlines-search-backward): Match any number of spaces.
19554
19555 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
19556
19557 * diff-mode.el (diff-mode): Doc fix.
19558
19559 2005-10-16 David Reitter <david.reitter@gmail.com>
19560
19561 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
19562 as default on darwin and windows systems.
19563
19564 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
19565
19566 * arc-mode.el (archive-zip-extract): Doc fix.
19567
19568 2005-10-16 Romain Francoise <romain@orebokech.com>
19569
19570 * mouse.el (mouse-1-click-follows-link): Doc fix.
19571
19572 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
19573
19574 * savehist.el: Don't require CL at runtime.
19575 (savehist-xemacs): Remove.
19576 (savehist-coding-system): Use utf-8 if present, regardless of religion.
19577 (savehist-no-conversion): Use (featurep 'xemacs).
19578 (savehist-load): Check existence of start-itimer rather than XEmacs.
19579 Use an idle timer.
19580 (savehist-process-for-saving): Replace use of CL funs `subseq' and
19581 `delete-if-not'.
19582
19583 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
19584
19585 * savehist.el: Newer version.
19586 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
19587 (savehist-last-checksum, savehist-no-conversion): New vars.
19588 (savehist-autosave, savehist-process-for-saving, savehist-printable):
19589 New functions.
19590 (savehist-load, savehist-save): Use them.
19591 (savehist-delimit): Remove.
19592
19593 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
19594
19595 * progmodes/compile.el (compilation-goto-locus): Display the
19596 compilation buffer first and the source buffer second, in case they're
19597 in overlapping frames. Don't raise the compilation frame if it was the
19598 selected window upon entry. Pass the `other-window' arg to
19599 pop-to-buffer.
19600
19601 * info.el (Info-fontify-node): Use dolist.
19602 Change add-text-properties to put-text-property.
19603
19604 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19605
19606 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
19607 bound of search.
19608
19609 2005-10-16 Masatake YAMATO <jet@gyve.org>
19610
19611 * dabbrev.el (dabbrev-completion): Pass the common
19612 prefix substring of completion to `display-completion-list'.
19613
19614 * filecache.el (file-cache-minibuffer-complete)
19615 (file-cache-complete): Ditto.
19616
19617 * tempo.el (tempo-display-completions): Ditto.
19618
19619 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
19620
19621 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
19622
19623 * eshell/em-hist.el (eshell-list-history): Ditto.
19624
19625 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
19626
19627 * mail/mailalias.el (mail-complete): Ditto.
19628
19629 * progmodes/etags.el (complete-tag): Ditto.
19630
19631 * progmodes/make-mode.el (makefile-complete): Ditto.
19632
19633 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
19634
19635 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
19636
19637 * progmodes/pascal.el (pascal-complete-word)
19638 (pascal-show-completions): Ditto.
19639
19640 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
19641
19642 * simple.el (completion-common-substring): New variable.
19643 (completion-setup-function): Use `completion-common-substring'
19644 to put faces.
19645
19646 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19647
19648 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
19649 (x-get-selection, mac-select-convert-to-string): Convert from/to
19650 UTF-16 clipboard data as in native byte order, no BOM.
19651
19652 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
19653
19654 * progmodes/gud.el (gud-tool-bar-map): Rename the images
19655 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
19656 (gud-sentinel): Use speedbar-frame to check for speedbar.
19657
19658 2005-10-15 Richard M. Stallman <rms@gnu.org>
19659
19660 * savehist.el: New file.
19661
19662 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
19663
19664 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
19665 Fix bug in \bf fontification.
19666
19667 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
19668
19669 * pcvs.el (cvs-edit-log-files): New var.
19670 (cvs-mode-edit-log): New arg `file'.
19671 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
19672 Instead force the use of the original file and nothing else.
19673 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
19674 the cvs-minor-wrap-function is set.
19675 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
19676
19677 2005-10-14 Bill Wohler <wohler@newt.com>
19678
19679 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
19680 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
19681 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
19682 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
19683 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
19684 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
19685 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
19686 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
19687 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
19688 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
19689 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
19690 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
19691 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
19692 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
19693 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
19694
19695 * progmodes/gud.el (gud-tool-bar-map): Rename the images
19696 appropriately (for example, gud-break to gud/break).
19697
19698 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
19699
19700 * longlines.el (longlinges-search-function)
19701 (longlines-search-forward, longlines-search-backward): New functions.
19702 (longlines-mode): Set isearch-search-fun-function to
19703 longlinges-search-function.
19704
19705 * mouse.el (mouse-drag-region-1): Handle the case where a
19706 double-click event is bound to an arbitrary function.
19707
19708 2005-10-14 David Ponce <david@dponce.com>
19709
19710 * recentf.el (recentf-track-opened-file)
19711 (recentf-track-closed-file, recentf-update-menu)
19712 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
19713 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
19714 mouse-1-click-follows-link.
19715
19716 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19717
19718 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
19719 Gnome file-manager.png. Suggested by
19720 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
19721
19722 * toolbar/README: Add diropen.xpm.
19723
19724 2005-10-13 Bill Wohler <wohler@newt.com>
19725
19726 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
19727 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
19728
19729 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
19730
19731 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
19732 Don't waste the byte-compiler's time on constant data.
19733
19734 2005-10-13 Kenichi Handa <handa@m17n.org>
19735
19736 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
19737 byte with `escape-glyph' face.
19738
19739 * international/fontset.el (ccl-encode-unicode-font):
19740 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
19741 Handle the case that ucs-mule-to-mule-unicode translates a character to
19742 ASCII (usually for IPA characters).
19743
19744 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
19745
19746 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
19747 Don't hide the underline of titles if font-lock-mode is disabled.
19748
19749 2005-10-12 Bill Wohler <wohler@newt.com>
19750
19751 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
19752 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
19753 files in MH-E-SRC have been updated.
19754 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
19755
19756 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
19757
19758 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
19759 (mixal-mode-syntax-table): Add \n as end-comment.
19760 (mixal-operation-codes-alist): Immediately initialize to full value.
19761 (mixal-add-operation-code): Remove.
19762 (mixal-describe-operation-code): Make the arg non-optional.
19763 Use the interactive spec instead.
19764 Use mixal-operation-codes-alist rather than mixal-operation-codes.
19765 (mixal-font-lock-keywords): Don't highlight comments here any more.
19766 (mixal-font-lock-syntactic-keywords): New var.
19767 (mixal-mode): Use it. Fix comment-start-skip.
19768
19769 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19770
19771 * startup.el (command-line-x-option-alist): -nb => -nbi
19772
19773 2005-10-12 Kim F. Storm <storm@cua.dk>
19774
19775 * startup.el (fancy-splash-default-action): Discard mouse click in
19776 the splash screen window, as it has no sensible meaning in the
19777 next window to be selected. Fixes error reported by Jan D.
19778
19779 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
19780
19781 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
19782
19783 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
19784
19785 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
19786 Try to fix up minor layout issues like indentation, line break, etc...
19787 (mixal-mode-syntax-table): Don't try to specify comment syntax,
19788 because it doesn't work.
19789 (mixal-operation-codes): Add some more codes.
19790 (mixal-font-lock-keywords): Process comments here.
19791 (mixal-mode): mixasm no longer needs -g option.
19792
19793 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
19794
19795 * progmodes/sh-script.el (sh-tmp-file):
19796 Use mktemp -t. Finish support for es and rc shells.
19797
19798 2005-10-11 Jay Belanger <belanger@truman.edu>
19799
19800 * calc/calcalg2.el (calc-integral): With an argument, compute the
19801 definite integral.
19802
19803 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
19804
19805 * mouse.el (mouse-drag-region-1): Don't try to catch a
19806 double-click when doing follow-link (it's overridden anyway).
19807
19808 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
19809
19810 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
19811 (autoload-print-form-outbuf): Add docstring.
19812
19813 2005-10-11 Juri Linkov <juri@jurta.org>
19814
19815 * info.el (Info-mode-menu): Delete menu item "Edit".
19816 (Info-mode): Delete description of Info-edit from docstring,
19817 and rearrange descriptions of Info commands in the order
19818 they are documented in the Info manual.
19819
19820 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
19821
19822 * calendar/appt.el (appt-check): Use diary-selective-display var.
19823
19824 2005-10-10 Richard M. Stallman <rms@gnu.org>
19825
19826 * net/newsticker.el (newsticker-start, newsticker-show-news):
19827 Add autoload cookies.
19828
19829 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
19830
19831 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
19832
19833 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
19834
19835 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
19836
19837 2005-10-10 Jay Belanger <belanger@truman.edu>
19838
19839 * calc/calc-arith.el (math-check-known-scalarp)
19840 (math-check-known-matrixp): Check the values of arguments that are
19841 variables.
19842 (math-check-known-square-matrixp): New function.
19843 (math-known-square-matrixp): Use math-check-known-square-matrixp.
19844 (math-super-types): Add sqmatrix type.
19845
19846 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
19847 mode name `square' to `sqmatrix'.
19848
19849 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
19850 mode name `square' to `sqmatrix'.
19851
19852 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
19853
19854 * progmodes/etags.el (select-tags-table-mode): Don't use
19855 selective-display.
19856 (tags-select-tags-table): Pass `button' to the action function.
19857 (select-tags-table): Place the side-info on button properties rather
19858 than in hidden text. Abbreviate file names.
19859 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
19860 (select-tags-table-select): Add `button' argument.
19861 Get side-info from the button property rather than from hidden text.
19862
19863 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
19864
19865 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
19866 (gud-speedbar-buttons): Preserve point if possible.
19867 (gud-sentinel): Restore previous speedbar display type.
19868
19869 * progmodes/gdb-ui.el (gdba): Improve diagram.
19870 (def-gdb-auto-update-handler, gdb-info-locals-handler)
19871 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
19872 Call get-buffer-window once.
19873
19874 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
19875
19876 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
19877 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
19878 (pascal-indent-command): Remove unused var `ind'.
19879 (pascal-indent-case): Remove unused var `oldpos'.
19880 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
19881 since it's now used as a proper minor mode map.
19882 (pascal-outline): Rename to pascal-outline-mode.
19883 (pascal-outline-mode): Use define-minor-mode.
19884 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
19885 selective-display.
19886
19887 2005-10-10 Andreas Schwab <schwab@suse.de>
19888
19889 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
19890 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
19891
19892 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
19893 outside source directory.
19894
19895 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
19896
19897 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
19898 C-x' as a prefix.
19899 (orgtbl-mode-map): Full keymap instead of sparse, because all
19900 `self-insert-command' keys are redefined in this map.
19901 (org-export-as-html): Specify charset for HTML file, by taking it
19902 from the coding system.
19903
19904 2005-10-10 Kenichi Handa <handa@m17n.org>
19905
19906 * textmodes/flyspell.el (flyspell-check-word-p):
19907 If unread-command-events is non-empty, don't call sit-for.
19908
19909 2005-10-09 Richard M. Stallman <rms@gnu.org>
19910
19911 * font-lock.el (font-lock-syntactic-keywords)
19912 (font-lock-keywords): Doc fixes.
19913
19914 * textmodes/flyspell.el (flyspell-external-point-words):
19915 Simplify logic, and don't try to check for consecutive appearances
19916 of one incorrect word.
19917
19918 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
19919
19920 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
19921 separator.
19922
19923 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
19924 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
19925 (gud-expansion-speedbar-buttons): New function.
19926 (gud-speedbar-buttons): Check for gud-comint-buffer.
19927
19928 2005-10-09 Bill Wohler <wohler@newt.com>
19929
19930 * Makefile.in (updates): Add mh-loaddefs dependency.
19931
19932 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
19933
19934 * speedbar.el (speedbar-file-key-map): Fix typo.
19935
19936 2005-10-09 Daniel Brockman <daniel@brockman.se>
19937
19938 * cus-start.el (line-spacing): Add custom spec.
19939
19940 2005-10-09 Romain Francoise <romain@orebokech.com>
19941
19942 * textmodes/ispell.el (ispell-check-version): Fix last change.
19943
19944 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19945
19946 * term/x-win.el: Remove -i, --icon-type from comment.
19947
19948 * startup.el (command-line-x-option-alist): Remove options -i,
19949 -itype, --icon-type, added -nb, --no-bitmap-icon
19950
19951 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
19952
19953 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
19954 instead of :active.
19955
19956 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
19957
19958 * textmodes/ispell.el (ispell-check-version):
19959 Ignore hyphen, and all that follows, in aspell's version text.
19960
19961 2005-10-08 Jay Belanger <belanger@truman.edu>
19962
19963 * calc/calc-arith.el (math-known-square-matrixp): New function.
19964 (math-pow-fancy): Check for matrices before distributing exponent
19965 across products.
19966
19967 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
19968 fullscreen keypad. Suggested by Luc Teirlinck.
19969 (calc-keypad-show-input): Add space for formatting.
19970
19971 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
19972 Add square matrix option.
19973
19974 * calc/calc-poly.el (math-expand-term): Check for matrices instead
19975 of checking calc-matrix-mode when deciding how to expand.
19976
19977 * calc/calc.el (calc-set-mode-line): Add square matrix option.
19978
19979 2005-10-08 Lars Hansen <larsh@soem.dk>
19980
19981 * net/tramp.el (tramp-perl-directory-files-and-attributes):
19982 Add error handling.
19983 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
19984
19985 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
19986
19987 Sync with Tramp 2.0.51.
19988
19989 * net/tramp.el (tramp-handle-set-visited-file-modtime)
19990 (tramp-handle-insert-file-contents, tramp-handle-write-region):
19991 Insert special handling for `last-coding-system-used', again
19992 it still seems to be necessary (unlike stated before).
19993 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
19994 (tramp-password-prompt-regexp): There might be other words before
19995 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
19996 (tramp-chunksize): Improve docstring.
19997 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
19998 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
19999 Christian Joergensen <bugs@razor.dk>.
20000
20001 2005-10-07 Glenn Morris <rgm@gnu.org>
20002
20003 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
20004 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
20005 precision'.
20006
20007 2005-10-07 Romain Francoise <romain@orebokech.com>
20008
20009 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
20010 (ibuffer-do-shell-command-pipe-replace)
20011 (ibuffer-do-shell-command-file, ibuffer-do-eval)
20012 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
20013 (ibuffer-do-revert, ibuffer-do-replace-regexp)
20014 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
20015 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
20016 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
20017 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
20018 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
20019 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
20020 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
20021 Autoload file sans suffix.
20022
20023 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
20024
20025 2005-10-07 David Ponce <david@dponce.com>
20026
20027 * recentf.el (recentf-menu-open-all-flag): New option.
20028 (recentf-digit-shortcut-command-name): New function.
20029 (recentf--shortcuts-keymap): New variable.
20030 (recentf-menu-shortcuts): New variable.
20031 (recentf-make-menu-items): Initialize it. Replace the "More..."
20032 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
20033 (recentf-menu-value-shortcut): New function.
20034 (recentf-make-menu-item): Use it. No more in-lined.
20035 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
20036 (recentf-open-most-recent-file): Rename from
20037 `recentf-open-file-with-key'. Don't depend on key binding.
20038 (recentf-mode-map): New variable.
20039 (recentf-mode): Use it.
20040
20041 2005-10-06 Bill Wohler <wohler@newt.com>
20042
20043 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
20044
20045 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
20046 (MH-E-SRC): New. Used by mh-autoloads.
20047 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
20048 files in MH-E-SRC have been updated.
20049 (compile, recompile, bootstrap): Depend on mh-autoloads.
20050
20051 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
20052
20053 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
20054 gud-break and gud-remove icons when the fringe is not available.
20055
20056 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
20057 Typo.
20058
20059 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
20060
20061 * play/zone.el (zone): Wrap body with save-window-excursion.
20062
20063 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
20064
20065 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
20066 Use the new `list-only' arg to diary-list-entries.
20067
20068 * calendar/diary-lib.el: Use overlays rather than selective-display.
20069 (diary-selective-display): New var.
20070 (diary-header-line-format): Use it.
20071 (diary-list-entries): Add argument `list-only'.
20072 Put the buffer in diary-mode. Don't add \^M at beg and end.
20073 Replace \^M by invisible overlays.
20074 (diary-unhide-everything): Replace \^M by invisible overlays.
20075 (print-diary-entries): Look for overlays rather than \^M.
20076 Add a space to the temp buffer name.
20077 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
20078 Put the buffer in diary-mode.
20079 (list-sexp-diary-entries): Replace \^M by invisible overlays.
20080 (diary-anniversary): Make the year arg optional.
20081 (diary-time-regexp): New const.
20082 (diary-font-lock-keywords): Use it to accept a few more time formats.
20083
20084 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
20085
20086 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
20087
20088 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
20089 Fix bug introduced 2005-07-03: Use (car (last ...))
20090 to faithfully reproduce replaced artist-last.
20091 (artist-set-arrow-points-for-poly): Likewise.
20092 Suggested by Johan Bockg\e,Ae\e(Brd.
20093
20094 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
20095
20096 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
20097 * wid-edit.el (widget):
20098 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
20099 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
20100
20101 2005-10-06 Kenichi Handa <handa@m17n.org>
20102
20103 * international/mule-cmds.el (set-language-environment):
20104 Fix setting up of case-table for unibyte mode.
20105
20106 * simple.el (what-cursor-position): If the character is displayed
20107 by some `display' text property, show that. Don't use
20108 single-key-description for eight-bit characters in multibyte mode.
20109
20110 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
20111
20112 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
20113 (gdb-ann3): Set it.
20114 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
20115 (gdb-info-frames-custom): Use inverse-video for first five
20116 characters of selected frame only.
20117 (gdb-get-frame-number): Select frame even when point is on frame
20118 number.
20119
20120 2005-10-06 Masatake YAMATO <jet@gyve.org>
20121
20122 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
20123 Put `font-lock-function-name-face'.
20124 (gdb-info-frames-custom): Put `font-lock-function-name-face'
20125 and `font-lock-variable-name-face'
20126 (gdb-registers-font-lock-keywords): New font lock keywords definition.
20127 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
20128 (gdb-memory-font-lock-keywords): New font lock keywords definition.
20129 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
20130 (gdb-local-font-lock-keywords): New font lock keywords definition.
20131 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
20132 (gdb-threads-font-lock-keywords): New font lock keywords definition.
20133 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
20134
20135 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
20136
20137 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
20138 (ediff-merge-region-is-non-clash-to-skip): Previously called
20139 ediff-merge-region-is-non-clash.
20140
20141 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
20142 Use insert-buffer-substring.
20143
20144 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
20145 selecting files to patch. Also bug fixes.
20146
20147 * ediff-util.el (ediff-setup): Bug fix.
20148 (ediff-next-difference): Never skip clashes that differ in white
20149 space only.
20150
20151 * ediff-wind.el (ediff-setup-control-frame)
20152 (ediff-destroy-control-frame): Check the menubar feature.
20153
20154 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
20155 (viper-refresh-mode-line): Use make-local-variable to localize
20156 some vars instead of make-variable-buffer-local. Suggested by
20157 Stefan Monnier.
20158
20159 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
20160 (viper-restore-cursor-type, viper-set-insert-cursor-type):
20161 Use make-local-variable instead of make-variable-buffer-local.
20162 Suggested by Stefan Monnier.
20163
20164 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
20165 (viper-comint-mode-hook): Use make-local-variable on
20166 require-final-newline.
20167 (viper-non-hook-settings): Don't use make-variable-buffer-local.
20168
20169 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
20170
20171 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
20172 also the second char of a comment-start sequence.
20173 (scheme-sexp-comment-syntax-table): New var.
20174 (lambda, define): Set their scheme-doc-string-elt property.
20175 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
20176 Use lisp-font-lock-syntactic-face-function now that it properly
20177 handles |...| symbols.
20178 (scheme-mode-variables): Set lisp-doc-string-elt-property,
20179 parse-sexp-lookup-properties and font-lock-extra-managed-props.
20180
20181 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
20182 bit from # to |.
20183 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
20184
20185 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
20186 (lisp-doc-string-elt-property): New var.
20187 (lisp-font-lock-syntactic-face-function): Use it.
20188 Rewrite to recognize docstrings even for forms not at toplevel.
20189
20190 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
20191 annotation on the | part of #| rather than on the # part.
20192 (scheme-font-lock-syntactic-face-function): New function, to
20193 distinguish strings from |...| symbols.
20194 (scheme-mode-variables): Use it. Also fix up the font-lock-time
20195 syntax-table so that #|...|# is properly highlighted.
20196
20197 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
20198 Don't mark as docstring the 3rd elem of an unknown toplevel form.
20199
20200 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
20201
20202 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
20203 and C-e.
20204
20205 * emacs-lisp/eldoc.el: Move comments into docstrings.
20206 (eldoc-message-commands): Initialize in its declaration.
20207 Add move-beginning-of-line and move-end-of-line.
20208 (eldoc-add-command, eldoc-add-command-completions)
20209 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
20210
20211 * outline.el (outline-mark-subtree): Activate the mark.
20212
20213 * calendar/appt.el (appt-time-regexp): New var.
20214 (appt-add, appt-make-list): Use it.
20215 (appt-convert-time): Clean up.
20216
20217 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
20218 Don't set any syntax-table property here.
20219 (tex-font-lock-verb): New function. Do it here.
20220 (tex-font-lock-syntactic-keywords): Use it.
20221
20222 2005-10-04 Richard M. Stallman <rms@gnu.org>
20223
20224 * wid-edit.el (widget-file-complete): Get the widget start point
20225 the right way. Default directory to `/' if file has none.
20226
20227 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
20228
20229 * textmodes/flyspell.el (flyspell-mode-on):
20230 Call ispell-maybe-find-aspell-dictionaries.
20231
20232 * textmodes/ispell.el (ispell-word, ispell-region):
20233 Call ispell-maybe-find-aspell-dictionaries.
20234 (ispell-accept-buffer-local-defs):
20235 Don't call ispell-maybe-find-aspell-dictionaries
20236
20237 2005-10-04 Richard M. Stallman <rms@gnu.org>
20238
20239 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
20240
20241 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
20242
20243 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
20244 instead of `fboundp' in order to allow for anonymous functions.
20245
20246 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
20247
20248 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
20249 case the user clicks on the link while another window is selected.
20250 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
20251
20252 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
20253 functionality.
20254 (dframe-help-echo): Save point in case mouse tracking is off.
20255
20256 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
20257
20258 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
20259
20260 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20261
20262 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
20263 not change the global value of those vars.
20264
20265 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
20266 make-local-variable which we do not need any more.
20267
20268 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
20269
20270 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
20271 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
20272 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
20273 (speedbar-path-line): Define obsolete aliases.
20274 (speedbar-line-directory): Doc fix.
20275
20276 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
20277 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
20278 instead of speedbar-line-path.
20279
20280 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20281
20282 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
20283 to nil if dropping on a window. Handle dropping on a minibuffer window
20284 like dropping on a non-window part of Emacs.
20285
20286 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20287
20288 * net/ange-ftp.el: Use with-current-buffer.
20289 (ange-ftp-insert-directory): Do not follow symlinks any more.
20290
20291 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
20292 Remove interactive spec.
20293
20294 2005-10-03 Kim F. Storm <storm@cua.dk>
20295
20296 * ido.el (ido-mode): Use custom-initialize-set.
20297
20298 2005-10-02 Richard M. Stallman <rms@gnu.org>
20299
20300 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
20301 Use insert-buffer-substring.
20302
20303 * net/tramp.el: Pacify byte compiler warnings in pacification code.
20304 (tramp-handle-file-local-copy): Use insert-buffer-substring.
20305
20306 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
20307
20308 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
20309 in last change.
20310 (ange-ftp-insert-directory): Fix up the search for the case where
20311 `file' is absolute.
20312
20313 2005-10-02 Romain Francoise <romain@orebokech.com>
20314
20315 * progmodes/compile.el (compile-goto-error): Delete extra paren.
20316
20317 2005-10-02 Andreas Schwab <schwab@suse.de>
20318
20319 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
20320 directory component in the session info.
20321
20322 2005-10-01 Richard M. Stallman <rms@gnu.org>
20323
20324 * comint.el (comint-redirect-subvert-readonly): Doc fix.
20325
20326 * simple.el (next-error-internal): New function.
20327
20328 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
20329 (compilation-start): Pass new arg to compilation-buffer-name.
20330 (compile-goto-error): Use next-error-internal.
20331
20332 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
20333
20334 * speedbar.el: Remove RCS tag.
20335 (speedbar-check-read-only): Handle non-existent files.
20336
20337 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
20338
20339 * info.el (Info-speedbar-hierarchy-buttons)
20340 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
20341
20342 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20343
20344 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
20345 Do not match newline.
20346 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
20347 (bibtex-summary): Remove unnecessary save-excursion.
20348 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
20349
20350 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20351
20352 * term/mac-win.el: Add charset info for "iso10646-1".
20353 Modify default fontset to use ATSUI-compatible fonts for some charsets
20354 if available.
20355
20356 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
20357
20358 * speedbar.el: Re-apply arch tag.
20359 (speedbar-version): Rename to version 1.0. Suggested by Eric
20360 M. Ludlam.
20361 Reapply two changes from Emacs CVS' version of speedbar lost
20362 during the merge:
20363 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
20364 (speedbar-frame-parameters): Improve customize type.
20365
20366 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
20367
20368 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
20369 (ange-ftp-file-directory-p): Fix the symlink case.
20370 (ange-ftp-insert-directory): When listing a single file, get a list of
20371 the parent buffer and extract the relevant line. Inspired from a patch
20372 by Katsumi Yamaoka <yamaoka@jpl.org>.
20373 (ange-ftp-file-name-sans-versions): Simplify.
20374
20375 2005-09-30 Bill Wohler <wohler@newt.com>
20376
20377 Move MH-E image files from toolbar and mail directories into
20378 etc/images.
20379
20380 * mail/reply2.*: Move to etc/images/mail/reply*.
20381
20382 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
20383 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
20384 etc/images.
20385
20386 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
20387 * toolbar/reply*: Move to etc/images/mail.
20388
20389 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
20390
20391 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
20392
20393 * speedbar.el: New version 1.0pre3.
20394
20395 Frame management code (including timer, and mouse click specifics)
20396 moved to dframe.el:
20397 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
20398 (speedbar-timer): Removed. Use dframe-timer.
20399 (speedbar-close-frame): Removed. Use dframe-close-frame.
20400 (speedbar-activity-change-focus-flag): Removed. Use
20401 dframe-activity-change-focus-flag.
20402 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
20403 dframe-update-speed.
20404
20405 (speedbar-current-frame): New macro. Use this instead of the
20406 variable speedbar-frame.
20407
20408 (speedbar-use-images, speedbar-expand-image-button-alist)
20409 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
20410
20411 (speedbar-find-image-on-load-path): Removed. Replaced by
20412 defezimage in ezimage.el.
20413 (speedbar-expand-image-button-alist): Removed. Replaced by
20414 ezimage-expand-image-button-alist in ezimage.el.
20415
20416 (speedbar-ignored-directory-regexp)
20417 (speedbar-add-ignored-directory-regexp)
20418 (speedbar-ignored-directory-expressions)
20419 (speedbar-line-directory, speedbar-buffers-line-directory)
20420 (speedbar-directory-line, speedbar-buffers-line-directory):
20421 Renamed, replacing `path' with `directory'.
20422
20423 (speedbar-create-directory, speedbar-expand-line-descendants)
20424 (speedbar-toggle-line-expansion)
20425 (speedbar-contract-line-descendants): New commands.
20426
20427 (speedbar-query-confirmation-method, speedbar-select-frame-method)
20428 (speedbar-use-tool-tips-flag): New options.
20429
20430 (speedbar-check-read-only, speedbar-require-version)
20431 (speedbar-insert-separator, speedbar-buffers-tail-notes)
20432 (speedbar-handle-delete-frame, speedbar-try-completion)
20433 (speedbar-update-localized-contents): New functions.
20434
20435 (speedbar-incompatible-version, speedbar-ro-to-do-point)
20436 (speedbar-object-read-only-indicator): New variables.
20437
20438 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
20439 New hooks.
20440
20441 (speedbar-separator-face): New face.
20442
20443 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
20444 (speedbar-ignored-modes): Add fundamental-mode.
20445 (speedbar-directory-unshown-regexp): Add . directories.
20446
20447 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
20448 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
20449 `]' for full expand/close.
20450 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
20451
20452 (speedbar-check-vc): Support hidden files.
20453 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
20454 (speedbar-this-file-in-vc): Use vc-state if available. If VC
20455 state is nil, it is not checked out.
20456
20457 (speedbar-line-text, speedbar-line-token): Support expand buttons
20458 with no text.
20459 (speedbar-refresh): Universal argument acts as power-click.
20460 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
20461 that buffer to get variable values.
20462
20463 And many other bugfixes.
20464
20465 * dframe.el, ezimage.el, sb-image.el: New files.
20466
20467 * sb-*.xpm: Remove files. New image files installed into
20468 etc/images/ezimage.
20469
20470 2005-09-30 Kenichi Handa <handa@m17n.org>
20471
20472 * ps-mule.el (ps-mule-show-warning): If a character is in
20473 ps-print-translation-table, don't treat it as non-printable.
20474
20475 2005-09-30 David Ponce <david@dponce.com>
20476
20477 * tree-widget.el (tree-widget-themes-load-path): New variable.
20478 (tree-widget-themes-directory): Doc fix.
20479 (tree-widget-image-formats) [Emacs]: Doc fix.
20480 (tree-widget--locate-sub-directory): New function.
20481 (tree-widget-themes-directory): Use it.
20482
20483 * recentf.el (recentf-filename-handlers): Rename from
20484 `recentf-filename-handler'. Allow a list of functions.
20485 (recentf-menu-items-for-commands): Fix :help strings.
20486 (recentf-apply-filename-handlers): New function.
20487 (recentf-expand-file-name): Use it.
20488 (recentf-cleanup): Remove duplicates too.
20489
20490 2005-09-29 Juri Linkov <juri@jurta.org>
20491
20492 * faces.el: Rearrange face definitions to be in the same order as
20493 their face descriptions in "(emacs)Standard Faces".
20494
20495 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
20496
20497 * tooltip.el (tooltip): Add group `basic-faces'.
20498
20499 * buff-menu.el (Buffer-menu-buffer): Remove group
20500 `font-lock-highlighting-faces'.
20501
20502 * progmodes/compile.el (compilation-error, compilation-warning)
20503 (compilation-info, compilation-line-number, compilation-column-number):
20504 Change group from `font-lock-highlighting-faces' to `compilation'.
20505
20506 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
20507 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
20508 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
20509 (vhdl-font-lock-reserved-words-face)
20510 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
20511 `font-lock-highlighting-faces'.
20512
20513 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
20514
20515 2005-09-28 Kim F. Storm <storm@cua.dk>
20516
20517 * emulation/cua-base.el: Set CUA move property on additional commands:
20518 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
20519 forward-sexp, backward-sexp, forward-list, backward-list.
20520
20521 2005-09-28 Romain Francoise <romain@orebokech.com>
20522
20523 * comint.el (comint-show-output): Really set point at the
20524 beginning of the output when not using `comint-use-prompt-regexp'.
20525
20526 2005-09-27 Jay Belanger <belanger@truman.edu>
20527
20528 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
20529 in TeX mode.
20530
20531 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
20532
20533 * textmodes/org.el (org-table-sum): Fix format string.
20534
20535 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
20536 Quote face names.
20537
20538 2005-09-26 Romain Francoise <romain@orebokech.com>
20539
20540 * isearch.el (isearch-forward-regexp): Close doc string.
20541
20542 2005-09-25 Richard M. Stallman <rms@gnu.org>
20543
20544 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
20545
20546 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
20547
20548 * progmodes/compile.el (compilation-error-properties):
20549 When getting the file from the previous error message,
20550 correctly decode the new data format.
20551
20552 * progmodes/cc-cmds.el (c-electric-paren):
20553 Call old-blink-paren only for close-paren.
20554
20555 2005-09-24 Andreas Schwab <schwab@suse.de>
20556
20557 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
20558 condition.
20559
20560 2005-09-25 Romain Francoise <romain@orebokech.com>
20561
20562 * dired-aux.el (dired-copy-file-recursive):
20563 * dired.el (dired-delete-file):
20564 * ediff-mult.el (ediff-dir-diff-copy-file):
20565 * ediff-util.el (ediff-test-save-region):
20566 * forms.el (forms-mode):
20567 * ido.el (ido-file-internal, ido-delete-file-at-head):
20568 * log-edit.el (log-edit-done):
20569 * ses.el (ses-yank-resize):
20570 * play/gomoku.el (gomoku-human-plays, gomoku)
20571 (gomoku-human-resigns, gomoku-prompt-for-other-game)
20572 (gomoku-offer-a-draw):
20573 * play/landmark.el (lm-human-resigns, lm):
20574 * net/eudcb-ldap.el (eudc-ldap-check-base):
20575 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
20576 * progmodes/ebrowse.el (ebrowse-find-pattern):
20577 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
20578 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
20579 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
20580
20581 * vc.el (vc-delete-file):
20582 * play/gomoku.el (gomoku-terminate-game, gomoku)
20583 (gomoku-prompt-for-move, gomoku-human-takes-back):
20584 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
20585 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
20586
20587 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
20588
20589 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
20590 color rxvt terminals by using the code xterm.el used to use before
20591 2005-04-09 in order to match the colors used by rxvt.
20592
20593 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
20594
20595 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
20596 colors rxvt-unicode terminals by using the same code as xterm.el.
20597
20598 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
20599
20600 * textmodes/tex-mode.el (tex-font-lock-append-prop)
20601 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
20602 new symbol used for the tex-verbatim face.
20603
20604 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
20605
20606 * woman.el (woman-file-name):
20607 * wid-edit.el (widget-file-prompt-value)
20608 (widget-coding-system-prompt-value):
20609 * w32-fns.el (set-w32-system-coding-system):
20610 * vc.el (vc-version-diff, vc-annotate):
20611 * textmodes/reftex-auc.el (reftex-arg-cite)
20612 (reftex-arg-index-tag):
20613 * textmodes/refer.el (refer-get-bib-files):
20614 * textmodes/artist.el (artist-figlet-choose-font):
20615 * terminal.el (terminal-emulator):
20616 * replace.el (occur-read-primary-args):
20617 * rect.el (string-rectangle, string-insert-rectangle):
20618 * ps-print.el (ps-print-preprint):
20619 * progmodes/pascal.el (pascal-goto-defun):
20620 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
20621 * progmodes/compile.el (compilation-find-file):
20622 * printing.el (pr-interactive-n-up):
20623 * play/animate.el (animate-birthday-present):
20624 * net/rcompile.el (remote-compile):
20625 * man.el (man, Man-goto-section, Man-follow-manual-reference):
20626 * mail/rmailsum.el (rmail-summary-search-backward)
20627 (rmail-summary-search):
20628 * mail/rmailout.el (rmail-output-read-rmail-file-name)
20629 (rmail-output-read-file-name):
20630 * mail/rmail.el (rmail-search, rmail-search-backwards):
20631 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
20632 * locate.el (locate):
20633 * international/quail.el (quail-show-keyboard-layout):
20634 * international/mule.el (set-buffer-file-coding-system)
20635 (revert-buffer-with-coding-system, set-file-name-coding-system)
20636 (set-terminal-coding-system, set-keyboard-coding-system)
20637 (set-next-selection-coding-system):
20638 * international/mule-diag.el (describe-coding-system)
20639 (describe-font, describe-fontset):
20640 * international/mule-cmds.el (universal-coding-system-argument)
20641 (search-unencodable-char, describe-input-method)
20642 (set-language-environment, describe-language-environment):
20643 * international/codepage.el (codepage-setup):
20644 * international/code-pages.el (codepage-setup):
20645 * info.el (Info-search, Info-follow-reference)
20646 (Info-search-backward):
20647 * emacs-lisp/advice.el (ad-read-advised-function)
20648 (ad-read-advice-class, ad-clear-cache, ad-activate)
20649 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
20650 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
20651 (ad-read-regexp):
20652 * ediff-util.el (ediff-toggle-regexp-match):
20653 * ediff-ptch.el (ediff-prompt-for-patch-file):
20654 * dired-aux.el (dired-diff):
20655 * diff.el (diff):
20656 * cus-edit.el (custom-variable-prompt):
20657 * calendar/timeclock.el (timeclock-ask-for-project):
20658 * calc/calcalg3.el (calc-get-fit-variables):
20659 * calc/calc-store.el (calc-edit-variable)
20660 (calc-permanent-variable):
20661 * vc-mcvs.el (vc-mcvs-register):
20662 * shadowfile.el (shadow-define-literal-group):
20663 * woman.el (woman-file-name):
20664 * vc.el (vc-version-diff, vc-merge):
20665 * textmodes/reftex-index.el (reftex-index-complete-tag):
20666 * format.el (format-decode-buffer, format-decode-region):
20667 * emulation/viper-cmd.el (viper-read-string-with-history):
20668 * emacs-lisp/debug.el (cancel-debug-on-entry):
20669 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
20670 * ediff.el (ediff-merge-revisions)
20671 (ediff-merge-revisions-with-ancestor, ediff-revision):
20672 * completion.el (interactive-completion-string-reader):
20673 * calc/calc-prog.el (calc-user-define-formula):
20674 Follow convention for reading with the minibuffer.
20675
20676 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
20677
20678 * progmodes/python.el (python-describe-symbol): Add globals() and
20679 locals() to the arguments of emacs.ehelp.
20680
20681 2005-09-24 Magnus Henoch <mange@freemail.hu>
20682
20683 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
20684 New function, code extracted from ispell-valid-dictionary-list.
20685 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
20686 Call it.
20687
20688 2005-09-24 Eli Zaretskii <eliz@gnu.org>
20689
20690 * subr.el (version-regexp-alist): Extend valid syntax for version
20691 strings: allow any of the characters -,_,+ to separate the
20692 alpha/beta/rc part from the version part. Doc fix.
20693 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
20694
20695 2005-09-23 David Reitter <david.reitter@gmail.com>
20696
20697 * mail/mailclient.el: New file.
20698
20699 2005-09-23 Richard M. Stallman <rms@gnu.org>
20700
20701 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
20702 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
20703 Doc fixes.
20704
20705 * progmodes/cc-mode.el (c-font-lock-init):
20706 Specify font-lock-lines-before.
20707
20708 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
20709
20710 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
20711 whole conflict.
20712
20713 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
20714
20715 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
20716 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
20717 of `remap' feature when available. Additional key bindings for
20718 better tty support.
20719 (org-mode-restart, org-force-self-insert): New commands.
20720 (org-time-stamp-inactive): New command.
20721 (org-remap): New function.
20722 (org-table-auto-blank-field, org-level-color-stars-only): New options.
20723 (org-enable-fixed-width-editor): Move to `org-structure'
20724 customization group.
20725 (org-self-insert-command, orgtbl-self-insert-command): Modify to
20726 blank field after field motion commands.
20727
20728 2005-09-23 Kenichi Handa <handa@m17n.org>
20729
20730 * international/mule-cmds.el (set-language-environment):
20731 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
20732 have to call utf-translate-cjk-load-tables.
20733
20734 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
20735
20736 * mouse.el (mouse-move-drag-overlay): Fix last change.
20737
20738 2005-09-22 David Ponce <david@dponce.com>
20739
20740 * tree-widget.el (tree-widget-value-create): Fix previous change.
20741
20742 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
20743
20744 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
20745
20746 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
20747
20748 * mouse.el (mouse-move-drag-overlay): New function.
20749 (mouse-drag-region-1): Use it.
20750 Try to simplify a bit the state handling. Handle clicks on links
20751 inside intangible areas.
20752 (mouse-save-then-kill): Minor simplification.
20753 (mouse-secondary-overlay): Make it always non-nil instead of
20754 recreating it each time.
20755 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
20756 (mouse-kill-secondary, mouse-secondary-save-then-kill):
20757 Simplify accordingly.
20758
20759 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
20760
20761 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
20762
20763 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
20764
20765 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
20766 (ediff-file-name-sans-prefix): Treat nil as an empty string.
20767 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
20768 to patch.
20769
20770 * ediff-util.el: Use insert-buffer-substring.
20771
20772 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
20773
20774 * emulation/viper-cmd.el (viper-change-state): Don't move over the
20775 field boundaries in the minibuffer.
20776 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
20777 (viper-minibuffer-post-command-hook): New hook.
20778 (viper-line): Don't move cursor at bolp.
20779
20780 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
20781
20782 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
20783 avoid compiler warnings.
20784
20785 * emulation/viper-macs.el (ex-map): Better messages.
20786
20787 * emulation/viper-utils.el (viper-beginning-of-field): New function.
20788
20789 * emulation/viper.el: Replace make-variable-buffer-local with
20790 viper-make-variable-buffer-local everywhere, to avoid warnings.
20791
20792 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
20793
20794 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
20795 Delete unused var `old-selected-window'.
20796 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
20797 (mouse-drag-secondary): Delete unused var `start-frame'.
20798
20799 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
20800
20801 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
20802
20803 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
20804
20805 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
20806 Re-indent within 80 columns. Use inhibit-read-only.
20807
20808 2005-09-19 Romain Francoise <romain@orebokech.com>
20809
20810 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
20811
20812 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
20813
20814 * font-lock.el (font-lock-default-fontify-region): Don't add a line
20815 unconditionally, since the after-change-function already did it.
20816
20817 2005-09-19 Miles Bader <miles@gnu.org>
20818
20819 * net/newsticker.el: Get rid of CVS keyword.
20820
20821 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
20822
20823 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
20824 The prompt is formatted later.
20825
20826 2005-09-19 David Ponce <david@dponce.com>
20827
20828 * tree-widget.el (tree-widget-value-create): Save the converted
20829 tree :node widget.
20830
20831 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
20832
20833 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
20834 variable `message'.
20835
20836 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
20837
20838 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
20839 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
20840 <slawomir.nowaczyk.847@student.lu.se>.
20841
20842 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
20843
20844 * image.el (image-load-path): Use symbol `data-directory' instead
20845 of its value, for backward compatibility with packages that bind
20846 it during `find-image'. Suggested by Katsumi Yamaoka.
20847 (image-search-load-path): Handle symbols whose values are strings.
20848
20849 2005-09-18 Romain Francoise <romain@orebokech.com>
20850
20851 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
20852 with-current-buffer form in save-excursion.
20853
20854 2005-09-18 Deepak Goel <deego@gnufans.org>
20855
20856 * apropos.el (apropos-command): Fix `message' call: first arg
20857 should be a format spec. In this and all other cases that appear
20858 below and elsewhere in the source code, I made a change only when
20859 two conditions were satisfied: [1] I can think of a possibility
20860 that the arguments would cause an error, for example, the code in
20861 question relies on external variables such as filenames. [2] I
20862 was sure that the arg to `message' could not have been nil in the code.
20863
20864 * textmodes/tildify.el (tildify-region): Ditto.
20865
20866 * textmodes/reftex-index.el (reftex-index-change-entry)
20867 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
20868 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
20869 * textmodes/org.el (org-complete, org-deadline, org-schedule)
20870 (org-priority, org-table-sum):
20871 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
20872 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
20873 (flyspell-word, flyspell-display-next-corrections):
20874 * textmodes/bibtex.el (bibtex-print-help-message):
20875 * textmodes/artist.el (artist-key-set-point-poly):
20876 * term/mac-win.el (mac-services-insert-text):
20877 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
20878 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
20879 (vhdl-port-paste-testbench, vhdl-compose-new-component)
20880 (vhdl-compose-configuration):
20881 * progmodes/sh-script.el (sh-blink, sh-show-indent)
20882 (sh-set-indent, sh-learn-line-indent):
20883 * progmodes/ps-mode.el (ps-mode-target-column):
20884 * progmodes/idlwave.el (idlwave-make-tags)
20885 (idlwave-scan-library-catalogs):
20886 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
20887 * progmodes/gud.el (gud-jdb-analyze-source):
20888 * progmodes/flymake.el (flymake-log):
20889 * progmodes/ebnf2ps.el (ebnf-generate-region):
20890 * progmodes/cmacexp.el (c-macro-expansion):
20891 * progmodes/ada-xref.el (ada-treat-cmd-string):
20892 * progmodes/ada-mode.el (ada-create-case-exception-substring)
20893 (ada-justified-indent-current, ada-batch-reformat):
20894 * play/zone.el (zone):
20895 * play/landmark.el (lm-move):
20896 * play/decipher.el (decipher-show-alphabet):
20897 * net/newsticker.el (newsticker--display-jump)
20898 (newsticker--display-scroll):
20899 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
20900 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
20901 * mail/feedmail.el (feedmail-dump-message-to-queue):
20902 * eshell/esh-proc.el (eshell-remove-process-entry):
20903 * emulation/ws-mode.el (ws-last-error):
20904 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
20905 (viper-record-kbd-macro):
20906 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
20907 * emacs-lisp/lisp-mnt.el (lm-report-bug):
20908 * emacs-lisp/find-func.el (find-function-noselect):
20909 * calendar/timeclock.el (timeclock-status-string)
20910 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
20911 (timeclock-when-to-leave-string):
20912 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
20913 * calc/calc-units.el (calc-enter-units-table):
20914 * calc/calc-mode.el (calc-mode-record-mode):
20915 * woman.el (woman-mini-help):
20916 * wdired.el (wdired-change-to-wdired-mode):
20917 * vc.el (vc-retrieve-snapshot):
20918 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
20919 * startup.el (display-startup-echo-area-message):
20920 * simple.el (set-goal-column):
20921 * ses.el (ses-command-hook, ses-recalculate-cell):
20922 * server.el (server-process-filter):
20923 * printing.el (pr-interface-txt-print, pr-interface-printify)
20924 (pr-interface-ps):
20925 * pcvs.el (cvs-help):
20926 * log-edit.el (log-edit, log-edit-mode-help):
20927 * iswitchb.el (iswitchb-possible-new-buffer):
20928 * isearch.el (isearch-edit-string):
20929 * image-mode.el (image-mode, image-minor-mode):
20930 * ibuf-macs.el (define-ibuffer-filter):
20931 * hi-lock.el (hi-lock-find-patterns):
20932 * files.el (toggle-read-only):
20933 * ediff-util.el (ediff-copy-diff)
20934 (ediff-write-merge-buffer-and-maybe-kill):
20935 * echistory.el (Electric-history-undefined):
20936 * dnd.el (dnd-insert-text):
20937 * dired-aux.el (dired-query):
20938 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
20939 * bookmark.el (bookmark-bmenu-locate):
20940 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
20941 Fix `message' calls to ensure first arg is a format string.
20942 The change was made only when these two conditions were satisfied:
20943 [1] when there is a possibility that the arguments would cause an error
20944 for example, if the code in question relies on external variables
20945 such as filenames, and
20946 [2] if the arg to `message' could not have been nil in the code.
20947
20948 * pcomplete.el (pcomplete--help): Fix `message' format spec.
20949 Not having a %s would be weird, though not technically wrong.
20950
20951 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20952
20953 * term/mac-win.el (mac-add-charset-info): Doc fix.
20954
20955 2005-09-17 Romain Francoise <romain@orebokech.com>
20956
20957 * shell.el (shell-resync-dirs): Handle echoing processes more
20958 reliably. Don't insert resync command if `comint-process-echoes'
20959 is non-nil.
20960
20961 2005-09-17 Magnus Henoch <mange@freemail.hu>
20962
20963 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
20964 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
20965 aspell versions >= 0.60.
20966 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
20967 only if ispell-aspell-supports-utf8 is non-nil.
20968
20969 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
20970
20971 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
20972 buffer-local value to lisp-indent-function.
20973
20974 2005-09-17 Milan Zamazal <pdm@zamazal.org>
20975
20976 * progmodes/glasses.el (glasses-make-readable): If
20977 glasses-separator differs from underscore, put appropriate
20978 overlays over underscore characters.
20979 (glasses-convert-to-unreadable): If glasses-separator differs from
20980 underscore, try to convert glasses-separator characters to
20981 underscores.
20982
20983 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
20984
20985 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
20986 Use with-syntax-table and dolist.
20987
20988 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
20989
20990 * textmodes/reftex-auc.el:
20991 * textmodes/reftex-cite.el:
20992 * textmodes/reftex-dcr.el:
20993 * textmodes/reftex-global.el:
20994 * textmodes/reftex-parse.el:
20995 * textmodes/reftex-ref.el:
20996 * textmodes/reftex-sel.el:
20997 * textmodes/reftex-toc.el:
20998 * textmodes/reftex-vars.el:
20999 * textmodes/reftex.el: Small changes to remove compiler warnings.
21000
21001 * textmodes/reftex-index.el: Likewise.
21002 (reftex-query-index-phrase): More efficient use of markers.
21003
21004 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
21005
21006 * image.el (image-load-path): New variable.
21007 (image-search-load-path): New function.
21008 (find-image): Search for images in `image-load-path'.
21009
21010 2005-09-15 Richard M. Stallman <rms@gnu.org>
21011
21012 * follow.el: Change Maintainer field.
21013
21014 2005-09-15 David Ponce <david@dponce.com>
21015
21016 * recentf.el (recentf-save-file-modes): New option.
21017 (recentf-save-list): Use it.
21018
21019 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
21020
21021 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
21022 (mode-line-mule-info, mode-line-modified): Move bindings from
21023 mouse-3 to mouse-1.
21024
21025 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
21026
21027 * simple.el (sendmail-user-agent-compose): Revert last change.
21028
21029 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
21030
21031 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
21032 Use with-current-buffer.
21033 (ange-ftp-gwp-start): Remove unused var `gw-user'.
21034 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
21035 (ange-ftp-insert-directory): Remove unused var `short'.
21036 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
21037
21038 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
21039 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
21040
21041 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
21042 (check-calendar-holidays, diary-list-entries): Autoload.
21043 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
21044 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
21045
21046 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
21047 which mistakenly removed a call to display-buffer.
21048
21049 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
21050
21051 * obsolete/iso-insert.el: Move to obsolete/ from international/.
21052
21053 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
21054
21055 * progmodes/hideshow.el
21056 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
21057 (hs-allow-nesting): New user var.
21058 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
21059 (hs-hide-block-at-point): When nesting allowed,
21060 if there is already an overlay in place, delete it.
21061 (hs-safety-is-job-n): Delete func; remove call sites.
21062 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
21063 (hs-overlay-at): New func.
21064 (hs-already-hidden-p, hs-show-block): Use it.
21065 (hs-hide-all): Don't pre-clean if nesting allowed.
21066 (hs-show-all): Temporarily disallow
21067 nesting around call to `hs-discard-overlays'.
21068
21069 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
21070
21071 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
21072 Delete unused local var.
21073
21074 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
21075
21076 * help-fns.el (describe-categories): "?\ " -> "?\s".
21077 (help-do-arg-highlight): Recognize also ARG-n, as in
21078 `move-to-left-margin' (ARG+n is already recognized). Simplify.
21079
21080 * international/codepage.el (dos-unsupported-char-glyph):
21081 * net/newsticker.el (tool-bar-map, w3-mode-map)
21082 (w3m-minor-mode-map):
21083 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
21084 (ent-alist):
21085 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
21086
21087 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
21088
21089 * custom.el (custom-push-theme): Handle the case where a symbol is
21090 bound but face properties have not yet been assigned.
21091
21092 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
21093 Fix behavior if noerase is `t' and there is no mail buffer.
21094
21095 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
21096 if `continue' is nil, rather than signal an error.
21097
21098 2005-09-12 Richard M. Stallman <rms@gnu.org>
21099
21100 * font-lock.el (font-lock-keywords): Add autoload.
21101
21102 * help-fns.el (describe-variable): Rearrange to put source link
21103 in a predictable place.
21104
21105 * net/newsticker.el: New file.
21106
21107 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
21108
21109 * calendar/calendar.el (calendar-for-loop): Add edebug info.
21110 (calendar-basic-setup): Use the new nil arg.
21111 (number-of-diary-entries): Move to diary-lib.el.
21112
21113 * calendar/diary-lib.el: Use with-current-buffer, match-string.
21114 (diary-list-entries): Use with-syntax-table and dolist.
21115 Rename from list-diary-entries.
21116 Use number-of-diary-entries if `number' is nil.
21117 (diary, diary-view-entries): Use this new name and new nil arg value.
21118 (number-of-diary-entries): Move from calendar.el.
21119 (diary-unhide-everything): New function.
21120 (include-other-diary-files, fancy-diary-display)
21121 (diary-show-all-entries, make-diary-entry): Use it.
21122 (diary-mail-entries): Use buffer-string.
21123 (mark-diary-entries): Fix long standing paren typo.
21124 (diary-sexp-entry): Use count-lines.
21125 (make-diary-entry): Avoid `previous-line'.
21126 (diary-mode-map): New var.
21127 (diary-mode): Redraw cal after saving. Setup header-line.
21128 (fancy-diary-display-mode): Use local-set-key.
21129
21130 * startup.el (command-line): Try calling various terminal-init-foo-bar
21131 functions by stripping hyphenated suffixes from $TERM.
21132
21133 * files.el (normal-mode): Check boundness of font-lock-keywords.
21134
21135 2005-09-12 Richard M. Stallman <rms@gnu.org>
21136
21137 * progmodes/compile.el: Don't decide a file's directory
21138 until the user actually tries to go there.
21139 (compilation-next-error-function):
21140 Pass compilation-find-file the directory from the file-struct.
21141 (compilation-internal-error-properties): Separate local FILE-STRUCT
21142 from FILE. Doc the args better. Rename arg FMT to FMTS.
21143 (compilation-find-file): Arg DIR renamed to DIRECTORY.
21144 Expand it, and if nil, use default-directory.
21145 (compilation-get-file-structure): Don't mix specified directory
21146 with default directory. Put specified directory into
21147 file-struct. Don't make the file name absolute.
21148
21149 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
21150 (compile-command): Add autoload.
21151 (compilation-disable-input): Add autoload.
21152
21153 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
21154
21155 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
21156 strings of the variables it can override.
21157 (time-stamp): New (as yet undocumented) time-stamp-format escapes
21158 %Q and %q, for fully-qualified domain name and unqualified host name.
21159
21160 2005-09-11 Kim F. Storm <storm@cua.dk>
21161
21162 * emacs-lisp/authors.el (authors-aliases): Update list.
21163 (authors-fixed-entries): Update mldrag.el entry.
21164
21165 2005-09-10 Alan Mackenzie <acm@muc.de>
21166
21167 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
21168 from the region narrowed to.
21169
21170 2005-09-10 Magnus Henoch <mange@freemail.hu>
21171
21172 * textmodes/ispell.el (ispell-check-version): Signal an error if
21173 aspell version is less than 0.60.
21174
21175 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
21176
21177 * progmodes/octave-inf.el (inferior-octave-startup):
21178 Resync current dir at the end.
21179
21180 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
21181
21182 * woman.el (woman-topic-at-point-default):
21183 Rename to woman-use-topic-at-point-default.
21184 (woman-topic-at-point): Rename to woman-use-topic-at-point.
21185 (woman-file-name): Reflect renames above. Automatically use the
21186 word at point as topic if woman-use-topic-at-point is non-nil.
21187 Otherwise offer it as default but don't insert it in the
21188 minibuffer. Also use `test-completion' instead of `assoc' as
21189 suggested by Stefan Monnier.
21190
21191 2005-09-10 Andre Spiegel <spiegel@gnu.org>
21192
21193 * vc.el (vc-directory, vc-update-change-log): Throw an error on
21194 the attempt to do it over Tramp. This is not yet supported.
21195
21196 2005-09-10 Eli Zaretskii <eliz@gnu.org>
21197
21198 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
21199 (menu-bar-non-minibuffer-window-p): New functions.
21200 ("Split Window", "Save As..."): Use them.
21201 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
21202 ("Print Buffer", "Truncate Long Lines in this Buffer"):
21203 Use menu-bar-menu-frame-live-and-visible-p.
21204 ("Save Buffer", "Insert File", "Open Directory...")
21205 ("Open File...", "Visit New File..."):
21206 Use menu-bar-non-minibuffer-window-p.
21207 (kill-this-buffer-enabled-p, dired <menu-enable>):
21208 Use menu-bar-non-minibuffer-window-p.
21209
21210 2005-09-09 Eli Zaretskii <eliz@gnu.org>
21211
21212 * cus-start.el (all): Don't complain about fringe-related
21213 built-ins if fringes are not supported. Ditto about
21214 selection-related built-ins. Fix the test for GTK-related built-ins.
21215
21216 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
21217 ("Postscript Print Buffer", "Print Region", "Save As...")
21218 ("Save", "Insert File...", "Open Directory...")
21219 ("Open File...", "Visit New File..."")
21220 ("Truncate Long Lines in this Buffer"): Don't look at
21221 menu-updating-frame if this display does not support multiple frames.
21222
21223 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21224
21225 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
21226
21227 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
21228
21229 * woman.el: Format- and whitespace-related changes.
21230
21231 2005-09-09 Eli Zaretskii <eliz@gnu.org>
21232
21233 * woman.el: Fix my email address.
21234
21235 2005-09-08 Richard M. Stallman <rms@gnu.org>
21236
21237 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
21238 (sh-mode): Locally set skeleton-pair-default-alist.
21239
21240 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
21241
21242 * progmodes/flymake.el: Require `compile' unconditionally.
21243
21244 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
21245
21246 * woman.el (woman-file-name): Provide a default, not initial input.
21247
21248 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
21249
21250 * font-lock.el (font-lock-support-mode): Doc fix.
21251
21252 * descr-text.el (describe-property-list): Handle non-symbol prop names.
21253
21254 2005-09-08 Richard M. Stallman <rms@gnu.org>
21255
21256 * simple.el (blink-matching-open): Get rid of text props from
21257 the string shown in echo area. Don't permanently set point.
21258 Some rearrangements.
21259
21260 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
21261
21262 * recentf.el (recentf-filename-handler): Add custom choice
21263 `abbreviate-file-name'.
21264
21265 * msb.el (msb--very-many-menus): Fix typo.
21266
21267 * disp-table.el (standard-display-european): Don't set
21268 enable-multibyte-characters to nil.
21269
21270 2005-09-08 David Ponce <david@dponce.com>
21271
21272 * recentf.el (recentf-show-file-shortcuts-flag): New option.
21273 (recentf-expand-file-name): Doc fix.
21274 (recentf-dialog-mode-map): Define digit shortcuts.
21275 (recentf--files-with-key): New variable.
21276 (recentf-show-digit-shortcut-filter): New function.
21277 (recentf-open-files-items): New function.
21278 (recentf-open-files): Use it.
21279 (recentf-open-file-with-key): New command.
21280
21281 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
21282
21283 * buff-menu.el (Buffer-menu-sort-by-column): New function.
21284 Suggested by Kim F. Storm.
21285 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
21286 (Buffer-menu-make-sort-button): Use global keymap.
21287
21288 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
21289
21290 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
21291 (Man-getpage-in-background-advice): Remove defadvice; it isn't
21292 necessary any longer with the remapped command.
21293 (Man-bgproc-sentinel-advice): Remove defadvice which counts
21294 formatting time only.
21295
21296 * net/tramp.el (tramp-action-password)
21297 (tramp-multi-action-password): Compile the password prompt from
21298 `method', `user' and `host'. Sometimes it isn't obvious which
21299 password to enter, for example with remote files offered by
21300 recentf.el, or with multiple steps. Suggested by Robert Marshall
21301 <robert@chezmarshall.freeserve.co.uk>.
21302
21303 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
21304
21305 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
21306 Fix regexp for when "s///" is at the beginning of line.
21307
21308 2005-09-07 Jay Belanger <belanger@truman.edu>
21309
21310 * calc/calc-poly.el (math-expand-term): Multiply out any powers
21311 when in matrix mode.
21312
21313 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
21314
21315 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
21316 non-anonymous functions.
21317
21318 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
21319
21320 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
21321 when using a header line. Otherwise, use mouse-1-click-follows-link.
21322
21323 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
21324 can't be moved; don't signal an error.
21325
21326 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
21327
21328 * cus-theme.el (custom-theme-write-faces): Save the current face
21329 spec, not the defface spec.
21330
21331 * custom.el (custom-known-themes): Clarify meaning of "standard".
21332 (custom-push-theme): Save old values in the standard theme.
21333 (disable-theme): Correct typo.
21334 (custom-face-theme-value) Deleted unused function.
21335 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
21336
21337 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
21338
21339 * progmodes/compile.el (compilation-goto-locus): Take into account
21340 iconified frames when determining whether the buffer is
21341 already visible.
21342 Don't reset window height if the window already existed.
21343
21344 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
21345
21346 * custom.el (load-theme): Rename from require-theme.
21347 Add interactive spec.
21348 (enable-theme): Rename from custom-enable-theme.
21349 Add interactive spec.
21350 (disable-theme): Rename from custom-disable-theme.
21351 Add interactive spec.
21352 (custom-make-theme-feature): Doc fix.
21353 (custom-theme-directory): Doc fix.
21354 (provide-theme): Call enable-theme.
21355
21356 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
21357
21358 * obsolete/lazy-lock.el (lazy-lock-mode):
21359 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
21360 font-lock-mode if it's off. Print a warning instead.
21361
21362 * progmodes/compile.el (compilation-start): Ignore errors if the
21363 process died before we get to send-eof.
21364
21365 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
21366 Undo last change. Enclosing the result in quotes broke things on Unix
21367 since tex-send-command passes it through shell-quote-argument.
21368 (tex-send-command): Pass `file' through convert-standard-filename
21369 when possible.
21370 (tex-uptodate-p): Handle the case where TeX hasn't put additional
21371 info in a transcript.
21372
21373 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
21374
21375 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
21376 fix compilation warning. Reorder the key definitions to group
21377 together keys emitted by the current version of xterm.
21378
21379 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
21380 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
21381 Reorder predicates to correct min-color usage.
21382
21383 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
21384
21385 * longlines.el (longlines-mode): Inhibit read-only when encoding.
21386 Kill local variables when longlines-mode is turned off.
21387
21388 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
21389
21390 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
21391
21392 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
21393
21394 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
21395
21396 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
21397 (font-lock-lines-before): Change default to being inactive.
21398 (font-lock-default-fontify-region): Obey font-lock-lines-before.
21399 (font-lock-after-change-function): Don't handle f-l-lines-before here.
21400
21401 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
21402
21403 * net/tramp.el (tramp-handle-make-auto-save-file-name):
21404 Deactivate temporarily advice if active (not needed for Emacs 22,
21405 but for backwards compatibility).
21406 (tramp-exists-file-name-handler): Rewrite. First implementation
21407 was too simple.
21408 (tramp-advice-make-auto-save-file-name):
21409 Call `tramp-handle-make-auto-save-file-name' (again, just for
21410 backwards compatibility).
21411
21412 2005-08-31 Reto Zimmermann <reto@gnu.org>
21413
21414 * progmodes/vhdl-mode.el
21415 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
21416 (vhdl-end-p): Fix indentation bug "else" after "-- when".
21417 (vhdl-set-default-project): New function (easier setting of default).
21418 (vhdl-port-copy): Handle extended identifiers for generics.
21419 (vhdl-compiler-alist): Better description for error message regexp.
21420 (vhdl-make): Query for target, use previous as default.
21421 (vhdl-port-copy): Fix port copy for port names starting with "signal".
21422 (vhdl-font-lock-keywords-2): Fix fontification for record
21423 el. assign.
21424 (vhdl-speedbar-make-subpack-line): Add package body link.
21425 (vhdl-generate-makefile-1): Not include itself as dependency.
21426 (vhdl-font-lock-init): Highlight c-preprocessor directives.
21427 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
21428 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
21429 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
21430 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
21431 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
21432 (vhdl-import-project): Add string argument for `error'.
21433 (vhdl-compose-configuration)
21434 (vhdl-compose-configuration-architecture): Add configuration
21435 declaration generation.
21436 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
21437 (vhdl-trailer-re): Add "record" keyword (better indentation).
21438 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
21439 "[^ \t-\"]+".
21440 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
21441 (vhdl-testbench-entity-file-name)
21442 (vhdl-testbench-architecture-file-name): Allow separate
21443 customization of testbench file names.
21444 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
21445 (vhdl-get-visible-signals): Allow newline within alias declaration.
21446 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
21447 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
21448 (member-ignore-case): Alias for missing function in XEmacs.
21449 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
21450 (vhdl-update-sensitivity-list): Ignore case on read signals.
21451 (vhdl-replace-string): Adjust case only for file names.
21452 (vhdl-update-sensitivity-list): Fix search for read signals.
21453 (vhdl-update-sensitivity-list): Exclude formal parameters.
21454 (vhdl-get-visible-signals): Include aliases of signals.
21455 (vhdl-get-visible-signals): Fix signal name searching.
21456 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
21457 (vhdl-fixup-whitespace-region): Fix for character
21458 literals (e.g. `:').
21459
21460 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
21461
21462 * ansi-color.el (comint-last-output-start):
21463 * bs.el (font-lock-verbose):
21464 * diff-mode.el (add-log-buffer-file-name-function):
21465 * dired-x.el (vm-folder-directory):
21466 * faces.el (help-xref-stack-item):
21467 * files.el (font-lock-keywords):
21468 * find-lisp.el (dired-buffers, dired-subdir-alist):
21469 * ido.el (cua-inhibit-cua-keys):
21470 * log-view.el (cvs-minor-wrap-function):
21471 * outline.el (font-lock-warning-face):
21472 * simple.el (compilation-current-error):
21473 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
21474 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
21475 * tooltip.el (comint-prompt-regexp):
21476 * w32-fns.el (explicit-shell-file-name):
21477 * term/mac-win.el (mac-charset-info-alist)
21478 (mac-services-selection, mac-system-script-code):
21479 * term/tty-colors.el (msdos-color-values):
21480 * term/w32-win.el (xlfd-regexp-registry-subnum):
21481 * term/x-win.el (x-keysym-table, x-selection-timeout)
21482 (x-session-id, x-session-previous-id):
21483 * textmodes/ispell.el (mail-yank-prefix):
21484 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
21485 * textmodes/org.el (calc-embedded-close-formula)
21486 (calc-embedded-open-formula)
21487 (font-lock-unfontify-region-function):
21488 * textmodes/reftex-global.el (isearch-next-buffer-function)
21489 (TeX-master):
21490 * textmodes/reftex.el (font-lock-keywords):
21491 * textmodes/tex-mode.el (font-lock-comment-face)
21492 (font-lock-doc-face):
21493 * textmodes/texinfo.el (outline-heading-alist):
21494 Add defvars.
21495
21496 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
21497 (artist-spray-chars, artist-mode-init, artist-replace-string)
21498 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
21499 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
21500 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
21501
21502 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
21503 (conf-align-assignments): "?\ " -> "?\s".
21504
21505 * textmodes/reftex-index.el (TeX-master): Add defvar.
21506 (reftex-index-phrases-marker): Move up defvar.
21507
21508 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
21509 (reftex-toc-include-labels-indicator)
21510 (reftex-toc-include-index-indicator)
21511 (reftex-toc-max-level-indicator): Move up declarations.
21512
21513 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
21514 of args to `tramp-run-real-handler', even if it's empty in this case.
21515
21516 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21517
21518 * dired.el (dired-move-to-filename-regexp): Add date format for
21519 Mac OS X 10.3 in East Asian locales.
21520
21521 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
21522
21523 * files.el (make-auto-save-file-name): Add file name handler call
21524 if applicable.
21525
21526 * net/tramp.el (tramp-file-name-handler-alist)
21527 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
21528 (tramp-handle-make-auto-save-file-name): Rename from
21529 `tramp-make-auto-save-file-name'.
21530 (tramp-exists-file-name-handler): New defun.
21531 (tramp-advice-make-auto-save-file-name): Make defadvice only when
21532 `make-auto-save-file-name' is not a magic file name operation.
21533
21534 2005-08-30 Richard M. Stallman <rms@gnu.org>
21535
21536 * files.el (risky-local-variable-p):
21537 Match `-predicates' and `-commands.
21538
21539 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
21540 (custom-save-all): Visit the file if necessary;
21541 kill the buffer if we created it.
21542 (custom-save-delete): Don't visit file or kill buffer here.
21543
21544 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
21545
21546 * textmodes/org.el (org-special-keyword): New face.
21547 (org-table-copy-down, org-table-eval-formula)
21548 (org-table-recalculate, org-init-section-numbers):
21549 Use `string-to-number' instead of `string-to-int'.
21550 (org-get-location): Use `insert-buffer-substring' instead of
21551 `insert-buffer'.
21552 (org-modify-diary-entry-string): New function.
21553 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
21554 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
21555 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
21556 active region.
21557 (org-export-as-html): Handle QUOTE keyword.
21558 (org-quote-string): New option.
21559 (org-bookmark-jump-unhide): New function, used for
21560 `bookmark-after-jump-hook'.
21561 (org-diary-default-entry): Apply only when not called through
21562 `org-agenda'.
21563
21564 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
21565
21566 * net/eudc.el (mode-popup-menu):
21567 * play/handwrite.el (ps-printer-name, ps-lpr-command):
21568 * progmodes/ada-mode.el (compile-auto-highlight)
21569 (skeleton-further-elements):
21570 * progmodes/autoconf.el (font-lock-syntactic-keywords):
21571 * progmodes/cmacexp.el (msdos-shells):
21572 * progmodes/compile.el (font-lock-extra-managed-props)
21573 (font-lock-keywords, font-lock-maximum-size)
21574 (font-lock-support-mode):
21575 * progmodes/grep.el (font-lock-lines-before):
21576 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
21577 * progmodes/mixal-mode.el (compile-command):
21578 * progmodes/perl-mode.el (font-lock-comment-face)
21579 (font-lock-doc-face, font-lock-string-face):
21580 * progmodes/prolog.el (comint-prompt-regexp):
21581 * progmodes/sh-script.el (font-lock-comment-face)
21582 (font-lock-set-defaults, font-lock-string-face):
21583 * progmodes/sql.el (font-lock-keyword-face)
21584 (font-lock-set-defaults, font-lock-string-face):
21585 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
21586 (itimer-version, lazy-lock-defer-contextually)
21587 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
21588 Add defvars.
21589
21590 * progmodes/cperl-mode.el (cperl-electric-lbrace)
21591 (cperl-electric-keyword, cperl-electric-pod)
21592 (cperl-electric-backspace, cperl-forward-re)
21593 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
21594 (vc-rcs-header, vc-sccs-header): Add defvars.
21595
21596 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
21597 (font-lock-syntactic-keywords, gud-find-expr-function):
21598 Add defvars.
21599
21600 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
21601 (gdb-frame-parameters): Declare before use.
21602
21603 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
21604 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
21605 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
21606 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
21607
21608 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
21609 (idlwave-help-with-source): Use `insert-buffer-substring', not
21610 `insert-buffer'.
21611
21612 2005-08-29 Juri Linkov <juri@jurta.org>
21613
21614 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
21615 Put outline-back-to-heading function call inside save-excursion.
21616
21617 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
21618
21619 * man.el (Man-init-defvars, Man-translate-references)
21620 (Man-support-local-filenames, Man-highlight-references):
21621 * progmodes/sql.el (sql-interactive-mode):
21622 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
21623
21624 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
21625 (compilation-mode-font-lock-keywords): Add defvars.
21626 (checkdoc-interactive-loop): "?\ " -> "?\s".
21627
21628 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
21629 (font-lock-doc-face, font-lock-string-face)
21630 (font-lock-keywords-case-fold-search): Add defvars.
21631 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
21632
21633 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
21634 Don't pass X and Y (they are ignored anyway).
21635 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
21636 (mouse-delete-window): Make arguments optional.
21637
21638 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
21639 (caesar-translate-table, minor-modes, news-buffer-save)
21640 (news-group-name, news-minor-modes): Add defvars.
21641
21642 * emacs-lisp/lselect.el (mouse-highlight-priority)
21643 (x-lost-selection-functions, zmacs-regions):
21644 * emacs-lisp/pp.el (font-lock-verbose):
21645 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
21646 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
21647 (ses-mode-map):
21648 * emacs-lisp/tcover-unsafep.el (safe-functions):
21649 * international/mule-cmds.el (mac-system-coding-system)
21650 (mac-system-locale):
21651 * language/ethio-util.el (rmail-current-message)
21652 (rmail-message-vector):
21653 * language/thai-util.el (thai-auto-composition-mode):
21654 * mail/metamail.el (rmail-current-message, rmail-message-vector):
21655 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
21656 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
21657 (vm-primary-inbox, vm-spool-files):
21658 * mail/rmail.el (deleted-head, font-lock-fontified)
21659 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
21660 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
21661 (total-messages):
21662 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
21663 (rmail-summary-mode-map):
21664 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
21665 (rmail-last-label, rmail-last-multi-labels)
21666 (rmail-summary-vector, rmail-total-messages):
21667 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
21668 * mail/rmailsum.el (msgnum):
21669 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
21670 (rmail-current-message):
21671 * obsolete/fast-lock.el (font-lock-face-list):
21672 * obsolete/rnewspost.el (mail-reply-buffer):
21673 * obsolete/scribe.el (compile-command):
21674 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
21675
21676 2005-08-28 John Paul Wallington <jpw@gnu.org>
21677
21678 * ibuf-ext.el (ibuffer-auto-update-changed):
21679 Use `frame-or-buffer-changed-p' to check whether we need to update.
21680 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
21681 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
21682 as a `frame-or-buffer-changed-p' state vector instead.
21683
21684 2005-08-27 Romain Francoise <romain@orebokech.com>
21685
21686 * textmodes/makeinfo.el (makeinfo-compile):
21687 Use `compilation-start'. Set `next-error-function' according to
21688 `disable-errors'.
21689 (makeinfo-next-error): New function.
21690 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
21691 (makeinfo-buffer): Likewise.
21692
21693 * progmodes/compile.el (compilation-start): Add autoload cookie.
21694
21695 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
21696 * textmodes/sgml-mode.el: Likewise.
21697 * progmodes/python.el: Likewise.
21698
21699 2005-08-27 Eli Zaretskii <eliz@gnu.org>
21700
21701 * simple.el (blink-matching-paren-distance): Document the meaning
21702 of nil value, and allow to customize to nil.
21703
21704 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
21705 command.com, not command.exe.
21706
21707 2005-08-26 John Wiegley <johnw@newartisans.com>
21708
21709 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
21710 code around a bit so that an extraneous nil argument is not added
21711 to a command when no args are given.
21712
21713 * eshell/esh-arg.el (eshell-parse-double-quote): If a
21714 double-quoted argument resolves to nil, return it as an empty
21715 string rather than as nil. This made it impossible to pass "" to
21716 a shell script as a null string argument.
21717
21718 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
21719
21720 * outline.el (outline-invent-heading): New fun.
21721 (outline-promote, outline-demote): Use it.
21722 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
21723 (outline-end-of-subtree): Remove unused var `opoint'.
21724
21725 2005-08-26 David Reitter <david.reitter@gmail.com>
21726
21727 * menu-bar.el (truncate-lines, write-file, print-buffer)
21728 (ps-print-buffer-faces, ps-print-buffer, split-window):
21729 Disable menu items when the frame they refer to is invisible, or when
21730 they refer to a buffer and the minibuffer is selected.
21731
21732 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
21733
21734 * progmodes/flymake.el (flymake-highlight-err-lines):
21735 Use save-excursion around flymake-highlight-line to preserve point.
21736
21737 2005-08-26 Eli Zaretskii <eliz@gnu.org>
21738
21739 * progmodes/octave-mod.el: Change Author and Maintainer address.
21740 (octave-maintainer-address): Change Kurt's email address.
21741 * progmodes/octave-inf.el: Change Author and Maintainer address.
21742 * progmodes/octave-hlp.el: Change Author and Maintainer address.
21743
21744 2005-08-26 Kim F. Storm <storm@cua.dk>
21745
21746 * subr.el (version-list-<, version-list-<=, version-list-=):
21747 Rename from integer-list-*.
21748 (version-list-not-zero): Likewise. Fix while loop.
21749 (version=): Use version-list-= instead of string-equal.
21750
21751 2005-08-26 Richard M. Stallman <rms@gnu.org>
21752
21753 * outline.el (outline-promote): Try shortening the heading.
21754 As last resort, read the heading to use.
21755 (outline-demote): As last resort, read the heading to use.
21756
21757 2005-08-26 Romain Francoise <romain@orebokech.com>
21758
21759 * progmodes/compile.el (compilation-start): Doc fix.
21760
21761 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
21762 (antlr-font-lock-additional-keywords): Fix reference to
21763 `antlr-font-lock-literal-regexp' erroneously changed during the
21764 mass face rename.
21765 (antlr-run-tool): Use `compilation-start'.
21766
21767 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
21768 instead of the obsolete `compile-internal'.
21769
21770 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
21771
21772 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
21773 (number, original-date):
21774 * calendar/cal-china.el (date):
21775 * calendar/cal-coptic.el (date):
21776 * calendar/cal-french.el (date):
21777 * calendar/cal-hebrew.el (date, entry, number, original-date):
21778 * calendar/cal-islam.el (date, number, original-date):
21779 * calendar/cal-iso.el (date):
21780 * calendar/cal-julian.el (date):
21781 * calendar/cal-mayan.el (date):
21782 * calendar/cal-menu.el (date, event):
21783 * calendar/cal-persia.el (date):
21784 * calendar/lunar.el (date):
21785 * calendar/solar.el (date): Add defvars.
21786
21787 * emerge.el:
21788 * ibuffer.el:
21789 * info-xref.el:
21790 * obsolete/bg-mouse.el:
21791 * obsolete/sun-curs.el:
21792 * obsolete/swedish.el: Move the `defvar's to the top level.
21793
21794 * smerge-mode.el (smerge-refined-change): Add :group.
21795
21796 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
21797
21798 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
21799 (smerge-keep-n): Remove props.
21800 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
21801 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
21802 now that it's done in smerge-keep-n.
21803 (smerge-refined-change): New face.
21804 (smerge-refine-chopup-region, smerge-refine-highlight-change)
21805 (smerge-refine): New funs.
21806 (smerge-basic-map): Bind smerge-refine.
21807
21808 2005-08-25 Juri Linkov <juri@jurta.org>
21809
21810 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
21811 compilation-process-setup-function and compilation-disable-input
21812 in grep-mode instead of let-bindings in grep.
21813
21814 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
21815 Delete "Automatic File De/compression" (auto-compression-mode).
21816
21817 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
21818
21819 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
21820 Silence warning about non-existent variable.
21821
21822 2005-08-25 Richard M. Stallman <rms@gnu.org>
21823
21824 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
21825 Rename "Describe Key" to "Describe Key or Mouse Operation".
21826
21827 * mail/mailalias.el (build-mail-aliases): Delete comments
21828 from the contents before processing them.
21829
21830 * isearch.el (isearch-edit-string): Erase the Search prompt
21831 if user enters an empty string and there is no default.
21832
21833 * comint.el (comint-file-name-prefix): Add autoload.
21834
21835 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
21836
21837 * subr.el (play-sound): Rearrange to avoid warning.
21838
21839 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
21840
21841 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
21842 New hook.
21843 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
21844
21845 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
21846
21847 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
21848
21849 * custom.el (custom-theme-set-variables): Sort minor modes last.
21850
21851 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21852
21853 * subr.el (version-separator, version-regexp-alist): New vars used by
21854 version comparison funs.
21855 (integer-list-<, integer-list-=, integer-list-<=)
21856 (integer-list-not-zero): New funs for integer list comparison.
21857 (version-to-list, version=, version<, version<=): New funs for version
21858 comparison.
21859
21860 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
21861
21862 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
21863 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
21864 time to silence the byte-compiler.
21865
21866 * ibuffer.el (ibuffer-compile-make-eliding-form)
21867 (ibuffer-check-formats): Use `with-no-warnings' to hide references
21868 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
21869 so it's silly to get warnings for it).
21870 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
21871 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
21872 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
21873 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
21874 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
21875 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
21876 Defvar at compile time.
21877 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
21878 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
21879 Declare them before use.
21880
21881 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
21882 (info-xref-good, info-xref-bad): Defvar at compile time.
21883
21884 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
21885 Use `let*' instead of `let'.
21886
21887 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
21888 (*mouse-y*, menu, char): Defvar at compile time.
21889 (sc::menu): Declare it before use.
21890 (sc::pack-one-line): Use `let', not `let*'.
21891
21892 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
21893 (mail-send-hook): Defvar at compile time.
21894
21895 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
21896 Defvar at compile time.
21897
21898 * term/sun-mouse.el (current-global-mousemap)
21899 (current-local-mousemap): Declare them before use.
21900
21901 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
21902
21903 * bookmark.el (bookmark-after-jump-hook): New hook.
21904 (bookmark-jump): Run `bookmark-after-jump-hook'.
21905
21906 2005-08-23 Juri Linkov <juri@jurta.org>
21907
21908 * faces.el (minibuffer-prompt): Doc fix.
21909
21910 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
21911
21912 * progmodes/xscheme.el: Trivial changes to silence warnings.
21913 (xscheme-previous-mode, xscheme-previous-process-state):
21914 Add defvars.
21915 (xscheme-last-input-end, xscheme-process-command-line)
21916 (xscheme-process-name, xscheme-buffer-name)
21917 (xscheme-expressions-ring-max, xscheme-expressions-ring)
21918 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
21919 (xscheme-control-g-synchronization-p)
21920 (xscheme-control-g-disabled-p, xscheme-string-receiver)
21921 (default-xscheme-runlight, xscheme-runlight)
21922 (xscheme-runlight-string, xscheme-process-filter-state)
21923 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
21924 Move to beginning of file.
21925 (scheme-interaction-mode-commands-alist)
21926 (scheme-interaction-mode-map, scheme-debugger-mode-map):
21927 Declare them before use. Note: the initialization code for the
21928 variables has not been moved because it uses functions that reference
21929 the variables.
21930 (xscheme-control-g-message-string, xscheme-process-filter-alist)
21931 (xscheme-prompt-for-expression-map): Declare them before use.
21932 (scheme-debugger-mode-commands): "?\ " -> "?\s".
21933
21934 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
21935
21936 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
21937
21938 2005-08-22 Juri Linkov <juri@jurta.org>
21939
21940 * faces.el (set-face-underline): Delete this duplicate function
21941 and make an obsolete alias to set-face-underline-p.
21942 (set-face-underline-p): Use docstring of set-face-underline.
21943 (describe-face): Create hyperlink to parent face.
21944
21945 * info.el (Info-insert-dir): Use save-excursion around
21946 insert-buffer-substring.
21947 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
21948 (Info-escape-percent): Delete function.
21949 (Info-fontify-node): Replace Info-escape-percent by
21950 replace-regexp-in-string with REP arg set to lambda that
21951 duplicates `%' and preserves text properties.
21952
21953 * progmodes/compile.el (compilation-disable-input): Doc fix.
21954 (define-compilation-mode): Doc fix and refill.
21955 (kill-compilation): Use `mode-name' in the error message.
21956 (compilation-find-file): Use `compilation-error' in the
21957 read-file-name's prompt.
21958
21959 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
21960
21961 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
21962 (smerge-auto-leave): Make undo re-enable the mode.
21963 (debug-ignored-errors): Add the user-error of impossible resolution.
21964 (smerge-resolve): Move things around a bit, in preparation for later.
21965 (smerge-diff): Don't fail if the buffer has no associated file.
21966 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
21967 (smerge-conflict-overlay): New function.
21968 (smerge-match-conflict): Don't add text properties here.
21969 (smerge-find-conflict): Instead, add an overlay here.
21970 Also check for the case where we're inside a conflict already, so as to
21971 obviate the need for font-lock-multiline, which is unbearably slow with
21972 large conflicts and ciomplex font-lock patterns.
21973 (smerge-remove-props): Remove overlay rather than text-properties.
21974 (smerge-mode): Don't set font-lock-multiline.
21975 Remove overlays when turned off.
21976
21977 2005-08-21 Kim F. Storm <storm@cua.dk>
21978
21979 * ido.el (ido-ignore-item-p): Use save-match-data.
21980 Bind case-fold-search to ido-case-fold locally.
21981
21982 2005-08-20 Richard M. Stallman <rms@gnu.org>
21983
21984 * files.el (normal-mode): If font lock is on, turn it off and on.
21985
21986 * subr.el (replace-regexp-in-string): Doc fix.
21987
21988 * startup.el (command-line-1): Don't suppress startup screen
21989 due to existing processes.
21990
21991 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
21992
21993 * progmodes/compile.el (compilation-disable-input): Default to nil.
21994
21995 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
21996
21997 * progmodes/compile.el (compilation-disable-input): New defcustom.
21998 (compilation-start): If compilation-disable-input is non-nil, send
21999 EOF to the compilation process.
22000
22001 2005-08-20 Eli Zaretskii <eliz@gnu.org>
22002
22003 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
22004 Run the argument of tex-shell-cd-command through
22005 convert-standard-filename, to get the correct style of slashes on
22006 Windows, and enclose the result in quotes, in case the file name
22007 includes whitespace or other special characters.
22008
22009 2005-08-19 Andreas Schwab <schwab@suse.de>
22010
22011 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
22012 process.
22013
22014 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
22015
22016 * cus-start.el (minibuffer-prompt-properties): Correct typo.
22017
22018 2005-08-18 Kim F. Storm <storm@cua.dk>
22019
22020 * scroll-lock.el: Fix errors due to incorrect line wrapping.
22021
22022 2005-08-18 Richard M. Stallman <rms@gnu.org>
22023
22024 * scroll-lock.el: New file.
22025
22026 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
22027
22028 * dired.el (dired-move-to-end-of-filename):
22029 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
22030
22031 2005-08-18 Kim F. Storm <storm@cua.dk>
22032
22033 * ido.el (ido-everywhere): Fix defcustom :set function to disable
22034 rather than toggle mode when custom value is nil.
22035 (ido-everywhere): Fix defun doc string.
22036
22037 2005-08-17 Richard M. Stallman <rms@gnu.org>
22038
22039 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
22040 as tag instead of "Inviolable".
22041
22042 2005-08-17 Kim F. Storm <storm@cua.dk>
22043
22044 * windmove.el (windmove-coordinates-of-position): Remove.
22045 (windmove-coordinates-of-window-position): Remove.
22046 (windmove-reference-loc): Use posn-at-point instead.
22047
22048 * subr.el (insert-for-yank-1): Doc fix.
22049
22050 * ido.el (ido-enter-matching-directory): Rename from
22051 ido-enter-single-matching-directory. Change `slash' choice to
22052 `only'. Add `first' choice.
22053 (ido-exhibit): Adapt to above changes.
22054
22055 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
22056
22057 * Makefile.in: Expand comment about building loaddefs.el.
22058
22059 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
22060
22061 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
22062 Comment use of defadvice.
22063
22064 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
22065
22066 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
22067
22068 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
22069 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
22070 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
22071 * progmodes/idlw-shell.el, progmodes/ld-script.el,
22072 * progmodes/which-func.el, ruler-mode.el, strokes.el,
22073 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
22074 for backward compatibility for faces that did not appear in the
22075 previous Emacs release.
22076
22077 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
22078
22079 2005-08-15 Kim F. Storm <storm@cua.dk>
22080
22081 * emulation/cua-base.el (cua-delete-region): Return t if
22082 deleted region was non-empty.
22083 (cua-replace-region): Inhibit overwrite-mode for
22084 self-insert-command if replaced region was non-empty.
22085 (cua--explicit-region-start, cua--status-string): Make them
22086 buffer-local at top-level...
22087 (cua-mode): ...rather than when mode is enabled.
22088
22089 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
22090
22091 * progmodes/vhdl-mode.el (vhdl-emacs-21):
22092 Set t for Emacs 21, 22, and so on.
22093
22094 2005-08-15 David Ponce <david@dponce.com>
22095
22096 * tree-widget.el: Update Commentary header.
22097 (tree-widget-theme): Doc fix.
22098 (tree-widget-space-width): New option.
22099 (tree-widget-image-properties): Look up in the default theme too.
22100 (tree-widget--cursors): Only for images with arrow pointer shape.
22101 (tree-widget-lookup-image): Pointer shape is hand by default.
22102 (tree-widget-icon): Rename generic icon widget from
22103 `tree-widget-control'.
22104 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
22105 derive from `tree-widget-icon'.
22106 (tree-widget-handle): Improve default look and feel of the text
22107 representation.
22108 (tree-widget): Rename :*-control properties to :*-icon properties.
22109 Add :action and :help-echo properties.
22110 (tree-widget-after-toggle-functions): Move.
22111 (tree-widget-close-node, tree-widget-open-node): Remove.
22112 (tree-widget-before-create-icon-functions): New hook.
22113 (tree-widget-value-create): Update to allow customization of icons
22114 and nodes at run-time via that new hook.
22115 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
22116 (tree-widget-icon-action, tree-widget-icon-help-echo)
22117 (tree-widget-action, tree-widget-help-echo): New functions.
22118
22119 2005-08-15 Kim F. Storm <storm@cua.dk>
22120
22121 * ido.el (ido-buffer-internal): Use with-no-warnings.
22122 (ido-make-merged-file-list): Use while-no-input.
22123
22124 2005-08-15 Richard M. Stallman <rms@gnu.org>
22125
22126 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
22127 (flyspell-large-region): Fix doc and custom type.
22128
22129 2005-08-14 Richard M. Stallman <rms@gnu.org>
22130
22131 * files.el (interpreter-mode-alist): Doc fix.
22132
22133 * mail/rmail.el (rmail-nonignored-headers): New variable.
22134 (rmail-clear-headers): Use it.
22135 (rmail-reply): Better handling of mail-followup-to header.
22136
22137 * progmodes/sh-script.el (sh-font-lock-keywords-var):
22138 Rename variable from sh-font-lock-keywords. In the `shell' entry,
22139 don't try to refer to executable-font-lock-keywords.
22140 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
22141 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
22142 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
22143 (sh-mode): Set comment-start-skip, local-abbrev-table,
22144 imenu-case-fold-search.
22145 (sh-set-shell): Don't set them here.
22146 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
22147 Don't cache the results in the original alist; don't ever modify
22148 that alist.
22149
22150 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
22151
22152 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
22153 empty.
22154
22155 2005-08-15 Andreas Schwab <schwab@suse.de>
22156
22157 * desktop.el: Put autoload cookie at risky-local-variable declarations.
22158
22159 * dired.el, info.el, mail/rmail.el: Revert last change.
22160
22161 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
22162
22163 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
22164 modification in `eval-after-load' form.
22165 * info.el: Likewise.
22166 * mail/rmail.el: Likewise.
22167
22168 2005-08-14 Juri Linkov <juri@jurta.org>
22169
22170 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22171 Remove highlighting of "Compilation started". Highlight only
22172 the word "finished" in "Compilation finished". Add highlighting
22173 of "interrupt", "killed", "terminated" and the exit code.
22174 (compilation-start): Add newline after header. Use exactly the
22175 same time stamp format as the finishing message.
22176 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
22177
22178 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
22179 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
22180 Add highlighting of "interrupt", "killed", "terminated".
22181
22182 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
22183 enabled and the current command is self-insert-command, call it
22184 explicitly with overwrite-mode bound to nil, to not allow it
22185 to delete the character after the selected region.
22186
22187 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
22188
22189 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
22190 move-end-of-line, end-of-line, and beginning-of-line to the list
22191 of commands after which the echo area is updated.
22192
22193 2005-08-12 Eli Zaretskii <eliz@gnu.org>
22194
22195 * cus-edit.el (custom-save-all, custom-save-delete):
22196 Bind recentf-exclude to exclude custom-file.
22197
22198 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
22199
22200 * mail/rmailsum.el (rmail-summary-end-of-message): New command
22201 to go to the bottom of the mail message. Added to
22202 `rmail-summary-mode-map' with key "/".
22203 (rmail-summary-show-message): New (internal) function for use by
22204 both `rmail-summary-beginning/end-of-message'.
22205 (rmail-summary-beginning-of-message): Change to use
22206 rmail-summary-show-message.
22207
22208 * mail/rmail.el (rmail-end-of-message): New command to go to the
22209 end of the current message. Added to `rmail-mode-map' with key "/".
22210 (rmail-beginning-of-message): Fix to work as documented.
22211 (rmail-mode): Change documentation.
22212
22213 * progmodes/compile.el (compilation-start): Add the line
22214 "Compilation started" with compilation start time.
22215 (compilation-mode-font-lock-keywords): Add `started' to keywords.
22216
22217 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
22218
22219 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
22220 of menu items.
22221
22222 2005-08-11 Richard M. Stallman <rms@gnu.org>
22223
22224 * simple.el (pop-global-mark): Reverse test of widen-automatically.
22225
22226 * battery.el (battery-status-function): Don't use ignore-errors.
22227
22228 2005-08-11 Lute Kamstra <lute@gnu.org>
22229
22230 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
22231 define-obsolete-variable-alias.
22232
22233 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
22234
22235 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
22236 (ange-ftp-send-cmd): Revert last change, and expand
22237 the comment explaining the problem.
22238
22239 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
22240
22241 * ldefs-boot.el: Update.
22242
22243 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
22244 item to "Time, Load and Mail". Change help echo text.
22245
22246 * time.el (display-time-use-mail-icon, display-time-format)
22247 (display-time-string-forms): Shorten first line of docstrings.
22248
22249 2005-08-10 Lars Hansen <larsh@soem.dk>
22250
22251 * desktop.el (desktop-buffer-mode-handlers):
22252 Make non-customizable. Add autoload cookie. Change initial value to
22253 nil; add elements in respective modules instead. Fix doc string.
22254 (desktop-load-file): New function.
22255 (desktop-minor-mode-handlers): New autoloaded variable.
22256 (desktop-create-buffer): Call minor mode handlers.
22257 Use desktop-load-file to load major and minor mode modules prior to
22258 checking for a handler.
22259 (desktop-save): Don't add nil to desktop-minor-modes for minor
22260 modes with nil function in desktop-minor-mode-table. Don't delete
22261 desktop file before rewriting it.
22262 (desktop-locals-to-save): Add autoload cookie. Don't make
22263 automatically buffer-local. Add variables column-number-mode,
22264 size-indication-mode, indent-tabs-mode,
22265 indicate-buffer-boundaries, indicate-empty-lines and
22266 show-trailing-whitespace.
22267 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
22268 regexps. Don't use desktop-clear-preserve-buffers-regexp.
22269 (desktop-clear-preserve-buffers-regexp): Delete.
22270 (desktop-clear-preserve-buffers): Update initial value and docstring.
22271 (desktop-save-buffer): Fix doc string.
22272
22273 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
22274 (hilit-chg-desktop-restore): New function.
22275 (highlight-changes-mode): Add highlight-changes-mode to
22276 desktop-locals-to-save.
22277
22278 * dired.el: Add handler to desktop-buffer-mode-handlers.
22279 (dired-restore-desktop-buffer): Remove autoload cookie.
22280 (dired-mode): Add autoload cookie.
22281
22282 * info.el: Add handler to desktop-buffer-mode-handlers.
22283 (Info-restore-desktop-buffer): Remove autoload cookie.
22284 (Info-mode): Add autoload cookie.
22285
22286 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
22287 (mh-restore-desktop-buffer): Remove autoload cookie.
22288 (mh-folder-mode): Add autoload cookie.
22289
22290 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
22291 (rmail-restore-desktop-buffer): Remove autoload cookie.
22292
22293 2005-08-11 Masatake YAMATO <jet@gyve.org>
22294
22295 * hexl.el (hexl-address-region):
22296 (hexl-ascii-region, hexl-font-lock-keywords):
22297 (hexl-highlight-line-range): Use the term "region"
22298 instead of "area" for consistency with the other symbols
22299 defined in hexl.el.
22300
22301 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
22302
22303 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
22304 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
22305 out by Juri Linkov). Add `display-battery-mode'.
22306
22307 2005-08-09 Juri Linkov <juri@jurta.org>
22308
22309 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22310 Remove `-text' from face variable names.
22311 (compilation-error-file-name, compilation-warning-file-name)
22312 (compilation-info-file-name): Delete faces.
22313 (compilation-line-number, compilation-column-number):
22314 Remove face underlining.
22315 (compilation-message-face): Set to `underline' value by default.
22316 (compilation-error-face, compilation-warning-face)
22317 (compilation-info-face): Remove `-file-name' from face names.
22318 (compilation-error-text-face, compilation-warning-text-face)
22319 (compilation-info-text-face): Delete face variables.
22320 (compilation-text-face): Delete function.
22321
22322 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
22323 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
22324 (grep-error-face): Set to `compilation-error' instead of
22325 `compilation-error-face' (which is redefined to `grep-hit-face' in
22326 grep buffers).
22327 (grep-mode-font-lock-keywords): Remove `-text' from face variable
22328 names. Use `grep-error-face' instead of `compilation-error-text-face'.
22329
22330 * dired-aux.el (dired-do-query-replace-regexp):
22331 Use `query-replace-read-args'.
22332
22333 * replace.el (query-replace-read-from, query-replace-read-to)
22334 (query-replace-read-args): Rename arg `string' to `prompt'.
22335
22336 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
22337
22338 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
22339
22340 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
22341 uploading files.
22342 (ange-ftp-canonize-filename): Handle file names beginning with ~
22343 correctly.
22344
22345 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
22346
22347 * textmodes/fill.el (canonically-space-region)
22348 (fill-context-prefix, fill-french-nobreak-p)
22349 (fill-delete-newlines, fill-comment-paragraph)
22350 (justify-current-line): "?\ " -> "?\s".
22351
22352 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
22353
22354 * textmodes/fill.el (fill-nonuniform-paragraphs):
22355 Improve argument/docstring consistency.
22356
22357 2005-08-09 Richard M. Stallman <rms@gnu.org>
22358
22359 * textmodes/ispell.el (ispell-word): More fboundp checks.
22360
22361 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
22362 (find-file-noselect-1): Call it here, only if RAWFILE.
22363 (normal-mode): Always set some major mode.
22364 (save-some-buffers-action-alist): Change some explanation strings.
22365 (file-name-non-special): In the `quote' method, use unwind-protect.
22366
22367 2005-08-09 Magnus Henoch <mange@freemail.hu>
22368
22369 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
22370 (ispell-have-aspell-dictionaries): New variable.
22371 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
22372 (ispell-get-aspell-config-value): New function.
22373 (ispell-aspell-find-dictionary): New function.
22374 (ispell-aspell-add-aliases): New function.
22375 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
22376 appropriate. Don't look for ispell dictionaries if we use aspell.
22377 (ispell-menu-map): Don't build a submenu of dictionaries.
22378
22379 2005-08-09 Richard M. Stallman <rms@gnu.org>
22380
22381 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
22382 (sql-read-passwd): Use read-passwd.
22383
22384 * progmodes/idlw-toolbar.el (idlwave-toolbar)
22385 (idlwave-toolbar-is-possible): Add defvars.
22386
22387 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
22388 Avoid warnings.
22389
22390 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
22391 (idlwave-system-class-info, idlwave-executive-commands-alist):
22392 Use defvar.
22393
22394 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
22395
22396 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
22397 Avoid warnings.
22398
22399 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
22400 and content-type: headers.
22401
22402 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
22403
22404 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
22405 and rename some of them to be more self-explanatory.
22406
22407 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
22408
22409 * startup.el (command-line-1): Implement -scriptload.
22410
22411 * replace.el (occur-engine): Initial *Occur* output not undoable.
22412
22413 * menu-bar.el (menu-bar-file-menu): Rename some menu items
22414 and improve help strings.
22415
22416 * isearch.el (isearch-repeat): When changing direction,
22417 mark search successful.
22418
22419 * ediff-init.el: Use (featurep 'xemacs).
22420
22421 * comint.el (send-invisible): Identify buffer, if not selected.
22422
22423 * align.el: Delete autoload for c-guess-basic-syntax.
22424
22425 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
22426
22427 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
22428 Improve argument/docstring consistency. Doc fixes.
22429 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
22430 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
22431 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
22432 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
22433 (r2bv-organization, r2bv-pages, r2bv-primary-author)
22434 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
22435 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
22436 Defvar at compile time.
22437
22438 2005-08-09 Juri Linkov <juri@jurta.org>
22439
22440 * info.el: Replace `info' with upper-case `Info' where appropriate.
22441 (info-title-1, info-title-2, info-title-3, info-title-4)
22442 (info-menu-header): Move up face definitions.
22443 (info-menu-star): Rename from `info-menu-5'.
22444 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
22445 (Info-fontify-visited-nodes): Fix docstring.
22446 (Info-hide-note-references): Fix docstring.
22447 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
22448 menu items in the same way as on cross-references.
22449 (info-apropos): Fix sorting order and formatting to be like in the
22450 stand-alone Info browser. Display error messages for 1 sec.
22451 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
22452 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
22453 from the menu bar.
22454 (Info-insert-dir): Restore point after calling
22455 `insert-buffer-substring'.
22456
22457 2005-08-08 Richard M. Stallman <rms@gnu.org>
22458
22459 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
22460 (recompute-lucid-menubar): Add defvars.
22461
22462 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
22463
22464 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
22465
22466 * net/net-utils.el (run-dig): Rename from `dig'.
22467
22468 * play/gametree.el (gametree-mode): Use make-local-variable,
22469 not make-variable-buffer-local.
22470
22471 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
22472
22473 * ansi-color.el (ansi-color-make-extent)
22474 (ansi-color-set-extent-face): Use fboundp, not functionp.
22475
22476 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
22477 not make-variable-buffer-local.
22478
22479 * bookmark.el (Info-current-file): Add defvar.
22480 (bookmark-jump-noselect): Use with-no-warnings.
22481
22482 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
22483
22484 * ebuff-menu.el (Helper-return-blurb): Add defvar.
22485
22486 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
22487
22488 * find-file.el (ada-procedure-start-regexp)
22489 (ada-package-start-regexp): Add defvars.
22490
22491 * info.el (Info-insert-dir): Use insert-buffer-substring.
22492
22493 * xml.el (xml-att-def-re): Add defvar.
22494
22495 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
22496 calling convention.
22497
22498 * subr.el (while-no-input): Return t if there is input.
22499
22500 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
22501
22502 * cus-start.el (all): Add `overflow-newline-into-fringe'.
22503
22504 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
22505
22506 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
22507 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
22508
22509 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
22510
22511 * cmuscheme.el (scheme-start-file): Replace reference to
22512 `user-emacs-directory' by "~/.emacs.d/".
22513
22514 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
22515
22516 * info.el (Info-dir-remove-duplicates): Avoid case folding
22517 in loop; instead, keep downcased strings for comparison.
22518 Suggested by Helmut Eller.
22519
22520 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
22521
22522 Sync with Tramp 2.0.50.
22523
22524 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
22525 XEmacs case; not necessary anymore.
22526 (tramp-user-regexp): Allow "@" as part of user name.
22527 (tramp-handle-set-visited-file-modtime)
22528 (tramp-handle-insert-file-contents)
22529 (tramp-handle-write-region): No special handling for
22530 `last-coding-system-used, because this is done in
22531 `tramp-accept-process-output' now.
22532 (tramp-accept-process-output): New defun.
22533 (tramp-process-one-action, tramp-process-one-multi-action)
22534 (tramp-wait-for-regexp, tramp-wait-for-output)
22535 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
22536 Howells <dhowells@redhat.com>.
22537 (clear-visited-file-modtime): Defadvice removed. The check for
22538 unset buffer's modtime does not need to be based on
22539 `tramp-buffer-file-attributes'. Suggested by RMS.
22540 (tramp-message): Insert "\n" if not being at beginning of line.
22541 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
22542 sequence with same logic.
22543 (tramp-completion-handle-expand-file-name): Discard call of
22544 `tramp-drop-volume-letter'. It is not necessary, and there have
22545 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
22546 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
22547 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
22548 should always be visible.
22549 (tramp-handle-insert-directory, tramp-setup-complete)
22550 (tramp-set-process-query-on-exit-flag)
22551 (tramp-append-tramp-buffers): Pacify byte-compiler.
22552 (tramp-bug): Delete non-existing variables from list.
22553 Apply `tramp-load-report-modules' as pre-hook.
22554 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
22555 `shell-prompt-pattern' because of non-7bit characters.
22556 Reported by Sebastian Luque <sluque@mun.ca>.
22557 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
22558 (tramp-match-string-list): Remove function.
22559 (tramp-wait-for-regexp): Remove call of that function.
22560 Suggested by Kim F. Storm <storm@cua.dk>.
22561 (tramp-set-auto-save-file-modes): Use octal integer code #o600
22562 instead of octal character code ?\600. The latter resulted in a
22563 syntax error with XEmacs.
22564
22565 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
22566 XEmacs case; not necessary anymore.
22567 (tramp-smb-handle-write-region): No special handling for
22568 `last-coding-system-used, because this is done in
22569 `tramp-accept-process-output' now.
22570 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
22571
22572 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
22573
22574 * wid-edit.el (widget-choice-value-create):
22575 Unconditionally respect user choice. Set :explicit-choice back to nil
22576 when no longer needed.
22577 (widget-choice-action): Unconditionally respect user choice.
22578 Eliminate :explicit-choice-value.
22579
22580 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
22581
22582 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
22583 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
22584 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
22585 running new function `toggle-indicate-empty-lines'.
22586 Rename "Customize" item to "Customize fringe".
22587 Rename "Indicators" item to "Buffer boundaries" and change help echo.
22588 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
22589 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
22590 Delete "Empty lines only" item.
22591 (menu-bar-showhide-fringe-ind-customize): New function.
22592 (menu-bar-showhide-fringe-ind-mixed)
22593 (menu-bar-showhide-fringe-ind-box)
22594 (menu-bar-showhide-fringe-ind-right)
22595 (menu-bar-showhide-fringe-ind-left)
22596 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
22597 instead of `fringe-indicators'.
22598
22599 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
22600
22601 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
22602 Change the date of last update.
22603
22604 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
22605
22606 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
22607 (viper-exec-yank, viper-put-back): Don't display modification msg
22608 if in the minibuffer.
22609
22610 * viper-init.el (viper-replace-overlay-cursor-color)
22611 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
22612 Make variables frame local.
22613
22614 * viper-util.el (viper-append-filter-alist): Use append instead of
22615 nconc.
22616
22617 * viper.el (viper-vi-state-mode-list)
22618 (viper-emacs-state-mode-list): Move help-mode and
22619 completion-list-mode from the first list to the second.
22620 (viper-mode): Docstring.
22621 (viper-go-away, viper-non-hook-settings): Don't localize
22622 minor-mode-alist in newer Emacsen. Add advice to
22623 set-cursor-color. Don't bind "\C-c\\".
22624
22625 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
22626
22627 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
22628 (scheme-macro-expand-command): New user options.
22629 (scheme-trace-procedure, scheme-expand-current-form): New commands.
22630 (scheme-form-at-point, scheme-start-file)
22631 (scheme-interactively-start-process): New functions.
22632 (scheme-get-process): New function, extracted from `scheme-proc'.
22633 (run-scheme): Call `scheme-start-file' to get start file, and pass
22634 it to `make-comint'.
22635 (switch-to-scheme, scheme-proc):
22636 Call `scheme-interactively-start-process' if no Scheme buffer/process
22637 is available.
22638
22639 2005-08-06 Juri Linkov <juri@jurta.org>
22640
22641 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22642 Use `compilation-text-face', `compilation-info-text-face' and
22643 `compilation-error-text-face' instead of `font-lock-keyword-face'.
22644 (compilation-error): New face.
22645 (compilation-error-file-name): Inherit from
22646 `compilation-error' instead of `font-lock-warning-face'.
22647 (compilation-warning-file-name): Inherit from
22648 `compilation-warning' instead of `font-lock-warning-face'.
22649 (compilation-info, compilation-error-file-name)
22650 (compilation-warning-file-name, compilation-info-file-name)
22651 (compilation-line-number, compilation-column-number): Doc fix.
22652 (compilation-error-text-face, compilation-warning-text-face)
22653 (compilation-info-text-face): New face variables.
22654 (compilation-line-face, compilation-column-face)
22655 (compilation-enter-directory-face)
22656 (compilation-leave-directory-face): Doc fix.
22657 (compilation-text-face): New function.
22658
22659 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
22660 instead of 1 to display binary file names as info file links.
22661 (grep-error-face): Use `compilation-error-face' instead of
22662 `font-lock-keyword-face'.
22663 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
22664 and `compilation-warning-text-face' instead of
22665 `font-lock-keyword-face'. Use `compilation-error-text-face'
22666 instead of `grep-error-face'.
22667
22668 2005-08-05 Kenichi Handa <handa@m17n.org>
22669
22670 * international/code-pages.el: Add autoload cookies for all coding
22671 systems.
22672
22673 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
22674
22675 * cus-start.el (all): Put undo.c where it alphabetically belongs.
22676
22677 2005-08-04 Juri Linkov <juri@jurta.org>
22678
22679 * progmodes/compile.el (compilation-mode-map):
22680 * progmodes/grep.el (grep-mode-map):
22681 Bind TAB to `compilation-next-error' and [backtab] to
22682 `compilation-previous-error'.
22683
22684 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
22685 matching line numbers, column numbers and their ranges with regexp
22686 matching only line numbers.
22687 (grep-context-face): New face variable.
22688 (grep-mode-font-lock-keywords): Use it.
22689
22690 * faces.el (read-face-name): Delete duplicate faces.
22691
22692 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
22693
22694 * thumbs.el (thumbs-find-image): Don't make variables
22695 automatically buffer local.
22696 (thumbs-current-tmp-filename, thumbs-current-image-filename)
22697 (thumbs-image-num): Make automatically buffer local.
22698 (thumbs-show-thumbs-list): Use `make-local-variable', not
22699 `make-variable-buffer-local'.
22700 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
22701
22702 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
22703 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
22704 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
22705 (bother, bye, canyou, chatlst, continue, deathlst, describe)
22706 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
22707 (feelings-about, foullst, found, hello, history, howareyoulst)
22708 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
22709 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
22710 (neglst, obj, object, owner, please, problems, qlist)
22711 (random-adjective, relation, remlst, repetitive-shortness)
22712 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
22713 (shortlst, something, sportslst, stallmanlst, states, subj)
22714 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
22715 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
22716 Defvar at compile time.
22717
22718 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
22719 not `make-variable-buffer-local'.
22720
22721 2005-08-02 Kim F. Storm <storm@cua.dk>
22722
22723 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
22724 rectangle overlay in selected window.
22725
22726 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
22727
22728 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
22729 instead of display group. Make `indicate-buffer-boundaries'
22730 customizable through Custom.
22731
22732 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
22733
22734 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
22735 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
22736 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
22737 (gdb-put-string): Fix typos in docstrings.
22738
22739 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
22740
22741 Update copyright notices of files in progmodes directory for
22742 release of Emacs 22.1.
22743
22744 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
22745
22746 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
22747 Don't barf if the GUD buffer has been killed.
22748
22749 2005-08-01 Kim F. Storm <storm@cua.dk>
22750
22751 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
22752
22753 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
22754
22755 * simple.el (next-error-follow-minor-mode):
22756 make-variable-buffer-local -> make-local-variable.
22757
22758 * emacs-lisp/cl-extra.el: Require CL also when compiling.
22759
22760 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
22761 (byte-compile-form-make-variable-buffer-local): New functions to warn
22762 about misuses of make-variable-buffer-local where make-local-variable
22763 was meant.
22764
22765 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
22766
22767 * bs.el (bs-attributes-list): Doc fix.
22768 (bs): Update url-link.
22769
22770 * desktop.el (desktop-save-buffer): Fix typos in docstring.
22771 (desktop-load-default): Simplify.
22772
22773 * ibuffer.el (ibuffer-columnize-and-insert-list)
22774 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
22775 (ibuffer-unmark-all, ibuffer-toggle-marks)
22776 (ibuffer-unmark-forward, ibuffer-unmark-backward)
22777 (ibuffer-compile-make-format-form, ibuffer-format-column)
22778 (ibuffer-current-buffers-with-marks)
22779 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
22780 (ibuffer): Doc fix.
22781 (ibuffer-mode): Fix typo in docstring.
22782 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
22783 with `define-obsolete-variable-alias'.
22784 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
22785
22786 2005-07-29 Kenichi Handa <handa@m17n.org>
22787
22788 * international/mule-cmds.el (select-message-coding-system):
22789 Be sure to use LF for end-of-line. If no coding system is decided,
22790 return iso-8859-1-unix.
22791
22792 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
22793
22794 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
22795 (ange-ftp-pending-error-line): New vars.
22796 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
22797 to handle the non-fatal no-route-to-host messages.
22798 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
22799
22800 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
22801
22802 * isearch.el (isearch-mode-map, isearch-other-meta-char)
22803 (isearch-quote-char, isearch-printing-char)
22804 (isearch-text-char-description): "?\ " -> "?\s".
22805 (isearch-lazy-highlight-cleanup)
22806 (isearch-lazy-highlight-initial-delay)
22807 (isearch-lazy-highlight-interval)
22808 (isearch-lazy-highlight-max-at-a-time)
22809 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
22810 Declare with define-obsolete-*-alias macros.
22811 (isearch-forward): Fix typo in docstring.
22812 (search-invisible, search-ring-yank-pointer)
22813 (regexp-search-ring-yank-pointer): Doc fixes.
22814
22815 * recentf.el (recentf-menu-append-commands-p): Declare with
22816 `define-obsolete-variable-alias'.
22817 (recentf-max-saved-items, recentf-menu-filter)
22818 (recentf-arrange-by-rule-subfilter): Doc fixes.
22819 (recentf-menu-append-commands-flag)
22820 (recentf-initialize-file-name-history, recentf-expand-file-name)
22821 (recentf-clear-data): Fix typos in docstrings.
22822
22823 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
22824
22825 * progmodes/gdb-ui.el: Smarten comments.
22826 (gdb-info-breakpoints-custom): Use nowarn when finding file.
22827
22828 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
22829
22830 * term/apollo.el (terminal-init-apollo): New function containing
22831 all former top level forms in the file.
22832 * term/bobcat.el (terminal-init-bobcat):
22833 * term/cygwin.el (terminal-init-cygwin):
22834 * term/iris-ansi.el (terminal-init-iris-ansi):
22835 * term/linux.el (terminal-init-linux):
22836 * term/news.el (terminal-init-news):
22837 * term/rxvt.el (terminal-init-rxvt):
22838 * term/sun.el (terminal-init-sun):
22839 * term/tvi970.el (terminal-init-tvi970):
22840 * term/vt100.el (terminal-init-vt100):
22841 * term/vt102.el (terminal-init-vt102):
22842 * term/vt125.el (terminal-init-vt125):
22843 * term/vt200.el (terminal-init-vt200):
22844 * term/vt201.el (terminal-init-vt201):
22845 * term/vt220.el (terminal-init-vt220):
22846 * term/vt240.el (terminal-init-vt240):
22847 * term/vt300.el (terminal-init-vt300):
22848 * term/vt320.el (terminal-init-vt320):
22849 * term/vt400.el (terminal-init-vt400):
22850 * term/vt420.el (terminal-init-vt420):
22851 * term/wyse50.el (terminal-init-wyse50):
22852 * term/xterm.el (terminal-init-xterm): Likewise.
22853
22854 * term/README: Describe the terminal-init-* functionality.
22855
22856 * startup.el (command-line): After loading the terminal initialization
22857 file call the corresponding terminal initialization function.
22858
22859 2005-07-27 Kenichi Handa <handa@m17n.org>
22860
22861 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
22862 negative.
22863
22864 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
22865 (ps-mule-composition-prologue): Fix for the case that
22866 RelativeCompose is false.
22867
22868 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
22869
22870 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
22871
22872 * descr-text.el (describe-char): Handle the case where the list of
22873 chars is displayed in a separate frame.
22874 Be a bit more discriminating when looking for the char.
22875
22876 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
22877
22878 * bookmark.el (bookmark-automatically-show-annotations)
22879 (bookmark-read-annotation-text-func): Doc fixes.
22880 (bookmark-save): Improve argument/docstring consistency.
22881 (bookmark-get-bookmark, bookmark-get-bookmark-record)
22882 (bookmark-alist-from-buffer)
22883 (bookmark-upgrade-file-format-from-0)
22884 (bookmark-grok-file-format-version)
22885 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
22886 (bookmark-read-annotation-mode)
22887 (bookmark-insert-current-bookmark, bookmark-jump)
22888 (bookmark-exit-hook): Fix typos in docstrings.
22889 (bookmark-exit-hooks): Define as obsolete alias.
22890 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
22891 not `bookmark-exit-hooks'. Fix docstring.
22892 (bookmark-bmenu-select): "?\ " -> "?\s".
22893
22894 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
22895
22896 * startup.el (command-line): Fix typo.
22897
22898 2005-07-24 Richard M. Stallman <rms@gnu.org>
22899
22900 * tooltip.el (tooltip-mode): Test emacs-basic-display,
22901 not emacs-quick-startup.
22902
22903 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
22904
22905 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
22906 (reb-next-match, reb-show-subexp): Use `with-selected-window'
22907 instead of `reb-with-current-window'.
22908 (reb-prev-match): Likewise. Also, don't move left if the search
22909 was unsuccessful.
22910 (reb-initialize-buffer): New function.
22911 (re-builder, reb-change-syntax): Use it.
22912
22913 * man.el (Man-goto-page): Make second argument NOERROR optional.
22914
22915 2005-07-23 Richard M. Stallman <rms@gnu.org>
22916
22917 * man.el (Man-bgproc-sentinel): Check here for failure to find
22918 any man page in the output, and report the error here.
22919 (Man-arguments): Make it permanent local.
22920 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
22921 (Man-mode): Pass t for NOERROR.
22922
22923 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
22924 (grep-mode-font-lock-keywords):
22925 Don't use compilation-...-face for messages that are not file names.
22926
22927 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22928 Don't use compilation-...-face for messages that are not file names.
22929
22930 2005-07-22 Juri Linkov <juri@jurta.org>
22931
22932 * startup.el (normal-splash-screen): Update menu name.
22933
22934 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
22935
22936 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
22937
22938 * term/xterm.el: Load term/rxvt if the terminal is actually an
22939 rxvt terminal.
22940 (xterm-rxvt-set-background-mode): Remove, not used anymore.
22941
22942 * term/rxvt.el (function-key-map): Use substitute-key-definition
22943 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
22944
22945 * term/cygwin.el: New file.
22946
22947 2005-07-22 Kim F. Storm <storm@cua.dk>
22948
22949 * image-file.el (insert-image-file, image-file-yank-handler):
22950 Fix last change to maintain a (unique) yank-handler on yanked images.
22951
22952 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
22953
22954 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
22955 of the file size (as in "177B" for 177 bytes). This happens with
22956 "ls -lh" on FreeBSD.
22957
22958 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
22959
22960 * hilit-chg.el (highlight-changes-global-initial-state)
22961 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
22962 (hilit-chg-fixup, highlight-changes-mode):
22963 Fix typos in docstrings.
22964 (highlight-changes-global-modes, highlight-changes-rotate-faces):
22965 Doc fixes.
22966
22967 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
22968
22969 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
22970 mode function using `eval-after-load'.
22971
22972 2005-07-21 Kim F. Storm <storm@cua.dk>
22973
22974 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
22975 included when reporting an Emacs crash, and tell about the DEBUG file.
22976
22977 * image-file.el (insert-image-file): Add yank-handler.
22978 (image-file-yank-handler): Yank handler to make unique copies of
22979 images when they are yanked into a buffer next to each other.
22980
22981 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
22982
22983 * comint.el (comint-use-prompt-regexp, comint-send-input)
22984 (comint-source-default, comint-extract-string)
22985 (comint-get-source, comint-word, comint-completion)
22986 (comint-source, comint-prompt-read-only, comint-update-fence):
22987 Fix typos in docstrings.
22988 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
22989 Declare with define-obsolete-*-alias macros.
22990 (comint-previous-matching-input-from-input)
22991 (comint-next-matching-input-from-input)
22992 (comint-previous-matching-input, comint-next-matching-input)
22993 (comint-forward-matching-input):
22994 Improve argument/docstring consistency.
22995
22996 * desktop.el (desktop-clear-preserve-buffers-regexp):
22997 Also preserve the *server* buffer.
22998
22999 * simple.el (clone-indirect-buffer): Doc fix.
23000 (fixup-whitespace, just-one-space)
23001 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
23002 (next-error, next-error-highlight)
23003 (next-error-highlight-no-select, next-error-last-buffer)
23004 (next-error-buffer-p, next-error-find-buffer, next-error)
23005 (previous-error, next-error-no-select, previous-error-no-select)
23006 (open-line, split-line, minibuffer-prompt-width, kill-new)
23007 (binary-overwrite-mode): Fix typos in docstrings.
23008 (set-fill-column): Fix typo in message.
23009
23010 * skeleton.el (skeleton-proxy-new): Doc fix.
23011
23012 * strokes.el (strokes-load-hook): Doc fix.
23013 (strokes-grid-resolution, strokes-get-grid-position)
23014 (strokes-renormalize-to-grid, strokes-read-stroke)
23015 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
23016 (strokes-global-map): Fix typos in docstrings.
23017 (strokes-help): Doc fix. Fix help message and pass it through
23018 `substitute-command-keys'.
23019
23020 * tempo.el (tempo-insert-prompt, tempo-interactive)
23021 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
23022 (tempo-insert-string-functions, tempo-local-tags)
23023 (tempo-define-template, tempo-insert-template)
23024 (tempo-insert-prompt-compat, tempo-is-user-element)
23025 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
23026 Fix typos in docstrings.
23027
23028 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
23029 (vcursor-key-bindings, vcursor-use-vcursor-map)
23030 (vcursor-find-window, vcursor-scroll-down)
23031 (vcursor-disable, vcursor-beginning-of-buffer)
23032 (vcursor-end-of-buffer): Fix typos in docstrings.
23033 (vcursor-relative-move, vcursor-get-char-count):
23034 Improve argument/docstring consistency.
23035
23036 * version.el: "?\ " -> "?\s".
23037
23038 * wid-edit.el (widget-default-create, widget-after-change)
23039 (widget-default-format-handler, widget-checklist-add-item)
23040 (widget-radio-add-item, widget-choose, widget-specify-secret)
23041 (widget-field-value-create, widget-field-value-get)
23042 (widget-editable-list-format-handler)
23043 (widget-editable-list-entry-create, widget-group-value-create)
23044 (widget-documentation-link-add)
23045 (widget-documentation-string-value-create): "?\ " -> "?\s".
23046 (widget-convert-text): Doc fix.
23047 (widget-narrow-to-field, widget-field-find)
23048 (widget-url-link-action, widget-emacs-library-link-action)
23049 (widget-color-notify): Fix typos in docstrings.
23050
23051 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
23052 (x-select-text, set-w32-system-coding-system)
23053 (w32-add-charset-info): Fix typos in docstrings.
23054
23055 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
23056 (cua-enable-cua-keys, cua-use-hyper-key)
23057 (cua-virtual-rectangle-edges): Fix typos in docstrings.
23058 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
23059
23060 * net/tramp.el (tramp-handle-load): Fix typo in error message.
23061
23062 * emacs-lisp/re-builder.el (regexp-builder): Declare with
23063 `defalias' instead of faking it.
23064
23065 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
23066 (eshell-ls-missing, eshell-ls-dired-initial-args)
23067 (eshell-ls-use-in-dired): Fix typos in docstrings.
23068
23069 2005-07-20 Kim F. Storm <storm@cua.dk>
23070
23071 * emulation/cua-base.el (cua-mode): Improve doc string.
23072
23073 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
23074
23075 * abbrev.el (expand-region-abbrevs): Doc fix.
23076 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
23077 Improve argument/docstring consistency.
23078
23079 * arc-mode.el (archive-get-descr, archive-alternate-display):
23080 Doc fixes.
23081 (archive-l-e): Improve argument/docstring consistency.
23082 (archive-tmpdir, archive-unixdate, archive-unixtime)
23083 (archive-chmod-entry): Fix typos in docstrings.
23084 (archive-unflag, archive-unflag-backwards)
23085 (archive-unmark-all-files): "?\ " -> "?\s".
23086
23087 * buff-menu.el (Buffer-menu-unmark): Doc fix.
23088 (Buffer-menu-not-modified, Buffer-menu-execute)
23089 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
23090 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
23091
23092 * composite.el (compose-string, encode-composition-rule)
23093 (compose-last-chars): Fix typos in docstrings.
23094
23095 * desktop.el (desktop-enable, desktop-basefilename):
23096 Declare with `define-obsolete-variable-alias'.
23097 (desktop-internal-v2s): Don't quote keywords.
23098 (desktop-clear): "?\ " -> "?\s".
23099
23100 * dired.el (dired-align-file, dired-flag-backup-files)
23101 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
23102 (dired-listing-switches, dired-ls-F-marks-symlinks)
23103 (dired-dwim-target, dired-load-hook, dired-mode-hook)
23104 (dired-directory, dired-faces, dired, dired-revert)
23105 (dired-mode, dired-summary, dired-view-file)
23106 (dired-copy-filename-as-kill, dired-delete-file)
23107 (dired-no-confirm, dired-unmark-all-marks)
23108 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
23109 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
23110 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
23111 Fix typos in message strings.
23112
23113 * dired-x.el (virtual-dired): Declare with `defalias'.
23114 (dired-mark-unmarked-files, dired-local-variables-file)
23115 (dired-omit-here-always): Doc fix.
23116 (dired-omit-mode, dired-find-subdir)
23117 (dired-enable-local-variables, dired-clean-up-buffers-too)
23118 (dired-extra-startup, dired-mark-extension, dired-jump)
23119 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
23120 (dired-smart-shell-command, dired-guess-shell-alist-user)
23121 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
23122 (dired-x-bind-find-file, dired-x-submit-report):
23123 Fix typos in docstrings.
23124 (dired-mark-unmarked-files): "?\ " -> "?\s".
23125
23126 * dirtrack.el (dirtrack-list): Fix typos in docstring.
23127
23128 * faces.el (describe-face): "?\ " -> "?\s".
23129 (read-all-face-attributes, read-face-font, modify-face)
23130 (face-attr-construct, italic): Fix typos in docstrings.
23131 (frame-update-face-colors): Declare with
23132 `define-obsolete-function-alias'.
23133
23134 * files.el (find-file-noselect, recode-file-name): Doc fixes.
23135 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
23136 (magic-mode-alist, buffer-file-numbers-unique)
23137 (write-file-functions, get-free-disk-space):
23138 Fix typos in docstrings.
23139 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
23140 (write-contents-hooks, write-file-hooks):
23141 Declare with `define-obsolete-variable-alias'.
23142
23143 * forms-d2.el (arch-rj): Fix typo in docstrings.
23144 (arch-tocol): Likewise. "?\ " -> "?\s".
23145
23146 * frame.el (set-frame-font, cursor-in-non-selected-windows):
23147 Fix typo in docstring.
23148 (set-screen-width, set-screen-height): Delete redundant info in
23149 doctrings.
23150 (new-frame, screen-height, screen-width): Declare with
23151 `define-obsolete-function-alias'.
23152 (delete-frame-hook, blink-cursor): Declare with
23153 `define-obsolete-variable-alias'.
23154
23155 * paths.el (prune-directory-list): Fix typos in docstring.
23156
23157 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
23158 (cvs-prefix-get): Fix typos in docstrings.
23159
23160 * ps-print.el (ps-extend-face-list, ps-extend-face)
23161 (ps-print-background-image): Fix typos in docstrings.
23162 (ps-default-fg, ps-default-bg): Doc fixes.
23163
23164 * s-region.el (s-region-bind): Doc fix.
23165 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
23166
23167 * textmodes/org.el (org-table-formula-substitute-names)
23168 (org-table-get-vertical-vector): Doc fixes.
23169 (org-table-recalculate): Remove unused argument to `message'.
23170
23171 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
23172
23173 * textmodes/org.el (org-table-column-names)
23174 (org-table-column-name-regexp)
23175 (org-table-named-field-locations): New variables.
23176 (org-archive-subtree): Protect `this-command' when calling
23177 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
23178 the kill buffer.
23179 (org-complete): Remove fixed-formula completion.
23180 (org-edit-formulas-map): New variable.
23181 (org-table-edit-formulas): New command.
23182 (org-finish-edit-formulas, org-abort-edit-formulas)
23183 (org-show-variable, org-table-get-vertical-vector): New functions.
23184 (org-table-maybe-eval-formula): Handle `:=' fields.
23185 (org-table-get-stored-formulas, org-table-store-formulas)
23186 (org-table-get-formula, org-table-modify-formulas)
23187 (org-table-replace-in-formulas): Handle named field formulas.
23188 (org-table-get-specials): Store locations of named fields.
23189
23190 2005-07-19 Juri Linkov <juri@jurta.org>
23191
23192 * progmodes/grep.el (grep-regexp-alist)
23193 (grep-mode-font-lock-keywords, grep-process-setup):
23194 Use default GNU grep match color "01;31m" instead of "01;41m".
23195 (grep-regexp-alist, grep-mode-font-lock-keywords):
23196 Use `\\[[0-9]*m' instead of `\\[00m'.
23197 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
23198 sgr_start where its handling is more important. Use the real
23199 length of sgr_start instead of constant 8.
23200 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
23201 specially. Delete all remaining escape sequences.
23202 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
23203 (grep-regexp-alist): Make hyperlink only for binary file name
23204 instead of the whole line.
23205 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
23206 (grep-mode): Add autoload.
23207
23208 * emacs-lisp/find-func.el (find-function-regexp):
23209 Add `define-compilation-mode'.
23210
23211 2005-07-19 Juri Linkov <juri@jurta.org>
23212
23213 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
23214 (compare-windows-sync-string-size, compare-windows-recenter)
23215 (compare-windows-highlight, compare-windows): Add version 22.1.
23216 (compare-windows) <defface>: Inherit from lazy-highlight instead
23217 of duplicating its default value.
23218
23219 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
23220 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
23221
23222 * descr-text.el (describe-char): Create link buttons for `charset'
23223 and `code point'. Add the current input method name with a link
23224 button to `to input' field. Print face names of display table
23225 characters in `The display table entry is displayed by' section
23226 instead of printing face-id in the `display' field.
23227 Guess hardcoded faces and create a link button for them.
23228 Skip empty fields when calculating max-width.
23229 Treat `widget-create' specially while inserting strings from the
23230 collected field list.
23231 (describe-char-after): Made obsolete in version 22.1, not 21.5.
23232
23233 * diff-mode.el (diff-file-header): Change foreground color from
23234 yellow to green on light backgrounds.
23235 (diff-context): Inherit from `shadow' only for color/grayscale
23236 with more than 88 colors.
23237 (diff-indicator-removed, diff-indicator-added)
23238 (diff-indicator-changed): New faces.
23239 (diff-font-lock-keywords): Use new faces. Regroup rules.
23240 Add "^---$" for `normal' diff format. Fontify `#' lines with
23241 font-lock-comment-delimiter-face and font-lock-comment-face.
23242 Add `#' to ^[^...] in the rule for `diff-context-face'.
23243
23244 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
23245 a button-like box. Inherit from `highlight' on low colors.
23246 (shadow): Use shades of gray only for color/grayscale with
23247 more than 88 colors. Use green for light backgrounds with
23248 8 colors, and yellow for dark backgrounds with 8 colors.
23249
23250 * font-lock.el (font-lock-regexp-grouping-backslash):
23251 Don't inherit from escape-glyph (use bold for all cases).
23252
23253 * info.el (info-xref-visited): Use light foreground color `violet'
23254 for dark backgrounds instead of dark color `magenta3'.
23255 (info-title-1): Use `yellow' color for dark backgrounds.
23256
23257 * isearch.el (isearch): Use not-too-dark magenta3 instead of
23258 too-light magenta2.
23259
23260 * replace.el (match): Use slightly more light RoyalBlue3 instead
23261 of dark RoyalBlue4.
23262
23263 * wid-edit.el (widget-inactive): Inherit from `shadow'.
23264
23265 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
23266
23267 * novice.el (disabled-command-hook): Declare it with
23268 `define-obsolete-variable-alias'.
23269
23270 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
23271 (desktop-buffer-misc-functions, desktop-buffer-handlers)
23272 (desktop-load-default): Add release to obsolescence info.
23273 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
23274 (desktop-append-buffer-args, desktop-read):
23275 Fix typos in docstrings.
23276 (desktop-kill): Fix typo in message.
23277 (desktop-save): Doc fix.
23278
23279 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
23280
23281 * viper-cmd.el (viper-escape-to-state): Bug fix.
23282 (viper-envelop-ESC-key): Change the definition of fast
23283 keysequence so it'll work with keyboard macros.
23284
23285 * ediff.el (ediff-patch-buffer): Change the docstring.
23286
23287 2005-07-19 Kenichi Handa <handa@m17n.org>
23288
23289 * international/mule-cmds.el (select-safe-coding-system): Try to
23290 use an auto-coding (if any) before anything else. If the found
23291 auto-coding is invalid, show a warning message.
23292
23293 * international/mule.el (find-auto-coding): New function created
23294 by modifying the body of set-auto-coding.
23295 (set-auto-coding): Use find-auto-coding to find a coding.
23296
23297 2005-07-18 Richard M. Stallman <rms@gnu.org>
23298
23299 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
23300 not isearch-mode-end-hook-error.
23301 (allout-before-change-protect): Fix error message.
23302
23303 2005-07-18 Juri Linkov <juri@jurta.org>
23304
23305 * allout.el (allout-mode):
23306 * calculator.el (calculator-copy):
23307 * custom.el (custom-known-themes):
23308 * dired.el (dired-desktop-buffer-misc-data)
23309 (dired-restore-desktop-buffer):
23310 * dired-x.el (dired-omit-marker-char):
23311 * files.el (basic-save-buffer):
23312 * font-core.el (font-lock-mode):
23313 * calendar/calendar.el (calendar-goto-hebrew-date)
23314 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
23315 (calendar-goto-persian-date):
23316 * language/ethio-util.el (ethio-sera-to-fidel-region):
23317 * textmodes/picture.el (picture-mode):
23318 Delete duplicate duplicate words.
23319
23320 2005-07-18 Juri Linkov <juri@jurta.org>
23321
23322 * isearch.el (isearch-mode-map): Remove key bindings for regexp
23323 chars * ? } |.
23324 (isearch-fallback): Don't call `isearch-process-search-char'.
23325 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
23326 (isearch-process-search-char): Call `isearch-fallback' for regexp
23327 chars * ? } |.
23328 (isearch-return-char): Make obsolete with `make-obsolete' instead
23329 of simply documenting it as obsolete in the docstring.
23330 (isearch-fallback): Refill docstring.
23331
23332 * international/isearch-x.el
23333 (isearch-process-search-multibyte-characters): Remove unneeded
23334 `concat'. Add intermediate values to `junk-hist' instead of
23335 `minibuffer-history'. Test the length of `str'.
23336
23337 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
23338
23339 * allout.el (allout-resolve-xref): Fix typos in error strings.
23340 (allout-before-change-protect): Remove unneeded `concat'.
23341
23342 * array.el (array-mode, array-reconfigure-rows)
23343 (untabify-backward): Fix typos in docstrings.
23344 (array-reconfigure-rows): Use `insert-buffer-substring', not
23345 `insert-buffer'.
23346
23347 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
23348 * progmodes/ada-mode.el (ada-make-body):
23349 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
23350
23351 * dired.el (dired-log):
23352 * tar-mode.el (tar-subfile-save-buffer):
23353 * play/zone.el (zone-pgm-stress-destress):
23354 Use `insert-buffer-substring', not `insert-buffer'.
23355
23356 2005-07-17 Simon Josefsson <jas@extundo.com>
23357
23358 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
23359
23360 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
23361
23362 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
23363 Add plain auth method.
23364 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
23365
23366 2005-07-17 Kim F. Storm <storm@cua.dk>
23367
23368 * ido.el (dired-other-window): Add ido property.
23369
23370 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
23371
23372 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
23373 Fix typo in docstring.
23374 (byte-compile-interactive-only-functions): Add `insert-buffer' and
23375 `insert-file-literally'.
23376
23377 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
23378 info and delete redundant message. Doc fix.
23379 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
23380 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
23381
23382 2005-07-16 Richard M. Stallman <rms@gnu.org>
23383
23384 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
23385 (byte-compile-and): Use byte-compile-and-recursion.
23386 (byte-compile-or-recursion): New function.
23387 (byte-compile-or): Use that.
23388 (byte-compile-if): Guard the else-clause too.
23389 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
23390
23391 * isearch.el (isearch-mode-end-hook-quit): New variable.
23392 (isearch-done): Bind it.
23393 (isearch-mode-end-hook): Doc fix.
23394
23395 * allout.el (allout-isearch-did-quit): Variable deleted.
23396 (allout-real-isearch-abort): Function name no longer used.
23397 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
23398 (allout-isearch-rectification): isearch-mode always exists.
23399 Don't set allout-isearch-did-quit.
23400 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
23401 allout-isearch-did-quit.
23402 (allout-enwrap-isearch): Just add the hook.
23403 (allout-isearch-abort): Function deleted.
23404 (allout-pre-command-business): Avoid warning.
23405
23406 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
23407 Correctly avoid warnings.
23408 (pascal-outline): Likewise.
23409
23410 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
23411
23412 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
23413
23414 * play/tetris.el (tetris-mode): Avoid warning.
23415
23416 * play/snake.el (snake-mode): Avoid warning.
23417
23418 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
23419 (gamegrid-set-display-table): Avoid warning.
23420 (gamegrid-set-timer): Likewise.
23421 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
23422 (gamegrid-add-score-with-update-game-score-1): Take FILE
23423 as argument.
23424 (gamegrid-add-score-with-update-game-score): Pass that argument.
23425 Rename have-shared-game-dir to gamegrid-shared-game-dir.
23426
23427 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
23428
23429 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
23430 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
23431
23432 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
23433 and insert-file.
23434
23435 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
23436 (sc-ask): Avoid warnings.
23437
23438 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
23439 (eshell-hist-initialize): Use that var the natural way.
23440
23441 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
23442
23443 * emacs-lisp/re-builder.el (reb-cook-regexp):
23444 Avoid warning calling lre-compile-string.
23445 (reb-color-display-p): Avoid warning.
23446
23447 * calculator.el (calculator-last-input): Guard uses
23448 of event-key and key-press-event-p.
23449 (event-key, key-press-event-p): Delete definitions.
23450
23451 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
23452 (find-gc-source-directory, find-gc-subrs-callers)
23453 (find-gc-noreturn-list, find-gc-source-files)
23454 (find-gc-subrs-called): Vars renamed and defvar'd.
23455
23456 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
23457 (checkdoc-overlay-put, checkdoc-delete-overlay)
23458 (checkdoc-overlay-start, checkdoc-overlay-end)
23459 (checkdoc-mode-line-update, checkdoc-char=):
23460 Define such that compiler knows they are defined.
23461 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
23462 (checkdoc-read-event): Delete. Use read-event directly.
23463
23464 * whitespace.el (whitespace-make-overlay)
23465 (whitespace-overlay-put, whitespace-delete-overlay)
23466 (whitespace-overlay-start, whitespace-overlay-end):
23467 Define such that compiler knows they are defined.
23468 (whitespace): Move conditional inside.
23469
23470 * tempo.el (tempo-insert-template): Suppress warning.
23471
23472 * ediff-diff.el (longlines-mode): Add defvar.
23473
23474 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
23475
23476 * server.el: Bind "C-x #" in a way that works even if C-x is
23477 redefined to a command key, not a prefix key.
23478
23479 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
23480
23481 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
23482 cl-make-type-test till execution time.
23483
23484 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
23485
23486 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
23487 arg ARG and use it.
23488
23489 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
23490
23491 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
23492
23493 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
23494
23495 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
23496 a defcustom with two :set or :type keywords.
23497
23498 2005-07-15 Richard M. Stallman <rms@gnu.org>
23499
23500 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
23501 Don't give ^M comment-end syntax.
23502
23503 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
23504
23505 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
23506 Don't consider gdbmi (gdb-mi.el has its own update functions).
23507 (gdb-var-delete): Make it work for gdbmi as well.
23508 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
23509
23510 * progmodes/gud.el (etags, sdb): Only require etags when needed.
23511 (gud-speedbar-menu-items): Correct logic for enabling items.
23512
23513 2005-07-15 Kim F. Storm <storm@cua.dk>
23514
23515 * ido.el: Fix commentary.
23516 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
23517 Use with-no-warnings around ffap-guesser.
23518 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
23519 Let bind minibuffer-completing-file-name to t.
23520
23521 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
23522
23523 * startup.el (site-run-file, keyboard-type): Doc fixes.
23524 (command-line): Check for "--basic-display" argument; also for
23525 "--quick", not "--bare-bones" (which was renamed).
23526 (fancy-splash-text): Add missing item "Getting New Versions".
23527 (normal-splash-screen): Fix typos and improve consistency with
23528 `fancy-splash-text'. Update copyright year.
23529
23530 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
23531 valid binding for `help-char'.
23532
23533 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
23534
23535 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
23536
23537 * term.el (term-mode): Disable cua-mode for term buffers.
23538
23539 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
23540
23541 * add-log.el (add-log-mailing-address, change-log-merge):
23542 Doc fixes.
23543 (change-log-get-method-definition): Fix typo in docstring.
23544
23545 2005-07-14 Kim F. Storm <storm@cua.dk>
23546
23547 * emulation/cua-base.el:
23548 (cua--pre-command-handler-1, cua--pre-command-handler)
23549 (cua--post-command-handler-1, cua--post-command-handler):
23550 Split in two. Check (buffer local) value of cua-mode.
23551 (cua-selection-mode): New command.
23552
23553 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
23554
23555 * custom.el (custom-initialize-safe-set)
23556 (custom-initialize-safe-default): Doc fixes.
23557
23558 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
23559 and simplify :init-value again.
23560
23561 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
23562 and simplify :init-value again. Delete autoload.
23563
23564 * startup.el (command-line): Use `custom-reevaluate-setting' again
23565 for tooltip-mode.
23566
23567 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
23568 a defcustom with two :initialize keywords.
23569
23570 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
23571
23572 * allout.el (my-mark-marker, allout-isearch-prior-pos)
23573 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
23574 (allout-post-command-business, allout-flag-region)
23575 (isearch-reenable-font-lock, allout-yank)
23576 (allout-insert-latex-header, allout-insert-latex-trailer)
23577 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
23578 (allout-latex-verb-quote): Fix typos in docstrings.
23579 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
23580 (allout-unprotected, allout-prefix-data):
23581 Improve argument/docstring consistency.
23582 (allout-chart-subtree): Fix argument spec.
23583 (allout-open-topic): Rename `use_sib_bullet' argument to
23584 `use-sib-bullet'. Doc fix.
23585
23586 * whitespace.el (whitespace-check-buffer-leading)
23587 (whitespace-check-buffer-trailing)
23588 (whitespace-check-buffer-indent)
23589 (whitespace-check-buffer-spacetab)
23590 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
23591 (whitespace-check-leading-whitespace)
23592 (whitespace-check-trailing-whitespace)
23593 (whitespace-check-spacetab-whitespace)
23594 (whitespace-check-indent-whitespace)
23595 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
23596 (whitespace-modes): Fix typos in docstrings.
23597 (defgroup, defcustom): Doc fixes.
23598
23599 * winner.el (winner-mode, winner-boring-buffers)
23600 (winner-pending-undo-ring): Doc fixes.
23601 (winner-ring): Remove unneeded `progn'.
23602 (winner-equal): `defsubst' it.
23603 (winner-redo): Fix message.
23604
23605 2005-07-13 Kim F. Storm <storm@cua.dk>
23606
23607 * simple.el (line-move-1): Always use vertical-motion to
23608 do the last (or only) line move to ensure some movement.
23609 Undo 2005-06-23 change--don't check for overlays.
23610
23611 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23612
23613 * term/mac-win.el (ccl-encode-mac-roman-font)
23614 (ccl-encode-mac-centraleurroman-font)
23615 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
23616 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
23617 Change charset-id boundary of dimension to ?\xef.
23618 (mac-char-fontspec-list): New constant.
23619 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
23620 argument. Nil uses itself as family in font-spec. Previous
23621 behavior for nil is now provided by non-nil non-string argument.
23622 All callers changed. Add font-specs for Mac fonts to
23623 "fontset-default" unless iso8859-1 fonts are installed.
23624
23625 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
23626
23627 * progmodes/sh-script.el (sh-get-indent-info): Only indent
23628 a continuation line if the \ is preceded by SPC or TAB.
23629 (sh-get-indent-info): Simplify.
23630 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
23631 Use with-current-buffer.
23632
23633 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
23634 when the matched text is empty.
23635
23636 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
23637
23638 * startup.el (command-line): Revert to previous handling of
23639 tooltip-mode. Explain in comment why the complexity is needed.
23640
23641 * tooltip.el (tooltip-mode): Revert to previous implementation of
23642 its defcustom.
23643
23644 * frame.el (blink-cursor-mode): Revert to previous implementation
23645 of its defcustom. Update comment.
23646
23647 2005-07-12 Lars Hansen <larsh@soem.dk>
23648
23649 * desktop.el: Update e-mail address.
23650
23651 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23652
23653 * term/mac-win.el (mac-services-mail-selection)
23654 (mac-services-mail-to): New functions.
23655 (mac-application-menu-map): Bind them.
23656
23657 2005-07-12 wulei <milton@wulei.net> (tiny change)
23658
23659 * progmodes/gdb-ui.el: Add note about buffering with Windows.
23660
23661 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
23662
23663 * custom.el (custom-reevaluate-setting): Doc fix.
23664
23665 2005-07-11 Jay Belanger <belanger@truman.edu>
23666
23667 * calc/calc.el (calc-embedded-announce-formula-alist)
23668 (calc-embedded-open-close-plain-alist)
23669 (calc-embedded-open-close-mode-alist): Add checks for additional
23670 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
23671
23672 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
23673
23674 * custom.el (custom-enable-theme): Don't add theme to
23675 `custom-enabled-themes' with `push' because there is no
23676 setf-method for `delq'.
23677
23678 2005-07-11 Richard M. Stallman <rms@gnu.org>
23679
23680 * custom.el (custom-declare-variable): Doc fix.
23681
23682 * dired-aux.el (dired-compare-directories): Remove "." and ".."
23683 from the alists.
23684
23685 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
23686 Do nothing if edebug-active.
23687
23688 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
23689 (edebug-display): Do it here instead.
23690
23691 2005-07-10 Richard M. Stallman <rms@gnu.org>
23692
23693 * cus-face.el (custom-theme-set-faces): Make it work.
23694 (custom-reset-faces): Doc fix.
23695 (custom-theme-reset-internal-face, custom-theme-face-value):
23696 Functions deleted.
23697
23698 * custom.el (custom-push-theme): Maintain list of the settings
23699 of a given theme in its theme-settings property.
23700 Maintain position of old settings in the theme-value
23701 or theme-face property.
23702 (custom-enabled-themes): New variable.
23703 (custom-theme-enabled-p): New function.
23704 (provide-theme): Update custom-enabled-themes.
23705 Disable and reenable the `user' theme.
23706 (require-theme): Doc fix.
23707 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
23708 (custom-theme-value, custom-theme-variable-value): Likewise.
23709 (custom-theme-reset-internal): Likewise.
23710 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
23711 (custom-enable-theme, custom-disable-theme): New functions.
23712 (custom-variable-theme-value, custom-face-theme-value): Likewise.
23713 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
23714 (custom-theme-reset-variables): Simplify.
23715 (deftheme, custom-declare-theme, custom-make-theme-feature):
23716 Definitions moved.
23717
23718 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
23719
23720 * longlines.el (longlines-show-region)
23721 (longlines-unshow-hard-newlines): Recognize hard newlines by
23722 non-nil hard property, instead of t.
23723
23724 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
23725
23726 * viper-cmd.el (viper--key-maps): New variable.
23727 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
23728 emulation-mode-map-alists.
23729 (viper-envelop-ESC-key): Use viper-subseq.
23730 (viper-search-forward/backward/next): Disable debug-on-error.
23731
23732 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
23733 (viper-ESC-key): New defcustoms.
23734
23735 * viper-macs.el (ex-map-read-args): Use viper-subseq.
23736
23737 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
23738 (viper-subseq): Copy of subseq from cl.el.
23739
23740 * viper.el (viper-go-away, viper-set-hooks): Use
23741 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
23742
23743 * viper-mous.el (viper-current-frame-saved): Use defvar.
23744
23745 * viper-init.el: Get rid of -face in face names.
23746
23747 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
23748 Make it work with longlines mode
23749
23750 * ediff-mult.el (ediff-meta-mode-hook): New variable.
23751
23752 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
23753
23754 * ediff-init.el: Get rid of -face in face names.
23755
23756 2005-07-10 Richard M. Stallman <rms@gnu.org>
23757
23758 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
23759 and with-timeout-unsuspend.
23760
23761 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
23762 and with-timeout-unsuspend.
23763
23764 * emacs-lisp/timer.el (with-timeout-timers): New variable.
23765 (with-timeout): Bind that variable to record timers.
23766 (with-timeout-suspend, with-timeout-unsuspend): New functions.
23767
23768 * emacs-lisp/debug.el (debug-help-follow): New function.
23769 (debugger-mode-map): Use that instead of help-follow.
23770 (debugger-setup-buffer): Use eval-buffer-list
23771 to handle eval-buffer frames.
23772
23773 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
23774
23775 * timezone.el (timezone-parse-date): Change first regexp
23776 so it will not mistakenly match dates with no time zone.
23777
23778 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
23779
23780 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
23781
23782 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
23783
23784 * custom.el (custom-initialize-safe-set)
23785 (custom-initialize-safe-default): New functions.
23786
23787 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
23788 and simplify :init-value.
23789
23790 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
23791 and simplify :init-value. Delete obsolete comment.
23792
23793 * startup.el (command-line): Use `custom-reevaluate-setting' to
23794 handle `tooltip-mode'. Delete obsolete comment.
23795
23796 * files.el (set-visited-file-name): Avoid calling
23797 `file-name-nondirectory' with a nil argument.
23798
23799 2005-07-09 Richard M. Stallman <rms@gnu.org>
23800
23801 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
23802 was called with nil for the buffer, handle the read position right.
23803 Handle read position for eval-region, too.
23804
23805 2005-07-09 Juri Linkov <juri@jurta.org>
23806
23807 * fringe.el (fringe-mode): Add period in docstring.
23808 (fringe-query-style): Build prompt depending on `all-frames' arg.
23809
23810 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
23811 to not create links to unrelated functions in the Help buffer.
23812
23813 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
23814 Doc fix.
23815
23816 * simple.el (next-error-hook): New variable.
23817 (next-error): Use it. Doc fix.
23818
23819 * textmodes/ispell.el (ispell-command-loop): Add current
23820 dictionary name and program name to mode-line-format.
23821 (ispell-region, ispell-process-line): Add current dictionary name
23822 and program name to messages.
23823
23824 2005-07-08 Jay Belanger <belanger@truman.edu>
23825
23826 * calc/calc.el (calc-embedded-announce-formula-alist)
23827 (calc-embedded-open-close-formula-alist)
23828 (calc-embedded-open-close-word-alist)
23829 (calc-embedded-open-close-plain-alist)
23830 (calc-embedded-open-close-new-formula-alist)
23831 (calc-embedded-open-close-mode-alist)
23832 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
23833 (calc-embedded-mode-hook): New variables.
23834
23835 * calc/calc-embed.el (calc-embedded-firsttime)
23836 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
23837 New variables.
23838 (calc-do-embedded): Use calc-embedded-firsttime,
23839 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
23840 determine whether or not to run hooks.
23841 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
23842 calc-embedded-firsttime-formula appropriately.
23843 Set calc-embedded delimiter variables according to mode.
23844
23845 2005-07-08 Richard M. Stallman <rms@gnu.org>
23846
23847 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
23848 Check for "emacs", etc., as entire symbol, not just as word.
23849 (checkdoc-file-comments-engine): Use regexp-quote on FN.
23850
23851 * files.el (set-visited-file-name): Report the error
23852 for "empty filename" earlier.
23853 (kill-some-buffers): Ignore buffers already dead.
23854
23855 * fringe.el (fringe-mode): Doc fix.
23856
23857 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
23858 Check for (featurep 'xemacs) and turn off warnings in what it guards.
23859 Use unwind-protect to ensure byte-compile-unresolved-functions
23860 is updated.
23861
23862 * whitespace.el (whitespace-buffer-leading-cleanup):
23863 Simplify w/ skip-chars-forward.
23864 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
23865
23866 * mail/rmail.el (rmail-only-expunge): Fix paren error.
23867 Unconditionally try to leave point at the same old place.
23868
23869 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
23870
23871 * comint.el (comint-postoutput-scroll-to-bottom)
23872 (comint-show-maximum-output): Take scroll-margin into consideration.
23873
23874 2005-07-08 Kim F. Storm <storm@cua.dk>
23875
23876 * ido.el (ido-use-filename-at-point): New choice `guess'.
23877 (ido-file-internal): Try ffap-guesser if selected.
23878
23879 * ido.el (ido-before-fallback-functions): New hook.
23880 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
23881 (ido-read-file-name): Run it.
23882
23883 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
23884
23885 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
23886 strings rather than a list of symbols to the completion function.
23887
23888 2005-07-07 Jay Belanger <belanger@truman.edu>
23889
23890 * calc/calc-units.el (math-apply-units): Change the places in
23891 which units are simplified.
23892
23893 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
23894
23895 * cus-edit.el (customize-option, customize-option-other-window):
23896 Make them handle aliases.
23897
23898 * custom.el (custom-variable-p): Make it recursively follow
23899 aliases. Mention that in the docstring.
23900
23901 2005-07-07 Richard M. Stallman <rms@gnu.org>
23902
23903 * cus-start.el (exec-path): Use `directory' instead of `file'.
23904 Fix tag for nil.
23905
23906 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
23907
23908 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
23909 when called non-interactively. Doc fix.
23910
23911 2005-07-07 Lute Kamstra <lute@gnu.org>
23912
23913 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
23914 new address as well.
23915
23916 2005-07-07 Kenichi Handa <handa@m17n.org>
23917
23918 * international/mule.el (make-coding-system):
23919 Describe `ascii-incompatible' property in the docstring.
23920 (set-file-name-coding-system): Signal an error if coding-system is
23921 ascii-incompatible.
23922 (set-keyboard-coding-system): Likewise.
23923
23924 * international/mule-cmds.el (set-default-coding-systems):
23925 Don't set default-file-name-coding-system and
23926 default-keyboard-coding-system if coding-system is ASCII-incompatible.
23927
23928 * international/utf-16.el: Declare that all UTF-16-based coding
23929 systems are ASCII-incompatible.
23930
23931 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
23932
23933 * progmodes/gud.el: Require font-lock for displaying errors.
23934 Used by gdb-ui.el.
23935
23936 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
23937
23938 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
23939 values for the pattern lists which are `read'able but not
23940 `append'able (like symbols).
23941
23942 2005-07-06 Richard M. Stallman <rms@gnu.org>
23943
23944 * progmodes/flymake.el (flymake-float-time): Instead of
23945 with-no-warnings, test for XEmacs.
23946 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
23947 to avoid warning.
23948
23949 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
23950
23951 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
23952
23953 2005-07-05 Lute Kamstra <lute@gnu.org>
23954
23955 * battery.el: Add support for Darwin (with much debugging help
23956 from Samuel Lauber <sam124@operamail.com>).
23957 (battery-status-function, battery-echo-area-format)
23958 (battery-mode-line-format): Add support for pmset on Darwin.
23959 (battery-load-low, battery-load-critical): New user options.
23960 (battery-pmset): New function.
23961
23962 2005-07-05 Lute Kamstra <lute@gnu.org>
23963
23964 Update FSF's address in GPL notices.
23965
23966 * textmodes/page-ext.el: Update FSF's address.
23967
23968 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
23969
23970 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
23971 filling from using prefix when filling a single-line docstring.
23972
23973 * progmodes/flymake.el: Remove useless eval-when-compile.
23974
23975 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
23976
23977 2005-07-04 Richard M. Stallman <rms@gnu.org>
23978
23979 * textmodes/org.el (org-file-apps-defaults-gnu):
23980 Rename from org-file-apps-defaults-linux.
23981 (org-default-apps): Don't test system-type for `linux'.
23982 (org-file-apps): Doc fix.
23983
23984 2005-07-04 David Ponce <david@dponce.com>
23985
23986 * tree-widget.el: Improve header Commentary section.
23987 (tree-widget) [defgroup]
23988 (tree-widget-image-enable, tree-widget-themes-directory)
23989 (tree-widget-theme, tree-widget-image-properties-emacs)
23990 (tree-widget-image-properties-xemacs, tree-widget-create-image)
23991 (tree-widget-image-formats, tree-widget-control)
23992 (tree-widget-empty-control, tree-widget-leaf-control
23993 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
23994 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
23995 (tree-widget-keep, tree-widget-after-toggle-functions)
23996 (tree-widget-open-node, tree-widget-close-node): Doc fix.
23997 (tree-widget-open-control, tree-widget-close-control): Fix doc and
23998 :help-echo message.
23999 (tree-widget-set-theme): Doc fix. Use `string-equal'.
24000 (tree-widget-image-properties): Doc fix. Clearer implementation.
24001 (tree-widget--cursors): New constant.
24002 (tree-widget-lookup-image): New function split from
24003 `tree-widget-find-image'. Clearer implementation.
24004 (tree-widget-find-image): Use it.
24005 (tree-widget-button-keymap): Use `set-keymap-parent'.
24006 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
24007 Define the sub-widgets here.
24008 (tree-widget-node): Check that :node is not a tree-widget.
24009 (tree-widget-get-super, tree-widget-open-control)
24010 (tree-widget-close-control, tree-widget-empty-control)
24011 (tree-widget-leaf-control, tree-widget-guide)
24012 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
24013 (tree-widget-no-handle, tree-widget-value-delete)
24014 (tree-widget-map): Remove.
24015 (tree-widget-children-value-save): Doc fix. Simplified.
24016 (tree-widget-value-create): Update according to previous changes.
24017
24018 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
24019
24020 * textmodes/org.el: Leading space replaced by TABS.
24021 (org-recalc-marks, org-table-rotate-recalc-marks)
24022 (org-table-get-specials): Treat "^" and "_" marks.
24023 (org-table-justify-field-maybe): Optional argument NEW.
24024 (org-table-eval-formula): Parsing of the format simplified.
24025 New modes C,I. Honor the %= parameter in the current table.
24026 Avoid unnecessary re-align by using the NEW argument to
24027 `org-table-justify-field-maybe'.
24028 (org-calc-default-modes): Default for date-format mimicks org-mode.
24029 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
24030
24031 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
24032
24033 * cus-face.el (custom-theme-set-faces): Make it handle face
24034 aliases whose alias declarations are pre- or autoloaded.
24035
24036 2005-07-04 Juri Linkov <juri@jurta.org>
24037
24038 * faces.el (read-face-name): Put the code for getting a face name
24039 from the buffer before adding the faces from the `face' property.
24040 Use `completing-read-multiple' instead of `completing-read'.
24041 Require `crm'. Add default value and post-process the returned
24042 list of faces.
24043
24044 * emacs-lisp/crm.el (crm-find-current-element)
24045 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
24046
24047 * emacs-lisp/lisp-mode.el (eval-defun-1):
24048 * emacs-lisp/edebug.el (edebug-eval-defun):
24049 Remove unnecessary quotes.
24050
24051 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
24052
24053 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
24054 (prolog-indent-level): Fix typo in docstring.
24055
24056 * info.el (Info-history, Info-history-forward)
24057 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
24058
24059 * add-log.el (add-change-log-entry):
24060 * comint.el (comint-dynamic-list-input-ring)
24061 (comint-dynamic-list-completions):
24062 * dabbrev.el (dabbrev-expand):
24063 * delim-col.el (delimit-columns-rectangle-line):
24064 * diff-mode.el (diff-context->unified, diff-reverse-direction)
24065 (diff-unified->context):
24066 * ediff-init.el (ediff-abbrev-jobname):
24067 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
24068 (ediff-replace-session-activity-marker-in-meta-buffer):
24069 * info.el (Info-summary):
24070 * lpr.el (printify-region):
24071 * printing.el (pr-create-interface):
24072 * ps-print.el (ps-print-quote):
24073 * ses.el (ses-column-widths, ses-print-cell)
24074 (ses-adjust-print-width, ses-center):
24075 * shell.el (shell-file-name-quote-list):
24076 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
24077 (strokes-fill-current-buffer-with-whitespace)
24078 (strokes-xpm-for-stroke, strokes-list-strokes)
24079 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
24080 * term.el (term-dynamic-list-input-ring)
24081 (term-dynamic-list-completions):
24082 * calc/calc.el (math-format-stack-value):
24083 * emacs-lisp/edebug.el (edebug-display-freq-count):
24084 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
24085 (delphi-new-comment-line):
24086 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
24087 * progmodes/executable.el (executable-set-magic):
24088 * progmodes/python.el (inferior-python-mode):
24089 * progmodes/scheme.el (scheme-mode-syntax-table):
24090 * progmodes/sh-script.el (sh-maybe-here-document):
24091 * progmodes/sql.el (sql-copy-column):
24092 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
24093 * textmodes/bibtex.el (bibtex-mode):
24094 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
24095 (sgml-auto-attributes):
24096 * textmodes/table.el (table-insert, table-shorten-cell)
24097 (table--generate-source-scan-lines, table-delete-row)
24098 (*table--cell-delete-char, table--spacify-frame)
24099 (table--horizontally-shift-above-and-below)
24100 (table--cell-insert-char, table--cell-blank-str)
24101 (table--fill-region-strictly):
24102 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
24103 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
24104
24105 * add-log.el (change-log):
24106 * apropos.el (apropos):
24107 * comint.el (comint-completion, comint-source):
24108 * dabbrev.el (dabbrev):
24109 * delim-col.el (columns):
24110 * diff-mode.el (diff-mode):
24111 * ediff.el (ediff):
24112 * ediff-diff.el (ediff-diff):
24113 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
24114 * ediff-mult.el (ediff-mult):
24115 * ediff-ptch.el (ediff-ptch):
24116 * ediff-wind.el (ediff-window):
24117 * facemenu.el (facemenu):
24118 * indent.el (indent):
24119 * info.el (info):
24120 * jka-cmpr-hook.el (compression, jka-compr):
24121 * lpr.el (lpr):
24122 * outline.el (outlines):
24123 * pcmpl-cvs.el (pcmpl-cvs):
24124 * pcmpl-rpm.el (pcmpl-rpm):
24125 * printing.el (printing):
24126 * ps-print.el (postscript, ps-print, ps-print-horizontal)
24127 (ps-print-vertical, ps-print-headers, ps-print-font)
24128 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
24129 (ps-print-background, ps-print-printer, ps-print-page)
24130 (ps-print-miscellany):
24131 * ses.el (ses):
24132 * shell.el (shell, shell-directories, shell-faces):
24133 * startup.el (initialization):
24134 * strokes.el (strokes):
24135 * term.el (term):
24136 * uniquify.el (uniquify):
24137 * w32-vars.el (w32):
24138 * calc/calc.el (calc):
24139 * emacs-lisp/bytecomp.el (bytecomp):
24140 * emacs-lisp/cl-indent.el (lisp-indent):
24141 * emacs-lisp/edebug.el (edebug):
24142 * emacs-lisp/elp.el (elp):
24143 * emacs-lisp/testcover.el (testcover):
24144 * emacs-lisp/trace.el (trace):
24145 * emulation/viper-ex.el (viper-ex):
24146 * emulation/viper-mous.el (viper-mouse):
24147 * mail/mailalias.el (mailalias):
24148 * mail/supercite.el (supercite, supercite-frames)
24149 (supercite-attr, supercite-cite, supercite-hooks):
24150 * net/rcompile.el (remote-compile):
24151 * net/rlogin.el (rlogin):
24152 * obsolete/ooutline.el (outlines):
24153 * progmodes/delphi.el (delphi):
24154 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
24155 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
24156 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
24157 (ebnf-optimization):
24158 * progmodes/etags.el (etags):
24159 * progmodes/executable.el (executable):
24160 * progmodes/idlwave.el (idlwave):
24161 * progmodes/pascal.el (pascal):
24162 * progmodes/prolog.el (prolog):
24163 * progmodes/python.el (python):
24164 * progmodes/scheme.el (scheme):
24165 * progmodes/sh-script.el (sh, sh-script):
24166 * progmodes/sql.el (SQL):
24167 * progmodes/tcl.el (tcl):
24168 * textmodes/bibtex.el (bibtex, bibtex-autokey):
24169 * textmodes/enriched.el (enriched):
24170 * textmodes/makeinfo.el (makeinfo):
24171 * textmodes/sgml-mode.el (sgml):
24172 * textmodes/table.el (table-hooks):
24173 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
24174 * textmodes/texinfo.el (texinfo):
24175 * textmodes/two-column.el (two-column):
24176 Finish `defgroup' description with period.
24177
24178 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
24179 * eshell/esh-var.el (eshell-var):
24180 * progmodes/vhdl-mode.el (vhdl-testbench):
24181 * textmodes/org.el (org): Fix typos in docstrings.
24182
24183 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
24184 consistency.
24185
24186 * progmodes/flymake.el (flymake-find-file): Remove.
24187 (flymake-float-time): Use `with-no-warnings'.
24188 (flymake-check-start-time, flymake-check-was-interrupted)
24189 (flymake-err-info, flymake-is-running, flymake-last-change-time)
24190 (flymake-new-err-info): `defvar' at compile time.
24191
24192 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
24193
24194 * replace.el (occur-hook): Doc fix.
24195 (occur-1): Don't call `occur-hook' if there are no matches.
24196
24197 2005-07-03 Richard M. Stallman <rms@gnu.org>
24198
24199 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
24200 global-map, save the same map.
24201 (global-map): Don't alter it at top level.
24202 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
24203 Then alter it here instead.
24204 (tpu-edt-off): Set global-map to the saved one.
24205
24206 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
24207 All references simplified.
24208 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
24209 (zmacs-regions): Add defvar.
24210 (repeat-complex-command-map): Everything about that deleted.
24211
24212 * textmodes/artist.el (artist-key-is-drawing)
24213 (artist-key-endpoint1, artist-key-poly-point-list)
24214 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
24215 (artist-key-compl-table, artist-rb-save-data)
24216 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
24217 Don't put them in eval-when-compile.
24218 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
24219
24220 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
24221 Use with-no-warnings.
24222
24223 * net/browse-url.el (dos-windows-version): Add defvar.
24224
24225 * mail/supercite.el (filladapt-prefix-table): Add defvar.
24226
24227 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
24228 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
24229 (rmail-new-summary-line-count): Rename from new-summary-line-count.
24230 Add defvar.
24231 (rmail-summary-beginning-of-message): Use with-no-warnings.
24232 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
24233
24234 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
24235 Use with-no-warnings.
24236
24237 * emulation/vi.el (vi-mark-region): Use c-mark-function.
24238 (c-mark-function): Add point-moving-unit property.
24239 (vi-goto-line): Use with-no-warnings.
24240
24241 * emulation/edt.el (edt-last-copied-word): Add defvar.
24242 (zmacs-region-stays): Likewise.
24243 (edt-mark-section-wisely): Use c-mark-function for C.
24244 Use makr-defun for Fortran.
24245 (time-string): defvar deleted.
24246 (edt-display-the-time): Don't set time-string.
24247
24248 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
24249
24250 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
24251 Don't warn when name is not constant
24252 or for defining the group `emacs'.
24253
24254 * tooltip.el (gud-tooltip-mode): Add defvar.
24255
24256 * startup.el (default-frame-background-mode): Add defvar.
24257
24258 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
24259
24260 * info.el (tool-bar-map): Add defvar.
24261
24262 * dired.el (dnd-protocol-alist): Add defvar.
24263
24264 * dired-aux.el (dired-query): Display question with answer, when
24265 the user answers.
24266
24267 * custom.el (custom-add-option): Doc fix.
24268
24269 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
24270
24271 2005-07-03 Eli Zaretskii <eliz@gnu.org>
24272
24273 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
24274 bogus name from the last change.
24275
24276 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
24277
24278 * custom.el (custom-declare-variable): Fix typos in comment.
24279 (custom-known-themes): Doc fix.
24280 (custom-theme-directory): New defcustom.
24281 (require-theme): Make it check `custom-theme-directory'.
24282
24283 * cus-theme.el (custom-new-theme-mode): New function.
24284 (custom-theme-name, custom-theme-variables, custom-theme-faces)
24285 (custom-theme-description): Add compiler defvars.
24286 (customize-create-theme): Add doc to the "*New Custom Theme*"
24287 buffer. Use `custom-new-theme-mode'.
24288 (custom-theme-write): Put the created buffer in emacs-lisp-mode
24289 and save it to the `custom-theme-directory'. Make this the
24290 default directory of the buffer.
24291
24292 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
24293
24294 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
24295 Fix unbalanced parentheses.
24296
24297 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
24298
24299 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
24300 into flymake-mode and delegate to flymake-mode.
24301
24302 * find-file.el (ff-which-function-are-we-in): Clean up.
24303
24304 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
24305
24306 * replace.el (occur-rename-buffer): Fix docstring.
24307
24308 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
24309 (edt-last-copied-word, edt-learn-macro-count)
24310 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
24311 (edt-rect-start-point, edt-user-global-map, rect-start-point)
24312 (time-string, zmacs-region-stays):
24313 * emulation/edt-mapper.el (edt-save-function-key-map)
24314 (EDT-key-name): `defvar' to silence the byte-compiler.
24315
24316 2005-07-02 Martin Rudalics <rudalics@gmx.at>
24317
24318 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
24319 font-lock-regexp-backslash. Doc fix.
24320 (font-lock-regexp-backslash-grouping-construct): Rename from
24321 font-lock-regexp-backslash-construct. Doc fix.
24322 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
24323 grouping constructs.
24324
24325 2005-07-02 Eli Zaretskii <eliz@gnu.org>
24326
24327 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
24328 updating all the prerequisites.
24329
24330 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
24331
24332 * textmodes/org.el (org-agenda-start-on-weekday)
24333 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
24334 (org-agenda-use-time-grid, org-archive-location)
24335 (org-allow-space-in-links, org-usenet-links-prefer-google)
24336 (org-enable-table-editor, org-export-default-language)
24337 (org-export-html-show-new-buffer, org-fill-paragraph)
24338 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
24339 (org-goto-quit, org-occur, org-eval-in-calendar)
24340 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
24341 (org-agenda-diary-entry, org-remember-help)
24342 (org-table-convert-region, org-at-table-p)
24343 (org-table-move-row-down, org-table-move-row-up)
24344 (org-table-copy-region, org-table-toggle-vline-visibility)
24345 (org-table-get-stored-formulas, org-table-get-specials)
24346 (org-recalc-commands, org-table-eval-formula)
24347 (org-table-formula-substitute-names, orgtbl-make-binding)
24348 (org-format-org-table-html, org-format-table-table-html)
24349 (org-format-table-table-html-using-table-generate-source)
24350 (org-customize): Fix typos in docstrings.
24351 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
24352 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
24353 (org-back-to-heading): Doc fixes.
24354 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
24355 (org-agenda-change-all-lines, org-get-header):
24356 Improve argument/docstring consistency.
24357 (orgtbl-error): Fix error message.
24358
24359 * progmodes/flymake.el (flymake-find-possible-master-files)
24360 (flymake-master-file-compare, flymake-get-line-err-count)
24361 (flymake-highlight-line, flymake-gui-warnings-enabled):
24362 Fix typos in docstrings.
24363 (flymake-parse-line, flymake-get-project-include-dirs-function)
24364 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
24365 Doc fixes.
24366 (flymake-get-project-include-dirs-function)
24367 (flymake-make-err-menu-data):
24368 Improve argument/docstring consistency.
24369
24370 2005-07-01 Lute Kamstra <lute@gnu.org>
24371
24372 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
24373 Catch errors with ignore-errors. Use temporary buffer.
24374 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
24375
24376 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
24377 background color faces.
24378 (facemenu-set-foreground, facemenu-set-background):
24379 Use facemenu-set-face-from-menu.
24380 (facemenu-set-face-from-menu): Treat face names that start with
24381 "fg:" or "bg:" as special.
24382 (facemenu-add-new-color): Don't create faces. Simplify.
24383
24384 2005-06-30 Richard M. Stallman <rms@gnu.org>
24385
24386 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
24387 (crm-find-current-element): Likewise.
24388
24389 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
24390
24391 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
24392
24393 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
24394
24395 * arc-mode.el (archive-extract): Make it work as a mouse binding.
24396 (archive-mouse-extract): Make it an obsolete alias.
24397 (archive-mode-map): Don't use archive-mouse-extract any more.
24398 (archive-mode, archive-extract): write-contents-hooks ->
24399 write-contents-functions.
24400 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
24401 first arg.
24402 (archive-rename-entry): Update the call.
24403 (archive-zip-summarize): Remove unused var `method'.
24404 (archive-lzh-summarize): Remove unused var `creator'.
24405
24406 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
24407 dedicated frame upon exit.
24408
24409 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
24410 (archive-zip-extract, archive-zip-expunge)
24411 (archive-zip-update, archive-zip-update-case): Use executable-find.
24412 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
24413 Use restore-buffer-modified-p.
24414 (archive-extract, archive-add-new-member, archive-write-file-member):
24415 Use with-current-buffer.
24416 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
24417
24418 2005-06-30 Andreas Schwab <schwab@suse.de>
24419
24420 * progmodes/gud.el (gud-filter): Remove unneeded progn.
24421
24422 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
24423
24424 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
24425
24426 2005-06-30 Juri Linkov <juri@jurta.org>
24427
24428 * faces.el (vertical-border): Inherit from mode-line-inactive
24429 only on tty.
24430
24431 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
24432
24433 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
24434 example, -NLINES in the `occur' docstring).
24435
24436 * replace.el (occur-1): When no matches are found, do not set the
24437 `buffer-read-only' and modified flags for the occur buffer,
24438 because it is deleted.
24439
24440 * emulation/cua-base.el (cua-check-pending-input)
24441 (cua-repeat-replace-region, cua-mode, cua-debug)
24442 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
24443 Fix typos in docstrings.
24444
24445 * emulation/cua-gmrk.el (cua-toggle-global-mark)
24446 (cua-cut-region-to-global-mark)
24447 (cua--cut-rectangle-to-global-mark):
24448 Remove period from end of messages.
24449
24450 * emulation/cua-rect.el (cua-do-rectangle-padding):
24451 Remove period from end of messages.
24452 (cua--rectangle-seq-format): Fix typo in docstring.
24453 (cua-sequence-rectangle, cua-fill-char-rectangle):
24454 Improve argument/docstring consistency.
24455
24456 2005-06-29 Juri Linkov <juri@jurta.org>
24457
24458 * faces.el (default-frame-background-mode): New internal variable.
24459 (frame-set-background-mode): Use it.
24460
24461 * startup.el (normal-top-level): Set default-frame-background-mode
24462 instead of frame-background-mode. Before setting it, test for its
24463 nil value. Remove tests for frame-background-mode and frame
24464 parameter `reverse'. Add test for "unspecified-fg".
24465
24466 * term/xterm.el (xterm-rxvt-set-background-mode):
24467 * term/rxvt.el (rxvt-set-background-mode):
24468 Set default-frame-background-mode instead of frame-background-mode.
24469
24470 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
24471
24472 * simple.el (set-variable): Warn about obsolete user variables.
24473
24474 * imenu.el (imenu--completion-buffer):
24475 * mouse.el (mouse-buffer-menu-alist):
24476 * msb.el (msb-invisible-buffer-p):
24477 * calendar/diary-lib.el (diary-header-line-format):
24478 * emacs-lisp/pp.el (pp-buffer):
24479 * progmodes/cperl-mode.el (cperl-do-auto-fill):
24480 * textmodes/picture.el (picture-replace-match):
24481 Change space constants followed by a sexp to "?\s ".
24482
24483 * play/decipher.el (decipher-loop-with-breaks):
24484 * textmodes/texinfo.el (texinfo-insert-@item): Change space
24485 constants "protected" from end of line by a comment to "?\s".
24486
24487 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
24488
24489 * font-lock.el (save-buffer-state): Use `declare'.
24490
24491 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
24492 reset the syntax-table to cperl-mode-syntax-table.
24493 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
24494 "foo_print_bar" is not matched as a reserved keyword.
24495
24496 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
24497
24498 * textmodes/org.el (orgtbl-setup): New function, for delayed
24499 setup for the orgtbl commands.
24500 (org-calc-default-modes): New option.
24501 (orgtbl-make-binding): Use `defun' to get better help display.
24502 (org-diary): Call `org-compile-prefix-format'.
24503 (org-table-formula-substitute-names): New function.
24504 (org-agenda-day-view, org-agenda-week-view): New commands.
24505 (org-agenda-toggle-week-view): Command removed.
24506 (org-tbl-menu): Split off from org-org-menu.
24507 (org-mode): Move removal of outline-mode menus to here.
24508 (org-table-formula-debug): New option.
24509 (org-table-insert-row): Keep first field if just "#" or "*".
24510 (org-mode): Paragraph regexps fixed.
24511 (org-table-recalculate-regexp): New constant.
24512 (org-table-justify-field-maybe): Avoid replace if not necessary.
24513 (org-copy-special, org-cut-special): Use `call-interactively'.
24514 (org-table-copy-region): Take region from `interactive' call.
24515 (org-trim): Return string even if no match.
24516 (org-formula): New face.
24517 (org-set-font-lock-defaults): No longer highlight "FIXME".
24518 But highlight formula-related fields in table.
24519 (org-table-p): Use regexp, not fontification.
24520 (org-table-align): Handle white space at end of line.
24521 (org-table-formula-evaluate-inline): New option.
24522 (org-mode): Auto-wrapping in comment lines turned off.
24523 (org-table-copy-down): Evaluate only in copied field, not in
24524 destination.
24525 (org-table-current-formula): Variable removed.
24526 (org-table-store-formulas, org-table-get-stored-formulas)
24527 (org-table-modify-formulas, org-table-replace-in-formulas)
24528 (org-table-maybe-eval-formula): New functions.
24529 (org-table-get-formula): Modify to use stored formulas.
24530 (org-table-insert-column, org-table-delete-column)
24531 (org-table-move-column): Call `org-table-modify-formulas'.
24532 (org-complete): Add completion for keyword formulas.
24533 (orgtbl-mode): Pull orgtbl-mode-map to start of
24534 minor-mode-map-alist.
24535
24536 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
24537
24538 * progmodes/python.el (python-check): Require `compile' before
24539 modifying its variables.
24540
24541 * newcomment.el (comment-indent-default): Don't get fooled by an early
24542 end of buffer.
24543
24544 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24545
24546 * ps-print.el (ps-print-version): Fix version number.
24547
24548 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
24549
24550 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
24551
24552 2005-06-28 Richard M. Stallman <rms@gnu.org>
24553
24554 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
24555 (flyspell-local-mouse-map): Declaration deleted.
24556 (flyspell-mouse-map): Bind only mouse-2.
24557 (flyspell-mode-map): Don't test flyspell-use-local-map.
24558 (flyspell-overlay-keymap-property-name): Var deleted.
24559 (flyspell-mode-on): Don't make local bindings for
24560 flyspell-mouse-map and flyspell-mode-map.
24561 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
24562
24563 * textmodes/ispell.el (ispell-word): Do not ignore short words.
24564
24565 * progmodes/compile.el (compilation-next-error-function):
24566 Don't switch buffers; operate on the current buffer.
24567
24568 * progmodes/compile.el (compilation-error-file-name)
24569 (compilation-warning-file-name, compilation-info-file-name)
24570 (compilation-line-number, compilation-column-number): New faces.
24571 (compilation-error-face, compilation-warning-face)
24572 (compilation-info-face, compilation-line-face)
24573 (compilation-column-face): Use them.
24574
24575 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
24576
24577 * comint.el (comint-password-prompt-regexp): Accept ", try again".
24578
24579 * bindings.el (global-map): Bind insertchar and its variants.
24580
24581 2005-06-27 Richard M. Stallman <rms@gnu.org>
24582
24583 * textmodes/artist.el (artist-text-overwrite)
24584 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
24585
24586 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24587
24588 * ps-print.el: It was not working the page selection for printing.
24589 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
24590 (ps-print-version): New version 6.6.7.
24591 (ps-end-sheet): New fun.
24592 (ps-header-sheet, ps-end-job): Call it.
24593
24594 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
24595
24596 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
24597
24598 2005-06-27 Lute Kamstra <lute@gnu.org>
24599
24600 * facemenu.el (facemenu-unlisted-faces): Add foreground and
24601 background color faces.
24602 (facemenu-get-face): Delete function.
24603 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
24604 (facemenu-add-new-color): Make second argument mandatory.
24605 Create the appropriate face and return it. Simplify.
24606 (facemenu-set-foreground, facemenu-set-background): Don't check if
24607 color is defined. Use return value of facemenu-add-new-color.
24608
24609 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
24610
24611 * progmodes/gud.el (gud-filter): Add missing argument to
24612 with-selected-window.
24613
24614 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
24615
24616 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
24617 a :require to the defcustom.
24618
24619 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
24620 defcustoms corresponding to minor modes.
24621
24622 2005-06-26 David Ponce <david@dponce.com>
24623
24624 * recentf.el: Require tree-widget instead of wid-edit.
24625 (recentf-filename-handler): Fix widget :type.
24626 (recentf-cancel-dialog, recentf-open-more-files)
24627 (recentf-open-files-action): Doc fix.
24628 (recentf-dialog-goto-first): New function.
24629 (recentf-dialog-mode-map): Set parent keymap first.
24630 (recentf-dialog-mode): Define with define-derived-mode.
24631 Don't display continuation lines in dialogs.
24632 (recentf-edit-list): Rename from recentf-edit-selected-items.
24633 (recentf-edit-list-select): Rename from recentf-edit-list-action.
24634 Simplify.
24635 (recentf-edit-list-validate): New function.
24636 (recentf-edit-list): Update accordingly.
24637 (recentf-open-files-item-shift): Remove.
24638 (recentf-open-files-item): Convert menu elements into tree and
24639 link widgets. Don't create the widgets.
24640 (recentf-open-files): Update accordingly.
24641 (recentf-save-list): Untabify.
24642
24643 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
24644
24645 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
24646 (keep-lines): Add INTERACTIVE arg. Never delete lines only
24647 partially contained in the active region. Do not take active
24648 region into account when called from Lisp, unless INTERACTIVE arg
24649 is non-nil. Use `forward-line' instead of `beginning-of-line' to
24650 avoid trouble with fields. Make marker point nowhere when no
24651 longer used. Always return nil. Doc fix.
24652 (flush-lines): Add INTERACTIVE arg. Do not take active region
24653 into account when called from Lisp, unless INTERACTIVE arg is
24654 non-nil. Use `forward-line' instead of `beginning-of-line' to
24655 avoid trouble with fields. Make marker point nowhere when no
24656 longer used. Always return nil. Doc fix.
24657 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
24658 interchangeable. Do not take active region into account when
24659 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
24660 message in echo area when called from Lisp, unless INTERACTIVE arg
24661 is non-nil. Avoid saying "1 occurrences". Do not use markers.
24662 Return the number of matches. Doc fix.
24663 (occur): Doc fix.
24664 (perform-replace): Make comment follow double space convention for
24665 the sake of `outline-minor-mode'.
24666
24667 * faces.el (facep): Doc fix.
24668
24669 2005-06-25 Richard M. Stallman <rms@gnu.org>
24670
24671 * facemenu.el (facemenu-enable-faces-p): New function.
24672 (facemenu-background-menu, facemenu-foreground-menu)
24673 (facemenu-face-menu): Add menu-enable property.
24674
24675 * jka-compr.el (jka-compr-insert-file-contents):
24676 Special handling if cannot find the uncompression program.
24677
24678 * cus-face.el (custom-face-attributes): Add autoload.
24679
24680 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24681 Bind comment-indent-function locally.
24682
24683 * window.el (save-selected-window): Use save-current-buffer.
24684
24685 * subr.el (with-selected-window): Use save-current-buffer.
24686
24687 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
24688 and with-current-buffer.
24689
24690 2005-06-24 Richard M. Stallman <rms@gnu.org>
24691
24692 * simple.el (line-move-1): Fix previous change.
24693
24694 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
24695
24696 * replace.el (occur-1): Set `buffer-read-only' and the
24697 buffer-modified flag before running `occur-hook' to protect
24698 against unintentional buffer switches that can lead to data loss.
24699
24700 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
24701
24702 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
24703 (gud-gdb-marker-filter): Use font-lock-warning-face for any
24704 initial error.
24705
24706 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
24707 after fresh input.
24708 (gdb-var-create-handler): Put name of expression in quotes.
24709
24710 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
24711
24712 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
24713 elements of RING in order, and without bogus nil elements.
24714
24715 2005-06-23 Richard M. Stallman <rms@gnu.org>
24716
24717 * simple.el (set-variable): Args renamed; doc fix.
24718 (line-move-1): When there are overlays around, use vertical-motion.
24719
24720 * faces.el (escape-glyph): Use brown against light background.
24721 (nobreak-space): Rename from no-break-space.
24722 Fix previous change.
24723
24724 * dired-aux.el (dired-do-copy): Fix arg prompt.
24725
24726 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
24727
24728 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
24729
24730 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
24731 rather than "Distributor".
24732
24733 2005-06-23 Lute Kamstra <lute@gnu.org>
24734
24735 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
24736 (debug-on-entry): Use it. New interactive declaration that uses
24737 function-called-at-point.
24738
24739 2005-06-23 Kim F. Storm <storm@cua.dk>
24740
24741 * subr.el (save-match-data): Add comment about using evaporate arg
24742 to set-match-data.
24743
24744 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
24745
24746 * cus-edit.el (customize-face)
24747 (customize-face-other-window): Handle face aliases.
24748
24749 * faces.el (face-documentation, set-face-attribute)
24750 (face-spec-set): Handle face aliases.
24751
24752 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
24753
24754 * help-mode.el (help-make-xrefs): If a symbol representing a face
24755 name is not followed by the word "face", it could still be a
24756 function or variable name, so don't bypass other checks.
24757
24758 2005-06-22 Juri Linkov <juri@jurta.org>
24759
24760 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
24761 Replace aliased functions with calls where second arg `inherit' is t.
24762
24763 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
24764
24765 * progmodes/gdb-ui.el (gdb-error): New variable.
24766 (gdb-error): New function.
24767 (gdb-annotation-rules): Act on error-begin and error annotations.
24768 (gdb-concat-output): Use font-lock-warning-face for errors.
24769
24770 2005-06-22 Miles Bader <miles@gnu.org>
24771
24772 * bindings.el (propertized-buffer-identification): Use renamed
24773 `Buffer-menu-buffer' face.
24774
24775 * faces.el (vertical-border): Rename from `vertical-divider'.
24776 (escape-glyph): Change dark-background color back to `cyan'.
24777
24778 2005-06-21 Juri Linkov <juri@jurta.org>
24779
24780 * faces.el (face-user-default-spec): Try getting `customized-face'
24781 prior to `saved-face'.
24782 (frame-background-mode): Refill docstring.
24783
24784 * emacs-lisp/lisp-mode.el (eval-defun-1):
24785 * emacs-lisp/edebug.el (edebug-eval-defun):
24786 Set `saved-face' temporarily to nil before calling form.
24787 Set `customized-face' to the new spec after that.
24788
24789 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
24790
24791 * subr.el (1value, lambda, key-substitution-in-progress):
24792 Doc fixes.
24793
24794 * autoinsert.el (auto-insert-alist):
24795 * ses.el (ses-call-printer):
24796 * subr.el (noreturn):
24797 * emacs-lisp/lisp.el (check-parens):
24798 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
24799 * net/browse-url.el (browse-url-mosaic):
24800 * progmodes/cc-defs.el (c-safe-scan-lists):
24801 * progmodes/ebnf-abn.el (ebnf-abn-lex):
24802 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
24803 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
24804 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
24805 * progmodes/ebnf-iso.el (ebnf-iso-lex):
24806 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
24807
24808 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
24809
24810 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
24811
24812 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
24813
24814 * calendar/appt.el (appt-make-list): Activate the package, if
24815 not already active (for backwards compatibility).
24816
24817 2005-06-20 Kim F. Storm <storm@cua.dk>
24818
24819 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
24820
24821 2005-06-20 Miles Bader <miles@gnu.org>
24822
24823 * faces.el (vertical-divider): New face.
24824
24825 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
24826
24827 * simple.el (kill-whole-line): Doc fix.
24828 (next-error-buffer-p, next-error-find-buffer)
24829 (clone-indirect-buffer): Fix typos in docstrings.
24830 (comment-line-break-function): Doc fix: don't say variable
24831 is automatically buffer-local (it isn't).
24832
24833 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
24834
24835 * net/tramp-ftp.el (top):
24836 * net/tramp-smb.el (top):
24837 * net/tramp-util.el (top):
24838 * net/tramp-uu.el (top):
24839 * net/tramp-vc.el (top):
24840 * net/tramp.el (top): Revert copyright years back to original
24841 ones. Tramp has a life outside GNU Emacs.
24842
24843 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
24844
24845 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
24846
24847 2005-06-18 Juri Linkov <juri@jurta.org>
24848
24849 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
24850 end of first regexp to limit the match to the position between
24851 line number and source line with same separator character as used
24852 between file name and line number. In the second regexp limit
24853 mouse-face area to file name and line number by adding new group
24854 for them and referring it in HYPERLINK arg.
24855 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
24856 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
24857 previous line where grep markers may be already removed.
24858
24859 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
24860
24861 * progmodes/ps-mode.el: Update version and maintainer's email address.
24862
24863 2005-06-18 Steve Youngs <steve@xemacs.org>
24864
24865 * net/browse-url.el (browse-url-browser-function)
24866 (browse-url-default-browser): Add firefox.
24867 (browse-url-firefox-program, browse-url-firefox-arguments)
24868 (browse-url-firefox-startup-arguments)
24869 (browse-url-firefox-new-window-is-tab): New defcustoms.
24870 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
24871
24872 2005-06-17 Richard M. Stallman <rms@gnu.org>
24873
24874 * startup.el (command-line): Warn if specified user name has
24875 no home directory.
24876
24877 * term.el (term-get-old-input, term-input-filter, term-input-sender)
24878 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
24879
24880 * longlines.el (longlines-mode, longlines-show-hard-newlines):
24881 Doc fixes.
24882
24883 * faces.el (underline): Try bold if terminal doesn't support underline.
24884
24885 * mail/sendmail.el (mail-setup-with-from): New variable.
24886 (mail-insert-from-field): New function.
24887 (sendmail-send-it): Call it.
24888 (mail-setup): Optionally call it here.
24889
24890 * term/linux.el: Call tty-no-underline.
24891
24892 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
24893
24894 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
24895
24896 2005-06-17 Miles Bader <miles@gnu.org>
24897
24898 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
24899 (ediff-current-diff-C, ediff-current-diff-Ancestor)
24900 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
24901 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
24902 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
24903 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
24904 Remove "-face" suffix from face names.
24905 (ediff-current-diff-face-A, ediff-current-diff-face-B)
24906 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
24907 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
24908 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
24909 (ediff-even-diff-face-A, ediff-even-diff-face-B)
24910 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
24911 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
24912 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
24913 New backward-compatibility aliases for renamed faces.
24914 (ediff-current-diff-face-A, ediff-current-diff-face-B)
24915 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
24916 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
24917 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
24918 (ediff-even-diff-face-A, ediff-even-diff-face-B)
24919 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
24920 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
24921 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
24922 Use renamed ediff faces.
24923
24924 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
24925 Remove "-face" suffix from face names.
24926 (eshell-test-ok-face, eshell-test-failed-face):
24927 New backward-compatibility aliases for renamed faces.
24928 (eshell-run-test): Use renamed eshell-test faces.
24929
24930 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
24931 face name.
24932 (eshell-prompt-face): New backward-compatibility alias for renamed
24933 face.
24934 (eshell-emit-prompt): Use renamed eshell-prompt face.
24935
24936 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
24937 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
24938 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
24939 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
24940 Remove "-face" suffix from face names.
24941 (eshell-ls-directory-face, eshell-ls-symlink-face)
24942 (eshell-ls-executable-face, eshell-ls-readonly-face)
24943 (eshell-ls-unreadable-face, eshell-ls-special-face)
24944 (eshell-ls-missing-face, eshell-ls-archive-face)
24945 (eshell-ls-backup-face, eshell-ls-product-face)
24946 (eshell-ls-clutter-face):
24947 New backward-compatibility aliases for renamed faces.
24948 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
24949
24950 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
24951 Remove "-face" suffix from face name.
24952 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
24953 instead of literal face.
24954
24955 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
24956
24957 * emacs-lisp/warnings.el (display-warning, lwarn)
24958 (warning-minimum-log-level): Doc fixes.
24959 (warning-minimum-level, warning-minimum-log-level):
24960 Add :debug to :type choices.
24961
24962 * progmodes/ada-mode.el (ada-format-paramlist)
24963 (ada-get-indent-case, ada-check-matching-start)
24964 (ada-check-defun-name, ada-goto-matching-decl-start)
24965 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
24966 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
24967 (ada-make-subprogram-body): Follow error conventions.
24968 (ada-case-exception-file, ada-indent-comment-as-code)
24969 (ada-indent-handle-comment-special, ada-indent-renames)
24970 (ada-indent-return, ada-search-directories-internal)
24971 (ada-tab-policy, ada-case-exception-substring)
24972 (ada-other-file-alist, ada-matching-start-re)
24973 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
24974 (ada-imenu-generic-expression, ada-compile-goto-error)
24975 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
24976 (ada-popup-menu, ada-add-extensions, ada-mode)
24977 (ada-region-selected, ada-create-case-exception)
24978 (ada-create-case-exception-substring, ada-after-keyword-p)
24979 (ada-activate-keys-for-case, ada-adjust-case-region)
24980 (ada-adjust-case-buffer, ada-format-paramlist)
24981 (ada-scan-paramlist, ada-insert-paramlist)
24982 (ada-indent-newline-indent)
24983 (ada-indent-newline-indent-conditional)
24984 (ada-justified-indent-current, ada-goto-previous-word)
24985 (ada-indent-current, ada-get-indent-open-paren)
24986 (ada-get-indent-paramlist, ada-get-indent-end)
24987 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
24988 (ada-get-indent-block-start, ada-get-indent-subprog)
24989 (ada-get-indent-noindent, ada-get-indent-label)
24990 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
24991 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
24992 (ada-goto-stmt-end, ada-goto-next-word)
24993 (ada-check-matching-start, ada-check-defun-name)
24994 (ada-goto-matching-decl-start, ada-goto-matching-start)
24995 (ada-goto-matching-end, ada-search-ignore-string-comment)
24996 (ada-in-decl-p, ada-looking-at-semi-or)
24997 (ada-looking-at-semi-private, ada-in-paramlist-p)
24998 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
24999 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
25000 (ada-next-procedure, ada-previous-procedure, ada-next-package)
25001 (ada-previous-package, ada-create-menu)
25002 (ada-fill-comment-paragraph-justify)
25003 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
25004 (ada-other-file-name, ada-last-which-function-line)
25005 (ada-last-which-function-subprog, ada-which-function)
25006 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
25007 (ada-gen-treat-proc, ada-check-emacs-version)
25008 (ada-continuation-indent, ada-align-region-separate):
25009 Fix typos in docstrings.
25010 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
25011
25012 2005-06-16 Lute Kamstra <lute@gnu.org>
25013
25014 * simple.el (fundamental-mode): Run after-change-major-mode-hook
25015 conditionally.
25016
25017 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
25018
25019 * comint.el (comint-replace-by-expanded-filename)
25020 (comint-prompt-regexp, comint-delimiter-argument-list)
25021 (comint-preinput-scroll-to-bottom):
25022 * info.el (Info-hide-cookies-node):
25023 * ls-lisp.el (ls-lisp-classify):
25024 * find-file.el (ff-search-directories, ff-special-constructs)
25025 (ff-find-other-file):
25026 * font-lock.el (font-lock-keywords):
25027 * shell.el (shell-prompt-pattern)
25028 (shell-dynamic-complete-functions, shell-mode)
25029 (shell-delimiter-argument-list):
25030 * term.el (term-replace-by-expanded-filename)
25031 (term-prompt-regexp, term-delimiter-argument-list):
25032 * woman.el (woman-ignore, woman0-if):
25033 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
25034 * emacs-lisp/elint.el (elint-init-env):
25035 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
25036 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
25037 * language/ethio-util.el (ethio-tilde-escape)
25038 (ethio-use-three-dot-question):
25039 * net/zone-mode.el (zone-mode-load-time-setup):
25040 * progmodes/cc-align.el (c-lineup-argcont):
25041 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
25042 * progmodes/cperl-mode.el (cperl-set-style-back):
25043 * progmodes/inf-lisp.el (inferior-lisp-prompt):
25044 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
25045 Fix spellings in docstrings.
25046
25047 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
25048 * progmodes/modula2.el (m2-for): Fix spellings.
25049
25050 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
25051
25052 * simple.el (undo-more): Don't use `format' on `error' arguments.
25053 Improve argument/docstring consistency.
25054 (pending-undo-list): Doc fix.
25055
25056 * smerge-mode.el (smerge-ensure-match):
25057 * emulation/vip.el (vip-ex):
25058 * net/zone-mode.el (zone-mode-update-serial):
25059 * progmodes/idlwave.el (idlwave-complete):
25060 * progmodes/vhdl-mode.el (vhdl-visit-file)
25061 (vhdl-compose-wire-components):
25062 Don't use `format' on `error' arguments.
25063
25064 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
25065 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
25066 (tooltip-help-tips): Fix typos in docstrings.
25067
25068 2005-06-16 David Ponce <david@dponce.com>
25069
25070 * tree-widget.el (tree-widget-value-create): Simplify last change.
25071
25072 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
25073
25074 * ido.el (ido-incomplete-regexp): New variable.
25075 (ido-set-matches-1): Handle invalid-regexp error and set
25076 ido-incomplete-regexp.
25077 (ido-incomplete-regexp): New face.
25078 (ido-completions): Use it.
25079 (ido-complete, ido-exit-minibuffer, ido-completions):
25080 Handle incomplete regexps.
25081 (ido-completions): Add check for complete match when entering a regexp.
25082
25083 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
25084
25085 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
25086
25087 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25088
25089 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
25090 by field delimiters.
25091
25092 2005-06-15 David Ponce <david@dponce.com>
25093
25094 * tree-widget.el: eval-and-compile inlined functions so they will
25095 be available at run-time too.
25096 (tree-widget-super-format-handler)
25097 (tree-widget-format-handler): Remove.
25098 (tree-widget-value-create): Handle the :indent property.
25099
25100 2005-06-15 Miles Bader <miles@gnu.org>
25101
25102 * progmodes/which-func.el (which-func): Only inherit
25103 `font-lock-function-name-face' when that makes sense against the
25104 default mode-line face, otherwise set the face color explicitly.
25105
25106 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
25107 faces instead of (non-existent) variables.
25108
25109 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
25110
25111 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
25112 (iswitchb-get-matched-buffers): Likewise. Simplify.
25113
25114 2005-06-14 Miles Bader <miles@gnu.org>
25115
25116 * progmodes/ld-script.el (ld-script-location-counter):
25117 Remove "-face" suffix from face name.
25118 (ld-script-location-counter-face):
25119 New backward-compatibility alias for renamed face.
25120 (ld-script-location-counter-face): Use renamed face.
25121
25122 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
25123 (cperl-hash): Remove "-face" suffix from face names.
25124 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
25125 New backward-compatibility aliases for renamed faces.
25126 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
25127 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
25128
25129 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
25130 name.
25131 (which-func-face): New backward-compatibility alias for renamed face.
25132 (which-func-format): Use renamed which-func face.
25133
25134 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
25135 (vhdl-function, vhdl-directive, vhdl-reserved-word)
25136 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
25137 names.
25138 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
25139 (vhdl-speedbar-configuration, vhdl-speedbar-package)
25140 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
25141 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
25142 (vhdl-speedbar-architecture-selected)
25143 (vhdl-speedbar-configuration-selected)
25144 (vhdl-speedbar-package-selected)
25145 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
25146 names.
25147 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
25148 Use renamed faces.
25149 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
25150 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
25151 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
25152 Use renamed faces.
25153 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
25154 names.
25155 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
25156 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
25157 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
25158 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
25159 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
25160 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
25161
25162 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
25163 face name.
25164 (sh-heredoc-face): New backward-compatibility alias for renamed face.
25165 (sh-heredoc-face): Use renamed sh-heredoc face.
25166
25167 * progmodes/idlw-help.el (idlwave-help-link):
25168 Remove "-face" suffix from face name.
25169 (idlwave-help-link-face):
25170 New backward-compatibility alias for renamed face.
25171 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
25172
25173 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
25174 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
25175 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
25176 New backward-compatibility aliases for renamed faces.
25177 (idlwave-shell-disabled-breakpoint-face)
25178 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
25179
25180 * progmodes/flymake.el (flymake-errline, flymake-warnline):
25181 Remove "-face" suffix from face names.
25182 (flymake-errline-face, flymake-warnline-face):
25183 New backward-compatibility aliases for renamed faces.
25184 (flymake-highlight-line): Use renamed flymake faces.
25185
25186 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
25187 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
25188 (ebrowse-member-class, ebrowse-progress):
25189 Remove "-face" suffix from face names.
25190 (ebrowse-tree-mark-face, ebrowse-root-class-face)
25191 (ebrowse-file-name-face, ebrowse-default-face)
25192 (ebrowse-member-attribute-face, ebrowse-member-class-face)
25193 (ebrowse-progress-face):
25194 New backward-compatibility aliases for renamed faces.
25195 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
25196 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
25197 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
25198 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
25199
25200 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
25201 antlr-syntax)
25202 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
25203 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
25204 names.
25205 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
25206 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
25207 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
25208 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
25209 backward-compatibility aliases for renamed faces.
25210 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
25211 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
25212 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
25213 remove "font-lock-". Use renamed antlr-mode faces.
25214 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
25215 literal face-names with face variable references.
25216
25217 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
25218 face name.
25219 (Buffer-menu-buffer-face): New backward-compatibility alias for
25220 renamed face.
25221 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
25222
25223 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
25224
25225 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
25226 Eliminate "-face" suffix.
25227 (makefile-targets): Inherit from font-lock-function-name-face and
25228 eliminate "-face" suffix.
25229 (makefile-shell): Remove attributes and eliminate "-face" suffix.
25230 (makefile-*-font-lock-keywords): Append makefile-targets in rule
25231 actions, instead of prepending, to make it less visible.
25232 (makefile-previous-dependency, makefile-match-dependency):
25233 Don't match a target on a continuation line.
25234
25235 * files.el (auto-mode-alist): Put Makefile in gmake mode.
25236
25237 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
25238
25239 * progmodes/gdb-ui.el (menu): Re-order menu items.
25240 (gdb-tooltip-print): Respect tooltip-use-echo-area.
25241
25242 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
25243 Define in tooltip.el.
25244 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
25245 (gud-tooltip-tips): Respect tooltip-use-echo-area and
25246 gud-tooltip-echo-area.
25247
25248 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
25249 backward compatibility and make obsolete.
25250 (tooltip-help-tips): Use tooltip-use-echo-area.
25251 (tooltip-show-help-function): Rename to...
25252 (tooltip-show-help): ...this, because it is a function.
25253 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
25254
25255 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
25256
25257 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
25258 (edebug-print-length, edebug-print-level, edebug-print-circle)
25259 (edebug-modify-breakpoint, edebug-eval-last-sexp)
25260 (edebug-eval-print-last-sexp): Doc fixes.
25261
25262 2005-06-14 Kim F. Storm <storm@cua.dk>
25263
25264 * ido.el (ido-mode): Make a new keymap every time we enable ido,
25265 as the coverage buffer/file/both may change.
25266
25267 2005-06-14 Lute Kamstra <lute@gnu.org>
25268
25269 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
25270 and run-mode-hooks. Simplify.
25271
25272 * mail/rmailedit.el (rmail-edit-mode):
25273 * progmodes/octave-inf.el (inferior-octave-mode):
25274 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
25275
25276 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
25277 and run-mode-hooks.
25278 (recentf-edit-list, recentf-open-files): Don't call
25279 kill-all-local-variables directly.
25280
25281 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
25282
25283 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
25284
25285 * emacs-lisp/byte-run.el (make-obsolete)
25286 (define-obsolete-function-alias): Rename arguments FUNCTION and
25287 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
25288 (make-obsolete-variable, define-obsolete-variable-alias):
25289 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
25290 respectively.
25291
25292 * isearchb.el (isearchb-activate):
25293 * pcvs.el (cvs-mode):
25294 * ses.el (ses-load):
25295 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
25296 * net/tramp.el (tramp-find-file-exists-command)
25297 (tramp-find-shell):
25298 * progmodes/ada-mode.el (ada-create-case-exception)
25299 (ada-create-case-exception-substring, ada-make-subprogram-body):
25300 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
25301 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
25302 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
25303 * textmodes/org.el (org-promote, org-evaluate-time-range)
25304 (org-agenda-next-date-line, org-agenda-previous-date-line)
25305 (org-agenda-error, org-open-at-point, org-table-move-row)
25306 (org-format-table-table-html-using-table-generate-source)
25307 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
25308 * textmodes/reftex.el (reftex-access-scan-info):
25309 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
25310 (reftex-toc-promote-prepare): Follow error conventions.
25311
25312 * diff-mode.el (diff-mode): Fix typo in docstring.
25313
25314 * forms.el (forms--intuit-from-file): Fix reference to
25315 `forms-number-of-fields' in error message.
25316 (forms-print): Fix quoting in error message.
25317
25318 * forms.el (forms-mode):
25319 * emulation/vi.el (vi-goto-insert-state):
25320 * progmodes/flymake.el (flymake-new-err-info)
25321 (flymake-start-syntax-check-for-current-buffer)
25322 (flymake-simple-cleanup):
25323 * eshell/esh-var.el (eshell/export):
25324 * progmodes/gud.el (xdb):
25325 * textmodes/flyspell.el (flyspell-incorrect-hook)
25326 (flyspell-maybe-correct-transposition)
25327 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
25328
25329 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
25330
25331 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
25332 minibuffer prompt.
25333
25334 2005-06-13 Kim F. Storm <storm@cua.dk>
25335
25336 * subr.el (add-to-ordered-list): New defun.
25337
25338 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
25339 add cua--keymap-alist to emulation-mode-map-alists.
25340
25341 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
25342
25343 * subr.el (complete-in-turn): New macro.
25344 (dynamic-completion-table, lazy-completion-table): Add debug info.
25345
25346 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
25347 in preference to face aliases.
25348
25349 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
25350 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
25351 Remove unused vars `start' and `firstline'.
25352 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
25353 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
25354
25355 2005-06-13 Eli Zaretskii <eliz@gnu.org>
25356
25357 * cus-start.el (all): Don't complain about missing GTK-related
25358 variables, unless either `gtk' is boundp or this isn't a
25359 `windows-nt' build.
25360
25361 2005-06-13 Lute Kamstra <lute@gnu.org>
25362
25363 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
25364 run-mode-hooks.
25365
25366 * ediff-mult.el (ediff-meta-mode):
25367 * ediff-util.el (ediff-mode): Use run-mode-hooks.
25368
25369 * ledit.el (ledit-mode): Use delay-mode-hooks.
25370
25371 * woman.el (woman-mode-line-format): Delete constant.
25372 (woman-mode-map): Initialize it properly.
25373 (woman-mode): Set mode-class property to special.
25374 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
25375 Set major-mode and mode-name. Don't set mode-line-format directly.
25376 (Man-getpage-in-background): Don't reference woman-mode-line-format.
25377
25378 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
25379 string argument obsolete.
25380
25381 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
25382
25383 * textmodes/org.el (org-CUA-compatible): New option.
25384 (org-disputed-keys): New variable.
25385 (org-key): New function.
25386 (orgtbl-make-binding): Add docstring to the created function.
25387 (org-mode): Set paragraph start/separate regexps.
25388 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
25389 (org-archive-location, org-archive-mark-done)
25390 (org-archive-stamp-time): New options.
25391 (org-archive-subtree): New command.
25392 (org-fill-paragraph): New function.
25393 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
25394 (org-fake-empty-table-line): Function removed.
25395 (org-format-org-table-html): Do not create empty table lines at
25396 separator lines. Improved table header treatment.
25397 (org-link-format): New option.
25398 (org-make-link): New function.
25399 (org-insert-link, org-store-link): Use org-make-link.
25400 (org-open-file): Quote file name for shell command, to allow
25401 spaces in file names.
25402 (org-link-regexp): Fix bug with mailto link.
25403 (org-link-maybe-angles-regexp, org-protected-link-regexp):
25404 New constants.
25405 (org-export-as-html): Deal with the optional angles around a link.
25406 Better treatment of file: links.
25407 (org-open-at-point): Replace @{ and @} with < and >.
25408 (org-run-mode-hooks): Function removed.
25409 (org-agenda-mode): No longer use `org-run-mode-hooks'.
25410
25411 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
25412
25413 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
25414 MI command -data-list-register-values.
25415 (gdb-post-prompt): Indent properly.
25416
25417 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
25418
25419 * hilit-chg.el (highlight-changes-colors): Rename from
25420 `highlight-changes-colours'.
25421 (highlight-changes-colours): Keep as obsolete alias.
25422 (highlight-changes-face-list): Doc fix.
25423 (hilit-chg-make-list): Use `highlight-changes-colors'.
25424
25425 2005-06-12 Mark A. Hershberger <mah@everybody.org>
25426
25427 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
25428 defun-prompt-regexp.
25429
25430 2005-06-12 Eli Zaretskii <eliz@gnu.org>
25431
25432 * loadup.el: Don't say we are dumping under 2 names on windows-nt
25433 and cygwin.
25434
25435 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
25436 Don't use an old loaddefs.el, as in Makefile.in.
25437
25438 2005-06-12 Lute Kamstra <lute@gnu.org>
25439
25440 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
25441
25442 * man.el (Man-mode-map): Initialize it properly.
25443 (Man-mode): Set mode-class property to special.
25444
25445 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
25446
25447 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
25448
25449 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
25450 A newline is needed in the docstring there.
25451
25452 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
25453 Doc fixes.
25454
25455 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25456
25457 * printing.el: Doc fix. The menubar is no more changed when printing
25458 is loaded, it only changes when pr-menu-bind or pr-update-menus is
25459 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
25460 (pr-version): New version number (6.8.4).
25461 (pr-menu-bind): New command.
25462 (pr-update-menus): Docstring and code fix.
25463 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
25464 Docstring fix.
25465 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
25466 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
25467
25468 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
25469
25470 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
25471 "Returns" to "return", document useful return values, etc.
25472
25473 2005-06-11 Alan Mackenzie <acm@muc.de>
25474
25475 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
25476 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
25477 (adaptive-file-function): Minor amendment to doc-string.
25478
25479 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
25480
25481 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
25482 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
25483 Fix :type--it is `integer', not `string'.
25484
25485 * faces.el (modeline-highlight): Rename from (the erroneous)
25486 `modeline-higilight'.
25487
25488 2005-06-11 Lute Kamstra <lute@gnu.org>
25489
25490 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
25491 lisp-interaction-mode-map but make it the parent.
25492 (edebug-eval-mode): Use define-derived-mode.
25493
25494 2005-06-11 Andreas Schwab <schwab@suse.de>
25495
25496 * bindings.el: Add binding of `ESC functionkey' for every
25497 `M-functionkey'.
25498 * hexl.el (hexl-mode-map): Likewise.
25499
25500 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
25501
25502 * progmodes/compile.el (compilation-error-regexp-alist-alist)
25503 [msft]: update regexp for newer msft compilers.
25504
25505 2005-06-10 Mark A. Hershberger <mah@everybody.org>
25506
25507 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
25508 ATTLIST portions of included DTDs.
25509 (xml-parse-dtd): Eliminate use of inefficient match-data.
25510
25511 2005-06-10 Miles Bader <miles@gnu.org>
25512
25513 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
25514 (mpuz-text): Remove "-face" suffix from face names.
25515 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
25516 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
25517 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
25518
25519 * play/gomoku.el (gomoku-O, gomoku-X):
25520 Remove "-face" suffix from face names.
25521 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
25522 New backward-compatibility aliases for renamed faces.
25523 (gomoku-font-lock-keywords): Use renamed gomoku faces.
25524
25525 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
25526
25527 * thumbs.el: Fixes for changes of 2005-06-09.
25528 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
25529 as a directory.
25530 (thumbs-thumbname): Remove directory separator from format string;
25531 `thumbs-thumbsdir' now returns a valid directory name.
25532 (thumbs-temp-dir): New defsubst.
25533 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
25534 Use it.
25535
25536 * cus-edit.el (minibuffer):
25537 * files.el (make-backup-file-name-function):
25538 * filesets.el (filesets-external-viewers):
25539 * hilit-chg.el (highlight-changes-colours)
25540 (highlight-changes-face-list, highlight-changes-rotate-faces):
25541 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
25542 * kmacro.el (kmacro-call-macro):
25543 * log-edit.el (log-edit-changelog-full-paragraphs):
25544 * mouse.el (mouse-1-click-follows-link):
25545 * skeleton.el (skeleton-autowrap):
25546 * subr.el (insert-for-yank-1):
25547 * tempo.el (tempo-insert-region):
25548 * terminal.el (terminal-emulator):
25549 * time.el (display-time-mail-face):
25550 * vc.el (vc-annotate):
25551 * vcursor.el (vcursor-copy-line):
25552 * woman.el (woman-bold-headings, woman-ignore)
25553 (woman-default-faces, woman-monochrome-faces):
25554 * calendar/todo-mode.el (todo-insert-threshold):
25555 * emulation/pc-select.el (pc-select-selection-keys-only)
25556 (pc-selection-mode):
25557 * emulation/vip.el (vip-find-char-forward):
25558 * emulation/viper-cmd.el (viper-find-char-forward):
25559 * international/mule-cmds.el
25560 (select-safe-coding-system-accept-default-p)
25561 (input-method-exit-on-invalid-key):
25562 * international/mule-diag.el (describe-coding-system):
25563 * international/ucs-tables.el (unify-8859-on-encoding-mode):
25564 * net/browse-url.el (browse-url-xterm-program):
25565 * obsolete/lazy-lock.el (lazy-lock-mode):
25566 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
25567 (cperl-mode):
25568 * progmodes/cpp.el (cpp-face-light-name-list)
25569 (cpp-face-dark-name-list):
25570 * progmodes/delphi.el (delphi-newline-always-indents):
25571 Fix spellings in docstrings.
25572
25573 * ido.el (ido-mode, ido-file-extensions-order)
25574 (ido-default-file-method, ido-default-buffer-method)
25575 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
25576 (ido-decorations, ido-read-file-name-as-directory-commands)
25577 (ido-read-file-name-non-ido, ido-work-directory-list)
25578 (ido-ignore-item-temp-list, ido-current-directory)
25579 (ido-magic-forward-char, ido-enter-find-file)
25580 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
25581 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
25582
25583 2005-06-10 Lute Kamstra <lute@gnu.org>
25584
25585 * play/dunnet.el (dun-mode): Use define-derived-mode.
25586 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
25587 obsolete alias.
25588
25589 * play/doctor.el (doctor-mode-map): Remove defvar.
25590 (doctor-mode): Use define-derived-mode.
25591
25592 * mail/mspools.el (mspools-mode):
25593 * net/eudc-hotlist.el (eudc-hotlist-mode):
25594 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
25595
25596 2005-06-10 Miles Bader <miles@gnu.org>
25597
25598 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
25599 Remove "-face" suffix from face names.
25600 (flyspell-incorrect-face, flyspell-duplicate-face):
25601 New backward-compatibility aliases for renamed faces.
25602 (flyspell-mode-on, make-flyspell-overlay)
25603 (flyspell-highlight-incorrect-region)
25604 (flyspell-highlight-duplicate-region)
25605 (flyspell-display-next-corrections)
25606 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
25607
25608 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
25609 from face name.
25610 (texinfo-heading-face): New backward-compatibility alias for
25611 renamed face.
25612 (texinfo-heading-face): Use renamed texinfo-heading face.
25613
25614 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
25615 suffix from face names.
25616 (tex-math-face, tex-verbatim-face):
25617 New backward-compatibility aliases for renamed faces.
25618 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
25619 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
25620 literal face name.
25621
25622 * textmodes/table.el (table-cell): Remove "-face" suffix from face
25623 name.
25624 (table-cell-face): New backward-compatibility alias for renamed face.
25625 (table--put-cell-face-property, table--update-cell-face):
25626 Use renamed table-cell face.
25627
25628 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
25629 from face name.
25630 (sgml-namespace-face): New backward-compatibility alias for
25631 renamed face.
25632 (sgml-namespace-face): Use renamed sgml-namespace face.
25633
25634 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
25635 (org-level-4, org-level-5, org-level-6, org-level-7)
25636 (org-level-8, org-warning, org-headline-done)
25637 (org-deadline-announce, org-scheduled-today)
25638 (org-scheduled-previously, org-link, org-done, org-table)
25639 (org-time-grid): Remove "-face" suffix from face names.
25640 (org-level-1-face, org-level-2-face, org-level-3-face)
25641 (org-level-4-face, org-level-5-face, org-level-6-face)
25642 (org-level-7-face, org-level-8-face, org-warning-face)
25643 (org-headline-done-face, org-deadline-announce-face)
25644 (org-scheduled-today-face, org-scheduled-previously-face)
25645 (org-link-face, org-done-face, org-table-face)
25646 (org-time-grid-face):
25647 New backward-compatibility aliases for renamed faces.
25648 (org-level-faces, org-set-font-lock-defaults, org-timeline)
25649 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
25650 (org-agenda-get-timestamps, org-agenda-get-scheduled)
25651 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
25652
25653 * emulation/viper-init.el (viper-search, viper-replace-overlay)
25654 (viper-minibuffer-emacs, viper-minibuffer-insert)
25655 (viper-minibuffer-vi): Remove "-face" suffix from face names.
25656 (viper-search-face, viper-replace-overlay-face)
25657 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
25658 (viper-minibuffer-vi-face):
25659 New backward-compatibility aliases for renamed faces.
25660 (viper-search-face, viper-replace-overlay-face)
25661 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
25662 (viper-minibuffer-vi-face): Use renamed viper faces.
25663
25664 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
25665 Remove "-face" suffix from face names.
25666 (testcover-nohits-face, testcover-1value-face):
25667 New backward-compatibility aliases for renamed faces.
25668 (testcover-mark): Use renamed testcover faces.
25669
25670 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
25671 face name.
25672 (diary-button-face): New backward-compatibility alias for renamed face.
25673 (diary-entry): Use renamed diary-button face.
25674
25675 * calendar/calendar.el (diary, calendar-today, holiday)
25676 (mark-visible-calendar-date): Remove "-face" suffix from face names.
25677 (diary-face, calendar-today-face, holiday-face):
25678 New backward-compatibility aliases for renamed faces.
25679 (eval-after-load "facemenu", diary-entry-marker)
25680 (calendar-today-marker, calendar-holiday-marker, diary-face):
25681 Use renamed calendar faces.
25682
25683 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
25684 (compare-windows-face): New backward-compatibility alias for
25685 renamed face.
25686 (compare-windows-highlight): Use renamed compare-windows face.
25687
25688 * strokes.el (strokes-char): Remove "-face" suffix from face name.
25689 (strokes-char-face): New backward-compatibility alias for renamed face.
25690 (strokes-encode-buffer): Use renamed strokes-char face.
25691
25692 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
25693 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
25694 Remove "-face" suffix from face names.
25695 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
25696 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
25697 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
25698 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
25699 Use renamed pcvs faces.
25700 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
25701 * pcvs-defs.el (cvs-mode-map): Likewise.
25702 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
25703
25704 * info.el (info-title-1, info-title-2, info-title-3)
25705 (info-title-4): Remove "-face" suffix from and downcase face names.
25706 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
25707 (Info-title-4-face):
25708 New backward-compatibility aliases for renamed faces.
25709 (Info-fontify-node): Use renamed info faces.
25710
25711 * hilit-chg.el (highlight-changes, highlight-changes-delete):
25712 Remove "-face" suffix from face names.
25713 (highlight-changes-face, highlight-changes-delete-face):
25714 New backward-compatibility aliases for renamed faces.
25715 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
25716 (hilit-chg-make-list): Use renamed highlight-changes faces.
25717
25718 * generic-x.el (show-tabs-tab, show-tabs-space):
25719 Remove "-face" suffix from face names.
25720 (show-tabs-tab-face, show-tabs-space-face):
25721 New backward-compatibility aliases for renamed faces.
25722 (show-tabs-generic-mode-font-lock-defaults-1)
25723 (show-tabs-generic-mode-font-lock-defaults-2):
25724 Use renamed show-tabs faces.
25725
25726 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
25727 (smerge-markers): Remove "-face" suffix from face names.
25728 (smerge-mine-face, smerge-other-face, smerge-base-face)
25729 (smerge-markers-face):
25730 New backward-compatibility aliases for renamed faces.
25731 (smerge-mine-face, smerge-other-face, smerge-base-face)
25732 (smerge-markers-face): Use renamed smerge faces.
25733
25734 * log-view.el (log-view-file, log-view-message): Remove "-face"
25735 suffix from face names.
25736 (log-view-file-face, log-view-message-face):
25737 New backward-compatibility aliases for renamed faces.
25738 (log-view-file-face, log-view-message-face): Use renamed log-view
25739 faces.
25740
25741 * paren.el (show-paren-match, show-paren-mismatch):
25742 Remove "-face" suffix from face names.
25743 (show-paren-match-face, show-paren-mismatch-face):
25744 New backward-compatibility aliases for renamed faces.
25745 (show-paren-function): Use renamed show-paren faces.
25746
25747 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
25748 (ruler-mode-margins, ruler-mode-fringes)
25749 (ruler-mode-column-number, ruler-mode-fill-column)
25750 (ruler-mode-comment-column, ruler-mode-goal-column)
25751 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
25752 suffix from face names.
25753 (ruler-mode-default-face, ruler-mode-pad-face)
25754 (ruler-mode-margins-face, ruler-mode-fringes-face)
25755 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
25756 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
25757 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
25758 New backward-compatibility aliases for renamed faces.
25759 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
25760 (ruler-mode-column-number, ruler-mode-fill-column)
25761 (ruler-mode-comment-column, ruler-mode-goal-column)
25762 (ruler-mode-tab-stop, ruler-mode-current-column)
25763 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
25764 faces.
25765
25766 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
25767 face name.
25768 (whitespace-highlight-the-space): Use renamed face.
25769 (whitespace-highlight-face): New backward-compatibility alias for
25770 renamed face.
25771
25772 * woman.el (woman-italic, woman-bold, woman-unknown)
25773 (woman-addition, woman-symbol-face):
25774 Remove "-face" suffix from face names.
25775 (woman-italic-face, woman-bold-face, woman-unknown-face)
25776 (woman-addition-face):
25777 New backward-compatibility aliases for renamed faces.
25778 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
25779 (woman-decode-region, woman-replace-match)
25780 (woman-display-extended-fonts, woman-special-characters)
25781 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
25782 Use renamed woman faces.
25783
25784 * longlines.el (longlines-visible-face): Face removed.
25785
25786 * diff-mode.el (diff-header, diff-file-header, diff-index)
25787 (diff-hunk-header, diff-removed, diff-added, diff-changed)
25788 (diff-function, diff-context, diff-nonexistent): Remove "-face"
25789 suffix from face names.
25790 (diff-header-face, diff-file-header-face, diff-index-face)
25791 (diff-hunk-header-face, diff-removed-face, diff-added-face)
25792 (diff-changed-face, diff-function-face, diff-context-face)
25793 (diff-nonexistent-face): New backward-compatibility aliases for
25794 renamed faces.
25795 (diff-header-face, diff-file-header-face)
25796 (diff-index, diff-index-face, diff-hunk-header)
25797 (diff-hunk-header-face, diff-removed, diff-removed-face)
25798 (diff-added, diff-added-face, diff-changed-face, diff-function)
25799 (diff-function-face, diff-context-face, diff-nonexistent)
25800 (diff-nonexistent-face): Use renamed diff-mode faces.
25801
25802 * progmodes/compile.el (compilation-warning-face)
25803 (compilation-info-face): Remove "-face" suffix from face names.
25804 (compilation-warning-face, compilation-info-face):
25805 New backward-compatibility aliases for renamed faces.
25806 (compilation-warning-face, compilation-info-face):
25807 Use renamed compilation faces.
25808
25809 * add-log.el (change-log-date, change-log-name)
25810 (change-log-email, change-log-file, change-log-list)
25811 (change-log-conditionals, change-log-function)
25812 (change-log-acknowledgement): Remove "-face" suffix from face names.
25813 (change-log-date-face, change-log-name-face)
25814 (change-log-email-face, change-log-file-face)
25815 (change-log-list-face, change-log-conditionals-face)
25816 (change-log-function-face, change-log-acknowledgement-face):
25817 New backward-compatibility aliases for renamed faces.
25818 (change-log-font-lock-keywords): Use renamed change-log faces.
25819
25820 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
25821 (custom-set, custom-changed, custom-saved, custom-button)
25822 (custom-button-pressed, custom-documentation, custom-state)
25823 (custom-comment, custom-comment-tag, custom-variable-tag)
25824 (custom-variable-button, custom-face-tag, custom-group-tag-1)
25825 (custom-group-tag): Remove "-face" suffix from face names.
25826 (custom-magic-alist, custom-magic-value-create)
25827 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
25828 (custom-invalid-face, custom-rogue-face, custom-modified-face)
25829 (custom-set-face, custom-changed-face, custom-saved-face)
25830 (custom-button-face, custom-button-pressed-face)
25831 (custom-documentation-face, custom-state-face)
25832 (custom-comment-face, custom-comment-tag-face)
25833 (custom-variable-tag-face, custom-variable-button-face)
25834 (custom-face-tag-face, custom-group-tag-face-1)
25835 (custom-group-tag-face):
25836 New backward-compatibility aliases for renamed faces.
25837
25838 * wid-edit.el (widget-documentation, widget-button)
25839 (widget-field, widget-single-line-field, widget-inactive)
25840 (widget-button-pressed): "-face" suffix removed from face names.
25841 (widget-documentation-face, widget-button-face)
25842 (widget-field-face, widget-single-line-field-face)
25843 (widget-inactive-face, widget-button-pressed-face):
25844 New backward-compatibility aliases for renamed faces.
25845 (widget-documentation-face, widget-button-face)
25846 (widget-button-pressed-face, widget-specify-field)
25847 (widget-specify-inactive): Use renamed widget faces.
25848
25849 2005-06-10 Kenichi Handa <handa@m17n.org>
25850
25851 * term/x-win.el (x-clipboard-yank): Remove condition-case
25852 wrapping.
25853
25854 2005-06-11 Kenichi Handa <handa@m17n.org>
25855
25856 * add-log.el (change-log-font-lock-keywords): Make the regexp for
25857 date lines stricter.
25858
25859 2005-06-10 Zhang Wei <id.brep@gmail.com>
25860
25861 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
25862 of x-get-selection.
25863
25864 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
25865
25866 * comint.el (comint-mode, comint-snapshot-last-prompt):
25867 * frame.el (frame-current-scroll-bars):
25868 * term.el (term-mode, term-check-proc, term-input-sender)
25869 (term-simple-send, term-extract-string, term-word)
25870 (term-match-partial-filename):
25871 * window.el (window-current-scroll-bars):
25872 * emulation/cua-base.el (cua-normal-cursor-color)
25873 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
25874 (cua-global-mark-cursor-color):
25875 * mail/undigest.el (rmail-forward-separator-regex):
25876 Fix typos in docstrings.
25877
25878 * comint.el (comint-check-proc, make-comint-in-buffer)
25879 (comint-source-default): Doc fixes.
25880
25881 * term.el (term-send-string): Improve argument/docstring consistency.
25882
25883 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
25884
25885 * comint.el (comint-send-input): Bind `inhibit-read-only' around
25886 call to `delete-region'.
25887 (comint-mode-hook): Do not enable Font Lock by default.
25888
25889 2005-06-09 Lute Kamstra <lute@gnu.org>
25890
25891 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
25892 could be void.
25893
25894 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
25895
25896 * emacs-lisp/debug.el (debugger-will-be-back): New var.
25897 (debug): Use it.
25898 (debugger-step-through, debugger-continue, debugger-jump)
25899 (debugger-return-value): Set it when needed.
25900 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
25901 Use inhibit-read-only.
25902
25903 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
25904
25905 * window.el (shrink-window-if-larger-than-buffer)
25906 (window-size-fixed): Fix typo in docstring.
25907
25908 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
25909 thumbnails directory on loading.
25910 (thumbs-conversion-program): Use `eq' to check the system type,
25911 not `equal'.
25912 (thumbs-temp-dir): Initialize to `temporary-file-directory',
25913 not "/tmp". Fix docstring.
25914 (thumbs-thumbsdir): New function to return the thumbnails
25915 directory, creating it if needed.
25916 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
25917 (thumbs-temp-file): Delete variable and make it into a function.
25918 (thumbs-resize-image, thumbs-modify-image): Use it.
25919 (thumbs-kill-buffer): Simplify.
25920 (thumbs-gensym): Defalias or duplicate CL `gensym'.
25921 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
25922 docstrings.
25923
25924 2005-06-09 Kim F. Storm <storm@cua.dk>
25925
25926 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
25927 set-match-data to free markers in match-data.
25928
25929 * replace.el (replace-match-data): Pass RESEAT arg `t' to
25930 match-data to unchain markers in match-data.
25931
25932 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
25933
25934 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
25935 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
25936 unnecessary now.
25937
25938 2005-06-08 Richard M. Stallman <rms@gnu.org>
25939
25940 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
25941 give the variable a doc string that doesn't say don't set it directly.
25942
25943 * textmodes/ispell.el (ispell-check-version):
25944 Use match-string-no-properties.
25945 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
25946 (ispell-buffer-local-words): Likewise.
25947
25948 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
25949 except on terminals with enough colors to really display it.
25950 (makefile-dependency-regex): Delete spurious `bb'.
25951
25952 * faces.el (escape-glyph): Use blue once again in last case.
25953 (no-break-space): Redefine so that it isn't invisible on a tty.
25954
25955 2005-06-08 Kim F. Storm <storm@cua.dk>
25956
25957 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
25958 also when reading directory name.
25959
25960 2005-06-08 Lute Kamstra <lute@gnu.org>
25961
25962 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
25963 (flyspell-mode-line-string): Remove autoload cookie.
25964 (flyspell-mode): Remove defvar.
25965
25966 2005-06-07 Lute Kamstra <lute@gnu.org>
25967
25968 * textmodes/org.el (org-run-mode-hooks): New function.
25969 (org-agenda-mode): Use it.
25970
25971 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
25972
25973 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
25974
25975 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
25976
25977 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
25978
25979 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
25980
25981 * font-lock.el (font-lock-add-keywords): Doc fix.
25982
25983 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
25984
25985 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
25986 (tex-compile-default): In the absence of any history, use the order in
25987 tex-compile-alist to choose the preferred command.
25988 (tex-compile-commands): Reorder a bit.
25989
25990 * textmodes/flyspell.el (flyspell-auto-correct-binding)
25991 (flyspell-incorrect-face, flyspell-duplicate-face):
25992 Use (X)Emacs-agnostic code.
25993 (flyspell-mode-map): Don't overwrite at each load. Remove code
25994 redundant with the subsequent add-minor-mode. Merge Emacs and
25995 XEmacs code.
25996 (flyspell-word): Minor simplification.
25997 (flyspell-math-tex-command-p): Quieten the byte-compiler.
25998 (flyspell-external-point-words): Remove unused vars `size' and `start'.
25999 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
26000 Merge the corresponding Emacs code.
26001 (flyspell-correct-word, flyspell-xemacs-popup):
26002 Use flyspell-do-correct.
26003
26004 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
26005 a dedicated window.
26006
26007 * international/latexenc.el (latexenc-find-file-coding-system):
26008 Undo part of last patch, to turn off a compiler warning.
26009
26010 2005-06-06 Juri Linkov <juri@jurta.org>
26011
26012 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
26013 Rename `tmm-inactive-face' to `tmm-inactive'.
26014
26015 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
26016
26017 * iswitchb.el: Rename faces.
26018
26019 2005-06-06 Kim F. Storm <storm@cua.dk>
26020
26021 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
26022 (cua-global-mark): Remove -face suffix from face names.
26023
26024 * emulation/cua-gmrk.el (cua--init-global-mark):
26025 Remove cua-global-mark face setup.
26026
26027 2005-06-06 Richard M. Stallman <rms@gnu.org>
26028
26029 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
26030 just like other allowed characters.
26031 (makefile-match-dependency): Exclude leading and training whitespace
26032 from the range of regexp subexp 1.
26033 (makefile-macroassign-regex): Don't try to match the body,
26034 just the name of the macro being defined.
26035
26036 * info.el (Info-read-node-name-2): New function.
26037 (Info-read-node-name-1): Use that.
26038 Add a completion-base-size-function property.
26039
26040 * simple.el (completion-setup-function): Look for
26041 completion-base-size-function property of minibuffer-completion-table.
26042
26043 * files.el (locate-file-completion): Doc fix.
26044
26045 * printing.el: Don't call pr-update-menus; user must do that.
26046
26047 * emacs-lisp/debug.el (debugger-window): New variable.
26048 (debug): Use debugger-window if it is set and still alive.
26049 Record debugger-window for next entry.
26050
26051 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
26052
26053 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
26054
26055 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
26056 (hack-one-local-variable, hack-local-variables)
26057 (hack-local-variables-prop-line): Pass that arg.
26058
26059 2005-06-06 Kim F. Storm <storm@cua.dk>
26060
26061 * ido.el (ido-first-match, ido-only-match, ido-subdir)
26062 (ido-indicator): Remove -face suffix from face names.
26063
26064 2005-06-06 Juri Linkov <juri@jurta.org>
26065
26066 * font-lock.el (font-lock-regexp-backslash)
26067 (font-lock-regexp-backslash-construct): New faces.
26068 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
26069 after `('. Add `while-no-input' to control structures.
26070
26071 * faces.el (no-break-space, shadow): New faces.
26072 (escape-glyph): Use less loud colors pink2 and red4.
26073
26074 * diff-mode.el (diff-context-face)
26075 * dired.el (dired-ignored)
26076 * rfn-eshadow.el (file-name-shadow)
26077 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
26078
26079 * info.el (Info-title-1-face): Use green instead of yellow because
26080 bold yellow is not readable on light backgrounds.
26081
26082 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
26083 before selecting the desired mode to not spend time fontifying
26084 old contents.
26085
26086 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
26087
26088 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
26089 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
26090
26091 * ps-print.el (ps-default-fg, ps-default-bg):
26092 Fix typos in docstrings.
26093
26094 * isearchb.el (isearchb): Don't pass a spurious second argument to
26095 `iswitchb-completions'.
26096
26097 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
26098
26099 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
26100 to preserve point.
26101 (gdb-find-file-hook): Add doc string.
26102
26103 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
26104 C dereferenced pointer expression.
26105 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
26106
26107 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
26108
26109 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
26110 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
26111 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
26112 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
26113 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
26114 Make background transparent.
26115
26116 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
26117
26118 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
26119 (font-lock-remove-keywords): Doc fix.
26120 (font-lock-mode-major-mode): Compiler defvar.
26121 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
26122
26123 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
26124 (font-lock-mode): Update `font-lock-mode-major-mode'.
26125 (font-lock-set-defaults): Compiler defvar.
26126 (font-lock-default-function): Take `font-lock-mode-major-mode'
26127 into account.
26128
26129 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
26130 keep track of which major mode it enabled the minor mode for.
26131 Use find-file-hook again. Update docstring.
26132
26133 * simple.el (eval-expression-print-level)
26134 (eval-expression-print-length, eval-expression-debug-on-error):
26135 Doc fixes.
26136
26137 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
26138
26139 * iswitchb.el (iswitchb-single-match-face)
26140 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
26141 (iswitchb-invalid-regexp-face): New faces.
26142 (iswitchb-completions): Use them.
26143 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
26144 now marked as an obsolete alias.
26145 (iswitchb-read-buffer): Remove check for bound font variables.
26146 (iswitchb-invalid-regexp): New free variable.
26147 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
26148 set iswitchb-invalid-regexp.
26149 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
26150 invalid regexps.
26151 (iswitchb-completions): Add check for complete match when entering
26152 a regexp.
26153 (iswitchb-completions): Remove require-match argument.
26154 (iswitchb-exhibit): Fix caller.
26155 (iswitchb-common-match-inserted): New variable.
26156 (iswitchb-complete, iswitchb-completion-help): Use it.
26157
26158 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
26159
26160 * url-http.el (url-http-chunked-encoding-after-change-function):
26161 Use `url-http-debug' instead of `message'.
26162
26163 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
26164
26165 * url-http.el (url-http-parse-headers): Pass redirected URL as a
26166 callback argument.
26167
26168 2005-06-04 Kim F. Storm <storm@cua.dk>
26169
26170 * simple.el (line-move): Only call sit-for when moving backwards.
26171
26172 * ido.el (ido-make-merged-file-list-1): New defun split from
26173 ido-make-merged-file-list.
26174 (ido-make-merged-file-list): Bind throw-on-input around call to
26175 ido-make-merged-file-list-1. Return input-pending-p if
26176 interrupted by more input available.
26177 (ido-read-internal): Handle input-pending-p return value from
26178 ido-make-merged-file-list.
26179
26180 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
26181
26182 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
26183 compatibility code.
26184
26185 * international/latexenc.el (latexenc-find-file-coding-system):
26186 Don't inherit the EOL part of the coding-system from the
26187 tex-main buffer. Fit within 80 columns.
26188
26189 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
26190
26191 * tmm.el (tmm-inactive-face): New face.
26192 (tmm-remove-inactive-mouse-face): New function.
26193 (tmm-prompt, tmm-add-one-shortcut)
26194 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
26195 but not selectable.
26196
26197 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
26198
26199 * faces.el (face-equal): Improve argument/docstring consistency.
26200
26201 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
26202
26203 * progmodes/make-mode.el (makefile-targets-face)
26204 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
26205 (makefile-bsdmake-dependency-regex)
26206 (makefile-makepp-rule-action-regex)
26207 (makefile-bsdmake-rule-action-regex): New constants.
26208 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
26209
26210 * progmodes/compile.el (compilation-error-regexp-alist-alist):
26211 Allow (...) within `...' for makepp messages.
26212
26213 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
26214
26215 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
26216
26217 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
26218 "." files are deleted from all file lists before comparison.
26219
26220 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26221 (viper-ESC-key): Made them customizable.
26222
26223 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
26224
26225 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
26226
26227 * autorevert.el (auto-revert-buffers): Use save-match-data.
26228
26229 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
26230
26231 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
26232 menu items with a nil command binding.
26233
26234 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
26235
26236 * emacs-lisp/cl-macs.el (defsetf):
26237 Improve argument/docstring consistency.
26238
26239 * faces.el (list-faces-display): Improve the formatting by
26240 computing the maximum length required for any face-name (reworked
26241 patch of 1999-01-11, accidentally deleted on 1999-07-21).
26242 (internal-find-face): Remove redundant info in docstring.
26243
26244 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
26245
26246 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
26247 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
26248 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
26249 (gdb-assembler-custom): Improve regexps.
26250 (def-gdb-auto-update-handler): Use window point to preserve point.
26251
26252 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
26253
26254 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
26255
26256 2005-05-31 Jay Belanger <belanger@truman.edu>
26257
26258 * calc/calc-embed.el (calc-embedded-word): Change argument passed
26259 to calc-embedded.
26260 (calc-embedded-make-info): Have plain prefix argument select
26261 entire line.
26262
26263 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
26264
26265 * faces.el (list-faces-display): Signal error if passed a regexp
26266 that matches no face name.
26267
26268 * simple.el (filter-buffer-substring): Fix typo in docstring.
26269
26270 2005-05-31 Richard M. Stallman <rms@gnu.org>
26271
26272 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
26273 (vhdl-emacs-21): Doc fix.
26274 (vhdl-mode): Unconditionally set comment-padding.
26275 (vhdl-fixup-whitespace-region): Insert spaces only where
26276 there are none.
26277 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
26278
26279 2005-05-30 John Wiegley <johnw@newartisans.com>
26280
26281 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
26282 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
26283 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
26284 `directory-sep-char' to ?/, and all uses of `string-to-int' to
26285 `string-to-number'.
26286
26287 2005-05-30 Jay Belanger <belanger@truman.edu>
26288
26289 * calc/calc.el (calc-bug-address): Fix docstring.
26290 (calc-window-hook, calc-trail-window-hook): New variables.
26291 (calc-trail-display): Restore use of calc-trail-window-hook.
26292 (calc): Restore use of calc-window-hook.
26293
26294 2005-05-31 Masatake YAMATO <jet@gyve.org>
26295
26296 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
26297
26298 * help-fns.el (help-C-file-name): Add autoload mark for
26299 `find-function-noselect'.
26300
26301 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
26302
26303 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
26304 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
26305
26306 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
26307
26308 * calendar/diary-lib.el (mark-included-diary-files): Only kill
26309 included diary buffer if it was not already being visited.
26310 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
26311
26312 * calendar/icalendar.el (top-level): Do not require appt.
26313
26314 * mail/supercite.el (sc-select-attribution): Only use a list
26315 element from sc-attrib-selection-list if it returns a string.
26316 Reported by Davide G. M. Salvetti <salve@debian.org>.
26317
26318 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
26319
26320 * thumbs.el (thumbs-thumbname): The resulting thumbname now
26321 includes a hash value to improve its uniqueness, and has a ".jpg"
26322 extension. Also, it is now a valid filename on all systems.
26323 (thumbs-make-thumb): Use `let', not `let*'.
26324 (thumbs-show-thumbs-list): Check for JPEG availability.
26325
26326 2005-05-30 Richard M. Stallman <rms@gnu.org>
26327
26328 * filesets.el (filesets-menu-ensure-use-cached):
26329 Prevent warning when emacs-version>= is undefined.
26330
26331 * printing.el (pr-interactive-n-up): Use string-to-number.
26332
26333 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
26334
26335 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
26336 Warn only when name to be defined is quoted.
26337
26338 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
26339
26340 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
26341 Make regexp more robust.
26342 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
26343 Force regeneration of disassembly.
26344
26345 2005-05-29 Jay Belanger <belanger@truman.edu>
26346
26347 * calc/calc.el (calc-user-invocation): Check if
26348 calc-invocation-macro is non-nil.
26349
26350 2005-05-29 Juri Linkov <juri@jurta.org>
26351
26352 * add-log.el (change-log-font-lock-keywords):
26353 Add `+' to e-mail regexp to accept mail address with keywords.
26354
26355 * man.el (Man-name-regexp): Add `:' to accept qualified names.
26356
26357 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
26358
26359 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
26360
26361 * ielm.el (inferior-emacs-lisp-mode): Ditto.
26362
26363 2005-05-29 Richard M. Stallman <rms@gnu.org>
26364
26365 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
26366 Undo the change that moves to end of the current word.
26367
26368 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
26369
26370 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
26371 Throw error when count <= 0 to ensure input is a number.
26372 (gdb-read-memory-custom): Pick up address from buffer.
26373 (gdb-memory-mode): Allow user to increment and decrement
26374 memory address from header line.
26375
26376 2005-05-29 Richard M. Stallman <rms@gnu.org>
26377
26378 * flyspell.el (flyspell-version): Function deleted.
26379 (flyspell-auto-correct-previous-hook): Doc fix.
26380
26381 * jit-lock.el (jit-lock-function, jit-lock-after-change):
26382 Do nothing if memory is full.
26383
26384 * font-lock.el (font-lock-fontify-syntactically-region):
26385 Pass t for GREEDY to looking-back.
26386
26387 * saveplace.el (save-place-alist-to-file): Write the file
26388 using write-region.
26389
26390 * subr.el (looking-back): New argument GREEDY.
26391
26392 * progmodes/compile.el (compilation-start): Set the mode
26393 before inserting the initial text.
26394
26395 * progmodes/which-func.el (which-func-update-1): Turn the mode
26396 off in case of error by setting which-func-mode.
26397
26398 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
26399
26400 * flyspell.el (flyspell-auto-correct-previous-word):
26401 Narrow down to what's on the screen, and recenter overlays
26402 at the end of the next word.
26403
26404 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
26405
26406 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
26407 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
26408 (flyspell-abbrev-p): Default to nil.
26409 (flyspell-use-global-abbrev-table-p): Doc fix.
26410 (flyspell-large-region): Allow nil as value.
26411 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
26412
26413 (mail-mode-flyspell-verify): More robust handling
26414 of `mail-header-separator'. More efficient signature detection.
26415 Allow for regexp metacharacters in message-header-separator.
26416 Adding `To' not to be checked in mail-mode-flyspell-verify.
26417
26418 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
26419 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
26420 Bind flyspell-auto-correct-binding.
26421 Bind C-. and C-, .
26422 (flyspell-mode-map): Likewise.
26423 (flyspell-mode): Doc fix.
26424 (flyspell-accept-buffer-local-defs): Preserve current buffer.
26425 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
26426 (flyspell-word-cache-result): New var, always local.
26427 (flyspell-check-pre-word-p): Doc fix.
26428 (flyspell-check-changed-word-p): Handle spc like newline.
26429 (flyspell-post-command-hook): Set flyspell-word-cache-result.
26430 (flyspell-word-search-backward, flyspell-word-search-forward):
26431 New functions.
26432 (flyspell-word): Return t if nothing to check.
26433 When parsing TeX code, check for after } or \.
26434 Use flyspell-word-search-backward to find previous word.
26435 Return nil if duplicated word.
26436 For word already checked, return same value as last time.
26437 Set flyspell-word-cache-result after checking.
26438 Don't clobber the return value.
26439 (flyspell-get-word): Major rewrite.
26440 (flyspell-external-point-words): New locals pword, pcount.
26441 Fix size used in progress message.
26442 Find the proper corresponding word in flyspell-large-region-buffer.
26443 (flyspell-region): Check for flyspell-large-region = nil.
26444 (flyspell-highlight-incorrect-region): Clean up overlays in region.
26445 (flyspell-auto-correct-word): Check that WORD is a cons.
26446 (flyspell-correct-word): Likewise.
26447
26448 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
26449
26450 * progmodes/make-mode.el (makefile-rule-action-regex)
26451 (makefile-macroassign-regex, makefile-makepp-mode)
26452 (makefile-bsdmake-mode): Continuation lines may be empty.
26453 Reported by Joshua Varner.
26454 (makefile-makepp-font-lock-keywords): Add $(stem).
26455
26456 2005-05-28 Karl Berry <karl@gnu.org>
26457
26458 * textmodes/tex-mode.el: Now that tex-send-command calls
26459 shell-quote-argument (2005-03-31 change), remove all calls to
26460 shell-quote-argument; they all end up invoking tex-send-command.
26461 The double quoting loses on filenames with non-safe characters,
26462 such as "@". Reported by Frederik Fouvry.
26463
26464 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
26465
26466 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
26467 about preserving point.
26468
26469 2005-05-27 Jay Belanger <belanger@truman.edu>
26470
26471 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
26472 Info-goto-node.
26473
26474 * calc/calc-embed.el (calc-embed-arg): New variable.
26475 (calc-do-embedded-activate, calc-embedded-activate-formula)
26476 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
26477 variable by new variable.
26478 (calc-embedded-make-info): Replace undeclared variable by new
26479 variable. When selecting region with positive prefix
26480 argument, use end of previous line instead of beginning of line.
26481
26482 * calc/calc-aent.el (calc-arg-values): Declare it.
26483
26484 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
26485 Declare them.
26486
26487 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
26488
26489 * calc/calc.el (calc-alg-map): Declare it.
26490
26491 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
26492
26493 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
26494
26495 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
26496 (gdb-registers-buffer, toggle-gdb-all-registers):
26497 Toggle display of floating point registers.
26498 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
26499
26500 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
26501 (toggle-gud-tooltip-dereference):
26502 Rename from gud-toggle-tooltip-dereference.
26503
26504 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
26505
26506 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
26507
26508 2005-05-27 Jay Belanger <belanger@truman.edu>
26509
26510 * calc/calc-prog.el (calc-kbd-report): Remove.
26511 (calc-kbd-query): Rewrite.
26512
26513 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
26514
26515 * image.el (image-library-alist): Move to image.c.
26516 (image-type-available-p): Doc fix.
26517
26518 2005-05-27 Lute Kamstra <lute@gnu.org>
26519
26520 * calc/calc.el (calc):
26521 * outline.el (outline-1, outline-2, outline-3, outline-4)
26522 (outline-5, outline-6, outline-7, outline-8):
26523 * textmodes/dns-mode.el (dns-mode):
26524 * textmodes/sgml-mode.el (sgml-namespace-face):
26525 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
26526 (tex-verbatim-face, tex-use-reftex):
26527 * textmodes/texinfo.el (texinfo-heading-face):
26528 Specify customization group.
26529
26530 * longlines.el: Don't require easy-mmode.
26531 (longlines-visible-face): Specify customization group.
26532
26533 2005-05-27 Kenichi Handa <handa@m17n.org>
26534
26535 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
26536 encoding table of windows-1251.
26537
26538 * international/ucs-tables.el (ucs-set-table-for-input):
26539 If translation-table-for-input of a coding system is a symbol, get
26540 its translation-table property.
26541
26542 * international/code-pages.el: Don't register a coding system into
26543 non-iso-charset-alist more than once.
26544 (cp-make-coding-system): Likewise.
26545
26546 2005-05-26 John Wiegley <johnw@newartisans.com>
26547
26548 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
26549 `eshell-resume-eval' is wrapped in a list, it indicates that the
26550 command was run asynchronously. In that case, unwrap the value
26551 before checking the delimiter value.
26552
26553 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
26554 character before a space at the end of a line is \, assume the space
26555 is part of the last argument rather than a final argument separator.
26556
26557 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
26558 is in use, and the target is `t' or `nil' (which are the most common
26559 values), don't assume that the symbol target is a buffer.
26560
26561 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
26562
26563 * calendar/calendar.el (calendar-mode-line-format):
26564 Use mode-line-highlight as mouse-face.
26565
26566 * time.el (display-time-string-forms, display-time-update):
26567 Use mode-line-highlight as mouse-face.
26568
26569 2005-05-26 Jay Belanger <belanger@truman.edu>
26570
26571 * calc/calc.el (calc-language-alist): Remove extra defvar.
26572
26573 2005-05-26 Lute Kamstra <lute@gnu.org>
26574
26575 * arc-mode.el (archive-mode):
26576 * bookmark.el (bookmark-read-annotation-mode)
26577 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
26578 * bs.el (bs-mode):
26579 * calc/calc-yank.el (calc-edit-mode):
26580 * calc/calc.el (calc-mode, calc-trail-mode):
26581 * calculator.el (calculator-mode):
26582 * chistory.el (command-history-mode):
26583 * comint.el:
26584 * cus-edit.el (custom-mode):
26585 * descr-text.el (describe-text-mode):
26586 * ebuff-menu.el (Electric-buffer-menu-mode):
26587 * ediff-util.el (ediff-mode):
26588 * emacs-lisp/re-builder.el (reb-mode):
26589 * emulation/vi.el (vi-mode-setup):
26590 * emulation/ws-mode.el (wordstar-mode):
26591 * eshell/esh-mode.el (eshell-mode):
26592 * forms.el (forms-mode):
26593 * help-mode.el (help-mode):
26594 * hexl.el (hexl-mode):
26595 * ibuffer.el (ibuffer-mode):
26596 * ielm.el (inferior-emacs-lisp-mode):
26597 * info.el (Info-mode, Info-edit-mode):
26598 * international/swedish.el:
26599 * ledit.el (ledit-from-lisp-mode):
26600 * locate.el (locate-mode):
26601 * mail/rmail.el (rmail-mode):
26602 * mail/rmailedit.el (rmail-edit-mode):
26603 * mail/rmailsum.el (rmail-summary-mode):
26604 * mail/supercite.el (sc-electric-mode):
26605 * net/eudc.el (eudc-mode):
26606 * net/quickurl.el (quickurl-list-mode):
26607 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
26608 * obsolete/ooutline.el (outline-mode):
26609 * obsolete/options.el (Edit-options-mode):
26610 * obsolete/rnews.el (news-mode):
26611 * obsolete/rnewspost.el (news-reply-mode):
26612 * play/5x5.el (5x5-mode):
26613 * play/decipher.el (decipher-mode, decipher-stats-mode):
26614 * play/gomoku.el (gomoku-mode):
26615 * play/snake.el (snake-mode):
26616 * play/solitaire.el (solitaire-mode):
26617 * play/tetris.el (tetris-mode):
26618 * progmodes/ada-mode.el (ada-mode):
26619 * progmodes/antlr-mode.el (antlr-mode):
26620 * progmodes/autoconf.el (autoconf-mode):
26621 * progmodes/dcl-mode.el (dcl-mode):
26622 * progmodes/delphi.el (delphi-mode):
26623 * progmodes/ebrowse.el (ebrowse-tree-mode)
26624 (ebrowse-electric-list-mode, ebrowse-member-mode)
26625 (ebrowse-electric-position-mode):
26626 * progmodes/f90.el (f90-mode):
26627 * progmodes/fortran.el (fortran-mode):
26628 * progmodes/icon.el (icon-mode):
26629 * progmodes/idlw-help.el (idlwave-help-mode):
26630 * progmodes/idlw-shell.el (idlwave-shell-mode):
26631 * progmodes/idlwave.el (idlwave-mode):
26632 * progmodes/inf-lisp.el (inferior-lisp-mode):
26633 * progmodes/m4-mode.el (m4-mode):
26634 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
26635 * progmodes/modula2.el (modula-2-mode):
26636 * progmodes/octave-inf.el (inferior-octave-mode):
26637 * progmodes/octave-mod.el (octave-mode):
26638 * progmodes/pascal.el (pascal-mode):
26639 * progmodes/sh-script.el (sh-mode):
26640 * progmodes/sql.el (sql-mode, sql-interactive-mode):
26641 * progmodes/vhdl-mode.el (vhdl-mode):
26642 * progmodes/xscheme.el (scheme-interaction-mode):
26643 * replace.el (occur-mode):
26644 * ses.el (ses-mode):
26645 * simple.el (completion-list-mode):
26646 * skeleton.el:
26647 * speedbar.el (speedbar-mode):
26648 * term.el (term-mode):
26649 * terminal.el (terminal-edit-mode):
26650 * textmodes/reftex-index.el (reftex-index-mode)
26651 (reftex-index-phrases-mode):
26652 * textmodes/reftex-sel.el (reftex-select-label-mode)
26653 (reftex-select-bib-mode):
26654 * textmodes/reftex-toc.el (reftex-toc-mode):
26655 * wdired.el (wdired-change-to-wdired-mode):
26656 * wid-browse.el (widget-browse-mode):
26657 Use run-mode-hooks.
26658
26659 * array.el (array-mode):
26660 * calendar/todo-mode.el (todo-mode):
26661 * man.el (Man-mode):
26662 * play/landmark.el (lm-mode):
26663 * play/mpuz.el (mpuz-mode):
26664 Use kill-all-local-variables and run-mode-hooks.
26665
26666 * subr.el (delay-mode-hooks): Specify indentation.
26667
26668 2005-05-26 Mark A. Hershberger <mah@everybody.org>
26669
26670 * xml.el (xml-substitute-special): Don't die for undefined xml
26671 entities.
26672
26673 2005-05-26 Jay Belanger <belanger@truman.edu>
26674
26675 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
26676 of nil.
26677
26678 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
26679
26680 * progmodes/gdb-ui.el (gdb-frame-address):
26681 Rename from gdb-current-address.
26682 (gdb-previous-frame-address): Rename from gdb-previous-address.
26683 (gdb-selected-frame): Rename from gdb-current-frame.
26684 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
26685 (gdb-frame-number): Rename from gdb-current-stack-level.
26686 (gdb-ann3): Match new mode-name for disassembly buffer.
26687 Extend initialization of variables.
26688 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
26689 (gdb-memory-mode): Use mouse-face in header line.
26690 (gdb-assembler-buffer-name): Call it disassembly and give frame
26691 in mode line.
26692 (gdb-source-spec-regexp, gdb-assembler-custom)
26693 (gdb-invalidate-assembler, gdb-frame-handler):
26694 Make robust to leading zeroes in address format.
26695
26696 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
26697
26698 * textmodes/org.el (org-mode): Use `define-derived-mode' to
26699 define `org-mode'.
26700 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
26701
26702 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
26703
26704 * log-edit.el (log-edit-changelog-entries): Distinguish between
26705 filenames like xfns.c and fns.c.
26706
26707 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
26708
26709 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
26710 point after reverting.
26711 (Buffer-menu-make-sort-button): Handle the case where
26712 `Buffer-menu-use-header-line' is nil.
26713
26714 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
26715
26716 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
26717 New funcs. In minibuffer-local-completion-map bind `]', `/'
26718 and `:' to them.
26719
26720 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
26721
26722 * startup.el (normal-top-level): Allow modification of load-path while
26723 we're iterating over it.
26724
26725 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
26726
26727 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
26728 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
26729 (thumbs-resize-interactive, thumbs-insert-image)
26730 (thumbs-insert-thumb, thumbs-dired-show-marked)
26731 (thumbs-find-image-at-point, thumbs-delete-images)
26732 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
26733 (thumbs-increment-image-size, thumbs-decrement-image-size):
26734 Fix typos in docstrings.
26735
26736 2005-05-24 Andre Spiegel <spiegel@gnu.org>
26737
26738 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
26739 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
26740 (cperl-mode): Use them.
26741
26742 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
26743
26744 * window.el (quit-window, shrink-window-if-larger-than-buffer):
26745 Doc fixes.
26746
26747 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
26748
26749 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
26750 Bind C-d to gdb-inferior-io-eof.
26751
26752 * dired.el (dired-dnd-popup-notice): Use message-box.
26753
26754 2005-05-23 Masatake YAMATO <jet@gyve.org>
26755
26756 * bindings.el (mode-line-major-mode-keymap):
26757 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
26758
26759 * faces.el (mode-line-highlight): New face.
26760
26761 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
26762 as mouse-face.
26763
26764 * bindings.el (top-level, help-echo, mode-line-modified)
26765 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
26766 as mouse-face.
26767
26768 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
26769
26770 * progmodes/cc-engine.el (c-guess-basic-syntax):
26771 Remove spurious call to `zerop'.
26772
26773 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
26774
26775 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
26776
26777 CC Mode update to 5.30.10:
26778
26779 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
26780 could go past the limit in decoration level 2, thereby causing
26781 errors during interactive fontification.
26782
26783 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
26784 the file is evaluated interactively.
26785
26786 * cc-engine.el (c-guess-basic-syntax): Handle operator
26787 declarations somewhat better in C++.
26788
26789 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
26790 make use of `run-mode-hooks' which has been added in Emacs 21.1.
26791 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
26792 (awk-mode): Use it.
26793 (make-local-hook): Suppress warning about obsoleteness.
26794
26795 * cc-engine.el, cc-align.el, cc-cmds.el
26796 (c-append-backslashes-forward, c-delete-backslashes-forward)
26797 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
26798 Compensate for return value from `forward-line' when it has moved
26799 but not to a different line due to eob.
26800
26801 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
26802 `objc-method-intro' and `objc-method-args-cont'.
26803
26804 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
26805
26806 CC Mode update to 5.30.10:
26807
26808 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
26809 in the copyright statement. Incidentally, change "along with GNU
26810 Emacs" to "along with this program" where it occurs.
26811
26812 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
26813 so that it is interactive, hence can be found by M-x awk-mode
26814 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
26815 <gmorris+emacs@ast.cam.ac.uk>.
26816
26817 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
26818 Mode's regexps.
26819
26820 2005-05-23 Kevin Ryde <user42@zip.com.au>
26821
26822 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
26823 c-parse-state, to avoid a lisp error (on bad code).
26824
26825 2005-05-23 Lute Kamstra <lute@gnu.org>
26826
26827 * subr.el (font-lock-defaults): Remove defvar as it's already
26828 defined in font-core.el.
26829
26830 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
26831
26832 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
26833
26834 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
26835 more general and work when GDB variable "print pretty" is on,
26836 as with Emacs, for example.
26837
26838 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
26839
26840 * font-core.el: Update comment.
26841
26842 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
26843 Use `after-change-major-mode-hook' instead of `find-file-hook'.
26844
26845 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
26846
26847 2005-05-22 Eli Zaretskii <eliz@gnu.org>
26848
26849 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
26850 and `yank-handler' in the doc strings.
26851
26852 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
26853
26854 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
26855
26856 2005-05-22 Richard M. Stallman <rms@gnu.org>
26857
26858 * help.el (describe-key): Move print-help-return-message call
26859 out of conditional.
26860
26861 * progmodes/etags.el (list-tags): Use with-no-warnings.
26862
26863 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
26864 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
26865 (starttls-extra-args, starttls-extra-arguments): Add defvars.
26866
26867 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
26868
26869 * language/viet-util.el (viet-viscii-nonascii-translation-table):
26870 Add defvar.
26871
26872 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
26873 Use defvar, not defconst.
26874
26875 * hexl.el (hexl-follow-line): Use with-no-warnings.
26876
26877 * emulation/tpu-extras.el: Use write-file-functions instead of
26878 write-file-hooks.
26879
26880 * dired.el (dired-font-lock-keywords): Fontify files with junk
26881 extensions even if marked by -F.
26882
26883 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
26884
26885 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
26886 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
26887 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
26888 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
26889 (concatenate, list-length, get*, getf, cl-remprop):
26890 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
26891 (etypecase, progv, lexical-let, lexical-let*)
26892 (multiple-value-bind, multiple-value-setq, shiftf):
26893 Improve argument/docstring consistency.
26894
26895 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
26896
26897 2005-05-22 Andre Spiegel <spiegel@gnu.org>
26898
26899 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
26900 doesn't exist.
26901
26902 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
26903 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
26904
26905 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
26906
26907 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
26908 already deleted variables: auto-fill-hook, blink-paren-hook,
26909 lisp-indent-hook, inhibit-local-variables, unread-command-event,
26910 suspend-hooks, comment-indent-hook, meta-flag,
26911 before-change-function, after-change-function,
26912 font-lock-doc-string-face.
26913
26914 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
26915
26916 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
26917
26918 2005-05-21 Eli Zaretskii <eliz@gnu.org>
26919
26920 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
26921 rmail-dont-reply-to.
26922
26923 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
26924
26925 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
26926 literal blank when splitting new-header-values.
26927
26928 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
26929
26930 * calendar/cal-menu.el (cal-menu-update): Add separator as a
26931 string so that tmm doesn't create a completion entry for it.
26932
26933 * textmodes/table.el (table-disable-menu): Ditto.
26934
26935 2005-05-21 Richard M. Stallman <rms@gnu.org>
26936
26937 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
26938
26939 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
26940
26941 * net/rcompile.el (remote-compile): Use compilation-start.
26942
26943 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
26944
26945 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
26946
26947 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
26948 Default to makefile-bsdmake-mode on BSD systems.
26949
26950 * imenu.el (imenu-generic-expression, imenu--generic-function'):
26951 REGEXP may also be a search function now. The part of doc-string
26952 for describing the structure was 95% identical to that of
26953 `imenu--generic-function'. Unify it there.
26954
26955 * progmodes/make-mode.el (makefile-imenu-generic-expression):
26956 Use function to find dependencies, because regexp alone is so complex,
26957 it easily goes into an endless loop.
26958 (makefile-makepp-mode): Also add submenu for Perl functions
26959 defined in the makefile.
26960 (makefile-bsdmake-mode): Special imenu-generic-expression no
26961 longer needed, due to function call.
26962 (makefile-match-dependency): Take BOUND into account when checking
26963 if we're through.
26964
26965 2005-05-20 Jay Belanger <belanger@truman.edu>
26966
26967 * calc/calc-units.el (calc-invalidate-units-table):
26968 Use inhibit-read-only.
26969 (math-build-units-table-buffer): Use view-mode.
26970
26971 2005-05-20 David Kastrup <dak@gnu.org>
26972
26973 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
26974 easy-menu-add is not a nop on Emacs; and clarify when to call it.
26975
26976 2005-05-20 Lute Kamstra <lute@gnu.org>
26977
26978 * diff-mode.el (diff-header-face, diff-file-header-face)
26979 (diff-index-face, diff-hunk-header-face, diff-removed-face)
26980 (diff-added-face, diff-changed-face, diff-function-face)
26981 (diff-context-face, diff-nonexistent-face): Put them in the
26982 diff-mode customization group.
26983
26984 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
26985
26986 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
26987
26988 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
26989
26990 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
26991 Minor regexp-optimization.
26992
26993 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
26994
26995 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
26996 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
26997 (org-agenda-add-time-grid-maybe): New function.
26998 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
26999 (org-table-create): `dotimes' instead of `mapcar'.
27000 (org-xor): Simplify implementation.
27001 (org-agenda): `inhibit-redisplay' turned on.
27002 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
27003 a consistent line after a state change.
27004 (org-agenda-remove-times-when-in-prefix): New option.
27005 (org-prefix-has-time): New variable.
27006 (org-parse-time-string): Optional argument NODEFAULT.
27007 (org-format-agenda-item): Parse items for time-of-day
27008 specifications and move these into the prefix if possible.
27009 (org-agenda-priority): Get current heading, not previous heading
27010 during agenda remote editing.
27011
27012 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
27013
27014 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
27015 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
27016 (remove-duplicates, delete-duplicates, substitute)
27017 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
27018 (nsubstitute-if-not, find, find-if, find-if-not, position)
27019 (position-if, position-if-not, count, count-if, count-if-not)
27020 (mismatch, search, sort*, stable-sort, merge, member*)
27021 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
27022 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
27023 (intersection, nintersection, set-difference, nset-difference)
27024 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
27025 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
27026 (nsublis, tree-equal): Improve argument/docstring consistency.
27027
27028 * subr.el (send-string, send-region): Remove obsolescence declaration.
27029 (window-dot, set-window-dot, read-input, show-buffer)
27030 (eval-current-buffer, string-to-int):
27031 Add release number to obsolescence declarations.
27032
27033 2005-05-19 Kim F. Storm <storm@cua.dk>
27034
27035 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
27036 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
27037
27038 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
27039
27040 * faces.el (list-faces-display): Make back button respect optional
27041 regexp arg.
27042
27043 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
27044
27045 * calculator.el (calculator-radix-grouping-mode)
27046 (calculator-radix-grouping-digits, calculator-displayer)
27047 (calculator-radix-grouping-separator, calculator-copy-displayer):
27048 * dabbrev.el (dabbrev-search-these-buffers-only):
27049 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
27050 (diff-advance-after-apply-hunk, diff-mode-hook)
27051 (diff-minor-mode-prefix):
27052 * imenu.el (imenu-use-popup-menu):
27053 * jit-lock.el (jit-lock-context-time):
27054 * newcomment.el (comment-fill-column, comment-column)
27055 (comment-style, comment-padding, comment-multi-line)
27056 (comment-empty-lines, comment-auto-fill-only-comments):
27057 * reveal.el (reveal-around-mark):
27058 * uniquify.el (uniquify-buffer-name-style)
27059 (uniquify-after-kill-buffer-p)
27060 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
27061 (uniquify-min-dir-content, uniquify-separator)
27062 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
27063 * w32-vars.el (w32-fixed-font-alist):
27064 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
27065 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
27066 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
27067 * progmodes/perl-mode.el (perl-indent-level)
27068 (perl-continued-statement-offset, perl-continued-brace-offset)
27069 (perl-brace-offset, perl-brace-imaginary-offset)
27070 (perl-label-offset, perl-indent-continued-arguments)
27071 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
27072 * progmodes/tcl.el (tcl-indent-level)
27073 (tcl-continued-indent-level, tcl-auto-newline)
27074 (tcl-tab-always-indent, tcl-electric-hash-style)
27075 (tcl-help-directory-list, tcl-use-smart-word-finder)
27076 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
27077 (inferior-tcl-source-command):
27078 * textmodes/fill.el (enable-kinsoku):
27079 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
27080 * textmodes/table.el (table-yank-handler):
27081 Specify missing group (and type, if simple) in defcustom.
27082
27083 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
27084
27085 * progmodes/compile.el (compilation-finish-function): Fix defvar.
27086
27087 2005-05-19 Richard M. Stallman <rms@gnu.org>
27088
27089 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
27090
27091 * subr.el (event-basic-type): Don't get an error.
27092 (left-fringe-p): Function deleted.
27093
27094 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
27095 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
27096
27097 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
27098 in recursive copy.
27099
27100 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
27101
27102 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
27103
27104 * emacs-lisp/bytecomp.el
27105 (byte-compile-file-form-custom-declare-variable):
27106 Call byte-compile-nogroup-warn if appropriate.
27107
27108 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
27109 (compilation-set-window): Don't call left-fringe-p; do it directly.
27110
27111 2005-05-19 Jay Belanger <belanger@truman.edu>
27112
27113 * calc/calc-graph.el (calc-graph-format-data): Make sure
27114 var-PlotRejects is bound before trying to check its value.
27115
27116 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
27117
27118 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
27119 definition of this variable from reftex-global.el to reftex.el,
27120 because it is needed in the menu.
27121
27122 2005-05-19 Lute Kamstra <lute@gnu.org>
27123
27124 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
27125 years are fixed. Don't insert a space after a dash.
27126
27127 2005-05-19 Kim F. Storm <storm@cua.dk>
27128
27129 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
27130
27131 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
27132
27133 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
27134 strings, because (eq ... ?\\) is fairly frequent.
27135
27136 * progmodes/make-mode.el (makefile-add-this-line-targets):
27137 Simplify and integrate into `makefile-pickup-targets'.
27138 (makefile-add-this-line-macro): Simplify and integrate into
27139 `makefile-pickup-macros.
27140 (makefile-pickup-filenames-as-targets): Simplify.
27141 (makefile-previous-dependency, makefile-match-dependency):
27142 Don't stumble over `::'.
27143
27144 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
27145
27146 * subr.el (post-command-idle-hook, post-command-idle-delay):
27147 Remove obsoletion of post-command-idle-hook and
27148 post-command-idle-delay.
27149
27150 * faces.el (list-faces-display): Provide button when describe-face
27151 is called to take user back to the list of faces.
27152
27153 * help-fns.el (describe-variable): Remove hyperlinks in a
27154 variable's value as these are quite frequently inappropriate.
27155
27156 * follow.el (follow-submit-feedback, follow-mode):
27157 Remove references to post-command-idle-hook.
27158
27159 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
27160
27161 * progmodes/make-mode.el (makefile-previous-dependency)
27162 (makefile-match-dependency): Check for := (and in bsd mode also
27163 !=) to give a better result, even when font-lock is not on.
27164
27165 2005-05-18 Jay Belanger <belanger@truman.edu>
27166
27167 * calc/calc-help.el (calc-s-prefix-help):
27168 Add `calc-copy-special-constant' to help string.
27169
27170 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
27171
27172 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
27173
27174 2005-05-18 Jay Belanger <belanger@truman.edu>
27175
27176 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
27177 in linear factors are in proper order.
27178
27179 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
27180
27181 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
27182 Support for jurabib.
27183
27184 * textmodes/reftex.el (featurep): Define aliases for overlay
27185 commands, for XEmacs compatibility, and use these aliases in
27186 overlay initializations.
27187 (reftex-highlight): Use `reftex-move-overlay'.
27188 (reftex-unhighlight): Use `reftex-delete-overlay'.
27189 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
27190 (reftex-access-search-path): Use `reftex-uniquify' instead of
27191 `reftex-uniq'
27192
27193 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
27194 `before-string' property modification enables for Emacs as well.
27195 (reftex-select-item): Use `reftex-delete-overlay'.
27196 (reftex-select-mark): Use `reftex-make-overlay' and
27197 `reftex-overlay-put'.
27198 (reftex-select-unmark): Use `reftex-delete-overlay' and
27199 `reftex-overlay-put'.
27200
27201 2005-05-18 Lute Kamstra <lute@gnu.org>
27202
27203 * emacs-lisp/lisp.el (check-parens): Fix docstring.
27204
27205 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
27206
27207 * add-log.el (add-change-log-entry):
27208 * array.el (array-make-template, array-reconfigure-rows)
27209 (array-init-max-row, array-init-max-column)
27210 (array-init-columns-per-line, array-init-field-width):
27211 * replace.el (replace-match-maybe-edit, perform-replace):
27212 * textmodes/spell.el (spell-region):
27213 Replace `read-input' by `read-string'.
27214
27215 * forms.el (forms-mode):
27216 * finder.el (finder-compile-keywords):
27217 * shadowfile.el (shadow-read-files):
27218 Replace `eval-current-buffer' by `eval-buffer'.
27219
27220 * terminal.el (te-pass-through):
27221 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
27222 (ange-ftp-raw-send-cmd):
27223 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
27224 (send-process-next-char, telnet-initial-filter, telnet):
27225 Replace `send-string' by `process-send-string'.
27226
27227 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
27228 (prolog-consult-region): Replace `send-string' by
27229 `process-send-string'; replace `send-region' by `process-send-region'.
27230
27231 * progmodes/delphi.el (delphi-log-msg):
27232 Replace `set-window-dot' by `set-window-point'.
27233
27234 * subr.el (window-dot, set-window-dot, read-input, send-string)
27235 (send-region, show-buffer, eval-current-buffer):
27236 Make really obsolete, as the comment says.
27237
27238 2005-05-17 Kim F. Storm <storm@cua.dk>
27239
27240 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
27241 (cua--init-keymaps): Bind C-return instead of S-return to set
27242 rectangle mark.
27243
27244 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
27245 instead of S-return to toggle/clear rectangle mark.
27246
27247 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
27248
27249 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
27250 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
27251 Also fontify plain strings assigned to variables, mostly so that a
27252 colon has a face and is thus not taken as a dependency separator.
27253 (makefile-previous-dependency): Inline the new matcher, because it
27254 is too complex to work in both directions.
27255 (makefile-match-dependency): Eliminate `backward' arg (see above).
27256 Completely reimplemented so as to not sometimes go into an endless
27257 loop. It should also be more efficient, because first it only
27258 searches for `:', instead of applying the very complex regexp.
27259 (makefile-mode): Cancel `font-lock-support-mode', because blocks
27260 to be fontified in one piece can be too long for JIT.
27261 Makefiles are never *that* big.
27262
27263 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
27264
27265 * dired.el (dired-mode): Simplify.
27266
27267 2005-05-17 Lute Kamstra <lute@gnu.org>
27268
27269 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
27270 defcustom for the mode hook variable.
27271
27272 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
27273 Emacs Lisp Reference Manual.
27274
27275 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
27276
27277 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
27278 (evenp, list*):
27279 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
27280 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
27281
27282 * net/tramp-smb.el (tramp-smb-open-connection):
27283 Pass `tramp-chunksize' as fifth (required) argument.
27284
27285 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
27286
27287 * font-lock.el (lisp-font-lock-keywords-1):
27288 Set `font-lock-negation-char-face' for [^...] char group.
27289 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
27290
27291 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
27292 a var, and refine it to mask one more level of nested vars.
27293 (makefile-rule-action-regex): Turn it into a var, and refine it so
27294 it recognizes backslashed continuation lines as belonging to the
27295 same command.
27296 (makefile-macroassign-regex): Refine it so it recognizes
27297 backslashed continuation lines as belonging to the same command.
27298 (makefile-var-use-regex): Don't look at the next char, because it
27299 might be the same one to be skipped by the initial [^$], leading
27300 to an overlooked variable use.
27301 (makefile-make-font-lock-keywords): Remove two parameters, which
27302 are now variables that some of the modes set locally.
27303 Handle dependency and rule action matching through functions, because
27304 regexps alone match too often. Dependency matching now comes
27305 last, so it can check, whether a colon already matched something else.
27306 (makefile-mode): Inform that font-lock improves makefile parsing
27307 capabilities.
27308 (makefile-match-dependency, makefile-match-action): New functions.
27309
27310 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
27311
27312 * emacs-lisp/cl-extra.el (equalp): Doc fix.
27313
27314 * align.el (align-regexp):
27315 * ansi-color.el (ansi-color-get-face):
27316 * array.el (array-reconfigure-rows, array-init-max-row)
27317 (array-init-max-column, array-init-columns-per-line)
27318 (array-init-field-width):
27319 * dired-aux.el (dired-trample-file-versions):
27320 * dired-x.el (dired-mark-sexp):
27321 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
27322 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
27323 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
27324 * faces.el (face-read-integer):
27325 * files.el (backup-extract-version, insert-directory):
27326 * hexl.el (hexl-insert-decimal-char):
27327 * server.el (server-process-filter):
27328 * shell.el (shell-extract-num):
27329 * startup.el (command-line-1):
27330 * term.el (term-command-hook):
27331 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
27332 (time-stamp-do-number):
27333 * time.el (display-time-update):
27334 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
27335 (timezone-fix-time):
27336 * vms-patch.el (vms-suspend-resume-hook):
27337 * calendar/appt.el (appt-convert-time):
27338 * calendar/cal-bahai.el (mark-bahai-diary-entries):
27339 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
27340 * calendar/cal-islam.el (mark-islamic-diary-entries):
27341 * calendar/calendar.el (calendar-cursor-to-date)
27342 (calendar-star-date):
27343 * calendar/diary-lib.el (diary-attrtype-convert)
27344 (mark-diary-entries, diary-entry-time):
27345 * calendar/solar.el (solar-get-number):
27346 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
27347 * emacs-lisp/re-builder.el (reb-display-subexp):
27348 * emulation/edt.el (edt-set-scroll-margins):
27349 * emulation/tpu-extras.el (tpu-set-scroll-margins):
27350 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
27351 (vip-get-ex-count):
27352 * emulation/viper-ex.el (viper-get-ex-token)
27353 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
27354 * international/fontset.el (fontset-plain-name):
27355 * mail/feedmail.el (feedmail-look-at-queue-directory):
27356 * mail/mailalias.el (mail-get-names):
27357 * mail/rmail.el (rmail-convert-to-babyl-format):
27358 * mail/rmailsum.el (rmail-make-basic-summary-line)
27359 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
27360 (rmail-summary-goto-msg):
27361 * mail/smtpmail.el (smtpmail-read-response):
27362 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
27363 (ange-ftp-vms-add-file-entry):
27364 * play/gametree.el (gametree-looking-at-ply)
27365 (gametree-current-branch-score):
27366 * progmodes/ada-xref.el (ada-prj-find-prj-file)
27367 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
27368 * progmodes/cperl-mode.el (condition-case):
27369 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
27370 (ebrowse-set-member-buffer-column-width)
27371 (ebrowse-select-1st-to-9nth):
27372 * progmodes/etags.el (etags-snarf-tag):
27373 * progmodes/flymake.el (flymake-parse-line):
27374 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
27375 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
27376 (idlwave-shell-menu-def):
27377 * progmodes/ps-mode.el (ps-run-goto-error):
27378 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
27379 (vhdl-speedbar-contract-level):
27380 * term/mac-win.el (x-handle-numeric-switch):
27381 * term/sun-mouse.el (sun-get-frame-data):
27382 * term/w32-win.el (x-handle-numeric-switch):
27383 * term/x-win.el (x-handle-numeric-switch):
27384 * textmodes/ispell.el (ispell-parse-output):
27385 * textmodes/nroff-mode.el (nroff-outline-level):
27386 * textmodes/reftex-cite.el (reftex-bib-sort-year)
27387 (reftex-bib-sort-year-reverse, reftex-format-citation):
27388 * textmodes/reftex-parse.el (reftex-init-section-numbers)
27389 (reftex-section-number):
27390 * textmodes/texinfmt.el (texinfo-paragraphindent):
27391 Replace `string-to-int' by `string-to-number'.
27392
27393 * international/latexenc.el: Add page marker to force the "Local
27394 Variables:" string out of the last page.
27395
27396 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
27397
27398 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
27399 tooltip-change-major-mode.
27400 (gud-tooltip-print-command): Remove case where gud-minor-mode
27401 is gdb ("--fullname").
27402 (gud-tooltip-tips): Turn GUD tooltips off for this case and
27403 explain to user.
27404
27405 2005-05-16 Jay Belanger <belanger@truman.edu>
27406
27407 * calc/calc-store.el (calc-copy-special-constant): New function.
27408
27409 * calc/calc-ext.el (calc-init-extensions): Add binding for
27410 `calc-copy-special-constant'.
27411
27412 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
27413 for the `calc-copy-special-constant' command.
27414
27415 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
27416
27417 * subr.el (left-fringe-p): New function.
27418
27419 * progmodes/compile.el (compilation-setup): Set local value of
27420 overlay-arrow-string to "" always.
27421 (compilation-set-window): Left fringe then don't scroll.
27422 No left fringe then no arrow and scroll message to top.
27423 (compilation-context-lines): Adjust doc string accordingly.
27424
27425 2005-05-16 Kim F. Storm <storm@cua.dk>
27426
27427 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
27428 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
27429 (ido-wide-find-dir-or-delete-dir): New command for M-d.
27430 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
27431 (ido-read-file-name): Handle commands with ido property value
27432 equal to find-file as reading a file name, to allow C-d to enter dired.
27433 (ibuffer-find-file): Add ido property with value find-file.
27434
27435 2005-05-15 Kim F. Storm <storm@cua.dk>
27436
27437 * subr.el (open-network-stream-nowait): Remove.
27438 (open-network-stream-server): Remove.
27439
27440 2005-05-15 Richard M. Stallman <rms@gnu.org>
27441
27442 * faces.el (describe-face): Output a definition link button.
27443
27444 * help-mode.el (help-face-def): New button type.
27445
27446 * emacs-lisp/copyright.el (copyright-fix-years):
27447 Match properly if the first year is 2-digit.
27448 Don't mess up the whitespace after the years by filling.
27449
27450 * dired-aux.el (dired-mark-confirm):
27451 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
27452
27453 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
27454 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
27455 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
27456
27457 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
27458 Set font-lock-comment-start-skip.
27459
27460 * font-lock.el (font-lock-comment-start-skip): New variable.
27461 (font-lock-comment-end-skip): New variable.
27462 (font-lock-fontify-syntactically-region): Use them if non-nil.
27463
27464 2005-05-15 Jay Belanger <belanger@truman.edu>
27465
27466 * calc/calc-store.el (calc-store-value): Return a string rather
27467 than display it as a message.
27468 Use calc-var-name for variable name.
27469 (calc-store-into): Add the result of calc-store-value to message.
27470 (calc-copy-variable): Add a message.
27471 (calc-store-exchange): Improve error messages.
27472 (calc-store-binary, calc-store-map): Don't reset the values of
27473 special constants.
27474
27475 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
27476
27477 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
27478 manual to docstring.
27479
27480 * files.el (hack-local-variables-confirm): Add STRING argument.
27481 Make the function handle non file visiting buffers correctly.
27482 (hack-local-variables-prop-line, hack-local-variables)
27483 (hack-one-local-variable): Use STRING arg of
27484 `hack-local-variables-confirm'.
27485
27486 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
27487
27488 Sync with Tramp 2.0.49.
27489
27490 * net/tramp.el (tramp-handle-dired-call-process)
27491 (tramp-handle-insert-directory):`insert-buffer' cannot be used
27492 because the contents of the Tramp buffer is changed before
27493 insertion (`expand-file' and alike).
27494 (tramp-handle-insert-directory): If `localname' has an empty
27495 nondirectory name, it must not be quoted.
27496 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
27497 variable `tramp-chunksize'. Change callees.
27498 (tramp-open-connection-setup-interactive-shell): Check remote host
27499 for buggy `send-process-string' implementation.
27500 Set `tramp-chunksize' if found. Reported by Michael Kifer
27501 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
27502 (tramp-handle-shell-command): `insert-buffer' cannot be used
27503 because the contents of the Tramp buffer is changed before
27504 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
27505 <frederic.bothamy@free.fr>.
27506 (tramp-set-auto-save): Actions should be done for Tramp file name
27507 handler only. Ange-FTP has its own auto-save mechanism.
27508 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
27509 (tramp-set-auto-save-file-modes): Set file modes of
27510 `buffer-auto-save-file-name' to ?\600 as fallback solution.
27511 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
27512 (tramp-bug): Remove obsolete variable.
27513 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
27514 for presence of `mml-mode'. Make it running for older Emacsen as well.
27515
27516 2005-05-14 John Paul Wallington <jpw@pobox.com>
27517
27518 * ibuf-ext.el (define-ibuffer-filter filename):
27519 If `dired-directory' is a list, use its car.
27520
27521 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
27522
27523 * ibuffer.el (define-ibuffer-column filename):
27524 If `dired-directory' is a list, use its car.
27525
27526 2005-05-14 Richard M. Stallman <rms@gnu.org>
27527
27528 * subr.el (symbol-file): Doc fix.
27529
27530 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
27531 (byte-compile-form): Call byte-compile-nogroup-warn.
27532 (byte-compile-warning-types): Doc fix.
27533
27534 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
27535
27536 * progmodes/cc-engine.el (c-literal-faces):
27537 Add font-lock-comment-delimiter-face.
27538
27539 * net/net-utils.el (dig): Use with-no-warnings.
27540
27541 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
27542 (sc-recite-frame-alist, sc-default-cite-frame)
27543 (sc-default-uncite-frame, sc-default-recite-frame)
27544 (sc-attrib-selection-list, sc-rewrite-header-list):
27545 Mark as risky-local-variable.
27546
27547 * international/ogonek.el (ogonek-jak, ogonek-how):
27548 Don't use beginning-of-buffer.
27549
27550 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
27551
27552 * calendar/solar.el (solar-data-list): Move definition up.
27553
27554 * dnd.el (dnd-protocol-alist): Add autoload.
27555
27556 * progmodes/sh-script.el: Many doc usage fixes.
27557 (sh-indent-after-do): Change default to match common styles.
27558
27559 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
27560
27561 * files.el (interpreter-mode-alist)
27562 (auto-mode-interpreter-regexp): Doc fixes.
27563
27564 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
27565
27566 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
27567
27568 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
27569
27570 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
27571
27572 * dired.el (dired-mode): make-variable-buffer-local =>
27573 make-local-variable.
27574
27575 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27576
27577 * term/mac-win.el (mac-select-convert-to-string): Try coding
27578 systems in mac-script-code-coding-systems if specified one cannot
27579 encode string for `com.apple.traditional-mac-plain-text'.
27580
27581 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
27582
27583 * progmodes/make-mode.el (makefile-targets-face)
27584 (makefile-shell-face, makefile-makepp-perl-face): New faces.
27585 (makefile-dependency-regex): Fix it to not make the colon in
27586 $(var:a=b) special.
27587 (makefile-rule-action-regex): New regexp for highlighting embedded
27588 Shell strings.
27589 (makefile-macroassign-regex): Handle != for highlighting as
27590 embedded Shell strings.
27591 (makefile-var-use-regex): New const.
27592 (makefile-statements, makefile-automake-statements)
27593 (makefile-gmake-statements, makefile-makepp-statements)
27594 (makefile-bsdmake-statements): New consts.
27595 (makefile-make-font-lock-keywords): New function.
27596 (makefile-automake-font-lock-keywords)
27597 (makefile-gmake-font-lock-keywords)
27598 (makefile-makepp-font-lock-keywords)
27599 (makefile-bsdmake-font-lock-keywords): New consts.
27600 (makefile-mode-map): Add switchers between the various submodes.
27601 (makefile-mode): Document the availability of the variants.
27602 (makefile-automake-mode, makefile-gmake-mode)
27603 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
27604
27605 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
27606 new variants of makefile-mode.
27607
27608 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
27609
27610 * font-lock.el (font-lock-comment-delimiter-face): Fix up
27611 the inheritance.
27612
27613 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
27614
27615 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
27616 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
27617
27618 * files.el (normal-mode): Extend the scope of the
27619 `enable-local-variables' binding to include the `set-auto-mode' call.
27620 (magic-mode-alist): Doc fix.
27621
27622 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
27623
27624 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
27625 font-lock-comment-face rather than copying its setting.
27626
27627 2005-05-12 Andreas Schwab <schwab@suse.de>
27628
27629 * eshell/esh-mode.el (eshell-send-input): Doc fix.
27630
27631 2005-05-12 Lute Kamstra <lute@gnu.org>
27632
27633 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
27634 defcustom for the mode hook variable. Delete the last argument.
27635 * generic-x.el: Fix callers of define-generic-mode.
27636 (generic-x-modes): Delete group.
27637 (show-tabs-tab-face, show-tabs-space-face): Put them in the
27638 generic-x customization group.
27639
27640 2005-05-12 Kim F. Storm <storm@cua.dk>
27641
27642 * font-lock.el (font-lock-negation-char-face): Default to "off".
27643
27644 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
27645 font-lock-negation-char-face to ! in !=.
27646
27647 2005-05-12 Masatake YAMATO <jet@gyve.org>
27648
27649 * add-log.el (find-change-log): Fix typos in the docstring
27650 of function.
27651
27652 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
27653
27654 * international/latexenc.el (latexenc-find-file-coding-system):
27655 Avoid `re-search-forward' when looking for input encoding because
27656 of speed and safety. Better regular expressions for recognizing
27657 input encoding. Limit a search for TeX-master/tex-main-file to
27658 the local variable section.
27659
27660 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
27661
27662 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
27663 syntax of $ to "'" (quote).
27664
27665 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
27666
27667 * dnd.el (dnd-protocol-alist): Improve custom type.
27668
27669 * dired.el (dired-dnd-protocol-alist): New variable.
27670 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
27671 `dired-mode-hook' to the end.
27672
27673 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
27674
27675 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
27676 comment-end if comment-start-skip is not set.
27677 Obey the font-lock-comment-delimiter-face variables.
27678
27679 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
27680
27681 * files.el (executable-find): Move from executable.el. Use
27682 locate-file.
27683 * progmodes/executable.el (executable-find): Move to files.el.
27684
27685 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
27686 when trying to ensure forward progress.
27687
27688 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
27689
27690 * mouse-sel.el (mouse-sel-follow-link-p): New function.
27691 (mouse-select, mouse-select-internal, mouse-extend-internal):
27692 Use it to implement mouse-1-click-follows-link functionality.
27693
27694 2005-05-11 Richard M. Stallman <rms@gnu.org>
27695
27696 * font-lock.el (font-lock-fontify-syntactically-region):
27697 Use font-lock-comment-delimiter-face for comment delimiters.
27698
27699 2005-05-10 Jay Belanger <belanger@truman.edu>
27700
27701 * calc/calc-help.el (calc-m-prefix-help): Add mention of
27702 preserving embedded modes.
27703
27704 2005-05-10 Richard M. Stallman <rms@gnu.org>
27705
27706 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
27707
27708 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
27709 Move from ada-stmt.el.
27710 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
27711
27712 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
27713 Move to ada-mode.el.
27714 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
27715
27716 * cus-edit.el (custom-file): Call file-chase-links.
27717
27718 * files.el (read-directory-name): Fix previous change.
27719 (hack-local-variables-confirm): New function.
27720 (hack-local-variables-prop-line, hack-local-variables)
27721 (hack-one-local-variable): Use it.
27722
27723 2005-05-10 Lute Kamstra <lute@gnu.org>
27724
27725 * font-lock.el (font-lock-keywords-alist)
27726 (font-lock-removed-keywords-alist): Clarify docstrings.
27727
27728 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
27729
27730 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
27731 (gdb-source-info): Check for preprocessor info.
27732 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
27733 a macro for a function.
27734 (gdb-info-breakpoints-custom): Try to find file again if not already
27735 found (user might have used GDB dir command).
27736 (gdb-get-location): Update gdb-location-alist correctly for change
27737 to gdb-info-breakpoints-custom.
27738
27739 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
27740 (gud-tooltip-print-command): Add gdbmi case.
27741 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
27742 preprocessor info.
27743
27744 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
27745
27746 * startup.el (fancy-splash-insert): Fix typo in doc string.
27747
27748 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
27749
27750 * obsolete/float.el (string-to-float):
27751 * obsolete/hilit19.el (hilit-add-pattern):
27752 * obsolete/rnews.el (news-parse-range, news-select-message)
27753 (news-get-pruned-list-of-files): Replace `string-to-int' by
27754 `string-to-number'.
27755
27756 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
27757 `find-file-not-found-hooks'; use `add-hook'.
27758 (uncompress-while-visiting): Set `write-file-functions', not
27759 `write-file-hooks'; use `add-hook'.
27760
27761 2005-05-09 Kim F. Storm <storm@cua.dk>
27762
27763 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
27764 (cua-paste): Handle clipboard action.
27765 (cua--init-keymaps): Remap clipboard-kill-region and
27766 clipboard-kill-ring-save.
27767
27768 2005-05-08 Eli Zaretskii <eliz@gnu.org>
27769
27770 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
27771 Improve commentary.
27772
27773 * simple.el (next-error-overlay-arrow-position): Revert the change
27774 made on 2005-04-30.
27775
27776 2005-05-07 Jay Belanger <belanger@truman.edu>
27777
27778 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
27779 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
27780 `calc-sel-reselect'.
27781
27782 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
27783 Calc is in embedded mode.
27784
27785 2005-05-07 Eli Zaretskii <eliz@gnu.org>
27786
27787 * progmodes/compile.el (compilation-setup):
27788 Set overlay-arrow-string to an empty string on text terminals.
27789
27790 * textmodes/ispell.el (ispell-program-name): Try looking for
27791 "aspell" along exec-path, and if found, use it as the default
27792 speller program.
27793
27794 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
27795
27796 * international/mule.el (sgml-xml-auto-coding-function):
27797 Recognize encoding='FOO' in single quotes as well as in double quotes.
27798
27799 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
27800
27801 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
27802 as well as `interactive', so that defmacro* would recognize
27803 `declare' forms.
27804
27805 2005-05-07 Eli Zaretskii <eliz@gnu.org>
27806
27807 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
27808 Explain more about the LIGHTER arg's usage in the doc string.
27809 Add commentary to clarify what the code does. Fix the regexp that
27810 strips whitespace from LIGHTER. Quote LIGHTER before using it,
27811 since it could have characters special to regular expressions.
27812
27813 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
27814
27815 * replace.el (occur-1): Bind inhibit-read-only so that
27816 erase-buffer doesn't barf on read-only text properties (likewise
27817 for add-text-properties in occur-engine). Mark buffer as unmodified.
27818 (occur-engine): Don't set buffer-read-only here.
27819
27820 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
27821
27822 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
27823 list-buffers-directory. This caused the *cvs-commit* buffer to be
27824 sometimes mistakenly reused as a *cvs* buffer.
27825
27826 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
27827
27828 * tooltip.el: Move code for GUD tooltips into gud.el.
27829 (require): CL no longer needed to compile case.
27830 (tooltip-mode): Do not toggle functions for GUD tooltips.
27831 (tooltip-gud-tips-p): Remove. Replace with minor mode
27832 gud-tooltip-mode in gud.el.
27833 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
27834 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
27835 tooltip-gud prefix with gud-tooltip and obsolete.
27836 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
27837 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
27838 (tooltip-mouse-motion): Mouse movement functions/variable.
27839 Rename in gud.el by adding gud prefix.
27840 (tooltip-gud-original-filter, tooltip-gud-dereference)
27841 (tooltip-gud-event, tooltip-toggle-gud-tips)
27842 (tooltip-gud-process-output, tooltip-gud-print-command)
27843 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
27844 gud.el by replacing tooltip-gud prefix with gud-tooltip.
27845 (gdb-tooltip-print): Move to gdb-ui.el.
27846
27847 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
27848 (require): CL needed to compile case.
27849 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
27850 tooltip-gud-tips-p. Make it a minor-mode.
27851 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
27852 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
27853 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
27854 (gud-tooltip-change-major-mode)
27855 (gud-tooltip-activate-mouse-motions-if-enabled)
27856 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
27857 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
27858 (gud-tooltip-original-filter, gud-tooltip-dereference)
27859 (gud-tooltip-event, tooltip-toggle-gud-tips)
27860 (gud-tooltip-process-output, gud-tooltip-print-command)
27861 (gud-tooltip-tips): Move from tooltip.el.
27862
27863 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
27864 (gdb-cpp-define-alist-flags): Doc fix.
27865 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
27866 gud-tooltip-mode is t.
27867
27868 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
27869
27870 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
27871 evaporate if their text is deleted.
27872 (goto-address-at-point): Make it work as a mouse binding as well.
27873 (goto-address-at-mouse): Obsolete it. Update users.
27874
27875 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
27876
27877 * calendar/appt.el (top-level): No longer activate on load.
27878
27879 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
27880
27881 * calendar/cal-bahai.el (mark-bahai-diary-entries):
27882 * net/webjump.el (webjump):
27883 * progmodes/idlw-help.el (idlwave-do-context-help1)
27884 (idlwave-highlight-linked-completions):
27885 * textmodes/po.el (po-find-file-coding-system-guts):
27886 Replace `assoc-ignore-case' by `assoc-string'.
27887
27888 2005-05-06 Eli Zaretskii <eliz@gnu.org>
27889
27890 * files.el (locate-file): Doc fix.
27891
27892 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
27893 Remove the redundant test for ms-dos.
27894
27895 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
27896 look for the preprocessor with exec-suffixes. If not found in
27897 standard places, look in exec-path. Remove most of the tests that
27898 used system-type.
27899
27900 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
27901
27902 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
27903
27904 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
27905 file-name clash with jka-compr.el on 8+3 filesystems.
27906
27907 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27908
27909 * term/mac-win.el: Don't define or bind scroll bar functions if
27910 x-toolkit-scroll-bars is t.
27911 (x-select-text, x-get-selection-value): Clear
27912 x-last-selected-text-clipboard if x-select-enable-clipboard is
27913 nil.
27914 (PRIMARY): Put mac-scrap-name property.
27915 (mac-select-convert-to-file-url): New function.
27916 (public.file-url): New selection target type. Add to
27917 selection-converter-alist.
27918 (x-get-selection, x-selection-value): Handle it.
27919 (x-cut-buffer-or-selection-value): New alias.
27920
27921 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
27922
27923 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
27924 entry to avoid calling bibtex-find-entry with arg global
27925 being t. Remove arg key.
27926 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
27927 (bibtex-copy-summary-as-kill): Change accordingly.
27928
27929 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
27930
27931 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
27932 (org-agenda-date-later): Use with-current-buffer.
27933
27934 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
27935
27936 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
27937 (define-obsolete-variable-alias): Doc Fixes.
27938
27939 2005-05-06 Kim F. Storm <storm@cua.dk>
27940
27941 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
27942 vertical-motion when selective-display is active.
27943
27944 * ido.el (ido-setup-hook): New hook.
27945 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
27946 (ido-input-stack): New var.
27947 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
27948 ido-next-work-file binding to M-O.
27949 Bind M-f to ido-wide-find-file-or-pop-dir.
27950 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
27951 (ido-read-internal): Run ido-setup-hook.
27952 Catch quit in read-file-name and read-string to cancel edit.
27953 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
27954 Automatically pop-all when completing a directory name (RET).
27955 (ido-file-internal): Add with-no-warnings around ffap and dired code.
27956 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
27957 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
27958 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
27959 New functions for M-b/M-f to move among the directory components.
27960 (ido-make-merged-file-list): Catch quit to cancel merge.
27961 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
27962 (ido-completion-help): No warnings for ido-completion-buffer-full.
27963
27964 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
27965
27966 * font-lock.el (font-lock-negation-char-face): New face and variable.
27967 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
27968 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
27969 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
27970 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
27971
27972 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
27973
27974 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
27975 Fix typo in docstring.
27976
27977 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
27978 (ebrowse-print-statistics-line)
27979 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
27980
27981 * term/w32-win.el (image-library-alist): Add additional name for
27982 Xpm library.
27983
27984 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
27985
27986 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
27987 use gcc instead of cpp.
27988
27989 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
27990 (gdb-create-define-alist): Use it.
27991 (gdb-cpp-define-alist-program): Update for MS-DOS.
27992
27993 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
27994
27995 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
27996
27997 2005-05-04 Richard M. Stallman <rms@gnu.org>
27998
27999 * help.el (describe-key): No error when UNTRANSLATED is nil.
28000
28001 * simple.el (line-move-1): Fix previous change to signal errors
28002 appropriately.
28003
28004 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
28005
28006 * calendar/icalendar.el (icalendar-version): Now at 0.12.
28007 (icalendar-duration-correction): Remove.
28008 (icalendar--get-event-properties): Split result at commas.
28009 (icalendar--decode-isoduration): New optional argument
28010 DURATION-CORRECTION.
28011 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
28012 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
28013 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
28014 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
28015 (icalendar--convert-anniversary-to-ical): New functions, extracted
28016 from icalendar-export-region, with bug fixes.
28017 (icalendar-export-region): Use the above functions.
28018 (icalendar-import-buffer): Check before saving diary file.
28019 (icalendar--convert-recurring-to-diary)
28020 (icalendar--convert-non-recurring-all-day-to-diary)
28021 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
28022 extracted from icalendar--convert-ical-to-diary, with bug fixes.
28023 (icalendar--convert-ical-to-diary): Use the above functions.
28024
28025 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
28026
28027 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
28028 Remove these recent additions.
28029 (c-mode): Restore to before 2005-04-28.
28030
28031 * progmodes/cc-vars.el (cc-define-list-program): Remove this
28032 recent addition.
28033
28034 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
28035 (gdb-define-alist): New variables.
28036 (gdb-create-define-alist): New function.
28037 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
28038 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
28039 with string-to-number.
28040 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
28041
28042 * progmodes/gud.el: Replace string-to-int with string-to-number.
28043 (gud-find-file): Handle gdb-define-alist.
28044
28045 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
28046
28047 2005-05-02 Jay Belanger <belanger@truman.edu>
28048
28049 * calc/calc-aent.el (math-read-token):
28050 * calc/calc-bin.el (calc-word-size):
28051 * calc/calc-ext.el (calc-read-number-fancy):
28052 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
28053 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
28054 * calc/calc-frac.el (calc-over-notation):
28055 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
28056 (calc-graph-num-points, calc-graph-init):
28057 * calc/calc-prog.el (calc-read-parse-table-part)
28058 (calc-edit-macro-repeats):
28059 * calc/calc-yank.el (calc-do-grab-rectangle):
28060 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
28061 Replace `string-to-int' by `string-to-number'.
28062
28063 2005-05-02 Kim F. Storm <storm@cua.dk>
28064
28065 * kmacro.el: Use executing-kbd-macro-index variable.
28066
28067 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
28068
28069 * net/rlogin.el (rlogin-parse-words): Delete func.
28070 (rlogin): Use split-string, not rlogin-parse-words.
28071 Also, if there are option-like elements in the parsed args,
28072 take the host to be the first arg immediately following them.
28073 Suggested by Michael Mauger.
28074
28075 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
28076
28077 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
28078
28079 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
28080
28081 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
28082 (cc-mode-cpp-program): Rename to cc-define-list-program and
28083 move to cc-vars.el.
28084
28085 * progmodes/cc-vars.el (cc-define-list-program):
28086 Change to "gcc -E -dM -". Make customizable.
28087
28088 2005-05-02 Kim F. Storm <storm@cua.dk>
28089
28090 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
28091
28092 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
28093
28094 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
28095
28096 * international/mule-util.el (truncate-string): Remove alias and
28097 obsolete declaration.
28098
28099 * international/mule-cmds.el (update-iso-coding-systems):
28100 Remove alias and obsolete declaration.
28101
28102 * international/mule.el (coding-system-parent): Remove alias and
28103 obsolete declaration.
28104
28105 * subr.el (define-function, sref): Remove aliases and obsolete
28106 declarations.
28107 (chars-in-region): Remove obsolete declaration.
28108
28109 2005-05-01 Richard M. Stallman <rms@gnu.org>
28110
28111 * info.el (Info-mode): Set widen-automatically to nil, locally.
28112
28113 * simple.el (widen-automatically): New variable.
28114 (pop-global-mark): Obey widen-automatically.
28115
28116 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
28117
28118 * term/xterm.el (function-key-map): Call substitute-key-definition
28119 before the keymap size is increased by a lot of define-key calls.
28120
28121 2005-05-01 Richard M. Stallman <rms@gnu.org>
28122
28123 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
28124 Rename ARG to ELEMENT. Doc fix.
28125
28126 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
28127
28128 * allout.el (allout-exposure): Remove macro and obsolete declaration.
28129 Remove references to allout-exposure/change to allout-new-exposure.
28130
28131 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
28132 bytecode symbols.
28133
28134 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
28135 (compiled-function-p, focus-frame, unfocus-frame):
28136 Remove aliases and obsolete declarations.
28137 Back out inadvertent changes from previous commit.
28138
28139 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
28140
28141 * files.el (require-final-newline): Make Custom tags consistent
28142 with mode-require-final-newline.
28143 (mode-require-final-newline): Doc fix.
28144
28145 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
28146
28147 * international/latexenc.el (latexenc-find-file-coding-system):
28148 Fix regular expressions.
28149
28150 2005-05-01 David Kastrup <dak@gnu.org>
28151
28152 * international/latexenc.el (latexenc-find-file-coding-system):
28153 Fix regular expressions.
28154
28155 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
28156
28157 * subr.el (string-to-int): Make obsolete.
28158
28159 2005-04-30 Richard M. Stallman <rms@gnu.org>
28160
28161 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
28162
28163 * loadup.el: load jka-comp-hook.
28164
28165 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
28166 (jka-compr-handler): Add autoload. `put' calls moved
28167 to jka-comp-hook.el.
28168 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
28169 (jka-compr-inhibit): Autoload.
28170
28171 * jka-comp-hook.el: New file.
28172 Enable the mode by default.
28173
28174 * files.el (backup-buffer-copy): Use copy-file instead
28175 of write-region, and put back the 'excl.
28176
28177 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
28178
28179 * progmodes/flymake.el (flymake-split-string)
28180 (flymake-split-string, flymake-log, flymake-pid-to-names)
28181 (flymake-reg-names, flymake-get-source-buffer-name)
28182 (flymake-unreg-names, flymake-add-line-err-info)
28183 (flymake-add-err-info): Clarify docstrings.
28184 (flymake-popup-menu, flymake-make-emacs-menu)
28185 (flymake-make-xemacs-menu): Add docstrings.
28186 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
28187 Set variables directly throughout.
28188
28189 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
28190
28191 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
28192 exists. Initialize cc-define-alist.
28193 (c-mode): Add cc-create-define-alist locally to after-save-hook.
28194 If there is no file (Macroexpansion) don't create an alist.
28195
28196 2005-04-29 Sam Steingold <sds@gnu.org>
28197
28198 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
28199 (cc-create-define-alist): Use it instead of the hard-coded string.
28200
28201 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
28202
28203 * international/mule-conf.el (file-coding-system-alist): Fix regexp
28204 for latexenc.
28205
28206 2005-04-29 Lute Kamstra <lute@gnu.org>
28207
28208 * emacs-lisp/generic.el: Improve commentary section.
28209 (define-generic-mode): Improve docstring.
28210
28211 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
28212
28213 * textmodes/org.el (many places): Change to quiet the byte compiler.
28214 (org-prefix-format-compiled): New variable.
28215 (org-compile-prefix-format): New function.
28216 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
28217 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
28218 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
28219 (org-get-entries-from-diary): Use `org-get-time-of-day' for
28220 consistency with entries from `org-mode' files.
28221 (org-get-time-of-day): Fix bug with partial matches early in a line.
28222 (org-non-link-chars): New constant.
28223 (org-link-regexp): Respect `org-non-link-chars'.
28224 (org-agenda-day-view): Remove command.
28225 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
28226 (org-follow-bbdb-link, org-store-link): Search also company field.
28227 (org-highlight-overlay): New variable.
28228 (org-highlight, org-unhighlight): New functions.
28229 (org-agenda-mode): Add pre-command-hook to remove highlight.
28230 (org-evaluate-time-range): Behavior depends upon whether time stamp
28231 contains a time or not.
28232 (org-show-subtree, org-show-entry): New functions.
28233 (org-agenda-cleanup-fancy-diary): Remove empty lines.
28234
28235 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
28236
28237 * comint.el (comint-output-filter-functions): Add autoload cookie.
28238
28239 2005-04-28 Kim F. Storm <storm@cua.dk>
28240
28241 * ido.el (ido-everywhere): Fix last change.
28242
28243 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
28244
28245 * international/latexenc.el: New file.
28246 * international/mule-conf.el (file-coding-system-alist): For .tex,
28247 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
28248
28249 2005-04-28 Lute Kamstra <lute@gnu.org>
28250
28251 * font-lock.el (font-lock-add-keywords)
28252 (font-lock-remove-keywords): Clarify docstring.
28253 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
28254 Don't start docstrings with a `*'.
28255 (font-lock-update-removed-keyword-alist): Give it a docstring.
28256
28257 * generic-x.el: Update commentary section.
28258 Only require font-lock when compiling.
28259 Define all modes conditionally.
28260 Place all generic modes in the generic-x-modes customization group.
28261 (generic-x-modes): New customization group.
28262 (generic-default-modes, generic-mswindows-modes)
28263 (generic-unix-modes, generic-other-modes): New constants.
28264 (generic-define-mswindows-modes, generic-define-unix-modes):
28265 Update docstrings. Make them obsolete.
28266 (generic-extras-enable-list): New default value. Update docstring.
28267 Improve :type. Change :set function.
28268 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
28269 Fix docstring.
28270
28271 * emacs-lisp/generic.el (generic-mode-internal):
28272 Simplify font-lock-defaults.
28273 (define-generic-mode): Fix docstring.
28274
28275 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
28276
28277 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
28278 font-lock-face property to highlight matches.
28279
28280 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
28281
28282 * progmodes/cc-mode.el (cc-create-define-alist): New function.
28283 (cc-define-alist): New variable.
28284 (c-mode): Make it local and initialize it.
28285
28286 * progmodes/gdb-ui.el (gdb-active-process): New variable.
28287 (gdb-exited): New function.
28288 (gdb-annotation-rules): Use it.
28289 (gdb-starting): Set gdb-active-process to t.
28290 (gdb-stopping): Amend doc string.
28291 (gdb-reset): Set gdb-active-process to nil.
28292
28293 * tooltip.el (tooltip-gud-tips): Show the associated #define
28294 directives when a C program under GDB is not executing.
28295
28296 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
28297
28298 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
28299 font-lock-fontify-syntactic-keywords.
28300
28301 * font-lock.el (font-lock-default-fontify-region): Don't force
28302 parse-sexp-lookup-properties to nil.
28303
28304 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
28305
28306 * man.el (man-mode-syntax-table): Set up `:' to have
28307 word-constituent syntax.
28308
28309 2005-04-27 Lute Kamstra <lute@gnu.org>
28310
28311 * novice.el (disable-command): Don't add spurious newlines to the
28312 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
28313
28314 2005-04-26 Jay Belanger <belanger@truman.edu>
28315
28316 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
28317 than one window before deleting window.
28318
28319 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
28320
28321 * shell.el (shell-prompt-pattern): Doc fix.
28322 (shell-mode): Set paragraph-separate buffer locally to "\\'".
28323
28324 * comint.el (comint-prompt-regexp, comint-get-old-input)
28325 (comint-use-prompt-regexp)
28326 (comint-use-prompt-regexp-instead-of-fields)
28327 (comint-replace-by-expanded-history, comint-send-input)
28328 (comint-output-filter, comint-get-old-input-default)
28329 (comint-line-beginning-position, comint-bol, comint-show-output)
28330 (comint-backward-matching-input, comint-forward-matching-input)
28331 (comint-next-prompt, comint-previous-prompt):
28332 Rename `comint-use-prompt-regexp-instead-of-fields' to
28333 `comint-use-prompt-regexp'. Keep old name as alias and declare
28334 obsolete.
28335 (comint-use-prompt-regexp): Shorten first line of doc string.
28336
28337 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
28338 Set paragraph-separate buffer locally to "\\'".
28339
28340 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
28341 Adapt to above name change.
28342
28343 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
28344 (smbclient-prompt-regexp): Ditto.
28345
28346 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
28347
28348 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
28349
28350 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
28351 gdb-location-list.
28352 Break lines that are over 80 characters wide.
28353
28354 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
28355
28356 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
28357 New fun and var, to preserve compatibility.
28358
28359 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
28360
28361 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
28362
28363 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
28364 name to file-newer-than-file-p.
28365
28366 2005-04-26 Richard M. Stallman <rms@gnu.org>
28367
28368 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
28369
28370 * progmodes/python.el (python-mode):
28371 Use new name eldoc-documentation-function.
28372
28373 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
28374
28375 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
28376 (eldoc-documentation-function):
28377 Rename from eldoc-print-current-symbol-info-function. Calls changed.
28378
28379 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
28380
28381 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
28382
28383 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
28384
28385 * term/xterm.el (function-key-map): Fix strings for
28386 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
28387 {C,S,A,C-S}-{f1-f12}.
28388
28389 2005-04-26 Kenichi Handa <handa@m17n.org>
28390
28391 * international/mule-cmds.el (select-safe-coding-system):
28392 Fix previous change.
28393
28394 2005-04-26 Lute Kamstra <lute@gnu.org>
28395
28396 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
28397
28398 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
28399 (font-lock-comment-delimiter-face): Ditto.
28400
28401 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
28402
28403 2005-04-25 Jay Belanger <belanger@truman.edu>
28404
28405 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
28406 to t while inserting information; use help-mode.
28407
28408 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
28409
28410 * term.el (ansi-term-color-vector): Use the xterm colors.
28411 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
28412
28413 2005-04-25 Lute Kamstra <lute@gnu.org>
28414
28415 * font-core.el (font-lock-defaults): Fix docstring.
28416
28417 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
28418
28419 2005-04-25 Kenichi Handa <handa@m17n.org>
28420
28421 * international/mule-cmds.el (select-safe-coding-system):
28422 Don't check consistency with coding: spec, etc if raw-text or
28423 no-conversion was found to be safe.
28424
28425 2005-04-24 Richard M. Stallman <rms@gnu.org>
28426
28427 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
28428 citation markers at start of each line.
28429
28430 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
28431 citation markers at start of each line.
28432
28433 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
28434
28435 * files.el (mode-require-final-newline): Fix previous change.
28436 (require-final-newline): Fix type label.
28437
28438 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
28439
28440 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
28441 statement in buffer (broken by 2004-11-24 change).
28442
28443 2005-04-24 Kim F. Storm <storm@cua.dk>
28444
28445 * ido.el (ido-everywhere): Save and restore old read-buffer-function
28446 and read-file-name-function values. Don't overwrite existing
28447 non-nil values if ido-mode is enabled without ido-everywhere.
28448
28449 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
28450
28451 * files.el (mode-require-final-newline): Minor doc fix.
28452
28453 2005-04-24 Eli Zaretskii <eliz@gnu.org>
28454
28455 * subr.el (syntax-after): Doc fix.
28456 (syntax-class): If argument is nil, return nil. Mask off upper 16
28457 bits, not 8 bits.
28458
28459 * files.el (mode-require-final-newline): Doc fix.
28460 (backup-buffer-copy): Fix last change.
28461
28462 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28463
28464 * term/mac-win.el: Require select. Set selection-coding-system to
28465 mac-system-coding-system. Call menu-bar-enable-clipboard.
28466 (x-last-selected-text-clipboard, x-last-selected-text-primary)
28467 (x-select-enable-clipboard): New variables.
28468 (x-select-text, x-get-selection, x-selection-value)
28469 (x-get-selection-value, mac-select-convert-to-string)
28470 (mac-services-open-file, mac-services-open-selection)
28471 (mac-services-insert-text): New functions.
28472 (CLIPBOARD, FIND): Put mac-scrap-name property.
28473 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
28474 (public.tiff): Put mac-ostype property.
28475 (selection-converter-alist): Add entries for them.
28476 (mac-application-menu-map): New keymap.
28477 (interprogram-cut-function, interprogram-paste-function): Set to
28478 x-select-text and x-get-selection-value, respectively.
28479 (split-window-keep-point): Set to t.
28480
28481 2005-04-23 Richard M. Stallman <rms@gnu.org>
28482
28483 * files.el (read-directory-name): Always pass non-nil
28484 DEFAULT-FILENAME arg to read-file-name.
28485 (backup-buffer-copy, basic-save-buffer-2): Take care against
28486 writing thru an unexpected existing symlink.
28487 (revert-buffer): In indirect buffer, revert the base buffer.
28488 (magic-mode-alist): Doc fix.
28489 (buffer-stale-function): Doc fix.
28490 (minibuffer-with-setup-hook): Avoid warning.
28491 (mode-require-final-newline): Doc and custom fix.
28492
28493 * follow.el (follow-end-of-buffer): Use with-no-warnings.
28494
28495 * font-lock.el (font-lock-comment-face): On terminals with few colors,
28496 use the default appearance.
28497 (font-lock-comment-delimiter-face): New face, new variable.
28498
28499 * imenu.el (imenu--generic-function): The official position of a
28500 definition is the start of the line that BEG is in.
28501
28502 * midnight.el (midnight-timer): Move defvar up.
28503
28504 * mouse.el (mouse-drag-region-1): Delete some debugging code.
28505
28506 * saveplace.el (save-place-to-alist): Use with-no-warnings.
28507
28508 * startup.el (command-line): Use with-no-warnings.
28509
28510 * window.el (window-size-fixed): New defvar.
28511
28512 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
28513
28514 * mail/rmail.el (rmail-font-lock-keywords):
28515 Use font-lock-comment-delimiter-face.
28516
28517 * mail/sendmail.el (mail-font-lock-keywords):
28518 Use font-lock-comment-delimiter-face.
28519
28520 * progmodes/compile.el (next-error-highlight-timer): New defvar.
28521
28522 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
28523
28524 * progmodes/compile.el (compilation-mode-font-lock-keywords):
28525 Specify t for LAXMATCH when matching directories.
28526 Save match data around compilation-compat-error-properties form.
28527
28528 2005-04-23 David Kastrup <dak@gnu.org>
28529
28530 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
28531 Mention that the autoloaded aliases should be kept for AUCTeX.
28532
28533 2005-04-23 Andreas Schwab <schwab@suse.de>
28534
28535 * isearch.el (isearch-forward): Doc fix.
28536
28537 2005-04-23 Eli Zaretskii <eliz@gnu.org>
28538
28539 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
28540 (jit-lock-stealth-nice): Change default value to 0.5.
28541
28542 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
28543
28544 * abbrev.el (write-abbrev-file): Write table entries in
28545 alphabetical order by table name.
28546
28547 2005-04-22 Kim F. Storm <storm@cua.dk>
28548
28549 * ido.el (ido-read-internal): Fix `list' completion.
28550
28551 2005-04-22 Kenichi Handa <handa@m17n.org>
28552
28553 * recentf.el (recentf-save-file-coding-system): New variable.
28554 (recentf-save-list): Encode the file by
28555 recentf-save-file-coding-system and add coding: tag.
28556
28557 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
28558
28559 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
28560
28561 2005-04-21 Lute Kamstra <lute@gnu.org>
28562
28563 * loadhist.el (unload-feature): Don't remove a function from hooks
28564 if it is about to be restored to an autoload . Remove functions
28565 that will become unbound from auto-mode-alist. Simplify the code.
28566
28567 * subr.el (assq-delete-all): New implementation that is linear,
28568 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
28569 (rassq-delete-all): New function.
28570
28571 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
28572 Add size-indication-mode.
28573
28574 2005-04-21 Kenichi Handa <handa@m17n.org>
28575
28576 * international/mule-cmds.el: Add autoload for widget-value in
28577 eval-when-compile.
28578
28579 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
28580
28581 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
28582 Add tooltip-mode.
28583
28584 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
28585
28586 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
28587
28588 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
28589 (inferior-lisp-filter-regexp, inferior-lisp-program)
28590 (inferior-lisp-load-command, inferior-lisp-prompt)
28591 (inferior-lisp-mode-hook, lisp-source-modes)
28592 (inferior-lisp-load-hook): defvar->defcustom.
28593 (inferior-lisp-program, inferior-lisp-prompt)
28594 (inferior-lisp-load-hook): Doc fixes.
28595 (inferior-lisp-install-letter-bindings): Small change in
28596 introductory comment.
28597
28598 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
28599
28600 * vc.el (vc-annotate-color-map): Change some colors so that text
28601 using them as foreground is readable on both white and black
28602 backgrounds.
28603
28604 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
28605
28606 * international/mule-conf.el (translation-table-for-input):
28607 Remove redundant declaration.
28608
28609 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
28610
28611 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
28612
28613 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
28614 (tooltip-toggle-gud-tips): New function.
28615
28616 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28617
28618 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
28619 right angle brackets.
28620
28621 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
28622
28623 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
28624
28625 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
28626
28627 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
28628 Remove. Update callers to use expand-file-name instead.
28629
28630 * subr.el (syntax-class): New function.
28631
28632 * simple.el (blink-matching-open): Use it.
28633
28634 * paren.el (show-paren-function): Use it to recognize parens that are
28635 also used in 2-char comment markers.
28636
28637 2005-04-19 Lute Kamstra <lute@gnu.org>
28638
28639 * loadhist.el (unload-feature): Update for new format of
28640 load-history. Simplify the code.
28641
28642 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28643
28644 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
28645 (mac-add-charset-info): New function. Initialize variable
28646 mac-charset-info-alist using it.
28647 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
28648 for translation.
28649 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
28650 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
28651 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
28652 New CCL programs.
28653
28654 2005-04-19 Kim F. Storm <storm@cua.dk>
28655
28656 * simple.el (next-buffer, prev-buffer, next-error)
28657 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
28658 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
28659
28660 * bindings.el (next-buffer, prev-buffer, next-error)
28661 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
28662 (clone-indirect-buffer-other-window): Move bindings from simple.el.
28663 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
28664 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
28665
28666 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
28667
28668 * isearch.el (isearch-edit-string): Make the search-ring available for
28669 minibuffer history commands.
28670 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
28671 the default history commands now work just as well.
28672 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
28673
28674 2005-04-18 Kim F. Storm <storm@cua.dk>
28675
28676 * emulation/cua-base.el (cua--pre-command-handler): Add more
28677 elaborate check for shift modifier on non-window systems.
28678
28679 2005-04-18 Lars Hansen <larsh@math.ku.dk>
28680
28681 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
28682
28683 2005-04-18 Kim F. Storm <storm@cua.dk>
28684
28685 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
28686 and make it optional. Don't test tooltip-gud-echo-area here.
28687 (tooltip-gud-process-output, gdb-tooltip-print):
28688 Pass tooltip-gud-echo-area to tooltip-show.
28689 (tooltip-help-tips): Remove second optional arg to tooltip-show.
28690
28691 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28692
28693 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
28694 `display-graphic-p' may not be bound yet.
28695
28696 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
28697
28698 * startup.el (command-line): No longer enable Xterm Mouse mode by
28699 default in terminals compatible with xterm.
28700
28701 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
28702
28703 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
28704
28705 * tooltip.el (tooltip-gud-echo-area): Rename from
28706 tooltip-use-echo-area.
28707 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
28708 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
28709 area independently of where help tooltips are displayed.
28710
28711 2005-04-17 David Kastrup <dak@gnu.org>
28712
28713 * cus-theme.el (custom-theme-write-variables): Quote variables
28714 where necessary.
28715
28716 2005-04-17 Richard M. Stallman <rms@gnu.org>
28717
28718 * simple.el (yank-excluded-properties): Add follow-link to value.
28719
28720 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
28721
28722 * startup.el (fancy-splash-max-time): Just 30 seconds.
28723 (fancy-splash-delay): Just 7.
28724 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
28725
28726 * loadhist.el (unload-feature): Update for new format of load-history.
28727 Simplify the code.
28728
28729 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
28730 (rmail-font-lock-keywords): Don't fontify the text of a citation.
28731
28732 * mail/sendmail.el (mail-font-lock-keywords):
28733 Don't fontify subject text.
28734 Don't fontify the text of a citation.
28735
28736 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
28737
28738 * comint.el (comint-output-filter): Run comint-output-filter-functions
28739 with point where the user had it.
28740
28741 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
28742
28743 * international/ucs-tables.el (ucs-set-table-for-input):
28744 Disable when using unify-on-decoding.
28745
28746 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
28747
28748 * emulation/cua-base.el (cua-global-mark-face): Add special case
28749 for displays supporting a high number of colors.
28750
28751 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
28752
28753 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
28754
28755 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
28756
28757 * filesets.el (filesets-add-buffer): If user supplies a name of a
28758 non-existing fileset, create a new fileset.
28759
28760 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
28761
28762 * textmodes/org.el (org-up-heading-all): Fix bug with
28763 `outline-up-heading-all'.
28764
28765 2005-04-16 Andreas Schwab <schwab@suse.de>
28766
28767 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
28768 /etc/permissions.d/* and /etc/aliases.d/*.
28769
28770 2005-04-16 Kenichi Handa <handa@m17n.org>
28771
28772 * international/code-pages.el (cp-make-coding-system):
28773 Set `translation-table-for-input' property value to the symbol
28774 ucs-mule-to-mule-unicode, not to that value.
28775 (pt154): Escape guillemet by `\'.
28776
28777 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
28778
28779 * loadup.el: Load tooltip if x-show-tip is fboundp.
28780
28781 * startup.el (command-line): Add comment.
28782
28783 * tooltip.el (tooltip-mode): Specify correct standard value for
28784 Custom in init-value.
28785
28786 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
28787
28788 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
28789 possible.
28790
28791 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
28792
28793 * textmodes/org.el (org-agenda-date-prompt): Rename from
28794 `org-agenda-date-today'.
28795 (org-evaluate-time-range): Insert at point instead of directly
28796 after time range.
28797 (org-first-headline-recenter, org-subtree-end-visible-p)
28798 (org-optimize-window-after-visibility-change): New functions
28799 (org-agenda-post-command-hook): Don't allow point at end of line,
28800 to make sure it always hits the text properties.
28801 (org-agenda-next-date-line, org-agenda-previous-date-line):
28802 New commands.
28803 (org-set-regexps-and-options): Category may contain white space.
28804 (org-agenda-get-deadlines, org-agenda-get-scheduled):
28805 Improve marker positions.
28806 (org-agenda-new-marker): Argument POS made optional.
28807 (org-agenda-get-timestamps): Deadlines which are done are listed
28808 in org-done-face now.
28809 (org-agenda-get-todos, org-agenda-get-timestamps)
28810 (org-agenda-get-deadlines, org-agenda-get-scheduled):
28811 Set `undone-face' and `done-face' properties.
28812 (org-last-todo-state-is-todo): New variable.
28813 (org-todo): Set `org-last-todo-state-is-todo'.
28814 (org-agenda-todo): Change face according to
28815 `org-last-todo-state-is-todo'. And change other lines referring to
28816 the same entry.
28817 (org-calendar-goto-agenda): New command.
28818 (org-calendar-to-agenda-key): New option.
28819 (org-startup-folded): New allowed value `content'.
28820 (org-set-regexps-and-options): Accept new value `content' for
28821 `org-startup-folded'.
28822 (org-get-current-options): Handle new value `content' for
28823 `org-startup-folded'.
28824 (org-insert-todo-heading): New command.
28825 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
28826 interactively in empty file and option
28827 `org-insert-mode-line-in-empty-file' has been set.
28828 (org-agenda-todo, org-agenda-priority): Modify to use
28829 `org-agenda-change-all-lines'.
28830 (org-warning-face): Change color on dark background
28831
28832 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28833
28834 * international/mule-cmds.el (set-locale-environment): On Mac OS,
28835 use preferences AppleLocale and AppleLanguages, and variable
28836 mac-system-locale for default locale. On Mac OS Classic, use
28837 mac-system-coding-system for default coding systems.
28838
28839 * term/mac-win.el: Don't set file-name-coding-system.
28840 Decode variables system-name, emacs-build-system, user-login-name, and
28841 user-full-name by mac-system-coding-system on Mac OS Classic.
28842 (mac-system-coding-system): New variable.
28843
28844 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
28845
28846 * startup.el (command-line): Handle `xterm-mouse-mode' before
28847 reading init file.
28848
28849 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
28850
28851 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
28852
28853 * progmodes/sh-script.el (sh-here-document-word): Make it a
28854 defcustom. Doc fix.
28855 (sh-add): Bash uses $(( )) for arithmetic.
28856 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
28857 (sh-maybe-here-document): Remove quotes and leading whitespace
28858 from heredoc word when closing. Indent heredoc with tabs if word
28859 starts with "-".
28860
28861 2005-04-13 Richard M. Stallman <rms@gnu.org>
28862
28863 * simple.el (undo): Fix previous change.
28864
28865 * custom.el (defface): Doc fix.
28866
28867 2005-04-13 Lute Kamstra <lute@gnu.org>
28868
28869 * Makefile.in (DONTCOMPILE): Remove list.
28870 (compile, compile-always): Don't use DONTCOMPILE.
28871 (update-authors): Load the library in which batch-update-authors
28872 is defined.
28873 * makefile.w32-in (DONTCOMPILE): Remove list.
28874 (compile, compile-always): Fix comments.
28875 (update-authors): Load the library in which batch-update-authors
28876 is defined.
28877
28878 * generic-x.el (generic-mode-ini-file-find-file-hook):
28879 Rename to ini-generic-mode-find-file-hook.
28880 Keep generic-mode-ini-file-find-file-hook as an alias.
28881 (ini-generic-mode-find-file-hook): Rename from
28882 generic-mode-ini-file-find-file-hook. Fix docstring.
28883 (ini-generic-mode): Docstring change.
28884 (bat-generic-mode-run-as-comint): Silence the byte compiler.
28885
28886 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
28887 called from lisp.
28888
28889 * generic.el: Move to the emacs-lisp subdir.
28890
28891 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
28892
28893 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
28894 and C-S- function and cursor motion keys.
28895
28896 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
28897
28898 * startup.el (command-line): Enable Xterm Mouse mode by default.
28899 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
28900 for Custom. No longer show "Mouse" in mode line when enabled.
28901 Doc fix.
28902
28903 2005-04-12 Kim F. Storm <storm@cua.dk>
28904
28905 * emulation/cua-base.el (cua-rectangle-face)
28906 (cua-rectangle-noselect-face): Define face attributes here.
28907
28908 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
28909
28910 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
28911
28912 * startup.el (command-line): Turn off blinking cursor if
28913 cursorBlink in resources is off or false.
28914
28915 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28916
28917 * term/mac-win.el (dnd): Require dnd.
28918 (mac-drag-n-drop): Call dnd-handle-one-url.
28919 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
28920 (kTextEncodingISOLatin2): Remove constants.
28921 (mac-script-code-coding-systems): New constant.
28922 (mac-handle-language-change): New function.
28923 (special-event-map): Bind it to `language-change' event.
28924 (mac-centraleurroman, mac-cyrillic): New coding systems.
28925 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
28926 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
28927 and mac-cyrillic-encoder to encode-mac-centraleurroman and
28928 encode-mac-cyrillic, respectively.
28929
28930 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
28931
28932 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
28933 Don't set overlay-arrow-string to "=>" as this is done
28934 globally in C now.
28935
28936 2005-04-12 Lute Kamstra <lute@gnu.org>
28937
28938 * generic-x.el (rc-generic-mode, rul-generic-mode):
28939 Fix auto-mode-alist entries.
28940 (etc-fstab-generic-mode): Tweak fontification.
28941
28942 * generic.el (generic-make-keywords-list): Fix docstring.
28943 (generic-mode-internal): Simplify generic-font-lock-keywords.
28944
28945 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
28946
28947 * whitespace.el (whitespace-buffer-leading)
28948 (whitespace-buffer-trailing): Revert the incorrect test inversion.
28949 However, fix the highlight area for the leading and
28950 trailing whitespaces to show space.
28951
28952 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
28953
28954 * whitespace.el (whitespace-version): Bump to 3.5
28955
28956 (whitespace-buffer-leading, whitespace-buffer-trailing):
28957 Invert sense of the test to highlight the whitespace.
28958
28959 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
28960
28961 * progmodes/gud.el (gud-display-line): GUD uses its own
28962 overlay arrow now so don't set overlay-arrow-string.
28963 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
28964
28965 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
28966
28967 * term.el (term-ansi-current-bold, term-ansi-current-underline)
28968 (term-ansi-current-reverse, term-ansi-current-invisible)
28969 (term-ansi-face-already-done): Change to boolean.
28970 (term-reset-terminal, term-handle-colors-array): Handle the above
28971 vars accordingly.
28972 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
28973 (term-emulate-terminal): Use the new name.
28974
28975 * faces.el (secondary-selection): Use yellow1, not yellow.
28976 (trailing-whitespace): Use red1, not red.
28977
28978 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
28979
28980 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
28981 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
28982 (dired-dnd-handle-file): Call dnd-get-local-file-uri
28983
28984 * cus-edit.el (dnd): New group.
28985
28986 * term/w32-win.el (dnd): Require dnd
28987 (w32-drag-n-drop): Call dnd-handle-one-url.
28988
28989 * x-dnd.el: Require dnd.
28990 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
28991 Call dnd-handle-one-url.
28992 (x-dnd-types-alist, x-dnd-insert-utf8-text)
28993 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
28994 to dnd-insert-text.
28995 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
28996 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
28997 (x-dnd-get-local-file-name, x-dnd-open-local-file)
28998 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
28999
29000 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
29001
29002 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
29003
29004 * wdired.el: Doc fixes.
29005 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
29006 (wdired-use-dired-vertical-movement): Rename from
29007 wdired-always-move-to-filename-beginning.
29008 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
29009 (wdired-change-to-wdired-mode): Change mode name.
29010 (wdired-newline): Delete.
29011
29012 2005-04-11 Richard M. Stallman <rms@gnu.org>
29013
29014 * whitespace.el (whitespace-highlight-the-space):
29015 Don't call whitespace-unhighlight-the-space here.
29016
29017 * simple.el (undo): Record t in undo-equiv-table
29018 for the redo record made by an undo-in-region.
29019
29020 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
29021
29022 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
29023 (gdb-frame-inferior-io-buffer): New Functions to control
29024 display of separate IO buffer.
29025 (menu): Add them to menu-bar.
29026 (gdb-display-buffer): Check for buffer another frame.
29027 Protect GUD buffer.
29028 (gdb-setup-windows): Create IO buffer if not already there.
29029 (gdb-memory-mode): Remove purecopy noops.
29030
29031 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
29032
29033 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
29034 and pass to self-insert-command.
29035
29036 2005-04-11 Lute Kamstra <lute@gnu.org>
29037
29038 * generic.el: Commentary section cleanup.
29039 (generic): Delete.
29040 (generic-use-find-file-hook, generic-lines-to-scan)
29041 (generic-find-file-regexp, generic-ignore-files-regexp)
29042 (default-generic-mode, generic-mode-find-file-hook)
29043 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
29044 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
29045 (generic-use-find-file-hook, generic-lines-to-scan)
29046 (generic-find-file-regexp, generic-ignore-files-regexp)
29047 (default-generic-mode, generic-mode-find-file-hook)
29048 (generic-mode-ini-file-find-file-hook): Move from generic.el.
29049
29050 2005-04-10 Karl Fogel <kfogel@red-bean.com>
29051
29052 * bookmark.el (bookmark-write-file): Catch errors writing file.
29053 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
29054
29055 2005-04-10 Richard M. Stallman <rms@gnu.org>
29056
29057 * startup.el (fancy-splash-tail): Update copyright year.
29058 (command-line): Split part of -Q into -D.
29059 (emacs-basic-display): New defvar.
29060 (fancy-splash-text): Correct name of menu item.
29061
29062 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
29063
29064 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
29065 lines in one node.
29066
29067 * comint.el (comint-send-input): New arg ARTIFICIAL.
29068 Callers in this file changed.
29069
29070 * abbrev.el (define-abbrevs): Read system abbrevs properly.
29071
29072 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
29073
29074 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
29075
29076 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
29077 `ldap-search-internal'.
29078
29079 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
29080
29081 * files.el (set-auto-mode-1): Use line-end-position.
29082
29083 * international/latin-1.el:
29084 * international/latin-2.el:
29085 * international/latin-3.el:
29086 * international/latin-4.el:
29087 * international/latin-5.el:
29088 * international/latin-8.el:
29089 * international/latin-9.el: Give punctuation syntax to NBSP.
29090
29091 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
29092 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
29093 Use char-classes to accept non-ascii letters, accepted in some recent
29094 bibtex implementations.
29095
29096 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
29097
29098 * custom.el (custom-set-minor-mode): Any non-nil value for the
29099 variable should enable the mode when set through Custom.
29100
29101 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
29102
29103 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
29104 TAB binding so tab-always-indent is obeyed.
29105 (vhdl-minibuffer-local-map): Move initialization into declaration.
29106 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
29107 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
29108 (vhdl-hooked-abbrev): Avoid test for XEmacs.
29109 (vhdl-current-line): Use line-beginning-position.
29110 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
29111 with-output-to-temp-buffer, so the current position can be recorded.
29112
29113 2005-04-10 Masatake YAMATO <jet@gyve.org>
29114
29115 * progmodes/compile.el (compilation-error-regexp-alist-alist):
29116 Add regexp for gcov.
29117
29118 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
29119
29120 * calendar/time-date.el (time-to-seconds, seconds-to-time)
29121 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
29122 syntax which Emacs 20 doesn't support.
29123
29124 2005-04-09 Richard M. Stallman <rms@gnu.org>
29125
29126 * help.el (describe-key-briefly, describe-key):
29127 Replace strings as event types with "(any string)".
29128
29129 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
29130
29131 * arc-mode.el (archive-mode-map): Move initialization into
29132 the declaration. Override *all* bindings of `undo'.
29133 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
29134
29135 2005-04-09 Jay Belanger <belanger@truman.edu>
29136
29137 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
29138
29139 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
29140
29141 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
29142 (xterm-register-default-colors): Update color values computation
29143 to match xterm-200.
29144
29145 2005-04-09 Kenichi Handa <handa@m17n.org>
29146
29147 * international/code-pages.el (iso-latin-7): Fix the map.
29148
29149 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
29150
29151 * emacs-lisp/lisp.el (defun-prompt-regexp)
29152 (parens-require-spaces, buffer-end, end-of-defun)
29153 (insert-parentheses): Doc fixes.
29154
29155 2005-04-08 Kim F. Storm <storm@cua.dk>
29156
29157 * comint.el (comint-highlight-prompt): Fix face spec.
29158 * hi-lock.el (hi-green): Likewise.
29159
29160 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
29161
29162 * cus-edit.el (custom-modified-face):
29163 * comint.el (comint-highlight-input): Fix previous changes.
29164 * term.el (term-handle-ansi-escape): Add a comment.
29165
29166 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
29167
29168 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
29169 in the buffer and in whitespace-highlighted-space.
29170 (whitespace-unhighlight-the-space): Simplify.
29171 (whitespace-buffer): Simplify.
29172
29173 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
29174
29175 * textmodes/table.el (table-cell-face): Add special case for
29176 displays supporting a high number of colors.
29177 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
29178 (vhdl-font-lock-reserved-words-face)
29179 (vhdl-speedbar-architecture-face)
29180 (vhdl-speedbar-instantiation-face)
29181 (vhdl-speedbar-architecture-selected-face)
29182 (vhdl-speedbar-instantiation-selected-face): Likewise.
29183 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
29184 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
29185 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
29186 (ebrowse-root-class-face, ebrowse-member-attribute-face)
29187 (ebrowse-progress-face): Likewise.
29188 * progmodes/compile.el (compilation-info-face): Likewise.
29189 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
29190 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
29191 * calendar/calendar.el (diary-face): Likewise.
29192 * woman.el (woman-italic-face, woman-bold-face)
29193 (woman-unknown-face): Likewise.
29194 * wid-edit.el (widget-button-pressed-face): Likewise.
29195 * whitespace.el (whitespace-highlight-face): Likewise.
29196 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
29197 * pcvs-info.el (cvs-marked-face): Likewise.
29198 * info.el (info-xref): Likewise.
29199 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
29200 * hilit-chg.el (highlight-changes-face)
29201 (highlight-changes-delete-face): Likewise.
29202 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
29203 (hi-red-b): Likewise.
29204 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
29205 * font-lock.el (font-lock-keyword-face)
29206 (font-lock-function-name-face, font-lock-warning-face): Likewise.
29207 * cus-edit.el (custom-invalid-face, custom-modified-face)
29208 (custom-set-face, custom-changed-face, custom-variable-tag-face)
29209 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
29210 * comint.el (comint-highlight-prompt): Likewise.
29211
29212 2005-04-08 Lute Kamstra <lute@gnu.org>
29213
29214 * font-lock.el (font-lock-keywords): Docstring fixes.
29215
29216 2005-04-08 Kenichi Handa <handa@m17n.org>
29217
29218 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
29219 chars are more than a limit, print " and more..." at the tail.
29220
29221 2005-04-08 Kim F. Storm <storm@cua.dk>
29222
29223 * emacs-lisp/authors.el (authors-aliases): Update list.
29224 (authors-ignored-files): New list.
29225 (authors-fixed-entries): Fix typo.
29226 (authors-renamed-files-alist): Update list.
29227 (authors-add): Check authors-ignored-files.
29228
29229 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
29230
29231 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
29232 optional, to ensure backward compatibility.
29233
29234 2005-04-08 Stephen Eglen <stephen@gnu.org>
29235
29236 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
29237
29238 2005-04-08 Kim F. Storm <storm@cua.dk>
29239
29240 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
29241
29242 * mouse.el (mouse-on-link-p): Doc fix.
29243
29244 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
29245
29246 * ielm.el (ielm-prompt-read-only): Doc fix.
29247
29248 * comint.el (comint-prompt-read-only): Doc fix.
29249
29250 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
29251
29252 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
29253 ensure dired always handles wildcards passed to ffap.
29254 (find-file-at-point): Use it.
29255 (ffap-dired-wildcards): Doc fix.
29256
29257 2005-04-07 Juri Linkov <juri@jurta.org>
29258
29259 * simple.el (next-error-overlay-arrow-position): New defvar.
29260 Put "=>" on its property `overlay-arrow-string'. Add it to
29261 `overlay-arrow-variable-list'.
29262
29263 * progmodes/compile.el (compilation-setup):
29264 Set `next-error-overlay-arrow-position' to nil. Also set it to
29265 nil in the local hook `kill-buffer-hook'. Make local variable
29266 `overlay-arrow-string' and set it to "=>".
29267 (compilation-goto-locus): Set BOL position to
29268 `next-error-overlay-arrow-position' instead of
29269 `overlay-arrow-position'.
29270
29271 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
29272 locally instead of adding it to the global hook.
29273 (Info-kill-buffer): Move up.
29274
29275 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
29276
29277 * term/xterm.el (xterm-standard-colors): Update color values from
29278 xterm-200.
29279
29280 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
29281
29282 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
29283
29284 * fast-lock.el:
29285 * lazy-lock.el: Move them to the obsolete subdir.
29286
29287 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
29288
29289 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
29290 (wdired-add-replace-advice): Remove.
29291 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
29292
29293 2005-04-06 Kim F. Storm <storm@cua.dk>
29294
29295 * startup.el (command-line): Add --bare-bones alias for -Q.
29296
29297 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29298
29299 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
29300 create the startup fontset if a font specification ends with
29301 `mac-roman'.
29302
29303 2005-04-06 Lute Kamstra <lute@gnu.org>
29304
29305 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
29306 change.
29307
29308 * emacs-lisp/copyright.el (copyright-update-year): Replace the
29309 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
29310
29311 2005-04-05 Lute Kamstra <lute@gnu.org>
29312
29313 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
29314 (define-generic-mode): Ditto. Fix debug declaration.
29315
29316 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
29317 Put them in the generic-x group.
29318
29319 * calendar/timeclock.el (timeclock): Doc fix.
29320
29321 * generic.el (define-generic-mode): Don't use custom-current-group.
29322 Document default :group value.
29323 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
29324 (define-global-minor-mode): Don't use custom-current-group.
29325
29326 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
29327
29328 * startup.el (command-line-1): Display startup-echo-area-message
29329 when fancy splash screen is in use.
29330
29331 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
29332 (sh-escaped-newline): New face.
29333 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
29334 newline, and use sh-escaped-newline face.
29335
29336 * progmodes/tcl.el (tcl-escaped-newline): New face.
29337 (tcl-builtin-list): New variable.
29338 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
29339 newlines. Fix keywords subexpression number.
29340
29341 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
29342
29343 * textmodes/org.el (org-diary-default-entry): Fix call to
29344 `add-to-diary-entry'.
29345
29346 2005-04-05 Kim F. Storm <storm@cua.dk>
29347
29348 * ediff-init.el: Use (featurep 'xemacs).
29349
29350 2005-04-05 David Ponce <david@dponce.com>
29351
29352 * cus-edit.el (face): Derive from symbol widget. Display sample
29353 of the current face on the fly.
29354 (widget-face-sample-face-get, widget-face-notify): New functions.
29355 (widget-face-value-create): Remove.
29356
29357 * wid-edit.el (widget-field-end): Temporarily remove field
29358 narrowing before to call `get-char-property'.
29359
29360 2005-04-04 Jay Belanger <belanger@truman.edu>
29361
29362 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
29363 (math-read-subscripts): New variable.
29364 (math-read-preprocess-string): Process subscripts.
29365
29366 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
29367
29368 * comint.el (comint-prompt-read-only): Doc fix.
29369
29370 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
29371 `-1'. Doc fix.
29372
29373 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
29374
29375 * textmodes/org.el (org-insert-mode-line-in-empty-file):
29376 Change default value to nil.
29377
29378 2005-04-04 Lute Kamstra <lute@gnu.org>
29379
29380 * autorevert.el (auto-revert-mode): Specify :group.
29381 * battery.el (display-battery-mode): Specify :group.
29382 * diff-mode.el (diff-minor-mode): Specify :group.
29383 * font-core.el (font-lock-mode): Specify :group.
29384 * hl-line.el (hl-line-mode): Specify :group.
29385 * iimage.el (iimage): New customization group.
29386 (iimage-mode): Specify :group.
29387 * longlines.el (longlines-mode): Specify :group.
29388 * master.el: Don't require easy-mmode.
29389 (master): New customization group.
29390 (master-mode): Specify :group.
29391 * msb.el (msb-mode): Specify :group.
29392 * reveal.el (reveal-mode): Specify :group.
29393 * simple.el (next-error-follow-minor-mode): Specify :group.
29394 * smerge-mode.el (smerge-mode): Specify :group.
29395 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
29396 * emulation/cua-base.el (cua-mode): Specify :group.
29397 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
29398 * language/thai-util.el (thai-auto-composition-mode)
29399 (thai-word-mode): Specify :group.
29400 * mail/supercite.el (sc-minor-mode): Specify :group.
29401 * progmodes/cwarn.el (cwarn-mode): Specify :group.
29402 * progmodes/flymake.el (flymake-mode): Specify :group.
29403 * progmodes/glasses.el (glasses-mode): Specify :group.
29404 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
29405 * textmodes/enriched.el (enriched-mode): Specify :group.
29406 * textmodes/refill.el (refill-mode): Specify :group.
29407
29408 * add-log.el (change-log-font-lock-keywords): Names in
29409 parenthesized lists can contain spaces.
29410
29411 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
29412
29413 * startup.el (fancy-splash-text): Shorten default text of
29414 "Emacs Tutorial" line. Also, if the current language env
29415 indicates an available tutorial file other than TUTORIAL,
29416 extract its title and append it to the line in parentheses.
29417 (fancy-splash-insert): If arg is a thunk, funcall it.
29418
29419 2005-04-04 Jay Belanger <belanger@truman.edu>
29420
29421 * calc.el (calc-language-alist): Add tags to customization type.
29422
29423 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
29424
29425 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
29426 Doc fix.
29427
29428 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
29429
29430 * add-log.el (change-log-font-lock-keywords): The manual
29431 describing a Change Log entry, says: (...) "Aside from these
29432 header lines, every line in the change log starts with a space or
29433 a tab.". The font-lock was not highlighting lines started with
29434 spaces, added support for it.
29435
29436 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
29437
29438 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
29439 (bibtex-generate-url-list): Update docstring accordingly. Put the
29440 complex example in the docstring.
29441 (bibtex-font-lock-url): Use pop.
29442
29443 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
29444
29445 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
29446
29447 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
29448
29449 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
29450
29451 * filesets.el (filesets-set-default): Doc fix.
29452
29453 2005-04-03 Lute Kamstra <lute@gnu.org>
29454
29455 * generic.el (define-generic-mode): Add argument to specify
29456 keywords for defcustom.
29457 (default-generic-mode): Specify :group.
29458
29459 * generic-x.el: Specify :group for all generic modes.
29460
29461 * desktop.el (desktop-no-desktop-file-hook)
29462 (desktop-after-read-hook): Doc fix.
29463
29464 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
29465
29466 * simple.el (visible-mode): Use explicit :group keyword.
29467 This changes the group of `visible-mode-hook' from paren-blinking
29468 to editing-basics.
29469
29470 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
29471
29472 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
29473 mailbox specifications as well as URLs.
29474 (rmail-insert-inbox-text): Remove unused conditional branches.
29475
29476 2005-04-01 Jay Belanger <belanger@truman.edu>
29477
29478 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
29479 (calc-gnuplot-print-command): Move definitions to calc.el.
29480
29481 * calc/calc-embed.el (calc-embedded-announce-formula)
29482 (calc-embedded-open-formula, calc-embedded-close-formula)
29483 (calc-embedded-open-word, calc-embedded-close-word)
29484 (calc-embedded-open-plain, calc-embedded-close-plain)
29485 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
29486 (calc-embedded-open-mode, calc-embedded-close-mode):
29487 Move definitions to calc.el.
29488
29489 * calc/calc.el (calc-settings-file, calc-language-alist):
29490 Make customizable.
29491 (calc-embedded-announce-formula, calc-embedded-open-formula)
29492 (calc-embedded-close-formula, calc-embedded-open-word)
29493 (calc-embedded-close-word, calc-embedded-open-plain)
29494 (calc-embedded-close-plain, calc-embedded-open-new-formula)
29495 (calc-embedded-close-new-formula, calc-embedded-open-mode)
29496 (calc-embedded-close-mode, calc-gnuplot-name)
29497 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
29498 from other files and make customizable.
29499
29500 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
29501
29502 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
29503 Use buffer-live-p.
29504 (cvs-mode-run): Don't call cvs-update-header here.
29505 (cvs-run-process): Call cvs-update-header.
29506 Use process properties for cvs-postprocess and cvs-buffer so that
29507 the sentinel can behave better if the temp buffer is killed.
29508 Use a pipe rather than a tty, to better handle unexpected prompts.
29509 (cvs-sentinel): Rewrite. Call cvs-update-header.
29510
29511 2005-04-01 Andre Spiegel <spiegel@gnu.org>
29512
29513 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
29514 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
29515
29516 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
29517
29518 * generic.el (define-generic-mode): Add indentation rule.
29519
29520 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
29521
29522 * files.el (mode-require-final-newline): Make Custom correctly
29523 report a nil value and allow to set it to nil via Custom.
29524 Doc fix.
29525
29526 2005-04-01 Kenichi Handa <handa@m17n.org>
29527
29528 * international/characters.el: Enable the correct case setting for
29529 dotless-i and dotted-I.
29530
29531 2005-04-01 Kim F. Storm <storm@cua.dk>
29532
29533 * ido.el (ido-file-internal): Fall back to non-ido command if
29534 initial directory is on slow ftp (or tramp) host.
29535
29536 2005-03-31 Richard M. Stallman <rms@gnu.org>
29537
29538 * emacs-lisp/autoload.el (make-autoload):
29539 Handle define-global-minor-mode.
29540
29541 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
29542 Rename from easy-mmode-define-global-mode.
29543 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
29544
29545 * progmodes/scheme.el (scheme-mode-syntax-table):
29546 Update syntax of | and # for two-character comment syntax.
29547
29548 2005-03-31 Lute Kamstra <lute@gnu.org>
29549
29550 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
29551 (define-minor-mode): Call custom-current-group at load-time.
29552
29553 * generic.el (define-generic-mode): Add debug declaration.
29554 Add defcustom for the mode hook.
29555 (generic-mode-internal): Use run-mode-hooks.
29556
29557 2005-03-31 Kim F. Storm <storm@cua.dk>
29558
29559 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
29560 (mouse-fixup-help-message): New defun called by show_help_echo
29561 to fixup mouse-2 prefix in help messages when applicable.
29562
29563 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
29564
29565 2005-03-31 Kenichi Handa <handa@m17n.org>
29566
29567 * language/thai-word.el (thai-find-word-ends): Pay attention to
29568 the case that we reach the end of buffer.
29569
29570 * textmodes/fill.el (fill-text-properties-at): New function.
29571 (fill-newline): Use fill-text-properties-at instead of
29572 text-properties-at.
29573
29574 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
29575
29576 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
29577 not comint-quote-filename.
29578
29579 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
29580
29581 * help-fns.el (help-with-tutorial): Revert last change.
29582
29583 2005-03-31 Kim F. Storm <storm@cua.dk>
29584
29585 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
29586
29587 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
29588
29589 * calendar/cal-china.el: Update reference to "Calendrical
29590 Calculations" book; there's a new edition.
29591 * calendar/cal-coptic.el: Likewise.
29592 * calendar/cal-french.el: Likewise.
29593 * calendar/cal-hebrew.el: Likewise.
29594 * calendar/cal-islam.el: Likewise.
29595 * calendar/cal-iso.el: Likewise.
29596 * calendar/cal-julian.el: Likewise.
29597 * calendar/cal-mayan.el: Likewise.
29598 * calendar/cal-persia.el: Likewise.
29599 * calendar/calendar.el: Likewise.
29600 * calendar/holidays.el: Likewise.
29601 * calendar/lunar.el: Likewise.
29602 * calendar/solar.el: Likewise.
29603
29604 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
29605 white space from doc string.
29606
29607 2005-03-30 Jay Belanger <belanger@truman.edu>
29608
29609 * calc/calc-help.el (calc-full-help): Remove email address.
29610
29611 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
29612
29613 * help-fns.el (help-with-tutorial): Delete title line.
29614
29615 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
29616
29617 * calendar/cal-x.el (calendar-one-frame-setup)
29618 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
29619 rather than `symbol' for set-window-dedicated-p.
29620
29621 * calendar/appt.el (appt-buffer-name): Make it a constant.
29622 (appt-add): Doc fix.
29623
29624 * filesets.el (filesets-menu-path, filesets-menu-before)
29625 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
29626 (filesets-menu-cache-file): Use directory ~/.emacs.d.
29627 (filesets-add-submenu): Delete and use add-submenu instead.
29628
29629 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
29630
29631 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
29632 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
29633 (org-diary-default-entry): New function.
29634 (org-get-entries-from-diary): Better parsing of diary entries.
29635 (org-agenda-check-no-diary): New function.
29636 ("diary-lib"): Advice to function `add-to-diary-list', to allow
29637 linking to diary entries.
29638 (org-agenda-execute-calendar-command): New function.
29639 (org-agenda): Improve visible section in window.
29640 Use `org-fit-agenda-window'.
29641 (org-fit-agenda-window): New option.
29642 (org-move-subtree-down): Better handling of empty lines
29643 at end of subtree.
29644 (org-cycle): Numeric prefix is interpreted now as show-subtree N
29645 levels up.
29646 (org-fontify-done-headline): New option.
29647 (org-headline-done-face): New face.
29648 (org-set-font-lock-defaults): Use `org-headline-done-face'.
29649 (org-table-copy-down): Rename from `org-table-copy-from-above'.
29650 When current field is non-empty, it is copied to next row.
29651 (org-table-copy-from-above): Fix bug which made it
29652 impossible to copy fields containing only a single non-white character.
29653
29654 2005-03-30 Kim F. Storm <storm@cua.dk>
29655
29656 * kmacro.el (kmacro-end-macro): Isearch may store this command
29657 into the macro -- so ignore it when executing keyboard macro.
29658
29659 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
29660
29661 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
29662
29663 2005-03-29 Kenichi Handa <handa@m17n.org>
29664
29665 * language/thai.el ("Thai"): Set setup-function and exit-function
29666 for Thai language environment.
29667
29668 * language/thai-util.el: Require thai-word.
29669 (thai-word-mode-map): New variable.
29670 (thai-word-mode): New minor mode.
29671 (setup-thai-language-environment-internal): New function.
29672 (exit-thai-language-environment-internal): New function.
29673
29674 * language/thai-word.el (thai-word-table): Declare it by defvar,
29675 use dolist to initialize it.
29676 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
29677 (thai-fill-find-break-point): New functions.
29678
29679 2005-03-29 Richard M. Stallman <rms@gnu.org>
29680
29681 * simple.el (idle-update-delay): Move definition up.
29682 (set-mark): Doc fix.
29683
29684 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
29685
29686 * longlines.el: New file.
29687
29688 * simple.el (buffer-substring-filters): New variable.
29689 (filter-buffer-substring): New function.
29690 (kill-region, copy-region-as-kill): Use it.
29691
29692 * register.el (copy-to-register, append-to-register)
29693 (prepend-to-register): Use filter-buffer-substring.
29694
29695 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
29696
29697 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
29698 (gud-filter-pending-text): Move in front of gdb.
29699 (gud-overlay-arrow-position): New variable.
29700 (gud-sentinel, gud-display-line): Use it in place of
29701 overlay-arrow-position.
29702
29703 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
29704
29705 * progmodes/fortran.el (fortran-if-indent): Doc fix.
29706 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
29707 (fortran-font-lock-keywords-4): New variable.
29708 (fortran-blocks-re, fortran-end-block-re)
29709 (fortran-start-block-re): New constants, for hideshow.
29710 (hs-special-modes-alist): Add a Fortran entry.
29711 (fortran-mode-map): Bind fortran-end-of-block,
29712 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
29713 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
29714 (fortran-looking-at-if-then, fortran-end-of-block)
29715 (fortran-beginning-of-block): New functions, for hideshow.
29716
29717 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
29718 Doc fix. Tweak regexp.
29719 (f90-beginning-of-block): Push mark first.
29720
29721 2005-03-29 Jay Belanger <belanger@truman.edu>
29722
29723 * calc/calc.el: Update copyright date.
29724 (calc-version): Increase to 2.1.
29725 (calc-version-date): Remove.
29726
29727 * calc/calc-help.el: Update copyright date.
29728 (calc-full-help): Remove reference to calc-version-date.
29729 Update copyright date.
29730
29731 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
29732
29733 * vc.el (vc-do-command): Use a pipe for async processes, so password
29734 prompts don't show up at places where the user can't reply.
29735
29736 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
29737
29738 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
29739 on the file name we pass to the inferior shell.
29740
29741 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
29742
29743 * progmodes/which-func.el (which-function): Be robust in the face of an
29744 imenu--make-index-alist failure.
29745
29746 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
29747
29748 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
29749
29750 * progmodes/python.el (python-preoutput-filter): Fix last change.
29751
29752 2005-03-29 Lute Kamstra <lute@gnu.org>
29753
29754 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
29755 functions and compiled macros.
29756 (debug-convert-byte-code): Handle macros too.
29757 (debug-on-entry-1): Don't signal an error when trying to clear a
29758 function that is not set to debug on entry.
29759
29760 2005-03-29 Jay Belanger <belanger@truman.edu>
29761
29762 * calc/calc-lang.el: Add functions to math-function-table
29763 properties of tex and math.
29764
29765 2005-03-29 Kenichi Handa <handa@m17n.org>
29766
29767 * ps-mule.el (ps-mule-plot-string): Translate characters by
29768 ps-print-translation-table.
29769 (ps-mule-begin-job): Call find-charset-region/string with
29770 ps-print-translation-table.
29771 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
29772
29773 * ps-print.el (ps-print-translation-table): New variable.
29774 (ps-plot-region): Translate characters by ps-print-translation-table.
29775
29776 2005-03-29 Juri Linkov <juri@jurta.org>
29777
29778 * simple.el (next-error-highlight-timer): New variable.
29779
29780 * progmodes/compile.el (compilation-goto-locus):
29781 Use `next-error-highlight-timer' instead of `sit-for'.
29782
29783 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
29784
29785 * mail/supercite.el (sc-mail-field): Use assoc-string.
29786 (sc-get-address): Simplify regexps.
29787
29788 * files.el (minibuffer-with-setup-hook): New macro.
29789 (find-file-read-args): Use it to avoid let-binding
29790 minibuffer-with-setup-hook (which breaks turning on/off
29791 file-name-shadow-mode while in the prompt).
29792
29793 * complete.el (PC-read-include-file-name-internal):
29794 Use test-completion.
29795
29796 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
29797
29798 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
29799
29800 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
29801
29802 * window.el (window-buffer-height): Use count-screen-lines.
29803
29804 * progmodes/python.el (python-preoutput-leftover): New var.
29805 (python-preoutput-filter): Use it.
29806 (python-send-receive): Loop until all the result has been received.
29807
29808 2005-03-28 Juri Linkov <juri@jurta.org>
29809
29810 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
29811
29812 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
29813 "Recover Crashed Session".
29814 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
29815 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
29816 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
29817 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
29818 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
29819 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
29820 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
29821 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
29822
29823 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
29824 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
29825 Ediff Sessions", "Toggle use of separate control buffer frame",
29826 "Use separate frame for Ediff control buffer".
29827
29828 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
29829 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
29830 "Rename Bookmark", "Delete Bookmark".
29831
29832 * info.el (Info-mode-menu): Remove ellipsis from "Index".
29833 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
29834 Add `:active Info-index-alternatives' to "Next Matching Item".
29835
29836 * wdired.el (wdired-change-to-wdired-mode):
29837 Mention `wdired-abort-changes' key in the initial message.
29838
29839 * international/mule.el (auto-coding-alist): Associate non-ascii
29840 image filename extensions with `no-conversion'.
29841
29842 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
29843
29844 * international/iso-acc.el:
29845 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
29846
29847 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
29848
29849 * textmodes/sgml-mode.el (html-mode): Doc update.
29850
29851 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
29852
29853 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
29854
29855 * term.el (term-move-columns): Fix face after extending a line.
29856 (term-insert-spaces): Likewise.
29857 (term-reset-terminal): Fix off by one error.
29858
29859 2005-03-26 Eli Zaretskii <eliz@gnu.org>
29860
29861 * international/mule.el (auto-coding-alist): Add .xpi files.
29862
29863 * files.el (auto-mode-alist): Add .xpi files.
29864
29865 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
29866
29867 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
29868
29869 2005-03-26 Eli Zaretskii <eliz@gnu.org>
29870
29871 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
29872
29873 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
29874
29875 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
29876 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
29877
29878 * calendar/cal-move.el (calendar-beginning-of-year): Move the
29879 cursor to Jan 1 when needed.
29880 (calendar-end-of-year): Fix -/+ typo.
29881 Reported by Chong Yidong <cyd@stupidchicken.com>.
29882
29883 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
29884
29885 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
29886
29887 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
29888 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
29889
29890 2005-03-25 Richard M. Stallman <rms@gnu.org>
29891
29892 * filesets.el (filesets-init): Add autoload.
29893
29894 * mail/mailalias.el (mail-directory): Doc fix.
29895
29896 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
29897
29898 * mail/mailalias.el (mail-directory-process): Do nothing if
29899 mail-directory-process is an atom.
29900 (mail-get-names): Ignore mail-directory-names if it is an atom.
29901 (mail-directory-process defvar): Doc fix.
29902 (mail-names): Doc fix.
29903
29904 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
29905
29906 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
29907
29908 2005-03-26 Kenichi Handa <handa@m17n.org>
29909
29910 * international/mule-util.el (detect-coding-with-priority):
29911 Call update-coding-systems-internal before detect-coding-region.
29912
29913 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
29914
29915 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
29916 (gdb-frames-mode-map): Add follow-link property.
29917
29918 2005-03-25 Jay Belanger <belanger@truman.edu>
29919
29920 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
29921 for variables.
29922
29923 2005-03-25 Juri Linkov <juri@jurta.org>
29924
29925 * image-mode.el: Optimize image filename extension regexps in
29926 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
29927 in `auto-mode-alist'.
29928 (image-mode): Add `image-toggle-display-text' to local hook
29929 `change-major-mode-hook'. Display the image as an image by
29930 default. Set `cursor-type' and `truncate-lines' if the image
29931 is already displayed. Take into account the current mode (image
29932 or text) in message.
29933 (image-minor-mode): New minor mode.
29934 (image-mode-maybe, image-toggle-display-text): New functions.
29935 (image-toggle-display): Use called-interactively-p.
29936 Let-bind `inhibit-read-only' to t.
29937
29938 * image-mode.el (image-minor-mode): Set `cursor-type' and
29939 `truncate-lines' if the image is already displayed. Add turning
29940 image-minor-mode off to `change-major-mode-hook'. Add message.
29941 Call `image-toggle-display-text' after turning image-minor-mode off.
29942
29943 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
29944
29945 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
29946 Terminal.app, use utf-8.
29947 (set-display-table-and-terminal-coding-system): Add coding-system arg.
29948 (set-locale-environment): Use it.
29949
29950 * term/xterm.el: Undo last change, better done in mule-cmds.el.
29951
29952 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
29953
29954 * progmodes/python.el (python-close-block-statement-p)
29955 (python-outdent-p, python-current-defun): Use symbol-end.
29956
29957 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
29958
29959 * files.el (save-some-buffers): Doc fix.
29960
29961 2005-03-25 Werner Lemberg <wl@gnu.org>
29962
29963 * complete.el, thumbs.el: Replace `legal' with `valid'.
29964 * calendar/calendar.el: Replace `legal' with `valid'.
29965 * emacs-lisp/advice.el: Replace `legal' with `valid'.
29966 * mail/supercite.el: Replace `legal' with `valid'.
29967 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
29968 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
29969 Replace `legal' with `valid'.
29970 * textmodes/reftex-vars.el, textmodes/reftex.el:
29971 Replace `legal' with `valid'.
29972
29973 2005-03-25 Werner Lemberg <wl@gnu.org>
29974
29975 * calc/calc-forms.el, calc/calc-sel.el
29976 * midnight.el, vc-cvs.el
29977 * emacs-lisp/cl-macs.el
29978 * emulation/vip.el
29979 * eshell/esh-io.el, eshell/esh-var.el
29980 * mail/supercite.el
29981 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
29982 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
29983 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
29984 * progmodes/sh-script.el, progmodes/xscheme.el
29985 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
29986 * textmodes/reftex-index.el, textmodes/reftex-parse.el
29987 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
29988 * textmodes/reftex.el, textmodes/org.el:
29989 Replace `illegal' with `invalid'.
29990
29991 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
29992
29993 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
29994 (flymake-find-buildfile, flymake-find-possible-master-files)
29995 (flymake-check-include, flymake-parse-line): Replace loops over the
29996 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
29997
29998 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
29999 Substitute file-name-as-directory in the rest of the file.
30000 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
30001 (flymake-replace-region): Remove unused arg `buffer'.
30002 (flymake-check-patch-master-file-buffer): Update calls to it.
30003 (flymake-add-err-info): Remove unused var `count'.
30004 (flymake-mode): Use define-minor-mode.
30005
30006 * progmodes/flymake.el: Use with-current-buffer.
30007 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
30008 flymake-replace-regexp-in-string, flymake-line-beginning-position)
30009 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
30010 Avoid testing for `xemacs'.
30011 (flymake-nop): Move.
30012 (flymake-region-has-flymake-overlays): Return the computed value.
30013 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
30014 Remove unused var `endline'.
30015 (flymake-get-line-count): Remove unused function.
30016 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
30017
30018 * emulation/vi.el:
30019 * generic.el:
30020 * hilit-chg.el (global-highlight-changes):
30021 * hi-lock.el (hi-lock-mode):
30022 * follow.el: find-file-hooks -> find-file-hook.
30023
30024 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
30025
30026 2005-03-24 Juri Linkov <juri@jurta.org>
30027
30028 * dired.el (dired-mode-map): Add menu item "Compare directories"
30029 for dired-compare-directories.
30030
30031 * dired-aux.el (dired-compare-directories): Add autoload cookie.
30032 Doc fix. Replace `read-file-name' with `read-directory-name'.
30033
30034 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30035
30036 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
30037
30038 2005-03-24 Jay Belanger <belanger@truman.edu>
30039
30040 * calc/calc-embed.el (calc-embedded-mode-change): Save all
30041 relevant mode settings in calc-embedded-original-modes when modes
30042 are permanently changed.
30043
30044 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30045
30046 * autoinsert.el: find-file-hooks -> find-file-hook.
30047
30048 2005-03-24 Lute Kamstra <lute@gnu.org>
30049
30050 * generic.el (generic-font-lock-defaults): Make it obsolete.
30051 (generic-font-lock-keywords): New variable to replace
30052 generic-font-lock-defaults.
30053 (generic-mode-set-font-lock): Delete it.
30054 (generic-mode-internal): Don't call generic-mode-set-font-lock.
30055 (generic-bracket-support): Add docstring.
30056
30057 * generic-x.el: Rename generic-font-lock-defaults to
30058 generic-font-lock-keywords throughout.
30059 (mailagent-rules-setup-function): Delete it.
30060 (mailagent-rules-generic-mode): Use anonymous function instead.
30061 (show-tabs-generic-mode-font-lock-defaults-1)
30062 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
30063 Quote faces.
30064 (show-tabs-tab-face, show-tabs-space-face): Specify background,
30065 not foreground.
30066
30067 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
30068 Recognize define-generic-mode.
30069
30070 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
30071
30072 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
30073 if there's no completion table.
30074
30075 2005-03-23 Miles Bader <miles@gnu.org>
30076
30077 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30078 Remove tty-specific variants, as they're no longer needed.
30079
30080 2005-03-23 Lute Kamstra <lute@gnu.org>
30081
30082 * generic-x.el: Code cleanup: make args constant whenever possible.
30083 (installshield-statement-keyword-list)
30084 (installshield-system-functions-list)
30085 (installshield-system-variables-list, installshield-types-list)
30086 (installshield-funarg-constants-list): Make them constants.
30087
30088 * generic.el (generic-make-keywords-list): Add autoload cookie.
30089
30090 * calendar/time-date.el: Add comment on time value formats.
30091 Don't require parse-time.
30092 (with-decoded-time-value): New macro.
30093 (encode-time-value): New function.
30094 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
30095 (days-to-time): Return a valid time value when arg is huge.
30096 (time-since): Use time-subtract.
30097 (time-to-number-of-days): Use time-to-seconds.
30098
30099 2005-03-23 David Ponce <david@dponce.com>
30100
30101 * recentf.el (recentf-keep): New option.
30102 (recentf-menu-action): Default to `find-file'.
30103 (recentf-keep-non-readable-files-flag)
30104 (recentf-keep-non-readable-files-p)
30105 (recentf-file-readable-p, recentf-find-file)
30106 (recentf-cleanup-remote): Remove.
30107 (recentf-include-p): More robust.
30108 (recentf-keep-p): New function.
30109 (recentf-remove-if-non-kept): Rename from
30110 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
30111 All callers updated.
30112 (recentf-menu-items-for-commands): Fix help string.
30113 (recentf-track-closed-file): Update. Doc fix.
30114 (recentf-cleanup): Update. Count removed files. Doc fix.
30115
30116 2005-03-23 Kim F. Storm <storm@cua.dk>
30117
30118 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30119 Don't inherit from fringe face (now happens automatically).
30120
30121 2005-03-22 Kim F. Storm <storm@cua.dk>
30122
30123 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
30124 position values.
30125
30126 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
30127
30128 * menu-bar.el (showhide-date-time): Remove.
30129 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
30130 (menu-bar-make-mm-toggle): Simplify.
30131
30132 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
30133
30134 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
30135 Accept qualified variable and function names.
30136
30137 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
30138
30139 * bindings.el (completion-ignored-extensions):
30140 Remove ".lis" for `vax-vms'.
30141
30142 2005-03-22 Andreas Schwab <schwab@suse.de>
30143
30144 * generic-x.el: Revert last change.
30145 * ldefs-boot.el: Update.
30146
30147 2005-03-22 Jay Belanger <belanger@truman.edu>
30148
30149 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
30150 (calc-embedded-save-original-modes)
30151 (calc-embedded-restore-original-modes): New functions.
30152 (calc-do-embedded): Save original modes when entering embedded mode
30153 and restore when leaving embedded mode.
30154 (calc-embedded-modes-change): Change the value of
30155 calc-embedded-original-modes to reflect permanent changes.
30156
30157 2005-03-22 Lute Kamstra <lute@gnu.org>
30158
30159 * generic-x.el: Require generic again.
30160
30161 2005-03-22 Miles Bader <miles@gnu.org>
30162
30163 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30164 Tweak details to look good on both ttys and bitmap displays, light
30165 or dark background, etc.
30166
30167 2005-03-21 Kim F. Storm <storm@cua.dk>
30168
30169 * tooltip.el (tooltip-show-help-function): Check car and cdr of
30170 mouse position.
30171
30172 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
30173
30174 * icomplete.el: Don't forcibly turn on the mode upon load.
30175 (icomplete-mode): Use define-minor-mode.
30176 (icomplete-eoinput): Default to nil.
30177 (icomplete-minibuffer-setup): Remove autoload.
30178 (icomplete-tidy): Simplify.
30179 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
30180 in the initial state or if the user has modified the field.
30181 Fix handling of icomplete-max-delay-chars.
30182 Remove code that handles the oddball case where
30183 minibuffer-completion-table is an integer.
30184 Wrap icomplete-completions in while-no-input in case building
30185 completions takes more time than expected.
30186 (icomplete-completions): Simplify.
30187
30188 2005-03-21 Richard M. Stallman <rms@gnu.org>
30189
30190 * jka-compr.el (jka-compr-really-do-compress):
30191 Make variable buffer-local.
30192
30193 * image-mode.el: Handle .xpm files too.
30194 (image-toggle-display): Preserve modification flag.
30195
30196 * help.el (where-is): Don't mention aliases with no key bindings.
30197
30198 2005-03-21 Lute Kamstra <lute@gnu.org>
30199
30200 * generic.el: Fix commentary section. Don't require cl for
30201 compilation.
30202 (generic-mode-list): Add autoload cookie.
30203 (generic-use-find-file-hook, generic-lines-to-scan)
30204 (generic-find-file-regexp, generic-ignore-files-regexp)
30205 (generic-mode, generic-mode-find-file-hook)
30206 (generic-mode-ini-file-find-file-hook): Fix docstrings.
30207 (define-generic-mode): Make it a defmacro. Fix docstring.
30208 (generic-mode-internal): Code cleanup. Add autoload cookie.
30209 (generic-mode-set-comments): Code cleanup.
30210 * generic-x.el: Don't prevent compilation. Don't require generic.
30211 Follow coding conventions. Minor code cleanup.
30212 (etc-fstab-generic-mode): Add some keywords.
30213 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
30214 define-generic-mode like a function declaration.
30215
30216 2005-03-21 Jay Belanger <belanger@truman.edu>
30217
30218 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
30219 changing modes.
30220
30221 2005-03-21 Sam Steingold <sds@gnu.org>
30222
30223 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
30224
30225 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
30226
30227 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
30228 Add underscore to "f$ lexicals" regexp.
30229
30230 2005-03-20 Juri Linkov <juri@jurta.org>
30231
30232 * subr.el (progress-reporter-do-update): When `min-value' is equal
30233 to `max-value', set `percentage' to 0 and prevent division by zero.
30234
30235 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
30236
30237 Sync with Tramp 2.0.48.
30238
30239 * net/tramp.el (all): Change all addresses to .gnu.org.
30240 (tramp-append-tramp-buffers): New defun.
30241 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
30242 Catch `dont-send' signal.
30243 (tramp-set-auto-save-file-modes): Set always permissions, because
30244 there might be an old auto-saved file belonging to another
30245 original file. This could be a security threat. Reported by
30246 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
30247 Check for Emacs 21.3.50 removed.
30248
30249 * net/tramp-smb.el (all): Remove debug construct for
30250 `with-parsed-tramp-file-name'.
30251 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
30252 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
30253 No error message if DIRECTORY or FILENAME doesn't exist.
30254 (tramp-smb-open-connection): Check existence of
30255 `tramp-smb-program'.
30256
30257 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
30258
30259 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
30260 Properly handle the case where the `m' or `s' command's argument is not
30261 yet terminated.
30262 (perl-indent-new-calculate): New function.
30263 (perl-indent-line): Use it.
30264
30265 2005-03-20 Miles Bader <miles@gnu.org>
30266
30267 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
30268 in text-mode too. Change to new face names.
30269 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
30270 Add `:weight bold' attribute.
30271 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
30272
30273 2005-03-19 Juri Linkov <juri@jurta.org>
30274
30275 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
30276
30277 * international/mule.el (auto-coding-alist): Sync with
30278 `auto-mode-alist' by adding upper case archive file extensions
30279 and adding ear/war to jar extension.
30280
30281 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
30282
30283 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
30284 running, restart it.
30285
30286 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
30287
30288 * finder.el (finder-current-item): Throw an error on an empty line.
30289
30290 * man.el (Man-follow-manual-reference): If current-word returns
30291 nil, use "".
30292
30293 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
30294
30295 * simple.el (goto-line): Doc fix.
30296
30297 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
30298
30299 * files.el (save-buffer): Doc fix.
30300
30301 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
30302
30303 * recentf.el (recentf-cleanup-remote): New variable.
30304 (recentf-cleanup): Use it to conditionally check availability of
30305 remote files.
30306
30307 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
30308
30309 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
30310 function names.
30311
30312 2005-03-19 Eli Zaretskii <eliz@gnu.org>
30313
30314 * language/thai-word.el: New file.
30315
30316 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
30317
30318 * files.el (backup-buffer): If the file's directory is not
30319 writable, use copy instead of move to backup the file.
30320
30321 2005-03-19 Eli Zaretskii <eliz@gnu.org>
30322
30323 * obsolete/keyswap.el: Moved to obsolete/ from term/.
30324
30325 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
30326
30327 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
30328 Use functionp instead of symbolp and fboundp. Reported by Drkm
30329 <darkman_spam@yahoo.fr>.
30330 (ps-print-version): New version 6.6.6.
30331
30332 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
30333
30334 * textmodes/table.el (table--line-column-position): New idiom.
30335 (table--row-column-insertion-point-p): New function to test
30336 validity of row and column insertion operation at a location.
30337 (table-global-menu, table-cell-menu): Use above functions for
30338 deterministic test operation.
30339 (table--editable-cell-p): Behave in deterministic fashion.
30340
30341 2005-03-18 Juri Linkov <juri@jurta.org>
30342
30343 * isearch.el (isearch-lazy-highlight-new-loop):
30344 Make arguments beg and end optional.
30345 (isearch-update): Remove optional arguments nil from
30346 isearch-lazy-highlight-new-loop.
30347 (isearch-lazy-highlight-search): Let-bind case-fold-search to
30348 isearch-lazy-highlight-case-fold-search instead of
30349 isearch-case-fold-search, and let-bind isearch-regexp to
30350 isearch-lazy-highlight-regexp.
30351 Use isearch-lazy-highlight-last-string instead of isearch-string.
30352
30353 * replace.el (perform-replace): Remove bindings of global
30354 variables isearch-string, isearch-regexp, isearch-case-fold-search.
30355 Add three new arguments to `replace-highlight'.
30356 (replace-highlight): Add arguments string, regexp, case-fold.
30357 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
30358 to allow isearch-lazy-highlight-new-loop to use these values
30359 to set corresponding isearch-lazy-highlight-* internal
30360 variables whose values lazy highlighting will use regardless of
30361 changes to global variables isearch-string, isearch-regexp,
30362 isearch-case-fold-search during lazy highlighting loop.
30363 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
30364 to `lazy-highlight-cleanup'.
30365
30366 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
30367 (ispell-highlight-face): Set default face to `isearch' when
30368 lazy highlighting is enabled.
30369 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
30370 priority to 1. Add lazy highlighting.
30371 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
30372 from `isearch-dehighlight'.
30373
30374 2005-03-18 David Ponce <david@dponce.com>
30375
30376 * files.el (hack-local-variables): Do a case-insensitive search
30377 for End.
30378
30379 2005-03-18 Juri Linkov <juri@jurta.org>
30380
30381 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
30382 `isearch-lazy-highlight-cleanup', add alias to old name and
30383 declare obsolete. Add release numbers to other obsolete vars.
30384 (isearch-done, isearch-lazy-highlight-new-loop):
30385 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
30386 (lazy-highlight-cleanup) <variable>: Doc fix.
30387 (isearch-lazy-highlight-update): Rename obsolete
30388 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
30389
30390 2005-03-18 Kenichi Handa <handa@m17n.org>
30391
30392 * language/thai-util.el: Fix categorization of Thai characters in
30393 thai-category-table.
30394 (thai-composition-pattern): Adjust it for the above change.
30395 (thai-self-insert-command, thai-compose-syllable): New functions.
30396 (thai-compose-region): Use thai-compose-syllable.
30397 (thai-compose-string): Likewise.
30398 (thai-composition-function): Likewise.
30399 (thai-auto-composition): New function.
30400 (thai-auto-composition-mode): New minor mode.
30401
30402 * language/thai.el: Fix patterns to be registered in
30403 composition-function-table.
30404
30405 * international/quail.el (quail-input-method): Locally bind
30406 inhibit-modification-hooks to t.
30407
30408 2005-03-17 Richard M. Stallman <rms@gnu.org>
30409
30410 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
30411 (perl-mode): Use run-mode-hooks.
30412
30413 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
30414 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
30415 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
30416
30417 * mail/sendmail.el (sendmail-send-it): Reenable the code
30418 to compute resend-to-address and use it.
30419
30420 * tar-mode.el (tar-mode): Turn off undo unconditionally.
30421
30422 * image-mode.el: New file.
30423
30424 * image.el (insert-sliced-image): Add autoload cookie.
30425
30426 * font-lock.el (font-lock-lines-before): New user option.
30427 (font-lock-after-change-function): Obey it.
30428
30429 * bindings.el (esc-map): Make M-g a prefix.
30430 Bind M-g g and M-g M-g to goto-line.
30431
30432 * faces.el (face-id): Doc fix.
30433
30434 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
30435
30436 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
30437 (rmail-show-message): Use rmail-unknown-mail-followup-to.
30438 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
30439
30440 * mail/sendmail.el (mail-yank-ignored-headers)
30441 (mail-font-lock-keywords, mail-mode-fill-paragraph):
30442 Add Mail-Followup-To and Mail-Reply-To headers.
30443 (mail-citation-hook): Add autoload cookie.
30444 (mail-mode): Doc fix.
30445 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
30446 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
30447 (mail-mode-fill-paragraph): Handle those headers.
30448 (mail-mailing-lists): New variable.
30449 (mail-mail-reply-to, mail-mail-followup-to): New functions.
30450
30451 2005-03-17 Juri Linkov <juri@jurta.org>
30452
30453 * isearch.el (isearch-fallback): Check for `(car previous)'
30454 before calling `isearch-other-end-state'.
30455
30456 2005-03-17 Kim F. Storm <storm@cua.dk>
30457
30458 * simple.el (move-beginning-of-line): Move to beginning of buffer
30459 line, as well as beginning of screen line.
30460
30461 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
30462
30463 * calendar/diary-lib.el (mark-diary-entries): Use new optional
30464 argument REDRAW rather than calendar-redrawing variable.
30465 * calendar/calendar.el (calendar-redrawing): Delete.
30466 (redraw-calendar): Do not bind calendar-redrawing.
30467
30468 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
30469
30470 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
30471 diary-file buffer.
30472
30473 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
30474
30475 * help.el (describe-mode): Allow a :minor-mode-function property to
30476 specify a different minor mode toggle function than the variable.
30477 * simple.el (auto-fill-function):
30478 * subr.el (add-minor-mode): Use it.
30479
30480 2005-03-16 Kenichi Handa <handa@m17n.org>
30481
30482 * language/ethio-util.el (sera-being-called-by-w3): New variable.
30483 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
30484 (ethio-fidel-to-sera-buffer): Likewise.
30485
30486 2005-03-16 Juri Linkov <juri@jurta.org>
30487
30488 * emacs-lisp/find-func.el (find-function-regexp):
30489 Add defun-emitting macro `menu-bar-make-toggle'.
30490
30491 * isearch.el: Put `isearch-scroll' property to
30492 `split-window-horizontally'.
30493
30494 * info.el: Update error messages for `debug-ignored-errors'.
30495 (Info-isearch-search): Doc fix.
30496 (Info-find-node): Move up code to go into info buffer before
30497 recording the node to the history.
30498 (Info-fontify-node): Fontify titles only if the next line
30499 has two or more `*', `=', `-', `.'.
30500 Display "go to this node" for empty (match-string 3).
30501
30502 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30503
30504 * term/mac-win.el: Add mouse pointer shape constants.
30505
30506 2005-03-15 Kim F. Storm <storm@cua.dk>
30507
30508 * simple.el (move-beginning-of-line): Use vertical-motion.
30509
30510 2005-03-15 Juri Linkov <juri@jurta.org>
30511
30512 * isearch.el (isearch-error): New variable.
30513 (isearch-invalid-regexp, isearch-within-brackets): Remove.
30514 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
30515 (isearch-within-brackets-state): Remove.
30516 (isearch-case-fold-search-state, isearch-pop-fun-state):
30517 Decrease frame index.
30518 (isearch-mode, isearch-top-state, isearch-push-state)
30519 (isearch-edit-string, isearch-abort, isearch-search-and-update)
30520 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
30521 (isearch-search, isearch-lazy-highlight-new-loop):
30522 Replace `isearch-invalid-regexp' with `isearch-error'.
30523 Remove `isearch-within-brackets'.
30524 (isearch-search): Add `search-failed' handler to `condition-case'.
30525 (isearch-lazy-highlight-search): Add `condition-case' to catch
30526 errors and allow `isearch-lazy-highlight-update' to try
30527 highlighting from the beginning of the window.
30528 (isearch-repeat): Move up code to set isearch-wrapped to t
30529 before calling isearch-wrap-function.
30530
30531 * info.el (Info-isearch-initial-node): New internal variable.
30532 (Info-search): Signal an error in isearch mode when search leaves
30533 the initial node. Signal an error when `bound' is non-nil and
30534 nothing was found in the current subfile.
30535 (Info-isearch-search): Remove `condition-case'.
30536 (Info-isearch-wrap): Don't wrap when search failed during leaving
30537 the initial node. If `Info-isearch-search' is nil, wrap around
30538 the current node.
30539 (Info-isearch-start): New fun.
30540 (Info-mode): Add buffer-local hook `Info-isearch-start' to
30541 `isearch-mode-hook'.
30542
30543 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30544
30545 * simple.el (normal-erase-is-backspace): Set default to t if
30546 running on Mac.
30547
30548 * term/mac-win.el (function-key-map): Sync with x-win.el.
30549
30550 2005-03-15 Kenichi Handa <handa@m17n.org>
30551
30552 * international/mule-cmds.el (locale-language-names): Modify the
30553 format of elements and add more entries.
30554 (locale-preferred-coding-systems): Add more entries.
30555 (set-locale-environment): Adjust for the change of
30556 locale-language-names.
30557
30558 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
30559
30560 * pcvs.el (smerge-ediff): Remove bogus autoload.
30561
30562 2005-03-14 Lute Kamstra <lute@gnu.org>
30563
30564 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
30565 Ignore a `*' at the beginning of a line.
30566
30567 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
30568 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
30569 subr.el.
30570 (dont-compile, eval-when-compile, eval-and-compile): Use declare
30571 to specify indentation.
30572
30573 * generic.el (define-generic-mode): Let generic-mode-list be a
30574 list of strings; test membership with equal.
30575
30576 2005-03-14 Kim F. Storm <storm@cua.dk>
30577
30578 * simple.el (next-line, previous-line): Add optional try-vscroll
30579 arg to recognize interactive use. Pass it on to line-move.
30580 (line-move): Don't perform auto-window-vscroll when defining or
30581 executing keyboard macro to ensure consistent behavior.
30582
30583 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
30584
30585 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
30586
30587 2005-03-13 Lute Kamstra <lute@gnu.org>
30588
30589 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
30590 debugger-setup-buffer so that backtrace marks the frames set to
30591 debug-on-exit and we don't have to do it manually. Set an extra
30592 debug-on-exit for macro's.
30593 (debugger-setup-buffer): Don't mark the top frame manually.
30594
30595 2005-03-12 Lute Kamstra <lute@gnu.org>
30596
30597 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
30598 lisp-indent-function throughout.
30599 (with-no-warnings): Set lisp-indent-function property.
30600
30601 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
30602
30603 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
30604 Add entry for backslash.
30605
30606 2005-03-12 Juri Linkov <juri@jurta.org>
30607
30608 * info.el (Info-search): Four fixes for backward search.
30609
30610 2005-03-11 Jay Belanger <belanger@truman.edu>
30611
30612 * calc/calc.el (calc-language-alist): New variable.
30613 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
30614 (calc-embedded-find-modes): Use calc-language-alist instead of
30615 calc-embedded-language-alist.
30616
30617 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
30618
30619 * calendar/calendar.el (calendar-redrawing): New internal
30620 variable.
30621 (redraw-calendar): Remove bogus save-excursion from previous
30622 change. Bind calendar-redrawing to t for mark-diary-entries.
30623 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
30624 calendar if that is why we were called.
30625
30626 2005-03-11 Kenichi Handa <handa@m17n.org>
30627
30628 * international/mule.el (make-coding-system): Set property
30629 coding-system-define-form to nil.
30630 (define-coding-system-alias): Likewise.
30631
30632 2005-03-11 Kenichi Handa <handa@m17n.org>
30633
30634 These changes are suggested by Dave Love <fx@gnu.org>.
30635
30636 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
30637 coding: tag.
30638 (adaptive-fill-regexp): Add more bullets.
30639 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
30640 regexps.
30641
30642 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
30643
30644 * help.el (describe-mode): Properly handle non-trivial lighters.
30645 Don't ignore minor modes that are not listed in minor-mode-list.
30646
30647 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
30648 feature ON when the user requests to turn it OFF.
30649
30650 2005-03-10 Lute Kamstra <lute@gnu.org>
30651
30652 * emacs-lisp/debug.el (debug-entry-code): Delete it.
30653 (implement-debug-on-entry): New function to replace debug-entry-code.
30654 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
30655 second argument as the 2005-03-07 change makes it obsolete.
30656 (debug-on-entry, cancel-debug-on-entry): Update call to
30657 debug-on-entry-1.
30658 (debug, debugger-setup-buffer): Comment update.
30659 (debugger-frame-number): Update to work with implement-debug-on-entry.
30660
30661 2005-03-10 Jay Belanger <belanger@truman.edu>
30662
30663 * calc/calc-embed.el (math-ms-args): Declare it.
30664 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
30665 math-ms-args.
30666 (calc-embedded-subst): Use math-multi-subst-rec to substitute
30667 variables.
30668
30669 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
30670
30671 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
30672 Use message-box.
30673
30674 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
30675 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
30676 (tooltip-gud-tips): Simplify.
30677 (tooltip-gud-tips-p): Remove superfluous :set.
30678 (tooltip-gud-modes): Add fortran-mode.
30679 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
30680
30681 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
30682
30683 2005-03-09 Kim F. Storm <storm@cua.dk>
30684
30685 * play/animate.el (animate-place-char): Use forward-line instead
30686 of next-line to improve performance.
30687
30688 2005-03-09 Simon Josefsson <jas@extundo.com>
30689
30690 * net/browse-url.el (browse-url-default-browser): Doc fix.
30691
30692 2005-03-09 Miles Bader <miles@gnu.org>
30693
30694 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
30695 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
30696
30697 2005-03-09 Kenichi Handa <handa@m17n.org>
30698
30699 * international/latin-1.el: Set case and syntax for 255 only if
30700 set-case-syntax-set-multibyte is nil.
30701
30702 * textmodes/ispell.el (ispell-insert-word): New function.
30703 (ispell-word): Use ispell-insert-word to insert a new word.
30704 (ispell-process-line): Likewise.
30705 (ispell-complete-word): Likewise.
30706
30707 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
30708
30709 * calendar/calendar.el (redraw-calendar): Preserve point.
30710 Reported by Matt Hodges <MPHodges@member.fsf.org>.
30711 (calendar-week-start-day): Move after definition of
30712 redraw-calendar. Delete buffer test, since redraw-calendar has
30713 that now.
30714
30715 * calendar/diary-lib.el (mark-diary-entries): Only call
30716 redraw-calendar in the first of any recursive calls.
30717 Reported by Alan Shutko <ats@acm.org>.
30718
30719 2005-03-08 Juri Linkov <juri@jurta.org>
30720
30721 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
30722 (html-horizontal-rule, html-line, html-image, html-checkboxes)
30723 (html-radio-buttons): Add a space before the trailing `/>' where
30724 sgml-xml-mode is non-nil.
30725 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
30726 the subsequent tag of the empty XML tag.
30727 (html-href-anchor): Don't set initial input to "http:".
30728 (html-image): Ask for the image URL and set point inside alt="".
30729 (html-name-anchor): Duplicate the name in the `id' attribute when
30730 sgml-xml-mode is non-nil.
30731 (html-paragraph): Remove \n before <p>.
30732 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
30733 instead of `checked' when sgml-xml-mode is non-nil.
30734
30735 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
30736 Remove 1 space before #RRGGBB to not truncate it on terminal
30737 windows w/o fringes. Remove 1 space between bg and fg examples
30738 to get more space.
30739 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
30740 avoid byte-compile warnings.
30741
30742 * image-file.el (image-file-handler): Put `safe-magic' property to
30743 `image-file-handler'.
30744
30745 * info.el (Info-isearch-search): Emulate word search in
30746 isearching through multiple Info nodes with Info-search.
30747 (Info-isearch-wrap): Allow isearch-word.
30748
30749 2005-03-08 Lute Kamstra <lute@gnu.org>
30750
30751 * emacs-lisp/debug.el (debugger-step-through): Make sure that
30752 stepping into the debugger's code is not possible.
30753 (debugger-jumping-flag): Docstring update.
30754
30755 2005-03-08 Jay Belanger <belanger@truman.edu>
30756
30757 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
30758 embedded mode begins.
30759 (calc-embedded-language-alist): New variable.
30760 (calc-embedded-find-modes): Use calc-embedded-language-alist to
30761 set default language mode.
30762
30763 2005-03-08 Kenichi Handa <handa@m17n.org>
30764
30765 * international/ccl.el (define-ccl-program): Fix docstring about
30766 extra 256 bytes assured for the output buffer.
30767
30768 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
30769 Fix BUFFER_MAGNIFICATION to 2.
30770 (ccl-encode-mule-utf-16be-with-signature): Likewise.
30771
30772 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
30773
30774 * align.el (align-rules-list): Added an alignment rule for CSS
30775 declarations (applies to css-mode and html-mode buffers).
30776
30777 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
30778
30779 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
30780
30781 2005-03-07 Kim F. Storm <storm@cua.dk>
30782
30783 * simple.el (move-beginning-of-line): New command.
30784
30785 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
30786
30787 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
30788
30789 * emulation/cua-base.el: Put CUA move property on move-end-of-line
30790 and move-beginning-of-line.
30791
30792 * apropos.el (apropos-print): Omit command from M-x ... RET.
30793
30794 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
30795
30796 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
30797 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
30798
30799 2005-03-06 Richard M. Stallman <rms@gnu.org>
30800
30801 * bindings.el (esc-map): Bind M-g to goto-line.
30802
30803 * facemenu.el (global-map): Bind M-o, not M-g.
30804
30805 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
30806
30807 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
30808 "Open Directory" as for "Open File".
30809
30810 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
30811
30812 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
30813 (push-mark-command): Run activate-mark-hook.
30814
30815 2005-03-06 Richard M. Stallman <rms@gnu.org>
30816
30817 * help-mode.el (help-mode-finish): Don't alter the element
30818 in view-return-to-alist if there already is one.
30819
30820 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
30821 make sure the current buffer is the expected one.
30822
30823 * novice.el (disabled-command-function): Output in *Disabled Command*.
30824 Explicitly ignore non-keyboard events, and explicitly handle C-g.
30825
30826 * textmodes/flyspell.el (flyspell-large-region):
30827 Pass args differently for aspell.
30828
30829 * files.el (mode-require-final-newline): Doc fix.
30830
30831 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
30832
30833 * progmodes/which-func.el (which-function):
30834 Specify NOERROR when calling imenu--make-index-alist.
30835
30836 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
30837
30838 * simple.el (normal-erase-is-backspace): Define default value.
30839
30840 * custom.el (custom-theme-set-variables): Remove unused var
30841 `immediate'.
30842 (custom-reevaluate-setting): Simple function to handle variables
30843 that are defined before their default value can really be
30844 computed.
30845
30846 * startup.el (command-line): Use it for temporary-file-directory,
30847 small-emporary-file-directory, auto-save-file-name-transforms,
30848 blink-cursor-mode, and normal-erase-is-backspace.
30849
30850 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
30851 progress, even with buggy anchored keywords.
30852
30853 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
30854
30855 * simple.el (goto-line): Remove unbalanced final parenthesis.
30856
30857 2005-03-05 Richard M. Stallman <rms@gnu.org>
30858
30859 * simple.el (goto-line): Use a number at point as the default.
30860 With C-u as arg, switch buffers.
30861
30862 2005-03-05 Juri Linkov <juri@jurta.org>
30863
30864 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
30865 with `no-blinking-cursor'.
30866
30867 * startup.el (no-blinking-cursor): New defvar.
30868 (command-line): Add `--no-blinking-cursor' to longopts.
30869 Set `no-blinking-cursor' to t for command line arguments
30870 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
30871 with `no-blinking-cursor' in the condition for calling
30872 `blink-cursor-mode'.
30873
30874 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
30875
30876 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
30877 (menu-bar-options-save): Add blink-cursor-mode.
30878 (menu-bar-options-menu): Add blink-cursor-mode.
30879
30880 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
30881
30882 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
30883 (icalendar-export-file, icalendar-export-region)
30884 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
30885 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
30886
30887 2005-03-04 Lute Kamstra <lute@gnu.org>
30888
30889 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
30890 (debug-function-list): Ditto.
30891
30892 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
30893
30894 * textmodes/texinfmt.el (texinfo-append-refill):
30895 Redefine the types of line to which @refill
30896 is not appended by replacing a search for `@refill\\|@bye' with
30897 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
30898 itemize@refill' bug and the unfilled long lines bug.
30899 (texinfmt-version): Update number and date.
30900
30901 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
30902
30903 * international/code-pages.el (windows-1250, windows-125[2-8])
30904 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
30905
30906 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
30907
30908 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
30909 bound yet.
30910
30911 2005-03-02 Romain Francoise <romain@orebokech.com>
30912
30913 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
30914 buffer after removing limits.
30915 (ibuffer-pop-filter): Ditto.
30916 Update copyright.
30917
30918 2005-03-02 Miles Bader <miles@gnu.org>
30919
30920 * button.el (make-text-button): If the user doesn't specify a
30921 type, use the default. Rewrite to use `add-text-properties' and
30922 plist functions.
30923
30924 2005-03-01 Lute Kamstra <lute@gnu.org>
30925
30926 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
30927 (debugger-jumping-flag): New var.
30928 (debug-entry-code): Use it.
30929 (debugger-jump): Use debugger-jumping-flag and add
30930 debugger-reenable to post-command-hook.
30931 (debugger-reenable): Use debugger-jumping-flag and remove itself
30932 from post-command-hook.
30933 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
30934 debugger-reenable.
30935
30936 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
30937
30938 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
30939 inclusion of "itemize\\|", which may be unnecessary, is certainly
30940 inelegant, and stops refilling in itemize lists when formatting
30941 Japanese Texinfo files to Info.
30942 Update copyright to 2005.
30943
30944 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
30945
30946 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
30947 of an error if GDB can't find the source file.
30948
30949 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
30950
30951 * calendar/calendar.el (redraw-calendar): Work from any buffer,
30952 not just the calendar.
30953
30954 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
30955 first.
30956 (diary-redraw-calendar): New function.
30957 (make-diary-entry): Add diary-redraw-calendar to local
30958 write-contents-functions. Turn off selective display before
30959 inserting in diary.
30960
30961 2005-03-01 Kim F. Storm <storm@cua.dk>
30962
30963 * emacs-lisp/copyright.el (copyright-fix-years): New command.
30964
30965 2005-03-01 Lute Kamstra <lute@gnu.org>
30966
30967 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
30968 that debug-entry-code can be safely removed from a function while
30969 this code is being evaluated. Revert the 2005-02-27 change as the
30970 new implementation no longer requires it. Make sure that a
30971 function body containing just a string is not mistaken for a docstring.
30972 (debug): Skip one more frame in case of debug on entry.
30973 (debugger-setup-buffer): Delete one more frame line in case of
30974 debug on entry.
30975 (debugger-frame-number): Update to use the new text introduced by
30976 the 1999-11-03 change. Skip one more frame in case of debug on entry.
30977
30978 2005-02-28 Kim F. Storm <storm@cua.dk>
30979
30980 * double.el (double-translate-key): Call force-window-update after
30981 read-event to avoid crash in redisplay.
30982
30983 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
30984
30985 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
30986 (debug): Use it. Move the inhibit-trace earlier.
30987 (debug-entry-code): New const.
30988 (debug-on-entry-1): Use it.
30989
30990 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
30991
30992 * international/utf-16.el (ccl-encode-mule-utf-16le):
30993 Fix BUFFER_MAGNIFICATION to 2.
30994 (ccl-encode-mule-utf-16be): Likewise.
30995
30996 2005-02-28 Kenichi Handa <handa@m17n.org>
30997
30998 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
30999 Fix BUFFER_MAGNIFICATION to 4.
31000 (ccl-encode-mule-utf-16be-with-signature): Likewise.
31001
31002 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
31003
31004 * speedbar.el (speedbar-update-flag): Doc fix.
31005 (speedbar-show-info-under-mouse): Give set-mouse-position the right
31006 argument.
31007
31008 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
31009
31010 * reveal.el (reveal-post-command): Don't try to reveal overlays which
31011 have a non-nil `invisible' property but are actually visible.
31012
31013 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
31014 for perldoc sections.
31015 (perl-outline-regexp, perl-outline-level): New var and function.
31016 (perl-mode): Use them.
31017
31018 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
31019
31020 * calendar/diary-lib.el (diary-remind): Discard any mark portion
31021 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
31022
31023 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
31024
31025 * cus-edit.el: Comment change.
31026 (custom-buffer-create-internal): Slightly reword text at top of
31027 Custom buffers. Mention there that saving an option edits the
31028 init file. Add link to Emacs manual node on `custom-file'.
31029 (custom-magic-alist): Rewrite individual State messages to use
31030 capitalized keywords. Doc fix.
31031
31032 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
31033
31034 * calendar/calendar.el (calendar-buffer): Move above
31035 calendar-week-start-day.
31036 (calendar-week-start-day): Doc fix. Add :set function.
31037 (calendar-minimum-window-height): New variable.
31038 (generate-calendar-window): Only resize window if selected-window
31039 is displaying the calendar buffer. Use new variable
31040 calendar-minimum-window-height.
31041 (generate-calendar): Reword error message.
31042 (calendar-mode-map): Bind DEL to scroll-other-window-down.
31043
31044 2005-02-27 Andreas Schwab <schwab@suse.de>
31045
31046 * vc.el (vc-do-command): Don't run command asynchronously when
31047 operating in a remote directory.
31048
31049 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
31050 change from sync with Tramp 2.0.47.
31051
31052 2005-02-27 Richard M. Stallman <rms@gnu.org>
31053
31054 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
31055
31056 * textmodes/flyspell.el (flyspell-mode-on):
31057 Call ispell-change-dictionary only if necessary.
31058
31059 * emacs-lisp/re-builder.el (regexp-builder): New function.
31060
31061 * register.el (describe-register-1): Explicitly handle
31062 yank-excluded-properties = t.
31063
31064 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
31065 (custom-magic-alist): Change the status descriptions again.
31066 (face widget-type): Total rewrite based on `restricted-sexp'
31067 to eliminate the confusing double hiding levels.
31068
31069 * emacs-lisp/debug.el (debug-on-entry-1):
31070 If function body is empty, add nil as body form.
31071
31072 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
31073
31074 * emacs-lisp/trace.el (inhibit-trace): New var.
31075 (trace-make-advice): Use it.
31076
31077 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
31078
31079 2005-02-26 Kim F. Storm <storm@cua.dk>
31080
31081 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
31082 (mouse-on-link-p, mouse-drag-region-1): Use it.
31083
31084 2005-02-25 Lute Kamstra <lute@gnu.org>
31085
31086 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
31087
31088 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
31089
31090 * frame.el (blink-cursor-mode): Add :group keyword.
31091
31092 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
31093
31094 * calendar/icalendar.el (icalendar--decode-isodatetime):
31095 New optional argument DAY-SHIFT.
31096 (icalendar-export-region): Fix coding-system-for-write.
31097 (icalendar--convert-ical-to-diary): Shift end-day of all-day
31098 events by one.
31099
31100 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
31101
31102 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
31103
31104 2005-02-24 Kim F. Storm <storm@cua.dk>
31105
31106 * international/iso-acc.el (iso-accents-compose): Fix crash
31107 during redisplay. Call force-window-update after read-event
31108 and delete-region to signal that window is not accurate.
31109
31110 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
31111
31112 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
31113 Remove unused and inexistent var `inhibit-trace'.
31114 (debugger-mode): Use run-mode-hooks.
31115 (debugger-list-functions): Add buttons; setup xref stack.
31116
31117 2005-02-23 Richard M. Stallman <rms@gnu.org>
31118
31119 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
31120 appointment says it was explicitly made.
31121 (appt-add): Set the 3rd element.
31122 (appt-make-list): Preserve explicit appointments.
31123
31124 * subr.el (find-tag-default): Catch errors in forward-sexp.
31125
31126 2005-02-23 Juri Linkov <juri@jurta.org>
31127
31128 * info.el (Info-isearch-search): New defcustom.
31129 (Info-isearch-search): Call the default isearch function
31130 when Info-isearch-search is nil.
31131 (Info-isearch-wrap): Use variable Info-isearch-search.
31132
31133 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
31134
31135 * cus-edit.el: Comment change.
31136
31137 2005-02-22 Kim F. Storm <storm@cua.dk>
31138
31139 * progmodes/hideif.el (hide-ifdef-use-define-alist):
31140 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
31141
31142 2005-02-22 Simon Josefsson <jas@extundo.com>
31143
31144 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
31145 New variable.
31146 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
31147 Oskarsson" <myrkraverk@users.sourceforget.net>.
31148
31149 2005-02-22 Kim F. Storm <storm@cua.dk>
31150
31151 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
31152 check that window of that event is the selected window.
31153 (mouse-drag-region-1): Compare mouse event window to selected
31154 window before setting point.
31155
31156 * tooltip.el (tooltip-show-help-function): Pass event to
31157 mouse-on-link-p so it can check selected window.
31158
31159 2005-02-22 Kenichi Handa <handa@m17n.org>
31160
31161 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
31162 (ps-mule-show-warning): New function.
31163 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
31164 characters are found.
31165
31166 * ps-print.el (ps-header-footer-string): Return a list of header
31167 and footer strings.
31168
31169 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
31170
31171 * pcvs.el (cvs-retrieve-revision): Fix thinko.
31172
31173 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
31174
31175 * frame.el (blink-cursor-mode): Use define-minor-mode.
31176
31177 * term/mac-win.el (function-key-map): Use char-names more consistently.
31178 (file-name-coding-system): Only set it for MacOS-9. The other case is
31179 already handled in mule-cmds.el (where it also works when mac-win.el
31180 is not used).
31181
31182 2005-02-21 Kenichi Handa <handa@m17n.org>
31183
31184 * international/mule.el (ctext-pre-write-conversion): Always use
31185 " *code-converting-work*" buffer for work.
31186
31187 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
31188
31189 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
31190
31191 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
31192
31193 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
31194
31195 * ses.el (undo-more): Restore defadvice, but only the part that
31196 allows changes outside the restricted area of the buffer.
31197
31198 2005-02-20 Kim F. Storm <storm@cua.dk>
31199
31200 * simple.el (line-move): Add fourth optional arg try-vscroll which
31201 must be set to perform auto-window-vscroll.
31202 When moving backwards and doing auto-window-vscroll, automatically
31203 vscroll to the last part of lines which are taller than the window.
31204 (next-line, previous-line): Set try-vscroll arg on line-move.
31205
31206 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
31207
31208 * replace.el (query-replace, query-replace-regexp)
31209 (replace-string, replace-regexp): When operating on region, make
31210 the minibuffer prompt say so.
31211
31212 * isearch.el (isearch-forward): Document isearch-query-replace and
31213 isearch-query-replace-regexp keybindings.
31214
31215 2005-02-19 Jay Belanger <belanger@truman.edu>
31216
31217 * calc/calc-aent.el (math-read-token): Add local variable.
31218
31219 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
31220 (calc-edit-top): Move declaration to earlier in file.
31221 (calc-edit-macro-repeats): Add local variables.
31222
31223 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
31224 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
31225 calcFunc-tanh.
31226 Adjust integration rule for calcFunc-tan.
31227
31228 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
31229
31230 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
31231 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
31232 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
31233 (viper-skip-separators): Bug fix.
31234 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
31235 particular major mode.
31236 (viper-del-backward-char-in-replace): Don't put deleted char on the
31237 kill ring.
31238
31239 * viper-ex.el (viper-color-display-p): New function.
31240 (viper-has-face-support-p): Use viper-color-display-p.
31241
31242 * viper-keym.el (viper-gnus-modifier-map): New keymap.
31243
31244 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
31245
31246 * viper-util.el (viper-glob-unix-files): Fix shell status check.
31247 (viper-file-remote-p): Make equivalent to file-remote-p.
31248
31249 * viper.el (viper-major-mode-modifier-list):
31250 Use viper-gnus-modifier-map.
31251
31252 2005-02-19 David Kastrup <dak@gnu.org>
31253
31254 * subr.el (subregexp-context-p): Fix garbled doc string by adding
31255 quoting.
31256
31257 2005-02-19 Jay Belanger <belanger@truman.edu>
31258
31259 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
31260 Remove extra definitions.
31261 (calc-coth): New function.
31262 (calcFunc-cot): Fix `let'.
31263
31264 2005-02-19 Eli Zaretskii <eliz@gnu.org>
31265
31266 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
31267 the reasons we use "type pc" in these faces.
31268
31269 * button.el (button): Ditto.
31270
31271 2005-02-19 Michael Mauger <mmaug@yahoo.com>
31272
31273 * replace.el (query-replace-read-from): Set the value of
31274 query-replace-from-history-variable to handle the case of an empty
31275 string entered to accept the suggested default.
31276
31277 * net/tramp.el (tramp-file-name-for-operation):
31278 Use dired-call-process instead of dired-call-process-command.
31279
31280 2005-02-19 Jay Belanger <belanger@truman.edu>
31281
31282 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
31283 (math-div-non-trig): New variables.
31284 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
31285 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
31286 (math-combine-prod, math-div-symb-fancy): Add simplifications for
31287 trig expressions.
31288
31289 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
31290
31291 * progmodes/gdb-ui.el (gdb-var-update-handler)
31292 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
31293 for watch expressions,
31294 (gdb-var-create-handler): Don't set speedbar-update-flag.
31295 (gdb-post-prompt): Simplify test for speedbar.
31296
31297 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
31298
31299 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
31300 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
31301 we use the syntax table of the correct buffer.
31302 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
31303 Felix Gatzemeier.
31304
31305 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
31306 (ediff-file-remote-p): Make synonymous with file-remote-p.
31307 In all deffaces ediff-*-face-*, use min-colors.
31308
31309 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
31310 ediff-recurse-to-subdirectories.
31311 (ediff-mark-if-equal): Check that the arguments are strings, use
31312 ediff-same-contents (after to Felix Gatzemeier).
31313
31314 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
31315 nil.
31316
31317 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
31318
31319 * log-view.el (log-view-message-re): Fix up Subversion regexp.
31320
31321 2005-02-18 David Kastrup <dak@gnu.org>
31322
31323 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
31324 use `mark-active' when defined.
31325
31326 2005-02-18 Kenichi Handa <handa@m17n.org>
31327
31328 * ps-print.el (ps-font-info-database): New entry
31329 ZapfChancery-MediumItalic with correct font name. Fix font name
31330 of the entry Zapf-Chancery-MediumItalic.
31331
31332 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
31333
31334 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
31335
31336 2005-02-16 Kim F. Storm <storm@cua.dk>
31337
31338 * ido.el (ido-fallback-command): Pass user input to fallback command.
31339
31340 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
31341
31342 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
31343 (gdb-find-file-hook): Add server prefix.
31344
31345 2005-02-16 Richard M. Stallman <rms@gnu.org>
31346
31347 * replace.el (perform-replace): Pass new args to replace-highlight.
31348 (replace-highlight): Take region args,
31349 and pass them to isearch-lazy-highlight-new-loop.
31350
31351 * novice.el (disabled-command-hook): Autoload the defalias
31352 and the make-obsolete-variable call.
31353
31354 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
31355
31356 * isearch.el (isearch-lazy-highlight-start-limit)
31357 (isearch-lazy-highlight-end-limit): New variables limit
31358 the region for highlighting.
31359 (isearch-lazy-highlight-new-loop): New args BEG and END.
31360 (isearch-lazy-highlight-search): Use the new vars.
31361 (isearch-lazy-highlight-update): Likewise.
31362
31363 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
31364
31365 * cus-start.el (all): Use default-boundp.
31366
31367 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
31368
31369 * menu-bar.el (menu-bar-select-frame): Handle current frame.
31370
31371 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
31372
31373 * autorevert.el (auto-revert-stop-on-user-input)
31374 (auto-revert-verbose): Doc fixes.
31375
31376 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
31377
31378 * international/mule-cmds.el (set-locale-environment): Remove call
31379 to set-selection-coding-system on Windows.
31380
31381 2005-02-15 Jay Belanger <belanger@truman.edu>
31382
31383 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
31384 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
31385 calcFunc-coth.
31386 (math-simplify-sqrt): Add simplifications.
31387
31388 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
31389 to list.
31390
31391 * calc/calc-ext.el: Add functions to autoloads.
31392
31393 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
31394 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
31395 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
31396 (math-csc-raw, math-cot-raw): New functions.
31397
31398 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
31399
31400 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
31401 the variable name in a message.
31402
31403 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
31404 calcFunc-csc, calcFunc-cot.
31405
31406 * calc/calcalg2.el: Add derivative and integration rules for
31407 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
31408 calcFunc-csch, calcFunc-coth.
31409 (math-do-integral-methods): Add to checks for when to use
31410 substitutions.
31411
31412 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
31413
31414 2005-02-15 Lute Kamstra <lute@gnu.org>
31415
31416 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
31417 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
31418 <monnier@iro.umontreal.ca>.
31419 (lisp-outline-level): Improve efficiency. Suggested by David
31420 Kastrup <dak@gnu.org>.
31421
31422 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
31423
31424 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
31425 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
31426 (gdb-set-gud-minor-mode-existing-buffers): New functions.
31427 (gdb-find-file-hook): New hook. Add it to find-file-hook.
31428 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
31429
31430 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
31431
31432 * cus-start.el (all): Comment change.
31433
31434 2005-02-14 Lute Kamstra <lute@gnu.org>
31435
31436 * cus-start.el (all): Check if symbol is void.
31437
31438 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
31439
31440 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
31441 optional argument to \cite.
31442
31443 2005-02-14 Richard M. Stallman <rms@gnu.org>
31444
31445 * cus-edit.el (custom-buffer-create-internal): Update help message.
31446 (custom-magic-alist): Update help messages.
31447
31448 * cus-start.el (all): Allow a var to specify a standard value.
31449
31450 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
31451
31452 * custom.el (custom-theme-set-variables): Handle variable aliases.
31453
31454 * frame.el (blink-cursor-timer): Doc fix.
31455 (blink-cursor): Make it an alias for `blink-cursor-mode' and
31456 declare obsolete.
31457 (blink-cursor-mode): Define with defcustom and use correct
31458 standard expression in that defcustom.
31459 * startup.el (command-line): Adapt to above changes in frame.el.
31460
31461 2005-02-11 Lute Kamstra <lute@gnu.org>
31462
31463 * apropos.el (apropos-score-doc): Prevent division by zero.
31464
31465 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
31466
31467 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
31468 (icalendar--get-event-property-attributes)
31469 (icalendar--get-event-properties)
31470 (icalendar--datetime-to-diary-date): New functions.
31471 (icalendar--split-value): Doc fix.
31472 (icalendar--datetime-to-noneuropean-date)
31473 (icalendar--datetime-to-european-date): New optional argument
31474 SEPARATOR. Return result as a string instead of a list.
31475 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
31476 (icalendar--convert-string-for-export): Rename arg S to STRING.
31477 (icalendar-export-region): Doc fix. Change name of error buffer.
31478 Save output buffer.
31479 (icalendar-import-file): Add blank at end of prompt.
31480 (icalendar-import-buffer): Doc fix. Do not switch to error
31481 buffer. Indicate status in return value.
31482 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
31483 buffer. Save output buffer. Handle exception from recurrence
31484 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
31485 events. Fix problems with weekly all-day events.
31486
31487 2005-02-10 Richard M. Stallman <rms@gnu.org>
31488
31489 * simple.el (eval-expression-print-format):
31490 Avoid warning about edebug-active.
31491
31492 * help.el (help-for-help-internal): Rename from help-for-help.
31493 (help-for-help): Define with defalias.
31494
31495 * font-core.el (font-lock-default-function): Use with-no-warnings.
31496
31497 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
31498
31499 * custom.el (defface): Doc fix.
31500
31501 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
31502
31503 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
31504 width 0" to prevent word wrapping problems.
31505
31506 2005-02-09 Kim F. Storm <storm@cua.dk>
31507
31508 * ido.el (ido-file-extensions-order): New defcustom.
31509 (ido-file-extension-lessp, ido-file-extension-aux)
31510 (ido-file-extension-order): New advanced file ordering.
31511 (ido-file-lessp): New simple file ordering.
31512 (ido-sort-list): Remove.
31513 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
31514 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
31515
31516 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
31517
31518 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
31519 that some versions of grep produce.
31520 (grep-mode-font-lock-keywords): Likewise.
31521
31522 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
31523
31524 * progmodes/gdb-ui.el (gdb-location-list): New variable.
31525 (gdb-cdir): Delete.
31526 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
31527 (gdb-source-info): Treat case when source file is in another
31528 directory properly.
31529 (gdb-get-location): New function.
31530
31531 2005-02-07 Jay Belanger <belanger@truman.edu>
31532
31533 * calc/calc-prog.el (calc-write-parse-table-part)
31534 (calc-fix-token-name): Fix a check for language type.
31535
31536 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
31537
31538 2005-02-07 Andre Spiegel <spiegel@gnu.org>
31539
31540 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
31541 as directory not writable.
31542
31543 2005-02-07 Kim F. Storm <storm@cua.dk>
31544
31545 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
31546 (cua--standard-movement-commands): Remove list.
31547 Instead, set CUA property value to move for movement commands.
31548 (cua-movement-commands): Remove. Users must set CUA prop instead.
31549 (cua--pre-command-handler): Check CUA property.
31550 (cua--init-keymaps): Don't remap undo commands.
31551 (cua-mode): Don't call cua--rectangle-on-off.
31552
31553 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
31554 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
31555 (cua--rect-undo-set-point): New var.
31556 (cua--rectangle-undo-boundary): Setup undo apply entry.
31557 (cua--rect-undo-handler): New function for rectangle undo.
31558 (cua--rect-start-position, cua--rect-end-position): Add.
31559 (cua--rectangle-post-command): Call cua--rectangle-set-corners
31560 for restored rectangle. Set point if cua--rect-undo-set-point.
31561
31562 2005-02-06 Jay Belanger <belanger@truman.edu>
31563
31564 * calc/calc-lang.el (calc-tex-language): Display more information
31565 in messages.
31566
31567 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
31568 in TeX mode.
31569
31570 2005-02-06 Richard M. Stallman <rms@gnu.org>
31571
31572 * emacs-lisp/lisp.el (buffer-end): Doc fix.
31573
31574 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
31575
31576 * net/ldap.el (ldap-search-internal): Support attributes with
31577 optional descriptions separated by a semi-colon, as in
31578 "userCertificate;binary".
31579
31580 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31581
31582 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
31583 isn't a cons (i.e. the version is 0).
31584
31585 2005-02-05 Eli Zaretskii <eliz@gnu.org>
31586
31587 * help.el (help-for-help): Doc fix.
31588
31589 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
31590
31591 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
31592 GDB-Windows on the menu-bar as this works better.
31593
31594 2005-02-04 Jay Belanger <belanger@truman.edu>
31595
31596 * calc/calc-embed.el (calc-embedded-update): Don't put in
31597 unnecessary newlines. Adjust the end of formula marker.
31598
31599 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
31600 (math-latex-parse-two-args): New function.
31601
31602 2005-02-03 Lute Kamstra <lute@gnu.org>
31603
31604 * help-fns.el (help-with-tutorial): Make sure that users cannot
31605 remove the entire text of the tutorial by means of `undo'.
31606
31607 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
31608
31609 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
31610 in recent changes, where the ispell process was repeatedly
31611 killed & restarted.
31612
31613 * international/mule-cmds.el (set-locale-environment): Set file-name
31614 coding system to utf-8 on Darwin systems.
31615 (set-default-coding-systems): Don't set default-file-name-coding-system
31616 on Darwin systems.
31617
31618 2005-02-03 Richard M. Stallman <rms@gnu.org>
31619
31620 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
31621
31622 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
31623
31624 * faces.el (list-faces-display): Add optional argument.
31625
31626 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
31627
31628 * font-core.el (font-lock-default-function): Handle the rare case where
31629 only font-lock-keywords is set.
31630
31631 2005-02-02 Kenichi Handa <handa@m17n.org>
31632
31633 * international/characters.el: Cancel previous change for
31634 I-WITH-DOT-ABOVE and DOTLESS-i.
31635
31636 * international/latin-5.el: Cancel previous change.
31637
31638 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
31639
31640 * progmodes/gud.el: Correction to syntax in gud-menu-map.
31641
31642 2005-02-02 Kenichi Handa <handa@m17n.org>
31643
31644 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
31645 DOTLESS-i.
31646
31647 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
31648 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
31649
31650 * case-table.el (get-upcase-table): New function.
31651 (copy-case-table): Copy upcaes table too if non-nil.
31652 (set-case-syntax-delims): Maintain upcase table too.
31653 (set-case-syntax-pair): Likewise.
31654 (set-upcase-syntax, set-downcase-syntax): New functions.
31655 (set-case-syntax): Maintain upcase table too.
31656
31657 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
31658
31659 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
31660
31661 * progmodes/gud.el (gud-goto-info): New function.
31662 (gud-tool-bar-map): Use correct icon.
31663
31664 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
31665
31666 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
31667 When delegating, order args in the funcall correctly.
31668
31669 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
31670
31671 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
31672
31673 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
31674
31675 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
31676 buffer not visiting a file.
31677
31678 2005-01-31 Jay Belanger <belanger@truman.edu>
31679
31680 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
31681 bound on the line with the formula.
31682
31683 2005-01-31 Kim F. Storm <storm@cua.dk>
31684
31685 * ses.el (ses-create-cell-variable-range)
31686 (ses-destroy-cell-variable-range, ses-reset-header-string)
31687 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
31688 (ses-insert-row): Fix format of apply undo entries.
31689
31690 2005-01-31 Jay Belanger <belanger@truman.edu>
31691
31692 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
31693 parts.
31694
31695 * calc/calc-embed.el (calc-embedded-open-formula)
31696 (calc-embedded-close-formula): Ignore matrix environments.
31697
31698 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
31699 TeX mode.
31700
31701 * calc/calc-lang.el (math-function-table, math-oper-table)
31702 (math-variable-table): Adjust the LaTeX portions.
31703
31704 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
31705 (math-latex-ignore-words): New constant.
31706
31707 2005-01-31 Richard M. Stallman <rms@gnu.org>
31708
31709 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
31710 (ispell-local-dictionary): Doc fix.
31711 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
31712 Don't reinitialize at run time. Don't defcustom.
31713 All uses changed to append ispell-local-dictionary-alist,
31714 or check it first.
31715 (ispell-current-dictionary): New variable for dictionary in use.
31716 (ispell-dictionary): Now used only for global default.
31717 (ispell-start-process): Set ispell-current-dictionary,
31718 not ispell-dictionary.
31719 (ispell-change-dictionary): Use this only for setting
31720 user preferences.
31721 (ispell-internal-change-dictionary): New function
31722 to change the current dictionary in use.
31723 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
31724 Use ispell-current-dictionary.
31725 Handle ispell-local-dictionary-overridden.
31726 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
31727
31728 2005-01-31 Jay Belanger <belanger@truman.edu>
31729
31730 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
31731
31732 * calc/calc-ext.el: Add calc-latex-language to autoloads.
31733 (calc-mode-map): Add calc-latex-language.
31734
31735 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
31736 (math-latex-print-frac): New functions.
31737 (math-oper-table, math-function-table, math-variable-table)
31738 (math-complex-format, math-input-filter): Add latex properties.
31739 (calc-set-language): Set math-expr-special-function-mapping.
31740
31741 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
31742 (calc-write-parse-table-part): Add LaTeX support.
31743
31744 * calc/calc.el (calc-language): Adjust docstring.
31745 (calc-set-mode-line): Add LaTeX support.
31746 (math-expr-special-function-mapping): New variable.
31747 (math-tex-ignore-words): Add to list.
31748
31749 * calc/calccomp.el (math-compose-expr, math-compose-rows):
31750 Add LaTeX support.
31751 (math-compose-expr): Add support for special functions.
31752
31753 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
31754
31755 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
31756
31757 * progmodes/gdb-ui.el (gdb-memory-address)
31758 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
31759 (gdb-memory-mode-map, gdb-memory-format-keymap)
31760 (gdb-memory-format-menu, gdb-memory-unit-keymap)
31761 (gdb-memory-unit-menu): New variables for a buffer
31762 that lets the user examine program memory.
31763 (gdb-memory-set-address, gdb-memory-set-repeat-count)
31764 (gdb-memory-format-binary, gdb-memory-format-octal)
31765 (gdb-memory-format-unsigned, gdb-memory-format-signed)
31766 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
31767 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
31768 (gdb-memory-unit-word, gdb-memory-unit-halfword)
31769 (gdb-memory-unit-byte, gdb-memory-unit-menu)
31770 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
31771 (gdb-memory-mode, gdb-memory-buffer-name)
31772 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
31773 New functions for above buffer.
31774
31775 2005-01-30 Richard M. Stallman <rms@gnu.org>
31776
31777 * cus-edit.el (custom-bury-buffer): Function deleted.
31778 (custom-buffer-done-function): Option deleted.
31779 (custom-buffer-done-kill): New replacement option.
31780 (Custom-buffer-done): Call quit-window.
31781 (custom-buffer-create-internal): Update for above changes.
31782
31783 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
31784
31785 * simple.el (undo-ask-before-discard): New var.
31786 (undo-outer-limit-truncate): Implement it.
31787 (undo-extra-outer-limit): Doc update.
31788
31789 2005-01-29 Richard M. Stallman <rms@gnu.org>
31790
31791 * ses.el (undo-more): Delete defadvice.
31792 (ses-begin-change): Doc fix.
31793
31794 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
31795 instead of rebinding C-x u and C-_.
31796
31797 * files.el (normal-backup-enable-predicate): Return nil for files
31798 in /tmp, regardless of temporary-file-directory.
31799
31800 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
31801
31802 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
31803 (open-rectangle, delete-whitespace-rectangle-line)
31804 (clear-rectangle-line): If FILL, pass t instead of FILL
31805 for move-to-column's 2nd arg.
31806
31807 * simple.el (undo): Fix the test for continuing a series of undos.
31808 (undo-more): Set pending-undo-list to t when we reach end.
31809 (pending-undo-list): Move up defvar.
31810
31811 * wid-edit.el (widget-button-click):
31812 Shorten the range of the track-mouse binding.
31813
31814 * comint.el (comint-insert-input): Undo previous changes;
31815 use last-input-event in interactive spec.
31816
31817 2005-01-29 Eli Zaretskii <eliz@gnu.org>
31818
31819 * progmodes/compile.el (compilation-start): Bind buffer-read-only
31820 to nil before invoking call-process. Reset buffer's modified flag
31821 after fontifying it in the no-async branch.
31822
31823 * wid-edit.el (widget-specify-button): If mouse pointer shape
31824 cannot be changed, use mouse face instead.
31825
31826 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
31827
31828 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
31829 (gdb-goto-breakpoint): Make breakpoint handling work on template
31830 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
31831 (gdb-assembler-custom): Update to recognize breakpoint information
31832 added on 2005-01-19.
31833
31834 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
31835
31836 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
31837 (dsssl-mode): Use define-derived-mode.
31838 (scheme-mode-initialize): Remove.
31839 (scheme-mode): Use run-mode-hooks.
31840
31841 * cus-edit.el (customize-group-other-window)
31842 (custom-buffer-create-other-window): Don't override special-display-*.
31843 (custom-mode-map): Make it dense.
31844
31845 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
31846 sets the default value.
31847
31848 2005-01-28 Eli Zaretskii <eliz@gnu.org>
31849
31850 * descr-text.el: Add more keywords.
31851
31852 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
31853
31854 * speedbar.el: Avoid unnecessary use of locate-library.
31855
31856 * international/mule-cmds.el (standard-display-european-internal):
31857 Don't fiddle with latin-1 non-break space any more since it's now
31858 special cased in the C code.
31859 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
31860
31861 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
31862
31863 * cus-start.el (all): Add `undo-outer-limit'.
31864
31865 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
31866
31867 * textmodes/bibtex.el (bibtex-format-entry):
31868 Use `bibtex-empty-field-re' only on the text of fields, not on entire
31869 field lines.
31870 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
31871 not on part of a buffer.
31872
31873 2005-01-25 Lute Kamstra <lute@gnu.org>
31874
31875 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
31876 nonempty field text strings like "{letters\\macro{}more letters}".
31877 Clarify docstring.
31878 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
31879 (bibtex-entry-offset, bibtex-parse-association)
31880 (bibtex-parse-field-name): Fix typos in docstrings.
31881 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
31882
31883 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
31884
31885 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
31886 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
31887 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
31888 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
31889
31890 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
31891 isearch minor mode.
31892
31893 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
31894
31895 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
31896
31897 2005-01-24 Lute Kamstra <lute@gnu.org>
31898
31899 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
31900 CASECHARS and NOT-CASECHARS regular expressions of the
31901 "nederlands" and "nederlands8" dictionaries to prevent a "Range
31902 striding over charsets" error.
31903
31904 2005-01-24 Jay Belanger <belanger@truman.edu>
31905
31906 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
31907 display variable name.
31908
31909 2005-01-24 Kenichi Handa <handa@m17n.org>
31910
31911 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
31912 Fix setting of the element of encoded-kbd-iso2022-invocations.
31913
31914 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
31915
31916 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
31917 (gdb-threads-select): Change to also accept mouse events.
31918 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
31919 (gdb-threads-mouse-select): Delete.
31920
31921 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
31922
31923 * files.el (insert-directory): Take care of empty directory,
31924 listed without -a switch.
31925
31926 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
31927
31928 * textmodes/refill.el (refill-post-command-function):
31929 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
31930 to the list of functions that we should be careful not to undo.
31931 (refill-late-fill-paragraph-function): Remove.
31932 (refill-saved-state): New var.
31933 (refill-mode): Use it to save fill-paragraph-function.
31934 Save also the value of auto-fill-function.
31935
31936 * term/w32-win.el: Simplify code.
31937
31938 2005-01-23 Kim F. Storm <storm@cua.dk>
31939
31940 * simple.el (line-move): Adapt to new return value from
31941 pos-visible-in-window-p.
31942
31943 * simple.el (line-move): Fix last change. Check partial
31944 visibility at point rather than at window-start.
31945
31946 2005-01-22 Jason Rumney <jasonr@gnu.org>
31947
31948 * term/w32-win.el (xw-defined-colors): Remove debug-message.
31949
31950 2005-01-22 David Kastrup <dak@gnu.org>
31951
31952 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
31953
31954 2005-01-22 Eli Zaretskii <eliz@gnu.org>
31955
31956 * type-break.el (type-break-mode): Add a test for
31957 type-break-file-name being non-nil.
31958
31959 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
31960
31961 * net/eudc.el (top level): Call (message "") via progn, so that
31962 eudc-options-file is loaded.
31963
31964 2005-01-22 Kim F. Storm <storm@cua.dk>
31965
31966 * simple.el (line-move-1): Rename from line-move.
31967 (line-move): New function that adjusts vscroll for partially
31968 visible rows, and calls line-move-1 otherwise.
31969
31970 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
31971
31972 * pcomplete.el: Define pcomplete-read-event instead of read-event,
31973 since it's not a complete read-event implementation
31974
31975 2005-01-20 Jay Belanger <belanger@truman.edu>
31976
31977 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
31978 for called function.
31979
31980 2005-01-20 Steven Tamm <steventamm@mac.com>
31981
31982 * term/mac-win.el (process-connection-type): Remove.
31983 Controlled now by s/darwin.h:PTY_ITERATION.
31984
31985 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
31986
31987 * window.el (handle-select-window): Don't switch window when we're
31988 in the minibuffer.
31989
31990 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
31991
31992 * subr.el (dotimes-with-progress-reporter): New macro.
31993
31994 * ses.el (ses-dotimes-msg): Remove macro.
31995 Use `dotimes-with-progress-reporter' instead.
31996
31997 2005-01-19 Steven Tamm <steventamm@mac.com>
31998
31999 * term/mac-win.el (process-connection-type): Use new
32000 operating-system-release variable to use ptys on Darwin 7 (OS X
32001 10.3) when using carbon build.
32002
32003 2005-01-19 Jay Belanger <belanger@truman.edu>
32004
32005 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
32006 flags if the last command was a tab or M-tab.
32007
32008 * calc/calc-prog.el (calc-user-define-edit): Put original formula
32009 in formula editing buffer.
32010
32011 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
32012
32013 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
32014 breakpoint image symbol in margin.
32015
32016 2005-01-19 Jay Belanger <belanger@truman.edu>
32017
32018 * calc/calc-prog.el (calc-execute-kbd-macro):
32019 Ignore calc-keep-arg-flag.
32020
32021 2005-01-19 Kenichi Handa <handa@m17n.org>
32022
32023 * textmodes/ispell.el (ispell-looking-at): New function.
32024 (ispell-process-line): Use ispell-looking-at to compare the ispell
32025 output and the buffer contents.
32026
32027 2005-01-18 Jay Belanger <belanger@truman.edu>
32028
32029 * calc/calc.el (calc-display-raw): Fix docstring.
32030
32031 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
32032
32033 * simple.el (blink-matching-open): Strip extra info from syntax.
32034
32035 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
32036 funny chars in the end-of-here-doc marker.
32037
32038 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
32039
32040 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
32041 that enable/disabled state of breakpoints is shown correctly in
32042 fringe and on ttys.
32043 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
32044 Add breakpoint information as text properties.
32045 (gdb-mouse-toggle-breakpoint):
32046 Rename to gdb-mouse-set-clear-breakpoint.
32047 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
32048 breakpoints in the margin.
32049 (gdb-remove-strings): Simplify.
32050
32051 2005-01-17 Jay Belanger <belanger@truman.edu>
32052
32053 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
32054 erasing buffer.
32055
32056 2005-01-17 Richard M. Stallman <rms@gnu.org>
32057
32058 * progmodes/grep.el (grep-find): Copy from `grep' the condition
32059 for calling grep-compute-defaults.
32060
32061 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
32062 if buffer is empty.
32063
32064 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
32065
32066 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
32067
32068 * hilit-chg.el (highlight-changes-mode): Don't autoload.
32069
32070 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
32071 non-preloaded variables.
32072
32073 2005-01-17 Steven Tamm <steventamm@mac.com>
32074
32075 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
32076 tex-shell cause to force interactivity when using pipes.
32077
32078 2005-01-17 Kim F. Storm <storm@cua.dk>
32079
32080 * simple.el (just-one-space): Make arg optional.
32081
32082 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
32083
32084 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
32085 posn-at-x-y to t to access left-margin.
32086
32087 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
32088
32089 Sync with Tramp 2.0.47.
32090
32091 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
32092 catching keep-date problems in cp/scp operations.
32093 (tramp-handle-copy-file): Don't call `set-file-modes'
32094 unconditionally. Specialized functions should know better what is
32095 necessary. This improves performance a little bit, and the
32096 functions could catch errors with `cp -p' and `scp -p'.
32097 (tramp-do-copy-or-rename-file-via-buffer)
32098 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
32099 when appropriate.
32100 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
32101 Call `set-file-modes' when appropriate.
32102 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
32103 Johnsson <isak@hypergene.com>.
32104 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
32105 of both Tramp buffer and debug buffer. Reported by Joakim Verona
32106 <joakim@verona.se>.
32107 (tramp-file-name-for-operation): Mark `shell-command' as magic for
32108 Emacs only.
32109
32110 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
32111 `find-file-hooks' and `dired-mode-hook'.
32112 (tramp-minor-mode-map): Respective map. Add remapping for
32113 `compile' and `recompile'.
32114 (tramp-remap-command, tramp-recompile): New defuns.
32115 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
32116 in buffer "*Compilation*". Call the commands asynchronously.
32117
32118 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
32119 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
32120 `shell-command', because it isn't magic in XEmacs. Reported by
32121 Adrian Aichner <adrian@xemacs.org>.
32122
32123 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
32124 `substitute-in-file-name.
32125 (tramp-smb-handle-substitute-in-file-name): New defun.
32126 (tramp-smb-advice-PC-do-completion): Delete advice.
32127
32128 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
32129
32130 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
32131 Fix error in deleting region.
32132
32133 2005-01-15 Richard M. Stallman <rms@gnu.org>
32134
32135 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
32136 In non-temp buffer, switch syntax table temporarily.
32137
32138 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
32139
32140 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
32141
32142 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
32143
32144 * imenu.el (imenu--split-menu): Copy menulist before sorting.
32145 (imenu--generic-function): Use START, not BEG, as pos of definition.
32146
32147 * simple.el (just-one-space): Argument specifies number of spaces.
32148
32149 * simple.el (eval-expression-print-format): Avoid warning
32150 about edebug-active.
32151
32152 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
32153
32154 * progmodes/sh-script.el: Code copied from make-mode.el
32155 with small changes,
32156 (sh-mode-map): Bind C-c C-\.
32157 (sh-backslash-column, sh-backslash-align): New variables.
32158 (sh-backslash-region, sh-append-backslash): New functions.
32159
32160 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
32161
32162 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
32163 (rmail-pop-password, rmail-pop-password-required): Move to
32164 rmail-obsolete group.
32165 (rmail-set-pop-password): Rename to rmail-set-remote-password.
32166 All callers updated.
32167 (rmail-get-pop-password): Rename to rmail-get-remote-password.
32168 Take an argument specifying whether it is POP or IMAP mailbox we
32169 are using. All callers updated.
32170 (rmail-pop-password-error): Rename to
32171 rmail-remote-password-error. Added mailutils-specific error message.
32172 (rmail-movemail-search-path)
32173 (rmail-movemail-variant-in-use): New variables.
32174 (rmail-remote-password, rmail-remote-password-required):
32175 New customization variables.
32176 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
32177 (rmail-parse-url): New function.
32178 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
32179 with GNU mailutils movemail.
32180
32181 2005-01-15 Kevin Ryde <user42@zip.com.au>
32182
32183 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
32184 suffix to space, $ or '$, to correctly position point when going
32185 to @table style constants like DBL_MAX.
32186
32187 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
32188
32189 * type-break.el (type-break-mode, type-break-file-time)
32190 (type-break-file-keystroke-count, type-break-choose-file):
32191 Don't store data in or load data from the file if type-break-file-name
32192 is nil.
32193 (type-break-file-name): Doc update as per the above.
32194
32195 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
32196
32197 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
32198 lookup-key might return nil; handle that.
32199
32200 2005-01-15 Alan Mackenzie <acm@muc.de>
32201
32202 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
32203 rather than the element found, thus enabling the tree to be setcar'd.
32204
32205 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
32206
32207 * textmodes/org.el (org-show-following-heading): New option.
32208 (org-show-hierarchy-above): Use `org-show-following-heading'.
32209 (org-cycle): Documentation fix.
32210
32211 * textmodes/org.el (orgtbl-optimized): New option
32212 (orgtbl-mode): New command, a minor mode.
32213 (orgtbl-mode-map): New variable.
32214 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
32215 (orgtbl-error, orgtbl-self-insert-command)
32216 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
32217
32218 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
32219 a local variable in each org-mode buffer.
32220
32221 * textmodes/org.el (org-set-regexps-and-options): Rename from
32222 `org-set-regexps'. Added checking for STARTUP keyword.
32223 (org-get-current-options): Add STARTUP options.
32224 (org-table-insert-row): Make mode intelligent about when
32225 realignment is needed.
32226 (org-self-insert-command, org-delete-backward-char, org-delete-char):
32227 New commands.
32228 (org-enable-table-editor): New default value `optimized'.
32229 (org-table-blank-field): Support blanking regions if active.
32230
32231 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
32232
32233 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
32234 if the year is not given.
32235
32236 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
32237 Add new escapes %m and %M, fixed bug with %F by adding
32238 save-match-data.
32239 (reftex-reference): Remove ?. from list of spaces.
32240 (reftex-label-info): Add automatic label prefix recognition.
32241
32242 * textmodes/reftex-index.el (reftex-index-next-phrase):
32243 Add slave parameter to call of `reftex-index-this-phrase'.
32244 (reftex-index-this-phrase): New optional argument.
32245 (reftex-index-region-phrases): Add slave parameter to call of
32246 `reftex-index-this-phrase'.
32247 (reftex-display-index): New argument redo.
32248 (reftex-index-rescan): Add `redo' to arguments of
32249 `reftex-display-index'.
32250 (reftex-index-Rescan, reftex-index-revert)
32251 (reftex-index-switch-index-tag): Add `redo' to arguments of
32252 `reftex-display-index'.
32253 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
32254 indexing. Fix bug with matching is there is a quote before or
32255 after the word.
32256
32257 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
32258 Fix bug when collecting citation keys in lines with comments.
32259 (reftex-citation): Prefix argument no longer rescans the document,
32260 but forces prompting for optional arguments of cite macros.
32261 (reftex-do-citation): Prompting for optional arguments implemented.
32262
32263 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
32264 Add optional arguments to most cite commands.
32265 (reftex-cite-cleanup-optional-args): New option
32266 (reftex-cite-prompt-optional-args): New option.
32267 (reftex-trust-label-prefix): New option.
32268
32269 * textmodes/reftex-toc.el (reftex-toc-find-section):
32270 Add push-mark before changing the position in the buffer.
32271
32272 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
32273 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
32274
32275 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
32276
32277 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
32278 more carefully.
32279
32280 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
32281
32282 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
32283 (sgml-mode): Use it.
32284 (sgml-get-context): Better keep track of implicitly closed tags.
32285
32286 2005-01-13 Kenichi Handa <handa@m17n.org>
32287
32288 * textmodes/ispell.el: These changes are to fix misalignment error
32289 caused by equivalent characters of different Emacs charsets.
32290 (ispell-unified-chars-table): New variable.
32291 (ispell-get-decoded-string): New function.
32292 (ispell-get-casechars, ispell-get-not-casechars)
32293 (ispell-get-otherchars): Call ispell-get-decoded-string.
32294
32295 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
32296
32297 * custom.el (custom-declare-variable): Just put symbol instead
32298 of (defvar . symbol) in `current-load-list'.
32299
32300 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
32301
32302 * emacs-lisp/elint.el: Fixed typo in Commentary section.
32303
32304 2005-01-12 Jay Belanger <belanger@truman.edu>
32305
32306 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
32307 to create a Calc summary.
32308
32309 2005-01-12 Kim F. Storm <storm@cua.dk>
32310
32311 * mouse.el (mouse-on-link-p): Change functionality and doc
32312 string to comply with latest description in lisp ref.
32313
32314 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
32315
32316 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
32317 Enable mouse clicks on mode-line, header-line and margin.
32318 (event-type): Give mouse event symbols an `event-kind' property
32319 with value `mouse-click'.
32320
32321 2005-01-12 Juri Linkov <juri@jurta.org>
32322
32323 * facemenu.el (list-colors-display): Add new arg buffer-name.
32324 Use it. Fix docstring. Replace code for identifying duplicate
32325 colors by the name with call to `list-colors-duplicates' which
32326 identifies duplicate colors by the value unless the color
32327 is one of special Windows colors. Set truncate-lines to t.
32328 Print sorted duplicate color names on each line. Indent to 22
32329 \(the longest color name in rgb.txt) instead of 20. Optimize.
32330 (list-colors-duplicates): New function.
32331 (facemenu-color-name-equal): Delete function.
32332
32333 * facemenu.el (list-colors-print): New function created from code
32334 in list-colors-display. Print #RRGGBB at the window right edge.
32335 (list-colors-display): When temp-buffer-show-function is not
32336 defined, call list-colors-print from temp-buffer-show-hook
32337 to get the right value of window-width in list-colors-print
32338 after the buffer is displayed.
32339
32340 * simple.el (pop-mark): Move deactivate-mark out of conditional
32341 part to deactivate the active mark regardless of the state of the
32342 mark ring.
32343
32344 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
32345 variables line in desktop files.
32346
32347 2005-01-12 Juri Linkov <juri@jurta.org>
32348
32349 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
32350 Bring together isearch highlight related options.
32351 (lazy-highlight): Replace group `replace' by `matching'.
32352 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
32353 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
32354 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
32355 and declare them obsolete.
32356 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
32357 (isearch-faces): Remove defgroup.
32358 (isearch-overlay, isearch-highlight, isearch-dehighlight):
32359 Move isearch highlighting code closer to lazy highlighting code.
32360
32361 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
32362 (query-replace-highlight, query-replace-lazy-highlight)
32363 (query-replace): Move definitions to the beginning of the file.
32364
32365 2005-01-11 Juri Linkov <juri@jurta.org>
32366
32367 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
32368 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
32369 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
32370
32371 * info.el (Info-history-forward): New variable.
32372 (Info-select-node): Reset Info-history-forward to nil.
32373 (Info-last): Turn into defalias.
32374 (Info-history-back): Rename from Info-last.
32375 Add current node to Info-history-forward.
32376 (Info-history-forward): New fun.
32377 (Info-mode-map): Replace Info-last by Info-history-back.
32378 Bind Info-history-forward to "r".
32379 (Info-mode-menu): Replace Info-last by Info-history-back.
32380 Fix menu item text. Add menu item for Info-history-forward.
32381 (info-tool-bar-map): Replace Info-last by Info-history-back.
32382 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
32383 for Info-history-forward.
32384 (Info-mode): Replace Info-last by Info-history-back in docstring.
32385 Add local variable Info-history-forward.
32386 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
32387
32388 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
32389
32390 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
32391 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
32392 Ignore select-window events rather than fiddle with
32393 mouse-autoselect-window.
32394
32395 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
32396
32397 * type-break.el (type-break-mode): Fix previous change.
32398
32399 2005-01-10 Jay Belanger <belanger@truman.edu>
32400
32401 * calc/calc-ext.el (calc-reset): Reset when inside embedded
32402 calculator; only reset when point is inside a calculator.
32403 Don't adjust the window height if the window takes up the whole height
32404 of the frame.
32405
32406 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
32407
32408 * ebuff-menu.el (Electric-buffer-menu-mode):
32409 Preserve value of buffer-local var header-line-format.
32410
32411 2005-01-09 Jay Belanger <belanger@truman.edu>
32412
32413 * calc/calc.el (calc-mode-var-list-restore-saved-values):
32414 Make sure settings file exists before accessing it.
32415
32416 * calc/calc-embed.el (calc-embedded-subst):
32417 Replace math-multi-subst-rec, which is only supposed to be called
32418 by math-multi-subst, by math-multi-subst.
32419
32420 2005-01-09 Andre Spiegel <spiegel@gnu.org>
32421
32422 * vc.el (vc-allow-async-revert): New user option.
32423 (vc-disable-async-diff): New internal variable.
32424 (vc-revert-buffer): Use them to disable asynchronous diff.
32425
32426 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
32427 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
32428 asynchronously if vc-disable-async-diff is t.
32429
32430 2005-01-09 Jay Belanger <belanger@truman.edu>
32431
32432 * calc/calc.el (defcalcmodevar): New macro.
32433 (calc-mode-var-list-restore-default-values)
32434 (calc-mode-var-list-restore-saved-values): New functions.
32435 (calc-mode-var-list): Use defcalcmodevar to define it.
32436 (calc-always-load-extensions, calc-line-numbering)
32437 (calc-line-breaking, calc-display-just, calc-display-origin)
32438 (calc-number-radix, calc-leading-zeros, calc-group-digits)
32439 (calc-group-char, calc-point-char, calc-frac-format)
32440 (calc-prefer-frac, calc-hms-format, calc-date-format)
32441 (calc-float-format, calc-full-float-format, calc-complex-format)
32442 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
32443 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
32444 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
32445 (calc-matrix-brackets, calc-language, calc-language-option)
32446 (calc-left-label, calc-right-label, calc-word-size)
32447 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
32448 (calc-display-raw, calc-internal-prec, calc-angle-mode)
32449 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
32450 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
32451 (calc-window-height, calc-display-trail, calc-show-selections)
32452 (calc-use-selections, calc-assoc-selections)
32453 (calc-display-working-message, calc-auto-why, calc-timing)
32454 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
32455 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
32456 (calc-gnuplot-default-device, calc-gnuplot-default-output)
32457 (calc-gnuplot-print-device, calc-gnuplot-print-output)
32458 (calc-gnuplot-geometry, calc-graph-default-resolution)
32459 (calc-graph-default-resolution-3d, calc-invocation-macro)
32460 (calc-show-banner): Use defcalcmodevar to declare them and set
32461 their default values.
32462
32463 * calc/calc-ext.el (calc-reset): Restore saved values of variables
32464 instead of default values (but restore default values if there is
32465 an argument of 0).
32466
32467 2005-01-09 David Kastrup <dak@gnu.org>
32468
32469 * desktop.el (desktop-restore-eager): Fix typo in type.
32470
32471 2005-01-08 Richard M. Stallman <rms@gnu.org>
32472
32473 * cus-edit.el (customize): Delete :link.
32474
32475 2005-01-08 Jay Belanger <belanger@truman.edu>
32476
32477 * calc/calc.el (calc-mode): Remove the extension from the
32478 `calc-settings-file' file name when loading it.
32479
32480 2005-01-08 Kim F. Storm <storm@cua.dk>
32481
32482 * info.el (Info-mode-map, Info-next-link-keymap)
32483 (Info-prev-link-keymap, Info-up-link-keymap):
32484 Map follow-link to mouse-face.
32485 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
32486
32487 2005-01-08 Jay Belanger <belanger@truman.edu>
32488
32489 * calc/calc.el (calc-settings-file): Change default value.
32490 Suggested by cgw in a comment in calc-mode.el.
32491
32492 * calc/calc-mode.el (calc-settings-file-name):
32493 Compare calc-settings-file to user-init-file instead of ~/.emacs.
32494 Replace ~/.emacs in a prompt by calc-settings-file.
32495
32496 2005-01-07 Lars Hansen <larsh@math.ku.dk>
32497
32498 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
32499 (desktop-lazy-idle-delay): New customizable variables.
32500 (desktop-buffer-args-list): New variable.
32501 (desktop-append-buffer-args): New function.
32502 (desktop-save): Call desktop-append-buffer-args for some buffers.
32503 (desktop-lazy-create-buffer): New function.
32504 (desktop-idle-create-buffers): New function.
32505 (desktop-read): Add message about buffers to restore lazily.
32506 (desktop-lazy-abort): New command.
32507 (desktop-clear): Call desktop-lazy-abort.
32508 (desktop-lazy-complete): New command.
32509
32510 2005-01-06 Richard M. Stallman <rms@gnu.org>
32511
32512 * emacs-lisp/find-func.el (find-face-definition):
32513 Rename from find-face.
32514
32515 2005-01-06 Kim F. Storm <storm@cua.dk>
32516
32517 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
32518
32519 * man.el (Man-xref-man-page, Man-xref-header-file)
32520 (Man-xref-normal-file): Add follow-link property.
32521
32522 2005-01-06 Jay Belanger <belanger@truman.edu>
32523
32524 * calc/calc-units.el: Make sure the proper macro definitions are
32525 available when compiling.
32526
32527 2005-01-06 Juri Linkov <juri@jurta.org>
32528
32529 * isearch.el (isearch-lazy-highlight-update):
32530 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
32531
32532 2005-01-06 Miles Bader <miles@gnu.org>
32533
32534 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
32535 (isearch-lazy-highlight-face): Use new name.
32536
32537 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
32538
32539 * uniquify.el (uniquify-rationalize-file-buffer-names):
32540 Re-add an interactive spec.
32541 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
32542 to the same name.
32543
32544 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
32545 (isearch-update, isearch-done): Adjust calls accordingly.
32546
32547 2005-01-05 Richard M. Stallman <rms@gnu.org>
32548
32549 * custom.el (custom-set-variables, custom-theme-set-variables):
32550 Clarify documentation.
32551
32552 * emacs-lisp/find-func.el (find-variable)
32553 (find-variable-other-window, find-variable-other-frame):
32554 Fix the TYPE args to find-function-read and find-function-do-it.
32555 (find-function): Doc fix.
32556 (find-function-at-point): Replace function-at-point alias.
32557
32558 2005-01-04 Richard M. Stallman <rms@gnu.org>
32559
32560 * cus-face.el (custom-declare-face):
32561 Record defface in current-load-list.
32562
32563 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
32564
32565 * emacs-lisp/find-func.el: Doc fixes.
32566 (find-face-regexp): New variable.
32567 (find-function-regexp-alist): New variable.
32568 (find-function-C-source): Third arg is now TYPE.
32569 (find-function-search-for-symbol): Handle general TYPE.
32570 (find-function-read, find-function-do-it): Handle general TYPE.
32571 (find-definition-noselect, find-face): New functions.
32572 (function-at-point): Alias deleted.
32573
32574 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
32575
32576 * battery.el (display-battery-mode): Rename from display-battery.
32577 Handle the case where it gets turned off.
32578
32579 2005-01-04 Richard M. Stallman <rms@gnu.org>
32580
32581 * cus-edit.el (customize): Make :link point to user doc.
32582
32583 * man.el (Man-fontify-manpage): Turn off undo generation.
32584
32585 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
32586
32587 2005-01-04 Andreas Schwab <schwab@suse.de>
32588
32589 * files.el (insert-directory): Only look for error lines in
32590 inserted text. Don't move too far after processing --dired markers.
32591
32592 2005-01-04 Richard M. Stallman <rms@gnu.org>
32593
32594 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
32595 Don't expand if the character is @, period, dash, etc.
32596 (define-mail-abbrev): Quote names that contain problem characters.
32597
32598 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
32599
32600 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
32601
32602 2005-01-03 Richard M. Stallman <rms@gnu.org>
32603
32604 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
32605 (query-replace-highlight, query-replace-lazy-highlight)
32606 (query-replace): Definitions moved up. Doc fix.
32607
32608 2005-01-03 Richard M. Stallman <rms@gnu.org>
32609
32610 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
32611 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
32612 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
32613 (lazy-highlight-face): Rename from isearch-lazy-...
32614 Change all references to them.
32615
32616 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
32617
32618 * cus-edit.el (custom-file): Doc fix for defcustom.
32619 (custom-file): The function no longer sets the variable
32620 `custom-file' to its return value.
32621
32622 * startup.el (command-line): No longer load `custom-file'.
32623
32624 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
32625
32626 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
32627
32628 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
32629 Don't confuse module-prefixed identifiers for labels.
32630 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
32631
32632 2005-01-02 Richard M. Stallman <rms@gnu.org>
32633
32634 * files.el (basic-save-buffer-1): Fix previous change.
32635
32636 * loadhist.el (file-loadhist-lookup): New function.
32637 (file-provides, file-requires): Use it.
32638
32639 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
32640 instead of calculating the right size.
32641
32642 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
32643
32644 * vc-svn.el (vc-svn-diff): Stay local if possible.
32645
32646 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
32647
32648 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
32649
32650 * files.el (hack-local-variables): Fix last change.
32651
32652 2005-01-02 Jay Belanger <belanger@truman.edu>
32653
32654 * calc/calc-yank.el (calc-edit-top): New variable.
32655 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
32656 object. Change header properties.
32657 (calc-edit-finish, calc-edit-finish-stack-object)
32658 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
32659 edited object.
32660 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
32661 for the beginning of the edited object.
32662 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
32663 for the beginning of the edited object.
32664 * calc/calc-prog.el (calc-edit-macro-finish-edit)
32665 (calc-finish-formula-edit, calc-macro-repeats)
32666 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
32667 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
32668 beginning of the edited object.
32669 (calc-user-define-edit): Change the header for editing macros.
32670 Remove unnecessary variable.
32671
32672 2005-01-01 Jay Belanger <belanger@truman.edu>
32673
32674 * calc/calc-yank.el (calc-edit-mode): Change default header.
32675 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
32676 * calc/calc-store.el (calc-edit-variable): Change title to match new
32677 header.
32678 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
32679 mode to match new header.
32680 (calc-user-define-edit): Change titles to include names of commands.
32681 (calc-finish-formula-edit): Adjust to handle new header.
32682 (calc-finish-macro-edit): Remove.
32683 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
32684 (calc-edit-macro-command, calc-edit-macro-command-type)
32685 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
32686 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
32687 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
32688 (calc-edit-macro-finish-edit): New functions.
32689 (calc-user-define-edit): Use new functions to edit named calc macros.
32690
32691 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
32692
32693 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
32694
32695 * ses.el (copy-region-as-kill): Deactivate mark.
32696
32697 2005-01-01 Richard M. Stallman <rms@gnu.org>
32698
32699 * replace.el (occur-1): If the output buffer is also an input,
32700 don't kill it, rename it.
32701
32702 * faces.el (set-face-background, set-face-foreground): Doc fix.
32703
32704 * cus-face.el (custom-face-attributes): Fix :help-echo strings
32705 for :foreground and :background.
32706
32707 * dired.el (dired-view-command-alist): Variable deleted.
32708 (dired-view-file, dired-mouse-find-file-other-window):
32709 Delete the code to use it.
32710
32711 2005-01-01 Kim F. Storm <storm@cua.dk>
32712
32713 * image.el (insert-sliced-image): Use t for line-height property.
32714
32715 See ChangeLog.11 for earlier changes.
32716
32717 ;; Local Variables:
32718 ;; coding: iso-2022-7bit
32719 ;; add-log-time-zone-rule: t
32720 ;; End:
32721
32722 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
32723
32724 This file is part of GNU Emacs.
32725
32726 GNU Emacs is free software; you can redistribute it and/or modify
32727 it under the terms of the GNU General Public License as published by
32728 the Free Software Foundation; either version 2, or (at your option)
32729 any later version.
32730
32731 GNU Emacs is distributed in the hope that it will be useful,
32732 but WITHOUT ANY WARRANTY; without even the implied warranty of
32733 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
32734 GNU General Public License for more details.
32735
32736 You should have received a copy of the GNU General Public License
32737 along with GNU Emacs; see the file COPYING. If not, write to the
32738 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
32739 Boston, MA 02110-1301, USA.
32740
32741 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1