(cvs-mode-add-change-log-entry-other-window): Use a directory
[bpt/emacs.git] / lisp / ChangeLog
1 2007-07-23 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * pcvs.el (cvs-mode-add-change-log-entry-other-window): Use a directory
4 name for buffer-file-name if it refers to a directory.
5
6 2007-07-22 Jason Rumney <jasonr@gnu.org>
7
8 * w32-fns.el (set-default-process-coding-system): Use dos line ends
9 for input to cmdproxy on all versions of Windows.
10 Use dos line ends for input to plink.
11
12 * comint.el (comint-simple-send): Concat newline before sending.
13 (comint-password-prompt-regexp): Recognize plink's passphrase prompt.
14
15 2007-07-22 Juri Linkov <juri@jurta.org>
16
17 * isearch.el (isearch-edit-string): Save old point and
18 isearch-other-end to old-point and old-other-end before reading
19 the search string from minibuffer. After exiting minibuffer set
20 point to old-other-end if point and the search direction is the
21 same as before reading the search string.
22 (isearch-del-char): Don't set isearch-yank-flag to t. Put point
23 to isearch-other-end. Instead of isearch-search-and-update call
24 three functions isearch-search, isearch-push-state and isearch-update.
25
26 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
27
28 * textmodes/reftex.el (reftex-access-parse-file): Do not risk
29 destroying an existing buffer.
30
31 2007-07-22 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32
33 * startup.el (command-line-x-option-alist): Use x-handle-no-bitmap-icon.
34
35 * term/x-win.el (x-handle-no-bitmap-icon): New function.
36
37 2007-07-22 Ralf Angeli <angeli@caeruleus.net>
38
39 * textmodes/reftex.el (reftex-access-parse-file): Create parse
40 file in a way that does not interfere with recentf.
41
42 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
43
44 * image-dired.el (image-dired-sane-db-file): New func.
45 (image-dired-write-tags, image-dired-remove-tag)
46 (image-dired-list-tags, image-dired-write-comments)
47 (image-dired-get-comment, image-dired-mark-tagged-files)
48 (image-dired-create-gallery-lists): Call new func.
49 Reported by Dieter Wilhelm <dieter@duenenhof-wilhelm.de>.
50
51 2007-07-21 Dan Nicolaescu <dann@ics.uci.edu>
52
53 * vc-hg.el (vc-hg-diff): Use vc-hg-command.
54 (vc-hg-dir-state): Fix loop.
55 (vc-hg-print-log): Fix expected return value for vc-hg-command.
56 (vc-hg-next-version, vc-hg-delete-file, vc-hg-rename-file)
57 (vc-hg-register, vc-hg-create-repo, vc-hg-checkin)
58 (vc-hg-revert): Likewise.
59 (vc-hg-revision-table, vc-hg-revision-completion-table): New functions.
60
61 2007-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
62
63 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): In the
64 case of alignment under a constant symbol, find and consider
65 the sexp actually at indentation to be the "last sexp".
66
67 2007-07-20 Eli Zaretskii <eliz@gnu.org>
68
69 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
70 (install): Use them to copy all *.el files before *.elc.
71 (clean): Don't delete *~.
72
73 2007-07-20 Dan Nicolaescu <dann@ics.uci.edu>
74
75 * vc-hg.el (vc-hg-workfile-unchanged-p): New function.
76
77 2007-07-19 Dan Nicolaescu <dann@ics.uci.edu>
78
79 * vc-hg.el (vc-hg-registered): Replace if with when.
80 (vc-hg-state): Deal with nonexistent files.
81
82 2007-07-18 Juanma Barranquero <lekktu@gmail.com>
83
84 * follow.el (follow-mode-hook, follow-mode-off-hook, follow-mode)
85 (follow-delete-other-windows-and-split, follow-recenter)
86 (follow-windows-aligned-p, follow-point-visible-all-windows-p)
87 (follow-redisplay, follow-estimate-first-window-start)
88 (follow-xemacs-scrollbar-support, follow-intercept-process-output):
89 Fix typos in docstrings.
90
91 2007-07-17 Thien-Thi Nguyen <ttn@gnuvola.org>
92
93 * bookmark.el (bookmark-show-all-annotations):
94 Make sure each inserted annotation ends with newline.
95
96 (bookmark-maybe-sort-alist): Don't modify
97 bookmark-alist. Instead, if not sorting, simply return it.
98 (bookmark-bmenu-list): Call bookmark-maybe-sort-alist
99 for its return value, not for its side effect.
100
101 2007-07-17 Dan Nicolaescu <dann@ics.uci.edu>
102
103 * vc.el: Add more info about the vc-registered function.
104
105 2007-07-16 David Kastrup <dak@gnu.org>
106
107 * emacs-lisp/advice.el (defadvice): Doc fix.
108
109 2007-07-16 Juanma Barranquero <lekktu@gmail.com>
110
111 * subr.el (when, unless): Doc fix.
112
113 2007-07-16 Dan Nicolaescu <dann@ics.uci.edu>
114
115 * vc-hg.el (vc-hg-state): Handle removed files.
116 (vc-hg-dir-state, vc-hg-dired-state-info): New functions.
117 (vc-hg-checkout): Re-enable.
118
119 2007-07-15 Richard Stallman <rms@gnu.org>
120
121 * kmacro.el (kmacro-bind-to-key): Avoid comparisons on function keys.
122
123 * tutorial.el (tutorial--find-changed-keys):
124 Handle C-x specially like ESC.
125
126 2007-07-15 Roland McGrath <roland@frob.com>
127
128 * add-log.el (add-change-log-entry): Check add-log-full-name
129 and add-log-mailing-address later, after change-log-mode-hook.
130
131 2007-07-15 Richard Stallman <rms@gnu.org>
132
133 * isearch.el (isearch-mode, isearch-done):
134 Delete unintended code in previous change.
135
136 * ps-print.el (ps-default-bg): Change to White.
137
138 2007-07-15 Aaron Hawley <aaronh@garden.org>
139
140 * tar-mode.el (tar-get-descriptor): No error for zero-length file.
141
142 2007-07-15 Martin Rudalics <rudalics@gmx.at>
143
144 * mouse.el (mouse-drag-track): Reset transient-mark-mode to nil
145 when handling the terminating event.
146
147 2007-07-15 Jeff Miller <jmiller@cablespeed.com> (tiny change)
148
149 * calendar/calendar.el (calendar-goto-bahai-date): Autoload it.
150
151 2007-07-13 Eli Zaretskii <eliz@gnu.org>
152
153 * makefile.w32-in (install-lisp-SH, install-lisp-CMD): New targets.
154 (install): Use them to copy all *.el files before *.elc.
155
156 2007-07-13 Dan Nicolaescu <dann@ics.uci.edu>
157
158 * replace.el (match): Use yellow1 instead of yellow.
159
160 * progmodes/gdb-ui.el (breakpoint-enabled): Use red1 instead of red.
161
162 * pcvs-info.el (cvs-unknown): Likewise.
163
164 2007-07-12 Davis Herring <herring@lanl.gov>
165
166 * desktop.el (desktop-buffer-info, desktop-save):
167 Use `desktop-dirname' instead of `dirname'.
168
169 2007-07-10 Jim Meyering <jim@meyering.net> (tiny change)
170
171 * emacs-lisp/copyright.el (copyright-current-gpl-version): Set to 3.
172
173 * autoinsert.el (auto-insert-alist): s/2/3/ in the generated comment.
174
175 2007-07-10 Richard Stallman <rms@gnu.org>
176
177 * emacs-lisp/lisp-mode.el (eval-defun):
178 Explain special handling of `defface'.
179
180 2007-07-09 Richard Stallman <rms@gnu.org>
181
182 * isearch.el (isearch-edit-string): Call to isearch-push-state
183 after the search.
184
185 2007-07-08 Katsumi Yamaoka <yamaoka@jpl.org>
186
187 * cus-start.el (file-coding-system-alist): Fix custom type.
188
189 2007-07-08 Chong Yidong <cyd@stupidchicken.com>
190
191 * longlines.el (longlines-wrap-region): Avoid marking buffer as
192 modified.
193 (longlines-auto-wrap, longlines-window-change-function):
194 Remove unnecessary calls to set-buffer-modified-p.
195
196 2007-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
197
198 * vc.el (vc-default-log-view-mode): New function.
199 (vc-print-log): Add new `log-view-mode' VC operation.
200
201 2007-07-08 Nick Roberts <nickrob@snap.net.nz>
202
203 * pcvs-util.el (cvs-strings->string, cvs-string->strings):
204 Rename and move to...
205
206 * subr.el (strings->string, string->strings): ...here.
207
208 * pcvs.el (cvs-reread-cvsrc, cvs-header-msg, cvs-checkout)
209 (cvs-mode-checkout, cvs-execute-single-file): Use new function names.
210
211 * progmodes/gud.el (gud-common-init): Call string->strings instead
212 of split-string.
213
214 2007-07-07 Eli Zaretskii <eliz@gnu.org>
215
216 * term/w32-win.el (menu-bar-open): New function.
217 Bind <f10> to it.
218
219 2007-07-07 Dan Nicolaescu <dann@ics.uci.edu>
220
221 * log-view.el (log-view-mode-menu): New menu.
222
223 2007-07-06 Dan Nicolaescu <dann@ics.uci.edu>
224
225 * vc-hg.el: New file.
226
227 2007-07-06 Andreas Schwab <schwab@suse.de>
228
229 * emacs-lisp/lisp-mode.el (eval-last-sexp): Avoid introducing any
230 dynamic bindings around the evaluation of the expression.
231 Reported by Jay Belanger <jay.p.belanger@gmail.com>.
232
233 2007-07-03 Dan Nicolaescu <dann@ics.uci.edu>
234
235 * progmodes/gud.el (auto-mode-alist): Match more valid gdb init
236 file names.
237
238 2007-07-02 Martin Rudalics <rudalics@gmx.at>
239
240 * help-mode.el (help-make-xrefs): Skip spaces too when skipping tabs.
241
242 * mouse.el (mouse-drag-mode-line-1): Quit mouse tracking when
243 event is not a cons cell. Do not unread drag-mouse-1 events.
244 Select right window in check whether space was stolen from
245 window above.
246
247 2007-07-01 Richard Stallman <rms@gnu.org>
248
249 * files.el (find-file-visit-truename): Fix safe-local-variable value.
250
251 2007-06-29 Juanma Barranquero <lekktu@gmail.com>
252
253 * generic-x.el (generic-define-mswindows-modes)
254 (generic-define-unix-modes, apache-log-generic-mode)
255 (bat-generic-mode-keymap, java-manifest-generic-mode)
256 (show-tabs-generic-mode): Fix typos in docstrings.
257
258 2007-06-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
259
260 * dnd.el (dnd-get-local-file-name): Set fixcase to t in call to
261 replace-regexp-in-string.
262
263 2007-06-28 Andreas Schwab <schwab@suse.de>
264
265 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Depend on
266 $(lisp)/subdirs.el.
267
268 2007-06-28 Juanma Barranquero <lekktu@gmail.com>
269
270 * speedbar.el (speedbar-handle-delete-frame): Don't try to delete
271 the speedbar frame if nil; that deletes the current frame or
272 causes an error if it is the only frame.
273 Reported by Angelo Graziosi <Angelo.Graziosi@roma1.infn.it>.
274
275 2007-06-24 Juanma Barranquero <lekktu@gmail.com>
276
277 * desktop.el (desktop-read): Run `desktop-not-loaded-hook' in the
278 directory where the desktop file was found, as the docstring says.
279 (desktop-kill): Use `read-directory-name'.
280
281 * desktop.el (desktop-load-locked-desktop): New option.
282 (desktop-read): Use it.
283 (desktop-truncate, desktop-outvar, desktop-restore-file-buffer):
284 Use `when'.
285
286 2007-06-24 Davis Herring <herring@lanl.gov>
287
288 * desktop.el (desktop-save-mode-off): New function.
289 (desktop-base-lock-name, desktop-not-loaded-hook): New variables.
290 (desktop-full-lock-name, desktop-file-modtime, desktop-owner)
291 (desktop-claim-lock, desktop-release-lock): New functions.
292 (desktop-kill): Tell `desktop-save' that this is the last save.
293 Release the lock afterwards.
294 (desktop-buffer-info): New function.
295 (desktop-save): Use it. Run `desktop-save-hook' where the doc
296 says to. Detect conflicts, and manage the lock.
297 (desktop-read): Detect conflicts. Manage the lock.
298
299 2007-06-23 Eli Zaretskii <eliz@gnu.org>
300
301 * ls-lisp.el (insert-directory): If an invalid regexp error is
302 thrown, try using FILE as a literal file name, not a wildcard.
303 Check for FILE as an existing file, not just a directory.
304
305 2007-06-23 Juanma Barranquero <lekktu@gmail.com>
306
307 * ruler-mode.el (ruler-mode): Prevent clobbering the original
308 `header-line-format' when reentering ruler mode.
309
310 2007-06-23 Eli Zaretskii <eliz@gnu.org>
311
312 * ls-lisp.el (insert-directory): Don't treat FILE as a wildcard if
313 FILE exists as a directory.
314
315 2007-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
316
317 * vera-mode.el (vera-mode): Fix `commend-end-skip' setting.
318 (vera-font-lock-match-item): Fix doc string.
319 (vera-in-comment-p): Remove unused function.
320 (vera-skip-forward-literal, vera-skip-backward-literal): Improve code,
321 use `syntax-ppss'.
322 (vera-forward-syntactic-ws): Fix argument order.
323 (vera-prepare-search): Use `with-syntax-table'.
324 (vera-indent-line): Fix doc string.
325 (vera-electric-tab): Fix doc string.
326 (vera-expand-abbrev): Define alias instead of using `fset'.
327 (vera-comment-uncomment-region): Use `comment-start-skip'.
328
329 2007-06-20 Reto Zimmermann <reto@gnu.org>
330
331 * progmodes/vera-mode.el: New file.
332
333 2007-06-20 Juanma Barranquero <lekktu@gmail.com>
334
335 * ido.el (ido-find-file-in-dir): Don't signal an error for
336 empty directories.
337
338 2007-06-18 Alan Mackenzie <acm@muc.de>
339
340 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
341 When removing lines, also remove the \n. Correction of patch of
342 2007-04-21.
343
344 2007-06-17 Glenn Morris <rgm@gnu.org>
345
346 * lpr.el (lpr-page-header-switches): Move %s to separate element
347 for correct quoting. Doc fix.
348
349 2007-06-13 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
350
351 * term/xterm.el (terminal-init-xterm): Escape parens in character
352 constants.
353
354 2007-06-12 Ralf Angeli <angeli@caeruleus.net>
355
356 * scroll-lock.el (scroll-lock-mode): Doc fix.
357
358 2007-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
359
360 * font-lock.el (font-lock-add-keywords): In case font-lock was only
361 half-activated, forcefully activate it completely.
362
363 2007-06-11 Richard Stallman <rms@gnu.org>
364
365 * cus-edit.el (custom-variable-type): Doc fix.
366
367 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
368
369 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
370
371 2007-06-09 Davis Herring <herring@lanl.gov>
372
373 * desktop.el (desktop-minor-mode-table): Doc fix.
374
375 2007-06-08 Chong Yidong <cyd@stupidchicken.com>
376
377 * image-mode.el (image-forward-hscroll, image-backward-hscroll)
378 (image-next-line, image-previous-line, image-scroll-up)
379 (image-scroll-down, image-bol, image-eol, image-bob, image-eob):
380 New functions.
381 (image-mode-map): Remap motion commands.
382 (image-mode-text-map): New keymap for viewing images as text.
383 (image-mode): Use image-mode-map.
384 (image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
385
386 2007-06-07 Michael Albinus <michael.albinus@gmx.de>
387
388 Sync with Tramp 2.0.56.
389
390 * net/tramp.el:
391 * net/tramp-ftp.el:
392 * net/tramp-smb.el:
393 * net/tramp-util.el:
394 * net/tramp-vc.el:
395 Don't load cl.el, because that pollutes the namespace. Replace cl
396 macros by their implementations where necessary. Requested by
397 Richard Stallman <rms@gnu.org>.
398
399 * net/tramp.el (top): Make `set-buffer-multibyte' an alias if it
400 doesn't exist.
401 (with-parsed-tramp-file-name): Protect debug spec during compilation.
402 (tramp-handle-insert-directory): Check (featurep 'ls-lisp).
403 (tramp-file-name-p, tramp-file-name-multi-method)
404 (tramp-file-name-method, tramp-file-name-user)
405 (tramp-file-name-host, tramp-file-name-localname): New defuns,
406 replacing defstruct `tramp-file-name'.
407 (tramp-handle-file-remote-p, tramp-completion-dissect-file-name1)
408 (tramp-dissect-file-name, tramp-dissect-multi-file-name):
409 Apply `vector' instead of `make-tramp-file-name'.
410 (tramp-handle-make-auto-save-file-name):
411 Apply `tramp-temporary-file-directory' for compatibility reasons.
412 (tramp-completion-mode): Use `natnump' instead of `wholenump'
413 because of XEmacs.
414 (tramp-completion-mode): `last-input-event' is nil when XEmacs is
415 started.
416
417 2007-06-07 David Kastrup <dak@gnu.org>
418
419 * dired.el (dired-recursive-deletes, dired-recursive-copies):
420 Change default to `top'.
421
422 2007-06-07 Chong Yidong <cyd@stupidchicken.com>
423
424 * dired.el (dired-mode-map): Remove spurious separator.
425
426 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
427
428 * progmodes/ebrowse.el (ebrowse-draw-file-member-info): Doc fix.
429
430 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
431 * progmodes/idlwave.el (idlwave-one-key-select): Fix typo in docstring.
432
433 2007-06-07 Alfred M. Szmidt <ams@gnu.org> (tiny change)
434
435 * mail/rmailsum.el (rmail-summary-save-buffer): New command.
436 (rmail-summary-mode-map): Add rmail-summary-save-buffer.
437
438 2007-06-07 Juanma Barranquero <lekktu@gmail.com>
439
440 * progmodes/ebrowse.el (ebrowse-member-table):
441 * textmodes/org.el (org-export-ascii-bullets): Fix typos in docstrings.
442
443 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
444
445 * pgg.el (pgg-sign-region, pgg-sign):
446 * ses.el (ses-call-printer):
447 * calendar/icalendar.el (icalendar--diarytime-to-isotime):
448 * textmodes/org.el (org-cycle): Fix typos in docstrings.
449
450 2007-06-06 Eli Zaretskii <eliz@gnu.org>
451
452 * tar-mode.el (tar-header-block-summarize, tar-summarize-buffer)
453 (tar-get-descriptor): Handle type 55, an extended pax header.
454
455 2007-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
456
457 * textmodes/css-mode.el: New file.
458
459 2007-06-06 Michael Albinus <michael.albinus@gmx.de>
460
461 * net/socks.el: New file, taken from w3 repository.
462 (top): Update Copyright. Don't load cl.el.
463 (all): Replace `case' by `cond', `string-to-int' by
464 `string-to-number', and `process-kill-without-query' by
465 `set-process-query-on-exit-flag'.
466 (socks-char-int): Remove defalias and all occurrences.
467
468 2007-06-06 Juanma Barranquero <lekktu@gmail.com>
469
470 * international/mule-cmds.el (toggle-enable-multibyte-characters)
471 (sort-coding-systems, search-unencodable-char): Doc fixes.
472 (coding-system-change-eol-conversion, set-default-coding-systems)
473 (prefer-coding-system, find-multibyte-characters, princ-list)
474 (leim-list-entry-regexp, set-input-method, locale-language-names)
475 (input-method-exit-on-first-char, exit-language-environment-hook)
476 (locale-charset-language-names): Fix typos in docstrings.
477
478 2007-06-05 Juanma Barranquero <lekktu@gmail.com>
479
480 * bs.el (bs-cycle-previous): Don't modify the cycle list until
481 `switch-to-buffer' has returned succesfully.
482 (bs-cycle-next): Ditto. Also, don't bury the buffer when the
483 window is dedicated (it could iconify the frame).
484
485 2007-06-05 Glenn Morris <rgm@gnu.org>
486
487 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.
488
489 2007-06-05 Chong Yidong <cyd@stupidchicken.com>
490
491 * files.el (auto-mode-alist): Add lower-priority match for names
492 like ChangeLog.old.
493
494 2007-06-04 Andreas Schwab <schwab@suse.de>
495
496 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
497
498 2007-06-04 Davis Herring <herring@lanl.gov>
499
500 * calendar/timeclock.el: Update version number.
501 (timeclock-modeline-display): Mention timeclock-use-display-time
502 in explanatory message.
503 (timeclock-log): Suppress warnings when finding the log.
504 Don't check for a nil project twice. Run hooks after killing the
505 buffer (if applicable).
506 (timeclock-geometric-mean): Rename to `timeclock-mean' (it never
507 was geometric). All uses changed.
508 (timeclock-generate-report): Support prefix argument.
509
510 2007-06-04 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
511
512 * man.el (Man-next-section): Don't consider the last line of the
513 page as being part of any section.
514
515 2007-06-04 Martin Rudalics <rudalics@gmx.at>
516
517 * hilit-chg.el (highlight-changes-rotate-faces): Don't set
518 modified flag of buffer. Use `inhibit-modification-hooks'.
519
520 2007-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
521
522 * mail/mail-extr.el (mail-extract-address-components):
523 Recognize non-ASCII characters except for NBSP as words.
524
525 2007-06-04 Ryan Yeske <rcyeske@gmail.com>
526
527 * net/webjump.el (webjump-sample-sites): Add Wikipedia query.
528
529 2007-06-04 Michael Olson <mwolson@gnu.org>
530
531 * emacs-lisp/tq.el (tq-queue-pop): Stifle error when a process has
532 died and we are trying to send a signal to it.
533
534 2007-06-04 Juanma Barranquero <lekktu@gmail.com>
535
536 * emacs-lisp/easy-mmode.el (define-minor-mode)
537 (easy-mmode-define-navigation): Fix typos in docstrings.
538
539 * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
540 Fix typos in docstrings.
541 (compilation-search-path, compilation-buffer-name-function): Doc fixes.
542 (compilation-finish-function): Fix typo in obsolescence declaration.
543
544 * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
545
546 2007-06-04 Chong Yidong <cyd@stupidchicken.com>
547
548 * files.el (magic-mode-alist): Remove image-type-auto-detected-p.
549 (magic-fallback-mode-alist): Add image-type-auto-detected-p.
550
551 * image.el (image-type-auto-detected-p): Don't scan auto-mode-alist.
552
553 * longlines.el (longlines-mode): Make longlines-auto-wrap
554 buffer-local. Add hooks unconditionally.
555 (longlines-auto-wrap): Toggle wrapping.
556 (longlines-after-change-function)
557 (longlines-post-command-function): Check longlines-auto-wrap.
558
559 2007-06-02 Chong Yidong <cyd@stupidchicken.com>
560
561 * Version 22.1 released.
562
563 2007-06-01 Chong Yidong <cyd@stupidchicken.com>
564
565 * paren.el (show-paren-function): Undo 2007-04-19 and 2007-04-20
566 changes.
567
568 2007-05-31 Richard Stallman <rms@gnu.org>
569
570 * dired.el (dired-do-delete, dired-do-flagged-delete): Doc fixes.
571
572 2007-05-29 Martin Rudalics <rudalics@gmx.at>
573
574 * textmodes/table.el (table--point-entered-cell-function)
575 (table--point-left-cell-function):
576 Bind `inhibit-point-motion-hooks' to t.
577
578 2007-05-29 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
579
580 * emacs-lisp/rx.el (rx): Doc fix.
581
582 2007-05-28 Chong Yidong <cyd@stupidchicken.com>
583
584 * textmodes/sgml-mode.el (sgml-point-entered): Use condition-case.
585
586 2007-05-27 Tetsurou Okazaki <okazaki@be.to> (tiny change)
587
588 * log-edit.el (log-edit-changelog-paragraph): Return point-max
589 as the end of the ChangeLog paragraph when it ends without a line
590 termination.
591
592 2007-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
593
594 * textmodes/fill.el (canonically-space-region): Make the second arg
595 a marker if it's not already the case.
596
597 * xt-mouse.el (xterm-mouse-truncate-wrap): New function.
598 (xterm-mouse-event): Use it.
599
600 2007-05-25 Miles Bader <miles@fencepost.gnu.org>
601
602 * vc-hooks.el (vc-find-root): Fix file attribute test.
603
604 2007-05-24 Richard Stallman <rms@gnu.org>
605
606 * textmodes/flyspell.el (flyspell-correct-word-before-point):
607 Don't let opoint be nil.
608 (flyspell-emacs-popup): Explicit error if no dialogs.
609
610 2007-05-23 Eli Zaretskii <eliz@gnu.org>
611
612 * tar-mode.el (tar-file-name-handler): New function.
613 (tar-extract): Bind file-name-handler-alist to it to force
614 find-buffer-file-type-coding-system behave as if the file being
615 extracted existed. Use last-coding-system-used to force
616 buffer-file-coding-system to what decode-coding-region actually
617 used to decode the file.
618
619 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
620
621 * progmodes/compile.el (compilation-handle-exit):
622 `compilation-finish-function' may change the current buffer.
623
624 2007-05-22 Richard Stallman <rms@gnu.org>
625
626 * files.el (set-auto-mode): Doc fix.
627
628 2007-05-22 Eli Zaretskii <eliz@gnu.org>
629
630 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
631
632 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
633
634 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
635 (rcirc-print): Handle `window-width'.
636 (rcirc-buffer-maximum-lines): Doc fix.
637
638 2007-05-19 Kevin Ryde <user42@zip.com.au>
639
640 * info.el (Info-fontify-node): Match https also.
641
642 2007-05-18 Richard Stallman <rms@gnu.org>
643
644 * simple.el (push-mark): Doc fix.
645
646 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
647
648 * emulation/tpu-edt.el (CSI-map, SS3-map): Move from global-map to
649 tpu-global-map.
650 (tpu-original-global-map): Delete variable.
651 (tpu-control-keys-map): New keymap variable.
652 (tpu-set-control-keys): Use tpu-reset-control-keys rather than
653 setting keymapping directly.
654 (tpu-reset-control-keys): Use tpu-control-keys-map instead of
655 tpu-global-map.
656 (tpu-edt-on): Activate the tpu-global-map.
657 (tpu-edt-off): Deactivate the tpu-global-map.
658
659 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
660
661 * textmodes/ispell.el (ispell-get-word): Return markers
662 for start and end positions.
663 (ispell-word): Assume END is a marker.
664
665 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
666
667 * ps-print.el: Use default color when foreground or background color
668 are unspecified. Reported by Leo <sdl.web@gmail.com>.
669 (ps-print-version): New version 6.7.4.
670 (ps-rgb-color): New argument. Use default color when color is
671 unspecified.
672 (ps-begin-job): Fix code.
673
674 2007-05-17 Martin Rudalics <rudalics@gmx.at>
675
676 * textmodes/ispell.el (ispell-start-process): Defend against bad
677 default-directory.
678
679 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
680
681 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
682
683 2007-05-16 Richard Stallman <rms@gnu.org>
684
685 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
686
687 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
688
689 * files.el (magic-mode-alist, magic-fallback-mode-alist):
690 Move the *ml, Postscript, and XmCD entries to the fallback part.
691
692 * files.el (magic-fallback-mode-alist):
693 Rename from file-start-mode-alist.
694
695 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
696
697 * progmodes/compile.el (compilation-handle-exit): Quote first
698 argument of `run-hook-with-args'.
699
700 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
701
702 * buff-menu.el (Buffer-menu-sort-column):
703 * dabbrev.el (dabbrev-upcase-means-case-search):
704 * dired.el (dired-recursive-deletes, dired-recursive-copies):
705 * info.el (Info-current-subfile):
706 * ls-lisp.el (ls-lisp-verbosity):
707 * msb.el (msb-menu-cond):
708 * pcvs.el (cvs-dired-use-hook):
709 * simple.el (set-mark-command-repeat-pop):
710 * time.el (display-time-24hr-format, display-time-mail-file):
711 Doc fixes.
712
713 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
714 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
715
716 * view.el (view-inhibit-help-message): Fix typo in docstring.
717 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
718
719 2007-05-14 Eli Zaretskii <eliz@gnu.org>
720
721 * mail/rmail.el (rmail-convert-to-babyl-format):
722 Check content-transfer-encoding _last_, because we need its position
723 in base64-header-field-end.
724
725 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
726
727 * files.el (mode-require-final-newline, require-final-newline)
728 (enable-local-variables, enable-local-eval): Doc fixes.
729
730 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
731
732 * progmodes/python.el (python-font-lock-keywords)
733 (python-open-block-statement-p, python-mode): Add support for the new
734 "with" keyword.
735
736 2007-05-10 Richard Stallman <rms@gnu.org>
737
738 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
739 (iso-cvt-write-only): Likewise.
740
741 * emacs-lisp/easy-mmode.el (define-minor-mode):
742 Fix generated doc string.
743
744 * startup.el (fancy-splash-text): Add URL of guided tour.
745 Adjust horizontal and vertical whitespace.
746
747 * progmodes/compile.el (compilation-handle-exit):
748 Use run-hook-with-args to run compilation-finish-functions.
749
750 * files.el (file-start-mode-alist): New variable.
751 (magic-mode-regexp-match-limit): Doc fix.
752 (set-auto-mode): Handle file-start-mode-alist.
753 A little cleanup of structure.
754
755 2007-05-10 Davis Herring <herring@lanl.gov>
756
757 * calendar/timeclock.el (timeclock-in): Fix non-interactive
758 workday specifications.
759 (timeclock-log): Don't kill the log buffer if it already existed.
760
761 2007-05-08 Richard Stallman <rms@gnu.org>
762
763 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
764 Don't include non-self-insert commands in the exception for `-'.
765
766 2007-05-08 David Reitter <david.reitter@gmail.com>
767
768 * progmodes/python.el (python-guess-indent): Check non-nullness
769 before comparing indent against the 2..8 interval.
770
771 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
772
773 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
774 available.
775
776 2007-05-06 Richard Stallman <rms@gnu.org>
777
778 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
779
780 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
781
782 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
783 disconnections.
784
785 2007-05-01 Romain Francoise <romain@orebokech.com>
786
787 * dired-x.el: Revert 2007-04-06 change.
788
789 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
790
791 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
792 don't put stop on toolbar.
793
794 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
795
796 * find-dired.el (find-dired-filter): Propertize all text down to eob.
797
798 2007-04-29 Richard Stallman <rms@gnu.org>
799
800 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
801
802 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
803
804 * progmodes/cc-mode.el (c-before-change): Use point-min rather
805 than 1.
806
807 2007-04-28 Richard Stallman <rms@gnu.org>
808
809 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
810
811 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
812
813 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
814
815 2007-04-28 Eli Zaretskii <eliz@gnu.org>
816
817 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
818 instead of $(lisp)/mh-e.
819
820 * textmodes/fill.el (fill-paragraph): Doc fix.
821
822 2007-04-28 Glenn Morris <rgm@gnu.org>
823
824 * image-dired.el (image-dired-cmd-create-thumbnail-options)
825 (image-dired-cmd-create-temp-image-options): Replace option
826 +profile "*" with -strip.
827
828 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
829
830 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
831 Use window-start and window-end.
832
833 2007-04-26 Glenn Morris <rgm@gnu.org>
834
835 * progmodes/python.el: Restore file pending consideration of legal
836 status.
837
838 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
839
840 * locate.el (locate-in-alternate-database): Doc fix.
841
842 2007-04-26 Glenn Morris <rgm@gnu.org>
843
844 * button.el (button): Use underline if supported, else fall back
845 to color.
846
847 2007-04-25 Richard Stallman <rms@gnu.org>
848
849 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
850
851 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
852
853 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
854 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
855 pushing mark.
856 (idlwave-current-routine): Don't push mark.
857
858 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
859
860 * image-dired.el (image-dired-display-image): Derive image-type from
861 filename rather than assuming jpeg, in case no resizing was needed.
862
863 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
864
865 * custom.el (defface): Doc fix.
866
867 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
868
869 * progmodes/python.el: Remove due to unclear legal issues.
870
871 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
872
873 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
874 Don't re-query for each cleared BP.
875 (idlwave-shell-clear-bp): Optionally skip BP query.
876 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
877 of set-window-buffer, which incorrectly moves displayed region.
878
879 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
880
881 * calc/calc.el (calc-bug-address): Update maintainer's address.
882 * calc/*: Update maintainer's address.
883
884 2007-04-23 Richard Stallman <rms@gnu.org>
885
886 * simple.el (set-mark-command-repeat-pop): Doc fix.
887 Put in `editing-basics' group.
888
889 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
890
891 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
892 New functions.
893 (Info-mode-line-node-keymap): Bind mouse commands to
894 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
895
896 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
897
898 * locate.el (locate-local-prompt): New var.
899 (locate-prompt-for-command): Doc fix.
900 (locate-prompt-for-search-string): New function.
901 (locate): New optional arg. Make locate-local-prompt
902 buffer-local. Use locate-prompt-for-search-string.
903 (locate-with-filter): New optional arg.
904 Use locate-prompt-for-search-string.
905 (locate-update): Bind locate-prompt-for-command.
906
907 2007-04-23 Glenn Morris <rgm@gnu.org>
908
909 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
910
911 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
912
913 * button.el (button): Inherit from link face on a tty.
914
915 2007-04-23 Glenn Morris <rgm@gnu.org>
916
917 * button.el (button): Use color for this face on a tty.
918
919 * files.el (magic-mode-alist): Allow for carriage-returns in
920 html-mode and sgml-mode entries.
921
922 2007-04-22 Richard Stallman <rms@gnu.org>
923
924 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
925 Improve doc string of generated command.
926
927 * subr.el (read-number): Catch errors.
928
929 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
930
931 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
932
933 * image-dired.el: Rename from thumbnails.el. All instances of
934 "thumbnails" replaced with "image-dired".
935
936 * dired.el (dired-mode-map): Rename "thumbnails" again, to
937 "image-dired".
938
939 2007-04-22 Kim F. Storm <storm@cua.dk>
940
941 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
942 Don't use kill-line.
943
944 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
945
946 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
947 error message.
948
949 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
950
951 * dired.el: Rename "tumme" to "thumbnails".
952
953 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
954 replaced with "thumbnails".
955
956 2007-04-22 Glenn Morris <rgm@gnu.org>
957
958 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
959 and give it the risky-local-variable property.
960
961 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
962 before defining it.
963
964 2007-04-21 Martin Rudalics <rudalics@gmx.at>
965
966 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
967 Use delete-region instead of kill-line.
968
969 2007-04-21 Alan Mackenzie <acm@muc.de>
970
971 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
972 `kill-region' by `delete-region'.
973
974 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
975
976 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
977 instead of kill-region.
978
979 * progmodes/mantemp.el (mantemp-make-mantemps-region)
980 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
981 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
982 and kill-line.
983
984 * progmodes/vhdl-mode.el (vhdl-template-type)
985 (vhdl-template-record, vhdl-template-nature)
986 (vhdl-template-configuration-spec, vhdl-template-component-inst)
987 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
988 Use delete-region instead of kill-word and kill-line.
989
990 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
991
992 * dired-x.el (dired-virtual-mode): Doc fix.
993
994 2007-04-21 Richard Stallman <rms@gnu.org>
995
996 * font-lock.el (font-lock-keywords-alist): Mark as risky.
997
998 * subr.el (read-number): Doc fix.
999
1000 * simple.el (pop-to-mark-command): Display message "mark popped"
1001 if point does not move.
1002 (set-mark-command): Doc fix.
1003
1004 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
1005
1006 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
1007 (locate-local-filter, locate-local-search): New vars.
1008 (locate): Make variables local.
1009 (locate-update): Bind locate-buffer-name. Call locate using
1010 locate-local-filter and locate-local-search.
1011
1012 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
1013
1014 * hi-lock.el (hi-lock-file-patterns-policy): New var.
1015 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
1016 (hi-lock-mode): Update docstring.
1017
1018 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1019
1020 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
1021 fill-nobreak-predicate when the break is past fill-column.
1022
1023 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
1024
1025 * locate.el (locate): Output from shell-command should go in the
1026 current buffer rather than *Shell Command Output*.
1027
1028 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
1029
1030 * paren.el (show-paren-function): Fix last fix.
1031
1032 2007-04-19 Kevin Ryde <user42@zip.com.au>
1033
1034 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
1035 (archive-lzh-summarize): Add optional start arg for where to start
1036 looking at the archive.
1037 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
1038
1039 * international/mule.el (auto-coding-alist): no-conversion for .exe
1040 and .EXE.
1041
1042 2007-04-19 Alan Mackenzie <acm@muc.de>
1043
1044 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
1045 function return type contains "struct", "union", etc.
1046 c-end-of-defun goes too far forward.
1047
1048 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
1049
1050 * paren.el (show-paren-function): Reset window-start to avoid
1051 recentering.
1052
1053 2007-04-19 Glenn Morris <rgm@gnu.org>
1054
1055 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
1056
1057 2007-04-18 Glenn Morris <rgm@gnu.org>
1058
1059 * calendar/diary-lib.el (diary-header-line-format): Add a custom
1060 :set function.
1061 (diary-list-entries): Only switch to diary-mode from
1062 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
1063 diary-mode set header-line-format, in case of any customization.
1064
1065 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
1066
1067 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
1068 is less than the length of parse-time-syntax.
1069
1070 2007-04-17 David Kastrup <dak@gnu.org>
1071
1072 * replace.el (query-replace-regexp-eval): Deprecate.
1073
1074 2007-04-17 Alan Mackenzie <acm@muc.de>
1075
1076 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
1077 point too close to EOB, leave point at EOB rather than last `}'.
1078
1079 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1080
1081 * textmodes/bibtex.el (bibtex-include-OPTkey)
1082 (bibtex-user-optional-fields, bibtex-entry-field-alist):
1083 Fix defcustom.
1084
1085 2007-04-17 Glenn Morris <rgm@gnu.org>
1086
1087 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
1088 be encoded, fall back to current year.
1089
1090 2007-04-14 Kevin Ryde <user42@zip.com.au>
1091
1092 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
1093 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
1094 M "MSDOS".
1095
1096 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
1097
1098 * progmodes/python.el (python-end-of-block): Avoid looping forever
1099 if python-next-statement fails.
1100
1101 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1102
1103 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
1104
1105 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
1106
1107 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
1108 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
1109
1110 2007-04-15 Jay Belanger <belanger@truman.edu>
1111
1112 * calc/calc.el (calc-version): New function.
1113 (calc-trail-mode): Shorten the title.
1114
1115 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
1116
1117 * mail/footnote.el (footnote-style): Clarify docstring to state
1118 that customizing this only applies to future footnotes.
1119
1120 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1121
1122 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
1123 (bibtex-make-field): Check that INIT is a string. Use functionp.
1124
1125 2007-04-14 Glenn Morris <rgm@gnu.org>
1126
1127 * complete.el (PC-goto-end): New buffer-local variable.
1128 (PC-do-completion-end): Make buffer-local.
1129 (partial-completion-mode) <choose-completion-string-functions>:
1130 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
1131 (PC-do-completion): New optional fourth argument GOTO-END. Add a
1132 doc string. Set PC-goto-end for choose-completion.
1133 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
1134 PC-do-completion.
1135
1136 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
1137 arg to bibtex-make-field.
1138 (bibtex-make-field): Add optional fourth arg NODELIM.
1139 Insert delimiters around INIT unless this arg is non-nil.
1140
1141 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
1142
1143 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
1144 global map isn't modified.
1145
1146 2007-04-14 Glenn Morris <rgm@gnu.org>
1147
1148 * calendar/appt.el (appt-disp-window): Do not split small windows.
1149 Suggested by Jeff Miller <jmiller@cablespeed.com>.
1150
1151 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
1152
1153 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
1154
1155 * files.el: Ditto.
1156
1157 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
1158
1159 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
1160
1161 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
1162 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
1163 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
1164 (term-pager-help): Fix typos in docstrings.
1165
1166 * wid-edit.el (widget-documentation): Fix typo in docstring.
1167
1168 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
1169 Fix typos in error messages.
1170
1171 2007-04-13 Martin Rudalics <rudalics@gmx.at>
1172
1173 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
1174 window marked as dedicated.
1175
1176 * mail/footnote.el (footnote-latin-string): New variable.
1177 (footnote-latin-regexp): Redefine as regexp alternative.
1178 (Footnote-latin): Use footnote-latin-string instead of
1179 footnote-latin-regexp.
1180
1181 2007-04-13 Glenn Morris <rgm@gnu.org>
1182
1183 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
1184 inherited keymaps.
1185
1186 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
1187
1188 * outline.el (outline-get-next-sibling): Clarify docstring.
1189 (outline-get-last-sibling): Handle case where we are at the first
1190 heading. Clarify docstring.
1191
1192 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
1193
1194 * progmodes/gud.el (gud-minor-mode-map): Make go button same
1195 length as stop button to lessen flicker.
1196 (jdb): Add gud-print.
1197 (gud-find-expr): Jdb prints the expression with the value, so
1198 don't insert it in the output.
1199
1200 2007-04-11 Jason Rumney <jasonr@gnu.org>
1201
1202 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
1203 case hex. Do not try to decode non-hex letters.
1204
1205 2007-04-11 Markus Triska <markus.triska@gmx.at>
1206
1207 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
1208 (byte-optimize-backward-word): Remove (move to bytecomp.el).
1209 (byte-optimize-form-code-walker): Evaluate pure function calls if
1210 possible.
1211 (byte-optimize-all-constp): New function.
1212
1213 * emacs-lisp/bytecomp.el (byte-compile-char-before):
1214 Improve numeric argument case.
1215 (byte-compile-backward-char, byte-compile-backward-word):
1216 New functions, performing rewriting previously done in byte-opt.el.
1217 Fix their "Fixme" item (restriction to numeric arguments).
1218
1219 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
1220
1221 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
1222 with dolist.
1223 (after-init-hook): Don't quote lambda.
1224 (desktop-first-buffer): Don't wrap it in eval-when-compile.
1225 (desktop-internal-v2s): Remove unused var `el'.
1226 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
1227 desktop-restore-file-buffer.
1228 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
1229 desktop-create-buffer.
1230
1231 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
1232
1233 * woman.el (woman-decode-buffer): Postpone macro-set check...
1234 (woman-decode-region): ...to here.
1235
1236 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
1237
1238 * startup.el (tty-handle-args): Use %S to log ARGS.
1239
1240 2007-04-10 Glenn Morris <rgm@gnu.org>
1241
1242 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
1243 it is obsolete and has no effect.
1244
1245 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
1246 byte-compiler.
1247
1248 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
1249 obsolete function make-local-hook.
1250
1251 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
1252 start to quieten byte-compiler.
1253
1254 2007-04-10 Markus Triska <markus.triska@gmx.at>
1255
1256 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
1257 to bytecomp.el as byte-compile-char-before).
1258 * emacs-lisp/bytecomp.el (byte-compile-char-before):
1259 New function (modified replacement for byte-optimize-char-before in
1260 byte-opt.el).
1261
1262 2007-04-09 Alan Mackenzie <acm@muc.de>
1263
1264 * startup.el (inhibit-splash-screen): Emphatically state that it
1265 can't be set in site-start.el.
1266
1267 2007-04-09 Masatake YAMATO <jet@gyve.org>
1268
1269 * progmodes/cc-subword.el (c-capitalize-subword): More closely
1270 mimic the behavior of `capitalize-word'. Do not move point with a
1271 negative argument. Based on tiny change by Paul Curry.
1272
1273 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
1274
1275 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
1276 Don't move point if ARG is negative.
1277
1278 2007-04-09 Alan Mackenzie <acm@muc.de>
1279
1280 Changes to make `narrow-to-defun' and `mark-defun' work properly
1281 in CC Mode:
1282
1283 * progmodes/cc-defs.el (c-beginning-of-defun-1):
1284 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
1285 Bind beginning/end-of-defun-function to nil around calls to
1286 beginning/end-of-defun.
1287
1288 * progmodes/cc-langs.el (beginning-of-defun-function)
1289 (end-of-defun-function): New c-lang-setvar's.
1290
1291 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
1292 (setq arg 1))" to enable non-interactive call.
1293
1294 2007-04-09 Eli Zaretskii <eliz@gnu.org>
1295
1296 * simple.el (set-mark-command): Doc fix.
1297
1298 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
1299
1300 * progmodes/gud.el (gdb): Restore existing session if user
1301 tries to start a second one in graphical mode.
1302
1303 2007-04-08 Martin Rudalics <rudalics@gmx.at>
1304
1305 * cus-start.el <scroll-preserve-screen-position>: Add choices.
1306
1307 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1308
1309 * term/xterm.el (terminal-init-xterm): Fix key definitions.
1310 Add binding for C-M-SPC.
1311
1312 2007-04-08 Richard Stallman <rms@gnu.org>
1313
1314 * pcomplete.el (pcomplete-read-event): One single definition,
1315 and not a defsubst.
1316
1317 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
1318
1319 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
1320 byte-compiler warning "value unused".
1321
1322 2007-04-08 Andreas Schwab <schwab@suse.de>
1323
1324 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
1325
1326 2007-04-07 Glenn Morris <rgm@gnu.org>
1327
1328 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
1329 Autoload these functions.
1330 (diary-date-forms): Add a custom :set form.
1331
1332 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
1333 before first use.
1334 (diary-font-lock-keywords): New function with old code for
1335 initialization of variable of same name.
1336
1337 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
1338
1339 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
1340 clean-up: only insert space when on identifier, etc.
1341
1342 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
1343
1344 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
1345
1346 * net/tls.el (open-tls-stream): Properly handle case where there
1347 is no associated buffer.
1348
1349 2007-04-07 Glenn Morris <rgm@gnu.org>
1350
1351 * ffap.el (ffap-file-at-point): Lower the priority of the
1352 ffap-ftp-sans-slash-regexp check.
1353
1354 2007-04-06 Alan Mackenzie <acm@muc.de>
1355
1356 Fix fontification of labels, and other things with ":".
1357
1358 * progmodes/cc-engine.el (c-forward-label): The function now
1359 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
1360 the former t.
1361
1362 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
1363 new return code from c-forward-label, fontifying tokens properly.
1364 Add some general comments throughout the file.
1365
1366 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
1367
1368 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
1369 Revert 2006-01-27 change.
1370
1371 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
1372
1373 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
1374
1375 * desktop.el (desktop-create-buffer, desktop-save):
1376 Revert 2004-11-12 change for lack of copyright papers.
1377
1378 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
1379 (dired-guess-default): Respect case.
1380
1381 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
1382
1383 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
1384 was originally checked in as byte-optimize-concat on 1997-11-02.
1385
1386 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
1387 1995-05-19 doc changes.
1388
1389 2007-04-06 Kim F. Storm <storm@cua.dk>
1390
1391 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
1392 (unload-feature): Update interactive spec accordingly.
1393
1394 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
1395
1396 2007-04-06 John Paul Wallington <jpw@pobox.com>
1397
1398 * subr.el (with-case-table): Use `make-symbol' to avoid variable
1399 capture. Restore the table in the same buffer.
1400
1401 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
1402
1403 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
1404
1405 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
1406 Print entire form.
1407
1408 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
1409
1410 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
1411 for low-color displays.
1412
1413 2007-04-05 Glenn Morris <rgm@gnu.org>
1414
1415 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
1416 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
1417 Seed random number generator on loading.
1418
1419 * emacs-lisp/authors.el (top-level): Provide self.
1420
1421 * play/animate.el (top-level): Provide self.
1422
1423 2007-04-04 Alan Mackenzie <acm@muc.de>
1424
1425 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
1426 to mention c-syntactic-indentation.
1427
1428 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
1429
1430 * subr.el (with-case-table): New macro.
1431
1432 * international/mule.el (ascii-case-table): New var.
1433
1434 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
1435 downcasing.
1436
1437 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
1438
1439 * progmodes/gud.el (gud-minor-mode-map): Simplify.
1440
1441 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
1442 of the window if we're outside it e.g menu-bar.
1443
1444 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
1445 window if we're outside it e.g menu-bar.
1446
1447 2007-04-03 Eli Zaretskii <eliz@gnu.org>
1448
1449 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
1450 decode base-64 encoded body if its content-type is something other
1451 than text/* or message/*.
1452
1453 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
1454
1455 * simple.el (activate-mark-hook): Fix typo in docstring.
1456
1457 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
1458
1459 * tmm.el (tmm-c-prompt): Initialize.
1460 (tmm-menubar): Deal with extended menu-items at top level.
1461 (tmm-get-keybind): Handle bindings redefined/undefined locally.
1462 (tmm-prompt): Handle visibility of top level menu-items.
1463
1464 * progmodes/gud.el (gud-menu-map): Simplify.
1465 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
1466 menubar.
1467
1468 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
1469
1470 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
1471
1472 * comint.el (comint-send-input): Widen the buffer first.
1473
1474 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
1475
1476 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
1477
1478 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
1479 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
1480
1481 * newcomment.el (comment-search-forward): Discard comment starters
1482 before point.
1483
1484 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
1485
1486 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
1487
1488 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
1489
1490 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
1491 when downcasing.
1492
1493 * button.el (previous-button): Rewrite to account for adjacent buttons.
1494
1495 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
1496
1497 * progmodes/idlwave.el (idlwave-auto-fill):
1498 Revert paragraph-separate change.
1499
1500 * progmodes/idlw-shell.el (idlwave-shell-break-in):
1501 Simplify module calc.
1502 (idlwave-shell-set-bp-in-module): Compute module.
1503
1504 2007-03-31 Glenn Morris <rgm@gnu.org>
1505
1506 * emacs-lisp/timer.el (run-at-time): Doc fix.
1507
1508 * emacs-lisp/warnings.el (display-warning): If we create the
1509 buffer displaying the warning, disable undo there.
1510
1511 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
1512
1513 * net/tramp.el (tramp-register-file-name-handler)
1514 (tramp-register-completion-file-name-handler): New defsubst,
1515 derived from `tramp-register-file-name-handlers'. The split is
1516 necessary because Tramp's file name handlers must be registered at
1517 different startup places.
1518
1519 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
1520
1521 * progmodes/hideshow.el (turn-off-hideshow): New function.
1522 (hs-minor-mode): Use it instead of a lambda expression in
1523 change-major-mode-hook.
1524
1525 2007-03-31 David Kastrup <dak@gnu.org>
1526
1527 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
1528 corresponding to MANPATH_MAP entries.
1529 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
1530 (woman-parse-man.conf): Use more discriminating man.conf name.
1531 (woman-parse-man.conf): Parse MANPATH_MAP entries.
1532 (woman-manpath): Doc fix and type fix.
1533 (woman-cached-data): Check for MANPATH_MAP entries.
1534 (woman-expand-directory-path): Treat MANPATH_MAP entries.
1535
1536 2007-03-31 Stuart Herring <herring@lanl.gov>
1537
1538 * emacs-lisp/sregex.el (sregexq): Doc fix.
1539
1540 2007-03-31 Markus Triska <markus.triska@gmx.at>
1541
1542 * flymake.el (flymake-err-line-patterns): Doc fix.
1543
1544 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
1545
1546 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
1547 Move to the right.
1548
1549 2007-03-30 Alan Mackenzie <acm@muc.de>
1550
1551 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
1552
1553 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
1554
1555 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
1556 Use it, passed in explicitly, instead of from the dynamic binding.
1557 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
1558
1559 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
1560
1561 * simple.el (blink-matching-open): When in minibuffer, don't
1562 search for a match inside the prompt.
1563
1564 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
1565
1566 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
1567 (tmm-prompt): Don't make the mouse user select the first menu
1568 item twice.
1569
1570 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
1571
1572 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
1573 SIGUSR1 and SIGUSR2.
1574
1575 2007-03-29 Kim F. Storm <storm@cua.dk>
1576
1577 * ido.el (ido-read-internal): When reading file or dir, only override
1578 minibuffer-local-filename-completion-map, otherwise only override
1579 minibuffer-local-completion-map.
1580
1581 2007-03-29 Glenn Morris <rgm@gnu.org>
1582
1583 * complete.el (partial-completion-mode): Set PC-do-completion-end
1584 to nil after use.
1585 (PC-lisp-complete-symbol): Create and use a marker at `end',
1586 rather than using point-marker.
1587
1588 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
1589
1590 * simple.el (next-error-highlight): Doc fix.
1591 (compose-mail): Revert 2007-03-19 change.
1592
1593 2007-03-28 Richard Stallman <rms@gnu.org>
1594
1595 * emacs-lisp/edebug.el (edebug-display): Don't go to
1596 edebug-outside-buffer if it is dead.
1597
1598 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
1599
1600 * view.el (view-mode): Fix typos in docstring.
1601
1602 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
1603
1604 * recentf.el (recentf-save-file): Add a custom :set function.
1605
1606 2007-03-28 Glenn Morris <rgm@gnu.org>
1607
1608 * complete.el (PC-do-completion-end): New variable.
1609 (partial-completion-mode) <choose-completion-string-functions>:
1610 Use PC-do-completion-end in the non-minibuffer case to replace the
1611 correct amount of text.
1612 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
1613 (PC-lisp-complete-symbol): Give marker the after-insertion type,
1614 to deal with improvements inserted after point.
1615
1616 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1617
1618 * button.el (make-text-button): Add explicit `button' property.
1619 (default-button): Don't put a `button' property on it.
1620
1621 * progmodes/python.el (python-mode): Skip comments when parsing.
1622
1623 * vc-arch.el (vc-with-current-file-buffer): New macro.
1624 (vc-arch-file-source-p): Use it to avoid infloop.
1625
1626 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
1627
1628 * emacs-lisp/lisp.el (lisp-complete-symbol):
1629 Fix call to get-buffer-window to find windows in other frames.
1630
1631 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1632
1633 * comint.el (comint-proc-query, comint-dynamic-list-completions):
1634 Fix calls to get-buffer-window to find windows in other frames.
1635 Reported by David Hansen <david.hansen@gmx.net>.
1636
1637 2007-03-27 Kevin Ryde <user42@zip.com.au>
1638
1639 * info.el (Info-display-images-node): On a text-only terminal,
1640 show the "text" or "alt" parts of the image blobs.
1641
1642 2007-03-27 Glenn Morris <rgm@gnu.org>
1643
1644 * complete.el (PC-do-completion): Compute completion-base-size in
1645 the non-filename case, rather than setting to nil.
1646 (PC-lisp-complete-end): New variable.
1647 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
1648 original end in a series of consecutive invocations.
1649
1650 * calendar/calendar.el (calendar-mode-hook): Declare it.
1651
1652 * calendar/diary-lib.el (diary-live-p): Do not check for
1653 diary-selective-display.
1654
1655 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1656
1657 * replace.el (occur-next-error): *Occur* might not be displayed in the
1658 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
1659
1660 2007-03-26 Richard Stallman <rms@gnu.org>
1661
1662 * textmodes/flyspell.el (flyspell-large-region):
1663 Use ispell-call-process-region.
1664
1665 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1666
1667 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
1668 Use prin1 instead of princ.
1669
1670 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
1671
1672 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
1673 Merge in X resources before global face.
1674
1675 * progmodes/compile.el (compilation-start): Save compilation-directory
1676 rather than default-directory as local var.
1677 (compilation-directory): Mark as safe local var.
1678
1679 * files.el: Don't mark default-directory as a safe local var.
1680
1681 2007-03-25 Alan Mackenzie <acm@muc.de>
1682
1683 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
1684 * progmodes/cc-engine.el: Fix typo.
1685
1686 2007-03-25 Juri Linkov <juri@jurta.org>
1687
1688 * compare-w.el (compare-windows): Rename customization group
1689 `compare-w' to `compare-windows'.
1690 (compare-windows-whitespace, compare-ignore-whitespace)
1691 (compare-ignore-case, compare-windows-sync)
1692 (compare-windows-sync-string-size, compare-windows-recenter)
1693 (compare-windows-highlight, compare-windows): Change group name in
1694 the `group' tag from `compare-w' to `compare-windows'.
1695 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
1696
1697 2007-03-24 Markus Triska <markus.triska@gmx.at>
1698
1699 * expand.el: Change example to always enable abbrev-mode,
1700 and remove redundant `function'.
1701 (expand-abbrev-hook): Add autoload cookie.
1702
1703 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
1704
1705 * emacs-lisp/testcover.el (testcover-start, testcover-end)
1706 (testcover-mark-all, testcover-unmark-all): Add prompts to
1707 interactive specs.
1708
1709 2007-03-24 Jason Rumney <jasonr@gnu.org>
1710
1711 * autorevert.el (find-file-hook, auto-revert-tail-mode):
1712 Use file size in bytes for auto-revert-tail-pos not characters.
1713
1714 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
1715
1716 * vc-rcs.el (vc-rcs-annotate-command):
1717 Set text property :vc-annotate-prefix on the annotation text.
1718 (vc-rcs-annotate-time): Instead of searching for ": ",
1719 search for end of text propertized with :vc-annotate-prefix.
1720
1721 2007-03-24 Martin Rudalics <rudalics@gmx.at>
1722
1723 * whitespace.el (top level): Remove calls putting
1724 permanent-local nil property since these are no-ops.
1725
1726 * man.el (Man-support-local-filenames): Assure that
1727 default-directory exists when doing call-process.
1728
1729 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
1730
1731 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
1732 Fix omission bug: Use m4-program-options to construct shell command.
1733
1734 2007-03-23 David Kastrup <dak@gnu.org>
1735
1736 * progmodes/cc-mode.el (c-make-emacs-variables-local):
1737 Use `mapcar' rather than `mapcan' to silence compiler warning.
1738
1739 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
1740
1741 * textmodes/reftex.el, textmodes/reftex-vars.el,
1742 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
1743 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
1744 * textmodes/reftex-index.el, textmodes/reftex-global.el,
1745 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
1746 * textmodes/reftex-auc.el: Add maintainer address.
1747
1748 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
1749
1750 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
1751 Make sure that `global-font-lock-mode' does not turn on font-lock
1752 in these buffers.
1753
1754 2007-03-21 Kim F. Storm <storm@cua.dk>
1755
1756 * xt-mouse.el (xt-mouse-epoch): New variable.
1757 (xterm-mouse-event): Use float-time.
1758
1759 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
1760
1761 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
1762 current-time.
1763
1764 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1765
1766 * complete.el (read-file-name-internal): Don't add the final > if the
1767 completion is not finished (re-application of this patch, which was
1768 accidentally undone by Eli).
1769
1770 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
1771
1772 * emulation/viper.el (viper-non-hook-settings): Handle mouse
1773 clicks in describe-key and describe-key-briefly advice a little better.
1774
1775 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
1776
1777 * server.el (server-process-filter): Cancel any pending isearch.
1778
1779 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
1780
1781 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
1782 (icalendar--get-unfolded-buffer): Define actual arguments rather
1783 than just using &rest. Check replace-in-string is fbound.
1784 (icalendar-import-buffer): Doc fix.
1785 (icalendar--convert-ical-to-diary): Set diary-file.
1786 Check diary-file before inserting final newline.
1787 (icalendar--add-diary-entry): Return diary-file.
1788
1789 2007-03-21 Glenn Morris <rgm@gnu.org>
1790
1791 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
1792 (diary-display-hook): Add custom :set function.
1793
1794 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
1795 Add custom :set function.
1796 (diary-header-line-format): Doc fix.
1797 (diary-set-maybe-redraw): New function.
1798 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
1799 (diary-list-entries): Always run diary-mode.
1800
1801 2007-03-20 Kenichi Handa <handa@m17n.org>
1802
1803 * international/quail.el (quail-setup-completion-buf): Make the
1804 completion buffer read-only.
1805 (quail-completion): Adjusted for the above change. Leave the
1806 modified flag nil.
1807
1808 2007-03-20 David Kastrup <dak@gnu.org>
1809
1810 * files.el (magic-mode-alist): Require literal "%!PS" string for
1811 magic postscript file detection.
1812
1813 2007-03-20 Richard Stallman <rms@gnu.org>
1814
1815 * textmodes/ispell.el (ispell-call-process): New function.
1816 Defends against bad `default-directory.'
1817 (ispell-check-version, ispell-find-aspell-dictionaries)
1818 (ispell-get-aspell-config-value, lookup-words): Call it.
1819 (ispell-call-process-region): New function.
1820 (ispell-send-string): Call it.
1821
1822 2007-03-20 Andreas Schwab <schwab@suse.de>
1823
1824 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
1825 (finder-data): Likewise.
1826 (autoloads): Likewise.
1827
1828 2007-03-20 Martin Rudalics <rudalics@gmx.at>
1829
1830 * files.el (basic-save-buffer): Do not set visited filename when
1831 the corresponding directory does not exist or the specified
1832 filename is that of an existing directory.
1833
1834 2007-03-20 Glenn Morris <rgm@gnu.org>
1835
1836 * calendar/diary-lib.el (diary-live-p): New function.
1837 (number-of-diary-entries): Add a :set function to redisplay diary
1838 when necessary.
1839
1840 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
1841
1842 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
1843 from client program, mev, to compute mouse event.
1844
1845 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
1846
1847 * faces.el (momentary): Face removed; unused due to reversion of
1848 2007-01-04 changes by Kevin Rodgers.
1849
1850 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
1851 Suggested by Johan Bockg\e,Ae\e(Brd.
1852
1853 2007-03-19 Martin Rudalics <rudalics@gmx.at>
1854
1855 * font-lock.el (lisp-font-lock-keywords-1):
1856 Highlight define-globalized-minor-mode as a keyword.
1857
1858 2007-03-19 Kim F. Storm <storm@cua.dk>
1859
1860 * calc/calc-forms.el (math-std-daylight-savings)
1861 (math-std-daylight-savings-old): Doc fix.
1862
1863 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
1864
1865 * progmodes/python.el (python-default-template): Doc fix.
1866 (python-buffer): Fix typo in docstring.
1867
1868 * isearchb.el (isearchb-follow-char):
1869 * subr.el (def-edebug-spec): Fix typo in docstring.
1870
1871 2007-03-19 Richard Stallman <rms@gnu.org>
1872
1873 * files.el (default-directory): Mark safe.
1874 (basic-save-buffer-2): Put proper dir name in error message.
1875
1876 * simple.el (compose-mail): Run switch-function after
1877 setting up the mail buffer.
1878
1879 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
1880
1881 2007-03-18 Jay Belanger <belanger@truman.edu>
1882
1883 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
1884 (math-std-daylight-savings-new): Rename from
1885 `math-std-daylight-savings'.
1886 (math-std-daylight-savings-old): Rename from old value of
1887 `math-std-daylight-savings'.
1888 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
1889 `math-std-daylight-savings-old' depending on the year.
1890
1891 2007-03-18 Detlev Zundel <dzu@gnu.org>
1892
1893 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
1894 zero-width regexps as invalid but rather at least count them correctly.
1895
1896 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
1897
1898 * net/tls.el (open-tls-stream): In handshake-waiting loop,
1899 don't wait more if there is output available to process.
1900
1901 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
1902
1903 * progmodes/compile.el (compilation-find-file): Revert change
1904 from 2006-07-18 to allow completion of directory names.
1905 Reported by John Carter <john.carter@tait.co.nz>.
1906
1907 2007-03-18 Kim F. Storm <storm@cua.dk>
1908
1909 * subr.el (when, unless): Doc fix.
1910
1911 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
1912
1913 * net/tls.el (tls-program): Doc fix.
1914
1915 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
1916
1917 * autorevert.el (auto-revert-tail-handler):
1918 Call after-revert-hook.
1919
1920 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
1921
1922 * simple.el (switch-to-completions): No error if search for \n\n fails.
1923
1924 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
1925
1926 * simple.el (line-move-1):
1927 Respect `inhibit-line-move-field-capture' property.
1928
1929 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
1930
1931 * comint.el (comint-arguments): Mark backslash-escaped chars.
1932 (comint-delim-arg): Don't treat them as delimiters.
1933
1934 2007-03-12 Kim F. Storm <storm@cua.dk>
1935 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
1936
1937 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
1938
1939 * tempo.el (tempo-insert): Deal with 'r> if it appears
1940 specified with a prompt argument.
1941
1942 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
1943
1944 * textmodes/org.el (org-set-font-lock-defaults):
1945 Handle narrow table columns correctly.
1946
1947 2007-03-12 Mark A. Hershberger <mah@everybody.org>
1948
1949 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
1950 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
1951 Return to use of the -no-properties variants. There was
1952 consensus on emacs-devel that the speed of these variants was
1953 prefered since we are usually parsing files (from the internet
1954 or on disk) instead of XML created in Emacs.
1955
1956 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
1957 Add customize option.
1958
1959 2007-03-12 Glenn Morris <rgm@gnu.org>
1960
1961 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
1962 North American rule. Replace "daylight savings" with "daylight
1963 saving" in doc.
1964
1965 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
1966 * calendar/lunar.el, solar.el: Replace "daylight savings" with
1967 "daylight saving" in text.
1968
1969 * woman.el (woman-change-fonts): Tweak previous change by using
1970 woman-request-regexp rather than "^\\.".
1971
1972 * startup.el (command-line-1): Make insertion of
1973 initial-scratch-message not depend on scratch being selected.
1974
1975 2007-03-11 Juri Linkov <juri@jurta.org>
1976
1977 * replace.el (match): Use yellow background on light-bg terminals.
1978
1979 2007-03-11 Richard Stallman <rms@gnu.org>
1980
1981 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
1982 Correctly compute line number.
1983
1984 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
1985
1986 * type-break.el (type-break-get-previous-count):
1987 Repeat previous change here.
1988
1989 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
1990
1991 * progmodes/grep.el (grep-find-ignored-directories):
1992 Add .git and .bzr to list.
1993
1994 2007-03-11 Andreas Schwab <schwab@suse.de>
1995
1996 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
1997
1998 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1999
2000 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
2001
2002 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
2003
2004 * faces.el (face-set-after-frame-default): Recalculate face
2005 customizations after applying X resources.
2006
2007 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
2008
2009 * net/rcirc.el (rcirc-timeout-seconds): New variable.
2010 (rcirc-keepalive-seconds): Remove variable.
2011 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
2012 (rcirc-process, rcirc-user-disconnect): New variables.
2013 (rcirc-connect): Initalize new variables.
2014 (rcirc-keepalive): Don't send keepalive pings before connection
2015 is completed.
2016 (rcirc-sentinel): Do mark all channels with activity when
2017 connection is dropped. Run hook with process buffer local.
2018 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
2019 (rcirc-buffer-process): Return value of rcirc-process if
2020 rcirc-server-buffer is nil.
2021 (rcirc-server-name): Return the reported server name.
2022 (rcirc-update-prompt): Simplify computation of the server name.
2023 (rcirc-format-response-string): Likewise.
2024 (rcirc-handler-001): Mark server as connected, record the reported
2025 server name, and schedule a timeout.
2026 (rcirc-track-nick): Add a spec for the tty class.
2027 (rcirc-user-non-nick): Remove function.
2028 (rcirc-nick-prefix-chars): Add variable.
2029 (rcirc-user-nick): Use above variable.
2030
2031 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2032
2033 * icomplete.el (icomplete-tidy, icomplete-exhibit):
2034 Bind deactivate-mark to nil.
2035
2036 2007-03-10 Martin Rudalics <rudalics@gmx.at>
2037
2038 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
2039 that buffer contents get erased during completion.
2040
2041 2007-03-10 Glenn Morris <rgm@gnu.org>
2042
2043 * woman.el (woman-change-fonts): Add a hack to deal with
2044 font-escape followed by "." at start of a line.
2045 (woman2-IP): Add a hack to deal with consecutive requests.
2046 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
2047
2048 2007-03-10 Alan Mackenzie <acm@muc.de>
2049
2050 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
2051
2052 2007-03-09 Richard Stallman <rms@gnu.org>
2053
2054 * abbrev.el (abbrev): Add `provide'.
2055
2056 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
2057
2058 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
2059
2060 2007-03-09 Martin Rudalics <rudalics@gmx.at>
2061
2062 * complete.el (PC-try-completion): New function.
2063 (PC-do-completion, read-file-name-internal): Use it instead of
2064 try-completion.
2065
2066 2007-03-08 Alan Mackenzie <acm@muc.de>
2067
2068 Remove stale tokens from `c-found-types' cache.
2069
2070 * progmodes/cc-mode.el (c-unfind-enclosing-token)
2071 (c-unfind-coalesced-tokens, c-before-change): New functions.
2072 (c-maybe-stale-found-type): New variable.
2073
2074 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
2075 (c-trim-found-types): New functions.
2076
2077 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
2078
2079 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
2080 (debug-ignored-errors): Add entry from smerge-match-conflict.
2081
2082 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
2083
2084 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
2085 special help topics for keywords.
2086 (idlwave-help-assistant-command): Include ".exe" for ms-dos
2087 etc. Assistant command.
2088
2089 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
2090
2091 * replace.el (occur-engine): Move buffer-undo-list binding...
2092 (occur-1): ...to here.
2093
2094 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
2095
2096 * simple.el (minibuffer-completing-symbol): New var.
2097 (eval-expression): Use it.
2098 (completion-setup-function): Don't bind completion-base-size when
2099 completing a symbol in the minibuffer.
2100
2101 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
2102
2103 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
2104 tries to start a second session in graphical mode.
2105
2106 2007-03-07 Miles Bader <miles@gnu.org>
2107
2108 * international/isearch-x.el
2109 (isearch-process-search-multibyte-characters):
2110 Strip text-properties from PROMPT to avoid an error from read-string.
2111
2112 2007-03-07 Kim F. Storm <storm@cua.dk>
2113
2114 * complete.el (PC-bindings): Remap lisp-complete-symbol to
2115 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
2116
2117 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
2118
2119 * complete.el (PC-do-completion): Delete duplicates in the list of
2120 possible completions.
2121
2122 2007-03-07 Glenn Morris <rgm@gnu.org>
2123
2124 * ses.el (ses-mode): Doc fix.
2125
2126 2007-03-06 Kim F. Storm <storm@cua.dk>
2127
2128 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
2129
2130 2007-03-06 Kenichi Handa <handa@m17n.org>
2131
2132 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
2133
2134 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
2135
2136 * simple.el (completion-setup-function): Improve last fix so it doesn't
2137 set it to a relative directory name either.
2138
2139 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2140
2141 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
2142
2143 2007-03-05 Richard Stallman <rms@gnu.org>
2144
2145 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
2146
2147 * files.el (find-file-noselect): No error if file no longer exists.
2148 Display a message and avoid other questions.
2149
2150 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2151
2152 * pcomplete.el (pcomplete-show-completions): Improve last change, so
2153 as not to use an invisible window and to create a window if none exist.
2154
2155 * progmodes/python.el (python-send-command): Restart proc if necessary.
2156 (python-proc): Simplify.
2157
2158 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
2159
2160 * pcomplete.el (pcomplete-show-completions): Search all frames for
2161 completions buffer.
2162
2163 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
2164
2165 * cus-edit.el (customize-save-variable): Clear customized-value
2166 property (saved values are now put in theme-value property).
2167 (customize-set-variable): Doc fix.
2168
2169 * complete.el (PC-do-completion): If completion-ignore-case is
2170 non-nil, replace field with completion string before exiting.
2171
2172 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
2173
2174 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
2175 Append its extension to the resulting temporary file name.
2176 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
2177
2178 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
2179 (tramp-smb-handle-write-region): Apply it.
2180
2181 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
2182
2183 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
2184 Redo previous change.
2185
2186 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
2187
2188 * diff-mode.el (diff-mode): Doc fix.
2189
2190 2007-03-05 Kenichi Handa <handa@m17n.org>
2191
2192 * international/characters.el: Set category `l' (latin)
2193 for more characters.
2194
2195 2007-03-04 Kim F. Storm <storm@cua.dk>
2196
2197 * emacs-lisp/authors.el (authors-aliases): Add alias.
2198
2199 2007-03-04 Glenn Morris <rgm@gnu.org>
2200
2201 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
2202 all when switching major mode.
2203 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
2204 (hs-block-start-mdata-select, hs-block-end-regexp)
2205 (hs-forward-sexp-func, hs-adjust-block-beginning):
2206 Do not make these variables permanent-local.
2207
2208 2007-03-04 Richard Stallman <rms@gnu.org>
2209
2210 * progmodes/cperl-mode.el (cperl-mode):
2211 Modify cperl-compilation-error-regexp-alist by appending.
2212
2213 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
2214 (edebug-mode): Add the hook.
2215 (edebug-recursive-edit): Remove the hook on exiting.
2216
2217 * type-break.el (type-break-get-previous-time):
2218 Handle end-of-file errors specially
2219 so they don't get reported wrong in .emacs.
2220
2221 * startup.el (fancy-splash-text): Clarify text.
2222
2223 * simple.el (beginning-of-buffer, end-of-buffer):
2224 Avoid treating plain C-u like numeric arg.
2225
2226 * simple.el (completion-setup-function): Don't set
2227 default-directory to nil.
2228
2229 * shell.el (shell-dirstack-query): Doc fix.
2230
2231 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
2232 Don't select the window -- pass it to primitives instead.
2233
2234 * faces.el (minibuffer-prompt): Use medium blue by default.
2235
2236 2007-03-04 David Kastrup <dak@gnu.org>
2237
2238 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
2239 Preserve 16 as default value for "seconds" when customizing.
2240
2241 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
2242
2243 * textmodes/org.el (org-self-insert-command)
2244 (orgtbl-self-insert-command, org-delete-char)
2245 (org-delete-backward-char): Set the `flyspell-delayed' property.
2246
2247 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
2248
2249 * international/mule.el (find-auto-coding): Don't search for
2250 line-ending characters past the end of the tail.
2251
2252 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
2253
2254 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
2255 Jump to the line where new score has been uploaded.
2256
2257 * play/tetris.el (tetris-move-bottom, tetris-move-left)
2258 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
2259 Do nothing when the game is paused.
2260
2261 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
2262
2263 * textmodes/org.el (org-set-tags): Prevent slipping of point
2264 during completion.
2265
2266 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
2267
2268 * isearch.el (isearch-message-prefix):
2269 Use minibuffer-prompt-properties.
2270
2271 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2272
2273 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
2274 (ps-setup): Print which Emacsen is running ps-print package.
2275
2276 2007-03-01 Stuart Herring <herring@lanl.gov>
2277
2278 * files.el (set-auto-mode-0): Use `indirect-function'.
2279 (hack-one-local-variable): Don't reapply current major mode.
2280
2281 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
2282
2283 * progmodes/python.el (python-quote-syntax): Don't bother with
2284 syntax-ppss-context.
2285 (python-fill-paragraph): Make sure that fenced-string delimiters that
2286 stand on their own line stay there.
2287
2288 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
2289
2290 * replace.el (perform-replace): Propertize message.
2291
2292 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
2293
2294 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
2295 invisible heading.
2296
2297 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
2298
2299 * net/tramp.el (tramp-file-name-handler): Revert last change.
2300
2301 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
2302
2303 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
2304 Correct doc strings.
2305
2306 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
2307
2308 * replace.el (perform-replace): Undo forward-char immediately if
2309 non-adjacent search fails.
2310
2311 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
2312
2313 * version.el (emacs-major-version, emacs-minor-version):
2314 string-to-int -> string-to-number.
2315
2316 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
2317
2318 * help.el (where-is): Fail gracefully when not passed a command.
2319
2320 2007-02-28 Stuart Herring <herring@lanl.gov>
2321
2322 * find-lisp.el (find-lisp-default-directory-predicate):
2323 Fix bug: Do symlink check on expanded filename.
2324
2325 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
2326
2327 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
2328 changes during replacement.
2329 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
2330
2331 2007-02-28 Lars Hansen <larsh@soem.dk>
2332
2333 * desktop.el: Delete header line listing me as maintainer.
2334
2335 2007-02-28 Glenn Morris <rgm@gnu.org>
2336
2337 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
2338 the menus case.
2339
2340 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
2341
2342 * net/tramp.el (tramp-file-name-handler): Inhibit modification
2343 hooks to avoid confusion when combining after-change calls.
2344
2345 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
2346
2347 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
2348 now that pgg-gpg-process-region correctly honors passed-in passphrase.
2349 (allout-distinctive-bullets-string): Add info about bullet conventions.
2350 (allout-mode): Add info about distinctive vs plain bullets.
2351
2352 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
2353
2354 * textmodes/org.el (org-archive-subtree): Quote variable name.
2355 (org-agenda-get-todos): Make sure skip properties are checked correctly.
2356
2357 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
2358
2359 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
2360 (gud-bashdb-command-name, bashdb): Remove.
2361 (gud, gud-menu-map): Remove references to bash/bashdb.
2362
2363 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
2364
2365 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
2366 keyword for Python 2.5.
2367
2368 2007-02-26 Romain Francoise <romain@orebokech.com>
2369
2370 * net/net-utils.el (whois-server-tld): Update server for .org.
2371 (whois-server-list): Add whois.publicinterestregistry.net.
2372 (whois-guess-server): Fix formatting in docstring.
2373
2374 2007-02-26 Kim F. Storm <storm@cua.dk>
2375
2376 * mouse.el (mouse-show-mark): Run hooks and perform command
2377 remapping for mouse-region-delete-keys.
2378
2379 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2380
2381 * font-core.el (font-lock-mode): Doc fix.
2382
2383 2007-02-25 Kim F. Storm <storm@cua.dk>
2384
2385 * ido.el (ido-buffer-internal): Set this-command to fallback command.
2386 Add selected buffer to buffer-name-history.
2387 (ido-file-internal): Set this-command to fallback command.
2388 Add file names to file-name-history.
2389
2390 * emacs-lisp/map-ynp.el (map-y-or-n-p):
2391 Apply minibuffer-prompt-properties.
2392
2393 2007-02-25 Andreas Schwab <schwab@suse.de>
2394
2395 * files.el (hack-one-local-variable-eval-safep): Correct handling
2396 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
2397
2398 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
2399
2400 * textmodes/org.el (org-table-overlay-coordinates)
2401 (org-table-toggle-coordinate-overlays): New functions.
2402 (org-table-overlay-coordinates, org-table-coordinate-overlays):
2403 New variables.
2404 (org-startup-with-deadline-check): Remove option.
2405 (org-mode): Remove deadline check on startup.
2406 (org-table-limit-column-width): Remove option.
2407 (org-table-formula-numbers-only): Remove option.
2408 (org-link-style, org-link-format): Remove options.
2409 (org-select-agenda-window, org-fit-agenda-window): Remove options.
2410 (org-export-ascii-show-new-buffer)
2411 (org-export-html-show-new-buffer): Remove options.
2412 (org-activate-links): Remove camel option.
2413 (org-file-link-context-use-camel-case): Remove option.
2414 (org-camel-regexp): Remove variable.
2415 (org-activate-camels): Remove function.
2416 (org-store-link): Remove Camel stuff.
2417 (org-make-org-heading-camel): Remove function.
2418 (org-open-at-point): Remove camel stuff.
2419 (org-link-search): Remove camel stuff.
2420 (org-camel-to-words): Function removed.
2421 (org-get-agenda-file-buffer): Make sure we prepare the base
2422 buffers, not any indirect buffers.
2423 (org-sort-entries): Sort top-level when not on a headline, and no
2424 active region.
2425 (org-in-regexp): New function.
2426 (org-search-not-self): Rename from `org-search-not-link'.
2427 (org-open-link-marker): New variable.
2428 (org-open-at-point): Set `org-open-link-marker'.
2429 (org-print-icalendar-entries): Fixe bug with excluding DONE
2430 entries from the exported list.
2431 (org-edit-formula-lisp-indent): New command.
2432 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
2433 (orgtbl-to-latex, orgtbl-insert-radio-table)
2434 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
2435 (orgtbl-radio-table-templates): New option.
2436 (org-store-link-props):
2437 (org-remember-templates): More possibilities to insert info
2438 into templates.
2439 (org-remember-apply-template): Make use of the extended
2440 template capabilities.
2441 (org-remember-redo-template): New command.
2442 (org-upgrade-old-links)
2443 (org-table-modify-formulas, org-table-replace-in-formulas)
2444 (org-table-find-dataline)
2445 (org-table-get-vertical-vector): Remove functions.
2446 (org-table-remove-rectangle-highlight)
2447 (org-time-stamp-format, org-toggle-log-option)
2448 (org-table-highlight-rectangle)
2449 (org-table-iterate, org-table-make-reference):
2450 (org-translate-time, org-tree-to-indirect-buffer)
2451 (org-table-field-info, org-table-fix-formulas)
2452 (org-table-force-dataline, org-table-get-descriptor-line)
2453 (org-table-get-range)
2454 (org-skip-comments, org-sort)
2455 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
2456 (org-table-current-dline, org-table-current-field-formula)
2457 (org-table-edit-backward-field)
2458 (org-table-edit-formulas-post-command)
2459 (org-table-edit-line-down, org-table-edit-line-up)
2460 (org-agenda-archive)
2461 (org-agenda-clock-cancel)
2462 (org-agenda-clock-out, org-agenda-list-stuck-projects)
2463 (org-agenda-open-link, org-agenda-show-new-time)
2464 (org-agenda-skip-subtree-when-regexp-matches)
2465 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
2466 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
2467 (org-do-sort, org-file-image-p, org-find-overlays)
2468 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
2469 (org-highlight-until-next-command, org-isearch-end)
2470 (org-match-any-p, org-next-link, org-previous-link):
2471 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
2472 (org-rewrite-old-row-references)
2473 (org-isearch-post-command)
2474 (org-table-edit-move, org-table-edit-next-field)
2475 (org-table-edit-scroll, org-table-edit-scroll-down)
2476 (org-set-frame-title, org-show-reference)
2477 (org-unhighlight-once, org-verify-change-for-undo): New functions.
2478 (org-show-variable): Remove command.
2479 (org-add-log-maybe): New arguments STATE, FINDPOS
2480 (org-table-sort-lines): Rewrite from scratch.
2481 (org-link-search): New argument AVOID-POS.
2482 (org-print-icalendar-entries): Remove argument CATEGORY.
2483 (org-run-agenda-series): Remove argument WONDOW.
2484 (org-next-link, org-previous-link): New commands.
2485 (org-agenda-date-format): New option.
2486 (org-table-iterate): New command.
2487 (org-table-modify-formulas)
2488 (org-table-replace-in-formulas): Remove functions.
2489 (org-table-fix-formulas): New function.
2490 (org-table-insert-column, org-table-delete-column)
2491 (org-table-move-column): Use `org-table-fix-formulas'.
2492 (org-follow-gnus-link): Patch from Bastien/Leo.
2493 (org-table-current-field-formula): New function.
2494 (org-file-image-p): New function.
2495 (org-agenda-show-new-time): New function.
2496 (org-agenda-date-later): Call `org-agenda-show-new-time'.
2497 (org-with-remote-undo): New macro.
2498 (org-agenda-undo): New command.
2499 (org-verify-change-for-undo): New function.
2500 (org-time-stamp-format): New function.
2501 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
2502 by user.
2503 (org-match-any-p): New function.
2504 (org-make-tags-matcher): Handle regular expressions for tag and
2505 todo matches.
2506 (org-read-date): Accept "+N" as input for a date relative to the
2507 current date.
2508 (org-remove-subtree-entries-from-agenda): New function.
2509 (org-agenda-archive, org-agenda-kill):
2510 Use `org-remove-subtree-entries-from-agenda'.
2511 (org-do-sort, org-sort-entries): New functions.
2512 (org-sort): New command.
2513 (org-table-sort-lines): Use `org-do-sort'.
2514 (org-fix-decoded-time): New function.
2515 (org-table-number-regexp): Require 0x... to identify as number
2516 in tables.
2517 (org-startup-options): New keywords for note taking.
2518 (org-upgrade-old-links): Remove function.
2519 (org-get-repeat): New function.
2520 (org-show-context): Also show siblings on current level.
2521 (org-show-siblings): New function.
2522 (org-isearch-end, org-isearch-post-command): New functions.
2523 (org-show-siblings): New option.
2524 (org-show-context): Use `org-show-siblings'.
2525 (org-table-maybe-recalculate-line): No longer require `calc-eval'
2526 to be bound, because user may just use elisp.
2527
2528 2007-02-24 Kim F. Storm <storm@cua.dk>
2529
2530 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
2531 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
2532
2533 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
2534
2535 * startup.el (command-line): Also check if the abbrev file is readable.
2536
2537 2007-02-24 John Paul Wallington <jpw@pobox.com>
2538
2539 * net/tls.el (tls-certtool-program): Fix custom type.
2540
2541 * mail/feedmail.el (feedmail-message-id-generator)
2542 (feedmail-date-generator): Fix custom types.
2543
2544 * mail/rmail.el (rmail-message-filter): Fix custom type.
2545
2546 2007-02-24 Eli Zaretskii <eliz@gnu.org>
2547
2548 * startup.el (command-line): If simple.el cannot be found, proceed
2549 with a warning message.
2550
2551 2007-02-24 Kenichi Handa <handa@m17n.org>
2552
2553 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
2554 case that BEG is a string.
2555
2556 2007-02-24 Chris Moore <dooglus@gmail.com>
2557
2558 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
2559 * pgg-pgp.el (pgg-pgp-encrypt-region):
2560 * pgg-gpg.el (pgg-gpg-encrypt-region):
2561 Check pgg-encrypt-for-me if no other recipients.
2562
2563 2007-02-23 Eli Zaretskii <eliz@gnu.org>
2564
2565 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
2566
2567 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
2568 shell-quote-argument.
2569
2570 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
2571
2572 * comint.el (comint-read-input-ring): Use comint-input-ring-size
2573 from the comint buffer instead of the temporary one.
2574
2575 2007-02-23 David Reitter <david.reitter@gmail.com>
2576
2577 * cus-edit.el (custom-save-all): Canonicalize custom-file before
2578 storing it in recentf-exclude.
2579
2580 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
2581
2582 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
2583 in splash screen.
2584
2585 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
2586
2587 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
2588 commands, for restart.
2589 (idlwave-shell-current-module): Fix handling of module name by type.
2590 (idlwave-shell-break-in): Update type handling.
2591 (idlwave-shell-bp-get): Encode type in BP structure.
2592 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
2593 (idlwave-shell-module-source-query): Query routine info based on type.
2594 Fix path parsing for non-compiled files.
2595 (idlwave-shell-module-source-filter): Don't signal error in filter
2596 if no source found.
2597 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
2598 filter race.
2599
2600 2007-02-22 Kim F. Storm <storm@cua.dk>
2601
2602 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
2603 (editable-field): Document need to put some text before the %v
2604 escape in :format string.
2605
2606 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
2607
2608 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
2609 (vc-svn-use-edit): Remove unused config var.
2610 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
2611
2612 * outline.el (hide-sublevels): Keep empty last line, if available.
2613
2614 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
2615 rather than the corresponding unicode char, to make the code
2616 more readable.
2617
2618 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
2619
2620 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
2621 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
2622 (speedbar-item-info-tag-helper): Doc fixes.
2623
2624 2007-02-19 Kenichi Handa <handa@m17n.org>
2625
2626 * international/mule-cmds.el (locale-language-names):
2627 Map "eo" to "Esperanto".
2628
2629 * language/european.el ("Esperanto"): New language environment.
2630
2631 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
2632
2633 * simple.el (kill-line): Doc fix.
2634
2635 2007-02-17 Kim F. Storm <storm@cua.dk>
2636
2637 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
2638 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
2639 (bindat--unpack-group, bindat--pack-group):
2640 Handle vectors with optional element type.
2641
2642 2007-02-17 Daiki Ueno <ueno@unixuser.org>
2643
2644 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
2645 if PASSPHRASE is given.
2646
2647 2007-02-17 Chris Moore <dooglus@gmail.com>
2648
2649 * jka-cmpr-hook.el (jka-compr-compression-info-list):
2650 Recognize backups of bz2 compressed files.
2651
2652 2007-02-17 Eli Zaretskii <eliz@gnu.org>
2653
2654 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
2655 to nil to speed up lookup of the symbol in index nodes.
2656
2657 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
2658
2659 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
2660 Add indentation for the constants of Lisp.
2661
2662 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
2663
2664 * ps-print.el: Use (defvar <foo>) where applicable.
2665 (ps-print-emacs-type): Remove.
2666 (ps-x-frame-property, ps-e-frame-parameter): Remove.
2667 (ps-frame-parameter): Align its call-convention with frame-parameter.
2668 (ps-begin-job): Adjust calls to it appropriately.
2669 (ps-setup): Don't print ps-print-emacs-type.
2670 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
2671 Define in such a way that it's obvious that it's defined.
2672 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
2673 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
2674 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
2675
2676 2007-02-15 Alan Mackenzie <acm@muc.de>
2677
2678 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
2679 an empty one-line C-style comment, post-position point properly.
2680
2681 2007-02-15 Chris Moore <dooglus@gmail.com>
2682
2683 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
2684 (isearch-lazy-highlight-new-loop): Bind it.
2685 (isearch-lazy-highlight-search): Use it.
2686
2687 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
2688
2689 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2690
2691 * font-lock.el (font-lock-extend-region-wholelines):
2692 Only return non-nil if the region has really been changed.
2693 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
2694
2695 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
2696
2697 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
2698 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
2699 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
2700
2701 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
2702
2703 * faces.el (color-values): Revert changes to docstring from
2704 2007-01-31 and 2000-09-07.
2705
2706 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
2707 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
2708 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
2709 (ispell-help): Fix typos in docstring and output message.
2710
2711 2007-02-14 Kim F. Storm <storm@cua.dk>
2712
2713 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
2714 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
2715 (grep): Fix lgrep reference.
2716
2717 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
2718 (standard-display-underline): Use make-glyph-code.
2719
2720 * descr-text.el (describe-char): Use glyph-char and glyph-face.
2721
2722 * international/latin1-disp.el (latin1-display-char):
2723 Use make-glyph-code.
2724
2725 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
2726
2727 * ehelp.el (with-electric-help, electric-help-exit)
2728 (electric-help-retain): Doc fixes.
2729
2730 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
2731 (byte-compile-file): Doc fixes.
2732
2733 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2734
2735 * term/mac-win.el: Change all uses of
2736 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
2737 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
2738 (mac-ae-get-url): Call select-frame-set-input-focus.
2739 (mac-dnd-handle-drag-n-drop-event): Don't call
2740 select-frame-set-input-focus.
2741
2742 2007-02-13 Kenichi Handa <handa@m17n.org>
2743
2744 * international/characters.el: Fix documentation of category `a'.
2745
2746 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
2747
2748 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
2749
2750 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
2751
2752 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
2753 (tramp-get-remote-ln): Handle error case.
2754 Reported by Chris Moore <dooglus@gmail.com>.
2755
2756 2007-02-11 Kim F. Storm <storm@cua.dk>
2757
2758 * bindings.el (ctl-x-map): Remove register compatibility bindings
2759 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
2760
2761 2007-02-11 Richard Stallman <rms@gnu.org>
2762
2763 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
2764 in load history.
2765
2766 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
2767 condition -- don't fail to stop at endpos.
2768
2769 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
2770
2771 * textmodes/org.el (org-agenda-get-todos)
2772 (org-agenda-get-timestamps, org-agenda-get-closed)
2773 (org-agenda-get-deadlines, org-agenda-get-scheduled)
2774 (org-agenda-get-blocks, org-format-agenda-item)
2775 (org-agenda-change-all-lines, org-scan-tags): Rename text property
2776 from `category' to `org-category'.
2777
2778 2007-02-11 Kenichi Handa <handa@m17n.org>
2779
2780 * international/titdic-cnv.el (titdic-convert): Force files be written
2781 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
2782 (miscdic-convert): Force files be written with Unix-like eol format.
2783
2784 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
2785
2786 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
2787
2788 * calculator.el (calculator-prompt): Doc fix.
2789 (calculator-mode-map): Fix typo in menu entry.
2790
2791 2007-02-10 Jay Belanger <belanger@truman.edu>
2792
2793 * calculator.el (calculator): Do more extensive checking for when
2794 3 lines should be used for the calculator.
2795
2796 2007-02-10 Eli Zaretskii <eliz@gnu.org>
2797
2798 * info-look.el (info-lookup-make-completions):
2799 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
2800 index nodes.
2801
2802 * info.el (Info-fontify-maximum-menu-size): Document the effect
2803 of a nil value.
2804 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
2805 non-nil before using it as size.
2806
2807 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
2808
2809 * subr.el (insert-for-yank-1): Prevent read-only properties from
2810 interfering with text property operations.
2811
2812 * image-mode.el (image-mode): Revert 2007-01-30 changes.
2813
2814 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
2815 (image-type-auto-detected-p): Fail if another match is found in
2816 auto-mode-alist.
2817
2818 * files.el (magic-mode-alist): Call image-mode instead of
2819 image-mode-maybe for autodetected images.
2820
2821 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
2822
2823 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
2824 Fix typos in docstrings.
2825 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
2826
2827 2007-02-09 Kim F. Storm <storm@cua.dk>
2828
2829 * emacs-lisp/float-sup.el: Remove obsolete comment.
2830
2831 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
2832
2833 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
2834
2835 2007-02-08 Karl Fogel <kfogel@red-bean.com>
2836
2837 * simple.el: Revert previous change, at request of RMS:
2838 (fundamental-mode-hook): Remove.
2839 (fundamental-mode): Run after-change-major-mode-hooks manually,
2840 and don't run the now-nonexistent fundamental-mode-hook.
2841
2842 2007-02-08 Karl Fogel <kfogel@red-bean.com>
2843
2844 * simple.el (fundamental-mode-hook): Declare new hook.
2845 (fundamental-mode): Run the new dedicated hook, and don't run
2846 after-change-major-mode-hooks manually anymore.
2847
2848 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2849
2850 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
2851 added columns of chars. Remove support for the "no-meta-info" format.
2852 Prompted by Romain Francoise <romain@orebokech.com>.
2853
2854 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
2855
2856 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
2857 (gdb-mouse-until, gdb-mouse-jump): Use it.
2858
2859 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
2860
2861 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
2862 work when there is just an assembler buffer (no source buffer).
2863
2864 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
2865
2866 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
2867 just because the diff was produced using "-p" (--show-c-function).
2868
2869 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
2870
2871 * faces.el (frame-set-background-mode): Use `color-values' and
2872 `display-color-p', not `x-color-values' and `x-display-color-p'.
2873 (face-valid-attribute-values): Use `defined-colors' instead of
2874 `x-defined-colors'.
2875
2876 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2877
2878 * ps-print.ps: The ps-print commands without face printing should not
2879 print background color. Reported by Leo <sdl.web@gmail.com>.
2880 (ps-print-version): New version 6.7.3.
2881 (ps-begin-job): New arg. Fix ps-default-background and
2882 ps-default-foreground initialization.
2883 (ps-face-attributes): Fix doc string.
2884 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
2885
2886 * printing.el: Fix ps-print link.
2887
2888 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
2889
2890 * faces.el (face-set-after-frame-default): Compile attributes to
2891 be set by frame parameters before merging in X resources.
2892
2893 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
2894
2895 * simple.el (blink-matching-paren-dont-ignore-comments):
2896 (blink-matching-paren-on-screen): Doc fixes.
2897
2898 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
2899
2900 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
2901
2902 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
2903
2904 * loadhist.el (unload-feature): Silently ignore `load-history' entries
2905 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
2906 entries like `defun'. Return nil.
2907
2908 2007-02-05 Kim F. Storm <storm@cua.dk>
2909
2910 * ido.el: Doc fixes.
2911
2912 2007-02-04 David Kastrup <dak@gnu.org>
2913
2914 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
2915 `mpuz-allow-double-multiplicator' is non-zero, and correct
2916 calculation of `min'.
2917
2918 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
2919
2920 * wid-edit.el (widget-default-create): Insert new text at the
2921 :from marker _after_ the marker, not before it.
2922
2923 2007-02-04 Alan Mackenzie <acm@muc.de>
2924
2925 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
2926 containing it is re-indented.
2927
2928 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
2929
2930 * net/newsticker.el (newsticker--insert-image): Update docstring,
2931 and insert the image directly.
2932 (newsticker--buffer-redraw): Update docstring.
2933
2934 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2935 Rename from define-global-minor-mode.
2936
2937 * progmodes/cwarn.el (global-cwarn-mode):
2938 * emacs-lisp/autoload.el (make-autoload):
2939 * hi-lock.el (global-hi-lock-mode):
2940 * font-core.el (global-font-lock-mode): All callers changed.
2941
2942 2007-02-03 Eli Zaretskii <eliz@gnu.org>
2943
2944 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
2945 Don't copy @ignore lines into menu descriptions.
2946 (texinfo-multi-file-update): Goto the @node line before attempting
2947 to pluck the node name.
2948 (texinfo-multiple-files-update): Reverse the optional arguments'
2949 order, as per the doc string and the `interactive' form.
2950
2951 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
2952
2953 * image-mode.el: Use autoload to avoid overriding disabled setting
2954 applied in .emacs.
2955
2956 2007-02-03 Alan Mackenzie <acm@muc.de>
2957
2958 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
2959 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
2960 adjacent paren groups).
2961
2962 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2963
2964 * progmodes/ebnf2ps.el: Doc fixes.
2965 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
2966
2967 2007-02-02 Eli Zaretskii <eliz@gnu.org>
2968
2969 * dired-x.el (dired-do-relsymlink): Add reference to
2970 dired-do-symlink. Add an autoload cookie.
2971
2972 * dired-aux.el (dired-do-symlink): Add reference to
2973 dired-do-relsymlink.
2974
2975 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
2976
2977 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
2978 <left-fringe mouse-3>: New bindings.
2979
2980 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
2981
2982 * newsticker.el (newsticker-version): Changed to "1.10".
2983 (newsticker--set-customvar): Doc string.
2984 (newsticker-new-item-face): Doc string.
2985 (newsticker-mode): Initialize `invisibility-spec' with t.
2986 (newsticker-mode-map): Added
2987 `newsticker-mark-all-items-at-point-as-read'.
2988 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
2989 (newsticker-w3m-show-inline-images): Do not call
2990 `w3m-remove-image'.
2991 (newsticker--buffer-after-w3m-insert-image): New advice for
2992 w3m-insert-image to cache images.
2993 (newsticker-next-item-same-feed): New.
2994 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
2995 (newsticker-mark-all-items-of-feed-as-read): New.
2996 (newsticker-mark-all-items-at-point-as-read): Use new functions.
2997 (newsticker-mark-item-at-point-as-read): Doc string.
2998 (newsticker-mark-item-at-point-as-read): Use new functions.
2999 (newsticker--do-mark-item-at-point-as-read): New, extracted from
3000 `newsticker-mark-item-at-point-as-read'.
3001 (newsticker-hide-entry): Use (t) instead of t for invisibility.
3002 (newsticker--sentinel): Yet another xml-parser workaround.
3003 (newsticker--decode-iso8601-date): Bugfix for datestrings without
3004 days.
3005 (newsticker--buffer-do-insert-text): Fix.
3006 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
3007 (newsticker--buffer-make-item-completely-visible):
3008 `switch-to-buffer' not necessary.
3009
3010 2007-02-02 Eli Zaretskii <eliz@gnu.org>
3011
3012 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
3013 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
3014 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
3015 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
3016 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
3017
3018 2007-02-02 Kenichi Handa <handa@m17n.org>
3019
3020 * international/quail.el (quail-show-key): Fix an error message.
3021
3022 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
3023
3024 * faces.el (set-face-underline-p, modify-face): Rename arg
3025 UNDERLINE-P to UNDERLINE (it is not a flag).
3026
3027 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
3028
3029 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
3030 when adding gdb-speedbar-update to gdb-input-queue.
3031
3032 2007-02-01 Kenichi Handa <handa@m17n.org>
3033
3034 * international/quail.el (quail-show-key): Signal an error if the
3035 current input method is not using Quail.
3036
3037 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
3038
3039 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
3040 Trim leading whitespace in sysvar names.
3041
3042 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
3043
3044 * faces.el (internal-find-face, internal-get-face): Doc fixes.
3045
3046 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
3047
3048 * ido.el (ido-set-common-completion): Use `let', not `let*'.
3049
3050 2007-01-31 Romain Francoise <romain@orebokech.com>
3051
3052 * comint.el: Delete extra copy of `comint-copy-old-input' added in
3053 previous change to this file.
3054
3055 2007-01-31 Jason Rumney <jasonr@gnu.org>
3056
3057 * files.el (magic-mode-alist): Use image-mode-maybe rather than
3058 image-mode.
3059
3060 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
3061 interfering with attempt to set major mode from modified
3062 auto-mode-alist.
3063
3064 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
3065
3066 * faces.el (color-values): Doc fix.
3067 (face-differs-from-default-p): Don't check :foreground twice.
3068
3069 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
3070
3071 * comint.el (comint-mode): Prevent non-keyword fontification by default.
3072
3073 2007-01-31 Kenichi Handa <handa@m17n.org>
3074
3075 * international/quail.el (quail-store-decode-map-key): Store a
3076 translated character too.
3077 (quail-char-equal-p): New function.
3078 (quail-find-key1): Check character equality by quail-char-equal-p.
3079 (quail-decode-map-generated): New variable.
3080 (quail-find-key): Check quail-decode-map-generated and re-generate
3081 a decode map if necessary.
3082
3083 2007-01-30 Richard Stallman <rms@gnu.org>
3084
3085 * tutorial.el (tutorial--detailed-help): Make the list of
3086 changed keys look nicer.
3087
3088 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
3089
3090 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
3091 (gdb-var-delete): Use it.
3092 (gdb-var-update-handler-1): Handle value "invalid" for MI field
3093 `in_scope'.
3094
3095 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
3096
3097 * files.el (get-free-disk-space): Return nil for remote directories.
3098
3099 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
3100 instead of "dir".
3101
3102 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
3103
3104 * type-break.el (type-break-catch-up-event): New function.
3105 (type-break-demo-hanoi, type-break-demo-life)
3106 (type-break-demo-boring): Use it.
3107
3108 * image-mode.el (image-mode): Don't automatically view as image.
3109 (image-toggle-display): Add `disabled' property.
3110
3111 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
3112
3113 * isearchb.el (isearchb-iswitchb):
3114 * ps-print.el (ps-build-face-reference):
3115 * emacs-lisp/shadow.el (list-load-path-shadows):
3116 * eshell/esh-cmd.el (eshell-rewrite-for-command):
3117 * international/mule.el (find-auto-coding):
3118 * mail/supercite.el (sc-attrib-selection-list):
3119 * progmodes/cc-defs.el (c-emacs-features):
3120 * progmodes/cc-vars.el (c-offsets-alist):
3121 * progmodes/flymake.el
3122 (flymake-init-create-temp-source-and-master-buffer-copy):
3123 Fix typos in docstrings (some suggested by Chris Moore).
3124
3125 * progmodes/vhdl-mode.el (vhdl-components-package-name)
3126 (vhdl-get-library-unit, vhdl-corresponding-begin)
3127 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
3128 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
3129 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
3130 (vhdl-font-lock-match-item): Fix typos in docstrings.
3131 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
3132 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
3133 (vhdl-speedbar-insert-project-hierarchy):
3134 Improve argument/docstring consistency.
3135
3136 2007-01-29 Kenichi Handa <handa@m17n.org>
3137
3138 * international/titdic-cnv.el (py-converter): Fix previous change.
3139
3140 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
3141
3142 * jka-compr.el (jka-compr-partial-uncompress)
3143 (jka-compr-call-process): Rebind default-directory if it is
3144 invalid. Suggested by Chris Moore.
3145
3146 * comint.el (comint-insert-input): Handle situation where the
3147 selected buffer is not the clicked buffer.
3148
3149 2007-01-29 Kenichi Handa <handa@m17n.org>
3150
3151 * international/ja-dic-cnv.el (skkdic-convert):
3152 Add byte-compile-disable-print-circle:t at the head.
3153
3154 * international/titdic-cnv.el (tit-process-header):
3155 Add byte-compile-disable-print-circle:t at the head.
3156 (miscdic-convert): Likewise.
3157 (py-converter): Skip the header comments.
3158
3159 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
3160 New variable.
3161 (byte-compile-output-file-form): Bing print-circle to nil if
3162 byte-compile-output-file-form is not nil.
3163 (byte-compile-output-docform): Likewise.
3164
3165 2007-01-28 Kim F. Storm <storm@cua.dk>
3166
3167 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
3168 Declare earlier to avoid byte compiler warnings.
3169
3170 2007-01-28 Markus Triska <markus.triska@gmx.at>
3171
3172 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
3173
3174 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
3175
3176 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
3177 (gamegrid-add-score-with-update-game-score-1): Allow local quits
3178 when calling update-game-score program. Remove unnecessary
3179 save-excursion.
3180
3181 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
3182
3183 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
3184
3185 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
3186 avoid compiler warning.
3187 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
3188 might have values other than "true" or "false".
3189
3190 2007-01-28 Richard Stallman <rms@gnu.org>
3191
3192 * textmodes/fill.el (fill-paragraph-function): Doc fix.
3193 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
3194
3195 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
3196
3197 * image.el (image-type-header-regexps): Make GIF regex more specific.
3198
3199 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
3200 Don't check `backspace'.
3201 (tutorial--find-changed-keys): Look up bindings in a temp buffer
3202 in Fundamental mode.
3203
3204 * startup.el (fancy-splash-text, normal-splash-screen):
3205 Mention C-g.
3206
3207 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
3208 when inserting in buffer.
3209
3210 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
3211 inside the if.
3212
3213 2007-01-27 Richard Stallman <rms@gnu.org>
3214
3215 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
3216
3217 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
3218
3219 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
3220 enum/union/struct/class definition.
3221 Revert change to call `forward-sexp' multiple times.
3222
3223 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
3224
3225 * files.el (hack-local-variables-confirm): Don't keep trying to
3226 read an event from an empty kbd macro.
3227
3228 2007-01-27 Eli Zaretskii <eliz@gnu.org>
3229
3230 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
3231
3232 2007-01-27 Ben North <ben@redfrontdoor.org>
3233
3234 * outline.el (outline-promote, outline-demote): Doc fix. Rename
3235 the arg CHILDREN -> WHICH.
3236
3237 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
3238
3239 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
3240 default-directory to a sane value when calling start-process.
3241
3242 2007-01-27 Eli Zaretskii <eliz@gnu.org>
3243
3244 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
3245 (ls-lisp-format-time-list): Doc fix. Mention
3246 ls-lisp-use-localized-time-format.
3247 (ls-lisp-format-time): Use ls-lisp-format-time-list if
3248 ls-lisp-use-localized-time-format is non-nil, even if a valid
3249 locale is defined.
3250
3251 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
3252
3253 * jka-compr.el (jka-compr-shell): Doc fix.
3254
3255 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
3256
3257 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3258
3259 * ps-print.ps: Fix background height.
3260 (ps-print-version): New version 6.7.2.
3261
3262 2007-01-26 Eli Zaretskii <eliz@gnu.org>
3263
3264 * makefile.w32-in (finder-data, custom-deps): Depend on
3265 $(lisp)/loaddefs.el.
3266
3267 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
3268
3269 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
3270
3271 2007-01-24 Miles Bader <miles@gnu.org>
3272
3273 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
3274 (byte-compile-output-docform): Bind `print-circle' to t.
3275
3276 2007-01-24 Kenichi Handa <handa@m17n.org>
3277
3278 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
3279 file name of the original SKK dictionary file.
3280
3281 2007-01-24 Kim F. Storm <storm@cua.dk>
3282
3283 * ido.el (ido-initial-position): New variable.
3284 (ido-read-internal): Set it if default item is specified.
3285 (ido-minibuffer-setup): Position cursor accordingly if set.
3286 (ido-edit-input): C-e moves to end of input if not already there.
3287 (ido-magic-backward-char): C-b does like M-b if prev char is /.
3288 Don't switch to buffer mode if repeating C-b at start of input.
3289 (ido-toggle-ignore): C-a only toggles ignore at start or end of
3290 input; else it moves to start of input.
3291 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
3292 not at end of input, delete rest of input, rather than normal op.
3293
3294 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
3295
3296 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
3297
3298 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
3299 of message. Activate mark.
3300 (ediff-activate-mark): Set transient-mark-mode to t.
3301
3302 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
3303
3304 2007-01-23 Martin Rudalics <rudalics@gmx.at>
3305
3306 * help-fns.el (describe-variable): Don't suppress display of
3307 buffer local value when the value is "large".
3308
3309 2007-01-22 Kim F. Storm <storm@cua.dk>
3310
3311 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
3312 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
3313 (ido-tidy): Use ido-active.
3314
3315 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
3316
3317 * hexl.el (hexl-mode-exit): Add missing quote.
3318
3319 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3320
3321 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
3322 (mac-ae-keyboard-modifiers): New function.
3323 (mac-handle-toolbar-switch-mode): Use it.
3324 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
3325 if keyboard modifiers on drop contain option key.
3326 (mac-dnd-drop-data): Add optional argument `action'.
3327 (special-event-map): Remove binding for M-drag-n-drop.
3328
3329 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
3330
3331 * add-log.el (add-log-current-defun): Use CC Mode functions to
3332 find the beginning and end of a defun.
3333
3334 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
3335
3336 * progmodes/gdb-ui.el (gdb-var-create-regexp)
3337 (gdb-var-create-handler): Handle value field in GDB output of
3338 -var-create.
3339 (gdb-max-frames): New variable.
3340 (gdb-stack-buffer, gdb-frames-select): Use it.
3341 (gdb-info-stack-custom): Help user customize gdb-max-frames,
3342 if necessary.
3343 (gdb-get-frame-number): Simplify.
3344
3345 2007-01-21 Glenn Morris <rgm@gnu.org>
3346
3347 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
3348 Update copyrights.
3349
3350 2007-01-21 Alan Mackenzie <acm@muc.de>
3351
3352 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
3353 handling of K&R stuff.
3354
3355 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3356
3357 * textmodes/bibtex.el (bibtex-files): Fix customization type.
3358
3359 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3360
3361 * ps-print.el: Handle frame parameters (background and/or foreground
3362 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
3363 (ps-print-version): New version 6.7.1.
3364 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
3365 (ps-frame-parameter): New fun.
3366 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
3367 Fix doc and customization.
3368 (ps-begin-job): Get frame parameters (background and/or foreground
3369 colors).
3370 (ps-do-despool): Ensure ps-printer-name has a valid value.
3371
3372 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
3373
3374 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
3375 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
3376 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
3377 mean unlimited.
3378
3379 2007-01-20 Alan Mackenzie <acm@muc.de>
3380
3381 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
3382 much more rigorous analysis of putative K&R regions.
3383
3384 2007-01-20 Alan Mackenzie <acm@muc.de>
3385
3386 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
3387 New functions.
3388
3389 2007-01-20 Alan Mackenzie <acm@muc.de>
3390
3391 * progmodes/cc-align.el, progmodes/cc-cmds.el,
3392 * progmodes/cc-defs.el, progmodes/cc-engine.el,
3393 * progmodes/cc-langs.el, progmodes/cc-styles.el,
3394 * progmodes/cc-vars.el: Add my name.
3395
3396 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
3397
3398 * files.el (find-alternate-file): Revert query message to Emacs 21
3399 version.
3400
3401 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
3402
3403 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
3404 the doc string how to use personal abbrevs without electric
3405 keywords.
3406
3407 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3408
3409 * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
3410 Fixed cursor position when toggle abbreviated display.
3411
3412 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
3413
3414 * t-mouse.el: Update copyright following assignment by
3415 Alessandro Rubini.
3416
3417 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
3418
3419 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
3420 (type-break-demo-boring): Call read-event instead of read-char.
3421
3422 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
3423
3424 * progmodes/compile.el: Add handling for makepplog.
3425
3426 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
3427
3428 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
3429 aspell dictionaries are initialized when called non-interactively.
3430
3431 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
3432
3433 * progmodes/compile.el (compilation-loop): New arg limit.
3434 Handle case where the first error is at point-min.
3435 (compilation-next-error): New arg to compilation-loop call.
3436
3437 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
3438
3439 * info.el (Info-default-dirs): Change default info dir to
3440 share/info.
3441
3442 * paths.el (Info-default-directory-list): Ditto.
3443
3444 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
3445
3446 * hexl.el (hexl-before-revert-hook): New function.
3447 (hexl-mode): Use it.
3448 (hexl-after-revert-hook): Just call hexl-mode.
3449 (hexl-mode-exit): Remove before-revert-hook.
3450
3451 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
3452
3453 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
3454
3455 2007-01-16 Martin Rudalics <rudalics@gmx.at>
3456
3457 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
3458 by "-" in francais7 otherchars entry.
3459 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
3460 otherchars entry.
3461
3462 2007-01-15 Karl Fogel <kfogel@red-bean.com>
3463
3464 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
3465 path. Rewrite function in `cond' style for readability.
3466
3467 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
3468 (The path shortening, that is, not the rearrarangement.)
3469
3470 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3471
3472 * term/mac-win.el (mac-ae-quit-application): New function.
3473 (mac-apple-event-map): Bind "quit application" Apple event to it.
3474
3475 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
3476
3477 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
3478 than the program's output.
3479
3480 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
3481
3482 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
3483 (kmacro-start-macro-or-insert-counter)
3484 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
3485 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
3486
3487 * longlines.el (longlines-show-hard-newlines):
3488 * ruler-mode.el (ruler-mode-ruler):
3489 * emulation/keypad.el (keypad-setup):
3490 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
3491 Fix typo in docstring.
3492
3493 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
3494
3495 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
3496 Remove redirect character ">".
3497
3498 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
3499
3500 * replace.el (perform-replace): Remove leftover code.
3501
3502 2007-01-12 Richard Stallman <rms@gnu.org>
3503
3504 * replace.el (perform-replace): Don't clear NODENT when computing
3505 the replacement string.
3506
3507 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
3508
3509 * net/tramp.el (tramp-handle-file-local-copy):
3510 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
3511 <christopher.ian.moore@gmail.com>.
3512
3513 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
3514
3515 * diff-mode.el (diff-sanity-check-context-hunk-half)
3516 (diff-sanity-check-hunk): New functions.
3517 (diff-find-source-location): Use'em to check the hunks are well-formed.
3518
3519 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
3520 activate undo when undo is not active.
3521 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
3522
3523 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3524
3525 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
3526 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
3527 (ffap-url-at-point): Use char-classes rather than "a-z".
3528
3529 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
3530
3531 * ediff-init.el (ediff-autostore-merges):
3532 * textmodes/fill.el (fill-region): Doc fix.
3533
3534 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
3535
3536 * server.el (server-ensure-safe-dir): UIDs may be floats.
3537
3538 2007-01-10 Richard Stallman <rms@gnu.org>
3539
3540 * battery.el (battery-linux-proc-acpi): Use ignore-errors
3541 around calls to directory-files.
3542
3543 * subr.el (momentary-string-display): Use save-excursion.
3544
3545 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
3546 argument, but read it as `X' does.
3547
3548 2007-01-09 Juri Linkov <juri@jurta.org>
3549
3550 * info.el (Info-fontify-node): Don't hide node names of index entries.
3551
3552 * faces.el (momentary): Change :group to basic-faces where all
3553 basic faces belong to. Add :version.
3554
3555 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
3556
3557 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
3558 keybinding is found.
3559 (tutorial--find-changed-keys): Never treat null keybinding as a
3560 remapping.
3561
3562 2007-01-09 Martin Rudalics <rudalics@gmx.at>
3563
3564 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
3565
3566 2007-01-09 Kenichi Handa <handa@m17n.org>
3567
3568 * international/mule-cmds.el
3569 (select-safe-coding-system-interactively): Fix message.
3570
3571 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
3572
3573 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
3574 (tramp-process-actions): Add optional parameter TIMEOUT.
3575 (tramp-open-connection-telnet, tramp-open-connection-rsh)
3576 (tramp-open-connection-su): Add timeout of 60".
3577
3578 2007-01-09 Richard Stallman <rms@gnu.org>
3579
3580 * progmodes/compile.el (compile): Doc fix.
3581
3582 2007-01-09 Markus Triska <markus.triska@gmx.at>
3583
3584 * tumme.el (tumme-display-thumb): Doc fix.
3585
3586 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
3587
3588 * battery.el (battery-search-for-one-match-in-files):
3589 * bindings.el (mode-line-minor-mode-help):
3590 * x-dnd.el (x-dnd-types-alist):
3591 * calendar/icalendar.el (icalendar-import-buffer):
3592 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
3593
3594 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
3595
3596 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
3597
3598 * replace.el (replace-regexp): Fix typo in docstring.
3599
3600 2007-01-07 Alan Mackenzie <acm@muc.de>
3601
3602 * progmodes/cc-langs.el (c-operators, c-filter-ops):
3603 Amend doc-string and comments.
3604
3605 2007-01-06 Eli Zaretskii <eliz@gnu.org>
3606
3607 * files.el (abbreviate-file-name): Doc fix.
3608
3609 2007-01-06 Markus Triska <triska@gmx.at>
3610
3611 * subr.el (split-string): Remove spurious ")" from doc string.
3612
3613 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
3614
3615 * textmodes/table.el (table--warn-incompatibility):
3616 Use display-warning instead of momentary-string-display.
3617
3618 2007-01-05 Richard Stallman <rms@gnu.org>
3619
3620 * image.el (image-type-header-regexps): Recognize xbm more strictly.
3621
3622 * simple.el (backward-kill-word): Doc fix.
3623
3624 2007-01-05 Romain Francoise <romain@orebokech.com>
3625
3626 * international/mule.el (sgml-html-meta-auto-coding-function):
3627 Ensure that the buffer contains a HTML document.
3628
3629 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3630
3631 * faces.el (momentary): Move here ...
3632 * subr.el (momentary): ... from here.
3633
3634 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
3635
3636 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
3637 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
3638 large structures/arrays.
3639
3640 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
3641
3642 * files.el (find-file-noselect-1, set-visited-file-name):
3643 Allow backup-enable-predicate to be nil.
3644
3645 2007-01-04 Andreas Schwab <schwab@suse.de>
3646
3647 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
3648 last change.
3649
3650 2007-01-03 Richard Stallman <rms@gnu.org>
3651
3652 * woman.el (woman-decode-buffer): Clarify error message.
3653
3654 2007-01-03 Alan Mackenzie <acm@muc.de>
3655
3656 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
3657
3658 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
3659
3660 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
3661
3662 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3663
3664 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
3665
3666 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
3667
3668 * emulation/viper.el (viper-custom-file-name, viper-mode):
3669 Fix typos in docstrings.
3670
3671 * subr.el (momentary-string-display): After moving point, set POS
3672 variable to it to avoid later errors once the buffer is modified.
3673 Doc fix.
3674
3675 2007-01-02 Alan Mackenzie <acm@muc.de>
3676
3677 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
3678 check that the "*/" is present before trying to manipulate it.
3679
3680 2007-01-02 Richard Stallman <rms@gnu.org>
3681
3682 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
3683
3684 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
3685 Fix format of value.
3686
3687 * cus-edit.el (customize-unsaved): Rename from customize-customized.
3688 Change messages accordingly.
3689 (customize-customized): Now alias.
3690
3691 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
3692
3693 * files.el (version-control): Doc fix.
3694
3695 2007-01-01 Alan Mackenzie <acm@muc.de>
3696
3697 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
3698 Check the format of c-state-cache is valid for an optimisation before
3699 using it.
3700
3701 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
3702 are at a statement within a macro". Other changes so that only
3703 the first continuation line in a macro gets the symbol
3704 `cpp-define-intro', the others getting `statement', or whatever.
3705
3706 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
3707 a string, preserve whitespace. Add a backslash only when also in
3708 a macro.
3709
3710 * progmodes/cc-defs.el: Correct typos.
3711
3712 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
3713 new line after an escaped EOL in a string.
3714
3715 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
3716 label when it directly follows "else", "do", ....
3717
3718 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
3719 angle brackets (as seen in "explicit specialisations" of C++
3720 templates).
3721
3722 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
3723 in the doc-string.
3724
3725 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
3726 when the comment ender looks like "=========*/" and is alone on
3727 its line.
3728
3729 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
3730 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
3731 for the old name.
3732
3733 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
3734 c-\(beginning\|end\)-of-defun by default.
3735
3736 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
3737 New line-up function, for the DEFUN macro in the Emacs C sources.
3738 Only used in "gnu" style.
3739
3740 * progmodes/cc-styles.el (c-style-alist): Use this new function in
3741 the "gnu" style.
3742
3743 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
3744 clean-up comment-close-slash also to work when there's a comment
3745 terminator on the line.
3746 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
3747 these for large arg - only take account of top level {..}, except
3748 for initial and final adjustments. M-- C-M-[ae] now go to the
3749 right defuns when the starting point is between defuns. They use
3750 the four new functions:
3751 (c-in-function-trailer-p, c-where-wrt-brace-construct)
3752 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
3753 support c-\(beginning\|end\)-of-defun.
3754
3755 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
3756 expressions more rigorously, to exclude bit-field specifiers from
3757 being classed as labels.
3758 (c-forward-label): When analyzing a ":" within a macro, be careful
3759 about using c-forward-syntactic-ws at the macro beginning.
3760 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
3761 stmt boundary, check for "operator=", etc.
3762
3763 * progmodes/cc-mode.el (c-postprocess-file-styles):
3764 Bind inhibit-read-only to t, around the call to
3765 c-remove-any-local-eval-or-mode-variables, so that it works on a
3766 RO file.
3767
3768 * progmodes/cc-defs.el (c-version): Update the version number to
3769 "5.31.4".
3770
3771 2007-01-01 Richard Stallman <rms@gnu.org>
3772
3773 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
3774 only if we restored isearch-window-configuration.
3775
3776 2006-12-31 Romain Francoise <romain@orebokech.com>
3777
3778 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
3779
3780 2006-12-31 Kim F. Storm <storm@cua.dk>
3781
3782 * files.el (auto-mode-case-fold): New defcustom.
3783 (set-auto-mode): If non-nil, perform second case-sensitive pass
3784 through auto-mode-alist if first pass failed.
3785
3786 2006-12-30 Richard Stallman <rms@gnu.org>
3787
3788 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
3789
3790 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
3791
3792 * allout.el (allout-encrypt-string): Handle symmetric-key
3793 passphrase caching but leave keypair caching to pgg.
3794
3795 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
3796
3797 Sync with Tramp 2.0.55.
3798
3799 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
3800 `integerp'. `char-equal' could fail else in case of negative
3801 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
3802 (top): Check for `font-lock-add-keywords' before calling; it
3803 doesn't exist under XEmacs.
3804 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
3805 (tramp-completion-mode): Remove clause (not
3806 tramp-unified-filenames), because the function is called in other
3807 context too, where this check results in wrong results in the
3808 XEmacs case on Windows.
3809 (tramp-touch): UTC handling is not possible for XEmacs.
3810
3811 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3812
3813 * scroll-bar.el (previous-scroll-bar-mode): New variable
3814 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
3815 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
3816
3817 * term/x-win.el: Set scroll bar mode to right if set by X resources.
3818
3819 2006-12-30 Richard Stallman <rms@gnu.org>
3820
3821 * files.el (make-backup-file-name-1): Precompute abs name
3822 but don't lose the relative name.
3823
3824 * international/mule-cmds.el (select-safe-coding-system-interactively):
3825 Fix message.
3826
3827 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
3828
3829 * files.el (backup-buffer): Show entire backup file name in msg.
3830
3831 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
3832
3833 * image.el (image-type-header-regexps, image-type-from-data)
3834 (image-type-from-buffer, image-type-from-file-header):
3835 Revert changes from 2006-12-26.
3836 (image-type-auto-detectable): New variable.
3837 (image-type-auto-detected-p): New function.
3838
3839 * files.el (magic-mode-alist): Detect image files with
3840 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
3841
3842 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
3843
3844 * dired.el (dired-sort-other): Move test for dired-mode...
3845 (dired-sort-set-modeline): ...to here.
3846
3847 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3848
3849 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
3850 change. Suggested by Stefan Monnier.
3851
3852 2006-12-29 Kim F. Storm <storm@cua.dk>
3853
3854 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
3855 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
3856
3857 2006-12-27 Kim F. Storm <storm@cua.dk>
3858
3859 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
3860 so it doesn't accidentally match an fsf.org mail address.
3861 (authors-renamed-files-alist): Add tcover-*.el.
3862
3863 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3864
3865 * vc-arch.el (vc-arch-find-version): New function.
3866
3867 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
3868 composed of arbitrary characters (even /) in some systems.
3869
3870 2006-12-27 Eli Zaretskii <eliz@gnu.org>
3871
3872 * international/mule-cmds.el (select-safe-coding-system-interactively):
3873 Improve the message in the *Warning* buffer.
3874
3875 2006-12-27 Kim F. Storm <storm@cua.dk>
3876
3877 * ido.el (ido-set-matches-1): Fix last change. If default item is
3878 current buffer, it is ok to be first.
3879
3880 2006-12-27 Kenichi Handa <handa@m17n.org>
3881
3882 * international/mule-cmds.el (select-safe-coding-system-interactively):
3883 Use face `link' for problematic chars.
3884
3885 2006-12-27 Kenichi Handa <handa@m17n.org>
3886
3887 * international/mule-cmds.el (select-safe-coding-system-interactively):
3888 Improve the message in *Warning* buffer.
3889
3890 2006-12-27 Kim F. Storm <storm@cua.dk>
3891
3892 * ido.el (ido-set-matches-1): Never put current buffer first if
3893 there are other matches.
3894
3895 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
3896
3897 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
3898 expressions.
3899 (gdb-var-delete): Handle duplicate names. Print message for non
3900 root expressions.
3901 (gdb-partial-output-name): Start buffer name with a space.
3902 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
3903 buffer name.
3904
3905 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3906
3907 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
3908 last footnote when `footnote-spaced-footnotes' is nil.
3909
3910 2006-12-26 Richard Stallman <rms@gnu.org>
3911
3912 * cus-edit.el (custom-browse-sort-alphabetically)
3913 (custom-buffer-sort-alphabetically)
3914 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
3915
3916 * image.el (image-type-header-regexps): Change element format
3917 to include third item NOT-ALWAYS.
3918 (image-type-from-data): Handle new format.
3919 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
3920 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
3921
3922 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
3923
3924 * add-log.el (add-log-current-defun): Call `forward-sexp'
3925 multiple times to pick a member function name defined as
3926 part of nested classes/namespaces.
3927
3928 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3929
3930 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
3931 which keymap should be used to change menu. It does not affect any
3932 existent code.
3933
3934 2006-12-26 Richard Stallman <rms@gnu.org>
3935
3936 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
3937 rather than for being in a minibuffer window.
3938
3939 2006-12-25 Daiki Ueno <ueno@unixuser.org>
3940
3941 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
3942 locale-coding-system.
3943 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
3944 LF.
3945
3946 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
3947
3948 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
3949 (sql-mode-syntax-table): Disable double quoted strings.
3950 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
3951
3952 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3953
3954 * startup.el (fancy-splash-last-input-event): New variable.
3955 (fancy-splash-special-event-action): New function.
3956 (fancy-splash-screens): Temporarily bind special events to it.
3957 Execute command for saved special event before exiting from
3958 recursive editing.
3959
3960 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
3961 New functions.
3962 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
3963 Use mac-unread-string.
3964
3965 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3966
3967 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
3968 an optimized comment regexp if `comment-start-skip' uses a ^.
3969 * bs.el (bs--up): Remove interactive spec.
3970
3971 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
3972
3973 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
3974 Suggested by James Cloos.
3975
3976 2006-12-24 Kevin Ryde <user42@zip.com.au>
3977
3978 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
3979 in March.
3980 (calendar-dst-ends): Default to first Sunday in November.
3981
3982 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
3983
3984 * allout.el (allout-encrypt-string): Inhibit use of agent within
3985 body of let form where encryption happens. Acknowledge non-use of
3986 gpg-agent in docstring.
3987 (allout-toggle-subtree-encryption): Acknowledge non-use of
3988 gpg-agent in docstring.
3989
3990 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
3991
3992 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
3993
3994 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
3995
3996 * ediff-diff.el (ediff-diff-options): Clarify docstring.
3997 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
3998
3999 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
4000 in hooks.
4001 (viper-add-newline-at-eob-if-necessary): Add newline only if we
4002 actually modify buffer; ignore errors if occur.
4003
4004 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
4005
4006 * calendar/calendar.el (calendar-mode-map): Switch < and >.
4007 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
4008 formatting.
4009
4010 2006-12-23 Richard Stallman <rms@gnu.org>
4011
4012 * simple.el (delete-horizontal-space): Doc fix.
4013
4014 2006-12-23 Eli Zaretskii <eliz@gnu.org>
4015
4016 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
4017 explicitly in a recursive Make, not implicitly through prerequisites,
4018 since the latter is wrong under parallel builds.
4019
4020 2006-12-22 Eli Zaretskii <eliz@gnu.org>
4021
4022 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
4023
4024 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
4025
4026 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
4027 message string.
4028
4029 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
4030
4031 * outline.el (outline-next-visible-heading): Fix the case with a
4032 header at end-of-file with no final newline.
4033
4034 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
4035
4036 * indent.el (tab-always-indent): Doc fix.
4037
4038 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
4039
4040 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
4041 (Info-fontify-node): Do fontify indices.
4042
4043 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
4044 to the Emacs Lisp reference manual.
4045 (tutorial--tab-map): Remove. All callers changed.
4046 (tutorial--find-changed-keys): New elt QUIET, used to...
4047 (tutorial--display-changes): ...ensure that warning messages are
4048 only issued once per changed key.
4049 (tutorial--remove-remarks): Delete unused code-path.
4050 (lang-strings): Remove extraneous formatting.
4051 (tutorial--save-tutorial): Prompt before saving tutorial state.
4052
4053 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
4054
4055 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
4056 Replace '?\ ' by '?\s' throughout.
4057 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
4058 `help' custom group.
4059 (tutorial--key-description): New function.
4060 (tutorial--display-changes): Remove redundant arg. Scan for all
4061 key sequences to avoid false matches. Cleanup.
4062 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
4063 reduce homedir pollution.
4064 (help-with-tutorial): Call tutorial--display-changes with no arg.
4065
4066 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
4067
4068 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
4069
4070 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
4071
4072 * net/tramp.el (tramp-default-method): We still need to check for
4073 `executable-find', because it is not bound under Emacs 20.
4074 (tramp-handle-file-name-completion)
4075 (tramp-completion-handle-file-name-completion): Handle optional
4076 parameter PREDICATE.
4077 (tramp-find-default-method): Add code for default values.
4078
4079 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
4080
4081 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
4082 make gud-go send "continue".
4083
4084 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
4085
4086 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
4087 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
4088
4089 2006-12-19 Kim F. Storm <storm@cua.dk>
4090
4091 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
4092 instead of global-map.
4093
4094 * files.el (magic-mode-alist): Allow matching file type by
4095 calling a function at bob. Check for image types by calling
4096 image-type-from-buffer. Suggested by Juanma Barranquero.
4097 (set-auto-mode): Do it.
4098
4099 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
4100
4101 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
4102 Remove "ControlMaster" option from the other `scp*' methods.
4103 (tramp-default-method): Check for ssh-agent before setting to `scp'.
4104
4105 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
4106
4107 * textmodes/org.el (org-mode): Show context after isearch.
4108 (org-show-siblings): New function.
4109 (org-show-context): Use `org-show-siblings'.
4110
4111 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
4112
4113 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
4114 Use syntax-ppss-toplevel-pos.
4115
4116 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
4117
4118 * textmodes/org.el (org-current-line): Make sure that lines are
4119 counted from beginning of buffer.
4120 (org-table-copy-region, org-table-paste-rectangle): Make sure that
4121 lines are counted from beginning of buffer.
4122
4123 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
4124
4125 * info.el (Info-build-node-completions): Signal error if tag-table
4126 marker is not found.
4127
4128 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
4129
4130 2006-12-17 Alan Mackenzie <acm@muc.de>
4131
4132 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
4133 speed) the case when open-paren-in-column-0-is-defun-start is nil.
4134 Based on code by Martin Rudalics.
4135
4136 * progmodes/cc-mode.el (c-basic-common-init): Don't set
4137 open-paren-in-column-0-is-defun-start to nil any more.
4138
4139 2006-12-17 Richard Stallman <rms@gnu.org>
4140
4141 * simple.el (delete-horizontal-space): Use prefix arg.
4142
4143 * help-fns.el (describe-variable): Improve blank separator lines.
4144
4145 * files.el (magic-mode-alist): Mark as risky.
4146
4147 * files.el (make-backup-file-name-1):
4148 Expand backup-directory explicitly.
4149
4150 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
4151
4152 * net/tramp.el (tramp-default-method): Before setting to "pscp",
4153 check whether package password.el is loaded, or Pageant is running.
4154
4155 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
4156
4157 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
4158 (icalendar--rris): First try Emacs, then XEmacs.
4159 (icalendar--convert-ical-to-diary): Doc fix.
4160 Insert newline at end of target file.
4161
4162 2006-12-17 Kim F. Storm <storm@cua.dk>
4163
4164 * outline.el (outline-isearch-open-invisible-function): New defvar.
4165 (outline-flag-region): Use it if non-nil for isearch-open-invisible
4166 overlay property instead of outline-isearch-open-invisible.
4167
4168 2006-12-16 Kim F. Storm <storm@cua.dk>
4169
4170 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
4171 if ido-directory-too-big is set on entry.
4172 (ido-toggle-ignore, ido-completion-help): Print message while
4173 reading big directory.
4174
4175 2006-12-15 Richard Stallman <rms@gnu.org>
4176
4177 * shell.el (shell): Doc fix.
4178
4179 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
4180
4181 * emulation/edt.el (edt-xserver):
4182 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
4183 to fix a problem on Cygwin.
4184
4185 * emulation/edt.el
4186 * emulation/edt-mapper.el
4187 * emulation/edt-lk201.el
4188 * emulation/edt-pc.el
4189 * emulation/edt-vt100.el: Update maintainer's email address.
4190
4191 2006-12-15 Simon Marshall <simon@gnu.org>
4192
4193 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
4194
4195 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4196
4197 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
4198 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
4199 instead of mac-atsu-font-table.
4200 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
4201
4202 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
4203
4204 * align.el (align-match-tex-pattern): Fix a rare bug which
4205 hanged Emacs.
4206
4207 2006-12-14 Richard Stallman <rms@gnu.org>
4208
4209 * startup.el (use-fancy-splash-screens-p): Use frame-height
4210 instead of window-height. Pass frame to image-size.
4211
4212 2006-12-13 Kenichi Handa <handa@m17n.org>
4213
4214 * international/mule-cmds.el (set-locale-environment):
4215 Set default-sendmail-coding-system too.
4216
4217 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
4218
4219 * progmodes/idlw-help.el: Fix copyright notice.
4220
4221 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
4222
4223 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
4224
4225 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
4226
4227 * subr.el (unread-command-char): Reformat obsolescence info.
4228
4229 2006-12-11 Richard Stallman <rms@gnu.org>
4230
4231 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
4232 about calls to cl-struct-setf-expander.
4233
4234 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
4235
4236 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
4237 (ediff-combination-pattern): Fix typo in docstring.
4238
4239 * textmodes/refer.el (refer-find-entry): Doc fix.
4240 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
4241 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
4242 Fix tipos in docstrings.
4243
4244 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
4245
4246 2006-12-10 Kim F. Storm <storm@cua.dk>
4247
4248 * ido.el (ido-init-completion-maps): Remap backward-kill-word
4249 instead of binding M-backspace.
4250
4251 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
4252
4253 * replace.el (replace-match-data, replace-match-maybe-edit):
4254 * calc/calc-aent.el (calc-eval-error):
4255 * emulation/vi.el (vi-char-argument):
4256 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
4257 (c-vsemi-status-unknown-p-fn): Doc fixes.
4258
4259 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
4260
4261 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
4262 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
4263
4264 2006-12-10 Masatake YAMATO <jet@gyve.org>
4265
4266 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
4267
4268 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
4269
4270 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
4271
4272 * man.el (Man-xref-button-action): New function. If the
4273 `Man-target-string' button property is a function, assume it
4274 accepts a position argument.
4275 (Man-abstract-xref-man-page): Use it.
4276 (Man-default-man-entry): New optional arg POS.
4277
4278 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
4279 symlink arrows read-only and non-rear-sticky.
4280
4281 2006-12-09 Martin Rudalics <rudalics@gmx.at>
4282
4283 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
4284 (wdired-search-and-rename): Simplify code.
4285 (wdired-preprocess-files, wdired-preprocess-perms): Make
4286 read-only property of preceding character rear-nonsticky to
4287 avoid that it can be modified. Put old-name and old-link
4288 properties on character preceding name and replace
4289 put-text-property by add-text-properties.
4290 (wdired-get-filename, wdired-get-previous-link): Get old-name
4291 and old-link properties from character preceding name and
4292 simplify code.
4293 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
4294 (wdired-perms-to-number): Make local-map property
4295 rear-nonsticky to avoid that text following permissions may be
4296 modified. Use add-text-properties instead of put-text-property
4297 when changing a permission bit.
4298 (wdired-change-to-dired-mode): Remove stickiness properties.
4299
4300 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
4301
4302 * international/mule-cmds.el (register-input-method): Doc fix.
4303
4304 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
4305
4306 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
4307
4308 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4309
4310 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
4311 Force buffer local defs evaluation on local variables loading.
4312 (flyspell-mode-on, flyspell-mode-off): Use it in
4313 `hack-local-variables-hook'.
4314
4315 2006-12-09 Eli Zaretskii <eliz@gnu.org>
4316
4317 * emacs-lisp/find-func.el (find-variable): Doc fix.
4318
4319 * help-fns.el (variable-at-point): Doc fix.
4320
4321 * w32-fns.el (w32-append-code-lines): New function.
4322
4323 2006-12-09 Romain Francoise <romain@orebokech.com>
4324
4325 * comint.el (comint-insert-input): Delete obsolete comment.
4326
4327 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
4328
4329 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
4330 current frame, in case we're connected to several displays.
4331
4332 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
4333
4334 * frame.el (other-frame): Doc fix.
4335 (set-frame-parameter): Fix typo in docstring.
4336
4337 2006-12-07 Kim F. Storm <storm@cua.dk>
4338
4339 * info.el (Info-index): Strip leading colon from topic.
4340
4341 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
4342
4343 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
4344 to pointers.
4345
4346 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
4347
4348 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
4349 Trim out spurious class inheritance "None" entries.
4350
4351 2006-12-05 Kim F. Storm <storm@cua.dk>
4352
4353 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
4354 (cua-paste-pop): Rework last change for
4355 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
4356 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
4357 text inserted by the last M-y command.
4358
4359 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4360
4361 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
4362 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
4363
4364 * shell.el (shell): Search the start file in ~/.emacs.d as
4365 `init_SHELLNAME.sh' instead.
4366
4367 2006-12-05 Glenn Morris <rgm@gnu.org>
4368
4369 * progmodes/cperl-mode.el (cperl-mode)
4370 * progmodes/f90.el (f90-mode-abbrev-table)
4371 * progmodes/fortran.el (fortran-mode-abbrev-table)
4372 * progmodes/octave-mod.el (octave-abbrev-table)
4373 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
4374 if abbrev-table is non-nil (saved user abbrevs may have been restored).
4375
4376 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
4377 clear abbrev table, else saved abbrevs will not be restored.
4378
4379 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
4380
4381 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
4382 the call to `make-obsolete-variable', not in the docstring.
4383
4384 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
4385
4386 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
4387
4388 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4389
4390 * progmodes/ebnf-abn.el:
4391 * progmodes/ebnf-bnf.el:
4392 * progmodes/ebnf-dtd.el:
4393 * progmodes/ebnf-ebx.el:
4394 * progmodes/ebnf-iso.el:
4395 * progmodes/ebnf-otz.el:
4396 * progmodes/ebnf-yac.el:
4397 * progmodes/ebnf2ps.el:
4398 * delim-col.el:
4399 * printing.el:
4400 * ps-bdf.el:
4401 * ps-mule.el:
4402 * ps-print.el: Remove 'Time-stamp' comment mark.
4403
4404 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
4405 'easy-menu-add-item' when called in Emacs 21 or higher.
4406
4407 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
4408
4409 * progmodes/ada-xref.el (ada-check-current): Doc fix.
4410 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
4411
4412 2006-12-04 Kim F. Storm <storm@cua.dk>
4413
4414 * bindings.el (global-map): Bind [signal t] to ignore, to have
4415 user signals ignored by default.
4416
4417 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
4418
4419 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
4420 Unicode data file pointed to by `describe-char-unicodedata-file'.
4421
4422 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
4423
4424 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
4425 O(n^2) regexp-search by anchoring the search.
4426
4427 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
4428
4429 * whitespace.el (whitespace-cleanup-internal): Use current
4430 argument for recursive call.
4431
4432 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
4433
4434 * net/tramp.el (tramp-methods): Add "ControlPath" and
4435 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
4436 Andreas Schwab <schwab@suse.de>.
4437 (tramp-do-copy-or-rename-file-out-of-band)
4438 (tramp-open-connection-rsh): Compute format spec for ?t.
4439 (tramp-process-actions): Trace command parameters.
4440
4441 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
4442
4443 * simple.el (toggle-truncate-lines): Clarify doc string.
4444
4445 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
4446 (gdb-speedbar-expand-node): Use it.
4447
4448 2006-12-04 Richard Stallman <rms@gnu.org>
4449
4450 * progmodes/python.el (python-indent): Add safe-local-variable prop.
4451
4452 * dired.el (dired-revert): Turn off dired-after-readin-hook
4453 around call to dired-readin.
4454
4455 * menu-bar.el (menu-bar-make-toggle): Add "globally"
4456 to echo area messages.
4457 <indicate-empty-lines, case-fold-search>:
4458 Add "globally" to Help string.
4459 <case-fold-search>: MESSAGE arg need not say "globally".
4460 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
4461
4462 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
4463
4464 * outline.el (outline-end-of-subtree): Don't leave an empty
4465 line hidden as we would a real next heading.
4466
4467 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
4468
4469 * allout.el (allout-ascend): Add an optional argument to preserve
4470 original position of point when unsuccessful. Also, fix a
4471 docstring error.
4472 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
4473 work again, using allout-ascend's new option.
4474 (allout-setup-mode-map): Extract from allout-mode to initialize
4475 allout-mode-map. Call it on file load, so the mode docstring
4476 substitutions work even if allout mode has not yet been invoked.
4477 (allout-mode): Use new allout-setup-mode-map to track any keybinding
4478 customizations since the map was last processed. Also, refine the
4479 docstring so it's ship-shape for release.
4480 (allout-default-layout, allout-beginning-of-line-cycles)
4481 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
4482 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
4483 (allout-version, allout-layout, allout-infer-body-reindent)
4484 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
4485 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
4486 (allout-previous-heading, allout-goto-prefix-doublechecked)
4487 (allout-current-bullet-pos, allout-next-sibling-leap)
4488 (allout-pre-command-business, allout-encrypted-type-prefix)
4489 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
4490 (allout-rebullet-topic, allout-rebullet-topic-grunt)
4491 (allout-flag-region, allout-expose-topic, allout-expose-topic)
4492 (allout-old-expose-topic, allout-listify-exposed)
4493 (allout-process-exposed, allout-latex-verb-quote)
4494 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
4495 (allout-toggle-current-subtree-encryption)
4496 (allout-toggle-subtree-encryption, allout-bullet-isearch):
4497 Remove extraneous open-paren and close paren string escapes.
4498
4499 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
4500
4501 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
4502 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
4503 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
4504 Fix typos in docstrings.
4505
4506 2006-12-03 Glenn Morris <rgm@gnu.org>
4507
4508 * progmodes/cc-align.el
4509 * progmodes/cc-awk.el
4510 * progmodes/cc-cmds.el
4511 * progmodes/cc-compat.el
4512 * progmodes/cc-defs.el
4513 * progmodes/cc-engine.el
4514 * progmodes/cc-langs.el
4515 * progmodes/cc-menus.el
4516 * progmodes/cc-mode.el
4517 * progmodes/cc-styles.el
4518 * progmodes/cc-vars.el
4519 * progmodes/vhdl-mode.el: Fix Copyright format.
4520
4521 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
4522
4523 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
4524 initial down event.
4525
4526 2006-12-02 Kim F. Storm <storm@cua.dk>
4527
4528 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
4529 (cua-repeat-replace-region): Make M-v more robust.
4530 (cua-paste-pop-rotate-temporarily): New defcustom.
4531 (cua-paste-pop): Use it.
4532 (cua-auto-mark-last-change): New defcustom.
4533 (cua-pop-to-last-change): New helper function.
4534 (cua-set-mark): Use them.
4535
4536 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
4537
4538 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
4539 mini-buffer message.
4540
4541 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
4542
4543 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
4544
4545 2006-12-01 Ben North <ben@redfrontdoor.org>
4546
4547 * paren.el: Fix the highlight overlay extension when the user types a
4548 sequence of char very fast just before the open parenthesis.
4549
4550 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4551
4552 * ps-mule.el: Eliminate Emacs 20 compatibility.
4553
4554 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
4555 (ps-print-version): New version 6.7.
4556 (ps-print-quote): Replace '?\ ' by '?\s'.
4557
4558 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
4559
4560 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
4561 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
4562 (hexl-end-of-1k-page): Doc fixes.
4563 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
4564 Fix typos in docstrings.
4565
4566 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4567
4568 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
4569 locally, i.e. without using file name handlers.
4570 (ido-read-internal): Allow mono letter host names, avoiding the
4571 `c:' problem by testing if the file exists locally.
4572 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
4573
4574 2006-11-30 Masatake YAMATO <jet@gyve.org>
4575
4576 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
4577 to avoid bytecomp warnings.
4578 (hexl-mode-old-ruler-function): New variable.
4579 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
4580 and `hl-line-range-function' after `require' hl-line.
4581 Then bind `hl-line-range-function' and `hl-line-face'.
4582 Don't require frame. Don't use `with-no-warnings'.
4583 (hexl-activate-ruler): Store the original value of
4584 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
4585 (hexl-mode-exit): Restore the original value of
4586 `ruler-mode-ruler-function'.
4587
4588 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
4589
4590 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
4591 (hexl-mode-old-hl-line-face): New variable.
4592 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
4593 line when exit from the hexl-mode.
4594
4595 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
4596
4597 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
4598 Doc fixes.
4599
4600 * international/fontset.el (create-fontset-from-ascii-font)
4601 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
4602 (fontset-name-p): Fix typo in docstring.
4603
4604 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
4605
4606 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4607
4608 * ps-bdf.el: Fix maintainer email.
4609
4610 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
4611 compatibility.
4612
4613 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
4614 21 compatibility.
4615 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
4616 Emacs 20 & 21.
4617
4618 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
4619
4620 * progmodes/idlwave.el (idlwave-auto-fill):
4621 Remove paragraph-start let to prevent auto-fill giving up.
4622
4623 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
4624
4625 * vt100-led.el (led-state): Fix typo in previous change.
4626
4627 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4628
4629 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4630 Fix interactive spec of the functions getting defined to make them
4631 work as documented.
4632
4633 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
4634
4635 * startup.el (fancy-splash-screens): Hide initial splash buffer.
4636
4637 2006-11-28 Kim F. Storm <storm@cua.dk>
4638
4639 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
4640 icomplete-mode is enabled.
4641
4642 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
4643
4644 * textmodes/org.el (require): Require gnus-sum during compilation
4645 to avoid problem with a macro call.
4646
4647 2006-11-28 Glenn Morris <rgm@gnu.org>
4648
4649 * emacs-lisp/authors.el (authors-aliases): Add new alias.
4650
4651 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
4652 (fortran-window-create-momentarily): Do not need string-to-char.
4653
4654 2006-11-28 Richard Stallman <rms@gnu.org>
4655
4656 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
4657 Replace incorrect use of assoc-default with a loop.
4658
4659 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
4660
4661 * simple.el (next-error-find-buffer): Improve messages.
4662
4663 * files.el (revert-buffer): Special error message if file
4664 is now not readable.
4665
4666 * facemenu.el (facemenu-add-new-face): Improve doc strings of
4667 constructed commands.
4668
4669 * comint.el (comint-exec-1): Provide Emacs version and `comint'
4670 in INSIDE_EMACS.
4671
4672 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4673
4674 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
4675
4676 * server.el: Remove spurious * in docstrings.
4677 (server-process-filter): Exit from recursive editing before processing
4678 a new request.
4679
4680 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
4681
4682 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
4683 line so hidden blocks will be correctly identified.
4684
4685 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
4686
4687 * ledit.el (ledit-save-defun, ledit-mode):
4688 * resume.el (resume-emacs-args-buffer):
4689 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
4690 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
4691 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
4692 (command-send-input, command-kill-line):
4693 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
4694
4695 * autoarg.el (autoarg-kp-mode): Doc fix.
4696
4697 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
4698 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
4699 (check-emacs-lock): Doc fix. Simplify.
4700
4701 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
4702 (iimage-mode-buffer): Fix typos in docstring.
4703
4704 * misc.el (zap-up-to-char): Doc fix.
4705
4706 * time-stamp.el: Fix comment and obsolescence string for old
4707 functions. Use `dolist' instead of `while'.
4708
4709 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
4710
4711 * disp-table.el (standard-display-8bit, standard-display-default):
4712 * ebuff-menu.el (electric-buffer-list):
4713 * ehelp.el (electric-help-command-loop):
4714 * font-core.el (font-lock-mode):
4715 * help-macro.el (make-help-screen):
4716 * help.el (describe-minor-mode-completion-table-for-indicator)
4717 (lookup-minor-mode-from-indicator):
4718 * indent.el (tab-to-tab-stop, move-to-tab-stop):
4719 * info-look.el (info-lookup-guess-custom-symbol):
4720 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
4721 * longlines.el (longlines-wrap-line):
4722 * macros.el (insert-kbd-macro):
4723 * menu-bar.el (menu-bar-update-buffers):
4724 * misc.el (copy-from-above-command):
4725 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
4726 * newcomment.el (comment-indent):
4727 * novice.el (disabled-command-function):
4728 * sort.el (sort-fields-syntax-table):
4729 * subr.el (momentary-string-display):
4730 * tar-mode.el (tar-header-block-summarize)
4731 (tar-clear-modification-flags):
4732 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
4733 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
4734 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
4735 (te-delete-char, te-down-vertically-or-scroll):
4736 * time-stamp.el (time-stamp-string-preprocess):
4737 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
4738
4739 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
4740
4741 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
4742 in GUD mode.
4743
4744 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
4745 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
4746
4747 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4748
4749 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
4750
4751 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
4752
4753 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
4754 (ada-compile-goto-error): Adapt to new argument profile of
4755 compilation-goto-locus in Emacs 22. Don't check if the various
4756 compile functions are defined; we already do "(require 'compile)".
4757
4758 2006-11-26 Kim F. Storm <storm@cua.dk>
4759
4760 * kmacro.el: Fix commentary.
4761
4762 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
4763
4764 * progmodes/gud.el (gdb): Explain how to run in text command mode
4765 more clearly. Say in error message that multiple debugging
4766 requires restarting GDB.
4767
4768 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
4769
4770 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
4771
4772 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
4773
4774 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
4775 (flymake-popup-menu): Use it instead of posn-at-point.
4776
4777 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4778
4779 * progmodes/cc-vars.el (c-backslash-column):
4780 Mention c-backslash-max-column in documentation for c-backslash-column.
4781
4782 2006-11-24 Lars Hansen <larsh@soem.dk>
4783
4784 * net/tramp.el (tramp-default-method): Under Windows, change from
4785 plink to pscp.
4786 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
4787 (tramp-actions-copy-out-of-band):
4788 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
4789 (tramp-action-out-of-band): Move "Permission denied" handling to
4790 tramp-action-copy-failed.
4791 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
4792 process buffer.
4793
4794 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4795
4796 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
4797 strings to a single string. Quote `errors-file-name'.
4798 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
4799 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
4800 Adjust calls. Use `shell-quote-argument'.
4801
4802 * international/mule.el (load-with-code-conversion)
4803 (with-category-table): Use with-current-buffer.
4804 (after-insert-file-set-coding): Use restore-buffer-modified-p.
4805
4806 2006-11-24 Eli Zaretskii <eliz@gnu.org>
4807
4808 * mail/smtpmail.el (smtpmail-send-it):
4809 Copy buffer-file-coding-system from the mail buffer. Possibly add a
4810 MIME header for the message encoding.
4811 Bind coding-system-for-write around the call to mail-do-fcc.
4812 Use smtpmail-code-conv-from to encode queued mail messages.
4813
4814 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
4815
4816 * tabify.el (tabify-regexp): Doc fix.
4817
4818 * net/rcirc.el (rcirc-buffer-maximum-lines):
4819 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
4820
4821 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
4822 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
4823 Fix typos in output messages.
4824 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
4825
4826 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4827
4828 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
4829 the horse's mouth.
4830 (hexlify-buffer): Don't re-encode an arg that's already encoded.
4831
4832 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
4833
4834 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
4835 Remove condition-case.
4836
4837 2006-11-23 Glenn Morris <rgm@gnu.org>
4838
4839 * progmodes/f90.el (f90-comment-indent): Do not move point in
4840 default case.
4841
4842 2006-11-21 Romain Francoise <romain@orebokech.com>
4843
4844 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
4845 from library name (reverts change of 2005-10-25).
4846
4847 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
4848
4849 * tutorial.el (tutorial--default-keys): Add newline and
4850 delete-backward-char bindings.
4851 (tutorial--detailed-help): Save excursion when finding keys.
4852 Correct warning string for M-x FOO case.
4853 (tutorial--display-changes): Print special keys in tutorial style.
4854 Tweak search regexp for changed keys.
4855
4856 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4857
4858 * thingatpt.el (thing-at-point-url-at-point): Don't add a
4859 redundant scheme.
4860
4861 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
4862
4863 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
4864 are new to the list at IANA. Also added irc, mms, mmsh.
4865
4866 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
4867
4868 * progmodes/idlw-help.el (idlwave-html-help-location):
4869 Fail gracefully for missing help packages.
4870 (idlwave-help-assistant-open-link): Open full links.
4871 (idlwave-help-assistant-help-with-topic): Direct help link.
4872
4873 * progmodes/idlwave.el (idlwave-mode):
4874 Set add-log-current-defun-function.
4875 (idlwave-current-routine-fullname): Add, to support add-log.
4876 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
4877 to reflect improvements to xml-parse-file.
4878 (idlwave-mode-menu-def): New binding for help-with-topic.
4879
4880 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
4881 Handle extra newlines and spaces.
4882 (idlwave-shell-mode-map): Add help-with-topic.
4883
4884 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
4885
4886 * tutorial.el (tutorial-warning-face): New face.
4887 (tutorial--detailed-help, tutorial--display-changes): Use it.
4888 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
4889 Improve search pattern for occurrences of changed keys.
4890
4891 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4892
4893 * term/x-win.el (x-last-cut-buffer-coding): New variable.
4894 (x-select-text): Set it.
4895 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
4896 when checking for newness.
4897
4898 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
4899
4900 * subr.el (posn-image):
4901 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
4902
4903 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
4904
4905 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4906
4907 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
4908 Exceptions to the rule "add a space between an identifier and an
4909 opening parenthesis". Defaulted to the `#define' problem of cpp.
4910 (glasses-parenthesis-exception-p): New. Check if the region is an
4911 exception regarding to that.
4912 (glasses-make-readable): Use it.
4913 (glasses-convert-to-unreadable): Ditto. Modify the file also if
4914 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
4915
4916 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
4917
4918 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
4919
4920 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
4921
4922 * progmodes/ada-mode.el (ada-make-body): Fix typo.
4923
4924 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
4925 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
4926
4927 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
4928
4929 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
4930 conditions for function or variable bindings.
4931
4932 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
4933
4934 * progmodes/compile.el (compilation-start): Ditto.
4935
4936 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
4937
4938 * net/tramp.el (top): cl and custom are always required.
4939
4940 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4941
4942 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
4943 cut-buffers with next-selection-coding-system if not nil.
4944
4945 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
4946
4947 * textmodes/org.el (org-fix-decoded-time): New function.
4948 (org-display-custom-time): Use `org-fix-decoded-time'.
4949
4950 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
4951
4952 * menu-bar.el (menu-bar-games-menu): Remove yow.
4953
4954 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
4955
4956 * textmodes/org.el (org-scan-tags): Re-align code fixed.
4957 (org-detach-overlay): Rename from `org-detatch-overlay'.
4958 (org-table-convert-region): Insert space after column separator.
4959 (org-agenda-kill): New command.
4960 (org-metaleft): Call `org-outdent-item' on bullets.
4961 (org-metaright): Call `org-indent-item' on bullets.
4962 (org-timestamp-change): Set `org-last-changed-timestamp'.
4963 (org-current-line): Make sure (bolp) returns correct result.
4964 (org-agenda-change-all-lines): Make sure TODO are highlighted.
4965
4966 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4967
4968 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
4969
4970 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
4971
4972 * mouse.el (global-map): Change 2006-08-16 fix to call
4973 mouse-yank-at-click explicitly, since mouse events are not carried
4974 over into keyboard macros.
4975
4976 2006-11-16 Kim F. Storm <storm@cua.dk>
4977
4978 * ido.el (ido-file-internal): Use current buffer's file name as default
4979 choice for ido-find-alternate-file. Suggested by Matt Hodges.
4980
4981 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
4982
4983 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
4984 (allout-inhibit-aberrance-doublecheck): Rename from
4985 allout-during-yank-processing. All callers changed.
4986 (allout-ascend): Provide for unusual case where some topic after
4987 the first in file is at lower depth than the first.
4988 (allout-shift-in): Ensure the offspring of the new containing
4989 topic are exposed.
4990 (allout-encrypt-string): Preserve the coding-system of the text,
4991 according to that of the containing buffer.
4992 (allout-toggle-subtree-encryption): When the text being encrypted
4993 requires a different coding system, offer to preserve the coding
4994 system using a file local var.
4995
4996 2006-11-15 Simon Marshall <simon@gnu.org>
4997
4998 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
4999 to recognise "T t()" as a function declaration, rather than a
5000 variable instantiation, iff at the top-level or inside a class
5001 declaration. Suggested by Feng Li <fengli@gmail.com>.
5002
5003 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
5004
5005 * progmodes/ada-xref.el (ada-parse-prj-file):
5006 Don't delete project buffer; user may want to edit it.
5007 (ada-xref-set-project-field, ada-xref-current-project-file)
5008 (ada-xref-current-project, ada-show-current-project)
5009 (ada-set-main-compile-application): New functions.
5010 (ada-xref-get-project-field, ada-require-project-file):
5011 Normalize use of ada-prj-default-project-file.
5012 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
5013 Normalize use of ada-require-project-file.
5014 (ada-prj-find-prj-file): Improve doc string, comments.
5015
5016 * progmodes/ada-mode.el (ada-mode-version): Bump version.
5017 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
5018 (ada-create-menu): Add ada-set-main-compile-application,
5019 ada-show-current-main, ada-show-current-project.
5020
5021 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
5022
5023 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
5024 (inferior-python-mode): Use it.
5025
5026 2006-11-14 Andreas Schwab <schwab@suse.de>
5027
5028 * term/xterm.el (terminal-init-xterm): Add more key bindings.
5029
5030 2006-11-13 Kim F. Storm <storm@cua.dk>
5031
5032 * ido.el (ido-copy-current-word): C-o copies region if active.
5033
5034 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
5035
5036 * textmodes/org.el (org-emph-face): Fix typo in variable name.
5037
5038 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
5039
5040 * ediff.el (ediff-revision):
5041 * files.el (set-visited-file-name):
5042 * mail/rmailout.el (rmail-output-body-to-file):
5043 Use `format', not `message', in `y-or-n-p' call.
5044
5045 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
5046
5047 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
5048 (org-metaright): Call `org-indent-item' on bullets.
5049 (org-timestamp-change): Set `org-last-changed-timestamp'.
5050 (org-current-line): Make sure (bolp) returns correct result.
5051 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
5052
5053 2006-11-12 Richard Stallman <rms@gnu.org>
5054
5055 * language/european.el (turkish-case-conversion-enable)
5056 (turkish-case-conversion-disable): New functions.
5057 ("Turkish" lang env): Use them.
5058
5059 * international/characters.el (case table):
5060 Do nothing special for i and I.
5061
5062 * subr.el (remove-overlays): Fix last change.
5063
5064 * cus-edit.el (custom-save-all): Use find-file-visit-truename
5065 for visiting the custom file.
5066
5067 2006-11-12 Markus Triska <triska@gmx.at>
5068
5069 * play/handwrite.el (handwrite): Also process lines not ending
5070 with newline. Replace some position-fiddling with different
5071 logic. Improve performance.
5072
5073 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
5074
5075 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
5076 replacing deleted variable `ada-check-switch'.
5077 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
5078 (ada-xref-project-files): Improve doc string.
5079 (ada-find-executable): New function.
5080 (ada-initialize-runtime-library): Use `ada-find-executable'.
5081 (ada-xref-set-default-prj-values): In compile commands, don't need
5082 `ada-cd-command'; `compile' does that more portably.
5083 Use ada-prj-default-check-cmd.
5084 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
5085 properties if not specified in project file.
5086 (ada-goto-declaration): Display useful message for new error
5087 'error-file-not-found.
5088 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
5089 'error-file-not-found.
5090 (ada-get-all-references): Match latest ali syntax. Signal new
5091 error 'error-file-not-found.
5092 (ada-find-in-ali): Match latest ali syntax.
5093 (ada-make-filename-from-adaname): Handle different semantics of
5094 gnatkr in GNAT 3.15p vs later.
5095
5096 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
5097 ada-procedure-start-regexp.
5098 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
5099
5100 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
5101 with defvar.
5102 (ada-language-version): Rename ada05 -> ada2005.
5103 (ada-align-region-separate): Add `eval-when-compile'.
5104 (ada-name-regexp): Remove unneeded escapes in regexp character
5105 alternative.
5106 (ada-compile-goto-error-file-linenr-re): New constant.
5107 (ada-matching-start-re): Handle additional cases `declare',
5108 `procedure', `function'.
5109 (ada-compile-goto-error): Handle "... at line nn".
5110 (ada-mode): Clearer syntax, comments for ff-special-constructs.
5111 Delete support for old versions of `align'.
5112 (ada-search-prev-end-stmt): Handle additional keyword `private'.
5113 (ada-check-defun-name): Simplify handling of `declare'.
5114 (ada-goto-matching-start): Handle nested `begin ... end'.
5115 Handle `declare', `protected', `procedure', `function'.
5116 (ada-create-menu): Presence of arm95 is not conditional on using
5117 GNAT compiler.
5118
5119 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
5120
5121 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
5122 nil in the *RE-Builder* buffer (it causes spurious error messages).
5123
5124 * server.el (server-visit-files): If `minibuffer-auto-raise' has
5125 been set to t, respect it.
5126
5127 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
5128
5129 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
5130 Delete commented out code for old Emacs versions. Autoloading of
5131 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
5132 (ada-mode-version): Bump version number.
5133 (ada-95-string-keywords, ada-2005-string-keywords)
5134 (ada-2005-keywords, ada-name-regexp): New constant.
5135 (ada-language-version, ada-procedure-start-regexp, ada-mode)
5136 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
5137 (ada-package-start-regexp): Support private packages, include package
5138 name (for ada-set-point-accordingly).
5139 (ada-next-procedure, ada-previous-procedure)
5140 (ada-which-function-are-we-in): Match changes to
5141 ada-procedure-start-regexp.
5142 (ada-make-body): Make non-interactive; not a user function.
5143 (ada-make-subprogram-body): Improve doc string.
5144
5145 2006-11-11 Romain Francoise <romain@orebokech.com>
5146
5147 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
5148 `compilation-error-regexp-alist' buffer-local, since we changed
5149 `compilation-error-regexp-alist-alist' locally.
5150
5151 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
5152
5153 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
5154 to the value of `server-raise-frame'.
5155
5156 2006-11-11 Glenn Morris <rgm@gnu.org>
5157
5158 * ido.el (ido-enable-prefix)
5159 * ses.el (ses-call-printer-return)
5160 * net/tramp.el (tramp-unified-filenames)
5161 * progmodes/cc-align.el (c-lineup-string-cont)
5162 * progmodes/compile.el (compilation-directory-matcher)
5163 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
5164 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
5165 (vhdl-clock-rising-edge)
5166 * textmodes/org.el (org-export-with-timestamps)
5167 (org-export-remove-timestamps-from-toc)
5168 (org-export-with-tags): Improve previous doc fixes.
5169
5170 2006-11-11 Richard Stallman <rms@gnu.org>
5171
5172 * textmodes/flyspell.el (flyspell-mode-map):
5173 Bind C-c $ instead of M-RET.
5174
5175 2006-11-10 Simon Marshall <simon@gnu.org>
5176
5177 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
5178 fontification for "case" and "default" keywords.
5179
5180 2006-11-10 Andreas Schwab <schwab@suse.de>
5181
5182 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
5183 Avoid starting sentence with "nil".
5184
5185 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
5186
5187 * server.el (server-raise-frame): New option.
5188 (server-switch-buffer): Use it.
5189
5190 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
5191
5192 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
5193 with a capital.
5194
5195 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
5196
5197 * textmodes/org.el (org-show-hierarchy-above)
5198 (org-show-following-heading): Fix typo in default value.
5199 (org-scan-tags): Make the search case-sensitive.
5200 (org-tags-sparse-tree): Don't overrule
5201 `org-show-following-heading' and `org-show-hierarchy-above'.
5202 (org-reveal): New command.
5203 (org-show-context): Rename from `org-show-hierarchy-above'.
5204 (org-fast-tag-selection-single-key): New option.
5205 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
5206 (org-tags-overlay): New variable.
5207 (org-agenda-todo-ignore-deadlines): New option.
5208 ("session"): Add circular data structure `org-mark-ring' to
5209 exceptions list in session.el.
5210 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
5211 New options.
5212 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
5213 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
5214 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
5215 (org-finalize-agenda): Activate bracket links in agenda.
5216 (org-at-timestamp-p, org-at-date-range-p): Additional argument
5217 INACTIVE-OK.
5218 (org-show-hierarchy-above, org-show-following-heading):
5219 List values allowed for fine-tuned configuration.
5220 (org-show-hierarchy-above): New argument CONTEXT, use the
5221 fine-tuned settings in `org-show-hierarchy-above' and
5222 `org-show-following-heading'.
5223 (org-display-custom-time): New function.
5224 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
5225 (org-display-custom-times, org-time-stamp-custom-formats):
5226 (org-maybe-intangible): New macro.
5227 (org-activate-bracket-links, org-hide-wide-columns):
5228 Use `org-maybe-intangible'.
5229 (org-open-file): Use `shell-quote-argument'.
5230 (org-display-internal-link-with-indirect-buffer): New option.
5231 (org-file-remote-p): Get regexp from list.
5232 (org-link-expand-abbrev): New function.
5233 (org-link-abbrev-alist): New option.
5234 (org-open-at-point, org-cleaned-string-for-export):
5235 Call `org-link-expand-abbrev'.
5236 (org-timeline, org-agenda-list, org-todo-list)
5237 (org-tags-view): Remove the KEEP-MODES argument.
5238 (org-finalize-agenda-hook): New hook.
5239 (org-get-alist-option): New function.
5240 (org-follow-timestamp-link): New function.
5241 (org-open-at-point): Call `org-follow-timestamp-link'.
5242 (org-log-note-marker, org-log-note-purpose)
5243 (org-log-note-window-configuration): New variables.
5244 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
5245 (org-log-note-headings): New option.
5246 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
5247 (org-store-link): Support for dired-mode.
5248 (org-open-file): Substitute environment variables into filename.
5249 (org-last): New defsubst.
5250 (org-agenda-re-align-tags): New function.
5251 (org-agenda-align-tags-to-column): New option.
5252 (org-agenda-timeline): Group removed.
5253 (org-prepare-agenda, org-prepare-agenda-buffers)
5254 (org-run-agenda-series, org-timeline, org-agenda-list)
5255 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
5256 the text property inticating the agenda type.
5257 (org-agenda-post-command-hook): Get agenda type from text property
5258 at point.
5259 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
5260 and obey `org-agenda-overriding-arguments'.
5261 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
5262 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
5263 (org-agenda-week-view, org-agenda-day-view):
5264 Use `org-agenda-overriding-arguments' to make updating work with
5265 multi-block agendas.
5266 (org-agenda-prefix-format): Allow different formats for the
5267 different agenda entry types.
5268 (org-timeline-prefix-format): Option removed, use
5269 `org-agenda-prefix-format' instead.
5270 (org-prepare-agenda): New function.
5271 (org-select-timeline-window): Option removed, use
5272 `org-select-agenda-window' instead.
5273 (org-respect-restriction): Variable removed.
5274 (org-cmp-tag): New function.
5275 (org-agenda-sorting-strategy, org-entries-lessp):
5276 Implement sorting by last tag.
5277 (org-complete): Better completion in in-buffer option lines.
5278 (org-in-item-p): New function.
5279 (org-org-menu): Add entries for checkboxes.
5280 (org-cycle): Extra brouping in outline-regexp, because it is used
5281 in a search with "^" prepended.
5282 (org-provide-checkbox-statistics): New option.
5283 (org-set-font-lock-defaults): Highlight checkbox statistics.
5284 (org-update-checkbox-count-maybe)
5285 (org-get-checkbox-statistics-face): New functions.
5286 (org-update-checkbox-count): New command.
5287 (org-insert-item, org-toggle-checkbox):
5288 Call `org-update-checkbox-count-maybe'.
5289 (org-export-as-html): XEmacs compatibility for coding system.
5290 (org-force-cycle-archived): New command.
5291 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
5292 overrules cycling.
5293 (org-fix-position-after-promote): If the line contains only a todo
5294 keyword, add a final space.
5295 (org-promote-subtree, org-demote-subtree):
5296 Call `org-fix-position-after-promote'.
5297
5298 2006-11-10 Glenn Morris <rgm@gnu.org>
5299
5300 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
5301 date in every year.
5302 (calendar-dst-check-each-year-flag): New customizable variable.
5303 (calendar-dst-find-data): New function, extracted from
5304 calendar-current-time-zone.
5305 (calendar-current-time-zone): Use calendar-dst-find-data.
5306 (calendar-dst-transition-cache): New variable.
5307 (calendar-dst-find-startend, calendar-dst-starts)
5308 (calendar-dst-ends): New functions.
5309 (calendar-daylight-savings-starts)
5310 (calendar-daylight-savings-ends): Change value to use
5311 calendar-dst-starts, calendar-dst-ends; respectively.
5312
5313 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
5314
5315 * ido.el (ido-enable-prefix)
5316 * ses.el (ses-call-printer-return)
5317 * net/tramp.el (tramp-unified-filenames)
5318 * progmodes/cc-align.el (c-lineup-string-cont)
5319 * progmodes/compile.el (compilation-directory-matcher)
5320 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
5321 * progmodes/gdb-ui.el (gdb-many-windows)
5322 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
5323 (vhdl-clock-rising-edge)
5324 * textmodes/org.el (org-export-with-timestamps)
5325 (org-export-remove-timestamps-from-toc, org-export-with-tags)
5326 (org-read-date): Doc fix (Nil -> nil).
5327
5328 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5329
5330 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
5331 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
5332
5333 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
5334
5335 * bs.el (bs--window-for-buffer): Remove.
5336 (bs--show-with-configuration): Use `get-window-with-predicate'
5337 instead of `bs--window-for-buffer'.
5338
5339 2006-11-10 Kenichi Handa <handa@m17n.org>
5340
5341 * files.el (revert-buffer): Fix previous change.
5342
5343 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
5344
5345 * bs.el (bs--redisplay): Fix typo in docstring.
5346 (bs--window-config-coming-from): Make frame-local.
5347 (bs--restore-window-config): New function.
5348 (bs-kill, bs-select, bs-select-other-window)
5349 (bs-select-other-frame): Use it.
5350 (bs--window-for-buffer): Return as soon as a matching buffer is found.
5351 (bs--show-with-configuration): Save the window configuration as a
5352 frame local var, and only if *buffer-selection* is not already
5353 visible on this frame.
5354
5355 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
5356
5357 * vc-svn.el (vc-svn-admin-directory): New var.
5358 (vc-svn-registered, vc-svn-responsible-p)
5359 (vc-svn-repository-hostname): Use it.
5360 Suggested by arit93@yahoo.com.
5361
5362 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
5363
5364 * ldefs-boot.el: Regenerate.
5365
5366 2006-11-08 Alan Mackenzie <acm@muc.de>
5367
5368 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
5369 case (eq open-paren-in-column-0-is-defun-start nil) by searching
5370 for least nested open-paren.
5371
5372 2006-11-08 Romain Francoise <romain@orebokech.com>
5373
5374 * subr.el (remove-overlays): Fix typo in last change.
5375
5376 2006-11-08 Richard Stallman <rms@gnu.org>
5377
5378 * subr.el (remove-overlays): Call overlay-recenter.
5379
5380 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5381
5382 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
5383 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
5384 behaviour.
5385 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
5386 directly.
5387
5388 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
5389
5390 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
5391 (ido-max-dir-file-cache, ido-decorations)
5392 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
5393 (ido-magic-backward-char, ido-enter-dired)
5394 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
5395 (ido-list-directory, ido-first-match, ido-only-match)
5396 (ido-subdir, ido-indicator): Fix typos in docstrings.
5397 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
5398 (ido-read-internal): Fix typo in error message.
5399
5400 2006-11-08 Kenichi Handa <handa@m17n.org>
5401
5402 * international/mule-cmds.el (set-default-coding-systems):
5403 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
5404
5405 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
5406
5407 * makefile.w32-in (setwins): Remove.
5408 (WINS_ALMOST): New macro.
5409 (WINS): Use it.
5410 (autoloads): Don't extract autoloads from files in obsolete/.
5411
5412 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
5413
5414 * whitespace.el (whitespace-buffer): Call remove-overlays after
5415 overlay-recenter for performance. Suggested by Martin Rudalics.
5416
5417 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
5418
5419 * net/tramp.el (tramp-default-method): scp is the default method.
5420
5421 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
5422
5423 * server.el (server-start): Save also the Emacs pid in the server file.
5424
5425 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
5426
5427 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
5428 point when displaying a bibtex cross reference in the echo area.
5429
5430 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
5431
5432 * international/mule.el (make-char): Fix typo in docstring.
5433 (load-with-code-conversion, charsetp): Doc fixes.
5434
5435 * international/ja-dic-cnv.el (skkdic-convert):
5436 * cus-edit.el (hook): Fix typo in docstring.
5437
5438 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
5439
5440 * cus-edit.el (custom-mode-map): Move defvar above code using it.
5441 (custom-mode-link-map): New variable.
5442 (custom-group-link, custom-manual): Use follow-link.
5443
5444 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5445
5446 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
5447 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
5448
5449 2006-11-06 Richard Stallman <rms@gnu.org>
5450
5451 * textmodes/flyspell.el (flyspell-correct-word-before-point):
5452 New function broken out of flyspell-correct-word.
5453 (flyspell-mode-map): Bind it to M-RET.
5454 (flyspell-correct-word): Call it.
5455
5456 * textmodes/fill.el (fill-minibuffer-function): New function.
5457 (fill-paragraph): Bind fill-paragraph-function to
5458 fill-minibuffer-function.
5459
5460 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
5461 so that they aren't undefined.
5462
5463 * dired.el (dired-readin): Locally bind file-name-coding-system.
5464
5465 * bindings.el: Shorten and clarify usual mode line mouse help string.
5466
5467 * Makefile.in (autoloads): Don't include `obsolete'.
5468
5469 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
5470
5471 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
5472 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
5473 Printing menu if it's not initialized.
5474 (pr-menu-bind): Act on menu-bar-file-menu directly.
5475
5476 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
5477
5478 * help.el (view-emacs-news): Fix typo in error message.
5479
5480 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
5481
5482 * shadowfile.el (shadow-define-regexp-group)
5483 (shadow-literal-groups, shadow-insert-var): Doc fixes.
5484 (shadow-read-files): Fix typo in message.
5485 (shadow-inhibit-overload, shadow-find, shadow-suffix)
5486 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
5487 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
5488 (shadow-file-match): Fix typos in docstrings.
5489
5490 * terminal.el (terminal-emulator): Fix typo in message.
5491
5492 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
5493
5494 * emacs-lisp/lselect.el (x-kill-primary-selection)
5495 (x-delete-primary-selection, x-copy-primary-selection):
5496 Fix typos in error messages.
5497
5498 * emulation/edt-mapper.el: Fix typo in interactive message.
5499
5500 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
5501
5502 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
5503 (ispell-help): Fix typos in docstrings.
5504 (ispell-help): Fix typo in output message.
5505
5506 * allout.el (allout-adjust-file-variable)
5507 (allout-passphrase-verifier-string)
5508 (allout-passphrase-hint-string)
5509 (allout-toggle-current-subtree-encryption):
5510 * apropos.el (apropos-synonyms):
5511 * cus-edit.el (hook):
5512 * emacs-lock.el (emacs-lock-from-exiting):
5513 * follow.el (follow-avoid-tail-recenter-p):
5514 * hexl.el (hexl-mode):
5515 * mouse-copy.el (mouse-copy-work-around-drag-bug):
5516 * mouse.el (mouse-set-font):
5517 * resume.el (resume-emacs-args-file):
5518 * rfn-eshadow.el (file-name-shadow-tty-properties):
5519 * t-mouse.el (t-mouse-process, t-mouse-mode):
5520 * emacs-lisp/cust-print.el (custom-print-install)
5521 (custom-print-uninstall, custom-format):
5522 * emacs-lisp/shadow.el (list-load-path-shadows):
5523 * emulation/tpu-edt.el (tpu-help-text)
5524 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
5525 (tpu-reset-control-keys):
5526 * emulation/vip.el (vip-emacs-local-map)
5527 (vip-change-mode-to-emacs):
5528 * emulation/viper.el (viper-mode, viper-set-hooks)
5529 (viper-major-mode-modifier-list):
5530 * emulation/viper-init.el (viper-emacs-state-cursor-color):
5531 * emulation/viper-keym.el (viper-emacs-kbd-map)
5532 (viper-toggle-key):
5533 * mail/feedmail.el (feedmail-queue-reminder)
5534 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
5535 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
5536 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
5537 (feedmail-sender-line, feedmail-force-binary-write)
5538 (feedmail-from-line, feedmail-deduce-envelope-from)
5539 (feedmail-x-mailer-line, feedmail-message-id-generator)
5540 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
5541 (feedmail-enable-spray, feedmail-spray-this-address)
5542 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
5543 (feedmail-queue-runner-confirm-global)
5544 (feedmail-ask-before-queue-prompt)
5545 (feedmail-ask-before-queue-reprompt)
5546 (feedmail-prompt-before-queue-standard-alist)
5547 (feedmail-prompt-before-queue-user-alist)
5548 (feedmail-prompt-before-queue-help-supplement)
5549 (feedmail-queue-use-send-time-for-message-id)
5550 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
5551 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
5552 (feedmail-mail-send-hook-queued)
5553 (feedmail-confirm-addresses-hook-example)
5554 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
5555 (feedmail-queue-runner-mode-setter)
5556 (feedmail-queue-alternative-mail-header-separator)
5557 (feedmail-queue-runner-message-sender)
5558 (feedmail-buffer-eating-function, feedmail-binmail-template)
5559 (feedmail-run-the-queue-no-prompts)
5560 (feedmail-run-the-queue-global-prompt)
5561 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
5562 (feedmail-envelope-deducer, feedmail-fiddle-date)
5563 (feedmail-default-message-id-generator)
5564 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
5565 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
5566 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
5567 (vms-pmail-setup):
5568 * play/dunnet.el (dun-help):
5569 * play/handwrite.el (handwrite):
5570 * play/hanoi.el (hanoi-unix-64):
5571 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
5572 * textmodes/enriched.el (fixed):
5573 * textmodes/org.el (org-file-apps)
5574 (org-emphasis-regexp-components, org-emphasis-alist):
5575 * textmodes/texinfmt.el (batch-texinfo-format):
5576 Fix typos in docstrings.
5577
5578 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
5579
5580 * loadhist.el (read-feature): Don't complete features not loaded
5581 from a file (which make `unload-feature' to fail).
5582
5583 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
5584
5585 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
5586
5587 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
5588
5589 * startup.el (command-line-1): Kill emacs if the last frame is
5590 deleted while evaluating the command-line arguments.
5591
5592 2006-11-05 Richard Stallman <rms@gnu.org>
5593
5594 * startup.el (init-file-had-error): Add doc string.
5595 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
5596 Use fixed-width font for keyboard key descriptions.
5597
5598 * cus-edit.el (custom-save-all): Error if saving in .emacs
5599 and it had an error when loaded.
5600
5601 * dired-aux.el (dired-copy-file-recursive): Catch errors
5602 from recursive copies in the loop, around the recursive call.
5603
5604 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5605
5606 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
5607 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
5608 `/proc/acpi/thermal_zone/*'.
5609 (battery-search-for-one-match-in-files): New. Search a regexp in
5610 the content of some files.
5611
5612 2006-11-05 Martin Rudalics <rudalics@gmx.at>
5613
5614 * window.el (mouse-autoselect-window-now): Remove variable.
5615 (mouse-autoselect-window-state): New variable.
5616 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
5617 (mouse-autoselect-window-select, handle-select-window):
5618 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
5619 Suspend delayed autoselection during menu or popup dialog.
5620
5621 * info-look.el (info-lookup-guess-custom-symbol): New function
5622 for retrieving symbol at point in custom buffers.
5623 (top level) <info-lookup-maybe-add-help>: Add backquote and
5624 comma to ignored characters in regexps of help specifications
5625 for emacs-lisp-mode and lisp-interaction-mode. This permits
5626 looking up symbols in `...' and after a comma. Add help
5627 specifications for custom-mode and help-mode.
5628
5629 2006-11-04 Eli Zaretskii <eliz@gnu.org>
5630
5631 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
5632 Don't encode body if RAW is non-nil, or if the old encoding is
5633 identical to the new encoding, or if the body contains only
5634 eight-bit-* characters.
5635
5636 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
5637
5638 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
5639 (faces-sample-overlay): Remove variable.
5640 (describe-face): Insert sample text in the face being described.
5641
5642 2006-11-04 Martin Rudalics <rudalics@gmx.at>
5643
5644 * whitespace.el (whitespace-indent-regexp): Make this match any
5645 multiples of eight spaces near the beginning of a line.
5646 (whitespace-buffer): Use `remove-overlays' instead of
5647 `whitespace-unhighlight-the-space' and `overlay-recenter' to
5648 speed up overlay handling.
5649 (whitespace-buffer-leading, whitespace-buffer-trailing):
5650 Make these functions highlight the text removed by
5651 `whitespace-buffer-leading-cleanup' and
5652 `whitespace-buffer-trailing-cleanup' respectively.
5653 (whitespace-buffer-search): Use `with-local-quit'.
5654 Move `format' out of loop to speed up scanning larger buffers.
5655 (whitespace-unhighlight-the-space): Remove `remove-hook' since
5656 that function is never added to a hook.
5657 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
5658 (whitespace-buffer-leading-cleanup)
5659 (whitespace-refresh-rescan-list): Fix docstrings.
5660
5661 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
5662
5663 * allout.el (allout-during-yank-processing): Cue for inhibiting
5664 aberrance processing during yanks.
5665 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
5666 the amount of yanked topics that can be aberrant.
5667 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
5668 a function, and supplement with inihibition of doublechecking
5669 during yanks.
5670 (allout-beginning-of-line, allout-next-heading)
5671 (allout-previous-heading, allout-goto-prefix-doublechecked)
5672 (allout-back-to-current-heading, allout-next-visible-heading)
5673 (allout-next-sibling): Use new allout-do-doublecheck function.
5674 (allout-next-sibling): Ensure we made progress when returning
5675 other than nil.
5676 (allout-rebullet-heading): Preserve text property annotations
5677 indicating the text was hidden, if it was.
5678 (allout-kill-line): Remove any added was-hidden annotations.
5679 (allout-kill-topic): Remove any added was-hidden annotations.
5680 (allout-annotate-hidden): Inhibit adding was-hidden text
5681 properties to the undo list.
5682 (allout-deannotate-hidden): New function to remove was-hidden
5683 annotation.
5684 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
5685 (allout-remove-exposure-annotation): Replace by
5686 allout-deannotate-hidden.
5687 (allout-yank-processing): Signal that yank processing is happening
5688 with allout-during-yank-processing. Also, wrap
5689 allout-unprotected's closer to the text changes, for easier
5690 debugging. We need to inhibit-field-text-motion explicitly, in
5691 lieu of the encompassing allout-unprotected.
5692 (outlineify-sticky): Adjust criteria for triggering new outline
5693 decorations to presence or absence of any topics, not just a topic
5694 at the beginning of the buffer.
5695
5696 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
5697
5698 * bs.el (bs--show-all, bs--redisplay):
5699 * cus-edit.el (custom-unlispify-menu-entries)
5700 (custom-unlispify-tag-names, custom-prompt-variable):
5701 * expand.el (expand-pos):
5702 * speedbar.el (speedbar-generic-list-tag-p):
5703 * wid-edit.el (widget-image-enable):
5704 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
5705 * emacs-lisp/find-func.el (find-function-noselect)
5706 (find-function, find-variable-noselect, find-variable)
5707 (find-definition-noselect, find-face-definition):
5708 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
5709 * net/eudc-vars.el (eudc-expansion-overwrites-query):
5710 * progmodes/ada-xref.el (ada-find-in-ali):
5711 * textmodes/flyspell.el (flyspell-check-tex-math-command):
5712 * textmodes/org.el (org-copy-subtree):
5713 * textmodes/table.el (table--row-column-insertion-point-p):
5714 Use "non-nil" in docstrings.
5715
5716 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
5717
5718 * sort.el (sort-columns): Set the field separator to tab; on
5719 NetBSD, sort complains if "\n" is used as field separator.
5720
5721 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
5722
5723 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
5724
5725 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
5726
5727 * server.el (server-auth-key): Remove. Replace by a process-property.
5728 (server-start): Don't remove the file of the previous process, but
5729 instead clear out the place for the new file.
5730 (server-start): Set the :auth-key property.
5731 (server-process-filter): Use the :auth-key property.
5732
5733 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
5734
5735 * textmodes/org.el (org-mode-map): No longer copy
5736 `outline-mode-map' explicitly - this is already done by
5737 `define-derived-mode'.
5738
5739 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
5740
5741 * server.el (server-visit-files): Use `when'.
5742 (server-process-filter): When authentication fails, send error
5743 message to client. Wrap `process-send-region' in `ignore-errors'
5744 instead of `condition-case', and remove misleading comment.
5745
5746 2006-11-01 Juri Linkov <juri@jurta.org>
5747
5748 * simple.el (yank): Doc fix.
5749
5750 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
5751
5752 * server.el: Try and fit within 80 columns.
5753 (server-start): Make the auth file unreadable by other users.
5754
5755 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5756
5757 * battery.el (battery-linux-proc-acpi): Prevent range error when
5758 `full-capacity' is 0.
5759
5760 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
5761
5762 * faces.el (faces-sample-overlay): New defvar.
5763 (faces-sample-overlay): New function to show face sample text.
5764 (describe-face): Use it.
5765
5766 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
5767
5768 * progmodes/ada-stmt.el: Change maintainer, apply
5769 whitespace-cleanup, checkdoc.
5770 (ada-func-or-proc-name): Add doc string.
5771
5772 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
5773 whitespace-cleanup, checkdoc. Minor improvements to many doc
5774 strings and comments.
5775 (ada-prj-display-page): Change buffer name to more accurately
5776 reflect function.
5777
5778 * progmodes/ada-xref.el: Change maintainer, apply
5779 whitespace-cleanup, checkdoc. Minor improvements to many doc
5780 strings and comments. Don't look for `gvd' or `ddd' debuggers.
5781 (ada-compile-current): Don't add newlines to commands.
5782
5783 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
5784
5785 * server.el: Add support for TCP sockets.
5786 (server-use-tcp, server-host, server-auth-dir): New options.
5787 (server-auth-key): New variable.
5788 (server-ensure-safe-dir): Create nonexistent parent dirs.
5789 Ignore Unix-style file modes on Windows.
5790 (server-start): Crete a TCP or Unix socket according to the value
5791 of `server-use-tcp'. For TCP sockets, create the id/auth file in
5792 `server-auth-dir' directory.
5793 (server-process-filter): Delete process if authentication
5794 fails (which never happens for Unix sockets).
5795
5796 2006-10-30 David Kastrup <dak@gnu.org>
5797
5798 * subr.el (add-to-list): Don't continue checking if a match has
5799 been found.
5800
5801 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
5802
5803 * tutorial.el: Move defvars to avoid bytecomp warnings.
5804 (tutorial--find-changed-keys): Check if viper-current-state is
5805 bound before using it.
5806 (help-with-tutorial): Check if viper-tutorial is defined before
5807 using it.
5808
5809 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
5810
5811 * help-fns.el (help-with-tutorial): Move to tutorial.el.
5812
5813 * tutorial.el: New file.
5814 (help-with-tutorial): Move here from help-fns.el. Added help for
5815 rebound keys. Fixed resume of tutorial.
5816 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
5817 (tutorial--find-changed-keys, tutorial--display-changes)
5818 (tutorial--saved-dir, tutorial--saved-file)
5819 (tutorial--save-tutorial): New functions to support the changes in
5820 help-with-tutorial.
5821
5822 2006-10-30 Kenichi Handa <handa@m17n.org>
5823
5824 * files.el (revert-buffer): If a unibyte buffer is being reverted
5825 with a coding system for multibyte, set buffer multibyte before
5826 calling insert-file-contents.
5827
5828 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5829
5830 * server.el (server-select-display): Use a dummy buffer to detect when
5831 the frame is later used.
5832 (server-select-display): New function.
5833 (server-process-filter): Use it to detect unused temp frames.
5834
5835 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
5836
5837 * progmodes/ada-mode.el: Change maintainer, apply
5838 whitespace-clean, checkdoc. Minor improvements to many doc strings.
5839 (ada-mode-version): New function.
5840 (ada-create-menu): Menu operations are available for all supported
5841 compilers.
5842
5843 2006-10-29 Lars Hansen <larsh@soem.dk>
5844
5845 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
5846 Highlight as keyword.
5847 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
5848 Don't call tramp-method-out-of-band-p for local files.
5849 (tramp-touch): Quote file name.
5850
5851 2006-10-28 Glenn Morris <rgm@gnu.org>
5852
5853 * calendar/calendar.el (cal-html-cursor-month)
5854 (cal-html-cursor-year): Add autoloads for this new package.
5855 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
5856
5857 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
5858
5859 * calendar/cal-html.el: New file.
5860
5861 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
5862
5863 * emacs-lisp/authors.el (authors-aliases): Update.
5864
5865 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
5866
5867 * version.el (emacs-version): Bump version number to 22.0.90.
5868
5869 2006-10-26 John W. Eaton <jwe@octave.org>
5870
5871 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
5872 New defvar.
5873 (inferior-octave-resync-dirs): Check to see whether Octave has
5874 built-in variables and set inferior-octave-has-built-in-variables.
5875 Check inferior-octave-has-built-in-variables to decide whether to
5876 send commands that set built-in variables or call functions to
5877 change Octave's behavior.
5878 Send "disp (pwd ())" to Octave instead of just "pwd".
5879 (inferior-octave-startup): Send "more off" to Octave instead of
5880 "page_screen_output = 0".
5881
5882 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
5883
5884 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
5885 pattern normally.
5886
5887 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
5888
5889 * bindings.el (mode-line-mode-menu): Remove bindings for global
5890 minor modes (line/column number) as they are on the menubar.
5891
5892 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
5893
5894 * term/w32-win.el (x-handle-name-switch): Doc fix.
5895 (w32-standard-fontset-spec): Fix typo in docstring.
5896
5897 * midnight.el (midnight-buffer-display-time): Doc fix.
5898 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
5899
5900 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
5901
5902 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
5903
5904 * viper-ex.el (ex-read): Quote file argument.
5905
5906 * ediff-diff.el (ediff-same-file-contents): Expand file names.
5907
5908 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
5909
5910 2006-10-22 Martin Rudalics <rudalics@gmx.at>
5911
5912 * textmodes/flyspell.el (flyspell-check-region-doublons):
5913 Fix last fix.
5914
5915 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
5916
5917 * bindings.el (mode-line-mode-menu): List global minor modes
5918 before local ones.
5919
5920 2006-10-23 Kim F. Storm <storm@cua.dk>
5921
5922 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
5923 (sit-for): If last command was a prefix arg, add the read-ahead
5924 event to unread-command-events as (t . EVENT) so it will be added
5925 to this-command-keys by read-key-sequence.
5926
5927 2006-10-22 Martin Rudalics <rudalics@gmx.at>
5928
5929 * textmodes/flyspell.el (flyspell-word): Skip past all previous
5930 whitespace when checking doublons.
5931 (flyspell-check-region-doublons): Fix doublon regexp.
5932 (flyspell-highlight-incorrect-region): Highlight doublons using
5933 flyspell-duplicate face.
5934
5935 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
5936
5937 2006-10-22 John Wiegley <johnw@newartisans.com>
5938
5939 * progmodes/python.el (python-use-skeletons): python-mode was
5940 auto-inserting templates (for those with abbrev-mode on), not only
5941 by default -- *but without a configuration variable to disable
5942 it*. This rendered python-mode completely useless for me, so I
5943 have added `python-use-skeletons', which is now off by default.
5944
5945 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
5946
5947 * progmodes/cperl-mode.el (cperl-mode): Don't assume
5948 font-lock-multiline is auto-local (it's not).
5949 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
5950 initialized before calling cperl-init-faces.
5951
5952 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
5953
5954 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
5955 gdb-stack-position a value when there is no fringe.
5956
5957 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
5958 indicator if not visiting a file.
5959
5960 2006-10-20 David Kastrup <dak@gnu.org>
5961
5962 * window.el (kill-buffer-and-window): Fix a bug where an aborted
5963 operation would still cause some window to collapse later.
5964
5965 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5966
5967 * vc.el (vc-switch-backend): Try to be more careful with unwanted
5968 side-effect due to mixing various backends's file properties.
5969
5970 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
5971 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
5972 Return `filename's status if applicable. Update callers.
5973
5974 2006-10-19 Kenichi Handa <handa@m17n.org>
5975
5976 * international/kkc.el (kkc-region): When a key sequence is not
5977 defined, append (this-single-command-raw-keys) to
5978 unread-input-method-events.
5979
5980 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
5981
5982 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
5983
5984 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5985
5986 * version.el (emacs-version): Use mac-carbon-version-string.
5987
5988 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
5989
5990 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5991
5992 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
5993 Kenichi Handa).
5994 (xselect-convert-to-string): Decline requests for UTF8_STRING if
5995 the selection is not UTF-8.
5996
5997 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
5998
5999 * progmodes/ada-mode.el (ada-83-string-keywords)
6000 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
6001 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
6002 (ada-looking-at-semi-private, ada-get-body-name):
6003 Fix typos in docstrings.
6004 (ada-create-case-exception, ada-create-case-exception-substring):
6005 Fix typos in error messages.
6006 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
6007
6008 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6009
6010 * term/x-win.el (res-geometry): Don't set geometry from Xresources
6011 to default-frame-alist if default-frame-alist already contains
6012 width/height.
6013
6014 2006-10-18 Richard Stallman <rms@gnu.org>
6015
6016 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
6017 Non-interactive arg is the value, not the expression.
6018
6019 * simple.el (read-expression-map): Just set it, no defvar.
6020
6021 * subr.el (insert-for-yank-1): If last inserted char has
6022 properties, mark them as rear-nonsticky.
6023
6024 * recentf.el (recentf-mode): Doc fix.
6025
6026 * facemenu.el (facemenu-add-new-face): Defend against symbol
6027 that isn't a face name.
6028
6029 * dired-aux.el (dired-do-copy): Doc fix.
6030
6031 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
6032
6033 * simple.el (line-move-1): Ignore fields when moving to the
6034 beginning of line to avoid getting point stuck.
6035
6036 2006-10-18 Martin Rudalics <rudalics@gmx.at>
6037
6038 * textmodes/flyspell.el (flyspell-word-search-backward):
6039 Set inhibit-point-motion-hooks to avoid looping due to intangibile
6040 text.
6041
6042 2006-10-16 Richard Stallman <rms@gnu.org>
6043
6044 * help-fns.el (describe-function-1): Special case optimization
6045 for self-insert-command.
6046
6047 2006-10-16 Kim F. Storm <storm@cua.dk>
6048
6049 * ido.el (ido-reread-directory): Work in `dir' mode too.
6050
6051 2006-10-15 Martin Rudalics <rudalics@gmx.at>
6052
6053 * textmodes/table.el: Require 'regexp-opt.
6054
6055 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
6056
6057 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
6058 Use shell-quote-argument.
6059
6060 * shell.el (explicit-bash-args): Likewise.
6061
6062 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
6063 Use grep -E rather than egrep.
6064
6065 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6066
6067 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
6068
6069 2006-10-15 Kim F. Storm <storm@cua.dk>
6070
6071 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
6072
6073 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
6074
6075 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
6076 to protect whitespace and metacharacters from the shell.
6077
6078 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
6079
6080 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
6081
6082 2006-10-13 Eli Zaretskii <eliz@gnu.org>
6083
6084 * subr.el (start-process-shell-command): Doc fix.
6085
6086 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
6087
6088 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
6089 the regexp for Maxima symbols.
6090
6091 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
6092
6093 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
6094 (vc-find-root): Don't walk higher up than ~.
6095
6096 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
6097
6098 * international/utf-8.el (utf-translate-cjk-load-tables):
6099 Avoid clobbering last-coding-system-used during load.
6100
6101 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
6102
6103 * textmodes/reftex-global.el (reftex-create-tags-file):
6104 Quote file arguments.
6105
6106 2006-10-12 Richard Stallman <rms@gnu.org>
6107
6108 * files.el (file-name-history): Add defvar.
6109 (save-some-buffers-action-alist): Improve description strings.
6110
6111 2006-10-12 Andreas Schwab <schwab@suse.de>
6112
6113 * files.el (auto-mode-alist): Match change log file name also with
6114 a dash before a numeric extension.
6115
6116 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
6117
6118 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
6119 After 5.0:
6120 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
6121
6122 After 5.1: Major edit. Summary of most visible changes:
6123
6124 - Multiple <<HERE per line allowed.
6125 - Handles multiline subroutine declaration headers (with comments).
6126 (The exception is `cperl-etags' - but it is not used in the rest
6127 of the mode.)
6128 - Fontifies multiline my/our declarations (even with comments,
6129 and with legacy `font-lock').
6130 - Major speedup of syntaxification, both immediate and postponed
6131 (3.5x to 15x [for different CPUs and versions of Emacs] on the
6132 huge real-life document I tested).
6133 - New bindings, edits to imenu.
6134 - "_" is made into word-char during fontification/syntaxification;
6135 some attempts to recognize non-word "_" during other operations too.
6136 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
6137 - autoload some more perldoc-related stuff
6138 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
6139 - Attempt to incorporate XEmacs edits which reached me.
6140
6141 Fine-grained changelog:
6142 (cperl-hook-after-change): New configuration variable.
6143 (cperl-vc-sccs-header): Likewise.
6144 (cperl-vc-sccs-header): Likewise.
6145 (cperl-vc-header-alist): Default via two preceding variables.
6146 (cperl-invalid-face): Remove double quoting under XEmacs
6147 (still needed under 21.2).
6148 (cperl-tips): Update URLs for resources.
6149 (cperl-problems): Likewise.
6150 (cperl-praise): Mention new features.
6151 New C-c key bindings: for `cperl-find-bad-style',
6152 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
6153 `cperl-perdoc', and `cperl-perldoc-at-point'.
6154 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
6155 moved, new submenu of Tools with Ispell entries and narrowing.
6156 (cperl-after-sub-regexp): New defsubst.
6157 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
6158 Allows heads up to head4.
6159 Allow "package;".
6160 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
6161 (paren-backwards-message): ??? Something for XEmacs???
6162 (cperl-mode): Never auto-switch abbrev-mode off.
6163 Try to allow '_' be non-word char.
6164 Do not use `font-lock-unfontify-region-function' on XEmacs.
6165 Reset syntax cache on mode start.
6166 Support multiline facification (even on legacy `font-lock').
6167 (cperl-facemenu-add-face-function): ??? Some contributed code ???
6168 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
6169 refuse to inform us whether the fontification is due to lazy
6170 calling or due to edit to a buffer, install our own hook
6171 (controlled by `cperl-hook-after-change').
6172 (cperl-electric-pod): =cut may have been recognized as start.
6173 (cperl-block-p): Move, updatedfor attributes.
6174 (cperl-calculate-indent): Try to allow '_' be non-word char
6175 Support subs with attributes.
6176 (cperl-where-am-i): Quiet (?) a warning.
6177 (cperl-cached-syntax-table): New function.
6178 (cperl-forward-re): Use `cperl-cached-syntax-table'.
6179 (cperl-unwind-to-safe): Recognize `syntax-type' property
6180 changing in a middle of line.
6181 (cperl-find-sub-attrs): New function.
6182 (cperl-find-pods-heres): Allow many <<EOP per line.
6183 Allow subs with attributes.
6184 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
6185 Recognize "extproc " (OS/2) case-folded and only at start.
6186 /x on s///x with empty replacement was not recognized.
6187 Better comments.
6188 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
6189 Allow subs with attributes, labels.
6190 Do not confuse "else::foo" with "else".
6191 Minor optimizations...
6192 (cperl-after-expr-p): Try to allow '_' be non-word char.
6193 (cperl-fill-paragraph): Try to detect a major bug in Emacs
6194 with `looking-at' inside `narrow' and bulk out if found.
6195 (cperl-imenu--create-perl-index): Updates for new
6196 `cperl-imenu--function-name-regexp-perl'.
6197 (cperl-outline-level): Likewise.
6198 (cperl-init-faces): Allow multiline subroutine headers
6199 and my/our declarations, and ones with comments.
6200 Allow subroutine attributes.
6201 (cperl-imenu-on-info): Better docstring.
6202 (cperl-etags): Rudimentary support for attributes.
6203 Support for packages and "package;".
6204 (cperl-add-tags-recurse-noxs): Better (?) docstring.
6205 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
6206 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
6207 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
6208 (cperl-perldoc): Add autoload.
6209 (cperl-perldoc-at-point): Likewise.
6210 (cperl-here-doc-spell): New function.
6211 (cperl-pod-spell): Likewise.
6212 (cperl-map-pods-heres): Likewise.
6213 (cperl-get-here-doc-region): Likewise.
6214 (cperl-font-lock-fontify-region-function): Likewise (backward
6215 compatibility for legacy `font-lock').
6216 (cperl-font-lock-unfontify-region-function): Fix style.
6217 (cperl-fontify-syntaxically): Recognize and optimize away deferred
6218 calls with no-change. Governed by `cperl-hook-after-change'.
6219 (cperl-fontify-update): Recognize that syntaxification region
6220 can be larger than fontification one.
6221 XXXX we leave `cperl-postpone' property, so this is quadratic...
6222 (cperl-fontify-update-bad): Temporary placeholder until
6223 it is clear how to implement `cperl-fontify-update'.
6224 (cperl-time-fontification): New function.
6225 (attrib-group): New text attribute.
6226 (multiline): New value: `syntax-type' text attribute.
6227
6228 After 5.2:
6229 (cperl-emulate-lazy-lock): New function.
6230 (cperl-fontify-syntaxically): Would skip large regions.
6231 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
6232 Some globals were declared, but uninitialized.
6233
6234 After 5.3, 5.4:
6235 (cperl-facemenu-add-face-function): Add docs, fix U<>.
6236 Copyright message updated.
6237 (cperl-init-faces): Work around a bug in `font-lock'. May slow
6238 facification down a bit.
6239 Misprint for my|our|local for old `font-lock'
6240 "our" was not fontified same as "my|local".
6241 Highlight variables after "my" etc even in
6242 a middle of an expression.
6243 Do not facify multiple variables after my etc
6244 unless parentheses are present.
6245
6246 After 5.5, 5.6
6247 (cperl-fontify-syntaxically): after-change hook could reset.
6248 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
6249
6250 After 5.7:
6251 (cperl-init-faces): Allow highlighting of local ($/).
6252 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
6253 (cperl-problems): Remove fixed problems.
6254 (cperl-find-pods-heres): Recognize #-comments in m##x too.
6255 Recognize charclasses (unless delimiter is \).
6256 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
6257 (cperl-regexp-scan): Update docs.
6258 (cperl-beautify-regexp-piece): Use information got from regexp scan.
6259
6260 After 5.8:
6261 Major user visible changes:
6262 Recognition and fontification of character classes in RExen.
6263 Variable indentation of RExen according to groups.
6264
6265 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
6266 Fontify REx charclasses in variable-name face.
6267 Fontify POSIX charclasses in "type" face.
6268 Fontify unmatched "]" in function-name face.
6269 Mark first-char of HERE-doc as `front-sticky'.
6270 Reset `front-sticky' property when needed.
6271 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
6272 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
6273 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
6274 constructs. Support `narrow'ed buffers.
6275 (cperl-praise): Remove a reservation.
6276 (cperl-make-indent): New function.
6277 (cperl-indent-for-comment): Use `cperl-make-indent'.
6278 (cperl-indent-line): Likewise.
6279 (cperl-lineup): Likewise.
6280 (cperl-beautify-regexp-piece): Likewise.
6281 (cperl-contract-level): Likewise.
6282 (cperl-toggle-set-debug-unwind): New function.
6283 New menu entry for this.
6284 (fill-paragraph-function): Use when `boundp'.
6285 (cperl-calculate-indent): Take into account groups when indenting RExen.
6286 (cperl-to-comment-or-eol): Recognize # which end a string.
6287 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
6288 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
6289 (cperl-fontify-syntaxically): More clear debugging message.
6290 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
6291 (cperl-init-faces): More complicated highlight even on XEmacs (new).
6292 Merge cosmetic changes from XEmacs.
6293
6294 After 5.9:
6295 (cperl-1+): Move to before the first use.
6296 (cperl-1-): Likewise.
6297
6298 After 5.10:
6299
6300 This code may lock Emacs hard!!! Use at your own risk!
6301
6302 (cperl-font-locking): New internal variable.
6303 (cperl-beginning-of-property): New function.
6304 (cperl-calculate-indent): Use `cperl-beginning-of-property'
6305 instead of `previous-single-property-change'.
6306 (cperl-unwind-to-safe): Likewise.
6307 (cperl-after-expr-p): Likewise.
6308 (cperl-get-here-doc-region): Likewise.
6309 (cperl-font-lock-fontify-region-function): Likewise.
6310 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
6311 recursively.
6312 Bound `next-single-property-change' via `point-max'.
6313 (cperl-unwind-to-safe): Bound likewise
6314 (cperl-font-lock-fontify-region-function): Likewise.
6315 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
6316 Initialization of `cperl-font-lock-multiline-start' could be
6317 missed if the "main" fontification did not run due to the
6318 keyword being already fontified.
6319 (cperl-pod-spell): Return t from do-one-chunk function.
6320 (cperl-map-pods-heres): Stop when the worker returns nil.
6321 Call `cperl-update-syntaxification'.
6322 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
6323 (cperl-get-here-doc-delim): Remove unused function.
6324
6325 After 5.11:
6326
6327 The possible lockup of Emacs (introduced in 5.10) fixed.
6328
6329 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
6330 (cperl-syntaxify-for-menu): New customization variable.
6331 (cperl-select-this-pod-or-here-doc): New function.
6332 (cperl-get-here-doc-region): Extra argument.
6333 Do not adjust pos by 1.
6334
6335 New menu entries
6336 (Perl/Tools): Selection of current POD or HERE-DOC section.
6337 (Debugging CPerl:) backtrace on fontification.
6338
6339 After 5.12:
6340 (cperl-cached-syntax-table): Use `car-safe'.
6341 (cperl-forward-re): Remove spurious argument SET-ST.
6342 Add documentation.
6343 (cperl-forward-group-in-re): New function.
6344 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
6345 (XXXX Temporary (?) hack is to syntax-mark them as comment).
6346
6347 After 5.13:
6348 (cperl-string-syntax-table): Make { and } not-grouping
6349 (Sometimes they ARE grouping in RExen, but matching them would only
6350 confuse in many situations when they are not)
6351 (beginning-of-buffer): Replace two occurrences with goto-char...
6352 (cperl-calculate-indent): `char-after' could be nil...
6353 (cperl-find-pods-heres): REx can start after "[" too.
6354 Hightlight (??{}) in RExen too.
6355 (cperl-maybe-white-and-comment-rex): New constant
6356 (cperl-white-and-comment-rex): Likewise.
6357 XXXX Not very efficient, but hard to make
6358 better while keeping 1 group.
6359
6360 After 5.13:
6361 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
6362 Likewise for 1 << identifier.
6363
6364 After 5.14:
6365 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
6366 Error-less condition-case could fail.
6367 (cperl-font-lock-fontify-region-function): Likewise.
6368 (cperl-init-faces): Likewise.
6369
6370 After 5.15:
6371 (cperl-find-pods-heres): Support property REx-part2.
6372 (cperl-calculate-indent): Likewise.
6373 Don't special-case REx with non-empty 1st line.
6374 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
6375 Invert highlighting of charclasses:
6376 now the envelop is highlighted.
6377 Highlight many others 0-length builtins.
6378 (cperl-praise): Mention indenting and highlight in RExen.
6379
6380 After 5.15:
6381 (cperl-find-pods-heres): Highlight capturing parens in REx.
6382
6383 After 5.16:
6384 (cperl-find-pods-heres): Highlight '|' for alternation
6385 Initialize `font-lock-warning-face' if not present.
6386 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
6387 `font-lock-function-name-face'.
6388 (cperl-look-at-leading-count): Likewise.
6389 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
6390 `font-lock-keyword-face' (needed for
6391 batch processing), etc...
6392 Use `font-lock-builtin-face' for builtin in REx
6393 Now `font-lock-variable-name-face'
6394 is used for interpolated variables
6395 Use "talking aliases" for faces inside REx
6396 Highlight parts of REx (except in charclasses)
6397 according to the syntax and/or semantic
6398 Syntax-mark a {}-part of (?{}) as "comment"
6399 (it was the ()-part)
6400 Better logic to distinguish what is what in REx
6401 (cperl-tips-faces): Document REx highlighting
6402 (cperl-praise): Mention REx syntax highlight etc.
6403
6404 After 5.17:
6405 (cperl-find-sub-attrs): Would not always manage to print error message.
6406 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
6407
6408 After 5.18:
6409 (cperl-find-pods-heres): Misprint in REx for parsing REx.
6410 Very minor optimization.
6411 `my-cperl-REx-modifiers-face' got quoted.
6412 Recognize "print $foo <<END" as HERE-doc.
6413 Put `REx-interpolated' text attribute if needed.
6414 (cperl-invert-if-unless-modifiers): New function.
6415 (cperl-backward-to-start-of-expr): Likewise.
6416 (cperl-forward-to-end-of-expr): Likewise.
6417 (cperl-invert-if-unless): Works in "the opposite way" too.
6418 Cursor position on return is on the switch-word.
6419 Indents comments better.
6420 (REx-interpolated): New text attribute.
6421 (cperl-next-interpolated-REx): New function.
6422 (cperl-next-interpolated-REx-0): Likewise.
6423 (cperl-next-interpolated-REx-1): Likewise.
6424 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
6425 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
6426 (cperl-praise): Mention finded interpolated RExen.
6427
6428 After 5.19:
6429 (cperl-init-faces): Highlight %$foo, @$foo too.
6430 (cperl-short-docs): Better docs for system, exec.
6431 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
6432 Would not find HERE-doc ended by EOF without NL.
6433 (cperl-short-docs): Correct not-doubled \-escapes.
6434 start block: Put some `defvar' for stuff gone from XEmacs.
6435
6436 After 5.20:
6437 initial comment: Extend copyright, fix email address.
6438 (cperl-indent-comment-at-column-0): New customization variable.
6439 (cperl-comment-indent): Indentation after $#a would increasy by 1.
6440 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
6441 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
6442 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
6443 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
6444 highlight $ in $foo too (UNTESTED).
6445 (cperl-set-style): Docstring missed some available styles.
6446 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
6447 Change "Current" to "Memorize Current".
6448 (cperl-indent-wrt-brace): New customization variable; the default is
6449 as for pre-5.2 version.
6450 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
6451 (cperl-style-alist): Likewise.
6452 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
6453 and `cperl-extra-newline-before-brace' etc
6454 being t
6455 (cperl-indent-exp): Plans B and C to find continuation blocks even
6456 if `cperl-extra-newline-before-brace' is t.
6457
6458 After 5.21:
6459 Improve some docstrings concerning indentation.
6460 (cperl-indent-rules-alist): New variable.
6461 (cperl-sniff-for-indent): New function name
6462 (separated from `cperl-calculate-indent').
6463 (cperl-calculate-indent): Separate the sniffer and the indenter;
6464 uses `cperl-sniff-for-indent' now.
6465 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
6466 was inverted;
6467 Support `comment-column' = 0.
6468
6469 2006-10-11 Martin Rudalics <rudalics@gmx.at>
6470
6471 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
6472 * help-at-pt.el (scan-buf-move-to-region): Likewise.
6473 * longlines.el (longlines-window-change-function): Likewise.
6474 * simple.el (undo-ask-before-discard): Likewise.
6475 * wid-edit.el (widget-field-prompt-internal)
6476 (widget-documentation-link-p): Likewise.
6477
6478 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
6479
6480 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
6481 for a keyword.
6482
6483 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
6484
6485 * newcomment.el (comment-valid-prefix-p): Make the check
6486 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
6487 (comment-indent-new-line): Adjust call.
6488
6489 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
6490
6491 * allout.el (allout-back-to-current-heading): Base on lower-level
6492 routines to get proper disqualification of aberrant topics.
6493
6494 2006-10-09 Richard Stallman <rms@gnu.org>
6495
6496 * textmodes/two-column.el (2C-two-columns): Doc fix.
6497
6498 2006-10-09 Kim F. Storm <storm@cua.dk>
6499
6500 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
6501 about implicit use.
6502
6503 2006-10-08 Richard Stallman <rms@gnu.org>
6504
6505 * textmodes/two-column.el (2C-two-columns): Doc fix.
6506
6507 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
6508
6509 * files.el: Mark `buffer-read-only' as safe-local-variable.
6510
6511 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
6512
6513 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
6514 Burp if GUD buffer has been killed.
6515
6516 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
6517
6518 * completion.el (add-completions-from-c-buffer):
6519 Don't presume an error's second element is a string.
6520 Use looking-at rather than buffer-substring + member.
6521
6522 2006-10-07 Eli Zaretskii <eliz@gnu.org>
6523
6524 * mail/rmail.el (rmail-redecode-body): If the old encoding is
6525 `undecided', call find-coding-systems-region to find a proper
6526 non-trivial encoding.
6527 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
6528 and "text/plain".
6529
6530 2006-10-07 Kevin Ryde <user42@zip.com.au>
6531
6532 * textmodes/reftex-vars.el (defgroup reftex): Update home page
6533 url-link.
6534
6535 * strokes.el (defgroup strokes): Remove invalid url-link.
6536
6537 2006-10-07 Magnus Henoch <mange@freemail.hu>
6538
6539 * autoinsert.el (auto-insert-alist): Doc fix.
6540
6541 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6542
6543 * mouse-sel.el (mouse-insert-selection-internal):
6544 Use insert-for-yank, so that yank handlers are run.
6545
6546 2006-10-07 Kim F. Storm <storm@cua.dk>
6547
6548 * ido.el (ido-file-extension-aux): Fix comparison.
6549
6550 2006-10-06 Kim F. Storm <storm@cua.dk>
6551
6552 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
6553
6554 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
6555
6556 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
6557 (ad-make-mapped-call): Use `let', not `let*'.
6558
6559 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
6560
6561 * international/mule-cmds.el (coding-system-change-eol-conversion):
6562 Ensure the coding system is initialized before calling
6563 coding-system-eol-type.
6564
6565 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
6566
6567 * textmodes/org.el (org-rm-props, org-activate-plain-links)
6568 (org-activate-angle-links, org-activate-dates)
6569 (org-activate-target-links, org-activate-camels)
6570 (org-activate-tags): Add `rear-nonsticky' text property to avoid
6571 textproperty keymaps from being active beyond the end of a line.
6572 (org-unfontify-region): Also remove `rear-nonsticky' property.
6573
6574 2006-10-04 Kenichi Handa <handa@m17n.org>
6575
6576 * international/code-pages.el (next): Table fixed.
6577
6578 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
6579
6580 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
6581 that it's been made unnecessary by removing narrowing.
6582
6583 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6584
6585 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
6586 control flow a bit, simplify another bit, and add comments.
6587
6588 2006-10-03 David Kastrup <dak@gnu.org>
6589
6590 * help.el (describe-mode): For clicks on mode-line, use "@"
6591 interactive argument to get the major mode of the click instead of
6592 the current buffer.
6593
6594 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
6595 in order to better redirect mouse-2 clicks. Also allow default
6596 bindings to apply.
6597
6598 2006-10-03 Kim F. Storm <storm@cua.dk>
6599
6600 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
6601 (pushnew): Fix last change.
6602
6603 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
6604
6605 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
6606 Use the interactive spec of `eval-expression'.
6607
6608 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
6609
6610 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
6611
6612 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
6613
6614 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
6615 2006-09-28 commit.
6616
6617 2006-10-02 Kenichi Handa <handa@m17n.org>
6618
6619 * international/code-pages.el (iso-8859-6): Table fixed.
6620
6621 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
6622
6623 * dired.el (dired-build-subdir-alist): Fix previous change.
6624
6625 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6626
6627 * simple.el (undo-elt-crosses-region): Fix the inequalities.
6628
6629 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6630
6631 * emacs-lisp/find-func.el (find-function-regexp): Don't match
6632 "define-button-type".
6633
6634 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
6635 they don't keep accumulating.
6636
6637 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
6638
6639 * ffap.el (ffap-rfc-path): Change the address of the RFC
6640 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
6641
6642 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
6643
6644 * allout.el (allout-expose-topic): Rectify implementation of "+"
6645 spec, so that bodies are not exposed with headlines.
6646
6647 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
6648
6649 * allout.el (allout-current-depth): Do aberrent check only at or
6650 below doublecheck depth.
6651 (allout-chart-subtree): Make it explicit that LEVELS being nil
6652 means unlimited depth. Drop undocumented support for LEVELS value
6653 t meaning unlimited depth. (This is consistent with
6654 allout-chart-to-reveal, but contrary to allout-show-children,
6655 which needs to use nil to default to depth of 1.)
6656 (allout-goto-prefix-doublechecked): Wrap long docstring line.
6657 (allout-chart-to-reveal): Be explicit in docstring about meaning
6658 of nil LEVELS, and drop support for LEVELS value t.
6659 (allout-show-children): Translate the level spec used by this
6660 routine to that used by allout-chart-subtree and
6661 allout-chart-to-reveal.
6662 (allout-show-to-offshoot): Retry once when stuck, after opening
6663 subtree - improvements in discontinuity handling likely will
6664 enable progress.
6665
6666 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
6667
6668 * wid-edit.el (widget-button-click-moves-point): New variable.
6669 (widget-button-click): If widget-button-click-moves-point is
6670 non-nil, set point after performing the button action.
6671
6672 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
6673
6674 2006-09-30 Martin Rudalics <rudalics@gmx.at>
6675
6676 * files.el (find-file-existing): Modify to not allow wildcards.
6677
6678 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6679
6680 * simple.el (undo-more): When undo information for the region is
6681 exhausted, say "No further undo information FOR REGION".
6682
6683 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
6684
6685 * progmodes/sh-script.el (sh-prev-thing):
6686 Take `sh-leading-keywords' into account.
6687
6688 2006-09-29 Glenn Morris <rgm@gnu.org>
6689
6690 * custom.el (defcustom): Doc fix.
6691
6692 * calendar/calendar.el (european-calendar-style):
6693 Call european-calendar or american-calendar as needed when set.
6694 (diary-view-entries, list-calendar-holidays): Move autoloads
6695 before use.
6696
6697 2006-09-29 Juri Linkov <juri@jurta.org>
6698
6699 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
6700 to nil if there is no previous property change.
6701
6702 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6703
6704 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
6705 saving anything to be sure that `forward-sexp' behaves correctly.
6706
6707 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
6708
6709 * simple.el (line-move-finish): Ignore field boundaries if the
6710 initial and final points have the same `field' property.
6711
6712 2006-09-29 Kim F. Storm <storm@cua.dk>
6713
6714 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
6715 to t while calling ido-read-internal.
6716
6717 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
6718
6719 * textmodes/org.el (org-file-remote-p): Get regexp from list.
6720 (org-archive-subtree): Remove erraneous `]' from character list.
6721
6722 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
6723
6724 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
6725 (ses-reconstruct-all): Make undo of "insert row" work by keeping
6726 markers for data-area and parameters-area.
6727
6728 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6729
6730 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
6731
6732 * font-lock.el (font-lock-after-change-function): Refontify next line
6733 as well if end is at BOL.
6734 (font-lock-extend-jit-lock-region-after-change): Be more careful to
6735 only extend the region as much as needed.
6736
6737 2006-09-28 Richard Stallman <rms@gnu.org>
6738
6739 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
6740
6741 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
6742
6743 * international/mule.el (after-insert-file-set-coding):
6744 If VISIT, don't let set-buffer-multibyte make undo info.
6745
6746 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
6747
6748 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
6749 lines in base64-encoded authentication response.
6750
6751 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6752
6753 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
6754 (ebnf-version): New version 4.3.
6755 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
6756 (ebnf-prologue): Adjust PostScript programming.
6757 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
6758 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
6759
6760 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6761
6762 * jit-lock.el (jit-lock-force-redisplay): Rename from
6763 jit-lock-fontify-again, and undo the mistaken change I've just done.
6764
6765 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
6766 (jit-lock-fontify-again): Don't refontify text that's not displayed.
6767
6768 2006-09-26 Kenichi Handa <handa@m17n.org>
6769
6770 * startup.el (display-splash-screen): Allow a prefix argument.
6771
6772 2006-09-25 Jason Rumney <jasonr@gnu.org>
6773
6774 * subr.el (shell-quote-argument): Use DOS logic for Windows
6775 shells with DOS semantics.
6776
6777 2006-09-24 Richard Stallman <rms@gnu.org>
6778
6779 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
6780 (compilation-goto-locus): Use compilation-goto-locus-delete-o
6781 to delete the overlay. Put it on pre-command-hook.
6782
6783 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
6784
6785 * startup.el (fancy-splash-screens, normal-splash-screen):
6786 Call the splash buffer *About GNU Emacs*.
6787
6788 * simple.el (next-error-highlight, next-error-highlight-no-select):
6789 Default to 0.5.
6790 (yank-excluded-properties): Add `fontified'.
6791
6792 * font-lock.el (font-lock-compile-keywords): Allow value of
6793 syntax-begin-function to enable paren-column-0 highlighting.
6794
6795 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
6796
6797 * dired.el (dired-build-subdir-alist): When file ends in colon,
6798 don't exit the loop, just disregard that file.
6799
6800 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
6801
6802 * simple.el (line-move-finish): Handle corner case for fields in
6803 continued lines.
6804 (line-move-1): Remove flawed test for that case.
6805
6806 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
6807
6808 * icomplete.el (icomplete-simple-completing-p): Use the correct
6809 name for the new variable, `icomplete-with-completion-tables'.
6810 (file local variables): Remove superfluous setting.
6811
6812 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
6813
6814 * calendar/appt.el (appt-check): Fix typo for appointments just
6815 after midnight.
6816
6817 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
6818
6819 * help.el (describe-key-briefly, describe-key): Don't expect an
6820 extra up event if a down-event is generated by a popup menu.
6821
6822 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
6823
6824 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
6825 local dictionary when changing the global dictionary.
6826
6827 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
6828
6829 * icomplete.el (icomplete-with-completion-tables): List of
6830 specialized completion tables with which icomplete should
6831 operate. Include the new `internal-complete-buffer', so icomplete
6832 works with interactive buffer-selection.
6833 (icomplete-simple-completing-p): Add acceptance of specialized
6834 completion tables listed in icomplete-with-completion-tables.
6835
6836 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6837
6838 * frame.el (focus-follows-mouse): Set default to nil on Mac.
6839
6840 * startup.el (command-line): Use `custom-reevaluate-setting' for
6841 `focus-follows-mouse'.
6842
6843 2006-09-22 Richard Stallman <rms@gnu.org>
6844
6845 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
6846 explain why Save is not available.
6847
6848 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
6849
6850 * woman.el (woman0-so): Use `let*', not `let'.
6851 (woman-horizontal-line): Remove unbalanced parenthesis.
6852
6853 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6854
6855 * woman.el: Make sure all the end-of-region markers we use have
6856 a non-nil insertion-type.
6857 (woman0-so): Move things around so we can use copy-marker.
6858 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
6859 Adjust marker type.
6860 (woman2-process-escapes): Check marker type.
6861 (woman-horizontal-line): Dispense with the use of a marker.
6862
6863 2006-09-22 Jay Belanger <belanger@truman.edu>
6864
6865 * calc/calc-lang.el: Add Greek letters to math-variable-table
6866 property of tex.
6867
6868 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
6869
6870 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
6871
6872 2006-09-22 Masatake YAMATO <jet@gyve.org>
6873
6874 * add-log.el (add-log-current-defun): Use `forward-sexp'
6875 instead of `forward-word' to pick c++::symbol.
6876 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
6877
6878 2006-09-22 Kenichi Handa <handa@m17n.org>
6879
6880 * bindings.el: Fix setting self-insert-command for multibyte
6881 characters in global-map.
6882
6883 2006-09-21 David Kastrup <dak@gnu.org>
6884
6885 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
6886 doc string.
6887
6888 2006-09-21 Kenichi Handa <handa@m17n.org>
6889
6890 * language/european.el ("Latin-1"): Add windows-1252 to
6891 coding-priority.
6892 ("German"): Likewise.
6893
6894 2006-09-21 Kim F. Storm <storm@cua.dk>
6895
6896 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
6897 Suggested by Miles Bader.
6898
6899 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
6900 instead of add-to-list in the simple case.
6901
6902 2006-09-20 Kenichi Handa <handa@m17n.org>
6903
6904 * isearch.el (isearch-process-search-char): Cancel the previous change.
6905 (isearch-search-string): New function.
6906 (isearch-search): Use isearch-search-string.
6907 (isearch-lazy-highlight-search): Likewise.
6908
6909 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6910
6911 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
6912 string to become an option.
6913
6914 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6915
6916 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
6917
6918 2006-09-20 Kim F. Storm <storm@cua.dk>
6919
6920 * simple.el (line-move-partial): Call pos-visible-in-window-p with
6921 position t instead of trying both window-end and window-end - 1.
6922
6923 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
6924
6925 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
6926 hidden trees.
6927
6928 2006-09-20 David Kastrup <dak@gnu.org>
6929
6930 * mouse.el (mouse-posn-property): Improve doc string.
6931 (mouse-on-link-p): Change buffers for function calls on links.
6932
6933 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
6934 buffer is read-only.
6935
6936 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
6937
6938 * allout.el (allout-unprotected): Let inhibit-read-only only when
6939 buffer-read-only isn't set.
6940 (allout-annotate-hidden): Enable topic annotation during copies even
6941 when the buffer is read-only, eg for topic copies. Ensure that the loop
6942 advances, even when the span extends beyond the deletion region.
6943 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
6944 rather than allout-exposure-changed-hook, as a stronger assertion.
6945 (allout-keybindings-list): Add bindings for
6946 allout-copy-line-as-kill and allout-copy-topic-as-kill.
6947 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
6948 Copy wrappers for allout-kill-line and allout-kill-topic.
6949 (allout-listify-exposed): Position correctly to accumulate lines.
6950
6951 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
6952
6953 * simple.el (line-move-1): Escape field boundaries occurring
6954 exactly at point. Update goal column if constrained to a field.
6955 (line-move-finish): Escape field boundaries occurring exactly at point.
6956
6957 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6958
6959 * mouse.el (mouse-on-link-p): Tentatively fix last change.
6960 (mouse-drag-vertical-line): Remove unused var `wconfig'.
6961
6962 2006-09-19 Kim F. Storm <storm@cua.dk>
6963
6964 * help.el (describe-key-briefly, describe-key): Simplify printing
6965 of descriptions by using format and %S. Fix "is undefined"
6966 messages to say "at that spot" for mouse events.
6967
6968 * simple.el (line-move-partial): Optimize. Try window-line-height
6969 before posn-at-point to get vpos of current line.
6970
6971 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
6972
6973 * viper.el: Bump up version/date of update to reflect the substantial
6974 changes done in August 2006.
6975
6976 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
6977 are defined.
6978
6979 * ediff-util.el (ediff-add-to-history): New function.
6980
6981 * ediff.el: Use ediff-add-to-history instead of add-to-history.
6982
6983 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6984
6985 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
6986 Delete duplicate make-local-variable form.
6987 (conf-space-keywords): Add autoload cookie.
6988 Fix typo (`keywords', not `keyword').
6989
6990 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6991
6992 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
6993 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
6994 to x-gtk-use-old-file-dialog.
6995
6996 2006-09-18 Richard Stallman <rms@gnu.org>
6997
6998 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
6999 that might come in during mouse tracking.
7000
7001 2006-09-18 Kim F. Storm <storm@cua.dk>
7002
7003 * simple.el (line-move-partial): Rework 2006-09-15 change to use
7004 new window-line-height function. Further optimize by not calling
7005 pos-visible-in-window-p for window-end when window-line-height
7006 returns useful information.
7007
7008 2006-09-16 Richard Stallman <rms@gnu.org>
7009
7010 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
7011 (conf-space-mode): Don't handle prefix arg.
7012 Delete conf-space-keywords-override code.
7013 Use add-hook.
7014 (conf-space-keywords): New command.
7015 (conf-space-mode-internal): Be careful with imenu-generic-expression.
7016 Delete conf-space-keywords-override code.
7017 (conf-space-keywords-alist): Doc fix.
7018 (conf-space-font-lock-keywords): Doc fix.
7019 (conf-space-keywords-override): Var deleted.
7020
7021 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
7022
7023 * startup.el (fancy-splash-screens): Don't switch to the scratch
7024 buffer; it may not be the next buffer.
7025
7026 2006-09-16 Romain Francoise <romain@orebokech.com>
7027
7028 * saveplace.el (load-save-place-alist-from-file): Use expanded name
7029 in both messages.
7030
7031 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
7032
7033 * progmodes/python.el (python-preoutput-filter):
7034 Fix arg order to string-match.
7035
7036 2006-09-16 Richard Stallman <rms@gnu.org>
7037
7038 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
7039 font-lock-compile-keywords.
7040
7041 * font-lock.el (font-lock-compile-keywords): Rename optional arg
7042 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
7043
7044 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7045
7046 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
7047
7048 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
7049 and the data doesn't look like UTF8, send STRING instead.
7050
7051 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
7052
7053 * textmodes/flyspell.el (flyspell-check-region-doublons):
7054 New function to detect duplicated words.
7055 (flyspell-large-region): Use it.
7056
7057 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
7058
7059 * simple.el (line-move-to-column): Revert 2006-08-03 change.
7060
7061 2006-09-16 Eli Zaretskii <eliz@gnu.org>
7062
7063 * help.el (describe-prefix-bindings): Use let, not let*.
7064
7065 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
7066
7067 * allout.el (allout-regexp, allout-line-boundary-regexp)
7068 (allout-bob-regexp): Correct grouping and boundaries to fix
7069 backwards traversal.
7070 (allout-depth-specific-regexp, allout-depth-one-regexp):
7071 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
7072 worse time in allout-ascend.
7073 (allout-doublecheck-at-and-shallower): Identify depth threshold
7074 below which topics are checked for and disqualified by containment
7075 discontinuities.
7076 (allout-hotspot-key-handler): Correctly handle multiple-key
7077 strokes. Remove some unused variables.
7078 (allout-mode-leaders): Clarify that mode-specific comment-start
7079 will be used.
7080 (set-allout-regexp): Correctly regexp-quote allout regexps to
7081 properly accept alternative header-leads and primary bullets with
7082 regexp-specific characters (eg, C "/*", mathematica "(*").
7083 Include new regular expressions among those configured.
7084 (allout-infer-header-lead-and-primary-bullet):
7085 Rename allout-infer-header-lead.
7086 (allout-recent-depth): Manifest as a variable as well as a function.
7087 (allout-prefix-data): Simplify into an inline instead of a macro,
7088 assuming current match data rather than being explicitly passed
7089 it. Establish allout-recent-depth value as well as
7090 allout-recent-prefix-beginning and allout-recent-prefix-end.
7091 (allout-aberrant-container-p): True when an item's immediate
7092 offspring discontinuously contained. Useful for disqualifying
7093 unintended topic prefixes, likely at low depths.
7094 (allout-goto-prefix-doublechecked): Elaborate version of
7095 allout-goto-prefix which disqualifies aberrant pseudo-items.
7096 (allout-pre-next-prefix): Layer on top of lower-level routines, to
7097 get disqualification of aberrant containers.
7098 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
7099 containers.
7100 (allout-beginning-of-current-entry): Position at start of buffer
7101 when in container (depth 0) entry.
7102 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
7103 (allout-current-bullet): Strip text properties.
7104 (allout-get-prefix-bullet): Use right match groups.
7105 (allout-beginning-of-line, allout-next-heading):
7106 Disqualify aberrant containers.
7107 (allout-previous-heading): Disqualify aberrant containers, and
7108 change to regular (rather than inline) function, to allow
7109 self-recursion.
7110 (allout-get-invisibility-overlay): Increment so progress is made
7111 when the first overlay is not the sought one.
7112 (allout-end-of-prefix): Disqualify aberrant containers.
7113 (allout-end-of-line): Cycle something like allout-beginning-of-line.
7114 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
7115 outline.el outlines) functional again. Change the primary bullet
7116 along with the header-lead - level 1 new-style bullets now work.
7117 Engage allout-before-change-handler in mainline Emacs, not just
7118 XEmacs, to do undo handling.
7119 (allout-before-change-handler): Expose undo changes occurring in
7120 hidden regions. Use allout-get-invisibility-overlay instead of
7121 reimplementing it inline.
7122 (allout-chart-subtree): Use start rather than end of prefix in
7123 charts. Use allout-recent-depth variable.
7124 (allout-chart-siblings): Disqualify aberrant topics.
7125 (allout-beginning-of-current-entry): Position correctly.
7126 (allout-ascend): Use new allout-depth-specific-regexp and
7127 allout-depth-one-regexp for linear instead of O(N^2) or worse
7128 behavior.
7129 (allout-ascend-to-depth): Depend on allout-ascend, rather than
7130 reimplementing an algorithm.
7131 (allout-up-current-level): Depend on allout-ascend, rather than
7132 reimplementing an algorithm. Return to start-point if we fail.
7133 (allout-descend-to-depth): Use allout-recent-depth variable
7134 instead of function.
7135 (allout-next-sibling): On traversal of numerous intervening
7136 topics, resort to economical allout-next-sibling-leap.
7137 (allout-next-sibling-leap): Specialized version of
7138 allout-next-sibling that uses allout-ascend cleverly, to depend on
7139 a regexp search to leap large numbers of contained topics, rather
7140 than arbitrarily many one-by-one traversals.
7141 (allout-next-visible-heading): Disqualify aberrant topics.
7142 (allout-previous-visible-heading): Position consistently when
7143 interactive.
7144 (allout-forward-current-level): Base on allout-previous-sibling
7145 rather than (differently) reimplmenting the algorithm. Remove some
7146 unused variables.
7147 (allout-solicit-alternate-bullet): Present default choice stripped
7148 of text properties.
7149 (allout-rebullet-heading): Use bullet stripped of text properties.
7150 Register changes using allout-exposure-change-hook.
7151 Disregard aberrant topics.
7152 (allout-shift-in): With universal-argument, make topic a peer of
7153 it's former offspring. Simplify the code by separating out
7154 allout-shift-out functionality.
7155 (allout-shift-out): With universal-argument, make offspring peers
7156 of their former container, and its siblings. Implement the
7157 functionality here, rather than inappropriately muddling the
7158 implementation of allout-shift-in.
7159 (allout-rebullet-topic): Respect additional argument for new
7160 parent-child separation function.
7161 (allout-yank-processing): Use allout-ascend directly.
7162 (allout-show-entry): Disqualify aberrant topics.
7163 (allout-show-children): Handle discontinuous children gracefully,
7164 extending the depth being revealed to expose them and posting a
7165 message indicating the situation.
7166 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
7167 Leave cursor in correct position.
7168 (allout-hide-current-subtree): Use allout-ascend directly.
7169 Disqualify aberrant topics.
7170 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
7171 a way that the yanks can restore it, as used to happen.
7172 (allout-yank-processing): Restore exposure layout as recorded by
7173 allout-kill-*, as used to happen.
7174 (allout-annotate-hidden, allout-hide-by-annotation): New routines
7175 for preseving and restoring exposure layout across kills.
7176 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
7177 (allout-encrypt-string): Strip text properties.
7178 Rearranged order and outline-headings for some of the
7179 miscellaneous functions.
7180 (allout-resolve-xref): No need to quote the error name in the
7181 condition-case handler section.
7182 (allout-flatten): Classic recursive (and recursively intensive,
7183 without tail-recursion) list-flattener, needed by allout-shift-out
7184 when confronted with discontinuous children.
7185
7186 2006-09-16 Jason Rumney <jasonr@gnu.org>
7187
7188 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
7189 on ms-windows.
7190 (dnd-open-unc-file): Remove.
7191 (dnd-open-local-file): Mention in doc string that it also handles
7192 remote files if the system natively supports unc file-names.
7193
7194 2006-09-15 Kim F. Storm <storm@cua.dk>
7195
7196 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
7197 all necessary information about the event before erasing *Help*.
7198
7199 * simple.el (line-move-partial): Use window-line-visiblity to
7200 quickly check whether last line is partially visible, and only do
7201 the hard (and slow) part in that case.
7202
7203 2006-09-15 Jay Belanger <belanger@truman.edu>
7204
7205 * COPYING: Replace "Library Public License" by "Lesser Public
7206 License" throughout.
7207
7208 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7209
7210 * term/x-win.el (x-menu-bar-open): New function for F10.
7211
7212 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
7213
7214 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7215 Disallow filenames containing " -" to avoid confusion with libtool
7216 compilation messages. Suggested by Stefan Monnier.
7217
7218 2006-09-15 David Kastrup <dak@gnu.org>
7219
7220 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
7221 instead of buffer position for `mouse-on-link-p'.
7222
7223 * mouse.el (mouse-posn-property): New function looking up the
7224 properties at a click position in overlays and text properties in
7225 either buffer or strings.
7226 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
7227 of both `follow-link' as well as `mouse-face' properties.
7228 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
7229 buffer position.
7230
7231 * help.el (describe-key-briefly): When reading a down-event on
7232 mode lines or scroll bar, swallow the following up event, too.
7233 Use the new mouse sensitity of `key-binding' for lookup.
7234 (describe-key): The same here.
7235
7236 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
7237
7238 * play/life.el (life-patterns): Add a few more interesting patterns.
7239 (life-setup): Force `show-trailing-whitespace' to nil.
7240
7241 2006-09-14 Richard Stallman <rms@gnu.org>
7242
7243 * startup.el (fancy-splash-text): Change text to improve alignment.
7244 (fancy-splash-screens): Don't set non-standard tab width.
7245 Bind cursor-type temporarily, and make it easy to patch to
7246 preserve the splash buffer.
7247 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
7248 (fancy-splash-screens): Display echo-area message explicitly.
7249 Don't set fancy-splash-help-echo.
7250
7251 * simple.el (line-number-mode): Group mode-line instead of
7252 editing-basics.
7253 (column-number-mode, size-indication-mode): Likewise.
7254
7255 * faces.el (mode-line-faces): Group mode-line instead of modeline.
7256
7257 * time.el (display-time): Group mode-line instead of modeline.
7258
7259 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
7260
7261 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
7262
7263 * startup.el (fancy-splash-text): Move editing instructions to
7264 fancy-splash-head.
7265 (fancy-splash-head): Issue editing instructions.
7266 (fancy-splash-screens): Fixup whitespace.
7267
7268 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
7269
7270 * bindings.el (mode-line-buffer-identification-keymap):
7271 Remove duplicate line.
7272
7273 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7274
7275 * ido.el (ido-ignore-item-p): Allow any kind of functions in
7276 ignore lists.
7277
7278 2006-09-14 Kim F. Storm <storm@cua.dk>
7279
7280 * jit-lock.el (jit-lock-fontify-again): New function.
7281 (jit-lock-fontify-now): Use it instead of lambda form.
7282
7283 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
7284
7285 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
7286 (flyspell-auto-correct-word): Make ispell-filter local to these
7287 functions. Check that ispell-filter has new stuff before calling
7288 ispell-parse-output.
7289
7290 2006-09-13 Kim F. Storm <storm@cua.dk>
7291
7292 * simple.el (line-move-partial): Optimize.
7293
7294 2006-09-13 Richard Stallman <rms@gnu.org>
7295
7296 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
7297 Delete spurious backquote.
7298
7299 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
7300
7301 * net/rcirc.el (rcirc-print): Fix last change.
7302
7303 2006-09-12 Jay Belanger <belanger@truman.edu>
7304
7305 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
7306
7307 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
7308
7309 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
7310 rcirc-show-maximum-output.
7311 (rcirc-mode): Remove window-scroll-function hook.
7312 (rcirc-scroll-to-bottom): Remove function.
7313 (rcirc-print): Recenter so point stays at the bottom of the window
7314 if point was already there.
7315
7316 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
7317
7318 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
7319 not to "t".
7320 * progmodes/compile.el (compilation-start): Likewise.
7321 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
7322 Don't use expand-file-name on invocation-directory, since this
7323 might mishandle special characters in invocation-directory.
7324
7325 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7326
7327 * pcvs-defs.el: Remove * in defcustom's docstrings.
7328
7329 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
7330
7331 * progmodes/compile.el (compilation-directory-properties):
7332 Doc fix for help-echo.
7333
7334 2006-09-12 Lars Hansen <larsh@soem.dk>
7335
7336 * desktop.el (desktop-read): Add comment.
7337
7338 2006-09-12 Kim F. Storm <storm@cua.dk>
7339
7340 * simple.el (next-error-highlight, next-error-highlight-no-select):
7341 Fix spelling error.
7342
7343 * subr.el (sit-for): Rework to use input-pending-p and cond.
7344 Return nil input is pending on entry also for SECONDS <= 0.
7345 (while-no-input): Use input-pending-p instead of sit-for.
7346
7347 2006-09-11 Richard Stallman <rms@gnu.org>
7348
7349 * simple.el (next-error-highlight, next-error-highlight-no-select):
7350 Fix custom type and doc strings.
7351
7352 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7353
7354 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
7355 (diff-apply-hunk): Use it to ask for confirmation.
7356
7357 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
7358
7359 * emacs-lisp/cl.el (pushnew): Add missing `,'.
7360
7361 2006-09-11 David Kastrup <dak@gnu.org>
7362
7363 * help.el (string-key-binding, describe-key-briefly)
7364 (describe-key): Remove `string-key-binding' and its callers since
7365 `key-binding' already caters for the proper lookup now.
7366
7367 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
7368
7369 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
7370 (cfengine-mode): Use it. Fix \ syntax to be like /.
7371
7372 * bindings.el (mode-line-buffer-identification-keymap):
7373 Move initialization into declaration.
7374
7375 2006-09-10 Kim F. Storm <storm@cua.dk>
7376
7377 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
7378 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
7379 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
7380 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
7381
7382 2006-09-10 Richard Stallman <rms@gnu.org>
7383
7384 * dired-aux.el: Handle errors in recursive copy usefully.
7385 (dired-create-files-failures): New variable.
7386 (dired-copy-file): Remove condition-case.
7387 (dired-copy-file-recursive): Check for errors on all file
7388 operations, and add them to dired-create-files-failures.
7389 Check file file-date-erorr here too.
7390 (dired-create-files): Check dired-create-files-failures
7391 and report those errors too.
7392
7393 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
7394
7395 * subr.el (add-to-list): New argument COMPARE-FN.
7396
7397 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
7398
7399 * filecache.el (file-cache-add-directory)
7400 (file-cache-add-directory-list, file-cache-add-file)
7401 (file-cache-add-directory-using-find)
7402 (file-cache-add-directory-using-locate)
7403 (file-cache-add-directory-recursively): Add autoloads.
7404
7405 2006-09-09 Richard Stallman <rms@gnu.org>
7406
7407 * textmodes/conf-mode.el (conf-space-mode):
7408 Use hack-local-variables-hook instead of calling hack-local-variables.
7409 (conf-space-keywords-override): New variable.
7410 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
7411 (conf-space-mode): Always make conf-space-keywords and
7412 conf-space-keywords-override local.
7413 Call conf-space-mode-internal directly as well as via hook.
7414
7415 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
7416
7417 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
7418 quasi-keywords.
7419
7420 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
7421
7422 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
7423 (python-send-string): Be slightly more careful about adding \n.
7424
7425 * startup.el (normal-splash-screen): Don't display the buffer if we'll
7426 kill it right away anyway.
7427
7428 2006-09-09 Eli Zaretskii <eliz@gnu.org>
7429
7430 * international/codepage.el (cp850-decode-table): Fix a few codes.
7431 (cp858-decode-table): New variable.
7432
7433 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
7434
7435 * net/ldap.el (ldap-search-internal): Doc fix.
7436
7437 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7438
7439 * play/life.el (life-display-generation): Test for input manually if
7440 `sleeptime' is negative or null.
7441
7442 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
7443 (print-region-1): Substitute `%s' with the page title.
7444
7445 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
7446
7447 * locate.el (locate-current-search): New variable.
7448 (locate): Set buffer local value. Use current buffer if it is
7449 in Locate mode.
7450 (locate-mode): Disable undo here.
7451 (locate-do-setup): Use locate-current-filter from buffer to be killed.
7452 (locate-update): Use locate-current-search and locate-current-filter.
7453
7454 2006-09-08 David Kastrup <dak@gnu.org>
7455
7456 * desktop.el (desktop-read): When loading a desktop, disable
7457 saving it while the load progresses, and switch off a pending lazy
7458 load by calling `desktop-lazy-abort'.
7459
7460 2006-08-27 Martin Rudalics <rudalics@gmx.at>
7461
7462 * window.el (mouse-autoselect-window-timer)
7463 (mouse-autoselect-window-position)
7464 (mouse-autoselect-window-window)
7465 (mouse-autoselect-window-now): New vars.
7466 (mouse-autoselect-window-cancel)
7467 (mouse-autoselect-window-select)
7468 (mouse-autoselect-window-start): New functions.
7469 (handle-select-window): Call `mouse-autoselect-window-start' when
7470 delayed window autoselection is enabled.
7471
7472 * cus-start.el (mouse-autoselect-window): Handle delayed window
7473 autoselection.
7474
7475 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
7476 commands after which it is allowed to print in the echo area.
7477
7478 2006-09-08 Richard Stallman <rms@gnu.org>
7479
7480 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
7481
7482 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
7483 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
7484
7485 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
7486 (cancel-timer-internal): Add doc string.
7487 (cancel-function-timers): Doc fix.
7488 (with-timeout-handler, timer-event-last*): Add doc strings.
7489
7490 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
7491
7492 * files.el (risky-local-variable-p): Match ...-bindat-spec.
7493
7494 * dired.el (dired-log-summary): Add doc string.
7495
7496 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
7497 (custom-group-menu-create): Not here.
7498
7499 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
7500
7501 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
7502
7503 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7504
7505 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
7506 (mac-apple-event-map): Define its handler.
7507
7508 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
7509
7510 * net/ldap.el (ldap-search-internal): Handle `auth' key.
7511
7512 2006-09-07 Magnus Henoch <mange@freemail.hu>
7513
7514 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
7515 clause.
7516
7517 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7518
7519 * info.el (Info-index): Bind completion-ignore-case.
7520
7521 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
7522
7523 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
7524 previous commit.
7525 (inferior-prolog-guess-flavor): New fun left out of previous commit.
7526 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
7527 burp in dedicated windows.
7528 (inferior-prolog-self-insert-command): New command.
7529 (inferior-prolog-mode-map): Use it.
7530
7531 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
7532
7533 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
7534
7535 * international/code-pages.el: Add cp858.
7536
7537 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7538
7539 * dnd.el: Fix bootstrapping.
7540
7541 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7542
7543 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
7544 (dnd-open-remote-url): New function.
7545 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
7546 not windows-nt.
7547
7548 2006-09-07 Jason Rumney <jasonr@gnu.org>
7549
7550 * dnd.el (dnd-open-remote-file-function): New variable.
7551 (dnd-open-unc-file): New function.
7552 (dnd-open-file): Call dnd-open-remote-file-function if set.
7553
7554 2006-09-06 Daiki Ueno <ueno@unixuser.org>
7555
7556 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
7557 pgg-passphrase-coding-system rather than locale-coding-system.
7558 * pgg-def.el (pgg-passphrase-coding-system): New user option.
7559
7560 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
7561
7562 * progmodes/prolog.el: Remove * in docstrings.
7563 (prolog-program-name): Add SWI prolog.
7564 (prolog-mode-menu): New menu.
7565 (prolog-mode): Set comment-add.
7566 (prolog-indent-line): Simplify. Use indent-line-to.
7567 (inferior-prolog-buffer): New var.
7568 (inferior-prolog-run, inferior-prolog-process): New funs.
7569 (run-prolog, switch-to-prolog): Rewrite, using them.
7570 (prolog-consult-region): Use inferior-prolog-buffer.
7571 (inferior-prolog-load-file): New function.
7572 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
7573
7574 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
7575 last word, if it's not the end of the paragraph.
7576
7577 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
7578 file name.
7579
7580 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
7581
7582 * frame.el (display-mm-dimensions-alist): New defcustom.
7583 (display-mm-height, display-mm-width): Use it.
7584
7585 2006-09-06 Simon Josefsson <jas@extundo.com>
7586
7587 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
7588
7589 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
7590
7591 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
7592 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
7593 string values.
7594
7595 2006-09-06 Kim F. Storm <storm@cua.dk>
7596
7597 * simple.el (line-move-partial): New function to do vscrolling for
7598 partially visible images / tall lines. Rewrite based on code
7599 previously in line-move. Simplify backwards vscrolling.
7600 (line-move): Use it. Simplify.
7601
7602 2006-09-05 Kim F. Storm <storm@cua.dk>
7603
7604 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
7605
7606 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
7607
7608 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7609 Process the `gcc-include' after the `gnu' rule.
7610
7611 2006-09-05 Kim F. Storm <storm@cua.dk>
7612
7613 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
7614
7615 2006-09-05 Daiki Ueno <ueno@unixuser.org>
7616
7617 * pgg.el (pgg-clear-string): Alias to clear-string for backward
7618 compatibility.
7619
7620 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
7621 inhibit-redisplay; encode passphrase with locale-coding-system.
7622
7623 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
7624
7625 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
7626
7627 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
7628
7629 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
7630 (gdb-var-list-children-regexp): Make type field optional.
7631
7632 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
7633 e.g public, protected in C++.
7634
7635 2006-09-04 John Paul Wallington <jpw@pobox.com>
7636
7637 * simple.el (completion-show-help): New defcustom.
7638 (completion-setup-function): Heed it.
7639
7640 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
7641
7642 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
7643
7644 2006-09-04 Richard Stallman <rms@gnu.org>
7645
7646 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
7647 (rsf-min-region-to-spam-list): Doc fix.
7648 (rsf-add-content-type-field): Doc fix.
7649
7650 * simple.el (kill-region): Explicitly test there is a region.
7651
7652 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
7653
7654 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
7655 sendmail in several common directories.
7656
7657 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
7658
7659 * paths.el (sendmail-program): Removed.
7660
7661 2006-09-04 Daiki Ueno <ueno@unixuser.org>
7662
7663 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
7664 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
7665 http://article.gmane.org/gmane.emacs.gnus.general/50457
7666
7667 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
7668
7669 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
7670 mark after running the menu filter.
7671
7672 2006-09-03 Juri Linkov <juri@jurta.org>
7673
7674 * international/quail.el (quail-defrule-internal): Add a check
7675 if a key is a vector.
7676
7677 2006-09-02 Juri Linkov <juri@jurta.org>
7678
7679 * man.el (Man-topic-history): New variable.
7680 (man): Use it.
7681
7682 * woman.el (woman-topic-history): Change defvar to defvaralias
7683 for symbol `Man-topic-history'.
7684
7685 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
7686 `comint-last-output-start' is a marker by using `markerp' and
7687 check if it has a position by using `marker-position', and use
7688 this position for `goto-char'.
7689
7690 * international/quail.el (quail-defrule-internal): Add missing
7691 `error' call for null key.
7692
7693 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
7694
7695 * rcirc.el (rcirc-keywords): New variable.
7696 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
7697 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
7698 variables.
7699 (rcirc-responses-no-activity): New function.
7700 (rcirc-handler-generic): Check for responses in above.
7701 (rcirc-process-command): Add ?: character to arguments of raw
7702 server commands.
7703 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
7704 `rcirc-dim-nicks'.
7705 (rcirc-gray-toggle): Remove unused variable.
7706 (rcirc-print): Remove some tracking logic, which is moved into
7707 markup functions.
7708 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
7709 types.
7710 (rcirc-activity-string): Look for 'keyword in activity-types.
7711 (rcirc-window-configuration-change): Don't erase overlay-arrow
7712 unnecessarily.
7713 (rcirc-add-or-remove): New function.
7714 (rcirc-cmd-ignore): Use it.
7715 (rcirc-message-leader): Remove unused function.
7716 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
7717 (rcirc-add-face): New function.
7718 (rcirc-facify): Use rcirc-add-face.
7719 (rcirc-url-regexp): Add parens.
7720 (rcirc-map-regexp): Remove function.
7721 (rcirc-mangle-regexp): Remove function.
7722 (rcirc-markup-text-functions): New variable.
7723 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
7724 (rcirc-markup-body-text, rcirc-markup-attributes)
7725 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
7726 (rcirc-markup-bright-nicks): New markup handler functions.
7727 (rcirc-nick-in-message-full-line): New face.
7728 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
7729 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
7730
7731 2006-09-02 Martin Rudalics <rudalics@gmx.at>
7732
7733 * cus-start.el (hscroll-margin, hscroll-step)
7734 (mode-line-in-non-selected-windows, mouse-autoselect-window)
7735 (x-use-underline-position-properties): Change version to "22.1"
7736 since they will appear there for the first time.
7737
7738 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
7739
7740 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
7741
7742 2006-08-31 Richard Stallman <rms@gnu.org>
7743
7744 * cus-edit.el (custom-save-variables): Slight cleanup.
7745 (Custom-no-edit): Renamed from custom-no-edit.
7746 (Custom-newline): Renamed from custom-newline.
7747 (custom-mode-map): Use new names.
7748
7749 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
7750 about customization, rather than M-x customize, in the doc string
7751 made for the defcustom.
7752
7753 * emacs-lisp/trace.el (trace-function-background): Doc fix.
7754
7755 2006-08-31 Romain Francoise <romain@orebokech.com>
7756
7757 * dired-x.el (dired-guess-shell-alist-default): Update.
7758
7759 2006-08-31 Michael Mauger <mmaug@yahoo.com>
7760
7761 * custom.el (custom-theme-set-variables): Autoload packages before
7762 sorting the variables.
7763
7764 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
7765
7766 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
7767 chars if XEmacs.
7768 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
7769
7770 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7771
7772 * progmodes/python.el (python-eldoc-function): Re-enable quit while
7773 waiting for process.
7774
7775 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7776
7777 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
7778 results in ASCII-only string, encode original one directly.
7779
7780 2006-08-29 Romain Francoise <romain@orebokech.com>
7781
7782 * startup.el (normal-splash-screen, fancy-splash-screens):
7783 Make buffer read-only and arrange to enter view mode if necessary.
7784
7785 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
7786
7787 * hl-line.el (hl-line): New face.
7788 (hl-line-face): Use it.
7789
7790 * image-mode.el (image-mode): Fix last fix.
7791 Suggested by Kim F. Storm.
7792
7793 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
7794
7795 Sync with Tramp 2.0.54.
7796
7797 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
7798 of `=', because `tramp-get-remote-gid' might not always return an
7799 integer when expected.
7800 (tramp-register-file-name-handlers): `partial-completion-mode' is
7801 unknown to XEmacs.
7802 (tramp-time-diff): Don't use `floor', it might fail for large
7803 differences.
7804 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
7805 `tramp-auto-save-directory' if unset in order to guarantee unique
7806 auto-save file names.
7807
7808 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
7809
7810 * image-mode.el (image-mode): Display image as text on a terminal.
7811
7812 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7813
7814 * progmodes/python.el (python-send-command): Simplify.
7815 (run-python): Don't generate a new buffer unless `new' was specified.
7816 Make sure we send `import emacs' to the proper process.
7817
7818 * progmodes/python.el (python-send-command): Don't wait for the command
7819 to terminate. Don't fiddle with compilation-parsing-end.
7820
7821 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
7822
7823 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7824 Insert commentary after first line summary.
7825
7826 * woman.el (woman-follow): New function, based on `man-follow'.
7827 (woman-mode-map): Use it.
7828
7829 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
7830 since ibuffer-do-sort-by-recency does not define a sorter.
7831
7832 2006-08-28 Kim F. Storm <storm@cua.dk>
7833
7834 * find-dired.el (find-dired): Use shell-quote-argument to properly
7835 escape ( and ) args. Also use it on {} and ; args in default
7836 value of find-ls-option string.
7837 (find-grep-dired): Use shell-quote-argument on {} and ; args.
7838
7839 2006-08-27 Michael Olson <mwolson@gnu.org>
7840
7841 * emacs-lisp/tq.el: Small grammar fix in comments.
7842 (tq-enqueue): Check for existence of queue rather than the
7843 head queue item's question, which was a no-op.
7844 (tq-filter, tq-process-buffer): Make sure the process buffer
7845 exists before making it the current buffer.
7846
7847 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7848
7849 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
7850 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
7851 (special-event-map): Apply 2006-08-16 change for x-win.el.
7852
7853 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
7854
7855 * progmodes/python.el (python-send-receive): Wait in the
7856 process's buffer so as to check the right buffer-local variables.
7857
7858 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
7859
7860 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
7861 (defgroup checkdoc): Move to beginning.
7862
7863 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
7864 (python-preoutput-continuation): Remove.
7865 (python-preoutput-filter): Simplify correspondingly.
7866 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
7867 Loop around to catch embedded _emacs_out output.
7868 (run-python): Send the import&print command on a single line.
7869 (python-send-command): Send command&print on a single line.
7870 (python-send-string): Only add double \n if needed.
7871 (python-send-receive): Loop until the result comes.
7872 (python-mode-running): Defvar it.
7873 (python-setup-brm): Remove unused var `menu'.
7874 Only bind py-mode-map and `features' around brm-init.
7875 (python-calculate-indentation): Remove unused var `point'.
7876 (python-beginning-of-defun): Remove unused var `def-line'.
7877
7878 2006-08-25 Richard Stallman <rms@gnu.org>
7879
7880 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
7881
7882 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
7883
7884 * viper.el (viper-set-hooks): Use frame bindings for
7885 viper-vi-state-cursor-color.
7886 (viper-non-hook-settings): Don't set default
7887 mode-line-buffer-identification.
7888
7889 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
7890 (viper-set-cursor-color-according-to-state)
7891 (viper-get-saved-cursor-color-in-replace-mode)
7892 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
7893 viper-emacs-state-cursor-color.
7894
7895 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
7896 (viper-undo): Use point if undo-beg-posn is nil.
7897 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
7898 (viper-after-change-undo-hook): Don't use
7899 viper-emacs-state-cursor-color by default.
7900 (viper-undo): More sensible positioning after undo.
7901
7902 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
7903 (viper-emacs-state-cursor-color): Default to nil, since this feature
7904 doesn't work well yet.
7905
7906 * ediff-mult.el (ediff-intersect-directories)
7907 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
7908 always expand filenames.
7909
7910 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7911
7912 * tumme.el: Remove * in defcustoms's docstrings.
7913
7914 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
7915
7916 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
7917 Accept internal time format for SECS arg.
7918 (timer-relative-time): Doc fix.
7919
7920 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
7921 adapted from Martin Rudalics.
7922 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
7923 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
7924 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
7925 using sit-for.
7926
7927 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
7928
7929 * cus-start.el (all): Add `overline-margin' and
7930 `x-underline-at-descent-line'.
7931
7932 2006-08-24 Kim F. Storm <storm@cua.dk>
7933
7934 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
7935 to mean "use find -exec"; nil now unambiguously means auto-detect.
7936 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
7937 Use shell-quote-argument to build grep-find-command and
7938 grep-find-template.
7939 (rgrep): Use shell-quote-argument to properly quote arguments to find.
7940 Reported by Tom Seddon.
7941
7942 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
7943
7944 * startup.el (fancy-splash-head): Give instructions for dismissing
7945 the splash screen for default startup too.
7946 (display-startup-echo-area-message, fancy-splash-screens)
7947 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
7948 all splash text at once and keep the splash buffer around.
7949 (command-line-1): Give display-startup-echo-area-message a t arg.
7950
7951 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
7952
7953 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
7954 gnus frame is selected.
7955
7956 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
7957
7958 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
7959
7960 2006-08-22 Kim F. Storm <storm@cua.dk>
7961
7962 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
7963 Add suffix matching for subdirs.
7964
7965 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
7966
7967 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
7968 mouse-yank-at-point is non-nil.
7969
7970 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
7971
7972 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
7973 a bit wider and remove fringes to fit initial output on line.
7974
7975 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7976
7977 * frame.el (blink-cursor-end): Only ignore the error we care about.
7978 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
7979
7980 2006-08-21 Richard Stallman <rms@gnu.org>
7981
7982 * whitespace.el (whitespace-cleanup): Doc fix.
7983
7984 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
7985
7986 * net/rcirc.el (rcirc-show-maximum-output): New var.
7987 (rcirc-buffer-process): If no buffer argument is supplied, use
7988 current-buffer.
7989 (rcirc-complete-nick): Complete to the last completed nick first.
7990 (rcirc-mode): Preserve the value of `rcirc-urls' across
7991 connections. Setup scroll function.
7992 (rcirc-scroll-to-bottom): New function.
7993 (rcirc-print): Use nick syntax around regexp work.
7994 Notice dim-nicks speaking only if they say our nick.
7995 (rcirc-update-activity-string): Do not show the modeline indicator
7996 if there are no live rcirc processes.
7997 (rcirc-cmd-ignore): Ignore case.
7998 (rcirc-browse-url-at-point): Fix off-by-one error.
7999
8000 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
8001
8002 * progmodes/python.el: Remove * in defcustom docstrings.
8003 (run-python, python-proc, python-try-complete): Use derived-mode-p.
8004 (python-mode): Set tab-width and indent-tabs-mode.
8005
8006 2006-08-20 Dave Love <fx@gnu.org>
8007
8008 * progmodes/python.el: Update to Dave Love's latest version.
8009 (python-font-lock-keywords, python-mode): Don't use
8010 font-lock-syntax-table, but match symbol elements explicitly instead.
8011 (python-mode-map): Add help, and a few more key bindings.
8012 (python-skip-comments/blanks): Move out of comments as well.
8013 (python-continuation-line-p): Behave better with unbalanced parens.
8014 (python-blank-line-p): New fun.
8015 (python-open-block-statement-p): Don't use a heuristic.
8016 (python-outdent-p): Better handle blocks-in-the-same-line.
8017 (python-calculate-indentation): Misc improvements.
8018 (python-comment-indent): Remove.
8019 (python-block-pairs): New var.
8020 (python-first-word): New fun.
8021 (python-indentation-levels): Handle more common cases.
8022 (python-indent-line-1): Add `leave' argument.
8023 (python-indent-region): New fun.
8024 (python-skip-out): New fun.
8025 (python-beginning-of-statement, python-end-of-statement): Use it.
8026 (python-next-statement): Return correct count even at eob.
8027 (python-end-of-block): Fix paren-typo.
8028 (python-imenu-create-index): Add module variables.
8029 (run-python): Add `new' arg.
8030 Check we're at a prompt before returning.
8031 (python-send-command): Move to end of buffer.
8032 Wait for prompt to return.
8033 (python-set-proc): New fun.
8034 (python-imports): New var.
8035 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
8036 (python-eldoc-function): Try to move out of arg list.
8037 (python-outline-level): Offset by 1.
8038 (python-find-imports): New fun.
8039 (python-symbol-completions): Use python-imports.
8040 (python-module-path, ffap-alist): Add support for ffap.
8041 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
8042 (python-insert-*, python-default-template, python-expand-template):
8043 Add templates/skeletons.
8044 (python-setup-brm): Support for Bicycle Repair Man.
8045 (python-abbrev-syntax-table): New var.
8046 (python-abbrev-pc-hook, python-pea-hook): New funs.
8047
8048 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
8049
8050 * frame.el (blink-cursor-start): Set timer first.
8051 (blink-cursor-end): Ignore timer cancelling errors.
8052 Suggested by Ken Manheimer.
8053
8054 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
8055
8056 * newcomment.el (comment-box): Call `comment-normalize-vars'.
8057 Add autoload cookie.
8058
8059 2006-08-20 Richard Stallman <rms@gnu.org>
8060
8061 * simple.el (line-number-at-pos): Doc fix.
8062
8063 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
8064 timer-activate-when-idle, so timer can run before Emacs becomes
8065 non-idle again.
8066
8067 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
8068
8069 * whitespace.el (whitespace-cleanup-internal): New optional arg
8070 REGION-ONLY. If it's non-nil, modify the message to the user
8071 accordingly.
8072 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
8073 a non-nil argument.
8074
8075 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
8076
8077 * rect.el (spaces-string): Simplify and add doc string.
8078
8079 2006-08-17 Romain Francoise <romain@orebokech.com>
8080
8081 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
8082
8083 2006-08-17 Richard Stallman <rms@gnu.org>
8084
8085 * compare-w.el (compare-windows): lambda's take an arg and pass
8086 it to compare-windows-skip-whitespace.
8087
8088 2006-08-17 Martin Rudalics <rudalics@gmx.at>
8089
8090 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
8091 the right buffer.
8092
8093 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
8094
8095 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
8096 removed files.
8097
8098 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
8099
8100 * progmodes/gdb-ui.el (gdb-locals-watch-map)
8101 (gdb-locals-watch-map-1): Suppress keymap first.
8102 (gdb-edit-locals-map-1): New variable.
8103 (gdb-edit-locals-value): New function.
8104 (gdb-stack-list-locals-handler): Use them.
8105
8106 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
8107
8108 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
8109 cursor would normally be drawn in the fringe.
8110
8111 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
8112 Reported by Martin Rudalics <rudalics@gmx.at>.
8113
8114 2006-08-16 Richard Stallman <rms@gnu.org>
8115
8116 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
8117 (special-event-map): Process drag-n-drop events this way.
8118
8119 * simple.el (move-beginning-of-line): Test whether fields
8120 would prevent motion back to line's first visible character.
8121 If so, stop where the fields would stop the motion.
8122
8123 * newcomment.el (comment-indent): Fully update INDENT
8124 before checking to see if it will change the text.
8125
8126 * cus-edit.el (custom-newline): New function.
8127 (custom-mode-map): Bind newline to custom-newline.
8128
8129 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
8130 into ignore-whitespace.
8131 Check each buffer for its skip-function.
8132 Handle compare-windows-skip-whitespace special-case test
8133 by returning t from default skip function.
8134
8135 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
8136
8137 * textmodes/org.el (org-clock-special-range)
8138 (org-clock-update-time-maybe): New functions.
8139 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
8140 not only a-z.
8141 (org-agenda-get-blocks): Allow multiple blocks per headline.
8142 (org-timestamp-change): Call `org-clock-update-time-maybe'.
8143 (org-export-html-title-format)
8144 (org-export-html-toplevel-hlevel): New options.
8145 (org-export-language-setup): Add support for Czech.
8146 (org-mode, org-insert-todo-heading, org-find-visible)
8147 (org-find-invisible, org-invisible-p, org-invisible-p2)
8148 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
8149 (org-show-subtree, org-show-entry, org-make-options-regexp):
8150 Remove compatibility support for old outline-mode.
8151 (org-check-occur-regexp): Funtion removed.
8152 (org-on-heading-p, org-back-to-heading): Made defalias.
8153 (org-set-local): New defsubst.
8154 (org-set-regexps-and-options, org-mode)
8155 (org-set-font-lock-defaults, org-edit-agenda-file-list)
8156 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
8157 (org-remember-apply-template, org-table-edit-field)
8158 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
8159 (org-set-autofill-regexps): Use `org-set-local'.
8160 (org-table-eval-formula): Fix bug with parsing of display flags.
8161
8162 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
8163
8164 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
8165 frame with fringe arrow. Suggested by Simon Marshall
8166 <simon.marshall@misys.com>.
8167 (gdb-stack-position): New variable.
8168 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
8169 (gdb-frames-mode): Set gdb-stack-position to nil.
8170 Add to overlay-arrow-variable-list
8171 (gdb-reset): Delete gdb-stack-position from above list.
8172
8173 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8174
8175 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
8176 read only.
8177
8178 2006-08-13 Romain Francoise <romain@orebokech.com>
8179
8180 * cus-theme.el (customize-create-theme)
8181 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
8182
8183 * filesets.el (filesets-add-buffer): Ditto.
8184
8185 * pcvs.el (cvs-change-cvsroot): Ditto.
8186
8187 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
8188
8189 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
8190 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
8191 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
8192 expressions.
8193 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
8194 Only search till end of line.
8195 Add face to function names in case of no filename.
8196 Add face to variable names of watchpoints.
8197
8198 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
8199
8200 * cus-start.el <indent-tabs-mode>: Move to the `indent'
8201 customization group.
8202
8203 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
8204
8205 * allout.el (allout-prior-bindings, allout-added-bindings):
8206 Remove, after long deprecation.
8207 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
8208 Add customization vars controlling allout-beginning-of-line and
8209 allout-end-of-line conveniences.
8210 (allout-header-prefix, allout-use-mode-specific-leader)
8211 (allout-use-mode-specific-leader, allout-mode-leaders):
8212 Revise docstrings.
8213 (allout-infer-header-lead): Change to be an alias for
8214 allout-infer-header-lead-and-primary-bullet.
8215 (allout-infer-header-lead-and-primary-bullet): New version of
8216 allout-infer-header-lead which assigns the primary bullet to the
8217 same as the header lead, when its being changed.
8218 (allout-infer-body-reindent): Apply regexp-quote instead of
8219 unconditionally prepending "\\", so that all literal
8220 allout-header-prefix and allout-primary-bullet strings are
8221 properly handled.
8222 (allout-add-resumptions): Add optional qualifier for extending or
8223 appending to existing values, rather than replacing them.
8224 (allout-view-change-hook): Clarify docstring.
8225 (allout-exposure-change-hook): Take explicit arguments, via
8226 run-hook-with-args.
8227 (allout-structure-added-hook)
8228 (allout-structure-deleted-hook)
8229 (allout-structure-shifted-hook): New hooks analogous to
8230 allout-exposure-change-hook for other kinds of structural outline
8231 edits.
8232 (allout-encryption-plaintext-sanitization-regexps): New encryption
8233 customization variable, by which cooperating modes can provde
8234 massage of the plaintext without actually being passed it.
8235 (allout-encryption-ciphertext-rejection-regexps)
8236 (allout-encryption-ciphertext-rejection-ceiling): New encryption
8237 customization variables, by which cooperating modes can prohibit
8238 rare but possible ciphertext patterns from fouling their
8239 operation, with actually being passed the ciphertext.
8240 (allout-mode): Run activation and deactivation hooks after the
8241 minor-mode variable has been toggled, to clarify the mode
8242 disposition. The new encryption ciphertext rejection variable is
8243 used to ensure that the ciphertext does not contain text that
8244 would be recognized as outline structural elements by allout.
8245 Substite allout-beginning-of-line and allout-end-of-line for
8246 conventionall beginning-of-line and end-of-line bindings.
8247 If allout-old-style-prefixes is non-nil, don't nullify it on mode
8248 activation!
8249 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
8250 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
8251 (allout-chart-subtree): Implement new mode, charting only the
8252 visible items in the subtree, when new 'visible' parameter is non-nil.
8253 (allout-end-of-subtree): Properly handle the last item in the buffer.
8254 (allout-pre-command-business, allout-command-counter):
8255 Increment an advertised counter so that cooperating enhancements can
8256 track revisions of items.
8257 (allout-open-topic): Run allout-structure-added-hook with suitable
8258 arguments.
8259 (allout-shift-in): Run allout-structure-shifted-hook with suitable
8260 arguments.
8261 (allout-shift-out): Fix doubling for negative args and ensure call
8262 of allout-structure-shifted-hook by solely using allout-shift-in.
8263 (allout-kill-line, allout-kill-topic):
8264 Run allout-structure-deleted-hook with suitable arguments.
8265 (allout-yank-processing): Run allout-structure-added-hook with
8266 proper arguments.
8267 (allout-yank): Enclose activity in allout-unprotected.
8268 (allout-flag-region): Run allout-exposure-change-hook with
8269 suitable arguments, instead of making the callee infer the arguments.
8270 (allout-encrypt-string):
8271 Support allout-encryption-plaintext-sanitization-regexps,
8272 allout-encryption-ciphertext-rejection-regexps, and
8273 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
8274 en/de cryption mode in symmetric encryption failure message.
8275 (allout-obtain-passphrase): Use copy-sequence to get a distinct
8276 copy of the passphrase, and don't zero it or we'll corrupt the
8277 stashed copy.
8278 (allout-create-encryption-passphrase-verifier)
8279 (allout-verify-passphrase): Respect the new signature for
8280 allout-encrypt-string.
8281 (allout-get-configvar-values): Convenience for getting a
8282 configuration variable value and handling its absence gracefully.
8283
8284 2006-08-11 Romain Francoise <romain@orebokech.com>
8285
8286 * obsolete/zone-mode.el: Delete.
8287
8288 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
8289
8290 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
8291
8292 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
8293
8294 * emacs-lisp/bindat.el (bindat-ip-to-string):
8295 Use `format-network-address' if possible.
8296
8297 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8298
8299 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
8300
8301 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
8302
8303 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
8304 restore unread-command-events here.
8305 (edebug-display): Do it here, to detect sit-for interruptions.
8306
8307 2006-08-10 Romain Francoise <romain@orebokech.com>
8308
8309 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
8310 (dns-mode-soa-auto-increment-serial): New user option.
8311 (dns-mode-soa-maybe-increment-serial): New function.
8312 (dns-mode): Add the latter to `write-contents-functions'.
8313
8314 * obsolete/zone-mode.el: Move to obsolete/ from net/.
8315 Delete autoload cookies.
8316
8317 2006-08-10 John Wiegley <johnw@newartisans.com>
8318
8319 * eshell/em-glob.el (eshell-glob-chars-list)
8320 (eshell-glob-translate-alist): Add support for [^g] in character globs.
8321
8322 2006-08-10 Richard Stallman <rms@gnu.org>
8323
8324 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
8325 (facemenu-set-face): Doc fix.
8326 (facemenu-listed-faces): Doc fix.
8327
8328 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
8329
8330 * avoid.el (mouse-avoidance-animating-pointer): New var.
8331 (mouse-avoidance-nudge-mouse): Use it.
8332 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
8333 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
8334 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
8335 Don't activate if currently animating. All callers changed.
8336
8337 2006-08-09 John Wiegley <johnw@newartisans.com>
8338
8339 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
8340 variable, which causes timeclock to report elapsed time worked,
8341 instead of just work remaining.
8342
8343 2006-08-09 Kenichi Handa <handa@m17n.org>
8344
8345 * international/latexenc.el (latexenc-find-file-coding-system):
8346 Fix for the case that the 2nd element of arg-list is a cons.
8347
8348 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
8349
8350 * info.el (Info-fontify-node): Handle preceding `in' for note
8351 reference hiding rules.
8352
8353 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
8354
8355 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
8356 mistake a closing " for an opening one.
8357
8358 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
8359
8360 * term/xterm.el (terminal-init-xterm): Add more key bindings.
8361
8362 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
8363
8364 * complete.el (PC-do-completion): Filter out completions matching
8365 completion-ignored-extensions before checking whether there are
8366 multiple completions.
8367 Don't use `list' unnecessarily when building completion tables.
8368
8369 2006-08-06 Richard Stallman <rms@gnu.org>
8370
8371 * help.el (describe-mode): Make minor mode list more concise.
8372
8373 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
8374
8375 * bindings.el: Give mode-line-format, mode-line-modes, and
8376 mode-line-position `standard-value' properties.
8377
8378 2006-08-05 Eli Zaretskii <eliz@gnu.org>
8379
8380 * buff-menu.el (list-buffers-noselect): For Info buffers, use
8381 "(file)node" instead of the file name.
8382
8383 2006-08-05 Richard Stallman <rms@gnu.org>
8384
8385 * faces.el (escape-glyph): Doc fix.
8386
8387 2006-08-04 Kenichi Handa <handa@m17n.org>
8388
8389 * international/mule-diag.el (describe-font): Improve docstring
8390 and error message. Use frame-parameter (not frame-parameters).
8391
8392 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8393
8394 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
8395 Correctly mark the end-of-docstring char.
8396
8397 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
8398
8399 * simple.el (line-move-to-column): Constrain move-to-column to
8400 current field.
8401
8402 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
8403
8404 * font-lock.el (font-lock-beg, font-lock-end)
8405 (font-lock-extend-region-functions): New vars.
8406 (font-lock-extend-region-multiline)
8407 (font-lock-extend-region-wholelines): New functions.
8408 (font-lock-default-fontify-region): Use them.
8409 (font-lock-extend-jit-lock-region-after-change): Only round up
8410 if font-lock-default-fontify-region will do it as well.
8411
8412 * font-lock.el (font-lock-extend-after-change-region-function):
8413 Rename from font-lock-extend-region-function.
8414 (font-lock-extend-region): Remove by inlining at call sites.
8415 (font-lock-after-change-function): Don't needlessly round up to a whole
8416 number of lines.
8417 (font-lock-extend-jit-lock-region-after-change): Be more careful about
8418 the boundary conditions and the interactions between the various ways
8419 to extend the region.
8420
8421 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8422
8423 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
8424 modification status when forcing the second redisplay.
8425
8426 2006-08-03 Kim F. Storm <storm@cua.dk>
8427
8428 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
8429
8430 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
8431
8432 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
8433 doesn't look like a file name.
8434
8435 * complete.el (PC-expand-many-files): Avoid signalling an error when
8436 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
8437
8438 2006-08-02 Andreas Schwab <schwab@suse.de>
8439
8440 * bindings.el (mode-line-format): Simplify reference to vc-mode.
8441
8442 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
8443
8444 * bindings.el (map): Make mode-line-buffer-identification-keymap
8445 before defining propertized-buffer-identification.
8446
8447 2006-08-01 Richard Stallman <rms@gnu.org>
8448
8449 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
8450
8451 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
8452
8453 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
8454 default value.
8455 (gdb-find-source-frame): New function.
8456 (menu): Add to menu bar.
8457
8458 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
8459
8460 * font-core.el (font-lock-extend-region-function)
8461 (font-lock-extend-region): Move to font-lock.el.
8462
8463 * font-lock.el (font-lock-extend-region-function)
8464 (font-lock-extend-region): Move from font-core.el. Simplify.
8465
8466 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
8467 if needed.
8468 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
8469 (jit-lock-after-change-extend-region-functions): New hook.
8470 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
8471
8472 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
8473 (font-lock-turn-on-thing-lock): Use it.
8474
8475 * longlines.el (longlines-show-region): Make it work on read-only
8476 buffers as well.
8477
8478 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
8479
8480 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
8481
8482 2006-07-31 Richard Stallman <rms@gnu.org>
8483
8484 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
8485 (vhdl-speedbar-display-projects): Update old obsolete
8486 speedbar variable names.
8487
8488 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
8489
8490 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
8491 (gdb-stopped): Use it.
8492
8493 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
8494
8495 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
8496
8497 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
8498 for load-history elements.
8499
8500 2006-07-29 Eli Zaretskii <eliz@gnu.org>
8501
8502 * files.el (convert-standard-filename): For Cygwin, replace
8503 characters not allowed in Windows file names.
8504 (make-auto-save-file-name): Add Cygwin to the list of systems
8505 where the auto-save file name needs to be run through
8506 convert-standard-filename.
8507
8508 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
8509
8510 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
8511
8512 2006-07-28 Richard Stallman <rms@gnu.org>
8513
8514 * bindings.el (mode-line-frame-identification)
8515 (propertized-buffer-identification): Centralize the code
8516 to initialize the variable.
8517
8518 * progmodes/grep.el (grep-default-command): Catch errors from
8519 wildcard-to-regexp.
8520
8521 2006-07-29 Kim F. Storm <storm@cua.dk>
8522
8523 * progmodes/grep.el (grep-tag-default): New function.
8524 (grep-default-command, grep-read-regexp): Use it.
8525 (grep-read-files): Use car of grep-files-history or grep-files-aliases
8526 as default if nothing else applies.
8527
8528 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
8529
8530 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
8531 Throw error if buffer is not in Dired and Wdired mode, respectively.
8532
8533 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
8534
8535 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
8536 self-insert-command keys don't activate buttons.
8537 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
8538
8539 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
8540
8541 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
8542 faces for enable character.
8543
8544 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
8545
8546 * Makefile.in (recompile): Update comment to reflect change
8547 on 2004-04-21.
8548
8549 2006-07-27 Richard Stallman <rms@gnu.org>
8550
8551 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
8552 (customize-package-emacs-version): Change msg when pkg has no entry.
8553 (custom-no-edit): On a button, do like widget-button-press.
8554
8555 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
8556
8557 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
8558 S-tab and C-S-tab.
8559
8560 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
8561
8562 * progmodes/which-func.el (which-function): Fix documentation/
8563 comment typo.
8564
8565 2006-07-26 Richard Stallman <rms@gnu.org>
8566
8567 * textmodes/ispell.el (ispell-word): If we replace the word,
8568 move point to the end. Insert before deleting.
8569
8570 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
8571
8572 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
8573 a timer.
8574
8575 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
8576
8577 * tumme.el (tumme-backward-image): Add prefix argument. Add error
8578 when at first image.
8579 (tumme-forward-image): Add prefix argument. Add error when at last
8580 image.
8581
8582 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
8583
8584 * tabify.el (tabify-regexp): Use more specific regexps.
8585 (tabify): Avoid modifying the buffer unnecessarily.
8586
8587 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
8588
8589 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
8590 (tumme-format-properties-string): Handle empty `buf'.
8591 (tumme-get-comment): Change variable names inside `let'.
8592 Add missing `let' variable that cause font-lock problems.
8593 (tumme-write-comments): Change variable names inside `let'.
8594 Add missing `let' variable that cause font-lock problems.
8595 (tumme-forward-image): Rename from `tumme-forward-char'.
8596 (tumme-backward-image): Rename from `tumme-backward-char'.
8597
8598 2006-07-25 Masatake YAMATO <jet@gyve.org>
8599
8600 * progmodes/ld-script.el (ld-script-keywords)
8601 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
8602 and add comments.
8603
8604 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
8605
8606 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
8607 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
8608 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
8609 for status indicator.
8610
8611 2006-07-24 Richard Stallman <rms@gnu.org>
8612
8613 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
8614
8615 * subr.el (dolist, dotimes): Use interned symbols for locals.
8616 (--dotimes-limit--, --dolist-tail--): New defvars.
8617 (looking-back): Doc fix.
8618
8619 * replace.el (replace-match-string-symbols): Handle dotted lists.
8620
8621 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
8622
8623 * tumme.el (tumme-write-tags): Add.
8624 (tumme-write-comments): Add.
8625 (tumme-tag-files): Change to use `tumme-write-tags'.
8626 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
8627 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
8628 (tumme-save-information-from-widgets): Change to use
8629 `tumme-write-comments' and `tumme-write-tags'.
8630 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
8631 (tumme-write-tag): Remove.
8632 (tumme-write-comment): Remove.
8633 (tumme-display-previous-thumbnail-original): Remove empty line.
8634 (tumme-widget-list): Add punctuation.
8635
8636 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
8637
8638 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
8639
8640 2006-07-24 Daiki Ueno <ueno@unixuser.org>
8641
8642 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8643 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
8644 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
8645
8646 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
8647
8648 * mouse.el (mouse-on-link-p): Doc fix.
8649
8650 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
8651
8652 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8653 Handle "C-h f `".
8654
8655 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8656
8657 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
8658 column.
8659
8660 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
8661
8662 * textmodes/table.el: Add move-beginning-of-line and
8663 move-end-of-line to Point Motion Only Group.
8664
8665 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
8666
8667 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
8668
8669 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8670
8671 * startup.el (user-mail-address): Initialize from the `EMAIL'
8672 environment variable first. Document this.
8673 (command-line): Ditto.
8674
8675 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
8676
8677 * help-mode.el (help-function-def, help-variable-def)
8678 (help-face-def): Print a message in the minibuffer.
8679
8680 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8681
8682 * term/xterm.el (terminal-init-xterm): Fix key bindings
8683 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
8684
8685 2006-07-21 Eli Zaretskii <eliz@gnu.org>
8686
8687 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
8688 where `(nth 1 command)' is a cons cell. Doc fix.
8689
8690 * textmodes/po.el (po-find-charset): Doc fix.
8691
8692 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
8693
8694 * allout.el (allout-unprotected, allout-e-o-prefix-p)
8695 (allout-beginning-of-current-line, allout-end-of-current-line)
8696 (allout-next-visible-heading, allout-open-topic)
8697 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
8698 (allout-flag-current-subtree, allout-show-to-offshoot)
8699 (allout-hide-current-entry, allout-show-current-branches)
8700 (allout-hide-region-body, allout-old-expose-topic)
8701 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
8702 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
8703 containing `beginning-of-line' and `end-of-line' with
8704 `inhibit-field-text-motion' t.
8705
8706 2006-07-21 Eli Zaretskii <eliz@gnu.org>
8707
8708 * frame.el (focus-follows-mouse): Document that it doesn't have
8709 any effect on MS-Windows.
8710
8711 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
8712
8713 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
8714
8715 2006-07-20 Jay Belanger <belanger@truman.edu>
8716
8717 * calc.el (calc-previous-alg-entry): Remove variable.
8718
8719 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
8720 New variables.
8721 (calc-alg-entry): Use `calc-alg-entry-history'.
8722 (calc-do-quick-calc): Use `calc-quick-calc-history'.
8723 Remove reference to `calc-previous-alg-entry'.
8724 (calcAlg-edit, calcAlg-enter): Remove reference to
8725 `calc-previous-alg-entry'.
8726 (calcAlg-previous): Use `previous-history-element' instead of
8727 `calc-previous-alg-entry'.
8728 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
8729 Change keybinding for `calcAlg-plus-minus', add keybindings for
8730 `previous-history-element' and `next-history-element'.
8731
8732 * calc-rewr.el (calc-match): Remove reference to
8733 `calc-previous-alg-entry'.
8734
8735 * calc-sel.el (calc-selection-history): New variable.
8736 (calc-enter-selection, calc-sel-mult-both-sides)
8737 (calc-sel-add-both-sides): Use `calc-selection-history'.
8738
8739 * calc-map.el (calc-get-operator-history): New variable.
8740 (calc-get-operator): Use `calc-get-operator-history'.
8741
8742 * calcalg3.el (calc-curve-fit-history): New variable.
8743 (calc-curve-fit): Use `calc-curve-fit-history'.
8744
8745 2006-07-20 Kenichi Handa <handa@m17n.org>
8746
8747 * international/mule-cmds.el (select-safe-coding-system): Fix the
8748 way of deciding eol-type of the coding system.
8749
8750 2006-07-20 Alan Mackenzie <acm@muc.de>
8751
8752 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
8753 (c-lang-setvar): New macro.
8754 (c-make-init-lang-vars-fun): Use the initialization forms in
8755 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
8756 (comment-start, comment-end, comment-start-skip): Change these from
8757 c-lang-defvar's to c-lang-setvar's.
8758
8759 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
8760 which calls make-local-variable on the elements of
8761 c-emacs-variable-inits.
8762 (c-init-language-vars-for): Call this new macro.
8763
8764 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8765
8766 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8767 Try to rule out false positives due to time stamps.
8768 (compilation-mode-font-lock-keywords): Remove rules made redundant
8769 because of the above change. Add `segmentation fault' to the known and
8770 highlighted compilation termination messages.
8771
8772 2006-07-19 Kim F. Storm <storm@cua.dk>
8773
8774 * progmodes/grep.el (grep-find-ignored-directories):
8775 Add .svn and _darcs to list.
8776
8777 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
8778
8779 * dired.el (dired-mode-map): Add key binding `C-te' for
8780 `tumme-dired-edit-comment-and-tags'.
8781
8782 * tumme.el (tumme-display-thumbnail-original-image): Make sure
8783 image display buffer is displayed before call to
8784 `tumme-display-image.
8785 (tumme-dired-display-image): Make sure image display buffer is
8786 displayed before call to `tumme-display-image.
8787 (tumme-mouse-display-image): Make sure image display buffer is
8788 displayed before call to `tumme-display-image.
8789 (tumme-widget-list): Add.
8790 (tumme-dired-edit-comment-and-tags): Add.
8791 (tumme-save-information-from-widgets): Add.
8792
8793 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8794
8795 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
8796
8797 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
8798
8799 * progmodes/sh-script.el (sh-font-lock-keywords-1):
8800 Revert inadvertently installed patch hunk.
8801
8802 * progmodes/compile.el (compilation-find-file): Handle the
8803 cases where the user selects a non-existent file.
8804
8805 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
8806
8807 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
8808
8809 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
8810
8811 * subr.el (sit-for): Just sleep-for if noninteractive.
8812
8813 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8814
8815 * emacs-lisp/autoload.el (make-autoload): Use new arg.
8816
8817 * custom.el (custom-autoload): Add `noset' argument.
8818 (custom-push-theme): Don't autoload the variable, let callers do it.
8819 (custom-theme-set-variables): Autoload the variable if necessary.
8820
8821 * cus-edit.el (custom-variable-state-set): If the variable was
8822 originally set outside custom, but to the same value as the default,
8823 consider it to be standard.
8824
8825 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
8826 file *before* telling Emacs to add the autoloads, in case it fails.
8827
8828 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
8829 Use `cond', push', and `dolist'.
8830
8831 2006-07-17 Richard Stallman <rms@gnu.org>
8832
8833 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
8834 Add defvars to silence warnings.
8835
8836 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
8837
8838 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8839 Don't highlight "Compiling file" messages as error.
8840
8841 * dired-aux.el (dired-compress-file): Confirm again if gzipped
8842 file already exists.
8843
8844 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
8845
8846 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
8847 entry, don't assign to free var; simply return the extracted filename.
8848 (ff-treat-as-special): Incorporate common preamble from callers.
8849 (ff-other-file-name, ff-find-the-other-file):
8850 Update call to ff-treat-as-special.
8851
8852 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
8853
8854 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
8855
8856 * tumme.el (tumme-get-comment): Fix bug.
8857
8858 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8859
8860 * files.el: Remove spurious * in docstrings.
8861
8862 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
8863
8864 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
8865 grammar.
8866 (allout-beginning-of-current-line): Beware beginning of buffer.
8867 Also, a comment is simplified.
8868 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
8869 when appropriate. (This fix enables use for other than
8870 bullet-hotspot operation.)
8871 (allout-hide-current-subtree): While escalating to sibling-close,
8872 make sure to situate on a topic.
8873
8874 2006-07-14 Kim F. Storm <storm@cua.dk>
8875
8876 * emulation/cua-base.el (cua-delete-selection)
8877 (cua-toggle-set-mark): New defcustoms.
8878 (cua-rectangle-modifier-key): Add `alt' modifier.
8879 (cua-replace-region): Don't delete if cua-delete-selection is nil.
8880 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
8881 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
8882
8883 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
8884
8885 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
8886
8887 * allout.el: Require 'cl during byte-compilation/interactive load,
8888 for the `assert' macro.
8889 (allout-mode-deactivate-hook): New hook, run when allout mode
8890 deactivates.
8891 (allout-developer): New allout customization subgroup.
8892 (allout-run-unit-tests-on-load): New allout-developer
8893 customization variable, when true allout unit tests are run towards
8894 end of file load/eval.
8895 (allout-inhibit-auto-fill): Disable auto-fill activity even during
8896 auto-fill-mode.
8897 (allout-resumptions): Remove, to be replaced by...
8898 (allout-add-resumptions): Register variable settings to be
8899 reinstated by `allout-do-resumptions'. The settings are made
8900 buffer-local, but the locality/globality of the suspended setting
8901 is restored on resumption.
8902 (allout-do-resumptions): Reinstate all settings suspended using
8903 `allout-add-resumptions'.
8904 (allout-test-resumptions): Unit tests (and intermediate variables)
8905 for resumptions.
8906 (allout-tests-globally-unbound, allout-tests-globally-true)
8907 (allout-tests-locally-true): Intermediate variables for
8908 resumptions unit tests.
8909 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
8910 (allout-exposure-category): Replaces 'allout-overlay-category variable.
8911 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
8912 instead of retired `allout-resumptions'. For hook functions, use
8913 `local' parameter so hook settings are created and removed as
8914 buffer-local settings. Revise (resumptions) setting
8915 auto-fill-function so it is set only if already active. (The
8916 related fill-function settings are all made in either case, so
8917 that activating auto-fill-mode activity will have the custom
8918 allout-mode behaviors (hanging indent on topics, if configured for it).
8919 Remove all allout-exposure-category overlays on mode deactivation.
8920 (allout-hotspot-key-handler): New function extracted from
8921 `allout-pre-command-business', so the functionality can be used
8922 for other purposes, eg as a binding in an overlay.
8923 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
8924 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
8925 customization variable.
8926 (allout-run-unit-tests): Run the (currently quite small)
8927 repertoire of unit tests. Called just before the provide iff user
8928 has customized `allout-run-unit-tests-on-load' non-nil.
8929
8930 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
8931
8932 * emacs-lisp/authors.el (authors-aliases): Update.
8933
8934 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
8935
8936 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
8937 gdb-source-window. Add dedicated argument.
8938 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
8939 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
8940 (gdb-display-threads-buffer, gdb-display-memory-buffer)
8941 (gdb-display-locals-buffer): Use it.
8942
8943 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
8944 Set gdb-source-window.
8945
8946 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
8947
8948 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
8949 minor modes, redundant with the custom-autoload line above.
8950
8951 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
8952
8953 * longlines.el (longlines-post-command-function): Handle open-line too.
8954
8955 2006-07-12 Richard Stallman <rms@gnu.org>
8956
8957 * progmodes/grep.el (grep-last-buffer): Doc fix.
8958
8959 * info.el (Info-try-follow-nearest-node): Doc fix.
8960
8961 * emacs-lisp/edebug.el (edebug-instrument-function):
8962 Err if find-function-noselect gives no position.
8963
8964 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8965 If can't find definition, return nil for position.
8966 (find-function-do-it): Handle new return value
8967 of find-definition-noselect.
8968 (find-definition-noselect, find-variable-noselect): Doc fix.
8969 (find-function-noselect): Doc fix.
8970
8971 * help-mode.el (help-variable-def): Handle find-variable-noselect
8972 returning no position.
8973 (help-function-def): Likewise for find-function-search-for-symbol.
8974 (help-face-def): Likewise.
8975
8976 * help-fns.el (describe-variable): Handle find-variable-noselect
8977 returning no position.
8978
8979 * files.el (locate-file-completion): Avoid duplicates in result.
8980
8981 * cus-edit.el (custom-no-edit): New command.
8982 (custom-mode-map): Remap to custom-no-edit instead of
8983 using suppress-keymap.
8984
8985 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
8986
8987 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8988 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8989 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
8990
8991 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
8992
8993 2006-07-11 Kim F. Storm <storm@cua.dk>
8994
8995 * ido.el (ido-copy-current-file-name): Use buffer-name if
8996 buffer-file-name is nil.
8997
8998 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
8999
9000 * simple.el (undo-ask-before-discard): Set to nil.
9001
9002 * vc.el (vc-exec-after): Don't delete process manually.
9003 (vc-print-log): Run log-view-mode in process sentinel inside
9004 inhibit-read-only. Don't shrink window due to timing issues.
9005
9006 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
9007 Avoid using with-output-to-temp-buffer, which clobbers local vars.
9008
9009 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
9010
9011 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9012 Fix ambiguity introduced by last change.
9013 (compilation-find-file): Move save-excursion to where it may
9014 make sense. Fix a left over `find-file'.
9015
9016 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
9017
9018 * textmodes/texinfmt.el (texinfo-format-separate-node):
9019 Insert a string before point, which fits documentation, not after.
9020 (texinfo-multitable-item): In a multitable row, insert any
9021 additional needed @tabs and spaces.
9022
9023 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
9024
9025 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
9026 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
9027 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
9028 instead of shell-command.
9029 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
9030 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
9031 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
9032 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
9033 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
9034 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
9035
9036 2006-07-11 Kim F. Storm <storm@cua.dk>
9037
9038 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
9039 Remove special case for seconds < 0. Use (redisplay t) instead.
9040
9041 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
9042
9043 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
9044 avoid compilation error.
9045
9046 * subr.el (sit-for): New function.
9047
9048 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
9049
9050 2006-07-10 Richard Stallman <rms@gnu.org>
9051
9052 * ldefs-boot.el (edebug): Update page.
9053
9054 2006-07-10 Kim F. Storm <storm@cua.dk>
9055
9056 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
9057 to FOR-RELEASE and TODO.
9058
9059 2006-07-10 Romain Francoise <romain@orebokech.com>
9060
9061 * emacs-lisp/authors.el (authors-aliases): Update.
9062
9063 2006-07-10 Alan Mackenzie <acm@muc.de>
9064
9065 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
9066 * cc-mode.el: Changes to eradicate eval-after-load.
9067
9068 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
9069
9070 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
9071 on non-char events.
9072
9073 2006-07-09 Romain Francoise <romain@orebokech.com>
9074
9075 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9076 Don't highlight start/end markers as compilation messages.
9077
9078 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
9079 to t.
9080
9081 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
9082
9083 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
9084
9085 2006-07-08 Richard Stallman <rms@gnu.org>
9086
9087 * term/x-win.el (x-handle-display): Add doc string.
9088
9089 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
9090
9091 * subr.el (def-edebug-spec): Move here.
9092 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
9093
9094 * imenu.el (imenu-choose-buffer-index): Doc fix.
9095
9096 2006-07-08 Romain Francoise <romain@orebokech.com>
9097
9098 * term/x-win.el (x-display-name): Fix typo.
9099
9100 2006-07-08 Eli Zaretskii <eliz@gnu.org>
9101
9102 * hexl.el (hexl-find-file): Doc fix.
9103
9104 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
9105
9106 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
9107
9108 * term/x-win.el (x-display-name): Doc fix.
9109
9110 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
9111
9112 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
9113 long prefixes.
9114 (fill-region-as-paragraph): Don't round up to a whole line.
9115 (fill-comment-paragraph): Don't include the code-before-the-comment
9116 when calling fill-region-as-paragraph.
9117
9118 * international/mule.el (make-char): Remove redundancy.
9119
9120 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
9121 property may contain an anonymous function rather than a symbol.
9122
9123 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
9124
9125 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
9126 Use shy regexp. Fix incorrect backref to potentially unmatched group.
9127
9128 * dirtrack.el (dirtrack-default-directory-function): Remove.
9129 (dirtrack-directory-function): Use file-name-as-directory.
9130 (dirtrack-windows-directory-function): Simplify.
9131 (dirtrack-forward-slash, dirtrack-backward-slash)
9132 (dirtrack-replace-slash): Remove.
9133 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
9134 (dirtrack): Fix wrong parenthesizing; use match-string.
9135
9136 * progmodes/octave-inf.el: Remove spurious * in docstrings.
9137 (inferior-octave-mode): Only change the buffer-local value of
9138 comint-dynamic-complete-functions.
9139 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
9140 Move the initialization to the declaration.
9141 (inferior-octave-complete): Remove unused var `filter'.
9142
9143 * shell.el (shell-mode): Only change the buffer-local value of
9144 comint-dynamic-complete-functions.
9145
9146 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
9147
9148 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
9149 entry is skipped because it has been scheduled.
9150 (org-prepare-agenda-buffers): Don't mark buffers as modified when
9151 changing `:org-archived' and `:org-comment' properties.
9152
9153 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
9154
9155 * server.el (server-select-display): Don't make the temp frame
9156 minibuffer-only, in case it's not a temp frame.
9157 (server-process-filter): Don't delete the temp frame if it's the
9158 only one we have on that display.
9159
9160 * files.el (find-alternate-file): Doc fix.
9161
9162 2006-07-05 Richard Stallman <rms@gnu.org>
9163
9164 * files.el (abbreviate-file-name): Add save-match-data.
9165
9166 2006-07-03 Richard Stallman <rms@gnu.org>
9167
9168 * faces.el (read-face-name): Doc fix.
9169
9170 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
9171
9172 * net/goto-addr.el (goto-address): Mark as safe for local evals.
9173
9174 2006-07-05 Andre Spiegel <spiegel@gnu.org>
9175
9176 * vc.el (vc-diff-internal): Fix prev change.
9177
9178 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
9179
9180 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
9181 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
9182
9183 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
9184
9185 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
9186 fails if the symbol contains chars like ( or '.
9187 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
9188 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
9189 `short'.
9190
9191 2006-07-04 Kenichi Handa <handa@m17n.org>
9192
9193 * international/mule-cmds.el (set-language-info): If LANG-ENV is
9194 the current one, don't call set-language-environment, but call one
9195 of set-language-environment-XXX to make INFO effective now.
9196 (set-language-environment): Call set-language-environment-XXX
9197 functions instead of doing the various setups directly.
9198 (set-language-environment-coding-systems): Delete argument eol-type.
9199 (set-language-environment-input-method)
9200 (set-language-environment-nonascii-translation)
9201 (set-language-environment-charset)
9202 (set-language-environment-fontset)
9203 (set-language-environment-unibyte): New functions.
9204
9205 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
9206
9207 * locate.el (locate-update-when-revert): New option.
9208 (locate-update-path): New option (suggested by Michael Albinus).
9209 (locate-prompt-for-command): Whitespace change.
9210 (locate-update): No longer offer to update the locate database by
9211 default. Implement the two new options.
9212
9213 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
9214
9215 * tooltip.el: Move comment about track-mouse...
9216
9217 * progmodes/gud.el: ...to here.
9218
9219 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
9220
9221 * facemenu.el (facemenu-listed-faces): New var.
9222 (facemenu-unlisted-faces): Variable deleted.
9223 (facemenu-add-new-face): Use facemenu-listed-faces.
9224
9225 * emulation/viper-init.el, calendar/calendar.el:
9226 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
9227
9228 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
9229
9230 * textmodes/org.el (org-mode): Remove no invalid settings for
9231 calc embedded mode.
9232 (org-mode-p): New defsubst.
9233 (org-save-all-org-buffers): New function.
9234 (org-first-headline-recenter): Enclose outline-regexp in group
9235 delimiters.
9236 (org-set-tags): Keep single space after stars.
9237
9238 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
9239
9240 * window.el (set-window-text-height): Only set window-min-height to
9241 1 if that's the requested size.
9242
9243 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
9244 (diff-unified->context, diff-context->unified)
9245 (diff-reverse-direction): Make sure the end marker stays at the end.
9246 (diff-mode): Add the keymap table at the end of docstring.
9247 Use lexical-let rather than constructing a closure manually.
9248
9249 * files.el (find-file-noselect-1): Remove unused var assignment.
9250 (hack-local-variables-confirm): Print lists of strings as lists of
9251 strings rather than lists of symbols.
9252 (abbreviate-file-name, hack-local-variables-prop-line):
9253 Use match-string.
9254 (hack-one-local-variable): Move `make-local-variable' nearer its use.
9255 (recover-session-finish): Use line-end-position.
9256
9257 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
9258
9259 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
9260
9261 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
9262
9263 * progmodes/make-mode.el (makefile-macroassign-regex):
9264 Accept preceding keyword.
9265 (makefile-gmake-statements): Reorganize, now that makepp has
9266 "override" and also handle forgotten "override define".
9267 (makefile-makepp-statements): Add new "global", "override export"
9268 and "override global".
9269
9270 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
9271
9272 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
9273 (ada-compile-mouse-goto-error, ada-deactivate-properties)
9274 (ada-no-auto-case): Fix typos in docstrings.
9275
9276 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
9277
9278 * info.el (Info-find-node-2): Search for makeinfo version more
9279 carefully.
9280
9281 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
9282
9283 * textmodes/org.el (org-prepare-agenda-buffers):
9284 Use `invisible-OK' argument for `org-end-of-subtree'.
9285 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
9286 (org-beginning-of-item): Fix bug in regular expression for white line.
9287 (org-export-as-html): Enforce space after bullet in plain list items.
9288 (org-set-autofill-regexps): Require space after plain list bullet
9289 for paragraph-start.
9290 (org-ts-regexp3): New constant.
9291 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
9292 (org-timestamp-up-day, org-timestamp-down-day)
9293 (org-timestamp-change): Work with inactive timestamps.
9294 (org-ts-regexp1): Don't allow brackets in time stamps.
9295
9296 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
9297
9298 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
9299 for ignoring links.
9300
9301 * faces.el (read-face-name): Use it.
9302
9303 2006-06-28 Juri Linkov <juri@jurta.org>
9304
9305 * buff-menu.el (list-buffers-noselect): Compare Info file
9306 with the string "dir" to detect Info directory.
9307
9308 * complete.el (partial-completion-mode): In lambda for
9309 `choose-completion-string-functions' use full function signature
9310 with 4 args, and move point to the end of the minibuffer only if arg
9311 `mini-p' is non-nil.
9312
9313 2006-06-28 John Paul Wallington <jpw@pobox.com>
9314
9315 * ibuffer.el (ibuffer-mode): Doc fix.
9316
9317 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
9318
9319 * textmodes/org.el (org-context): New contexts :item-bullet,
9320 :latex-fragment, :latex-preview.
9321 (org-overlays-at, org-overlay-start, org-overlay-end):
9322 New compatibility functions.
9323 (org-inside-LaTeX-fragment-p): More accurate matching, using the
9324 exact regexp that will be used during export.
9325 (org-latex-regexps): New variable.
9326 (org-cdlatex-mode): Improve advice for `texmathp'.
9327 (turn-on-org-cdlatex): New function.
9328
9329 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9330
9331 * term/mac-win.el (mac-handle-font-selection): Change keys of
9332 mac-atsu-font-table from strings to numbers.
9333 (mac-ts-caret-position): Use also when cursor-type is nil.
9334 (mac-ts-update-active-input-area): Add Mac OS Classic support.
9335 Relax condition for using overlay strings.
9336 Use mac-ts-caret-position face when cursor-type is nil.
9337
9338 2006-06-26 Kim F. Storm <storm@cua.dk>
9339
9340 * help.el (view-emacs-news): Declare `res' in the right let* form.
9341
9342 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
9343
9344 * net/rcompile.el (remote-compile): Replace ange-ftp based
9345 implementation by Tramp functions.
9346 Suggested by Marc Abramowitz <msabramo@gmail.com>.
9347
9348 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
9349
9350 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
9351
9352 * international/fontset.el (setup-default-fontset): Fix a typo in
9353 the "Oriya-Akruti" registry name.
9354
9355 2006-06-23 Lars Hansen <larsh@soem.dk>
9356
9357 * desktop.el (desktop-full-file-name): New function.
9358 (desktop-kill, desktop-save, desktop-remove, desktop-read)
9359 (desktop-revert): Use it.
9360 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
9361 (desktop-after-read-hook): Add option list-buffers.
9362 (desktop-locals-to-save): Add tab-width.
9363 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
9364 Fix docstring.
9365
9366 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
9367
9368 * textmodes/org.el (org-cdlatex-mode-map)
9369 (org-cdlatex-texmathp-advice-is-done): New variables.
9370 (org-cdlatex-mode): New minor mode.
9371 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
9372 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
9373 (org-export-with-archived-trees): New option.
9374 (org-open-file): Remove the call to `convert-standard-filename'.
9375 (org-archive-tag, org-agenda-skip-archived-trees)
9376 (org-cycle-open-archived-trees)
9377 (org-sparse-tree-open-archived-trees): New options.
9378 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
9379 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
9380 New functions.
9381 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
9382 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
9383 (org-mode-map): Add binding for `org-toggle-archive-tag'.
9384 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
9385 Call `org-prepare-agenda-buffers'.
9386 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
9387 (org-file-apps, org-file-apps-defaults-gnu)
9388 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
9389 Handle remote files by forcing them to be opened in Emacs.
9390
9391 2006-06-23 Andre Spiegel <spiegel@gnu.org>
9392
9393 * vc.el (vc-diff-knows-L): New variable.
9394 (vc-diff-internal): Use it to handle "diff" programs that don't
9395 understand -L. This works automatically, no user action is necessary.
9396
9397 2006-06-23 Daniel Brockman <daniel@brockman.se>
9398
9399 * net/rcirc.el (rcirc-default-user-full-name): Default to
9400 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
9401 longer exists).
9402 (rcirc-process-list): Check `buffer-live-p' before attempting to
9403 switch to a buffer.
9404
9405 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
9406
9407 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
9408 based on rcirc-coding-system-alist.
9409
9410 2006-06-23 Martin Rudalics <rudalics@gmx.at>
9411
9412 * cus-edit.el (customize-apropos): A better error message.
9413 (top level) <debug-ignored-errors>: Extend and update the list of
9414 ignored error messages.
9415
9416 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
9417
9418 * complete.el (PC-do-completion): Retain capitalization of user
9419 input, when possible, even if completion-ignore-case is set.
9420
9421 2006-06-23 Eli Zaretskii <eliz@gnu.org>
9422
9423 * generic-x.el (bat-generic-mode): Support .cmd files.
9424
9425 * dos-w32.el (top level): Use find-file-not-found-functions
9426 instead of the obsolete find-file-not-found-hooks.
9427
9428 2006-06-22 Kim F. Storm <storm@cua.dk>
9429
9430 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
9431 to recognize mode name containing submodes, such as Grep/lw.
9432
9433 2006-06-21 Kim F. Storm <storm@cua.dk>
9434
9435 * simple.el (line-move-1): Check for move-end-of-line instead of
9436 end-of-line when setting temporary-goal-column.
9437
9438 2006-06-21 Miles Bader <miles@gnu.org>
9439
9440 * play/cookie1.el (cookie): Work properly when there's only one entry.
9441
9442 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
9443
9444 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
9445 (gdb-frame-handler): Generalize frame regexp for templates.
9446
9447 2006-06-20 Glenn Morris <rgm@gnu.org>
9448
9449 * calendar/appt.el (appt-display-format): Default value must be
9450 one of the customize options.
9451
9452 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
9453
9454 * term/xterm.el (terminal-init-xterm): Update key availability info.
9455 Bind C-return.
9456
9457 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
9458
9459 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
9460
9461 * files.el (hack-local-variables): Run `hack-local-variables-hook'
9462 whether or not a local variables list is defined.
9463
9464 * msb.el (msb): Move `sit-for' hack here to handle both
9465 "mouse-down and drag" and "mouse-up and select" situations.
9466 (mouse-select-buffer): Move `sit-for' hack to `msb'.
9467
9468 2006-06-20 Kenichi Handa <handa@m17n.org>
9469
9470 * international/characters.el (word-combining-categories):
9471 Add entries for 2-byte Han characters.
9472
9473 2006-06-19 Richard Stallman <rms@gnu.org>
9474
9475 * bindings.el (mode-line-format): Save some mode line space.
9476
9477 * files.el (find-file-noselect): Improve the question wording.
9478 (basic-save-buffer-2): Mask UMASK against 666.
9479
9480 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
9481 (mouse-drag-vertical-line): Call it.
9482
9483 * cus-edit.el (customize-option, customize-option-other-window):
9484 Error if SYMBOL is nil.
9485
9486 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
9487
9488 * textmodes/org.el: Require noutline, also on XEmacs.
9489 (org-end-of-subtree): Return point.
9490 (org-dblock-start-re, org-dblock-end-re): New constants.
9491 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
9492 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
9493 (org-update-all-dblocks, org-find-dblock): New functions.
9494 (org-collect-clock-time-entries): New function.
9495 (org-html-handle-time-stamps): Never export CLOCK timeranges.
9496 (org-fixup-indentation): Modify to deal correctly with lines
9497 starting with TAB. Only one argument DIFF now.
9498 (org-demote, org-promote): Call `org-fixup-indentation' with just
9499 one argument, DIFF.
9500 (org-mode): Don't mark buffer as modified when aligning tables.
9501 (org-clock-sum): Don't mark buffer modified when adding time sum
9502 properties.
9503 (org-export-as-html): Add support for a link validation function.
9504 (org-archive-all-done): New function.
9505 (org-archive-subtree): New prefix argument. When set, archive all
9506 done subtrees in this buffer.
9507 (org-remove-clock-overlays)
9508 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
9509 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
9510 (org-put-clock-overlay): Don't swallow last headline character
9511 when displaying overlay.
9512 (org-store-link): Link to `image-mode' with just the file name.
9513
9514 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
9515
9516 * viper-cmd.el (viper-special-read-and-insert-char):
9517 Use read-key-sequence.
9518 (viper-after-change-undo-hook): Misc enhancements.
9519 (viper-after-change-undo-hook): New hook.
9520 (viper-undo): Use viper-after-change-undo-hook.
9521 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
9522 (viper-next-line-at-bol): If point is on a widget or a button, simulate
9523 clicking on that widget/button.
9524
9525 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
9526
9527 * ediff-diff (ediff-test-patch-utility): Catch errors.
9528 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
9529 (ediff-set-actual-diff-options): New function.
9530 (ediff-reset-diff-options, ediff-toggle-ignore-case):
9531 Use ediff-set-actual-diff-options.
9532 (ediff-extract-diffs): Catch errors.
9533 (ediff-whitespace): Add non-breakable space.
9534 (ediff-same-file-contents): Catch errors.
9535
9536 * ediff-mult.el (ediff-collect-custom-diffs):
9537 Save coding-system-for-read.
9538
9539 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
9540 (ediff-vc-internal, ediff-vc-merge-internal):
9541 Use ediff-delete-version-file.
9542 (ediff-delete-version-file): New function.
9543
9544 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
9545
9546 * ediff.el (ediff-directories, ediff-directory-revisions)
9547 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
9548 (ediff-directories-internal, ediff-merge-directory-revisions)
9549 (ediff-merge-directory-revisions-with-ancestor)
9550 (ediff-directories3): Use read-directory-name.
9551
9552 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
9553
9554 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
9555 Remove superfluous part of regexp for brace matching which is handled
9556 by `scan-lists' call.
9557
9558 2006-06-16 Richard Stallman <rms@gnu.org>
9559
9560 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
9561
9562 * files.el (basic-save-buffer-2): For a new precious file,
9563 use the default modes in the return value.
9564
9565 * facemenu.el (facemenu-color-alist): Doc fix.
9566
9567 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
9568
9569 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9570
9571 * cus-start.el (all): Add mac-ts-script-language-on-focus.
9572
9573 * term/mac-win.el (mac-text-encoding-ascii): New constant.
9574 (mac-utxt-to-string): Use it.
9575 (mac-ts-update-active-input-area): Use mac-ae-number.
9576
9577 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
9578
9579 * term.el (term-handle-scroll, term-delete-lines)
9580 (term-insert-lines): Fix off by one errors.
9581
9582 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
9583
9584 * net/tramp.el (tramp-touch): Use UTC to express time.
9585
9586 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
9587
9588 * mail/sendmail.el (mail-send): Search explicitly for
9589 mail-header-separator when checking for corrupted header lines.
9590
9591 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
9592
9593 * progmodes/gdb-ui.el (gdb-same-frame): New option.
9594 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
9595 (gdb-init-1): Initialise them.
9596 (gdb-starting): Reset gdb-printing
9597 (gdb-starting): Save value of gud-overlay-arrow-position.
9598 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
9599 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
9600 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
9601 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
9602
9603 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9604
9605 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
9606
9607 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
9608
9609 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
9610 (ldap-search-internal): Keep error messages, and a regexp fix.
9611
9612 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
9613
9614 * files.el (hack-local-variables-confirm):
9615 Display string value using its printed representation.
9616
9617 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
9618
9619 * server.el (server-edit): No-op if no server buffers exist.
9620
9621 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
9622
9623 * textmodes/page-ext.el (pages-directory-for-addresses):
9624 Including `pages-directory-address-mode' in the function results
9625 in the message "Buffer in which pages were found is deleted".
9626
9627 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
9628
9629 * textmodes/org.el (org-agenda-mode-map): Add bindings for
9630 clocking functions.
9631
9632 (org-agenda-clock-in, org-check-running-clock)
9633 (org-clock-out-if-current, org-remove-clock-overlays)
9634 (org-put-clock-overlay): New functions.
9635 (org-clock-marker, org-clock-file-total-minutes)
9636 (org-clock-overlays): New variables.
9637 (org-clock-display, org-clock-sum, org-clock-cancel)
9638 (org-clock-out, org-clock-in): New commands.
9639 (org-export): New function.
9640 (org-emph-re): New constant.
9641 (org-set-emph-re, org-do-emphasis-faces): New functions.
9642 (org-emphasis-regexp-components, org-emphasis-alist): New options.
9643 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
9644 (org-export-html-convert-emphasize): Use the configurable emphasis.
9645 (org-cleaned-string-for-export): Make multiline emphasis visible
9646 to the exporter. New optional argument PARAMETERS.
9647 (org-export-as-html): Specify :emph-multiline parameter to
9648 `org-cleaned-string-for-export'.
9649
9650 2006-06-10 Richard Stallman <rms@gnu.org>
9651
9652 * help.el (help-for-help-internal): Clean up help text.
9653
9654 2006-06-10 Andreas Schwab <schwab@suse.de>
9655
9656 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
9657 in doc string.
9658
9659 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
9660
9661 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
9662
9663 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
9664 spaces after the comment start.
9665
9666 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9667
9668 * play/pong.el (pong-init-buffer):
9669 Fill buffer with spaces instead of ^A.
9670
9671 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
9672 launched asynchronously, delete its process instead of being cool.
9673 (ispell-async-processp): Check for `delete-process' existence
9674 instead of `kill-process' one for consistency.
9675
9676 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
9677
9678 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
9679 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
9680 in mode line at startup.
9681
9682 2006-06-08 Kim F. Storm <storm@cua.dk>
9683
9684 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
9685 (ido-init-completion-maps): Bind them to M-SPC and M-v.
9686 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
9687 (ido-file-internal): Pass full file name to write-file.
9688 (ido-read-internal): Only pop stack elements automatically if they
9689 actually match an existing directory or file name.
9690
9691 2006-06-07 Kenichi Handa <handa@m17n.org>
9692
9693 * international/mule.el (find-auto-coding): Don't handle the short
9694 name `char-trans'.
9695
9696 * files.el (hack-local-variables-prop-line)
9697 (hack-local-variables): Cancel the previous change.
9698
9699 2006-06-06 Jesper Harder <harder@phys.au.dk>
9700
9701 * ediff-diff.el (ediff-test-utility): Protect against file-error.
9702
9703 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
9704
9705 * diff-mode.el (diff-mode): Set buffer-read-only to t when
9706 diff-default-read-only is non-nil.
9707 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
9708 (diff-refine-hunk): Set inhibit-read-only to t.
9709
9710 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
9711 modifying the *Diff* buffer.
9712 (diff-process-filter): New filter function for diff process that
9713 sets inhibit-read-only to t when modifying the *Diff* buffer.
9714
9715 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
9716
9717 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
9718 insertion point and control the number of empty lines.
9719 (org-paste-subtree): Limit the number of empty lines at the end of
9720 the inserted tree.
9721 (org-agenda): Use buffer name of current file for narrowing.
9722 (org-export-as-xml): Command removed.
9723 (org-export-xml-type): Option removed.
9724 (org-mode-map): Call `org-export-as-xoxo' directly.
9725 (org-get-indentation): New optional argument LINE.
9726 (org-fix-indentation, org-remove-tabs): New functions.
9727 (org-export-as-ascii, org-ascii-level-start): Determine and apply
9728 correct indentation for headlines that are converted it items.
9729 (org-skip-comments): Remove table lines that contain narrowing
9730 cookies but no other non-empty fields.
9731 (org-set-tags): Allow groups of mutually exclusive tags.
9732 (org-cmp-time): Sort 24:21 before items without time.
9733 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
9734 (org-open-at-point): Require double colon also for numbers.
9735
9736 2006-06-06 Kim F. Storm <storm@cua.dk>
9737
9738 * ido.el (ido-default-file-method, ido-default-buffer-method):
9739 Make choice values consistent with corresponding command names.
9740 (ido-visit-buffer): Update accordingly. Default to selected-window.
9741
9742 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
9743
9744 * progmodes/gud.el (gud-running): Fix doc string.
9745 (gud-menu-map): Use :visible instead fo :enable for debugger test.
9746 (gud-tooltip-modes): Add python-mode.
9747 (gud-tooltip-print-command): Add pdb. Remove perldb.
9748
9749 2006-06-05 Eli Zaretskii <eliz@gnu.org>
9750
9751 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
9752 Quote $(EMACS).
9753
9754 2006-06-05 Richard Stallman <rms@gnu.org>
9755
9756 * faces.el (defined-colors): Doc fix.
9757
9758 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
9759
9760 * vc.el (vc-process-filter): Inhibit undo info collection around
9761 call to insert.
9762 (vc-setup-buffer): Likewise for call to erase-buffer.
9763 (vc-do-command): Likewise for call to process-file.
9764
9765 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
9766
9767 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
9768 for gud-go.
9769 (gud-common-init): Other debuggers may trigger error.
9770
9771 2006-06-05 Kenichi Handa <handa@m17n.org>
9772
9773 * international/mule.el (find-auto-coding):
9774 Handle enable-character-translation in file header.
9775
9776 2006-06-04 Kim F. Storm <storm@cua.dk>
9777
9778 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
9779 (authors-fixed-entries): Fix spelling.
9780 (authors-canonical-file-name): Don't report error for wildcards.
9781
9782 * help.el (view-emacs-news): Rewrite to support new NEWS,
9783 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
9784 e.g. version 10 matches 1.10, and don't be confused by version 1.1
9785 being a prefix of 1.12 (etc). A numeric prefix arg also works.
9786
9787 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
9788
9789 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
9790 exec constructs like `foo bar`.
9791 (sh-quoted-subshell): New helper function to search for a possibly
9792 nested subshell (like `` or $()) within a "" quoted string.
9793 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
9794 (sh-apply-quoted-subshell): Flag quote characters inside a
9795 subshell, which is itself already in a quoted region, as
9796 punctuation, since this is the closest to what they actually are.
9797 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
9798 sh-apply-quoted-subshell.
9799 (sh-font-lock-syntactic-face-function): Apply the new face for
9800 text inside `` instead of the old font-lock-string-face.
9801
9802 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9803
9804 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
9805 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
9806 (mac-bytes-to-text-range, mac-ae-text-range-array)
9807 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
9808 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
9809 (mac-ts-unicode-for-key-event): New functions.
9810 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
9811 (mac-handle-font-selection): Use mac-ae-number.
9812 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
9813 New variables.
9814 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
9815 (mac-ts-converted-text, mac-ts-selected-converted-text)
9816 (mac-ts-block-fill-text, mac-ts-outline-text)
9817 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
9818 (mac-ts-hilite-style-faces): New constant.
9819 (mac-apple-event-map): Bind text input events.
9820 (mac-dispatch-apple-event): Use command-execute instead of
9821 call-interactively.
9822 (global-map): Don't bind mac-apple-event.
9823 (special-event-map): Bind mac-apple-event.
9824
9825 2006-06-02 Eli Zaretskii <eliz@gnu.org>
9826
9827 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
9828 file name.
9829 (emacs): Enclose the value of $(EMACS) in quotes.
9830
9831 2006-06-02 Juri Linkov <juri@jurta.org>
9832
9833 * international/mule.el (sgml-html-meta-auto-coding-function):
9834 Remove the condition `(search-forward "<html" size t)'.
9835 Replace `\"' with `[\"']?' in `re-search-forward'.
9836
9837 2006-06-02 Kenichi Handa <handa@m17n.org>
9838
9839 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
9840 as well as `coding'.
9841 (hack-local-variables): Likewise.
9842
9843 * international/mule.el (enable-character-translation):
9844 Put permanent-local and safe-local-variable properties.
9845 (find-auto-coding): Handle char-trans: tag.
9846
9847 2006-06-02 Juri Linkov <juri@jurta.org>
9848
9849 * international/mule.el (sgml-html-meta-auto-coding-function):
9850 Limit the search by the end of the HTML header (if any).
9851
9852 2006-06-01 Richard Stallman <rms@gnu.org>
9853
9854 * subr.el (with-current-buffer): Doc fix.
9855
9856 2006-06-02 Masatake YAMATO <jet@gyve.org>
9857
9858 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
9859 Almost rewrite. Underlines over all lines of gcov output are too
9860 uncomfortable to read. Suggested by Dan Nicolaescu.
9861
9862 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
9863
9864 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
9865
9866 * shell.el (shell-mode): Use shell-mode-map in docstring.
9867
9868 * comint.el (comint-send-input): Do not add help-echo and
9869 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
9870
9871 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9872
9873 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
9874
9875 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
9876
9877 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
9878 (gdb-stopped, gdb-info-stack-custom): If there is no source info
9879 look up the stack and pop up GUD buffer if necessary.
9880 (gdb-frames-select): Remove redundant call to gud-display-frame.
9881 (gdb-info-threads-custom): Keep point at start of buffer.
9882 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
9883
9884 2006-05-31 Juri Linkov <juri@jurta.org>
9885
9886 * replace.el (query-replace-read-from, query-replace-read-to):
9887 Bind `history-add-new-input' to nil. Call `add-to-history'.
9888
9889 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
9890
9891 * textmodes/table.el: Convert all HTML tags to lower case for
9892 XHTML compatibility.
9893
9894 2006-05-31 Masatake YAMATO <jet@gyve.org>
9895
9896 * progmodes/compile.el:
9897 (compilation-error-regexp-alist-alist::gcov-called-line):
9898 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
9899
9900 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
9901
9902 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
9903 Revert inadvertent changes made with last commit.
9904
9905 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
9906
9907 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
9908 New functions.
9909
9910 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
9911
9912 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
9913
9914 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
9915 only matches in the right place.
9916 (org-upcoming-deadline): New face.
9917 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
9918 (org-export-ascii-underline): Rename constant `org-ascii-underline'
9919 and make it an option.
9920 (org-export-ascii-bullets): New option.
9921 (org-export-as-html): Many changes to emit valid XHTML.
9922 (org-par-open): New variable.
9923 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
9924 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
9925 (org-timeline): Pass `org-timeline-show-empty-dates' to
9926 `org-get-all-dates'. Interpret empty dates returned by
9927 `org-get-all-dates'.
9928 (org-get-all-dates): New argument EMPTY. Add dates without
9929 entries to the list, mark large ranges of empty dates.
9930 (org-point-in-group, org-context): New functions.
9931
9932 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
9933
9934 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
9935
9936 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
9937 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
9938 to C-mouse-3 (for 2 button mice).
9939 (gdb-send): Do the right thing for C-d.
9940
9941 * speedbar.el (speedbar-detach): Delete.
9942 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
9943 it breaks things.
9944 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
9945
9946 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
9947
9948 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
9949 Makeppfile.
9950
9951 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9952 Add makepp diagnostic.
9953
9954 2006-05-29 Richard Stallman <rms@gnu.org>
9955
9956 * window.el (fit-window-to-buffer): Doc fix.
9957
9958 * help.el (temp-buffer-max-height): Doc fix.
9959
9960 * subr.el (with-current-buffer): Doc fix.
9961
9962 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9963
9964 * term/x-win.el: Bind F10 to menu-bar-start if available.
9965
9966 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
9967
9968 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
9969 uses with a simple test.
9970 (term-set-escape-char, term-mode, term-check-kill-echo-list)
9971 (term-send-raw-string, term-send-raw, term-mouse-paste)
9972 (term-char-mode, term-line-mode, term-exec, term-sentinel)
9973 (term-handle-exit, term-read-input-ring)
9974 (term-previous-matching-input-string)
9975 (term-previous-matching-input-string-position)
9976 (term-previous-matching-input-from-input)
9977 (term-replace-by-expanded-history, term-send-input)
9978 (term-skip-prompt, term-bol, term-send-invisible)
9979 (term-kill-input, term-delchar-or-maybe-eof)
9980 (term-backward-matching-input, term-check-source)
9981 (term-proc-query, term-emulate-terminal)
9982 (term-handle-colors-array, term-process-pager, term-pager-line)
9983 (term-pager-bob, term-unwrap-line, term-word)
9984 (term-dynamic-complete-filename)
9985 (term-dynamic-complete-as-filename)
9986 (term-dynamic-simple-complete): Replace one arm ifs with whens or
9987 unlesses.
9988
9989 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9990
9991 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
9992 during bootstrapping.
9993
9994 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
9995 Basically undo the change of 2006-05-26: use extra arguments instead of
9996 dynamic scoping.
9997 (ewoc-locate): Remove unused var `footer'.
9998
9999 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10000
10001 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
10002
10003 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
10004 (generate-file-autoloads): Obey it. Return whether autoloads were
10005 added at point or not.
10006 (update-file-autoloads): Use this new return value.
10007 Remove redundant test for the presence of an autoload cookie.
10008
10009 * emacs-lisp/autoload.el (autoload-find-file): New fun.
10010 This one calls hack-local-variables.
10011 (generate-file-autoloads, update-file-autoloads): Use it.
10012
10013 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
10014 (bibtex-sort-entry-class): Add safe-local-variable predicate.
10015 (bibtex-sort-entry-class-alist): Don't set the global value.
10016 (bibtex-init-sort-entry-class-alist): New fun.
10017 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
10018 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
10019 of bibtex-init-sort-entry-class.
10020
10021 2006-05-28 Richard Stallman <rms@gnu.org>
10022
10023 * subr.el (load-history-regexp): If FILE is relative, insist
10024 entire last name component must match it.
10025 (load-history-filename-element, load-history-regexp): Doc fixes.
10026
10027 2006-05-29 Kim F. Storm <storm@cua.dk>
10028
10029 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
10030 `pos' and `raw-data' for clarity, as eval forms may access these.
10031
10032 2006-05-28 Kim F. Storm <storm@cua.dk>
10033
10034 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
10035
10036 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10037
10038 * progmodes/make-mode.el (makefile-browser-map)
10039 (makefile-mode-syntax-table): Move initialization inside declaration.
10040 (makefile-fill-paragraph): Use the default comment-filling code.
10041
10042 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
10043
10044 * replace.el (query-replace-defaults): New variable.
10045 (query-replace-read-from): Use `query-replace-defaults' for
10046 default value, instead of history list.
10047 (query-replace-read-to): Update `query-replace-defaults'.
10048
10049 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
10050
10051 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
10052 with no X toolkit.
10053
10054 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
10055
10056 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
10057 (tumme-show-all-from-dir): Add autoload.
10058
10059 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
10060
10061 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
10062 (tumme-remove-tag): Fix bug.
10063
10064 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
10065
10066 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
10067 FOOTER args. Update unique caller.
10068 (ewoc-delete): Compute last node once before looping.
10069 (ewoc--node-branch): Merge into unique caller.
10070 (ewoc--node): Don't define constructor make-ewoc--node for this
10071 structure.
10072 (ewoc): Add member `hf-pp' to this structure.
10073 (ewoc--wrap): New func.
10074 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
10075 header/footer pretty-printers. Save header/footer pretty-printer.
10076 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
10077
10078 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
10079
10080 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
10081
10082 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
10083 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
10084 Tag'. Change "Compare directories..." to "Change Directories...".
10085 Move tumme commands to Operate, Regexp and Immediate menus.
10086 Change "Add Comment" to "Add Image Comment". Change "Add Image
10087 Tag" to "Add Image Tags".
10088
10089 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
10090 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
10091 `tumme-delete-tag'.
10092
10093 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
10094
10095 * shell.el (shell-mode): Call shell-dirtrack-mode after
10096 list-buffers-directory is made a local variable, to avoid setting
10097 the default value.
10098
10099 2006-05-26 Kevin Ryde <user42@zip.com.au>
10100
10101 * info.el (Info-index-next): Use where-is-internal to report
10102 actual binding of Info-index-next, rather than hard-coded `,'.
10103
10104 2006-05-26 Eli Zaretskii <eliz@gnu.org>
10105
10106 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
10107 and "Find Command in Manual" to here.
10108
10109 * buff-menu.el (list-buffers-noselect): For Info buffers, use
10110 Info-current-file as the file name.
10111
10112 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
10113
10114 * ses.el (defadvice undo-more): Delete this defadvice. The undo
10115 overrides will now be done a different way.
10116 (ses-set-parameter): Reapply this function for undo.
10117 (ses-set-header-row): Reconstruct header row during undo.
10118 (ses-widen): New function.
10119 (ses-goto-data, ses-reconstruct-all): Use new function.
10120 (ses-command-hook): Widen buffer during undo, before unupdating
10121 the cells.
10122 (ses-insert-row, ses-delete-row): Widen buffer during undo.
10123 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
10124 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
10125 formula hasn't been executed yet.
10126
10127 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
10128
10129 * comint.el (comint-kill-whole-line): Rename arg to count.
10130 Fix doc string.
10131
10132 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
10133
10134 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
10135 to copy-file.
10136
10137 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
10138
10139 * simple.el (toggle-truncate-lines): Make arg optional for
10140 backward compatibility.
10141
10142 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
10143
10144 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
10145 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
10146 DLL arg. Instead, use ewoc--current-dll. Update all callers.
10147 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
10148 (ewoc--adjust): Use ewoc--current-dll.
10149 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
10150
10151 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
10152
10153 * textmodes/org.el (org-next-item, org-previous-item): Emit more
10154 compact error message.
10155 (org-tags-view): Refresh category table in each file.
10156 (org-table-justify-field-maybe): Remove superfluous arguments to
10157 `format'.
10158 (org-export-as-html): Insert "<p>" before postamble.
10159 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
10160
10161 2006-05-26 Kenichi Handa <handa@m17n.org>
10162
10163 * textmodes/po.el (po-find-charset): Pay attention to the case
10164 FILENAME is a cons (NAME . BUFFER).
10165 (po-find-file-coding-system-guts): Likewise.
10166
10167 * arc-mode.el (archive-set-buffer-as-visiting-file):
10168 Call find-operation-coding-system with (FILENAME . BUFFER).
10169
10170 * tar-mode.el (tar-extract): Call find-operation-coding-system
10171 with (FILENAME . BUFFER).
10172
10173 * international/mule.el (decode-coding-inserted-region):
10174 Call find-operation-coding-system with (FILENAME . BUFFER).
10175
10176 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
10177
10178 * image-mode.el (image-toggle-display): Use buffer contents to
10179 generate image for a remote file.
10180
10181 2006-05-25 Juri Linkov <juri@jurta.org>
10182
10183 * replace.el (query-replace-read-from, query-replace-read-to):
10184 Remove 8th arg KEEP-ALL in read-from-minibuffer.
10185
10186 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
10187
10188 * whitespace.el (whitespace-cleanup): Change to cleanup
10189 region if one is active.
10190 * whitespace.el (whitespace-cleanup-internal): New internal method.
10191
10192 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
10193
10194 * dired.el (dired-mode-map): Add help-echo strings to tumme
10195 commands. Bind `tumme-dired-display-image' to C-t i.
10196
10197 * tumme.el (tumme-display-image): Change documentation string slightly.
10198 (tumme-dired-display-image): Add call to `display-buffer'.
10199
10200 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
10201
10202 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
10203 Signal error if RAW-DATA is a multibyte string.
10204
10205 2006-05-24 Richard Stallman <rms@gnu.org>
10206
10207 * subr.el (with-local-quit): When handling `quit' signal,
10208 make a chance for quit-flag to cause a quit.
10209
10210 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
10211 (ad-disable-advice): Add autoloads.
10212
10213 * subr.el (read-passwd): Copy PROMPT before changing its properties.
10214
10215 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
10216
10217 * dired.el (dired-mode-map): Change menu items for tumme as per
10218 suggestions in emacs-devel.
10219
10220 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
10221
10222 * dired.el (dired-mode-map): Fix breakage.
10223
10224 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
10225
10226 * tumme.el (tumme-display-dired-image): Rename to...
10227 (tumme-dired-display-image): ...this.
10228 (tumme-track-movement): Change default value to t.
10229 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
10230 used from `tumme-next-line-and-display' and similar commands.
10231
10232 * dired.el (dired-mode-map): Add Thumbnail submenu under the
10233 Immediate menu. Add some tumme commands there.
10234
10235 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
10236
10237 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
10238
10239 2006-05-24 Chong Yidong <cyd@mit.edu>
10240
10241 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
10242 menu entries that open submenus.
10243
10244 2006-05-24 Alan Mackenzie <acm@muc.de>
10245
10246 * startup.el (command-line): For names of preloaded files, don't
10247 append ".elc" (now done in Fload), and call file-truename on the
10248 lisp directory.
10249
10250 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
10251 match ANY loaded file with the right name, not just those in
10252 load-path. Put a regexp matching the file name into
10253 after-load-alist, rather than the name itself.
10254
10255 * subr.el (load-history-regexp, load-history-filename-element)
10256 (do-after-load-evaluation): New functions.
10257
10258 * international/mule.el (load-with-code-conversion): Do the
10259 eval-after-load stuff by calling do-after-load-evaluation.
10260
10261 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
10262
10263 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
10264 has not been killed.
10265
10266 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10267
10268 * term/mac-win.el: Set idle timer to clean up expired Apple events.
10269 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
10270 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
10271 Optionally set error message in reply.
10272
10273 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
10274
10275 * textmodes/org.el (org-open-at-point): Use renamed variable
10276 `org-confirm-shell-link-function'.
10277 (org-confirm-shell-link-function): Rename from
10278 `org-confirm-shell-links'.
10279 (org-export-directory): New function.
10280 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
10281 (org-export-icalendar): Use `org-export-directory'.
10282 (org-indent-item): Keep cursor position.
10283 (org-link-file-path-type): New option.
10284 (org-export-as-html): Fix bug with plain lists starting in
10285 column 0.
10286 (org-export-as-html): Remove deadline formatting, this happens
10287 now already in `org-html-handle-time-stamps'.
10288 (org-export-html-style): Deadline class removed.
10289 (org-insert-labeled-timestamps-at-point): New option.
10290 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
10291 of `hide-sublevels 1', in case the first headline is not level 1.
10292 (org-overview, org-content): New fuction.
10293 (org-cycle-global-status, org-cycle-subtree-status): Make these
10294 variables buffer-local.
10295 (org-global-cycle): New command.
10296 (org-shifttab): Use `org-global-cycle'.
10297 (org-insert-heading, org-insert-item): Go to end of new
10298 headline/item after creating it.
10299 (org-export-visible): Rename from `org-export-copy-visible'.
10300 Now creates a temporary org-file and applies an exporting command
10301 to it.
10302 (org-table-eval-formula): Support for lisp forms.
10303 (org-agenda-todo-ignore-scheduled): New option.
10304 (org-agenda-get-todos): Use new option
10305 `org-agenda-todo-ignore-scheduled'.
10306 (org-export-html-inline-images): New value `maybe'.
10307 (org-export-as-html): Inlining of images dependent on link description.
10308 (org-archive-subtree): Check for end-of-buffer before trying
10309 `kill-line'.
10310 (org-agenda-follow-mode): New option.
10311 (org-export-with-tags, org-export-with-timestamps): New options.
10312 (org-html-handle-time-stamps): New function.
10313 (org-keyword-time-regexp): New variable.
10314 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
10315 (org-agenda-todo-list-sublevels): New option.
10316 (org-html-level-start): When TITLE is nil, just close all levels.
10317 (org-parse-key-lines, org-parse-export-options): Remove functions,
10318 replaced by `org-infile-export-plist'.
10319 (org-combine-plists, org-infile-export-plist)
10320 (org-default-export-plist): New functions.
10321 (org-export-html-preamble, org-export-html-postamble)
10322 (org-export-html-auto-preamble, org-export-html-auto-postamble):
10323 New variables.
10324 (org-export-publishing-directory): New option.
10325 (org-export-as-html, org-export-as-ascii): Use the new property
10326 lists for settings.
10327 (org-export-copy-visible, org-export-as-xoxo):
10328 Respect `org-export-publishing-directory'.
10329 (org-link-search, org-store-link, org-file-apps): Support for
10330 links to BibTeX database entries..
10331 (org-get-current-options, org-set-regexps-and-options):
10332 Implement logging as a startup option.
10333 (org-store-link): Make sure context string is never empty
10334 (org-insert-link): Use relative path when possible.
10335 (org-at-item-checklet-p): New function.
10336 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
10337 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
10338 (org-metaright, org-metaup, org-metadown, org-shiftup)
10339 (org-shiftdown, org-shiftright, org-shiftleft)
10340 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
10341 Dispatch using `call-interactively'.
10342 (org-call-with-arg): New defsubst.
10343 (org-tag-alist, org-use-fast-tag-selection): New options.
10344 (org-complete): Use `org-tag-alist'.
10345 (org-fast-tag-insert, org-fast-tag-selection): New functions.
10346 (org-next-item, org-previous-item): New commands.
10347 (org-beginning-of-item, org-end-of-item): Add (interactive) to
10348 make command.
10349 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
10350
10351 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
10352
10353 * emacs-lisp/ewoc.el (ewoc-delete): New function.
10354 (ewoc-filter): Use `ewoc-delete'.
10355
10356 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
10357
10358 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10359
10360 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
10361 Signal more user-friendly error messages.
10362
10363 * complete.el (PC-do-completion): Undo the addition of implicit
10364 wildcards if they did not lead to finding any match.
10365 (read-file-name-internal): Don't add the final > if the completion is
10366 not finished.
10367
10368 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
10369
10370 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
10371 Quote safe-local-variable predicate.
10372
10373 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
10374
10375 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
10376
10377 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10378
10379 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
10380
10381 * progmodes/make-mode.el (makefile-special-targets-list)
10382 (makefile-macro-table, makefile-target-table): Mark as risky.
10383 (makefile-query-one-target-method): Make this the alias for the
10384 following variable.
10385 (makefile-query-one-target-method-function): Make this the real name.
10386
10387 * textmodes/artist.el (artist-text-renderer): Make this the alias
10388 for the following variable.
10389 (artist-text-renderer-function): Make this the real name.
10390
10391 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
10392 the alias for the following variable.
10393 (flyspell-generic-check-word-predicate): Make this the real name.
10394
10395 * textmodes/ispell.el (ispell-format-word): Make this the alias
10396 for the following variable.
10397 (ispell-format-word-function): Make this the real name.
10398 (ispell-message-text-end): Mark as risky.
10399
10400 * skeleton.el (skeleton-transformation, skeleton-filter)
10401 (skeleton-pair-filter): Make these the aliases for the following
10402 variables.
10403 (skeleton-transformation-function, skeleton-filter-function)
10404 (skeleton-pair-filter-function): Make these the real names.
10405
10406 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
10407 and skeleton-pair-filter-function.
10408
10409 * textmodes/sgml-mode.el (sgml-transformation): Make this the
10410 alias for the following variable.
10411 (sgml-transformation-function): Make this the real name.
10412 (sgml-tag-alist): Mark as risky.
10413
10414 2006-05-21 Richard Stallman <rms@gnu.org>
10415
10416 * simple.el (kill-region): Interactively, pass point, then mark.
10417
10418 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
10419
10420 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
10421
10422 2006-05-21 Romain Francoise <romain@orebokech.com>
10423
10424 * dired-x.el (dired-mode-map): Don't bind M-g.
10425
10426 2006-05-20 Richard Stallman <rms@gnu.org>
10427
10428 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
10429 (dired-goto-file): Doc fix.
10430
10431 2006-05-21 Kim F. Storm <storm@cua.dk>
10432
10433 * emulation/cua-base.el: Mention customizing cua-mode as alternative
10434 way to enable built-in cua-mode if user loads older CUA-mode package.
10435
10436 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
10437 if default-filename is specified.
10438
10439 2006-05-20 Eli Zaretskii <eliz@gnu.org>
10440
10441 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
10442
10443 * info.el (info-apropos): Make sure current-file and current-node
10444 have non-nil values. Speed up by using add-to-list instead of
10445 manual consing.
10446
10447 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10448
10449 * progmodes/make-mode.el (makefile-mode): Doc fix.
10450
10451 2006-05-20 Eli Zaretskii <eliz@gnu.org>
10452
10453 * dired-aux.el (dired-do-shell-command): Doc fix.
10454
10455 2006-05-20 Kevin Ryde <user42@zip.com.au>
10456
10457 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
10458 ``(custom-manual :tag "Foo" "(foo)Node")''.
10459
10460 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
10461
10462 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
10463 value is an integer.
10464
10465 2006-05-20 Eli Zaretskii <eliz@gnu.org>
10466
10467 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
10468 "format".
10469 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
10470
10471 2006-05-20 Martin Rudalics <rudalics@gmx.at>
10472
10473 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
10474 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
10475
10476 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10477
10478 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
10479 regexp for keywords.
10480
10481 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
10482
10483 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
10484 replace-regexp-in-string.
10485
10486 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
10487 encode, and escape file name on conversion to URL.
10488
10489 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10490
10491 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
10492 Don't unescape URL.
10493 (dnd-get-local-file-name): Unescape URL on conversion to file name.
10494
10495 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
10496 on conversion to URLs.
10497
10498 * net/browse-url.el (browse-url-file-url): Encode file name on
10499 conversion to URL.
10500
10501 * term/mac-win.el (mac-ae-open-documents): Escape file name on
10502 conversion to URL.
10503
10504 2006-05-19 Eli Zaretskii <eliz@gnu.org>
10505
10506 * progmodes/cc-styles.el (c-style-alist): Doc fix.
10507
10508 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10509
10510 * term/mac-win.el (mac-bytes-to-digits): Remove function.
10511 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
10512
10513 2006-05-19 Glenn Morris <rgm@gnu.org>
10514
10515 * calendar/diary-lib.el (diary-bahai-date)
10516 (list-bahai-diary-entries, mark-bahai-diary-entries)
10517 (mark-bahai-calendar-date-pattern): Not interactive.
10518 (add-to-diary-list): New optional arg LITERAL. Doc fix.
10519 (diary-entries-list): Change format of 4th element in each entry.
10520 (diary-list-entries): Use add-to-diary-list.
10521 (diary-goto-entry): Handle the case where the buffer visiting the
10522 diary has been killed.
10523 (fancy-diary-display): Add 'locator to button rather than 'marker.
10524 Only generate temp-face when there are marks to apply.
10525 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
10526 (diary-fancy-date-pattern): New variable.
10527 (diary-time-regexp): Doc fix.
10528 (diary-anniversary, diary-time): New faces.
10529 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
10530 diary-time-regexp. Add font-lock-multiline property where needed.
10531 Use new faces diary-anniversary and diary-time.
10532 (diary-fancy-font-lock-fontify-region-function): New function, to
10533 handle multiline font-lock pattern in fancy diary.
10534 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
10535 (diary-font-lock-keywords): Tweak time regexp. Use new face
10536 diary-time.
10537
10538 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
10539
10540 * international/code-pages.el (mik): Table corrected.
10541
10542 2006-05-18 Kim F. Storm <storm@cua.dk>
10543
10544 * progmodes/grep.el (grep-find): Don't check grep-find-command
10545 before running command (breaks non-interactive usage).
10546
10547 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
10548
10549 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
10550 (ewoc--insert-new-node): Don't insert trailing newline.
10551 Instead, adjust successor nodes's start markers.
10552 (ewoc--refresh-node): Delete all text from current node's start
10553 marker to the next one's; adjust successor nodes's start markers.
10554 (ewoc--create): Doc fixes.
10555 (ewoc--refresh): Don't insert newline.
10556 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
10557 * pcvs.el (cvs-make-cvs-buffer):
10558 Specify extra newline for ewoc's header and footer.
10559 (cvs-update-header): Update initial header recognition.
10560 Append newline to final header and footer values.
10561 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
10562
10563 2006-05-17 Richard Stallman <rms@gnu.org>
10564
10565 * files.el (file-name-extension): Doc fix.
10566
10567 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
10568
10569 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
10570 we can explicitly enable/disable rather than toggle.
10571 (shell-mode): Use it.
10572 (shell-cd): Don't try to reproduce what `cd' does.
10573
10574 2006-05-17 Kim F. Storm <storm@cua.dk>
10575
10576 * ido.el (ido-read-internal): Use only nondirectory part of
10577 default item.
10578
10579 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
10580
10581 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
10582 (ewoc-nth): Doc fix.
10583
10584 (ewoc-map, ewoc-invalidate): Compute PP before looping.
10585
10586 2006-05-16 Eli Zaretskii <eliz@gnu.org>
10587
10588 * international/mule.el (auto-coding-alist): Add .lha to files
10589 read with no-conversion.
10590
10591 * files.el (auto-mode-alist): Add .lha files to archive file
10592 extensions.
10593
10594 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
10595 Convert csize to integer when computing offsets within the
10596 compressed archive file.
10597
10598 2006-05-16 Kim F. Storm <storm@cua.dk>
10599
10600 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
10601 with read-from-minibuffer.
10602
10603 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
10604
10605 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
10606 (byte-compile-warnings): Fix safe-local-variable property.
10607
10608 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
10609
10610 * allout.el (allout-show-bodies, allout-old-style-prefixes)
10611 (allout-stylish-prefixes, allout-numbered-bullet)
10612 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
10613 predicates to qualify `safe-local-variable' property, when
10614 available, else use equivalent lambda.
10615 (allout-current-topic-collapsed-p): Do the right thing regarding
10616 trailing blank lines.
10617
10618 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10619
10620 * server.el (server-start): Only create a directory if needed.
10621 (server-edit, server-unload-hook): server-start => server-mode.
10622 (kill-emacs-hook): Cleanup upon exit.
10623
10624 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10625
10626 * hexl.el (hexlify-buffer): Encode process arguments manually.
10627
10628 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
10629
10630 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
10631 call to gdb-tooltip-print.
10632
10633 2006-05-15 Romain Francoise <romain@orebokech.com>
10634
10635 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
10636 systems, default to "tar" since those systems probably have GNU tar.
10637
10638 2006-05-14 Lars Hansen <larsh@soem.dk>
10639
10640 * desktop.el (desktop-missing-file-warning): Fix docstring.
10641 (desktop-restore-file-buffer): Correct question asked on missing file.
10642
10643 2006-05-14 Kim F. Storm <storm@cua.dk>
10644
10645 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
10646 Add CUA move property.
10647
10648 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
10649
10650 * custom.el (custom-push-theme): Load the variable before checking
10651 its `standard-value'.
10652
10653 2006-05-13 Lars Hansen <larsh@soem.dk>
10654
10655 * desktop.el (desktop-save): Use with-temp-buffer.
10656
10657 2006-05-12 Glenn Morris <rgm@gnu.org>
10658
10659 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
10660 * calendar/calendar.el (calendar-mode-map):
10661 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
10662 * calendar/appt.el (appt-check, appt-make-list): Refer to
10663 diary-view-entries, diary-list-entries, diary-show-all-entries
10664 rather than obsolete aliases.
10665
10666 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
10667
10668 * simple.el (line-move-finish): Avoid calling point motion hooks
10669 while processing intangibility.
10670
10671 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
10672
10673 * term/xterm.el (terminal-init-xterm): Fix typo.
10674
10675 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
10676
10677 * allout.el (allout-view-change-hook): Mark as being deprecated,
10678 to be replaced by `allout-exposure-change-hook'.
10679 (allout-exposure-change-hook): New, replacing
10680 `allout-view-change-hook'.
10681 (allout-flag-region): Run new hook `allout-exposure-change-hook',
10682 in addition to `allout-view-change-hook'.
10683 (allout-show-bodies, allout-old-style-prefixes)
10684 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
10685 lambda forms to prevent their showing up in variable help
10686 presentations as inscrutable byte-compiled code.
10687 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
10688 Use string-or-null-p to qualify safe-local-variable values.
10689 (allout-reindent-bodies): Use memq to qualify matches against
10690 valid safe-local-variable values. Also, quote the lambda as above.
10691 (allout-use-mode-specific-leader): Add missing candidate-value
10692 symbols, use memq, and quote the lambda.
10693 (allout-overlay-interior-modification-handler): Remove unused
10694 variables `msg' and 'opened'.
10695 (allout-hidden-p): Constrain invisibility consideration to allout's
10696 invisibility spec, disregarding invisibility for other reasons.
10697
10698 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
10699
10700 * files.el (version-control): Correct safe values.
10701
10702 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
10703
10704 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
10705
10706 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
10707 (ewoc--insert-new-node): New func.
10708 Update callers of deleted funcs to use it, instead.
10709
10710 2006-05-11 Glenn Morris <rgm@gnu.org>
10711
10712 * calendar/calendar.el (diary-show-all-entries): Do not refer to
10713 obsolete alias `show-all-diary-entries'.
10714 (make-diary-entry): Not interactive.
10715 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
10716 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
10717 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
10718 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10719 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
10720 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
10721
10722 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10723
10724 * calendar/calendar.el (calendar-french-date-string)
10725 (calendar-mayan-date-string, calendar-chinese-date-string)
10726 (calendar-astro-date-string, calendar-iso-date-string)
10727 (calendar-islamic-date-string, calendar-bahai-date-string)
10728 (calendar-hebrew-date-string, calendar-coptic-date-string)
10729 (calendar-ethiopic-date-string, calendar-persian-date-string):
10730 These functions are not interactive.
10731
10732 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
10733
10734 * files.el: Balance parentheses.
10735
10736 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
10737
10738 * files.el, newcomment.el, outline.el, simple.el,
10739 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
10740 * progmodes/cc-vars.el, progmodes/compile.el:
10741 Move `safe-local-variable' declarations to the respective files.
10742
10743 * help-fns.el (describe-variable): Don't print safe-var if it is
10744 byte-code. Improve wording as suggested by Luc Teirlinck.
10745
10746 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
10747
10748 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
10749 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
10750 Use a token for pending-triggers to ensure gdb-var-update
10751 gets called once per user input again for pre-GDB 6.4.
10752 (gdb-var-delete): Match on more complex expressions.
10753 (gdb-var-list-children-handler, gdb-var-create-handler):
10754 Use a token for consistency.
10755
10756 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
10757
10758 * textmodes/org.el (org-read-date, org-goto-calendar)
10759 (org-agenda-goto-calendar):
10760 Bind `view-calendar-holidays-initially' to nil.
10761
10762 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
10763
10764 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
10765 Update all callers to do it there, instead.
10766
10767 2006-05-10 Glenn Morris <rgm@gnu.org>
10768
10769 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
10770 prefix arg case, to avoid view-diary-entries-initially error.
10771 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
10772 (calendar-date-is-legal-p): Handle dates with no day part.
10773
10774 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
10775
10776 * comint.el (comint-insert-input): Just make it when
10777 comint-use-prompt regexp is nil (default) and with the mouse.
10778 (comint-copy-old-input): Reinstate from 2004-06-23.
10779 (comint-mode-map): Bind C-c C-m to it.
10780
10781 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
10782
10783 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
10784 Remove spurious move to point-max (new comint behavior fixes).
10785
10786 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
10787 compatibility function (Emacs 18/19).
10788 (idlwave-is-continuation-line): Always return point at start of
10789 previous non-blank continuation line.
10790 (keyword-parameters): Fix continued comment font-lock matcher.
10791 (idlwave-font-lock-fontify-region): Written, use as
10792 font-lock-fontify-region-function, to fix continued keyword
10793 fontification issues.
10794
10795 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10796
10797 * term/mac-win.el (mac-font-panel-mode): Doc fix.
10798 (mac-service-selection, mac-service-open-file)
10799 (mac-service-open-selection, mac-service-mail-selection)
10800 (mac-service-mail-to, mac-service-insert-text): Rename from
10801 mac-services-*. All uses changed.
10802 (mac-apple-event-map): Rename event symbol `services' to `service'.
10803
10804 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
10805
10806 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
10807 (ewoc--node-enter-first, ewoc--node-enter-last)
10808 (ewoc--delete-node-internal): Merge funcs into unique callers.
10809
10810 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
10811
10812 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
10813 return value of read-from-minibuffer for empty input.
10814
10815 2006-05-09 Miles Bader <miles@gnu.org>
10816
10817 * comint.el (comint-insert-input): Remove redundant calls to setq
10818 and goto-char.
10819
10820 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
10821
10822 * comint.el (comint-insert-input): Make it work when
10823 comint-use-prompt-regexp is t.
10824
10825 2006-05-10 Miles Bader <miles@gnu.org>
10826
10827 * subr.el (field-at-pos): New function.
10828
10829 * comint.el (comint-insert-input): Use it.
10830
10831 2006-05-09 Juri Linkov <juri@jurta.org>
10832
10833 * battery.el (battery-linux-proc-acpi): Also try
10834 `/proc/acpi/thermal_zone/THR2/temperature'.
10835
10836 * files.el <safe-local-variable>: Remove `eval' and `let' binding
10837 for now unused lambda `string-or-null'.
10838
10839 * add-log.el (change-log-default-name): Put `string-or-null-p'
10840 instead of lambda on `safe-local-variable' property.
10841
10842 * diff-mode.el (diff-context->unified): Use `region-beginning' and
10843 `region-end' instead of `mark' and `point'.
10844 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
10845 Operate on region in Transient Mark mode when the mark is active.
10846 Use `region-beginning' and `region-end' instead of `mark' and
10847 `point'.
10848 (diff-hunk-text, diff-goto-source): Doc fix.
10849
10850 * startup.el (fancy-splash-screens, normal-splash-screen): Use
10851 face `mode-line-buffer-id' for mode-line buffer face instead of
10852 hard-coded `(:weight bold)'.
10853
10854 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
10855 buffer-undo-list to t (undo-ask is reproducible by visiting
10856 nested archives).
10857
10858 2006-05-09 Kim F. Storm <storm@cua.dk>
10859
10860 * progmodes/grep.el (rgrep): Set default directory of *grep*
10861 buffer if we start M-x rgrep in the *grep* buffer and choose
10862 a different base directory.
10863
10864 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
10865
10866 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
10867 completion also when ido is loaded.
10868
10869 2006-05-09 Masatake YAMATO <jet@gyve.org>
10870
10871 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
10872 "warning" and "import".
10873 (cpp-font-lock-keywords): Added "warning".
10874
10875 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
10876
10877 * term/xterm.el (terminal-init-xterm): Add more key bindings.
10878
10879 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10880
10881 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
10882 pages at a time, if we signal the end, we should indeed reach that end.
10883
10884 2006-05-08 David Reitter <david.reitter@gmail.com>
10885
10886 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
10887 output during execution of the body.
10888
10889 2006-05-08 Kim F. Storm <storm@cua.dk>
10890
10891 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
10892
10893 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
10894
10895 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
10896 Use with-current-buffer.
10897
10898 2006-05-07 Kim F. Storm <storm@cua.dk>
10899
10900 * subr.el (add-to-history): Remove keep-dups arg.
10901
10902 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
10903 to nil around call to add-to-history.
10904
10905 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10906
10907 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
10908 than after a buffer modification.
10909
10910 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
10911
10912 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
10913 call to...
10914 (gud-watch): ...here so speedbar is raised for already watched
10915 expressions.
10916 (gdb-speedbar-refresh): Delete function.
10917 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
10918 Use speedbar-timer-fn instead of speedbar-refresh (reverting
10919 earlier change).
10920 (gdb-var-evaluate-expression-handler)
10921 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
10922
10923 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
10924 Update localized contents for all buffers except ignored modes.
10925
10926 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10927
10928 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
10929 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
10930 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
10931 (mac-handle-font-panel-closed, mac-handle-font-selection):
10932 New functions.
10933 (mac-font-panel-mode): New minor mode.
10934 (mac-apple-event-map): Add bindings for toolbar toggle button and
10935 font panel.
10936 (menu-bar-showhide-menu): Add mac-font-panel-mode.
10937
10938 2006-05-07 John Paul Wallington <jpw@pobox.com>
10939
10940 * ibuffer.el (ibuffer-compressed-file-name-regexp):
10941 Avoid `regexp-opt'; simplify regexp for readability.
10942
10943 2006-05-06 Eli Zaretskii <eliz@gnu.org>
10944
10945 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
10946 * files.el (buffer-stale-function):
10947 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
10948 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
10949 links to the main manual, not to emacs-xtra.
10950
10951 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10952
10953 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
10954 MacJapanese if text is ASCII-only.
10955
10956 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
10957
10958 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
10959 unless so nil isn't returned.
10960 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
10961
10962 2006-05-06 Kim F. Storm <storm@cua.dk>
10963
10964 * subr.el (add-to-history): New function.
10965
10966 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
10967 (ediff-merge-files-with-ancestor):
10968 * env.el (setenv):
10969 * isearch.el (isearch-update-ring):
10970 * server.el (server-visit-files):
10971 * progmodes/grep.el (lgrep, rgrep):
10972 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
10973 * progmodes/xscheme.el (xscheme-insert-expression):
10974 Use add-to-history.
10975
10976 * kmacro.el (kmacro-push-ring): Use add-to-history.
10977 (kmacro-ring-length): Remove unused defun.
10978 (kmacro-start-macro): Use kmacro-push-ring.
10979
10980 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
10981
10982 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
10983 directly instead of a lambda expression that calls it.
10984
10985 2006-05-06 Kim F. Storm <storm@cua.dk>
10986
10987 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
10988 instead of compute-motion.
10989
10990 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
10991
10992 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
10993 change.
10994
10995 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
10996
10997 * startup.el (command-line-1): Refer to "Pure Storage" on
10998 pure-space-overflow.
10999
11000 2006-05-05 Martin Rudalics <rudalics@gmx.at>
11001
11002 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
11003 provided faces once they all have been used up.
11004
11005 2006-05-05 Eli Zaretskii <eliz@gnu.org>
11006
11007 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
11008 reference to the Lisp manual to the warning about pure space
11009 overflow.
11010
11011 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11012
11013 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
11014 argument to avoid the call to `ispell-internal-change-dictionary'
11015 when not needed.
11016 (ispell-change-dictionary): Use this argument and call
11017 `ispell-internal-change-dictionary' after the possible change
11018 to `ispell-local-dictionary'.
11019 (ispell-internal-change-dictionary): Check for a change in
11020 personal dictionary use too.
11021
11022 2006-05-05 Eli Zaretskii <eliz@gnu.org>
11023
11024 * startup.el (command-line): On MS-Windows, probe "~", not
11025 "~USER", for warning about non-existent home directory.
11026
11027 * arc-mode.el (archive-l-e): New optional argument `float' means
11028 generate a float value.
11029 (archive-arc-summarize, archive-lzh-summarize)
11030 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
11031 with 3rd argument non-nil when file's size is being computed.
11032 Format the file sizes with %8.0f instead of %8d.
11033
11034 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11035
11036 * cus-start.el (all): Add mac-dnd-known-types.
11037
11038 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
11039 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
11040 (mac-TIFF-to-string): New functions.
11041 (x-get-selection, x-selection-value)
11042 (mac-select-convert-to-string): Use them.
11043 (mac-text-encoding-mac-japanese-basic-variant): New constant.
11044 (mac-dnd-types-alist): New customization variable.
11045 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
11046 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
11047 (mac-dnd-handle-drag-n-drop-event): New functions.
11048 (mac-drag-n-drop): Remove function.
11049 (global-map): Bind drag-n-drop and M-drag-n-drop to
11050 mac-dnd-handle-drag-n-drop-event.
11051
11052 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
11053
11054 * progmodes/perl-mode.el (perl-beginning-of-function):
11055 Skip anonymous subs.
11056
11057 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
11058
11059 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
11060 regexp-opt at run time.
11061
11062 * term.el (term-handle-ansi-escape): Fix off by one error.
11063
11064 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
11065
11066 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
11067 (gdb-init-1, gdb-post-prompt): ...and references to it.
11068 (gdb-frame-handler): Strip directory name from filename if present.
11069
11070 * progmodes/gud.el (gdb-force-update): Delete defvar
11071 (gud-speedbar-buttons): ...and references to it. Use window-start
11072 to try to keep positon in watch expression.
11073
11074 2006-05-03 Richard Stallman <rms@gnu.org>
11075
11076 * simple.el (next-history-element, previous-history-element): Doc fix.
11077
11078 * isearch.el (isearch-update-ring): Doc fix.
11079
11080 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
11081
11082 * isearch.el (isearch-update-ring): Take history-delete-duplicates
11083 into consideration. Replace one arm ifs with whens.
11084
11085 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
11086
11087 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
11088 (menu): Fix typo.
11089
11090 2006-05-02 Miles Bader <miles@gnu.org>
11091
11092 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
11093
11094 2006-05-02 Jay Belanger <belanger@truman.edu>
11095
11096 * calc/calc-embed.el (calc-override-minor-modes-map)
11097 (calc-override-minor-modes): New variables.
11098 (calc-do-embedded): Make sure that Calc keystrokes aren't
11099 overwritten by minor modes.
11100
11101 2006-05-02 Chong Yidong <cyd@mit.edu>
11102
11103 * msb.el (msb): If EVENT is a down event, read and discard the up event.
11104
11105 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
11106
11107 * startup.el (command-line-1): Refer to Lisp manual when
11108 pure-space-overflow occurs.
11109
11110 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
11111 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
11112 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
11113 (version-control): Don't use `t' for safe-local-variable declarations.
11114
11115 2006-05-01 Richard Stallman <rms@gnu.org>
11116
11117 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
11118 M-r, M-R, M-A, M-SPC or M-DEL.
11119 (diff-mode-map): diff-refine-hunk now on C-c C-w
11120 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
11121
11122 * help-mode.el (help-mode): view-exit-action calls delete-window
11123 only when it is safe and possible.
11124
11125 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
11126 in messages.
11127
11128 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
11129
11130 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
11131 in the default tool-bar-map.
11132
11133 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
11134
11135 * net/tramp.el (tramp-completion-file-name-handler-alist)
11136 (tramp-run-real-handler, tramp-completion-run-real-handler)
11137 (tramp-completion-handle-file-name-all-completions)
11138 (tramp-completion-handle-file-name-completion): Autoload them.
11139 (tramp-completion-handle-file-exists-p)
11140 (tramp-completion-handle-file-name-directory)
11141 (tramp-completion-handle-file-name-nondirectory)
11142 (tramp-completion-handle-expand-file-name): Remove them.
11143 (tramp-handle-file-name-directory): Return the real directory name.
11144 Returning "/" only doesn't need to be necessary any longer.
11145 (tramp-file-name-handler): Make special attention when in hostname
11146 completion mode.
11147 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
11148 (tramp-register-file-name-handlers):
11149 Register `tramp-completion-file-name-handler' only when
11150 `partial-completion-mode' is enabled.
11151 (tramp-completion-handle-file-name-all-completions):
11152 Delete directory part from results.
11153 (tramp-get-completion-methods, tramp-get-completion-user-host):
11154 Discard deleting "/", it doesn't work after the change of
11155 `tramp-handle-file-name-directory' above.
11156
11157 2006-05-01 Kim F. Storm <storm@cua.dk>
11158
11159 * progmodes/grep.el (grep-expand-template): Use save-match-data
11160 and symbol-value.
11161
11162 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11163
11164 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
11165 Use select-frame-set-input-focus instead of raise-frame.
11166 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
11167
11168 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
11169
11170 * progmodes/gud.el (gud-def): Add %c case.
11171 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
11172 (gud-format-command): Make match case sensitive. Match on %F.
11173
11174 2006-04-30 Glenn Morris <rgm@gnu.org>
11175
11176 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
11177 (cal-tex-preamble): Use cal-tex-preamble-extra.
11178 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
11179 than alias `list-diary-entries'.
11180
11181 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
11182
11183 * help-fns.el (describe-variable): Add info about safe local variables.
11184
11185 2006-04-29 Richard Stallman <rms@gnu.org>
11186
11187 * bindings.el (mode-line-format): help-echo doc fixes.
11188
11189 * net/tramp.el (tramp-file-name-handler-alist): Delete
11190 expand-file-name and other operations that can cause spurious loading.
11191
11192 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11193
11194 * files.el (safe-local-variable-p): Remove support for the special
11195 value t.
11196
11197 * textmodes/paragraphs.el (sentence-end-without-space):
11198 Fix safety predicate.
11199 (sentence-end-double-space, sentence-end-without-period)
11200 (paragraph-ignore-fill-prefix):
11201 * textmodes/fill.el (colon-double-space):
11202 * abbrev.el (abbrev-mode): Tighten the safety predicate.
11203
11204 * subr.el (booleanp): New fun.
11205
11206 * textmodes/reftex-vars.el (reftex-guess-label-type):
11207 Tighten the safety predicate.
11208
11209 2006-04-28 Kim F. Storm <storm@cua.dk>
11210
11211 * progmodes/grep.el (defgroup grep): Doc fix.
11212 (grep-auto-highlight): Remove.
11213 (grep-template): New defcustom.
11214 (grep-find-template): Rename from grep-tree-template.
11215 (grep-files-aliases): Rename from grep-tree-files-aliases.
11216 Remove "all" alias, add "l" alias.
11217 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
11218 (grep-find-ignored-directories): New defcustom to replace
11219 grep-tree-ignore-CVS-directories, to facilitate ignoring
11220 subdirectories for multiple version control systems.
11221 (grep-mode-map): Add Recursive grep item to GREP menu.
11222 (grep-regexp-history, grep-files-history): New defvars.
11223 (grep-probe): New helper function.
11224 (grep-compute-defaults): Use it to simplify code.
11225 Adapt to name changes.
11226 Use `.' as base in grep-find-template rather than <D>.
11227 (grep): Remove superfluous highlight-regexp arg. Fix doc.
11228 Call grep-compute-defaults unconditionally.
11229 (grep-expand-keywords): New defconst.
11230 (grep-expand-template): Rename from grep-expand-command-macros.
11231 Simplify via grep-expand-keywords. Look at case-fold-search instead
11232 of grep-tree-ignore-case to add -i option.
11233 Bind case-fold-search to nil while matching keywords.
11234 (grep-tree-last-regexp, grep-tree-last-files): Remove.
11235 (grep-read-regexp, grep-read-files): New helper functions.
11236 (rgrep): Rename from grep-tree. Rework to use proper histories.
11237 Adapt to changes in defcustoms and functions above.
11238 (lgrep): New command, as grep, but using same interactive UI as rgrep.
11239
11240 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
11241
11242 * net/tramp.el (tramp-completion-file-name-handler):
11243 Disable Tramp's functionality while loading Tramp itself.
11244 (tramp-register-file-name-handlers): That's a defsubst now.
11245 Code from `tramp-repair-jka-compr' moved here. Apply it via
11246 `after-init-hook'.
11247 (tramp-repair-jka-compr): Remove.
11248
11249 2006-04-27 Jay Belanger <belanger@truman.edu>
11250
11251 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
11252 read expression when `math-read-big-expr' doesn't work.
11253
11254 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
11255
11256 * startup.el (command-line-1): Display warning when
11257 pure-space-overflow is non-nil.
11258
11259 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11260
11261 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
11262 risky.
11263
11264 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11265
11266 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
11267 Return the URL or nil if none can be generated.
11268
11269 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
11270
11271 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
11272 byte compiler warnings.
11273 (gud-basic-call, gud-find-expr): Let user select an expression
11274 for printing. Print expression as well as value in GUD buffer.
11275
11276 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
11277
11278 * allout.el: Remove local autoload declaration for
11279 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
11280 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
11281 (allout-plain-bullets-string, allout-distinctive-bullets-string)
11282 (allout-use-mode-specific-leader, allout-old-style-prefixes)
11283 (allout-stylish-prefixes, allout-numbered-bullet)
11284 (allout-file-xref-bullet, allout-presentation-padding)
11285 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
11286 safe-local-variable with suitable value spec, and add autoload
11287 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
11288 (move-beginning-of-line, move-end-of-line): Repair so these compat
11289 functions now actually resituate the point, when appropriate.
11290
11291 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11292
11293 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
11294
11295 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
11296 (add-log-iso8601-time-string): Fix call to format-time-string.
11297
11298 2006-04-26 Kim F. Storm <storm@cua.dk>
11299
11300 * subr.el (posn-string, posn-image, posn-object): Doc fix.
11301
11302 2006-04-26 Masatake YAMATO <jet@gyve.org>
11303
11304 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
11305 Add support for "//" style comments. Remove `b' flag
11306 from ?* in `asm-mode-syntax-table'.
11307
11308 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11309
11310 * follow.el: Use (featurep 'xemacs) everywhere.
11311 (follow-mode): Use define-minor-mode.
11312 (follow-mode-map): Move initialization into the declaration.
11313 Use command remapping.
11314 (follow-emacs-version-xemacs-p): Remove.
11315 (follow-submit-feedback): Remove.
11316
11317 * allout.el (allout-layout, allout-passphrase-verifier-string)
11318 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
11319
11320 * textmodes/reftex-vars.el (reftex-vref-is-default)
11321 (reftex-fref-is-default, reftex-guess-label-type):
11322 Tighten up a bit the safety predicate.
11323
11324 * textmodes/paragraphs.el (sentence-end-double-space)
11325 (sentence-end-without-period, sentence-end-without-space)
11326 (page-delimiter, paragraph-ignore-fill-prefix):
11327 Tighten up a bit the safety predicate.
11328
11329 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
11330
11331 * progmodes/python.el (python-continuation-line-p)
11332 (python-beginning-of-statement): syntax-ppss may return
11333 a negative depth.
11334 (python-mode): Don't forcefully enable font-lock.
11335
11336 * time-stamp.el (time-stamp-start, time-stamp-end)
11337 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
11338
11339 * add-log.el: Remove spurious * in docstrings.
11340 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
11341 (add-change-log-entry): Use it here, since it's not specific
11342 to iso8601.
11343 (add-log-iso8601-time-string): Don't use it here any more.
11344 (change-log-indent-text, change-log-indent): Rename from add-log-*.
11345
11346 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
11347
11348 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
11349
11350 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
11351 (rcirc-toggle-low-priority): Doc fix.
11352 (rcirc-handler-NOTICE): Remove beginning of line anchor in
11353 ChanServ regexp.
11354 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
11355 #emacs.
11356 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
11357 (rcirc-decode-coding-system): Use utf-8 as the default.
11358 (rcirc-multiline-minor-mode): Set the fill-column.
11359 (rcirc-format-response-string): Display bright and dim nicks.
11360 (rcirc-browse-url): Update interactive spec to fill ARG.
11361 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
11362 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
11363
11364 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
11365
11366 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
11367 case for @Article, etc.
11368
11369 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
11370
11371 * net/tramp.el (tramp-register-file-name-handlers): New defun.
11372 Added with autoload cookie.
11373 (tramp-unload-file-name-handlers): Rename from
11374 `tramp-unload-file-name-handler-alist'.
11375
11376 2006-04-23 Romain Francoise <romain@orebokech.com>
11377
11378 * comint.el (comint-match-partial-filename): Doc fix.
11379
11380 2006-04-21 Glenn Morris <rgm@gnu.org>
11381
11382 * calendar/cal-menu.el (calendar-mode-map): Refer to
11383 `diary-view-entries' rather than alias `view-diary-entries'.
11384 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
11385
11386 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
11387
11388 * progmodes/antlr-mode.el (antlr-default):
11389 * cus-edit.el (custom-documentation):
11390 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
11391 in defface.
11392
11393 2006-04-21 Kim F. Storm <storm@cua.dk>
11394
11395 * image.el (image-type): New defun split out of create-image.
11396 (create-image): Use it.
11397
11398 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
11399
11400 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
11401 (org-open-at-point): Remove the "...done" message to keep output
11402 in the echo area visible.
11403 (org-export-as-xoxo): Fix call to `indent-region'.
11404
11405 2006-04-21 Kevin Ryde <user42@zip.com.au>
11406
11407 * international/mule.el (keyboard-coding-system): defcustom
11408 info-link fixes: "Specify Coding" has been split, keyboard now in
11409 "Terminal Coding", and "Single-Byte Character Support" is now
11410 "Unibyte Mode".
11411
11412 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
11413
11414 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
11415 Use font-lock-warning-face for any errors e.g. no stack.
11416 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
11417
11418 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
11419
11420 * progmodes/sh-script.el (sh-shell): Mark as safe.
11421
11422 * newcomment.el (comment-start, comment-start-skip)
11423 (comment-end-skip, comment-end): Mark as safe.
11424
11425 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
11426
11427 * textmodes/org.el (org-deadline-announce): Face removed.
11428 (org-level-faces, org-n-levels): Convert to constant.
11429 (org-compatible-face): New function.
11430 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
11431 (org-level-5, org-level-6, org-level-7, org-level-8)
11432 (org-special-keyword, org-warning, org-headline-done, org-link)
11433 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
11434 (org-scheduled-today, org-scheduled-previously, org-time-grid):
11435 Face definition revised for better color tty support.
11436 (org-bold-re, org-italic-re, org-underline-re): New constants.
11437 (org-set-font-lock-defaults): Use the new constants.
11438 (org-agenda-highlight-todo): New function.
11439 (org-agenda-todo): Fix bug with point at end of line.
11440 (org-agenda-change-all-lines, org-finalize-agenda-entries):
11441 Fontify TODO keywords.
11442 (org-insert-link): Preserve relative path in ../ links.
11443 (org-export-as-html): Convert links pointing to .org files into
11444 links that will work beteen the exported HTML files.
11445 (org-todo-list): Fix bug when arg=0.
11446 (org-insert-heading): More fine-tuning.
11447
11448 2006-04-19 Romain Francoise <romain@orebokech.com>
11449
11450 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
11451 from `rmail-mime-charset-pattern'.
11452
11453 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
11454
11455 * progmodes/python.el (python-mode): Fix typo.
11456
11457 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
11458
11459 * comint.el (comint-previous-input): Don't clobber input line
11460 when moving off either end of the input history ring.
11461 (comint-delete-input): New function, used by
11462 `comint-previous-input' and others.
11463 (comint-previous-matching-input):
11464 Use `coming-delete-input'. Save the partial input if leaving the
11465 edit line. Goto point-max before deleting input to avoid
11466 partial input fragments hanging around.
11467 (comint-restore-input): New function, used by `comint-previous-input'.
11468
11469 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
11470
11471 * imenu.el (imenu--index-alist): Balance parentheses.
11472
11473 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
11474
11475 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
11476
11477 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
11478
11479 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
11480 file is nil.
11481
11482 2006-04-18 Richard Stallman <rms@gnu.org>
11483
11484 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
11485
11486 * imenu.el (imenu-create-index-function, imenu--index-alist)
11487 (imenu--last-menubar-index-alist, imenu--make-index-alist)
11488 (imenu-default-create-index-function, imenu--generic-function):
11489 Doc fixes.
11490
11491 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
11492
11493 * help-mode.el (help-mode): Set view-exit-action to delete window.
11494
11495 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
11496 now works by passing nil as arg.
11497
11498 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
11499
11500 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
11501 (read-abbrev-file): Provide default when reading filename.
11502
11503 * files.el (enable-local-variables): Allow :all as value.
11504 (hack-local-variables): Implement that value.
11505 (safe-local-variable-values, safe-local-eval-forms)
11506 (enable-local-variables): Mark as risky.
11507 (find-file-visit-truename, kept-old-versions): Mark safe.
11508
11509 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
11510 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
11511 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
11512
11513 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11514
11515 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
11516 Use forward-line so as to get to BOL even in the presence of fields.
11517 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
11518 in return.
11519 (inferior-tcl): Tell tclsh to work in interactive mode.
11520
11521 * complete.el (partial-completion-mode):
11522 Use 'choose-completion-string-functions to make sure that
11523 choose-completion fills the minibuffer properly.
11524
11525 * complete.el (PC-old-read-file-name-internal): Remove.
11526 (PC-read-include-file-name-internal): Remove. Turn it into an advice
11527 of read-file-name-internal.
11528 (partial-completion-mode): Enable/disable this advice.
11529
11530 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
11531
11532 * net/tramp.el (tramp-completion-file-name-handler): Revert change
11533 of 2006-04-17.
11534
11535 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
11536
11537 * textmodes/org.el (org-insert-heading): Insert heading before
11538 current if at beginning of line.
11539 (org-todo, org-date): New faces.
11540 (org-table-align): Make sure tooltip window contains full text.
11541 (org-no-properties): New defsubst.
11542 (org-set-font-lock-defaults): Use new faces.
11543
11544 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
11545
11546 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
11547 for root variables.
11548
11549 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
11550 (gdb-frame-address): Re-use to identify frame for watch expression.
11551 (gdb-var-list, gdb-var-create-handler): Add frame address for root
11552 variables.
11553 (gdb-init-1, gdb-source, gdb-post-prompt)
11554 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
11555 (gdb-frame-handler): Get gdb-frame-address.
11556
11557 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
11558
11559 Sync with Tramp 2.0.53.
11560
11561 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
11562 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
11563 (tramp-completion-file-name-handler): Add autoload cookie for
11564 adding to `file-name-handler-alist'.
11565
11566 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
11567 the prompt. If it returns earlier (when detecting an error
11568 message), the rest of the output will merge accidently with the
11569 output of the next command. Reported by M Jared Finder
11570 <jared@hpalace.com>.
11571
11572 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
11573 for `process-file', in order to let it work for older Emacsen too.
11574
11575 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
11576
11577 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
11578 (tex-font-lock-keywords-3): Use it.
11579
11580 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
11581
11582 * newcomment.el (comment-add): New function.
11583 (comment-region-default, comment-dwim): Use it.
11584
11585 2006-04-15 Michael Olson <mwolson@gnu.org>
11586
11587 * emacs-lisp/tq.el: Improve comments.
11588 (tq-queue-head-question): New accessor function.
11589 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
11590 Update for modified queue structure.
11591 (tq-queue-add): Accept `question' argument.
11592 (tq-queue-pop): If a question is pending, send it.
11593 (tq-enqueue): Accept new optional argument `delay-question'.
11594 If this is non-nil, and at least one other question is pending a
11595 response, queue the question rather than sending it immediately.
11596
11597 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11598
11599 * calendar/appt.el (appt-add): Check whether an appointment is
11600 already present in appt-time-msg-list. Simplify code.
11601
11602 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
11603
11604 * progmodes/cc-langs.el (c-mode-menu):
11605 Don't presume c-subword-mode is bound.
11606
11607 2006-04-13 Bill Wohler <wohler@newt.com>
11608
11609 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
11610 (customize-package-emacs-version): Use cdr instead of cadr now
11611 that alists use dotted pairs.
11612
11613 * custom.el (defcustom): Fix docstring for :package-version.
11614
11615 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
11616
11617 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
11618 (tramp-handle-shell-command): Display output buffer only when
11619 `tramp-display-shell-command-buffer' is true.
11620 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
11621
11622 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
11623
11624 * textmodes/org.el (org-set-autofill-regexps): Set only the local
11625 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
11626
11627 2006-04-13 Romain Francoise <romain@orebokech.com>
11628
11629 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
11630 leaving temporary .cvsignore buffers behind.
11631
11632 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
11633
11634 * textmodes/org.el (org-set-regexps-and-options)
11635 (org-get-current-options): Better names for the startup folding
11636 options.
11637
11638 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
11639
11640 * vc.el (vc-annotate): Arrange for point to end up at the same
11641 line number as in the original, but only when using a new buffer.
11642
11643 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
11644
11645 * files.el (hack-one-local-variable-eval-safep):
11646 Recognize `edebug-form-spec' for `put', but only if it passes
11647 `edebug-basic-spec'. Generalize `put' handling.
11648
11649 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
11650 vetting file-local form specs.
11651
11652 * allout.el (allout-layout): Autoload its `safe-local-variable'
11653 property.
11654
11655 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
11656
11657 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
11658 (org-agenda-mouse-1-follows-link)
11659 (org-mouse-1-follows-link): New options.
11660 (org-format-agenda-item): Fix bug if TAGS is nil.
11661 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
11662
11663 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
11664
11665 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
11666 GDB 6.1+ gives full filename for "info sources" so use
11667 file-name-nondirectory.
11668
11669 2006-04-12 Romain Francoise <romain@orebokech.com>
11670
11671 * subr.el (read-passwd): Bind `message-log-max' to nil.
11672
11673 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11674
11675 * progmodes/perl-mode.el (perl-indent-new-calculate):
11676 Recompute parse-start after jumping backward by a whole sexp.
11677
11678 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11679
11680 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
11681 window configuration.
11682 (vc-annotate-display-select): Select the buffer so that current-buffer
11683 (and selected-window) is the output buffer at the end of vc-annotate.
11684
11685 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
11686
11687 * vc.el (vc-annotate-color-map): Add custom TTY color map for
11688 8-color terminals, to use all of the colors in a sensible order.
11689 256-color terminals work well with the standard map.
11690 (vc-annotate-lines): Only strip the first color character if it
11691 is "#", to allow for terminal-style named colors.
11692 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
11693 the correct buffer is scrolled.
11694
11695 2006-04-11 Richard Stallman <rms@gnu.org>
11696
11697 * emacs-lisp/bytecomp.el (byte-compile-file):
11698 Bind enable-local-variables to :safe, and make normal-mode obey it.
11699
11700 * files.el (enable-local-variables): Allow value :safe.
11701 (normal-mode): Doc fix.
11702 (hack-local-variables): Implement enable-local-variables = :safe.
11703 (hack-local-variables-confirm): Don't prevent quitting.
11704
11705 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11706
11707 * loadhist.el (unload-feature): A bit of sanity check of
11708 load-history entries. Cancel timer-vars before unbinding them.
11709
11710 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
11711 quote special chars, and make the trick work on the hex part of the
11712 buffer as well.
11713 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
11714 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
11715
11716 * startup.el (normal-splash-screen): Fix last change so we don't wait
11717 2 minutes if we don't show the splash screen.
11718
11719 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
11720
11721 * textmodes/org.el (org-export-plain-list-max-depth)
11722 (org-table-spaces-around-separators)
11723 (org-radio-targets, org-activate-camels)
11724 (org-table-spaces-around-invisible-separators): Options removed.
11725 (org-time-stamp-rounding-minutes, org-remember-templates)
11726 (org-ellipsis, org-activate-links, org-descriptive-links):
11727 New options.
11728 (org-remember-apply-template, org-current-time)
11729 (org-finish-edit-table-field)
11730 (org-link-unescape, org-link-escape)
11731 (org-string-width, org-table-clean-line, org-html-do-expand)
11732 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
11733 (org-read-agenda-file-list): New functions.
11734 (org-table-edit-field)
11735 (org-table-create-or-convert-from-region): New commands
11736 (org-table-toggle-vline-visibility): Command removed.
11737 (org-table-convert-region): Made a command.
11738 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
11739 Replace with the normal org- functions.
11740 (org-self-insert-command): Don't trigger realign unnecessarily
11741 when blanking a field that is not full.
11742 (org-mode): `Set buffer-invisibility-spec' for links.
11743 (org-activate-links2): Hide link part and only show descriptive
11744 part of the link.
11745 (org-insert-link): Modify for new linking system.
11746 (org-store-link): Store description separately, for use by
11747 `org-insert-link'.
11748 (org-table-align): Use `org-string-width'.
11749 (defgroup): Completely new group structure for custom variables.
11750 (org-agenda-files): Option: Single file name allowed. Function:
11751 Optional argument unrestrited means ignore any restricitons.
11752 (org-install-agenda-files-menu): Find a buffer in Org-mode before
11753 trying to modify the menu. Use generalized access to
11754 `org-agenda-files.'
11755 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
11756 (org-agenda-file-to-front, org-remove-file, org-diary)
11757 (org-tags-view, org-export-icalendar-all-agenda-files)
11758 (org-export-icalendar-combine-agenda-files): Use generalized
11759 access to `org-agenda-files'.
11760 (org-remember-handler): Correctly preserve heading if present.
11761 (org-table-insert-row, org-table-insert-hline): Deal with
11762 invisible characters.
11763
11764 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
11765
11766 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
11767 (vc-annotate-color-map): New 18 element constant
11768 value/saturation, rotating hue colormap, from red->blue.
11769 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
11770 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
11771 (vc-annotate): To avoid killing the required local variables,
11772 set them before the end of `with-output-to-temp-buffer', and
11773 after first switching to annotate-mode.
11774 (vc-annotate-warp-version): Add buffer argument in goto-line to
11775 ensure annotation, not source, is scrolled.
11776
11777 2006-04-10 Bill Wohler <wohler@newt.com>
11778
11779 * custom.el (defcustom, custom-handle-keyword):
11780 Add :package-version keyword.
11781 (custom-add-package-version): New function. Sets value of new
11782 property 'custom-package-version from :package-version keyword.
11783 (defcustom): Create Common Keywords section in docstring.
11784 (defface, defgroup): Replace definitions of a select few keywords
11785 with a reference to the Common Keywords in defcustom.
11786 (defcustom, defface, defgroup): Replace reference to Customization
11787 chapter in manual with hyperlink.
11788
11789 * cus-edit.el (customize-package-emacs-version-alist): New variable.
11790 (customize-changed-options): Add check for custom-package-version.
11791 (customize-package-emacs-version): New function to look up Emacs
11792 version corresponding to the given package version.
11793
11794 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
11795 defun name, in similar fashion to find-variable-regexp.
11796
11797 2006-04-10 Eli Zaretskii <eliz@gnu.org>
11798
11799 * international/mule-cmds.el (set-locale-environment): Fix last
11800 change for when the locale's preferences don't specify any encoding.
11801
11802 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11803
11804 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
11805 so the defined var/fun doesn't need to be quoted.
11806
11807 2006-04-10 Richard Stallman <rms@gnu.org>
11808
11809 * finder.el (finder-mode-map): Add n and p bindings.
11810
11811 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
11812
11813 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
11814 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
11815 (gdb-setup-windows): Put something in source window if we can't find
11816 the source file.
11817 (gdb-frame-handler): Make it work again with just assembly.
11818 (gdb-data-list-register-values-handler): Make it work when there is
11819 no stack.
11820
11821 2006-04-09 Richard Stallman <rms@gnu.org>
11822
11823 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
11824 specs while looking for charset.
11825
11826 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
11827
11828 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
11829 Make them faces.
11830 (lm-font-lock-keywords): Update appropriately.
11831
11832 2006-04-10 Kim F. Storm <storm@cua.dk>
11833
11834 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
11835 it can also replace buffer-substring-no-properties.
11836
11837 * emulation/cua-base.el (cua-delete-region, cua-paste)
11838 (cua-repeat-replace-region): Use filter-buffer-substring.
11839
11840 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11841 (cua-cut-region-to-global-mark): Likewise.
11842
11843 * emulation/cua-rect.el (cua--extract-rectangle)
11844 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
11845
11846 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11847
11848 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
11849 entry-type. Add field delimiters to numerical fields if they are
11850 not present.
11851
11852 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11853
11854 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
11855 string-const to return value.
11856 (bibtex-remove-delimiters): Use it.
11857
11858 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11859
11860 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
11861 cl-byte-compile-compiler-macro unless it exists.
11862
11863 2006-04-08 Eli Zaretskii <eliz@gnu.org>
11864
11865 * files.el (hack-local-variables-confirm) <offer-save>:
11866 Clarify message text. Suggested by Ralf Angeli.
11867
11868 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11869
11870 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
11871 (delete-extract-rectangle-line): Use `filter-buffer-substring'
11872 instead of `buffer-substring' and `delete-region'. (Most of the
11873 code actually copied from `kill-region'.)
11874
11875 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
11876
11877 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
11878 (rcirc-default-port): Rename from rcirc-port.
11879 (rcirc-default-nick): Rename from rcirc-nick.
11880 (rcirc-default-user-name): Rename from rcirc-user-name.
11881 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
11882 (rcirc-low-priority-flag): New variable.
11883 (rcirc-decode-coding-system): New defcustom.
11884 (rcirc-encode-coding-system): New defcustom.
11885 (rcirc-coding-system-alist): New defcustom.
11886 (rcirc-multiline-major-mode): New defcustom.
11887 (rcirc-nick): New internal variable.
11888 (rcirc-process): Remove variable.
11889 (rcirc-server-buffer): New variable.
11890 (rcirc): Update to use rcirc-default-* variables above.
11891 (rcirc-connect): Do not add window-configuration-hook-here.
11892 (rcirc-server): New internal variable.
11893 (rcirc-connect): Do not send keepalive pings if
11894 rcirc-keepalive-seconds is nil.
11895 (with-rcirc-server-buffer): New macro.
11896 (rcirc-send-string): Encode with rcirc-encode-coding-system.
11897 (rcirc-server-name): Rename from rcirc-server.
11898 (rcirc-buffer-process): New function.
11899 (rcirc-buffer-nick): New function.
11900 (rcirc-buffer-target): Remove function.
11901 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
11902 New commands.
11903 (rcirc-mode-map): Change binding of C-c C-l to
11904 rcirc-toggle-low-priority.
11905 (rcirc-mode): Initialize coding system based on
11906 rcirc-coding-system-alist. New change-major-mode-hook to part the
11907 channel on a mode change. Make kill-buffer-hook buffer-local.
11908 (rcirc-change-major-mode-hook): New function.
11909 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
11910 (rcirc-last-post-time): New variable.
11911 (rcirc-process-message): Store the last time user posted a message
11912 to this target.
11913 (rcirc-multiline-minor-mode): New mode.
11914 (rcirc-multiline-minor-mode-map): New mode map.
11915 (rcirc-edit-multiline): Put multiline-edit buffer in
11916 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
11917 (rcirc-print): Ignore any line starting with an ignored nick.
11918 (rcirc-print): Decode using rcirc-decode-coding-system.
11919 (rcirc-track-minor-mode): Update global-mode-string when disabling
11920 this mode.
11921 (minor-mode-alist): Add LowPri indicator.
11922 (rcirc-toggle-low-priority): New function.
11923 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
11924 next lowpriority buffer with activity.
11925 (rcirc-record-activity): Sort buffers in rcirc-activity by the
11926 last time the user posted a message in to the target.
11927 (rcirc-update-activity-string): New formatting for low priority
11928 buffers.
11929 (rcirc-split-activity): New function.
11930 (rcirc-handler-PART, rcirc-handler-KICK)
11931 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
11932 (rcirc-nick-away-alist): New variable.
11933 (rcirc-handler-301): New handler. Away messages are printed once
11934 per change.
11935
11936 2006-04-08 Eli Zaretskii <eliz@gnu.org>
11937
11938 * info.el (Info-follow-nearest-node): Doc fix.
11939
11940 * international/mule-cmds.el (set-locale-environment): Make sure
11941 the coding-system preferred by the locale's language has the same
11942 EOL conversion type as the original buffer-file-coding-system.
11943 (locale-language-names): Add a few MS Windows language codes.
11944
11945 2006-04-07 Richard Stallman <rms@gnu.org>
11946
11947 * simple.el (eval-expression): Doc fix.
11948
11949 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
11950 (eval-defun): Doc fixes.
11951
11952 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
11953
11954 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
11955
11956 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
11957
11958 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
11959 GDB list command without argument for greater generality.
11960
11961 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11962
11963 * subr.el (string-or-null-p): New function.
11964
11965 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
11966
11967 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
11968
11969 * files.el: Update comment about safe-local-variable declarations.
11970
11971 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
11972
11973 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
11974 See idlwave.org.
11975
11976 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
11977 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
11978
11979 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
11980 See idlwave.org.
11981
11982 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
11983 version 6.0 (minimal changes). See idlwave.org.
11984
11985 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
11986 6.0 (minimal changes). See idlwave.org.
11987
11988 * progmodes/idlw-rinfo.el: File obsoleted and removed.
11989
11990 2006-04-06 Romain Francoise <romain@orebokech.com>
11991
11992 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
11993 symmetric encryption features and a new asynchronous interface to
11994 GnuPG. This new version is version 1.4, plus whitespace changes.
11995
11996 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11997
11998 * files.el: Move some `safe-local-variable' declarations to the
11999 respective files.
12000
12001 * textmodes/ispell.el (ispell-check-comments)
12002 (ispell-local-dictionary): Mark as safe.
12003
12004 * abbrev.el (abbrev-mode): Mark as safe.
12005
12006 * add-log.el (change-log-default-name): Mark as safe.
12007
12008 * textmodes/reftex-vars.el (reftex-vref-is-default)
12009 (reftex-fref-is-default, reftex-level-indent)
12010 (reftex-guess-label-type): Mark as safe.
12011
12012 * textmodes/fill.el (colon-double-space): Mark as safe.
12013
12014 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
12015 (sentence-end-double-space, sentence-end-without-period)
12016 (sentence-end-without-space, sentence-end, sentence-end-base)
12017 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
12018
12019 2006-04-06 Kim F. Storm <storm@cua.dk>
12020
12021 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
12022 the :set-after list.
12023 (ido-downcase-unc-hosts): New user option. Default on.
12024 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
12025 when it is set, as regexps are now applied on the fly.
12026 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
12027 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
12028 on the fly, but only when ido-process-ignore-lists is set.
12029 Do case insensitive filtering if ido-downcase-unc-hosts is set.
12030 Only downcase names if ido-downcase-unc-hosts is set.
12031
12032 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
12033
12034 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
12035
12036 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
12037
12038 2006-04-05 Kim F. Storm <storm@cua.dk>
12039
12040 * ido.el (ido-mode): Set after ido-unc-hosts and
12041 ido-ignore-unc-host-regexps.
12042 (ido-save-history): Save ido-unc-hosts-cache.
12043 (ido-load-history): Load ido-unc-hosts-cache.
12044 (ido-reread-directory): Refresh unc hosts cache in // dir.
12045
12046 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
12047 to nil while displaying slash screen.
12048
12049 2006-04-05 Daiki Ueno <ueno@unixuser.org>
12050
12051 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12052 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12053
12054 2006-04-05 Kenichi Handa <handa@m17n.org>
12055
12056 * international/characters.el: Setup cases of Latin, Greek, and
12057 Cyrillic characters in CJK charsets.
12058
12059 2006-03-29 Daiki Ueno <ueno@unixuser.org>
12060
12061 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12062 default-enable-multibyte-characters. This reverts the change from
12063 revision 6.17 which is no longer necessary because the passphrase
12064 is sent separately now. GnuPG messages are unreadable under
12065 multibyte locales with default-enable-multibyte-characters set to nil.
12066
12067 2006-04-04 Andreas Schwab <schwab@suse.de>
12068
12069 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
12070 and `byte-compile-warnings' as `safe-local-variable'.
12071
12072 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
12073
12074 * man.el (Man-mode-map): Restore the \r binding.
12075 (Man-abstract-xref-man-page): If Man-target-string is a function,
12076 call it.
12077 (Man-highlight-references): Use Man-default-man-entry to get the
12078 target. Deal with xrefs too.
12079 (Man-highlight-references0): Don't call the target function.
12080
12081 * woman.el (WoMan-xref-man-page): Strip the section number, woman
12082 cannot deal with it.
12083
12084 2006-04-04 Daiki Ueno <ueno@unixuser.org>
12085
12086 * pgg-gpg.el: Clean up process buffers every time gpg processes
12087 complete.
12088
12089 2006-04-04 Kenichi Handa <handa@m17n.org>
12090
12091 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
12092 here.
12093 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
12094 Temporarily bind inhibit-field-text-motion to t.
12095
12096 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12097
12098 * startup.el (normal-splash-screen): Only set mode-line-format in the
12099 splash buffer, so as not to interfere when debugging the code.
12100 Ignore errors when switching buffer.
12101
12102 2006-04-03 Romain Francoise <romain@orebokech.com>
12103
12104 * dired.el (dired-dnd-protocol-alist): Fix typo.
12105
12106 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
12107
12108 * savehist.el (savehist): Add :version.
12109 (savehist-ignored-variables): New variable.
12110 (savehist-minibuffer-hook): Don't save variables listed in
12111 `savehist-ignored-variables'.
12112
12113 * dired.el (dired-dnd-protocol-alist): Mention that change does
12114 only apply to new buffers in doc string.
12115
12116 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
12117
12118 * recentf.el (recentf-open-files-item): Include newline in button
12119 field, so opening a file will work, when the point is at the end
12120 of the file name. Allow, for example, to [i]search a file by
12121 extension and just push RET to open it.
12122
12123 2006-04-03 Daiki Ueno <ueno@unixuser.org>
12124
12125 * pgg-gpg.el (pgg-gpg-process-filter)
12126 (pgg-gpg-wait-for-completion): Check if buffer is alive.
12127
12128 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12129 lines, temporary fix.
12130
12131 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
12132
12133 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
12134
12135 2006-04-02 Richard Stallman <rms@gnu.org>
12136
12137 * progmodes/compile.el (compilation-message-face): Make it defcustom.
12138
12139 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
12140
12141 * ibuf-macs.el (define-ibuffer-column): Add a new key:
12142 header-mouse-map.
12143
12144 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
12145 (ibuffer-mode-header-map): New keymaps.
12146 (ibuffer-update-title-and-summary): Enable mouse face highlighting
12147 and keybindings for column headers.
12148 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
12149 property.
12150
12151 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
12152
12153 * speedbar.el (speedbar-after-create-hook): Doc fix.
12154
12155 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
12156
12157 * shell.el (shell-directory-tracker)
12158 (shell-dynamic-complete-command): Doc fixes.
12159
12160 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
12161
12162 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
12163 terminals.
12164
12165 2006-04-01 Kim F. Storm <storm@cua.dk>
12166
12167 * ido.el (ido-unc-hosts-cache): New defvar.
12168 (ido-unc-hosts): If value of defcustom is a function, call it to
12169 get list of UNC hosts. Add function-item choices to specify
12170 ido-unc-hosts-net-view or user function.
12171 (ido-ignore-unc-host-regexps): New defcustom.
12172 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
12173 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
12174 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
12175
12176 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
12177
12178 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
12179 wwidth.
12180
12181 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
12182
12183 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
12184 (ido-max-work-file-list, ido-switch-buffer)
12185 (ido-read-file-name-as-directory-commands):
12186 Fix typos in docstrings.
12187
12188 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12189
12190 * term/mac-win.el (mac-system-coding-system): Define and use after
12191 Mac-specific coding systems are ready.
12192
12193 2006-03-27 Romain Francoise <romain@orebokech.com>
12194
12195 * net/rcirc.el (rcirc-connect): Add autoload cookie.
12196
12197 * ldefs-boot.el: Update.
12198
12199 2006-03-27 Daiki Ueno <ueno@unixuser.org>
12200
12201 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12202 passphrases when it is not needed.
12203 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12204 passphrase stuff from gpg, should only be necessary when you use
12205 gpg with a smartcard.
12206
12207 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
12208
12209 * comint.el (comint-dynamic-list-completions): Allow user to
12210 select *Completions* buffer.
12211
12212 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
12213
12214 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
12215
12216 2006-03-26 Andreas Schwab <schwab@suse.de>
12217
12218 * progmodes/gud.el (gdb): Only complain about multiple debugging
12219 when the gdb process is still running.
12220
12221 2006-03-25 Eli Zaretskii <eliz@gnu.org>
12222
12223 * mail/rmail.el (tool-bar-map): Defvar it.
12224 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
12225 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
12226
12227 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
12228
12229 * help.el (print-help-return-message): Suggest to use
12230 display-buffer instead of switch-to-buffer-other-window to restore
12231 the previous window without selecting it.
12232
12233 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12234
12235 * frame.el (select-frame-by-name): Call x-focus-frame also when
12236 window-system is mac.
12237
12238 * term/mac-win.el: Adjust Courier font specifications in
12239 x-fixed-font-alist.
12240 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
12241 when directly encoding to UTF-16 in native byte order, no BOM.
12242
12243 2006-03-25 Kim F. Storm <storm@cua.dk>
12244
12245 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
12246 (cua--init-keymaps): Use it instead of fixed C-return.
12247 (cua-mode): Set after it.
12248
12249 * emulation/cua-rect.el (cua--init-rectangles):
12250 Use cua-rectangle-mark-key instead of fixed C-return.
12251
12252 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
12253
12254 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
12255 "run" in .gdbinit.
12256 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
12257
12258 2006-03-24 Romain Francoise <romain@orebokech.com>
12259
12260 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
12261 `display-buffer-other-frame'.
12262
12263 2006-03-24 Kim F. Storm <storm@cua.dk>
12264
12265 * apropos.el (apropos-synonyms): Add selection => region.
12266
12267 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
12268
12269 * progmodes/gdb-ui.el (gdb-var-create-regexp)
12270 (gdb-var-list-children-regexp, gdb-var-update-regexp)
12271 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
12272 (gdb-data-list-register-values-regexp)
12273 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
12274 Future proof against new fields being added to MI output.
12275 (gdb-send): Don't treat backslashes for program input as
12276 continuations.
12277 (gdb-assembler-handler): Don't use window-start for this handler.
12278 (gdb-frame-handler): Don't change to hollow arrow if overlay
12279 arrow doesn't move to new frame.
12280
12281 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
12282
12283 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
12284 prevent compiler warnings.
12285 (gdb-stopped): Check for gud-last-last-frame (case: signal).
12286 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
12287 (gdb-assembler-custom): Use hollow-right-triangle for assembler
12288 buffer too.
12289
12290 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
12291
12292 * pgg-gpg.el (pgg-gpg-update-agent): Check for
12293 make-network-process, so we can use the same code in Gnus v5-10
12294 too and have this file fully synchronized with that release.
12295
12296 2006-03-23 Romain Francoise <romain@orebokech.com>
12297
12298 * ibuf-ext.el (ibuffer-read-filter-group-name):
12299 Use `ibuffer-generate-filter-groups' to make completion list match
12300 the filter groups that are really displayed in the Ibuffer buffer.
12301 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
12302
12303 2006-03-23 Kenichi Handa <handa@m17n.org>
12304
12305 * international/mule-cmds.el (sort-coding-systems): Describe that
12306 the argument is modified in docstring.
12307
12308 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
12309
12310 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12311 (pgg-gpg-update-agent): New function.
12312 (pgg-gpg-use-agent-p): New function.
12313 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12314 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12315 (pgg-gpg-sign-region): Use it.
12316
12317 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
12318
12319 * cus-edit.el (custom-face-set): Call custom-push-theme before
12320 face-spec set so that `changed' theme is correctly saved.
12321 (custom-face-reset-standard): Reset to recalculated face rather
12322 than defface spec.
12323
12324 * custom.el (custom-push-theme): Only save `changed' theme if the
12325 current face does not match the defface specs.
12326
12327 2006-03-21 Simon Josefsson <jas@extundo.com>
12328
12329 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12330 <wilde@sha-bang.de>.
12331 (pgg-gpg-use-agent): New variable.
12332 (pgg-gpg-process-region): Use it.
12333 (pgg-gpg-encrypt-region): Likewise.
12334 (pgg-gpg-encrypt-symmetric-region): Likewise.
12335 (pgg-gpg-decrypt-region): Likewise.
12336 (pgg-gpg-sign-region): Likewise.
12337 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12338
12339 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
12340
12341 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
12342 bracket links.
12343
12344 2006-03-21 Kim F. Storm <storm@cua.dk>
12345
12346 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
12347 fringe-indicator-alist instead of modifying global value.
12348 (gdb-frame-handler): Likewise.
12349
12350 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
12351
12352 * diff-mode.el (diff-function): Make it inherit from diff-header
12353 instead of diff-context.
12354
12355 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
12356 bitmap.
12357 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
12358 change names in macro above for consistency.
12359 (gdb-frame-handler): Use hollow-right-triangle for all selected
12360 frames which except the innermost (where execution has stopped).
12361 (gdb-reset): Reset buffer-local values of overlay-arrow.
12362
12363 2006-03-20 Richard Stallman <rms@gnu.org>
12364
12365 * simple.el (set-mark-command): Doc fix.
12366
12367 * files.el (display-buffer-other-frame): New command.
12368 (ctl-x-4-map): Bind C-x 5 C-o to it.
12369
12370 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12371
12372 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
12373 rather than just defer-time, in case defer-time has been changed but
12374 the timer isn't running yet.
12375 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
12376
12377 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
12378
12379 * help-mode.el (help-follow-symbol): New function.
12380 Essentially identical to the old `help-follow', but do not let
12381 `push-button' do the work when on an xref.
12382 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
12383
12384 2006-03-19 Richard Stallman <rms@gnu.org>
12385
12386 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
12387 preceded by the word `program'.
12388 (help-follow-mouse, help-follow): Throw error if not on xref.
12389 Delete no longer used args.
12390
12391 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
12392
12393 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
12394 annotation ensure gud-overlay-arrow-position is redisplayed.
12395
12396 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12397
12398 * textmodes/bibtex.el (bibtex-include-OPTkey)
12399 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
12400 (bibtex-autokey-name-case-convert)
12401 (bibtex-autokey-titleword-case-convert): Make these the aliases
12402 for the following two variables.
12403 (bibtex-autokey-name-case-convert-function)
12404 (bibtex-autokey-titleword-case-convert-function): Make these the
12405 real names.
12406 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
12407 bibtex-font-lock-crossref sublists.
12408 (bibtex-mode): Revert 2005-12-30 change (which made
12409 completion-ignore-case buffer-local).
12410 (bibtex-url): Simplify.
12411
12412 2006-03-19 Kim F. Storm <storm@cua.dk>
12413
12414 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
12415 cursor property value to 2 (to align with C level change).
12416
12417 2006-03-19 Bill Wohler <wohler@newt.com>
12418
12419 * image.el (image-load-path-for-library): Shorten first line in
12420 docstring.
12421
12422 2006-03-18 Richard Stallman <rms@gnu.org>
12423
12424 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
12425
12426 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
12427
12428 * isearch.el (isearch-other-meta-char): Handle user bindings for
12429 shifted control characters.
12430
12431 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
12432
12433 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
12434 part that matches email addresses, file names, etc.
12435
12436 2006-03-18 Eli Zaretskii <eliz@gnu.org>
12437
12438 * term/w32-win.el (mouse-set-font):
12439 Mention w32-list-proportional-fonts in the doc string.
12440
12441 2006-03-18 Kim F. Storm <storm@cua.dk>
12442
12443 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
12444 (ido-unc-hosts): New user option to explicitly define list of know
12445 UNC-style hosts for completion.
12446 (ido-cache-unc-host-shares-time): New user option.
12447 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
12448 New helper functions for UNC file-name support.
12449 (ido-may-cache-directory): Check for UNC host. Simplify.
12450 (ido-wash-history): Clean out old UNC hosts.
12451 (ido-nonreadable-directory-p): UNC hosts are always readable.
12452 (ido-directory-too-big-p): UNC hosts are never too big.
12453 (ido-set-current-directory): Handle UNC root path.
12454 (ido-file-name-all-completions): Complete UNC host names from
12455 ido-unc-hosts list. Cache UNC host shares.
12456 (ido-make-file-list-1): Don't filter UNC root.
12457 (ido-exhibit): Check for // in root directory, and switch to UNC
12458 mode by setting ido-current-directory to //.
12459
12460 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
12461
12462 * cus-edit.el (customize-changed-options): Mention explicit
12463 version number as default in prompt.
12464
12465 2006-03-17 Bill Wohler <wohler@newt.com>
12466
12467 * image.el (image-load-path-for-library): Minor docstring fix.
12468
12469 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
12470
12471 * textmodes/org.el (org-read-date): Include subgroup 5 into
12472 replacement text.
12473 (org-popup-calendar-for-date-prompt): Fix customization type.
12474
12475 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
12476
12477 * progmodes/gdb-ui.el (gud-watch): Provide completion.
12478 (gdb-continuation): New variable.
12479 (gdb-send): Deal with continuation lines.
12480
12481 * progmodes/gud.el (gud-gdb-complete-command)
12482 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
12483 expressions.
12484 (gud-tooltip-mode): Use buffer-local value.
12485
12486 2006-03-16 Kim F. Storm <storm@cua.dk>
12487
12488 * ido.el (ido-edit-input): Use selected match, if any.
12489
12490 2006-03-16 Bill Wohler <wohler@newt.com>
12491
12492 * image.el (image-load-path-for-library): Prefer user's images in
12493 image-load-path.
12494
12495 2006-03-16 Martin Rudalics <rudalics@gmx.at>
12496
12497 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
12498 when checking for attempt to drag leftmost or rightmost scrollbar.
12499
12500 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
12501
12502 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
12503 (gdb-force-mode-line-update): New function.
12504 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
12505 (gdb-exited): Use them.
12506 (gdb-signal): New function.
12507 (gdb-annotation-rules): Provide a rule for it.
12508
12509 2006-03-16 Kenichi Handa <handa@m17n.org>
12510
12511 * international/mule.el (auto-coding-regexp-alist): Add entries
12512 for Unicode BOM.
12513
12514 * sort.el (sort-build-lists): Temporarily bind
12515 inhibit-field-text-motion to t.
12516
12517 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
12518
12519 * locate.el (locate-command, locate-make-command-line)
12520 (locate-fcodes-file, locate-update-command)
12521 (locate-prompt-for-command, locate, locate-with-filter)
12522 (locate-get-file-positions): Doc fixes.
12523 (locate-buffer-name, locate-header-face): Remove leading `*' in
12524 defcustom.
12525 (locate-filter-output): Use `keep-lines' instead of its alias
12526 `delete-non-matching-lines'.
12527 (locate-get-filename, locate-get-dirname): Add introductory comment.
12528 (locate-find-directory-other-window): Give appropriate error
12529 message if used outside main listing.
12530
12531 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
12532
12533 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
12534 the new extend-region feature.
12535 (font-lock-after-change-function): Update correspondingly.
12536 * jit-lock.el (jit-lock-after-change): Update correspondingly.
12537 * progmodes/grep.el (font-lock-lines-before): Don't disable.
12538
12539 2006-03-15 Bill Wohler <wohler@newt.com>
12540
12541 * image.el (image-load-path-for-library): Fix example by not
12542 recommending that one binds image-load-path. Just defvar it to
12543 placate compiler and only use it if previously defined.
12544
12545 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
12546
12547 * textmodes/org.el (org-insert-centered): Use `string-width' to
12548 make underlining work for wide characters.
12549 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
12550 TAB to `org-cycle', to make sure that no binding in
12551 `outline-mode-map' can supercede it.
12552
12553 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
12554
12555 * allout.el: Increment version to 2.2.1 in file commentary.
12556
12557 (allout-version): Increment to 2.2.1.
12558
12559 (allout-default-layout): New customization variable, used when the
12560 file lacks a specific allout-layout. Uses allout-layout-type for
12561 recursively nested definition.
12562
12563 (allout-layout-type): Widget defining allout layouts, necessary for
12564 self-recursive definition.
12565
12566 (allout-mode): Incorporate allout-default-layout as fallback for
12567 allout-layout.
12568
12569 (allout-layout): Mark as 'safe-local-variable', and refer mention
12570 fallback to `allout-default-layout' in absence of a specified value.
12571 (allout-passphrase-verifier-string)
12572 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
12573
12574 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
12575
12576 (allout-get-encryption-passphrase-verifier): Use correct name of
12577 passphrase verifier in docstring.
12578
12579 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
12580
12581 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
12582 elements.
12583 (gdb-find-watch-expression): Make it work for arrays too.
12584 Follow change to gdb-var-list.
12585 (gud-watch): Allow the user to enter variable name with a prexix
12586 arg. Create keybindings.
12587 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
12588 (gdb-var-list-children-handler, gdb-var-update-handler)
12589 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
12590 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
12591 Follow change to gdb-var-list.
12592 (gdb-starting): Don't show the overlay arrows when program is running.
12593
12594 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
12595 gdb-var-list.
12596
12597 2006-03-14 Bill Wohler <wohler@newt.com>
12598
12599 * image.el (image-load-path-for-library): Pass value of path
12600 rather than symbol. Always return list of directories.
12601 Guarantee that image directory comes first.
12602
12603 2006-03-14 Alan Mackenzie <acm@muc.de>
12604
12605 * font-core.el (font-lock-extend-region\(-function\)?.):
12606 New function/variable.
12607
12608 * font-lock.el (font-lock-after-change-function):
12609 Call font-lock-extend-region. Obey font-lock-lines-before.
12610 (font-lock-default-fontify-region): Remove reference to
12611 font-lock-lines-before.
12612
12613 * jit-lock.el (jit-lock-after-change):
12614 Call font-lock-extend-region. Obey font-lock-lines-before.
12615
12616 2006-03-14 David Ponce <david@dponce.com>
12617
12618 * tree-widget.el (tree-widget-themes-load-path)
12619 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
12620
12621 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
12622
12623 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
12624 (rcirc-print): Mark the start of text at the end of the prompt.
12625 (rcirc-track-minor-mode): Add autoload cookie.
12626 (rcirc-update-activity-string): Add space to front of mode-line
12627 indicator.
12628
12629 2006-03-13 Miles Bader <miles@gnu.org>
12630
12631 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
12632 (rcirc-abbrev-nick): Remove function.
12633 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
12634
12635 2006-03-13 David Ponce <david@dponce.com>
12636
12637 * tree-widget.el: Handle themes across all occurrences of the main
12638 themes sub-directory found in tree-widget-themes-load-path.
12639 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
12640 (tree-widget--locate-sub-directory): Return all occurrences.
12641 (tree-widget-themes-path): New function.
12642 Replace tree-widget-themes-directory, and return a list of directories.
12643 (tree-widget-set-parent-theme)
12644 (tree-widget-lookup-image): Use it.
12645
12646 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
12647
12648 * textmodes/org.el (org-link-search): Avoid self-matching of
12649 links, allow target text to be distributed over several lines.
12650 (org-search-not-link): New function.
12651 (org-set-regexps-and-options, org-get-current-options):
12652 New startup options.
12653 (org-export-as-html): Take odd-level setting from local variable.
12654 (org-fontify-emphasized-text): New option.
12655 (org-set-font-lock-defaults): Include emphasized text.
12656 (org-follow-mhe-link): Allow folder-only links, fix folder name.
12657 (org-font-lock): Customize group renamed from `org-faces'.
12658
12659 2006-03-13 John Paul Wallington <jpw@pobox.com>
12660
12661 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
12662 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
12663
12664 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
12665
12666 * cus-start.el (all): Delete :version keyword for members of the
12667 fringe group, since the entire group is new in 22.1.
12668
12669 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
12670
12671 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
12672 map if value is hexadecimal (an address).
12673 (gud-watch): Only search roots for existing watch expressions.
12674 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
12675 prevent caching problems with speedbar-update-directory-contents.
12676
12677 2006-03-12 Juri Linkov <juri@jurta.org>
12678
12679 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
12680 before comparing with `low' and `warn'.
12681
12682 * info.el (Info-dir-remove-duplicates): Move point to the
12683 beginning of the current line after deleting the entries from
12684 redundant heading. Use marker for `limit' and compare it with
12685 point before calling `re-search-forward'.
12686
12687 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
12688
12689 * simple.el (yank): Fix typo in docstring.
12690
12691 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
12692
12693 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
12694 messages, where "D" is the 6th character.
12695
12696 2006-03-11 Eli Zaretskii <eliz@gnu.org>
12697
12698 * simple.el (yank): Fix last change.
12699
12700 2006-03-11 David Ponce <david@dponce.com>
12701
12702 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
12703 merging elements from the standard ispell-dictionary-alist.
12704 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
12705 alist, and return the new alist.
12706
12707 2006-03-11 Richard Stallman <rms@gnu.org>
12708
12709 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
12710
12711 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
12712 the way it is implemented is too unclean.
12713
12714 * simple.el (kill-region, yank): Doc fix.
12715
12716 * battery.el (battery-echo-area-format): Doc fix.
12717 (battery-mode-line-format): Likewise.
12718 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
12719 (battery-linux-proc-acpi): Ignore batteries that say "charged".
12720
12721 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
12722
12723 * progmodes/octave-mod.el (octave-indent-for-comment):
12724 Behave according to do string.
12725
12726 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
12727
12728 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
12729 Be visible only if major mode is Mail Mode.
12730
12731 * textmodes/flyspell.el (flyspell-external-point-words)
12732 (flyspell-process-localwords): Fix last changes.
12733
12734 2006-03-11 Eli Zaretskii <eliz@gnu.org>
12735
12736 * calendar/holidays.el (list-holidays): Doc fix.
12737
12738 * international/mule.el (auto-coding-alist): Add .odt
12739 (OpenOffice's open document) files.
12740
12741 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
12742 document) files. Mention in the doc string the need to sync with
12743 auto-coding-alist.
12744
12745 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
12746
12747 * files.el (hack-local-variables-confirm): Don't prompt for ! if
12748 enable-local-variables is set to always query, or there is no
12749 savable variable.
12750
12751 2006-03-10 Bill Wohler <wohler@newt.com>
12752
12753 * image.el (image-load-path-for-library): Merge at least three
12754 functions from Gnus and MH-E into this one function that can now
12755 be shared.
12756
12757 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
12758
12759 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
12760 gdb-remove-mouse-face and remove help-echo too.
12761 (gdb-enqueue-input): Correct conditional clause.
12762
12763 2006-03-10 Glenn Morris <rgm@gnu.org>
12764
12765 * calendar/calendar.el (calendar-holidays): Doc fix.
12766 * calendar/holidays.el (list-holidays): Doc fix.
12767
12768 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
12769
12770 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
12771 it gets called in gdb-prompt anyway.
12772 (gdb-use-separate-io-buffer): Only restore window arrangement for
12773 gdb-many-windows.
12774 (gdb-enqueue-input): Make it harder to send GDB input when program
12775 is running.
12776 (gdb-buffer-list): New variable.
12777 (gdb-remove-mouse-face): New function.
12778 (gdb-starting): Use it when GDB input won't get sent.
12779
12780 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
12781
12782 * help.el (view-lossage): Remove trailing whitespace before
12783 inserting "\n".
12784
12785 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
12786
12787 * files.el (hack-local-variables-confirm):
12788 Set coding-system-for-read to nil before writing to .emacs.
12789
12790 * arc-mode.el (archive-extract): Check if an existing buffer name
12791 comes from a different archive.
12792
12793 * help.el (describe-key-briefly): If KEY is a down event, read and
12794 discard the up event.
12795
12796 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
12797
12798 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
12799 be edited and use font-lock-warning-face for any changes.
12800
12801 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
12802 (gdb-edit-value): Use it to report any errors.
12803
12804 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
12805
12806 * help.el (describe-key): Remove leftover test code.
12807
12808 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
12809
12810 * textmodes/org.el: Move defvars out of eval-when-compile.
12811 Use buffer-file-name variable.
12812 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
12813 arg `file'.
12814 (org-level-faces): Remove startup dependency.
12815 (org-cycle, org-map-tree, org-scan-tags)
12816 (org-remember-handler): Don't call `outline-level' directly.
12817 (org-mhe-search-all-folders): New option.
12818 (org-mhe-get-message-folder-from-index)
12819 (org-mhe-get-message-folder): Fix indexing search.
12820 (org-format-agenda-item): Handle nil TAGS argument.
12821 (org-cleaned-string-for-export, org-activate-target-links)
12822 (org-make-target-link-regexp): Deal with empty radio target list.
12823 (org-tag): New face.
12824 (org-get-level-face): New function.
12825 (org-set-font-lock-defaults): Simplify setup for headlines.
12826 (org-complete): Pass common substring to `display-completion-list'.
12827
12828 2006-03-06 David Ponce <david@dponce.com>
12829
12830 * tree-widget.el: Update Commentary header.
12831 (tree-widget-theme-name): Ignore parent themes.
12832 (tree-widget-set-parent-theme): New function.
12833 (tree-widget-set-theme): Use it.
12834 (tree-widget-set-image-properties): Move definition. Does nothing
12835 if image properties have already been set.
12836 (tree-widget-image-properties): Move definition. Receive an image
12837 name. Set the :pointer property.
12838 (tree-widget-lookup-image): Doc fix. Search in parent themes.
12839 Don't set the :pointer image property.
12840 (tree-widget-convert-widget): New function. Handle :dynargs
12841 compatibility here.
12842 (tree-widget): Use it to :convert-widget. Add the :expander-p
12843 predicate to control when the :expander function is entered.
12844 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
12845 (tree-widget-value-create): Handle :expander-p. widget-apply
12846 :expander.
12847 (tree-widget-expander-p): New function. Default value of the
12848 :expander-p property.
12849
12850 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
12851
12852 * help.el (describe-key): Properly handle the return value of
12853 read-key-sequence when grabbing an up-event. Cleanup mouse-1
12854 remaps. Handle string and vector `follow-link' values.
12855
12856 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
12857
12858 * complete.el (PC-expand-many-files): Try be more careful when parsing
12859 the shell's output.
12860
12861 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12862
12863 * outline.el (hide-sublevels): Provide better interactive default.
12864
12865 2006-03-06 Kenichi Handa <handa@m17n.org>
12866
12867 * international/fontset.el (create-fontset-from-fontset-spec):
12868 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
12869
12870 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
12871
12872 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
12873 backslashes instead of one in regexp.
12874 (gud-tooltip-dereference): Add missing optional argument.
12875
12876 2006-03-04 John Paul Wallington <jpw@pobox.com>
12877
12878 * wdired.el (toplevel): Require `cl' at compile-time.
12879
12880 2006-03-04 Andreas Schwab <schwab@suse.de>
12881
12882 * server.el (server-process-filter): Handle errors during
12883 evaluation of the argument.
12884
12885 2006-03-03 John Paul Wallington <jpw@pobox.com>
12886
12887 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
12888 escape parentheses at beginning of line.
12889 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
12890 (t-mouse-mode): Remove period from end of error message.
12891
12892 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
12893
12894 * textmodes/flyspell.el (flyspell-process-localwords):
12895 Be case-sensitive.
12896
12897 2006-03-03 Martin Rudalics <rudalics@gmx.at>
12898
12899 * cus-edit.el (custom-quote): Remove function, since it has been
12900 moved to custom.el.
12901
12902 * font-lock.el (lisp-font-lock-keywords-2)
12903 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
12904 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
12905 they have no special meaning.
12906
12907 * midnight.el (clean-buffer-list): Handle case where base-buffer of
12908 indirect buffer gets killed before indirect buffer. Use dolist.
12909
12910 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
12911
12912 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
12913 value instead of a literal constant (1) on more pauses.
12914
12915 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
12916
12917 * textmodes/flyspell.el (flyspell-external-point-words):
12918 Be case-sensitive.
12919
12920 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
12921
12922 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
12923 with "www".
12924
12925 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
12926
12927 * allout.el: Restablish intermediate missing comment header to
12928 preserve outline structure.
12929 (allout-beginning-of-current-entry): Skip invisible text.
12930 (allout-open-topic): Fix opening a topic at end-of-buffer.
12931 (allout-minor-mode): Move nearer to allout-mode function.
12932
12933 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
12934
12935 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
12936
12937 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
12938
12939 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
12940 is nil.
12941
12942 * progmodes/gud.el (gud-speedbar-menu-items):
12943 Use buffer-local-value and add missing :visible keyword.
12944
12945 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
12946
12947 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
12948
12949 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
12950 must be `follow-link'.
12951
12952 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
12953
12954 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
12955 formatting: No nested anchors.
12956 (org-all-targets): Fix bug with XEmacs compatibility.
12957 (org-read-date): Add (require 'parse-time).
12958 (org-set-tags): Fix bug with extra inserted space.
12959 (org-export-html-style): Define a style class for targets.
12960 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
12961 (org-hide-leading-stars): New option.
12962 (org-hide): New face.
12963 (org-set-font-lock-defaults): Allow to hide leading stars.
12964 (org-get-legal-level, org-tr-level): New functions.
12965 (org-odd-levels-only): New option.
12966 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
12967 (org-demote, org-promote): Deal with double-star levels.
12968 (org-convert-to-odd-levels): New command.
12969
12970 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
12971
12972 * speedbar.el (speedbar-update-localized-contents): Try to
12973 preserve window-start.
12974 (speedbar-update-directory-contents): Try to preserve window-start
12975 and window-point.
12976 (speedbar-update-special-contents): Don't move back to start of window.
12977
12978 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
12979 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
12980 speedbar-timer-fn.
12981 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
12982 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
12983 instead of gdb-speedbar-timer-fn.
12984
12985 2006-02-28 Jay Belanger <belanger@truman.edu>
12986
12987 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
12988 (math-compose-expr): Use latex option when calling
12989 `math-compose-tex-matrix' for latex mode.
12990
12991 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
12992
12993 * speedbar.el: Re-instate comments about developing for speedbar
12994 [this is what info and gdb-ui use even if better methods exist now].
12995
12996 * t-mouse.el: New file.
12997 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
12998 (t-mouse-lispy-buffer-posn-from-coords): Remove.
12999 (t-mouse-make-event-element): Use posn-at-x-y instead.
13000 (t-mouse-make-event): Deal with Fedora Core 3.
13001 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
13002 (t-mouse-mouse-position-function): New function. Use it instead
13003 of advising mouse-position.
13004 (t-mouse-mode): New minor mode.
13005 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
13006
13007 2006-02-27 Glenn Morris <rgm@gnu.org>
13008
13009 * calendar/calendar.el (calendar-holidays): Doc fix.
13010
13011 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
13012
13013 * progmodes/gdb-ui.el (gdb-source-window): New variable.
13014 Re-introduce the concept of a source window.
13015 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
13016 consistency with get-buffer-create.
13017 (def-gdb-auto-update-handler, gdb-info-locals-handler)
13018 (gdb-data-list-register-values-handler)
13019 (gdb-stack-list-locals-handler): Try to preserve window-start as
13020 well as window-point.
13021 (gdb-display-source-buffer): New function (old concept).
13022 (gdb-goto-breakpoint): Use it.
13023
13024 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
13025 for gdb-ui/gdb-mi (old concept).
13026
13027 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
13028
13029 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
13030 binding.
13031
13032 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
13033
13034 * textmodes/reftex-sel.el (reftex-select-label-map)
13035 (reftex-select-bib-map): Add `follow-mouse' binding.
13036
13037 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
13038
13039 * jka-cmpr-hook.el (jka-compr-compression-info-list)
13040 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
13041 Give :set functions to provide automatic updating.
13042 Update docstring. Give compiler defvars early in the file
13043 and move the defcustoms to a later spot where all called functions
13044 are defined.
13045 (jka-compr-file-name-handler-entry): Doc fix.
13046 (jka-compr-compression-info-list--internal)
13047 (jka-compr-mode-alist-additions--internal)
13048 (jka-compr-load-suffixes--internal): New variables.
13049 (jka-compr-install): Set the three above variables.
13050 Update `load-file-rep-suffixes' instead of `load-suffixes'.
13051 (jka-compr-update, jka-compr-set): New functions.
13052 (auto-compression-mode): Doc fix.
13053
13054 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
13055 Update `load-file-rep-suffixes' instead of `load-suffixes'.
13056 Use jka-compr-compression-info-list--internal,
13057 jka-compr-mode-alist-additions--internal and
13058 jka-compr-load-suffixes--internal.
13059
13060 * files.el (load-library):
13061 * loadhist.el (file-loadhist-lookup):
13062 * startup.el (command-line):
13063 * subr.el (locate-library):
13064 * emacs-lisp/autoload.el (update-directory-autoloads):
13065 * emacs-lisp/find-func.el (find-library-suffixes):
13066 Use `get-load-suffixes' instead of `load-suffixes'.
13067
13068 * subr.el (locate-library):
13069 * emacs-lisp/find-func.el (find-library-name):
13070 Use `load-file-rep-suffixes' instead of '("").
13071
13072 2006-02-26 Kim F. Storm <storm@cua.dk>
13073
13074 * ido.el (ido-save-history, ido-load-history): Simplify.
13075 Don't use find-file-noselect to avoid interference from other modes.
13076
13077 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
13078
13079 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
13080 to use the default shell if filename is not available.
13081 Reported by Giorgos Keramidas.
13082
13083 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
13084
13085 * progmodes/etags.el (tags-completion-table): Do completion from
13086 all the tables in the current list, as documented in the manual.
13087
13088 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13089
13090 * CC Mode Update to 5.31.3.
13091
13092 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13093
13094 * progmodes/cc-mode.el (c-postprocess-file-styles):
13095 Bind inhibit-read-only to t, around the call to
13096 c-remove-any-local-eval-or-mode-variables, so that it works on a
13097 RO file.
13098
13099 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13100
13101 * progmodes/cc-awk.el: Correct a typo.
13102
13103 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13104
13105 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
13106 c-hungry-delete-backwards, at the request of RMS. Leave the old
13107 name as an alias.
13108
13109 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13110
13111 * progmodes/cc-mode.el: Correct a typo.
13112
13113 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13114
13115 * progmodes/cc-defs.el: Update the version number to 5.31.3.
13116
13117 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13118
13119 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
13120 brace-else-brace (error due to mbeg, mend being undefined).
13121
13122 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13123
13124 * progmodes/cc-mode.el: File Local variables: Solve the problem
13125 where both `mode' and c-file-offsets are specified: `mode' will
13126 overwrite c-f-o's settings:
13127 (c-remove-any-local-eval-or-mode-variables): New function.
13128 (c-postprocess-file-styles): Call the above new function, within
13129 c-tentative-buffer-change, to splat `mode' and `eval' before the
13130 second hack-local-variables.
13131
13132 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13133
13134 * progmodes/cc-mode.el:
13135 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
13136 (c-after-change): Protect the match data with save-match-data.
13137 It was getting corrupted by c-after-change-check-<>-operators.
13138
13139 * cc-defs.el: [Supersedes patch V1.38]:
13140 (top level): Check for a buggy font-lock-compile-keywords ONLY in
13141 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
13142
13143 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
13144 with save-match-data. It was being corrupted when Font Lock was
13145 not enabled.
13146
13147 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
13148
13149 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
13150 Mode and Subword Mode.
13151
13152 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
13153 real labels ("case 1:" or "foo:") from non-labels ("public:").
13154 (c-forward-objc-directive): Replace c-forward-token-2 with crude
13155 coding; c-f-t-2 doesn't move over a token at EOB.
13156
13157 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
13158
13159 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
13160 (c-update-modeline): Concatenate the minor mode indicators
13161 directly onto mode-name, removing c-submode-indicators.
13162 Sometimes, c-s-i got separated from the mode name on the mode line.
13163
13164 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
13165 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
13166
13167 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
13168
13169 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
13170 error message when there's an evaluation error to show whether
13171 it's loaded from source or not.
13172 (c-filter-ops): Make it available at runtime too to work when
13173 `c-make-init-lang-vars-fun' needs to evaluate from source.
13174
13175 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
13176
13177 * help.el (help): Revert last part of 2006-02-23 change (deletion
13178 of the `provide' call).
13179
13180 2006-02-23 Juri Linkov <juri@jurta.org>
13181
13182 * compare-w.el (compare-windows-highlight): Add new value
13183 `persistent' and change :type from `boolean' to `choice'.
13184 (compare-windows-overlays1, compare-windows-overlays2):
13185 New internal variables.
13186 (compare-windows-highlight): If compare-windows-highlight is
13187 `persistent', add current overlays to compare-windows-overlays[12]
13188 instead of adding compare-windows-dehighlight to pre-command-hook.
13189 (compare-windows-dehighlight): Delete all overlays from
13190 compare-windows-overlays[12].
13191
13192 * info.el (Info-search): Don't bind search-spaces-regexp to
13193 Info-search-whitespace-regexp in non-regexp isearch mode.
13194
13195 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
13196
13197 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
13198
13199 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
13200
13201 * textmodes/org.el (org-xemacs-p)
13202 (org-export-html-show-new-buffer, org-table-may-need-update)
13203 (org-insert-item, org-mhe-get-message-real-folder)
13204 (org-mhe-get-message-folder-from-index)
13205 (org-mhe-get-message-folder, org-mhe-get-message-num)
13206 (org-mhe-get-header, org-make-org-heading-search-string)
13207 (org-make-org-heading-camel, org-table-sort-lines)
13208 (org-format-org-table-html, org-format-table-table-html):
13209 Fix typos in docstrings.
13210
13211 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
13212
13213 * textmodes/org.el (org-cleaned-string-for-export)
13214 (org-solidify-link-text): New function.
13215 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
13216 XEmacs, just to silence the compiler.
13217 (org-export-as-ascii, org-export-as-html-and-open):
13218 Use `org-cleaned-string-for-export' and create internal links.
13219 (org-follow-mhe-link): Require mh-e, use folder.
13220
13221 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
13222
13223 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
13224
13225 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
13226 gdb-debug-log-length.
13227 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
13228 it a real ring but...
13229 (gud-gdba-marker-filter): ...make it work like mark-ring.
13230 (gdb-enable-debug): Rename from gdb-enable-debug-log.
13231 (gdb-mouse-jump): New function. Add bindings.
13232
13233 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
13234
13235 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
13236 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
13237 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
13238 (gdb-debug-log-length): Customize it's length.
13239 (gud-watch, gdb-var-create-handler): Display function::var format
13240 but don't use to create variable object.
13241 (gdb-var-create-handler): Use message-box in place of message.
13242 (gdb-stopped): Call gdb-exited if signalled.
13243
13244 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
13245
13246 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
13247
13248 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
13249
13250 * textmodes/reftex.el (reftex-locate-file): Search all extensions
13251 if `reftex-try-all-extensions' is set.
13252
13253 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
13254 fail silently when there is no valid argument at point.
13255 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
13256 `fail-silently' argument. From a patch by David Reiter.
13257
13258 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
13259 New commands.
13260 (org-mark-ring): New variable.
13261 (org-mark-ring-length): New option.
13262 (org-open-at-point, org-goto, org-open-file): Push old position
13263 onto the mark ring.
13264 (org-add-hook): New function.
13265 (org-export-table-remove-special-lines): New option.
13266 (org-skip-comments, org-format-org-table-html): Respect new
13267 option `org-export-table-remove-special-lines'.
13268 (org-open-file): Allow special command configuration for
13269 directory link.
13270 (org-file-apps): Fix bugs in customize type, added setting
13271 for directories.
13272 (org-activate-tags, org-format-agenda-item, org-complete)
13273 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
13274 (org-get-tags, org-get-buffer-tags, org-open-at-point)
13275 (org-link-search, org-make-org-heading-search-string)
13276 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
13277 (org-radio-targets, org-file-link-context-use-camel-case)
13278 (org-activate-camels): New options.
13279 (org-update-radio-target-regexp, org-all-targets)
13280 (org-make-target-link-regexp, org-activate-target-links):
13281 New functions.
13282 (org-make-org-heading-search-string): New function.
13283 (org-store-link, org-insert-link): Use new option
13284 `org-file-link-context-use-camel-case'.
13285 (org-activate-camels): Use new option `org-activate-camels'.
13286 (org-link-regexp): Add mhe prefix.
13287 (org-open-at-point, org-store-link): Support for mhe links.
13288 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
13289 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
13290 (org-mhe-get-header, org-follow-mhe-link): New functions.
13291 (org-remove-angle-brackets, org-add-angle-brackets):
13292 New functions.
13293 (org-bracket-link-regexp): New constant.
13294 (org-read-date): Fix bug that was rejecting all typed dates.
13295 (org-link-search): Make hierarchy above visible after a match.
13296 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
13297 (org-store-link): Fix bug with link creation when cursor is in
13298 an empty line.
13299 (org-open-at-point): Fix bug with matching a link.
13300 Fixed buggy argument sequence in call to `org-view-tags'.
13301 (org-compile-prefix-format): Set `org-prefix-has-tag'.
13302 (org-prefix-has-tag): New variable.
13303 (org-format-agenda-item): Remove tags from headline
13304 if appropriate.
13305 (org-agenda-remove-tags-when-in-prefix): New option.
13306
13307 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
13308
13309 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
13310 Fix the regular expressions.
13311
13312 2006-02-21 Richard M. Stallman <rms@gnu.org>
13313
13314 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
13315 if there's no other specific basis.
13316
13317 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
13318 as variables at all.
13319 (unsafep-variable): Rename arg; doc fix.
13320
13321 * abbrevlist.el (list-one-abbrev-table): Add autoload.
13322
13323 * calendar/appt.el (diary-selective-display): Add defvar.
13324
13325 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
13326
13327 * isearch.el (search-whitespace-regexp): Fix custom type.
13328
13329 * help.el (describe-key-briefly): Compute interactive args
13330 in same was as before previous change.
13331
13332 * files.el (enable-local-variables): Doc fix.
13333
13334 2006-02-21 Kim F. Storm <storm@cua.dk>
13335
13336 * fringe.el: Cleanup as file is now pre-loaded.
13337 (fringe-bitmaps): Initialize unconditionally.
13338 (fringe-mode, set-fringe-style): Remove autoload cookies.
13339
13340 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
13341
13342 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
13343 `horizontal-bar'.
13344 (fringe-cursor-alist): Use `horizontal-bar'.
13345
13346 2006-02-20 Kim F. Storm <storm@cua.dk>
13347
13348 * fringe.el (fringe-bitmaps): Update to new bitmap names.
13349 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
13350
13351 * loadup.el: Load "fringe" on window systems.
13352
13353 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
13354
13355 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
13356 out of scope components.
13357
13358 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
13359 default.
13360
13361 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
13362
13363 * custom.el (customize-mark-to-save, customize-mark-as-set):
13364 Load the symbol first.
13365
13366 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
13367
13368 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
13369 strech spec so it doesn't display as "^J" on the header line
13370 when `Buffer-menu-use-header-line' is t.
13371
13372 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
13373
13374 * speedbar.el (speedbar-make-button): Keep text properties
13375 of string arguments if desired.
13376
13377 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
13378 expessions.
13379
13380 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
13381 of speedbar.
13382
13383 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
13384
13385 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
13386 to value of `read-file-name-completion-ignore-case'.
13387
13388 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
13389
13390 * custom.el (customize-mark-as-set): Push to `user' theme.
13391
13392 * cus-edit.el (custom-save-variables): Allow unthemed values.
13393 (customize-set-variable): Push setting to `user' theme.
13394
13395 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
13396
13397 * progmodes/gud.el: Don't require font-lock as it's now
13398 automatically loaded.
13399 (gud-speedbar-buttons): Replace gdb-var-changed with
13400 gdb-force-update.
13401
13402 * progmodes/gdb-ui.el (gdb-force-update): Rename from
13403 gdb-var-changed.
13404 (gdb-post-prompt): Use it.
13405 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
13406 (gdb-var-update-handler, gdb-var-delete)
13407 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
13408 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
13409 gdb-force-update in gdb-post-prompt.
13410 (gdb-reset): Clear watch expressions from speedbar when quitting.
13411
13412 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
13413
13414 * viper-cmd.el (viper-insert-state-post-command-sentinel)
13415 (viper-change-state-to-vi, viper-change-state-to-emacs):
13416 Make aware of cursor coloring in the Emacs state.
13417 (viper-special-read-and-insert-char): Use read-char-exclusive.
13418 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
13419
13420 * viper-init.el (viper-emacs-state-cursor-color): New variable.
13421
13422 * viper-util.el (viper-save-cursor-color)
13423 (viper-get-saved-cursor-color-in-replace-mode)
13424 (viper-get-saved-cursor-color-in-insert-mode)
13425 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
13426 state.
13427 (viper-get-saved-cursor-color-in-emacs-mode): New function.
13428
13429 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
13430 (ediff-ignore-case-option3, ediff-actual-diff-options)
13431 (ediff-actual-diff3-options): New variables to control case sensitivity.
13432 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
13433 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
13434 (ediff-toggle-ignore-case): New function.
13435 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
13436
13437 * ediff-help.el (ediff-long-help-message-narrow2)
13438 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
13439 (ediff-long-help-message-word-mode): Add ignore-case command.
13440 (ediff-help-for-quick-help): Add ignore-case command.
13441
13442 * ediff-merg.el: Move provide to the end.
13443
13444 * ediff-ptch.el: Move provide to the end.
13445
13446 * ediff-wind.el: Move provide to the end.
13447
13448 * ediff-mult.el: Move provide to the end.
13449 (ediff-set-meta-overlay): Enable follow-link.
13450
13451 * ediff.el: Move provide to the end.
13452 Break recursive load cycle in eval-when-compile.
13453 (ediff-patch-buffer): Better heuristics.
13454
13455 * ediff-util.el: Move provide to the end.
13456 Break recursive load cycle in eval-when-compile.
13457 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
13458 defuns.
13459 (ediff-submit-report): Pass the values of ediff-diff3-program,
13460 ediff-diff3-options.
13461
13462 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
13463
13464 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
13465 the opening bracket of the following bracketing pairs: {}, [], (), <>,
13466 `' (for example, in the docstring of `windmove-default-keybindings').
13467
13468 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
13469
13470 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
13471 shadow face. Don't provide binding to edit variable when it is
13472 out of scope.
13473
13474 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
13475 (gdb-var-update-handler): Detect out of scope variables with pre
13476 GDB 6.4 too.
13477 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
13478 Reset status of variable objects to nil in update handlers.
13479 (gdb-var-update-handler-1): Detect when a variable object comes
13480 in scope. setcar on var changes gdb-var-list directly.
13481
13482 2006-02-17 Juri Linkov <juri@jurta.org>
13483
13484 * ffap.el (ffap) <defface>: Add explicit face declaration.
13485 (ffap-highlight): Use face `ffap' directly instead of checking
13486 for its existence.
13487
13488 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
13489 `visible-ok' of `other-buffer' to find the right original buffer.
13490
13491 * info.el (Info-search): Skip `Local Variables' node.
13492
13493 2006-02-17 Juri Linkov <juri@jurta.org>
13494
13495 * info.el (Info-find-file): Check for symbols `apropos', `history',
13496 `toc' in the input filename, and return these symbols as is.
13497 (Info-find-node-2): Set Info-current-file to symbols `apropos',
13498 `history', `toc' instead of strings.
13499 (Info-set-mode-line): For non-string Info-current-file use the
13500 symbol's name inside **.
13501 (Info-isearch-push-state): Add quote before Info-current-file and
13502 Info-current-node.
13503 (Info-isearch-pop-state): Use `equal' instead of `string='.
13504 (Info-extract-pointer, Info-following-node-name): Use
13505 `match-string-no-properties' instead of `match-string'.
13506 (Info-up): Check `old-file' for `stringp'.
13507 (Info-history): Use `equal' instead of `string-equal'.
13508 Check `file' for `stringp'.
13509 (Info-history): Use symbol `history' instead of string as first arg
13510 of `Info-find-node'.
13511 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
13512 `toc' instead of string.
13513 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
13514 instead of `buffer-substring', and `match-string-no-properties'
13515 instead of `match-string'.
13516 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
13517 instead of strings.
13518 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
13519 Use symbol `apropos' instead of string.
13520 (Info-copy-current-node-name): Check `Info-current-file' for
13521 `stringp' and construct a command with `Info-find-node' from it.
13522 (Info-fontify-node): Use `match-string-no-properties' instead of
13523 `match-string' and check file names for `stringp'.
13524 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
13525 `history', `toc' instead of strings.
13526
13527 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
13528
13529 * files.el: Rearrange functions and variables in the file local
13530 variables section.
13531
13532 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
13533
13534 * files.el: Add truncate-lines, ispell-check-comments and
13535 ispell-local-dictionary as safe local variables.
13536
13537 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
13538
13539 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
13540 out of scope variables.
13541 (gud-speedbar-buttons): Use unless.
13542
13543 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
13544 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
13545 (gdb-show-changed-values): Also use for out of scope variables.
13546 (gdb-var-update-handler-1): Note if variable goes out of scope.
13547
13548 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
13549
13550 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
13551 default to global variable values for unsupplied args.
13552 (rcirc-get-buffer-create): Fix bug with setting the target.
13553 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
13554 test for rcirc-always-use-server-buffer-flag here.
13555 (rcirc-response-formats): Add %N, which is a facified nick. %n
13556 uses the default face. Change the ACTION format string. If the
13557 "nick" is the server, don't print anything for that field.
13558 Comment fixes.
13559 (rcirc-target-buffer): Don't test
13560 rcirc-always-use-server-buffer-flag here.
13561 (rcirc-print): Squeeze extra spaces out of the text before message.
13562 (rcirc-put-nick-channel): Strip potential "@" char from nick
13563 before adding them to nick table.
13564 (rcirc-url-regexp): Improve to match address like "foo.com".
13565
13566 2006-02-17 Eli Zaretskii <eliz@gnu.org>
13567
13568 * allout.el (allout-hidden-p): Move this defsubst before
13569 allout-overlay-interior-modification-handler, where it is first
13570 used.
13571
13572 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
13573
13574 * allout.el: Use allout invisible-text overlays instead of
13575 selective display for concealed text. Also, lots of general
13576 cleanup, and improved compatibility code.
13577
13578 (allout-version): Incremented, corrected, revised, and refined
13579 module commentary.
13580
13581 (provide 'allout): Moved to the bottom, added a require of overlay.
13582
13583 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
13584 `except-current'.
13585 (allout-write-file-hook-handler): Minimize delay.
13586 (count-trailing-whitespace-region): New function so
13587 auto-encryption of current topic can resituate cursor exactly.
13588 PGP/GPG encryption trims trailing whitespace from lines, which
13589 must be accounted for across encryption then decryption.
13590
13591 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
13592 just plain "\C-c", to avoid intruding on user's keybinding space.
13593
13594 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
13595 parameter, so user request to provide a new password is done.
13596
13597 (allout-outside-normal-auto-fill-function, allout-auto-fill):
13598 Refined mechanism for auto-filling behavior while in allout mode.
13599
13600 (allout-mode): Explicitly specify the mode map in the docstring.
13601 Clarify provision for various write-file hook var names.
13602 Adjusted for invisible-text overlays instead of selective-display.
13603
13604 (allout-depth): Really return 0 if not within any topic. This
13605 rectifies `allout-beginning-of-level' and sequence numbering
13606 errors that occur when cutting and pasting numbered topics.
13607 Changed from a in-line subst to a regular function, as well.
13608
13609 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
13610
13611 (allout-end-of-subtree, allout-end-of-subtree)
13612 (allout-end-of-entry, allout-end-of-current-heading)
13613 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
13614 (allout-show-children, allout-show-to-offshoot)
13615 (allout-hide-current-entry, allout-show-current-entry): Rectified
13616 handling of trailing blank lines between items.
13617
13618 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
13619 (allout-current-depth, allout-unprotected, allout-hidden-p)
13620 (allout-on-current-heading-p, allout-listify-exposed)
13621 (allout-chart-subtree, allout-goto-prefix)
13622 (allout-back-to-current-heading, allout-get-body-text)
13623 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
13624 (allout-hide-region-body, allout-toggle-subtree-encryption)
13625 (allout-encrypt-string, allout-encrypted-key-info)
13626 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
13627 (allout-file-vars-section-data): Adjusted for use with
13628 invisible-text overlays instead of selective-display.
13629
13630 (allout-kill-line, allout-kill-topic, allout-yank-processing):
13631 Reworked for use with invisible text overlays.
13632
13633 (allout-current-topic-collapsed-p): New function.
13634
13635 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
13636 to know when to close the containing topic.
13637
13638 (allout-pre-command-business, allout-post-command-business):
13639 Simplify undo-batching and dynamic isearch exposure.
13640
13641 (allout-set-overlay-category): New for invisible-text overlays.
13642 Sets properties of allout-overlay-category, used by
13643 allout-flag-region to set invisible-text overlay properties.
13644 (allout-get-invisibility-overlay): Get the first qualifying
13645 invisibility overlay, so we can find the extent of it.
13646 (allout-back-to-visible-text): Get to just before the beginnining
13647 of the current invisibility overlay, if any.
13648
13649 (allout-overlay-insert-in-front-handler)
13650 (allout-overlay-interior-modification-handler)
13651 (allout-before-change-handler, allout-isearch-end-handler): New
13652 functions to handle extraordinary actions affecting concealed
13653 text.
13654
13655 (allout-flag-region): Use overlays instead of selective-display
13656 for invisible text - by inheritence from the properties of
13657 allout-overlay-category in mainline Emacs, and applied
13658 property-by-property in XEmacs, some recent versions of which
13659 don't inherit the properties from the category. Provisions to
13660 respond to concealed-text edits simplified drastically.
13661
13662 (allout-isearch-rectification, allout-isearch-was-font-lock)
13663 (allout-isearch-expose, allout-enwrap-isearch)
13664 (allout-isearch-abort, allout-pre-was-isearching)
13665 (allout-isearch-prior-pos, allout-isearch-did-quit)
13666 (allout-isearch-dynamic-expose)
13667 (allout-hide-current-entry-completely): Functions deleted.
13668
13669 (allout-undo-aggregation): Explicit undo aggregation no longer
13670 necessary due to transition away from selective-display.
13671
13672 (set-allout-regexp, allout-up-current-level)
13673 (allout-next-visible-heading, allout-forward-current-level)
13674 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
13675 (allout-kill-line, allout-yank-processing, allout-show-children)
13676 (allout-expose-topic, allout-old-expose-topic)
13677 (allout-listify-exposed, allout-insert-latex-header)
13678 (allout-toggle-subtree-encryption, allout-encrypt-string)
13679 (remove-from-invisibility-spec, allout-hide-current-subtree):
13680 Ditched unused variables.
13681
13682 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
13683
13684 * textmodes/ispell.el (ispell-change-dictionary): Call
13685 ispell-buffer-local-dict instead of
13686 ispell-accept-buffer-local-defs.
13687 (ispell-local-dictionary-alist): Accept as valid any coding-system
13688 supported by Emacs.
13689 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
13690 changed to iso-8859-3.
13691
13692 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
13693
13694 * speedbar.el (speedbar-frame-width): Make an inline function
13695 instead of a macro. Use frame-width.
13696 (speedbar-try-completion, speedbar-update-contents)
13697 (speedbar-timer-fn): Use consp.
13698 (speedbar-update-localized-contents): Try to preserve point.
13699
13700 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
13701 (menu): Re-order menu items.
13702 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
13703 field.
13704 (gdb-var-update-handler-1): Use it for GDB 6.4+.
13705 (gdb-post-prompt): Speed things by not forcing update.
13706
13707 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
13708
13709 * wid-edit.el (widget-button-click): For mouse-1, cancel button
13710 press and perform default action if we get a mouse movement event.
13711
13712 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
13713
13714 * calendar/icalendar.el (icalendar--get-event-property)
13715 (icalendar--get-event-property-attributes): Fix typos in
13716 docstrings.
13717
13718 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
13719 docstring.
13720
13721 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
13722
13723 * bs.el (bs-mode): Use `buffer-disable-undo'.
13724 (bs--get-file-name): Simplify.
13725 (bs-show-in-buffer): Mark the buffer as not modified.
13726
13727 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
13728
13729 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
13730 widget-button-click.
13731
13732 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
13733 (custom-mode): Update docstring.
13734
13735 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
13736 binding.
13737
13738 * files.el (hack-local-variables-confirm): Allow scrolling if the
13739 file variable list is too long. Kill temp buffer after use.
13740
13741 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
13742
13743 * progmodes/gud.el (gdb): Improve doc string.
13744 (gdb-script-font-lock-keywords): Expand allowed character set.
13745
13746 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
13747 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
13748 (gdb-separate-io-interrupt, gdb-separate-io-quit)
13749 (gdb-separate-io-stop, gdb-separate-io-eof):
13750 Rename from gdb-inferior-* to gdb-separate-*.
13751 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
13752
13753 2006-02-14 Jay Belanger <belanger@truman.edu>
13754
13755 * calc/calc-arith.el (math-check-known-scalarp): Make sure
13756 expression is a symbol before checking that it is bound.
13757
13758 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
13759 test to see if equation can be solved.
13760
13761 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
13762
13763 * wid-edit.el (widget-button-click): Use :pressed-face property
13764 for overlay face, if it exists.
13765
13766 * cus-edit.el (custom-manual, custom-add-see-also)
13767 (custom-add-parent-links, custom-group-link): Add :pressed-face
13768 property to links.
13769
13770 * files.el (hack-local-variables): Remove ignored variables before
13771 checking if any variables need setting.
13772
13773 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13774
13775 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
13776
13777 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
13778
13779 * help.el (where-is): Fix message for remapped commands.
13780
13781 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
13782 Fix typos in docstrings.
13783
13784 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
13785
13786 * files.el (safe-local-variable-values): New option.
13787 (hack-local-variables-prop-line): Return a list of variable-value
13788 pairs if MODE-ONLY is non-nil.
13789 (hack-local-variables): Construct list of variable-value pairs,
13790 and apply or reject them in one go. Ask for confirmation if
13791 variables are not known safe.
13792 (hack-local-variables-confirm): Complete rewrite. Support
13793 `safe-local-variable-values'.
13794 (enable-local-variables): Update docstring to reflect new
13795 behavior.
13796 (ignored-local-variables): Ignore ignored-local-variables and
13797 safe-local-variable-values.
13798 (safe-local-variable-p): New function.
13799 (risky-local-variable-p): `safe-local-variable' property check
13800 moved to safe-local-variable-p.
13801 (hack-one-local-variable): Checks moved to hack-local-variables.
13802
13803 (byte-compile-dynamic, c-basic-offset, c-file-style)
13804 (c-indent-level, comment-column, fill-column, fill-prefix)
13805 (indent-tabs-mode, kept-new-versions, no-byte-compile)
13806 (no-update-autoloads, outline-regexp, page-delimiter)
13807 (paragraph-start, paragraph-separate, sentence-end)
13808 (sentence-end-double-space tab-width, version-control):
13809 Add `safe-local-variable' property.
13810
13811 * find-lisp.el: Delete nonexistent `autocompile' file variable.
13812
13813 * icomplete.el, play/landmark.el: Change nonexistent
13814 `outline-layout' file variable to `allout-layout'.
13815
13816 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
13817
13818 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
13819 (gdb-get-changed-registers): Test value of gud-minor-mode relative
13820 to gud-comint-buffer.
13821 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
13822 gdb-ui.el for gdb-mi.el.
13823 (gdb-post-prompt, gdb-get-changed-registers): Move test for
13824 registers buffer to gdb-get-changed-registers.
13825 (gdb-breakpoint-regexp): New regexp. Allow toggling and
13826 deletion of catchpoints (throw and catch).
13827 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
13828 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
13829 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
13830 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
13831 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
13832
13833 2006-02-13 Jay Belanger <belanger@truman.edu>
13834
13835 * calc/calc-arith.el (math-check-known-matrixp): Make sure
13836 expression is a symbol before checking that it is bound.
13837
13838 2006-02-13 Richard M. Stallman <rms@gnu.org>
13839
13840 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
13841 for the minibuffer too, but not if resize-mini-windows will interfere.
13842
13843 * help.el (describe-key-briefly, describe-key): Do all arg-reading
13844 inside `interactive' spec.
13845 (describe-key-briefly-internal, describe-key-internal):
13846 Functions merged back into their callers.
13847
13848 2006-02-13 Martin Rudalics <rudalics@gmx.at>
13849
13850 * info.el (info-xref-visited): Inherit from info-xref too.
13851 (Info-set-mode-line): Replace occurrences of `%' by `%%'
13852 when propertizing Info-current-file and Info-current-node.
13853
13854 2006-02-13 Juri Linkov <juri@jurta.org>
13855
13856 * tumme.el (tumme-thumbnail-storage): Fix docstring.
13857 (tumme-thumb-name): Fix per-directory format.
13858
13859 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
13860
13861 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
13862
13863 2006-02-12 Miles Bader <miles@gnu.org>
13864
13865 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
13866
13867 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
13868
13869 * tumme.el: Remove history section. If someone needs the it, it
13870 can always be found in CVS.
13871
13872 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
13873
13874 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
13875 about the Thumbnail Managing Standard option.
13876
13877 2006-02-12 Richard M. Stallman <rms@gnu.org>
13878
13879 * subr.el (substitute-key-definition): Doc fix.
13880
13881 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
13882
13883 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
13884
13885 * info.el (Info-mode): Doc fix.
13886
13887 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
13888
13889 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
13890
13891 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
13892 because on Solaris a POSIX compatible "id" is needed. Reported by
13893 Magnus Henoch <mange@freemail.hu>.
13894
13895 2006-02-12 Juri Linkov <juri@jurta.org>
13896
13897 * tumme.el: Remove todo item about Thumbnail Managing Standard.
13898 (tumme) <defgroup>: Change :group to `multimedia'.
13899 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
13900 Managing Standard.
13901 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
13902 Fix dostring.
13903 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
13904 and %y. Fix docstring.
13905 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
13906 (tumme-cmd-create-standard-thumbnail-command): New user options.
13907 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
13908 is `standard'. Fix docstring.
13909 (tumme-thumb-width, tumme-thumb-height): New user options.
13910 (tumme-external-viewer): Try to find various viewers.
13911 (tumme-get-thumbnail-image): Use `create-image' instead of
13912 constructing the `image' structure.
13913 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
13914 `standard'.
13915 (tumme-thumb-name): Add file name generation for standard storage.
13916 Simplify code for other storages.
13917 (tumme-thumb-name): Use width %w and height %h instead of size %s.
13918 Add modification time %m and thumbnail-nq8 %q.
13919 Use `tumme-cmd-create-standard-thumbnail-command' if
13920 tumme-thumbnail-storage is `standard'.
13921 (tumme-dired-insert-marked-thumbs): New autoload command.
13922 (tumme-dired-after-readin-hook): New function.
13923 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
13924 `tumme-thumb-size'.
13925 (tumme-display-image): Replace size-x %x and size-y %y with
13926 width %w and height %h.
13927
13928 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
13929 `tumme-dired-insert-marked-thumbs'.
13930
13931 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
13932
13933 * tumme.el (tumme-write-tag): Fix small bug (file name did not
13934 include path).
13935 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
13936 matching tag.
13937
13938 2006-02-12 Miles Bader <miles@gnu.org>
13939
13940 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
13941 New variables.
13942 (rcirc-abbrev-nick): New function.
13943 (rcirc-format-response-string): Rewrite to use the formats in
13944 `rcirc-response-formats' and expand escape sequences therein.
13945 A text-property `rcirc-text' is added over the actual response
13946 text to make easy to find inside the returned string.
13947 (rcirc-print): When filling, just look for the `rcirc-text'
13948 text-property to find the appropriate fill prefix, instead of
13949 using hardwired patterns.
13950
13951 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
13952
13953 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
13954 Managing Standard.
13955
13956 2006-02-11 Kim F. Storm <storm@cua.dk>
13957
13958 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
13959 Don't use insert-buffer; do insert-buffer-substring directly.
13960 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
13961
13962 2006-02-11 Martin Rudalics <rudalics@gmx.at>
13963
13964 * files.el (revert-buffer, recover-file): Replace buffer-read-only
13965 with inhibit-read-only. Suggested by Stefan Monnier.
13966 (revert-buffer): Let insert-file-contents discard
13967 buffer-undo-list. Simplify code.
13968 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
13969
13970 2006-02-11 Eli Zaretskii <eliz@gnu.org>
13971
13972 * menu-bar.el (menu-bar-select-yank): Add a doc string.
13973
13974 * help.el (describe-key-briefly): Now a wrapper for
13975 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
13976 to t. Populate yank-menu if empty.
13977 (describe-key-briefly-internal): Renamed from describe-key-briefly.
13978 (describe-key): Now a wrapper for describe-key-internal. Bind
13979 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
13980 (describe-key-internal): Renamed from describe-key.
13981
13982 2006-02-11 Milan Zamazal <pdm@zamazal.org>
13983
13984 * progmodes/glasses.el (glasses-separator): Doc fix.
13985 (glasses-original-separator): New defcustom.
13986 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
13987
13988 2006-02-11 Martin Rudalics <rudalics@gmx.at>
13989
13990 * mwheel.el (mouse-wheel-up-event): Doc fix.
13991
13992 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
13993
13994 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
13995 (tumme-dir): New function. Copied from thumbs.el.
13996
13997 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
13998
13999 * desktop.el (desktop-outvar): Fix typo.
14000 (desktop-save-buffer-p): Doc fix.
14001
14002 * subr.el (substitute-key-definition): Fix typo.
14003
14004 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14005
14006 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
14007 when window-system is mac.
14008
14009 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
14010
14011 2006-02-10 Kim F. Storm <storm@cua.dk>
14012
14013 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
14014 indirect-function instead of using condition-case.
14015
14016 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
14017
14018 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
14019 less `colloquial'...
14020
14021 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
14022
14023 * tumme.el: Add a couple of todo items.
14024
14025 2006-02-09 Lars Hansen <larsh@soem.dk>
14026
14027 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
14028 (highlight-changes-mode): Don't change desktop-locals-to-save.
14029
14030 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
14031
14032 * image-mode.el (image-toggle-display): Clear image cache if using
14033 filename.
14034
14035 2006-02-09 Masatake YAMATO <jet@gyve.org>
14036
14037 * dired-x.el (dired-guess-shell-alist-default): Add .man as
14038 a `dired-man' target.
14039
14040 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
14041 boundary of symbols.
14042
14043 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
14044
14045 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
14046
14047 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
14048
14049 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
14050 `mapcar'; return nil.
14051
14052 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
14053
14054 * mouse.el (mouse-drag-track): Don't change window if we rebind to
14055 some other event.
14056
14057 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
14058
14059 * net/rcirc.el (rcirc-startup-channels-alist):
14060 Add irc.freenode.net and #emacs as defaults.
14061 (rcirc-ignore-all-activity-flag): Remove variable.
14062 (rcirc-authinfo): New variable.
14063 (rcirc-authinfo-filename): Remove variable.
14064 (rcirc-always-use-server-buffer-flag): New flag.
14065 (rcirc): M-x rcirc will automatically connect without prompting.
14066 C-u M-x rcirc will prompt. Use rcirc-connect to create a
14067 connection in lisp.
14068 (rcirc-process-server-response-1): Remove everything but the nick
14069 portion of the sender so it doesn't need to be done everywhere
14070 else. Update related code.
14071 (global-map): Remove global keybindings.
14072 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
14073 (rcirc-send-input): Split into several functions.
14074 (rcirc-process-input-line, rcirc-process-message)
14075 (rcirc-process-command): New functions.
14076 (rcirc-target-buffer): New function to determine where to route
14077 messages.
14078 (rcirc-user-nick): Save match data.
14079 (rcirc-toggle-ignore-buffer-activity)
14080 (rcirc-update-activity-string): Remove global ignore functionality,
14081 which can be done now by toggling rcirc-track-minor-mode.
14082 (rcirc-track-minor-mode-map): New keymap.
14083 (rcirc-track-minor-mode): New minor-mode.
14084 (ignore): Make the ignore output nicer. Always print it when
14085 adding or removing nicks.
14086 (rcirc-url-regexp): Improve.
14087 (rcirc-mangle-text): Remove properties before using text in the
14088 modeline.
14089 (rcirc-authenticate): Authentication data comes from
14090 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
14091 (rcirc-server-prefix): Inherit from rcirc-server.
14092
14093 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
14094
14095 * Makefile.in (compile): Append "|| true" to the end of the `find'
14096 command, like compile-always does.
14097
14098 2006-02-08 Sam Steingold <sds@gnu.org>
14099
14100 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
14101 output from a dead connection.
14102
14103 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
14104
14105 * dired.el (dired-mode-map): Add more bindings for tumme.
14106
14107 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
14108
14109 * wdired.el (wdired-mode-map): Use remap.
14110 (wdired-get-filename): Massage.
14111 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
14112 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
14113 `keymap' property rather than `local-map'.
14114
14115 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
14116
14117 * tumme.el (tumme-get-thumbnail-image): New utility function.
14118 Suggested by from Chong Yidong.
14119 (tumme-dired-with-window-configuration): Rename from
14120 `tumme-dired'. Add code to save window configuration.
14121 (tumme-restore-window-configuration): New command to restore the
14122 window configuration that `tumme-dired-with-window-configuration'
14123 saves before it changes the window configuration.
14124 (tumme-show-all-from-dir): New command to display thumbnails for
14125 all files in a directory entered by the user, like M-x thumbs.
14126 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
14127 have been created.
14128 (tumme-display-thumbnail-original-image): Call `display-buffer'.
14129 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
14130 Remove obsolete test function.
14131
14132 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
14133
14134 * vc.el (small-temporary-file-directory): Remove defvar; there's
14135 a defcustom for it in files.el.
14136
14137 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
14138 Fix typo in message.
14139 (tumme-gallery-generate): Fix typo in `error' message.
14140 (tumme-display-window-height-correction)
14141 (tumme-display-window-width-correction, tumme-line-up-dynamic)
14142 (tumme-line-up-interactive): Dox fixes.
14143 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
14144 (tumme-restore-window-configuration, tumme-format-properties-string)
14145 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
14146 Fix typos in docstrings.
14147
14148 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
14149
14150 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
14151
14152 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
14153
14154 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
14155 User should use hook if desired.
14156
14157 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
14158 buffer if necessary.
14159 (gdb-delete-frame-or-window): New function.
14160 (gdb-breakpoints-mode-map): Bind "q" to it.
14161
14162 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
14163
14164 * textmodes/nroff-mode.el: Clean up name space.
14165 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
14166 (nroff-mode): Obey the global setting of nroff-electric-mode.
14167 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
14168
14169 * calendar/calendar.el (calendar-increment-month): Typo in last change.
14170
14171 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
14172
14173 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
14174
14175 2006-02-06 Lars Hansen <larsh@soem.dk>
14176
14177 * generic-x.el (etc-fstab-generic-mode): Add file system types
14178 cifs and usbdevfs. Allow special chars in file names.
14179
14180 2006-02-05 Jay Belanger <belanger@truman.edu>
14181
14182 Update copyright notices of the files in lisp/calc.
14183
14184 2006-02-05 Romain Francoise <romain@orebokech.com>
14185
14186 Update copyright notices of all files in the lisp/play directory.
14187
14188 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
14189
14190 * ldefs-boot.el: Regenerate.
14191
14192 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
14193
14194 2006-02-05 Kim F. Storm <storm@cua.dk>
14195
14196 * files.el (magic-mode-regexp-match-limit): New defvar.
14197 (set-auto-mode): Use it to limit magic-mode-alist matching.
14198
14199 2006-02-04 Eli Zaretskii <eliz@gnu.org>
14200
14201 * info.el (Info-index, Info-mode): Improve the description of the
14202 `i' command.
14203
14204 * ldefs-boot.el: Regenerate.
14205
14206 2006-02-03 Werner Lemberg <wl@gnu.org>
14207
14208 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
14209 greedy to find the closing bracket in \*[...] and similar
14210 expressions. This is a first rough fix -- many additional
14211 refinements are necessary to make nroff mode really usable with groff.
14212
14213 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
14214
14215 * international/mule-cmds.el (set-locale-environment):
14216 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
14217 libX11.
14218
14219 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
14220
14221 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
14222 archive are created in archive-tmpdir.
14223
14224 2006-02-02 John Paul Wallington <jpw@pobox.com>
14225
14226 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
14227 (ibuffer-fontification-alist): Use it.
14228 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
14229 to "* z" and the Ibuffer Mark menu.
14230
14231 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
14232
14233 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
14234
14235 * textmodes/table.el (*table--cell-describe-mode)
14236 (*table--cell-describe-bindings): Undo last change since
14237 print-help-return-message is not obsoleted by anything at all.
14238
14239 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
14240
14241 * emulation/cua-base.el (cua-mode): Doc fix.
14242
14243 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
14244
14245 * dframe.el (dframe-handle-make-frame-visible)
14246 (dframe-handle-iconify-frame, dframe-get-focus)
14247 (dframe-select-attached-frame, dframe-power-click)
14248 (dframe-frame-mode): Fix typos in docstrings.
14249
14250 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
14251 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
14252 Fix typos in docstrings.
14253
14254 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
14255 (hi-lock-face-buffer, hi-lock-font-lock-hook)
14256 (hi-lock-archaic-interface-message-used)
14257 (hi-lock-file-patterns-range): Fix typos in docstrings.
14258
14259 * savehist.el (savehist-loaded, savehist-load, savehist-install)
14260 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
14261
14262 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
14263 Fix typo in docstring.
14264
14265 * net/newsticker.el (newsticker--decode-iso8601-date)
14266 (newsticker--set-customvar, newsticker--buffer-insert-item)
14267 (newsticker--do-run-auto-mark-filter)
14268 (newsticker--parse-generic-feed): Doc fixes.
14269 (newsticker--retrieval-timer-list, newsticker-url-list)
14270 (newsticker-hide-immortal-items-in-echo-area)
14271 (newsticker-hide-obsolete-items-in-echo-area)
14272 (newsticker-new-item-face, newsticker--enclosure)
14273 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
14274 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
14275 (newsticker--parse-generic-feed, newsticker--cache-contains)
14276 (newsticker--stat-num-items, newsticker-download-enclosures):
14277 Fix typos in docstrings.
14278
14279 * net/rcirc.el (rcirc-debug): Doc fix.
14280 (rcirc-fill-column, rcirc-receive-message-hooks)
14281 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
14282 (rcirc-mode, rcirc-generate-new-buffer-name)
14283 (rcirc-startup-channels, rcirc-ignore-update-automatic)
14284 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
14285 Fix typos in docstrings.
14286 (rcirc-print): "?\ " -> "?\s".
14287 (rcirc-cmd-join): Improve argument/docstring consistency.
14288
14289 2006-02-01 Mark A. Hershberger <mah@everybody.org>
14290
14291 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
14292 before narrow-to-region.
14293
14294 2006-02-01 Richard M. Stallman <rms@gnu.org>
14295
14296 * simple.el (move-beginning-of-line): Scan properly for invis change.
14297
14298 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
14299
14300 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
14301
14302 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
14303 change bit only when id-format is 'integer. Reported by Matt
14304 Hodges <M.P.Hodges@rl.ac.uk>.
14305
14306 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
14307
14308 * hilit-chg.el (highlight-changes-initial-state)
14309 (highlight-changes-global-initial-state): Doc fixes.
14310 (highlight-changes-global-modes, global-highlight-changes):
14311 Fix typos in docstrings.
14312
14313 2006-02-01 Kim F. Storm <storm@cua.dk>
14314
14315 * emulation/cua-base.el (cua-mode): Mention that CUA enables
14316 transient-mark-mode in doc string.
14317
14318 2006-01-31 Richard M. Stallman <rms@gnu.org>
14319
14320 * replace.el (multi-occur): Doc fix.
14321 (multi-occur-in-matching-buffers): Rename from
14322 multi-occur-by-filename-regexp. Prefix arg says match
14323 buffer names instead of file names.
14324
14325 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
14326
14327 * bs.el: Allow non-default values of `bs-header-lines-length'.
14328 (bs--running-in-xemacs): Remove (not needed anymore).
14329 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
14330 instead of `shrink-window', thus avoiding having to compute the
14331 height of the window.
14332 (bs--up): Wrap around even when there's no header.
14333 (bs--down): Use `forward-line' instead of `next-line'.
14334
14335 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
14336
14337 * image-mode.el (image-toggle-display): Use file name if possible,
14338 instead of unnecessarily allocating a (possibly huge) lisp string.
14339
14340 2006-01-30 John Paul Wallington <jpw@pobox.com>
14341
14342 * subr.el (toplevel): Define `cl-assertion-failed' condition here
14343 because the `assert' macro signals it at runtime.
14344
14345 * emacs-lisp/cl.el (toplevel): Remove definition of
14346 `cl-assertion-failed' condition.
14347
14348 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
14349
14350 * thumbs.el (thumbs-marked-list): Make buffer-local and
14351 permanent-local.
14352 (thumbs-insert-thumb): Make help-echo non-sticky.
14353 (thumbs-file-alist): Use eolp as check for (non)-image.
14354
14355 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
14356
14357 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
14358 (ediff-before-session-group-setup-hooks)
14359 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
14360 Fix typos in docstrings.
14361
14362 * window.el (bw-dir, bw-eqdir, balance-windows)
14363 (split-window-keep-point): Fix typos in docstrings.
14364
14365 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
14366 (org-quote-string, org-calendar-to-agenda-key)
14367 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
14368 (org-show-following-heading, org-tags-column)
14369 (org-use-tag-inheritance, org, org-allow-space-in-links)
14370 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
14371 (org-enable-table-editor, org-calc-default-modes)
14372 (org-table-allow-automatic-line-recalculation)
14373 (org-export-html-style, org-export-with-fixed-width)
14374 (org-export-with-sub-superscripts, org-special-keyword)
14375 (org-formula, org-time-grid, org-table-may-need-update)
14376 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
14377 (org-goto-quit, org-get-indentation, org-end-of-item)
14378 (org-move-item-down, org-move-item-up)
14379 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
14380 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
14381 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
14382 (org-agenda-log-mode, org-agenda-toggle-diary)
14383 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
14384 (org-agenda-file-to-end, org-agenda-no-heading-message)
14385 (org-agenda-get-closed, org-format-agenda-item)
14386 (org-cmp-priority, org-cmp-category, org-cmp-time)
14387 (org-agenda-change-all-lines, org-agenda-diary-entry)
14388 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
14389 (org-link-search, org-camel-to-words, org-open-file)
14390 (org-remember-handler, org-table-convert-region)
14391 (org-table-move-row-down, org-table-move-row-up)
14392 (org-table-copy-region, org-table-wrap-region)
14393 (org-table-toggle-vline-visibility)
14394 (org-table-get-vertical-vector, org-table-modify-formulas)
14395 (org-table-get-specials, org-recalc-commands)
14396 (org-table-rotate-recalc-marks, org-table-eval-formula)
14397 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
14398 (org-level-color-stars-only, org-insert-heading):
14399 Fix typos in docstrings.
14400 (last-arg): Add defvar.
14401
14402 * makefile.w32-in (WINS): Add erc.
14403 (MH_E_SRC): Update (copied from lisp/Makefile.in).
14404
14405 2006-01-29 Bill Wohler <wohler@newt.com>
14406
14407 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
14408 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
14409 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
14410 (mh-autoloads): Don't use comments on otherwise empty lines.
14411
14412 2006-01-29 Edward O'Connor <ted@oconnor.cx>
14413
14414 * emulation/viper.el (viper-major-mode-modifier-list):
14415 Add insert-state and vi-state entries for erc-mode.
14416 (viper-go-away, viper-set-hooks): Add and remove
14417 viper-comint-mode-hook from erc-mode-hook as appropriate.
14418
14419 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
14420
14421 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
14422
14423 * bs.el (bs--format-aux): Implement `middle' alignment as
14424 described in the docstring for `bs-attributes-list'.
14425 (bs--get-name): Simplify. Don't pad the buffer name.
14426
14427 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
14428
14429 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
14430 English aspell dictionary is installed, use the first entry of
14431 ispell-dictionary-alist-1.
14432
14433 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
14434
14435 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
14436 Doc fix.
14437
14438 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
14439
14440 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
14441 for `process-file', in order to let it work for older Emacsen too.
14442
14443 2006-01-27 Eli Zaretskii <eliz@gnu.org>
14444
14445 * international/latexenc.el: Add a suitable `coding:' tag.
14446 (latexenc-find-file-coding-system): Undo last change.
14447
14448 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
14449
14450 * international/latexenc.el (latexenc-find-file-coding-system):
14451 Make sure latexenc-main-file is a regular file and is readable.
14452
14453 2006-01-27 Andre Spiegel <spiegel@gnu.org>
14454
14455 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
14456 Pass FILE to vc-user-login-name.
14457
14458 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
14459
14460 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
14461
14462 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
14463 there are no more images to display.
14464 (thumbs-mark, thumbs-unmark): Revert change so that they move to
14465 the next image.
14466
14467 2006-01-26 Richard M. Stallman <rms@gnu.org>
14468
14469 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
14470
14471 * wid-edit.el (advertised-widget-backward): New alias.
14472 (widget-keymap): Use advertised-widget-backward for S-TAB.
14473
14474 * tumme.el: Correct the keywords.
14475 (tumme-dir-max-size): Use defvar.
14476 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
14477
14478 * simple.el (move-beginning-of-line): Take account of fields.
14479 (clone-indirect-buffer-other-window): Take args like
14480 clone-indirect-buffer, and work like it.
14481
14482 * help-fns.el (describe-function): Don't pass `nil' as default.
14483
14484 * files.el (risky-local-variable-p): Follow var aliases.
14485
14486 * subr.el (lazy-completion-table): Doc fix.
14487
14488 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
14489 global binding of `line'.
14490
14491 2006-01-25 Andre Spiegel <spiegel@gnu.org>
14492
14493 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
14494 Tramp.
14495
14496 * vc.el (vc-default-dired-state-info): Pass FILE to
14497 vc-user-login-name.
14498 (vc-default-update-changelog): Don't use vc-user-login-name, we
14499 don't need it here.
14500
14501 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
14502 no longer necessary.
14503
14504 2006-01-25 Kenichi Handa <handa@m17n.org>
14505
14506 * international/mule.el (decode-char): Avoid the overhead of
14507 calling utf-lookup-subst-table-for-decode if
14508 utf-translate-cjk-mode is nil.
14509 (encode-char): Avoid the overhead of calling
14510 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
14511 nil.
14512
14513 2006-01-22 Kenichi Handa <handa@m17n.org>
14514
14515 * international/mule.el (make-subsidiary-coding-system): Reset
14516 `coding-system-define-form' property of subsidiaries to nil.
14517 Avoid duplicated entry in coding-system-alist.
14518 (make-coding-system): Avoid duplicated entry in
14519 coding-system-alist.
14520 (define-coding-system-alias): Likewise.
14521
14522 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
14523
14524 * completion.el: Minor fixes in introductory comment.
14525 (completion-def-wrapper): Fix alist.
14526
14527 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
14528
14529 * thumbs.el (thumbs-new-image-size): New function.
14530 (thumbs-increment-image-size-element)
14531 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
14532 (thumbs-decrement-image-size): Delete.
14533 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
14534 temp files and use to resize.
14535 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
14536 Use increment argument to enlarge/shrink. Preserve point.
14537 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
14538 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
14539 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
14540 (thumbs-mark, thumbs-unmark): Preserve point.
14541 (thumbs-modify-image): Keep old temp files and use to modify.
14542 Cleanup old temp files at load time. Preserve point.
14543 (thumbs-view-image-mode-map): Use new command names.
14544
14545 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
14546
14547 * log-view.el (log-view-minor-wrap): First rev is the one at point.
14548
14549 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
14550 the nastiest part of the cyclic dependency.
14551 (cal-menu-update): Use dotimes and calendar-increment-month.
14552
14553 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
14554 (calendar-week-start-day): Add an :initializer.
14555 (calendar-mode-map): Use suppress-keymap, and command remapping.
14556 (describe-calendar-mode): Setup xref-stack info for the back button.
14557 (calendar-star-date): Insert before delete.
14558 (calendar-set-mode-line): Add file-modified info if applicable.
14559 (calendar-increment-month): New function.
14560
14561 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
14562
14563 * font-lock.el (lisp-font-lock-keywords-2):
14564 Recognize "& keywords" only at word boundaries.
14565
14566 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
14567
14568 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
14569 and permanent-local.
14570 (thumbs-max-image-number): New variable.
14571 (thumbs-do-thumbs-insertion): Use them.
14572 (thumbs-per-line): Change default to 4.
14573 (thumbs-marked-list): Rename from thumbs-markedL.
14574 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
14575 (thumbs-rename-images): Use -list instead of L for internal variables.
14576 (thumbs-call-convert): Use call-process instead of shell-command.
14577 (thumbs-insert-thumb): Add filename as help-echo to each image.
14578 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
14579 Give dir to thumbs-show-thumbs-list.
14580 (thumbs-show-thumbs-list): Set default-directory to that of images.
14581 (thumbs-dired-show): Rename from thumbs-dired-show-all.
14582 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
14583 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
14584 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
14585
14586 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
14587
14588 * ses.el (ses-read-cell): Provide a default value.
14589
14590 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
14591
14592 * term/w32-win.el (image-library-alist): Add additional names for
14593 GIF library.
14594
14595 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
14596
14597 * international/latexenc.el (latexenc-find-file-coding-system):
14598 Add file-regular-p check.
14599
14600 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
14601
14602 * simple.el (clone-buffer): Don't show the new buffer in the same
14603 window.
14604
14605 2006-01-23 Juri Linkov <juri@jurta.org>
14606
14607 * faces.el (link, link-visited): New faces based on default values
14608 of `info-xref' and `info-xref-visited'.
14609
14610 * info.el (info-xref): Inherit from `link'.
14611 (info-xref-visited): Inherit from `link-visited'.
14612
14613 * cus-edit.el (custom-buffer-create-internal): Use widget type
14614 `custom-manual' instead of `info-link' and don't set properties
14615 `button-face' and `mouse-face' explicitly.
14616 (custom-browse-group-tag, custom-browse-variable-tag)
14617 (custom-browse-face-tag): Inherit from widget class
14618 `custom-group-link' instead of `push-button'.
14619 (custom-button-unraised): Inherit from `underline' face.
14620 (custom-link): Inherit from `link' face. Fix doc and group.
14621 (custom-add-parent-links, custom-group-value-create): Don't set
14622 properties `button-face' and `mouse-face' explicitly for
14623 `custom-group-link' widget.
14624 (custom-group-link): Add properties `button-face' and `mouse-face'
14625 to widget definition.
14626 (custom-field-keymap): New variable. Put `custom-field-keymap' to
14627 editable-field's :keymap property.
14628 (custom-mode): Fix docstring: substitute keybindings for
14629 `widget-forward' and `widget-backward' from `widget-keymap',
14630 `widget-complete' from `custom-field-keymap', replace old
14631 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
14632
14633 * desktop.el (desktop-load-file): Check for `fboundp' before
14634 calling `symbol-function'.
14635
14636 * simple.el (clone-buffer, clone-indirect-buffer)
14637 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
14638 `read-string'. Fix prompts.
14639
14640 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
14641
14642 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
14643
14644 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
14645
14646 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
14647
14648 * startup.el (inhibit-splash-screen, initial-scratch-message):
14649 Doc fixes.
14650
14651 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
14652
14653 Sync with Tramp 2.0.52.
14654
14655 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
14656 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
14657 `tramp-unload-tramp' for checklist.
14658
14659 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
14660 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
14661 (tramp-unload-file-name-handler-alist)
14662 (tramp-unload-tramp): New defuns.
14663 (tramp-advice-PC-expand-many-files): New defadvice.
14664 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
14665 removed.
14666 (tramp-handle-expand-file-name): Remove double slash.
14667 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
14668 It doesn't matter, because it will be converted later on.
14669 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
14670 implementation was just heuristic.
14671 (tramp-post-connection): Set uid and gid properties.
14672 (tramp-convert-file-attributes): Set file's gid change bit.
14673 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
14674 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
14675 in case of su(do)? methods. The home directory of the local user
14676 will be taken else.
14677 (tramp-open-connection-telnet)
14678 (tramp-open-connection-rsh, tramp-open-connection-su)
14679 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
14680 local shell prompt could hurt. Reported by Romain Francoise
14681 <romain@orebokech.com>.
14682 (tramp-let-maybe): Add `edebug-form-spec' property.
14683 (tramp-handle-expand-file-name): Bind `default-directory' locally
14684 to "/" in order to avoid problems with UNC shares or Cygwin
14685 mounts.
14686 (tramp-md5-function): Fix typo in error message.
14687
14688 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
14689
14690 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
14691 for byte-compiler pacification.
14692
14693 2006-01-22 Andre Spiegel <spiegel@gnu.org>
14694
14695 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
14696 ID-FORMAT `string'. This allows us to get rid of
14697 `vc-user-login-name UID'.
14698
14699 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
14700
14701 2006-01-22 John Paul Wallington <jpw@pobox.com>
14702
14703 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
14704
14705 2006-01-21 Martin Rudalics <rudalics@gmx.at>
14706
14707 * emacs-lisp/find-func.el (find-definition-noselect)
14708 (find-variable-noselect): Search variables in C source code too.
14709 (find-function-C-source, find-function-noselect, find-function)
14710 (find-function-other-frame, find-variable-noselect, find-variable)
14711 (find-variable-other-frame, find-variable-at-point):
14712 Fix docstrings.
14713
14714 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
14715
14716 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
14717
14718 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
14719
14720 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
14721 Default to disabling the "Save affix" question.
14722
14723 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
14724
14725 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
14726 the first arg to run-python.
14727
14728 2006-01-21 Eli Zaretskii <eliz@gnu.org>
14729
14730 * startup.el (command-line-1): Handle --no-desktop if desktop.el
14731 is not loaded.
14732
14733 2006-01-20 Jay Belanger <belanger@truman.edu>
14734
14735 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
14736 limit is 0.
14737
14738 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
14739 the correct variable.
14740
14741 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
14742
14743 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
14744 link. Fixed buggy argument sequence in call to `org-view-tags'.
14745 (org-compile-prefix-format): Set `org-prefix-has-tag'.
14746 (org-prefix-has-tag): New variable.
14747 (org-format-agenda-item): Remove tags from headline if
14748 appropriate.
14749 (org-agenda-remove-tags-when-in-prefix): New option.
14750 (org-get-tags-at): New function.
14751
14752 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
14753
14754 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
14755 (thumbs-find-image): Move image name and number from buffer name
14756 to mode name. Set thumbs-buffer. Preserve point so that large
14757 images remain visible.
14758 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
14759 order.
14760 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
14761 mode name.
14762 (thumbs-next-image, thumbs-previous-image): Make them work.
14763
14764 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
14765
14766 * cus-edit.el (custom-buffer-create-internal): State in the text above
14767 the whole buffer buttons that they do not operate on hidden items.
14768 (custom-face-menu): Use `custom-face-save' instead of
14769 `custom-face-save-command'.
14770 (custom-face-save-command): Make it an alias for `custom-face-save'
14771 and declare it obsolete.
14772 (custom-face-save): Doc fix.
14773
14774 * dired.el (dired-no-confirm): Add quote.
14775 (dired-subdir-alist-pre-R): Add quote in
14776 `make-variable-buffer-local' form and remove unbalanced parenthesis.
14777
14778 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
14779
14780 * textmodes/table.el (table-mode-indicator): Typo in last change.
14781
14782 2006-01-19 Richard M. Stallman <rms@gnu.org>
14783
14784 * outline.el (hide-leaves): Don't call outline-end-of-heading.
14785 Fixes bug reported in Nov 2005.
14786
14787 * isearch.el (isearch-forward): Doc fix.
14788
14789 * dired.el (dired-move-to-filename-regexp): Define as alias.
14790 (dired-no-confirm): Use defcustom.
14791 (dired-subdir-alist-pre-R): Put defvar at top level.
14792
14793 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
14794
14795 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
14796 Mark as risky.
14797
14798 * simple.el (set-mark-command): Doc fix.
14799 (clone-indirect-buffer-other-window):
14800 Read arg like clone-indirect-buffer.
14801 (move-beginning-of-line): Skip invisible newlines.
14802
14803 2006-01-19 Masatake YAMATO <jet@gyve.org>
14804
14805 * progmodes/cpp.el (cpp-edit-load): Make the order of
14806 listed conditions in a base C code buffer and its associate
14807 CPP Edit buffer the same.
14808
14809 2006-01-19 Kenichi Handa <handa@m17n.org>
14810
14811 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
14812 (rmail-mime-feature): Likewise.
14813 (rmail-require-mime-maybe): Use display-warning to show a warning
14814 message.
14815
14816 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
14817 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
14818
14819 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
14820
14821 * array.el: Move defvars out of eval-when-compile.
14822 (array-make-template): Replace undeclared global var with a local one.
14823 (array-mode): Inline initialization functions.
14824 (array-init-local-variables, array-init-max-row)
14825 (array-init-max-column, array-init-columns-per-line)
14826 (array-init-field-width, array-init-rows-numbered)
14827 (array-init-line-length, array-init-lines-per-row): Remove.
14828
14829 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
14830 (doc-mode-map): Define explicitly.
14831 (doctor-txtype): Use mapc.
14832
14833 * textmodes/table.el: Move defvars out of eval-when-compile.
14834 Remove harmful code meant to avoid byte-compiler warnings.
14835 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
14836 specification that checks table-fixed-width-mode directly.
14837 (table-recognize-region, table-recognize-cell):
14838 Use restore-buffer-modified-p.
14839 (table-fixed-width-mode): Remove code that refreshes
14840 table-fixed-mode-indicator.
14841 (*table--cell-describe-bindings, *table--cell-describe-mode):
14842 Avoid obsolete name print-help-return-message.
14843 (table--test-cell-list): Don't use replace-regexp from elisp.
14844 (table--point-entered-cell-function, table--point-left-cell-function):
14845 Don't set table-fixed-mode-indicator, use force-mode-line-update.
14846
14847 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
14848 that was after the end of file. Use buffer-file-name variable.
14849 (org-timestamp-change): Use with-current-buffer.
14850 (org-todo-list): Don't unnecessarily define a new buffer-local var.
14851 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
14852 `file'.
14853
14854 * progmodes/fortran.el: Move defvars out of eval-when-compile.
14855 (fortran-break-line): Remove unused var `opoint'.
14856 (fortran-abbrev-start): Obey help-event-list.
14857
14858 2006-01-18 Jesper Harder <harder@phys.au.dk>
14859
14860 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
14861
14862 2006-01-18 Masatake YAMATO <jet@gyve.org>
14863
14864 * progmodes/make-mode.el (makefile-imake-mode): New mode
14865 derived from makefile-mode.
14866 (makefile-imake-mode-syntax-table): New syntax table
14867 derived from makefile-mode-syntax-table.
14868 (makefile-mode): Write about makefile-imake-mode in doc string.
14869 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
14870 (makefile-imake-font-lock-keywords): New font lock keywords.
14871
14872 * files.el (auto-mode-alist): Add Imakefile.
14873
14874 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
14875
14876 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
14877 loading the file rather than when turning on flyspell-mode.
14878
14879 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
14880
14881 * cus-edit.el (customize-rogue): Minor doc fix.
14882
14883 2006-01-17 Juri Linkov <juri@jurta.org>
14884
14885 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
14886 instead of the file at the mark as default if the file at the mark
14887 is the same as the file at point or if dired-dwim-target-directory
14888 is not the same as the current directory and the mark is not active.
14889
14890 * log-view.el (log-view-minor-wrap): Use the same logic to get
14891 revisions as `log-view-diff'.
14892
14893 * info.el (Info-revert-find-node): Check for Info-current-file
14894 before preserving new-history.
14895
14896 * man.el (Man-heading-regexp): Add `/'.
14897
14898 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
14899 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
14900
14901 2006-01-16 Juri Linkov <juri@jurta.org>
14902
14903 * faces.el (mode-line-faces): New defgroup.
14904 (mode-line-highlight): Move definition after new defgroup.
14905 (mode-line, mode-line-inactive, mode-line-highlight):
14906 Replace :group `modeline' with `mode-line-faces'.
14907 (mode-line-buffer-id): New face.
14908 (modeline-buffer-id): New face alias.
14909 (vertical-border): Remove :group `modeline'.
14910
14911 * bindings.el (propertized-buffer-identification): Use face
14912 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
14913 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
14914 (mode-line-buffer-identification-keymap): For mouse-1 replace
14915 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
14916 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
14917 mouse-3.
14918
14919 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
14920 Buffer-menu-buffer. Doc fix.
14921 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
14922 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
14923 `Buffer-menu-buffer'.
14924
14925 * info.el (Info-mode-line-node-keymap): New defvar.
14926 (Info-set-mode-line): Use `stringp' to check Info-current-file.
14927 Propertize Info-current-node with `mode-line-buffer-id' and
14928 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
14929
14930 * time.el (display-time-mail-face): Replace :group `faces' with
14931 `mode-line-faces'.
14932
14933 2006-01-16 Kenichi Handa <handa@m17n.org>
14934
14935 * international/code-pages.el: Add autoload cookies for cp125[0345678].
14936
14937 * language/european.el (cp1252): New alias for windows-1252.
14938
14939 * international/mule.el (autoload-coding-system): Prepare for EOL
14940 variants.
14941
14942 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
14943
14944 * term.el (term-raw-map): Add mapping for insert.
14945 (term-send-insert): New.
14946 (term-mode): Make variables local here instead of doing it in
14947 `term-emulate-terminal'.
14948 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
14949 Scroll reverse needs to take into account the scroll region.
14950 Saving and restoring the cursor should save the color attributes too.
14951 (term-reset-terminal): Reset the scroll region.
14952 (term-handle-ansi-escape): Cursor up and down should take into
14953 account the scroll region.
14954 (term-set-scroll-region): Rename from `term-scroll-region'.
14955 Move to 0,0 after setting the region.
14956 (term-handle-scroll): Handle scroll up.
14957 (term-down): Fix off by one error.
14958 (term-delete-lines): Do not delete outside the scroll region.
14959 (term-insert-lines): Take into account the scroll region.
14960
14961 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
14962
14963 * textmodes/ispell.el (ispell-internal-change-dictionary)
14964 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
14965 (start, end): Move declaration outside of eval-when-compile.
14966
14967 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
14968 (flyspell-mode-on): Use it.
14969
14970 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
14971 ispell-kill-ispell-hook.
14972
14973 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
14974
14975 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14976 (Custom-reset-saved): Do not ask for confirmation in single option
14977 buffers.
14978
14979 2006-01-13 Richard M. Stallman <rms@gnu.org>
14980
14981 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
14982
14983 2006-01-13 Romain Francoise <romain@orebokech.com>
14984
14985 * add-log.el (add-change-log-entry, change-log-merge):
14986 Conditionally use `hard-newline'.
14987
14988 2006-01-13 Martin Rudalics <rudalics@gmx.at>
14989
14990 * wid-edit.el (widget-field-end): If the overlay is no longer
14991 associated with a buffer, behave as if the overlay didn't exist.
14992
14993 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
14994 Make sure the links use the `custom-link' face.
14995
14996 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
14997
14998 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
14999 (ld-script-mode): Don't set indent-line-function since we don't
15000 have one.
15001
15002 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
15003
15004 * textmodes/org.el (org-open-file): Use mailcap for selecting an
15005 application.
15006 (org-file-apps-defaults-gnu): Use mailcap as the default for
15007 selecting an application on a UNIX system.
15008 (org-agenda-show-tags): New command.
15009 (org-table-insert-hline): Keep cursor in current table line.
15010 (org-table-convert): Offset effect of modifying
15011 `org-table-insert-hline'.
15012 (org-format-agenda-item): New optional argument TAG.
15013 (org-compile-prefix-format): Handle %T format for the tag.
15014 (org-expand-wide-chars): New function.
15015 (org-table-insert-row, org-table-insert-hline):
15016 Use `org-expand-wide-chars'.
15017 (org-open-file): Fix bug in program launch.
15018 (org-get-time-of-day): Fix bug with times before 1am.
15019 (org-agenda-menu): Add tags commands.
15020
15021 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
15022
15023 * textmodes/ispell.el (ispell-init-process): Include the used
15024 dictionary in ispell process start message.
15025 (ispell-internal-change-dictionary): When flyspell-mode is active
15026 and dictionary is changed, make sure ispell process is restarted
15027 and flyspell word cache cleared out for the current buffer.
15028 (ispell-change-dictionary): Make sure flyspell word cache is
15029 cleared out in all buffers with active flyspell mode when
15030 dictionary is globally changed.
15031 Call ispell-internal-change-dictionary after dictionary change.
15032
15033 2006-01-13 Eli Zaretskii <eliz@gnu.org>
15034
15035 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
15036
15037 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
15038 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
15039 years. Fix small differences wrt Makefile.in.
15040 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
15041 Makefile.in does.
15042
15043 2006-01-12 Bill Wohler <wohler@newt.com>
15044
15045 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
15046 mh-search.el.
15047
15048 2006-01-12 Masatake YAMATO <jet@gyve.org>
15049
15050 * progmodes/ld-script.el: Update copyright year.
15051
15052 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
15053
15054 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
15055 Don't add widget if setting undefined.
15056
15057 2006-01-12 John Paul Wallington <jpw@pobox.com>
15058
15059 * help-fns.el (describe-variable): Remove newlines from void
15060 variable output.
15061
15062 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
15063
15064 * wdired.el (wdired-mode-map): Add help echo for
15065 wdired-abort-changes.
15066
15067 * man.el (Man-file-name-regexp): Adjust for a list of files.
15068
15069 2006-01-12 Masatake YAMATO <jet@gyve.org>
15070
15071 * progmodes/ld-script.el (auto-mode-alist): Support
15072 suffix conventions used in netbsd and eCos.
15073
15074 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
15075
15076 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
15077 (custom-variable-menu, custom-face-menu, custom-group-menu)
15078 (Custom-mode-menu): Change names of menu items. (As discussed on
15079 emacs-devel.)
15080 (custom-face-menu): Add "Undo Edits" item.
15081
15082 * startup.el (init-file-user): defcustom -> defvar.
15083
15084 * tooltip.el (tooltip-mode): Doc fix.
15085
15086 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
15087
15088 * reveal.el (reveal-post-command): window-buffer signals an error on
15089 dead windows rather than returning nil.
15090 (reveal-open-new-overlays): An overlay might die while we open others.
15091
15092 2006-01-11 Bill Wohler <wohler@newt.com>
15093
15094 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
15095 phrasing in docstring.
15096
15097 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
15098 can give some systems gas. Add new file mh-buffers.el.
15099
15100 2006-01-06 Masatake YAMATO <jet@gyve.org>
15101
15102 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
15103 C preprocessor forward ported from GNU Emacs 21.2.
15104
15105 * progmodes/asm-mode.el (asm-font-lock-keywords):
15106 Use `cpp-font-lock-keywords'.
15107
15108 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
15109
15110 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
15111 of $ for "\\.ld[s]?".
15112
15113 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
15114
15115 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
15116 (tcl-indent-line): Return `noindent' if inside a string.
15117
15118 * progmodes/flymake.el (flymake-split-string): Remove more than one
15119 empty string at beg/end of the result.
15120 (flymake-find-buildfile, flymake-find-possible-master-files):
15121 Use expand-file-name.
15122 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
15123 since expand-file-name does it for us. Use directory-file-name.
15124 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
15125 (flymake-ler-get-type, flymake-ler-get-text)
15126 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
15127 (flymake-current-line-no): Remove spurious interactive spec.
15128 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
15129 (flymake-check-include): Remove arg inc-path merged into inc-name.
15130 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
15131 Arg regexp-list replaced by a simple regexp.
15132 (flymake-master-make-header-init, flymake-master-tex-init):
15133 Correspondingly replace regexp-list with a regexp. Fix regexp.
15134
15135 2006-01-10 Simon Josefsson <jas@extundo.com>
15136
15137 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
15138 describing AUTH PLAIN fix.
15139
15140 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
15141
15142 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
15143 (report-emacs-bug): Don't record initial prompt text.
15144 Instead, add text properties to prompting text.
15145 (report-emacs-bug-hook): Delete prompting text.
15146
15147 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
15148
15149 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
15150 `dirs'. Adjust callers.
15151
15152 2006-01-09 John Paul Wallington <jpw@gnu.org>
15153
15154 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
15155
15156 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
15157
15158 * reveal.el (reveal-open-new-overlays): New extracted fun.
15159 (reveal-close-old-overlays): Idem. Check overlays's liveness before
15160 using them. Simplify the code.
15161 (reveal-post-command): Use them. Fix up obsolete windows in
15162 reveal-open-spots.
15163
15164 * progmodes/flymake.el: Use `require' rather than autoload for
15165 XEmacs's overlays.
15166 (flymake-get-common-file-prefix, flymake-build-relative-filename):
15167 Delete. Use file-relative-name instead.
15168 (flymake-get-syntax-check-program-args, flymake-perl-init):
15169 Simplify the resulting code.
15170
15171 * log-view.el (log-view-file-re, log-view-message-re): Add support
15172 for DaRCS output.
15173
15174 2006-01-09 Alex Schroeder <alex@gnu.org>
15175
15176 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
15177 identifiers sometimes added in square brackets at the beginning of
15178 subject lines.
15179
15180 2006-01-07 Richard M. Stallman <rms@gnu.org>
15181
15182 * cus-edit.el (Custom-set, Custom-save): Doc fix.
15183 (Custom-reset-current, Custom-reset-saved): Change question text.
15184 (Custom-reset-standard): Likewise.
15185 (custom-variable-reset-saved): Doc fix.
15186
15187 2006-01-07 Eli Zaretskii <eliz@gnu.org>
15188
15189 * startup.el (init-file-user): Doc fix.
15190
15191 2006-01-07 Alex Schroeder <alex@gnu.org>
15192
15193 * mail/rmail.el (rmail-current-subject): New function.
15194 (rmail-current-subject-regexp): New function.
15195 (rmail-next-same-subject): Use it.
15196
15197 * mail/rmailsum.el (rmail-summary-by-topic):
15198 Use rmail-current-subject and rmail-current-subject-regexp.
15199 (rmail-summary-next-same-subject): Ditto.
15200
15201 * net/rcirc.el (rcirc-send-input): No longer check whether the
15202 process is open, since not all commands need an open process.
15203 (rcirc-send-string): Check whether the process is open before
15204 sending anything.
15205 (rcirc-ignore-list): New option.
15206 (rcirc-ignore-list-automatic): New variable.
15207 (rcirc-print): Take rcirc-ignore-list into account.
15208 (rcirc-cmd-ignore): New command.
15209 (rcirc-ignore-update-automatic): New function.
15210 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
15211 list if ignored nicks.
15212 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
15213
15214 2006-01-06 David Reitter <david.reitter@gmail.com>
15215
15216 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
15217 reflect the address to which the report will be sent.
15218
15219 2006-01-06 Eli Zaretskii <eliz@gnu.org>
15220
15221 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
15222 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
15223
15224 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
15225
15226 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
15227
15228 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
15229 the doc string: "functoin" => "function".
15230 * ldefs-boot.el: Likewise.
15231
15232 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
15233 message text: "Duplicat" => "Duplicate".
15234
15235 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
15236
15237 * files.el (basic-save-buffer-2): If backing-up failed, reset
15238 buffer-backed-up to nil.
15239
15240 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
15241
15242 * progmodes/gud.el (gdb-script-skip-to-head)
15243 (gdb-script-calculate-indentation): Indent for breakpoint command
15244 lists also.
15245
15246 2006-01-05 Bill Wohler <wohler@newt.com>
15247
15248 * Makefile.in (compile-always): Add mh-autoloads dependency.
15249 (bootstrap): Remove mh-autoloads dependency, as compile dependency
15250 provides it.
15251 (updates): Remove mh-autoloads dependency, since it probably has
15252 already run recently (via recompile).
15253
15254 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
15255
15256 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
15257 argument `force' to disable the flyspell-last-buffer optimization.
15258 (flyspell-mode-on): Use it.
15259
15260 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
15261 flymake-simple-cleanup.
15262 (flymake-allowed-file-name-masks): Use this new default.
15263 All the functions are now called in the right buffer rather than
15264 passing the buffer as argument.
15265 (flymake-process-sentinel): Switch to buffer before calling cleanup.
15266 (flymake-parse-err-lines): Remove redundant buffer arg.
15267 (flymake-get-program-dir): Comment out unused function.
15268 (flymake-start-syntax-check, flymake-start-syntax-check-process):
15269 Remove redundant buffer argument.
15270 (flymake-get-real-file-name, flymake-simple-java-cleanup)
15271 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
15272
15273 2006-01-05 Richard M. Stallman <rms@gnu.org>
15274
15275 * info.el (Info-find-node): Don't record previous node if have none.
15276 (info): Go to directory only if history is empty.
15277
15278 * simple.el (mark): Doc fix.
15279
15280 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15281
15282 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
15283 already of desired type.
15284 (mac-ae-list): Coerce parameter to "list" type.
15285 (mac-dispatch-apple-event): Replace cadr part of event with a
15286 dummy position so that event-start returns it.
15287
15288 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
15289
15290 * textmodes/org.el (org-end-of-subtree): New function.
15291 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
15292 Use `org-end-of-subtree'.
15293 (org-agenda, org-agenda-convert-date): Protect calls to
15294 `fit-window-to-buffer'.
15295 (org-tags-view): Force matching of sublevels when doing a
15296 todo-only search. Define the correct redo command, including the
15297 arguments.
15298 (org-agenda-redo): Display message.
15299 (org-check-for-org-mode): New function.
15300 (org-agenda-type): New variable.
15301 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
15302 Set `org-agenda-type'.
15303 (org-agenda-check-type): New function.
15304 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
15305 (org-agenda-week-view, org-agenda-day-view)
15306 (org-agenda-next-date-line, org-agenda-previous-date-line)
15307 (org-agenda-log-mode, org-agenda-toggle-diary)
15308 (org-agenda-toggle-time-grid, org-agenda-date-later)
15309 (org-agenda-date-prompt, org-agenda-diary-entry)
15310 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
15311 (org-agenda-convert-date, org-agenda-menu):
15312 Use `org-agenda-check-type'.
15313 (org-make-overlay, org-delete-overlay)
15314 (org-detatch-overlay, org-move-overlay, org-overlay-put):
15315 New compatibility functions.
15316 (org-calendar-select-mouse): New command.
15317
15318 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
15319
15320 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
15321 (Custom-reset-standard): Fix y-or-n-p messages.
15322 (custom-link): New face for links.
15323 (custom-buffer-create-internal, custom-manual): Use it.
15324 (custom-face-save): Push to theme-face before setting face spec.
15325
15326 * wid-edit.el (widget-default-mouse-face-get): New function.
15327 (widget-specify-button): Handle mouse-face like button-face.
15328
15329 * custom.el (load-theme): Clear old theme settings if reloading.
15330
15331 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
15332
15333 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
15334 "Erase Customization" button back to same position it occupies in
15335 the individual State menus.
15336
15337 2006-01-04 Kim F. Storm <storm@cua.dk>
15338
15339 * wid-edit.el (key-sequence): Rework widget to read key binding
15340 using `kbd' syntax. Use C-q to insert literal key, event, or code.
15341 (widget-key-sequence-default-value): Default value for empty sequence.
15342 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
15343 (widget-key-sequence-read-event): New command for C-q.
15344 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
15345 (widget-key-sequence-value-to-external): New functions.
15346
15347 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
15348
15349 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
15350 Use expand-file-name.
15351 (flymake-delete-temp-directory): Use expand-file-name,
15352 file-name-directory, and directory-file-name.
15353 (flymake-strrchr): Delete.
15354 (flymake-start-syntax-check): Don't pass the redundant buffer argument
15355 to the init-f function.
15356 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
15357 (flymake-init-find-buildfile-dir)
15358 (flymake-init-create-temp-source-and-master-buffer-copy)
15359 (flymake-simple-make-init-impl, flymake-simple-make-init)
15360 (flymake-master-make-init, flymake-master-make-header-init)
15361 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
15362 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
15363 (flymake-xml-init): Remove corresponding redundant buffer argument.
15364 (flymake-allowed-file-name-masks): Remove last elems that are equal to
15365 the default anyway. Clean up regexps.
15366
15367 * progmodes/flymake.el (flymake-temp-source-file-name)
15368 (flymake-master-file-name, flymake-temp-master-file-name)
15369 (flymake-base-dir): New buffer-local vars.
15370 (flymake-buffer-data, flymake-get-buffer-value)
15371 (flymake-set-buffer-value): Replace those hash-tables by the new
15372 buffer-local vars. Update callers.
15373
15374 * progmodes/flymake.el (flymake-check-start-time)
15375 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
15376 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
15377 Move definition, so we can remove redundant earlier declaration.
15378 (flymake-replace-regexp-in-string, flymake-split-string)
15379 (flymake-get-temp-dir): Use defalias.
15380 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
15381 (flymake-xemacs-window-edges): Remove unused function.
15382 (flymake-get-point-pixel-pos): Move.
15383 (flymake-pid-to-names, flymake-reg-names)
15384 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
15385 Replace by a simple list flymake-processes and by process-buffer.
15386 Update callers. Other than simplify the code, it uses buffers rather
15387 than buffer-names so it doesn't get confused by uniquify.
15388 (flymake-buffer-data): The global value should just be nil.
15389
15390 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
15391 Optimize the body of a defalias like any other code.
15392
15393 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
15394 Make sure we've setup font-lock's vars. It may influence which
15395 function we then call.
15396 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
15397 here since it's too late anyway.
15398
15399 2006-01-03 Romain Francoise <romain@orebokech.com>
15400
15401 * startup.el (fancy-splash-tail, normal-splash-screen):
15402 Update copyright year.
15403
15404 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
15405
15406 * mouse.el (mouse-drag-track): Rename, from
15407 `mouse-drag-region-1'. Includes optional argument required to
15408 enable post-drag event processing (e.g. delete region keys).
15409 Can be used without this argument to track a mouse region and operate
15410 on it as soon as the drag completes.
15411 (mouse-drag-region): Use `mouse-drag-track'.
15412
15413 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
15414
15415 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
15416 Move to `custom-buffer' group.
15417
15418 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
15419 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
15420 (custom-theme-insert-face-marker, custom-theme-variable-menu)
15421 (custom-theme-face-menu): New variables.
15422 (custom-theme-add-variable, custom-theme-variable-action)
15423 (custom-variable-reset-theme, custom-theme-delete-variable)
15424 (custom-face-reset-theme, custom-theme-face-action)
15425 (custom-theme-delete-face, custom-theme-merge-theme)
15426 (custom-theme-add-face, custom-theme-visit-theme): New functions.
15427
15428 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
15429
15430 * custom.el: Move Custom Themes commentary to start of theme code.
15431 (custom-known-themes): Rename `standard' theme to `changed'.
15432 (custom-push-theme): Caller no longer specifies what theme to use
15433 when doing `reset'---the setting is simply removed from the theme.
15434 Delete MODE from `theme-value' and `theme-settings' properties.
15435 (custom-declare-theme): Ignore &rest args since we don't use them.
15436
15437 (custom-loaded-themes): Delete variable.
15438 (custom-theme-load-themes, custom-theme-loaded-p)
15439 (custom-theme-value): Delete functions.
15440
15441 (custom-declare-theme): Signal error on invalid theme names.
15442 (provide-theme): custom-loaded-themes was deleted.
15443 (load-theme): Load the file unconditionally.
15444 (enable-theme): Call `load-theme' if theme is undefined.
15445 (custom-enabled-themes): Only update value for successful loads.
15446 (disable-theme): Complete from enabled themes when interactive.
15447 (custom-variable-theme-value): Calculate theme value directly.
15448
15449 (custom-theme-reset-variables, custom-reset-variables): Mark as
15450 XEmacs compatibility functions. We don't actually use these.
15451
15452 * cus-edit.el (custom-variable-state-set):
15453 Use custom-variable-theme-value instead of custom-theme-value.
15454 (custom-face-state-set): Rename `standard' theme to `changed'.
15455 (custom-save-variables, custom-save-faces): Delete unneeded
15456 references to custom-reset-variables.
15457 (custom-save-resets): Delete function.
15458 (custom-save-variables, custom-save-faces): MODE argument deleted.
15459 (custom-save-variables, custom-save-faces): Ignore theme values.
15460
15461 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
15462 compatibility function.
15463
15464 2006-01-01 Richard M. Stallman <rms@gnu.org>
15465
15466 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
15467 (Custom-reset-current, Custom-reset-saved): Likewise.
15468 (Custom-reset-standard): Show message if aborted.
15469 (custom-mode): Doc fix, describing those commands.
15470
15471 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
15472 put on event-kind property.
15473
15474 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
15475
15476 * custom.el (provide-theme): Ban `user' theme name.
15477 (custom-enabling-themes): New variable.
15478 (enable-theme): Don't enable user if custom-enabling-themes is t.
15479 (custom-enabled-themes): Make it a defcustom.
15480 (custom-theme-recalc-face): No-op if face is undefined.
15481
15482 * cus-edit.el (custom-button-mouse): New variable.
15483 (custom-button-mouse): New face.
15484 (custom-raised-buttons, custom-mode): Use it.
15485
15486 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
15487
15488 2005-12-31 Eli Zaretskii <eliz@gnu.org>
15489
15490 * progmodes/gud.el (gud-display-line): Support hl-line in the
15491 source buffer.
15492
15493 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
15494
15495 * mouse.el (mouse-drag-window-above): Verify that the found window
15496 overlaps with the given window in the horizontal dimension.
15497
15498 2005-12-31 Eli Zaretskii <eliz@gnu.org>
15499
15500 * Makefile.in (cvs-update): New target.
15501
15502 * makefile.w32-in (cvs-update): Ditto.
15503
15504 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
15505
15506 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
15507 (custom-new-theme-mode-map): New variable.
15508
15509 2005-12-30 Richard M. Stallman <rms@gnu.org>
15510
15511 * custom.el (custom-load-themes): Function deleted.
15512
15513 * cus-edit.el (custom-save-loaded-themes): Function deleted.
15514 (custom-save-variables): Don't delete or add custom-load-themes call.
15515
15516 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
15517
15518 * cus-start.el: Add `visible-cursor'.
15519
15520 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
15521 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
15522 (flymake-process-filter): Switch to buffer before calling it instead.
15523 (flymake-post-syntax-check, flymake-highlight-err-lines)
15524 (flymake-delete-own-overlays, flymake-parse-err-lines)
15525 (flymake-start-syntax-check, flymake-start-syntax-check-process)
15526 (flymake-count-lines, flymake-parse-residual):
15527 Remove constant buffer argument.
15528 (flymake-start-syntax-check-for-current-buffer): Remove.
15529 Update callers to use flymake-start-syntax-check instead.
15530 (flymake-display-err-menu-for-current-line):
15531 Remove unused var `mouse-pos'.
15532 (flymake-restore-formatting): Comment out unused function.
15533 (flymake-report-status, flymake-report-fatal-status): Remove buffer
15534 argument, use current-buffer instead. Update callers.
15535
15536 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15537
15538 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
15539 buffer-local because choose-completion-delete-max-match requires
15540 that we set completion-ignore-case (i.e., binding via let is not
15541 sufficient).
15542 (bibtex-complete): Always set completion-ignore-case and
15543 choose-completion-string-functions. The latter is needed because
15544 choose-completion-string-functions keeps its value if we quit the
15545 *Completions* buffer without requesting a completion.
15546
15547 2005-12-30 Andreas Schwab <schwab@suse.de>
15548
15549 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
15550
15551 2005-12-30 Eli Zaretskii <eliz@gnu.org>
15552
15553 * jit-lock.el (jit-lock-chunk-size): Doc fix.
15554
15555 2005-12-30 Juri Linkov <juri@jurta.org>
15556
15557 * locate.el (locate-fcodes-file, locate-header-face)
15558 * progmodes/delphi.el (delphi-other-face)
15559 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
15560
15561 * paren.el (show-paren-match, show-paren-mismatch): Use existing
15562 group `paren-showing-faces'.
15563
15564 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
15565 (goto-address): Fix docstring.
15566
15567 * net/webjump.el (webjump-sample-sites): Update URLs.
15568
15569 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
15570
15571 * subr.el (cancel-change-group): Add listp around pending-undo-list.
15572
15573 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
15574
15575 * font-lock.el (font-lock-compile-keywords): Signal an error when
15576 font-lock-set-defaults hasn't been called.
15577
15578 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
15579
15580 * subr.el (noreturn, 1value): Doc fixes.
15581
15582 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15583
15584 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
15585 that assoc-string returns nil.
15586
15587 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15588
15589 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
15590 (bibtex-entry-type-str, bibtex-empty-field-re)
15591 (bibtex-search-backward-string, bibtex-preamble-prefix)
15592 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
15593 (bibtex-any-valid-entry-type): New variable.
15594 (bibtex-parse-field-name): Simplify.
15595 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
15596 (bibtex-preamble-prefix): Include left delimiter.
15597 (bibtex-search-forward-field, bibtex-search-backward-field):
15598 Allow unbounded search past entry boundaries (required by bibtex-pop).
15599 (bibtex-text-in-field-bounds): Use push.
15600 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
15601 (bibtex-parse-preamble, bibtex-valid-entry)
15602 (bibtex-beginning-first-field): New functions.
15603 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
15604 (bibtex-map-entries): Fix docstring.
15605 (bibtex-flash-head): New arg prompt. Simplify.
15606 (bibtex-enclosing-field): Include code of bibtex-inside-field.
15607 (bibtex-insert-kill): Simplify. Always insert text past the
15608 current field or entry.
15609 (bibtex-format-entry): Use bibtex-parse-field.
15610 (bibtex-pop): Use bibtex-beginning-of-entry and
15611 bibtex-end-of-entry to initiate the search. Insert empty field if
15612 we found ourselves.
15613 (bibtex-print-help-message): New args field and comma.
15614 Handle entry keys.
15615 (bibtex-make-field): Use bibtex-beginning-of-entry.
15616 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
15617 invalid entry.
15618 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
15619 Handle preambles. Simplify code for thorough test.
15620 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
15621 New arg comma. Handle entry heads.
15622 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
15623 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
15624 New arg comma.
15625 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
15626 (bibtex-fill-field): Simplify.
15627 (bibtex-fill-entry): Use bibtex-beginning-first-field and
15628 bibtex-parse-field.
15629 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
15630 (bibtex-complete): Use bibtex-parse-preamble.
15631
15632 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
15633
15634 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
15635 Display name of expression instead of convenience variable.
15636 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
15637
15638 * progmodes/gud.el (gud-tooltip-dereference): Rename from
15639 toggle-gud-tooltip-dereference.
15640 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
15641 (gud-tooltip-tips): ...here when dereferencing.
15642
15643 2005-12-28 Bill Wohler <wohler@newt.com>
15644
15645 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
15646
15647 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
15648
15649 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
15650 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
15651 (vc-annotate-display-autoscale): Adjust call.
15652 (vc-annotate-display-default): Adjust call. Make arg compulsory.
15653 Fix interactive spec.
15654 (vc-annotate-time-span): Remove.
15655 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
15656 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
15657 (vc-annotate-display-select): Use new name.
15658
15659 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
15660 (vc-annotate-mode-menu): Remove left-over redundant declaration.
15661 Correct the construction of span entries. Simplify.
15662 (vc-annotate-display-select): Fix the nil case.
15663 (vc-annotate): Remove obsolete (and now broken) code.
15664 (vc-annotate-extract-revision-at-line): Remove obsolete code.
15665 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
15666
15667 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
15668
15669 * subr.el (lazy-completion-table): Correct typo in docstring.
15670
15671 * startup.el (command-line): Use `custom-reevaluate-setting' for
15672 `send-mail-function'.
15673
15674 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
15675
15676 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
15677
15678 * mail/smtpmail.el (smtpmail-try-auth-methods):
15679 Send credentials together with "AUTH PLAIN" command.
15680
15681 2005-12-27 Richard M. Stallman <rms@gnu.org>
15682
15683 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
15684 mouse-2, go back to previously selected window, so it's selected
15685 when mouse-2 command runs.
15686
15687 2005-12-27 Juri Linkov <juri@jurta.org>
15688
15689 * descr-text.el (describe-text-sexp): Use square brackets for
15690 button [Show] to distinguish it from the property value `show'.
15691 (describe-property-list): Use `insert-text-button' with
15692 `help-face' type instead of putting face in quotes, because button
15693 is not created automatically for a list of faces.
15694 (describe-text-properties-1): Put button-type value in quotes to
15695 distinguish from plain text "button".
15696 (describe-char): Display code point values in hex. Don't use
15697 `symbol-name' for `current-input-method' because it is a string.
15698 Use `insert-text-button' with `help-face' type instead of putting
15699 hardcoded face in quotes, because button is not created automatically.
15700
15701 2005-12-27 Richard M. Stallman <rms@gnu.org>
15702
15703 * progmodes/glasses.el (glasses-face): More specific custom type.
15704
15705 * files.el (set-visited-file-name): Doc fix.
15706
15707 * textmodes/flyspell.el (flyspell-external-point-words):
15708 Use local var buffer-scan-pos to advance scan for next misspelling.
15709 Advance it only after we find the misspelling.
15710
15711 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
15712
15713 * textmodes/flyspell.el (flyspell-external-point-words):
15714 New criteria for finding the misspelling in the buffer.
15715
15716 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
15717
15718 * help-mode.el (help-insert-string): Set help-xref-stack-item
15719 rather than call help-setup-xref.
15720
15721 * descr-text.el (describe-char): Revert previous changes for
15722 optional buffer argument.
15723
15724 2005-12-27 Juri Linkov <juri@jurta.org>
15725
15726 * help-mode.el (help-insert-string): New function. Save buffer
15727 contents in cases where it is impossible to recompute the old contents.
15728
15729 * descr-text.el (describe-char): Set help-xref-stack-item
15730 explicitly after buffer has been generated.
15731
15732 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15733
15734 * cus-start.el (all): Add x-gtk-show-hidden-files.
15735
15736 2005-12-26 Richard M. Stallman <rms@gnu.org>
15737
15738 * replace.el (perform-replace): Calculate match-again
15739 before skipping read-only matches.
15740
15741 * paren.el (paren-showing-faces): New group.
15742 (show-paren-match, show-paren-mismatch): Move to that group.
15743
15744 * button.el (button): Put into group `basic-faces'.
15745
15746 * progmodes/make-mode.el: Remove faces from group `faces'.
15747
15748 * apropos.el (apropos, apropos-value): Doc fix.
15749 (apropos-documentation): Doc fix.
15750
15751 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
15752
15753 * subr.el (lazy-completion-table): Remove argument `args'.
15754
15755 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
15756 Don't use the `args' argument of lazy-completion-table.
15757
15758 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
15759
15760 * descr-text.el (describe-char): Add optional argument for buffer.
15761 Set buffer appropriately. Call help-setup-xref.
15762 Suggested by Stefan Monnier.
15763
15764 2005-12-26 Juri Linkov <juri@jurta.org>
15765
15766 * descr-text.el: Require `help-fns' at runtime. Don't require
15767 `button' for byte compilation.
15768 (describe-text-widget): Add `help-echo' for first button.
15769 Use `help-info' for second.
15770 (describe-property-list): Use `help-argument-name' instead of `italic'.
15771 (describe-text-category): Add prompt to interactive spec.
15772 Call `help-setup-xref'.
15773 (describe-char): Use `help-character-set'. Add `help-echo' for
15774 code point. Use `help-input-method'. Remove superfluous insert.
15775
15776 2005-12-25 Richard M. Stallman <rms@gnu.org>
15777
15778 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
15779 at point, in case of narrowing.
15780
15781 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
15782
15783 * locate.el (locate-header-face): Allow nil in type.
15784
15785 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
15786
15787 2005-12-25 Romain Francoise <romain@orebokech.com>
15788
15789 * battery.el (battery-linux-proc-acpi): Also try
15790 `/proc/acpi/thermal_zone/THM0/temperature'.
15791
15792 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
15793
15794 * custom.el (custom-push-theme): Fix docstring.
15795
15796 * cus-edit.el (custom-variable-set, custom-variable-save)
15797 (custom-variable-save): Custom-quote widget values.
15798 (customize-save-variable): Fix custom-push-theme call.
15799
15800 2005-12-24 Eli Zaretskii <eliz@gnu.org>
15801
15802 * w32-fns.el (w32-batch-update-autoloads): New function.
15803
15804 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
15805 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
15806 from the command line.
15807
15808 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
15809
15810 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
15811 reset means to remove setting from theme entirely. Don't keep
15812 expanding theme-settings list; delete old entries if necessary.
15813
15814 * cus-edit.el (custom-buffer-create-internal): Move "Erase
15815 customization" button one line up.
15816 (custom-themed): New face.
15817 (custom-magic-alist): New value, THEMED, for theme settings.
15818 (custom-variable-state-set, custom-face-state-set):
15819 Check theme-value instead of saved-value.
15820 (custom-variable-reset-standard, custom-face-reset-standard):
15821 Remove theme setting entirely. Recalculate new values.
15822 (custom-variable-set, custom-variable-set)
15823 (custom-variable-reset-saved, custom-variable-reset-backup)
15824 (custom-face-set, custom-face-reset-saved): Update `user' theme.
15825 (custom-variable-save): Fix typos.
15826
15827 2005-12-23 Juri Linkov <juri@jurta.org>
15828
15829 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
15830 Add autoload cookies.
15831 (edebug-outside-d-c-i-n-s-w): New variable.
15832 (edebug-display, edebug-outside-excursion): Use it to save the
15833 original value of default-cursor-in-non-selected-windows.
15834 Set default-cursor-in-non-selected-windows to t while Edebug
15835 is active.
15836 (edebug-mode, edebug-eval-mode): Doc fix.
15837
15838 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
15839 with `buffer-substring-no-properties' to remove common substring
15840 highlighting.
15841
15842 * info.el (info-other-window, info): Rename function argument
15843 `file' to `file-or-node'.
15844 (Info-complete-menu-item): Use local variable `complete-nodes' to
15845 keep the global value of `Info-complete-nodes' unchanged for
15846 subsequent completions.
15847 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
15848
15849 * simple.el (get-next-valid-buffer, last-buffer)
15850 (next-error-buffer-p, next-error-find-buffer)
15851 (minibuffer-history-sexp-flag): Doc fix.
15852
15853 * savehist.el (savehist-mode-hook): Add `:group'.
15854
15855 * log-view.el: Call autoload for vc-find-version.
15856 (log-view-current-file): Adjust subgroup numbers.
15857 (log-view-current-tag): Add `length'.
15858
15859 2005-12-23 Richard M. Stallman <rms@gnu.org>
15860
15861 * vc.el (vc-annotate-car-last-cons): Defn moved up.
15862
15863 2005-12-23 Juri Linkov <juri@jurta.org>
15864
15865 * hi-lock.el (hi-lock-archaic-interface-message-used)
15866 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
15867 (hi-lock-mode): Display "Hi" in the mode line only when
15868 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
15869 (hi-lock-write-interactive-patterns):
15870 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
15871 (hi-lock-set-pattern, hi-lock-set-file-patterns)
15872 (hi-lock-font-lock-hook): Set 3rd arg `how' of
15873 font-lock-add-keywords to t.
15874
15875 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
15876
15877 * hi-lock.el (hi-lock-highlight-range): New variable.
15878 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
15879 only if font-lock-fontified is non-nil. Remove overlays.
15880 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
15881 font-lock-fontified is non-nil, otherwise use overlays (instead of
15882 text properties).
15883 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
15884 New variables.
15885 (hi-lock-string-serialize): New function.
15886
15887 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15888
15889 * menu-bar.el (menu-find-file-existing): New function.
15890 (menu-bar-file-menu): Use menu-find-file-existing for Open.
15891
15892 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
15893
15894 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
15895
15896 * vc.el: Remove unnecessary leading * in docstrings.
15897 (vc-annotate-mode-map): Move initialization into declaration.
15898 (vc-static-header-alist): Nitpick on the regexp.
15899 (vc-default-init-version): New fun.
15900 (vc-register): Use it.
15901 (vc-insert-headers): Use dolist.
15902 (vc-annotate-get-backend): Remove unused function.
15903 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
15904 (vc-annotate-mode): Remove corresponding call.
15905 (vc-annotate-car-last-cons): Simplify.
15906 (vc-annotate-buffers): Remove var.
15907 (vc-annotate-backend): Make it buffer-local.
15908 (vc-annotate): Move the interaction to the interactive spec.
15909 Add a `buf' argument.
15910 (vc-annotate-warp-version): Use this new `buf' argument to avoid
15911 killing&creating a vc-annotate buffer, which is very disruptive when
15912 the buffers are shown in dedicated frames.
15913
15914 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
15915
15916 * descr-text.el: Add FSF as maintainer.
15917 (describe-text-mode, describe-text-mode-map)
15918 (describe-text-mode-hook, describe-text-done): Delete. Use normal
15919 help-mode.
15920 (describe-text-widget, describe-text-sexp)
15921 (describe-property-list, describe-text-category)
15922 (describe-text-properties, describe-text-properties-1)
15923 (describe-char): Use help buttons instead of widgets.
15924 (describe-char-unicodedata-file): Make URL link in doc string.
15925
15926 2005-12-22 Richard M. Stallman <rms@gnu.org>
15927
15928 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
15929 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
15930 Don't include buttons that write a file when there's no file.
15931 (custom-variable-menu, custom-face-menu, custom-group-menu):
15932 Don't include commands that write a file when there's no file.
15933 (customize-browse): Reword the top-of-buffer help intro.
15934 (custom-buffer-create-internal): Fix previous change.
15935 (customize-changed-options-previous-release): Prev release is 21.1.
15936 (customize-changed-options): Doc fix.
15937 (customize-changed): New alias.
15938 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
15939 Say "standard values".
15940 (Custom-reset-standard): Doc fix.
15941 (custom-face-reset-standard): Doc fix.
15942
15943 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
15944
15945 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
15946 even if font-lock-mode is non-nil since it may be t without having
15947 turned on font-lock-mode-internal.
15948 (font-lock-choose-keywords): Minor optimization.
15949 (font-lock-add-keywords, font-lock-remove-keywords)
15950 (font-lock-set-defaults): Don't call make-local-variable on a variable
15951 that we know to already be local.
15952
15953 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
15954
15955 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
15956 messages if in the minibuffer.
15957
15958 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
15959
15960 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
15961 (tex-mode-flyspell-verify, flyspell-get-word)
15962 (flyspell-external-point-words): Don't use point-min/max uselessly.
15963
15964 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
15965 by Kevin Rodgers. Instead, just hide the completions buffer if we
15966 don't need to show it.
15967
15968 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
15969
15970 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
15971
15972 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
15973
15974 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
15975 delete-windows-on with an inexistent buffer.
15976
15977 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
15978
15979 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15980 Delete defcustom variable :tag names.
15981
15982 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
15983
15984 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
15985 (log-view-font-lock-keywords): Ajust subgroup numbers.
15986 (log-view-current-tag): Don't hard code the number of subgroups.
15987
15988 2005-12-20 Juri Linkov <juri@jurta.org>
15989
15990 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
15991 (tooltip-x-offset, tooltip-y-offset): Doc fix.
15992
15993 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
15994 (menu-bar-non-minibuffer-window-p): Instead of checking
15995 display-multi-frame-p, use selected-frame when menu-updating-frame
15996 is nil.
15997
15998 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
15999
16000 * align.el (align-rules-list): Use [ \t] instead of \s-
16001 for column separators in text mode.
16002
16003 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
16004
16005 * help-mode.el (help-customize-variable, help-customize-face):
16006 Don't pop help-xref-stack as help-follow no longer pushes
16007 anything on to it.
16008
16009 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
16010
16011 * textmodes/org.el (org-agenda-custom-commands): New option.
16012 (org-agenda): Offer custom commands on splash screen.
16013 (org-make-tags-matcher): Parser for Boolean logic added.
16014 (org-agenda-set-tags): New command.
16015 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
16016 (org-set-tags): Efficiency improvements.
16017 (org-auto-align-tags): New option.
16018 (org-todo, org-demote, org-promote): Realign tags.
16019 (org-tags-completion-function): Use also "&" and "|" as separators.
16020 (org-org-menu): Agenda commands simplified.
16021
16022 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
16023
16024 * cus-edit.el (customize-apropos, customize-apropos-options):
16025 Docstring changes.
16026
16027 * font-lock.el (font-lock): Add tags to the links in the defgroup.
16028
16029 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
16030
16031 * longlines.el (longlines-mode): Wrap while widened.
16032 (longlines-decode-region, longlines-encode-region): Compute max
16033 just once.
16034
16035 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16036
16037 * cus-edit.el (mac): New group.
16038
16039 * cus-start.el (all): Add user options in macterm.c. Add test for
16040 Mac-related built-ins. Fix test for GTK-related built-ins.
16041
16042 * term/mac-win.el (mac-handle-language-change)
16043 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
16044 (mac-services-open-selection, mac-services-mail-selection)
16045 (mac-services-mail-to, mac-services-insert-text)
16046 (mac-dispatch-apple-event): Add docstrings.
16047 (x-get-selection, mac-select-convert-to-string): Select coding
16048 system from `utf-16be' and `utf-16le' using `byteorder'.
16049
16050 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
16051
16052 * subr.el (lazy-completion-table): Don't be fooled if the var holds
16053 a "list" (lambda ...) rather than a real completion list.
16054
16055 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
16056 lexical-let when encountering ((lambda (...) ...) ...).
16057
16058 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
16059
16060 * progmodes/sh-script.el (sh-mode):
16061 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
16062 * textmodes/picture.el (picture-mode): Update docstrings.
16063
16064 2005-12-17 Eli Zaretskii <eliz@gnu.org>
16065
16066 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
16067 commands enclosed in $(ARGQUOTE)s should not be split between two
16068 lines, as that will break with GNU Make >3.80, when sh.exe is used
16069 and arg quoting is with '..'.
16070 (autoloads): Don't break the quoted --eval expression between
16071 several lines.
16072
16073 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
16074
16075 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
16076 Capture error from printing circular structures.
16077
16078 2005-12-17 Martin Rudalics <rudalics@gmx.at>
16079
16080 * wid-edit.el (widget-checkbox-action): Clear undo info.
16081
16082 2005-12-16 Bill Wohler <wohler@newt.com>
16083
16084 * menu-bar.el (kill-this-buffer): Set a good example by using menu
16085 bar, not menubar in comment.
16086
16087 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
16088
16089 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
16090 After-change-functions should not clobber the match data.
16091
16092 2005-12-16 Juri Linkov <juri@jurta.org>
16093
16094 * simple.el (choose-completion): Use `buffer-substring-no-properties'
16095 instead of `buffer-substring'.
16096 (completion-common-substring): Doc fix.
16097 (completion-setup-function): Use minibuffer-completion-contents
16098 instead of minibuffer-contents. Don't set common-string-length
16099 initially. Remove special handling of partial-completion-mode.
16100 Move computation of completion-base-size into one cond.
16101 Call completion-base-size-function in mainbuf. In computation of
16102 completion-base-size for file name completion don't move point to
16103 the end of the minibuffer. Move computation of common-string-length
16104 into one cond. Start putting faces only when common-string-length>=0.
16105 Add condition to put completions-common-part when
16106 common-string-length>0.
16107
16108 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
16109 place point at the first different character in the minibuffer
16110 even if this position is at the beginning of the minibuffer.
16111
16112 * info.el (Info-read-node-name-1): In completion-base-size-function's
16113 lambda return 1 if common-substring or minibuffer-completion-contents
16114 starts with (, and 0 otherwise.
16115
16116 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
16117 Use `crm-current-element' for second arg of `display-completion-list'.
16118
16119 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
16120
16121 * files.el (set-auto-mode): Look for an interpreter specified on
16122 the first line also if search for mode specification succeeded,
16123 but the mode is not known.
16124
16125 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
16126
16127 * textmodes/org.el (org-tags-match-list-sublevels): New option.
16128 (org-open-at-point): Implement tag searches as links.
16129 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
16130 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
16131 (org-tags-sparse-tree, org-tags-view, org-set-tags)
16132 (org-agenda-dispatch): New commands.
16133 (org-use-tag-inheritance, org-tags-column): New options.
16134 (org-tab-follows-link, org-return-follows-link): New options.
16135 (org-tags): New customize group.
16136 (org-start-icalendar-file): Get local time zone.
16137 (org-tags-completion-function): New function.
16138 (org-set-font-lock-defaults): Make sure links will also be
16139 highlighted inside headlines.
16140
16141 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
16142
16143 * term.el (term-emulate-terminal):
16144 Let term-handle-ansi-terminal-messages override what Bash says about
16145 its current directory.
16146
16147 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
16148
16149 * bindings.el (last-buffer): Move to simple.el.
16150 * simple.el (last-buffer): Move here.
16151 (get-next-valid-buffer): New function.
16152 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
16153 (prev-buffer): Ditto. Rename to `previous-buffer'.
16154
16155 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
16156 * bindings.el (global-map): Ditto.
16157
16158 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
16159
16160 * cus-edit.el: Introductory comment change.
16161 (custom-magic-alist): Change message string for the `rogue' state.
16162
16163 2005-12-15 Richard M. Stallman <rms@gnu.org>
16164
16165 * tooltip.el: Delete defcustom variable :tag names.
16166
16167 * complete.el (partial-completion-mode): Doc fix.
16168
16169 * textmodes/flyspell.el (flyspell-external-point-words):
16170 Use save-excursion to ensure we don't move backward in the
16171 search loop, not even one character.
16172 (flyspell-delete-all-overlays): Use remove-overlays directly.
16173
16174 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
16175 (ispell-start-process): Set that variable.
16176 Clear ispell-buffer-local-name.
16177 (ispell-internal-change-dictionary):
16178 Set ispell-current-dictionary after killing process.
16179 (ispell-buffer-local-dict):
16180 Don't set spell-personal-dictionary after killing process.
16181 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
16182 (ispell-tex-skip-alists, ispell-html-skip-alists)
16183 (ispell-skip-region-alist): Mark as risky.
16184
16185 * net/newsticker.el (newsticker--retrieval-timer-list)
16186 (newsticker--display-timer, newsticker-running-p)
16187 (newsticker-ticker-running-p): Definitions moved up.
16188
16189 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
16190
16191 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
16192
16193 2005-12-15 David Ponce <david@dponce.com>
16194
16195 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
16196 (recentf-edit-list, recentf-open-files): Signal an error when
16197 there is no recent file.
16198
16199 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
16200
16201 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
16202 read-only except for texinfo-format-region evaluation.
16203
16204 2005-12-14 Richard M. Stallman <rms@gnu.org>
16205
16206 * vc.el (vc-default-previous-version, vc-default-next-version)
16207 (vc-do-command): Doc fixes.
16208
16209 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16210
16211 * textmodes/bibtex.el (bibtex-expand-strings)
16212 (bibtex-autokey-expand-string, bibtex-name-part)
16213 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
16214 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
16215 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
16216 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
16217 (bibtex-entry-postfix, bibtex-known-entry-type-re)
16218 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
16219 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
16220 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
16221 (bibtex-beginning-of-last-entry): Remove.
16222 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
16223 message if comma is missing but buffer is read-only.
16224 (bibtex-parse-field-text): Handle whitespaces at the end of field
16225 text. Return 3-element list with beginning and end of field text
16226 and end of field.
16227 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
16228 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
16229 (bibtex-search-forward-field, bibtex-search-backward-field):
16230 Search always delimited by limits of entry. Use more efficient
16231 search algorithms.
16232 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
16233 bibtex-end-of-name-in-field.
16234 (bibtex-text-in-field-bounds): Handle BibTeX strings when
16235 extracting the content of a field.
16236 (bibtex-text-in-field): Use search limits.
16237 (bibtex-parse-string-prefix): Handle empty string keys based on
16238 bibtex-string-empty-key.
16239 (bibtex-parse-string): Fix docstring.
16240 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
16241 (bibtex-preamble-prefix, bibtex-strings): New functions.
16242 (bibtex-skip-to-valid-entry): Include preceding whitespace in
16243 BibTeX entries (consistent with other BibTeX functions).
16244 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
16245 (bibtex-search-entry): Fix docstring. Simplify.
16246 (bibtex-flash-head, bibtex-complete-string-cleanup)
16247 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
16248 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
16249 (bibtex-parse-entry): New optional arg content.
16250 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
16251 Use bibtex-text-in-field-bounds.
16252 (bibtex-print-help-message): Handle BibTeX strings and preambles.
16253 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
16254 bibtex-parse-string-postfix.
16255 (bibtex-find-text-internal): New function.
16256 (bibtex-remove-delimiters): Use it.
16257 (bibtex-find-text): Use it. New optional arg help.
16258 (bibtex-complete): Handle BibTeX string and preamble entries.
16259 (bibtex-Preamble): Fix order of closing delimiters.
16260
16261 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
16262
16263 * vc.el (vc-default-revert): New fun.
16264
16265 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
16266
16267 2005-12-14 Romain Francoise <romain@orebokech.com>
16268
16269 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
16270 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
16271 (font-lock-remove-keywords): Likewise.
16272
16273 2005-12-14 Juri Linkov <juri@jurta.org>
16274
16275 * log-view.el (log-view-diff): Doc fix.
16276
16277 * isearch.el (isearch-query-replace): Use (mark) instead of
16278 isearch-opoint if mark is active in transient-mark-mode.
16279
16280 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
16281
16282 * isearch.el (isearch-query-replace): Check for isearch-other-end.
16283
16284 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
16285
16286 * progmodes/cpp.el (cpp-face): New widget.
16287 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
16288
16289 2005-12-14 Juri Linkov <juri@jurta.org>
16290
16291 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
16292 around `erase-buffer' and `insert'.
16293
16294 * descr-text.el (describe-text-properties): Replace buffer name
16295 "*Help-2*" with "*Help*<2>".
16296 (describe-char): Add functions print-help-return-message,
16297 toggle-read-only. Use help-setup-xref with nil to not store
16298 describe-char in help-xref-stack. Use help-make-xrefs to
16299 make [back] button.
16300
16301 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
16302
16303 * wdired.el (wdired-old-point): New internal variable.
16304 (wdired-change-to-wdired-mode): Set it buffer-locally.
16305 (wdired-abort-changes): Restore point after aborting changes.
16306
16307 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
16308
16309 * vc.el (vc-do-command): Add a new value t for okstatus.
16310
16311 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
16312 frame in case of errors.
16313
16314 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16315
16316 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
16317 so it comes after "On the Left" in the menu.
16318
16319 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
16320
16321 * cus-edit.el (customize-apropos, customize-apropos-options)
16322 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
16323
16324 2005-12-12 Bill Wohler <wohler@newt.com>
16325
16326 * vc-svn.el (vc-svn-registered): Fix problem of visiting
16327 non-writable Subversion-controlled files by saving window
16328 configuration before calling vc-do-command. vc-do-command calls
16329 pop-to-buffer on error which is unexpected during registration.
16330
16331 2005-12-12 Jay Belanger <belanger@truman.edu>
16332
16333 * calc/README: Update the summary of changes.
16334
16335 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
16336
16337 * descr-text.el (describe-char): Rework last fix to solve the problem
16338 is the same way it's solved for everything else in that function
16339 (i.e. by extracting the info before setting up the *Help* buffer).
16340
16341 2005-12-12 Kim F. Storm <storm@cua.dk>
16342
16343 * subr.el (version-regexp-alist): Allow space as separator before
16344 non-numeric part, e.g. "1.0 alpha".
16345 (version-to-list): Interpret .X.Y version as 0.X.Y version.
16346
16347 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
16348
16349 * textmodes/org.el (org-agenda, org-timeline, org-todo):
16350 Implement Logging and the keep-modes setting.
16351 (org-get-category): Make sure a string is returned.
16352 (org-log-done): New function.
16353 (org-log-done, org-closed-string): New options.
16354
16355 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16356
16357 * tooltip.el (tooltip-y-offset): Change default to 20.
16358
16359 2005-12-12 Richard M. Stallman <rms@gnu.org>
16360
16361 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
16362
16363 * frame.el (display-hourglass): Doc fix.
16364
16365 * help.el (help-for-help-internal): Simplify entry for `a'.
16366
16367 * info.el (Info-on-current-buffer): Doc fix.
16368 (info-insert-file-contents): Don't test (featurep 'jka-compr).
16369
16370 * startup.el (inhibit-splash-screen): Make this the real name.
16371 (inhibit-startup-message): Make this the alias.
16372 (command-line): Find only simple.el, and use its directory
16373 to fill in other preloaded files' names.
16374 (command-line): Deactivate the mark if deactivate-mark is set.
16375
16376 * international/mule.el (load-with-code-conversion):
16377 Bind deactivate-mark.
16378
16379 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
16380
16381 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
16382
16383 * cus-edit.el (customize-apropos): Avoid listing an option more
16384 than once under different aliases. No longer list user options
16385 that are not defined with defcustom (unless a prefix arg is given).
16386 Doc fix.
16387 (customize-apropos-options): Doc fix.
16388
16389 2005-12-11 Juri Linkov <juri@jurta.org>
16390
16391 * frame.el (set-background-color, set-foreground-color)
16392 (set-cursor-color, set-mouse-color, set-border-color):
16393 Add explicit prompts to read colors by `facemenu-read-color'.
16394 (show-trailing-whitespace, blink-cursor-delay)
16395 (blink-cursor-interval, display-hourglass, hourglass-delay):
16396 Remove tags.
16397 (display-hourglass, hourglass-delay): Doc fix.
16398 (cursor-in-non-selected-windows): Capitalize words in tag.
16399
16400 * faces.el (frame-background-mode): Replace `choice-item' keywords
16401 with `const' to not make [default] button. Change default value tag
16402 from `default' to `automatic'. Doc fix.
16403 (trailing-whitespace) <defface>: Change group `whitespace' to
16404 `whitespace-faces'.
16405
16406 2005-12-11 Richard M. Stallman <rms@gnu.org>
16407
16408 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
16409
16410 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16411
16412 * term/mac-win.el: Create keymap for mac-apple-event-map.
16413
16414 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
16415
16416 * tooltip.el (tooltip-mode): Move to start of file so that it
16417 appears at top of customize buffer.
16418
16419 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
16420 Add the gud groupname.
16421 (gud-tooltip-mode): Add the tooltip groupname.
16422 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
16423 avoid conflict with tooltip-use-echo-area.
16424
16425 2005-12-10 Romain Francoise <romain@orebokech.com>
16426
16427 * help.el (help-for-help-internal): Add `r' in doc string.
16428
16429 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
16430
16431 * align.el (align-regexp, align-highlight-rule):
16432 Use region-beginning and region-end instead of point and mark, so that
16433 repetition (with `repeat-complex-command') recomputes the region
16434 bounds.
16435
16436 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
16437
16438 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
16439 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
16440 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
16441 (balance-windows): Rewrite using the above new functions.
16442
16443 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
16444
16445 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
16446 react if global-hi-lock-mode seems intended.
16447 (global-hi-lock-mode): Renamed from hi-lock-mode.
16448 (hi-lock-archaic-interface-message-used)
16449 (hi-lock-archaic-interface-deduce): New variables.
16450 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
16451 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
16452 (hi-lock-find-patterns, hi-lock-font-lock-hook):
16453 Replace hi-lock-buffer-mode with hi-lock-mode.
16454
16455 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
16456
16457 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
16458 completion list, even after a partial completion has been
16459 inserted in the current buffer. If there are more than 1
16460 completion, redisplay the *Completions* buffer; if the
16461 completion is unique, delete the *Completions* window.
16462
16463 2005-12-10 Eli Zaretskii <eliz@gnu.org>
16464
16465 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
16466 strings and long subject lines that were broken into multiple
16467 lines at arbitrary places. Handle subjects that have "Re: " in
16468 the middle.
16469
16470 2005-12-10 John W. Eaton <jwe@octave.org>
16471
16472 * emacs/octave-mod.el (octave-electric-space): Don't indent
16473 comments or strings if octave-auto-indent is nil.
16474
16475 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16476
16477 * term/mac-win.el: Require url when compiling.
16478 Call mac-process-deferred-apple-events after loading init files.
16479 (mac-apple-event-map): New defvar. Define event handlers in it.
16480 (core-event, internet-event): New Apple event class symbols.
16481 (open-application, reopen-application, open-documents)
16482 (print-documents, open-contents, quit-application)
16483 (application-died, show-preferences, autosave-now, get-url):
16484 New Apple event ID symbols.
16485 (about): New HICommand ID symbol.
16486 (mac-event-spec, mac-event-ae): New macros.
16487 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
16488 (mac-ae-selection-range, mac-ae-text-for-search)
16489 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
16490 (mac-application-menu-map): Remove keymap. Handlers for HICommand
16491 and Services menu events are now defined in mac-apple-event-map.
16492 (mac-drag-n-drop): Remove selection range handling.
16493
16494 2005-12-10 Kenichi Handa <handa@m17n.org>
16495
16496 * simple.el (zap-to-char):
16497 * isearch.el (isearch-process-search-char): Translate CHAR by
16498 translation-table-for-input.
16499
16500 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
16501
16502 * foldout.el (foldout-exit-fold): Properly hide subtree.
16503
16504 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
16505
16506 * files.el (save-buffer):
16507 * international/ucs-tables.el (ucs-set-table-for-input):
16508 * mail/mail-extr.el (mail-extract-address-components):
16509 * mail/sendmail.el (mail-mode): Reformat doc string.
16510
16511 2005-12-09 Juri Linkov <juri@jurta.org>
16512
16513 * isearch.el (isearch-highlight): Change main overlay priority
16514 from 1 to 1001. Simplify.
16515 (isearch-lazy-highlight-update): Change lazy overlay priority
16516 from 0 to 1000.
16517
16518 * replace.el (replace-highlight): Change overlay priority from
16519 1 to 1001.
16520
16521 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
16522 Change overlay priority from 1 to 1001. Reuse existing overlay.
16523
16524 * compare-w.el (compare-windows-highlight): Change overlay
16525 priority from 1 to 1000.
16526
16527 * menu-bar.el (menu-bar-edit-menu): Add listp around
16528 pending-undo-list to disable menu item "undo" when pending
16529 undo list is empty.
16530
16531 * locate.el (locate): Disable undo in *Locate* buffer.
16532
16533 2005-12-09 Kim F. Storm <storm@cua.dk>
16534
16535 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
16536
16537 2005-12-09 David Ponce <david@dponce.com>
16538
16539 * recentf.el: Improvement of the menu code.
16540 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
16541 instead of menu hook.
16542 (recentf-show-menu, recentf-hide-menu): New functions.
16543 (recentf-menu-customization-changed, recentf-mode): Use them.
16544 (recentf-menu-action, recentf-max-menu-items)
16545 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
16546 (recentf-arrange-by-rule-others)
16547 (recentf-arrange-by-rules-min-items)
16548 (recentf-arrange-by-rule-subfilter): Don't use
16549 `recentf-menu-customization-changed'.
16550 (recentf-arrange-rules): Likewise. Accept functions to compute
16551 sub-menu titles.
16552 (recentf-menu-filter): Likewise. Doc fix.
16553 (recentf-menu-value-shortcut): Doc fix.
16554 (recentf-dump-variable): Quote atom value.
16555 (recentf-make-menu-items): Update to use it as a menu filter.
16556 (recentf-match-rule): New function.
16557 (recentf-arrange-by-rule): Use it.
16558 (recentf-indirect-mode-rule): New function.
16559 (recentf-build-mode-rules): Use it.
16560 (recentf-dir-rule): New function.
16561 (recentf-arrange-by-dir): Use it.
16562 (recentf-filter-changer-current): Rename from
16563 `recentf-filter-changer-state'. All references updated.
16564 (recentf-filter-changer-alist): Update filter names.
16565 (recentf-filter-changer-select): New function.
16566 (recentf-filter-changer): Use it. Make a sub-menu from filters
16567 available in `recentf-filter-changer-alist'.
16568 (recentf-data-cache, recentf-clear-data)
16569 (recentf-update-menu): Remove. All references updated.
16570 (recentf-match-rule-p, recentf-build-dir-rules)
16571 (recentf-filter-changer-goto-next)
16572 (recentf-filter-changer-get-current)
16573 (recentf-filter-changer-get-next): Remove.
16574
16575 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
16576
16577 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
16578 buffer "Reset" button to "Reset to Current" for consistency with
16579 the State buttons.
16580
16581 2005-12-08 John Paul Wallington <jpw@pobox.com>
16582
16583 * ibuf-ext.el (define-ibuffer-filter filename):
16584 If `dired-directory' is a list then really use its car.
16585
16586 2005-12-08 Kim F. Storm <storm@cua.dk>
16587
16588 * emulation/cua-rect.el (cua--rectangle-aux-replace):
16589 Fix indention of text on right side of replaced rectangle.
16590
16591 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
16592
16593 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
16594 No need to check gud-comint-buffer is bound.
16595 (gdb): Prevent multiple debugging when first session uses gdba.
16596
16597 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16598
16599 CC Mode update to 5.31.
16600
16601 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
16602 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
16603 We might do this function properly in the future).
16604
16605 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
16606 New macros c-sentence-end and c-default-value-sentence end, to cope
16607 with Emacs 22's new function `sentence-end'.
16608
16609 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16610
16611 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
16612 compat issue using `c-put-overlay' and `c-delete-overlay'.
16613
16614 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
16615 New compat macros to handle overlays/extents.
16616
16617 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16618
16619 * progmodes/cc-fix.el: Add definitions of the macros push and pop
16620 (for GNU Emacs 20.4).
16621
16622 * progmodes/cc-defs.el:
16623 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
16624
16625 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
16626 highlighting mechanism so it will work in XEmacs too.
16627
16628 * progmodes/cc-defs.el: Insert c-int-to-char.
16629
16630 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
16631 call to the new macro c-int-to-char. This solves XEmacs's
16632 regarding characters as different from integers.
16633
16634 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16635
16636 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
16637 New internal helper.
16638
16639 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
16640 construct to make the indirect face lookup work in XEmacs.
16641
16642 (c-cpp-matchers): Append the negation char face to the existing
16643 fontification, so that the cpp face doesn't disappear.
16644 Use `c-make-syntactic-matcher' to avoid negation chars in comments
16645 and strings.
16646
16647 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
16648 to map to `font-lock-negation-char-face' in emacsen where it exists.
16649
16650 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16651
16652 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
16653
16654 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
16655 Rename "c-subword-move-mode" as "c-subword-mode".
16656
16657 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
16658 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
16659
16660 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16661
16662 * progmodes/cc-mode.el: Added autoload directive for
16663 `c-subword-move-mode' for use in older emacsen.
16664
16665 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16666
16667 * progmodes/cc-mode.el:
16668 (i): Insert a binding for C-c C-backspace into
16669 c-bind-special-erase-keys which works in TTYs.
16670 (ii): Make sure that when file styles are used, any explicitly
16671 given style variables take priority over those in the style.
16672 Do this by calling `hack-local-variables' a second time.
16673
16674 * progmodes/cc-vars.el: Add language specific customization
16675 widgets for AWK to c-doc-comment-style, c-require-final-newline
16676 and c-default-style. Add a defcustom for awk-mode-hook.
16677 Give c-syntactic-element and c-syntactic-context doc-strings by
16678 directly setting their `variable-documentation' propery.
16679 This allows Emacs 22.1 to read these with C-h v.
16680
16681 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
16682
16683 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16684
16685 * progmodes/cc-fonts.el, cc-vars.el
16686 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
16687 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
16688 Masatake YAMATO.
16689
16690 (c-doc-comment-style): Made GtkDoc default in C mode.
16691
16692 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
16693 and C-c C-<delete>.
16694
16695 (c-bind-special-erase-keys): New function for use on
16696 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
16697
16698 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
16699 <delete> key behavior in XEmacs according to `delete-forward-p'.
16700 C.f. `c-electric-delete'.
16701
16702 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16703
16704 * progmodes/cc-mode.el: Give c-hungry-backspace and
16705 c-hungry-delete-forward permanent key bindings.
16706
16707 * progmodes/cc-cmds.el (c-electric-semi&comma):
16708 Bind c-syntactic-context for calls to "criteria functions", for
16709 consistency with other calls to user functions.
16710
16711 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
16712 `current-prefix-arg', since this might be the prefix arg to a
16713 command which calls c-indent-command as a function. Change the
16714 interactive spec from "p" to "P".
16715
16716 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
16717 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
16718 was difficult to understand.
16719
16720 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16721
16722 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
16723 first char of an identifier.
16724
16725 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
16726 +" syntax in C++.
16727
16728 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16729
16730 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
16731 auto-fill doesn't split a c-comment's last word from a hanging
16732 "*/" when a space is typed between them after fill-column.
16733
16734 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
16735
16736 * progmodes/cc-styles.el (c-set-style)
16737 (c-setup-paragraph-variables): Abort the command if we're not in a
16738 CC Mode buffer.
16739
16740 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
16741 with blank comment-prefix, and a blank line as the comment's
16742 second line.
16743
16744 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16745
16746 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
16747 Incorporate the patterns added in the Emacs development branch
16748 for the new Emacs 22 face `font-lock-negation-char-face'.
16749
16750 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
16751 of "red" since it stands out better in xterms and DOS terminals.
16752
16753 * progmodes/cc-engine.el (c-literal-faces):
16754 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
16755
16756 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16757
16758 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
16759 forcibly enable c-electric-flag.
16760
16761 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
16762 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
16763 after the comment-prefix of a C-style comment will close that comment.
16764
16765 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16766
16767 * progmodes/cc-fonts.el (c-basic-matchers-before)
16768 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
16769 in Pike.
16770
16771 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
16772 digraphs.
16773
16774 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
16775 (c-cpp-message-directives, c-cpp-include-directives)
16776 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
16777 (c-cpp-expr-directives): Introduce new language constants to
16778 control cpp syntax in a cleaner way.
16779
16780 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
16781
16782 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
16783
16784 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
16785 (c-multiline-string-start-char): New language constants and
16786 variables to specify how newlines in string literals work.
16787
16788 (c-font-lock-invalid-string): Use them.
16789
16790 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
16791 unbalanced close brace is entered. Optimization by avoiding going
16792 back over arbitrarily large blocks. Removed hints that this
16793 function only would be relevant/useful in AWK.
16794
16795 (c-electric-brace): Indent syntactically after the cleanups since
16796 lineup functions might do it differently then.
16797
16798 * progmodes/cc-engine.el, cc-langs.el
16799 (c-opt-op-identifier-prefix): New language constant and variable.
16800
16801 (c-just-after-func-arglist-p, c-after-special-operator-id)
16802 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
16803
16804 * progmodes/cc-align.el, cc-engine.el
16805 (c-after-special-operator-id): New helper to handle C++ operator
16806 identifiers.
16807
16808 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
16809 (c-guess-basic-syntax): Handle C++ operator identifiers in
16810 declarations.
16811
16812 * progmodes/cc-langs.el (c-assignment-operators): Add the
16813 trigraph version of ^= too.
16814
16815 * progmodes/cc-langs.el (c-assignment-operators): Add the
16816 trigraph version of |= in C++.
16817
16818 * progmodes/cc-fonts.el (c-font-lock-declarators):
16819 Handle `c-decl-hangon-kwds' after the identifier name.
16820
16821 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
16822 whether an arglist is "nonempty", ignore a comment after the open
16823 paren if it isn't followed by a non-comment token on the same line.
16824
16825 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
16826 Enable heuristics below the point to cope with classes inside special
16827 brace lists in Pike.
16828
16829 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16830
16831 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
16832
16833 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16834
16835 * progmodes/cc-guess.el (cc-guess-install): New function to
16836 install an already guessed style in another buffer.
16837
16838 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
16839 sets `inhibit-read-only' - `c-save-buffer-state' should be used
16840 anyway if the change always is undone.
16841
16842 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16843
16844 Implement togglable electricity:
16845
16846 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
16847 saying when it should be used.
16848
16849 * progmodes/cc-engine.el: Add the new buffer-local variable,
16850 c-electric-flag.
16851
16852 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
16853 c-toggle-auto-newline.
16854
16855 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
16856 c-toggle-auto-newline. Remove the binding for
16857 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
16858 c-toggle-electric-state.
16859
16860 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
16861
16862 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
16863 c-\(forward\|backward\)-subword.
16864 (c-update-modeline): Add the new modeline flag `l' for
16865 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
16866 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
16867 Make the old name an alias of the new name.
16868 (c-toggle-electric-state): New function.
16869 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
16870 Adapt these functions to do electric things only when
16871 c-electric-flag is non-nil.
16872 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
16873 new functions from c-electric-brace.
16874 (c-point-syntax): Add a check for "virtual semicolons" in AWK
16875 mode, so that the tentative extra newline doesn't change the
16876 syntax of the following brace.
16877 (c-electric-brace): Restructure by extracting the above functions.
16878 Tidy up the coding somewhat.
16879 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
16880 restructure a bit.
16881
16882 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16883
16884 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
16885 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
16886
16887 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
16888 (c-submode-indicators): Change name from `c-auto-hungry-string'
16889 since it's now used to track another submode.
16890
16891 (c-update-modeline): Convert to function and extended to check
16892 `c-subword-move-mode'.
16893
16894 (c-forward-into-nomenclature, c-backward-into-nomenclature):
16895 Convert to compat aliases for `c-forward-subword' and
16896 `c-backward-subword'.
16897
16898 * progmodes/cc-subword.el: New functions and minor mode to handle
16899 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
16900
16901 (c-forward-subword, c-backward-subword, c-mark-subword)
16902 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
16903 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
16904 Functions corresponding to the standard word handling functions.
16905
16906 (c-subword-move-mode): Minor mode that replaces all the standard
16907 word handling functions with their subword equivalences.
16908
16909 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16910
16911 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
16912 entry for one-liner-defun.
16913
16914 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
16915 name in its def-edebug-spec.
16916
16917 * progmodes/cc-cmds.el (c-electric-brace): Make the
16918 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
16919 compacts space before a comment, if this will make things fit on
16920 one line.
16921
16922 Introduce an "awk" style, mainly for auto-newline and clean-ups.
16923
16924 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
16925
16926 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
16927 clean-up one-liner-defun.
16928
16929 * progmodes/cc-styles.el: Add the new "awk" style.
16930
16931 * progmodes/cc-vars.el: Add description of one-liner-defun to
16932 c-cleanup-list's doc-string. New user options,
16933 c-max-one-liner-length. In c-default-style, set the default style
16934 for AWK to "awk".
16935
16936 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16937
16938 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
16939 macros inside labels.
16940
16941 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
16942 `c-at-statement-start-p' and `c-at-expression-start-p'.
16943
16944 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
16945 error if the mark isn't set.
16946
16947 * progmodes/cc-engine.el (c-guess-continued-construct)
16948 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
16949 accurately detect functions inside functions.
16950
16951 * progmodes/cc-engine.el (c-at-expression-start-p): New function
16952 like `c-at-statement-start-p' that additionally recognizes commas
16953 and expression parentheses as delimiters.
16954
16955 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
16956 to avoid heuristics that doesn't work for unclosed blocks.
16957 (c-at-statement-start-p): New function.
16958
16959 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
16960 Objective-C directives, e.g. directives spanning lines should work
16961 reasonably well now.
16962
16963 (c-put-c-type-property, c-clear-c-type-property): New helpers.
16964
16965 (c-forward-objc-directive): New function to move over any ObjC
16966 directive.
16967
16968 (c-just-after-func-arglist-p, c-guess-basic-syntax)
16969 (c-basic-matchers-before): Use it.
16970
16971 (c-font-lock-objc-iip-decl): Remove.
16972
16973 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
16974 in the template arglist recognition.
16975
16976 * progmodes/cc-styles.el (c-style-alist): Fix several
16977 inconsistencies in the Whitesmith style.
16978
16979 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
16980 New lineup function to get lines after Whitesmith style blocks
16981 correctly indented.
16982
16983 (c-lineup-whitesmith-in-block): Back out the compensation for
16984 opening parens since it's done using `add' lists in the style
16985 definition instead. Don't use the anchor position since it varies
16986 too much between the syntactic symbols. :P
16987
16988 * progmodes/cc-vars.el (c-valid-offset): Update.
16989
16990 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
16991 lists where the offsets are combined according to several
16992 different methods: `first', `min', `max', and `add'.
16993 Report offset evaluation errors with `c-benign-error' so that some kind
16994 of reindentation still is done.
16995
16996 * progmodes/cc-engine.el (c-guess-basic-syntax):
16997 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
16998 `arglist-close'.
16999
17000 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
17001 situations for `arglist-cont-nonempty' and `arglist-close'.
17002
17003 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
17004
17005 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
17006 cc-bytecomp-boundp' in a number of places.
17007
17008 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
17009 macro related issue.
17010
17011 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17012
17013 * progmodes/cc-awk.el: Change the terminology of regexps: A char
17014 list is now [asdf], a char class [:alpha:].
17015 Include code for char classes.
17016 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
17017 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
17018
17019 Remove (nearly all of) the cruft associated with AWK Mode's former
17020 concept of "virtual semicolons":
17021
17022 Adapt c-beginning-of-statement, c-end-of-statement (together with
17023 subfunctions) to use the new notion of "virtual semicolon" in
17024 place of the old awkward special handling for AWK. There remains
17025 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
17026 * progmodes/cc-cmds.el:
17027 (c-ascertain-adjacent-literal): In the backwards direction, now
17028 recognises AWK regexp delimiters as string delimiters.
17029 (c-after-statement-terminator-p): Adapt for virtual semicolons;
17030 check more rigorously for "end of macro".
17031 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
17032 virtual semicolons;
17033 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
17034 out the code for forward movement into ...
17035 (c-end-of-statement): Now contains the code for forward movement,
17036 adapted for virtual semicolons.
17037
17038 * progmodes/cc-engine.el:
17039 (c-ws*-string-limit-regexp): New regexp.
17040 (c-forward-single-comment, c-backward-single-comment): Comment out
17041 the (now redundant) "special" AWK stuff.
17042
17043 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
17044 c-string-par-start, c-string-par-separate to be more like Text
17045 Mode than Fundamental Mode.
17046
17047 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17048
17049 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
17050 to the fontified region so that fontification doesn't occur
17051 outside it (could happen e.g. when fontifying a line with an
17052 unfinished declaration).
17053
17054 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17055
17056 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
17057 start of the file. ^L now separate sections of the file.
17058 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
17059 (c-awk-one-line-possibly-open-string-re)
17060 (c-awk-regexp-one-line-possibly-open-char-class-re)
17061 (c-awk-one-line-possibly-open-regexp-re)
17062 (c-awk-one-line-non-syn-ws*-re): New defonsts.
17063 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
17064
17065 Amend the concept of "virtual semicolons" (in the indentation
17066 engine) for languages like AWK, such that they are now
17067 conceptually attached to end of the last token of a statement, not
17068 the end of the line. (In AWK Mode, however, the pertinent text
17069 property is still physically set on the EOL.) Remove the specific
17070 tests for awk-mode, thus facilitating the introduction of other
17071 language modes where EOLs can end statements.
17072 (Note: The funtionality in cc-cmds.el, specifically
17073 c-beginning/end-of-statement has yet to be amended.)
17074
17075 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
17076 New macros.
17077
17078 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
17079 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
17080 c-vsemi-status-unknown-p-fn (in a new page).
17081
17082 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
17083 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
17084 numerous awkward forms like
17085 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
17086 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
17087 variable before-ws-ip, the place just after char-before-ip appears.
17088
17089 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
17090 a comment.
17091
17092 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17093
17094 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
17095 `c-tentative-buffer-changes'.
17096
17097 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
17098 convert to macro to choose between Emacs and XEmacs at compile time.
17099
17100 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
17101
17102 (c-tentative-buffer-changes): New macro to handle temporary buffer
17103 changes in a convenient way.
17104
17105 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
17106 for `c-tentative-buffer-changes'.
17107
17108 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
17109 the checks for paren sexps between the point and the keyword, to
17110 avoid some false alarms.
17111
17112 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
17113 Fixed a situation where an error could be thrown for unbalanced
17114 parens. Changed to make use of c-keyword-member' to avoid some
17115 repeated regexp matches.
17116
17117 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
17118 These language variable are no longer necessary.
17119
17120 (c-block-stmt-kwds): New language constant used by
17121 c-looking-at-inexpr-block'.
17122
17123 (c-guess-basic-syntax): Remove an optional check that looked at
17124 the existence of the now removed language variables.
17125
17126 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
17127 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
17128 object instantiation expressions as declarations in some contexts.
17129 This bug only affected languages where the declarator can't be
17130 enclosed in parentheses.
17131
17132 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
17133 insert newlines before and after substatement braces.
17134
17135 * progmodes/cc-engine.el: Improved the heuristics for recognizing
17136 function declaration headers and the handling of C++ style member
17137 init lists.
17138
17139 (c-just-after-func-arglist-p): Rewritten to use
17140 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
17141
17142 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
17143
17144 (c-guess-basic-syntax): Adapt case 5B for the new
17145 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
17146 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
17147 covers all cases now).
17148
17149 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
17150
17151 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17152
17153 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
17154 c-string-par-start/separate c-sentence-end-with-esc-eol,
17155 initialised in c-setup-paragraph-variables, used in string
17156 scanning subroutines of c-beginning-of-statement.
17157
17158 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
17159 which precedes the newly inserted `{'.
17160
17161 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17162
17163 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
17164 function for declaration level blocks. It should now cope with
17165 templates better and also be a lot more comprehensible.
17166
17167 (c-looking-at-decl-block): The new function.
17168
17169 (c-search-uplist-for-classkey): The old one. It's now a wrapper
17170 for compatibility.
17171
17172 (c-add-class-syntax, c-guess-continued-construct)
17173 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
17174
17175 (c-decl-block-key): Change to tell apart ambiguous and
17176 unambiguous keywords. Pike specials are now handled directly in
17177 the code instead.
17178
17179 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
17180 New language constants and variables to make the backward skip in
17181 `c-looking-at-decl-block' as tight as possible.
17182
17183 (c-nonsymbol-token-char-list): New language constant.
17184
17185 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
17186 find balanced template arglists backwards.
17187
17188 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
17189 making char classes for `c-syntactic-skip-backward'.
17190
17191 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
17192 16D - can't be a class-close at that point.
17193
17194 * progmodes/cc-engine.el (c-guess-basic-syntax)
17195 (c-add-class-syntax): Don't narrow out the enclosing declaration
17196 level. This makes everything a lot easier, and it was actually
17197 only four small places that needed it to work. Some places that
17198 previously did `widen' are removed now, which has the effect that
17199 `c-guess-basic-syntax' never will look at things outside the
17200 current narrowment now. The anchor position for `topmost-intro'
17201 is affected by this, but it was so bogus it was basically useless
17202 before, and now it's equally bogus but in a slightly different way.
17203
17204 (c-narrow-out-enclosing-class): Gone.
17205
17206 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
17207 the narrowed region.
17208
17209 (c-least-enclosing-brace): Remove silly optional argument.
17210
17211 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
17212 the point could be left directly after an open paren when finding
17213 the beginning of the first decl in the block.
17214
17215 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
17216 Specify which submatch to use.
17217
17218 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
17219
17220 (c-decl-start-re): No longer any need for special treatment of
17221 ObjC due to the above.
17222
17223 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
17224 presumably follows C in that regard.
17225
17226 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
17227 New language constants to specify operator tokens inside
17228 identifiers in a more high level way.
17229
17230 (c-opt-identifier-prefix-key): New internal language constant.
17231
17232 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
17233 (c-identifier-start, c-identifier-key): Now completely calculated
17234 from other constants.
17235
17236 (c-identifier-last-sym-match): Decommission since it's no longer used.
17237
17238 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
17239
17240 * progmodes/cc-engine.el (c-forward-name): Remove the
17241 optimization when c-identifier-key is equal to c-symbol-key since
17242 it doesn't work in byte compiled files. Don't record empty
17243 regions as identifiers.
17244
17245 * progmodes/cc-langs.el (c-filter-ops): New helper function to
17246 simplify access to `c-operators' and its likes.
17247
17248 (c-operator-list, c-all-op-syntax-tokens)
17249 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
17250 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
17251 (c-primary-expr-regexp, c-cast-parens): Use it.
17252
17253 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
17254 an explicit language in functions.
17255
17256 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
17257 variant of adornment.
17258
17259 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
17260 variable.
17261
17262 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
17263 the Pike value.
17264
17265 * progmodes/cc-engine.el (c-on-identifier)
17266 (c-simple-skip-symbol-backward): Small fix for handling "-"
17267 correctly in `skip-chars-backward'. Affected the operator lfun
17268 syntax in Pike.
17269
17270 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
17271 diagnostic message about precompiled language vars not being used.
17272
17273 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
17274 "__attribute__" is followed by a parenthesis.
17275
17276 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
17277 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
17278 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
17279
17280 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
17281 Internal cleanups to properly detect the declared identifiers in
17282 various declarations.
17283
17284 (c-decl-start-kwds): New language constant to recognize
17285 declarations that can start anywhere. Used for class declarations
17286 in Pike.
17287
17288 (c-specifier-key, c-not-decl-init-keywords)
17289 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
17290 (c-find-decl-spots): Implement `c-decl-start-kwds'.
17291
17292 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
17293 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
17294 handling of the compiler specific extension keywords into a new
17295 language constant `c-decl-hangon-kwds' that defines keyword
17296 clauses to be ignored in declarations.
17297
17298 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
17299 past unrecognized tokens when handling `c-colon-type-list-kwds'.
17300 Necessary to stop at the declared identifier in e.g. IDL valuetype
17301 declarations.
17302
17303 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
17304 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
17305 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
17306 (c-forward-decl-or-cast-1): Recognize the declared identifier in
17307 class and enum declarations as such and not as part of the type.
17308
17309 (c-forward-decl-or-cast-1, c-forward-label): Relax the
17310 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
17311
17312 (c-forward-decl-or-cast-1): Don't disregard sure signs of
17313 declarations when there's some syntax error later on.
17314
17315 (c-complex-decl-matchers): Did away with a reference to
17316 `c-specifier-key'.
17317
17318 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
17319 value - this variable is always dynamically bound.
17320
17321 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
17322 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
17323 * cc-cmds.el, cc-defs.el: Change the policy for marking up
17324 functions that might do hidden buffer changes: All such internal
17325 functions are now marked instead of those that don't.
17326
17327 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
17328 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
17329 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
17330 (c-literal-type): Allow these functions to make hidden buffer changes,
17331 so that they are free to use text property caching later on.
17332
17333 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
17334 (c-electric-brace, c-electric-slash, c-electric-star)
17335 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
17336 (c-electric-paren, c-electric-continued-statement, c-indent-command)
17337 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
17338 (c-context-line-break): Add `c-save-buffer-state' calls to comply
17339 with the changed semantics of the functions above.
17340
17341 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
17342 when macros occur in obscure places. Optimized the sexp movement
17343 a bit.
17344
17345 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17346
17347 Enhancements for c-beginning-of-statement to work in AWK Mode:
17348
17349 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
17350 (completed statement) with `}' (statement completed by closing
17351 brace or semicolon) and `$' (statement completed by EOL).
17352
17353 (c-awk-virtual-semicolon-ends-prev-line-p)
17354 (c-awk-virtual-semicolon-ends-line-p)
17355 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
17356 (c-awk-at-statement-end-p): New functions.
17357
17358 * progmodes/cc-cmds.el: Simplify the structure of functions
17359 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
17360 two functions and c-beginning-of-statement to handle AWK Mode.
17361
17362 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
17363 c-backward-single-comment for AWK mode. Attempt to clarify their
17364 doc-strings.
17365
17366 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
17367
17368 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17369
17370 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
17371 label handling. Labels are now recognized in a uniform and more
17372 robust way, regardless of context. Text properties are put on all
17373 labels to recognize the following declarations better.
17374 Multiword labels are handled both in indentation and fontification for
17375 the benefit of language extensions like Qt. For consistency, keywords
17376 in labels are now fontified with the label face instead.
17377 That also applies to "case" and "default".
17378
17379 (c-beginning-of-statement-1): Fix some bugs in the label
17380 handling. Disregard `c-nonlabel-token-key' in labels that begin
17381 with `c-label-kwds'.
17382
17383 (c-find-decl-spots): Support that the callback adds more
17384 `c-decl-end' spots to find.
17385
17386 (c-forward-decl-or-cast-1): Don't treat a list of plain
17387 identifiers followed by a colon as a declaration.
17388
17389 (c-forward-label): New function to recognize labels.
17390
17391 (c-guess-basic-syntax): Replace uses of `c-label-key' with
17392 `c-forward-label'. Moved the label recognition cases (14 and 15)
17393 earlier since they aren't so context sensitive now. Handle labels
17394 on the top level gracefully. Moved access label recognition to
17395 the generic label case (CASE 15) - removed CASE 5E.
17396
17397 (c-font-lock-declarations): Add recognition of labels in the
17398 same round since we need to handle labels in parallell with other
17399 declarations to recognize both accurately. It should also improve
17400 speed.
17401
17402 (c-simple-decl-matchers, c-basic-matchers-after):
17403 Move `c-font-lock-labels' so that it only is used on decoration level 2
17404 since `c-font-lock-declarations' handles it otherwise.
17405
17406 (c-complex-decl-matchers): Remove the simplistic recognition of
17407 access labels.
17408
17409 (c-decl-prefix-re): Remove the kludges that was necessary to cope
17410 with labels earlier.
17411
17412 (c-decl-start-re): New language variable to make
17413 `c-font-lock-declarations' stop for the special protection labels
17414 in Objective-C that start with `@'.
17415
17416 (c-label-key): Remove since it's no longer used.
17417
17418 (c-recognize-colon-labels, c-label-prefix-re): New language
17419 constants to support recognition of generic colon-terminated labels.
17420
17421 (c-type-decl-end-used): `c-decl-end' is now used whenever there
17422 are colon terminated labels.
17423
17424 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
17425 first argument starts with a special brace list.
17426
17427 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
17428 (c-font-lock-declarations): Break out the declaration and cast
17429 recognition from `c-font-lock-declarations' to a new function, so
17430 that it can be used in the indentation engine.
17431
17432 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
17433 up to the start of the literal. Fixed bug with the point on the
17434 wrong side of the search limit that could happen when the start
17435 position is inside a literal.
17436
17437 * progmodes/cc-engine.el (c-parse-state)
17438 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
17439 so that it's kept a little bit back to increase the hit rate.
17440
17441 (c-parse-state): Change the macro handling and fixed some
17442 glitches. Macro context is checked more often than necessary now,
17443 but otoh less garbage conses are generated.
17444
17445 * progmodes/cc-engine.el (c-parse-state)
17446 (c-invalidate-state-cache): Cache the last position where
17447 `c-state-cache' applies. This can speed up refontification quite
17448 a bit in blocks where there are many non-brace parens before the point.
17449
17450 (c-state-cache-end): New variable for this.
17451
17452 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
17453 cache variable.
17454
17455 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
17456 get close initial continue positions when the start position is
17457 inside a literal or macro. Do not call the callback for spots
17458 before the start position (which can happen e.g. for `c-decl-end'
17459 spots inside comments). Optimize better in special cases when the
17460 region is a single line inside a literal or macro (typically when
17461 the current line is refontified).
17462
17463 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
17464 to `c-add-stmt-syntax' - there's no need to explicitly whack off
17465 entries from the paren state.
17466
17467 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
17468 special case for "else if" clauses.
17469
17470 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
17471 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
17472
17473 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
17474 New language variable to recognize the gcc extension with statement
17475 blocks inside expressions.
17476
17477 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
17478 it somewhat more comprehensible. The argument AT-BLOCK-START is
17479 no longer used and hence removed.
17480
17481 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
17482 to `c-add-stmt-syntax'.
17483
17484 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
17485 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
17486 This fixes bogus label recognition.
17487
17488 * progmodes/cc-engine.el (c-add-type, c-check-type)
17489 (c-forward-name, c-forward-type): Improve storage of template
17490 types in `c-found-types' so that they can be recognized better.
17491
17492 (c-syntactic-content): Add option to skip past nested parens.
17493
17494 * progmodes/cc-engine.el (c-forward-name):
17495 Set `c-last-identifier-range' all the time. It's less work that way.
17496 Handle that there might not be an identifier to store in
17497 `c-last-identifier-range'.
17498
17499 (c-forward-type): Handle that `c-last-identifier-range' might be
17500 nil from `c-forward-name'.
17501
17502 * progmodes/cc-defs.el (c-safe-scan-lists)
17503 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
17504
17505 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
17506 to work even if the form fails.
17507
17508 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
17509 down in a large file in one go.
17510
17511 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
17512
17513 * progmodes/cc-align.el (c-lineup-assignments): New lineup
17514 function which is like `c-lineup-math' but returns nil instead of
17515 `c-basic-offset' when it doesn't match.
17516
17517 (c-lineup-math): Change to use `c-lineup-assignments'.
17518
17519 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17520
17521 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
17522 c-beginning-of-statement. New subfunctions
17523 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
17524
17525 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17526
17527 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
17528 hardcoded char classes whereever possible. Changed a couple of
17529 places to use skip by syntax instead of skip by char class.
17530
17531 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
17532 Fix a bug in the regexp that caused extreme backtracking.
17533
17534 * progmodes/cc-langs.el (c-block-comment-starter)
17535 (c-block-comment-ender): New language constants to specify in a
17536 single place how block comments look.
17537
17538 (c-comment-start-regexp, c-block-comment-start-regexp)
17539 (comment-start, comment-end, comment-start-skip)
17540 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
17541 (c-syntactic-ws, c-nonempty-syntactic-ws)
17542 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
17543 `c-line-comment-starter', `c-block-comment-starter' and
17544 `c-block-comment-ender'.
17545
17546 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
17547 New language constants to break up things a bit.
17548
17549 (c-simple-ws): New language constant for simple whitespace.
17550
17551 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
17552
17553 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
17554 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
17555 newlines. Allow and ignore nil elements in the list.
17556
17557 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17558
17559 * progmodes/cc-cmds.el: Comment out a (n almost certainly
17560 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
17561
17562 * progmodes/cc-cmds.el: Tidy up the comments in
17563 c-beginning-of-statement and subfunctions.
17564
17565 * progmodes/cc-awk.el: Replace calls to put-text-property to the
17566 more flexible c-put-char-property and c-clear-char-properties.
17567 Add the author's email address.
17568
17569 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
17570
17571 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
17572 closing "*/" of a block comment.
17573
17574 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
17575 subfunctions) so that it works at BOB and EOB.
17576
17577 * progmodes/cc-cmds.el, cc-vars.el: More updating of
17578 c-beginning-of-statement, including new variable
17579 c-block-comment-start-regexp.
17580
17581 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17582
17583 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
17584 symbols from `*-font-lock-extra-types' so that there's no need to
17585 use `regexp-opt' on those lists.
17586
17587 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
17588 `c-type-modifier-kwds' is empty.
17589
17590 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
17591 there are several strings on the same line.
17592
17593 * progmodes/cc-engine.el (c-literal-limits): Remove the
17594 compatibility function for older emacsen. `c-literal-limits-fast'
17595 has now taken the place of this function.
17596
17597 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
17598 with older emacsen: We now require `pps-extended-state'.
17599
17600 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17601
17602 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
17603 which obviates the need to hack sentence-end. This now handles
17604 escaped newlines in strings correctly. Correct minor bugs in
17605 c-move-over-sentence and in c-beginning-of-statement.
17606
17607 * progmodes/cc-cmds.el (c-beginning-of-statement (and
17608 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
17609 that movement over macros and code are rigorously separated from
17610 eachother. Correct a few incidental bugs.
17611
17612 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
17613 Improve its doc-string. Improve the handling of certain specific cases.
17614
17615 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17616
17617 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
17618 (c-guess-basic-syntax): Change the way class-level labels are
17619 recognized; they can now contain essentially any symbols.
17620
17621 (c-opt-extra-label-key): New language variable to cope with the
17622 special protection label syntax in Objective-C.
17623
17624 (c-opt-access-key): Remove; this is now handled better by
17625 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
17626
17627 (c-complex-decl-matchers): Update to handle that
17628 `c-opt-access-key' no longer exists.
17629
17630 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
17631 improved label recognition in `c-beginning-of-statement-1'.
17632
17633 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
17634 Recognize bitfields better.
17635
17636 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
17637 Remove some cruft and fixed a bug that could cause it to go to a
17638 position further down.
17639
17640 * progmodes/cc-langs.el, cc-engine.el
17641 (c-beginning-of-statement-1): Improve detection of labels in
17642 declaration contexts.
17643
17644 (c-beginning-of-decl-1): Use it.
17645
17646 (c-nonlabel-token-key): New language constant and variable needed
17647 by `c-beginning-of-statement-1'.
17648
17649 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
17650 manifested itself due to the correction in `c-forward-sexp'.
17651
17652 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
17653 Make these behave as documented when used at the buffer limits.
17654
17655 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
17656 (c-type-decl-end-used): Made this a language variable.
17657
17658 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
17659 correctly when `combine-after-change-calls' is used together with
17660 temporary narrowings.
17661
17662 * progmodes/cc-engine.el (c-beginning-of-statement-1):
17663 Report labels correctly when the start point is immediately after the
17664 colon.
17665
17666 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
17667 Remove since it isn't used anymore.
17668
17669 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
17670 bracket arglists such as template parens in C++.
17671
17672 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
17673 in the last check-in. Some optimization.
17674
17675 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
17676 where it could stop at the same level in a preceding sexp when
17677 PAREN-LEVEL is set.
17678
17679 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
17680 text property lookup only when it's needed.
17681
17682 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
17683 Change the policy for paren marked angle brackets to be more
17684 persistent; once marked they remain marked even when they're found
17685 to be unbalanced in the searched region. This should keep the
17686 paren syntax around even when individual lines are refontified in
17687 multiline template arglists.
17688
17689 (c-parse-and-markup-<>-arglists): New dynamically bound variable
17690 to control markup so that incorrect angle bracket arglists aren't
17691 marked in contexts where the correct value for
17692 `c-disallow-comma-in-<>-arglists' isn't known.
17693
17694 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
17695 argument has become `c-parse-and-markup-<>-arglists'.
17696
17697 (c-remove-<>-arglist-properties): Remove - no longer used.
17698
17699 (c-after-change-check-<>-operators): New function used on
17700 `after-change-functions' to avoid that "<" and ">" characters that
17701 are part of longer operators have paren syntax.
17702
17703 (c-<>-multichar-token-regexp): New language variable used by
17704 `c-after-change-check-<>-operators'.
17705
17706 (c-after-change): Call `c-after-change-check-<>-operators'.
17707
17708 (c-font-lock-<>-arglists): Use the context properties set by
17709 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
17710 correctly to avoid doing invalid markup.
17711
17712 (c-font-lock-declarations): Remove code that undoes the invalid
17713 markup done by `c-font-lock-<>-arglists'.
17714
17715 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
17716 after `c-font-lock-declarations'.
17717
17718 * progmodes/cc-engine.el (c-syntactic-skip-backward):
17719 Add paren-level feature.
17720
17721 (c-guess-basic-syntax): Improve the anchor position for
17722 `template-args-cont' in nested template arglists. There's still
17723 much to be desired in this area, though.
17724
17725 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17726
17727 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
17728 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
17729
17730 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17731
17732 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
17733 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
17734
17735 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
17736 it doesn't work no longer are supported.
17737
17738 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
17739 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
17740 requires support for the syntax-table' text property, which rules
17741 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
17742 cruft associated with those versions.
17743
17744 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
17745 for the `syntax-table' text property, which rules out Emacs 19 and
17746 XEmacs < 21.4. Removed various compatibility cruft associated
17747 with those versions.
17748
17749 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
17750 support for the `syntax-table' text property.
17751
17752 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
17753 variable and use an extra quoted face name instead. All the
17754 emacsen flavors handle that correctly.
17755
17756 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
17757 (c-font-lock-declarators, c-font-lock-declarations)
17758 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
17759 property to mark the items in in declarator lists to handle
17760 refontification inside multiline declarations better.
17761
17762 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
17763 construct like "a * b = c;" as a declaration.
17764
17765 2005-12-08 Kim F. Storm <storm@cua.dk>
17766
17767 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
17768 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
17769 select either meta, hyper, or super modifier for rectangle commands.
17770 (cua--rectangle-modifier-key): New defvar.
17771 (cua--M/H-key): Use it. Remove special case for `space'.
17772 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
17773 on X, to meta otherwise. Always bind C-return to toggle
17774 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
17775
17776 * emulation/cua-rect.el (cua-help-for-rectangle):
17777 Use cua--rectangle-modifier-key. Handle super modifier too.
17778 (cua--init-rectangles): Always bind C-return to toggle rectangle.
17779 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
17780
17781 * ido.el: Move Acknowledgements and History after Commentary.
17782 Minor changes to Commentary.
17783
17784 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
17785 keymap if cua--prefix-override-timer is `shift'.
17786 (cua--shift-control-prefix): New function; emulate "type prefix
17787 key twice" functionality to handle shifted prefix key override.
17788 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
17789 New commands.
17790 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
17791
17792 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
17793
17794 * textmodes/org.el (org-insert-heading): Try to do items before
17795 headings.
17796 (org-agenda-mode): Quote `org-agenda-mode-hook'.
17797 (org-insert-item): New function.
17798 (org-renumber-ordered-list): Don't skip to higher level lists.
17799
17800 2005-12-08 Juri Linkov <juri@jurta.org>
17801
17802 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
17803
17804 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
17805
17806 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
17807
17808 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
17809 the constructed function name fun-1.
17810
17811 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
17812 because such links don't lead to parent documentation.
17813
17814 2005-12-08 Kenichi Handa <handa@m17n.org>
17815
17816 * descr-text.el (describe-char): Use *Help-2* buffer if the
17817 current buffer is *Help*. Call describe-text-properties while
17818 setting the original buffer.
17819
17820 2005-12-07 Bill Wohler <wohler@newt.com>
17821
17822 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
17823 and causes problems with non-MH users (such as Gnus users).
17824
17825 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
17826
17827 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
17828 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
17829 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
17830 command "info sources". Move calls to GDB command "list".
17831 (gdb-find-file-hook): Just use gdb-source-file-list.
17832 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
17833 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
17834 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
17835 (gdb-data-list-register-values-handler): Use correct trigger name.
17836
17837 2005-12-07 Kim F. Storm <storm@cua.dk>
17838
17839 * ido.el (ido-completion-map): Rename from ido-mode-map.
17840 (ido-common-completion-map, ido-file-completion-map)
17841 (ido-file-dir-completion-map, ido-buffer-completion-map):
17842 Rename from ido-mode-....-map.
17843 (ido-init-completion-maps): Rename from ido-init-mode-maps.
17844 (ido-setup-completion-map): Rename from ido-define-mode-map.
17845 (ido-read-internal): Bind minibuffer-local-filename-completion-map
17846 to ido-completion-map.
17847
17848 2005-12-07 Kenichi Handa <handa@m17n.org>
17849
17850 * international/mule-cmds.el
17851 (set-display-table-and-terminal-coding-system): If the coding
17852 system specified in `unibyte-display' property is different from
17853 the arg coding-system, don't setup standard-display-table.
17854
17855 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
17856
17857 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
17858 that comments end at \n, regardless of selective-display.
17859
17860 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
17861
17862 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
17863 (gdb-version): New variables.
17864 (gdb-source-file-list, gdb-register-names)
17865 (gdb-changed-registers): New variables for use with GDB 6.4+.
17866 (gdb-ann3): Replace with...
17867 (gdb-init-1, gdb-init-2): ...two new functions.
17868 (gdba, gdb-prompt): Call gdb-init-1.
17869 (gdb-get-version): New function. Call gdb-init-2 from here.
17870 (gud-watch): Make it work with mouse events too.
17871 (gdb-post-prompt): Don't add to queue until GDB version is known.
17872 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
17873 (gdb-locals-mode): Use gdb-version.
17874 (gdb-memory-format-map, gdb-memory-unit-map)
17875 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
17876 (gdb-locals-font-lock-keywords-1)
17877 (gdb-locals-font-lock-keywords-2): New variables.
17878 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
17879 (gdb-set-gud-minor-mode-existing-buffers-1)
17880 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
17881 (gdb-var-update-1, gdb-var-update-handler-1)
17882 (gdb-data-list-register-values-handler)
17883 (gdb-data-list-register-values-custom)
17884 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
17885 (gdb-stack-list-locals-handler, gdb-get-register-names):
17886 New functions for use with GDB 6.4+.
17887 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
17888 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
17889 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
17890 (gdb-stack-list-locals-regexp)
17891 (gdb-data-list-register-names-regexp): New regexps for use with
17892 GDB 6.4+.
17893
17894 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
17895
17896 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
17897
17898 2005-12-06 Nozomu Ando <nand@mac.com>
17899
17900 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
17901 prompts work for AUTH PLAIN. Also reported by Steve Allan
17902 <seallan@verizon.net>.
17903
17904 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
17905
17906 * frame.el (set-frame-parameter): Add doc string.
17907
17908 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
17909
17910 * textmodes/org.el (org-occur-highlights): New variable.
17911 (org-highlight-new-match, org-remove-occur-highlights): New functions.
17912 (org-highlight-sparse-tree-matches): New option.
17913 (org-do-occur): New function.
17914 (org-get-heading): Make it work also at beginning of line.
17915 (org-category-table): New variable.
17916 (org-get-category-table, org-get-category)
17917 (org-camel-to-words, org-link-search): New functions.
17918 (org-select-this-todo-keyword): New variable.
17919 (org-todo-list): New command.
17920 (org-shiftright, org-shiftleft): New commands.
17921 (org-agenda-todo): Add prefix argument.
17922 (org-show-hierarchy-above): New option.
17923 (org-show-todo-tree): Numerical prefix creates tree for specific
17924 TODO keyword.
17925 (org-outline-level): New function, to assign a level to plain
17926 lists items.
17927 (org-cycle-include-plain-lists): New option.
17928 (org-mode): Use `org-outline-level' as value of `outline-level'.
17929 (org-cycle): Temporarily switch `outline-regexp' if
17930 `org-cycle-include-plain-lists' is non-nil.
17931 (org-start-icalendar-file): Fix format bug.
17932 (org-agenda-get-day-entries): Create category table.
17933 (org-agenda-get-todos, org-agenda-get-timestamps)
17934 (org-agenda-get-deadlines, org-agenda-get-scheduled)
17935 (org-agenda-get-blocks): Use `org-get-category'.
17936 (org-context-in-file-links): Rename from
17937 `org-line-numbers-in-file-links'.
17938
17939 2005-12-06 Romain Francoise <romain@orebokech.com>
17940
17941 * window.el (balance-windows): Delete extraneous third arg in call
17942 to `enlarge-window'.
17943
17944 2005-12-06 Kenichi Handa <handa@m17n.org>
17945
17946 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
17947
17948 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
17949
17950 * progmodes/gdb-ui.el (gdb-var-create-handler)
17951 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
17952 (gdb-var-list-children-handler, gdb-var-update-handler):
17953 Current buffer is already gdb-partial-output-buffer, don't
17954 make it current again.
17955
17956 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
17957
17958 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
17959 (list-buffers-noselect): Use it.
17960
17961 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
17962
17963 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
17964 (mail-yank-ignored-headers): Use regexp-opt.
17965 (mail-mode-map): Move initialization into declaration.
17966 (mail-sent-via): Remove unused shadowed var `to-line'.
17967 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
17968 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
17969 (mail-do-fcc): Use dolist and push.
17970 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
17971 (mail-yank-ignored-headers): Don't autoload.
17972
17973 2005-12-05 Kenichi Handa <handa@m17n.org>
17974
17975 * international/mule-cmds.el (set-language-info-internal): New fun.
17976 (set-language-info): Call set-language-info-internal to update
17977 language-info-alist. If LANG-ENV is the current one, call
17978 set-language-environment to make INFO effective now.
17979 (set-language-info-alist): Likewise.
17980 (locale-language-names): With locale "en", use English
17981 lang. env. but set the default codings to iso-8859-1.
17982
17983 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
17984
17985 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
17986 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
17987 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
17988 for plain strings.
17989 (gdb-frames-mode): Remove redundant call to font-lock-mode.
17990 (gdb-all-registers): Rename from toggle-gdb-all-registers.
17991 Create registers buffer if necessary. Echo new state in minibuffer.
17992 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
17993
17994 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
17995
17996 * info.el (Info-fontify-node): Match external links using
17997 non-directory part of filename.
17998
17999 2005-12-04 Juri Linkov <juri@jurta.org>
18000
18001 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
18002 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
18003 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
18004 because there is no customization option for it.
18005
18006 * font-lock.el (lisp-font-lock-keywords-1):
18007 Add define-global-minor-mode.
18008
18009 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
18010
18011 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
18012 properties on the constructed variable names.
18013
18014 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18015 Put `definition-name' properties on the constructed function names
18016 next-sym and prev-sym.
18017
18018 * emacs-lisp/find-func.el (find-function-regexp):
18019 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
18020 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
18021 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
18022 and easy-menu-define.
18023
18024 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
18025 easy-mmode-define-global-mode and define-global-minor-mode.
18026 (lisp-imenu-generic-expression): Add define-global-minor-mode.
18027
18028 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
18029 instead of easy-mmode-define-global-mode.
18030
18031 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
18032 Use define-minor-mode instead of easy-mmode-define-minor-mode.
18033
18034 * cus-edit.el (customize-group, customize-group-other-window):
18035 Filter out autoloaded options from the group completion list by
18036 using heuristics that autoloaded groups don't have `custom-autoload'
18037 property on their symbols (they have only `custom-loads').
18038
18039 * simple.el (completion-setup-function): Put completions-common-part
18040 face on complete completion string too (i.e. completion string
18041 without completions-first-difference face).
18042
18043 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
18044
18045 2005-12-03 Eli Zaretskii <eliz@gnu.org>
18046
18047 * view.el (view-mode): Doc fix.
18048
18049 * disp-table.el (standard-display-european): Add to the warning
18050 message a reference to the doc string.
18051
18052 * play/yow.el (apropos-zippy): Call print-help-return-message,
18053 similar to other Help and Apropos commands.
18054
18055 * help.el (print-help-return-message): If pop-up-frames is
18056 non-nil, set up help-return-method to delete the help window and,
18057 possibly, its frame as well, and don't display message about
18058 scrolling the help window. Doc fix.
18059 (help-return-method): Doc fix.
18060
18061 2005-12-03 Martin Rudalics <rudalics@gmx.at>
18062
18063 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
18064 whereby names of length one or names starting with a
18065 symbol-constituent character would not be returned.
18066
18067 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
18068
18069 * subr.el (atomic-change-group): Add edebug and indentation spec.
18070
18071 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
18072
18073 * completion.el (save-completions-file-name): Fix typo in last change.
18074
18075 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18076
18077 * info.el: Move back/forward history to the beginning of the tool bar.
18078
18079 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
18080
18081 * allout.el (eval-when-compile): Remove unnecessary load of cl.
18082 Add fset of allout-real-isearch-abort during compile to fix
18083 byte-compilation warnings.
18084 (allout-mode-p): Move definition of this macro above all uses, or
18085 byte compilation in barren Emacs (eg, during Emacs build) will
18086 lack the definition.
18087 (allout-mode): Move this variable above any uses, or byte
18088 compilation will fail.
18089 (allout-resolve-xref): Remove use of personal file-reference function.
18090 (allout-toggle-current-subtree-encryption): Do the current (ie,
18091 visible containing) topic, rather than nearest around point. Doc fix.
18092 (allout-toggle-subtree-encryption): New function, workhorse that
18093 works on nearest topic containing point.
18094 (allout-encrypt-string): Signal requirement for newer version of pgg.
18095 (allout-resumptions): Doc fix.
18096
18097 2005-12-02 Eli Zaretskii <eliz@gnu.org>
18098
18099 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
18100
18101 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
18102
18103 * textmodes/flyspell.el (flyspell-external-point-words):
18104 Consider a misspelling as found in the string search if: (a) misspelling
18105 and found string lengths match, or (b) misspelling is found as
18106 element in a boundary-chars separated longer string, or (c)
18107 ispell-program-name is really ispell and misspelling is found as
18108 part of a TeX string. After successful match move beginning of
18109 search region to end of match. Warn about not found misspellings
18110 once the process is done.
18111 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
18112
18113 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
18114
18115 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
18116 tool bar (removed inadvertently).
18117
18118 2005-12-02 Juri Linkov <juri@jurta.org>
18119
18120 * log-view.el (log-view-diff): Clarify doc string.
18121
18122 2005-12-01 Bill Wohler <wohler@newt.com>
18123
18124 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
18125 triggers lm-verify errors.
18126
18127 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
18128
18129 * simple.el (transient-mark-mode, line-number-mode)
18130 (column-number-mode, size-indication-mode): Remove `:require nil'.
18131
18132 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
18133
18134 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
18135 in the margin also.
18136 (gdb-breakpoints-mode-map): Use D instead of d for
18137 gdb-delete-breakpoint.
18138 (gdb-get-frame-number): Require a number to match on.
18139 (gdb-threads-mode-map): Add follow-link binding.
18140
18141 2005-11-30 Jason Rumney <jasonr@gnu.org>
18142
18143 * isearch.el (isearch-mode-map): Avoid exiting search on
18144 language-change event.
18145
18146 2005-11-30 Romain Francoise <romain@orebokech.com>
18147
18148 * speedbar.el (speedbar-default-position): New defcustom.
18149 (speedbar-frame-reposition-smartly): Use it.
18150
18151 * dframe.el (dframe-reposition-frame-emacs): Fix position
18152 computation for `left' location.
18153 Update copyright year.
18154
18155 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
18156
18157 * help.el (help-map): Move initialization into declaration.
18158
18159 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
18160
18161 * help-fns.el (help-argument-name): Don't autoload.
18162 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
18163 to be re-loaded when customizing the `help' group.
18164
18165 2005-11-30 John Paul Wallington <jpw@gnu.org>
18166
18167 * help-fns.el (describe-function-1): Fill arglist output.
18168
18169 2005-11-30 Kim F. Storm <storm@cua.dk>
18170
18171 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
18172 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
18173 after revert-buffer (or anything else which kills all local variables).
18174
18175 * apropos.el (apropos-parse-pattern): Doc fix.
18176 Set apropos-regexp directly, rather than expecting callers to do so.
18177 (apropos-command, apropos, apropos-value, apropos-documentation):
18178 Simplify calls to apropos-parse-pattern.
18179
18180 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
18181
18182 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
18183 (hi-lock-face-phrase-buffer): Use hi-yellow face.
18184 (hi-lock-write-interactive-patterns): Use comment-region.
18185
18186 * longlines.el (longlines-mode): Add mail-setup-hook.
18187
18188 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
18189
18190 * simple.el (sendmail-user-agent-compose, next-line):
18191 Conditionally use hard-newline.
18192
18193 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
18194
18195 * international/latexenc.el (latex-inputenc-coding-alist):
18196 Reword doc string.
18197
18198 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
18199
18200 * help.el (describe-key-briefly, describe-key): Recognize default
18201 bindings.
18202
18203 2005-11-29 Romain Francoise <romain@orebokech.com>
18204
18205 * view.el (view-inhibit-help-message): New defcustom.
18206 (view-mode-enter): Use it.
18207
18208 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
18209
18210 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
18211 Preserve user position.
18212
18213 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
18214
18215 * font-lock.el: Throw error if facemenu is not loaded to prevent
18216 accidental change of loading order in loadup.el. (Suggested by RMS.)
18217
18218 * loadup.el: Add comment explaining why facemenu must be loaded
18219 before font-lock.
18220
18221 2005-11-28 Jay Belanger <belanger@truman.edu>
18222
18223 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
18224 (calc-dispatch-map): Add more keys for `calc-same-interface'.
18225
18226 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
18227
18228 * calc/calc-embed.el (calc-do-embedded): Update help message.
18229
18230 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
18231
18232 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
18233
18234 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
18235
18236 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
18237 called-interactively-p.
18238 (elp-profilable-p): Rename from elp-not-profilable-p.
18239 Invert result and take into account macros and autoloaded functions.
18240 (elp-instrument-function): Update call.
18241 (elp-instrument-package): Update call. Add completion.
18242 (elp-pack-number): Use match-string.
18243 (elp-results-jump-to-definition-by-mouse): Merge into
18244 elp-results-jump-to-definition and then remove.
18245 (elp-output-insert-symname): Make help echo text single-line.
18246
18247 * replace.el (query-replace-map): Move initialization into declaration.
18248 (occur-engine): Use with-current-buffer.
18249 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
18250 (occur-mode-mouse-goto): Replace with an alias.
18251
18252 2005-11-28 Juri Linkov <juri@jurta.org>
18253
18254 * simple.el (quoted-insert): Let-bind input-method-function to nil.
18255
18256 * term/w32-win.el: Bind [S-tab] to [backtab].
18257
18258 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
18259 `Info-find-file' to t.
18260
18261 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
18262 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
18263 and same-window-regexps.
18264 (occur-next-error): Don't move point for arg 0.
18265
18266 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
18267
18268 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
18269
18270 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
18271
18272 * log-edit.el (log-edit-changelog-use-first): New var.
18273 (log-edit-changelog-ours-p): Use it.
18274 (log-edit-insert-changelog): Set it with new arg `use-first'.
18275 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
18276 (log-edit-hook): Add them to the list of suggested options.
18277
18278 * textmodes/flyspell.el (flyspell-last-buffer): New var.
18279 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
18280 redundant work.
18281 (flyspell-mode-on): Use add-hook for after-change-functions.
18282 (flyspell-mode-off): Use remove-hook for after-change-functions.
18283 (flyspell-changes): Make it buffer-local.
18284 (flyspell-after-change-function): Make it non-interactive. Use push.
18285 (flyspell-post-command-hook): Check input-pending-p while processing
18286 the potentially long list of buffer changes.
18287
18288 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
18289
18290 * buff-menu.el (list-buffers-noselect): Display the selected
18291 frame's buffer list, not the global one.
18292
18293 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
18294
18295 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
18296 that (list last-input-event) works as in interactive spec.
18297
18298 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
18299
18300 * loadup.el ("facemenu"): Load facemenu before font-lock, because
18301 `facemenu-keymap' needs to be defined when font-lock is loaded.
18302 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
18303
18304 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
18305
18306 * completion.el: Remove useless leading * in defcustom docstrings.
18307 (save-completions-file-name): Use ~/.emacs.d if available.
18308 (completion-standard-syntax-table): Rename from
18309 cmpl-standard-syntax-table and fold initialization into declaration,
18310 thus removing cmpl-make-standard-completion-syntax-table.
18311 (completion-lisp-syntax-table, completion-c-syntax-table)
18312 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
18313 (cmpl-saved-syntax, cmpl-saved-point): Remove.
18314 (symbol-under-point, symbol-before-point)
18315 (symbol-under-or-before-point, symbol-before-point-for-complete)
18316 (add-completions-from-c-buffer): Use with-syntax-table.
18317 (make-completion): Don't return a list of completion entries.
18318 Update callers.
18319 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
18320 (completion-initialize): Rename from initialize-completions.
18321 (completion-find-file-hook): Rename from cmpl-find-file-hook.
18322 (kill-emacs-save-completions): Collect stats here.
18323 (save-completions-to-file, load-completions-from-file):
18324 Use with-current-buffer.
18325 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
18326 into a function. Move all calls to toplevel.
18327 (completion-lisp-mode-hook): New fun.
18328 (completion-c-mode-hook, completion-setup-fortran-mode):
18329 Set the syntax-table here. Use local-set-key.
18330 (completion-saved-bindings): New var.
18331 (dynamic-completion-mode): Make it into a proper minor mode.
18332 (load-completions-from-file): Remove unused var `num-uses'.
18333
18334 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
18335 constructor if it is explicitly overridden.
18336
18337 * complete.el (PC-completion-as-file-name-predicate):
18338 Use minibuffer-completing-file-name.
18339 (partial-completion-mode): Use find-file-not-found-functions.
18340 (PC-lisp-complete-symbol): Use with-syntax-table.
18341 (PC-look-for-include-file): Remove dead setq.
18342 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
18343 (PC-complete): Use with-current-buffer.
18344
18345 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
18346 escape single quotes.
18347
18348 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
18349
18350 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
18351 of `if' whose condition always returned nil. Doc fix.
18352
18353 * buff-menu.el (Buffer-menu-revert-function): Make the selected
18354 window's buffer the current buffer around the call to
18355 `list-buffers-noselect'. This is necessary to mark that buffer
18356 with a `.' in the Buffer Menu when called from Lisp, for instance
18357 by Auto Revert Mode.
18358
18359 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
18360
18361 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
18362 attaching to it.
18363 (gdb-pre-prompt): Make sure gdb-error is reset.
18364
18365 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
18366 with a child process, detect it.
18367 (gud-speedbar-buttons): Match regexp more carefully.
18368
18369 2005-11-27 Richard M. Stallman <rms@gnu.org>
18370
18371 * mouse.el (mouse-drag-move-window-bottom):
18372 Use adjust-window-trailing-edge.
18373
18374 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
18375
18376 * simple.el (blink-matching-open): Ignore
18377 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
18378 (blink-matching-paren-on-screen): Update docstring.
18379
18380 * paren.el (show-paren-mode): No longer change
18381 `blink-matching-paren-on-screen'.
18382
18383 2005-11-27 John Paul Wallington <jpw@pobox.com>
18384
18385 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
18386 (gdb-threads-select, gdb-edit-register-value):
18387 Use `posn-set-point' instead of `mouse-set-point' because the
18388 latter is not fbound when configured without X.
18389
18390 2005-11-27 Kim F. Storm <storm@cua.dk>
18391
18392 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
18393 existing face when partially highlighting a TAB in a rectangle.
18394
18395 2005-11-26 Kim F. Storm <storm@cua.dk>
18396
18397 * ido.el (ido-mode-map): Doc fix.
18398 (ido-mode-common-map, ido-mode-file-map)
18399 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
18400 (ido-define-mode-map): Rewrite. Select one of the new maps as
18401 parent for ido-mode-map instead of building from scratch.
18402 (ido-init-mode-maps): New defun to initialize new maps.
18403 (ido-mode): Call it.
18404 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
18405 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
18406
18407 2005-11-26 John Paul Wallington <jpw@pobox.com>
18408
18409 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
18410 `mouse-set-point' because the latter is not fbound when configured
18411 without X.
18412
18413 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
18414
18415 * files.el (file-relative-name): Doc fix.
18416
18417 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
18418
18419 * progmodes/octave-inf.el (inferior-octave-startup): Force a
18420 non-empty string for secondary prompt PS2.
18421
18422 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
18423
18424 * progmodes/compile.el (compilation-setup): Fix last change.
18425
18426 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
18427
18428 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
18429 (gdb-mouse-toggle-breakpoint-margin)
18430 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
18431 Add gdb-server-prefix to keep out of command history.
18432 (gdb-edit-register-value): New function.
18433 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
18434 (gdb-info-registers-custom): Use above map.
18435
18436 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
18437
18438 * custom.el (enable-theme): Signal error if argument is not a
18439 theme. Don't recalculate a face if it's not loaded yet.
18440
18441 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
18442 the `user' theme is in effect.
18443
18444 * info.el (Info-on-current-buffer): Record actual filename in
18445 Info-current-file, instead of t, or a fake filename if a non-file
18446 buffer. Make autoload.
18447 (Info-find-node, Info-revert-find-node): No need to check for
18448 Info-current-file nil.
18449 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
18450 Info-current-file is now never `t'.
18451 (Info-fontify-node): Many simplifications due to Info-current-file
18452 always being valid. Use Info-find-file to find node filename.
18453
18454 2005-11-25 David Kastrup <dak@gnu.org>
18455
18456 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
18457 new character, then delete" in order to preserve markers.
18458
18459 2005-11-25 David Ponce <david@dponce.com>
18460
18461 * recentf.el (recentf-arrange-by-rule): Handle a special
18462 `auto-mode-alist'-like "strip suffix" rule.
18463 (recentf-build-mode-rules): Handle second level auto-mode entries.
18464
18465 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
18466
18467 * viper-keym.el (viper-ESC-key): Use different values in terminal and
18468 window modes.
18469
18470 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
18471 jde-javadoc-checker-report-mode.
18472
18473 * ediff-wind (ediff-make-wide-display): Slight simplification.
18474
18475 * ediff.el (ediff-date): Change the date of last update.
18476
18477 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
18478
18479 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
18480 Use define-minor-mode, and make it a local mode. Turn on font-lock.
18481 (hi-lock-mode): New global minor mode.
18482 (turn-on-hi-lock-if-enabled): New function.
18483 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
18484 Change arguments to regexp and face instead of a font-lock pattern.
18485 Directly set face property, instead of refontifying.
18486 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
18487 (hi-lock-find-patterns): Use line-number-at-pos.
18488
18489 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
18490 arguments for hi-lock-set-pattern.
18491 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
18492 Call font-lock-fontify-buffer.
18493 (hi-lock-find-file-hook, hi-lock-current-line)
18494 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
18495
18496 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
18497 turned off.
18498
18499 * progmodes/compile.el (compilation-setup): Don't fiddle with
18500 font-lock-defaults.
18501
18502 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
18503
18504 * progmodes/gdb-ui.el (gdb-var-create-handler)
18505 (gdb-var-list-children-handler): Find values for all variable
18506 objects. gud-speedbar-buttons decides whether to display them.
18507
18508 2005-11-24 Romain Francoise <romain@orebokech.com>
18509
18510 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
18511 buffer name with a space.
18512
18513 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
18514
18515 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
18516 `org-export-local-list-max-depth'. Change default value to 3.
18517 (org-auto-renumber-ordered-lists)
18518 (org-plain-list-ordered-item-terminator): New options.
18519 (org-at-item-p, org-beginning-of-item, org-end-of-item)
18520 (org-get-indentation, org-get-string-indentation)
18521 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
18522 New functions.
18523 (org-move-item-down, org-move-item-up): New commands.
18524 (org-export-as-html): New classes for CSS support. Bug fix in
18525 regular expression detecting fixed-width regions. Respect
18526 `org-local-list-ordered-item-terminator'.
18527 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
18528 also a list item.
18529 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
18530 New item moving functions.
18531
18532 2005-11-24 Juri Linkov <juri@jurta.org>
18533
18534 * isearch.el (isearch-repeat): With empty search ring set
18535 `isearch-error' to the error string instead of signaling error
18536 with the function `error'.
18537
18538 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18539
18540 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
18541
18542 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
18543
18544 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
18545 and variable.
18546 (gdb-var-create-handler, gdb-var-list-children-handler):
18547 Don't match on "char **...".
18548 (gdb-var-update-handler): Find values for all variable objects.
18549 (gdb-info-frames-custom): Identify frames by leading "#".
18550
18551 * progmodes/gud.el (gud-speedbar-menu-items): Add
18552 gdb-speedbar-auto-raise as radio button.
18553 (gud-speedbar-buttons): Raise speedbar if requested.
18554 Don't match on "char **...".
18555 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
18556 Make it editable.
18557
18558 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
18559
18560 * info.el (Info-fontify-node): Handle the case where
18561 Info-current-file is t.
18562
18563 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
18564
18565 * simple.el (blink-matching-open): Fix off-by-one in last change.
18566
18567 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18568
18569 * term/mac-win.el: Don't change default directory.
18570
18571 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
18572
18573 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
18574 buffers correctly. (It used to throw an error in such buffers.)
18575 Make it ask for confirmation in group buffers and other Custom
18576 buffers containing more than one customization item.
18577
18578 2005-11-22 John Paul Wallington <jpw@gnu.org>
18579
18580 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
18581 property on mail and url overlays.
18582 (goto-address-at-point): Use `posn-set-point' instead of
18583 `mouse-set-point' because the latter is not fbound when configured
18584 without X.
18585
18586 2005-11-22 Lars Hansen <larsh@soem.dk>
18587
18588 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
18589 (ls-lisp-classify, ls-lisp-format): Delete call to
18590 ls-lisp-parse-symlink.
18591 (ls-lisp-handle-switches): Handle symlinks to directories as
18592 directories when ls-lisp-dirs-first in non-nil.
18593
18594 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
18595
18596 * startup.el (command-line): Make sure that loaddefs.el is handled
18597 correctly in load-history.
18598
18599 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
18600
18601 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
18602 (gdb-struct-string, gdb-array-string): New constants.
18603 (gdb-info-locals-handler): Use them.
18604 (gdb-reset): Reset gdb-var-list to nil.
18605
18606 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
18607
18608 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
18609 in patterns.
18610
18611 2005-11-21 Juri Linkov <juri@jurta.org>
18612
18613 * custom.el (defcustom): Update link types in docstring.
18614
18615 2005-11-20 Martin Rudalics <rudalics@gmx.at>
18616
18617 * custom.el (defgroup): Add doc-string-elt info.
18618
18619 * widget.el (define-widget): Don't use declare for the doc-string-elt.
18620
18621 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
18622
18623 * newcomment.el (comment-enter-backward): Fix last fix.
18624
18625 * simple.el (blink-matching-open):
18626 * paren.el (show-paren-function): Allow new paren-class info.
18627
18628 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
18629
18630 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
18631 handled automagically.
18632
18633 2005-11-20 Andreas Schwab <schwab@suse.de>
18634
18635 * descr-text.el (describe-char): When copying overlays put them
18636 over the full char description instead of just the first character
18637 of it.
18638
18639 2005-11-20 Juri Linkov <juri@jurta.org>
18640
18641 * simple.el (what-cursor-position):
18642 * descr-text.el (describe-char): Use Lisp-readable syntax
18643 for octal and hex. Reorder decimal, octal and hex values.
18644 Remove excess whitespace in the output. Use `=' in `column='
18645 like in `point=' and `Hscroll='.
18646
18647 * international/mule-cmds.el (encoded-string-description):
18648 Use Lisp-readable syntax for hex.
18649
18650 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
18651
18652 * newcomment.el (comment-enter-backward): Handle the case where the
18653 comment is closed by EOB.
18654
18655 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
18656
18657 * longlines.el (longlines-before-revert-hook)
18658 (longlines-after-revert-hook): New functions.
18659 (longlines-mode): Turn off longlines temporarily when reverting.
18660 Add a message-setup-hook.
18661 (longlines-decode-buffer): New function.
18662 (longlines-wrap-line): Preserve marker positions.
18663
18664 2005-11-19 Andreas Schwab <schwab@suse.de>
18665
18666 * emacs-lisp/shadow.el: Handle compressed files.
18667
18668 2005-11-19 Romain Francoise <romain@orebokech.com>
18669
18670 * net/browse-url.el (browse-url-default-browser): Signal an error
18671 if no usable browser can be found, rather than try to load w3.
18672
18673 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
18674
18675 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
18676 replacing existing properties.
18677 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
18678 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
18679 tty specs.
18680 (rcirc-server-prefix, rcirc-server): New faces.
18681 (rcirc-url-regexp): Generate with rx macro.
18682 (rcirc-last-server-message-time): New variable.
18683 (rcirc-filter): Record time of last message.
18684 (rcirc-keepalive): Kill processes that did not send a message
18685 since the last ping.
18686 (rcirc-mode): Give rcirc-topic a local binding here.
18687
18688 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
18689
18690 * subr.el (read-passwd): Fontify the prompt as we do with other
18691 prompts.
18692
18693 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
18694
18695 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
18696 binding buffer-read-only to nil.
18697
18698 2005-11-19 Eli Zaretskii <eliz@gnu.org>
18699
18700 * complete.el (partial-completion-mode):
18701 Mention completion-auto-help in the doc string.
18702
18703 * man.el (Man-highlight-references): Doc fix. Reformat code in a
18704 more Lisp-ish way.
18705
18706 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
18707
18708 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
18709 digits, not 8, to avoid misalignment for files larger than 100MB.
18710
18711 2005-11-19 Eli Zaretskii <eliz@gnu.org>
18712
18713 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
18714 Mention "keyboard shortcuts" in the help text.
18715
18716 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18717
18718 * startup.el (fancy-splash-default-action): Discard only
18719 mouse-down and succeeding mouse-up events in the splash screen
18720 window so that drag-n-drop event can be processed.
18721
18722 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
18723
18724 * longlines.el (longlines-mode): Add hacks for mail-mode and
18725 message-mode.
18726
18727 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
18728
18729 * textmodes/org.el (org-table-sort-lines): New command.
18730 (org-tbl-menu): Add entry for `org-table-sort-lines'.
18731 (org-add-file): Command removed, use `org-agenda-file-to-front'
18732 instead.
18733 (org-export-icalendar): Use `org-icalendar-combined-name'.
18734 (org-cycle-agenda-files, org-agenda-file-to-end)
18735 (org-agenda-file-to-front): New commands.
18736 (org-table-tab-jumps-over-hlines, org-export-html-style):
18737 New options.
18738 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
18739 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
18740 New functions.
18741 (org-fill-paragraph): Call `org-table-align' in tables.
18742 (org-mode): Call `org-set-autofill-regexps'.
18743 (org-export-as-html): Support for local handformatted lists.
18744 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
18745 (org-export-local-list-max-depth): New option.
18746 (org-html-expand): Use `org-html-protect'.
18747
18748 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
18749
18750 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
18751 to "p".
18752 (gdb): Move definition of gud-pp to...
18753
18754 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
18755 speedbar.
18756 (gdb-find-watch-expression): New function.
18757
18758 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
18759
18760 * faces.el (face-attribute, set-face-attribute): Mention existence
18761 of `:ignore-defface' setting in docstring.
18762
18763 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
18764
18765 * simple.el (completion-setup-function): Fix last change.
18766
18767 2005-11-17 John Paul Wallington <jpw@pobox.com>
18768
18769 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
18770 Use `posn-set-point' instead of `mouse-set-point' because the
18771 latter is not fbound when configured without X.
18772
18773 * comint.el (comint-insert-input): Likewise.
18774
18775 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
18776
18777 * simple.el (hard-newline): New variable.
18778 (sendmail-user-agent-compose, next-line): Use it.
18779
18780 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
18781 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
18782 (mail-mail-reply-to, mail-mail-followup-to)
18783 (mail-position-on-field, mail-signature, mail-yank-original)
18784 (mail-attach-file): Likewise.
18785
18786 * mail/mailheader.el (mail-header-format)
18787 (mail-header-format-function): Likewise.
18788
18789 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
18790
18791 2005-11-17 Juri Linkov <juri@jurta.org>
18792
18793 * font-lock.el (font-lock-faces): Rename this defgroup from
18794 `font-lock-highlighting-faces'.
18795 (font-lock-comment-face, font-lock-comment-delimiter-face)
18796 (font-lock-string-face, font-lock-doc-face)
18797 (font-lock-keyword-face, font-lock-builtin-face)
18798 (font-lock-function-name-face, font-lock-variable-name-face)
18799 (font-lock-type-face, font-lock-constant-face)
18800 (font-lock-warning-face, font-lock-negation-char-face)
18801 (font-lock-preprocessor-face)
18802 (font-lock-regexp-grouping-backslash)
18803 (font-lock-regexp-grouping-construct): Rename :group from
18804 `font-lock-highlighting-faces' to `font-lock-faces'.
18805
18806 * cus-edit.el (lisp, c, tex):
18807 * progmodes/ada-mode.el (ada):
18808 * progmodes/asm-mode.el (asm):
18809 * progmodes/cperl-mode.el (cperl-faces):
18810 * progmodes/cpp.el (cpp):
18811 * progmodes/dcl-mode.el (dcl):
18812 * progmodes/f90.el (f90):
18813 * progmodes/fortran.el (fortran):
18814 * progmodes/icon.el (icon):
18815 * progmodes/idlwave.el (idlwave-misc):
18816 * progmodes/m4-mode.el (m4):
18817 * progmodes/make-mode.el (makefile):
18818 * progmodes/meta-mode.el (meta-font):
18819 * progmodes/modula2.el (modula2):
18820 * progmodes/octave-mod.el (octave):
18821 * progmodes/pascal.el (pascal):
18822 * progmodes/perl-mode.el (perl):
18823 * progmodes/prolog.el (prolog):
18824 * progmodes/ps-mode.el (PostScript-edit):
18825 * progmodes/scheme.el (scheme):
18826 * progmodes/sh-script.el (sh-script):
18827 * progmodes/simula.el (simula):
18828 * progmodes/tcl.el (tcl):
18829 * textmodes/nroff-mode.el (nroff):
18830 * textmodes/reftex-vars.el (reftex-fontification-configurations):
18831 * textmodes/sgml-mode.el (sgml):
18832 * textmodes/texinfo.el (texinfo):
18833 Add :link (custom-group-link font-lock-faces) to defgroup.
18834
18835 * hi-lock.el (hi-lock): Rename this defgroup from
18836 `hi-lock-interactive-text-highlighting'. Change parent group from
18837 `faces' to `font-lock'. Add link to the manual.
18838 (hi-lock-mode, hi-lock-file-patterns-range)
18839 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
18840 `hi-lock-interactive-text-highlighting' to `hi-lock'.
18841 (hi-lock-faces): Add :group `faces'.
18842
18843 * cus-edit.el (custom-variable-prompt): Clarify the code.
18844
18845 * faces.el (face-read-string): Set the default value arg of
18846 completing-read.
18847
18848 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
18849
18850 * rfn-eshadow.el (file-name-shadow-properties)
18851 (file-name-shadow-tty-properties, file-name-shadow-mode):
18852 Remove autoloads, because the file is now preloaded.
18853
18854 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18855
18856 * printing.el (easy-menu-intern): Don't define.
18857 (pr-get-symbol): Use easy-menu-intern only if defined.
18858
18859 * simple.el (blink-matching-open): Simplify a bit.
18860 (completion-setup-function): Fix the case of partial-completion-mode
18861 when the minibuffer's contents start with "-".
18862 Obey completion-base-size-function even when
18863 minibuffer-completing-file-name is non-nil.
18864
18865 2005-11-16 Richard M. Stallman <rms@gnu.org>
18866
18867 * net/eudcb-ph.el (eudc-ph-open-session):
18868 Use set-process-query-on-exit-flag.
18869
18870 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
18871
18872 * international/ucs-tables.el (ucs-set-table-for-input):
18873 Use make-local-variable, not make-variable-buffer-local.
18874
18875 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
18876 Improve warning message text.
18877
18878 * savehist.el (savehist-save-hook): Add :group.
18879
18880 * menu-bar.el (menu-bar-help-menu):
18881 Rename Find Extra Packages to External Packages.
18882
18883 * cus-edit.el (Custom-reset-standard): Verify that
18884 :custom-standard-value prop exists before calling it.
18885
18886 * apropos.el (apropos-calc-scores): Use apropos-pattern.
18887
18888 2005-11-16 Martin Rudalics <rudalics@gmx.at>
18889
18890 * wid-edit.el (color): Enclose %t in %{...%}.
18891
18892 * cus-edit.el (face): Enclose %t in %{...%}.
18893
18894 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
18895
18896 * savehist.el (savehist-mode-hook): Re-add the var.
18897 (savehist-mode): Use it.
18898
18899 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18900
18901 * textmodes/flyspell.el: Fix commenting convention.
18902 Remove unnecessary leading * in custom docstrings.
18903 (flyspell-emacs): Remove unused var.
18904 (flyspell-delete-region-overlays): Use remove-overlays.
18905 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
18906 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
18907 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
18908 (flyspell-debug-signal-word-checked): Use with-current-buffer.
18909 (make-flyspell-overlay): Don't locally reuse a global name.
18910 (flyspell-highlight-incorrect-region)
18911 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
18912 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
18913 (flyspell-notify-misspell): Remove unused args `start' and `end'.
18914 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
18915 Wrap calls to accept-process-output inside with-local-quit since it's
18916 often called from a post-command-hook.
18917 (flyspell-correct-word, flyspell-auto-correct-word):
18918 Use ispell-send-string.
18919 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
18920
18921 * calendar/diary-lib.el (diary-list-entries): Also hide the
18922 terminating newline.
18923
18924 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
18925
18926 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
18927 window-system, to allow fonts on tty.
18928
18929 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
18930
18931 * progmodes/gud.el (gud-speedbar-item-info): New function.
18932 (gud-install-speedbar-variables): Use it to display data type
18933 of watch expression as a tooltip in speedbar.
18934
18935 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
18936
18937 * font-core.el (global-font-lock-mode): Add :version keyword,
18938 because default was changed.
18939
18940 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
18941
18942 * startup.el (command-line): Use `custom-reevaluate-setting' for
18943 `file-name-shadow-mode'.
18944
18945 * loadup.el: Preload rfn-eshadow.
18946
18947 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
18948 Add :version keyword.
18949 (file-name-shadow-properties, file-name-shadow-tty-properties)
18950 (file-name-shadow): Add :version keyword.
18951
18952 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
18953 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
18954 in the custom-group property of the symbol frames and the fringe
18955 group got no link to its parent group frames.
18956 Doc fix.
18957
18958 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
18959
18960 * progmodes/gud.el (gud-stop-subjob): New function.
18961 (gud-menu-map, gud-tool-bar-map): Use it.
18962
18963 2005-11-16 Kim F. Storm <storm@cua.dk>
18964
18965 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
18966 than kill it.
18967 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
18968 to a more useful/logical place.
18969
18970 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
18971
18972 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
18973 go buttons complementary.
18974
18975 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
18976
18977 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
18978 (rfn-eshadow-sifn-equal): New function.
18979 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
18980
18981 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
18982
18983 * viper-utils.el (viper-non-word-characters-reformed-vi):
18984 Quote `-' in string.
18985
18986 * viper.el (viper-emacs-state-mode-list): Ensure that
18987 rcirc-mode buffers come up in Emacs state.
18988
18989 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
18990 operation.
18991
18992 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
18993
18994 * term.el (term-termcap-format): Fix typos.
18995 (term-down): Fix the negative argument case.
18996
18997 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
18998
18999 * progmodes/gdb-ui.el: Remove face-alias left over from change on
19000 2005-08-15.
19001 (gdb-ann3): New command gud-go.
19002 (menu): Accomodate gdb-mi.el.
19003 (gdb-assembler-custom): Make buffer of selected window current
19004 so that set-window-point works.
19005
19006 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
19007 buttons and include new ones.
19008
19009 2005-11-16 Kim F. Storm <storm@cua.dk>
19010
19011 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
19012 (gud-menu-map): Use it.
19013
19014 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
19015
19016 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
19017 that works correctly for Custom and that does not override a user
19018 who disables it.
19019
19020 * help-mode.el (help-make-xrefs, help-xref-on-pp)
19021 (help-xref-interned, help-follow): Make hyperlinks for variables
19022 that are unbound, but have a non-nil variable-documentation property.
19023
19024 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
19025 mode hook. (It conflicted with defcustoms for some mode hooks.)
19026 Use the `variable-documentation' property to give the mode hook a
19027 docstring and expand that docstring.
19028
19029 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
19030
19031 * savehist.el (savehist-mode): Don't bother with
19032 `custom-set-minor-mode'.
19033 (savehist-coding-system): Check XEmacs version.
19034 (history-length): Declare also at run time.
19035 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
19036 Don't set the customize state.
19037 (savehist-minibuffer-hook): Special case for when
19038 minibuffer-history-variable is equal to t.
19039
19040 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
19041
19042 * files.el (write-file): Refresh VC status.
19043
19044 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
19045 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
19046 than fundamental-mode to see if the mode was set.
19047
19048 2005-11-14 Romain Francoise <romain@orebokech.com>
19049
19050 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
19051 dummy function in `eval-when-compile' to avoid compiler warning.
19052 Require `man' at compile time.
19053
19054 2005-11-14 Jay Belanger <belanger@truman.edu>
19055
19056 * calc-alg.el (calcFunc-write-out-power): Rename it to
19057 calcFunc-powerexpand.
19058 (math-write-out-power): Rename it to math-powerexpand; have it
19059 handle negative exponents.
19060 (calc-writeoutpower): Rename it to calc-powerexpand.
19061
19062 * calc-ext.el: Change calcFunc-writeoutpower and
19063 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
19064 autoloads.
19065 Add calcFunc-ldiv to autoloads.
19066
19067 * calc-arith.el (calcFunc-ldiv): New function.
19068
19069 * calc.el (calc-left-divide): New function.
19070
19071 2005-11-14 Juri Linkov <juri@jurta.org>
19072
19073 * cus-edit.el (custom-variable-prompt): Set the default value arg
19074 of completing-read.
19075
19076 * cus-dep.el (custom-make-dependencies): Reverse the list of
19077 found dependencies.
19078
19079 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
19080
19081 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
19082 Highlighting" entry, it is on by default now.
19083 (menu-bar-options-save): Do not save global-font-lock-mode.
19084
19085 2005-11-13 Richard M. Stallman <rms@gnu.org>
19086
19087 * textmodes/flyspell.el (flyspell-large-region):
19088 Call flyspell-accept-buffer-local-defs.
19089
19090 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
19091
19092 * textmodes/flyspell.el (flyspell-notify-misspell):
19093 Fix misspelling of "Misspelling".
19094 (flyspell-process-localwords): New function.
19095 (flyspell-large-region): Call flyspell-process-localwords and
19096 flyspell-delete-region-overlays.
19097 (flyspell-delete-region-overlays): New function.
19098 (flyspell-delete-all-overlays): Call that.
19099
19100 2005-11-13 Richard M. Stallman <rms@gnu.org>
19101
19102 * help.el (help-for-help-internal): Improve doc of C-h a.
19103 (describe-key): Improve prompt; doc fix.
19104
19105 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
19106
19107 * vc-svn.el (vc-svn-registered): Catch all errors.
19108
19109 * cus-dep.el (custom-make-dependencies): Typo.
19110
19111 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
19112
19113 * net/tramp-util.el (top): Fix compilation warning.
19114
19115 2005-11-13 Kim F. Storm <storm@cua.dk>
19116
19117 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
19118
19119 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
19120
19121 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
19122 (gud-speedbar-buttons): Match on "const char *" too.
19123
19124 * progmodes/gdb-ui.el (gdb-var-create-handler)
19125 (gdb-var-list-children-handler): Match on "const char *" too.
19126 (gdb-var-evaluate-expression-handler): Match on empty string.
19127 (gdb-var-update-handler): Only call
19128 gdb-var-evaluate-expression-handler when required.
19129
19130 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
19131
19132 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
19133 selected window. This still doesn't work for speedbar.
19134 (gud-speedbar-buttons): Handle string expressions properly.
19135
19136 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
19137 (gdb-var-create-handler): Handle string expressions properly.
19138 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
19139 Handle string expressions properly. Move "type" field into regexp.
19140
19141 2005-11-12 Karl Fogel <kfogel@red-bean.com>
19142
19143 * bookmark.el (bookmark-maybe-message): New function to reduce
19144 code duplication: invokes `message' iff baud-rate is high enough.
19145 (bookmark-write-file): Use above instead of an inline conditional.
19146 (bookmark-load): Same.
19147
19148 2005-11-12 Karl Fogel <kfogel@red-bean.com>
19149
19150 * bookmark.el (bookmark-write-file): Don't visit the destination
19151 file, just write the data to it using write-region. This is
19152 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
19153 change to avoid visiting the file in the first place.
19154
19155 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
19156
19157 * hi-lock.el (hi-lock-mode): Set the default value of
19158 font-lock-defaults.
19159
19160 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
19161
19162 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
19163 arg to `file-attributes'.
19164 (find-lisp-format): The UID and GID can now be strings.
19165
19166 2005-11-12 Kim F. Storm <storm@cua.dk>
19167
19168 * help.el (help-map): Bind C-h d to apropos-documentation.
19169
19170 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
19171 when point is at end-of-buffer.
19172
19173 * apropos.el (apropos-match-face): Doc fix.
19174 (apropos-sort-by-scores): Add new choice `verbose'.
19175 (apropos-documentation-sort-by-scores): New defcustom.
19176 (apropos-pattern): Now contains the pattern entered by the user.
19177 (apropos-pattern-quoted): New defvar.
19178 (apropos-regexp): New defvar, containing the regexp corresponding
19179 to apropos-pattern.
19180 (apropos-all-words-regexp): Rename from apropos-all-regexp.
19181 (apropos-read-pattern): New defun. Use it to read pattern arg in
19182 interactive calls; returns list of words for a word list, and
19183 string for a regexp.
19184 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
19185 parses a list of words or regexp as returned by apropos-read-pattern.
19186 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
19187 (apropos-score-doc): Return a very high score if the string
19188 entered by the user matches literally.
19189 (apropos-variable): Doc fix. Use apropos-read-pattern.
19190 (apropos-command): Doc fix. Use apropos-read-pattern and
19191 apropos-parse-pattern. Call apropos-print with nosubst=t.
19192 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
19193 apropos-parse-pattern.
19194 (apropos-documentation): Doc fix. Use apropos-read-pattern and
19195 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
19196 apropos-documentation-sort-by-scores. Call apropos-print with
19197 nosubst=t.
19198 (apropos-documentation-internal): Pass doc string through
19199 substitute-key-definition before adding text properties.
19200 Highlight substring matching literal user input if possible.
19201 (apropos-documentation-check-doc-file): Remove locals beg and end.
19202 Fix calculation of score (as added twice). Pass doc string through
19203 substitute-key-definition before adding text properties.
19204 (apropos-documentation-check-elc-file): Pass doc string through
19205 substitute-key-definition before adding text properties.
19206 Highlight substring matching literal user input if possible.
19207 (apropos-print): Add new arg NOSUBST; if set, command and variable
19208 doc strings have already been passed through substitute-key-definition.
19209 Add code to handle apropos-accumulator items without score element
19210 for backwards compatibility (e.g. with woman package).
19211 Only show scores if apropos-sort-by-scores is `verbose'.
19212
19213 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
19214
19215 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
19216 Add jka-compr-load-suffixes to load-suffixes.
19217
19218 * jka-compr.el: Require jka-cmpr-hook.
19219 (jka-compr-info-compress-message, jka-compr-info-compress-program)
19220 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
19221 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
19222 (jka-compr-info-can-append, jka-compr-info-strip-extension)
19223 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
19224 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
19225 (jka-compr-uninstall): Remove entries from
19226 jka-compr-added-to-file-coding-system-alist after they are used.
19227 (jka-compr-error): Remove unused var `curbuf'.
19228 (jka-compr-file-local-copy): Remove unused var `notfound'.
19229
19230 2005-11-10 Romain Francoise <romain@orebokech.com>
19231
19232 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
19233
19234 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
19235
19236 * progmodes/gud.el (gud-menu-map): Move parentheses.
19237 (gdb): New command gud-pv.
19238
19239 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
19240
19241 * tar-mode.el: Remove spurious or unnecessary leading stars
19242 in docstrings.
19243 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
19244 (tar-parse-octal-integer-safe): Use mapc.
19245 (tar-header-block-summarize): Remove unused var `ck'.
19246 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
19247 cleared before. Obey default-enable-multibyte-characters.
19248 Use mapconcat. Simplify setting of tar-header-offset.
19249 (tar-mode-map): Move initialization inside delcaration.
19250 (tar-flag-deleted): Use `abs'.
19251 (tar-expunge-internal): Remove unused var `line'.
19252 (tar-expunge-internal): Don't hardcode point-min==1.
19253 (tar-expunge): Widen while doing set-buffer-multibyte.
19254 (tar-rename-entry): Use file-name-coding-system.
19255 (tar-alter-one-field): Don't hardcode point-min==1.
19256 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
19257 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
19258
19259 2005-11-10 Masatake YAMATO <jet@gyve.org>
19260
19261 * add-log.el (add-log-current-defun): Handle class::method
19262 notation of c++. Fix incorrect comment.
19263
19264 2005-11-10 Alan Mackenzie <acm@muc.de>
19265
19266 * help-fns.el (describe-variable): Make C-h v work when a variable
19267 has variable documentation yet is unbound.
19268
19269 2005-11-10 Masatake YAMATO <jet@gyve.org>
19270
19271 * man.el (Man-highlight-references): Set an empty
19272 string to `Man-arguments' if it is nil.
19273 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
19274
19275 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
19276
19277 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
19278 commenting conventions.
19279
19280 * cus-dep.el (custom-make-dependencies): Simplify.
19281 Better follow the commenting conventions.
19282
19283 2005-11-09 Richard M. Stallman <rms@gnu.org>
19284
19285 * apropos.el (apropos-pattern): Rename from apropos-regexp.
19286 (apropos-orig-pattern): Rename from apropos-orig-regexp.
19287 All uses changed.
19288 (apropos-rewrite-regexp): Doc fix.
19289 (apropos-variable, apropos-command, apropos, apropos-value):
19290 Change prompt; carry through the argument renaming.
19291
19292 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
19293
19294 * find-lisp.el: Require dired.
19295 (find-lisp-find-dired-internal): Do not call
19296 `abbreviate-file-name' on DIR.
19297
19298 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
19299
19300 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
19301
19302 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
19303
19304 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
19305 when using the speedbar.
19306 (gdb): New command gud-pp.
19307 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
19308
19309 2005-11-09 Juri Linkov <juri@jurta.org>
19310
19311 * replace.el (occur-excluded-properties): New defcustom.
19312 (occur-1, occur-engine, occur-accumulate-lines): Use it.
19313
19314 2005-11-08 Jay Belanger <belanger@truman.edu>
19315
19316 * calc/calc-units.el (math-convert-units): Replace any composite
19317 unit by its definition.
19318
19319 2005-11-08 Lars Hansen <larsh@soem.dk>
19320
19321 * emacs-lisp/autoload.el (update-directory-autoloads):
19322 Add obsolete function alias.
19323
19324 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
19325
19326 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
19327 comment-indent-function.
19328 (lisp-comment-indent): Replace by an alias for comment-indent-default.
19329
19330 * reveal.el (reveal-post-command): Rework the handling of
19331 reveal-open-spots, so as to be more reliable. There were several
19332 tricky corner cases where an open spot might be lost, or where
19333 a closed spot might end up on the list of open spots.
19334 Only reveal text that's ellipsised.
19335
19336 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
19337
19338 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
19339
19340 2005-11-07 John Paul Wallington <jpw@gnu.org>
19341
19342 * ibuffer.el (ibuffer): Search iconified frames too when
19343 getting Ibuffer buffer's window.
19344
19345 2005-11-06 Richard M. Stallman <rms@gnu.org>
19346
19347 * progmodes/compile.el (compilation-internal-error-properties):
19348 save-excursion around the computation of MARKER.
19349
19350 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
19351
19352 * textmodes/flyspell.el (flyspell-external-point-words):
19353 flyspell-get-word returns a list, not just a string.
19354
19355 2005-11-06 John Paul Wallington <jpw@pobox.com>
19356
19357 * ibuffer.el (ibuffer): Search all visible frames when getting
19358 Ibuffer buffer's window.
19359
19360 2005-11-07 Masatake YAMATO <jet@gyve.org>
19361
19362 * man.el (Man-reference-regexp): Accept spaces between
19363 `Man-name-regexp' and `Man-section-regexp'.
19364 (Man-apropos-regexp): New variable.
19365 (Man-abstract-xref-man-page): Use value for `Man-target-string'
19366 if available.
19367 (Man-highlight-references, Man-highlight-references0):
19368 Handle the case when `Man-arguments' includes "-k".
19369 (Man-highlight-references0): Rename the argument `TARGET-POS' to
19370 `TARGET'. `TARGET' can be a number, function or nil.
19371
19372 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
19373
19374 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
19375 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
19376 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
19377 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
19378 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
19379 (gdb-send-item): Use buffer-local-value and simplify.
19380
19381 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
19382
19383 * startup.el (command-line): Use `custom-reevaluate-setting' for
19384 `global-font-lock-mode'.
19385
19386 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
19387 by default, except in batch mode or when the -D option is given.
19388
19389 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
19390 specified keyword args on to `define-minor-mode'. Update docstring.
19391
19392 2005-11-05 Romain Francoise <romain@orebokech.com>
19393
19394 * replace.el (occur-engine): Add marker at end of line, too.
19395
19396 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
19397
19398 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19399 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19400 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19401 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19402 argument to all these routines, so the passphrase can be managed
19403 externally and passed in to the system.
19404 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19405 pgg-add-passphrase-to-cache function.
19406
19407 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19408 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
19409 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
19410 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
19411 argument to all these routines, so the passphrase can be managed
19412 externally and passed in to the system.
19413 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
19414 function.
19415
19416 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
19417
19418 * font-lock.el: Don't deal with font-lock-face-attributes here,
19419 move the code ...
19420
19421 * startup.el (command-line): ... here. Use face-spec-set instead
19422 of custom-declare-face.
19423
19424 * faces.el (face-spec-set): Reset the face if spec is not nil.
19425
19426 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
19427
19428 * newcomment.el (comment-region-internal): Box more tightly in the
19429 common case where there's no TAB in the boxed text.
19430
19431 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19432
19433 * info.el (info-tool-bar-map): Use images prev-node, next-node and
19434 up-node.
19435
19436 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
19437
19438 * newsticker.el: Commentary updated. Code formatting changed.
19439 (newsticker-version): Change to "1.9".
19440 (newsticker, newsticker-feed): Doc fix.
19441 (newsticker-url-list): Doc fix. Add option "Weekly".
19442 (newsticker-retrieval-interval): Add option "Weekly".
19443 (newsticker-headline-processing): Doc fix.
19444 (newsticker-auto-mark-filter): Remove.
19445 (newsticker-auto-mark-filter-list): New.
19446 (newsticker-layout, newsticker-sort-method): Doc fix.
19447 (newsticker-hide-old-items-in-newsticker-buffer)
19448 (newsticker-heading-format, newsticker-item-format)
19449 (newsticker-desc-format): Doc fix.
19450 (newsticker-show-all-rss-elements): Remove.
19451 (newsticker-show-all-news-elements): New.
19452 (newsticker-faces, newsticker-ticker): Doc fix.
19453 (remove-from-invisibility-spec): Code formatting.
19454 (newsticker--process-ids): New.
19455 (newsticker-mode): Doc fix.
19456 (newsticker-mode): Change mode-line-format.
19457 (newsticker-start): Remove debug output.
19458 (newsticker-start-ticker): Doc fix. Add autoload cookie.
19459 (newsticker-w3m-show-inline-images): Code formatting.
19460 (newsticker-next-item): Call `force-mode-line-update'.
19461 (newsticker-previous-item): Call `force-mode-line-update'.
19462 (newsticker-next-feed): Call `force-mode-line-update'.
19463 (newsticker-previous-feed): Call `force-mode-line-update'.
19464 (newsticker-mark-all-items-at-point-as-read): Code formatting.
19465 (newsticker-show-old-items): Do not show descs.
19466 (newsticker-hide-entry): Hide too much.
19467 (newsticker-hide-entry, newsticker-show-entry)
19468 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
19469 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
19470 (newsticker-toggle-auto-narrow-to-item): Code formatting.
19471 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
19472 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
19473 (newsticker-get-news): Call `force-mode-line-update'.
19474 Collect process ids.
19475 (newsticker--sentinel): Change coding system handling.
19476 Move image retrieval to new functions newsticker--get-logo-url-*.
19477 Move feed parsing to new functions newsticker--parse-*.
19478 Update list of process ids.
19479 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
19480 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
19481 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
19482 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
19483 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
19484 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
19485 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
19486 (newsticker--decode-coding-string): Remove.
19487 (newsticker--decode-numeric-entities): Check input. Format code.
19488 (newsticker--remove-whitespace): Check input.
19489 (newsticker--do-forget-preformatted): Doc fix.
19490 (newsticker--decode-rfc822-date): Allow for missing time.
19491 (newsticker--update-process-ids): New.
19492 (newsticker--image-sentinel): Change comment.
19493 (newsticker--image-read): Change error message.
19494 (newsticker--imenu-goto): Doc fix. Show headline title.
19495 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
19496 (newsticker--buffer-do-insert-text): Clean whitespace in
19497 html-rendered headline title. Code formatting.
19498 Call `newsticker--buffer-print-extra-elements'.
19499 (newsticker--buffer-print-extra-element): Remove.
19500 (newsticker--buffer-print-extra-elements): New.
19501 (newsticker--buffer-do-print-extra-element): New.
19502 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
19503 large sizes.
19504 (newsticker--run-auto-mark-filter)
19505 (newsticker--do-run-auto-mark-filter):
19506 Use `newsticker-auto-mark-filter-list'.
19507
19508 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
19509
19510 * net/rcirc.el: Use split-string OMIT-NULLS argument.
19511 (rcirc-print): Force redisplay before running hooks. Do long
19512 buffer truncation after making new text read-only. Deal with nil
19513 text when decoding strings. If TARGET is nil, use either the
19514 currently selected buffer, if it is an rcirc buffer and of the
19515 same process or the process buffer.
19516 (rcirc-mode): Remove header-line. Recompute short buffer names.
19517 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
19518 (rcirc-short-buffer-name): Add variable.
19519 (rcirc-kill-buffer-hook): Recompute short buffer names.
19520 Remove nick from private channel.
19521 (rcirc-send-input): Send command text to current-buffer.
19522 Don't clear overlay arrow here.
19523 (rcirc-short-buffer-name): Return a short buffer name.
19524 (rcirc-update-short-buffer-names, rcirc-abbreviate)
19525 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
19526 buffer-name abbreviations.
19527 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
19528 Do not touch nick-table when killing a parted channel.
19529 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
19530 Clear arrow from current buffer if it is now hidden.
19531 (rcirc-current-buffer): Add variable.
19532 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
19533 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
19534 Remove -face from names.
19535 (rcirc-update-activity-string): Print "DND" when globally ignoring
19536 activity.
19537 (rcirc-ignore-buffer-activity-flag): Rename from
19538 rcirc-ignore-channel-activity.
19539 (rcirc-ignore-all-activity-flag): Doc fix.
19540 (rcirc-channels): Remove variable.
19541 (rcirc-kill-buffer-hook):
19542 (rcirc-get-buffer-create): Add nick to private channel.
19543 (rcirc-multiline-edit-submit): Remove tabs.
19544 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
19545 folded.
19546 (rcirc-remove-nick-channel): Bug fix.
19547 (rcirc-toggle-ignore-buffer-activity): Rename from
19548 rcirc-toggle-ignore-channel-activity.
19549 (rcirc-record-activity): Add buffers to the front of the list.
19550 (rcirc-update-activity): Remove killed buffers from list.
19551 (rcirc-process-server-response-1): Remove last argument if it is
19552 null before calling handler.
19553 (rcirc): Add "rcirc" defcustom prefix.
19554 (rcirc-prompt): Simplify default prompt.
19555 Use custom-initialize-default.
19556 (rcirc-private-chats): Remove variable.
19557 (rcirc-prompt): Change initialization.
19558 (rcirc-version): Remove function.
19559 (rcirc-id-string): Add constant.
19560 (rcirc-last-buffer): Remove variable.
19561 (rcirc-buffer-alist): Add variable.
19562 (rcirc-connect): Update variable setup.
19563 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
19564 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
19565 default.
19566 (rcirc-handler-generic): Trigger activity.
19567 (rcirc-send-message): Create the buffor of the target.
19568 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
19569 (rcirc-get-buffer): Just return nil if there is no matching buffer.
19570 (rcirc-multiline-edit-cancel): Remove function.
19571 (rcirc-set-last-buffer): Remove function.
19572 (rcirc-get-any-buffer): Add function.
19573 (rcirc-join-channels): Don't print /join text.
19574 (rcirc-toggle-ignore-channel-activity): Add and update echo area
19575 messages.
19576 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
19577 (rcirc-handler-NOTICE): Recognize CTCP responses.
19578 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
19579 constructing TOPIC string for buffers we are not JOINed.
19580 (rcirc-handler-CTCP-response): Add handler.
19581 (rcirc-multiline-edit-submit): Restore the window-configuration
19582 before adjusting point.
19583 (rcirc): Add customization group.
19584 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
19585 (rcirc-user-full-name, rcirc-startup-channels-alist)
19586 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
19587 (rcirc-ignore-all-activity-flag, rcirc-time-format)
19588 (rcirc-input-ring-size, rcirc-read-only-flag)
19589 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
19590 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
19591 Change defvar to defcustom.
19592 (rcirc-update-prompt): Add optional ALL arg, which will update
19593 prompts in all rcirc buffers. Regexp quote replacement text.
19594 (rcirc-fill-column): Accept frame-width as a value.
19595 (rcirc-set-changed): Add function.
19596 (rcirc-next-active-buffer): Write more meaningful messages.
19597 (rcirc-faces): Add customization group.
19598 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
19599 (rcirc-nick-in-message-face, rcirc-prompt-face)
19600 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
19601 (with-rcirc-process-buffer): Move before first usage.
19602 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
19603 (rcirc-debug-flag): Rename from `rcirc-log-p'.
19604 (rcirc-debug): Rename from `rcirc-log'.
19605 (rcirc-format-response-string): Do not print `-' chars for a
19606 NOTICE with no sender. Simplify output of server responses.
19607
19608 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
19609
19610 (rcirc-browse-url-map, rcirc-browse-url-at-point)
19611 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
19612 Make urls mouse and RET clickable.
19613
19614 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
19615
19616 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
19617
19618 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
19619
19620 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19621 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19622 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19623 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19624 argument to all these routines, so the passphrase can be managed
19625 externally and passed in to the system.
19626 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19627 pgg-add-passphrase-to-cache function.
19628
19629 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19630 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
19631 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
19632 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
19633 argument to all these routines, so the passphrase can be managed
19634 externally and passed in to the system.
19635 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
19636 function.
19637
19638 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
19639
19640 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
19641 from goto-address-url-regexp.
19642
19643 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
19644
19645 * textmodes/org.el (org-read-date, org-goto-calendar)
19646 (org-recenter-calendar, org-agenda-goto-calendar):
19647 Temporarily clear `calendar-move-hook'.
19648
19649 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
19650
19651 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
19652 merging.
19653
19654 * ediff-util.el (ediff-previous-difference): Don't skip regions that
19655 have merge clashes.
19656
19657 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19658
19659 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
19660 Undo previous change.
19661
19662 * startup.el (command-line): Use `custom-reevaluate-setting' for
19663 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
19664 tty-register-default-colors on Mac.
19665
19666 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
19667
19668 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
19669 (gdb-buffer-type): Make it automatically buffer local...
19670 (gdb-get-create-buffer): ...and set it accordingly.
19671 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
19672 actually work.
19673
19674 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
19675
19676 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
19677 not red.
19678
19679 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
19680
19681 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
19682 case GUD buffer is not visible.
19683 (gdb-goto-breakpoint): Try to force display in source buffer.
19684 (gdb-frame-gdb-buffer): Copy other similar functions.
19685 (gdb-restore-windows): Don't display source if not asked for.
19686 (gdb-assembler-buffer-name): Don't capitalise.
19687
19688 2005-11-03 Richard M. Stallman <rms@gnu.org>
19689
19690 * wid-edit.el (key-sequence): New widget type.
19691
19692 * simple.el (set-mark-command-repeat-pop): New variable.
19693 (set-mark-command): Only interpret plan C-@ after a pop as a pop
19694 if set-mark-command-repeat-pop is true.
19695
19696 * info.el (Info-fontify-node): Don't display extra "see" if there
19697 already is one here.
19698
19699 * mouse.el: Fix special handling of DEL after dragging a region:
19700 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
19701 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
19702
19703 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
19704
19705 * textmodes/ispell.el (ispell-command-loop): Change `i' description
19706 not to assume it pertains to an affix.
19707
19708 * textmodes/flyspell.el (flyspell-post-command-hook):
19709 Bind deactivate-mark to prevent deactivation.
19710
19711 2005-11-03 Lars Hansen <larsh@soem.dk>
19712
19713 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
19714 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
19715 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
19716
19717 2005-11-03 Romain Francoise <romain@orebokech.com>
19718
19719 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
19720 Update copyright years.
19721
19722 2005-11-03 Sam Steingold <sds@gnu.org>
19723
19724 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
19725 Use system-type instead of window-system because window-system is not
19726 correctly defined during loadup.
19727
19728 2005-11-02 Mark A. Hershberger <mah@everybody.org>
19729
19730 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
19731 (xml-parse-tag): Join strings separated by a comment properly.
19732
19733 2005-11-02 Andreas Schwab <schwab@suse.de>
19734
19735 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
19736
19737 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
19738
19739 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
19740 (byte-optimize-pure-func): Quote the eval'd value.
19741
19742 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
19743 Rename from perl-font-lock-syntactic-face-function.
19744 Change the calling convention so it can be used as a font-lock MATCHER.
19745 Do the parse-partial-sexp loop outselves.
19746 (perl-font-lock-syntactic-keywords): Use it.
19747 (perl-mode): Don't set font-lock-syntactic-face-function any more.
19748
19749 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
19750
19751 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
19752 disassembly buffer too.
19753 (gdb-exited): Remove overlay arrows when execution has finished.
19754 (gdb-info-frames-custom, gdb-info-threads-custom)
19755 (gdb-info-registers-custom): Don't add inappropriate text
19756 properties if inferior is not active.
19757
19758 2005-11-02 Glenn Morris <rgm@gnu.org>
19759
19760 * progmodes/fortran.el (fortran-blink-match):
19761 Use `blink-matching-delay'.
19762
19763 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
19764
19765 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
19766
19767 2005-11-02 Lars Hansen <larsh@soem.dk>
19768
19769 * net/tramp.el (tramp-action-out-of-band): Handle scp message
19770 "Permission denied".
19771
19772 2005-11-01 Richard M. Stallman <rms@gnu.org>
19773
19774 * textmodes/flyspell.el (flyspell-external-point-words):
19775 Pass nil to flyspell-get-word.
19776
19777 2005-11-02 Kim F. Storm <storm@cua.dk>
19778
19779 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
19780 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
19781
19782 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
19783
19784 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
19785 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
19786 (calendar-mouse-print-dates): Add optional `event' argument.
19787 Update interactive-spec.
19788 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
19789 Use `calendar-event-to-date' instead of `event'.
19790
19791 2005-11-02 Masatake YAMATO <jet@gyve.org>
19792
19793 * progmodes/ld-script.el (ld-script-builtins):
19794 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
19795 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
19796 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
19797
19798 2005-11-01 Romain Francoise <romain@orebokech.com>
19799
19800 * vc-sccs.el: Update copyright year.
19801 * ezimage.el: Likewise.
19802
19803 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
19804
19805 * info.el (Info-fontify-node): Use `string-width' for fontifying
19806 underlined titles.
19807
19808 2005-11-01 Juri Linkov <juri@jurta.org>
19809
19810 * info.el (Info-fontify-node): Downcase node header keywords Node,
19811 Prev, Next, Up before comparison.
19812 (Info-history): Insert absolute directory name, and put invisible
19813 property on it.
19814
19815 2005-11-01 Juri Linkov <juri@jurta.org>
19816
19817 * info.el (Info-file-supports-index-cookies): New variable.
19818 (Info-find-node-2): Check makeinfo version for index cookie support.
19819 (Info-index-nodes): Search for nodes with index cookies only when
19820 Info-file-supports-index-cookies is t. Otherwise, search nodes
19821 with "Index" in the node name.
19822 (Info-index-node): Search index cookie in the current node only when
19823 Info-file-supports-index-cookies is t. Otherwise, check the word
19824 "Index" in the node name.
19825 (Info-find-emacs-command-nodes): Remove code that searches nodes
19826 with "Index" node name in the top menu.
19827
19828 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
19829
19830 * progmodes/scheme.el (scheme-mode-variables): Use the default
19831 comment-indent-function.
19832
19833 * faces.el (face-attribute): Handle the case where a face inherits from
19834 a non-existent face.
19835
19836 * simple.el (eval-expression-print-format): Use lisp-readable syntax
19837 for octal and hexa output, and merge the char into the paren.
19838 (kill-new): Use push.
19839 (copy-to-buffer): Use with-current-buffer.
19840 (completion-setup-function): Move code in loop to remove redundancy.
19841 (minibuffer-local-must-match-map): Don't add bindings that duplicate
19842 those inherited from minibuffer-local-completion-map.
19843
19844 * savehist.el (savehist-mode) <defcustom>:
19845 Use custom-set-minor-mode if available.
19846 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
19847 and emit a message if applicable.
19848
19849 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
19850
19851 * savehist.el: Sync up to version 19.
19852 (savehist-mode): New minor mode.
19853 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
19854 (savehist-length): Remove (use history-length instead).
19855 (savehist-file-modes): Rename from savehist-modes.
19856 (savehist-save-hook, savehist-loaded): New vars.
19857 (savehist-load): Use savehist-mode. Try to smooth up transition from
19858 old format to new format.
19859 (savehist-install): Allow savehist-autosave-interval to be nil.
19860 (savehist-save): Run the new hook. Be more careful to only trim the
19861 history variables.
19862 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
19863 (savehist-printable): Print into a buffer rather than char-by-char.
19864
19865 2005-11-01 John Wiegley <johnw@newartisans.com>
19866
19867 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
19868 toggle-ignore keybinding (C-a). The author said it had been
19869 disabled much earlier due to a possible incompatibility, but after
19870 many months of usage I have encountered no problems (and it is a
19871 rather useful option, especially for switching to " *temp*").
19872
19873 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
19874 support for OS/X's AddressBook, by calling out to the open source
19875 program "contacts" (installable through Fink).
19876
19877 * net/eudc.el (eudc-expand-inline): If the
19878 `eudc-multiple-match-handling-method' is set to `all', delete the
19879 query string before inserting the query result.
19880
19881 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
19882 flag, to prevent Eshell from using the system ls when
19883 `eshell-ls-insert-directory' is in used.
19884 (eshell-ls-insert-directory): Disable font-lock in directory
19885 buffer so that Eshell's own fontification is seen. This broke
19886 recently due to changes in font-lock, so this goes back to version
19887 21 behavior.
19888
19889 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
19890
19891 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
19892 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
19893 (gdb-many-windows): Doc fix.
19894
19895 2005-10-31 Romain Francoise <romain@orebokech.com>
19896
19897 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
19898
19899 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
19900
19901 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
19902 that global-font-lock-mode can be enabled by default.
19903
19904 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
19905 (font-lock-add-keywords, font-lock-remove-keywords)
19906 (font-lock-fontify-buffer): Remove autoload cookies.
19907
19908 * jit-lock.el (jit-lock-register): Likewise.
19909
19910 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
19911
19912 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
19913
19914 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
19915 intact if there is no gud-comint-buffer.
19916
19917 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
19918
19919 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
19920 old prompt comint-prompt-read-only is t and GDB commands are
19921 issued from tool bar etc.
19922
19923 2005-10-31 Masatake YAMATO <jet@gyve.org>
19924
19925 * vc.el (vc-directory-exclusion-list): Add "{arch}".
19926
19927 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
19928
19929 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
19930 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
19931
19932 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
19933
19934 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
19935 starting at beginning of line. Fontification is messed up when
19936 `open-paren-in-column-0-is-defun-start' set to t.
19937 Reported by John Paul Wallington <jpw@pobox.com>.
19938
19939 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
19940
19941 * comint.el (comint-send-input): Call `comint-update-fence' when
19942 `comint-process-echoes' and `comint-prompt-read-only' are both
19943 non-nil, to avoid leftover read-only newline.
19944
19945 2005-10-30 Richard M. Stallman <rms@gnu.org>
19946
19947 * textmodes/flyspell.el (flyspell-external-point-words):
19948 Detect when WORD can't be checked properly because
19949 flyspell-get-word finds just part of it, and move on.
19950
19951 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
19952 boundarychar for Polish.
19953 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
19954 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
19955
19956 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
19957
19958 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
19959 (gdb-registers-font-lock-keywords): Delete.
19960 (gdb-registers-mode): Don't fontify.
19961 (gdb-info-registers-custom): Use text properties instead as, in
19962 future, changed register values will use font-lock-warning-face.
19963 (gdb-local-font-lock-keywords): Rename to...
19964 (gdb-locals-font-lock-keywords): ...for consistency.
19965
19966 2005-10-30 Andre Spiegel <spiegel@gnu.org>
19967
19968 * vc.el (vc-switch-backend): Better error message if the buffer is
19969 not visiting a file under version control.
19970
19971 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
19972
19973 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
19974
19975 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
19976 ~/.emacs.d/.emacs.
19977
19978 2005-10-29 Richard M. Stallman <rms@gnu.org>
19979
19980 * replace.el (occur-mode-mouse-goto): Always go to other window.
19981 (occur-mode-goto-occurrence): Always switch in same window.
19982
19983 * simple.el (undo): Display message at end, not at start.
19984
19985 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
19986 New arg REUSE-CELL.
19987 (cancel-timer-internal): New function.
19988 (timer-event-handler): Use cancel-timer-internal,
19989 and pass the cell it returns to timer-activate...
19990
19991 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
19992 (jit-lock-deferred-fontify, jit-lock-context-fontify)
19993 (jit-lock-after-change): Test memory-full.
19994
19995 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
19996
19997 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19998 part of the decoded armor to find the key-identifier.
19999 (pgg-gpg-lookup-key-owner): New function to return the
20000 human-readable identifier of a key owner.
20001 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
20002 key itself.
20003 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20004 the key value) if we have a key and can match it against a secret
20005 key. Also, added a note pointing out fact that the prompt only
20006 indicates the first matching key.
20007
20008 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
20009 pgg-decrypt-region.
20010 (pgg-pending-timers): A new hash for tracking the passphrase cache
20011 timers, so that new ones supercede old ones.
20012 (pgg-add-passphrase-to-cache): Rename from
20013 `pgg-add-passphrase-cache' to reduce confusion (all callers
20014 changed). Modified to cancel old timers when new ones are added.
20015 (pgg-remove-passphrase-from-cache): Rename from
20016 `pgg-remove-passphrase-cache' to reduce confusion (all callers
20017 changed). Modified to cancel old timers when their keys are
20018 removed from the cache.
20019 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
20020 XEmacs, an indirection to delete-itimer.
20021 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
20022 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
20023 users can only check cache without risk of prompting. Correct bug in
20024 notruncate behavior.
20025 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
20026 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20027 Add informative docstrings.
20028 (pgg-decrypt): Convey provided passphrase in subordinate call to
20029 pgg-decrypt-region.
20030
20031 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20032 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20033 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20034 `passphrase' argument, so the passphrase can be managed externally
20035 and then passed in to the system.
20036
20037 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20038 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
20039 so the passphrase cache can be used reliably with identifiers
20040 besides a pgp packet's key id.
20041
20042 * pgg-gpg.el (pgg-pgp-encrypt-region)
20043 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20044 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20045 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20046 argument to all these routines, so the passphrase can be managed
20047 externally and passed in to the system.
20048
20049 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20050 `notruncate' argument, so the passphrase cache can be used
20051 reliably with identifiers besides a pgp packet's key id.
20052
20053 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
20054
20055 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20056 symmetric encryption.
20057 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20058 encrypted session key.
20059 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20060 message ask for the passphrase in a proper way.
20061
20062 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20063 New user commands for symmetric encryption.
20064
20065 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
20066
20067 * textmodes/conf-mode.el (conf-assignment-sign)
20068 (conf-assignment-regexp): Fix docstrings.
20069 (conf-mode-initialize): New function.
20070 (conf-mode): Remove optional args. Use delay-mode-hooks to
20071 recognize recursive calls.
20072 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
20073 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
20074 (conf-xdefaults-mode): Use define-derived-mode and
20075 conf-mode-initialize.
20076
20077 2005-10-29 Romain Francoise <romain@orebokech.com>
20078
20079 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
20080
20081 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
20082
20083 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
20084 part of the decoded armor to find the key-identifier.
20085 (pgg-gpg-lookup-key-owner): New function to return the
20086 human-readable identifier of a key owner.
20087 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
20088 key itself.
20089 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
20090 the key value) if we have a key and can match it against a secret
20091 key. Also, added a note pointing out fact that the prompt only
20092 indicates the first matching key.
20093
20094 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
20095 pgg-decrypt-region.
20096 (pgg-pending-timers): A new hash for tracking the passphrase cache
20097 timers, so that new ones supercede old ones.
20098 (pgg-add-passphrase-to-cache): Rename from
20099 `pgg-add-passphrase-cache' to reduce confusion (all callers
20100 changed). Modified to cancel old timers when new ones are added.
20101 (pgg-remove-passphrase-from-cache): Rename from
20102 `pgg-remove-passphrase-cache' to reduce confusion (all callers
20103 changed). Modified to cancel old timers when their keys are
20104 removed from the cache.
20105 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
20106 XEmacs, an indirection to delete-itimer.
20107 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
20108 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
20109 users can only check cache without risk of prompting. Correct bug in
20110 notruncate behavior.
20111 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
20112 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20113 Add informative docstrings.
20114 (pgg-decrypt): Convey provided passphrase in subordinate call to
20115 pgg-decrypt-region.
20116
20117 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
20118
20119 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
20120 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
20121 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
20122 `passphrase' argument, so the passphrase can be managed externally
20123 and then passed in to the system.
20124
20125 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
20126 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
20127 so the passphrase cache can be used reliably with identifiers
20128 besides a pgp packet's key id.
20129
20130 * pgg-gpg.el (pgg-pgp-encrypt-region)
20131 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
20132 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
20133 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
20134 argument to all these routines, so the passphrase can be managed
20135 externally and passed in to the system.
20136
20137 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
20138 `notruncate' argument, so the passphrase cache can be used
20139 reliably with identifiers besides a pgp packet's key id.
20140
20141 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
20142
20143 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
20144 symmetric encryption.
20145 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
20146 encrypted session key.
20147 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
20148 message ask for the passphrase in a proper way.
20149
20150 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
20151 New user commands for symmetric encryption.
20152
20153 2005-10-28 Bill Wohler <wohler@newt.com>
20154
20155 * help-mode.el (help-url): New button type. Calls browse-url.
20156 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
20157 Similar to Info nodes: URL `url'.
20158 (help-make-xrefs): Create help-url buttons for
20159 help-xref-url-regexp matches.
20160
20161 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
20162
20163 * tool-bar.el (tool-bar-add-item-from-menu)
20164 (tool-bar-local-item-from-menu): Fix doc strings.
20165
20166 2005-10-28 Romain Francoise <romain@orebokech.com>
20167
20168 * ldefs-boot.el: Update.
20169
20170 * subr.el (locate-library): Move from help-fns.el.
20171 * help-fns.el (locate-library): Move to subr.el.
20172
20173 2005-10-28 Richard M. Stallman <rms@gnu.org>
20174
20175 * net/tramp.el (tramp-completion-mode): defvar moved up.
20176
20177 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
20178
20179 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
20180
20181 * files.el (find-file-noselect): Use %d to format large file size.
20182
20183 * bindings.el (mode-line-format): Add %e.
20184
20185 * loadup.el ("facemenu"): Load unconditionally.
20186 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
20187 ("x-dnd"): Load, when appropriate.
20188
20189 * startup.el (command-line): Call before-init-hook earlier.
20190 Warn about some bad characters in -u user name.
20191
20192 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
20193 (flyspell-external-point-words): Error if misspelled word is not found.
20194 Set flyspell-large-region-beg at end of word.
20195
20196 2005-10-28 Andreas Schwab <schwab@suse.de>
20197
20198 * view.el (View-revert-buffer-scroll-page-forward):
20199 Use view-page-size-default.
20200
20201 2005-10-28 Juri Linkov <juri@jurta.org>
20202
20203 * international/quail.el (quail-get-current-str): Translate last
20204 raw character for deterministic input methods.
20205
20206 2005-10-27 Jay Belanger <belanger@truman.edu>
20207
20208 * calc/calc-ext.el: Add functions to autoloads.
20209 (math-identity-matrix-p, math-ident-row-p): New functions.
20210
20211 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
20212 multiplication by an identity matrix; don't turn multiplication by
20213 an inverse matrix into division.
20214 (math-div-symbol-fancy): Replace division by matrices with
20215 multiplication by inverse.
20216
20217 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
20218
20219 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
20220 (calc-writeoutpower): New functions.
20221
20222 2005-10-27 Romain Francoise <romain@orebokech.com>
20223
20224 * replace.el (occur-engine): Include colon in mouse-face highlight.
20225
20226 * dired-x.el: Change Maintainer field.
20227
20228 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
20229
20230 * longlines.el (longlines-mode): Bind after-change-functions to
20231 nil during initial decoding and final encoding.
20232
20233 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
20234
20235 * term.el (term-emulate-terminal, term-handle-colors-array)
20236 (term-handle-ansi-escape): Specify the terminfo capabilities
20237 implemented.
20238
20239 2005-10-26 Richard M. Stallman <rms@gnu.org>
20240
20241 * info.el (Info-fontify-node): Fix detection of sentence-break
20242 before *Note.
20243
20244 2005-10-26 Romain Francoise <romain@orebokech.com>
20245
20246 * smerge-mode.el: Add `tools' to file keywords.
20247
20248 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
20249
20250 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
20251 when the fringe is not available.
20252
20253 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
20254 (def-gdb-auto-update-trigger): Simplify construction.
20255 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
20256 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
20257 defined explicitly.
20258 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
20259 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
20260 defined explicitly.
20261 (gdb-info-locals-custom): Remove as it's a no-op.
20262
20263 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
20264
20265 * longlines.el (longlines-mode): Remove narrowing before
20266 performing the initial decoding or final encoding.
20267
20268 2005-10-25 Romain Francoise <romain@orebokech.com>
20269
20270 * emacs-lisp/find-func.el (find-library-name): Also strip
20271 extension if library name ends in .el, to take advantage of
20272 `find-library-suffixes'.
20273
20274 2005-10-25 Richard M. Stallman <rms@gnu.org>
20275
20276 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
20277
20278 2005-10-25 Juri Linkov <juri@jurta.org>
20279
20280 * textmodes/texinfo.el (texinfo-mode): Change charset of one
20281 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
20282
20283 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
20284
20285 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
20286 (blackbox-redefine-key): Add argument `map'.
20287
20288 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
20289 regions when moving the jit-lock-context-unfontify-pos boundary.
20290
20291 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
20292
20293 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
20294
20295 2005-10-25 Masatake YAMATO <jet@gyve.org>
20296
20297 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
20298
20299 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
20300
20301 * play/blackbox.el (blackbox-redefine-key): New function.
20302 (blackbox-mode-map): Use it to remap existing bindings for cursor
20303 motion instead of binding literal keys.
20304
20305 2005-10-25 Glenn Morris <rgm@gnu.org>
20306
20307 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
20308 diary does not end in a newline. Do not assume a blank line at
20309 the start of the diary file.
20310
20311 2005-10-25 Kenichi Handa <handa@m17n.org>
20312
20313 * international/quail.el (quail-translate-key): If the input
20314 method is deterministic and failed to handle the last key, restart
20315 the key handling loop from an appropriate key.
20316
20317 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
20318
20319 * vc.el (vc-dired-mode): Extend comment for binding of
20320 `directory-listing-before-filename-regexp'.
20321
20322 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
20323
20324 * textmodes/texinfo.el (texinfo-mode):
20325 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
20326 not to unnecessarily expose emacs-mule's internal char codes.
20327
20328 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
20329
20330 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
20331 Display hand pointer and help-echo on disabled icon too.
20332 (gdb-mouse-until): New function.
20333 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
20334
20335 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
20336
20337 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
20338 with 2005-10-23 change to doctor.el.
20339
20340 * finder.el (finder-mode-map): Add follow-link binding.
20341
20342 2005-10-25 Kim F. Storm <storm@cua.dk>
20343
20344 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
20345 to gdb-mouse-toggle-breakpoint-fringe.
20346 (gdb-mouse-toggle-breakpoint-margin): Rename from
20347 gdb-mouse-toggle-breakpoint. Fix doc.
20348 (gdb-mouse-toggle-breakpoint-fringe): New defun.
20349 (gdb-put-string): Add optional SPROPS arg. Add props to string.
20350 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
20351 string properties also for fringe breakpoint bitmaps.
20352
20353 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
20354
20355 * textmodes/org.el (org-start-icalendar-file): Fix format form.
20356
20357 2005-10-25 Masatake YAMATO <jet@gyve.org>
20358
20359 * simple.el (completion-common-substring):
20360 Use `completion-common-substring' prior to `completion-base-size'.
20361
20362 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
20363
20364 * savehist.el: Require CL while compiling.
20365 (savehist-history-variables): Remove.
20366 (savehist-save-minibuffer-history, savehist-additional-variables)
20367 (savehist-minibuffer-history-variables): New vars.
20368 (savehist-save): Use them.
20369 (savehist-uninstall, savehist-minibuffer-hook): New funs.
20370 (savehist-install): New fun, extracted from savehist-load.
20371 (savehist-load): Use them.
20372
20373 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
20374
20375 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
20376 a dummy doc-string-elt property.
20377 (defalias, defvaralias, define-category): Add a docstring property.
20378
20379 * image.el (defimage):
20380 * widget.el (define-widget):
20381 * custom.el (defface, defcustom): Add `doc-string' declaration.
20382
20383 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
20384 (defadvice): Add `doc-string' declaration.
20385
20386 * emacs-lisp/byte-run.el (macro-declaration-function):
20387 Handle `doc-string' declarations.
20388 (define-obsolete-function-alias, define-obsolete-variable-alias):
20389 Add `doc-string' declaration.
20390
20391 2005-10-24 Kenichi Handa <handa@m17n.org>
20392
20393 * international/utf-7.el (utf-7): Add autoload cookie.
20394
20395 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
20396
20397 2005-10-24 Eli Zaretskii <eliz@gnu.org>
20398
20399 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
20400 list of directories passed to batch-update-autoloads. Add "." to
20401 the list of the echoed directories.
20402
20403 * pgg-def.el:
20404 * pgg-gpg.el:
20405 * pgg-parse.el:
20406 * pgg-pgp.el:
20407 * pgg-pgp5.el:
20408 * pgg.el: Moved here from the gnus subdirectory.
20409
20410 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
20411
20412 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
20413 in case comint-prompt-read-only is set to t.
20414
20415 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
20416 in case comint-prompt-read-only is set to t.
20417
20418 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
20419
20420 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
20421 Now a string.
20422 (icalendar-import-format): Handle CLASS, STATUS, URL.
20423 Rename `subject' to `summary'.
20424 (icalendar-import-format-summary): Rename from
20425 `icalendar-import-format-subject'.
20426 (icalendar-import-format-url, icalendar-import-format-status)
20427 (icalendar-import-format-class): New variables.
20428 (icalendar--rris): Take variable argument list.
20429 (icalendar--datestring-to-isodate): Remove unnecessary
20430 calendar-style check when converting dates with explicit month names.
20431 (icalendar-export-region): Change return type of conversion
20432 subroutines. Bury current buffer unless error occurred.
20433 (icalendar--convert-to-ical)
20434 (icalendar--parse-summary-and-rest): New functions.
20435 (icalendar--convert-ordinary-to-ical)
20436 (icalendar--convert-weekly-to-ical)
20437 (icalendar--convert-yearly-to-ical)
20438 (icalendar--convert-block-to-ical)
20439 (icalendar--convert-cyclic-to-ical)
20440 (icalendar--convert-anniversary-to-ical): Change return type.
20441 Strip trailing blanks from subject.
20442 (icalendar--convert-sexp-to-ical): Change return type.
20443 Strip trailing blanks from subject. Handle simple sexp
20444 entries as generated by icalendar.el.
20445 (icalendar--convert-float-to-ical)
20446 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
20447 (icalendar-import-file): Doc fix.
20448 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
20449 Correct call to icalendar--rris.
20450 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
20451 `summary'.
20452 (icalendar--add-diary-entry): Rename `subject' to `summary'.
20453
20454 2005-10-24 Romain Francoise <romain@orebokech.com>
20455
20456 * server.el (server-sentinel): Set query-on-exit flag to nil on
20457 new client processes (it isn't inherited from the server process).
20458
20459 * replace.el (occur-engine): Rearrange text properties.
20460
20461 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
20462
20463 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
20464 case-fold-search is nil.
20465 (debug-help-follow): Use help-xref-interned directly.
20466
20467 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
20468
20469 * thumbs.el (thumbs-image-type): Add .pbm.
20470
20471 2005-10-23 Richard M. Stallman <rms@gnu.org>
20472
20473 * faces.el (inhibit-face-set-after-frame-default): New variable.
20474 (set-face-attribute): Bind it.
20475 (face-set-after-frame-default): Test it.
20476
20477 * help-fns.el (describe-simplify-lib-file-name): New function.
20478 (describe-function-1, describe-variable): Use it.
20479
20480 * faces.el (describe-face): Use describe-simplify-lib-file-name.
20481
20482 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
20483 Eliminate nil as possible value.
20484 (tooltip-hide-delay): Reduce internal-border-width.
20485
20486 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
20487 (menu-bar-file-menu) <new-file>: Likewise.
20488
20489 * simple.el (line-move-finish): Ignore fields computing LINE-END.
20490
20491 * international/mule.el (load-with-code-conversion):
20492 Pass full file name to `eval-buffer' unless preloading.
20493
20494 * textmodes/flyspell.el (flyspell-large-region):
20495 Call ispell-check-version.
20496
20497 * textmodes/ispell.el (ispell-local-dictionary-overridden):
20498 Fix the make-variable-buffer-local call that was supposed
20499 to be for this variable.
20500 (ispell-aspell-supports-utf8): Doc fix.
20501 (ispell-find-aspell-dictionaries): Preserve elements of
20502 ispell-dictionary-alist for dictionaries that aspell doesn't report.
20503 (ispell-aspell-find-dictionary): Return nil on error.
20504
20505 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
20506 (doctor-symptoms): Likewise.
20507
20508 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
20509
20510 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
20511
20512 * cus-edit.el (custom-button, custom-button-pressed): New vars.
20513 (custom-raised-buttons): Add :set spec.
20514 (custom-button-unraised, custom-button-pressed-unraised):
20515 New faces, so that custom-raised-buttons actually does something.
20516 (custom-mode): Use custom-button and custom-button-pressed.
20517
20518 * wid-edit.el (widget-specify-button): Don't ignore
20519 widget-mouse-face on graphic terminals.
20520 (widget-move-and-invoke): Cleanup.
20521
20522 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
20523
20524 * whitespace.el (whitespace-cleanup): Doc fix.
20525
20526 2005-10-23 Romain Francoise <romain@orebokech.com>
20527
20528 * emulation/viper.el (viper-set-hooks): Quote forms passed to
20529 `eval-after-load' to avoid evaluating their result.
20530
20531 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
20532
20533 * files.el (directory-listing-before-filename-regexp):
20534 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
20535
20536 * dired.el (dired-move-to-filename-regexp): Remove.
20537 All occurrences replaced by `directory-listing-before-filename-regexp'.
20538
20539 * dired-x.el, locate.el, vc.el:
20540 Replace `dired-move-to-filename-regexp' by
20541 `directory-listing-before-filename-regexp'. In vc.el it is
20542 overwritten locally; maybe this can be handled in files.el too.
20543
20544 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
20545 replaced by `directory-listing-before-filename-regexp'.
20546
20547 2005-10-23 Andreas Schwab <schwab@suse.de>
20548
20549 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
20550 and eval-next-after-load.
20551
20552 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
20553
20554 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
20555 exist, create it.
20556
20557 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
20558
20559 * allout.el: Remove autoloads for mailcrypt and crypt++.
20560 Require pgg, pgg-gpg during compilation.
20561 (allout-version): Increment version number to 2.1, and use a literal
20562 rather than RCS Id.
20563 (allout-default-encryption-scheme): Remove.
20564 (allout-passphrase-verifier-handling)
20565 (allout-passphrase-verifier-string)
20566 (allout-file-passphrase-verifier-string)
20567 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
20568 (allout-passphrase-hint-handling): Rename and simplify.
20569 (allout-init): Use `find-file-hook' if available, otherwise
20570 `find-file-hooks'.
20571 (allout-mode): Use `write-file-functions' if available, otherwise
20572 `local-write-file-hooks' and, instead of making auto-save-hook
20573 buffer local, make the write-file-hook activity contingent to
20574 allout-mode.
20575 (allout-mode): Use key-binding substitution in the docstring.
20576 (allout-kill-line): Spell-out kill ring data structure mutation
20577 instead of using byte-compiler-complaint-provoking `pop'.
20578 (allout-insert-listified): Use `insert' rather than `insert-string'
20579 (allout-toggle-current-subtree-encryption): Update docstring, adjust
20580 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
20581 (allout-encrypt-string): Totally revamped vis new underlying
20582 encryption facilities.
20583 (allout-mc-activate-passwd): Remove.
20584 (allout-obtain-passphrase): New, more or less replaces
20585 allout-mc-activate-passwd.
20586 (allout-encrypted-key-info): More or less replaces
20587 allout-encrypted-text-type.
20588 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
20589 (my-mark-marker): Use `(featurep 'xemacs)'.
20590
20591 2005-10-23 Lars Hansen <larsh@soem.dk>
20592
20593 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
20594 (byte-compile-file-form-defmumble, byte-compile-defun)
20595 (byte-compile-defmacro): Use it.
20596 (byte-compile-form): Don't call byte-compile-set-symbol-position
20597 when a byte-compile handler is called.
20598
20599 2005-10-22 Romain Francoise <romain@orebokech.com>
20600
20601 * savehist.el (savehist-history-variables): Add `grep-find-history'.
20602
20603 * subr.el (eval-after-load): Convert library name to an absolute
20604 file name using locate-library, since load-history no longer has
20605 library names in it.
20606
20607 2005-10-22 Richard M. Stallman <rms@gnu.org>
20608
20609 * files.el (make-temp-file): Move from subr.el.
20610 * subr.el (make-temp-file): Move to files.el.
20611
20612 * window.el (get-buffer-window-list): Move from subr.el.
20613 * subr.el (get-buffer-window-list): Move to window.el.
20614
20615 * image.el (image-load-path): Use eval-at-startup to initialize.
20616
20617 * subr.el (eval-at-startup): New macro.
20618
20619 * subr.el: Much rearrangement of functions and division
20620 into pages. No code changes.
20621
20622 2005-10-22 Kenichi Handa <handa@m17n.org>
20623
20624 * tar-mode.el (tar-extract): Be sure to call
20625 find-operation-coding-system if set-auto-coding doesn't find a
20626 coding system.
20627
20628 2005-10-22 Kim F. Storm <storm@cua.dk>
20629
20630 * image.el (image-type-header-regexps): Rename from image-type-regexps.
20631 Change users.
20632 (image-type-file-name-regexps): New defconst.
20633 (image-type-from-data): Simplify loop.
20634 (image-type-from-buffer): New defun.
20635 (image-type-from-file-header): Use it instead of image-type-from-data.
20636 Use image-search-load-path instead of only looking in data-directory.
20637 (image-type-from-file-name): New defun.
20638 (image-search-load-path): Change `pathname' to `filename'.
20639 Make PATH arg optional, default to image-load-path.
20640
20641 2005-10-21 Richard M. Stallman <rms@gnu.org>
20642
20643 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
20644
20645 * textmodes/paragraphs.el (sentence-end-base): New variable.
20646 (sentence-end): Use sentence-end-base.
20647
20648 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
20649
20650 * font-lock.el (font-lock-default-fontify-region): Check the multiline
20651 property independently from the font-lock-multiline variable.
20652
20653 2005-10-21 Richard M. Stallman <rms@gnu.org>
20654
20655 * emacs-lisp/find-func.el (find-library-name): Doc fix.
20656
20657 * startup.el (command-line): Convert library names
20658 in `load-history' to absolute file names.
20659
20660 * subr.el (symbol-file): Doc fix.
20661
20662 * loadhist.el (file-loadhist-lookup): Call locate-library
20663 instead of find-library-name. Don't try converting
20664 abs file names to library names, since load-history no longer
20665 has library names in it.
20666 (file-dependents, file-provides, file-requires): Doc fixes.
20667
20668 2005-10-21 Juri Linkov <juri@jurta.org>
20669
20670 * progmodes/etags.el (tags-table-mode): New function.
20671 (tags-verify-table): Replace initialize-new-tags-table with
20672 tags-table-mode.
20673
20674 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
20675 default value.
20676 (desktop-modes-not-to-save): Add tags-table-mode to the
20677 default value.
20678
20679 * info.el (Info-index-next): Add total number of index
20680 alternatives to the message.
20681
20682 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
20683 backward only space (instead of space and period) before looking
20684 at sentence end.
20685
20686 * simple.el (set-variable): Use user-variable-p instead of symbolp.
20687 Add the old variable value as 4th default-value arg of read-string.
20688
20689 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20690
20691 * cus-face.el (custom-declare-face): Make face from X resources
20692 also on Mac.
20693
20694 * disp-table.el (standard-display-g1, standard-display-graphic):
20695 Refuse to use string glyphs also on Mac.
20696 (standard-display-european): Don't set terminal coding system also
20697 on Mac.
20698
20699 * frame.el (display-screens): Use x-display-screens also on Mac.
20700
20701 2005-10-21 Romain Francoise <romain@orebokech.com>
20702
20703 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
20704
20705 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
20706
20707 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
20708 and $? into sexps.
20709
20710 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
20711 warning face on open-paren-in-column-0.
20712
20713 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
20714 boundary case. Fix typo.
20715 Suggested by Martin Rudalics <rudalics@gmx.at>.
20716
20717 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
20718
20719 * textmodes/org.el (org-combined-agenda-icalendar-file)
20720 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
20721 (org-export-icalendar-this-file)
20722 (org-export-icalendar-all-agenda-files)
20723 (org-export-icalendar-combine-agenda-files): New commands.
20724 (org-export-icalendar, org-print-icalendar-entries)
20725 (org-start-icalendar-file, org-finish-icalendar-file)
20726 (org-ical-ts-to-string): New functions.
20727 (org-read-date, org-goto-calendar)
20728 (org-agenda-goto-calendar): Inhibit displaying diary entries by
20729 call to `calendar'.
20730 (orgtbl-setup): Remove the :keys arguments from the menu description.
20731 (org-after-save-iCalendar-file-hook): New variable.
20732
20733 2005-10-21 Kenichi Handa <handa@m17n.org>
20734
20735 * language/vietnamese.el (tcvn-5712): Make it an alias of
20736 vietnamese-tcvn coding-system.
20737
20738 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
20739
20740 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
20741 group id is given.
20742
20743 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
20744
20745 * progmodes/sh-script.el (sh-escaped-line-re): New var.
20746 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
20747 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
20748 whose line is either continued or ends with a comment.
20749
20750 2005-10-20 Romain Francoise <romain@orebokech.com>
20751
20752 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
20753
20754 * replace.el (occur-engine): Add follow-link property.
20755
20756 * font-core.el (font-lock-mode): Doc fix.
20757
20758 2005-10-20 Richard M. Stallman <rms@gnu.org>
20759
20760 * net/rcirc.el: New file.
20761
20762 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
20763
20764 * term.el (term-term-name): Initialize to "eterm-color".
20765
20766 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
20767
20768 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
20769 for encryption functionality.
20770 Move allout customization subgroup from `editing' to `outlines' group.
20771 Fix commentary keywords to legitimate ones.
20772 Update author info (using my current email address, obscurified).
20773 (allout-encrypt-string, allout-encryption-produce-work-buffer)
20774 (allout-encrypted-topic-p, allout-encrypted-text-type)
20775 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
20776 (allout-situate-encryption-key-verifier)
20777 (allout-get-encryption-key-verifier, allout-verify-key)
20778 (allout-next-topic-pending-encryption)
20779 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
20780 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
20781 (outline-key-verifier-handling, outline-key-hint-handling)
20782 (outline-encrypt-unencrypted-on-saves): New defcustoms.
20783 (allout-file-key-verifier-string, allout-encryption-scheme)
20784 (allout-key-verifier-string, allout-key-hint-string)
20785 (allout-after-save-decrypt): New variables.
20786 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
20787 (allout-after-saves-handler): New hook functions.
20788 (allout-post-command-business): Do allout-after-save-decrypt.
20789 (allout-enable-file-variable-adjustment): Custom var to enable
20790 mechanism for adding and adjusting settings of Emacs file variables.
20791 (allout-adjust-file-variable, allout-file-vars-section-data):
20792 New functions, implement the mechanism.
20793 (outlineify-sticky): Use the file vars mechanism.
20794 (allout-inhibit-protection, allout-during-write-cue)
20795 (allout-override-protect, allout-before-change-protect): Remove.
20796 (allout-flag-region, allout-open-topic): Adjust read-only text.
20797 (allout-open-line-not-read-only): Add to facilitate read-only
20798 text based protection.
20799 (allout-kill-line): Revise to adjust read-only text, clue the
20800 user about the inhibition.
20801 (allout-unprotected): Use unwind-protect.
20802 (allout-shift-in, allout-shift-out): Disallow manually shifting a
20803 topic deeper than the offspring depth of the previous topic -
20804 avoiding confusing "containment discontinuities".
20805 (allout-reindent-bodies): Fix retention of body relative hanging
20806 indent during promotion of collapsed bodies.
20807 (allout-open-topic): Make it easy to open new topic with same
20808 bullet as current topic - topic creation functions provided with
20809 any universal argument provokes now prompt for bullet, defaulting
20810 to the bullet of the previous topic.
20811 (allout-plain-bullets-string, allout-distinctive-bullets-string):
20812 Plain bullet alternates `.' period and `,' comma only. All other
20813 bullets are relegated to special status (but customizable).
20814 (allout-end-of-entry): Rename from allout-end-of-current-entry
20815 since it actually operates w.r.t. most immediately containing
20816 entry, visible or not.
20817 (allout-hide-current-entry, allout-show-current-entry): Use the
20818 revised version.
20819 (allout-old-expose-topic): Solidify deprecation.
20820 (allout-end-of-subtree): Add so we can span concealed as well
20821 as visible topics.
20822 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
20823 (allout-end-of-current-heading): Tweak to just respect the first line.
20824 (allout-get-body-text): Add.
20825 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
20826 when invoked interactively.
20827 (allout-up-current-level): Use `interactive-p'.
20828 (allout-mode, allout-init): Miscellaneous docstring and
20829 operational refinements, as well as hookups of new encryption stuff.
20830 (allout-beginning-of-current-entry): Now works as advertised.
20831 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
20832 (allout-isearch-rectification): Refine condition for isearching.
20833 (allout-isearch-abort, allout-enwrap-isearch)
20834 (allout-flag-region, my-region-active-p): Relocate some macros.
20835 (allout-title): Fallback title is (buffer-name), not
20836 non-existing (current-buffer-name).
20837 (subst-char-in-string): Define if absent (for some XEmacs versions).
20838
20839 2005-10-20 Jari Aalto <jari.aalto@cante.net>
20840
20841 * mail/sendmail.el (mail-setup-hook, mail-aliases)
20842 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
20843 (mail-citation-prefix-regexp, mail-signature-file)
20844 (mail-default-headers, mail-bury-selects-summary)
20845 (mail-send-nonascii): Add autoload cookies.
20846
20847 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
20848
20849 * frame.el (blink-cursor-mode): Add `mac' to the list of
20850 window-system's that support blinking cursor.
20851
20852 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
20853
20854 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
20855
20856 2005-10-20 Eli Zaretskii <eliz@gnu.org>
20857
20858 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
20859 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
20860 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
20861
20862 2005-10-20 Kim F. Storm <storm@cua.dk>
20863
20864 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
20865 (ido-set-current-directory): Don't add / after final @.
20866 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
20867 Explicitly handle ange-ftp completion oddities.
20868 (ido-make-file-list): Don't rotate list at tramp root to avoid
20869 triggering tramp file handler for expand-file-name via get-file-buffer.
20870
20871 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
20872
20873 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
20874
20875 2005-10-19 Jay Belanger <belanger@truman.edu>
20876
20877 * calc/calc-units.el (math-standard-units): Add units, adjust
20878 symbols and update values.
20879 (math-unit-prefixes): Add more prefixes.
20880
20881 2005-10-19 Romain Francoise <romain@orebokech.com>
20882
20883 * bookmark.el (bookmark-menu-heading): New face.
20884 (bookmark-bmenu-list): Use it.
20885 Don't fiddle with `baud-rate' at top-level.
20886
20887 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
20888
20889 * image.el (create-image, find-image): Mention max-image-size in
20890 docstring.
20891
20892 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
20893
20894 * savehist.el (savehist-load): Revert to checking XEmacs.
20895
20896 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
20897 Various docstring and line-width fixups.
20898 (conf-mode): Use cond.
20899 Set font-lock-defaults. Don't set comment-use-syntax.
20900
20901 2005-10-18 David Ponce <david@dponce.com>
20902
20903 * tree-widget.el (tree-widget-button-click): New function.
20904 (tree-widget-button-keymap): Use it.
20905
20906 2005-10-18 Romain Francoise <romain@orebokech.com>
20907
20908 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
20909 (bookmark-bmenu-hide-filenames): Add follow-link property.
20910 Improve help-echo text.
20911
20912 * ffap.el (find-file-at-point): Doc fix.
20913
20914 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20915
20916 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
20917
20918 2005-10-18 Masatake YAMATO <jet@gyve.org>
20919
20920 Install to the CVS repository what I forgot to install in my
20921 2005-10-16 changes.
20922
20923 * progmodes/python.el (python-complete-symbol): Pass the common
20924 prefix substring of completion to `display-completion-list'.
20925
20926 * textmodes/org.el (org-complete): Ditto.
20927
20928 2005-10-18 Masatake YAMATO <jet@gyve.org>
20929
20930 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
20931
20932 * woman.el (WoMan-xref-man-page): New button type derived
20933 from `Man-abstract-xref-man-page'.
20934 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
20935
20936 * man.el (Man-abstract-xref-man-page): New button type.
20937 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
20938 (Man-highlight-references): Add new optional argument `xref-man-type'.
20939
20940 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
20941
20942 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
20943
20944 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
20945
20946 * cus-edit.el (Custom-move-and-invoke): Delete.
20947 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
20948
20949 * wid-edit.el (widget-move-and-invoke): New function, from
20950 Custom-move-and-invoke.
20951
20952 2005-10-17 Bill Wohler <wohler@newt.com>
20953
20954 Move all remaining images from lisp/toolbar to etc/images, move
20955 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
20956 the low resolution images in their own directory (low-color).
20957
20958 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
20959 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
20960 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
20961 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
20962 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
20963 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
20964 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
20965
20966 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
20967 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
20968 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
20969 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
20970 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
20971 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
20972 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
20973 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
20974 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
20975 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
20976 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
20977 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
20978 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
20979 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
20980 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
20981
20982 To conform with convention, replace the underscore (_) in the
20983 following image names with dash (-) or (/) as appropriate.
20984
20985 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
20986 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
20987 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
20988 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
20989 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
20990 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
20991 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
20992 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
20993 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
20994 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
20995 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
20996 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
20997 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
20998 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
20999 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
21000
21001 * info.el (info-tool-bar-map): Replace underscores in image names
21002 with dashes.
21003
21004 * makefile.w32-in (WINS): Remove toolbar.
21005
21006 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
21007
21008 * tool-bar.el: Move to lisp from toolbar. Now that
21009 toolbar is empty, it should be deleted when folks run "cvs up -P".
21010
21011 2005-10-18 Jay Belanger <belanger@truman.edu>
21012
21013 * calc/calc-store.el (calc-store-into): Get the proper variable name
21014 to display in message.
21015
21016 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
21017
21018 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
21019 expressions display in speedbar for all buffers when debugging.
21020 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
21021
21022 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
21023 (speedbar-insert-button, speedbar-make-button):
21024 Use add-text-properties.
21025 (speedbar-update-localized-contents)
21026 (speedbar-update-directory-contents)
21027 (speedbar-update-special-contents): Use dolist.
21028 (speedbar-buffer-easymenu-definition): Add a menu separator.
21029
21030 2005-10-17 Jason Rumney <jasonr@gnu.org>
21031
21032 * makefile.w32-in: Use $(lisp) consistently.
21033 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
21034 for shell specific generation of mh-autoloads.
21035
21036 2005-10-17 Richard M. Stallman <rms@gnu.org>
21037
21038 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
21039
21040 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
21041
21042 * jit-lock.el (jit-lock-fontify-now):
21043 Move jit-lock-context-unfontify-pos to avoid wasted work.
21044
21045 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
21046
21047 * net/tramp.el (tramp-completion-mode): New defvar. Used in
21048 `tramp-completion-mode' for checking if we are in completion mode.
21049 (tramp-completion-handle-file-name-all-completions): Reorder code
21050 in order to complete for file names only in case there are no
21051 method/user/host completions. This is necessary for cooperation
21052 with ido. Reported by Kim F. Storm <storm@cua.dk>.
21053
21054 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
21055
21056 * longlines.el (longlines-search-forward)
21057 (longlines-search-backward): Match any number of spaces.
21058
21059 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
21060
21061 * diff-mode.el (diff-mode): Doc fix.
21062
21063 2005-10-16 David Reitter <david.reitter@gmail.com>
21064
21065 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
21066 as default on darwin and windows systems.
21067
21068 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
21069
21070 * arc-mode.el (archive-zip-extract): Doc fix.
21071
21072 2005-10-16 Romain Francoise <romain@orebokech.com>
21073
21074 * mouse.el (mouse-1-click-follows-link): Doc fix.
21075
21076 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
21077
21078 * savehist.el: Don't require CL at runtime.
21079 (savehist-xemacs): Remove.
21080 (savehist-coding-system): Use utf-8 if present, regardless of religion.
21081 (savehist-no-conversion): Use (featurep 'xemacs).
21082 (savehist-load): Check existence of start-itimer rather than XEmacs.
21083 Use an idle timer.
21084 (savehist-process-for-saving): Replace use of CL funs `subseq' and
21085 `delete-if-not'.
21086
21087 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
21088
21089 * savehist.el: Newer version.
21090 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
21091 (savehist-last-checksum, savehist-no-conversion): New vars.
21092 (savehist-autosave, savehist-process-for-saving, savehist-printable):
21093 New functions.
21094 (savehist-load, savehist-save): Use them.
21095 (savehist-delimit): Remove.
21096
21097 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
21098
21099 * progmodes/compile.el (compilation-goto-locus): Display the
21100 compilation buffer first and the source buffer second, in case they're
21101 in overlapping frames. Don't raise the compilation frame if it was the
21102 selected window upon entry. Pass the `other-window' arg to
21103 pop-to-buffer.
21104
21105 * info.el (Info-fontify-node): Use dolist.
21106 Change add-text-properties to put-text-property.
21107
21108 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21109
21110 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
21111 bound of search.
21112
21113 2005-10-16 Masatake YAMATO <jet@gyve.org>
21114
21115 * dabbrev.el (dabbrev-completion): Pass the common
21116 prefix substring of completion to `display-completion-list'.
21117
21118 * filecache.el (file-cache-minibuffer-complete)
21119 (file-cache-complete): Ditto.
21120
21121 * tempo.el (tempo-display-completions): Ditto.
21122
21123 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
21124
21125 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
21126
21127 * eshell/em-hist.el (eshell-list-history): Ditto.
21128
21129 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
21130
21131 * mail/mailalias.el (mail-complete): Ditto.
21132
21133 * progmodes/etags.el (complete-tag): Ditto.
21134
21135 * progmodes/make-mode.el (makefile-complete): Ditto.
21136
21137 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
21138
21139 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
21140
21141 * progmodes/pascal.el (pascal-complete-word)
21142 (pascal-show-completions): Ditto.
21143
21144 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
21145
21146 * simple.el (completion-common-substring): New variable.
21147 (completion-setup-function): Use `completion-common-substring'
21148 to put faces.
21149
21150 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21151
21152 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
21153 (x-get-selection, mac-select-convert-to-string): Convert from/to
21154 UTF-16 clipboard data as in native byte order, no BOM.
21155
21156 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
21157
21158 * progmodes/gud.el (gud-tool-bar-map): Rename the images
21159 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
21160 (gud-sentinel): Use speedbar-frame to check for speedbar.
21161
21162 2005-10-15 Richard M. Stallman <rms@gnu.org>
21163
21164 * savehist.el: New file.
21165
21166 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
21167
21168 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
21169 Fix bug in \bf fontification.
21170
21171 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
21172
21173 * pcvs.el (cvs-edit-log-files): New var.
21174 (cvs-mode-edit-log): New arg `file'.
21175 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
21176 Instead force the use of the original file and nothing else.
21177 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
21178 the cvs-minor-wrap-function is set.
21179 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
21180
21181 2005-10-14 Bill Wohler <wohler@newt.com>
21182
21183 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
21184 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
21185 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
21186 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
21187 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
21188 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
21189 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
21190 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
21191 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
21192 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
21193 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
21194 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
21195 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
21196 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
21197 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
21198
21199 * progmodes/gud.el (gud-tool-bar-map): Rename the images
21200 appropriately (for example, gud-break to gud/break).
21201
21202 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
21203
21204 * longlines.el (longlinges-search-function)
21205 (longlines-search-forward, longlines-search-backward): New functions.
21206 (longlines-mode): Set isearch-search-fun-function to
21207 longlinges-search-function.
21208
21209 * mouse.el (mouse-drag-region-1): Handle the case where a
21210 double-click event is bound to an arbitrary function.
21211
21212 2005-10-14 David Ponce <david@dponce.com>
21213
21214 * recentf.el (recentf-track-opened-file)
21215 (recentf-track-closed-file, recentf-update-menu)
21216 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
21217 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
21218 mouse-1-click-follows-link.
21219
21220 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21221
21222 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
21223 Gnome file-manager.png. Suggested by
21224 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
21225
21226 * toolbar/README: Add diropen.xpm.
21227
21228 2005-10-13 Bill Wohler <wohler@newt.com>
21229
21230 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
21231 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
21232
21233 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
21234
21235 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
21236 Don't waste the byte-compiler's time on constant data.
21237
21238 2005-10-13 Kenichi Handa <handa@m17n.org>
21239
21240 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
21241 byte with `escape-glyph' face.
21242
21243 * international/fontset.el (ccl-encode-unicode-font):
21244 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
21245 Handle the case that ucs-mule-to-mule-unicode translates a character to
21246 ASCII (usually for IPA characters).
21247
21248 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
21249
21250 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
21251 Don't hide the underline of titles if font-lock-mode is disabled.
21252
21253 2005-10-12 Bill Wohler <wohler@newt.com>
21254
21255 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
21256 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
21257 files in MH-E-SRC have been updated.
21258 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
21259
21260 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
21261
21262 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
21263 (mixal-mode-syntax-table): Add \n as end-comment.
21264 (mixal-operation-codes-alist): Immediately initialize to full value.
21265 (mixal-add-operation-code): Remove.
21266 (mixal-describe-operation-code): Make the arg non-optional.
21267 Use the interactive spec instead.
21268 Use mixal-operation-codes-alist rather than mixal-operation-codes.
21269 (mixal-font-lock-keywords): Don't highlight comments here any more.
21270 (mixal-font-lock-syntactic-keywords): New var.
21271 (mixal-mode): Use it. Fix comment-start-skip.
21272
21273 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21274
21275 * startup.el (command-line-x-option-alist): -nb => -nbi.
21276
21277 2005-10-12 Kim F. Storm <storm@cua.dk>
21278
21279 * startup.el (fancy-splash-default-action): Discard mouse click in
21280 the splash screen window, as it has no sensible meaning in the
21281 next window to be selected. Fixes error reported by Jan D.
21282
21283 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
21284
21285 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
21286
21287 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
21288
21289 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
21290 Try to fix up minor layout issues like indentation, line break, etc...
21291 (mixal-mode-syntax-table): Don't try to specify comment syntax,
21292 because it doesn't work.
21293 (mixal-operation-codes): Add some more codes.
21294 (mixal-font-lock-keywords): Process comments here.
21295 (mixal-mode): mixasm no longer needs -g option.
21296
21297 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
21298
21299 * progmodes/sh-script.el (sh-tmp-file):
21300 Use mktemp -t. Finish support for es and rc shells.
21301
21302 2005-10-11 Jay Belanger <belanger@truman.edu>
21303
21304 * calc/calcalg2.el (calc-integral): With an argument, compute the
21305 definite integral.
21306
21307 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
21308
21309 * mouse.el (mouse-drag-region-1): Don't try to catch a
21310 double-click when doing follow-link (it's overridden anyway).
21311
21312 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
21313
21314 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
21315 (autoload-print-form-outbuf): Add docstring.
21316
21317 2005-10-11 Juri Linkov <juri@jurta.org>
21318
21319 * info.el (Info-mode-menu): Delete menu item "Edit".
21320 (Info-mode): Delete description of Info-edit from docstring,
21321 and rearrange descriptions of Info commands in the order
21322 they are documented in the Info manual.
21323
21324 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
21325
21326 * calendar/appt.el (appt-check): Use diary-selective-display var.
21327
21328 2005-10-10 Richard M. Stallman <rms@gnu.org>
21329
21330 * net/newsticker.el (newsticker-start, newsticker-show-news):
21331 Add autoload cookies.
21332
21333 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
21334
21335 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
21336
21337 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
21338
21339 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
21340
21341 2005-10-10 Jay Belanger <belanger@truman.edu>
21342
21343 * calc/calc-arith.el (math-check-known-scalarp)
21344 (math-check-known-matrixp): Check the values of arguments that are
21345 variables.
21346 (math-check-known-square-matrixp): New function.
21347 (math-known-square-matrixp): Use math-check-known-square-matrixp.
21348 (math-super-types): Add sqmatrix type.
21349
21350 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
21351 mode name `square' to `sqmatrix'.
21352
21353 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
21354 mode name `square' to `sqmatrix'.
21355
21356 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
21357
21358 * progmodes/etags.el (select-tags-table-mode): Don't use
21359 selective-display.
21360 (tags-select-tags-table): Pass `button' to the action function.
21361 (select-tags-table): Place the side-info on button properties rather
21362 than in hidden text. Abbreviate file names.
21363 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
21364 (select-tags-table-select): Add `button' argument.
21365 Get side-info from the button property rather than from hidden text.
21366
21367 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
21368
21369 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
21370 (gud-speedbar-buttons): Preserve point if possible.
21371 (gud-sentinel): Restore previous speedbar display type.
21372
21373 * progmodes/gdb-ui.el (gdba): Improve diagram.
21374 (def-gdb-auto-update-handler, gdb-info-locals-handler)
21375 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
21376 Call get-buffer-window once.
21377
21378 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
21379
21380 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
21381 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
21382 (pascal-indent-command): Remove unused var `ind'.
21383 (pascal-indent-case): Remove unused var `oldpos'.
21384 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
21385 since it's now used as a proper minor mode map.
21386 (pascal-outline): Rename to pascal-outline-mode.
21387 (pascal-outline-mode): Use define-minor-mode.
21388 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
21389 selective-display.
21390
21391 2005-10-10 Andreas Schwab <schwab@suse.de>
21392
21393 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
21394 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
21395
21396 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
21397 outside source directory.
21398
21399 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
21400
21401 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
21402 C-x' as a prefix.
21403 (orgtbl-mode-map): Full keymap instead of sparse, because all
21404 `self-insert-command' keys are redefined in this map.
21405 (org-export-as-html): Specify charset for HTML file, by taking it
21406 from the coding system.
21407
21408 2005-10-10 Kenichi Handa <handa@m17n.org>
21409
21410 * textmodes/flyspell.el (flyspell-check-word-p):
21411 If unread-command-events is non-empty, don't call sit-for.
21412
21413 2005-10-09 Richard M. Stallman <rms@gnu.org>
21414
21415 * font-lock.el (font-lock-syntactic-keywords)
21416 (font-lock-keywords): Doc fixes.
21417
21418 * textmodes/flyspell.el (flyspell-external-point-words):
21419 Simplify logic, and don't try to check for consecutive appearances
21420 of one incorrect word.
21421
21422 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
21423
21424 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
21425 separator.
21426
21427 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
21428 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
21429 (gud-expansion-speedbar-buttons): New function.
21430 (gud-speedbar-buttons): Check for gud-comint-buffer.
21431
21432 2005-10-09 Bill Wohler <wohler@newt.com>
21433
21434 * Makefile.in (updates): Add mh-loaddefs dependency.
21435
21436 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
21437
21438 * speedbar.el (speedbar-file-key-map): Fix typo.
21439
21440 2005-10-09 Daniel Brockman <daniel@brockman.se>
21441
21442 * cus-start.el (line-spacing): Add custom spec.
21443
21444 2005-10-09 Romain Francoise <romain@orebokech.com>
21445
21446 * textmodes/ispell.el (ispell-check-version): Fix last change.
21447
21448 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21449
21450 * term/x-win.el: Remove -i, --icon-type from comment.
21451
21452 * startup.el (command-line-x-option-alist): Remove options -i,
21453 -itype, --icon-type, added -nb, --no-bitmap-icon.
21454
21455 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
21456
21457 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
21458 instead of :active.
21459
21460 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
21461
21462 * textmodes/ispell.el (ispell-check-version):
21463 Ignore hyphen, and all that follows, in aspell's version text.
21464
21465 2005-10-08 Jay Belanger <belanger@truman.edu>
21466
21467 * calc/calc-arith.el (math-known-square-matrixp): New function.
21468 (math-pow-fancy): Check for matrices before distributing exponent
21469 across products.
21470
21471 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
21472 fullscreen keypad. Suggested by Luc Teirlinck.
21473 (calc-keypad-show-input): Add space for formatting.
21474
21475 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
21476 Add square matrix option.
21477
21478 * calc/calc-poly.el (math-expand-term): Check for matrices instead
21479 of checking calc-matrix-mode when deciding how to expand.
21480
21481 * calc/calc.el (calc-set-mode-line): Add square matrix option.
21482
21483 2005-10-08 Lars Hansen <larsh@soem.dk>
21484
21485 * net/tramp.el (tramp-perl-directory-files-and-attributes):
21486 Add error handling.
21487 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
21488
21489 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
21490
21491 Sync with Tramp 2.0.51.
21492
21493 * net/tramp.el (tramp-handle-set-visited-file-modtime)
21494 (tramp-handle-insert-file-contents, tramp-handle-write-region):
21495 Insert special handling for `last-coding-system-used', again
21496 it still seems to be necessary (unlike stated before).
21497 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
21498 (tramp-password-prompt-regexp): There might be other words before
21499 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
21500 (tramp-chunksize): Improve docstring.
21501 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
21502 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
21503 Christian Joergensen <bugs@razor.dk>.
21504
21505 2005-10-07 Glenn Morris <rgm@gnu.org>
21506
21507 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
21508 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
21509 precision'.
21510
21511 2005-10-07 Romain Francoise <romain@orebokech.com>
21512
21513 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
21514 (ibuffer-do-shell-command-pipe-replace)
21515 (ibuffer-do-shell-command-file, ibuffer-do-eval)
21516 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
21517 (ibuffer-do-revert, ibuffer-do-replace-regexp)
21518 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
21519 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
21520 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
21521 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
21522 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
21523 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
21524 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
21525 Autoload file sans suffix.
21526
21527 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
21528
21529 2005-10-07 David Ponce <david@dponce.com>
21530
21531 * recentf.el (recentf-menu-open-all-flag): New option.
21532 (recentf-digit-shortcut-command-name): New function.
21533 (recentf--shortcuts-keymap): New variable.
21534 (recentf-menu-shortcuts): New variable.
21535 (recentf-make-menu-items): Initialize it. Replace the "More..."
21536 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
21537 (recentf-menu-value-shortcut): New function.
21538 (recentf-make-menu-item): Use it. No more in-lined.
21539 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
21540 (recentf-open-most-recent-file): Rename from
21541 `recentf-open-file-with-key'. Don't depend on key binding.
21542 (recentf-mode-map): New variable.
21543 (recentf-mode): Use it.
21544
21545 2005-10-06 Bill Wohler <wohler@newt.com>
21546
21547 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
21548
21549 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
21550 (MH-E-SRC): New. Used by mh-autoloads.
21551 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
21552 files in MH-E-SRC have been updated.
21553 (compile, recompile, bootstrap): Depend on mh-autoloads.
21554
21555 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
21556
21557 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
21558 gud-break and gud-remove icons when the fringe is not available.
21559
21560 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
21561 Typo.
21562
21563 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
21564
21565 * play/zone.el (zone): Wrap body with save-window-excursion.
21566
21567 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
21568
21569 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
21570 Use the new `list-only' arg to diary-list-entries.
21571
21572 * calendar/diary-lib.el: Use overlays rather than selective-display.
21573 (diary-selective-display): New var.
21574 (diary-header-line-format): Use it.
21575 (diary-list-entries): Add argument `list-only'.
21576 Put the buffer in diary-mode. Don't add \^M at beg and end.
21577 Replace \^M by invisible overlays.
21578 (diary-unhide-everything): Replace \^M by invisible overlays.
21579 (print-diary-entries): Look for overlays rather than \^M.
21580 Add a space to the temp buffer name.
21581 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
21582 Put the buffer in diary-mode.
21583 (list-sexp-diary-entries): Replace \^M by invisible overlays.
21584 (diary-anniversary): Make the year arg optional.
21585 (diary-time-regexp): New const.
21586 (diary-font-lock-keywords): Use it to accept a few more time formats.
21587
21588 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
21589
21590 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
21591
21592 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
21593 Fix bug introduced 2005-07-03: Use (car (last ...))
21594 to faithfully reproduce replaced artist-last.
21595 (artist-set-arrow-points-for-poly): Likewise.
21596 Suggested by Johan Bockg\e,Ae\e(Brd.
21597
21598 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
21599
21600 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
21601 * wid-edit.el (widget):
21602 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
21603 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
21604
21605 2005-10-06 Kenichi Handa <handa@m17n.org>
21606
21607 * international/mule-cmds.el (set-language-environment):
21608 Fix setting up of case-table for unibyte mode.
21609
21610 * simple.el (what-cursor-position): If the character is displayed
21611 by some `display' text property, show that. Don't use
21612 single-key-description for eight-bit characters in multibyte mode.
21613
21614 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
21615
21616 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
21617 (gdb-ann3): Set it.
21618 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
21619 (gdb-info-frames-custom): Use inverse-video for first five
21620 characters of selected frame only.
21621 (gdb-get-frame-number): Select frame even when point is on frame
21622 number.
21623
21624 2005-10-06 Masatake YAMATO <jet@gyve.org>
21625
21626 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
21627 Put `font-lock-function-name-face'.
21628 (gdb-info-frames-custom): Put `font-lock-function-name-face'
21629 and `font-lock-variable-name-face'
21630 (gdb-registers-font-lock-keywords): New font lock keywords definition.
21631 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
21632 (gdb-memory-font-lock-keywords): New font lock keywords definition.
21633 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
21634 (gdb-local-font-lock-keywords): New font lock keywords definition.
21635 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
21636 (gdb-threads-font-lock-keywords): New font lock keywords definition.
21637 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
21638
21639 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
21640
21641 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
21642 (ediff-merge-region-is-non-clash-to-skip): Previously called
21643 ediff-merge-region-is-non-clash.
21644
21645 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
21646 Use insert-buffer-substring.
21647
21648 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
21649 selecting files to patch. Also bug fixes.
21650
21651 * ediff-util.el (ediff-setup): Bug fix.
21652 (ediff-next-difference): Never skip clashes that differ in white
21653 space only.
21654
21655 * ediff-wind.el (ediff-setup-control-frame)
21656 (ediff-destroy-control-frame): Check the menubar feature.
21657
21658 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
21659 (viper-refresh-mode-line): Use make-local-variable to localize
21660 some vars instead of make-variable-buffer-local. Suggested by
21661 Stefan Monnier.
21662
21663 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
21664 (viper-restore-cursor-type, viper-set-insert-cursor-type):
21665 Use make-local-variable instead of make-variable-buffer-local.
21666 Suggested by Stefan Monnier.
21667
21668 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
21669 (viper-comint-mode-hook): Use make-local-variable on
21670 require-final-newline.
21671 (viper-non-hook-settings): Don't use make-variable-buffer-local.
21672
21673 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
21674
21675 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
21676 also the second char of a comment-start sequence.
21677 (scheme-sexp-comment-syntax-table): New var.
21678 (lambda, define): Set their scheme-doc-string-elt property.
21679 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
21680 Use lisp-font-lock-syntactic-face-function now that it properly
21681 handles |...| symbols.
21682 (scheme-mode-variables): Set lisp-doc-string-elt-property,
21683 parse-sexp-lookup-properties and font-lock-extra-managed-props.
21684
21685 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
21686 bit from # to |.
21687 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
21688
21689 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
21690 (lisp-doc-string-elt-property): New var.
21691 (lisp-font-lock-syntactic-face-function): Use it.
21692 Rewrite to recognize docstrings even for forms not at toplevel.
21693
21694 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
21695 annotation on the | part of #| rather than on the # part.
21696 (scheme-font-lock-syntactic-face-function): New function, to
21697 distinguish strings from |...| symbols.
21698 (scheme-mode-variables): Use it. Also fix up the font-lock-time
21699 syntax-table so that #|...|# is properly highlighted.
21700
21701 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
21702 Don't mark as docstring the 3rd elem of an unknown toplevel form.
21703
21704 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
21705
21706 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
21707 and C-e.
21708
21709 * emacs-lisp/eldoc.el: Move comments into docstrings.
21710 (eldoc-message-commands): Initialize in its declaration.
21711 Add move-beginning-of-line and move-end-of-line.
21712 (eldoc-add-command, eldoc-add-command-completions)
21713 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
21714
21715 * outline.el (outline-mark-subtree): Activate the mark.
21716
21717 * calendar/appt.el (appt-time-regexp): New var.
21718 (appt-add, appt-make-list): Use it.
21719 (appt-convert-time): Clean up.
21720
21721 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
21722 Don't set any syntax-table property here.
21723 (tex-font-lock-verb): New function. Do it here.
21724 (tex-font-lock-syntactic-keywords): Use it.
21725
21726 2005-10-04 Richard M. Stallman <rms@gnu.org>
21727
21728 * wid-edit.el (widget-file-complete): Get the widget start point
21729 the right way. Default directory to `/' if file has none.
21730
21731 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
21732
21733 * textmodes/flyspell.el (flyspell-mode-on):
21734 Call ispell-maybe-find-aspell-dictionaries.
21735
21736 * textmodes/ispell.el (ispell-word, ispell-region):
21737 Call ispell-maybe-find-aspell-dictionaries.
21738 (ispell-accept-buffer-local-defs):
21739 Don't call ispell-maybe-find-aspell-dictionaries.
21740
21741 2005-10-04 Richard M. Stallman <rms@gnu.org>
21742
21743 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
21744
21745 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
21746
21747 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
21748 instead of `fboundp' in order to allow for anonymous functions.
21749
21750 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
21751
21752 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
21753 case the user clicks on the link while another window is selected.
21754 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
21755
21756 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
21757 functionality.
21758 (dframe-help-echo): Save point in case mouse tracking is off.
21759
21760 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
21761
21762 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
21763
21764 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
21765
21766 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
21767 not change the global value of those vars.
21768
21769 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
21770 make-local-variable which we do not need any more.
21771
21772 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
21773
21774 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
21775 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
21776 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
21777 (speedbar-path-line): Define obsolete aliases.
21778 (speedbar-line-directory): Doc fix.
21779
21780 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
21781 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
21782 instead of speedbar-line-path.
21783
21784 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21785
21786 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
21787 to nil if dropping on a window. Handle dropping on a minibuffer window
21788 like dropping on a non-window part of Emacs.
21789
21790 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
21791
21792 * net/ange-ftp.el: Use with-current-buffer.
21793 (ange-ftp-insert-directory): Do not follow symlinks any more.
21794
21795 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
21796 Remove interactive spec.
21797
21798 2005-10-03 Kim F. Storm <storm@cua.dk>
21799
21800 * ido.el (ido-mode): Use custom-initialize-set.
21801
21802 2005-10-02 Richard M. Stallman <rms@gnu.org>
21803
21804 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
21805 Use insert-buffer-substring.
21806
21807 * net/tramp.el: Pacify byte compiler warnings in pacification code.
21808 (tramp-handle-file-local-copy): Use insert-buffer-substring.
21809
21810 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
21811
21812 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
21813 in last change.
21814 (ange-ftp-insert-directory): Fix up the search for the case where
21815 `file' is absolute.
21816
21817 2005-10-02 Romain Francoise <romain@orebokech.com>
21818
21819 * progmodes/compile.el (compile-goto-error): Delete extra paren.
21820
21821 2005-10-02 Andreas Schwab <schwab@suse.de>
21822
21823 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
21824 directory component in the session info.
21825
21826 2005-10-01 Richard M. Stallman <rms@gnu.org>
21827
21828 * comint.el (comint-redirect-subvert-readonly): Doc fix.
21829
21830 * simple.el (next-error-internal): New function.
21831
21832 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
21833 (compilation-start): Pass new arg to compilation-buffer-name.
21834 (compile-goto-error): Use next-error-internal.
21835
21836 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
21837
21838 * speedbar.el: Remove RCS tag.
21839 (speedbar-check-read-only): Handle non-existent files.
21840
21841 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
21842
21843 * info.el (Info-speedbar-hierarchy-buttons)
21844 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
21845
21846 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21847
21848 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
21849 Do not match newline.
21850 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
21851 (bibtex-summary): Remove unnecessary save-excursion.
21852 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
21853
21854 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21855
21856 * term/mac-win.el: Add charset info for "iso10646-1".
21857 Modify default fontset to use ATSUI-compatible fonts for some charsets
21858 if available.
21859
21860 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
21861
21862 * speedbar.el: Re-apply arch tag.
21863 (speedbar-version): Rename to version 1.0. Suggested by Eric
21864 M. Ludlam.
21865 Reapply two changes from Emacs CVS' version of speedbar lost
21866 during the merge:
21867 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
21868 (speedbar-frame-parameters): Improve customize type.
21869
21870 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
21871
21872 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
21873 (ange-ftp-file-directory-p): Fix the symlink case.
21874 (ange-ftp-insert-directory): When listing a single file, get a list of
21875 the parent buffer and extract the relevant line. Inspired from a patch
21876 by Katsumi Yamaoka <yamaoka@jpl.org>.
21877 (ange-ftp-file-name-sans-versions): Simplify.
21878
21879 2005-09-30 Bill Wohler <wohler@newt.com>
21880
21881 Move MH-E image files from toolbar and mail directories into
21882 etc/images.
21883
21884 * mail/reply2.*: Move to etc/images/mail/reply*.
21885
21886 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
21887 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
21888 etc/images.
21889
21890 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
21891 * toolbar/reply*: Move to etc/images/mail.
21892
21893 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
21894
21895 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
21896
21897 * speedbar.el: New version 1.0pre3.
21898
21899 Frame management code (including timer, and mouse click specifics)
21900 moved to dframe.el:
21901 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
21902 (speedbar-timer): Removed. Use dframe-timer.
21903 (speedbar-close-frame): Removed. Use dframe-close-frame.
21904 (speedbar-activity-change-focus-flag): Removed. Use
21905 dframe-activity-change-focus-flag.
21906 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
21907 dframe-update-speed.
21908
21909 (speedbar-current-frame): New macro. Use this instead of the
21910 variable speedbar-frame.
21911
21912 (speedbar-use-images, speedbar-expand-image-button-alist)
21913 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
21914
21915 (speedbar-find-image-on-load-path): Removed. Replaced by
21916 defezimage in ezimage.el.
21917 (speedbar-expand-image-button-alist): Removed. Replaced by
21918 ezimage-expand-image-button-alist in ezimage.el.
21919
21920 (speedbar-ignored-directory-regexp)
21921 (speedbar-add-ignored-directory-regexp)
21922 (speedbar-ignored-directory-expressions)
21923 (speedbar-line-directory, speedbar-buffers-line-directory)
21924 (speedbar-directory-line, speedbar-buffers-line-directory):
21925 Renamed, replacing `path' with `directory'.
21926
21927 (speedbar-create-directory, speedbar-expand-line-descendants)
21928 (speedbar-toggle-line-expansion)
21929 (speedbar-contract-line-descendants): New commands.
21930
21931 (speedbar-query-confirmation-method, speedbar-select-frame-method)
21932 (speedbar-use-tool-tips-flag): New options.
21933
21934 (speedbar-check-read-only, speedbar-require-version)
21935 (speedbar-insert-separator, speedbar-buffers-tail-notes)
21936 (speedbar-handle-delete-frame, speedbar-try-completion)
21937 (speedbar-update-localized-contents): New functions.
21938
21939 (speedbar-incompatible-version, speedbar-ro-to-do-point)
21940 (speedbar-object-read-only-indicator): New variables.
21941
21942 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
21943 New hooks.
21944
21945 (speedbar-separator-face): New face.
21946
21947 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
21948 (speedbar-ignored-modes): Add fundamental-mode.
21949 (speedbar-directory-unshown-regexp): Add . directories.
21950
21951 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
21952 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
21953 `]' for full expand/close.
21954 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
21955
21956 (speedbar-check-vc): Support hidden files.
21957 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
21958 (speedbar-this-file-in-vc): Use vc-state if available. If VC
21959 state is nil, it is not checked out.
21960
21961 (speedbar-line-text, speedbar-line-token): Support expand buttons
21962 with no text.
21963 (speedbar-refresh): Universal argument acts as power-click.
21964 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
21965 that buffer to get variable values.
21966
21967 And many other bugfixes.
21968
21969 * dframe.el, ezimage.el, sb-image.el: New files.
21970
21971 * sb-*.xpm: Remove files. New image files installed into
21972 etc/images/ezimage.
21973
21974 2005-09-30 Kenichi Handa <handa@m17n.org>
21975
21976 * ps-mule.el (ps-mule-show-warning): If a character is in
21977 ps-print-translation-table, don't treat it as non-printable.
21978
21979 2005-09-30 David Ponce <david@dponce.com>
21980
21981 * tree-widget.el (tree-widget-themes-load-path): New variable.
21982 (tree-widget-themes-directory): Doc fix.
21983 (tree-widget-image-formats) [Emacs]: Doc fix.
21984 (tree-widget--locate-sub-directory): New function.
21985 (tree-widget-themes-directory): Use it.
21986
21987 * recentf.el (recentf-filename-handlers): Rename from
21988 `recentf-filename-handler'. Allow a list of functions.
21989 (recentf-menu-items-for-commands): Fix :help strings.
21990 (recentf-apply-filename-handlers): New function.
21991 (recentf-expand-file-name): Use it.
21992 (recentf-cleanup): Remove duplicates too.
21993
21994 2005-09-29 Juri Linkov <juri@jurta.org>
21995
21996 * faces.el: Rearrange face definitions to be in the same order as
21997 their face descriptions in "(emacs)Standard Faces".
21998
21999 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
22000
22001 * tooltip.el (tooltip): Add group `basic-faces'.
22002
22003 * buff-menu.el (Buffer-menu-buffer): Remove group
22004 `font-lock-highlighting-faces'.
22005
22006 * progmodes/compile.el (compilation-error, compilation-warning)
22007 (compilation-info, compilation-line-number, compilation-column-number):
22008 Change group from `font-lock-highlighting-faces' to `compilation'.
22009
22010 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22011 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
22012 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
22013 (vhdl-font-lock-reserved-words-face)
22014 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
22015 `font-lock-highlighting-faces'.
22016
22017 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
22018
22019 2005-09-28 Kim F. Storm <storm@cua.dk>
22020
22021 * emulation/cua-base.el: Set CUA move property on additional commands:
22022 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
22023 forward-sexp, backward-sexp, forward-list, backward-list.
22024
22025 2005-09-28 Romain Francoise <romain@orebokech.com>
22026
22027 * comint.el (comint-show-output): Really set point at the
22028 beginning of the output when not using `comint-use-prompt-regexp'.
22029
22030 2005-09-27 Jay Belanger <belanger@truman.edu>
22031
22032 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
22033 in TeX mode.
22034
22035 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
22036
22037 * textmodes/org.el (org-table-sum): Fix format string.
22038
22039 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
22040 Quote face names.
22041
22042 2005-09-26 Romain Francoise <romain@orebokech.com>
22043
22044 * isearch.el (isearch-forward-regexp): Close doc string.
22045
22046 2005-09-25 Richard M. Stallman <rms@gnu.org>
22047
22048 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
22049
22050 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
22051
22052 * progmodes/compile.el (compilation-error-properties):
22053 When getting the file from the previous error message,
22054 correctly decode the new data format.
22055
22056 * progmodes/cc-cmds.el (c-electric-paren):
22057 Call old-blink-paren only for close-paren.
22058
22059 2005-09-24 Andreas Schwab <schwab@suse.de>
22060
22061 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
22062 condition.
22063
22064 2005-09-25 Romain Francoise <romain@orebokech.com>
22065
22066 * dired-aux.el (dired-copy-file-recursive):
22067 * dired.el (dired-delete-file):
22068 * ediff-mult.el (ediff-dir-diff-copy-file):
22069 * ediff-util.el (ediff-test-save-region):
22070 * forms.el (forms-mode):
22071 * ido.el (ido-file-internal, ido-delete-file-at-head):
22072 * log-edit.el (log-edit-done):
22073 * ses.el (ses-yank-resize):
22074 * play/gomoku.el (gomoku-human-plays, gomoku)
22075 (gomoku-human-resigns, gomoku-prompt-for-other-game)
22076 (gomoku-offer-a-draw):
22077 * play/landmark.el (lm-human-resigns, lm):
22078 * net/eudcb-ldap.el (eudc-ldap-check-base):
22079 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
22080 * progmodes/ebrowse.el (ebrowse-find-pattern):
22081 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
22082 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
22083 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
22084
22085 * vc.el (vc-delete-file):
22086 * play/gomoku.el (gomoku-terminate-game, gomoku)
22087 (gomoku-prompt-for-move, gomoku-human-takes-back):
22088 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
22089 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
22090
22091 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
22092
22093 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
22094 color rxvt terminals by using the code xterm.el used to use before
22095 2005-04-09 in order to match the colors used by rxvt.
22096
22097 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
22098
22099 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
22100 colors rxvt-unicode terminals by using the same code as xterm.el.
22101
22102 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
22103
22104 * textmodes/tex-mode.el (tex-font-lock-append-prop)
22105 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
22106 new symbol used for the tex-verbatim face.
22107
22108 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
22109
22110 * woman.el (woman-file-name):
22111 * wid-edit.el (widget-file-prompt-value)
22112 (widget-coding-system-prompt-value):
22113 * w32-fns.el (set-w32-system-coding-system):
22114 * vc.el (vc-version-diff, vc-annotate):
22115 * textmodes/reftex-auc.el (reftex-arg-cite)
22116 (reftex-arg-index-tag):
22117 * textmodes/refer.el (refer-get-bib-files):
22118 * textmodes/artist.el (artist-figlet-choose-font):
22119 * terminal.el (terminal-emulator):
22120 * replace.el (occur-read-primary-args):
22121 * rect.el (string-rectangle, string-insert-rectangle):
22122 * ps-print.el (ps-print-preprint):
22123 * progmodes/pascal.el (pascal-goto-defun):
22124 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
22125 * progmodes/compile.el (compilation-find-file):
22126 * printing.el (pr-interactive-n-up):
22127 * play/animate.el (animate-birthday-present):
22128 * net/rcompile.el (remote-compile):
22129 * man.el (man, Man-goto-section, Man-follow-manual-reference):
22130 * mail/rmailsum.el (rmail-summary-search-backward)
22131 (rmail-summary-search):
22132 * mail/rmailout.el (rmail-output-read-rmail-file-name)
22133 (rmail-output-read-file-name):
22134 * mail/rmail.el (rmail-search, rmail-search-backwards):
22135 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
22136 * locate.el (locate):
22137 * international/quail.el (quail-show-keyboard-layout):
22138 * international/mule.el (set-buffer-file-coding-system)
22139 (revert-buffer-with-coding-system, set-file-name-coding-system)
22140 (set-terminal-coding-system, set-keyboard-coding-system)
22141 (set-next-selection-coding-system):
22142 * international/mule-diag.el (describe-coding-system)
22143 (describe-font, describe-fontset):
22144 * international/mule-cmds.el (universal-coding-system-argument)
22145 (search-unencodable-char, describe-input-method)
22146 (set-language-environment, describe-language-environment):
22147 * international/codepage.el (codepage-setup):
22148 * international/code-pages.el (codepage-setup):
22149 * info.el (Info-search, Info-follow-reference)
22150 (Info-search-backward):
22151 * emacs-lisp/advice.el (ad-read-advised-function)
22152 (ad-read-advice-class, ad-clear-cache, ad-activate)
22153 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
22154 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
22155 (ad-read-regexp):
22156 * ediff-util.el (ediff-toggle-regexp-match):
22157 * ediff-ptch.el (ediff-prompt-for-patch-file):
22158 * dired-aux.el (dired-diff):
22159 * diff.el (diff):
22160 * cus-edit.el (custom-variable-prompt):
22161 * calendar/timeclock.el (timeclock-ask-for-project):
22162 * calc/calcalg3.el (calc-get-fit-variables):
22163 * calc/calc-store.el (calc-edit-variable)
22164 (calc-permanent-variable):
22165 * vc-mcvs.el (vc-mcvs-register):
22166 * shadowfile.el (shadow-define-literal-group):
22167 * woman.el (woman-file-name):
22168 * vc.el (vc-version-diff, vc-merge):
22169 * textmodes/reftex-index.el (reftex-index-complete-tag):
22170 * format.el (format-decode-buffer, format-decode-region):
22171 * emulation/viper-cmd.el (viper-read-string-with-history):
22172 * emacs-lisp/debug.el (cancel-debug-on-entry):
22173 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
22174 * ediff.el (ediff-merge-revisions)
22175 (ediff-merge-revisions-with-ancestor, ediff-revision):
22176 * completion.el (interactive-completion-string-reader):
22177 * calc/calc-prog.el (calc-user-define-formula):
22178 Follow convention for reading with the minibuffer.
22179
22180 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
22181
22182 * progmodes/python.el (python-describe-symbol): Add globals() and
22183 locals() to the arguments of emacs.ehelp.
22184
22185 2005-09-24 Magnus Henoch <mange@freemail.hu>
22186
22187 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
22188 New function, code extracted from ispell-valid-dictionary-list.
22189 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
22190 Call it.
22191
22192 2005-09-24 Eli Zaretskii <eliz@gnu.org>
22193
22194 * subr.el (version-regexp-alist): Extend valid syntax for version
22195 strings: allow any of the characters -,_,+ to separate the
22196 alpha/beta/rc part from the version part. Doc fix.
22197 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
22198
22199 2005-09-23 David Reitter <david.reitter@gmail.com>
22200
22201 * mail/mailclient.el: New file.
22202
22203 2005-09-23 Richard M. Stallman <rms@gnu.org>
22204
22205 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
22206 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
22207 Doc fixes.
22208
22209 * progmodes/cc-mode.el (c-font-lock-init):
22210 Specify font-lock-lines-before.
22211
22212 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
22213
22214 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
22215 whole conflict.
22216
22217 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
22218
22219 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
22220 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
22221 of `remap' feature when available. Additional key bindings for
22222 better tty support.
22223 (org-mode-restart, org-force-self-insert): New commands.
22224 (org-time-stamp-inactive): New command.
22225 (org-remap): New function.
22226 (org-table-auto-blank-field, org-level-color-stars-only): New options.
22227 (org-enable-fixed-width-editor): Move to `org-structure'
22228 customization group.
22229 (org-self-insert-command, orgtbl-self-insert-command): Modify to
22230 blank field after field motion commands.
22231
22232 2005-09-23 Kenichi Handa <handa@m17n.org>
22233
22234 * international/mule-cmds.el (set-language-environment):
22235 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
22236 have to call utf-translate-cjk-load-tables.
22237
22238 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
22239
22240 * mouse.el (mouse-move-drag-overlay): Fix last change.
22241
22242 2005-09-22 David Ponce <david@dponce.com>
22243
22244 * tree-widget.el (tree-widget-value-create): Fix previous change.
22245
22246 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
22247
22248 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
22249
22250 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
22251
22252 * mouse.el (mouse-move-drag-overlay): New function.
22253 (mouse-drag-region-1): Use it.
22254 Try to simplify a bit the state handling. Handle clicks on links
22255 inside intangible areas.
22256 (mouse-save-then-kill): Minor simplification.
22257 (mouse-secondary-overlay): Make it always non-nil instead of
22258 recreating it each time.
22259 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
22260 (mouse-kill-secondary, mouse-secondary-save-then-kill):
22261 Simplify accordingly.
22262
22263 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
22264
22265 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
22266
22267 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
22268
22269 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
22270 (ediff-file-name-sans-prefix): Treat nil as an empty string.
22271 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
22272 to patch.
22273
22274 * ediff-util.el: Use insert-buffer-substring.
22275
22276 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
22277
22278 * emulation/viper-cmd.el (viper-change-state): Don't move over the
22279 field boundaries in the minibuffer.
22280 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
22281 (viper-minibuffer-post-command-hook): New hook.
22282 (viper-line): Don't move cursor at bolp.
22283
22284 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
22285
22286 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
22287 avoid compiler warnings.
22288
22289 * emulation/viper-macs.el (ex-map): Better messages.
22290
22291 * emulation/viper-utils.el (viper-beginning-of-field): New function.
22292
22293 * emulation/viper.el: Replace make-variable-buffer-local with
22294 viper-make-variable-buffer-local everywhere, to avoid warnings.
22295
22296 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
22297
22298 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
22299 Delete unused var `old-selected-window'.
22300 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
22301 (mouse-drag-secondary): Delete unused var `start-frame'.
22302
22303 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
22304
22305 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
22306
22307 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
22308
22309 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
22310 Re-indent within 80 columns. Use inhibit-read-only.
22311
22312 2005-09-19 Romain Francoise <romain@orebokech.com>
22313
22314 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
22315
22316 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
22317
22318 * font-lock.el (font-lock-default-fontify-region): Don't add a line
22319 unconditionally, since the after-change-function already did it.
22320
22321 2005-09-19 Miles Bader <miles@gnu.org>
22322
22323 * net/newsticker.el: Get rid of CVS keyword.
22324
22325 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
22326
22327 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
22328 The prompt is formatted later.
22329
22330 2005-09-19 David Ponce <david@dponce.com>
22331
22332 * tree-widget.el (tree-widget-value-create): Save the converted
22333 tree :node widget.
22334
22335 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
22336
22337 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
22338 variable `message'.
22339
22340 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
22341
22342 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
22343 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
22344 <slawomir.nowaczyk.847@student.lu.se>.
22345
22346 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
22347
22348 * image.el (image-load-path): Use symbol `data-directory' instead
22349 of its value, for backward compatibility with packages that bind
22350 it during `find-image'. Suggested by Katsumi Yamaoka.
22351 (image-search-load-path): Handle symbols whose values are strings.
22352
22353 2005-09-18 Romain Francoise <romain@orebokech.com>
22354
22355 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
22356 with-current-buffer form in save-excursion.
22357
22358 2005-09-18 Deepak Goel <deego@gnufans.org>
22359
22360 * apropos.el (apropos-command): Fix `message' call: first arg
22361 should be a format spec. In this and all other cases that appear
22362 below and elsewhere in the source code, I made a change only when
22363 two conditions were satisfied: [1] I can think of a possibility
22364 that the arguments would cause an error, for example, the code in
22365 question relies on external variables such as filenames. [2] I
22366 was sure that the arg to `message' could not have been nil in the code.
22367
22368 * textmodes/tildify.el (tildify-region): Ditto.
22369
22370 * textmodes/reftex-index.el (reftex-index-change-entry)
22371 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
22372 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
22373 * textmodes/org.el (org-complete, org-deadline, org-schedule)
22374 (org-priority, org-table-sum):
22375 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
22376 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
22377 (flyspell-word, flyspell-display-next-corrections):
22378 * textmodes/bibtex.el (bibtex-print-help-message):
22379 * textmodes/artist.el (artist-key-set-point-poly):
22380 * term/mac-win.el (mac-services-insert-text):
22381 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
22382 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
22383 (vhdl-port-paste-testbench, vhdl-compose-new-component)
22384 (vhdl-compose-configuration):
22385 * progmodes/sh-script.el (sh-blink, sh-show-indent)
22386 (sh-set-indent, sh-learn-line-indent):
22387 * progmodes/ps-mode.el (ps-mode-target-column):
22388 * progmodes/idlwave.el (idlwave-make-tags)
22389 (idlwave-scan-library-catalogs):
22390 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
22391 * progmodes/gud.el (gud-jdb-analyze-source):
22392 * progmodes/flymake.el (flymake-log):
22393 * progmodes/ebnf2ps.el (ebnf-generate-region):
22394 * progmodes/cmacexp.el (c-macro-expansion):
22395 * progmodes/ada-xref.el (ada-treat-cmd-string):
22396 * progmodes/ada-mode.el (ada-create-case-exception-substring)
22397 (ada-justified-indent-current, ada-batch-reformat):
22398 * play/zone.el (zone):
22399 * play/landmark.el (lm-move):
22400 * play/decipher.el (decipher-show-alphabet):
22401 * net/newsticker.el (newsticker--display-jump)
22402 (newsticker--display-scroll):
22403 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
22404 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
22405 * mail/feedmail.el (feedmail-dump-message-to-queue):
22406 * eshell/esh-proc.el (eshell-remove-process-entry):
22407 * emulation/ws-mode.el (ws-last-error):
22408 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
22409 (viper-record-kbd-macro):
22410 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
22411 * emacs-lisp/lisp-mnt.el (lm-report-bug):
22412 * emacs-lisp/find-func.el (find-function-noselect):
22413 * calendar/timeclock.el (timeclock-status-string)
22414 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
22415 (timeclock-when-to-leave-string):
22416 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
22417 * calc/calc-units.el (calc-enter-units-table):
22418 * calc/calc-mode.el (calc-mode-record-mode):
22419 * woman.el (woman-mini-help):
22420 * wdired.el (wdired-change-to-wdired-mode):
22421 * vc.el (vc-retrieve-snapshot):
22422 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
22423 * startup.el (display-startup-echo-area-message):
22424 * simple.el (set-goal-column):
22425 * ses.el (ses-command-hook, ses-recalculate-cell):
22426 * server.el (server-process-filter):
22427 * printing.el (pr-interface-txt-print, pr-interface-printify)
22428 (pr-interface-ps):
22429 * pcvs.el (cvs-help):
22430 * log-edit.el (log-edit, log-edit-mode-help):
22431 * iswitchb.el (iswitchb-possible-new-buffer):
22432 * isearch.el (isearch-edit-string):
22433 * image-mode.el (image-mode, image-minor-mode):
22434 * ibuf-macs.el (define-ibuffer-filter):
22435 * hi-lock.el (hi-lock-find-patterns):
22436 * files.el (toggle-read-only):
22437 * ediff-util.el (ediff-copy-diff)
22438 (ediff-write-merge-buffer-and-maybe-kill):
22439 * echistory.el (Electric-history-undefined):
22440 * dnd.el (dnd-insert-text):
22441 * dired-aux.el (dired-query):
22442 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
22443 * bookmark.el (bookmark-bmenu-locate):
22444 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
22445 Fix `message' calls to ensure first arg is a format string.
22446 The change was made only when these two conditions were satisfied:
22447 [1] when there is a possibility that the arguments would cause an error
22448 for example, if the code in question relies on external variables
22449 such as filenames, and
22450 [2] if the arg to `message' could not have been nil in the code.
22451
22452 * pcomplete.el (pcomplete--help): Fix `message' format spec.
22453 Not having a %s would be weird, though not technically wrong.
22454
22455 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22456
22457 * term/mac-win.el (mac-add-charset-info): Doc fix.
22458
22459 2005-09-17 Romain Francoise <romain@orebokech.com>
22460
22461 * shell.el (shell-resync-dirs): Handle echoing processes more
22462 reliably. Don't insert resync command if `comint-process-echoes'
22463 is non-nil.
22464
22465 2005-09-17 Magnus Henoch <mange@freemail.hu>
22466
22467 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
22468 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
22469 aspell versions >= 0.60.
22470 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
22471 only if ispell-aspell-supports-utf8 is non-nil.
22472
22473 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
22474
22475 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
22476 buffer-local value to lisp-indent-function.
22477
22478 2005-09-17 Milan Zamazal <pdm@zamazal.org>
22479
22480 * progmodes/glasses.el (glasses-make-readable): If
22481 glasses-separator differs from underscore, put appropriate
22482 overlays over underscore characters.
22483 (glasses-convert-to-unreadable): If glasses-separator differs from
22484 underscore, try to convert glasses-separator characters to
22485 underscores.
22486
22487 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
22488
22489 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
22490 Use with-syntax-table and dolist.
22491
22492 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
22493
22494 * textmodes/reftex-auc.el:
22495 * textmodes/reftex-cite.el:
22496 * textmodes/reftex-dcr.el:
22497 * textmodes/reftex-global.el:
22498 * textmodes/reftex-parse.el:
22499 * textmodes/reftex-ref.el:
22500 * textmodes/reftex-sel.el:
22501 * textmodes/reftex-toc.el:
22502 * textmodes/reftex-vars.el:
22503 * textmodes/reftex.el: Small changes to remove compiler warnings.
22504
22505 * textmodes/reftex-index.el: Likewise.
22506 (reftex-query-index-phrase): More efficient use of markers.
22507
22508 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
22509
22510 * image.el (image-load-path): New variable.
22511 (image-search-load-path): New function.
22512 (find-image): Search for images in `image-load-path'.
22513
22514 2005-09-15 Richard M. Stallman <rms@gnu.org>
22515
22516 * follow.el: Change Maintainer field.
22517
22518 2005-09-15 David Ponce <david@dponce.com>
22519
22520 * recentf.el (recentf-save-file-modes): New option.
22521 (recentf-save-list): Use it.
22522
22523 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
22524
22525 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
22526 (mode-line-mule-info, mode-line-modified): Move bindings from
22527 mouse-3 to mouse-1.
22528
22529 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
22530
22531 * simple.el (sendmail-user-agent-compose): Revert last change.
22532
22533 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
22534
22535 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
22536 Use with-current-buffer.
22537 (ange-ftp-gwp-start): Remove unused var `gw-user'.
22538 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
22539 (ange-ftp-insert-directory): Remove unused var `short'.
22540 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
22541
22542 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
22543 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
22544
22545 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
22546 (check-calendar-holidays, diary-list-entries): Autoload.
22547 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
22548 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
22549
22550 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
22551 which mistakenly removed a call to display-buffer.
22552
22553 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
22554
22555 * obsolete/iso-insert.el: Move to obsolete/ from international/.
22556
22557 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
22558
22559 * progmodes/hideshow.el
22560 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
22561 (hs-allow-nesting): New user var.
22562 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
22563 (hs-hide-block-at-point): When nesting allowed,
22564 if there is already an overlay in place, delete it.
22565 (hs-safety-is-job-n): Delete func; remove call sites.
22566 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
22567 (hs-overlay-at): New func.
22568 (hs-already-hidden-p, hs-show-block): Use it.
22569 (hs-hide-all): Don't pre-clean if nesting allowed.
22570 (hs-show-all): Temporarily disallow
22571 nesting around call to `hs-discard-overlays'.
22572
22573 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
22574
22575 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
22576 Delete unused local var.
22577
22578 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
22579
22580 * help-fns.el (describe-categories): "?\ " -> "?\s".
22581 (help-do-arg-highlight): Recognize also ARG-n, as in
22582 `move-to-left-margin' (ARG+n is already recognized). Simplify.
22583
22584 * international/codepage.el (dos-unsupported-char-glyph):
22585 * net/newsticker.el (tool-bar-map, w3-mode-map)
22586 (w3m-minor-mode-map):
22587 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
22588 (ent-alist):
22589 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
22590
22591 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
22592
22593 * custom.el (custom-push-theme): Handle the case where a symbol is
22594 bound but face properties have not yet been assigned.
22595
22596 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
22597 Fix behavior if noerase is `t' and there is no mail buffer.
22598
22599 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
22600 if `continue' is nil, rather than signal an error.
22601
22602 2005-09-12 Richard M. Stallman <rms@gnu.org>
22603
22604 * font-lock.el (font-lock-keywords): Add autoload.
22605
22606 * help-fns.el (describe-variable): Rearrange to put source link
22607 in a predictable place.
22608
22609 * net/newsticker.el: New file.
22610
22611 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
22612
22613 * calendar/calendar.el (calendar-for-loop): Add edebug info.
22614 (calendar-basic-setup): Use the new nil arg.
22615 (number-of-diary-entries): Move to diary-lib.el.
22616
22617 * calendar/diary-lib.el: Use with-current-buffer, match-string.
22618 (diary-list-entries): Use with-syntax-table and dolist.
22619 Rename from list-diary-entries.
22620 Use number-of-diary-entries if `number' is nil.
22621 (diary, diary-view-entries): Use this new name and new nil arg value.
22622 (number-of-diary-entries): Move from calendar.el.
22623 (diary-unhide-everything): New function.
22624 (include-other-diary-files, fancy-diary-display)
22625 (diary-show-all-entries, make-diary-entry): Use it.
22626 (diary-mail-entries): Use buffer-string.
22627 (mark-diary-entries): Fix long standing paren typo.
22628 (diary-sexp-entry): Use count-lines.
22629 (make-diary-entry): Avoid `previous-line'.
22630 (diary-mode-map): New var.
22631 (diary-mode): Redraw cal after saving. Setup header-line.
22632 (fancy-diary-display-mode): Use local-set-key.
22633
22634 * startup.el (command-line): Try calling various terminal-init-foo-bar
22635 functions by stripping hyphenated suffixes from $TERM.
22636
22637 * files.el (normal-mode): Check boundness of font-lock-keywords.
22638
22639 2005-09-12 Richard M. Stallman <rms@gnu.org>
22640
22641 * progmodes/compile.el: Don't decide a file's directory
22642 until the user actually tries to go there.
22643 (compilation-next-error-function):
22644 Pass compilation-find-file the directory from the file-struct.
22645 (compilation-internal-error-properties): Separate local FILE-STRUCT
22646 from FILE. Doc the args better. Rename arg FMT to FMTS.
22647 (compilation-find-file): Arg DIR renamed to DIRECTORY.
22648 Expand it, and if nil, use default-directory.
22649 (compilation-get-file-structure): Don't mix specified directory
22650 with default directory. Put specified directory into
22651 file-struct. Don't make the file name absolute.
22652
22653 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
22654 (compile-command): Add autoload.
22655 (compilation-disable-input): Add autoload.
22656
22657 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
22658
22659 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
22660 strings of the variables it can override.
22661 (time-stamp): New (as yet undocumented) time-stamp-format escapes
22662 %Q and %q, for fully-qualified domain name and unqualified host name.
22663
22664 2005-09-11 Kim F. Storm <storm@cua.dk>
22665
22666 * emacs-lisp/authors.el (authors-aliases): Update list.
22667 (authors-fixed-entries): Update mldrag.el entry.
22668
22669 2005-09-10 Alan Mackenzie <acm@muc.de>
22670
22671 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
22672 from the region narrowed to.
22673
22674 2005-09-10 Magnus Henoch <mange@freemail.hu>
22675
22676 * textmodes/ispell.el (ispell-check-version): Signal an error if
22677 aspell version is less than 0.60.
22678
22679 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
22680
22681 * progmodes/octave-inf.el (inferior-octave-startup):
22682 Resync current dir at the end.
22683
22684 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
22685
22686 * woman.el (woman-topic-at-point-default):
22687 Rename to woman-use-topic-at-point-default.
22688 (woman-topic-at-point): Rename to woman-use-topic-at-point.
22689 (woman-file-name): Reflect renames above. Automatically use the
22690 word at point as topic if woman-use-topic-at-point is non-nil.
22691 Otherwise offer it as default but don't insert it in the
22692 minibuffer. Also use `test-completion' instead of `assoc' as
22693 suggested by Stefan Monnier.
22694
22695 2005-09-10 Andre Spiegel <spiegel@gnu.org>
22696
22697 * vc.el (vc-directory, vc-update-change-log): Throw an error on
22698 the attempt to do it over Tramp. This is not yet supported.
22699
22700 2005-09-10 Eli Zaretskii <eliz@gnu.org>
22701
22702 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
22703 (menu-bar-non-minibuffer-window-p): New functions.
22704 ("Split Window", "Save As..."): Use them.
22705 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
22706 ("Print Buffer", "Truncate Long Lines in this Buffer"):
22707 Use menu-bar-menu-frame-live-and-visible-p.
22708 ("Save Buffer", "Insert File", "Open Directory...")
22709 ("Open File...", "Visit New File..."):
22710 Use menu-bar-non-minibuffer-window-p.
22711 (kill-this-buffer-enabled-p, dired <menu-enable>):
22712 Use menu-bar-non-minibuffer-window-p.
22713
22714 2005-09-09 Eli Zaretskii <eliz@gnu.org>
22715
22716 * cus-start.el (all): Don't complain about fringe-related
22717 built-ins if fringes are not supported. Ditto about
22718 selection-related built-ins. Fix the test for GTK-related built-ins.
22719
22720 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
22721 ("Postscript Print Buffer", "Print Region", "Save As...")
22722 ("Save", "Insert File...", "Open Directory...")
22723 ("Open File...", "Visit New File..."")
22724 ("Truncate Long Lines in this Buffer"): Don't look at
22725 menu-updating-frame if this display does not support multiple frames.
22726
22727 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22728
22729 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
22730
22731 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
22732
22733 * woman.el: Format- and whitespace-related changes.
22734
22735 2005-09-09 Eli Zaretskii <eliz@gnu.org>
22736
22737 * woman.el: Fix my email address.
22738
22739 2005-09-08 Richard M. Stallman <rms@gnu.org>
22740
22741 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
22742 (sh-mode): Locally set skeleton-pair-default-alist.
22743
22744 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
22745
22746 * progmodes/flymake.el: Require `compile' unconditionally.
22747
22748 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
22749
22750 * woman.el (woman-file-name): Provide a default, not initial input.
22751
22752 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
22753
22754 * font-lock.el (font-lock-support-mode): Doc fix.
22755
22756 * descr-text.el (describe-property-list): Handle non-symbol prop names.
22757
22758 2005-09-08 Richard M. Stallman <rms@gnu.org>
22759
22760 * simple.el (blink-matching-open): Get rid of text props from
22761 the string shown in echo area. Don't permanently set point.
22762 Some rearrangements.
22763
22764 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
22765
22766 * recentf.el (recentf-filename-handler): Add custom choice
22767 `abbreviate-file-name'.
22768
22769 * msb.el (msb--very-many-menus): Fix typo.
22770
22771 * disp-table.el (standard-display-european): Don't set
22772 enable-multibyte-characters to nil.
22773
22774 2005-09-08 David Ponce <david@dponce.com>
22775
22776 * recentf.el (recentf-show-file-shortcuts-flag): New option.
22777 (recentf-expand-file-name): Doc fix.
22778 (recentf-dialog-mode-map): Define digit shortcuts.
22779 (recentf--files-with-key): New variable.
22780 (recentf-show-digit-shortcut-filter): New function.
22781 (recentf-open-files-items): New function.
22782 (recentf-open-files): Use it.
22783 (recentf-open-file-with-key): New command.
22784
22785 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
22786
22787 * buff-menu.el (Buffer-menu-sort-by-column): New function.
22788 Suggested by Kim F. Storm.
22789 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
22790 (Buffer-menu-make-sort-button): Use global keymap.
22791
22792 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
22793
22794 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
22795 (Man-getpage-in-background-advice): Remove defadvice; it isn't
22796 necessary any longer with the remapped command.
22797 (Man-bgproc-sentinel-advice): Remove defadvice which counts
22798 formatting time only.
22799
22800 * net/tramp.el (tramp-action-password)
22801 (tramp-multi-action-password): Compile the password prompt from
22802 `method', `user' and `host'. Sometimes it isn't obvious which
22803 password to enter, for example with remote files offered by
22804 recentf.el, or with multiple steps. Suggested by Robert Marshall
22805 <robert@chezmarshall.freeserve.co.uk>.
22806
22807 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
22808
22809 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
22810 Fix regexp for when "s///" is at the beginning of line.
22811
22812 2005-09-07 Jay Belanger <belanger@truman.edu>
22813
22814 * calc/calc-poly.el (math-expand-term): Multiply out any powers
22815 when in matrix mode.
22816
22817 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
22818
22819 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
22820 non-anonymous functions.
22821
22822 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
22823
22824 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
22825 when using a header line. Otherwise, use mouse-1-click-follows-link.
22826
22827 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
22828 can't be moved; don't signal an error.
22829
22830 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
22831
22832 * cus-theme.el (custom-theme-write-faces): Save the current face
22833 spec, not the defface spec.
22834
22835 * custom.el (custom-known-themes): Clarify meaning of "standard".
22836 (custom-push-theme): Save old values in the standard theme.
22837 (disable-theme): Correct typo.
22838 (custom-face-theme-value): Deleted unused function.
22839 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
22840
22841 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
22842
22843 * progmodes/compile.el (compilation-goto-locus): Take into account
22844 iconified frames when determining whether the buffer is
22845 already visible.
22846 Don't reset window height if the window already existed.
22847
22848 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
22849
22850 * custom.el (load-theme): Rename from require-theme.
22851 Add interactive spec.
22852 (enable-theme): Rename from custom-enable-theme.
22853 Add interactive spec.
22854 (disable-theme): Rename from custom-disable-theme.
22855 Add interactive spec.
22856 (custom-make-theme-feature): Doc fix.
22857 (custom-theme-directory): Doc fix.
22858 (provide-theme): Call enable-theme.
22859
22860 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
22861
22862 * obsolete/lazy-lock.el (lazy-lock-mode):
22863 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
22864 font-lock-mode if it's off. Print a warning instead.
22865
22866 * progmodes/compile.el (compilation-start): Ignore errors if the
22867 process died before we get to send-eof.
22868
22869 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
22870 Undo last change. Enclosing the result in quotes broke things on Unix
22871 since tex-send-command passes it through shell-quote-argument.
22872 (tex-send-command): Pass `file' through convert-standard-filename
22873 when possible.
22874 (tex-uptodate-p): Handle the case where TeX hasn't put additional
22875 info in a transcript.
22876
22877 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
22878
22879 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
22880 fix compilation warning. Reorder the key definitions to group
22881 together keys emitted by the current version of xterm.
22882
22883 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
22884 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
22885 Reorder predicates to correct min-color usage.
22886
22887 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
22888
22889 * longlines.el (longlines-mode): Inhibit read-only when encoding.
22890 Kill local variables when longlines-mode is turned off.
22891
22892 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
22893
22894 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
22895
22896 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
22897
22898 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
22899
22900 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
22901 (font-lock-lines-before): Change default to being inactive.
22902 (font-lock-default-fontify-region): Obey font-lock-lines-before.
22903 (font-lock-after-change-function): Don't handle f-l-lines-before here.
22904
22905 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
22906
22907 * net/tramp.el (tramp-handle-make-auto-save-file-name):
22908 Deactivate temporarily advice if active (not needed for Emacs 22,
22909 but for backwards compatibility).
22910 (tramp-exists-file-name-handler): Rewrite. First implementation
22911 was too simple.
22912 (tramp-advice-make-auto-save-file-name):
22913 Call `tramp-handle-make-auto-save-file-name' (again, just for
22914 backwards compatibility).
22915
22916 2005-08-31 Reto Zimmermann <reto@gnu.org>
22917
22918 * progmodes/vhdl-mode.el
22919 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
22920 (vhdl-end-p): Fix indentation bug "else" after "-- when".
22921 (vhdl-set-default-project): New function (easier setting of default).
22922 (vhdl-port-copy): Handle extended identifiers for generics.
22923 (vhdl-compiler-alist): Better description for error message regexp.
22924 (vhdl-make): Query for target, use previous as default.
22925 (vhdl-port-copy): Fix port copy for port names starting with "signal".
22926 (vhdl-font-lock-keywords-2): Fix fontification for record
22927 el. assign.
22928 (vhdl-speedbar-make-subpack-line): Add package body link.
22929 (vhdl-generate-makefile-1): Not include itself as dependency.
22930 (vhdl-font-lock-init): Highlight c-preprocessor directives.
22931 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
22932 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
22933 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
22934 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
22935 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
22936 (vhdl-import-project): Add string argument for `error'.
22937 (vhdl-compose-configuration)
22938 (vhdl-compose-configuration-architecture): Add configuration
22939 declaration generation.
22940 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
22941 (vhdl-trailer-re): Add "record" keyword (better indentation).
22942 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
22943 "[^ \t-\"]+".
22944 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
22945 (vhdl-testbench-entity-file-name)
22946 (vhdl-testbench-architecture-file-name): Allow separate
22947 customization of testbench file names.
22948 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
22949 (vhdl-get-visible-signals): Allow newline within alias declaration.
22950 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
22951 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
22952 (member-ignore-case): Alias for missing function in XEmacs.
22953 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
22954 (vhdl-update-sensitivity-list): Ignore case on read signals.
22955 (vhdl-replace-string): Adjust case only for file names.
22956 (vhdl-update-sensitivity-list): Fix search for read signals.
22957 (vhdl-update-sensitivity-list): Exclude formal parameters.
22958 (vhdl-get-visible-signals): Include aliases of signals.
22959 (vhdl-get-visible-signals): Fix signal name searching.
22960 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
22961 (vhdl-fixup-whitespace-region): Fix for character
22962 literals (e.g. `:').
22963
22964 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
22965
22966 * ansi-color.el (comint-last-output-start):
22967 * bs.el (font-lock-verbose):
22968 * diff-mode.el (add-log-buffer-file-name-function):
22969 * dired-x.el (vm-folder-directory):
22970 * faces.el (help-xref-stack-item):
22971 * files.el (font-lock-keywords):
22972 * find-lisp.el (dired-buffers, dired-subdir-alist):
22973 * ido.el (cua-inhibit-cua-keys):
22974 * log-view.el (cvs-minor-wrap-function):
22975 * outline.el (font-lock-warning-face):
22976 * simple.el (compilation-current-error):
22977 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
22978 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
22979 * tooltip.el (comint-prompt-regexp):
22980 * w32-fns.el (explicit-shell-file-name):
22981 * term/mac-win.el (mac-charset-info-alist)
22982 (mac-services-selection, mac-system-script-code):
22983 * term/tty-colors.el (msdos-color-values):
22984 * term/w32-win.el (xlfd-regexp-registry-subnum):
22985 * term/x-win.el (x-keysym-table, x-selection-timeout)
22986 (x-session-id, x-session-previous-id):
22987 * textmodes/ispell.el (mail-yank-prefix):
22988 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
22989 * textmodes/org.el (calc-embedded-close-formula)
22990 (calc-embedded-open-formula)
22991 (font-lock-unfontify-region-function):
22992 * textmodes/reftex-global.el (isearch-next-buffer-function)
22993 (TeX-master):
22994 * textmodes/reftex.el (font-lock-keywords):
22995 * textmodes/tex-mode.el (font-lock-comment-face)
22996 (font-lock-doc-face):
22997 * textmodes/texinfo.el (outline-heading-alist):
22998 Add defvars.
22999
23000 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
23001 (artist-spray-chars, artist-mode-init, artist-replace-string)
23002 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
23003 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
23004 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
23005
23006 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
23007 (conf-align-assignments): "?\ " -> "?\s".
23008
23009 * textmodes/reftex-index.el (TeX-master): Add defvar.
23010 (reftex-index-phrases-marker): Move up defvar.
23011
23012 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
23013 (reftex-toc-include-labels-indicator)
23014 (reftex-toc-include-index-indicator)
23015 (reftex-toc-max-level-indicator): Move up declarations.
23016
23017 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
23018 of args to `tramp-run-real-handler', even if it's empty in this case.
23019
23020 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23021
23022 * dired.el (dired-move-to-filename-regexp): Add date format for
23023 Mac OS X 10.3 in East Asian locales.
23024
23025 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
23026
23027 * files.el (make-auto-save-file-name): Add file name handler call
23028 if applicable.
23029
23030 * net/tramp.el (tramp-file-name-handler-alist)
23031 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
23032 (tramp-handle-make-auto-save-file-name): Rename from
23033 `tramp-make-auto-save-file-name'.
23034 (tramp-exists-file-name-handler): New defun.
23035 (tramp-advice-make-auto-save-file-name): Make defadvice only when
23036 `make-auto-save-file-name' is not a magic file name operation.
23037
23038 2005-08-30 Richard M. Stallman <rms@gnu.org>
23039
23040 * files.el (risky-local-variable-p):
23041 Match `-predicates' and `-commands.
23042
23043 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
23044 (custom-save-all): Visit the file if necessary;
23045 kill the buffer if we created it.
23046 (custom-save-delete): Don't visit file or kill buffer here.
23047
23048 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
23049
23050 * textmodes/org.el (org-special-keyword): New face.
23051 (org-table-copy-down, org-table-eval-formula)
23052 (org-table-recalculate, org-init-section-numbers):
23053 Use `string-to-number' instead of `string-to-int'.
23054 (org-get-location): Use `insert-buffer-substring' instead of
23055 `insert-buffer'.
23056 (org-modify-diary-entry-string): New function.
23057 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
23058 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
23059 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
23060 active region.
23061 (org-export-as-html): Handle QUOTE keyword.
23062 (org-quote-string): New option.
23063 (org-bookmark-jump-unhide): New function, used for
23064 `bookmark-after-jump-hook'.
23065 (org-diary-default-entry): Apply only when not called through
23066 `org-agenda'.
23067
23068 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
23069
23070 * net/eudc.el (mode-popup-menu):
23071 * play/handwrite.el (ps-printer-name, ps-lpr-command):
23072 * progmodes/ada-mode.el (compile-auto-highlight)
23073 (skeleton-further-elements):
23074 * progmodes/autoconf.el (font-lock-syntactic-keywords):
23075 * progmodes/cmacexp.el (msdos-shells):
23076 * progmodes/compile.el (font-lock-extra-managed-props)
23077 (font-lock-keywords, font-lock-maximum-size)
23078 (font-lock-support-mode):
23079 * progmodes/grep.el (font-lock-lines-before):
23080 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
23081 * progmodes/mixal-mode.el (compile-command):
23082 * progmodes/perl-mode.el (font-lock-comment-face)
23083 (font-lock-doc-face, font-lock-string-face):
23084 * progmodes/prolog.el (comint-prompt-regexp):
23085 * progmodes/sh-script.el (font-lock-comment-face)
23086 (font-lock-set-defaults, font-lock-string-face):
23087 * progmodes/sql.el (font-lock-keyword-face)
23088 (font-lock-set-defaults, font-lock-string-face):
23089 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
23090 (itimer-version, lazy-lock-defer-contextually)
23091 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
23092 Add defvars.
23093
23094 * progmodes/cperl-mode.el (cperl-electric-lbrace)
23095 (cperl-electric-keyword, cperl-electric-pod)
23096 (cperl-electric-backspace, cperl-forward-re)
23097 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
23098 (vc-rcs-header, vc-sccs-header): Add defvars.
23099
23100 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
23101 (font-lock-syntactic-keywords, gud-find-expr-function):
23102 Add defvars.
23103
23104 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
23105 (gdb-frame-parameters): Declare before use.
23106
23107 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
23108 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
23109 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
23110 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
23111
23112 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
23113 (idlwave-help-with-source): Use `insert-buffer-substring', not
23114 `insert-buffer'.
23115
23116 2005-08-29 Juri Linkov <juri@jurta.org>
23117
23118 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
23119 Put outline-back-to-heading function call inside save-excursion.
23120
23121 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
23122
23123 * man.el (Man-init-defvars, Man-translate-references)
23124 (Man-support-local-filenames, Man-highlight-references):
23125 * progmodes/sql.el (sql-interactive-mode):
23126 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
23127
23128 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
23129 (compilation-mode-font-lock-keywords): Add defvars.
23130 (checkdoc-interactive-loop): "?\ " -> "?\s".
23131
23132 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
23133 (font-lock-doc-face, font-lock-string-face)
23134 (font-lock-keywords-case-fold-search): Add defvars.
23135 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
23136
23137 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
23138 Don't pass X and Y (they are ignored anyway).
23139 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
23140 (mouse-delete-window): Make arguments optional.
23141
23142 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
23143 (caesar-translate-table, minor-modes, news-buffer-save)
23144 (news-group-name, news-minor-modes): Add defvars.
23145
23146 * emacs-lisp/lselect.el (mouse-highlight-priority)
23147 (x-lost-selection-functions, zmacs-regions):
23148 * emacs-lisp/pp.el (font-lock-verbose):
23149 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
23150 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
23151 (ses-mode-map):
23152 * emacs-lisp/tcover-unsafep.el (safe-functions):
23153 * international/mule-cmds.el (mac-system-coding-system)
23154 (mac-system-locale):
23155 * language/ethio-util.el (rmail-current-message)
23156 (rmail-message-vector):
23157 * language/thai-util.el (thai-auto-composition-mode):
23158 * mail/metamail.el (rmail-current-message, rmail-message-vector):
23159 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
23160 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
23161 (vm-primary-inbox, vm-spool-files):
23162 * mail/rmail.el (deleted-head, font-lock-fontified)
23163 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
23164 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
23165 (total-messages):
23166 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
23167 (rmail-summary-mode-map):
23168 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
23169 (rmail-last-label, rmail-last-multi-labels)
23170 (rmail-summary-vector, rmail-total-messages):
23171 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
23172 * mail/rmailsum.el (msgnum):
23173 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
23174 (rmail-current-message):
23175 * obsolete/fast-lock.el (font-lock-face-list):
23176 * obsolete/rnewspost.el (mail-reply-buffer):
23177 * obsolete/scribe.el (compile-command):
23178 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
23179
23180 2005-08-28 John Paul Wallington <jpw@gnu.org>
23181
23182 * ibuf-ext.el (ibuffer-auto-update-changed):
23183 Use `frame-or-buffer-changed-p' to check whether we need to update.
23184 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
23185 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
23186 as a `frame-or-buffer-changed-p' state vector instead.
23187
23188 2005-08-27 Romain Francoise <romain@orebokech.com>
23189
23190 * textmodes/makeinfo.el (makeinfo-compile):
23191 Use `compilation-start'. Set `next-error-function' according to
23192 `disable-errors'.
23193 (makeinfo-next-error): New function.
23194 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
23195 (makeinfo-buffer): Likewise.
23196
23197 * progmodes/compile.el (compilation-start): Add autoload cookie.
23198
23199 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
23200 * textmodes/sgml-mode.el: Likewise.
23201 * progmodes/python.el: Likewise.
23202
23203 2005-08-27 Eli Zaretskii <eliz@gnu.org>
23204
23205 * simple.el (blink-matching-paren-distance): Document the meaning
23206 of nil value, and allow to customize to nil.
23207
23208 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
23209 command.com, not command.exe.
23210
23211 2005-08-26 John Wiegley <johnw@newartisans.com>
23212
23213 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
23214 code around a bit so that an extraneous nil argument is not added
23215 to a command when no args are given.
23216
23217 * eshell/esh-arg.el (eshell-parse-double-quote): If a
23218 double-quoted argument resolves to nil, return it as an empty
23219 string rather than as nil. This made it impossible to pass "" to
23220 a shell script as a null string argument.
23221
23222 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
23223
23224 * outline.el (outline-invent-heading): New fun.
23225 (outline-promote, outline-demote): Use it.
23226 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
23227 (outline-end-of-subtree): Remove unused var `opoint'.
23228
23229 2005-08-26 David Reitter <david.reitter@gmail.com>
23230
23231 * menu-bar.el (truncate-lines, write-file, print-buffer)
23232 (ps-print-buffer-faces, ps-print-buffer, split-window):
23233 Disable menu items when the frame they refer to is invisible, or when
23234 they refer to a buffer and the minibuffer is selected.
23235
23236 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
23237
23238 * progmodes/flymake.el (flymake-highlight-err-lines):
23239 Use save-excursion around flymake-highlight-line to preserve point.
23240
23241 2005-08-26 Eli Zaretskii <eliz@gnu.org>
23242
23243 * progmodes/octave-mod.el: Change Author and Maintainer address.
23244 (octave-maintainer-address): Change Kurt's email address.
23245 * progmodes/octave-inf.el: Change Author and Maintainer address.
23246 * progmodes/octave-hlp.el: Change Author and Maintainer address.
23247
23248 2005-08-26 Kim F. Storm <storm@cua.dk>
23249
23250 * subr.el (version-list-<, version-list-<=, version-list-=):
23251 Rename from integer-list-*.
23252 (version-list-not-zero): Likewise. Fix while loop.
23253 (version=): Use version-list-= instead of string-equal.
23254
23255 2005-08-26 Richard M. Stallman <rms@gnu.org>
23256
23257 * outline.el (outline-promote): Try shortening the heading.
23258 As last resort, read the heading to use.
23259 (outline-demote): As last resort, read the heading to use.
23260
23261 2005-08-26 Romain Francoise <romain@orebokech.com>
23262
23263 * progmodes/compile.el (compilation-start): Doc fix.
23264
23265 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
23266 (antlr-font-lock-additional-keywords): Fix reference to
23267 `antlr-font-lock-literal-regexp' erroneously changed during the
23268 mass face rename.
23269 (antlr-run-tool): Use `compilation-start'.
23270
23271 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
23272 instead of the obsolete `compile-internal'.
23273
23274 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
23275
23276 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
23277 (number, original-date):
23278 * calendar/cal-china.el (date):
23279 * calendar/cal-coptic.el (date):
23280 * calendar/cal-french.el (date):
23281 * calendar/cal-hebrew.el (date, entry, number, original-date):
23282 * calendar/cal-islam.el (date, number, original-date):
23283 * calendar/cal-iso.el (date):
23284 * calendar/cal-julian.el (date):
23285 * calendar/cal-mayan.el (date):
23286 * calendar/cal-menu.el (date, event):
23287 * calendar/cal-persia.el (date):
23288 * calendar/lunar.el (date):
23289 * calendar/solar.el (date): Add defvars.
23290
23291 * emerge.el:
23292 * ibuffer.el:
23293 * info-xref.el:
23294 * obsolete/bg-mouse.el:
23295 * obsolete/sun-curs.el:
23296 * obsolete/swedish.el: Move the `defvar's to the top level.
23297
23298 * smerge-mode.el (smerge-refined-change): Add :group.
23299
23300 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
23301
23302 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
23303 (smerge-keep-n): Remove props.
23304 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
23305 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
23306 now that it's done in smerge-keep-n.
23307 (smerge-refined-change): New face.
23308 (smerge-refine-chopup-region, smerge-refine-highlight-change)
23309 (smerge-refine): New funs.
23310 (smerge-basic-map): Bind smerge-refine.
23311
23312 2005-08-25 Juri Linkov <juri@jurta.org>
23313
23314 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
23315 compilation-process-setup-function and compilation-disable-input
23316 in grep-mode instead of let-bindings in grep.
23317
23318 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
23319 Delete "Automatic File De/compression" (auto-compression-mode).
23320
23321 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
23322
23323 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
23324 Silence warning about non-existent variable.
23325
23326 2005-08-25 Richard M. Stallman <rms@gnu.org>
23327
23328 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
23329 Rename "Describe Key" to "Describe Key or Mouse Operation".
23330
23331 * mail/mailalias.el (build-mail-aliases): Delete comments
23332 from the contents before processing them.
23333
23334 * isearch.el (isearch-edit-string): Erase the Search prompt
23335 if user enters an empty string and there is no default.
23336
23337 * comint.el (comint-file-name-prefix): Add autoload.
23338
23339 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
23340
23341 * subr.el (play-sound): Rearrange to avoid warning.
23342
23343 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
23344
23345 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
23346 New hook.
23347 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
23348
23349 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
23350
23351 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
23352
23353 * custom.el (custom-theme-set-variables): Sort minor modes last.
23354
23355 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23356
23357 * subr.el (version-separator, version-regexp-alist): New vars used by
23358 version comparison funs.
23359 (integer-list-<, integer-list-=, integer-list-<=)
23360 (integer-list-not-zero): New funs for integer list comparison.
23361 (version-to-list, version=, version<, version<=): New funs for version
23362 comparison.
23363
23364 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
23365
23366 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
23367 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
23368 time to silence the byte-compiler.
23369
23370 * ibuffer.el (ibuffer-compile-make-eliding-form)
23371 (ibuffer-check-formats): Use `with-no-warnings' to hide references
23372 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
23373 so it's silly to get warnings for it).
23374 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
23375 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
23376 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
23377 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
23378 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
23379 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
23380 Defvar at compile time.
23381 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
23382 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
23383 Declare them before use.
23384
23385 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
23386 (info-xref-good, info-xref-bad): Defvar at compile time.
23387
23388 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
23389 Use `let*' instead of `let'.
23390
23391 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
23392 (*mouse-y*, menu, char): Defvar at compile time.
23393 (sc::menu): Declare it before use.
23394 (sc::pack-one-line): Use `let', not `let*'.
23395
23396 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
23397 (mail-send-hook): Defvar at compile time.
23398
23399 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
23400 Defvar at compile time.
23401
23402 * term/sun-mouse.el (current-global-mousemap)
23403 (current-local-mousemap): Declare them before use.
23404
23405 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
23406
23407 * bookmark.el (bookmark-after-jump-hook): New hook.
23408 (bookmark-jump): Run `bookmark-after-jump-hook'.
23409
23410 2005-08-23 Juri Linkov <juri@jurta.org>
23411
23412 * faces.el (minibuffer-prompt): Doc fix.
23413
23414 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
23415
23416 * progmodes/xscheme.el: Trivial changes to silence warnings.
23417 (xscheme-previous-mode, xscheme-previous-process-state):
23418 Add defvars.
23419 (xscheme-last-input-end, xscheme-process-command-line)
23420 (xscheme-process-name, xscheme-buffer-name)
23421 (xscheme-expressions-ring-max, xscheme-expressions-ring)
23422 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
23423 (xscheme-control-g-synchronization-p)
23424 (xscheme-control-g-disabled-p, xscheme-string-receiver)
23425 (default-xscheme-runlight, xscheme-runlight)
23426 (xscheme-runlight-string, xscheme-process-filter-state)
23427 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
23428 Move to beginning of file.
23429 (scheme-interaction-mode-commands-alist)
23430 (scheme-interaction-mode-map, scheme-debugger-mode-map):
23431 Declare them before use. Note: the initialization code for the
23432 variables has not been moved because it uses functions that reference
23433 the variables.
23434 (xscheme-control-g-message-string, xscheme-process-filter-alist)
23435 (xscheme-prompt-for-expression-map): Declare them before use.
23436 (scheme-debugger-mode-commands): "?\ " -> "?\s".
23437
23438 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
23439
23440 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
23441
23442 2005-08-22 Juri Linkov <juri@jurta.org>
23443
23444 * faces.el (set-face-underline): Delete this duplicate function
23445 and make an obsolete alias to set-face-underline-p.
23446 (set-face-underline-p): Use docstring of set-face-underline.
23447 (describe-face): Create hyperlink to parent face.
23448
23449 * info.el (Info-insert-dir): Use save-excursion around
23450 insert-buffer-substring.
23451 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
23452 (Info-escape-percent): Delete function.
23453 (Info-fontify-node): Replace Info-escape-percent by
23454 replace-regexp-in-string with REP arg set to lambda that
23455 duplicates `%' and preserves text properties.
23456
23457 * progmodes/compile.el (compilation-disable-input): Doc fix.
23458 (define-compilation-mode): Doc fix and refill.
23459 (kill-compilation): Use `mode-name' in the error message.
23460 (compilation-find-file): Use `compilation-error' in the
23461 read-file-name's prompt.
23462
23463 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
23464
23465 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
23466 (smerge-auto-leave): Make undo re-enable the mode.
23467 (debug-ignored-errors): Add the user-error of impossible resolution.
23468 (smerge-resolve): Move things around a bit, in preparation for later.
23469 (smerge-diff): Don't fail if the buffer has no associated file.
23470 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
23471 (smerge-conflict-overlay): New function.
23472 (smerge-match-conflict): Don't add text properties here.
23473 (smerge-find-conflict): Instead, add an overlay here.
23474 Also check for the case where we're inside a conflict already, so as to
23475 obviate the need for font-lock-multiline, which is unbearably slow with
23476 large conflicts and ciomplex font-lock patterns.
23477 (smerge-remove-props): Remove overlay rather than text-properties.
23478 (smerge-mode): Don't set font-lock-multiline.
23479 Remove overlays when turned off.
23480
23481 2005-08-21 Kim F. Storm <storm@cua.dk>
23482
23483 * ido.el (ido-ignore-item-p): Use save-match-data.
23484 Bind case-fold-search to ido-case-fold locally.
23485
23486 2005-08-20 Richard M. Stallman <rms@gnu.org>
23487
23488 * files.el (normal-mode): If font lock is on, turn it off and on.
23489
23490 * subr.el (replace-regexp-in-string): Doc fix.
23491
23492 * startup.el (command-line-1): Don't suppress startup screen
23493 due to existing processes.
23494
23495 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
23496
23497 * progmodes/compile.el (compilation-disable-input): Default to nil.
23498
23499 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
23500
23501 * progmodes/compile.el (compilation-disable-input): New defcustom.
23502 (compilation-start): If compilation-disable-input is non-nil, send
23503 EOF to the compilation process.
23504
23505 2005-08-20 Eli Zaretskii <eliz@gnu.org>
23506
23507 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
23508 Run the argument of tex-shell-cd-command through
23509 convert-standard-filename, to get the correct style of slashes on
23510 Windows, and enclose the result in quotes, in case the file name
23511 includes whitespace or other special characters.
23512
23513 2005-08-19 Andreas Schwab <schwab@suse.de>
23514
23515 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
23516 process.
23517
23518 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
23519
23520 * cus-start.el (minibuffer-prompt-properties): Correct typo.
23521
23522 2005-08-18 Kim F. Storm <storm@cua.dk>
23523
23524 * scroll-lock.el: Fix errors due to incorrect line wrapping.
23525
23526 2005-08-18 Richard M. Stallman <rms@gnu.org>
23527
23528 * scroll-lock.el: New file.
23529
23530 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
23531
23532 * dired.el (dired-move-to-end-of-filename):
23533 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
23534
23535 2005-08-18 Kim F. Storm <storm@cua.dk>
23536
23537 * ido.el (ido-everywhere): Fix defcustom :set function to disable
23538 rather than toggle mode when custom value is nil.
23539 (ido-everywhere): Fix defun doc string.
23540
23541 2005-08-17 Richard M. Stallman <rms@gnu.org>
23542
23543 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
23544 as tag instead of "Inviolable".
23545
23546 2005-08-17 Kim F. Storm <storm@cua.dk>
23547
23548 * windmove.el (windmove-coordinates-of-position): Remove.
23549 (windmove-coordinates-of-window-position): Remove.
23550 (windmove-reference-loc): Use posn-at-point instead.
23551
23552 * subr.el (insert-for-yank-1): Doc fix.
23553
23554 * ido.el (ido-enter-matching-directory): Rename from
23555 ido-enter-single-matching-directory. Change `slash' choice to
23556 `only'. Add `first' choice.
23557 (ido-exhibit): Adapt to above changes.
23558
23559 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
23560
23561 * Makefile.in: Expand comment about building loaddefs.el.
23562
23563 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
23564
23565 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
23566 Comment use of defadvice.
23567
23568 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
23569
23570 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
23571
23572 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
23573 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
23574 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
23575 * progmodes/idlw-shell.el, progmodes/ld-script.el,
23576 * progmodes/which-func.el, ruler-mode.el, strokes.el,
23577 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
23578 for backward compatibility for faces that did not appear in the
23579 previous Emacs release.
23580
23581 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
23582
23583 2005-08-15 Kim F. Storm <storm@cua.dk>
23584
23585 * emulation/cua-base.el (cua-delete-region): Return t if
23586 deleted region was non-empty.
23587 (cua-replace-region): Inhibit overwrite-mode for
23588 self-insert-command if replaced region was non-empty.
23589 (cua--explicit-region-start, cua--status-string): Make them
23590 buffer-local at top-level...
23591 (cua-mode): ...rather than when mode is enabled.
23592
23593 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
23594
23595 * progmodes/vhdl-mode.el (vhdl-emacs-21):
23596 Set t for Emacs 21, 22, and so on.
23597
23598 2005-08-15 David Ponce <david@dponce.com>
23599
23600 * tree-widget.el: Update Commentary header.
23601 (tree-widget-theme): Doc fix.
23602 (tree-widget-space-width): New option.
23603 (tree-widget-image-properties): Look up in the default theme too.
23604 (tree-widget--cursors): Only for images with arrow pointer shape.
23605 (tree-widget-lookup-image): Pointer shape is hand by default.
23606 (tree-widget-icon): Rename generic icon widget from
23607 `tree-widget-control'.
23608 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
23609 derive from `tree-widget-icon'.
23610 (tree-widget-handle): Improve default look and feel of the text
23611 representation.
23612 (tree-widget): Rename :*-control properties to :*-icon properties.
23613 Add :action and :help-echo properties.
23614 (tree-widget-after-toggle-functions): Move.
23615 (tree-widget-close-node, tree-widget-open-node): Remove.
23616 (tree-widget-before-create-icon-functions): New hook.
23617 (tree-widget-value-create): Update to allow customization of icons
23618 and nodes at run-time via that new hook.
23619 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
23620 (tree-widget-icon-action, tree-widget-icon-help-echo)
23621 (tree-widget-action, tree-widget-help-echo): New functions.
23622
23623 2005-08-15 Kim F. Storm <storm@cua.dk>
23624
23625 * ido.el (ido-buffer-internal): Use with-no-warnings.
23626 (ido-make-merged-file-list): Use while-no-input.
23627
23628 2005-08-15 Richard M. Stallman <rms@gnu.org>
23629
23630 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
23631 (flyspell-large-region): Fix doc and custom type.
23632
23633 2005-08-14 Richard M. Stallman <rms@gnu.org>
23634
23635 * files.el (interpreter-mode-alist): Doc fix.
23636
23637 * mail/rmail.el (rmail-nonignored-headers): New variable.
23638 (rmail-clear-headers): Use it.
23639 (rmail-reply): Better handling of mail-followup-to header.
23640
23641 * progmodes/sh-script.el (sh-font-lock-keywords-var):
23642 Rename variable from sh-font-lock-keywords. In the `shell' entry,
23643 don't try to refer to executable-font-lock-keywords.
23644 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
23645 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
23646 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
23647 (sh-mode): Set comment-start-skip, local-abbrev-table,
23648 imenu-case-fold-search.
23649 (sh-set-shell): Don't set them here.
23650 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
23651 Don't cache the results in the original alist; don't ever modify
23652 that alist.
23653
23654 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
23655
23656 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
23657 empty.
23658
23659 2005-08-15 Andreas Schwab <schwab@suse.de>
23660
23661 * desktop.el: Put autoload cookie at risky-local-variable declarations.
23662
23663 * dired.el, info.el, mail/rmail.el: Revert last change.
23664
23665 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
23666
23667 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
23668 modification in `eval-after-load' form.
23669 * info.el: Likewise.
23670 * mail/rmail.el: Likewise.
23671
23672 2005-08-14 Juri Linkov <juri@jurta.org>
23673
23674 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23675 Remove highlighting of "Compilation started". Highlight only
23676 the word "finished" in "Compilation finished". Add highlighting
23677 of "interrupt", "killed", "terminated" and the exit code.
23678 (compilation-start): Add newline after header. Use exactly the
23679 same time stamp format as the finishing message.
23680 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
23681
23682 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
23683 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
23684 Add highlighting of "interrupt", "killed", "terminated".
23685
23686 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
23687 enabled and the current command is self-insert-command, call it
23688 explicitly with overwrite-mode bound to nil, to not allow it
23689 to delete the character after the selected region.
23690
23691 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
23692
23693 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
23694 move-end-of-line, end-of-line, and beginning-of-line to the list
23695 of commands after which the echo area is updated.
23696
23697 2005-08-12 Eli Zaretskii <eliz@gnu.org>
23698
23699 * cus-edit.el (custom-save-all, custom-save-delete):
23700 Bind recentf-exclude to exclude custom-file.
23701
23702 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
23703
23704 * mail/rmailsum.el (rmail-summary-end-of-message): New command
23705 to go to the bottom of the mail message. Added to
23706 `rmail-summary-mode-map' with key "/".
23707 (rmail-summary-show-message): New (internal) function for use by
23708 both `rmail-summary-beginning/end-of-message'.
23709 (rmail-summary-beginning-of-message): Change to use
23710 rmail-summary-show-message.
23711
23712 * mail/rmail.el (rmail-end-of-message): New command to go to the
23713 end of the current message. Added to `rmail-mode-map' with key "/".
23714 (rmail-beginning-of-message): Fix to work as documented.
23715 (rmail-mode): Change documentation.
23716
23717 * progmodes/compile.el (compilation-start): Add the line
23718 "Compilation started" with compilation start time.
23719 (compilation-mode-font-lock-keywords): Add `started' to keywords.
23720
23721 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
23722
23723 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
23724 of menu items.
23725
23726 2005-08-11 Richard M. Stallman <rms@gnu.org>
23727
23728 * simple.el (pop-global-mark): Reverse test of widen-automatically.
23729
23730 * battery.el (battery-status-function): Don't use ignore-errors.
23731
23732 2005-08-11 Lute Kamstra <lute@gnu.org>
23733
23734 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
23735 define-obsolete-variable-alias.
23736
23737 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
23738
23739 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
23740 (ange-ftp-send-cmd): Revert last change, and expand
23741 the comment explaining the problem.
23742
23743 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
23744
23745 * ldefs-boot.el: Update.
23746
23747 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
23748 item to "Time, Load and Mail". Change help echo text.
23749
23750 * time.el (display-time-use-mail-icon, display-time-format)
23751 (display-time-string-forms): Shorten first line of docstrings.
23752
23753 2005-08-10 Lars Hansen <larsh@soem.dk>
23754
23755 * desktop.el (desktop-buffer-mode-handlers):
23756 Make non-customizable. Add autoload cookie. Change initial value to
23757 nil; add elements in respective modules instead. Fix doc string.
23758 (desktop-load-file): New function.
23759 (desktop-minor-mode-handlers): New autoloaded variable.
23760 (desktop-create-buffer): Call minor mode handlers.
23761 Use desktop-load-file to load major and minor mode modules prior to
23762 checking for a handler.
23763 (desktop-save): Don't add nil to desktop-minor-modes for minor
23764 modes with nil function in desktop-minor-mode-table. Don't delete
23765 desktop file before rewriting it.
23766 (desktop-locals-to-save): Add autoload cookie. Don't make
23767 automatically buffer-local. Add variables column-number-mode,
23768 size-indication-mode, indent-tabs-mode,
23769 indicate-buffer-boundaries, indicate-empty-lines and
23770 show-trailing-whitespace.
23771 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
23772 regexps. Don't use desktop-clear-preserve-buffers-regexp.
23773 (desktop-clear-preserve-buffers-regexp): Delete.
23774 (desktop-clear-preserve-buffers): Update initial value and docstring.
23775 (desktop-save-buffer): Fix doc string.
23776
23777 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
23778 (hilit-chg-desktop-restore): New function.
23779 (highlight-changes-mode): Add highlight-changes-mode to
23780 desktop-locals-to-save.
23781
23782 * dired.el: Add handler to desktop-buffer-mode-handlers.
23783 (dired-restore-desktop-buffer): Remove autoload cookie.
23784 (dired-mode): Add autoload cookie.
23785
23786 * info.el: Add handler to desktop-buffer-mode-handlers.
23787 (Info-restore-desktop-buffer): Remove autoload cookie.
23788 (Info-mode): Add autoload cookie.
23789
23790 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
23791 (mh-restore-desktop-buffer): Remove autoload cookie.
23792 (mh-folder-mode): Add autoload cookie.
23793
23794 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
23795 (rmail-restore-desktop-buffer): Remove autoload cookie.
23796
23797 2005-08-11 Masatake YAMATO <jet@gyve.org>
23798
23799 * hexl.el (hexl-address-region):
23800 (hexl-ascii-region, hexl-font-lock-keywords):
23801 (hexl-highlight-line-range): Use the term "region"
23802 instead of "area" for consistency with the other symbols
23803 defined in hexl.el.
23804
23805 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
23806
23807 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
23808 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
23809 out by Juri Linkov). Add `display-battery-mode'.
23810
23811 2005-08-09 Juri Linkov <juri@jurta.org>
23812
23813 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23814 Remove `-text' from face variable names.
23815 (compilation-error-file-name, compilation-warning-file-name)
23816 (compilation-info-file-name): Delete faces.
23817 (compilation-line-number, compilation-column-number):
23818 Remove face underlining.
23819 (compilation-message-face): Set to `underline' value by default.
23820 (compilation-error-face, compilation-warning-face)
23821 (compilation-info-face): Remove `-file-name' from face names.
23822 (compilation-error-text-face, compilation-warning-text-face)
23823 (compilation-info-text-face): Delete face variables.
23824 (compilation-text-face): Delete function.
23825
23826 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
23827 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
23828 (grep-error-face): Set to `compilation-error' instead of
23829 `compilation-error-face' (which is redefined to `grep-hit-face' in
23830 grep buffers).
23831 (grep-mode-font-lock-keywords): Remove `-text' from face variable
23832 names. Use `grep-error-face' instead of `compilation-error-text-face'.
23833
23834 * dired-aux.el (dired-do-query-replace-regexp):
23835 Use `query-replace-read-args'.
23836
23837 * replace.el (query-replace-read-from, query-replace-read-to)
23838 (query-replace-read-args): Rename arg `string' to `prompt'.
23839
23840 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
23841
23842 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
23843
23844 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
23845 uploading files.
23846 (ange-ftp-canonize-filename): Handle file names beginning with ~
23847 correctly.
23848
23849 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
23850
23851 * textmodes/fill.el (canonically-space-region)
23852 (fill-context-prefix, fill-french-nobreak-p)
23853 (fill-delete-newlines, fill-comment-paragraph)
23854 (justify-current-line): "?\ " -> "?\s".
23855
23856 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
23857
23858 * textmodes/fill.el (fill-nonuniform-paragraphs):
23859 Improve argument/docstring consistency.
23860
23861 2005-08-09 Richard M. Stallman <rms@gnu.org>
23862
23863 * textmodes/ispell.el (ispell-word): More fboundp checks.
23864
23865 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
23866 (find-file-noselect-1): Call it here, only if RAWFILE.
23867 (normal-mode): Always set some major mode.
23868 (save-some-buffers-action-alist): Change some explanation strings.
23869 (file-name-non-special): In the `quote' method, use unwind-protect.
23870
23871 2005-08-09 Magnus Henoch <mange@freemail.hu>
23872
23873 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
23874 (ispell-have-aspell-dictionaries): New variable.
23875 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
23876 (ispell-get-aspell-config-value): New function.
23877 (ispell-aspell-find-dictionary): New function.
23878 (ispell-aspell-add-aliases): New function.
23879 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
23880 appropriate. Don't look for ispell dictionaries if we use aspell.
23881 (ispell-menu-map): Don't build a submenu of dictionaries.
23882
23883 2005-08-09 Richard M. Stallman <rms@gnu.org>
23884
23885 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
23886 (sql-read-passwd): Use read-passwd.
23887
23888 * progmodes/idlw-toolbar.el (idlwave-toolbar)
23889 (idlwave-toolbar-is-possible): Add defvars.
23890
23891 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
23892 Avoid warnings.
23893
23894 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
23895 (idlwave-system-class-info, idlwave-executive-commands-alist):
23896 Use defvar.
23897
23898 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
23899
23900 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
23901 Avoid warnings.
23902
23903 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
23904 and content-type: headers.
23905
23906 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
23907
23908 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
23909 and rename some of them to be more self-explanatory.
23910
23911 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
23912
23913 * startup.el (command-line-1): Implement -scriptload.
23914
23915 * replace.el (occur-engine): Initial *Occur* output not undoable.
23916
23917 * menu-bar.el (menu-bar-file-menu): Rename some menu items
23918 and improve help strings.
23919
23920 * isearch.el (isearch-repeat): When changing direction,
23921 mark search successful.
23922
23923 * ediff-init.el: Use (featurep 'xemacs).
23924
23925 * comint.el (send-invisible): Identify buffer, if not selected.
23926
23927 * align.el: Delete autoload for c-guess-basic-syntax.
23928
23929 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
23930
23931 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
23932 Improve argument/docstring consistency. Doc fixes.
23933 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
23934 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
23935 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
23936 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
23937 (r2bv-organization, r2bv-pages, r2bv-primary-author)
23938 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
23939 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
23940 Defvar at compile time.
23941
23942 2005-08-09 Juri Linkov <juri@jurta.org>
23943
23944 * info.el: Replace `info' with upper-case `Info' where appropriate.
23945 (info-title-1, info-title-2, info-title-3, info-title-4)
23946 (info-menu-header): Move up face definitions.
23947 (info-menu-star): Rename from `info-menu-5'.
23948 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
23949 (Info-fontify-visited-nodes): Fix docstring.
23950 (Info-hide-note-references): Fix docstring.
23951 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
23952 menu items in the same way as on cross-references.
23953 (info-apropos): Fix sorting order and formatting to be like in the
23954 stand-alone Info browser. Display error messages for 1 sec.
23955 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
23956 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
23957 from the menu bar.
23958 (Info-insert-dir): Restore point after calling
23959 `insert-buffer-substring'.
23960
23961 2005-08-08 Richard M. Stallman <rms@gnu.org>
23962
23963 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
23964 (recompute-lucid-menubar): Add defvars.
23965
23966 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
23967
23968 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
23969
23970 * net/net-utils.el (run-dig): Rename from `dig'.
23971
23972 * play/gametree.el (gametree-mode): Use make-local-variable,
23973 not make-variable-buffer-local.
23974
23975 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
23976
23977 * ansi-color.el (ansi-color-make-extent)
23978 (ansi-color-set-extent-face): Use fboundp, not functionp.
23979
23980 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
23981 not make-variable-buffer-local.
23982
23983 * bookmark.el (Info-current-file): Add defvar.
23984 (bookmark-jump-noselect): Use with-no-warnings.
23985
23986 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
23987
23988 * ebuff-menu.el (Helper-return-blurb): Add defvar.
23989
23990 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
23991
23992 * find-file.el (ada-procedure-start-regexp)
23993 (ada-package-start-regexp): Add defvars.
23994
23995 * info.el (Info-insert-dir): Use insert-buffer-substring.
23996
23997 * xml.el (xml-att-def-re): Add defvar.
23998
23999 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
24000 calling convention.
24001
24002 * subr.el (while-no-input): Return t if there is input.
24003
24004 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
24005
24006 * cus-start.el (all): Add `overflow-newline-into-fringe'.
24007
24008 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
24009
24010 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
24011 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
24012
24013 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
24014
24015 * cmuscheme.el (scheme-start-file): Replace reference to
24016 `user-emacs-directory' by "~/.emacs.d/".
24017
24018 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
24019
24020 * info.el (Info-dir-remove-duplicates): Avoid case folding
24021 in loop; instead, keep downcased strings for comparison.
24022 Suggested by Helmut Eller.
24023
24024 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
24025
24026 Sync with Tramp 2.0.50.
24027
24028 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
24029 XEmacs case; not necessary anymore.
24030 (tramp-user-regexp): Allow "@" as part of user name.
24031 (tramp-handle-set-visited-file-modtime)
24032 (tramp-handle-insert-file-contents)
24033 (tramp-handle-write-region): No special handling for
24034 `last-coding-system-used, because this is done in
24035 `tramp-accept-process-output' now.
24036 (tramp-accept-process-output): New defun.
24037 (tramp-process-one-action, tramp-process-one-multi-action)
24038 (tramp-wait-for-regexp, tramp-wait-for-output)
24039 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
24040 Howells <dhowells@redhat.com>.
24041 (clear-visited-file-modtime): Defadvice removed. The check for
24042 unset buffer's modtime does not need to be based on
24043 `tramp-buffer-file-attributes'. Suggested by RMS.
24044 (tramp-message): Insert "\n" if not being at beginning of line.
24045 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
24046 sequence with same logic.
24047 (tramp-completion-handle-expand-file-name): Discard call of
24048 `tramp-drop-volume-letter'. It is not necessary, and there have
24049 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
24050 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
24051 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
24052 should always be visible.
24053 (tramp-handle-insert-directory, tramp-setup-complete)
24054 (tramp-set-process-query-on-exit-flag)
24055 (tramp-append-tramp-buffers): Pacify byte-compiler.
24056 (tramp-bug): Delete non-existing variables from list.
24057 Apply `tramp-load-report-modules' as pre-hook.
24058 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
24059 `shell-prompt-pattern' because of non-7bit characters.
24060 Reported by Sebastian Luque <sluque@mun.ca>.
24061 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
24062 (tramp-match-string-list): Remove function.
24063 (tramp-wait-for-regexp): Remove call of that function.
24064 Suggested by Kim F. Storm <storm@cua.dk>.
24065 (tramp-set-auto-save-file-modes): Use octal integer code #o600
24066 instead of octal character code ?\600. The latter resulted in a
24067 syntax error with XEmacs.
24068
24069 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
24070 XEmacs case; not necessary anymore.
24071 (tramp-smb-handle-write-region): No special handling for
24072 `last-coding-system-used, because this is done in
24073 `tramp-accept-process-output' now.
24074 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
24075
24076 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
24077
24078 * wid-edit.el (widget-choice-value-create):
24079 Unconditionally respect user choice. Set :explicit-choice back to nil
24080 when no longer needed.
24081 (widget-choice-action): Unconditionally respect user choice.
24082 Eliminate :explicit-choice-value.
24083
24084 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
24085
24086 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
24087 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
24088 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
24089 running new function `toggle-indicate-empty-lines'.
24090 Rename "Customize" item to "Customize fringe".
24091 Rename "Indicators" item to "Buffer boundaries" and change help echo.
24092 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
24093 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
24094 Delete "Empty lines only" item.
24095 (menu-bar-showhide-fringe-ind-customize): New function.
24096 (menu-bar-showhide-fringe-ind-mixed)
24097 (menu-bar-showhide-fringe-ind-box)
24098 (menu-bar-showhide-fringe-ind-right)
24099 (menu-bar-showhide-fringe-ind-left)
24100 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
24101 instead of `fringe-indicators'.
24102
24103 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
24104
24105 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
24106 Change the date of last update.
24107
24108 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
24109
24110 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
24111 (viper-exec-yank, viper-put-back): Don't display modification msg
24112 if in the minibuffer.
24113
24114 * viper-init.el (viper-replace-overlay-cursor-color)
24115 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
24116 Make variables frame local.
24117
24118 * viper-util.el (viper-append-filter-alist): Use append instead of
24119 nconc.
24120
24121 * viper.el (viper-vi-state-mode-list)
24122 (viper-emacs-state-mode-list): Move help-mode and
24123 completion-list-mode from the first list to the second.
24124 (viper-mode): Docstring.
24125 (viper-go-away, viper-non-hook-settings): Don't localize
24126 minor-mode-alist in newer Emacsen. Add advice to
24127 set-cursor-color. Don't bind "\C-c\\".
24128
24129 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
24130
24131 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
24132 (scheme-macro-expand-command): New user options.
24133 (scheme-trace-procedure, scheme-expand-current-form): New commands.
24134 (scheme-form-at-point, scheme-start-file)
24135 (scheme-interactively-start-process): New functions.
24136 (scheme-get-process): New function, extracted from `scheme-proc'.
24137 (run-scheme): Call `scheme-start-file' to get start file, and pass
24138 it to `make-comint'.
24139 (switch-to-scheme, scheme-proc):
24140 Call `scheme-interactively-start-process' if no Scheme buffer/process
24141 is available.
24142
24143 2005-08-06 Juri Linkov <juri@jurta.org>
24144
24145 * progmodes/compile.el (compilation-mode-font-lock-keywords):
24146 Use `compilation-text-face', `compilation-info-text-face' and
24147 `compilation-error-text-face' instead of `font-lock-keyword-face'.
24148 (compilation-error): New face.
24149 (compilation-error-file-name): Inherit from
24150 `compilation-error' instead of `font-lock-warning-face'.
24151 (compilation-warning-file-name): Inherit from
24152 `compilation-warning' instead of `font-lock-warning-face'.
24153 (compilation-info, compilation-error-file-name)
24154 (compilation-warning-file-name, compilation-info-file-name)
24155 (compilation-line-number, compilation-column-number): Doc fix.
24156 (compilation-error-text-face, compilation-warning-text-face)
24157 (compilation-info-text-face): New face variables.
24158 (compilation-line-face, compilation-column-face)
24159 (compilation-enter-directory-face)
24160 (compilation-leave-directory-face): Doc fix.
24161 (compilation-text-face): New function.
24162
24163 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
24164 instead of 1 to display binary file names as info file links.
24165 (grep-error-face): Use `compilation-error-face' instead of
24166 `font-lock-keyword-face'.
24167 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
24168 and `compilation-warning-text-face' instead of
24169 `font-lock-keyword-face'. Use `compilation-error-text-face'
24170 instead of `grep-error-face'.
24171
24172 2005-08-05 Kenichi Handa <handa@m17n.org>
24173
24174 * international/code-pages.el: Add autoload cookies for all coding
24175 systems.
24176
24177 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
24178
24179 * cus-start.el (all): Put undo.c where it alphabetically belongs.
24180
24181 2005-08-04 Juri Linkov <juri@jurta.org>
24182
24183 * progmodes/compile.el (compilation-mode-map):
24184 * progmodes/grep.el (grep-mode-map):
24185 Bind TAB to `compilation-next-error' and [backtab] to
24186 `compilation-previous-error'.
24187
24188 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
24189 matching line numbers, column numbers and their ranges with regexp
24190 matching only line numbers.
24191 (grep-context-face): New face variable.
24192 (grep-mode-font-lock-keywords): Use it.
24193
24194 * faces.el (read-face-name): Delete duplicate faces.
24195
24196 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
24197
24198 * thumbs.el (thumbs-find-image): Don't make variables
24199 automatically buffer local.
24200 (thumbs-current-tmp-filename, thumbs-current-image-filename)
24201 (thumbs-image-num): Make automatically buffer local.
24202 (thumbs-show-thumbs-list): Use `make-local-variable', not
24203 `make-variable-buffer-local'.
24204 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
24205
24206 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
24207 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
24208 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
24209 (bother, bye, canyou, chatlst, continue, deathlst, describe)
24210 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
24211 (feelings-about, foullst, found, hello, history, howareyoulst)
24212 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
24213 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
24214 (neglst, obj, object, owner, please, problems, qlist)
24215 (random-adjective, relation, remlst, repetitive-shortness)
24216 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
24217 (shortlst, something, sportslst, stallmanlst, states, subj)
24218 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
24219 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
24220 Defvar at compile time.
24221
24222 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
24223 not `make-variable-buffer-local'.
24224
24225 2005-08-02 Kim F. Storm <storm@cua.dk>
24226
24227 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
24228 rectangle overlay in selected window.
24229
24230 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
24231
24232 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
24233 instead of display group. Make `indicate-buffer-boundaries'
24234 customizable through Custom.
24235
24236 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
24237
24238 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
24239 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
24240 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
24241 (gdb-put-string): Fix typos in docstrings.
24242
24243 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
24244
24245 Update copyright notices of files in progmodes directory for
24246 release of Emacs 22.1.
24247
24248 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
24249
24250 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
24251 Don't barf if the GUD buffer has been killed.
24252
24253 2005-08-01 Kim F. Storm <storm@cua.dk>
24254
24255 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
24256
24257 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
24258
24259 * simple.el (next-error-follow-minor-mode):
24260 make-variable-buffer-local -> make-local-variable.
24261
24262 * emacs-lisp/cl-extra.el: Require CL also when compiling.
24263
24264 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
24265 (byte-compile-form-make-variable-buffer-local): New functions to warn
24266 about misuses of make-variable-buffer-local where make-local-variable
24267 was meant.
24268
24269 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
24270
24271 * bs.el (bs-attributes-list): Doc fix.
24272 (bs): Update url-link.
24273
24274 * desktop.el (desktop-save-buffer): Fix typos in docstring.
24275 (desktop-load-default): Simplify.
24276
24277 * ibuffer.el (ibuffer-columnize-and-insert-list)
24278 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
24279 (ibuffer-unmark-all, ibuffer-toggle-marks)
24280 (ibuffer-unmark-forward, ibuffer-unmark-backward)
24281 (ibuffer-compile-make-format-form, ibuffer-format-column)
24282 (ibuffer-current-buffers-with-marks)
24283 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
24284 (ibuffer): Doc fix.
24285 (ibuffer-mode): Fix typo in docstring.
24286 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
24287 with `define-obsolete-variable-alias'.
24288 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
24289
24290 2005-07-29 Kenichi Handa <handa@m17n.org>
24291
24292 * international/mule-cmds.el (select-message-coding-system):
24293 Be sure to use LF for end-of-line. If no coding system is decided,
24294 return iso-8859-1-unix.
24295
24296 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
24297
24298 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
24299 (ange-ftp-pending-error-line): New vars.
24300 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
24301 to handle the non-fatal no-route-to-host messages.
24302 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
24303
24304 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
24305
24306 * isearch.el (isearch-mode-map, isearch-other-meta-char)
24307 (isearch-quote-char, isearch-printing-char)
24308 (isearch-text-char-description): "?\ " -> "?\s".
24309 (isearch-lazy-highlight-cleanup)
24310 (isearch-lazy-highlight-initial-delay)
24311 (isearch-lazy-highlight-interval)
24312 (isearch-lazy-highlight-max-at-a-time)
24313 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
24314 Declare with define-obsolete-*-alias macros.
24315 (isearch-forward): Fix typo in docstring.
24316 (search-invisible, search-ring-yank-pointer)
24317 (regexp-search-ring-yank-pointer): Doc fixes.
24318
24319 * recentf.el (recentf-menu-append-commands-p): Declare with
24320 `define-obsolete-variable-alias'.
24321 (recentf-max-saved-items, recentf-menu-filter)
24322 (recentf-arrange-by-rule-subfilter): Doc fixes.
24323 (recentf-menu-append-commands-flag)
24324 (recentf-initialize-file-name-history, recentf-expand-file-name)
24325 (recentf-clear-data): Fix typos in docstrings.
24326
24327 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
24328
24329 * progmodes/gdb-ui.el: Smarten comments.
24330 (gdb-info-breakpoints-custom): Use nowarn when finding file.
24331
24332 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
24333
24334 * term/apollo.el (terminal-init-apollo): New function containing
24335 all former top level forms in the file.
24336 * term/bobcat.el (terminal-init-bobcat):
24337 * term/cygwin.el (terminal-init-cygwin):
24338 * term/iris-ansi.el (terminal-init-iris-ansi):
24339 * term/linux.el (terminal-init-linux):
24340 * term/news.el (terminal-init-news):
24341 * term/rxvt.el (terminal-init-rxvt):
24342 * term/sun.el (terminal-init-sun):
24343 * term/tvi970.el (terminal-init-tvi970):
24344 * term/vt100.el (terminal-init-vt100):
24345 * term/vt102.el (terminal-init-vt102):
24346 * term/vt125.el (terminal-init-vt125):
24347 * term/vt200.el (terminal-init-vt200):
24348 * term/vt201.el (terminal-init-vt201):
24349 * term/vt220.el (terminal-init-vt220):
24350 * term/vt240.el (terminal-init-vt240):
24351 * term/vt300.el (terminal-init-vt300):
24352 * term/vt320.el (terminal-init-vt320):
24353 * term/vt400.el (terminal-init-vt400):
24354 * term/vt420.el (terminal-init-vt420):
24355 * term/wyse50.el (terminal-init-wyse50):
24356 * term/xterm.el (terminal-init-xterm): Likewise.
24357
24358 * term/README: Describe the terminal-init-* functionality.
24359
24360 * startup.el (command-line): After loading the terminal initialization
24361 file call the corresponding terminal initialization function.
24362
24363 2005-07-27 Kenichi Handa <handa@m17n.org>
24364
24365 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
24366 negative.
24367
24368 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
24369 (ps-mule-composition-prologue): Fix for the case that
24370 RelativeCompose is false.
24371
24372 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
24373
24374 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
24375
24376 * descr-text.el (describe-char): Handle the case where the list of
24377 chars is displayed in a separate frame.
24378 Be a bit more discriminating when looking for the char.
24379
24380 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
24381
24382 * bookmark.el (bookmark-automatically-show-annotations)
24383 (bookmark-read-annotation-text-func): Doc fixes.
24384 (bookmark-save): Improve argument/docstring consistency.
24385 (bookmark-get-bookmark, bookmark-get-bookmark-record)
24386 (bookmark-alist-from-buffer)
24387 (bookmark-upgrade-file-format-from-0)
24388 (bookmark-grok-file-format-version)
24389 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
24390 (bookmark-read-annotation-mode)
24391 (bookmark-insert-current-bookmark, bookmark-jump)
24392 (bookmark-exit-hook): Fix typos in docstrings.
24393 (bookmark-exit-hooks): Define as obsolete alias.
24394 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
24395 not `bookmark-exit-hooks'. Fix docstring.
24396 (bookmark-bmenu-select): "?\ " -> "?\s".
24397
24398 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
24399
24400 * startup.el (command-line): Fix typo.
24401
24402 2005-07-24 Richard M. Stallman <rms@gnu.org>
24403
24404 * tooltip.el (tooltip-mode): Test emacs-basic-display,
24405 not emacs-quick-startup.
24406
24407 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
24408
24409 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
24410 (reb-next-match, reb-show-subexp): Use `with-selected-window'
24411 instead of `reb-with-current-window'.
24412 (reb-prev-match): Likewise. Also, don't move left if the search
24413 was unsuccessful.
24414 (reb-initialize-buffer): New function.
24415 (re-builder, reb-change-syntax): Use it.
24416
24417 * man.el (Man-goto-page): Make second argument NOERROR optional.
24418
24419 2005-07-23 Richard M. Stallman <rms@gnu.org>
24420
24421 * man.el (Man-bgproc-sentinel): Check here for failure to find
24422 any man page in the output, and report the error here.
24423 (Man-arguments): Make it permanent local.
24424 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
24425 (Man-mode): Pass t for NOERROR.
24426
24427 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
24428 (grep-mode-font-lock-keywords):
24429 Don't use compilation-...-face for messages that are not file names.
24430
24431 * progmodes/compile.el (compilation-mode-font-lock-keywords):
24432 Don't use compilation-...-face for messages that are not file names.
24433
24434 2005-07-22 Juri Linkov <juri@jurta.org>
24435
24436 * startup.el (normal-splash-screen): Update menu name.
24437
24438 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
24439
24440 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
24441
24442 * term/xterm.el: Load term/rxvt if the terminal is actually an
24443 rxvt terminal.
24444 (xterm-rxvt-set-background-mode): Remove, not used anymore.
24445
24446 * term/rxvt.el (function-key-map): Use substitute-key-definition
24447 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
24448
24449 * term/cygwin.el: New file.
24450
24451 2005-07-22 Kim F. Storm <storm@cua.dk>
24452
24453 * image-file.el (insert-image-file, image-file-yank-handler):
24454 Fix last change to maintain a (unique) yank-handler on yanked images.
24455
24456 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
24457
24458 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
24459 of the file size (as in "177B" for 177 bytes). This happens with
24460 "ls -lh" on FreeBSD.
24461
24462 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
24463
24464 * hilit-chg.el (highlight-changes-global-initial-state)
24465 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
24466 (hilit-chg-fixup, highlight-changes-mode):
24467 Fix typos in docstrings.
24468 (highlight-changes-global-modes, highlight-changes-rotate-faces):
24469 Doc fixes.
24470
24471 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
24472
24473 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
24474 mode function using `eval-after-load'.
24475
24476 2005-07-21 Kim F. Storm <storm@cua.dk>
24477
24478 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
24479 included when reporting an Emacs crash, and tell about the DEBUG file.
24480
24481 * image-file.el (insert-image-file): Add yank-handler.
24482 (image-file-yank-handler): Yank handler to make unique copies of
24483 images when they are yanked into a buffer next to each other.
24484
24485 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
24486
24487 * comint.el (comint-use-prompt-regexp, comint-send-input)
24488 (comint-source-default, comint-extract-string)
24489 (comint-get-source, comint-word, comint-completion)
24490 (comint-source, comint-prompt-read-only, comint-update-fence):
24491 Fix typos in docstrings.
24492 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
24493 Declare with define-obsolete-*-alias macros.
24494 (comint-previous-matching-input-from-input)
24495 (comint-next-matching-input-from-input)
24496 (comint-previous-matching-input, comint-next-matching-input)
24497 (comint-forward-matching-input):
24498 Improve argument/docstring consistency.
24499
24500 * desktop.el (desktop-clear-preserve-buffers-regexp):
24501 Also preserve the *server* buffer.
24502
24503 * simple.el (clone-indirect-buffer): Doc fix.
24504 (fixup-whitespace, just-one-space)
24505 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
24506 (next-error, next-error-highlight)
24507 (next-error-highlight-no-select, next-error-last-buffer)
24508 (next-error-buffer-p, next-error-find-buffer, next-error)
24509 (previous-error, next-error-no-select, previous-error-no-select)
24510 (open-line, split-line, minibuffer-prompt-width, kill-new)
24511 (binary-overwrite-mode): Fix typos in docstrings.
24512 (set-fill-column): Fix typo in message.
24513
24514 * skeleton.el (skeleton-proxy-new): Doc fix.
24515
24516 * strokes.el (strokes-load-hook): Doc fix.
24517 (strokes-grid-resolution, strokes-get-grid-position)
24518 (strokes-renormalize-to-grid, strokes-read-stroke)
24519 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
24520 (strokes-global-map): Fix typos in docstrings.
24521 (strokes-help): Doc fix. Fix help message and pass it through
24522 `substitute-command-keys'.
24523
24524 * tempo.el (tempo-insert-prompt, tempo-interactive)
24525 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
24526 (tempo-insert-string-functions, tempo-local-tags)
24527 (tempo-define-template, tempo-insert-template)
24528 (tempo-insert-prompt-compat, tempo-is-user-element)
24529 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
24530 Fix typos in docstrings.
24531
24532 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
24533 (vcursor-key-bindings, vcursor-use-vcursor-map)
24534 (vcursor-find-window, vcursor-scroll-down)
24535 (vcursor-disable, vcursor-beginning-of-buffer)
24536 (vcursor-end-of-buffer): Fix typos in docstrings.
24537 (vcursor-relative-move, vcursor-get-char-count):
24538 Improve argument/docstring consistency.
24539
24540 * version.el: "?\ " -> "?\s".
24541
24542 * wid-edit.el (widget-default-create, widget-after-change)
24543 (widget-default-format-handler, widget-checklist-add-item)
24544 (widget-radio-add-item, widget-choose, widget-specify-secret)
24545 (widget-field-value-create, widget-field-value-get)
24546 (widget-editable-list-format-handler)
24547 (widget-editable-list-entry-create, widget-group-value-create)
24548 (widget-documentation-link-add)
24549 (widget-documentation-string-value-create): "?\ " -> "?\s".
24550 (widget-convert-text): Doc fix.
24551 (widget-narrow-to-field, widget-field-find)
24552 (widget-url-link-action, widget-emacs-library-link-action)
24553 (widget-color-notify): Fix typos in docstrings.
24554
24555 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
24556 (x-select-text, set-w32-system-coding-system)
24557 (w32-add-charset-info): Fix typos in docstrings.
24558
24559 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
24560 (cua-enable-cua-keys, cua-use-hyper-key)
24561 (cua-virtual-rectangle-edges): Fix typos in docstrings.
24562 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
24563
24564 * net/tramp.el (tramp-handle-load): Fix typo in error message.
24565
24566 * emacs-lisp/re-builder.el (regexp-builder): Declare with
24567 `defalias' instead of faking it.
24568
24569 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
24570 (eshell-ls-missing, eshell-ls-dired-initial-args)
24571 (eshell-ls-use-in-dired): Fix typos in docstrings.
24572
24573 2005-07-20 Kim F. Storm <storm@cua.dk>
24574
24575 * emulation/cua-base.el (cua-mode): Improve doc string.
24576
24577 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
24578
24579 * abbrev.el (expand-region-abbrevs): Doc fix.
24580 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
24581 Improve argument/docstring consistency.
24582
24583 * arc-mode.el (archive-get-descr, archive-alternate-display):
24584 Doc fixes.
24585 (archive-l-e): Improve argument/docstring consistency.
24586 (archive-tmpdir, archive-unixdate, archive-unixtime)
24587 (archive-chmod-entry): Fix typos in docstrings.
24588 (archive-unflag, archive-unflag-backwards)
24589 (archive-unmark-all-files): "?\ " -> "?\s".
24590
24591 * buff-menu.el (Buffer-menu-unmark): Doc fix.
24592 (Buffer-menu-not-modified, Buffer-menu-execute)
24593 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
24594 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
24595
24596 * composite.el (compose-string, encode-composition-rule)
24597 (compose-last-chars): Fix typos in docstrings.
24598
24599 * desktop.el (desktop-enable, desktop-basefilename):
24600 Declare with `define-obsolete-variable-alias'.
24601 (desktop-internal-v2s): Don't quote keywords.
24602 (desktop-clear): "?\ " -> "?\s".
24603
24604 * dired.el (dired-align-file, dired-flag-backup-files)
24605 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
24606 (dired-listing-switches, dired-ls-F-marks-symlinks)
24607 (dired-dwim-target, dired-load-hook, dired-mode-hook)
24608 (dired-directory, dired-faces, dired, dired-revert)
24609 (dired-mode, dired-summary, dired-view-file)
24610 (dired-copy-filename-as-kill, dired-delete-file)
24611 (dired-no-confirm, dired-unmark-all-marks)
24612 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
24613 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
24614 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
24615 Fix typos in message strings.
24616
24617 * dired-x.el (virtual-dired): Declare with `defalias'.
24618 (dired-mark-unmarked-files, dired-local-variables-file)
24619 (dired-omit-here-always): Doc fix.
24620 (dired-omit-mode, dired-find-subdir)
24621 (dired-enable-local-variables, dired-clean-up-buffers-too)
24622 (dired-extra-startup, dired-mark-extension, dired-jump)
24623 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
24624 (dired-smart-shell-command, dired-guess-shell-alist-user)
24625 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
24626 (dired-x-bind-find-file, dired-x-submit-report):
24627 Fix typos in docstrings.
24628 (dired-mark-unmarked-files): "?\ " -> "?\s".
24629
24630 * dirtrack.el (dirtrack-list): Fix typos in docstring.
24631
24632 * faces.el (describe-face): "?\ " -> "?\s".
24633 (read-all-face-attributes, read-face-font, modify-face)
24634 (face-attr-construct, italic): Fix typos in docstrings.
24635 (frame-update-face-colors): Declare with
24636 `define-obsolete-function-alias'.
24637
24638 * files.el (find-file-noselect, recode-file-name): Doc fixes.
24639 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
24640 (magic-mode-alist, buffer-file-numbers-unique)
24641 (write-file-functions, get-free-disk-space):
24642 Fix typos in docstrings.
24643 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
24644 (write-contents-hooks, write-file-hooks):
24645 Declare with `define-obsolete-variable-alias'.
24646
24647 * forms-d2.el (arch-rj): Fix typo in docstrings.
24648 (arch-tocol): Likewise. "?\ " -> "?\s".
24649
24650 * frame.el (set-frame-font, cursor-in-non-selected-windows):
24651 Fix typo in docstring.
24652 (set-screen-width, set-screen-height): Delete redundant info in
24653 doctrings.
24654 (new-frame, screen-height, screen-width): Declare with
24655 `define-obsolete-function-alias'.
24656 (delete-frame-hook, blink-cursor): Declare with
24657 `define-obsolete-variable-alias'.
24658
24659 * paths.el (prune-directory-list): Fix typos in docstring.
24660
24661 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
24662 (cvs-prefix-get): Fix typos in docstrings.
24663
24664 * ps-print.el (ps-extend-face-list, ps-extend-face)
24665 (ps-print-background-image): Fix typos in docstrings.
24666 (ps-default-fg, ps-default-bg): Doc fixes.
24667
24668 * s-region.el (s-region-bind): Doc fix.
24669 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
24670
24671 * textmodes/org.el (org-table-formula-substitute-names)
24672 (org-table-get-vertical-vector): Doc fixes.
24673 (org-table-recalculate): Remove unused argument to `message'.
24674
24675 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
24676
24677 * textmodes/org.el (org-table-column-names)
24678 (org-table-column-name-regexp)
24679 (org-table-named-field-locations): New variables.
24680 (org-archive-subtree): Protect `this-command' when calling
24681 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
24682 the kill buffer.
24683 (org-complete): Remove fixed-formula completion.
24684 (org-edit-formulas-map): New variable.
24685 (org-table-edit-formulas): New command.
24686 (org-finish-edit-formulas, org-abort-edit-formulas)
24687 (org-show-variable, org-table-get-vertical-vector): New functions.
24688 (org-table-maybe-eval-formula): Handle `:=' fields.
24689 (org-table-get-stored-formulas, org-table-store-formulas)
24690 (org-table-get-formula, org-table-modify-formulas)
24691 (org-table-replace-in-formulas): Handle named field formulas.
24692 (org-table-get-specials): Store locations of named fields.
24693
24694 2005-07-19 Juri Linkov <juri@jurta.org>
24695
24696 * progmodes/grep.el (grep-regexp-alist)
24697 (grep-mode-font-lock-keywords, grep-process-setup):
24698 Use default GNU grep match color "01;31m" instead of "01;41m".
24699 (grep-regexp-alist, grep-mode-font-lock-keywords):
24700 Use `\\[[0-9]*m' instead of `\\[00m'.
24701 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
24702 sgr_start where its handling is more important. Use the real
24703 length of sgr_start instead of constant 8.
24704 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
24705 specially. Delete all remaining escape sequences.
24706 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
24707 (grep-regexp-alist): Make hyperlink only for binary file name
24708 instead of the whole line.
24709 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
24710 (grep-mode): Add autoload.
24711
24712 * emacs-lisp/find-func.el (find-function-regexp):
24713 Add `define-compilation-mode'.
24714
24715 2005-07-19 Juri Linkov <juri@jurta.org>
24716
24717 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
24718 (compare-windows-sync-string-size, compare-windows-recenter)
24719 (compare-windows-highlight, compare-windows): Add version 22.1.
24720 (compare-windows) <defface>: Inherit from lazy-highlight instead
24721 of duplicating its default value.
24722
24723 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
24724 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
24725
24726 * descr-text.el (describe-char): Create link buttons for `charset'
24727 and `code point'. Add the current input method name with a link
24728 button to `to input' field. Print face names of display table
24729 characters in `The display table entry is displayed by' section
24730 instead of printing face-id in the `display' field.
24731 Guess hardcoded faces and create a link button for them.
24732 Skip empty fields when calculating max-width.
24733 Treat `widget-create' specially while inserting strings from the
24734 collected field list.
24735 (describe-char-after): Made obsolete in version 22.1, not 21.5.
24736
24737 * diff-mode.el (diff-file-header): Change foreground color from
24738 yellow to green on light backgrounds.
24739 (diff-context): Inherit from `shadow' only for color/grayscale
24740 with more than 88 colors.
24741 (diff-indicator-removed, diff-indicator-added)
24742 (diff-indicator-changed): New faces.
24743 (diff-font-lock-keywords): Use new faces. Regroup rules.
24744 Add "^---$" for `normal' diff format. Fontify `#' lines with
24745 font-lock-comment-delimiter-face and font-lock-comment-face.
24746 Add `#' to ^[^...] in the rule for `diff-context-face'.
24747
24748 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
24749 a button-like box. Inherit from `highlight' on low colors.
24750 (shadow): Use shades of gray only for color/grayscale with
24751 more than 88 colors. Use green for light backgrounds with
24752 8 colors, and yellow for dark backgrounds with 8 colors.
24753
24754 * font-lock.el (font-lock-regexp-grouping-backslash):
24755 Don't inherit from escape-glyph (use bold for all cases).
24756
24757 * info.el (info-xref-visited): Use light foreground color `violet'
24758 for dark backgrounds instead of dark color `magenta3'.
24759 (info-title-1): Use `yellow' color for dark backgrounds.
24760
24761 * isearch.el (isearch): Use not-too-dark magenta3 instead of
24762 too-light magenta2.
24763
24764 * replace.el (match): Use slightly more light RoyalBlue3 instead
24765 of dark RoyalBlue4.
24766
24767 * wid-edit.el (widget-inactive): Inherit from `shadow'.
24768
24769 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
24770
24771 * novice.el (disabled-command-hook): Declare it with
24772 `define-obsolete-variable-alias'.
24773
24774 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
24775 (desktop-buffer-misc-functions, desktop-buffer-handlers)
24776 (desktop-load-default): Add release to obsolescence info.
24777 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
24778 (desktop-append-buffer-args, desktop-read):
24779 Fix typos in docstrings.
24780 (desktop-kill): Fix typo in message.
24781 (desktop-save): Doc fix.
24782
24783 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
24784
24785 * viper-cmd.el (viper-escape-to-state): Bug fix.
24786 (viper-envelop-ESC-key): Change the definition of fast
24787 keysequence so it'll work with keyboard macros.
24788
24789 * ediff.el (ediff-patch-buffer): Change the docstring.
24790
24791 2005-07-19 Kenichi Handa <handa@m17n.org>
24792
24793 * international/mule-cmds.el (select-safe-coding-system): Try to
24794 use an auto-coding (if any) before anything else. If the found
24795 auto-coding is invalid, show a warning message.
24796
24797 * international/mule.el (find-auto-coding): New function created
24798 by modifying the body of set-auto-coding.
24799 (set-auto-coding): Use find-auto-coding to find a coding.
24800
24801 2005-07-18 Richard M. Stallman <rms@gnu.org>
24802
24803 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
24804 not isearch-mode-end-hook-error.
24805 (allout-before-change-protect): Fix error message.
24806
24807 2005-07-18 Juri Linkov <juri@jurta.org>
24808
24809 * allout.el (allout-mode):
24810 * calculator.el (calculator-copy):
24811 * custom.el (custom-known-themes):
24812 * dired.el (dired-desktop-buffer-misc-data)
24813 (dired-restore-desktop-buffer):
24814 * dired-x.el (dired-omit-marker-char):
24815 * files.el (basic-save-buffer):
24816 * font-core.el (font-lock-mode):
24817 * calendar/calendar.el (calendar-goto-hebrew-date)
24818 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
24819 (calendar-goto-persian-date):
24820 * language/ethio-util.el (ethio-sera-to-fidel-region):
24821 * textmodes/picture.el (picture-mode):
24822 Delete duplicate duplicate words.
24823
24824 2005-07-18 Juri Linkov <juri@jurta.org>
24825
24826 * isearch.el (isearch-mode-map): Remove key bindings for regexp
24827 chars * ? } |.
24828 (isearch-fallback): Don't call `isearch-process-search-char'.
24829 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
24830 (isearch-process-search-char): Call `isearch-fallback' for regexp
24831 chars * ? } |.
24832 (isearch-return-char): Make obsolete with `make-obsolete' instead
24833 of simply documenting it as obsolete in the docstring.
24834 (isearch-fallback): Refill docstring.
24835
24836 * international/isearch-x.el
24837 (isearch-process-search-multibyte-characters): Remove unneeded
24838 `concat'. Add intermediate values to `junk-hist' instead of
24839 `minibuffer-history'. Test the length of `str'.
24840
24841 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
24842
24843 * allout.el (allout-resolve-xref): Fix typos in error strings.
24844 (allout-before-change-protect): Remove unneeded `concat'.
24845
24846 * array.el (array-mode, array-reconfigure-rows)
24847 (untabify-backward): Fix typos in docstrings.
24848 (array-reconfigure-rows): Use `insert-buffer-substring', not
24849 `insert-buffer'.
24850
24851 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
24852 * progmodes/ada-mode.el (ada-make-body):
24853 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
24854
24855 * dired.el (dired-log):
24856 * tar-mode.el (tar-subfile-save-buffer):
24857 * play/zone.el (zone-pgm-stress-destress):
24858 Use `insert-buffer-substring', not `insert-buffer'.
24859
24860 2005-07-17 Simon Josefsson <jas@extundo.com>
24861
24862 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
24863
24864 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
24865
24866 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
24867 Add plain auth method.
24868 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
24869
24870 2005-07-17 Kim F. Storm <storm@cua.dk>
24871
24872 * ido.el (dired-other-window): Add ido property.
24873
24874 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
24875
24876 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24877 Fix typo in docstring.
24878 (byte-compile-interactive-only-functions): Add `insert-buffer' and
24879 `insert-file-literally'.
24880
24881 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
24882 info and delete redundant message. Doc fix.
24883 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
24884 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
24885
24886 2005-07-16 Richard M. Stallman <rms@gnu.org>
24887
24888 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
24889 (byte-compile-and): Use byte-compile-and-recursion.
24890 (byte-compile-or-recursion): New function.
24891 (byte-compile-or): Use that.
24892 (byte-compile-if): Guard the else-clause too.
24893 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
24894
24895 * isearch.el (isearch-mode-end-hook-quit): New variable.
24896 (isearch-done): Bind it.
24897 (isearch-mode-end-hook): Doc fix.
24898
24899 * allout.el (allout-isearch-did-quit): Variable deleted.
24900 (allout-real-isearch-abort): Function name no longer used.
24901 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
24902 (allout-isearch-rectification): isearch-mode always exists.
24903 Don't set allout-isearch-did-quit.
24904 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
24905 allout-isearch-did-quit.
24906 (allout-enwrap-isearch): Just add the hook.
24907 (allout-isearch-abort): Function deleted.
24908 (allout-pre-command-business): Avoid warning.
24909
24910 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
24911 Correctly avoid warnings.
24912 (pascal-outline): Likewise.
24913
24914 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
24915
24916 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
24917
24918 * play/tetris.el (tetris-mode): Avoid warning.
24919
24920 * play/snake.el (snake-mode): Avoid warning.
24921
24922 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
24923 (gamegrid-set-display-table): Avoid warning.
24924 (gamegrid-set-timer): Likewise.
24925 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
24926 (gamegrid-add-score-with-update-game-score-1): Take FILE
24927 as argument.
24928 (gamegrid-add-score-with-update-game-score): Pass that argument.
24929 Rename have-shared-game-dir to gamegrid-shared-game-dir.
24930
24931 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
24932
24933 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
24934 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
24935
24936 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
24937 and insert-file.
24938
24939 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
24940 (sc-ask): Avoid warnings.
24941
24942 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
24943 (eshell-hist-initialize): Use that var the natural way.
24944
24945 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
24946
24947 * emacs-lisp/re-builder.el (reb-cook-regexp):
24948 Avoid warning calling lre-compile-string.
24949 (reb-color-display-p): Avoid warning.
24950
24951 * calculator.el (calculator-last-input): Guard uses
24952 of event-key and key-press-event-p.
24953 (event-key, key-press-event-p): Delete definitions.
24954
24955 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
24956 (find-gc-source-directory, find-gc-subrs-callers)
24957 (find-gc-noreturn-list, find-gc-source-files)
24958 (find-gc-subrs-called): Vars renamed and defvar'd.
24959
24960 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
24961 (checkdoc-overlay-put, checkdoc-delete-overlay)
24962 (checkdoc-overlay-start, checkdoc-overlay-end)
24963 (checkdoc-mode-line-update, checkdoc-char=):
24964 Define such that compiler knows they are defined.
24965 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
24966 (checkdoc-read-event): Delete. Use read-event directly.
24967
24968 * whitespace.el (whitespace-make-overlay)
24969 (whitespace-overlay-put, whitespace-delete-overlay)
24970 (whitespace-overlay-start, whitespace-overlay-end):
24971 Define such that compiler knows they are defined.
24972 (whitespace): Move conditional inside.
24973
24974 * tempo.el (tempo-insert-template): Suppress warning.
24975
24976 * ediff-diff.el (longlines-mode): Add defvar.
24977
24978 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
24979
24980 * server.el: Bind "C-x #" in a way that works even if C-x is
24981 redefined to a command key, not a prefix key.
24982
24983 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
24984
24985 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
24986 cl-make-type-test till execution time.
24987
24988 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
24989
24990 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
24991 arg ARG and use it.
24992
24993 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
24994
24995 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
24996
24997 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
24998
24999 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
25000 a defcustom with two :set or :type keywords.
25001
25002 2005-07-15 Richard M. Stallman <rms@gnu.org>
25003
25004 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
25005 Don't give ^M comment-end syntax.
25006
25007 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
25008
25009 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
25010 Don't consider gdbmi (gdb-mi.el has its own update functions).
25011 (gdb-var-delete): Make it work for gdbmi as well.
25012 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
25013
25014 * progmodes/gud.el (etags, sdb): Only require etags when needed.
25015 (gud-speedbar-menu-items): Correct logic for enabling items.
25016
25017 2005-07-15 Kim F. Storm <storm@cua.dk>
25018
25019 * ido.el: Fix commentary.
25020 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
25021 Use with-no-warnings around ffap-guesser.
25022 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
25023 Let bind minibuffer-completing-file-name to t.
25024
25025 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
25026
25027 * startup.el (site-run-file, keyboard-type): Doc fixes.
25028 (command-line): Check for "--basic-display" argument; also for
25029 "--quick", not "--bare-bones" (which was renamed).
25030 (fancy-splash-text): Add missing item "Getting New Versions".
25031 (normal-splash-screen): Fix typos and improve consistency with
25032 `fancy-splash-text'. Update copyright year.
25033
25034 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
25035 valid binding for `help-char'.
25036
25037 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
25038
25039 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
25040
25041 * term.el (term-mode): Disable cua-mode for term buffers.
25042
25043 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
25044
25045 * add-log.el (add-log-mailing-address, change-log-merge):
25046 Doc fixes.
25047 (change-log-get-method-definition): Fix typo in docstring.
25048
25049 2005-07-14 Kim F. Storm <storm@cua.dk>
25050
25051 * emulation/cua-base.el:
25052 (cua--pre-command-handler-1, cua--pre-command-handler)
25053 (cua--post-command-handler-1, cua--post-command-handler):
25054 Split in two. Check (buffer local) value of cua-mode.
25055 (cua-selection-mode): New command.
25056
25057 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
25058
25059 * custom.el (custom-initialize-safe-set)
25060 (custom-initialize-safe-default): Doc fixes.
25061
25062 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
25063 and simplify :init-value again.
25064
25065 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
25066 and simplify :init-value again. Delete autoload.
25067
25068 * startup.el (command-line): Use `custom-reevaluate-setting' again
25069 for tooltip-mode.
25070
25071 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
25072 a defcustom with two :initialize keywords.
25073
25074 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
25075
25076 * allout.el (my-mark-marker, allout-isearch-prior-pos)
25077 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
25078 (allout-post-command-business, allout-flag-region)
25079 (isearch-reenable-font-lock, allout-yank)
25080 (allout-insert-latex-header, allout-insert-latex-trailer)
25081 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
25082 (allout-latex-verb-quote): Fix typos in docstrings.
25083 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
25084 (allout-unprotected, allout-prefix-data):
25085 Improve argument/docstring consistency.
25086 (allout-chart-subtree): Fix argument spec.
25087 (allout-open-topic): Rename `use_sib_bullet' argument to
25088 `use-sib-bullet'. Doc fix.
25089
25090 * whitespace.el (whitespace-check-buffer-leading)
25091 (whitespace-check-buffer-trailing)
25092 (whitespace-check-buffer-indent)
25093 (whitespace-check-buffer-spacetab)
25094 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
25095 (whitespace-check-leading-whitespace)
25096 (whitespace-check-trailing-whitespace)
25097 (whitespace-check-spacetab-whitespace)
25098 (whitespace-check-indent-whitespace)
25099 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
25100 (whitespace-modes): Fix typos in docstrings.
25101 (defgroup, defcustom): Doc fixes.
25102
25103 * winner.el (winner-mode, winner-boring-buffers)
25104 (winner-pending-undo-ring): Doc fixes.
25105 (winner-ring): Remove unneeded `progn'.
25106 (winner-equal): `defsubst' it.
25107 (winner-redo): Fix message.
25108
25109 2005-07-13 Kim F. Storm <storm@cua.dk>
25110
25111 * simple.el (line-move-1): Always use vertical-motion to
25112 do the last (or only) line move to ensure some movement.
25113 Undo 2005-06-23 change--don't check for overlays.
25114
25115 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25116
25117 * term/mac-win.el (ccl-encode-mac-roman-font)
25118 (ccl-encode-mac-centraleurroman-font)
25119 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
25120 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
25121 Change charset-id boundary of dimension to ?\xef.
25122 (mac-char-fontspec-list): New constant.
25123 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
25124 argument. Nil uses itself as family in font-spec. Previous
25125 behavior for nil is now provided by non-nil non-string argument.
25126 All callers changed. Add font-specs for Mac fonts to
25127 "fontset-default" unless iso8859-1 fonts are installed.
25128
25129 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
25130
25131 * progmodes/sh-script.el (sh-get-indent-info): Only indent
25132 a continuation line if the \ is preceded by SPC or TAB.
25133 (sh-get-indent-info): Simplify.
25134 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
25135 Use with-current-buffer.
25136
25137 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
25138 when the matched text is empty.
25139
25140 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
25141
25142 * startup.el (command-line): Revert to previous handling of
25143 tooltip-mode. Explain in comment why the complexity is needed.
25144
25145 * tooltip.el (tooltip-mode): Revert to previous implementation of
25146 its defcustom.
25147
25148 * frame.el (blink-cursor-mode): Revert to previous implementation
25149 of its defcustom. Update comment.
25150
25151 2005-07-12 Lars Hansen <larsh@soem.dk>
25152
25153 * desktop.el: Update e-mail address.
25154
25155 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
25156
25157 * term/mac-win.el (mac-services-mail-selection)
25158 (mac-services-mail-to): New functions.
25159 (mac-application-menu-map): Bind them.
25160
25161 2005-07-12 wulei <milton@wulei.net> (tiny change)
25162
25163 * progmodes/gdb-ui.el: Add note about buffering with Windows.
25164
25165 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
25166
25167 * custom.el (custom-reevaluate-setting): Doc fix.
25168
25169 2005-07-11 Jay Belanger <belanger@truman.edu>
25170
25171 * calc/calc.el (calc-embedded-announce-formula-alist)
25172 (calc-embedded-open-close-plain-alist)
25173 (calc-embedded-open-close-mode-alist): Add checks for additional
25174 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
25175
25176 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
25177
25178 * custom.el (custom-enable-theme): Don't add theme to
25179 `custom-enabled-themes' with `push' because there is no
25180 setf-method for `delq'.
25181
25182 2005-07-11 Richard M. Stallman <rms@gnu.org>
25183
25184 * custom.el (custom-declare-variable): Doc fix.
25185
25186 * dired-aux.el (dired-compare-directories): Remove "." and ".."
25187 from the alists.
25188
25189 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
25190 Do nothing if edebug-active.
25191
25192 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
25193 (edebug-display): Do it here instead.
25194
25195 2005-07-10 Richard M. Stallman <rms@gnu.org>
25196
25197 * cus-face.el (custom-theme-set-faces): Make it work.
25198 (custom-reset-faces): Doc fix.
25199 (custom-theme-reset-internal-face, custom-theme-face-value):
25200 Functions deleted.
25201
25202 * custom.el (custom-push-theme): Maintain list of the settings
25203 of a given theme in its theme-settings property.
25204 Maintain position of old settings in the theme-value
25205 or theme-face property.
25206 (custom-enabled-themes): New variable.
25207 (custom-theme-enabled-p): New function.
25208 (provide-theme): Update custom-enabled-themes.
25209 Disable and reenable the `user' theme.
25210 (require-theme): Doc fix.
25211 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
25212 (custom-theme-value, custom-theme-variable-value): Likewise.
25213 (custom-theme-reset-internal): Likewise.
25214 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
25215 (custom-enable-theme, custom-disable-theme): New functions.
25216 (custom-variable-theme-value, custom-face-theme-value): Likewise.
25217 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
25218 (custom-theme-reset-variables): Simplify.
25219 (deftheme, custom-declare-theme, custom-make-theme-feature):
25220 Definitions moved.
25221
25222 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
25223
25224 * longlines.el (longlines-show-region)
25225 (longlines-unshow-hard-newlines): Recognize hard newlines by
25226 non-nil hard property, instead of t.
25227
25228 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
25229
25230 * viper-cmd.el (viper--key-maps): New variable.
25231 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
25232 emulation-mode-map-alists.
25233 (viper-envelop-ESC-key): Use viper-subseq.
25234 (viper-search-forward/backward/next): Disable debug-on-error.
25235
25236 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
25237 (viper-ESC-key): New defcustoms.
25238
25239 * viper-macs.el (ex-map-read-args): Use viper-subseq.
25240
25241 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
25242 (viper-subseq): Copy of subseq from cl.el.
25243
25244 * viper.el (viper-go-away, viper-set-hooks): Use
25245 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
25246
25247 * viper-mous.el (viper-current-frame-saved): Use defvar.
25248
25249 * viper-init.el: Get rid of -face in face names.
25250
25251 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
25252 Make it work with longlines mode.
25253
25254 * ediff-mult.el (ediff-meta-mode-hook): New variable.
25255
25256 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
25257
25258 * ediff-init.el: Get rid of -face in face names.
25259
25260 2005-07-10 Richard M. Stallman <rms@gnu.org>
25261
25262 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
25263 and with-timeout-unsuspend.
25264
25265 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
25266 and with-timeout-unsuspend.
25267
25268 * emacs-lisp/timer.el (with-timeout-timers): New variable.
25269 (with-timeout): Bind that variable to record timers.
25270 (with-timeout-suspend, with-timeout-unsuspend): New functions.
25271
25272 * emacs-lisp/debug.el (debug-help-follow): New function.
25273 (debugger-mode-map): Use that instead of help-follow.
25274 (debugger-setup-buffer): Use eval-buffer-list
25275 to handle eval-buffer frames.
25276
25277 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
25278
25279 * timezone.el (timezone-parse-date): Change first regexp
25280 so it will not mistakenly match dates with no time zone.
25281
25282 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
25283
25284 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
25285
25286 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
25287
25288 * custom.el (custom-initialize-safe-set)
25289 (custom-initialize-safe-default): New functions.
25290
25291 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
25292 and simplify :init-value.
25293
25294 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
25295 and simplify :init-value. Delete obsolete comment.
25296
25297 * startup.el (command-line): Use `custom-reevaluate-setting' to
25298 handle `tooltip-mode'. Delete obsolete comment.
25299
25300 * files.el (set-visited-file-name): Avoid calling
25301 `file-name-nondirectory' with a nil argument.
25302
25303 2005-07-09 Richard M. Stallman <rms@gnu.org>
25304
25305 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
25306 was called with nil for the buffer, handle the read position right.
25307 Handle read position for eval-region, too.
25308
25309 2005-07-09 Juri Linkov <juri@jurta.org>
25310
25311 * fringe.el (fringe-mode): Add period in docstring.
25312 (fringe-query-style): Build prompt depending on `all-frames' arg.
25313
25314 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
25315 to not create links to unrelated functions in the Help buffer.
25316
25317 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
25318 Doc fix.
25319
25320 * simple.el (next-error-hook): New variable.
25321 (next-error): Use it. Doc fix.
25322
25323 * textmodes/ispell.el (ispell-command-loop): Add current
25324 dictionary name and program name to mode-line-format.
25325 (ispell-region, ispell-process-line): Add current dictionary name
25326 and program name to messages.
25327
25328 2005-07-08 Jay Belanger <belanger@truman.edu>
25329
25330 * calc/calc.el (calc-embedded-announce-formula-alist)
25331 (calc-embedded-open-close-formula-alist)
25332 (calc-embedded-open-close-word-alist)
25333 (calc-embedded-open-close-plain-alist)
25334 (calc-embedded-open-close-new-formula-alist)
25335 (calc-embedded-open-close-mode-alist)
25336 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
25337 (calc-embedded-mode-hook): New variables.
25338
25339 * calc/calc-embed.el (calc-embedded-firsttime)
25340 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
25341 New variables.
25342 (calc-do-embedded): Use calc-embedded-firsttime,
25343 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
25344 determine whether or not to run hooks.
25345 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
25346 calc-embedded-firsttime-formula appropriately.
25347 Set calc-embedded delimiter variables according to mode.
25348
25349 2005-07-08 Richard M. Stallman <rms@gnu.org>
25350
25351 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
25352 Check for "emacs", etc., as entire symbol, not just as word.
25353 (checkdoc-file-comments-engine): Use regexp-quote on FN.
25354
25355 * files.el (set-visited-file-name): Report the error
25356 for "empty filename" earlier.
25357 (kill-some-buffers): Ignore buffers already dead.
25358
25359 * fringe.el (fringe-mode): Doc fix.
25360
25361 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
25362 Check for (featurep 'xemacs) and turn off warnings in what it guards.
25363 Use unwind-protect to ensure byte-compile-unresolved-functions
25364 is updated.
25365
25366 * whitespace.el (whitespace-buffer-leading-cleanup):
25367 Simplify w/ skip-chars-forward.
25368 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
25369
25370 * mail/rmail.el (rmail-only-expunge): Fix paren error.
25371 Unconditionally try to leave point at the same old place.
25372
25373 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
25374
25375 * comint.el (comint-postoutput-scroll-to-bottom)
25376 (comint-show-maximum-output): Take scroll-margin into consideration.
25377
25378 2005-07-08 Kim F. Storm <storm@cua.dk>
25379
25380 * ido.el (ido-use-filename-at-point): New choice `guess'.
25381 (ido-file-internal): Try ffap-guesser if selected.
25382
25383 * ido.el (ido-before-fallback-functions): New hook.
25384 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
25385 (ido-read-file-name): Run it.
25386
25387 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
25388
25389 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
25390 strings rather than a list of symbols to the completion function.
25391
25392 2005-07-07 Jay Belanger <belanger@truman.edu>
25393
25394 * calc/calc-units.el (math-apply-units): Change the places in
25395 which units are simplified.
25396
25397 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
25398
25399 * cus-edit.el (customize-option, customize-option-other-window):
25400 Make them handle aliases.
25401
25402 * custom.el (custom-variable-p): Make it recursively follow
25403 aliases. Mention that in the docstring.
25404
25405 2005-07-07 Richard M. Stallman <rms@gnu.org>
25406
25407 * cus-start.el (exec-path): Use `directory' instead of `file'.
25408 Fix tag for nil.
25409
25410 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
25411
25412 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
25413 when called non-interactively. Doc fix.
25414
25415 2005-07-07 Lute Kamstra <lute@gnu.org>
25416
25417 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
25418 new address as well.
25419
25420 2005-07-07 Kenichi Handa <handa@m17n.org>
25421
25422 * international/mule.el (make-coding-system):
25423 Describe `ascii-incompatible' property in the docstring.
25424 (set-file-name-coding-system): Signal an error if coding-system is
25425 ascii-incompatible.
25426 (set-keyboard-coding-system): Likewise.
25427
25428 * international/mule-cmds.el (set-default-coding-systems):
25429 Don't set default-file-name-coding-system and
25430 default-keyboard-coding-system if coding-system is ASCII-incompatible.
25431
25432 * international/utf-16.el: Declare that all UTF-16-based coding
25433 systems are ASCII-incompatible.
25434
25435 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
25436
25437 * progmodes/gud.el: Require font-lock for displaying errors.
25438 Used by gdb-ui.el.
25439
25440 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
25441
25442 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
25443 values for the pattern lists which are `read'able but not
25444 `append'able (like symbols).
25445
25446 2005-07-06 Richard M. Stallman <rms@gnu.org>
25447
25448 * progmodes/flymake.el (flymake-float-time): Instead of
25449 with-no-warnings, test for XEmacs.
25450 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
25451 to avoid warning.
25452
25453 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
25454
25455 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
25456
25457 2005-07-05 Lute Kamstra <lute@gnu.org>
25458
25459 * battery.el: Add support for Darwin (with much debugging help
25460 from Samuel Lauber <sam124@operamail.com>).
25461 (battery-status-function, battery-echo-area-format)
25462 (battery-mode-line-format): Add support for pmset on Darwin.
25463 (battery-load-low, battery-load-critical): New user options.
25464 (battery-pmset): New function.
25465
25466 2005-07-05 Lute Kamstra <lute@gnu.org>
25467
25468 Update FSF's address in GPL notices.
25469
25470 * textmodes/page-ext.el: Update FSF's address.
25471
25472 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
25473
25474 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
25475 filling from using prefix when filling a single-line docstring.
25476
25477 * progmodes/flymake.el: Remove useless eval-when-compile.
25478
25479 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
25480
25481 2005-07-04 Richard M. Stallman <rms@gnu.org>
25482
25483 * textmodes/org.el (org-file-apps-defaults-gnu):
25484 Rename from org-file-apps-defaults-linux.
25485 (org-default-apps): Don't test system-type for `linux'.
25486 (org-file-apps): Doc fix.
25487
25488 2005-07-04 David Ponce <david@dponce.com>
25489
25490 * tree-widget.el: Improve header Commentary section.
25491 (tree-widget) [defgroup]
25492 (tree-widget-image-enable, tree-widget-themes-directory)
25493 (tree-widget-theme, tree-widget-image-properties-emacs)
25494 (tree-widget-image-properties-xemacs, tree-widget-create-image)
25495 (tree-widget-image-formats, tree-widget-control)
25496 (tree-widget-empty-control, tree-widget-leaf-control
25497 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
25498 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
25499 (tree-widget-keep, tree-widget-after-toggle-functions)
25500 (tree-widget-open-node, tree-widget-close-node): Doc fix.
25501 (tree-widget-open-control, tree-widget-close-control): Fix doc and
25502 :help-echo message.
25503 (tree-widget-set-theme): Doc fix. Use `string-equal'.
25504 (tree-widget-image-properties): Doc fix. Clearer implementation.
25505 (tree-widget--cursors): New constant.
25506 (tree-widget-lookup-image): New function split from
25507 `tree-widget-find-image'. Clearer implementation.
25508 (tree-widget-find-image): Use it.
25509 (tree-widget-button-keymap): Use `set-keymap-parent'.
25510 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
25511 Define the sub-widgets here.
25512 (tree-widget-node): Check that :node is not a tree-widget.
25513 (tree-widget-get-super, tree-widget-open-control)
25514 (tree-widget-close-control, tree-widget-empty-control)
25515 (tree-widget-leaf-control, tree-widget-guide)
25516 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
25517 (tree-widget-no-handle, tree-widget-value-delete)
25518 (tree-widget-map): Remove.
25519 (tree-widget-children-value-save): Doc fix. Simplified.
25520 (tree-widget-value-create): Update according to previous changes.
25521
25522 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
25523
25524 * textmodes/org.el: Leading space replaced by TABS.
25525 (org-recalc-marks, org-table-rotate-recalc-marks)
25526 (org-table-get-specials): Treat "^" and "_" marks.
25527 (org-table-justify-field-maybe): Optional argument NEW.
25528 (org-table-eval-formula): Parsing of the format simplified.
25529 New modes C,I. Honor the %= parameter in the current table.
25530 Avoid unnecessary re-align by using the NEW argument to
25531 `org-table-justify-field-maybe'.
25532 (org-calc-default-modes): Default for date-format mimicks org-mode.
25533 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
25534
25535 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
25536
25537 * cus-face.el (custom-theme-set-faces): Make it handle face
25538 aliases whose alias declarations are pre- or autoloaded.
25539
25540 2005-07-04 Juri Linkov <juri@jurta.org>
25541
25542 * faces.el (read-face-name): Put the code for getting a face name
25543 from the buffer before adding the faces from the `face' property.
25544 Use `completing-read-multiple' instead of `completing-read'.
25545 Require `crm'. Add default value and post-process the returned
25546 list of faces.
25547
25548 * emacs-lisp/crm.el (crm-find-current-element)
25549 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
25550
25551 * emacs-lisp/lisp-mode.el (eval-defun-1):
25552 * emacs-lisp/edebug.el (edebug-eval-defun):
25553 Remove unnecessary quotes.
25554
25555 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
25556
25557 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
25558 (prolog-indent-level): Fix typo in docstring.
25559
25560 * info.el (Info-history, Info-history-forward)
25561 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
25562
25563 * add-log.el (add-change-log-entry):
25564 * comint.el (comint-dynamic-list-input-ring)
25565 (comint-dynamic-list-completions):
25566 * dabbrev.el (dabbrev-expand):
25567 * delim-col.el (delimit-columns-rectangle-line):
25568 * diff-mode.el (diff-context->unified, diff-reverse-direction)
25569 (diff-unified->context):
25570 * ediff-init.el (ediff-abbrev-jobname):
25571 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
25572 (ediff-replace-session-activity-marker-in-meta-buffer):
25573 * info.el (Info-summary):
25574 * lpr.el (printify-region):
25575 * printing.el (pr-create-interface):
25576 * ps-print.el (ps-print-quote):
25577 * ses.el (ses-column-widths, ses-print-cell)
25578 (ses-adjust-print-width, ses-center):
25579 * shell.el (shell-file-name-quote-list):
25580 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
25581 (strokes-fill-current-buffer-with-whitespace)
25582 (strokes-xpm-for-stroke, strokes-list-strokes)
25583 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
25584 * term.el (term-dynamic-list-input-ring)
25585 (term-dynamic-list-completions):
25586 * calc/calc.el (math-format-stack-value):
25587 * emacs-lisp/edebug.el (edebug-display-freq-count):
25588 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
25589 (delphi-new-comment-line):
25590 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
25591 * progmodes/executable.el (executable-set-magic):
25592 * progmodes/python.el (inferior-python-mode):
25593 * progmodes/scheme.el (scheme-mode-syntax-table):
25594 * progmodes/sh-script.el (sh-maybe-here-document):
25595 * progmodes/sql.el (sql-copy-column):
25596 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
25597 * textmodes/bibtex.el (bibtex-mode):
25598 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
25599 (sgml-auto-attributes):
25600 * textmodes/table.el (table-insert, table-shorten-cell)
25601 (table--generate-source-scan-lines, table-delete-row)
25602 (*table--cell-delete-char, table--spacify-frame)
25603 (table--horizontally-shift-above-and-below)
25604 (table--cell-insert-char, table--cell-blank-str)
25605 (table--fill-region-strictly):
25606 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
25607 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
25608
25609 * add-log.el (change-log):
25610 * apropos.el (apropos):
25611 * comint.el (comint-completion, comint-source):
25612 * dabbrev.el (dabbrev):
25613 * delim-col.el (columns):
25614 * diff-mode.el (diff-mode):
25615 * ediff.el (ediff):
25616 * ediff-diff.el (ediff-diff):
25617 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
25618 * ediff-mult.el (ediff-mult):
25619 * ediff-ptch.el (ediff-ptch):
25620 * ediff-wind.el (ediff-window):
25621 * facemenu.el (facemenu):
25622 * indent.el (indent):
25623 * info.el (info):
25624 * jka-cmpr-hook.el (compression, jka-compr):
25625 * lpr.el (lpr):
25626 * outline.el (outlines):
25627 * pcmpl-cvs.el (pcmpl-cvs):
25628 * pcmpl-rpm.el (pcmpl-rpm):
25629 * printing.el (printing):
25630 * ps-print.el (postscript, ps-print, ps-print-horizontal)
25631 (ps-print-vertical, ps-print-headers, ps-print-font)
25632 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
25633 (ps-print-background, ps-print-printer, ps-print-page)
25634 (ps-print-miscellany):
25635 * ses.el (ses):
25636 * shell.el (shell, shell-directories, shell-faces):
25637 * startup.el (initialization):
25638 * strokes.el (strokes):
25639 * term.el (term):
25640 * uniquify.el (uniquify):
25641 * w32-vars.el (w32):
25642 * calc/calc.el (calc):
25643 * emacs-lisp/bytecomp.el (bytecomp):
25644 * emacs-lisp/cl-indent.el (lisp-indent):
25645 * emacs-lisp/edebug.el (edebug):
25646 * emacs-lisp/elp.el (elp):
25647 * emacs-lisp/testcover.el (testcover):
25648 * emacs-lisp/trace.el (trace):
25649 * emulation/viper-ex.el (viper-ex):
25650 * emulation/viper-mous.el (viper-mouse):
25651 * mail/mailalias.el (mailalias):
25652 * mail/supercite.el (supercite, supercite-frames)
25653 (supercite-attr, supercite-cite, supercite-hooks):
25654 * net/rcompile.el (remote-compile):
25655 * net/rlogin.el (rlogin):
25656 * obsolete/ooutline.el (outlines):
25657 * progmodes/delphi.el (delphi):
25658 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
25659 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
25660 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
25661 (ebnf-optimization):
25662 * progmodes/etags.el (etags):
25663 * progmodes/executable.el (executable):
25664 * progmodes/idlwave.el (idlwave):
25665 * progmodes/pascal.el (pascal):
25666 * progmodes/prolog.el (prolog):
25667 * progmodes/python.el (python):
25668 * progmodes/scheme.el (scheme):
25669 * progmodes/sh-script.el (sh, sh-script):
25670 * progmodes/sql.el (SQL):
25671 * progmodes/tcl.el (tcl):
25672 * textmodes/bibtex.el (bibtex, bibtex-autokey):
25673 * textmodes/enriched.el (enriched):
25674 * textmodes/makeinfo.el (makeinfo):
25675 * textmodes/sgml-mode.el (sgml):
25676 * textmodes/table.el (table-hooks):
25677 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
25678 * textmodes/texinfo.el (texinfo):
25679 * textmodes/two-column.el (two-column):
25680 Finish `defgroup' description with period.
25681
25682 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
25683 * eshell/esh-var.el (eshell-var):
25684 * progmodes/vhdl-mode.el (vhdl-testbench):
25685 * textmodes/org.el (org): Fix typos in docstrings.
25686
25687 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
25688 consistency.
25689
25690 * progmodes/flymake.el (flymake-find-file): Remove.
25691 (flymake-float-time): Use `with-no-warnings'.
25692 (flymake-check-start-time, flymake-check-was-interrupted)
25693 (flymake-err-info, flymake-is-running, flymake-last-change-time)
25694 (flymake-new-err-info): `defvar' at compile time.
25695
25696 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
25697
25698 * replace.el (occur-hook): Doc fix.
25699 (occur-1): Don't call `occur-hook' if there are no matches.
25700
25701 2005-07-03 Richard M. Stallman <rms@gnu.org>
25702
25703 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
25704 global-map, save the same map.
25705 (global-map): Don't alter it at top level.
25706 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
25707 Then alter it here instead.
25708 (tpu-edt-off): Set global-map to the saved one.
25709
25710 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
25711 All references simplified.
25712 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
25713 (zmacs-regions): Add defvar.
25714 (repeat-complex-command-map): Everything about that deleted.
25715
25716 * textmodes/artist.el (artist-key-is-drawing)
25717 (artist-key-endpoint1, artist-key-poly-point-list)
25718 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
25719 (artist-key-compl-table, artist-rb-save-data)
25720 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
25721 Don't put them in eval-when-compile.
25722 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
25723
25724 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
25725 Use with-no-warnings.
25726
25727 * net/browse-url.el (dos-windows-version): Add defvar.
25728
25729 * mail/supercite.el (filladapt-prefix-table): Add defvar.
25730
25731 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
25732 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
25733 (rmail-new-summary-line-count): Rename from new-summary-line-count.
25734 Add defvar.
25735 (rmail-summary-beginning-of-message): Use with-no-warnings.
25736 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
25737
25738 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
25739 Use with-no-warnings.
25740
25741 * emulation/vi.el (vi-mark-region): Use c-mark-function.
25742 (c-mark-function): Add point-moving-unit property.
25743 (vi-goto-line): Use with-no-warnings.
25744
25745 * emulation/edt.el (edt-last-copied-word): Add defvar.
25746 (zmacs-region-stays): Likewise.
25747 (edt-mark-section-wisely): Use c-mark-function for C.
25748 Use makr-defun for Fortran.
25749 (time-string): defvar deleted.
25750 (edt-display-the-time): Don't set time-string.
25751
25752 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
25753
25754 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
25755 Don't warn when name is not constant
25756 or for defining the group `emacs'.
25757
25758 * tooltip.el (gud-tooltip-mode): Add defvar.
25759
25760 * startup.el (default-frame-background-mode): Add defvar.
25761
25762 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
25763
25764 * info.el (tool-bar-map): Add defvar.
25765
25766 * dired.el (dnd-protocol-alist): Add defvar.
25767
25768 * dired-aux.el (dired-query): Display question with answer, when
25769 the user answers.
25770
25771 * custom.el (custom-add-option): Doc fix.
25772
25773 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
25774
25775 2005-07-03 Eli Zaretskii <eliz@gnu.org>
25776
25777 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
25778 bogus name from the last change.
25779
25780 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
25781
25782 * custom.el (custom-declare-variable): Fix typos in comment.
25783 (custom-known-themes): Doc fix.
25784 (custom-theme-directory): New defcustom.
25785 (require-theme): Make it check `custom-theme-directory'.
25786
25787 * cus-theme.el (custom-new-theme-mode): New function.
25788 (custom-theme-name, custom-theme-variables, custom-theme-faces)
25789 (custom-theme-description): Add compiler defvars.
25790 (customize-create-theme): Add doc to the "*New Custom Theme*"
25791 buffer. Use `custom-new-theme-mode'.
25792 (custom-theme-write): Put the created buffer in emacs-lisp-mode
25793 and save it to the `custom-theme-directory'. Make this the
25794 default directory of the buffer.
25795
25796 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
25797
25798 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
25799 Fix unbalanced parentheses.
25800
25801 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
25802
25803 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
25804 into flymake-mode and delegate to flymake-mode.
25805
25806 * find-file.el (ff-which-function-are-we-in): Clean up.
25807
25808 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
25809
25810 * replace.el (occur-rename-buffer): Fix docstring.
25811
25812 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
25813 (edt-last-copied-word, edt-learn-macro-count)
25814 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
25815 (edt-rect-start-point, edt-user-global-map, rect-start-point)
25816 (time-string, zmacs-region-stays):
25817 * emulation/edt-mapper.el (edt-save-function-key-map)
25818 (EDT-key-name): `defvar' to silence the byte-compiler.
25819
25820 2005-07-02 Martin Rudalics <rudalics@gmx.at>
25821
25822 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
25823 font-lock-regexp-backslash. Doc fix.
25824 (font-lock-regexp-backslash-grouping-construct): Rename from
25825 font-lock-regexp-backslash-construct. Doc fix.
25826 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
25827 grouping constructs.
25828
25829 2005-07-02 Eli Zaretskii <eliz@gnu.org>
25830
25831 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
25832 updating all the prerequisites.
25833
25834 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
25835
25836 * textmodes/org.el (org-agenda-start-on-weekday)
25837 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
25838 (org-agenda-use-time-grid, org-archive-location)
25839 (org-allow-space-in-links, org-usenet-links-prefer-google)
25840 (org-enable-table-editor, org-export-default-language)
25841 (org-export-html-show-new-buffer, org-fill-paragraph)
25842 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
25843 (org-goto-quit, org-occur, org-eval-in-calendar)
25844 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
25845 (org-agenda-diary-entry, org-remember-help)
25846 (org-table-convert-region, org-at-table-p)
25847 (org-table-move-row-down, org-table-move-row-up)
25848 (org-table-copy-region, org-table-toggle-vline-visibility)
25849 (org-table-get-stored-formulas, org-table-get-specials)
25850 (org-recalc-commands, org-table-eval-formula)
25851 (org-table-formula-substitute-names, orgtbl-make-binding)
25852 (org-format-org-table-html, org-format-table-table-html)
25853 (org-format-table-table-html-using-table-generate-source)
25854 (org-customize): Fix typos in docstrings.
25855 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
25856 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
25857 (org-back-to-heading): Doc fixes.
25858 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
25859 (org-agenda-change-all-lines, org-get-header):
25860 Improve argument/docstring consistency.
25861 (orgtbl-error): Fix error message.
25862
25863 * progmodes/flymake.el (flymake-find-possible-master-files)
25864 (flymake-master-file-compare, flymake-get-line-err-count)
25865 (flymake-highlight-line, flymake-gui-warnings-enabled):
25866 Fix typos in docstrings.
25867 (flymake-parse-line, flymake-get-project-include-dirs-function)
25868 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
25869 Doc fixes.
25870 (flymake-get-project-include-dirs-function)
25871 (flymake-make-err-menu-data):
25872 Improve argument/docstring consistency.
25873
25874 2005-07-01 Lute Kamstra <lute@gnu.org>
25875
25876 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
25877 Catch errors with ignore-errors. Use temporary buffer.
25878 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
25879
25880 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
25881 background color faces.
25882 (facemenu-set-foreground, facemenu-set-background):
25883 Use facemenu-set-face-from-menu.
25884 (facemenu-set-face-from-menu): Treat face names that start with
25885 "fg:" or "bg:" as special.
25886 (facemenu-add-new-color): Don't create faces. Simplify.
25887
25888 2005-06-30 Richard M. Stallman <rms@gnu.org>
25889
25890 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
25891 (crm-find-current-element): Likewise.
25892
25893 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
25894
25895 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
25896
25897 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
25898
25899 * arc-mode.el (archive-extract): Make it work as a mouse binding.
25900 (archive-mouse-extract): Make it an obsolete alias.
25901 (archive-mode-map): Don't use archive-mouse-extract any more.
25902 (archive-mode, archive-extract): write-contents-hooks ->
25903 write-contents-functions.
25904 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
25905 first arg.
25906 (archive-rename-entry): Update the call.
25907 (archive-zip-summarize): Remove unused var `method'.
25908 (archive-lzh-summarize): Remove unused var `creator'.
25909
25910 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
25911 dedicated frame upon exit.
25912
25913 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
25914 (archive-zip-extract, archive-zip-expunge)
25915 (archive-zip-update, archive-zip-update-case): Use executable-find.
25916 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
25917 Use restore-buffer-modified-p.
25918 (archive-extract, archive-add-new-member, archive-write-file-member):
25919 Use with-current-buffer.
25920 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
25921
25922 2005-06-30 Andreas Schwab <schwab@suse.de>
25923
25924 * progmodes/gud.el (gud-filter): Remove unneeded progn.
25925
25926 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
25927
25928 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
25929
25930 2005-06-30 Juri Linkov <juri@jurta.org>
25931
25932 * faces.el (vertical-border): Inherit from mode-line-inactive
25933 only on tty.
25934
25935 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
25936
25937 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
25938 example, -NLINES in the `occur' docstring).
25939
25940 * replace.el (occur-1): When no matches are found, do not set the
25941 `buffer-read-only' and modified flags for the occur buffer,
25942 because it is deleted.
25943
25944 * emulation/cua-base.el (cua-check-pending-input)
25945 (cua-repeat-replace-region, cua-mode, cua-debug)
25946 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
25947 Fix typos in docstrings.
25948
25949 * emulation/cua-gmrk.el (cua-toggle-global-mark)
25950 (cua-cut-region-to-global-mark)
25951 (cua--cut-rectangle-to-global-mark):
25952 Remove period from end of messages.
25953
25954 * emulation/cua-rect.el (cua-do-rectangle-padding):
25955 Remove period from end of messages.
25956 (cua--rectangle-seq-format): Fix typo in docstring.
25957 (cua-sequence-rectangle, cua-fill-char-rectangle):
25958 Improve argument/docstring consistency.
25959
25960 2005-06-29 Juri Linkov <juri@jurta.org>
25961
25962 * faces.el (default-frame-background-mode): New internal variable.
25963 (frame-set-background-mode): Use it.
25964
25965 * startup.el (normal-top-level): Set default-frame-background-mode
25966 instead of frame-background-mode. Before setting it, test for its
25967 nil value. Remove tests for frame-background-mode and frame
25968 parameter `reverse'. Add test for "unspecified-fg".
25969
25970 * term/xterm.el (xterm-rxvt-set-background-mode):
25971 * term/rxvt.el (rxvt-set-background-mode):
25972 Set default-frame-background-mode instead of frame-background-mode.
25973
25974 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
25975
25976 * simple.el (set-variable): Warn about obsolete user variables.
25977
25978 * imenu.el (imenu--completion-buffer):
25979 * mouse.el (mouse-buffer-menu-alist):
25980 * msb.el (msb-invisible-buffer-p):
25981 * calendar/diary-lib.el (diary-header-line-format):
25982 * emacs-lisp/pp.el (pp-buffer):
25983 * progmodes/cperl-mode.el (cperl-do-auto-fill):
25984 * textmodes/picture.el (picture-replace-match):
25985 Change space constants followed by a sexp to "?\s ".
25986
25987 * play/decipher.el (decipher-loop-with-breaks):
25988 * textmodes/texinfo.el (texinfo-insert-@item): Change space
25989 constants "protected" from end of line by a comment to "?\s".
25990
25991 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
25992
25993 * font-lock.el (save-buffer-state): Use `declare'.
25994
25995 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
25996 reset the syntax-table to cperl-mode-syntax-table.
25997 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
25998 "foo_print_bar" is not matched as a reserved keyword.
25999
26000 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
26001
26002 * textmodes/org.el (orgtbl-setup): New function, for delayed
26003 setup for the orgtbl commands.
26004 (org-calc-default-modes): New option.
26005 (orgtbl-make-binding): Use `defun' to get better help display.
26006 (org-diary): Call `org-compile-prefix-format'.
26007 (org-table-formula-substitute-names): New function.
26008 (org-agenda-day-view, org-agenda-week-view): New commands.
26009 (org-agenda-toggle-week-view): Command removed.
26010 (org-tbl-menu): Split off from org-org-menu.
26011 (org-mode): Move removal of outline-mode menus to here.
26012 (org-table-formula-debug): New option.
26013 (org-table-insert-row): Keep first field if just "#" or "*".
26014 (org-mode): Paragraph regexps fixed.
26015 (org-table-recalculate-regexp): New constant.
26016 (org-table-justify-field-maybe): Avoid replace if not necessary.
26017 (org-copy-special, org-cut-special): Use `call-interactively'.
26018 (org-table-copy-region): Take region from `interactive' call.
26019 (org-trim): Return string even if no match.
26020 (org-formula): New face.
26021 (org-set-font-lock-defaults): No longer highlight "FIXME".
26022 But highlight formula-related fields in table.
26023 (org-table-p): Use regexp, not fontification.
26024 (org-table-align): Handle white space at end of line.
26025 (org-table-formula-evaluate-inline): New option.
26026 (org-mode): Auto-wrapping in comment lines turned off.
26027 (org-table-copy-down): Evaluate only in copied field, not in
26028 destination.
26029 (org-table-current-formula): Variable removed.
26030 (org-table-store-formulas, org-table-get-stored-formulas)
26031 (org-table-modify-formulas, org-table-replace-in-formulas)
26032 (org-table-maybe-eval-formula): New functions.
26033 (org-table-get-formula): Modify to use stored formulas.
26034 (org-table-insert-column, org-table-delete-column)
26035 (org-table-move-column): Call `org-table-modify-formulas'.
26036 (org-complete): Add completion for keyword formulas.
26037 (orgtbl-mode): Pull orgtbl-mode-map to start of
26038 minor-mode-map-alist.
26039
26040 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
26041
26042 * progmodes/python.el (python-check): Require `compile' before
26043 modifying its variables.
26044
26045 * newcomment.el (comment-indent-default): Don't get fooled by an early
26046 end of buffer.
26047
26048 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26049
26050 * ps-print.el (ps-print-version): Fix version number.
26051
26052 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
26053
26054 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
26055
26056 2005-06-28 Richard M. Stallman <rms@gnu.org>
26057
26058 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
26059 (flyspell-local-mouse-map): Declaration deleted.
26060 (flyspell-mouse-map): Bind only mouse-2.
26061 (flyspell-mode-map): Don't test flyspell-use-local-map.
26062 (flyspell-overlay-keymap-property-name): Var deleted.
26063 (flyspell-mode-on): Don't make local bindings for
26064 flyspell-mouse-map and flyspell-mode-map.
26065 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
26066
26067 * textmodes/ispell.el (ispell-word): Do not ignore short words.
26068
26069 * progmodes/compile.el (compilation-next-error-function):
26070 Don't switch buffers; operate on the current buffer.
26071
26072 * progmodes/compile.el (compilation-error-file-name)
26073 (compilation-warning-file-name, compilation-info-file-name)
26074 (compilation-line-number, compilation-column-number): New faces.
26075 (compilation-error-face, compilation-warning-face)
26076 (compilation-info-face, compilation-line-face)
26077 (compilation-column-face): Use them.
26078
26079 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
26080
26081 * comint.el (comint-password-prompt-regexp): Accept ", try again".
26082
26083 * bindings.el (global-map): Bind insertchar and its variants.
26084
26085 2005-06-27 Richard M. Stallman <rms@gnu.org>
26086
26087 * textmodes/artist.el (artist-text-overwrite)
26088 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
26089
26090 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26091
26092 * ps-print.el: It was not working the page selection for printing.
26093 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
26094 (ps-print-version): New version 6.6.7.
26095 (ps-end-sheet): New fun.
26096 (ps-header-sheet, ps-end-job): Call it.
26097
26098 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
26099
26100 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
26101
26102 2005-06-27 Lute Kamstra <lute@gnu.org>
26103
26104 * facemenu.el (facemenu-unlisted-faces): Add foreground and
26105 background color faces.
26106 (facemenu-get-face): Delete function.
26107 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
26108 (facemenu-add-new-color): Make second argument mandatory.
26109 Create the appropriate face and return it. Simplify.
26110 (facemenu-set-foreground, facemenu-set-background): Don't check if
26111 color is defined. Use return value of facemenu-add-new-color.
26112
26113 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
26114
26115 * progmodes/gud.el (gud-filter): Add missing argument to
26116 with-selected-window.
26117
26118 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
26119
26120 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
26121 a :require to the defcustom.
26122
26123 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
26124 defcustoms corresponding to minor modes.
26125
26126 2005-06-26 David Ponce <david@dponce.com>
26127
26128 * recentf.el: Require tree-widget instead of wid-edit.
26129 (recentf-filename-handler): Fix widget :type.
26130 (recentf-cancel-dialog, recentf-open-more-files)
26131 (recentf-open-files-action): Doc fix.
26132 (recentf-dialog-goto-first): New function.
26133 (recentf-dialog-mode-map): Set parent keymap first.
26134 (recentf-dialog-mode): Define with define-derived-mode.
26135 Don't display continuation lines in dialogs.
26136 (recentf-edit-list): Rename from recentf-edit-selected-items.
26137 (recentf-edit-list-select): Rename from recentf-edit-list-action.
26138 Simplify.
26139 (recentf-edit-list-validate): New function.
26140 (recentf-edit-list): Update accordingly.
26141 (recentf-open-files-item-shift): Remove.
26142 (recentf-open-files-item): Convert menu elements into tree and
26143 link widgets. Don't create the widgets.
26144 (recentf-open-files): Update accordingly.
26145 (recentf-save-list): Untabify.
26146
26147 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
26148
26149 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
26150 (keep-lines): Add INTERACTIVE arg. Never delete lines only
26151 partially contained in the active region. Do not take active
26152 region into account when called from Lisp, unless INTERACTIVE arg
26153 is non-nil. Use `forward-line' instead of `beginning-of-line' to
26154 avoid trouble with fields. Make marker point nowhere when no
26155 longer used. Always return nil. Doc fix.
26156 (flush-lines): Add INTERACTIVE arg. Do not take active region
26157 into account when called from Lisp, unless INTERACTIVE arg is
26158 non-nil. Use `forward-line' instead of `beginning-of-line' to
26159 avoid trouble with fields. Make marker point nowhere when no
26160 longer used. Always return nil. Doc fix.
26161 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
26162 interchangeable. Do not take active region into account when
26163 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
26164 message in echo area when called from Lisp, unless INTERACTIVE arg
26165 is non-nil. Avoid saying "1 occurrences". Do not use markers.
26166 Return the number of matches. Doc fix.
26167 (occur): Doc fix.
26168 (perform-replace): Make comment follow double space convention for
26169 the sake of `outline-minor-mode'.
26170
26171 * faces.el (facep): Doc fix.
26172
26173 2005-06-25 Richard M. Stallman <rms@gnu.org>
26174
26175 * facemenu.el (facemenu-enable-faces-p): New function.
26176 (facemenu-background-menu, facemenu-foreground-menu)
26177 (facemenu-face-menu): Add menu-enable property.
26178
26179 * jka-compr.el (jka-compr-insert-file-contents):
26180 Special handling if cannot find the uncompression program.
26181
26182 * cus-face.el (custom-face-attributes): Add autoload.
26183
26184 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
26185 Bind comment-indent-function locally.
26186
26187 * window.el (save-selected-window): Use save-current-buffer.
26188
26189 * subr.el (with-selected-window): Use save-current-buffer.
26190
26191 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
26192 and with-current-buffer.
26193
26194 2005-06-24 Richard M. Stallman <rms@gnu.org>
26195
26196 * simple.el (line-move-1): Fix previous change.
26197
26198 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
26199
26200 * replace.el (occur-1): Set `buffer-read-only' and the
26201 buffer-modified flag before running `occur-hook' to protect
26202 against unintentional buffer switches that can lead to data loss.
26203
26204 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
26205
26206 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
26207 (gud-gdb-marker-filter): Use font-lock-warning-face for any
26208 initial error.
26209
26210 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
26211 after fresh input.
26212 (gdb-var-create-handler): Put name of expression in quotes.
26213
26214 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
26215
26216 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
26217 elements of RING in order, and without bogus nil elements.
26218
26219 2005-06-23 Richard M. Stallman <rms@gnu.org>
26220
26221 * simple.el (set-variable): Args renamed; doc fix.
26222 (line-move-1): When there are overlays around, use vertical-motion.
26223
26224 * faces.el (escape-glyph): Use brown against light background.
26225 (nobreak-space): Rename from no-break-space.
26226 Fix previous change.
26227
26228 * dired-aux.el (dired-do-copy): Fix arg prompt.
26229
26230 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
26231
26232 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
26233
26234 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
26235 rather than "Distributor".
26236
26237 2005-06-23 Lute Kamstra <lute@gnu.org>
26238
26239 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
26240 (debug-on-entry): Use it. New interactive declaration that uses
26241 function-called-at-point.
26242
26243 2005-06-23 Kim F. Storm <storm@cua.dk>
26244
26245 * subr.el (save-match-data): Add comment about using evaporate arg
26246 to set-match-data.
26247
26248 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
26249
26250 * cus-edit.el (customize-face)
26251 (customize-face-other-window): Handle face aliases.
26252
26253 * faces.el (face-documentation, set-face-attribute)
26254 (face-spec-set): Handle face aliases.
26255
26256 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
26257
26258 * help-mode.el (help-make-xrefs): If a symbol representing a face
26259 name is not followed by the word "face", it could still be a
26260 function or variable name, so don't bypass other checks.
26261
26262 2005-06-22 Juri Linkov <juri@jurta.org>
26263
26264 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
26265 Replace aliased functions with calls where second arg `inherit' is t.
26266
26267 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
26268
26269 * progmodes/gdb-ui.el (gdb-error): New variable.
26270 (gdb-error): New function.
26271 (gdb-annotation-rules): Act on error-begin and error annotations.
26272 (gdb-concat-output): Use font-lock-warning-face for errors.
26273
26274 2005-06-22 Miles Bader <miles@gnu.org>
26275
26276 * bindings.el (propertized-buffer-identification): Use renamed
26277 `Buffer-menu-buffer' face.
26278
26279 * faces.el (vertical-border): Rename from `vertical-divider'.
26280 (escape-glyph): Change dark-background color back to `cyan'.
26281
26282 2005-06-21 Juri Linkov <juri@jurta.org>
26283
26284 * faces.el (face-user-default-spec): Try getting `customized-face'
26285 prior to `saved-face'.
26286 (frame-background-mode): Refill docstring.
26287
26288 * emacs-lisp/lisp-mode.el (eval-defun-1):
26289 * emacs-lisp/edebug.el (edebug-eval-defun):
26290 Set `saved-face' temporarily to nil before calling form.
26291 Set `customized-face' to the new spec after that.
26292
26293 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
26294
26295 * subr.el (1value, lambda, key-substitution-in-progress):
26296 Doc fixes.
26297
26298 * autoinsert.el (auto-insert-alist):
26299 * ses.el (ses-call-printer):
26300 * subr.el (noreturn):
26301 * emacs-lisp/lisp.el (check-parens):
26302 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
26303 * net/browse-url.el (browse-url-mosaic):
26304 * progmodes/cc-defs.el (c-safe-scan-lists):
26305 * progmodes/ebnf-abn.el (ebnf-abn-lex):
26306 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
26307 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
26308 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
26309 * progmodes/ebnf-iso.el (ebnf-iso-lex):
26310 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
26311
26312 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
26313
26314 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
26315
26316 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
26317
26318 * calendar/appt.el (appt-make-list): Activate the package, if
26319 not already active (for backwards compatibility).
26320
26321 2005-06-20 Kim F. Storm <storm@cua.dk>
26322
26323 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
26324
26325 2005-06-20 Miles Bader <miles@gnu.org>
26326
26327 * faces.el (vertical-divider): New face.
26328
26329 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
26330
26331 * simple.el (kill-whole-line): Doc fix.
26332 (next-error-buffer-p, next-error-find-buffer)
26333 (clone-indirect-buffer): Fix typos in docstrings.
26334 (comment-line-break-function): Doc fix: don't say variable
26335 is automatically buffer-local (it isn't).
26336
26337 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
26338
26339 * net/tramp-ftp.el (top):
26340 * net/tramp-smb.el (top):
26341 * net/tramp-util.el (top):
26342 * net/tramp-uu.el (top):
26343 * net/tramp-vc.el (top):
26344 * net/tramp.el (top): Revert copyright years back to original
26345 ones. Tramp has a life outside GNU Emacs.
26346
26347 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
26348
26349 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
26350
26351 2005-06-18 Juri Linkov <juri@jurta.org>
26352
26353 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
26354 end of first regexp to limit the match to the position between
26355 line number and source line with same separator character as used
26356 between file name and line number. In the second regexp limit
26357 mouse-face area to file name and line number by adding new group
26358 for them and referring it in HYPERLINK arg.
26359 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
26360 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
26361 previous line where grep markers may be already removed.
26362
26363 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
26364
26365 * progmodes/ps-mode.el: Update version and maintainer's email address.
26366
26367 2005-06-18 Steve Youngs <steve@xemacs.org>
26368
26369 * net/browse-url.el (browse-url-browser-function)
26370 (browse-url-default-browser): Add firefox.
26371 (browse-url-firefox-program, browse-url-firefox-arguments)
26372 (browse-url-firefox-startup-arguments)
26373 (browse-url-firefox-new-window-is-tab): New defcustoms.
26374 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
26375
26376 2005-06-17 Richard M. Stallman <rms@gnu.org>
26377
26378 * startup.el (command-line): Warn if specified user name has
26379 no home directory.
26380
26381 * term.el (term-get-old-input, term-input-filter, term-input-sender)
26382 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
26383
26384 * longlines.el (longlines-mode, longlines-show-hard-newlines):
26385 Doc fixes.
26386
26387 * faces.el (underline): Try bold if terminal doesn't support underline.
26388
26389 * mail/sendmail.el (mail-setup-with-from): New variable.
26390 (mail-insert-from-field): New function.
26391 (sendmail-send-it): Call it.
26392 (mail-setup): Optionally call it here.
26393
26394 * term/linux.el: Call tty-no-underline.
26395
26396 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
26397
26398 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
26399
26400 2005-06-17 Miles Bader <miles@gnu.org>
26401
26402 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
26403 (ediff-current-diff-C, ediff-current-diff-Ancestor)
26404 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
26405 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
26406 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
26407 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
26408 Remove "-face" suffix from face names.
26409 (ediff-current-diff-face-A, ediff-current-diff-face-B)
26410 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
26411 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
26412 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
26413 (ediff-even-diff-face-A, ediff-even-diff-face-B)
26414 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
26415 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
26416 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
26417 New backward-compatibility aliases for renamed faces.
26418 (ediff-current-diff-face-A, ediff-current-diff-face-B)
26419 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
26420 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
26421 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
26422 (ediff-even-diff-face-A, ediff-even-diff-face-B)
26423 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
26424 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
26425 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
26426 Use renamed ediff faces.
26427
26428 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
26429 Remove "-face" suffix from face names.
26430 (eshell-test-ok-face, eshell-test-failed-face):
26431 New backward-compatibility aliases for renamed faces.
26432 (eshell-run-test): Use renamed eshell-test faces.
26433
26434 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
26435 face name.
26436 (eshell-prompt-face): New backward-compatibility alias for renamed
26437 face.
26438 (eshell-emit-prompt): Use renamed eshell-prompt face.
26439
26440 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
26441 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
26442 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
26443 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
26444 Remove "-face" suffix from face names.
26445 (eshell-ls-directory-face, eshell-ls-symlink-face)
26446 (eshell-ls-executable-face, eshell-ls-readonly-face)
26447 (eshell-ls-unreadable-face, eshell-ls-special-face)
26448 (eshell-ls-missing-face, eshell-ls-archive-face)
26449 (eshell-ls-backup-face, eshell-ls-product-face)
26450 (eshell-ls-clutter-face):
26451 New backward-compatibility aliases for renamed faces.
26452 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
26453
26454 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
26455 Remove "-face" suffix from face name.
26456 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
26457 instead of literal face.
26458
26459 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
26460
26461 * emacs-lisp/warnings.el (display-warning, lwarn)
26462 (warning-minimum-log-level): Doc fixes.
26463 (warning-minimum-level, warning-minimum-log-level):
26464 Add :debug to :type choices.
26465
26466 * progmodes/ada-mode.el (ada-format-paramlist)
26467 (ada-get-indent-case, ada-check-matching-start)
26468 (ada-check-defun-name, ada-goto-matching-decl-start)
26469 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
26470 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
26471 (ada-make-subprogram-body): Follow error conventions.
26472 (ada-case-exception-file, ada-indent-comment-as-code)
26473 (ada-indent-handle-comment-special, ada-indent-renames)
26474 (ada-indent-return, ada-search-directories-internal)
26475 (ada-tab-policy, ada-case-exception-substring)
26476 (ada-other-file-alist, ada-matching-start-re)
26477 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
26478 (ada-imenu-generic-expression, ada-compile-goto-error)
26479 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
26480 (ada-popup-menu, ada-add-extensions, ada-mode)
26481 (ada-region-selected, ada-create-case-exception)
26482 (ada-create-case-exception-substring, ada-after-keyword-p)
26483 (ada-activate-keys-for-case, ada-adjust-case-region)
26484 (ada-adjust-case-buffer, ada-format-paramlist)
26485 (ada-scan-paramlist, ada-insert-paramlist)
26486 (ada-indent-newline-indent)
26487 (ada-indent-newline-indent-conditional)
26488 (ada-justified-indent-current, ada-goto-previous-word)
26489 (ada-indent-current, ada-get-indent-open-paren)
26490 (ada-get-indent-paramlist, ada-get-indent-end)
26491 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
26492 (ada-get-indent-block-start, ada-get-indent-subprog)
26493 (ada-get-indent-noindent, ada-get-indent-label)
26494 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
26495 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
26496 (ada-goto-stmt-end, ada-goto-next-word)
26497 (ada-check-matching-start, ada-check-defun-name)
26498 (ada-goto-matching-decl-start, ada-goto-matching-start)
26499 (ada-goto-matching-end, ada-search-ignore-string-comment)
26500 (ada-in-decl-p, ada-looking-at-semi-or)
26501 (ada-looking-at-semi-private, ada-in-paramlist-p)
26502 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
26503 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
26504 (ada-next-procedure, ada-previous-procedure, ada-next-package)
26505 (ada-previous-package, ada-create-menu)
26506 (ada-fill-comment-paragraph-justify)
26507 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
26508 (ada-other-file-name, ada-last-which-function-line)
26509 (ada-last-which-function-subprog, ada-which-function)
26510 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
26511 (ada-gen-treat-proc, ada-check-emacs-version)
26512 (ada-continuation-indent, ada-align-region-separate):
26513 Fix typos in docstrings.
26514 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
26515
26516 2005-06-16 Lute Kamstra <lute@gnu.org>
26517
26518 * simple.el (fundamental-mode): Run after-change-major-mode-hook
26519 conditionally.
26520
26521 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
26522
26523 * comint.el (comint-replace-by-expanded-filename)
26524 (comint-prompt-regexp, comint-delimiter-argument-list)
26525 (comint-preinput-scroll-to-bottom):
26526 * info.el (Info-hide-cookies-node):
26527 * ls-lisp.el (ls-lisp-classify):
26528 * find-file.el (ff-search-directories, ff-special-constructs)
26529 (ff-find-other-file):
26530 * font-lock.el (font-lock-keywords):
26531 * shell.el (shell-prompt-pattern)
26532 (shell-dynamic-complete-functions, shell-mode)
26533 (shell-delimiter-argument-list):
26534 * term.el (term-replace-by-expanded-filename)
26535 (term-prompt-regexp, term-delimiter-argument-list):
26536 * woman.el (woman-ignore, woman0-if):
26537 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
26538 * emacs-lisp/elint.el (elint-init-env):
26539 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
26540 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
26541 * language/ethio-util.el (ethio-tilde-escape)
26542 (ethio-use-three-dot-question):
26543 * net/zone-mode.el (zone-mode-load-time-setup):
26544 * progmodes/cc-align.el (c-lineup-argcont):
26545 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
26546 * progmodes/cperl-mode.el (cperl-set-style-back):
26547 * progmodes/inf-lisp.el (inferior-lisp-prompt):
26548 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
26549 Fix spellings in docstrings.
26550
26551 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
26552 * progmodes/modula2.el (m2-for): Fix spellings.
26553
26554 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
26555
26556 * simple.el (undo-more): Don't use `format' on `error' arguments.
26557 Improve argument/docstring consistency.
26558 (pending-undo-list): Doc fix.
26559
26560 * smerge-mode.el (smerge-ensure-match):
26561 * emulation/vip.el (vip-ex):
26562 * net/zone-mode.el (zone-mode-update-serial):
26563 * progmodes/idlwave.el (idlwave-complete):
26564 * progmodes/vhdl-mode.el (vhdl-visit-file)
26565 (vhdl-compose-wire-components):
26566 Don't use `format' on `error' arguments.
26567
26568 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
26569 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
26570 (tooltip-help-tips): Fix typos in docstrings.
26571
26572 2005-06-16 David Ponce <david@dponce.com>
26573
26574 * tree-widget.el (tree-widget-value-create): Simplify last change.
26575
26576 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
26577
26578 * ido.el (ido-incomplete-regexp): New variable.
26579 (ido-set-matches-1): Handle invalid-regexp error and set
26580 ido-incomplete-regexp.
26581 (ido-incomplete-regexp): New face.
26582 (ido-completions): Use it.
26583 (ido-complete, ido-exit-minibuffer, ido-completions):
26584 Handle incomplete regexps.
26585 (ido-completions): Add check for complete match when entering a regexp.
26586
26587 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
26588
26589 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
26590
26591 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
26592
26593 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
26594 by field delimiters.
26595
26596 2005-06-15 David Ponce <david@dponce.com>
26597
26598 * tree-widget.el: eval-and-compile inlined functions so they will
26599 be available at run-time too.
26600 (tree-widget-super-format-handler)
26601 (tree-widget-format-handler): Remove.
26602 (tree-widget-value-create): Handle the :indent property.
26603
26604 2005-06-15 Miles Bader <miles@gnu.org>
26605
26606 * progmodes/which-func.el (which-func): Only inherit
26607 `font-lock-function-name-face' when that makes sense against the
26608 default mode-line face, otherwise set the face color explicitly.
26609
26610 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
26611 faces instead of (non-existent) variables.
26612
26613 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
26614
26615 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
26616 (iswitchb-get-matched-buffers): Likewise. Simplify.
26617
26618 2005-06-14 Miles Bader <miles@gnu.org>
26619
26620 * progmodes/ld-script.el (ld-script-location-counter):
26621 Remove "-face" suffix from face name.
26622 (ld-script-location-counter-face):
26623 New backward-compatibility alias for renamed face.
26624 (ld-script-location-counter-face): Use renamed face.
26625
26626 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
26627 (cperl-hash): Remove "-face" suffix from face names.
26628 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
26629 New backward-compatibility aliases for renamed faces.
26630 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
26631 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
26632
26633 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
26634 name.
26635 (which-func-face): New backward-compatibility alias for renamed face.
26636 (which-func-format): Use renamed which-func face.
26637
26638 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
26639 (vhdl-function, vhdl-directive, vhdl-reserved-word)
26640 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
26641 names.
26642 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
26643 (vhdl-speedbar-configuration, vhdl-speedbar-package)
26644 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
26645 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
26646 (vhdl-speedbar-architecture-selected)
26647 (vhdl-speedbar-configuration-selected)
26648 (vhdl-speedbar-package-selected)
26649 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
26650 names.
26651 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
26652 Use renamed faces.
26653 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
26654 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
26655 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
26656 Use renamed faces.
26657 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
26658 names.
26659 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
26660 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
26661 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
26662 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
26663 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
26664 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
26665
26666 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
26667 face name.
26668 (sh-heredoc-face): New backward-compatibility alias for renamed face.
26669 (sh-heredoc-face): Use renamed sh-heredoc face.
26670
26671 * progmodes/idlw-help.el (idlwave-help-link):
26672 Remove "-face" suffix from face name.
26673 (idlwave-help-link-face):
26674 New backward-compatibility alias for renamed face.
26675 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
26676
26677 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
26678 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
26679 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
26680 New backward-compatibility aliases for renamed faces.
26681 (idlwave-shell-disabled-breakpoint-face)
26682 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
26683
26684 * progmodes/flymake.el (flymake-errline, flymake-warnline):
26685 Remove "-face" suffix from face names.
26686 (flymake-errline-face, flymake-warnline-face):
26687 New backward-compatibility aliases for renamed faces.
26688 (flymake-highlight-line): Use renamed flymake faces.
26689
26690 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
26691 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
26692 (ebrowse-member-class, ebrowse-progress):
26693 Remove "-face" suffix from face names.
26694 (ebrowse-tree-mark-face, ebrowse-root-class-face)
26695 (ebrowse-file-name-face, ebrowse-default-face)
26696 (ebrowse-member-attribute-face, ebrowse-member-class-face)
26697 (ebrowse-progress-face):
26698 New backward-compatibility aliases for renamed faces.
26699 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
26700 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
26701 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
26702 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
26703
26704 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
26705 antlr-syntax)
26706 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
26707 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
26708 names.
26709 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
26710 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
26711 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
26712 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
26713 backward-compatibility aliases for renamed faces.
26714 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
26715 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
26716 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
26717 remove "font-lock-". Use renamed antlr-mode faces.
26718 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
26719 literal face-names with face variable references.
26720
26721 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
26722 face name.
26723 (Buffer-menu-buffer-face): New backward-compatibility alias for
26724 renamed face.
26725 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
26726
26727 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
26728
26729 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
26730 Eliminate "-face" suffix.
26731 (makefile-targets): Inherit from font-lock-function-name-face and
26732 eliminate "-face" suffix.
26733 (makefile-shell): Remove attributes and eliminate "-face" suffix.
26734 (makefile-*-font-lock-keywords): Append makefile-targets in rule
26735 actions, instead of prepending, to make it less visible.
26736 (makefile-previous-dependency, makefile-match-dependency):
26737 Don't match a target on a continuation line.
26738
26739 * files.el (auto-mode-alist): Put Makefile in gmake mode.
26740
26741 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
26742
26743 * progmodes/gdb-ui.el (menu): Re-order menu items.
26744 (gdb-tooltip-print): Respect tooltip-use-echo-area.
26745
26746 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
26747 Define in tooltip.el.
26748 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
26749 (gud-tooltip-tips): Respect tooltip-use-echo-area and
26750 gud-tooltip-echo-area.
26751
26752 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
26753 backward compatibility and make obsolete.
26754 (tooltip-help-tips): Use tooltip-use-echo-area.
26755 (tooltip-show-help-function): Rename to...
26756 (tooltip-show-help): ...this, because it is a function.
26757 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
26758
26759 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
26760
26761 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
26762 (edebug-print-length, edebug-print-level, edebug-print-circle)
26763 (edebug-modify-breakpoint, edebug-eval-last-sexp)
26764 (edebug-eval-print-last-sexp): Doc fixes.
26765
26766 2005-06-14 Kim F. Storm <storm@cua.dk>
26767
26768 * ido.el (ido-mode): Make a new keymap every time we enable ido,
26769 as the coverage buffer/file/both may change.
26770
26771 2005-06-14 Lute Kamstra <lute@gnu.org>
26772
26773 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
26774 and run-mode-hooks. Simplify.
26775
26776 * mail/rmailedit.el (rmail-edit-mode):
26777 * progmodes/octave-inf.el (inferior-octave-mode):
26778 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
26779
26780 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
26781 and run-mode-hooks.
26782 (recentf-edit-list, recentf-open-files): Don't call
26783 kill-all-local-variables directly.
26784
26785 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
26786
26787 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
26788
26789 * emacs-lisp/byte-run.el (make-obsolete)
26790 (define-obsolete-function-alias): Rename arguments FUNCTION and
26791 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
26792 (make-obsolete-variable, define-obsolete-variable-alias):
26793 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
26794 respectively.
26795
26796 * isearchb.el (isearchb-activate):
26797 * pcvs.el (cvs-mode):
26798 * ses.el (ses-load):
26799 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
26800 * net/tramp.el (tramp-find-file-exists-command)
26801 (tramp-find-shell):
26802 * progmodes/ada-mode.el (ada-create-case-exception)
26803 (ada-create-case-exception-substring, ada-make-subprogram-body):
26804 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
26805 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
26806 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
26807 * textmodes/org.el (org-promote, org-evaluate-time-range)
26808 (org-agenda-next-date-line, org-agenda-previous-date-line)
26809 (org-agenda-error, org-open-at-point, org-table-move-row)
26810 (org-format-table-table-html-using-table-generate-source)
26811 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
26812 * textmodes/reftex.el (reftex-access-scan-info):
26813 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
26814 (reftex-toc-promote-prepare): Follow error conventions.
26815
26816 * diff-mode.el (diff-mode): Fix typo in docstring.
26817
26818 * forms.el (forms--intuit-from-file): Fix reference to
26819 `forms-number-of-fields' in error message.
26820 (forms-print): Fix quoting in error message.
26821
26822 * forms.el (forms-mode):
26823 * emulation/vi.el (vi-goto-insert-state):
26824 * progmodes/flymake.el (flymake-new-err-info)
26825 (flymake-start-syntax-check-for-current-buffer)
26826 (flymake-simple-cleanup):
26827 * eshell/esh-var.el (eshell/export):
26828 * progmodes/gud.el (xdb):
26829 * textmodes/flyspell.el (flyspell-incorrect-hook)
26830 (flyspell-maybe-correct-transposition)
26831 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
26832
26833 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
26834
26835 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
26836 minibuffer prompt.
26837
26838 2005-06-13 Kim F. Storm <storm@cua.dk>
26839
26840 * subr.el (add-to-ordered-list): New defun.
26841
26842 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
26843 add cua--keymap-alist to emulation-mode-map-alists.
26844
26845 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
26846
26847 * subr.el (complete-in-turn): New macro.
26848 (dynamic-completion-table, lazy-completion-table): Add debug info.
26849
26850 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
26851 in preference to face aliases.
26852
26853 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
26854 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
26855 Remove unused vars `start' and `firstline'.
26856 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
26857 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
26858
26859 2005-06-13 Eli Zaretskii <eliz@gnu.org>
26860
26861 * cus-start.el (all): Don't complain about missing GTK-related
26862 variables, unless either `gtk' is boundp or this isn't a
26863 `windows-nt' build.
26864
26865 2005-06-13 Lute Kamstra <lute@gnu.org>
26866
26867 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
26868 run-mode-hooks.
26869
26870 * ediff-mult.el (ediff-meta-mode):
26871 * ediff-util.el (ediff-mode): Use run-mode-hooks.
26872
26873 * ledit.el (ledit-mode): Use delay-mode-hooks.
26874
26875 * woman.el (woman-mode-line-format): Delete constant.
26876 (woman-mode-map): Initialize it properly.
26877 (woman-mode): Set mode-class property to special.
26878 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
26879 Set major-mode and mode-name. Don't set mode-line-format directly.
26880 (Man-getpage-in-background): Don't reference woman-mode-line-format.
26881
26882 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
26883 string argument obsolete.
26884
26885 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
26886
26887 * textmodes/org.el (org-CUA-compatible): New option.
26888 (org-disputed-keys): New variable.
26889 (org-key): New function.
26890 (orgtbl-make-binding): Add docstring to the created function.
26891 (org-mode): Set paragraph start/separate regexps.
26892 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
26893 (org-archive-location, org-archive-mark-done)
26894 (org-archive-stamp-time): New options.
26895 (org-archive-subtree): New command.
26896 (org-fill-paragraph): New function.
26897 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
26898 (org-fake-empty-table-line): Function removed.
26899 (org-format-org-table-html): Do not create empty table lines at
26900 separator lines. Improved table header treatment.
26901 (org-link-format): New option.
26902 (org-make-link): New function.
26903 (org-insert-link, org-store-link): Use org-make-link.
26904 (org-open-file): Quote file name for shell command, to allow
26905 spaces in file names.
26906 (org-link-regexp): Fix bug with mailto link.
26907 (org-link-maybe-angles-regexp, org-protected-link-regexp):
26908 New constants.
26909 (org-export-as-html): Deal with the optional angles around a link.
26910 Better treatment of file: links.
26911 (org-open-at-point): Replace @{ and @} with < and >.
26912 (org-run-mode-hooks): Function removed.
26913 (org-agenda-mode): No longer use `org-run-mode-hooks'.
26914
26915 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
26916
26917 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
26918 MI command -data-list-register-values.
26919 (gdb-post-prompt): Indent properly.
26920
26921 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
26922
26923 * hilit-chg.el (highlight-changes-colors): Rename from
26924 `highlight-changes-colours'.
26925 (highlight-changes-colours): Keep as obsolete alias.
26926 (highlight-changes-face-list): Doc fix.
26927 (hilit-chg-make-list): Use `highlight-changes-colors'.
26928
26929 2005-06-12 Mark A. Hershberger <mah@everybody.org>
26930
26931 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
26932 defun-prompt-regexp.
26933
26934 2005-06-12 Eli Zaretskii <eliz@gnu.org>
26935
26936 * loadup.el: Don't say we are dumping under 2 names on windows-nt
26937 and cygwin.
26938
26939 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
26940 Don't use an old loaddefs.el, as in Makefile.in.
26941
26942 2005-06-12 Lute Kamstra <lute@gnu.org>
26943
26944 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
26945
26946 * man.el (Man-mode-map): Initialize it properly.
26947 (Man-mode): Set mode-class property to special.
26948
26949 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
26950
26951 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
26952
26953 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
26954 A newline is needed in the docstring there.
26955
26956 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
26957 Doc fixes.
26958
26959 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26960
26961 * printing.el: Doc fix. The menubar is no more changed when printing
26962 is loaded, it only changes when pr-menu-bind or pr-update-menus is
26963 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
26964 (pr-version): New version number (6.8.4).
26965 (pr-menu-bind): New command.
26966 (pr-update-menus): Docstring and code fix.
26967 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
26968 Docstring fix.
26969 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
26970 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
26971
26972 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
26973
26974 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
26975 "Returns" to "return", document useful return values, etc.
26976
26977 2005-06-11 Alan Mackenzie <acm@muc.de>
26978
26979 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
26980 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
26981 (adaptive-file-function): Minor amendment to doc-string.
26982
26983 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
26984
26985 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
26986 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
26987 Fix :type--it is `integer', not `string'.
26988
26989 * faces.el (modeline-highlight): Rename from (the erroneous)
26990 `modeline-higilight'.
26991
26992 2005-06-11 Lute Kamstra <lute@gnu.org>
26993
26994 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
26995 lisp-interaction-mode-map but make it the parent.
26996 (edebug-eval-mode): Use define-derived-mode.
26997
26998 2005-06-11 Andreas Schwab <schwab@suse.de>
26999
27000 * bindings.el: Add binding of `ESC functionkey' for every
27001 `M-functionkey'.
27002 * hexl.el (hexl-mode-map): Likewise.
27003
27004 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
27005
27006 * progmodes/compile.el (compilation-error-regexp-alist-alist)
27007 [msft]: update regexp for newer msft compilers.
27008
27009 2005-06-10 Mark A. Hershberger <mah@everybody.org>
27010
27011 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
27012 ATTLIST portions of included DTDs.
27013 (xml-parse-dtd): Eliminate use of inefficient match-data.
27014
27015 2005-06-10 Miles Bader <miles@gnu.org>
27016
27017 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
27018 (mpuz-text): Remove "-face" suffix from face names.
27019 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
27020 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
27021 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
27022
27023 * play/gomoku.el (gomoku-O, gomoku-X):
27024 Remove "-face" suffix from face names.
27025 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
27026 New backward-compatibility aliases for renamed faces.
27027 (gomoku-font-lock-keywords): Use renamed gomoku faces.
27028
27029 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
27030
27031 * thumbs.el: Fixes for changes of 2005-06-09.
27032 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
27033 as a directory.
27034 (thumbs-thumbname): Remove directory separator from format string;
27035 `thumbs-thumbsdir' now returns a valid directory name.
27036 (thumbs-temp-dir): New defsubst.
27037 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
27038 Use it.
27039
27040 * cus-edit.el (minibuffer):
27041 * files.el (make-backup-file-name-function):
27042 * filesets.el (filesets-external-viewers):
27043 * hilit-chg.el (highlight-changes-colours)
27044 (highlight-changes-face-list, highlight-changes-rotate-faces):
27045 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
27046 * kmacro.el (kmacro-call-macro):
27047 * log-edit.el (log-edit-changelog-full-paragraphs):
27048 * mouse.el (mouse-1-click-follows-link):
27049 * skeleton.el (skeleton-autowrap):
27050 * subr.el (insert-for-yank-1):
27051 * tempo.el (tempo-insert-region):
27052 * terminal.el (terminal-emulator):
27053 * time.el (display-time-mail-face):
27054 * vc.el (vc-annotate):
27055 * vcursor.el (vcursor-copy-line):
27056 * woman.el (woman-bold-headings, woman-ignore)
27057 (woman-default-faces, woman-monochrome-faces):
27058 * calendar/todo-mode.el (todo-insert-threshold):
27059 * emulation/pc-select.el (pc-select-selection-keys-only)
27060 (pc-selection-mode):
27061 * emulation/vip.el (vip-find-char-forward):
27062 * emulation/viper-cmd.el (viper-find-char-forward):
27063 * international/mule-cmds.el
27064 (select-safe-coding-system-accept-default-p)
27065 (input-method-exit-on-invalid-key):
27066 * international/mule-diag.el (describe-coding-system):
27067 * international/ucs-tables.el (unify-8859-on-encoding-mode):
27068 * net/browse-url.el (browse-url-xterm-program):
27069 * obsolete/lazy-lock.el (lazy-lock-mode):
27070 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
27071 (cperl-mode):
27072 * progmodes/cpp.el (cpp-face-light-name-list)
27073 (cpp-face-dark-name-list):
27074 * progmodes/delphi.el (delphi-newline-always-indents):
27075 Fix spellings in docstrings.
27076
27077 * ido.el (ido-mode, ido-file-extensions-order)
27078 (ido-default-file-method, ido-default-buffer-method)
27079 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
27080 (ido-decorations, ido-read-file-name-as-directory-commands)
27081 (ido-read-file-name-non-ido, ido-work-directory-list)
27082 (ido-ignore-item-temp-list, ido-current-directory)
27083 (ido-magic-forward-char, ido-enter-find-file)
27084 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
27085 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
27086
27087 2005-06-10 Lute Kamstra <lute@gnu.org>
27088
27089 * play/dunnet.el (dun-mode): Use define-derived-mode.
27090 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
27091 obsolete alias.
27092
27093 * play/doctor.el (doctor-mode-map): Remove defvar.
27094 (doctor-mode): Use define-derived-mode.
27095
27096 * mail/mspools.el (mspools-mode):
27097 * net/eudc-hotlist.el (eudc-hotlist-mode):
27098 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
27099
27100 2005-06-10 Miles Bader <miles@gnu.org>
27101
27102 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
27103 Remove "-face" suffix from face names.
27104 (flyspell-incorrect-face, flyspell-duplicate-face):
27105 New backward-compatibility aliases for renamed faces.
27106 (flyspell-mode-on, make-flyspell-overlay)
27107 (flyspell-highlight-incorrect-region)
27108 (flyspell-highlight-duplicate-region)
27109 (flyspell-display-next-corrections)
27110 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
27111
27112 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
27113 from face name.
27114 (texinfo-heading-face): New backward-compatibility alias for
27115 renamed face.
27116 (texinfo-heading-face): Use renamed texinfo-heading face.
27117
27118 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
27119 suffix from face names.
27120 (tex-math-face, tex-verbatim-face):
27121 New backward-compatibility aliases for renamed faces.
27122 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
27123 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
27124 literal face name.
27125
27126 * textmodes/table.el (table-cell): Remove "-face" suffix from face
27127 name.
27128 (table-cell-face): New backward-compatibility alias for renamed face.
27129 (table--put-cell-face-property, table--update-cell-face):
27130 Use renamed table-cell face.
27131
27132 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
27133 from face name.
27134 (sgml-namespace-face): New backward-compatibility alias for
27135 renamed face.
27136 (sgml-namespace-face): Use renamed sgml-namespace face.
27137
27138 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
27139 (org-level-4, org-level-5, org-level-6, org-level-7)
27140 (org-level-8, org-warning, org-headline-done)
27141 (org-deadline-announce, org-scheduled-today)
27142 (org-scheduled-previously, org-link, org-done, org-table)
27143 (org-time-grid): Remove "-face" suffix from face names.
27144 (org-level-1-face, org-level-2-face, org-level-3-face)
27145 (org-level-4-face, org-level-5-face, org-level-6-face)
27146 (org-level-7-face, org-level-8-face, org-warning-face)
27147 (org-headline-done-face, org-deadline-announce-face)
27148 (org-scheduled-today-face, org-scheduled-previously-face)
27149 (org-link-face, org-done-face, org-table-face)
27150 (org-time-grid-face):
27151 New backward-compatibility aliases for renamed faces.
27152 (org-level-faces, org-set-font-lock-defaults, org-timeline)
27153 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
27154 (org-agenda-get-timestamps, org-agenda-get-scheduled)
27155 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
27156
27157 * emulation/viper-init.el (viper-search, viper-replace-overlay)
27158 (viper-minibuffer-emacs, viper-minibuffer-insert)
27159 (viper-minibuffer-vi): Remove "-face" suffix from face names.
27160 (viper-search-face, viper-replace-overlay-face)
27161 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
27162 (viper-minibuffer-vi-face):
27163 New backward-compatibility aliases for renamed faces.
27164 (viper-search-face, viper-replace-overlay-face)
27165 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
27166 (viper-minibuffer-vi-face): Use renamed viper faces.
27167
27168 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
27169 Remove "-face" suffix from face names.
27170 (testcover-nohits-face, testcover-1value-face):
27171 New backward-compatibility aliases for renamed faces.
27172 (testcover-mark): Use renamed testcover faces.
27173
27174 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
27175 face name.
27176 (diary-button-face): New backward-compatibility alias for renamed face.
27177 (diary-entry): Use renamed diary-button face.
27178
27179 * calendar/calendar.el (diary, calendar-today, holiday)
27180 (mark-visible-calendar-date): Remove "-face" suffix from face names.
27181 (diary-face, calendar-today-face, holiday-face):
27182 New backward-compatibility aliases for renamed faces.
27183 (eval-after-load "facemenu", diary-entry-marker)
27184 (calendar-today-marker, calendar-holiday-marker, diary-face):
27185 Use renamed calendar faces.
27186
27187 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
27188 (compare-windows-face): New backward-compatibility alias for
27189 renamed face.
27190 (compare-windows-highlight): Use renamed compare-windows face.
27191
27192 * strokes.el (strokes-char): Remove "-face" suffix from face name.
27193 (strokes-char-face): New backward-compatibility alias for renamed face.
27194 (strokes-encode-buffer): Use renamed strokes-char face.
27195
27196 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
27197 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
27198 Remove "-face" suffix from face names.
27199 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
27200 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
27201 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
27202 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
27203 Use renamed pcvs faces.
27204 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
27205 * pcvs-defs.el (cvs-mode-map): Likewise.
27206 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
27207
27208 * info.el (info-title-1, info-title-2, info-title-3)
27209 (info-title-4): Remove "-face" suffix from and downcase face names.
27210 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
27211 (Info-title-4-face):
27212 New backward-compatibility aliases for renamed faces.
27213 (Info-fontify-node): Use renamed info faces.
27214
27215 * hilit-chg.el (highlight-changes, highlight-changes-delete):
27216 Remove "-face" suffix from face names.
27217 (highlight-changes-face, highlight-changes-delete-face):
27218 New backward-compatibility aliases for renamed faces.
27219 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
27220 (hilit-chg-make-list): Use renamed highlight-changes faces.
27221
27222 * generic-x.el (show-tabs-tab, show-tabs-space):
27223 Remove "-face" suffix from face names.
27224 (show-tabs-tab-face, show-tabs-space-face):
27225 New backward-compatibility aliases for renamed faces.
27226 (show-tabs-generic-mode-font-lock-defaults-1)
27227 (show-tabs-generic-mode-font-lock-defaults-2):
27228 Use renamed show-tabs faces.
27229
27230 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
27231 (smerge-markers): Remove "-face" suffix from face names.
27232 (smerge-mine-face, smerge-other-face, smerge-base-face)
27233 (smerge-markers-face):
27234 New backward-compatibility aliases for renamed faces.
27235 (smerge-mine-face, smerge-other-face, smerge-base-face)
27236 (smerge-markers-face): Use renamed smerge faces.
27237
27238 * log-view.el (log-view-file, log-view-message): Remove "-face"
27239 suffix from face names.
27240 (log-view-file-face, log-view-message-face):
27241 New backward-compatibility aliases for renamed faces.
27242 (log-view-file-face, log-view-message-face): Use renamed log-view
27243 faces.
27244
27245 * paren.el (show-paren-match, show-paren-mismatch):
27246 Remove "-face" suffix from face names.
27247 (show-paren-match-face, show-paren-mismatch-face):
27248 New backward-compatibility aliases for renamed faces.
27249 (show-paren-function): Use renamed show-paren faces.
27250
27251 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
27252 (ruler-mode-margins, ruler-mode-fringes)
27253 (ruler-mode-column-number, ruler-mode-fill-column)
27254 (ruler-mode-comment-column, ruler-mode-goal-column)
27255 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
27256 suffix from face names.
27257 (ruler-mode-default-face, ruler-mode-pad-face)
27258 (ruler-mode-margins-face, ruler-mode-fringes-face)
27259 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
27260 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
27261 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
27262 New backward-compatibility aliases for renamed faces.
27263 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
27264 (ruler-mode-column-number, ruler-mode-fill-column)
27265 (ruler-mode-comment-column, ruler-mode-goal-column)
27266 (ruler-mode-tab-stop, ruler-mode-current-column)
27267 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
27268 faces.
27269
27270 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
27271 face name.
27272 (whitespace-highlight-the-space): Use renamed face.
27273 (whitespace-highlight-face): New backward-compatibility alias for
27274 renamed face.
27275
27276 * woman.el (woman-italic, woman-bold, woman-unknown)
27277 (woman-addition, woman-symbol-face):
27278 Remove "-face" suffix from face names.
27279 (woman-italic-face, woman-bold-face, woman-unknown-face)
27280 (woman-addition-face):
27281 New backward-compatibility aliases for renamed faces.
27282 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
27283 (woman-decode-region, woman-replace-match)
27284 (woman-display-extended-fonts, woman-special-characters)
27285 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
27286 Use renamed woman faces.
27287
27288 * longlines.el (longlines-visible-face): Face removed.
27289
27290 * diff-mode.el (diff-header, diff-file-header, diff-index)
27291 (diff-hunk-header, diff-removed, diff-added, diff-changed)
27292 (diff-function, diff-context, diff-nonexistent): Remove "-face"
27293 suffix from face names.
27294 (diff-header-face, diff-file-header-face, diff-index-face)
27295 (diff-hunk-header-face, diff-removed-face, diff-added-face)
27296 (diff-changed-face, diff-function-face, diff-context-face)
27297 (diff-nonexistent-face): New backward-compatibility aliases for
27298 renamed faces.
27299 (diff-header-face, diff-file-header-face)
27300 (diff-index, diff-index-face, diff-hunk-header)
27301 (diff-hunk-header-face, diff-removed, diff-removed-face)
27302 (diff-added, diff-added-face, diff-changed-face, diff-function)
27303 (diff-function-face, diff-context-face, diff-nonexistent)
27304 (diff-nonexistent-face): Use renamed diff-mode faces.
27305
27306 * progmodes/compile.el (compilation-warning-face)
27307 (compilation-info-face): Remove "-face" suffix from face names.
27308 (compilation-warning-face, compilation-info-face):
27309 New backward-compatibility aliases for renamed faces.
27310 (compilation-warning-face, compilation-info-face):
27311 Use renamed compilation faces.
27312
27313 * add-log.el (change-log-date, change-log-name)
27314 (change-log-email, change-log-file, change-log-list)
27315 (change-log-conditionals, change-log-function)
27316 (change-log-acknowledgement): Remove "-face" suffix from face names.
27317 (change-log-date-face, change-log-name-face)
27318 (change-log-email-face, change-log-file-face)
27319 (change-log-list-face, change-log-conditionals-face)
27320 (change-log-function-face, change-log-acknowledgement-face):
27321 New backward-compatibility aliases for renamed faces.
27322 (change-log-font-lock-keywords): Use renamed change-log faces.
27323
27324 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
27325 (custom-set, custom-changed, custom-saved, custom-button)
27326 (custom-button-pressed, custom-documentation, custom-state)
27327 (custom-comment, custom-comment-tag, custom-variable-tag)
27328 (custom-variable-button, custom-face-tag, custom-group-tag-1)
27329 (custom-group-tag): Remove "-face" suffix from face names.
27330 (custom-magic-alist, custom-magic-value-create)
27331 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
27332 (custom-invalid-face, custom-rogue-face, custom-modified-face)
27333 (custom-set-face, custom-changed-face, custom-saved-face)
27334 (custom-button-face, custom-button-pressed-face)
27335 (custom-documentation-face, custom-state-face)
27336 (custom-comment-face, custom-comment-tag-face)
27337 (custom-variable-tag-face, custom-variable-button-face)
27338 (custom-face-tag-face, custom-group-tag-face-1)
27339 (custom-group-tag-face):
27340 New backward-compatibility aliases for renamed faces.
27341
27342 * wid-edit.el (widget-documentation, widget-button)
27343 (widget-field, widget-single-line-field, widget-inactive)
27344 (widget-button-pressed): "-face" suffix removed from face names.
27345 (widget-documentation-face, widget-button-face)
27346 (widget-field-face, widget-single-line-field-face)
27347 (widget-inactive-face, widget-button-pressed-face):
27348 New backward-compatibility aliases for renamed faces.
27349 (widget-documentation-face, widget-button-face)
27350 (widget-button-pressed-face, widget-specify-field)
27351 (widget-specify-inactive): Use renamed widget faces.
27352
27353 2005-06-10 Kenichi Handa <handa@m17n.org>
27354
27355 * term/x-win.el (x-clipboard-yank): Remove condition-case
27356 wrapping.
27357
27358 2005-06-11 Kenichi Handa <handa@m17n.org>
27359
27360 * add-log.el (change-log-font-lock-keywords): Make the regexp for
27361 date lines stricter.
27362
27363 2005-06-10 Zhang Wei <id.brep@gmail.com>
27364
27365 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
27366 of x-get-selection.
27367
27368 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
27369
27370 * comint.el (comint-mode, comint-snapshot-last-prompt):
27371 * frame.el (frame-current-scroll-bars):
27372 * term.el (term-mode, term-check-proc, term-input-sender)
27373 (term-simple-send, term-extract-string, term-word)
27374 (term-match-partial-filename):
27375 * window.el (window-current-scroll-bars):
27376 * emulation/cua-base.el (cua-normal-cursor-color)
27377 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
27378 (cua-global-mark-cursor-color):
27379 * mail/undigest.el (rmail-forward-separator-regex):
27380 Fix typos in docstrings.
27381
27382 * comint.el (comint-check-proc, make-comint-in-buffer)
27383 (comint-source-default): Doc fixes.
27384
27385 * term.el (term-send-string): Improve argument/docstring consistency.
27386
27387 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
27388
27389 * comint.el (comint-send-input): Bind `inhibit-read-only' around
27390 call to `delete-region'.
27391 (comint-mode-hook): Do not enable Font Lock by default.
27392
27393 2005-06-09 Lute Kamstra <lute@gnu.org>
27394
27395 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
27396 could be void.
27397
27398 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
27399
27400 * emacs-lisp/debug.el (debugger-will-be-back): New var.
27401 (debug): Use it.
27402 (debugger-step-through, debugger-continue, debugger-jump)
27403 (debugger-return-value): Set it when needed.
27404 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
27405 Use inhibit-read-only.
27406
27407 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
27408
27409 * window.el (shrink-window-if-larger-than-buffer)
27410 (window-size-fixed): Fix typo in docstring.
27411
27412 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
27413 thumbnails directory on loading.
27414 (thumbs-conversion-program): Use `eq' to check the system type,
27415 not `equal'.
27416 (thumbs-temp-dir): Initialize to `temporary-file-directory',
27417 not "/tmp". Fix docstring.
27418 (thumbs-thumbsdir): New function to return the thumbnails
27419 directory, creating it if needed.
27420 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
27421 (thumbs-temp-file): Delete variable and make it into a function.
27422 (thumbs-resize-image, thumbs-modify-image): Use it.
27423 (thumbs-kill-buffer): Simplify.
27424 (thumbs-gensym): Defalias or duplicate CL `gensym'.
27425 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
27426 docstrings.
27427
27428 2005-06-09 Kim F. Storm <storm@cua.dk>
27429
27430 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
27431 set-match-data to free markers in match-data.
27432
27433 * replace.el (replace-match-data): Pass RESEAT arg `t' to
27434 match-data to unchain markers in match-data.
27435
27436 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
27437
27438 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
27439 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
27440 unnecessary now.
27441
27442 2005-06-08 Richard M. Stallman <rms@gnu.org>
27443
27444 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
27445 give the variable a doc string that doesn't say don't set it directly.
27446
27447 * textmodes/ispell.el (ispell-check-version):
27448 Use match-string-no-properties.
27449 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
27450 (ispell-buffer-local-words): Likewise.
27451
27452 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
27453 except on terminals with enough colors to really display it.
27454 (makefile-dependency-regex): Delete spurious `bb'.
27455
27456 * faces.el (escape-glyph): Use blue once again in last case.
27457 (no-break-space): Redefine so that it isn't invisible on a tty.
27458
27459 2005-06-08 Kim F. Storm <storm@cua.dk>
27460
27461 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
27462 also when reading directory name.
27463
27464 2005-06-08 Lute Kamstra <lute@gnu.org>
27465
27466 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
27467 (flyspell-mode-line-string): Remove autoload cookie.
27468 (flyspell-mode): Remove defvar.
27469
27470 2005-06-07 Lute Kamstra <lute@gnu.org>
27471
27472 * textmodes/org.el (org-run-mode-hooks): New function.
27473 (org-agenda-mode): Use it.
27474
27475 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
27476
27477 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
27478
27479 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
27480
27481 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
27482
27483 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
27484
27485 * font-lock.el (font-lock-add-keywords): Doc fix.
27486
27487 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
27488
27489 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
27490 (tex-compile-default): In the absence of any history, use the order in
27491 tex-compile-alist to choose the preferred command.
27492 (tex-compile-commands): Reorder a bit.
27493
27494 * textmodes/flyspell.el (flyspell-auto-correct-binding)
27495 (flyspell-incorrect-face, flyspell-duplicate-face):
27496 Use (X)Emacs-agnostic code.
27497 (flyspell-mode-map): Don't overwrite at each load. Remove code
27498 redundant with the subsequent add-minor-mode. Merge Emacs and
27499 XEmacs code.
27500 (flyspell-word): Minor simplification.
27501 (flyspell-math-tex-command-p): Quieten the byte-compiler.
27502 (flyspell-external-point-words): Remove unused vars `size' and `start'.
27503 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
27504 Merge the corresponding Emacs code.
27505 (flyspell-correct-word, flyspell-xemacs-popup):
27506 Use flyspell-do-correct.
27507
27508 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
27509 a dedicated window.
27510
27511 * international/latexenc.el (latexenc-find-file-coding-system):
27512 Undo part of last patch, to turn off a compiler warning.
27513
27514 2005-06-06 Juri Linkov <juri@jurta.org>
27515
27516 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
27517 Rename `tmm-inactive-face' to `tmm-inactive'.
27518
27519 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
27520
27521 * iswitchb.el: Rename faces.
27522
27523 2005-06-06 Kim F. Storm <storm@cua.dk>
27524
27525 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
27526 (cua-global-mark): Remove -face suffix from face names.
27527
27528 * emulation/cua-gmrk.el (cua--init-global-mark):
27529 Remove cua-global-mark face setup.
27530
27531 2005-06-06 Richard M. Stallman <rms@gnu.org>
27532
27533 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
27534 just like other allowed characters.
27535 (makefile-match-dependency): Exclude leading and training whitespace
27536 from the range of regexp subexp 1.
27537 (makefile-macroassign-regex): Don't try to match the body,
27538 just the name of the macro being defined.
27539
27540 * info.el (Info-read-node-name-2): New function.
27541 (Info-read-node-name-1): Use that.
27542 Add a completion-base-size-function property.
27543
27544 * simple.el (completion-setup-function): Look for
27545 completion-base-size-function property of minibuffer-completion-table.
27546
27547 * files.el (locate-file-completion): Doc fix.
27548
27549 * printing.el: Don't call pr-update-menus; user must do that.
27550
27551 * emacs-lisp/debug.el (debugger-window): New variable.
27552 (debug): Use debugger-window if it is set and still alive.
27553 Record debugger-window for next entry.
27554
27555 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
27556
27557 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
27558
27559 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
27560 (hack-one-local-variable, hack-local-variables)
27561 (hack-local-variables-prop-line): Pass that arg.
27562
27563 2005-06-06 Kim F. Storm <storm@cua.dk>
27564
27565 * ido.el (ido-first-match, ido-only-match, ido-subdir)
27566 (ido-indicator): Remove -face suffix from face names.
27567
27568 2005-06-06 Juri Linkov <juri@jurta.org>
27569
27570 * font-lock.el (font-lock-regexp-backslash)
27571 (font-lock-regexp-backslash-construct): New faces.
27572 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
27573 after `('. Add `while-no-input' to control structures.
27574
27575 * faces.el (no-break-space, shadow): New faces.
27576 (escape-glyph): Use less loud colors pink2 and red4.
27577
27578 * diff-mode.el (diff-context-face)
27579 * dired.el (dired-ignored)
27580 * rfn-eshadow.el (file-name-shadow)
27581 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
27582
27583 * info.el (Info-title-1-face): Use green instead of yellow because
27584 bold yellow is not readable on light backgrounds.
27585
27586 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
27587 before selecting the desired mode to not spend time fontifying
27588 old contents.
27589
27590 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
27591
27592 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
27593 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
27594
27595 * ps-print.el (ps-default-fg, ps-default-bg):
27596 Fix typos in docstrings.
27597
27598 * isearchb.el (isearchb): Don't pass a spurious second argument to
27599 `iswitchb-completions'.
27600
27601 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
27602
27603 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
27604 to preserve point.
27605 (gdb-find-file-hook): Add doc string.
27606
27607 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
27608 C dereferenced pointer expression.
27609 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
27610
27611 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
27612
27613 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
27614 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
27615 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
27616 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
27617 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
27618 Make background transparent.
27619
27620 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
27621
27622 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
27623 (font-lock-remove-keywords): Doc fix.
27624 (font-lock-mode-major-mode): Compiler defvar.
27625 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
27626
27627 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
27628 (font-lock-mode): Update `font-lock-mode-major-mode'.
27629 (font-lock-set-defaults): Compiler defvar.
27630 (font-lock-default-function): Take `font-lock-mode-major-mode'
27631 into account.
27632
27633 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
27634 keep track of which major mode it enabled the minor mode for.
27635 Use find-file-hook again. Update docstring.
27636
27637 * simple.el (eval-expression-print-level)
27638 (eval-expression-print-length, eval-expression-debug-on-error):
27639 Doc fixes.
27640
27641 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
27642
27643 * iswitchb.el (iswitchb-single-match-face)
27644 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
27645 (iswitchb-invalid-regexp-face): New faces.
27646 (iswitchb-completions): Use them.
27647 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
27648 now marked as an obsolete alias.
27649 (iswitchb-read-buffer): Remove check for bound font variables.
27650 (iswitchb-invalid-regexp): New free variable.
27651 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
27652 set iswitchb-invalid-regexp.
27653 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
27654 invalid regexps.
27655 (iswitchb-completions): Add check for complete match when entering
27656 a regexp.
27657 (iswitchb-completions): Remove require-match argument.
27658 (iswitchb-exhibit): Fix caller.
27659 (iswitchb-common-match-inserted): New variable.
27660 (iswitchb-complete, iswitchb-completion-help): Use it.
27661
27662 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
27663
27664 * url-http.el (url-http-chunked-encoding-after-change-function):
27665 Use `url-http-debug' instead of `message'.
27666
27667 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
27668
27669 * url-http.el (url-http-parse-headers): Pass redirected URL as a
27670 callback argument.
27671
27672 2005-06-04 Kim F. Storm <storm@cua.dk>
27673
27674 * simple.el (line-move): Only call sit-for when moving backwards.
27675
27676 * ido.el (ido-make-merged-file-list-1): New defun split from
27677 ido-make-merged-file-list.
27678 (ido-make-merged-file-list): Bind throw-on-input around call to
27679 ido-make-merged-file-list-1. Return input-pending-p if
27680 interrupted by more input available.
27681 (ido-read-internal): Handle input-pending-p return value from
27682 ido-make-merged-file-list.
27683
27684 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
27685
27686 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
27687 compatibility code.
27688
27689 * international/latexenc.el (latexenc-find-file-coding-system):
27690 Don't inherit the EOL part of the coding-system from the
27691 tex-main buffer. Fit within 80 columns.
27692
27693 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
27694
27695 * tmm.el (tmm-inactive-face): New face.
27696 (tmm-remove-inactive-mouse-face): New function.
27697 (tmm-prompt, tmm-add-one-shortcut)
27698 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
27699 but not selectable.
27700
27701 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
27702
27703 * faces.el (face-equal): Improve argument/docstring consistency.
27704
27705 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
27706
27707 * progmodes/make-mode.el (makefile-targets-face)
27708 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
27709 (makefile-bsdmake-dependency-regex)
27710 (makefile-makepp-rule-action-regex)
27711 (makefile-bsdmake-rule-action-regex): New constants.
27712 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
27713
27714 * progmodes/compile.el (compilation-error-regexp-alist-alist):
27715 Allow (...) within `...' for makepp messages.
27716
27717 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
27718
27719 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
27720
27721 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
27722 "." files are deleted from all file lists before comparison.
27723
27724 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
27725 (viper-ESC-key): Made them customizable.
27726
27727 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
27728
27729 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
27730
27731 * autorevert.el (auto-revert-buffers): Use save-match-data.
27732
27733 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
27734
27735 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
27736 menu items with a nil command binding.
27737
27738 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
27739
27740 * emacs-lisp/cl-macs.el (defsetf):
27741 Improve argument/docstring consistency.
27742
27743 * faces.el (list-faces-display): Improve the formatting by
27744 computing the maximum length required for any face-name (reworked
27745 patch of 1999-01-11, accidentally deleted on 1999-07-21).
27746 (internal-find-face): Remove redundant info in docstring.
27747
27748 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
27749
27750 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
27751 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
27752 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
27753 (gdb-assembler-custom): Improve regexps.
27754 (def-gdb-auto-update-handler): Use window point to preserve point.
27755
27756 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
27757
27758 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
27759
27760 2005-05-31 Jay Belanger <belanger@truman.edu>
27761
27762 * calc/calc-embed.el (calc-embedded-word): Change argument passed
27763 to calc-embedded.
27764 (calc-embedded-make-info): Have plain prefix argument select
27765 entire line.
27766
27767 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
27768
27769 * faces.el (list-faces-display): Signal error if passed a regexp
27770 that matches no face name.
27771
27772 * simple.el (filter-buffer-substring): Fix typo in docstring.
27773
27774 2005-05-31 Richard M. Stallman <rms@gnu.org>
27775
27776 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
27777 (vhdl-emacs-21): Doc fix.
27778 (vhdl-mode): Unconditionally set comment-padding.
27779 (vhdl-fixup-whitespace-region): Insert spaces only where
27780 there are none.
27781 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
27782
27783 2005-05-30 John Wiegley <johnw@newartisans.com>
27784
27785 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
27786 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
27787 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
27788 `directory-sep-char' to ?/, and all uses of `string-to-int' to
27789 `string-to-number'.
27790
27791 2005-05-30 Jay Belanger <belanger@truman.edu>
27792
27793 * calc/calc.el (calc-bug-address): Fix docstring.
27794 (calc-window-hook, calc-trail-window-hook): New variables.
27795 (calc-trail-display): Restore use of calc-trail-window-hook.
27796 (calc): Restore use of calc-window-hook.
27797
27798 2005-05-31 Masatake YAMATO <jet@gyve.org>
27799
27800 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
27801
27802 * help-fns.el (help-C-file-name): Add autoload mark for
27803 `find-function-noselect'.
27804
27805 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
27806
27807 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
27808 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
27809
27810 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
27811
27812 * calendar/diary-lib.el (mark-included-diary-files): Only kill
27813 included diary buffer if it was not already being visited.
27814 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
27815
27816 * calendar/icalendar.el (top-level): Do not require appt.
27817
27818 * mail/supercite.el (sc-select-attribution): Only use a list
27819 element from sc-attrib-selection-list if it returns a string.
27820 Reported by Davide G. M. Salvetti <salve@debian.org>.
27821
27822 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
27823
27824 * thumbs.el (thumbs-thumbname): The resulting thumbname now
27825 includes a hash value to improve its uniqueness, and has a ".jpg"
27826 extension. Also, it is now a valid filename on all systems.
27827 (thumbs-make-thumb): Use `let', not `let*'.
27828 (thumbs-show-thumbs-list): Check for JPEG availability.
27829
27830 2005-05-30 Richard M. Stallman <rms@gnu.org>
27831
27832 * filesets.el (filesets-menu-ensure-use-cached):
27833 Prevent warning when emacs-version>= is undefined.
27834
27835 * printing.el (pr-interactive-n-up): Use string-to-number.
27836
27837 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
27838
27839 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27840 Warn only when name to be defined is quoted.
27841
27842 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
27843
27844 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
27845 Make regexp more robust.
27846 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
27847 Force regeneration of disassembly.
27848
27849 2005-05-29 Jay Belanger <belanger@truman.edu>
27850
27851 * calc/calc.el (calc-user-invocation): Check if
27852 calc-invocation-macro is non-nil.
27853
27854 2005-05-29 Juri Linkov <juri@jurta.org>
27855
27856 * add-log.el (change-log-font-lock-keywords):
27857 Add `+' to e-mail regexp to accept mail address with keywords.
27858
27859 * man.el (Man-name-regexp): Add `:' to accept qualified names.
27860
27861 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
27862
27863 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
27864
27865 * ielm.el (inferior-emacs-lisp-mode): Ditto.
27866
27867 2005-05-29 Richard M. Stallman <rms@gnu.org>
27868
27869 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
27870 Undo the change that moves to end of the current word.
27871
27872 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
27873
27874 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
27875 Throw error when count <= 0 to ensure input is a number.
27876 (gdb-read-memory-custom): Pick up address from buffer.
27877 (gdb-memory-mode): Allow user to increment and decrement
27878 memory address from header line.
27879
27880 2005-05-29 Richard M. Stallman <rms@gnu.org>
27881
27882 * flyspell.el (flyspell-version): Function deleted.
27883 (flyspell-auto-correct-previous-hook): Doc fix.
27884
27885 * jit-lock.el (jit-lock-function, jit-lock-after-change):
27886 Do nothing if memory is full.
27887
27888 * font-lock.el (font-lock-fontify-syntactically-region):
27889 Pass t for GREEDY to looking-back.
27890
27891 * saveplace.el (save-place-alist-to-file): Write the file
27892 using write-region.
27893
27894 * subr.el (looking-back): New argument GREEDY.
27895
27896 * progmodes/compile.el (compilation-start): Set the mode
27897 before inserting the initial text.
27898
27899 * progmodes/which-func.el (which-func-update-1): Turn the mode
27900 off in case of error by setting which-func-mode.
27901
27902 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
27903
27904 * flyspell.el (flyspell-auto-correct-previous-word):
27905 Narrow down to what's on the screen, and recenter overlays
27906 at the end of the next word.
27907
27908 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
27909
27910 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
27911 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
27912 (flyspell-abbrev-p): Default to nil.
27913 (flyspell-use-global-abbrev-table-p): Doc fix.
27914 (flyspell-large-region): Allow nil as value.
27915 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
27916
27917 (mail-mode-flyspell-verify): More robust handling
27918 of `mail-header-separator'. More efficient signature detection.
27919 Allow for regexp metacharacters in message-header-separator.
27920 Adding `To' not to be checked in mail-mode-flyspell-verify.
27921
27922 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
27923 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
27924 Bind flyspell-auto-correct-binding.
27925 Bind C-. and C-, .
27926 (flyspell-mode-map): Likewise.
27927 (flyspell-mode): Doc fix.
27928 (flyspell-accept-buffer-local-defs): Preserve current buffer.
27929 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
27930 (flyspell-word-cache-result): New var, always local.
27931 (flyspell-check-pre-word-p): Doc fix.
27932 (flyspell-check-changed-word-p): Handle spc like newline.
27933 (flyspell-post-command-hook): Set flyspell-word-cache-result.
27934 (flyspell-word-search-backward, flyspell-word-search-forward):
27935 New functions.
27936 (flyspell-word): Return t if nothing to check.
27937 When parsing TeX code, check for after } or \.
27938 Use flyspell-word-search-backward to find previous word.
27939 Return nil if duplicated word.
27940 For word already checked, return same value as last time.
27941 Set flyspell-word-cache-result after checking.
27942 Don't clobber the return value.
27943 (flyspell-get-word): Major rewrite.
27944 (flyspell-external-point-words): New locals pword, pcount.
27945 Fix size used in progress message.
27946 Find the proper corresponding word in flyspell-large-region-buffer.
27947 (flyspell-region): Check for flyspell-large-region = nil.
27948 (flyspell-highlight-incorrect-region): Clean up overlays in region.
27949 (flyspell-auto-correct-word): Check that WORD is a cons.
27950 (flyspell-correct-word): Likewise.
27951
27952 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
27953
27954 * progmodes/make-mode.el (makefile-rule-action-regex)
27955 (makefile-macroassign-regex, makefile-makepp-mode)
27956 (makefile-bsdmake-mode): Continuation lines may be empty.
27957 Reported by Joshua Varner.
27958 (makefile-makepp-font-lock-keywords): Add $(stem).
27959
27960 2005-05-28 Karl Berry <karl@gnu.org>
27961
27962 * textmodes/tex-mode.el: Now that tex-send-command calls
27963 shell-quote-argument (2005-03-31 change), remove all calls to
27964 shell-quote-argument; they all end up invoking tex-send-command.
27965 The double quoting loses on filenames with non-safe characters,
27966 such as "@". Reported by Frederik Fouvry.
27967
27968 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
27969
27970 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
27971 about preserving point.
27972
27973 2005-05-27 Jay Belanger <belanger@truman.edu>
27974
27975 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
27976 Info-goto-node.
27977
27978 * calc/calc-embed.el (calc-embed-arg): New variable.
27979 (calc-do-embedded-activate, calc-embedded-activate-formula)
27980 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
27981 variable by new variable.
27982 (calc-embedded-make-info): Replace undeclared variable by new
27983 variable. When selecting region with positive prefix
27984 argument, use end of previous line instead of beginning of line.
27985
27986 * calc/calc-aent.el (calc-arg-values): Declare it.
27987
27988 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
27989 Declare them.
27990
27991 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
27992
27993 * calc/calc.el (calc-alg-map): Declare it.
27994
27995 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
27996
27997 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
27998
27999 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
28000 (gdb-registers-buffer, toggle-gdb-all-registers):
28001 Toggle display of floating point registers.
28002 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
28003
28004 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
28005 (toggle-gud-tooltip-dereference):
28006 Rename from gud-toggle-tooltip-dereference.
28007
28008 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
28009
28010 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
28011
28012 2005-05-27 Jay Belanger <belanger@truman.edu>
28013
28014 * calc/calc-prog.el (calc-kbd-report): Remove.
28015 (calc-kbd-query): Rewrite.
28016
28017 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
28018
28019 * image.el (image-library-alist): Move to image.c.
28020 (image-type-available-p): Doc fix.
28021
28022 2005-05-27 Lute Kamstra <lute@gnu.org>
28023
28024 * calc/calc.el (calc):
28025 * outline.el (outline-1, outline-2, outline-3, outline-4)
28026 (outline-5, outline-6, outline-7, outline-8):
28027 * textmodes/dns-mode.el (dns-mode):
28028 * textmodes/sgml-mode.el (sgml-namespace-face):
28029 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
28030 (tex-verbatim-face, tex-use-reftex):
28031 * textmodes/texinfo.el (texinfo-heading-face):
28032 Specify customization group.
28033
28034 * longlines.el: Don't require easy-mmode.
28035 (longlines-visible-face): Specify customization group.
28036
28037 2005-05-27 Kenichi Handa <handa@m17n.org>
28038
28039 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
28040 encoding table of windows-1251.
28041
28042 * international/ucs-tables.el (ucs-set-table-for-input):
28043 If translation-table-for-input of a coding system is a symbol, get
28044 its translation-table property.
28045
28046 * international/code-pages.el: Don't register a coding system into
28047 non-iso-charset-alist more than once.
28048 (cp-make-coding-system): Likewise.
28049
28050 2005-05-26 John Wiegley <johnw@newartisans.com>
28051
28052 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
28053 `eshell-resume-eval' is wrapped in a list, it indicates that the
28054 command was run asynchronously. In that case, unwrap the value
28055 before checking the delimiter value.
28056
28057 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
28058 character before a space at the end of a line is \, assume the space
28059 is part of the last argument rather than a final argument separator.
28060
28061 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
28062 is in use, and the target is `t' or `nil' (which are the most common
28063 values), don't assume that the symbol target is a buffer.
28064
28065 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
28066
28067 * calendar/calendar.el (calendar-mode-line-format):
28068 Use mode-line-highlight as mouse-face.
28069
28070 * time.el (display-time-string-forms, display-time-update):
28071 Use mode-line-highlight as mouse-face.
28072
28073 2005-05-26 Jay Belanger <belanger@truman.edu>
28074
28075 * calc/calc.el (calc-language-alist): Remove extra defvar.
28076
28077 2005-05-26 Lute Kamstra <lute@gnu.org>
28078
28079 * arc-mode.el (archive-mode):
28080 * bookmark.el (bookmark-read-annotation-mode)
28081 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
28082 * bs.el (bs-mode):
28083 * calc/calc-yank.el (calc-edit-mode):
28084 * calc/calc.el (calc-mode, calc-trail-mode):
28085 * calculator.el (calculator-mode):
28086 * chistory.el (command-history-mode):
28087 * comint.el:
28088 * cus-edit.el (custom-mode):
28089 * descr-text.el (describe-text-mode):
28090 * ebuff-menu.el (Electric-buffer-menu-mode):
28091 * ediff-util.el (ediff-mode):
28092 * emacs-lisp/re-builder.el (reb-mode):
28093 * emulation/vi.el (vi-mode-setup):
28094 * emulation/ws-mode.el (wordstar-mode):
28095 * eshell/esh-mode.el (eshell-mode):
28096 * forms.el (forms-mode):
28097 * help-mode.el (help-mode):
28098 * hexl.el (hexl-mode):
28099 * ibuffer.el (ibuffer-mode):
28100 * ielm.el (inferior-emacs-lisp-mode):
28101 * info.el (Info-mode, Info-edit-mode):
28102 * international/swedish.el:
28103 * ledit.el (ledit-from-lisp-mode):
28104 * locate.el (locate-mode):
28105 * mail/rmail.el (rmail-mode):
28106 * mail/rmailedit.el (rmail-edit-mode):
28107 * mail/rmailsum.el (rmail-summary-mode):
28108 * mail/supercite.el (sc-electric-mode):
28109 * net/eudc.el (eudc-mode):
28110 * net/quickurl.el (quickurl-list-mode):
28111 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
28112 * obsolete/ooutline.el (outline-mode):
28113 * obsolete/options.el (Edit-options-mode):
28114 * obsolete/rnews.el (news-mode):
28115 * obsolete/rnewspost.el (news-reply-mode):
28116 * play/5x5.el (5x5-mode):
28117 * play/decipher.el (decipher-mode, decipher-stats-mode):
28118 * play/gomoku.el (gomoku-mode):
28119 * play/snake.el (snake-mode):
28120 * play/solitaire.el (solitaire-mode):
28121 * play/tetris.el (tetris-mode):
28122 * progmodes/ada-mode.el (ada-mode):
28123 * progmodes/antlr-mode.el (antlr-mode):
28124 * progmodes/autoconf.el (autoconf-mode):
28125 * progmodes/dcl-mode.el (dcl-mode):
28126 * progmodes/delphi.el (delphi-mode):
28127 * progmodes/ebrowse.el (ebrowse-tree-mode)
28128 (ebrowse-electric-list-mode, ebrowse-member-mode)
28129 (ebrowse-electric-position-mode):
28130 * progmodes/f90.el (f90-mode):
28131 * progmodes/fortran.el (fortran-mode):
28132 * progmodes/icon.el (icon-mode):
28133 * progmodes/idlw-help.el (idlwave-help-mode):
28134 * progmodes/idlw-shell.el (idlwave-shell-mode):
28135 * progmodes/idlwave.el (idlwave-mode):
28136 * progmodes/inf-lisp.el (inferior-lisp-mode):
28137 * progmodes/m4-mode.el (m4-mode):
28138 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
28139 * progmodes/modula2.el (modula-2-mode):
28140 * progmodes/octave-inf.el (inferior-octave-mode):
28141 * progmodes/octave-mod.el (octave-mode):
28142 * progmodes/pascal.el (pascal-mode):
28143 * progmodes/sh-script.el (sh-mode):
28144 * progmodes/sql.el (sql-mode, sql-interactive-mode):
28145 * progmodes/vhdl-mode.el (vhdl-mode):
28146 * progmodes/xscheme.el (scheme-interaction-mode):
28147 * replace.el (occur-mode):
28148 * ses.el (ses-mode):
28149 * simple.el (completion-list-mode):
28150 * skeleton.el:
28151 * speedbar.el (speedbar-mode):
28152 * term.el (term-mode):
28153 * terminal.el (terminal-edit-mode):
28154 * textmodes/reftex-index.el (reftex-index-mode)
28155 (reftex-index-phrases-mode):
28156 * textmodes/reftex-sel.el (reftex-select-label-mode)
28157 (reftex-select-bib-mode):
28158 * textmodes/reftex-toc.el (reftex-toc-mode):
28159 * wdired.el (wdired-change-to-wdired-mode):
28160 * wid-browse.el (widget-browse-mode):
28161 Use run-mode-hooks.
28162
28163 * array.el (array-mode):
28164 * calendar/todo-mode.el (todo-mode):
28165 * man.el (Man-mode):
28166 * play/landmark.el (lm-mode):
28167 * play/mpuz.el (mpuz-mode):
28168 Use kill-all-local-variables and run-mode-hooks.
28169
28170 * subr.el (delay-mode-hooks): Specify indentation.
28171
28172 2005-05-26 Mark A. Hershberger <mah@everybody.org>
28173
28174 * xml.el (xml-substitute-special): Don't die for undefined xml
28175 entities.
28176
28177 2005-05-26 Jay Belanger <belanger@truman.edu>
28178
28179 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
28180 of nil.
28181
28182 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
28183
28184 * progmodes/gdb-ui.el (gdb-frame-address):
28185 Rename from gdb-current-address.
28186 (gdb-previous-frame-address): Rename from gdb-previous-address.
28187 (gdb-selected-frame): Rename from gdb-current-frame.
28188 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
28189 (gdb-frame-number): Rename from gdb-current-stack-level.
28190 (gdb-ann3): Match new mode-name for disassembly buffer.
28191 Extend initialization of variables.
28192 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
28193 (gdb-memory-mode): Use mouse-face in header line.
28194 (gdb-assembler-buffer-name): Call it disassembly and give frame
28195 in mode line.
28196 (gdb-source-spec-regexp, gdb-assembler-custom)
28197 (gdb-invalidate-assembler, gdb-frame-handler):
28198 Make robust to leading zeroes in address format.
28199
28200 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
28201
28202 * textmodes/org.el (org-mode): Use `define-derived-mode' to
28203 define `org-mode'.
28204 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
28205
28206 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
28207
28208 * log-edit.el (log-edit-changelog-entries): Distinguish between
28209 filenames like xfns.c and fns.c.
28210
28211 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
28212
28213 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
28214 point after reverting.
28215 (Buffer-menu-make-sort-button): Handle the case where
28216 `Buffer-menu-use-header-line' is nil.
28217
28218 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
28219
28220 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
28221 New funcs. In minibuffer-local-completion-map bind `]', `/'
28222 and `:' to them.
28223
28224 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
28225
28226 * startup.el (normal-top-level): Allow modification of load-path while
28227 we're iterating over it.
28228
28229 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
28230
28231 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
28232 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
28233 (thumbs-resize-interactive, thumbs-insert-image)
28234 (thumbs-insert-thumb, thumbs-dired-show-marked)
28235 (thumbs-find-image-at-point, thumbs-delete-images)
28236 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
28237 (thumbs-increment-image-size, thumbs-decrement-image-size):
28238 Fix typos in docstrings.
28239
28240 2005-05-24 Andre Spiegel <spiegel@gnu.org>
28241
28242 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
28243 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
28244 (cperl-mode): Use them.
28245
28246 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
28247
28248 * window.el (quit-window, shrink-window-if-larger-than-buffer):
28249 Doc fixes.
28250
28251 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
28252
28253 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
28254 Bind C-d to gdb-inferior-io-eof.
28255
28256 * dired.el (dired-dnd-popup-notice): Use message-box.
28257
28258 2005-05-23 Masatake YAMATO <jet@gyve.org>
28259
28260 * bindings.el (mode-line-major-mode-keymap):
28261 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
28262
28263 * faces.el (mode-line-highlight): New face.
28264
28265 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
28266 as mouse-face.
28267
28268 * bindings.el (top-level, help-echo, mode-line-modified)
28269 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
28270 as mouse-face.
28271
28272 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
28273
28274 * progmodes/cc-engine.el (c-guess-basic-syntax):
28275 Remove spurious call to `zerop'.
28276
28277 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
28278
28279 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
28280
28281 CC Mode update to 5.30.10:
28282
28283 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
28284 could go past the limit in decoration level 2, thereby causing
28285 errors during interactive fontification.
28286
28287 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
28288 the file is evaluated interactively.
28289
28290 * cc-engine.el (c-guess-basic-syntax): Handle operator
28291 declarations somewhat better in C++.
28292
28293 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
28294 make use of `run-mode-hooks' which has been added in Emacs 21.1.
28295 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
28296 (awk-mode): Use it.
28297 (make-local-hook): Suppress warning about obsoleteness.
28298
28299 * cc-engine.el, cc-align.el, cc-cmds.el
28300 (c-append-backslashes-forward, c-delete-backslashes-forward)
28301 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
28302 Compensate for return value from `forward-line' when it has moved
28303 but not to a different line due to eob.
28304
28305 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
28306 `objc-method-intro' and `objc-method-args-cont'.
28307
28308 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
28309
28310 CC Mode update to 5.30.10:
28311
28312 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
28313 in the copyright statement. Incidentally, change "along with GNU
28314 Emacs" to "along with this program" where it occurs.
28315
28316 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
28317 so that it is interactive, hence can be found by M-x awk-mode
28318 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
28319 <gmorris+emacs@ast.cam.ac.uk>.
28320
28321 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
28322 Mode's regexps.
28323
28324 2005-05-23 Kevin Ryde <user42@zip.com.au>
28325
28326 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
28327 c-parse-state, to avoid a lisp error (on bad code).
28328
28329 2005-05-23 Lute Kamstra <lute@gnu.org>
28330
28331 * subr.el (font-lock-defaults): Remove defvar as it's already
28332 defined in font-core.el.
28333
28334 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
28335
28336 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
28337
28338 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
28339 more general and work when GDB variable "print pretty" is on,
28340 as with Emacs, for example.
28341
28342 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
28343
28344 * font-core.el: Update comment.
28345
28346 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
28347 Use `after-change-major-mode-hook' instead of `find-file-hook'.
28348
28349 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
28350
28351 2005-05-22 Eli Zaretskii <eliz@gnu.org>
28352
28353 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
28354 and `yank-handler' in the doc strings.
28355
28356 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
28357
28358 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
28359
28360 2005-05-22 Richard M. Stallman <rms@gnu.org>
28361
28362 * help.el (describe-key): Move print-help-return-message call
28363 out of conditional.
28364
28365 * progmodes/etags.el (list-tags): Use with-no-warnings.
28366
28367 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
28368 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
28369 (starttls-extra-args, starttls-extra-arguments): Add defvars.
28370
28371 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
28372
28373 * language/viet-util.el (viet-viscii-nonascii-translation-table):
28374 Add defvar.
28375
28376 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
28377 Use defvar, not defconst.
28378
28379 * hexl.el (hexl-follow-line): Use with-no-warnings.
28380
28381 * emulation/tpu-extras.el: Use write-file-functions instead of
28382 write-file-hooks.
28383
28384 * dired.el (dired-font-lock-keywords): Fontify files with junk
28385 extensions even if marked by -F.
28386
28387 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
28388
28389 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
28390 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
28391 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
28392 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
28393 (concatenate, list-length, get*, getf, cl-remprop):
28394 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
28395 (etypecase, progv, lexical-let, lexical-let*)
28396 (multiple-value-bind, multiple-value-setq, shiftf):
28397 Improve argument/docstring consistency.
28398
28399 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
28400
28401 2005-05-22 Andre Spiegel <spiegel@gnu.org>
28402
28403 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
28404 doesn't exist.
28405
28406 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
28407 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
28408
28409 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
28410
28411 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
28412 already deleted variables: auto-fill-hook, blink-paren-hook,
28413 lisp-indent-hook, inhibit-local-variables, unread-command-event,
28414 suspend-hooks, comment-indent-hook, meta-flag,
28415 before-change-function, after-change-function,
28416 font-lock-doc-string-face.
28417
28418 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
28419
28420 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
28421
28422 2005-05-21 Eli Zaretskii <eliz@gnu.org>
28423
28424 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
28425 rmail-dont-reply-to.
28426
28427 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
28428
28429 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
28430 literal blank when splitting new-header-values.
28431
28432 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
28433
28434 * calendar/cal-menu.el (cal-menu-update): Add separator as a
28435 string so that tmm doesn't create a completion entry for it.
28436
28437 * textmodes/table.el (table-disable-menu): Ditto.
28438
28439 2005-05-21 Richard M. Stallman <rms@gnu.org>
28440
28441 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
28442
28443 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
28444
28445 * net/rcompile.el (remote-compile): Use compilation-start.
28446
28447 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
28448
28449 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
28450
28451 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
28452 Default to makefile-bsdmake-mode on BSD systems.
28453
28454 * imenu.el (imenu-generic-expression, imenu--generic-function'):
28455 REGEXP may also be a search function now. The part of doc-string
28456 for describing the structure was 95% identical to that of
28457 `imenu--generic-function'. Unify it there.
28458
28459 * progmodes/make-mode.el (makefile-imenu-generic-expression):
28460 Use function to find dependencies, because regexp alone is so complex,
28461 it easily goes into an endless loop.
28462 (makefile-makepp-mode): Also add submenu for Perl functions
28463 defined in the makefile.
28464 (makefile-bsdmake-mode): Special imenu-generic-expression no
28465 longer needed, due to function call.
28466 (makefile-match-dependency): Take BOUND into account when checking
28467 if we're through.
28468
28469 2005-05-20 Jay Belanger <belanger@truman.edu>
28470
28471 * calc/calc-units.el (calc-invalidate-units-table):
28472 Use inhibit-read-only.
28473 (math-build-units-table-buffer): Use view-mode.
28474
28475 2005-05-20 David Kastrup <dak@gnu.org>
28476
28477 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
28478 easy-menu-add is not a nop on Emacs; and clarify when to call it.
28479
28480 2005-05-20 Lute Kamstra <lute@gnu.org>
28481
28482 * diff-mode.el (diff-header-face, diff-file-header-face)
28483 (diff-index-face, diff-hunk-header-face, diff-removed-face)
28484 (diff-added-face, diff-changed-face, diff-function-face)
28485 (diff-context-face, diff-nonexistent-face): Put them in the
28486 diff-mode customization group.
28487
28488 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
28489
28490 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
28491
28492 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
28493
28494 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
28495 Minor regexp-optimization.
28496
28497 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
28498
28499 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
28500 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
28501 (org-agenda-add-time-grid-maybe): New function.
28502 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
28503 (org-table-create): `dotimes' instead of `mapcar'.
28504 (org-xor): Simplify implementation.
28505 (org-agenda): `inhibit-redisplay' turned on.
28506 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
28507 a consistent line after a state change.
28508 (org-agenda-remove-times-when-in-prefix): New option.
28509 (org-prefix-has-time): New variable.
28510 (org-parse-time-string): Optional argument NODEFAULT.
28511 (org-format-agenda-item): Parse items for time-of-day
28512 specifications and move these into the prefix if possible.
28513 (org-agenda-priority): Get current heading, not previous heading
28514 during agenda remote editing.
28515
28516 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
28517
28518 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
28519 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
28520 (remove-duplicates, delete-duplicates, substitute)
28521 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
28522 (nsubstitute-if-not, find, find-if, find-if-not, position)
28523 (position-if, position-if-not, count, count-if, count-if-not)
28524 (mismatch, search, sort*, stable-sort, merge, member*)
28525 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
28526 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
28527 (intersection, nintersection, set-difference, nset-difference)
28528 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
28529 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
28530 (nsublis, tree-equal): Improve argument/docstring consistency.
28531
28532 * subr.el (send-string, send-region): Remove obsolescence declaration.
28533 (window-dot, set-window-dot, read-input, show-buffer)
28534 (eval-current-buffer, string-to-int):
28535 Add release number to obsolescence declarations.
28536
28537 2005-05-19 Kim F. Storm <storm@cua.dk>
28538
28539 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
28540 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
28541
28542 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
28543
28544 * faces.el (list-faces-display): Make back button respect optional
28545 regexp arg.
28546
28547 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
28548
28549 * calculator.el (calculator-radix-grouping-mode)
28550 (calculator-radix-grouping-digits, calculator-displayer)
28551 (calculator-radix-grouping-separator, calculator-copy-displayer):
28552 * dabbrev.el (dabbrev-search-these-buffers-only):
28553 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
28554 (diff-advance-after-apply-hunk, diff-mode-hook)
28555 (diff-minor-mode-prefix):
28556 * imenu.el (imenu-use-popup-menu):
28557 * jit-lock.el (jit-lock-context-time):
28558 * newcomment.el (comment-fill-column, comment-column)
28559 (comment-style, comment-padding, comment-multi-line)
28560 (comment-empty-lines, comment-auto-fill-only-comments):
28561 * reveal.el (reveal-around-mark):
28562 * uniquify.el (uniquify-buffer-name-style)
28563 (uniquify-after-kill-buffer-p)
28564 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
28565 (uniquify-min-dir-content, uniquify-separator)
28566 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
28567 * w32-vars.el (w32-fixed-font-alist):
28568 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
28569 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
28570 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
28571 * progmodes/perl-mode.el (perl-indent-level)
28572 (perl-continued-statement-offset, perl-continued-brace-offset)
28573 (perl-brace-offset, perl-brace-imaginary-offset)
28574 (perl-label-offset, perl-indent-continued-arguments)
28575 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
28576 * progmodes/tcl.el (tcl-indent-level)
28577 (tcl-continued-indent-level, tcl-auto-newline)
28578 (tcl-tab-always-indent, tcl-electric-hash-style)
28579 (tcl-help-directory-list, tcl-use-smart-word-finder)
28580 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
28581 (inferior-tcl-source-command):
28582 * textmodes/fill.el (enable-kinsoku):
28583 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
28584 * textmodes/table.el (table-yank-handler):
28585 Specify missing group (and type, if simple) in defcustom.
28586
28587 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
28588
28589 * progmodes/compile.el (compilation-finish-function): Fix defvar.
28590
28591 2005-05-19 Richard M. Stallman <rms@gnu.org>
28592
28593 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
28594
28595 * subr.el (event-basic-type): Don't get an error.
28596 (left-fringe-p): Function deleted.
28597
28598 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
28599 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
28600
28601 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
28602 in recursive copy.
28603
28604 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
28605
28606 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
28607
28608 * emacs-lisp/bytecomp.el
28609 (byte-compile-file-form-custom-declare-variable):
28610 Call byte-compile-nogroup-warn if appropriate.
28611
28612 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
28613 (compilation-set-window): Don't call left-fringe-p; do it directly.
28614
28615 2005-05-19 Jay Belanger <belanger@truman.edu>
28616
28617 * calc/calc-graph.el (calc-graph-format-data): Make sure
28618 var-PlotRejects is bound before trying to check its value.
28619
28620 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
28621
28622 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
28623 definition of this variable from reftex-global.el to reftex.el,
28624 because it is needed in the menu.
28625
28626 2005-05-19 Lute Kamstra <lute@gnu.org>
28627
28628 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
28629 years are fixed. Don't insert a space after a dash.
28630
28631 2005-05-19 Kim F. Storm <storm@cua.dk>
28632
28633 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
28634
28635 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
28636
28637 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
28638 strings, because (eq ... ?\\) is fairly frequent.
28639
28640 * progmodes/make-mode.el (makefile-add-this-line-targets):
28641 Simplify and integrate into `makefile-pickup-targets'.
28642 (makefile-add-this-line-macro): Simplify and integrate into
28643 `makefile-pickup-macros.
28644 (makefile-pickup-filenames-as-targets): Simplify.
28645 (makefile-previous-dependency, makefile-match-dependency):
28646 Don't stumble over `::'.
28647
28648 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
28649
28650 * subr.el (post-command-idle-hook, post-command-idle-delay):
28651 Remove obsoletion of post-command-idle-hook and
28652 post-command-idle-delay.
28653
28654 * faces.el (list-faces-display): Provide button when describe-face
28655 is called to take user back to the list of faces.
28656
28657 * help-fns.el (describe-variable): Remove hyperlinks in a
28658 variable's value as these are quite frequently inappropriate.
28659
28660 * follow.el (follow-submit-feedback, follow-mode):
28661 Remove references to post-command-idle-hook.
28662
28663 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
28664
28665 * progmodes/make-mode.el (makefile-previous-dependency)
28666 (makefile-match-dependency): Check for := (and in bsd mode also
28667 !=) to give a better result, even when font-lock is not on.
28668
28669 2005-05-18 Jay Belanger <belanger@truman.edu>
28670
28671 * calc/calc-help.el (calc-s-prefix-help):
28672 Add `calc-copy-special-constant' to help string.
28673
28674 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
28675
28676 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
28677
28678 2005-05-18 Jay Belanger <belanger@truman.edu>
28679
28680 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
28681 in linear factors are in proper order.
28682
28683 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
28684
28685 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
28686 Support for jurabib.
28687
28688 * textmodes/reftex.el (featurep): Define aliases for overlay
28689 commands, for XEmacs compatibility, and use these aliases in
28690 overlay initializations.
28691 (reftex-highlight): Use `reftex-move-overlay'.
28692 (reftex-unhighlight): Use `reftex-delete-overlay'.
28693 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
28694 (reftex-access-search-path): Use `reftex-uniquify' instead of
28695 `reftex-uniq'.
28696
28697 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
28698 `before-string' property modification enables for Emacs as well.
28699 (reftex-select-item): Use `reftex-delete-overlay'.
28700 (reftex-select-mark): Use `reftex-make-overlay' and
28701 `reftex-overlay-put'.
28702 (reftex-select-unmark): Use `reftex-delete-overlay' and
28703 `reftex-overlay-put'.
28704
28705 2005-05-18 Lute Kamstra <lute@gnu.org>
28706
28707 * emacs-lisp/lisp.el (check-parens): Fix docstring.
28708
28709 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
28710
28711 * add-log.el (add-change-log-entry):
28712 * array.el (array-make-template, array-reconfigure-rows)
28713 (array-init-max-row, array-init-max-column)
28714 (array-init-columns-per-line, array-init-field-width):
28715 * replace.el (replace-match-maybe-edit, perform-replace):
28716 * textmodes/spell.el (spell-region):
28717 Replace `read-input' by `read-string'.
28718
28719 * forms.el (forms-mode):
28720 * finder.el (finder-compile-keywords):
28721 * shadowfile.el (shadow-read-files):
28722 Replace `eval-current-buffer' by `eval-buffer'.
28723
28724 * terminal.el (te-pass-through):
28725 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
28726 (ange-ftp-raw-send-cmd):
28727 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
28728 (send-process-next-char, telnet-initial-filter, telnet):
28729 Replace `send-string' by `process-send-string'.
28730
28731 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
28732 (prolog-consult-region): Replace `send-string' by
28733 `process-send-string'; replace `send-region' by `process-send-region'.
28734
28735 * progmodes/delphi.el (delphi-log-msg):
28736 Replace `set-window-dot' by `set-window-point'.
28737
28738 * subr.el (window-dot, set-window-dot, read-input, send-string)
28739 (send-region, show-buffer, eval-current-buffer):
28740 Make really obsolete, as the comment says.
28741
28742 2005-05-17 Kim F. Storm <storm@cua.dk>
28743
28744 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
28745 (cua--init-keymaps): Bind C-return instead of S-return to set
28746 rectangle mark.
28747
28748 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
28749 instead of S-return to toggle/clear rectangle mark.
28750
28751 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
28752
28753 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
28754 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
28755 Also fontify plain strings assigned to variables, mostly so that a
28756 colon has a face and is thus not taken as a dependency separator.
28757 (makefile-previous-dependency): Inline the new matcher, because it
28758 is too complex to work in both directions.
28759 (makefile-match-dependency): Eliminate `backward' arg (see above).
28760 Completely reimplemented so as to not sometimes go into an endless
28761 loop. It should also be more efficient, because first it only
28762 searches for `:', instead of applying the very complex regexp.
28763 (makefile-mode): Cancel `font-lock-support-mode', because blocks
28764 to be fontified in one piece can be too long for JIT.
28765 Makefiles are never *that* big.
28766
28767 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
28768
28769 * dired.el (dired-mode): Simplify.
28770
28771 2005-05-17 Lute Kamstra <lute@gnu.org>
28772
28773 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
28774 defcustom for the mode hook variable.
28775
28776 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
28777 Emacs Lisp Reference Manual.
28778
28779 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
28780
28781 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
28782 (evenp, list*):
28783 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
28784 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
28785
28786 * net/tramp-smb.el (tramp-smb-open-connection):
28787 Pass `tramp-chunksize' as fifth (required) argument.
28788
28789 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
28790
28791 * font-lock.el (lisp-font-lock-keywords-1):
28792 Set `font-lock-negation-char-face' for [^...] char group.
28793 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
28794
28795 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
28796 a var, and refine it to mask one more level of nested vars.
28797 (makefile-rule-action-regex): Turn it into a var, and refine it so
28798 it recognizes backslashed continuation lines as belonging to the
28799 same command.
28800 (makefile-macroassign-regex): Refine it so it recognizes
28801 backslashed continuation lines as belonging to the same command.
28802 (makefile-var-use-regex): Don't look at the next char, because it
28803 might be the same one to be skipped by the initial [^$], leading
28804 to an overlooked variable use.
28805 (makefile-make-font-lock-keywords): Remove two parameters, which
28806 are now variables that some of the modes set locally.
28807 Handle dependency and rule action matching through functions, because
28808 regexps alone match too often. Dependency matching now comes
28809 last, so it can check, whether a colon already matched something else.
28810 (makefile-mode): Inform that font-lock improves makefile parsing
28811 capabilities.
28812 (makefile-match-dependency, makefile-match-action): New functions.
28813
28814 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
28815
28816 * emacs-lisp/cl-extra.el (equalp): Doc fix.
28817
28818 * align.el (align-regexp):
28819 * ansi-color.el (ansi-color-get-face):
28820 * array.el (array-reconfigure-rows, array-init-max-row)
28821 (array-init-max-column, array-init-columns-per-line)
28822 (array-init-field-width):
28823 * dired-aux.el (dired-trample-file-versions):
28824 * dired-x.el (dired-mark-sexp):
28825 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
28826 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
28827 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
28828 * faces.el (face-read-integer):
28829 * files.el (backup-extract-version, insert-directory):
28830 * hexl.el (hexl-insert-decimal-char):
28831 * server.el (server-process-filter):
28832 * shell.el (shell-extract-num):
28833 * startup.el (command-line-1):
28834 * term.el (term-command-hook):
28835 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
28836 (time-stamp-do-number):
28837 * time.el (display-time-update):
28838 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
28839 (timezone-fix-time):
28840 * vms-patch.el (vms-suspend-resume-hook):
28841 * calendar/appt.el (appt-convert-time):
28842 * calendar/cal-bahai.el (mark-bahai-diary-entries):
28843 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
28844 * calendar/cal-islam.el (mark-islamic-diary-entries):
28845 * calendar/calendar.el (calendar-cursor-to-date)
28846 (calendar-star-date):
28847 * calendar/diary-lib.el (diary-attrtype-convert)
28848 (mark-diary-entries, diary-entry-time):
28849 * calendar/solar.el (solar-get-number):
28850 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
28851 * emacs-lisp/re-builder.el (reb-display-subexp):
28852 * emulation/edt.el (edt-set-scroll-margins):
28853 * emulation/tpu-extras.el (tpu-set-scroll-margins):
28854 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
28855 (vip-get-ex-count):
28856 * emulation/viper-ex.el (viper-get-ex-token)
28857 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
28858 * international/fontset.el (fontset-plain-name):
28859 * mail/feedmail.el (feedmail-look-at-queue-directory):
28860 * mail/mailalias.el (mail-get-names):
28861 * mail/rmail.el (rmail-convert-to-babyl-format):
28862 * mail/rmailsum.el (rmail-make-basic-summary-line)
28863 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
28864 (rmail-summary-goto-msg):
28865 * mail/smtpmail.el (smtpmail-read-response):
28866 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
28867 (ange-ftp-vms-add-file-entry):
28868 * play/gametree.el (gametree-looking-at-ply)
28869 (gametree-current-branch-score):
28870 * progmodes/ada-xref.el (ada-prj-find-prj-file)
28871 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
28872 * progmodes/cperl-mode.el (condition-case):
28873 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
28874 (ebrowse-set-member-buffer-column-width)
28875 (ebrowse-select-1st-to-9nth):
28876 * progmodes/etags.el (etags-snarf-tag):
28877 * progmodes/flymake.el (flymake-parse-line):
28878 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
28879 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
28880 (idlwave-shell-menu-def):
28881 * progmodes/ps-mode.el (ps-run-goto-error):
28882 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
28883 (vhdl-speedbar-contract-level):
28884 * term/mac-win.el (x-handle-numeric-switch):
28885 * term/sun-mouse.el (sun-get-frame-data):
28886 * term/w32-win.el (x-handle-numeric-switch):
28887 * term/x-win.el (x-handle-numeric-switch):
28888 * textmodes/ispell.el (ispell-parse-output):
28889 * textmodes/nroff-mode.el (nroff-outline-level):
28890 * textmodes/reftex-cite.el (reftex-bib-sort-year)
28891 (reftex-bib-sort-year-reverse, reftex-format-citation):
28892 * textmodes/reftex-parse.el (reftex-init-section-numbers)
28893 (reftex-section-number):
28894 * textmodes/texinfmt.el (texinfo-paragraphindent):
28895 Replace `string-to-int' by `string-to-number'.
28896
28897 * international/latexenc.el: Add page marker to force the "Local
28898 Variables:" string out of the last page.
28899
28900 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
28901
28902 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
28903 tooltip-change-major-mode.
28904 (gud-tooltip-print-command): Remove case where gud-minor-mode
28905 is gdb ("--fullname").
28906 (gud-tooltip-tips): Turn GUD tooltips off for this case and
28907 explain to user.
28908
28909 2005-05-16 Jay Belanger <belanger@truman.edu>
28910
28911 * calc/calc-store.el (calc-copy-special-constant): New function.
28912
28913 * calc/calc-ext.el (calc-init-extensions): Add binding for
28914 `calc-copy-special-constant'.
28915
28916 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
28917 for the `calc-copy-special-constant' command.
28918
28919 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
28920
28921 * subr.el (left-fringe-p): New function.
28922
28923 * progmodes/compile.el (compilation-setup): Set local value of
28924 overlay-arrow-string to "" always.
28925 (compilation-set-window): Left fringe then don't scroll.
28926 No left fringe then no arrow and scroll message to top.
28927 (compilation-context-lines): Adjust doc string accordingly.
28928
28929 2005-05-16 Kim F. Storm <storm@cua.dk>
28930
28931 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
28932 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
28933 (ido-wide-find-dir-or-delete-dir): New command for M-d.
28934 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
28935 (ido-read-file-name): Handle commands with ido property value
28936 equal to find-file as reading a file name, to allow C-d to enter dired.
28937 (ibuffer-find-file): Add ido property with value find-file.
28938
28939 2005-05-15 Kim F. Storm <storm@cua.dk>
28940
28941 * subr.el (open-network-stream-nowait): Remove.
28942 (open-network-stream-server): Remove.
28943
28944 2005-05-15 Richard M. Stallman <rms@gnu.org>
28945
28946 * faces.el (describe-face): Output a definition link button.
28947
28948 * help-mode.el (help-face-def): New button type.
28949
28950 * emacs-lisp/copyright.el (copyright-fix-years):
28951 Match properly if the first year is 2-digit.
28952 Don't mess up the whitespace after the years by filling.
28953
28954 * dired-aux.el (dired-mark-confirm):
28955 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
28956
28957 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
28958 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
28959 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
28960
28961 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28962 Set font-lock-comment-start-skip.
28963
28964 * font-lock.el (font-lock-comment-start-skip): New variable.
28965 (font-lock-comment-end-skip): New variable.
28966 (font-lock-fontify-syntactically-region): Use them if non-nil.
28967
28968 2005-05-15 Jay Belanger <belanger@truman.edu>
28969
28970 * calc/calc-store.el (calc-store-value): Return a string rather
28971 than display it as a message.
28972 Use calc-var-name for variable name.
28973 (calc-store-into): Add the result of calc-store-value to message.
28974 (calc-copy-variable): Add a message.
28975 (calc-store-exchange): Improve error messages.
28976 (calc-store-binary, calc-store-map): Don't reset the values of
28977 special constants.
28978
28979 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
28980
28981 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
28982 manual to docstring.
28983
28984 * files.el (hack-local-variables-confirm): Add STRING argument.
28985 Make the function handle non file visiting buffers correctly.
28986 (hack-local-variables-prop-line, hack-local-variables)
28987 (hack-one-local-variable): Use STRING arg of
28988 `hack-local-variables-confirm'.
28989
28990 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
28991
28992 Sync with Tramp 2.0.49.
28993
28994 * net/tramp.el (tramp-handle-dired-call-process)
28995 (tramp-handle-insert-directory):`insert-buffer' cannot be used
28996 because the contents of the Tramp buffer is changed before
28997 insertion (`expand-file' and alike).
28998 (tramp-handle-insert-directory): If `localname' has an empty
28999 nondirectory name, it must not be quoted.
29000 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
29001 variable `tramp-chunksize'. Change callees.
29002 (tramp-open-connection-setup-interactive-shell): Check remote host
29003 for buggy `send-process-string' implementation.
29004 Set `tramp-chunksize' if found. Reported by Michael Kifer
29005 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
29006 (tramp-handle-shell-command): `insert-buffer' cannot be used
29007 because the contents of the Tramp buffer is changed before
29008 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
29009 <frederic.bothamy@free.fr>.
29010 (tramp-set-auto-save): Actions should be done for Tramp file name
29011 handler only. Ange-FTP has its own auto-save mechanism.
29012 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
29013 (tramp-set-auto-save-file-modes): Set file modes of
29014 `buffer-auto-save-file-name' to ?\600 as fallback solution.
29015 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
29016 (tramp-bug): Remove obsolete variable.
29017 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
29018 for presence of `mml-mode'. Make it running for older Emacsen as well.
29019
29020 2005-05-14 John Paul Wallington <jpw@pobox.com>
29021
29022 * ibuf-ext.el (define-ibuffer-filter filename):
29023 If `dired-directory' is a list, use its car.
29024
29025 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
29026
29027 * ibuffer.el (define-ibuffer-column filename):
29028 If `dired-directory' is a list, use its car.
29029
29030 2005-05-14 Richard M. Stallman <rms@gnu.org>
29031
29032 * subr.el (symbol-file): Doc fix.
29033
29034 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
29035 (byte-compile-form): Call byte-compile-nogroup-warn.
29036 (byte-compile-warning-types): Doc fix.
29037
29038 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
29039
29040 * progmodes/cc-engine.el (c-literal-faces):
29041 Add font-lock-comment-delimiter-face.
29042
29043 * net/net-utils.el (dig): Use with-no-warnings.
29044
29045 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
29046 (sc-recite-frame-alist, sc-default-cite-frame)
29047 (sc-default-uncite-frame, sc-default-recite-frame)
29048 (sc-attrib-selection-list, sc-rewrite-header-list):
29049 Mark as risky-local-variable.
29050
29051 * international/ogonek.el (ogonek-jak, ogonek-how):
29052 Don't use beginning-of-buffer.
29053
29054 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
29055
29056 * calendar/solar.el (solar-data-list): Move definition up.
29057
29058 * dnd.el (dnd-protocol-alist): Add autoload.
29059
29060 * progmodes/sh-script.el: Many doc usage fixes.
29061 (sh-indent-after-do): Change default to match common styles.
29062
29063 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
29064
29065 * files.el (interpreter-mode-alist)
29066 (auto-mode-interpreter-regexp): Doc fixes.
29067
29068 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
29069
29070 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
29071
29072 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
29073
29074 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29075
29076 * dired.el (dired-mode): make-variable-buffer-local =>
29077 make-local-variable.
29078
29079 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29080
29081 * term/mac-win.el (mac-select-convert-to-string): Try coding
29082 systems in mac-script-code-coding-systems if specified one cannot
29083 encode string for `com.apple.traditional-mac-plain-text'.
29084
29085 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
29086
29087 * progmodes/make-mode.el (makefile-targets-face)
29088 (makefile-shell-face, makefile-makepp-perl-face): New faces.
29089 (makefile-dependency-regex): Fix it to not make the colon in
29090 $(var:a=b) special.
29091 (makefile-rule-action-regex): New regexp for highlighting embedded
29092 Shell strings.
29093 (makefile-macroassign-regex): Handle != for highlighting as
29094 embedded Shell strings.
29095 (makefile-var-use-regex): New const.
29096 (makefile-statements, makefile-automake-statements)
29097 (makefile-gmake-statements, makefile-makepp-statements)
29098 (makefile-bsdmake-statements): New consts.
29099 (makefile-make-font-lock-keywords): New function.
29100 (makefile-automake-font-lock-keywords)
29101 (makefile-gmake-font-lock-keywords)
29102 (makefile-makepp-font-lock-keywords)
29103 (makefile-bsdmake-font-lock-keywords): New consts.
29104 (makefile-mode-map): Add switchers between the various submodes.
29105 (makefile-mode): Document the availability of the variants.
29106 (makefile-automake-mode, makefile-gmake-mode)
29107 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
29108
29109 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
29110 new variants of makefile-mode.
29111
29112 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
29113
29114 * font-lock.el (font-lock-comment-delimiter-face): Fix up
29115 the inheritance.
29116
29117 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
29118
29119 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
29120 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
29121
29122 * files.el (normal-mode): Extend the scope of the
29123 `enable-local-variables' binding to include the `set-auto-mode' call.
29124 (magic-mode-alist): Doc fix.
29125
29126 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
29127
29128 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
29129 font-lock-comment-face rather than copying its setting.
29130
29131 2005-05-12 Andreas Schwab <schwab@suse.de>
29132
29133 * eshell/esh-mode.el (eshell-send-input): Doc fix.
29134
29135 2005-05-12 Lute Kamstra <lute@gnu.org>
29136
29137 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
29138 defcustom for the mode hook variable. Delete the last argument.
29139 * generic-x.el: Fix callers of define-generic-mode.
29140 (generic-x-modes): Delete group.
29141 (show-tabs-tab-face, show-tabs-space-face): Put them in the
29142 generic-x customization group.
29143
29144 2005-05-12 Kim F. Storm <storm@cua.dk>
29145
29146 * font-lock.el (font-lock-negation-char-face): Default to "off".
29147
29148 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
29149 font-lock-negation-char-face to ! in !=.
29150
29151 2005-05-12 Masatake YAMATO <jet@gyve.org>
29152
29153 * add-log.el (find-change-log): Fix typos in the docstring
29154 of function.
29155
29156 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
29157
29158 * international/latexenc.el (latexenc-find-file-coding-system):
29159 Avoid `re-search-forward' when looking for input encoding because
29160 of speed and safety. Better regular expressions for recognizing
29161 input encoding. Limit a search for TeX-master/tex-main-file to
29162 the local variable section.
29163
29164 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
29165
29166 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
29167 syntax of $ to "'" (quote).
29168
29169 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
29170
29171 * dnd.el (dnd-protocol-alist): Improve custom type.
29172
29173 * dired.el (dired-dnd-protocol-alist): New variable.
29174 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
29175 `dired-mode-hook' to the end.
29176
29177 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
29178
29179 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
29180 comment-end if comment-start-skip is not set.
29181 Obey the font-lock-comment-delimiter-face variables.
29182
29183 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
29184
29185 * files.el (executable-find): Move from executable.el. Use
29186 locate-file.
29187 * progmodes/executable.el (executable-find): Move to files.el.
29188
29189 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
29190 when trying to ensure forward progress.
29191
29192 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
29193
29194 * mouse-sel.el (mouse-sel-follow-link-p): New function.
29195 (mouse-select, mouse-select-internal, mouse-extend-internal):
29196 Use it to implement mouse-1-click-follows-link functionality.
29197
29198 2005-05-11 Richard M. Stallman <rms@gnu.org>
29199
29200 * font-lock.el (font-lock-fontify-syntactically-region):
29201 Use font-lock-comment-delimiter-face for comment delimiters.
29202
29203 2005-05-10 Jay Belanger <belanger@truman.edu>
29204
29205 * calc/calc-help.el (calc-m-prefix-help): Add mention of
29206 preserving embedded modes.
29207
29208 2005-05-10 Richard M. Stallman <rms@gnu.org>
29209
29210 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
29211
29212 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
29213 Move from ada-stmt.el.
29214 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
29215
29216 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
29217 Move to ada-mode.el.
29218 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
29219
29220 * cus-edit.el (custom-file): Call file-chase-links.
29221
29222 * files.el (read-directory-name): Fix previous change.
29223 (hack-local-variables-confirm): New function.
29224 (hack-local-variables-prop-line, hack-local-variables)
29225 (hack-one-local-variable): Use it.
29226
29227 2005-05-10 Lute Kamstra <lute@gnu.org>
29228
29229 * font-lock.el (font-lock-keywords-alist)
29230 (font-lock-removed-keywords-alist): Clarify docstrings.
29231
29232 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
29233
29234 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
29235 (gdb-source-info): Check for preprocessor info.
29236 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
29237 a macro for a function.
29238 (gdb-info-breakpoints-custom): Try to find file again if not already
29239 found (user might have used GDB dir command).
29240 (gdb-get-location): Update gdb-location-alist correctly for change
29241 to gdb-info-breakpoints-custom.
29242
29243 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
29244 (gud-tooltip-print-command): Add gdbmi case.
29245 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
29246 preprocessor info.
29247
29248 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
29249
29250 * startup.el (fancy-splash-insert): Fix typo in doc string.
29251
29252 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
29253
29254 * obsolete/float.el (string-to-float):
29255 * obsolete/hilit19.el (hilit-add-pattern):
29256 * obsolete/rnews.el (news-parse-range, news-select-message)
29257 (news-get-pruned-list-of-files): Replace `string-to-int' by
29258 `string-to-number'.
29259
29260 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
29261 `find-file-not-found-hooks'; use `add-hook'.
29262 (uncompress-while-visiting): Set `write-file-functions', not
29263 `write-file-hooks'; use `add-hook'.
29264
29265 2005-05-09 Kim F. Storm <storm@cua.dk>
29266
29267 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
29268 (cua-paste): Handle clipboard action.
29269 (cua--init-keymaps): Remap clipboard-kill-region and
29270 clipboard-kill-ring-save.
29271
29272 2005-05-08 Eli Zaretskii <eliz@gnu.org>
29273
29274 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
29275 Improve commentary.
29276
29277 * simple.el (next-error-overlay-arrow-position): Revert the change
29278 made on 2005-04-30.
29279
29280 2005-05-07 Jay Belanger <belanger@truman.edu>
29281
29282 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
29283 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
29284 `calc-sel-reselect'.
29285
29286 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
29287 Calc is in embedded mode.
29288
29289 2005-05-07 Eli Zaretskii <eliz@gnu.org>
29290
29291 * progmodes/compile.el (compilation-setup):
29292 Set overlay-arrow-string to an empty string on text terminals.
29293
29294 * textmodes/ispell.el (ispell-program-name): Try looking for
29295 "aspell" along exec-path, and if found, use it as the default
29296 speller program.
29297
29298 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
29299
29300 * international/mule.el (sgml-xml-auto-coding-function):
29301 Recognize encoding='FOO' in single quotes as well as in double quotes.
29302
29303 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
29304
29305 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
29306 as well as `interactive', so that defmacro* would recognize
29307 `declare' forms.
29308
29309 2005-05-07 Eli Zaretskii <eliz@gnu.org>
29310
29311 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
29312 Explain more about the LIGHTER arg's usage in the doc string.
29313 Add commentary to clarify what the code does. Fix the regexp that
29314 strips whitespace from LIGHTER. Quote LIGHTER before using it,
29315 since it could have characters special to regular expressions.
29316
29317 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
29318
29319 * replace.el (occur-1): Bind inhibit-read-only so that
29320 erase-buffer doesn't barf on read-only text properties (likewise
29321 for add-text-properties in occur-engine). Mark buffer as unmodified.
29322 (occur-engine): Don't set buffer-read-only here.
29323
29324 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
29325
29326 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
29327 list-buffers-directory. This caused the *cvs-commit* buffer to be
29328 sometimes mistakenly reused as a *cvs* buffer.
29329
29330 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
29331
29332 * tooltip.el: Move code for GUD tooltips into gud.el.
29333 (require): CL no longer needed to compile case.
29334 (tooltip-mode): Do not toggle functions for GUD tooltips.
29335 (tooltip-gud-tips-p): Remove. Replace with minor mode
29336 gud-tooltip-mode in gud.el.
29337 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
29338 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
29339 tooltip-gud prefix with gud-tooltip and obsolete.
29340 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
29341 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
29342 (tooltip-mouse-motion): Mouse movement functions/variable.
29343 Rename in gud.el by adding gud prefix.
29344 (tooltip-gud-original-filter, tooltip-gud-dereference)
29345 (tooltip-gud-event, tooltip-toggle-gud-tips)
29346 (tooltip-gud-process-output, tooltip-gud-print-command)
29347 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
29348 gud.el by replacing tooltip-gud prefix with gud-tooltip.
29349 (gdb-tooltip-print): Move to gdb-ui.el.
29350
29351 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
29352 (require): CL needed to compile case.
29353 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
29354 tooltip-gud-tips-p. Make it a minor-mode.
29355 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
29356 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
29357 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
29358 (gud-tooltip-change-major-mode)
29359 (gud-tooltip-activate-mouse-motions-if-enabled)
29360 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
29361 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
29362 (gud-tooltip-original-filter, gud-tooltip-dereference)
29363 (gud-tooltip-event, tooltip-toggle-gud-tips)
29364 (gud-tooltip-process-output, gud-tooltip-print-command)
29365 (gud-tooltip-tips): Move from tooltip.el.
29366
29367 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
29368 (gdb-cpp-define-alist-flags): Doc fix.
29369 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
29370 gud-tooltip-mode is t.
29371
29372 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
29373
29374 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
29375 evaporate if their text is deleted.
29376 (goto-address-at-point): Make it work as a mouse binding as well.
29377 (goto-address-at-mouse): Obsolete it. Update users.
29378
29379 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
29380
29381 * calendar/appt.el (top-level): No longer activate on load.
29382
29383 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
29384
29385 * calendar/cal-bahai.el (mark-bahai-diary-entries):
29386 * net/webjump.el (webjump):
29387 * progmodes/idlw-help.el (idlwave-do-context-help1)
29388 (idlwave-highlight-linked-completions):
29389 * textmodes/po.el (po-find-file-coding-system-guts):
29390 Replace `assoc-ignore-case' by `assoc-string'.
29391
29392 2005-05-06 Eli Zaretskii <eliz@gnu.org>
29393
29394 * files.el (locate-file): Doc fix.
29395
29396 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
29397 Remove the redundant test for ms-dos.
29398
29399 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
29400 look for the preprocessor with exec-suffixes. If not found in
29401 standard places, look in exec-path. Remove most of the tests that
29402 used system-type.
29403
29404 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
29405
29406 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
29407
29408 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
29409 file-name clash with jka-compr.el on 8+3 filesystems.
29410
29411 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29412
29413 * term/mac-win.el: Don't define or bind scroll bar functions if
29414 x-toolkit-scroll-bars is t.
29415 (x-select-text, x-get-selection-value): Clear
29416 x-last-selected-text-clipboard if x-select-enable-clipboard is
29417 nil.
29418 (PRIMARY): Put mac-scrap-name property.
29419 (mac-select-convert-to-file-url): New function.
29420 (public.file-url): New selection target type. Add to
29421 selection-converter-alist.
29422 (x-get-selection, x-selection-value): Handle it.
29423 (x-cut-buffer-or-selection-value): New alias.
29424
29425 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
29426
29427 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
29428 entry to avoid calling bibtex-find-entry with arg global
29429 being t. Remove arg key.
29430 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
29431 (bibtex-copy-summary-as-kill): Change accordingly.
29432
29433 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
29434
29435 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
29436 (org-agenda-date-later): Use with-current-buffer.
29437
29438 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
29439
29440 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
29441 (define-obsolete-variable-alias): Doc Fixes.
29442
29443 2005-05-06 Kim F. Storm <storm@cua.dk>
29444
29445 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
29446 vertical-motion when selective-display is active.
29447
29448 * ido.el (ido-setup-hook): New hook.
29449 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
29450 (ido-input-stack): New var.
29451 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
29452 ido-next-work-file binding to M-O.
29453 Bind M-f to ido-wide-find-file-or-pop-dir.
29454 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
29455 (ido-read-internal): Run ido-setup-hook.
29456 Catch quit in read-file-name and read-string to cancel edit.
29457 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
29458 Automatically pop-all when completing a directory name (RET).
29459 (ido-file-internal): Add with-no-warnings around ffap and dired code.
29460 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
29461 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
29462 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
29463 New functions for M-b/M-f to move among the directory components.
29464 (ido-make-merged-file-list): Catch quit to cancel merge.
29465 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
29466 (ido-completion-help): No warnings for ido-completion-buffer-full.
29467
29468 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
29469
29470 * font-lock.el (font-lock-negation-char-face): New face and variable.
29471 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
29472 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
29473 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
29474 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
29475
29476 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
29477
29478 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
29479 Fix typo in docstring.
29480
29481 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
29482 (ebrowse-print-statistics-line)
29483 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
29484
29485 * term/w32-win.el (image-library-alist): Add additional name for
29486 Xpm library.
29487
29488 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
29489
29490 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
29491 use gcc instead of cpp.
29492
29493 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
29494 (gdb-create-define-alist): Use it.
29495 (gdb-cpp-define-alist-program): Update for MS-DOS.
29496
29497 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
29498
29499 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
29500
29501 2005-05-04 Richard M. Stallman <rms@gnu.org>
29502
29503 * help.el (describe-key): No error when UNTRANSLATED is nil.
29504
29505 * simple.el (line-move-1): Fix previous change to signal errors
29506 appropriately.
29507
29508 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
29509
29510 * calendar/icalendar.el (icalendar-version): Now at 0.12.
29511 (icalendar-duration-correction): Remove.
29512 (icalendar--get-event-properties): Split result at commas.
29513 (icalendar--decode-isoduration): New optional argument
29514 DURATION-CORRECTION.
29515 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
29516 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
29517 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
29518 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
29519 (icalendar--convert-anniversary-to-ical): New functions, extracted
29520 from icalendar-export-region, with bug fixes.
29521 (icalendar-export-region): Use the above functions.
29522 (icalendar-import-buffer): Check before saving diary file.
29523 (icalendar--convert-recurring-to-diary)
29524 (icalendar--convert-non-recurring-all-day-to-diary)
29525 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
29526 extracted from icalendar--convert-ical-to-diary, with bug fixes.
29527 (icalendar--convert-ical-to-diary): Use the above functions.
29528
29529 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
29530
29531 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
29532 Remove these recent additions.
29533 (c-mode): Restore to before 2005-04-28.
29534
29535 * progmodes/cc-vars.el (cc-define-list-program): Remove this
29536 recent addition.
29537
29538 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
29539 (gdb-define-alist): New variables.
29540 (gdb-create-define-alist): New function.
29541 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
29542 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
29543 with string-to-number.
29544 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
29545
29546 * progmodes/gud.el: Replace string-to-int with string-to-number.
29547 (gud-find-file): Handle gdb-define-alist.
29548
29549 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
29550
29551 2005-05-02 Jay Belanger <belanger@truman.edu>
29552
29553 * calc/calc-aent.el (math-read-token):
29554 * calc/calc-bin.el (calc-word-size):
29555 * calc/calc-ext.el (calc-read-number-fancy):
29556 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
29557 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
29558 * calc/calc-frac.el (calc-over-notation):
29559 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
29560 (calc-graph-num-points, calc-graph-init):
29561 * calc/calc-prog.el (calc-read-parse-table-part)
29562 (calc-edit-macro-repeats):
29563 * calc/calc-yank.el (calc-do-grab-rectangle):
29564 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
29565 Replace `string-to-int' by `string-to-number'.
29566
29567 2005-05-02 Kim F. Storm <storm@cua.dk>
29568
29569 * kmacro.el: Use executing-kbd-macro-index variable.
29570
29571 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
29572
29573 * net/rlogin.el (rlogin-parse-words): Delete func.
29574 (rlogin): Use split-string, not rlogin-parse-words.
29575 Also, if there are option-like elements in the parsed args,
29576 take the host to be the first arg immediately following them.
29577 Suggested by Michael Mauger.
29578
29579 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
29580
29581 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
29582
29583 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
29584
29585 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
29586 (cc-mode-cpp-program): Rename to cc-define-list-program and
29587 move to cc-vars.el.
29588
29589 * progmodes/cc-vars.el (cc-define-list-program):
29590 Change to "gcc -E -dM -". Make customizable.
29591
29592 2005-05-02 Kim F. Storm <storm@cua.dk>
29593
29594 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
29595
29596 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
29597
29598 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
29599
29600 * international/mule-util.el (truncate-string): Remove alias and
29601 obsolete declaration.
29602
29603 * international/mule-cmds.el (update-iso-coding-systems):
29604 Remove alias and obsolete declaration.
29605
29606 * international/mule.el (coding-system-parent): Remove alias and
29607 obsolete declaration.
29608
29609 * subr.el (define-function, sref): Remove aliases and obsolete
29610 declarations.
29611 (chars-in-region): Remove obsolete declaration.
29612
29613 2005-05-01 Richard M. Stallman <rms@gnu.org>
29614
29615 * info.el (Info-mode): Set widen-automatically to nil, locally.
29616
29617 * simple.el (widen-automatically): New variable.
29618 (pop-global-mark): Obey widen-automatically.
29619
29620 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
29621
29622 * term/xterm.el (function-key-map): Call substitute-key-definition
29623 before the keymap size is increased by a lot of define-key calls.
29624
29625 2005-05-01 Richard M. Stallman <rms@gnu.org>
29626
29627 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
29628 Rename ARG to ELEMENT. Doc fix.
29629
29630 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
29631
29632 * allout.el (allout-exposure): Remove macro and obsolete declaration.
29633 Remove references to allout-exposure/change to allout-new-exposure.
29634
29635 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
29636 bytecode symbols.
29637
29638 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
29639 (compiled-function-p, focus-frame, unfocus-frame):
29640 Remove aliases and obsolete declarations.
29641 Back out inadvertent changes from previous commit.
29642
29643 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
29644
29645 * files.el (require-final-newline): Make Custom tags consistent
29646 with mode-require-final-newline.
29647 (mode-require-final-newline): Doc fix.
29648
29649 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
29650
29651 * international/latexenc.el (latexenc-find-file-coding-system):
29652 Fix regular expressions.
29653
29654 2005-05-01 David Kastrup <dak@gnu.org>
29655
29656 * international/latexenc.el (latexenc-find-file-coding-system):
29657 Fix regular expressions.
29658
29659 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
29660
29661 * subr.el (string-to-int): Make obsolete.
29662
29663 2005-04-30 Richard M. Stallman <rms@gnu.org>
29664
29665 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
29666
29667 * loadup.el: load jka-comp-hook.
29668
29669 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
29670 (jka-compr-handler): Add autoload. `put' calls moved
29671 to jka-comp-hook.el.
29672 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
29673 (jka-compr-inhibit): Autoload.
29674
29675 * jka-comp-hook.el: New file.
29676 Enable the mode by default.
29677
29678 * files.el (backup-buffer-copy): Use copy-file instead
29679 of write-region, and put back the 'excl.
29680
29681 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
29682
29683 * progmodes/flymake.el (flymake-split-string)
29684 (flymake-split-string, flymake-log, flymake-pid-to-names)
29685 (flymake-reg-names, flymake-get-source-buffer-name)
29686 (flymake-unreg-names, flymake-add-line-err-info)
29687 (flymake-add-err-info): Clarify docstrings.
29688 (flymake-popup-menu, flymake-make-emacs-menu)
29689 (flymake-make-xemacs-menu): Add docstrings.
29690 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
29691 Set variables directly throughout.
29692
29693 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
29694
29695 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
29696 exists. Initialize cc-define-alist.
29697 (c-mode): Add cc-create-define-alist locally to after-save-hook.
29698 If there is no file (Macroexpansion) don't create an alist.
29699
29700 2005-04-29 Sam Steingold <sds@gnu.org>
29701
29702 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
29703 (cc-create-define-alist): Use it instead of the hard-coded string.
29704
29705 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
29706
29707 * international/mule-conf.el (file-coding-system-alist): Fix regexp
29708 for latexenc.
29709
29710 2005-04-29 Lute Kamstra <lute@gnu.org>
29711
29712 * emacs-lisp/generic.el: Improve commentary section.
29713 (define-generic-mode): Improve docstring.
29714
29715 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
29716
29717 * textmodes/org.el (many places): Change to quiet the byte compiler.
29718 (org-prefix-format-compiled): New variable.
29719 (org-compile-prefix-format): New function.
29720 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
29721 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
29722 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
29723 (org-get-entries-from-diary): Use `org-get-time-of-day' for
29724 consistency with entries from `org-mode' files.
29725 (org-get-time-of-day): Fix bug with partial matches early in a line.
29726 (org-non-link-chars): New constant.
29727 (org-link-regexp): Respect `org-non-link-chars'.
29728 (org-agenda-day-view): Remove command.
29729 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
29730 (org-follow-bbdb-link, org-store-link): Search also company field.
29731 (org-highlight-overlay): New variable.
29732 (org-highlight, org-unhighlight): New functions.
29733 (org-agenda-mode): Add pre-command-hook to remove highlight.
29734 (org-evaluate-time-range): Behavior depends upon whether time stamp
29735 contains a time or not.
29736 (org-show-subtree, org-show-entry): New functions.
29737 (org-agenda-cleanup-fancy-diary): Remove empty lines.
29738
29739 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
29740
29741 * comint.el (comint-output-filter-functions): Add autoload cookie.
29742
29743 2005-04-28 Kim F. Storm <storm@cua.dk>
29744
29745 * ido.el (ido-everywhere): Fix last change.
29746
29747 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
29748
29749 * international/latexenc.el: New file.
29750 * international/mule-conf.el (file-coding-system-alist): For .tex,
29751 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
29752
29753 2005-04-28 Lute Kamstra <lute@gnu.org>
29754
29755 * font-lock.el (font-lock-add-keywords)
29756 (font-lock-remove-keywords): Clarify docstring.
29757 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
29758 Don't start docstrings with a `*'.
29759 (font-lock-update-removed-keyword-alist): Give it a docstring.
29760
29761 * generic-x.el: Update commentary section.
29762 Only require font-lock when compiling.
29763 Define all modes conditionally.
29764 Place all generic modes in the generic-x-modes customization group.
29765 (generic-x-modes): New customization group.
29766 (generic-default-modes, generic-mswindows-modes)
29767 (generic-unix-modes, generic-other-modes): New constants.
29768 (generic-define-mswindows-modes, generic-define-unix-modes):
29769 Update docstrings. Make them obsolete.
29770 (generic-extras-enable-list): New default value. Update docstring.
29771 Improve :type. Change :set function.
29772 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
29773 Fix docstring.
29774
29775 * emacs-lisp/generic.el (generic-mode-internal):
29776 Simplify font-lock-defaults.
29777 (define-generic-mode): Fix docstring.
29778
29779 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
29780
29781 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
29782 font-lock-face property to highlight matches.
29783
29784 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
29785
29786 * progmodes/cc-mode.el (cc-create-define-alist): New function.
29787 (cc-define-alist): New variable.
29788 (c-mode): Make it local and initialize it.
29789
29790 * progmodes/gdb-ui.el (gdb-active-process): New variable.
29791 (gdb-exited): New function.
29792 (gdb-annotation-rules): Use it.
29793 (gdb-starting): Set gdb-active-process to t.
29794 (gdb-stopping): Amend doc string.
29795 (gdb-reset): Set gdb-active-process to nil.
29796
29797 * tooltip.el (tooltip-gud-tips): Show the associated #define
29798 directives when a C program under GDB is not executing.
29799
29800 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
29801
29802 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
29803 font-lock-fontify-syntactic-keywords.
29804
29805 * font-lock.el (font-lock-default-fontify-region): Don't force
29806 parse-sexp-lookup-properties to nil.
29807
29808 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
29809
29810 * man.el (man-mode-syntax-table): Set up `:' to have
29811 word-constituent syntax.
29812
29813 2005-04-27 Lute Kamstra <lute@gnu.org>
29814
29815 * novice.el (disable-command): Don't add spurious newlines to the
29816 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
29817
29818 2005-04-26 Jay Belanger <belanger@truman.edu>
29819
29820 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
29821 than one window before deleting window.
29822
29823 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
29824
29825 * shell.el (shell-prompt-pattern): Doc fix.
29826 (shell-mode): Set paragraph-separate buffer locally to "\\'".
29827
29828 * comint.el (comint-prompt-regexp, comint-get-old-input)
29829 (comint-use-prompt-regexp)
29830 (comint-use-prompt-regexp-instead-of-fields)
29831 (comint-replace-by-expanded-history, comint-send-input)
29832 (comint-output-filter, comint-get-old-input-default)
29833 (comint-line-beginning-position, comint-bol, comint-show-output)
29834 (comint-backward-matching-input, comint-forward-matching-input)
29835 (comint-next-prompt, comint-previous-prompt):
29836 Rename `comint-use-prompt-regexp-instead-of-fields' to
29837 `comint-use-prompt-regexp'. Keep old name as alias and declare
29838 obsolete.
29839 (comint-use-prompt-regexp): Shorten first line of doc string.
29840
29841 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
29842 Set paragraph-separate buffer locally to "\\'".
29843
29844 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
29845 Adapt to above name change.
29846
29847 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
29848 (smbclient-prompt-regexp): Ditto.
29849
29850 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
29851
29852 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
29853
29854 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
29855 gdb-location-list.
29856 Break lines that are over 80 characters wide.
29857
29858 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
29859
29860 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
29861 New fun and var, to preserve compatibility.
29862
29863 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
29864
29865 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
29866
29867 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
29868 name to file-newer-than-file-p.
29869
29870 2005-04-26 Richard M. Stallman <rms@gnu.org>
29871
29872 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
29873
29874 * progmodes/python.el (python-mode):
29875 Use new name eldoc-documentation-function.
29876
29877 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
29878
29879 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
29880 (eldoc-documentation-function):
29881 Rename from eldoc-print-current-symbol-info-function. Calls changed.
29882
29883 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
29884
29885 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
29886
29887 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
29888
29889 * term/xterm.el (function-key-map): Fix strings for
29890 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
29891 {C,S,A,C-S}-{f1-f12}.
29892
29893 2005-04-26 Kenichi Handa <handa@m17n.org>
29894
29895 * international/mule-cmds.el (select-safe-coding-system):
29896 Fix previous change.
29897
29898 2005-04-26 Lute Kamstra <lute@gnu.org>
29899
29900 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
29901
29902 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
29903 (font-lock-comment-delimiter-face): Ditto.
29904
29905 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
29906
29907 2005-04-25 Jay Belanger <belanger@truman.edu>
29908
29909 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
29910 to t while inserting information; use help-mode.
29911
29912 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
29913
29914 * term.el (ansi-term-color-vector): Use the xterm colors.
29915 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
29916
29917 2005-04-25 Lute Kamstra <lute@gnu.org>
29918
29919 * font-core.el (font-lock-defaults): Fix docstring.
29920
29921 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
29922
29923 2005-04-25 Kenichi Handa <handa@m17n.org>
29924
29925 * international/mule-cmds.el (select-safe-coding-system):
29926 Don't check consistency with coding: spec, etc if raw-text or
29927 no-conversion was found to be safe.
29928
29929 2005-04-24 Richard M. Stallman <rms@gnu.org>
29930
29931 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
29932 citation markers at start of each line.
29933
29934 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
29935 citation markers at start of each line.
29936
29937 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
29938
29939 * files.el (mode-require-final-newline): Fix previous change.
29940 (require-final-newline): Fix type label.
29941
29942 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
29943
29944 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
29945 statement in buffer (broken by 2004-11-24 change).
29946
29947 2005-04-24 Kim F. Storm <storm@cua.dk>
29948
29949 * ido.el (ido-everywhere): Save and restore old read-buffer-function
29950 and read-file-name-function values. Don't overwrite existing
29951 non-nil values if ido-mode is enabled without ido-everywhere.
29952
29953 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
29954
29955 * files.el (mode-require-final-newline): Minor doc fix.
29956
29957 2005-04-24 Eli Zaretskii <eliz@gnu.org>
29958
29959 * subr.el (syntax-after): Doc fix.
29960 (syntax-class): If argument is nil, return nil. Mask off upper 16
29961 bits, not 8 bits.
29962
29963 * files.el (mode-require-final-newline): Doc fix.
29964 (backup-buffer-copy): Fix last change.
29965
29966 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29967
29968 * term/mac-win.el: Require select. Set selection-coding-system to
29969 mac-system-coding-system. Call menu-bar-enable-clipboard.
29970 (x-last-selected-text-clipboard, x-last-selected-text-primary)
29971 (x-select-enable-clipboard): New variables.
29972 (x-select-text, x-get-selection, x-selection-value)
29973 (x-get-selection-value, mac-select-convert-to-string)
29974 (mac-services-open-file, mac-services-open-selection)
29975 (mac-services-insert-text): New functions.
29976 (CLIPBOARD, FIND): Put mac-scrap-name property.
29977 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
29978 (public.tiff): Put mac-ostype property.
29979 (selection-converter-alist): Add entries for them.
29980 (mac-application-menu-map): New keymap.
29981 (interprogram-cut-function, interprogram-paste-function): Set to
29982 x-select-text and x-get-selection-value, respectively.
29983 (split-window-keep-point): Set to t.
29984
29985 2005-04-23 Richard M. Stallman <rms@gnu.org>
29986
29987 * files.el (read-directory-name): Always pass non-nil
29988 DEFAULT-FILENAME arg to read-file-name.
29989 (backup-buffer-copy, basic-save-buffer-2): Take care against
29990 writing thru an unexpected existing symlink.
29991 (revert-buffer): In indirect buffer, revert the base buffer.
29992 (magic-mode-alist): Doc fix.
29993 (buffer-stale-function): Doc fix.
29994 (minibuffer-with-setup-hook): Avoid warning.
29995 (mode-require-final-newline): Doc and custom fix.
29996
29997 * follow.el (follow-end-of-buffer): Use with-no-warnings.
29998
29999 * font-lock.el (font-lock-comment-face): On terminals with few colors,
30000 use the default appearance.
30001 (font-lock-comment-delimiter-face): New face, new variable.
30002
30003 * imenu.el (imenu--generic-function): The official position of a
30004 definition is the start of the line that BEG is in.
30005
30006 * midnight.el (midnight-timer): Move defvar up.
30007
30008 * mouse.el (mouse-drag-region-1): Delete some debugging code.
30009
30010 * saveplace.el (save-place-to-alist): Use with-no-warnings.
30011
30012 * startup.el (command-line): Use with-no-warnings.
30013
30014 * window.el (window-size-fixed): New defvar.
30015
30016 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
30017
30018 * mail/rmail.el (rmail-font-lock-keywords):
30019 Use font-lock-comment-delimiter-face.
30020
30021 * mail/sendmail.el (mail-font-lock-keywords):
30022 Use font-lock-comment-delimiter-face.
30023
30024 * progmodes/compile.el (next-error-highlight-timer): New defvar.
30025
30026 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
30027
30028 * progmodes/compile.el (compilation-mode-font-lock-keywords):
30029 Specify t for LAXMATCH when matching directories.
30030 Save match data around compilation-compat-error-properties form.
30031
30032 2005-04-23 David Kastrup <dak@gnu.org>
30033
30034 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
30035 Mention that the autoloaded aliases should be kept for AUCTeX.
30036
30037 2005-04-23 Andreas Schwab <schwab@suse.de>
30038
30039 * isearch.el (isearch-forward): Doc fix.
30040
30041 2005-04-23 Eli Zaretskii <eliz@gnu.org>
30042
30043 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
30044 (jit-lock-stealth-nice): Change default value to 0.5.
30045
30046 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
30047
30048 * abbrev.el (write-abbrev-file): Write table entries in
30049 alphabetical order by table name.
30050
30051 2005-04-22 Kim F. Storm <storm@cua.dk>
30052
30053 * ido.el (ido-read-internal): Fix `list' completion.
30054
30055 2005-04-22 Kenichi Handa <handa@m17n.org>
30056
30057 * recentf.el (recentf-save-file-coding-system): New variable.
30058 (recentf-save-list): Encode the file by
30059 recentf-save-file-coding-system and add coding: tag.
30060
30061 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
30062
30063 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
30064
30065 2005-04-21 Lute Kamstra <lute@gnu.org>
30066
30067 * loadhist.el (unload-feature): Don't remove a function from hooks
30068 if it is about to be restored to an autoload . Remove functions
30069 that will become unbound from auto-mode-alist. Simplify the code.
30070
30071 * subr.el (assq-delete-all): New implementation that is linear,
30072 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
30073 (rassq-delete-all): New function.
30074
30075 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
30076 Add size-indication-mode.
30077
30078 2005-04-21 Kenichi Handa <handa@m17n.org>
30079
30080 * international/mule-cmds.el: Add autoload for widget-value in
30081 eval-when-compile.
30082
30083 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
30084
30085 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
30086 Add tooltip-mode.
30087
30088 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
30089
30090 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
30091
30092 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
30093 (inferior-lisp-filter-regexp, inferior-lisp-program)
30094 (inferior-lisp-load-command, inferior-lisp-prompt)
30095 (inferior-lisp-mode-hook, lisp-source-modes)
30096 (inferior-lisp-load-hook): defvar->defcustom.
30097 (inferior-lisp-program, inferior-lisp-prompt)
30098 (inferior-lisp-load-hook): Doc fixes.
30099 (inferior-lisp-install-letter-bindings): Small change in
30100 introductory comment.
30101
30102 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
30103
30104 * vc.el (vc-annotate-color-map): Change some colors so that text
30105 using them as foreground is readable on both white and black
30106 backgrounds.
30107
30108 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
30109
30110 * international/mule-conf.el (translation-table-for-input):
30111 Remove redundant declaration.
30112
30113 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
30114
30115 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
30116
30117 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
30118 (tooltip-toggle-gud-tips): New function.
30119
30120 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30121
30122 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
30123 right angle brackets.
30124
30125 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
30126
30127 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
30128
30129 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
30130
30131 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
30132 Remove. Update callers to use expand-file-name instead.
30133
30134 * subr.el (syntax-class): New function.
30135
30136 * simple.el (blink-matching-open): Use it.
30137
30138 * paren.el (show-paren-function): Use it to recognize parens that are
30139 also used in 2-char comment markers.
30140
30141 2005-04-19 Lute Kamstra <lute@gnu.org>
30142
30143 * loadhist.el (unload-feature): Update for new format of
30144 load-history. Simplify the code.
30145
30146 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30147
30148 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
30149 (mac-add-charset-info): New function. Initialize variable
30150 mac-charset-info-alist using it.
30151 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
30152 for translation.
30153 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
30154 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
30155 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
30156 New CCL programs.
30157
30158 2005-04-19 Kim F. Storm <storm@cua.dk>
30159
30160 * simple.el (next-buffer, prev-buffer, next-error)
30161 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
30162 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
30163
30164 * bindings.el (next-buffer, prev-buffer, next-error)
30165 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
30166 (clone-indirect-buffer-other-window): Move bindings from simple.el.
30167 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
30168 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
30169
30170 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
30171
30172 * isearch.el (isearch-edit-string): Make the search-ring available for
30173 minibuffer history commands.
30174 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
30175 the default history commands now work just as well.
30176 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
30177
30178 2005-04-18 Kim F. Storm <storm@cua.dk>
30179
30180 * emulation/cua-base.el (cua--pre-command-handler): Add more
30181 elaborate check for shift modifier on non-window systems.
30182
30183 2005-04-18 Lars Hansen <larsh@math.ku.dk>
30184
30185 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
30186
30187 2005-04-18 Kim F. Storm <storm@cua.dk>
30188
30189 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
30190 and make it optional. Don't test tooltip-gud-echo-area here.
30191 (tooltip-gud-process-output, gdb-tooltip-print):
30192 Pass tooltip-gud-echo-area to tooltip-show.
30193 (tooltip-help-tips): Remove second optional arg to tooltip-show.
30194
30195 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30196
30197 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
30198 `display-graphic-p' may not be bound yet.
30199
30200 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
30201
30202 * startup.el (command-line): No longer enable Xterm Mouse mode by
30203 default in terminals compatible with xterm.
30204
30205 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
30206
30207 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
30208
30209 * tooltip.el (tooltip-gud-echo-area): Rename from
30210 tooltip-use-echo-area.
30211 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
30212 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
30213 area independently of where help tooltips are displayed.
30214
30215 2005-04-17 David Kastrup <dak@gnu.org>
30216
30217 * cus-theme.el (custom-theme-write-variables): Quote variables
30218 where necessary.
30219
30220 2005-04-17 Richard M. Stallman <rms@gnu.org>
30221
30222 * simple.el (yank-excluded-properties): Add follow-link to value.
30223
30224 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
30225
30226 * startup.el (fancy-splash-max-time): Just 30 seconds.
30227 (fancy-splash-delay): Just 7.
30228 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
30229
30230 * loadhist.el (unload-feature): Update for new format of load-history.
30231 Simplify the code.
30232
30233 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
30234 (rmail-font-lock-keywords): Don't fontify the text of a citation.
30235
30236 * mail/sendmail.el (mail-font-lock-keywords):
30237 Don't fontify subject text.
30238 Don't fontify the text of a citation.
30239
30240 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
30241
30242 * comint.el (comint-output-filter): Run comint-output-filter-functions
30243 with point where the user had it.
30244
30245 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
30246
30247 * international/ucs-tables.el (ucs-set-table-for-input):
30248 Disable when using unify-on-decoding.
30249
30250 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
30251
30252 * emulation/cua-base.el (cua-global-mark-face): Add special case
30253 for displays supporting a high number of colors.
30254
30255 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
30256
30257 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
30258
30259 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
30260
30261 * filesets.el (filesets-add-buffer): If user supplies a name of a
30262 non-existing fileset, create a new fileset.
30263
30264 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
30265
30266 * textmodes/org.el (org-up-heading-all): Fix bug with
30267 `outline-up-heading-all'.
30268
30269 2005-04-16 Andreas Schwab <schwab@suse.de>
30270
30271 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
30272 /etc/permissions.d/* and /etc/aliases.d/*.
30273
30274 2005-04-16 Kenichi Handa <handa@m17n.org>
30275
30276 * international/code-pages.el (cp-make-coding-system):
30277 Set `translation-table-for-input' property value to the symbol
30278 ucs-mule-to-mule-unicode, not to that value.
30279 (pt154): Escape guillemet by `\'.
30280
30281 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
30282
30283 * loadup.el: Load tooltip if x-show-tip is fboundp.
30284
30285 * startup.el (command-line): Add comment.
30286
30287 * tooltip.el (tooltip-mode): Specify correct standard value for
30288 Custom in init-value.
30289
30290 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
30291
30292 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
30293 possible.
30294
30295 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
30296
30297 * textmodes/org.el (org-agenda-date-prompt): Rename from
30298 `org-agenda-date-today'.
30299 (org-evaluate-time-range): Insert at point instead of directly
30300 after time range.
30301 (org-first-headline-recenter, org-subtree-end-visible-p)
30302 (org-optimize-window-after-visibility-change): New functions
30303 (org-agenda-post-command-hook): Don't allow point at end of line,
30304 to make sure it always hits the text properties.
30305 (org-agenda-next-date-line, org-agenda-previous-date-line):
30306 New commands.
30307 (org-set-regexps-and-options): Category may contain white space.
30308 (org-agenda-get-deadlines, org-agenda-get-scheduled):
30309 Improve marker positions.
30310 (org-agenda-new-marker): Argument POS made optional.
30311 (org-agenda-get-timestamps): Deadlines which are done are listed
30312 in org-done-face now.
30313 (org-agenda-get-todos, org-agenda-get-timestamps)
30314 (org-agenda-get-deadlines, org-agenda-get-scheduled):
30315 Set `undone-face' and `done-face' properties.
30316 (org-last-todo-state-is-todo): New variable.
30317 (org-todo): Set `org-last-todo-state-is-todo'.
30318 (org-agenda-todo): Change face according to
30319 `org-last-todo-state-is-todo'. And change other lines referring to
30320 the same entry.
30321 (org-calendar-goto-agenda): New command.
30322 (org-calendar-to-agenda-key): New option.
30323 (org-startup-folded): New allowed value `content'.
30324 (org-set-regexps-and-options): Accept new value `content' for
30325 `org-startup-folded'.
30326 (org-get-current-options): Handle new value `content' for
30327 `org-startup-folded'.
30328 (org-insert-todo-heading): New command.
30329 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
30330 interactively in empty file and option
30331 `org-insert-mode-line-in-empty-file' has been set.
30332 (org-agenda-todo, org-agenda-priority): Modify to use
30333 `org-agenda-change-all-lines'.
30334 (org-warning-face): Change color on dark background.
30335
30336 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30337
30338 * international/mule-cmds.el (set-locale-environment): On Mac OS,
30339 use preferences AppleLocale and AppleLanguages, and variable
30340 mac-system-locale for default locale. On Mac OS Classic, use
30341 mac-system-coding-system for default coding systems.
30342
30343 * term/mac-win.el: Don't set file-name-coding-system.
30344 Decode variables system-name, emacs-build-system, user-login-name, and
30345 user-full-name by mac-system-coding-system on Mac OS Classic.
30346 (mac-system-coding-system): New variable.
30347
30348 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
30349
30350 * startup.el (command-line): Handle `xterm-mouse-mode' before
30351 reading init file.
30352
30353 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
30354
30355 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
30356
30357 * progmodes/sh-script.el (sh-here-document-word): Make it a
30358 defcustom. Doc fix.
30359 (sh-add): Bash uses $(( )) for arithmetic.
30360 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
30361 (sh-maybe-here-document): Remove quotes and leading whitespace
30362 from heredoc word when closing. Indent heredoc with tabs if word
30363 starts with "-".
30364
30365 2005-04-13 Richard M. Stallman <rms@gnu.org>
30366
30367 * simple.el (undo): Fix previous change.
30368
30369 * custom.el (defface): Doc fix.
30370
30371 2005-04-13 Lute Kamstra <lute@gnu.org>
30372
30373 * Makefile.in (DONTCOMPILE): Remove list.
30374 (compile, compile-always): Don't use DONTCOMPILE.
30375 (update-authors): Load the library in which batch-update-authors
30376 is defined.
30377 * makefile.w32-in (DONTCOMPILE): Remove list.
30378 (compile, compile-always): Fix comments.
30379 (update-authors): Load the library in which batch-update-authors
30380 is defined.
30381
30382 * generic-x.el (generic-mode-ini-file-find-file-hook):
30383 Rename to ini-generic-mode-find-file-hook.
30384 Keep generic-mode-ini-file-find-file-hook as an alias.
30385 (ini-generic-mode-find-file-hook): Rename from
30386 generic-mode-ini-file-find-file-hook. Fix docstring.
30387 (ini-generic-mode): Docstring change.
30388 (bat-generic-mode-run-as-comint): Silence the byte compiler.
30389
30390 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
30391 called from lisp.
30392
30393 * generic.el: Move to the emacs-lisp subdir.
30394
30395 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
30396
30397 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
30398 and C-S- function and cursor motion keys.
30399
30400 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
30401
30402 * startup.el (command-line): Enable Xterm Mouse mode by default.
30403 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
30404 for Custom. No longer show "Mouse" in mode line when enabled.
30405 Doc fix.
30406
30407 2005-04-12 Kim F. Storm <storm@cua.dk>
30408
30409 * emulation/cua-base.el (cua-rectangle-face)
30410 (cua-rectangle-noselect-face): Define face attributes here.
30411
30412 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
30413
30414 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
30415
30416 * startup.el (command-line): Turn off blinking cursor if
30417 cursorBlink in resources is off or false.
30418
30419 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30420
30421 * term/mac-win.el (dnd): Require dnd.
30422 (mac-drag-n-drop): Call dnd-handle-one-url.
30423 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
30424 (kTextEncodingISOLatin2): Remove constants.
30425 (mac-script-code-coding-systems): New constant.
30426 (mac-handle-language-change): New function.
30427 (special-event-map): Bind it to `language-change' event.
30428 (mac-centraleurroman, mac-cyrillic): New coding systems.
30429 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
30430 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
30431 and mac-cyrillic-encoder to encode-mac-centraleurroman and
30432 encode-mac-cyrillic, respectively.
30433
30434 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
30435
30436 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
30437 Don't set overlay-arrow-string to "=>" as this is done
30438 globally in C now.
30439
30440 2005-04-12 Lute Kamstra <lute@gnu.org>
30441
30442 * generic-x.el (rc-generic-mode, rul-generic-mode):
30443 Fix auto-mode-alist entries.
30444 (etc-fstab-generic-mode): Tweak fontification.
30445
30446 * generic.el (generic-make-keywords-list): Fix docstring.
30447 (generic-mode-internal): Simplify generic-font-lock-keywords.
30448
30449 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
30450
30451 * whitespace.el (whitespace-buffer-leading)
30452 (whitespace-buffer-trailing): Revert the incorrect test inversion.
30453 However, fix the highlight area for the leading and
30454 trailing whitespaces to show space.
30455
30456 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
30457
30458 * whitespace.el (whitespace-version): Bump to 3.5.
30459
30460 (whitespace-buffer-leading, whitespace-buffer-trailing):
30461 Invert sense of the test to highlight the whitespace.
30462
30463 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
30464
30465 * progmodes/gud.el (gud-display-line): GUD uses its own
30466 overlay arrow now so don't set overlay-arrow-string.
30467 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
30468
30469 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
30470
30471 * term.el (term-ansi-current-bold, term-ansi-current-underline)
30472 (term-ansi-current-reverse, term-ansi-current-invisible)
30473 (term-ansi-face-already-done): Change to boolean.
30474 (term-reset-terminal, term-handle-colors-array): Handle the above
30475 vars accordingly.
30476 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
30477 (term-emulate-terminal): Use the new name.
30478
30479 * faces.el (secondary-selection): Use yellow1, not yellow.
30480 (trailing-whitespace): Use red1, not red.
30481
30482 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
30483
30484 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
30485 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
30486 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
30487
30488 * cus-edit.el (dnd): New group.
30489
30490 * term/w32-win.el (dnd): Require dnd
30491 (w32-drag-n-drop): Call dnd-handle-one-url.
30492
30493 * x-dnd.el: Require dnd.
30494 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
30495 Call dnd-handle-one-url.
30496 (x-dnd-types-alist, x-dnd-insert-utf8-text)
30497 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
30498 to dnd-insert-text.
30499 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
30500 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
30501 (x-dnd-get-local-file-name, x-dnd-open-local-file)
30502 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
30503
30504 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
30505
30506 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
30507
30508 * wdired.el: Doc fixes.
30509 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
30510 (wdired-use-dired-vertical-movement): Rename from
30511 wdired-always-move-to-filename-beginning.
30512 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
30513 (wdired-change-to-wdired-mode): Change mode name.
30514 (wdired-newline): Delete.
30515
30516 2005-04-11 Richard M. Stallman <rms@gnu.org>
30517
30518 * whitespace.el (whitespace-highlight-the-space):
30519 Don't call whitespace-unhighlight-the-space here.
30520
30521 * simple.el (undo): Record t in undo-equiv-table
30522 for the redo record made by an undo-in-region.
30523
30524 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
30525
30526 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
30527 (gdb-frame-inferior-io-buffer): New Functions to control
30528 display of separate IO buffer.
30529 (menu): Add them to menu-bar.
30530 (gdb-display-buffer): Check for buffer another frame.
30531 Protect GUD buffer.
30532 (gdb-setup-windows): Create IO buffer if not already there.
30533 (gdb-memory-mode): Remove purecopy noops.
30534
30535 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
30536
30537 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
30538 and pass to self-insert-command.
30539
30540 2005-04-11 Lute Kamstra <lute@gnu.org>
30541
30542 * generic.el: Commentary section cleanup.
30543 (generic): Delete.
30544 (generic-use-find-file-hook, generic-lines-to-scan)
30545 (generic-find-file-regexp, generic-ignore-files-regexp)
30546 (default-generic-mode, generic-mode-find-file-hook)
30547 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
30548 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
30549 (generic-use-find-file-hook, generic-lines-to-scan)
30550 (generic-find-file-regexp, generic-ignore-files-regexp)
30551 (default-generic-mode, generic-mode-find-file-hook)
30552 (generic-mode-ini-file-find-file-hook): Move from generic.el.
30553
30554 2005-04-10 Karl Fogel <kfogel@red-bean.com>
30555
30556 * bookmark.el (bookmark-write-file): Catch errors writing file.
30557 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
30558
30559 2005-04-10 Richard M. Stallman <rms@gnu.org>
30560
30561 * startup.el (fancy-splash-tail): Update copyright year.
30562 (command-line): Split part of -Q into -D.
30563 (emacs-basic-display): New defvar.
30564 (fancy-splash-text): Correct name of menu item.
30565
30566 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
30567
30568 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
30569 lines in one node.
30570
30571 * comint.el (comint-send-input): New arg ARTIFICIAL.
30572 Callers in this file changed.
30573
30574 * abbrev.el (define-abbrevs): Read system abbrevs properly.
30575
30576 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
30577
30578 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
30579
30580 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
30581 `ldap-search-internal'.
30582
30583 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
30584
30585 * files.el (set-auto-mode-1): Use line-end-position.
30586
30587 * international/latin-1.el:
30588 * international/latin-2.el:
30589 * international/latin-3.el:
30590 * international/latin-4.el:
30591 * international/latin-5.el:
30592 * international/latin-8.el:
30593 * international/latin-9.el: Give punctuation syntax to NBSP.
30594
30595 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
30596 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
30597 Use char-classes to accept non-ascii letters, accepted in some recent
30598 bibtex implementations.
30599
30600 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
30601
30602 * custom.el (custom-set-minor-mode): Any non-nil value for the
30603 variable should enable the mode when set through Custom.
30604
30605 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
30606
30607 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
30608 TAB binding so tab-always-indent is obeyed.
30609 (vhdl-minibuffer-local-map): Move initialization into declaration.
30610 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
30611 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
30612 (vhdl-hooked-abbrev): Avoid test for XEmacs.
30613 (vhdl-current-line): Use line-beginning-position.
30614 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
30615 with-output-to-temp-buffer, so the current position can be recorded.
30616
30617 2005-04-10 Masatake YAMATO <jet@gyve.org>
30618
30619 * progmodes/compile.el (compilation-error-regexp-alist-alist):
30620 Add regexp for gcov.
30621
30622 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
30623
30624 * calendar/time-date.el (time-to-seconds, seconds-to-time)
30625 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
30626 syntax which Emacs 20 doesn't support.
30627
30628 2005-04-09 Richard M. Stallman <rms@gnu.org>
30629
30630 * help.el (describe-key-briefly, describe-key):
30631 Replace strings as event types with "(any string)".
30632
30633 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
30634
30635 * arc-mode.el (archive-mode-map): Move initialization into
30636 the declaration. Override *all* bindings of `undo'.
30637 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
30638
30639 2005-04-09 Jay Belanger <belanger@truman.edu>
30640
30641 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
30642
30643 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
30644
30645 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
30646 (xterm-register-default-colors): Update color values computation
30647 to match xterm-200.
30648
30649 2005-04-09 Kenichi Handa <handa@m17n.org>
30650
30651 * international/code-pages.el (iso-latin-7): Fix the map.
30652
30653 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
30654
30655 * emacs-lisp/lisp.el (defun-prompt-regexp)
30656 (parens-require-spaces, buffer-end, end-of-defun)
30657 (insert-parentheses): Doc fixes.
30658
30659 2005-04-08 Kim F. Storm <storm@cua.dk>
30660
30661 * comint.el (comint-highlight-prompt): Fix face spec.
30662 * hi-lock.el (hi-green): Likewise.
30663
30664 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
30665
30666 * cus-edit.el (custom-modified-face):
30667 * comint.el (comint-highlight-input): Fix previous changes.
30668 * term.el (term-handle-ansi-escape): Add a comment.
30669
30670 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
30671
30672 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
30673 in the buffer and in whitespace-highlighted-space.
30674 (whitespace-unhighlight-the-space): Simplify.
30675 (whitespace-buffer): Simplify.
30676
30677 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
30678
30679 * textmodes/table.el (table-cell-face): Add special case for
30680 displays supporting a high number of colors.
30681 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
30682 (vhdl-font-lock-reserved-words-face)
30683 (vhdl-speedbar-architecture-face)
30684 (vhdl-speedbar-instantiation-face)
30685 (vhdl-speedbar-architecture-selected-face)
30686 (vhdl-speedbar-instantiation-selected-face): Likewise.
30687 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
30688 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
30689 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
30690 (ebrowse-root-class-face, ebrowse-member-attribute-face)
30691 (ebrowse-progress-face): Likewise.
30692 * progmodes/compile.el (compilation-info-face): Likewise.
30693 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
30694 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
30695 * calendar/calendar.el (diary-face): Likewise.
30696 * woman.el (woman-italic-face, woman-bold-face)
30697 (woman-unknown-face): Likewise.
30698 * wid-edit.el (widget-button-pressed-face): Likewise.
30699 * whitespace.el (whitespace-highlight-face): Likewise.
30700 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
30701 * pcvs-info.el (cvs-marked-face): Likewise.
30702 * info.el (info-xref): Likewise.
30703 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
30704 * hilit-chg.el (highlight-changes-face)
30705 (highlight-changes-delete-face): Likewise.
30706 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
30707 (hi-red-b): Likewise.
30708 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
30709 * font-lock.el (font-lock-keyword-face)
30710 (font-lock-function-name-face, font-lock-warning-face): Likewise.
30711 * cus-edit.el (custom-invalid-face, custom-modified-face)
30712 (custom-set-face, custom-changed-face, custom-variable-tag-face)
30713 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
30714 * comint.el (comint-highlight-prompt): Likewise.
30715
30716 2005-04-08 Lute Kamstra <lute@gnu.org>
30717
30718 * font-lock.el (font-lock-keywords): Docstring fixes.
30719
30720 2005-04-08 Kenichi Handa <handa@m17n.org>
30721
30722 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
30723 chars are more than a limit, print " and more..." at the tail.
30724
30725 2005-04-08 Kim F. Storm <storm@cua.dk>
30726
30727 * emacs-lisp/authors.el (authors-aliases): Update list.
30728 (authors-ignored-files): New list.
30729 (authors-fixed-entries): Fix typo.
30730 (authors-renamed-files-alist): Update list.
30731 (authors-add): Check authors-ignored-files.
30732
30733 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
30734
30735 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
30736 optional, to ensure backward compatibility.
30737
30738 2005-04-08 Stephen Eglen <stephen@gnu.org>
30739
30740 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
30741
30742 2005-04-08 Kim F. Storm <storm@cua.dk>
30743
30744 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
30745
30746 * mouse.el (mouse-on-link-p): Doc fix.
30747
30748 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
30749
30750 * ielm.el (ielm-prompt-read-only): Doc fix.
30751
30752 * comint.el (comint-prompt-read-only): Doc fix.
30753
30754 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
30755
30756 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
30757 ensure dired always handles wildcards passed to ffap.
30758 (find-file-at-point): Use it.
30759 (ffap-dired-wildcards): Doc fix.
30760
30761 2005-04-07 Juri Linkov <juri@jurta.org>
30762
30763 * simple.el (next-error-overlay-arrow-position): New defvar.
30764 Put "=>" on its property `overlay-arrow-string'. Add it to
30765 `overlay-arrow-variable-list'.
30766
30767 * progmodes/compile.el (compilation-setup):
30768 Set `next-error-overlay-arrow-position' to nil. Also set it to
30769 nil in the local hook `kill-buffer-hook'. Make local variable
30770 `overlay-arrow-string' and set it to "=>".
30771 (compilation-goto-locus): Set BOL position to
30772 `next-error-overlay-arrow-position' instead of
30773 `overlay-arrow-position'.
30774
30775 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
30776 locally instead of adding it to the global hook.
30777 (Info-kill-buffer): Move up.
30778
30779 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
30780
30781 * term/xterm.el (xterm-standard-colors): Update color values from
30782 xterm-200.
30783
30784 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
30785
30786 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
30787
30788 * fast-lock.el:
30789 * lazy-lock.el: Move them to the obsolete subdir.
30790
30791 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
30792
30793 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
30794 (wdired-add-replace-advice): Remove.
30795 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
30796
30797 2005-04-06 Kim F. Storm <storm@cua.dk>
30798
30799 * startup.el (command-line): Add --bare-bones alias for -Q.
30800
30801 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30802
30803 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
30804 create the startup fontset if a font specification ends with
30805 `mac-roman'.
30806
30807 2005-04-06 Lute Kamstra <lute@gnu.org>
30808
30809 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
30810 change.
30811
30812 * emacs-lisp/copyright.el (copyright-update-year): Replace the
30813 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
30814
30815 2005-04-05 Lute Kamstra <lute@gnu.org>
30816
30817 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
30818 (define-generic-mode): Ditto. Fix debug declaration.
30819
30820 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
30821 Put them in the generic-x group.
30822
30823 * calendar/timeclock.el (timeclock): Doc fix.
30824
30825 * generic.el (define-generic-mode): Don't use custom-current-group.
30826 Document default :group value.
30827 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
30828 (define-global-minor-mode): Don't use custom-current-group.
30829
30830 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
30831
30832 * startup.el (command-line-1): Display startup-echo-area-message
30833 when fancy splash screen is in use.
30834
30835 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
30836 (sh-escaped-newline): New face.
30837 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
30838 newline, and use sh-escaped-newline face.
30839
30840 * progmodes/tcl.el (tcl-escaped-newline): New face.
30841 (tcl-builtin-list): New variable.
30842 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
30843 newlines. Fix keywords subexpression number.
30844
30845 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
30846
30847 * textmodes/org.el (org-diary-default-entry): Fix call to
30848 `add-to-diary-entry'.
30849
30850 2005-04-05 Kim F. Storm <storm@cua.dk>
30851
30852 * ediff-init.el: Use (featurep 'xemacs).
30853
30854 2005-04-05 David Ponce <david@dponce.com>
30855
30856 * cus-edit.el (face): Derive from symbol widget. Display sample
30857 of the current face on the fly.
30858 (widget-face-sample-face-get, widget-face-notify): New functions.
30859 (widget-face-value-create): Remove.
30860
30861 * wid-edit.el (widget-field-end): Temporarily remove field
30862 narrowing before to call `get-char-property'.
30863
30864 2005-04-04 Jay Belanger <belanger@truman.edu>
30865
30866 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
30867 (math-read-subscripts): New variable.
30868 (math-read-preprocess-string): Process subscripts.
30869
30870 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
30871
30872 * comint.el (comint-prompt-read-only): Doc fix.
30873
30874 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
30875 `-1'. Doc fix.
30876
30877 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
30878
30879 * textmodes/org.el (org-insert-mode-line-in-empty-file):
30880 Change default value to nil.
30881
30882 2005-04-04 Lute Kamstra <lute@gnu.org>
30883
30884 * autorevert.el (auto-revert-mode): Specify :group.
30885 * battery.el (display-battery-mode): Specify :group.
30886 * diff-mode.el (diff-minor-mode): Specify :group.
30887 * font-core.el (font-lock-mode): Specify :group.
30888 * hl-line.el (hl-line-mode): Specify :group.
30889 * iimage.el (iimage): New customization group.
30890 (iimage-mode): Specify :group.
30891 * longlines.el (longlines-mode): Specify :group.
30892 * master.el: Don't require easy-mmode.
30893 (master): New customization group.
30894 (master-mode): Specify :group.
30895 * msb.el (msb-mode): Specify :group.
30896 * reveal.el (reveal-mode): Specify :group.
30897 * simple.el (next-error-follow-minor-mode): Specify :group.
30898 * smerge-mode.el (smerge-mode): Specify :group.
30899 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
30900 * emulation/cua-base.el (cua-mode): Specify :group.
30901 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
30902 * language/thai-util.el (thai-auto-composition-mode)
30903 (thai-word-mode): Specify :group.
30904 * mail/supercite.el (sc-minor-mode): Specify :group.
30905 * progmodes/cwarn.el (cwarn-mode): Specify :group.
30906 * progmodes/flymake.el (flymake-mode): Specify :group.
30907 * progmodes/glasses.el (glasses-mode): Specify :group.
30908 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
30909 * textmodes/enriched.el (enriched-mode): Specify :group.
30910 * textmodes/refill.el (refill-mode): Specify :group.
30911
30912 * add-log.el (change-log-font-lock-keywords): Names in
30913 parenthesized lists can contain spaces.
30914
30915 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
30916
30917 * startup.el (fancy-splash-text): Shorten default text of
30918 "Emacs Tutorial" line. Also, if the current language env
30919 indicates an available tutorial file other than TUTORIAL,
30920 extract its title and append it to the line in parentheses.
30921 (fancy-splash-insert): If arg is a thunk, funcall it.
30922
30923 2005-04-04 Jay Belanger <belanger@truman.edu>
30924
30925 * calc.el (calc-language-alist): Add tags to customization type.
30926
30927 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
30928
30929 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
30930 Doc fix.
30931
30932 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
30933
30934 * add-log.el (change-log-font-lock-keywords): The manual
30935 describing a Change Log entry, says: (...) "Aside from these
30936 header lines, every line in the change log starts with a space or
30937 a tab.". The font-lock was not highlighting lines started with
30938 spaces, added support for it.
30939
30940 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
30941
30942 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
30943 (bibtex-generate-url-list): Update docstring accordingly. Put the
30944 complex example in the docstring.
30945 (bibtex-font-lock-url): Use pop.
30946
30947 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
30948
30949 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
30950
30951 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
30952
30953 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
30954
30955 * filesets.el (filesets-set-default): Doc fix.
30956
30957 2005-04-03 Lute Kamstra <lute@gnu.org>
30958
30959 * generic.el (define-generic-mode): Add argument to specify
30960 keywords for defcustom.
30961 (default-generic-mode): Specify :group.
30962
30963 * generic-x.el: Specify :group for all generic modes.
30964
30965 * desktop.el (desktop-no-desktop-file-hook)
30966 (desktop-after-read-hook): Doc fix.
30967
30968 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
30969
30970 * simple.el (visible-mode): Use explicit :group keyword.
30971 This changes the group of `visible-mode-hook' from paren-blinking
30972 to editing-basics.
30973
30974 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
30975
30976 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
30977 mailbox specifications as well as URLs.
30978 (rmail-insert-inbox-text): Remove unused conditional branches.
30979
30980 2005-04-01 Jay Belanger <belanger@truman.edu>
30981
30982 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
30983 (calc-gnuplot-print-command): Move definitions to calc.el.
30984
30985 * calc/calc-embed.el (calc-embedded-announce-formula)
30986 (calc-embedded-open-formula, calc-embedded-close-formula)
30987 (calc-embedded-open-word, calc-embedded-close-word)
30988 (calc-embedded-open-plain, calc-embedded-close-plain)
30989 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
30990 (calc-embedded-open-mode, calc-embedded-close-mode):
30991 Move definitions to calc.el.
30992
30993 * calc/calc.el (calc-settings-file, calc-language-alist):
30994 Make customizable.
30995 (calc-embedded-announce-formula, calc-embedded-open-formula)
30996 (calc-embedded-close-formula, calc-embedded-open-word)
30997 (calc-embedded-close-word, calc-embedded-open-plain)
30998 (calc-embedded-close-plain, calc-embedded-open-new-formula)
30999 (calc-embedded-close-new-formula, calc-embedded-open-mode)
31000 (calc-embedded-close-mode, calc-gnuplot-name)
31001 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
31002 from other files and make customizable.
31003
31004 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
31005
31006 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
31007 Use buffer-live-p.
31008 (cvs-mode-run): Don't call cvs-update-header here.
31009 (cvs-run-process): Call cvs-update-header.
31010 Use process properties for cvs-postprocess and cvs-buffer so that
31011 the sentinel can behave better if the temp buffer is killed.
31012 Use a pipe rather than a tty, to better handle unexpected prompts.
31013 (cvs-sentinel): Rewrite. Call cvs-update-header.
31014
31015 2005-04-01 Andre Spiegel <spiegel@gnu.org>
31016
31017 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
31018 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
31019
31020 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
31021
31022 * generic.el (define-generic-mode): Add indentation rule.
31023
31024 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
31025
31026 * files.el (mode-require-final-newline): Make Custom correctly
31027 report a nil value and allow to set it to nil via Custom.
31028 Doc fix.
31029
31030 2005-04-01 Kenichi Handa <handa@m17n.org>
31031
31032 * international/characters.el: Enable the correct case setting for
31033 dotless-i and dotted-I.
31034
31035 2005-04-01 Kim F. Storm <storm@cua.dk>
31036
31037 * ido.el (ido-file-internal): Fall back to non-ido command if
31038 initial directory is on slow ftp (or tramp) host.
31039
31040 2005-03-31 Richard M. Stallman <rms@gnu.org>
31041
31042 * emacs-lisp/autoload.el (make-autoload):
31043 Handle define-global-minor-mode.
31044
31045 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
31046 Rename from easy-mmode-define-global-mode.
31047 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
31048
31049 * progmodes/scheme.el (scheme-mode-syntax-table):
31050 Update syntax of | and # for two-character comment syntax.
31051
31052 2005-03-31 Lute Kamstra <lute@gnu.org>
31053
31054 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
31055 (define-minor-mode): Call custom-current-group at load-time.
31056
31057 * generic.el (define-generic-mode): Add debug declaration.
31058 Add defcustom for the mode hook.
31059 (generic-mode-internal): Use run-mode-hooks.
31060
31061 2005-03-31 Kim F. Storm <storm@cua.dk>
31062
31063 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
31064 (mouse-fixup-help-message): New defun called by show_help_echo
31065 to fixup mouse-2 prefix in help messages when applicable.
31066
31067 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
31068
31069 2005-03-31 Kenichi Handa <handa@m17n.org>
31070
31071 * language/thai-word.el (thai-find-word-ends): Pay attention to
31072 the case that we reach the end of buffer.
31073
31074 * textmodes/fill.el (fill-text-properties-at): New function.
31075 (fill-newline): Use fill-text-properties-at instead of
31076 text-properties-at.
31077
31078 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
31079
31080 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
31081 not comint-quote-filename.
31082
31083 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
31084
31085 * help-fns.el (help-with-tutorial): Revert last change.
31086
31087 2005-03-31 Kim F. Storm <storm@cua.dk>
31088
31089 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
31090
31091 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
31092
31093 * calendar/cal-china.el: Update reference to "Calendrical
31094 Calculations" book; there's a new edition.
31095 * calendar/cal-coptic.el: Likewise.
31096 * calendar/cal-french.el: Likewise.
31097 * calendar/cal-hebrew.el: Likewise.
31098 * calendar/cal-islam.el: Likewise.
31099 * calendar/cal-iso.el: Likewise.
31100 * calendar/cal-julian.el: Likewise.
31101 * calendar/cal-mayan.el: Likewise.
31102 * calendar/cal-persia.el: Likewise.
31103 * calendar/calendar.el: Likewise.
31104 * calendar/holidays.el: Likewise.
31105 * calendar/lunar.el: Likewise.
31106 * calendar/solar.el: Likewise.
31107
31108 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
31109 white space from doc string.
31110
31111 2005-03-30 Jay Belanger <belanger@truman.edu>
31112
31113 * calc/calc-help.el (calc-full-help): Remove email address.
31114
31115 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
31116
31117 * help-fns.el (help-with-tutorial): Delete title line.
31118
31119 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
31120
31121 * calendar/cal-x.el (calendar-one-frame-setup)
31122 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
31123 rather than `symbol' for set-window-dedicated-p.
31124
31125 * calendar/appt.el (appt-buffer-name): Make it a constant.
31126 (appt-add): Doc fix.
31127
31128 * filesets.el (filesets-menu-path, filesets-menu-before)
31129 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
31130 (filesets-menu-cache-file): Use directory ~/.emacs.d.
31131 (filesets-add-submenu): Delete and use add-submenu instead.
31132
31133 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
31134
31135 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
31136 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
31137 (org-diary-default-entry): New function.
31138 (org-get-entries-from-diary): Better parsing of diary entries.
31139 (org-agenda-check-no-diary): New function.
31140 ("diary-lib"): Advice to function `add-to-diary-list', to allow
31141 linking to diary entries.
31142 (org-agenda-execute-calendar-command): New function.
31143 (org-agenda): Improve visible section in window.
31144 Use `org-fit-agenda-window'.
31145 (org-fit-agenda-window): New option.
31146 (org-move-subtree-down): Better handling of empty lines
31147 at end of subtree.
31148 (org-cycle): Numeric prefix is interpreted now as show-subtree N
31149 levels up.
31150 (org-fontify-done-headline): New option.
31151 (org-headline-done-face): New face.
31152 (org-set-font-lock-defaults): Use `org-headline-done-face'.
31153 (org-table-copy-down): Rename from `org-table-copy-from-above'.
31154 When current field is non-empty, it is copied to next row.
31155 (org-table-copy-from-above): Fix bug which made it
31156 impossible to copy fields containing only a single non-white character.
31157
31158 2005-03-30 Kim F. Storm <storm@cua.dk>
31159
31160 * kmacro.el (kmacro-end-macro): Isearch may store this command
31161 into the macro -- so ignore it when executing keyboard macro.
31162
31163 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
31164
31165 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
31166
31167 2005-03-29 Kenichi Handa <handa@m17n.org>
31168
31169 * language/thai.el ("Thai"): Set setup-function and exit-function
31170 for Thai language environment.
31171
31172 * language/thai-util.el: Require thai-word.
31173 (thai-word-mode-map): New variable.
31174 (thai-word-mode): New minor mode.
31175 (setup-thai-language-environment-internal): New function.
31176 (exit-thai-language-environment-internal): New function.
31177
31178 * language/thai-word.el (thai-word-table): Declare it by defvar,
31179 use dolist to initialize it.
31180 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
31181 (thai-fill-find-break-point): New functions.
31182
31183 2005-03-29 Richard M. Stallman <rms@gnu.org>
31184
31185 * simple.el (idle-update-delay): Move definition up.
31186 (set-mark): Doc fix.
31187
31188 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
31189
31190 * longlines.el: New file.
31191
31192 * simple.el (buffer-substring-filters): New variable.
31193 (filter-buffer-substring): New function.
31194 (kill-region, copy-region-as-kill): Use it.
31195
31196 * register.el (copy-to-register, append-to-register)
31197 (prepend-to-register): Use filter-buffer-substring.
31198
31199 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
31200
31201 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
31202 (gud-filter-pending-text): Move in front of gdb.
31203 (gud-overlay-arrow-position): New variable.
31204 (gud-sentinel, gud-display-line): Use it in place of
31205 overlay-arrow-position.
31206
31207 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
31208
31209 * progmodes/fortran.el (fortran-if-indent): Doc fix.
31210 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
31211 (fortran-font-lock-keywords-4): New variable.
31212 (fortran-blocks-re, fortran-end-block-re)
31213 (fortran-start-block-re): New constants, for hideshow.
31214 (hs-special-modes-alist): Add a Fortran entry.
31215 (fortran-mode-map): Bind fortran-end-of-block,
31216 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
31217 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
31218 (fortran-looking-at-if-then, fortran-end-of-block)
31219 (fortran-beginning-of-block): New functions, for hideshow.
31220
31221 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
31222 Doc fix. Tweak regexp.
31223 (f90-beginning-of-block): Push mark first.
31224
31225 2005-03-29 Jay Belanger <belanger@truman.edu>
31226
31227 * calc/calc.el: Update copyright date.
31228 (calc-version): Increase to 2.1.
31229 (calc-version-date): Remove.
31230
31231 * calc/calc-help.el: Update copyright date.
31232 (calc-full-help): Remove reference to calc-version-date.
31233 Update copyright date.
31234
31235 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
31236
31237 * vc.el (vc-do-command): Use a pipe for async processes, so password
31238 prompts don't show up at places where the user can't reply.
31239
31240 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
31241
31242 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
31243 on the file name we pass to the inferior shell.
31244
31245 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
31246
31247 * progmodes/which-func.el (which-function): Be robust in the face of an
31248 imenu--make-index-alist failure.
31249
31250 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
31251
31252 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
31253
31254 * progmodes/python.el (python-preoutput-filter): Fix last change.
31255
31256 2005-03-29 Lute Kamstra <lute@gnu.org>
31257
31258 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
31259 functions and compiled macros.
31260 (debug-convert-byte-code): Handle macros too.
31261 (debug-on-entry-1): Don't signal an error when trying to clear a
31262 function that is not set to debug on entry.
31263
31264 2005-03-29 Jay Belanger <belanger@truman.edu>
31265
31266 * calc/calc-lang.el: Add functions to math-function-table
31267 properties of tex and math.
31268
31269 2005-03-29 Kenichi Handa <handa@m17n.org>
31270
31271 * ps-mule.el (ps-mule-plot-string): Translate characters by
31272 ps-print-translation-table.
31273 (ps-mule-begin-job): Call find-charset-region/string with
31274 ps-print-translation-table.
31275 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
31276
31277 * ps-print.el (ps-print-translation-table): New variable.
31278 (ps-plot-region): Translate characters by ps-print-translation-table.
31279
31280 2005-03-29 Juri Linkov <juri@jurta.org>
31281
31282 * simple.el (next-error-highlight-timer): New variable.
31283
31284 * progmodes/compile.el (compilation-goto-locus):
31285 Use `next-error-highlight-timer' instead of `sit-for'.
31286
31287 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
31288
31289 * mail/supercite.el (sc-mail-field): Use assoc-string.
31290 (sc-get-address): Simplify regexps.
31291
31292 * files.el (minibuffer-with-setup-hook): New macro.
31293 (find-file-read-args): Use it to avoid let-binding
31294 minibuffer-with-setup-hook (which breaks turning on/off
31295 file-name-shadow-mode while in the prompt).
31296
31297 * complete.el (PC-read-include-file-name-internal):
31298 Use test-completion.
31299
31300 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
31301
31302 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
31303
31304 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
31305
31306 * window.el (window-buffer-height): Use count-screen-lines.
31307
31308 * progmodes/python.el (python-preoutput-leftover): New var.
31309 (python-preoutput-filter): Use it.
31310 (python-send-receive): Loop until all the result has been received.
31311
31312 2005-03-28 Juri Linkov <juri@jurta.org>
31313
31314 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
31315
31316 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
31317 "Recover Crashed Session".
31318 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
31319 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
31320 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
31321 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
31322 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
31323 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
31324 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
31325 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
31326
31327 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
31328 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
31329 Ediff Sessions", "Toggle use of separate control buffer frame",
31330 "Use separate frame for Ediff control buffer".
31331
31332 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
31333 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
31334 "Rename Bookmark", "Delete Bookmark".
31335
31336 * info.el (Info-mode-menu): Remove ellipsis from "Index".
31337 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
31338 Add `:active Info-index-alternatives' to "Next Matching Item".
31339
31340 * wdired.el (wdired-change-to-wdired-mode):
31341 Mention `wdired-abort-changes' key in the initial message.
31342
31343 * international/mule.el (auto-coding-alist): Associate non-ascii
31344 image filename extensions with `no-conversion'.
31345
31346 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
31347
31348 * international/iso-acc.el:
31349 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
31350
31351 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
31352
31353 * textmodes/sgml-mode.el (html-mode): Doc update.
31354
31355 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
31356
31357 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
31358
31359 * term.el (term-move-columns): Fix face after extending a line.
31360 (term-insert-spaces): Likewise.
31361 (term-reset-terminal): Fix off by one error.
31362
31363 2005-03-26 Eli Zaretskii <eliz@gnu.org>
31364
31365 * international/mule.el (auto-coding-alist): Add .xpi files.
31366
31367 * files.el (auto-mode-alist): Add .xpi files.
31368
31369 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
31370
31371 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
31372
31373 2005-03-26 Eli Zaretskii <eliz@gnu.org>
31374
31375 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
31376
31377 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
31378
31379 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
31380 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
31381
31382 * calendar/cal-move.el (calendar-beginning-of-year): Move the
31383 cursor to Jan 1 when needed.
31384 (calendar-end-of-year): Fix -/+ typo.
31385 Reported by Chong Yidong <cyd@stupidchicken.com>.
31386
31387 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
31388
31389 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
31390
31391 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
31392 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
31393
31394 2005-03-25 Richard M. Stallman <rms@gnu.org>
31395
31396 * filesets.el (filesets-init): Add autoload.
31397
31398 * mail/mailalias.el (mail-directory): Doc fix.
31399
31400 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
31401
31402 * mail/mailalias.el (mail-directory-process): Do nothing if
31403 mail-directory-process is an atom.
31404 (mail-get-names): Ignore mail-directory-names if it is an atom.
31405 (mail-directory-process defvar): Doc fix.
31406 (mail-names): Doc fix.
31407
31408 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
31409
31410 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
31411
31412 2005-03-26 Kenichi Handa <handa@m17n.org>
31413
31414 * international/mule-util.el (detect-coding-with-priority):
31415 Call update-coding-systems-internal before detect-coding-region.
31416
31417 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
31418
31419 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
31420 (gdb-frames-mode-map): Add follow-link property.
31421
31422 2005-03-25 Jay Belanger <belanger@truman.edu>
31423
31424 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
31425 for variables.
31426
31427 2005-03-25 Juri Linkov <juri@jurta.org>
31428
31429 * image-mode.el: Optimize image filename extension regexps in
31430 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
31431 in `auto-mode-alist'.
31432 (image-mode): Add `image-toggle-display-text' to local hook
31433 `change-major-mode-hook'. Display the image as an image by
31434 default. Set `cursor-type' and `truncate-lines' if the image
31435 is already displayed. Take into account the current mode (image
31436 or text) in message.
31437 (image-minor-mode): New minor mode.
31438 (image-mode-maybe, image-toggle-display-text): New functions.
31439 (image-toggle-display): Use called-interactively-p.
31440 Let-bind `inhibit-read-only' to t.
31441
31442 * image-mode.el (image-minor-mode): Set `cursor-type' and
31443 `truncate-lines' if the image is already displayed. Add turning
31444 image-minor-mode off to `change-major-mode-hook'. Add message.
31445 Call `image-toggle-display-text' after turning image-minor-mode off.
31446
31447 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
31448
31449 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
31450 Terminal.app, use utf-8.
31451 (set-display-table-and-terminal-coding-system): Add coding-system arg.
31452 (set-locale-environment): Use it.
31453
31454 * term/xterm.el: Undo last change, better done in mule-cmds.el.
31455
31456 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
31457
31458 * progmodes/python.el (python-close-block-statement-p)
31459 (python-outdent-p, python-current-defun): Use symbol-end.
31460
31461 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
31462
31463 * files.el (save-some-buffers): Doc fix.
31464
31465 2005-03-25 Werner Lemberg <wl@gnu.org>
31466
31467 * complete.el, thumbs.el: Replace `legal' with `valid'.
31468 * calendar/calendar.el: Replace `legal' with `valid'.
31469 * emacs-lisp/advice.el: Replace `legal' with `valid'.
31470 * mail/supercite.el: Replace `legal' with `valid'.
31471 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
31472 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
31473 Replace `legal' with `valid'.
31474 * textmodes/reftex-vars.el, textmodes/reftex.el:
31475 Replace `legal' with `valid'.
31476
31477 2005-03-25 Werner Lemberg <wl@gnu.org>
31478
31479 * calc/calc-forms.el, calc/calc-sel.el
31480 * midnight.el, vc-cvs.el
31481 * emacs-lisp/cl-macs.el
31482 * emulation/vip.el
31483 * eshell/esh-io.el, eshell/esh-var.el
31484 * mail/supercite.el
31485 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
31486 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
31487 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
31488 * progmodes/sh-script.el, progmodes/xscheme.el
31489 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
31490 * textmodes/reftex-index.el, textmodes/reftex-parse.el
31491 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
31492 * textmodes/reftex.el, textmodes/org.el:
31493 Replace `illegal' with `invalid'.
31494
31495 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
31496
31497 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
31498 (flymake-find-buildfile, flymake-find-possible-master-files)
31499 (flymake-check-include, flymake-parse-line): Replace loops over the
31500 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
31501
31502 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
31503 Substitute file-name-as-directory in the rest of the file.
31504 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
31505 (flymake-replace-region): Remove unused arg `buffer'.
31506 (flymake-check-patch-master-file-buffer): Update calls to it.
31507 (flymake-add-err-info): Remove unused var `count'.
31508 (flymake-mode): Use define-minor-mode.
31509
31510 * progmodes/flymake.el: Use with-current-buffer.
31511 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
31512 flymake-replace-regexp-in-string, flymake-line-beginning-position)
31513 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
31514 Avoid testing for `xemacs'.
31515 (flymake-nop): Move.
31516 (flymake-region-has-flymake-overlays): Return the computed value.
31517 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
31518 Remove unused var `endline'.
31519 (flymake-get-line-count): Remove unused function.
31520 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
31521
31522 * emulation/vi.el:
31523 * generic.el:
31524 * hilit-chg.el (global-highlight-changes):
31525 * hi-lock.el (hi-lock-mode):
31526 * follow.el: find-file-hooks -> find-file-hook.
31527
31528 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
31529
31530 2005-03-24 Juri Linkov <juri@jurta.org>
31531
31532 * dired.el (dired-mode-map): Add menu item "Compare directories"
31533 for dired-compare-directories.
31534
31535 * dired-aux.el (dired-compare-directories): Add autoload cookie.
31536 Doc fix. Replace `read-file-name' with `read-directory-name'.
31537
31538 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
31539
31540 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
31541
31542 2005-03-24 Jay Belanger <belanger@truman.edu>
31543
31544 * calc/calc-embed.el (calc-embedded-mode-change): Save all
31545 relevant mode settings in calc-embedded-original-modes when modes
31546 are permanently changed.
31547
31548 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
31549
31550 * autoinsert.el: find-file-hooks -> find-file-hook.
31551
31552 2005-03-24 Lute Kamstra <lute@gnu.org>
31553
31554 * generic.el (generic-font-lock-defaults): Make it obsolete.
31555 (generic-font-lock-keywords): New variable to replace
31556 generic-font-lock-defaults.
31557 (generic-mode-set-font-lock): Delete it.
31558 (generic-mode-internal): Don't call generic-mode-set-font-lock.
31559 (generic-bracket-support): Add docstring.
31560
31561 * generic-x.el: Rename generic-font-lock-defaults to
31562 generic-font-lock-keywords throughout.
31563 (mailagent-rules-setup-function): Delete it.
31564 (mailagent-rules-generic-mode): Use anonymous function instead.
31565 (show-tabs-generic-mode-font-lock-defaults-1)
31566 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
31567 Quote faces.
31568 (show-tabs-tab-face, show-tabs-space-face): Specify background,
31569 not foreground.
31570
31571 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
31572 Recognize define-generic-mode.
31573
31574 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
31575
31576 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
31577 if there's no completion table.
31578
31579 2005-03-23 Miles Bader <miles@gnu.org>
31580
31581 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
31582 Remove tty-specific variants, as they're no longer needed.
31583
31584 2005-03-23 Lute Kamstra <lute@gnu.org>
31585
31586 * generic-x.el: Code cleanup: make args constant whenever possible.
31587 (installshield-statement-keyword-list)
31588 (installshield-system-functions-list)
31589 (installshield-system-variables-list, installshield-types-list)
31590 (installshield-funarg-constants-list): Make them constants.
31591
31592 * generic.el (generic-make-keywords-list): Add autoload cookie.
31593
31594 * calendar/time-date.el: Add comment on time value formats.
31595 Don't require parse-time.
31596 (with-decoded-time-value): New macro.
31597 (encode-time-value): New function.
31598 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
31599 (days-to-time): Return a valid time value when arg is huge.
31600 (time-since): Use time-subtract.
31601 (time-to-number-of-days): Use time-to-seconds.
31602
31603 2005-03-23 David Ponce <david@dponce.com>
31604
31605 * recentf.el (recentf-keep): New option.
31606 (recentf-menu-action): Default to `find-file'.
31607 (recentf-keep-non-readable-files-flag)
31608 (recentf-keep-non-readable-files-p)
31609 (recentf-file-readable-p, recentf-find-file)
31610 (recentf-cleanup-remote): Remove.
31611 (recentf-include-p): More robust.
31612 (recentf-keep-p): New function.
31613 (recentf-remove-if-non-kept): Rename from
31614 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
31615 All callers updated.
31616 (recentf-menu-items-for-commands): Fix help string.
31617 (recentf-track-closed-file): Update. Doc fix.
31618 (recentf-cleanup): Update. Count removed files. Doc fix.
31619
31620 2005-03-23 Kim F. Storm <storm@cua.dk>
31621
31622 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
31623 Don't inherit from fringe face (now happens automatically).
31624
31625 2005-03-22 Kim F. Storm <storm@cua.dk>
31626
31627 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
31628 position values.
31629
31630 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
31631
31632 * menu-bar.el (showhide-date-time): Remove.
31633 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
31634 (menu-bar-make-mm-toggle): Simplify.
31635
31636 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
31637
31638 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
31639 Accept qualified variable and function names.
31640
31641 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
31642
31643 * bindings.el (completion-ignored-extensions):
31644 Remove ".lis" for `vax-vms'.
31645
31646 2005-03-22 Andreas Schwab <schwab@suse.de>
31647
31648 * generic-x.el: Revert last change.
31649 * ldefs-boot.el: Update.
31650
31651 2005-03-22 Jay Belanger <belanger@truman.edu>
31652
31653 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
31654 (calc-embedded-save-original-modes)
31655 (calc-embedded-restore-original-modes): New functions.
31656 (calc-do-embedded): Save original modes when entering embedded mode
31657 and restore when leaving embedded mode.
31658 (calc-embedded-modes-change): Change the value of
31659 calc-embedded-original-modes to reflect permanent changes.
31660
31661 2005-03-22 Lute Kamstra <lute@gnu.org>
31662
31663 * generic-x.el: Require generic again.
31664
31665 2005-03-22 Miles Bader <miles@gnu.org>
31666
31667 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
31668 Tweak details to look good on both ttys and bitmap displays, light
31669 or dark background, etc.
31670
31671 2005-03-21 Kim F. Storm <storm@cua.dk>
31672
31673 * tooltip.el (tooltip-show-help-function): Check car and cdr of
31674 mouse position.
31675
31676 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
31677
31678 * icomplete.el: Don't forcibly turn on the mode upon load.
31679 (icomplete-mode): Use define-minor-mode.
31680 (icomplete-eoinput): Default to nil.
31681 (icomplete-minibuffer-setup): Remove autoload.
31682 (icomplete-tidy): Simplify.
31683 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
31684 in the initial state or if the user has modified the field.
31685 Fix handling of icomplete-max-delay-chars.
31686 Remove code that handles the oddball case where
31687 minibuffer-completion-table is an integer.
31688 Wrap icomplete-completions in while-no-input in case building
31689 completions takes more time than expected.
31690 (icomplete-completions): Simplify.
31691
31692 2005-03-21 Richard M. Stallman <rms@gnu.org>
31693
31694 * jka-compr.el (jka-compr-really-do-compress):
31695 Make variable buffer-local.
31696
31697 * image-mode.el: Handle .xpm files too.
31698 (image-toggle-display): Preserve modification flag.
31699
31700 * help.el (where-is): Don't mention aliases with no key bindings.
31701
31702 2005-03-21 Lute Kamstra <lute@gnu.org>
31703
31704 * generic.el: Fix commentary section. Don't require cl for
31705 compilation.
31706 (generic-mode-list): Add autoload cookie.
31707 (generic-use-find-file-hook, generic-lines-to-scan)
31708 (generic-find-file-regexp, generic-ignore-files-regexp)
31709 (generic-mode, generic-mode-find-file-hook)
31710 (generic-mode-ini-file-find-file-hook): Fix docstrings.
31711 (define-generic-mode): Make it a defmacro. Fix docstring.
31712 (generic-mode-internal): Code cleanup. Add autoload cookie.
31713 (generic-mode-set-comments): Code cleanup.
31714 * generic-x.el: Don't prevent compilation. Don't require generic.
31715 Follow coding conventions. Minor code cleanup.
31716 (etc-fstab-generic-mode): Add some keywords.
31717 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
31718 define-generic-mode like a function declaration.
31719
31720 2005-03-21 Jay Belanger <belanger@truman.edu>
31721
31722 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
31723 changing modes.
31724
31725 2005-03-21 Sam Steingold <sds@gnu.org>
31726
31727 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
31728
31729 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
31730
31731 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
31732 Add underscore to "f$ lexicals" regexp.
31733
31734 2005-03-20 Juri Linkov <juri@jurta.org>
31735
31736 * subr.el (progress-reporter-do-update): When `min-value' is equal
31737 to `max-value', set `percentage' to 0 and prevent division by zero.
31738
31739 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
31740
31741 Sync with Tramp 2.0.48.
31742
31743 * net/tramp.el (all): Change all addresses to .gnu.org.
31744 (tramp-append-tramp-buffers): New defun.
31745 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
31746 Catch `dont-send' signal.
31747 (tramp-set-auto-save-file-modes): Set always permissions, because
31748 there might be an old auto-saved file belonging to another
31749 original file. This could be a security threat. Reported by
31750 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
31751 Check for Emacs 21.3.50 removed.
31752
31753 * net/tramp-smb.el (all): Remove debug construct for
31754 `with-parsed-tramp-file-name'.
31755 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
31756 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
31757 No error message if DIRECTORY or FILENAME doesn't exist.
31758 (tramp-smb-open-connection): Check existence of
31759 `tramp-smb-program'.
31760
31761 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
31762
31763 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
31764 Properly handle the case where the `m' or `s' command's argument is not
31765 yet terminated.
31766 (perl-indent-new-calculate): New function.
31767 (perl-indent-line): Use it.
31768
31769 2005-03-20 Miles Bader <miles@gnu.org>
31770
31771 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
31772 in text-mode too. Change to new face names.
31773 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
31774 Add `:weight bold' attribute.
31775 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
31776
31777 2005-03-19 Juri Linkov <juri@jurta.org>
31778
31779 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
31780
31781 * international/mule.el (auto-coding-alist): Sync with
31782 `auto-mode-alist' by adding upper case archive file extensions
31783 and adding ear/war to jar extension.
31784
31785 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
31786
31787 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
31788 running, restart it.
31789
31790 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
31791
31792 * finder.el (finder-current-item): Throw an error on an empty line.
31793
31794 * man.el (Man-follow-manual-reference): If current-word returns
31795 nil, use "".
31796
31797 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
31798
31799 * simple.el (goto-line): Doc fix.
31800
31801 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
31802
31803 * files.el (save-buffer): Doc fix.
31804
31805 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
31806
31807 * recentf.el (recentf-cleanup-remote): New variable.
31808 (recentf-cleanup): Use it to conditionally check availability of
31809 remote files.
31810
31811 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
31812
31813 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
31814 function names.
31815
31816 2005-03-19 Eli Zaretskii <eliz@gnu.org>
31817
31818 * language/thai-word.el: New file.
31819
31820 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
31821
31822 * files.el (backup-buffer): If the file's directory is not
31823 writable, use copy instead of move to backup the file.
31824
31825 2005-03-19 Eli Zaretskii <eliz@gnu.org>
31826
31827 * obsolete/keyswap.el: Moved to obsolete/ from term/.
31828
31829 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
31830
31831 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
31832 Use functionp instead of symbolp and fboundp. Reported by Drkm
31833 <darkman_spam@yahoo.fr>.
31834 (ps-print-version): New version 6.6.6.
31835
31836 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
31837
31838 * textmodes/table.el (table--line-column-position): New idiom.
31839 (table--row-column-insertion-point-p): New function to test
31840 validity of row and column insertion operation at a location.
31841 (table-global-menu, table-cell-menu): Use above functions for
31842 deterministic test operation.
31843 (table--editable-cell-p): Behave in deterministic fashion.
31844
31845 2005-03-18 Juri Linkov <juri@jurta.org>
31846
31847 * isearch.el (isearch-lazy-highlight-new-loop):
31848 Make arguments beg and end optional.
31849 (isearch-update): Remove optional arguments nil from
31850 isearch-lazy-highlight-new-loop.
31851 (isearch-lazy-highlight-search): Let-bind case-fold-search to
31852 isearch-lazy-highlight-case-fold-search instead of
31853 isearch-case-fold-search, and let-bind isearch-regexp to
31854 isearch-lazy-highlight-regexp.
31855 Use isearch-lazy-highlight-last-string instead of isearch-string.
31856
31857 * replace.el (perform-replace): Remove bindings of global
31858 variables isearch-string, isearch-regexp, isearch-case-fold-search.
31859 Add three new arguments to `replace-highlight'.
31860 (replace-highlight): Add arguments string, regexp, case-fold.
31861 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
31862 to allow isearch-lazy-highlight-new-loop to use these values
31863 to set corresponding isearch-lazy-highlight-* internal
31864 variables whose values lazy highlighting will use regardless of
31865 changes to global variables isearch-string, isearch-regexp,
31866 isearch-case-fold-search during lazy highlighting loop.
31867 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
31868 to `lazy-highlight-cleanup'.
31869
31870 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
31871 (ispell-highlight-face): Set default face to `isearch' when
31872 lazy highlighting is enabled.
31873 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
31874 priority to 1. Add lazy highlighting.
31875 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
31876 from `isearch-dehighlight'.
31877
31878 2005-03-18 David Ponce <david@dponce.com>
31879
31880 * files.el (hack-local-variables): Do a case-insensitive search
31881 for End.
31882
31883 2005-03-18 Juri Linkov <juri@jurta.org>
31884
31885 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
31886 `isearch-lazy-highlight-cleanup', add alias to old name and
31887 declare obsolete. Add release numbers to other obsolete vars.
31888 (isearch-done, isearch-lazy-highlight-new-loop):
31889 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
31890 (lazy-highlight-cleanup) <variable>: Doc fix.
31891 (isearch-lazy-highlight-update): Rename obsolete
31892 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
31893
31894 2005-03-18 Kenichi Handa <handa@m17n.org>
31895
31896 * language/thai-util.el: Fix categorization of Thai characters in
31897 thai-category-table.
31898 (thai-composition-pattern): Adjust it for the above change.
31899 (thai-self-insert-command, thai-compose-syllable): New functions.
31900 (thai-compose-region): Use thai-compose-syllable.
31901 (thai-compose-string): Likewise.
31902 (thai-composition-function): Likewise.
31903 (thai-auto-composition): New function.
31904 (thai-auto-composition-mode): New minor mode.
31905
31906 * language/thai.el: Fix patterns to be registered in
31907 composition-function-table.
31908
31909 * international/quail.el (quail-input-method): Locally bind
31910 inhibit-modification-hooks to t.
31911
31912 2005-03-17 Richard M. Stallman <rms@gnu.org>
31913
31914 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
31915 (perl-mode): Use run-mode-hooks.
31916
31917 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
31918 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
31919 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
31920
31921 * mail/sendmail.el (sendmail-send-it): Reenable the code
31922 to compute resend-to-address and use it.
31923
31924 * tar-mode.el (tar-mode): Turn off undo unconditionally.
31925
31926 * image-mode.el: New file.
31927
31928 * image.el (insert-sliced-image): Add autoload cookie.
31929
31930 * font-lock.el (font-lock-lines-before): New user option.
31931 (font-lock-after-change-function): Obey it.
31932
31933 * bindings.el (esc-map): Make M-g a prefix.
31934 Bind M-g g and M-g M-g to goto-line.
31935
31936 * faces.el (face-id): Doc fix.
31937
31938 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
31939
31940 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
31941 (rmail-show-message): Use rmail-unknown-mail-followup-to.
31942 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
31943
31944 * mail/sendmail.el (mail-yank-ignored-headers)
31945 (mail-font-lock-keywords, mail-mode-fill-paragraph):
31946 Add Mail-Followup-To and Mail-Reply-To headers.
31947 (mail-citation-hook): Add autoload cookie.
31948 (mail-mode): Doc fix.
31949 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
31950 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
31951 (mail-mode-fill-paragraph): Handle those headers.
31952 (mail-mailing-lists): New variable.
31953 (mail-mail-reply-to, mail-mail-followup-to): New functions.
31954
31955 2005-03-17 Juri Linkov <juri@jurta.org>
31956
31957 * isearch.el (isearch-fallback): Check for `(car previous)'
31958 before calling `isearch-other-end-state'.
31959
31960 2005-03-17 Kim F. Storm <storm@cua.dk>
31961
31962 * simple.el (move-beginning-of-line): Move to beginning of buffer
31963 line, as well as beginning of screen line.
31964
31965 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
31966
31967 * calendar/diary-lib.el (mark-diary-entries): Use new optional
31968 argument REDRAW rather than calendar-redrawing variable.
31969 * calendar/calendar.el (calendar-redrawing): Delete.
31970 (redraw-calendar): Do not bind calendar-redrawing.
31971
31972 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
31973
31974 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
31975 diary-file buffer.
31976
31977 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
31978
31979 * help.el (describe-mode): Allow a :minor-mode-function property to
31980 specify a different minor mode toggle function than the variable.
31981 * simple.el (auto-fill-function):
31982 * subr.el (add-minor-mode): Use it.
31983
31984 2005-03-16 Kenichi Handa <handa@m17n.org>
31985
31986 * language/ethio-util.el (sera-being-called-by-w3): New variable.
31987 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
31988 (ethio-fidel-to-sera-buffer): Likewise.
31989
31990 2005-03-16 Juri Linkov <juri@jurta.org>
31991
31992 * emacs-lisp/find-func.el (find-function-regexp):
31993 Add defun-emitting macro `menu-bar-make-toggle'.
31994
31995 * isearch.el: Put `isearch-scroll' property to
31996 `split-window-horizontally'.
31997
31998 * info.el: Update error messages for `debug-ignored-errors'.
31999 (Info-isearch-search): Doc fix.
32000 (Info-find-node): Move up code to go into info buffer before
32001 recording the node to the history.
32002 (Info-fontify-node): Fontify titles only if the next line
32003 has two or more `*', `=', `-', `.'.
32004 Display "go to this node" for empty (match-string 3).
32005
32006 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32007
32008 * term/mac-win.el: Add mouse pointer shape constants.
32009
32010 2005-03-15 Kim F. Storm <storm@cua.dk>
32011
32012 * simple.el (move-beginning-of-line): Use vertical-motion.
32013
32014 2005-03-15 Juri Linkov <juri@jurta.org>
32015
32016 * isearch.el (isearch-error): New variable.
32017 (isearch-invalid-regexp, isearch-within-brackets): Remove.
32018 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
32019 (isearch-within-brackets-state): Remove.
32020 (isearch-case-fold-search-state, isearch-pop-fun-state):
32021 Decrease frame index.
32022 (isearch-mode, isearch-top-state, isearch-push-state)
32023 (isearch-edit-string, isearch-abort, isearch-search-and-update)
32024 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
32025 (isearch-search, isearch-lazy-highlight-new-loop):
32026 Replace `isearch-invalid-regexp' with `isearch-error'.
32027 Remove `isearch-within-brackets'.
32028 (isearch-search): Add `search-failed' handler to `condition-case'.
32029 (isearch-lazy-highlight-search): Add `condition-case' to catch
32030 errors and allow `isearch-lazy-highlight-update' to try
32031 highlighting from the beginning of the window.
32032 (isearch-repeat): Move up code to set isearch-wrapped to t
32033 before calling isearch-wrap-function.
32034
32035 * info.el (Info-isearch-initial-node): New internal variable.
32036 (Info-search): Signal an error in isearch mode when search leaves
32037 the initial node. Signal an error when `bound' is non-nil and
32038 nothing was found in the current subfile.
32039 (Info-isearch-search): Remove `condition-case'.
32040 (Info-isearch-wrap): Don't wrap when search failed during leaving
32041 the initial node. If `Info-isearch-search' is nil, wrap around
32042 the current node.
32043 (Info-isearch-start): New fun.
32044 (Info-mode): Add buffer-local hook `Info-isearch-start' to
32045 `isearch-mode-hook'.
32046
32047 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
32048
32049 * simple.el (normal-erase-is-backspace): Set default to t if
32050 running on Mac.
32051
32052 * term/mac-win.el (function-key-map): Sync with x-win.el.
32053
32054 2005-03-15 Kenichi Handa <handa@m17n.org>
32055
32056 * international/mule-cmds.el (locale-language-names): Modify the
32057 format of elements and add more entries.
32058 (locale-preferred-coding-systems): Add more entries.
32059 (set-locale-environment): Adjust for the change of
32060 locale-language-names.
32061
32062 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
32063
32064 * pcvs.el (smerge-ediff): Remove bogus autoload.
32065
32066 2005-03-14 Lute Kamstra <lute@gnu.org>
32067
32068 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
32069 Ignore a `*' at the beginning of a line.
32070
32071 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
32072 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
32073 subr.el.
32074 (dont-compile, eval-when-compile, eval-and-compile): Use declare
32075 to specify indentation.
32076
32077 * generic.el (define-generic-mode): Let generic-mode-list be a
32078 list of strings; test membership with equal.
32079
32080 2005-03-14 Kim F. Storm <storm@cua.dk>
32081
32082 * simple.el (next-line, previous-line): Add optional try-vscroll
32083 arg to recognize interactive use. Pass it on to line-move.
32084 (line-move): Don't perform auto-window-vscroll when defining or
32085 executing keyboard macro to ensure consistent behavior.
32086
32087 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
32088
32089 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
32090
32091 2005-03-13 Lute Kamstra <lute@gnu.org>
32092
32093 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
32094 debugger-setup-buffer so that backtrace marks the frames set to
32095 debug-on-exit and we don't have to do it manually. Set an extra
32096 debug-on-exit for macro's.
32097 (debugger-setup-buffer): Don't mark the top frame manually.
32098
32099 2005-03-12 Lute Kamstra <lute@gnu.org>
32100
32101 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
32102 lisp-indent-function throughout.
32103 (with-no-warnings): Set lisp-indent-function property.
32104
32105 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
32106
32107 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
32108 Add entry for backslash.
32109
32110 2005-03-12 Juri Linkov <juri@jurta.org>
32111
32112 * info.el (Info-search): Four fixes for backward search.
32113
32114 2005-03-11 Jay Belanger <belanger@truman.edu>
32115
32116 * calc/calc.el (calc-language-alist): New variable.
32117 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
32118 (calc-embedded-find-modes): Use calc-language-alist instead of
32119 calc-embedded-language-alist.
32120
32121 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
32122
32123 * calendar/calendar.el (calendar-redrawing): New internal
32124 variable.
32125 (redraw-calendar): Remove bogus save-excursion from previous
32126 change. Bind calendar-redrawing to t for mark-diary-entries.
32127 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
32128 calendar if that is why we were called.
32129
32130 2005-03-11 Kenichi Handa <handa@m17n.org>
32131
32132 * international/mule.el (make-coding-system): Set property
32133 coding-system-define-form to nil.
32134 (define-coding-system-alias): Likewise.
32135
32136 2005-03-11 Kenichi Handa <handa@m17n.org>
32137
32138 These changes are suggested by Dave Love <fx@gnu.org>.
32139
32140 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
32141 coding: tag.
32142 (adaptive-fill-regexp): Add more bullets.
32143 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
32144 regexps.
32145
32146 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
32147
32148 * help.el (describe-mode): Properly handle non-trivial lighters.
32149 Don't ignore minor modes that are not listed in minor-mode-list.
32150
32151 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
32152 feature ON when the user requests to turn it OFF.
32153
32154 2005-03-10 Lute Kamstra <lute@gnu.org>
32155
32156 * emacs-lisp/debug.el (debug-entry-code): Delete it.
32157 (implement-debug-on-entry): New function to replace debug-entry-code.
32158 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
32159 second argument as the 2005-03-07 change makes it obsolete.
32160 (debug-on-entry, cancel-debug-on-entry): Update call to
32161 debug-on-entry-1.
32162 (debug, debugger-setup-buffer): Comment update.
32163 (debugger-frame-number): Update to work with implement-debug-on-entry.
32164
32165 2005-03-10 Jay Belanger <belanger@truman.edu>
32166
32167 * calc/calc-embed.el (math-ms-args): Declare it.
32168 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
32169 math-ms-args.
32170 (calc-embedded-subst): Use math-multi-subst-rec to substitute
32171 variables.
32172
32173 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
32174
32175 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
32176 Use message-box.
32177
32178 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
32179 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
32180 (tooltip-gud-tips): Simplify.
32181 (tooltip-gud-tips-p): Remove superfluous :set.
32182 (tooltip-gud-modes): Add fortran-mode.
32183 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
32184
32185 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
32186
32187 2005-03-09 Kim F. Storm <storm@cua.dk>
32188
32189 * play/animate.el (animate-place-char): Use forward-line instead
32190 of next-line to improve performance.
32191
32192 2005-03-09 Simon Josefsson <jas@extundo.com>
32193
32194 * net/browse-url.el (browse-url-default-browser): Doc fix.
32195
32196 2005-03-09 Miles Bader <miles@gnu.org>
32197
32198 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
32199 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
32200
32201 2005-03-09 Kenichi Handa <handa@m17n.org>
32202
32203 * international/latin-1.el: Set case and syntax for 255 only if
32204 set-case-syntax-set-multibyte is nil.
32205
32206 * textmodes/ispell.el (ispell-insert-word): New function.
32207 (ispell-word): Use ispell-insert-word to insert a new word.
32208 (ispell-process-line): Likewise.
32209 (ispell-complete-word): Likewise.
32210
32211 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
32212
32213 * calendar/calendar.el (redraw-calendar): Preserve point.
32214 Reported by Matt Hodges <MPHodges@member.fsf.org>.
32215 (calendar-week-start-day): Move after definition of
32216 redraw-calendar. Delete buffer test, since redraw-calendar has
32217 that now.
32218
32219 * calendar/diary-lib.el (mark-diary-entries): Only call
32220 redraw-calendar in the first of any recursive calls.
32221 Reported by Alan Shutko <ats@acm.org>.
32222
32223 2005-03-08 Juri Linkov <juri@jurta.org>
32224
32225 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
32226 (html-horizontal-rule, html-line, html-image, html-checkboxes)
32227 (html-radio-buttons): Add a space before the trailing `/>' where
32228 sgml-xml-mode is non-nil.
32229 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
32230 the subsequent tag of the empty XML tag.
32231 (html-href-anchor): Don't set initial input to "http:".
32232 (html-image): Ask for the image URL and set point inside alt="".
32233 (html-name-anchor): Duplicate the name in the `id' attribute when
32234 sgml-xml-mode is non-nil.
32235 (html-paragraph): Remove \n before <p>.
32236 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
32237 instead of `checked' when sgml-xml-mode is non-nil.
32238
32239 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
32240 Remove 1 space before #RRGGBB to not truncate it on terminal
32241 windows w/o fringes. Remove 1 space between bg and fg examples
32242 to get more space.
32243 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
32244 avoid byte-compile warnings.
32245
32246 * image-file.el (image-file-handler): Put `safe-magic' property to
32247 `image-file-handler'.
32248
32249 * info.el (Info-isearch-search): Emulate word search in
32250 isearching through multiple Info nodes with Info-search.
32251 (Info-isearch-wrap): Allow isearch-word.
32252
32253 2005-03-08 Lute Kamstra <lute@gnu.org>
32254
32255 * emacs-lisp/debug.el (debugger-step-through): Make sure that
32256 stepping into the debugger's code is not possible.
32257 (debugger-jumping-flag): Docstring update.
32258
32259 2005-03-08 Jay Belanger <belanger@truman.edu>
32260
32261 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
32262 embedded mode begins.
32263 (calc-embedded-language-alist): New variable.
32264 (calc-embedded-find-modes): Use calc-embedded-language-alist to
32265 set default language mode.
32266
32267 2005-03-08 Kenichi Handa <handa@m17n.org>
32268
32269 * international/ccl.el (define-ccl-program): Fix docstring about
32270 extra 256 bytes assured for the output buffer.
32271
32272 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
32273 Fix BUFFER_MAGNIFICATION to 2.
32274 (ccl-encode-mule-utf-16be-with-signature): Likewise.
32275
32276 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
32277
32278 * align.el (align-rules-list): Added an alignment rule for CSS
32279 declarations (applies to css-mode and html-mode buffers).
32280
32281 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
32282
32283 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
32284
32285 2005-03-07 Kim F. Storm <storm@cua.dk>
32286
32287 * simple.el (move-beginning-of-line): New command.
32288
32289 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
32290
32291 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
32292
32293 * emulation/cua-base.el: Put CUA move property on move-end-of-line
32294 and move-beginning-of-line.
32295
32296 * apropos.el (apropos-print): Omit command from M-x ... RET.
32297
32298 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
32299
32300 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
32301 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
32302
32303 2005-03-06 Richard M. Stallman <rms@gnu.org>
32304
32305 * bindings.el (esc-map): Bind M-g to goto-line.
32306
32307 * facemenu.el (global-map): Bind M-o, not M-g.
32308
32309 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32310
32311 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
32312 "Open Directory" as for "Open File".
32313
32314 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
32315
32316 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
32317 (push-mark-command): Run activate-mark-hook.
32318
32319 2005-03-06 Richard M. Stallman <rms@gnu.org>
32320
32321 * help-mode.el (help-mode-finish): Don't alter the element
32322 in view-return-to-alist if there already is one.
32323
32324 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
32325 make sure the current buffer is the expected one.
32326
32327 * novice.el (disabled-command-function): Output in *Disabled Command*.
32328 Explicitly ignore non-keyboard events, and explicitly handle C-g.
32329
32330 * textmodes/flyspell.el (flyspell-large-region):
32331 Pass args differently for aspell.
32332
32333 * files.el (mode-require-final-newline): Doc fix.
32334
32335 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
32336
32337 * progmodes/which-func.el (which-function):
32338 Specify NOERROR when calling imenu--make-index-alist.
32339
32340 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
32341
32342 * simple.el (normal-erase-is-backspace): Define default value.
32343
32344 * custom.el (custom-theme-set-variables): Remove unused var
32345 `immediate'.
32346 (custom-reevaluate-setting): Simple function to handle variables
32347 that are defined before their default value can really be
32348 computed.
32349
32350 * startup.el (command-line): Use it for temporary-file-directory,
32351 small-emporary-file-directory, auto-save-file-name-transforms,
32352 blink-cursor-mode, and normal-erase-is-backspace.
32353
32354 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
32355 progress, even with buggy anchored keywords.
32356
32357 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
32358
32359 * simple.el (goto-line): Remove unbalanced final parenthesis.
32360
32361 2005-03-05 Richard M. Stallman <rms@gnu.org>
32362
32363 * simple.el (goto-line): Use a number at point as the default.
32364 With C-u as arg, switch buffers.
32365
32366 2005-03-05 Juri Linkov <juri@jurta.org>
32367
32368 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
32369 with `no-blinking-cursor'.
32370
32371 * startup.el (no-blinking-cursor): New defvar.
32372 (command-line): Add `--no-blinking-cursor' to longopts.
32373 Set `no-blinking-cursor' to t for command line arguments
32374 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
32375 with `no-blinking-cursor' in the condition for calling
32376 `blink-cursor-mode'.
32377
32378 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
32379
32380 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
32381 (menu-bar-options-save): Add blink-cursor-mode.
32382 (menu-bar-options-menu): Add blink-cursor-mode.
32383
32384 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
32385
32386 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
32387 (icalendar-export-file, icalendar-export-region)
32388 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
32389 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
32390
32391 2005-03-04 Lute Kamstra <lute@gnu.org>
32392
32393 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
32394 (debug-function-list): Ditto.
32395
32396 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
32397
32398 * textmodes/texinfmt.el (texinfo-append-refill):
32399 Redefine the types of line to which @refill
32400 is not appended by replacing a search for `@refill\\|@bye' with
32401 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
32402 itemize@refill' bug and the unfilled long lines bug.
32403 (texinfmt-version): Update number and date.
32404
32405 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
32406
32407 * international/code-pages.el (windows-1250, windows-125[2-8])
32408 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
32409
32410 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
32411
32412 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
32413 bound yet.
32414
32415 2005-03-02 Romain Francoise <romain@orebokech.com>
32416
32417 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
32418 buffer after removing limits.
32419 (ibuffer-pop-filter): Ditto.
32420 Update copyright.
32421
32422 2005-03-02 Miles Bader <miles@gnu.org>
32423
32424 * button.el (make-text-button): If the user doesn't specify a
32425 type, use the default. Rewrite to use `add-text-properties' and
32426 plist functions.
32427
32428 2005-03-01 Lute Kamstra <lute@gnu.org>
32429
32430 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
32431 (debugger-jumping-flag): New var.
32432 (debug-entry-code): Use it.
32433 (debugger-jump): Use debugger-jumping-flag and add
32434 debugger-reenable to post-command-hook.
32435 (debugger-reenable): Use debugger-jumping-flag and remove itself
32436 from post-command-hook.
32437 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
32438 debugger-reenable.
32439
32440 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
32441
32442 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
32443 inclusion of "itemize\\|", which may be unnecessary, is certainly
32444 inelegant, and stops refilling in itemize lists when formatting
32445 Japanese Texinfo files to Info.
32446 Update copyright to 2005.
32447
32448 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
32449
32450 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
32451 of an error if GDB can't find the source file.
32452
32453 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
32454
32455 * calendar/calendar.el (redraw-calendar): Work from any buffer,
32456 not just the calendar.
32457
32458 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
32459 first.
32460 (diary-redraw-calendar): New function.
32461 (make-diary-entry): Add diary-redraw-calendar to local
32462 write-contents-functions. Turn off selective display before
32463 inserting in diary.
32464
32465 2005-03-01 Kim F. Storm <storm@cua.dk>
32466
32467 * emacs-lisp/copyright.el (copyright-fix-years): New command.
32468
32469 2005-03-01 Lute Kamstra <lute@gnu.org>
32470
32471 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
32472 that debug-entry-code can be safely removed from a function while
32473 this code is being evaluated. Revert the 2005-02-27 change as the
32474 new implementation no longer requires it. Make sure that a
32475 function body containing just a string is not mistaken for a docstring.
32476 (debug): Skip one more frame in case of debug on entry.
32477 (debugger-setup-buffer): Delete one more frame line in case of
32478 debug on entry.
32479 (debugger-frame-number): Update to use the new text introduced by
32480 the 1999-11-03 change. Skip one more frame in case of debug on entry.
32481
32482 2005-02-28 Kim F. Storm <storm@cua.dk>
32483
32484 * double.el (double-translate-key): Call force-window-update after
32485 read-event to avoid crash in redisplay.
32486
32487 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
32488
32489 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
32490 (debug): Use it. Move the inhibit-trace earlier.
32491 (debug-entry-code): New const.
32492 (debug-on-entry-1): Use it.
32493
32494 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
32495
32496 * international/utf-16.el (ccl-encode-mule-utf-16le):
32497 Fix BUFFER_MAGNIFICATION to 2.
32498 (ccl-encode-mule-utf-16be): Likewise.
32499
32500 2005-02-28 Kenichi Handa <handa@m17n.org>
32501
32502 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
32503 Fix BUFFER_MAGNIFICATION to 4.
32504 (ccl-encode-mule-utf-16be-with-signature): Likewise.
32505
32506 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
32507
32508 * speedbar.el (speedbar-update-flag): Doc fix.
32509 (speedbar-show-info-under-mouse): Give set-mouse-position the right
32510 argument.
32511
32512 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
32513
32514 * reveal.el (reveal-post-command): Don't try to reveal overlays which
32515 have a non-nil `invisible' property but are actually visible.
32516
32517 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
32518 for perldoc sections.
32519 (perl-outline-regexp, perl-outline-level): New var and function.
32520 (perl-mode): Use them.
32521
32522 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
32523
32524 * calendar/diary-lib.el (diary-remind): Discard any mark portion
32525 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
32526
32527 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
32528
32529 * cus-edit.el: Comment change.
32530 (custom-buffer-create-internal): Slightly reword text at top of
32531 Custom buffers. Mention there that saving an option edits the
32532 init file. Add link to Emacs manual node on `custom-file'.
32533 (custom-magic-alist): Rewrite individual State messages to use
32534 capitalized keywords. Doc fix.
32535
32536 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
32537
32538 * calendar/calendar.el (calendar-buffer): Move above
32539 calendar-week-start-day.
32540 (calendar-week-start-day): Doc fix. Add :set function.
32541 (calendar-minimum-window-height): New variable.
32542 (generate-calendar-window): Only resize window if selected-window
32543 is displaying the calendar buffer. Use new variable
32544 calendar-minimum-window-height.
32545 (generate-calendar): Reword error message.
32546 (calendar-mode-map): Bind DEL to scroll-other-window-down.
32547
32548 2005-02-27 Andreas Schwab <schwab@suse.de>
32549
32550 * vc.el (vc-do-command): Don't run command asynchronously when
32551 operating in a remote directory.
32552
32553 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
32554 change from sync with Tramp 2.0.47.
32555
32556 2005-02-27 Richard M. Stallman <rms@gnu.org>
32557
32558 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
32559
32560 * textmodes/flyspell.el (flyspell-mode-on):
32561 Call ispell-change-dictionary only if necessary.
32562
32563 * emacs-lisp/re-builder.el (regexp-builder): New function.
32564
32565 * register.el (describe-register-1): Explicitly handle
32566 yank-excluded-properties = t.
32567
32568 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
32569 (custom-magic-alist): Change the status descriptions again.
32570 (face widget-type): Total rewrite based on `restricted-sexp'
32571 to eliminate the confusing double hiding levels.
32572
32573 * emacs-lisp/debug.el (debug-on-entry-1):
32574 If function body is empty, add nil as body form.
32575
32576 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
32577
32578 * emacs-lisp/trace.el (inhibit-trace): New var.
32579 (trace-make-advice): Use it.
32580
32581 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
32582
32583 2005-02-26 Kim F. Storm <storm@cua.dk>
32584
32585 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
32586 (mouse-on-link-p, mouse-drag-region-1): Use it.
32587
32588 2005-02-25 Lute Kamstra <lute@gnu.org>
32589
32590 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
32591
32592 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
32593
32594 * frame.el (blink-cursor-mode): Add :group keyword.
32595
32596 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
32597
32598 * calendar/icalendar.el (icalendar--decode-isodatetime):
32599 New optional argument DAY-SHIFT.
32600 (icalendar-export-region): Fix coding-system-for-write.
32601 (icalendar--convert-ical-to-diary): Shift end-day of all-day
32602 events by one.
32603
32604 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
32605
32606 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
32607
32608 2005-02-24 Kim F. Storm <storm@cua.dk>
32609
32610 * international/iso-acc.el (iso-accents-compose): Fix crash
32611 during redisplay. Call force-window-update after read-event
32612 and delete-region to signal that window is not accurate.
32613
32614 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
32615
32616 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
32617 Remove unused and inexistent var `inhibit-trace'.
32618 (debugger-mode): Use run-mode-hooks.
32619 (debugger-list-functions): Add buttons; setup xref stack.
32620
32621 2005-02-23 Richard M. Stallman <rms@gnu.org>
32622
32623 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
32624 appointment says it was explicitly made.
32625 (appt-add): Set the 3rd element.
32626 (appt-make-list): Preserve explicit appointments.
32627
32628 * subr.el (find-tag-default): Catch errors in forward-sexp.
32629
32630 2005-02-23 Juri Linkov <juri@jurta.org>
32631
32632 * info.el (Info-isearch-search): New defcustom.
32633 (Info-isearch-search): Call the default isearch function
32634 when Info-isearch-search is nil.
32635 (Info-isearch-wrap): Use variable Info-isearch-search.
32636
32637 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
32638
32639 * cus-edit.el: Comment change.
32640
32641 2005-02-22 Kim F. Storm <storm@cua.dk>
32642
32643 * progmodes/hideif.el (hide-ifdef-use-define-alist):
32644 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
32645
32646 2005-02-22 Simon Josefsson <jas@extundo.com>
32647
32648 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
32649 New variable.
32650 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
32651 Oskarsson" <myrkraverk@users.sourceforget.net>.
32652
32653 2005-02-22 Kim F. Storm <storm@cua.dk>
32654
32655 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
32656 check that window of that event is the selected window.
32657 (mouse-drag-region-1): Compare mouse event window to selected
32658 window before setting point.
32659
32660 * tooltip.el (tooltip-show-help-function): Pass event to
32661 mouse-on-link-p so it can check selected window.
32662
32663 2005-02-22 Kenichi Handa <handa@m17n.org>
32664
32665 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
32666 (ps-mule-show-warning): New function.
32667 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
32668 characters are found.
32669
32670 * ps-print.el (ps-header-footer-string): Return a list of header
32671 and footer strings.
32672
32673 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
32674
32675 * pcvs.el (cvs-retrieve-revision): Fix thinko.
32676
32677 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
32678
32679 * frame.el (blink-cursor-mode): Use define-minor-mode.
32680
32681 * term/mac-win.el (function-key-map): Use char-names more consistently.
32682 (file-name-coding-system): Only set it for MacOS-9. The other case is
32683 already handled in mule-cmds.el (where it also works when mac-win.el
32684 is not used).
32685
32686 2005-02-21 Kenichi Handa <handa@m17n.org>
32687
32688 * international/mule.el (ctext-pre-write-conversion): Always use
32689 " *code-converting-work*" buffer for work.
32690
32691 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
32692
32693 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
32694
32695 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
32696
32697 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
32698
32699 * ses.el (undo-more): Restore defadvice, but only the part that
32700 allows changes outside the restricted area of the buffer.
32701
32702 2005-02-20 Kim F. Storm <storm@cua.dk>
32703
32704 * simple.el (line-move): Add fourth optional arg try-vscroll which
32705 must be set to perform auto-window-vscroll.
32706 When moving backwards and doing auto-window-vscroll, automatically
32707 vscroll to the last part of lines which are taller than the window.
32708 (next-line, previous-line): Set try-vscroll arg on line-move.
32709
32710 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
32711
32712 * replace.el (query-replace, query-replace-regexp)
32713 (replace-string, replace-regexp): When operating on region, make
32714 the minibuffer prompt say so.
32715
32716 * isearch.el (isearch-forward): Document isearch-query-replace and
32717 isearch-query-replace-regexp keybindings.
32718
32719 2005-02-19 Jay Belanger <belanger@truman.edu>
32720
32721 * calc/calc-aent.el (math-read-token): Add local variable.
32722
32723 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
32724 (calc-edit-top): Move declaration to earlier in file.
32725 (calc-edit-macro-repeats): Add local variables.
32726
32727 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
32728 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
32729 calcFunc-tanh.
32730 Adjust integration rule for calcFunc-tan.
32731
32732 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
32733
32734 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
32735 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
32736 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
32737 (viper-skip-separators): Bug fix.
32738 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
32739 particular major mode.
32740 (viper-del-backward-char-in-replace): Don't put deleted char on the
32741 kill ring.
32742
32743 * viper-ex.el (viper-color-display-p): New function.
32744 (viper-has-face-support-p): Use viper-color-display-p.
32745
32746 * viper-keym.el (viper-gnus-modifier-map): New keymap.
32747
32748 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
32749
32750 * viper-util.el (viper-glob-unix-files): Fix shell status check.
32751 (viper-file-remote-p): Make equivalent to file-remote-p.
32752
32753 * viper.el (viper-major-mode-modifier-list):
32754 Use viper-gnus-modifier-map.
32755
32756 2005-02-19 David Kastrup <dak@gnu.org>
32757
32758 * subr.el (subregexp-context-p): Fix garbled doc string by adding
32759 quoting.
32760
32761 2005-02-19 Jay Belanger <belanger@truman.edu>
32762
32763 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
32764 Remove extra definitions.
32765 (calc-coth): New function.
32766 (calcFunc-cot): Fix `let'.
32767
32768 2005-02-19 Eli Zaretskii <eliz@gnu.org>
32769
32770 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
32771 the reasons we use "type pc" in these faces.
32772
32773 * button.el (button): Ditto.
32774
32775 2005-02-19 Michael Mauger <mmaug@yahoo.com>
32776
32777 * replace.el (query-replace-read-from): Set the value of
32778 query-replace-from-history-variable to handle the case of an empty
32779 string entered to accept the suggested default.
32780
32781 * net/tramp.el (tramp-file-name-for-operation):
32782 Use dired-call-process instead of dired-call-process-command.
32783
32784 2005-02-19 Jay Belanger <belanger@truman.edu>
32785
32786 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
32787 (math-div-non-trig): New variables.
32788 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
32789 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
32790 (math-combine-prod, math-div-symb-fancy): Add simplifications for
32791 trig expressions.
32792
32793 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
32794
32795 * progmodes/gdb-ui.el (gdb-var-update-handler)
32796 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
32797 for watch expressions,
32798 (gdb-var-create-handler): Don't set speedbar-update-flag.
32799 (gdb-post-prompt): Simplify test for speedbar.
32800
32801 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
32802
32803 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
32804 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
32805 we use the syntax table of the correct buffer.
32806 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
32807 Felix Gatzemeier.
32808
32809 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
32810 (ediff-file-remote-p): Make synonymous with file-remote-p.
32811 In all deffaces ediff-*-face-*, use min-colors.
32812
32813 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
32814 ediff-recurse-to-subdirectories.
32815 (ediff-mark-if-equal): Check that the arguments are strings, use
32816 ediff-same-contents (after to Felix Gatzemeier).
32817
32818 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
32819 nil.
32820
32821 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
32822
32823 * log-view.el (log-view-message-re): Fix up Subversion regexp.
32824
32825 2005-02-18 David Kastrup <dak@gnu.org>
32826
32827 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
32828 use `mark-active' when defined.
32829
32830 2005-02-18 Kenichi Handa <handa@m17n.org>
32831
32832 * ps-print.el (ps-font-info-database): New entry
32833 ZapfChancery-MediumItalic with correct font name. Fix font name
32834 of the entry Zapf-Chancery-MediumItalic.
32835
32836 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
32837
32838 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
32839
32840 2005-02-16 Kim F. Storm <storm@cua.dk>
32841
32842 * ido.el (ido-fallback-command): Pass user input to fallback command.
32843
32844 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
32845
32846 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
32847 (gdb-find-file-hook): Add server prefix.
32848
32849 2005-02-16 Richard M. Stallman <rms@gnu.org>
32850
32851 * replace.el (perform-replace): Pass new args to replace-highlight.
32852 (replace-highlight): Take region args,
32853 and pass them to isearch-lazy-highlight-new-loop.
32854
32855 * novice.el (disabled-command-hook): Autoload the defalias
32856 and the make-obsolete-variable call.
32857
32858 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
32859
32860 * isearch.el (isearch-lazy-highlight-start-limit)
32861 (isearch-lazy-highlight-end-limit): New variables limit
32862 the region for highlighting.
32863 (isearch-lazy-highlight-new-loop): New args BEG and END.
32864 (isearch-lazy-highlight-search): Use the new vars.
32865 (isearch-lazy-highlight-update): Likewise.
32866
32867 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
32868
32869 * cus-start.el (all): Use default-boundp.
32870
32871 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
32872
32873 * menu-bar.el (menu-bar-select-frame): Handle current frame.
32874
32875 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
32876
32877 * autorevert.el (auto-revert-stop-on-user-input)
32878 (auto-revert-verbose): Doc fixes.
32879
32880 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
32881
32882 * international/mule-cmds.el (set-locale-environment): Remove call
32883 to set-selection-coding-system on Windows.
32884
32885 2005-02-15 Jay Belanger <belanger@truman.edu>
32886
32887 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
32888 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
32889 calcFunc-coth.
32890 (math-simplify-sqrt): Add simplifications.
32891
32892 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
32893 to list.
32894
32895 * calc/calc-ext.el: Add functions to autoloads.
32896
32897 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
32898 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
32899 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
32900 (math-csc-raw, math-cot-raw): New functions.
32901
32902 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
32903
32904 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
32905 the variable name in a message.
32906
32907 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
32908 calcFunc-csc, calcFunc-cot.
32909
32910 * calc/calcalg2.el: Add derivative and integration rules for
32911 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
32912 calcFunc-csch, calcFunc-coth.
32913 (math-do-integral-methods): Add to checks for when to use
32914 substitutions.
32915
32916 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
32917
32918 2005-02-15 Lute Kamstra <lute@gnu.org>
32919
32920 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
32921 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
32922 <monnier@iro.umontreal.ca>.
32923 (lisp-outline-level): Improve efficiency. Suggested by David
32924 Kastrup <dak@gnu.org>.
32925
32926 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
32927
32928 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
32929 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
32930 (gdb-set-gud-minor-mode-existing-buffers): New functions.
32931 (gdb-find-file-hook): New hook. Add it to find-file-hook.
32932 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
32933
32934 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
32935
32936 * cus-start.el (all): Comment change.
32937
32938 2005-02-14 Lute Kamstra <lute@gnu.org>
32939
32940 * cus-start.el (all): Check if symbol is void.
32941
32942 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
32943
32944 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
32945 optional argument to \cite.
32946
32947 2005-02-14 Richard M. Stallman <rms@gnu.org>
32948
32949 * cus-edit.el (custom-buffer-create-internal): Update help message.
32950 (custom-magic-alist): Update help messages.
32951
32952 * cus-start.el (all): Allow a var to specify a standard value.
32953
32954 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
32955
32956 * custom.el (custom-theme-set-variables): Handle variable aliases.
32957
32958 * frame.el (blink-cursor-timer): Doc fix.
32959 (blink-cursor): Make it an alias for `blink-cursor-mode' and
32960 declare obsolete.
32961 (blink-cursor-mode): Define with defcustom and use correct
32962 standard expression in that defcustom.
32963 * startup.el (command-line): Adapt to above changes in frame.el.
32964
32965 2005-02-11 Lute Kamstra <lute@gnu.org>
32966
32967 * apropos.el (apropos-score-doc): Prevent division by zero.
32968
32969 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
32970
32971 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
32972 (icalendar--get-event-property-attributes)
32973 (icalendar--get-event-properties)
32974 (icalendar--datetime-to-diary-date): New functions.
32975 (icalendar--split-value): Doc fix.
32976 (icalendar--datetime-to-noneuropean-date)
32977 (icalendar--datetime-to-european-date): New optional argument
32978 SEPARATOR. Return result as a string instead of a list.
32979 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
32980 (icalendar--convert-string-for-export): Rename arg S to STRING.
32981 (icalendar-export-region): Doc fix. Change name of error buffer.
32982 Save output buffer.
32983 (icalendar-import-file): Add blank at end of prompt.
32984 (icalendar-import-buffer): Doc fix. Do not switch to error
32985 buffer. Indicate status in return value.
32986 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
32987 buffer. Save output buffer. Handle exception from recurrence
32988 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
32989 events. Fix problems with weekly all-day events.
32990
32991 2005-02-10 Richard M. Stallman <rms@gnu.org>
32992
32993 * simple.el (eval-expression-print-format):
32994 Avoid warning about edebug-active.
32995
32996 * help.el (help-for-help-internal): Rename from help-for-help.
32997 (help-for-help): Define with defalias.
32998
32999 * font-core.el (font-lock-default-function): Use with-no-warnings.
33000
33001 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
33002
33003 * custom.el (defface): Doc fix.
33004
33005 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
33006
33007 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
33008 width 0" to prevent word wrapping problems.
33009
33010 2005-02-09 Kim F. Storm <storm@cua.dk>
33011
33012 * ido.el (ido-file-extensions-order): New defcustom.
33013 (ido-file-extension-lessp, ido-file-extension-aux)
33014 (ido-file-extension-order): New advanced file ordering.
33015 (ido-file-lessp): New simple file ordering.
33016 (ido-sort-list): Remove.
33017 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
33018 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
33019
33020 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
33021
33022 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
33023 that some versions of grep produce.
33024 (grep-mode-font-lock-keywords): Likewise.
33025
33026 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
33027
33028 * progmodes/gdb-ui.el (gdb-location-list): New variable.
33029 (gdb-cdir): Delete.
33030 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
33031 (gdb-source-info): Treat case when source file is in another
33032 directory properly.
33033 (gdb-get-location): New function.
33034
33035 2005-02-07 Jay Belanger <belanger@truman.edu>
33036
33037 * calc/calc-prog.el (calc-write-parse-table-part)
33038 (calc-fix-token-name): Fix a check for language type.
33039
33040 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
33041
33042 2005-02-07 Andre Spiegel <spiegel@gnu.org>
33043
33044 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
33045 as directory not writable.
33046
33047 2005-02-07 Kim F. Storm <storm@cua.dk>
33048
33049 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
33050 (cua--standard-movement-commands): Remove list.
33051 Instead, set CUA property value to move for movement commands.
33052 (cua-movement-commands): Remove. Users must set CUA prop instead.
33053 (cua--pre-command-handler): Check CUA property.
33054 (cua--init-keymaps): Don't remap undo commands.
33055 (cua-mode): Don't call cua--rectangle-on-off.
33056
33057 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
33058 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
33059 (cua--rect-undo-set-point): New var.
33060 (cua--rectangle-undo-boundary): Setup undo apply entry.
33061 (cua--rect-undo-handler): New function for rectangle undo.
33062 (cua--rect-start-position, cua--rect-end-position): Add.
33063 (cua--rectangle-post-command): Call cua--rectangle-set-corners
33064 for restored rectangle. Set point if cua--rect-undo-set-point.
33065
33066 2005-02-06 Jay Belanger <belanger@truman.edu>
33067
33068 * calc/calc-lang.el (calc-tex-language): Display more information
33069 in messages.
33070
33071 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
33072 in TeX mode.
33073
33074 2005-02-06 Richard M. Stallman <rms@gnu.org>
33075
33076 * emacs-lisp/lisp.el (buffer-end): Doc fix.
33077
33078 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
33079
33080 * net/ldap.el (ldap-search-internal): Support attributes with
33081 optional descriptions separated by a semi-colon, as in
33082 "userCertificate;binary".
33083
33084 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
33085
33086 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
33087 isn't a cons (i.e. the version is 0).
33088
33089 2005-02-05 Eli Zaretskii <eliz@gnu.org>
33090
33091 * help.el (help-for-help): Doc fix.
33092
33093 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
33094
33095 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
33096 GDB-Windows on the menu-bar as this works better.
33097
33098 2005-02-04 Jay Belanger <belanger@truman.edu>
33099
33100 * calc/calc-embed.el (calc-embedded-update): Don't put in
33101 unnecessary newlines. Adjust the end of formula marker.
33102
33103 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
33104 (math-latex-parse-two-args): New function.
33105
33106 2005-02-03 Lute Kamstra <lute@gnu.org>
33107
33108 * help-fns.el (help-with-tutorial): Make sure that users cannot
33109 remove the entire text of the tutorial by means of `undo'.
33110
33111 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
33112
33113 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
33114 in recent changes, where the ispell process was repeatedly
33115 killed & restarted.
33116
33117 * international/mule-cmds.el (set-locale-environment): Set file-name
33118 coding system to utf-8 on Darwin systems.
33119 (set-default-coding-systems): Don't set default-file-name-coding-system
33120 on Darwin systems.
33121
33122 2005-02-03 Richard M. Stallman <rms@gnu.org>
33123
33124 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
33125
33126 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
33127
33128 * faces.el (list-faces-display): Add optional argument.
33129
33130 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
33131
33132 * font-core.el (font-lock-default-function): Handle the rare case where
33133 only font-lock-keywords is set.
33134
33135 2005-02-02 Kenichi Handa <handa@m17n.org>
33136
33137 * international/characters.el: Cancel previous change for
33138 I-WITH-DOT-ABOVE and DOTLESS-i.
33139
33140 * international/latin-5.el: Cancel previous change.
33141
33142 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
33143
33144 * progmodes/gud.el: Correction to syntax in gud-menu-map.
33145
33146 2005-02-02 Kenichi Handa <handa@m17n.org>
33147
33148 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
33149 DOTLESS-i.
33150
33151 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
33152 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
33153
33154 * case-table.el (get-upcase-table): New function.
33155 (copy-case-table): Copy upcaes table too if non-nil.
33156 (set-case-syntax-delims): Maintain upcase table too.
33157 (set-case-syntax-pair): Likewise.
33158 (set-upcase-syntax, set-downcase-syntax): New functions.
33159 (set-case-syntax): Maintain upcase table too.
33160
33161 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
33162
33163 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
33164
33165 * progmodes/gud.el (gud-goto-info): New function.
33166 (gud-tool-bar-map): Use correct icon.
33167
33168 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
33169
33170 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
33171 When delegating, order args in the funcall correctly.
33172
33173 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
33174
33175 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
33176
33177 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
33178
33179 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
33180 buffer not visiting a file.
33181
33182 2005-01-31 Jay Belanger <belanger@truman.edu>
33183
33184 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
33185 bound on the line with the formula.
33186
33187 2005-01-31 Kim F. Storm <storm@cua.dk>
33188
33189 * ses.el (ses-create-cell-variable-range)
33190 (ses-destroy-cell-variable-range, ses-reset-header-string)
33191 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
33192 (ses-insert-row): Fix format of apply undo entries.
33193
33194 2005-01-31 Jay Belanger <belanger@truman.edu>
33195
33196 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
33197 parts.
33198
33199 * calc/calc-embed.el (calc-embedded-open-formula)
33200 (calc-embedded-close-formula): Ignore matrix environments.
33201
33202 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
33203 TeX mode.
33204
33205 * calc/calc-lang.el (math-function-table, math-oper-table)
33206 (math-variable-table): Adjust the LaTeX portions.
33207
33208 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
33209 (math-latex-ignore-words): New constant.
33210
33211 2005-01-31 Richard M. Stallman <rms@gnu.org>
33212
33213 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
33214 (ispell-local-dictionary): Doc fix.
33215 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
33216 Don't reinitialize at run time. Don't defcustom.
33217 All uses changed to append ispell-local-dictionary-alist,
33218 or check it first.
33219 (ispell-current-dictionary): New variable for dictionary in use.
33220 (ispell-dictionary): Now used only for global default.
33221 (ispell-start-process): Set ispell-current-dictionary,
33222 not ispell-dictionary.
33223 (ispell-change-dictionary): Use this only for setting
33224 user preferences.
33225 (ispell-internal-change-dictionary): New function
33226 to change the current dictionary in use.
33227 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
33228 Use ispell-current-dictionary.
33229 Handle ispell-local-dictionary-overridden.
33230 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
33231
33232 2005-01-31 Jay Belanger <belanger@truman.edu>
33233
33234 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
33235
33236 * calc/calc-ext.el: Add calc-latex-language to autoloads.
33237 (calc-mode-map): Add calc-latex-language.
33238
33239 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
33240 (math-latex-print-frac): New functions.
33241 (math-oper-table, math-function-table, math-variable-table)
33242 (math-complex-format, math-input-filter): Add latex properties.
33243 (calc-set-language): Set math-expr-special-function-mapping.
33244
33245 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
33246 (calc-write-parse-table-part): Add LaTeX support.
33247
33248 * calc/calc.el (calc-language): Adjust docstring.
33249 (calc-set-mode-line): Add LaTeX support.
33250 (math-expr-special-function-mapping): New variable.
33251 (math-tex-ignore-words): Add to list.
33252
33253 * calc/calccomp.el (math-compose-expr, math-compose-rows):
33254 Add LaTeX support.
33255 (math-compose-expr): Add support for special functions.
33256
33257 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
33258
33259 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
33260
33261 * progmodes/gdb-ui.el (gdb-memory-address)
33262 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
33263 (gdb-memory-mode-map, gdb-memory-format-keymap)
33264 (gdb-memory-format-menu, gdb-memory-unit-keymap)
33265 (gdb-memory-unit-menu): New variables for a buffer
33266 that lets the user examine program memory.
33267 (gdb-memory-set-address, gdb-memory-set-repeat-count)
33268 (gdb-memory-format-binary, gdb-memory-format-octal)
33269 (gdb-memory-format-unsigned, gdb-memory-format-signed)
33270 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
33271 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
33272 (gdb-memory-unit-word, gdb-memory-unit-halfword)
33273 (gdb-memory-unit-byte, gdb-memory-unit-menu)
33274 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
33275 (gdb-memory-mode, gdb-memory-buffer-name)
33276 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
33277 New functions for above buffer.
33278
33279 2005-01-30 Richard M. Stallman <rms@gnu.org>
33280
33281 * cus-edit.el (custom-bury-buffer): Function deleted.
33282 (custom-buffer-done-function): Option deleted.
33283 (custom-buffer-done-kill): New replacement option.
33284 (Custom-buffer-done): Call quit-window.
33285 (custom-buffer-create-internal): Update for above changes.
33286
33287 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
33288
33289 * simple.el (undo-ask-before-discard): New var.
33290 (undo-outer-limit-truncate): Implement it.
33291 (undo-extra-outer-limit): Doc update.
33292
33293 2005-01-29 Richard M. Stallman <rms@gnu.org>
33294
33295 * ses.el (undo-more): Delete defadvice.
33296 (ses-begin-change): Doc fix.
33297
33298 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
33299 instead of rebinding C-x u and C-_.
33300
33301 * files.el (normal-backup-enable-predicate): Return nil for files
33302 in /tmp, regardless of temporary-file-directory.
33303
33304 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
33305
33306 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
33307 (open-rectangle, delete-whitespace-rectangle-line)
33308 (clear-rectangle-line): If FILL, pass t instead of FILL
33309 for move-to-column's 2nd arg.
33310
33311 * simple.el (undo): Fix the test for continuing a series of undos.
33312 (undo-more): Set pending-undo-list to t when we reach end.
33313 (pending-undo-list): Move up defvar.
33314
33315 * wid-edit.el (widget-button-click):
33316 Shorten the range of the track-mouse binding.
33317
33318 * comint.el (comint-insert-input): Undo previous changes;
33319 use last-input-event in interactive spec.
33320
33321 2005-01-29 Eli Zaretskii <eliz@gnu.org>
33322
33323 * progmodes/compile.el (compilation-start): Bind buffer-read-only
33324 to nil before invoking call-process. Reset buffer's modified flag
33325 after fontifying it in the no-async branch.
33326
33327 * wid-edit.el (widget-specify-button): If mouse pointer shape
33328 cannot be changed, use mouse face instead.
33329
33330 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
33331
33332 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
33333 (gdb-goto-breakpoint): Make breakpoint handling work on template
33334 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
33335 (gdb-assembler-custom): Update to recognize breakpoint information
33336 added on 2005-01-19.
33337
33338 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
33339
33340 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
33341 (dsssl-mode): Use define-derived-mode.
33342 (scheme-mode-initialize): Remove.
33343 (scheme-mode): Use run-mode-hooks.
33344
33345 * cus-edit.el (customize-group-other-window)
33346 (custom-buffer-create-other-window): Don't override special-display-*.
33347 (custom-mode-map): Make it dense.
33348
33349 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
33350 sets the default value.
33351
33352 2005-01-28 Eli Zaretskii <eliz@gnu.org>
33353
33354 * descr-text.el: Add more keywords.
33355
33356 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
33357
33358 * speedbar.el: Avoid unnecessary use of locate-library.
33359
33360 * international/mule-cmds.el (standard-display-european-internal):
33361 Don't fiddle with latin-1 non-break space any more since it's now
33362 special cased in the C code.
33363 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
33364
33365 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
33366
33367 * cus-start.el (all): Add `undo-outer-limit'.
33368
33369 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
33370
33371 * textmodes/bibtex.el (bibtex-format-entry):
33372 Use `bibtex-empty-field-re' only on the text of fields, not on entire
33373 field lines.
33374 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
33375 not on part of a buffer.
33376
33377 2005-01-25 Lute Kamstra <lute@gnu.org>
33378
33379 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
33380 nonempty field text strings like "{letters\\macro{}more letters}".
33381 Clarify docstring.
33382 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
33383 (bibtex-entry-offset, bibtex-parse-association)
33384 (bibtex-parse-field-name): Fix typos in docstrings.
33385 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
33386
33387 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
33388
33389 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
33390 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
33391 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
33392 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
33393
33394 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
33395 isearch minor mode.
33396
33397 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
33398
33399 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
33400
33401 2005-01-24 Lute Kamstra <lute@gnu.org>
33402
33403 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
33404 CASECHARS and NOT-CASECHARS regular expressions of the
33405 "nederlands" and "nederlands8" dictionaries to prevent a "Range
33406 striding over charsets" error.
33407
33408 2005-01-24 Jay Belanger <belanger@truman.edu>
33409
33410 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
33411 display variable name.
33412
33413 2005-01-24 Kenichi Handa <handa@m17n.org>
33414
33415 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
33416 Fix setting of the element of encoded-kbd-iso2022-invocations.
33417
33418 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
33419
33420 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
33421 (gdb-threads-select): Change to also accept mouse events.
33422 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
33423 (gdb-threads-mouse-select): Delete.
33424
33425 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
33426
33427 * files.el (insert-directory): Take care of empty directory,
33428 listed without -a switch.
33429
33430 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
33431
33432 * textmodes/refill.el (refill-post-command-function):
33433 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
33434 to the list of functions that we should be careful not to undo.
33435 (refill-late-fill-paragraph-function): Remove.
33436 (refill-saved-state): New var.
33437 (refill-mode): Use it to save fill-paragraph-function.
33438 Save also the value of auto-fill-function.
33439
33440 * term/w32-win.el: Simplify code.
33441
33442 2005-01-23 Kim F. Storm <storm@cua.dk>
33443
33444 * simple.el (line-move): Adapt to new return value from
33445 pos-visible-in-window-p.
33446
33447 * simple.el (line-move): Fix last change. Check partial
33448 visibility at point rather than at window-start.
33449
33450 2005-01-22 Jason Rumney <jasonr@gnu.org>
33451
33452 * term/w32-win.el (xw-defined-colors): Remove debug-message.
33453
33454 2005-01-22 David Kastrup <dak@gnu.org>
33455
33456 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
33457
33458 2005-01-22 Eli Zaretskii <eliz@gnu.org>
33459
33460 * type-break.el (type-break-mode): Add a test for
33461 type-break-file-name being non-nil.
33462
33463 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
33464
33465 * net/eudc.el (top level): Call (message "") via progn, so that
33466 eudc-options-file is loaded.
33467
33468 2005-01-22 Kim F. Storm <storm@cua.dk>
33469
33470 * simple.el (line-move-1): Rename from line-move.
33471 (line-move): New function that adjusts vscroll for partially
33472 visible rows, and calls line-move-1 otherwise.
33473
33474 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
33475
33476 * pcomplete.el: Define pcomplete-read-event instead of read-event,
33477 since it's not a complete read-event implementation.
33478
33479 2005-01-20 Jay Belanger <belanger@truman.edu>
33480
33481 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
33482 for called function.
33483
33484 2005-01-20 Steven Tamm <steventamm@mac.com>
33485
33486 * term/mac-win.el (process-connection-type): Remove.
33487 Controlled now by s/darwin.h:PTY_ITERATION.
33488
33489 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
33490
33491 * window.el (handle-select-window): Don't switch window when we're
33492 in the minibuffer.
33493
33494 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
33495
33496 * subr.el (dotimes-with-progress-reporter): New macro.
33497
33498 * ses.el (ses-dotimes-msg): Remove macro.
33499 Use `dotimes-with-progress-reporter' instead.
33500
33501 2005-01-19 Steven Tamm <steventamm@mac.com>
33502
33503 * term/mac-win.el (process-connection-type): Use new
33504 operating-system-release variable to use ptys on Darwin 7 (OS X
33505 10.3) when using carbon build.
33506
33507 2005-01-19 Jay Belanger <belanger@truman.edu>
33508
33509 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
33510 flags if the last command was a tab or M-tab.
33511
33512 * calc/calc-prog.el (calc-user-define-edit): Put original formula
33513 in formula editing buffer.
33514
33515 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
33516
33517 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
33518 breakpoint image symbol in margin.
33519
33520 2005-01-19 Jay Belanger <belanger@truman.edu>
33521
33522 * calc/calc-prog.el (calc-execute-kbd-macro):
33523 Ignore calc-keep-arg-flag.
33524
33525 2005-01-19 Kenichi Handa <handa@m17n.org>
33526
33527 * textmodes/ispell.el (ispell-looking-at): New function.
33528 (ispell-process-line): Use ispell-looking-at to compare the ispell
33529 output and the buffer contents.
33530
33531 2005-01-18 Jay Belanger <belanger@truman.edu>
33532
33533 * calc/calc.el (calc-display-raw): Fix docstring.
33534
33535 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
33536
33537 * simple.el (blink-matching-open): Strip extra info from syntax.
33538
33539 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
33540 funny chars in the end-of-here-doc marker.
33541
33542 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
33543
33544 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
33545 that enable/disabled state of breakpoints is shown correctly in
33546 fringe and on ttys.
33547 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
33548 Add breakpoint information as text properties.
33549 (gdb-mouse-toggle-breakpoint):
33550 Rename to gdb-mouse-set-clear-breakpoint.
33551 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
33552 breakpoints in the margin.
33553 (gdb-remove-strings): Simplify.
33554
33555 2005-01-17 Jay Belanger <belanger@truman.edu>
33556
33557 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
33558 erasing buffer.
33559
33560 2005-01-17 Richard M. Stallman <rms@gnu.org>
33561
33562 * progmodes/grep.el (grep-find): Copy from `grep' the condition
33563 for calling grep-compute-defaults.
33564
33565 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
33566 if buffer is empty.
33567
33568 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
33569
33570 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
33571
33572 * hilit-chg.el (highlight-changes-mode): Don't autoload.
33573
33574 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
33575 non-preloaded variables.
33576
33577 2005-01-17 Steven Tamm <steventamm@mac.com>
33578
33579 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
33580 tex-shell cause to force interactivity when using pipes.
33581
33582 2005-01-17 Kim F. Storm <storm@cua.dk>
33583
33584 * simple.el (just-one-space): Make arg optional.
33585
33586 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
33587
33588 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
33589 posn-at-x-y to t to access left-margin.
33590
33591 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
33592
33593 Sync with Tramp 2.0.47.
33594
33595 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
33596 catching keep-date problems in cp/scp operations.
33597 (tramp-handle-copy-file): Don't call `set-file-modes'
33598 unconditionally. Specialized functions should know better what is
33599 necessary. This improves performance a little bit, and the
33600 functions could catch errors with `cp -p' and `scp -p'.
33601 (tramp-do-copy-or-rename-file-via-buffer)
33602 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
33603 when appropriate.
33604 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
33605 Call `set-file-modes' when appropriate.
33606 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
33607 Johnsson <isak@hypergene.com>.
33608 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
33609 of both Tramp buffer and debug buffer. Reported by Joakim Verona
33610 <joakim@verona.se>.
33611 (tramp-file-name-for-operation): Mark `shell-command' as magic for
33612 Emacs only.
33613
33614 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
33615 `find-file-hooks' and `dired-mode-hook'.
33616 (tramp-minor-mode-map): Respective map. Add remapping for
33617 `compile' and `recompile'.
33618 (tramp-remap-command, tramp-recompile): New defuns.
33619 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
33620 in buffer "*Compilation*". Call the commands asynchronously.
33621
33622 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
33623 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
33624 `shell-command', because it isn't magic in XEmacs. Reported by
33625 Adrian Aichner <adrian@xemacs.org>.
33626
33627 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
33628 `substitute-in-file-name.
33629 (tramp-smb-handle-substitute-in-file-name): New defun.
33630 (tramp-smb-advice-PC-do-completion): Delete advice.
33631
33632 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
33633
33634 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
33635 Fix error in deleting region.
33636
33637 2005-01-15 Richard M. Stallman <rms@gnu.org>
33638
33639 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
33640 In non-temp buffer, switch syntax table temporarily.
33641
33642 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
33643
33644 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
33645
33646 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
33647
33648 * imenu.el (imenu--split-menu): Copy menulist before sorting.
33649 (imenu--generic-function): Use START, not BEG, as pos of definition.
33650
33651 * simple.el (just-one-space): Argument specifies number of spaces.
33652
33653 * simple.el (eval-expression-print-format): Avoid warning
33654 about edebug-active.
33655
33656 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
33657
33658 * progmodes/sh-script.el: Code copied from make-mode.el
33659 with small changes,
33660 (sh-mode-map): Bind C-c C-\.
33661 (sh-backslash-column, sh-backslash-align): New variables.
33662 (sh-backslash-region, sh-append-backslash): New functions.
33663
33664 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
33665
33666 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
33667 (rmail-pop-password, rmail-pop-password-required): Move to
33668 rmail-obsolete group.
33669 (rmail-set-pop-password): Rename to rmail-set-remote-password.
33670 All callers updated.
33671 (rmail-get-pop-password): Rename to rmail-get-remote-password.
33672 Take an argument specifying whether it is POP or IMAP mailbox we
33673 are using. All callers updated.
33674 (rmail-pop-password-error): Rename to
33675 rmail-remote-password-error. Added mailutils-specific error message.
33676 (rmail-movemail-search-path)
33677 (rmail-movemail-variant-in-use): New variables.
33678 (rmail-remote-password, rmail-remote-password-required):
33679 New customization variables.
33680 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
33681 (rmail-parse-url): New function.
33682 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
33683 with GNU mailutils movemail.
33684
33685 2005-01-15 Kevin Ryde <user42@zip.com.au>
33686
33687 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
33688 suffix to space, $ or '$, to correctly position point when going
33689 to @table style constants like DBL_MAX.
33690
33691 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
33692
33693 * type-break.el (type-break-mode, type-break-file-time)
33694 (type-break-file-keystroke-count, type-break-choose-file):
33695 Don't store data in or load data from the file if type-break-file-name
33696 is nil.
33697 (type-break-file-name): Doc update as per the above.
33698
33699 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
33700
33701 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
33702 lookup-key might return nil; handle that.
33703
33704 2005-01-15 Alan Mackenzie <acm@muc.de>
33705
33706 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
33707 rather than the element found, thus enabling the tree to be setcar'd.
33708
33709 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
33710
33711 * textmodes/org.el (org-show-following-heading): New option.
33712 (org-show-hierarchy-above): Use `org-show-following-heading'.
33713 (org-cycle): Documentation fix.
33714
33715 * textmodes/org.el (orgtbl-optimized): New option
33716 (orgtbl-mode): New command, a minor mode.
33717 (orgtbl-mode-map): New variable.
33718 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
33719 (orgtbl-error, orgtbl-self-insert-command)
33720 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
33721
33722 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
33723 a local variable in each org-mode buffer.
33724
33725 * textmodes/org.el (org-set-regexps-and-options): Rename from
33726 `org-set-regexps'. Added checking for STARTUP keyword.
33727 (org-get-current-options): Add STARTUP options.
33728 (org-table-insert-row): Make mode intelligent about when
33729 realignment is needed.
33730 (org-self-insert-command, org-delete-backward-char, org-delete-char):
33731 New commands.
33732 (org-enable-table-editor): New default value `optimized'.
33733 (org-table-blank-field): Support blanking regions if active.
33734
33735 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
33736
33737 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
33738 if the year is not given.
33739
33740 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
33741 Add new escapes %m and %M, fixed bug with %F by adding
33742 save-match-data.
33743 (reftex-reference): Remove ?. from list of spaces.
33744 (reftex-label-info): Add automatic label prefix recognition.
33745
33746 * textmodes/reftex-index.el (reftex-index-next-phrase):
33747 Add slave parameter to call of `reftex-index-this-phrase'.
33748 (reftex-index-this-phrase): New optional argument.
33749 (reftex-index-region-phrases): Add slave parameter to call of
33750 `reftex-index-this-phrase'.
33751 (reftex-display-index): New argument redo.
33752 (reftex-index-rescan): Add `redo' to arguments of
33753 `reftex-display-index'.
33754 (reftex-index-Rescan, reftex-index-revert)
33755 (reftex-index-switch-index-tag): Add `redo' to arguments of
33756 `reftex-display-index'.
33757 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
33758 indexing. Fix bug with matching is there is a quote before or
33759 after the word.
33760
33761 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
33762 Fix bug when collecting citation keys in lines with comments.
33763 (reftex-citation): Prefix argument no longer rescans the document,
33764 but forces prompting for optional arguments of cite macros.
33765 (reftex-do-citation): Prompting for optional arguments implemented.
33766
33767 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
33768 Add optional arguments to most cite commands.
33769 (reftex-cite-cleanup-optional-args): New option
33770 (reftex-cite-prompt-optional-args): New option.
33771 (reftex-trust-label-prefix): New option.
33772
33773 * textmodes/reftex-toc.el (reftex-toc-find-section):
33774 Add push-mark before changing the position in the buffer.
33775
33776 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
33777 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
33778
33779 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
33780
33781 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
33782 more carefully.
33783
33784 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
33785
33786 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
33787 (sgml-mode): Use it.
33788 (sgml-get-context): Better keep track of implicitly closed tags.
33789
33790 2005-01-13 Kenichi Handa <handa@m17n.org>
33791
33792 * textmodes/ispell.el: These changes are to fix misalignment error
33793 caused by equivalent characters of different Emacs charsets.
33794 (ispell-unified-chars-table): New variable.
33795 (ispell-get-decoded-string): New function.
33796 (ispell-get-casechars, ispell-get-not-casechars)
33797 (ispell-get-otherchars): Call ispell-get-decoded-string.
33798
33799 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
33800
33801 * custom.el (custom-declare-variable): Just put symbol instead
33802 of (defvar . symbol) in `current-load-list'.
33803
33804 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
33805
33806 * emacs-lisp/elint.el: Fixed typo in Commentary section.
33807
33808 2005-01-12 Jay Belanger <belanger@truman.edu>
33809
33810 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
33811 to create a Calc summary.
33812
33813 2005-01-12 Kim F. Storm <storm@cua.dk>
33814
33815 * mouse.el (mouse-on-link-p): Change functionality and doc
33816 string to comply with latest description in lisp ref.
33817
33818 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
33819
33820 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
33821 Enable mouse clicks on mode-line, header-line and margin.
33822 (event-type): Give mouse event symbols an `event-kind' property
33823 with value `mouse-click'.
33824
33825 2005-01-12 Juri Linkov <juri@jurta.org>
33826
33827 * facemenu.el (list-colors-display): Add new arg buffer-name.
33828 Use it. Fix docstring. Replace code for identifying duplicate
33829 colors by the name with call to `list-colors-duplicates' which
33830 identifies duplicate colors by the value unless the color
33831 is one of special Windows colors. Set truncate-lines to t.
33832 Print sorted duplicate color names on each line. Indent to 22
33833 \(the longest color name in rgb.txt) instead of 20. Optimize.
33834 (list-colors-duplicates): New function.
33835 (facemenu-color-name-equal): Delete function.
33836
33837 * facemenu.el (list-colors-print): New function created from code
33838 in list-colors-display. Print #RRGGBB at the window right edge.
33839 (list-colors-display): When temp-buffer-show-function is not
33840 defined, call list-colors-print from temp-buffer-show-hook
33841 to get the right value of window-width in list-colors-print
33842 after the buffer is displayed.
33843
33844 * simple.el (pop-mark): Move deactivate-mark out of conditional
33845 part to deactivate the active mark regardless of the state of the
33846 mark ring.
33847
33848 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
33849 variables line in desktop files.
33850
33851 2005-01-12 Juri Linkov <juri@jurta.org>
33852
33853 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
33854 Bring together isearch highlight related options.
33855 (lazy-highlight): Replace group `replace' by `matching'.
33856 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
33857 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
33858 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
33859 and declare them obsolete.
33860 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
33861 (isearch-faces): Remove defgroup.
33862 (isearch-overlay, isearch-highlight, isearch-dehighlight):
33863 Move isearch highlighting code closer to lazy highlighting code.
33864
33865 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
33866 (query-replace-highlight, query-replace-lazy-highlight)
33867 (query-replace): Move definitions to the beginning of the file.
33868
33869 2005-01-11 Juri Linkov <juri@jurta.org>
33870
33871 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
33872 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
33873 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
33874
33875 * info.el (Info-history-forward): New variable.
33876 (Info-select-node): Reset Info-history-forward to nil.
33877 (Info-last): Turn into defalias.
33878 (Info-history-back): Rename from Info-last.
33879 Add current node to Info-history-forward.
33880 (Info-history-forward): New fun.
33881 (Info-mode-map): Replace Info-last by Info-history-back.
33882 Bind Info-history-forward to "r".
33883 (Info-mode-menu): Replace Info-last by Info-history-back.
33884 Fix menu item text. Add menu item for Info-history-forward.
33885 (info-tool-bar-map): Replace Info-last by Info-history-back.
33886 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
33887 for Info-history-forward.
33888 (Info-mode): Replace Info-last by Info-history-back in docstring.
33889 Add local variable Info-history-forward.
33890 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
33891
33892 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
33893
33894 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
33895 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
33896 Ignore select-window events rather than fiddle with
33897 mouse-autoselect-window.
33898
33899 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
33900
33901 * type-break.el (type-break-mode): Fix previous change.
33902
33903 2005-01-10 Jay Belanger <belanger@truman.edu>
33904
33905 * calc/calc-ext.el (calc-reset): Reset when inside embedded
33906 calculator; only reset when point is inside a calculator.
33907 Don't adjust the window height if the window takes up the whole height
33908 of the frame.
33909
33910 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
33911
33912 * ebuff-menu.el (Electric-buffer-menu-mode):
33913 Preserve value of buffer-local var header-line-format.
33914
33915 2005-01-09 Jay Belanger <belanger@truman.edu>
33916
33917 * calc/calc.el (calc-mode-var-list-restore-saved-values):
33918 Make sure settings file exists before accessing it.
33919
33920 * calc/calc-embed.el (calc-embedded-subst):
33921 Replace math-multi-subst-rec, which is only supposed to be called
33922 by math-multi-subst, by math-multi-subst.
33923
33924 2005-01-09 Andre Spiegel <spiegel@gnu.org>
33925
33926 * vc.el (vc-allow-async-revert): New user option.
33927 (vc-disable-async-diff): New internal variable.
33928 (vc-revert-buffer): Use them to disable asynchronous diff.
33929
33930 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
33931 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
33932 asynchronously if vc-disable-async-diff is t.
33933
33934 2005-01-09 Jay Belanger <belanger@truman.edu>
33935
33936 * calc/calc.el (defcalcmodevar): New macro.
33937 (calc-mode-var-list-restore-default-values)
33938 (calc-mode-var-list-restore-saved-values): New functions.
33939 (calc-mode-var-list): Use defcalcmodevar to define it.
33940 (calc-always-load-extensions, calc-line-numbering)
33941 (calc-line-breaking, calc-display-just, calc-display-origin)
33942 (calc-number-radix, calc-leading-zeros, calc-group-digits)
33943 (calc-group-char, calc-point-char, calc-frac-format)
33944 (calc-prefer-frac, calc-hms-format, calc-date-format)
33945 (calc-float-format, calc-full-float-format, calc-complex-format)
33946 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
33947 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
33948 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
33949 (calc-matrix-brackets, calc-language, calc-language-option)
33950 (calc-left-label, calc-right-label, calc-word-size)
33951 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
33952 (calc-display-raw, calc-internal-prec, calc-angle-mode)
33953 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
33954 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
33955 (calc-window-height, calc-display-trail, calc-show-selections)
33956 (calc-use-selections, calc-assoc-selections)
33957 (calc-display-working-message, calc-auto-why, calc-timing)
33958 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
33959 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
33960 (calc-gnuplot-default-device, calc-gnuplot-default-output)
33961 (calc-gnuplot-print-device, calc-gnuplot-print-output)
33962 (calc-gnuplot-geometry, calc-graph-default-resolution)
33963 (calc-graph-default-resolution-3d, calc-invocation-macro)
33964 (calc-show-banner): Use defcalcmodevar to declare them and set
33965 their default values.
33966
33967 * calc/calc-ext.el (calc-reset): Restore saved values of variables
33968 instead of default values (but restore default values if there is
33969 an argument of 0).
33970
33971 2005-01-09 David Kastrup <dak@gnu.org>
33972
33973 * desktop.el (desktop-restore-eager): Fix typo in type.
33974
33975 2005-01-08 Richard M. Stallman <rms@gnu.org>
33976
33977 * cus-edit.el (customize): Delete :link.
33978
33979 2005-01-08 Jay Belanger <belanger@truman.edu>
33980
33981 * calc/calc.el (calc-mode): Remove the extension from the
33982 `calc-settings-file' file name when loading it.
33983
33984 2005-01-08 Kim F. Storm <storm@cua.dk>
33985
33986 * info.el (Info-mode-map, Info-next-link-keymap)
33987 (Info-prev-link-keymap, Info-up-link-keymap):
33988 Map follow-link to mouse-face.
33989 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
33990
33991 2005-01-08 Jay Belanger <belanger@truman.edu>
33992
33993 * calc/calc.el (calc-settings-file): Change default value.
33994 Suggested by cgw in a comment in calc-mode.el.
33995
33996 * calc/calc-mode.el (calc-settings-file-name):
33997 Compare calc-settings-file to user-init-file instead of ~/.emacs.
33998 Replace ~/.emacs in a prompt by calc-settings-file.
33999
34000 2005-01-07 Lars Hansen <larsh@math.ku.dk>
34001
34002 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
34003 (desktop-lazy-idle-delay): New customizable variables.
34004 (desktop-buffer-args-list): New variable.
34005 (desktop-append-buffer-args): New function.
34006 (desktop-save): Call desktop-append-buffer-args for some buffers.
34007 (desktop-lazy-create-buffer): New function.
34008 (desktop-idle-create-buffers): New function.
34009 (desktop-read): Add message about buffers to restore lazily.
34010 (desktop-lazy-abort): New command.
34011 (desktop-clear): Call desktop-lazy-abort.
34012 (desktop-lazy-complete): New command.
34013
34014 2005-01-06 Richard M. Stallman <rms@gnu.org>
34015
34016 * emacs-lisp/find-func.el (find-face-definition):
34017 Rename from find-face.
34018
34019 2005-01-06 Kim F. Storm <storm@cua.dk>
34020
34021 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
34022
34023 * man.el (Man-xref-man-page, Man-xref-header-file)
34024 (Man-xref-normal-file): Add follow-link property.
34025
34026 2005-01-06 Jay Belanger <belanger@truman.edu>
34027
34028 * calc/calc-units.el: Make sure the proper macro definitions are
34029 available when compiling.
34030
34031 2005-01-06 Juri Linkov <juri@jurta.org>
34032
34033 * isearch.el (isearch-lazy-highlight-update):
34034 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
34035
34036 2005-01-06 Miles Bader <miles@gnu.org>
34037
34038 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
34039 (isearch-lazy-highlight-face): Use new name.
34040
34041 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
34042
34043 * uniquify.el (uniquify-rationalize-file-buffer-names):
34044 Re-add an interactive spec.
34045 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
34046 to the same name.
34047
34048 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
34049 (isearch-update, isearch-done): Adjust calls accordingly.
34050
34051 2005-01-05 Richard M. Stallman <rms@gnu.org>
34052
34053 * custom.el (custom-set-variables, custom-theme-set-variables):
34054 Clarify documentation.
34055
34056 * emacs-lisp/find-func.el (find-variable)
34057 (find-variable-other-window, find-variable-other-frame):
34058 Fix the TYPE args to find-function-read and find-function-do-it.
34059 (find-function): Doc fix.
34060 (find-function-at-point): Replace function-at-point alias.
34061
34062 2005-01-04 Richard M. Stallman <rms@gnu.org>
34063
34064 * cus-face.el (custom-declare-face):
34065 Record defface in current-load-list.
34066
34067 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
34068
34069 * emacs-lisp/find-func.el: Doc fixes.
34070 (find-face-regexp): New variable.
34071 (find-function-regexp-alist): New variable.
34072 (find-function-C-source): Third arg is now TYPE.
34073 (find-function-search-for-symbol): Handle general TYPE.
34074 (find-function-read, find-function-do-it): Handle general TYPE.
34075 (find-definition-noselect, find-face): New functions.
34076 (function-at-point): Alias deleted.
34077
34078 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
34079
34080 * battery.el (display-battery-mode): Rename from display-battery.
34081 Handle the case where it gets turned off.
34082
34083 2005-01-04 Richard M. Stallman <rms@gnu.org>
34084
34085 * cus-edit.el (customize): Make :link point to user doc.
34086
34087 * man.el (Man-fontify-manpage): Turn off undo generation.
34088
34089 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
34090
34091 2005-01-04 Andreas Schwab <schwab@suse.de>
34092
34093 * files.el (insert-directory): Only look for error lines in
34094 inserted text. Don't move too far after processing --dired markers.
34095
34096 2005-01-04 Richard M. Stallman <rms@gnu.org>
34097
34098 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
34099 Don't expand if the character is @, period, dash, etc.
34100 (define-mail-abbrev): Quote names that contain problem characters.
34101
34102 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
34103
34104 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
34105
34106 2005-01-03 Richard M. Stallman <rms@gnu.org>
34107
34108 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
34109 (query-replace-highlight, query-replace-lazy-highlight)
34110 (query-replace): Definitions moved up. Doc fix.
34111
34112 2005-01-03 Richard M. Stallman <rms@gnu.org>
34113
34114 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
34115 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
34116 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
34117 (lazy-highlight-face): Rename from isearch-lazy-...
34118 Change all references to them.
34119
34120 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
34121
34122 * cus-edit.el (custom-file): Doc fix for defcustom.
34123 (custom-file): The function no longer sets the variable
34124 `custom-file' to its return value.
34125
34126 * startup.el (command-line): No longer load `custom-file'.
34127
34128 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
34129
34130 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
34131
34132 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
34133 Don't confuse module-prefixed identifiers for labels.
34134 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
34135
34136 2005-01-02 Richard M. Stallman <rms@gnu.org>
34137
34138 * files.el (basic-save-buffer-1): Fix previous change.
34139
34140 * loadhist.el (file-loadhist-lookup): New function.
34141 (file-provides, file-requires): Use it.
34142
34143 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
34144 instead of calculating the right size.
34145
34146 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
34147
34148 * vc-svn.el (vc-svn-diff): Stay local if possible.
34149
34150 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
34151
34152 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
34153
34154 * files.el (hack-local-variables): Fix last change.
34155
34156 2005-01-02 Jay Belanger <belanger@truman.edu>
34157
34158 * calc/calc-yank.el (calc-edit-top): New variable.
34159 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
34160 object. Change header properties.
34161 (calc-edit-finish, calc-edit-finish-stack-object)
34162 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
34163 edited object.
34164 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
34165 for the beginning of the edited object.
34166 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
34167 for the beginning of the edited object.
34168 * calc/calc-prog.el (calc-edit-macro-finish-edit)
34169 (calc-finish-formula-edit, calc-macro-repeats)
34170 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
34171 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
34172 beginning of the edited object.
34173 (calc-user-define-edit): Change the header for editing macros.
34174 Remove unnecessary variable.
34175
34176 2005-01-01 Jay Belanger <belanger@truman.edu>
34177
34178 * calc/calc-yank.el (calc-edit-mode): Change default header.
34179 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
34180 * calc/calc-store.el (calc-edit-variable): Change title to match new
34181 header.
34182 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
34183 mode to match new header.
34184 (calc-user-define-edit): Change titles to include names of commands.
34185 (calc-finish-formula-edit): Adjust to handle new header.
34186 (calc-finish-macro-edit): Remove.
34187 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
34188 (calc-edit-macro-command, calc-edit-macro-command-type)
34189 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
34190 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
34191 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
34192 (calc-edit-macro-finish-edit): New functions.
34193 (calc-user-define-edit): Use new functions to edit named calc macros.
34194
34195 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
34196
34197 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
34198
34199 * ses.el (copy-region-as-kill): Deactivate mark.
34200
34201 2005-01-01 Richard M. Stallman <rms@gnu.org>
34202
34203 * replace.el (occur-1): If the output buffer is also an input,
34204 don't kill it, rename it.
34205
34206 * faces.el (set-face-background, set-face-foreground): Doc fix.
34207
34208 * cus-face.el (custom-face-attributes): Fix :help-echo strings
34209 for :foreground and :background.
34210
34211 * dired.el (dired-view-command-alist): Variable deleted.
34212 (dired-view-file, dired-mouse-find-file-other-window):
34213 Delete the code to use it.
34214
34215 2005-01-01 Kim F. Storm <storm@cua.dk>
34216
34217 * image.el (insert-sliced-image): Use t for line-height property.
34218
34219 See ChangeLog.11 for earlier changes.
34220
34221 ;; Local Variables:
34222 ;; coding: iso-2022-7bit
34223 ;; add-log-time-zone-rule: t
34224 ;; End:
34225
34226 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
34227
34228 This file is part of GNU Emacs.
34229
34230 GNU Emacs is free software; you can redistribute it and/or modify
34231 it under the terms of the GNU General Public License as published by
34232 the Free Software Foundation; either version 2, or (at your option)
34233 any later version.
34234
34235 GNU Emacs is distributed in the hope that it will be useful,
34236 but WITHOUT ANY WARRANTY; without even the implied warranty of
34237 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
34238 GNU General Public License for more details.
34239
34240 You should have received a copy of the GNU General Public License
34241 along with GNU Emacs; see the file COPYING. If not, write to the
34242 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
34243 Boston, MA 02110-1301, USA.
34244
34245 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1