]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
2
3 * server.el (server-process-filter): Cancel any pending isearch.
4
5 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
6
7 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
8 (icalendar--get-unfolded-buffer): Define actual arguments rather
9 than just using &rest. Check replace-in-string is fbound.
10 (icalendar-import-buffer): Doc fix.
11 (icalendar--convert-ical-to-diary): Set diary-file.
12 Check diary-file before inserting final newline.
13 (icalendar--add-diary-entry): Return diary-file.
14
15 2007-03-21 Glenn Morris <rgm@gnu.org>
16
17 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
18 (diary-display-hook): Add custom :set function.
19
20 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
21 Add custom :set function.
22 (diary-header-line-format): Doc fix.
23 (diary-set-maybe-redraw): New function.
24 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
25 (diary-list-entries): Always run diary-mode.
26
27 2007-03-20 David Kastrup <dak@gnu.org>
28
29 * files.el (magic-mode-alist): Require literal "%!PS" string for
30 magic postscript file detection.
31
32 2007-03-20 Richard Stallman <rms@gnu.org>
33
34 * textmodes/ispell.el (ispell-call-process): New function.
35 Defends against bad `default-directory.'
36 (ispell-check-version, ispell-find-aspell-dictionaries)
37 (ispell-get-aspell-config-value, lookup-words): Call it.
38 (ispell-call-process-region): New function.
39 (ispell-send-string): Call it.
40
41 2007-03-20 Andreas Schwab <schwab@suse.de>
42
43 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
44 (finder-data): Likewise.
45 (autoloads): Likewise.
46
47 2007-03-20 Martin Rudalics <rudalics@gmx.at>
48
49 * files.el (basic-save-buffer): Do not set visited filename when
50 the corresponding directory does not exist or the specified
51 filename is that of an existing directory.
52
53 2007-03-20 Glenn Morris <rgm@gnu.org>
54
55 * calendar/diary-lib.el (diary-live-p): New function.
56 (number-of-diary-entries): Add a :set function to redisplay diary
57 when necessary.
58
59 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
60
61 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
62 from client program, mev, to compute mouse event.
63
64 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
65
66 * faces.el (momentary): Face removed; unused due to reversion of
67 2007-01-04 changes by Kevin Rodgers.
68
69 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
70 Suggested by Johan Bockg\e,Ae\e(Brd.
71
72 2007-03-19 Martin Rudalics <rudalics@gmx.at>
73
74 * font-lock.el (lisp-font-lock-keywords-1): Highlight
75 define-globalized-minor-mode as a keyword.
76
77 2007-03-19 Kim F. Storm <storm@cua.dk>
78
79 * calc/calc-forms.el (math-std-daylight-savings)
80 (math-std-daylight-savings-old): Doc fix.
81
82 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
83
84 * progmodes/python.el (python-default-template): Doc fix.
85 (python-buffer): Fix typo in docstring.
86
87 * isearchb.el (isearchb-follow-char):
88 * subr.el (def-edebug-spec): Fix typo in docstring.
89
90 2007-03-19 Richard Stallman <rms@gnu.org>
91
92 * files.el (default-directory): Mark safe.
93 (basic-save-buffer-2): Put proper dir name in error message.
94
95 * simple.el (compose-mail): Run switch-function after
96 setting up the mail buffer.
97
98 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
99
100 2007-03-18 Jay Belanger <belanger@truman.edu>
101
102 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
103 (math-std-daylight-savings-new): Rename from
104 `math-std-daylight-savings'.
105 (math-std-daylight-savings-old): Rename from old value of
106 `math-std-daylight-savings'.
107 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
108 `math-std-daylight-savings-old' depending on the year.
109
110 2007-03-18 Detlev Zundel <dzu@gnu.org>
111
112 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
113 zero-width regexps as invalid but rather at least count them
114 correctly.
115
116 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
117
118 * net/tls.el (open-tls-stream): In handshake-waiting loop,
119 don't wait more if there is output available to process.
120
121 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
122
123 * progmodes/compile.el (compilation-find-file): Revert change
124 from 2006-07-18 to allow completion of directory names.
125 Reported by John Carter <john.carter@tait.co.nz>.
126
127 2007-03-18 Kim F. Storm <storm@cua.dk>
128
129 * subr.el (when, unless): Doc fix.
130
131 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
132
133 * net/tls.el (tls-program): Doc fix.
134
135 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
136
137 * autorevert.el (auto-revert-tail-handler):
138 Call after-revert-hook.
139
140 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
141
142 * simple.el (switch-to-completions): No error if search for \n\n fails.
143
144 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
145
146 * simple.el (line-move-1): Respect
147 `inhibit-line-move-field-capture' property.
148
149 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
150
151 * comint.el (comint-arguments): Mark backslash-escaped chars.
152 (comint-delim-arg): Don't treat them as delimiters.
153
154 2007-03-12 Kim F. Storm <storm@cua.dk>
155 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
156
157 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
158
159 * tempo.el (tempo-insert): Deal with 'r> if it appears
160 specified with a prompt argument.
161
162 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
163
164 * textmodes/org.el (org-set-font-lock-defaults):
165 Handle narrow table columns correctly.
166
167 2007-03-12 Mark A. Hershberger <mah@everybody.org>
168
169 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
170 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
171 Return to use of the -no-properties variants. There was
172 consensus on emacs-devel that the speed of these variants was
173 prefered since we are usually parsing files (from the internet
174 or on disk) instead of XML created in Emacs.
175
176 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
177 Add customize option.
178
179 2007-03-12 Glenn Morris <rgm@gnu.org>
180
181 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
182 North American rule. Replace "daylight savings" with "daylight
183 saving" in doc.
184
185 * calendar/cal-china.el,cal-dst.el,calendar.el,diary-lib.el:
186 * calendar/lunar.el,solar.el: Replace "daylight savings" with
187 "daylight saving" in text.
188
189 * woman.el (woman-change-fonts): Tweak previous change by using
190 woman-request-regexp rather than "^\\.".
191
192 * startup.el (command-line-1): Make insertion of
193 initial-scratch-message not depend on scratch being selected.
194
195 2007-03-11 Juri Linkov <juri@jurta.org>
196
197 * replace.el (match): Use yellow background on light-bg terminals.
198
199 2007-03-11 Richard Stallman <rms@gnu.org>
200
201 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
202 Correctly compute line number.
203
204 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
205
206 * type-break.el (type-break-get-previous-count):
207 Repeat previous change here.
208
209 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
210
211 * progmodes/grep.el (grep-find-ignored-directories):
212 Add .git and .bzr to list.
213
214 2007-03-11 Andreas Schwab <schwab@suse.de>
215
216 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
217
218 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
219
220 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
221
222 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
223
224 * faces.el (face-set-after-frame-default): Recalculate face
225 customizations after applying X resources.
226
227 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
228
229 * net/rcirc.el (rcirc-timeout-seconds): New variable.
230 (rcirc-keepalive-seconds): Remove variable.
231 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
232 (rcirc-process, rcirc-user-disconnect): New variables.
233 (rcirc-connect): Initalize new variables.
234 (rcirc-keepalive): Don't send keepalive pings before connection
235 is completed.
236 (rcirc-sentinel): Do mark all channels with activity when
237 connection is dropped. Run hook with process buffer local.
238 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
239 (rcirc-buffer-process): Return value of rcirc-process if
240 rcirc-server-buffer is nil.
241 (rcirc-server-name): Return the reported server name.
242 (rcirc-update-prompt): Simplify computation of the server name.
243 (rcirc-format-response-string): Likewise.
244 (rcirc-handler-001): Mark server as connected, record the reported
245 server name, and schedule a timeout.
246 (rcirc-track-nick): Add a spec for the tty class.
247 (rcirc-user-non-nick): Remove function.
248 (rcirc-nick-prefix-chars): Add variable.
249 (rcirc-user-nick): Use above variable.
250
251 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
252
253 * icomplete.el (icomplete-tidy, icomplete-exhibit):
254 Bind deactivate-mark to nil.
255
256 2007-03-10 Martin Rudalics <rudalics@gmx.at>
257
258 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
259 that buffer contents get erased during completion.
260
261 2007-03-10 Glenn Morris <rgm@gnu.org>
262
263 * woman.el (woman-change-fonts): Add a hack to deal with
264 font-escape followed by "." at start of a line.
265 (woman2-IP): Add a hack to deal with consecutive requests.
266 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
267
268 2007-03-10 Alan Mackenzie <acm@muc.de>
269
270 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
271
272 2007-03-09 Richard Stallman <rms@gnu.org>
273
274 * abbrev.el (abbrev): Add `provide'.
275
276 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
277
278 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
279
280 2007-03-09 Martin Rudalics <rudalics@gmx.at>
281
282 * complete.el (PC-try-completion): New function.
283 (PC-do-completion, read-file-name-internal): Use it instead of
284 try-completion.
285
286 2007-03-08 Alan Mackenzie <acm@muc.de>
287
288 Remove stale tokens from `c-found-types' cache.
289
290 * progmodes/cc-mode.el (c-unfind-enclosing-token)
291 (c-unfind-coalesced-tokens, c-before-change): New functions.
292 (c-maybe-stale-found-type): New variable.
293
294 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
295 (c-trim-found-types): New functions.
296
297 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
298
299 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
300 (debug-ignored-errors): Add entry from smerge-match-conflict.
301
302 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
303
304 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
305 special help topics for keywords.
306 (idlwave-help-assistant-command): Include ".exe" for ms-dos
307 etc. Assistant command.
308
309 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
310
311 * replace.el (occur-engine): Move buffer-undo-list binding...
312 (occur-1): ...to here.
313
314 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
315
316 * simple.el (minibuffer-completing-symbol): New var.
317 (eval-expression): Use it.
318 (completion-setup-function): Don't bind completion-base-size when
319 completing a symbol in the minibuffer.
320
321 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
322
323 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
324 tries to start a second session in graphical mode.
325
326 2007-03-07 Miles Bader <miles@gnu.org>
327
328 * international/isearch-x.el
329 (isearch-process-search-multibyte-characters):
330 Strip text-properties from PROMPT to avoid an error from read-string.
331
332 2007-03-07 Kim F. Storm <storm@cua.dk>
333
334 * complete.el (PC-bindings): Remap lisp-complete-symbol to
335 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
336
337 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
338
339 * complete.el (PC-do-completion): Delete duplicates in the list of
340 possible completions.
341
342 2007-03-07 Glenn Morris <rgm@gnu.org>
343
344 * ses.el (ses-mode): Doc fix.
345
346 2007-03-06 Kim F. Storm <storm@cua.dk>
347
348 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
349
350 2007-03-06 Kenichi Handa <handa@m17n.org>
351
352 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
353
354 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
355
356 * simple.el (completion-setup-function): Improve last fix so it doesn't
357 set it to a relative directory name either.
358
359 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
360
361 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
362
363 2007-03-05 Richard Stallman <rms@gnu.org>
364
365 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
366
367 * files.el (find-file-noselect): No error if file no longer exists.
368 Display a message and avoid other questions.
369
370 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
371
372 * pcomplete.el (pcomplete-show-completions): Improve last change, so
373 as not to use an invisible window and to create a window if none exist.
374
375 * progmodes/python.el (python-send-command): Restart proc if necessary.
376 (python-proc): Simplify.
377
378 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
379
380 * pcomplete.el (pcomplete-show-completions): Search all frames for
381 completions buffer.
382
383 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
384
385 * cus-edit.el (customize-save-variable): Clear customized-value
386 property (saved values are now put in theme-value property).
387 (customize-set-variable): Doc fix.
388
389 * complete.el (PC-do-completion): If completion-ignore-case is
390 non-nil, replace field with completion string before exiting.
391
392 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
393
394 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
395 Append its extension to the resulting temporary file name.
396 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
397
398 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
399 (tramp-smb-handle-write-region): Apply it.
400
401 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
402
403 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
404 Redo previous change.
405
406 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
407
408 * diff-mode.el (diff-mode): Doc fix.
409
410 2007-03-05 Kenichi Handa <handa@m17n.org>
411
412 * international/characters.el: Set category `l' (latin)
413 for more characters.
414
415 2007-03-04 Kim F. Storm <storm@cua.dk>
416
417 * emacs-lisp/authors.el (authors-aliases): Add alias.
418
419 2007-03-04 Glenn Morris <rgm@gnu.org>
420
421 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
422 all when switching major mode.
423 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
424 (hs-block-start-mdata-select, hs-block-end-regexp)
425 (hs-forward-sexp-func, hs-adjust-block-beginning):
426 Do not make these variables permanent-local.
427
428 2007-03-04 Richard Stallman <rms@gnu.org>
429
430 * progmodes/cperl-mode.el (cperl-mode):
431 Modify cperl-compilation-error-regexp-alist by appending.
432
433 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
434 (edebug-mode): Add the hook.
435 (edebug-recursive-edit): Remove the hook on exiting.
436
437 * type-break.el (type-break-get-previous-time):
438 Handle end-of-file errors specially
439 so they don't get reported wrong in .emacs.
440
441 * startup.el (fancy-splash-text): Clarify text.
442
443 * simple.el (beginning-of-buffer, end-of-buffer):
444 Avoid treating plain C-u like numeric arg.
445
446 * simple.el (completion-setup-function): Don't set
447 default-directory to nil.
448
449 * shell.el (shell-dirstack-query): Doc fix.
450
451 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
452 Don't select the window -- pass it to primitives instead.
453
454 * faces.el (minibuffer-prompt): Use medium blue by default.
455
456 2007-03-04 David Kastrup <dak@gnu.org>
457
458 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
459 Preserve 16 as default value for "seconds" when customizing.
460
461 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
462
463 * textmodes/org.el (org-self-insert-command)
464 (orgtbl-self-insert-command, org-delete-char)
465 (org-delete-backward-char): Set the `flyspell-delayed' property.
466
467 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
468
469 * international/mule.el (find-auto-coding): Don't search for
470 line-ending characters past the end of the tail.
471
472 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
473
474 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
475 Jump to the line where new score has been uploaded.
476
477 * play/tetris.el (tetris-move-bottom, tetris-move-left)
478 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
479 Do nothing when the game is paused.
480
481 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
482
483 * textmodes/org.el (org-set-tags): Prevent slipping of point
484 during completion.
485
486 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
487
488 * isearch.el (isearch-message-prefix):
489 Use minibuffer-prompt-properties.
490
491 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
492
493 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
494 (ps-setup): Print which Emacsen is running ps-print package.
495
496 2007-03-01 Stuart Herring <herring@lanl.gov> (tiny change)
497
498 * files.el (set-auto-mode-0): Use `indirect-function'.
499 (hack-one-local-variable): Don't reapply current major mode.
500
501 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
502
503 * progmodes/python.el (python-quote-syntax): Don't bother with
504 syntax-ppss-context.
505 (python-fill-paragraph): Make sure that fenced-string delimiters that
506 stand on their own line stay there
507
508 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
509
510 * replace.el (perform-replace): Propertize message.
511
512 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
513
514 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
515 invisible heading.
516
517 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
518
519 * net/tramp.el (tramp-file-name-handler): Revert last change.
520
521 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
522
523 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
524 Correct doc strings.
525
526 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
527
528 * replace.el (perform-replace): Undo forward-char immediately if
529 non-adjacent search fails.
530
531 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
532
533 * version.el (emacs-major-version, emacs-minor-version):
534 string-to-int -> string-to-number.
535
536 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
537
538 * help.el (where-is): Fail gracefully when not passed a command.
539
540 2007-02-28 Stuart Herring <herring@lanl.gov> (tiny change)
541
542 * find-lisp.el (find-lisp-default-directory-predicate):
543 Fix bug: Do symlink check on expanded filename.
544
545 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
546
547 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
548 changes during replacement.
549 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
550
551 2007-02-28 Lars Hansen <larsh@soem.dk>
552
553 * desktop.el: Delete header line listing me as maintainer.
554
555 2007-02-28 Glenn Morris <rgm@gnu.org>
556
557 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
558 the menus case.
559
560 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
561
562 * net/tramp.el (tramp-file-name-handler): Inhibit modification
563 hooks to avoid confusion when combining after-change calls.
564
565 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
566
567 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
568 now that pgg-gpg-process-region correctly honors passed-in passphrase.
569 (allout-distinctive-bullets-string): Add info about bullet conventions.
570 (allout-mode): Add info about distinctive vs plain bullets.
571
572 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
573
574 * textmodes/org.el (org-archive-subtree): Quote variable name.
575 (org-agenda-get-todos): Make sure skip properties are checked correctly.
576
577 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
578
579 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
580 (gud-bashdb-command-name, bashdb): Remove.
581 (gud, gud-menu-map): Remove references to bash/bashdb.
582
583 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
584
585 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
586 keyword for Python 2.5.
587
588 2007-02-26 Romain Francoise <romain@orebokech.com>
589
590 * net/net-utils.el (whois-server-tld): Update server for .org.
591 (whois-server-list): Add whois.publicinterestregistry.net.
592 (whois-guess-server): Fix formatting in docstring.
593
594 2007-02-26 Kim F. Storm <storm@cua.dk>
595
596 * mouse.el (mouse-show-mark): Run hooks and perform command
597 remapping for mouse-region-delete-keys.
598
599 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
600
601 * font-core.el (font-lock-mode): Doc fix.
602
603 2007-02-25 Kim F. Storm <storm@cua.dk>
604
605 * ido.el (ido-buffer-internal): Set this-command to fallback command.
606 Add selected buffer to buffer-name-history.
607 (ido-file-internal): Set this-command to fallback command.
608 Add file names to file-name-history.
609
610 * emacs-lisp/map-ynp.el (map-y-or-n-p):
611 Apply minibuffer-prompt-properties.
612
613 2007-02-25 Andreas Schwab <schwab@suse.de>
614
615 * files.el (hack-one-local-variable-eval-safep): Correct handling
616 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
617
618 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
619
620 * textmodes/org.el (org-table-overlay-coordinates)
621 (org-table-toggle-coordinate-overlays): New functions.
622 (org-table-overlay-coordinates, org-table-coordinate-overlays):
623 New variables.
624 (org-startup-with-deadline-check): Remove option.
625 (org-mode): Remove deadline check on startup.
626 (org-table-limit-column-width): Remove option.
627 (org-table-formula-numbers-only): Remove option.
628 (org-link-style, org-link-format): Remove options.
629 (org-select-agenda-window, org-fit-agenda-window): Remove options.
630 (org-export-ascii-show-new-buffer)
631 (org-export-html-show-new-buffer): Remove options.
632 (org-activate-links): Remove camel option.
633 (org-file-link-context-use-camel-case): Remove option.
634 (org-camel-regexp): Remove variable.
635 (org-activate-camels): Remove function.
636 (org-store-link): Remove Camel stuff.
637 (org-make-org-heading-camel): Remove function.
638 (org-open-at-point): Remove camel stuff.
639 (org-link-search): Remove camel stuff.
640 (org-camel-to-words): Function removed.
641 (org-get-agenda-file-buffer): Make sure we prepare the base
642 buffers, not any indirect buffers.
643 (org-sort-entries): Sort top-level when not on a headline, and no
644 active region.
645 (org-in-regexp): New function.
646 (org-search-not-self): Rename from `org-search-not-link'.
647 (org-open-link-marker): New variable.
648 (org-open-at-point): Set `org-open-link-marker'.
649 (org-print-icalendar-entries): Fixe bug with excluding DONE
650 entries from the exported list.
651 (org-edit-formula-lisp-indent): New command.
652 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
653 (orgtbl-to-latex, orgtbl-insert-radio-table)
654 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
655 (orgtbl-radio-table-templates): New option.
656 (org-store-link-props):
657 (org-remember-templates): More possibilities to insert info
658 into templates.
659 (org-remember-apply-template): Make use of the extended
660 template capabilities.
661 (org-remember-redo-template): New command.
662 (org-upgrade-old-links)
663 (org-table-modify-formulas, org-table-replace-in-formulas)
664 (org-table-find-dataline)
665 (org-table-get-vertical-vector): Remove functions.
666 (org-table-remove-rectangle-highlight)
667 (org-time-stamp-format, org-toggle-log-option)
668 (org-table-highlight-rectangle)
669 (org-table-iterate, org-table-make-reference):
670 (org-translate-time, org-tree-to-indirect-buffer)
671 (org-table-field-info, org-table-fix-formulas)
672 (org-table-force-dataline, org-table-get-descriptor-line)
673 (org-table-get-range)
674 (org-skip-comments, org-sort)
675 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
676 (org-table-current-dline, org-table-current-field-formula)
677 (org-table-edit-backward-field)
678 (org-table-edit-formulas-post-command)
679 (org-table-edit-line-down, org-table-edit-line-up)
680 (org-agenda-archive)
681 (org-agenda-clock-cancel)
682 (org-agenda-clock-out, org-agenda-list-stuck-projects)
683 (org-agenda-open-link, org-agenda-show-new-time)
684 (org-agenda-skip-subtree-when-regexp-matches)
685 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
686 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
687 (org-do-sort, org-file-image-p, org-find-overlays)
688 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
689 (org-highlight-until-next-command, org-isearch-end)
690 (org-match-any-p, org-next-link, org-previous-link):
691 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
692 (org-rewrite-old-row-references)
693 (org-isearch-post-command)
694 (org-table-edit-move, org-table-edit-next-field)
695 (org-table-edit-scroll, org-table-edit-scroll-down)
696 (org-set-frame-title, org-show-reference)
697 (org-unhighlight-once, org-verify-change-for-undo): New functions.
698 (org-show-variable): Remove command.
699 (org-add-log-maybe): New arguments STATE, FINDPOS
700 (org-table-sort-lines): Rewrite from scratch.
701 (org-link-search): New argument AVOID-POS.
702 (org-print-icalendar-entries): Remove argument CATEGORY.
703 (org-run-agenda-series): Remove argument WONDOW.
704 (org-next-link, org-previous-link): New commands.
705 (org-agenda-date-format): New option.
706 (org-table-iterate): New command.
707 (org-table-modify-formulas)
708 (org-table-replace-in-formulas): Remove functions.
709 (org-table-fix-formulas): New function.
710 (org-table-insert-column, org-table-delete-column)
711 (org-table-move-column): Use `org-table-fix-formulas'.
712 (org-follow-gnus-link): Patch from Bastien/Leo.
713 (org-table-current-field-formula): New function.
714 (org-file-image-p): New function.
715 (org-agenda-show-new-time): New function.
716 (org-agenda-date-later): Call `org-agenda-show-new-time'.
717 (org-with-remote-undo): New macro.
718 (org-agenda-undo): New command.
719 (org-verify-change-for-undo): New function.
720 (org-time-stamp-format): New function.
721 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
722 by user.
723 (org-match-any-p): New function.
724 (org-make-tags-matcher): Handle regular expressions for tag and
725 todo matches.
726 (org-read-date): Accept "+N" as input for a date relative to the
727 current date.
728 (org-remove-subtree-entries-from-agenda): New function.
729 (org-agenda-archive, org-agenda-kill):
730 Use `org-remove-subtree-entries-from-agenda'.
731 (org-do-sort, org-sort-entries): New functions.
732 (org-sort): New command.
733 (org-table-sort-lines): Use `org-do-sort'.
734 (org-fix-decoded-time): New function.
735 (org-table-number-regexp): Require 0x... to identify as number
736 in tables.
737 (org-startup-options): New keywords for note taking.
738 (org-upgrade-old-links): Remove function.
739 (org-get-repeat): New function.
740 (org-show-context): Also show siblings on current level.
741 (org-show-siblings): New function.
742 (org-isearch-end, org-isearch-post-command): New functions.
743 (org-show-siblings): New option.
744 (org-show-context): Use `org-show-siblings'.
745 (org-table-maybe-recalculate-line): No longer require `calc-eval'
746 to be bound, because user may just use elisp.
747
748 2007-02-24 Kim F. Storm <storm@cua.dk>
749
750 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
751 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
752
753 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
754
755 * startup.el (command-line): Also check if the abbrev file is readable.
756
757 2007-02-24 John Paul Wallington <jpw@pobox.com>
758
759 * net/tls.el (tls-certtool-program): Fix custom type.
760
761 * mail/feedmail.el (feedmail-message-id-generator)
762 (feedmail-date-generator): Fix custom types.
763
764 * mail/rmail.el (rmail-message-filter): Fix custom type.
765
766 2007-02-24 Eli Zaretskii <eliz@gnu.org>
767
768 * startup.el (command-line): If simple.el cannot be found, proceed
769 with a warning message.
770
771 2007-02-24 Kenichi Handa <handa@m17n.org>
772
773 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
774 case that BEG is a string.
775
776 2007-02-24 Chris Moore <dooglus@gmail.com>
777
778 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
779 * pgg-pgp.el (pgg-pgp-encrypt-region):
780 * pgg-gpg.el (pgg-gpg-encrypt-region):
781 Check pgg-encrypt-for-me if no other recipients.
782
783 2007-02-23 Eli Zaretskii <eliz@gnu.org>
784
785 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
786
787 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
788 shell-quote-argument.
789
790 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
791
792 * comint.el (comint-read-input-ring): Use comint-input-ring-size
793 from the comint buffer instead of the temporary one.
794
795 2007-02-23 David Reitter <david.reitter@gmail.com>
796
797 * cus-edit.el (custom-save-all): Canonicalize custom-file before
798 storing it in recentf-exclude.
799
800 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
801
802 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
803 in splash screen.
804
805 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
806
807 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
808 commands, for restart.
809 (idlwave-shell-current-module): Fix handling of module name by type.
810 (idlwave-shell-break-in): Update type handling.
811 (idlwave-shell-bp-get): Encode type in BP structure.
812 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
813 (idlwave-shell-module-source-query): Query routine info based on type.
814 Fix path parsing for non-compiled files.
815 (idlwave-shell-module-source-filter): Don't signal error in filter
816 if no source found.
817 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
818 filter race.
819
820 2007-02-22 Kim F. Storm <storm@cua.dk>
821
822 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
823 (editable-field): Document need to put some text before the %v
824 escape in :format string.
825
826 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
827
828 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
829 (vc-svn-use-edit): Remove unused config var.
830 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
831
832 * outline.el (hide-sublevels): Keep empty last line, if available.
833
834 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
835 rather than the corresponding unicode char, to make the code
836 more readable.
837
838 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
839
840 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
841 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
842 (speedbar-item-info-tag-helper): Doc fixes.
843
844 2007-02-19 Kenichi Handa <handa@m17n.org>
845
846 * international/mule-cmds.el (locale-language-names):
847 Map "eo" to "Esperanto".
848
849 * language/european.el ("Esperanto"): New language environment.
850
851 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
852
853 * simple.el (kill-line): Doc fix.
854
855 2007-02-17 Kim F. Storm <storm@cua.dk>
856
857 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
858 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
859 (bindat--unpack-group, bindat--pack-group):
860 Handle vectors with optional element type.
861
862 2007-02-17 Daiki Ueno <ueno@unixuser.org>
863
864 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
865 if PASSPHRASE is given.
866
867 2007-02-17 Chris Moore <dooglus@gmail.com>
868
869 * jka-cmpr-hook.el (jka-compr-compression-info-list):
870 Recognize backups of bz2 compressed files.
871
872 2007-02-17 Eli Zaretskii <eliz@gnu.org>
873
874 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
875 to nil to speed up lookup of the symbol in index nodes.
876
877 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
878
879 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
880 Add indentation for the constants of Lisp.
881
882 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
883
884 * ps-print.el: Use (defvar <foo>) where applicable.
885 (ps-print-emacs-type): Remove.
886 (ps-x-frame-property, ps-e-frame-parameter): Remove.
887 (ps-frame-parameter): Align its call-convention with frame-parameter.
888 (ps-begin-job): Adjust calls to it appropriately.
889 (ps-setup): Don't print ps-print-emacs-type.
890 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
891 Define in such a way that it's obvious that it's defined.
892 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
893 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
894 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
895
896 2007-02-15 Alan Mackenzie <acm@muc.de>
897
898 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
899 an empty one-line C-style comment, post-position point properly.
900
901 2007-02-15 Chris Moore <dooglus@gmail.com>
902
903 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
904 (isearch-lazy-highlight-new-loop): Bind it.
905 (isearch-lazy-highlight-search): Use it.
906
907 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
908
909 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
910
911 * font-lock.el (font-lock-extend-region-wholelines):
912 Only return non-nil if the region has really been changed.
913 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
914
915 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
916
917 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
918 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
919 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
920
921 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
922
923 * faces.el (color-values): Revert changes to docstring from
924 2007-01-31 and 2000-09-07.
925
926 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
927 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
928 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
929 (ispell-help): Fix typos in docstring and output message.
930
931 2007-02-14 Kim F. Storm <storm@cua.dk>
932
933 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
934 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
935 (grep): Fix lgrep reference.
936
937 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
938 (standard-display-underline): Use make-glyph-code.
939
940 * descr-text.el (describe-char): Use glyph-char and glyph-face.
941
942 * international/latin1-disp.el (latin1-display-char):
943 Use make-glyph-code.
944
945 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
946
947 * ehelp.el (with-electric-help, electric-help-exit)
948 (electric-help-retain): Doc fixes.
949
950 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
951 (byte-compile-file): Doc fixes.
952
953 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
954
955 * term/mac-win.el: Change all uses of
956 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
957 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
958 (mac-ae-get-url): Call select-frame-set-input-focus.
959 (mac-dnd-handle-drag-n-drop-event): Don't call
960 select-frame-set-input-focus.
961
962 2007-02-13 Kenichi Handa <handa@m17n.org>
963
964 * international/characters.el: Fix documentation of category `a'.
965
966 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
967
968 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
969
970 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
971
972 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
973 (tramp-get-remote-ln): Handle error case.
974 Reported by Chris Moore <dooglus@gmail.com>.
975
976 2007-02-11 Kim F. Storm <storm@cua.dk>
977
978 * bindings.el (ctl-x-map): Remove register compatibility bindings
979 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
980
981 2007-02-11 Richard Stallman <rms@gnu.org>
982
983 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
984 in load history.
985
986 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
987 condition -- don't fail to stop at endpos.
988
989 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
990
991 * textmodes/org.el (org-agenda-get-todos)
992 (org-agenda-get-timestamps, org-agenda-get-closed)
993 (org-agenda-get-deadlines, org-agenda-get-scheduled)
994 (org-agenda-get-blocks, org-format-agenda-item)
995 (org-agenda-change-all-lines, org-scan-tags): Rename text property
996 from `category' to `org-category'.
997
998 2007-02-11 Kenichi Handa <handa@m17n.org>
999
1000 * international/titdic-cnv.el (titdic-convert): Force files be written
1001 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
1002 (miscdic-convert): Force files be written with Unix-like eol format.
1003
1004 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
1005
1006 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
1007
1008 * calculator.el (calculator-prompt): Doc fix.
1009 (calculator-mode-map): Fix typo in menu entry.
1010
1011 2007-02-10 Jay Belanger <belanger@truman.edu>
1012
1013 * calculator.el (calculator): Do more extensive checking for when
1014 3 lines should be used for the calculator.
1015
1016 2007-02-10 Eli Zaretskii <eliz@gnu.org>
1017
1018 * info-look.el (info-lookup-make-completions):
1019 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
1020 index nodes.
1021
1022 * info.el (Info-fontify-maximum-menu-size): Document the effect
1023 of a nil value.
1024 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
1025 non-nil before using it as size.
1026
1027 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
1028
1029 * subr.el (insert-for-yank-1): Prevent read-only properties from
1030 interfering with text property operations.
1031
1032 * image-mode.el (image-mode): Revert 2007-01-30 changes.
1033
1034 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
1035 (image-type-auto-detected-p): Fail if another match is found in
1036 auto-mode-alist.
1037
1038 * files.el (magic-mode-alist): Call image-mode instead of
1039 image-mode-maybe for autodetected images.
1040
1041 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
1042
1043 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
1044 Fix typos in docstrings.
1045 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
1046
1047 2007-02-09 Kim F. Storm <storm@cua.dk>
1048
1049 * emacs-lisp/float-sup.el: Remove obsolete comment.
1050
1051 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1052
1053 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
1054
1055 2007-02-08 Karl Fogel <kfogel@red-bean.com>
1056
1057 * simple.el: Revert previous change, at request of RMS:
1058 (fundamental-mode-hook): Remove.
1059 (fundamental-mode): Run after-change-major-mode-hooks manually,
1060 and don't run the now-nonexistent fundamental-mode-hook.
1061
1062 2007-02-08 Karl Fogel <kfogel@red-bean.com>
1063
1064 * simple.el (fundamental-mode-hook): Declare new hook.
1065 (fundamental-mode): Run the new dedicated hook, and don't run
1066 after-change-major-mode-hooks manually anymore.
1067
1068 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
1069
1070 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
1071 added columns of chars. Remove support for the "no-meta-info" format.
1072 Prompted by Romain Francoise <romain@orebokech.com>.
1073
1074 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
1075
1076 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
1077 (gdb-mouse-until, gdb-mouse-jump): Use it.
1078
1079 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
1080
1081 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
1082 work when there is just an assembler buffer (no source buffer).
1083
1084 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
1085
1086 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
1087 just because the diff was produced using "-p" (--show-c-function).
1088
1089 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
1090
1091 * faces.el (frame-set-background-mode): Use `color-values' and
1092 `display-color-p', not `x-color-values' and `x-display-color-p'.
1093 (face-valid-attribute-values): Use `defined-colors' instead of
1094 `x-defined-colors'.
1095
1096 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1097
1098 * ps-print.ps: The ps-print commands without face printing should not
1099 print background color. Reported by Leo <sdl.web@gmail.com>.
1100 (ps-print-version): New version 6.7.3.
1101 (ps-begin-job): New arg. Fix ps-default-background and
1102 ps-default-foreground initialization.
1103 (ps-face-attributes): Fix doc string.
1104 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
1105
1106 * printing.el: Fix ps-print link.
1107
1108 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
1109
1110 * faces.el (face-set-after-frame-default): Compile attributes to
1111 be set by frame parameters before merging in X resources.
1112
1113 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
1114
1115 * simple.el (blink-matching-paren-dont-ignore-comments):
1116 (blink-matching-paren-on-screen): Doc fixes.
1117
1118 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
1119
1120 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
1121
1122 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
1123
1124 * loadhist.el (unload-feature): Silently ignore `load-history' entries
1125 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
1126 entries like `defun'. Return nil.
1127
1128 2007-02-05 Kim F. Storm <storm@cua.dk>
1129
1130 * ido.el: Doc fixes.
1131
1132 2007-02-04 David Kastrup <dak@gnu.org>
1133
1134 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
1135 `mpuz-allow-double-multiplicator' is non-zero, and correct
1136 calculation of `min'.
1137
1138 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
1139
1140 * wid-edit.el (widget-default-create): Insert new text at the
1141 :from marker _after_ the marker, not before it.
1142
1143 2007-02-04 Alan Mackenzie <acm@muc.de>
1144
1145 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
1146 containing it is re-indented.
1147
1148 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
1149
1150 * net/newsticker.el (newsticker--insert-image): Update docstring,
1151 and insert the image directly.
1152 (newsticker--buffer-redraw): Update docstring.
1153
1154 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
1155 Rename from define-global-minor-mode.
1156
1157 * progmodes/cwarn.el (global-cwarn-mode):
1158 * emacs-lisp/autoload.el (make-autoload):
1159 * hi-lock.el (global-hi-lock-mode):
1160 * font-core.el (global-font-lock-mode): All callers changed.
1161
1162 2007-02-03 Eli Zaretskii <eliz@gnu.org>
1163
1164 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
1165 Don't copy @ignore lines into menu descriptions.
1166 (texinfo-multi-file-update): Goto the @node line before attempting
1167 to pluck the node name.
1168 (texinfo-multiple-files-update): Reverse the optional arguments'
1169 order, as per the doc string and the `interactive' form.
1170
1171 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
1172
1173 * image-mode.el: Use autoload to avoid overriding disabled setting
1174 applied in .emacs.
1175
1176 2007-02-03 Alan Mackenzie <acm@muc.de>
1177
1178 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
1179 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
1180 adjacent paren groups).
1181
1182 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1183
1184 * progmodes/ebnf2ps.el: Doc fixes.
1185 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
1186
1187 2007-02-02 Eli Zaretskii <eliz@gnu.org>
1188
1189 * dired-x.el (dired-do-relsymlink): Add reference to
1190 dired-do-symlink. Add an autoload cookie.
1191
1192 * dired-aux.el (dired-do-symlink): Add reference to
1193 dired-do-relsymlink.
1194
1195 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
1196
1197 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
1198 <left-fringe mouse-3>: New bindings.
1199
1200 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
1201
1202 * newsticker.el (newsticker-version): Changed to "1.10".
1203 (newsticker--set-customvar): Doc string.
1204 (newsticker-new-item-face): Doc string.
1205 (newsticker-mode): Initialize `invisibility-spec' with t.
1206 (newsticker-mode-map): Added
1207 `newsticker-mark-all-items-at-point-as-read'.
1208 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
1209 (newsticker-w3m-show-inline-images): Do not call
1210 `w3m-remove-image'.
1211 (newsticker--buffer-after-w3m-insert-image): New advice for
1212 w3m-insert-image to cache images.
1213 (newsticker-next-item-same-feed): New.
1214 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
1215 (newsticker-mark-all-items-of-feed-as-read): New.
1216 (newsticker-mark-all-items-at-point-as-read): Use new functions.
1217 (newsticker-mark-item-at-point-as-read): Doc string.
1218 (newsticker-mark-item-at-point-as-read): Use new functions.
1219 (newsticker--do-mark-item-at-point-as-read): New, extracted from
1220 `newsticker-mark-item-at-point-as-read'.
1221 (newsticker-hide-entry): Use (t) instead of t for invisibility.
1222 (newsticker--sentinel): Yet another xml-parser workaround.
1223 (newsticker--decode-iso8601-date): Bugfix for datestrings without
1224 days.
1225 (newsticker--buffer-do-insert-text): Fix.
1226 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
1227 (newsticker--buffer-make-item-completely-visible):
1228 `switch-to-buffer' not necessary.
1229
1230 2007-02-02 Eli Zaretskii <eliz@gnu.org>
1231
1232 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
1233 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
1234 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
1235 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
1236 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
1237
1238 2007-02-02 Kenichi Handa <handa@m17n.org>
1239
1240 * international/quail.el (quail-show-key): Fix an error message.
1241
1242 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
1243
1244 * faces.el (set-face-underline-p, modify-face): Rename arg
1245 UNDERLINE-P to UNDERLINE (it is not a flag).
1246
1247 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
1248
1249 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
1250 when adding gdb-speedbar-update to gdb-input-queue.
1251
1252 2007-02-01 Kenichi Handa <handa@m17n.org>
1253
1254 * international/quail.el (quail-show-key): Signal an error if the
1255 current input method is not using Quail.
1256
1257 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
1258
1259 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
1260 Trim leading whitespace in sysvar names.
1261
1262 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
1263
1264 * faces.el (internal-find-face, internal-get-face): Doc fixes.
1265
1266 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
1267
1268 * ido.el (ido-set-common-completion): Use `let', not `let*'.
1269
1270 2007-01-31 Romain Francoise <romain@orebokech.com>
1271
1272 * comint.el: Delete extra copy of `comint-copy-old-input' added in
1273 previous change to this file.
1274
1275 2007-01-31 Jason Rumney <jasonr@gnu.org>
1276
1277 * files.el (magic-mode-alist): Use image-mode-maybe rather than
1278 image-mode.
1279
1280 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
1281 interfering with attempt to set major mode from modified
1282 auto-mode-alist.
1283
1284 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
1285
1286 * faces.el (color-values): Doc fix.
1287 (face-differs-from-default-p): Don't check :foreground twice.
1288
1289 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
1290
1291 * comint.el (comint-mode): Prevent non-keyword fontification by default.
1292
1293 2007-01-31 Kenichi Handa <handa@m17n.org>
1294
1295 * international/quail.el (quail-store-decode-map-key): Store a
1296 translated character too.
1297 (quail-char-equal-p): New function.
1298 (quail-find-key1): Check character equality by quail-char-equal-p.
1299 (quail-decode-map-generated): New variable.
1300 (quail-find-key): Check quail-decode-map-generated and re-generate
1301 a decode map if necessary.
1302
1303 2007-01-30 Richard Stallman <rms@gnu.org>
1304
1305 * tutorial.el (tutorial--detailed-help): Make the list of
1306 changed keys look nicer.
1307
1308 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
1309
1310 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
1311 (gdb-var-delete): Use it.
1312 (gdb-var-update-handler-1): Handle value "invalid" for MI field
1313 `in_scope'.
1314
1315 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
1316
1317 * files.el (get-free-disk-space): Return nil for remote directories.
1318
1319 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
1320 instead of "dir".
1321
1322 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
1323
1324 * type-break.el (type-break-catch-up-event): New function.
1325 (type-break-demo-hanoi, type-break-demo-life)
1326 (type-break-demo-boring): Use it.
1327
1328 * image-mode.el (image-mode): Don't automatically view as image.
1329 (image-toggle-display): Add `disabled' property.
1330
1331 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
1332
1333 * isearchb.el (isearchb-iswitchb):
1334 * ps-print.el (ps-build-face-reference):
1335 * emacs-lisp/shadow.el (list-load-path-shadows):
1336 * eshell/esh-cmd.el (eshell-rewrite-for-command):
1337 * international/mule.el (find-auto-coding):
1338 * mail/supercite.el (sc-attrib-selection-list):
1339 * progmodes/cc-defs.el (c-emacs-features):
1340 * progmodes/cc-vars.el (c-offsets-alist):
1341 * progmodes/flymake.el
1342 (flymake-init-create-temp-source-and-master-buffer-copy):
1343 Fix typos in docstrings (some suggested by Chris Moore).
1344
1345 * progmodes/vhdl-mode.el (vhdl-components-package-name)
1346 (vhdl-get-library-unit, vhdl-corresponding-begin)
1347 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
1348 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
1349 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
1350 (vhdl-font-lock-match-item): Fix typos in docstrings.
1351 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
1352 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
1353 (vhdl-speedbar-insert-project-hierarchy):
1354 Improve argument/docstring consistency.
1355
1356 2007-01-29 Kenichi Handa <handa@m17n.org>
1357
1358 * international/titdic-cnv.el (py-converter): Fix previous change.
1359
1360 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
1361
1362 * jka-compr.el (jka-compr-partial-uncompress)
1363 (jka-compr-call-process): Rebind default-directory if it is
1364 invalid. Suggested by Chris Moore.
1365
1366 * comint.el (comint-insert-input): Handle situation where the
1367 selected buffer is not the clicked buffer.
1368
1369 2007-01-29 Kenichi Handa <handa@m17n.org>
1370
1371 * international/ja-dic-cnv.el (skkdic-convert):
1372 Add byte-compile-disable-print-circle:t at the head.
1373
1374 * international/titdic-cnv.el (tit-process-header):
1375 Add byte-compile-disable-print-circle:t at the head.
1376 (miscdic-convert): Likewise.
1377 (py-converter): Skip the header comments.
1378
1379 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
1380 New variable.
1381 (byte-compile-output-file-form): Bing print-circle to nil if
1382 byte-compile-output-file-form is not nil.
1383 (byte-compile-output-docform): Likewise.
1384
1385 2007-01-28 Kim F. Storm <storm@cua.dk>
1386
1387 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
1388 Declare earlier to avoid byte compiler warnings.
1389
1390 2007-01-28 Markus Triska <markus.triska@gmx.at>
1391
1392 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
1393
1394 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
1395
1396 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
1397 (gamegrid-add-score-with-update-game-score-1): Allow local quits
1398 when calling update-game-score program. Remove unnecessary
1399 save-excursion.
1400
1401 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
1402
1403 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
1404
1405 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
1406 avoid compiler warning.
1407 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
1408 might have values other than "true" or "false".
1409
1410 2007-01-28 Richard Stallman <rms@gnu.org>
1411
1412 * textmodes/fill.el (fill-paragraph-function): Doc fix.
1413 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
1414
1415 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
1416
1417 * image.el (image-type-header-regexps): Make GIF regex more specific.
1418
1419 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
1420 Don't check `backspace'.
1421 (tutorial--find-changed-keys): Look up bindings in a temp buffer
1422 in Fundamental mode.
1423
1424 * startup.el (fancy-splash-text, normal-splash-screen):
1425 Mention C-g.
1426
1427 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
1428 when inserting in buffer.
1429
1430 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
1431 inside the if.
1432
1433 2007-01-27 Richard Stallman <rms@gnu.org>
1434
1435 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
1436
1437 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
1438
1439 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
1440 enum/union/struct/class definition.
1441 Revert change to call `forward-sexp' multiple times.
1442
1443 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
1444
1445 * files.el (hack-local-variables-confirm): Don't keep trying to
1446 read an event from an empty kbd macro.
1447
1448 2007-01-27 Eli Zaretskii <eliz@gnu.org>
1449
1450 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
1451
1452 2007-01-27 Ben North <ben@redfrontdoor.org>
1453
1454 * outline.el (outline-promote, outline-demote): Doc fix. Rename
1455 the arg CHILDREN -> WHICH.
1456
1457 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
1458
1459 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
1460 default-directory to a sane value when calling start-process.
1461
1462 2007-01-27 Eli Zaretskii <eliz@gnu.org>
1463
1464 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
1465 (ls-lisp-format-time-list): Doc fix. Mention
1466 ls-lisp-use-localized-time-format.
1467 (ls-lisp-format-time): Use ls-lisp-format-time-list if
1468 ls-lisp-use-localized-time-format is non-nil, even if a valid
1469 locale is defined.
1470
1471 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
1472
1473 * jka-compr.el (jka-compr-shell): Doc fix.
1474
1475 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
1476
1477 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1478
1479 * ps-print.ps: Fix background height.
1480 (ps-print-version): New version 6.7.2.
1481
1482 2007-01-26 Eli Zaretskii <eliz@gnu.org>
1483
1484 * makefile.w32-in (finder-data, custom-deps): Depend on
1485 $(lisp)/loaddefs.el.
1486
1487 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
1488
1489 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
1490
1491 2007-01-24 Miles Bader <miles@gnu.org>
1492
1493 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
1494 (byte-compile-output-docform): Bind `print-circle' to t.
1495
1496 2007-01-24 Kenichi Handa <handa@m17n.org>
1497
1498 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
1499 file name of the original SKK dictionary file.
1500
1501 2007-01-24 Kim F. Storm <storm@cua.dk>
1502
1503 * ido.el (ido-initial-position): New variable.
1504 (ido-read-internal): Set it if default item is specified.
1505 (ido-minibuffer-setup): Position cursor accordingly if set.
1506 (ido-edit-input): C-e moves to end of input if not already there.
1507 (ido-magic-backward-char): C-b does like M-b if prev char is /.
1508 Don't switch to buffer mode if repeating C-b at start of input.
1509 (ido-toggle-ignore): C-a only toggles ignore at start or end of
1510 input; else it moves to start of input.
1511 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
1512 not at end of input, delete rest of input, rather than normal op.
1513
1514 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
1515
1516 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
1517
1518 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
1519 of message. Activate mark.
1520 (ediff-activate-mark): Set transient-mark-mode to t.
1521
1522 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
1523
1524 2007-01-23 Martin Rudalics <rudalics@gmx.at>
1525
1526 * help-fns.el (describe-variable): Don't suppress display of
1527 buffer local value when the value is "large".
1528
1529 2007-01-22 Kim F. Storm <storm@cua.dk>
1530
1531 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
1532 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
1533 (ido-tidy): Use ido-active.
1534
1535 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
1536
1537 * hexl.el (hexl-mode-exit): Add missing quote.
1538
1539 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1540
1541 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
1542 (mac-ae-keyboard-modifiers): New function.
1543 (mac-handle-toolbar-switch-mode): Use it.
1544 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
1545 if keyboard modifiers on drop contain option key.
1546 (mac-dnd-drop-data): Add optional argument `action'.
1547 (special-event-map): Remove binding for M-drag-n-drop.
1548
1549 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
1550
1551 * add-log.el (add-log-current-defun): Use CC Mode functions to
1552 find the beginning and end of a defun.
1553
1554 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
1555
1556 * progmodes/gdb-ui.el (gdb-var-create-regexp)
1557 (gdb-var-create-handler): Handle value field in GDB output of
1558 -var-create.
1559 (gdb-max-frames): New variable.
1560 (gdb-stack-buffer, gdb-frames-select): Use it.
1561 (gdb-info-stack-custom): Help user customize gdb-max-frames,
1562 if necessary.
1563 (gdb-get-frame-number): Simplify.
1564
1565 2007-01-21 Glenn Morris <rgm@gnu.org>
1566
1567 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
1568 Update copyrights.
1569
1570 2007-01-21 Alan Mackenzie <acm@muc.de>
1571
1572 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
1573 handling of K&R stuff.
1574
1575 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1576
1577 * textmodes/bibtex.el (bibtex-files): Fix customization type.
1578
1579 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1580
1581 * ps-print.el: Handle frame parameters (background and/or foreground
1582 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
1583 (ps-print-version): New version 6.7.1.
1584 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
1585 (ps-frame-parameter): New fun.
1586 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
1587 Fix doc and customization.
1588 (ps-begin-job): Get frame parameters (background and/or foreground
1589 colors).
1590 (ps-do-despool): Ensure ps-printer-name has a valid value.
1591
1592 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
1593
1594 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
1595 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
1596 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
1597 mean unlimited.
1598
1599 2007-01-20 Alan Mackenzie <acm@muc.de>
1600
1601 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
1602 much more rigorous analysis of putative K&R regions.
1603
1604 2007-01-20 Alan Mackenzie <acm@muc.de>
1605
1606 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
1607 New functions.
1608
1609 2007-01-20 Alan Mackenzie <acm@muc.de>
1610
1611 * progmodes/cc-align.el, progmodes/cc-cmds.el,
1612 * progmodes/cc-defs.el, progmodes/cc-engine.el,
1613 * progmodes/cc-langs.el, progmodes/cc-styles.el,
1614 * progmodes/cc-vars.el: Add my name.
1615
1616 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
1617
1618 * files.el (find-alternate-file): Revert query message to Emacs 21
1619 version.
1620
1621 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
1622
1623 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
1624 the doc string how to use personal abbrevs without electric
1625 keywords.
1626
1627 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
1628
1629 * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
1630 Fixed cursor position when toggle abbreviated display.
1631
1632 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
1633
1634 * t-mouse.el: Update copyright following assignment by
1635 Alessandro Rubini.
1636
1637 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
1638
1639 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
1640 (type-break-demo-boring): Call read-event instead of read-char.
1641
1642 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (small change)
1643
1644 * progmodes/compile.el: Add handling for makepplog.
1645
1646 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
1647
1648 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
1649 aspell dictionaries are initialized when called non-interactively.
1650
1651 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
1652
1653 * progmodes/compile.el (compilation-loop): New arg limit.
1654 Handle case where the first error is at point-min.
1655 (compilation-next-error): New arg to compilation-loop call.
1656
1657 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
1658
1659 * info.el (Info-default-dirs): Change default info dir to
1660 share/info.
1661
1662 * paths.el (Info-default-directory-list): Ditto.
1663
1664 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
1665
1666 * hexl.el (hexl-before-revert-hook): New function.
1667 (hexl-mode): Use it.
1668 (hexl-after-revert-hook): Just call hexl-mode.
1669 (hexl-mode-exit): Remove before-revert-hook.
1670
1671 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
1672
1673 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
1674
1675 2007-01-16 Martin Rudalics <rudalics@gmx.at>
1676
1677 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
1678 by "-" in francais7 otherchars entry.
1679 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
1680 otherchars entry.
1681
1682 2007-01-15 Karl Fogel <kfogel@red-bean.com>
1683
1684 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
1685 path. Rewrite function in `cond' style for readability.
1686
1687 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
1688 (The path shortening, that is, not the rearrarangement.)
1689
1690 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1691
1692 * term/mac-win.el (mac-ae-quit-application): New function.
1693 (mac-apple-event-map): Bind "quit application" Apple event to it.
1694
1695 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
1696
1697 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
1698 than the program's output.
1699
1700 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
1701
1702 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
1703 (kmacro-start-macro-or-insert-counter)
1704 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
1705 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
1706
1707 * longlines.el (longlines-show-hard-newlines):
1708 * ruler-mode.el (ruler-mode-ruler):
1709 * emulation/keypad.el (keypad-setup):
1710 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
1711 Fix typo in docstring.
1712
1713 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
1714
1715 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
1716 Remove redirect character ">".
1717
1718 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
1719
1720 * replace.el (perform-replace): Remove leftover code.
1721
1722 2007-01-12 Richard Stallman <rms@gnu.org>
1723
1724 * replace.el (perform-replace): Don't clear NODENT when computing
1725 the replacement string.
1726
1727 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
1728
1729 * net/tramp.el (tramp-handle-file-local-copy):
1730 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
1731 <christopher.ian.moore@gmail.com>.
1732
1733 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1734
1735 * diff-mode.el (diff-sanity-check-context-hunk-half)
1736 (diff-sanity-check-hunk): New functions.
1737 (diff-find-source-location): Use'em to check the hunks are well-formed.
1738
1739 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
1740 activate undo when undo is not active.
1741 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
1742
1743 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1744
1745 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
1746 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
1747 (ffap-url-at-point): Use char-classes rather than "a-z".
1748
1749 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
1750
1751 * ediff-init.el (ediff-autostore-merges):
1752 * textmodes/fill.el (fill-region): Doc fix.
1753
1754 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
1755
1756 * server.el (server-ensure-safe-dir): UIDs may be floats.
1757
1758 2007-01-10 Richard Stallman <rms@gnu.org>
1759
1760 * battery.el (battery-linux-proc-acpi): Use ignore-errors
1761 around calls to directory-files.
1762
1763 * subr.el (momentary-string-display): Use save-excursion.
1764
1765 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
1766 argument, but read it as `X' does.
1767
1768 2007-01-09 Juri Linkov <juri@jurta.org>
1769
1770 * info.el (Info-fontify-node): Don't hide node names of index entries.
1771
1772 * faces.el (momentary): Change :group to basic-faces where all
1773 basic faces belong to. Add :version.
1774
1775 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
1776
1777 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
1778 keybinding is found.
1779 (tutorial--find-changed-keys): Never treat null keybinding as a
1780 remapping.
1781
1782 2007-01-09 Martin Rudalics <rudalics@gmx.at>
1783
1784 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
1785
1786 2007-01-09 Kenichi Handa <handa@m17n.org>
1787
1788 * international/mule-cmds.el
1789 (select-safe-coding-system-interactively): Fix message.
1790
1791 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
1792
1793 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
1794 (tramp-process-actions): Add optional parameter TIMEOUT.
1795 (tramp-open-connection-telnet, tramp-open-connection-rsh)
1796 (tramp-open-connection-su): Add timeout of 60".
1797
1798 2007-01-09 Richard Stallman <rms@gnu.org>
1799
1800 * progmodes/compile.el (compile): Doc fix.
1801
1802 2007-01-09 Markus Triska <markus.triska@gmx.at>
1803
1804 * tumme.el (tumme-display-thumb): Doc fix.
1805
1806 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
1807
1808 * battery.el (battery-search-for-one-match-in-files):
1809 * bindings.el (mode-line-minor-mode-help):
1810 * x-dnd.el (x-dnd-types-alist):
1811 * calendar/icalendar.el (icalendar-import-buffer):
1812 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
1813
1814 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
1815
1816 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
1817
1818 * replace.el (replace-regexp): Fix typo in docstring.
1819
1820 2007-01-07 Alan Mackenzie <acm@muc.de>
1821
1822 * progmodes/cc-langs.el (c-operators, c-filter-ops):
1823 Amend doc-string and comments.
1824
1825 2007-01-06 Eli Zaretskii <eliz@gnu.org>
1826
1827 * files.el (abbreviate-file-name): Doc fix.
1828
1829 2007-01-06 Markus Triska <triska@gmx.at>
1830
1831 * subr.el (split-string): Remove spurious ")" from doc string.
1832
1833 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
1834
1835 * textmodes/table.el (table--warn-incompatibility):
1836 Use display-warning instead of momentary-string-display.
1837
1838 2007-01-05 Richard Stallman <rms@gnu.org>
1839
1840 * image.el (image-type-header-regexps): Recognize xbm more strictly.
1841
1842 * simple.el (backward-kill-word): Doc fix.
1843
1844 2007-01-05 Romain Francoise <romain@orebokech.com>
1845
1846 * international/mule.el (sgml-html-meta-auto-coding-function):
1847 Ensure that the buffer contains a HTML document.
1848
1849 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
1850
1851 * faces.el (momentary): Move here ...
1852 * subr.el (momentary): ... from here.
1853
1854 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
1855
1856 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
1857 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
1858 large structures/arrays.
1859
1860 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
1861
1862 * files.el (find-file-noselect-1, set-visited-file-name):
1863 Allow backup-enable-predicate to be nil.
1864
1865 2007-01-04 Andreas Schwab <schwab@suse.de>
1866
1867 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
1868 last change.
1869
1870 2007-01-03 Richard Stallman <rms@gnu.org>
1871
1872 * woman.el (woman-decode-buffer): Clarify error message.
1873
1874 2007-01-03 Alan Mackenzie <acm@muc.de>
1875
1876 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
1877
1878 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
1879
1880 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
1881
1882 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
1883
1884 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
1885
1886 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
1887
1888 * emulation/viper.el (viper-custom-file-name, viper-mode):
1889 Fix typos in docstrings.
1890
1891 * subr.el (momentary-string-display): After moving point, set POS
1892 variable to it to avoid later errors once the buffer is modified.
1893 Doc fix.
1894
1895 2007-01-02 Alan Mackenzie <acm@muc.de>
1896
1897 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
1898 check that the "*/" is present before trying to manipulate it.
1899
1900 2007-01-02 Richard Stallman <rms@gnu.org>
1901
1902 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
1903
1904 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
1905 Fix format of value.
1906
1907 * cus-edit.el (customize-unsaved): Rename from customize-customized.
1908 Change messages accordingly.
1909 (customize-customized): Now alias.
1910
1911 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
1912
1913 * files.el (version-control): Doc fix.
1914
1915 2007-01-01 Alan Mackenzie <acm@muc.de>
1916
1917 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
1918 Check the format of c-state-cache is valid for an optimisation before
1919 using it.
1920
1921 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
1922 are at a statement within a macro". Other changes so that only
1923 the first continuation line in a macro gets the symbol
1924 `cpp-define-intro', the others getting `statement', or whatever.
1925
1926 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
1927 a string, preserve whitespace. Add a backslash only when also in
1928 a macro.
1929
1930 * progmodes/cc-defs.el: Correct typos.
1931
1932 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
1933 new line after an escaped EOL in a string.
1934
1935 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
1936 label when it directly follows "else", "do", ....
1937
1938 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
1939 angle brackets (as seen in "explicit specialisations" of C++
1940 templates).
1941
1942 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
1943 in the doc-string.
1944
1945 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
1946 when the comment ender looks like "=========*/" and is alone on
1947 its line.
1948
1949 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
1950 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
1951 for the old name.
1952
1953 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
1954 c-\(beginning\|end\)-of-defun by default.
1955
1956 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
1957 New line-up function, for the DEFUN macro in the Emacs C sources.
1958 Only used in "gnu" style.
1959
1960 * progmodes/cc-styles.el (c-style-alist): Use this new function in
1961 the "gnu" style.
1962
1963 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
1964 clean-up comment-close-slash also to work when there's a comment
1965 terminator on the line.
1966 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
1967 these for large arg - only take account of top level {..}, except
1968 for initial and final adjustments. M-- C-M-[ae] now go to the
1969 right defuns when the starting point is between defuns. They use
1970 the four new functions:
1971 (c-in-function-trailer-p, c-where-wrt-brace-construct)
1972 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
1973 support c-\(beginning\|end\)-of-defun.
1974
1975 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
1976 expressions more rigorously, to exclude bit-field specifiers from
1977 being classed as labels.
1978 (c-forward-label): When analyzing a ":" within a macro, be careful
1979 about using c-forward-syntactic-ws at the macro beginning.
1980 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
1981 stmt boundary, check for "operator=", etc.
1982
1983 * progmodes/cc-mode.el (c-postprocess-file-styles):
1984 Bind inhibit-read-only to t, around the call to
1985 c-remove-any-local-eval-or-mode-variables, so that it works on a
1986 RO file.
1987
1988 * progmodes/cc-defs.el (c-version): Update the version number to
1989 "5.31.4".
1990
1991 2007-01-01 Richard Stallman <rms@gnu.org>
1992
1993 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
1994 only if we restored isearch-window-configuration.
1995
1996 2006-12-31 Romain Francoise <romain@orebokech.com>
1997
1998 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
1999
2000 2006-12-31 Kim F. Storm <storm@cua.dk>
2001
2002 * files.el (auto-mode-case-fold): New defcustom.
2003 (set-auto-mode): If non-nil, perform second case-sensitive pass
2004 through auto-mode-alist if first pass failed.
2005
2006 2006-12-30 Richard Stallman <rms@gnu.org>
2007
2008 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
2009
2010 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
2011
2012 * allout.el (allout-encrypt-string): Handle symmetric-key
2013 passphrase caching but leave keypair caching to pgg.
2014
2015 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
2016
2017 Sync with Tramp 2.0.55.
2018
2019 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
2020 `integerp'. `char-equal' could fail else in case of negative
2021 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
2022 (top): Check for `font-lock-add-keywords' before calling; it
2023 doesn't exist under XEmacs.
2024 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
2025 (tramp-completion-mode): Remove clause (not
2026 tramp-unified-filenames), because the function is called in other
2027 context too, where this check results in wrong results in the
2028 XEmacs case on Windows.
2029 (tramp-touch): UTC handling is not possible for XEmacs.
2030
2031 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2032
2033 * scroll-bar.el (previous-scroll-bar-mode): New variable
2034 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
2035 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
2036
2037 * term/x-win.el: Set scroll bar mode to right if set by X resources.
2038
2039 2006-12-30 Richard Stallman <rms@gnu.org>
2040
2041 * files.el (make-backup-file-name-1): Precompute abs name
2042 but don't lose the relative name.
2043
2044 * international/mule-cmds.el (select-safe-coding-system-interactively):
2045 Fix message.
2046
2047 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
2048
2049 * files.el (backup-buffer): Show entire backup file name in msg.
2050
2051 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
2052
2053 * image.el (image-type-header-regexps, image-type-from-data)
2054 (image-type-from-buffer, image-type-from-file-header):
2055 Revert changes from 2006-12-26.
2056 (image-type-auto-detectable): New variable.
2057 (image-type-auto-detected-p): New function.
2058
2059 * files.el (magic-mode-alist): Detect image files with
2060 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
2061
2062 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
2063
2064 * dired.el (dired-sort-other): Move test for dired-mode...
2065 (dired-sort-set-modeline): ...to here.
2066
2067 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2068
2069 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
2070 change. Suggested by Stefan Monnier.
2071
2072 2006-12-29 Kim F. Storm <storm@cua.dk>
2073
2074 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
2075 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
2076
2077 2006-12-27 Kim F. Storm <storm@cua.dk>
2078
2079 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
2080 so it doesn't accidentally match an fsf.org mail address.
2081 (authors-renamed-files-alist): Add tcover-*.el.
2082
2083 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2084
2085 * vc-arch.el (vc-arch-find-version): New function.
2086
2087 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
2088 composed of arbitrary characters (even /) in some systems.
2089
2090 2006-12-27 Eli Zaretskii <eliz@gnu.org>
2091
2092 * international/mule-cmds.el (select-safe-coding-system-interactively):
2093 Improve the message in the *Warning* buffer.
2094
2095 2006-12-27 Kim F. Storm <storm@cua.dk>
2096
2097 * ido.el (ido-set-matches-1): Fix last change. If default item is
2098 current buffer, it is ok to be first.
2099
2100 2006-12-27 Kenichi Handa <handa@m17n.org>
2101
2102 * international/mule-cmds.el (select-safe-coding-system-interactively):
2103 Use face `link' for problematic chars.
2104
2105 2006-12-27 Kenichi Handa <handa@m17n.org>
2106
2107 * international/mule-cmds.el (select-safe-coding-system-interactively):
2108 Improve the message in *Warning* buffer.
2109
2110 2006-12-27 Kim F. Storm <storm@cua.dk>
2111
2112 * ido.el (ido-set-matches-1): Never put current buffer first if
2113 there are other matches.
2114
2115 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
2116
2117 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
2118 expressions.
2119 (gdb-var-delete): Handle duplicate names. Print message for non
2120 root expressions.
2121 (gdb-partial-output-name): Start buffer name with a space.
2122 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
2123 buffer name.
2124
2125 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2126
2127 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
2128 last footnote when `footnote-spaced-footnotes' is nil.
2129
2130 2006-12-26 Richard Stallman <rms@gnu.org>
2131
2132 * cus-edit.el (custom-browse-sort-alphabetically)
2133 (custom-buffer-sort-alphabetically)
2134 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
2135
2136 * image.el (image-type-header-regexps): Change element format
2137 to include third item NOT-ALWAYS.
2138 (image-type-from-data): Handle new format.
2139 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
2140 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
2141
2142 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
2143
2144 * add-log.el (add-log-current-defun): Call `forward-sexp'
2145 multiple times to pick a member function name defined as
2146 part of nested classes/namespaces.
2147
2148 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2149
2150 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
2151 which keymap should be used to change menu. It does not affect any
2152 existent code.
2153
2154 2006-12-26 Richard Stallman <rms@gnu.org>
2155
2156 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
2157 rather than for being in a minibuffer window.
2158
2159 2006-12-25 Daiki Ueno <ueno@unixuser.org>
2160
2161 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
2162 locale-coding-system.
2163 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
2164 LF.
2165
2166 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
2167
2168 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
2169 (sql-mode-syntax-table): Disable double quoted strings.
2170 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
2171
2172 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2173
2174 * startup.el (fancy-splash-last-input-event): New variable.
2175 (fancy-splash-special-event-action): New function.
2176 (fancy-splash-screens): Temporarily bind special events to it.
2177 Execute command for saved special event before exiting from
2178 recursive editing.
2179
2180 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
2181 New functions.
2182 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
2183 Use mac-unread-string.
2184
2185 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2186
2187 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
2188 an optimized comment regexp if `comment-start-skip' uses a ^.
2189 * bs.el (bs--up): Remove interactive spec.
2190
2191 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
2192
2193 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
2194 Suggested by James Cloos.
2195
2196 2006-12-24 Kevin Ryde <user42@zip.com.au>
2197
2198 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
2199 in March.
2200 (calendar-dst-ends): Default to first Sunday in November.
2201
2202 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
2203
2204 * allout.el (allout-encrypt-string): Inhibit use of agent within
2205 body of let form where encryption happens. Acknowledge non-use of
2206 gpg-agent in docstring.
2207 (allout-toggle-subtree-encryption): Acknowledge non-use of
2208 gpg-agent in docstring.
2209
2210 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
2211
2212 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
2213
2214 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
2215
2216 * ediff-diff.el (ediff-diff-options): Clarify docstring.
2217 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
2218
2219 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
2220 in hooks.
2221 (viper-add-newline-at-eob-if-necessary): Add newline only if we
2222 actually modify buffer; ignore errors if occur.
2223
2224 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
2225
2226 * calendar/calendar.el (calendar-mode-map): Switch < and >.
2227 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
2228 formatting.
2229
2230 2006-12-23 Richard Stallman <rms@gnu.org>
2231
2232 * simple.el (delete-horizontal-space): Doc fix.
2233
2234 2006-12-23 Eli Zaretskii <eliz@gnu.org>
2235
2236 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
2237 explicitly in a recursive Make, not implicitly through prerequisites,
2238 since the latter is wrong under parallel builds.
2239
2240 2006-12-22 Eli Zaretskii <eliz@gnu.org>
2241
2242 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
2243
2244 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
2245
2246 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
2247 message string.
2248
2249 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
2250
2251 * outline.el (outline-next-visible-heading): Fix the case with a
2252 header at end-of-file with no final newline.
2253
2254 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
2255
2256 * indent.el (tab-always-indent): Doc fix.
2257
2258 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
2259
2260 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
2261 (Info-fontify-node): Do fontify indices.
2262
2263 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
2264 to the Emacs Lisp reference manual.
2265 (tutorial--tab-map): Remove. All callers changed.
2266 (tutorial--find-changed-keys): New elt QUIET, used to...
2267 (tutorial--display-changes): ...ensure that warning messages are
2268 only issued once per changed key.
2269 (tutorial--remove-remarks): Delete unused code-path.
2270 (lang-strings): Remove extraneous formatting.
2271 (tutorial--save-tutorial): Prompt before saving tutorial state.
2272
2273 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
2274
2275 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
2276 Replace '?\ ' by '?\s' throughout.
2277 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
2278 `help' custom group.
2279 (tutorial--key-description): New function.
2280 (tutorial--display-changes): Remove redundant arg. Scan for all
2281 key sequences to avoid false matches. Cleanup.
2282 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
2283 reduce homedir pollution.
2284 (help-with-tutorial): Call tutorial--display-changes with no arg.
2285
2286 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
2287
2288 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
2289
2290 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
2291
2292 * net/tramp.el (tramp-default-method): We still need to check for
2293 `executable-find', because it is not bound under Emacs 20.
2294 (tramp-handle-file-name-completion)
2295 (tramp-completion-handle-file-name-completion): Handle optional
2296 parameter PREDICATE.
2297 (tramp-find-default-method): Add code for default values.
2298
2299 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
2300
2301 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
2302 make gud-go send "continue".
2303
2304 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
2305
2306 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
2307 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
2308
2309 2006-12-19 Kim F. Storm <storm@cua.dk>
2310
2311 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
2312 instead of global-map.
2313
2314 * files.el (magic-mode-alist): Allow matching file type by
2315 calling a function at bob. Check for image types by calling
2316 image-type-from-buffer. Suggested by Juanma Barranquero.
2317 (set-auto-mode): Do it.
2318
2319 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
2320
2321 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
2322 Remove "ControlMaster" option from the other `scp*' methods.
2323 (tramp-default-method): Check for ssh-agent before setting to `scp'.
2324
2325 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
2326
2327 * textmodes/org.el (org-mode): Show context after isearch.
2328 (org-show-siblings): New function.
2329 (org-show-context): Use `org-show-siblings'.
2330
2331 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
2332
2333 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
2334 Use syntax-ppss-toplevel-pos.
2335
2336 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
2337
2338 * textmodes/org.el (org-current-line): Make sure that lines are
2339 counted from beginning of buffer.
2340 (org-table-copy-region, org-table-paste-rectangle): Make sure that
2341 lines are counted from beginning of buffer.
2342
2343 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
2344
2345 * info.el (Info-build-node-completions): Signal error if tag-table
2346 marker is not found.
2347
2348 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
2349
2350 2006-12-17 Alan Mackenzie <acm@muc.de>
2351
2352 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
2353 speed) the case when open-paren-in-column-0-is-defun-start is nil.
2354 Based on code by Martin Rudalics.
2355
2356 * progmodes/cc-mode.el (c-basic-common-init): Don't set
2357 open-paren-in-column-0-is-defun-start to nil any more.
2358
2359 2006-12-17 Richard Stallman <rms@gnu.org>
2360
2361 * simple.el (delete-horizontal-space): Use prefix arg.
2362
2363 * help-fns.el (describe-variable): Improve blank separator lines.
2364
2365 * files.el (magic-mode-alist): Mark as risky.
2366
2367 * files.el (make-backup-file-name-1):
2368 Expand backup-directory explicitly.
2369
2370 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
2371
2372 * net/tramp.el (tramp-default-method): Before setting to "pscp",
2373 check whether package password.el is loaded, or Pageant is running.
2374
2375 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
2376
2377 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
2378 (icalendar--rris): First try Emacs, then XEmacs.
2379 (icalendar--convert-ical-to-diary): Doc fix.
2380 Insert newline at end of target file.
2381
2382 2006-12-17 Kim F. Storm <storm@cua.dk>
2383
2384 * outline.el (outline-isearch-open-invisible-function): New defvar.
2385 (outline-flag-region): Use it if non-nil for isearch-open-invisible
2386 overlay property instead of outline-isearch-open-invisible.
2387
2388 2006-12-16 Kim F. Storm <storm@cua.dk>
2389
2390 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
2391 if ido-directory-too-big is set on entry.
2392 (ido-toggle-ignore, ido-completion-help): Print message while
2393 reading big directory.
2394
2395 2006-12-15 Richard Stallman <rms@gnu.org>
2396
2397 * shell.el (shell): Doc fix.
2398
2399 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
2400
2401 * emulation/edt.el (edt-xserver):
2402 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
2403 to fix a problem on Cygwin.
2404
2405 * emulation/edt.el
2406 * emulation/edt-mapper.el
2407 * emulation/edt-lk201.el
2408 * emulation/edt-pc.el
2409 * emulation/edt-vt100.el: Update maintainer's email address.
2410
2411 2006-12-15 Simon Marshall <simon@gnu.org>
2412
2413 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
2414
2415 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2416
2417 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
2418 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
2419 instead of mac-atsu-font-table.
2420 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
2421
2422 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
2423
2424 * align.el (align-match-tex-pattern): Fix a rare bug which
2425 hanged Emacs.
2426
2427 2006-12-14 Richard Stallman <rms@gnu.org>
2428
2429 * startup.el (use-fancy-splash-screens-p): Use frame-height
2430 instead of window-height. Pass frame to image-size.
2431
2432 2006-12-13 Kenichi Handa <handa@m17n.org>
2433
2434 * international/mule-cmds.el (set-locale-environment):
2435 Set default-sendmail-coding-system too.
2436
2437 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
2438
2439 * progmodes/idlw-help.el: Fix copyright notice.
2440
2441 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
2442
2443 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
2444
2445 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
2446
2447 * subr.el (unread-command-char): Reformat obsolescence info.
2448
2449 2006-12-11 Richard Stallman <rms@gnu.org>
2450
2451 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
2452 about calls to cl-struct-setf-expander.
2453
2454 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
2455
2456 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
2457 (ediff-combination-pattern): Fix typo in docstring.
2458
2459 * textmodes/refer.el (refer-find-entry): Doc fix.
2460 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
2461 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
2462 Fix tipos in docstrings.
2463
2464 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
2465
2466 2006-12-10 Kim F. Storm <storm@cua.dk>
2467
2468 * ido.el (ido-init-completion-maps): Remap backward-kill-word
2469 instead of binding M-backspace.
2470
2471 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
2472
2473 * replace.el (replace-match-data, replace-match-maybe-edit):
2474 * calc/calc-aent.el (calc-eval-error):
2475 * emulation/vi.el (vi-char-argument):
2476 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
2477 (c-vsemi-status-unknown-p-fn): Doc fixes.
2478
2479 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
2480
2481 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
2482 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
2483
2484 2006-12-10 Masatake YAMATO <jet@gyve.org>
2485
2486 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
2487
2488 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
2489
2490 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
2491
2492 * man.el (Man-xref-button-action): New function. If the
2493 `Man-target-string' button property is a function, assume it
2494 accepts a position argument.
2495 (Man-abstract-xref-man-page): Use it.
2496 (Man-default-man-entry): New optional arg POS.
2497
2498 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
2499 symlink arrows read-only and non-rear-sticky.
2500
2501 2006-12-09 Martin Rudalics <rudalics@gmx.at>
2502
2503 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
2504 (wdired-search-and-rename): Simplify code.
2505 (wdired-preprocess-files, wdired-preprocess-perms): Make
2506 read-only property of preceding character rear-nonsticky to
2507 avoid that it can be modified. Put old-name and old-link
2508 properties on character preceding name and replace
2509 put-text-property by add-text-properties.
2510 (wdired-get-filename, wdired-get-previous-link): Get old-name
2511 and old-link properties from character preceding name and
2512 simplify code.
2513 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
2514 (wdired-perms-to-number): Make local-map property
2515 rear-nonsticky to avoid that text following permissions may be
2516 modified. Use add-text-properties instead of put-text-property
2517 when changing a permission bit.
2518 (wdired-change-to-dired-mode): Remove stickiness properties.
2519
2520 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
2521
2522 * international/mule-cmds.el (register-input-method): Doc fix.
2523
2524 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
2525
2526 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
2527
2528 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2529
2530 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
2531 Force buffer local defs evaluation on local variables loading.
2532 (flyspell-mode-on, flyspell-mode-off): Use it in
2533 `hack-local-variables-hook'.
2534
2535 2006-12-09 Eli Zaretskii <eliz@gnu.org>
2536
2537 * emacs-lisp/find-func.el (find-variable): Doc fix.
2538
2539 * help-fns.el (variable-at-point): Doc fix.
2540
2541 * w32-fns.el (w32-append-code-lines): New function.
2542
2543 2006-12-09 Romain Francoise <romain@orebokech.com>
2544
2545 * comint.el (comint-insert-input): Delete obsolete comment.
2546
2547 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
2548
2549 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
2550 current frame, in case we're connected to several displays.
2551
2552 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
2553
2554 * frame.el (other-frame): Doc fix.
2555 (set-frame-parameter): Fix typo in docstring.
2556
2557 2006-12-07 Kim F. Storm <storm@cua.dk>
2558
2559 * info.el (Info-index): Strip leading colon from topic.
2560
2561 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
2562
2563 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
2564 to pointers.
2565
2566 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
2567
2568 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
2569 Trim out spurious class inheritance "None" entries.
2570
2571 2006-12-05 Kim F. Storm <storm@cua.dk>
2572
2573 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
2574 (cua-paste-pop): Rework last change for
2575 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
2576 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
2577 text inserted by the last M-y command.
2578
2579 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2580
2581 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
2582 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
2583
2584 * shell.el (shell): Search the start file in ~/.emacs.d as
2585 `init_SHELLNAME.sh' instead.
2586
2587 2006-12-05 Glenn Morris <rgm@gnu.org>
2588
2589 * progmodes/cperl-mode.el (cperl-mode)
2590 * progmodes/f90.el (f90-mode-abbrev-table)
2591 * progmodes/fortran.el (fortran-mode-abbrev-table)
2592 * progmodes/octave-mod.el (octave-abbrev-table)
2593 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
2594 if abbrev-table is non-nil (saved user abbrevs may have been restored).
2595
2596 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
2597 clear abbrev table, else saved abbrevs will not be restored.
2598
2599 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
2600
2601 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
2602 the call to `make-obsolete-variable', not in the docstring.
2603
2604 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
2605
2606 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
2607
2608 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2609
2610 * progmodes/ebnf-abn.el:
2611 * progmodes/ebnf-bnf.el:
2612 * progmodes/ebnf-dtd.el:
2613 * progmodes/ebnf-ebx.el:
2614 * progmodes/ebnf-iso.el:
2615 * progmodes/ebnf-otz.el:
2616 * progmodes/ebnf-yac.el:
2617 * progmodes/ebnf2ps.el:
2618 * delim-col.el:
2619 * printing.el:
2620 * ps-bdf.el:
2621 * ps-mule.el:
2622 * ps-print.el: Remove 'Time-stamp' comment mark.
2623
2624 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
2625 'easy-menu-add-item' when called in Emacs 21 or higher.
2626
2627 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
2628
2629 * progmodes/ada-xref.el (ada-check-current): Doc fix.
2630 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
2631
2632 2006-12-04 Kim F. Storm <storm@cua.dk>
2633
2634 * bindings.el (global-map): Bind [signal t] to ignore, to have
2635 user signals ignored by default.
2636
2637 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
2638
2639 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
2640 Unicode data file pointed to by `describe-char-unicodedata-file'.
2641
2642 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
2643
2644 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
2645 O(n^2) regexp-search by anchoring the search.
2646
2647 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
2648
2649 * whitespace.el (whitespace-cleanup-internal): Use current
2650 argument for recursive call.
2651
2652 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
2653
2654 * net/tramp.el (tramp-methods): Add "ControlPath" and
2655 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
2656 Andreas Schwab <schwab@suse.de>.
2657 (tramp-do-copy-or-rename-file-out-of-band)
2658 (tramp-open-connection-rsh): Compute format spec for ?t.
2659 (tramp-process-actions): Trace command parameters.
2660
2661 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
2662
2663 * simple.el (toggle-truncate-lines): Clarify doc string.
2664
2665 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
2666 (gdb-speedbar-expand-node): Use it.
2667
2668 2006-12-04 Richard Stallman <rms@gnu.org>
2669
2670 * progmodes/python.el (python-indent): Add safe-local-variable prop.
2671
2672 * dired.el (dired-revert): Turn off dired-after-readin-hook
2673 around call to dired-readin.
2674
2675 * menu-bar.el (menu-bar-make-toggle): Add "globally"
2676 to echo area messages.
2677 <indicate-empty-lines, case-fold-search>:
2678 Add "globally" to Help string.
2679 <case-fold-search>: MESSAGE arg need not say "globally".
2680 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
2681
2682 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
2683
2684 * outline.el (outline-end-of-subtree): Don't leave an empty
2685 line hidden as we would a real next heading.
2686
2687 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
2688
2689 * allout.el (allout-ascend): Add an optional argument to preserve
2690 original position of point when unsuccessful. Also, fix a
2691 docstring error.
2692 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
2693 work again, using allout-ascend's new option.
2694 (allout-setup-mode-map): Extract from allout-mode to initialize
2695 allout-mode-map. Call it on file load, so the mode docstring
2696 substitutions work even if allout mode has not yet been invoked.
2697 (allout-mode): Use new allout-setup-mode-map to track any keybinding
2698 customizations since the map was last processed. Also, refine the
2699 docstring so it's ship-shape for release.
2700 (allout-default-layout, allout-beginning-of-line-cycles)
2701 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
2702 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
2703 (allout-version, allout-layout, allout-infer-body-reindent)
2704 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
2705 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
2706 (allout-previous-heading, allout-goto-prefix-doublechecked)
2707 (allout-current-bullet-pos, allout-next-sibling-leap)
2708 (allout-pre-command-business, allout-encrypted-type-prefix)
2709 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
2710 (allout-rebullet-topic, allout-rebullet-topic-grunt)
2711 (allout-flag-region, allout-expose-topic, allout-expose-topic)
2712 (allout-old-expose-topic, allout-listify-exposed)
2713 (allout-process-exposed, allout-latex-verb-quote)
2714 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
2715 (allout-toggle-current-subtree-encryption)
2716 (allout-toggle-subtree-encryption, allout-bullet-isearch):
2717 Remove extraneous open-paren and close paren string escapes.
2718
2719 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
2720
2721 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
2722 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
2723 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
2724 Fix typos in docstrings.
2725
2726 2006-12-03 Glenn Morris <rgm@gnu.org>
2727
2728 * progmodes/cc-align.el
2729 * progmodes/cc-awk.el
2730 * progmodes/cc-cmds.el
2731 * progmodes/cc-compat.el
2732 * progmodes/cc-defs.el
2733 * progmodes/cc-engine.el
2734 * progmodes/cc-langs.el
2735 * progmodes/cc-menus.el
2736 * progmodes/cc-mode.el
2737 * progmodes/cc-styles.el
2738 * progmodes/cc-vars.el
2739 * progmodes/vhdl-mode.el: Fix Copyright format.
2740
2741 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
2742
2743 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
2744 initial down event.
2745
2746 2006-12-02 Kim F. Storm <storm@cua.dk>
2747
2748 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
2749 (cua-repeat-replace-region): Make M-v more robust.
2750 (cua-paste-pop-rotate-temporarily): New defcustom.
2751 (cua-paste-pop): Use it.
2752 (cua-auto-mark-last-change): New defcustom.
2753 (cua-pop-to-last-change): New helper function.
2754 (cua-set-mark): Use them.
2755
2756 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
2757
2758 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
2759 mini-buffer message.
2760
2761 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
2762
2763 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
2764
2765 2006-12-01 Ben North <ben@redfrontdoor.org>
2766
2767 * paren.el: Fix the highlight overlay extension when the user types a
2768 sequence of char very fast just before the open parenthesis.
2769
2770 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2771
2772 * ps-mule.el: Eliminate Emacs 20 compatibility.
2773
2774 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
2775 (ps-print-version): New version 6.7.
2776 (ps-print-quote): Replace '?\ ' by '?\s'.
2777
2778 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
2779
2780 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
2781 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
2782 (hexl-end-of-1k-page): Doc fixes.
2783 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
2784 Fix typos in docstrings.
2785
2786 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2787
2788 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
2789 locally, i.e. without using file name handlers.
2790 (ido-read-internal): Allow mono letter host names, avoiding the
2791 `c:' problem by testing if the file exists locally.
2792 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
2793
2794 2006-11-30 Masatake YAMATO <jet@gyve.org>
2795
2796 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
2797 to avoid bytecomp warnings.
2798 (hexl-mode-old-ruler-function): New variable.
2799 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
2800 and `hl-line-range-function' after `require' hl-line.
2801 Then bind `hl-line-range-function' and `hl-line-face'.
2802 Don't require frame. Don't use `with-no-warnings'.
2803 (hexl-activate-ruler): Store the original value of
2804 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
2805 (hexl-mode-exit): Restore the original value of
2806 `ruler-mode-ruler-function'.
2807
2808 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
2809
2810 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
2811 (hexl-mode-old-hl-line-face): New variable.
2812 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
2813 line when exit from the hexl-mode.
2814
2815 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
2816
2817 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
2818 Doc fixes.
2819
2820 * international/fontset.el (create-fontset-from-ascii-font)
2821 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
2822 (fontset-name-p): Fix typo in docstring.
2823
2824 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
2825
2826 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2827
2828 * ps-bdf.el: Fix maintainer email.
2829
2830 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
2831 compatibility.
2832
2833 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
2834 21 compatibility.
2835 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
2836 Emacs 20 & 21.
2837
2838 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
2839
2840 * progmodes/idlwave.el (idlwave-auto-fill):
2841 Remove paragraph-start let to prevent auto-fill giving up.
2842
2843 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
2844
2845 * vt100-led.el (led-state): Fix typo in previous change.
2846
2847 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2848
2849 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
2850 Fix interactive spec of the functions getting defined to make them
2851 work as documented.
2852
2853 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
2854
2855 * startup.el (fancy-splash-screens): Hide initial splash buffer.
2856
2857 2006-11-28 Kim F. Storm <storm@cua.dk>
2858
2859 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
2860 icomplete-mode is enabled.
2861
2862 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
2863
2864 * textmodes/org.el (require): Require gnus-sum during compilation
2865 to avoid problem with a macro call.
2866
2867 2006-11-28 Glenn Morris <rgm@gnu.org>
2868
2869 * emacs-lisp/authors.el (authors-aliases): Add new alias.
2870
2871 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
2872 (fortran-window-create-momentarily): Do not need string-to-char.
2873
2874 2006-11-28 Richard Stallman <rms@gnu.org>
2875
2876 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
2877 Replace incorrect use of assoc-default with a loop.
2878
2879 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
2880
2881 * simple.el (next-error-find-buffer): Improve messages.
2882
2883 * files.el (revert-buffer): Special error message if file
2884 is now not readable.
2885
2886 * facemenu.el (facemenu-add-new-face): Improve doc strings of
2887 constructed commands.
2888
2889 * comint.el (comint-exec-1): Provide Emacs version and `comint'
2890 in INSIDE_EMACS.
2891
2892 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
2893
2894 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
2895
2896 * server.el: Remove spurious * in docstrings.
2897 (server-process-filter): Exit from recursive editing before processing
2898 a new request.
2899
2900 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
2901
2902 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
2903 line so hidden blocks will be correctly identified.
2904
2905 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
2906
2907 * ledit.el (ledit-save-defun, ledit-mode):
2908 * resume.el (resume-emacs-args-buffer):
2909 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
2910 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
2911 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
2912 (command-send-input, command-kill-line):
2913 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
2914
2915 * autoarg.el (autoarg-kp-mode): Doc fix.
2916
2917 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
2918 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
2919 (check-emacs-lock): Doc fix. Simplify.
2920
2921 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
2922 (iimage-mode-buffer): Fix typos in docstring.
2923
2924 * misc.el (zap-up-to-char): Doc fix.
2925
2926 * time-stamp.el: Fix comment and obsolescence string for old
2927 functions. Use `dolist' instead of `while'.
2928
2929 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
2930
2931 * disp-table.el (standard-display-8bit, standard-display-default):
2932 * ebuff-menu.el (electric-buffer-list):
2933 * ehelp.el (electric-help-command-loop):
2934 * font-core.el (font-lock-mode):
2935 * help-macro.el (make-help-screen):
2936 * help.el (describe-minor-mode-completion-table-for-indicator)
2937 (lookup-minor-mode-from-indicator):
2938 * indent.el (tab-to-tab-stop, move-to-tab-stop):
2939 * info-look.el (info-lookup-guess-custom-symbol):
2940 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
2941 * longlines.el (longlines-wrap-line):
2942 * macros.el (insert-kbd-macro):
2943 * menu-bar.el (menu-bar-update-buffers):
2944 * misc.el (copy-from-above-command):
2945 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
2946 * newcomment.el (comment-indent):
2947 * novice.el (disabled-command-function):
2948 * sort.el (sort-fields-syntax-table):
2949 * subr.el (momentary-string-display):
2950 * tar-mode.el (tar-header-block-summarize)
2951 (tar-clear-modification-flags):
2952 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
2953 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
2954 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
2955 (te-delete-char, te-down-vertically-or-scroll):
2956 * time-stamp.el (time-stamp-string-preprocess):
2957 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
2958
2959 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
2960
2961 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
2962 in GUD mode.
2963
2964 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
2965 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
2966
2967 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2968
2969 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
2970
2971 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
2972
2973 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
2974 (ada-compile-goto-error): Adapt to new argument profile of
2975 compilation-goto-locus in Emacs 22. Don't check if the various
2976 compile functions are defined; we already do "(require 'compile)".
2977
2978 2006-11-26 Kim F. Storm <storm@cua.dk>
2979
2980 * kmacro.el: Fix commentary.
2981
2982 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
2983
2984 * progmodes/gud.el (gdb): Explain how to run in text command mode
2985 more clearly. Say in error message that multiple debugging
2986 requires restarting GDB.
2987
2988 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
2989
2990 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
2991
2992 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
2993
2994 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
2995 (flymake-popup-menu): Use it instead of posn-at-point.
2996
2997 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2998
2999 * progmodes/cc-vars.el (c-backslash-column):
3000 Mention c-backslash-max-column in documentation for c-backslash-column.
3001
3002 2006-11-24 Lars Hansen <larsh@soem.dk>
3003
3004 * net/tramp.el (tramp-default-method): Under Windows, change from
3005 plink to pscp.
3006 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
3007 (tramp-actions-copy-out-of-band):
3008 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
3009 (tramp-action-out-of-band): Move "Permission denied" handling to
3010 tramp-action-copy-failed.
3011 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
3012 process buffer.
3013
3014 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3015
3016 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
3017 strings to a single string. Quote `errors-file-name'.
3018 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
3019 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
3020 Adjust calls. Use `shell-quote-argument'.
3021
3022 * international/mule.el (load-with-code-conversion)
3023 (with-category-table): Use with-current-buffer.
3024 (after-insert-file-set-coding): Use restore-buffer-modified-p.
3025
3026 2006-11-24 Eli Zaretskii <eliz@gnu.org>
3027
3028 * mail/smtpmail.el (smtpmail-send-it):
3029 Copy buffer-file-coding-system from the mail buffer. Possibly add a
3030 MIME header for the message encoding.
3031 Bind coding-system-for-write around the call to mail-do-fcc.
3032 Use smtpmail-code-conv-from to encode queued mail messages.
3033
3034 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
3035
3036 * tabify.el (tabify-regexp): Doc fix.
3037
3038 * net/rcirc.el (rcirc-buffer-maximum-lines):
3039 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
3040
3041 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
3042 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
3043 Fix typos in output messages.
3044 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
3045
3046 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3047
3048 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
3049 the horse's mouth.
3050 (hexlify-buffer): Don't re-encode an arg that's already encoded.
3051
3052 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
3053
3054 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
3055 Remove condition-case.
3056
3057 2006-11-23 Glenn Morris <rgm@gnu.org>
3058
3059 * progmodes/f90.el (f90-comment-indent): Do not move point in
3060 default case.
3061
3062 2006-11-21 Romain Francoise <romain@orebokech.com>
3063
3064 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
3065 from library name (reverts change of 2005-10-25).
3066
3067 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
3068
3069 * tutorial.el (tutorial--default-keys): Add newline and
3070 delete-backward-char bindings.
3071 (tutorial--detailed-help): Save excursion when finding keys.
3072 Correct warning string for M-x FOO case.
3073 (tutorial--display-changes): Print special keys in tutorial style.
3074 Tweak search regexp for changed keys.
3075
3076 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
3077
3078 * thingatpt.el (thing-at-point-url-at-point): Don't add a
3079 redundant scheme.
3080
3081 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
3082
3083 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
3084 are new to the list at IANA. Also added irc, mms, mmsh.
3085
3086 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
3087
3088 * progmodes/idlw-help.el (idlwave-html-help-location):
3089 Fail gracefully for missing help packages.
3090 (idlwave-help-assistant-open-link): Open full links.
3091 (idlwave-help-assistant-help-with-topic): Direct help link.
3092
3093 * progmodes/idlwave.el (idlwave-mode):
3094 Set add-log-current-defun-function.
3095 (idlwave-current-routine-fullname): Add, to support add-log.
3096 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
3097 to reflect improvements to xml-parse-file.
3098 (idlwave-mode-menu-def): New binding for help-with-topic.
3099
3100 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
3101 Handle extra newlines and spaces.
3102 (idlwave-shell-mode-map): Add help-with-topic.
3103
3104 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
3105
3106 * tutorial.el (tutorial-warning-face): New face.
3107 (tutorial--detailed-help, tutorial--display-changes): Use it.
3108 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
3109 Improve search pattern for occurrences of changed keys.
3110
3111 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3112
3113 * term/x-win.el (x-last-cut-buffer-coding): New variable.
3114 (x-select-text): Set it.
3115 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
3116 when checking for newness.
3117
3118 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
3119
3120 * subr.el (posn-image):
3121 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
3122
3123 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
3124
3125 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3126
3127 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
3128 Exceptions to the rule "add a space between an identifier and an
3129 opening parenthesis". Defaulted to the `#define' problem of cpp.
3130 (glasses-parenthesis-exception-p): New. Check if the region is an
3131 exception regarding to that.
3132 (glasses-make-readable): Use it.
3133 (glasses-convert-to-unreadable): Ditto. Modify the file also if
3134 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
3135
3136 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
3137
3138 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
3139
3140 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
3141
3142 * progmodes/ada-mode.el (ada-make-body): Fix typo.
3143
3144 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
3145 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
3146
3147 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
3148
3149 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
3150 conditions for function or variable bindings.
3151
3152 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
3153
3154 * progmodes/compile.el (compilation-start): Ditto.
3155
3156 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
3157
3158 * net/tramp.el (top): cl and custom are always required.
3159
3160 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3161
3162 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
3163 cut-buffers with next-selection-coding-system if not nil.
3164
3165 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
3166
3167 * textmodes/org.el (org-fix-decoded-time): New function.
3168 (org-display-custom-time): Use `org-fix-decoded-time'.
3169
3170 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
3171
3172 * menu-bar.el (menu-bar-games-menu): Remove yow.
3173
3174 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
3175
3176 * textmodes/org.el (org-scan-tags): Re-align code fixed.
3177 (org-detach-overlay): Rename from `org-detatch-overlay'.
3178 (org-table-convert-region): Insert space after column separator.
3179 (org-agenda-kill): New command.
3180 (org-metaleft): Call `org-outdent-item' on bullets.
3181 (org-metaright): Call `org-indent-item' on bullets.
3182 (org-timestamp-change): Set `org-last-changed-timestamp'.
3183 (org-current-line): Make sure (bolp) returns correct result.
3184 (org-agenda-change-all-lines): Make sure TODO are highlighted.
3185
3186 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3187
3188 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
3189
3190 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
3191
3192 * mouse.el (global-map): Change 2006-08-16 fix to call
3193 mouse-yank-at-click explicitly, since mouse events are not carried
3194 over into keyboard macros.
3195
3196 2006-11-16 Kim F. Storm <storm@cua.dk>
3197
3198 * ido.el (ido-file-internal): Use current buffer's file name as default
3199 choice for ido-find-alternate-file. Suggested by Matt Hodges.
3200
3201 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
3202
3203 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
3204 (allout-inhibit-aberrance-doublecheck): Rename from
3205 allout-during-yank-processing. All callers changed.
3206 (allout-ascend): Provide for unusual case where some topic after
3207 the first in file is at lower depth than the first.
3208 (allout-shift-in): Ensure the offspring of the new containing
3209 topic are exposed.
3210 (allout-encrypt-string): Preserve the coding-system of the text,
3211 according to that of the containing buffer.
3212 (allout-toggle-subtree-encryption): When the text being encrypted
3213 requires a different coding system, offer to preserve the coding
3214 system using a file local var.
3215
3216 2006-11-15 Simon Marshall <simon@gnu.org>
3217
3218 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
3219 to recognise "T t()" as a function declaration, rather than a
3220 variable instantiation, iff at the top-level or inside a class
3221 declaration. Suggested by Feng Li <fengli@gmail.com>.
3222
3223 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
3224
3225 * progmodes/ada-xref.el (ada-parse-prj-file):
3226 Don't delete project buffer; user may want to edit it.
3227 (ada-xref-set-project-field, ada-xref-current-project-file)
3228 (ada-xref-current-project, ada-show-current-project)
3229 (ada-set-main-compile-application): New functions.
3230 (ada-xref-get-project-field, ada-require-project-file):
3231 Normalize use of ada-prj-default-project-file.
3232 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
3233 Normalize use of ada-require-project-file.
3234 (ada-prj-find-prj-file): Improve doc string, comments.
3235
3236 * progmodes/ada-mode.el (ada-mode-version): Bump version.
3237 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
3238 (ada-create-menu): Add ada-set-main-compile-application,
3239 ada-show-current-main, ada-show-current-project.
3240
3241 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3242
3243 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
3244 (inferior-python-mode): Use it.
3245
3246 2006-11-14 Andreas Schwab <schwab@suse.de>
3247
3248 * term/xterm.el (terminal-init-xterm): Add more key bindings.
3249
3250 2006-11-13 Kim F. Storm <storm@cua.dk>
3251
3252 * ido.el (ido-copy-current-word): C-o copies region if active.
3253
3254 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
3255
3256 * textmodes/org.el (org-emph-face): Fix typo in variable name.
3257
3258 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
3259
3260 * ediff.el (ediff-revision):
3261 * files.el (set-visited-file-name):
3262 * mail/rmailout.el (rmail-output-body-to-file):
3263 Use `format', not `message', in `y-or-n-p' call.
3264
3265 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
3266
3267 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
3268 (org-metaright): Call `org-indent-item' on bullets.
3269 (org-timestamp-change): Set `org-last-changed-timestamp'.
3270 (org-current-line): Make sure (bolp) returns correct result.
3271 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
3272
3273 2006-11-12 Richard Stallman <rms@gnu.org>
3274
3275 * language/european.el (turkish-case-conversion-enable)
3276 (turkish-case-conversion-disable): New functions.
3277 ("Turkish" lang env): Use them.
3278
3279 * international/characters.el (case table):
3280 Do nothing special for i and I.
3281
3282 * subr.el (remove-overlays): Fix last change.
3283
3284 * cus-edit.el (custom-save-all): Use find-file-visit-truename
3285 for visiting the custom file.
3286
3287 2006-11-12 Markus Triska <triska@gmx.at>
3288
3289 * play/handwrite.el (handwrite): Also process lines not ending
3290 with newline. Replace some position-fiddling with different
3291 logic. Improve performance.
3292
3293 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
3294
3295 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
3296 replacing deleted variable `ada-check-switch'.
3297 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
3298 (ada-xref-project-files): Improve doc string.
3299 (ada-find-executable): New function.
3300 (ada-initialize-runtime-library): Use `ada-find-executable'.
3301 (ada-xref-set-default-prj-values): In compile commands, don't need
3302 `ada-cd-command'; `compile' does that more portably.
3303 Use ada-prj-default-check-cmd.
3304 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
3305 properties if not specified in project file.
3306 (ada-goto-declaration): Display useful message for new error
3307 'error-file-not-found.
3308 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
3309 'error-file-not-found.
3310 (ada-get-all-references): Match latest ali syntax. Signal new
3311 error 'error-file-not-found.
3312 (ada-find-in-ali): Match latest ali syntax.
3313 (ada-make-filename-from-adaname): Handle different semantics of
3314 gnatkr in GNAT 3.15p vs later.
3315
3316 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
3317 ada-procedure-start-regexp.
3318 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
3319
3320 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
3321 with defvar.
3322 (ada-language-version): Rename ada05 -> ada2005.
3323 (ada-align-region-separate): Add `eval-when-compile'.
3324 (ada-name-regexp): Remove unneeded escapes in regexp character
3325 alternative.
3326 (ada-compile-goto-error-file-linenr-re): New constant.
3327 (ada-matching-start-re): Handle additional cases `declare',
3328 `procedure', `function'.
3329 (ada-compile-goto-error): Handle "... at line nn".
3330 (ada-mode): Clearer syntax, comments for ff-special-constructs.
3331 Delete support for old versions of `align'.
3332 (ada-search-prev-end-stmt): Handle additional keyword `private'.
3333 (ada-check-defun-name): Simplify handling of `declare'.
3334 (ada-goto-matching-start): Handle nested `begin ... end'.
3335 Handle `declare', `protected', `procedure', `function'.
3336 (ada-create-menu): Presence of arm95 is not conditional on using
3337 GNAT compiler.
3338
3339 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
3340
3341 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
3342 nil in the *RE-Builder* buffer (it causes spurious error messages).
3343
3344 * server.el (server-visit-files): If `minibuffer-auto-raise' has
3345 been set to t, respect it.
3346
3347 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
3348
3349 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
3350 Delete commented out code for old Emacs versions. Autoloading of
3351 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
3352 (ada-mode-version): Bump version number.
3353 (ada-95-string-keywords, ada-2005-string-keywords)
3354 (ada-2005-keywords, ada-name-regexp): New constant.
3355 (ada-language-version, ada-procedure-start-regexp, ada-mode)
3356 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
3357 (ada-package-start-regexp): Support private packages, include package
3358 name (for ada-set-point-accordingly).
3359 (ada-next-procedure, ada-previous-procedure)
3360 (ada-which-function-are-we-in): Match changes to
3361 ada-procedure-start-regexp.
3362 (ada-make-body): Make non-interactive; not a user function.
3363 (ada-make-subprogram-body): Improve doc string.
3364
3365 2006-11-11 Romain Francoise <romain@orebokech.com>
3366
3367 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
3368 `compilation-error-regexp-alist' buffer-local, since we changed
3369 `compilation-error-regexp-alist-alist' locally.
3370
3371 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
3372
3373 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
3374 to the value of `server-raise-frame'.
3375
3376 2006-11-11 Glenn Morris <rgm@gnu.org>
3377
3378 * ido.el (ido-enable-prefix)
3379 * ses.el (ses-call-printer-return)
3380 * net/tramp.el (tramp-unified-filenames)
3381 * progmodes/cc-align.el (c-lineup-string-cont)
3382 * progmodes/compile.el (compilation-directory-matcher)
3383 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
3384 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
3385 (vhdl-clock-rising-edge)
3386 * textmodes/org.el (org-export-with-timestamps)
3387 (org-export-remove-timestamps-from-toc)
3388 (org-export-with-tags): Improve previous doc fixes.
3389
3390 2006-11-11 Richard Stallman <rms@gnu.org>
3391
3392 * textmodes/flyspell.el (flyspell-mode-map):
3393 Bind C-c $ instead of M-RET.
3394
3395 2006-11-10 Simon Marshall <simon@gnu.org>
3396
3397 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
3398 fontification for "case" and "default" keywords.
3399
3400 2006-11-10 Andreas Schwab <schwab@suse.de>
3401
3402 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
3403 Avoid starting sentence with "nil".
3404
3405 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
3406
3407 * server.el (server-raise-frame): New option.
3408 (server-switch-buffer): Use it.
3409
3410 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
3411
3412 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
3413 with a capital.
3414
3415 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
3416
3417 * textmodes/org.el (org-show-hierarchy-above)
3418 (org-show-following-heading): Fix typo in default value.
3419 (org-scan-tags): Make the search case-sensitive.
3420 (org-tags-sparse-tree): Don't overrule
3421 `org-show-following-heading' and `org-show-hierarchy-above'.
3422 (org-reveal): New command.
3423 (org-show-context): Rename from `org-show-hierarchy-above'.
3424 (org-fast-tag-selection-single-key): New option.
3425 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
3426 (org-tags-overlay): New variable.
3427 (org-agenda-todo-ignore-deadlines): New option.
3428 ("session"): Add circular data structure `org-mark-ring' to
3429 exceptions list in session.el.
3430 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
3431 New options.
3432 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
3433 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
3434 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
3435 (org-finalize-agenda): Activate bracket links in agenda.
3436 (org-at-timestamp-p, org-at-date-range-p): Additional argument
3437 INACTIVE-OK.
3438 (org-show-hierarchy-above, org-show-following-heading):
3439 List values allowed for fine-tuned configuration.
3440 (org-show-hierarchy-above): New argument CONTEXT, use the
3441 fine-tuned settings in `org-show-hierarchy-above' and
3442 `org-show-following-heading'.
3443 (org-display-custom-time): New function.
3444 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
3445 (org-display-custom-times, org-time-stamp-custom-formats):
3446 (org-maybe-intangible): New macro.
3447 (org-activate-bracket-links, org-hide-wide-columns):
3448 Use `org-maybe-intangible'.
3449 (org-open-file): Use `shell-quote-argument'.
3450 (org-display-internal-link-with-indirect-buffer): New option.
3451 (org-file-remote-p): Get regexp from list.
3452 (org-link-expand-abbrev): New function.
3453 (org-link-abbrev-alist): New option.
3454 (org-open-at-point, org-cleaned-string-for-export):
3455 Call `org-link-expand-abbrev'.
3456 (org-timeline, org-agenda-list, org-todo-list)
3457 (org-tags-view): Remove the KEEP-MODES argument.
3458 (org-finalize-agenda-hook): New hook.
3459 (org-get-alist-option): New function.
3460 (org-follow-timestamp-link): New function.
3461 (org-open-at-point): Call `org-follow-timestamp-link'.
3462 (org-log-note-marker, org-log-note-purpose)
3463 (org-log-note-window-configuration): New variables.
3464 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
3465 (org-log-note-headings): New option.
3466 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
3467 (org-store-link): Support for dired-mode.
3468 (org-open-file): Substitute environment variables into filename.
3469 (org-last): New defsubst.
3470 (org-agenda-re-align-tags): New function.
3471 (org-agenda-align-tags-to-column): New option.
3472 (org-agenda-timeline): Group removed.
3473 (org-prepare-agenda, org-prepare-agenda-buffers)
3474 (org-run-agenda-series, org-timeline, org-agenda-list)
3475 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
3476 the text property inticating the agenda type.
3477 (org-agenda-post-command-hook): Get agenda type from text property
3478 at point.
3479 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
3480 and obey `org-agenda-overriding-arguments'.
3481 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
3482 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
3483 (org-agenda-week-view, org-agenda-day-view):
3484 Use `org-agenda-overriding-arguments' to make updating work with
3485 multi-block agendas.
3486 (org-agenda-prefix-format): Allow different formats for the
3487 different agenda entry types.
3488 (org-timeline-prefix-format): Option removed, use
3489 `org-agenda-prefix-format' instead.
3490 (org-prepare-agenda): New function.
3491 (org-select-timeline-window): Option removed, use
3492 `org-select-agenda-window' instead.
3493 (org-respect-restriction): Variable removed.
3494 (org-cmp-tag): New function.
3495 (org-agenda-sorting-strategy, org-entries-lessp):
3496 Implement sorting by last tag.
3497 (org-complete): Better completion in in-buffer option lines.
3498 (org-in-item-p): New function.
3499 (org-org-menu): Add entries for checkboxes.
3500 (org-cycle): Extra brouping in outline-regexp, because it is used
3501 in a search with "^" prepended.
3502 (org-provide-checkbox-statistics): New option.
3503 (org-set-font-lock-defaults): Highlight checkbox statistics.
3504 (org-update-checkbox-count-maybe)
3505 (org-get-checkbox-statistics-face): New functions.
3506 (org-update-checkbox-count): New command.
3507 (org-insert-item, org-toggle-checkbox):
3508 Call `org-update-checkbox-count-maybe'.
3509 (org-export-as-html): XEmacs compatibility for coding system.
3510 (org-force-cycle-archived): New command.
3511 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
3512 overrules cycling.
3513 (org-fix-position-after-promote): If the line contains only a todo
3514 keyword, add a final space.
3515 (org-promote-subtree, org-demote-subtree):
3516 Call `org-fix-position-after-promote'.
3517
3518 2006-11-10 Glenn Morris <rgm@gnu.org>
3519
3520 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
3521 date in every year.
3522 (calendar-dst-check-each-year-flag): New customizable variable.
3523 (calendar-dst-find-data): New function, extracted from
3524 calendar-current-time-zone.
3525 (calendar-current-time-zone): Use calendar-dst-find-data.
3526 (calendar-dst-transition-cache): New variable.
3527 (calendar-dst-find-startend, calendar-dst-starts)
3528 (calendar-dst-ends): New functions.
3529 (calendar-daylight-savings-starts)
3530 (calendar-daylight-savings-ends): Change value to use
3531 calendar-dst-starts, calendar-dst-ends; respectively.
3532
3533 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
3534
3535 * ido.el (ido-enable-prefix)
3536 * ses.el (ses-call-printer-return)
3537 * net/tramp.el (tramp-unified-filenames)
3538 * progmodes/cc-align.el (c-lineup-string-cont)
3539 * progmodes/compile.el (compilation-directory-matcher)
3540 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
3541 * progmodes/gdb-ui.el (gdb-many-windows)
3542 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
3543 (vhdl-clock-rising-edge)
3544 * textmodes/org.el (org-export-with-timestamps)
3545 (org-export-remove-timestamps-from-toc, org-export-with-tags)
3546 (org-read-date): Doc fix (Nil -> nil).
3547
3548 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3549
3550 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
3551 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
3552
3553 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
3554
3555 * bs.el (bs--window-for-buffer): Remove.
3556 (bs--show-with-configuration): Use `get-window-with-predicate'
3557 instead of `bs--window-for-buffer'.
3558
3559 2006-11-10 Kenichi Handa <handa@m17n.org>
3560
3561 * files.el (revert-buffer): Fix previous change.
3562
3563 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
3564
3565 * bs.el (bs--redisplay): Fix typo in docstring.
3566 (bs--window-config-coming-from): Make frame-local.
3567 (bs--restore-window-config): New function.
3568 (bs-kill, bs-select, bs-select-other-window)
3569 (bs-select-other-frame): Use it.
3570 (bs--window-for-buffer): Return as soon as a matching buffer is found.
3571 (bs--show-with-configuration): Save the window configuration as a
3572 frame local var, and only if *buffer-selection* is not already
3573 visible on this frame.
3574
3575 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
3576
3577 * vc-svn.el (vc-svn-admin-directory): New var.
3578 (vc-svn-registered, vc-svn-responsible-p)
3579 (vc-svn-repository-hostname): Use it.
3580 Suggested by arit93@yahoo.com.
3581
3582 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
3583
3584 * ldefs-boot.el: Regenerate.
3585
3586 2006-11-08 Alan Mackenzie <acm@muc.de>
3587
3588 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
3589 case (eq open-paren-in-column-0-is-defun-start nil) by searching
3590 for least nested open-paren.
3591
3592 2006-11-08 Romain Francoise <romain@orebokech.com>
3593
3594 * subr.el (remove-overlays): Fix typo in last change.
3595
3596 2006-11-08 Richard Stallman <rms@gnu.org>
3597
3598 * subr.el (remove-overlays): Call overlay-recenter.
3599
3600 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3601
3602 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
3603 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
3604 behaviour.
3605 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
3606 directly.
3607
3608 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
3609
3610 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
3611 (ido-max-dir-file-cache, ido-decorations)
3612 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
3613 (ido-magic-backward-char, ido-enter-dired)
3614 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
3615 (ido-list-directory, ido-first-match, ido-only-match)
3616 (ido-subdir, ido-indicator): Fix typos in docstrings.
3617 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
3618 (ido-read-internal): Fix typo in error message.
3619
3620 2006-11-08 Kenichi Handa <handa@m17n.org>
3621
3622 * international/mule-cmds.el (set-default-coding-systems):
3623 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
3624
3625 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
3626
3627 * makefile.w32-in (setwins): Remove.
3628 (WINS_ALMOST): New macro.
3629 (WINS): Use it.
3630 (autoloads): Don't extract autoloads from files in obsolete/.
3631
3632 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
3633
3634 * whitespace.el (whitespace-buffer): Call remove-overlays after
3635 overlay-recenter for performance. Suggested by Martin Rudalics.
3636
3637 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
3638
3639 * net/tramp.el (tramp-default-method): scp is the default method.
3640
3641 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
3642
3643 * server.el (server-start): Save also the Emacs pid in the server file.
3644
3645 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
3646
3647 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
3648 point when displaying a bibtex cross reference in the echo area.
3649
3650 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
3651
3652 * international/mule.el (make-char): Fix typo in docstring.
3653 (load-with-code-conversion, charsetp): Doc fixes.
3654
3655 * international/ja-dic-cnv.el (skkdic-convert):
3656 * cus-edit.el (hook): Fix typo in docstring.
3657
3658 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
3659
3660 * cus-edit.el (custom-mode-map): Move defvar above code using it.
3661 (custom-mode-link-map): New variable.
3662 (custom-group-link, custom-manual): Use follow-link.
3663
3664 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3665
3666 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
3667 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
3668
3669 2006-11-06 Richard Stallman <rms@gnu.org>
3670
3671 * textmodes/flyspell.el (flyspell-correct-word-before-point):
3672 New function broken out of flyspell-correct-word.
3673 (flyspell-mode-map): Bind it to M-RET.
3674 (flyspell-correct-word): Call it.
3675
3676 * textmodes/fill.el (fill-minibuffer-function): New function.
3677 (fill-paragraph): Bind fill-paragraph-function to
3678 fill-minibuffer-function.
3679
3680 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
3681 so that they aren't undefined.
3682
3683 * dired.el (dired-readin): Locally bind file-name-coding-system.
3684
3685 * bindings.el: Shorten and clarify usual mode line mouse help string.
3686
3687 * Makefile.in (autoloads): Don't include `obsolete'.
3688
3689 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
3690
3691 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
3692 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
3693 Printing menu if it's not initialized.
3694 (pr-menu-bind): Act on menu-bar-file-menu directly.
3695
3696 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
3697
3698 * help.el (view-emacs-news): Fix typo in error message.
3699
3700 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
3701
3702 * shadowfile.el (shadow-define-regexp-group)
3703 (shadow-literal-groups, shadow-insert-var): Doc fixes.
3704 (shadow-read-files): Fix typo in message.
3705 (shadow-inhibit-overload, shadow-find, shadow-suffix)
3706 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
3707 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
3708 (shadow-file-match): Fix typos in docstrings.
3709
3710 * terminal.el (terminal-emulator): Fix typo in message.
3711
3712 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
3713
3714 * emacs-lisp/lselect.el (x-kill-primary-selection)
3715 (x-delete-primary-selection, x-copy-primary-selection):
3716 Fix typos in error messages.
3717
3718 * emulation/edt-mapper.el: Fix typo in interactive message.
3719
3720 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
3721
3722 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
3723 (ispell-help): Fix typos in docstrings.
3724 (ispell-help): Fix typo in output message.
3725
3726 * allout.el (allout-adjust-file-variable)
3727 (allout-passphrase-verifier-string)
3728 (allout-passphrase-hint-string)
3729 (allout-toggle-current-subtree-encryption):
3730 * apropos.el (apropos-synonyms):
3731 * cus-edit.el (hook):
3732 * emacs-lock.el (emacs-lock-from-exiting):
3733 * follow.el (follow-avoid-tail-recenter-p):
3734 * hexl.el (hexl-mode):
3735 * mouse-copy.el (mouse-copy-work-around-drag-bug):
3736 * mouse.el (mouse-set-font):
3737 * resume.el (resume-emacs-args-file):
3738 * rfn-eshadow.el (file-name-shadow-tty-properties):
3739 * t-mouse.el (t-mouse-process, t-mouse-mode):
3740 * emacs-lisp/cust-print.el (custom-print-install)
3741 (custom-print-uninstall, custom-format):
3742 * emacs-lisp/shadow.el (list-load-path-shadows):
3743 * emulation/tpu-edt.el (tpu-help-text)
3744 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
3745 (tpu-reset-control-keys):
3746 * emulation/vip.el (vip-emacs-local-map)
3747 (vip-change-mode-to-emacs):
3748 * emulation/viper.el (viper-mode, viper-set-hooks)
3749 (viper-major-mode-modifier-list):
3750 * emulation/viper-init.el (viper-emacs-state-cursor-color):
3751 * emulation/viper-keym.el (viper-emacs-kbd-map)
3752 (viper-toggle-key):
3753 * mail/feedmail.el (feedmail-queue-reminder)
3754 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
3755 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
3756 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
3757 (feedmail-sender-line, feedmail-force-binary-write)
3758 (feedmail-from-line, feedmail-deduce-envelope-from)
3759 (feedmail-x-mailer-line, feedmail-message-id-generator)
3760 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
3761 (feedmail-enable-spray, feedmail-spray-this-address)
3762 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
3763 (feedmail-queue-runner-confirm-global)
3764 (feedmail-ask-before-queue-prompt)
3765 (feedmail-ask-before-queue-reprompt)
3766 (feedmail-prompt-before-queue-standard-alist)
3767 (feedmail-prompt-before-queue-user-alist)
3768 (feedmail-prompt-before-queue-help-supplement)
3769 (feedmail-queue-use-send-time-for-message-id)
3770 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
3771 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
3772 (feedmail-mail-send-hook-queued)
3773 (feedmail-confirm-addresses-hook-example)
3774 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
3775 (feedmail-queue-runner-mode-setter)
3776 (feedmail-queue-alternative-mail-header-separator)
3777 (feedmail-queue-runner-message-sender)
3778 (feedmail-buffer-eating-function, feedmail-binmail-template)
3779 (feedmail-run-the-queue-no-prompts)
3780 (feedmail-run-the-queue-global-prompt)
3781 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
3782 (feedmail-envelope-deducer, feedmail-fiddle-date)
3783 (feedmail-default-message-id-generator)
3784 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
3785 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
3786 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
3787 (vms-pmail-setup):
3788 * play/dunnet.el (dun-help):
3789 * play/handwrite.el (handwrite):
3790 * play/hanoi.el (hanoi-unix-64):
3791 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
3792 * textmodes/enriched.el (fixed):
3793 * textmodes/org.el (org-file-apps)
3794 (org-emphasis-regexp-components, org-emphasis-alist):
3795 * textmodes/texinfmt.el (batch-texinfo-format):
3796 Fix typos in docstrings.
3797
3798 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
3799
3800 * loadhist.el (read-feature): Don't complete features not loaded
3801 from a file (which make `unload-feature' to fail).
3802
3803 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
3804
3805 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
3806
3807 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
3808
3809 * startup.el (command-line-1): Kill emacs if the last frame is
3810 deleted while evaluating the command-line arguments.
3811
3812 2006-11-05 Richard Stallman <rms@gnu.org>
3813
3814 * startup.el (init-file-had-error): Add doc string.
3815 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
3816 Use fixed-width font for keyboard key descriptions.
3817
3818 * cus-edit.el (custom-save-all): Error if saving in .emacs
3819 and it had an error when loaded.
3820
3821 * dired-aux.el (dired-copy-file-recursive): Catch errors
3822 from recursive copies in the loop, around the recursive call.
3823
3824 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3825
3826 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
3827 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
3828 `/proc/acpi/thermal_zone/*'.
3829 (battery-search-for-one-match-in-files): New. Search a regexp in
3830 the content of some files.
3831
3832 2006-11-05 Martin Rudalics <rudalics@gmx.at>
3833
3834 * window.el (mouse-autoselect-window-now): Remove variable.
3835 (mouse-autoselect-window-state): New variable.
3836 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
3837 (mouse-autoselect-window-select, handle-select-window):
3838 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
3839 Suspend delayed autoselection during menu or popup dialog.
3840
3841 * info-look.el (info-lookup-guess-custom-symbol): New function
3842 for retrieving symbol at point in custom buffers.
3843 (top level) <info-lookup-maybe-add-help>: Add backquote and
3844 comma to ignored characters in regexps of help specifications
3845 for emacs-lisp-mode and lisp-interaction-mode. This permits
3846 looking up symbols in `...' and after a comma. Add help
3847 specifications for custom-mode and help-mode.
3848
3849 2006-11-04 Eli Zaretskii <eliz@gnu.org>
3850
3851 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
3852 Don't encode body if RAW is non-nil, or if the old encoding is
3853 identical to the new encoding, or if the body contains only
3854 eight-bit-* characters.
3855
3856 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
3857
3858 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
3859 (faces-sample-overlay): Remove variable.
3860 (describe-face): Insert sample text in the face being described.
3861
3862 2006-11-04 Martin Rudalics <rudalics@gmx.at>
3863
3864 * whitespace.el (whitespace-indent-regexp): Make this match any
3865 multiples of eight spaces near the beginning of a line.
3866 (whitespace-buffer): Use `remove-overlays' instead of
3867 `whitespace-unhighlight-the-space' and `overlay-recenter' to
3868 speed up overlay handling.
3869 (whitespace-buffer-leading, whitespace-buffer-trailing):
3870 Make these functions highlight the text removed by
3871 `whitespace-buffer-leading-cleanup' and
3872 `whitespace-buffer-trailing-cleanup' respectively.
3873 (whitespace-buffer-search): Use `with-local-quit'.
3874 Move `format' out of loop to speed up scanning larger buffers.
3875 (whitespace-unhighlight-the-space): Remove `remove-hook' since
3876 that function is never added to a hook.
3877 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
3878 (whitespace-buffer-leading-cleanup)
3879 (whitespace-refresh-rescan-list): Fix docstrings.
3880
3881 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
3882
3883 * allout.el (allout-during-yank-processing): Cue for inhibiting
3884 aberrance processing during yanks.
3885 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
3886 the amount of yanked topics that can be aberrant.
3887 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
3888 a function, and supplement with inihibition of doublechecking
3889 during yanks.
3890 (allout-beginning-of-line, allout-next-heading)
3891 (allout-previous-heading, allout-goto-prefix-doublechecked)
3892 (allout-back-to-current-heading, allout-next-visible-heading)
3893 (allout-next-sibling): Use new allout-do-doublecheck function.
3894 (allout-next-sibling): Ensure we made progress when returning
3895 other than nil.
3896 (allout-rebullet-heading): Preserve text property annotations
3897 indicating the text was hidden, if it was.
3898 (allout-kill-line): Remove any added was-hidden annotations.
3899 (allout-kill-topic): Remove any added was-hidden annotations.
3900 (allout-annotate-hidden): Inhibit adding was-hidden text
3901 properties to the undo list.
3902 (allout-deannotate-hidden): New function to remove was-hidden
3903 annotation.
3904 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
3905 (allout-remove-exposure-annotation): Replace by
3906 allout-deannotate-hidden.
3907 (allout-yank-processing): Signal that yank processing is happening
3908 with allout-during-yank-processing. Also, wrap
3909 allout-unprotected's closer to the text changes, for easier
3910 debugging. We need to inhibit-field-text-motion explicitly, in
3911 lieu of the encompassing allout-unprotected.
3912 (outlineify-sticky): Adjust criteria for triggering new outline
3913 decorations to presence or absence of any topics, not just a topic
3914 at the beginning of the buffer.
3915
3916 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
3917
3918 * bs.el (bs--show-all, bs--redisplay):
3919 * cus-edit.el (custom-unlispify-menu-entries)
3920 (custom-unlispify-tag-names, custom-prompt-variable):
3921 * expand.el (expand-pos):
3922 * speedbar.el (speedbar-generic-list-tag-p):
3923 * wid-edit.el (widget-image-enable):
3924 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
3925 * emacs-lisp/find-func.el (find-function-noselect)
3926 (find-function, find-variable-noselect, find-variable)
3927 (find-definition-noselect, find-face-definition):
3928 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
3929 * net/eudc-vars.el (eudc-expansion-overwrites-query):
3930 * progmodes/ada-xref.el (ada-find-in-ali):
3931 * textmodes/flyspell.el (flyspell-check-tex-math-command):
3932 * textmodes/org.el (org-copy-subtree):
3933 * textmodes/table.el (table--row-column-insertion-point-p):
3934 Use "non-nil" in docstrings.
3935
3936 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
3937
3938 * sort.el (sort-columns): Set the field separator to tab; on
3939 NetBSD, sort complains if "\n" is used as field separator.
3940
3941 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
3942
3943 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
3944
3945 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
3946
3947 * server.el (server-auth-key): Remove. Replace by a process-property.
3948 (server-start): Don't remove the file of the previous process, but
3949 instead clear out the place for the new file.
3950 (server-start): Set the :auth-key property.
3951 (server-process-filter): Use the :auth-key property.
3952
3953 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
3954
3955 * textmodes/org.el (org-mode-map): No longer copy
3956 `outline-mode-map' explicitly - this is already done by
3957 `define-derived-mode'.
3958
3959 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
3960
3961 * server.el (server-visit-files): Use `when'.
3962 (server-process-filter): When authentication fails, send error
3963 message to client. Wrap `process-send-region' in `ignore-errors'
3964 instead of `condition-case', and remove misleading comment.
3965
3966 2006-11-01 Juri Linkov <juri@jurta.org>
3967
3968 * simple.el (yank): Doc fix.
3969
3970 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
3971
3972 * server.el: Try and fit within 80 columns.
3973 (server-start): Make the auth file unreadable by other users.
3974
3975 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3976
3977 * battery.el (battery-linux-proc-acpi): Prevent range error when
3978 `full-capacity' is 0.
3979
3980 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
3981
3982 * faces.el (faces-sample-overlay): New defvar.
3983 (faces-sample-overlay): New function to show face sample text.
3984 (describe-face): Use it.
3985
3986 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
3987
3988 * progmodes/ada-stmt.el: Change maintainer, apply
3989 whitespace-cleanup, checkdoc.
3990 (ada-func-or-proc-name): Add doc string.
3991
3992 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
3993 whitespace-cleanup, checkdoc. Minor improvements to many doc
3994 strings and comments.
3995 (ada-prj-display-page): Change buffer name to more accurately
3996 reflect function.
3997
3998 * progmodes/ada-xref.el: Change maintainer, apply
3999 whitespace-cleanup, checkdoc. Minor improvements to many doc
4000 strings and comments. Don't look for `gvd' or `ddd' debuggers.
4001 (ada-compile-current): Don't add newlines to commands.
4002
4003 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
4004
4005 * server.el: Add support for TCP sockets.
4006 (server-use-tcp, server-host, server-auth-dir): New options.
4007 (server-auth-key): New variable.
4008 (server-ensure-safe-dir): Create nonexistent parent dirs.
4009 Ignore Unix-style file modes on Windows.
4010 (server-start): Crete a TCP or Unix socket according to the value
4011 of `server-use-tcp'. For TCP sockets, create the id/auth file in
4012 `server-auth-dir' directory.
4013 (server-process-filter): Delete process if authentication
4014 fails (which never happens for Unix sockets).
4015
4016 2006-10-30 David Kastrup <dak@gnu.org>
4017
4018 * subr.el (add-to-list): Don't continue checking if a match has
4019 been found.
4020
4021 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
4022
4023 * tutorial.el: Move defvars to avoid bytecomp warnings.
4024 (tutorial--find-changed-keys): Check if viper-current-state is
4025 bound before using it.
4026 (help-with-tutorial): Check if viper-tutorial is defined before
4027 using it.
4028
4029 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
4030
4031 * help-fns.el (help-with-tutorial): Move to tutorial.el.
4032
4033 * tutorial.el: New file.
4034 (help-with-tutorial): Move here from help-fns.el. Added help for
4035 rebound keys. Fixed resume of tutorial.
4036 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
4037 (tutorial--find-changed-keys, tutorial--display-changes)
4038 (tutorial--saved-dir, tutorial--saved-file)
4039 (tutorial--save-tutorial): New functions to support the changes in
4040 help-with-tutorial.
4041
4042 2006-10-30 Kenichi Handa <handa@m17n.org>
4043
4044 * files.el (revert-buffer): If a unibyte buffer is being reverted
4045 with a coding system for multibyte, set buffer multibyte before
4046 calling insert-file-contents.
4047
4048 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4049
4050 * server.el (server-select-display): Use a dummy buffer to detect when
4051 the frame is later used.
4052 (server-select-display): New function.
4053 (server-process-filter): Use it to detect unused temp frames.
4054
4055 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
4056
4057 * progmodes/ada-mode.el: Change maintainer, apply
4058 whitespace-clean, checkdoc. Minor improvements to many doc strings.
4059 (ada-mode-version): New function.
4060 (ada-create-menu): Menu operations are available for all supported
4061 compilers.
4062
4063 2006-10-29 Lars Hansen <larsh@soem.dk>
4064
4065 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
4066 Highlight as keyword.
4067 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
4068 Don't call tramp-method-out-of-band-p for local files.
4069 (tramp-touch): Quote file name.
4070
4071 2006-10-28 Glenn Morris <rgm@gnu.org>
4072
4073 * calendar/calendar.el (cal-html-cursor-month)
4074 (cal-html-cursor-year): Add autoloads for this new package.
4075 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
4076
4077 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
4078
4079 * calendar/cal-html.el: New file.
4080
4081 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
4082
4083 * emacs-lisp/authors.el (authors-aliases): Update.
4084
4085 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
4086
4087 * version.el (emacs-version): Bump version number to 22.0.90.
4088
4089 2006-10-26 John W. Eaton <jwe@octave.org>
4090
4091 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
4092 New defvar.
4093 (inferior-octave-resync-dirs): Check to see whether Octave has
4094 built-in variables and set inferior-octave-has-built-in-variables.
4095 Check inferior-octave-has-built-in-variables to decide whether to
4096 send commands that set built-in variables or call functions to
4097 change Octave's behavior.
4098 Send "disp (pwd ())" to Octave instead of just "pwd".
4099 (inferior-octave-startup): Send "more off" to Octave instead of
4100 "page_screen_output = 0".
4101
4102 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
4103
4104 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
4105 pattern normally.
4106
4107 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
4108
4109 * bindings.el (mode-line-mode-menu): Remove bindings for global
4110 minor modes (line/column number) as they are on the menubar.
4111
4112 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
4113
4114 * term/w32-win.el (x-handle-name-switch): Doc fix.
4115 (w32-standard-fontset-spec): Fix typo in docstring.
4116
4117 * midnight.el (midnight-buffer-display-time): Doc fix.
4118 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
4119
4120 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
4121
4122 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
4123
4124 * viper-ex.el (ex-read): Quote file argument.
4125
4126 * ediff-diff.el (ediff-same-file-contents): Expand file names.
4127
4128 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
4129
4130 2006-10-22 Martin Rudalics <rudalics@gmx.at>
4131
4132 * textmodes/flyspell.el (flyspell-check-region-doublons):
4133 Fix last fix.
4134
4135 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
4136
4137 * bindings.el (mode-line-mode-menu): List global minor modes
4138 before local ones.
4139
4140 2006-10-23 Kim F. Storm <storm@cua.dk>
4141
4142 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
4143 (sit-for): If last command was a prefix arg, add the read-ahead
4144 event to unread-command-events as (t . EVENT) so it will be added
4145 to this-command-keys by read-key-sequence.
4146
4147 2006-10-22 Martin Rudalics <rudalics@gmx.at>
4148
4149 * textmodes/flyspell.el (flyspell-word): Skip past all previous
4150 whitespace when checking doublons.
4151 (flyspell-check-region-doublons): Fix doublon regexp.
4152 (flyspell-highlight-incorrect-region): Highlight doublons using
4153 flyspell-duplicate face.
4154
4155 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
4156
4157 2006-10-22 John Wiegley <johnw@newartisans.com>
4158
4159 * progmodes/python.el (python-use-skeletons): python-mode was
4160 auto-inserting templates (for those with abbrev-mode on), not only
4161 by default -- *but without a configuration variable to disable
4162 it*. This rendered python-mode completely useless for me, so I
4163 have added `python-use-skeletons', which is now off by default.
4164
4165 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
4166
4167 * progmodes/cperl-mode.el (cperl-mode): Don't assume
4168 font-lock-multiline is auto-local (it's not).
4169 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
4170 initialized before calling cperl-init-faces.
4171
4172 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
4173
4174 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
4175 gdb-stack-position a value when there is no fringe.
4176
4177 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
4178 indicator if not visiting a file.
4179
4180 2006-10-20 David Kastrup <dak@gnu.org>
4181
4182 * window.el (kill-buffer-and-window): Fix a bug where an aborted
4183 operation would still cause some window to collapse later.
4184
4185 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
4186
4187 * vc.el (vc-switch-backend): Try to be more careful with unwanted
4188 side-effect due to mixing various backends's file properties.
4189
4190 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
4191 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
4192 Return `filename's status if applicable. Update callers.
4193
4194 2006-10-19 Kenichi Handa <handa@m17n.org>
4195
4196 * international/kkc.el (kkc-region): When a key sequence is not
4197 defined, append (this-single-command-raw-keys) to
4198 unread-input-method-events.
4199
4200 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
4201
4202 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
4203
4204 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4205
4206 * version.el (emacs-version): Use mac-carbon-version-string.
4207
4208 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
4209
4210 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4211
4212 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
4213 Kenichi Handa).
4214 (xselect-convert-to-string): Decline requests for UTF8_STRING if
4215 the selection is not UTF-8.
4216
4217 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
4218
4219 * progmodes/ada-mode.el (ada-83-string-keywords)
4220 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
4221 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
4222 (ada-looking-at-semi-private, ada-get-body-name):
4223 Fix typos in docstrings.
4224 (ada-create-case-exception, ada-create-case-exception-substring):
4225 Fix typos in error messages.
4226 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
4227
4228 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4229
4230 * term/x-win.el (res-geometry): Don't set geometry from Xresources
4231 to default-frame-alist if default-frame-alist already contains
4232 width/height.
4233
4234 2006-10-18 Richard Stallman <rms@gnu.org>
4235
4236 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
4237 Non-interactive arg is the value, not the expression.
4238
4239 * simple.el (read-expression-map): Just set it, no defvar.
4240
4241 * subr.el (insert-for-yank-1): If last inserted char has
4242 properties, mark them as rear-nonsticky.
4243
4244 * recentf.el (recentf-mode): Doc fix.
4245
4246 * facemenu.el (facemenu-add-new-face): Defend against symbol
4247 that isn't a face name.
4248
4249 * dired-aux.el (dired-do-copy): Doc fix.
4250
4251 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
4252
4253 * simple.el (line-move-1): Ignore fields when moving to the
4254 beginning of line to avoid getting point stuck.
4255
4256 2006-10-18 Martin Rudalics <rudalics@gmx.at>
4257
4258 * textmodes/flyspell.el (flyspell-word-search-backward):
4259 Set inhibit-point-motion-hooks to avoid looping due to intangibile
4260 text.
4261
4262 2006-10-16 Richard Stallman <rms@gnu.org>
4263
4264 * help-fns.el (describe-function-1): Special case optimization
4265 for self-insert-command.
4266
4267 2006-10-16 Kim F. Storm <storm@cua.dk>
4268
4269 * ido.el (ido-reread-directory): Work in `dir' mode too.
4270
4271 2006-10-15 Martin Rudalics <rudalics@gmx.at>
4272
4273 * textmodes/table.el: Require 'regexp-opt.
4274
4275 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
4276
4277 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
4278 Use shell-quote-argument.
4279
4280 * shell.el (explicit-bash-args): Likewise.
4281
4282 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
4283 Use grep -E rather than egrep.
4284
4285 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4286
4287 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
4288
4289 2006-10-15 Kim F. Storm <storm@cua.dk>
4290
4291 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
4292
4293 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
4294
4295 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
4296 to protect whitespace and metacharacters from the shell.
4297
4298 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
4299
4300 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
4301
4302 2006-10-13 Eli Zaretskii <eliz@gnu.org>
4303
4304 * subr.el (start-process-shell-command): Doc fix.
4305
4306 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
4307
4308 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
4309 the regexp for Maxima symbols.
4310
4311 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
4312
4313 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
4314 (vc-find-root): Don't walk higher up than ~.
4315
4316 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
4317
4318 * international/utf-8.el (utf-translate-cjk-load-tables):
4319 Avoid clobbering last-coding-system-used during load.
4320
4321 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
4322
4323 * textmodes/reftex-global.el (reftex-create-tags-file):
4324 Quote file arguments.
4325
4326 2006-10-12 Richard Stallman <rms@gnu.org>
4327
4328 * files.el (file-name-history): Add defvar.
4329 (save-some-buffers-action-alist): Improve description strings.
4330
4331 2006-10-12 Andreas Schwab <schwab@suse.de>
4332
4333 * files.el (auto-mode-alist): Match change log file name also with
4334 a dash before a numeric extension.
4335
4336 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
4337
4338 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
4339 After 5.0:
4340 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
4341
4342 After 5.1: Major edit. Summary of most visible changes:
4343
4344 - Multiple <<HERE per line allowed.
4345 - Handles multiline subroutine declaration headers (with comments).
4346 (The exception is `cperl-etags' - but it is not used in the rest
4347 of the mode.)
4348 - Fontifies multiline my/our declarations (even with comments,
4349 and with legacy `font-lock').
4350 - Major speedup of syntaxification, both immediate and postponed
4351 (3.5x to 15x [for different CPUs and versions of Emacs] on the
4352 huge real-life document I tested).
4353 - New bindings, edits to imenu.
4354 - "_" is made into word-char during fontification/syntaxification;
4355 some attempts to recognize non-word "_" during other operations too.
4356 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
4357 - autoload some more perldoc-related stuff
4358 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
4359 - Attempt to incorporate XEmacs edits which reached me.
4360
4361 Fine-grained changelog:
4362 (cperl-hook-after-change): New configuration variable.
4363 (cperl-vc-sccs-header): Likewise.
4364 (cperl-vc-sccs-header): Likewise.
4365 (cperl-vc-header-alist): Default via two preceding variables.
4366 (cperl-invalid-face): Remove double quoting under XEmacs
4367 (still needed under 21.2).
4368 (cperl-tips): Update URLs for resources.
4369 (cperl-problems): Likewise.
4370 (cperl-praise): Mention new features.
4371 New C-c key bindings: for `cperl-find-bad-style',
4372 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
4373 `cperl-perdoc', and `cperl-perldoc-at-point'.
4374 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
4375 moved, new submenu of Tools with Ispell entries and narrowing.
4376 (cperl-after-sub-regexp): New defsubst.
4377 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
4378 Allows heads up to head4.
4379 Allow "package;".
4380 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
4381 (paren-backwards-message): ??? Something for XEmacs???
4382 (cperl-mode): Never auto-switch abbrev-mode off.
4383 Try to allow '_' be non-word char.
4384 Do not use `font-lock-unfontify-region-function' on XEmacs.
4385 Reset syntax cache on mode start.
4386 Support multiline facification (even on legacy `font-lock').
4387 (cperl-facemenu-add-face-function): ??? Some contributed code ???
4388 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
4389 refuse to inform us whether the fontification is due to lazy
4390 calling or due to edit to a buffer, install our own hook
4391 (controlled by `cperl-hook-after-change').
4392 (cperl-electric-pod): =cut may have been recognized as start.
4393 (cperl-block-p): Move, updatedfor attributes.
4394 (cperl-calculate-indent): Try to allow '_' be non-word char
4395 Support subs with attributes.
4396 (cperl-where-am-i): Queit (?) a warning.
4397 (cperl-cached-syntax-table) New function.
4398 (cperl-forward-re): Use `cperl-cached-syntax-table'.
4399 (cperl-unwind-to-safe): Recognize `syntax-type' property
4400 changing in a middle of line.
4401 (cperl-find-sub-attrs): New function.
4402 (cperl-find-pods-heres): Allow many <<EOP per line.
4403 Allow subs with attributes.
4404 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
4405 Recognize "extproc " (OS/2) case-folded and only at start.
4406 /x on s///x with empty replacement was not recognized.
4407 Better comments.
4408 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
4409 Allow subs with attributes, labels.
4410 Do not confuse "else::foo" with "else".
4411 Minor optimizations...
4412 (cperl-after-expr-p): Try to allow '_' be non-word char.
4413 (cperl-fill-paragraph): Try to detect a major bug in Emacs
4414 with `looking-at' inside `narrow' and bulk out if found.
4415 (cperl-imenu--create-perl-index): Updates for new
4416 `cperl-imenu--function-name-regexp-perl'.
4417 (cperl-outline-level): Likewise.
4418 (cperl-init-faces): Allow multiline subroutine headers
4419 and my/our declarations, and ones with comments.
4420 Allow subroutine attributes.
4421 (cperl-imenu-on-info): Better docstring.
4422 (cperl-etags): Rudimentary support for attributes.
4423 Support for packages and "package;".
4424 (cperl-add-tags-recurse-noxs): Better (?) docstring.
4425 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
4426 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
4427 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
4428 (cperl-perldoc): Add autoload.
4429 (cperl-perldoc-at-point): Likewise.
4430 (cperl-here-doc-spell): New function.
4431 (cperl-pod-spell): Likewise.
4432 (cperl-map-pods-heres): Likewise.
4433 (cperl-get-here-doc-region): Likewise.
4434 (cperl-font-lock-fontify-region-function): Likewise (backward
4435 compatibility for legacy `font-lock').
4436 (cperl-font-lock-unfontify-region-function): Fix style.
4437 (cperl-fontify-syntaxically): Recognize and optimize away deferred
4438 calls with no-change. Governed by `cperl-hook-after-change'.
4439 (cperl-fontify-update): Recognize that syntaxification region
4440 can be larger than fontification one.
4441 XXXX we leave `cperl-postpone' property, so this is quadratic...
4442 (cperl-fontify-update-bad): Temporary placeholder until
4443 it is clear how to implement `cperl-fontify-update'.
4444 (cperl-time-fontification): New function.
4445 (attrib-group): New text attribute.
4446 (multiline): New value: `syntax-type' text attribute.
4447
4448 After 5.2:
4449 (cperl-emulate-lazy-lock): New function.
4450 (cperl-fontify-syntaxically): Would skip large regions.
4451 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
4452 Some globals were declared, but uninitialized.
4453
4454 After 5.3, 5.4:
4455 (cperl-facemenu-add-face-function): Add docs, fix U<>.
4456 Copyright message updated.
4457 (cperl-init-faces): Work around a bug in `font-lock'. May slow
4458 facification down a bit.
4459 Misprint for my|our|local for old `font-lock'
4460 "our" was not fontified same as "my|local".
4461 Highlight variables after "my" etc even in
4462 a middle of an expression.
4463 Do not facify multiple variables after my etc
4464 unless parentheses are present.
4465
4466 After 5.5, 5.6
4467 (cperl-fontify-syntaxically): after-change hook could reset.
4468 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
4469
4470 After 5.7:
4471 (cperl-init-faces): Allow highlighting of local ($/).
4472 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
4473 (cperl-problems): Remove fixed problems.
4474 (cperl-find-pods-heres): Recognize #-comments in m##x too.
4475 Recognize charclasses (unless delimiter is \).
4476 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
4477 (cperl-regexp-scan): Update docs.
4478 (cperl-beautify-regexp-piece): Use information got from regexp scan.
4479
4480 After 5.8:
4481 Major user visible changes:
4482 Recognition and fontification of character classes in RExen.
4483 Variable indentation of RExen according to groups.
4484
4485 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
4486 Fontify REx charclasses in variable-name face.
4487 Fontify POSIX charclasses in "type" face.
4488 Fontify unmatched "]" in function-name face.
4489 Mark first-char of HERE-doc as `front-sticky'.
4490 Reset `front-sticky' property when needed.
4491 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
4492 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
4493 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
4494 constructs. Support `narrow'ed buffers.
4495 (cperl-praise): Remove a reservation.
4496 (cperl-make-indent): New function.
4497 (cperl-indent-for-comment): Use `cperl-make-indent'.
4498 (cperl-indent-line): Likewise.
4499 (cperl-lineup): Likewise.
4500 (cperl-beautify-regexp-piece): Likewise.
4501 (cperl-contract-level): Likewise.
4502 (cperl-toggle-set-debug-unwind): New function.
4503 New menu entry for this.
4504 (fill-paragraph-function): Use when `boundp'.
4505 (cperl-calculate-indent): Take into account groups when indenting RExen.
4506 (cperl-to-comment-or-eol): Recognize # which end a string.
4507 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
4508 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
4509 (cperl-fontify-syntaxically): More clear debugging message.
4510 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
4511 (cperl-init-faces): More complicated highlight even on XEmacs (new).
4512 Merge cosmetic changes from XEmacs.
4513
4514 After 5.9:
4515 (cperl-1+): Move to before the first use.
4516 (cperl-1-): Likewise.
4517
4518 After 5.10:
4519
4520 This code may lock Emacs hard!!! Use at your own risk!
4521
4522 (cperl-font-locking): New internal variable.
4523 (cperl-beginning-of-property): New function.
4524 (cperl-calculate-indent): Use `cperl-beginning-of-property'
4525 instead of `previous-single-property-change'.
4526 (cperl-unwind-to-safe): Likewise.
4527 (cperl-after-expr-p): Likewise.
4528 (cperl-get-here-doc-region): Likewise.
4529 (cperl-font-lock-fontify-region-function): Likewise.
4530 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
4531 recursively.
4532 Bound `next-single-property-change' via `point-max'.
4533 (cperl-unwind-to-safe): Bound likewise
4534 (cperl-font-lock-fontify-region-function): Likewise.
4535 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
4536 Initialization of `cperl-font-lock-multiline-start' could be
4537 missed if the "main" fontification did not run due to the
4538 keyword being already fontified.
4539 (cperl-pod-spell): Return t from do-one-chunk function.
4540 (cperl-map-pods-heres): Stop when the worker returns nil.
4541 Call `cperl-update-syntaxification'.
4542 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
4543 (cperl-get-here-doc-delim): Remove unused function.
4544
4545 After 5.11:
4546
4547 The possible lockup of Emacs (introduced in 5.10) fixed.
4548
4549 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
4550 (cperl-syntaxify-for-menu): New customization variable.
4551 (cperl-select-this-pod-or-here-doc): New function.
4552 (cperl-get-here-doc-region): Extra argument.
4553 Do not adjust pos by 1.
4554
4555 New menu entries
4556 (Perl/Tools): Selection of current POD or HERE-DOC section.
4557 (Debugging CPerl:) backtrace on fontification.
4558
4559 After 5.12:
4560 (cperl-cached-syntax-table): Use `car-safe'.
4561 (cperl-forward-re): Remove spurious argument SET-ST.
4562 Add documentation.
4563 (cperl-forward-group-in-re): New function.
4564 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
4565 (XXXX Temporary (?) hack is to syntax-mark them as comment).
4566
4567 After 5.13:
4568 (cperl-string-syntax-table): Make { and } not-grouping
4569 (Sometimes they ARE grouping in RExen, but matching them would only
4570 confuse in many situations when they are not)
4571 (beginning-of-buffer): Replace two occurences with goto-char...
4572 (cperl-calculate-indent): `char-after' could be nil...
4573 (cperl-find-pods-heres): REx can start after "[" too.
4574 Hightlight (??{}) in RExen too.
4575 (cperl-maybe-white-and-comment-rex): New constant
4576 (cperl-white-and-comment-rex): Likewise.
4577 XXXX Not very efficient, but hard to make
4578 better while keeping 1 group.
4579
4580 After 5.13:
4581 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
4582 Likewise for 1 << identifier.
4583
4584 After 5.14:
4585 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
4586 Error-less condition-case could fail.
4587 (cperl-font-lock-fontify-region-function): Likewise.
4588 (cperl-init-faces): Likewise.
4589
4590 After 5.15:
4591 (cperl-find-pods-heres): Support property REx-part2.
4592 (cperl-calculate-indent): Likewise.
4593 Don't special-case REx with non-empty 1st line.
4594 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
4595 Invert highlighting of charclasses:
4596 now the envelop is highlighted.
4597 Highlight many others 0-length builtins.
4598 (cperl-praise): Mention indenting and highlight in RExen.
4599
4600 After 5.15:
4601 (cperl-find-pods-heres): Highlight capturing parens in REx.
4602
4603 After 5.16:
4604 (cperl-find-pods-heres): Highlight '|' for alternation
4605 Initialize `font-lock-warning-face' if not present.
4606 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
4607 `font-lock-function-name-face'.
4608 (cperl-look-at-leading-count): Likewise.
4609 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
4610 `font-lock-keyword-face' (needed for
4611 batch processing), etc...
4612 Use `font-lock-builtin-face' for builtin in REx
4613 Now `font-lock-variable-name-face'
4614 is used for interpolated variables
4615 Use "talking aliases" for faces inside REx
4616 Highlight parts of REx (except in charclasses)
4617 according to the syntax and/or semantic
4618 Syntax-mark a {}-part of (?{}) as "comment"
4619 (it was the ()-part)
4620 Better logic to distinguish what is what in REx
4621 (cperl-tips-faces): Document REx highlighting
4622 (cperl-praise): Mention REx syntax highlight etc.
4623
4624 After 5.17:
4625 (cperl-find-sub-attrs): Would not always manage to print error message.
4626 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
4627
4628 After 5.18:
4629 (cperl-find-pods-heres): Misprint in REx for parsing REx.
4630 Very minor optimization.
4631 `my-cperl-REx-modifiers-face' got quoted.
4632 Recognize "print $foo <<END" as HERE-doc.
4633 Put `REx-interpolated' text attribute if needed.
4634 (cperl-invert-if-unless-modifiers): New function.
4635 (cperl-backward-to-start-of-expr): Likewise.
4636 (cperl-forward-to-end-of-expr): Likewise.
4637 (cperl-invert-if-unless): Works in "the opposite way" too.
4638 Cursor position on return is on the switch-word.
4639 Indents comments better.
4640 (REx-interpolated): New text attribute.
4641 (cperl-next-interpolated-REx): New function.
4642 (cperl-next-interpolated-REx-0): Likewise.
4643 (cperl-next-interpolated-REx-1): Likewise.
4644 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
4645 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
4646 (cperl-praise): Mention finded interpolated RExen.
4647
4648 After 5.19:
4649 (cperl-init-faces): Highlight %$foo, @$foo too.
4650 (cperl-short-docs): Better docs for system, exec.
4651 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
4652 Would not find HERE-doc ended by EOF without NL.
4653 (cperl-short-docs): Correct not-doubled \-escapes.
4654 start block: Put some `defvar' for stuff gone from XEmacs.
4655
4656 After 5.20:
4657 initial comment: Extend copyright, fix email address.
4658 (cperl-indent-comment-at-column-0): New customization variable.
4659 (cperl-comment-indent): Indentation after $#a would increasy by 1.
4660 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
4661 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
4662 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
4663 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
4664 highlight $ in $foo too (UNTESTED).
4665 (cperl-set-style): Docstring missed some available styles.
4666 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
4667 Change "Current" to "Memorize Current".
4668 (cperl-indent-wrt-brace): New customization variable; the default is
4669 as for pre-5.2 version.
4670 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
4671 (cperl-style-alist): Likewise.
4672 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
4673 and `cperl-extra-newline-before-brace' etc
4674 being t
4675 (cperl-indent-exp): Plans B and C to find continuation blocks even
4676 if `cperl-extra-newline-before-brace' is t.
4677
4678 After 5.21:
4679 Improve some docstrings concerning indentation.
4680 (cperl-indent-rules-alist): New variable.
4681 (cperl-sniff-for-indent): New function name
4682 (separated from `cperl-calculate-indent').
4683 (cperl-calculate-indent): Separate the sniffer and the indenter;
4684 uses `cperl-sniff-for-indent' now.
4685 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
4686 was inverted;
4687 Support `comment-column' = 0.
4688
4689 2006-10-11 Martin Rudalics <rudalics@gmx.at>
4690
4691 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
4692 * help-at-pt.el (scan-buf-move-to-region): Likewise.
4693 * longlines.el (longlines-window-change-function): Likewise.
4694 * simple.el (undo-ask-before-discard): Likewise.
4695 * wid-edit.el (widget-field-prompt-internal)
4696 (widget-documentation-link-p): Likewise.
4697
4698 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
4699
4700 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
4701 for a keyword.
4702
4703 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
4704
4705 * newcomment.el (comment-valid-prefix-p): Make the check
4706 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
4707 (comment-indent-new-line): Adjust call.
4708
4709 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
4710
4711 * allout.el (allout-back-to-current-heading): Base on lower-level
4712 routines to get proper disqualification of aberrant topics.
4713
4714 2006-10-09 Richard Stallman <rms@gnu.org>
4715
4716 * textmodes/two-column.el (2C-two-columns): Doc fix.
4717
4718 2006-10-09 Kim F. Storm <storm@cua.dk>
4719
4720 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
4721 about implicit use.
4722
4723 2006-10-08 Richard Stallman <rms@gnu.org>
4724
4725 * textmodes/two-column.el (2C-two-columns): Doc fix.
4726
4727 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
4728
4729 * files.el: Mark `buffer-read-only' as safe-local-variable.
4730
4731 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
4732
4733 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
4734 Burp if GUD buffer has been killed.
4735
4736 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
4737
4738 * completion.el (add-completions-from-c-buffer):
4739 Don't presume an error's second element is a string.
4740 Use looking-at rather than buffer-substring + member.
4741
4742 2006-10-07 Eli Zaretskii <eliz@gnu.org>
4743
4744 * mail/rmail.el (rmail-redecode-body): If the old encoding is
4745 `undecided', call find-coding-systems-region to find a proper
4746 non-trivial encoding.
4747 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
4748 and "text/plain".
4749
4750 2006-10-07 Kevin Ryde <user42@zip.com.au>
4751
4752 * textmodes/reftex-vars.el (defgroup reftex): Update home page
4753 url-link.
4754
4755 * strokes.el (defgroup strokes): Remove invalid url-link.
4756
4757 2006-10-07 Magnus Henoch <mange@freemail.hu>
4758
4759 * autoinsert.el (auto-insert-alist): Doc fix.
4760
4761 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4762
4763 * mouse-sel.el (mouse-insert-selection-internal):
4764 Use insert-for-yank, so that yank handlers are run.
4765
4766 2006-10-07 Kim F. Storm <storm@cua.dk>
4767
4768 * ido.el (ido-file-extension-aux): Fix comparison.
4769
4770 2006-10-06 Kim F. Storm <storm@cua.dk>
4771
4772 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
4773
4774 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
4775
4776 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
4777 (ad-make-mapped-call): Use `let', not `let*'.
4778
4779 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
4780
4781 * international/mule-cmds.el (coding-system-change-eol-conversion):
4782 Ensure the coding system is initialized before calling
4783 coding-system-eol-type.
4784
4785 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
4786
4787 * textmodes/org.el (org-rm-props, org-activate-plain-links)
4788 (org-activate-angle-links, org-activate-dates)
4789 (org-activate-target-links, org-activate-camels)
4790 (org-activate-tags): Add `rear-nonsticky' text property to avoid
4791 textproperty keymaps from being active beyond the end of a line.
4792 (org-unfontify-region): Also remove `rear-nonsticky' property.
4793
4794 2006-10-04 Kenichi Handa <handa@m17n.org>
4795
4796 * international/code-pages.el (next): Table fixed.
4797
4798 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
4799
4800 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
4801 that it's been made unnecessary by removing narrowing.
4802
4803 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
4804
4805 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
4806 control flow a bit, simplify another bit, and add comments.
4807
4808 2006-10-03 David Kastrup <dak@gnu.org>
4809
4810 * help.el (describe-mode): For clicks on mode-line, use "@"
4811 interactive argument to get the major mode of the click instead of
4812 the current buffer.
4813
4814 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
4815 in order to better redirect mouse-2 clicks. Also allow default
4816 bindings to apply.
4817
4818 2006-10-03 Kim F. Storm <storm@cua.dk>
4819
4820 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
4821 (pushnew): Fix last change.
4822
4823 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
4824
4825 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
4826 Use the interactive spec of `eval-expression'.
4827
4828 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
4829
4830 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
4831
4832 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
4833
4834 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
4835 2006-09-28 commit.
4836
4837 2006-10-02 Kenichi Handa <handa@m17n.org>
4838
4839 * international/code-pages.el (iso-8859-6): Table fixed.
4840
4841 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
4842
4843 * dired.el (dired-build-subdir-alist): Fix previous change.
4844
4845 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se>
4846
4847 * simple.el (undo-elt-crosses-region): Fix the inequalities.
4848
4849 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
4850
4851 * emacs-lisp/find-func.el (find-function-regexp): Don't match
4852 "define-button-type".
4853
4854 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
4855 they don't keep accumulating.
4856
4857 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4858
4859 * ffap.el (ffap-rfc-path): Change the address of the RFC
4860 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
4861
4862 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
4863
4864 * allout.el (allout-expose-topic): Rectify implementation of "+"
4865 spec, so that bodies are not exposed with headlines.
4866
4867 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
4868
4869 * allout.el (allout-current-depth): Do aberrent check only at or
4870 below doublecheck depth.
4871 (allout-chart-subtree): Make it explicit that LEVELS being nil
4872 means unlimited depth. Drop undocumented support for LEVELS value
4873 t meaning unlimited depth. (This is consistent with
4874 allout-chart-to-reveal, but contrary to allout-show-children,
4875 which needs to use nil to default to depth of 1.)
4876 (allout-goto-prefix-doublechecked): Wrap long docstring line.
4877 (allout-chart-to-reveal): Be explicit in docstring about meaning
4878 of nil LEVELS, and drop support for LEVELS value t.
4879 (allout-show-children): Translate the level spec used by this
4880 routine to that used by allout-chart-subtree and
4881 allout-chart-to-reveal.
4882 (allout-show-to-offshoot): Retry once when stuck, after opening
4883 subtree - improvements in discontinuity handling likely will
4884 enable progress.
4885
4886 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
4887
4888 * wid-edit.el (widget-button-click-moves-point): New variable.
4889 (widget-button-click): If widget-button-click-moves-point is
4890 non-nil, set point after performing the button action
4891
4892 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
4893
4894 2006-09-30 Martin Rudalics <rudalics@gmx.at>
4895
4896 * files.el (find-file-existing): Modify to not allow wildcards.
4897
4898 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4899
4900 * simple.el (undo-more): When undo information for the region is
4901 exhausted, say "No further undo information FOR REGION".
4902
4903 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
4904
4905 * progmodes/sh-script.el (sh-prev-thing):
4906 Take `sh-leading-keywords' into account.
4907
4908 2006-09-29 Glenn Morris <rgm@gnu.org>
4909
4910 * custom.el (defcustom): Doc fix.
4911
4912 * calendar/calendar.el (european-calendar-style):
4913 Call european-calendar or american-calendar as needed when set.
4914 (diary-view-entries, list-calendar-holidays): Move autoloads
4915 before use.
4916
4917 2006-09-29 Juri Linkov <juri@jurta.org>
4918
4919 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
4920 to nil if there is no previous property change.
4921
4922 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4923
4924 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
4925 saving anything to be sure that `forward-sexp' behaves correctly.
4926
4927 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
4928
4929 * simple.el (line-move-finish): Ignore field boundaries if the
4930 initial and final points have the same `field' property.
4931
4932 2006-09-29 Kim F. Storm <storm@cua.dk>
4933
4934 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
4935 to t while calling ido-read-internal.
4936
4937 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
4938
4939 * textmodes/org.el (org-file-remote-p): Get regexp from list.
4940 (org-archive-subtree): Remove erraneous `]' from character list.
4941
4942 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
4943
4944 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
4945 (ses-reconstruct-all): Make undo of "insert row" work by keeping
4946 markers for data-area and parameters-area.
4947
4948 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
4949
4950 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
4951
4952 * font-lock.el (font-lock-after-change-function): Refontify next line
4953 as well if end is at BOL.
4954 (font-lock-extend-jit-lock-region-after-change): Be more careful to
4955 only extend the region as much as needed.
4956
4957 2006-09-28 Richard Stallman <rms@gnu.org>
4958
4959 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
4960
4961 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
4962
4963 * international/mule.el (after-insert-file-set-coding):
4964 If VISIT, don't let set-buffer-multibyte make undo info.
4965
4966 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
4967
4968 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
4969 lines in base64-encoded authentication response.
4970
4971 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4972
4973 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
4974 (ebnf-version): New version 4.3.
4975 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
4976 (ebnf-prologue): Adjust PostScript programming.
4977 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
4978 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
4979
4980 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
4981
4982 * jit-lock.el (jit-lock-force-redisplay): Rename from
4983 jit-lock-fontify-again, and undo the mistaken change I've just done.
4984
4985 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
4986 (jit-lock-fontify-again): Don't refontify text that's not displayed.
4987
4988 2006-09-26 Kenichi Handa <handa@m17n.org>
4989
4990 * startup.el (display-splash-screen): Allow a prefix argument.
4991
4992 2006-09-25 Jason Rumney <jasonr@gnu.org>
4993
4994 * subr.el (shell-quote-argument): Use DOS logic for Windows
4995 shells with DOS semantics.
4996
4997 2006-09-24 Richard Stallman <rms@gnu.org>
4998
4999 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
5000 (compilation-goto-locus): Use compilation-goto-locus-delete-o
5001 to delete the overlay. Put it on pre-command-hook.
5002
5003 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
5004
5005 * startup.el (fancy-splash-screens, normal-splash-screen):
5006 Call the splash buffer *About GNU Emacs*.
5007
5008 * simple.el (next-error-highlight, next-error-highlight-no-select):
5009 Default to 0.5.
5010 (yank-excluded-properties): Add `fontified'.
5011
5012 * font-lock.el (font-lock-compile-keywords): Allow value of
5013 syntax-begin-function to enable paren-column-0 highlighting.
5014
5015 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
5016
5017 * dired.el (dired-build-subdir-alist): When file ends in colon,
5018 don't exit the loop, just disregard that file.
5019
5020 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
5021
5022 * simple.el (line-move-finish): Handle corner case for fields in
5023 continued lines.
5024 (line-move-1): Remove flawed test for that case.
5025
5026 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
5027
5028 * icomplete.el (icomplete-simple-completing-p): Use the correct
5029 name for the new variable, `icomplete-with-completion-tables'.
5030 (file local variables): Remove superfluous setting.
5031
5032 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
5033
5034 * calendar/appt.el (appt-check): Fix typo for appointments just
5035 after midnight.
5036
5037 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
5038
5039 * help.el (describe-key-briefly, describe-key): Don't expect an
5040 extra up event if a down-event is generated by a popup menu.
5041
5042 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
5043
5044 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
5045 local dictionary when changing the global dictionary.
5046
5047 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
5048
5049 * icomplete.el (icomplete-with-completion-tables): List of
5050 specialized completion tables with which icomplete should
5051 operate. Include the new `internal-complete-buffer', so icomplete
5052 works with interactive buffer-selection.
5053 (icomplete-simple-completing-p): Add acceptance of specialized
5054 completion tables listed in icomplete-with-completion-tables.
5055
5056 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5057
5058 * frame.el (focus-follows-mouse): Set default to nil on Mac.
5059
5060 * startup.el (command-line): Use `custom-reevaluate-setting' for
5061 `focus-follows-mouse'.
5062
5063 2006-09-22 Richard Stallman <rms@gnu.org>
5064
5065 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
5066 explain why Save is not available.
5067
5068 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
5069
5070 * woman.el (woman0-so): Use `let*', not `let'.
5071 (woman-horizontal-line): Remove unbalanced parenthesis.
5072
5073 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
5074
5075 * woman.el: Make sure all the end-of-region markers we use have
5076 a non-nil insertion-type.
5077 (woman0-so): Move things around so we can use copy-marker.
5078 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
5079 Adjust marker type.
5080 (woman2-process-escapes): Check marker type.
5081 (woman-horizontal-line): Dispense with the use of a marker.
5082
5083 2006-09-22 Jay Belanger <belanger@truman.edu>
5084
5085 * calc/calc-lang.el: Add Greek letters to math-variable-table
5086 property of tex.
5087
5088 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
5089
5090 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
5091
5092 2006-09-22 Masatake YAMATO <jet@gyve.org>
5093
5094 * add-log.el (add-log-current-defun): Use `forward-sexp'
5095 instead of `forward-word' to pick c++::symbol.
5096 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
5097
5098 2006-09-22 Kenichi Handa <handa@m17n.org>
5099
5100 * bindings.el: Fix setting self-insert-command for multibyte
5101 characters in global-map.
5102
5103 2006-09-21 David Kastrup <dak@gnu.org>
5104
5105 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
5106 doc string.
5107
5108 2006-09-21 Kenichi Handa <handa@m17n.org>
5109
5110 * language/european.el ("Latin-1"): Add windows-1252 to
5111 coding-priority.
5112 ("German"): Likewise.
5113
5114 2006-09-21 Kim F. Storm <storm@cua.dk>
5115
5116 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
5117 Suggested by Miles Bader.
5118
5119 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
5120 instead of add-to-list in the simple case.
5121
5122 2006-09-20 Kenichi Handa <handa@m17n.org>
5123
5124 * isearch.el (isearch-process-search-char): Cancel the previous change.
5125 (isearch-search-string): New function.
5126 (isearch-search): Use isearch-search-string.
5127 (isearch-lazy-highlight-search): Likewise.
5128
5129 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5130
5131 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
5132 string to become an option.
5133
5134 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
5135
5136 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
5137
5138 2006-09-20 Kim F. Storm <storm@cua.dk>
5139
5140 * simple.el (line-move-partial): Call pos-visible-in-window-p with
5141 position t instead of trying both window-end and window-end - 1.
5142
5143 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
5144
5145 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
5146 hidden trees.
5147
5148 2006-09-20 David Kastrup <dak@gnu.org>
5149
5150 * mouse.el (mouse-posn-property): Improve doc string.
5151 (mouse-on-link-p): Change buffers for function calls on links.
5152
5153 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
5154 buffer is read-only.
5155
5156 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
5157
5158 * allout.el (allout-unprotected): Let inhibit-read-only only when
5159 buffer-read-only isn't set.
5160 (allout-annotate-hidden): Enable topic annotation during copies even
5161 when the buffer is read-only, eg for topic copies. Ensure that the loop
5162 advances, even when the span extends beyond the deletion region.
5163 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
5164 rather than allout-exposure-changed-hook, as a stronger assertion.
5165 (allout-keybindings-list): Add bindings for
5166 allout-copy-line-as-kill and allout-copy-topic-as-kill.
5167 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
5168 Copy wrappers for allout-kill-line and allout-kill-topic.
5169 (allout-listify-exposed): Position correctly to accumulate lines.
5170
5171 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
5172
5173 * simple.el (line-move-1): Escape field boundaries occurring
5174 exactly at point. Update goal column if constrained to a field.
5175 (line-move-finish): Escape field boundaries occurring exactly at point.
5176
5177 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5178
5179 * mouse.el (mouse-on-link-p): Tentatively fix last change.
5180 (mouse-drag-vertical-line): Remove unused var `wconfig'.
5181
5182 2006-09-19 Kim F. Storm <storm@cua.dk>
5183
5184 * help.el (describe-key-briefly, describe-key): Simplify printing
5185 of descriptions by using format and %S. Fix "is undefined"
5186 messages to say "at that spot" for mouse events.
5187
5188 * simple.el (line-move-partial): Optimize. Try window-line-height
5189 before posn-at-point to get vpos of current line.
5190
5191 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
5192
5193 * viper.el: Bump up version/date of update to reflect the substantial
5194 changes done in August 2006.
5195
5196 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
5197 are defined.
5198
5199 * ediff-util.el (ediff-add-to-history): New function.
5200
5201 * ediff.el: Use ediff-add-to-history instead of add-to-history.
5202
5203 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5204
5205 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
5206 Delete duplicate make-local-variable form.
5207 (conf-space-keywords): Add autoload cookie.
5208 Fix typo (`keywords', not `keyword').
5209
5210 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5211
5212 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
5213 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
5214 to x-gtk-use-old-file-dialog
5215
5216 2006-09-18 Richard Stallman <rms@gnu.org>
5217
5218 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
5219 that might come in during mouse tracking.
5220
5221 2006-09-18 Kim F. Storm <storm@cua.dk>
5222
5223 * simple.el (line-move-partial): Rework 2006-09-15 change to use
5224 new window-line-height function. Further optimize by not calling
5225 pos-visible-in-window-p for window-end when window-line-height
5226 returns useful information.
5227
5228 2006-09-16 Richard Stallman <rms@gnu.org>
5229
5230 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
5231 (conf-space-mode): Don't handle prefix arg.
5232 Delete conf-space-keywords-override code.
5233 Use add-hook.
5234 (conf-space-keywords): New command.
5235 (conf-space-mode-internal): Be careful with imenu-generic-expression.
5236 Delete conf-space-keywords-override code.
5237 (conf-space-keywords-alist): Doc fix.
5238 (conf-space-font-lock-keywords): Doc fix.
5239 (conf-space-keywords-override): Var deleted.
5240
5241 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
5242
5243 * startup.el (fancy-splash-screens): Don't switch to the scratch
5244 buffer; it may not be the next buffer.
5245
5246 2006-09-16 Romain Francoise <romain@orebokech.com>
5247
5248 * saveplace.el (load-save-place-alist-from-file): Use expanded name
5249 in both messages.
5250
5251 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
5252
5253 * progmodes/python.el (python-preoutput-filter):
5254 Fix arg order to string-match.
5255
5256 2006-09-16 Richard Stallman <rms@gnu.org>
5257
5258 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
5259 font-lock-compile-keywords.
5260
5261 * font-lock.el (font-lock-compile-keywords): Rename optional arg
5262 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
5263
5264 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5265
5266 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
5267
5268 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
5269 and the data doesn't look like UTF8, send STRING instead.
5270
5271 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
5272
5273 * textmodes/flyspell.el (flyspell-check-region-doublons):
5274 New function to detect duplicated words.
5275 (flyspell-large-region): Use it.
5276
5277 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
5278
5279 * simple.el (line-move-to-column): Revert 2006-08-03 change.
5280
5281 2006-09-16 Eli Zaretskii <eliz@gnu.org>
5282
5283 * help.el (describe-prefix-bindings): Use let, not let*.
5284
5285 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
5286
5287 * allout.el (allout-regexp, allout-line-boundary-regexp)
5288 (allout-bob-regexp): Correct grouping and boundaries to fix
5289 backwards traversal.
5290 (allout-depth-specific-regexp, allout-depth-one-regexp):
5291 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
5292 worse time in allout-ascend.
5293 (allout-doublecheck-at-and-shallower): Identify depth threshold
5294 below which topics are checked for and disqualified by containment
5295 discontinuities.
5296 (allout-hotspot-key-handler): Correctly handle multiple-key
5297 strokes. Remove some unused variables.
5298 (allout-mode-leaders): Clarify that mode-specific comment-start
5299 will be used.
5300 (set-allout-regexp): Correctly regexp-quote allout regexps to
5301 properly accept alternative header-leads and primary bullets with
5302 regexp-specific characters (eg, C "/*", mathematica "(*").
5303 Include new regular expressions among those configured.
5304 (allout-infer-header-lead-and-primary-bullet):
5305 Rename allout-infer-header-lead.
5306 (allout-recent-depth): Manifest as a variable as well as a function.
5307 (allout-prefix-data): Simplify into an inline instead of a macro,
5308 assuming current match data rather than being explicitly passed
5309 it. Establish allout-recent-depth value as well as
5310 allout-recent-prefix-beginning and allout-recent-prefix-end.
5311 (allout-aberrant-container-p): True when an item's immediate
5312 offspring discontinuously contained. Useful for disqualifying
5313 unintended topic prefixes, likely at low depths.
5314 (allout-goto-prefix-doublechecked): Elaborate version of
5315 allout-goto-prefix which disqualifies aberrant pseudo-items.
5316 (allout-pre-next-prefix): Layer on top of lower-level routines, to
5317 get disqualification of aberrant containers.
5318 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
5319 containers.
5320 (allout-beginning-of-current-entry): Position at start of buffer
5321 when in container (depth 0) entry.
5322 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
5323 (allout-current-bullet): Strip text properties.
5324 (allout-get-prefix-bullet): Use right match groups.
5325 (allout-beginning-of-line, allout-next-heading):
5326 Disqualify aberrant containers.
5327 (allout-previous-heading): Disqualify aberrant containers, and
5328 change to regular (rather than inline) function, to allow
5329 self-recursion.
5330 (allout-get-invisibility-overlay): Increment so progress is made
5331 when the first overlay is not the sought one.
5332 (allout-end-of-prefix): Disqualify aberrant containers.
5333 (allout-end-of-line): Cycle something like allout-beginning-of-line.
5334 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
5335 outline.el outlines) functional again. Change the primary bullet
5336 along with the header-lead - level 1 new-style bullets now work.
5337 Engage allout-before-change-handler in mainline Emacs, not just
5338 XEmacs, to do undo handling.
5339 (allout-before-change-handler): Expose undo changes occurring in
5340 hidden regions. Use allout-get-invisibility-overlay instead of
5341 reimplementing it inline.
5342 (allout-chart-subtree): Use start rather than end of prefix in
5343 charts. Use allout-recent-depth variable.
5344 (allout-chart-siblings): Disqualify aberrant topics.
5345 (allout-beginning-of-current-entry): Position correctly.
5346 (allout-ascend): Use new allout-depth-specific-regexp and
5347 allout-depth-one-regexp for linear instead of O(N^2) or worse
5348 behavior.
5349 (allout-ascend-to-depth): Depend on allout-ascend, rather than
5350 reimplementing an algorithm.
5351 (allout-up-current-level): Depend on allout-ascend, rather than
5352 reimplementing an algorithm. Return to start-point if we fail.
5353 (allout-descend-to-depth): Use allout-recent-depth variable
5354 instead of function.
5355 (allout-next-sibling): On traversal of numerous intervening
5356 topics, resort to economical allout-next-sibling-leap.
5357 (allout-next-sibling-leap): Specialized version of
5358 allout-next-sibling that uses allout-ascend cleverly, to depend on
5359 a regexp search to leap large numbers of contained topics, rather
5360 than arbitrarily many one-by-one traversals.
5361 (allout-next-visible-heading): Disqualify aberrant topics.
5362 (allout-previous-visible-heading): Position consistently when
5363 interactive.
5364 (allout-forward-current-level): Base on allout-previous-sibling
5365 rather than (differently) reimplmenting the algorithm. Remove some
5366 unused variables.
5367 (allout-solicit-alternate-bullet): Present default choice stripped
5368 of text properties.
5369 (allout-rebullet-heading): Use bullet stripped of text properties.
5370 Register changes using allout-exposure-change-hook.
5371 Disregard aberrant topics.
5372 (allout-shift-in): With universal-argument, make topic a peer of
5373 it's former offspring. Simplify the code by separating out
5374 allout-shift-out functionality.
5375 (allout-shift-out): With universal-argument, make offspring peers
5376 of their former container, and its siblings. Implement the
5377 functionality here, rather than inappropriately muddling the
5378 implementation of allout-shift-in.
5379 (allout-rebullet-topic): Respect additional argument for new
5380 parent-child separation function.
5381 (allout-yank-processing): Use allout-ascend directly.
5382 (allout-show-entry): Disqualify aberrant topics.
5383 (allout-show-children): Handle discontinuous children gracefully,
5384 extending the depth being revealed to expose them and posting a
5385 message indicating the situation.
5386 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
5387 Leave cursor in correct position.
5388 (allout-hide-current-subtree): Use allout-ascend directly.
5389 Disqualify aberrant topics.
5390 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
5391 a way that the yanks can restore it, as used to happen.
5392 (allout-yank-processing): Restore exposure layout as recorded by
5393 allout-kill-*, as used to happen.
5394 (allout-annotate-hidden, allout-hide-by-annotation): New routines
5395 for preseving and restoring exposure layout across kills.
5396 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
5397 (allout-encrypt-string): Strip text properties.
5398 Rearranged order and outline-headings for some of the
5399 miscellaneous functions.
5400 (allout-resolve-xref): No need to quote the error name in the
5401 condition-case handler section.
5402 (allout-flatten): Classic recursive (and recursively intensive,
5403 without tail-recursion) list-flattener, needed by allout-shift-out
5404 when confronted with discontinuous children.
5405
5406 2006-09-16 Jason Rumney <jasonr@gnu.org>
5407
5408 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
5409 on ms-windows.
5410 (dnd-open-unc-file): Remove.
5411 (dnd-open-local-file): Mention in doc string that it also handles
5412 remote files if the system natively supports unc file-names.
5413
5414 2006-09-15 Kim F. Storm <storm@cua.dk>
5415
5416 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
5417 all necessary information about the event before erasing *Help*.
5418
5419 * simple.el (line-move-partial): Use window-line-visiblity to
5420 quickly check whether last line is partially visible, and only do
5421 the hard (and slow) part in that case.
5422
5423 2006-09-15 Jay Belanger <belanger@truman.edu>
5424
5425 * COPYING: Replace "Library Public License" by "Lesser Public
5426 License" throughout.
5427
5428 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5429
5430 * term/x-win.el (x-menu-bar-open): New function for F10.
5431
5432 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
5433
5434 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5435 Disallow filenames containing " -" to avoid confusion with libtool
5436 compilation messages. Suggested by Stefan Monnier.
5437
5438 2006-09-15 David Kastrup <dak@gnu.org>
5439
5440 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
5441 instead of buffer position for `mouse-on-link-p'.
5442
5443 * mouse.el (mouse-posn-property): New function looking up the
5444 properties at a click position in overlays and text properties in
5445 either buffer or strings.
5446 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
5447 of both `follow-link' as well as `mouse-face' properties.
5448 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
5449 buffer position.
5450
5451 * help.el (describe-key-briefly): When reading a down-event on
5452 mode lines or scroll bar, swallow the following up event, too.
5453 Use the new mouse sensitity of `key-binding' for lookup.
5454 (describe-key): The same here.
5455
5456 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
5457
5458 * play/life.el (life-patterns): Add a few more interesting patterns.
5459 (life-setup): Force `show-trailing-whitespace' to nil.
5460
5461 2006-09-14 Richard Stallman <rms@gnu.org>
5462
5463 * startup.el (fancy-splash-text): Change text to improve alignment.
5464 (fancy-splash-screens): Don't set non-standard tab width.
5465 Bind cursor-type temporarily, and make it easy to patch to
5466 preserve the splash buffer.
5467 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
5468 (fancy-splash-screens): Display echo-area message explicitly.
5469 Don't set fancy-splash-help-echo.
5470
5471 * simple.el (line-number-mode): Group mode-line instead of
5472 editing-basics.
5473 (column-number-mode, size-indication-mode): Likewise.
5474
5475 * faces.el (mode-line-faces): Group mode-line instead of modeline.
5476
5477 * time.el (display-time): Group mode-line instead of modeline.
5478
5479 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
5480
5481 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
5482
5483 * startup.el (fancy-splash-text): Move editing instructions to
5484 fancy-splash-head.
5485 (fancy-splash-head): Issue editing instructions.
5486 (fancy-splash-screens): Fixup whitespace.
5487
5488 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5489
5490 * bindings.el (mode-line-buffer-identification-keymap):
5491 Remove duplicate line.
5492
5493 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5494
5495 * ido.el (ido-ignore-item-p): Allow any kind of functions in
5496 ignore lists.
5497
5498 2006-09-14 Kim F. Storm <storm@cua.dk>
5499
5500 * jit-lock.el (jit-lock-fontify-again): New function.
5501 (jit-lock-fontify-now): Use it instead of lambda form.
5502
5503 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
5504
5505 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
5506 (flyspell-auto-correct-word): Make ispell-filter local to these
5507 functions. Check that ispell-filter has new stuff before calling
5508 ispell-parse-output.
5509
5510 2006-09-13 Kim F. Storm <storm@cua.dk>
5511
5512 * simple.el (line-move-partial): Optimize.
5513
5514 2006-09-13 Richard Stallman <rms@gnu.org>
5515
5516 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
5517 Delete spurious backquote.
5518
5519 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
5520
5521 * net/rcirc.el (rcirc-print): Fix last change.
5522
5523 2006-09-12 Jay Belanger <belanger@truman.edu>
5524
5525 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
5526
5527 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
5528
5529 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
5530 rcirc-show-maximum-output.
5531 (rcirc-mode): Remove window-scroll-function hook.
5532 (rcirc-scroll-to-bottom): Remove function.
5533 (rcirc-print): Recenter so point stays at the bottom of the window
5534 if point was already there.
5535
5536 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
5537
5538 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
5539 not to "t".
5540 * progmodes/compile.el (compilation-start): Likewise.
5541 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
5542 Don't use expand-file-name on invocation-directory, since this
5543 might mishandle special characters in invocation-directory.
5544
5545 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5546
5547 * pcvs-defs.el: Remove * in defcustom's docstrings.
5548
5549 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
5550
5551 * progmodes/compile.el (compilation-directory-properties):
5552 Doc fix for help-echo.
5553
5554 2006-09-12 Lars Hansen <larsh@soem.dk>
5555
5556 * desktop.el (desktop-read): Add comment.
5557
5558 2006-09-12 Kim F. Storm <storm@cua.dk>
5559
5560 * simple.el (next-error-highlight, next-error-highlight-no-select):
5561 Fix spelling error.
5562
5563 * subr.el (sit-for): Rework to use input-pending-p and cond.
5564 Return nil input is pending on entry also for SECONDS <= 0.
5565 (while-no-input): Use input-pending-p instead of sit-for.
5566
5567 2006-09-11 Richard Stallman <rms@gnu.org>
5568
5569 * simple.el (next-error-highlight, next-error-highlight-no-select):
5570 Fix custom type and doc strings.
5571
5572 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5573
5574 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
5575 (diff-apply-hunk): Use it to ask for confirmation.
5576
5577 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
5578
5579 * emacs-lisp/cl.el (pushnew): Add missing `,'.
5580
5581 2006-09-11 David Kastrup <dak@gnu.org>
5582
5583 * help.el (string-key-binding, describe-key-briefly)
5584 (describe-key): Remove `string-key-binding' and its callers since
5585 `key-binding' already caters for the proper lookup now.
5586
5587 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
5588
5589 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
5590 (cfengine-mode): Use it. Fix \ syntax to be like /.
5591
5592 * bindings.el (mode-line-buffer-identification-keymap):
5593 Move initialization into declaration.
5594
5595 2006-09-10 Kim F. Storm <storm@cua.dk>
5596
5597 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
5598 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
5599 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
5600 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
5601
5602 2006-09-10 Richard Stallman <rms@gnu.org>
5603
5604 * dired-aux.el: Handle errors in recursive copy usefully.
5605 (dired-create-files-failures): New variable.
5606 (dired-copy-file): Remove condition-case.
5607 (dired-copy-file-recursive): Check for errors on all file
5608 operations, and add them to dired-create-files-failures.
5609 Check file file-date-erorr here too.
5610 (dired-create-files): Check dired-create-files-failures
5611 and report those errors too.
5612
5613 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
5614
5615 * subr.el (add-to-list): New argument COMPARE-FN.
5616
5617 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
5618
5619 * filecache.el (file-cache-add-directory)
5620 (file-cache-add-directory-list, file-cache-add-file)
5621 (file-cache-add-directory-using-find)
5622 (file-cache-add-directory-using-locate)
5623 (file-cache-add-directory-recursively): Add autoloads.
5624
5625 2006-09-09 Richard Stallman <rms@gnu.org>
5626
5627 * textmodes/conf-mode.el (conf-space-mode):
5628 Use hack-local-variables-hook instead of calling hack-local-variables.
5629 (conf-space-keywords-override): New variable.
5630 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
5631 (conf-space-mode): Always make conf-space-keywords and
5632 conf-space-keywords-override local.
5633 Call conf-space-mode-internal directly as well as via hook.
5634
5635 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
5636
5637 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
5638 quasi-keywords.
5639
5640 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
5641
5642 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
5643 (python-send-string): Be slightly more careful about adding \n.
5644
5645 * startup.el (normal-splash-screen): Don't display the buffer if we'll
5646 kill it right away anyway.
5647
5648 2006-09-09 Eli Zaretskii <eliz@gnu.org>
5649
5650 * international/codepage.el (cp850-decode-table): Fix a few codes.
5651 (cp858-decode-table): New variable.
5652
5653 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
5654
5655 * net/ldap.el (ldap-search-internal): Doc fix.
5656
5657 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5658
5659 * play/life.el (life-display-generation): Test for input manually if
5660 `sleeptime' is negative or null.
5661
5662 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
5663 (print-region-1): Substitute `%s' with the page title.
5664
5665 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
5666
5667 * locate.el (locate-current-search): New variable.
5668 (locate): Set buffer local value. Use current buffer if it is
5669 in Locate mode.
5670 (locate-mode): Disable undo here.
5671 (locate-do-setup): Use locate-current-filter from buffer to be killed.
5672 (locate-update): Use locate-current-search and locate-current-filter.
5673
5674 2006-09-08 David Kastrup <dak@gnu.org>
5675
5676 * desktop.el (desktop-read): When loading a desktop, disable
5677 saving it while the load progresses, and switch off a pending lazy
5678 load by calling `desktop-lazy-abort'.
5679
5680 2006-08-27 Martin Rudalics <rudalics@gmx.at>
5681
5682 * window.el (mouse-autoselect-window-timer)
5683 (mouse-autoselect-window-position)
5684 (mouse-autoselect-window-window)
5685 (mouse-autoselect-window-now): New vars.
5686 (mouse-autoselect-window-cancel)
5687 (mouse-autoselect-window-select)
5688 (mouse-autoselect-window-start): New functions.
5689 (handle-select-window): Call `mouse-autoselect-window-start' when
5690 delayed window autoselection is enabled.
5691
5692 * cus-start.el (mouse-autoselect-window): Handle delayed window
5693 autoselection.
5694
5695 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
5696 commands after which it is allowed to print in the echo area.
5697
5698 2006-09-08 Richard Stallman <rms@gnu.org>
5699
5700 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
5701
5702 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
5703 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
5704
5705 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
5706 (cancel-timer-internal): Add doc string.
5707 (cancel-function-timers): Doc fix.
5708 (with-timeout-handler, timer-event-last*): Add doc strings.
5709
5710 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
5711
5712 * files.el (risky-local-variable-p): Match ...-bindat-spec.
5713
5714 * dired.el (dired-log-summary): Add doc string.
5715
5716 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
5717 (custom-group-menu-create): Not here.
5718
5719 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
5720
5721 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
5722
5723 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5724
5725 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
5726 (mac-apple-event-map): Define its handler.
5727
5728 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
5729
5730 * net/ldap.el (ldap-search-internal): Handle `auth' key.
5731
5732 2006-09-07 Magnus Henoch <mange@freemail.hu>
5733
5734 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
5735 clause.
5736
5737 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5738
5739 * info.el (Info-index): Bind completion-ignore-case.
5740
5741 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
5742
5743 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
5744 previous commit.
5745 (inferior-prolog-guess-flavor): New fun left out of previous commit.
5746 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
5747 burp in dedicated windows.
5748 (inferior-prolog-self-insert-command): New command.
5749 (inferior-prolog-mode-map): Use it.
5750
5751 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
5752
5753 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
5754
5755 * international/code-pages.el: Add cp858.
5756
5757 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5758
5759 * dnd.el: Fix bootstrapping.
5760
5761 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5762
5763 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
5764 (dnd-open-remote-url): New function.
5765 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
5766 not windows-nt.
5767
5768 2006-09-07 Jason Rumney <jasonr@gnu.org>
5769
5770 * dnd.el (dnd-open-remote-file-function): New variable.
5771 (dnd-open-unc-file): New function.
5772 (dnd-open-file): Call dnd-open-remote-file-function if set.
5773
5774 2006-09-06 Daiki Ueno <ueno@unixuser.org>
5775
5776 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
5777 pgg-passphrase-coding-system rather than locale-coding-system.
5778 * pgg-def.el (pgg-passphrase-coding-system): New user option.
5779
5780 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
5781
5782 * progmodes/prolog.el: Remove * in docstrings.
5783 (prolog-program-name): Add SWI prolog.
5784 (prolog-mode-menu): New menu.
5785 (prolog-mode): Set comment-add.
5786 (prolog-indent-line): Simplify. Use indent-line-to.
5787 (inferior-prolog-buffer): New var.
5788 (inferior-prolog-run, inferior-prolog-process): New funs.
5789 (run-prolog, switch-to-prolog): Rewrite, using them.
5790 (prolog-consult-region): Use inferior-prolog-buffer.
5791 (inferior-prolog-load-file): New function.
5792 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
5793
5794 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
5795 last word, if it's not the end of the paragraph.
5796
5797 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
5798 file name.
5799
5800 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
5801
5802 * frame.el (display-mm-dimensions-alist): New defcustom.
5803 (display-mm-height, display-mm-width): Use it.
5804
5805 2006-09-06 Simon Josefsson <jas@extundo.com>
5806
5807 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
5808
5809 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
5810
5811 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
5812 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
5813 string values.
5814
5815 2006-09-06 Kim F. Storm <storm@cua.dk>
5816
5817 * simple.el (line-move-partial): New function to do vscrolling for
5818 partially visible images / tall lines. Rewrite based on code
5819 previously in line-move. Simplify backwards vscrolling.
5820 (line-move): Use it. Simplify.
5821
5822 2006-09-05 Kim F. Storm <storm@cua.dk>
5823
5824 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
5825
5826 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
5827
5828 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5829 Process the `gcc-include' after the `gnu' rule.
5830
5831 2006-09-05 Kim F. Storm <storm@cua.dk>
5832
5833 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
5834
5835 2006-09-05 Daiki Ueno <ueno@unixuser.org>
5836
5837 * pgg.el (pgg-clear-string): Alias to clear-string for backward
5838 compatibility.
5839
5840 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
5841 inhibit-redisplay; encode passphrase with locale-coding-system.
5842
5843 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
5844
5845 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
5846
5847 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
5848
5849 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
5850 (gdb-var-list-children-regexp): Make type field optional.
5851
5852 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
5853 e.g public, protected in C++.
5854
5855 2006-09-04 John Paul Wallington <jpw@pobox.com>
5856
5857 * simple.el (completion-show-help): New defcustom.
5858 (completion-setup-function): Heed it.
5859
5860 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
5861
5862 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
5863
5864 2006-09-04 Richard Stallman <rms@gnu.org>
5865
5866 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
5867 (rsf-min-region-to-spam-list): Doc fix.
5868 (rsf-add-content-type-field): Doc fix.
5869
5870 * simple.el (kill-region): Explicitly test there is a region.
5871
5872 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
5873
5874 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
5875 sendmail in several common directories.
5876
5877 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
5878
5879 * paths.el (sendmail-program): Removed.
5880
5881 2006-09-04 Daiki Ueno <ueno@unixuser.org>
5882
5883 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
5884 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
5885 http://article.gmane.org/gmane.emacs.gnus.general/50457
5886
5887 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
5888
5889 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
5890 mark after running the menu filter.
5891
5892 2006-09-03 Juri Linkov <juri@jurta.org>
5893
5894 * international/quail.el (quail-defrule-internal): Add a check
5895 if a key is a vector.
5896
5897 2006-09-02 Juri Linkov <juri@jurta.org>
5898
5899 * man.el (Man-topic-history): New variable.
5900 (man): Use it.
5901
5902 * woman.el (woman-topic-history): Change defvar to defvaralias
5903 for symbol `Man-topic-history'.
5904
5905 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
5906 `comint-last-output-start' is a marker by using `markerp' and
5907 check if it has a position by using `marker-position', and use
5908 this position for `goto-char'.
5909
5910 * international/quail.el (quail-defrule-internal): Add missing
5911 `error' call for null key.
5912
5913 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
5914
5915 * rcirc.el (rcirc-keywords): New variable.
5916 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
5917 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
5918 variables.
5919 (rcirc-responses-no-activity): New function.
5920 (rcirc-handler-generic): Check for responses in above.
5921 (rcirc-process-command): Add ?: character to arguments of raw
5922 server commands.
5923 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
5924 `rcirc-dim-nicks'.
5925 (rcirc-gray-toggle): Remove unused variable.
5926 (rcirc-print): Remove some tracking logic, which is moved into
5927 markup functions.
5928 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
5929 types.
5930 (rcirc-activity-string): Look for 'keyword in activity-types.
5931 (rcirc-window-configuration-change): Don't erase overlay-arrow
5932 unnecessarily.
5933 (rcirc-add-or-remove): New function.
5934 (rcirc-cmd-ignore): Use it.
5935 (rcirc-message-leader): Remove unused function.
5936 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
5937 (rcirc-add-face): New function.
5938 (rcirc-facify): Use rcirc-add-face.
5939 (rcirc-url-regexp): Add parens.
5940 (rcirc-map-regexp): Remove function.
5941 (rcirc-mangle-regexp): Remove function.
5942 (rcirc-markup-text-functions): New variable.
5943 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
5944 (rcirc-markup-body-text, rcirc-markup-attributes)
5945 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
5946 (rcirc-markup-bright-nicks): New markup handler functions.
5947 (rcirc-nick-in-message-full-line): New face.
5948 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
5949 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
5950
5951 2006-09-02 Martin Rudalics <rudalics@gmx.at>
5952
5953 * cus-start.el (hscroll-margin, hscroll-step)
5954 (mode-line-in-non-selected-windows, mouse-autoselect-window)
5955 (x-use-underline-position-properties): Change version to "22.1"
5956 since they will appear there for the first time.
5957
5958 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
5959
5960 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
5961
5962 2006-08-31 Richard Stallman <rms@gnu.org>
5963
5964 * cus-edit.el (custom-save-variables): Slight cleanup.
5965 (Custom-no-edit): Renamed from custom-no-edit.
5966 (Custom-newline): Renamed from custom-newline.
5967 (custom-mode-map): Use new names.
5968
5969 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
5970 about customization, rather than M-x customize, in the doc string
5971 made for the defcustom.
5972
5973 * emacs-lisp/trace.el (trace-function-background): Doc fix.
5974
5975 2006-08-31 Romain Francoise <romain@orebokech.com>
5976
5977 * dired-x.el (dired-guess-shell-alist-default): Update.
5978
5979 2006-08-31 Michael Mauger <mmaug@yahoo.com>
5980
5981 * custom.el (custom-theme-set-variables): Autoload packages before
5982 sorting the variables.
5983
5984 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
5985
5986 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
5987 chars if XEmacs.
5988 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
5989
5990 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
5991
5992 * progmodes/python.el (python-eldoc-function): Re-enable quit while
5993 waiting for process.
5994
5995 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5996
5997 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
5998 results in ASCII-only string, encode original one directly.
5999
6000 2006-08-29 Romain Francoise <romain@orebokech.com>
6001
6002 * startup.el (normal-splash-screen, fancy-splash-screens):
6003 Make buffer read-only and arrange to enter view mode if necessary.
6004
6005 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
6006
6007 * hl-line.el (hl-line): New face.
6008 (hl-line-face): Use it.
6009
6010 * image-mode.el (image-mode): Fix last fix.
6011 Suggested by Kim F. Storm.
6012
6013 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
6014
6015 Sync with Tramp 2.0.54.
6016
6017 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
6018 of `=', because `tramp-get-remote-gid' might not always return an
6019 integer when expected.
6020 (tramp-register-file-name-handlers): `partial-completion-mode' is
6021 unknown to XEmacs.
6022 (tramp-time-diff): Don't use `floor', it might fail for large
6023 differences.
6024 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
6025 `tramp-auto-save-directory' if unset in order to guarantee unique
6026 auto-save file names.
6027
6028 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
6029
6030 * image-mode.el (image-mode): Display image as text on a terminal.
6031
6032 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6033
6034 * progmodes/python.el (python-send-command): Simplify.
6035 (run-python): Don't generate a new buffer unless `new' was specified.
6036 Make sure we send `import emacs' to the proper process.
6037
6038 * progmodes/python.el (python-send-command): Don't wait for the command
6039 to terminate. Don't fiddle with compilation-parsing-end.
6040
6041 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
6042
6043 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6044 Insert commentary after first line summary.
6045
6046 * woman.el (woman-follow): New function, based on `man-follow'.
6047 (woman-mode-map): Use it.
6048
6049 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
6050 since ibuffer-do-sort-by-recency does not define a sorter.
6051
6052 2006-08-28 Kim F. Storm <storm@cua.dk>
6053
6054 * find-dired.el (find-dired): Use shell-quote-argument to properly
6055 escape ( and ) args. Also use it on {} and ; args in default
6056 value of find-ls-option string.
6057 (find-grep-dired): Use shell-quote-argument on {} and ; args.
6058
6059 2006-08-27 Michael Olson <mwolson@gnu.org>
6060
6061 * emacs-lisp/tq.el: Small grammar fix in comments.
6062 (tq-enqueue): Check for existence of queue rather than the
6063 head queue item's question, which was a no-op.
6064 (tq-filter, tq-process-buffer): Make sure the process buffer
6065 exists before making it the current buffer.
6066
6067 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6068
6069 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
6070 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
6071 (special-event-map): Apply 2006-08-16 change for x-win.el.
6072
6073 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
6074
6075 * progmodes/python.el (python-send-receive): Wait in the
6076 process's buffer so as to check the right buffer-local variables.
6077
6078 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
6079
6080 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
6081 (defgroup checkdoc): Move to beginning.
6082
6083 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
6084 (python-preoutput-continuation): Remove.
6085 (python-preoutput-filter): Simplify correspondingly.
6086 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
6087 Loop around to catch embedded _emacs_out output.
6088 (run-python): Send the import&print command on a single line.
6089 (python-send-command): Send command&print on a single line.
6090 (python-send-string): Only add double \n if needed.
6091 (python-send-receive): Loop until the result comes.
6092 (python-mode-running): Defvar it.
6093 (python-setup-brm): Remove unused var `menu'.
6094 Only bind py-mode-map and `features' around brm-init.
6095 (python-calculate-indentation): Remove unused var `point'.
6096 (python-beginning-of-defun): Remove unused var `def-line'.
6097
6098 2006-08-25 Richard Stallman <rms@gnu.org>
6099
6100 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
6101
6102 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
6103
6104 * viper.el (viper-set-hooks): Use frame bindings for
6105 viper-vi-state-cursor-color.
6106 (viper-non-hook-settings): Don't set default
6107 mode-line-buffer-identification.
6108
6109 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
6110 (viper-set-cursor-color-according-to-state)
6111 (viper-get-saved-cursor-color-in-replace-mode)
6112 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
6113 viper-emacs-state-cursor-color.
6114
6115 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
6116 (viper-undo): Use point if undo-beg-posn is nil.
6117 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
6118 (viper-after-change-undo-hook): Don't use
6119 viper-emacs-state-cursor-color by default.
6120 (viper-undo): More sensible positioning after undo.
6121
6122 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
6123 (viper-emacs-state-cursor-color): Default to nil, since this feature
6124 doesn't work well yet.
6125
6126 * ediff-mult.el (ediff-intersect-directories)
6127 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
6128 always expand filenames.
6129
6130 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
6131
6132 * tumme.el: Remove * in defcustoms's docstrings.
6133
6134 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
6135
6136 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
6137 Accept internal time format for SECS arg.
6138 (timer-relative-time): Doc fix.
6139
6140 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
6141 adapted from Martin Rudalics.
6142 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
6143 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
6144 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
6145 using sit-for.
6146
6147 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
6148
6149 * cus-start.el (all): Add `overline-margin' and
6150 `x-underline-at-descent-line'.
6151
6152 2006-08-24 Kim F. Storm <storm@cua.dk>
6153
6154 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
6155 to mean "use find -exec"; nil now unambiguously means auto-detect.
6156 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
6157 Use shell-quote-argument to build grep-find-command and
6158 grep-find-template.
6159 (rgrep): Use shell-quote-argument to properly quote arguments to find.
6160 Reported by Tom Seddon.
6161
6162 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
6163
6164 * startup.el (fancy-splash-head): Give instructions for dismissing
6165 the splash screen for default startup too.
6166 (display-startup-echo-area-message, fancy-splash-screens)
6167 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
6168 all splash text at once and keep the splash buffer around.
6169 (command-line-1): Give display-startup-echo-area-message a t arg.
6170
6171 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
6172
6173 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
6174 gnus frame is selected.
6175
6176 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
6177
6178 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
6179
6180 2006-08-22 Kim F. Storm <storm@cua.dk>
6181
6182 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
6183 Add suffix matching for subdirs.
6184
6185 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
6186
6187 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
6188 mouse-yank-at-point is non-nil.
6189
6190 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
6191
6192 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
6193 a bit wider and remove fringes to fit initial output on line.
6194
6195 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
6196
6197 * frame.el (blink-cursor-end): Only ignore the error we care about.
6198 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
6199
6200 2006-08-21 Richard Stallman <rms@gnu.org>
6201
6202 * whitespace.el (whitespace-cleanup): Doc fix.
6203
6204 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
6205
6206 * net/rcirc.el (rcirc-show-maximum-output): New var.
6207 (rcirc-buffer-process): If no buffer argument is supplied, use
6208 current-buffer.
6209 (rcirc-complete-nick): Complete to the last completed nick first.
6210 (rcirc-mode): Preserve the value of `rcirc-urls' across
6211 connections. Setup scroll function.
6212 (rcirc-scroll-to-bottom): New function.
6213 (rcirc-print): Use nick syntax around regexp work.
6214 Notice dim-nicks speaking only if they say our nick.
6215 (rcirc-update-activity-string): Do not show the modeline indicator
6216 if there are no live rcirc processes.
6217 (rcirc-cmd-ignore): Ignore case.
6218 (rcirc-browse-url-at-point): Fix off-by-one error.
6219
6220 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
6221
6222 * progmodes/python.el: Remove * in defcustom docstrings.
6223 (run-python, python-proc, python-try-complete): Use derived-mode-p.
6224 (python-mode): Set tab-width and indent-tabs-mode.
6225
6226 2006-08-20 Dave Love <fx@gnu.org>
6227
6228 * progmodes/python.el: Update to Dave Love's latest version.
6229 (python-font-lock-keywords, python-mode): Don't use
6230 font-lock-syntax-table, but match symbol elements explicitly instead.
6231 (python-mode-map): Add help, and a few more key bindings.
6232 (python-skip-comments/blanks): Move out of comments as well.
6233 (python-continuation-line-p): Behave better with unbalanced parens.
6234 (python-blank-line-p): New fun.
6235 (python-open-block-statement-p): Don't use a heuristic.
6236 (python-outdent-p): Better handle blocks-in-the-same-line.
6237 (python-calculate-indentation): Misc improvements.
6238 (python-comment-indent): Remove.
6239 (python-block-pairs): New var.
6240 (python-first-word): New fun.
6241 (python-indentation-levels): Handle more common cases.
6242 (python-indent-line-1): Add `leave' argument.
6243 (python-indent-region): New fun.
6244 (python-skip-out): New fun.
6245 (python-beginning-of-statement, python-end-of-statement): Use it.
6246 (python-next-statement): Return correct count even at eob.
6247 (python-end-of-block): Fix paren-typo.
6248 (python-imenu-create-index): Add module variables.
6249 (run-python): Add `new' arg.
6250 Check we're at a prompt before returning.
6251 (python-send-command): Move to end of buffer.
6252 Wait for prompt to return.
6253 (python-set-proc): New fun.
6254 (python-imports): New var.
6255 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
6256 (python-eldoc-function): Try to move out of arg list.
6257 (python-outline-level): Offset by 1.
6258 (python-find-imports): New fun.
6259 (python-symbol-completions): Use python-imports.
6260 (python-module-path, ffap-alist): Add support for ffap.
6261 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
6262 (python-insert-*, python-default-template, python-expand-template):
6263 Add templates/skeletons.
6264 (python-setup-brm): Support for Bicycle Repair Man.
6265 (python-abbrev-syntax-table): New var.
6266 (python-abbrev-pc-hook, python-pea-hook): New funs.
6267
6268 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
6269
6270 * frame.el (blink-cursor-start): Set timer first.
6271 (blink-cursor-end): Ignore timer cancelling errors.
6272 Suggested by Ken Manheimer.
6273
6274 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
6275
6276 * newcomment.el (comment-box): Call `comment-normalize-vars'.
6277 Add autoload cookie.
6278
6279 2006-08-20 Richard Stallman <rms@gnu.org>
6280
6281 * simple.el (line-number-at-pos): Doc fix.
6282
6283 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
6284 timer-activate-when-idle, so timer can run before Emacs becomes
6285 non-idle again.
6286
6287 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
6288
6289 * whitespace.el (whitespace-cleanup-internal): New optional arg
6290 REGION-ONLY. If it's non-nil, modify the message to the user
6291 accordingly.
6292 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
6293 a non-nil argument.
6294
6295 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
6296
6297 * rect.el (spaces-string): Simplify and add doc string.
6298
6299 2006-08-17 Romain Francoise <romain@orebokech.com>
6300
6301 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
6302
6303 2006-08-17 Richard Stallman <rms@gnu.org>
6304
6305 * compare-w.el (compare-windows): lambda's take an arg and pass
6306 it to compare-windows-skip-whitespace.
6307
6308 2006-08-17 Martin Rudalics <rudalics@gmx.at>
6309
6310 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
6311 the right buffer.
6312
6313 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
6314
6315 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
6316 removed files.
6317
6318 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
6319
6320 * progmodes/gdb-ui.el (gdb-locals-watch-map)
6321 (gdb-locals-watch-map-1): Suppress keymap first.
6322 (gdb-edit-locals-map-1): New variable.
6323 (gdb-edit-locals-value): New function.
6324 (gdb-stack-list-locals-handler): Use them.
6325
6326 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
6327
6328 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
6329 cursor would normally be drawn in the fringe.
6330
6331 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
6332 Reported by Martin Rudalics <rudalics@gmx.at>.
6333
6334 2006-08-16 Richard Stallman <rms@gnu.org>
6335
6336 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
6337 (special-event-map): Process drag-n-drop events this way.
6338
6339 * simple.el (move-beginning-of-line): Test whether fields
6340 would prevent motion back to line's first visible character.
6341 If so, stop where the fields would stop the motion.
6342
6343 * newcomment.el (comment-indent): Fully update INDENT
6344 before checking to see if it will change the text.
6345
6346 * cus-edit.el (custom-newline): New function.
6347 (custom-mode-map): Bind newline to custom-newline.
6348
6349 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
6350 into ignore-whitespace.
6351 Check each buffer for its skip-function.
6352 Handle compare-windows-skip-whitespace special-case test
6353 by returning t from default skip function.
6354
6355 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
6356
6357 * textmodes/org.el (org-clock-special-range)
6358 (org-clock-update-time-maybe): New functions.
6359 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
6360 not only a-z.
6361 (org-agenda-get-blocks): Allow multiple blocks per headline.
6362 (org-timestamp-change): Call `org-clock-update-time-maybe'.
6363 (org-export-html-title-format)
6364 (org-export-html-toplevel-hlevel): New options.
6365 (org-export-language-setup): Add support for Czech.
6366 (org-mode, org-insert-todo-heading, org-find-visible)
6367 (org-find-invisible, org-invisible-p, org-invisible-p2)
6368 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
6369 (org-show-subtree, org-show-entry, org-make-options-regexp):
6370 Remove compatibility support for old outline-mode.
6371 (org-check-occur-regexp): Funtion removed.
6372 (org-on-heading-p, org-back-to-heading): Made defalias.
6373 (org-set-local): New defsubst.
6374 (org-set-regexps-and-options, org-mode)
6375 (org-set-font-lock-defaults, org-edit-agenda-file-list)
6376 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
6377 (org-remember-apply-template, org-table-edit-field)
6378 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
6379 (org-set-autofill-regexps): Use `org-set-local'.
6380 (org-table-eval-formula): Fix bug with parsing of display flags.
6381
6382 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
6383
6384 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
6385 frame with fringe arrow. Suggested by Simon Marshall
6386 <simon.marshall@misys.com>.
6387 (gdb-stack-position): New variable.
6388 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
6389 (gdb-frames-mode): Set gdb-stack-position to nil.
6390 Add to overlay-arrow-variable-list
6391 (gdb-reset): Delete gdb-stack-position from above list.
6392
6393 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6394
6395 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
6396 read only.
6397
6398 2006-08-13 Romain Francoise <romain@orebokech.com>
6399
6400 * cus-theme.el (customize-create-theme)
6401 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
6402
6403 * filesets.el (filesets-add-buffer): Ditto.
6404
6405 * pcvs.el (cvs-change-cvsroot): Ditto.
6406
6407 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
6408
6409 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
6410 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
6411 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
6412 expressions.
6413 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
6414 Only search till end of line.
6415 Add face to function names in case of no filename.
6416 Add face to variable names of watchpoints.
6417
6418 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
6419
6420 * cus-start.el <indent-tabs-mode>: Move to the `indent'
6421 customization group.
6422
6423 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
6424
6425 * allout.el (allout-prior-bindings, allout-added-bindings):
6426 Remove, after long deprecation.
6427 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
6428 Add customization vars controlling allout-beginning-of-line and
6429 allout-end-of-line conveniences.
6430 (allout-header-prefix, allout-use-mode-specific-leader)
6431 (allout-use-mode-specific-leader, allout-mode-leaders):
6432 Revise docstrings.
6433 (allout-infer-header-lead): Change to be an alias for
6434 allout-infer-header-lead-and-primary-bullet.
6435 (allout-infer-header-lead-and-primary-bullet): New version of
6436 allout-infer-header-lead which assigns the primary bullet to the
6437 same as the header lead, when its being changed.
6438 (allout-infer-body-reindent): Apply regexp-quote instead of
6439 unconditionally prepending "\\", so that all literal
6440 allout-header-prefix and allout-primary-bullet strings are
6441 properly handled.
6442 (allout-add-resumptions): Add optional qualifier for extending or
6443 appending to existing values, rather than replacing them.
6444 (allout-view-change-hook): Clarify docstring.
6445 (allout-exposure-change-hook): Take explicit arguments, via
6446 run-hook-with-args.
6447 (allout-structure-added-hook)
6448 (allout-structure-deleted-hook)
6449 (allout-structure-shifted-hook): New hooks analogous to
6450 allout-exposure-change-hook for other kinds of structural outline
6451 edits.
6452 (allout-encryption-plaintext-sanitization-regexps): New encryption
6453 customization variable, by which cooperating modes can provde
6454 massage of the plaintext without actually being passed it.
6455 (allout-encryption-ciphertext-rejection-regexps)
6456 (allout-encryption-ciphertext-rejection-ceiling): New encryption
6457 customization variables, by which cooperating modes can prohibit
6458 rare but possible ciphertext patterns from fouling their
6459 operation, with actually being passed the ciphertext.
6460 (allout-mode): Run activation and deactivation hooks after the
6461 minor-mode variable has been toggled, to clarify the mode
6462 disposition. The new encryption ciphertext rejection variable is
6463 used to ensure that the ciphertext does not contain text that
6464 would be recognized as outline structural elements by allout.
6465 Substite allout-beginning-of-line and allout-end-of-line for
6466 conventionall beginning-of-line and end-of-line bindings.
6467 If allout-old-style-prefixes is non-nil, don't nullify it on mode
6468 activation!
6469 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
6470 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
6471 (allout-chart-subtree): Implement new mode, charting only the
6472 visible items in the subtree, when new 'visible' parameter is non-nil.
6473 (allout-end-of-subtree): Properly handle the last item in the buffer.
6474 (allout-pre-command-business, allout-command-counter):
6475 Increment an advertised counter so that cooperating enhancements can
6476 track revisions of items.
6477 (allout-open-topic): Run allout-structure-added-hook with suitable
6478 arguments.
6479 (allout-shift-in): Run allout-structure-shifted-hook with suitable
6480 arguments.
6481 (allout-shift-out): Fix doubling for negative args and ensure call
6482 of allout-structure-shifted-hook by solely using allout-shift-in.
6483 (allout-kill-line, allout-kill-topic):
6484 Run allout-structure-deleted-hook with suitable arguments.
6485 (allout-yank-processing): Run allout-structure-added-hook with
6486 proper arguments.
6487 (allout-yank): Enclose activity in allout-unprotected.
6488 (allout-flag-region): Run allout-exposure-change-hook with
6489 suitable arguments, instead of making the callee infer the arguments.
6490 (allout-encrypt-string):
6491 Support allout-encryption-plaintext-sanitization-regexps,
6492 allout-encryption-ciphertext-rejection-regexps, and
6493 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
6494 en/de cryption mode in symmetric encryption failure message.
6495 (allout-obtain-passphrase): Use copy-sequence to get a distinct
6496 copy of the passphrase, and don't zero it or we'll corrupt the
6497 stashed copy.
6498 (allout-create-encryption-passphrase-verifier)
6499 (allout-verify-passphrase): Respect the new signature for
6500 allout-encrypt-string.
6501 (allout-get-configvar-values): Convenience for getting a
6502 configuration variable value and handling its absence gracefully.
6503
6504 2006-08-11 Romain Francoise <romain@orebokech.com>
6505
6506 * obsolete/zone-mode.el: Delete.
6507
6508 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
6509
6510 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
6511
6512 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
6513
6514 * emacs-lisp/bindat.el (bindat-ip-to-string):
6515 Use `format-network-address' if possible.
6516
6517 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6518
6519 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
6520
6521 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
6522
6523 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
6524 restore unread-command-events here.
6525 (edebug-display): Do it here, to detect sit-for interruptions.
6526
6527 2006-08-10 Romain Francoise <romain@orebokech.com>
6528
6529 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
6530 (dns-mode-soa-auto-increment-serial): New user option.
6531 (dns-mode-soa-maybe-increment-serial): New function.
6532 (dns-mode): Add the latter to `write-contents-functions'.
6533
6534 * obsolete/zone-mode.el: Move to obsolete/ from net/.
6535 Delete autoload cookies.
6536
6537 2006-08-10 John Wiegley <johnw@newartisans.com>
6538
6539 * eshell/em-glob.el (eshell-glob-chars-list)
6540 (eshell-glob-translate-alist): Add support for [^g] in character globs.
6541
6542 2006-08-10 Richard Stallman <rms@gnu.org>
6543
6544 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
6545 (facemenu-set-face): Doc fix.
6546 (facemenu-listed-faces): Doc fix.
6547
6548 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
6549
6550 * avoid.el (mouse-avoidance-animating-pointer): New var.
6551 (mouse-avoidance-nudge-mouse): Use it.
6552 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
6553 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
6554 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
6555 Don't activate if currently animating. All callers changed.
6556
6557 2006-08-09 John Wiegley <johnw@newartisans.com>
6558
6559 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
6560 variable, which causes timeclock to report elapsed time worked,
6561 instead of just work remaining.
6562
6563 2006-08-09 Kenichi Handa <handa@m17n.org>
6564
6565 * international/latexenc.el (latexenc-find-file-coding-system):
6566 Fix for the case that the 2nd element of arg-list is a cons.
6567
6568 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
6569
6570 * info.el (Info-fontify-node): Handle preceding `in' for note
6571 reference hiding rules.
6572
6573 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
6574
6575 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
6576 mistake a closing " for an opening one.
6577
6578 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
6579
6580 * term/xterm.el (terminal-init-xterm): Add more key bindings.
6581
6582 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
6583
6584 * complete.el (PC-do-completion): Filter out completions matching
6585 completion-ignored-extensions before checking whether there are
6586 multiple completions.
6587 Don't use `list' unnecessarily when building completion tables.
6588
6589 2006-08-06 Richard Stallman <rms@gnu.org>
6590
6591 * help.el (describe-mode): Make minor mode list more concise.
6592
6593 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
6594
6595 * bindings.el: Give mode-line-format, mode-line-modes, and
6596 mode-line-position `standard-value' properties.
6597
6598 2006-08-05 Eli Zaretskii <eliz@gnu.org>
6599
6600 * buff-menu.el (list-buffers-noselect): For Info buffers, use
6601 "(file)node" instead of the file name.
6602
6603 2006-08-05 Richard Stallman <rms@gnu.org>
6604
6605 * faces.el (escape-glyph): Doc fix.
6606
6607 2006-08-04 Kenichi Handa <handa@m17n.org>
6608
6609 * international/mule-diag.el (describe-font): Improve docstring
6610 and error message. Use frame-parameter (not frame-parameters).
6611
6612 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6613
6614 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
6615 Correctly mark the end-of-docstring char.
6616
6617 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
6618
6619 * simple.el (line-move-to-column): Constrain move-to-column to
6620 current field.
6621
6622 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
6623
6624 * font-lock.el (font-lock-beg, font-lock-end)
6625 (font-lock-extend-region-functions): New vars.
6626 (font-lock-extend-region-multiline)
6627 (font-lock-extend-region-wholelines): New functions.
6628 (font-lock-default-fontify-region): Use them.
6629 (font-lock-extend-jit-lock-region-after-change): Only round up
6630 if font-lock-default-fontify-region will do it as well.
6631
6632 * font-lock.el (font-lock-extend-after-change-region-function):
6633 Rename from font-lock-extend-region-function.
6634 (font-lock-extend-region): Remove by inlining at call sites.
6635 (font-lock-after-change-function): Don't needlessly round up to a whole
6636 number of lines.
6637 (font-lock-extend-jit-lock-region-after-change): Be more careful about
6638 the boundary conditions and the interactions between the various ways
6639 to extend the region.
6640
6641 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
6642
6643 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
6644 modification status when forcing the second redisplay.
6645
6646 2006-08-03 Kim F. Storm <storm@cua.dk>
6647
6648 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
6649
6650 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
6651
6652 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
6653 doesn't look like a file name.
6654
6655 * complete.el (PC-expand-many-files): Avoid signalling an error when
6656 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
6657
6658 2006-08-02 Andreas Schwab <schwab@suse.de>
6659
6660 * bindings.el (mode-line-format): Simplify reference to vc-mode.
6661
6662 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
6663
6664 * bindings.el (map): Make mode-line-buffer-identification-keymap
6665 before defining propertized-buffer-identification.
6666
6667 2006-08-01 Richard Stallman <rms@gnu.org>
6668
6669 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
6670
6671 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
6672
6673 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
6674 default value.
6675 (gdb-find-source-frame): New function.
6676 (menu): Add to menu bar.
6677
6678 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
6679
6680 * font-core.el (font-lock-extend-region-function)
6681 (font-lock-extend-region): Move to font-lock.el.
6682
6683 * font-lock.el (font-lock-extend-region-function)
6684 (font-lock-extend-region): Move from font-core.el. Simplify.
6685
6686 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
6687 if needed.
6688 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
6689 (jit-lock-after-change-extend-region-functions): New hook.
6690 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
6691
6692 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
6693 (font-lock-turn-on-thing-lock): Use it.
6694
6695 * longlines.el (longlines-show-region): Make it work on read-only
6696 buffers as well.
6697
6698 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
6699
6700 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
6701
6702 2006-07-31 Richard Stallman <rms@gnu.org>
6703
6704 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
6705 (vhdl-speedbar-display-projects): Update old obsolete
6706 speedbar variable names.
6707
6708 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
6709
6710 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
6711 (gdb-stopped): Use it.
6712
6713 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
6714
6715 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
6716
6717 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
6718 for load-history elements.
6719
6720 2006-07-29 Eli Zaretskii <eliz@gnu.org>
6721
6722 * files.el (convert-standard-filename): For Cygwin, replace
6723 characters not allowed in Windows file names.
6724 (make-auto-save-file-name): Add Cygwin to the list of systems
6725 where the auto-save file name needs to be run through
6726 convert-standard-filename.
6727
6728 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
6729
6730 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
6731
6732 2006-07-28 Richard Stallman <rms@gnu.org>
6733
6734 * bindings.el (mode-line-frame-identification)
6735 (propertized-buffer-identification): Centralize the code
6736 to initialize the variable.
6737
6738 * progmodes/grep.el (grep-default-command): Catch errors from
6739 wildcard-to-regexp.
6740
6741 2006-07-29 Kim F. Storm <storm@cua.dk>
6742
6743 * progmodes/grep.el (grep-tag-default): New function.
6744 (grep-default-command, grep-read-regexp): Use it.
6745 (grep-read-files): Use car of grep-files-history or grep-files-aliases
6746 as default if nothing else applies.
6747
6748 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
6749
6750 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
6751 Throw error if buffer is not in Dired and Wdired mode, respectively.
6752
6753 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
6754
6755 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
6756 self-insert-command keys don't activate buttons.
6757 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
6758
6759 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
6760
6761 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
6762 faces for enable character.
6763
6764 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
6765
6766 * Makefile.in (recompile): Update comment to reflect change
6767 on 2004-04-21.
6768
6769 2006-07-27 Richard Stallman <rms@gnu.org>
6770
6771 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
6772 (customize-package-emacs-version): Change msg when pkg has no entry.
6773 (custom-no-edit): On a button, do like widget-button-press.
6774
6775 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6776
6777 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
6778 S-tab and C-S-tab.
6779
6780 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
6781
6782 * progmodes/which-func.el (which-function): Fix documentation/
6783 comment typo.
6784
6785 2006-07-26 Richard Stallman <rms@gnu.org>
6786
6787 * textmodes/ispell.el (ispell-word): If we replace the word,
6788 move point to the end. Insert before deleting.
6789
6790 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
6791
6792 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
6793 a timer.
6794
6795 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
6796
6797 * tumme.el (tumme-backward-image): Add prefix argument. Add error
6798 when at first image.
6799 (tumme-forward-image): Add prefix argument. Add error when at last
6800 image.
6801
6802 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
6803
6804 * tabify.el (tabify-regexp): Use more specific regexps.
6805 (tabify): Avoid modifying the buffer unnecessarily.
6806
6807 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
6808
6809 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
6810 (tumme-format-properties-string): Handle empty `buf'.
6811 (tumme-get-comment): Change variable names inside `let'.
6812 Add missing `let' variable that cause font-lock problems.
6813 (tumme-write-comments): Change variable names inside `let'.
6814 Add missing `let' variable that cause font-lock problems.
6815 (tumme-forward-image): Rename from `tumme-forward-char'.
6816 (tumme-backward-image): Rename from `tumme-backward-char'.
6817
6818 2006-07-25 Masatake YAMATO <jet@gyve.org>
6819
6820 * progmodes/ld-script.el (ld-script-keywords)
6821 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
6822 and add comments.
6823
6824 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
6825
6826 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
6827 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
6828 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
6829 for status indicator.
6830
6831 2006-07-24 Richard Stallman <rms@gnu.org>
6832
6833 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
6834
6835 * subr.el (dolist, dotimes): Use interned symbols for locals.
6836 (--dotimes-limit--, --dolist-tail--): New defvars.
6837 (looking-back): Doc fix.
6838
6839 * replace.el (replace-match-string-symbols): Handle dotted lists.
6840
6841 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
6842
6843 * tumme.el (tumme-write-tags): Add.
6844 (tumme-write-comments): Add.
6845 (tumme-tag-files): Change to use `tumme-write-tags'.
6846 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
6847 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
6848 (tumme-save-information-from-widgets): Change to use
6849 `tumme-write-comments' and `tumme-write-tags'.
6850 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
6851 (tumme-write-tag): Remove.
6852 (tumme-write-comment): Remove.
6853 (tumme-display-previous-thumbnail-original): Remove empty line.
6854 (tumme-widget-list): Add punctuation.
6855
6856 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
6857
6858 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
6859
6860 2006-07-24 Daiki Ueno <ueno@unixuser.org>
6861
6862 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
6863 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
6864 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
6865
6866 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
6867
6868 * mouse.el (mouse-on-link-p): Doc fix.
6869
6870 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
6871
6872 * emacs-lisp/find-func.el (find-function-search-for-symbol):
6873 Handle "C-h f `".
6874
6875 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6876
6877 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
6878 column.
6879
6880 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
6881
6882 * textmodes/table.el: Add move-beginning-of-line and
6883 move-end-of-line to Point Motion Only Group.
6884
6885 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
6886
6887 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
6888
6889 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6890
6891 * startup.el (user-mail-address): Initialize from the `EMAIL'
6892 environment variable first. Document this.
6893 (command-line): Ditto.
6894
6895 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
6896
6897 * help-mode.el (help-function-def, help-variable-def)
6898 (help-face-def): Print a message in the minibuffer.
6899
6900 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
6901
6902 * term/xterm.el (terminal-init-xterm): Fix key bindings
6903 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
6904
6905 2006-07-21 Eli Zaretskii <eliz@gnu.org>
6906
6907 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
6908 where `(nth 1 command)' is a cons cell. Doc fix.
6909
6910 * textmodes/po.el (po-find-charset): Doc fix.
6911
6912 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
6913
6914 * allout.el (allout-unprotected, allout-e-o-prefix-p)
6915 (allout-beginning-of-current-line, allout-end-of-current-line)
6916 (allout-next-visible-heading, allout-open-topic)
6917 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
6918 (allout-flag-current-subtree, allout-show-to-offshoot)
6919 (allout-hide-current-entry, allout-show-current-branches)
6920 (allout-hide-region-body, allout-old-expose-topic)
6921 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
6922 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
6923 containing `beginning-of-line' and `end-of-line' with
6924 `inhibit-field-text-motion' t.
6925
6926 2006-07-21 Eli Zaretskii <eliz@gnu.org>
6927
6928 * frame.el (focus-follows-mouse): Document that it doesn't have
6929 any effect on MS-Windows.
6930
6931 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
6932
6933 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
6934
6935 2006-07-20 Jay Belanger <belanger@truman.edu>
6936
6937 * calc.el (calc-previous-alg-entry): Remove variable.
6938
6939 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
6940 New variables.
6941 (calc-alg-entry): Use `calc-alg-entry-history'.
6942 (calc-do-quick-calc): Use `calc-quick-calc-history'.
6943 Remove reference to `calc-previous-alg-entry'.
6944 (calcAlg-edit, calcAlg-enter): Remove reference to
6945 `calc-previous-alg-entry'.
6946 (calcAlg-previous): Use `previous-history-element' instead of
6947 `calc-previous-alg-entry'.
6948 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
6949 Change keybinding for `calcAlg-plus-minus', add keybindings for
6950 `previous-history-element' and `next-history-element'.
6951
6952 * calc-rewr.el (calc-match): Remove reference to
6953 `calc-previous-alg-entry'.
6954
6955 * calc-sel.el (calc-selection-history): New variable.
6956 (calc-enter-selection, calc-sel-mult-both-sides)
6957 (calc-sel-add-both-sides): Use `calc-selection-history'.
6958
6959 * calc-map.el (calc-get-operator-history): New variable.
6960 (calc-get-operator): Use `calc-get-operator-history'.
6961
6962 * calcalg3.el (calc-curve-fit-history): New variable.
6963 (calc-curve-fit): Use `calc-curve-fit-history'.
6964
6965 2006-07-20 Kenichi Handa <handa@m17n.org>
6966
6967 * international/mule-cmds.el (select-safe-coding-system): Fix the
6968 way of deciding eol-type of the coding system.
6969
6970 2006-07-20 Alan Mackenzie <acm@muc.de>
6971
6972 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
6973 (c-lang-setvar): New macro.
6974 (c-make-init-lang-vars-fun): Use the initialization forms in
6975 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
6976 (comment-start, comment-end, comment-start-skip): Change these from
6977 c-lang-defvar's to c-lang-setvar's.
6978
6979 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
6980 which calls make-local-variable on the elements of
6981 c-emacs-variable-inits.
6982 (c-init-language-vars-for): Call this new macro.
6983
6984 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
6985
6986 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
6987 Try to rule out false positives due to time stamps.
6988 (compilation-mode-font-lock-keywords): Remove rules made redundant
6989 because of the above change. Add `segmentation fault' to the known and
6990 highlighted compilation termination messages.
6991
6992 2006-07-19 Kim F. Storm <storm@cua.dk>
6993
6994 * progmodes/grep.el (grep-find-ignored-directories):
6995 Add .svn and _darcs to list.
6996
6997 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
6998
6999 * dired.el (dired-mode-map): Add key binding `C-te' for
7000 `tumme-dired-edit-comment-and-tags'.
7001
7002 * tumme.el (tumme-display-thumbnail-original-image): Make sure
7003 image display buffer is displayed before call to
7004 `tumme-display-image.
7005 (tumme-dired-display-image): Make sure image display buffer is
7006 displayed before call to `tumme-display-image.
7007 (tumme-mouse-display-image): Make sure image display buffer is
7008 displayed before call to `tumme-display-image.
7009 (tumme-widget-list): Add.
7010 (tumme-dired-edit-comment-and-tags): Add.
7011 (tumme-save-information-from-widgets): Add.
7012
7013 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7014
7015 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
7016
7017 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
7018
7019 * progmodes/sh-script.el (sh-font-lock-keywords-1):
7020 Revert inadvertently installed patch hunk.
7021
7022 * progmodes/compile.el (compilation-find-file): Handle the
7023 cases where the user selects a non-existent file.
7024
7025 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
7026
7027 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
7028
7029 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
7030
7031 * subr.el (sit-for): Just sleep-for if noninteractive.
7032
7033 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7034
7035 * emacs-lisp/autoload.el (make-autoload): Use new arg.
7036
7037 * custom.el (custom-autoload): Add `noset' argument.
7038 (custom-push-theme): Don't autoload the variable, let callers do it.
7039 (custom-theme-set-variables): Autoload the variable if necessary.
7040
7041 * cus-edit.el (custom-variable-state-set): If the variable was
7042 originally set outside custom, but to the same value as the default,
7043 consider it to be standard.
7044
7045 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
7046 file *before* telling Emacs to add the autoloads, in case it fails.
7047
7048 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
7049 Use `cond', push', and `dolist'.
7050
7051 2006-07-17 Richard Stallman <rms@gnu.org>
7052
7053 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
7054 Add defvars to silence warnings.
7055
7056 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
7057
7058 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7059 Don't highlight "Compiling file" messages as error.
7060
7061 * dired-aux.el (dired-compress-file): Confirm again if gzipped
7062 file already exists.
7063
7064 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
7065
7066 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
7067 entry, don't assign to free var; simply return the extracted filename.
7068 (ff-treat-as-special): Incorporate common preamble from callers.
7069 (ff-other-file-name, ff-find-the-other-file):
7070 Update call to ff-treat-as-special.
7071
7072 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
7073
7074 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
7075
7076 * tumme.el (tumme-get-comment): Fix bug.
7077
7078 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
7079
7080 * files.el: Remove spurious * in docstrings.
7081
7082 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
7083
7084 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
7085 grammar.
7086 (allout-beginning-of-current-line): Beware beginning of buffer.
7087 Also, a comment is simplified.
7088 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
7089 when appropriate. (This fix enables use for other than
7090 bullet-hotspot operation.)
7091 (allout-hide-current-subtree): While escalating to sibling-close,
7092 make sure to situate on a topic.
7093
7094 2006-07-14 Kim F. Storm <storm@cua.dk>
7095
7096 * emulation/cua-base.el (cua-delete-selection)
7097 (cua-toggle-set-mark): New defcustoms.
7098 (cua-rectangle-modifier-key): Add `alt' modifier.
7099 (cua-replace-region): Don't delete if cua-delete-selection is nil.
7100 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
7101 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
7102
7103 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
7104
7105 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
7106
7107 * allout.el: Require 'cl during byte-compilation/interactive load,
7108 for the `assert' macro.
7109 (allout-mode-deactivate-hook): New hook, run when allout mode
7110 deactivates.
7111 (allout-developer): New allout customization subgroup.
7112 (allout-run-unit-tests-on-load): New allout-developer
7113 customization variable, when true allout unit tests are run towards
7114 end of file load/eval.
7115 (allout-inhibit-auto-fill): Disable auto-fill activity even during
7116 auto-fill-mode.
7117 (allout-resumptions): Remove, to be replaced by...
7118 (allout-add-resumptions): Register variable settings to be
7119 reinstated by `allout-do-resumptions'. The settings are made
7120 buffer-local, but the locality/globality of the suspended setting
7121 is restored on resumption.
7122 (allout-do-resumptions): Reinstate all settings suspended using
7123 `allout-add-resumptions'.
7124 (allout-test-resumptions): Unit tests (and intermediate variables)
7125 for resumptions.
7126 (allout-tests-globally-unbound, allout-tests-globally-true)
7127 (allout-tests-locally-true): Intermediate variables for
7128 resumptions unit tests.
7129 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
7130 (allout-exposure-category): Replaces 'allout-overlay-category variable.
7131 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
7132 instead of retired `allout-resumptions'. For hook functions, use
7133 `local' parameter so hook settings are created and removed as
7134 buffer-local settings. Revise (resumptions) setting
7135 auto-fill-function so it is set only if already active. (The
7136 related fill-function settings are all made in either case, so
7137 that activating auto-fill-mode activity will have the custom
7138 allout-mode behaviors (hanging indent on topics, if configured for it).
7139 Remove all allout-exposure-category overlays on mode deactivation.
7140 (allout-hotspot-key-handler): New function extracted from
7141 `allout-pre-command-business', so the functionality can be used
7142 for other purposes, eg as a binding in an overlay.
7143 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
7144 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
7145 customization variable.
7146 (allout-run-unit-tests): Run the (currently quite small)
7147 repertoire of unit tests. Called just before the provide iff user
7148 has customized `allout-run-unit-tests-on-load' non-nil.
7149
7150 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
7151
7152 * emacs-lisp/authors.el (authors-aliases): Update.
7153
7154 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
7155
7156 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
7157 gdb-source-window. Add dedicated argument.
7158 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
7159 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
7160 (gdb-display-threads-buffer, gdb-display-memory-buffer)
7161 (gdb-display-locals-buffer): Use it.
7162
7163 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
7164 Set gdb-source-window.
7165
7166 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
7167
7168 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
7169 minor modes, redundant with the custom-autoload line above.
7170
7171 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
7172
7173 * longlines.el (longlines-post-command-function): Handle open-line too.
7174
7175 2006-07-12 Richard Stallman <rms@gnu.org>
7176
7177 * progmodes/grep.el (grep-last-buffer): Doc fix.
7178
7179 * info.el (Info-try-follow-nearest-node): Doc fix.
7180
7181 * emacs-lisp/edebug.el (edebug-instrument-function):
7182 Err if find-function-noselect gives no position.
7183
7184 * emacs-lisp/find-func.el (find-function-search-for-symbol):
7185 If can't find definition, return nil for position.
7186 (find-function-do-it): Handle new return value
7187 of find-definition-noselect.
7188 (find-definition-noselect, find-variable-noselect): Doc fix.
7189 (find-function-noselect): Doc fix.
7190
7191 * help-mode.el (help-variable-def): Handle find-variable-noselect
7192 returning no position.
7193 (help-function-def): Likewise for find-function-search-for-symbol.
7194 (help-face-def): Likewise.
7195
7196 * help-fns.el (describe-variable): Handle find-variable-noselect
7197 returning no position.
7198
7199 * files.el (locate-file-completion): Avoid duplicates in result.
7200
7201 * cus-edit.el (custom-no-edit): New command.
7202 (custom-mode-map): Remap to custom-no-edit instead of
7203 using suppress-keymap.
7204
7205 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
7206
7207 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
7208 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
7209 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
7210
7211 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
7212
7213 2006-07-11 Kim F. Storm <storm@cua.dk>
7214
7215 * ido.el (ido-copy-current-file-name): Use buffer-name if
7216 buffer-file-name is nil.
7217
7218 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
7219
7220 * simple.el (undo-ask-before-discard): Set to nil.
7221
7222 * vc.el (vc-exec-after): Don't delete process manually.
7223 (vc-print-log): Run log-view-mode in process sentinel inside
7224 inhibit-read-only. Don't shrink window due to timing issues.
7225
7226 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
7227 Avoid using with-output-to-temp-buffer, which clobbers local vars.
7228
7229 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
7230
7231 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7232 Fix ambiguity introduced by last change.
7233 (compilation-find-file): Move save-excursion to where it may
7234 make sense. Fix a left over `find-file'.
7235
7236 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
7237
7238 * textmodes/texinfmt.el (texinfo-format-separate-node):
7239 Insert a string before point, which fits documentation, not after.
7240 (texinfo-multitable-item): In a multitable row, insert any
7241 additional needed @tabs and spaces.
7242
7243 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
7244
7245 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
7246 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
7247 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
7248 instead of shell-command.
7249 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
7250 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
7251 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
7252 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
7253 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
7254 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
7255
7256 2006-07-11 Kim F. Storm <storm@cua.dk>
7257
7258 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
7259 Remove special case for seconds < 0. Use (redisplay t) instead.
7260
7261 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
7262
7263 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
7264 avoid compilation error.
7265
7266 * subr.el (sit-for): New function.
7267
7268 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
7269
7270 2006-07-10 Richard Stallman <rms@gnu.org>
7271
7272 * ldefs-boot.el (edebug): Update page.
7273
7274 2006-07-10 Kim F. Storm <storm@cua.dk>
7275
7276 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
7277 to FOR-RELEASE and TODO.
7278
7279 2006-07-10 Romain Francoise <romain@orebokech.com>
7280
7281 * emacs-lisp/authors.el (authors-aliases): Update.
7282
7283 2006-07-10 Alan Mackenzie <acm@muc.de>
7284
7285 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
7286 * cc-mode.el: Changes to eradicate eval-after-load.
7287
7288 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
7289
7290 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
7291 on non-char events.
7292
7293 2006-07-09 Romain Francoise <romain@orebokech.com>
7294
7295 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7296 Don't highlight start/end markers as compilation messages.
7297
7298 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
7299 to t.
7300
7301 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
7302
7303 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
7304
7305 2006-07-08 Richard Stallman <rms@gnu.org>
7306
7307 * term/x-win.el (x-handle-display): Add doc string.
7308
7309 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
7310
7311 * subr.el (def-edebug-spec): Move here.
7312 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
7313
7314 * imenu.el (imenu-choose-buffer-index): Doc fix.
7315
7316 2006-07-08 Romain Francoise <romain@orebokech.com>
7317
7318 * term/x-win.el (x-display-name): Fix typo.
7319
7320 2006-07-08 Eli Zaretskii <eliz@gnu.org>
7321
7322 * hexl.el (hexl-find-file): Doc fix.
7323
7324 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
7325
7326 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
7327
7328 * term/x-win.el (x-display-name): Doc fix.
7329
7330 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
7331
7332 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
7333 long prefixes.
7334 (fill-region-as-paragraph): Don't round up to a whole line.
7335 (fill-comment-paragraph): Don't include the code-before-the-comment
7336 when calling fill-region-as-paragraph.
7337
7338 * international/mule.el (make-char): Remove redundancy.
7339
7340 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
7341 property may contain an anonymous function rather than a symbol.
7342
7343 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
7344
7345 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
7346 Use shy regexp. Fix incorrect backref to potentially unmatched group.
7347
7348 * dirtrack.el (dirtrack-default-directory-function): Remove.
7349 (dirtrack-directory-function): Use file-name-as-directory.
7350 (dirtrack-windows-directory-function): Simplify.
7351 (dirtrack-forward-slash, dirtrack-backward-slash)
7352 (dirtrack-replace-slash): Remove.
7353 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
7354 (dirtrack): Fix wrong parenthesizing; use match-string.
7355
7356 * progmodes/octave-inf.el: Remove spurious * in docstrings.
7357 (inferior-octave-mode): Only change the buffer-local value of
7358 comint-dynamic-complete-functions.
7359 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
7360 Move the initialization to the declaration.
7361 (inferior-octave-complete): Remove unused var `filter'.
7362
7363 * shell.el (shell-mode): Only change the buffer-local value of
7364 comint-dynamic-complete-functions.
7365
7366 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
7367
7368 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
7369 entry is skipped because it has been scheduled.
7370 (org-prepare-agenda-buffers): Don't mark buffers as modified when
7371 changing `:org-archived' and `:org-comment' properties.
7372
7373 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
7374
7375 * server.el (server-select-display): Don't make the temp frame
7376 minibuffer-only, in case it's not a temp frame.
7377 (server-process-filter): Don't delete the temp frame if it's the
7378 only one we have on that display.
7379
7380 * files.el (find-alternate-file): Doc fix.
7381
7382 2006-07-05 Richard Stallman <rms@gnu.org>
7383
7384 * files.el (abbreviate-file-name): Add save-match-data.
7385
7386 2006-07-03 Richard Stallman <rms@gnu.org>
7387
7388 * faces.el (read-face-name): Doc fix.
7389
7390 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
7391
7392 * net/goto-addr.el (goto-address): Mark as safe for local evals.
7393
7394 2006-07-05 Andre Spiegel <spiegel@gnu.org>
7395
7396 * vc.el (vc-diff-internal): Fix prev change.
7397
7398 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
7399
7400 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
7401 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
7402
7403 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7404
7405 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
7406 fails if the symbol contains chars like ( or '.
7407 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
7408 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
7409 `short'.
7410
7411 2006-07-04 Kenichi Handa <handa@m17n.org>
7412
7413 * international/mule-cmds.el (set-language-info): If LANG-ENV is
7414 the current one, don't call set-language-environment, but call one
7415 of set-language-environment-XXX to make INFO effective now.
7416 (set-language-environment): Call set-language-environment-XXX
7417 functions instead of doing the various setups directly.
7418 (set-language-environment-coding-systems): Delete argument eol-type.
7419 (set-language-environment-input-method)
7420 (set-language-environment-nonascii-translation)
7421 (set-language-environment-charset)
7422 (set-language-environment-fontset)
7423 (set-language-environment-unibyte): New functions.
7424
7425 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
7426
7427 * locate.el (locate-update-when-revert): New option.
7428 (locate-update-path): New option (suggested by Michael Albinus).
7429 (locate-prompt-for-command): Whitespace change.
7430 (locate-update): No longer offer to update the locate database by
7431 default. Implement the two new options.
7432
7433 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
7434
7435 * tooltip.el: Move comment about track-mouse...
7436
7437 * progmodes/gud.el: ...to here.
7438
7439 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
7440
7441 * facemenu.el (facemenu-listed-faces): New var.
7442 (facemenu-unlisted-faces): Variable deleted.
7443 (facemenu-add-new-face): Use facemenu-listed-faces.
7444
7445 * emulation/viper-init.el, calendar/calendar.el:
7446 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
7447
7448 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
7449
7450 * textmodes/org.el (org-mode): Remove no invalid settings for
7451 calc embedded mode.
7452 (org-mode-p): New defsubst.
7453 (org-save-all-org-buffers): New function.
7454 (org-first-headline-recenter): Enclose outline-regexp in group
7455 delimiters.
7456 (org-set-tags): Keep single space after stars.
7457
7458 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
7459
7460 * window.el (set-window-text-height): Only set window-min-height to
7461 1 if that's the requested size.
7462
7463 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
7464 (diff-unified->context, diff-context->unified)
7465 (diff-reverse-direction): Make sure the end marker stays at the end.
7466 (diff-mode): Add the keymap table at the end of docstring.
7467 Use lexical-let rather than constructing a closure manually.
7468
7469 * files.el (find-file-noselect-1): Remove unused var assignment.
7470 (hack-local-variables-confirm): Print lists of strings as lists of
7471 strings rather than lists of symbols.
7472 (abbreviate-file-name, hack-local-variables-prop-line):
7473 Use match-string.
7474 (hack-one-local-variable): Move `make-local-variable' nearer its use.
7475 (recover-session-finish): Use line-end-position.
7476
7477 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
7478
7479 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
7480
7481 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
7482
7483 * progmodes/make-mode.el (makefile-macroassign-regex):
7484 Accept preceding keyword.
7485 (makefile-gmake-statements): Reorganize, now that makepp has
7486 "override" and also handle forgotten "override define".
7487 (makefile-makepp-statements): Add new "global", "override export"
7488 and "override global".
7489
7490 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
7491
7492 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
7493 (ada-compile-mouse-goto-error, ada-deactivate-properties)
7494 (ada-no-auto-case): Fix typos in docstrings.
7495
7496 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
7497
7498 * info.el (Info-find-node-2): Search for makeinfo version more
7499 carefully.
7500
7501 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
7502
7503 * textmodes/org.el (org-prepare-agenda-buffers):
7504 Use `invisible-OK' argument for `org-end-of-subtree'.
7505 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
7506 (org-beginning-of-item): Fix bug in regular expression for white line.
7507 (org-export-as-html): Enforce space after bullet in plain list items.
7508 (org-set-autofill-regexps): Require space after plain list bullet
7509 for paragraph-start.
7510 (org-ts-regexp3): New constant.
7511 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
7512 (org-timestamp-up-day, org-timestamp-down-day)
7513 (org-timestamp-change): Work with inactive timestamps.
7514 (org-ts-regexp1): Don't allow brackets in time stamps.
7515
7516 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
7517
7518 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
7519 for ignoring links.
7520
7521 * faces.el (read-face-name): Use it.
7522
7523 2006-06-28 Juri Linkov <juri@jurta.org>
7524
7525 * buff-menu.el (list-buffers-noselect): Compare Info file
7526 with the string "dir" to detect Info directory.
7527
7528 * complete.el (partial-completion-mode): In lambda for
7529 `choose-completion-string-functions' use full function signature
7530 with 4 args, and move point to the end of the minibuffer only if arg
7531 `mini-p' is non-nil.
7532
7533 2006-06-28 John Paul Wallington <jpw@pobox.com>
7534
7535 * ibuffer.el (ibuffer-mode): Doc fix.
7536
7537 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
7538
7539 * textmodes/org.el (org-context): New contexts :item-bullet,
7540 :latex-fragment, :latex-preview.
7541 (org-overlays-at, org-overlay-start, org-overlay-end):
7542 New compatibility functions.
7543 (org-inside-LaTeX-fragment-p): More accurate matching, using the
7544 exact regexp that will be used during export.
7545 (org-latex-regexps): New variable.
7546 (org-cdlatex-mode): Improve advice for `texmathp'.
7547 (turn-on-org-cdlatex): New function.
7548
7549 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7550
7551 * term/mac-win.el (mac-handle-font-selection): Change keys of
7552 mac-atsu-font-table from strings to numbers.
7553 (mac-ts-caret-position): Use also when cursor-type is nil.
7554 (mac-ts-update-active-input-area): Add Mac OS Classic support.
7555 Relax condition for using overlay strings.
7556 Use mac-ts-caret-position face when cursor-type is nil.
7557
7558 2006-06-26 Kim F. Storm <storm@cua.dk>
7559
7560 * help.el (view-emacs-news): Declare `res' in the right let* form.
7561
7562 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
7563
7564 * net/rcompile.el (remote-compile): Replace ange-ftp based
7565 implementation by Tramp functions.
7566 Suggested by Marc Abramowitz <msabramo@gmail.com>.
7567
7568 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
7569
7570 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
7571
7572 * international/fontset.el (setup-default-fontset): Fix a typo in
7573 the "Oriya-Akruti" registry name.
7574
7575 2006-06-23 Lars Hansen <larsh@soem.dk>
7576
7577 * desktop.el (desktop-full-file-name): New function.
7578 (desktop-kill, desktop-save, desktop-remove, desktop-read)
7579 (desktop-revert): Use it.
7580 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
7581 (desktop-after-read-hook): Add option list-buffers.
7582 (desktop-locals-to-save): Add tab-width.
7583 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
7584 Fix docstring.
7585
7586 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
7587
7588 * textmodes/org.el (org-cdlatex-mode-map)
7589 (org-cdlatex-texmathp-advice-is-done): New variables.
7590 (org-cdlatex-mode): New minor mode.
7591 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
7592 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
7593 (org-export-with-archived-trees): New option.
7594 (org-open-file): Remove the call to `convert-standard-filename'.
7595 (org-archive-tag, org-agenda-skip-archived-trees)
7596 (org-cycle-open-archived-trees)
7597 (org-sparse-tree-open-archived-trees): New options.
7598 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
7599 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
7600 New functions.
7601 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
7602 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
7603 (org-mode-map): Add binding for `org-toggle-archive-tag'.
7604 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
7605 Call `org-prepare-agenda-buffers'.
7606 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
7607 (org-file-apps, org-file-apps-defaults-gnu)
7608 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
7609 Handle remote files by forcing them to be opened in Emacs.
7610
7611 2006-06-23 Andre Spiegel <spiegel@gnu.org>
7612
7613 * vc.el (vc-diff-knows-L): New variable.
7614 (vc-diff-internal): Use it to handle "diff" programs that don't
7615 understand -L. This works automatically, no user action is necessary.
7616
7617 2006-06-23 Daniel Brockman <daniel@brockman.se>
7618
7619 * net/rcirc.el (rcirc-default-user-full-name): Default to
7620 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
7621 longer exists).
7622 (rcirc-process-list): Check `buffer-live-p' before attempting to
7623 switch to a buffer.
7624
7625 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
7626
7627 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
7628 based on rcirc-coding-system-alist.
7629
7630 2006-06-23 Martin Rudalics <rudalics@gmx.at>
7631
7632 * cus-edit.el (customize-apropos): A better error message.
7633 (top level) <debug-ignored-errors>: Extend and update the list of
7634 ignored error messages.
7635
7636 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
7637
7638 * complete.el (PC-do-completion): Retain capitalization of user
7639 input, when possible, even if completion-ignore-case is set.
7640
7641 2006-06-23 Eli Zaretskii <eliz@gnu.org>
7642
7643 * generic-x.el (bat-generic-mode): Support .cmd files.
7644
7645 * dos-w32.el (top level): Use find-file-not-found-functions
7646 instead of the obsolete find-file-not-found-hooks.
7647
7648 2006-06-22 Kim F. Storm <storm@cua.dk>
7649
7650 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
7651 to recognize mode name containing submodes, such as Grep/lw.
7652
7653 2006-06-21 Kim F. Storm <storm@cua.dk>
7654
7655 * simple.el (line-move-1): Check for move-end-of-line instead of
7656 end-of-line when setting temporary-goal-column.
7657
7658 2006-06-21 Miles Bader <miles@gnu.org>
7659
7660 * play/cookie1.el (cookie): Work properly when there's only one entry.
7661
7662 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
7663
7664 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
7665 (gdb-frame-handler): Generalize frame regexp for templates.
7666
7667 2006-06-20 Glenn Morris <rgm@gnu.org>
7668
7669 * calendar/appt.el (appt-display-format): Default value must be
7670 one of the customize options.
7671
7672 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
7673
7674 * term/xterm.el (terminal-init-xterm): Update key availability info.
7675 Bind C-return.
7676
7677 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
7678
7679 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
7680
7681 * files.el (hack-local-variables): Run `hack-local-variables-hook'
7682 whether or not a local variables list is defined.
7683
7684 * msb.el (msb): Move `sit-for' hack here to handle both
7685 "mouse-down and drag" and "mouse-up and select" situations.
7686 (mouse-select-buffer): Move `sit-for' hack to `msb'.
7687
7688 2006-06-20 Kenichi Handa <handa@m17n.org>
7689
7690 * international/characters.el (word-combining-categories):
7691 Add entries for 2-byte Han characters.
7692
7693 2006-06-19 Richard Stallman <rms@gnu.org>
7694
7695 * bindings.el (mode-line-format): Save some mode line space.
7696
7697 * files.el (find-file-noselect): Improve the question wording.
7698 (basic-save-buffer-2): Mask UMASK against 666.
7699
7700 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
7701 (mouse-drag-vertical-line): Call it.
7702
7703 * cus-edit.el (customize-option, customize-option-other-window):
7704 Error if SYMBOL is nil.
7705
7706 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
7707
7708 * textmodes/org.el: Require noutline, also on XEmacs.
7709 (org-end-of-subtree): Return point.
7710 (org-dblock-start-re, org-dblock-end-re): New constants.
7711 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
7712 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
7713 (org-update-all-dblocks, org-find-dblock): New functions.
7714 (org-collect-clock-time-entries): New function.
7715 (org-html-handle-time-stamps): Never export CLOCK timeranges.
7716 (org-fixup-indentation): Modify to deal correctly with lines
7717 starting with TAB. Only one argument DIFF now.
7718 (org-demote, org-promote): Call `org-fixup-indentation' with just
7719 one argument, DIFF.
7720 (org-mode): Don't mark buffer as modified when aligning tables.
7721 (org-clock-sum): Don't mark buffer modified when adding time sum
7722 properties.
7723 (org-export-as-html): Add support for a link validation function.
7724 (org-archive-all-done): New function.
7725 (org-archive-subtree): New prefix argument. When set, archive all
7726 done subtrees in this buffer.
7727 (org-remove-clock-overlays)
7728 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
7729 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
7730 (org-put-clock-overlay): Don't swallow last headline character
7731 when displaying overlay.
7732 (org-store-link): Link to `image-mode' with just the file name.
7733
7734 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
7735
7736 * viper-cmd.el (viper-special-read-and-insert-char):
7737 Use read-key-sequence.
7738 (viper-after-change-undo-hook): Misc enhancements.
7739 (viper-after-change-undo-hook): New hook.
7740 (viper-undo): Use viper-after-change-undo-hook.
7741 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
7742 (viper-next-line-at-bol): If point is on a widget or a button, simulate
7743 clicking on that widget/button.
7744
7745 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
7746
7747 * ediff-diff (ediff-test-patch-utility): Catch errors.
7748 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
7749 (ediff-set-actual-diff-options): New function.
7750 (ediff-reset-diff-options, ediff-toggle-ignore-case):
7751 Use ediff-set-actual-diff-options.
7752 (ediff-extract-diffs): Catch errors.
7753 (ediff-whitespace): Add non-breakable space.
7754 (ediff-same-file-contents): Catch errors.
7755
7756 * ediff-mult.el (ediff-collect-custom-diffs):
7757 Save coding-system-for-read.
7758
7759 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
7760 (ediff-vc-internal, ediff-vc-merge-internal):
7761 Use ediff-delete-version-file.
7762 (ediff-delete-version-file): New function.
7763
7764 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
7765
7766 * ediff.el (ediff-directories, ediff-directory-revisions)
7767 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
7768 (ediff-directories-internal, ediff-merge-directory-revisions)
7769 (ediff-merge-directory-revisions-with-ancestor)
7770 (ediff-directories3): Use read-directory-name.
7771
7772 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
7773
7774 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
7775 Remove superfluous part of regexp for brace matching which is handled
7776 by `scan-lists' call.
7777
7778 2006-06-16 Richard Stallman <rms@gnu.org>
7779
7780 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
7781
7782 * files.el (basic-save-buffer-2): For a new precious file,
7783 use the default modes in the return value.
7784
7785 * facemenu.el (facemenu-color-alist): Doc fix.
7786
7787 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
7788
7789 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7790
7791 * cus-start.el (all): Add mac-ts-script-language-on-focus.
7792
7793 * term/mac-win.el (mac-text-encoding-ascii): New constant.
7794 (mac-utxt-to-string): Use it.
7795 (mac-ts-update-active-input-area): Use mac-ae-number.
7796
7797 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
7798
7799 * term.el (term-handle-scroll, term-delete-lines)
7800 (term-insert-lines): Fix off by one errors.
7801
7802 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
7803
7804 * net/tramp.el (tramp-touch): Use UTC to express time.
7805
7806 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
7807
7808 * mail/sendmail.el (mail-send): Search explicitly for
7809 mail-header-separator when checking for corrupted header lines.
7810
7811 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
7812
7813 * progmodes/gdb-ui.el (gdb-same-frame): New option.
7814 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
7815 (gdb-init-1): Initialise them.
7816 (gdb-starting): Reset gdb-printing
7817 (gdb-starting): Save value of gud-overlay-arrow-position.
7818 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
7819 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
7820 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
7821 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
7822
7823 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
7824
7825 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
7826
7827 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
7828
7829 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
7830 (ldap-search-internal): Keep error messages, and a regexp fix.
7831
7832 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
7833
7834 * files.el (hack-local-variables-confirm):
7835 Display string value using its printed representation.
7836
7837 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
7838
7839 * server.el (server-edit): No-op if no server buffers exist.
7840
7841 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
7842
7843 * textmodes/page-ext.el (pages-directory-for-addresses):
7844 Including `pages-directory-address-mode' in the function results
7845 in the message "Buffer in which pages were found is deleted".
7846
7847 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
7848
7849 * textmodes/org.el (org-agenda-mode-map): Add bindings for
7850 clocking functions.
7851
7852 (org-agenda-clock-in, org-check-running-clock)
7853 (org-clock-out-if-current, org-remove-clock-overlays)
7854 (org-put-clock-overlay): New functions.
7855 (org-clock-marker, org-clock-file-total-minutes)
7856 (org-clock-overlays): New variables.
7857 (org-clock-display, org-clock-sum, org-clock-cancel)
7858 (org-clock-out, org-clock-in): New commands.
7859 (org-export): New function.
7860 (org-emph-re): New constant.
7861 (org-set-emph-re, org-do-emphasis-faces): New functions.
7862 (org-emphasis-regexp-components, org-emphasis-alist): New options.
7863 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
7864 (org-export-html-convert-emphasize): Use the configurable emphasis.
7865 (org-cleaned-string-for-export): Make multiline emphasis visible
7866 to the exporter. New optional argument PARAMETERS.
7867 (org-export-as-html): Specify :emph-multiline parameter to
7868 `org-cleaned-string-for-export'.
7869
7870 2006-06-10 Richard Stallman <rms@gnu.org>
7871
7872 * help.el (help-for-help-internal): Clean up help text.
7873
7874 2006-06-10 Andreas Schwab <schwab@suse.de>
7875
7876 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
7877 in doc string.
7878
7879 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
7880
7881 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
7882
7883 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
7884 spaces after the comment start.
7885
7886 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7887
7888 * play/pong.el (pong-init-buffer):
7889 Fill buffer with spaces instead of ^A.
7890
7891 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
7892 launched asynchronously, delete its process instead of being cool.
7893 (ispell-async-processp): Check for `delete-process' existence
7894 instead of `kill-process' one for consistency.
7895
7896 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
7897
7898 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
7899 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
7900 in mode line at startup.
7901
7902 2006-06-08 Kim F. Storm <storm@cua.dk>
7903
7904 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
7905 (ido-init-completion-maps): Bind them to M-SPC and M-v.
7906 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
7907 (ido-file-internal): Pass full file name to write-file.
7908 (ido-read-internal): Only pop stack elements automatically if they
7909 actually match an existing directory or file name.
7910
7911 2006-06-07 Kenichi Handa <handa@m17n.org>
7912
7913 * international/mule.el (find-auto-coding): Don't handle the short
7914 name `char-trans'.
7915
7916 * files.el (hack-local-variables-prop-line)
7917 (hack-local-variables): Cancel the previous change.
7918
7919 2006-06-06 Jesper Harder <harder@phys.au.dk>
7920
7921 * ediff-diff.el (ediff-test-utility): Protect against file-error.
7922
7923 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
7924
7925 * diff-mode.el (diff-mode): Set buffer-read-only to t when
7926 diff-default-read-only is non-nil.
7927 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
7928 (diff-refine-hunk): Set inhibit-read-only to t.
7929
7930 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
7931 modifying the *Diff* buffer.
7932 (diff-process-filter): New filter function for diff process that
7933 sets inhibit-read-only to t when modifying the *Diff* buffer.
7934
7935 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
7936
7937 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
7938 insertion point and control the number of empty lines.
7939 (org-paste-subtree): Limit the number of empty lines at the end of
7940 the inserted tree.
7941 (org-agenda): Use buffer name of current file for narrowing.
7942 (org-export-as-xml): Command removed.
7943 (org-export-xml-type): Option removed.
7944 (org-mode-map): Call `org-export-as-xoxo' directly.
7945 (org-get-indentation): New optional argument LINE.
7946 (org-fix-indentation, org-remove-tabs): New functions.
7947 (org-export-as-ascii, org-ascii-level-start): Determine and apply
7948 correct indentation for headlines that are converted it items.
7949 (org-skip-comments): Remove table lines that contain narrowing
7950 cookies but no other non-empty fields.
7951 (org-set-tags): Allow groups of mutually exclusive tags.
7952 (org-cmp-time): Sort 24:21 before items without time.
7953 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
7954 (org-open-at-point): Require double colon also for numbers.
7955
7956 2006-06-06 Kim F. Storm <storm@cua.dk>
7957
7958 * ido.el (ido-default-file-method, ido-default-buffer-method):
7959 Make choice values consistent with corresponding command names.
7960 (ido-visit-buffer): Update accordingly. Default to selected-window.
7961
7962 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
7963
7964 * progmodes/gud.el (gud-running): Fix doc string.
7965 (gud-menu-map): Use :visible instead fo :enable for debugger test.
7966 (gud-tooltip-modes): Add python-mode.
7967 (gud-tooltip-print-command): Add pdb. Remove perldb.
7968
7969 2006-06-05 Eli Zaretskii <eliz@gnu.org>
7970
7971 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
7972 Quote $(EMACS).
7973
7974 2006-06-05 Richard Stallman <rms@gnu.org>
7975
7976 * faces.el (defined-colors): Doc fix.
7977
7978 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
7979
7980 * vc.el (vc-process-filter): Inhibit undo info collection around
7981 call to insert.
7982 (vc-setup-buffer): Likewise for call to erase-buffer.
7983 (vc-do-command): Likewise for call to process-file.
7984
7985 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
7986
7987 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
7988 for gud-go.
7989 (gud-common-init): Other debuggers may trigger error.
7990
7991 2006-06-05 Kenichi Handa <handa@m17n.org>
7992
7993 * international/mule.el (find-auto-coding):
7994 Handle enable-character-translation in file header.
7995
7996 2006-06-04 Kim F. Storm <storm@cua.dk>
7997
7998 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
7999 (authors-fixed-entries): Fix spelling.
8000 (authors-canonical-file-name): Don't report error for wildcards.
8001
8002 * help.el (view-emacs-news): Rewrite to support new NEWS,
8003 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
8004 e.g. version 10 matches 1.10, and don't be confused by version 1.1
8005 being a prefix of 1.12 (etc). A numeric prefix arg also works.
8006
8007 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
8008
8009 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
8010 exec constructs like `foo bar`.
8011 (sh-quoted-subshell): New helper function to search for a possibly
8012 nested subshell (like `` or $()) within a "" quoted string.
8013 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
8014 (sh-apply-quoted-subshell): Flag quote characters inside a
8015 subshell, which is itself already in a quoted region, as
8016 punctuation, since this is the closest to what they actually are.
8017 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
8018 sh-apply-quoted-subshell.
8019 (sh-font-lock-syntactic-face-function): Apply the new face for
8020 text inside `` instead of the old font-lock-string-face.
8021
8022 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8023
8024 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
8025 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
8026 (mac-bytes-to-text-range, mac-ae-text-range-array)
8027 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
8028 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
8029 (mac-ts-unicode-for-key-event): New functions.
8030 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
8031 (mac-handle-font-selection): Use mac-ae-number.
8032 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
8033 New variables.
8034 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
8035 (mac-ts-converted-text, mac-ts-selected-converted-text)
8036 (mac-ts-block-fill-text, mac-ts-outline-text)
8037 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
8038 (mac-ts-hilite-style-faces): New constant.
8039 (mac-apple-event-map): Bind text input events.
8040 (mac-dispatch-apple-event): Use command-execute instead of
8041 call-interactively.
8042 (global-map): Don't bind mac-apple-event.
8043 (special-event-map): Bind mac-apple-event.
8044
8045 2006-06-02 Eli Zaretskii <eliz@gnu.org>
8046
8047 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
8048 file name.
8049 (emacs): Enclose the value of $(EMACS) in quotes.
8050
8051 2006-06-02 Juri Linkov <juri@jurta.org>
8052
8053 * international/mule.el (sgml-html-meta-auto-coding-function):
8054 Remove the condition `(search-forward "<html" size t)'.
8055 Replace `\"' with `[\"']?' in `re-search-forward'.
8056
8057 2006-06-02 Kenichi Handa <handa@m17n.org>
8058
8059 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
8060 as well as `coding'.
8061 (hack-local-variables): Likewise.
8062
8063 * international/mule.el (enable-character-translation):
8064 Put permanent-local and safe-local-variable properties.
8065 (find-auto-coding): Handle char-trans: tag.
8066
8067 2006-06-02 Juri Linkov <juri@jurta.org>
8068
8069 * international/mule.el (sgml-html-meta-auto-coding-function):
8070 Limit the search by the end of the HTML header (if any).
8071
8072 2006-06-01 Richard Stallman <rms@gnu.org>
8073
8074 * subr.el (with-current-buffer): Doc fix.
8075
8076 2006-06-02 Masatake YAMATO <jet@gyve.org>
8077
8078 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
8079 Almost rewrite. Underlines over all lines of gcov output are too
8080 uncomfortable to read. Suggested by Dan Nicolaescu.
8081
8082 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
8083
8084 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
8085
8086 * shell.el (shell-mode): Use shell-mode-map in docstring.
8087
8088 * comint.el (comint-send-input): Do not add help-echo and
8089 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
8090
8091 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8092
8093 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
8094
8095 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
8096
8097 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
8098 (gdb-stopped, gdb-info-stack-custom): If there is no source info
8099 look up the stack and pop up GUD buffer if necessary.
8100 (gdb-frames-select): Remove redundant call to gud-display-frame.
8101 (gdb-info-threads-custom): Keep point at start of buffer.
8102 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
8103
8104 2006-05-31 Juri Linkov <juri@jurta.org>
8105
8106 * replace.el (query-replace-read-from, query-replace-read-to):
8107 Bind `history-add-new-input' to nil. Call `add-to-history'.
8108
8109 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
8110
8111 * textmodes/table.el: Convert all HTML tags to lower case for
8112 XHTML compatibility.
8113
8114 2006-05-31 Masatake YAMATO <jet@gyve.org>
8115
8116 * progmodes/compile.el:
8117 (compilation-error-regexp-alist-alist::gcov-called-line):
8118 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
8119
8120 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
8121
8122 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
8123 Revert inadvertent changes made with last commit.
8124
8125 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
8126
8127 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
8128 New functions.
8129
8130 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
8131
8132 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
8133
8134 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
8135 only matches in the right place.
8136 (org-upcoming-deadline): New face.
8137 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
8138 (org-export-ascii-underline): Rename constant `org-ascii-underline'
8139 and make it an option.
8140 (org-export-ascii-bullets): New option.
8141 (org-export-as-html): Many changes to emit valid XHTML.
8142 (org-par-open): New variable.
8143 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
8144 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
8145 (org-timeline): Pass `org-timeline-show-empty-dates' to
8146 `org-get-all-dates'. Interpret empty dates returned by
8147 `org-get-all-dates'.
8148 (org-get-all-dates): New argument EMPTY. Add dates without
8149 entries to the list, mark large ranges of empty dates.
8150 (org-point-in-group, org-context): New functions.
8151
8152 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
8153
8154 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
8155
8156 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
8157 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
8158 to C-mouse-3 (for 2 button mice).
8159 (gdb-send): Do the right thing for C-d.
8160
8161 * speedbar.el (speedbar-detach): Delete.
8162 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
8163 it breaks things.
8164 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
8165
8166 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
8167
8168 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
8169 Makeppfile.
8170
8171 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8172 Add makepp diagnostic.
8173
8174 2006-05-29 Richard Stallman <rms@gnu.org>
8175
8176 * window.el (fit-window-to-buffer): Doc fix.
8177
8178 * help.el (temp-buffer-max-height): Doc fix.
8179
8180 * subr.el (with-current-buffer): Doc fix.
8181
8182 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8183
8184 * term/x-win.el: Bind F10 to menu-bar-start if available.
8185
8186 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
8187
8188 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
8189 uses with a simple test.
8190 (term-set-escape-char, term-mode, term-check-kill-echo-list)
8191 (term-send-raw-string, term-send-raw, term-mouse-paste)
8192 (term-char-mode, term-line-mode, term-exec, term-sentinel)
8193 (term-handle-exit, term-read-input-ring)
8194 (term-previous-matching-input-string)
8195 (term-previous-matching-input-string-position)
8196 (term-previous-matching-input-from-input)
8197 (term-replace-by-expanded-history, term-send-input)
8198 (term-skip-prompt, term-bol, term-send-invisible)
8199 (term-kill-input, term-delchar-or-maybe-eof)
8200 (term-backward-matching-input, term-check-source)
8201 (term-proc-query, term-emulate-terminal)
8202 (term-handle-colors-array, term-process-pager, term-pager-line)
8203 (term-pager-bob, term-unwrap-line, term-word)
8204 (term-dynamic-complete-filename)
8205 (term-dynamic-complete-as-filename)
8206 (term-dynamic-simple-complete): Replace one arm ifs with whens or
8207 unlesses.
8208
8209 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
8210
8211 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
8212 during bootstrapping.
8213
8214 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
8215 Basically undo the change of 2006-05-26: use extra arguments instead of
8216 dynamic scoping.
8217 (ewoc-locate): Remove unused var `footer'.
8218
8219 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8220
8221 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
8222
8223 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
8224 (generate-file-autoloads): Obey it. Return whether autoloads were
8225 added at point or not.
8226 (update-file-autoloads): Use this new return value.
8227 Remove redundant test for the presence of an autoload cookie.
8228
8229 * emacs-lisp/autoload.el (autoload-find-file): New fun.
8230 This one calls hack-local-variables.
8231 (generate-file-autoloads, update-file-autoloads): Use it.
8232
8233 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
8234 (bibtex-sort-entry-class): Add safe-local-variable predicate.
8235 (bibtex-sort-entry-class-alist): Don't set the global value.
8236 (bibtex-init-sort-entry-class-alist): New fun.
8237 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
8238 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
8239 of bibtex-init-sort-entry-class.
8240
8241 2006-05-28 Richard Stallman <rms@gnu.org>
8242
8243 * subr.el (load-history-regexp): If FILE is relative, insist
8244 entire last name component must match it.
8245 (load-history-filename-element, load-history-regexp): Doc fixes.
8246
8247 2006-05-29 Kim F. Storm <storm@cua.dk>
8248
8249 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
8250 `pos' and `raw-data' for clarity, as eval forms may access these.
8251
8252 2006-05-28 Kim F. Storm <storm@cua.dk>
8253
8254 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
8255
8256 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8257
8258 * progmodes/make-mode.el (makefile-browser-map)
8259 (makefile-mode-syntax-table): Move initialization inside declaration.
8260 (makefile-fill-paragraph): Use the default comment-filling code.
8261
8262 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
8263
8264 * replace.el (query-replace-defaults): New variable.
8265 (query-replace-read-from): Use `query-replace-defaults' for
8266 default value, instead of history list.
8267 (query-replace-read-to): Update `query-replace-defaults'.
8268
8269 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
8270
8271 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
8272 with no X toolkit.
8273
8274 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
8275
8276 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
8277 (tumme-show-all-from-dir): Add autoload.
8278
8279 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
8280
8281 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
8282 (tumme-remove-tag): Fix bug.
8283
8284 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
8285
8286 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
8287 FOOTER args. Update unique caller.
8288 (ewoc-delete): Compute last node once before looping.
8289 (ewoc--node-branch): Merge into unique caller.
8290 (ewoc--node): Don't define constructor make-ewoc--node for this
8291 structure.
8292 (ewoc): Add member `hf-pp' to this structure.
8293 (ewoc--wrap): New func.
8294 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
8295 header/footer pretty-printers. Save header/footer pretty-printer.
8296 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
8297
8298 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
8299
8300 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
8301
8302 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
8303 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
8304 Tag'. Change "Compare directories..." to "Change Directories...".
8305 Move tumme commands to Operate, Regexp and Immediate menus.
8306 Change "Add Comment" to "Add Image Comment". Change "Add Image
8307 Tag" to "Add Image Tags".
8308
8309 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
8310 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
8311 `tumme-delete-tag'.
8312
8313 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
8314
8315 * shell.el (shell-mode): Call shell-dirtrack-mode after
8316 list-buffers-directory is made a local variable, to avoid setting
8317 the default value.
8318
8319 2006-05-26 Kevin Ryde <user42@zip.com.au>
8320
8321 * info.el (Info-index-next): Use where-is-internal to report
8322 actual binding of Info-index-next, rather than hard-coded `,'.
8323
8324 2006-05-26 Eli Zaretskii <eliz@gnu.org>
8325
8326 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
8327 and "Find Command in Manual" to here.
8328
8329 * buff-menu.el (list-buffers-noselect): For Info buffers, use
8330 Info-current-file as the file name.
8331
8332 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
8333
8334 * ses.el (defadvice undo-more): Delete this defadvice. The undo
8335 overrides will now be done a different way.
8336 (ses-set-parameter): Reapply this function for undo.
8337 (ses-set-header-row): Reconstruct header row during undo.
8338 (ses-widen): New function.
8339 (ses-goto-data, ses-reconstruct-all): Use new function.
8340 (ses-command-hook): Widen buffer during undo, before unupdating
8341 the cells.
8342 (ses-insert-row, ses-delete-row): Widen buffer during undo.
8343 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
8344 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
8345 formula hasn't been executed yet.
8346
8347 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
8348
8349 * comint.el (comint-kill-whole-line): Rename arg to count.
8350 Fix doc string.
8351
8352 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
8353
8354 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
8355 to copy-file.
8356
8357 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
8358
8359 * simple.el (toggle-truncate-lines): Make arg optional for
8360 backward compatibility.
8361
8362 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
8363
8364 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
8365 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
8366 DLL arg. Instead, use ewoc--current-dll. Update all callers.
8367 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
8368 (ewoc--adjust): Use ewoc--current-dll.
8369 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
8370
8371 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
8372
8373 * textmodes/org.el (org-next-item, org-previous-item): Emit more
8374 compact error message.
8375 (org-tags-view): Refresh category table in each file.
8376 (org-table-justify-field-maybe): Remove superfluous arguments to
8377 `format'.
8378 (org-export-as-html): Insert "<p>" before postamble.
8379 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
8380
8381 2006-05-26 Kenichi Handa <handa@m17n.org>
8382
8383 * textmodes/po.el (po-find-charset): Pay attention to the case
8384 FILENAME is a cons (NAME . BUFFER).
8385 (po-find-file-coding-system-guts): Likewise.
8386
8387 * arc-mode.el (archive-set-buffer-as-visiting-file):
8388 Call find-operation-coding-system with (FILENAME . BUFFER).
8389
8390 * tar-mode.el (tar-extract): Call find-operation-coding-system
8391 with (FILENAME . BUFFER).
8392
8393 * international/mule.el (decode-coding-inserted-region):
8394 Call find-operation-coding-system with (FILENAME . BUFFER).
8395
8396 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
8397
8398 * image-mode.el (image-toggle-display): Use buffer contents to
8399 generate image for a remote file.
8400
8401 2006-05-25 Juri Linkov <juri@jurta.org>
8402
8403 * replace.el (query-replace-read-from, query-replace-read-to):
8404 Remove 8th arg KEEP-ALL in read-from-minibuffer.
8405
8406 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
8407
8408 * whitespace.el (whitespace-cleanup): Change to cleanup
8409 region if one is active.
8410 * whitespace.el (whitespace-cleanup-internal): New internal method.
8411
8412 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
8413
8414 * dired.el (dired-mode-map): Add help-echo strings to tumme
8415 commands. Bind `tumme-dired-display-image' to C-t i.
8416
8417 * tumme.el (tumme-display-image): Change documentation string slightly.
8418 (tumme-dired-display-image): Add call to `display-buffer'.
8419
8420 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
8421
8422 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
8423 Signal error if RAW-DATA is a multibyte string.
8424
8425 2006-05-24 Richard Stallman <rms@gnu.org>
8426
8427 * subr.el (with-local-quit): When handling `quit' signal,
8428 make a chance for quit-flag to cause a quit.
8429
8430 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
8431 (ad-disable-advice): Add autoloads.
8432
8433 * subr.el (read-passwd): Copy PROMPT before changing its properties.
8434
8435 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
8436
8437 * dired.el (dired-mode-map): Change menu items for tumme as per
8438 suggestions in emacs-devel.
8439
8440 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
8441
8442 * dired.el (dired-mode-map): Fix breakage.
8443
8444 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
8445
8446 * tumme.el (tumme-display-dired-image): Rename to...
8447 (tumme-dired-display-image): ...this.
8448 (tumme-track-movement): Change default value to t.
8449 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
8450 used from `tumme-next-line-and-display' and similar commands.
8451
8452 * dired.el (dired-mode-map): Add Thumbnail submenu under the
8453 Immediate menu. Add some tumme commands there.
8454
8455 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
8456
8457 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
8458
8459 2006-05-24 Chong Yidong <cyd@mit.edu>
8460
8461 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
8462 menu entries that open submenus.
8463
8464 2006-05-24 Alan Mackenzie <acm@muc.de>
8465
8466 * startup.el (command-line): For names of preloaded files, don't
8467 append ".elc" (now done in Fload), and call file-truename on the
8468 lisp directory.
8469
8470 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
8471 match ANY loaded file with the right name, not just those in
8472 load-path. Put a regexp matching the file name into
8473 after-load-alist, rather than the name itself.
8474
8475 * subr.el (load-history-regexp, load-history-filename-element)
8476 (do-after-load-evaluation): New functions.
8477
8478 * international/mule.el (load-with-code-conversion): Do the
8479 eval-after-load stuff by calling do-after-load-evaluation.
8480
8481 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
8482
8483 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
8484 has not been killed.
8485
8486 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8487
8488 * term/mac-win.el: Set idle timer to clean up expired Apple events.
8489 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
8490 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
8491 Optionally set error message in reply.
8492
8493 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
8494
8495 * textmodes/org.el (org-open-at-point): Use renamed variable
8496 `org-confirm-shell-link-function'.
8497 (org-confirm-shell-link-function): Rename from
8498 `org-confirm-shell-links'.
8499 (org-export-directory): New function.
8500 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
8501 (org-export-icalendar): Use `org-export-directory'.
8502 (org-indent-item): Keep cursor position.
8503 (org-link-file-path-type): New option.
8504 (org-export-as-html): Fix bug with plain lists starting in
8505 column 0.
8506 (org-export-as-html): Remove deadline formatting, this happens
8507 now already in `org-html-handle-time-stamps'.
8508 (org-export-html-style): Deadline class removed.
8509 (org-insert-labeled-timestamps-at-point): New option.
8510 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
8511 of `hide-sublevels 1', in case the first headline is not level 1.
8512 (org-overview, org-content): New fuction.
8513 (org-cycle-global-status, org-cycle-subtree-status): Make these
8514 variables buffer-local.
8515 (org-global-cycle): New command.
8516 (org-shifttab): Use `org-global-cycle'.
8517 (org-insert-heading, org-insert-item): Go to end of new
8518 headline/item after creating it.
8519 (org-export-visible): Rename from `org-export-copy-visible'.
8520 Now creates a temporary org-file and applies an exporting command
8521 to it.
8522 (org-table-eval-formula): Support for lisp forms.
8523 (org-agenda-todo-ignore-scheduled): New option.
8524 (org-agenda-get-todos): Use new option
8525 `org-agenda-todo-ignore-scheduled'.
8526 (org-export-html-inline-images): New value `maybe'.
8527 (org-export-as-html): Inlining of images dependent on link description.
8528 (org-archive-subtree): Check for end-of-buffer before trying
8529 `kill-line'.
8530 (org-agenda-follow-mode): New option.
8531 (org-export-with-tags, org-export-with-timestamps): New options.
8532 (org-html-handle-time-stamps): New function.
8533 (org-keyword-time-regexp): New variable.
8534 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
8535 (org-agenda-todo-list-sublevels): New option.
8536 (org-html-level-start): When TITLE is nil, just close all levels.
8537 (org-parse-key-lines, org-parse-export-options): Remove functions,
8538 replaced by `org-infile-export-plist'.
8539 (org-combine-plists, org-infile-export-plist)
8540 (org-default-export-plist): New functions.
8541 (org-export-html-preamble, org-export-html-postamble)
8542 (org-export-html-auto-preamble, org-export-html-auto-postamble):
8543 New variables.
8544 (org-export-publishing-directory): New option.
8545 (org-export-as-html, org-export-as-ascii): Use the new property
8546 lists for settings.
8547 (org-export-copy-visible, org-export-as-xoxo):
8548 Respect `org-export-publishing-directory'.
8549 (org-link-search, org-store-link, org-file-apps): Support for
8550 links to BibTeX database entries..
8551 (org-get-current-options, org-set-regexps-and-options):
8552 Implement logging as a startup option.
8553 (org-store-link): Make sure context string is never empty
8554 (org-insert-link): Use relative path when possible.
8555 (org-at-item-checklet-p): New function.
8556 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
8557 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
8558 (org-metaright, org-metaup, org-metadown, org-shiftup)
8559 (org-shiftdown, org-shiftright, org-shiftleft)
8560 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
8561 Dispatch using `call-interactively'.
8562 (org-call-with-arg): New defsubst.
8563 (org-tag-alist, org-use-fast-tag-selection): New options.
8564 (org-complete): Use `org-tag-alist'.
8565 (org-fast-tag-insert, org-fast-tag-selection): New functions.
8566 (org-next-item, org-previous-item): New commands.
8567 (org-beginning-of-item, org-end-of-item): Add (interactive) to
8568 make command.
8569 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
8570
8571 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
8572
8573 * emacs-lisp/ewoc.el (ewoc-delete): New function.
8574 (ewoc-filter): Use `ewoc-delete'.
8575
8576 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
8577
8578 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
8579
8580 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
8581 Signal more user-friendly error messages.
8582
8583 * complete.el (PC-do-completion): Undo the addition of implicit
8584 wildcards if they did not lead to finding any match.
8585 (read-file-name-internal): Don't add the final > if the completion is
8586 not finished.
8587
8588 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
8589
8590 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
8591 Quote safe-local-variable predicate.
8592
8593 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
8594
8595 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
8596
8597 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8598
8599 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
8600
8601 * progmodes/make-mode.el (makefile-special-targets-list)
8602 (makefile-macro-table, makefile-target-table): Mark as risky.
8603 (makefile-query-one-target-method): Make this the alias for the
8604 following variable.
8605 (makefile-query-one-target-method-function): Make this the real name.
8606
8607 * textmodes/artist.el (artist-text-renderer): Make this the alias
8608 for the following variable.
8609 (artist-text-renderer-function): Make this the real name.
8610
8611 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
8612 the alias for the following variable.
8613 (flyspell-generic-check-word-predicate): Make this the real name.
8614
8615 * textmodes/ispell.el (ispell-format-word): Make this the alias
8616 for the following variable.
8617 (ispell-format-word-function): Make this the real name.
8618 (ispell-message-text-end): Mark as risky.
8619
8620 * skeleton.el (skeleton-transformation, skeleton-filter)
8621 (skeleton-pair-filter): Make these the aliases for the following
8622 variables.
8623 (skeleton-transformation-function, skeleton-filter-function)
8624 (skeleton-pair-filter-function): Make these the real names.
8625
8626 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
8627 and skeleton-pair-filter-function.
8628
8629 * textmodes/sgml-mode.el (sgml-transformation): Make this the
8630 alias for the following variable.
8631 (sgml-transformation-function): Make this the real name.
8632 (sgml-tag-alist): Mark as risky.
8633
8634 2006-05-21 Richard Stallman <rms@gnu.org>
8635
8636 * simple.el (kill-region): Interactively, pass point, then mark.
8637
8638 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
8639
8640 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
8641
8642 2006-05-21 Romain Francoise <romain@orebokech.com>
8643
8644 * dired-x.el (dired-mode-map): Don't bind M-g.
8645
8646 2006-05-20 Richard Stallman <rms@gnu.org>
8647
8648 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
8649 (dired-goto-file): Doc fix.
8650
8651 2006-05-21 Kim F. Storm <storm@cua.dk>
8652
8653 * emulation/cua-base.el: Mention customizing cua-mode as alternative
8654 way to enable built-in cua-mode if user loads older CUA-mode package.
8655
8656 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
8657 if default-filename is specified.
8658
8659 2006-05-20 Eli Zaretskii <eliz@gnu.org>
8660
8661 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
8662
8663 * info.el (info-apropos): Make sure current-file and current-node
8664 have non-nil values. Speed up by using add-to-list instead of
8665 manual consing.
8666
8667 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8668
8669 * progmodes/make-mode.el (makefile-mode): Doc fix.
8670
8671 2006-05-20 Eli Zaretskii <eliz@gnu.org>
8672
8673 * dired-aux.el (dired-do-shell-command): Doc fix.
8674
8675 2006-05-20 Kevin Ryde <user42@zip.com.au>
8676
8677 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
8678 ``(custom-manual :tag "Foo" "(foo)Node")''.
8679
8680 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
8681
8682 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
8683 value is an integer.
8684
8685 2006-05-20 Eli Zaretskii <eliz@gnu.org>
8686
8687 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
8688 "format".
8689 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
8690
8691 2006-05-20 Martin Rudalics <rudalics@gmx.at>
8692
8693 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
8694 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
8695
8696 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
8697
8698 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
8699 regexp for keywords.
8700
8701 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
8702
8703 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
8704 replace-regexp-in-string.
8705
8706 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
8707 encode, and escape file name on conversion to URL.
8708
8709 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8710
8711 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
8712 Don't unescape URL.
8713 (dnd-get-local-file-name): Unescape URL on conversion to file name.
8714
8715 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
8716 on conversion to URLs.
8717
8718 * net/browse-url.el (browse-url-file-url): Encode file name on
8719 conversion to URL.
8720
8721 * term/mac-win.el (mac-ae-open-documents): Escape file name on
8722 conversion to URL.
8723
8724 2006-05-19 Eli Zaretskii <eliz@gnu.org>
8725
8726 * progmodes/cc-styles.el (c-style-alist): Doc fix.
8727
8728 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8729
8730 * term/mac-win.el (mac-bytes-to-digits): Remove function.
8731 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
8732
8733 2006-05-19 Glenn Morris <rgm@gnu.org>
8734
8735 * calendar/diary-lib.el (diary-bahai-date)
8736 (list-bahai-diary-entries, mark-bahai-diary-entries)
8737 (mark-bahai-calendar-date-pattern): Not interactive.
8738 (add-to-diary-list): New optional arg LITERAL. Doc fix.
8739 (diary-entries-list): Change format of 4th element in each entry.
8740 (diary-list-entries): Use add-to-diary-list.
8741 (diary-goto-entry): Handle the case where the buffer visiting the
8742 diary has been killed.
8743 (fancy-diary-display): Add 'locator to button rather than 'marker.
8744 Only generate temp-face when there are marks to apply.
8745 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
8746 (diary-fancy-date-pattern): New variable.
8747 (diary-time-regexp): Doc fix.
8748 (diary-anniversary, diary-time): New faces.
8749 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
8750 diary-time-regexp. Add font-lock-multiline property where needed.
8751 Use new faces diary-anniversary and diary-time.
8752 (diary-fancy-font-lock-fontify-region-function): New function, to
8753 handle multiline font-lock pattern in fancy diary.
8754 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
8755 (diary-font-lock-keywords): Tweak time regexp. Use new face
8756 diary-time.
8757
8758 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
8759
8760 * international/code-pages.el (mik): Table corrected.
8761
8762 2006-05-18 Kim F. Storm <storm@cua.dk>
8763
8764 * progmodes/grep.el (grep-find): Don't check grep-find-command
8765 before running command (breaks non-interactive usage).
8766
8767 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
8768
8769 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
8770 (ewoc--insert-new-node): Don't insert trailing newline.
8771 Instead, adjust successor nodes's start markers.
8772 (ewoc--refresh-node): Delete all text from current node's start
8773 marker to the next one's; adjust successor nodes's start markers.
8774 (ewoc--create): Doc fixes.
8775 (ewoc--refresh): Don't insert newline.
8776 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
8777 * pcvs.el (cvs-make-cvs-buffer):
8778 Specify extra newline for ewoc's header and footer.
8779 (cvs-update-header): Update initial header recognition.
8780 Append newline to final header and footer values.
8781 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
8782
8783 2006-05-17 Richard Stallman <rms@gnu.org>
8784
8785 * files.el (file-name-extension): Doc fix.
8786
8787 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
8788
8789 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
8790 we can explicitly enable/disable rather than toggle.
8791 (shell-mode): Use it.
8792 (shell-cd): Don't try to reproduce what `cd' does.
8793
8794 2006-05-17 Kim F. Storm <storm@cua.dk>
8795
8796 * ido.el (ido-read-internal): Use only nondirectory part of
8797 default item.
8798
8799 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
8800
8801 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
8802 (ewoc-nth): Doc fix.
8803
8804 (ewoc-map, ewoc-invalidate): Compute PP before looping.
8805
8806 2006-05-16 Eli Zaretskii <eliz@gnu.org>
8807
8808 * international/mule.el (auto-coding-alist): Add .lha to files
8809 read with no-conversion.
8810
8811 * files.el (auto-mode-alist): Add .lha files to archive file
8812 extensions.
8813
8814 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
8815 Convert csize to integer when computing offsets within the
8816 compressed archive file.
8817
8818 2006-05-16 Kim F. Storm <storm@cua.dk>
8819
8820 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
8821 with read-from-minibuffer.
8822
8823 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
8824
8825 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
8826 (byte-compile-warnings): Fix safe-local-variable property.
8827
8828 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
8829
8830 * allout.el (allout-show-bodies, allout-old-style-prefixes)
8831 (allout-stylish-prefixes, allout-numbered-bullet)
8832 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
8833 predicates to qualify `safe-local-variable' property, when
8834 available, else use equivalent lambda.
8835 (allout-current-topic-collapsed-p): Do the right thing regarding
8836 trailing blank lines.
8837
8838 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
8839
8840 * server.el (server-start): Only create a directory if needed.
8841 (server-edit, server-unload-hook): server-start => server-mode.
8842 (kill-emacs-hook): Cleanup upon exit.
8843
8844 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
8845
8846 * hexl.el (hexlify-buffer): Encode process arguments manually.
8847
8848 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
8849
8850 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
8851 call to gdb-tooltip-print.
8852
8853 2006-05-15 Romain Francoise <romain@orebokech.com>
8854
8855 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
8856 systems, default to "tar" since those systems probably have GNU tar.
8857
8858 2006-05-14 Lars Hansen <larsh@soem.dk>
8859
8860 * desktop.el (desktop-missing-file-warning): Fix docstring.
8861 (desktop-restore-file-buffer): Correct question asked on missing file.
8862
8863 2006-05-14 Kim F. Storm <storm@cua.dk>
8864
8865 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
8866 Add CUA move property.
8867
8868 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
8869
8870 * custom.el (custom-push-theme): Load the variable before checking
8871 its `standard-value'.
8872
8873 2006-05-13 Lars Hansen <larsh@soem.dk>
8874
8875 * desktop.el (desktop-save): Use with-temp-buffer.
8876
8877 2006-05-12 Glenn Morris <rgm@gnu.org>
8878
8879 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
8880 * calendar/calendar.el (calendar-mode-map):
8881 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
8882 * calendar/appt.el (appt-check, appt-make-list): Refer to
8883 diary-view-entries, diary-list-entries, diary-show-all-entries
8884 rather than obsolete aliases.
8885
8886 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
8887
8888 * simple.el (line-move-finish): Avoid calling point motion hooks
8889 while processing intangibility.
8890
8891 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
8892
8893 * term/xterm.el (terminal-init-xterm): Fix typo.
8894
8895 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
8896
8897 * allout.el (allout-view-change-hook): Mark as being deprecated,
8898 to be replaced by `allout-exposure-change-hook'.
8899 (allout-exposure-change-hook): New, replacing
8900 `allout-view-change-hook'.
8901 (allout-flag-region): Run new hook `allout-exposure-change-hook',
8902 in addition to `allout-view-change-hook'.
8903 (allout-show-bodies, allout-old-style-prefixes)
8904 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
8905 lambda forms to prevent their showing up in variable help
8906 presentations as inscrutable byte-compiled code.
8907 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
8908 Use string-or-null-p to qualify safe-local-variable values.
8909 (allout-reindent-bodies): Use memq to qualify matches against
8910 valid safe-local-variable values. Also, quote the lambda as above.
8911 (allout-use-mode-specific-leader): Add missing candidate-value
8912 symbols, use memq, and quote the lambda.
8913 (allout-overlay-interior-modification-handler): Remove unused
8914 variables `msg' and 'opened'.
8915 (allout-hidden-p): Constrain invisibility consideration to allout's
8916 invisibility spec, disregarding invisibility for other reasons.
8917
8918 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
8919
8920 * files.el (version-control): Correct safe values.
8921
8922 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
8923
8924 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
8925
8926 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
8927 (ewoc--insert-new-node): New func.
8928 Update callers of deleted funcs to use it, instead.
8929
8930 2006-05-11 Glenn Morris <rgm@gnu.org>
8931
8932 * calendar/calendar.el (diary-show-all-entries): Do not refer to
8933 obsolete alias `show-all-diary-entries'.
8934 (make-diary-entry): Not interactive.
8935 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
8936 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
8937 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
8938 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
8939 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
8940 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
8941
8942 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8943
8944 * calendar/calendar.el (calendar-french-date-string)
8945 (calendar-mayan-date-string, calendar-chinese-date-string)
8946 (calendar-astro-date-string, calendar-iso-date-string)
8947 (calendar-islamic-date-string, calendar-bahai-date-string)
8948 (calendar-hebrew-date-string, calendar-coptic-date-string)
8949 (calendar-ethiopic-date-string, calendar-persian-date-string):
8950 These functions are not interactive.
8951
8952 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
8953
8954 * files.el: Balance parentheses.
8955
8956 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
8957
8958 * files.el, newcomment.el, outline.el, simple.el,
8959 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
8960 * progmodes/cc-vars.el, progmodes/compile.el:
8961 Move `safe-local-variable' declarations to the respective files.
8962
8963 * help-fns.el (describe-variable): Don't print safe-var if it is
8964 byte-code. Improve wording as suggested by Luc Teirlinck.
8965
8966 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
8967
8968 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
8969 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
8970 Use a token for pending-triggers to ensure gdb-var-update
8971 gets called once per user input again for pre-GDB 6.4.
8972 (gdb-var-delete): Match on more complex expressions.
8973 (gdb-var-list-children-handler, gdb-var-create-handler):
8974 Use a token for consistency.
8975
8976 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
8977
8978 * textmodes/org.el (org-read-date, org-goto-calendar)
8979 (org-agenda-goto-calendar):
8980 Bind `view-calendar-holidays-initially' to nil.
8981
8982 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
8983
8984 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
8985 Update all callers to do it there, instead.
8986
8987 2006-05-10 Glenn Morris <rgm@gnu.org>
8988
8989 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
8990 prefix arg case, to avoid view-diary-entries-initially error.
8991 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
8992 (calendar-date-is-legal-p): Handle dates with no day part.
8993
8994 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
8995
8996 * comint.el (comint-insert-input): Just make it when
8997 comint-use-prompt regexp is nil (default) and with the mouse.
8998 (comint-copy-old-input): Reinstate from 2004-06-23.
8999 (comint-mode-map): Bind C-c C-m to it.
9000
9001 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
9002
9003 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
9004 Remove spurious move to point-max (new comint behavior fixes).
9005
9006 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
9007 compatibility function (Emacs 18/19).
9008 (idlwave-is-continuation-line): Always return point at start of
9009 previous non-blank continuation line.
9010 (keyword-parameters): Fix continued comment font-lock matcher.
9011 (idlwave-font-lock-fontify-region): Written, use as
9012 font-lock-fontify-region-function, to fix continued keyword
9013 fontification issues.
9014
9015 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9016
9017 * term/mac-win.el (mac-font-panel-mode): Doc fix.
9018 (mac-service-selection, mac-service-open-file)
9019 (mac-service-open-selection, mac-service-mail-selection)
9020 (mac-service-mail-to, mac-service-insert-text): Rename from
9021 mac-services-*. All uses changed.
9022 (mac-apple-event-map): Rename event symbol `services' to `service'.
9023
9024 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
9025
9026 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
9027 (ewoc--node-enter-first, ewoc--node-enter-last)
9028 (ewoc--delete-node-internal): Merge funcs into unique callers.
9029
9030 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
9031
9032 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
9033 return value of read-from-minibuffer for empty input.
9034
9035 2006-05-09 Miles Bader <miles@gnu.org>
9036
9037 * comint.el (comint-insert-input): Remove redundant calls to setq
9038 and goto-char.
9039
9040 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
9041
9042 * comint.el (comint-insert-input): Make it work when
9043 comint-use-prompt-regexp is t.
9044
9045 2006-05-10 Miles Bader <miles@gnu.org>
9046
9047 * subr.el (field-at-pos): New function.
9048
9049 * comint.el (comint-insert-input): Use it.
9050
9051 2006-05-09 Juri Linkov <juri@jurta.org>
9052
9053 * battery.el (battery-linux-proc-acpi): Also try
9054 `/proc/acpi/thermal_zone/THR2/temperature'.
9055
9056 * files.el <safe-local-variable>: Remove `eval' and `let' binding
9057 for now unused lambda `string-or-null'.
9058
9059 * add-log.el (change-log-default-name): Put `string-or-null-p'
9060 instead of lambda on `safe-local-variable' property.
9061
9062 * diff-mode.el (diff-context->unified): Use `region-beginning' and
9063 `region-end' instead of `mark' and `point'.
9064 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
9065 Operate on region in Transient Mark mode when the mark is active.
9066 Use `region-beginning' and `region-end' instead of `mark' and
9067 `point'.
9068 (diff-hunk-text, diff-goto-source): Doc fix.
9069
9070 * startup.el (fancy-splash-screens, normal-splash-screen): Use
9071 face `mode-line-buffer-id' for mode-line buffer face instead of
9072 hard-coded `(:weight bold)'.
9073
9074 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
9075 buffer-undo-list to t (undo-ask is reproducible by visiting
9076 nested archives).
9077
9078 2006-05-09 Kim F. Storm <storm@cua.dk>
9079
9080 * progmodes/grep.el (rgrep): Set default directory of *grep*
9081 buffer if we start M-x rgrep in the *grep* buffer and choose
9082 a different base directory.
9083
9084 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
9085
9086 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
9087 completion also when ido is loaded.
9088
9089 2006-05-09 Masatake YAMATO <jet@gyve.org>
9090
9091 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
9092 "warning" and "import".
9093 (cpp-font-lock-keywords): Added "warning".
9094
9095 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
9096
9097 * term/xterm.el (terminal-init-xterm): Add more key bindings.
9098
9099 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
9100
9101 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
9102 pages at a time, if we signal the end, we should indeed reach that end.
9103
9104 2006-05-08 David Reitter <david.reitter@gmail.com>
9105
9106 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
9107 output during execution of the body.
9108
9109 2006-05-08 Kim F. Storm <storm@cua.dk>
9110
9111 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
9112
9113 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
9114
9115 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
9116 Use with-current-buffer.
9117
9118 2006-05-07 Kim F. Storm <storm@cua.dk>
9119
9120 * subr.el (add-to-history): Remove keep-dups arg.
9121
9122 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
9123 to nil around call to add-to-history.
9124
9125 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
9126
9127 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
9128 than after a buffer modification.
9129
9130 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
9131
9132 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
9133 call to...
9134 (gud-watch): ...here so speedbar is raised for already watched
9135 expressions.
9136 (gdb-speedbar-refresh): Delete function.
9137 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
9138 Use speedbar-timer-fn instead of speedbar-refresh (reverting
9139 earlier change).
9140 (gdb-var-evaluate-expression-handler)
9141 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
9142
9143 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
9144 Update localized contents for all buffers except ignored modes.
9145
9146 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9147
9148 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
9149 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
9150 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
9151 (mac-handle-font-panel-closed, mac-handle-font-selection):
9152 New functions.
9153 (mac-font-panel-mode): New minor mode.
9154 (mac-apple-event-map): Add bindings for toolbar toggle button and
9155 font panel.
9156 (menu-bar-showhide-menu): Add mac-font-panel-mode.
9157
9158 2006-05-07 John Paul Wallington <jpw@pobox.com>
9159
9160 * ibuffer.el (ibuffer-compressed-file-name-regexp):
9161 Avoid `regexp-opt'; simplify regexp for readability.
9162
9163 2006-05-06 Eli Zaretskii <eliz@gnu.org>
9164
9165 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
9166 * files.el (buffer-stale-function):
9167 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
9168 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
9169 links to the main manual, not to emacs-xtra.
9170
9171 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9172
9173 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
9174 MacJapanese if text is ASCII-only.
9175
9176 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
9177
9178 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
9179 unless so nil isn't returned.
9180 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
9181
9182 2006-05-06 Kim F. Storm <storm@cua.dk>
9183
9184 * subr.el (add-to-history): New function.
9185
9186 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
9187 (ediff-merge-files-with-ancestor):
9188 * env.el (setenv):
9189 * isearch.el (isearch-update-ring):
9190 * server.el (server-visit-files):
9191 * progmodes/grep.el (lgrep, rgrep):
9192 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
9193 * progmodes/xscheme.el (xscheme-insert-expression):
9194 Use add-to-history.
9195
9196 * kmacro.el (kmacro-push-ring): Use add-to-history.
9197 (kmacro-ring-length): Remove unused defun.
9198 (kmacro-start-macro): Use kmacro-push-ring.
9199
9200 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
9201
9202 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
9203 directly instead of a lambda expression that calls it.
9204
9205 2006-05-06 Kim F. Storm <storm@cua.dk>
9206
9207 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
9208 instead of compute-motion.
9209
9210 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
9211
9212 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
9213 change.
9214
9215 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
9216
9217 * startup.el (command-line-1): Refer to "Pure Storage" on
9218 pure-space-overflow.
9219
9220 2006-05-05 Martin Rudalics <rudalics@gmx.at>
9221
9222 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
9223 provided faces once they all have been used up.
9224
9225 2006-05-05 Eli Zaretskii <eliz@gnu.org>
9226
9227 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
9228 reference to the Lisp manual to the warning about pure space
9229 overflow.
9230
9231 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9232
9233 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
9234 argument to avoid the call to `ispell-internal-change-dictionary'
9235 when not needed.
9236 (ispell-change-dictionary): Use this argument and call
9237 `ispell-internal-change-dictionary' after the possible change
9238 to `ispell-local-dictionary'.
9239 (ispell-internal-change-dictionary): Check for a change in
9240 personal dictionary use too.
9241
9242 2006-05-05 Eli Zaretskii <eliz@gnu.org>
9243
9244 * startup.el (command-line): On MS-Windows, probe "~", not
9245 "~USER", for warning about non-existent home directory
9246
9247 * arc-mode.el (archive-l-e): New optional argument `float' means
9248 generate a float value.
9249 (archive-arc-summarize, archive-lzh-summarize)
9250 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
9251 with 3rd argument non-nil when file's size is being computed.
9252 Format the file sizes with %8.0f instead of %8d.
9253
9254 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9255
9256 * cus-start.el (all): Add mac-dnd-known-types.
9257
9258 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
9259 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
9260 (mac-TIFF-to-string): New functions.
9261 (x-get-selection, x-selection-value)
9262 (mac-select-convert-to-string): Use them.
9263 (mac-text-encoding-mac-japanese-basic-variant): New constant.
9264 (mac-dnd-types-alist): New customization variable.
9265 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
9266 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
9267 (mac-dnd-handle-drag-n-drop-event): New functions.
9268 (mac-drag-n-drop): Remove function.
9269 (global-map): Bind drag-n-drop and M-drag-n-drop to
9270 mac-dnd-handle-drag-n-drop-event.
9271
9272 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
9273
9274 * progmodes/perl-mode.el (perl-beginning-of-function):
9275 Skip anonymous subs.
9276
9277 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
9278
9279 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
9280 regexp-opt at run time.
9281
9282 * term.el (term-handle-ansi-escape): Fix off by one error.
9283
9284 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
9285
9286 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
9287 (gdb-init-1, gdb-post-prompt): ...and references to it.
9288 (gdb-frame-handler): Strip directory name from filename if present.
9289
9290 * progmodes/gud.el (gdb-force-update): Delete defvar
9291 (gud-speedbar-buttons): ...and references to it. Use window-start
9292 to try to keep positon in watch expression.
9293
9294 2006-05-03 Richard Stallman <rms@gnu.org>
9295
9296 * simple.el (next-history-element, previous-history-element): Doc fix.
9297
9298 * isearch.el (isearch-update-ring): Doc fix.
9299
9300 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
9301
9302 * isearch.el (isearch-update-ring): Take history-delete-duplicates
9303 into consideration. Replace one arm ifs with whens.
9304
9305 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
9306
9307 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
9308 (menu): Fix typo.
9309
9310 2006-05-02 Miles Bader <miles@gnu.org>
9311
9312 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
9313
9314 2006-05-02 Jay Belanger <belanger@truman.edu>
9315
9316 * calc/calc-embed.el (calc-override-minor-modes-map)
9317 (calc-override-minor-modes): New variables.
9318 (calc-do-embedded): Make sure that Calc keystrokes aren't
9319 overwritten by minor modes.
9320
9321 2006-05-02 Chong Yidong <cyd@mit.edu>
9322
9323 * msb.el (msb): If EVENT is a down event, read and discard the up event.
9324
9325 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
9326
9327 * startup.el (command-line-1): Refer to Lisp manual when
9328 pure-space-overflow occurs.
9329
9330 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
9331 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
9332 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
9333 (version-control): Don't use `t' for safe-local-variable declarations.
9334
9335 2006-05-01 Richard Stallman <rms@gnu.org>
9336
9337 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
9338 M-r, M-R, M-A, M-SPC or M-DEL.
9339 (diff-mode-map): diff-refine-hunk now on C-c C-w
9340 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
9341
9342 * help-mode.el (help-mode): view-exit-action calls delete-window
9343 only when it is safe and possible.
9344
9345 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
9346 in messages.
9347
9348 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
9349
9350 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
9351 in the default tool-bar-map.
9352
9353 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
9354
9355 * net/tramp.el (tramp-completion-file-name-handler-alist)
9356 (tramp-run-real-handler, tramp-completion-run-real-handler)
9357 (tramp-completion-handle-file-name-all-completions)
9358 (tramp-completion-handle-file-name-completion): Autoload them.
9359 (tramp-completion-handle-file-exists-p)
9360 (tramp-completion-handle-file-name-directory)
9361 (tramp-completion-handle-file-name-nondirectory)
9362 (tramp-completion-handle-expand-file-name): Remove them.
9363 (tramp-handle-file-name-directory): Return the real directory name.
9364 Returning "/" only doesn't need to be necessary any longer.
9365 (tramp-file-name-handler): Make special attention when in hostname
9366 completion mode.
9367 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
9368 (tramp-register-file-name-handlers):
9369 Register `tramp-completion-file-name-handler' only when
9370 `partial-completion-mode' is enabled.
9371 (tramp-completion-handle-file-name-all-completions):
9372 Delete directory part from results.
9373 (tramp-get-completion-methods, tramp-get-completion-user-host):
9374 Discard deleting "/", it doesn't work after the change of
9375 `tramp-handle-file-name-directory' above.
9376
9377 2006-05-01 Kim F. Storm <storm@cua.dk>
9378
9379 * progmodes/grep.el (grep-expand-template): Use save-match-data
9380 and symbol-value.
9381
9382 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9383
9384 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
9385 Use select-frame-set-input-focus instead of raise-frame.
9386 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
9387
9388 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
9389
9390 * progmodes/gud.el (gud-def): Add %c case.
9391 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
9392 (gud-format-command): Make match case sensitive. Match on %F.
9393
9394 2006-04-30 Glenn Morris <rgm@gnu.org>
9395
9396 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
9397 (cal-tex-preamble): Use cal-tex-preamble-extra.
9398 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
9399 than alias `list-diary-entries'.
9400
9401 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
9402
9403 * help-fns.el (describe-variable): Add info about safe local variables.
9404
9405 2006-04-29 Richard Stallman <rms@gnu.org>
9406
9407 * bindings.el (mode-line-format): help-echo doc fixes.
9408
9409 * net/tramp.el (tramp-file-name-handler-alist): Delete
9410 expand-file-name and other operations that can cause spurious loading.
9411
9412 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9413
9414 * files.el (safe-local-variable-p): Remove support for the special
9415 value t.
9416
9417 * textmodes/paragraphs.el (sentence-end-without-space):
9418 Fix safety predicate.
9419 (sentence-end-double-space, sentence-end-without-period)
9420 (paragraph-ignore-fill-prefix):
9421 * textmodes/fill.el (colon-double-space):
9422 * abbrev.el (abbrev-mode): Tighten the safety predicate.
9423
9424 * subr.el (booleanp): New fun.
9425
9426 * textmodes/reftex-vars.el (reftex-guess-label-type):
9427 Tighten the safety predicate.
9428
9429 2006-04-28 Kim F. Storm <storm@cua.dk>
9430
9431 * progmodes/grep.el (defgroup grep): Doc fix.
9432 (grep-auto-highlight): Remove.
9433 (grep-template): New defcustom.
9434 (grep-find-template): Rename from grep-tree-template.
9435 (grep-files-aliases): Rename from grep-tree-files-aliases.
9436 Remove "all" alias, add "l" alias.
9437 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
9438 (grep-find-ignored-directories): New defcustom to replace
9439 grep-tree-ignore-CVS-directories, to facilitate ignoring
9440 subdirectories for multiple version control systems.
9441 (grep-mode-map): Add Recursive grep item to GREP menu.
9442 (grep-regexp-history, grep-files-history): New defvars.
9443 (grep-probe): New helper function.
9444 (grep-compute-defaults): Use it to simplify code.
9445 Adapt to name changes.
9446 Use `.' as base in grep-find-template rather than <D>.
9447 (grep): Remove superfluous highlight-regexp arg. Fix doc.
9448 Call grep-compute-defaults unconditionally.
9449 (grep-expand-keywords): New defconst.
9450 (grep-expand-template): Rename from grep-expand-command-macros.
9451 Simplify via grep-expand-keywords. Look at case-fold-search instead
9452 of grep-tree-ignore-case to add -i option.
9453 Bind case-fold-search to nil while matching keywords.
9454 (grep-tree-last-regexp, grep-tree-last-files): Remove.
9455 (grep-read-regexp, grep-read-files): New helper functions.
9456 (rgrep): Rename from grep-tree. Rework to use proper histories.
9457 Adapt to changes in defcustoms and functions above.
9458 (lgrep): New command, as grep, but using same interactive UI as rgrep.
9459
9460 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
9461
9462 * net/tramp.el (tramp-completion-file-name-handler):
9463 Disable Tramp's functionality while loading Tramp itself.
9464 (tramp-register-file-name-handlers): That's a defsubst now.
9465 Code from `tramp-repair-jka-compr' moved here. Apply it via
9466 `after-init-hook'.
9467 (tramp-repair-jka-compr): Remove.
9468
9469 2006-04-27 Jay Belanger <belanger@truman.edu>
9470
9471 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
9472 read expression when `math-read-big-expr' doesn't work.
9473
9474 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
9475
9476 * startup.el (command-line-1): Display warning when
9477 pure-space-overflow is non-nil.
9478
9479 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9480
9481 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
9482 risky.
9483
9484 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9485
9486 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
9487 Return the URL or nil if none can be generated.
9488
9489 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
9490
9491 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
9492 byte compiler warnings.
9493 (gud-basic-call, gud-find-expr): Let user select an expression
9494 for printing. Print expression as well as value in GUD buffer.
9495
9496 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
9497
9498 * allout.el: Remove local autoload declaration for
9499 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
9500 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
9501 (allout-plain-bullets-string, allout-distinctive-bullets-string)
9502 (allout-use-mode-specific-leader, allout-old-style-prefixes)
9503 (allout-stylish-prefixes, allout-numbered-bullet)
9504 (allout-file-xref-bullet, allout-presentation-padding)
9505 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
9506 safe-local-variable with suitable value spec, and add autoload
9507 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
9508 (move-beginning-of-line, move-end-of-line): Repair so these compat
9509 functions now actually resituate the point, when appropriate.
9510
9511 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9512
9513 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
9514
9515 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
9516 (add-log-iso8601-time-string): Fix call to format-time-string.
9517
9518 2006-04-26 Kim F. Storm <storm@cua.dk>
9519
9520 * subr.el (posn-string, posn-image, posn-object): Doc fix.
9521
9522 2006-04-26 Masatake YAMATO <jet@gyve.org>
9523
9524 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
9525 Add support for "//" style comments. Remove `b' flag
9526 from ?* in `asm-mode-syntax-table'.
9527
9528 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9529
9530 * follow.el: Use (featurep 'xemacs) everywhere.
9531 (follow-mode): Use define-minor-mode.
9532 (follow-mode-map): Move initialization into the declaration.
9533 Use command remapping.
9534 (follow-emacs-version-xemacs-p): Remove.
9535 (follow-submit-feedback): Remove.
9536
9537 * allout.el (allout-layout, allout-passphrase-verifier-string)
9538 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
9539
9540 * textmodes/reftex-vars.el (reftex-vref-is-default)
9541 (reftex-fref-is-default, reftex-guess-label-type):
9542 Tighten up a bit the safety predicate.
9543
9544 * textmodes/paragraphs.el (sentence-end-double-space)
9545 (sentence-end-without-period, sentence-end-without-space)
9546 (page-delimiter, paragraph-ignore-fill-prefix):
9547 Tighten up a bit the safety predicate.
9548
9549 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
9550
9551 * progmodes/python.el (python-continuation-line-p)
9552 (python-beginning-of-statement): syntax-ppss may return
9553 a negative depth.
9554 (python-mode): Don't forcefully enable font-lock.
9555
9556 * time-stamp.el (time-stamp-start, time-stamp-end)
9557 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
9558
9559 * add-log.el: Remove spurious * in docstrings.
9560 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
9561 (add-change-log-entry): Use it here, since it's not specific
9562 to iso8601.
9563 (add-log-iso8601-time-string): Don't use it here any more.
9564 (change-log-indent-text, change-log-indent): Rename from add-log-*.
9565
9566 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
9567
9568 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
9569
9570 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
9571 (rcirc-toggle-low-priority): Doc fix.
9572 (rcirc-handler-NOTICE): Remove beginning of line anchor in
9573 ChanServ regexp.
9574 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
9575 #emacs.
9576 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
9577 (rcirc-decode-coding-system): Use utf-8 as the default.
9578 (rcirc-multiline-minor-mode): Set the fill-column.
9579 (rcirc-format-response-string): Display bright and dim nicks.
9580 (rcirc-browse-url): Update interactive spec to fill ARG.
9581 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
9582 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
9583
9584 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
9585
9586 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
9587 case for @Article, etc.
9588
9589 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
9590
9591 * net/tramp.el (tramp-register-file-name-handlers): New defun.
9592 Added with autoload cookie.
9593 (tramp-unload-file-name-handlers): Rename from
9594 `tramp-unload-file-name-handler-alist'.
9595
9596 2006-04-23 Romain Francoise <romain@orebokech.com>
9597
9598 * comint.el (comint-match-partial-filename): Doc fix.
9599
9600 2006-04-21 Glenn Morris <rgm@gnu.org>
9601
9602 * calendar/cal-menu.el (calendar-mode-map): Refer to
9603 `diary-view-entries' rather than alias `view-diary-entries'.
9604 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
9605
9606 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
9607
9608 * progmodes/antlr-mode.el (antlr-default):
9609 * cus-edit.el (custom-documentation):
9610 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
9611 in defface.
9612
9613 2006-04-21 Kim F. Storm <storm@cua.dk>
9614
9615 * image.el (image-type): New defun split out of create-image.
9616 (create-image): Use it.
9617
9618 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
9619
9620 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
9621 (org-open-at-point): Remove the "...done" message to keep output
9622 in the echo area visible.
9623 (org-export-as-xoxo): Fix call to `indent-region'.
9624
9625 2006-04-21 Kevin Ryde <user42@zip.com.au>
9626
9627 * international/mule.el (keyboard-coding-system): defcustom
9628 info-link fixes: "Specify Coding" has been split, keyboard now in
9629 "Terminal Coding", and "Single-Byte Character Support" is now
9630 "Unibyte Mode".
9631
9632 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
9633
9634 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
9635 Use font-lock-warning-face for any errors e.g. no stack.
9636 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
9637
9638 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
9639
9640 * progmodes/sh-script.el (sh-shell): Mark as safe.
9641
9642 * newcomment.el (comment-start, comment-start-skip)
9643 (comment-end-skip, comment-end): Mark as safe.
9644
9645 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
9646
9647 * textmodes/org.el (org-deadline-announce): Face removed.
9648 (org-level-faces, org-n-levels): Convert to constant.
9649 (org-compatible-face): New function.
9650 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
9651 (org-level-5, org-level-6, org-level-7, org-level-8)
9652 (org-special-keyword, org-warning, org-headline-done, org-link)
9653 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
9654 (org-scheduled-today, org-scheduled-previously, org-time-grid):
9655 Face definition revised for better color tty support.
9656 (org-bold-re, org-italic-re, org-underline-re): New constants.
9657 (org-set-font-lock-defaults): Use the new constants.
9658 (org-agenda-highlight-todo): New function.
9659 (org-agenda-todo): Fix bug with point at end of line.
9660 (org-agenda-change-all-lines, org-finalize-agenda-entries):
9661 Fontify TODO keywords.
9662 (org-insert-link): Preserve relative path in ../ links.
9663 (org-export-as-html): Convert links pointing to .org files into
9664 links that will work beteen the exported HTML files.
9665 (org-todo-list): Fix bug when arg=0.
9666 (org-insert-heading): More fine-tuning.
9667
9668 2006-04-19 Romain Francoise <romain@orebokech.com>
9669
9670 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
9671 from `rmail-mime-charset-pattern'.
9672
9673 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
9674
9675 * progmodes/python.el (python-mode): Fix typo.
9676
9677 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
9678
9679 * comint.el (comint-previous-input): Don't clobber input line
9680 when moving off either end of the input history ring.
9681 (comint-delete-input): New function, used by
9682 `comint-previous-input' and others.
9683 (comint-previous-matching-input):
9684 Use `coming-delete-input'. Save the partial input if leaving the
9685 edit line. Goto point-max before deleting input to avoid
9686 partial input fragments hanging around.
9687 (comint-restore-input): New function, used by `comint-previous-input'.
9688
9689 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
9690
9691 * imenu.el (imenu--index-alist): Balance parentheses.
9692
9693 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
9694
9695 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
9696
9697 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
9698
9699 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
9700 file is nil.
9701
9702 2006-04-18 Richard Stallman <rms@gnu.org>
9703
9704 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
9705
9706 * imenu.el (imenu-create-index-function, imenu--index-alist)
9707 (imenu--last-menubar-index-alist, imenu--make-index-alist)
9708 (imenu-default-create-index-function, imenu--generic-function):
9709 Doc fixes.
9710
9711 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
9712
9713 * help-mode.el (help-mode): Set view-exit-action to delete window.
9714
9715 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
9716 now works by passing nil as arg.
9717
9718 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
9719
9720 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
9721 (read-abbrev-file): Provide default when reading filename.
9722
9723 * files.el (enable-local-variables): Allow :all as value.
9724 (hack-local-variables): Implement that value.
9725 (safe-local-variable-values, safe-local-eval-forms)
9726 (enable-local-variables): Mark as risky.
9727 (find-file-visit-truename, kept-old-versions): Mark safe.
9728
9729 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
9730 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
9731 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
9732
9733 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9734
9735 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
9736 Use forward-line so as to get to BOL even in the presence of fields.
9737 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
9738 in return.
9739 (inferior-tcl): Tell tclsh to work in interactive mode.
9740
9741 * complete.el (partial-completion-mode):
9742 Use 'choose-completion-string-functions to make sure that
9743 choose-completion fills the minibuffer properly.
9744
9745 * complete.el (PC-old-read-file-name-internal): Remove.
9746 (PC-read-include-file-name-internal): Remove. Turn it into an advice
9747 of read-file-name-internal.
9748 (partial-completion-mode): Enable/disable this advice.
9749
9750 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
9751
9752 * net/tramp.el (tramp-completion-file-name-handler): Revert change
9753 of 2006-04-17.
9754
9755 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
9756
9757 * textmodes/org.el (org-insert-heading): Insert heading before
9758 current if at beginning of line.
9759 (org-todo, org-date): New faces.
9760 (org-table-align): Make sure tooltip window contains full text.
9761 (org-no-properties): New defsubst.
9762 (org-set-font-lock-defaults): Use new faces.
9763
9764 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
9765
9766 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
9767 for root variables.
9768
9769 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
9770 (gdb-frame-address): Re-use to identify frame for watch expression.
9771 (gdb-var-list, gdb-var-create-handler): Add frame address for root
9772 variables.
9773 (gdb-init-1, gdb-source, gdb-post-prompt)
9774 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
9775 (gdb-frame-handler): Get gdb-frame-address.
9776
9777 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
9778
9779 Sync with Tramp 2.0.53.
9780
9781 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
9782 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
9783 (tramp-completion-file-name-handler): Add autoload cookie for
9784 adding to `file-name-handler-alist'.
9785
9786 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
9787 the prompt. If it returns earlier (when detecting an error
9788 message), the rest of the output will merge accidently with the
9789 output of the next command. Reported by M Jared Finder
9790 <jared@hpalace.com>.
9791
9792 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
9793 for `process-file', in order to let it work for older Emacsen too.
9794
9795 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
9796
9797 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
9798 (tex-font-lock-keywords-3): Use it.
9799
9800 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
9801
9802 * newcomment.el (comment-add): New function.
9803 (comment-region-default, comment-dwim): Use it.
9804
9805 2006-04-15 Michael Olson <mwolson@gnu.org>
9806
9807 * emacs-lisp/tq.el: Improve comments.
9808 (tq-queue-head-question): New accessor function.
9809 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
9810 Update for modified queue structure.
9811 (tq-queue-add): Accept `question' argument.
9812 (tq-queue-pop): If a question is pending, send it.
9813 (tq-enqueue): Accept new optional argument `delay-question'.
9814 If this is non-nil, and at least one other question is pending a
9815 response, queue the question rather than sending it immediately.
9816
9817 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9818
9819 * calendar/appt.el (appt-add): Check whether an appointment is
9820 already present in appt-time-msg-list. Simplify code.
9821
9822 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
9823
9824 * progmodes/cc-langs.el (c-mode-menu):
9825 Don't presume c-subword-mode is bound.
9826
9827 2006-04-13 Bill Wohler <wohler@newt.com>
9828
9829 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
9830 (customize-package-emacs-version): Use cdr instead of cadr now
9831 that alists use dotted pairs.
9832
9833 * custom.el (defcustom): Fix docstring for :package-version.
9834
9835 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
9836
9837 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
9838 (tramp-handle-shell-command): Display output buffer only when
9839 `tramp-display-shell-command-buffer' is true.
9840 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
9841
9842 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
9843
9844 * textmodes/org.el (org-set-autofill-regexps): Set only the local
9845 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
9846
9847 2006-04-13 Romain Francoise <romain@orebokech.com>
9848
9849 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
9850 leaving temporary .cvsignore buffers behind.
9851
9852 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
9853
9854 * textmodes/org.el (org-set-regexps-and-options)
9855 (org-get-current-options): Better names for the startup folding
9856 options.
9857
9858 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
9859
9860 * vc.el (vc-annotate): Arrange for point to end up at the same
9861 line number as in the original, but only when using a new buffer.
9862
9863 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
9864
9865 * files.el (hack-one-local-variable-eval-safep):
9866 Recognize `edebug-form-spec' for `put', but only if it passes
9867 `edebug-basic-spec'. Generalize `put' handling.
9868
9869 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
9870 vetting file-local form specs.
9871
9872 * allout.el (allout-layout): Autoload its `safe-local-variable'
9873 property.
9874
9875 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
9876
9877 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
9878 (org-agenda-mouse-1-follows-link)
9879 (org-mouse-1-follows-link): New options.
9880 (org-format-agenda-item): Fix bug if TAGS is nil.
9881 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
9882
9883 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
9884
9885 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
9886 GDB 6.1+ gives full filename for "info sources" so use
9887 file-name-nondirectory.
9888
9889 2006-04-12 Romain Francoise <romain@orebokech.com>
9890
9891 * subr.el (read-passwd): Bind `message-log-max' to nil.
9892
9893 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
9894
9895 * progmodes/perl-mode.el (perl-indent-new-calculate):
9896 Recompute parse-start after jumping backward by a whole sexp.
9897
9898 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9899
9900 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
9901 window configuration.
9902 (vc-annotate-display-select): Select the buffer so that current-buffer
9903 (and selected-window) is the output buffer at the end of vc-annotate.
9904
9905 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
9906
9907 * vc.el (vc-annotate-color-map): Add custom TTY color map for
9908 8-color terminals, to use all of the colors in a sensible order.
9909 256-color terminals work well with the standard map.
9910 (vc-annotate-lines): Only strip the first color character if it
9911 is "#", to allow for terminal-style named colors.
9912 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
9913 the correct buffer is scrolled.
9914
9915 2006-04-11 Richard Stallman <rms@gnu.org>
9916
9917 * emacs-lisp/bytecomp.el (byte-compile-file):
9918 Bind enable-local-variables to :safe, and make normal-mode obey it.
9919
9920 * files.el (enable-local-variables): Allow value :safe.
9921 (normal-mode): Doc fix.
9922 (hack-local-variables): Implement enable-local-variables = :safe.
9923 (hack-local-variables-confirm): Don't prevent quitting.
9924
9925 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
9926
9927 * loadhist.el (unload-feature): A bit of sanity check of
9928 load-history entries. Cancel timer-vars before unbinding them.
9929
9930 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
9931 quote special chars, and make the trick work on the hex part of the
9932 buffer as well.
9933 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
9934 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
9935
9936 * startup.el (normal-splash-screen): Fix last change so we don't wait
9937 2 minutes if we don't show the splash screen.
9938
9939 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
9940
9941 * textmodes/org.el (org-export-plain-list-max-depth)
9942 (org-table-spaces-around-separators)
9943 (org-radio-targets, org-activate-camels)
9944 (org-table-spaces-around-invisible-separators): Options removed.
9945 (org-time-stamp-rounding-minutes, org-remember-templates)
9946 (org-ellipsis, org-activate-links, org-descriptive-links):
9947 New options.
9948 (org-remember-apply-template, org-current-time)
9949 (org-finish-edit-table-field)
9950 (org-link-unescape, org-link-escape)
9951 (org-string-width, org-table-clean-line, org-html-do-expand)
9952 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
9953 (org-read-agenda-file-list): New functions.
9954 (org-table-edit-field)
9955 (org-table-create-or-convert-from-region): New commands
9956 (org-table-toggle-vline-visibility): Command removed.
9957 (org-table-convert-region): Made a command.
9958 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
9959 Replace with the normal org- functions.
9960 (org-self-insert-command): Don't trigger realign unnecessarily
9961 when blanking a field that is not full.
9962 (org-mode): `Set buffer-invisibility-spec' for links.
9963 (org-activate-links2): Hide link part and only show descriptive
9964 part of the link.
9965 (org-insert-link): Modify for new linking system.
9966 (org-store-link): Store description separately, for use by
9967 `org-insert-link'.
9968 (org-table-align): Use `org-string-width'.
9969 (defgroup): Completely new group structure for custom variables.
9970 (org-agenda-files): Option: Single file name allowed. Function:
9971 Optional argument unrestrited means ignore any restricitons.
9972 (org-install-agenda-files-menu): Find a buffer in Org-mode before
9973 trying to modify the menu. Use generalized access to
9974 `org-agenda-files.'
9975 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
9976 (org-agenda-file-to-front, org-remove-file, org-diary)
9977 (org-tags-view, org-export-icalendar-all-agenda-files)
9978 (org-export-icalendar-combine-agenda-files): Use generalized
9979 access to `org-agenda-files'.
9980 (org-remember-handler): Correctly preserve heading if present.
9981 (org-table-insert-row, org-table-insert-hline): Deal with
9982 invisible characters.
9983
9984 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
9985
9986 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
9987 (vc-annotate-color-map): New 18 element constant
9988 value/saturation, rotating hue colormap, from red->blue.
9989 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
9990 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
9991 (vc-annotate): To avoid killing the required local variables,
9992 set them before the end of `with-output-to-temp-buffer', and
9993 after first switching to annotate-mode.
9994 (vc-annotate-warp-version): Add buffer argument in goto-line to
9995 ensure annotation, not source, is scrolled.
9996
9997 2006-04-10 Bill Wohler <wohler@newt.com>
9998
9999 * custom.el (defcustom, custom-handle-keyword):
10000 Add :package-version keyword.
10001 (custom-add-package-version): New function. Sets value of new
10002 property 'custom-package-version from :package-version keyword.
10003 (defcustom): Create Common Keywords section in docstring.
10004 (defface, defgroup): Replace definitions of a select few keywords
10005 with a reference to the Common Keywords in defcustom.
10006 (defcustom, defface, defgroup): Replace reference to Customization
10007 chapter in manual with hyperlink.
10008
10009 * cus-edit.el (customize-package-emacs-version-alist): New variable.
10010 (customize-changed-options): Add check for custom-package-version.
10011 (customize-package-emacs-version): New function to look up Emacs
10012 version corresponding to the given package version.
10013
10014 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
10015 defun name, in similar fashion to find-variable-regexp.
10016
10017 2006-04-10 Eli Zaretskii <eliz@gnu.org>
10018
10019 * international/mule-cmds.el (set-locale-environment): Fix last
10020 change for when the locale's preferences don't specify any encoding.
10021
10022 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10023
10024 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
10025 so the defined var/fun doesn't need to be quoted.
10026
10027 2006-04-10 Richard Stallman <rms@gnu.org>
10028
10029 * finder.el (finder-mode-map): Add n and p bindings.
10030
10031 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
10032
10033 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
10034 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
10035 (gdb-setup-windows): Put something in source window if we can't find
10036 the source file.
10037 (gdb-frame-handler): Make it work again with just assembly.
10038 (gdb-data-list-register-values-handler): Make it work when there is
10039 no stack.
10040
10041 2006-04-09 Richard Stallman <rms@gnu.org>
10042
10043 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
10044 specs while looking for charset.
10045
10046 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
10047
10048 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
10049 Make them faces.
10050 (lm-font-lock-keywords): Update appropriately.
10051
10052 2006-04-10 Kim F. Storm <storm@cua.dk>
10053
10054 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
10055 it can also replace buffer-substring-no-properties.
10056
10057 * emulation/cua-base.el (cua-delete-region, cua-paste)
10058 (cua-repeat-replace-region): Use filter-buffer-substring.
10059
10060 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10061 (cua-cut-region-to-global-mark): Likewise.
10062
10063 * emulation/cua-rect.el (cua--extract-rectangle)
10064 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
10065
10066 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10067
10068 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
10069 entry-type. Add field delimiters to numerical fields if they are
10070 not present.
10071
10072 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10073
10074 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
10075 string-const to return value.
10076 (bibtex-remove-delimiters): Use it.
10077
10078 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10079
10080 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
10081 cl-byte-compile-compiler-macro unless it exists.
10082
10083 2006-04-08 Eli Zaretskii <eliz@gnu.org>
10084
10085 * files.el (hack-local-variables-confirm) <offer-save>:
10086 Clarify message text. Suggested by Ralf Angeli.
10087
10088 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10089
10090 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
10091 (delete-extract-rectangle-line): Use `filter-buffer-substring'
10092 instead of `buffer-substring' and `delete-region'. (Most of the
10093 code actually copied from `kill-region'.)
10094
10095 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
10096
10097 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
10098 (rcirc-default-port): Rename from rcirc-port.
10099 (rcirc-default-nick): Rename from rcirc-nick.
10100 (rcirc-default-user-name): Rename from rcirc-user-name.
10101 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
10102 (rcirc-low-priority-flag): New variable.
10103 (rcirc-decode-coding-system): New defcustom.
10104 (rcirc-encode-coding-system): New defcustom.
10105 (rcirc-coding-system-alist): New defcustom.
10106 (rcirc-multiline-major-mode): New defcustom.
10107 (rcirc-nick): New internal variable.
10108 (rcirc-process): Remove variable.
10109 (rcirc-server-buffer): New variable.
10110 (rcirc): Update to use rcirc-default-* variables above.
10111 (rcirc-connect): Do not add window-configuration-hook-here.
10112 (rcirc-server): New internal variable.
10113 (rcirc-connect): Do not send keepalive pings if
10114 rcirc-keepalive-seconds is nil.
10115 (with-rcirc-server-buffer): New macro.
10116 (rcirc-send-string): Encode with rcirc-encode-coding-system.
10117 (rcirc-server-name): Rename from rcirc-server.
10118 (rcirc-buffer-process): New function.
10119 (rcirc-buffer-nick): New function.
10120 (rcirc-buffer-target): Remove function.
10121 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
10122 New commands.
10123 (rcirc-mode-map): Change binding of C-c C-l to
10124 rcirc-toggle-low-priority.
10125 (rcirc-mode): Initialize coding system based on
10126 rcirc-coding-system-alist. New change-major-mode-hook to part the
10127 channel on a mode change. Make kill-buffer-hook buffer-local.
10128 (rcirc-change-major-mode-hook): New function.
10129 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
10130 (rcirc-last-post-time): New variable.
10131 (rcirc-process-message): Store the last time user posted a message
10132 to this target.
10133 (rcirc-multiline-minor-mode): New mode.
10134 (rcirc-multiline-minor-mode-map): New mode map.
10135 (rcirc-edit-multiline): Put multiline-edit buffer in
10136 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
10137 (rcirc-print): Ignore any line starting with an ignored nick.
10138 (rcirc-print): Decode using rcirc-decode-coding-system.
10139 (rcirc-track-minor-mode): Update global-mode-string when disabling
10140 this mode.
10141 (minor-mode-alist): Add LowPri indicator.
10142 (rcirc-toggle-low-priority): New function.
10143 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
10144 next lowpriority buffer with activity.
10145 (rcirc-record-activity): Sort buffers in rcirc-activity by the
10146 last time the user posted a message in to the target.
10147 (rcirc-update-activity-string): New formatting for low priority
10148 buffers.
10149 (rcirc-split-activity): New function.
10150 (rcirc-handler-PART, rcirc-handler-KICK)
10151 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
10152 (rcirc-nick-away-alist): New variable.
10153 (rcirc-handler-301): New handler. Away messages are printed once
10154 per change.
10155
10156 2006-04-08 Eli Zaretskii <eliz@gnu.org>
10157
10158 * info.el (Info-follow-nearest-node): Doc fix.
10159
10160 * international/mule-cmds.el (set-locale-environment): Make sure
10161 the coding-system preferred by the locale's language has the same
10162 EOL conversion type as the original buffer-file-coding-system.
10163 (locale-language-names): Add a few MS Windows language codes.
10164
10165 2006-04-07 Richard Stallman <rms@gnu.org>
10166
10167 * simple.el (eval-expression): Doc fix.
10168
10169 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
10170 (eval-defun): Doc fixes.
10171
10172 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
10173
10174 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
10175
10176 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
10177
10178 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
10179 GDB list command without argument for greater generality.
10180
10181 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
10182
10183 * subr.el (string-or-null-p): New function.
10184
10185 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
10186
10187 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
10188
10189 * files.el: Update comment about safe-local-variable declarations.
10190
10191 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
10192
10193 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
10194 See idlwave.org.
10195
10196 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
10197 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
10198
10199 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
10200 See idlwave.org.
10201
10202 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
10203 version 6.0 (minimal changes). See idlwave.org.
10204
10205 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
10206 6.0 (minimal changes). See idlwave.org.
10207
10208 * progmodes/idlw-rinfo.el: File obsoleted and removed.
10209
10210 2006-04-06 Romain Francoise <romain@orebokech.com>
10211
10212 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
10213 symmetric encryption features and a new asynchronous interface to
10214 GnuPG. This new version is version 1.4, plus whitespace changes.
10215
10216 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
10217
10218 * files.el: Move some `safe-local-variable' declarations to the
10219 respective files.
10220
10221 * textmodes/ispell.el (ispell-check-comments)
10222 (ispell-local-dictionary): Mark as safe.
10223
10224 * abbrev.el (abbrev-mode): Mark as safe.
10225
10226 * add-log.el (change-log-default-name): Mark as safe.
10227
10228 * textmodes/reftex-vars.el (reftex-vref-is-default)
10229 (reftex-fref-is-default, reftex-level-indent)
10230 (reftex-guess-label-type): Mark as safe.
10231
10232 * textmodes/fill.el (colon-double-space): Mark as safe.
10233
10234 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
10235 (sentence-end-double-space, sentence-end-without-period)
10236 (sentence-end-without-space, sentence-end, sentence-end-base)
10237 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
10238
10239 2006-04-06 Kim F. Storm <storm@cua.dk>
10240
10241 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
10242 the :set-after list.
10243 (ido-downcase-unc-hosts): New user option. Default on.
10244 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
10245 when it is set, as regexps are now applied on the fly.
10246 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
10247 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
10248 on the fly, but only when ido-process-ignore-lists is set.
10249 Do case insensitive filtering if ido-downcase-unc-hosts is set.
10250 Only downcase names if ido-downcase-unc-hosts is set.
10251
10252 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
10253
10254 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
10255
10256 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
10257
10258 2006-04-05 Kim F. Storm <storm@cua.dk>
10259
10260 * ido.el (ido-mode): Set after ido-unc-hosts and
10261 ido-ignore-unc-host-regexps.
10262 (ido-save-history): Save ido-unc-hosts-cache.
10263 (ido-load-history): Load ido-unc-hosts-cache.
10264 (ido-reread-directory): Refresh unc hosts cache in // dir.
10265
10266 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
10267 to nil while displaying slash screen.
10268
10269 2006-04-05 Daiki Ueno <ueno@unixuser.org>
10270
10271 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
10272 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10273
10274 2006-04-05 Kenichi Handa <handa@m17n.org>
10275
10276 * international/characters.el: Setup cases of Latin, Greek, and
10277 Cyrillic characters in CJK charsets.
10278
10279 2006-03-29 Daiki Ueno <ueno@unixuser.org>
10280
10281 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10282 default-enable-multibyte-characters. This reverts the change from
10283 revision 6.17 which is no longer necessary because the passphrase
10284 is sent separately now. GnuPG messages are unreadable under
10285 multibyte locales with default-enable-multibyte-characters set to nil.
10286
10287 2006-04-04 Andreas Schwab <schwab@suse.de>
10288
10289 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
10290 and `byte-compile-warnings' as `safe-local-variable'.
10291
10292 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
10293
10294 * man.el (Man-mode-map): Restore the \r binding.
10295 (Man-abstract-xref-man-page): If Man-target-string is a function,
10296 call it.
10297 (Man-highlight-references): Use Man-default-man-entry to get the
10298 target. Deal with xrefs too.
10299 (Man-highlight-references0): Don't call the target function.
10300
10301 * woman.el (WoMan-xref-man-page): Strip the section number, woman
10302 cannot deal with it.
10303
10304 2006-04-04 Daiki Ueno <ueno@unixuser.org>
10305
10306 * pgg-gpg.el: Clean up process buffers every time gpg processes
10307 complete.
10308
10309 2006-04-04 Kenichi Handa <handa@m17n.org>
10310
10311 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
10312 here.
10313 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
10314 Temporarily bind inhibit-field-text-motion to t.
10315
10316 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
10317
10318 * startup.el (normal-splash-screen): Only set mode-line-format in the
10319 splash buffer, so as not to interfere when debugging the code.
10320 Ignore errors when switching buffer.
10321
10322 2006-04-03 Romain Francoise <romain@orebokech.com>
10323
10324 * dired.el (dired-dnd-protocol-alist): Fix typo.
10325
10326 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
10327
10328 * savehist.el (savehist): Add :version.
10329 (savehist-ignored-variables): New variable.
10330 (savehist-minibuffer-hook): Don't save variables listed in
10331 `savehist-ignored-variables'.
10332
10333 * dired.el (dired-dnd-protocol-alist): Mention that change does
10334 only apply to new buffers in doc string.
10335
10336 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
10337
10338 * recentf.el (recentf-open-files-item): Include newline in button
10339 field, so opening a file will work, when the point is at the end
10340 of the file name. Allow, for example, to [i]search a file by
10341 extension and just push RET to open it.
10342
10343 2006-04-03 Daiki Ueno <ueno@unixuser.org>
10344
10345 * pgg-gpg.el (pgg-gpg-process-filter)
10346 (pgg-gpg-wait-for-completion): Check if buffer is alive.
10347
10348 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10349 lines, temporary fix.
10350
10351 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
10352
10353 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
10354
10355 2006-04-02 Richard Stallman <rms@gnu.org>
10356
10357 * progmodes/compile.el (compilation-message-face): Make it defcustom.
10358
10359 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
10360
10361 * ibuf-macs.el (define-ibuffer-column): Add a new key:
10362 header-mouse-map.
10363
10364 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
10365 (ibuffer-mode-header-map): New keymaps.
10366 (ibuffer-update-title-and-summary): Enable mouse face highlighting
10367 and keybindings for column headers.
10368 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
10369 property.
10370
10371 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
10372
10373 * speedbar.el (speedbar-after-create-hook): Doc fix.
10374
10375 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
10376
10377 * shell.el (shell-directory-tracker)
10378 (shell-dynamic-complete-command): Doc fixes.
10379
10380 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
10381
10382 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
10383 terminals.
10384
10385 2006-04-01 Kim F. Storm <storm@cua.dk>
10386
10387 * ido.el (ido-unc-hosts-cache): New defvar.
10388 (ido-unc-hosts): If value of defcustom is a function, call it to
10389 get list of UNC hosts. Add function-item choices to specify
10390 ido-unc-hosts-net-view or user function.
10391 (ido-ignore-unc-host-regexps): New defcustom.
10392 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
10393 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
10394 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
10395
10396 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
10397
10398 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
10399 wwidth.
10400
10401 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
10402
10403 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
10404 (ido-max-work-file-list, ido-switch-buffer)
10405 (ido-read-file-name-as-directory-commands):
10406 Fix typos in docstrings.
10407
10408 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10409
10410 * term/mac-win.el (mac-system-coding-system): Define and use after
10411 Mac-specific coding systems are ready.
10412
10413 2006-03-27 Romain Francoise <romain@orebokech.com>
10414
10415 * net/rcirc.el (rcirc-connect): Add autoload cookie.
10416
10417 * ldefs-boot.el: Update.
10418
10419 2006-03-27 Daiki Ueno <ueno@unixuser.org>
10420
10421 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10422 passphrases when it is not needed.
10423 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10424 passphrase stuff from gpg, should only be necessary when you use
10425 gpg with a smartcard.
10426
10427 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
10428
10429 * comint.el (comint-dynamic-list-completions): Allow user to
10430 select *Completions* buffer.
10431
10432 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
10433
10434 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
10435
10436 2006-03-26 Andreas Schwab <schwab@suse.de>
10437
10438 * progmodes/gud.el (gdb): Only complain about multiple debugging
10439 when the gdb process is still running.
10440
10441 2006-03-25 Eli Zaretskii <eliz@gnu.org>
10442
10443 * mail/rmail.el (tool-bar-map): Defvar it.
10444 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
10445 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
10446
10447 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
10448
10449 * help.el (print-help-return-message): Suggest to use
10450 display-buffer instead of switch-to-buffer-other-window to restore
10451 the previous window without selecting it.
10452
10453 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10454
10455 * frame.el (select-frame-by-name): Call x-focus-frame also when
10456 window-system is mac.
10457
10458 * term/mac-win.el: Adjust Courier font specifications in
10459 x-fixed-font-alist.
10460 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
10461 when directly encoding to UTF-16 in native byte order, no BOM.
10462
10463 2006-03-25 Kim F. Storm <storm@cua.dk>
10464
10465 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
10466 (cua--init-keymaps): Use it instead of fixed C-return.
10467 (cua-mode): Set after it.
10468
10469 * emulation/cua-rect.el (cua--init-rectangles):
10470 Use cua-rectangle-mark-key instead of fixed C-return.
10471
10472 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
10473
10474 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
10475 "run" in .gdbinit.
10476 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
10477
10478 2006-03-24 Romain Francoise <romain@orebokech.com>
10479
10480 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
10481 `display-buffer-other-frame'.
10482
10483 2006-03-24 Kim F. Storm <storm@cua.dk>
10484
10485 * apropos.el (apropos-synonyms): Add selection => region.
10486
10487 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
10488
10489 * progmodes/gdb-ui.el (gdb-var-create-regexp)
10490 (gdb-var-list-children-regexp, gdb-var-update-regexp)
10491 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
10492 (gdb-data-list-register-values-regexp)
10493 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
10494 Future proof against new fields being added to MI output.
10495 (gdb-send): Don't treat backslashes for program input as
10496 continuations.
10497 (gdb-assembler-handler): Don't use window-start for this handler.
10498 (gdb-frame-handler): Don't change to hollow arrow if overlay
10499 arrow doesn't move to new frame.
10500
10501 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
10502
10503 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
10504 prevent compiler warnings.
10505 (gdb-stopped): Check for gud-last-last-frame (case: signal).
10506 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
10507 (gdb-assembler-custom): Use hollow-right-triangle for assembler
10508 buffer too.
10509
10510 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
10511
10512 * pgg-gpg.el (pgg-gpg-update-agent): Check for
10513 make-network-process, so we can use the same code in Gnus v5-10
10514 too and have this file fully synchronized with that release.
10515
10516 2006-03-23 Romain Francoise <romain@orebokech.com>
10517
10518 * ibuf-ext.el (ibuffer-read-filter-group-name):
10519 Use `ibuffer-generate-filter-groups' to make completion list match
10520 the filter groups that are really displayed in the Ibuffer buffer.
10521 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
10522
10523 2006-03-23 Kenichi Handa <handa@m17n.org>
10524
10525 * international/mule-cmds.el (sort-coding-systems): Describe that
10526 the argument is modified in docstring.
10527
10528 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
10529
10530 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10531 (pgg-gpg-update-agent): New function.
10532 (pgg-gpg-use-agent-p): New function.
10533 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10534 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10535 (pgg-gpg-sign-region): Use it.
10536
10537 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
10538
10539 * cus-edit.el (custom-face-set): Call custom-push-theme before
10540 face-spec set so that `changed' theme is correctly saved.
10541 (custom-face-reset-standard): Reset to recalculated face rather
10542 than defface spec.
10543
10544 * custom.el (custom-push-theme): Only save `changed' theme if the
10545 current face does not match the defface specs.
10546
10547 2006-03-21 Simon Josefsson <jas@extundo.com>
10548
10549 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10550 <wilde@sha-bang.de>.
10551 (pgg-gpg-use-agent): New variable.
10552 (pgg-gpg-process-region): Use it.
10553 (pgg-gpg-encrypt-region): Likewise.
10554 (pgg-gpg-encrypt-symmetric-region): Likewise.
10555 (pgg-gpg-decrypt-region): Likewise.
10556 (pgg-gpg-sign-region): Likewise.
10557 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10558
10559 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
10560
10561 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
10562 bracket links.
10563
10564 2006-03-21 Kim F. Storm <storm@cua.dk>
10565
10566 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
10567 fringe-indicator-alist instead of modifying global value.
10568 (gdb-frame-handler): Likewise.
10569
10570 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
10571
10572 * diff-mode.el (diff-function): Make it inherit from diff-header
10573 instead of diff-context.
10574
10575 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
10576 bitmap.
10577 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
10578 change names in macro above for consistency.
10579 (gdb-frame-handler): Use hollow-right-triangle for all selected
10580 frames which except the innermost (where execution has stopped).
10581 (gdb-reset): Reset buffer-local values of overlay-arrow.
10582
10583 2006-03-20 Richard Stallman <rms@gnu.org>
10584
10585 * simple.el (set-mark-command): Doc fix.
10586
10587 * files.el (display-buffer-other-frame): New command.
10588 (ctl-x-4-map): Bind C-x 5 C-o to it.
10589
10590 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
10591
10592 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
10593 rather than just defer-time, in case defer-time has been changed but
10594 the timer isn't running yet.
10595 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
10596
10597 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
10598
10599 * help-mode.el (help-follow-symbol): New function.
10600 Essentially identical to the old `help-follow', but do not let
10601 `push-button' do the work when on an xref.
10602 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
10603
10604 2006-03-19 Richard Stallman <rms@gnu.org>
10605
10606 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
10607 preceded by the word `program'.
10608 (help-follow-mouse, help-follow): Throw error if not on xref.
10609 Delete no longer used args.
10610
10611 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
10612
10613 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
10614 annotation ensure gud-overlay-arrow-position is redisplayed.
10615
10616 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10617
10618 * textmodes/bibtex.el (bibtex-include-OPTkey)
10619 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
10620 (bibtex-autokey-name-case-convert)
10621 (bibtex-autokey-titleword-case-convert): Make these the aliases
10622 for the following two variables.
10623 (bibtex-autokey-name-case-convert-function)
10624 (bibtex-autokey-titleword-case-convert-function): Make these the
10625 real names.
10626 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
10627 bibtex-font-lock-crossref sublists.
10628 (bibtex-mode): Revert 2005-12-30 change (which made
10629 completion-ignore-case buffer-local).
10630 (bibtex-url): Simplify.
10631
10632 2006-03-19 Kim F. Storm <storm@cua.dk>
10633
10634 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
10635 cursor property value to 2 (to align with C level change).
10636
10637 2006-03-19 Bill Wohler <wohler@newt.com>
10638
10639 * image.el (image-load-path-for-library): Shorten first line in
10640 docstring.
10641
10642 2006-03-18 Richard Stallman <rms@gnu.org>
10643
10644 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
10645
10646 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
10647
10648 * isearch.el (isearch-other-meta-char): Handle user bindings for
10649 shifted control characters.
10650
10651 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
10652
10653 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
10654 part that matches email addresses, file names, etc.
10655
10656 2006-03-18 Eli Zaretskii <eliz@gnu.org>
10657
10658 * term/w32-win.el (mouse-set-font):
10659 Mention w32-list-proportional-fonts in the doc string.
10660
10661 2006-03-18 Kim F. Storm <storm@cua.dk>
10662
10663 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
10664 (ido-unc-hosts): New user option to explicitly define list of know
10665 UNC-style hosts for completion.
10666 (ido-cache-unc-host-shares-time): New user option.
10667 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
10668 New helper functions for UNC file-name support.
10669 (ido-may-cache-directory): Check for UNC host. Simplify.
10670 (ido-wash-history): Clean out old UNC hosts.
10671 (ido-nonreadable-directory-p): UNC hosts are always readable.
10672 (ido-directory-too-big-p): UNC hosts are never too big.
10673 (ido-set-current-directory): Handle UNC root path.
10674 (ido-file-name-all-completions): Complete UNC host names from
10675 ido-unc-hosts list. Cache UNC host shares.
10676 (ido-make-file-list-1): Don't filter UNC root.
10677 (ido-exhibit): Check for // in root directory, and switch to UNC
10678 mode by setting ido-current-directory to //.
10679
10680 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
10681
10682 * cus-edit.el (customize-changed-options): Mention explicit
10683 version number as default in prompt.
10684
10685 2006-03-17 Bill Wohler <wohler@newt.com>
10686
10687 * image.el (image-load-path-for-library): Minor docstring fix.
10688
10689 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
10690
10691 * textmodes/org.el (org-read-date): Include subgroup 5 into
10692 replacement text.
10693 (org-popup-calendar-for-date-prompt): Fix customization type.
10694
10695 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
10696
10697 * progmodes/gdb-ui.el (gud-watch): Provide completion.
10698 (gdb-continuation): New variable.
10699 (gdb-send): Deal with continuation lines.
10700
10701 * progmodes/gud.el (gud-gdb-complete-command)
10702 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
10703 expressions.
10704 (gud-tooltip-mode): Use buffer-local value.
10705
10706 2006-03-16 Kim F. Storm <storm@cua.dk>
10707
10708 * ido.el (ido-edit-input): Use selected match, if any.
10709
10710 2006-03-16 Bill Wohler <wohler@newt.com>
10711
10712 * image.el (image-load-path-for-library): Prefer user's images in
10713 image-load-path.
10714
10715 2006-03-16 Martin Rudalics <rudalics@gmx.at>
10716
10717 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
10718 when checking for attempt to drag leftmost or rightmost scrollbar.
10719
10720 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
10721
10722 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
10723 (gdb-force-mode-line-update): New function.
10724 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
10725 (gdb-exited): Use them.
10726 (gdb-signal): New function.
10727 (gdb-annotation-rules): Provide a rule for it.
10728
10729 2006-03-16 Kenichi Handa <handa@m17n.org>
10730
10731 * international/mule.el (auto-coding-regexp-alist): Add entries
10732 for Unicode BOM.
10733
10734 * sort.el (sort-build-lists): Temporarily bind
10735 inhibit-field-text-motion to t.
10736
10737 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
10738
10739 * locate.el (locate-command, locate-make-command-line)
10740 (locate-fcodes-file, locate-update-command)
10741 (locate-prompt-for-command, locate, locate-with-filter)
10742 (locate-get-file-positions): Doc fixes.
10743 (locate-buffer-name, locate-header-face): Remove leading `*' in
10744 defcustom.
10745 (locate-filter-output): Use `keep-lines' instead of its alias
10746 `delete-non-matching-lines'.
10747 (locate-get-filename, locate-get-dirname): Add introductory comment.
10748 (locate-find-directory-other-window): Give appropriate error
10749 message if used outside main listing.
10750
10751 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10752
10753 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
10754 the new extend-region feature.
10755 (font-lock-after-change-function): Update correspondingly.
10756 * jit-lock.el (jit-lock-after-change): Update correspondingly.
10757 * progmodes/grep.el (font-lock-lines-before): Don't disable.
10758
10759 2006-03-15 Bill Wohler <wohler@newt.com>
10760
10761 * image.el (image-load-path-for-library): Fix example by not
10762 recommending that one binds image-load-path. Just defvar it to
10763 placate compiler and only use it if previously defined.
10764
10765 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
10766
10767 * textmodes/org.el (org-insert-centered): Use `string-width' to
10768 make underlining work for wide characters.
10769 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
10770 TAB to `org-cycle', to make sure that no binding in
10771 `outline-mode-map' can supercede it.
10772
10773 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
10774
10775 * allout.el: Increment version to 2.2.1 in file commentary.
10776
10777 (allout-version): Increment to 2.2.1.
10778
10779 (allout-default-layout): New customization variable, used when the
10780 file lacks a specific allout-layout. Uses allout-layout-type for
10781 recursively nested definition.
10782
10783 (allout-layout-type): Widget defining allout layouts, necessary for
10784 self-recursive definition.
10785
10786 (allout-mode): Incorporate allout-default-layout as fallback for
10787 allout-layout.
10788
10789 (allout-layout): Mark as 'safe-local-variable', and refer mention
10790 fallback to `allout-default-layout' in absence of a specified value.
10791 (allout-passphrase-verifier-string)
10792 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
10793
10794 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
10795
10796 (allout-get-encryption-passphrase-verifier): Use correct name of
10797 passphrase verifier in docstring.
10798
10799 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
10800
10801 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
10802 elements.
10803 (gdb-find-watch-expression): Make it work for arrays too.
10804 Follow change to gdb-var-list.
10805 (gud-watch): Allow the user to enter variable name with a prexix
10806 arg. Create keybindings.
10807 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
10808 (gdb-var-list-children-handler, gdb-var-update-handler)
10809 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
10810 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
10811 Follow change to gdb-var-list.
10812 (gdb-starting): Don't show the overlay arrows when program is running.
10813
10814 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
10815 gdb-var-list.
10816
10817 2006-03-14 Bill Wohler <wohler@newt.com>
10818
10819 * image.el (image-load-path-for-library): Pass value of path
10820 rather than symbol. Always return list of directories.
10821 Guarantee that image directory comes first.
10822
10823 2006-03-14 Alan Mackenzie <acm@muc.de>
10824
10825 * font-core.el (font-lock-extend-region\(-function\)?.):
10826 New function/variable.
10827
10828 * font-lock.el (font-lock-after-change-function):
10829 Call font-lock-extend-region. Obey font-lock-lines-before.
10830 (font-lock-default-fontify-region): Remove reference to
10831 font-lock-lines-before.
10832
10833 * jit-lock.el (jit-lock-after-change):
10834 Call font-lock-extend-region. Obey font-lock-lines-before.
10835
10836 2006-03-14 David Ponce <david@dponce.com>
10837
10838 * tree-widget.el (tree-widget-themes-load-path)
10839 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
10840
10841 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
10842
10843 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
10844 (rcirc-print): Mark the start of text at the end of the prompt.
10845 (rcirc-track-minor-mode): Add autoload cookie.
10846 (rcirc-update-activity-string): Add space to front of mode-line
10847 indicator.
10848
10849 2006-03-13 Miles Bader <miles@gnu.org>
10850
10851 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
10852 (rcirc-abbrev-nick): Remove function.
10853 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
10854
10855 2006-03-13 David Ponce <david@dponce.com>
10856
10857 * tree-widget.el: Handle themes across all occurrences of the main
10858 themes sub-directory found in tree-widget-themes-load-path.
10859 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
10860 (tree-widget--locate-sub-directory): Return all occurrences.
10861 (tree-widget-themes-path): New function.
10862 Replace tree-widget-themes-directory, and return a list of directories.
10863 (tree-widget-set-parent-theme)
10864 (tree-widget-lookup-image): Use it.
10865
10866 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
10867
10868 * textmodes/org.el (org-link-search): Avoid self-matching of
10869 links, allow target text to be distributed over several lines.
10870 (org-search-not-link): New function.
10871 (org-set-regexps-and-options, org-get-current-options):
10872 New startup options.
10873 (org-export-as-html): Take odd-level setting from local variable.
10874 (org-fontify-emphasized-text): New option.
10875 (org-set-font-lock-defaults): Include emphasized text.
10876 (org-follow-mhe-link): Allow folder-only links, fix folder name.
10877 (org-font-lock): Customize group renamed from `org-faces'.
10878
10879 2006-03-13 John Paul Wallington <jpw@pobox.com>
10880
10881 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
10882 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
10883
10884 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
10885
10886 * cus-start.el (all): Delete :version keyword for members of the
10887 fringe group, since the entire group is new in 22.1.
10888
10889 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
10890
10891 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
10892 map if value is hexadecimal (an address).
10893 (gud-watch): Only search roots for existing watch expressions.
10894 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
10895 prevent caching problems with speedbar-update-directory-contents.
10896
10897 2006-03-12 Juri Linkov <juri@jurta.org>
10898
10899 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
10900 before comparing with `low' and `warn'.
10901
10902 * info.el (Info-dir-remove-duplicates): Move point to the
10903 beginning of the current line after deleting the entries from
10904 redundant heading. Use marker for `limit' and compare it with
10905 point before calling `re-search-forward'.
10906
10907 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
10908
10909 * simple.el (yank): Fix typo in docstring.
10910
10911 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
10912
10913 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
10914 messages, where "D" is the 6th character.
10915
10916 2006-03-11 Eli Zaretskii <eliz@gnu.org>
10917
10918 * simple.el (yank): Fix last change.
10919
10920 2006-03-11 David Ponce <david@dponce.com>
10921
10922 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
10923 merging elements from the standard ispell-dictionary-alist.
10924 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
10925 alist, and return the new alist.
10926
10927 2006-03-11 Richard Stallman <rms@gnu.org>
10928
10929 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
10930
10931 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
10932 the way it is implemented is too unclean.
10933
10934 * simple.el (kill-region, yank): Doc fix.
10935
10936 * battery.el (battery-echo-area-format): Doc fix.
10937 (battery-mode-line-format): Likewise.
10938 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
10939 (battery-linux-proc-acpi): Ignore batteries that say "charged".
10940
10941 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
10942
10943 * progmodes/octave-mod.el (octave-indent-for-comment):
10944 Behave according to do string.
10945
10946 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
10947
10948 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
10949 Be visible only if major mode is Mail Mode.
10950
10951 * textmodes/flyspell.el (flyspell-external-point-words)
10952 (flyspell-process-localwords): Fix last changes.
10953
10954 2006-03-11 Eli Zaretskii <eliz@gnu.org>
10955
10956 * calendar/holidays.el (list-holidays): Doc fix.
10957
10958 * international/mule.el (auto-coding-alist): Add .odt
10959 (OpenOffice's open document) files.
10960
10961 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
10962 document) files. Mention in the doc string the need to sync with
10963 auto-coding-alist.
10964
10965 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
10966
10967 * files.el (hack-local-variables-confirm): Don't prompt for ! if
10968 enable-local-variables is set to always query, or there is no
10969 savable variable.
10970
10971 2006-03-10 Bill Wohler <wohler@newt.com>
10972
10973 * image.el (image-load-path-for-library): Merge at least three
10974 functions from Gnus and MH-E into this one function that can now
10975 be shared.
10976
10977 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
10978
10979 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
10980 gdb-remove-mouse-face and remove help-echo too.
10981 (gdb-enqueue-input): Correct conditional clause.
10982
10983 2006-03-10 Glenn Morris <rgm@gnu.org>
10984
10985 * calendar/calendar.el (calendar-holidays): Doc fix.
10986 * calendar/holidays.el (list-holidays): Doc fix.
10987
10988 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
10989
10990 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
10991 it gets called in gdb-prompt anyway.
10992 (gdb-use-separate-io-buffer): Only restore window arrangement for
10993 gdb-many-windows.
10994 (gdb-enqueue-input): Make it harder to send GDB input when program
10995 is running.
10996 (gdb-buffer-list): New variable.
10997 (gdb-remove-mouse-face): New function.
10998 (gdb-starting): Use it when GDB input won't get sent.
10999
11000 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
11001
11002 * help.el (view-lossage): Remove trailing whitespace before
11003 inserting "\n".
11004
11005 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
11006
11007 * files.el (hack-local-variables-confirm):
11008 Set coding-system-for-read to nil before writing to .emacs.
11009
11010 * arc-mode.el (archive-extract): Check if an existing buffer name
11011 comes from a different archive.
11012
11013 * help.el (describe-key-briefly): If KEY is a down event, read and
11014 discard the up event.
11015
11016 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
11017
11018 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
11019 be edited and use font-lock-warning-face for any changes.
11020
11021 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
11022 (gdb-edit-value): Use it to report any errors.
11023
11024 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
11025
11026 * help.el (describe-key): Remove leftover test code.
11027
11028 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
11029
11030 * textmodes/org.el: Move defvars out of eval-when-compile.
11031 Use buffer-file-name variable.
11032 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
11033 arg `file'.
11034 (org-level-faces): Remove startup dependency.
11035 (org-cycle, org-map-tree, org-scan-tags)
11036 (org-remember-handler): Don't call `outline-level' directly.
11037 (org-mhe-search-all-folders): New option.
11038 (org-mhe-get-message-folder-from-index)
11039 (org-mhe-get-message-folder): Fix indexing search.
11040 (org-format-agenda-item): Handle nil TAGS argument.
11041 (org-cleaned-string-for-export, org-activate-target-links)
11042 (org-make-target-link-regexp): Deal with empty radio target list.
11043 (org-tag): New face.
11044 (org-get-level-face): New function.
11045 (org-set-font-lock-defaults): Simplify setup for headlines.
11046 (org-complete): Pass common substring to `display-completion-list'.
11047
11048 2006-03-06 David Ponce <david@dponce.com>
11049
11050 * tree-widget.el: Update Commentary header.
11051 (tree-widget-theme-name): Ignore parent themes.
11052 (tree-widget-set-parent-theme): New function.
11053 (tree-widget-set-theme): Use it.
11054 (tree-widget-set-image-properties): Move definition. Does nothing
11055 if image properties have already been set.
11056 (tree-widget-image-properties): Move definition. Receive an image
11057 name. Set the :pointer property.
11058 (tree-widget-lookup-image): Doc fix. Search in parent themes.
11059 Don't set the :pointer image property.
11060 (tree-widget-convert-widget): New function. Handle :dynargs
11061 compatibility here.
11062 (tree-widget): Use it to :convert-widget. Add the :expander-p
11063 predicate to control when the :expander function is entered.
11064 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
11065 (tree-widget-value-create): Handle :expander-p. widget-apply
11066 :expander.
11067 (tree-widget-expander-p): New function. Default value of the
11068 :expander-p property.
11069
11070 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
11071
11072 * help.el (describe-key): Properly handle the return value of
11073 read-key-sequence when grabbing an up-event. Cleanup mouse-1
11074 remaps. Handle string and vector `follow-link' values.
11075
11076 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
11077
11078 * complete.el (PC-expand-many-files): Try be more careful when parsing
11079 the shell's output.
11080
11081 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11082
11083 * outline.el (hide-sublevels): Provide better interactive default.
11084
11085 2006-03-06 Kenichi Handa <handa@m17n.org>
11086
11087 * international/fontset.el (create-fontset-from-fontset-spec):
11088 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
11089
11090 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
11091
11092 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
11093 backslashes instead of one in regexp.
11094 (gud-tooltip-dereference): Add missing optional argument.
11095
11096 2006-03-04 John Paul Wallington <jpw@pobox.com>
11097
11098 * wdired.el (toplevel): Require `cl' at compile-time.
11099
11100 2006-03-04 Andreas Schwab <schwab@suse.de>
11101
11102 * server.el (server-process-filter): Handle errors during
11103 evaluation of the argument.
11104
11105 2006-03-03 John Paul Wallington <jpw@pobox.com>
11106
11107 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
11108 escape parentheses at beginning of line.
11109 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
11110 (t-mouse-mode): Remove period from end of error message.
11111
11112 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
11113
11114 * textmodes/flyspell.el (flyspell-process-localwords):
11115 Be case-sensitive.
11116
11117 2006-03-03 Martin Rudalics <rudalics@gmx.at>
11118
11119 * cus-edit.el (custom-quote): Remove function, since it has been
11120 moved to custom.el.
11121
11122 * font-lock.el (lisp-font-lock-keywords-2)
11123 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
11124 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
11125 they have no special meaning.
11126
11127 * midnight.el (clean-buffer-list): Handle case where base-buffer of
11128 indirect buffer gets killed before indirect buffer. Use dolist.
11129
11130 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
11131
11132 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
11133 value instead of a literal constant (1) on more pauses.
11134
11135 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
11136
11137 * textmodes/flyspell.el (flyspell-external-point-words):
11138 Be case-sensitive.
11139
11140 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
11141
11142 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
11143 with "www".
11144
11145 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
11146
11147 * allout.el: Restablish intermediate missing comment header to
11148 preserve outline structure.
11149 (allout-beginning-of-current-entry): Skip invisible text.
11150 (allout-open-topic): Fix opening a topic at end-of-buffer.
11151 (allout-minor-mode): Move nearer to allout-mode function.
11152
11153 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
11154
11155 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
11156
11157 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
11158
11159 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
11160 is nil.
11161
11162 * progmodes/gud.el (gud-speedbar-menu-items):
11163 Use buffer-local-value and add missing :visible keyword.
11164
11165 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
11166
11167 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
11168
11169 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
11170 must be `follow-link'.
11171
11172 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
11173
11174 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
11175 formatting: No nested anchors.
11176 (org-all-targets): Fix bug with XEmacs compatibility.
11177 (org-read-date): Add (require 'parse-time).
11178 (org-set-tags): Fix bug with extra inserted space.
11179 (org-export-html-style): Define a style class for targets.
11180 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
11181 (org-hide-leading-stars): New option.
11182 (org-hide): New face.
11183 (org-set-font-lock-defaults): Allow to hide leading stars.
11184 (org-get-legal-level, org-tr-level): New functions.
11185 (org-odd-levels-only): New option.
11186 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
11187 (org-demote, org-promote): Deal with double-star levels.
11188 (org-convert-to-odd-levels): New command.
11189
11190 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
11191
11192 * speedbar.el (speedbar-update-localized-contents): Try to
11193 preserve window-start.
11194 (speedbar-update-directory-contents): Try to preserve window-start
11195 and window-point.
11196 (speedbar-update-special-contents): Don't move back to start of window.
11197
11198 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
11199 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
11200 speedbar-timer-fn.
11201 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
11202 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
11203 instead of gdb-speedbar-timer-fn.
11204
11205 2006-02-28 Jay Belanger <belanger@truman.edu>
11206
11207 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
11208 (math-compose-expr): Use latex option when calling
11209 `math-compose-tex-matrix' for latex mode.
11210
11211 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
11212
11213 * speedbar.el: Re-instate comments about developing for speedbar
11214 [this is what info and gdb-ui use even if better methods exist now].
11215
11216 * t-mouse.el: New file.
11217 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
11218 (t-mouse-lispy-buffer-posn-from-coords): Remove.
11219 (t-mouse-make-event-element): Use posn-at-x-y instead.
11220 (t-mouse-make-event): Deal with Fedora Core 3.
11221 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
11222 (t-mouse-mouse-position-function): New function. Use it instead
11223 of advising mouse-position.
11224 (t-mouse-mode): New minor mode.
11225 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
11226
11227 2006-02-27 Glenn Morris <rgm@gnu.org>
11228
11229 * calendar/calendar.el (calendar-holidays): Doc fix.
11230
11231 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
11232
11233 * progmodes/gdb-ui.el (gdb-source-window): New variable.
11234 Re-introduce the concept of a source window.
11235 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
11236 consistency with get-buffer-create.
11237 (def-gdb-auto-update-handler, gdb-info-locals-handler)
11238 (gdb-data-list-register-values-handler)
11239 (gdb-stack-list-locals-handler): Try to preserve window-start as
11240 well as window-point.
11241 (gdb-display-source-buffer): New function (old concept).
11242 (gdb-goto-breakpoint): Use it.
11243
11244 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
11245 for gdb-ui/gdb-mi (old concept).
11246
11247 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
11248
11249 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
11250 binding.
11251
11252 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
11253
11254 * textmodes/reftex-sel.el (reftex-select-label-map)
11255 (reftex-select-bib-map): Add `follow-mouse' binding.
11256
11257 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
11258
11259 * jka-cmpr-hook.el (jka-compr-compression-info-list)
11260 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
11261 Give :set functions to provide automatic updating.
11262 Update docstring. Give compiler defvars early in the file
11263 and move the defcustoms to a later spot where all called functions
11264 are defined.
11265 (jka-compr-file-name-handler-entry): Doc fix.
11266 (jka-compr-compression-info-list--internal)
11267 (jka-compr-mode-alist-additions--internal)
11268 (jka-compr-load-suffixes--internal): New variables.
11269 (jka-compr-install): Set the three above variables.
11270 Update `load-file-rep-suffixes' instead of `load-suffixes'.
11271 (jka-compr-update, jka-compr-set): New functions.
11272 (auto-compression-mode): Doc fix.
11273
11274 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
11275 Update `load-file-rep-suffixes' instead of `load-suffixes'.
11276 Use jka-compr-compression-info-list--internal,
11277 jka-compr-mode-alist-additions--internal and
11278 jka-compr-load-suffixes--internal.
11279
11280 * files.el (load-library):
11281 * loadhist.el (file-loadhist-lookup):
11282 * startup.el (command-line):
11283 * subr.el (locate-library):
11284 * emacs-lisp/autoload.el (update-directory-autoloads):
11285 * emacs-lisp/find-func.el (find-library-suffixes):
11286 Use `get-load-suffixes' instead of `load-suffixes'.
11287
11288 * subr.el (locate-library):
11289 * emacs-lisp/find-func.el (find-library-name):
11290 Use `load-file-rep-suffixes' instead of '("").
11291
11292 2006-02-26 Kim F. Storm <storm@cua.dk>
11293
11294 * ido.el (ido-save-history, ido-load-history): Simplify.
11295 Don't use find-file-noselect to avoid interference from other modes.
11296
11297 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
11298
11299 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
11300 to use the default shell if filename is not available.
11301 Reported by Giorgos Keramidas.
11302
11303 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
11304
11305 * progmodes/etags.el (tags-completion-table): Do completion from
11306 all the tables in the current list, as documented in the manual.
11307
11308 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11309
11310 * CC Mode Update to 5.31.3.
11311
11312 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11313
11314 * progmodes/cc-mode.el (c-postprocess-file-styles):
11315 Bind inhibit-read-only to t, around the call to
11316 c-remove-any-local-eval-or-mode-variables, so that it works on a
11317 RO file.
11318
11319 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11320
11321 * progmodes/cc-awk.el: Correct a typo.
11322
11323 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11324
11325 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
11326 c-hungry-delete-backwards, at the request of RMS. Leave the old
11327 name as an alias.
11328
11329 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11330
11331 * progmodes/cc-mode.el: Correct a typo.
11332
11333 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11334
11335 * progmodes/cc-defs.el: Update the version number to 5.31.3.
11336
11337 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11338
11339 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
11340 brace-else-brace (error due to mbeg, mend being undefined).
11341
11342 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11343
11344 * progmodes/cc-mode.el: File Local variables: Solve the problem
11345 where both `mode' and c-file-offsets are specified: `mode' will
11346 overwrite c-f-o's settings:
11347 (c-remove-any-local-eval-or-mode-variables): New function.
11348 (c-postprocess-file-styles): Call the above new function, within
11349 c-tentative-buffer-change, to splat `mode' and `eval' before the
11350 second hack-local-variables.
11351
11352 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11353
11354 * progmodes/cc-mode.el:
11355 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
11356 (c-after-change): Protect the match data with save-match-data.
11357 It was getting corrupted by c-after-change-check-<>-operators.
11358
11359 * cc-defs.el: [Supersedes patch V1.38]:
11360 (top level): Check for a buggy font-lock-compile-keywords ONLY in
11361 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
11362
11363 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
11364 with save-match-data. It was being corrupted when Font Lock was
11365 not enabled.
11366
11367 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
11368
11369 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
11370 Mode and Subword Mode.
11371
11372 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
11373 real labels ("case 1:" or "foo:") from non-labels ("public:").
11374 (c-forward-objc-directive): Replace c-forward-token-2 with crude
11375 coding; c-f-t-2 doesn't move over a token at EOB.
11376
11377 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
11378
11379 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
11380 (c-update-modeline): Concatenate the minor mode indicators
11381 directly onto mode-name, removing c-submode-indicators.
11382 Sometimes, c-s-i got separated from the mode name on the mode line.
11383
11384 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
11385 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
11386
11387 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
11388
11389 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
11390 error message when there's an evaluation error to show whether
11391 it's loaded from source or not.
11392 (c-filter-ops): Make it available at runtime too to work when
11393 `c-make-init-lang-vars-fun' needs to evaluate from source.
11394
11395 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
11396
11397 * help.el (help): Revert last part of 2006-02-23 change (deletion
11398 of the `provide' call).
11399
11400 2006-02-23 Juri Linkov <juri@jurta.org>
11401
11402 * compare-w.el (compare-windows-highlight): Add new value
11403 `persistent' and change :type from `boolean' to `choice'.
11404 (compare-windows-overlays1, compare-windows-overlays2):
11405 New internal variables.
11406 (compare-windows-highlight): If compare-windows-highlight is
11407 `persistent', add current overlays to compare-windows-overlays[12]
11408 instead of adding compare-windows-dehighlight to pre-command-hook.
11409 (compare-windows-dehighlight): Delete all overlays from
11410 compare-windows-overlays[12].
11411
11412 * info.el (Info-search): Don't bind search-spaces-regexp to
11413 Info-search-whitespace-regexp in non-regexp isearch mode.
11414
11415 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
11416
11417 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
11418
11419 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
11420
11421 * textmodes/org.el (org-xemacs-p)
11422 (org-export-html-show-new-buffer, org-table-may-need-update)
11423 (org-insert-item, org-mhe-get-message-real-folder)
11424 (org-mhe-get-message-folder-from-index)
11425 (org-mhe-get-message-folder, org-mhe-get-message-num)
11426 (org-mhe-get-header, org-make-org-heading-search-string)
11427 (org-make-org-heading-camel, org-table-sort-lines)
11428 (org-format-org-table-html, org-format-table-table-html):
11429 Fix typos in docstrings.
11430
11431 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
11432
11433 * textmodes/org.el (org-cleaned-string-for-export)
11434 (org-solidify-link-text): New function.
11435 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
11436 XEmacs, just to silence the compiler.
11437 (org-export-as-ascii, org-export-as-html-and-open):
11438 Use `org-cleaned-string-for-export' and create internal links.
11439 (org-follow-mhe-link): Require mh-e, use folder.
11440
11441 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
11442
11443 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
11444
11445 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
11446 gdb-debug-log-length.
11447 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
11448 it a real ring but...
11449 (gud-gdba-marker-filter): ...make it work like mark-ring.
11450 (gdb-enable-debug): Rename from gdb-enable-debug-log.
11451 (gdb-mouse-jump): New function. Add bindings.
11452
11453 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
11454
11455 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
11456 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
11457 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
11458 (gdb-debug-log-length): Customize it's length.
11459 (gud-watch, gdb-var-create-handler): Display function::var format
11460 but don't use to create variable object.
11461 (gdb-var-create-handler): Use message-box in place of message.
11462 (gdb-stopped): Call gdb-exited if signalled.
11463
11464 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
11465
11466 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
11467
11468 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
11469
11470 * textmodes/reftex.el (reftex-locate-file): Search all extensions
11471 if `reftex-try-all-extensions' is set.
11472
11473 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
11474 fail silently when there is no valid argument at point.
11475 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
11476 `fail-silently' argument. From a patch by David Reiter.
11477
11478 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
11479 New commands.
11480 (org-mark-ring): New variable.
11481 (org-mark-ring-length): New option.
11482 (org-open-at-point, org-goto, org-open-file): Push old position
11483 onto the mark ring.
11484 (org-add-hook): New function.
11485 (org-export-table-remove-special-lines): New option.
11486 (org-skip-comments, org-format-org-table-html): Respect new
11487 option `org-export-table-remove-special-lines'.
11488 (org-open-file): Allow special command configuration for
11489 directory link.
11490 (org-file-apps): Fix bugs in customize type, added setting
11491 for directories.
11492 (org-activate-tags, org-format-agenda-item, org-complete)
11493 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
11494 (org-get-tags, org-get-buffer-tags, org-open-at-point)
11495 (org-link-search, org-make-org-heading-search-string)
11496 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
11497 (org-radio-targets, org-file-link-context-use-camel-case)
11498 (org-activate-camels): New options.
11499 (org-update-radio-target-regexp, org-all-targets)
11500 (org-make-target-link-regexp, org-activate-target-links):
11501 New functions.
11502 (org-make-org-heading-search-string): New function.
11503 (org-store-link, org-insert-link): Use new option
11504 `org-file-link-context-use-camel-case'.
11505 (org-activate-camels): Use new option `org-activate-camels'.
11506 (org-link-regexp): Add mhe prefix.
11507 (org-open-at-point, org-store-link): Support for mhe links.
11508 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
11509 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
11510 (org-mhe-get-header, org-follow-mhe-link): New functions.
11511 (org-remove-angle-brackets, org-add-angle-brackets):
11512 New functions.
11513 (org-bracket-link-regexp): New constant.
11514 (org-read-date): Fix bug that was rejecting all typed dates.
11515 (org-link-search): Make hierarchy above visible after a match.
11516 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
11517 (org-store-link): Fix bug with link creation when cursor is in
11518 an empty line.
11519 (org-open-at-point): Fix bug with matching a link.
11520 Fixed buggy argument sequence in call to `org-view-tags'.
11521 (org-compile-prefix-format): Set `org-prefix-has-tag'.
11522 (org-prefix-has-tag): New variable.
11523 (org-format-agenda-item): Remove tags from headline
11524 if appropriate.
11525 (org-agenda-remove-tags-when-in-prefix): New option.
11526
11527 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
11528
11529 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
11530 Fix the regular expressions.
11531
11532 2006-02-21 Richard M. Stallman <rms@gnu.org>
11533
11534 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
11535 if there's no other specific basis.
11536
11537 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
11538 as variables at all.
11539 (unsafep-variable): Rename arg; doc fix.
11540
11541 * abbrevlist.el (list-one-abbrev-table): Add autoload.
11542
11543 * calendar/appt.el (diary-selective-display): Add defvar.
11544
11545 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
11546
11547 * isearch.el (search-whitespace-regexp): Fix custom type.
11548
11549 * help.el (describe-key-briefly): Compute interactive args
11550 in same was as before previous change.
11551
11552 * files.el (enable-local-variables): Doc fix.
11553
11554 2006-02-21 Kim F. Storm <storm@cua.dk>
11555
11556 * fringe.el: Cleanup as file is now pre-loaded.
11557 (fringe-bitmaps): Initialize unconditionally.
11558 (fringe-mode, set-fringe-style): Remove autoload cookies.
11559
11560 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
11561
11562 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
11563 `horizontal-bar'.
11564 (fringe-cursor-alist): Use `horizontal-bar'.
11565
11566 2006-02-20 Kim F. Storm <storm@cua.dk>
11567
11568 * fringe.el (fringe-bitmaps): Update to new bitmap names.
11569 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
11570
11571 * loadup.el: Load "fringe" on window systems.
11572
11573 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
11574
11575 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
11576 out of scope components.
11577
11578 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
11579 default.
11580
11581 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
11582
11583 * custom.el (customize-mark-to-save, customize-mark-as-set):
11584 Load the symbol first.
11585
11586 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
11587
11588 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
11589 strech spec so it doesn't display as "^J" on the header line
11590 when `Buffer-menu-use-header-line' is t.
11591
11592 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
11593
11594 * speedbar.el (speedbar-make-button): Keep text properties
11595 of string arguments if desired.
11596
11597 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
11598 expessions.
11599
11600 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
11601 of speedbar.
11602
11603 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
11604
11605 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
11606 to value of `read-file-name-completion-ignore-case'.
11607
11608 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
11609
11610 * custom.el (customize-mark-as-set): Push to `user' theme.
11611
11612 * cus-edit.el (custom-save-variables): Allow unthemed values.
11613 (customize-set-variable): Push setting to `user' theme.
11614
11615 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
11616
11617 * progmodes/gud.el: Don't require font-lock as it's now
11618 automatically loaded.
11619 (gud-speedbar-buttons): Replace gdb-var-changed with
11620 gdb-force-update.
11621
11622 * progmodes/gdb-ui.el (gdb-force-update): Rename from
11623 gdb-var-changed.
11624 (gdb-post-prompt): Use it.
11625 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
11626 (gdb-var-update-handler, gdb-var-delete)
11627 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
11628 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
11629 gdb-force-update in gdb-post-prompt.
11630 (gdb-reset): Clear watch expressions from speedbar when quitting.
11631
11632 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
11633
11634 * viper-cmd.el (viper-insert-state-post-command-sentinel)
11635 (viper-change-state-to-vi, viper-change-state-to-emacs):
11636 Make aware of cursor coloring in the Emacs state.
11637 (viper-special-read-and-insert-char): Use read-char-exclusive.
11638 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
11639
11640 * viper-init.el (viper-emacs-state-cursor-color): New variable.
11641
11642 * viper-util.el (viper-save-cursor-color)
11643 (viper-get-saved-cursor-color-in-replace-mode)
11644 (viper-get-saved-cursor-color-in-insert-mode)
11645 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
11646 state.
11647 (viper-get-saved-cursor-color-in-emacs-mode): New function.
11648
11649 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
11650 (ediff-ignore-case-option3, ediff-actual-diff-options)
11651 (ediff-actual-diff3-options): New variables to control case sensitivity.
11652 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
11653 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
11654 (ediff-toggle-ignore-case): New function.
11655 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
11656
11657 * ediff-help.el (ediff-long-help-message-narrow2)
11658 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
11659 (ediff-long-help-message-word-mode): Add ignore-case command.
11660 (ediff-help-for-quick-help): Add ignore-case command.
11661
11662 * ediff-merg.el: Move provide to the end.
11663
11664 * ediff-ptch.el: Move provide to the end.
11665
11666 * ediff-wind.el: Move provide to the end.
11667
11668 * ediff-mult.el: Move provide to the end.
11669 (ediff-set-meta-overlay): Enable follow-link.
11670
11671 * ediff.el: Move provide to the end.
11672 Break recursive load cycle in eval-when-compile.
11673 (ediff-patch-buffer): Better heuristics.
11674
11675 * ediff-util.el: Move provide to the end.
11676 Break recursive load cycle in eval-when-compile.
11677 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
11678 defuns.
11679 (ediff-submit-report): Pass the values of ediff-diff3-program,
11680 ediff-diff3-options.
11681
11682 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
11683
11684 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
11685 the opening bracket of the following bracketing pairs: {}, [], (), <>,
11686 `' (for example, in the docstring of `windmove-default-keybindings').
11687
11688 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
11689
11690 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
11691 shadow face. Don't provide binding to edit variable when it is
11692 out of scope.
11693
11694 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
11695 (gdb-var-update-handler): Detect out of scope variables with pre
11696 GDB 6.4 too.
11697 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
11698 Reset status of variable objects to nil in update handlers.
11699 (gdb-var-update-handler-1): Detect when a variable object comes
11700 in scope. setcar on var changes gdb-var-list directly.
11701
11702 2006-02-17 Juri Linkov <juri@jurta.org>
11703
11704 * ffap.el (ffap) <defface>: Add explicit face declaration.
11705 (ffap-highlight): Use face `ffap' directly instead of checking
11706 for its existence.
11707
11708 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
11709 `visible-ok' of `other-buffer' to find the right original buffer.
11710
11711 * info.el (Info-search): Skip `Local Variables' node.
11712
11713 2006-02-17 Juri Linkov <juri@jurta.org>
11714
11715 * info.el (Info-find-file): Check for symbols `apropos', `history',
11716 `toc' in the input filename, and return these symbols as is.
11717 (Info-find-node-2): Set Info-current-file to symbols `apropos',
11718 `history', `toc' instead of strings.
11719 (Info-set-mode-line): For non-string Info-current-file use the
11720 symbol's name inside **.
11721 (Info-isearch-push-state): Add quote before Info-current-file and
11722 Info-current-node.
11723 (Info-isearch-pop-state): Use `equal' instead of `string='.
11724 (Info-extract-pointer, Info-following-node-name): Use
11725 `match-string-no-properties' instead of `match-string'.
11726 (Info-up): Check `old-file' for `stringp'.
11727 (Info-history): Use `equal' instead of `string-equal'.
11728 Check `file' for `stringp'.
11729 (Info-history): Use symbol `history' instead of string as first arg
11730 of `Info-find-node'.
11731 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
11732 `toc' instead of string.
11733 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
11734 instead of `buffer-substring', and `match-string-no-properties'
11735 instead of `match-string'.
11736 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
11737 instead of strings.
11738 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
11739 Use symbol `apropos' instead of string.
11740 (Info-copy-current-node-name): Check `Info-current-file' for
11741 `stringp' and construct a command with `Info-find-node' from it.
11742 (Info-fontify-node): Use `match-string-no-properties' instead of
11743 `match-string' and check file names for `stringp'.
11744 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
11745 `history', `toc' instead of strings.
11746
11747 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
11748
11749 * files.el: Rearrange functions and variables in the file local
11750 variables section.
11751
11752 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
11753
11754 * files.el: Add truncate-lines, ispell-check-comments and
11755 ispell-local-dictionary as safe local variables.
11756
11757 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
11758
11759 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
11760 out of scope variables.
11761 (gud-speedbar-buttons): Use unless.
11762
11763 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
11764 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
11765 (gdb-show-changed-values): Also use for out of scope variables.
11766 (gdb-var-update-handler-1): Note if variable goes out of scope.
11767
11768 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
11769
11770 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
11771 default to global variable values for unsupplied args.
11772 (rcirc-get-buffer-create): Fix bug with setting the target.
11773 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
11774 test for rcirc-always-use-server-buffer-flag here.
11775 (rcirc-response-formats): Add %N, which is a facified nick. %n
11776 uses the default face. Change the ACTION format string. If the
11777 "nick" is the server, don't print anything for that field.
11778 Comment fixes.
11779 (rcirc-target-buffer): Don't test
11780 rcirc-always-use-server-buffer-flag here.
11781 (rcirc-print): Squeeze extra spaces out of the text before message.
11782 (rcirc-put-nick-channel): Strip potential "@" char from nick
11783 before adding them to nick table.
11784 (rcirc-url-regexp): Improve to match address like "foo.com".
11785
11786 2006-02-17 Eli Zaretskii <eliz@gnu.org>
11787
11788 * allout.el (allout-hidden-p): Move this defsubst before
11789 allout-overlay-interior-modification-handler, where it is first
11790 used.
11791
11792 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
11793
11794 * allout.el: Use allout invisible-text overlays instead of
11795 selective display for concealed text. Also, lots of general
11796 cleanup, and improved compatibility code.
11797
11798 (allout-version) Incremented, corrected, revised, and refined
11799 module commentary.
11800
11801 (provide 'allout): Moved to the bottom, added a require of overlay.
11802
11803 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
11804 `except-current'.
11805 (allout-write-file-hook-handler): Minimize delay.
11806 (count-trailing-whitespace-region): New function so
11807 auto-encryption of current topic can resituate cursor exactly.
11808 PGP/GPG encryption trims trailing whitespace from lines, which
11809 must be accounted for across encryption then decryption.
11810
11811 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
11812 just plain "\C-c", to avoid intruding on user's keybinding space.
11813
11814 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
11815 parameter, so user request to provide a new password is done.
11816
11817 (allout-outside-normal-auto-fill-function, allout-auto-fill):
11818 Refined mechanism for auto-filling behavior while in allout mode.
11819
11820 (allout-mode): Explicitly specify the mode map in the docstring.
11821 Clarify provision for various write-file hook var names.
11822 Adjusted for invisible-text overlays instead of selective-display.
11823
11824 (allout-depth): Really return 0 if not within any topic. This
11825 rectifies `allout-beginning-of-level' and sequence numbering
11826 errors that occur when cutting and pasting numbered topics.
11827 Changed from a in-line subst to a regular function, as well.
11828
11829 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
11830
11831 (allout-end-of-subtree, allout-end-of-subtree)
11832 (allout-end-of-entry, allout-end-of-current-heading)
11833 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
11834 (allout-show-children, allout-show-to-offshoot)
11835 (allout-hide-current-entry, allout-show-current-entry): Rectified
11836 handling of trailing blank lines between items.
11837
11838 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
11839 (allout-current-depth, allout-unprotected, allout-hidden-p)
11840 (allout-on-current-heading-p, allout-listify-exposed)
11841 (allout-chart-subtree, allout-goto-prefix)
11842 (allout-back-to-current-heading, allout-get-body-text)
11843 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
11844 (allout-hide-region-body, allout-toggle-subtree-encryption)
11845 (allout-encrypt-string, allout-encrypted-key-info)
11846 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
11847 (allout-file-vars-section-data): Adjusted for use with
11848 invisible-text overlays instead of selective-display.
11849
11850 (allout-kill-line, allout-kill-topic, allout-yank-processing):
11851 Reworked for use with invisible text overlays.
11852
11853 (allout-current-topic-collapsed-p): New function.
11854
11855 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
11856 to know when to close the containing topic.
11857
11858 (allout-pre-command-business, allout-post-command-business):
11859 Simplify undo-batching and dynamic isearch exposure.
11860
11861 (allout-set-overlay-category): New for invisible-text overlays.
11862 Sets properties of allout-overlay-category, used by
11863 allout-flag-region to set invisible-text overlay properties.
11864 (allout-get-invisibility-overlay): Get the first qualifying
11865 invisibility overlay, so we can find the extent of it.
11866 (allout-back-to-visible-text): Get to just before the beginnining
11867 of the current invisibility overlay, if any.
11868
11869 (allout-overlay-insert-in-front-handler)
11870 (allout-overlay-interior-modification-handler)
11871 (allout-before-change-handler, allout-isearch-end-handler): New
11872 functions to handle extraordinary actions affecting concealed
11873 text.
11874
11875 (allout-flag-region): Use overlays instead of selective-display
11876 for invisible text - by inheritence from the properties of
11877 allout-overlay-category in mainline Emacs, and applied
11878 property-by-property in XEmacs, some recent versions of which
11879 don't inherit the properties from the category. Provisions to
11880 respond to concealed-text edits simplified drastically.
11881
11882 (allout-isearch-rectification, allout-isearch-was-font-lock)
11883 (allout-isearch-expose, allout-enwrap-isearch)
11884 (allout-isearch-abort, allout-pre-was-isearching)
11885 (allout-isearch-prior-pos, allout-isearch-did-quit)
11886 (allout-isearch-dynamic-expose)
11887 (allout-hide-current-entry-completely): Functions deleted.
11888
11889 (allout-undo-aggregation): Explicit undo aggregation no longer
11890 necessary due to transition away from selective-display.
11891
11892 (set-allout-regexp, allout-up-current-level)
11893 (allout-next-visible-heading, allout-forward-current-level)
11894 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
11895 (allout-kill-line, allout-yank-processing, allout-show-children)
11896 (allout-expose-topic, allout-old-expose-topic)
11897 (allout-listify-exposed, allout-insert-latex-header)
11898 (allout-toggle-subtree-encryption, allout-encrypt-string)
11899 (remove-from-invisibility-spec, allout-hide-current-subtree):
11900 Ditched unused variables.
11901
11902 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
11903
11904 * textmodes/ispell.el (ispell-change-dictionary): Call
11905 ispell-buffer-local-dict instead of
11906 ispell-accept-buffer-local-defs.
11907 (ispell-local-dictionary-alist): Accept as valid any coding-system
11908 supported by Emacs.
11909 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
11910 changed to iso-8859-3.
11911
11912 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
11913
11914 * speedbar.el (speedbar-frame-width): Make an inline function
11915 instead of a macro. Use frame-width.
11916 (speedbar-try-completion, speedbar-update-contents)
11917 (speedbar-timer-fn): Use consp.
11918 (speedbar-update-localized-contents): Try to preserve point.
11919
11920 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
11921 (menu): Re-order menu items.
11922 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
11923 field.
11924 (gdb-var-update-handler-1): Use it for GDB 6.4+.
11925 (gdb-post-prompt): Speed things by not forcing update.
11926
11927 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
11928
11929 * wid-edit.el (widget-button-click): For mouse-1, cancel button
11930 press and perform default action if we get a mouse movement event.
11931
11932 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
11933
11934 * calendar/icalendar.el (icalendar--get-event-property)
11935 (icalendar--get-event-property-attributes): Fix typos in
11936 docstrings.
11937
11938 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
11939 docstring.
11940
11941 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
11942
11943 * bs.el (bs-mode): Use `buffer-disable-undo'.
11944 (bs--get-file-name): Simplify.
11945 (bs-show-in-buffer): Mark the buffer as not modified.
11946
11947 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
11948
11949 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
11950 widget-button-click.
11951
11952 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
11953 (custom-mode): Update docstring.
11954
11955 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
11956 binding.
11957
11958 * files.el (hack-local-variables-confirm): Allow scrolling if the
11959 file variable list is too long. Kill temp buffer after use.
11960
11961 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
11962
11963 * progmodes/gud.el (gdb): Improve doc string.
11964 (gdb-script-font-lock-keywords): Expand allowed character set.
11965
11966 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
11967 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
11968 (gdb-separate-io-interrupt, gdb-separate-io-quit)
11969 (gdb-separate-io-stop, gdb-separate-io-eof):
11970 Rename from gdb-inferior-* to gdb-separate-*.
11971 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
11972
11973 2006-02-14 Jay Belanger <belanger@truman.edu>
11974
11975 * calc/calc-arith.el (math-check-known-scalarp): Make sure
11976 expression is a symbol before checking that it is bound.
11977
11978 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
11979 test to see if equation can be solved.
11980
11981 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
11982
11983 * wid-edit.el (widget-button-click): Use :pressed-face property
11984 for overlay face, if it exists.
11985
11986 * cus-edit.el (custom-manual, custom-add-see-also)
11987 (custom-add-parent-links, custom-group-link): Add :pressed-face
11988 property to links.
11989
11990 * files.el (hack-local-variables): Remove ignored variables before
11991 checking if any variables need setting.
11992
11993 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11994
11995 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
11996
11997 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
11998
11999 * help.el (where-is): Fix message for remapped commands.
12000
12001 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
12002 Fix typos in docstrings.
12003
12004 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
12005
12006 * files.el (safe-local-variable-values): New option.
12007 (hack-local-variables-prop-line): Return a list of variable-value
12008 pairs if MODE-ONLY is non-nil.
12009 (hack-local-variables): Construct list of variable-value pairs,
12010 and apply or reject them in one go. Ask for confirmation if
12011 variables are not known safe.
12012 (hack-local-variables-confirm): Complete rewrite. Support
12013 `safe-local-variable-values'.
12014 (enable-local-variables): Update docstring to reflect new
12015 behavior.
12016 (ignored-local-variables): Ignore ignored-local-variables and
12017 safe-local-variable-values.
12018 (safe-local-variable-p): New function.
12019 (risky-local-variable-p): `safe-local-variable' property check
12020 moved to safe-local-variable-p.
12021 (hack-one-local-variable): Checks moved to hack-local-variables.
12022
12023 (byte-compile-dynamic, c-basic-offset, c-file-style)
12024 (c-indent-level, comment-column, fill-column, fill-prefix)
12025 (indent-tabs-mode, kept-new-versions, no-byte-compile)
12026 (no-update-autoloads, outline-regexp, page-delimiter)
12027 (paragraph-start, paragraph-separate, sentence-end)
12028 (sentence-end-double-space tab-width, version-control):
12029 Add `safe-local-variable' property.
12030
12031 * find-lisp.el: Delete nonexistent `autocompile' file variable.
12032
12033 * icomplete.el, play/landmark.el: Change nonexistent
12034 `outline-layout' file variable to `allout-layout'.
12035
12036 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
12037
12038 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
12039 (gdb-get-changed-registers): Test value of gud-minor-mode relative
12040 to gud-comint-buffer.
12041 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
12042 gdb-ui.el for gdb-mi.el.
12043 (gdb-post-prompt, gdb-get-changed-registers): Move test for
12044 registers buffer to gdb-get-changed-registers.
12045 (gdb-breakpoint-regexp): New regexp. Allow toggling and
12046 deletion of catchpoints (throw and catch).
12047 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
12048 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
12049 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
12050 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
12051 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
12052
12053 2006-02-13 Jay Belanger <belanger@truman.edu>
12054
12055 * calc/calc-arith.el (math-check-known-matrixp): Make sure
12056 expression is a symbol before checking that it is bound.
12057
12058 2006-02-13 Richard M. Stallman <rms@gnu.org>
12059
12060 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
12061 for the minibuffer too, but not if resize-mini-windows will interfere.
12062
12063 * help.el (describe-key-briefly, describe-key): Do all arg-reading
12064 inside `interactive' spec.
12065 (describe-key-briefly-internal, describe-key-internal):
12066 Functions merged back into their callers.
12067
12068 2006-02-13 Martin Rudalics <rudalics@gmx.at>
12069
12070 * info.el (info-xref-visited): Inherit from info-xref too.
12071 (Info-set-mode-line): Replace occurrences of `%' by `%%'
12072 when propertizing Info-current-file and Info-current-node.
12073
12074 2006-02-13 Juri Linkov <juri@jurta.org>
12075
12076 * tumme.el (tumme-thumbnail-storage): Fix docstring.
12077 (tumme-thumb-name): Fix per-directory format.
12078
12079 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
12080
12081 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
12082
12083 2006-02-12 Miles Bader <miles@gnu.org>
12084
12085 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
12086
12087 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
12088
12089 * tumme.el: Remove history section. If someone needs the it, it
12090 can always be found in CVS.
12091
12092 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
12093
12094 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
12095 about the Thumbnail Managing Standard option.
12096
12097 2006-02-12 Richard M. Stallman <rms@gnu.org>
12098
12099 * subr.el (substitute-key-definition): Doc fix.
12100
12101 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
12102
12103 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
12104
12105 * info.el (Info-mode): Doc fix.
12106
12107 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
12108
12109 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
12110
12111 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
12112 because on Solaris a POSIX compatible "id" is needed. Reported by
12113 Magnus Henoch <mange@freemail.hu>.
12114
12115 2006-02-12 Juri Linkov <juri@jurta.org>
12116
12117 * tumme.el: Remove todo item about Thumbnail Managing Standard.
12118 (tumme) <defgroup>: Change :group to `multimedia'.
12119 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
12120 Managing Standard.
12121 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
12122 Fix dostring.
12123 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
12124 and %y. Fix docstring.
12125 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
12126 (tumme-cmd-create-standard-thumbnail-command): New user options.
12127 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
12128 is `standard'. Fix docstring.
12129 (tumme-thumb-width, tumme-thumb-height): New user options.
12130 (tumme-external-viewer): Try to find various viewers.
12131 (tumme-get-thumbnail-image): Use `create-image' instead of
12132 constructing the `image' structure.
12133 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
12134 `standard'.
12135 (tumme-thumb-name): Add file name generation for standard storage.
12136 Simplify code for other storages.
12137 (tumme-thumb-name): Use width %w and height %h instead of size %s.
12138 Add modification time %m and thumbnail-nq8 %q.
12139 Use `tumme-cmd-create-standard-thumbnail-command' if
12140 tumme-thumbnail-storage is `standard'.
12141 (tumme-dired-insert-marked-thumbs): New autoload command.
12142 (tumme-dired-after-readin-hook): New function.
12143 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
12144 `tumme-thumb-size'.
12145 (tumme-display-image): Replace size-x %x and size-y %y with
12146 width %w and height %h.
12147
12148 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
12149 `tumme-dired-insert-marked-thumbs'.
12150
12151 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
12152
12153 * tumme.el (tumme-write-tag): Fix small bug (file name did not
12154 include path).
12155 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
12156 matching tag.
12157
12158 2006-02-12 Miles Bader <miles@gnu.org>
12159
12160 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
12161 New variables.
12162 (rcirc-abbrev-nick): New function.
12163 (rcirc-format-response-string): Rewrite to use the formats in
12164 `rcirc-response-formats' and expand escape sequences therein.
12165 A text-property `rcirc-text' is added over the actual response
12166 text to make easy to find inside the returned string.
12167 (rcirc-print): When filling, just look for the `rcirc-text'
12168 text-property to find the appropriate fill prefix, instead of
12169 using hardwired patterns.
12170
12171 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
12172
12173 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
12174 Managing Standard.
12175
12176 2006-02-11 Kim F. Storm <storm@cua.dk>
12177
12178 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
12179 Don't use insert-buffer; do insert-buffer-substring directly.
12180 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
12181
12182 2006-02-11 Martin Rudalics <rudalics@gmx.at>
12183
12184 * files.el (revert-buffer, recover-file): Replace buffer-read-only
12185 with inhibit-read-only. Suggested by Stefan Monnier.
12186 (revert-buffer): Let insert-file-contents discard
12187 buffer-undo-list. Simplify code.
12188 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
12189
12190 2006-02-11 Eli Zaretskii <eliz@gnu.org>
12191
12192 * menu-bar.el (menu-bar-select-yank): Add a doc string.
12193
12194 * help.el (describe-key-briefly): Now a wrapper for
12195 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
12196 to t. Populate yank-menu if empty.
12197 (describe-key-briefly-internal): Renamed from describe-key-briefly.
12198 (describe-key): Now a wrapper for describe-key-internal. Bind
12199 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
12200 (describe-key-internal): Renamed from describe-key.
12201
12202 2006-02-11 Milan Zamazal <pdm@zamazal.org>
12203
12204 * progmodes/glasses.el (glasses-separator): Doc fix.
12205 (glasses-original-separator): New defcustom.
12206 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
12207
12208 2006-02-11 Martin Rudalics <rudalics@gmx.at>
12209
12210 * mwheel.el (mouse-wheel-up-event): Doc fix.
12211
12212 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
12213
12214 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
12215 (tumme-dir): New function. Copied from thumbs.el.
12216
12217 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
12218
12219 * desktop.el (desktop-outvar): Fix typo.
12220 (desktop-save-buffer-p): Doc fix.
12221
12222 * subr.el (substitute-key-definition): Fix typo.
12223
12224 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12225
12226 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
12227 when window-system is mac.
12228
12229 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
12230
12231 2006-02-10 Kim F. Storm <storm@cua.dk>
12232
12233 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
12234 indirect-function instead of using condition-case.
12235
12236 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
12237
12238 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
12239 less `colloquial'...
12240
12241 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
12242
12243 * tumme.el: Add a couple of todo items.
12244
12245 2006-02-09 Lars Hansen <larsh@soem.dk>
12246
12247 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
12248 (highlight-changes-mode): Don't change desktop-locals-to-save.
12249
12250 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
12251
12252 * image-mode.el (image-toggle-display): Clear image cache if using
12253 filename.
12254
12255 2006-02-09 Masatake YAMATO <jet@gyve.org>
12256
12257 * dired-x.el (dired-guess-shell-alist-default): Add .man as
12258 a `dired-man' target.
12259
12260 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
12261 boundary of symbols.
12262
12263 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
12264
12265 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
12266
12267 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
12268
12269 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
12270 `mapcar'; return nil.
12271
12272 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
12273
12274 * mouse.el (mouse-drag-track): Don't change window if we rebind to
12275 some other event.
12276
12277 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
12278
12279 * net/rcirc.el (rcirc-startup-channels-alist):
12280 Add irc.freenode.net and #emacs as defaults.
12281 (rcirc-ignore-all-activity-flag): Remove variable.
12282 (rcirc-authinfo): New variable.
12283 (rcirc-authinfo-filename): Remove variable.
12284 (rcirc-always-use-server-buffer-flag): New flag.
12285 (rcirc): M-x rcirc will automatically connect without prompting.
12286 C-u M-x rcirc will prompt. Use rcirc-connect to create a
12287 connection in lisp.
12288 (rcirc-process-server-response-1): Remove everything but the nick
12289 portion of the sender so it doesn't need to be done everywhere
12290 else. Update related code.
12291 (global-map): Remove global keybindings.
12292 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
12293 (rcirc-send-input): Split into several functions.
12294 (rcirc-process-input-line, rcirc-process-message)
12295 (rcirc-process-command): New functions.
12296 (rcirc-target-buffer): New function to determine where to route
12297 messages.
12298 (rcirc-user-nick): Save match data.
12299 (rcirc-toggle-ignore-buffer-activity)
12300 (rcirc-update-activity-string): Remove global ignore functionality,
12301 which can be done now by toggling rcirc-track-minor-mode.
12302 (rcirc-track-minor-mode-map): New keymap.
12303 (rcirc-track-minor-mode): New minor-mode.
12304 (ignore): Make the ignore output nicer. Always print it when
12305 adding or removing nicks.
12306 (rcirc-url-regexp): Improve.
12307 (rcirc-mangle-text): Remove properties before using text in the
12308 modeline.
12309 (rcirc-authenticate): Authentication data comes from
12310 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
12311 (rcirc-server-prefix): Inherit from rcirc-server.
12312
12313 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
12314
12315 * Makefile.in (compile): Append "|| true" to the end of the `find'
12316 command, like compile-always does.
12317
12318 2006-02-08 Sam Steingold <sds@gnu.org>
12319
12320 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
12321 output from a dead connection.
12322
12323 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
12324
12325 * dired.el (dired-mode-map): Add more bindings for tumme.
12326
12327 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
12328
12329 * wdired.el (wdired-mode-map): Use remap.
12330 (wdired-get-filename): Massage.
12331 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
12332 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
12333 `keymap' property rather than `local-map'.
12334
12335 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
12336
12337 * tumme.el (tumme-get-thumbnail-image): New utility function.
12338 Suggested by from Chong Yidong.
12339 (tumme-dired-with-window-configuration): Rename from
12340 `tumme-dired'. Add code to save window configuration.
12341 (tumme-restore-window-configuration): New command to restore the
12342 window configuration that `tumme-dired-with-window-configuration'
12343 saves before it changes the window configuration.
12344 (tumme-show-all-from-dir): New command to display thumbnails for
12345 all files in a directory entered by the user, like M-x thumbs.
12346 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
12347 have been created.
12348 (tumme-display-thumbnail-original-image): Call `display-buffer'.
12349 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
12350 Remove obsolete test function.
12351
12352 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
12353
12354 * vc.el (small-temporary-file-directory): Remove defvar; there's
12355 a defcustom for it in files.el.
12356
12357 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
12358 Fix typo in message.
12359 (tumme-gallery-generate): Fix typo in `error' message.
12360 (tumme-display-window-height-correction)
12361 (tumme-display-window-width-correction, tumme-line-up-dynamic)
12362 (tumme-line-up-interactive): Dox fixes.
12363 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
12364 (tumme-restore-window-configuration, tumme-format-properties-string)
12365 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
12366 Fix typos in docstrings.
12367
12368 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
12369
12370 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
12371
12372 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
12373
12374 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
12375 User should use hook if desired.
12376
12377 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
12378 buffer if necessary.
12379 (gdb-delete-frame-or-window): New function.
12380 (gdb-breakpoints-mode-map): Bind "q" to it.
12381
12382 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
12383
12384 * textmodes/nroff-mode.el: Clean up name space.
12385 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
12386 (nroff-mode): Obey the global setting of nroff-electric-mode.
12387 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
12388
12389 * calendar/calendar.el (calendar-increment-month): Typo in last change.
12390
12391 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
12392
12393 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
12394
12395 2006-02-06 Lars Hansen <larsh@soem.dk>
12396
12397 * generic-x.el (etc-fstab-generic-mode): Add file system types
12398 cifs and usbdevfs. Allow special chars in file names.
12399
12400 2006-02-05 Jay Belanger <belanger@truman.edu>
12401
12402 Update copyright notices of the files in lisp/calc.
12403
12404 2006-02-05 Romain Francoise <romain@orebokech.com>
12405
12406 Update copyright notices of all files in the lisp/play directory.
12407
12408 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
12409
12410 * ldefs-boot.el: Regenerate.
12411
12412 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
12413
12414 2006-02-05 Kim F. Storm <storm@cua.dk>
12415
12416 * files.el (magic-mode-regexp-match-limit): New defvar.
12417 (set-auto-mode): Use it to limit magic-mode-alist matching.
12418
12419 2006-02-04 Eli Zaretskii <eliz@gnu.org>
12420
12421 * info.el (Info-index, Info-mode): Improve the description of the
12422 `i' command.
12423
12424 * ldefs-boot.el: Regenerate.
12425
12426 2006-02-03 Werner Lemberg <wl@gnu.org>
12427
12428 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
12429 greedy to find the closing bracket in \*[...] and similar
12430 expressions. This is a first rough fix -- many additional
12431 refinements are necessary to make nroff mode really usable with groff.
12432
12433 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
12434
12435 * international/mule-cmds.el (set-locale-environment):
12436 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
12437 libX11.
12438
12439 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
12440
12441 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
12442 archive are created in archive-tmpdir.
12443
12444 2006-02-02 John Paul Wallington <jpw@pobox.com>
12445
12446 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
12447 (ibuffer-fontification-alist): Use it.
12448 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
12449 to "* z" and the Ibuffer Mark menu.
12450
12451 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
12452
12453 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
12454
12455 * textmodes/table.el (*table--cell-describe-mode)
12456 (*table--cell-describe-bindings): Undo last change since
12457 print-help-return-message is not obsoleted by anything at all.
12458
12459 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
12460
12461 * emulation/cua-base.el (cua-mode): Doc fix.
12462
12463 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
12464
12465 * dframe.el (dframe-handle-make-frame-visible)
12466 (dframe-handle-iconify-frame, dframe-get-focus)
12467 (dframe-select-attached-frame, dframe-power-click)
12468 (dframe-frame-mode): Fix typos in docstrings.
12469
12470 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
12471 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
12472 Fix typos in docstrings.
12473
12474 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
12475 (hi-lock-face-buffer, hi-lock-font-lock-hook)
12476 (hi-lock-archaic-interface-message-used)
12477 (hi-lock-file-patterns-range): Fix typos in docstrings.
12478
12479 * savehist.el (savehist-loaded, savehist-load, savehist-install)
12480 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
12481
12482 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
12483 Fix typo in docstring.
12484
12485 * net/newsticker.el (newsticker--decode-iso8601-date)
12486 (newsticker--set-customvar, newsticker--buffer-insert-item)
12487 (newsticker--do-run-auto-mark-filter)
12488 (newsticker--parse-generic-feed): Doc fixes.
12489 (newsticker--retrieval-timer-list, newsticker-url-list)
12490 (newsticker-hide-immortal-items-in-echo-area)
12491 (newsticker-hide-obsolete-items-in-echo-area)
12492 (newsticker-new-item-face, newsticker--enclosure)
12493 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
12494 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
12495 (newsticker--parse-generic-feed, newsticker--cache-contains)
12496 (newsticker--stat-num-items, newsticker-download-enclosures):
12497 Fix typos in docstrings.
12498
12499 * net/rcirc.el (rcirc-debug): Doc fix.
12500 (rcirc-fill-column, rcirc-receive-message-hooks)
12501 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
12502 (rcirc-mode, rcirc-generate-new-buffer-name)
12503 (rcirc-startup-channels, rcirc-ignore-update-automatic)
12504 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
12505 Fix typos in docstrings.
12506 (rcirc-print): "?\ " -> "?\s".
12507 (rcirc-cmd-join): Improve argument/docstring consistency.
12508
12509 2006-02-01 Mark A. Hershberger <mah@everybody.org>
12510
12511 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
12512 before narrow-to-region.
12513
12514 2006-02-01 Richard M. Stallman <rms@gnu.org>
12515
12516 * simple.el (move-beginning-of-line): Scan properly for invis change.
12517
12518 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
12519
12520 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
12521
12522 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
12523 change bit only when id-format is 'integer. Reported by Matt
12524 Hodges <M.P.Hodges@rl.ac.uk>.
12525
12526 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
12527
12528 * hilit-chg.el (highlight-changes-initial-state)
12529 (highlight-changes-global-initial-state): Doc fixes.
12530 (highlight-changes-global-modes, global-highlight-changes):
12531 Fix typos in docstrings.
12532
12533 2006-02-01 Kim F. Storm <storm@cua.dk>
12534
12535 * emulation/cua-base.el (cua-mode): Mention that CUA enables
12536 transient-mark-mode in doc string.
12537
12538 2006-01-31 Richard M. Stallman <rms@gnu.org>
12539
12540 * replace.el (multi-occur): Doc fix.
12541 (multi-occur-in-matching-buffers): Rename from
12542 multi-occur-by-filename-regexp. Prefix arg says match
12543 buffer names instead of file names.
12544
12545 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
12546
12547 * bs.el: Allow non-default values of `bs-header-lines-length'.
12548 (bs--running-in-xemacs): Remove (not needed anymore).
12549 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
12550 instead of `shrink-window', thus avoiding having to compute the
12551 height of the window.
12552 (bs--up): Wrap around even when there's no header.
12553 (bs--down): Use `forward-line' instead of `next-line'.
12554
12555 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
12556
12557 * image-mode.el (image-toggle-display): Use file name if possible,
12558 instead of unnecessarily allocating a (possibly huge) lisp string.
12559
12560 2006-01-30 John Paul Wallington <jpw@pobox.com>
12561
12562 * subr.el (toplevel): Define `cl-assertion-failed' condition here
12563 because the `assert' macro signals it at runtime.
12564
12565 * emacs-lisp/cl.el (toplevel): Remove definition of
12566 `cl-assertion-failed' condition.
12567
12568 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
12569
12570 * thumbs.el (thumbs-marked-list): Make buffer-local and
12571 permanent-local.
12572 (thumbs-insert-thumb): Make help-echo non-sticky.
12573 (thumbs-file-alist): Use eolp as check for (non)-image.
12574
12575 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
12576
12577 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
12578 (ediff-before-session-group-setup-hooks)
12579 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
12580 Fix typos in docstrings.
12581
12582 * window.el (bw-dir, bw-eqdir, balance-windows)
12583 (split-window-keep-point): Fix typos in docstrings.
12584
12585 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
12586 (org-quote-string, org-calendar-to-agenda-key)
12587 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
12588 (org-show-following-heading, org-tags-column)
12589 (org-use-tag-inheritance, org, org-allow-space-in-links)
12590 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
12591 (org-enable-table-editor, org-calc-default-modes)
12592 (org-table-allow-automatic-line-recalculation)
12593 (org-export-html-style, org-export-with-fixed-width)
12594 (org-export-with-sub-superscripts, org-special-keyword)
12595 (org-formula, org-time-grid, org-table-may-need-update)
12596 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
12597 (org-goto-quit, org-get-indentation, org-end-of-item)
12598 (org-move-item-down, org-move-item-up)
12599 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
12600 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
12601 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
12602 (org-agenda-log-mode, org-agenda-toggle-diary)
12603 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
12604 (org-agenda-file-to-end, org-agenda-no-heading-message)
12605 (org-agenda-get-closed, org-format-agenda-item)
12606 (org-cmp-priority, org-cmp-category, org-cmp-time)
12607 (org-agenda-change-all-lines, org-agenda-diary-entry)
12608 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
12609 (org-link-search, org-camel-to-words, org-open-file)
12610 (org-remember-handler, org-table-convert-region)
12611 (org-table-move-row-down, org-table-move-row-up)
12612 (org-table-copy-region, org-table-wrap-region)
12613 (org-table-toggle-vline-visibility)
12614 (org-table-get-vertical-vector, org-table-modify-formulas)
12615 (org-table-get-specials, org-recalc-commands)
12616 (org-table-rotate-recalc-marks, org-table-eval-formula)
12617 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
12618 (org-level-color-stars-only, org-insert-heading):
12619 Fix typos in docstrings.
12620 (last-arg): Add defvar.
12621
12622 * makefile.w32-in (WINS): Add erc.
12623 (MH_E_SRC): Update (copied from lisp/Makefile.in).
12624
12625 2006-01-29 Bill Wohler <wohler@newt.com>
12626
12627 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
12628 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
12629 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
12630 (mh-autoloads): Don't use comments on otherwise empty lines.
12631
12632 2006-01-29 Edward O'Connor <ted@oconnor.cx>
12633
12634 * emulation/viper.el (viper-major-mode-modifier-list): Add
12635 insert-state and vi-state entries for erc-mode.
12636 (viper-go-away, viper-set-hooks): Add and remove
12637 viper-comint-mode-hook from erc-mode-hook as appropriate.
12638
12639 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
12640
12641 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
12642
12643 * bs.el (bs--format-aux): Implement `middle' alignment as
12644 described in the docstring for `bs-attributes-list'.
12645 (bs--get-name): Simplify. Don't pad the buffer name.
12646
12647 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
12648
12649 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
12650 English aspell dictionary is installed, use the first entry of
12651 ispell-dictionary-alist-1.
12652
12653 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12654
12655 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
12656 Doc fix.
12657
12658 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
12659
12660 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
12661 for `process-file', in order to let it work for older Emacsen too.
12662
12663 2006-01-27 Eli Zaretskii <eliz@gnu.org>
12664
12665 * international/latexenc.el: Add a suitable `coding:' tag.
12666 (latexenc-find-file-coding-system): Undo last change.
12667
12668 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
12669
12670 * international/latexenc.el (latexenc-find-file-coding-system):
12671 Make sure latexenc-main-file is a regular file and is readable.
12672
12673 2006-01-27 Andre Spiegel <spiegel@gnu.org>
12674
12675 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
12676 Pass FILE to vc-user-login-name.
12677
12678 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
12679
12680 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
12681
12682 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
12683 there are no more images to display.
12684 (thumbs-mark, thumbs-unmark): Revert change so that they move to
12685 the next image.
12686
12687 2006-01-26 Richard M. Stallman <rms@gnu.org>
12688
12689 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
12690
12691 * wid-edit.el (advertised-widget-backward): New alias.
12692 (widget-keymap): Use advertised-widget-backward for S-TAB.
12693
12694 * tumme.el: Correct the keywords.
12695 (tumme-dir-max-size): Use defvar.
12696 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
12697
12698 * simple.el (move-beginning-of-line): Take account of fields.
12699 (clone-indirect-buffer-other-window): Take args like
12700 clone-indirect-buffer, and work like it.
12701
12702 * help-fns.el (describe-function): Don't pass `nil' as default.
12703
12704 * files.el (risky-local-variable-p): Follow var aliases.
12705
12706 * subr.el (lazy-completion-table): Doc fix.
12707
12708 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
12709 global binding of `line'.
12710
12711 2006-01-25 Andre Spiegel <spiegel@gnu.org>
12712
12713 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
12714 Tramp.
12715
12716 * vc.el (vc-default-dired-state-info): Pass FILE to
12717 vc-user-login-name.
12718 (vc-default-update-changelog): Don't use vc-user-login-name, we
12719 don't need it here.
12720
12721 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
12722 no longer necessary.
12723
12724 2006-01-25 Kenichi Handa <handa@m17n.org>
12725
12726 * international/mule.el (decode-char): Avoid the overhead of
12727 calling utf-lookup-subst-table-for-decode if
12728 utf-translate-cjk-mode is nil.
12729 (encode-char): Avoid the overhead of calling
12730 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
12731 nil.
12732
12733 2006-01-22 Kenichi Handa <handa@m17n.org>
12734
12735 * international/mule.el (make-subsidiary-coding-system): Reset
12736 `coding-system-define-form' property of subsidiaries to nil.
12737 Avoid duplicated entry in coding-system-alist.
12738 (make-coding-system): Avoid duplicated entry in
12739 coding-system-alist.
12740 (define-coding-system-alias): Likewise.
12741
12742 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
12743
12744 * completion.el: Minor fixes in introductory comment.
12745 (completion-def-wrapper): Fix alist.
12746
12747 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
12748
12749 * thumbs.el (thumbs-new-image-size): New function.
12750 (thumbs-increment-image-size-element)
12751 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
12752 (thumbs-decrement-image-size): Delete.
12753 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
12754 temp files and use to resize.
12755 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
12756 Use increment argument to enlarge/shrink. Preserve point.
12757 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
12758 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
12759 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
12760 (thumbs-mark, thumbs-unmark): Preserve point.
12761 (thumbs-modify-image): Keep old temp files and use to modify.
12762 Cleanup old temp files at load time. Preserve point.
12763 (thumbs-view-image-mode-map): Use new command names.
12764
12765 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
12766
12767 * log-view.el (log-view-minor-wrap): First rev is the one at point.
12768
12769 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
12770 the nastiest part of the cyclic dependency.
12771 (cal-menu-update): Use dotimes and calendar-increment-month.
12772
12773 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
12774 (calendar-week-start-day): Add an :initializer.
12775 (calendar-mode-map): Use suppress-keymap, and command remapping.
12776 (describe-calendar-mode): Setup xref-stack info for the back button.
12777 (calendar-star-date): Insert before delete.
12778 (calendar-set-mode-line): Add file-modified info if applicable.
12779 (calendar-increment-month): New function.
12780
12781 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
12782
12783 * font-lock.el (lisp-font-lock-keywords-2):
12784 Recognize "& keywords" only at word boundaries.
12785
12786 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
12787
12788 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
12789 and permanent-local.
12790 (thumbs-max-image-number): New variable.
12791 (thumbs-do-thumbs-insertion): Use them.
12792 (thumbs-per-line): Change default to 4.
12793 (thumbs-marked-list): Rename from thumbs-markedL.
12794 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
12795 (thumbs-rename-images): Use -list instead of L for internal variables.
12796 (thumbs-call-convert): Use call-process instead of shell-command.
12797 (thumbs-insert-thumb): Add filename as help-echo to each image.
12798 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
12799 Give dir to thumbs-show-thumbs-list.
12800 (thumbs-show-thumbs-list): Set default-directory to that of images.
12801 (thumbs-dired-show): Rename from thumbs-dired-show-all.
12802 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
12803 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
12804 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
12805
12806 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
12807
12808 * ses.el (ses-read-cell): Provide a default value.
12809
12810 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
12811
12812 * term/w32-win.el (image-library-alist): Add additional names for
12813 GIF library.
12814
12815 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
12816
12817 * international/latexenc.el (latexenc-find-file-coding-system):
12818 Add file-regular-p check.
12819
12820 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
12821
12822 * simple.el (clone-buffer): Don't show the new buffer in the same
12823 window.
12824
12825 2006-01-23 Juri Linkov <juri@jurta.org>
12826
12827 * faces.el (link, link-visited): New faces based on default values
12828 of `info-xref' and `info-xref-visited'.
12829
12830 * info.el (info-xref): Inherit from `link'.
12831 (info-xref-visited): Inherit from `link-visited'.
12832
12833 * cus-edit.el (custom-buffer-create-internal): Use widget type
12834 `custom-manual' instead of `info-link' and don't set properties
12835 `button-face' and `mouse-face' explicitly.
12836 (custom-browse-group-tag, custom-browse-variable-tag)
12837 (custom-browse-face-tag): Inherit from widget class
12838 `custom-group-link' instead of `push-button'.
12839 (custom-button-unraised): Inherit from `underline' face.
12840 (custom-link): Inherit from `link' face. Fix doc and group.
12841 (custom-add-parent-links, custom-group-value-create): Don't set
12842 properties `button-face' and `mouse-face' explicitly for
12843 `custom-group-link' widget.
12844 (custom-group-link): Add properties `button-face' and `mouse-face'
12845 to widget definition.
12846 (custom-field-keymap): New variable. Put `custom-field-keymap' to
12847 editable-field's :keymap property.
12848 (custom-mode): Fix docstring: substitute keybindings for
12849 `widget-forward' and `widget-backward' from `widget-keymap',
12850 `widget-complete' from `custom-field-keymap', replace old
12851 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
12852
12853 * desktop.el (desktop-load-file): Check for `fboundp' before
12854 calling `symbol-function'.
12855
12856 * simple.el (clone-buffer, clone-indirect-buffer)
12857 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
12858 `read-string'. Fix prompts.
12859
12860 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
12861
12862 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
12863
12864 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
12865
12866 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
12867
12868 * startup.el (inhibit-splash-screen, initial-scratch-message):
12869 Doc fixes.
12870
12871 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
12872
12873 Sync with Tramp 2.0.52.
12874
12875 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
12876 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
12877 `tramp-unload-tramp' for checklist.
12878
12879 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
12880 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
12881 (tramp-unload-file-name-handler-alist)
12882 (tramp-unload-tramp): New defuns.
12883 (tramp-advice-PC-expand-many-files): New defadvice.
12884 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
12885 removed.
12886 (tramp-handle-expand-file-name): Remove double slash.
12887 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
12888 It doesn't matter, because it will be converted later on.
12889 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
12890 implementation was just heuristic.
12891 (tramp-post-connection): Set uid and gid properties.
12892 (tramp-convert-file-attributes): Set file's gid change bit.
12893 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
12894 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
12895 in case of su(do)? methods. The home directory of the local user
12896 will be taken else.
12897 (tramp-open-connection-telnet)
12898 (tramp-open-connection-rsh, tramp-open-connection-su)
12899 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
12900 local shell prompt could hurt. Reported by Romain Francoise
12901 <romain@orebokech.com>.
12902 (tramp-let-maybe): Add `edebug-form-spec' property.
12903 (tramp-handle-expand-file-name): Bind `default-directory' locally
12904 to "/" in order to avoid problems with UNC shares or Cygwin
12905 mounts.
12906 (tramp-md5-function): Fix typo in error message.
12907
12908 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
12909
12910 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
12911 for byte-compiler pacification.
12912
12913 2006-01-22 Andre Spiegel <spiegel@gnu.org>
12914
12915 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
12916 ID-FORMAT `string'. This allows us to get rid of
12917 `vc-user-login-name UID'.
12918
12919 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
12920
12921 2006-01-22 John Paul Wallington <jpw@pobox.com>
12922
12923 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
12924
12925 2006-01-21 Martin Rudalics <rudalics@gmx.at>
12926
12927 * emacs-lisp/find-func.el (find-definition-noselect)
12928 (find-variable-noselect): Search variables in C source code too.
12929 (find-function-C-source, find-function-noselect, find-function)
12930 (find-function-other-frame, find-variable-noselect, find-variable)
12931 (find-variable-other-frame, find-variable-at-point):
12932 Fix docstrings.
12933
12934 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
12935
12936 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
12937
12938 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
12939
12940 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
12941 Default to disabling the "Save affix" question.
12942
12943 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
12944
12945 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
12946 the first arg to run-python.
12947
12948 2006-01-21 Eli Zaretskii <eliz@gnu.org>
12949
12950 * startup.el (command-line-1): Handle --no-desktop if desktop.el
12951 is not loaded.
12952
12953 2006-01-20 Jay Belanger <belanger@truman.edu>
12954
12955 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
12956 limit is 0.
12957
12958 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
12959 the correct variable.
12960
12961 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
12962
12963 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
12964 link. Fixed buggy argument sequence in call to `org-view-tags'.
12965 (org-compile-prefix-format): Set `org-prefix-has-tag'.
12966 (org-prefix-has-tag): New variable.
12967 (org-format-agenda-item): Remove tags from headline if
12968 appropriate.
12969 (org-agenda-remove-tags-when-in-prefix): New option.
12970 (org-get-tags-at): New function.
12971
12972 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
12973
12974 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
12975 (thumbs-find-image): Move image name and number from buffer name
12976 to mode name. Set thumbs-buffer. Preserve point so that large
12977 images remain visible.
12978 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
12979 order.
12980 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
12981 mode name.
12982 (thumbs-next-image, thumbs-previous-image): Make them work.
12983
12984 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
12985
12986 * cus-edit.el (custom-buffer-create-internal): State in the text above
12987 the whole buffer buttons that they do not operate on hidden items.
12988 (custom-face-menu): Use `custom-face-save' instead of
12989 `custom-face-save-command'.
12990 (custom-face-save-command): Make it an alias for `custom-face-save'
12991 and declare it obsolete.
12992 (custom-face-save): Doc fix.
12993
12994 * dired.el (dired-no-confirm): Add quote.
12995 (dired-subdir-alist-pre-R): Add quote in
12996 `make-variable-buffer-local' form and remove unbalanced parenthesis.
12997
12998 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
12999
13000 * textmodes/table.el (table-mode-indicator): Typo in last change.
13001
13002 2006-01-19 Richard M. Stallman <rms@gnu.org>
13003
13004 * outline.el (hide-leaves): Don't call outline-end-of-heading.
13005 Fixes bug reported in Nov 2005.
13006
13007 * isearch.el (isearch-forward): Doc fix.
13008
13009 * dired.el (dired-move-to-filename-regexp): Define as alias.
13010 (dired-no-confirm): Use defcustom.
13011 (dired-subdir-alist-pre-R): Put defvar at top level.
13012
13013 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
13014
13015 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
13016 Mark as risky.
13017
13018 * simple.el (set-mark-command): Doc fix.
13019 (clone-indirect-buffer-other-window):
13020 Read arg like clone-indirect-buffer.
13021 (move-beginning-of-line): Skip invisible newlines.
13022
13023 2006-01-19 Masatake YAMATO <jet@gyve.org>
13024
13025 * progmodes/cpp.el (cpp-edit-load): Make the order of
13026 listed conditions in a base C code buffer and its associate
13027 CPP Edit buffer the same.
13028
13029 2006-01-19 Kenichi Handa <handa@m17n.org>
13030
13031 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
13032 (rmail-mime-feature): Likewise.
13033 (rmail-require-mime-maybe): Use display-warning to show a warning
13034 message.
13035
13036 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
13037 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
13038
13039 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
13040
13041 * array.el: Move defvars out of eval-when-compile.
13042 (array-make-template): Replace undeclared global var with a local one.
13043 (array-mode): Inline initialization functions.
13044 (array-init-local-variables, array-init-max-row)
13045 (array-init-max-column, array-init-columns-per-line)
13046 (array-init-field-width, array-init-rows-numbered)
13047 (array-init-line-length, array-init-lines-per-row): Remove.
13048
13049 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
13050 (doc-mode-map): Define explicitly.
13051 (doctor-txtype): Use mapc.
13052
13053 * textmodes/table.el: Move defvars out of eval-when-compile.
13054 Remove harmful code meant to avoid byte-compiler warnings.
13055 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
13056 specification that checks table-fixed-width-mode directly.
13057 (table-recognize-region, table-recognize-cell):
13058 Use restore-buffer-modified-p.
13059 (table-fixed-width-mode): Remove code that refreshes
13060 table-fixed-mode-indicator.
13061 (*table--cell-describe-bindings, *table--cell-describe-mode):
13062 Avoid obsolete name print-help-return-message.
13063 (table--test-cell-list): Don't use replace-regexp from elisp.
13064 (table--point-entered-cell-function, table--point-left-cell-function):
13065 Don't set table-fixed-mode-indicator, use force-mode-line-update.
13066
13067 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
13068 that was after the end of file. Use buffer-file-name variable.
13069 (org-timestamp-change): Use with-current-buffer.
13070 (org-todo-list): Don't unnecessarily define a new buffer-local var.
13071 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
13072 `file'.
13073
13074 * progmodes/fortran.el: Move defvars out of eval-when-compile.
13075 (fortran-break-line): Remove unused var `opoint'.
13076 (fortran-abbrev-start): Obey help-event-list.
13077
13078 2006-01-18 Jesper Harder <harder@phys.au.dk>
13079
13080 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
13081
13082 2006-01-18 Masatake YAMATO <jet@gyve.org>
13083
13084 * progmodes/make-mode.el (makefile-imake-mode): New mode
13085 derived from makefile-mode.
13086 (makefile-imake-mode-syntax-table): New syntax table
13087 derived from makefile-mode-syntax-table.
13088 (makefile-mode): Write about makefile-imake-mode in doc string.
13089 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
13090 (makefile-imake-font-lock-keywords): New font lock keywords.
13091
13092 * files.el (auto-mode-alist): Add Imakefile.
13093
13094 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
13095
13096 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
13097 loading the file rather than when turning on flyspell-mode.
13098
13099 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
13100
13101 * cus-edit.el (customize-rogue): Minor doc fix.
13102
13103 2006-01-17 Juri Linkov <juri@jurta.org>
13104
13105 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
13106 instead of the file at the mark as default if the file at the mark
13107 is the same as the file at point or if dired-dwim-target-directory
13108 is not the same as the current directory and the mark is not active.
13109
13110 * log-view.el (log-view-minor-wrap): Use the same logic to get
13111 revisions as `log-view-diff'.
13112
13113 * info.el (Info-revert-find-node): Check for Info-current-file
13114 before preserving new-history.
13115
13116 * man.el (Man-heading-regexp): Add `/'.
13117
13118 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
13119 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
13120
13121 2006-01-16 Juri Linkov <juri@jurta.org>
13122
13123 * faces.el (mode-line-faces): New defgroup.
13124 (mode-line-highlight): Move definition after new defgroup.
13125 (mode-line, mode-line-inactive, mode-line-highlight):
13126 Replace :group `modeline' with `mode-line-faces'.
13127 (mode-line-buffer-id): New face.
13128 (modeline-buffer-id): New face alias.
13129 (vertical-border): Remove :group `modeline'.
13130
13131 * bindings.el (propertized-buffer-identification): Use face
13132 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
13133 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
13134 (mode-line-buffer-identification-keymap): For mouse-1 replace
13135 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
13136 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
13137 mouse-3.
13138
13139 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
13140 Buffer-menu-buffer. Doc fix.
13141 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
13142 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
13143 `Buffer-menu-buffer'.
13144
13145 * info.el (Info-mode-line-node-keymap): New defvar.
13146 (Info-set-mode-line): Use `stringp' to check Info-current-file.
13147 Propertize Info-current-node with `mode-line-buffer-id' and
13148 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
13149
13150 * time.el (display-time-mail-face): Replace :group `faces' with
13151 `mode-line-faces'.
13152
13153 2006-01-16 Kenichi Handa <handa@m17n.org>
13154
13155 * international/code-pages.el: Add autoload cookies for cp125[0345678].
13156
13157 * language/european.el (cp1252): New alias for windows-1252.
13158
13159 * international/mule.el (autoload-coding-system): Prepare for EOL
13160 variants.
13161
13162 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
13163
13164 * term.el (term-raw-map): Add mapping for insert.
13165 (term-send-insert): New.
13166 (term-mode): Make variables local here instead of doing it in
13167 `term-emulate-terminal'.
13168 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
13169 Scroll reverse needs to take into account the scroll region.
13170 Saving and restoring the cursor should save the color attributes too.
13171 (term-reset-terminal): Reset the scroll region.
13172 (term-handle-ansi-escape): Cursor up and down should take into
13173 account the scroll region.
13174 (term-set-scroll-region): Rename from `term-scroll-region'.
13175 Move to 0,0 after setting the region.
13176 (term-handle-scroll): Handle scroll up.
13177 (term-down): Fix off by one error.
13178 (term-delete-lines): Do not delete outside the scroll region.
13179 (term-insert-lines): Take into account the scroll region.
13180
13181 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
13182
13183 * textmodes/ispell.el (ispell-internal-change-dictionary)
13184 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
13185 (start, end): Move declaration outside of eval-when-compile.
13186
13187 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
13188 (flyspell-mode-on): Use it.
13189
13190 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
13191 ispell-kill-ispell-hook.
13192
13193 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
13194
13195 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
13196 (Custom-reset-saved): Do not ask for confirmation in single option
13197 buffers.
13198
13199 2006-01-13 Richard M. Stallman <rms@gnu.org>
13200
13201 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
13202
13203 2006-01-13 Romain Francoise <romain@orebokech.com>
13204
13205 * add-log.el (add-change-log-entry, change-log-merge):
13206 Conditionally use `hard-newline'.
13207
13208 2006-01-13 Martin Rudalics <rudalics@gmx.at>
13209
13210 * wid-edit.el (widget-field-end): If the overlay is no longer
13211 associated with a buffer, behave as if the overlay didn't exist.
13212
13213 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
13214 Make sure the links use the `custom-link' face.
13215
13216 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
13217
13218 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
13219 (ld-script-mode): Don't set indent-line-function since we don't
13220 have one.
13221
13222 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
13223
13224 * textmodes/org.el (org-open-file): Use mailcap for selecting an
13225 application.
13226 (org-file-apps-defaults-gnu): Use mailcap as the default for
13227 selecting an application on a UNIX system.
13228 (org-agenda-show-tags): New command.
13229 (org-table-insert-hline): Keep cursor in current table line.
13230 (org-table-convert): Offset effect of modifying
13231 `org-table-insert-hline'.
13232 (org-format-agenda-item): New optional argument TAG.
13233 (org-compile-prefix-format): Handle %T format for the tag.
13234 (org-expand-wide-chars): New function.
13235 (org-table-insert-row, org-table-insert-hline):
13236 Use `org-expand-wide-chars'.
13237 (org-open-file): Fix bug in program launch.
13238 (org-get-time-of-day): Fix bug with times before 1am.
13239 (org-agenda-menu): Add tags commands.
13240
13241 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
13242
13243 * textmodes/ispell.el (ispell-init-process): Include the used
13244 dictionary in ispell process start message.
13245 (ispell-internal-change-dictionary): When flyspell-mode is active
13246 and dictionary is changed, make sure ispell process is restarted
13247 and flyspell word cache cleared out for the current buffer.
13248 (ispell-change-dictionary): Make sure flyspell word cache is
13249 cleared out in all buffers with active flyspell mode when
13250 dictionary is globally changed.
13251 Call ispell-internal-change-dictionary after dictionary change.
13252
13253 2006-01-13 Eli Zaretskii <eliz@gnu.org>
13254
13255 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
13256
13257 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
13258 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
13259 years. Fix small differences wrt Makefile.in.
13260 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
13261 Makefile.in does.
13262
13263 2006-01-12 Bill Wohler <wohler@newt.com>
13264
13265 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
13266 mh-search.el.
13267
13268 2006-01-12 Masatake YAMATO <jet@gyve.org>
13269
13270 * progmodes/ld-script.el: Update copyright year.
13271
13272 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
13273
13274 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
13275 Don't add widget if setting undefined.
13276
13277 2006-01-12 John Paul Wallington <jpw@pobox.com>
13278
13279 * help-fns.el (describe-variable): Remove newlines from void
13280 variable output.
13281
13282 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
13283
13284 * wdired.el (wdired-mode-map): Add help echo for
13285 wdired-abort-changes.
13286
13287 * man.el (Man-file-name-regexp): Adjust for a list of files.
13288
13289 2006-01-12 Masatake YAMATO <jet@gyve.org>
13290
13291 * progmodes/ld-script.el (auto-mode-alist): Support
13292 suffix conventions used in netbsd and eCos.
13293
13294 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
13295
13296 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
13297 (custom-variable-menu, custom-face-menu, custom-group-menu)
13298 (Custom-mode-menu): Change names of menu items. (As discussed on
13299 emacs-devel.)
13300 (custom-face-menu): Add "Undo Edits" item.
13301
13302 * startup.el (init-file-user): defcustom -> defvar.
13303
13304 * tooltip.el (tooltip-mode): Doc fix.
13305
13306 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
13307
13308 * reveal.el (reveal-post-command): window-buffer signals an error on
13309 dead windows rather than returning nil.
13310 (reveal-open-new-overlays): An overlay might die while we open others.
13311
13312 2006-01-11 Bill Wohler <wohler@newt.com>
13313
13314 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
13315 phrasing in docstring.
13316
13317 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
13318 can give some systems gas. Add new file mh-buffers.el.
13319
13320 2006-01-06 Masatake YAMATO <jet@gyve.org>
13321
13322 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
13323 C preprocessor forward ported from GNU Emacs 21.2.
13324
13325 * progmodes/asm-mode.el (asm-font-lock-keywords):
13326 Use `cpp-font-lock-keywords'.
13327
13328 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
13329
13330 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
13331 of $ for "\\.ld[s]?".
13332
13333 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
13334
13335 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
13336 (tcl-indent-line): Return `noindent' if inside a string.
13337
13338 * progmodes/flymake.el (flymake-split-string): Remove more than one
13339 empty string at beg/end of the result.
13340 (flymake-find-buildfile, flymake-find-possible-master-files):
13341 Use expand-file-name.
13342 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
13343 since expand-file-name does it for us. Use directory-file-name.
13344 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
13345 (flymake-ler-get-type, flymake-ler-get-text)
13346 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
13347 (flymake-current-line-no): Remove spurious interactive spec.
13348 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
13349 (flymake-check-include): Remove arg inc-path merged into inc-name.
13350 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
13351 Arg regexp-list replaced by a simple regexp.
13352 (flymake-master-make-header-init, flymake-master-tex-init):
13353 Correspondingly replace regexp-list with a regexp. Fix regexp.
13354
13355 2006-01-10 Simon Josefsson <jas@extundo.com>
13356
13357 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
13358 describing AUTH PLAIN fix.
13359
13360 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
13361
13362 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
13363 (report-emacs-bug): Don't record initial prompt text.
13364 Instead, add text properties to prompting text.
13365 (report-emacs-bug-hook): Delete prompting text.
13366
13367 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
13368
13369 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
13370 `dirs'. Adjust callers.
13371
13372 2006-01-09 John Paul Wallington <jpw@gnu.org>
13373
13374 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
13375
13376 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
13377
13378 * reveal.el (reveal-open-new-overlays): New extracted fun.
13379 (reveal-close-old-overlays): Idem. Check overlays's liveness before
13380 using them. Simplify the code.
13381 (reveal-post-command): Use them. Fix up obsolete windows in
13382 reveal-open-spots.
13383
13384 * progmodes/flymake.el: Use `require' rather than autoload for
13385 XEmacs's overlays.
13386 (flymake-get-common-file-prefix, flymake-build-relative-filename):
13387 Delete. Use file-relative-name instead.
13388 (flymake-get-syntax-check-program-args, flymake-perl-init):
13389 Simplify the resulting code.
13390
13391 * log-view.el (log-view-file-re, log-view-message-re): Add support
13392 for DaRCS output.
13393
13394 2006-01-09 Alex Schroeder <alex@gnu.org>
13395
13396 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
13397 identifiers sometimes added in square brackets at the beginning of
13398 subject lines.
13399
13400 2006-01-07 Richard M. Stallman <rms@gnu.org>
13401
13402 * cus-edit.el (Custom-set, Custom-save): Doc fix.
13403 (Custom-reset-current, Custom-reset-saved): Change question text.
13404 (Custom-reset-standard): Likewise.
13405 (custom-variable-reset-saved): Doc fix.
13406
13407 2006-01-07 Eli Zaretskii <eliz@gnu.org>
13408
13409 * startup.el (init-file-user): Doc fix.
13410
13411 2006-01-07 Alex Schroeder <alex@gnu.org>
13412
13413 * mail/rmail.el (rmail-current-subject): New function.
13414 (rmail-current-subject-regexp): New function.
13415 (rmail-next-same-subject): Use it.
13416
13417 * mail/rmailsum.el (rmail-summary-by-topic):
13418 Use rmail-current-subject and rmail-current-subject-regexp.
13419 (rmail-summary-next-same-subject): Ditto.
13420
13421 * net/rcirc.el (rcirc-send-input): No longer check whether the
13422 process is open, since not all commands need an open process.
13423 (rcirc-send-string): Check whether the process is open before
13424 sending anything.
13425 (rcirc-ignore-list): New option.
13426 (rcirc-ignore-list-automatic): New variable.
13427 (rcirc-print): Take rcirc-ignore-list into account.
13428 (rcirc-cmd-ignore): New command.
13429 (rcirc-ignore-update-automatic): New function.
13430 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
13431 list if ignored nicks.
13432 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
13433
13434 2006-01-06 David Reitter <david.reitter@gmail.com>
13435
13436 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
13437 reflect the address to which the report will be sent.
13438
13439 2006-01-06 Eli Zaretskii <eliz@gnu.org>
13440
13441 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
13442 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
13443
13444 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
13445
13446 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
13447
13448 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
13449 the doc string: "functoin" => "function".
13450 * ldefs-boot.el: Likewise.
13451
13452 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
13453 message text: "Duplicat" => "Duplicate".
13454
13455 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
13456
13457 * files.el (basic-save-buffer-2): If backing-up failed, reset
13458 buffer-backed-up to nil.
13459
13460 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
13461
13462 * progmodes/gud.el (gdb-script-skip-to-head)
13463 (gdb-script-calculate-indentation): Indent for breakpoint command
13464 lists also.
13465
13466 2006-01-05 Bill Wohler <wohler@newt.com>
13467
13468 * Makefile.in (compile-always): Add mh-autoloads dependency.
13469 (bootstrap): Remove mh-autoloads dependency, as compile dependency
13470 provides it.
13471 (updates): Remove mh-autoloads dependency, since it probably has
13472 already run recently (via recompile).
13473
13474 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
13475
13476 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
13477 argument `force' to disable the flyspell-last-buffer optimization.
13478 (flyspell-mode-on): Use it.
13479
13480 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
13481 flymake-simple-cleanup.
13482 (flymake-allowed-file-name-masks): Use this new default.
13483 All the functions are now called in the right buffer rather than
13484 passing the buffer as argument.
13485 (flymake-process-sentinel): Switch to buffer before calling cleanup.
13486 (flymake-parse-err-lines): Remove redundant buffer arg.
13487 (flymake-get-program-dir): Comment out unused function.
13488 (flymake-start-syntax-check, flymake-start-syntax-check-process):
13489 Remove redundant buffer argument.
13490 (flymake-get-real-file-name, flymake-simple-java-cleanup)
13491 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
13492
13493 2006-01-05 Richard M. Stallman <rms@gnu.org>
13494
13495 * info.el (Info-find-node): Don't record previous node if have none.
13496 (info): Go to directory only if history is empty.
13497
13498 * simple.el (mark): Doc fix.
13499
13500 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13501
13502 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
13503 already of desired type.
13504 (mac-ae-list): Coerce parameter to "list" type.
13505 (mac-dispatch-apple-event): Replace cadr part of event with a
13506 dummy position so that event-start returns it.
13507
13508 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
13509
13510 * textmodes/org.el (org-end-of-subtree): New function.
13511 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
13512 Use `org-end-of-subtree'.
13513 (org-agenda, org-agenda-convert-date): Protect calls to
13514 `fit-window-to-buffer'.
13515 (org-tags-view): Force matching of sublevels when doing a
13516 todo-only search. Define the correct redo command, including the
13517 arguments.
13518 (org-agenda-redo): Display message.
13519 (org-check-for-org-mode): New function.
13520 (org-agenda-type): New variable.
13521 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
13522 Set `org-agenda-type'.
13523 (org-agenda-check-type): New function.
13524 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
13525 (org-agenda-week-view, org-agenda-day-view)
13526 (org-agenda-next-date-line, org-agenda-previous-date-line)
13527 (org-agenda-log-mode, org-agenda-toggle-diary)
13528 (org-agenda-toggle-time-grid, org-agenda-date-later)
13529 (org-agenda-date-prompt, org-agenda-diary-entry)
13530 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
13531 (org-agenda-convert-date, org-agenda-menu):
13532 Use `org-agenda-check-type'.
13533 (org-make-overlay, org-delete-overlay)
13534 (org-detatch-overlay, org-move-overlay, org-overlay-put):
13535 New compatibility functions.
13536 (org-calendar-select-mouse): New command.
13537
13538 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
13539
13540 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
13541 (Custom-reset-standard): Fix y-or-n-p messages.
13542 (custom-link): New face for links.
13543 (custom-buffer-create-internal, custom-manual): Use it.
13544 (custom-face-save): Push to theme-face before setting face spec.
13545
13546 * wid-edit.el (widget-default-mouse-face-get): New function.
13547 (widget-specify-button): Handle mouse-face like button-face.
13548
13549 * custom.el (load-theme): Clear old theme settings if reloading.
13550
13551 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
13552
13553 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
13554 "Erase Customization" button back to same position it occupies in
13555 the individual State menus.
13556
13557 2006-01-04 Kim F. Storm <storm@cua.dk>
13558
13559 * wid-edit.el (key-sequence): Rework widget to read key binding
13560 using `kbd' syntax. Use C-q to insert literal key, event, or code.
13561 (widget-key-sequence-default-value): Default value for empty sequence.
13562 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
13563 (widget-key-sequence-read-event): New command for C-q.
13564 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
13565 (widget-key-sequence-value-to-external): New functions.
13566
13567 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
13568
13569 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
13570 Use expand-file-name.
13571 (flymake-delete-temp-directory): Use expand-file-name,
13572 file-name-directory, and directory-file-name.
13573 (flymake-strrchr): Delete.
13574 (flymake-start-syntax-check): Don't pass the redundant buffer argument
13575 to the init-f function.
13576 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
13577 (flymake-init-find-buildfile-dir)
13578 (flymake-init-create-temp-source-and-master-buffer-copy)
13579 (flymake-simple-make-init-impl, flymake-simple-make-init)
13580 (flymake-master-make-init, flymake-master-make-header-init)
13581 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
13582 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
13583 (flymake-xml-init): Remove corresponding redundant buffer argument.
13584 (flymake-allowed-file-name-masks): Remove last elems that are equal to
13585 the default anyway. Clean up regexps.
13586
13587 * progmodes/flymake.el (flymake-temp-source-file-name)
13588 (flymake-master-file-name, flymake-temp-master-file-name)
13589 (flymake-base-dir): New buffer-local vars.
13590 (flymake-buffer-data, flymake-get-buffer-value)
13591 (flymake-set-buffer-value): Replace those hash-tables by the new
13592 buffer-local vars. Update callers.
13593
13594 * progmodes/flymake.el (flymake-check-start-time)
13595 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
13596 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
13597 Move definition, so we can remove redundant earlier declaration.
13598 (flymake-replace-regexp-in-string, flymake-split-string)
13599 (flymake-get-temp-dir): Use defalias.
13600 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
13601 (flymake-xemacs-window-edges): Remove unused function.
13602 (flymake-get-point-pixel-pos): Move.
13603 (flymake-pid-to-names, flymake-reg-names)
13604 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
13605 Replace by a simple list flymake-processes and by process-buffer.
13606 Update callers. Other than simplify the code, it uses buffers rather
13607 than buffer-names so it doesn't get confused by uniquify.
13608 (flymake-buffer-data): The global value should just be nil.
13609
13610 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
13611 Optimize the body of a defalias like any other code.
13612
13613 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
13614 Make sure we've setup font-lock's vars. It may influence which
13615 function we then call.
13616 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
13617 here since it's too late anyway.
13618
13619 2006-01-03 Romain Francoise <romain@orebokech.com>
13620
13621 * startup.el (fancy-splash-tail, normal-splash-screen):
13622 Update copyright year.
13623
13624 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
13625
13626 * mouse.el (mouse-drag-track): Rename, from
13627 `mouse-drag-region-1'. Includes optional argument required to
13628 enable post-drag event processing (e.g. delete region keys).
13629 Can be used without this argument to track a mouse region and operate
13630 on it as soon as the drag completes.
13631 (mouse-drag-region): Use `mouse-drag-track'.
13632
13633 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
13634
13635 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
13636 Move to `custom-buffer' group.
13637
13638 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
13639 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
13640 (custom-theme-insert-face-marker, custom-theme-variable-menu)
13641 (custom-theme-face-menu): New variables.
13642 (custom-theme-add-variable, custom-theme-variable-action)
13643 (custom-variable-reset-theme, custom-theme-delete-variable)
13644 (custom-face-reset-theme, custom-theme-face-action)
13645 (custom-theme-delete-face, custom-theme-merge-theme)
13646 (custom-theme-add-face, custom-theme-visit-theme): New functions.
13647
13648 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
13649
13650 * custom.el: Move Custom Themes commentary to start of theme code.
13651 (custom-known-themes): Rename `standard' theme to `changed'.
13652 (custom-push-theme): Caller no longer specifies what theme to use
13653 when doing `reset'---the setting is simply removed from the theme.
13654 Delete MODE from `theme-value' and `theme-settings' properties.
13655 (custom-declare-theme): Ignore &rest args since we don't use them.
13656
13657 (custom-loaded-themes): Delete variable.
13658 (custom-theme-load-themes, custom-theme-loaded-p)
13659 (custom-theme-value): Delete functions.
13660
13661 (custom-declare-theme): Signal error on invalid theme names.
13662 (provide-theme): custom-loaded-themes was deleted.
13663 (load-theme): Load the file unconditionally.
13664 (enable-theme): Call `load-theme' if theme is undefined.
13665 (custom-enabled-themes): Only update value for successful loads.
13666 (disable-theme): Complete from enabled themes when interactive.
13667 (custom-variable-theme-value): Calculate theme value directly.
13668
13669 (custom-theme-reset-variables, custom-reset-variables): Mark as
13670 XEmacs compatibility functions. We don't actually use these.
13671
13672 * cus-edit.el (custom-variable-state-set):
13673 Use custom-variable-theme-value instead of custom-theme-value.
13674 (custom-face-state-set): Rename `standard' theme to `changed'.
13675 (custom-save-variables, custom-save-faces): Delete unneeded
13676 references to custom-reset-variables.
13677 (custom-save-resets): Delete function.
13678 (custom-save-variables, custom-save-faces): MODE argument deleted.
13679 (custom-save-variables, custom-save-faces): Ignore theme values.
13680
13681 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
13682 compatibility function.
13683
13684 2006-01-01 Richard M. Stallman <rms@gnu.org>
13685
13686 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
13687 (Custom-reset-current, Custom-reset-saved): Likewise.
13688 (Custom-reset-standard): Show message if aborted.
13689 (custom-mode): Doc fix, describing those commands.
13690
13691 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
13692 put on event-kind property.
13693
13694 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
13695
13696 * custom.el (provide-theme): Ban `user' theme name.
13697 (custom-enabling-themes): New variable.
13698 (enable-theme): Don't enable user if custom-enabling-themes is t.
13699 (custom-enabled-themes): Make it a defcustom.
13700 (custom-theme-recalc-face): No-op if face is undefined.
13701
13702 * cus-edit.el (custom-button-mouse): New variable.
13703 (custom-button-mouse): New face.
13704 (custom-raised-buttons, custom-mode): Use it.
13705
13706 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
13707
13708 2005-12-31 Eli Zaretskii <eliz@gnu.org>
13709
13710 * progmodes/gud.el (gud-display-line): Support hl-line in the
13711 source buffer.
13712
13713 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
13714
13715 * mouse.el (mouse-drag-window-above): Verify that the found window
13716 overlaps with the given window in the horizontal dimension.
13717
13718 2005-12-31 Eli Zaretskii <eliz@gnu.org>
13719
13720 * Makefile.in (cvs-update): New target.
13721
13722 * makefile.w32-in (cvs-update): Ditto.
13723
13724 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
13725
13726 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
13727 (custom-new-theme-mode-map): New variable.
13728
13729 2005-12-30 Richard M. Stallman <rms@gnu.org>
13730
13731 * custom.el (custom-load-themes): Function deleted.
13732
13733 * cus-edit.el (custom-save-loaded-themes): Function deleted.
13734 (custom-save-variables): Don't delete or add custom-load-themes call.
13735
13736 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
13737
13738 * cus-start.el: Add `visible-cursor'.
13739
13740 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
13741 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
13742 (flymake-process-filter): Switch to buffer before calling it instead.
13743 (flymake-post-syntax-check, flymake-highlight-err-lines)
13744 (flymake-delete-own-overlays, flymake-parse-err-lines)
13745 (flymake-start-syntax-check, flymake-start-syntax-check-process)
13746 (flymake-count-lines, flymake-parse-residual):
13747 Remove constant buffer argument.
13748 (flymake-start-syntax-check-for-current-buffer): Remove.
13749 Update callers to use flymake-start-syntax-check instead.
13750 (flymake-display-err-menu-for-current-line):
13751 Remove unused var `mouse-pos'.
13752 (flymake-restore-formatting): Comment out unused function.
13753 (flymake-report-status, flymake-report-fatal-status): Remove buffer
13754 argument, use current-buffer instead. Update callers.
13755
13756 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13757
13758 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
13759 buffer-local because choose-completion-delete-max-match requires
13760 that we set completion-ignore-case (i.e., binding via let is not
13761 sufficient).
13762 (bibtex-complete): Always set completion-ignore-case and
13763 choose-completion-string-functions. The latter is needed because
13764 choose-completion-string-functions keeps its value if we quit the
13765 *Completions* buffer without requesting a completion.
13766
13767 2005-12-30 Andreas Schwab <schwab@suse.de>
13768
13769 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
13770
13771 2005-12-30 Eli Zaretskii <eliz@gnu.org>
13772
13773 * jit-lock.el (jit-lock-chunk-size): Doc fix.
13774
13775 2005-12-30 Juri Linkov <juri@jurta.org>
13776
13777 * locate.el (locate-fcodes-file, locate-header-face)
13778 * progmodes/delphi.el (delphi-other-face)
13779 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
13780
13781 * paren.el (show-paren-match, show-paren-mismatch): Use existing
13782 group `paren-showing-faces'.
13783
13784 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
13785 (goto-address): Fix docstring.
13786
13787 * net/webjump.el (webjump-sample-sites): Update URLs.
13788
13789 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
13790
13791 * subr.el (cancel-change-group): Add listp around pending-undo-list.
13792
13793 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
13794
13795 * font-lock.el (font-lock-compile-keywords): Signal an error when
13796 font-lock-set-defaults hasn't been called.
13797
13798 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
13799
13800 * subr.el (noreturn, 1value): Doc fixes.
13801
13802 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13803
13804 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
13805 that assoc-string returns nil.
13806
13807 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13808
13809 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
13810 (bibtex-entry-type-str, bibtex-empty-field-re)
13811 (bibtex-search-backward-string, bibtex-preamble-prefix)
13812 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
13813 (bibtex-any-valid-entry-type): New variable.
13814 (bibtex-parse-field-name): Simplify.
13815 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
13816 (bibtex-preamble-prefix): Include left delimiter.
13817 (bibtex-search-forward-field, bibtex-search-backward-field):
13818 Allow unbounded search past entry boundaries (required by bibtex-pop).
13819 (bibtex-text-in-field-bounds): Use push.
13820 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
13821 (bibtex-parse-preamble, bibtex-valid-entry)
13822 (bibtex-beginning-first-field): New functions.
13823 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
13824 (bibtex-map-entries): Fix docstring.
13825 (bibtex-flash-head): New arg prompt. Simplify.
13826 (bibtex-enclosing-field): Include code of bibtex-inside-field.
13827 (bibtex-insert-kill): Simplify. Always insert text past the
13828 current field or entry.
13829 (bibtex-format-entry): Use bibtex-parse-field.
13830 (bibtex-pop): Use bibtex-beginning-of-entry and
13831 bibtex-end-of-entry to initiate the search. Insert empty field if
13832 we found ourselves.
13833 (bibtex-print-help-message): New args field and comma.
13834 Handle entry keys.
13835 (bibtex-make-field): Use bibtex-beginning-of-entry.
13836 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
13837 invalid entry.
13838 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
13839 Handle preambles. Simplify code for thorough test.
13840 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
13841 New arg comma. Handle entry heads.
13842 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
13843 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
13844 New arg comma.
13845 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
13846 (bibtex-fill-field): Simplify.
13847 (bibtex-fill-entry): Use bibtex-beginning-first-field and
13848 bibtex-parse-field.
13849 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
13850 (bibtex-complete): Use bibtex-parse-preamble.
13851
13852 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
13853
13854 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
13855 Display name of expression instead of convenience variable.
13856 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
13857
13858 * progmodes/gud.el (gud-tooltip-dereference): Rename from
13859 toggle-gud-tooltip-dereference.
13860 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
13861 (gud-tooltip-tips): ...here when dereferencing.
13862
13863 2005-12-28 Bill Wohler <wohler@newt.com>
13864
13865 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
13866
13867 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
13868
13869 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
13870 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
13871 (vc-annotate-display-autoscale): Adjust call.
13872 (vc-annotate-display-default): Adjust call. Make arg compulsory.
13873 Fix interactive spec.
13874 (vc-annotate-time-span): Remove.
13875 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
13876 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
13877 (vc-annotate-display-select): Use new name.
13878
13879 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
13880 (vc-annotate-mode-menu): Remove left-over redundant declaration.
13881 Correct the construction of span entries. Simplify.
13882 (vc-annotate-display-select): Fix the nil case.
13883 (vc-annotate): Remove obsolete (and now broken) code.
13884 (vc-annotate-extract-revision-at-line): Remove obsolete code.
13885 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
13886
13887 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
13888
13889 * subr.el (lazy-completion-table): Correct typo in docstring.
13890
13891 * startup.el (command-line): Use `custom-reevaluate-setting' for
13892 `send-mail-function'.
13893
13894 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
13895
13896 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
13897
13898 * mail/smtpmail.el (smtpmail-try-auth-methods):
13899 Send credentials together with "AUTH PLAIN" command.
13900
13901 2005-12-27 Richard M. Stallman <rms@gnu.org>
13902
13903 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
13904 mouse-2, go back to previously selected window, so it's selected
13905 when mouse-2 command runs.
13906
13907 2005-12-27 Juri Linkov <juri@jurta.org>
13908
13909 * descr-text.el (describe-text-sexp): Use square brackets for
13910 button [Show] to distinguish it from the property value `show'.
13911 (describe-property-list): Use `insert-text-button' with
13912 `help-face' type instead of putting face in quotes, because button
13913 is not created automatically for a list of faces.
13914 (describe-text-properties-1): Put button-type value in quotes to
13915 distinguish from plain text "button".
13916 (describe-char): Display code point values in hex. Don't use
13917 `symbol-name' for `current-input-method' because it is a string.
13918 Use `insert-text-button' with `help-face' type instead of putting
13919 hardcoded face in quotes, because button is not created automatically.
13920
13921 2005-12-27 Richard M. Stallman <rms@gnu.org>
13922
13923 * progmodes/glasses.el (glasses-face): More specific custom type.
13924
13925 * files.el (set-visited-file-name): Doc fix.
13926
13927 * textmodes/flyspell.el (flyspell-external-point-words):
13928 Use local var buffer-scan-pos to advance scan for next misspelling.
13929 Advance it only after we find the misspelling.
13930
13931 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
13932
13933 * textmodes/flyspell.el (flyspell-external-point-words):
13934 New criteria for finding the misspelling in the buffer.
13935
13936 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
13937
13938 * help-mode.el (help-insert-string): Set help-xref-stack-item
13939 rather than call help-setup-xref.
13940
13941 * descr-text.el (describe-char): Revert previous changes for
13942 optional buffer argument.
13943
13944 2005-12-27 Juri Linkov <juri@jurta.org>
13945
13946 * help-mode.el (help-insert-string): New function. Save buffer
13947 contents in cases where it is impossible to recompute the old contents.
13948
13949 * descr-text.el (describe-char): Set help-xref-stack-item
13950 explicitly after buffer has been generated.
13951
13952 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13953
13954 * cus-start.el (all): Add x-gtk-show-hidden-files.
13955
13956 2005-12-26 Richard M. Stallman <rms@gnu.org>
13957
13958 * replace.el (perform-replace): Calculate match-again
13959 before skipping read-only matches.
13960
13961 * paren.el (paren-showing-faces): New group.
13962 (show-paren-match, show-paren-mismatch): Move to that group.
13963
13964 * button.el (button): Put into group `basic-faces'.
13965
13966 * progmodes/make-mode.el: Remove faces from group `faces'.
13967
13968 * apropos.el (apropos, apropos-value): Doc fix.
13969 (apropos-documentation): Doc fix.
13970
13971 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
13972
13973 * subr.el (lazy-completion-table): Remove argument `args'.
13974
13975 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
13976 Don't use the `args' argument of lazy-completion-table.
13977
13978 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
13979
13980 * descr-text.el (describe-char): Add optional argument for buffer.
13981 Set buffer appropriately. Call help-setup-xref.
13982 Suggested by Stefan Monnier.
13983
13984 2005-12-26 Juri Linkov <juri@jurta.org>
13985
13986 * descr-text.el: Require `help-fns' at runtime. Don't require
13987 `button' for byte compilation.
13988 (describe-text-widget): Add `help-echo' for first button.
13989 Use `help-info' for second.
13990 (describe-property-list): Use `help-argument-name' instead of `italic'.
13991 (describe-text-category): Add prompt to interactive spec.
13992 Call `help-setup-xref'.
13993 (describe-char): Use `help-character-set'. Add `help-echo' for
13994 code point. Use `help-input-method'. Remove superfluous insert.
13995
13996 2005-12-25 Richard M. Stallman <rms@gnu.org>
13997
13998 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
13999 at point, in case of narrowing.
14000
14001 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
14002
14003 * locate.el (locate-header-face): Allow nil in type.
14004
14005 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
14006
14007 2005-12-25 Romain Francoise <romain@orebokech.com>
14008
14009 * battery.el (battery-linux-proc-acpi): Also try
14010 `/proc/acpi/thermal_zone/THM0/temperature'.
14011
14012 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
14013
14014 * custom.el (custom-push-theme): Fix docstring.
14015
14016 * cus-edit.el (custom-variable-set, custom-variable-save)
14017 (custom-variable-save): Custom-quote widget values.
14018 (customize-save-variable): Fix custom-push-theme call.
14019
14020 2005-12-24 Eli Zaretskii <eliz@gnu.org>
14021
14022 * w32-fns.el (w32-batch-update-autoloads): New function.
14023
14024 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
14025 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
14026 from the command line.
14027
14028 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
14029
14030 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
14031 reset means to remove setting from theme entirely. Don't keep
14032 expanding theme-settings list; delete old entries if necessary.
14033
14034 * cus-edit.el (custom-buffer-create-internal): Move "Erase
14035 customization" button one line up.
14036 (custom-themed): New face.
14037 (custom-magic-alist): New value, THEMED, for theme settings.
14038 (custom-variable-state-set, custom-face-state-set):
14039 Check theme-value instead of saved-value.
14040 (custom-variable-reset-standard, custom-face-reset-standard):
14041 Remove theme setting entirely. Recalculate new values.
14042 (custom-variable-set, custom-variable-set)
14043 (custom-variable-reset-saved, custom-variable-reset-backup)
14044 (custom-face-set, custom-face-reset-saved): Update `user' theme.
14045 (custom-variable-save): Fix typos.
14046
14047 2005-12-23 Juri Linkov <juri@jurta.org>
14048
14049 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
14050 Add autoload cookies.
14051 (edebug-outside-d-c-i-n-s-w): New variable.
14052 (edebug-display, edebug-outside-excursion): Use it to save the
14053 original value of default-cursor-in-non-selected-windows.
14054 Set default-cursor-in-non-selected-windows to t while Edebug
14055 is active.
14056 (edebug-mode, edebug-eval-mode): Doc fix.
14057
14058 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
14059 with `buffer-substring-no-properties' to remove common substring
14060 highlighting.
14061
14062 * info.el (info-other-window, info): Rename function argument
14063 `file' to `file-or-node'.
14064 (Info-complete-menu-item): Use local variable `complete-nodes' to
14065 keep the global value of `Info-complete-nodes' unchanged for
14066 subsequent completions.
14067 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
14068
14069 * simple.el (get-next-valid-buffer, last-buffer)
14070 (next-error-buffer-p, next-error-find-buffer)
14071 (minibuffer-history-sexp-flag): Doc fix.
14072
14073 * savehist.el (savehist-mode-hook): Add `:group'.
14074
14075 * log-view.el: Call autoload for vc-find-version.
14076 (log-view-current-file): Adjust subgroup numbers.
14077 (log-view-current-tag): Add `length'.
14078
14079 2005-12-23 Richard M. Stallman <rms@gnu.org>
14080
14081 * vc.el (vc-annotate-car-last-cons): Defn moved up.
14082
14083 2005-12-23 Juri Linkov <juri@jurta.org>
14084
14085 * hi-lock.el (hi-lock-archaic-interface-message-used)
14086 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
14087 (hi-lock-mode): Display "Hi" in the mode line only when
14088 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
14089 (hi-lock-write-interactive-patterns):
14090 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
14091 (hi-lock-set-pattern, hi-lock-set-file-patterns)
14092 (hi-lock-font-lock-hook): Set 3rd arg `how' of
14093 font-lock-add-keywords to t.
14094
14095 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
14096
14097 * hi-lock.el (hi-lock-highlight-range): New variable.
14098 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
14099 only if font-lock-fontified is non-nil. Remove overlays.
14100 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
14101 font-lock-fontified is non-nil, otherwise use overlays (instead of
14102 text properties).
14103 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
14104 New variables.
14105 (hi-lock-string-serialize) New function.
14106
14107 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14108
14109 * menu-bar.el (menu-find-file-existing): New function.
14110 (menu-bar-file-menu): Use menu-find-file-existing for Open.
14111
14112 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
14113
14114 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
14115
14116 * vc.el: Remove unnecessary leading * in docstrings.
14117 (vc-annotate-mode-map): Move initialization into declaration.
14118 (vc-static-header-alist): Nitpick on the regexp.
14119 (vc-default-init-version): New fun.
14120 (vc-register): Use it.
14121 (vc-insert-headers): Use dolist.
14122 (vc-annotate-get-backend): Remove unused function.
14123 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
14124 (vc-annotate-mode): Remove corresponding call.
14125 (vc-annotate-car-last-cons): Simplify.
14126 (vc-annotate-buffers): Remove var.
14127 (vc-annotate-backend): Make it buffer-local.
14128 (vc-annotate): Move the interaction to the interactive spec.
14129 Add a `buf' argument.
14130 (vc-annotate-warp-version): Use this new `buf' argument to avoid
14131 killing&creating a vc-annotate buffer, which is very disruptive when
14132 the buffers are shown in dedicated frames.
14133
14134 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
14135
14136 * descr-text.el: Add FSF as maintainer.
14137 (describe-text-mode, describe-text-mode-map)
14138 (describe-text-mode-hook, describe-text-done): Delete. Use normal
14139 help-mode.
14140 (describe-text-widget, describe-text-sexp)
14141 (describe-property-list, describe-text-category)
14142 (describe-text-properties, describe-text-properties-1)
14143 (describe-char): Use help buttons instead of widgets.
14144 (describe-char-unicodedata-file): Make URL link in doc string.
14145
14146 2005-12-22 Richard M. Stallman <rms@gnu.org>
14147
14148 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
14149 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
14150 Don't include buttons that write a file when there's no file.
14151 (custom-variable-menu, custom-face-menu, custom-group-menu):
14152 Don't include commands that write a file when there's no file.
14153 (customize-browse): Reword the top-of-buffer help intro.
14154 (custom-buffer-create-internal): Fix previous change.
14155 (customize-changed-options-previous-release): Prev release is 21.1.
14156 (customize-changed-options): Doc fix.
14157 (customize-changed): New alias.
14158 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
14159 Say "standard values".
14160 (Custom-reset-standard): Doc fix.
14161 (custom-face-reset-standard): Doc fix.
14162
14163 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
14164
14165 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
14166 even if font-lock-mode is non-nil since it may be t without having
14167 turned on font-lock-mode-internal.
14168 (font-lock-choose-keywords): Minor optimization.
14169 (font-lock-add-keywords, font-lock-remove-keywords)
14170 (font-lock-set-defaults): Don't call make-local-variable on a variable
14171 that we know to already be local.
14172
14173 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
14174
14175 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
14176 messages if in the minibuffer.
14177
14178 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
14179
14180 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
14181 (tex-mode-flyspell-verify, flyspell-get-word)
14182 (flyspell-external-point-words): Don't use point-min/max uselessly.
14183
14184 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
14185 by Kevin Rodgers. Instead, just hide the completions buffer if we
14186 don't need to show it.
14187
14188 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
14189
14190 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
14191
14192 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
14193
14194 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
14195 delete-windows-on with an inexistent buffer.
14196
14197 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
14198
14199 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
14200 Delete defcustom variable :tag names.
14201
14202 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
14203
14204 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
14205 (log-view-font-lock-keywords): Ajust subgroup numbers.
14206 (log-view-current-tag): Don't hard code the number of subgroups.
14207
14208 2005-12-20 Juri Linkov <juri@jurta.org>
14209
14210 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
14211 (tooltip-x-offset, tooltip-y-offset): Doc fix.
14212
14213 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
14214 (menu-bar-non-minibuffer-window-p): Instead of checking
14215 display-multi-frame-p, use selected-frame when menu-updating-frame
14216 is nil.
14217
14218 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
14219
14220 * align.el (align-rules-list): Use [ \t] instead of \s-
14221 for column separators in text mode.
14222
14223 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
14224
14225 * help-mode.el (help-customize-variable, help-customize-face):
14226 Don't pop help-xref-stack as help-follow no longer pushes
14227 anything on to it.
14228
14229 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
14230
14231 * textmodes/org.el (org-agenda-custom-commands): New option.
14232 (org-agenda): Offer custom commands on splash screen.
14233 (org-make-tags-matcher): Parser for Boolean logic added.
14234 (org-agenda-set-tags): New command.
14235 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
14236 (org-set-tags): Efficiency improvements.
14237 (org-auto-align-tags): New option.
14238 (org-todo, org-demote, org-promote): Realign tags.
14239 (org-tags-completion-function): Use also "&" and "|" as separators.
14240 (org-org-menu): Agenda commands simplified.
14241
14242 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
14243
14244 * cus-edit.el (customize-apropos, customize-apropos-options):
14245 Docstring changes.
14246
14247 * font-lock.el (font-lock): Add tags to the links in the defgroup.
14248
14249 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
14250
14251 * longlines.el (longlines-mode): Wrap while widened.
14252 (longlines-decode-region, longlines-encode-region): Compute max
14253 just once.
14254
14255 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14256
14257 * cus-edit.el (mac): New group.
14258
14259 * cus-start.el (all): Add user options in macterm.c. Add test for
14260 Mac-related built-ins. Fix test for GTK-related built-ins.
14261
14262 * term/mac-win.el (mac-handle-language-change)
14263 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
14264 (mac-services-open-selection, mac-services-mail-selection)
14265 (mac-services-mail-to, mac-services-insert-text)
14266 (mac-dispatch-apple-event): Add docstrings.
14267 (x-get-selection, mac-select-convert-to-string): Select coding
14268 system from `utf-16be' and `utf-16le' using `byteorder'.
14269
14270 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
14271
14272 * subr.el (lazy-completion-table): Don't be fooled if the var holds
14273 a "list" (lambda ...) rather than a real completion list.
14274
14275 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
14276 lexical-let when encountering ((lambda (...) ...) ...).
14277
14278 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
14279
14280 * progmodes/sh-script.el (sh-mode):
14281 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
14282 * textmodes/picture.el (picture-mode): Update docstrings.
14283
14284 2005-12-17 Eli Zaretskii <eliz@gnu.org>
14285
14286 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
14287 commands enclosed in $(ARGQUOTE)s should not be split between two
14288 lines, as that will break with GNU Make >3.80, when sh.exe is used
14289 and arg quoting is with '..'.
14290 (autoloads): Don't break the quoted --eval expression between
14291 several lines.
14292
14293 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
14294
14295 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
14296 Capture error from printing circular structures.
14297
14298 2005-12-17 Martin Rudalics <rudalics@gmx.at>
14299
14300 * wid-edit.el (widget-checkbox-action): Clear undo info.
14301
14302 2005-12-16 Bill Wohler <wohler@newt.com>
14303
14304 * menu-bar.el (kill-this-buffer): Set a good example by using menu
14305 bar, not menubar in comment.
14306
14307 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
14308
14309 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
14310 After-change-functions should not clobber the match data.
14311
14312 2005-12-16 Juri Linkov <juri@jurta.org>
14313
14314 * simple.el (choose-completion): Use `buffer-substring-no-properties'
14315 instead of `buffer-substring'.
14316 (completion-common-substring): Doc fix.
14317 (completion-setup-function): Use minibuffer-completion-contents
14318 instead of minibuffer-contents. Don't set common-string-length
14319 initially. Remove special handling of partial-completion-mode.
14320 Move computation of completion-base-size into one cond.
14321 Call completion-base-size-function in mainbuf. In computation of
14322 completion-base-size for file name completion don't move point to
14323 the end of the minibuffer. Move computation of common-string-length
14324 into one cond. Start putting faces only when common-string-length>=0.
14325 Add condition to put completions-common-part when
14326 common-string-length>0.
14327
14328 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
14329 place point at the first different character in the minibuffer
14330 even if this position is at the beginning of the minibuffer.
14331
14332 * info.el (Info-read-node-name-1): In completion-base-size-function's
14333 lambda return 1 if common-substring or minibuffer-completion-contents
14334 starts with (, and 0 otherwise.
14335
14336 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
14337 Use `crm-current-element' for second arg of `display-completion-list'.
14338
14339 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
14340
14341 * files.el (set-auto-mode): Look for an interpreter specified on
14342 the first line also if search for mode specification succeeded,
14343 but the mode is not known.
14344
14345 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
14346
14347 * textmodes/org.el (org-tags-match-list-sublevels): New option.
14348 (org-open-at-point): Implement tag searches as links.
14349 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
14350 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
14351 (org-tags-sparse-tree, org-tags-view, org-set-tags)
14352 (org-agenda-dispatch): New commands.
14353 (org-use-tag-inheritance, org-tags-column): New options.
14354 (org-tab-follows-link, org-return-follows-link): New options.
14355 (org-tags): New customize group.
14356 (org-start-icalendar-file): Get local time zone.
14357 (org-tags-completion-function): New function.
14358 (org-set-font-lock-defaults): Make sure links will also be
14359 highlighted inside headlines.
14360
14361 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
14362
14363 * term.el (term-emulate-terminal):
14364 Let term-handle-ansi-terminal-messages override what Bash says about
14365 its current directory.
14366
14367 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
14368
14369 * bindings.el (last-buffer): Move to simple.el.
14370 * simple.el (last-buffer): Move here.
14371 (get-next-valid-buffer): New function.
14372 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
14373 (prev-buffer): Ditto. Rename to `previous-buffer'.
14374
14375 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
14376 * bindings.el (global-map): Ditto.
14377
14378 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
14379
14380 * cus-edit.el: Introductory comment change.
14381 (custom-magic-alist): Change message string for the `rogue' state.
14382
14383 2005-12-15 Richard M. Stallman <rms@gnu.org>
14384
14385 * tooltip.el: Delete defcustom variable :tag names.
14386
14387 * complete.el (partial-completion-mode): Doc fix.
14388
14389 * textmodes/flyspell.el (flyspell-external-point-words):
14390 Use save-excursion to ensure we don't move backward in the
14391 search loop, not even one character.
14392 (flyspell-delete-all-overlays): Use remove-overlays directly.
14393
14394 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
14395 (ispell-start-process): Set that variable.
14396 Clear ispell-buffer-local-name.
14397 (ispell-internal-change-dictionary):
14398 Set ispell-current-dictionary after killing process.
14399 (ispell-buffer-local-dict):
14400 Don't set spell-personal-dictionary after killing process.
14401 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
14402 (ispell-tex-skip-alists, ispell-html-skip-alists)
14403 (ispell-skip-region-alist): Mark as risky.
14404
14405 * net/newsticker.el (newsticker--retrieval-timer-list)
14406 (newsticker--display-timer, newsticker-running-p)
14407 (newsticker-ticker-running-p): Definitions moved up.
14408
14409 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
14410
14411 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
14412
14413 2005-12-15 David Ponce <david@dponce.com>
14414
14415 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
14416 (recentf-edit-list, recentf-open-files): Signal an error when
14417 there is no recent file.
14418
14419 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
14420
14421 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
14422 read-only except for texinfo-format-region evaluation.
14423
14424 2005-12-14 Richard M. Stallman <rms@gnu.org>
14425
14426 * vc.el (vc-default-previous-version, vc-default-next-version)
14427 (vc-do-command): Doc fixes.
14428
14429 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14430
14431 * textmodes/bibtex.el (bibtex-expand-strings)
14432 (bibtex-autokey-expand-string, bibtex-name-part)
14433 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
14434 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
14435 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
14436 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
14437 (bibtex-entry-postfix, bibtex-known-entry-type-re)
14438 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
14439 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
14440 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
14441 (bibtex-beginning-of-last-entry): Remove.
14442 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
14443 message if comma is missing but buffer is read-only.
14444 (bibtex-parse-field-text): Handle whitespaces at the end of field
14445 text. Return 3-element list with beginning and end of field text
14446 and end of field.
14447 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
14448 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
14449 (bibtex-search-forward-field, bibtex-search-backward-field):
14450 Search always delimited by limits of entry. Use more efficient
14451 search algorithms.
14452 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
14453 bibtex-end-of-name-in-field.
14454 (bibtex-text-in-field-bounds): Handle BibTeX strings when
14455 extracting the content of a field.
14456 (bibtex-text-in-field): Use search limits.
14457 (bibtex-parse-string-prefix): Handle empty string keys based on
14458 bibtex-string-empty-key.
14459 (bibtex-parse-string): Fix docstring.
14460 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
14461 (bibtex-preamble-prefix, bibtex-strings): New functions.
14462 (bibtex-skip-to-valid-entry): Include preceding whitespace in
14463 BibTeX entries (consistent with other BibTeX functions).
14464 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
14465 (bibtex-search-entry): Fix docstring. Simplify.
14466 (bibtex-flash-head, bibtex-complete-string-cleanup)
14467 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
14468 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
14469 (bibtex-parse-entry): New optional arg content.
14470 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
14471 Use bibtex-text-in-field-bounds.
14472 (bibtex-print-help-message): Handle BibTeX strings and preambles.
14473 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
14474 bibtex-parse-string-postfix.
14475 (bibtex-find-text-internal): New function.
14476 (bibtex-remove-delimiters): Use it.
14477 (bibtex-find-text): Use it. New optional arg help.
14478 (bibtex-complete): Handle BibTeX string and preamble entries.
14479 (bibtex-Preamble): Fix order of closing delimiters.
14480
14481 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
14482
14483 * vc.el (vc-default-revert): New fun.
14484
14485 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
14486
14487 2005-12-14 Romain Francoise <romain@orebokech.com>
14488
14489 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
14490 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
14491 (font-lock-remove-keywords): Likewise.
14492
14493 2005-12-14 Juri Linkov <juri@jurta.org>
14494
14495 * log-view.el (log-view-diff): Doc fix.
14496
14497 * isearch.el (isearch-query-replace): Use (mark) instead of
14498 isearch-opoint if mark is active in transient-mark-mode.
14499
14500 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
14501
14502 * isearch.el (isearch-query-replace): Check for isearch-other-end.
14503
14504 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
14505
14506 * progmodes/cpp.el (cpp-face): New widget.
14507 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
14508
14509 2005-12-14 Juri Linkov <juri@jurta.org>
14510
14511 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
14512 around `erase-buffer' and `insert'.
14513
14514 * descr-text.el (describe-text-properties): Replace buffer name
14515 "*Help-2*" with "*Help*<2>".
14516 (describe-char): Add functions print-help-return-message,
14517 toggle-read-only. Use help-setup-xref with nil to not store
14518 describe-char in help-xref-stack. Use help-make-xrefs to
14519 make [back] button.
14520
14521 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
14522
14523 * wdired.el (wdired-old-point): New internal variable.
14524 (wdired-change-to-wdired-mode): Set it buffer-locally.
14525 (wdired-abort-changes): Restore point after aborting changes.
14526
14527 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
14528
14529 * vc.el (vc-do-command): Add a new value t for okstatus.
14530
14531 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
14532 frame in case of errors.
14533
14534 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14535
14536 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
14537 so it comes after "On the Left" in the menu.
14538
14539 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
14540
14541 * cus-edit.el (customize-apropos, customize-apropos-options)
14542 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
14543
14544 2005-12-12 Bill Wohler <wohler@newt.com>
14545
14546 * vc-svn.el (vc-svn-registered): Fix problem of visiting
14547 non-writable Subversion-controlled files by saving window
14548 configuration before calling vc-do-command. vc-do-command calls
14549 pop-to-buffer on error which is unexpected during registration.
14550
14551 2005-12-12 Jay Belanger <belanger@truman.edu>
14552
14553 * calc/README: Update the summary of changes.
14554
14555 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
14556
14557 * descr-text.el (describe-char): Rework last fix to solve the problem
14558 is the same way it's solved for everything else in that function
14559 (i.e. by extracting the info before setting up the *Help* buffer).
14560
14561 2005-12-12 Kim F. Storm <storm@cua.dk>
14562
14563 * subr.el (version-regexp-alist): Allow space as separator before
14564 non-numeric part, e.g. "1.0 alpha".
14565 (version-to-list): Interpret .X.Y version as 0.X.Y version.
14566
14567 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
14568
14569 * textmodes/org.el (org-agenda, org-timeline, org-todo):
14570 Implement Logging and the keep-modes setting.
14571 (org-get-category): Make sure a string is returned.
14572 (org-log-done): New function.
14573 (org-log-done, org-closed-string): New options.
14574
14575 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14576
14577 * tooltip.el (tooltip-y-offset): Change default to 20.
14578
14579 2005-12-12 Richard M. Stallman <rms@gnu.org>
14580
14581 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
14582
14583 * frame.el (display-hourglass): Doc fix.
14584
14585 * help.el (help-for-help-internal): Simplify entry for `a'.
14586
14587 * info.el (Info-on-current-buffer): Doc fix.
14588 (info-insert-file-contents): Don't test (featurep 'jka-compr).
14589
14590 * startup.el (inhibit-splash-screen): Make this the real name.
14591 (inhibit-startup-message): Make this the alias.
14592 (command-line): Find only simple.el, and use its directory
14593 to fill in other preloaded files' names.
14594 (command-line): Deactivate the mark if deactivate-mark is set.
14595
14596 * international/mule.el (load-with-code-conversion):
14597 Bind deactivate-mark.
14598
14599 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
14600
14601 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
14602
14603 * cus-edit.el (customize-apropos): Avoid listing an option more
14604 than once under different aliases. No longer list user options
14605 that are not defined with defcustom (unless a prefix arg is given).
14606 Doc fix.
14607 (customize-apropos-options): Doc fix.
14608
14609 2005-12-11 Juri Linkov <juri@jurta.org>
14610
14611 * frame.el (set-background-color, set-foreground-color)
14612 (set-cursor-color, set-mouse-color, set-border-color):
14613 Add explicit prompts to read colors by `facemenu-read-color'.
14614 (show-trailing-whitespace, blink-cursor-delay)
14615 (blink-cursor-interval, display-hourglass, hourglass-delay):
14616 Remove tags.
14617 (display-hourglass, hourglass-delay): Doc fix.
14618 (cursor-in-non-selected-windows): Capitalize words in tag.
14619
14620 * faces.el (frame-background-mode): Replace `choice-item' keywords
14621 with `const' to not make [default] button. Change default value tag
14622 from `default' to `automatic'. Doc fix.
14623 (trailing-whitespace) <defface>: Change group `whitespace' to
14624 `whitespace-faces'.
14625
14626 2005-12-11 Richard M. Stallman <rms@gnu.org>
14627
14628 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
14629
14630 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14631
14632 * term/mac-win.el: Create keymap for mac-apple-event-map.
14633
14634 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
14635
14636 * tooltip.el (tooltip-mode): Move to start of file so that it
14637 appears at top of customize buffer.
14638
14639 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
14640 Add the gud groupname.
14641 (gud-tooltip-mode): Add the tooltip groupname.
14642 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
14643 avoid conflict with tooltip-use-echo-area.
14644
14645 2005-12-10 Romain Francoise <romain@orebokech.com>
14646
14647 * help.el (help-for-help-internal): Add `r' in doc string.
14648
14649 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
14650
14651 * align.el (align-regexp, align-highlight-rule):
14652 Use region-beginning and region-end instead of point and mark, so that
14653 repetition (with `repeat-complex-command') recomputes the region
14654 bounds.
14655
14656 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
14657
14658 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
14659 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
14660 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
14661 (balance-windows): Rewrite using the above new functions.
14662
14663 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
14664
14665 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
14666 react if global-hi-lock-mode seems intended.
14667 (global-hi-lock-mode) Renamed from hi-lock-mode.
14668 (hi-lock-archaic-interface-message-used)
14669 (hi-lock-archaic-interface-deduce): New variables.
14670 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
14671 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
14672 (hi-lock-find-patterns, hi-lock-font-lock-hook):
14673 Replace hi-lock-buffer-mode with hi-lock-mode.
14674
14675 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
14676
14677 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
14678 completion list, even after a partial completion has been
14679 inserted in the current buffer. If there are more than 1
14680 completion, redisplay the *Completions* buffer; if the
14681 completion is unique, delete the *Completions* window.
14682
14683 2005-12-10 Eli Zaretskii <eliz@gnu.org>
14684
14685 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
14686 strings and long subject lines that were broken into multiple
14687 lines at arbitrary places. Handle subjects that have "Re: " in
14688 the middle.
14689
14690 2005-12-10 John W. Eaton <jwe@octave.org>
14691
14692 * emacs/octave-mod.el (octave-electric-space): Don't indent
14693 comments or strings if octave-auto-indent is nil.
14694
14695 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14696
14697 * term/mac-win.el: Require url when compiling.
14698 Call mac-process-deferred-apple-events after loading init files.
14699 (mac-apple-event-map): New defvar. Define event handlers in it.
14700 (core-event, internet-event): New Apple event class symbols.
14701 (open-application, reopen-application, open-documents)
14702 (print-documents, open-contents, quit-application)
14703 (application-died, show-preferences, autosave-now, get-url):
14704 New Apple event ID symbols.
14705 (about): New HICommand ID symbol.
14706 (mac-event-spec, mac-event-ae): New macros.
14707 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
14708 (mac-ae-selection-range, mac-ae-text-for-search)
14709 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
14710 (mac-application-menu-map): Remove keymap. Handlers for HICommand
14711 and Services menu events are now defined in mac-apple-event-map.
14712 (mac-drag-n-drop): Remove selection range handling.
14713
14714 2005-12-10 Kenichi Handa <handa@m17n.org>
14715
14716 * simple.el (zap-to-char):
14717 * isearch.el (isearch-process-search-char): Translate CHAR by
14718 translation-table-for-input.
14719
14720 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
14721
14722 * foldout.el (foldout-exit-fold): Properly hide subtree.
14723
14724 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
14725
14726 * files.el (save-buffer):
14727 * international/ucs-tables.el (ucs-set-table-for-input):
14728 * mail/mail-extr.el (mail-extract-address-components):
14729 * mail/sendmail.el (mail-mode): Reformat doc string.
14730
14731 2005-12-09 Juri Linkov <juri@jurta.org>
14732
14733 * isearch.el (isearch-highlight): Change main overlay priority
14734 from 1 to 1001. Simplify.
14735 (isearch-lazy-highlight-update): Change lazy overlay priority
14736 from 0 to 1000.
14737
14738 * replace.el (replace-highlight): Change overlay priority from
14739 1 to 1001.
14740
14741 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
14742 Change overlay priority from 1 to 1001. Reuse existing overlay.
14743
14744 * compare-w.el (compare-windows-highlight): Change overlay
14745 priority from 1 to 1000.
14746
14747 * menu-bar.el (menu-bar-edit-menu): Add listp around
14748 pending-undo-list to disable menu item "undo" when pending
14749 undo list is empty.
14750
14751 * locate.el (locate): Disable undo in *Locate* buffer.
14752
14753 2005-12-09 Kim F. Storm <storm@cua.dk>
14754
14755 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
14756
14757 2005-12-09 David Ponce <david@dponce.com>
14758
14759 * recentf.el: Improvement of the menu code.
14760 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
14761 instead of menu hook.
14762 (recentf-show-menu, recentf-hide-menu): New functions.
14763 (recentf-menu-customization-changed, recentf-mode): Use them.
14764 (recentf-menu-action, recentf-max-menu-items)
14765 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
14766 (recentf-arrange-by-rule-others)
14767 (recentf-arrange-by-rules-min-items)
14768 (recentf-arrange-by-rule-subfilter) : Don't use
14769 `recentf-menu-customization-changed'.
14770 (recentf-arrange-rules): Likewise. Accept functions to compute
14771 sub-menu titles.
14772 (recentf-menu-filter): Likewise. Doc fix.
14773 (recentf-menu-value-shortcut): Doc fix.
14774 (recentf-dump-variable): Quote atom value.
14775 (recentf-make-menu-items): Update to use it as a menu filter.
14776 (recentf-match-rule): New function.
14777 (recentf-arrange-by-rule): Use it.
14778 (recentf-indirect-mode-rule): New function.
14779 (recentf-build-mode-rules): Use it.
14780 (recentf-dir-rule): New function.
14781 (recentf-arrange-by-dir): Use it.
14782 (recentf-filter-changer-current): Rename from
14783 `recentf-filter-changer-state'. All references updated.
14784 (recentf-filter-changer-alist): Update filter names.
14785 (recentf-filter-changer-select): New function.
14786 (recentf-filter-changer): Use it. Make a sub-menu from filters
14787 available in `recentf-filter-changer-alist'.
14788 (recentf-data-cache, recentf-clear-data)
14789 (recentf-update-menu): Remove. All references updated.
14790 (recentf-match-rule-p, recentf-build-dir-rules)
14791 (recentf-filter-changer-goto-next)
14792 (recentf-filter-changer-get-current)
14793 (recentf-filter-changer-get-next): Remove.
14794
14795 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
14796
14797 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
14798 buffer "Reset" button to "Reset to Current" for consistency with
14799 the State buttons.
14800
14801 2005-12-08 John Paul Wallington <jpw@pobox.com>
14802
14803 * ibuf-ext.el (define-ibuffer-filter filename):
14804 If `dired-directory' is a list then really use its car.
14805
14806 2005-12-08 Kim F. Storm <storm@cua.dk>
14807
14808 * emulation/cua-rect.el (cua--rectangle-aux-replace):
14809 Fix indention of text on right side of replaced rectangle.
14810
14811 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
14812
14813 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
14814 No need to check gud-comint-buffer is bound.
14815 (gdb): Prevent multiple debugging when first session uses gdba.
14816
14817 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14818
14819 CC Mode update to 5.31.
14820
14821 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
14822 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
14823 We might do this function properly in the future).
14824
14825 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
14826 New macros c-sentence-end and c-default-value-sentence end, to cope
14827 with Emacs 22's new function `sentence-end'.
14828
14829 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14830
14831 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
14832 compat issue using `c-put-overlay' and `c-delete-overlay'.
14833
14834 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
14835 New compat macros to handle overlays/extents.
14836
14837 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14838
14839 * progmodes/cc-fix.el: Add definitions of the macros push and pop
14840 (for GNU Emacs 20.4)
14841
14842 * progmodes/cc-defs.el:
14843 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
14844
14845 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
14846 highlighting mechanism so it will work in XEmacs too.
14847
14848 * progmodes/cc-defs.el: Insert c-int-to-char.
14849
14850 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
14851 call to the new macro c-int-to-char. This solves XEmacs's
14852 regarding characters as different from integers.
14853
14854 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14855
14856 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
14857 New internal helper.
14858
14859 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
14860 construct to make the indirect face lookup work in XEmacs.
14861
14862 (c-cpp-matchers): Append the negation char face to the existing
14863 fontification, so that the cpp face doesn't disappear.
14864 Use `c-make-syntactic-matcher' to avoid negation chars in comments
14865 and strings.
14866
14867 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
14868 to map to `font-lock-negation-char-face' in emacsen where it exists.
14869
14870 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14871
14872 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
14873
14874 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
14875 Rename "c-subword-move-mode" as "c-subword-mode".
14876
14877 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
14878 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
14879
14880 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14881
14882 * progmodes/cc-mode.el: Added autoload directive for
14883 `c-subword-move-mode' for use in older emacsen.
14884
14885 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14886
14887 * progmodes/cc-mode.el:
14888 (i) Insert a binding for C-c C-backspace into
14889 c-bind-special-erase-keys which works in TTYs.
14890 (ii) Make sure that when file styles are used, any explicitly
14891 given style variables take priority over those in the style.
14892 Do this by calling `hack-local-variables' a second time.
14893
14894 * progmodes/cc-vars.el: Add language specific customization
14895 widgets for AWK to c-doc-comment-style, c-require-final-newline
14896 and c-default-style. Add a defcustom for awk-mode-hook.
14897 Give c-syntactic-element and c-syntactic-context doc-strings by
14898 directly setting their `variable-documentation' propery.
14899 This allows Emacs 22.1 to read these with C-h v.
14900
14901 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
14902
14903 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14904
14905 * progmodes/cc-fonts.el, cc-vars.el
14906 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
14907 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
14908 Masatake YAMATO.
14909
14910 (c-doc-comment-style): Made GtkDoc default in C mode.
14911
14912 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
14913 and C-c C-<delete>.
14914
14915 (c-bind-special-erase-keys): New function for use on
14916 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
14917
14918 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
14919 <delete> key behavior in XEmacs according to `delete-forward-p'.
14920 C.f. `c-electric-delete'.
14921
14922 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14923
14924 * progmodes/cc-mode.el: Give c-hungry-backspace and
14925 c-hungry-delete-forward permanent key bindings.
14926
14927 * progmodes/cc-cmds.el (c-electric-semi&comma):
14928 Bind c-syntactic-context for calls to "criteria functions", for
14929 consistency with other calls to user functions.
14930
14931 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
14932 `current-prefix-arg', since this might be the prefix arg to a
14933 command which calls c-indent-command as a function. Change the
14934 interactive spec from "p" to "P".
14935
14936 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
14937 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
14938 was difficult to understand.
14939
14940 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14941
14942 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
14943 first char of an identifier.
14944
14945 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
14946 +" syntax in C++.
14947
14948 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14949
14950 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
14951 auto-fill doesn't split a c-comment's last word from a hanging
14952 "*/" when a space is typed between them after fill-column.
14953
14954 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
14955
14956 * progmodes/cc-styles.el (c-set-style)
14957 (c-setup-paragraph-variables): Abort the command if we're not in a
14958 CC Mode buffer.
14959
14960 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
14961 with blank comment-prefix, and a blank line as the comment's
14962 second line.
14963
14964 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14965
14966 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
14967 Incorporate the patterns added in the Emacs development branch
14968 for the new Emacs 22 face `font-lock-negation-char-face'.
14969
14970 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
14971 of "red" since it stands out better in xterms and DOS terminals.
14972
14973 * progmodes/cc-engine.el (c-literal-faces):
14974 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
14975
14976 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
14977
14978 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
14979 forcibly enable c-electric-flag.
14980
14981 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
14982 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
14983 after the comment-prefix of a C-style comment will close that comment.
14984
14985 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
14986
14987 * progmodes/cc-fonts.el (c-basic-matchers-before)
14988 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
14989 in Pike.
14990
14991 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
14992 digraphs.
14993
14994 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
14995 (c-cpp-message-directives, c-cpp-include-directives)
14996 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
14997 (c-cpp-expr-directives): Introduce new language constants to
14998 control cpp syntax in a cleaner way.
14999
15000 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
15001
15002 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
15003
15004 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
15005 (c-multiline-string-start-char): New language constants and
15006 variables to specify how newlines in string literals work.
15007
15008 (c-font-lock-invalid-string): Use them.
15009
15010 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
15011 unbalanced close brace is entered. Optimization by avoiding going
15012 back over arbitrarily large blocks. Removed hints that this
15013 function only would be relevant/useful in AWK.
15014
15015 (c-electric-brace): Indent syntactically after the cleanups since
15016 lineup functions might do it differently then.
15017
15018 * progmodes/cc-engine.el, cc-langs.el
15019 (c-opt-op-identifier-prefix): New language constant and variable.
15020
15021 (c-just-after-func-arglist-p, c-after-special-operator-id)
15022 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
15023
15024 * progmodes/cc-align.el, cc-engine.el
15025 (c-after-special-operator-id): New helper to handle C++ operator
15026 identifiers.
15027
15028 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
15029 (c-guess-basic-syntax): Handle C++ operator identifiers in
15030 declarations.
15031
15032 * progmodes/cc-langs.el (c-assignment-operators): Add the
15033 trigraph version of ^= too.
15034
15035 * progmodes/cc-langs.el (c-assignment-operators): Add the
15036 trigraph version of |= in C++.
15037
15038 * progmodes/cc-fonts.el (c-font-lock-declarators):
15039 Handle `c-decl-hangon-kwds' after the identifier name.
15040
15041 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
15042 whether an arglist is "nonempty", ignore a comment after the open
15043 paren if it isn't followed by a non-comment token on the same line.
15044
15045 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
15046 Enable heuristics below the point to cope with classes inside special
15047 brace lists in Pike.
15048
15049 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15050
15051 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
15052
15053 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15054
15055 * progmodes/cc-guess.el (cc-guess-install): New function to
15056 install an already guessed style in another buffer.
15057
15058 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
15059 sets `inhibit-read-only' - `c-save-buffer-state' should be used
15060 anyway if the change always is undone.
15061
15062 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15063
15064 Implement togglable electricity:
15065
15066 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
15067 saying when it should be used.
15068
15069 * progmodes/cc-engine.el: Add the new buffer-local variable,
15070 c-electric-flag.
15071
15072 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
15073 c-toggle-auto-newline.
15074
15075 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
15076 c-toggle-auto-newline. Remove the binding for
15077 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
15078 c-toggle-electric-state.
15079
15080 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
15081
15082 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
15083 c-\(forward\|backward\)-subword.
15084 (c-update-modeline): Add the new modeline flag `l' for
15085 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
15086 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
15087 Make the old name an alias of the new name.
15088 (c-toggle-electric-state): New function.
15089 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
15090 Adapt these functions to do electric things only when
15091 c-electric-flag is non-nil.
15092 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
15093 new functions from c-electric-brace.
15094 (c-point-syntax): Add a check for "virtual semicolons" in AWK
15095 mode, so that the tentative extra newline doesn't change the
15096 syntax of the following brace.
15097 (c-electric-brace): Restructure by extracting the above functions.
15098 Tidy up the coding somewhat.
15099 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
15100 restructure a bit.
15101
15102 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15103
15104 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
15105 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
15106
15107 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
15108 (c-submode-indicators): Change name from `c-auto-hungry-string'
15109 since it's now used to track another submode.
15110
15111 (c-update-modeline): Convert to function and extended to check
15112 `c-subword-move-mode'.
15113
15114 (c-forward-into-nomenclature, c-backward-into-nomenclature):
15115 Convert to compat aliases for `c-forward-subword' and
15116 `c-backward-subword'.
15117
15118 * progmodes/cc-subword.el: New functions and minor mode to handle
15119 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
15120
15121 (c-forward-subword, c-backward-subword, c-mark-subword)
15122 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
15123 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
15124 Functions corresponding to the standard word handling functions.
15125
15126 (c-subword-move-mode): Minor mode that replaces all the standard
15127 word handling functions with their subword equivalences.
15128
15129 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15130
15131 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
15132 entry for one-liner-defun.
15133
15134 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
15135 name in its def-edebug-spec.
15136
15137 * progmodes/cc-cmds.el (c-electric-brace): Make the
15138 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
15139 compacts space before a comment, if this will make things fit on
15140 one line.
15141
15142 Introduce an "awk" style, mainly for auto-newline and clean-ups.
15143
15144 * progmodes/cc-align.el: New function c-snug-1line-defun-close
15145
15146 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
15147 clean-up one-liner-defun.
15148
15149 * progmodes/cc-styles.el: Add the new "awk" style.
15150
15151 * progmodes/cc-vars.el: Add description of one-liner-defun to
15152 c-cleanup-list's doc-string. New user options,
15153 c-max-one-liner-length. In c-default-style, set the default style
15154 for AWK to "awk".
15155
15156 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15157
15158 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
15159 macros inside labels.
15160
15161 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
15162 `c-at-statement-start-p' and `c-at-expression-start-p'.
15163
15164 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
15165 error if the mark isn't set.
15166
15167 * progmodes/cc-engine.el (c-guess-continued-construct)
15168 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
15169 accurately detect functions inside functions.
15170
15171 * progmodes/cc-engine.el (c-at-expression-start-p): New function
15172 like `c-at-statement-start-p' that additionally recognizes commas
15173 and expression parentheses as delimiters.
15174
15175 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
15176 to avoid heuristics that doesn't work for unclosed blocks.
15177 (c-at-statement-start-p): New function.
15178
15179 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
15180 Objective-C directives, e.g. directives spanning lines should work
15181 reasonably well now.
15182
15183 (c-put-c-type-property, c-clear-c-type-property): New helpers.
15184
15185 (c-forward-objc-directive): New function to move over any ObjC
15186 directive.
15187
15188 (c-just-after-func-arglist-p, c-guess-basic-syntax)
15189 (c-basic-matchers-before): Use it.
15190
15191 (c-font-lock-objc-iip-decl): Remove.
15192
15193 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
15194 in the template arglist recognition.
15195
15196 * progmodes/cc-styles.el (c-style-alist): Fix several
15197 inconsistencies in the Whitesmith style.
15198
15199 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
15200 New lineup function to get lines after Whitesmith style blocks
15201 correctly indented.
15202
15203 (c-lineup-whitesmith-in-block): Back out the compensation for
15204 opening parens since it's done using `add' lists in the style
15205 definition instead. Don't use the anchor position since it varies
15206 too much between the syntactic symbols. :P
15207
15208 * progmodes/cc-vars.el (c-valid-offset): Update.
15209
15210 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
15211 lists where the offsets are combined according to several
15212 different methods: `first', `min', `max', and `add'.
15213 Report offset evaluation errors with `c-benign-error' so that some kind
15214 of reindentation still is done.
15215
15216 * progmodes/cc-engine.el (c-guess-basic-syntax):
15217 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
15218 `arglist-close'.
15219
15220 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
15221 situations for `arglist-cont-nonempty' and `arglist-close'.
15222
15223 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
15224
15225 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
15226 cc-bytecomp-boundp' in a number of places.
15227
15228 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
15229 macro related issue.
15230
15231 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15232
15233 * progmodes/cc-awk.el: Change the terminology of regexps: A char
15234 list is now [asdf], a char class [:alpha:].
15235 Include code for char classes.
15236 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
15237 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
15238
15239 Remove (nearly all of) the cruft associated with AWK Mode's former
15240 concept of "virtual semicolons":
15241
15242 Adapt c-beginning-of-statement, c-end-of-statement (together with
15243 subfunctions) to use the new notion of "virtual semicolon" in
15244 place of the old awkward special handling for AWK. There remains
15245 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
15246 * progmodes/cc-cmds.el:
15247 (c-ascertain-adjacent-literal): In the backwards direction, now
15248 recognises AWK regexp delimiters as string delimiters.
15249 (c-after-statement-terminator-p): Adapt for virtual semicolons;
15250 check more rigorously for "end of macro".
15251 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
15252 virtual semicolons;
15253 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
15254 out the code for forward movement into ...
15255 (c-end-of-statement): Now contains the code for forward movement,
15256 adapted for virtual semicolons.
15257
15258 * progmodes/cc-engine.el:
15259 (c-ws*-string-limit-regexp): New regexp.
15260 (c-forward-single-comment, c-backward-single-comment): Comment out
15261 the (now redundant) "special" AWK stuff.
15262
15263 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
15264 c-string-par-start, c-string-par-separate to be more like Text
15265 Mode than Fundamental Mode.
15266
15267 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15268
15269 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
15270 to the fontified region so that fontification doesn't occur
15271 outside it (could happen e.g. when fontifying a line with an
15272 unfinished declaration).
15273
15274 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15275
15276 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
15277 start of the file. ^L now separate sections of the file.
15278 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
15279 (c-awk-one-line-possibly-open-string-re)
15280 (c-awk-regexp-one-line-possibly-open-char-class-re)
15281 (c-awk-one-line-possibly-open-regexp-re)
15282 (c-awk-one-line-non-syn-ws*-re): New defonsts.
15283 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
15284
15285 Amend the concept of "virtual semicolons" (in the indentation
15286 engine) for languages like AWK, such that they are now
15287 conceptually attached to end of the last token of a statement, not
15288 the end of the line. (In AWK Mode, however, the pertinent text
15289 property is still physically set on the EOL.) Remove the specific
15290 tests for awk-mode, thus facilitating the introduction of other
15291 language modes where EOLs can end statements.
15292 (Note: The funtionality in cc-cmds.el, specifically
15293 c-beginning/end-of-statement has yet to be amended.)
15294
15295 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
15296 New macros.
15297
15298 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
15299 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
15300 c-vsemi-status-unknown-p-fn (in a new page).
15301
15302 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
15303 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
15304 numerous awkward forms like
15305 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
15306 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
15307 variable before-ws-ip, the place just after char-before-ip appears.
15308
15309 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
15310 a comment.
15311
15312 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15313
15314 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
15315 `c-tentative-buffer-changes'.
15316
15317 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
15318 convert to macro to choose between Emacs and XEmacs at compile time.
15319
15320 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
15321
15322 (c-tentative-buffer-changes): New macro to handle temporary buffer
15323 changes in a convenient way.
15324
15325 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
15326 for `c-tentative-buffer-changes'.
15327
15328 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
15329 the checks for paren sexps between the point and the keyword, to
15330 avoid some false alarms.
15331
15332 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
15333 Fixed a situation where an error could be thrown for unbalanced
15334 parens. Changed to make use of c-keyword-member' to avoid some
15335 repeated regexp matches.
15336
15337 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
15338 These language variable are no longer necessary.
15339
15340 (c-block-stmt-kwds): New language constant used by
15341 c-looking-at-inexpr-block'.
15342
15343 (c-guess-basic-syntax): Remove an optional check that looked at
15344 the existence of the now removed language variables.
15345
15346 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
15347 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
15348 object instantiation expressions as declarations in some contexts.
15349 This bug only affected languages where the declarator can't be
15350 enclosed in parentheses.
15351
15352 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
15353 insert newlines before and after substatement braces.
15354
15355 * progmodes/cc-engine.el: Improved the heuristics for recognizing
15356 function declaration headers and the handling of C++ style member
15357 init lists.
15358
15359 (c-just-after-func-arglist-p): Rewritten to use
15360 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
15361
15362 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
15363
15364 (c-guess-basic-syntax): Adapt case 5B for the new
15365 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
15366 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
15367 covers all cases now).
15368
15369 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
15370
15371 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15372
15373 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
15374 c-string-par-start/separate c-sentence-end-with-esc-eol,
15375 initialised in c-setup-paragraph-variables, used in string
15376 scanning subroutines of c-beginning-of-statement.
15377
15378 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
15379 which precedes the newly inserted `{'.
15380
15381 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15382
15383 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
15384 function for declaration level blocks. It should now cope with
15385 templates better and also be a lot more comprehensible.
15386
15387 (c-looking-at-decl-block): The new function.
15388
15389 (c-search-uplist-for-classkey): The old one. It's now a wrapper
15390 for compatibility.
15391
15392 (c-add-class-syntax, c-guess-continued-construct)
15393 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
15394
15395 (c-decl-block-key): Change to tell apart ambiguous and
15396 unambiguous keywords. Pike specials are now handled directly in
15397 the code instead.
15398
15399 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
15400 New language constants and variables to make the backward skip in
15401 `c-looking-at-decl-block' as tight as possible.
15402
15403 (c-nonsymbol-token-char-list): New language constant.
15404
15405 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
15406 find balanced template arglists backwards.
15407
15408 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
15409 making char classes for `c-syntactic-skip-backward'.
15410
15411 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
15412 16D - can't be a class-close at that point.
15413
15414 * progmodes/cc-engine.el (c-guess-basic-syntax)
15415 (c-add-class-syntax): Don't narrow out the enclosing declaration
15416 level. This makes everything a lot easier, and it was actually
15417 only four small places that needed it to work. Some places that
15418 previously did `widen' are removed now, which has the effect that
15419 `c-guess-basic-syntax' never will look at things outside the
15420 current narrowment now. The anchor position for `topmost-intro'
15421 is affected by this, but it was so bogus it was basically useless
15422 before, and now it's equally bogus but in a slightly different way.
15423
15424 (c-narrow-out-enclosing-class): Gone.
15425
15426 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
15427 the narrowed region.
15428
15429 (c-least-enclosing-brace): Remove silly optional argument.
15430
15431 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
15432 the point could be left directly after an open paren when finding
15433 the beginning of the first decl in the block.
15434
15435 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
15436 Specify which submatch to use.
15437
15438 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
15439
15440 (c-decl-start-re): No longer any need for special treatment of
15441 ObjC due to the above.
15442
15443 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
15444 presumably follows C in that regard.
15445
15446 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
15447 New language constants to specify operator tokens inside
15448 identifiers in a more high level way.
15449
15450 (c-opt-identifier-prefix-key): New internal language constant.
15451
15452 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
15453 (c-identifier-start, c-identifier-key): Now completely calculated
15454 from other constants.
15455
15456 (c-identifier-last-sym-match): Decommission since it's no longer used.
15457
15458 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
15459
15460 * progmodes/cc-engine.el (c-forward-name): Remove the
15461 optimization when c-identifier-key is equal to c-symbol-key since
15462 it doesn't work in byte compiled files. Don't record empty
15463 regions as identifiers.
15464
15465 * progmodes/cc-langs.el (c-filter-ops): New helper function to
15466 simplify access to `c-operators' and its likes.
15467
15468 (c-operator-list, c-all-op-syntax-tokens)
15469 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
15470 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
15471 (c-primary-expr-regexp, c-cast-parens): Use it.
15472
15473 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
15474 an explicit language in functions.
15475
15476 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
15477 variant of adornment.
15478
15479 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
15480 variable.
15481
15482 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
15483 the Pike value.
15484
15485 * progmodes/cc-engine.el (c-on-identifier)
15486 (c-simple-skip-symbol-backward): Small fix for handling "-"
15487 correctly in `skip-chars-backward'. Affected the operator lfun
15488 syntax in Pike.
15489
15490 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
15491 diagnostic message about precompiled language vars not being used.
15492
15493 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
15494 "__attribute__" is followed by a parenthesis.
15495
15496 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
15497 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
15498 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
15499
15500 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
15501 Internal cleanups to properly detect the declared identifiers in
15502 various declarations.
15503
15504 (c-decl-start-kwds): New language constant to recognize
15505 declarations that can start anywhere. Used for class declarations
15506 in Pike.
15507
15508 (c-specifier-key, c-not-decl-init-keywords)
15509 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
15510 (c-find-decl-spots): Implement `c-decl-start-kwds'.
15511
15512 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
15513 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
15514 handling of the compiler specific extension keywords into a new
15515 language constant `c-decl-hangon-kwds' that defines keyword
15516 clauses to be ignored in declarations.
15517
15518 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
15519 past unrecognized tokens when handling `c-colon-type-list-kwds'.
15520 Necessary to stop at the declared identifier in e.g. IDL valuetype
15521 declarations.
15522
15523 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
15524 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
15525 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
15526 (c-forward-decl-or-cast-1): Recognize the declared identifier in
15527 class and enum declarations as such and not as part of the type.
15528
15529 (c-forward-decl-or-cast-1, c-forward-label): Relax the
15530 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
15531
15532 (c-forward-decl-or-cast-1): Don't disregard sure signs of
15533 declarations when there's some syntax error later on.
15534
15535 (c-complex-decl-matchers): Did away with a reference to
15536 `c-specifier-key'.
15537
15538 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
15539 value - this variable is always dynamically bound.
15540
15541 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
15542 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
15543 * cc-cmds.el, cc-defs.el: Change the policy for marking up
15544 functions that might do hidden buffer changes: All such internal
15545 functions are now marked instead of those that don't.
15546
15547 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
15548 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
15549 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
15550 (c-literal-type): Allow these functions to make hidden buffer changes,
15551 so that they are free to use text property caching later on.
15552
15553 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
15554 (c-electric-brace, c-electric-slash, c-electric-star)
15555 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
15556 (c-electric-paren, c-electric-continued-statement, c-indent-command)
15557 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
15558 (c-context-line-break): Add `c-save-buffer-state' calls to comply
15559 with the changed semantics of the functions above.
15560
15561 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
15562 when macros occur in obscure places. Optimized the sexp movement
15563 a bit.
15564
15565 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15566
15567 Enhancements for c-beginning-of-statement to work in AWK Mode:
15568
15569 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
15570 (completed statement) with `}' (statement completed by closing
15571 brace or semicolon) and `$' (statement completed by EOL).
15572
15573 (c-awk-virtual-semicolon-ends-prev-line-p)
15574 (c-awk-virtual-semicolon-ends-line-p)
15575 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
15576 (c-awk-at-statement-end-p): New functions.
15577
15578 * progmodes/cc-cmds.el: Simplify the structure of functions
15579 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
15580 two functions and c-beginning-of-statement to handle AWK Mode.
15581
15582 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
15583 c-backward-single-comment for AWK mode. Attempt to clarify their
15584 doc-strings.
15585
15586 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
15587
15588 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15589
15590 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
15591 label handling. Labels are now recognized in a uniform and more
15592 robust way, regardless of context. Text properties are put on all
15593 labels to recognize the following declarations better.
15594 Multiword labels are handled both in indentation and fontification for
15595 the benefit of language extensions like Qt. For consistency, keywords
15596 in labels are now fontified with the label face instead.
15597 That also applies to "case" and "default".
15598
15599 (c-beginning-of-statement-1): Fix some bugs in the label
15600 handling. Disregard `c-nonlabel-token-key' in labels that begin
15601 with `c-label-kwds'.
15602
15603 (c-find-decl-spots): Support that the callback adds more
15604 `c-decl-end' spots to find.
15605
15606 (c-forward-decl-or-cast-1): Don't treat a list of plain
15607 identifiers followed by a colon as a declaration.
15608
15609 (c-forward-label): New function to recognize labels.
15610
15611 (c-guess-basic-syntax): Replace uses of `c-label-key' with
15612 `c-forward-label'. Moved the label recognition cases (14 and 15)
15613 earlier since they aren't so context sensitive now. Handle labels
15614 on the top level gracefully. Moved access label recognition to
15615 the generic label case (CASE 15) - removed CASE 5E.
15616
15617 (c-font-lock-declarations): Add recognition of labels in the
15618 same round since we need to handle labels in parallell with other
15619 declarations to recognize both accurately. It should also improve
15620 speed.
15621
15622 (c-simple-decl-matchers, c-basic-matchers-after):
15623 Move `c-font-lock-labels' so that it only is used on decoration level 2
15624 since `c-font-lock-declarations' handles it otherwise.
15625
15626 (c-complex-decl-matchers): Remove the simplistic recognition of
15627 access labels.
15628
15629 (c-decl-prefix-re): Remove the kludges that was necessary to cope
15630 with labels earlier.
15631
15632 (c-decl-start-re): New language variable to make
15633 `c-font-lock-declarations' stop for the special protection labels
15634 in Objective-C that start with `@'.
15635
15636 (c-label-key): Remove since it's no longer used.
15637
15638 (c-recognize-colon-labels, c-label-prefix-re): New language
15639 constants to support recognition of generic colon-terminated labels.
15640
15641 (c-type-decl-end-used): `c-decl-end' is now used whenever there
15642 are colon terminated labels.
15643
15644 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
15645 first argument starts with a special brace list.
15646
15647 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
15648 (c-font-lock-declarations): Break out the declaration and cast
15649 recognition from `c-font-lock-declarations' to a new function, so
15650 that it can be used in the indentation engine.
15651
15652 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
15653 up to the start of the literal. Fixed bug with the point on the
15654 wrong side of the search limit that could happen when the start
15655 position is inside a literal.
15656
15657 * progmodes/cc-engine.el (c-parse-state)
15658 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
15659 so that it's kept a little bit back to increase the hit rate.
15660
15661 (c-parse-state): Change the macro handling and fixed some
15662 glitches. Macro context is checked more often than necessary now,
15663 but otoh less garbage conses are generated.
15664
15665 * progmodes/cc-engine.el (c-parse-state)
15666 (c-invalidate-state-cache): Cache the last position where
15667 `c-state-cache' applies. This can speed up refontification quite
15668 a bit in blocks where there are many non-brace parens before the point.
15669
15670 (c-state-cache-end): New variable for this.
15671
15672 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
15673 cache variable.
15674
15675 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
15676 get close initial continue positions when the start position is
15677 inside a literal or macro. Do not call the callback for spots
15678 before the start position (which can happen e.g. for `c-decl-end'
15679 spots inside comments). Optimize better in special cases when the
15680 region is a single line inside a literal or macro (typically when
15681 the current line is refontified).
15682
15683 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
15684 to `c-add-stmt-syntax' - there's no need to explicitly whack off
15685 entries from the paren state.
15686
15687 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
15688 special case for "else if" clauses.
15689
15690 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
15691 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
15692
15693 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
15694 New language variable to recognize the gcc extension with statement
15695 blocks inside expressions.
15696
15697 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
15698 it somewhat more comprehensible. The argument AT-BLOCK-START is
15699 no longer used and hence removed.
15700
15701 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
15702 to `c-add-stmt-syntax'.
15703
15704 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
15705 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
15706 This fixes bogus label recognition.
15707
15708 * progmodes/cc-engine.el (c-add-type, c-check-type)
15709 (c-forward-name, c-forward-type): Improve storage of template
15710 types in `c-found-types' so that they can be recognized better.
15711
15712 (c-syntactic-content): Add option to skip past nested parens.
15713
15714 * progmodes/cc-engine.el (c-forward-name):
15715 Set `c-last-identifier-range' all the time. It's less work that way.
15716 Handle that there might not be an identifier to store in
15717 `c-last-identifier-range'.
15718
15719 (c-forward-type): Handle that `c-last-identifier-range' might be
15720 nil from `c-forward-name'.
15721
15722 * progmodes/cc-defs.el (c-safe-scan-lists)
15723 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
15724
15725 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
15726 to work even if the form fails.
15727
15728 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
15729 down in a large file in one go.
15730
15731 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
15732
15733 * progmodes/cc-align.el (c-lineup-assignments): New lineup
15734 function which is like `c-lineup-math' but returns nil instead of
15735 `c-basic-offset' when it doesn't match.
15736
15737 (c-lineup-math): Change to use `c-lineup-assignments'.
15738
15739 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15740
15741 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
15742 c-beginning-of-statement. New subfunctions
15743 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
15744
15745 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15746
15747 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
15748 hardcoded char classes whereever possible. Changed a couple of
15749 places to use skip by syntax instead of skip by char class.
15750
15751 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
15752 Fix a bug in the regexp that caused extreme backtracking.
15753
15754 * progmodes/cc-langs.el (c-block-comment-starter)
15755 (c-block-comment-ender): New language constants to specify in a
15756 single place how block comments look.
15757
15758 (c-comment-start-regexp, c-block-comment-start-regexp)
15759 (comment-start, comment-end, comment-start-skip)
15760 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
15761 (c-syntactic-ws, c-nonempty-syntactic-ws)
15762 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
15763 `c-line-comment-starter', `c-block-comment-starter' and
15764 `c-block-comment-ender'.
15765
15766 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
15767 New language constants to break up things a bit.
15768
15769 (c-simple-ws): New language constant for simple whitespace.
15770
15771 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
15772
15773 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
15774 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
15775 newlines. Allow and ignore nil elements in the list.
15776
15777 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15778
15779 * progmodes/cc-cmds.el: Comment out a (n almost certainly
15780 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
15781
15782 * progmodes/cc-cmds.el: Tidy up the comments in
15783 c-beginning-of-statement and subfunctions.
15784
15785 * progmodes/cc-awk.el: Replace calls to put-text-property to the
15786 more flexible c-put-char-property and c-clear-char-properties.
15787 Add the author's email address.
15788
15789 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
15790
15791 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
15792 closing "*/" of a block comment.
15793
15794 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
15795 subfunctions) so that it works at BOB and EOB.
15796
15797 * progmodes/cc-cmds.el, cc-vars.el: More updating of
15798 c-beginning-of-statement, including new variable
15799 c-block-comment-start-regexp.
15800
15801 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15802
15803 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
15804 symbols from `*-font-lock-extra-types' so that there's no need to
15805 use `regexp-opt' on those lists.
15806
15807 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
15808 `c-type-modifier-kwds' is empty.
15809
15810 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
15811 there are several strings on the same line.
15812
15813 * progmodes/cc-engine.el (c-literal-limits): Remove the
15814 compatibility function for older emacsen. `c-literal-limits-fast'
15815 has now taken the place of this function.
15816
15817 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
15818 with older emacsen: We now require `pps-extended-state'.
15819
15820 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15821
15822 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
15823 which obviates the need to hack sentence-end. This now handles
15824 escaped newlines in strings correctly. Correct minor bugs in
15825 c-move-over-sentence and in c-beginning-of-statement.
15826
15827 * progmodes/cc-cmds.el (c-beginning-of-statement (and
15828 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
15829 that movement over macros and code are rigorously separated from
15830 eachother. Correct a few incidental bugs.
15831
15832 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
15833 Improve its doc-string. Improve the handling of certain specific cases.
15834
15835 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15836
15837 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
15838 (c-guess-basic-syntax): Change the way class-level labels are
15839 recognized; they can now contain essentially any symbols.
15840
15841 (c-opt-extra-label-key): New language variable to cope with the
15842 special protection label syntax in Objective-C.
15843
15844 (c-opt-access-key): Remove; this is now handled better by
15845 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
15846
15847 (c-complex-decl-matchers): Update to handle that
15848 `c-opt-access-key' no longer exists.
15849
15850 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
15851 improved label recognition in `c-beginning-of-statement-1'.
15852
15853 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
15854 Recognize bitfields better.
15855
15856 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
15857 Remove some cruft and fixed a bug that could cause it to go to a
15858 position further down.
15859
15860 * progmodes/cc-langs.el, cc-engine.el
15861 (c-beginning-of-statement-1): Improve detection of labels in
15862 declaration contexts.
15863
15864 (c-beginning-of-decl-1): Use it.
15865
15866 (c-nonlabel-token-key): New language constant and variable needed
15867 by `c-beginning-of-statement-1'.
15868
15869 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
15870 manifested itself due to the correction in `c-forward-sexp'.
15871
15872 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
15873 Make these behave as documented when used at the buffer limits.
15874
15875 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
15876 (c-type-decl-end-used): Made this a language variable.
15877
15878 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
15879 correctly when `combine-after-change-calls' is used together with
15880 temporary narrowings.
15881
15882 * progmodes/cc-engine.el (c-beginning-of-statement-1):
15883 Report labels correctly when the start point is immediately after the
15884 colon.
15885
15886 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
15887 Remove since it isn't used anymore.
15888
15889 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
15890 bracket arglists such as template parens in C++.
15891
15892 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
15893 in the last check-in. Some optimization.
15894
15895 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
15896 where it could stop at the same level in a preceding sexp when
15897 PAREN-LEVEL is set.
15898
15899 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
15900 text property lookup only when it's needed.
15901
15902 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
15903 Change the policy for paren marked angle brackets to be more
15904 persistent; once marked they remain marked even when they're found
15905 to be unbalanced in the searched region. This should keep the
15906 paren syntax around even when individual lines are refontified in
15907 multiline template arglists.
15908
15909 (c-parse-and-markup-<>-arglists): New dynamically bound variable
15910 to control markup so that incorrect angle bracket arglists aren't
15911 marked in contexts where the correct value for
15912 `c-disallow-comma-in-<>-arglists' isn't known.
15913
15914 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
15915 argument has become `c-parse-and-markup-<>-arglists'.
15916
15917 (c-remove-<>-arglist-properties): Remove - no longer used.
15918
15919 (c-after-change-check-<>-operators): New function used on
15920 `after-change-functions' to avoid that "<" and ">" characters that
15921 are part of longer operators have paren syntax.
15922
15923 (c-<>-multichar-token-regexp): New language variable used by
15924 `c-after-change-check-<>-operators'.
15925
15926 (c-after-change): Call `c-after-change-check-<>-operators'.
15927
15928 (c-font-lock-<>-arglists): Use the context properties set by
15929 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
15930 correctly to avoid doing invalid markup.
15931
15932 (c-font-lock-declarations): Remove code that undoes the invalid
15933 markup done by `c-font-lock-<>-arglists'.
15934
15935 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
15936 after `c-font-lock-declarations'.
15937
15938 * progmodes/cc-engine.el (c-syntactic-skip-backward):
15939 Add paren-level feature.
15940
15941 (c-guess-basic-syntax): Improve the anchor position for
15942 `template-args-cont' in nested template arglists. There's still
15943 much to be desired in this area, though.
15944
15945 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15946
15947 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
15948 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
15949
15950 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15951
15952 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
15953 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
15954
15955 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
15956 it doesn't work no longer are supported.
15957
15958 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
15959 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
15960 requires support for the syntax-table' text property, which rules
15961 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
15962 cruft associated with those versions.
15963
15964 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
15965 for the `syntax-table' text property, which rules out Emacs 19 and
15966 XEmacs < 21.4. Removed various compatibility cruft associated
15967 with those versions.
15968
15969 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
15970 support for the `syntax-table' text property.
15971
15972 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
15973 variable and use an extra quoted face name instead. All the
15974 emacsen flavors handle that correctly.
15975
15976 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
15977 (c-font-lock-declarators, c-font-lock-declarations)
15978 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
15979 property to mark the items in in declarator lists to handle
15980 refontification inside multiline declarations better.
15981
15982 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
15983 construct like "a * b = c;" as a declaration.
15984
15985 2005-12-08 Kim F. Storm <storm@cua.dk>
15986
15987 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
15988 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
15989 select either meta, hyper, or super modifier for rectangle commands.
15990 (cua--rectangle-modifier-key): New defvar.
15991 (cua--M/H-key): Use it. Remove special case for `space'.
15992 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
15993 on X, to meta otherwise. Always bind C-return to toggle
15994 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
15995
15996 * emulation/cua-rect.el (cua-help-for-rectangle):
15997 Use cua--rectangle-modifier-key. Handle super modifier too.
15998 (cua--init-rectangles): Always bind C-return to toggle rectangle.
15999 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
16000
16001 * ido.el: Move Acknowledgements and History after Commentary.
16002 Minor changes to Commentary.
16003
16004 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
16005 keymap if cua--prefix-override-timer is `shift'.
16006 (cua--shift-control-prefix): New function; emulate "type prefix
16007 key twice" functionality to handle shifted prefix key override.
16008 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
16009 New commands.
16010 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
16011
16012 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
16013
16014 * textmodes/org.el (org-insert-heading): Try to do items before
16015 headings.
16016 (org-agenda-mode): Quote `org-agenda-mode-hook'.
16017 (org-insert-item): New function.
16018 (org-renumber-ordered-list): Don't skip to higher level lists.
16019
16020 2005-12-08 Juri Linkov <juri@jurta.org>
16021
16022 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
16023
16024 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
16025
16026 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
16027
16028 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
16029 the constructed function name fun-1.
16030
16031 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
16032 because such links don't lead to parent documentation.
16033
16034 2005-12-08 Kenichi Handa <handa@m17n.org>
16035
16036 * descr-text.el (describe-char): Use *Help-2* buffer if the
16037 current buffer is *Help*. Call describe-text-properties while
16038 setting the original buffer.
16039
16040 2005-12-07 Bill Wohler <wohler@newt.com>
16041
16042 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
16043 and causes problems with non-MH users (such as Gnus users).
16044
16045 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
16046
16047 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
16048 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
16049 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
16050 command "info sources". Move calls to GDB command "list".
16051 (gdb-find-file-hook): Just use gdb-source-file-list.
16052 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
16053 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
16054 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
16055 (gdb-data-list-register-values-handler): Use correct trigger name.
16056
16057 2005-12-07 Kim F. Storm <storm@cua.dk>
16058
16059 * ido.el (ido-completion-map): Rename from ido-mode-map.
16060 (ido-common-completion-map, ido-file-completion-map)
16061 (ido-file-dir-completion-map, ido-buffer-completion-map):
16062 Rename from ido-mode-....-map.
16063 (ido-init-completion-maps): Rename from ido-init-mode-maps.
16064 (ido-setup-completion-map): Rename from ido-define-mode-map.
16065 (ido-read-internal): Bind minibuffer-local-filename-completion-map
16066 to ido-completion-map.
16067
16068 2005-12-07 Kenichi Handa <handa@m17n.org>
16069
16070 * international/mule-cmds.el
16071 (set-display-table-and-terminal-coding-system): If the coding
16072 system specified in `unibyte-display' property is different from
16073 the arg coding-system, don't setup standard-display-table.
16074
16075 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
16076
16077 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
16078 that comments end at \n, regardless of selective-display.
16079
16080 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
16081
16082 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
16083 (gdb-version): New variables.
16084 (gdb-source-file-list, gdb-register-names)
16085 (gdb-changed-registers): New variables for use with GDB 6.4+.
16086 (gdb-ann3): Replace with...
16087 (gdb-init-1, gdb-init-2): ...two new functions.
16088 (gdba, gdb-prompt): Call gdb-init-1.
16089 (gdb-get-version): New function. Call gdb-init-2 from here.
16090 (gud-watch): Make it work with mouse events too.
16091 (gdb-post-prompt): Don't add to queue until GDB version is known.
16092 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
16093 (gdb-locals-mode): Use gdb-version.
16094 (gdb-memory-format-map, gdb-memory-unit-map)
16095 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
16096 (gdb-locals-font-lock-keywords-1)
16097 (gdb-locals-font-lock-keywords-2): New variables.
16098 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
16099 (gdb-set-gud-minor-mode-existing-buffers-1)
16100 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
16101 (gdb-var-update-1, gdb-var-update-handler-1)
16102 (gdb-data-list-register-values-handler)
16103 (gdb-data-list-register-values-custom)
16104 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
16105 (gdb-stack-list-locals-handler, gdb-get-register-names):
16106 New functions for use with GDB 6.4+.
16107 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
16108 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
16109 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
16110 (gdb-stack-list-locals-regexp)
16111 (gdb-data-list-register-names-regexp): New regexps for use with
16112 GDB 6.4+.
16113
16114 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
16115
16116 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
16117
16118 2005-12-06 Nozomu Ando <nand@mac.com>
16119
16120 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
16121 prompts work for AUTH PLAIN. Also reported by Steve Allan
16122 <seallan@verizon.net>.
16123
16124 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
16125
16126 * frame.el (set-frame-parameter): Add doc string.
16127
16128 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
16129
16130 * textmodes/org.el (org-occur-highlights): New variable.
16131 (org-highlight-new-match, org-remove-occur-highlights): New functions.
16132 (org-highlight-sparse-tree-matches): New option.
16133 (org-do-occur): New function.
16134 (org-get-heading): Make it work also at beginning of line.
16135 (org-category-table): New variable.
16136 (org-get-category-table, org-get-category)
16137 (org-camel-to-words, org-link-search): New functions.
16138 (org-select-this-todo-keyword): New variable.
16139 (org-todo-list): New command.
16140 (org-shiftright, org-shiftleft): New commands.
16141 (org-agenda-todo): Add prefix argument.
16142 (org-show-hierarchy-above): New option.
16143 (org-show-todo-tree): Numerical prefix creates tree for specific
16144 TODO keyword.
16145 (org-outline-level): New function, to assign a level to plain
16146 lists items.
16147 (org-cycle-include-plain-lists): New option.
16148 (org-mode): Use `org-outline-level' as value of `outline-level'.
16149 (org-cycle): Temporarily switch `outline-regexp' if
16150 `org-cycle-include-plain-lists' is non-nil.
16151 (org-start-icalendar-file): Fix format bug.
16152 (org-agenda-get-day-entries): Create category table.
16153 (org-agenda-get-todos, org-agenda-get-timestamps)
16154 (org-agenda-get-deadlines, org-agenda-get-scheduled)
16155 (org-agenda-get-blocks): Use `org-get-category'.
16156 (org-context-in-file-links): Rename from
16157 `org-line-numbers-in-file-links'.
16158
16159 2005-12-06 Romain Francoise <romain@orebokech.com>
16160
16161 * window.el (balance-windows): Delete extraneous third arg in call
16162 to `enlarge-window'.
16163
16164 2005-12-06 Kenichi Handa <handa@m17n.org>
16165
16166 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
16167
16168 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
16169
16170 * progmodes/gdb-ui.el (gdb-var-create-handler)
16171 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
16172 (gdb-var-list-children-handler, gdb-var-update-handler):
16173 Current buffer is already gdb-partial-output-buffer, don't
16174 make it current again.
16175
16176 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
16177
16178 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
16179 (list-buffers-noselect): Use it.
16180
16181 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
16182
16183 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
16184 (mail-yank-ignored-headers): Use regexp-opt.
16185 (mail-mode-map): Move initialization into declaration.
16186 (mail-sent-via): Remove unused shadowed var `to-line'.
16187 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
16188 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
16189 (mail-do-fcc): Use dolist and push.
16190 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
16191 (mail-yank-ignored-headers): Don't autoload.
16192
16193 2005-12-05 Kenichi Handa <handa@m17n.org>
16194
16195 * international/mule-cmds.el (set-language-info-internal): New fun.
16196 (set-language-info): Call set-language-info-internal to update
16197 language-info-alist. If LANG-ENV is the current one, call
16198 set-language-environment to make INFO effective now.
16199 (set-language-info-alist): Likewise.
16200 (locale-language-names): With locale "en", use English
16201 lang. env. but set the default codings to iso-8859-1.
16202
16203 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
16204
16205 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
16206 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
16207 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
16208 for plain strings.
16209 (gdb-frames-mode): Remove redundant call to font-lock-mode.
16210 (gdb-all-registers): Rename from toggle-gdb-all-registers.
16211 Create registers buffer if necessary. Echo new state in minibuffer.
16212 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
16213
16214 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
16215
16216 * info.el (Info-fontify-node): Match external links using
16217 non-directory part of filename.
16218
16219 2005-12-04 Juri Linkov <juri@jurta.org>
16220
16221 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
16222 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
16223 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
16224 because there is no customization option for it.
16225
16226 * font-lock.el (lisp-font-lock-keywords-1):
16227 Add define-global-minor-mode.
16228
16229 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
16230
16231 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
16232 properties on the constructed variable names.
16233
16234 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
16235 Put `definition-name' properties on the constructed function names
16236 next-sym and prev-sym.
16237
16238 * emacs-lisp/find-func.el (find-function-regexp):
16239 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
16240 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
16241 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
16242 and easy-menu-define.
16243
16244 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
16245 easy-mmode-define-global-mode and define-global-minor-mode.
16246 (lisp-imenu-generic-expression): Add define-global-minor-mode.
16247
16248 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
16249 instead of easy-mmode-define-global-mode.
16250
16251 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
16252 Use define-minor-mode instead of easy-mmode-define-minor-mode.
16253
16254 * cus-edit.el (customize-group, customize-group-other-window):
16255 Filter out autoloaded options from the group completion list by
16256 using heuristics that autoloaded groups don't have `custom-autoload'
16257 property on their symbols (they have only `custom-loads').
16258
16259 * simple.el (completion-setup-function): Put completions-common-part
16260 face on complete completion string too (i.e. completion string
16261 without completions-first-difference face).
16262
16263 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
16264
16265 2005-12-03 Eli Zaretskii <eliz@gnu.org>
16266
16267 * view.el (view-mode): Doc fix.
16268
16269 * disp-table.el (standard-display-european): Add to the warning
16270 message a reference to the doc string.
16271
16272 * play/yow.el (apropos-zippy): Call print-help-return-message,
16273 similar to other Help and Apropos commands.
16274
16275 * help.el (print-help-return-message): If pop-up-frames is
16276 non-nil, set up help-return-method to delete the help window and,
16277 possibly, its frame as well, and don't display message about
16278 scrolling the help window. Doc fix.
16279 (help-return-method): Doc fix.
16280
16281 2005-12-03 Martin Rudalics <rudalics@gmx.at>
16282
16283 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
16284 whereby names of length one or names starting with a
16285 symbol-constituent character would not be returned.
16286
16287 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
16288
16289 * subr.el (atomic-change-group): Add edebug and indentation spec.
16290
16291 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
16292
16293 * completion.el (save-completions-file-name): Fix typo in last change.
16294
16295 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16296
16297 * info.el: Move back/forward history to the beginning of the tool bar.
16298
16299 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
16300
16301 * allout.el (eval-when-compile): Remove unnecessary load of cl.
16302 Add fset of allout-real-isearch-abort during compile to fix
16303 byte-compilation warnings.
16304 (allout-mode-p): Move definition of this macro above all uses, or
16305 byte compilation in barren Emacs (eg, during Emacs build) will
16306 lack the definition.
16307 (allout-mode): Move this variable above any uses, or byte
16308 compilation will fail.
16309 (allout-resolve-xref): Remove use of personal file-reference function.
16310 (allout-toggle-current-subtree-encryption): Do the current (ie,
16311 visible containing) topic, rather than nearest around point. Doc fix.
16312 (allout-toggle-subtree-encryption): New function, workhorse that
16313 works on nearest topic containing point.
16314 (allout-encrypt-string): Signal requirement for newer version of pgg.
16315 (allout-resumptions): Doc fix.
16316
16317 2005-12-02 Eli Zaretskii <eliz@gnu.org>
16318
16319 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
16320
16321 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
16322
16323 * textmodes/flyspell.el (flyspell-external-point-words):
16324 Consider a misspelling as found in the string search if: (a) misspelling
16325 and found string lengths match, or (b) misspelling is found as
16326 element in a boundary-chars separated longer string, or (c)
16327 ispell-program-name is really ispell and misspelling is found as
16328 part of a TeX string. After successful match move beginning of
16329 search region to end of match. Warn about not found misspellings
16330 once the process is done.
16331 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
16332
16333 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
16334
16335 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
16336 tool bar (removed inadvertently).
16337
16338 2005-12-02 Juri Linkov <juri@jurta.org>
16339
16340 * log-view.el (log-view-diff): Clarify doc string.
16341
16342 2005-12-01 Bill Wohler <wohler@newt.com>
16343
16344 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
16345 triggers lm-verify errors.
16346
16347 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
16348
16349 * simple.el (transient-mark-mode, line-number-mode)
16350 (column-number-mode, size-indication-mode): Remove `:require nil'.
16351
16352 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
16353
16354 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
16355 in the margin also.
16356 (gdb-breakpoints-mode-map): Use D instead of d for
16357 gdb-delete-breakpoint.
16358 (gdb-get-frame-number): Require a number to match on.
16359 (gdb-threads-mode-map): Add follow-link binding.
16360
16361 2005-11-30 Jason Rumney <jasonr@gnu.org>
16362
16363 * isearch.el (isearch-mode-map): Avoid exiting search on
16364 language-change event.
16365
16366 2005-11-30 Romain Francoise <romain@orebokech.com>
16367
16368 * speedbar.el (speedbar-default-position): New defcustom.
16369 (speedbar-frame-reposition-smartly): Use it.
16370
16371 * dframe.el (dframe-reposition-frame-emacs): Fix position
16372 computation for `left' location.
16373 Update copyright year.
16374
16375 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
16376
16377 * help.el (help-map): Move initialization into declaration.
16378
16379 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
16380
16381 * help-fns.el (help-argument-name): Don't autoload.
16382 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
16383 to be re-loaded when customizing the `help' group.
16384
16385 2005-11-30 John Paul Wallington <jpw@gnu.org>
16386
16387 * help-fns.el (describe-function-1): Fill arglist output.
16388
16389 2005-11-30 Kim F. Storm <storm@cua.dk>
16390
16391 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
16392 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
16393 after revert-buffer (or anything else which kills all local variables).
16394
16395 * apropos.el (apropos-parse-pattern): Doc fix.
16396 Set apropos-regexp directly, rather than expecting callers to do so.
16397 (apropos-command, apropos, apropos-value, apropos-documentation):
16398 Simplify calls to apropos-parse-pattern.
16399
16400 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
16401
16402 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
16403 (hi-lock-face-phrase-buffer): Use hi-yellow face.
16404 (hi-lock-write-interactive-patterns): Use comment-region.
16405
16406 * longlines.el (longlines-mode): Add mail-setup-hook.
16407
16408 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
16409
16410 * simple.el (sendmail-user-agent-compose, next-line):
16411 Conditionally use hard-newline.
16412
16413 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
16414
16415 * international/latexenc.el (latex-inputenc-coding-alist):
16416 Reword doc string.
16417
16418 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
16419
16420 * help.el (describe-key-briefly, describe-key): Recognize default
16421 bindings.
16422
16423 2005-11-29 Romain Francoise <romain@orebokech.com>
16424
16425 * view.el (view-inhibit-help-message): New defcustom.
16426 (view-mode-enter): Use it.
16427
16428 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
16429
16430 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
16431 Preserve user position.
16432
16433 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
16434
16435 * font-lock.el: Throw error if facemenu is not loaded to prevent
16436 accidental change of loading order in loadup.el. (Suggested by RMS.)
16437
16438 * loadup.el: Add comment explaining why facemenu must be loaded
16439 before font-lock.
16440
16441 2005-11-28 Jay Belanger <belanger@truman.edu>
16442
16443 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
16444 (calc-dispatch-map): Add more keys for `calc-same-interface'.
16445
16446 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
16447
16448 * calc/calc-embed.el (calc-do-embedded): Update help message.
16449
16450 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
16451
16452 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
16453
16454 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
16455
16456 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
16457 called-interactively-p.
16458 (elp-profilable-p): Rename from elp-not-profilable-p.
16459 Invert result and take into account macros and autoloaded functions.
16460 (elp-instrument-function): Update call.
16461 (elp-instrument-package): Update call. Add completion.
16462 (elp-pack-number): Use match-string.
16463 (elp-results-jump-to-definition-by-mouse): Merge into
16464 elp-results-jump-to-definition and then remove.
16465 (elp-output-insert-symname): Make help echo text single-line.
16466
16467 * replace.el (query-replace-map): Move initialization into declaration.
16468 (occur-engine): Use with-current-buffer.
16469 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
16470 (occur-mode-mouse-goto): Replace with an alias.
16471
16472 2005-11-28 Juri Linkov <juri@jurta.org>
16473
16474 * simple.el (quoted-insert): Let-bind input-method-function to nil.
16475
16476 * term/w32-win.el: Bind [S-tab] to [backtab].
16477
16478 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
16479 `Info-find-file' to t.
16480
16481 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
16482 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
16483 and same-window-regexps.
16484 (occur-next-error): Don't move point for arg 0.
16485
16486 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
16487
16488 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
16489
16490 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
16491
16492 * log-edit.el (log-edit-changelog-use-first): New var.
16493 (log-edit-changelog-ours-p): Use it.
16494 (log-edit-insert-changelog): Set it with new arg `use-first'.
16495 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
16496 (log-edit-hook): Add them to the list of suggested options.
16497
16498 * textmodes/flyspell.el (flyspell-last-buffer): New var.
16499 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
16500 redundant work.
16501 (flyspell-mode-on): Use add-hook for after-change-functions.
16502 (flyspell-mode-off): Use remove-hook for after-change-functions.
16503 (flyspell-changes): Make it buffer-local.
16504 (flyspell-after-change-function): Make it non-interactive. Use push.
16505 (flyspell-post-command-hook): Check input-pending-p while processing
16506 the potentially long list of buffer changes.
16507
16508 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
16509
16510 * buff-menu.el (list-buffers-noselect): Display the selected
16511 frame's buffer list, not the global one.
16512
16513 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
16514
16515 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
16516 that (list last-input-event) works as in interactive spec.
16517
16518 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
16519
16520 * loadup.el ("facemenu"): Load facemenu before font-lock, because
16521 `facemenu-keymap' needs to be defined when font-lock is loaded.
16522 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
16523
16524 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
16525
16526 * completion.el: Remove useless leading * in defcustom docstrings.
16527 (save-completions-file-name): Use ~/.emacs.d if available.
16528 (completion-standard-syntax-table): Rename from
16529 cmpl-standard-syntax-table and fold initialization into declaration,
16530 thus removing cmpl-make-standard-completion-syntax-table.
16531 (completion-lisp-syntax-table, completion-c-syntax-table)
16532 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
16533 (cmpl-saved-syntax, cmpl-saved-point): Remove.
16534 (symbol-under-point, symbol-before-point)
16535 (symbol-under-or-before-point, symbol-before-point-for-complete)
16536 (add-completions-from-c-buffer): Use with-syntax-table.
16537 (make-completion): Don't return a list of completion entries.
16538 Update callers.
16539 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
16540 (completion-initialize): Rename from initialize-completions.
16541 (completion-find-file-hook): Rename from cmpl-find-file-hook.
16542 (kill-emacs-save-completions): Collect stats here.
16543 (save-completions-to-file, load-completions-from-file):
16544 Use with-current-buffer.
16545 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
16546 into a function. Move all calls to toplevel.
16547 (completion-lisp-mode-hook): New fun.
16548 (completion-c-mode-hook, completion-setup-fortran-mode):
16549 Set the syntax-table here. Use local-set-key.
16550 (completion-saved-bindings): New var.
16551 (dynamic-completion-mode): Make it into a proper minor mode.
16552 (load-completions-from-file): Remove unused var `num-uses'.
16553
16554 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
16555 constructor if it is explicitly overridden.
16556
16557 * complete.el (PC-completion-as-file-name-predicate):
16558 Use minibuffer-completing-file-name.
16559 (partial-completion-mode): Use find-file-not-found-functions.
16560 (PC-lisp-complete-symbol): Use with-syntax-table.
16561 (PC-look-for-include-file): Remove dead setq.
16562 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
16563 (PC-complete): Use with-current-buffer.
16564
16565 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
16566 escape single quotes.
16567
16568 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
16569
16570 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
16571 of `if' whose condition always returned nil. Doc fix.
16572
16573 * buff-menu.el (Buffer-menu-revert-function): Make the selected
16574 window's buffer the current buffer around the call to
16575 `list-buffers-noselect'. This is necessary to mark that buffer
16576 with a `.' in the Buffer Menu when called from Lisp, for instance
16577 by Auto Revert Mode.
16578
16579 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
16580
16581 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
16582 attaching to it.
16583 (gdb-pre-prompt): Make sure gdb-error is reset.
16584
16585 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
16586 with a child process, detect it.
16587 (gud-speedbar-buttons): Match regexp more carefully.
16588
16589 2005-11-27 Richard M. Stallman <rms@gnu.org>
16590
16591 * mouse.el (mouse-drag-move-window-bottom):
16592 Use adjust-window-trailing-edge.
16593
16594 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
16595
16596 * simple.el (blink-matching-open): Ignore
16597 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
16598 (blink-matching-paren-on-screen): Update docstring.
16599
16600 * paren.el (show-paren-mode): No longer change
16601 `blink-matching-paren-on-screen'.
16602
16603 2005-11-27 John Paul Wallington <jpw@pobox.com>
16604
16605 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
16606 (gdb-threads-select, gdb-edit-register-value):
16607 Use `posn-set-point' instead of `mouse-set-point' because the
16608 latter is not fbound when configured without X.
16609
16610 2005-11-27 Kim F. Storm <storm@cua.dk>
16611
16612 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
16613 existing face when partially highlighting a TAB in a rectangle.
16614
16615 2005-11-26 Kim F. Storm <storm@cua.dk>
16616
16617 * ido.el (ido-mode-map): Doc fix.
16618 (ido-mode-common-map, ido-mode-file-map)
16619 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
16620 (ido-define-mode-map): Rewrite. Select one of the new maps as
16621 parent for ido-mode-map instead of building from scratch.
16622 (ido-init-mode-maps): New defun to initialize new maps.
16623 (ido-mode): Call it.
16624 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
16625 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
16626
16627 2005-11-26 John Paul Wallington <jpw@pobox.com>
16628
16629 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
16630 `mouse-set-point' because the latter is not fbound when configured
16631 without X.
16632
16633 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
16634
16635 * files.el (file-relative-name): Doc fix.
16636
16637 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
16638
16639 * progmodes/octave-inf.el (inferior-octave-startup): Force a
16640 non-empty string for secondary prompt PS2.
16641
16642 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
16643
16644 * progmodes/compile.el (compilation-setup): Fix last change.
16645
16646 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
16647
16648 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
16649 (gdb-mouse-toggle-breakpoint-margin)
16650 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
16651 Add gdb-server-prefix to keep out of command history.
16652 (gdb-edit-register-value): New function.
16653 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
16654 (gdb-info-registers-custom): Use above map.
16655
16656 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
16657
16658 * custom.el (enable-theme): Signal error if argument is not a
16659 theme. Don't recalculate a face if it's not loaded yet.
16660
16661 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
16662 the `user' theme is in effect.
16663
16664 * info.el (Info-on-current-buffer): Record actual filename in
16665 Info-current-file, instead of t, or a fake filename if a non-file
16666 buffer. Make autoload.
16667 (Info-find-node, Info-revert-find-node): No need to check for
16668 Info-current-file nil.
16669 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
16670 Info-current-file is now never `t'.
16671 (Info-fontify-node): Many simplifications due to Info-current-file
16672 always being valid. Use Info-find-file to find node filename.
16673
16674 2005-11-25 David Kastrup <dak@gnu.org>
16675
16676 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
16677 new character, then delete" in order to preserve markers.
16678
16679 2005-11-25 David Ponce <david@dponce.com>
16680
16681 * recentf.el (recentf-arrange-by-rule): Handle a special
16682 `auto-mode-alist'-like "strip suffix" rule.
16683 (recentf-build-mode-rules): Handle second level auto-mode entries.
16684
16685 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
16686
16687 * viper-keym.el (viper-ESC-key): Use different values in terminal and
16688 window modes.
16689
16690 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
16691 jde-javadoc-checker-report-mode.
16692
16693 * ediff-wind (ediff-make-wide-display): Slight simplification.
16694
16695 * ediff.el (ediff-date): Change the date of last update.
16696
16697 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
16698
16699 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
16700 Use define-minor-mode, and make it a local mode. Turn on font-lock.
16701 (hi-lock-mode): New global minor mode.
16702 (turn-on-hi-lock-if-enabled): New function.
16703 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
16704 Change arguments to regexp and face instead of a font-lock pattern.
16705 Directly set face property, instead of refontifying.
16706 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
16707 (hi-lock-find-patterns): Use line-number-at-pos.
16708
16709 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
16710 arguments for hi-lock-set-pattern.
16711 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
16712 Call font-lock-fontify-buffer.
16713 (hi-lock-find-file-hook, hi-lock-current-line)
16714 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
16715
16716 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
16717 turned off.
16718
16719 * progmodes/compile.el (compilation-setup): Don't fiddle with
16720 font-lock-defaults.
16721
16722 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
16723
16724 * progmodes/gdb-ui.el (gdb-var-create-handler)
16725 (gdb-var-list-children-handler): Find values for all variable
16726 objects. gud-speedbar-buttons decides whether to display them.
16727
16728 2005-11-24 Romain Francoise <romain@orebokech.com>
16729
16730 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
16731 buffer name with a space.
16732
16733 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
16734
16735 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
16736 `org-export-local-list-max-depth'. Change default value to 3.
16737 (org-auto-renumber-ordered-lists)
16738 (org-plain-list-ordered-item-terminator): New options.
16739 (org-at-item-p, org-beginning-of-item, org-end-of-item)
16740 (org-get-indentation, org-get-string-indentation)
16741 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
16742 New functions.
16743 (org-move-item-down, org-move-item-up): New commands.
16744 (org-export-as-html): New classes for CSS support. Bug fix in
16745 regular expression detecting fixed-width regions. Respect
16746 `org-local-list-ordered-item-terminator'.
16747 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
16748 also a list item.
16749 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
16750 New item moving functions.
16751
16752 2005-11-24 Juri Linkov <juri@jurta.org>
16753
16754 * isearch.el (isearch-repeat): With empty search ring set
16755 `isearch-error' to the error string instead of signaling error
16756 with the function `error'.
16757
16758 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16759
16760 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
16761
16762 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
16763
16764 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
16765 and variable.
16766 (gdb-var-create-handler, gdb-var-list-children-handler):
16767 Don't match on "char **...".
16768 (gdb-var-update-handler): Find values for all variable objects.
16769 (gdb-info-frames-custom): Identify frames by leading "#".
16770
16771 * progmodes/gud.el (gud-speedbar-menu-items): Add
16772 gdb-speedbar-auto-raise as radio button.
16773 (gud-speedbar-buttons): Raise speedbar if requested.
16774 Don't match on "char **...".
16775 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
16776 Make it editable.
16777
16778 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
16779
16780 * info.el (Info-fontify-node): Handle the case where
16781 Info-current-file is t.
16782
16783 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
16784
16785 * simple.el (blink-matching-open): Fix off-by-one in last change.
16786
16787 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16788
16789 * term/mac-win.el: Don't change default directory.
16790
16791 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
16792
16793 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
16794 buffers correctly. (It used to throw an error in such buffers.)
16795 Make it ask for confirmation in group buffers and other Custom
16796 buffers containing more than one customization item.
16797
16798 2005-11-22 John Paul Wallington <jpw@gnu.org>
16799
16800 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
16801 property on mail and url overlays.
16802 (goto-address-at-point): Use `posn-set-point' instead of
16803 `mouse-set-point' because the latter is not fbound when configured
16804 without X.
16805
16806 2005-11-22 Lars Hansen <larsh@soem.dk>
16807
16808 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
16809 (ls-lisp-classify, ls-lisp-format): Delete call to
16810 ls-lisp-parse-symlink.
16811 (ls-lisp-handle-switches): Handle symlinks to directories as
16812 directories when ls-lisp-dirs-first in non-nil.
16813
16814 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
16815
16816 * startup.el (command-line): Make sure that loaddefs.el is handled
16817 correctly in load-history.
16818
16819 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
16820
16821 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
16822 (gdb-struct-string, gdb-array-string): New constants.
16823 (gdb-info-locals-handler): Use them.
16824 (gdb-reset): Reset gdb-var-list to nil.
16825
16826 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
16827
16828 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
16829 in patterns.
16830
16831 2005-11-21 Juri Linkov <juri@jurta.org>
16832
16833 * custom.el (defcustom): Update link types in docstring.
16834
16835 2005-11-20 Martin Rudalics <rudalics@gmx.at>
16836
16837 * custom.el (defgroup): Add doc-string-elt info.
16838
16839 * widget.el (define-widget): Don't use declare for the doc-string-elt.
16840
16841 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
16842
16843 * newcomment.el (comment-enter-backward): Fix last fix.
16844
16845 * simple.el (blink-matching-open):
16846 * paren.el (show-paren-function): Allow new paren-class info.
16847
16848 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
16849
16850 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
16851 handled automagically.
16852
16853 2005-11-20 Andreas Schwab <schwab@suse.de>
16854
16855 * descr-text.el (describe-char): When copying overlays put them
16856 over the full char description instead of just the first character
16857 of it.
16858
16859 2005-11-20 Juri Linkov <juri@jurta.org>
16860
16861 * simple.el (what-cursor-position):
16862 * descr-text.el (describe-char): Use Lisp-readable syntax
16863 for octal and hex. Reorder decimal, octal and hex values.
16864 Remove excess whitespace in the output. Use `=' in `column='
16865 like in `point=' and `Hscroll='.
16866
16867 * international/mule-cmds.el (encoded-string-description):
16868 Use Lisp-readable syntax for hex.
16869
16870 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
16871
16872 * newcomment.el (comment-enter-backward): Handle the case where the
16873 comment is closed by EOB.
16874
16875 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
16876
16877 * longlines.el (longlines-before-revert-hook)
16878 (longlines-after-revert-hook): New functions.
16879 (longlines-mode): Turn off longlines temporarily when reverting.
16880 Add a message-setup-hook.
16881 (longlines-decode-buffer): New function.
16882 (longlines-wrap-line): Preserve marker positions.
16883
16884 2005-11-19 Andreas Schwab <schwab@suse.de>
16885
16886 * emacs-lisp/shadow.el: Handle compressed files.
16887
16888 2005-11-19 Romain Francoise <romain@orebokech.com>
16889
16890 * net/browse-url.el (browse-url-default-browser): Signal an error
16891 if no usable browser can be found, rather than try to load w3.
16892
16893 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
16894
16895 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
16896 replacing existing properties.
16897 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
16898 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
16899 tty specs.
16900 (rcirc-server-prefix, rcirc-server): New faces.
16901 (rcirc-url-regexp): Generate with rx macro.
16902 (rcirc-last-server-message-time): New variable.
16903 (rcirc-filter): Record time of last message.
16904 (rcirc-keepalive): Kill processes that did not send a message
16905 since the last ping.
16906 (rcirc-mode): Give rcirc-topic a local binding here.
16907
16908 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
16909
16910 * subr.el (read-passwd): Fontify the prompt as we do with other
16911 prompts.
16912
16913 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
16914
16915 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
16916 binding buffer-read-only to nil.
16917
16918 2005-11-19 Eli Zaretskii <eliz@gnu.org>
16919
16920 * complete.el (partial-completion-mode):
16921 Mention completion-auto-help in the doc string.
16922
16923 * man.el (Man-highlight-references): Doc fix. Reformat code in a
16924 more Lisp-ish way.
16925
16926 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
16927
16928 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
16929 digits, not 8, to avoid misalignment for files larger than 100MB.
16930
16931 2005-11-19 Eli Zaretskii <eliz@gnu.org>
16932
16933 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
16934 Mention "keyboard shortcuts" in the help text.
16935
16936 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16937
16938 * startup.el (fancy-splash-default-action): Discard only
16939 mouse-down and succeeding mouse-up events in the splash screen
16940 window so that drag-n-drop event can be processed.
16941
16942 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
16943
16944 * longlines.el (longlines-mode): Add hacks for mail-mode and
16945 message-mode.
16946
16947 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
16948
16949 * textmodes/org.el (org-table-sort-lines): New command.
16950 (org-tbl-menu): Add entry for `org-table-sort-lines'.
16951 (org-add-file): Command removed, use `org-agenda-file-to-front'
16952 instead.
16953 (org-export-icalendar): Use `org-icalendar-combined-name'.
16954 (org-cycle-agenda-files, org-agenda-file-to-end)
16955 (org-agenda-file-to-front): New commands.
16956 (org-table-tab-jumps-over-hlines, org-export-html-style):
16957 New options.
16958 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
16959 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
16960 New functions.
16961 (org-fill-paragraph): Call `org-table-align' in tables.
16962 (org-mode): Call `org-set-autofill-regexps'.
16963 (org-export-as-html): Support for local handformatted lists.
16964 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
16965 (org-export-local-list-max-depth): New option.
16966 (org-html-expand): Use `org-html-protect'.
16967
16968 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
16969
16970 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
16971 to "p".
16972 (gdb): Move definition of gud-pp to...
16973
16974 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
16975 speedbar.
16976 (gdb-find-watch-expression): New function.
16977
16978 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
16979
16980 * faces.el (face-attribute, set-face-attribute): Mention existence
16981 of `:ignore-defface' setting in docstring.
16982
16983 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
16984
16985 * simple.el (completion-setup-function): Fix last change.
16986
16987 2005-11-17 John Paul Wallington <jpw@pobox.com>
16988
16989 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
16990 Use `posn-set-point' instead of `mouse-set-point' because the
16991 latter is not fbound when configured without X.
16992
16993 * comint.el (comint-insert-input): Likewise.
16994
16995 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
16996
16997 * simple.el (hard-newline): New variable.
16998 (sendmail-user-agent-compose, next-line): Use it.
16999
17000 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
17001 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
17002 (mail-mail-reply-to, mail-mail-followup-to)
17003 (mail-position-on-field, mail-signature, mail-yank-original)
17004 (mail-attach-file): Likewise.
17005
17006 * mail/mailheader.el (mail-header-format)
17007 (mail-header-format-function): Likewise.
17008
17009 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
17010
17011 2005-11-17 Juri Linkov <juri@jurta.org>
17012
17013 * font-lock.el (font-lock-faces): Rename this defgroup from
17014 `font-lock-highlighting-faces'.
17015 (font-lock-comment-face, font-lock-comment-delimiter-face)
17016 (font-lock-string-face, font-lock-doc-face)
17017 (font-lock-keyword-face, font-lock-builtin-face)
17018 (font-lock-function-name-face, font-lock-variable-name-face)
17019 (font-lock-type-face, font-lock-constant-face)
17020 (font-lock-warning-face, font-lock-negation-char-face)
17021 (font-lock-preprocessor-face)
17022 (font-lock-regexp-grouping-backslash)
17023 (font-lock-regexp-grouping-construct): Rename :group from
17024 `font-lock-highlighting-faces' to `font-lock-faces'.
17025
17026 * cus-edit.el (lisp, c, tex):
17027 * progmodes/ada-mode.el (ada):
17028 * progmodes/asm-mode.el (asm):
17029 * progmodes/cperl-mode.el (cperl-faces):
17030 * progmodes/cpp.el (cpp):
17031 * progmodes/dcl-mode.el (dcl):
17032 * progmodes/f90.el (f90):
17033 * progmodes/fortran.el (fortran):
17034 * progmodes/icon.el (icon):
17035 * progmodes/idlwave.el (idlwave-misc):
17036 * progmodes/m4-mode.el (m4):
17037 * progmodes/make-mode.el (makefile):
17038 * progmodes/meta-mode.el (meta-font):
17039 * progmodes/modula2.el (modula2):
17040 * progmodes/octave-mod.el (octave):
17041 * progmodes/pascal.el (pascal):
17042 * progmodes/perl-mode.el (perl):
17043 * progmodes/prolog.el (prolog):
17044 * progmodes/ps-mode.el (PostScript-edit):
17045 * progmodes/scheme.el (scheme):
17046 * progmodes/sh-script.el (sh-script):
17047 * progmodes/simula.el (simula):
17048 * progmodes/tcl.el (tcl):
17049 * textmodes/nroff-mode.el (nroff):
17050 * textmodes/reftex-vars.el (reftex-fontification-configurations):
17051 * textmodes/sgml-mode.el (sgml):
17052 * textmodes/texinfo.el (texinfo):
17053 Add :link (custom-group-link font-lock-faces) to defgroup.
17054
17055 * hi-lock.el (hi-lock): Rename this defgroup from
17056 `hi-lock-interactive-text-highlighting'. Change parent group from
17057 `faces' to `font-lock'. Add link to the manual.
17058 (hi-lock-mode, hi-lock-file-patterns-range)
17059 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
17060 `hi-lock-interactive-text-highlighting' to `hi-lock'.
17061 (hi-lock-faces): Add :group `faces'.
17062
17063 * cus-edit.el (custom-variable-prompt): Clarify the code.
17064
17065 * faces.el (face-read-string): Set the default value arg of
17066 completing-read.
17067
17068 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
17069
17070 * rfn-eshadow.el (file-name-shadow-properties)
17071 (file-name-shadow-tty-properties, file-name-shadow-mode):
17072 Remove autoloads, because the file is now preloaded.
17073
17074 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
17075
17076 * printing.el (easy-menu-intern): Don't define.
17077 (pr-get-symbol): Use easy-menu-intern only if defined.
17078
17079 * simple.el (blink-matching-open): Simplify a bit.
17080 (completion-setup-function): Fix the case of partial-completion-mode
17081 when the minibuffer's contents start with "-".
17082 Obey completion-base-size-function even when
17083 minibuffer-completing-file-name is non-nil.
17084
17085 2005-11-16 Richard M. Stallman <rms@gnu.org>
17086
17087 * net/eudcb-ph.el (eudc-ph-open-session):
17088 Use set-process-query-on-exit-flag.
17089
17090 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
17091
17092 * international/ucs-tables.el (ucs-set-table-for-input):
17093 Use make-local-variable, not make-variable-buffer-local.
17094
17095 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
17096 Improve warning message text.
17097
17098 * savehist.el (savehist-save-hook): Add :group.
17099
17100 * menu-bar.el (menu-bar-help-menu):
17101 Rename Find Extra Packages to External Packages.
17102
17103 * cus-edit.el (Custom-reset-standard): Verify that
17104 :custom-standard-value prop exists before calling it.
17105
17106 * apropos.el (apropos-calc-scores): Use apropos-pattern.
17107
17108 2005-11-16 Martin Rudalics <rudalics@gmx.at>
17109
17110 * wid-edit.el (color): Enclose %t in %{...%}.
17111
17112 * cus-edit.el (face): Enclose %t in %{...%}.
17113
17114 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
17115
17116 * savehist.el (savehist-mode-hook): Re-add the var.
17117 (savehist-mode): Use it.
17118
17119 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
17120
17121 * textmodes/flyspell.el: Fix commenting convention.
17122 Remove unnecessary leading * in custom docstrings.
17123 (flyspell-emacs): Remove unused var.
17124 (flyspell-delete-region-overlays): Use remove-overlays.
17125 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
17126 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
17127 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
17128 (flyspell-debug-signal-word-checked): Use with-current-buffer.
17129 (make-flyspell-overlay): Don't locally reuse a global name.
17130 (flyspell-highlight-incorrect-region)
17131 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
17132 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
17133 (flyspell-notify-misspell): Remove unused args `start' and `end'.
17134 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
17135 Wrap calls to accept-process-output inside with-local-quit since it's
17136 often called from a post-command-hook.
17137 (flyspell-correct-word, flyspell-auto-correct-word):
17138 Use ispell-send-string.
17139 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
17140
17141 * calendar/diary-lib.el (diary-list-entries): Also hide the
17142 terminating newline.
17143
17144 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
17145
17146 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
17147 window-system, to allow fonts on tty.
17148
17149 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
17150
17151 * progmodes/gud.el (gud-speedbar-item-info): New function.
17152 (gud-install-speedbar-variables): Use it to display data type
17153 of watch expression as a tooltip in speedbar.
17154
17155 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
17156
17157 * font-core.el (global-font-lock-mode): Add :version keyword,
17158 because default was changed.
17159
17160 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
17161
17162 * startup.el (command-line): Use `custom-reevaluate-setting' for
17163 `file-name-shadow-mode'.
17164
17165 * loadup.el: Preload rfn-eshadow.
17166
17167 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
17168 Add :version keyword.
17169 (file-name-shadow-properties, file-name-shadow-tty-properties)
17170 (file-name-shadow): Add :version keyword.
17171
17172 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
17173 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
17174 in the custom-group property of the symbol frames and the fringe
17175 group got no link to its parent group frames.
17176 Doc fix.
17177
17178 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
17179
17180 * progmodes/gud.el (gud-stop-subjob): New function.
17181 (gud-menu-map, gud-tool-bar-map): Use it.
17182
17183 2005-11-16 Kim F. Storm <storm@cua.dk>
17184
17185 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
17186 than kill it.
17187 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
17188 to a more useful/logical place.
17189
17190 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
17191
17192 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
17193 go buttons complementary.
17194
17195 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
17196
17197 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
17198 (rfn-eshadow-sifn-equal): New function.
17199 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
17200
17201 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
17202
17203 * viper-utils.el (viper-non-word-characters-reformed-vi):
17204 Quote `-' in string.
17205
17206 * viper.el (viper-emacs-state-mode-list): Ensure that
17207 rcirc-mode buffers come up in Emacs state.
17208
17209 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
17210 operation.
17211
17212 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
17213
17214 * term.el (term-termcap-format): Fix typos.
17215 (term-down): Fix the negative argument case.
17216
17217 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
17218
17219 * progmodes/gdb-ui.el: Remove face-alias left over from change on
17220 2005-08-15.
17221 (gdb-ann3): New command gud-go.
17222 (menu): Accomodate gdb-mi.el.
17223 (gdb-assembler-custom): Make buffer of selected window current
17224 so that set-window-point works.
17225
17226 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
17227 buttons and include new ones.
17228
17229 2005-11-16 Kim F. Storm <storm@cua.dk>
17230
17231 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
17232 (gud-menu-map): Use it.
17233
17234 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
17235
17236 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
17237 that works correctly for Custom and that does not override a user
17238 who disables it.
17239
17240 * help-mode.el (help-make-xrefs, help-xref-on-pp)
17241 (help-xref-interned, help-follow): Make hyperlinks for variables
17242 that are unbound, but have a non-nil variable-documentation property.
17243
17244 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
17245 mode hook. (It conflicted with defcustoms for some mode hooks.)
17246 Use the `variable-documentation' property to give the mode hook a
17247 docstring and expand that docstring.
17248
17249 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
17250
17251 * savehist.el (savehist-mode): Don't bother with
17252 `custom-set-minor-mode'.
17253 (savehist-coding-system): Check XEmacs version.
17254 (history-length): Declare also at run time.
17255 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
17256 Don't set the customize state.
17257 (savehist-minibuffer-hook): Special case for when
17258 minibuffer-history-variable is equal to t.
17259
17260 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
17261
17262 * files.el (write-file): Refresh VC status.
17263
17264 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
17265 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
17266 than fundamental-mode to see if the mode was set.
17267
17268 2005-11-14 Romain Francoise <romain@orebokech.com>
17269
17270 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
17271 dummy function in `eval-when-compile' to avoid compiler warning.
17272 Require `man' at compile time.
17273
17274 2005-11-14 Jay Belanger <belanger@truman.edu>
17275
17276 * calc-alg.el (calcFunc-write-out-power): Rename it to
17277 calcFunc-powerexpand.
17278 (math-write-out-power): Rename it to math-powerexpand; have it
17279 handle negative exponents.
17280 (calc-writeoutpower): Rename it to calc-powerexpand.
17281
17282 * calc-ext.el: Change calcFunc-writeoutpower and
17283 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
17284 autoloads.
17285 Add calcFunc-ldiv to autoloads.
17286
17287 * calc-arith.el (calcFunc-ldiv): New function.
17288
17289 * calc.el (calc-left-divide): New function.
17290
17291 2005-11-14 Juri Linkov <juri@jurta.org>
17292
17293 * cus-edit.el (custom-variable-prompt): Set the default value arg
17294 of completing-read.
17295
17296 * cus-dep.el (custom-make-dependencies): Reverse the list of
17297 found dependencies.
17298
17299 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
17300
17301 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
17302 Highlighting" entry, it is on by default now.
17303 (menu-bar-options-save): Do not save global-font-lock-mode.
17304
17305 2005-11-13 Richard M. Stallman <rms@gnu.org>
17306
17307 * textmodes/flyspell.el (flyspell-large-region):
17308 Call flyspell-accept-buffer-local-defs.
17309
17310 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
17311
17312 * textmodes/flyspell.el (flyspell-notify-misspell):
17313 Fix misspelling of "Misspelling".
17314 (flyspell-process-localwords): New function.
17315 (flyspell-large-region): Call flyspell-process-localwords and
17316 flyspell-delete-region-overlays.
17317 (flyspell-delete-region-overlays): New function.
17318 (flyspell-delete-all-overlays): Call that.
17319
17320 2005-11-13 Richard M. Stallman <rms@gnu.org>
17321
17322 * help.el (help-for-help-internal): Improve doc of C-h a.
17323 (describe-key): Improve prompt; doc fix.
17324
17325 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
17326
17327 * vc-svn.el (vc-svn-registered): Catch all errors.
17328
17329 * cus-dep.el (custom-make-dependencies): Typo.
17330
17331 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
17332
17333 * net/tramp-util.el (top): Fix compilation warning.
17334
17335 2005-11-13 Kim F. Storm <storm@cua.dk>
17336
17337 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
17338
17339 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
17340
17341 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
17342 (gud-speedbar-buttons): Match on "const char *" too.
17343
17344 * progmodes/gdb-ui.el (gdb-var-create-handler)
17345 (gdb-var-list-children-handler): Match on "const char *" too.
17346 (gdb-var-evaluate-expression-handler): Match on empty string.
17347 (gdb-var-update-handler): Only call
17348 gdb-var-evaluate-expression-handler when required.
17349
17350 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
17351
17352 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
17353 selected window. This still doesn't work for speedbar.
17354 (gud-speedbar-buttons): Handle string expressions properly.
17355
17356 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
17357 (gdb-var-create-handler): Handle string expressions properly.
17358 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
17359 Handle string expressions properly. Move "type" field into regexp.
17360
17361 2005-11-12 Karl Fogel <kfogel@red-bean.com>
17362
17363 * bookmark.el (bookmark-maybe-message): New function to reduce
17364 code duplication: invokes `message' iff baud-rate is high enough.
17365 (bookmark-write-file): Use above instead of an inline conditional.
17366 (bookmark-load): Same.
17367
17368 2005-11-12 Karl Fogel <kfogel@red-bean.com>
17369
17370 * bookmark.el (bookmark-write-file): Don't visit the destination
17371 file, just write the data to it using write-region. This is
17372 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
17373 change to avoid visiting the file in the first place.
17374
17375 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
17376
17377 * hi-lock.el (hi-lock-mode): Set the default value of
17378 font-lock-defaults.
17379
17380 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
17381
17382 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
17383 arg to `file-attributes'.
17384 (find-lisp-format): The UID and GID can now be strings.
17385
17386 2005-11-12 Kim F. Storm <storm@cua.dk>
17387
17388 * help.el (help-map): Bind C-h d to apropos-documentation.
17389
17390 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
17391 when point is at end-of-buffer.
17392
17393 * apropos.el (apropos-match-face): Doc fix.
17394 (apropos-sort-by-scores): Add new choice `verbose'.
17395 (apropos-documentation-sort-by-scores): New defcustom.
17396 (apropos-pattern): Now contains the pattern entered by the user.
17397 (apropos-pattern-quoted): New defvar.
17398 (apropos-regexp): New defvar, containing the regexp corresponding
17399 to apropos-pattern.
17400 (apropos-all-words-regexp): Rename from apropos-all-regexp.
17401 (apropos-read-pattern): New defun. Use it to read pattern arg in
17402 interactive calls; returns list of words for a word list, and
17403 string for a regexp.
17404 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
17405 parses a list of words or regexp as returned by apropos-read-pattern.
17406 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
17407 (apropos-score-doc): Return a very high score if the string
17408 entered by the user matches literally.
17409 (apropos-variable): Doc fix. Use apropos-read-pattern.
17410 (apropos-command): Doc fix. Use apropos-read-pattern and
17411 apropos-parse-pattern. Call apropos-print with nosubst=t.
17412 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
17413 apropos-parse-pattern.
17414 (apropos-documentation): Doc fix. Use apropos-read-pattern and
17415 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
17416 apropos-documentation-sort-by-scores. Call apropos-print with
17417 nosubst=t.
17418 (apropos-documentation-internal): Pass doc string through
17419 substitute-key-definition before adding text properties.
17420 Highlight substring matching literal user input if possible.
17421 (apropos-documentation-check-doc-file): Remove locals beg and end.
17422 Fix calculation of score (as added twice). Pass doc string through
17423 substitute-key-definition before adding text properties.
17424 (apropos-documentation-check-elc-file): Pass doc string through
17425 substitute-key-definition before adding text properties.
17426 Highlight substring matching literal user input if possible.
17427 (apropos-print): Add new arg NOSUBST; if set, command and variable
17428 doc strings have already been passed through substitute-key-definition.
17429 Add code to handle apropos-accumulator items without score element
17430 for backwards compatibility (e.g. with woman package).
17431 Only show scores if apropos-sort-by-scores is `verbose'.
17432
17433 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
17434
17435 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
17436 Add jka-compr-load-suffixes to load-suffixes.
17437
17438 * jka-compr.el: Require jka-cmpr-hook.
17439 (jka-compr-info-compress-message, jka-compr-info-compress-program)
17440 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
17441 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
17442 (jka-compr-info-can-append, jka-compr-info-strip-extension)
17443 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
17444 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
17445 (jka-compr-uninstall): Remove entries from
17446 jka-compr-added-to-file-coding-system-alist after they are used.
17447 (jka-compr-error): Remove unused var `curbuf'.
17448 (jka-compr-file-local-copy): Remove unused var `notfound'.
17449
17450 2005-11-10 Romain Francoise <romain@orebokech.com>
17451
17452 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
17453
17454 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
17455
17456 * progmodes/gud.el (gud-menu-map): Move parentheses.
17457 (gdb): New command gud-pv.
17458
17459 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
17460
17461 * tar-mode.el: Remove spurious or unnecessary leading stars
17462 in docstrings.
17463 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
17464 (tar-parse-octal-integer-safe): Use mapc.
17465 (tar-header-block-summarize): Remove unused var `ck'.
17466 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
17467 cleared before. Obey default-enable-multibyte-characters.
17468 Use mapconcat. Simplify setting of tar-header-offset.
17469 (tar-mode-map): Move initialization inside delcaration.
17470 (tar-flag-deleted): Use `abs'.
17471 (tar-expunge-internal): Remove unused var `line'.
17472 (tar-expunge-internal): Don't hardcode point-min==1.
17473 (tar-expunge): Widen while doing set-buffer-multibyte.
17474 (tar-rename-entry): Use file-name-coding-system.
17475 (tar-alter-one-field): Don't hardcode point-min==1.
17476 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
17477 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
17478
17479 2005-11-10 Masatake YAMATO <jet@gyve.org>
17480
17481 * add-log.el (add-log-current-defun): Handle class::method
17482 notation of c++. Fix incorrect comment.
17483
17484 2005-11-10 Alan Mackenzie <acm@muc.de>
17485
17486 * help-fns.el (describe-variable): Make C-h v work when a variable
17487 has variable documentation yet is unbound.
17488
17489 2005-11-10 Masatake YAMATO <jet@gyve.org>
17490
17491 * man.el (Man-highlight-references): Set an empty
17492 string to `Man-arguments' if it is nil.
17493 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
17494
17495 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
17496
17497 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
17498 commenting conventions.
17499
17500 * cus-dep.el (custom-make-dependencies): Simplify.
17501 Better follow the commenting conventions.
17502
17503 2005-11-09 Richard M. Stallman <rms@gnu.org>
17504
17505 * apropos.el (apropos-pattern): Rename from apropos-regexp.
17506 (apropos-orig-pattern): Rename from apropos-orig-regexp.
17507 All uses changed.
17508 (apropos-rewrite-regexp): Doc fix.
17509 (apropos-variable, apropos-command, apropos, apropos-value):
17510 Change prompt; carry through the argument renaming.
17511
17512 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
17513
17514 * find-lisp.el: Require dired.
17515 (find-lisp-find-dired-internal): Do not call
17516 `abbreviate-file-name' on DIR.
17517
17518 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
17519
17520 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
17521
17522 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
17523
17524 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
17525 when using the speedbar.
17526 (gdb): New command gud-pp.
17527 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
17528
17529 2005-11-09 Juri Linkov <juri@jurta.org>
17530
17531 * replace.el (occur-excluded-properties): New defcustom.
17532 (occur-1, occur-engine, occur-accumulate-lines): Use it.
17533
17534 2005-11-08 Jay Belanger <belanger@truman.edu>
17535
17536 * calc/calc-units.el (math-convert-units): Replace any composite
17537 unit by its definition.
17538
17539 2005-11-08 Lars Hansen <larsh@soem.dk>
17540
17541 * emacs-lisp/autoload.el (update-directory-autoloads):
17542 Add obsolete function alias.
17543
17544 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
17545
17546 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
17547 comment-indent-function.
17548 (lisp-comment-indent): Replace by an alias for comment-indent-default.
17549
17550 * reveal.el (reveal-post-command): Rework the handling of
17551 reveal-open-spots, so as to be more reliable. There were several
17552 tricky corner cases where an open spot might be lost, or where
17553 a closed spot might end up on the list of open spots.
17554 Only reveal text that's ellipsised.
17555
17556 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
17557
17558 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
17559
17560 2005-11-07 John Paul Wallington <jpw@gnu.org>
17561
17562 * ibuffer.el (ibuffer): Search iconified frames too when
17563 getting Ibuffer buffer's window.
17564
17565 2005-11-06 Richard M. Stallman <rms@gnu.org>
17566
17567 * progmodes/compile.el (compilation-internal-error-properties):
17568 save-excursion around the computation of MARKER.
17569
17570 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
17571
17572 * textmodes/flyspell.el (flyspell-external-point-words):
17573 flyspell-get-word returns a list, not just a string.
17574
17575 2005-11-06 John Paul Wallington <jpw@pobox.com>
17576
17577 * ibuffer.el (ibuffer): Search all visible frames when getting
17578 Ibuffer buffer's window.
17579
17580 2005-11-07 Masatake YAMATO <jet@gyve.org>
17581
17582 * man.el (Man-reference-regexp): Accept spaces between
17583 `Man-name-regexp' and `Man-section-regexp'.
17584 (Man-apropos-regexp): New variable.
17585 (Man-abstract-xref-man-page): Use value for `Man-target-string'
17586 if available.
17587 (Man-highlight-references, Man-highlight-references0):
17588 Handle the case when `Man-arguments' includes "-k".
17589 (Man-highlight-references0): Rename the argument `TARGET-POS' to
17590 `TARGET'. `TARGET' can be a number, function or nil.
17591
17592 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
17593
17594 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
17595 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
17596 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
17597 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
17598 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
17599 (gdb-send-item): Use buffer-local-value and simplify.
17600
17601 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
17602
17603 * startup.el (command-line): Use `custom-reevaluate-setting' for
17604 `global-font-lock-mode'.
17605
17606 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
17607 by default, except in batch mode or when the -D option is given.
17608
17609 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
17610 specified keyword args on to `define-minor-mode'. Update docstring.
17611
17612 2005-11-05 Romain Francoise <romain@orebokech.com>
17613
17614 * replace.el (occur-engine): Add marker at end of line, too.
17615
17616 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
17617
17618 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
17619 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
17620 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
17621 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
17622 argument to all these routines, so the passphrase can be managed
17623 externally and passed in to the system.
17624 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
17625 pgg-add-passphrase-to-cache function.
17626
17627 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
17628 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
17629 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
17630 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
17631 argument to all these routines, so the passphrase can be managed
17632 externally and passed in to the system.
17633 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
17634 function.
17635
17636 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
17637
17638 * font-lock.el: Don't deal with font-lock-face-attributes here,
17639 move the code ...
17640
17641 * startup.el (command-line): ... here. Use face-spec-set instead
17642 of custom-declare-face.
17643
17644 * faces.el (face-spec-set): Reset the face if spec is not nil.
17645
17646 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
17647
17648 * newcomment.el (comment-region-internal): Box more tightly in the
17649 common case where there's no TAB in the boxed text.
17650
17651 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17652
17653 * info.el (info-tool-bar-map): Use images prev-node, next-node and
17654 up-node.
17655
17656 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
17657
17658 * newsticker.el: Commentary updated. Code formatting changed.
17659 (newsticker-version): Change to "1.9".
17660 (newsticker, newsticker-feed): Doc fix.
17661 (newsticker-url-list): Doc fix. Add option "Weekly".
17662 (newsticker-retrieval-interval): Add option "Weekly".
17663 (newsticker-headline-processing): Doc fix.
17664 (newsticker-auto-mark-filter): Remove.
17665 (newsticker-auto-mark-filter-list): New.
17666 (newsticker-layout, newsticker-sort-method): Doc fix.
17667 (newsticker-hide-old-items-in-newsticker-buffer)
17668 (newsticker-heading-format, newsticker-item-format)
17669 (newsticker-desc-format): Doc fix.
17670 (newsticker-show-all-rss-elements): Remove.
17671 (newsticker-show-all-news-elements): New.
17672 (newsticker-faces, newsticker-ticker): Doc fix.
17673 (remove-from-invisibility-spec): Code formatting.
17674 (newsticker--process-ids): New.
17675 (newsticker-mode): Doc fix.
17676 (newsticker-mode): Change mode-line-format.
17677 (newsticker-start): Remove debug output.
17678 (newsticker-start-ticker): Doc fix. Add autoload cookie.
17679 (newsticker-w3m-show-inline-images): Code formatting.
17680 (newsticker-next-item): Call `force-mode-line-update'.
17681 (newsticker-previous-item): Call `force-mode-line-update'.
17682 (newsticker-next-feed): Call `force-mode-line-update'.
17683 (newsticker-previous-feed): Call `force-mode-line-update'.
17684 (newsticker-mark-all-items-at-point-as-read): Code formatting.
17685 (newsticker-show-old-items): Do not show descs.
17686 (newsticker-hide-entry): Hide too much.
17687 (newsticker-hide-entry, newsticker-show-entry)
17688 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
17689 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
17690 (newsticker-toggle-auto-narrow-to-item): Code formatting.
17691 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
17692 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
17693 (newsticker-get-news): Call `force-mode-line-update'.
17694 Collect process ids.
17695 (newsticker--sentinel): Change coding system handling.
17696 Move image retrieval to new functions newsticker--get-logo-url-*.
17697 Move feed parsing to new functions newsticker--parse-*.
17698 Update list of process ids.
17699 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
17700 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
17701 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
17702 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
17703 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
17704 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
17705 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
17706 (newsticker--decode-coding-string): Remove.
17707 (newsticker--decode-numeric-entities): Check input. Format code.
17708 (newsticker--remove-whitespace): Check input.
17709 (newsticker--do-forget-preformatted): Doc fix.
17710 (newsticker--decode-rfc822-date): Allow for missing time.
17711 (newsticker--update-process-ids): New.
17712 (newsticker--image-sentinel): Change comment.
17713 (newsticker--image-read): Change error message.
17714 (newsticker--imenu-goto): Doc fix. Show headline title.
17715 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
17716 (newsticker--buffer-do-insert-text): Clean whitespace in
17717 html-rendered headline title. Code formatting.
17718 Call `newsticker--buffer-print-extra-elements'.
17719 (newsticker--buffer-print-extra-element): Remove.
17720 (newsticker--buffer-print-extra-elements): New.
17721 (newsticker--buffer-do-print-extra-element): New.
17722 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
17723 large sizes.
17724 (newsticker--run-auto-mark-filter)
17725 (newsticker--do-run-auto-mark-filter):
17726 Use `newsticker-auto-mark-filter-list'.
17727
17728 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
17729
17730 * net/rcirc.el: Use split-string OMIT-NULLS argument.
17731 (rcirc-print): Force redisplay before running hooks. Do long
17732 buffer truncation after making new text read-only. Deal with nil
17733 text when decoding strings. If TARGET is nil, use either the
17734 currently selected buffer, if it is an rcirc buffer and of the
17735 same process or the process buffer.
17736 (rcirc-mode): Remove header-line. Recompute short buffer names.
17737 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
17738 (rcirc-short-buffer-name): Add variable.
17739 (rcirc-kill-buffer-hook): Recompute short buffer names.
17740 Remove nick from private channel.
17741 (rcirc-send-input): Send command text to current-buffer.
17742 Don't clear overlay arrow here.
17743 (rcirc-short-buffer-name): Return a short buffer name.
17744 (rcirc-update-short-buffer-names, rcirc-abbreviate)
17745 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
17746 buffer-name abbreviations.
17747 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
17748 Do not touch nick-table when killing a parted channel.
17749 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
17750 Clear arrow from current buffer if it is now hidden.
17751 (rcirc-current-buffer): Add variable.
17752 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
17753 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
17754 Remove -face from names.
17755 (rcirc-update-activity-string): Print "DND" when globally ignoring
17756 activity.
17757 (rcirc-ignore-buffer-activity-flag): Rename from
17758 rcirc-ignore-channel-activity.
17759 (rcirc-ignore-all-activity-flag): Doc fix.
17760 (rcirc-channels): Remove variable.
17761 (rcirc-kill-buffer-hook):
17762 (rcirc-get-buffer-create): Add nick to private channel.
17763 (rcirc-multiline-edit-submit): Remove tabs.
17764 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
17765 folded.
17766 (rcirc-remove-nick-channel): Bug fix.
17767 (rcirc-toggle-ignore-buffer-activity): Rename from
17768 rcirc-toggle-ignore-channel-activity.
17769 (rcirc-record-activity): Add buffers to the front of the list.
17770 (rcirc-update-activity): Remove killed buffers from list.
17771 (rcirc-process-server-response-1): Remove last argument if it is
17772 null before calling handler.
17773 (rcirc): Add "rcirc" defcustom prefix.
17774 (rcirc-prompt): Simplify default prompt.
17775 Use custom-initialize-default.
17776 (rcirc-private-chats): Remove variable.
17777 (rcirc-prompt): Change initialization.
17778 (rcirc-version): Remove function.
17779 (rcirc-id-string): Add constant.
17780 (rcirc-last-buffer): Remove variable.
17781 (rcirc-buffer-alist): Add variable.
17782 (rcirc-connect): Update variable setup.
17783 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
17784 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
17785 default.
17786 (rcirc-handler-generic): Trigger activity.
17787 (rcirc-send-message): Create the buffor of the target.
17788 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
17789 (rcirc-get-buffer): Just return nil if there is no matching buffer.
17790 (rcirc-multiline-edit-cancel): Remove function.
17791 (rcirc-set-last-buffer): Remove function.
17792 (rcirc-get-any-buffer): Add function.
17793 (rcirc-join-channels): Don't print /join text.
17794 (rcirc-toggle-ignore-channel-activity): Add and update echo area
17795 messages.
17796 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
17797 (rcirc-handler-NOTICE): Recognize CTCP responses.
17798 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
17799 constructing TOPIC string for buffers we are not JOINed.
17800 (rcirc-handler-CTCP-response): Add handler.
17801 (rcirc-multiline-edit-submit): Restore the window-configuration
17802 before adjusting point.
17803 (rcirc): Add customization group.
17804 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
17805 (rcirc-user-full-name, rcirc-startup-channels-alist)
17806 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
17807 (rcirc-ignore-all-activity-flag, rcirc-time-format)
17808 (rcirc-input-ring-size, rcirc-read-only-flag)
17809 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
17810 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
17811 Change defvar to defcustom.
17812 (rcirc-update-prompt): Add optional ALL arg, which will update
17813 prompts in all rcirc buffers. Regexp quote replacement text.
17814 (rcirc-fill-column): Accept frame-width as a value.
17815 (rcirc-set-changed): Add function.
17816 (rcirc-next-active-buffer): Write more meaningful messages.
17817 (rcirc-faces): Add customization group.
17818 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
17819 (rcirc-nick-in-message-face, rcirc-prompt-face)
17820 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
17821 (with-rcirc-process-buffer): Move before first usage.
17822 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
17823 (rcirc-debug-flag): Rename from `rcirc-log-p'.
17824 (rcirc-debug): Rename from `rcirc-log'.
17825 (rcirc-format-response-string): Do not print `-' chars for a
17826 NOTICE with no sender. Simplify output of server responses.
17827
17828 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
17829
17830 (rcirc-browse-url-map, rcirc-browse-url-at-point)
17831 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
17832 Make urls mouse and RET clickable.
17833
17834 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
17835
17836 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
17837
17838 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
17839
17840 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
17841 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
17842 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
17843 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
17844 argument to all these routines, so the passphrase can be managed
17845 externally and passed in to the system.
17846 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
17847 pgg-add-passphrase-to-cache function.
17848
17849 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
17850 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
17851 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
17852 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
17853 argument to all these routines, so the passphrase can be managed
17854 externally and passed in to the system.
17855 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
17856 function.
17857
17858 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
17859
17860 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
17861 from goto-address-url-regexp.
17862
17863 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
17864
17865 * textmodes/org.el (org-read-date, org-goto-calendar)
17866 (org-recenter-calendar, org-agenda-goto-calendar):
17867 Temporarily clear `calendar-move-hook'.
17868
17869 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
17870
17871 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
17872 merging.
17873
17874 * ediff-util.el (ediff-previous-difference): Don't skip regions that
17875 have merge clashes.
17876
17877 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17878
17879 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
17880 Undo previous change.
17881
17882 * startup.el (command-line): Use `custom-reevaluate-setting' for
17883 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
17884 tty-register-default-colors on Mac.
17885
17886 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
17887
17888 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
17889 (gdb-buffer-type): Make it automatically buffer local...
17890 (gdb-get-create-buffer): ...and set it accordingly.
17891 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
17892 actually work.
17893
17894 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
17895
17896 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
17897 not red.
17898
17899 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
17900
17901 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
17902 case GUD buffer is not visible.
17903 (gdb-goto-breakpoint): Try to force display in source buffer.
17904 (gdb-frame-gdb-buffer): Copy other similar functions.
17905 (gdb-restore-windows): Don't display source if not asked for.
17906 (gdb-assembler-buffer-name): Don't capitalise.
17907
17908 2005-11-03 Richard M. Stallman <rms@gnu.org>
17909
17910 * wid-edit.el (key-sequence): New widget type.
17911
17912 * simple.el (set-mark-command-repeat-pop): New variable.
17913 (set-mark-command): Only interpret plan C-@ after a pop as a pop
17914 if set-mark-command-repeat-pop is true.
17915
17916 * info.el (Info-fontify-node): Don't display extra "see" if there
17917 already is one here.
17918
17919 * mouse.el: Fix special handling of DEL after dragging a region:
17920 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
17921 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
17922
17923 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
17924
17925 * textmodes/ispell.el (ispell-command-loop): Change `i' description
17926 not to assume it pertains to an affix.
17927
17928 * textmodes/flyspell.el (flyspell-post-command-hook):
17929 Bind deactivate-mark to prevent deactivation.
17930
17931 2005-11-03 Lars Hansen <larsh@soem.dk>
17932
17933 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
17934 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
17935 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
17936
17937 2005-11-03 Romain Francoise <romain@orebokech.com>
17938
17939 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
17940 Update copyright years.
17941
17942 2005-11-03 Sam Steingold <sds@gnu.org>
17943
17944 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
17945 Use system-type instead of window-system because window-system is not
17946 correctly defined during loadup.
17947
17948 2005-11-02 Mark A. Hershberger <mah@everybody.org>
17949
17950 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
17951 (xml-parse-tag): Join strings separated by a comment properly.
17952
17953 2005-11-02 Andreas Schwab <schwab@suse.de>
17954
17955 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
17956
17957 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
17958
17959 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
17960 (byte-optimize-pure-func): Quote the eval'd value.
17961
17962 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
17963 Rename from perl-font-lock-syntactic-face-function.
17964 Change the calling convention so it can be used as a font-lock MATCHER.
17965 Do the parse-partial-sexp loop outselves.
17966 (perl-font-lock-syntactic-keywords): Use it.
17967 (perl-mode): Don't set font-lock-syntactic-face-function any more.
17968
17969 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
17970
17971 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
17972 disassembly buffer too.
17973 (gdb-exited): Remove overlay arrows when execution has finished.
17974 (gdb-info-frames-custom, gdb-info-threads-custom)
17975 (gdb-info-registers-custom): Don't add inappropriate text
17976 properties if inferior is not active.
17977
17978 2005-11-02 Glenn Morris <rgm@gnu.org>
17979
17980 * progmodes/fortran.el (fortran-blink-match):
17981 Use `blink-matching-delay'.
17982
17983 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
17984
17985 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
17986
17987 2005-11-02 Lars Hansen <larsh@soem.dk>
17988
17989 * net/tramp.el (tramp-action-out-of-band): Handle scp message
17990 "Permission denied".
17991
17992 2005-11-01 Richard M. Stallman <rms@gnu.org>
17993
17994 * textmodes/flyspell.el (flyspell-external-point-words):
17995 Pass nil to flyspell-get-word.
17996
17997 2005-11-02 Kim F. Storm <storm@cua.dk>
17998
17999 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
18000 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
18001
18002 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
18003
18004 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
18005 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
18006 (calendar-mouse-print-dates): Add optional `event' argument.
18007 Update interactive-spec.
18008 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
18009 Use `calendar-event-to-date' instead of `event'.
18010
18011 2005-11-02 Masatake YAMATO <jet@gyve.org>
18012
18013 * progmodes/ld-script.el (ld-script-builtins):
18014 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
18015 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
18016 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
18017
18018 2005-11-01 Romain Francoise <romain@orebokech.com>
18019
18020 * vc-sccs.el: Update copyright year.
18021 * ezimage.el: Likewise.
18022
18023 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
18024
18025 * info.el (Info-fontify-node): Use `string-width' for fontifying
18026 underlined titles.
18027
18028 2005-11-01 Juri Linkov <juri@jurta.org>
18029
18030 * info.el (Info-fontify-node): Downcase node header keywords Node,
18031 Prev, Next, Up before comparison.
18032 (Info-history): Insert absolute directory name, and put invisible
18033 property on it.
18034
18035 2005-11-01 Juri Linkov <juri@jurta.org>
18036
18037 * info.el (Info-file-supports-index-cookies): New variable.
18038 (Info-find-node-2): Check makeinfo version for index cookie support.
18039 (Info-index-nodes): Search for nodes with index cookies only when
18040 Info-file-supports-index-cookies is t. Otherwise, search nodes
18041 with "Index" in the node name.
18042 (Info-index-node): Search index cookie in the current node only when
18043 Info-file-supports-index-cookies is t. Otherwise, check the word
18044 "Index" in the node name.
18045 (Info-find-emacs-command-nodes): Remove code that searches nodes
18046 with "Index" node name in the top menu.
18047
18048 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
18049
18050 * progmodes/scheme.el (scheme-mode-variables): Use the default
18051 comment-indent-function.
18052
18053 * faces.el (face-attribute): Handle the case where a face inherits from
18054 a non-existent face.
18055
18056 * simple.el (eval-expression-print-format): Use lisp-readable syntax
18057 for octal and hexa output, and merge the char into the paren.
18058 (kill-new): Use push.
18059 (copy-to-buffer): Use with-current-buffer.
18060 (completion-setup-function): Move code in loop to remove redundancy.
18061 (minibuffer-local-must-match-map): Don't add bindings that duplicate
18062 those inherited from minibuffer-local-completion-map.
18063
18064 * savehist.el (savehist-mode) <defcustom>:
18065 Use custom-set-minor-mode if available.
18066 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
18067 and emit a message if applicable.
18068
18069 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
18070
18071 * savehist.el: Sync up to version 19.
18072 (savehist-mode): New minor mode.
18073 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
18074 (savehist-length): Remove (use history-length instead).
18075 (savehist-file-modes): Rename from savehist-modes.
18076 (savehist-save-hook, savehist-loaded): New vars.
18077 (savehist-load): Use savehist-mode. Try to smooth up transition from
18078 old format to new format.
18079 (savehist-install): Allow savehist-autosave-interval to be nil.
18080 (savehist-save): Run the new hook. Be more careful to only trim the
18081 history variables.
18082 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
18083 (savehist-printable): Print into a buffer rather than char-by-char.
18084
18085 2005-11-01 John Wiegley <johnw@newartisans.com>
18086
18087 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
18088 toggle-ignore keybinding (C-a). The author said it had been
18089 disabled much earlier due to a possible incompatibility, but after
18090 many months of usage I have encountered no problems (and it is a
18091 rather useful option, especially for switching to " *temp*").
18092
18093 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
18094 support for OS/X's AddressBook, by calling out to the open source
18095 program "contacts" (installable through Fink).
18096
18097 * net/eudc.el (eudc-expand-inline): If the
18098 `eudc-multiple-match-handling-method' is set to `all', delete the
18099 query string before inserting the query result.
18100
18101 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
18102 flag, to prevent Eshell from using the system ls when
18103 `eshell-ls-insert-directory' is in used.
18104 (eshell-ls-insert-directory): Disable font-lock in directory
18105 buffer so that Eshell's own fontification is seen. This broke
18106 recently due to changes in font-lock, so this goes back to version
18107 21 behavior.
18108
18109 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
18110
18111 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
18112 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
18113 (gdb-many-windows): Doc fix.
18114
18115 2005-10-31 Romain Francoise <romain@orebokech.com>
18116
18117 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
18118
18119 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
18120
18121 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
18122 that global-font-lock-mode can be enabled by default.
18123
18124 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
18125 (font-lock-add-keywords, font-lock-remove-keywords)
18126 (font-lock-fontify-buffer): Remove autoload cookies.
18127
18128 * jit-lock.el (jit-lock-register): Likewise.
18129
18130 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
18131
18132 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
18133
18134 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
18135 intact if there is no gud-comint-buffer.
18136
18137 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
18138
18139 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
18140 old prompt comint-prompt-read-only is t and GDB commands are
18141 issued from tool bar etc.
18142
18143 2005-10-31 Masatake YAMATO <jet@gyve.org>
18144
18145 * vc.el (vc-directory-exclusion-list): Add "{arch}".
18146
18147 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
18148
18149 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
18150 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
18151
18152 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
18153
18154 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
18155 starting at beginning of line. Fontification is messed up when
18156 `open-paren-in-column-0-is-defun-start' set to t.
18157 Reported by John Paul Wallington <jpw@pobox.com>.
18158
18159 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
18160
18161 * comint.el (comint-send-input): Call `comint-update-fence' when
18162 `comint-process-echoes' and `comint-prompt-read-only' are both
18163 non-nil, to avoid leftover read-only newline.
18164
18165 2005-10-30 Richard M. Stallman <rms@gnu.org>
18166
18167 * textmodes/flyspell.el (flyspell-external-point-words):
18168 Detect when WORD can't be checked properly because
18169 flyspell-get-word finds just part of it, and move on.
18170
18171 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
18172 boundarychar for Polish.
18173 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
18174 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
18175
18176 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
18177
18178 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
18179 (gdb-registers-font-lock-keywords): Delete.
18180 (gdb-registers-mode): Don't fontify.
18181 (gdb-info-registers-custom): Use text properties instead as, in
18182 future, changed register values will use font-lock-warning-face.
18183 (gdb-local-font-lock-keywords): Rename to...
18184 (gdb-locals-font-lock-keywords): ...for consistency.
18185
18186 2005-10-30 Andre Spiegel <spiegel@gnu.org>
18187
18188 * vc.el (vc-switch-backend): Better error message if the buffer is
18189 not visiting a file under version control.
18190
18191 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
18192
18193 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
18194
18195 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
18196 ~/.emacs.d/.emacs.
18197
18198 2005-10-29 Richard M. Stallman <rms@gnu.org>
18199
18200 * replace.el (occur-mode-mouse-goto): Always go to other window.
18201 (occur-mode-goto-occurrence): Always switch in same window.
18202
18203 * simple.el (undo): Display message at end, not at start.
18204
18205 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
18206 New arg REUSE-CELL.
18207 (cancel-timer-internal): New function.
18208 (timer-event-handler): Use cancel-timer-internal,
18209 and pass the cell it returns to timer-activate...
18210
18211 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
18212 (jit-lock-deferred-fontify, jit-lock-context-fontify)
18213 (jit-lock-after-change): Test memory-full.
18214
18215 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
18216
18217 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
18218 part of the decoded armor to find the key-identifier.
18219 (pgg-gpg-lookup-key-owner): New function to return the
18220 human-readable identifier of a key owner.
18221 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
18222 key itself.
18223 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
18224 the key value) if we have a key and can match it against a secret
18225 key. Also, added a note pointing out fact that the prompt only
18226 indicates the first matching key.
18227
18228 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
18229 pgg-decrypt-region.
18230 (pgg-pending-timers): A new hash for tracking the passphrase cache
18231 timers, so that new ones supercede old ones.
18232 (pgg-add-passphrase-to-cache): Rename from
18233 `pgg-add-passphrase-cache' to reduce confusion (all callers
18234 changed). Modified to cancel old timers when new ones are added.
18235 (pgg-remove-passphrase-from-cache): Rename from
18236 `pgg-remove-passphrase-cache' to reduce confusion (all callers
18237 changed). Modified to cancel old timers when their keys are
18238 removed from the cache.
18239 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
18240 XEmacs, an indirection to delete-itimer.
18241 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
18242 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
18243 users can only check cache without risk of prompting. Correct bug in
18244 notruncate behavior.
18245 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
18246 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
18247 Add informative docstrings.
18248 (pgg-decrypt): Convey provided passphrase in subordinate call to
18249 pgg-decrypt-region.
18250
18251 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
18252 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
18253 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
18254 `passphrase' argument, so the passphrase can be managed externally
18255 and then passed in to the system.
18256
18257 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
18258 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
18259 so the passphrase cache can be used reliably with identifiers
18260 besides a pgp packet's key id.
18261
18262 * pgg-gpg.el (pgg-pgp-encrypt-region)
18263 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18264 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18265 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18266 argument to all these routines, so the passphrase can be managed
18267 externally and passed in to the system.
18268
18269 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
18270 `notruncate' argument, so the passphrase cache can be used
18271 reliably with identifiers besides a pgp packet's key id.
18272
18273 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
18274
18275 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
18276 symmetric encryption.
18277 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
18278 encrypted session key.
18279 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
18280 message ask for the passphrase in a proper way.
18281
18282 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
18283 New user commands for symmetric encryption.
18284
18285 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
18286
18287 * textmodes/conf-mode.el (conf-assignment-sign)
18288 (conf-assignment-regexp): Fix docstrings.
18289 (conf-mode-initialize): New function.
18290 (conf-mode): Remove optional args. Use delay-mode-hooks to
18291 recognize recursive calls.
18292 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
18293 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
18294 (conf-xdefaults-mode): Use define-derived-mode and
18295 conf-mode-initialize.
18296
18297 2005-10-29 Romain Francoise <romain@orebokech.com>
18298
18299 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
18300
18301 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
18302
18303 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
18304 part of the decoded armor to find the key-identifier.
18305 (pgg-gpg-lookup-key-owner): New function to return the
18306 human-readable identifier of a key owner.
18307 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
18308 key itself.
18309 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
18310 the key value) if we have a key and can match it against a secret
18311 key. Also, added a note pointing out fact that the prompt only
18312 indicates the first matching key.
18313
18314 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
18315 pgg-decrypt-region.
18316 (pgg-pending-timers): A new hash for tracking the passphrase cache
18317 timers, so that new ones supercede old ones.
18318 (pgg-add-passphrase-to-cache): Rename from
18319 `pgg-add-passphrase-cache' to reduce confusion (all callers
18320 changed). Modified to cancel old timers when new ones are added.
18321 (pgg-remove-passphrase-from-cache): Rename from
18322 `pgg-remove-passphrase-cache' to reduce confusion (all callers
18323 changed). Modified to cancel old timers when their keys are
18324 removed from the cache.
18325 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
18326 XEmacs, an indirection to delete-itimer.
18327 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
18328 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
18329 users can only check cache without risk of prompting. Correct bug in
18330 notruncate behavior.
18331 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
18332 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
18333 Add informative docstrings.
18334 (pgg-decrypt): Convey provided passphrase in subordinate call to
18335 pgg-decrypt-region.
18336
18337 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
18338
18339 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
18340 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
18341 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
18342 `passphrase' argument, so the passphrase can be managed externally
18343 and then passed in to the system.
18344
18345 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
18346 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
18347 so the passphrase cache can be used reliably with identifiers
18348 besides a pgp packet's key id.
18349
18350 * pgg-gpg.el (pgg-pgp-encrypt-region)
18351 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18352 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18353 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18354 argument to all these routines, so the passphrase can be managed
18355 externally and passed in to the system.
18356
18357 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
18358 `notruncate' argument, so the passphrase cache can be used
18359 reliably with identifiers besides a pgp packet's key id.
18360
18361 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
18362
18363 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
18364 symmetric encryption.
18365 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
18366 encrypted session key.
18367 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
18368 message ask for the passphrase in a proper way.
18369
18370 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
18371 New user commands for symmetric encryption.
18372
18373 2005-10-28 Bill Wohler <wohler@newt.com>
18374
18375 * help-mode.el (help-url): New button type. Calls browse-url.
18376 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
18377 Similar to Info nodes: URL `url'.
18378 (help-make-xrefs): Create help-url buttons for
18379 help-xref-url-regexp matches.
18380
18381 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
18382
18383 * tool-bar.el (tool-bar-add-item-from-menu)
18384 (tool-bar-local-item-from-menu): Fix doc strings.
18385
18386 2005-10-28 Romain Francoise <romain@orebokech.com>
18387
18388 * ldefs-boot.el: Update.
18389
18390 * subr.el (locate-library): Move from help-fns.el.
18391 * help-fns.el (locate-library): Move to subr.el.
18392
18393 2005-10-28 Richard M. Stallman <rms@gnu.org>
18394
18395 * net/tramp.el (tramp-completion-mode): defvar moved up.
18396
18397 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
18398
18399 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
18400
18401 * files.el (find-file-noselect): Use %d to format large file size.
18402
18403 * bindings.el (mode-line-format): Add %e.
18404
18405 * loadup.el ("facemenu"): Load unconditionally.
18406 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
18407 ("x-dnd"): Load, when appropriate.
18408
18409 * startup.el (command-line): Call before-init-hook earlier.
18410 Warn about some bad characters in -u user name.
18411
18412 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
18413 (flyspell-external-point-words): Error if misspelled word is not found.
18414 Set flyspell-large-region-beg at end of word.
18415
18416 2005-10-28 Andreas Schwab <schwab@suse.de>
18417
18418 * view.el (View-revert-buffer-scroll-page-forward):
18419 Use view-page-size-default.
18420
18421 2005-10-28 Juri Linkov <juri@jurta.org>
18422
18423 * international/quail.el (quail-get-current-str): Translate last
18424 raw character for deterministic input methods.
18425
18426 2005-10-27 Jay Belanger <belanger@truman.edu>
18427
18428 * calc/calc-ext.el: Add functions to autoloads.
18429 (math-identity-matrix-p, math-ident-row-p): New functions.
18430
18431 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
18432 multiplication by an identity matrix; don't turn multiplication by
18433 an inverse matrix into division.
18434 (math-div-symbol-fancy): Replace division by matrices with
18435 multiplication by inverse.
18436
18437 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
18438
18439 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
18440 (calc-writeoutpower): New functions.
18441
18442 2005-10-27 Romain Francoise <romain@orebokech.com>
18443
18444 * replace.el (occur-engine): Include colon in mouse-face highlight.
18445
18446 * dired-x.el: Change Maintainer field.
18447
18448 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
18449
18450 * longlines.el (longlines-mode): Bind after-change-functions to
18451 nil during initial decoding and final encoding.
18452
18453 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
18454
18455 * term.el (term-emulate-terminal, term-handle-colors-array)
18456 (term-handle-ansi-escape): Specify the terminfo capabilities
18457 implemented.
18458
18459 2005-10-26 Richard M. Stallman <rms@gnu.org>
18460
18461 * info.el (Info-fontify-node): Fix detection of sentence-break
18462 before *Note.
18463
18464 2005-10-26 Romain Francoise <romain@orebokech.com>
18465
18466 * smerge-mode.el: Add `tools' to file keywords.
18467
18468 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
18469
18470 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
18471 when the fringe is not available.
18472
18473 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
18474 (def-gdb-auto-update-trigger): Simplify construction.
18475 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
18476 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
18477 defined explicitly.
18478 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
18479 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
18480 defined explicitly.
18481 (gdb-info-locals-custom): Remove as it's a no-op.
18482
18483 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
18484
18485 * longlines.el (longlines-mode): Remove narrowing before
18486 performing the initial decoding or final encoding.
18487
18488 2005-10-25 Romain Francoise <romain@orebokech.com>
18489
18490 * emacs-lisp/find-func.el (find-library-name): Also strip
18491 extension if library name ends in .el, to take advantage of
18492 `find-library-suffixes'.
18493
18494 2005-10-25 Richard M. Stallman <rms@gnu.org>
18495
18496 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
18497
18498 2005-10-25 Juri Linkov <juri@jurta.org>
18499
18500 * textmodes/texinfo.el (texinfo-mode): Change charset of one
18501 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
18502
18503 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
18504
18505 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
18506 (blackbox-redefine-key): Add argument `map'.
18507
18508 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
18509 regions when moving the jit-lock-context-unfontify-pos boundary.
18510
18511 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
18512
18513 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
18514
18515 2005-10-25 Masatake YAMATO <jet@gyve.org>
18516
18517 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
18518
18519 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
18520
18521 * play/blackbox.el (blackbox-redefine-key): New function.
18522 (blackbox-mode-map): Use it to remap existing bindings for cursor
18523 motion instead of binding literal keys.
18524
18525 2005-10-25 Glenn Morris <rgm@gnu.org>
18526
18527 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
18528 diary does not end in a newline. Do not assume a blank line at
18529 the start of the diary file.
18530
18531 2005-10-25 Kenichi Handa <handa@m17n.org>
18532
18533 * international/quail.el (quail-translate-key): If the input
18534 method is deterministic and failed to handle the last key, restart
18535 the key handling loop from an appropriate key.
18536
18537 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
18538
18539 * vc.el (vc-dired-mode): Extend comment for binding of
18540 `directory-listing-before-filename-regexp'.
18541
18542 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
18543
18544 * textmodes/texinfo.el (texinfo-mode):
18545 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
18546 not to unnecessarily expose emacs-mule's internal char codes.
18547
18548 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
18549
18550 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
18551 Display hand pointer and help-echo on disabled icon too.
18552 (gdb-mouse-until): New function.
18553 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
18554
18555 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
18556
18557 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
18558 with 2005-10-23 change to doctor.el.
18559
18560 * finder.el (finder-mode-map): Add follow-link binding.
18561
18562 2005-10-25 Kim F. Storm <storm@cua.dk>
18563
18564 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
18565 to gdb-mouse-toggle-breakpoint-fringe.
18566 (gdb-mouse-toggle-breakpoint-margin): Rename from
18567 gdb-mouse-toggle-breakpoint. Fix doc.
18568 (gdb-mouse-toggle-breakpoint-fringe): New defun.
18569 (gdb-put-string): Add optional SPROPS arg. Add props to string.
18570 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
18571 string properties also for fringe breakpoint bitmaps.
18572
18573 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
18574
18575 * textmodes/org.el (org-start-icalendar-file): Fix format form.
18576
18577 2005-10-25 Masatake YAMATO <jet@gyve.org>
18578
18579 * simple.el (completion-common-substring):
18580 Use `completion-common-substring' prior to `completion-base-size'.
18581
18582 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
18583
18584 * savehist.el: Require CL while compiling.
18585 (savehist-history-variables): Remove.
18586 (savehist-save-minibuffer-history, savehist-additional-variables)
18587 (savehist-minibuffer-history-variables): New vars.
18588 (savehist-save): Use them.
18589 (savehist-uninstall, savehist-minibuffer-hook): New funs.
18590 (savehist-install): New fun, extracted from savehist-load.
18591 (savehist-load): Use them.
18592
18593 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
18594
18595 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
18596 a dummy doc-string-elt property.
18597 (defalias, defvaralias, define-category): Add a docstring property.
18598
18599 * image.el (defimage):
18600 * widget.el (define-widget):
18601 * custom.el (defface, defcustom): Add `doc-string' declaration.
18602
18603 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
18604 (defadvice): Add `doc-string' declaration.
18605
18606 * emacs-lisp/byte-run.el (macro-declaration-function):
18607 Handle `doc-string' declarations.
18608 (define-obsolete-function-alias, define-obsolete-variable-alias):
18609 Add `doc-string' declaration.
18610
18611 2005-10-24 Kenichi Handa <handa@m17n.org>
18612
18613 * international/utf-7.el (utf-7): Add autoload cookie.
18614
18615 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
18616
18617 2005-10-24 Eli Zaretskii <eliz@gnu.org>
18618
18619 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
18620 list of directories passed to batch-update-autoloads. Add "." to
18621 the list of the echoed directories.
18622
18623 * pgg-def.el:
18624 * pgg-gpg.el:
18625 * pgg-parse.el:
18626 * pgg-pgp.el:
18627 * pgg-pgp5.el:
18628 * pgg.el: Moved here from the gnus subdirectory.
18629
18630 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
18631
18632 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
18633 in case comint-prompt-read-only is set to t.
18634
18635 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
18636 in case comint-prompt-read-only is set to t.
18637
18638 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
18639
18640 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
18641 Now a string.
18642 (icalendar-import-format): Handle CLASS, STATUS, URL.
18643 Rename `subject' to `summary'.
18644 (icalendar-import-format-summary): Rename from
18645 `icalendar-import-format-subject'.
18646 (icalendar-import-format-url, icalendar-import-format-status)
18647 (icalendar-import-format-class): New variables.
18648 (icalendar--rris): Take variable argument list.
18649 (icalendar--datestring-to-isodate): Remove unnecessary
18650 calendar-style check when converting dates with explicit month names.
18651 (icalendar-export-region): Change return type of conversion
18652 subroutines. Bury current buffer unless error occurred.
18653 (icalendar--convert-to-ical)
18654 (icalendar--parse-summary-and-rest): New functions.
18655 (icalendar--convert-ordinary-to-ical)
18656 (icalendar--convert-weekly-to-ical)
18657 (icalendar--convert-yearly-to-ical)
18658 (icalendar--convert-block-to-ical)
18659 (icalendar--convert-cyclic-to-ical)
18660 (icalendar--convert-anniversary-to-ical): Change return type.
18661 Strip trailing blanks from subject.
18662 (icalendar--convert-sexp-to-ical): Change return type.
18663 Strip trailing blanks from subject. Handle simple sexp
18664 entries as generated by icalendar.el.
18665 (icalendar--convert-float-to-ical)
18666 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
18667 (icalendar-import-file): Doc fix.
18668 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
18669 Correct call to icalendar--rris.
18670 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
18671 `summary'.
18672 (icalendar--add-diary-entry): Rename `subject' to `summary'.
18673
18674 2005-10-24 Romain Francoise <romain@orebokech.com>
18675
18676 * server.el (server-sentinel): Set query-on-exit flag to nil on
18677 new client processes (it isn't inherited from the server process).
18678
18679 * replace.el (occur-engine): Rearrange text properties.
18680
18681 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
18682
18683 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
18684 case-fold-search is nil.
18685 (debug-help-follow): Use help-xref-interned directly.
18686
18687 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
18688
18689 * thumbs.el (thumbs-image-type): Add .pbm.
18690
18691 2005-10-23 Richard M. Stallman <rms@gnu.org>
18692
18693 * faces.el (inhibit-face-set-after-frame-default): New variable.
18694 (set-face-attribute): Bind it.
18695 (face-set-after-frame-default): Test it.
18696
18697 * help-fns.el (describe-simplify-lib-file-name): New function.
18698 (describe-function-1, describe-variable): Use it.
18699
18700 * faces.el (describe-face): Use describe-simplify-lib-file-name.
18701
18702 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
18703 Eliminate nil as possible value.
18704 (tooltip-hide-delay): Reduce internal-border-width.
18705
18706 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
18707 (menu-bar-file-menu) <new-file>: Likewise.
18708
18709 * simple.el (line-move-finish): Ignore fields computing LINE-END.
18710
18711 * international/mule.el (load-with-code-conversion):
18712 Pass full file name to `eval-buffer' unless preloading.
18713
18714 * textmodes/flyspell.el (flyspell-large-region):
18715 Call ispell-check-version.
18716
18717 * textmodes/ispell.el (ispell-local-dictionary-overridden):
18718 Fix the make-variable-buffer-local call that was supposed
18719 to be for this variable.
18720 (ispell-aspell-supports-utf8): Doc fix.
18721 (ispell-find-aspell-dictionaries): Preserve elements of
18722 ispell-dictionary-alist for dictionaries that aspell doesn't report.
18723 (ispell-aspell-find-dictionary): Return nil on error.
18724
18725 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
18726 (doctor-symptoms): Likewise.
18727
18728 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
18729
18730 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
18731
18732 * cus-edit.el (custom-button, custom-button-pressed): New vars.
18733 (custom-raised-buttons): Add :set spec.
18734 (custom-button-unraised, custom-button-pressed-unraised):
18735 New faces, so that custom-raised-buttons actually does something.
18736 (custom-mode): Use custom-button and custom-button-pressed.
18737
18738 * wid-edit.el (widget-specify-button): Don't ignore
18739 widget-mouse-face on graphic terminals.
18740 (widget-move-and-invoke): Cleanup.
18741
18742 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
18743
18744 * whitespace.el (whitespace-cleanup): Doc fix.
18745
18746 2005-10-23 Romain Francoise <romain@orebokech.com>
18747
18748 * emulation/viper.el (viper-set-hooks): Quote forms passed to
18749 `eval-after-load' to avoid evaluating their result.
18750
18751 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
18752
18753 * files.el (directory-listing-before-filename-regexp):
18754 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
18755
18756 * dired.el (dired-move-to-filename-regexp): Remove.
18757 All occurences replaced by `directory-listing-before-filename-regexp'.
18758
18759 * dired-x.el, locate.el, vc.el:
18760 Replace `dired-move-to-filename-regexp' by
18761 `directory-listing-before-filename-regexp'. In vc.el it is
18762 overwritten locally; maybe this can be handled in files.el too.
18763
18764 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
18765 replaced by `directory-listing-before-filename-regexp'.
18766
18767 2005-10-23 Andreas Schwab <schwab@suse.de>
18768
18769 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
18770 and eval-next-after-load.
18771
18772 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
18773
18774 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
18775 exist, create it.
18776
18777 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
18778
18779 * allout.el: Remove autoloads for mailcrypt and crypt++.
18780 Require pgg, pgg-gpg during compilation.
18781 (allout-version): Increment version number to 2.1, and use a literal
18782 rather than RCS Id.
18783 (allout-default-encryption-scheme): Remove.
18784 (allout-passphrase-verifier-handling)
18785 (allout-passphrase-verifier-string)
18786 (allout-file-passphrase-verifier-string)
18787 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
18788 (allout-passphrase-hint-handling): Rename and simplify.
18789 (allout-init): Use `find-file-hook' if available, otherwise
18790 `find-file-hooks'.
18791 (allout-mode): Use `write-file-functions' if available, otherwise
18792 `local-write-file-hooks' and, instead of making auto-save-hook
18793 buffer local, make the write-file-hook activity contingent to
18794 allout-mode.
18795 (allout-mode): Use key-binding substitution in the docstring.
18796 (allout-kill-line): Spell-out kill ring data structure mutation
18797 instead of using byte-compiler-complaint-provoking `pop'.
18798 (allout-insert-listified): Use `insert' rather than `insert-string'
18799 (allout-toggle-current-subtree-encryption): Update docstring, adjust
18800 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
18801 (allout-encrypt-string): Totally revamped vis new underlying
18802 encryption facilities.
18803 (allout-mc-activate-passwd): Remove.
18804 (allout-obtain-passphrase): New, more or less replaces
18805 allout-mc-activate-passwd.
18806 (allout-encrypted-key-info): More or less replaces
18807 allout-encrypted-text-type.
18808 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
18809 (my-mark-marker): Use `(featurep 'xemacs)'.
18810
18811 2005-10-23 Lars Hansen <larsh@soem.dk>
18812
18813 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
18814 (byte-compile-file-form-defmumble, byte-compile-defun)
18815 (byte-compile-defmacro): Use it.
18816 (byte-compile-form): Don't call byte-compile-set-symbol-position
18817 when a byte-compile handler is called.
18818
18819 2005-10-22 Romain Francoise <romain@orebokech.com>
18820
18821 * savehist.el (savehist-history-variables): Add `grep-find-history'.
18822
18823 * subr.el (eval-after-load): Convert library name to an absolute
18824 file name using locate-library, since load-history no longer has
18825 library names in it.
18826
18827 2005-10-22 Richard M. Stallman <rms@gnu.org>
18828
18829 * files.el (make-temp-file): Move from subr.el.
18830 * subr.el (make-temp-file): Move to files.el.
18831
18832 * window.el (get-buffer-window-list): Move from subr.el.
18833 * subr.el (get-buffer-window-list): Move to window.el.
18834
18835 * image.el (image-load-path): Use eval-at-startup to initialize.
18836
18837 * subr.el (eval-at-startup): New macro.
18838
18839 * subr.el: Much rearrangement of functions and division
18840 into pages. No code changes.
18841
18842 2005-10-22 Kenichi Handa <handa@m17n.org>
18843
18844 * tar-mode.el (tar-extract): Be sure to call
18845 find-operation-coding-system if set-auto-coding doesn't find a
18846 coding system.
18847
18848 2005-10-22 Kim F. Storm <storm@cua.dk>
18849
18850 * image.el (image-type-header-regexps): Rename from image-type-regexps.
18851 Change users.
18852 (image-type-file-name-regexps): New defconst.
18853 (image-type-from-data): Simplify loop.
18854 (image-type-from-buffer): New defun.
18855 (image-type-from-file-header): Use it instead of image-type-from-data.
18856 Use image-search-load-path instead of only looking in data-directory.
18857 (image-type-from-file-name): New defun.
18858 (image-search-load-path): Change `pathname' to `filename'.
18859 Make PATH arg optional, default to image-load-path.
18860
18861 2005-10-21 Richard M. Stallman <rms@gnu.org>
18862
18863 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
18864
18865 * textmodes/paragraphs.el (sentence-end-base): New variable.
18866 (sentence-end): Use sentence-end-base.
18867
18868 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
18869
18870 * font-lock.el (font-lock-default-fontify-region): Check the multiline
18871 property independently from the font-lock-multiline variable.
18872
18873 2005-10-21 Richard M. Stallman <rms@gnu.org>
18874
18875 * emacs-lisp/find-func.el (find-library-name): Doc fix.
18876
18877 * startup.el (command-line): Convert library names
18878 in `load-history' to absolute file names.
18879
18880 * subr.el (symbol-file): Doc fix.
18881
18882 * loadhist.el (file-loadhist-lookup): Call locate-library
18883 instead of find-library-name. Don't try converting
18884 abs file names to library names, since load-history no longer
18885 has library names in it.
18886 (file-dependents, file-provides, file-requires): Doc fixes.
18887
18888 2005-10-21 Juri Linkov <juri@jurta.org>
18889
18890 * progmodes/etags.el (tags-table-mode): New function.
18891 (tags-verify-table): Replace initialize-new-tags-table with
18892 tags-table-mode.
18893
18894 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
18895 default value.
18896 (desktop-modes-not-to-save): Add tags-table-mode to the
18897 default value.
18898
18899 * info.el (Info-index-next): Add total number of index
18900 alternatives to the message.
18901
18902 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
18903 backward only space (instead of space and period) before looking
18904 at sentence end.
18905
18906 * simple.el (set-variable): Use user-variable-p instead of symbolp.
18907 Add the old variable value as 4th default-value arg of read-string.
18908
18909 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18910
18911 * cus-face.el (custom-declare-face): Make face from X resources
18912 also on Mac.
18913
18914 * disp-table.el (standard-display-g1, standard-display-graphic):
18915 Refuse to use string glyphs also on Mac.
18916 (standard-display-european): Don't set terminal coding system also
18917 on Mac.
18918
18919 * frame.el (display-screens): Use x-display-screens also on Mac.
18920
18921 2005-10-21 Romain Francoise <romain@orebokech.com>
18922
18923 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
18924
18925 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
18926
18927 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
18928 and $? into sexps.
18929
18930 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
18931 warning face on open-paren-in-column-0.
18932
18933 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
18934 boundary case. Fix typo.
18935 Suggested by Martin Rudalics <rudalics@gmx.at>.
18936
18937 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
18938
18939 * textmodes/org.el (org-combined-agenda-icalendar-file)
18940 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
18941 (org-export-icalendar-this-file)
18942 (org-export-icalendar-all-agenda-files)
18943 (org-export-icalendar-combine-agenda-files): New commands.
18944 (org-export-icalendar, org-print-icalendar-entries)
18945 (org-start-icalendar-file, org-finish-icalendar-file)
18946 (org-ical-ts-to-string): New functions.
18947 (org-read-date, org-goto-calendar)
18948 (org-agenda-goto-calendar): Inhibit displaying diary entries by
18949 call to `calendar'.
18950 (orgtbl-setup): Remove the :keys arguments from the menu description.
18951 (org-after-save-iCalendar-file-hook): New variable.
18952
18953 2005-10-21 Kenichi Handa <handa@m17n.org>
18954
18955 * language/vietnamese.el (tcvn-5712): Make it an alias of
18956 vietnamese-tcvn coding-system.
18957
18958 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
18959
18960 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
18961 group id is given.
18962
18963 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
18964
18965 * progmodes/sh-script.el (sh-escaped-line-re): New var.
18966 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
18967 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
18968 whose line is either continued or ends with a comment.
18969
18970 2005-10-20 Romain Francoise <romain@orebokech.com>
18971
18972 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
18973
18974 * replace.el (occur-engine): Add follow-link property.
18975
18976 * font-core.el (font-lock-mode): Doc fix.
18977
18978 2005-10-20 Richard M. Stallman <rms@gnu.org>
18979
18980 * net/rcirc.el: New file.
18981
18982 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
18983
18984 * term.el (term-term-name): Initialize to "eterm-color".
18985
18986 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
18987
18988 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
18989 for encryption functionality.
18990 Move allout customization subgroup from `editing' to `outlines' group.
18991 Fix commentary keywords to legitimate ones.
18992 Update author info (using my current email address, obscurified).
18993 (allout-encrypt-string, allout-encryption-produce-work-buffer)
18994 (allout-encrypted-topic-p, allout-encrypted-text-type)
18995 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
18996 (allout-situate-encryption-key-verifier)
18997 (allout-get-encryption-key-verifier, allout-verify-key)
18998 (allout-next-topic-pending-encryption)
18999 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
19000 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
19001 (outline-key-verifier-handling, outline-key-hint-handling)
19002 (outline-encrypt-unencrypted-on-saves): New defcustoms.
19003 (allout-file-key-verifier-string, allout-encryption-scheme)
19004 (allout-key-verifier-string, allout-key-hint-string)
19005 (allout-after-save-decrypt): New variables.
19006 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
19007 (allout-after-saves-handler): New hook functions.
19008 (allout-post-command-business): Do allout-after-save-decrypt.
19009 (allout-enable-file-variable-adjustment): Custom var to enable
19010 mechanism for adding and adjusting settings of Emacs file variables.
19011 (allout-adjust-file-variable, allout-file-vars-section-data):
19012 New functions, implement the mechanism.
19013 (outlineify-sticky): Use the file vars mechanism.
19014 (allout-inhibit-protection, allout-during-write-cue)
19015 (allout-override-protect, allout-before-change-protect): Remove.
19016 (allout-flag-region, allout-open-topic): Adjust read-only text.
19017 (allout-open-line-not-read-only): Add to facilitate read-only
19018 text based protection.
19019 (allout-kill-line): Revise to adjust read-only text, clue the
19020 user about the inhibition.
19021 (allout-unprotected): Use unwind-protect.
19022 (allout-shift-in, allout-shift-out): Disallow manually shifting a
19023 topic deeper than the offspring depth of the previous topic -
19024 avoiding confusing "containment discontinuities".
19025 (allout-reindent-bodies): Fix retention of body relative hanging
19026 indent during promotion of collapsed bodies.
19027 (allout-open-topic): Make it easy to open new topic with same
19028 bullet as current topic - topic creation functions provided with
19029 any universal argument provokes now prompt for bullet, defaulting
19030 to the bullet of the previous topic.
19031 (allout-plain-bullets-string, allout-distinctive-bullets-string):
19032 Plain bullet alternates `.' period and `,' comma only. All other
19033 bullets are relegated to special status (but customizable).
19034 (allout-end-of-entry): Rename from allout-end-of-current-entry
19035 since it actually operates w.r.t. most immediately containing
19036 entry, visible or not.
19037 (allout-hide-current-entry, allout-show-current-entry): Use the
19038 revised version.
19039 (allout-old-expose-topic): Solidify deprecation.
19040 (allout-end-of-subtree): Add so we can span concealed as well
19041 as visible topics.
19042 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
19043 (allout-end-of-current-heading): Tweak to just respect the first line.
19044 (allout-get-body-text): Add.
19045 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
19046 when invoked interactively.
19047 (allout-up-current-level): Use `interactive-p'.
19048 (allout-mode, allout-init): Miscellaneous docstring and
19049 operational refinements, as well as hookups of new encryption stuff.
19050 (allout-beginning-of-current-entry): Now works as advertised.
19051 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
19052 (allout-isearch-rectification): Refine condition for isearching.
19053 (allout-isearch-abort, allout-enwrap-isearch)
19054 (allout-flag-region, my-region-active-p): Relocate some macros.
19055 (allout-title): Fallback title is (buffer-name), not
19056 non-existing (current-buffer-name).
19057 (subst-char-in-string): Define if absent (for some XEmacs versions).
19058
19059 2005-10-20 Jari Aalto <jari.aalto@cante.net>
19060
19061 * mail/sendmail.el (mail-setup-hook, mail-aliases)
19062 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
19063 (mail-citation-prefix-regexp, mail-signature-file)
19064 (mail-default-headers, mail-bury-selects-summary)
19065 (mail-send-nonascii): Add autoload cookies.
19066
19067 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
19068
19069 * frame.el (blink-cursor-mode): Add `mac' to the list of
19070 window-system's that support blinking cursor.
19071
19072 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
19073
19074 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
19075
19076 2005-10-20 Eli Zaretskii <eliz@gnu.org>
19077
19078 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
19079 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
19080 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
19081
19082 2005-10-20 Kim F. Storm <storm@cua.dk>
19083
19084 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
19085 (ido-set-current-directory): Don't add / after final @.
19086 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
19087 Explicitly handle ange-ftp completion oddities.
19088 (ido-make-file-list): Don't rotate list at tramp root to avoid
19089 triggering tramp file handler for expand-file-name via get-file-buffer.
19090
19091 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
19092
19093 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
19094
19095 2005-10-19 Jay Belanger <belanger@truman.edu>
19096
19097 * calc/calc-units.el (math-standard-units): Add units, adjust
19098 symbols and update values.
19099 (math-unit-prefixes): Add more prefixes.
19100
19101 2005-10-19 Romain Francoise <romain@orebokech.com>
19102
19103 * bookmark.el (bookmark-menu-heading): New face.
19104 (bookmark-bmenu-list): Use it.
19105 Don't fiddle with `baud-rate' at top-level.
19106
19107 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
19108
19109 * image.el (create-image, find-image): Mention max-image-size in
19110 docstring.
19111
19112 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
19113
19114 * savehist.el (savehist-load): Revert to checking XEmacs.
19115
19116 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
19117 Various docstring and line-width fixups.
19118 (conf-mode): Use cond.
19119 Set font-lock-defaults. Don't set comment-use-syntax.
19120
19121 2005-10-18 David Ponce <david@dponce.com>
19122
19123 * tree-widget.el (tree-widget-button-click): New function.
19124 (tree-widget-button-keymap): Use it.
19125
19126 2005-10-18 Romain Francoise <romain@orebokech.com>
19127
19128 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
19129 (bookmark-bmenu-hide-filenames): Add follow-link property.
19130 Improve help-echo text.
19131
19132 * ffap.el (find-file-at-point): Doc fix.
19133
19134 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19135
19136 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
19137
19138 2005-10-18 Masatake YAMATO <jet@gyve.org>
19139
19140 Install to the CVS repository what I forgot to install in my
19141 2005-10-16 changes.
19142
19143 * progmodes/python.el (python-complete-symbol): Pass the common
19144 prefix substring of completion to `display-completion-list'.
19145
19146 * textmodes/org.el (org-complete): Ditto.
19147
19148 2005-10-18 Masatake YAMATO <jet@gyve.org>
19149
19150 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
19151
19152 * woman.el (WoMan-xref-man-page): New button type derived
19153 from `Man-abstract-xref-man-page'.
19154 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
19155
19156 * man.el (Man-abstract-xref-man-page): New button type.
19157 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
19158 (Man-highlight-references): Add new optional argument `xref-man-type'.
19159
19160 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
19161
19162 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
19163
19164 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
19165
19166 * cus-edit.el (Custom-move-and-invoke): Delete.
19167 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
19168
19169 * wid-edit.el (widget-move-and-invoke): New function, from
19170 Custom-move-and-invoke.
19171
19172 2005-10-17 Bill Wohler <wohler@newt.com>
19173
19174 Move all remaining images from lisp/toolbar to etc/images, move
19175 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
19176 the low resolution images in their own directory (low-color).
19177
19178 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
19179 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
19180 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
19181 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
19182 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
19183 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
19184 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
19185
19186 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
19187 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
19188 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
19189 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
19190 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
19191 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
19192 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
19193 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
19194 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
19195 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
19196 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
19197 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
19198 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
19199 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
19200 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
19201
19202 To conform with convention, replace the underscore (_) in the
19203 following image names with dash (-) or (/) as appropriate.
19204
19205 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
19206 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
19207 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
19208 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
19209 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
19210 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
19211 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
19212 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
19213 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
19214 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
19215 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
19216 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
19217 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
19218 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
19219 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
19220
19221 * info.el (info-tool-bar-map): Replace underscores in image names
19222 with dashes.
19223
19224 * makefile.w32-in (WINS): Remove toolbar.
19225
19226 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
19227
19228 * tool-bar.el: Move to lisp from toolbar. Now that
19229 toolbar is empty, it should be deleted when folks run "cvs up -P".
19230
19231 2005-10-18 Jay Belanger <belanger@truman.edu>
19232
19233 * calc/calc-store.el (calc-store-into): Get the proper variable name
19234 to display in message.
19235
19236 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
19237
19238 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
19239 expressions display in speedbar for all buffers when debugging.
19240 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
19241
19242 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
19243 (speedbar-insert-button, speedbar-make-button):
19244 Use add-text-properties.
19245 (speedbar-update-localized-contents)
19246 (speedbar-update-directory-contents)
19247 (speedbar-update-special-contents): Use dolist.
19248 (speedbar-buffer-easymenu-definition): Add a menu separator.
19249
19250 2005-10-17 Jason Rumney <jasonr@gnu.org>
19251
19252 * makefile.w32-in: Use $(lisp) consistently.
19253 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
19254 for shell specific generation of mh-autoloads.
19255
19256 2005-10-17 Richard M. Stallman <rms@gnu.org>
19257
19258 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
19259
19260 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
19261
19262 * jit-lock.el (jit-lock-fontify-now):
19263 Move jit-lock-context-unfontify-pos to avoid wasted work.
19264
19265 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
19266
19267 * net/tramp.el (tramp-completion-mode): New defvar. Used in
19268 `tramp-completion-mode' for checking if we are in completion mode.
19269 (tramp-completion-handle-file-name-all-completions): Reorder code
19270 in order to complete for file names only in case there are no
19271 method/user/host completions. This is necessary for cooperation
19272 with ido. Reported by Kim F. Storm <storm@cua.dk>.
19273
19274 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
19275
19276 * longlines.el (longlines-search-forward)
19277 (longlines-search-backward): Match any number of spaces.
19278
19279 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
19280
19281 * diff-mode.el (diff-mode): Doc fix.
19282
19283 2005-10-16 David Reitter <david.reitter@gmail.com>
19284
19285 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
19286 as default on darwin and windows systems.
19287
19288 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
19289
19290 * arc-mode.el (archive-zip-extract): Doc fix.
19291
19292 2005-10-16 Romain Francoise <romain@orebokech.com>
19293
19294 * mouse.el (mouse-1-click-follows-link): Doc fix.
19295
19296 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
19297
19298 * savehist.el: Don't require CL at runtime.
19299 (savehist-xemacs): Remove.
19300 (savehist-coding-system): Use utf-8 if present, regardless of religion.
19301 (savehist-no-conversion): Use (featurep 'xemacs).
19302 (savehist-load): Check existence of start-itimer rather than XEmacs.
19303 Use an idle timer.
19304 (savehist-process-for-saving): Replace use of CL funs `subseq' and
19305 `delete-if-not'.
19306
19307 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
19308
19309 * savehist.el: Newer version.
19310 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
19311 (savehist-last-checksum, savehist-no-conversion): New vars.
19312 (savehist-autosave, savehist-process-for-saving, savehist-printable):
19313 New functions.
19314 (savehist-load, savehist-save): Use them.
19315 (savehist-delimit): Remove.
19316
19317 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
19318
19319 * progmodes/compile.el (compilation-goto-locus): Display the
19320 compilation buffer first and the source buffer second, in case they're
19321 in overlapping frames. Don't raise the compilation frame if it was the
19322 selected window upon entry. Pass the `other-window' arg to
19323 pop-to-buffer.
19324
19325 * info.el (Info-fontify-node): Use dolist.
19326 Change add-text-properties to put-text-property.
19327
19328 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19329
19330 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
19331 bound of search.
19332
19333 2005-10-16 Masatake YAMATO <jet@gyve.org>
19334
19335 * dabbrev.el (dabbrev-completion): Pass the common
19336 prefix substring of completion to `display-completion-list'.
19337
19338 * filecache.el (file-cache-minibuffer-complete)
19339 (file-cache-complete): Ditto.
19340
19341 * tempo.el (tempo-display-completions): Ditto.
19342
19343 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
19344
19345 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
19346
19347 * eshell/em-hist.el (eshell-list-history): Ditto.
19348
19349 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
19350
19351 * mail/mailalias.el (mail-complete): Ditto.
19352
19353 * progmodes/etags.el (complete-tag): Ditto.
19354
19355 * progmodes/make-mode.el (makefile-complete): Ditto.
19356
19357 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
19358
19359 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
19360
19361 * progmodes/pascal.el (pascal-complete-word)
19362 (pascal-show-completions): Ditto.
19363
19364 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
19365
19366 * simple.el (completion-common-substring): New variable.
19367 (completion-setup-function): Use `completion-common-substring'
19368 to put faces.
19369
19370 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19371
19372 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
19373 (x-get-selection, mac-select-convert-to-string): Convert from/to
19374 UTF-16 clipboard data as in native byte order, no BOM.
19375
19376 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
19377
19378 * progmodes/gud.el (gud-tool-bar-map): Rename the images
19379 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
19380 (gud-sentinel): Use speedbar-frame to check for speedbar.
19381
19382 2005-10-15 Richard M. Stallman <rms@gnu.org>
19383
19384 * savehist.el: New file.
19385
19386 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
19387
19388 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
19389 Fix bug in \bf fontification.
19390
19391 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
19392
19393 * pcvs.el (cvs-edit-log-files): New var.
19394 (cvs-mode-edit-log): New arg `file'.
19395 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
19396 Instead force the use of the original file and nothing else.
19397 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
19398 the cvs-minor-wrap-function is set.
19399 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
19400
19401 2005-10-14 Bill Wohler <wohler@newt.com>
19402
19403 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
19404 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
19405 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
19406 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
19407 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
19408 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
19409 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
19410 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
19411 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
19412 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
19413 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
19414 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
19415 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
19416 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
19417 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
19418
19419 * progmodes/gud.el (gud-tool-bar-map): Rename the images
19420 appropriately (for example, gud-break to gud/break).
19421
19422 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
19423
19424 * longlines.el (longlinges-search-function)
19425 (longlines-search-forward, longlines-search-backward): New functions.
19426 (longlines-mode): Set isearch-search-fun-function to
19427 longlinges-search-function.
19428
19429 * mouse.el (mouse-drag-region-1): Handle the case where a
19430 double-click event is bound to an arbitrary function.
19431
19432 2005-10-14 David Ponce <david@dponce.com>
19433
19434 * recentf.el (recentf-track-opened-file)
19435 (recentf-track-closed-file, recentf-update-menu)
19436 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
19437 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
19438 mouse-1-click-follows-link.
19439
19440 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19441
19442 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
19443 Gnome file-manager.png. Suggested by
19444 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
19445
19446 * toolbar/README: Add diropen.xpm.
19447
19448 2005-10-13 Bill Wohler <wohler@newt.com>
19449
19450 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
19451 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
19452
19453 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
19454
19455 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
19456 Don't waste the byte-compiler's time on constant data.
19457
19458 2005-10-13 Kenichi Handa <handa@m17n.org>
19459
19460 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
19461 byte with `escape-glyph' face.
19462
19463 * international/fontset.el (ccl-encode-unicode-font):
19464 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
19465 Handle the case that ucs-mule-to-mule-unicode translates a character to
19466 ASCII (usually for IPA characters).
19467
19468 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
19469
19470 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
19471 Don't hide the underline of titles if font-lock-mode is disabled.
19472
19473 2005-10-12 Bill Wohler <wohler@newt.com>
19474
19475 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
19476 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
19477 files in MH-E-SRC have been updated.
19478 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
19479
19480 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
19481
19482 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
19483 (mixal-mode-syntax-table): Add \n as end-comment.
19484 (mixal-operation-codes-alist): Immediately initialize to full value.
19485 (mixal-add-operation-code): Remove.
19486 (mixal-describe-operation-code): Make the arg non-optional.
19487 Use the interactive spec instead.
19488 Use mixal-operation-codes-alist rather than mixal-operation-codes.
19489 (mixal-font-lock-keywords): Don't highlight comments here any more.
19490 (mixal-font-lock-syntactic-keywords): New var.
19491 (mixal-mode): Use it. Fix comment-start-skip.
19492
19493 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19494
19495 * startup.el (command-line-x-option-alist): -nb => -nbi
19496
19497 2005-10-12 Kim F. Storm <storm@cua.dk>
19498
19499 * startup.el (fancy-splash-default-action): Discard mouse click in
19500 the splash screen window, as it has no sensible meaning in the
19501 next window to be selected. Fixes error reported by Jan D.
19502
19503 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
19504
19505 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
19506
19507 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
19508
19509 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
19510 Try to fix up minor layout issues like indentation, line break, etc...
19511 (mixal-mode-syntax-table): Don't try to specify comment syntax,
19512 because it doesn't work.
19513 (mixal-operation-codes): Add some more codes.
19514 (mixal-font-lock-keywords): Process comments here.
19515 (mixal-mode): mixasm no longer needs -g option.
19516
19517 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
19518
19519 * progmodes/sh-script.el (sh-tmp-file):
19520 Use mktemp -t. Finish support for es and rc shells.
19521
19522 2005-10-11 Jay Belanger <belanger@truman.edu>
19523
19524 * calc/calcalg2.el (calc-integral): With an argument, compute the
19525 definite integral.
19526
19527 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
19528
19529 * mouse.el (mouse-drag-region-1): Don't try to catch a
19530 double-click when doing follow-link (it's overridden anyway).
19531
19532 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
19533
19534 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
19535 (autoload-print-form-outbuf): Add docstring.
19536
19537 2005-10-11 Juri Linkov <juri@jurta.org>
19538
19539 * info.el (Info-mode-menu): Delete menu item "Edit".
19540 (Info-mode): Delete description of Info-edit from docstring,
19541 and rearrange descriptions of Info commands in the order
19542 they are documented in the Info manual.
19543
19544 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
19545
19546 * calendar/appt.el (appt-check): Use diary-selective-display var.
19547
19548 2005-10-10 Richard M. Stallman <rms@gnu.org>
19549
19550 * net/newsticker.el (newsticker-start, newsticker-show-news):
19551 Add autoload cookies.
19552
19553 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
19554
19555 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
19556
19557 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
19558
19559 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
19560
19561 2005-10-10 Jay Belanger <belanger@truman.edu>
19562
19563 * calc/calc-arith.el (math-check-known-scalarp)
19564 (math-check-known-matrixp): Check the values of arguments that are
19565 variables.
19566 (math-check-known-square-matrixp): New function.
19567 (math-known-square-matrixp): Use math-check-known-square-matrixp.
19568 (math-super-types): Add sqmatrix type.
19569
19570 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
19571 mode name `square' to `sqmatrix'.
19572
19573 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
19574 mode name `square' to `sqmatrix'.
19575
19576 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
19577
19578 * progmodes/etags.el (select-tags-table-mode): Don't use
19579 selective-display.
19580 (tags-select-tags-table): Pass `button' to the action function.
19581 (select-tags-table): Place the side-info on button properties rather
19582 than in hidden text. Abbreviate file names.
19583 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
19584 (select-tags-table-select): Add `button' argument.
19585 Get side-info from the button property rather than from hidden text.
19586
19587 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
19588
19589 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
19590 (gud-speedbar-buttons): Preserve point if possible.
19591 (gud-sentinel): Restore previous speedbar display type.
19592
19593 * progmodes/gdb-ui.el (gdba): Improve diagram.
19594 (def-gdb-auto-update-handler, gdb-info-locals-handler)
19595 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
19596 Call get-buffer-window once.
19597
19598 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
19599
19600 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
19601 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
19602 (pascal-indent-command): Remove unused var `ind'.
19603 (pascal-indent-case): Remove unused var `oldpos'.
19604 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
19605 since it's now used as a proper minor mode map.
19606 (pascal-outline): Rename to pascal-outline-mode.
19607 (pascal-outline-mode): Use define-minor-mode.
19608 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
19609 selective-display.
19610
19611 2005-10-10 Andreas Schwab <schwab@suse.de>
19612
19613 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
19614 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
19615
19616 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
19617 outside source directory.
19618
19619 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
19620
19621 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
19622 C-x' as a prefix.
19623 (orgtbl-mode-map): Full keymap instead of sparse, because all
19624 `self-insert-command' keys are redefined in this map.
19625 (org-export-as-html): Specify charset for HTML file, by taking it
19626 from the coding system.
19627
19628 2005-10-10 Kenichi Handa <handa@m17n.org>
19629
19630 * textmodes/flyspell.el (flyspell-check-word-p):
19631 If unread-command-events is non-empty, don't call sit-for.
19632
19633 2005-10-09 Richard M. Stallman <rms@gnu.org>
19634
19635 * font-lock.el (font-lock-syntactic-keywords)
19636 (font-lock-keywords): Doc fixes.
19637
19638 * textmodes/flyspell.el (flyspell-external-point-words):
19639 Simplify logic, and don't try to check for consecutive appearances
19640 of one incorrect word.
19641
19642 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
19643
19644 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
19645 separator.
19646
19647 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
19648 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
19649 (gud-expansion-speedbar-buttons): New function.
19650 (gud-speedbar-buttons): Check for gud-comint-buffer.
19651
19652 2005-10-09 Bill Wohler <wohler@newt.com>
19653
19654 * Makefile.in (updates): Add mh-loaddefs dependency.
19655
19656 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
19657
19658 * speedbar.el (speedbar-file-key-map): Fix typo.
19659
19660 2005-10-09 Daniel Brockman <daniel@brockman.se>
19661
19662 * cus-start.el (line-spacing): Add custom spec.
19663
19664 2005-10-09 Romain Francoise <romain@orebokech.com>
19665
19666 * textmodes/ispell.el (ispell-check-version): Fix last change.
19667
19668 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19669
19670 * term/x-win.el: Remove -i, --icon-type from comment.
19671
19672 * startup.el (command-line-x-option-alist): Remove options -i,
19673 -itype, --icon-type, added -nb, --no-bitmap-icon
19674
19675 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
19676
19677 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
19678 instead of :active.
19679
19680 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
19681
19682 * textmodes/ispell.el (ispell-check-version):
19683 Ignore hyphen, and all that follows, in aspell's version text.
19684
19685 2005-10-08 Jay Belanger <belanger@truman.edu>
19686
19687 * calc/calc-arith.el (math-known-square-matrixp): New function.
19688 (math-pow-fancy): Check for matrices before distributing exponent
19689 across products.
19690
19691 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
19692 fullscreen keypad. Suggested by Luc Teirlinck.
19693 (calc-keypad-show-input): Add space for formatting.
19694
19695 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
19696 Add square matrix option.
19697
19698 * calc/calc-poly.el (math-expand-term): Check for matrices instead
19699 of checking calc-matrix-mode when deciding how to expand.
19700
19701 * calc/calc.el (calc-set-mode-line): Add square matrix option.
19702
19703 2005-10-08 Lars Hansen <larsh@soem.dk>
19704
19705 * net/tramp.el (tramp-perl-directory-files-and-attributes):
19706 Add error handling.
19707 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
19708
19709 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
19710
19711 Sync with Tramp 2.0.51.
19712
19713 * net/tramp.el (tramp-handle-set-visited-file-modtime)
19714 (tramp-handle-insert-file-contents, tramp-handle-write-region):
19715 Insert special handling for `last-coding-system-used', again
19716 it still seems to be necessary (unlike stated before).
19717 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
19718 (tramp-password-prompt-regexp): There might be other words before
19719 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
19720 (tramp-chunksize): Improve docstring.
19721 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
19722 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
19723 Christian Joergensen <bugs@razor.dk>.
19724
19725 2005-10-07 Glenn Morris <rgm@gnu.org>
19726
19727 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
19728 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
19729 precision'.
19730
19731 2005-10-07 Romain Francoise <romain@orebokech.com>
19732
19733 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
19734 (ibuffer-do-shell-command-pipe-replace)
19735 (ibuffer-do-shell-command-file, ibuffer-do-eval)
19736 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
19737 (ibuffer-do-revert, ibuffer-do-replace-regexp)
19738 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
19739 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
19740 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
19741 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
19742 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
19743 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
19744 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
19745 Autoload file sans suffix.
19746
19747 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
19748
19749 2005-10-07 David Ponce <david@dponce.com>
19750
19751 * recentf.el (recentf-menu-open-all-flag): New option.
19752 (recentf-digit-shortcut-command-name): New function.
19753 (recentf--shortcuts-keymap): New variable.
19754 (recentf-menu-shortcuts): New variable.
19755 (recentf-make-menu-items): Initialize it. Replace the "More..."
19756 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
19757 (recentf-menu-value-shortcut): New function.
19758 (recentf-make-menu-item): Use it. No more in-lined.
19759 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
19760 (recentf-open-most-recent-file): Rename from
19761 `recentf-open-file-with-key'. Don't depend on key binding.
19762 (recentf-mode-map): New variable.
19763 (recentf-mode): Use it.
19764
19765 2005-10-06 Bill Wohler <wohler@newt.com>
19766
19767 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
19768
19769 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
19770 (MH-E-SRC): New. Used by mh-autoloads.
19771 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
19772 files in MH-E-SRC have been updated.
19773 (compile, recompile, bootstrap): Depend on mh-autoloads.
19774
19775 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
19776
19777 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
19778 gud-break and gud-remove icons when the fringe is not available.
19779
19780 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
19781 Typo.
19782
19783 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
19784
19785 * play/zone.el (zone): Wrap body with save-window-excursion.
19786
19787 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
19788
19789 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
19790 Use the new `list-only' arg to diary-list-entries.
19791
19792 * calendar/diary-lib.el: Use overlays rather than selective-display.
19793 (diary-selective-display): New var.
19794 (diary-header-line-format): Use it.
19795 (diary-list-entries): Add argument `list-only'.
19796 Put the buffer in diary-mode. Don't add \^M at beg and end.
19797 Replace \^M by invisible overlays.
19798 (diary-unhide-everything): Replace \^M by invisible overlays.
19799 (print-diary-entries): Look for overlays rather than \^M.
19800 Add a space to the temp buffer name.
19801 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
19802 Put the buffer in diary-mode.
19803 (list-sexp-diary-entries): Replace \^M by invisible overlays.
19804 (diary-anniversary): Make the year arg optional.
19805 (diary-time-regexp): New const.
19806 (diary-font-lock-keywords): Use it to accept a few more time formats.
19807
19808 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
19809
19810 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
19811
19812 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
19813 Fix bug introduced 2005-07-03: Use (car (last ...))
19814 to faithfully reproduce replaced artist-last.
19815 (artist-set-arrow-points-for-poly): Likewise.
19816 Suggested by Johan Bockg\e,Ae\e(Brd.
19817
19818 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
19819
19820 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
19821 * wid-edit.el (widget):
19822 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
19823 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
19824
19825 2005-10-06 Kenichi Handa <handa@m17n.org>
19826
19827 * international/mule-cmds.el (set-language-environment):
19828 Fix setting up of case-table for unibyte mode.
19829
19830 * simple.el (what-cursor-position): If the character is displayed
19831 by some `display' text property, show that. Don't use
19832 single-key-description for eight-bit characters in multibyte mode.
19833
19834 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
19835
19836 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
19837 (gdb-ann3): Set it.
19838 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
19839 (gdb-info-frames-custom): Use inverse-video for first five
19840 characters of selected frame only.
19841 (gdb-get-frame-number): Select frame even when point is on frame
19842 number.
19843
19844 2005-10-06 Masatake YAMATO <jet@gyve.org>
19845
19846 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
19847 Put `font-lock-function-name-face'.
19848 (gdb-info-frames-custom): Put `font-lock-function-name-face'
19849 and `font-lock-variable-name-face'
19850 (gdb-registers-font-lock-keywords): New font lock keywords definition.
19851 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
19852 (gdb-memory-font-lock-keywords): New font lock keywords definition.
19853 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
19854 (gdb-local-font-lock-keywords): New font lock keywords definition.
19855 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
19856 (gdb-threads-font-lock-keywords): New font lock keywords definition.
19857 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
19858
19859 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
19860
19861 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
19862 (ediff-merge-region-is-non-clash-to-skip): Previously called
19863 ediff-merge-region-is-non-clash.
19864
19865 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
19866 Use insert-buffer-substring.
19867
19868 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
19869 selecting files to patch. Also bug fixes.
19870
19871 * ediff-util.el (ediff-setup): Bug fix.
19872 (ediff-next-difference): Never skip clashes that differ in white
19873 space only.
19874
19875 * ediff-wind.el (ediff-setup-control-frame)
19876 (ediff-destroy-control-frame): Check the menubar feature.
19877
19878 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
19879 (viper-refresh-mode-line): Use make-local-variable to localize
19880 some vars instead of make-variable-buffer-local. Suggested by
19881 Stefan Monnier.
19882
19883 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
19884 (viper-restore-cursor-type, viper-set-insert-cursor-type):
19885 Use make-local-variable instead of make-variable-buffer-local.
19886 Suggested by Stefan Monnier.
19887
19888 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
19889 (viper-comint-mode-hook): Use make-local-variable on
19890 require-final-newline.
19891 (viper-non-hook-settings): Don't use make-variable-buffer-local.
19892
19893 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
19894
19895 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
19896 also the second char of a comment-start sequence.
19897 (scheme-sexp-comment-syntax-table): New var.
19898 (lambda, define): Set their scheme-doc-string-elt property.
19899 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
19900 Use lisp-font-lock-syntactic-face-function now that it properly
19901 handles |...| symbols.
19902 (scheme-mode-variables): Set lisp-doc-string-elt-property,
19903 parse-sexp-lookup-properties and font-lock-extra-managed-props.
19904
19905 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
19906 bit from # to |.
19907 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
19908
19909 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
19910 (lisp-doc-string-elt-property): New var.
19911 (lisp-font-lock-syntactic-face-function): Use it.
19912 Rewrite to recognize docstrings even for forms not at toplevel.
19913
19914 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
19915 annotation on the | part of #| rather than on the # part.
19916 (scheme-font-lock-syntactic-face-function): New function, to
19917 distinguish strings from |...| symbols.
19918 (scheme-mode-variables): Use it. Also fix up the font-lock-time
19919 syntax-table so that #|...|# is properly highlighted.
19920
19921 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
19922 Don't mark as docstring the 3rd elem of an unknown toplevel form.
19923
19924 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
19925
19926 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
19927 and C-e.
19928
19929 * emacs-lisp/eldoc.el: Move comments into docstrings.
19930 (eldoc-message-commands): Initialize in its declaration.
19931 Add move-beginning-of-line and move-end-of-line.
19932 (eldoc-add-command, eldoc-add-command-completions)
19933 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
19934
19935 * outline.el (outline-mark-subtree): Activate the mark.
19936
19937 * calendar/appt.el (appt-time-regexp): New var.
19938 (appt-add, appt-make-list): Use it.
19939 (appt-convert-time): Clean up.
19940
19941 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
19942 Don't set any syntax-table property here.
19943 (tex-font-lock-verb): New function. Do it here.
19944 (tex-font-lock-syntactic-keywords): Use it.
19945
19946 2005-10-04 Richard M. Stallman <rms@gnu.org>
19947
19948 * wid-edit.el (widget-file-complete): Get the widget start point
19949 the right way. Default directory to `/' if file has none.
19950
19951 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
19952
19953 * textmodes/flyspell.el (flyspell-mode-on):
19954 Call ispell-maybe-find-aspell-dictionaries.
19955
19956 * textmodes/ispell.el (ispell-word, ispell-region):
19957 Call ispell-maybe-find-aspell-dictionaries.
19958 (ispell-accept-buffer-local-defs):
19959 Don't call ispell-maybe-find-aspell-dictionaries
19960
19961 2005-10-04 Richard M. Stallman <rms@gnu.org>
19962
19963 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
19964
19965 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
19966
19967 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
19968 instead of `fboundp' in order to allow for anonymous functions.
19969
19970 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
19971
19972 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
19973 case the user clicks on the link while another window is selected.
19974 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
19975
19976 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
19977 functionality.
19978 (dframe-help-echo): Save point in case mouse tracking is off.
19979
19980 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
19981
19982 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
19983
19984 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
19985
19986 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
19987 not change the global value of those vars.
19988
19989 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
19990 make-local-variable which we do not need any more.
19991
19992 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
19993
19994 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
19995 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
19996 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
19997 (speedbar-path-line): Define obsolete aliases.
19998 (speedbar-line-directory): Doc fix.
19999
20000 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
20001 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
20002 instead of speedbar-line-path.
20003
20004 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20005
20006 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
20007 to nil if dropping on a window. Handle dropping on a minibuffer window
20008 like dropping on a non-window part of Emacs.
20009
20010 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20011
20012 * net/ange-ftp.el: Use with-current-buffer.
20013 (ange-ftp-insert-directory): Do not follow symlinks any more.
20014
20015 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
20016 Remove interactive spec.
20017
20018 2005-10-03 Kim F. Storm <storm@cua.dk>
20019
20020 * ido.el (ido-mode): Use custom-initialize-set.
20021
20022 2005-10-02 Richard M. Stallman <rms@gnu.org>
20023
20024 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
20025 Use insert-buffer-substring.
20026
20027 * net/tramp.el: Pacify byte compiler warnings in pacification code.
20028 (tramp-handle-file-local-copy): Use insert-buffer-substring.
20029
20030 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
20031
20032 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
20033 in last change.
20034 (ange-ftp-insert-directory): Fix up the search for the case where
20035 `file' is absolute.
20036
20037 2005-10-02 Romain Francoise <romain@orebokech.com>
20038
20039 * progmodes/compile.el (compile-goto-error): Delete extra paren.
20040
20041 2005-10-02 Andreas Schwab <schwab@suse.de>
20042
20043 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
20044 directory component in the session info.
20045
20046 2005-10-01 Richard M. Stallman <rms@gnu.org>
20047
20048 * comint.el (comint-redirect-subvert-readonly): Doc fix.
20049
20050 * simple.el (next-error-internal): New function.
20051
20052 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
20053 (compilation-start): Pass new arg to compilation-buffer-name.
20054 (compile-goto-error): Use next-error-internal.
20055
20056 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
20057
20058 * speedbar.el: Remove RCS tag.
20059 (speedbar-check-read-only): Handle non-existent files.
20060
20061 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
20062
20063 * info.el (Info-speedbar-hierarchy-buttons)
20064 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
20065
20066 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20067
20068 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
20069 Do not match newline.
20070 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
20071 (bibtex-summary): Remove unnecessary save-excursion.
20072 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
20073
20074 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20075
20076 * term/mac-win.el: Add charset info for "iso10646-1".
20077 Modify default fontset to use ATSUI-compatible fonts for some charsets
20078 if available.
20079
20080 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
20081
20082 * speedbar.el: Re-apply arch tag.
20083 (speedbar-version): Rename to version 1.0. Suggested by Eric
20084 M. Ludlam.
20085 Reapply two changes from Emacs CVS' version of speedbar lost
20086 during the merge:
20087 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
20088 (speedbar-frame-parameters): Improve customize type.
20089
20090 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
20091
20092 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
20093 (ange-ftp-file-directory-p): Fix the symlink case.
20094 (ange-ftp-insert-directory): When listing a single file, get a list of
20095 the parent buffer and extract the relevant line. Inspired from a patch
20096 by Katsumi Yamaoka <yamaoka@jpl.org>.
20097 (ange-ftp-file-name-sans-versions): Simplify.
20098
20099 2005-09-30 Bill Wohler <wohler@newt.com>
20100
20101 Move MH-E image files from toolbar and mail directories into
20102 etc/images.
20103
20104 * mail/reply2.*: Move to etc/images/mail/reply*.
20105
20106 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
20107 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
20108 etc/images.
20109
20110 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
20111 * toolbar/reply*: Move to etc/images/mail.
20112
20113 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
20114
20115 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
20116
20117 * speedbar.el: New version 1.0pre3.
20118
20119 Frame management code (including timer, and mouse click specifics)
20120 moved to dframe.el:
20121 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
20122 (speedbar-timer): Removed. Use dframe-timer.
20123 (speedbar-close-frame): Removed. Use dframe-close-frame.
20124 (speedbar-activity-change-focus-flag): Removed. Use
20125 dframe-activity-change-focus-flag.
20126 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
20127 dframe-update-speed.
20128
20129 (speedbar-current-frame): New macro. Use this instead of the
20130 variable speedbar-frame.
20131
20132 (speedbar-use-images, speedbar-expand-image-button-alist)
20133 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
20134
20135 (speedbar-find-image-on-load-path): Removed. Replaced by
20136 defezimage in ezimage.el.
20137 (speedbar-expand-image-button-alist): Removed. Replaced by
20138 ezimage-expand-image-button-alist in ezimage.el.
20139
20140 (speedbar-ignored-directory-regexp)
20141 (speedbar-add-ignored-directory-regexp)
20142 (speedbar-ignored-directory-expressions)
20143 (speedbar-line-directory, speedbar-buffers-line-directory)
20144 (speedbar-directory-line, speedbar-buffers-line-directory):
20145 Renamed, replacing `path' with `directory'.
20146
20147 (speedbar-create-directory, speedbar-expand-line-descendants)
20148 (speedbar-toggle-line-expansion)
20149 (speedbar-contract-line-descendants): New commands.
20150
20151 (speedbar-query-confirmation-method, speedbar-select-frame-method)
20152 (speedbar-use-tool-tips-flag): New options.
20153
20154 (speedbar-check-read-only, speedbar-require-version)
20155 (speedbar-insert-separator, speedbar-buffers-tail-notes)
20156 (speedbar-handle-delete-frame, speedbar-try-completion)
20157 (speedbar-update-localized-contents): New functions.
20158
20159 (speedbar-incompatible-version, speedbar-ro-to-do-point)
20160 (speedbar-object-read-only-indicator): New variables.
20161
20162 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
20163 New hooks.
20164
20165 (speedbar-separator-face): New face.
20166
20167 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
20168 (speedbar-ignored-modes): Add fundamental-mode.
20169 (speedbar-directory-unshown-regexp): Add . directories.
20170
20171 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
20172 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
20173 `]' for full expand/close.
20174 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
20175
20176 (speedbar-check-vc): Support hidden files.
20177 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
20178 (speedbar-this-file-in-vc): Use vc-state if available. If VC
20179 state is nil, it is not checked out.
20180
20181 (speedbar-line-text, speedbar-line-token): Support expand buttons
20182 with no text.
20183 (speedbar-refresh): Universal argument acts as power-click.
20184 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
20185 that buffer to get variable values.
20186
20187 And many other bugfixes.
20188
20189 * dframe.el, ezimage.el, sb-image.el: New files.
20190
20191 * sb-*.xpm: Remove files. New image files installed into
20192 etc/images/ezimage.
20193
20194 2005-09-30 Kenichi Handa <handa@m17n.org>
20195
20196 * ps-mule.el (ps-mule-show-warning): If a character is in
20197 ps-print-translation-table, don't treat it as non-printable.
20198
20199 2005-09-30 David Ponce <david@dponce.com>
20200
20201 * tree-widget.el (tree-widget-themes-load-path): New variable.
20202 (tree-widget-themes-directory): Doc fix.
20203 (tree-widget-image-formats) [Emacs]: Doc fix.
20204 (tree-widget--locate-sub-directory): New function.
20205 (tree-widget-themes-directory): Use it.
20206
20207 * recentf.el (recentf-filename-handlers): Rename from
20208 `recentf-filename-handler'. Allow a list of functions.
20209 (recentf-menu-items-for-commands): Fix :help strings.
20210 (recentf-apply-filename-handlers): New function.
20211 (recentf-expand-file-name): Use it.
20212 (recentf-cleanup): Remove duplicates too.
20213
20214 2005-09-29 Juri Linkov <juri@jurta.org>
20215
20216 * faces.el: Rearrange face definitions to be in the same order as
20217 their face descriptions in "(emacs)Standard Faces".
20218
20219 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
20220
20221 * tooltip.el (tooltip): Add group `basic-faces'.
20222
20223 * buff-menu.el (Buffer-menu-buffer): Remove group
20224 `font-lock-highlighting-faces'.
20225
20226 * progmodes/compile.el (compilation-error, compilation-warning)
20227 (compilation-info, compilation-line-number, compilation-column-number):
20228 Change group from `font-lock-highlighting-faces' to `compilation'.
20229
20230 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
20231 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
20232 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
20233 (vhdl-font-lock-reserved-words-face)
20234 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
20235 `font-lock-highlighting-faces'.
20236
20237 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
20238
20239 2005-09-28 Kim F. Storm <storm@cua.dk>
20240
20241 * emulation/cua-base.el: Set CUA move property on additional commands:
20242 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
20243 forward-sexp, backward-sexp, forward-list, backward-list.
20244
20245 2005-09-28 Romain Francoise <romain@orebokech.com>
20246
20247 * comint.el (comint-show-output): Really set point at the
20248 beginning of the output when not using `comint-use-prompt-regexp'.
20249
20250 2005-09-27 Jay Belanger <belanger@truman.edu>
20251
20252 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
20253 in TeX mode.
20254
20255 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
20256
20257 * textmodes/org.el (org-table-sum): Fix format string.
20258
20259 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
20260 Quote face names.
20261
20262 2005-09-26 Romain Francoise <romain@orebokech.com>
20263
20264 * isearch.el (isearch-forward-regexp): Close doc string.
20265
20266 2005-09-25 Richard M. Stallman <rms@gnu.org>
20267
20268 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
20269
20270 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
20271
20272 * progmodes/compile.el (compilation-error-properties):
20273 When getting the file from the previous error message,
20274 correctly decode the new data format.
20275
20276 * progmodes/cc-cmds.el (c-electric-paren):
20277 Call old-blink-paren only for close-paren.
20278
20279 2005-09-24 Andreas Schwab <schwab@suse.de>
20280
20281 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
20282 condition.
20283
20284 2005-09-25 Romain Francoise <romain@orebokech.com>
20285
20286 * dired-aux.el (dired-copy-file-recursive):
20287 * dired.el (dired-delete-file):
20288 * ediff-mult.el (ediff-dir-diff-copy-file):
20289 * ediff-util.el (ediff-test-save-region):
20290 * forms.el (forms-mode):
20291 * ido.el (ido-file-internal, ido-delete-file-at-head):
20292 * log-edit.el (log-edit-done):
20293 * ses.el (ses-yank-resize):
20294 * play/gomoku.el (gomoku-human-plays, gomoku)
20295 (gomoku-human-resigns, gomoku-prompt-for-other-game)
20296 (gomoku-offer-a-draw):
20297 * play/landmark.el (lm-human-resigns, lm):
20298 * net/eudcb-ldap.el (eudc-ldap-check-base):
20299 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
20300 * progmodes/ebrowse.el (ebrowse-find-pattern):
20301 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
20302 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
20303 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
20304
20305 * vc.el (vc-delete-file):
20306 * play/gomoku.el (gomoku-terminate-game, gomoku)
20307 (gomoku-prompt-for-move, gomoku-human-takes-back):
20308 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
20309 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
20310
20311 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
20312
20313 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
20314 color rxvt terminals by using the code xterm.el used to use before
20315 2005-04-09 in order to match the colors used by rxvt.
20316
20317 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
20318
20319 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
20320 colors rxvt-unicode terminals by using the same code as xterm.el.
20321
20322 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
20323
20324 * textmodes/tex-mode.el (tex-font-lock-append-prop)
20325 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
20326 new symbol used for the tex-verbatim face.
20327
20328 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
20329
20330 * woman.el (woman-file-name):
20331 * wid-edit.el (widget-file-prompt-value)
20332 (widget-coding-system-prompt-value):
20333 * w32-fns.el (set-w32-system-coding-system):
20334 * vc.el (vc-version-diff, vc-annotate):
20335 * textmodes/reftex-auc.el (reftex-arg-cite)
20336 (reftex-arg-index-tag):
20337 * textmodes/refer.el (refer-get-bib-files):
20338 * textmodes/artist.el (artist-figlet-choose-font):
20339 * terminal.el (terminal-emulator):
20340 * replace.el (occur-read-primary-args):
20341 * rect.el (string-rectangle, string-insert-rectangle):
20342 * ps-print.el (ps-print-preprint):
20343 * progmodes/pascal.el (pascal-goto-defun):
20344 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
20345 * progmodes/compile.el (compilation-find-file):
20346 * printing.el (pr-interactive-n-up):
20347 * play/animate.el (animate-birthday-present):
20348 * net/rcompile.el (remote-compile):
20349 * man.el (man, Man-goto-section, Man-follow-manual-reference):
20350 * mail/rmailsum.el (rmail-summary-search-backward)
20351 (rmail-summary-search):
20352 * mail/rmailout.el (rmail-output-read-rmail-file-name)
20353 (rmail-output-read-file-name):
20354 * mail/rmail.el (rmail-search, rmail-search-backwards):
20355 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
20356 * locate.el (locate):
20357 * international/quail.el (quail-show-keyboard-layout):
20358 * international/mule.el (set-buffer-file-coding-system)
20359 (revert-buffer-with-coding-system, set-file-name-coding-system)
20360 (set-terminal-coding-system, set-keyboard-coding-system)
20361 (set-next-selection-coding-system):
20362 * international/mule-diag.el (describe-coding-system)
20363 (describe-font, describe-fontset):
20364 * international/mule-cmds.el (universal-coding-system-argument)
20365 (search-unencodable-char, describe-input-method)
20366 (set-language-environment, describe-language-environment):
20367 * international/codepage.el (codepage-setup):
20368 * international/code-pages.el (codepage-setup):
20369 * info.el (Info-search, Info-follow-reference)
20370 (Info-search-backward):
20371 * emacs-lisp/advice.el (ad-read-advised-function)
20372 (ad-read-advice-class, ad-clear-cache, ad-activate)
20373 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
20374 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
20375 (ad-read-regexp):
20376 * ediff-util.el (ediff-toggle-regexp-match):
20377 * ediff-ptch.el (ediff-prompt-for-patch-file):
20378 * dired-aux.el (dired-diff):
20379 * diff.el (diff):
20380 * cus-edit.el (custom-variable-prompt):
20381 * calendar/timeclock.el (timeclock-ask-for-project):
20382 * calc/calcalg3.el (calc-get-fit-variables):
20383 * calc/calc-store.el (calc-edit-variable)
20384 (calc-permanent-variable):
20385 * vc-mcvs.el (vc-mcvs-register):
20386 * shadowfile.el (shadow-define-literal-group):
20387 * woman.el (woman-file-name):
20388 * vc.el (vc-version-diff, vc-merge):
20389 * textmodes/reftex-index.el (reftex-index-complete-tag):
20390 * format.el (format-decode-buffer, format-decode-region):
20391 * emulation/viper-cmd.el (viper-read-string-with-history):
20392 * emacs-lisp/debug.el (cancel-debug-on-entry):
20393 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
20394 * ediff.el (ediff-merge-revisions)
20395 (ediff-merge-revisions-with-ancestor, ediff-revision):
20396 * completion.el (interactive-completion-string-reader):
20397 * calc/calc-prog.el (calc-user-define-formula):
20398 Follow convention for reading with the minibuffer.
20399
20400 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
20401
20402 * progmodes/python.el (python-describe-symbol): Add globals() and
20403 locals() to the arguments of emacs.ehelp.
20404
20405 2005-09-24 Magnus Henoch <mange@freemail.hu>
20406
20407 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
20408 New function, code extracted from ispell-valid-dictionary-list.
20409 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
20410 Call it.
20411
20412 2005-09-24 Eli Zaretskii <eliz@gnu.org>
20413
20414 * subr.el (version-regexp-alist): Extend valid syntax for version
20415 strings: allow any of the characters -,_,+ to separate the
20416 alpha/beta/rc part from the version part. Doc fix.
20417 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
20418
20419 2005-09-23 David Reitter <david.reitter@gmail.com>
20420
20421 * mail/mailclient.el: New file.
20422
20423 2005-09-23 Richard M. Stallman <rms@gnu.org>
20424
20425 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
20426 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
20427 Doc fixes.
20428
20429 * progmodes/cc-mode.el (c-font-lock-init):
20430 Specify font-lock-lines-before.
20431
20432 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
20433
20434 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
20435 whole conflict.
20436
20437 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
20438
20439 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
20440 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
20441 of `remap' feature when available. Additional key bindings for
20442 better tty support.
20443 (org-mode-restart, org-force-self-insert): New commands.
20444 (org-time-stamp-inactive): New command.
20445 (org-remap): New function.
20446 (org-table-auto-blank-field, org-level-color-stars-only): New options.
20447 (org-enable-fixed-width-editor): Move to `org-structure'
20448 customization group.
20449 (org-self-insert-command, orgtbl-self-insert-command): Modify to
20450 blank field after field motion commands.
20451
20452 2005-09-23 Kenichi Handa <handa@m17n.org>
20453
20454 * international/mule-cmds.el (set-language-environment):
20455 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
20456 have to call utf-translate-cjk-load-tables.
20457
20458 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
20459
20460 * mouse.el (mouse-move-drag-overlay): Fix last change.
20461
20462 2005-09-22 David Ponce <david@dponce.com>
20463
20464 * tree-widget.el (tree-widget-value-create): Fix previous change.
20465
20466 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
20467
20468 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
20469
20470 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
20471
20472 * mouse.el (mouse-move-drag-overlay): New function.
20473 (mouse-drag-region-1): Use it.
20474 Try to simplify a bit the state handling. Handle clicks on links
20475 inside intangible areas.
20476 (mouse-save-then-kill): Minor simplification.
20477 (mouse-secondary-overlay): Make it always non-nil instead of
20478 recreating it each time.
20479 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
20480 (mouse-kill-secondary, mouse-secondary-save-then-kill):
20481 Simplify accordingly.
20482
20483 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
20484
20485 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
20486
20487 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
20488
20489 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
20490 (ediff-file-name-sans-prefix): Treat nil as an empty string.
20491 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
20492 to patch.
20493
20494 * ediff-util.el: Use insert-buffer-substring.
20495
20496 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
20497
20498 * emulation/viper-cmd.el (viper-change-state): Don't move over the
20499 field boundaries in the minibuffer.
20500 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
20501 (viper-minibuffer-post-command-hook): New hook.
20502 (viper-line): Don't move cursor at bolp.
20503
20504 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
20505
20506 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
20507 avoid compiler warnings.
20508
20509 * emulation/viper-macs.el (ex-map): Better messages.
20510
20511 * emulation/viper-utils.el (viper-beginning-of-field): New function.
20512
20513 * emulation/viper.el: Replace make-variable-buffer-local with
20514 viper-make-variable-buffer-local everywhere, to avoid warnings.
20515
20516 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
20517
20518 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
20519 Delete unused var `old-selected-window'.
20520 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
20521 (mouse-drag-secondary): Delete unused var `start-frame'.
20522
20523 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
20524
20525 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
20526
20527 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
20528
20529 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
20530 Re-indent within 80 columns. Use inhibit-read-only.
20531
20532 2005-09-19 Romain Francoise <romain@orebokech.com>
20533
20534 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
20535
20536 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
20537
20538 * font-lock.el (font-lock-default-fontify-region): Don't add a line
20539 unconditionally, since the after-change-function already did it.
20540
20541 2005-09-19 Miles Bader <miles@gnu.org>
20542
20543 * net/newsticker.el: Get rid of CVS keyword.
20544
20545 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
20546
20547 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
20548 The prompt is formatted later.
20549
20550 2005-09-19 David Ponce <david@dponce.com>
20551
20552 * tree-widget.el (tree-widget-value-create): Save the converted
20553 tree :node widget.
20554
20555 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
20556
20557 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
20558 variable `message'.
20559
20560 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
20561
20562 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
20563 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
20564 <slawomir.nowaczyk.847@student.lu.se>.
20565
20566 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
20567
20568 * image.el (image-load-path): Use symbol `data-directory' instead
20569 of its value, for backward compatibility with packages that bind
20570 it during `find-image'. Suggested by Katsumi Yamaoka.
20571 (image-search-load-path): Handle symbols whose values are strings.
20572
20573 2005-09-18 Romain Francoise <romain@orebokech.com>
20574
20575 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
20576 with-current-buffer form in save-excursion.
20577
20578 2005-09-18 Deepak Goel <deego@gnufans.org>
20579
20580 * apropos.el (apropos-command): Fix `message' call: first arg
20581 should be a format spec. In this and all other cases that appear
20582 below and elsewhere in the source code, I made a change only when
20583 two conditions were satisfied: [1] I can think of a possibility
20584 that the arguments would cause an error, for example, the code in
20585 question relies on external variables such as filenames. [2] I
20586 was sure that the arg to `message' could not have been nil in the code.
20587
20588 * textmodes/tildify.el (tildify-region): Ditto.
20589
20590 * textmodes/reftex-index.el (reftex-index-change-entry)
20591 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
20592 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
20593 * textmodes/org.el (org-complete, org-deadline, org-schedule)
20594 (org-priority, org-table-sum):
20595 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
20596 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
20597 (flyspell-word, flyspell-display-next-corrections):
20598 * textmodes/bibtex.el (bibtex-print-help-message):
20599 * textmodes/artist.el (artist-key-set-point-poly):
20600 * term/mac-win.el (mac-services-insert-text):
20601 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
20602 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
20603 (vhdl-port-paste-testbench, vhdl-compose-new-component)
20604 (vhdl-compose-configuration):
20605 * progmodes/sh-script.el (sh-blink, sh-show-indent)
20606 (sh-set-indent, sh-learn-line-indent):
20607 * progmodes/ps-mode.el (ps-mode-target-column):
20608 * progmodes/idlwave.el (idlwave-make-tags)
20609 (idlwave-scan-library-catalogs):
20610 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
20611 * progmodes/gud.el (gud-jdb-analyze-source):
20612 * progmodes/flymake.el (flymake-log):
20613 * progmodes/ebnf2ps.el (ebnf-generate-region):
20614 * progmodes/cmacexp.el (c-macro-expansion):
20615 * progmodes/ada-xref.el (ada-treat-cmd-string):
20616 * progmodes/ada-mode.el (ada-create-case-exception-substring)
20617 (ada-justified-indent-current, ada-batch-reformat):
20618 * play/zone.el (zone):
20619 * play/landmark.el (lm-move):
20620 * play/decipher.el (decipher-show-alphabet):
20621 * net/newsticker.el (newsticker--display-jump)
20622 (newsticker--display-scroll):
20623 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
20624 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
20625 * mail/feedmail.el (feedmail-dump-message-to-queue):
20626 * eshell/esh-proc.el (eshell-remove-process-entry):
20627 * emulation/ws-mode.el (ws-last-error):
20628 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
20629 (viper-record-kbd-macro):
20630 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
20631 * emacs-lisp/lisp-mnt.el (lm-report-bug):
20632 * emacs-lisp/find-func.el (find-function-noselect):
20633 * calendar/timeclock.el (timeclock-status-string)
20634 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
20635 (timeclock-when-to-leave-string):
20636 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
20637 * calc/calc-units.el (calc-enter-units-table):
20638 * calc/calc-mode.el (calc-mode-record-mode):
20639 * woman.el (woman-mini-help):
20640 * wdired.el (wdired-change-to-wdired-mode):
20641 * vc.el (vc-retrieve-snapshot):
20642 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
20643 * startup.el (display-startup-echo-area-message):
20644 * simple.el (set-goal-column):
20645 * ses.el (ses-command-hook, ses-recalculate-cell):
20646 * server.el (server-process-filter):
20647 * printing.el (pr-interface-txt-print, pr-interface-printify)
20648 (pr-interface-ps):
20649 * pcvs.el (cvs-help):
20650 * log-edit.el (log-edit, log-edit-mode-help):
20651 * iswitchb.el (iswitchb-possible-new-buffer):
20652 * isearch.el (isearch-edit-string):
20653 * image-mode.el (image-mode, image-minor-mode):
20654 * ibuf-macs.el (define-ibuffer-filter):
20655 * hi-lock.el (hi-lock-find-patterns):
20656 * files.el (toggle-read-only):
20657 * ediff-util.el (ediff-copy-diff)
20658 (ediff-write-merge-buffer-and-maybe-kill):
20659 * echistory.el (Electric-history-undefined):
20660 * dnd.el (dnd-insert-text):
20661 * dired-aux.el (dired-query):
20662 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
20663 * bookmark.el (bookmark-bmenu-locate):
20664 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
20665 Fix `message' calls to ensure first arg is a format string.
20666 The change was made only when these two conditions were satisfied:
20667 [1] when there is a possibility that the arguments would cause an error
20668 for example, if the code in question relies on external variables
20669 such as filenames, and
20670 [2] if the arg to `message' could not have been nil in the code.
20671
20672 * pcomplete.el (pcomplete--help): Fix `message' format spec.
20673 Not having a %s would be weird, though not technically wrong.
20674
20675 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20676
20677 * term/mac-win.el (mac-add-charset-info): Doc fix.
20678
20679 2005-09-17 Romain Francoise <romain@orebokech.com>
20680
20681 * shell.el (shell-resync-dirs): Handle echoing processes more
20682 reliably. Don't insert resync command if `comint-process-echoes'
20683 is non-nil.
20684
20685 2005-09-17 Magnus Henoch <mange@freemail.hu>
20686
20687 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
20688 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
20689 aspell versions >= 0.60.
20690 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
20691 only if ispell-aspell-supports-utf8 is non-nil.
20692
20693 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
20694
20695 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
20696 buffer-local value to lisp-indent-function.
20697
20698 2005-09-17 Milan Zamazal <pdm@zamazal.org>
20699
20700 * progmodes/glasses.el (glasses-make-readable): If
20701 glasses-separator differs from underscore, put appropriate
20702 overlays over underscore characters.
20703 (glasses-convert-to-unreadable): If glasses-separator differs from
20704 underscore, try to convert glasses-separator characters to
20705 underscores.
20706
20707 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
20708
20709 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
20710 Use with-syntax-table and dolist.
20711
20712 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
20713
20714 * textmodes/reftex-auc.el:
20715 * textmodes/reftex-cite.el:
20716 * textmodes/reftex-dcr.el:
20717 * textmodes/reftex-global.el:
20718 * textmodes/reftex-parse.el:
20719 * textmodes/reftex-ref.el:
20720 * textmodes/reftex-sel.el:
20721 * textmodes/reftex-toc.el:
20722 * textmodes/reftex-vars.el:
20723 * textmodes/reftex.el: Small changes to remove compiler warnings.
20724
20725 * textmodes/reftex-index.el: Likewise.
20726 (reftex-query-index-phrase): More efficient use of markers.
20727
20728 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
20729
20730 * image.el (image-load-path): New variable.
20731 (image-search-load-path): New function.
20732 (find-image): Search for images in `image-load-path'.
20733
20734 2005-09-15 Richard M. Stallman <rms@gnu.org>
20735
20736 * follow.el: Change Maintainer field.
20737
20738 2005-09-15 David Ponce <david@dponce.com>
20739
20740 * recentf.el (recentf-save-file-modes): New option.
20741 (recentf-save-list): Use it.
20742
20743 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
20744
20745 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
20746 (mode-line-mule-info, mode-line-modified): Move bindings from
20747 mouse-3 to mouse-1.
20748
20749 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
20750
20751 * simple.el (sendmail-user-agent-compose): Revert last change.
20752
20753 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
20754
20755 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
20756 Use with-current-buffer.
20757 (ange-ftp-gwp-start): Remove unused var `gw-user'.
20758 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
20759 (ange-ftp-insert-directory): Remove unused var `short'.
20760 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
20761
20762 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
20763 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
20764
20765 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
20766 (check-calendar-holidays, diary-list-entries): Autoload.
20767 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
20768 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
20769
20770 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
20771 which mistakenly removed a call to display-buffer.
20772
20773 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
20774
20775 * obsolete/iso-insert.el: Move to obsolete/ from international/.
20776
20777 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
20778
20779 * progmodes/hideshow.el
20780 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
20781 (hs-allow-nesting): New user var.
20782 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
20783 (hs-hide-block-at-point): When nesting allowed,
20784 if there is already an overlay in place, delete it.
20785 (hs-safety-is-job-n): Delete func; remove call sites.
20786 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
20787 (hs-overlay-at): New func.
20788 (hs-already-hidden-p, hs-show-block): Use it.
20789 (hs-hide-all): Don't pre-clean if nesting allowed.
20790 (hs-show-all): Temporarily disallow
20791 nesting around call to `hs-discard-overlays'.
20792
20793 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
20794
20795 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
20796 Delete unused local var.
20797
20798 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
20799
20800 * help-fns.el (describe-categories): "?\ " -> "?\s".
20801 (help-do-arg-highlight): Recognize also ARG-n, as in
20802 `move-to-left-margin' (ARG+n is already recognized). Simplify.
20803
20804 * international/codepage.el (dos-unsupported-char-glyph):
20805 * net/newsticker.el (tool-bar-map, w3-mode-map)
20806 (w3m-minor-mode-map):
20807 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
20808 (ent-alist):
20809 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
20810
20811 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
20812
20813 * custom.el (custom-push-theme): Handle the case where a symbol is
20814 bound but face properties have not yet been assigned.
20815
20816 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
20817 Fix behavior if noerase is `t' and there is no mail buffer.
20818
20819 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
20820 if `continue' is nil, rather than signal an error.
20821
20822 2005-09-12 Richard M. Stallman <rms@gnu.org>
20823
20824 * font-lock.el (font-lock-keywords): Add autoload.
20825
20826 * help-fns.el (describe-variable): Rearrange to put source link
20827 in a predictable place.
20828
20829 * net/newsticker.el: New file.
20830
20831 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
20832
20833 * calendar/calendar.el (calendar-for-loop): Add edebug info.
20834 (calendar-basic-setup): Use the new nil arg.
20835 (number-of-diary-entries): Move to diary-lib.el.
20836
20837 * calendar/diary-lib.el: Use with-current-buffer, match-string.
20838 (diary-list-entries): Use with-syntax-table and dolist.
20839 Rename from list-diary-entries.
20840 Use number-of-diary-entries if `number' is nil.
20841 (diary, diary-view-entries): Use this new name and new nil arg value.
20842 (number-of-diary-entries): Move from calendar.el.
20843 (diary-unhide-everything): New function.
20844 (include-other-diary-files, fancy-diary-display)
20845 (diary-show-all-entries, make-diary-entry): Use it.
20846 (diary-mail-entries): Use buffer-string.
20847 (mark-diary-entries): Fix long standing paren typo.
20848 (diary-sexp-entry): Use count-lines.
20849 (make-diary-entry): Avoid `previous-line'.
20850 (diary-mode-map): New var.
20851 (diary-mode): Redraw cal after saving. Setup header-line.
20852 (fancy-diary-display-mode): Use local-set-key.
20853
20854 * startup.el (command-line): Try calling various terminal-init-foo-bar
20855 functions by stripping hyphenated suffixes from $TERM.
20856
20857 * files.el (normal-mode): Check boundness of font-lock-keywords.
20858
20859 2005-09-12 Richard M. Stallman <rms@gnu.org>
20860
20861 * progmodes/compile.el: Don't decide a file's directory
20862 until the user actually tries to go there.
20863 (compilation-next-error-function):
20864 Pass compilation-find-file the directory from the file-struct.
20865 (compilation-internal-error-properties): Separate local FILE-STRUCT
20866 from FILE. Doc the args better. Rename arg FMT to FMTS.
20867 (compilation-find-file): Arg DIR renamed to DIRECTORY.
20868 Expand it, and if nil, use default-directory.
20869 (compilation-get-file-structure): Don't mix specified directory
20870 with default directory. Put specified directory into
20871 file-struct. Don't make the file name absolute.
20872
20873 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
20874 (compile-command): Add autoload.
20875 (compilation-disable-input): Add autoload.
20876
20877 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
20878
20879 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
20880 strings of the variables it can override.
20881 (time-stamp): New (as yet undocumented) time-stamp-format escapes
20882 %Q and %q, for fully-qualified domain name and unqualified host name.
20883
20884 2005-09-11 Kim F. Storm <storm@cua.dk>
20885
20886 * emacs-lisp/authors.el (authors-aliases): Update list.
20887 (authors-fixed-entries): Update mldrag.el entry.
20888
20889 2005-09-10 Alan Mackenzie <acm@muc.de>
20890
20891 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
20892 from the region narrowed to.
20893
20894 2005-09-10 Magnus Henoch <mange@freemail.hu>
20895
20896 * textmodes/ispell.el (ispell-check-version): Signal an error if
20897 aspell version is less than 0.60.
20898
20899 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
20900
20901 * progmodes/octave-inf.el (inferior-octave-startup):
20902 Resync current dir at the end.
20903
20904 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
20905
20906 * woman.el (woman-topic-at-point-default):
20907 Rename to woman-use-topic-at-point-default.
20908 (woman-topic-at-point): Rename to woman-use-topic-at-point.
20909 (woman-file-name): Reflect renames above. Automatically use the
20910 word at point as topic if woman-use-topic-at-point is non-nil.
20911 Otherwise offer it as default but don't insert it in the
20912 minibuffer. Also use `test-completion' instead of `assoc' as
20913 suggested by Stefan Monnier.
20914
20915 2005-09-10 Andre Spiegel <spiegel@gnu.org>
20916
20917 * vc.el (vc-directory, vc-update-change-log): Throw an error on
20918 the attempt to do it over Tramp. This is not yet supported.
20919
20920 2005-09-10 Eli Zaretskii <eliz@gnu.org>
20921
20922 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
20923 (menu-bar-non-minibuffer-window-p): New functions.
20924 ("Split Window", "Save As..."): Use them.
20925 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
20926 ("Print Buffer", "Truncate Long Lines in this Buffer"):
20927 Use menu-bar-menu-frame-live-and-visible-p.
20928 ("Save Buffer", "Insert File", "Open Directory...")
20929 ("Open File...", "Visit New File..."):
20930 Use menu-bar-non-minibuffer-window-p.
20931 (kill-this-buffer-enabled-p, dired <menu-enable>):
20932 Use menu-bar-non-minibuffer-window-p.
20933
20934 2005-09-09 Eli Zaretskii <eliz@gnu.org>
20935
20936 * cus-start.el (all): Don't complain about fringe-related
20937 built-ins if fringes are not supported. Ditto about
20938 selection-related built-ins. Fix the test for GTK-related built-ins.
20939
20940 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
20941 ("Postscript Print Buffer", "Print Region", "Save As...")
20942 ("Save", "Insert File...", "Open Directory...")
20943 ("Open File...", "Visit New File..."")
20944 ("Truncate Long Lines in this Buffer"): Don't look at
20945 menu-updating-frame if this display does not support multiple frames.
20946
20947 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20948
20949 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
20950
20951 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
20952
20953 * woman.el: Format- and whitespace-related changes.
20954
20955 2005-09-09 Eli Zaretskii <eliz@gnu.org>
20956
20957 * woman.el: Fix my email address.
20958
20959 2005-09-08 Richard M. Stallman <rms@gnu.org>
20960
20961 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
20962 (sh-mode): Locally set skeleton-pair-default-alist.
20963
20964 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
20965
20966 * progmodes/flymake.el: Require `compile' unconditionally.
20967
20968 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
20969
20970 * woman.el (woman-file-name): Provide a default, not initial input.
20971
20972 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
20973
20974 * font-lock.el (font-lock-support-mode): Doc fix.
20975
20976 * descr-text.el (describe-property-list): Handle non-symbol prop names.
20977
20978 2005-09-08 Richard M. Stallman <rms@gnu.org>
20979
20980 * simple.el (blink-matching-open): Get rid of text props from
20981 the string shown in echo area. Don't permanently set point.
20982 Some rearrangements.
20983
20984 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
20985
20986 * recentf.el (recentf-filename-handler): Add custom choice
20987 `abbreviate-file-name'.
20988
20989 * msb.el (msb--very-many-menus): Fix typo.
20990
20991 * disp-table.el (standard-display-european): Don't set
20992 enable-multibyte-characters to nil.
20993
20994 2005-09-08 David Ponce <david@dponce.com>
20995
20996 * recentf.el (recentf-show-file-shortcuts-flag): New option.
20997 (recentf-expand-file-name): Doc fix.
20998 (recentf-dialog-mode-map): Define digit shortcuts.
20999 (recentf--files-with-key): New variable.
21000 (recentf-show-digit-shortcut-filter): New function.
21001 (recentf-open-files-items): New function.
21002 (recentf-open-files): Use it.
21003 (recentf-open-file-with-key): New command.
21004
21005 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
21006
21007 * buff-menu.el (Buffer-menu-sort-by-column): New function.
21008 Suggested by Kim F. Storm.
21009 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
21010 (Buffer-menu-make-sort-button): Use global keymap.
21011
21012 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
21013
21014 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
21015 (Man-getpage-in-background-advice): Remove defadvice; it isn't
21016 necessary any longer with the remapped command.
21017 (Man-bgproc-sentinel-advice): Remove defadvice which counts
21018 formatting time only.
21019
21020 * net/tramp.el (tramp-action-password)
21021 (tramp-multi-action-password): Compile the password prompt from
21022 `method', `user' and `host'. Sometimes it isn't obvious which
21023 password to enter, for example with remote files offered by
21024 recentf.el, or with multiple steps. Suggested by Robert Marshall
21025 <robert@chezmarshall.freeserve.co.uk>.
21026
21027 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
21028
21029 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
21030 Fix regexp for when "s///" is at the beginning of line.
21031
21032 2005-09-07 Jay Belanger <belanger@truman.edu>
21033
21034 * calc/calc-poly.el (math-expand-term): Multiply out any powers
21035 when in matrix mode.
21036
21037 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
21038
21039 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
21040 non-anonymous functions.
21041
21042 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
21043
21044 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
21045 when using a header line. Otherwise, use mouse-1-click-follows-link.
21046
21047 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
21048 can't be moved; don't signal an error.
21049
21050 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
21051
21052 * cus-theme.el (custom-theme-write-faces): Save the current face
21053 spec, not the defface spec.
21054
21055 * custom.el (custom-known-themes): Clarify meaning of "standard".
21056 (custom-push-theme): Save old values in the standard theme.
21057 (disable-theme): Correct typo.
21058 (custom-face-theme-value) Deleted unused function.
21059 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
21060
21061 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
21062
21063 * progmodes/compile.el (compilation-goto-locus): Take into account
21064 iconified frames when determining whether the buffer is
21065 already visible.
21066 Don't reset window height if the window already existed.
21067
21068 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
21069
21070 * custom.el (load-theme): Rename from require-theme.
21071 Add interactive spec.
21072 (enable-theme): Rename from custom-enable-theme.
21073 Add interactive spec.
21074 (disable-theme): Rename from custom-disable-theme.
21075 Add interactive spec.
21076 (custom-make-theme-feature): Doc fix.
21077 (custom-theme-directory): Doc fix.
21078 (provide-theme): Call enable-theme.
21079
21080 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
21081
21082 * obsolete/lazy-lock.el (lazy-lock-mode):
21083 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
21084 font-lock-mode if it's off. Print a warning instead.
21085
21086 * progmodes/compile.el (compilation-start): Ignore errors if the
21087 process died before we get to send-eof.
21088
21089 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
21090 Undo last change. Enclosing the result in quotes broke things on Unix
21091 since tex-send-command passes it through shell-quote-argument.
21092 (tex-send-command): Pass `file' through convert-standard-filename
21093 when possible.
21094 (tex-uptodate-p): Handle the case where TeX hasn't put additional
21095 info in a transcript.
21096
21097 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
21098
21099 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
21100 fix compilation warning. Reorder the key definitions to group
21101 together keys emitted by the current version of xterm.
21102
21103 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
21104 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
21105 Reorder predicates to correct min-color usage.
21106
21107 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
21108
21109 * longlines.el (longlines-mode): Inhibit read-only when encoding.
21110 Kill local variables when longlines-mode is turned off.
21111
21112 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
21113
21114 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
21115
21116 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
21117
21118 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
21119
21120 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
21121 (font-lock-lines-before): Change default to being inactive.
21122 (font-lock-default-fontify-region): Obey font-lock-lines-before.
21123 (font-lock-after-change-function): Don't handle f-l-lines-before here.
21124
21125 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
21126
21127 * net/tramp.el (tramp-handle-make-auto-save-file-name):
21128 Deactivate temporarily advice if active (not needed for Emacs 22,
21129 but for backwards compatibility).
21130 (tramp-exists-file-name-handler): Rewrite. First implementation
21131 was too simple.
21132 (tramp-advice-make-auto-save-file-name):
21133 Call `tramp-handle-make-auto-save-file-name' (again, just for
21134 backwards compatibility).
21135
21136 2005-08-31 Reto Zimmermann <reto@gnu.org>
21137
21138 * progmodes/vhdl-mode.el
21139 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
21140 (vhdl-end-p): Fix indentation bug "else" after "-- when".
21141 (vhdl-set-default-project): New function (easier setting of default).
21142 (vhdl-port-copy): Handle extended identifiers for generics.
21143 (vhdl-compiler-alist): Better description for error message regexp.
21144 (vhdl-make): Query for target, use previous as default.
21145 (vhdl-port-copy): Fix port copy for port names starting with "signal".
21146 (vhdl-font-lock-keywords-2): Fix fontification for record
21147 el. assign.
21148 (vhdl-speedbar-make-subpack-line): Add package body link.
21149 (vhdl-generate-makefile-1): Not include itself as dependency.
21150 (vhdl-font-lock-init): Highlight c-preprocessor directives.
21151 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
21152 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
21153 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
21154 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
21155 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
21156 (vhdl-import-project): Add string argument for `error'.
21157 (vhdl-compose-configuration)
21158 (vhdl-compose-configuration-architecture): Add configuration
21159 declaration generation.
21160 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
21161 (vhdl-trailer-re): Add "record" keyword (better indentation).
21162 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
21163 "[^ \t-\"]+".
21164 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
21165 (vhdl-testbench-entity-file-name)
21166 (vhdl-testbench-architecture-file-name): Allow separate
21167 customization of testbench file names.
21168 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
21169 (vhdl-get-visible-signals): Allow newline within alias declaration.
21170 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
21171 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
21172 (member-ignore-case): Alias for missing function in XEmacs.
21173 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
21174 (vhdl-update-sensitivity-list): Ignore case on read signals.
21175 (vhdl-replace-string): Adjust case only for file names.
21176 (vhdl-update-sensitivity-list): Fix search for read signals.
21177 (vhdl-update-sensitivity-list): Exclude formal parameters.
21178 (vhdl-get-visible-signals): Include aliases of signals.
21179 (vhdl-get-visible-signals): Fix signal name searching.
21180 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
21181 (vhdl-fixup-whitespace-region): Fix for character
21182 literals (e.g. `:').
21183
21184 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
21185
21186 * ansi-color.el (comint-last-output-start):
21187 * bs.el (font-lock-verbose):
21188 * diff-mode.el (add-log-buffer-file-name-function):
21189 * dired-x.el (vm-folder-directory):
21190 * faces.el (help-xref-stack-item):
21191 * files.el (font-lock-keywords):
21192 * find-lisp.el (dired-buffers, dired-subdir-alist):
21193 * ido.el (cua-inhibit-cua-keys):
21194 * log-view.el (cvs-minor-wrap-function):
21195 * outline.el (font-lock-warning-face):
21196 * simple.el (compilation-current-error):
21197 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
21198 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
21199 * tooltip.el (comint-prompt-regexp):
21200 * w32-fns.el (explicit-shell-file-name):
21201 * term/mac-win.el (mac-charset-info-alist)
21202 (mac-services-selection, mac-system-script-code):
21203 * term/tty-colors.el (msdos-color-values):
21204 * term/w32-win.el (xlfd-regexp-registry-subnum):
21205 * term/x-win.el (x-keysym-table, x-selection-timeout)
21206 (x-session-id, x-session-previous-id):
21207 * textmodes/ispell.el (mail-yank-prefix):
21208 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
21209 * textmodes/org.el (calc-embedded-close-formula)
21210 (calc-embedded-open-formula)
21211 (font-lock-unfontify-region-function):
21212 * textmodes/reftex-global.el (isearch-next-buffer-function)
21213 (TeX-master):
21214 * textmodes/reftex.el (font-lock-keywords):
21215 * textmodes/tex-mode.el (font-lock-comment-face)
21216 (font-lock-doc-face):
21217 * textmodes/texinfo.el (outline-heading-alist):
21218 Add defvars.
21219
21220 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
21221 (artist-spray-chars, artist-mode-init, artist-replace-string)
21222 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
21223 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
21224 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
21225
21226 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
21227 (conf-align-assignments): "?\ " -> "?\s".
21228
21229 * textmodes/reftex-index.el (TeX-master): Add defvar.
21230 (reftex-index-phrases-marker): Move up defvar.
21231
21232 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
21233 (reftex-toc-include-labels-indicator)
21234 (reftex-toc-include-index-indicator)
21235 (reftex-toc-max-level-indicator): Move up declarations.
21236
21237 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
21238 of args to `tramp-run-real-handler', even if it's empty in this case.
21239
21240 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21241
21242 * dired.el (dired-move-to-filename-regexp): Add date format for
21243 Mac OS X 10.3 in East Asian locales.
21244
21245 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
21246
21247 * files.el (make-auto-save-file-name): Add file name handler call
21248 if applicable.
21249
21250 * net/tramp.el (tramp-file-name-handler-alist)
21251 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
21252 (tramp-handle-make-auto-save-file-name): Rename from
21253 `tramp-make-auto-save-file-name'.
21254 (tramp-exists-file-name-handler): New defun.
21255 (tramp-advice-make-auto-save-file-name): Make defadvice only when
21256 `make-auto-save-file-name' is not a magic file name operation.
21257
21258 2005-08-30 Richard M. Stallman <rms@gnu.org>
21259
21260 * files.el (risky-local-variable-p):
21261 Match `-predicates' and `-commands.
21262
21263 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
21264 (custom-save-all): Visit the file if necessary;
21265 kill the buffer if we created it.
21266 (custom-save-delete): Don't visit file or kill buffer here.
21267
21268 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
21269
21270 * textmodes/org.el (org-special-keyword): New face.
21271 (org-table-copy-down, org-table-eval-formula)
21272 (org-table-recalculate, org-init-section-numbers):
21273 Use `string-to-number' instead of `string-to-int'.
21274 (org-get-location): Use `insert-buffer-substring' instead of
21275 `insert-buffer'.
21276 (org-modify-diary-entry-string): New function.
21277 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
21278 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
21279 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
21280 active region.
21281 (org-export-as-html): Handle QUOTE keyword.
21282 (org-quote-string): New option.
21283 (org-bookmark-jump-unhide): New function, used for
21284 `bookmark-after-jump-hook'.
21285 (org-diary-default-entry): Apply only when not called through
21286 `org-agenda'.
21287
21288 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
21289
21290 * net/eudc.el (mode-popup-menu):
21291 * play/handwrite.el (ps-printer-name, ps-lpr-command):
21292 * progmodes/ada-mode.el (compile-auto-highlight)
21293 (skeleton-further-elements):
21294 * progmodes/autoconf.el (font-lock-syntactic-keywords):
21295 * progmodes/cmacexp.el (msdos-shells):
21296 * progmodes/compile.el (font-lock-extra-managed-props)
21297 (font-lock-keywords, font-lock-maximum-size)
21298 (font-lock-support-mode):
21299 * progmodes/grep.el (font-lock-lines-before):
21300 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
21301 * progmodes/mixal-mode.el (compile-command):
21302 * progmodes/perl-mode.el (font-lock-comment-face)
21303 (font-lock-doc-face, font-lock-string-face):
21304 * progmodes/prolog.el (comint-prompt-regexp):
21305 * progmodes/sh-script.el (font-lock-comment-face)
21306 (font-lock-set-defaults, font-lock-string-face):
21307 * progmodes/sql.el (font-lock-keyword-face)
21308 (font-lock-set-defaults, font-lock-string-face):
21309 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
21310 (itimer-version, lazy-lock-defer-contextually)
21311 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
21312 Add defvars.
21313
21314 * progmodes/cperl-mode.el (cperl-electric-lbrace)
21315 (cperl-electric-keyword, cperl-electric-pod)
21316 (cperl-electric-backspace, cperl-forward-re)
21317 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
21318 (vc-rcs-header, vc-sccs-header): Add defvars.
21319
21320 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
21321 (font-lock-syntactic-keywords, gud-find-expr-function):
21322 Add defvars.
21323
21324 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
21325 (gdb-frame-parameters): Declare before use.
21326
21327 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
21328 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
21329 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
21330 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
21331
21332 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
21333 (idlwave-help-with-source): Use `insert-buffer-substring', not
21334 `insert-buffer'.
21335
21336 2005-08-29 Juri Linkov <juri@jurta.org>
21337
21338 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
21339 Put outline-back-to-heading function call inside save-excursion.
21340
21341 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
21342
21343 * man.el (Man-init-defvars, Man-translate-references)
21344 (Man-support-local-filenames, Man-highlight-references):
21345 * progmodes/sql.el (sql-interactive-mode):
21346 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
21347
21348 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
21349 (compilation-mode-font-lock-keywords): Add defvars.
21350 (checkdoc-interactive-loop): "?\ " -> "?\s".
21351
21352 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
21353 (font-lock-doc-face, font-lock-string-face)
21354 (font-lock-keywords-case-fold-search): Add defvars.
21355 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
21356
21357 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
21358 Don't pass X and Y (they are ignored anyway).
21359 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
21360 (mouse-delete-window): Make arguments optional.
21361
21362 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
21363 (caesar-translate-table, minor-modes, news-buffer-save)
21364 (news-group-name, news-minor-modes): Add defvars.
21365
21366 * emacs-lisp/lselect.el (mouse-highlight-priority)
21367 (x-lost-selection-functions, zmacs-regions):
21368 * emacs-lisp/pp.el (font-lock-verbose):
21369 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
21370 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
21371 (ses-mode-map):
21372 * emacs-lisp/tcover-unsafep.el (safe-functions):
21373 * international/mule-cmds.el (mac-system-coding-system)
21374 (mac-system-locale):
21375 * language/ethio-util.el (rmail-current-message)
21376 (rmail-message-vector):
21377 * language/thai-util.el (thai-auto-composition-mode):
21378 * mail/metamail.el (rmail-current-message, rmail-message-vector):
21379 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
21380 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
21381 (vm-primary-inbox, vm-spool-files):
21382 * mail/rmail.el (deleted-head, font-lock-fontified)
21383 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
21384 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
21385 (total-messages):
21386 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
21387 (rmail-summary-mode-map):
21388 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
21389 (rmail-last-label, rmail-last-multi-labels)
21390 (rmail-summary-vector, rmail-total-messages):
21391 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
21392 * mail/rmailsum.el (msgnum):
21393 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
21394 (rmail-current-message):
21395 * obsolete/fast-lock.el (font-lock-face-list):
21396 * obsolete/rnewspost.el (mail-reply-buffer):
21397 * obsolete/scribe.el (compile-command):
21398 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
21399
21400 2005-08-28 John Paul Wallington <jpw@gnu.org>
21401
21402 * ibuf-ext.el (ibuffer-auto-update-changed):
21403 Use `frame-or-buffer-changed-p' to check whether we need to update.
21404 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
21405 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
21406 as a `frame-or-buffer-changed-p' state vector instead.
21407
21408 2005-08-27 Romain Francoise <romain@orebokech.com>
21409
21410 * textmodes/makeinfo.el (makeinfo-compile):
21411 Use `compilation-start'. Set `next-error-function' according to
21412 `disable-errors'.
21413 (makeinfo-next-error): New function.
21414 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
21415 (makeinfo-buffer): Likewise.
21416
21417 * progmodes/compile.el (compilation-start): Add autoload cookie.
21418
21419 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
21420 * textmodes/sgml-mode.el: Likewise.
21421 * progmodes/python.el: Likewise.
21422
21423 2005-08-27 Eli Zaretskii <eliz@gnu.org>
21424
21425 * simple.el (blink-matching-paren-distance): Document the meaning
21426 of nil value, and allow to customize to nil.
21427
21428 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
21429 command.com, not command.exe.
21430
21431 2005-08-26 John Wiegley <johnw@newartisans.com>
21432
21433 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
21434 code around a bit so that an extraneous nil argument is not added
21435 to a command when no args are given.
21436
21437 * eshell/esh-arg.el (eshell-parse-double-quote): If a
21438 double-quoted argument resolves to nil, return it as an empty
21439 string rather than as nil. This made it impossible to pass "" to
21440 a shell script as a null string argument.
21441
21442 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
21443
21444 * outline.el (outline-invent-heading): New fun.
21445 (outline-promote, outline-demote): Use it.
21446 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
21447 (outline-end-of-subtree): Remove unused var `opoint'.
21448
21449 2005-08-26 David Reitter <david.reitter@gmail.com>
21450
21451 * menu-bar.el (truncate-lines, write-file, print-buffer)
21452 (ps-print-buffer-faces, ps-print-buffer, split-window):
21453 Disable menu items when the frame they refer to is invisible, or when
21454 they refer to a buffer and the minibuffer is selected.
21455
21456 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
21457
21458 * progmodes/flymake.el (flymake-highlight-err-lines):
21459 Use save-excursion around flymake-highlight-line to preserve point.
21460
21461 2005-08-26 Eli Zaretskii <eliz@gnu.org>
21462
21463 * progmodes/octave-mod.el: Change Author and Maintainer address.
21464 (octave-maintainer-address): Change Kurt's email address.
21465 * progmodes/octave-inf.el: Change Author and Maintainer address.
21466 * progmodes/octave-hlp.el: Change Author and Maintainer address.
21467
21468 2005-08-26 Kim F. Storm <storm@cua.dk>
21469
21470 * subr.el (version-list-<, version-list-<=, version-list-=):
21471 Rename from integer-list-*.
21472 (version-list-not-zero): Likewise. Fix while loop.
21473 (version=): Use version-list-= instead of string-equal.
21474
21475 2005-08-26 Richard M. Stallman <rms@gnu.org>
21476
21477 * outline.el (outline-promote): Try shortening the heading.
21478 As last resort, read the heading to use.
21479 (outline-demote): As last resort, read the heading to use.
21480
21481 2005-08-26 Romain Francoise <romain@orebokech.com>
21482
21483 * progmodes/compile.el (compilation-start): Doc fix.
21484
21485 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
21486 (antlr-font-lock-additional-keywords): Fix reference to
21487 `antlr-font-lock-literal-regexp' erroneously changed during the
21488 mass face rename.
21489 (antlr-run-tool): Use `compilation-start'.
21490
21491 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
21492 instead of the obsolete `compile-internal'.
21493
21494 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
21495
21496 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
21497 (number, original-date):
21498 * calendar/cal-china.el (date):
21499 * calendar/cal-coptic.el (date):
21500 * calendar/cal-french.el (date):
21501 * calendar/cal-hebrew.el (date, entry, number, original-date):
21502 * calendar/cal-islam.el (date, number, original-date):
21503 * calendar/cal-iso.el (date):
21504 * calendar/cal-julian.el (date):
21505 * calendar/cal-mayan.el (date):
21506 * calendar/cal-menu.el (date, event):
21507 * calendar/cal-persia.el (date):
21508 * calendar/lunar.el (date):
21509 * calendar/solar.el (date): Add defvars.
21510
21511 * emerge.el:
21512 * ibuffer.el:
21513 * info-xref.el:
21514 * obsolete/bg-mouse.el:
21515 * obsolete/sun-curs.el:
21516 * obsolete/swedish.el: Move the `defvar's to the top level.
21517
21518 * smerge-mode.el (smerge-refined-change): Add :group.
21519
21520 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
21521
21522 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
21523 (smerge-keep-n): Remove props.
21524 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
21525 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
21526 now that it's done in smerge-keep-n.
21527 (smerge-refined-change): New face.
21528 (smerge-refine-chopup-region, smerge-refine-highlight-change)
21529 (smerge-refine): New funs.
21530 (smerge-basic-map): Bind smerge-refine.
21531
21532 2005-08-25 Juri Linkov <juri@jurta.org>
21533
21534 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
21535 compilation-process-setup-function and compilation-disable-input
21536 in grep-mode instead of let-bindings in grep.
21537
21538 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
21539 Delete "Automatic File De/compression" (auto-compression-mode).
21540
21541 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
21542
21543 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
21544 Silence warning about non-existent variable.
21545
21546 2005-08-25 Richard M. Stallman <rms@gnu.org>
21547
21548 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
21549 Rename "Describe Key" to "Describe Key or Mouse Operation".
21550
21551 * mail/mailalias.el (build-mail-aliases): Delete comments
21552 from the contents before processing them.
21553
21554 * isearch.el (isearch-edit-string): Erase the Search prompt
21555 if user enters an empty string and there is no default.
21556
21557 * comint.el (comint-file-name-prefix): Add autoload.
21558
21559 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
21560
21561 * subr.el (play-sound): Rearrange to avoid warning.
21562
21563 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
21564
21565 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
21566 New hook.
21567 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
21568
21569 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
21570
21571 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
21572
21573 * custom.el (custom-theme-set-variables): Sort minor modes last.
21574
21575 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21576
21577 * subr.el (version-separator, version-regexp-alist): New vars used by
21578 version comparison funs.
21579 (integer-list-<, integer-list-=, integer-list-<=)
21580 (integer-list-not-zero): New funs for integer list comparison.
21581 (version-to-list, version=, version<, version<=): New funs for version
21582 comparison.
21583
21584 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
21585
21586 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
21587 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
21588 time to silence the byte-compiler.
21589
21590 * ibuffer.el (ibuffer-compile-make-eliding-form)
21591 (ibuffer-check-formats): Use `with-no-warnings' to hide references
21592 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
21593 so it's silly to get warnings for it).
21594 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
21595 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
21596 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
21597 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
21598 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
21599 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
21600 Defvar at compile time.
21601 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
21602 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
21603 Declare them before use.
21604
21605 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
21606 (info-xref-good, info-xref-bad): Defvar at compile time.
21607
21608 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
21609 Use `let*' instead of `let'.
21610
21611 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
21612 (*mouse-y*, menu, char): Defvar at compile time.
21613 (sc::menu): Declare it before use.
21614 (sc::pack-one-line): Use `let', not `let*'.
21615
21616 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
21617 (mail-send-hook): Defvar at compile time.
21618
21619 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
21620 Defvar at compile time.
21621
21622 * term/sun-mouse.el (current-global-mousemap)
21623 (current-local-mousemap): Declare them before use.
21624
21625 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
21626
21627 * bookmark.el (bookmark-after-jump-hook): New hook.
21628 (bookmark-jump): Run `bookmark-after-jump-hook'.
21629
21630 2005-08-23 Juri Linkov <juri@jurta.org>
21631
21632 * faces.el (minibuffer-prompt): Doc fix.
21633
21634 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
21635
21636 * progmodes/xscheme.el: Trivial changes to silence warnings.
21637 (xscheme-previous-mode, xscheme-previous-process-state):
21638 Add defvars.
21639 (xscheme-last-input-end, xscheme-process-command-line)
21640 (xscheme-process-name, xscheme-buffer-name)
21641 (xscheme-expressions-ring-max, xscheme-expressions-ring)
21642 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
21643 (xscheme-control-g-synchronization-p)
21644 (xscheme-control-g-disabled-p, xscheme-string-receiver)
21645 (default-xscheme-runlight, xscheme-runlight)
21646 (xscheme-runlight-string, xscheme-process-filter-state)
21647 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
21648 Move to beginning of file.
21649 (scheme-interaction-mode-commands-alist)
21650 (scheme-interaction-mode-map, scheme-debugger-mode-map):
21651 Declare them before use. Note: the initialization code for the
21652 variables has not been moved because it uses functions that reference
21653 the variables.
21654 (xscheme-control-g-message-string, xscheme-process-filter-alist)
21655 (xscheme-prompt-for-expression-map): Declare them before use.
21656 (scheme-debugger-mode-commands): "?\ " -> "?\s".
21657
21658 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
21659
21660 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
21661
21662 2005-08-22 Juri Linkov <juri@jurta.org>
21663
21664 * faces.el (set-face-underline): Delete this duplicate function
21665 and make an obsolete alias to set-face-underline-p.
21666 (set-face-underline-p): Use docstring of set-face-underline.
21667 (describe-face): Create hyperlink to parent face.
21668
21669 * info.el (Info-insert-dir): Use save-excursion around
21670 insert-buffer-substring.
21671 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
21672 (Info-escape-percent): Delete function.
21673 (Info-fontify-node): Replace Info-escape-percent by
21674 replace-regexp-in-string with REP arg set to lambda that
21675 duplicates `%' and preserves text properties.
21676
21677 * progmodes/compile.el (compilation-disable-input): Doc fix.
21678 (define-compilation-mode): Doc fix and refill.
21679 (kill-compilation): Use `mode-name' in the error message.
21680 (compilation-find-file): Use `compilation-error' in the
21681 read-file-name's prompt.
21682
21683 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
21684
21685 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
21686 (smerge-auto-leave): Make undo re-enable the mode.
21687 (debug-ignored-errors): Add the user-error of impossible resolution.
21688 (smerge-resolve): Move things around a bit, in preparation for later.
21689 (smerge-diff): Don't fail if the buffer has no associated file.
21690 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
21691 (smerge-conflict-overlay): New function.
21692 (smerge-match-conflict): Don't add text properties here.
21693 (smerge-find-conflict): Instead, add an overlay here.
21694 Also check for the case where we're inside a conflict already, so as to
21695 obviate the need for font-lock-multiline, which is unbearably slow with
21696 large conflicts and ciomplex font-lock patterns.
21697 (smerge-remove-props): Remove overlay rather than text-properties.
21698 (smerge-mode): Don't set font-lock-multiline.
21699 Remove overlays when turned off.
21700
21701 2005-08-21 Kim F. Storm <storm@cua.dk>
21702
21703 * ido.el (ido-ignore-item-p): Use save-match-data.
21704 Bind case-fold-search to ido-case-fold locally.
21705
21706 2005-08-20 Richard M. Stallman <rms@gnu.org>
21707
21708 * files.el (normal-mode): If font lock is on, turn it off and on.
21709
21710 * subr.el (replace-regexp-in-string): Doc fix.
21711
21712 * startup.el (command-line-1): Don't suppress startup screen
21713 due to existing processes.
21714
21715 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
21716
21717 * progmodes/compile.el (compilation-disable-input): Default to nil.
21718
21719 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
21720
21721 * progmodes/compile.el (compilation-disable-input): New defcustom.
21722 (compilation-start): If compilation-disable-input is non-nil, send
21723 EOF to the compilation process.
21724
21725 2005-08-20 Eli Zaretskii <eliz@gnu.org>
21726
21727 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
21728 Run the argument of tex-shell-cd-command through
21729 convert-standard-filename, to get the correct style of slashes on
21730 Windows, and enclose the result in quotes, in case the file name
21731 includes whitespace or other special characters.
21732
21733 2005-08-19 Andreas Schwab <schwab@suse.de>
21734
21735 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
21736 process.
21737
21738 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
21739
21740 * cus-start.el (minibuffer-prompt-properties): Correct typo.
21741
21742 2005-08-18 Kim F. Storm <storm@cua.dk>
21743
21744 * scroll-lock.el: Fix errors due to incorrect line wrapping.
21745
21746 2005-08-18 Richard M. Stallman <rms@gnu.org>
21747
21748 * scroll-lock.el: New file.
21749
21750 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
21751
21752 * dired.el (dired-move-to-end-of-filename):
21753 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
21754
21755 2005-08-18 Kim F. Storm <storm@cua.dk>
21756
21757 * ido.el (ido-everywhere): Fix defcustom :set function to disable
21758 rather than toggle mode when custom value is nil.
21759 (ido-everywhere): Fix defun doc string.
21760
21761 2005-08-17 Richard M. Stallman <rms@gnu.org>
21762
21763 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
21764 as tag instead of "Inviolable".
21765
21766 2005-08-17 Kim F. Storm <storm@cua.dk>
21767
21768 * windmove.el (windmove-coordinates-of-position): Remove.
21769 (windmove-coordinates-of-window-position): Remove.
21770 (windmove-reference-loc): Use posn-at-point instead.
21771
21772 * subr.el (insert-for-yank-1): Doc fix.
21773
21774 * ido.el (ido-enter-matching-directory): Rename from
21775 ido-enter-single-matching-directory. Change `slash' choice to
21776 `only'. Add `first' choice.
21777 (ido-exhibit): Adapt to above changes.
21778
21779 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
21780
21781 * Makefile.in: Expand comment about building loaddefs.el.
21782
21783 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
21784
21785 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
21786 Comment use of defadvice.
21787
21788 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
21789
21790 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
21791
21792 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
21793 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
21794 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
21795 * progmodes/idlw-shell.el, progmodes/ld-script.el,
21796 * progmodes/which-func.el, ruler-mode.el, strokes.el,
21797 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
21798 for backward compatibility for faces that did not appear in the
21799 previous Emacs release.
21800
21801 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
21802
21803 2005-08-15 Kim F. Storm <storm@cua.dk>
21804
21805 * emulation/cua-base.el (cua-delete-region): Return t if
21806 deleted region was non-empty.
21807 (cua-replace-region): Inhibit overwrite-mode for
21808 self-insert-command if replaced region was non-empty.
21809 (cua--explicit-region-start, cua--status-string): Make them
21810 buffer-local at top-level...
21811 (cua-mode): ...rather than when mode is enabled.
21812
21813 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
21814
21815 * progmodes/vhdl-mode.el (vhdl-emacs-21):
21816 Set t for Emacs 21, 22, and so on.
21817
21818 2005-08-15 David Ponce <david@dponce.com>
21819
21820 * tree-widget.el: Update Commentary header.
21821 (tree-widget-theme): Doc fix.
21822 (tree-widget-space-width): New option.
21823 (tree-widget-image-properties): Look up in the default theme too.
21824 (tree-widget--cursors): Only for images with arrow pointer shape.
21825 (tree-widget-lookup-image): Pointer shape is hand by default.
21826 (tree-widget-icon): Rename generic icon widget from
21827 `tree-widget-control'.
21828 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
21829 derive from `tree-widget-icon'.
21830 (tree-widget-handle): Improve default look and feel of the text
21831 representation.
21832 (tree-widget): Rename :*-control properties to :*-icon properties.
21833 Add :action and :help-echo properties.
21834 (tree-widget-after-toggle-functions): Move.
21835 (tree-widget-close-node, tree-widget-open-node): Remove.
21836 (tree-widget-before-create-icon-functions): New hook.
21837 (tree-widget-value-create): Update to allow customization of icons
21838 and nodes at run-time via that new hook.
21839 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
21840 (tree-widget-icon-action, tree-widget-icon-help-echo)
21841 (tree-widget-action, tree-widget-help-echo): New functions.
21842
21843 2005-08-15 Kim F. Storm <storm@cua.dk>
21844
21845 * ido.el (ido-buffer-internal): Use with-no-warnings.
21846 (ido-make-merged-file-list): Use while-no-input.
21847
21848 2005-08-15 Richard M. Stallman <rms@gnu.org>
21849
21850 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
21851 (flyspell-large-region): Fix doc and custom type.
21852
21853 2005-08-14 Richard M. Stallman <rms@gnu.org>
21854
21855 * files.el (interpreter-mode-alist): Doc fix.
21856
21857 * mail/rmail.el (rmail-nonignored-headers): New variable.
21858 (rmail-clear-headers): Use it.
21859 (rmail-reply): Better handling of mail-followup-to header.
21860
21861 * progmodes/sh-script.el (sh-font-lock-keywords-var):
21862 Rename variable from sh-font-lock-keywords. In the `shell' entry,
21863 don't try to refer to executable-font-lock-keywords.
21864 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
21865 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
21866 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
21867 (sh-mode): Set comment-start-skip, local-abbrev-table,
21868 imenu-case-fold-search.
21869 (sh-set-shell): Don't set them here.
21870 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
21871 Don't cache the results in the original alist; don't ever modify
21872 that alist.
21873
21874 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
21875
21876 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
21877 empty.
21878
21879 2005-08-15 Andreas Schwab <schwab@suse.de>
21880
21881 * desktop.el: Put autoload cookie at risky-local-variable declarations.
21882
21883 * dired.el, info.el, mail/rmail.el: Revert last change.
21884
21885 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
21886
21887 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
21888 modification in `eval-after-load' form.
21889 * info.el: Likewise.
21890 * mail/rmail.el: Likewise.
21891
21892 2005-08-14 Juri Linkov <juri@jurta.org>
21893
21894 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21895 Remove highlighting of "Compilation started". Highlight only
21896 the word "finished" in "Compilation finished". Add highlighting
21897 of "interrupt", "killed", "terminated" and the exit code.
21898 (compilation-start): Add newline after header. Use exactly the
21899 same time stamp format as the finishing message.
21900 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
21901
21902 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
21903 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
21904 Add highlighting of "interrupt", "killed", "terminated".
21905
21906 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
21907 enabled and the current command is self-insert-command, call it
21908 explicitly with overwrite-mode bound to nil, to not allow it
21909 to delete the character after the selected region.
21910
21911 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
21912
21913 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
21914 move-end-of-line, end-of-line, and beginning-of-line to the list
21915 of commands after which the echo area is updated.
21916
21917 2005-08-12 Eli Zaretskii <eliz@gnu.org>
21918
21919 * cus-edit.el (custom-save-all, custom-save-delete):
21920 Bind recentf-exclude to exclude custom-file.
21921
21922 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
21923
21924 * mail/rmailsum.el (rmail-summary-end-of-message): New command
21925 to go to the bottom of the mail message. Added to
21926 `rmail-summary-mode-map' with key "/".
21927 (rmail-summary-show-message): New (internal) function for use by
21928 both `rmail-summary-beginning/end-of-message'.
21929 (rmail-summary-beginning-of-message): Change to use
21930 rmail-summary-show-message.
21931
21932 * mail/rmail.el (rmail-end-of-message): New command to go to the
21933 end of the current message. Added to `rmail-mode-map' with key "/".
21934 (rmail-beginning-of-message): Fix to work as documented.
21935 (rmail-mode): Change documentation.
21936
21937 * progmodes/compile.el (compilation-start): Add the line
21938 "Compilation started" with compilation start time.
21939 (compilation-mode-font-lock-keywords): Add `started' to keywords.
21940
21941 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
21942
21943 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
21944 of menu items.
21945
21946 2005-08-11 Richard M. Stallman <rms@gnu.org>
21947
21948 * simple.el (pop-global-mark): Reverse test of widen-automatically.
21949
21950 * battery.el (battery-status-function): Don't use ignore-errors.
21951
21952 2005-08-11 Lute Kamstra <lute@gnu.org>
21953
21954 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
21955 define-obsolete-variable-alias.
21956
21957 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
21958
21959 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
21960 (ange-ftp-send-cmd): Revert last change, and expand
21961 the comment explaining the problem.
21962
21963 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
21964
21965 * ldefs-boot.el: Update.
21966
21967 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
21968 item to "Time, Load and Mail". Change help echo text.
21969
21970 * time.el (display-time-use-mail-icon, display-time-format)
21971 (display-time-string-forms): Shorten first line of docstrings.
21972
21973 2005-08-10 Lars Hansen <larsh@soem.dk>
21974
21975 * desktop.el (desktop-buffer-mode-handlers):
21976 Make non-customizable. Add autoload cookie. Change initial value to
21977 nil; add elements in respective modules instead. Fix doc string.
21978 (desktop-load-file): New function.
21979 (desktop-minor-mode-handlers): New autoloaded variable.
21980 (desktop-create-buffer): Call minor mode handlers.
21981 Use desktop-load-file to load major and minor mode modules prior to
21982 checking for a handler.
21983 (desktop-save): Don't add nil to desktop-minor-modes for minor
21984 modes with nil function in desktop-minor-mode-table. Don't delete
21985 desktop file before rewriting it.
21986 (desktop-locals-to-save): Add autoload cookie. Don't make
21987 automatically buffer-local. Add variables column-number-mode,
21988 size-indication-mode, indent-tabs-mode,
21989 indicate-buffer-boundaries, indicate-empty-lines and
21990 show-trailing-whitespace.
21991 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
21992 regexps. Don't use desktop-clear-preserve-buffers-regexp.
21993 (desktop-clear-preserve-buffers-regexp): Delete.
21994 (desktop-clear-preserve-buffers): Update initial value and docstring.
21995 (desktop-save-buffer): Fix doc string.
21996
21997 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
21998 (hilit-chg-desktop-restore): New function.
21999 (highlight-changes-mode): Add highlight-changes-mode to
22000 desktop-locals-to-save.
22001
22002 * dired.el: Add handler to desktop-buffer-mode-handlers.
22003 (dired-restore-desktop-buffer): Remove autoload cookie.
22004 (dired-mode): Add autoload cookie.
22005
22006 * info.el: Add handler to desktop-buffer-mode-handlers.
22007 (Info-restore-desktop-buffer): Remove autoload cookie.
22008 (Info-mode): Add autoload cookie.
22009
22010 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
22011 (mh-restore-desktop-buffer): Remove autoload cookie.
22012 (mh-folder-mode): Add autoload cookie.
22013
22014 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
22015 (rmail-restore-desktop-buffer): Remove autoload cookie.
22016
22017 2005-08-11 Masatake YAMATO <jet@gyve.org>
22018
22019 * hexl.el (hexl-address-region):
22020 (hexl-ascii-region, hexl-font-lock-keywords):
22021 (hexl-highlight-line-range): Use the term "region"
22022 instead of "area" for consistency with the other symbols
22023 defined in hexl.el.
22024
22025 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
22026
22027 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
22028 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
22029 out by Juri Linkov). Add `display-battery-mode'.
22030
22031 2005-08-09 Juri Linkov <juri@jurta.org>
22032
22033 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22034 Remove `-text' from face variable names.
22035 (compilation-error-file-name, compilation-warning-file-name)
22036 (compilation-info-file-name): Delete faces.
22037 (compilation-line-number, compilation-column-number):
22038 Remove face underlining.
22039 (compilation-message-face): Set to `underline' value by default.
22040 (compilation-error-face, compilation-warning-face)
22041 (compilation-info-face): Remove `-file-name' from face names.
22042 (compilation-error-text-face, compilation-warning-text-face)
22043 (compilation-info-text-face): Delete face variables.
22044 (compilation-text-face): Delete function.
22045
22046 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
22047 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
22048 (grep-error-face): Set to `compilation-error' instead of
22049 `compilation-error-face' (which is redefined to `grep-hit-face' in
22050 grep buffers).
22051 (grep-mode-font-lock-keywords): Remove `-text' from face variable
22052 names. Use `grep-error-face' instead of `compilation-error-text-face'.
22053
22054 * dired-aux.el (dired-do-query-replace-regexp):
22055 Use `query-replace-read-args'.
22056
22057 * replace.el (query-replace-read-from, query-replace-read-to)
22058 (query-replace-read-args): Rename arg `string' to `prompt'.
22059
22060 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
22061
22062 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
22063
22064 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
22065 uploading files.
22066 (ange-ftp-canonize-filename): Handle file names beginning with ~
22067 correctly.
22068
22069 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
22070
22071 * textmodes/fill.el (canonically-space-region)
22072 (fill-context-prefix, fill-french-nobreak-p)
22073 (fill-delete-newlines, fill-comment-paragraph)
22074 (justify-current-line): "?\ " -> "?\s".
22075
22076 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
22077
22078 * textmodes/fill.el (fill-nonuniform-paragraphs):
22079 Improve argument/docstring consistency.
22080
22081 2005-08-09 Richard M. Stallman <rms@gnu.org>
22082
22083 * textmodes/ispell.el (ispell-word): More fboundp checks.
22084
22085 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
22086 (find-file-noselect-1): Call it here, only if RAWFILE.
22087 (normal-mode): Always set some major mode.
22088 (save-some-buffers-action-alist): Change some explanation strings.
22089 (file-name-non-special): In the `quote' method, use unwind-protect.
22090
22091 2005-08-09 Magnus Henoch <mange@freemail.hu>
22092
22093 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
22094 (ispell-have-aspell-dictionaries): New variable.
22095 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
22096 (ispell-get-aspell-config-value): New function.
22097 (ispell-aspell-find-dictionary): New function.
22098 (ispell-aspell-add-aliases): New function.
22099 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
22100 appropriate. Don't look for ispell dictionaries if we use aspell.
22101 (ispell-menu-map): Don't build a submenu of dictionaries.
22102
22103 2005-08-09 Richard M. Stallman <rms@gnu.org>
22104
22105 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
22106 (sql-read-passwd): Use read-passwd.
22107
22108 * progmodes/idlw-toolbar.el (idlwave-toolbar)
22109 (idlwave-toolbar-is-possible): Add defvars.
22110
22111 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
22112 Avoid warnings.
22113
22114 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
22115 (idlwave-system-class-info, idlwave-executive-commands-alist):
22116 Use defvar.
22117
22118 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
22119
22120 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
22121 Avoid warnings.
22122
22123 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
22124 and content-type: headers.
22125
22126 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
22127
22128 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
22129 and rename some of them to be more self-explanatory.
22130
22131 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
22132
22133 * startup.el (command-line-1): Implement -scriptload.
22134
22135 * replace.el (occur-engine): Initial *Occur* output not undoable.
22136
22137 * menu-bar.el (menu-bar-file-menu): Rename some menu items
22138 and improve help strings.
22139
22140 * isearch.el (isearch-repeat): When changing direction,
22141 mark search successful.
22142
22143 * ediff-init.el: Use (featurep 'xemacs).
22144
22145 * comint.el (send-invisible): Identify buffer, if not selected.
22146
22147 * align.el: Delete autoload for c-guess-basic-syntax.
22148
22149 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
22150
22151 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
22152 Improve argument/docstring consistency. Doc fixes.
22153 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
22154 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
22155 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
22156 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
22157 (r2bv-organization, r2bv-pages, r2bv-primary-author)
22158 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
22159 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
22160 Defvar at compile time.
22161
22162 2005-08-09 Juri Linkov <juri@jurta.org>
22163
22164 * info.el: Replace `info' with upper-case `Info' where appropriate.
22165 (info-title-1, info-title-2, info-title-3, info-title-4)
22166 (info-menu-header): Move up face definitions.
22167 (info-menu-star): Rename from `info-menu-5'.
22168 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
22169 (Info-fontify-visited-nodes): Fix docstring.
22170 (Info-hide-note-references): Fix docstring.
22171 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
22172 menu items in the same way as on cross-references.
22173 (info-apropos): Fix sorting order and formatting to be like in the
22174 stand-alone Info browser. Display error messages for 1 sec.
22175 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
22176 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
22177 from the menu bar.
22178 (Info-insert-dir): Restore point after calling
22179 `insert-buffer-substring'.
22180
22181 2005-08-08 Richard M. Stallman <rms@gnu.org>
22182
22183 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
22184 (recompute-lucid-menubar): Add defvars.
22185
22186 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
22187
22188 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
22189
22190 * net/net-utils.el (run-dig): Rename from `dig'.
22191
22192 * play/gametree.el (gametree-mode): Use make-local-variable,
22193 not make-variable-buffer-local.
22194
22195 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
22196
22197 * ansi-color.el (ansi-color-make-extent)
22198 (ansi-color-set-extent-face): Use fboundp, not functionp.
22199
22200 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
22201 not make-variable-buffer-local.
22202
22203 * bookmark.el (Info-current-file): Add defvar.
22204 (bookmark-jump-noselect): Use with-no-warnings.
22205
22206 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
22207
22208 * ebuff-menu.el (Helper-return-blurb): Add defvar.
22209
22210 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
22211
22212 * find-file.el (ada-procedure-start-regexp)
22213 (ada-package-start-regexp): Add defvars.
22214
22215 * info.el (Info-insert-dir): Use insert-buffer-substring.
22216
22217 * xml.el (xml-att-def-re): Add defvar.
22218
22219 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
22220 calling convention.
22221
22222 * subr.el (while-no-input): Return t if there is input.
22223
22224 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
22225
22226 * cus-start.el (all): Add `overflow-newline-into-fringe'.
22227
22228 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
22229
22230 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
22231 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
22232
22233 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
22234
22235 * cmuscheme.el (scheme-start-file): Replace reference to
22236 `user-emacs-directory' by "~/.emacs.d/".
22237
22238 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
22239
22240 * info.el (Info-dir-remove-duplicates): Avoid case folding
22241 in loop; instead, keep downcased strings for comparison.
22242 Suggested by Helmut Eller.
22243
22244 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
22245
22246 Sync with Tramp 2.0.50.
22247
22248 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
22249 XEmacs case; not necessary anymore.
22250 (tramp-user-regexp): Allow "@" as part of user name.
22251 (tramp-handle-set-visited-file-modtime)
22252 (tramp-handle-insert-file-contents)
22253 (tramp-handle-write-region): No special handling for
22254 `last-coding-system-used, because this is done in
22255 `tramp-accept-process-output' now.
22256 (tramp-accept-process-output): New defun.
22257 (tramp-process-one-action, tramp-process-one-multi-action)
22258 (tramp-wait-for-regexp, tramp-wait-for-output)
22259 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
22260 Howells <dhowells@redhat.com>.
22261 (clear-visited-file-modtime): Defadvice removed. The check for
22262 unset buffer's modtime does not need to be based on
22263 `tramp-buffer-file-attributes'. Suggested by RMS.
22264 (tramp-message): Insert "\n" if not being at beginning of line.
22265 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
22266 sequence with same logic.
22267 (tramp-completion-handle-expand-file-name): Discard call of
22268 `tramp-drop-volume-letter'. It is not necessary, and there have
22269 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
22270 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
22271 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
22272 should always be visible.
22273 (tramp-handle-insert-directory, tramp-setup-complete)
22274 (tramp-set-process-query-on-exit-flag)
22275 (tramp-append-tramp-buffers): Pacify byte-compiler.
22276 (tramp-bug): Delete non-existing variables from list.
22277 Apply `tramp-load-report-modules' as pre-hook.
22278 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
22279 `shell-prompt-pattern' because of non-7bit characters.
22280 Reported by Sebastian Luque <sluque@mun.ca>.
22281 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
22282 (tramp-match-string-list): Remove function.
22283 (tramp-wait-for-regexp): Remove call of that function.
22284 Suggested by Kim F. Storm <storm@cua.dk>.
22285 (tramp-set-auto-save-file-modes): Use octal integer code #o600
22286 instead of octal character code ?\600. The latter resulted in a
22287 syntax error with XEmacs.
22288
22289 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
22290 XEmacs case; not necessary anymore.
22291 (tramp-smb-handle-write-region): No special handling for
22292 `last-coding-system-used, because this is done in
22293 `tramp-accept-process-output' now.
22294 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
22295
22296 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
22297
22298 * wid-edit.el (widget-choice-value-create):
22299 Unconditionally respect user choice. Set :explicit-choice back to nil
22300 when no longer needed.
22301 (widget-choice-action): Unconditionally respect user choice.
22302 Eliminate :explicit-choice-value.
22303
22304 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
22305
22306 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
22307 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
22308 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
22309 running new function `toggle-indicate-empty-lines'.
22310 Rename "Customize" item to "Customize fringe".
22311 Rename "Indicators" item to "Buffer boundaries" and change help echo.
22312 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
22313 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
22314 Delete "Empty lines only" item.
22315 (menu-bar-showhide-fringe-ind-customize): New function.
22316 (menu-bar-showhide-fringe-ind-mixed)
22317 (menu-bar-showhide-fringe-ind-box)
22318 (menu-bar-showhide-fringe-ind-right)
22319 (menu-bar-showhide-fringe-ind-left)
22320 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
22321 instead of `fringe-indicators'.
22322
22323 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
22324
22325 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
22326 Change the date of last update.
22327
22328 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
22329
22330 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
22331 (viper-exec-yank, viper-put-back): Don't display modification msg
22332 if in the minibuffer.
22333
22334 * viper-init.el (viper-replace-overlay-cursor-color)
22335 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
22336 Make variables frame local.
22337
22338 * viper-util.el (viper-append-filter-alist): Use append instead of
22339 nconc.
22340
22341 * viper.el (viper-vi-state-mode-list)
22342 (viper-emacs-state-mode-list): Move help-mode and
22343 completion-list-mode from the first list to the second.
22344 (viper-mode): Docstring.
22345 (viper-go-away, viper-non-hook-settings): Don't localize
22346 minor-mode-alist in newer Emacsen. Add advice to
22347 set-cursor-color. Don't bind "\C-c\\".
22348
22349 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
22350
22351 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
22352 (scheme-macro-expand-command): New user options.
22353 (scheme-trace-procedure, scheme-expand-current-form): New commands.
22354 (scheme-form-at-point, scheme-start-file)
22355 (scheme-interactively-start-process): New functions.
22356 (scheme-get-process): New function, extracted from `scheme-proc'.
22357 (run-scheme): Call `scheme-start-file' to get start file, and pass
22358 it to `make-comint'.
22359 (switch-to-scheme, scheme-proc):
22360 Call `scheme-interactively-start-process' if no Scheme buffer/process
22361 is available.
22362
22363 2005-08-06 Juri Linkov <juri@jurta.org>
22364
22365 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22366 Use `compilation-text-face', `compilation-info-text-face' and
22367 `compilation-error-text-face' instead of `font-lock-keyword-face'.
22368 (compilation-error): New face.
22369 (compilation-error-file-name): Inherit from
22370 `compilation-error' instead of `font-lock-warning-face'.
22371 (compilation-warning-file-name): Inherit from
22372 `compilation-warning' instead of `font-lock-warning-face'.
22373 (compilation-info, compilation-error-file-name)
22374 (compilation-warning-file-name, compilation-info-file-name)
22375 (compilation-line-number, compilation-column-number): Doc fix.
22376 (compilation-error-text-face, compilation-warning-text-face)
22377 (compilation-info-text-face): New face variables.
22378 (compilation-line-face, compilation-column-face)
22379 (compilation-enter-directory-face)
22380 (compilation-leave-directory-face): Doc fix.
22381 (compilation-text-face): New function.
22382
22383 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
22384 instead of 1 to display binary file names as info file links.
22385 (grep-error-face): Use `compilation-error-face' instead of
22386 `font-lock-keyword-face'.
22387 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
22388 and `compilation-warning-text-face' instead of
22389 `font-lock-keyword-face'. Use `compilation-error-text-face'
22390 instead of `grep-error-face'.
22391
22392 2005-08-05 Kenichi Handa <handa@m17n.org>
22393
22394 * international/code-pages.el: Add autoload cookies for all coding
22395 systems.
22396
22397 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
22398
22399 * cus-start.el (all): Put undo.c where it alphabetically belongs.
22400
22401 2005-08-04 Juri Linkov <juri@jurta.org>
22402
22403 * progmodes/compile.el (compilation-mode-map):
22404 * progmodes/grep.el (grep-mode-map):
22405 Bind TAB to `compilation-next-error' and [backtab] to
22406 `compilation-previous-error'.
22407
22408 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
22409 matching line numbers, column numbers and their ranges with regexp
22410 matching only line numbers.
22411 (grep-context-face): New face variable.
22412 (grep-mode-font-lock-keywords): Use it.
22413
22414 * faces.el (read-face-name): Delete duplicate faces.
22415
22416 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
22417
22418 * thumbs.el (thumbs-find-image): Don't make variables
22419 automatically buffer local.
22420 (thumbs-current-tmp-filename, thumbs-current-image-filename)
22421 (thumbs-image-num): Make automatically buffer local.
22422 (thumbs-show-thumbs-list): Use `make-local-variable', not
22423 `make-variable-buffer-local'.
22424 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
22425
22426 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
22427 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
22428 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
22429 (bother, bye, canyou, chatlst, continue, deathlst, describe)
22430 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
22431 (feelings-about, foullst, found, hello, history, howareyoulst)
22432 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
22433 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
22434 (neglst, obj, object, owner, please, problems, qlist)
22435 (random-adjective, relation, remlst, repetitive-shortness)
22436 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
22437 (shortlst, something, sportslst, stallmanlst, states, subj)
22438 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
22439 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
22440 Defvar at compile time.
22441
22442 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
22443 not `make-variable-buffer-local'.
22444
22445 2005-08-02 Kim F. Storm <storm@cua.dk>
22446
22447 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
22448 rectangle overlay in selected window.
22449
22450 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
22451
22452 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
22453 instead of display group. Make `indicate-buffer-boundaries'
22454 customizable through Custom.
22455
22456 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
22457
22458 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
22459 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
22460 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
22461 (gdb-put-string): Fix typos in docstrings.
22462
22463 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
22464
22465 Update copyright notices of files in progmodes directory for
22466 release of Emacs 22.1.
22467
22468 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
22469
22470 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
22471 Don't barf if the GUD buffer has been killed.
22472
22473 2005-08-01 Kim F. Storm <storm@cua.dk>
22474
22475 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
22476
22477 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
22478
22479 * simple.el (next-error-follow-minor-mode):
22480 make-variable-buffer-local -> make-local-variable.
22481
22482 * emacs-lisp/cl-extra.el: Require CL also when compiling.
22483
22484 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
22485 (byte-compile-form-make-variable-buffer-local): New functions to warn
22486 about misuses of make-variable-buffer-local where make-local-variable
22487 was meant.
22488
22489 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
22490
22491 * bs.el (bs-attributes-list): Doc fix.
22492 (bs): Update url-link.
22493
22494 * desktop.el (desktop-save-buffer): Fix typos in docstring.
22495 (desktop-load-default): Simplify.
22496
22497 * ibuffer.el (ibuffer-columnize-and-insert-list)
22498 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
22499 (ibuffer-unmark-all, ibuffer-toggle-marks)
22500 (ibuffer-unmark-forward, ibuffer-unmark-backward)
22501 (ibuffer-compile-make-format-form, ibuffer-format-column)
22502 (ibuffer-current-buffers-with-marks)
22503 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
22504 (ibuffer): Doc fix.
22505 (ibuffer-mode): Fix typo in docstring.
22506 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
22507 with `define-obsolete-variable-alias'.
22508 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
22509
22510 2005-07-29 Kenichi Handa <handa@m17n.org>
22511
22512 * international/mule-cmds.el (select-message-coding-system):
22513 Be sure to use LF for end-of-line. If no coding system is decided,
22514 return iso-8859-1-unix.
22515
22516 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
22517
22518 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
22519 (ange-ftp-pending-error-line): New vars.
22520 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
22521 to handle the non-fatal no-route-to-host messages.
22522 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
22523
22524 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
22525
22526 * isearch.el (isearch-mode-map, isearch-other-meta-char)
22527 (isearch-quote-char, isearch-printing-char)
22528 (isearch-text-char-description): "?\ " -> "?\s".
22529 (isearch-lazy-highlight-cleanup)
22530 (isearch-lazy-highlight-initial-delay)
22531 (isearch-lazy-highlight-interval)
22532 (isearch-lazy-highlight-max-at-a-time)
22533 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
22534 Declare with define-obsolete-*-alias macros.
22535 (isearch-forward): Fix typo in docstring.
22536 (search-invisible, search-ring-yank-pointer)
22537 (regexp-search-ring-yank-pointer): Doc fixes.
22538
22539 * recentf.el (recentf-menu-append-commands-p): Declare with
22540 `define-obsolete-variable-alias'.
22541 (recentf-max-saved-items, recentf-menu-filter)
22542 (recentf-arrange-by-rule-subfilter): Doc fixes.
22543 (recentf-menu-append-commands-flag)
22544 (recentf-initialize-file-name-history, recentf-expand-file-name)
22545 (recentf-clear-data): Fix typos in docstrings.
22546
22547 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
22548
22549 * progmodes/gdb-ui.el: Smarten comments.
22550 (gdb-info-breakpoints-custom): Use nowarn when finding file.
22551
22552 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
22553
22554 * term/apollo.el (terminal-init-apollo): New function containing
22555 all former top level forms in the file.
22556 * term/bobcat.el (terminal-init-bobcat):
22557 * term/cygwin.el (terminal-init-cygwin):
22558 * term/iris-ansi.el (terminal-init-iris-ansi):
22559 * term/linux.el (terminal-init-linux):
22560 * term/news.el (terminal-init-news):
22561 * term/rxvt.el (terminal-init-rxvt):
22562 * term/sun.el (terminal-init-sun):
22563 * term/tvi970.el (terminal-init-tvi970):
22564 * term/vt100.el (terminal-init-vt100):
22565 * term/vt102.el (terminal-init-vt102):
22566 * term/vt125.el (terminal-init-vt125):
22567 * term/vt200.el (terminal-init-vt200):
22568 * term/vt201.el (terminal-init-vt201):
22569 * term/vt220.el (terminal-init-vt220):
22570 * term/vt240.el (terminal-init-vt240):
22571 * term/vt300.el (terminal-init-vt300):
22572 * term/vt320.el (terminal-init-vt320):
22573 * term/vt400.el (terminal-init-vt400):
22574 * term/vt420.el (terminal-init-vt420):
22575 * term/wyse50.el (terminal-init-wyse50):
22576 * term/xterm.el (terminal-init-xterm): Likewise.
22577
22578 * term/README: Describe the terminal-init-* functionality.
22579
22580 * startup.el (command-line): After loading the terminal initialization
22581 file call the corresponding terminal initialization function.
22582
22583 2005-07-27 Kenichi Handa <handa@m17n.org>
22584
22585 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
22586 negative.
22587
22588 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
22589 (ps-mule-composition-prologue): Fix for the case that
22590 RelativeCompose is false.
22591
22592 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
22593
22594 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
22595
22596 * descr-text.el (describe-char): Handle the case where the list of
22597 chars is displayed in a separate frame.
22598 Be a bit more discriminating when looking for the char.
22599
22600 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
22601
22602 * bookmark.el (bookmark-automatically-show-annotations)
22603 (bookmark-read-annotation-text-func): Doc fixes.
22604 (bookmark-save): Improve argument/docstring consistency.
22605 (bookmark-get-bookmark, bookmark-get-bookmark-record)
22606 (bookmark-alist-from-buffer)
22607 (bookmark-upgrade-file-format-from-0)
22608 (bookmark-grok-file-format-version)
22609 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
22610 (bookmark-read-annotation-mode)
22611 (bookmark-insert-current-bookmark, bookmark-jump)
22612 (bookmark-exit-hook): Fix typos in docstrings.
22613 (bookmark-exit-hooks): Define as obsolete alias.
22614 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
22615 not `bookmark-exit-hooks'. Fix docstring.
22616 (bookmark-bmenu-select): "?\ " -> "?\s".
22617
22618 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
22619
22620 * startup.el (command-line): Fix typo.
22621
22622 2005-07-24 Richard M. Stallman <rms@gnu.org>
22623
22624 * tooltip.el (tooltip-mode): Test emacs-basic-display,
22625 not emacs-quick-startup.
22626
22627 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
22628
22629 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
22630 (reb-next-match, reb-show-subexp): Use `with-selected-window'
22631 instead of `reb-with-current-window'.
22632 (reb-prev-match): Likewise. Also, don't move left if the search
22633 was unsuccessful.
22634 (reb-initialize-buffer): New function.
22635 (re-builder, reb-change-syntax): Use it.
22636
22637 * man.el (Man-goto-page): Make second argument NOERROR optional.
22638
22639 2005-07-23 Richard M. Stallman <rms@gnu.org>
22640
22641 * man.el (Man-bgproc-sentinel): Check here for failure to find
22642 any man page in the output, and report the error here.
22643 (Man-arguments): Make it permanent local.
22644 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
22645 (Man-mode): Pass t for NOERROR.
22646
22647 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
22648 (grep-mode-font-lock-keywords):
22649 Don't use compilation-...-face for messages that are not file names.
22650
22651 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22652 Don't use compilation-...-face for messages that are not file names.
22653
22654 2005-07-22 Juri Linkov <juri@jurta.org>
22655
22656 * startup.el (normal-splash-screen): Update menu name.
22657
22658 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
22659
22660 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
22661
22662 * term/xterm.el: Load term/rxvt if the terminal is actually an
22663 rxvt terminal.
22664 (xterm-rxvt-set-background-mode): Remove, not used anymore.
22665
22666 * term/rxvt.el (function-key-map): Use substitute-key-definition
22667 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
22668
22669 * term/cygwin.el: New file.
22670
22671 2005-07-22 Kim F. Storm <storm@cua.dk>
22672
22673 * image-file.el (insert-image-file, image-file-yank-handler):
22674 Fix last change to maintain a (unique) yank-handler on yanked images.
22675
22676 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
22677
22678 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
22679 of the file size (as in "177B" for 177 bytes). This happens with
22680 "ls -lh" on FreeBSD.
22681
22682 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
22683
22684 * hilit-chg.el (highlight-changes-global-initial-state)
22685 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
22686 (hilit-chg-fixup, highlight-changes-mode):
22687 Fix typos in docstrings.
22688 (highlight-changes-global-modes, highlight-changes-rotate-faces):
22689 Doc fixes.
22690
22691 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
22692
22693 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
22694 mode function using `eval-after-load'.
22695
22696 2005-07-21 Kim F. Storm <storm@cua.dk>
22697
22698 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
22699 included when reporting an Emacs crash, and tell about the DEBUG file.
22700
22701 * image-file.el (insert-image-file): Add yank-handler.
22702 (image-file-yank-handler): Yank handler to make unique copies of
22703 images when they are yanked into a buffer next to each other.
22704
22705 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
22706
22707 * comint.el (comint-use-prompt-regexp, comint-send-input)
22708 (comint-source-default, comint-extract-string)
22709 (comint-get-source, comint-word, comint-completion)
22710 (comint-source, comint-prompt-read-only, comint-update-fence):
22711 Fix typos in docstrings.
22712 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
22713 Declare with define-obsolete-*-alias macros.
22714 (comint-previous-matching-input-from-input)
22715 (comint-next-matching-input-from-input)
22716 (comint-previous-matching-input, comint-next-matching-input)
22717 (comint-forward-matching-input):
22718 Improve argument/docstring consistency.
22719
22720 * desktop.el (desktop-clear-preserve-buffers-regexp):
22721 Also preserve the *server* buffer.
22722
22723 * simple.el (clone-indirect-buffer): Doc fix.
22724 (fixup-whitespace, just-one-space)
22725 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
22726 (next-error, next-error-highlight)
22727 (next-error-highlight-no-select, next-error-last-buffer)
22728 (next-error-buffer-p, next-error-find-buffer, next-error)
22729 (previous-error, next-error-no-select, previous-error-no-select)
22730 (open-line, split-line, minibuffer-prompt-width, kill-new)
22731 (binary-overwrite-mode): Fix typos in docstrings.
22732 (set-fill-column): Fix typo in message.
22733
22734 * skeleton.el (skeleton-proxy-new): Doc fix.
22735
22736 * strokes.el (strokes-load-hook): Doc fix.
22737 (strokes-grid-resolution, strokes-get-grid-position)
22738 (strokes-renormalize-to-grid, strokes-read-stroke)
22739 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
22740 (strokes-global-map): Fix typos in docstrings.
22741 (strokes-help): Doc fix. Fix help message and pass it through
22742 `substitute-command-keys'.
22743
22744 * tempo.el (tempo-insert-prompt, tempo-interactive)
22745 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
22746 (tempo-insert-string-functions, tempo-local-tags)
22747 (tempo-define-template, tempo-insert-template)
22748 (tempo-insert-prompt-compat, tempo-is-user-element)
22749 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
22750 Fix typos in docstrings.
22751
22752 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
22753 (vcursor-key-bindings, vcursor-use-vcursor-map)
22754 (vcursor-find-window, vcursor-scroll-down)
22755 (vcursor-disable, vcursor-beginning-of-buffer)
22756 (vcursor-end-of-buffer): Fix typos in docstrings.
22757 (vcursor-relative-move, vcursor-get-char-count):
22758 Improve argument/docstring consistency.
22759
22760 * version.el: "?\ " -> "?\s".
22761
22762 * wid-edit.el (widget-default-create, widget-after-change)
22763 (widget-default-format-handler, widget-checklist-add-item)
22764 (widget-radio-add-item, widget-choose, widget-specify-secret)
22765 (widget-field-value-create, widget-field-value-get)
22766 (widget-editable-list-format-handler)
22767 (widget-editable-list-entry-create, widget-group-value-create)
22768 (widget-documentation-link-add)
22769 (widget-documentation-string-value-create): "?\ " -> "?\s".
22770 (widget-convert-text): Doc fix.
22771 (widget-narrow-to-field, widget-field-find)
22772 (widget-url-link-action, widget-emacs-library-link-action)
22773 (widget-color-notify): Fix typos in docstrings.
22774
22775 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
22776 (x-select-text, set-w32-system-coding-system)
22777 (w32-add-charset-info): Fix typos in docstrings.
22778
22779 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
22780 (cua-enable-cua-keys, cua-use-hyper-key)
22781 (cua-virtual-rectangle-edges): Fix typos in docstrings.
22782 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
22783
22784 * net/tramp.el (tramp-handle-load): Fix typo in error message.
22785
22786 * emacs-lisp/re-builder.el (regexp-builder): Declare with
22787 `defalias' instead of faking it.
22788
22789 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
22790 (eshell-ls-missing, eshell-ls-dired-initial-args)
22791 (eshell-ls-use-in-dired): Fix typos in docstrings.
22792
22793 2005-07-20 Kim F. Storm <storm@cua.dk>
22794
22795 * emulation/cua-base.el (cua-mode): Improve doc string.
22796
22797 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
22798
22799 * abbrev.el (expand-region-abbrevs): Doc fix.
22800 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
22801 Improve argument/docstring consistency.
22802
22803 * arc-mode.el (archive-get-descr, archive-alternate-display):
22804 Doc fixes.
22805 (archive-l-e): Improve argument/docstring consistency.
22806 (archive-tmpdir, archive-unixdate, archive-unixtime)
22807 (archive-chmod-entry): Fix typos in docstrings.
22808 (archive-unflag, archive-unflag-backwards)
22809 (archive-unmark-all-files): "?\ " -> "?\s".
22810
22811 * buff-menu.el (Buffer-menu-unmark): Doc fix.
22812 (Buffer-menu-not-modified, Buffer-menu-execute)
22813 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
22814 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
22815
22816 * composite.el (compose-string, encode-composition-rule)
22817 (compose-last-chars): Fix typos in docstrings.
22818
22819 * desktop.el (desktop-enable, desktop-basefilename):
22820 Declare with `define-obsolete-variable-alias'.
22821 (desktop-internal-v2s): Don't quote keywords.
22822 (desktop-clear): "?\ " -> "?\s".
22823
22824 * dired.el (dired-align-file, dired-flag-backup-files)
22825 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
22826 (dired-listing-switches, dired-ls-F-marks-symlinks)
22827 (dired-dwim-target, dired-load-hook, dired-mode-hook)
22828 (dired-directory, dired-faces, dired, dired-revert)
22829 (dired-mode, dired-summary, dired-view-file)
22830 (dired-copy-filename-as-kill, dired-delete-file)
22831 (dired-no-confirm, dired-unmark-all-marks)
22832 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
22833 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
22834 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
22835 Fix typos in message strings.
22836
22837 * dired-x.el (virtual-dired): Declare with `defalias'.
22838 (dired-mark-unmarked-files, dired-local-variables-file)
22839 (dired-omit-here-always): Doc fix.
22840 (dired-omit-mode, dired-find-subdir)
22841 (dired-enable-local-variables, dired-clean-up-buffers-too)
22842 (dired-extra-startup, dired-mark-extension, dired-jump)
22843 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
22844 (dired-smart-shell-command, dired-guess-shell-alist-user)
22845 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
22846 (dired-x-bind-find-file, dired-x-submit-report):
22847 Fix typos in docstrings.
22848 (dired-mark-unmarked-files): "?\ " -> "?\s".
22849
22850 * dirtrack.el (dirtrack-list): Fix typos in docstring.
22851
22852 * faces.el (describe-face): "?\ " -> "?\s".
22853 (read-all-face-attributes, read-face-font, modify-face)
22854 (face-attr-construct, italic): Fix typos in docstrings.
22855 (frame-update-face-colors): Declare with
22856 `define-obsolete-function-alias'.
22857
22858 * files.el (find-file-noselect, recode-file-name): Doc fixes.
22859 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
22860 (magic-mode-alist, buffer-file-numbers-unique)
22861 (write-file-functions, get-free-disk-space):
22862 Fix typos in docstrings.
22863 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
22864 (write-contents-hooks, write-file-hooks):
22865 Declare with `define-obsolete-variable-alias'.
22866
22867 * forms-d2.el (arch-rj): Fix typo in docstrings.
22868 (arch-tocol): Likewise. "?\ " -> "?\s".
22869
22870 * frame.el (set-frame-font, cursor-in-non-selected-windows):
22871 Fix typo in docstring.
22872 (set-screen-width, set-screen-height): Delete redundant info in
22873 doctrings.
22874 (new-frame, screen-height, screen-width): Declare with
22875 `define-obsolete-function-alias'.
22876 (delete-frame-hook, blink-cursor): Declare with
22877 `define-obsolete-variable-alias'.
22878
22879 * paths.el (prune-directory-list): Fix typos in docstring.
22880
22881 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
22882 (cvs-prefix-get): Fix typos in docstrings.
22883
22884 * ps-print.el (ps-extend-face-list, ps-extend-face)
22885 (ps-print-background-image): Fix typos in docstrings.
22886 (ps-default-fg, ps-default-bg): Doc fixes.
22887
22888 * s-region.el (s-region-bind): Doc fix.
22889 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
22890
22891 * textmodes/org.el (org-table-formula-substitute-names)
22892 (org-table-get-vertical-vector): Doc fixes.
22893 (org-table-recalculate): Remove unused argument to `message'.
22894
22895 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
22896
22897 * textmodes/org.el (org-table-column-names)
22898 (org-table-column-name-regexp)
22899 (org-table-named-field-locations): New variables.
22900 (org-archive-subtree): Protect `this-command' when calling
22901 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
22902 the kill buffer.
22903 (org-complete): Remove fixed-formula completion.
22904 (org-edit-formulas-map): New variable.
22905 (org-table-edit-formulas): New command.
22906 (org-finish-edit-formulas, org-abort-edit-formulas)
22907 (org-show-variable, org-table-get-vertical-vector): New functions.
22908 (org-table-maybe-eval-formula): Handle `:=' fields.
22909 (org-table-get-stored-formulas, org-table-store-formulas)
22910 (org-table-get-formula, org-table-modify-formulas)
22911 (org-table-replace-in-formulas): Handle named field formulas.
22912 (org-table-get-specials): Store locations of named fields.
22913
22914 2005-07-19 Juri Linkov <juri@jurta.org>
22915
22916 * progmodes/grep.el (grep-regexp-alist)
22917 (grep-mode-font-lock-keywords, grep-process-setup):
22918 Use default GNU grep match color "01;31m" instead of "01;41m".
22919 (grep-regexp-alist, grep-mode-font-lock-keywords):
22920 Use `\\[[0-9]*m' instead of `\\[00m'.
22921 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
22922 sgr_start where its handling is more important. Use the real
22923 length of sgr_start instead of constant 8.
22924 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
22925 specially. Delete all remaining escape sequences.
22926 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
22927 (grep-regexp-alist): Make hyperlink only for binary file name
22928 instead of the whole line.
22929 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
22930 (grep-mode): Add autoload.
22931
22932 * emacs-lisp/find-func.el (find-function-regexp):
22933 Add `define-compilation-mode'.
22934
22935 2005-07-19 Juri Linkov <juri@jurta.org>
22936
22937 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
22938 (compare-windows-sync-string-size, compare-windows-recenter)
22939 (compare-windows-highlight, compare-windows): Add version 22.1.
22940 (compare-windows) <defface>: Inherit from lazy-highlight instead
22941 of duplicating its default value.
22942
22943 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
22944 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
22945
22946 * descr-text.el (describe-char): Create link buttons for `charset'
22947 and `code point'. Add the current input method name with a link
22948 button to `to input' field. Print face names of display table
22949 characters in `The display table entry is displayed by' section
22950 instead of printing face-id in the `display' field.
22951 Guess hardcoded faces and create a link button for them.
22952 Skip empty fields when calculating max-width.
22953 Treat `widget-create' specially while inserting strings from the
22954 collected field list.
22955 (describe-char-after): Made obsolete in version 22.1, not 21.5.
22956
22957 * diff-mode.el (diff-file-header): Change foreground color from
22958 yellow to green on light backgrounds.
22959 (diff-context): Inherit from `shadow' only for color/grayscale
22960 with more than 88 colors.
22961 (diff-indicator-removed, diff-indicator-added)
22962 (diff-indicator-changed): New faces.
22963 (diff-font-lock-keywords): Use new faces. Regroup rules.
22964 Add "^---$" for `normal' diff format. Fontify `#' lines with
22965 font-lock-comment-delimiter-face and font-lock-comment-face.
22966 Add `#' to ^[^...] in the rule for `diff-context-face'.
22967
22968 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
22969 a button-like box. Inherit from `highlight' on low colors.
22970 (shadow): Use shades of gray only for color/grayscale with
22971 more than 88 colors. Use green for light backgrounds with
22972 8 colors, and yellow for dark backgrounds with 8 colors.
22973
22974 * font-lock.el (font-lock-regexp-grouping-backslash):
22975 Don't inherit from escape-glyph (use bold for all cases).
22976
22977 * info.el (info-xref-visited): Use light foreground color `violet'
22978 for dark backgrounds instead of dark color `magenta3'.
22979 (info-title-1): Use `yellow' color for dark backgrounds.
22980
22981 * isearch.el (isearch): Use not-too-dark magenta3 instead of
22982 too-light magenta2.
22983
22984 * replace.el (match): Use slightly more light RoyalBlue3 instead
22985 of dark RoyalBlue4.
22986
22987 * wid-edit.el (widget-inactive): Inherit from `shadow'.
22988
22989 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
22990
22991 * novice.el (disabled-command-hook): Declare it with
22992 `define-obsolete-variable-alias'.
22993
22994 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
22995 (desktop-buffer-misc-functions, desktop-buffer-handlers)
22996 (desktop-load-default): Add release to obsolescence info.
22997 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
22998 (desktop-append-buffer-args, desktop-read):
22999 Fix typos in docstrings.
23000 (desktop-kill): Fix typo in message.
23001 (desktop-save): Doc fix.
23002
23003 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
23004
23005 * viper-cmd.el (viper-escape-to-state): Bug fix.
23006 (viper-envelop-ESC-key): Change the definition of fast
23007 keysequence so it'll work with keyboard macros.
23008
23009 * ediff.el (ediff-patch-buffer): Change the docstring.
23010
23011 2005-07-19 Kenichi Handa <handa@m17n.org>
23012
23013 * international/mule-cmds.el (select-safe-coding-system): Try to
23014 use an auto-coding (if any) before anything else. If the found
23015 auto-coding is invalid, show a warning message.
23016
23017 * international/mule.el (find-auto-coding): New function created
23018 by modifying the body of set-auto-coding.
23019 (set-auto-coding): Use find-auto-coding to find a coding.
23020
23021 2005-07-18 Richard M. Stallman <rms@gnu.org>
23022
23023 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
23024 not isearch-mode-end-hook-error.
23025 (allout-before-change-protect): Fix error message.
23026
23027 2005-07-18 Juri Linkov <juri@jurta.org>
23028
23029 * allout.el (allout-mode):
23030 * calculator.el (calculator-copy):
23031 * custom.el (custom-known-themes):
23032 * dired.el (dired-desktop-buffer-misc-data)
23033 (dired-restore-desktop-buffer):
23034 * dired-x.el (dired-omit-marker-char):
23035 * files.el (basic-save-buffer):
23036 * font-core.el (font-lock-mode):
23037 * calendar/calendar.el (calendar-goto-hebrew-date)
23038 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
23039 (calendar-goto-persian-date):
23040 * language/ethio-util.el (ethio-sera-to-fidel-region):
23041 * textmodes/picture.el (picture-mode):
23042 Delete duplicate duplicate words.
23043
23044 2005-07-18 Juri Linkov <juri@jurta.org>
23045
23046 * isearch.el (isearch-mode-map): Remove key bindings for regexp
23047 chars * ? } |.
23048 (isearch-fallback): Don't call `isearch-process-search-char'.
23049 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
23050 (isearch-process-search-char): Call `isearch-fallback' for regexp
23051 chars * ? } |.
23052 (isearch-return-char): Make obsolete with `make-obsolete' instead
23053 of simply documenting it as obsolete in the docstring.
23054 (isearch-fallback): Refill docstring.
23055
23056 * international/isearch-x.el
23057 (isearch-process-search-multibyte-characters): Remove unneeded
23058 `concat'. Add intermediate values to `junk-hist' instead of
23059 `minibuffer-history'. Test the length of `str'.
23060
23061 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
23062
23063 * allout.el (allout-resolve-xref): Fix typos in error strings.
23064 (allout-before-change-protect): Remove unneeded `concat'.
23065
23066 * array.el (array-mode, array-reconfigure-rows)
23067 (untabify-backward): Fix typos in docstrings.
23068 (array-reconfigure-rows): Use `insert-buffer-substring', not
23069 `insert-buffer'.
23070
23071 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
23072 * progmodes/ada-mode.el (ada-make-body):
23073 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
23074
23075 * dired.el (dired-log):
23076 * tar-mode.el (tar-subfile-save-buffer):
23077 * play/zone.el (zone-pgm-stress-destress):
23078 Use `insert-buffer-substring', not `insert-buffer'.
23079
23080 2005-07-17 Simon Josefsson <jas@extundo.com>
23081
23082 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
23083
23084 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
23085
23086 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
23087 Add plain auth method.
23088 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
23089
23090 2005-07-17 Kim F. Storm <storm@cua.dk>
23091
23092 * ido.el (dired-other-window): Add ido property.
23093
23094 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
23095
23096 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
23097 Fix typo in docstring.
23098 (byte-compile-interactive-only-functions): Add `insert-buffer' and
23099 `insert-file-literally'.
23100
23101 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
23102 info and delete redundant message. Doc fix.
23103 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
23104 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
23105
23106 2005-07-16 Richard M. Stallman <rms@gnu.org>
23107
23108 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
23109 (byte-compile-and): Use byte-compile-and-recursion.
23110 (byte-compile-or-recursion): New function.
23111 (byte-compile-or): Use that.
23112 (byte-compile-if): Guard the else-clause too.
23113 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
23114
23115 * isearch.el (isearch-mode-end-hook-quit): New variable.
23116 (isearch-done): Bind it.
23117 (isearch-mode-end-hook): Doc fix.
23118
23119 * allout.el (allout-isearch-did-quit): Variable deleted.
23120 (allout-real-isearch-abort): Function name no longer used.
23121 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
23122 (allout-isearch-rectification): isearch-mode always exists.
23123 Don't set allout-isearch-did-quit.
23124 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
23125 allout-isearch-did-quit.
23126 (allout-enwrap-isearch): Just add the hook.
23127 (allout-isearch-abort): Function deleted.
23128 (allout-pre-command-business): Avoid warning.
23129
23130 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
23131 Correctly avoid warnings.
23132 (pascal-outline): Likewise.
23133
23134 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
23135
23136 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
23137
23138 * play/tetris.el (tetris-mode): Avoid warning.
23139
23140 * play/snake.el (snake-mode): Avoid warning.
23141
23142 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
23143 (gamegrid-set-display-table): Avoid warning.
23144 (gamegrid-set-timer): Likewise.
23145 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
23146 (gamegrid-add-score-with-update-game-score-1): Take FILE
23147 as argument.
23148 (gamegrid-add-score-with-update-game-score): Pass that argument.
23149 Rename have-shared-game-dir to gamegrid-shared-game-dir.
23150
23151 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
23152
23153 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
23154 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
23155
23156 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
23157 and insert-file.
23158
23159 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
23160 (sc-ask): Avoid warnings.
23161
23162 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
23163 (eshell-hist-initialize): Use that var the natural way.
23164
23165 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
23166
23167 * emacs-lisp/re-builder.el (reb-cook-regexp):
23168 Avoid warning calling lre-compile-string.
23169 (reb-color-display-p): Avoid warning.
23170
23171 * calculator.el (calculator-last-input): Guard uses
23172 of event-key and key-press-event-p.
23173 (event-key, key-press-event-p): Delete definitions.
23174
23175 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
23176 (find-gc-source-directory, find-gc-subrs-callers)
23177 (find-gc-noreturn-list, find-gc-source-files)
23178 (find-gc-subrs-called): Vars renamed and defvar'd.
23179
23180 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
23181 (checkdoc-overlay-put, checkdoc-delete-overlay)
23182 (checkdoc-overlay-start, checkdoc-overlay-end)
23183 (checkdoc-mode-line-update, checkdoc-char=):
23184 Define such that compiler knows they are defined.
23185 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
23186 (checkdoc-read-event): Delete. Use read-event directly.
23187
23188 * whitespace.el (whitespace-make-overlay)
23189 (whitespace-overlay-put, whitespace-delete-overlay)
23190 (whitespace-overlay-start, whitespace-overlay-end):
23191 Define such that compiler knows they are defined.
23192 (whitespace): Move conditional inside.
23193
23194 * tempo.el (tempo-insert-template): Suppress warning.
23195
23196 * ediff-diff.el (longlines-mode): Add defvar.
23197
23198 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
23199
23200 * server.el: Bind "C-x #" in a way that works even if C-x is
23201 redefined to a command key, not a prefix key.
23202
23203 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
23204
23205 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
23206 cl-make-type-test till execution time.
23207
23208 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
23209
23210 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
23211 arg ARG and use it.
23212
23213 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
23214
23215 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
23216
23217 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
23218
23219 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
23220 a defcustom with two :set or :type keywords.
23221
23222 2005-07-15 Richard M. Stallman <rms@gnu.org>
23223
23224 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
23225 Don't give ^M comment-end syntax.
23226
23227 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
23228
23229 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
23230 Don't consider gdbmi (gdb-mi.el has its own update functions).
23231 (gdb-var-delete): Make it work for gdbmi as well.
23232 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
23233
23234 * progmodes/gud.el (etags, sdb): Only require etags when needed.
23235 (gud-speedbar-menu-items): Correct logic for enabling items.
23236
23237 2005-07-15 Kim F. Storm <storm@cua.dk>
23238
23239 * ido.el: Fix commentary.
23240 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
23241 Use with-no-warnings around ffap-guesser.
23242 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
23243 Let bind minibuffer-completing-file-name to t.
23244
23245 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
23246
23247 * startup.el (site-run-file, keyboard-type): Doc fixes.
23248 (command-line): Check for "--basic-display" argument; also for
23249 "--quick", not "--bare-bones" (which was renamed).
23250 (fancy-splash-text): Add missing item "Getting New Versions".
23251 (normal-splash-screen): Fix typos and improve consistency with
23252 `fancy-splash-text'. Update copyright year.
23253
23254 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
23255 valid binding for `help-char'.
23256
23257 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
23258
23259 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
23260
23261 * term.el (term-mode): Disable cua-mode for term buffers.
23262
23263 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
23264
23265 * add-log.el (add-log-mailing-address, change-log-merge):
23266 Doc fixes.
23267 (change-log-get-method-definition): Fix typo in docstring.
23268
23269 2005-07-14 Kim F. Storm <storm@cua.dk>
23270
23271 * emulation/cua-base.el:
23272 (cua--pre-command-handler-1, cua--pre-command-handler)
23273 (cua--post-command-handler-1, cua--post-command-handler):
23274 Split in two. Check (buffer local) value of cua-mode.
23275 (cua-selection-mode): New command.
23276
23277 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
23278
23279 * custom.el (custom-initialize-safe-set)
23280 (custom-initialize-safe-default): Doc fixes.
23281
23282 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
23283 and simplify :init-value again.
23284
23285 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
23286 and simplify :init-value again. Delete autoload.
23287
23288 * startup.el (command-line): Use `custom-reevaluate-setting' again
23289 for tooltip-mode.
23290
23291 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
23292 a defcustom with two :initialize keywords.
23293
23294 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
23295
23296 * allout.el (my-mark-marker, allout-isearch-prior-pos)
23297 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
23298 (allout-post-command-business, allout-flag-region)
23299 (isearch-reenable-font-lock, allout-yank)
23300 (allout-insert-latex-header, allout-insert-latex-trailer)
23301 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
23302 (allout-latex-verb-quote): Fix typos in docstrings.
23303 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
23304 (allout-unprotected, allout-prefix-data):
23305 Improve argument/docstring consistency.
23306 (allout-chart-subtree): Fix argument spec.
23307 (allout-open-topic): Rename `use_sib_bullet' argument to
23308 `use-sib-bullet'. Doc fix.
23309
23310 * whitespace.el (whitespace-check-buffer-leading)
23311 (whitespace-check-buffer-trailing)
23312 (whitespace-check-buffer-indent)
23313 (whitespace-check-buffer-spacetab)
23314 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
23315 (whitespace-check-leading-whitespace)
23316 (whitespace-check-trailing-whitespace)
23317 (whitespace-check-spacetab-whitespace)
23318 (whitespace-check-indent-whitespace)
23319 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
23320 (whitespace-modes): Fix typos in docstrings.
23321 (defgroup, defcustom): Doc fixes.
23322
23323 * winner.el (winner-mode, winner-boring-buffers)
23324 (winner-pending-undo-ring): Doc fixes.
23325 (winner-ring): Remove unneeded `progn'.
23326 (winner-equal): `defsubst' it.
23327 (winner-redo): Fix message.
23328
23329 2005-07-13 Kim F. Storm <storm@cua.dk>
23330
23331 * simple.el (line-move-1): Always use vertical-motion to
23332 do the last (or only) line move to ensure some movement.
23333 Undo 2005-06-23 change--don't check for overlays.
23334
23335 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23336
23337 * term/mac-win.el (ccl-encode-mac-roman-font)
23338 (ccl-encode-mac-centraleurroman-font)
23339 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
23340 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
23341 Change charset-id boundary of dimension to ?\xef.
23342 (mac-char-fontspec-list): New constant.
23343 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
23344 argument. Nil uses itself as family in font-spec. Previous
23345 behavior for nil is now provided by non-nil non-string argument.
23346 All callers changed. Add font-specs for Mac fonts to
23347 "fontset-default" unless iso8859-1 fonts are installed.
23348
23349 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
23350
23351 * progmodes/sh-script.el (sh-get-indent-info): Only indent
23352 a continuation line if the \ is preceded by SPC or TAB.
23353 (sh-get-indent-info): Simplify.
23354 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
23355 Use with-current-buffer.
23356
23357 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
23358 when the matched text is empty.
23359
23360 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
23361
23362 * startup.el (command-line): Revert to previous handling of
23363 tooltip-mode. Explain in comment why the complexity is needed.
23364
23365 * tooltip.el (tooltip-mode): Revert to previous implementation of
23366 its defcustom.
23367
23368 * frame.el (blink-cursor-mode): Revert to previous implementation
23369 of its defcustom. Update comment.
23370
23371 2005-07-12 Lars Hansen <larsh@soem.dk>
23372
23373 * desktop.el: Update e-mail address.
23374
23375 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23376
23377 * term/mac-win.el (mac-services-mail-selection)
23378 (mac-services-mail-to): New functions.
23379 (mac-application-menu-map): Bind them.
23380
23381 2005-07-12 wulei <milton@wulei.net> (tiny change)
23382
23383 * progmodes/gdb-ui.el: Add note about buffering with Windows.
23384
23385 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
23386
23387 * custom.el (custom-reevaluate-setting): Doc fix.
23388
23389 2005-07-11 Jay Belanger <belanger@truman.edu>
23390
23391 * calc/calc.el (calc-embedded-announce-formula-alist)
23392 (calc-embedded-open-close-plain-alist)
23393 (calc-embedded-open-close-mode-alist): Add checks for additional
23394 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
23395
23396 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
23397
23398 * custom.el (custom-enable-theme): Don't add theme to
23399 `custom-enabled-themes' with `push' because there is no
23400 setf-method for `delq'.
23401
23402 2005-07-11 Richard M. Stallman <rms@gnu.org>
23403
23404 * custom.el (custom-declare-variable): Doc fix.
23405
23406 * dired-aux.el (dired-compare-directories): Remove "." and ".."
23407 from the alists.
23408
23409 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
23410 Do nothing if edebug-active.
23411
23412 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
23413 (edebug-display): Do it here instead.
23414
23415 2005-07-10 Richard M. Stallman <rms@gnu.org>
23416
23417 * cus-face.el (custom-theme-set-faces): Make it work.
23418 (custom-reset-faces): Doc fix.
23419 (custom-theme-reset-internal-face, custom-theme-face-value):
23420 Functions deleted.
23421
23422 * custom.el (custom-push-theme): Maintain list of the settings
23423 of a given theme in its theme-settings property.
23424 Maintain position of old settings in the theme-value
23425 or theme-face property.
23426 (custom-enabled-themes): New variable.
23427 (custom-theme-enabled-p): New function.
23428 (provide-theme): Update custom-enabled-themes.
23429 Disable and reenable the `user' theme.
23430 (require-theme): Doc fix.
23431 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
23432 (custom-theme-value, custom-theme-variable-value): Likewise.
23433 (custom-theme-reset-internal): Likewise.
23434 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
23435 (custom-enable-theme, custom-disable-theme): New functions.
23436 (custom-variable-theme-value, custom-face-theme-value): Likewise.
23437 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
23438 (custom-theme-reset-variables): Simplify.
23439 (deftheme, custom-declare-theme, custom-make-theme-feature):
23440 Definitions moved.
23441
23442 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
23443
23444 * longlines.el (longlines-show-region)
23445 (longlines-unshow-hard-newlines): Recognize hard newlines by
23446 non-nil hard property, instead of t.
23447
23448 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
23449
23450 * viper-cmd.el (viper--key-maps): New variable.
23451 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
23452 emulation-mode-map-alists.
23453 (viper-envelop-ESC-key): Use viper-subseq.
23454 (viper-search-forward/backward/next): Disable debug-on-error.
23455
23456 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
23457 (viper-ESC-key): New defcustoms.
23458
23459 * viper-macs.el (ex-map-read-args): Use viper-subseq.
23460
23461 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
23462 (viper-subseq): Copy of subseq from cl.el.
23463
23464 * viper.el (viper-go-away, viper-set-hooks): Use
23465 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
23466
23467 * viper-mous.el (viper-current-frame-saved): Use defvar.
23468
23469 * viper-init.el: Get rid of -face in face names.
23470
23471 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
23472 Make it work with longlines mode
23473
23474 * ediff-mult.el (ediff-meta-mode-hook): New variable.
23475
23476 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
23477
23478 * ediff-init.el: Get rid of -face in face names.
23479
23480 2005-07-10 Richard M. Stallman <rms@gnu.org>
23481
23482 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
23483 and with-timeout-unsuspend.
23484
23485 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
23486 and with-timeout-unsuspend.
23487
23488 * emacs-lisp/timer.el (with-timeout-timers): New variable.
23489 (with-timeout): Bind that variable to record timers.
23490 (with-timeout-suspend, with-timeout-unsuspend): New functions.
23491
23492 * emacs-lisp/debug.el (debug-help-follow): New function.
23493 (debugger-mode-map): Use that instead of help-follow.
23494 (debugger-setup-buffer): Use eval-buffer-list
23495 to handle eval-buffer frames.
23496
23497 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
23498
23499 * timezone.el (timezone-parse-date): Change first regexp
23500 so it will not mistakenly match dates with no time zone.
23501
23502 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
23503
23504 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
23505
23506 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
23507
23508 * custom.el (custom-initialize-safe-set)
23509 (custom-initialize-safe-default): New functions.
23510
23511 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
23512 and simplify :init-value.
23513
23514 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
23515 and simplify :init-value. Delete obsolete comment.
23516
23517 * startup.el (command-line): Use `custom-reevaluate-setting' to
23518 handle `tooltip-mode'. Delete obsolete comment.
23519
23520 * files.el (set-visited-file-name): Avoid calling
23521 `file-name-nondirectory' with a nil argument.
23522
23523 2005-07-09 Richard M. Stallman <rms@gnu.org>
23524
23525 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
23526 was called with nil for the buffer, handle the read position right.
23527 Handle read position for eval-region, too.
23528
23529 2005-07-09 Juri Linkov <juri@jurta.org>
23530
23531 * fringe.el (fringe-mode): Add period in docstring.
23532 (fringe-query-style): Build prompt depending on `all-frames' arg.
23533
23534 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
23535 to not create links to unrelated functions in the Help buffer.
23536
23537 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
23538 Doc fix.
23539
23540 * simple.el (next-error-hook): New variable.
23541 (next-error): Use it. Doc fix.
23542
23543 * textmodes/ispell.el (ispell-command-loop): Add current
23544 dictionary name and program name to mode-line-format.
23545 (ispell-region, ispell-process-line): Add current dictionary name
23546 and program name to messages.
23547
23548 2005-07-08 Jay Belanger <belanger@truman.edu>
23549
23550 * calc/calc.el (calc-embedded-announce-formula-alist)
23551 (calc-embedded-open-close-formula-alist)
23552 (calc-embedded-open-close-word-alist)
23553 (calc-embedded-open-close-plain-alist)
23554 (calc-embedded-open-close-new-formula-alist)
23555 (calc-embedded-open-close-mode-alist)
23556 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
23557 (calc-embedded-mode-hook): New variables.
23558
23559 * calc/calc-embed.el (calc-embedded-firsttime)
23560 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
23561 New variables.
23562 (calc-do-embedded): Use calc-embedded-firsttime,
23563 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
23564 determine whether or not to run hooks.
23565 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
23566 calc-embedded-firsttime-formula appropriately.
23567 Set calc-embedded delimiter variables according to mode.
23568
23569 2005-07-08 Richard M. Stallman <rms@gnu.org>
23570
23571 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
23572 Check for "emacs", etc., as entire symbol, not just as word.
23573 (checkdoc-file-comments-engine): Use regexp-quote on FN.
23574
23575 * files.el (set-visited-file-name): Report the error
23576 for "empty filename" earlier.
23577 (kill-some-buffers): Ignore buffers already dead.
23578
23579 * fringe.el (fringe-mode): Doc fix.
23580
23581 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
23582 Check for (featurep 'xemacs) and turn off warnings in what it guards.
23583 Use unwind-protect to ensure byte-compile-unresolved-functions
23584 is updated.
23585
23586 * whitespace.el (whitespace-buffer-leading-cleanup):
23587 Simplify w/ skip-chars-forward.
23588 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
23589
23590 * mail/rmail.el (rmail-only-expunge): Fix paren error.
23591 Unconditionally try to leave point at the same old place.
23592
23593 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
23594
23595 * comint.el (comint-postoutput-scroll-to-bottom)
23596 (comint-show-maximum-output): Take scroll-margin into consideration.
23597
23598 2005-07-08 Kim F. Storm <storm@cua.dk>
23599
23600 * ido.el (ido-use-filename-at-point): New choice `guess'.
23601 (ido-file-internal): Try ffap-guesser if selected.
23602
23603 * ido.el (ido-before-fallback-functions): New hook.
23604 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
23605 (ido-read-file-name): Run it.
23606
23607 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
23608
23609 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
23610 strings rather than a list of symbols to the completion function.
23611
23612 2005-07-07 Jay Belanger <belanger@truman.edu>
23613
23614 * calc/calc-units.el (math-apply-units): Change the places in
23615 which units are simplified.
23616
23617 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
23618
23619 * cus-edit.el (customize-option, customize-option-other-window):
23620 Make them handle aliases.
23621
23622 * custom.el (custom-variable-p): Make it recursively follow
23623 aliases. Mention that in the docstring.
23624
23625 2005-07-07 Richard M. Stallman <rms@gnu.org>
23626
23627 * cus-start.el (exec-path): Use `directory' instead of `file'.
23628 Fix tag for nil.
23629
23630 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
23631
23632 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
23633 when called non-interactively. Doc fix.
23634
23635 2005-07-07 Lute Kamstra <lute@gnu.org>
23636
23637 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
23638 new address as well.
23639
23640 2005-07-07 Kenichi Handa <handa@m17n.org>
23641
23642 * international/mule.el (make-coding-system):
23643 Describe `ascii-incompatible' property in the docstring.
23644 (set-file-name-coding-system): Signal an error if coding-system is
23645 ascii-incompatible.
23646 (set-keyboard-coding-system): Likewise.
23647
23648 * international/mule-cmds.el (set-default-coding-systems):
23649 Don't set default-file-name-coding-system and
23650 default-keyboard-coding-system if coding-system is ASCII-incompatible.
23651
23652 * international/utf-16.el: Declare that all UTF-16-based coding
23653 systems are ASCII-incompatible.
23654
23655 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
23656
23657 * progmodes/gud.el: Require font-lock for displaying errors.
23658 Used by gdb-ui.el.
23659
23660 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
23661
23662 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
23663 values for the pattern lists which are `read'able but not
23664 `append'able (like symbols).
23665
23666 2005-07-06 Richard M. Stallman <rms@gnu.org>
23667
23668 * progmodes/flymake.el (flymake-float-time): Instead of
23669 with-no-warnings, test for XEmacs.
23670 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
23671 to avoid warning.
23672
23673 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
23674
23675 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
23676
23677 2005-07-05 Lute Kamstra <lute@gnu.org>
23678
23679 * battery.el: Add support for Darwin (with much debugging help
23680 from Samuel Lauber <sam124@operamail.com>).
23681 (battery-status-function, battery-echo-area-format)
23682 (battery-mode-line-format): Add support for pmset on Darwin.
23683 (battery-load-low, battery-load-critical): New user options.
23684 (battery-pmset): New function.
23685
23686 2005-07-05 Lute Kamstra <lute@gnu.org>
23687
23688 Update FSF's address in GPL notices.
23689
23690 * textmodes/page-ext.el: Update FSF's address.
23691
23692 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
23693
23694 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
23695 filling from using prefix when filling a single-line docstring.
23696
23697 * progmodes/flymake.el: Remove useless eval-when-compile.
23698
23699 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
23700
23701 2005-07-04 Richard M. Stallman <rms@gnu.org>
23702
23703 * textmodes/org.el (org-file-apps-defaults-gnu):
23704 Rename from org-file-apps-defaults-linux.
23705 (org-default-apps): Don't test system-type for `linux'.
23706 (org-file-apps): Doc fix.
23707
23708 2005-07-04 David Ponce <david@dponce.com>
23709
23710 * tree-widget.el: Improve header Commentary section.
23711 (tree-widget) [defgroup]
23712 (tree-widget-image-enable, tree-widget-themes-directory)
23713 (tree-widget-theme, tree-widget-image-properties-emacs)
23714 (tree-widget-image-properties-xemacs, tree-widget-create-image)
23715 (tree-widget-image-formats, tree-widget-control)
23716 (tree-widget-empty-control, tree-widget-leaf-control
23717 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
23718 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
23719 (tree-widget-keep, tree-widget-after-toggle-functions)
23720 (tree-widget-open-node, tree-widget-close-node): Doc fix.
23721 (tree-widget-open-control, tree-widget-close-control): Fix doc and
23722 :help-echo message.
23723 (tree-widget-set-theme): Doc fix. Use `string-equal'.
23724 (tree-widget-image-properties): Doc fix. Clearer implementation.
23725 (tree-widget--cursors): New constant.
23726 (tree-widget-lookup-image): New function split from
23727 `tree-widget-find-image'. Clearer implementation.
23728 (tree-widget-find-image): Use it.
23729 (tree-widget-button-keymap): Use `set-keymap-parent'.
23730 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
23731 Define the sub-widgets here.
23732 (tree-widget-node): Check that :node is not a tree-widget.
23733 (tree-widget-get-super, tree-widget-open-control)
23734 (tree-widget-close-control, tree-widget-empty-control)
23735 (tree-widget-leaf-control, tree-widget-guide)
23736 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
23737 (tree-widget-no-handle, tree-widget-value-delete)
23738 (tree-widget-map): Remove.
23739 (tree-widget-children-value-save): Doc fix. Simplified.
23740 (tree-widget-value-create): Update according to previous changes.
23741
23742 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
23743
23744 * textmodes/org.el: Leading space replaced by TABS.
23745 (org-recalc-marks, org-table-rotate-recalc-marks)
23746 (org-table-get-specials): Treat "^" and "_" marks.
23747 (org-table-justify-field-maybe): Optional argument NEW.
23748 (org-table-eval-formula): Parsing of the format simplified.
23749 New modes C,I. Honor the %= parameter in the current table.
23750 Avoid unnecessary re-align by using the NEW argument to
23751 `org-table-justify-field-maybe'.
23752 (org-calc-default-modes): Default for date-format mimicks org-mode.
23753 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
23754
23755 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
23756
23757 * cus-face.el (custom-theme-set-faces): Make it handle face
23758 aliases whose alias declarations are pre- or autoloaded.
23759
23760 2005-07-04 Juri Linkov <juri@jurta.org>
23761
23762 * faces.el (read-face-name): Put the code for getting a face name
23763 from the buffer before adding the faces from the `face' property.
23764 Use `completing-read-multiple' instead of `completing-read'.
23765 Require `crm'. Add default value and post-process the returned
23766 list of faces.
23767
23768 * emacs-lisp/crm.el (crm-find-current-element)
23769 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
23770
23771 * emacs-lisp/lisp-mode.el (eval-defun-1):
23772 * emacs-lisp/edebug.el (edebug-eval-defun):
23773 Remove unnecessary quotes.
23774
23775 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
23776
23777 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
23778 (prolog-indent-level): Fix typo in docstring.
23779
23780 * info.el (Info-history, Info-history-forward)
23781 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
23782
23783 * add-log.el (add-change-log-entry):
23784 * comint.el (comint-dynamic-list-input-ring)
23785 (comint-dynamic-list-completions):
23786 * dabbrev.el (dabbrev-expand):
23787 * delim-col.el (delimit-columns-rectangle-line):
23788 * diff-mode.el (diff-context->unified, diff-reverse-direction)
23789 (diff-unified->context):
23790 * ediff-init.el (ediff-abbrev-jobname):
23791 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
23792 (ediff-replace-session-activity-marker-in-meta-buffer):
23793 * info.el (Info-summary):
23794 * lpr.el (printify-region):
23795 * printing.el (pr-create-interface):
23796 * ps-print.el (ps-print-quote):
23797 * ses.el (ses-column-widths, ses-print-cell)
23798 (ses-adjust-print-width, ses-center):
23799 * shell.el (shell-file-name-quote-list):
23800 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
23801 (strokes-fill-current-buffer-with-whitespace)
23802 (strokes-xpm-for-stroke, strokes-list-strokes)
23803 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
23804 * term.el (term-dynamic-list-input-ring)
23805 (term-dynamic-list-completions):
23806 * calc/calc.el (math-format-stack-value):
23807 * emacs-lisp/edebug.el (edebug-display-freq-count):
23808 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
23809 (delphi-new-comment-line):
23810 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
23811 * progmodes/executable.el (executable-set-magic):
23812 * progmodes/python.el (inferior-python-mode):
23813 * progmodes/scheme.el (scheme-mode-syntax-table):
23814 * progmodes/sh-script.el (sh-maybe-here-document):
23815 * progmodes/sql.el (sql-copy-column):
23816 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
23817 * textmodes/bibtex.el (bibtex-mode):
23818 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
23819 (sgml-auto-attributes):
23820 * textmodes/table.el (table-insert, table-shorten-cell)
23821 (table--generate-source-scan-lines, table-delete-row)
23822 (*table--cell-delete-char, table--spacify-frame)
23823 (table--horizontally-shift-above-and-below)
23824 (table--cell-insert-char, table--cell-blank-str)
23825 (table--fill-region-strictly):
23826 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
23827 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
23828
23829 * add-log.el (change-log):
23830 * apropos.el (apropos):
23831 * comint.el (comint-completion, comint-source):
23832 * dabbrev.el (dabbrev):
23833 * delim-col.el (columns):
23834 * diff-mode.el (diff-mode):
23835 * ediff.el (ediff):
23836 * ediff-diff.el (ediff-diff):
23837 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
23838 * ediff-mult.el (ediff-mult):
23839 * ediff-ptch.el (ediff-ptch):
23840 * ediff-wind.el (ediff-window):
23841 * facemenu.el (facemenu):
23842 * indent.el (indent):
23843 * info.el (info):
23844 * jka-cmpr-hook.el (compression, jka-compr):
23845 * lpr.el (lpr):
23846 * outline.el (outlines):
23847 * pcmpl-cvs.el (pcmpl-cvs):
23848 * pcmpl-rpm.el (pcmpl-rpm):
23849 * printing.el (printing):
23850 * ps-print.el (postscript, ps-print, ps-print-horizontal)
23851 (ps-print-vertical, ps-print-headers, ps-print-font)
23852 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
23853 (ps-print-background, ps-print-printer, ps-print-page)
23854 (ps-print-miscellany):
23855 * ses.el (ses):
23856 * shell.el (shell, shell-directories, shell-faces):
23857 * startup.el (initialization):
23858 * strokes.el (strokes):
23859 * term.el (term):
23860 * uniquify.el (uniquify):
23861 * w32-vars.el (w32):
23862 * calc/calc.el (calc):
23863 * emacs-lisp/bytecomp.el (bytecomp):
23864 * emacs-lisp/cl-indent.el (lisp-indent):
23865 * emacs-lisp/edebug.el (edebug):
23866 * emacs-lisp/elp.el (elp):
23867 * emacs-lisp/testcover.el (testcover):
23868 * emacs-lisp/trace.el (trace):
23869 * emulation/viper-ex.el (viper-ex):
23870 * emulation/viper-mous.el (viper-mouse):
23871 * mail/mailalias.el (mailalias):
23872 * mail/supercite.el (supercite, supercite-frames)
23873 (supercite-attr, supercite-cite, supercite-hooks):
23874 * net/rcompile.el (remote-compile):
23875 * net/rlogin.el (rlogin):
23876 * obsolete/ooutline.el (outlines):
23877 * progmodes/delphi.el (delphi):
23878 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
23879 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
23880 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
23881 (ebnf-optimization):
23882 * progmodes/etags.el (etags):
23883 * progmodes/executable.el (executable):
23884 * progmodes/idlwave.el (idlwave):
23885 * progmodes/pascal.el (pascal):
23886 * progmodes/prolog.el (prolog):
23887 * progmodes/python.el (python):
23888 * progmodes/scheme.el (scheme):
23889 * progmodes/sh-script.el (sh, sh-script):
23890 * progmodes/sql.el (SQL):
23891 * progmodes/tcl.el (tcl):
23892 * textmodes/bibtex.el (bibtex, bibtex-autokey):
23893 * textmodes/enriched.el (enriched):
23894 * textmodes/makeinfo.el (makeinfo):
23895 * textmodes/sgml-mode.el (sgml):
23896 * textmodes/table.el (table-hooks):
23897 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
23898 * textmodes/texinfo.el (texinfo):
23899 * textmodes/two-column.el (two-column):
23900 Finish `defgroup' description with period.
23901
23902 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
23903 * eshell/esh-var.el (eshell-var):
23904 * progmodes/vhdl-mode.el (vhdl-testbench):
23905 * textmodes/org.el (org): Fix typos in docstrings.
23906
23907 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
23908 consistency.
23909
23910 * progmodes/flymake.el (flymake-find-file): Remove.
23911 (flymake-float-time): Use `with-no-warnings'.
23912 (flymake-check-start-time, flymake-check-was-interrupted)
23913 (flymake-err-info, flymake-is-running, flymake-last-change-time)
23914 (flymake-new-err-info): `defvar' at compile time.
23915
23916 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
23917
23918 * replace.el (occur-hook): Doc fix.
23919 (occur-1): Don't call `occur-hook' if there are no matches.
23920
23921 2005-07-03 Richard M. Stallman <rms@gnu.org>
23922
23923 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
23924 global-map, save the same map.
23925 (global-map): Don't alter it at top level.
23926 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
23927 Then alter it here instead.
23928 (tpu-edt-off): Set global-map to the saved one.
23929
23930 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
23931 All references simplified.
23932 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
23933 (zmacs-regions): Add defvar.
23934 (repeat-complex-command-map): Everything about that deleted.
23935
23936 * textmodes/artist.el (artist-key-is-drawing)
23937 (artist-key-endpoint1, artist-key-poly-point-list)
23938 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
23939 (artist-key-compl-table, artist-rb-save-data)
23940 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
23941 Don't put them in eval-when-compile.
23942 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
23943
23944 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
23945 Use with-no-warnings.
23946
23947 * net/browse-url.el (dos-windows-version): Add defvar.
23948
23949 * mail/supercite.el (filladapt-prefix-table): Add defvar.
23950
23951 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
23952 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
23953 (rmail-new-summary-line-count): Rename from new-summary-line-count.
23954 Add defvar.
23955 (rmail-summary-beginning-of-message): Use with-no-warnings.
23956 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
23957
23958 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
23959 Use with-no-warnings.
23960
23961 * emulation/vi.el (vi-mark-region): Use c-mark-function.
23962 (c-mark-function): Add point-moving-unit property.
23963 (vi-goto-line): Use with-no-warnings.
23964
23965 * emulation/edt.el (edt-last-copied-word): Add defvar.
23966 (zmacs-region-stays): Likewise.
23967 (edt-mark-section-wisely): Use c-mark-function for C.
23968 Use makr-defun for Fortran.
23969 (time-string): defvar deleted.
23970 (edt-display-the-time): Don't set time-string.
23971
23972 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
23973
23974 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
23975 Don't warn when name is not constant
23976 or for defining the group `emacs'.
23977
23978 * tooltip.el (gud-tooltip-mode): Add defvar.
23979
23980 * startup.el (default-frame-background-mode): Add defvar.
23981
23982 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
23983
23984 * info.el (tool-bar-map): Add defvar.
23985
23986 * dired.el (dnd-protocol-alist): Add defvar.
23987
23988 * dired-aux.el (dired-query): Display question with answer, when
23989 the user answers.
23990
23991 * custom.el (custom-add-option): Doc fix.
23992
23993 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
23994
23995 2005-07-03 Eli Zaretskii <eliz@gnu.org>
23996
23997 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
23998 bogus name from the last change.
23999
24000 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
24001
24002 * custom.el (custom-declare-variable): Fix typos in comment.
24003 (custom-known-themes): Doc fix.
24004 (custom-theme-directory): New defcustom.
24005 (require-theme): Make it check `custom-theme-directory'.
24006
24007 * cus-theme.el (custom-new-theme-mode): New function.
24008 (custom-theme-name, custom-theme-variables, custom-theme-faces)
24009 (custom-theme-description): Add compiler defvars.
24010 (customize-create-theme): Add doc to the "*New Custom Theme*"
24011 buffer. Use `custom-new-theme-mode'.
24012 (custom-theme-write): Put the created buffer in emacs-lisp-mode
24013 and save it to the `custom-theme-directory'. Make this the
24014 default directory of the buffer.
24015
24016 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
24017
24018 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
24019 Fix unbalanced parentheses.
24020
24021 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
24022
24023 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
24024 into flymake-mode and delegate to flymake-mode.
24025
24026 * find-file.el (ff-which-function-are-we-in): Clean up.
24027
24028 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
24029
24030 * replace.el (occur-rename-buffer): Fix docstring.
24031
24032 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
24033 (edt-last-copied-word, edt-learn-macro-count)
24034 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
24035 (edt-rect-start-point, edt-user-global-map, rect-start-point)
24036 (time-string, zmacs-region-stays):
24037 * emulation/edt-mapper.el (edt-save-function-key-map)
24038 (EDT-key-name): `defvar' to silence the byte-compiler.
24039
24040 2005-07-02 Martin Rudalics <rudalics@gmx.at>
24041
24042 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
24043 font-lock-regexp-backslash. Doc fix.
24044 (font-lock-regexp-backslash-grouping-construct): Rename from
24045 font-lock-regexp-backslash-construct. Doc fix.
24046 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
24047 grouping constructs.
24048
24049 2005-07-02 Eli Zaretskii <eliz@gnu.org>
24050
24051 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
24052 updating all the prerequisites.
24053
24054 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
24055
24056 * textmodes/org.el (org-agenda-start-on-weekday)
24057 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
24058 (org-agenda-use-time-grid, org-archive-location)
24059 (org-allow-space-in-links, org-usenet-links-prefer-google)
24060 (org-enable-table-editor, org-export-default-language)
24061 (org-export-html-show-new-buffer, org-fill-paragraph)
24062 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
24063 (org-goto-quit, org-occur, org-eval-in-calendar)
24064 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
24065 (org-agenda-diary-entry, org-remember-help)
24066 (org-table-convert-region, org-at-table-p)
24067 (org-table-move-row-down, org-table-move-row-up)
24068 (org-table-copy-region, org-table-toggle-vline-visibility)
24069 (org-table-get-stored-formulas, org-table-get-specials)
24070 (org-recalc-commands, org-table-eval-formula)
24071 (org-table-formula-substitute-names, orgtbl-make-binding)
24072 (org-format-org-table-html, org-format-table-table-html)
24073 (org-format-table-table-html-using-table-generate-source)
24074 (org-customize): Fix typos in docstrings.
24075 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
24076 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
24077 (org-back-to-heading): Doc fixes.
24078 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
24079 (org-agenda-change-all-lines, org-get-header):
24080 Improve argument/docstring consistency.
24081 (orgtbl-error): Fix error message.
24082
24083 * progmodes/flymake.el (flymake-find-possible-master-files)
24084 (flymake-master-file-compare, flymake-get-line-err-count)
24085 (flymake-highlight-line, flymake-gui-warnings-enabled):
24086 Fix typos in docstrings.
24087 (flymake-parse-line, flymake-get-project-include-dirs-function)
24088 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
24089 Doc fixes.
24090 (flymake-get-project-include-dirs-function)
24091 (flymake-make-err-menu-data):
24092 Improve argument/docstring consistency.
24093
24094 2005-07-01 Lute Kamstra <lute@gnu.org>
24095
24096 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
24097 Catch errors with ignore-errors. Use temporary buffer.
24098 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
24099
24100 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
24101 background color faces.
24102 (facemenu-set-foreground, facemenu-set-background):
24103 Use facemenu-set-face-from-menu.
24104 (facemenu-set-face-from-menu): Treat face names that start with
24105 "fg:" or "bg:" as special.
24106 (facemenu-add-new-color): Don't create faces. Simplify.
24107
24108 2005-06-30 Richard M. Stallman <rms@gnu.org>
24109
24110 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
24111 (crm-find-current-element): Likewise.
24112
24113 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
24114
24115 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
24116
24117 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
24118
24119 * arc-mode.el (archive-extract): Make it work as a mouse binding.
24120 (archive-mouse-extract): Make it an obsolete alias.
24121 (archive-mode-map): Don't use archive-mouse-extract any more.
24122 (archive-mode, archive-extract): write-contents-hooks ->
24123 write-contents-functions.
24124 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
24125 first arg.
24126 (archive-rename-entry): Update the call.
24127 (archive-zip-summarize): Remove unused var `method'.
24128 (archive-lzh-summarize): Remove unused var `creator'.
24129
24130 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
24131 dedicated frame upon exit.
24132
24133 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
24134 (archive-zip-extract, archive-zip-expunge)
24135 (archive-zip-update, archive-zip-update-case): Use executable-find.
24136 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
24137 Use restore-buffer-modified-p.
24138 (archive-extract, archive-add-new-member, archive-write-file-member):
24139 Use with-current-buffer.
24140 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
24141
24142 2005-06-30 Andreas Schwab <schwab@suse.de>
24143
24144 * progmodes/gud.el (gud-filter): Remove unneeded progn.
24145
24146 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
24147
24148 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
24149
24150 2005-06-30 Juri Linkov <juri@jurta.org>
24151
24152 * faces.el (vertical-border): Inherit from mode-line-inactive
24153 only on tty.
24154
24155 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
24156
24157 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
24158 example, -NLINES in the `occur' docstring).
24159
24160 * replace.el (occur-1): When no matches are found, do not set the
24161 `buffer-read-only' and modified flags for the occur buffer,
24162 because it is deleted.
24163
24164 * emulation/cua-base.el (cua-check-pending-input)
24165 (cua-repeat-replace-region, cua-mode, cua-debug)
24166 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
24167 Fix typos in docstrings.
24168
24169 * emulation/cua-gmrk.el (cua-toggle-global-mark)
24170 (cua-cut-region-to-global-mark)
24171 (cua--cut-rectangle-to-global-mark):
24172 Remove period from end of messages.
24173
24174 * emulation/cua-rect.el (cua-do-rectangle-padding):
24175 Remove period from end of messages.
24176 (cua--rectangle-seq-format): Fix typo in docstring.
24177 (cua-sequence-rectangle, cua-fill-char-rectangle):
24178 Improve argument/docstring consistency.
24179
24180 2005-06-29 Juri Linkov <juri@jurta.org>
24181
24182 * faces.el (default-frame-background-mode): New internal variable.
24183 (frame-set-background-mode): Use it.
24184
24185 * startup.el (normal-top-level): Set default-frame-background-mode
24186 instead of frame-background-mode. Before setting it, test for its
24187 nil value. Remove tests for frame-background-mode and frame
24188 parameter `reverse'. Add test for "unspecified-fg".
24189
24190 * term/xterm.el (xterm-rxvt-set-background-mode):
24191 * term/rxvt.el (rxvt-set-background-mode):
24192 Set default-frame-background-mode instead of frame-background-mode.
24193
24194 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
24195
24196 * simple.el (set-variable): Warn about obsolete user variables.
24197
24198 * imenu.el (imenu--completion-buffer):
24199 * mouse.el (mouse-buffer-menu-alist):
24200 * msb.el (msb-invisible-buffer-p):
24201 * calendar/diary-lib.el (diary-header-line-format):
24202 * emacs-lisp/pp.el (pp-buffer):
24203 * progmodes/cperl-mode.el (cperl-do-auto-fill):
24204 * textmodes/picture.el (picture-replace-match):
24205 Change space constants followed by a sexp to "?\s ".
24206
24207 * play/decipher.el (decipher-loop-with-breaks):
24208 * textmodes/texinfo.el (texinfo-insert-@item): Change space
24209 constants "protected" from end of line by a comment to "?\s".
24210
24211 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
24212
24213 * font-lock.el (save-buffer-state): Use `declare'.
24214
24215 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
24216 reset the syntax-table to cperl-mode-syntax-table.
24217 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
24218 "foo_print_bar" is not matched as a reserved keyword.
24219
24220 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
24221
24222 * textmodes/org.el (orgtbl-setup): New function, for delayed
24223 setup for the orgtbl commands.
24224 (org-calc-default-modes): New option.
24225 (orgtbl-make-binding): Use `defun' to get better help display.
24226 (org-diary): Call `org-compile-prefix-format'.
24227 (org-table-formula-substitute-names): New function.
24228 (org-agenda-day-view, org-agenda-week-view): New commands.
24229 (org-agenda-toggle-week-view): Command removed.
24230 (org-tbl-menu): Split off from org-org-menu.
24231 (org-mode): Move removal of outline-mode menus to here.
24232 (org-table-formula-debug): New option.
24233 (org-table-insert-row): Keep first field if just "#" or "*".
24234 (org-mode): Paragraph regexps fixed.
24235 (org-table-recalculate-regexp): New constant.
24236 (org-table-justify-field-maybe): Avoid replace if not necessary.
24237 (org-copy-special, org-cut-special): Use `call-interactively'.
24238 (org-table-copy-region): Take region from `interactive' call.
24239 (org-trim): Return string even if no match.
24240 (org-formula): New face.
24241 (org-set-font-lock-defaults): No longer highlight "FIXME".
24242 But highlight formula-related fields in table.
24243 (org-table-p): Use regexp, not fontification.
24244 (org-table-align): Handle white space at end of line.
24245 (org-table-formula-evaluate-inline): New option.
24246 (org-mode): Auto-wrapping in comment lines turned off.
24247 (org-table-copy-down): Evaluate only in copied field, not in
24248 destination.
24249 (org-table-current-formula): Variable removed.
24250 (org-table-store-formulas, org-table-get-stored-formulas)
24251 (org-table-modify-formulas, org-table-replace-in-formulas)
24252 (org-table-maybe-eval-formula): New functions.
24253 (org-table-get-formula): Modify to use stored formulas.
24254 (org-table-insert-column, org-table-delete-column)
24255 (org-table-move-column): Call `org-table-modify-formulas'.
24256 (org-complete): Add completion for keyword formulas.
24257 (orgtbl-mode): Pull orgtbl-mode-map to start of
24258 minor-mode-map-alist.
24259
24260 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
24261
24262 * progmodes/python.el (python-check): Require `compile' before
24263 modifying its variables.
24264
24265 * newcomment.el (comment-indent-default): Don't get fooled by an early
24266 end of buffer.
24267
24268 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24269
24270 * ps-print.el (ps-print-version): Fix version number.
24271
24272 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
24273
24274 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
24275
24276 2005-06-28 Richard M. Stallman <rms@gnu.org>
24277
24278 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
24279 (flyspell-local-mouse-map): Declaration deleted.
24280 (flyspell-mouse-map): Bind only mouse-2.
24281 (flyspell-mode-map): Don't test flyspell-use-local-map.
24282 (flyspell-overlay-keymap-property-name): Var deleted.
24283 (flyspell-mode-on): Don't make local bindings for
24284 flyspell-mouse-map and flyspell-mode-map.
24285 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
24286
24287 * textmodes/ispell.el (ispell-word): Do not ignore short words.
24288
24289 * progmodes/compile.el (compilation-next-error-function):
24290 Don't switch buffers; operate on the current buffer.
24291
24292 * progmodes/compile.el (compilation-error-file-name)
24293 (compilation-warning-file-name, compilation-info-file-name)
24294 (compilation-line-number, compilation-column-number): New faces.
24295 (compilation-error-face, compilation-warning-face)
24296 (compilation-info-face, compilation-line-face)
24297 (compilation-column-face): Use them.
24298
24299 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
24300
24301 * comint.el (comint-password-prompt-regexp): Accept ", try again".
24302
24303 * bindings.el (global-map): Bind insertchar and its variants.
24304
24305 2005-06-27 Richard M. Stallman <rms@gnu.org>
24306
24307 * textmodes/artist.el (artist-text-overwrite)
24308 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
24309
24310 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24311
24312 * ps-print.el: It was not working the page selection for printing.
24313 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
24314 (ps-print-version): New version 6.6.7.
24315 (ps-end-sheet): New fun.
24316 (ps-header-sheet, ps-end-job): Call it.
24317
24318 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
24319
24320 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
24321
24322 2005-06-27 Lute Kamstra <lute@gnu.org>
24323
24324 * facemenu.el (facemenu-unlisted-faces): Add foreground and
24325 background color faces.
24326 (facemenu-get-face): Delete function.
24327 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
24328 (facemenu-add-new-color): Make second argument mandatory.
24329 Create the appropriate face and return it. Simplify.
24330 (facemenu-set-foreground, facemenu-set-background): Don't check if
24331 color is defined. Use return value of facemenu-add-new-color.
24332
24333 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
24334
24335 * progmodes/gud.el (gud-filter): Add missing argument to
24336 with-selected-window.
24337
24338 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
24339
24340 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
24341 a :require to the defcustom.
24342
24343 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
24344 defcustoms corresponding to minor modes.
24345
24346 2005-06-26 David Ponce <david@dponce.com>
24347
24348 * recentf.el: Require tree-widget instead of wid-edit.
24349 (recentf-filename-handler): Fix widget :type.
24350 (recentf-cancel-dialog, recentf-open-more-files)
24351 (recentf-open-files-action): Doc fix.
24352 (recentf-dialog-goto-first): New function.
24353 (recentf-dialog-mode-map): Set parent keymap first.
24354 (recentf-dialog-mode): Define with define-derived-mode.
24355 Don't display continuation lines in dialogs.
24356 (recentf-edit-list): Rename from recentf-edit-selected-items.
24357 (recentf-edit-list-select): Rename from recentf-edit-list-action.
24358 Simplify.
24359 (recentf-edit-list-validate): New function.
24360 (recentf-edit-list): Update accordingly.
24361 (recentf-open-files-item-shift): Remove.
24362 (recentf-open-files-item): Convert menu elements into tree and
24363 link widgets. Don't create the widgets.
24364 (recentf-open-files): Update accordingly.
24365 (recentf-save-list): Untabify.
24366
24367 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
24368
24369 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
24370 (keep-lines): Add INTERACTIVE arg. Never delete lines only
24371 partially contained in the active region. Do not take active
24372 region into account when called from Lisp, unless INTERACTIVE arg
24373 is non-nil. Use `forward-line' instead of `beginning-of-line' to
24374 avoid trouble with fields. Make marker point nowhere when no
24375 longer used. Always return nil. Doc fix.
24376 (flush-lines): Add INTERACTIVE arg. Do not take active region
24377 into account when called from Lisp, unless INTERACTIVE arg is
24378 non-nil. Use `forward-line' instead of `beginning-of-line' to
24379 avoid trouble with fields. Make marker point nowhere when no
24380 longer used. Always return nil. Doc fix.
24381 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
24382 interchangeable. Do not take active region into account when
24383 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
24384 message in echo area when called from Lisp, unless INTERACTIVE arg
24385 is non-nil. Avoid saying "1 occurrences". Do not use markers.
24386 Return the number of matches. Doc fix.
24387 (occur): Doc fix.
24388 (perform-replace): Make comment follow double space convention for
24389 the sake of `outline-minor-mode'.
24390
24391 * faces.el (facep): Doc fix.
24392
24393 2005-06-25 Richard M. Stallman <rms@gnu.org>
24394
24395 * facemenu.el (facemenu-enable-faces-p): New function.
24396 (facemenu-background-menu, facemenu-foreground-menu)
24397 (facemenu-face-menu): Add menu-enable property.
24398
24399 * jka-compr.el (jka-compr-insert-file-contents):
24400 Special handling if cannot find the uncompression program.
24401
24402 * cus-face.el (custom-face-attributes): Add autoload.
24403
24404 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24405 Bind comment-indent-function locally.
24406
24407 * window.el (save-selected-window): Use save-current-buffer.
24408
24409 * subr.el (with-selected-window): Use save-current-buffer.
24410
24411 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
24412 and with-current-buffer.
24413
24414 2005-06-24 Richard M. Stallman <rms@gnu.org>
24415
24416 * simple.el (line-move-1): Fix previous change.
24417
24418 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
24419
24420 * replace.el (occur-1): Set `buffer-read-only' and the
24421 buffer-modified flag before running `occur-hook' to protect
24422 against unintentional buffer switches that can lead to data loss.
24423
24424 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
24425
24426 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
24427 (gud-gdb-marker-filter): Use font-lock-warning-face for any
24428 initial error.
24429
24430 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
24431 after fresh input.
24432 (gdb-var-create-handler): Put name of expression in quotes.
24433
24434 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
24435
24436 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
24437 elements of RING in order, and without bogus nil elements.
24438
24439 2005-06-23 Richard M. Stallman <rms@gnu.org>
24440
24441 * simple.el (set-variable): Args renamed; doc fix.
24442 (line-move-1): When there are overlays around, use vertical-motion.
24443
24444 * faces.el (escape-glyph): Use brown against light background.
24445 (nobreak-space): Rename from no-break-space.
24446 Fix previous change.
24447
24448 * dired-aux.el (dired-do-copy): Fix arg prompt.
24449
24450 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
24451
24452 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
24453
24454 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
24455 rather than "Distributor".
24456
24457 2005-06-23 Lute Kamstra <lute@gnu.org>
24458
24459 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
24460 (debug-on-entry): Use it. New interactive declaration that uses
24461 function-called-at-point.
24462
24463 2005-06-23 Kim F. Storm <storm@cua.dk>
24464
24465 * subr.el (save-match-data): Add comment about using evaporate arg
24466 to set-match-data.
24467
24468 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
24469
24470 * cus-edit.el (customize-face)
24471 (customize-face-other-window): Handle face aliases.
24472
24473 * faces.el (face-documentation, set-face-attribute)
24474 (face-spec-set): Handle face aliases.
24475
24476 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
24477
24478 * help-mode.el (help-make-xrefs): If a symbol representing a face
24479 name is not followed by the word "face", it could still be a
24480 function or variable name, so don't bypass other checks.
24481
24482 2005-06-22 Juri Linkov <juri@jurta.org>
24483
24484 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
24485 Replace aliased functions with calls where second arg `inherit' is t.
24486
24487 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
24488
24489 * progmodes/gdb-ui.el (gdb-error): New variable.
24490 (gdb-error): New function.
24491 (gdb-annotation-rules): Act on error-begin and error annotations.
24492 (gdb-concat-output): Use font-lock-warning-face for errors.
24493
24494 2005-06-22 Miles Bader <miles@gnu.org>
24495
24496 * bindings.el (propertized-buffer-identification): Use renamed
24497 `Buffer-menu-buffer' face.
24498
24499 * faces.el (vertical-border): Rename from `vertical-divider'.
24500 (escape-glyph): Change dark-background color back to `cyan'.
24501
24502 2005-06-21 Juri Linkov <juri@jurta.org>
24503
24504 * faces.el (face-user-default-spec): Try getting `customized-face'
24505 prior to `saved-face'.
24506 (frame-background-mode): Refill docstring.
24507
24508 * emacs-lisp/lisp-mode.el (eval-defun-1):
24509 * emacs-lisp/edebug.el (edebug-eval-defun):
24510 Set `saved-face' temporarily to nil before calling form.
24511 Set `customized-face' to the new spec after that.
24512
24513 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
24514
24515 * subr.el (1value, lambda, key-substitution-in-progress):
24516 Doc fixes.
24517
24518 * autoinsert.el (auto-insert-alist):
24519 * ses.el (ses-call-printer):
24520 * subr.el (noreturn):
24521 * emacs-lisp/lisp.el (check-parens):
24522 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
24523 * net/browse-url.el (browse-url-mosaic):
24524 * progmodes/cc-defs.el (c-safe-scan-lists):
24525 * progmodes/ebnf-abn.el (ebnf-abn-lex):
24526 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
24527 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
24528 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
24529 * progmodes/ebnf-iso.el (ebnf-iso-lex):
24530 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
24531
24532 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
24533
24534 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
24535
24536 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
24537
24538 * calendar/appt.el (appt-make-list): Activate the package, if
24539 not already active (for backwards compatibility).
24540
24541 2005-06-20 Kim F. Storm <storm@cua.dk>
24542
24543 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
24544
24545 2005-06-20 Miles Bader <miles@gnu.org>
24546
24547 * faces.el (vertical-divider): New face.
24548
24549 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
24550
24551 * simple.el (kill-whole-line): Doc fix.
24552 (next-error-buffer-p, next-error-find-buffer)
24553 (clone-indirect-buffer): Fix typos in docstrings.
24554 (comment-line-break-function): Doc fix: don't say variable
24555 is automatically buffer-local (it isn't).
24556
24557 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
24558
24559 * net/tramp-ftp.el (top):
24560 * net/tramp-smb.el (top):
24561 * net/tramp-util.el (top):
24562 * net/tramp-uu.el (top):
24563 * net/tramp-vc.el (top):
24564 * net/tramp.el (top): Revert copyright years back to original
24565 ones. Tramp has a life outside GNU Emacs.
24566
24567 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
24568
24569 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
24570
24571 2005-06-18 Juri Linkov <juri@jurta.org>
24572
24573 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
24574 end of first regexp to limit the match to the position between
24575 line number and source line with same separator character as used
24576 between file name and line number. In the second regexp limit
24577 mouse-face area to file name and line number by adding new group
24578 for them and referring it in HYPERLINK arg.
24579 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
24580 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
24581 previous line where grep markers may be already removed.
24582
24583 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
24584
24585 * progmodes/ps-mode.el: Update version and maintainer's email address.
24586
24587 2005-06-18 Steve Youngs <steve@xemacs.org>
24588
24589 * net/browse-url.el (browse-url-browser-function)
24590 (browse-url-default-browser): Add firefox.
24591 (browse-url-firefox-program, browse-url-firefox-arguments)
24592 (browse-url-firefox-startup-arguments)
24593 (browse-url-firefox-new-window-is-tab): New defcustoms.
24594 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
24595
24596 2005-06-17 Richard M. Stallman <rms@gnu.org>
24597
24598 * startup.el (command-line): Warn if specified user name has
24599 no home directory.
24600
24601 * term.el (term-get-old-input, term-input-filter, term-input-sender)
24602 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
24603
24604 * longlines.el (longlines-mode, longlines-show-hard-newlines):
24605 Doc fixes.
24606
24607 * faces.el (underline): Try bold if terminal doesn't support underline.
24608
24609 * mail/sendmail.el (mail-setup-with-from): New variable.
24610 (mail-insert-from-field): New function.
24611 (sendmail-send-it): Call it.
24612 (mail-setup): Optionally call it here.
24613
24614 * term/linux.el: Call tty-no-underline.
24615
24616 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
24617
24618 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
24619
24620 2005-06-17 Miles Bader <miles@gnu.org>
24621
24622 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
24623 (ediff-current-diff-C, ediff-current-diff-Ancestor)
24624 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
24625 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
24626 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
24627 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
24628 Remove "-face" suffix from face names.
24629 (ediff-current-diff-face-A, ediff-current-diff-face-B)
24630 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
24631 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
24632 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
24633 (ediff-even-diff-face-A, ediff-even-diff-face-B)
24634 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
24635 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
24636 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
24637 New backward-compatibility aliases for renamed faces.
24638 (ediff-current-diff-face-A, ediff-current-diff-face-B)
24639 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
24640 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
24641 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
24642 (ediff-even-diff-face-A, ediff-even-diff-face-B)
24643 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
24644 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
24645 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
24646 Use renamed ediff faces.
24647
24648 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
24649 Remove "-face" suffix from face names.
24650 (eshell-test-ok-face, eshell-test-failed-face):
24651 New backward-compatibility aliases for renamed faces.
24652 (eshell-run-test): Use renamed eshell-test faces.
24653
24654 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
24655 face name.
24656 (eshell-prompt-face): New backward-compatibility alias for renamed
24657 face.
24658 (eshell-emit-prompt): Use renamed eshell-prompt face.
24659
24660 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
24661 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
24662 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
24663 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
24664 Remove "-face" suffix from face names.
24665 (eshell-ls-directory-face, eshell-ls-symlink-face)
24666 (eshell-ls-executable-face, eshell-ls-readonly-face)
24667 (eshell-ls-unreadable-face, eshell-ls-special-face)
24668 (eshell-ls-missing-face, eshell-ls-archive-face)
24669 (eshell-ls-backup-face, eshell-ls-product-face)
24670 (eshell-ls-clutter-face):
24671 New backward-compatibility aliases for renamed faces.
24672 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
24673
24674 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
24675 Remove "-face" suffix from face name.
24676 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
24677 instead of literal face.
24678
24679 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
24680
24681 * emacs-lisp/warnings.el (display-warning, lwarn)
24682 (warning-minimum-log-level): Doc fixes.
24683 (warning-minimum-level, warning-minimum-log-level):
24684 Add :debug to :type choices.
24685
24686 * progmodes/ada-mode.el (ada-format-paramlist)
24687 (ada-get-indent-case, ada-check-matching-start)
24688 (ada-check-defun-name, ada-goto-matching-decl-start)
24689 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
24690 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
24691 (ada-make-subprogram-body): Follow error conventions.
24692 (ada-case-exception-file, ada-indent-comment-as-code)
24693 (ada-indent-handle-comment-special, ada-indent-renames)
24694 (ada-indent-return, ada-search-directories-internal)
24695 (ada-tab-policy, ada-case-exception-substring)
24696 (ada-other-file-alist, ada-matching-start-re)
24697 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
24698 (ada-imenu-generic-expression, ada-compile-goto-error)
24699 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
24700 (ada-popup-menu, ada-add-extensions, ada-mode)
24701 (ada-region-selected, ada-create-case-exception)
24702 (ada-create-case-exception-substring, ada-after-keyword-p)
24703 (ada-activate-keys-for-case, ada-adjust-case-region)
24704 (ada-adjust-case-buffer, ada-format-paramlist)
24705 (ada-scan-paramlist, ada-insert-paramlist)
24706 (ada-indent-newline-indent)
24707 (ada-indent-newline-indent-conditional)
24708 (ada-justified-indent-current, ada-goto-previous-word)
24709 (ada-indent-current, ada-get-indent-open-paren)
24710 (ada-get-indent-paramlist, ada-get-indent-end)
24711 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
24712 (ada-get-indent-block-start, ada-get-indent-subprog)
24713 (ada-get-indent-noindent, ada-get-indent-label)
24714 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
24715 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
24716 (ada-goto-stmt-end, ada-goto-next-word)
24717 (ada-check-matching-start, ada-check-defun-name)
24718 (ada-goto-matching-decl-start, ada-goto-matching-start)
24719 (ada-goto-matching-end, ada-search-ignore-string-comment)
24720 (ada-in-decl-p, ada-looking-at-semi-or)
24721 (ada-looking-at-semi-private, ada-in-paramlist-p)
24722 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
24723 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
24724 (ada-next-procedure, ada-previous-procedure, ada-next-package)
24725 (ada-previous-package, ada-create-menu)
24726 (ada-fill-comment-paragraph-justify)
24727 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
24728 (ada-other-file-name, ada-last-which-function-line)
24729 (ada-last-which-function-subprog, ada-which-function)
24730 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
24731 (ada-gen-treat-proc, ada-check-emacs-version)
24732 (ada-continuation-indent, ada-align-region-separate):
24733 Fix typos in docstrings.
24734 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
24735
24736 2005-06-16 Lute Kamstra <lute@gnu.org>
24737
24738 * simple.el (fundamental-mode): Run after-change-major-mode-hook
24739 conditionally.
24740
24741 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
24742
24743 * comint.el (comint-replace-by-expanded-filename)
24744 (comint-prompt-regexp, comint-delimiter-argument-list)
24745 (comint-preinput-scroll-to-bottom):
24746 * info.el (Info-hide-cookies-node):
24747 * ls-lisp.el (ls-lisp-classify):
24748 * find-file.el (ff-search-directories, ff-special-constructs)
24749 (ff-find-other-file):
24750 * font-lock.el (font-lock-keywords):
24751 * shell.el (shell-prompt-pattern)
24752 (shell-dynamic-complete-functions, shell-mode)
24753 (shell-delimiter-argument-list):
24754 * term.el (term-replace-by-expanded-filename)
24755 (term-prompt-regexp, term-delimiter-argument-list):
24756 * woman.el (woman-ignore, woman0-if):
24757 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
24758 * emacs-lisp/elint.el (elint-init-env):
24759 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
24760 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
24761 * language/ethio-util.el (ethio-tilde-escape)
24762 (ethio-use-three-dot-question):
24763 * net/zone-mode.el (zone-mode-load-time-setup):
24764 * progmodes/cc-align.el (c-lineup-argcont):
24765 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
24766 * progmodes/cperl-mode.el (cperl-set-style-back):
24767 * progmodes/inf-lisp.el (inferior-lisp-prompt):
24768 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
24769 Fix spellings in docstrings.
24770
24771 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
24772 * progmodes/modula2.el (m2-for): Fix spellings.
24773
24774 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
24775
24776 * simple.el (undo-more): Don't use `format' on `error' arguments.
24777 Improve argument/docstring consistency.
24778 (pending-undo-list): Doc fix.
24779
24780 * smerge-mode.el (smerge-ensure-match):
24781 * emulation/vip.el (vip-ex):
24782 * net/zone-mode.el (zone-mode-update-serial):
24783 * progmodes/idlwave.el (idlwave-complete):
24784 * progmodes/vhdl-mode.el (vhdl-visit-file)
24785 (vhdl-compose-wire-components):
24786 Don't use `format' on `error' arguments.
24787
24788 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
24789 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
24790 (tooltip-help-tips): Fix typos in docstrings.
24791
24792 2005-06-16 David Ponce <david@dponce.com>
24793
24794 * tree-widget.el (tree-widget-value-create): Simplify last change.
24795
24796 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
24797
24798 * ido.el (ido-incomplete-regexp): New variable.
24799 (ido-set-matches-1): Handle invalid-regexp error and set
24800 ido-incomplete-regexp.
24801 (ido-incomplete-regexp): New face.
24802 (ido-completions): Use it.
24803 (ido-complete, ido-exit-minibuffer, ido-completions):
24804 Handle incomplete regexps.
24805 (ido-completions): Add check for complete match when entering a regexp.
24806
24807 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
24808
24809 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
24810
24811 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
24812
24813 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
24814 by field delimiters.
24815
24816 2005-06-15 David Ponce <david@dponce.com>
24817
24818 * tree-widget.el: eval-and-compile inlined functions so they will
24819 be available at run-time too.
24820 (tree-widget-super-format-handler)
24821 (tree-widget-format-handler): Remove.
24822 (tree-widget-value-create): Handle the :indent property.
24823
24824 2005-06-15 Miles Bader <miles@gnu.org>
24825
24826 * progmodes/which-func.el (which-func): Only inherit
24827 `font-lock-function-name-face' when that makes sense against the
24828 default mode-line face, otherwise set the face color explicitly.
24829
24830 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
24831 faces instead of (non-existent) variables.
24832
24833 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
24834
24835 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
24836 (iswitchb-get-matched-buffers): Likewise. Simplify.
24837
24838 2005-06-14 Miles Bader <miles@gnu.org>
24839
24840 * progmodes/ld-script.el (ld-script-location-counter):
24841 Remove "-face" suffix from face name.
24842 (ld-script-location-counter-face):
24843 New backward-compatibility alias for renamed face.
24844 (ld-script-location-counter-face): Use renamed face.
24845
24846 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
24847 (cperl-hash): Remove "-face" suffix from face names.
24848 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
24849 New backward-compatibility aliases for renamed faces.
24850 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
24851 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
24852
24853 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
24854 name.
24855 (which-func-face): New backward-compatibility alias for renamed face.
24856 (which-func-format): Use renamed which-func face.
24857
24858 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
24859 (vhdl-function, vhdl-directive, vhdl-reserved-word)
24860 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
24861 names.
24862 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
24863 (vhdl-speedbar-configuration, vhdl-speedbar-package)
24864 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
24865 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
24866 (vhdl-speedbar-architecture-selected)
24867 (vhdl-speedbar-configuration-selected)
24868 (vhdl-speedbar-package-selected)
24869 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
24870 names.
24871 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
24872 Use renamed faces.
24873 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
24874 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
24875 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
24876 Use renamed faces.
24877 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
24878 names.
24879 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
24880 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
24881 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
24882 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
24883 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
24884 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
24885
24886 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
24887 face name.
24888 (sh-heredoc-face): New backward-compatibility alias for renamed face.
24889 (sh-heredoc-face): Use renamed sh-heredoc face.
24890
24891 * progmodes/idlw-help.el (idlwave-help-link):
24892 Remove "-face" suffix from face name.
24893 (idlwave-help-link-face):
24894 New backward-compatibility alias for renamed face.
24895 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
24896
24897 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
24898 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
24899 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
24900 New backward-compatibility aliases for renamed faces.
24901 (idlwave-shell-disabled-breakpoint-face)
24902 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
24903
24904 * progmodes/flymake.el (flymake-errline, flymake-warnline):
24905 Remove "-face" suffix from face names.
24906 (flymake-errline-face, flymake-warnline-face):
24907 New backward-compatibility aliases for renamed faces.
24908 (flymake-highlight-line): Use renamed flymake faces.
24909
24910 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
24911 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
24912 (ebrowse-member-class, ebrowse-progress):
24913 Remove "-face" suffix from face names.
24914 (ebrowse-tree-mark-face, ebrowse-root-class-face)
24915 (ebrowse-file-name-face, ebrowse-default-face)
24916 (ebrowse-member-attribute-face, ebrowse-member-class-face)
24917 (ebrowse-progress-face):
24918 New backward-compatibility aliases for renamed faces.
24919 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
24920 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
24921 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
24922 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
24923
24924 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
24925 antlr-syntax)
24926 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
24927 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
24928 names.
24929 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
24930 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
24931 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
24932 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
24933 backward-compatibility aliases for renamed faces.
24934 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
24935 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
24936 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
24937 remove "font-lock-". Use renamed antlr-mode faces.
24938 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
24939 literal face-names with face variable references.
24940
24941 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
24942 face name.
24943 (Buffer-menu-buffer-face): New backward-compatibility alias for
24944 renamed face.
24945 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
24946
24947 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
24948
24949 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
24950 Eliminate "-face" suffix.
24951 (makefile-targets): Inherit from font-lock-function-name-face and
24952 eliminate "-face" suffix.
24953 (makefile-shell): Remove attributes and eliminate "-face" suffix.
24954 (makefile-*-font-lock-keywords): Append makefile-targets in rule
24955 actions, instead of prepending, to make it less visible.
24956 (makefile-previous-dependency, makefile-match-dependency):
24957 Don't match a target on a continuation line.
24958
24959 * files.el (auto-mode-alist): Put Makefile in gmake mode.
24960
24961 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
24962
24963 * progmodes/gdb-ui.el (menu): Re-order menu items.
24964 (gdb-tooltip-print): Respect tooltip-use-echo-area.
24965
24966 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
24967 Define in tooltip.el.
24968 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
24969 (gud-tooltip-tips): Respect tooltip-use-echo-area and
24970 gud-tooltip-echo-area.
24971
24972 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
24973 backward compatibility and make obsolete.
24974 (tooltip-help-tips): Use tooltip-use-echo-area.
24975 (tooltip-show-help-function): Rename to...
24976 (tooltip-show-help): ...this, because it is a function.
24977 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
24978
24979 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
24980
24981 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
24982 (edebug-print-length, edebug-print-level, edebug-print-circle)
24983 (edebug-modify-breakpoint, edebug-eval-last-sexp)
24984 (edebug-eval-print-last-sexp): Doc fixes.
24985
24986 2005-06-14 Kim F. Storm <storm@cua.dk>
24987
24988 * ido.el (ido-mode): Make a new keymap every time we enable ido,
24989 as the coverage buffer/file/both may change.
24990
24991 2005-06-14 Lute Kamstra <lute@gnu.org>
24992
24993 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
24994 and run-mode-hooks. Simplify.
24995
24996 * mail/rmailedit.el (rmail-edit-mode):
24997 * progmodes/octave-inf.el (inferior-octave-mode):
24998 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
24999
25000 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
25001 and run-mode-hooks.
25002 (recentf-edit-list, recentf-open-files): Don't call
25003 kill-all-local-variables directly.
25004
25005 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
25006
25007 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
25008
25009 * emacs-lisp/byte-run.el (make-obsolete)
25010 (define-obsolete-function-alias): Rename arguments FUNCTION and
25011 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
25012 (make-obsolete-variable, define-obsolete-variable-alias):
25013 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
25014 respectively.
25015
25016 * isearchb.el (isearchb-activate):
25017 * pcvs.el (cvs-mode):
25018 * ses.el (ses-load):
25019 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
25020 * net/tramp.el (tramp-find-file-exists-command)
25021 (tramp-find-shell):
25022 * progmodes/ada-mode.el (ada-create-case-exception)
25023 (ada-create-case-exception-substring, ada-make-subprogram-body):
25024 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
25025 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
25026 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
25027 * textmodes/org.el (org-promote, org-evaluate-time-range)
25028 (org-agenda-next-date-line, org-agenda-previous-date-line)
25029 (org-agenda-error, org-open-at-point, org-table-move-row)
25030 (org-format-table-table-html-using-table-generate-source)
25031 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
25032 * textmodes/reftex.el (reftex-access-scan-info):
25033 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
25034 (reftex-toc-promote-prepare): Follow error conventions.
25035
25036 * diff-mode.el (diff-mode): Fix typo in docstring.
25037
25038 * forms.el (forms--intuit-from-file): Fix reference to
25039 `forms-number-of-fields' in error message.
25040 (forms-print): Fix quoting in error message.
25041
25042 * forms.el (forms-mode):
25043 * emulation/vi.el (vi-goto-insert-state):
25044 * progmodes/flymake.el (flymake-new-err-info)
25045 (flymake-start-syntax-check-for-current-buffer)
25046 (flymake-simple-cleanup):
25047 * eshell/esh-var.el (eshell/export):
25048 * progmodes/gud.el (xdb):
25049 * textmodes/flyspell.el (flyspell-incorrect-hook)
25050 (flyspell-maybe-correct-transposition)
25051 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
25052
25053 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
25054
25055 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
25056 minibuffer prompt.
25057
25058 2005-06-13 Kim F. Storm <storm@cua.dk>
25059
25060 * subr.el (add-to-ordered-list): New defun.
25061
25062 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
25063 add cua--keymap-alist to emulation-mode-map-alists.
25064
25065 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
25066
25067 * subr.el (complete-in-turn): New macro.
25068 (dynamic-completion-table, lazy-completion-table): Add debug info.
25069
25070 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
25071 in preference to face aliases.
25072
25073 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
25074 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
25075 Remove unused vars `start' and `firstline'.
25076 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
25077 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
25078
25079 2005-06-13 Eli Zaretskii <eliz@gnu.org>
25080
25081 * cus-start.el (all): Don't complain about missing GTK-related
25082 variables, unless either `gtk' is boundp or this isn't a
25083 `windows-nt' build.
25084
25085 2005-06-13 Lute Kamstra <lute@gnu.org>
25086
25087 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
25088 run-mode-hooks.
25089
25090 * ediff-mult.el (ediff-meta-mode):
25091 * ediff-util.el (ediff-mode): Use run-mode-hooks.
25092
25093 * ledit.el (ledit-mode): Use delay-mode-hooks.
25094
25095 * woman.el (woman-mode-line-format): Delete constant.
25096 (woman-mode-map): Initialize it properly.
25097 (woman-mode): Set mode-class property to special.
25098 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
25099 Set major-mode and mode-name. Don't set mode-line-format directly.
25100 (Man-getpage-in-background): Don't reference woman-mode-line-format.
25101
25102 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
25103 string argument obsolete.
25104
25105 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
25106
25107 * textmodes/org.el (org-CUA-compatible): New option.
25108 (org-disputed-keys): New variable.
25109 (org-key): New function.
25110 (orgtbl-make-binding): Add docstring to the created function.
25111 (org-mode): Set paragraph start/separate regexps.
25112 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
25113 (org-archive-location, org-archive-mark-done)
25114 (org-archive-stamp-time): New options.
25115 (org-archive-subtree): New command.
25116 (org-fill-paragraph): New function.
25117 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
25118 (org-fake-empty-table-line): Function removed.
25119 (org-format-org-table-html): Do not create empty table lines at
25120 separator lines. Improved table header treatment.
25121 (org-link-format): New option.
25122 (org-make-link): New function.
25123 (org-insert-link, org-store-link): Use org-make-link.
25124 (org-open-file): Quote file name for shell command, to allow
25125 spaces in file names.
25126 (org-link-regexp): Fix bug with mailto link.
25127 (org-link-maybe-angles-regexp, org-protected-link-regexp):
25128 New constants.
25129 (org-export-as-html): Deal with the optional angles around a link.
25130 Better treatment of file: links.
25131 (org-open-at-point): Replace @{ and @} with < and >.
25132 (org-run-mode-hooks): Function removed.
25133 (org-agenda-mode): No longer use `org-run-mode-hooks'.
25134
25135 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
25136
25137 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
25138 MI command -data-list-register-values.
25139 (gdb-post-prompt): Indent properly.
25140
25141 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
25142
25143 * hilit-chg.el (highlight-changes-colors): Rename from
25144 `highlight-changes-colours'.
25145 (highlight-changes-colours): Keep as obsolete alias.
25146 (highlight-changes-face-list): Doc fix.
25147 (hilit-chg-make-list): Use `highlight-changes-colors'.
25148
25149 2005-06-12 Mark A. Hershberger <mah@everybody.org>
25150
25151 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
25152 defun-prompt-regexp.
25153
25154 2005-06-12 Eli Zaretskii <eliz@gnu.org>
25155
25156 * loadup.el: Don't say we are dumping under 2 names on windows-nt
25157 and cygwin.
25158
25159 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
25160 Don't use an old loaddefs.el, as in Makefile.in.
25161
25162 2005-06-12 Lute Kamstra <lute@gnu.org>
25163
25164 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
25165
25166 * man.el (Man-mode-map): Initialize it properly.
25167 (Man-mode): Set mode-class property to special.
25168
25169 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
25170
25171 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
25172
25173 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
25174 A newline is needed in the docstring there.
25175
25176 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
25177 Doc fixes.
25178
25179 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25180
25181 * printing.el: Doc fix. The menubar is no more changed when printing
25182 is loaded, it only changes when pr-menu-bind or pr-update-menus is
25183 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
25184 (pr-version): New version number (6.8.4).
25185 (pr-menu-bind): New command.
25186 (pr-update-menus): Docstring and code fix.
25187 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
25188 Docstring fix.
25189 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
25190 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
25191
25192 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
25193
25194 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
25195 "Returns" to "return", document useful return values, etc.
25196
25197 2005-06-11 Alan Mackenzie <acm@muc.de>
25198
25199 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
25200 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
25201 (adaptive-file-function): Minor amendment to doc-string.
25202
25203 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
25204
25205 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
25206 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
25207 Fix :type--it is `integer', not `string'.
25208
25209 * faces.el (modeline-highlight): Rename from (the erroneous)
25210 `modeline-higilight'.
25211
25212 2005-06-11 Lute Kamstra <lute@gnu.org>
25213
25214 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
25215 lisp-interaction-mode-map but make it the parent.
25216 (edebug-eval-mode): Use define-derived-mode.
25217
25218 2005-06-11 Andreas Schwab <schwab@suse.de>
25219
25220 * bindings.el: Add binding of `ESC functionkey' for every
25221 `M-functionkey'.
25222 * hexl.el (hexl-mode-map): Likewise.
25223
25224 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
25225
25226 * progmodes/compile.el (compilation-error-regexp-alist-alist)
25227 [msft]: update regexp for newer msft compilers.
25228
25229 2005-06-10 Mark A. Hershberger <mah@everybody.org>
25230
25231 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
25232 ATTLIST portions of included DTDs.
25233 (xml-parse-dtd): Eliminate use of inefficient match-data.
25234
25235 2005-06-10 Miles Bader <miles@gnu.org>
25236
25237 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
25238 (mpuz-text): Remove "-face" suffix from face names.
25239 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
25240 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
25241 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
25242
25243 * play/gomoku.el (gomoku-O, gomoku-X):
25244 Remove "-face" suffix from face names.
25245 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
25246 New backward-compatibility aliases for renamed faces.
25247 (gomoku-font-lock-keywords): Use renamed gomoku faces.
25248
25249 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
25250
25251 * thumbs.el: Fixes for changes of 2005-06-09.
25252 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
25253 as a directory.
25254 (thumbs-thumbname): Remove directory separator from format string;
25255 `thumbs-thumbsdir' now returns a valid directory name.
25256 (thumbs-temp-dir): New defsubst.
25257 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
25258 Use it.
25259
25260 * cus-edit.el (minibuffer):
25261 * files.el (make-backup-file-name-function):
25262 * filesets.el (filesets-external-viewers):
25263 * hilit-chg.el (highlight-changes-colours)
25264 (highlight-changes-face-list, highlight-changes-rotate-faces):
25265 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
25266 * kmacro.el (kmacro-call-macro):
25267 * log-edit.el (log-edit-changelog-full-paragraphs):
25268 * mouse.el (mouse-1-click-follows-link):
25269 * skeleton.el (skeleton-autowrap):
25270 * subr.el (insert-for-yank-1):
25271 * tempo.el (tempo-insert-region):
25272 * terminal.el (terminal-emulator):
25273 * time.el (display-time-mail-face):
25274 * vc.el (vc-annotate):
25275 * vcursor.el (vcursor-copy-line):
25276 * woman.el (woman-bold-headings, woman-ignore)
25277 (woman-default-faces, woman-monochrome-faces):
25278 * calendar/todo-mode.el (todo-insert-threshold):
25279 * emulation/pc-select.el (pc-select-selection-keys-only)
25280 (pc-selection-mode):
25281 * emulation/vip.el (vip-find-char-forward):
25282 * emulation/viper-cmd.el (viper-find-char-forward):
25283 * international/mule-cmds.el
25284 (select-safe-coding-system-accept-default-p)
25285 (input-method-exit-on-invalid-key):
25286 * international/mule-diag.el (describe-coding-system):
25287 * international/ucs-tables.el (unify-8859-on-encoding-mode):
25288 * net/browse-url.el (browse-url-xterm-program):
25289 * obsolete/lazy-lock.el (lazy-lock-mode):
25290 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
25291 (cperl-mode):
25292 * progmodes/cpp.el (cpp-face-light-name-list)
25293 (cpp-face-dark-name-list):
25294 * progmodes/delphi.el (delphi-newline-always-indents):
25295 Fix spellings in docstrings.
25296
25297 * ido.el (ido-mode, ido-file-extensions-order)
25298 (ido-default-file-method, ido-default-buffer-method)
25299 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
25300 (ido-decorations, ido-read-file-name-as-directory-commands)
25301 (ido-read-file-name-non-ido, ido-work-directory-list)
25302 (ido-ignore-item-temp-list, ido-current-directory)
25303 (ido-magic-forward-char, ido-enter-find-file)
25304 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
25305 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
25306
25307 2005-06-10 Lute Kamstra <lute@gnu.org>
25308
25309 * play/dunnet.el (dun-mode): Use define-derived-mode.
25310 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
25311 obsolete alias.
25312
25313 * play/doctor.el (doctor-mode-map): Remove defvar.
25314 (doctor-mode): Use define-derived-mode.
25315
25316 * mail/mspools.el (mspools-mode):
25317 * net/eudc-hotlist.el (eudc-hotlist-mode):
25318 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
25319
25320 2005-06-10 Miles Bader <miles@gnu.org>
25321
25322 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
25323 Remove "-face" suffix from face names.
25324 (flyspell-incorrect-face, flyspell-duplicate-face):
25325 New backward-compatibility aliases for renamed faces.
25326 (flyspell-mode-on, make-flyspell-overlay)
25327 (flyspell-highlight-incorrect-region)
25328 (flyspell-highlight-duplicate-region)
25329 (flyspell-display-next-corrections)
25330 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
25331
25332 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
25333 from face name.
25334 (texinfo-heading-face): New backward-compatibility alias for
25335 renamed face.
25336 (texinfo-heading-face): Use renamed texinfo-heading face.
25337
25338 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
25339 suffix from face names.
25340 (tex-math-face, tex-verbatim-face):
25341 New backward-compatibility aliases for renamed faces.
25342 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
25343 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
25344 literal face name.
25345
25346 * textmodes/table.el (table-cell): Remove "-face" suffix from face
25347 name.
25348 (table-cell-face): New backward-compatibility alias for renamed face.
25349 (table--put-cell-face-property, table--update-cell-face):
25350 Use renamed table-cell face.
25351
25352 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
25353 from face name.
25354 (sgml-namespace-face): New backward-compatibility alias for
25355 renamed face.
25356 (sgml-namespace-face): Use renamed sgml-namespace face.
25357
25358 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
25359 (org-level-4, org-level-5, org-level-6, org-level-7)
25360 (org-level-8, org-warning, org-headline-done)
25361 (org-deadline-announce, org-scheduled-today)
25362 (org-scheduled-previously, org-link, org-done, org-table)
25363 (org-time-grid): Remove "-face" suffix from face names.
25364 (org-level-1-face, org-level-2-face, org-level-3-face)
25365 (org-level-4-face, org-level-5-face, org-level-6-face)
25366 (org-level-7-face, org-level-8-face, org-warning-face)
25367 (org-headline-done-face, org-deadline-announce-face)
25368 (org-scheduled-today-face, org-scheduled-previously-face)
25369 (org-link-face, org-done-face, org-table-face)
25370 (org-time-grid-face):
25371 New backward-compatibility aliases for renamed faces.
25372 (org-level-faces, org-set-font-lock-defaults, org-timeline)
25373 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
25374 (org-agenda-get-timestamps, org-agenda-get-scheduled)
25375 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
25376
25377 * emulation/viper-init.el (viper-search, viper-replace-overlay)
25378 (viper-minibuffer-emacs, viper-minibuffer-insert)
25379 (viper-minibuffer-vi): Remove "-face" suffix from face names.
25380 (viper-search-face, viper-replace-overlay-face)
25381 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
25382 (viper-minibuffer-vi-face):
25383 New backward-compatibility aliases for renamed faces.
25384 (viper-search-face, viper-replace-overlay-face)
25385 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
25386 (viper-minibuffer-vi-face): Use renamed viper faces.
25387
25388 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
25389 Remove "-face" suffix from face names.
25390 (testcover-nohits-face, testcover-1value-face):
25391 New backward-compatibility aliases for renamed faces.
25392 (testcover-mark): Use renamed testcover faces.
25393
25394 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
25395 face name.
25396 (diary-button-face): New backward-compatibility alias for renamed face.
25397 (diary-entry): Use renamed diary-button face.
25398
25399 * calendar/calendar.el (diary, calendar-today, holiday)
25400 (mark-visible-calendar-date): Remove "-face" suffix from face names.
25401 (diary-face, calendar-today-face, holiday-face):
25402 New backward-compatibility aliases for renamed faces.
25403 (eval-after-load "facemenu", diary-entry-marker)
25404 (calendar-today-marker, calendar-holiday-marker, diary-face):
25405 Use renamed calendar faces.
25406
25407 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
25408 (compare-windows-face): New backward-compatibility alias for
25409 renamed face.
25410 (compare-windows-highlight): Use renamed compare-windows face.
25411
25412 * strokes.el (strokes-char): Remove "-face" suffix from face name.
25413 (strokes-char-face): New backward-compatibility alias for renamed face.
25414 (strokes-encode-buffer): Use renamed strokes-char face.
25415
25416 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
25417 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
25418 Remove "-face" suffix from face names.
25419 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
25420 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
25421 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
25422 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
25423 Use renamed pcvs faces.
25424 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
25425 * pcvs-defs.el (cvs-mode-map): Likewise.
25426 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
25427
25428 * info.el (info-title-1, info-title-2, info-title-3)
25429 (info-title-4): Remove "-face" suffix from and downcase face names.
25430 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
25431 (Info-title-4-face):
25432 New backward-compatibility aliases for renamed faces.
25433 (Info-fontify-node): Use renamed info faces.
25434
25435 * hilit-chg.el (highlight-changes, highlight-changes-delete):
25436 Remove "-face" suffix from face names.
25437 (highlight-changes-face, highlight-changes-delete-face):
25438 New backward-compatibility aliases for renamed faces.
25439 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
25440 (hilit-chg-make-list): Use renamed highlight-changes faces.
25441
25442 * generic-x.el (show-tabs-tab, show-tabs-space):
25443 Remove "-face" suffix from face names.
25444 (show-tabs-tab-face, show-tabs-space-face):
25445 New backward-compatibility aliases for renamed faces.
25446 (show-tabs-generic-mode-font-lock-defaults-1)
25447 (show-tabs-generic-mode-font-lock-defaults-2):
25448 Use renamed show-tabs faces.
25449
25450 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
25451 (smerge-markers): Remove "-face" suffix from face names.
25452 (smerge-mine-face, smerge-other-face, smerge-base-face)
25453 (smerge-markers-face):
25454 New backward-compatibility aliases for renamed faces.
25455 (smerge-mine-face, smerge-other-face, smerge-base-face)
25456 (smerge-markers-face): Use renamed smerge faces.
25457
25458 * log-view.el (log-view-file, log-view-message): Remove "-face"
25459 suffix from face names.
25460 (log-view-file-face, log-view-message-face):
25461 New backward-compatibility aliases for renamed faces.
25462 (log-view-file-face, log-view-message-face): Use renamed log-view
25463 faces.
25464
25465 * paren.el (show-paren-match, show-paren-mismatch):
25466 Remove "-face" suffix from face names.
25467 (show-paren-match-face, show-paren-mismatch-face):
25468 New backward-compatibility aliases for renamed faces.
25469 (show-paren-function): Use renamed show-paren faces.
25470
25471 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
25472 (ruler-mode-margins, ruler-mode-fringes)
25473 (ruler-mode-column-number, ruler-mode-fill-column)
25474 (ruler-mode-comment-column, ruler-mode-goal-column)
25475 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
25476 suffix from face names.
25477 (ruler-mode-default-face, ruler-mode-pad-face)
25478 (ruler-mode-margins-face, ruler-mode-fringes-face)
25479 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
25480 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
25481 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
25482 New backward-compatibility aliases for renamed faces.
25483 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
25484 (ruler-mode-column-number, ruler-mode-fill-column)
25485 (ruler-mode-comment-column, ruler-mode-goal-column)
25486 (ruler-mode-tab-stop, ruler-mode-current-column)
25487 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
25488 faces.
25489
25490 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
25491 face name.
25492 (whitespace-highlight-the-space): Use renamed face.
25493 (whitespace-highlight-face): New backward-compatibility alias for
25494 renamed face.
25495
25496 * woman.el (woman-italic, woman-bold, woman-unknown)
25497 (woman-addition, woman-symbol-face):
25498 Remove "-face" suffix from face names.
25499 (woman-italic-face, woman-bold-face, woman-unknown-face)
25500 (woman-addition-face):
25501 New backward-compatibility aliases for renamed faces.
25502 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
25503 (woman-decode-region, woman-replace-match)
25504 (woman-display-extended-fonts, woman-special-characters)
25505 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
25506 Use renamed woman faces.
25507
25508 * longlines.el (longlines-visible-face): Face removed.
25509
25510 * diff-mode.el (diff-header, diff-file-header, diff-index)
25511 (diff-hunk-header, diff-removed, diff-added, diff-changed)
25512 (diff-function, diff-context, diff-nonexistent): Remove "-face"
25513 suffix from face names.
25514 (diff-header-face, diff-file-header-face, diff-index-face)
25515 (diff-hunk-header-face, diff-removed-face, diff-added-face)
25516 (diff-changed-face, diff-function-face, diff-context-face)
25517 (diff-nonexistent-face): New backward-compatibility aliases for
25518 renamed faces.
25519 (diff-header-face, diff-file-header-face)
25520 (diff-index, diff-index-face, diff-hunk-header)
25521 (diff-hunk-header-face, diff-removed, diff-removed-face)
25522 (diff-added, diff-added-face, diff-changed-face, diff-function)
25523 (diff-function-face, diff-context-face, diff-nonexistent)
25524 (diff-nonexistent-face): Use renamed diff-mode faces.
25525
25526 * progmodes/compile.el (compilation-warning-face)
25527 (compilation-info-face): Remove "-face" suffix from face names.
25528 (compilation-warning-face, compilation-info-face):
25529 New backward-compatibility aliases for renamed faces.
25530 (compilation-warning-face, compilation-info-face):
25531 Use renamed compilation faces.
25532
25533 * add-log.el (change-log-date, change-log-name)
25534 (change-log-email, change-log-file, change-log-list)
25535 (change-log-conditionals, change-log-function)
25536 (change-log-acknowledgement): Remove "-face" suffix from face names.
25537 (change-log-date-face, change-log-name-face)
25538 (change-log-email-face, change-log-file-face)
25539 (change-log-list-face, change-log-conditionals-face)
25540 (change-log-function-face, change-log-acknowledgement-face):
25541 New backward-compatibility aliases for renamed faces.
25542 (change-log-font-lock-keywords): Use renamed change-log faces.
25543
25544 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
25545 (custom-set, custom-changed, custom-saved, custom-button)
25546 (custom-button-pressed, custom-documentation, custom-state)
25547 (custom-comment, custom-comment-tag, custom-variable-tag)
25548 (custom-variable-button, custom-face-tag, custom-group-tag-1)
25549 (custom-group-tag): Remove "-face" suffix from face names.
25550 (custom-magic-alist, custom-magic-value-create)
25551 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
25552 (custom-invalid-face, custom-rogue-face, custom-modified-face)
25553 (custom-set-face, custom-changed-face, custom-saved-face)
25554 (custom-button-face, custom-button-pressed-face)
25555 (custom-documentation-face, custom-state-face)
25556 (custom-comment-face, custom-comment-tag-face)
25557 (custom-variable-tag-face, custom-variable-button-face)
25558 (custom-face-tag-face, custom-group-tag-face-1)
25559 (custom-group-tag-face):
25560 New backward-compatibility aliases for renamed faces.
25561
25562 * wid-edit.el (widget-documentation, widget-button)
25563 (widget-field, widget-single-line-field, widget-inactive)
25564 (widget-button-pressed): "-face" suffix removed from face names.
25565 (widget-documentation-face, widget-button-face)
25566 (widget-field-face, widget-single-line-field-face)
25567 (widget-inactive-face, widget-button-pressed-face):
25568 New backward-compatibility aliases for renamed faces.
25569 (widget-documentation-face, widget-button-face)
25570 (widget-button-pressed-face, widget-specify-field)
25571 (widget-specify-inactive): Use renamed widget faces.
25572
25573 2005-06-10 Kenichi Handa <handa@m17n.org>
25574
25575 * term/x-win.el (x-clipboard-yank): Remove condition-case
25576 wrapping.
25577
25578 2005-06-11 Kenichi Handa <handa@m17n.org>
25579
25580 * add-log.el (change-log-font-lock-keywords): Make the regexp for
25581 date lines stricter.
25582
25583 2005-06-10 Zhang Wei <id.brep@gmail.com>
25584
25585 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
25586 of x-get-selection.
25587
25588 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
25589
25590 * comint.el (comint-mode, comint-snapshot-last-prompt):
25591 * frame.el (frame-current-scroll-bars):
25592 * term.el (term-mode, term-check-proc, term-input-sender)
25593 (term-simple-send, term-extract-string, term-word)
25594 (term-match-partial-filename):
25595 * window.el (window-current-scroll-bars):
25596 * emulation/cua-base.el (cua-normal-cursor-color)
25597 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
25598 (cua-global-mark-cursor-color):
25599 * mail/undigest.el (rmail-forward-separator-regex):
25600 Fix typos in docstrings.
25601
25602 * comint.el (comint-check-proc, make-comint-in-buffer)
25603 (comint-source-default): Doc fixes.
25604
25605 * term.el (term-send-string): Improve argument/docstring consistency.
25606
25607 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
25608
25609 * comint.el (comint-send-input): Bind `inhibit-read-only' around
25610 call to `delete-region'.
25611 (comint-mode-hook): Do not enable Font Lock by default.
25612
25613 2005-06-09 Lute Kamstra <lute@gnu.org>
25614
25615 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
25616 could be void.
25617
25618 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
25619
25620 * emacs-lisp/debug.el (debugger-will-be-back): New var.
25621 (debug): Use it.
25622 (debugger-step-through, debugger-continue, debugger-jump)
25623 (debugger-return-value): Set it when needed.
25624 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
25625 Use inhibit-read-only.
25626
25627 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
25628
25629 * window.el (shrink-window-if-larger-than-buffer)
25630 (window-size-fixed): Fix typo in docstring.
25631
25632 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
25633 thumbnails directory on loading.
25634 (thumbs-conversion-program): Use `eq' to check the system type,
25635 not `equal'.
25636 (thumbs-temp-dir): Initialize to `temporary-file-directory',
25637 not "/tmp". Fix docstring.
25638 (thumbs-thumbsdir): New function to return the thumbnails
25639 directory, creating it if needed.
25640 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
25641 (thumbs-temp-file): Delete variable and make it into a function.
25642 (thumbs-resize-image, thumbs-modify-image): Use it.
25643 (thumbs-kill-buffer): Simplify.
25644 (thumbs-gensym): Defalias or duplicate CL `gensym'.
25645 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
25646 docstrings.
25647
25648 2005-06-09 Kim F. Storm <storm@cua.dk>
25649
25650 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
25651 set-match-data to free markers in match-data.
25652
25653 * replace.el (replace-match-data): Pass RESEAT arg `t' to
25654 match-data to unchain markers in match-data.
25655
25656 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
25657
25658 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
25659 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
25660 unnecessary now.
25661
25662 2005-06-08 Richard M. Stallman <rms@gnu.org>
25663
25664 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
25665 give the variable a doc string that doesn't say don't set it directly.
25666
25667 * textmodes/ispell.el (ispell-check-version):
25668 Use match-string-no-properties.
25669 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
25670 (ispell-buffer-local-words): Likewise.
25671
25672 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
25673 except on terminals with enough colors to really display it.
25674 (makefile-dependency-regex): Delete spurious `bb'.
25675
25676 * faces.el (escape-glyph): Use blue once again in last case.
25677 (no-break-space): Redefine so that it isn't invisible on a tty.
25678
25679 2005-06-08 Kim F. Storm <storm@cua.dk>
25680
25681 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
25682 also when reading directory name.
25683
25684 2005-06-08 Lute Kamstra <lute@gnu.org>
25685
25686 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
25687 (flyspell-mode-line-string): Remove autoload cookie.
25688 (flyspell-mode): Remove defvar.
25689
25690 2005-06-07 Lute Kamstra <lute@gnu.org>
25691
25692 * textmodes/org.el (org-run-mode-hooks): New function.
25693 (org-agenda-mode): Use it.
25694
25695 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
25696
25697 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
25698
25699 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
25700
25701 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
25702
25703 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
25704
25705 * font-lock.el (font-lock-add-keywords): Doc fix.
25706
25707 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
25708
25709 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
25710 (tex-compile-default): In the absence of any history, use the order in
25711 tex-compile-alist to choose the preferred command.
25712 (tex-compile-commands): Reorder a bit.
25713
25714 * textmodes/flyspell.el (flyspell-auto-correct-binding)
25715 (flyspell-incorrect-face, flyspell-duplicate-face):
25716 Use (X)Emacs-agnostic code.
25717 (flyspell-mode-map): Don't overwrite at each load. Remove code
25718 redundant with the subsequent add-minor-mode. Merge Emacs and
25719 XEmacs code.
25720 (flyspell-word): Minor simplification.
25721 (flyspell-math-tex-command-p): Quieten the byte-compiler.
25722 (flyspell-external-point-words): Remove unused vars `size' and `start'.
25723 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
25724 Merge the corresponding Emacs code.
25725 (flyspell-correct-word, flyspell-xemacs-popup):
25726 Use flyspell-do-correct.
25727
25728 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
25729 a dedicated window.
25730
25731 * international/latexenc.el (latexenc-find-file-coding-system):
25732 Undo part of last patch, to turn off a compiler warning.
25733
25734 2005-06-06 Juri Linkov <juri@jurta.org>
25735
25736 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
25737 Rename `tmm-inactive-face' to `tmm-inactive'.
25738
25739 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
25740
25741 * iswitchb.el: Rename faces.
25742
25743 2005-06-06 Kim F. Storm <storm@cua.dk>
25744
25745 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
25746 (cua-global-mark): Remove -face suffix from face names.
25747
25748 * emulation/cua-gmrk.el (cua--init-global-mark):
25749 Remove cua-global-mark face setup.
25750
25751 2005-06-06 Richard M. Stallman <rms@gnu.org>
25752
25753 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
25754 just like other allowed characters.
25755 (makefile-match-dependency): Exclude leading and training whitespace
25756 from the range of regexp subexp 1.
25757 (makefile-macroassign-regex): Don't try to match the body,
25758 just the name of the macro being defined.
25759
25760 * info.el (Info-read-node-name-2): New function.
25761 (Info-read-node-name-1): Use that.
25762 Add a completion-base-size-function property.
25763
25764 * simple.el (completion-setup-function): Look for
25765 completion-base-size-function property of minibuffer-completion-table.
25766
25767 * files.el (locate-file-completion): Doc fix.
25768
25769 * printing.el: Don't call pr-update-menus; user must do that.
25770
25771 * emacs-lisp/debug.el (debugger-window): New variable.
25772 (debug): Use debugger-window if it is set and still alive.
25773 Record debugger-window for next entry.
25774
25775 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
25776
25777 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
25778
25779 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
25780 (hack-one-local-variable, hack-local-variables)
25781 (hack-local-variables-prop-line): Pass that arg.
25782
25783 2005-06-06 Kim F. Storm <storm@cua.dk>
25784
25785 * ido.el (ido-first-match, ido-only-match, ido-subdir)
25786 (ido-indicator): Remove -face suffix from face names.
25787
25788 2005-06-06 Juri Linkov <juri@jurta.org>
25789
25790 * font-lock.el (font-lock-regexp-backslash)
25791 (font-lock-regexp-backslash-construct): New faces.
25792 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
25793 after `('. Add `while-no-input' to control structures.
25794
25795 * faces.el (no-break-space, shadow): New faces.
25796 (escape-glyph): Use less loud colors pink2 and red4.
25797
25798 * diff-mode.el (diff-context-face)
25799 * dired.el (dired-ignored)
25800 * rfn-eshadow.el (file-name-shadow)
25801 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
25802
25803 * info.el (Info-title-1-face): Use green instead of yellow because
25804 bold yellow is not readable on light backgrounds.
25805
25806 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
25807 before selecting the desired mode to not spend time fontifying
25808 old contents.
25809
25810 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
25811
25812 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
25813 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
25814
25815 * ps-print.el (ps-default-fg, ps-default-bg):
25816 Fix typos in docstrings.
25817
25818 * isearchb.el (isearchb): Don't pass a spurious second argument to
25819 `iswitchb-completions'.
25820
25821 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
25822
25823 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
25824 to preserve point.
25825 (gdb-find-file-hook): Add doc string.
25826
25827 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
25828 C dereferenced pointer expression.
25829 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
25830
25831 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
25832
25833 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
25834 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
25835 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
25836 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
25837 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
25838 Make background transparent.
25839
25840 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
25841
25842 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
25843 (font-lock-remove-keywords): Doc fix.
25844 (font-lock-mode-major-mode): Compiler defvar.
25845 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
25846
25847 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
25848 (font-lock-mode): Update `font-lock-mode-major-mode'.
25849 (font-lock-set-defaults): Compiler defvar.
25850 (font-lock-default-function): Take `font-lock-mode-major-mode'
25851 into account.
25852
25853 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
25854 keep track of which major mode it enabled the minor mode for.
25855 Use find-file-hook again. Update docstring.
25856
25857 * simple.el (eval-expression-print-level)
25858 (eval-expression-print-length, eval-expression-debug-on-error):
25859 Doc fixes.
25860
25861 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
25862
25863 * iswitchb.el (iswitchb-single-match-face)
25864 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
25865 (iswitchb-invalid-regexp-face): New faces.
25866 (iswitchb-completions): Use them.
25867 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
25868 now marked as an obsolete alias.
25869 (iswitchb-read-buffer): Remove check for bound font variables.
25870 (iswitchb-invalid-regexp): New free variable.
25871 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
25872 set iswitchb-invalid-regexp.
25873 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
25874 invalid regexps.
25875 (iswitchb-completions): Add check for complete match when entering
25876 a regexp.
25877 (iswitchb-completions): Remove require-match argument.
25878 (iswitchb-exhibit): Fix caller.
25879 (iswitchb-common-match-inserted): New variable.
25880 (iswitchb-complete, iswitchb-completion-help): Use it.
25881
25882 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
25883
25884 * url-http.el (url-http-chunked-encoding-after-change-function):
25885 Use `url-http-debug' instead of `message'.
25886
25887 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
25888
25889 * url-http.el (url-http-parse-headers): Pass redirected URL as a
25890 callback argument.
25891
25892 2005-06-04 Kim F. Storm <storm@cua.dk>
25893
25894 * simple.el (line-move): Only call sit-for when moving backwards.
25895
25896 * ido.el (ido-make-merged-file-list-1): New defun split from
25897 ido-make-merged-file-list.
25898 (ido-make-merged-file-list): Bind throw-on-input around call to
25899 ido-make-merged-file-list-1. Return input-pending-p if
25900 interrupted by more input available.
25901 (ido-read-internal): Handle input-pending-p return value from
25902 ido-make-merged-file-list.
25903
25904 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
25905
25906 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
25907 compatibility code.
25908
25909 * international/latexenc.el (latexenc-find-file-coding-system):
25910 Don't inherit the EOL part of the coding-system from the
25911 tex-main buffer. Fit within 80 columns.
25912
25913 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
25914
25915 * tmm.el (tmm-inactive-face): New face.
25916 (tmm-remove-inactive-mouse-face): New function.
25917 (tmm-prompt, tmm-add-one-shortcut)
25918 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
25919 but not selectable.
25920
25921 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
25922
25923 * faces.el (face-equal): Improve argument/docstring consistency.
25924
25925 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
25926
25927 * progmodes/make-mode.el (makefile-targets-face)
25928 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
25929 (makefile-bsdmake-dependency-regex)
25930 (makefile-makepp-rule-action-regex)
25931 (makefile-bsdmake-rule-action-regex): New constants.
25932 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
25933
25934 * progmodes/compile.el (compilation-error-regexp-alist-alist):
25935 Allow (...) within `...' for makepp messages.
25936
25937 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
25938
25939 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
25940
25941 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
25942 "." files are deleted from all file lists before comparison.
25943
25944 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
25945 (viper-ESC-key): Made them customizable.
25946
25947 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
25948
25949 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
25950
25951 * autorevert.el (auto-revert-buffers): Use save-match-data.
25952
25953 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
25954
25955 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
25956 menu items with a nil command binding.
25957
25958 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
25959
25960 * emacs-lisp/cl-macs.el (defsetf):
25961 Improve argument/docstring consistency.
25962
25963 * faces.el (list-faces-display): Improve the formatting by
25964 computing the maximum length required for any face-name (reworked
25965 patch of 1999-01-11, accidentally deleted on 1999-07-21).
25966 (internal-find-face): Remove redundant info in docstring.
25967
25968 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
25969
25970 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
25971 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
25972 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
25973 (gdb-assembler-custom): Improve regexps.
25974 (def-gdb-auto-update-handler): Use window point to preserve point.
25975
25976 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
25977
25978 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
25979
25980 2005-05-31 Jay Belanger <belanger@truman.edu>
25981
25982 * calc/calc-embed.el (calc-embedded-word): Change argument passed
25983 to calc-embedded.
25984 (calc-embedded-make-info): Have plain prefix argument select
25985 entire line.
25986
25987 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
25988
25989 * faces.el (list-faces-display): Signal error if passed a regexp
25990 that matches no face name.
25991
25992 * simple.el (filter-buffer-substring): Fix typo in docstring.
25993
25994 2005-05-31 Richard M. Stallman <rms@gnu.org>
25995
25996 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
25997 (vhdl-emacs-21): Doc fix.
25998 (vhdl-mode): Unconditionally set comment-padding.
25999 (vhdl-fixup-whitespace-region): Insert spaces only where
26000 there are none.
26001 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
26002
26003 2005-05-30 John Wiegley <johnw@newartisans.com>
26004
26005 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
26006 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
26007 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
26008 `directory-sep-char' to ?/, and all uses of `string-to-int' to
26009 `string-to-number'.
26010
26011 2005-05-30 Jay Belanger <belanger@truman.edu>
26012
26013 * calc/calc.el (calc-bug-address): Fix docstring.
26014 (calc-window-hook, calc-trail-window-hook): New variables.
26015 (calc-trail-display): Restore use of calc-trail-window-hook.
26016 (calc): Restore use of calc-window-hook.
26017
26018 2005-05-31 Masatake YAMATO <jet@gyve.org>
26019
26020 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
26021
26022 * help-fns.el (help-C-file-name): Add autoload mark for
26023 `find-function-noselect'.
26024
26025 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
26026
26027 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
26028 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
26029
26030 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
26031
26032 * calendar/diary-lib.el (mark-included-diary-files): Only kill
26033 included diary buffer if it was not already being visited.
26034 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
26035
26036 * calendar/icalendar.el (top-level): Do not require appt.
26037
26038 * mail/supercite.el (sc-select-attribution): Only use a list
26039 element from sc-attrib-selection-list if it returns a string.
26040 Reported by Davide G. M. Salvetti <salve@debian.org>.
26041
26042 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
26043
26044 * thumbs.el (thumbs-thumbname): The resulting thumbname now
26045 includes a hash value to improve its uniqueness, and has a ".jpg"
26046 extension. Also, it is now a valid filename on all systems.
26047 (thumbs-make-thumb): Use `let', not `let*'.
26048 (thumbs-show-thumbs-list): Check for JPEG availability.
26049
26050 2005-05-30 Richard M. Stallman <rms@gnu.org>
26051
26052 * filesets.el (filesets-menu-ensure-use-cached):
26053 Prevent warning when emacs-version>= is undefined.
26054
26055 * printing.el (pr-interactive-n-up): Use string-to-number.
26056
26057 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
26058
26059 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
26060 Warn only when name to be defined is quoted.
26061
26062 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
26063
26064 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
26065 Make regexp more robust.
26066 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
26067 Force regeneration of disassembly.
26068
26069 2005-05-29 Jay Belanger <belanger@truman.edu>
26070
26071 * calc/calc.el (calc-user-invocation): Check if
26072 calc-invocation-macro is non-nil.
26073
26074 2005-05-29 Juri Linkov <juri@jurta.org>
26075
26076 * add-log.el (change-log-font-lock-keywords):
26077 Add `+' to e-mail regexp to accept mail address with keywords.
26078
26079 * man.el (Man-name-regexp): Add `:' to accept qualified names.
26080
26081 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
26082
26083 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
26084
26085 * ielm.el (inferior-emacs-lisp-mode): Ditto.
26086
26087 2005-05-29 Richard M. Stallman <rms@gnu.org>
26088
26089 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
26090 Undo the change that moves to end of the current word.
26091
26092 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
26093
26094 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
26095 Throw error when count <= 0 to ensure input is a number.
26096 (gdb-read-memory-custom): Pick up address from buffer.
26097 (gdb-memory-mode): Allow user to increment and decrement
26098 memory address from header line.
26099
26100 2005-05-29 Richard M. Stallman <rms@gnu.org>
26101
26102 * flyspell.el (flyspell-version): Function deleted.
26103 (flyspell-auto-correct-previous-hook): Doc fix.
26104
26105 * jit-lock.el (jit-lock-function, jit-lock-after-change):
26106 Do nothing if memory is full.
26107
26108 * font-lock.el (font-lock-fontify-syntactically-region):
26109 Pass t for GREEDY to looking-back.
26110
26111 * saveplace.el (save-place-alist-to-file): Write the file
26112 using write-region.
26113
26114 * subr.el (looking-back): New argument GREEDY.
26115
26116 * progmodes/compile.el (compilation-start): Set the mode
26117 before inserting the initial text.
26118
26119 * progmodes/which-func.el (which-func-update-1): Turn the mode
26120 off in case of error by setting which-func-mode.
26121
26122 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
26123
26124 * flyspell.el (flyspell-auto-correct-previous-word):
26125 Narrow down to what's on the screen, and recenter overlays
26126 at the end of the next word.
26127
26128 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
26129
26130 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
26131 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
26132 (flyspell-abbrev-p): Default to nil.
26133 (flyspell-use-global-abbrev-table-p): Doc fix.
26134 (flyspell-large-region): Allow nil as value.
26135 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
26136
26137 (mail-mode-flyspell-verify): More robust handling
26138 of `mail-header-separator'. More efficient signature detection.
26139 Allow for regexp metacharacters in message-header-separator.
26140 Adding `To' not to be checked in mail-mode-flyspell-verify.
26141
26142 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
26143 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
26144 Bind flyspell-auto-correct-binding.
26145 Bind C-. and C-, .
26146 (flyspell-mode-map): Likewise.
26147 (flyspell-mode): Doc fix.
26148 (flyspell-accept-buffer-local-defs): Preserve current buffer.
26149 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
26150 (flyspell-word-cache-result): New var, always local.
26151 (flyspell-check-pre-word-p): Doc fix.
26152 (flyspell-check-changed-word-p): Handle spc like newline.
26153 (flyspell-post-command-hook): Set flyspell-word-cache-result.
26154 (flyspell-word-search-backward, flyspell-word-search-forward):
26155 New functions.
26156 (flyspell-word): Return t if nothing to check.
26157 When parsing TeX code, check for after } or \.
26158 Use flyspell-word-search-backward to find previous word.
26159 Return nil if duplicated word.
26160 For word already checked, return same value as last time.
26161 Set flyspell-word-cache-result after checking.
26162 Don't clobber the return value.
26163 (flyspell-get-word): Major rewrite.
26164 (flyspell-external-point-words): New locals pword, pcount.
26165 Fix size used in progress message.
26166 Find the proper corresponding word in flyspell-large-region-buffer.
26167 (flyspell-region): Check for flyspell-large-region = nil.
26168 (flyspell-highlight-incorrect-region): Clean up overlays in region.
26169 (flyspell-auto-correct-word): Check that WORD is a cons.
26170 (flyspell-correct-word): Likewise.
26171
26172 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
26173
26174 * progmodes/make-mode.el (makefile-rule-action-regex)
26175 (makefile-macroassign-regex, makefile-makepp-mode)
26176 (makefile-bsdmake-mode): Continuation lines may be empty.
26177 Reported by Joshua Varner.
26178 (makefile-makepp-font-lock-keywords): Add $(stem).
26179
26180 2005-05-28 Karl Berry <karl@gnu.org>
26181
26182 * textmodes/tex-mode.el: Now that tex-send-command calls
26183 shell-quote-argument (2005-03-31 change), remove all calls to
26184 shell-quote-argument; they all end up invoking tex-send-command.
26185 The double quoting loses on filenames with non-safe characters,
26186 such as "@". Reported by Frederik Fouvry.
26187
26188 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
26189
26190 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
26191 about preserving point.
26192
26193 2005-05-27 Jay Belanger <belanger@truman.edu>
26194
26195 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
26196 Info-goto-node.
26197
26198 * calc/calc-embed.el (calc-embed-arg): New variable.
26199 (calc-do-embedded-activate, calc-embedded-activate-formula)
26200 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
26201 variable by new variable.
26202 (calc-embedded-make-info): Replace undeclared variable by new
26203 variable. When selecting region with positive prefix
26204 argument, use end of previous line instead of beginning of line.
26205
26206 * calc/calc-aent.el (calc-arg-values): Declare it.
26207
26208 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
26209 Declare them.
26210
26211 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
26212
26213 * calc/calc.el (calc-alg-map): Declare it.
26214
26215 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
26216
26217 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
26218
26219 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
26220 (gdb-registers-buffer, toggle-gdb-all-registers):
26221 Toggle display of floating point registers.
26222 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
26223
26224 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
26225 (toggle-gud-tooltip-dereference):
26226 Rename from gud-toggle-tooltip-dereference.
26227
26228 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
26229
26230 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
26231
26232 2005-05-27 Jay Belanger <belanger@truman.edu>
26233
26234 * calc/calc-prog.el (calc-kbd-report): Remove.
26235 (calc-kbd-query): Rewrite.
26236
26237 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
26238
26239 * image.el (image-library-alist): Move to image.c.
26240 (image-type-available-p): Doc fix.
26241
26242 2005-05-27 Lute Kamstra <lute@gnu.org>
26243
26244 * calc/calc.el (calc):
26245 * outline.el (outline-1, outline-2, outline-3, outline-4)
26246 (outline-5, outline-6, outline-7, outline-8):
26247 * textmodes/dns-mode.el (dns-mode):
26248 * textmodes/sgml-mode.el (sgml-namespace-face):
26249 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
26250 (tex-verbatim-face, tex-use-reftex):
26251 * textmodes/texinfo.el (texinfo-heading-face):
26252 Specify customization group.
26253
26254 * longlines.el: Don't require easy-mmode.
26255 (longlines-visible-face): Specify customization group.
26256
26257 2005-05-27 Kenichi Handa <handa@m17n.org>
26258
26259 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
26260 encoding table of windows-1251.
26261
26262 * international/ucs-tables.el (ucs-set-table-for-input):
26263 If translation-table-for-input of a coding system is a symbol, get
26264 its translation-table property.
26265
26266 * international/code-pages.el: Don't register a coding system into
26267 non-iso-charset-alist more than once.
26268 (cp-make-coding-system): Likewise.
26269
26270 2005-05-26 John Wiegley <johnw@newartisans.com>
26271
26272 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
26273 `eshell-resume-eval' is wrapped in a list, it indicates that the
26274 command was run asynchronously. In that case, unwrap the value
26275 before checking the delimiter value.
26276
26277 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
26278 character before a space at the end of a line is \, assume the space
26279 is part of the last argument rather than a final argument separator.
26280
26281 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
26282 is in use, and the target is `t' or `nil' (which are the most common
26283 values), don't assume that the symbol target is a buffer.
26284
26285 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
26286
26287 * calendar/calendar.el (calendar-mode-line-format):
26288 Use mode-line-highlight as mouse-face.
26289
26290 * time.el (display-time-string-forms, display-time-update):
26291 Use mode-line-highlight as mouse-face.
26292
26293 2005-05-26 Jay Belanger <belanger@truman.edu>
26294
26295 * calc/calc.el (calc-language-alist): Remove extra defvar.
26296
26297 2005-05-26 Lute Kamstra <lute@gnu.org>
26298
26299 * arc-mode.el (archive-mode):
26300 * bookmark.el (bookmark-read-annotation-mode)
26301 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
26302 * bs.el (bs-mode):
26303 * calc/calc-yank.el (calc-edit-mode):
26304 * calc/calc.el (calc-mode, calc-trail-mode):
26305 * calculator.el (calculator-mode):
26306 * chistory.el (command-history-mode):
26307 * comint.el:
26308 * cus-edit.el (custom-mode):
26309 * descr-text.el (describe-text-mode):
26310 * ebuff-menu.el (Electric-buffer-menu-mode):
26311 * ediff-util.el (ediff-mode):
26312 * emacs-lisp/re-builder.el (reb-mode):
26313 * emulation/vi.el (vi-mode-setup):
26314 * emulation/ws-mode.el (wordstar-mode):
26315 * eshell/esh-mode.el (eshell-mode):
26316 * forms.el (forms-mode):
26317 * help-mode.el (help-mode):
26318 * hexl.el (hexl-mode):
26319 * ibuffer.el (ibuffer-mode):
26320 * ielm.el (inferior-emacs-lisp-mode):
26321 * info.el (Info-mode, Info-edit-mode):
26322 * international/swedish.el:
26323 * ledit.el (ledit-from-lisp-mode):
26324 * locate.el (locate-mode):
26325 * mail/rmail.el (rmail-mode):
26326 * mail/rmailedit.el (rmail-edit-mode):
26327 * mail/rmailsum.el (rmail-summary-mode):
26328 * mail/supercite.el (sc-electric-mode):
26329 * net/eudc.el (eudc-mode):
26330 * net/quickurl.el (quickurl-list-mode):
26331 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
26332 * obsolete/ooutline.el (outline-mode):
26333 * obsolete/options.el (Edit-options-mode):
26334 * obsolete/rnews.el (news-mode):
26335 * obsolete/rnewspost.el (news-reply-mode):
26336 * play/5x5.el (5x5-mode):
26337 * play/decipher.el (decipher-mode, decipher-stats-mode):
26338 * play/gomoku.el (gomoku-mode):
26339 * play/snake.el (snake-mode):
26340 * play/solitaire.el (solitaire-mode):
26341 * play/tetris.el (tetris-mode):
26342 * progmodes/ada-mode.el (ada-mode):
26343 * progmodes/antlr-mode.el (antlr-mode):
26344 * progmodes/autoconf.el (autoconf-mode):
26345 * progmodes/dcl-mode.el (dcl-mode):
26346 * progmodes/delphi.el (delphi-mode):
26347 * progmodes/ebrowse.el (ebrowse-tree-mode)
26348 (ebrowse-electric-list-mode, ebrowse-member-mode)
26349 (ebrowse-electric-position-mode):
26350 * progmodes/f90.el (f90-mode):
26351 * progmodes/fortran.el (fortran-mode):
26352 * progmodes/icon.el (icon-mode):
26353 * progmodes/idlw-help.el (idlwave-help-mode):
26354 * progmodes/idlw-shell.el (idlwave-shell-mode):
26355 * progmodes/idlwave.el (idlwave-mode):
26356 * progmodes/inf-lisp.el (inferior-lisp-mode):
26357 * progmodes/m4-mode.el (m4-mode):
26358 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
26359 * progmodes/modula2.el (modula-2-mode):
26360 * progmodes/octave-inf.el (inferior-octave-mode):
26361 * progmodes/octave-mod.el (octave-mode):
26362 * progmodes/pascal.el (pascal-mode):
26363 * progmodes/sh-script.el (sh-mode):
26364 * progmodes/sql.el (sql-mode, sql-interactive-mode):
26365 * progmodes/vhdl-mode.el (vhdl-mode):
26366 * progmodes/xscheme.el (scheme-interaction-mode):
26367 * replace.el (occur-mode):
26368 * ses.el (ses-mode):
26369 * simple.el (completion-list-mode):
26370 * skeleton.el:
26371 * speedbar.el (speedbar-mode):
26372 * term.el (term-mode):
26373 * terminal.el (terminal-edit-mode):
26374 * textmodes/reftex-index.el (reftex-index-mode)
26375 (reftex-index-phrases-mode):
26376 * textmodes/reftex-sel.el (reftex-select-label-mode)
26377 (reftex-select-bib-mode):
26378 * textmodes/reftex-toc.el (reftex-toc-mode):
26379 * wdired.el (wdired-change-to-wdired-mode):
26380 * wid-browse.el (widget-browse-mode):
26381 Use run-mode-hooks.
26382
26383 * array.el (array-mode):
26384 * calendar/todo-mode.el (todo-mode):
26385 * man.el (Man-mode):
26386 * play/landmark.el (lm-mode):
26387 * play/mpuz.el (mpuz-mode):
26388 Use kill-all-local-variables and run-mode-hooks.
26389
26390 * subr.el (delay-mode-hooks): Specify indentation.
26391
26392 2005-05-26 Mark A. Hershberger <mah@everybody.org>
26393
26394 * xml.el (xml-substitute-special): Don't die for undefined xml
26395 entities.
26396
26397 2005-05-26 Jay Belanger <belanger@truman.edu>
26398
26399 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
26400 of nil.
26401
26402 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
26403
26404 * progmodes/gdb-ui.el (gdb-frame-address):
26405 Rename from gdb-current-address.
26406 (gdb-previous-frame-address): Rename from gdb-previous-address.
26407 (gdb-selected-frame): Rename from gdb-current-frame.
26408 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
26409 (gdb-frame-number): Rename from gdb-current-stack-level.
26410 (gdb-ann3): Match new mode-name for disassembly buffer.
26411 Extend initialization of variables.
26412 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
26413 (gdb-memory-mode): Use mouse-face in header line.
26414 (gdb-assembler-buffer-name): Call it disassembly and give frame
26415 in mode line.
26416 (gdb-source-spec-regexp, gdb-assembler-custom)
26417 (gdb-invalidate-assembler, gdb-frame-handler):
26418 Make robust to leading zeroes in address format.
26419
26420 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
26421
26422 * textmodes/org.el (org-mode): Use `define-derived-mode' to
26423 define `org-mode'.
26424 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
26425
26426 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
26427
26428 * log-edit.el (log-edit-changelog-entries): Distinguish between
26429 filenames like xfns.c and fns.c.
26430
26431 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
26432
26433 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
26434 point after reverting.
26435 (Buffer-menu-make-sort-button): Handle the case where
26436 `Buffer-menu-use-header-line' is nil.
26437
26438 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
26439
26440 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
26441 New funcs. In minibuffer-local-completion-map bind `]', `/'
26442 and `:' to them.
26443
26444 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
26445
26446 * startup.el (normal-top-level): Allow modification of load-path while
26447 we're iterating over it.
26448
26449 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
26450
26451 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
26452 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
26453 (thumbs-resize-interactive, thumbs-insert-image)
26454 (thumbs-insert-thumb, thumbs-dired-show-marked)
26455 (thumbs-find-image-at-point, thumbs-delete-images)
26456 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
26457 (thumbs-increment-image-size, thumbs-decrement-image-size):
26458 Fix typos in docstrings.
26459
26460 2005-05-24 Andre Spiegel <spiegel@gnu.org>
26461
26462 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
26463 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
26464 (cperl-mode): Use them.
26465
26466 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
26467
26468 * window.el (quit-window, shrink-window-if-larger-than-buffer):
26469 Doc fixes.
26470
26471 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
26472
26473 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
26474 Bind C-d to gdb-inferior-io-eof.
26475
26476 * dired.el (dired-dnd-popup-notice): Use message-box.
26477
26478 2005-05-23 Masatake YAMATO <jet@gyve.org>
26479
26480 * bindings.el (mode-line-major-mode-keymap):
26481 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
26482
26483 * faces.el (mode-line-highlight): New face.
26484
26485 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
26486 as mouse-face.
26487
26488 * bindings.el (top-level, help-echo, mode-line-modified)
26489 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
26490 as mouse-face.
26491
26492 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
26493
26494 * progmodes/cc-engine.el (c-guess-basic-syntax):
26495 Remove spurious call to `zerop'.
26496
26497 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
26498
26499 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
26500
26501 CC Mode update to 5.30.10:
26502
26503 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
26504 could go past the limit in decoration level 2, thereby causing
26505 errors during interactive fontification.
26506
26507 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
26508 the file is evaluated interactively.
26509
26510 * cc-engine.el (c-guess-basic-syntax): Handle operator
26511 declarations somewhat better in C++.
26512
26513 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
26514 make use of `run-mode-hooks' which has been added in Emacs 21.1.
26515 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
26516 (awk-mode): Use it.
26517 (make-local-hook): Suppress warning about obsoleteness.
26518
26519 * cc-engine.el, cc-align.el, cc-cmds.el
26520 (c-append-backslashes-forward, c-delete-backslashes-forward)
26521 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
26522 Compensate for return value from `forward-line' when it has moved
26523 but not to a different line due to eob.
26524
26525 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
26526 `objc-method-intro' and `objc-method-args-cont'.
26527
26528 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
26529
26530 CC Mode update to 5.30.10:
26531
26532 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
26533 in the copyright statement. Incidentally, change "along with GNU
26534 Emacs" to "along with this program" where it occurs.
26535
26536 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
26537 so that it is interactive, hence can be found by M-x awk-mode
26538 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
26539 <gmorris+emacs@ast.cam.ac.uk>.
26540
26541 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
26542 Mode's regexps.
26543
26544 2005-05-23 Kevin Ryde <user42@zip.com.au>
26545
26546 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
26547 c-parse-state, to avoid a lisp error (on bad code).
26548
26549 2005-05-23 Lute Kamstra <lute@gnu.org>
26550
26551 * subr.el (font-lock-defaults): Remove defvar as it's already
26552 defined in font-core.el.
26553
26554 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
26555
26556 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
26557
26558 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
26559 more general and work when GDB variable "print pretty" is on,
26560 as with Emacs, for example.
26561
26562 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
26563
26564 * font-core.el: Update comment.
26565
26566 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
26567 Use `after-change-major-mode-hook' instead of `find-file-hook'.
26568
26569 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
26570
26571 2005-05-22 Eli Zaretskii <eliz@gnu.org>
26572
26573 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
26574 and `yank-handler' in the doc strings.
26575
26576 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
26577
26578 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
26579
26580 2005-05-22 Richard M. Stallman <rms@gnu.org>
26581
26582 * help.el (describe-key): Move print-help-return-message call
26583 out of conditional.
26584
26585 * progmodes/etags.el (list-tags): Use with-no-warnings.
26586
26587 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
26588 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
26589 (starttls-extra-args, starttls-extra-arguments): Add defvars.
26590
26591 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
26592
26593 * language/viet-util.el (viet-viscii-nonascii-translation-table):
26594 Add defvar.
26595
26596 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
26597 Use defvar, not defconst.
26598
26599 * hexl.el (hexl-follow-line): Use with-no-warnings.
26600
26601 * emulation/tpu-extras.el: Use write-file-functions instead of
26602 write-file-hooks.
26603
26604 * dired.el (dired-font-lock-keywords): Fontify files with junk
26605 extensions even if marked by -F.
26606
26607 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
26608
26609 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
26610 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
26611 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
26612 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
26613 (concatenate, list-length, get*, getf, cl-remprop):
26614 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
26615 (etypecase, progv, lexical-let, lexical-let*)
26616 (multiple-value-bind, multiple-value-setq, shiftf):
26617 Improve argument/docstring consistency.
26618
26619 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
26620
26621 2005-05-22 Andre Spiegel <spiegel@gnu.org>
26622
26623 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
26624 doesn't exist.
26625
26626 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
26627 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
26628
26629 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
26630
26631 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
26632 already deleted variables: auto-fill-hook, blink-paren-hook,
26633 lisp-indent-hook, inhibit-local-variables, unread-command-event,
26634 suspend-hooks, comment-indent-hook, meta-flag,
26635 before-change-function, after-change-function,
26636 font-lock-doc-string-face.
26637
26638 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
26639
26640 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
26641
26642 2005-05-21 Eli Zaretskii <eliz@gnu.org>
26643
26644 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
26645 rmail-dont-reply-to.
26646
26647 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
26648
26649 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
26650 literal blank when splitting new-header-values.
26651
26652 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
26653
26654 * calendar/cal-menu.el (cal-menu-update): Add separator as a
26655 string so that tmm doesn't create a completion entry for it.
26656
26657 * textmodes/table.el (table-disable-menu): Ditto.
26658
26659 2005-05-21 Richard M. Stallman <rms@gnu.org>
26660
26661 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
26662
26663 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
26664
26665 * net/rcompile.el (remote-compile): Use compilation-start.
26666
26667 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
26668
26669 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
26670
26671 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
26672 Default to makefile-bsdmake-mode on BSD systems.
26673
26674 * imenu.el (imenu-generic-expression, imenu--generic-function'):
26675 REGEXP may also be a search function now. The part of doc-string
26676 for describing the structure was 95% identical to that of
26677 `imenu--generic-function'. Unify it there.
26678
26679 * progmodes/make-mode.el (makefile-imenu-generic-expression):
26680 Use function to find dependencies, because regexp alone is so complex,
26681 it easily goes into an endless loop.
26682 (makefile-makepp-mode): Also add submenu for Perl functions
26683 defined in the makefile.
26684 (makefile-bsdmake-mode): Special imenu-generic-expression no
26685 longer needed, due to function call.
26686 (makefile-match-dependency): Take BOUND into account when checking
26687 if we're through.
26688
26689 2005-05-20 Jay Belanger <belanger@truman.edu>
26690
26691 * calc/calc-units.el (calc-invalidate-units-table):
26692 Use inhibit-read-only.
26693 (math-build-units-table-buffer): Use view-mode.
26694
26695 2005-05-20 David Kastrup <dak@gnu.org>
26696
26697 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
26698 easy-menu-add is not a nop on Emacs; and clarify when to call it.
26699
26700 2005-05-20 Lute Kamstra <lute@gnu.org>
26701
26702 * diff-mode.el (diff-header-face, diff-file-header-face)
26703 (diff-index-face, diff-hunk-header-face, diff-removed-face)
26704 (diff-added-face, diff-changed-face, diff-function-face)
26705 (diff-context-face, diff-nonexistent-face): Put them in the
26706 diff-mode customization group.
26707
26708 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
26709
26710 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
26711
26712 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
26713
26714 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
26715 Minor regexp-optimization.
26716
26717 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
26718
26719 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
26720 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
26721 (org-agenda-add-time-grid-maybe): New function.
26722 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
26723 (org-table-create): `dotimes' instead of `mapcar'.
26724 (org-xor): Simplify implementation.
26725 (org-agenda): `inhibit-redisplay' turned on.
26726 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
26727 a consistent line after a state change.
26728 (org-agenda-remove-times-when-in-prefix): New option.
26729 (org-prefix-has-time): New variable.
26730 (org-parse-time-string): Optional argument NODEFAULT.
26731 (org-format-agenda-item): Parse items for time-of-day
26732 specifications and move these into the prefix if possible.
26733 (org-agenda-priority): Get current heading, not previous heading
26734 during agenda remote editing.
26735
26736 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
26737
26738 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
26739 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
26740 (remove-duplicates, delete-duplicates, substitute)
26741 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
26742 (nsubstitute-if-not, find, find-if, find-if-not, position)
26743 (position-if, position-if-not, count, count-if, count-if-not)
26744 (mismatch, search, sort*, stable-sort, merge, member*)
26745 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
26746 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
26747 (intersection, nintersection, set-difference, nset-difference)
26748 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
26749 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
26750 (nsublis, tree-equal): Improve argument/docstring consistency.
26751
26752 * subr.el (send-string, send-region): Remove obsolescence declaration.
26753 (window-dot, set-window-dot, read-input, show-buffer)
26754 (eval-current-buffer, string-to-int):
26755 Add release number to obsolescence declarations.
26756
26757 2005-05-19 Kim F. Storm <storm@cua.dk>
26758
26759 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
26760 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
26761
26762 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
26763
26764 * faces.el (list-faces-display): Make back button respect optional
26765 regexp arg.
26766
26767 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
26768
26769 * calculator.el (calculator-radix-grouping-mode)
26770 (calculator-radix-grouping-digits, calculator-displayer)
26771 (calculator-radix-grouping-separator, calculator-copy-displayer):
26772 * dabbrev.el (dabbrev-search-these-buffers-only):
26773 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
26774 (diff-advance-after-apply-hunk, diff-mode-hook)
26775 (diff-minor-mode-prefix):
26776 * imenu.el (imenu-use-popup-menu):
26777 * jit-lock.el (jit-lock-context-time):
26778 * newcomment.el (comment-fill-column, comment-column)
26779 (comment-style, comment-padding, comment-multi-line)
26780 (comment-empty-lines, comment-auto-fill-only-comments):
26781 * reveal.el (reveal-around-mark):
26782 * uniquify.el (uniquify-buffer-name-style)
26783 (uniquify-after-kill-buffer-p)
26784 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
26785 (uniquify-min-dir-content, uniquify-separator)
26786 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
26787 * w32-vars.el (w32-fixed-font-alist):
26788 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
26789 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
26790 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
26791 * progmodes/perl-mode.el (perl-indent-level)
26792 (perl-continued-statement-offset, perl-continued-brace-offset)
26793 (perl-brace-offset, perl-brace-imaginary-offset)
26794 (perl-label-offset, perl-indent-continued-arguments)
26795 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
26796 * progmodes/tcl.el (tcl-indent-level)
26797 (tcl-continued-indent-level, tcl-auto-newline)
26798 (tcl-tab-always-indent, tcl-electric-hash-style)
26799 (tcl-help-directory-list, tcl-use-smart-word-finder)
26800 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
26801 (inferior-tcl-source-command):
26802 * textmodes/fill.el (enable-kinsoku):
26803 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
26804 * textmodes/table.el (table-yank-handler):
26805 Specify missing group (and type, if simple) in defcustom.
26806
26807 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
26808
26809 * progmodes/compile.el (compilation-finish-function): Fix defvar.
26810
26811 2005-05-19 Richard M. Stallman <rms@gnu.org>
26812
26813 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
26814
26815 * subr.el (event-basic-type): Don't get an error.
26816 (left-fringe-p): Function deleted.
26817
26818 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
26819 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
26820
26821 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
26822 in recursive copy.
26823
26824 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
26825
26826 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
26827
26828 * emacs-lisp/bytecomp.el
26829 (byte-compile-file-form-custom-declare-variable):
26830 Call byte-compile-nogroup-warn if appropriate.
26831
26832 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
26833 (compilation-set-window): Don't call left-fringe-p; do it directly.
26834
26835 2005-05-19 Jay Belanger <belanger@truman.edu>
26836
26837 * calc/calc-graph.el (calc-graph-format-data): Make sure
26838 var-PlotRejects is bound before trying to check its value.
26839
26840 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
26841
26842 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
26843 definition of this variable from reftex-global.el to reftex.el,
26844 because it is needed in the menu.
26845
26846 2005-05-19 Lute Kamstra <lute@gnu.org>
26847
26848 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
26849 years are fixed. Don't insert a space after a dash.
26850
26851 2005-05-19 Kim F. Storm <storm@cua.dk>
26852
26853 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
26854
26855 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
26856
26857 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
26858 strings, because (eq ... ?\\) is fairly frequent.
26859
26860 * progmodes/make-mode.el (makefile-add-this-line-targets):
26861 Simplify and integrate into `makefile-pickup-targets'.
26862 (makefile-add-this-line-macro): Simplify and integrate into
26863 `makefile-pickup-macros.
26864 (makefile-pickup-filenames-as-targets): Simplify.
26865 (makefile-previous-dependency, makefile-match-dependency):
26866 Don't stumble over `::'.
26867
26868 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
26869
26870 * subr.el (post-command-idle-hook, post-command-idle-delay):
26871 Remove obsoletion of post-command-idle-hook and
26872 post-command-idle-delay.
26873
26874 * faces.el (list-faces-display): Provide button when describe-face
26875 is called to take user back to the list of faces.
26876
26877 * help-fns.el (describe-variable): Remove hyperlinks in a
26878 variable's value as these are quite frequently inappropriate.
26879
26880 * follow.el (follow-submit-feedback, follow-mode):
26881 Remove references to post-command-idle-hook.
26882
26883 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
26884
26885 * progmodes/make-mode.el (makefile-previous-dependency)
26886 (makefile-match-dependency): Check for := (and in bsd mode also
26887 !=) to give a better result, even when font-lock is not on.
26888
26889 2005-05-18 Jay Belanger <belanger@truman.edu>
26890
26891 * calc/calc-help.el (calc-s-prefix-help):
26892 Add `calc-copy-special-constant' to help string.
26893
26894 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
26895
26896 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
26897
26898 2005-05-18 Jay Belanger <belanger@truman.edu>
26899
26900 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
26901 in linear factors are in proper order.
26902
26903 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
26904
26905 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
26906 Support for jurabib.
26907
26908 * textmodes/reftex.el (featurep): Define aliases for overlay
26909 commands, for XEmacs compatibility, and use these aliases in
26910 overlay initializations.
26911 (reftex-highlight): Use `reftex-move-overlay'.
26912 (reftex-unhighlight): Use `reftex-delete-overlay'.
26913 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
26914 (reftex-access-search-path): Use `reftex-uniquify' instead of
26915 `reftex-uniq'
26916
26917 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
26918 `before-string' property modification enables for Emacs as well.
26919 (reftex-select-item): Use `reftex-delete-overlay'.
26920 (reftex-select-mark): Use `reftex-make-overlay' and
26921 `reftex-overlay-put'.
26922 (reftex-select-unmark): Use `reftex-delete-overlay' and
26923 `reftex-overlay-put'.
26924
26925 2005-05-18 Lute Kamstra <lute@gnu.org>
26926
26927 * emacs-lisp/lisp.el (check-parens): Fix docstring.
26928
26929 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
26930
26931 * add-log.el (add-change-log-entry):
26932 * array.el (array-make-template, array-reconfigure-rows)
26933 (array-init-max-row, array-init-max-column)
26934 (array-init-columns-per-line, array-init-field-width):
26935 * replace.el (replace-match-maybe-edit, perform-replace):
26936 * textmodes/spell.el (spell-region):
26937 Replace `read-input' by `read-string'.
26938
26939 * forms.el (forms-mode):
26940 * finder.el (finder-compile-keywords):
26941 * shadowfile.el (shadow-read-files):
26942 Replace `eval-current-buffer' by `eval-buffer'.
26943
26944 * terminal.el (te-pass-through):
26945 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
26946 (ange-ftp-raw-send-cmd):
26947 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
26948 (send-process-next-char, telnet-initial-filter, telnet):
26949 Replace `send-string' by `process-send-string'.
26950
26951 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
26952 (prolog-consult-region): Replace `send-string' by
26953 `process-send-string'; replace `send-region' by `process-send-region'.
26954
26955 * progmodes/delphi.el (delphi-log-msg):
26956 Replace `set-window-dot' by `set-window-point'.
26957
26958 * subr.el (window-dot, set-window-dot, read-input, send-string)
26959 (send-region, show-buffer, eval-current-buffer):
26960 Make really obsolete, as the comment says.
26961
26962 2005-05-17 Kim F. Storm <storm@cua.dk>
26963
26964 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
26965 (cua--init-keymaps): Bind C-return instead of S-return to set
26966 rectangle mark.
26967
26968 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
26969 instead of S-return to toggle/clear rectangle mark.
26970
26971 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
26972
26973 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
26974 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
26975 Also fontify plain strings assigned to variables, mostly so that a
26976 colon has a face and is thus not taken as a dependency separator.
26977 (makefile-previous-dependency): Inline the new matcher, because it
26978 is too complex to work in both directions.
26979 (makefile-match-dependency): Eliminate `backward' arg (see above).
26980 Completely reimplemented so as to not sometimes go into an endless
26981 loop. It should also be more efficient, because first it only
26982 searches for `:', instead of applying the very complex regexp.
26983 (makefile-mode): Cancel `font-lock-support-mode', because blocks
26984 to be fontified in one piece can be too long for JIT.
26985 Makefiles are never *that* big.
26986
26987 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
26988
26989 * dired.el (dired-mode): Simplify.
26990
26991 2005-05-17 Lute Kamstra <lute@gnu.org>
26992
26993 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
26994 defcustom for the mode hook variable.
26995
26996 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
26997 Emacs Lisp Reference Manual.
26998
26999 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
27000
27001 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
27002 (evenp, list*):
27003 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
27004 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
27005
27006 * net/tramp-smb.el (tramp-smb-open-connection):
27007 Pass `tramp-chunksize' as fifth (required) argument.
27008
27009 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
27010
27011 * font-lock.el (lisp-font-lock-keywords-1):
27012 Set `font-lock-negation-char-face' for [^...] char group.
27013 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
27014
27015 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
27016 a var, and refine it to mask one more level of nested vars.
27017 (makefile-rule-action-regex): Turn it into a var, and refine it so
27018 it recognizes backslashed continuation lines as belonging to the
27019 same command.
27020 (makefile-macroassign-regex): Refine it so it recognizes
27021 backslashed continuation lines as belonging to the same command.
27022 (makefile-var-use-regex): Don't look at the next char, because it
27023 might be the same one to be skipped by the initial [^$], leading
27024 to an overlooked variable use.
27025 (makefile-make-font-lock-keywords): Remove two parameters, which
27026 are now variables that some of the modes set locally.
27027 Handle dependency and rule action matching through functions, because
27028 regexps alone match too often. Dependency matching now comes
27029 last, so it can check, whether a colon already matched something else.
27030 (makefile-mode): Inform that font-lock improves makefile parsing
27031 capabilities.
27032 (makefile-match-dependency, makefile-match-action): New functions.
27033
27034 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
27035
27036 * emacs-lisp/cl-extra.el (equalp): Doc fix.
27037
27038 * align.el (align-regexp):
27039 * ansi-color.el (ansi-color-get-face):
27040 * array.el (array-reconfigure-rows, array-init-max-row)
27041 (array-init-max-column, array-init-columns-per-line)
27042 (array-init-field-width):
27043 * dired-aux.el (dired-trample-file-versions):
27044 * dired-x.el (dired-mark-sexp):
27045 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
27046 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
27047 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
27048 * faces.el (face-read-integer):
27049 * files.el (backup-extract-version, insert-directory):
27050 * hexl.el (hexl-insert-decimal-char):
27051 * server.el (server-process-filter):
27052 * shell.el (shell-extract-num):
27053 * startup.el (command-line-1):
27054 * term.el (term-command-hook):
27055 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
27056 (time-stamp-do-number):
27057 * time.el (display-time-update):
27058 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
27059 (timezone-fix-time):
27060 * vms-patch.el (vms-suspend-resume-hook):
27061 * calendar/appt.el (appt-convert-time):
27062 * calendar/cal-bahai.el (mark-bahai-diary-entries):
27063 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
27064 * calendar/cal-islam.el (mark-islamic-diary-entries):
27065 * calendar/calendar.el (calendar-cursor-to-date)
27066 (calendar-star-date):
27067 * calendar/diary-lib.el (diary-attrtype-convert)
27068 (mark-diary-entries, diary-entry-time):
27069 * calendar/solar.el (solar-get-number):
27070 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
27071 * emacs-lisp/re-builder.el (reb-display-subexp):
27072 * emulation/edt.el (edt-set-scroll-margins):
27073 * emulation/tpu-extras.el (tpu-set-scroll-margins):
27074 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
27075 (vip-get-ex-count):
27076 * emulation/viper-ex.el (viper-get-ex-token)
27077 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
27078 * international/fontset.el (fontset-plain-name):
27079 * mail/feedmail.el (feedmail-look-at-queue-directory):
27080 * mail/mailalias.el (mail-get-names):
27081 * mail/rmail.el (rmail-convert-to-babyl-format):
27082 * mail/rmailsum.el (rmail-make-basic-summary-line)
27083 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
27084 (rmail-summary-goto-msg):
27085 * mail/smtpmail.el (smtpmail-read-response):
27086 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
27087 (ange-ftp-vms-add-file-entry):
27088 * play/gametree.el (gametree-looking-at-ply)
27089 (gametree-current-branch-score):
27090 * progmodes/ada-xref.el (ada-prj-find-prj-file)
27091 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
27092 * progmodes/cperl-mode.el (condition-case):
27093 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
27094 (ebrowse-set-member-buffer-column-width)
27095 (ebrowse-select-1st-to-9nth):
27096 * progmodes/etags.el (etags-snarf-tag):
27097 * progmodes/flymake.el (flymake-parse-line):
27098 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
27099 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
27100 (idlwave-shell-menu-def):
27101 * progmodes/ps-mode.el (ps-run-goto-error):
27102 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
27103 (vhdl-speedbar-contract-level):
27104 * term/mac-win.el (x-handle-numeric-switch):
27105 * term/sun-mouse.el (sun-get-frame-data):
27106 * term/w32-win.el (x-handle-numeric-switch):
27107 * term/x-win.el (x-handle-numeric-switch):
27108 * textmodes/ispell.el (ispell-parse-output):
27109 * textmodes/nroff-mode.el (nroff-outline-level):
27110 * textmodes/reftex-cite.el (reftex-bib-sort-year)
27111 (reftex-bib-sort-year-reverse, reftex-format-citation):
27112 * textmodes/reftex-parse.el (reftex-init-section-numbers)
27113 (reftex-section-number):
27114 * textmodes/texinfmt.el (texinfo-paragraphindent):
27115 Replace `string-to-int' by `string-to-number'.
27116
27117 * international/latexenc.el: Add page marker to force the "Local
27118 Variables:" string out of the last page.
27119
27120 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
27121
27122 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
27123 tooltip-change-major-mode.
27124 (gud-tooltip-print-command): Remove case where gud-minor-mode
27125 is gdb ("--fullname").
27126 (gud-tooltip-tips): Turn GUD tooltips off for this case and
27127 explain to user.
27128
27129 2005-05-16 Jay Belanger <belanger@truman.edu>
27130
27131 * calc/calc-store.el (calc-copy-special-constant): New function.
27132
27133 * calc/calc-ext.el (calc-init-extensions): Add binding for
27134 `calc-copy-special-constant'.
27135
27136 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
27137 for the `calc-copy-special-constant' command.
27138
27139 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
27140
27141 * subr.el (left-fringe-p): New function.
27142
27143 * progmodes/compile.el (compilation-setup): Set local value of
27144 overlay-arrow-string to "" always.
27145 (compilation-set-window): Left fringe then don't scroll.
27146 No left fringe then no arrow and scroll message to top.
27147 (compilation-context-lines): Adjust doc string accordingly.
27148
27149 2005-05-16 Kim F. Storm <storm@cua.dk>
27150
27151 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
27152 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
27153 (ido-wide-find-dir-or-delete-dir): New command for M-d.
27154 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
27155 (ido-read-file-name): Handle commands with ido property value
27156 equal to find-file as reading a file name, to allow C-d to enter dired.
27157 (ibuffer-find-file): Add ido property with value find-file.
27158
27159 2005-05-15 Kim F. Storm <storm@cua.dk>
27160
27161 * subr.el (open-network-stream-nowait): Remove.
27162 (open-network-stream-server): Remove.
27163
27164 2005-05-15 Richard M. Stallman <rms@gnu.org>
27165
27166 * faces.el (describe-face): Output a definition link button.
27167
27168 * help-mode.el (help-face-def): New button type.
27169
27170 * emacs-lisp/copyright.el (copyright-fix-years):
27171 Match properly if the first year is 2-digit.
27172 Don't mess up the whitespace after the years by filling.
27173
27174 * dired-aux.el (dired-mark-confirm):
27175 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
27176
27177 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
27178 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
27179 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
27180
27181 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
27182 Set font-lock-comment-start-skip.
27183
27184 * font-lock.el (font-lock-comment-start-skip): New variable.
27185 (font-lock-comment-end-skip): New variable.
27186 (font-lock-fontify-syntactically-region): Use them if non-nil.
27187
27188 2005-05-15 Jay Belanger <belanger@truman.edu>
27189
27190 * calc/calc-store.el (calc-store-value): Return a string rather
27191 than display it as a message.
27192 Use calc-var-name for variable name.
27193 (calc-store-into): Add the result of calc-store-value to message.
27194 (calc-copy-variable): Add a message.
27195 (calc-store-exchange): Improve error messages.
27196 (calc-store-binary, calc-store-map): Don't reset the values of
27197 special constants.
27198
27199 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
27200
27201 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
27202 manual to docstring.
27203
27204 * files.el (hack-local-variables-confirm): Add STRING argument.
27205 Make the function handle non file visiting buffers correctly.
27206 (hack-local-variables-prop-line, hack-local-variables)
27207 (hack-one-local-variable): Use STRING arg of
27208 `hack-local-variables-confirm'.
27209
27210 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
27211
27212 Sync with Tramp 2.0.49.
27213
27214 * net/tramp.el (tramp-handle-dired-call-process)
27215 (tramp-handle-insert-directory):`insert-buffer' cannot be used
27216 because the contents of the Tramp buffer is changed before
27217 insertion (`expand-file' and alike).
27218 (tramp-handle-insert-directory): If `localname' has an empty
27219 nondirectory name, it must not be quoted.
27220 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
27221 variable `tramp-chunksize'. Change callees.
27222 (tramp-open-connection-setup-interactive-shell): Check remote host
27223 for buggy `send-process-string' implementation.
27224 Set `tramp-chunksize' if found. Reported by Michael Kifer
27225 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
27226 (tramp-handle-shell-command): `insert-buffer' cannot be used
27227 because the contents of the Tramp buffer is changed before
27228 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
27229 <frederic.bothamy@free.fr>.
27230 (tramp-set-auto-save): Actions should be done for Tramp file name
27231 handler only. Ange-FTP has its own auto-save mechanism.
27232 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
27233 (tramp-set-auto-save-file-modes): Set file modes of
27234 `buffer-auto-save-file-name' to ?\600 as fallback solution.
27235 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
27236 (tramp-bug): Remove obsolete variable.
27237 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
27238 for presence of `mml-mode'. Make it running for older Emacsen as well.
27239
27240 2005-05-14 John Paul Wallington <jpw@pobox.com>
27241
27242 * ibuf-ext.el (define-ibuffer-filter filename):
27243 If `dired-directory' is a list, use its car.
27244
27245 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
27246
27247 * ibuffer.el (define-ibuffer-column filename):
27248 If `dired-directory' is a list, use its car.
27249
27250 2005-05-14 Richard M. Stallman <rms@gnu.org>
27251
27252 * subr.el (symbol-file): Doc fix.
27253
27254 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
27255 (byte-compile-form): Call byte-compile-nogroup-warn.
27256 (byte-compile-warning-types): Doc fix.
27257
27258 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
27259
27260 * progmodes/cc-engine.el (c-literal-faces):
27261 Add font-lock-comment-delimiter-face.
27262
27263 * net/net-utils.el (dig): Use with-no-warnings.
27264
27265 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
27266 (sc-recite-frame-alist, sc-default-cite-frame)
27267 (sc-default-uncite-frame, sc-default-recite-frame)
27268 (sc-attrib-selection-list, sc-rewrite-header-list):
27269 Mark as risky-local-variable.
27270
27271 * international/ogonek.el (ogonek-jak, ogonek-how):
27272 Don't use beginning-of-buffer.
27273
27274 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
27275
27276 * calendar/solar.el (solar-data-list): Move definition up.
27277
27278 * dnd.el (dnd-protocol-alist): Add autoload.
27279
27280 * progmodes/sh-script.el: Many doc usage fixes.
27281 (sh-indent-after-do): Change default to match common styles.
27282
27283 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
27284
27285 * files.el (interpreter-mode-alist)
27286 (auto-mode-interpreter-regexp): Doc fixes.
27287
27288 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
27289
27290 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
27291
27292 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
27293
27294 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
27295
27296 * dired.el (dired-mode): make-variable-buffer-local =>
27297 make-local-variable.
27298
27299 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27300
27301 * term/mac-win.el (mac-select-convert-to-string): Try coding
27302 systems in mac-script-code-coding-systems if specified one cannot
27303 encode string for `com.apple.traditional-mac-plain-text'.
27304
27305 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
27306
27307 * progmodes/make-mode.el (makefile-targets-face)
27308 (makefile-shell-face, makefile-makepp-perl-face): New faces.
27309 (makefile-dependency-regex): Fix it to not make the colon in
27310 $(var:a=b) special.
27311 (makefile-rule-action-regex): New regexp for highlighting embedded
27312 Shell strings.
27313 (makefile-macroassign-regex): Handle != for highlighting as
27314 embedded Shell strings.
27315 (makefile-var-use-regex): New const.
27316 (makefile-statements, makefile-automake-statements)
27317 (makefile-gmake-statements, makefile-makepp-statements)
27318 (makefile-bsdmake-statements): New consts.
27319 (makefile-make-font-lock-keywords): New function.
27320 (makefile-automake-font-lock-keywords)
27321 (makefile-gmake-font-lock-keywords)
27322 (makefile-makepp-font-lock-keywords)
27323 (makefile-bsdmake-font-lock-keywords): New consts.
27324 (makefile-mode-map): Add switchers between the various submodes.
27325 (makefile-mode): Document the availability of the variants.
27326 (makefile-automake-mode, makefile-gmake-mode)
27327 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
27328
27329 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
27330 new variants of makefile-mode.
27331
27332 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
27333
27334 * font-lock.el (font-lock-comment-delimiter-face): Fix up
27335 the inheritance.
27336
27337 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
27338
27339 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
27340 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
27341
27342 * files.el (normal-mode): Extend the scope of the
27343 `enable-local-variables' binding to include the `set-auto-mode' call.
27344 (magic-mode-alist): Doc fix.
27345
27346 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
27347
27348 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
27349 font-lock-comment-face rather than copying its setting.
27350
27351 2005-05-12 Andreas Schwab <schwab@suse.de>
27352
27353 * eshell/esh-mode.el (eshell-send-input): Doc fix.
27354
27355 2005-05-12 Lute Kamstra <lute@gnu.org>
27356
27357 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
27358 defcustom for the mode hook variable. Delete the last argument.
27359 * generic-x.el: Fix callers of define-generic-mode.
27360 (generic-x-modes): Delete group.
27361 (show-tabs-tab-face, show-tabs-space-face): Put them in the
27362 generic-x customization group.
27363
27364 2005-05-12 Kim F. Storm <storm@cua.dk>
27365
27366 * font-lock.el (font-lock-negation-char-face): Default to "off".
27367
27368 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
27369 font-lock-negation-char-face to ! in !=.
27370
27371 2005-05-12 Masatake YAMATO <jet@gyve.org>
27372
27373 * add-log.el (find-change-log): Fix typos in the docstring
27374 of function.
27375
27376 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
27377
27378 * international/latexenc.el (latexenc-find-file-coding-system):
27379 Avoid `re-search-forward' when looking for input encoding because
27380 of speed and safety. Better regular expressions for recognizing
27381 input encoding. Limit a search for TeX-master/tex-main-file to
27382 the local variable section.
27383
27384 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
27385
27386 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
27387 syntax of $ to "'" (quote).
27388
27389 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
27390
27391 * dnd.el (dnd-protocol-alist): Improve custom type.
27392
27393 * dired.el (dired-dnd-protocol-alist): New variable.
27394 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
27395 `dired-mode-hook' to the end.
27396
27397 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
27398
27399 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
27400 comment-end if comment-start-skip is not set.
27401 Obey the font-lock-comment-delimiter-face variables.
27402
27403 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
27404
27405 * files.el (executable-find): Move from executable.el. Use
27406 locate-file.
27407 * progmodes/executable.el (executable-find): Move to files.el.
27408
27409 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
27410 when trying to ensure forward progress.
27411
27412 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
27413
27414 * mouse-sel.el (mouse-sel-follow-link-p): New function.
27415 (mouse-select, mouse-select-internal, mouse-extend-internal):
27416 Use it to implement mouse-1-click-follows-link functionality.
27417
27418 2005-05-11 Richard M. Stallman <rms@gnu.org>
27419
27420 * font-lock.el (font-lock-fontify-syntactically-region):
27421 Use font-lock-comment-delimiter-face for comment delimiters.
27422
27423 2005-05-10 Jay Belanger <belanger@truman.edu>
27424
27425 * calc/calc-help.el (calc-m-prefix-help): Add mention of
27426 preserving embedded modes.
27427
27428 2005-05-10 Richard M. Stallman <rms@gnu.org>
27429
27430 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
27431
27432 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
27433 Move from ada-stmt.el.
27434 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
27435
27436 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
27437 Move to ada-mode.el.
27438 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
27439
27440 * cus-edit.el (custom-file): Call file-chase-links.
27441
27442 * files.el (read-directory-name): Fix previous change.
27443 (hack-local-variables-confirm): New function.
27444 (hack-local-variables-prop-line, hack-local-variables)
27445 (hack-one-local-variable): Use it.
27446
27447 2005-05-10 Lute Kamstra <lute@gnu.org>
27448
27449 * font-lock.el (font-lock-keywords-alist)
27450 (font-lock-removed-keywords-alist): Clarify docstrings.
27451
27452 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
27453
27454 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
27455 (gdb-source-info): Check for preprocessor info.
27456 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
27457 a macro for a function.
27458 (gdb-info-breakpoints-custom): Try to find file again if not already
27459 found (user might have used GDB dir command).
27460 (gdb-get-location): Update gdb-location-alist correctly for change
27461 to gdb-info-breakpoints-custom.
27462
27463 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
27464 (gud-tooltip-print-command): Add gdbmi case.
27465 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
27466 preprocessor info.
27467
27468 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
27469
27470 * startup.el (fancy-splash-insert): Fix typo in doc string.
27471
27472 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
27473
27474 * obsolete/float.el (string-to-float):
27475 * obsolete/hilit19.el (hilit-add-pattern):
27476 * obsolete/rnews.el (news-parse-range, news-select-message)
27477 (news-get-pruned-list-of-files): Replace `string-to-int' by
27478 `string-to-number'.
27479
27480 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
27481 `find-file-not-found-hooks'; use `add-hook'.
27482 (uncompress-while-visiting): Set `write-file-functions', not
27483 `write-file-hooks'; use `add-hook'.
27484
27485 2005-05-09 Kim F. Storm <storm@cua.dk>
27486
27487 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
27488 (cua-paste): Handle clipboard action.
27489 (cua--init-keymaps): Remap clipboard-kill-region and
27490 clipboard-kill-ring-save.
27491
27492 2005-05-08 Eli Zaretskii <eliz@gnu.org>
27493
27494 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
27495 Improve commentary.
27496
27497 * simple.el (next-error-overlay-arrow-position): Revert the change
27498 made on 2005-04-30.
27499
27500 2005-05-07 Jay Belanger <belanger@truman.edu>
27501
27502 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
27503 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
27504 `calc-sel-reselect'.
27505
27506 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
27507 Calc is in embedded mode.
27508
27509 2005-05-07 Eli Zaretskii <eliz@gnu.org>
27510
27511 * progmodes/compile.el (compilation-setup):
27512 Set overlay-arrow-string to an empty string on text terminals.
27513
27514 * textmodes/ispell.el (ispell-program-name): Try looking for
27515 "aspell" along exec-path, and if found, use it as the default
27516 speller program.
27517
27518 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
27519
27520 * international/mule.el (sgml-xml-auto-coding-function):
27521 Recognize encoding='FOO' in single quotes as well as in double quotes.
27522
27523 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
27524
27525 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
27526 as well as `interactive', so that defmacro* would recognize
27527 `declare' forms.
27528
27529 2005-05-07 Eli Zaretskii <eliz@gnu.org>
27530
27531 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
27532 Explain more about the LIGHTER arg's usage in the doc string.
27533 Add commentary to clarify what the code does. Fix the regexp that
27534 strips whitespace from LIGHTER. Quote LIGHTER before using it,
27535 since it could have characters special to regular expressions.
27536
27537 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
27538
27539 * replace.el (occur-1): Bind inhibit-read-only so that
27540 erase-buffer doesn't barf on read-only text properties (likewise
27541 for add-text-properties in occur-engine). Mark buffer as unmodified.
27542 (occur-engine): Don't set buffer-read-only here.
27543
27544 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
27545
27546 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
27547 list-buffers-directory. This caused the *cvs-commit* buffer to be
27548 sometimes mistakenly reused as a *cvs* buffer.
27549
27550 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
27551
27552 * tooltip.el: Move code for GUD tooltips into gud.el.
27553 (require): CL no longer needed to compile case.
27554 (tooltip-mode): Do not toggle functions for GUD tooltips.
27555 (tooltip-gud-tips-p): Remove. Replace with minor mode
27556 gud-tooltip-mode in gud.el.
27557 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
27558 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
27559 tooltip-gud prefix with gud-tooltip and obsolete.
27560 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
27561 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
27562 (tooltip-mouse-motion): Mouse movement functions/variable.
27563 Rename in gud.el by adding gud prefix.
27564 (tooltip-gud-original-filter, tooltip-gud-dereference)
27565 (tooltip-gud-event, tooltip-toggle-gud-tips)
27566 (tooltip-gud-process-output, tooltip-gud-print-command)
27567 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
27568 gud.el by replacing tooltip-gud prefix with gud-tooltip.
27569 (gdb-tooltip-print): Move to gdb-ui.el.
27570
27571 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
27572 (require): CL needed to compile case.
27573 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
27574 tooltip-gud-tips-p. Make it a minor-mode.
27575 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
27576 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
27577 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
27578 (gud-tooltip-change-major-mode)
27579 (gud-tooltip-activate-mouse-motions-if-enabled)
27580 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
27581 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
27582 (gud-tooltip-original-filter, gud-tooltip-dereference)
27583 (gud-tooltip-event, tooltip-toggle-gud-tips)
27584 (gud-tooltip-process-output, gud-tooltip-print-command)
27585 (gud-tooltip-tips): Move from tooltip.el.
27586
27587 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
27588 (gdb-cpp-define-alist-flags): Doc fix.
27589 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
27590 gud-tooltip-mode is t.
27591
27592 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
27593
27594 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
27595 evaporate if their text is deleted.
27596 (goto-address-at-point): Make it work as a mouse binding as well.
27597 (goto-address-at-mouse): Obsolete it. Update users.
27598
27599 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
27600
27601 * calendar/appt.el (top-level): No longer activate on load.
27602
27603 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
27604
27605 * calendar/cal-bahai.el (mark-bahai-diary-entries):
27606 * net/webjump.el (webjump):
27607 * progmodes/idlw-help.el (idlwave-do-context-help1)
27608 (idlwave-highlight-linked-completions):
27609 * textmodes/po.el (po-find-file-coding-system-guts):
27610 Replace `assoc-ignore-case' by `assoc-string'.
27611
27612 2005-05-06 Eli Zaretskii <eliz@gnu.org>
27613
27614 * files.el (locate-file): Doc fix.
27615
27616 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
27617 Remove the redundant test for ms-dos.
27618
27619 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
27620 look for the preprocessor with exec-suffixes. If not found in
27621 standard places, look in exec-path. Remove most of the tests that
27622 used system-type.
27623
27624 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
27625
27626 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
27627
27628 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
27629 file-name clash with jka-compr.el on 8+3 filesystems.
27630
27631 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
27632
27633 * term/mac-win.el: Don't define or bind scroll bar functions if
27634 x-toolkit-scroll-bars is t.
27635 (x-select-text, x-get-selection-value): Clear
27636 x-last-selected-text-clipboard if x-select-enable-clipboard is
27637 nil.
27638 (PRIMARY): Put mac-scrap-name property.
27639 (mac-select-convert-to-file-url): New function.
27640 (public.file-url): New selection target type. Add to
27641 selection-converter-alist.
27642 (x-get-selection, x-selection-value): Handle it.
27643 (x-cut-buffer-or-selection-value): New alias.
27644
27645 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
27646
27647 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
27648 entry to avoid calling bibtex-find-entry with arg global
27649 being t. Remove arg key.
27650 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
27651 (bibtex-copy-summary-as-kill): Change accordingly.
27652
27653 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
27654
27655 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
27656 (org-agenda-date-later): Use with-current-buffer.
27657
27658 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
27659
27660 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
27661 (define-obsolete-variable-alias): Doc Fixes.
27662
27663 2005-05-06 Kim F. Storm <storm@cua.dk>
27664
27665 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
27666 vertical-motion when selective-display is active.
27667
27668 * ido.el (ido-setup-hook): New hook.
27669 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
27670 (ido-input-stack): New var.
27671 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
27672 ido-next-work-file binding to M-O.
27673 Bind M-f to ido-wide-find-file-or-pop-dir.
27674 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
27675 (ido-read-internal): Run ido-setup-hook.
27676 Catch quit in read-file-name and read-string to cancel edit.
27677 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
27678 Automatically pop-all when completing a directory name (RET).
27679 (ido-file-internal): Add with-no-warnings around ffap and dired code.
27680 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
27681 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
27682 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
27683 New functions for M-b/M-f to move among the directory components.
27684 (ido-make-merged-file-list): Catch quit to cancel merge.
27685 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
27686 (ido-completion-help): No warnings for ido-completion-buffer-full.
27687
27688 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
27689
27690 * font-lock.el (font-lock-negation-char-face): New face and variable.
27691 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
27692 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
27693 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
27694 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
27695
27696 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
27697
27698 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
27699 Fix typo in docstring.
27700
27701 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
27702 (ebrowse-print-statistics-line)
27703 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
27704
27705 * term/w32-win.el (image-library-alist): Add additional name for
27706 Xpm library.
27707
27708 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
27709
27710 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
27711 use gcc instead of cpp.
27712
27713 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
27714 (gdb-create-define-alist): Use it.
27715 (gdb-cpp-define-alist-program): Update for MS-DOS.
27716
27717 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
27718
27719 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
27720
27721 2005-05-04 Richard M. Stallman <rms@gnu.org>
27722
27723 * help.el (describe-key): No error when UNTRANSLATED is nil.
27724
27725 * simple.el (line-move-1): Fix previous change to signal errors
27726 appropriately.
27727
27728 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
27729
27730 * calendar/icalendar.el (icalendar-version): Now at 0.12.
27731 (icalendar-duration-correction): Remove.
27732 (icalendar--get-event-properties): Split result at commas.
27733 (icalendar--decode-isoduration): New optional argument
27734 DURATION-CORRECTION.
27735 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
27736 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
27737 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
27738 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
27739 (icalendar--convert-anniversary-to-ical): New functions, extracted
27740 from icalendar-export-region, with bug fixes.
27741 (icalendar-export-region): Use the above functions.
27742 (icalendar-import-buffer): Check before saving diary file.
27743 (icalendar--convert-recurring-to-diary)
27744 (icalendar--convert-non-recurring-all-day-to-diary)
27745 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
27746 extracted from icalendar--convert-ical-to-diary, with bug fixes.
27747 (icalendar--convert-ical-to-diary): Use the above functions.
27748
27749 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
27750
27751 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
27752 Remove these recent additions.
27753 (c-mode): Restore to before 2005-04-28.
27754
27755 * progmodes/cc-vars.el (cc-define-list-program): Remove this
27756 recent addition.
27757
27758 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
27759 (gdb-define-alist): New variables.
27760 (gdb-create-define-alist): New function.
27761 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
27762 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
27763 with string-to-number.
27764 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
27765
27766 * progmodes/gud.el: Replace string-to-int with string-to-number.
27767 (gud-find-file): Handle gdb-define-alist.
27768
27769 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
27770
27771 2005-05-02 Jay Belanger <belanger@truman.edu>
27772
27773 * calc/calc-aent.el (math-read-token):
27774 * calc/calc-bin.el (calc-word-size):
27775 * calc/calc-ext.el (calc-read-number-fancy):
27776 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
27777 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
27778 * calc/calc-frac.el (calc-over-notation):
27779 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
27780 (calc-graph-num-points, calc-graph-init):
27781 * calc/calc-prog.el (calc-read-parse-table-part)
27782 (calc-edit-macro-repeats):
27783 * calc/calc-yank.el (calc-do-grab-rectangle):
27784 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
27785 Replace `string-to-int' by `string-to-number'.
27786
27787 2005-05-02 Kim F. Storm <storm@cua.dk>
27788
27789 * kmacro.el: Use executing-kbd-macro-index variable.
27790
27791 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
27792
27793 * net/rlogin.el (rlogin-parse-words): Delete func.
27794 (rlogin): Use split-string, not rlogin-parse-words.
27795 Also, if there are option-like elements in the parsed args,
27796 take the host to be the first arg immediately following them.
27797 Suggested by Michael Mauger.
27798
27799 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
27800
27801 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
27802
27803 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
27804
27805 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
27806 (cc-mode-cpp-program): Rename to cc-define-list-program and
27807 move to cc-vars.el.
27808
27809 * progmodes/cc-vars.el (cc-define-list-program):
27810 Change to "gcc -E -dM -". Make customizable.
27811
27812 2005-05-02 Kim F. Storm <storm@cua.dk>
27813
27814 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
27815
27816 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
27817
27818 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
27819
27820 * international/mule-util.el (truncate-string): Remove alias and
27821 obsolete declaration.
27822
27823 * international/mule-cmds.el (update-iso-coding-systems):
27824 Remove alias and obsolete declaration.
27825
27826 * international/mule.el (coding-system-parent): Remove alias and
27827 obsolete declaration.
27828
27829 * subr.el (define-function, sref): Remove aliases and obsolete
27830 declarations.
27831 (chars-in-region): Remove obsolete declaration.
27832
27833 2005-05-01 Richard M. Stallman <rms@gnu.org>
27834
27835 * info.el (Info-mode): Set widen-automatically to nil, locally.
27836
27837 * simple.el (widen-automatically): New variable.
27838 (pop-global-mark): Obey widen-automatically.
27839
27840 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
27841
27842 * term/xterm.el (function-key-map): Call substitute-key-definition
27843 before the keymap size is increased by a lot of define-key calls.
27844
27845 2005-05-01 Richard M. Stallman <rms@gnu.org>
27846
27847 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
27848 Rename ARG to ELEMENT. Doc fix.
27849
27850 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
27851
27852 * allout.el (allout-exposure): Remove macro and obsolete declaration.
27853 Remove references to allout-exposure/change to allout-new-exposure.
27854
27855 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
27856 bytecode symbols.
27857
27858 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
27859 (compiled-function-p, focus-frame, unfocus-frame):
27860 Remove aliases and obsolete declarations.
27861 Back out inadvertent changes from previous commit.
27862
27863 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
27864
27865 * files.el (require-final-newline): Make Custom tags consistent
27866 with mode-require-final-newline.
27867 (mode-require-final-newline): Doc fix.
27868
27869 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
27870
27871 * international/latexenc.el (latexenc-find-file-coding-system):
27872 Fix regular expressions.
27873
27874 2005-05-01 David Kastrup <dak@gnu.org>
27875
27876 * international/latexenc.el (latexenc-find-file-coding-system):
27877 Fix regular expressions.
27878
27879 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
27880
27881 * subr.el (string-to-int): Make obsolete.
27882
27883 2005-04-30 Richard M. Stallman <rms@gnu.org>
27884
27885 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
27886
27887 * loadup.el: load jka-comp-hook.
27888
27889 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
27890 (jka-compr-handler): Add autoload. `put' calls moved
27891 to jka-comp-hook.el.
27892 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
27893 (jka-compr-inhibit): Autoload.
27894
27895 * jka-comp-hook.el: New file.
27896 Enable the mode by default.
27897
27898 * files.el (backup-buffer-copy): Use copy-file instead
27899 of write-region, and put back the 'excl.
27900
27901 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
27902
27903 * progmodes/flymake.el (flymake-split-string)
27904 (flymake-split-string, flymake-log, flymake-pid-to-names)
27905 (flymake-reg-names, flymake-get-source-buffer-name)
27906 (flymake-unreg-names, flymake-add-line-err-info)
27907 (flymake-add-err-info): Clarify docstrings.
27908 (flymake-popup-menu, flymake-make-emacs-menu)
27909 (flymake-make-xemacs-menu): Add docstrings.
27910 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
27911 Set variables directly throughout.
27912
27913 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
27914
27915 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
27916 exists. Initialize cc-define-alist.
27917 (c-mode): Add cc-create-define-alist locally to after-save-hook.
27918 If there is no file (Macroexpansion) don't create an alist.
27919
27920 2005-04-29 Sam Steingold <sds@gnu.org>
27921
27922 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
27923 (cc-create-define-alist): Use it instead of the hard-coded string.
27924
27925 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
27926
27927 * international/mule-conf.el (file-coding-system-alist): Fix regexp
27928 for latexenc.
27929
27930 2005-04-29 Lute Kamstra <lute@gnu.org>
27931
27932 * emacs-lisp/generic.el: Improve commentary section.
27933 (define-generic-mode): Improve docstring.
27934
27935 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
27936
27937 * textmodes/org.el (many places): Change to quiet the byte compiler.
27938 (org-prefix-format-compiled): New variable.
27939 (org-compile-prefix-format): New function.
27940 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
27941 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
27942 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
27943 (org-get-entries-from-diary): Use `org-get-time-of-day' for
27944 consistency with entries from `org-mode' files.
27945 (org-get-time-of-day): Fix bug with partial matches early in a line.
27946 (org-non-link-chars): New constant.
27947 (org-link-regexp): Respect `org-non-link-chars'.
27948 (org-agenda-day-view): Remove command.
27949 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
27950 (org-follow-bbdb-link, org-store-link): Search also company field.
27951 (org-highlight-overlay): New variable.
27952 (org-highlight, org-unhighlight): New functions.
27953 (org-agenda-mode): Add pre-command-hook to remove highlight.
27954 (org-evaluate-time-range): Behavior depends upon whether time stamp
27955 contains a time or not.
27956 (org-show-subtree, org-show-entry): New functions.
27957 (org-agenda-cleanup-fancy-diary): Remove empty lines.
27958
27959 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
27960
27961 * comint.el (comint-output-filter-functions): Add autoload cookie.
27962
27963 2005-04-28 Kim F. Storm <storm@cua.dk>
27964
27965 * ido.el (ido-everywhere): Fix last change.
27966
27967 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
27968
27969 * international/latexenc.el: New file.
27970 * international/mule-conf.el (file-coding-system-alist): For .tex,
27971 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
27972
27973 2005-04-28 Lute Kamstra <lute@gnu.org>
27974
27975 * font-lock.el (font-lock-add-keywords)
27976 (font-lock-remove-keywords): Clarify docstring.
27977 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
27978 Don't start docstrings with a `*'.
27979 (font-lock-update-removed-keyword-alist): Give it a docstring.
27980
27981 * generic-x.el: Update commentary section.
27982 Only require font-lock when compiling.
27983 Define all modes conditionally.
27984 Place all generic modes in the generic-x-modes customization group.
27985 (generic-x-modes): New customization group.
27986 (generic-default-modes, generic-mswindows-modes)
27987 (generic-unix-modes, generic-other-modes): New constants.
27988 (generic-define-mswindows-modes, generic-define-unix-modes):
27989 Update docstrings. Make them obsolete.
27990 (generic-extras-enable-list): New default value. Update docstring.
27991 Improve :type. Change :set function.
27992 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
27993 Fix docstring.
27994
27995 * emacs-lisp/generic.el (generic-mode-internal):
27996 Simplify font-lock-defaults.
27997 (define-generic-mode): Fix docstring.
27998
27999 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
28000
28001 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
28002 font-lock-face property to highlight matches.
28003
28004 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
28005
28006 * progmodes/cc-mode.el (cc-create-define-alist): New function.
28007 (cc-define-alist): New variable.
28008 (c-mode): Make it local and initialize it.
28009
28010 * progmodes/gdb-ui.el (gdb-active-process): New variable.
28011 (gdb-exited): New function.
28012 (gdb-annotation-rules): Use it.
28013 (gdb-starting): Set gdb-active-process to t.
28014 (gdb-stopping): Amend doc string.
28015 (gdb-reset): Set gdb-active-process to nil.
28016
28017 * tooltip.el (tooltip-gud-tips): Show the associated #define
28018 directives when a C program under GDB is not executing.
28019
28020 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
28021
28022 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
28023 font-lock-fontify-syntactic-keywords.
28024
28025 * font-lock.el (font-lock-default-fontify-region): Don't force
28026 parse-sexp-lookup-properties to nil.
28027
28028 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
28029
28030 * man.el (man-mode-syntax-table): Set up `:' to have
28031 word-constituent syntax.
28032
28033 2005-04-27 Lute Kamstra <lute@gnu.org>
28034
28035 * novice.el (disable-command): Don't add spurious newlines to the
28036 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
28037
28038 2005-04-26 Jay Belanger <belanger@truman.edu>
28039
28040 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
28041 than one window before deleting window.
28042
28043 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
28044
28045 * shell.el (shell-prompt-pattern): Doc fix.
28046 (shell-mode): Set paragraph-separate buffer locally to "\\'".
28047
28048 * comint.el (comint-prompt-regexp, comint-get-old-input)
28049 (comint-use-prompt-regexp)
28050 (comint-use-prompt-regexp-instead-of-fields)
28051 (comint-replace-by-expanded-history, comint-send-input)
28052 (comint-output-filter, comint-get-old-input-default)
28053 (comint-line-beginning-position, comint-bol, comint-show-output)
28054 (comint-backward-matching-input, comint-forward-matching-input)
28055 (comint-next-prompt, comint-previous-prompt):
28056 Rename `comint-use-prompt-regexp-instead-of-fields' to
28057 `comint-use-prompt-regexp'. Keep old name as alias and declare
28058 obsolete.
28059 (comint-use-prompt-regexp): Shorten first line of doc string.
28060
28061 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
28062 Set paragraph-separate buffer locally to "\\'".
28063
28064 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
28065 Adapt to above name change.
28066
28067 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
28068 (smbclient-prompt-regexp): Ditto.
28069
28070 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
28071
28072 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
28073
28074 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
28075 gdb-location-list.
28076 Break lines that are over 80 characters wide.
28077
28078 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
28079
28080 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
28081 New fun and var, to preserve compatibility.
28082
28083 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
28084
28085 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
28086
28087 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
28088 name to file-newer-than-file-p.
28089
28090 2005-04-26 Richard M. Stallman <rms@gnu.org>
28091
28092 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
28093
28094 * progmodes/python.el (python-mode):
28095 Use new name eldoc-documentation-function.
28096
28097 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
28098
28099 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
28100 (eldoc-documentation-function):
28101 Rename from eldoc-print-current-symbol-info-function. Calls changed.
28102
28103 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
28104
28105 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
28106
28107 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
28108
28109 * term/xterm.el (function-key-map): Fix strings for
28110 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
28111 {C,S,A,C-S}-{f1-f12}.
28112
28113 2005-04-26 Kenichi Handa <handa@m17n.org>
28114
28115 * international/mule-cmds.el (select-safe-coding-system):
28116 Fix previous change.
28117
28118 2005-04-26 Lute Kamstra <lute@gnu.org>
28119
28120 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
28121
28122 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
28123 (font-lock-comment-delimiter-face): Ditto.
28124
28125 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
28126
28127 2005-04-25 Jay Belanger <belanger@truman.edu>
28128
28129 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
28130 to t while inserting information; use help-mode.
28131
28132 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
28133
28134 * term.el (ansi-term-color-vector): Use the xterm colors.
28135 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
28136
28137 2005-04-25 Lute Kamstra <lute@gnu.org>
28138
28139 * font-core.el (font-lock-defaults): Fix docstring.
28140
28141 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
28142
28143 2005-04-25 Kenichi Handa <handa@m17n.org>
28144
28145 * international/mule-cmds.el (select-safe-coding-system):
28146 Don't check consistency with coding: spec, etc if raw-text or
28147 no-conversion was found to be safe.
28148
28149 2005-04-24 Richard M. Stallman <rms@gnu.org>
28150
28151 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
28152 citation markers at start of each line.
28153
28154 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
28155 citation markers at start of each line.
28156
28157 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
28158
28159 * files.el (mode-require-final-newline): Fix previous change.
28160 (require-final-newline): Fix type label.
28161
28162 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
28163
28164 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
28165 statement in buffer (broken by 2004-11-24 change).
28166
28167 2005-04-24 Kim F. Storm <storm@cua.dk>
28168
28169 * ido.el (ido-everywhere): Save and restore old read-buffer-function
28170 and read-file-name-function values. Don't overwrite existing
28171 non-nil values if ido-mode is enabled without ido-everywhere.
28172
28173 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
28174
28175 * files.el (mode-require-final-newline): Minor doc fix.
28176
28177 2005-04-24 Eli Zaretskii <eliz@gnu.org>
28178
28179 * subr.el (syntax-after): Doc fix.
28180 (syntax-class): If argument is nil, return nil. Mask off upper 16
28181 bits, not 8 bits.
28182
28183 * files.el (mode-require-final-newline): Doc fix.
28184 (backup-buffer-copy): Fix last change.
28185
28186 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28187
28188 * term/mac-win.el: Require select. Set selection-coding-system to
28189 mac-system-coding-system. Call menu-bar-enable-clipboard.
28190 (x-last-selected-text-clipboard, x-last-selected-text-primary)
28191 (x-select-enable-clipboard): New variables.
28192 (x-select-text, x-get-selection, x-selection-value)
28193 (x-get-selection-value, mac-select-convert-to-string)
28194 (mac-services-open-file, mac-services-open-selection)
28195 (mac-services-insert-text): New functions.
28196 (CLIPBOARD, FIND): Put mac-scrap-name property.
28197 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
28198 (public.tiff): Put mac-ostype property.
28199 (selection-converter-alist): Add entries for them.
28200 (mac-application-menu-map): New keymap.
28201 (interprogram-cut-function, interprogram-paste-function): Set to
28202 x-select-text and x-get-selection-value, respectively.
28203 (split-window-keep-point): Set to t.
28204
28205 2005-04-23 Richard M. Stallman <rms@gnu.org>
28206
28207 * files.el (read-directory-name): Always pass non-nil
28208 DEFAULT-FILENAME arg to read-file-name.
28209 (backup-buffer-copy, basic-save-buffer-2): Take care against
28210 writing thru an unexpected existing symlink.
28211 (revert-buffer): In indirect buffer, revert the base buffer.
28212 (magic-mode-alist): Doc fix.
28213 (buffer-stale-function): Doc fix.
28214 (minibuffer-with-setup-hook): Avoid warning.
28215 (mode-require-final-newline): Doc and custom fix.
28216
28217 * follow.el (follow-end-of-buffer): Use with-no-warnings.
28218
28219 * font-lock.el (font-lock-comment-face): On terminals with few colors,
28220 use the default appearance.
28221 (font-lock-comment-delimiter-face): New face, new variable.
28222
28223 * imenu.el (imenu--generic-function): The official position of a
28224 definition is the start of the line that BEG is in.
28225
28226 * midnight.el (midnight-timer): Move defvar up.
28227
28228 * mouse.el (mouse-drag-region-1): Delete some debugging code.
28229
28230 * saveplace.el (save-place-to-alist): Use with-no-warnings.
28231
28232 * startup.el (command-line): Use with-no-warnings.
28233
28234 * window.el (window-size-fixed): New defvar.
28235
28236 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
28237
28238 * mail/rmail.el (rmail-font-lock-keywords):
28239 Use font-lock-comment-delimiter-face.
28240
28241 * mail/sendmail.el (mail-font-lock-keywords):
28242 Use font-lock-comment-delimiter-face.
28243
28244 * progmodes/compile.el (next-error-highlight-timer): New defvar.
28245
28246 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
28247
28248 * progmodes/compile.el (compilation-mode-font-lock-keywords):
28249 Specify t for LAXMATCH when matching directories.
28250 Save match data around compilation-compat-error-properties form.
28251
28252 2005-04-23 David Kastrup <dak@gnu.org>
28253
28254 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
28255 Mention that the autoloaded aliases should be kept for AUCTeX.
28256
28257 2005-04-23 Andreas Schwab <schwab@suse.de>
28258
28259 * isearch.el (isearch-forward): Doc fix.
28260
28261 2005-04-23 Eli Zaretskii <eliz@gnu.org>
28262
28263 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
28264 (jit-lock-stealth-nice): Change default value to 0.5.
28265
28266 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
28267
28268 * abbrev.el (write-abbrev-file): Write table entries in
28269 alphabetical order by table name.
28270
28271 2005-04-22 Kim F. Storm <storm@cua.dk>
28272
28273 * ido.el (ido-read-internal): Fix `list' completion.
28274
28275 2005-04-22 Kenichi Handa <handa@m17n.org>
28276
28277 * recentf.el (recentf-save-file-coding-system): New variable.
28278 (recentf-save-list): Encode the file by
28279 recentf-save-file-coding-system and add coding: tag.
28280
28281 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
28282
28283 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
28284
28285 2005-04-21 Lute Kamstra <lute@gnu.org>
28286
28287 * loadhist.el (unload-feature): Don't remove a function from hooks
28288 if it is about to be restored to an autoload . Remove functions
28289 that will become unbound from auto-mode-alist. Simplify the code.
28290
28291 * subr.el (assq-delete-all): New implementation that is linear,
28292 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
28293 (rassq-delete-all): New function.
28294
28295 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
28296 Add size-indication-mode.
28297
28298 2005-04-21 Kenichi Handa <handa@m17n.org>
28299
28300 * international/mule-cmds.el: Add autoload for widget-value in
28301 eval-when-compile.
28302
28303 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
28304
28305 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
28306 Add tooltip-mode.
28307
28308 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
28309
28310 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
28311
28312 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
28313 (inferior-lisp-filter-regexp, inferior-lisp-program)
28314 (inferior-lisp-load-command, inferior-lisp-prompt)
28315 (inferior-lisp-mode-hook, lisp-source-modes)
28316 (inferior-lisp-load-hook): defvar->defcustom.
28317 (inferior-lisp-program, inferior-lisp-prompt)
28318 (inferior-lisp-load-hook): Doc fixes.
28319 (inferior-lisp-install-letter-bindings): Small change in
28320 introductory comment.
28321
28322 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
28323
28324 * vc.el (vc-annotate-color-map): Change some colors so that text
28325 using them as foreground is readable on both white and black
28326 backgrounds.
28327
28328 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
28329
28330 * international/mule-conf.el (translation-table-for-input):
28331 Remove redundant declaration.
28332
28333 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
28334
28335 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
28336
28337 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
28338 (tooltip-toggle-gud-tips): New function.
28339
28340 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28341
28342 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
28343 right angle brackets.
28344
28345 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
28346
28347 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
28348
28349 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
28350
28351 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
28352 Remove. Update callers to use expand-file-name instead.
28353
28354 * subr.el (syntax-class): New function.
28355
28356 * simple.el (blink-matching-open): Use it.
28357
28358 * paren.el (show-paren-function): Use it to recognize parens that are
28359 also used in 2-char comment markers.
28360
28361 2005-04-19 Lute Kamstra <lute@gnu.org>
28362
28363 * loadhist.el (unload-feature): Update for new format of
28364 load-history. Simplify the code.
28365
28366 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28367
28368 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
28369 (mac-add-charset-info): New function. Initialize variable
28370 mac-charset-info-alist using it.
28371 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
28372 for translation.
28373 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
28374 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
28375 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
28376 New CCL programs.
28377
28378 2005-04-19 Kim F. Storm <storm@cua.dk>
28379
28380 * simple.el (next-buffer, prev-buffer, next-error)
28381 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
28382 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
28383
28384 * bindings.el (next-buffer, prev-buffer, next-error)
28385 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
28386 (clone-indirect-buffer-other-window): Move bindings from simple.el.
28387 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
28388 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
28389
28390 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
28391
28392 * isearch.el (isearch-edit-string): Make the search-ring available for
28393 minibuffer history commands.
28394 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
28395 the default history commands now work just as well.
28396 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
28397
28398 2005-04-18 Kim F. Storm <storm@cua.dk>
28399
28400 * emulation/cua-base.el (cua--pre-command-handler): Add more
28401 elaborate check for shift modifier on non-window systems.
28402
28403 2005-04-18 Lars Hansen <larsh@math.ku.dk>
28404
28405 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
28406
28407 2005-04-18 Kim F. Storm <storm@cua.dk>
28408
28409 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
28410 and make it optional. Don't test tooltip-gud-echo-area here.
28411 (tooltip-gud-process-output, gdb-tooltip-print):
28412 Pass tooltip-gud-echo-area to tooltip-show.
28413 (tooltip-help-tips): Remove second optional arg to tooltip-show.
28414
28415 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28416
28417 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
28418 `display-graphic-p' may not be bound yet.
28419
28420 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
28421
28422 * startup.el (command-line): No longer enable Xterm Mouse mode by
28423 default in terminals compatible with xterm.
28424
28425 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
28426
28427 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
28428
28429 * tooltip.el (tooltip-gud-echo-area): Rename from
28430 tooltip-use-echo-area.
28431 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
28432 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
28433 area independently of where help tooltips are displayed.
28434
28435 2005-04-17 David Kastrup <dak@gnu.org>
28436
28437 * cus-theme.el (custom-theme-write-variables): Quote variables
28438 where necessary.
28439
28440 2005-04-17 Richard M. Stallman <rms@gnu.org>
28441
28442 * simple.el (yank-excluded-properties): Add follow-link to value.
28443
28444 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
28445
28446 * startup.el (fancy-splash-max-time): Just 30 seconds.
28447 (fancy-splash-delay): Just 7.
28448 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
28449
28450 * loadhist.el (unload-feature): Update for new format of load-history.
28451 Simplify the code.
28452
28453 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
28454 (rmail-font-lock-keywords): Don't fontify the text of a citation.
28455
28456 * mail/sendmail.el (mail-font-lock-keywords):
28457 Don't fontify subject text.
28458 Don't fontify the text of a citation.
28459
28460 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
28461
28462 * comint.el (comint-output-filter): Run comint-output-filter-functions
28463 with point where the user had it.
28464
28465 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
28466
28467 * international/ucs-tables.el (ucs-set-table-for-input):
28468 Disable when using unify-on-decoding.
28469
28470 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
28471
28472 * emulation/cua-base.el (cua-global-mark-face): Add special case
28473 for displays supporting a high number of colors.
28474
28475 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
28476
28477 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
28478
28479 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
28480
28481 * filesets.el (filesets-add-buffer): If user supplies a name of a
28482 non-existing fileset, create a new fileset.
28483
28484 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
28485
28486 * textmodes/org.el (org-up-heading-all): Fix bug with
28487 `outline-up-heading-all'.
28488
28489 2005-04-16 Andreas Schwab <schwab@suse.de>
28490
28491 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
28492 /etc/permissions.d/* and /etc/aliases.d/*.
28493
28494 2005-04-16 Kenichi Handa <handa@m17n.org>
28495
28496 * international/code-pages.el (cp-make-coding-system):
28497 Set `translation-table-for-input' property value to the symbol
28498 ucs-mule-to-mule-unicode, not to that value.
28499 (pt154): Escape guillemet by `\'.
28500
28501 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
28502
28503 * loadup.el: Load tooltip if x-show-tip is fboundp.
28504
28505 * startup.el (command-line): Add comment.
28506
28507 * tooltip.el (tooltip-mode): Specify correct standard value for
28508 Custom in init-value.
28509
28510 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
28511
28512 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
28513 possible.
28514
28515 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
28516
28517 * textmodes/org.el (org-agenda-date-prompt): Rename from
28518 `org-agenda-date-today'.
28519 (org-evaluate-time-range): Insert at point instead of directly
28520 after time range.
28521 (org-first-headline-recenter, org-subtree-end-visible-p)
28522 (org-optimize-window-after-visibility-change): New functions
28523 (org-agenda-post-command-hook): Don't allow point at end of line,
28524 to make sure it always hits the text properties.
28525 (org-agenda-next-date-line, org-agenda-previous-date-line):
28526 New commands.
28527 (org-set-regexps-and-options): Category may contain white space.
28528 (org-agenda-get-deadlines, org-agenda-get-scheduled):
28529 Improve marker positions.
28530 (org-agenda-new-marker): Argument POS made optional.
28531 (org-agenda-get-timestamps): Deadlines which are done are listed
28532 in org-done-face now.
28533 (org-agenda-get-todos, org-agenda-get-timestamps)
28534 (org-agenda-get-deadlines, org-agenda-get-scheduled):
28535 Set `undone-face' and `done-face' properties.
28536 (org-last-todo-state-is-todo): New variable.
28537 (org-todo): Set `org-last-todo-state-is-todo'.
28538 (org-agenda-todo): Change face according to
28539 `org-last-todo-state-is-todo'. And change other lines referring to
28540 the same entry.
28541 (org-calendar-goto-agenda): New command.
28542 (org-calendar-to-agenda-key): New option.
28543 (org-startup-folded): New allowed value `content'.
28544 (org-set-regexps-and-options): Accept new value `content' for
28545 `org-startup-folded'.
28546 (org-get-current-options): Handle new value `content' for
28547 `org-startup-folded'.
28548 (org-insert-todo-heading): New command.
28549 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
28550 interactively in empty file and option
28551 `org-insert-mode-line-in-empty-file' has been set.
28552 (org-agenda-todo, org-agenda-priority): Modify to use
28553 `org-agenda-change-all-lines'.
28554 (org-warning-face): Change color on dark background
28555
28556 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28557
28558 * international/mule-cmds.el (set-locale-environment): On Mac OS,
28559 use preferences AppleLocale and AppleLanguages, and variable
28560 mac-system-locale for default locale. On Mac OS Classic, use
28561 mac-system-coding-system for default coding systems.
28562
28563 * term/mac-win.el: Don't set file-name-coding-system.
28564 Decode variables system-name, emacs-build-system, user-login-name, and
28565 user-full-name by mac-system-coding-system on Mac OS Classic.
28566 (mac-system-coding-system): New variable.
28567
28568 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
28569
28570 * startup.el (command-line): Handle `xterm-mouse-mode' before
28571 reading init file.
28572
28573 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
28574
28575 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
28576
28577 * progmodes/sh-script.el (sh-here-document-word): Make it a
28578 defcustom. Doc fix.
28579 (sh-add): Bash uses $(( )) for arithmetic.
28580 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
28581 (sh-maybe-here-document): Remove quotes and leading whitespace
28582 from heredoc word when closing. Indent heredoc with tabs if word
28583 starts with "-".
28584
28585 2005-04-13 Richard M. Stallman <rms@gnu.org>
28586
28587 * simple.el (undo): Fix previous change.
28588
28589 * custom.el (defface): Doc fix.
28590
28591 2005-04-13 Lute Kamstra <lute@gnu.org>
28592
28593 * Makefile.in (DONTCOMPILE): Remove list.
28594 (compile, compile-always): Don't use DONTCOMPILE.
28595 (update-authors): Load the library in which batch-update-authors
28596 is defined.
28597 * makefile.w32-in (DONTCOMPILE): Remove list.
28598 (compile, compile-always): Fix comments.
28599 (update-authors): Load the library in which batch-update-authors
28600 is defined.
28601
28602 * generic-x.el (generic-mode-ini-file-find-file-hook):
28603 Rename to ini-generic-mode-find-file-hook.
28604 Keep generic-mode-ini-file-find-file-hook as an alias.
28605 (ini-generic-mode-find-file-hook): Rename from
28606 generic-mode-ini-file-find-file-hook. Fix docstring.
28607 (ini-generic-mode): Docstring change.
28608 (bat-generic-mode-run-as-comint): Silence the byte compiler.
28609
28610 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
28611 called from lisp.
28612
28613 * generic.el: Move to the emacs-lisp subdir.
28614
28615 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
28616
28617 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
28618 and C-S- function and cursor motion keys.
28619
28620 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
28621
28622 * startup.el (command-line): Enable Xterm Mouse mode by default.
28623 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
28624 for Custom. No longer show "Mouse" in mode line when enabled.
28625 Doc fix.
28626
28627 2005-04-12 Kim F. Storm <storm@cua.dk>
28628
28629 * emulation/cua-base.el (cua-rectangle-face)
28630 (cua-rectangle-noselect-face): Define face attributes here.
28631
28632 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
28633
28634 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
28635
28636 * startup.el (command-line): Turn off blinking cursor if
28637 cursorBlink in resources is off or false.
28638
28639 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28640
28641 * term/mac-win.el (dnd): Require dnd.
28642 (mac-drag-n-drop): Call dnd-handle-one-url.
28643 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
28644 (kTextEncodingISOLatin2): Remove constants.
28645 (mac-script-code-coding-systems): New constant.
28646 (mac-handle-language-change): New function.
28647 (special-event-map): Bind it to `language-change' event.
28648 (mac-centraleurroman, mac-cyrillic): New coding systems.
28649 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
28650 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
28651 and mac-cyrillic-encoder to encode-mac-centraleurroman and
28652 encode-mac-cyrillic, respectively.
28653
28654 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
28655
28656 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
28657 Don't set overlay-arrow-string to "=>" as this is done
28658 globally in C now.
28659
28660 2005-04-12 Lute Kamstra <lute@gnu.org>
28661
28662 * generic-x.el (rc-generic-mode, rul-generic-mode):
28663 Fix auto-mode-alist entries.
28664 (etc-fstab-generic-mode): Tweak fontification.
28665
28666 * generic.el (generic-make-keywords-list): Fix docstring.
28667 (generic-mode-internal): Simplify generic-font-lock-keywords.
28668
28669 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
28670
28671 * whitespace.el (whitespace-buffer-leading)
28672 (whitespace-buffer-trailing): Revert the incorrect test inversion.
28673 However, fix the highlight area for the leading and
28674 trailing whitespaces to show space.
28675
28676 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
28677
28678 * whitespace.el (whitespace-version): Bump to 3.5
28679
28680 (whitespace-buffer-leading, whitespace-buffer-trailing):
28681 Invert sense of the test to highlight the whitespace.
28682
28683 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
28684
28685 * progmodes/gud.el (gud-display-line): GUD uses its own
28686 overlay arrow now so don't set overlay-arrow-string.
28687 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
28688
28689 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
28690
28691 * term.el (term-ansi-current-bold, term-ansi-current-underline)
28692 (term-ansi-current-reverse, term-ansi-current-invisible)
28693 (term-ansi-face-already-done): Change to boolean.
28694 (term-reset-terminal, term-handle-colors-array): Handle the above
28695 vars accordingly.
28696 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
28697 (term-emulate-terminal): Use the new name.
28698
28699 * faces.el (secondary-selection): Use yellow1, not yellow.
28700 (trailing-whitespace): Use red1, not red.
28701
28702 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
28703
28704 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
28705 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
28706 (dired-dnd-handle-file): Call dnd-get-local-file-uri
28707
28708 * cus-edit.el (dnd): New group.
28709
28710 * term/w32-win.el (dnd): Require dnd
28711 (w32-drag-n-drop): Call dnd-handle-one-url.
28712
28713 * x-dnd.el: Require dnd.
28714 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
28715 Call dnd-handle-one-url.
28716 (x-dnd-types-alist, x-dnd-insert-utf8-text)
28717 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
28718 to dnd-insert-text.
28719 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
28720 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
28721 (x-dnd-get-local-file-name, x-dnd-open-local-file)
28722 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
28723
28724 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
28725
28726 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
28727
28728 * wdired.el: Doc fixes.
28729 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
28730 (wdired-use-dired-vertical-movement): Rename from
28731 wdired-always-move-to-filename-beginning.
28732 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
28733 (wdired-change-to-wdired-mode): Change mode name.
28734 (wdired-newline): Delete.
28735
28736 2005-04-11 Richard M. Stallman <rms@gnu.org>
28737
28738 * whitespace.el (whitespace-highlight-the-space):
28739 Don't call whitespace-unhighlight-the-space here.
28740
28741 * simple.el (undo): Record t in undo-equiv-table
28742 for the redo record made by an undo-in-region.
28743
28744 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
28745
28746 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
28747 (gdb-frame-inferior-io-buffer): New Functions to control
28748 display of separate IO buffer.
28749 (menu): Add them to menu-bar.
28750 (gdb-display-buffer): Check for buffer another frame.
28751 Protect GUD buffer.
28752 (gdb-setup-windows): Create IO buffer if not already there.
28753 (gdb-memory-mode): Remove purecopy noops.
28754
28755 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
28756
28757 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
28758 and pass to self-insert-command.
28759
28760 2005-04-11 Lute Kamstra <lute@gnu.org>
28761
28762 * generic.el: Commentary section cleanup.
28763 (generic): Delete.
28764 (generic-use-find-file-hook, generic-lines-to-scan)
28765 (generic-find-file-regexp, generic-ignore-files-regexp)
28766 (default-generic-mode, generic-mode-find-file-hook)
28767 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
28768 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
28769 (generic-use-find-file-hook, generic-lines-to-scan)
28770 (generic-find-file-regexp, generic-ignore-files-regexp)
28771 (default-generic-mode, generic-mode-find-file-hook)
28772 (generic-mode-ini-file-find-file-hook): Move from generic.el.
28773
28774 2005-04-10 Karl Fogel <kfogel@red-bean.com>
28775
28776 * bookmark.el (bookmark-write-file): Catch errors writing file.
28777 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
28778
28779 2005-04-10 Richard M. Stallman <rms@gnu.org>
28780
28781 * startup.el (fancy-splash-tail): Update copyright year.
28782 (command-line): Split part of -Q into -D.
28783 (emacs-basic-display): New defvar.
28784 (fancy-splash-text): Correct name of menu item.
28785
28786 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
28787
28788 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
28789 lines in one node.
28790
28791 * comint.el (comint-send-input): New arg ARTIFICIAL.
28792 Callers in this file changed.
28793
28794 * abbrev.el (define-abbrevs): Read system abbrevs properly.
28795
28796 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
28797
28798 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
28799
28800 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
28801 `ldap-search-internal'.
28802
28803 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
28804
28805 * files.el (set-auto-mode-1): Use line-end-position.
28806
28807 * international/latin-1.el:
28808 * international/latin-2.el:
28809 * international/latin-3.el:
28810 * international/latin-4.el:
28811 * international/latin-5.el:
28812 * international/latin-8.el:
28813 * international/latin-9.el: Give punctuation syntax to NBSP.
28814
28815 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
28816 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
28817 Use char-classes to accept non-ascii letters, accepted in some recent
28818 bibtex implementations.
28819
28820 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
28821
28822 * custom.el (custom-set-minor-mode): Any non-nil value for the
28823 variable should enable the mode when set through Custom.
28824
28825 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
28826
28827 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
28828 TAB binding so tab-always-indent is obeyed.
28829 (vhdl-minibuffer-local-map): Move initialization into declaration.
28830 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
28831 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
28832 (vhdl-hooked-abbrev): Avoid test for XEmacs.
28833 (vhdl-current-line): Use line-beginning-position.
28834 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
28835 with-output-to-temp-buffer, so the current position can be recorded.
28836
28837 2005-04-10 Masatake YAMATO <jet@gyve.org>
28838
28839 * progmodes/compile.el (compilation-error-regexp-alist-alist):
28840 Add regexp for gcov.
28841
28842 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
28843
28844 * calendar/time-date.el (time-to-seconds, seconds-to-time)
28845 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
28846 syntax which Emacs 20 doesn't support.
28847
28848 2005-04-09 Richard M. Stallman <rms@gnu.org>
28849
28850 * help.el (describe-key-briefly, describe-key):
28851 Replace strings as event types with "(any string)".
28852
28853 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
28854
28855 * arc-mode.el (archive-mode-map): Move initialization into
28856 the declaration. Override *all* bindings of `undo'.
28857 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
28858
28859 2005-04-09 Jay Belanger <belanger@truman.edu>
28860
28861 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
28862
28863 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
28864
28865 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
28866 (xterm-register-default-colors): Update color values computation
28867 to match xterm-200.
28868
28869 2005-04-09 Kenichi Handa <handa@m17n.org>
28870
28871 * international/code-pages.el (iso-latin-7): Fix the map.
28872
28873 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
28874
28875 * emacs-lisp/lisp.el (defun-prompt-regexp)
28876 (parens-require-spaces, buffer-end, end-of-defun)
28877 (insert-parentheses): Doc fixes.
28878
28879 2005-04-08 Kim F. Storm <storm@cua.dk>
28880
28881 * comint.el (comint-highlight-prompt): Fix face spec.
28882 * hi-lock.el (hi-green): Likewise.
28883
28884 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
28885
28886 * cus-edit.el (custom-modified-face):
28887 * comint.el (comint-highlight-input): Fix previous changes.
28888 * term.el (term-handle-ansi-escape): Add a comment.
28889
28890 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
28891
28892 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
28893 in the buffer and in whitespace-highlighted-space.
28894 (whitespace-unhighlight-the-space): Simplify.
28895 (whitespace-buffer): Simplify.
28896
28897 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
28898
28899 * textmodes/table.el (table-cell-face): Add special case for
28900 displays supporting a high number of colors.
28901 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
28902 (vhdl-font-lock-reserved-words-face)
28903 (vhdl-speedbar-architecture-face)
28904 (vhdl-speedbar-instantiation-face)
28905 (vhdl-speedbar-architecture-selected-face)
28906 (vhdl-speedbar-instantiation-selected-face): Likewise.
28907 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
28908 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
28909 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
28910 (ebrowse-root-class-face, ebrowse-member-attribute-face)
28911 (ebrowse-progress-face): Likewise.
28912 * progmodes/compile.el (compilation-info-face): Likewise.
28913 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
28914 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
28915 * calendar/calendar.el (diary-face): Likewise.
28916 * woman.el (woman-italic-face, woman-bold-face)
28917 (woman-unknown-face): Likewise.
28918 * wid-edit.el (widget-button-pressed-face): Likewise.
28919 * whitespace.el (whitespace-highlight-face): Likewise.
28920 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
28921 * pcvs-info.el (cvs-marked-face): Likewise.
28922 * info.el (info-xref): Likewise.
28923 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
28924 * hilit-chg.el (highlight-changes-face)
28925 (highlight-changes-delete-face): Likewise.
28926 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
28927 (hi-red-b): Likewise.
28928 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
28929 * font-lock.el (font-lock-keyword-face)
28930 (font-lock-function-name-face, font-lock-warning-face): Likewise.
28931 * cus-edit.el (custom-invalid-face, custom-modified-face)
28932 (custom-set-face, custom-changed-face, custom-variable-tag-face)
28933 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
28934 * comint.el (comint-highlight-prompt): Likewise.
28935
28936 2005-04-08 Lute Kamstra <lute@gnu.org>
28937
28938 * font-lock.el (font-lock-keywords): Docstring fixes.
28939
28940 2005-04-08 Kenichi Handa <handa@m17n.org>
28941
28942 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
28943 chars are more than a limit, print " and more..." at the tail.
28944
28945 2005-04-08 Kim F. Storm <storm@cua.dk>
28946
28947 * emacs-lisp/authors.el (authors-aliases): Update list.
28948 (authors-ignored-files): New list.
28949 (authors-fixed-entries): Fix typo.
28950 (authors-renamed-files-alist): Update list.
28951 (authors-add): Check authors-ignored-files.
28952
28953 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
28954
28955 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
28956 optional, to ensure backward compatibility.
28957
28958 2005-04-08 Stephen Eglen <stephen@gnu.org>
28959
28960 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
28961
28962 2005-04-08 Kim F. Storm <storm@cua.dk>
28963
28964 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
28965
28966 * mouse.el (mouse-on-link-p): Doc fix.
28967
28968 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
28969
28970 * ielm.el (ielm-prompt-read-only): Doc fix.
28971
28972 * comint.el (comint-prompt-read-only): Doc fix.
28973
28974 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
28975
28976 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
28977 ensure dired always handles wildcards passed to ffap.
28978 (find-file-at-point): Use it.
28979 (ffap-dired-wildcards): Doc fix.
28980
28981 2005-04-07 Juri Linkov <juri@jurta.org>
28982
28983 * simple.el (next-error-overlay-arrow-position): New defvar.
28984 Put "=>" on its property `overlay-arrow-string'. Add it to
28985 `overlay-arrow-variable-list'.
28986
28987 * progmodes/compile.el (compilation-setup):
28988 Set `next-error-overlay-arrow-position' to nil. Also set it to
28989 nil in the local hook `kill-buffer-hook'. Make local variable
28990 `overlay-arrow-string' and set it to "=>".
28991 (compilation-goto-locus): Set BOL position to
28992 `next-error-overlay-arrow-position' instead of
28993 `overlay-arrow-position'.
28994
28995 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
28996 locally instead of adding it to the global hook.
28997 (Info-kill-buffer): Move up.
28998
28999 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
29000
29001 * term/xterm.el (xterm-standard-colors): Update color values from
29002 xterm-200.
29003
29004 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
29005
29006 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
29007
29008 * fast-lock.el:
29009 * lazy-lock.el: Move them to the obsolete subdir.
29010
29011 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
29012
29013 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
29014 (wdired-add-replace-advice): Remove.
29015 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
29016
29017 2005-04-06 Kim F. Storm <storm@cua.dk>
29018
29019 * startup.el (command-line): Add --bare-bones alias for -Q.
29020
29021 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29022
29023 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
29024 create the startup fontset if a font specification ends with
29025 `mac-roman'.
29026
29027 2005-04-06 Lute Kamstra <lute@gnu.org>
29028
29029 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
29030 change.
29031
29032 * emacs-lisp/copyright.el (copyright-update-year): Replace the
29033 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
29034
29035 2005-04-05 Lute Kamstra <lute@gnu.org>
29036
29037 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
29038 (define-generic-mode): Ditto. Fix debug declaration.
29039
29040 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
29041 Put them in the generic-x group.
29042
29043 * calendar/timeclock.el (timeclock): Doc fix.
29044
29045 * generic.el (define-generic-mode): Don't use custom-current-group.
29046 Document default :group value.
29047 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
29048 (define-global-minor-mode): Don't use custom-current-group.
29049
29050 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
29051
29052 * startup.el (command-line-1): Display startup-echo-area-message
29053 when fancy splash screen is in use.
29054
29055 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
29056 (sh-escaped-newline): New face.
29057 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
29058 newline, and use sh-escaped-newline face.
29059
29060 * progmodes/tcl.el (tcl-escaped-newline): New face.
29061 (tcl-builtin-list): New variable.
29062 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
29063 newlines. Fix keywords subexpression number.
29064
29065 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
29066
29067 * textmodes/org.el (org-diary-default-entry): Fix call to
29068 `add-to-diary-entry'.
29069
29070 2005-04-05 Kim F. Storm <storm@cua.dk>
29071
29072 * ediff-init.el: Use (featurep 'xemacs).
29073
29074 2005-04-05 David Ponce <david@dponce.com>
29075
29076 * cus-edit.el (face): Derive from symbol widget. Display sample
29077 of the current face on the fly.
29078 (widget-face-sample-face-get, widget-face-notify): New functions.
29079 (widget-face-value-create): Remove.
29080
29081 * wid-edit.el (widget-field-end): Temporarily remove field
29082 narrowing before to call `get-char-property'.
29083
29084 2005-04-04 Jay Belanger <belanger@truman.edu>
29085
29086 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
29087 (math-read-subscripts): New variable.
29088 (math-read-preprocess-string): Process subscripts.
29089
29090 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
29091
29092 * comint.el (comint-prompt-read-only): Doc fix.
29093
29094 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
29095 `-1'. Doc fix.
29096
29097 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
29098
29099 * textmodes/org.el (org-insert-mode-line-in-empty-file):
29100 Change default value to nil.
29101
29102 2005-04-04 Lute Kamstra <lute@gnu.org>
29103
29104 * autorevert.el (auto-revert-mode): Specify :group.
29105 * battery.el (display-battery-mode): Specify :group.
29106 * diff-mode.el (diff-minor-mode): Specify :group.
29107 * font-core.el (font-lock-mode): Specify :group.
29108 * hl-line.el (hl-line-mode): Specify :group.
29109 * iimage.el (iimage): New customization group.
29110 (iimage-mode): Specify :group.
29111 * longlines.el (longlines-mode): Specify :group.
29112 * master.el: Don't require easy-mmode.
29113 (master): New customization group.
29114 (master-mode): Specify :group.
29115 * msb.el (msb-mode): Specify :group.
29116 * reveal.el (reveal-mode): Specify :group.
29117 * simple.el (next-error-follow-minor-mode): Specify :group.
29118 * smerge-mode.el (smerge-mode): Specify :group.
29119 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
29120 * emulation/cua-base.el (cua-mode): Specify :group.
29121 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
29122 * language/thai-util.el (thai-auto-composition-mode)
29123 (thai-word-mode): Specify :group.
29124 * mail/supercite.el (sc-minor-mode): Specify :group.
29125 * progmodes/cwarn.el (cwarn-mode): Specify :group.
29126 * progmodes/flymake.el (flymake-mode): Specify :group.
29127 * progmodes/glasses.el (glasses-mode): Specify :group.
29128 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
29129 * textmodes/enriched.el (enriched-mode): Specify :group.
29130 * textmodes/refill.el (refill-mode): Specify :group.
29131
29132 * add-log.el (change-log-font-lock-keywords): Names in
29133 parenthesized lists can contain spaces.
29134
29135 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
29136
29137 * startup.el (fancy-splash-text): Shorten default text of
29138 "Emacs Tutorial" line. Also, if the current language env
29139 indicates an available tutorial file other than TUTORIAL,
29140 extract its title and append it to the line in parentheses.
29141 (fancy-splash-insert): If arg is a thunk, funcall it.
29142
29143 2005-04-04 Jay Belanger <belanger@truman.edu>
29144
29145 * calc.el (calc-language-alist): Add tags to customization type.
29146
29147 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
29148
29149 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
29150 Doc fix.
29151
29152 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
29153
29154 * add-log.el (change-log-font-lock-keywords): The manual
29155 describing a Change Log entry, says: (...) "Aside from these
29156 header lines, every line in the change log starts with a space or
29157 a tab.". The font-lock was not highlighting lines started with
29158 spaces, added support for it.
29159
29160 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
29161
29162 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
29163 (bibtex-generate-url-list): Update docstring accordingly. Put the
29164 complex example in the docstring.
29165 (bibtex-font-lock-url): Use pop.
29166
29167 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
29168
29169 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
29170
29171 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
29172
29173 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
29174
29175 * filesets.el (filesets-set-default): Doc fix.
29176
29177 2005-04-03 Lute Kamstra <lute@gnu.org>
29178
29179 * generic.el (define-generic-mode): Add argument to specify
29180 keywords for defcustom.
29181 (default-generic-mode): Specify :group.
29182
29183 * generic-x.el: Specify :group for all generic modes.
29184
29185 * desktop.el (desktop-no-desktop-file-hook)
29186 (desktop-after-read-hook): Doc fix.
29187
29188 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
29189
29190 * simple.el (visible-mode): Use explicit :group keyword.
29191 This changes the group of `visible-mode-hook' from paren-blinking
29192 to editing-basics.
29193
29194 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
29195
29196 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
29197 mailbox specifications as well as URLs.
29198 (rmail-insert-inbox-text): Remove unused conditional branches.
29199
29200 2005-04-01 Jay Belanger <belanger@truman.edu>
29201
29202 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
29203 (calc-gnuplot-print-command): Move definitions to calc.el.
29204
29205 * calc/calc-embed.el (calc-embedded-announce-formula)
29206 (calc-embedded-open-formula, calc-embedded-close-formula)
29207 (calc-embedded-open-word, calc-embedded-close-word)
29208 (calc-embedded-open-plain, calc-embedded-close-plain)
29209 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
29210 (calc-embedded-open-mode, calc-embedded-close-mode):
29211 Move definitions to calc.el.
29212
29213 * calc/calc.el (calc-settings-file, calc-language-alist):
29214 Make customizable.
29215 (calc-embedded-announce-formula, calc-embedded-open-formula)
29216 (calc-embedded-close-formula, calc-embedded-open-word)
29217 (calc-embedded-close-word, calc-embedded-open-plain)
29218 (calc-embedded-close-plain, calc-embedded-open-new-formula)
29219 (calc-embedded-close-new-formula, calc-embedded-open-mode)
29220 (calc-embedded-close-mode, calc-gnuplot-name)
29221 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
29222 from other files and make customizable.
29223
29224 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
29225
29226 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
29227 Use buffer-live-p.
29228 (cvs-mode-run): Don't call cvs-update-header here.
29229 (cvs-run-process): Call cvs-update-header.
29230 Use process properties for cvs-postprocess and cvs-buffer so that
29231 the sentinel can behave better if the temp buffer is killed.
29232 Use a pipe rather than a tty, to better handle unexpected prompts.
29233 (cvs-sentinel): Rewrite. Call cvs-update-header.
29234
29235 2005-04-01 Andre Spiegel <spiegel@gnu.org>
29236
29237 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
29238 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
29239
29240 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
29241
29242 * generic.el (define-generic-mode): Add indentation rule.
29243
29244 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
29245
29246 * files.el (mode-require-final-newline): Make Custom correctly
29247 report a nil value and allow to set it to nil via Custom.
29248 Doc fix.
29249
29250 2005-04-01 Kenichi Handa <handa@m17n.org>
29251
29252 * international/characters.el: Enable the correct case setting for
29253 dotless-i and dotted-I.
29254
29255 2005-04-01 Kim F. Storm <storm@cua.dk>
29256
29257 * ido.el (ido-file-internal): Fall back to non-ido command if
29258 initial directory is on slow ftp (or tramp) host.
29259
29260 2005-03-31 Richard M. Stallman <rms@gnu.org>
29261
29262 * emacs-lisp/autoload.el (make-autoload):
29263 Handle define-global-minor-mode.
29264
29265 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
29266 Rename from easy-mmode-define-global-mode.
29267 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
29268
29269 * progmodes/scheme.el (scheme-mode-syntax-table):
29270 Update syntax of | and # for two-character comment syntax.
29271
29272 2005-03-31 Lute Kamstra <lute@gnu.org>
29273
29274 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
29275 (define-minor-mode): Call custom-current-group at load-time.
29276
29277 * generic.el (define-generic-mode): Add debug declaration.
29278 Add defcustom for the mode hook.
29279 (generic-mode-internal): Use run-mode-hooks.
29280
29281 2005-03-31 Kim F. Storm <storm@cua.dk>
29282
29283 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
29284 (mouse-fixup-help-message): New defun called by show_help_echo
29285 to fixup mouse-2 prefix in help messages when applicable.
29286
29287 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
29288
29289 2005-03-31 Kenichi Handa <handa@m17n.org>
29290
29291 * language/thai-word.el (thai-find-word-ends): Pay attention to
29292 the case that we reach the end of buffer.
29293
29294 * textmodes/fill.el (fill-text-properties-at): New function.
29295 (fill-newline): Use fill-text-properties-at instead of
29296 text-properties-at.
29297
29298 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
29299
29300 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
29301 not comint-quote-filename.
29302
29303 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
29304
29305 * help-fns.el (help-with-tutorial): Revert last change.
29306
29307 2005-03-31 Kim F. Storm <storm@cua.dk>
29308
29309 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
29310
29311 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
29312
29313 * calendar/cal-china.el: Update reference to "Calendrical
29314 Calculations" book; there's a new edition.
29315 * calendar/cal-coptic.el: Likewise.
29316 * calendar/cal-french.el: Likewise.
29317 * calendar/cal-hebrew.el: Likewise.
29318 * calendar/cal-islam.el: Likewise.
29319 * calendar/cal-iso.el: Likewise.
29320 * calendar/cal-julian.el: Likewise.
29321 * calendar/cal-mayan.el: Likewise.
29322 * calendar/cal-persia.el: Likewise.
29323 * calendar/calendar.el: Likewise.
29324 * calendar/holidays.el: Likewise.
29325 * calendar/lunar.el: Likewise.
29326 * calendar/solar.el: Likewise.
29327
29328 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
29329 white space from doc string.
29330
29331 2005-03-30 Jay Belanger <belanger@truman.edu>
29332
29333 * calc/calc-help.el (calc-full-help): Remove email address.
29334
29335 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
29336
29337 * help-fns.el (help-with-tutorial): Delete title line.
29338
29339 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
29340
29341 * calendar/cal-x.el (calendar-one-frame-setup)
29342 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
29343 rather than `symbol' for set-window-dedicated-p.
29344
29345 * calendar/appt.el (appt-buffer-name): Make it a constant.
29346 (appt-add): Doc fix.
29347
29348 * filesets.el (filesets-menu-path, filesets-menu-before)
29349 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
29350 (filesets-menu-cache-file): Use directory ~/.emacs.d.
29351 (filesets-add-submenu): Delete and use add-submenu instead.
29352
29353 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
29354
29355 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
29356 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
29357 (org-diary-default-entry): New function.
29358 (org-get-entries-from-diary): Better parsing of diary entries.
29359 (org-agenda-check-no-diary): New function.
29360 ("diary-lib"): Advice to function `add-to-diary-list', to allow
29361 linking to diary entries.
29362 (org-agenda-execute-calendar-command): New function.
29363 (org-agenda): Improve visible section in window.
29364 Use `org-fit-agenda-window'.
29365 (org-fit-agenda-window): New option.
29366 (org-move-subtree-down): Better handling of empty lines
29367 at end of subtree.
29368 (org-cycle): Numeric prefix is interpreted now as show-subtree N
29369 levels up.
29370 (org-fontify-done-headline): New option.
29371 (org-headline-done-face): New face.
29372 (org-set-font-lock-defaults): Use `org-headline-done-face'.
29373 (org-table-copy-down): Rename from `org-table-copy-from-above'.
29374 When current field is non-empty, it is copied to next row.
29375 (org-table-copy-from-above): Fix bug which made it
29376 impossible to copy fields containing only a single non-white character.
29377
29378 2005-03-30 Kim F. Storm <storm@cua.dk>
29379
29380 * kmacro.el (kmacro-end-macro): Isearch may store this command
29381 into the macro -- so ignore it when executing keyboard macro.
29382
29383 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
29384
29385 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
29386
29387 2005-03-29 Kenichi Handa <handa@m17n.org>
29388
29389 * language/thai.el ("Thai"): Set setup-function and exit-function
29390 for Thai language environment.
29391
29392 * language/thai-util.el: Require thai-word.
29393 (thai-word-mode-map): New variable.
29394 (thai-word-mode): New minor mode.
29395 (setup-thai-language-environment-internal): New function.
29396 (exit-thai-language-environment-internal): New function.
29397
29398 * language/thai-word.el (thai-word-table): Declare it by defvar,
29399 use dolist to initialize it.
29400 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
29401 (thai-fill-find-break-point): New functions.
29402
29403 2005-03-29 Richard M. Stallman <rms@gnu.org>
29404
29405 * simple.el (idle-update-delay): Move definition up.
29406 (set-mark): Doc fix.
29407
29408 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
29409
29410 * longlines.el: New file.
29411
29412 * simple.el (buffer-substring-filters): New variable.
29413 (filter-buffer-substring): New function.
29414 (kill-region, copy-region-as-kill): Use it.
29415
29416 * register.el (copy-to-register, append-to-register)
29417 (prepend-to-register): Use filter-buffer-substring.
29418
29419 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
29420
29421 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
29422 (gud-filter-pending-text): Move in front of gdb.
29423 (gud-overlay-arrow-position): New variable.
29424 (gud-sentinel, gud-display-line): Use it in place of
29425 overlay-arrow-position.
29426
29427 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
29428
29429 * progmodes/fortran.el (fortran-if-indent): Doc fix.
29430 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
29431 (fortran-font-lock-keywords-4): New variable.
29432 (fortran-blocks-re, fortran-end-block-re)
29433 (fortran-start-block-re): New constants, for hideshow.
29434 (hs-special-modes-alist): Add a Fortran entry.
29435 (fortran-mode-map): Bind fortran-end-of-block,
29436 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
29437 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
29438 (fortran-looking-at-if-then, fortran-end-of-block)
29439 (fortran-beginning-of-block): New functions, for hideshow.
29440
29441 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
29442 Doc fix. Tweak regexp.
29443 (f90-beginning-of-block): Push mark first.
29444
29445 2005-03-29 Jay Belanger <belanger@truman.edu>
29446
29447 * calc/calc.el: Update copyright date.
29448 (calc-version): Increase to 2.1.
29449 (calc-version-date): Remove.
29450
29451 * calc/calc-help.el: Update copyright date.
29452 (calc-full-help): Remove reference to calc-version-date.
29453 Update copyright date.
29454
29455 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
29456
29457 * vc.el (vc-do-command): Use a pipe for async processes, so password
29458 prompts don't show up at places where the user can't reply.
29459
29460 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
29461
29462 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
29463 on the file name we pass to the inferior shell.
29464
29465 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
29466
29467 * progmodes/which-func.el (which-function): Be robust in the face of an
29468 imenu--make-index-alist failure.
29469
29470 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
29471
29472 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
29473
29474 * progmodes/python.el (python-preoutput-filter): Fix last change.
29475
29476 2005-03-29 Lute Kamstra <lute@gnu.org>
29477
29478 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
29479 functions and compiled macros.
29480 (debug-convert-byte-code): Handle macros too.
29481 (debug-on-entry-1): Don't signal an error when trying to clear a
29482 function that is not set to debug on entry.
29483
29484 2005-03-29 Jay Belanger <belanger@truman.edu>
29485
29486 * calc/calc-lang.el: Add functions to math-function-table
29487 properties of tex and math.
29488
29489 2005-03-29 Kenichi Handa <handa@m17n.org>
29490
29491 * ps-mule.el (ps-mule-plot-string): Translate characters by
29492 ps-print-translation-table.
29493 (ps-mule-begin-job): Call find-charset-region/string with
29494 ps-print-translation-table.
29495 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
29496
29497 * ps-print.el (ps-print-translation-table): New variable.
29498 (ps-plot-region): Translate characters by ps-print-translation-table.
29499
29500 2005-03-29 Juri Linkov <juri@jurta.org>
29501
29502 * simple.el (next-error-highlight-timer): New variable.
29503
29504 * progmodes/compile.el (compilation-goto-locus):
29505 Use `next-error-highlight-timer' instead of `sit-for'.
29506
29507 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
29508
29509 * mail/supercite.el (sc-mail-field): Use assoc-string.
29510 (sc-get-address): Simplify regexps.
29511
29512 * files.el (minibuffer-with-setup-hook): New macro.
29513 (find-file-read-args): Use it to avoid let-binding
29514 minibuffer-with-setup-hook (which breaks turning on/off
29515 file-name-shadow-mode while in the prompt).
29516
29517 * complete.el (PC-read-include-file-name-internal):
29518 Use test-completion.
29519
29520 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
29521
29522 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
29523
29524 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
29525
29526 * window.el (window-buffer-height): Use count-screen-lines.
29527
29528 * progmodes/python.el (python-preoutput-leftover): New var.
29529 (python-preoutput-filter): Use it.
29530 (python-send-receive): Loop until all the result has been received.
29531
29532 2005-03-28 Juri Linkov <juri@jurta.org>
29533
29534 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
29535
29536 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
29537 "Recover Crashed Session".
29538 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
29539 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
29540 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
29541 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
29542 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
29543 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
29544 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
29545 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
29546
29547 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
29548 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
29549 Ediff Sessions", "Toggle use of separate control buffer frame",
29550 "Use separate frame for Ediff control buffer".
29551
29552 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
29553 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
29554 "Rename Bookmark", "Delete Bookmark".
29555
29556 * info.el (Info-mode-menu): Remove ellipsis from "Index".
29557 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
29558 Add `:active Info-index-alternatives' to "Next Matching Item".
29559
29560 * wdired.el (wdired-change-to-wdired-mode):
29561 Mention `wdired-abort-changes' key in the initial message.
29562
29563 * international/mule.el (auto-coding-alist): Associate non-ascii
29564 image filename extensions with `no-conversion'.
29565
29566 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
29567
29568 * international/iso-acc.el:
29569 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
29570
29571 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
29572
29573 * textmodes/sgml-mode.el (html-mode): Doc update.
29574
29575 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
29576
29577 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
29578
29579 * term.el (term-move-columns): Fix face after extending a line.
29580 (term-insert-spaces): Likewise.
29581 (term-reset-terminal): Fix off by one error.
29582
29583 2005-03-26 Eli Zaretskii <eliz@gnu.org>
29584
29585 * international/mule.el (auto-coding-alist): Add .xpi files.
29586
29587 * files.el (auto-mode-alist): Add .xpi files.
29588
29589 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
29590
29591 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
29592
29593 2005-03-26 Eli Zaretskii <eliz@gnu.org>
29594
29595 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
29596
29597 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
29598
29599 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
29600 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
29601
29602 * calendar/cal-move.el (calendar-beginning-of-year): Move the
29603 cursor to Jan 1 when needed.
29604 (calendar-end-of-year): Fix -/+ typo.
29605 Reported by Chong Yidong <cyd@stupidchicken.com>.
29606
29607 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
29608
29609 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
29610
29611 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
29612 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
29613
29614 2005-03-25 Richard M. Stallman <rms@gnu.org>
29615
29616 * filesets.el (filesets-init): Add autoload.
29617
29618 * mail/mailalias.el (mail-directory): Doc fix.
29619
29620 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
29621
29622 * mail/mailalias.el (mail-directory-process): Do nothing if
29623 mail-directory-process is an atom.
29624 (mail-get-names): Ignore mail-directory-names if it is an atom.
29625 (mail-directory-process defvar): Doc fix.
29626 (mail-names): Doc fix.
29627
29628 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
29629
29630 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
29631
29632 2005-03-26 Kenichi Handa <handa@m17n.org>
29633
29634 * international/mule-util.el (detect-coding-with-priority):
29635 Call update-coding-systems-internal before detect-coding-region.
29636
29637 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
29638
29639 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
29640 (gdb-frames-mode-map): Add follow-link property.
29641
29642 2005-03-25 Jay Belanger <belanger@truman.edu>
29643
29644 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
29645 for variables.
29646
29647 2005-03-25 Juri Linkov <juri@jurta.org>
29648
29649 * image-mode.el: Optimize image filename extension regexps in
29650 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
29651 in `auto-mode-alist'.
29652 (image-mode): Add `image-toggle-display-text' to local hook
29653 `change-major-mode-hook'. Display the image as an image by
29654 default. Set `cursor-type' and `truncate-lines' if the image
29655 is already displayed. Take into account the current mode (image
29656 or text) in message.
29657 (image-minor-mode): New minor mode.
29658 (image-mode-maybe, image-toggle-display-text): New functions.
29659 (image-toggle-display): Use called-interactively-p.
29660 Let-bind `inhibit-read-only' to t.
29661
29662 * image-mode.el (image-minor-mode): Set `cursor-type' and
29663 `truncate-lines' if the image is already displayed. Add turning
29664 image-minor-mode off to `change-major-mode-hook'. Add message.
29665 Call `image-toggle-display-text' after turning image-minor-mode off.
29666
29667 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
29668
29669 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
29670 Terminal.app, use utf-8.
29671 (set-display-table-and-terminal-coding-system): Add coding-system arg.
29672 (set-locale-environment): Use it.
29673
29674 * term/xterm.el: Undo last change, better done in mule-cmds.el.
29675
29676 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
29677
29678 * progmodes/python.el (python-close-block-statement-p)
29679 (python-outdent-p, python-current-defun): Use symbol-end.
29680
29681 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
29682
29683 * files.el (save-some-buffers): Doc fix.
29684
29685 2005-03-25 Werner Lemberg <wl@gnu.org>
29686
29687 * complete.el, thumbs.el: Replace `legal' with `valid'.
29688 * calendar/calendar.el: Replace `legal' with `valid'.
29689 * emacs-lisp/advice.el: Replace `legal' with `valid'.
29690 * mail/supercite.el: Replace `legal' with `valid'.
29691 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
29692 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
29693 Replace `legal' with `valid'.
29694 * textmodes/reftex-vars.el, textmodes/reftex.el:
29695 Replace `legal' with `valid'.
29696
29697 2005-03-25 Werner Lemberg <wl@gnu.org>
29698
29699 * calc/calc-forms.el, calc/calc-sel.el
29700 * midnight.el, vc-cvs.el
29701 * emacs-lisp/cl-macs.el
29702 * emulation/vip.el
29703 * eshell/esh-io.el, eshell/esh-var.el
29704 * mail/supercite.el
29705 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
29706 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
29707 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
29708 * progmodes/sh-script.el, progmodes/xscheme.el
29709 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
29710 * textmodes/reftex-index.el, textmodes/reftex-parse.el
29711 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
29712 * textmodes/reftex.el, textmodes/org.el:
29713 Replace `illegal' with `invalid'.
29714
29715 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
29716
29717 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
29718 (flymake-find-buildfile, flymake-find-possible-master-files)
29719 (flymake-check-include, flymake-parse-line): Replace loops over the
29720 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
29721
29722 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
29723 Substitute file-name-as-directory in the rest of the file.
29724 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
29725 (flymake-replace-region): Remove unused arg `buffer'.
29726 (flymake-check-patch-master-file-buffer): Update calls to it.
29727 (flymake-add-err-info): Remove unused var `count'.
29728 (flymake-mode): Use define-minor-mode.
29729
29730 * progmodes/flymake.el: Use with-current-buffer.
29731 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
29732 flymake-replace-regexp-in-string, flymake-line-beginning-position)
29733 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
29734 Avoid testing for `xemacs'.
29735 (flymake-nop): Move.
29736 (flymake-region-has-flymake-overlays): Return the computed value.
29737 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
29738 Remove unused var `endline'.
29739 (flymake-get-line-count): Remove unused function.
29740 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
29741
29742 * emulation/vi.el:
29743 * generic.el:
29744 * hilit-chg.el (global-highlight-changes):
29745 * hi-lock.el (hi-lock-mode):
29746 * follow.el: find-file-hooks -> find-file-hook.
29747
29748 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
29749
29750 2005-03-24 Juri Linkov <juri@jurta.org>
29751
29752 * dired.el (dired-mode-map): Add menu item "Compare directories"
29753 for dired-compare-directories.
29754
29755 * dired-aux.el (dired-compare-directories): Add autoload cookie.
29756 Doc fix. Replace `read-file-name' with `read-directory-name'.
29757
29758 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
29759
29760 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
29761
29762 2005-03-24 Jay Belanger <belanger@truman.edu>
29763
29764 * calc/calc-embed.el (calc-embedded-mode-change): Save all
29765 relevant mode settings in calc-embedded-original-modes when modes
29766 are permanently changed.
29767
29768 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
29769
29770 * autoinsert.el: find-file-hooks -> find-file-hook.
29771
29772 2005-03-24 Lute Kamstra <lute@gnu.org>
29773
29774 * generic.el (generic-font-lock-defaults): Make it obsolete.
29775 (generic-font-lock-keywords): New variable to replace
29776 generic-font-lock-defaults.
29777 (generic-mode-set-font-lock): Delete it.
29778 (generic-mode-internal): Don't call generic-mode-set-font-lock.
29779 (generic-bracket-support): Add docstring.
29780
29781 * generic-x.el: Rename generic-font-lock-defaults to
29782 generic-font-lock-keywords throughout.
29783 (mailagent-rules-setup-function): Delete it.
29784 (mailagent-rules-generic-mode): Use anonymous function instead.
29785 (show-tabs-generic-mode-font-lock-defaults-1)
29786 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
29787 Quote faces.
29788 (show-tabs-tab-face, show-tabs-space-face): Specify background,
29789 not foreground.
29790
29791 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
29792 Recognize define-generic-mode.
29793
29794 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
29795
29796 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
29797 if there's no completion table.
29798
29799 2005-03-23 Miles Bader <miles@gnu.org>
29800
29801 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
29802 Remove tty-specific variants, as they're no longer needed.
29803
29804 2005-03-23 Lute Kamstra <lute@gnu.org>
29805
29806 * generic-x.el: Code cleanup: make args constant whenever possible.
29807 (installshield-statement-keyword-list)
29808 (installshield-system-functions-list)
29809 (installshield-system-variables-list, installshield-types-list)
29810 (installshield-funarg-constants-list): Make them constants.
29811
29812 * generic.el (generic-make-keywords-list): Add autoload cookie.
29813
29814 * calendar/time-date.el: Add comment on time value formats.
29815 Don't require parse-time.
29816 (with-decoded-time-value): New macro.
29817 (encode-time-value): New function.
29818 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
29819 (days-to-time): Return a valid time value when arg is huge.
29820 (time-since): Use time-subtract.
29821 (time-to-number-of-days): Use time-to-seconds.
29822
29823 2005-03-23 David Ponce <david@dponce.com>
29824
29825 * recentf.el (recentf-keep): New option.
29826 (recentf-menu-action): Default to `find-file'.
29827 (recentf-keep-non-readable-files-flag)
29828 (recentf-keep-non-readable-files-p)
29829 (recentf-file-readable-p, recentf-find-file)
29830 (recentf-cleanup-remote): Remove.
29831 (recentf-include-p): More robust.
29832 (recentf-keep-p): New function.
29833 (recentf-remove-if-non-kept): Rename from
29834 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
29835 All callers updated.
29836 (recentf-menu-items-for-commands): Fix help string.
29837 (recentf-track-closed-file): Update. Doc fix.
29838 (recentf-cleanup): Update. Count removed files. Doc fix.
29839
29840 2005-03-23 Kim F. Storm <storm@cua.dk>
29841
29842 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
29843 Don't inherit from fringe face (now happens automatically).
29844
29845 2005-03-22 Kim F. Storm <storm@cua.dk>
29846
29847 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
29848 position values.
29849
29850 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
29851
29852 * menu-bar.el (showhide-date-time): Remove.
29853 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
29854 (menu-bar-make-mm-toggle): Simplify.
29855
29856 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
29857
29858 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
29859 Accept qualified variable and function names.
29860
29861 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
29862
29863 * bindings.el (completion-ignored-extensions):
29864 Remove ".lis" for `vax-vms'.
29865
29866 2005-03-22 Andreas Schwab <schwab@suse.de>
29867
29868 * generic-x.el: Revert last change.
29869 * ldefs-boot.el: Update.
29870
29871 2005-03-22 Jay Belanger <belanger@truman.edu>
29872
29873 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
29874 (calc-embedded-save-original-modes)
29875 (calc-embedded-restore-original-modes): New functions.
29876 (calc-do-embedded): Save original modes when entering embedded mode
29877 and restore when leaving embedded mode.
29878 (calc-embedded-modes-change): Change the value of
29879 calc-embedded-original-modes to reflect permanent changes.
29880
29881 2005-03-22 Lute Kamstra <lute@gnu.org>
29882
29883 * generic-x.el: Require generic again.
29884
29885 2005-03-22 Miles Bader <miles@gnu.org>
29886
29887 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
29888 Tweak details to look good on both ttys and bitmap displays, light
29889 or dark background, etc.
29890
29891 2005-03-21 Kim F. Storm <storm@cua.dk>
29892
29893 * tooltip.el (tooltip-show-help-function): Check car and cdr of
29894 mouse position.
29895
29896 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
29897
29898 * icomplete.el: Don't forcibly turn on the mode upon load.
29899 (icomplete-mode): Use define-minor-mode.
29900 (icomplete-eoinput): Default to nil.
29901 (icomplete-minibuffer-setup): Remove autoload.
29902 (icomplete-tidy): Simplify.
29903 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
29904 in the initial state or if the user has modified the field.
29905 Fix handling of icomplete-max-delay-chars.
29906 Remove code that handles the oddball case where
29907 minibuffer-completion-table is an integer.
29908 Wrap icomplete-completions in while-no-input in case building
29909 completions takes more time than expected.
29910 (icomplete-completions): Simplify.
29911
29912 2005-03-21 Richard M. Stallman <rms@gnu.org>
29913
29914 * jka-compr.el (jka-compr-really-do-compress):
29915 Make variable buffer-local.
29916
29917 * image-mode.el: Handle .xpm files too.
29918 (image-toggle-display): Preserve modification flag.
29919
29920 * help.el (where-is): Don't mention aliases with no key bindings.
29921
29922 2005-03-21 Lute Kamstra <lute@gnu.org>
29923
29924 * generic.el: Fix commentary section. Don't require cl for
29925 compilation.
29926 (generic-mode-list): Add autoload cookie.
29927 (generic-use-find-file-hook, generic-lines-to-scan)
29928 (generic-find-file-regexp, generic-ignore-files-regexp)
29929 (generic-mode, generic-mode-find-file-hook)
29930 (generic-mode-ini-file-find-file-hook): Fix docstrings.
29931 (define-generic-mode): Make it a defmacro. Fix docstring.
29932 (generic-mode-internal): Code cleanup. Add autoload cookie.
29933 (generic-mode-set-comments): Code cleanup.
29934 * generic-x.el: Don't prevent compilation. Don't require generic.
29935 Follow coding conventions. Minor code cleanup.
29936 (etc-fstab-generic-mode): Add some keywords.
29937 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
29938 define-generic-mode like a function declaration.
29939
29940 2005-03-21 Jay Belanger <belanger@truman.edu>
29941
29942 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
29943 changing modes.
29944
29945 2005-03-21 Sam Steingold <sds@gnu.org>
29946
29947 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
29948
29949 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
29950
29951 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
29952 Add underscore to "f$ lexicals" regexp.
29953
29954 2005-03-20 Juri Linkov <juri@jurta.org>
29955
29956 * subr.el (progress-reporter-do-update): When `min-value' is equal
29957 to `max-value', set `percentage' to 0 and prevent division by zero.
29958
29959 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
29960
29961 Sync with Tramp 2.0.48.
29962
29963 * net/tramp.el (all): Change all addresses to .gnu.org.
29964 (tramp-append-tramp-buffers): New defun.
29965 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
29966 Catch `dont-send' signal.
29967 (tramp-set-auto-save-file-modes): Set always permissions, because
29968 there might be an old auto-saved file belonging to another
29969 original file. This could be a security threat. Reported by
29970 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
29971 Check for Emacs 21.3.50 removed.
29972
29973 * net/tramp-smb.el (all): Remove debug construct for
29974 `with-parsed-tramp-file-name'.
29975 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
29976 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
29977 No error message if DIRECTORY or FILENAME doesn't exist.
29978 (tramp-smb-open-connection): Check existence of
29979 `tramp-smb-program'.
29980
29981 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
29982
29983 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
29984 Properly handle the case where the `m' or `s' command's argument is not
29985 yet terminated.
29986 (perl-indent-new-calculate): New function.
29987 (perl-indent-line): Use it.
29988
29989 2005-03-20 Miles Bader <miles@gnu.org>
29990
29991 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
29992 in text-mode too. Change to new face names.
29993 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
29994 Add `:weight bold' attribute.
29995 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
29996
29997 2005-03-19 Juri Linkov <juri@jurta.org>
29998
29999 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
30000
30001 * international/mule.el (auto-coding-alist): Sync with
30002 `auto-mode-alist' by adding upper case archive file extensions
30003 and adding ear/war to jar extension.
30004
30005 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
30006
30007 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
30008 running, restart it.
30009
30010 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
30011
30012 * finder.el (finder-current-item): Throw an error on an empty line.
30013
30014 * man.el (Man-follow-manual-reference): If current-word returns
30015 nil, use "".
30016
30017 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
30018
30019 * simple.el (goto-line): Doc fix.
30020
30021 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
30022
30023 * files.el (save-buffer): Doc fix.
30024
30025 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
30026
30027 * recentf.el (recentf-cleanup-remote): New variable.
30028 (recentf-cleanup): Use it to conditionally check availability of
30029 remote files.
30030
30031 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
30032
30033 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
30034 function names.
30035
30036 2005-03-19 Eli Zaretskii <eliz@gnu.org>
30037
30038 * language/thai-word.el: New file.
30039
30040 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
30041
30042 * files.el (backup-buffer): If the file's directory is not
30043 writable, use copy instead of move to backup the file.
30044
30045 2005-03-19 Eli Zaretskii <eliz@gnu.org>
30046
30047 * obsolete/keyswap.el: Moved to obsolete/ from term/.
30048
30049 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
30050
30051 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
30052 Use functionp instead of symbolp and fboundp. Reported by Drkm
30053 <darkman_spam@yahoo.fr>.
30054 (ps-print-version): New version 6.6.6.
30055
30056 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
30057
30058 * textmodes/table.el (table--line-column-position): New idiom.
30059 (table--row-column-insertion-point-p): New function to test
30060 validity of row and column insertion operation at a location.
30061 (table-global-menu, table-cell-menu): Use above functions for
30062 deterministic test operation.
30063 (table--editable-cell-p): Behave in deterministic fashion.
30064
30065 2005-03-18 Juri Linkov <juri@jurta.org>
30066
30067 * isearch.el (isearch-lazy-highlight-new-loop):
30068 Make arguments beg and end optional.
30069 (isearch-update): Remove optional arguments nil from
30070 isearch-lazy-highlight-new-loop.
30071 (isearch-lazy-highlight-search): Let-bind case-fold-search to
30072 isearch-lazy-highlight-case-fold-search instead of
30073 isearch-case-fold-search, and let-bind isearch-regexp to
30074 isearch-lazy-highlight-regexp.
30075 Use isearch-lazy-highlight-last-string instead of isearch-string.
30076
30077 * replace.el (perform-replace): Remove bindings of global
30078 variables isearch-string, isearch-regexp, isearch-case-fold-search.
30079 Add three new arguments to `replace-highlight'.
30080 (replace-highlight): Add arguments string, regexp, case-fold.
30081 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
30082 to allow isearch-lazy-highlight-new-loop to use these values
30083 to set corresponding isearch-lazy-highlight-* internal
30084 variables whose values lazy highlighting will use regardless of
30085 changes to global variables isearch-string, isearch-regexp,
30086 isearch-case-fold-search during lazy highlighting loop.
30087 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
30088 to `lazy-highlight-cleanup'.
30089
30090 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
30091 (ispell-highlight-face): Set default face to `isearch' when
30092 lazy highlighting is enabled.
30093 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
30094 priority to 1. Add lazy highlighting.
30095 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
30096 from `isearch-dehighlight'.
30097
30098 2005-03-18 David Ponce <david@dponce.com>
30099
30100 * files.el (hack-local-variables): Do a case-insensitive search
30101 for End.
30102
30103 2005-03-18 Juri Linkov <juri@jurta.org>
30104
30105 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
30106 `isearch-lazy-highlight-cleanup', add alias to old name and
30107 declare obsolete. Add release numbers to other obsolete vars.
30108 (isearch-done, isearch-lazy-highlight-new-loop):
30109 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
30110 (lazy-highlight-cleanup) <variable>: Doc fix.
30111 (isearch-lazy-highlight-update): Rename obsolete
30112 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
30113
30114 2005-03-18 Kenichi Handa <handa@m17n.org>
30115
30116 * language/thai-util.el: Fix categorization of Thai characters in
30117 thai-category-table.
30118 (thai-composition-pattern): Adjust it for the above change.
30119 (thai-self-insert-command, thai-compose-syllable): New functions.
30120 (thai-compose-region): Use thai-compose-syllable.
30121 (thai-compose-string): Likewise.
30122 (thai-composition-function): Likewise.
30123 (thai-auto-composition): New function.
30124 (thai-auto-composition-mode): New minor mode.
30125
30126 * language/thai.el: Fix patterns to be registered in
30127 composition-function-table.
30128
30129 * international/quail.el (quail-input-method): Locally bind
30130 inhibit-modification-hooks to t.
30131
30132 2005-03-17 Richard M. Stallman <rms@gnu.org>
30133
30134 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
30135 (perl-mode): Use run-mode-hooks.
30136
30137 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
30138 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
30139 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
30140
30141 * mail/sendmail.el (sendmail-send-it): Reenable the code
30142 to compute resend-to-address and use it.
30143
30144 * tar-mode.el (tar-mode): Turn off undo unconditionally.
30145
30146 * image-mode.el: New file.
30147
30148 * image.el (insert-sliced-image): Add autoload cookie.
30149
30150 * font-lock.el (font-lock-lines-before): New user option.
30151 (font-lock-after-change-function): Obey it.
30152
30153 * bindings.el (esc-map): Make M-g a prefix.
30154 Bind M-g g and M-g M-g to goto-line.
30155
30156 * faces.el (face-id): Doc fix.
30157
30158 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
30159
30160 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
30161 (rmail-show-message): Use rmail-unknown-mail-followup-to.
30162 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
30163
30164 * mail/sendmail.el (mail-yank-ignored-headers)
30165 (mail-font-lock-keywords, mail-mode-fill-paragraph):
30166 Add Mail-Followup-To and Mail-Reply-To headers.
30167 (mail-citation-hook): Add autoload cookie.
30168 (mail-mode): Doc fix.
30169 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
30170 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
30171 (mail-mode-fill-paragraph): Handle those headers.
30172 (mail-mailing-lists): New variable.
30173 (mail-mail-reply-to, mail-mail-followup-to): New functions.
30174
30175 2005-03-17 Juri Linkov <juri@jurta.org>
30176
30177 * isearch.el (isearch-fallback): Check for `(car previous)'
30178 before calling `isearch-other-end-state'.
30179
30180 2005-03-17 Kim F. Storm <storm@cua.dk>
30181
30182 * simple.el (move-beginning-of-line): Move to beginning of buffer
30183 line, as well as beginning of screen line.
30184
30185 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
30186
30187 * calendar/diary-lib.el (mark-diary-entries): Use new optional
30188 argument REDRAW rather than calendar-redrawing variable.
30189 * calendar/calendar.el (calendar-redrawing): Delete.
30190 (redraw-calendar): Do not bind calendar-redrawing.
30191
30192 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
30193
30194 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
30195 diary-file buffer.
30196
30197 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
30198
30199 * help.el (describe-mode): Allow a :minor-mode-function property to
30200 specify a different minor mode toggle function than the variable.
30201 * simple.el (auto-fill-function):
30202 * subr.el (add-minor-mode): Use it.
30203
30204 2005-03-16 Kenichi Handa <handa@m17n.org>
30205
30206 * language/ethio-util.el (sera-being-called-by-w3): New variable.
30207 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
30208 (ethio-fidel-to-sera-buffer): Likewise.
30209
30210 2005-03-16 Juri Linkov <juri@jurta.org>
30211
30212 * emacs-lisp/find-func.el (find-function-regexp):
30213 Add defun-emitting macro `menu-bar-make-toggle'.
30214
30215 * isearch.el: Put `isearch-scroll' property to
30216 `split-window-horizontally'.
30217
30218 * info.el: Update error messages for `debug-ignored-errors'.
30219 (Info-isearch-search): Doc fix.
30220 (Info-find-node): Move up code to go into info buffer before
30221 recording the node to the history.
30222 (Info-fontify-node): Fontify titles only if the next line
30223 has two or more `*', `=', `-', `.'.
30224 Display "go to this node" for empty (match-string 3).
30225
30226 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30227
30228 * term/mac-win.el: Add mouse pointer shape constants.
30229
30230 2005-03-15 Kim F. Storm <storm@cua.dk>
30231
30232 * simple.el (move-beginning-of-line): Use vertical-motion.
30233
30234 2005-03-15 Juri Linkov <juri@jurta.org>
30235
30236 * isearch.el (isearch-error): New variable.
30237 (isearch-invalid-regexp, isearch-within-brackets): Remove.
30238 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
30239 (isearch-within-brackets-state): Remove.
30240 (isearch-case-fold-search-state, isearch-pop-fun-state):
30241 Decrease frame index.
30242 (isearch-mode, isearch-top-state, isearch-push-state)
30243 (isearch-edit-string, isearch-abort, isearch-search-and-update)
30244 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
30245 (isearch-search, isearch-lazy-highlight-new-loop):
30246 Replace `isearch-invalid-regexp' with `isearch-error'.
30247 Remove `isearch-within-brackets'.
30248 (isearch-search): Add `search-failed' handler to `condition-case'.
30249 (isearch-lazy-highlight-search): Add `condition-case' to catch
30250 errors and allow `isearch-lazy-highlight-update' to try
30251 highlighting from the beginning of the window.
30252 (isearch-repeat): Move up code to set isearch-wrapped to t
30253 before calling isearch-wrap-function.
30254
30255 * info.el (Info-isearch-initial-node): New internal variable.
30256 (Info-search): Signal an error in isearch mode when search leaves
30257 the initial node. Signal an error when `bound' is non-nil and
30258 nothing was found in the current subfile.
30259 (Info-isearch-search): Remove `condition-case'.
30260 (Info-isearch-wrap): Don't wrap when search failed during leaving
30261 the initial node. If `Info-isearch-search' is nil, wrap around
30262 the current node.
30263 (Info-isearch-start): New fun.
30264 (Info-mode): Add buffer-local hook `Info-isearch-start' to
30265 `isearch-mode-hook'.
30266
30267 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30268
30269 * simple.el (normal-erase-is-backspace): Set default to t if
30270 running on Mac.
30271
30272 * term/mac-win.el (function-key-map): Sync with x-win.el.
30273
30274 2005-03-15 Kenichi Handa <handa@m17n.org>
30275
30276 * international/mule-cmds.el (locale-language-names): Modify the
30277 format of elements and add more entries.
30278 (locale-preferred-coding-systems): Add more entries.
30279 (set-locale-environment): Adjust for the change of
30280 locale-language-names.
30281
30282 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
30283
30284 * pcvs.el (smerge-ediff): Remove bogus autoload.
30285
30286 2005-03-14 Lute Kamstra <lute@gnu.org>
30287
30288 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
30289 Ignore a `*' at the beginning of a line.
30290
30291 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
30292 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
30293 subr.el.
30294 (dont-compile, eval-when-compile, eval-and-compile): Use declare
30295 to specify indentation.
30296
30297 * generic.el (define-generic-mode): Let generic-mode-list be a
30298 list of strings; test membership with equal.
30299
30300 2005-03-14 Kim F. Storm <storm@cua.dk>
30301
30302 * simple.el (next-line, previous-line): Add optional try-vscroll
30303 arg to recognize interactive use. Pass it on to line-move.
30304 (line-move): Don't perform auto-window-vscroll when defining or
30305 executing keyboard macro to ensure consistent behavior.
30306
30307 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
30308
30309 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
30310
30311 2005-03-13 Lute Kamstra <lute@gnu.org>
30312
30313 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
30314 debugger-setup-buffer so that backtrace marks the frames set to
30315 debug-on-exit and we don't have to do it manually. Set an extra
30316 debug-on-exit for macro's.
30317 (debugger-setup-buffer): Don't mark the top frame manually.
30318
30319 2005-03-12 Lute Kamstra <lute@gnu.org>
30320
30321 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
30322 lisp-indent-function throughout.
30323 (with-no-warnings): Set lisp-indent-function property.
30324
30325 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
30326
30327 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
30328 Add entry for backslash.
30329
30330 2005-03-12 Juri Linkov <juri@jurta.org>
30331
30332 * info.el (Info-search): Four fixes for backward search.
30333
30334 2005-03-11 Jay Belanger <belanger@truman.edu>
30335
30336 * calc/calc.el (calc-language-alist): New variable.
30337 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
30338 (calc-embedded-find-modes): Use calc-language-alist instead of
30339 calc-embedded-language-alist.
30340
30341 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
30342
30343 * calendar/calendar.el (calendar-redrawing): New internal
30344 variable.
30345 (redraw-calendar): Remove bogus save-excursion from previous
30346 change. Bind calendar-redrawing to t for mark-diary-entries.
30347 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
30348 calendar if that is why we were called.
30349
30350 2005-03-11 Kenichi Handa <handa@m17n.org>
30351
30352 * international/mule.el (make-coding-system): Set property
30353 coding-system-define-form to nil.
30354 (define-coding-system-alias): Likewise.
30355
30356 2005-03-11 Kenichi Handa <handa@m17n.org>
30357
30358 These changes are suggested by Dave Love <fx@gnu.org>.
30359
30360 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
30361 coding: tag.
30362 (adaptive-fill-regexp): Add more bullets.
30363 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
30364 regexps.
30365
30366 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
30367
30368 * help.el (describe-mode): Properly handle non-trivial lighters.
30369 Don't ignore minor modes that are not listed in minor-mode-list.
30370
30371 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
30372 feature ON when the user requests to turn it OFF.
30373
30374 2005-03-10 Lute Kamstra <lute@gnu.org>
30375
30376 * emacs-lisp/debug.el (debug-entry-code): Delete it.
30377 (implement-debug-on-entry): New function to replace debug-entry-code.
30378 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
30379 second argument as the 2005-03-07 change makes it obsolete.
30380 (debug-on-entry, cancel-debug-on-entry): Update call to
30381 debug-on-entry-1.
30382 (debug, debugger-setup-buffer): Comment update.
30383 (debugger-frame-number): Update to work with implement-debug-on-entry.
30384
30385 2005-03-10 Jay Belanger <belanger@truman.edu>
30386
30387 * calc/calc-embed.el (math-ms-args): Declare it.
30388 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
30389 math-ms-args.
30390 (calc-embedded-subst): Use math-multi-subst-rec to substitute
30391 variables.
30392
30393 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
30394
30395 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
30396 Use message-box.
30397
30398 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
30399 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
30400 (tooltip-gud-tips): Simplify.
30401 (tooltip-gud-tips-p): Remove superfluous :set.
30402 (tooltip-gud-modes): Add fortran-mode.
30403 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
30404
30405 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
30406
30407 2005-03-09 Kim F. Storm <storm@cua.dk>
30408
30409 * play/animate.el (animate-place-char): Use forward-line instead
30410 of next-line to improve performance.
30411
30412 2005-03-09 Simon Josefsson <jas@extundo.com>
30413
30414 * net/browse-url.el (browse-url-default-browser): Doc fix.
30415
30416 2005-03-09 Miles Bader <miles@gnu.org>
30417
30418 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
30419 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
30420
30421 2005-03-09 Kenichi Handa <handa@m17n.org>
30422
30423 * international/latin-1.el: Set case and syntax for 255 only if
30424 set-case-syntax-set-multibyte is nil.
30425
30426 * textmodes/ispell.el (ispell-insert-word): New function.
30427 (ispell-word): Use ispell-insert-word to insert a new word.
30428 (ispell-process-line): Likewise.
30429 (ispell-complete-word): Likewise.
30430
30431 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
30432
30433 * calendar/calendar.el (redraw-calendar): Preserve point.
30434 Reported by Matt Hodges <MPHodges@member.fsf.org>.
30435 (calendar-week-start-day): Move after definition of
30436 redraw-calendar. Delete buffer test, since redraw-calendar has
30437 that now.
30438
30439 * calendar/diary-lib.el (mark-diary-entries): Only call
30440 redraw-calendar in the first of any recursive calls.
30441 Reported by Alan Shutko <ats@acm.org>.
30442
30443 2005-03-08 Juri Linkov <juri@jurta.org>
30444
30445 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
30446 (html-horizontal-rule, html-line, html-image, html-checkboxes)
30447 (html-radio-buttons): Add a space before the trailing `/>' where
30448 sgml-xml-mode is non-nil.
30449 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
30450 the subsequent tag of the empty XML tag.
30451 (html-href-anchor): Don't set initial input to "http:".
30452 (html-image): Ask for the image URL and set point inside alt="".
30453 (html-name-anchor): Duplicate the name in the `id' attribute when
30454 sgml-xml-mode is non-nil.
30455 (html-paragraph): Remove \n before <p>.
30456 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
30457 instead of `checked' when sgml-xml-mode is non-nil.
30458
30459 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
30460 Remove 1 space before #RRGGBB to not truncate it on terminal
30461 windows w/o fringes. Remove 1 space between bg and fg examples
30462 to get more space.
30463 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
30464 avoid byte-compile warnings.
30465
30466 * image-file.el (image-file-handler): Put `safe-magic' property to
30467 `image-file-handler'.
30468
30469 * info.el (Info-isearch-search): Emulate word search in
30470 isearching through multiple Info nodes with Info-search.
30471 (Info-isearch-wrap): Allow isearch-word.
30472
30473 2005-03-08 Lute Kamstra <lute@gnu.org>
30474
30475 * emacs-lisp/debug.el (debugger-step-through): Make sure that
30476 stepping into the debugger's code is not possible.
30477 (debugger-jumping-flag): Docstring update.
30478
30479 2005-03-08 Jay Belanger <belanger@truman.edu>
30480
30481 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
30482 embedded mode begins.
30483 (calc-embedded-language-alist): New variable.
30484 (calc-embedded-find-modes): Use calc-embedded-language-alist to
30485 set default language mode.
30486
30487 2005-03-08 Kenichi Handa <handa@m17n.org>
30488
30489 * international/ccl.el (define-ccl-program): Fix docstring about
30490 extra 256 bytes assured for the output buffer.
30491
30492 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
30493 Fix BUFFER_MAGNIFICATION to 2.
30494 (ccl-encode-mule-utf-16be-with-signature): Likewise.
30495
30496 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
30497
30498 * align.el (align-rules-list): Added an alignment rule for CSS
30499 declarations (applies to css-mode and html-mode buffers).
30500
30501 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
30502
30503 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
30504
30505 2005-03-07 Kim F. Storm <storm@cua.dk>
30506
30507 * simple.el (move-beginning-of-line): New command.
30508
30509 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
30510
30511 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
30512
30513 * emulation/cua-base.el: Put CUA move property on move-end-of-line
30514 and move-beginning-of-line.
30515
30516 * apropos.el (apropos-print): Omit command from M-x ... RET.
30517
30518 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
30519
30520 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
30521 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
30522
30523 2005-03-06 Richard M. Stallman <rms@gnu.org>
30524
30525 * bindings.el (esc-map): Bind M-g to goto-line.
30526
30527 * facemenu.el (global-map): Bind M-o, not M-g.
30528
30529 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
30530
30531 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
30532 "Open Directory" as for "Open File".
30533
30534 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
30535
30536 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
30537 (push-mark-command): Run activate-mark-hook.
30538
30539 2005-03-06 Richard M. Stallman <rms@gnu.org>
30540
30541 * help-mode.el (help-mode-finish): Don't alter the element
30542 in view-return-to-alist if there already is one.
30543
30544 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
30545 make sure the current buffer is the expected one.
30546
30547 * novice.el (disabled-command-function): Output in *Disabled Command*.
30548 Explicitly ignore non-keyboard events, and explicitly handle C-g.
30549
30550 * textmodes/flyspell.el (flyspell-large-region):
30551 Pass args differently for aspell.
30552
30553 * files.el (mode-require-final-newline): Doc fix.
30554
30555 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
30556
30557 * progmodes/which-func.el (which-function):
30558 Specify NOERROR when calling imenu--make-index-alist.
30559
30560 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
30561
30562 * simple.el (normal-erase-is-backspace): Define default value.
30563
30564 * custom.el (custom-theme-set-variables): Remove unused var
30565 `immediate'.
30566 (custom-reevaluate-setting): Simple function to handle variables
30567 that are defined before their default value can really be
30568 computed.
30569
30570 * startup.el (command-line): Use it for temporary-file-directory,
30571 small-emporary-file-directory, auto-save-file-name-transforms,
30572 blink-cursor-mode, and normal-erase-is-backspace.
30573
30574 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
30575 progress, even with buggy anchored keywords.
30576
30577 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
30578
30579 * simple.el (goto-line): Remove unbalanced final parenthesis.
30580
30581 2005-03-05 Richard M. Stallman <rms@gnu.org>
30582
30583 * simple.el (goto-line): Use a number at point as the default.
30584 With C-u as arg, switch buffers.
30585
30586 2005-03-05 Juri Linkov <juri@jurta.org>
30587
30588 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
30589 with `no-blinking-cursor'.
30590
30591 * startup.el (no-blinking-cursor): New defvar.
30592 (command-line): Add `--no-blinking-cursor' to longopts.
30593 Set `no-blinking-cursor' to t for command line arguments
30594 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
30595 with `no-blinking-cursor' in the condition for calling
30596 `blink-cursor-mode'.
30597
30598 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
30599
30600 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
30601 (menu-bar-options-save): Add blink-cursor-mode.
30602 (menu-bar-options-menu): Add blink-cursor-mode.
30603
30604 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
30605
30606 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
30607 (icalendar-export-file, icalendar-export-region)
30608 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
30609 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
30610
30611 2005-03-04 Lute Kamstra <lute@gnu.org>
30612
30613 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
30614 (debug-function-list): Ditto.
30615
30616 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
30617
30618 * textmodes/texinfmt.el (texinfo-append-refill):
30619 Redefine the types of line to which @refill
30620 is not appended by replacing a search for `@refill\\|@bye' with
30621 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
30622 itemize@refill' bug and the unfilled long lines bug.
30623 (texinfmt-version): Update number and date.
30624
30625 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
30626
30627 * international/code-pages.el (windows-1250, windows-125[2-8])
30628 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
30629
30630 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
30631
30632 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
30633 bound yet.
30634
30635 2005-03-02 Romain Francoise <romain@orebokech.com>
30636
30637 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
30638 buffer after removing limits.
30639 (ibuffer-pop-filter): Ditto.
30640 Update copyright.
30641
30642 2005-03-02 Miles Bader <miles@gnu.org>
30643
30644 * button.el (make-text-button): If the user doesn't specify a
30645 type, use the default. Rewrite to use `add-text-properties' and
30646 plist functions.
30647
30648 2005-03-01 Lute Kamstra <lute@gnu.org>
30649
30650 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
30651 (debugger-jumping-flag): New var.
30652 (debug-entry-code): Use it.
30653 (debugger-jump): Use debugger-jumping-flag and add
30654 debugger-reenable to post-command-hook.
30655 (debugger-reenable): Use debugger-jumping-flag and remove itself
30656 from post-command-hook.
30657 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
30658 debugger-reenable.
30659
30660 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
30661
30662 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
30663 inclusion of "itemize\\|", which may be unnecessary, is certainly
30664 inelegant, and stops refilling in itemize lists when formatting
30665 Japanese Texinfo files to Info.
30666 Update copyright to 2005.
30667
30668 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
30669
30670 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
30671 of an error if GDB can't find the source file.
30672
30673 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
30674
30675 * calendar/calendar.el (redraw-calendar): Work from any buffer,
30676 not just the calendar.
30677
30678 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
30679 first.
30680 (diary-redraw-calendar): New function.
30681 (make-diary-entry): Add diary-redraw-calendar to local
30682 write-contents-functions. Turn off selective display before
30683 inserting in diary.
30684
30685 2005-03-01 Kim F. Storm <storm@cua.dk>
30686
30687 * emacs-lisp/copyright.el (copyright-fix-years): New command.
30688
30689 2005-03-01 Lute Kamstra <lute@gnu.org>
30690
30691 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
30692 that debug-entry-code can be safely removed from a function while
30693 this code is being evaluated. Revert the 2005-02-27 change as the
30694 new implementation no longer requires it. Make sure that a
30695 function body containing just a string is not mistaken for a docstring.
30696 (debug): Skip one more frame in case of debug on entry.
30697 (debugger-setup-buffer): Delete one more frame line in case of
30698 debug on entry.
30699 (debugger-frame-number): Update to use the new text introduced by
30700 the 1999-11-03 change. Skip one more frame in case of debug on entry.
30701
30702 2005-02-28 Kim F. Storm <storm@cua.dk>
30703
30704 * double.el (double-translate-key): Call force-window-update after
30705 read-event to avoid crash in redisplay.
30706
30707 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
30708
30709 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
30710 (debug): Use it. Move the inhibit-trace earlier.
30711 (debug-entry-code): New const.
30712 (debug-on-entry-1): Use it.
30713
30714 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
30715
30716 * international/utf-16.el (ccl-encode-mule-utf-16le):
30717 Fix BUFFER_MAGNIFICATION to 2.
30718 (ccl-encode-mule-utf-16be): Likewise.
30719
30720 2005-02-28 Kenichi Handa <handa@m17n.org>
30721
30722 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
30723 Fix BUFFER_MAGNIFICATION to 4.
30724 (ccl-encode-mule-utf-16be-with-signature): Likewise.
30725
30726 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
30727
30728 * speedbar.el (speedbar-update-flag): Doc fix.
30729 (speedbar-show-info-under-mouse): Give set-mouse-position the right
30730 argument.
30731
30732 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
30733
30734 * reveal.el (reveal-post-command): Don't try to reveal overlays which
30735 have a non-nil `invisible' property but are actually visible.
30736
30737 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
30738 for perldoc sections.
30739 (perl-outline-regexp, perl-outline-level): New var and function.
30740 (perl-mode): Use them.
30741
30742 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
30743
30744 * calendar/diary-lib.el (diary-remind): Discard any mark portion
30745 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
30746
30747 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
30748
30749 * cus-edit.el: Comment change.
30750 (custom-buffer-create-internal): Slightly reword text at top of
30751 Custom buffers. Mention there that saving an option edits the
30752 init file. Add link to Emacs manual node on `custom-file'.
30753 (custom-magic-alist): Rewrite individual State messages to use
30754 capitalized keywords. Doc fix.
30755
30756 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
30757
30758 * calendar/calendar.el (calendar-buffer): Move above
30759 calendar-week-start-day.
30760 (calendar-week-start-day): Doc fix. Add :set function.
30761 (calendar-minimum-window-height): New variable.
30762 (generate-calendar-window): Only resize window if selected-window
30763 is displaying the calendar buffer. Use new variable
30764 calendar-minimum-window-height.
30765 (generate-calendar): Reword error message.
30766 (calendar-mode-map): Bind DEL to scroll-other-window-down.
30767
30768 2005-02-27 Andreas Schwab <schwab@suse.de>
30769
30770 * vc.el (vc-do-command): Don't run command asynchronously when
30771 operating in a remote directory.
30772
30773 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
30774 change from sync with Tramp 2.0.47.
30775
30776 2005-02-27 Richard M. Stallman <rms@gnu.org>
30777
30778 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
30779
30780 * textmodes/flyspell.el (flyspell-mode-on):
30781 Call ispell-change-dictionary only if necessary.
30782
30783 * emacs-lisp/re-builder.el (regexp-builder): New function.
30784
30785 * register.el (describe-register-1): Explicitly handle
30786 yank-excluded-properties = t.
30787
30788 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
30789 (custom-magic-alist): Change the status descriptions again.
30790 (face widget-type): Total rewrite based on `restricted-sexp'
30791 to eliminate the confusing double hiding levels.
30792
30793 * emacs-lisp/debug.el (debug-on-entry-1):
30794 If function body is empty, add nil as body form.
30795
30796 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
30797
30798 * emacs-lisp/trace.el (inhibit-trace): New var.
30799 (trace-make-advice): Use it.
30800
30801 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
30802
30803 2005-02-26 Kim F. Storm <storm@cua.dk>
30804
30805 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
30806 (mouse-on-link-p, mouse-drag-region-1): Use it.
30807
30808 2005-02-25 Lute Kamstra <lute@gnu.org>
30809
30810 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
30811
30812 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
30813
30814 * frame.el (blink-cursor-mode): Add :group keyword.
30815
30816 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
30817
30818 * calendar/icalendar.el (icalendar--decode-isodatetime):
30819 New optional argument DAY-SHIFT.
30820 (icalendar-export-region): Fix coding-system-for-write.
30821 (icalendar--convert-ical-to-diary): Shift end-day of all-day
30822 events by one.
30823
30824 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
30825
30826 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
30827
30828 2005-02-24 Kim F. Storm <storm@cua.dk>
30829
30830 * international/iso-acc.el (iso-accents-compose): Fix crash
30831 during redisplay. Call force-window-update after read-event
30832 and delete-region to signal that window is not accurate.
30833
30834 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
30835
30836 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
30837 Remove unused and inexistent var `inhibit-trace'.
30838 (debugger-mode): Use run-mode-hooks.
30839 (debugger-list-functions): Add buttons; setup xref stack.
30840
30841 2005-02-23 Richard M. Stallman <rms@gnu.org>
30842
30843 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
30844 appointment says it was explicitly made.
30845 (appt-add): Set the 3rd element.
30846 (appt-make-list): Preserve explicit appointments.
30847
30848 * subr.el (find-tag-default): Catch errors in forward-sexp.
30849
30850 2005-02-23 Juri Linkov <juri@jurta.org>
30851
30852 * info.el (Info-isearch-search): New defcustom.
30853 (Info-isearch-search): Call the default isearch function
30854 when Info-isearch-search is nil.
30855 (Info-isearch-wrap): Use variable Info-isearch-search.
30856
30857 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
30858
30859 * cus-edit.el: Comment change.
30860
30861 2005-02-22 Kim F. Storm <storm@cua.dk>
30862
30863 * progmodes/hideif.el (hide-ifdef-use-define-alist):
30864 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
30865
30866 2005-02-22 Simon Josefsson <jas@extundo.com>
30867
30868 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
30869 New variable.
30870 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
30871 Oskarsson" <myrkraverk@users.sourceforget.net>.
30872
30873 2005-02-22 Kim F. Storm <storm@cua.dk>
30874
30875 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
30876 check that window of that event is the selected window.
30877 (mouse-drag-region-1): Compare mouse event window to selected
30878 window before setting point.
30879
30880 * tooltip.el (tooltip-show-help-function): Pass event to
30881 mouse-on-link-p so it can check selected window.
30882
30883 2005-02-22 Kenichi Handa <handa@m17n.org>
30884
30885 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
30886 (ps-mule-show-warning): New function.
30887 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
30888 characters are found.
30889
30890 * ps-print.el (ps-header-footer-string): Return a list of header
30891 and footer strings.
30892
30893 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
30894
30895 * pcvs.el (cvs-retrieve-revision): Fix thinko.
30896
30897 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
30898
30899 * frame.el (blink-cursor-mode): Use define-minor-mode.
30900
30901 * term/mac-win.el (function-key-map): Use char-names more consistently.
30902 (file-name-coding-system): Only set it for MacOS-9. The other case is
30903 already handled in mule-cmds.el (where it also works when mac-win.el
30904 is not used).
30905
30906 2005-02-21 Kenichi Handa <handa@m17n.org>
30907
30908 * international/mule.el (ctext-pre-write-conversion): Always use
30909 " *code-converting-work*" buffer for work.
30910
30911 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
30912
30913 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
30914
30915 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
30916
30917 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
30918
30919 * ses.el (undo-more): Restore defadvice, but only the part that
30920 allows changes outside the restricted area of the buffer.
30921
30922 2005-02-20 Kim F. Storm <storm@cua.dk>
30923
30924 * simple.el (line-move): Add fourth optional arg try-vscroll which
30925 must be set to perform auto-window-vscroll.
30926 When moving backwards and doing auto-window-vscroll, automatically
30927 vscroll to the last part of lines which are taller than the window.
30928 (next-line, previous-line): Set try-vscroll arg on line-move.
30929
30930 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
30931
30932 * replace.el (query-replace, query-replace-regexp)
30933 (replace-string, replace-regexp): When operating on region, make
30934 the minibuffer prompt say so.
30935
30936 * isearch.el (isearch-forward): Document isearch-query-replace and
30937 isearch-query-replace-regexp keybindings.
30938
30939 2005-02-19 Jay Belanger <belanger@truman.edu>
30940
30941 * calc/calc-aent.el (math-read-token): Add local variable.
30942
30943 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
30944 (calc-edit-top): Move declaration to earlier in file.
30945 (calc-edit-macro-repeats): Add local variables.
30946
30947 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
30948 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
30949 calcFunc-tanh.
30950 Adjust integration rule for calcFunc-tan.
30951
30952 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
30953
30954 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
30955 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
30956 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
30957 (viper-skip-separators): Bug fix.
30958 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
30959 particular major mode.
30960 (viper-del-backward-char-in-replace): Don't put deleted char on the
30961 kill ring.
30962
30963 * viper-ex.el (viper-color-display-p): New function.
30964 (viper-has-face-support-p): Use viper-color-display-p.
30965
30966 * viper-keym.el (viper-gnus-modifier-map): New keymap.
30967
30968 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
30969
30970 * viper-util.el (viper-glob-unix-files): Fix shell status check.
30971 (viper-file-remote-p): Make equivalent to file-remote-p.
30972
30973 * viper.el (viper-major-mode-modifier-list):
30974 Use viper-gnus-modifier-map.
30975
30976 2005-02-19 David Kastrup <dak@gnu.org>
30977
30978 * subr.el (subregexp-context-p): Fix garbled doc string by adding
30979 quoting.
30980
30981 2005-02-19 Jay Belanger <belanger@truman.edu>
30982
30983 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
30984 Remove extra definitions.
30985 (calc-coth): New function.
30986 (calcFunc-cot): Fix `let'.
30987
30988 2005-02-19 Eli Zaretskii <eliz@gnu.org>
30989
30990 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
30991 the reasons we use "type pc" in these faces.
30992
30993 * button.el (button): Ditto.
30994
30995 2005-02-19 Michael Mauger <mmaug@yahoo.com>
30996
30997 * replace.el (query-replace-read-from): Set the value of
30998 query-replace-from-history-variable to handle the case of an empty
30999 string entered to accept the suggested default.
31000
31001 * net/tramp.el (tramp-file-name-for-operation):
31002 Use dired-call-process instead of dired-call-process-command.
31003
31004 2005-02-19 Jay Belanger <belanger@truman.edu>
31005
31006 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
31007 (math-div-non-trig): New variables.
31008 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
31009 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
31010 (math-combine-prod, math-div-symb-fancy): Add simplifications for
31011 trig expressions.
31012
31013 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
31014
31015 * progmodes/gdb-ui.el (gdb-var-update-handler)
31016 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
31017 for watch expressions,
31018 (gdb-var-create-handler): Don't set speedbar-update-flag.
31019 (gdb-post-prompt): Simplify test for speedbar.
31020
31021 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
31022
31023 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
31024 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
31025 we use the syntax table of the correct buffer.
31026 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
31027 Felix Gatzemeier.
31028
31029 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
31030 (ediff-file-remote-p): Make synonymous with file-remote-p.
31031 In all deffaces ediff-*-face-*, use min-colors.
31032
31033 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
31034 ediff-recurse-to-subdirectories.
31035 (ediff-mark-if-equal): Check that the arguments are strings, use
31036 ediff-same-contents (after to Felix Gatzemeier).
31037
31038 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
31039 nil.
31040
31041 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
31042
31043 * log-view.el (log-view-message-re): Fix up Subversion regexp.
31044
31045 2005-02-18 David Kastrup <dak@gnu.org>
31046
31047 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
31048 use `mark-active' when defined.
31049
31050 2005-02-18 Kenichi Handa <handa@m17n.org>
31051
31052 * ps-print.el (ps-font-info-database): New entry
31053 ZapfChancery-MediumItalic with correct font name. Fix font name
31054 of the entry Zapf-Chancery-MediumItalic.
31055
31056 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
31057
31058 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
31059
31060 2005-02-16 Kim F. Storm <storm@cua.dk>
31061
31062 * ido.el (ido-fallback-command): Pass user input to fallback command.
31063
31064 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
31065
31066 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
31067 (gdb-find-file-hook): Add server prefix.
31068
31069 2005-02-16 Richard M. Stallman <rms@gnu.org>
31070
31071 * replace.el (perform-replace): Pass new args to replace-highlight.
31072 (replace-highlight): Take region args,
31073 and pass them to isearch-lazy-highlight-new-loop.
31074
31075 * novice.el (disabled-command-hook): Autoload the defalias
31076 and the make-obsolete-variable call.
31077
31078 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
31079
31080 * isearch.el (isearch-lazy-highlight-start-limit)
31081 (isearch-lazy-highlight-end-limit): New variables limit
31082 the region for highlighting.
31083 (isearch-lazy-highlight-new-loop): New args BEG and END.
31084 (isearch-lazy-highlight-search): Use the new vars.
31085 (isearch-lazy-highlight-update): Likewise.
31086
31087 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
31088
31089 * cus-start.el (all): Use default-boundp.
31090
31091 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
31092
31093 * menu-bar.el (menu-bar-select-frame): Handle current frame.
31094
31095 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
31096
31097 * autorevert.el (auto-revert-stop-on-user-input)
31098 (auto-revert-verbose): Doc fixes.
31099
31100 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
31101
31102 * international/mule-cmds.el (set-locale-environment): Remove call
31103 to set-selection-coding-system on Windows.
31104
31105 2005-02-15 Jay Belanger <belanger@truman.edu>
31106
31107 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
31108 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
31109 calcFunc-coth.
31110 (math-simplify-sqrt): Add simplifications.
31111
31112 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
31113 to list.
31114
31115 * calc/calc-ext.el: Add functions to autoloads.
31116
31117 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
31118 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
31119 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
31120 (math-csc-raw, math-cot-raw): New functions.
31121
31122 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
31123
31124 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
31125 the variable name in a message.
31126
31127 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
31128 calcFunc-csc, calcFunc-cot.
31129
31130 * calc/calcalg2.el: Add derivative and integration rules for
31131 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
31132 calcFunc-csch, calcFunc-coth.
31133 (math-do-integral-methods): Add to checks for when to use
31134 substitutions.
31135
31136 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
31137
31138 2005-02-15 Lute Kamstra <lute@gnu.org>
31139
31140 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
31141 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
31142 <monnier@iro.umontreal.ca>.
31143 (lisp-outline-level): Improve efficiency. Suggested by David
31144 Kastrup <dak@gnu.org>.
31145
31146 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
31147
31148 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
31149 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
31150 (gdb-set-gud-minor-mode-existing-buffers): New functions.
31151 (gdb-find-file-hook): New hook. Add it to find-file-hook.
31152 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
31153
31154 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
31155
31156 * cus-start.el (all): Comment change.
31157
31158 2005-02-14 Lute Kamstra <lute@gnu.org>
31159
31160 * cus-start.el (all): Check if symbol is void.
31161
31162 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
31163
31164 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
31165 optional argument to \cite.
31166
31167 2005-02-14 Richard M. Stallman <rms@gnu.org>
31168
31169 * cus-edit.el (custom-buffer-create-internal): Update help message.
31170 (custom-magic-alist): Update help messages.
31171
31172 * cus-start.el (all): Allow a var to specify a standard value.
31173
31174 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
31175
31176 * custom.el (custom-theme-set-variables): Handle variable aliases.
31177
31178 * frame.el (blink-cursor-timer): Doc fix.
31179 (blink-cursor): Make it an alias for `blink-cursor-mode' and
31180 declare obsolete.
31181 (blink-cursor-mode): Define with defcustom and use correct
31182 standard expression in that defcustom.
31183 * startup.el (command-line): Adapt to above changes in frame.el.
31184
31185 2005-02-11 Lute Kamstra <lute@gnu.org>
31186
31187 * apropos.el (apropos-score-doc): Prevent division by zero.
31188
31189 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
31190
31191 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
31192 (icalendar--get-event-property-attributes)
31193 (icalendar--get-event-properties)
31194 (icalendar--datetime-to-diary-date): New functions.
31195 (icalendar--split-value): Doc fix.
31196 (icalendar--datetime-to-noneuropean-date)
31197 (icalendar--datetime-to-european-date): New optional argument
31198 SEPARATOR. Return result as a string instead of a list.
31199 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
31200 (icalendar--convert-string-for-export): Rename arg S to STRING.
31201 (icalendar-export-region): Doc fix. Change name of error buffer.
31202 Save output buffer.
31203 (icalendar-import-file): Add blank at end of prompt.
31204 (icalendar-import-buffer): Doc fix. Do not switch to error
31205 buffer. Indicate status in return value.
31206 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
31207 buffer. Save output buffer. Handle exception from recurrence
31208 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
31209 events. Fix problems with weekly all-day events.
31210
31211 2005-02-10 Richard M. Stallman <rms@gnu.org>
31212
31213 * simple.el (eval-expression-print-format):
31214 Avoid warning about edebug-active.
31215
31216 * help.el (help-for-help-internal): Rename from help-for-help.
31217 (help-for-help): Define with defalias.
31218
31219 * font-core.el (font-lock-default-function): Use with-no-warnings.
31220
31221 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
31222
31223 * custom.el (defface): Doc fix.
31224
31225 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
31226
31227 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
31228 width 0" to prevent word wrapping problems.
31229
31230 2005-02-09 Kim F. Storm <storm@cua.dk>
31231
31232 * ido.el (ido-file-extensions-order): New defcustom.
31233 (ido-file-extension-lessp, ido-file-extension-aux)
31234 (ido-file-extension-order): New advanced file ordering.
31235 (ido-file-lessp): New simple file ordering.
31236 (ido-sort-list): Remove.
31237 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
31238 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
31239
31240 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
31241
31242 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
31243 that some versions of grep produce.
31244 (grep-mode-font-lock-keywords): Likewise.
31245
31246 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
31247
31248 * progmodes/gdb-ui.el (gdb-location-list): New variable.
31249 (gdb-cdir): Delete.
31250 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
31251 (gdb-source-info): Treat case when source file is in another
31252 directory properly.
31253 (gdb-get-location): New function.
31254
31255 2005-02-07 Jay Belanger <belanger@truman.edu>
31256
31257 * calc/calc-prog.el (calc-write-parse-table-part)
31258 (calc-fix-token-name): Fix a check for language type.
31259
31260 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
31261
31262 2005-02-07 Andre Spiegel <spiegel@gnu.org>
31263
31264 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
31265 as directory not writable.
31266
31267 2005-02-07 Kim F. Storm <storm@cua.dk>
31268
31269 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
31270 (cua--standard-movement-commands): Remove list.
31271 Instead, set CUA property value to move for movement commands.
31272 (cua-movement-commands): Remove. Users must set CUA prop instead.
31273 (cua--pre-command-handler): Check CUA property.
31274 (cua--init-keymaps): Don't remap undo commands.
31275 (cua-mode): Don't call cua--rectangle-on-off.
31276
31277 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
31278 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
31279 (cua--rect-undo-set-point): New var.
31280 (cua--rectangle-undo-boundary): Setup undo apply entry.
31281 (cua--rect-undo-handler): New function for rectangle undo.
31282 (cua--rect-start-position, cua--rect-end-position): Add.
31283 (cua--rectangle-post-command): Call cua--rectangle-set-corners
31284 for restored rectangle. Set point if cua--rect-undo-set-point.
31285
31286 2005-02-06 Jay Belanger <belanger@truman.edu>
31287
31288 * calc/calc-lang.el (calc-tex-language): Display more information
31289 in messages.
31290
31291 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
31292 in TeX mode.
31293
31294 2005-02-06 Richard M. Stallman <rms@gnu.org>
31295
31296 * emacs-lisp/lisp.el (buffer-end): Doc fix.
31297
31298 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
31299
31300 * net/ldap.el (ldap-search-internal): Support attributes with
31301 optional descriptions separated by a semi-colon, as in
31302 "userCertificate;binary".
31303
31304 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31305
31306 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
31307 isn't a cons (i.e. the version is 0).
31308
31309 2005-02-05 Eli Zaretskii <eliz@gnu.org>
31310
31311 * help.el (help-for-help): Doc fix.
31312
31313 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
31314
31315 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
31316 GDB-Windows on the menu-bar as this works better.
31317
31318 2005-02-04 Jay Belanger <belanger@truman.edu>
31319
31320 * calc/calc-embed.el (calc-embedded-update): Don't put in
31321 unnecessary newlines. Adjust the end of formula marker.
31322
31323 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
31324 (math-latex-parse-two-args): New function.
31325
31326 2005-02-03 Lute Kamstra <lute@gnu.org>
31327
31328 * help-fns.el (help-with-tutorial): Make sure that users cannot
31329 remove the entire text of the tutorial by means of `undo'.
31330
31331 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
31332
31333 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
31334 in recent changes, where the ispell process was repeatedly
31335 killed & restarted.
31336
31337 * international/mule-cmds.el (set-locale-environment): Set file-name
31338 coding system to utf-8 on Darwin systems.
31339 (set-default-coding-systems): Don't set default-file-name-coding-system
31340 on Darwin systems.
31341
31342 2005-02-03 Richard M. Stallman <rms@gnu.org>
31343
31344 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
31345
31346 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
31347
31348 * faces.el (list-faces-display): Add optional argument.
31349
31350 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
31351
31352 * font-core.el (font-lock-default-function): Handle the rare case where
31353 only font-lock-keywords is set.
31354
31355 2005-02-02 Kenichi Handa <handa@m17n.org>
31356
31357 * international/characters.el: Cancel previous change for
31358 I-WITH-DOT-ABOVE and DOTLESS-i.
31359
31360 * international/latin-5.el: Cancel previous change.
31361
31362 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
31363
31364 * progmodes/gud.el: Correction to syntax in gud-menu-map.
31365
31366 2005-02-02 Kenichi Handa <handa@m17n.org>
31367
31368 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
31369 DOTLESS-i.
31370
31371 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
31372 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
31373
31374 * case-table.el (get-upcase-table): New function.
31375 (copy-case-table): Copy upcaes table too if non-nil.
31376 (set-case-syntax-delims): Maintain upcase table too.
31377 (set-case-syntax-pair): Likewise.
31378 (set-upcase-syntax, set-downcase-syntax): New functions.
31379 (set-case-syntax): Maintain upcase table too.
31380
31381 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
31382
31383 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
31384
31385 * progmodes/gud.el (gud-goto-info): New function.
31386 (gud-tool-bar-map): Use correct icon.
31387
31388 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
31389
31390 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
31391 When delegating, order args in the funcall correctly.
31392
31393 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
31394
31395 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
31396
31397 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
31398
31399 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
31400 buffer not visiting a file.
31401
31402 2005-01-31 Jay Belanger <belanger@truman.edu>
31403
31404 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
31405 bound on the line with the formula.
31406
31407 2005-01-31 Kim F. Storm <storm@cua.dk>
31408
31409 * ses.el (ses-create-cell-variable-range)
31410 (ses-destroy-cell-variable-range, ses-reset-header-string)
31411 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
31412 (ses-insert-row): Fix format of apply undo entries.
31413
31414 2005-01-31 Jay Belanger <belanger@truman.edu>
31415
31416 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
31417 parts.
31418
31419 * calc/calc-embed.el (calc-embedded-open-formula)
31420 (calc-embedded-close-formula): Ignore matrix environments.
31421
31422 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
31423 TeX mode.
31424
31425 * calc/calc-lang.el (math-function-table, math-oper-table)
31426 (math-variable-table): Adjust the LaTeX portions.
31427
31428 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
31429 (math-latex-ignore-words): New constant.
31430
31431 2005-01-31 Richard M. Stallman <rms@gnu.org>
31432
31433 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
31434 (ispell-local-dictionary): Doc fix.
31435 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
31436 Don't reinitialize at run time. Don't defcustom.
31437 All uses changed to append ispell-local-dictionary-alist,
31438 or check it first.
31439 (ispell-current-dictionary): New variable for dictionary in use.
31440 (ispell-dictionary): Now used only for global default.
31441 (ispell-start-process): Set ispell-current-dictionary,
31442 not ispell-dictionary.
31443 (ispell-change-dictionary): Use this only for setting
31444 user preferences.
31445 (ispell-internal-change-dictionary): New function
31446 to change the current dictionary in use.
31447 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
31448 Use ispell-current-dictionary.
31449 Handle ispell-local-dictionary-overridden.
31450 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
31451
31452 2005-01-31 Jay Belanger <belanger@truman.edu>
31453
31454 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
31455
31456 * calc/calc-ext.el: Add calc-latex-language to autoloads.
31457 (calc-mode-map): Add calc-latex-language.
31458
31459 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
31460 (math-latex-print-frac): New functions.
31461 (math-oper-table, math-function-table, math-variable-table)
31462 (math-complex-format, math-input-filter): Add latex properties.
31463 (calc-set-language): Set math-expr-special-function-mapping.
31464
31465 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
31466 (calc-write-parse-table-part): Add LaTeX support.
31467
31468 * calc/calc.el (calc-language): Adjust docstring.
31469 (calc-set-mode-line): Add LaTeX support.
31470 (math-expr-special-function-mapping): New variable.
31471 (math-tex-ignore-words): Add to list.
31472
31473 * calc/calccomp.el (math-compose-expr, math-compose-rows):
31474 Add LaTeX support.
31475 (math-compose-expr): Add support for special functions.
31476
31477 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
31478
31479 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
31480
31481 * progmodes/gdb-ui.el (gdb-memory-address)
31482 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
31483 (gdb-memory-mode-map, gdb-memory-format-keymap)
31484 (gdb-memory-format-menu, gdb-memory-unit-keymap)
31485 (gdb-memory-unit-menu): New variables for a buffer
31486 that lets the user examine program memory.
31487 (gdb-memory-set-address, gdb-memory-set-repeat-count)
31488 (gdb-memory-format-binary, gdb-memory-format-octal)
31489 (gdb-memory-format-unsigned, gdb-memory-format-signed)
31490 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
31491 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
31492 (gdb-memory-unit-word, gdb-memory-unit-halfword)
31493 (gdb-memory-unit-byte, gdb-memory-unit-menu)
31494 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
31495 (gdb-memory-mode, gdb-memory-buffer-name)
31496 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
31497 New functions for above buffer.
31498
31499 2005-01-30 Richard M. Stallman <rms@gnu.org>
31500
31501 * cus-edit.el (custom-bury-buffer): Function deleted.
31502 (custom-buffer-done-function): Option deleted.
31503 (custom-buffer-done-kill): New replacement option.
31504 (Custom-buffer-done): Call quit-window.
31505 (custom-buffer-create-internal): Update for above changes.
31506
31507 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
31508
31509 * simple.el (undo-ask-before-discard): New var.
31510 (undo-outer-limit-truncate): Implement it.
31511 (undo-extra-outer-limit): Doc update.
31512
31513 2005-01-29 Richard M. Stallman <rms@gnu.org>
31514
31515 * ses.el (undo-more): Delete defadvice.
31516 (ses-begin-change): Doc fix.
31517
31518 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
31519 instead of rebinding C-x u and C-_.
31520
31521 * files.el (normal-backup-enable-predicate): Return nil for files
31522 in /tmp, regardless of temporary-file-directory.
31523
31524 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
31525
31526 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
31527 (open-rectangle, delete-whitespace-rectangle-line)
31528 (clear-rectangle-line): If FILL, pass t instead of FILL
31529 for move-to-column's 2nd arg.
31530
31531 * simple.el (undo): Fix the test for continuing a series of undos.
31532 (undo-more): Set pending-undo-list to t when we reach end.
31533 (pending-undo-list): Move up defvar.
31534
31535 * wid-edit.el (widget-button-click):
31536 Shorten the range of the track-mouse binding.
31537
31538 * comint.el (comint-insert-input): Undo previous changes;
31539 use last-input-event in interactive spec.
31540
31541 2005-01-29 Eli Zaretskii <eliz@gnu.org>
31542
31543 * progmodes/compile.el (compilation-start): Bind buffer-read-only
31544 to nil before invoking call-process. Reset buffer's modified flag
31545 after fontifying it in the no-async branch.
31546
31547 * wid-edit.el (widget-specify-button): If mouse pointer shape
31548 cannot be changed, use mouse face instead.
31549
31550 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
31551
31552 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
31553 (gdb-goto-breakpoint): Make breakpoint handling work on template
31554 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
31555 (gdb-assembler-custom): Update to recognize breakpoint information
31556 added on 2005-01-19.
31557
31558 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
31559
31560 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
31561 (dsssl-mode): Use define-derived-mode.
31562 (scheme-mode-initialize): Remove.
31563 (scheme-mode): Use run-mode-hooks.
31564
31565 * cus-edit.el (customize-group-other-window)
31566 (custom-buffer-create-other-window): Don't override special-display-*.
31567 (custom-mode-map): Make it dense.
31568
31569 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
31570 sets the default value.
31571
31572 2005-01-28 Eli Zaretskii <eliz@gnu.org>
31573
31574 * descr-text.el: Add more keywords.
31575
31576 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
31577
31578 * speedbar.el: Avoid unnecessary use of locate-library.
31579
31580 * international/mule-cmds.el (standard-display-european-internal):
31581 Don't fiddle with latin-1 non-break space any more since it's now
31582 special cased in the C code.
31583 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
31584
31585 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
31586
31587 * cus-start.el (all): Add `undo-outer-limit'.
31588
31589 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
31590
31591 * textmodes/bibtex.el (bibtex-format-entry):
31592 Use `bibtex-empty-field-re' only on the text of fields, not on entire
31593 field lines.
31594 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
31595 not on part of a buffer.
31596
31597 2005-01-25 Lute Kamstra <lute@gnu.org>
31598
31599 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
31600 nonempty field text strings like "{letters\\macro{}more letters}".
31601 Clarify docstring.
31602 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
31603 (bibtex-entry-offset, bibtex-parse-association)
31604 (bibtex-parse-field-name): Fix typos in docstrings.
31605 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
31606
31607 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
31608
31609 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
31610 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
31611 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
31612 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
31613
31614 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
31615 isearch minor mode.
31616
31617 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
31618
31619 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
31620
31621 2005-01-24 Lute Kamstra <lute@gnu.org>
31622
31623 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
31624 CASECHARS and NOT-CASECHARS regular expressions of the
31625 "nederlands" and "nederlands8" dictionaries to prevent a "Range
31626 striding over charsets" error.
31627
31628 2005-01-24 Jay Belanger <belanger@truman.edu>
31629
31630 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
31631 display variable name.
31632
31633 2005-01-24 Kenichi Handa <handa@m17n.org>
31634
31635 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
31636 Fix setting of the element of encoded-kbd-iso2022-invocations.
31637
31638 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
31639
31640 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
31641 (gdb-threads-select): Change to also accept mouse events.
31642 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
31643 (gdb-threads-mouse-select): Delete.
31644
31645 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
31646
31647 * files.el (insert-directory): Take care of empty directory,
31648 listed without -a switch.
31649
31650 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
31651
31652 * textmodes/refill.el (refill-post-command-function):
31653 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
31654 to the list of functions that we should be careful not to undo.
31655 (refill-late-fill-paragraph-function): Remove.
31656 (refill-saved-state): New var.
31657 (refill-mode): Use it to save fill-paragraph-function.
31658 Save also the value of auto-fill-function.
31659
31660 * term/w32-win.el: Simplify code.
31661
31662 2005-01-23 Kim F. Storm <storm@cua.dk>
31663
31664 * simple.el (line-move): Adapt to new return value from
31665 pos-visible-in-window-p.
31666
31667 * simple.el (line-move): Fix last change. Check partial
31668 visibility at point rather than at window-start.
31669
31670 2005-01-22 Jason Rumney <jasonr@gnu.org>
31671
31672 * term/w32-win.el (xw-defined-colors): Remove debug-message.
31673
31674 2005-01-22 David Kastrup <dak@gnu.org>
31675
31676 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
31677
31678 2005-01-22 Eli Zaretskii <eliz@gnu.org>
31679
31680 * type-break.el (type-break-mode): Add a test for
31681 type-break-file-name being non-nil.
31682
31683 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
31684
31685 * net/eudc.el (top level): Call (message "") via progn, so that
31686 eudc-options-file is loaded.
31687
31688 2005-01-22 Kim F. Storm <storm@cua.dk>
31689
31690 * simple.el (line-move-1): Rename from line-move.
31691 (line-move): New function that adjusts vscroll for partially
31692 visible rows, and calls line-move-1 otherwise.
31693
31694 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
31695
31696 * pcomplete.el: Define pcomplete-read-event instead of read-event,
31697 since it's not a complete read-event implementation
31698
31699 2005-01-20 Jay Belanger <belanger@truman.edu>
31700
31701 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
31702 for called function.
31703
31704 2005-01-20 Steven Tamm <steventamm@mac.com>
31705
31706 * term/mac-win.el (process-connection-type): Remove.
31707 Controlled now by s/darwin.h:PTY_ITERATION.
31708
31709 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
31710
31711 * window.el (handle-select-window): Don't switch window when we're
31712 in the minibuffer.
31713
31714 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
31715
31716 * subr.el (dotimes-with-progress-reporter): New macro.
31717
31718 * ses.el (ses-dotimes-msg): Remove macro.
31719 Use `dotimes-with-progress-reporter' instead.
31720
31721 2005-01-19 Steven Tamm <steventamm@mac.com>
31722
31723 * term/mac-win.el (process-connection-type): Use new
31724 operating-system-release variable to use ptys on Darwin 7 (OS X
31725 10.3) when using carbon build.
31726
31727 2005-01-19 Jay Belanger <belanger@truman.edu>
31728
31729 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
31730 flags if the last command was a tab or M-tab.
31731
31732 * calc/calc-prog.el (calc-user-define-edit): Put original formula
31733 in formula editing buffer.
31734
31735 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
31736
31737 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
31738 breakpoint image symbol in margin.
31739
31740 2005-01-19 Jay Belanger <belanger@truman.edu>
31741
31742 * calc/calc-prog.el (calc-execute-kbd-macro):
31743 Ignore calc-keep-arg-flag.
31744
31745 2005-01-19 Kenichi Handa <handa@m17n.org>
31746
31747 * textmodes/ispell.el (ispell-looking-at): New function.
31748 (ispell-process-line): Use ispell-looking-at to compare the ispell
31749 output and the buffer contents.
31750
31751 2005-01-18 Jay Belanger <belanger@truman.edu>
31752
31753 * calc/calc.el (calc-display-raw): Fix docstring.
31754
31755 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
31756
31757 * simple.el (blink-matching-open): Strip extra info from syntax.
31758
31759 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
31760 funny chars in the end-of-here-doc marker.
31761
31762 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
31763
31764 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
31765 that enable/disabled state of breakpoints is shown correctly in
31766 fringe and on ttys.
31767 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
31768 Add breakpoint information as text properties.
31769 (gdb-mouse-toggle-breakpoint):
31770 Rename to gdb-mouse-set-clear-breakpoint.
31771 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
31772 breakpoints in the margin.
31773 (gdb-remove-strings): Simplify.
31774
31775 2005-01-17 Jay Belanger <belanger@truman.edu>
31776
31777 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
31778 erasing buffer.
31779
31780 2005-01-17 Richard M. Stallman <rms@gnu.org>
31781
31782 * progmodes/grep.el (grep-find): Copy from `grep' the condition
31783 for calling grep-compute-defaults.
31784
31785 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
31786 if buffer is empty.
31787
31788 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
31789
31790 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
31791
31792 * hilit-chg.el (highlight-changes-mode): Don't autoload.
31793
31794 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
31795 non-preloaded variables.
31796
31797 2005-01-17 Steven Tamm <steventamm@mac.com>
31798
31799 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
31800 tex-shell cause to force interactivity when using pipes.
31801
31802 2005-01-17 Kim F. Storm <storm@cua.dk>
31803
31804 * simple.el (just-one-space): Make arg optional.
31805
31806 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
31807
31808 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
31809 posn-at-x-y to t to access left-margin.
31810
31811 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
31812
31813 Sync with Tramp 2.0.47.
31814
31815 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
31816 catching keep-date problems in cp/scp operations.
31817 (tramp-handle-copy-file): Don't call `set-file-modes'
31818 unconditionally. Specialized functions should know better what is
31819 necessary. This improves performance a little bit, and the
31820 functions could catch errors with `cp -p' and `scp -p'.
31821 (tramp-do-copy-or-rename-file-via-buffer)
31822 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
31823 when appropriate.
31824 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
31825 Call `set-file-modes' when appropriate.
31826 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
31827 Johnsson <isak@hypergene.com>.
31828 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
31829 of both Tramp buffer and debug buffer. Reported by Joakim Verona
31830 <joakim@verona.se>.
31831 (tramp-file-name-for-operation): Mark `shell-command' as magic for
31832 Emacs only.
31833
31834 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
31835 `find-file-hooks' and `dired-mode-hook'.
31836 (tramp-minor-mode-map): Respective map. Add remapping for
31837 `compile' and `recompile'.
31838 (tramp-remap-command, tramp-recompile): New defuns.
31839 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
31840 in buffer "*Compilation*". Call the commands asynchronously.
31841
31842 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
31843 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
31844 `shell-command', because it isn't magic in XEmacs. Reported by
31845 Adrian Aichner <adrian@xemacs.org>.
31846
31847 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
31848 `substitute-in-file-name.
31849 (tramp-smb-handle-substitute-in-file-name): New defun.
31850 (tramp-smb-advice-PC-do-completion): Delete advice.
31851
31852 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
31853
31854 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
31855 Fix error in deleting region.
31856
31857 2005-01-15 Richard M. Stallman <rms@gnu.org>
31858
31859 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
31860 In non-temp buffer, switch syntax table temporarily.
31861
31862 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
31863
31864 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
31865
31866 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
31867
31868 * imenu.el (imenu--split-menu): Copy menulist before sorting.
31869 (imenu--generic-function): Use START, not BEG, as pos of definition.
31870
31871 * simple.el (just-one-space): Argument specifies number of spaces.
31872
31873 * simple.el (eval-expression-print-format): Avoid warning
31874 about edebug-active.
31875
31876 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
31877
31878 * progmodes/sh-script.el: Code copied from make-mode.el
31879 with small changes,
31880 (sh-mode-map): Bind C-c C-\.
31881 (sh-backslash-column, sh-backslash-align): New variables.
31882 (sh-backslash-region, sh-append-backslash): New functions.
31883
31884 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
31885
31886 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
31887 (rmail-pop-password, rmail-pop-password-required): Move to
31888 rmail-obsolete group.
31889 (rmail-set-pop-password): Rename to rmail-set-remote-password.
31890 All callers updated.
31891 (rmail-get-pop-password): Rename to rmail-get-remote-password.
31892 Take an argument specifying whether it is POP or IMAP mailbox we
31893 are using. All callers updated.
31894 (rmail-pop-password-error): Rename to
31895 rmail-remote-password-error. Added mailutils-specific error message.
31896 (rmail-movemail-search-path)
31897 (rmail-movemail-variant-in-use): New variables.
31898 (rmail-remote-password, rmail-remote-password-required):
31899 New customization variables.
31900 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
31901 (rmail-parse-url): New function.
31902 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
31903 with GNU mailutils movemail.
31904
31905 2005-01-15 Kevin Ryde <user42@zip.com.au>
31906
31907 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
31908 suffix to space, $ or '$, to correctly position point when going
31909 to @table style constants like DBL_MAX.
31910
31911 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
31912
31913 * type-break.el (type-break-mode, type-break-file-time)
31914 (type-break-file-keystroke-count, type-break-choose-file):
31915 Don't store data in or load data from the file if type-break-file-name
31916 is nil.
31917 (type-break-file-name): Doc update as per the above.
31918
31919 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
31920
31921 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
31922 lookup-key might return nil; handle that.
31923
31924 2005-01-15 Alan Mackenzie <acm@muc.de>
31925
31926 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
31927 rather than the element found, thus enabling the tree to be setcar'd.
31928
31929 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
31930
31931 * textmodes/org.el (org-show-following-heading): New option.
31932 (org-show-hierarchy-above): Use `org-show-following-heading'.
31933 (org-cycle): Documentation fix.
31934
31935 * textmodes/org.el (orgtbl-optimized): New option
31936 (orgtbl-mode): New command, a minor mode.
31937 (orgtbl-mode-map): New variable.
31938 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
31939 (orgtbl-error, orgtbl-self-insert-command)
31940 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
31941
31942 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
31943 a local variable in each org-mode buffer.
31944
31945 * textmodes/org.el (org-set-regexps-and-options): Rename from
31946 `org-set-regexps'. Added checking for STARTUP keyword.
31947 (org-get-current-options): Add STARTUP options.
31948 (org-table-insert-row): Make mode intelligent about when
31949 realignment is needed.
31950 (org-self-insert-command, org-delete-backward-char, org-delete-char):
31951 New commands.
31952 (org-enable-table-editor): New default value `optimized'.
31953 (org-table-blank-field): Support blanking regions if active.
31954
31955 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
31956
31957 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
31958 if the year is not given.
31959
31960 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
31961 Add new escapes %m and %M, fixed bug with %F by adding
31962 save-match-data.
31963 (reftex-reference): Remove ?. from list of spaces.
31964 (reftex-label-info): Add automatic label prefix recognition.
31965
31966 * textmodes/reftex-index.el (reftex-index-next-phrase):
31967 Add slave parameter to call of `reftex-index-this-phrase'.
31968 (reftex-index-this-phrase): New optional argument.
31969 (reftex-index-region-phrases): Add slave parameter to call of
31970 `reftex-index-this-phrase'.
31971 (reftex-display-index): New argument redo.
31972 (reftex-index-rescan): Add `redo' to arguments of
31973 `reftex-display-index'.
31974 (reftex-index-Rescan, reftex-index-revert)
31975 (reftex-index-switch-index-tag): Add `redo' to arguments of
31976 `reftex-display-index'.
31977 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
31978 indexing. Fix bug with matching is there is a quote before or
31979 after the word.
31980
31981 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
31982 Fix bug when collecting citation keys in lines with comments.
31983 (reftex-citation): Prefix argument no longer rescans the document,
31984 but forces prompting for optional arguments of cite macros.
31985 (reftex-do-citation): Prompting for optional arguments implemented.
31986
31987 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
31988 Add optional arguments to most cite commands.
31989 (reftex-cite-cleanup-optional-args): New option
31990 (reftex-cite-prompt-optional-args): New option.
31991 (reftex-trust-label-prefix): New option.
31992
31993 * textmodes/reftex-toc.el (reftex-toc-find-section):
31994 Add push-mark before changing the position in the buffer.
31995
31996 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
31997 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
31998
31999 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
32000
32001 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
32002 more carefully.
32003
32004 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
32005
32006 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
32007 (sgml-mode): Use it.
32008 (sgml-get-context): Better keep track of implicitly closed tags.
32009
32010 2005-01-13 Kenichi Handa <handa@m17n.org>
32011
32012 * textmodes/ispell.el: These changes are to fix misalignment error
32013 caused by equivalent characters of different Emacs charsets.
32014 (ispell-unified-chars-table): New variable.
32015 (ispell-get-decoded-string): New function.
32016 (ispell-get-casechars, ispell-get-not-casechars)
32017 (ispell-get-otherchars): Call ispell-get-decoded-string.
32018
32019 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
32020
32021 * custom.el (custom-declare-variable): Just put symbol instead
32022 of (defvar . symbol) in `current-load-list'.
32023
32024 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
32025
32026 * emacs-lisp/elint.el: Fixed typo in Commentary section.
32027
32028 2005-01-12 Jay Belanger <belanger@truman.edu>
32029
32030 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
32031 to create a Calc summary.
32032
32033 2005-01-12 Kim F. Storm <storm@cua.dk>
32034
32035 * mouse.el (mouse-on-link-p): Change functionality and doc
32036 string to comply with latest description in lisp ref.
32037
32038 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
32039
32040 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
32041 Enable mouse clicks on mode-line, header-line and margin.
32042 (event-type): Give mouse event symbols an `event-kind' property
32043 with value `mouse-click'.
32044
32045 2005-01-12 Juri Linkov <juri@jurta.org>
32046
32047 * facemenu.el (list-colors-display): Add new arg buffer-name.
32048 Use it. Fix docstring. Replace code for identifying duplicate
32049 colors by the name with call to `list-colors-duplicates' which
32050 identifies duplicate colors by the value unless the color
32051 is one of special Windows colors. Set truncate-lines to t.
32052 Print sorted duplicate color names on each line. Indent to 22
32053 \(the longest color name in rgb.txt) instead of 20. Optimize.
32054 (list-colors-duplicates): New function.
32055 (facemenu-color-name-equal): Delete function.
32056
32057 * facemenu.el (list-colors-print): New function created from code
32058 in list-colors-display. Print #RRGGBB at the window right edge.
32059 (list-colors-display): When temp-buffer-show-function is not
32060 defined, call list-colors-print from temp-buffer-show-hook
32061 to get the right value of window-width in list-colors-print
32062 after the buffer is displayed.
32063
32064 * simple.el (pop-mark): Move deactivate-mark out of conditional
32065 part to deactivate the active mark regardless of the state of the
32066 mark ring.
32067
32068 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
32069 variables line in desktop files.
32070
32071 2005-01-12 Juri Linkov <juri@jurta.org>
32072
32073 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
32074 Bring together isearch highlight related options.
32075 (lazy-highlight): Replace group `replace' by `matching'.
32076 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
32077 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
32078 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
32079 and declare them obsolete.
32080 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
32081 (isearch-faces): Remove defgroup.
32082 (isearch-overlay, isearch-highlight, isearch-dehighlight):
32083 Move isearch highlighting code closer to lazy highlighting code.
32084
32085 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
32086 (query-replace-highlight, query-replace-lazy-highlight)
32087 (query-replace): Move definitions to the beginning of the file.
32088
32089 2005-01-11 Juri Linkov <juri@jurta.org>
32090
32091 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
32092 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
32093 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
32094
32095 * info.el (Info-history-forward): New variable.
32096 (Info-select-node): Reset Info-history-forward to nil.
32097 (Info-last): Turn into defalias.
32098 (Info-history-back): Rename from Info-last.
32099 Add current node to Info-history-forward.
32100 (Info-history-forward): New fun.
32101 (Info-mode-map): Replace Info-last by Info-history-back.
32102 Bind Info-history-forward to "r".
32103 (Info-mode-menu): Replace Info-last by Info-history-back.
32104 Fix menu item text. Add menu item for Info-history-forward.
32105 (info-tool-bar-map): Replace Info-last by Info-history-back.
32106 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
32107 for Info-history-forward.
32108 (Info-mode): Replace Info-last by Info-history-back in docstring.
32109 Add local variable Info-history-forward.
32110 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
32111
32112 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
32113
32114 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
32115 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
32116 Ignore select-window events rather than fiddle with
32117 mouse-autoselect-window.
32118
32119 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
32120
32121 * type-break.el (type-break-mode): Fix previous change.
32122
32123 2005-01-10 Jay Belanger <belanger@truman.edu>
32124
32125 * calc/calc-ext.el (calc-reset): Reset when inside embedded
32126 calculator; only reset when point is inside a calculator.
32127 Don't adjust the window height if the window takes up the whole height
32128 of the frame.
32129
32130 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
32131
32132 * ebuff-menu.el (Electric-buffer-menu-mode):
32133 Preserve value of buffer-local var header-line-format.
32134
32135 2005-01-09 Jay Belanger <belanger@truman.edu>
32136
32137 * calc/calc.el (calc-mode-var-list-restore-saved-values):
32138 Make sure settings file exists before accessing it.
32139
32140 * calc/calc-embed.el (calc-embedded-subst):
32141 Replace math-multi-subst-rec, which is only supposed to be called
32142 by math-multi-subst, by math-multi-subst.
32143
32144 2005-01-09 Andre Spiegel <spiegel@gnu.org>
32145
32146 * vc.el (vc-allow-async-revert): New user option.
32147 (vc-disable-async-diff): New internal variable.
32148 (vc-revert-buffer): Use them to disable asynchronous diff.
32149
32150 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
32151 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
32152 asynchronously if vc-disable-async-diff is t.
32153
32154 2005-01-09 Jay Belanger <belanger@truman.edu>
32155
32156 * calc/calc.el (defcalcmodevar): New macro.
32157 (calc-mode-var-list-restore-default-values)
32158 (calc-mode-var-list-restore-saved-values): New functions.
32159 (calc-mode-var-list): Use defcalcmodevar to define it.
32160 (calc-always-load-extensions, calc-line-numbering)
32161 (calc-line-breaking, calc-display-just, calc-display-origin)
32162 (calc-number-radix, calc-leading-zeros, calc-group-digits)
32163 (calc-group-char, calc-point-char, calc-frac-format)
32164 (calc-prefer-frac, calc-hms-format, calc-date-format)
32165 (calc-float-format, calc-full-float-format, calc-complex-format)
32166 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
32167 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
32168 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
32169 (calc-matrix-brackets, calc-language, calc-language-option)
32170 (calc-left-label, calc-right-label, calc-word-size)
32171 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
32172 (calc-display-raw, calc-internal-prec, calc-angle-mode)
32173 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
32174 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
32175 (calc-window-height, calc-display-trail, calc-show-selections)
32176 (calc-use-selections, calc-assoc-selections)
32177 (calc-display-working-message, calc-auto-why, calc-timing)
32178 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
32179 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
32180 (calc-gnuplot-default-device, calc-gnuplot-default-output)
32181 (calc-gnuplot-print-device, calc-gnuplot-print-output)
32182 (calc-gnuplot-geometry, calc-graph-default-resolution)
32183 (calc-graph-default-resolution-3d, calc-invocation-macro)
32184 (calc-show-banner): Use defcalcmodevar to declare them and set
32185 their default values.
32186
32187 * calc/calc-ext.el (calc-reset): Restore saved values of variables
32188 instead of default values (but restore default values if there is
32189 an argument of 0).
32190
32191 2005-01-09 David Kastrup <dak@gnu.org>
32192
32193 * desktop.el (desktop-restore-eager): Fix typo in type.
32194
32195 2005-01-08 Richard M. Stallman <rms@gnu.org>
32196
32197 * cus-edit.el (customize): Delete :link.
32198
32199 2005-01-08 Jay Belanger <belanger@truman.edu>
32200
32201 * calc/calc.el (calc-mode): Remove the extension from the
32202 `calc-settings-file' file name when loading it.
32203
32204 2005-01-08 Kim F. Storm <storm@cua.dk>
32205
32206 * info.el (Info-mode-map, Info-next-link-keymap)
32207 (Info-prev-link-keymap, Info-up-link-keymap):
32208 Map follow-link to mouse-face.
32209 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
32210
32211 2005-01-08 Jay Belanger <belanger@truman.edu>
32212
32213 * calc/calc.el (calc-settings-file): Change default value.
32214 Suggested by cgw in a comment in calc-mode.el.
32215
32216 * calc/calc-mode.el (calc-settings-file-name):
32217 Compare calc-settings-file to user-init-file instead of ~/.emacs.
32218 Replace ~/.emacs in a prompt by calc-settings-file.
32219
32220 2005-01-07 Lars Hansen <larsh@math.ku.dk>
32221
32222 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
32223 (desktop-lazy-idle-delay): New customizable variables.
32224 (desktop-buffer-args-list): New variable.
32225 (desktop-append-buffer-args): New function.
32226 (desktop-save): Call desktop-append-buffer-args for some buffers.
32227 (desktop-lazy-create-buffer): New function.
32228 (desktop-idle-create-buffers): New function.
32229 (desktop-read): Add message about buffers to restore lazily.
32230 (desktop-lazy-abort): New command.
32231 (desktop-clear): Call desktop-lazy-abort.
32232 (desktop-lazy-complete): New command.
32233
32234 2005-01-06 Richard M. Stallman <rms@gnu.org>
32235
32236 * emacs-lisp/find-func.el (find-face-definition):
32237 Rename from find-face.
32238
32239 2005-01-06 Kim F. Storm <storm@cua.dk>
32240
32241 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
32242
32243 * man.el (Man-xref-man-page, Man-xref-header-file)
32244 (Man-xref-normal-file): Add follow-link property.
32245
32246 2005-01-06 Jay Belanger <belanger@truman.edu>
32247
32248 * calc/calc-units.el: Make sure the proper macro definitions are
32249 available when compiling.
32250
32251 2005-01-06 Juri Linkov <juri@jurta.org>
32252
32253 * isearch.el (isearch-lazy-highlight-update):
32254 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
32255
32256 2005-01-06 Miles Bader <miles@gnu.org>
32257
32258 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
32259 (isearch-lazy-highlight-face): Use new name.
32260
32261 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
32262
32263 * uniquify.el (uniquify-rationalize-file-buffer-names):
32264 Re-add an interactive spec.
32265 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
32266 to the same name.
32267
32268 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
32269 (isearch-update, isearch-done): Adjust calls accordingly.
32270
32271 2005-01-05 Richard M. Stallman <rms@gnu.org>
32272
32273 * custom.el (custom-set-variables, custom-theme-set-variables):
32274 Clarify documentation.
32275
32276 * emacs-lisp/find-func.el (find-variable)
32277 (find-variable-other-window, find-variable-other-frame):
32278 Fix the TYPE args to find-function-read and find-function-do-it.
32279 (find-function): Doc fix.
32280 (find-function-at-point): Replace function-at-point alias.
32281
32282 2005-01-04 Richard M. Stallman <rms@gnu.org>
32283
32284 * cus-face.el (custom-declare-face):
32285 Record defface in current-load-list.
32286
32287 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
32288
32289 * emacs-lisp/find-func.el: Doc fixes.
32290 (find-face-regexp): New variable.
32291 (find-function-regexp-alist): New variable.
32292 (find-function-C-source): Third arg is now TYPE.
32293 (find-function-search-for-symbol): Handle general TYPE.
32294 (find-function-read, find-function-do-it): Handle general TYPE.
32295 (find-definition-noselect, find-face): New functions.
32296 (function-at-point): Alias deleted.
32297
32298 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
32299
32300 * battery.el (display-battery-mode): Rename from display-battery.
32301 Handle the case where it gets turned off.
32302
32303 2005-01-04 Richard M. Stallman <rms@gnu.org>
32304
32305 * cus-edit.el (customize): Make :link point to user doc.
32306
32307 * man.el (Man-fontify-manpage): Turn off undo generation.
32308
32309 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
32310
32311 2005-01-04 Andreas Schwab <schwab@suse.de>
32312
32313 * files.el (insert-directory): Only look for error lines in
32314 inserted text. Don't move too far after processing --dired markers.
32315
32316 2005-01-04 Richard M. Stallman <rms@gnu.org>
32317
32318 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
32319 Don't expand if the character is @, period, dash, etc.
32320 (define-mail-abbrev): Quote names that contain problem characters.
32321
32322 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
32323
32324 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
32325
32326 2005-01-03 Richard M. Stallman <rms@gnu.org>
32327
32328 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
32329 (query-replace-highlight, query-replace-lazy-highlight)
32330 (query-replace): Definitions moved up. Doc fix.
32331
32332 2005-01-03 Richard M. Stallman <rms@gnu.org>
32333
32334 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
32335 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
32336 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
32337 (lazy-highlight-face): Rename from isearch-lazy-...
32338 Change all references to them.
32339
32340 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
32341
32342 * cus-edit.el (custom-file): Doc fix for defcustom.
32343 (custom-file): The function no longer sets the variable
32344 `custom-file' to its return value.
32345
32346 * startup.el (command-line): No longer load `custom-file'.
32347
32348 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
32349
32350 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
32351
32352 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
32353 Don't confuse module-prefixed identifiers for labels.
32354 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
32355
32356 2005-01-02 Richard M. Stallman <rms@gnu.org>
32357
32358 * files.el (basic-save-buffer-1): Fix previous change.
32359
32360 * loadhist.el (file-loadhist-lookup): New function.
32361 (file-provides, file-requires): Use it.
32362
32363 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
32364 instead of calculating the right size.
32365
32366 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
32367
32368 * vc-svn.el (vc-svn-diff): Stay local if possible.
32369
32370 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
32371
32372 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
32373
32374 * files.el (hack-local-variables): Fix last change.
32375
32376 2005-01-02 Jay Belanger <belanger@truman.edu>
32377
32378 * calc/calc-yank.el (calc-edit-top): New variable.
32379 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
32380 object. Change header properties.
32381 (calc-edit-finish, calc-edit-finish-stack-object)
32382 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
32383 edited object.
32384 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
32385 for the beginning of the edited object.
32386 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
32387 for the beginning of the edited object.
32388 * calc/calc-prog.el (calc-edit-macro-finish-edit)
32389 (calc-finish-formula-edit, calc-macro-repeats)
32390 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
32391 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
32392 beginning of the edited object.
32393 (calc-user-define-edit): Change the header for editing macros.
32394 Remove unnecessary variable.
32395
32396 2005-01-01 Jay Belanger <belanger@truman.edu>
32397
32398 * calc/calc-yank.el (calc-edit-mode): Change default header.
32399 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
32400 * calc/calc-store.el (calc-edit-variable): Change title to match new
32401 header.
32402 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
32403 mode to match new header.
32404 (calc-user-define-edit): Change titles to include names of commands.
32405 (calc-finish-formula-edit): Adjust to handle new header.
32406 (calc-finish-macro-edit): Remove.
32407 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
32408 (calc-edit-macro-command, calc-edit-macro-command-type)
32409 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
32410 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
32411 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
32412 (calc-edit-macro-finish-edit): New functions.
32413 (calc-user-define-edit): Use new functions to edit named calc macros.
32414
32415 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
32416
32417 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
32418
32419 * ses.el (copy-region-as-kill): Deactivate mark.
32420
32421 2005-01-01 Richard M. Stallman <rms@gnu.org>
32422
32423 * replace.el (occur-1): If the output buffer is also an input,
32424 don't kill it, rename it.
32425
32426 * faces.el (set-face-background, set-face-foreground): Doc fix.
32427
32428 * cus-face.el (custom-face-attributes): Fix :help-echo strings
32429 for :foreground and :background.
32430
32431 * dired.el (dired-view-command-alist): Variable deleted.
32432 (dired-view-file, dired-mouse-find-file-other-window):
32433 Delete the code to use it.
32434
32435 2005-01-01 Kim F. Storm <storm@cua.dk>
32436
32437 * image.el (insert-sliced-image): Use t for line-height property.
32438
32439 See ChangeLog.11 for earlier changes.
32440
32441 ;; Local Variables:
32442 ;; coding: iso-2022-7bit
32443 ;; add-log-time-zone-rule: t
32444 ;; End:
32445
32446 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
32447
32448 This file is part of GNU Emacs.
32449
32450 GNU Emacs is free software; you can redistribute it and/or modify
32451 it under the terms of the GNU General Public License as published by
32452 the Free Software Foundation; either version 2, or (at your option)
32453 any later version.
32454
32455 GNU Emacs is distributed in the hope that it will be useful,
32456 but WITHOUT ANY WARRANTY; without even the implied warranty of
32457 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
32458 GNU General Public License for more details.
32459
32460 You should have received a copy of the GNU General Public License
32461 along with GNU Emacs; see the file COPYING. If not, write to the
32462 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
32463 Boston, MA 02110-1301, USA.
32464
32465 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1