]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
2
3 * rcirc.el (rcirc-keywords): New variable.
4 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
5 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
6 variables.
7 (rcirc-responses-no-activity): New function.
8 (rcirc-handler-generic): Check for responses in above.
9 (rcirc-process-command): Add ?: character to arguments of raw
10 server commands.
11 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
12 `rcirc-dim-nicks'.
13 (rcirc-gray-toggle): Remove unused variable.
14 (rcirc-print): Remove some tracking logic, which is moved into
15 markup functions.
16 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
17 types.
18 (rcirc-activity-string): Look for 'keyword in activity-types.
19 (rcirc-window-configuration-change): Don't erase overlay-arrow
20 unnecessarily.
21 (rcirc-add-or-remove): New function.
22 (rcirc-cmd-ignore): Use it.
23 (rcirc-message-leader): Remove unused function.
24 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
25 (rcirc-add-face): New function.
26 (rcirc-facify): Use rcirc-add-face.
27 (rcirc-url-regexp): Add parens.
28 (rcirc-map-regexp): Remove function.
29 (rcirc-mangle-regexp): Remove function.
30 (rcirc-markup-text-functions): New variable.
31 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
32 (rcirc-markup-body-text, rcirc-markup-attributes)
33 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
34 (rcirc-markup-bright-nicks): New markup handler functions.
35 (rcirc-nick-in-message-full-line): New face.
36 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
37 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
38
39 2006-09-02 Martin Rudalics <rudalics@gmx.at>
40
41 * cus-start.el (hscroll-margin, hscroll-step)
42 (mode-line-in-non-selected-windows, mouse-autoselect-window)
43 (x-use-underline-position-properties): Change version to "22.1"
44 since they will appear there for the first time.
45
46 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
47
48 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
49
50 2006-08-31 Richard Stallman <rms@gnu.org>
51
52 * cus-edit.el (custom-save-variables): Slight cleanup.
53 (Custom-no-edit): Renamed from custom-no-edit.
54 (Custom-newline): Renamed from custom-newline.
55 (custom-mode-map): Use new names.
56
57 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
58 about customization, rather than M-x customize, in the doc string
59 made for the defcustom.
60
61 * emacs-lisp/trace.el (trace-function-background): Doc fix.
62
63 2006-08-31 Romain Francoise <romain@orebokech.com>
64
65 * dired-x.el (dired-guess-shell-alist-default): Update.
66
67 2006-08-31 Michael Mauger <mmaug@yahoo.com>
68
69 * custom.el (custom-theme-set-variables): Autoload packages before
70 sorting the variables.
71
72 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
73
74 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
75 chars if XEmacs.
76 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
77
78 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
79
80 * progmodes/python.el (python-eldoc-function): Re-enable quit while
81 waiting for process.
82
83 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
84
85 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
86 results in ASCII-only string, encode original one directly.
87
88 2006-08-29 Romain Francoise <romain@orebokech.com>
89
90 * startup.el (normal-splash-screen, fancy-splash-screens):
91 Make buffer read-only and arrange to enter view mode if necessary.
92
93 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
94
95 * hl-line.el (hl-line): New face.
96 (hl-line-face): Use it.
97
98 * image-mode.el (image-mode): Fix last fix.
99 Suggested by Kim F. Storm.
100
101 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
102
103 Sync with Tramp 2.0.54.
104
105 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
106 of `=', because `tramp-get-remote-gid' might not always return an
107 integer when expected.
108 (tramp-register-file-name-handlers): `partial-completion-mode' is
109 unknown to XEmacs.
110 (tramp-time-diff): Don't use `floor', it might fail for large
111 differences.
112 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
113 `tramp-auto-save-directory' if unset in order to guarantee unique
114 auto-save file names.
115
116 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
117
118 * image-mode.el (image-mode): Display image as text on a terminal.
119
120 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
121
122 * progmodes/python.el (python-send-command): Simplify.
123 (run-python): Don't generate a new buffer unless `new' was specified.
124 Make sure we send `import emacs' to the proper process.
125
126 * progmodes/python.el (python-send-command): Don't wait for the command
127 to terminate. Don't fiddle with compilation-parsing-end.
128
129 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
130
131 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
132 Insert commentary after first line summary.
133
134 * woman.el (woman-follow): New function, based on `man-follow'.
135 (woman-mode-map): Use it.
136
137 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
138 since ibuffer-do-sort-by-recency does not define a sorter.
139
140 2006-08-28 Kim F. Storm <storm@cua.dk>
141
142 * find-dired.el (find-dired): Use shell-quote-argument to properly
143 escape ( and ) args. Also use it on {} and ; args in default
144 value of find-ls-option string.
145 (find-grep-dired): Use shell-quote-argument on {} and ; args.
146
147 2006-08-27 Michael Olson <mwolson@gnu.org>
148
149 * emacs-lisp/tq.el: Small grammar fix in comments.
150 (tq-enqueue): Check for existence of queue rather than the
151 head queue item's question, which was a no-op.
152 (tq-filter, tq-process-buffer): Make sure the process buffer
153 exists before making it the current buffer.
154
155 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
156
157 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
158 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
159 (special-event-map): Apply 2006-08-16 change for x-win.el.
160
161 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
162
163 * progmodes/python.el (python-send-receive): Wait in the
164 process's buffer so as to check the right buffer-local variables.
165
166 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
167
168 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
169 (defgroup checkdoc): Move to beginning.
170
171 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
172 (python-preoutput-continuation): Remove.
173 (python-preoutput-filter): Simplify correspondingly.
174 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
175 Loop around to catch embedded _emacs_out output.
176 (run-python): Send the import&print command on a single line.
177 (python-send-command): Send command&print on a single line.
178 (python-send-string): Only add double \n if needed.
179 (python-send-receive): Loop until the result comes.
180 (python-mode-running): Defvar it.
181 (python-setup-brm): Remove unused var `menu'.
182 Only bind py-mode-map and `features' around brm-init.
183 (python-calculate-indentation): Remove unused var `point'.
184 (python-beginning-of-defun): Remove unused var `def-line'.
185
186 2006-08-25 Richard Stallman <rms@gnu.org>
187
188 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
189
190 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
191
192 * viper.el (viper-set-hooks): Use frame bindings for
193 viper-vi-state-cursor-color.
194 (viper-non-hook-settings): Don't set default
195 mode-line-buffer-identification.
196
197 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
198 (viper-set-cursor-color-according-to-state)
199 (viper-get-saved-cursor-color-in-replace-mode)
200 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
201 viper-emacs-state-cursor-color.
202
203 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
204 (viper-undo): Use point if undo-beg-posn is nil.
205 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
206 (viper-after-change-undo-hook): Don't use
207 viper-emacs-state-cursor-color by default.
208 (viper-undo): More sensible positioning after undo.
209
210 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
211 (viper-emacs-state-cursor-color): Default to nil, since this feature
212 doesn't work well yet.
213
214 * ediff-mult.el (ediff-intersect-directories)
215 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
216 always expand filenames.
217
218 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
219
220 * tumme.el: Remove * in defcustoms's docstrings.
221
222 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
223
224 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
225 Accept internal time format for SECS arg.
226 (timer-relative-time): Doc fix.
227
228 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
229 adapted from Martin Rudalics.
230 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
231 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
232 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
233 using sit-for.
234
235 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
236
237 * cus-start.el (all): Add `overline-margin' and
238 `x-underline-at-descent-line'.
239
240 2006-08-24 Kim F. Storm <storm@cua.dk>
241
242 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
243 to mean "use find -exec"; nil now unambiguously means auto-detect.
244 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
245 Use shell-quote-argument to build grep-find-command and grep-find-template.
246 (rgrep): Use shell-quote-argument to properly quote arguments to find.
247 Reported by Tom Seddon.
248
249 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
250
251 * startup.el (fancy-splash-head): Give instructions for dismissing
252 the splash screen for default startup too.
253 (display-startup-echo-area-message, fancy-splash-screens)
254 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
255 all splash text at once and keep the splash buffer around.
256 (command-line-1): Give display-startup-echo-area-message a t arg.
257
258 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
259
260 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
261 gnus frame is selected.
262
263 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
264
265 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
266
267 2006-08-22 Kim F. Storm <storm@cua.dk>
268
269 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
270 Add suffix matching for subdirs.
271
272 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
273
274 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
275 mouse-yank-at-point is non-nil.
276
277 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
278
279 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
280 a bit wider and remove fringes to fit initial output on line.
281
282 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
283
284 * frame.el (blink-cursor-end): Only ignore the error we care about.
285 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
286
287 2006-08-21 Richard Stallman <rms@gnu.org>
288
289 * whitespace.el (whitespace-cleanup): Doc fix.
290
291 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
292
293 * net/rcirc.el (rcirc-show-maximum-output): New var.
294 (rcirc-buffer-process): If no buffer argument is supplied, use
295 current-buffer.
296 (rcirc-complete-nick): Complete to the last completed nick first.
297 (rcirc-mode): Preserve the value of `rcirc-urls' across
298 connections. Setup scroll function.
299 (rcirc-scroll-to-bottom): New function.
300 (rcirc-print): Use nick syntax around regexp work.
301 Notice dim-nicks speaking only if they say our nick.
302 (rcirc-update-activity-string): Do not show the modeline indicator
303 if there are no live rcirc processes.
304 (rcirc-cmd-ignore): Ignore case.
305 (rcirc-browse-url-at-point): Fix off-by-one error.
306
307 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
308
309 * progmodes/python.el: Remove * in defcustom docstrings.
310 (run-python, python-proc, python-try-complete): Use derived-mode-p.
311 (python-mode): Set tab-width and indent-tabs-mode.
312
313 2006-08-20 Dave Love <fx@gnu.org>
314
315 * progmodes/python.el: Update to Dave Love's latest version.
316 (python-font-lock-keywords, python-mode): Don't use
317 font-lock-syntax-table, but match symbol elements explicitly instead.
318 (python-mode-map): Add help, and a few more key bindings.
319 (python-skip-comments/blanks): Move out of comments as well.
320 (python-continuation-line-p): Behave better with unbalanced parens.
321 (python-blank-line-p): New fun.
322 (python-open-block-statement-p): Don't use a heuristic.
323 (python-outdent-p): Better handle blocks-in-the-same-line.
324 (python-calculate-indentation): Misc improvements.
325 (python-comment-indent): Remove.
326 (python-block-pairs): New var.
327 (python-first-word): New fun.
328 (python-indentation-levels): Handle more common cases.
329 (python-indent-line-1): Add `leave' argument.
330 (python-indent-region): New fun.
331 (python-skip-out): New fun.
332 (python-beginning-of-statement, python-end-of-statement): Use it.
333 (python-next-statement): Return correct count even at eob.
334 (python-end-of-block): Fix paren-typo.
335 (python-imenu-create-index): Add module variables.
336 (run-python): Add `new' arg.
337 Check we're at a prompt before returning.
338 (python-send-command): Move to end of buffer.
339 Wait for prompt to return.
340 (python-set-proc): New fun.
341 (python-imports): New var.
342 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
343 (python-eldoc-function): Try to move out of arg list.
344 (python-outline-level): Offset by 1.
345 (python-find-imports): New fun.
346 (python-symbol-completions): Use python-imports.
347 (python-module-path, ffap-alist): Add support for ffap.
348 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
349 (pythin-insert-*, python-default-template, python-expand-template):
350 Add templates/skeletons.
351 (python-setup-brm): Support for Bicycle Repair Man.
352 (python-abbrev-syntax-table): New var.
353 (python-abbrev-pc-hook, python-pea-hook): New funs.
354
355 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
356
357 * frame.el (blink-cursor-start): Set timer first.
358 (blink-cursor-end): Ignore timer cancelling errors.
359 Suggested by Ken Manheimer.
360
361 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
362
363 * newcomment.el (comment-box): Call `comment-normalize-vars'.
364 Add autoload cookie.
365
366 2006-08-20 Richard Stallman <rms@gnu.org>
367
368 * simple.el (line-number-at-pos): Doc fix.
369
370 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
371 timer-activate-when-idle, so timer can run before Emacs becomes
372 non-idle again.
373
374 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
375
376 * whitespace.el (whitespace-cleanup-internal): New optional arg
377 REGION-ONLY. If it's non-nil, modify the message to the user
378 accordingly.
379 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
380 a non-nil argument.
381
382 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
383
384 * rect.el (spaces-string): Simplify and add doc string.
385
386 2006-08-17 Romain Francoise <romain@orebokech.com>
387
388 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
389
390 2006-08-17 Richard Stallman <rms@gnu.org>
391
392 * compare-w.el (compare-windows): lambda's take an arg and pass
393 it to compare-windows-skip-whitespace.
394
395 2006-08-17 Martin Rudalics <rudalics@gmx.at>
396
397 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
398 the right buffer.
399
400 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
401
402 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
403 removed files.
404
405 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
406
407 * progmodes/gdb-ui.el (gdb-locals-watch-map)
408 (gdb-locals-watch-map-1): Suppress keymap first.
409 (gdb-edit-locals-map-1): New variable.
410 (gdb-edit-locals-value): New function.
411 (gdb-stack-list-locals-handler): Use them.
412
413 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
414
415 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
416 cursor would normally be drawn in the fringe.
417
418 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
419 Reported by Martin Rudalics <rudalics@gmx.at>.
420
421 2006-08-16 Richard Stallman <rms@gnu.org>
422
423 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
424 (special-event-map): Process drag-n-drop events this way.
425
426 * simple.el (move-beginning-of-line): Test whether fields
427 would prevent motion back to line's first visible character.
428 If so, stop where the fields would stop the motion.
429
430 * newcomment.el (comment-indent): Fully update INDENT
431 before checking to see if it will change the text.
432
433 * cus-edit.el (custom-newline): New function.
434 (custom-mode-map): Bind newline to custom-newline.
435
436 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
437 into ignore-whitespace.
438 Check each buffer for its skip-function.
439 Handle compare-windows-skip-whitespace special-case test
440 by returning t from default skip function.
441
442 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
443
444 * textmodes/org.el (org-clock-special-range)
445 (org-clock-update-time-maybe): New functions.
446 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
447 not only a-z.
448 (org-agenda-get-blocks): Allow multiple blocks per headline.
449 (org-timestamp-change): Call `org-clock-update-time-maybe'.
450 (org-export-html-title-format)
451 (org-export-html-toplevel-hlevel): New options.
452 (org-export-language-setup): Add support for Czech.
453 (org-mode, org-insert-todo-heading, org-find-visible)
454 (org-find-invisible, org-invisible-p, org-invisible-p2)
455 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
456 (org-show-subtree, org-show-entry, org-make-options-regexp):
457 Remove compatibility support for old outline-mode.
458 (org-check-occur-regexp): Funtion removed.
459 (org-on-heading-p, org-back-to-heading): Made defalias.
460 (org-set-local): New defsubst.
461 (org-set-regexps-and-options, org-mode)
462 (org-set-font-lock-defaults, org-edit-agenda-file-list)
463 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
464 (org-remember-apply-template, org-table-edit-field)
465 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
466 (org-set-autofill-regexps): Use `org-set-local'.
467 (org-table-eval-formula): Fix bug with parsing of display flags.
468
469 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
470
471 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
472 frame with fringe arrow. Suggested by Simon Marshall
473 <simon.marshall@misys.com>.
474 (gdb-stack-position): New variable.
475 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
476 (gdb-frames-mode): Set gdb-stack-position to nil.
477 Add to overlay-arrow-variable-list
478 (gdb-reset): Delete gdb-stack-position from above list.
479
480 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
481
482 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
483 read only.
484
485 2006-08-13 Romain Francoise <romain@orebokech.com>
486
487 * cus-theme.el (customize-create-theme)
488 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
489
490 * filesets.el (filesets-add-buffer): Ditto.
491
492 * pcvs.el (cvs-change-cvsroot): Ditto.
493
494 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
495
496 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
497 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
498 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
499 expressions.
500 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
501 Only search till end of line.
502 Add face to function names in case of no filename.
503 Add face to variable names of watchpoints.
504
505 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
506
507 * cus-start.el <indent-tabs-mode>: Move to the `indent'
508 customization group.
509
510 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
511
512 * allout.el (allout-prior-bindings, allout-added-bindings):
513 Remove, after long deprecation.
514 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
515 Add customization vars controlling allout-beginning-of-line and
516 allout-end-of-line conveniences.
517 (allout-header-prefix, allout-use-mode-specific-leader)
518 (allout-use-mode-specific-leader, allout-mode-leaders):
519 Revise docstrings.
520 (allout-infer-header-lead): Change to be an alias for
521 allout-infer-header-lead-and-primary-bullet.
522 (allout-infer-header-lead-and-primary-bullet): New version of
523 allout-infer-header-lead which assigns the primary bullet to the
524 same as the header lead, when its being changed.
525 (allout-infer-body-reindent): Apply regexp-quote instead of
526 unconditionally prepending "\\", so that all literal
527 allout-header-prefix and allout-primary-bullet strings are
528 properly handled.
529 (allout-add-resumptions): Add optional qualifier for extending or
530 appending to existing values, rather than replacing them.
531 (allout-view-change-hook): Clarify docstring.
532 (allout-exposure-change-hook): Take explicit arguments, via
533 run-hook-with-args.
534 (allout-structure-added-hook)
535 (allout-structure-deleted-hook)
536 (allout-structure-shifted-hook): New hooks analogous to
537 allout-exposure-change-hook for other kinds of structural outline
538 edits.
539 (allout-encryption-plaintext-sanitization-regexps): New encryption
540 customization variable, by which cooperating modes can provde
541 massage of the plaintext without actually being passed it.
542 (allout-encryption-ciphertext-rejection-regexps)
543 (allout-encryption-ciphertext-rejection-ceiling): New encryption
544 customization variables, by which cooperating modes can prohibit
545 rare but possible ciphertext patterns from fouling their
546 operation, with actually being passed the ciphertext.
547 (allout-mode): Run activation and deactivation hooks after the
548 minor-mode variable has been toggled, to clarify the mode
549 disposition. The new encryption ciphertext rejection variable is
550 used to ensure that the ciphertext does not contain text that
551 would be recognized as outline structural elements by allout.
552 Substite allout-beginning-of-line and allout-end-of-line for
553 conventionall beginning-of-line and end-of-line bindings.
554 If allout-old-style-prefixes is non-nil, don't nullify it on mode
555 activation!
556 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
557 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
558 (allout-chart-subtree): Implement new mode, charting only the
559 visible items in the subtree, when new 'visible' parameter is non-nil.
560 (allout-end-of-subtree): Properly handle the last item in the buffer.
561 (allout-pre-command-business, allout-command-counter):
562 Increment an advertised counter so that cooperating enhancements can
563 track revisions of items.
564 (allout-open-topic): Run allout-structure-added-hook with suitable
565 arguments.
566 (allout-shift-in): Run allout-structure-shifted-hook with suitable
567 arguments.
568 (allout-shift-out): Fix doubling for negative args and ensure call
569 of allout-structure-shifted-hook by solely using allout-shift-in.
570 (allout-kill-line, allout-kill-topic):
571 Run allout-structure-deleted-hook with suitable arguments.
572 (allout-yank-processing): Run allout-structure-added-hook with
573 proper arguments.
574 (allout-yank): Enclose activity in allout-unprotected.
575 (allout-flag-region): Run allout-exposure-change-hook with
576 suitable arguments, instead of making the callee infer the arguments.
577 (allout-encrypt-string):
578 Support allout-encryption-plaintext-sanitization-regexps,
579 allout-encryption-ciphertext-rejection-regexps, and
580 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
581 en/de cryption mode in symmetric encryption failure message.
582 (allout-obtain-passphrase): Use copy-sequence to get a distinct
583 copy of the passphrase, and don't zero it or we'll corrupt the
584 stashed copy.
585 (allout-create-encryption-passphrase-verifier)
586 (allout-verify-passphrase): Respect the new signature for
587 allout-encrypt-string.
588 (allout-get-configvar-values): Convenience for getting a
589 configuration variable value and handling its absence gracefully.
590
591 2006-08-11 Romain Francoise <romain@orebokech.com>
592
593 * obsolete/zone-mode.el: Delete.
594
595 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
596
597 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
598
599 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
600
601 * emacs-lisp/bindat.el (bindat-ip-to-string):
602 Use `format-network-address' if possible.
603
604 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
605
606 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
607
608 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
609
610 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
611 restore unread-command-events here.
612 (edebug-display): Do it here, to detect sit-for interruptions.
613
614 2006-08-10 Romain Francoise <romain@orebokech.com>
615
616 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
617 (dns-mode-soa-auto-increment-serial): New user option.
618 (dns-mode-soa-maybe-increment-serial): New function.
619 (dns-mode): Add the latter to `write-contents-functions'.
620
621 * obsolete/zone-mode.el: Move to obsolete/ from net/.
622 Delete autoload cookies.
623
624 2006-08-10 John Wiegley <johnw@newartisans.com>
625
626 * eshell/em-glob.el (eshell-glob-chars-list)
627 (eshell-glob-translate-alist): Add support for [^g] in character globs.
628
629 2006-08-10 Richard Stallman <rms@gnu.org>
630
631 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
632 (facemenu-set-face): Doc fix.
633 (facemenu-listed-faces): Doc fix.
634
635 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
636
637 * avoid.el (mouse-avoidance-animating-pointer): New var.
638 (mouse-avoidance-nudge-mouse): Use it.
639 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
640 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
641 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
642 Don't activate if currently animating. All callers changed.
643
644 2006-08-09 John Wiegley <johnw@newartisans.com>
645
646 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
647 variable, which causes timeclock to report elapsed time worked,
648 instead of just work remaining.
649
650 2006-08-09 Kenichi Handa <handa@m17n.org>
651
652 * international/latexenc.el (latexenc-find-file-coding-system):
653 Fix for the case that the 2nd element of arg-list is a cons.
654
655 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
656
657 * info.el (Info-fontify-node): Handle preceding `in' for note
658 reference hiding rules.
659
660 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
661
662 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
663 mistake a closing " for an opening one.
664
665 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
666
667 * term/xterm.el (terminal-init-xterm): Add more key bindings.
668
669 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
670
671 * complete.el (PC-do-completion): Filter out completions matching
672 completion-ignored-extensions before checking whether there are
673 multiple completions.
674 Don't use `list' unnecessarily when building completion tables.
675
676 2006-08-06 Richard Stallman <rms@gnu.org>
677
678 * help.el (describe-mode): Make minor mode list more concise.
679
680 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
681
682 * bindings.el: Give mode-line-format, mode-line-modes, and
683 mode-line-position `standard-value' properties.
684
685 2006-08-05 Eli Zaretskii <eliz@gnu.org>
686
687 * buff-menu.el (list-buffers-noselect): For Info buffers, use
688 "(file)node" instead of the file name.
689
690 2006-08-05 Richard Stallman <rms@gnu.org>
691
692 * faces.el (escape-glyph): Doc fix.
693
694 2006-08-04 Kenichi Handa <handa@m17n.org>
695
696 * international/mule-diag.el (describe-font): Improve docstring
697 and error message. Use frame-parameter (not frame-parameters).
698
699 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
700
701 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
702 Correctly mark the end-of-docstring char.
703
704 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
705
706 * simple.el (line-move-to-column): Constrain move-to-column to
707 current field.
708
709 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
710
711 * font-lock.el (font-lock-beg, font-lock-end)
712 (font-lock-extend-region-functions): New vars.
713 (font-lock-extend-region-multiline)
714 (font-lock-extend-region-wholelines): New functions.
715 (font-lock-default-fontify-region): Use them.
716 (font-lock-extend-jit-lock-region-after-change): Only round up
717 if font-lock-default-fontify-region will do it as well.
718
719 * font-lock.el (font-lock-extend-after-change-region-function):
720 Rename from font-lock-extend-region-function.
721 (font-lock-extend-region): Remove by inlining at call sites.
722 (font-lock-after-change-function): Don't needlessly round up to a whole
723 number of lines.
724 (font-lock-extend-jit-lock-region-after-change): Be more careful about
725 the boundary conditions and the interactions between the various ways
726 to extend the region.
727
728 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
729
730 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
731 modification status when forcing the second redisplay.
732
733 2006-08-03 Kim F. Storm <storm@cua.dk>
734
735 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
736
737 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
738
739 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
740 doesn't look like a file name.
741
742 * complete.el (PC-expand-many-files): Avoid signalling an error when
743 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
744
745 2006-08-02 Andreas Schwab <schwab@suse.de>
746
747 * bindings.el (mode-line-format): Simplify reference to vc-mode.
748
749 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
750
751 * bindings.el (map): Make mode-line-buffer-identification-keymap
752 before defining propertized-buffer-identification.
753
754 2006-08-01 Richard Stallman <rms@gnu.org>
755
756 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
757
758 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
759
760 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
761 default value.
762 (gdb-find-source-frame): New function.
763 (menu): Add to menu bar.
764
765 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
766
767 * font-core.el (font-lock-extend-region-function)
768 (font-lock-extend-region): Move to font-lock.el.
769
770 * font-lock.el (font-lock-extend-region-function)
771 (font-lock-extend-region): Move from font-core.el. Simplify.
772
773 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
774 if needed.
775 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
776 (jit-lock-after-change-extend-region-functions): New hook.
777 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
778
779 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
780 (font-lock-turn-on-thing-lock): Use it.
781
782 * longlines.el (longlines-show-region): Make it work on read-only
783 buffers as well.
784
785 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
786
787 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
788
789 2006-07-31 Richard Stallman <rms@gnu.org>
790
791 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
792 (vhdl-speedbar-display-projects): Update old obsolete
793 speedbar variable names.
794
795 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
796
797 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
798 (gdb-stopped): Use it.
799
800 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
801
802 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
803
804 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
805 for load-history elements.
806
807 2006-07-29 Eli Zaretskii <eliz@gnu.org>
808
809 * files.el (convert-standard-filename): For Cygwin, replace
810 characters not allowed in Windows file names.
811 (make-auto-save-file-name): Add Cygwin to the list of systems
812 where the auto-save file name needs to be run through
813 convert-standard-filename.
814
815 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
816
817 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
818
819 2006-07-28 Richard Stallman <rms@gnu.org>
820
821 * bindings.el (mode-line-frame-identification)
822 (propertized-buffer-identification): Centralize the code
823 to initialize the variable.
824
825 * progmodes/grep.el (grep-default-command): Catch errors from
826 wildcard-to-regexp.
827
828 2006-07-29 Kim F. Storm <storm@cua.dk>
829
830 * progmodes/grep.el (grep-tag-default): New function.
831 (grep-default-command, grep-read-regexp): Use it.
832 (grep-read-files): Use car of grep-files-history or grep-files-aliases
833 as default if nothing else applies.
834
835 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
836
837 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
838 Throw error if buffer is not in Dired and Wdired mode, respectively.
839
840 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
841
842 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
843 self-insert-command keys don't activate buttons.
844 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
845
846 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
847
848 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
849 faces for enable character.
850
851 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
852
853 * Makefile.in (recompile): Update comment to reflect change
854 on 2004-04-21.
855
856 2006-07-27 Richard Stallman <rms@gnu.org>
857
858 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
859 (customize-package-emacs-version): Change msg when pkg has no entry.
860 (custom-no-edit): On a button, do like widget-button-press.
861
862 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
863
864 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
865 S-tab and C-S-tab.
866
867 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
868
869 * progmodes/which-func.el (which-function): Fix documentation/
870 comment typo.
871
872 2006-07-26 Richard Stallman <rms@gnu.org>
873
874 * textmodes/ispell.el (ispell-word): If we replace the word,
875 move point to the end. Insert before deleting.
876
877 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
878
879 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
880 a timer.
881
882 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
883
884 * tumme.el (tumme-backward-image): Add prefix argument. Add error
885 when at first image.
886 (tumme-forward-image): Add prefix argument. Add error when at last
887 image.
888
889 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
890
891 * tabify.el (tabify-regexp): Use more specific regexps.
892 (tabify): Avoid modifying the buffer unnecessarily.
893
894 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
895
896 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
897 (tumme-format-properties-string): Handle empty `buf'.
898 (tumme-get-comment): Change variable names inside `let'.
899 Add missing `let' variable that cause font-lock problems.
900 (tumme-write-comments): Change variable names inside `let'.
901 Add missing `let' variable that cause font-lock problems.
902 (tumme-forward-image): Rename from `tumme-forward-char'.
903 (tumme-backward-image): Rename from `tumme-backward-char'.
904
905 2006-07-25 Masatake YAMATO <jet@gyve.org>
906
907 * progmodes/ld-script.el (ld-script-keywords)
908 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
909 and add comments.
910
911 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
912
913 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
914 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
915 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
916 for status indicator.
917
918 2006-07-24 Richard Stallman <rms@gnu.org>
919
920 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
921
922 * subr.el (dolist, dotimes): Use interned symbols for locals.
923 (--dotimes-limit--, --dolist-tail--): New defvars.
924 (looking-back): Doc fix.
925
926 * replace.el (replace-match-string-symbols): Handle dotted lists.
927
928 2006-07-24 mathias <mathias@mattis>
929
930 * tumme.el (tumme-write-tags): Add.
931 (tumme-write-comments): Add.
932 (tumme-tag-files): Change to use `tumme-write-tags'.
933 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
934 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
935 (tumme-save-information-from-widgets): Change to use
936 `tumme-write-comments' and `tumme-write-tags'.
937 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
938 (tumme-write-tag): Remove.
939 (tumme-write-comment): Remove.
940 (tumme-display-previous-thumbnail-original): Remove empty line.
941 (tumme-widget-list): Add punctuation.
942
943 2006-07-24 mathias <mathias.dahl@gmail.com>
944
945 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
946
947 2006-07-24 Daiki Ueno <ueno@unixuser.org>
948
949 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
950 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
951 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
952
953 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
954
955 * mouse.el (mouse-on-link-p): Doc fix.
956
957 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
958
959 * emacs-lisp/find-func.el (find-function-search-for-symbol):
960 Handle "C-h f `".
961
962 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
963
964 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
965 column.
966
967 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
968
969 * textmodes/table.el: Add move-beginning-of-line and
970 move-end-of-line to Point Motion Only Group.
971
972 2006-07-22 Eric Hanchrow <offby1@blarg.net>
973
974 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
975
976 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
977
978 * startup.el (user-mail-address): Initialize from the `EMAIL'
979 environment variable first. Document this.
980 (command-line): Ditto.
981
982 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
983
984 * help-mode.el (help-function-def, help-variable-def)
985 (help-face-def): Print a message in the minibuffer.
986
987 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
988
989 * term/xterm.el (terminal-init-xterm): Fix key bindings
990 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
991
992 2006-07-21 Eli Zaretskii <eliz@gnu.org>
993
994 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
995 where `(nth 1 command)' is a cons cell. Doc fix.
996
997 * textmodes/po.el (po-find-charset): Doc fix.
998
999 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
1000
1001 * allout.el (allout-unprotected, allout-e-o-prefix-p)
1002 (allout-beginning-of-current-line, allout-end-of-current-line)
1003 (allout-next-visible-heading, allout-open-topic)
1004 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
1005 (allout-flag-current-subtree, allout-show-to-offshoot)
1006 (allout-hide-current-entry, allout-show-current-branches)
1007 (allout-hide-region-body, allout-old-expose-topic)
1008 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
1009 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
1010 containing `beginning-of-line' and `end-of-line' with
1011 `inhibit-field-text-motion' t.
1012
1013 2006-07-21 Eli Zaretskii <eliz@gnu.org>
1014
1015 * frame.el (focus-follows-mouse): Document that it doesn't have
1016 any effect on MS-Windows.
1017
1018 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
1019
1020 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
1021
1022 2006-07-20 Jay Belanger <belanger@truman.edu>
1023
1024 * calc.el (calc-previous-alg-entry): Remove variable.
1025
1026 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
1027 New variables.
1028 (calc-alg-entry): Use `calc-alg-entry-history'.
1029 (calc-do-quick-calc): Use `calc-quick-calc-history'.
1030 Remove reference to `calc-previous-alg-entry'.
1031 (calcAlg-edit, calcAlg-enter): Remove reference to
1032 `calc-previous-alg-entry'.
1033 (calcAlg-previous): Use `previous-history-element' instead of
1034 `calc-previous-alg-entry'.
1035 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
1036 Change keybinding for `calcAlg-plus-minus', add keybindings for
1037 `previous-history-element' and `next-history-element'.
1038
1039 * calc-rewr.el (calc-match): Remove reference to
1040 `calc-previous-alg-entry'.
1041
1042 * calc-sel.el (calc-selection-history): New variable.
1043 (calc-enter-selection, calc-sel-mult-both-sides)
1044 (calc-sel-add-both-sides): Use `calc-selection-history'.
1045
1046 * calc-map.el (calc-get-operator-history): New variable.
1047 (calc-get-operator): Use `calc-get-operator-history'.
1048
1049 * calcalg3.el (calc-curve-fit-history): New variable.
1050 (calc-curve-fit): Use `calc-curve-fit-history'.
1051
1052 2006-07-20 Kenichi Handa <handa@m17n.org>
1053
1054 * international/mule-cmds.el (select-safe-coding-system): Fix the
1055 way of deciding eol-type of the coding system.
1056
1057 2006-07-20 Alan Mackenzie <acm@muc.de>
1058
1059 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
1060 (c-lang-setvar): New macro.
1061 (c-make-init-lang-vars-fun): Use the initialization forms in
1062 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
1063 (comment-start, comment-end, comment-start-skip): Change these from
1064 c-lang-defvar's to c-lang-setvar's.
1065
1066 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
1067 which calls make-local-variable on the elements of
1068 c-emacs-variable-inits.
1069 (c-init-language-vars-for): Call this new macro.
1070
1071 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
1072
1073 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1074 Try to rule out false positives due to time stamps.
1075 (compilation-mode-font-lock-keywords): Remove rules made redundant
1076 because of the above change. Add `segmentation fault' to the known and
1077 highlighted compilation termination messages.
1078
1079 2006-07-19 Kim F. Storm <storm@cua.dk>
1080
1081 * progmodes/grep.el (grep-find-ignored-directories):
1082 Add .svn and _darcs to list.
1083
1084 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
1085
1086 * dired.el (dired-mode-map): Add key binding `C-te' for
1087 `tumme-dired-edit-comment-and-tags'.
1088
1089 * tumme.el (tumme-display-thumbnail-original-image): Make sure
1090 image display buffer is displayed before call to
1091 `tumme-display-image.
1092 (tumme-dired-display-image): Make sure image display buffer is
1093 displayed before call to `tumme-display-image.
1094 (tumme-mouse-display-image): Make sure image display buffer is
1095 displayed before call to `tumme-display-image.
1096 (tumme-widget-list): Add.
1097 (tumme-dired-edit-comment-and-tags): Add.
1098 (tumme-save-information-from-widgets): Add.
1099
1100 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
1101
1102 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
1103
1104 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
1105
1106 * progmodes/sh-script.el (sh-font-lock-keywords-1):
1107 Revert inadvertently installed patch hunk.
1108
1109 * progmodes/compile.el (compilation-find-file): Handle the
1110 cases where the user selects a non-existent file.
1111
1112 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
1113
1114 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
1115
1116 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
1117
1118 * subr.el (sit-for): Just sleep-for if noninteractive.
1119
1120 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
1121
1122 * emacs-lisp/autoload.el (make-autoload): Use new arg.
1123
1124 * custom.el (custom-autoload): Add `noset' argument.
1125 (custom-push-theme): Don't autoload the variable, let callers do it.
1126 (custom-theme-set-variables): Autoload the variable if necessary.
1127
1128 * cus-edit.el (custom-variable-state-set): If the variable was
1129 originally set outside custom, but to the same value as the default,
1130 consider it to be standard.
1131
1132 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
1133 file *before* telling Emacs to add the autoloads, in case it fails.
1134
1135 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
1136 Use `cond', push', and `dolist'.
1137
1138 2006-07-17 Richard Stallman <rms@gnu.org>
1139
1140 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
1141 Add defvars to silence warnings.
1142
1143 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
1144
1145 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1146 Don't highlight "Compiling file" messages as error.
1147
1148 * dired-aux.el (dired-compress-file): Confirm again if gzipped
1149 file already exists.
1150
1151 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
1152
1153 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
1154 entry, don't assign to free var; simply return the extracted filename.
1155 (ff-treat-as-special): Incorporate common preamble from callers.
1156 (ff-other-file-name, ff-find-the-other-file):
1157 Update call to ff-treat-as-special.
1158
1159 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
1160
1161 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
1162
1163 * tumme.el (tumme-get-comment): Fix bug.
1164
1165 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
1166
1167 * files.el: Remove spurious * in docstrings.
1168
1169 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
1170
1171 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
1172 grammar.
1173 (allout-beginning-of-current-line): Beware beginning of buffer.
1174 Also, a comment is simplified.
1175 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
1176 when appropriate. (This fix enables use for other than
1177 bullet-hotspot operation.)
1178 (allout-hide-current-subtree): While escalating to sibling-close,
1179 make sure to situate on a topic.
1180
1181 2006-07-14 Kim F. Storm <storm@cua.dk>
1182
1183 * emulation/cua-base.el (cua-delete-selection)
1184 (cua-toggle-set-mark): New defcustoms.
1185 (cua-rectangle-modifier-key): Add `alt' modifier.
1186 (cua-replace-region): Don't delete if cua-delete-selection is nil.
1187 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
1188 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
1189
1190 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
1191
1192 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
1193
1194 * allout.el: Require 'cl during byte-compilation/interactive load,
1195 for the `assert' macro.
1196 (allout-mode-deactivate-hook): New hook, run when allout mode
1197 deactivates.
1198 (allout-developer): New allout customization subgroup.
1199 (allout-run-unit-tests-on-load): New allout-developer
1200 customization variable, when true allout unit tests are run towards
1201 end of file load/eval.
1202 (allout-inhibit-auto-fill): Disable auto-fill activity even during
1203 auto-fill-mode.
1204 (allout-resumptions): Remove, to be replaced by...
1205 (allout-add-resumptions): Register variable settings to be
1206 reinstated by `allout-do-resumptions'. The settings are made
1207 buffer-local, but the locality/globality of the suspended setting
1208 is restored on resumption.
1209 (allout-do-resumptions): Reinstate all settings suspended using
1210 `allout-add-resumptions'.
1211 (allout-test-resumptions): Unit tests (and intermediate variables)
1212 for resumptions.
1213 (allout-tests-globally-unbound, allout-tests-globally-true)
1214 (allout-tests-locally-true): Intermediate variables for
1215 resumptions unit tests.
1216 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
1217 (allout-exposure-category): Replaces 'allout-overlay-category variable.
1218 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
1219 instead of retired `allout-resumptions'. For hook functions, use
1220 `local' parameter so hook settings are created and removed as
1221 buffer-local settings. Revise (resumptions) setting
1222 auto-fill-function so it is set only if already active. (The
1223 related fill-function settings are all made in either case, so
1224 that activating auto-fill-mode activity will have the custom
1225 allout-mode behaviors (hanging indent on topics, if configured for it).
1226 Remove all allout-exposure-category overlays on mode deactivation.
1227 (allout-hotspot-key-handler): New function extracted from
1228 `allout-pre-command-business', so the functionality can be used
1229 for other purposes, eg as a binding in an overlay.
1230 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
1231 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
1232 customization variable.
1233 (allout-run-unit-tests): Run the (currently quite small)
1234 repertoire of unit tests. Called just before the provide iff user
1235 has customized `allout-run-unit-tests-on-load' non-nil.
1236
1237 2006-07-14 K\e,Aa\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
1238
1239 * emacs-lisp/authors.el (authors-aliases): Update.
1240
1241 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
1242
1243 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
1244 gdb-source-window. Add dedicated argument.
1245 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
1246 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
1247 (gdb-display-threads-buffer, gdb-display-memory-buffer)
1248 (gdb-display-locals-buffer): Use it.
1249
1250 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
1251 Set gdb-source-window.
1252
1253 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
1254
1255 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
1256 minor modes, redundant with the custom-autoload line above.
1257
1258 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
1259
1260 * longlines.el (longlines-post-command-function): Handle open-line too.
1261
1262 2006-07-12 Richard Stallman <rms@gnu.org>
1263
1264 * progmodes/grep.el (grep-last-buffer): Doc fix.
1265
1266 * info.el (Info-try-follow-nearest-node): Doc fix.
1267
1268 * emacs-lisp/edebug.el (edebug-instrument-function):
1269 Err if find-function-noselect gives no position.
1270
1271 * emacs-lisp/find-func.el (find-function-search-for-symbol):
1272 If can't find definition, return nil for position.
1273 (find-function-do-it): Handle new return value
1274 of find-definition-noselect.
1275 (find-definition-noselect, find-variable-noselect): Doc fix.
1276 (find-function-noselect): Doc fix.
1277
1278 * help-mode.el (help-variable-def): Handle find-variable-noselect
1279 returning no position.
1280 (help-function-def): Likewise for find-function-search-for-symbol.
1281 (help-face-def): Likewise.
1282
1283 * help-fns.el (describe-variable): Handle find-variable-noselect
1284 returning no position.
1285
1286 * files.el (locate-file-completion): Avoid duplicates in result.
1287
1288 * cus-edit.el (custom-no-edit): New command.
1289 (custom-mode-map): Remap to custom-no-edit instead of
1290 using suppress-keymap.
1291
1292 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
1293
1294 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
1295 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
1296 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
1297
1298 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
1299
1300 2006-07-11 Kim F. Storm <storm@cua.dk>
1301
1302 * ido.el (ido-copy-current-file-name): Use buffer-name if
1303 buffer-file-name is nil.
1304
1305 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
1306
1307 * simple.el (undo-ask-before-discard): Set to nil.
1308
1309 * vc.el (vc-exec-after): Don't delete process manually.
1310 (vc-print-log): Run log-view-mode in process sentinel inside
1311 inhibit-read-only. Don't shrink window due to timing issues.
1312
1313 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
1314 Avoid using with-output-to-temp-buffer, which clobbers local vars.
1315
1316 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
1317
1318 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1319 Fix ambiguity introduced by last change.
1320 (compilation-find-file): Move save-excursion to where it may
1321 make sense. Fix a left over `find-file'.
1322
1323 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
1324
1325 * textmodes/texinfmt.el (texinfo-format-separate-node):
1326 Insert a string before point, which fits documentation, not after.
1327 (texinfo-multitable-item): In a multitable row, insert any
1328 additional needed @tabs and spaces.
1329
1330 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
1331
1332 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
1333 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
1334 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
1335 instead of shell-command.
1336 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
1337 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
1338 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
1339 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
1340 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
1341 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
1342
1343 2006-07-11 Kim F. Storm <storm@cua.dk>
1344
1345 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
1346 Remove special case for seconds < 0. Use (redisplay t) instead.
1347
1348 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
1349
1350 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
1351 avoid compilation error.
1352
1353 * subr.el (sit-for): New function.
1354
1355 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
1356
1357 2006-07-10 Richard Stallman <rms@gnu.org>
1358
1359 * ldefs-boot.el (edebug): Update page.
1360
1361 2006-07-10 Kim F. Storm <storm@cua.dk>
1362
1363 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
1364 to FOR-RELEASE and TODO.
1365
1366 2006-07-10 Romain Francoise <romain@orebokech.com>
1367
1368 * emacs-lisp/authors.el (authors-aliases): Update.
1369
1370 2006-07-10 Alan Mackenzie <acm@muc.de>
1371
1372 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
1373 * cc-mode.el: Changes to eradicate eval-after-load.
1374
1375 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
1376
1377 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
1378 on non-char events.
1379
1380 2006-07-09 Romain Francoise <romain@orebokech.com>
1381
1382 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1383 Don't highlight start/end markers as compilation messages.
1384
1385 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
1386 to t.
1387
1388 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
1389
1390 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
1391
1392 2006-07-08 Richard Stallman <rms@gnu.org>
1393
1394 * term/x-win.el (x-handle-display): Add doc string.
1395
1396 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1397
1398 * subr.el (def-edebug-spec): Move here.
1399 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
1400
1401 * imenu.el (imenu-choose-buffer-index): Doc fix.
1402
1403 2006-07-08 Romain Francoise <romain@orebokech.com>
1404
1405 * term/x-win.el (x-display-name): Fix typo.
1406
1407 2006-07-08 Eli Zaretskii <eliz@gnu.org>
1408
1409 * hexl.el (hexl-find-file): Doc fix.
1410
1411 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
1412
1413 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
1414
1415 * term/x-win.el (x-display-name): Doc fix.
1416
1417 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
1418
1419 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
1420 long prefixes.
1421 (fill-region-as-paragraph): Don't round up to a whole line.
1422 (fill-comment-paragraph): Don't include the code-before-the-comment
1423 when calling fill-region-as-paragraph.
1424
1425 * international/mule.el (make-char): Remove redundancy.
1426
1427 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
1428 property may contain an anonymous function rather than a symbol.
1429
1430 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
1431
1432 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
1433 Use shy regexp. Fix incorrect backref to potentially unmatched group.
1434
1435 * dirtrack.el (dirtrack-default-directory-function): Remove.
1436 (dirtrack-directory-function): Use file-name-as-directory.
1437 (dirtrack-windows-directory-function): Simplify.
1438 (dirtrack-forward-slash, dirtrack-backward-slash)
1439 (dirtrack-replace-slash): Remove.
1440 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
1441 (dirtrack): Fix wrong parenthesizing; use match-string.
1442
1443 * progmodes/octave-inf.el: Remove spurious * in docstrings.
1444 (inferior-octave-mode): Only change the buffer-local value of
1445 comint-dynamic-complete-functions.
1446 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
1447 Move the initialization to the declaration.
1448 (inferior-octave-complete): Remove unused var `filter'.
1449
1450 * shell.el (shell-mode): Only change the buffer-local value of
1451 comint-dynamic-complete-functions.
1452
1453 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
1454
1455 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
1456 entry is skipped because it has been scheduled.
1457 (org-prepare-agenda-buffers): Don't mark buffers as modified when
1458 changing `:org-archived' and `:org-comment' properties.
1459
1460 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
1461
1462 * server.el (server-select-display): Don't make the temp frame
1463 minibuffer-only, in case it's not a temp frame.
1464 (server-process-filter): Don't delete the temp frame if it's the
1465 only one we have on that display.
1466
1467 * files.el (find-alternate-file): Doc fix.
1468
1469 2006-07-05 Richard Stallman <rms@gnu.org>
1470
1471 * files.el (abbreviate-file-name): Add save-match-data.
1472
1473 2006-07-03 Richard Stallman <rms@gnu.org>
1474
1475 * faces.el (read-face-name): Doc fix.
1476
1477 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
1478
1479 * net/goto-addr.el (goto-address): Mark as safe for local evals.
1480
1481 2006-07-05 Andre Spiegel <spiegel@gnu.org>
1482
1483 * vc.el (vc-diff-internal): Fix prev change.
1484
1485 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
1486
1487 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
1488 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
1489
1490 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1491
1492 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
1493 fails if the symbol contains chars like ( or '.
1494 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
1495 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
1496 `short'.
1497
1498 2006-07-04 Kenichi Handa <handa@m17n.org>
1499
1500 * international/mule-cmds.el (set-language-info): If LANG-ENV is
1501 the current one, don't call set-language-environment, but call one
1502 of set-language-environment-XXX to make INFO effective now.
1503 (set-language-environment): Call set-language-environment-XXX
1504 functions instead of doing the various setups directly.
1505 (set-language-environment-coding-systems): Delete argument eol-type.
1506 (set-language-environment-input-method)
1507 (set-language-environment-nonascii-translation)
1508 (set-language-environment-charset)
1509 (set-language-environment-fontset)
1510 (set-language-environment-unibyte): New functions.
1511
1512 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
1513
1514 * locate.el (locate-update-when-revert): New option.
1515 (locate-update-path): New option (suggested by Michael Albinus).
1516 (locate-prompt-for-command): Whitespace change.
1517 (locate-update): No longer offer to update the locate database by
1518 default. Implement the two new options.
1519
1520 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
1521
1522 * tooltip.el: Move comment about track-mouse...
1523
1524 * progmodes/gud.el: ...to here.
1525
1526 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
1527
1528 * facemenu.el (facemenu-listed-faces): New var.
1529 (facemenu-unlisted-faces): Variable deleted.
1530 (facemenu-add-new-face): Use facemenu-listed-faces.
1531
1532 * emulation/viper-init.el, calendar/calendar.el:
1533 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
1534
1535 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
1536
1537 * textmodes/org.el (org-mode): Remove no invalid settings for
1538 calc embedded mode.
1539 (org-mode-p): New defsubst.
1540 (org-save-all-org-buffers): New function.
1541 (org-first-headline-recenter): Enclose outline-regexp in group
1542 delimiters.
1543 (org-set-tags): Keep single space after stars.
1544
1545 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1546
1547 * window.el (set-window-text-height): Only set window-min-height to
1548 1 if that's the requested size.
1549
1550 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
1551 (diff-unified->context, diff-context->unified)
1552 (diff-reverse-direction): Make sure the end marker stays at the end.
1553 (diff-mode): Add the keymap table at the end of docstring.
1554 Use lexical-let rather than constructing a closure manually.
1555
1556 * files.el (find-file-noselect-1): Remove unused var assignment.
1557 (hack-local-variables-confirm): Print lists of strings as lists of
1558 strings rather than lists of symbols.
1559 (abbreviate-file-name, hack-local-variables-prop-line):
1560 Use match-string.
1561 (hack-one-local-variable): Move `make-local-variable' nearer its use.
1562 (recover-session-finish): Use line-end-position.
1563
1564 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
1565
1566 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
1567
1568 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
1569
1570 * progmodes/make-mode.el (makefile-macroassign-regex):
1571 Accept preceding keyword.
1572 (makefile-gmake-statements): Reorganize, now that makepp has
1573 "override" and also handle forgotten "override define".
1574 (makefile-makepp-statements): Add new "global", "override export"
1575 and "override global".
1576
1577 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
1578
1579 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
1580 (ada-compile-mouse-goto-error, ada-deactivate-properties)
1581 (ada-no-auto-case): Fix typos in docstrings.
1582
1583 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
1584
1585 * info.el (Info-find-node-2): Search for makeinfo version more
1586 carefully.
1587
1588 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
1589
1590 * textmodes/org.el (org-prepare-agenda-buffers):
1591 Use `invisible-OK' argument for `org-end-of-subtree'.
1592 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
1593 (org-beginning-of-item): Fix bug in regular expression for white line.
1594 (org-export-as-html): Enforce space after bullet in plain list items.
1595 (org-set-autofill-regexps): Require space after plain list bullet
1596 for paragraph-start.
1597 (org-ts-regexp3): New constant.
1598 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
1599 (org-timestamp-up-day, org-timestamp-down-day)
1600 (org-timestamp-change): Work with inactive timestamps.
1601 (org-ts-regexp1): Don't allow brackets in time stamps.
1602
1603 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
1604
1605 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
1606 for ignoring links.
1607
1608 * faces.el (read-face-name): Use it.
1609
1610 2006-06-28 Juri Linkov <juri@jurta.org>
1611
1612 * buff-menu.el (list-buffers-noselect): Compare Info file
1613 with the string "dir" to detect Info directory.
1614
1615 * complete.el (partial-completion-mode): In lambda for
1616 `choose-completion-string-functions' use full function signature
1617 with 4 args, and move point to the end of the minibuffer only if arg
1618 `mini-p' is non-nil.
1619
1620 2006-06-28 John Paul Wallington <jpw@pobox.com>
1621
1622 * ibuffer.el (ibuffer-mode): Doc fix.
1623
1624 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
1625
1626 * textmodes/org.el (org-context): New contexts :item-bullet,
1627 :latex-fragment, :latex-preview.
1628 (org-overlays-at, org-overlay-start, org-overlay-end):
1629 New compatibility functions.
1630 (org-inside-LaTeX-fragment-p): More accurate matching, using the
1631 exact regexp that will be used during export.
1632 (org-latex-regexps): New variable.
1633 (org-cdlatex-mode): Improve advice for `texmathp'.
1634 (turn-on-org-cdlatex): New function.
1635
1636 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1637
1638 * term/mac-win.el (mac-handle-font-selection): Change keys of
1639 mac-atsu-font-table from strings to numbers.
1640 (mac-ts-caret-position): Use also when cursor-type is nil.
1641 (mac-ts-update-active-input-area): Add Mac OS Classic support.
1642 Relax condition for using overlay strings.
1643 Use mac-ts-caret-position face when cursor-type is nil.
1644
1645 2006-06-26 Kim F. Storm <storm@cua.dk>
1646
1647 * help.el (view-emacs-news): Declare `res' in the right let* form.
1648
1649 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
1650
1651 * net/rcompile.el (remote-compile): Replace ange-ftp based
1652 implementation by Tramp functions.
1653 Suggested by Marc Abramowitz <msabramo@gmail.com>.
1654
1655 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
1656
1657 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
1658
1659 * international/fontset.el (setup-default-fontset): Fix a typo in
1660 the "Oriya-Akruti" registry name.
1661
1662 2006-06-23 Lars Hansen <larsh@soem.dk>
1663
1664 * desktop.el (desktop-full-file-name): New function.
1665 (desktop-kill, desktop-save, desktop-remove, desktop-read)
1666 (desktop-revert): Use it.
1667 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
1668 (desktop-after-read-hook): Add option list-buffers.
1669 (desktop-locals-to-save): Add tab-width.
1670 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
1671 Fix docstring.
1672
1673 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
1674
1675 * textmodes/org.el (org-cdlatex-mode-map)
1676 (org-cdlatex-texmathp-advice-is-done): New variables.
1677 (org-cdlatex-mode): New minor mode.
1678 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
1679 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
1680 (org-export-with-archived-trees): New option.
1681 (org-open-file): Remove the call to `convert-standard-filename'.
1682 (org-archive-tag, org-agenda-skip-archived-trees)
1683 (org-cycle-open-archived-trees)
1684 (org-sparse-tree-open-archived-trees): New options.
1685 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
1686 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
1687 New functions.
1688 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
1689 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
1690 (org-mode-map): Add binding for `org-toggle-archive-tag'.
1691 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
1692 Call `org-prepare-agenda-buffers'.
1693 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
1694 (org-file-apps, org-file-apps-defaults-gnu)
1695 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
1696 Handle remote files by forcing them to be opened in Emacs.
1697
1698 2006-06-23 Andre Spiegel <spiegel@gnu.org>
1699
1700 * vc.el (vc-diff-knows-L): New variable.
1701 (vc-diff-internal): Use it to handle "diff" programs that don't
1702 understand -L. This works automatically, no user action is necessary.
1703
1704 2006-06-23 Daniel Brockman <daniel@brockman.se>
1705
1706 * net/rcirc.el (rcirc-default-user-full-name): Default to
1707 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
1708 longer exists).
1709 (rcirc-process-list): Check `buffer-live-p' before attempting to
1710 switch to a buffer.
1711
1712 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
1713
1714 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
1715 based on rcirc-coding-system-alist.
1716
1717 2006-06-23 Martin Rudalics <rudalics@gmx.at>
1718
1719 * cus-edit.el (customize-apropos): A better error message.
1720 (top level) <debug-ignored-errors>: Extend and update the list of
1721 ignored error messages.
1722
1723 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
1724
1725 * complete.el (PC-do-completion): Retain capitalization of user
1726 input, when possible, even if completion-ignore-case is set.
1727
1728 2006-06-23 Eli Zaretskii <eliz@gnu.org>
1729
1730 * generic-x.el (bat-generic-mode): Support .cmd files.
1731
1732 * dos-w32.el (top level): Use find-file-not-found-functions
1733 instead of the obsolete find-file-not-found-hooks.
1734
1735 2006-06-22 Kim F. Storm <storm@cua.dk>
1736
1737 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
1738 to recognize mode name containing submodes, such as Grep/lw.
1739
1740 2006-06-21 Kim F. Storm <storm@cua.dk>
1741
1742 * simple.el (line-move-1): Check for move-end-of-line instead of
1743 end-of-line when setting temporary-goal-column.
1744
1745 2006-06-21 Miles Bader <miles@gnu.org>
1746
1747 * play/cookie1.el (cookie): Work properly when there's only one entry.
1748
1749 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
1750
1751 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
1752 (gdb-frame-handler): Generalize frame regexp for templates.
1753
1754 2006-06-20 Glenn Morris <rgm@gnu.org>
1755
1756 * calendar/appt.el (appt-display-format): Default value must be
1757 one of the customize options.
1758
1759 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
1760
1761 * term/xterm.el (terminal-init-xterm): Update key availability info.
1762 Bind C-return.
1763
1764 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
1765
1766 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
1767
1768 * files.el (hack-local-variables): Run `hack-local-variables-hook'
1769 whether or not a local variables list is defined.
1770
1771 * msb.el (msb): Move `sit-for' hack here to handle both
1772 "mouse-down and drag" and "mouse-up and select" situations.
1773 (mouse-select-buffer): Move `sit-for' hack to `msb'.
1774
1775 2006-06-20 Kenichi Handa <handa@m17n.org>
1776
1777 * international/characters.el (word-combining-categories):
1778 Add entries for 2-byte Han characters.
1779
1780 2006-06-19 Richard Stallman <rms@gnu.org>
1781
1782 * bindings.el (mode-line-format): Save some mode line space.
1783
1784 * files.el (find-file-noselect): Improve the question wording.
1785 (basic-save-buffer-2): Mask UMASK against 666.
1786
1787 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
1788 (mouse-drag-vertical-line): Call it.
1789
1790 * cus-edit.el (customize-option, customize-option-other-window):
1791 Error if SYMBOL is nil.
1792
1793 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
1794
1795 * textmodes/org.el: Require noutline, also on XEmacs.
1796 (org-end-of-subtree): Return point.
1797 (org-dblock-start-re, org-dblock-end-re): New constants.
1798 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
1799 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
1800 (org-update-all-dblocks, org-find-dblock): New functions.
1801 (org-collect-clock-time-entries): New function.
1802 (org-html-handle-time-stamps): Never export CLOCK timeranges.
1803 (org-fixup-indentation): Modify to deal correctly with lines
1804 starting with TAB. Only one argument DIFF now.
1805 (org-demote, org-promote): Call `org-fixup-indentation' with just
1806 one argument, DIFF.
1807 (org-mode): Don't mark buffer as modified when aligning tables.
1808 (org-clock-sum): Don't mark buffer modified when adding time sum
1809 properties.
1810 (org-export-as-html): Add support for a link validation function.
1811 (org-archive-all-done): New function.
1812 (org-archive-subtree): New prefix argument. When set, archive all
1813 done subtrees in this buffer.
1814 (org-remove-clock-overlays)
1815 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
1816 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
1817 (org-put-clock-overlay): Don't swallow last headline character
1818 when displaying overlay.
1819 (org-store-link): Link to `image-mode' with just the file name.
1820
1821 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
1822
1823 * viper-cmd.el (viper-special-read-and-insert-char):
1824 Use read-key-sequence.
1825 (viper-after-change-undo-hook): Misc enhancements.
1826 (viper-after-change-undo-hook): New hook.
1827 (viper-undo): Use viper-after-change-undo-hook.
1828 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
1829 (viper-next-line-at-bol): If point is on a widget or a button, simulate
1830 clicking on that widget/button.
1831
1832 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
1833
1834 * ediff-diff (ediff-test-patch-utility): Catch errors.
1835 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
1836 (ediff-set-actual-diff-options): New function.
1837 (ediff-reset-diff-options, ediff-toggle-ignore-case):
1838 Use ediff-set-actual-diff-options.
1839 (ediff-extract-diffs): Catch errors.
1840 (ediff-whitespace): Add non-breakable space.
1841 (ediff-same-file-contents): Catch errors.
1842
1843 * ediff-mult.el (ediff-collect-custom-diffs):
1844 Save coding-system-for-read.
1845
1846 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
1847 (ediff-vc-internal, ediff-vc-merge-internal):
1848 Use ediff-delete-version-file.
1849 (ediff-delete-version-file): New function.
1850
1851 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
1852
1853 * ediff.el (ediff-directories, ediff-directory-revisions)
1854 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
1855 (ediff-directories-internal, ediff-merge-directory-revisions)
1856 (ediff-merge-directory-revisions-with-ancestor)
1857 (ediff-directories3): Use read-directory-name.
1858
1859 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
1860
1861 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
1862 Remove superfluous part of regexp for brace matching which is handled
1863 by `scan-lists' call.
1864
1865 2006-06-16 Richard Stallman <rms@gnu.org>
1866
1867 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
1868
1869 * files.el (basic-save-buffer-2): For a new precious file,
1870 use the default modes in the return value.
1871
1872 * facemenu.el (facemenu-color-alist): Doc fix.
1873
1874 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
1875
1876 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1877
1878 * cus-start.el (all): Add mac-ts-script-language-on-focus.
1879
1880 * term/mac-win.el (mac-text-encoding-ascii): New constant.
1881 (mac-utxt-to-string): Use it.
1882 (mac-ts-update-active-input-area): Use mac-ae-number.
1883
1884 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
1885
1886 * term.el (term-handle-scroll, term-delete-lines)
1887 (term-insert-lines): Fix off by one errors.
1888
1889 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
1890
1891 * net/tramp.el (tramp-touch): Use UTC to express time.
1892
1893 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
1894
1895 * mail/sendmail.el (mail-send): Search explicitly for
1896 mail-header-separator when checking for corrupted header lines.
1897
1898 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
1899
1900 * progmodes/gdb-ui.el (gdb-same-frame): New option.
1901 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
1902 (gdb-init-1): Initialise them.
1903 (gdb-starting): Reset gdb-printing
1904 (gdb-starting): Save value of gud-overlay-arrow-position.
1905 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
1906 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
1907 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
1908 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
1909
1910 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1911
1912 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
1913
1914 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
1915
1916 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
1917 (ldap-search-internal): Keep error messages, and a regexp fix.
1918
1919 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
1920
1921 * files.el (hack-local-variables-confirm):
1922 Display string value using its printed representation.
1923
1924 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
1925
1926 * server.el (server-edit): No-op if no server buffers exist.
1927
1928 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
1929
1930 * textmodes/page-ext.el (pages-directory-for-addresses):
1931 Including `pages-directory-address-mode' in the function results
1932 in the message "Buffer in which pages were found is deleted".
1933
1934 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
1935
1936 * textmodes/org.el (org-agenda-mode-map): Add bindings for
1937 clocking functions.
1938
1939 (org-agenda-clock-in, org-check-running-clock)
1940 (org-clock-out-if-current, org-remove-clock-overlays)
1941 (org-put-clock-overlay): New functions.
1942 (org-clock-marker, org-clock-file-total-minutes)
1943 (org-clock-overlays): New variables.
1944 (org-clock-display, org-clock-sum, org-clock-cancel)
1945 (org-clock-out, org-clock-in): New commands.
1946 (org-export): New function.
1947 (org-emph-re): New constant.
1948 (org-set-emph-re, org-do-emphasis-faces): New functions.
1949 (org-emphasis-regexp-components, org-emphasis-alist): New options.
1950 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
1951 (org-export-html-convert-emphasize): Use the configurable emphasis.
1952 (org-cleaned-string-for-export): Make multiline emphasis visible
1953 to the exporter. New optional argument PARAMETERS.
1954 (org-export-as-html): Specify :emph-multiline parameter to
1955 `org-cleaned-string-for-export'.
1956
1957 2006-06-10 Richard Stallman <rms@gnu.org>
1958
1959 * help.el (help-for-help-internal): Clean up help text.
1960
1961 2006-06-10 Andreas Schwab <schwab@suse.de>
1962
1963 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
1964 in doc string.
1965
1966 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
1967
1968 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
1969
1970 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
1971 spaces after the comment start.
1972
1973 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1974
1975 * play/pong.el (pong-init-buffer):
1976 Fill buffer with spaces instead of ^A.
1977
1978 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
1979 launched asynchronously, delete its process instead of being cool.
1980 (ispell-async-processp): Check for `delete-process' existence
1981 instead of `kill-process' one for consistency.
1982
1983 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
1984
1985 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
1986 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
1987 in mode line at startup.
1988
1989 2006-06-08 Kim F. Storm <storm@cua.dk>
1990
1991 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
1992 (ido-init-completion-maps): Bind them to M-SPC and M-v.
1993 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
1994 (ido-file-internal): Pass full file name to write-file.
1995 (ido-read-internal): Only pop stack elements automatically if they
1996 actually match an existing directory or file name.
1997
1998 2006-06-07 Kenichi Handa <handa@m17n.org>
1999
2000 * international/mule.el (find-auto-coding): Don't handle the short
2001 name `char-trans'.
2002
2003 * files.el (hack-local-variables-prop-line)
2004 (hack-local-variables): Cancel the previous change.
2005
2006 2006-06-06 Jesper Harder <harder@phys.au.dk>
2007
2008 * ediff-diff.el (ediff-test-utility): Protect against file-error.
2009
2010 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
2011
2012 * diff-mode.el (diff-mode): Set buffer-read-only to t when
2013 diff-default-read-only is non-nil.
2014 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
2015 (diff-refine-hunk): Set inhibit-read-only to t.
2016
2017 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
2018 modifying the *Diff* buffer.
2019 (diff-process-filter): New filter function for diff process that
2020 sets inhibit-read-only to t when modifying the *Diff* buffer.
2021
2022 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
2023
2024 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
2025 insertion point and control the number of empty lines.
2026 (org-paste-subtree): Limit the number of empty lines at the end of
2027 the inserted tree.
2028 (org-agenda): Use buffer name of current file for narrowing.
2029 (org-export-as-xml): Command removed.
2030 (org-export-xml-type): Option removed.
2031 (org-mode-map): Call `org-export-as-xoxo' directly.
2032 (org-get-indentation): New optional argument LINE.
2033 (org-fix-indentation, org-remove-tabs): New functions.
2034 (org-export-as-ascii, org-ascii-level-start): Determine and apply
2035 correct indentation for headlines that are converted it items.
2036 (org-skip-comments): Remove table lines that contain narrowing
2037 cookies but no other non-empty fields.
2038 (org-set-tags): Allow groups of mutually exclusive tags.
2039 (org-cmp-time): Sort 24:21 before items without time.
2040 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
2041 (org-open-at-point): Require double colon also for numbers.
2042
2043 2006-06-06 Kim F. Storm <storm@cua.dk>
2044
2045 * ido.el (ido-default-file-method, ido-default-buffer-method):
2046 Make choice values consistent with corresponding command names.
2047 (ido-visit-buffer): Update accordingly. Default to selected-window.
2048
2049 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
2050
2051 * progmodes/gud.el (gud-running): Fix doc string.
2052 (gud-menu-map): Use :visible instead fo :enable for debugger test.
2053 (gud-tooltip-modes): Add python-mode.
2054 (gud-tooltip-print-command): Add pdb. Remove perldb.
2055
2056 2006-06-05 Eli Zaretskii <eliz@gnu.org>
2057
2058 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
2059 Quote $(EMACS).
2060
2061 2006-06-05 Richard Stallman <rms@gnu.org>
2062
2063 * faces.el (defined-colors): Doc fix.
2064
2065 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
2066
2067 * vc.el (vc-process-filter): Inhibit undo info collection around
2068 call to insert.
2069 (vc-setup-buffer): Likewise for call to erase-buffer.
2070 (vc-do-command): Likewise for call to process-file.
2071
2072 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
2073
2074 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
2075 for gud-go.
2076 (gud-common-init): Other debuggers may trigger error.
2077
2078 2006-06-05 Kenichi Handa <handa@m17n.org>
2079
2080 * international/mule.el (find-auto-coding):
2081 Handle enable-character-translation in file header.
2082
2083 2006-06-04 Kim F. Storm <storm@cua.dk>
2084
2085 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
2086 (authors-fixed-entries): Fix spelling.
2087 (authors-canonical-file-name): Don't report error for wildcards.
2088
2089 * help.el (view-emacs-news): Rewrite to support new NEWS,
2090 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
2091 e.g. version 10 matches 1.10, and don't be confused by version 1.1
2092 being a prefix of 1.12 (etc). A numeric prefix arg also works.
2093
2094 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
2095
2096 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
2097 exec constructs like `foo bar`.
2098 (sh-quoted-subshell): New helper function to search for a possibly
2099 nested subshell (like `` or $()) within a "" quoted string.
2100 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
2101 (sh-apply-quoted-subshell): Flag quote characters inside a
2102 subshell, which is itself already in a quoted region, as
2103 punctuation, since this is the closest to what they actually are.
2104 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
2105 sh-apply-quoted-subshell.
2106 (sh-font-lock-syntactic-face-function): Apply the new face for
2107 text inside `` instead of the old font-lock-string-face.
2108
2109 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2110
2111 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
2112 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
2113 (mac-bytes-to-text-range, mac-ae-text-range-array)
2114 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
2115 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
2116 (mac-ts-unicode-for-key-event): New functions.
2117 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
2118 (mac-handle-font-selection): Use mac-ae-number.
2119 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
2120 New variables.
2121 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
2122 (mac-ts-converted-text, mac-ts-selected-converted-text)
2123 (mac-ts-block-fill-text, mac-ts-outline-text)
2124 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
2125 (mac-ts-hilite-style-faces): New constant.
2126 (mac-apple-event-map): Bind text input events.
2127 (mac-dispatch-apple-event): Use command-execute instead of
2128 call-interactively.
2129 (global-map): Don't bind mac-apple-event.
2130 (special-event-map): Bind mac-apple-event.
2131
2132 2006-06-02 Eli Zaretskii <eliz@gnu.org>
2133
2134 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
2135 file name.
2136 (emacs): Enclose the value of $(EMACS) in quotes.
2137
2138 2006-06-02 Juri Linkov <juri@jurta.org>
2139
2140 * international/mule.el (sgml-html-meta-auto-coding-function):
2141 Remove the condition `(search-forward "<html" size t)'.
2142 Replace `\"' with `[\"']?' in `re-search-forward'.
2143
2144 2006-06-02 Kenichi Handa <handa@m17n.org>
2145
2146 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
2147 as well as `coding'.
2148 (hack-local-variables): Likewise.
2149
2150 * international/mule.el (enable-character-translation):
2151 Put permanent-local and safe-local-variable properties.
2152 (find-auto-coding): Handle char-trans: tag.
2153
2154 2006-06-02 Juri Linkov <juri@jurta.org>
2155
2156 * international/mule.el (sgml-html-meta-auto-coding-function):
2157 Limit the search by the end of the HTML header (if any).
2158
2159 2006-06-01 Richard Stallman <rms@gnu.org>
2160
2161 * subr.el (with-current-buffer): Doc fix.
2162
2163 2006-06-02 Masatake YAMATO <jet@gyve.org>
2164
2165 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
2166 Almost rewrite. Underlines over all lines of gcov output are too
2167 uncomfortable to read. Suggested by Dan Nicolaescu.
2168
2169 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
2170
2171 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
2172
2173 * shell.el (shell-mode): Use shell-mode-map in docstring.
2174
2175 * comint.el (comint-send-input): Do not add help-echo and
2176 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
2177
2178 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2179
2180 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
2181
2182 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
2183
2184 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
2185 (gdb-stopped, gdb-info-stack-custom): If there is no source info
2186 look up the stack and pop up GUD buffer if necessary.
2187 (gdb-frames-select): Remove redundant call to gud-display-frame.
2188 (gdb-info-threads-custom): Keep point at start of buffer.
2189 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
2190
2191 2006-05-31 Juri Linkov <juri@jurta.org>
2192
2193 * replace.el (query-replace-read-from, query-replace-read-to):
2194 Bind `history-add-new-input' to nil. Call `add-to-history'.
2195
2196 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
2197
2198 * textmodes/table.el: Convert all HTML tags to lower case for
2199 XHTML compatibility.
2200
2201 2006-05-31 Masatake YAMATO <jet@gyve.org>
2202
2203 * progmodes/compile.el:
2204 (compilation-error-regexp-alist-alist::gcov-called-line):
2205 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
2206
2207 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
2208
2209 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
2210 Revert inadvertent changes made with last commit.
2211
2212 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
2213
2214 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
2215 New functions.
2216
2217 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
2218
2219 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
2220
2221 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
2222 only matches in the right place.
2223 (org-upcoming-deadline): New face.
2224 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
2225 (org-export-ascii-underline): Rename constant `org-ascii-underline'
2226 and make it an option.
2227 (org-export-ascii-bullets): New option.
2228 (org-export-as-html): Many changes to emit valid XHTML.
2229 (org-par-open): New variable.
2230 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
2231 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
2232 (org-timeline): Pass `org-timeline-show-empty-dates' to
2233 `org-get-all-dates'. Interpret empty dates returned by
2234 `org-get-all-dates'.
2235 (org-get-all-dates): New argument EMPTY. Add dates without
2236 entries to the list, mark large ranges of empty dates.
2237 (org-point-in-group, org-context): New functions.
2238
2239 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
2240
2241 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
2242
2243 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
2244 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
2245 to C-mouse-3 (for 2 button mice).
2246 (gdb-send): Do the right thing for C-d.
2247
2248 * speedbar.el (speedbar-detach): Delete.
2249 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
2250 it breaks things.
2251 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
2252
2253 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
2254
2255 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
2256 Makeppfile.
2257
2258 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2259 Add makepp diagnostic.
2260
2261 2006-05-29 Richard Stallman <rms@gnu.org>
2262
2263 * window.el (fit-window-to-buffer): Doc fix.
2264
2265 * help.el (temp-buffer-max-height): Doc fix.
2266
2267 * subr.el (with-current-buffer): Doc fix.
2268
2269 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2270
2271 * term/x-win.el: Bind F10 to menu-bar-start if available.
2272
2273 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
2274
2275 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
2276 uses with a simple test.
2277 (term-set-escape-char, term-mode, term-check-kill-echo-list)
2278 (term-send-raw-string, term-send-raw, term-mouse-paste)
2279 (term-char-mode, term-line-mode, term-exec, term-sentinel)
2280 (term-handle-exit, term-read-input-ring)
2281 (term-previous-matching-input-string)
2282 (term-previous-matching-input-string-position)
2283 (term-previous-matching-input-from-input)
2284 (term-replace-by-expanded-history, term-send-input)
2285 (term-skip-prompt, term-bol, term-send-invisible)
2286 (term-kill-input, term-delchar-or-maybe-eof)
2287 (term-backward-matching-input, term-check-source)
2288 (term-proc-query, term-emulate-terminal)
2289 (term-handle-colors-array, term-process-pager, term-pager-line)
2290 (term-pager-bob, term-unwrap-line, term-word)
2291 (term-dynamic-complete-filename)
2292 (term-dynamic-complete-as-filename)
2293 (term-dynamic-simple-complete): Replace one arm ifs with whens or
2294 unlesses.
2295
2296 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
2297
2298 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
2299 during bootstrapping.
2300
2301 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
2302 Basically undo the change of 2006-05-26: use extra arguments instead of
2303 dynamic scoping.
2304 (ewoc-locate): Remove unused var `footer'.
2305
2306 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2307
2308 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
2309
2310 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
2311 (generate-file-autoloads): Obey it. Return whether autoloads were
2312 added at point or not.
2313 (update-file-autoloads): Use this new return value.
2314 Remove redundant test for the presence of an autoload cookie.
2315
2316 * emacs-lisp/autoload.el (autoload-find-file): New fun.
2317 This one calls hack-local-variables.
2318 (generate-file-autoloads, update-file-autoloads): Use it.
2319
2320 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
2321 (bibtex-sort-entry-class): Add safe-local-variable predicate.
2322 (bibtex-sort-entry-class-alist): Don't set the global value.
2323 (bibtex-init-sort-entry-class-alist): New fun.
2324 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
2325 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
2326 of bibtex-init-sort-entry-class.
2327
2328 2006-05-28 Richard Stallman <rms@gnu.org>
2329
2330 * subr.el (load-history-regexp): If FILE is relative, insist
2331 entire last name component must match it.
2332 (load-history-filename-element, load-history-regexp): Doc fixes.
2333
2334 2006-05-29 Kim F. Storm <storm@cua.dk>
2335
2336 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
2337 `pos' and `raw-data' for clarity, as eval forms may access these.
2338
2339 2006-05-28 Kim F. Storm <storm@cua.dk>
2340
2341 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
2342
2343 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2344
2345 * progmodes/make-mode.el (makefile-browser-map)
2346 (makefile-mode-syntax-table): Move initialization inside declaration.
2347 (makefile-fill-paragraph): Use the default comment-filling code.
2348
2349 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
2350
2351 * replace.el (query-replace-defaults): New variable.
2352 (query-replace-read-from): Use `query-replace-defaults' for
2353 default value, instead of history list.
2354 (query-replace-read-to): Update `query-replace-defaults'.
2355
2356 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
2357
2358 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
2359 with no X toolkit.
2360
2361 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
2362
2363 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
2364 (tumme-show-all-from-dir): Add autoload.
2365
2366 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
2367
2368 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
2369 (tumme-remove-tag): Fix bug.
2370
2371 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
2372
2373 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
2374 FOOTER args. Update unique caller.
2375 (ewoc-delete): Compute last node once before looping.
2376 (ewoc--node-branch): Merge into unique caller.
2377 (ewoc--node): Don't define constructor make-ewoc--node for this
2378 structure.
2379 (ewoc): Add member `hf-pp' to this structure.
2380 (ewoc--wrap): New func.
2381 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
2382 header/footer pretty-printers. Save header/footer pretty-printer.
2383 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
2384
2385 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
2386
2387 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
2388
2389 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
2390 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
2391 Tag'. Change "Compare directories..." to "Change Directories...".
2392 Move tumme commands to Operate, Regexp and Immediate menus.
2393 Change "Add Comment" to "Add Image Comment". Change "Add Image
2394 Tag" to "Add Image Tags".
2395
2396 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
2397 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
2398 `tumme-delete-tag'.
2399
2400 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
2401
2402 * shell.el (shell-mode): Call shell-dirtrack-mode after
2403 list-buffers-directory is made a local variable, to avoid setting
2404 the default value.
2405
2406 2006-05-26 Kevin Ryde <user42@zip.com.au>
2407
2408 * info.el (Info-index-next): Use where-is-internal to report
2409 actual binding of Info-index-next, rather than hard-coded `,'.
2410
2411 2006-05-26 Eli Zaretskii <eliz@gnu.org>
2412
2413 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
2414 and "Find Command in Manual" to here.
2415
2416 * buff-menu.el (list-buffers-noselect): For Info buffers, use
2417 Info-current-file as the file name.
2418
2419 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
2420
2421 * ses.el (defadvice undo-more): Delete this defadvice. The undo
2422 overrides will now be done a different way.
2423 (ses-set-parameter): Reapply this function for undo.
2424 (ses-set-header-row): Reconstruct header row during undo.
2425 (ses-widen): New function.
2426 (ses-goto-data, ses-reconstruct-all): Use new function.
2427 (ses-command-hook): Widen buffer during undo, before unupdating
2428 the cells.
2429 (ses-insert-row, ses-delete-row): Widen buffer during undo.
2430 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
2431 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
2432 formula hasn't been executed yet.
2433
2434 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
2435
2436 * comint.el (comint-kill-whole-line): Rename arg to count.
2437 Fix doc string.
2438
2439 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
2440
2441 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
2442 to copy-file.
2443
2444 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
2445
2446 * simple.el (toggle-truncate-lines): Make arg optional for
2447 backward compatibility.
2448
2449 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
2450
2451 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
2452 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
2453 DLL arg. Instead, use ewoc--current-dll. Update all callers.
2454 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
2455 (ewoc--adjust): Use ewoc--current-dll.
2456 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
2457
2458 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
2459
2460 * textmodes/org.el (org-next-item, org-previous-item): Emit more
2461 compact error message.
2462 (org-tags-view): Refresh category table in each file.
2463 (org-table-justify-field-maybe): Remove superfluous arguments to
2464 `format'.
2465 (org-export-as-html): Insert "<p>" before postamble.
2466 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
2467
2468 2006-05-26 Kenichi Handa <handa@m17n.org>
2469
2470 * textmodes/po.el (po-find-charset): Pay attention to the case
2471 FILENAME is a cons (NAME . BUFFER).
2472 (po-find-file-coding-system-guts): Likewise.
2473
2474 * arc-mode.el (archive-set-buffer-as-visiting-file):
2475 Call find-operation-coding-system with (FILENAME . BUFFER).
2476
2477 * tar-mode.el (tar-extract): Call find-operation-coding-system
2478 with (FILENAME . BUFFER).
2479
2480 * international/mule.el (decode-coding-inserted-region):
2481 Call find-operation-coding-system with (FILENAME . BUFFER).
2482
2483 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
2484
2485 * image-mode.el (image-toggle-display): Use buffer contents to
2486 generate image for a remote file.
2487
2488 2006-05-25 Juri Linkov <juri@jurta.org>
2489
2490 * replace.el (query-replace-read-from, query-replace-read-to):
2491 Remove 8th arg KEEP-ALL in read-from-minibuffer.
2492
2493 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
2494
2495 * whitespace.el (whitespace-cleanup): Change to cleanup
2496 region if one is active.
2497 * whitespace.el (whitespace-cleanup-internal): New internal method.
2498
2499 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
2500
2501 * dired.el (dired-mode-map): Add help-echo strings to tumme
2502 commands. Bind `tumme-dired-display-image' to C-t i.
2503
2504 * tumme.el (tumme-display-image): Change documentation string slightly.
2505 (tumme-dired-display-image): Add call to `display-buffer'.
2506
2507 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
2508
2509 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
2510 Signal error if RAW-DATA is a multibyte string.
2511
2512 2006-05-24 Richard Stallman <rms@gnu.org>
2513
2514 * subr.el (with-local-quit): When handling `quit' signal,
2515 make a chance for quit-flag to cause a quit.
2516
2517 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
2518 (ad-disable-advice): Add autoloads.
2519
2520 * subr.el (read-passwd): Copy PROMPT before changing its properties.
2521
2522 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
2523
2524 * dired.el (dired-mode-map): Change menu items for tumme as per
2525 suggestions in emacs-devel.
2526
2527 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
2528
2529 * dired.el (dired-mode-map): Fix breakage.
2530
2531 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
2532
2533 * tumme.el (tumme-display-dired-image): Rename to...
2534 (tumme-dired-display-image): ...this.
2535 (tumme-track-movement): Change default value to t.
2536 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
2537 used from `tumme-next-line-and-display' and similar commands.
2538
2539 * dired.el (dired-mode-map): Add Thumbnail submenu under the
2540 Immediate menu. Add some tumme commands there.
2541
2542 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
2543
2544 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
2545
2546 2006-05-24 Chong Yidong <cyd@mit.edu>
2547
2548 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
2549 menu entries that open submenus.
2550
2551 2006-05-24 Alan Mackenzie <acm@muc.de>
2552
2553 * startup.el (command-line): For names of preloaded files, don't
2554 append ".elc" (now done in Fload), and call file-truename on the
2555 lisp directory.
2556
2557 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
2558 match ANY loaded file with the right name, not just those in
2559 load-path. Put a regexp matching the file name into
2560 after-load-alist, rather than the name itself.
2561
2562 * subr.el: New functions load-history-regexp,
2563 load-history-filename-element, do-after-load-evaluation.
2564
2565 * international/mule.el (load-with-code-conversion): Do the
2566 eval-after-load stuff by calling do-after-load-evaluation.
2567
2568 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
2569
2570 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
2571 has not been killed.
2572
2573 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2574
2575 * term/mac-win.el: Set idle timer to clean up expired Apple events.
2576 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
2577 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
2578 Optionally set error message in reply.
2579
2580 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
2581
2582 * textmodes/org.el (org-open-at-point): Use renamed variable
2583 `org-confirm-shell-link-function'.
2584 (org-confirm-shell-link-function): Rename from
2585 `org-confirm-shell-links'.
2586 (org-export-directory): New function.
2587 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
2588 (org-export-icalendar): Use `org-export-directory'.
2589 (org-indent-item): Keep cursor position.
2590 (org-link-file-path-type): New option.
2591 (org-export-as-html): Fix bug with plain lists starting in
2592 column 0.
2593 (org-export-as-html): Remove deadline formatting, this happens
2594 now already in `org-html-handle-time-stamps'.
2595 (org-export-html-style): Deadline class removed.
2596 (org-insert-labeled-timestamps-at-point): New option.
2597 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
2598 of `hide-sublevels 1', in case the first headline is not level 1.
2599 (org-overview, org-content): New fuction.
2600 (org-cycle-global-status, org-cycle-subtree-status): Make these
2601 variables buffer-local.
2602 (org-global-cycle): New command.
2603 (org-shifttab): Use `org-global-cycle'.
2604 (org-insert-heading, org-insert-item): Go to end of new
2605 headline/item after creating it.
2606 (org-export-visible): Rename from `org-export-copy-visible'.
2607 Now creates a temporary org-file and applies an exporting command
2608 to it.
2609 (org-table-eval-formula): Support for lisp forms.
2610 (org-agenda-todo-ignore-scheduled): New option.
2611 (org-agenda-get-todos): Use new option
2612 `org-agenda-todo-ignore-scheduled'.
2613 (org-export-html-inline-images): New value `maybe'.
2614 (org-export-as-html): Inlining of images dependent on link description.
2615 (org-archive-subtree): Check for end-of-buffer before trying
2616 `kill-line'.
2617 (org-agenda-follow-mode): New option.
2618 (org-export-with-tags, org-export-with-timestamps): New options.
2619 (org-html-handle-time-stamps): New function.
2620 (org-keyword-time-regexp): New variable.
2621 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
2622 (org-agenda-todo-list-sublevels): New option.
2623 (org-html-level-start): When TITLE is nil, just close all levels.
2624 (org-parse-key-lines, org-parse-export-options): Remove functions,
2625 replaced by `org-infile-export-plist'.
2626 (org-combine-plists, org-infile-export-plist)
2627 (org-default-export-plist): New functions.
2628 (org-export-html-preamble, org-export-html-postamble)
2629 (org-export-html-auto-preamble, org-export-html-auto-postamble):
2630 New variables.
2631 (org-export-publishing-directory): New option.
2632 (org-export-as-html, org-export-as-ascii): Use the new property
2633 lists for settings.
2634 (org-export-copy-visible, org-export-as-xoxo):
2635 Respect `org-export-publishing-directory'.
2636 (org-link-search, org-store-link, org-file-apps): Support for
2637 links to BibTeX database entries..
2638 (org-get-current-options, org-set-regexps-and-options):
2639 Implement logging as a startup option.
2640 (org-store-link): Make sure context string is never empty
2641 (org-insert-link): Use relative path when possible.
2642 (org-at-item-checklet-p): New function.
2643 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
2644 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
2645 (org-metaright, org-metaup, org-metadown, org-shiftup)
2646 (org-shiftdown, org-shiftright, org-shiftleft)
2647 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
2648 Dispatch using `call-interactively'.
2649 (org-call-with-arg): New defsubst.
2650 (org-tag-alist, org-use-fast-tag-selection): New options.
2651 (org-complete): Use `org-tag-alist'.
2652 (org-fast-tag-insert, org-fast-tag-selection): New functions.
2653 (org-next-item, org-previous-item): New commands.
2654 (org-beginning-of-item, org-end-of-item): Add (interactive) to
2655 make command.
2656 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
2657
2658 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
2659
2660 * emacs-lisp/ewoc.el (ewoc-delete): New function.
2661 (ewoc-filter): Use `ewoc-delete'.
2662
2663 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
2664
2665 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
2666
2667 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
2668 Signal more user-friendly error messages.
2669
2670 * complete.el (PC-do-completion): Undo the addition of implicit
2671 wildcards if they did not lead to finding any match.
2672 (read-file-name-internal): Don't add the final > if the completion is
2673 not finished.
2674
2675 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
2676
2677 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
2678 Quote safe-local-variable predicate.
2679
2680 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
2681
2682 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
2683
2684 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2685
2686 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
2687
2688 * progmodes/make-mode.el (makefile-special-targets-list)
2689 (makefile-macro-table, makefile-target-table): Mark as risky.
2690 (makefile-query-one-target-method): Make this the alias for the
2691 following variable.
2692 (makefile-query-one-target-method-function): Make this the real name.
2693
2694 * textmodes/artist.el (artist-text-renderer): Make this the alias
2695 for the following variable.
2696 (artist-text-renderer-function): Make this the real name.
2697
2698 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
2699 the alias for the following variable.
2700 (flyspell-generic-check-word-predicate): Make this the real name.
2701
2702 * textmodes/ispell.el (ispell-format-word): Make this the alias
2703 for the following variable.
2704 (ispell-format-word-function): Make this the real name.
2705 (ispell-message-text-end): Mark as risky.
2706
2707 * skeleton.el (skeleton-transformation, skeleton-filter)
2708 (skeleton-pair-filter): Make these the aliases for the following
2709 variables.
2710 (skeleton-transformation-function, skeleton-filter-function)
2711 (skeleton-pair-filter-function): Make these the real names.
2712
2713 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
2714 and skeleton-pair-filter-function.
2715
2716 * textmodes/sgml-mode.el (sgml-transformation): Make this the
2717 alias for the following variable.
2718 (sgml-transformation-function): Make this the real name.
2719 (sgml-tag-alist): Mark as risky.
2720
2721 2006-05-21 Richard Stallman <rms@gnu.org>
2722
2723 * simple.el (kill-region): Interactively, pass point, then mark.
2724
2725 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
2726
2727 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
2728
2729 2006-05-21 Romain Francoise <romain@orebokech.com>
2730
2731 * dired-x.el (dired-mode-map): Don't bind M-g.
2732
2733 2006-05-20 Richard Stallman <rms@gnu.org>
2734
2735 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
2736 (dired-goto-file): Doc fix.
2737
2738 2006-05-21 Kim F. Storm <storm@cua.dk>
2739
2740 * emulation/cua-base.el: Mention customizing cua-mode as alternative
2741 way to enable built-in cua-mode if user loads older CUA-mode package.
2742
2743 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
2744 if default-filename is specified.
2745
2746 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2747
2748 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
2749
2750 * info.el (info-apropos): Make sure current-file and current-node
2751 have non-nil values. Speed up by using add-to-list instead of
2752 manual consing.
2753
2754 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2755
2756 * progmodes/make-mode.el (makefile-mode): Doc fix.
2757
2758 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2759
2760 * dired-aux.el (dired-do-shell-command): Doc fix.
2761
2762 2006-05-20 Kevin Ryde <user42@zip.com.au>
2763
2764 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
2765 ``(custom-manual :tag "Foo" "(foo)Node")''.
2766
2767 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
2768
2769 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
2770 value is an integer.
2771
2772 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2773
2774 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
2775 "format".
2776 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
2777
2778 2006-05-20 Martin Rudalics <rudalics@gmx.at>
2779
2780 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
2781 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
2782
2783 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2784
2785 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
2786 regexp for keywords.
2787
2788 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
2789
2790 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
2791 replace-regexp-in-string.
2792
2793 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
2794 encode, and escape file name on conversion to URL.
2795
2796 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2797
2798 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
2799 Don't unescape URL.
2800 (dnd-get-local-file-name): Unescape URL on conversion to file name.
2801
2802 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
2803 on conversion to URLs.
2804
2805 * net/browse-url.el (browse-url-file-url): Encode file name on
2806 conversion to URL.
2807
2808 * term/mac-win.el (mac-ae-open-documents): Escape file name on
2809 conversion to URL.
2810
2811 2006-05-19 Eli Zaretskii <eliz@gnu.org>
2812
2813 * progmodes/cc-styles.el (c-style-alist): Doc fix.
2814
2815 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2816
2817 * term/mac-win.el (mac-bytes-to-digits): Remove function.
2818 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
2819
2820 2006-05-19 Glenn Morris <rgm@gnu.org>
2821
2822 * calendar/diary-lib.el (diary-bahai-date)
2823 (list-bahai-diary-entries, mark-bahai-diary-entries)
2824 (mark-bahai-calendar-date-pattern): Not interactive.
2825 (add-to-diary-list): New optional arg LITERAL. Doc fix.
2826 (diary-entries-list): Change format of 4th element in each entry.
2827 (diary-list-entries): Use add-to-diary-list.
2828 (diary-goto-entry): Handle the case where the buffer visiting the
2829 diary has been killed.
2830 (fancy-diary-display): Add 'locator to button rather than 'marker.
2831 Only generate temp-face when there are marks to apply.
2832 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
2833 (diary-fancy-date-pattern): New variable.
2834 (diary-time-regexp): Doc fix.
2835 (diary-anniversary, diary-time): New faces.
2836 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
2837 diary-time-regexp. Add font-lock-multiline property where needed.
2838 Use new faces diary-anniversary and diary-time.
2839 (diary-fancy-font-lock-fontify-region-function): New function, to
2840 handle multiline font-lock pattern in fancy diary.
2841 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
2842 (diary-font-lock-keywords): Tweak time regexp. Use new face
2843 diary-time.
2844
2845 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
2846
2847 * international/code-pages.el (mik): Table corrected.
2848
2849 2006-05-18 Kim F. Storm <storm@cua.dk>
2850
2851 * progmodes/grep.el (grep-find): Don't check grep-find-command
2852 before running command (breaks non-interactive usage).
2853
2854 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
2855
2856 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
2857 (ewoc--insert-new-node): Don't insert trailing newline.
2858 Instead, adjust successor nodes's start markers.
2859 (ewoc--refresh-node): Delete all text from current node's start
2860 marker to the next one's; adjust successor nodes's start markers.
2861 (ewoc--create): Doc fixes.
2862 (ewoc--refresh): Don't insert newline.
2863 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
2864 * pcvs.el (cvs-make-cvs-buffer):
2865 Specify extra newline for ewoc's header and footer.
2866 (cvs-update-header): Update initial header recognition.
2867 Append newline to final header and footer values.
2868 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
2869
2870 2006-05-17 Richard Stallman <rms@gnu.org>
2871
2872 * files.el (file-name-extension): Doc fix.
2873
2874 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2875
2876 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
2877 we can explicitly enable/disable rather than toggle.
2878 (shell-mode): Use it.
2879 (shell-cd): Don't try to reproduce what `cd' does.
2880
2881 2006-05-17 Kim F. Storm <storm@cua.dk>
2882
2883 * ido.el (ido-read-internal): Use only nondirectory part of
2884 default item.
2885
2886 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
2887
2888 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
2889 (ewoc-nth): Doc fix.
2890
2891 (ewoc-map, ewoc-invalidate): Compute PP before looping.
2892
2893 2006-05-16 Eli Zaretskii <eliz@gnu.org>
2894
2895 * international/mule.el (auto-coding-alist): Add .lha to files
2896 read with no-conversion.
2897
2898 * files.el (auto-mode-alist): Add .lha files to archive file
2899 extensions.
2900
2901 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
2902 Convert csize to integer when computing offsets within the
2903 compressed archive file.
2904
2905 2006-05-16 Kim F. Storm <storm@cua.dk>
2906
2907 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
2908 with read-from-minibuffer.
2909
2910 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
2911
2912 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
2913 (byte-compile-warnings): Fix safe-local-variable property.
2914
2915 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
2916
2917 * allout.el (allout-show-bodies, allout-old-style-prefixes)
2918 (allout-stylish-prefixes, allout-numbered-bullet)
2919 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
2920 predicates to qualify `safe-local-variable' property, when
2921 available, else use equivalent lambda.
2922 (allout-current-topic-collapsed-p): Do the right thing regarding
2923 trailing blank lines.
2924
2925 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2926
2927 * server.el (server-start): Only create a directory if needed.
2928 (server-edit, server-unload-hook): server-start => server-mode.
2929 (kill-emacs-hook): Cleanup upon exit.
2930
2931 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2932
2933 * hexl.el (hexlify-buffer): Encode process arguments manually.
2934
2935 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
2936
2937 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
2938 call to gdb-tooltip-print.
2939
2940 2006-05-15 Romain Francoise <romain@orebokech.com>
2941
2942 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
2943 systems, default to "tar" since those systems probably have GNU tar.
2944
2945 2006-05-14 Lars Hansen <larsh@soem.dk>
2946
2947 * desktop.el (desktop-missing-file-warning): Fix docstring.
2948 (desktop-restore-file-buffer): Correct question asked on missing file.
2949
2950 2006-05-14 Kim F. Storm <storm@cua.dk>
2951
2952 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
2953 Add CUA move property.
2954
2955 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
2956
2957 * custom.el (custom-push-theme): Load the variable before checking
2958 its `standard-value'.
2959
2960 2006-05-13 Lars Hansen <larsh@soem.dk>
2961
2962 * desktop.el (desktop-save): Use with-temp-buffer.
2963
2964 2006-05-12 Glenn Morris <rgm@gnu.org>
2965
2966 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
2967 * calendar/calendar.el (calendar-mode-map):
2968 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
2969 * calendar/appt.el (appt-check, appt-make-list): Refer to
2970 diary-view-entries, diary-list-entries, diary-show-all-entries
2971 rather than obsolete aliases.
2972
2973 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
2974
2975 * simple.el (line-move-finish): Avoid calling point motion hooks
2976 while processing intangibility.
2977
2978 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
2979
2980 * term/xterm.el (terminal-init-xterm): Fix typo.
2981
2982 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
2983
2984 * allout.el (allout-view-change-hook): Mark as being deprecated,
2985 to be replaced by `allout-exposure-change-hook'.
2986 (allout-exposure-change-hook): New, replacing
2987 `allout-view-change-hook'.
2988 (allout-flag-region): Run new hook `allout-exposure-change-hook',
2989 in addition to `allout-view-change-hook'.
2990 (allout-show-bodies, allout-old-style-prefixes)
2991 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
2992 lambda forms to prevent their showing up in variable help
2993 presentations as inscrutable byte-compiled code.
2994 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
2995 Use string-or-null-p to qualify safe-local-variable values.
2996 (allout-reindent-bodies): Use memq to qualify matches against
2997 valid safe-local-variable values. Also, quote the lambda as above.
2998 (allout-use-mode-specific-leader): Add missing candidate-value
2999 symbols, use memq, and quote the lambda.
3000 (allout-overlay-interior-modification-handler): Remove unused
3001 variables `msg' and 'opened'.
3002 (allout-hidden-p): Constrain invisibility consideration to allout's
3003 invisibility spec, disregarding invisibility for other reasons.
3004
3005 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
3006
3007 * files.el (version-control): Correct safe values.
3008
3009 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
3010
3011 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
3012
3013 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
3014 (ewoc--insert-new-node): New func.
3015 Update callers of deleted funcs to use it, instead.
3016
3017 2006-05-11 Glenn Morris <rgm@gnu.org>
3018
3019 * calendar/calendar.el (diary-show-all-entries): Do not refer to
3020 obsolete alias `show-all-diary-entries'.
3021 (make-diary-entry): Not interactive.
3022 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
3023 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
3024 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
3025 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
3026 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
3027 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
3028
3029 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3030
3031 * calendar/calendar.el (calendar-french-date-string)
3032 (calendar-mayan-date-string, calendar-chinese-date-string)
3033 (calendar-astro-date-string, calendar-iso-date-string)
3034 (calendar-islamic-date-string, calendar-bahai-date-string)
3035 (calendar-hebrew-date-string, calendar-coptic-date-string)
3036 (calendar-ethiopic-date-string, calendar-persian-date-string):
3037 These functions are not interactive.
3038
3039 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
3040
3041 * files.el: Balance parentheses.
3042
3043 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
3044
3045 * files.el, newcomment.el, outline.el, simple.el,
3046 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
3047 progmodes/cc-vars.el, progmodes/compile.el:
3048 Move `safe-local-variable' declarations to the respective files.
3049
3050 * help-fns.el (describe-variable): Don't print safe-var if it is
3051 byte-code. Improve wording as suggested by Luc Teirlinck.
3052
3053 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
3054
3055 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
3056 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
3057 Use a token for pending-triggers to ensure gdb-var-update
3058 gets called once per user input again for pre-GDB 6.4.
3059 (gdb-var-delete): Match on more complex expressions.
3060 (gdb-var-list-children-handler, gdb-var-create-handler):
3061 Use a token for consistency.
3062
3063 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
3064
3065 * textmodes/org.el (org-read-date, org-goto-calendar)
3066 (org-agenda-goto-calendar):
3067 Bind `view-calendar-holidays-initially' to nil.
3068
3069 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
3070
3071 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
3072 Update all callers to do it there, instead.
3073
3074 2006-05-10 Glenn Morris <rgm@gnu.org>
3075
3076 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
3077 prefix arg case, to avoid view-diary-entries-initially error.
3078 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
3079 (calendar-date-is-legal-p): Handle dates with no day part.
3080
3081 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
3082
3083 * comint.el (comint-insert-input): Just make it when
3084 comint-use-prompt regexp is nil (default) and with the mouse.
3085 (comint-copy-old-input): Reinstate from 2004-06-23.
3086 (comint-mode-map): Bind C-c C-m to it.
3087
3088 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
3089
3090 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
3091 Remove spurious move to point-max (new comint behavior fixes).
3092
3093 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
3094 compatibility function (Emacs 18/19).
3095 (idlwave-is-continuation-line): Always return point at start of
3096 previous non-blank continuation line.
3097 `keyword-parameters': Fix continued comment font-lock matcher.
3098 (idlwave-font-lock-fontify-region): Written, use as
3099 font-lock-fontify-region-function, to fix continued keyword
3100 fontification issues.
3101
3102 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3103
3104 * term/mac-win.el (mac-font-panel-mode): Doc fix.
3105 (mac-service-selection, mac-service-open-file)
3106 (mac-service-open-selection, mac-service-mail-selection)
3107 (mac-service-mail-to, mac-service-insert-text): Rename from
3108 mac-services-*. All uses changed.
3109 (mac-apple-event-map): Rename event symbol `services' to `service'.
3110
3111 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
3112
3113 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
3114 (ewoc--node-enter-first, ewoc--node-enter-last)
3115 (ewoc--delete-node-internal): Merge funcs into unique callers.
3116
3117 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
3118
3119 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
3120 return value of read-from-minibuffer for empty input.
3121
3122 2006-05-09 Miles Bader <miles@gnu.org>
3123
3124 * comint.el (comint-insert-input): Remove redundant calls to setq
3125 and goto-char.
3126
3127 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
3128
3129 * comint.el (comint-insert-input): Make it work when
3130 comint-use-prompt-regexp is t.
3131
3132 2006-05-10 Miles Bader <miles@gnu.org>
3133
3134 * subr.el (field-at-pos): New function.
3135
3136 * comint.el (comint-insert-input): Use it.
3137
3138 2006-05-09 Juri Linkov <juri@jurta.org>
3139
3140 * battery.el (battery-linux-proc-acpi): Also try
3141 `/proc/acpi/thermal_zone/THR2/temperature'.
3142
3143 * files.el <safe-local-variable>: Remove `eval' and `let' binding
3144 for now unused lambda `string-or-null'.
3145
3146 * add-log.el (change-log-default-name): Put `string-or-null-p'
3147 instead of lambda on `safe-local-variable' property.
3148
3149 * diff-mode.el (diff-context->unified): Use `region-beginning' and
3150 `region-end' instead of `mark' and `point'.
3151 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
3152 Operate on region in Transient Mark mode when the mark is active.
3153 Use `region-beginning' and `region-end' instead of `mark' and
3154 `point'.
3155 (diff-hunk-text, diff-goto-source): Doc fix.
3156
3157 * startup.el (fancy-splash-screens, normal-splash-screen): Use
3158 face `mode-line-buffer-id' for mode-line buffer face instead of
3159 hard-coded `(:weight bold)'.
3160
3161 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
3162 buffer-undo-list to t (undo-ask is reproducible by visiting
3163 nested archives).
3164
3165 2006-05-09 Kim F. Storm <storm@cua.dk>
3166
3167 * progmodes/grep.el (rgrep): Set default directory of *grep*
3168 buffer if we start M-x rgrep in the *grep* buffer and choose
3169 a different base directory.
3170
3171 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
3172
3173 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
3174 completion also when ido is loaded.
3175
3176 2006-05-09 Masatake YAMATO <jet@gyve.org>
3177
3178 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
3179 "warning" and "import".
3180 (cpp-font-lock-keywords): Added "warning".
3181
3182 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
3183
3184 * term/xterm.el (terminal-init-xterm): Add more key bindings.
3185
3186 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
3187
3188 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
3189 pages at a time, if we signal the end, we should indeed reach that end.
3190
3191 2006-05-08 David Reitter <david.reitter@gmail.com>
3192
3193 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
3194 output during execution of the body.
3195
3196 2006-05-08 Kim F. Storm <storm@cua.dk>
3197
3198 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
3199
3200 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
3201
3202 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
3203 Use with-current-buffer.
3204
3205 2006-05-07 Kim F. Storm <storm@cua.dk>
3206
3207 * subr.el (add-to-history): Remove keep-dups arg.
3208
3209 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
3210 to nil around call to add-to-history.
3211
3212 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
3213
3214 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
3215 than after a buffer modification.
3216
3217 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
3218
3219 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
3220 call to...
3221 (gud-watch): ...here so speedbar is raised for already watched
3222 expressions.
3223 (gdb-speedbar-refresh): Delete function.
3224 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
3225 Use speedbar-timer-fn instead of speedbar-refresh (reverting
3226 earlier change).
3227 (gdb-var-evaluate-expression-handler)
3228 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
3229
3230 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
3231 Update localized contents for all buffers except ignored modes.
3232
3233 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3234
3235 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
3236 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
3237 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
3238 (mac-handle-font-panel-closed, mac-handle-font-selection):
3239 New functions.
3240 (mac-font-panel-mode): New minor mode.
3241 (mac-apple-event-map): Add bindings for toolbar toggle button and
3242 font panel.
3243 (menu-bar-showhide-menu): Add mac-font-panel-mode.
3244
3245 2006-05-07 John Paul Wallington <jpw@pobox.com>
3246
3247 * ibuffer.el (ibuffer-compressed-file-name-regexp):
3248 Avoid `regexp-opt'; simplify regexp for readability.
3249
3250 2006-05-06 Eli Zaretskii <eliz@gnu.org>
3251
3252 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
3253 * files.el (buffer-stale-function):
3254 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3255 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
3256 links to the main manual, not to emacs-xtra.
3257
3258 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3259
3260 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
3261 MacJapanese if text is ASCII-only.
3262
3263 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
3264
3265 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
3266 unless so nil isn't returned.
3267 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
3268
3269 2006-05-06 Kim F. Storm <storm@cua.dk>
3270
3271 * subr.el (add-to-history): New function.
3272
3273 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
3274 (ediff-merge-files-with-ancestor):
3275 * env.el (setenv):
3276 * isearch.el (isearch-update-ring):
3277 * server.el (server-visit-files):
3278 * progmodes/grep.el (lgrep, rgrep):
3279 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
3280 * progmodes/xscheme.el (xscheme-insert-expression):
3281 Use add-to-history.
3282
3283 * kmacro.el (kmacro-push-ring): Use add-to-history.
3284 (kmacro-ring-length): Remove unused defun.
3285 (kmacro-start-macro): Use kmacro-push-ring.
3286
3287 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
3288
3289 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
3290 directly instead of a lambda expression that calls it.
3291
3292 2006-05-06 Kim F. Storm <storm@cua.dk>
3293
3294 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
3295 instead of compute-motion.
3296
3297 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
3298
3299 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
3300 change.
3301
3302 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
3303
3304 * startup.el (command-line-1): Refer to "Pure Storage" on
3305 pure-space-overflow.
3306
3307 2006-05-05 Martin Rudalics <rudalics@gmx.at>
3308
3309 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
3310 provided faces once they all have been used up.
3311
3312 2006-05-05 Eli Zaretskii <eliz@gnu.org>
3313
3314 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
3315 reference to the Lisp manual to the warning about pure space
3316 overflow.
3317
3318 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3319
3320 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
3321 argument to avoid the call to `ispell-internal-change-dictionary'
3322 when not needed.
3323 (ispell-change-dictionary): Use this argument and call
3324 `ispell-internal-change-dictionary' after the possible change
3325 to `ispell-local-dictionary'.
3326 (ispell-internal-change-dictionary): Check for a change in
3327 personal dictionary use too.
3328
3329 2006-05-05 Eli Zaretskii <eliz@gnu.org>
3330
3331 * startup.el (command-line): On MS-Windows, probe "~", not
3332 "~USER", for warning about non-existent home directory
3333
3334 * arc-mode.el (archive-l-e): New optional argument `float' means
3335 generate a float value.
3336 (archive-arc-summarize, archive-lzh-summarize)
3337 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
3338 with 3rd argument non-nil when file's size is being computed.
3339 Format the file sizes with %8.0f instead of %8d.
3340
3341 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3342
3343 * cus-start.el (all): Add mac-dnd-known-types.
3344
3345 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
3346 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
3347 (mac-TIFF-to-string): New functions.
3348 (x-get-selection, x-selection-value)
3349 (mac-select-convert-to-string): Use them.
3350 (mac-text-encoding-mac-japanese-basic-variant): New constant.
3351 (mac-dnd-types-alist): New customization variable.
3352 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
3353 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
3354 (mac-dnd-handle-drag-n-drop-event): New functions.
3355 (mac-drag-n-drop): Remove function.
3356 (global-map): Bind drag-n-drop and M-drag-n-drop to
3357 mac-dnd-handle-drag-n-drop-event.
3358
3359 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
3360
3361 * progmodes/perl-mode.el (perl-beginning-of-function):
3362 Skip anonymous subs.
3363
3364 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
3365
3366 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
3367 regexp-opt at run time.
3368
3369 * term.el (term-handle-ansi-escape): Fix off by one error.
3370
3371 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
3372
3373 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
3374 (gdb-init-1, gdb-post-prompt): ...and references to it.
3375 (gdb-frame-handler): Strip directory name from filename if present.
3376
3377 * progmodes/gud.el (gdb-force-update): Delete defvar
3378 (gud-speedbar-buttons): ...and references to it. Use window-start
3379 to try to keep positon in watch expression.
3380
3381 2006-05-03 Richard Stallman <rms@gnu.org>
3382
3383 * simple.el (next-history-element, previous-history-element): Doc fix.
3384
3385 * isearch.el (isearch-update-ring): Doc fix.
3386
3387 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
3388
3389 * isearch.el (isearch-update-ring): Take history-delete-duplicates
3390 into consideration. Replace one arm ifs with whens.
3391
3392 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
3393
3394 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
3395 (menu): Fix typo.
3396
3397 2006-05-02 Miles Bader <miles@gnu.org>
3398
3399 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
3400
3401 2006-05-02 Jay Belanger <belanger@truman.edu>
3402
3403 * calc/calc-embed.el (calc-override-minor-modes-map)
3404 (calc-override-minor-modes): New variables.
3405 (calc-do-embedded): Make sure that Calc keystrokes aren't
3406 overwritten by minor modes.
3407
3408 2006-05-02 Chong Yidong <cyd@mit.edu>
3409
3410 * msb.el (msb): If EVENT is a down event, read and discard the up event.
3411
3412 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
3413
3414 * startup.el (command-line-1): Refer to Lisp manual when
3415 pure-space-overflow occurs.
3416
3417 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
3418 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
3419 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
3420 (version-control): Don't use `t' for safe-local-variable declarations.
3421
3422 2006-05-01 Richard Stallman <rms@gnu.org>
3423
3424 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
3425 M-r, M-R, M-A, M-SPC or M-DEL.
3426 (diff-mode-map): diff-refine-hunk now on C-c C-w
3427 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
3428
3429 * help-mode.el (help-mode): view-exit-action calls delete-window
3430 only when it is safe and possible.
3431
3432 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
3433 in messages.
3434
3435 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
3436
3437 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
3438 in the default tool-bar-map.
3439
3440 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
3441
3442 * net/tramp.el (tramp-completion-file-name-handler-alist)
3443 (tramp-run-real-handler, tramp-completion-run-real-handler)
3444 (tramp-completion-handle-file-name-all-completions)
3445 (tramp-completion-handle-file-name-completion): Autoload them.
3446 (tramp-completion-handle-file-exists-p)
3447 (tramp-completion-handle-file-name-directory)
3448 (tramp-completion-handle-file-name-nondirectory)
3449 (tramp-completion-handle-expand-file-name): Remove them.
3450 (tramp-handle-file-name-directory): Return the real directory name.
3451 Returning "/" only doesn't need to be necessary any longer.
3452 (tramp-file-name-handler): Make special attention when in hostname
3453 completion mode.
3454 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
3455 (tramp-register-file-name-handlers):
3456 Register `tramp-completion-file-name-handler' only when
3457 `partial-completion-mode' is enabled.
3458 (tramp-completion-handle-file-name-all-completions):
3459 Delete directory part from results.
3460 (tramp-get-completion-methods, tramp-get-completion-user-host):
3461 Discard deleting "/", it doesn't work after the change of
3462 `tramp-handle-file-name-directory' above.
3463
3464 2006-05-01 Kim F. Storm <storm@cua.dk>
3465
3466 * progmodes/grep.el (grep-expand-template): Use save-match-data
3467 and symbol-value.
3468
3469 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3470
3471 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
3472 Use select-frame-set-input-focus instead of raise-frame.
3473 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
3474
3475 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
3476
3477 * progmodes/gud.el (gud-def): Add %c case.
3478 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
3479 (gud-format-command): Make match case sensitive. Match on %F.
3480
3481 2006-04-30 Glenn Morris <rgm@gnu.org>
3482
3483 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
3484 (cal-tex-preamble): Use cal-tex-preamble-extra.
3485 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
3486 than alias `list-diary-entries'.
3487
3488 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
3489
3490 * help-fns.el (describe-variable): Add info about safe local variables.
3491
3492 2006-04-29 Richard Stallman <rms@gnu.org>
3493
3494 * bindings.el (mode-line-format): help-echo doc fixes.
3495
3496 * net/tramp.el (tramp-file-name-handler-alist): Delete
3497 expand-file-name and other operations that can cause spurious loading.
3498
3499 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3500
3501 * files.el (safe-local-variable-p): Remove support for the special
3502 value t.
3503
3504 * textmodes/paragraphs.el (sentence-end-without-space):
3505 Fix safety predicate.
3506 (sentence-end-double-space, sentence-end-without-period)
3507 (paragraph-ignore-fill-prefix):
3508 * textmodes/fill.el (colon-double-space):
3509 * abbrev.el (abbrev-mode): Tighten the safety predicate.
3510
3511 * subr.el (booleanp): New fun.
3512
3513 * textmodes/reftex-vars.el (reftex-guess-label-type):
3514 Tighten the safety predicate.
3515
3516 2006-04-28 Kim F. Storm <storm@cua.dk>
3517
3518 * progmodes/grep.el (defgroup grep): Doc fix.
3519 (grep-auto-highlight): Remove.
3520 (grep-template): New defcustom.
3521 (grep-find-template): Rename from grep-tree-template.
3522 (grep-files-aliases): Rename from grep-tree-files-aliases.
3523 Remove "all" alias, add "l" alias.
3524 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
3525 (grep-find-ignored-directories): New defcustom to replace
3526 grep-tree-ignore-CVS-directories, to facilitate ignoring
3527 subdirectories for multiple version control systems.
3528 (grep-mode-map): Add Recursive grep item to GREP menu.
3529 (grep-regexp-history, grep-files-history): New defvars.
3530 (grep-probe): New helper function.
3531 (grep-compute-defaults): Use it to simplify code.
3532 Adapt to name changes.
3533 Use `.' as base in grep-find-template rather than <D>.
3534 (grep): Remove superfluous highlight-regexp arg. Fix doc.
3535 Call grep-compute-defaults unconditionally.
3536 (grep-expand-keywords): New defconst.
3537 (grep-expand-template): Rename from grep-expand-command-macros.
3538 Simplify via grep-expand-keywords. Look at case-fold-search instead
3539 of grep-tree-ignore-case to add -i option.
3540 Bind case-fold-search to nil while matching keywords.
3541 (grep-tree-last-regexp, grep-tree-last-files): Remove.
3542 (grep-read-regexp, grep-read-files): New helper functions.
3543 (rgrep): Rename from grep-tree. Rework to use proper histories.
3544 Adapt to changes in defcustoms and functions above.
3545 (lgrep): New command, as grep, but using same interactive UI as rgrep.
3546
3547 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
3548
3549 * net/tramp.el (tramp-completion-file-name-handler):
3550 Disable Tramp's functionality while loading Tramp itself.
3551 (tramp-register-file-name-handlers): That's a defsubst now.
3552 Code from `tramp-repair-jka-compr' moved here. Apply it via
3553 `after-init-hook'.
3554 (tramp-repair-jka-compr): Remove.
3555
3556 2006-04-27 Jay Belanger <belanger@truman.edu>
3557
3558 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
3559 read expression when `math-read-big-expr' doesn't work.
3560
3561 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
3562
3563 * startup.el (command-line-1): Display warning when
3564 pure-space-overflow is non-nil.
3565
3566 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3567
3568 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
3569 risky.
3570
3571 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3572
3573 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
3574 Return the URL or nil if none can be generated.
3575
3576 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
3577
3578 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
3579 byte compiler warnings.
3580 (gud-basic-call, gud-find-expr): Let user select an expression
3581 for printing. Print expression as well as value in GUD buffer.
3582
3583 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
3584
3585 * allout.el: Remove local autoload declaration for
3586 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
3587 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
3588 (allout-plain-bullets-string, allout-distinctive-bullets-string)
3589 (allout-use-mode-specific-leader, allout-old-style-prefixes)
3590 (allout-stylish-prefixes, allout-numbered-bullet)
3591 (allout-file-xref-bullet, allout-presentation-padding)
3592 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
3593 safe-local-variable with suitable value spec, and add autoload
3594 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
3595 (move-beginning-of-line, move-end-of-line): Repair so these compat
3596 functions now actually resituate the point, when appropriate.
3597
3598 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3599
3600 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
3601
3602 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
3603 (add-log-iso8601-time-string): Fix call to format-time-string.
3604
3605 2006-04-26 Kim F. Storm <storm@cua.dk>
3606
3607 * subr.el (posn-string, posn-image, posn-object): Doc fix.
3608
3609 2006-04-26 Masatake YAMATO <jet@gyve.org>
3610
3611 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
3612 Add support for "//" style comments. Remove `b' flag
3613 from ?* in `asm-mode-syntax-table'.
3614
3615 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3616
3617 * follow.el: Use (featurep 'xemacs) everywhere.
3618 (follow-mode): Use define-minor-mode.
3619 (follow-mode-map): Move initialization into the declaration.
3620 Use command remapping.
3621 (follow-emacs-version-xemacs-p): Remove.
3622 (follow-submit-feedback): Remove.
3623
3624 * allout.el (allout-layout, allout-passphrase-verifier-string)
3625 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
3626
3627 * textmodes/reftex-vars.el (reftex-vref-is-default)
3628 (reftex-fref-is-default, reftex-guess-label-type):
3629 Tighten up a bit the safety predicate.
3630
3631 * textmodes/paragraphs.el (sentence-end-double-space)
3632 (sentence-end-without-period, sentence-end-without-space)
3633 (page-delimiter, paragraph-ignore-fill-prefix):
3634 Tighten up a bit the safety predicate.
3635
3636 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
3637
3638 * progmodes/python.el (python-continuation-line-p)
3639 (python-beginning-of-statement): syntax-ppss may return
3640 a negative depth.
3641 (python-mode): Don't forcefully enable font-lock.
3642
3643 * time-stamp.el (time-stamp-start, time-stamp-end)
3644 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
3645
3646 * add-log.el: Remove spurious * in docstrings.
3647 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
3648 (add-change-log-entry): Use it here, since it's not specific
3649 to iso8601.
3650 (add-log-iso8601-time-string): Don't use it here any more.
3651 (change-log-indent-text, change-log-indent): Rename from add-log-*.
3652
3653 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
3654
3655 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
3656
3657 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
3658 (rcirc-toggle-low-priority): Doc fix.
3659 (rcirc-handler-NOTICE): Remove beginning of line anchor in
3660 ChanServ regexp.
3661 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
3662 #emacs.
3663 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
3664 (rcirc-decode-coding-system): Use utf-8 as the default.
3665 (rcirc-multiline-minor-mode): Set the fill-column.
3666 (rcirc-format-response-string): Display bright and dim nicks.
3667 (rcirc-browse-url): Update interactive spec to fill ARG.
3668 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
3669 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
3670
3671 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
3672
3673 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
3674 case for @Article, etc.
3675
3676 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
3677
3678 * net/tramp.el (tramp-register-file-name-handlers): New defun.
3679 Added with autoload cookie.
3680 (tramp-unload-file-name-handlers): Rename from
3681 `tramp-unload-file-name-handler-alist'.
3682
3683 2006-04-23 Romain Francoise <romain@orebokech.com>
3684
3685 * comint.el (comint-match-partial-filename): Doc fix.
3686
3687 2006-04-21 Glenn Morris <rgm@gnu.org>
3688
3689 * calendar/cal-menu.el (calendar-mode-map): Refer to
3690 `diary-view-entries' rather than alias `view-diary-entries'.
3691 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
3692
3693 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
3694
3695 * progmodes/antlr-mode.el (antlr-default):
3696 * cus-edit.el (custom-documentation):
3697 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
3698 in defface.
3699
3700 2006-04-21 Kim F. Storm <storm@cua.dk>
3701
3702 * image.el (image-type): New defun split out of create-image.
3703 (create-image): Use it.
3704
3705 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
3706
3707 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
3708 (org-open-at-point): Remove the "...done" message to keep output
3709 in the echo area visible.
3710 (org-export-as-xoxo): Fix call to `indent-region'.
3711
3712 2006-04-21 Kevin Ryde <user42@zip.com.au>
3713
3714 * international/mule.el (keyboard-coding-system): defcustom
3715 info-link fixes: "Specify Coding" has been split, keyboard now in
3716 "Terminal Coding", and "Single-Byte Character Support" is now
3717 "Unibyte Mode".
3718
3719 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
3720
3721 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
3722 Use font-lock-warning-face for any errors e.g. no stack.
3723 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
3724
3725 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3726
3727 * progmodes/sh-script.el (sh-shell): Mark as safe.
3728
3729 * newcomment.el (comment-start, comment-start-skip)
3730 (comment-end-skip, comment-end): Mark as safe.
3731
3732 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
3733
3734 * textmodes/org.el (org-deadline-announce): Face removed.
3735 (org-level-faces, org-n-levels): Convert to constant.
3736 (org-compatible-face): New function.
3737 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
3738 (org-level-5, org-level-6, org-level-7, org-level-8)
3739 (org-special-keyword, org-warning, org-headline-done, org-link)
3740 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
3741 (org-scheduled-today, org-scheduled-previously, org-time-grid):
3742 Face definition revised for better color tty support.
3743 (org-bold-re, org-italic-re, org-underline-re): New constants.
3744 (org-set-font-lock-defaults): Use the new constants.
3745 (org-agenda-highlight-todo): New function.
3746 (org-agenda-todo): Fix bug with point at end of line.
3747 (org-agenda-change-all-lines, org-finalize-agenda-entries):
3748 Fontify TODO keywords.
3749 (org-insert-link): Preserve relative path in ../ links.
3750 (org-export-as-html): Convert links pointing to .org files into
3751 links that will work beteen the exported HTML files.
3752 (org-todo-list): Fix bug when arg=0.
3753 (org-insert-heading): More fine-tuning.
3754
3755 2006-04-19 Romain Francoise <romain@orebokech.com>
3756
3757 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
3758 from `rmail-mime-charset-pattern'.
3759
3760 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
3761
3762 * progmodes/python.el (python-mode): Fix typo.
3763
3764 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
3765
3766 * comint.el (comint-previous-input): Don't clobber input line
3767 when moving off either end of the input history ring.
3768 (comint-delete-input): New function, used by
3769 `comint-previous-input' and others.
3770 (comint-previous-matching-input):
3771 Use `coming-delete-input'. Save the partial input if leaving the
3772 edit line. Goto point-max before deleting input to avoid
3773 partial input fragments hanging around.
3774 (comint-restore-input): New function, used by `comint-previous-input'.
3775
3776 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
3777
3778 * imenu.el (imenu--index-alist): Balance parentheses.
3779
3780 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
3781
3782 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
3783
3784 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
3785
3786 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
3787 file is nil.
3788
3789 2006-04-18 Richard Stallman <rms@gnu.org>
3790
3791 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
3792
3793 * imenu.el (imenu-create-index-function, imenu--index-alist)
3794 (imenu--last-menubar-index-alist, imenu--make-index-alist)
3795 (imenu-default-create-index-function, imenu--generic-function):
3796 Doc fixes.
3797
3798 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
3799
3800 * help-mode.el (help-mode): Set view-exit-action to delete window.
3801
3802 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
3803 now works by passing nil as arg.
3804
3805 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
3806
3807 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
3808 (read-abbrev-file): Provide default when reading filename.
3809
3810 * files.el (enable-local-variables): Allow :all as value.
3811 (hack-local-variables): Implement that value.
3812 (safe-local-variable-values, safe-local-eval-forms)
3813 (enable-local-variables): Mark as risky.
3814 (find-file-visit-truename, kept-old-versions): Mark safe.
3815
3816 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
3817 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
3818 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
3819
3820 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3821
3822 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
3823 Use forward-line so as to get to BOL even in the presence of fields.
3824 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
3825 in return.
3826 (inferior-tcl): Tell tclsh to work in interactive mode.
3827
3828 * complete.el (partial-completion-mode):
3829 Use 'choose-completion-string-functions to make sure that
3830 choose-completion fills the minibuffer properly.
3831
3832 * complete.el (PC-old-read-file-name-internal): Remove.
3833 (PC-read-include-file-name-internal): Remove. Turn it into an advice
3834 of read-file-name-internal.
3835 (partial-completion-mode): Enable/disable this advice.
3836
3837 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
3838
3839 * net/tramp.el (tramp-completion-file-name-handler): Revert change
3840 of 2006-04-17.
3841
3842 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
3843
3844 * textmodes/org.el (org-insert-heading): Insert heading before
3845 current if at beginning of line.
3846 (org-todo, org-date): New faces.
3847 (org-table-align): Make sure tooltip window contains full text.
3848 (org-no-properties): New defsubst.
3849 (org-set-font-lock-defaults): Use new faces.
3850
3851 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
3852
3853 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
3854 for root variables.
3855
3856 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
3857 (gdb-frame-address): Re-use to identify frame for watch expression.
3858 (gdb-var-list, gdb-var-create-handler): Add frame address for root
3859 variables.
3860 (gdb-init-1, gdb-source, gdb-post-prompt)
3861 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
3862 (gdb-frame-handler): Get gdb-frame-address.
3863
3864 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
3865
3866 Sync with Tramp 2.0.53.
3867
3868 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
3869 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
3870 (tramp-completion-file-name-handler): Add autoload cookie for
3871 adding to `file-name-handler-alist'.
3872
3873 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
3874 the prompt. If it returns earlier (when detecting an error
3875 message), the rest of the output will merge accidently with the
3876 output of the next command. Reported by M Jared Finder
3877 <jared@hpalace.com>.
3878
3879 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3880 for `process-file', in order to let it work for older Emacsen too.
3881
3882 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
3883
3884 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
3885 (tex-font-lock-keywords-3): Use it.
3886
3887 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3888
3889 * newcomment.el (comment-add): New function.
3890 (comment-region-default, comment-dwim): Use it.
3891
3892 2006-04-15 Michael Olson <mwolson@gnu.org>
3893
3894 * emacs-lisp/tq.el: Improve comments.
3895 (tq-queue-head-question): New accessor function.
3896 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
3897 Update for modified queue structure.
3898 (tq-queue-add): Accept `question' argument.
3899 (tq-queue-pop): If a question is pending, send it.
3900 (tq-enqueue): Accept new optional argument `delay-question'.
3901 If this is non-nil, and at least one other question is pending a
3902 response, queue the question rather than sending it immediately.
3903
3904 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3905
3906 * calendar/appt.el (appt-add): Check whether an appointment is
3907 already present in appt-time-msg-list. Simplify code.
3908
3909 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3910
3911 * progmodes/cc-langs.el (c-mode-menu):
3912 Don't presume c-subword-mode is bound.
3913
3914 2006-04-13 Bill Wohler <wohler@newt.com>
3915
3916 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
3917 (customize-package-emacs-version): Use cdr instead of cadr now
3918 that alists use dotted pairs.
3919
3920 * custom.el (defcustom): Fix docstring for :package-version.
3921
3922 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
3923
3924 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
3925 (tramp-handle-shell-command): Display output buffer only when
3926 `tramp-display-shell-command-buffer' is true.
3927 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
3928
3929 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3930
3931 * textmodes/org.el (org-set-autofill-regexps): Set only the local
3932 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
3933
3934 2006-04-13 Romain Francoise <romain@orebokech.com>
3935
3936 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
3937 leaving temporary .cvsignore buffers behind.
3938
3939 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3940
3941 * textmodes/org.el (org-set-regexps-and-options)
3942 (org-get-current-options): Better names for the startup folding
3943 options.
3944
3945 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
3946
3947 * vc.el (vc-annotate): Arrange for point to end up at the same
3948 line number as in the original, but only when using a new buffer.
3949
3950 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
3951
3952 * files.el (hack-one-local-variable-eval-safep):
3953 Recognize `edebug-form-spec' for `put', but only if it passes
3954 `edebug-basic-spec'. Generalize `put' handling.
3955
3956 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
3957 vetting file-local form specs.
3958
3959 * allout.el (allout-layout): Autoload its `safe-local-variable'
3960 property.
3961
3962 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3963
3964 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
3965 (org-agenda-mouse-1-follows-link)
3966 (org-mouse-1-follows-link): New options.
3967 (org-format-agenda-item): Fix bug if TAGS is nil.
3968 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
3969
3970 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
3971
3972 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
3973 GDB 6.1+ gives full filename for "info sources" so use
3974 file-name-nondirectory.
3975
3976 2006-04-12 Romain Francoise <romain@orebokech.com>
3977
3978 * subr.el (read-passwd): Bind `message-log-max' to nil.
3979
3980 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3981
3982 * progmodes/perl-mode.el (perl-indent-new-calculate):
3983 Recompute parse-start after jumping backward by a whole sexp.
3984
3985 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3986
3987 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
3988 window configuration.
3989 (vc-annotate-display-select): Select the buffer so that current-buffer
3990 (and selected-window) is the output buffer at the end of vc-annotate.
3991
3992 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
3993
3994 * vc.el (vc-annotate-color-map): Add custom TTY color map for
3995 8-color terminals, to use all of the colors in a sensible order.
3996 256-color terminals work well with the standard map.
3997 (vc-annotate-lines): Only strip the first color character if it
3998 is "#", to allow for terminal-style named colors.
3999 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
4000 the correct buffer is scrolled.
4001
4002 2006-04-11 Richard Stallman <rms@gnu.org>
4003
4004 * emacs-lisp/bytecomp.el (byte-compile-file):
4005 Bind enable-local-variables to :safe, and make normal-mode obey it.
4006
4007 * files.el (enable-local-variables): Allow value :safe.
4008 (normal-mode): Doc fix.
4009 (hack-local-variables): Implement enable-local-variables = :safe.
4010 (hack-local-variables-confirm): Don't prevent quitting.
4011
4012 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4013
4014 * loadhist.el (unload-feature): A bit of sanity check of
4015 load-history entries. Cancel timer-vars before unbinding them.
4016
4017 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
4018 quote special chars, and make the trick work on the hex part of the
4019 buffer as well.
4020 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
4021 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
4022
4023 * startup.el (normal-splash-screen): Fix last change so we don't wait
4024 2 minutes if we don't show the splash screen.
4025
4026 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
4027
4028 * textmodes/org.el (org-export-plain-list-max-depth)
4029 (org-table-spaces-around-separators)
4030 (org-radio-targets, org-activate-camels)
4031 (org-table-spaces-around-invisible-separators): Options removed.
4032 (org-time-stamp-rounding-minutes, org-remember-templates)
4033 (org-ellipsis, org-activate-links, org-descriptive-links):
4034 New options.
4035 (org-remember-apply-template, org-current-time)
4036 (org-finish-edit-table-field)
4037 (org-link-unescape, org-link-escape)
4038 (org-string-width, org-table-clean-line, org-html-do-expand)
4039 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
4040 (org-read-agenda-file-list): New functions.
4041 (org-table-edit-field)
4042 (org-table-create-or-convert-from-region): New commands
4043 (org-table-toggle-vline-visibility): Command removed.
4044 (org-table-convert-region): Made a command.
4045 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
4046 Replace with the normal org- functions.
4047 (org-self-insert-command): Don't trigger realign unnecessarily
4048 when blanking a field that is not full.
4049 (org-mode): `Set buffer-invisibility-spec' for links.
4050 (org-activate-links2): Hide link part and only show descriptive
4051 part of the link.
4052 (org-insert-link): Modify for new linking system.
4053 (org-store-link): Store description separately, for use by
4054 `org-insert-link'.
4055 (org-table-align): Use `org-string-width'.
4056 (defgroup): Completely new group structure for custom variables.
4057 (org-agenda-files): Option: Single file name allowed. Function:
4058 Optional argument unrestrited means ignore any restricitons.
4059 (org-install-agenda-files-menu): Find a buffer in Org-mode before
4060 trying to modify the menu. Use generalized access to
4061 `org-agenda-files.'
4062 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
4063 (org-agenda-file-to-front, org-remove-file, org-diary)
4064 (org-tags-view, org-export-icalendar-all-agenda-files)
4065 (org-export-icalendar-combine-agenda-files): Use generalized
4066 access to `org-agenda-files'.
4067 (org-remember-handler): Correctly preserve heading if present.
4068 (org-table-insert-row, org-table-insert-hline): Deal with
4069 invisible characters.
4070
4071 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
4072
4073 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
4074 (vc-annotate-color-map): New 18 element constant
4075 value/saturation, rotating hue colormap, from red->blue.
4076 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
4077 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
4078 (vc-annotate): To avoid killing the required local variables,
4079 set them before the end of `with-output-to-temp-buffer', and
4080 after first switching to annotate-mode.
4081 (vc-annotate-warp-version): Add buffer argument in goto-line to
4082 ensure annotation, not source, is scrolled.
4083
4084 2006-04-10 Bill Wohler <wohler@newt.com>
4085
4086 * custom.el (defcustom, custom-handle-keyword):
4087 Add :package-version keyword.
4088 (custom-add-package-version): New function. Sets value of new
4089 property 'custom-package-version from :package-version keyword.
4090 (defcustom): Create Common Keywords section in docstring.
4091 (defface, defgroup): Replace definitions of a select few keywords
4092 with a reference to the Common Keywords in defcustom.
4093 (defcustom, defface, defgroup): Replace reference to Customization
4094 chapter in manual with hyperlink.
4095
4096 * cus-edit.el (customize-package-emacs-version-alist):
4097 New variable.
4098 (customize-changed-options): Add check for custom-package-version.
4099 (customize-package-emacs-version): New function to look up Emacs
4100 version corresponding to the given package version.
4101
4102 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
4103 defun name, in similar fashion to find-variable-regexp.
4104
4105 2006-04-10 Eli Zaretskii <eliz@gnu.org>
4106
4107 * international/mule-cmds.el (set-locale-environment): Fix last
4108 change for when the locale's preferences don't specify any encoding.
4109
4110 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
4111
4112 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
4113 so the defined var/fun doesn't need to be quoted.
4114
4115 2006-04-10 Richard Stallman <rms@gnu.org>
4116
4117 * finder.el (finder-mode-map): Add n and p bindings.
4118
4119 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
4120
4121 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
4122 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
4123 (gdb-setup-windows): Put something in source window if we can't find
4124 the source file.
4125 (gdb-frame-handler): Make it work again with just assembly.
4126 (gdb-data-list-register-values-handler): Make it work when there is
4127 no stack.
4128
4129 2006-04-09 Richard Stallman <rms@gnu.org>
4130
4131 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
4132 specs while looking for charset.
4133
4134 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
4135
4136 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
4137 Make them faces.
4138 (lm-font-lock-keywords): Update appropriately.
4139
4140 2006-04-10 Kim F. Storm <storm@cua.dk>
4141
4142 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
4143 it can also replace buffer-substring-no-properties.
4144
4145 * emulation/cua-base.el (cua-delete-region, cua-paste)
4146 (cua-repeat-replace-region): Use filter-buffer-substring.
4147
4148 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
4149 (cua-cut-region-to-global-mark): Likewise.
4150
4151 * emulation/cua-rect.el (cua--extract-rectangle)
4152 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
4153
4154 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4155
4156 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
4157 entry-type. Add field delimiters to numerical fields if they are
4158 not present.
4159
4160 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4161
4162 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
4163 string-const to return value.
4164 (bibtex-remove-delimiters): Use it.
4165
4166 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
4167
4168 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
4169 cl-byte-compile-compiler-macro unless it exists.
4170
4171 2006-04-08 Eli Zaretskii <eliz@gnu.org>
4172
4173 * files.el (hack-local-variables-confirm) <offer-save>:
4174 Clarify message text. Suggested by Ralf Angeli.
4175
4176 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
4177
4178 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
4179 (delete-extract-rectangle-line): Use `filter-buffer-substring'
4180 instead of `buffer-substring' and `delete-region'. (Most of the
4181 code actually copied from `kill-region'.)
4182
4183 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
4184
4185 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
4186 (rcirc-default-port): Rename from rcirc-port.
4187 (rcirc-default-nick): Rename from rcirc-nick.
4188 (rcirc-default-user-name): Rename from rcirc-user-name.
4189 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
4190 (rcirc-low-priority-flag): New variable.
4191 (rcirc-decode-coding-system): New defcustom.
4192 (rcirc-encode-coding-system): New defcustom.
4193 (rcirc-coding-system-alist): New defcustom.
4194 (rcirc-multiline-major-mode): New defcustom.
4195 (rcirc-nick): New internal variable.
4196 (rcirc-process): Remove variable.
4197 (rcirc-server-buffer): New variable.
4198 (rcirc): Update to use rcirc-default-* variables above.
4199 (rcirc-connect): Do not add window-configuration-hook-here.
4200 (rcirc-server): New internal variable.
4201 (rcirc-connect): Do not send keepalive pings if
4202 rcirc-keepalive-seconds is nil.
4203 (with-rcirc-server-buffer): New macro.
4204 (rcirc-send-string): Encode with rcirc-encode-coding-system.
4205 (rcirc-server-name): Rename from rcirc-server.
4206 (rcirc-buffer-process): New function.
4207 (rcirc-buffer-nick): New function.
4208 (rcirc-buffer-target): Remove function.
4209 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
4210 New commands.
4211 (rcirc-mode-map): Change binding of C-c C-l to
4212 rcirc-toggle-low-priority.
4213 (rcirc-mode): Initialize coding system based on
4214 rcirc-coding-system-alist. New change-major-mode-hook to part the
4215 channel on a mode change. Make kill-buffer-hook buffer-local.
4216 (rcirc-change-major-mode-hook): New function.
4217 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
4218 (rcirc-last-post-time): New variable.
4219 (rcirc-process-message): Store the last time user posted a message
4220 to this target.
4221 (rcirc-multiline-minor-mode): New mode.
4222 (rcirc-multiline-minor-mode-map): New mode map.
4223 (rcirc-edit-multiline): Put multiline-edit buffer in
4224 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
4225 (rcirc-print): Ignore any line starting with an ignored nick.
4226 (rcirc-print): Decode using rcirc-decode-coding-system.
4227 (rcirc-track-minor-mode): Update global-mode-string when disabling
4228 this mode.
4229 (minor-mode-alist): Add LowPri indicator.
4230 (rcirc-toggle-low-priority): New function.
4231 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
4232 next lowpriority buffer with activity.
4233 (rcirc-record-activity): Sort buffers in rcirc-activity by the
4234 last time the user posted a message in to the target.
4235 (rcirc-update-activity-string): New formatting for low priority
4236 buffers.
4237 (rcirc-split-activity): New function.
4238 (rcirc-handler-PART, rcirc-handler-KICK)
4239 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
4240 (rcirc-nick-away-alist): New variable.
4241 (rcirc-handler-301): New handler. Away messages are printed once
4242 per change.
4243
4244 2006-04-08 Eli Zaretskii <eliz@gnu.org>
4245
4246 * info.el (Info-follow-nearest-node): Doc fix.
4247
4248 * international/mule-cmds.el (set-locale-environment): Make sure
4249 the coding-system preferred by the locale's language has the same
4250 EOL conversion type as the original buffer-file-coding-system.
4251 (locale-language-names): Add a few MS Windows language codes.
4252
4253 2006-04-07 Richard Stallman <rms@gnu.org>
4254
4255 * simple.el (eval-expression): Doc fix.
4256
4257 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
4258 (eval-defun): Doc fixes.
4259
4260 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
4261
4262 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
4263
4264 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
4265
4266 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
4267 GDB list command without argument for greater generality.
4268
4269 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
4270
4271 * subr.el (string-or-null-p): New function.
4272
4273 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
4274
4275 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
4276
4277 * files.el: Update comment about safe-local-variable declarations.
4278
4279 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
4280
4281 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
4282 See idlwave.org.
4283
4284 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
4285 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
4286
4287 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
4288 See idlwave.org.
4289
4290 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
4291 version 6.0 (minimal changes). See idlwave.org.
4292
4293 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
4294 6.0 (minimal changes). See idlwave.org.
4295
4296 * progmodes/idlw-rinfo.el: File obsoleted and removed.
4297
4298 2006-04-06 Romain Francoise <romain@orebokech.com>
4299
4300 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
4301 symmetric encryption features and a new asynchronous interface to
4302 GnuPG. This new version is version 1.4, plus whitespace changes.
4303
4304 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
4305
4306 * files.el: Move some `safe-local-variable' declarations to the
4307 respective files.
4308
4309 * textmodes/ispell.el (ispell-check-comments)
4310 (ispell-local-dictionary): Mark as safe.
4311
4312 * abbrev.el (abbrev-mode): Mark as safe.
4313
4314 * add-log.el (change-log-default-name): Mark as safe.
4315
4316 * textmodes/reftex-vars.el (reftex-vref-is-default)
4317 (reftex-fref-is-default, reftex-level-indent)
4318 (reftex-guess-label-type): Mark as safe.
4319
4320 * textmodes/fill.el (colon-double-space): Mark as safe.
4321
4322 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
4323 (sentence-end-double-space, sentence-end-without-period)
4324 (sentence-end-without-space, sentence-end, sentence-end-base)
4325 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
4326
4327 2006-04-06 Kim F. Storm <storm@cua.dk>
4328
4329 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
4330 the :set-after list.
4331 (ido-downcase-unc-hosts): New user option. Default on.
4332 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
4333 when it is set, as regexps are now applied on the fly.
4334 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
4335 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
4336 on the fly, but only when ido-process-ignore-lists is set.
4337 Do case insensitive filtering if ido-downcase-unc-hosts is set.
4338 Only downcase names if ido-downcase-unc-hosts is set.
4339
4340 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
4341
4342 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
4343
4344 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
4345
4346 2006-04-05 Kim F. Storm <storm@cua.dk>
4347
4348 * ido.el (ido-mode): Set after ido-unc-hosts and
4349 ido-ignore-unc-host-regexps.
4350 (ido-save-history): Save ido-unc-hosts-cache.
4351 (ido-load-history): Load ido-unc-hosts-cache.
4352 (ido-reread-directory): Refresh unc hosts cache in // dir.
4353
4354 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
4355 to nil while displaying slash screen.
4356
4357 2006-04-05 Daiki Ueno <ueno@unixuser.org>
4358
4359 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
4360 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
4361
4362 2006-04-05 Kenichi Handa <handa@m17n.org>
4363
4364 * international/characters.el: Setup cases of Latin, Greek, and
4365 Cyrillic characters in CJK charsets.
4366
4367 2006-03-29 Daiki Ueno <ueno@unixuser.org>
4368
4369 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
4370 default-enable-multibyte-characters. This reverts the change from
4371 revision 6.17 which is no longer necessary because the passphrase
4372 is sent separately now. GnuPG messages are unreadable under
4373 multibyte locales with default-enable-multibyte-characters set to nil.
4374
4375 2006-04-04 Andreas Schwab <schwab@suse.de>
4376
4377 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
4378 and `byte-compile-warnings' as `safe-local-variable'.
4379
4380 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
4381
4382 * man.el (Man-mode-map): Restore the \r binding.
4383 (Man-abstract-xref-man-page): If Man-target-string is a function,
4384 call it.
4385 (Man-highlight-references): Use Man-default-man-entry to get the
4386 target. Deal with xrefs too.
4387 (Man-highlight-references0): Don't call the target function.
4388
4389 * woman.el (WoMan-xref-man-page): Strip the section number, woman
4390 cannot deal with it.
4391
4392 2006-04-04 Daiki Ueno <ueno@unixuser.org>
4393
4394 * pgg-gpg.el: Clean up process buffers every time gpg processes
4395 complete.
4396
4397 2006-04-04 Kenichi Handa <handa@m17n.org>
4398
4399 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
4400 here.
4401 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
4402 Temporarily bind inhibit-field-text-motion to t.
4403
4404 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4405
4406 * startup.el (normal-splash-screen): Only set mode-line-format in the
4407 splash buffer, so as not to interfere when debugging the code.
4408 Ignore errors when switching buffer.
4409
4410 2006-04-03 Romain Francoise <romain@orebokech.com>
4411
4412 * dired.el (dired-dnd-protocol-alist): Fix typo.
4413
4414 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
4415
4416 * savehist.el (savehist): Add :version.
4417 (savehist-ignored-variables): New variable.
4418 (savehist-minibuffer-hook): Don't save variables listed in
4419 `savehist-ignored-variables'.
4420
4421 * dired.el (dired-dnd-protocol-alist): Mention that change does
4422 only apply to new buffers in doc string.
4423
4424 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
4425
4426 * recentf.el (recentf-open-files-item): Include newline in button
4427 field, so opening a file will work, when the point is at the end
4428 of the file name. Allow, for example, to [i]search a file by
4429 extension and just push RET to open it.
4430
4431 2006-04-03 Daiki Ueno <ueno@unixuser.org>
4432
4433 * pgg-gpg.el (pgg-gpg-process-filter)
4434 (pgg-gpg-wait-for-completion): Check if buffer is alive.
4435
4436 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
4437 lines, temporary fix.
4438
4439 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
4440
4441 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
4442
4443 2006-04-02 Richard Stallman <rms@gnu.org>
4444
4445 * progmodes/compile.el (compilation-message-face): Make it defcustom.
4446
4447 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
4448
4449 * ibuf-macs.el (define-ibuffer-column): Add a new key:
4450 header-mouse-map.
4451
4452 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
4453 (ibuffer-mode-header-map): New keymaps.
4454 (ibuffer-update-title-and-summary): Enable mouse face highlighting
4455 and keybindings for column headers.
4456 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
4457 property.
4458
4459 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
4460
4461 * speedbar.el (speedbar-after-create-hook): Doc fix.
4462
4463 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
4464
4465 * shell.el (shell-directory-tracker)
4466 (shell-dynamic-complete-command): Doc fixes.
4467
4468 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
4469
4470 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
4471 terminals.
4472
4473 2006-04-01 Kim F. Storm <storm@cua.dk>
4474
4475 * ido.el (ido-unc-hosts-cache): New defvar.
4476 (ido-unc-hosts): If value of defcustom is a function, call it to
4477 get list of UNC hosts. Add function-item choices to specify
4478 ido-unc-hosts-net-view or user function.
4479 (ido-ignore-unc-host-regexps): New defcustom.
4480 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
4481 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
4482 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
4483
4484 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4485
4486 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
4487 wwidth.
4488
4489 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
4490
4491 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
4492 (ido-max-work-file-list, ido-switch-buffer)
4493 (ido-read-file-name-as-directory-commands):
4494 Fix typos in docstrings.
4495
4496 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4497
4498 * term/mac-win.el (mac-system-coding-system): Define and use after
4499 Mac-specific coding systems are ready.
4500
4501 2006-03-27 Romain Francoise <romain@orebokech.com>
4502
4503 * net/rcirc.el (rcirc-connect): Add autoload cookie.
4504
4505 * ldefs-boot.el: Update.
4506
4507 2006-03-27 Daiki Ueno <ueno@unixuser.org>
4508
4509 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
4510 passphrases when it is not needed.
4511 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
4512 passphrase stuff from gpg, should only be necessary when you use
4513 gpg with a smartcard.
4514
4515 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
4516
4517 * comint.el (comint-dynamic-list-completions): Allow user to
4518 select *Completions* buffer.
4519
4520 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
4521
4522 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
4523
4524 2006-03-26 Andreas Schwab <schwab@suse.de>
4525
4526 * progmodes/gud.el (gdb): Only complain about multiple debugging
4527 when the gdb process is still running.
4528
4529 2006-03-25 Eli Zaretskii <eliz@gnu.org>
4530
4531 * mail/rmail.el (tool-bar-map): Defvar it.
4532 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
4533 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
4534
4535 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
4536
4537 * help.el (print-help-return-message): Suggest to use
4538 display-buffer instead of switch-to-buffer-other-window to restore
4539 the previous window without selecting it.
4540
4541 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4542
4543 * frame.el (select-frame-by-name): Call x-focus-frame also when
4544 window-system is mac.
4545
4546 * term/mac-win.el: Adjust Courier font specifications in
4547 x-fixed-font-alist.
4548 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
4549 when directly encoding to UTF-16 in native byte order, no BOM.
4550
4551 2006-03-25 Kim F. Storm <storm@cua.dk>
4552
4553 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
4554 (cua--init-keymaps): Use it instead of fixed C-return.
4555 (cua-mode): Set after it.
4556
4557 * emulation/cua-rect.el (cua--init-rectangles):
4558 Use cua-rectangle-mark-key instead of fixed C-return.
4559
4560 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
4561
4562 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
4563 "run" in .gdbinit.
4564 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
4565
4566 2006-03-24 Romain Francoise <romain@orebokech.com>
4567
4568 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
4569 `display-buffer-other-frame'.
4570
4571 2006-03-24 Kim F. Storm <storm@cua.dk>
4572
4573 * apropos.el (apropos-synonyms): Add selection => region.
4574
4575 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
4576
4577 * progmodes/gdb-ui.el (gdb-var-create-regexp)
4578 (gdb-var-list-children-regexp, gdb-var-update-regexp)
4579 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
4580 (gdb-data-list-register-values-regexp)
4581 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
4582 Future proof against new fields being added to MI output.
4583 (gdb-send): Don't treat backslashes for program input as
4584 continuations.
4585 (gdb-assembler-handler): Don't use window-start for this handler.
4586 (gdb-frame-handler): Don't change to hollow arrow if overlay
4587 arrow doesn't move to new frame.
4588
4589 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
4590
4591 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
4592 prevent compiler warnings.
4593 (gdb-stopped): Check for gud-last-last-frame (case: signal).
4594 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
4595 (gdb-assembler-custom): Use hollow-right-triangle for assembler
4596 buffer too.
4597
4598 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
4599
4600 * pgg-gpg.el (pgg-gpg-update-agent): Check for
4601 make-network-process, so we can use the same code in Gnus v5-10
4602 too and have this file fully synchronized with that release.
4603
4604 2006-03-23 Romain Francoise <romain@orebokech.com>
4605
4606 * ibuf-ext.el (ibuffer-read-filter-group-name):
4607 Use `ibuffer-generate-filter-groups' to make completion list match
4608 the filter groups that are really displayed in the Ibuffer buffer.
4609 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
4610
4611 2006-03-23 Kenichi Handa <handa@m17n.org>
4612
4613 * international/mule-cmds.el (sort-coding-systems): Describe that
4614 the argument is modified in docstring.
4615
4616 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
4617
4618 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
4619 (pgg-gpg-update-agent): New function.
4620 (pgg-gpg-use-agent-p): New function.
4621 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
4622 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4623 (pgg-gpg-sign-region): Use it.
4624
4625 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
4626
4627 * cus-edit.el (custom-face-set): Call custom-push-theme before
4628 face-spec set so that `changed' theme is correctly saved.
4629 (custom-face-reset-standard): Reset to recalculated face rather
4630 than defface spec.
4631
4632 * custom.el (custom-push-theme): Only save `changed' theme if the
4633 current face does not match the defface specs.
4634
4635 2006-03-21 Simon Josefsson <jas@extundo.com>
4636
4637 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
4638 <wilde@sha-bang.de>.
4639 (pgg-gpg-use-agent): New variable.
4640 (pgg-gpg-process-region): Use it.
4641 (pgg-gpg-encrypt-region): Likewise.
4642 (pgg-gpg-encrypt-symmetric-region): Likewise.
4643 (pgg-gpg-decrypt-region): Likewise.
4644 (pgg-gpg-sign-region): Likewise.
4645 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
4646
4647 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
4648
4649 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
4650 bracket links.
4651
4652 2006-03-21 Kim F. Storm <storm@cua.dk>
4653
4654 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
4655 fringe-indicator-alist instead of modifying global value.
4656 (gdb-frame-handler): Likewise.
4657
4658 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
4659
4660 * diff-mode.el (diff-function): Make it inherit from diff-header
4661 instead of diff-context.
4662
4663 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
4664 bitmap.
4665 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
4666 change names in macro above for consistency.
4667 (gdb-frame-handler): Use hollow-right-triangle for all selected
4668 frames which except the innermost (where execution has stopped).
4669 (gdb-reset): Reset buffer-local values of overlay-arrow.
4670
4671 2006-03-20 Richard Stallman <rms@gnu.org>
4672
4673 * simple.el (set-mark-command): Doc fix.
4674
4675 * files.el (display-buffer-other-frame): New command.
4676 (ctl-x-4-map): Bind C-x 5 C-o to it.
4677
4678 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4679
4680 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
4681 rather than just defer-time, in case defer-time has been changed but
4682 the timer isn't running yet.
4683 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
4684
4685 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4686
4687 * help-mode.el (help-follow-symbol): New function.
4688 Essentially identical to the old `help-follow', but do not let
4689 `push-button' do the work when on an xref.
4690 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
4691
4692 2006-03-19 Richard Stallman <rms@gnu.org>
4693
4694 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
4695 preceded by the word `program'.
4696 (help-follow-mouse, help-follow): Throw error if not on xref.
4697 Delete no longer used args.
4698
4699 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
4700
4701 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
4702 annotation ensure gud-overlay-arrow-position is redisplayed.
4703
4704 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4705
4706 * textmodes/bibtex.el (bibtex-include-OPTkey)
4707 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
4708 (bibtex-autokey-name-case-convert)
4709 (bibtex-autokey-titleword-case-convert): Make these the aliases
4710 for the following two variables.
4711 (bibtex-autokey-name-case-convert-function)
4712 (bibtex-autokey-titleword-case-convert-function): Make these the
4713 real names.
4714 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
4715 bibtex-font-lock-crossref sublists.
4716 (bibtex-mode): Revert 2005-12-30 change (which made
4717 completion-ignore-case buffer-local).
4718 (bibtex-url): Simplify.
4719
4720 2006-03-19 Kim F. Storm <storm@cua.dk>
4721
4722 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
4723 cursor property value to 2 (to align with C level change).
4724
4725 2006-03-19 Bill Wohler <wohler@newt.com>
4726
4727 * image.el (image-load-path-for-library): Shorten first line in
4728 docstring.
4729
4730 2006-03-18 Richard Stallman <rms@gnu.org>
4731
4732 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
4733
4734 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
4735
4736 * isearch.el (isearch-other-meta-char): Handle user bindings for
4737 shifted control characters.
4738
4739 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
4740
4741 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
4742 part that matches email addresses, file names, etc.
4743
4744 2006-03-18 Eli Zaretskii <eliz@gnu.org>
4745
4746 * term/w32-win.el (mouse-set-font):
4747 Mention w32-list-proportional-fonts in the doc string.
4748
4749 2006-03-18 Kim F. Storm <storm@cua.dk>
4750
4751 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
4752 (ido-unc-hosts): New user option to explicitly define list of know
4753 UNC-style hosts for completion.
4754 (ido-cache-unc-host-shares-time): New user option.
4755 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
4756 New helper functions for UNC file-name support.
4757 (ido-may-cache-directory): Check for UNC host. Simplify.
4758 (ido-wash-history): Clean out old UNC hosts.
4759 (ido-nonreadable-directory-p): UNC hosts are always readable.
4760 (ido-directory-too-big-p): UNC hosts are never too big.
4761 (ido-set-current-directory): Handle UNC root path.
4762 (ido-file-name-all-completions): Complete UNC host names from
4763 ido-unc-hosts list. Cache UNC host shares.
4764 (ido-make-file-list-1): Don't filter UNC root.
4765 (ido-exhibit): Check for // in root directory, and switch to UNC
4766 mode by setting ido-current-directory to //.
4767
4768 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
4769
4770 * cus-edit.el (customize-changed-options): Mention explicit
4771 version number as default in prompt.
4772
4773 2006-03-17 Bill Wohler <wohler@newt.com>
4774
4775 * image.el (image-load-path-for-library): Minor docstring fix.
4776
4777 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
4778
4779 * textmodes/org.el (org-read-date): Include subgroup 5 into
4780 replacement text.
4781 (org-popup-calendar-for-date-prompt): Fix customization type.
4782
4783 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
4784
4785 * progmodes/gdb-ui.el (gud-watch): Provide completion.
4786 (gdb-continuation): New variable.
4787 (gdb-send): Deal with continuation lines.
4788
4789 * progmodes/gud.el (gud-gdb-complete-command)
4790 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
4791 expressions.
4792 (gud-tooltip-mode): Use buffer-local value.
4793
4794 2006-03-16 Kim F. Storm <storm@cua.dk>
4795
4796 * ido.el (ido-edit-input): Use selected match, if any.
4797
4798 2006-03-16 Bill Wohler <wohler@newt.com>
4799
4800 * image.el (image-load-path-for-library): Prefer user's images in
4801 image-load-path.
4802
4803 2006-03-16 Martin Rudalics <rudalics@gmx.at>
4804
4805 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
4806 when checking for attempt to drag leftmost or rightmost scrollbar.
4807
4808 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
4809
4810 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
4811 (gdb-force-mode-line-update): New function.
4812 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
4813 (gdb-exited): Use them.
4814 (gdb-signal): New function.
4815 (gdb-annotation-rules): Provide a rule for it.
4816
4817 2006-03-16 Kenichi Handa <handa@m17n.org>
4818
4819 * international/mule.el (auto-coding-regexp-alist): Add entries
4820 for Unicode BOM.
4821
4822 * sort.el (sort-build-lists): Temporarily bind
4823 inhibit-field-text-motion to t.
4824
4825 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
4826
4827 * locate.el (locate-command, locate-make-command-line)
4828 (locate-fcodes-file, locate-update-command)
4829 (locate-prompt-for-command, locate, locate-with-filter)
4830 (locate-get-file-positions): Doc fixes.
4831 (locate-buffer-name, locate-header-face): Remove leading `*' in
4832 defcustom.
4833 (locate-filter-output): Use `keep-lines' instead of its alias
4834 `delete-non-matching-lines'.
4835 (locate-get-filename, locate-get-dirname): Add introductory comment.
4836 (locate-find-directory-other-window): Give appropriate error
4837 message if used outside main listing.
4838
4839 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4840
4841 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
4842 the new extend-region feature.
4843 (font-lock-after-change-function): Update correspondingly.
4844 * jit-lock.el (jit-lock-after-change): Update correspondingly.
4845 * progmodes/grep.el (font-lock-lines-before): Don't disable.
4846
4847 2006-03-15 Bill Wohler <wohler@newt.com>
4848
4849 * image.el (image-load-path-for-library): Fix example by not
4850 recommending that one binds image-load-path. Just defvar it to
4851 placate compiler and only use it if previously defined.
4852
4853 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
4854
4855 * textmodes/org.el (org-insert-centered): Use `string-width' to
4856 make underlining work for wide characters.
4857 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
4858 TAB to `org-cycle', to make sure that no binding in
4859 `outline-mode-map' can supercede it.
4860
4861 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
4862
4863 * allout.el: Increment version to 2.2.1 in file commentary.
4864
4865 (allout-version): Increment to 2.2.1.
4866
4867 (allout-default-layout): New customization variable, used when the
4868 file lacks a specific allout-layout. Uses allout-layout-type for
4869 recursively nested definition.
4870
4871 (allout-layout-type): Widget defining allout layouts, necessary for
4872 self-recursive definition.
4873
4874 (allout-mode): Incorporate allout-default-layout as fallback for
4875 allout-layout.
4876
4877 (allout-layout): Mark as 'safe-local-variable', and refer mention
4878 fallback to `allout-default-layout' in absence of a specified value.
4879 (allout-passphrase-verifier-string)
4880 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
4881
4882 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
4883
4884 (allout-get-encryption-passphrase-verifier): Use correct name of
4885 passphrase verifier in docstring.
4886
4887 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
4888
4889 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
4890 elements.
4891 (gdb-find-watch-expression): Make it work for arrays too.
4892 Follow change to gdb-var-list.
4893 (gud-watch): Allow the user to enter variable name with a prexix
4894 arg. Create keybindings.
4895 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4896 (gdb-var-list-children-handler, gdb-var-update-handler)
4897 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
4898 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
4899 Follow change to gdb-var-list.
4900 (gdb-starting): Don't show the overlay arrows when program is running.
4901
4902 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
4903 gdb-var-list.
4904
4905 2006-03-14 Bill Wohler <wohler@newt.com>
4906
4907 * image.el (image-load-path-for-library): Pass value of path
4908 rather than symbol. Always return list of directories.
4909 Guarantee that image directory comes first.
4910
4911 2006-03-14 Alan Mackenzie <acm@muc.de>
4912
4913 * font-core.el (font-lock-extend-region\(-function\)?.):
4914 New function/variable.
4915
4916 * font-lock.el (font-lock-after-change-function):
4917 Call font-lock-extend-region. Obey font-lock-lines-before.
4918 (font-lock-default-fontify-region): Remove reference to
4919 font-lock-lines-before.
4920
4921 * jit-lock.el (jit-lock-after-change):
4922 Call font-lock-extend-region. Obey font-lock-lines-before.
4923
4924 2006-03-14 David Ponce <david@dponce.com>
4925
4926 * tree-widget.el (tree-widget-themes-load-path)
4927 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4928
4929 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
4930
4931 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
4932 (rcirc-print): Mark the start of text at the end of the prompt.
4933 (rcirc-track-minor-mode): Add autoload cookie.
4934 (rcirc-update-activity-string): Add space to front of mode-line
4935 indicator.
4936
4937 2006-03-13 Miles Bader <miles@gnu.org>
4938
4939 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
4940 (rcirc-abbrev-nick): Remove function.
4941 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
4942
4943 2006-03-13 David Ponce <david@dponce.com>
4944
4945 * tree-widget.el: Handle themes across all occurrences of the main
4946 themes sub-directory found in tree-widget-themes-load-path.
4947 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4948 (tree-widget--locate-sub-directory): Return all occurrences.
4949 (tree-widget-themes-path): New function.
4950 Replace tree-widget-themes-directory, and return a list of directories.
4951 (tree-widget-set-parent-theme)
4952 (tree-widget-lookup-image): Use it.
4953
4954 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
4955
4956 * textmodes/org.el (org-link-search): Avoid self-matching of
4957 links, allow target text to be distributed over several lines.
4958 (org-search-not-link): New function.
4959 (org-set-regexps-and-options, org-get-current-options):
4960 New startup options.
4961 (org-export-as-html): Take odd-level setting from local variable.
4962 (org-fontify-emphasized-text): New option.
4963 (org-set-font-lock-defaults): Include emphasized text.
4964 (org-follow-mhe-link): Allow folder-only links, fix folder name.
4965 (org-font-lock): Customize group renamed from `org-faces'.
4966
4967 2006-03-13 John Paul Wallington <jpw@pobox.com>
4968
4969 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
4970 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
4971
4972 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
4973
4974 * cus-start.el (all): Delete :version keyword for members of the
4975 fringe group, since the entire group is new in 22.1.
4976
4977 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
4978
4979 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
4980 map if value is hexadecimal (an address).
4981 (gud-watch): Only search roots for existing watch expressions.
4982 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
4983 prevent caching problems with speedbar-update-directory-contents.
4984
4985 2006-03-12 Juri Linkov <juri@jurta.org>
4986
4987 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
4988 before comparing with `low' and `warn'.
4989
4990 * info.el (Info-dir-remove-duplicates): Move point to the
4991 beginning of the current line after deleting the entries from
4992 redundant heading. Use marker for `limit' and compare it with
4993 point before calling `re-search-forward'.
4994
4995 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4996
4997 * simple.el (yank): Fix typo in docstring.
4998
4999 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
5000
5001 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
5002 messages, where "D" is the 6th character.
5003
5004 2006-03-11 Eli Zaretskii <eliz@gnu.org>
5005
5006 * simple.el (yank): Fix last change.
5007
5008 2006-03-11 David Ponce <david@dponce.com>
5009
5010 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
5011 merging elements from the standard ispell-dictionary-alist.
5012 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
5013 alist, and return the new alist.
5014
5015 2006-03-11 Richard Stallman <rms@gnu.org>
5016
5017 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
5018
5019 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
5020 the way it is implemented is too unclean.
5021
5022 * simple.el (kill-region, yank): Doc fix.
5023
5024 * battery.el (battery-echo-area-format): Doc fix.
5025 (battery-mode-line-format): Likewise.
5026 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
5027 (battery-linux-proc-acpi): Ignore batteries that say "charged".
5028
5029 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
5030
5031 * progmodes/octave-mod.el (octave-indent-for-comment):
5032 Behave according to do string.
5033
5034 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
5035
5036 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
5037 Be visible only if major mode is Mail Mode.
5038
5039 * textmodes/flyspell.el (flyspell-external-point-words)
5040 (flyspell-process-localwords): Fix last changes.
5041
5042 2006-03-11 Eli Zaretskii <eliz@gnu.org>
5043
5044 * calendar/holidays.el (list-holidays): Doc fix.
5045
5046 * international/mule.el (auto-coding-alist): Add .odt
5047 (OpenOffice's open document) files.
5048
5049 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
5050 document) files. Mention in the doc string the need to sync with
5051 auto-coding-alist.
5052
5053 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
5054
5055 * files.el (hack-local-variables-confirm): Don't prompt for ! if
5056 enable-local-variables is set to always query, or there is no
5057 savable variable.
5058
5059 2006-03-10 Bill Wohler <wohler@newt.com>
5060
5061 * image.el (image-load-path-for-library): Merge at least three
5062 functions from Gnus and MH-E into this one function that can now
5063 be shared.
5064
5065 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
5066
5067 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
5068 gdb-remove-mouse-face and remove help-echo too.
5069 (gdb-enqueue-input): Correct conditional clause.
5070
5071 2006-03-10 Glenn Morris <rgm@gnu.org>
5072
5073 * calendar/calendar.el (calendar-holidays): Doc fix.
5074 * calendar/holidays.el (list-holidays): Doc fix.
5075
5076 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
5077
5078 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
5079 it gets called in gdb-prompt anyway.
5080 (gdb-use-separate-io-buffer): Only restore window arrangement for
5081 gdb-many-windows.
5082 (gdb-enqueue-input): Make it harder to send GDB input when program
5083 is running.
5084 (gdb-buffer-list): New variable.
5085 (gdb-remove-mouse-face): New function.
5086 (gdb-starting): Use it when GDB input won't get sent.
5087
5088 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
5089
5090 * help.el (view-lossage): Remove trailing whitespace before
5091 inserting "\n".
5092
5093 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
5094
5095 * files.el (hack-local-variables-confirm):
5096 Set coding-system-for-read to nil before writing to .emacs.
5097
5098 * arc-mode.el (archive-extract): Check if an existing buffer name
5099 comes from a different archive.
5100
5101 * help.el (describe-key-briefly): If KEY is a down event, read and
5102 discard the up event.
5103
5104 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
5105
5106 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
5107 be edited and use font-lock-warning-face for any changes.
5108
5109 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
5110 (gdb-edit-value): Use it to report any errors.
5111
5112 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
5113
5114 * help.el (describe-key): Remove leftover test code.
5115
5116 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
5117
5118 * textmodes/org.el: Move defvars out of eval-when-compile.
5119 Use buffer-file-name variable.
5120 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
5121 arg `file'.
5122 (org-level-faces): Remove startup dependency.
5123 (org-cycle, org-map-tree, org-scan-tags)
5124 (org-remember-handler): Don't call `outline-level' directly.
5125 (org-mhe-search-all-folders): New option.
5126 (org-mhe-get-message-folder-from-index)
5127 (org-mhe-get-message-folder): Fix indexing search.
5128 (org-format-agenda-item): Handle nil TAGS argument.
5129 (org-cleaned-string-for-export, org-activate-target-links)
5130 (org-make-target-link-regexp): Deal with empty radio target list.
5131 (org-tag): New face.
5132 (org-get-level-face): New function.
5133 (org-set-font-lock-defaults): Simplify setup for headlines.
5134 (org-complete): Pass common substring to `display-completion-list'.
5135
5136 2006-03-06 David Ponce <david@dponce.com>
5137
5138 * tree-widget.el: Update Commentary header.
5139 (tree-widget-theme-name): Ignore parent themes.
5140 (tree-widget-set-parent-theme): New function.
5141 (tree-widget-set-theme): Use it.
5142 (tree-widget-set-image-properties): Move definition. Does nothing
5143 if image properties have already been set.
5144 (tree-widget-image-properties): Move definition. Receive an image
5145 name. Set the :pointer property.
5146 (tree-widget-lookup-image): Doc fix. Search in parent themes.
5147 Don't set the :pointer image property.
5148 (tree-widget-convert-widget): New function. Handle :dynargs
5149 compatibility here.
5150 (tree-widget): Use it to :convert-widget. Add the :expander-p
5151 predicate to control when the :expander function is entered.
5152 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
5153 (tree-widget-value-create): Handle :expander-p. widget-apply
5154 :expander.
5155 (tree-widget-expander-p): New function. Default value of the
5156 :expander-p property.
5157
5158 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
5159
5160 * help.el (describe-key): Properly handle the return value of
5161 read-key-sequence when grabbing an up-event. Cleanup mouse-1
5162 remaps. Handle string and vector `follow-link' values.
5163
5164 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
5165
5166 * complete.el (PC-expand-many-files): Try be more careful when parsing
5167 the shell's output.
5168
5169 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5170
5171 * outline.el (hide-sublevels): Provide better interactive default.
5172
5173 2006-03-06 Kenichi Handa <handa@m17n.org>
5174
5175 * international/fontset.el (create-fontset-from-fontset-spec):
5176 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
5177
5178 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
5179
5180 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
5181 backslashes instead of one in regexp.
5182 (gud-tooltip-dereference): Add missing optional argument.
5183
5184 2006-03-04 John Paul Wallington <jpw@pobox.com>
5185
5186 * wdired.el (toplevel): Require `cl' at compile-time.
5187
5188 2006-03-04 Andreas Schwab <schwab@suse.de>
5189
5190 * server.el (server-process-filter): Handle errors during
5191 evaluation of the argument.
5192
5193 2006-03-03 John Paul Wallington <jpw@pobox.com>
5194
5195 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
5196 escape parentheses at beginning of line.
5197 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
5198 (t-mouse-mode): Remove period from end of error message.
5199
5200 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
5201
5202 * textmodes/flyspell.el (flyspell-process-localwords):
5203 Be case-sensitive.
5204
5205 2006-03-03 Martin Rudalics <rudalics@gmx.at>
5206
5207 * cus-edit.el (custom-quote): Remove function, since it has been
5208 moved to custom.el.
5209
5210 * font-lock.el (lisp-font-lock-keywords-2)
5211 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
5212 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
5213 they have no special meaning.
5214
5215 * midnight.el (clean-buffer-list): Handle case where base-buffer of
5216 indirect buffer gets killed before indirect buffer. Use dolist.
5217
5218 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
5219
5220 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
5221 value instead of a literal constant (1) on more pauses.
5222
5223 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
5224
5225 * textmodes/flyspell.el (flyspell-external-point-words):
5226 Be case-sensitive.
5227
5228 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
5229
5230 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
5231 with "www".
5232
5233 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
5234
5235 * allout.el: Restablish intermediate missing comment header to
5236 preserve outline structure.
5237 (allout-beginning-of-current-entry): Skip invisible text.
5238 (allout-open-topic): Fix opening a topic at end-of-buffer.
5239 (allout-minor-mode): Move nearer to allout-mode function.
5240
5241 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
5242
5243 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
5244
5245 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
5246
5247 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
5248 is nil.
5249
5250 * progmodes/gud.el (gud-speedbar-menu-items):
5251 Use buffer-local-value and add missing :visible keyword.
5252
5253 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
5254
5255 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
5256
5257 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
5258 must be `follow-link'.
5259
5260 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
5261
5262 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
5263 formatting: No nested anchors.
5264 (org-all-targets): Fix bug with XEmacs compatibility.
5265 (org-read-date): Add (require 'parse-time).
5266 (org-set-tags): Fix bug with extra inserted space.
5267 (org-export-html-style): Define a style class for targets.
5268 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
5269 (org-hide-leading-stars): New option.
5270 (org-hide): New face.
5271 (org-set-font-lock-defaults): Allow to hide leading stars.
5272 (org-get-legal-level, org-tr-level): New functions.
5273 (org-odd-levels-only): New option.
5274 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
5275 (org-demote, org-promote): Deal with double-star levels.
5276 (org-convert-to-odd-levels): New command.
5277
5278 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
5279
5280 * speedbar.el (speedbar-update-localized-contents): Try to
5281 preserve window-start.
5282 (speedbar-update-directory-contents): Try to preserve window-start
5283 and window-point.
5284 (speedbar-update-special-contents): Don't move back to start of window.
5285
5286 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
5287 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
5288 speedbar-timer-fn.
5289 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
5290 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
5291 instead of gdb-speedbar-timer-fn.
5292
5293 2006-02-28 Jay Belanger <belanger@truman.edu>
5294
5295 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
5296 (math-compose-expr): Use latex option when calling
5297 `math-compose-tex-matrix' for latex mode.
5298
5299 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
5300
5301 * speedbar.el: Re-instate comments about developing for speedbar
5302 [this is what info and gdb-ui use even if better methods exist now].
5303
5304 * t-mouse.el: New file.
5305 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
5306 (t-mouse-lispy-buffer-posn-from-coords): Remove.
5307 (t-mouse-make-event-element): Use posn-at-x-y instead.
5308 (t-mouse-make-event): Deal with Fedora Core 3.
5309 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
5310 (t-mouse-mouse-position-function): New function. Use it instead
5311 of advising mouse-position.
5312 (t-mouse-mode): New minor mode.
5313 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
5314
5315 2006-02-27 Glenn Morris <rgm@gnu.org>
5316
5317 * calendar/calendar.el (calendar-holidays): Doc fix.
5318
5319 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
5320
5321 * progmodes/gdb-ui.el (gdb-source-window): New variable.
5322 Re-introduce the concept of a source window.
5323 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
5324 consistency with get-buffer-create.
5325 (def-gdb-auto-update-handler, gdb-info-locals-handler)
5326 (gdb-data-list-register-values-handler)
5327 (gdb-stack-list-locals-handler): Try to preserve window-start as
5328 well as window-point.
5329 (gdb-display-source-buffer): New function (old concept).
5330 (gdb-goto-breakpoint): Use it.
5331
5332 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
5333 for gdb-ui/gdb-mi (old concept).
5334
5335 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
5336
5337 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
5338 binding.
5339
5340 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
5341
5342 * textmodes/reftex-sel.el (reftex-select-label-map)
5343 (reftex-select-bib-map): Add `follow-mouse' binding.
5344
5345 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
5346
5347 * jka-cmpr-hook.el (jka-compr-compression-info-list)
5348 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
5349 Give :set functions to provide automatic updating.
5350 Update docstring. Give compiler defvars early in the file
5351 and move the defcustoms to a later spot where all called functions
5352 are defined.
5353 (jka-compr-file-name-handler-entry): Doc fix.
5354 (jka-compr-compression-info-list--internal)
5355 (jka-compr-mode-alist-additions--internal)
5356 (jka-compr-load-suffixes--internal): New variables.
5357 (jka-compr-install): Set the three above variables.
5358 Update `load-file-rep-suffixes' instead of `load-suffixes'.
5359 (jka-compr-update, jka-compr-set): New functions.
5360 (auto-compression-mode): Doc fix.
5361
5362 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
5363 Update `load-file-rep-suffixes' instead of `load-suffixes'.
5364 Use jka-compr-compression-info-list--internal,
5365 jka-compr-mode-alist-additions--internal and
5366 jka-compr-load-suffixes--internal.
5367
5368 * files.el (load-library):
5369 * loadhist.el (file-loadhist-lookup):
5370 * startup.el (command-line):
5371 * subr.el (locate-library):
5372 * emacs-lisp/autoload.el (update-directory-autoloads):
5373 * emacs-lisp/find-func.el (find-library-suffixes):
5374 Use `get-load-suffixes' instead of `load-suffixes'.
5375
5376 * subr.el (locate-library):
5377 * emacs-lisp/find-func.el (find-library-name):
5378 Use `load-file-rep-suffixes' instead of '("").
5379
5380 2006-02-26 Kim F. Storm <storm@cua.dk>
5381
5382 * ido.el (ido-save-history, ido-load-history): Simplify.
5383 Don't use find-file-noselect to avoid interference from other modes.
5384
5385 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
5386
5387 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
5388 to use the default shell if filename is not available.
5389 Reported by Giorgos Keramidas.
5390
5391 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
5392
5393 * progmodes/etags.el (tags-completion-table): Do completion from
5394 all the tables in the current list, as documented in the manual.
5395
5396 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5397
5398 * CC Mode Update to 5.31.3.
5399
5400 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5401
5402 * progmodes/cc-mode.el (c-postprocess-file-styles):
5403 Bind inhibit-read-only to t, around the call to
5404 c-remove-any-local-eval-or-mode-variables, so that it works on a
5405 RO file.
5406
5407 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5408
5409 * progmodes/cc-awk.el: Correct a typo.
5410
5411 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5412
5413 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
5414 c-hungry-delete-backwards, at the request of RMS. Leave the old
5415 name as an alias.
5416
5417 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5418
5419 * progmodes/cc-mode.el: Correct a typo.
5420
5421 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5422
5423 * progmodes/cc-defs.el: Update the version number to 5.31.3.
5424
5425 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5426
5427 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
5428 brace-else-brace (error due to mbeg, mend being undefined).
5429
5430 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5431
5432 * progmodes/cc-mode.el: File Local variables: Solve the problem
5433 where both `mode' and c-file-offsets are specified: `mode' will
5434 overwrite c-f-o's settings:
5435 (c-remove-any-local-eval-or-mode-variables): New function.
5436 (c-postprocess-file-styles): Call the above new function, within
5437 c-tentative-buffer-change, to splat `mode' and `eval' before the
5438 second hack-local-variables.
5439
5440 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5441
5442 * progmodes/cc-mode.el:
5443 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
5444 (c-after-change): Protect the match data with save-match-data.
5445 It was getting corrupted by c-after-change-check-<>-operators.
5446
5447 * cc-defs.el: [Supersedes patch V1.38]:
5448 (top level): Check for a buggy font-lock-compile-keywords ONLY in
5449 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
5450
5451 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
5452 with save-match-data. It was being corrupted when Font Lock was
5453 not enabled.
5454
5455 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
5456
5457 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
5458 Mode and Subword Mode.
5459
5460 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
5461 real labels ("case 1:" or "foo:") from non-labels ("public:").
5462 (c-forward-objc-directive): Replace c-forward-token-2 with crude
5463 coding; c-f-t-2 doesn't move over a token at EOB.
5464
5465 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
5466
5467 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
5468 (c-update-modeline): Concatenate the minor mode indicators
5469 directly onto mode-name, removing c-submode-indicators.
5470 Sometimes, c-s-i got separated from the mode name on the mode line.
5471
5472 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
5473 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
5474
5475 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5476
5477 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
5478 error message when there's an evaluation error to show whether
5479 it's loaded from source or not.
5480 (c-filter-ops): Make it available at runtime too to work when
5481 `c-make-init-lang-vars-fun' needs to evaluate from source.
5482
5483 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
5484
5485 * help.el (help): Revert last part of 2006-02-23 change (deletion
5486 of the `provide' call).
5487
5488 2006-02-23 Juri Linkov <juri@jurta.org>
5489
5490 * compare-w.el (compare-windows-highlight): Add new value
5491 `persistent' and change :type from `boolean' to `choice'.
5492 (compare-windows-overlays1, compare-windows-overlays2):
5493 New internal variables.
5494 (compare-windows-highlight): If compare-windows-highlight is
5495 `persistent', add current overlays to compare-windows-overlays[12]
5496 instead of adding compare-windows-dehighlight to pre-command-hook.
5497 (compare-windows-dehighlight): Delete all overlays from
5498 compare-windows-overlays[12].
5499
5500 * info.el (Info-search): Don't bind search-spaces-regexp to
5501 Info-search-whitespace-regexp in non-regexp isearch mode.
5502
5503 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5504
5505 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
5506
5507 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
5508
5509 * textmodes/org.el (org-xemacs-p)
5510 (org-export-html-show-new-buffer, org-table-may-need-update)
5511 (org-insert-item, org-mhe-get-message-real-folder)
5512 (org-mhe-get-message-folder-from-index)
5513 (org-mhe-get-message-folder, org-mhe-get-message-num)
5514 (org-mhe-get-header, org-make-org-heading-search-string)
5515 (org-make-org-heading-camel, org-table-sort-lines)
5516 (org-format-org-table-html, org-format-table-table-html):
5517 Fix typos in docstrings.
5518
5519 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
5520
5521 * textmodes/org.el (org-cleaned-string-for-export)
5522 (org-solidify-link-text): New function.
5523 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
5524 XEmacs, just to silence the compiler.
5525 (org-export-as-ascii, org-export-as-html-and-open):
5526 Use `org-cleaned-string-for-export' and create internal links.
5527 (org-follow-mhe-link): Require mh-e, use folder.
5528
5529 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
5530
5531 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
5532
5533 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
5534 gdb-debug-log-length.
5535 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
5536 it a real ring but...
5537 (gud-gdba-marker-filter): ...make it work like mark-ring.
5538 (gdb-enable-debug): Rename from gdb-enable-debug-log.
5539 (gdb-mouse-jump): New function. Add bindings.
5540
5541 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
5542
5543 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
5544 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
5545 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
5546 (gdb-debug-log-length): Customize it's length.
5547 (gud-watch, gdb-var-create-handler): Display function::var format
5548 but don't use to create variable object.
5549 (gdb-var-create-handler): Use message-box in place of message.
5550 (gdb-stopped): Call gdb-exited if signalled.
5551
5552 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
5553
5554 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
5555
5556 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
5557
5558 * textmodes/reftex.el (reftex-locate-file): Search all extensions
5559 if `reftex-try-all-extensions' is set.
5560
5561 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
5562 fail silently when there is no valid argument at point.
5563 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
5564 `fail-silently' argument. From a patch by David Reiter.
5565
5566 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
5567 New commands.
5568 (org-mark-ring): New variable.
5569 (org-mark-ring-length): New option.
5570 (org-open-at-point, org-goto, org-open-file): Push old position
5571 onto the mark ring.
5572 (org-add-hook): New function.
5573 (org-export-table-remove-special-lines): New option.
5574 (org-skip-comments, org-format-org-table-html): Respect new
5575 option `org-export-table-remove-special-lines'.
5576 (org-open-file): Allow special command configuration for
5577 directory link.
5578 (org-file-apps): Fix bugs in customize type, added setting
5579 for directories.
5580 (org-activate-tags, org-format-agenda-item, org-complete)
5581 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
5582 (org-get-tags, org-get-buffer-tags, org-open-at-point)
5583 (org-link-search, org-make-org-heading-search-string)
5584 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
5585 (org-radio-targets, org-file-link-context-use-camel-case)
5586 (org-activate-camels): New options.
5587 (org-update-radio-target-regexp, org-all-targets)
5588 (org-make-target-link-regexp, org-activate-target-links):
5589 New functions.
5590 (org-make-org-heading-search-string): New function.
5591 (org-store-link, org-insert-link): Use new option
5592 `org-file-link-context-use-camel-case'.
5593 (org-activate-camels): Use new option `org-activate-camels'.
5594 (org-link-regexp): Add mhe prefix.
5595 (org-open-at-point, org-store-link): Support for mhe links.
5596 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
5597 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
5598 (org-mhe-get-header, org-follow-mhe-link): New functions.
5599 (org-remove-angle-brackets, org-add-angle-brackets):
5600 New functions.
5601 (org-bracket-link-regexp): New constant.
5602 (org-read-date): Fix bug that was rejecting all typed dates.
5603 (org-link-search): Make hierarchy above visible after a match.
5604 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
5605 (org-store-link): Fix bug with link creation when cursor is in
5606 an empty line.
5607 (org-open-at-point): Fix bug with matching a link.
5608 Fixed buggy argument sequence in call to `org-view-tags'.
5609 (org-compile-prefix-format): Set `org-prefix-has-tag'.
5610 (org-prefix-has-tag): New variable.
5611 (org-format-agenda-item): Remove tags from headline
5612 if appropriate.
5613 (org-agenda-remove-tags-when-in-prefix): New option.
5614
5615 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
5616
5617 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
5618 Fix the regular expressions.
5619
5620 2006-02-21 Richard M. Stallman <rms@gnu.org>
5621
5622 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
5623 if there's no other specific basis.
5624
5625 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
5626 as variables at all.
5627 (unsafep-variable): Rename arg; doc fix.
5628
5629 * abbrevlist.el (list-one-abbrev-table): Add autoload.
5630
5631 * calendar/appt.el (diary-selective-display): Add defvar.
5632
5633 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
5634
5635 * isearch.el (search-whitespace-regexp): Fix custom type.
5636
5637 * help.el (describe-key-briefly): Compute interactive args
5638 in same was as before previous change.
5639
5640 * files.el (enable-local-variables): Doc fix.
5641
5642 2006-02-21 Kim F. Storm <storm@cua.dk>
5643
5644 * fringe.el: Cleanup as file is now pre-loaded.
5645 (fringe-bitmaps): Initialize unconditionally.
5646 (fringe-mode, set-fringe-style): Remove autoload cookies.
5647
5648 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5649
5650 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
5651 `horizontal-bar'.
5652 (fringe-cursor-alist): Use `horizontal-bar'.
5653
5654 2006-02-20 Kim F. Storm <storm@cua.dk>
5655
5656 * fringe.el (fringe-bitmaps): Update to new bitmap names.
5657 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
5658
5659 * loadup.el: Load "fringe" on window systems.
5660
5661 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
5662
5663 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
5664 out of scope components.
5665
5666 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
5667 default.
5668
5669 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
5670
5671 * custom.el (customize-mark-to-save, customize-mark-as-set):
5672 Load the symbol first.
5673
5674 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
5675
5676 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
5677 strech spec so it doesn't display as "^J" on the header line
5678 when `Buffer-menu-use-header-line' is t.
5679
5680 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
5681
5682 * speedbar.el (speedbar-make-button): Keep text properties
5683 of string arguments if desired.
5684
5685 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
5686 expessions.
5687
5688 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
5689 of speedbar.
5690
5691 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
5692
5693 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
5694 to value of `read-file-name-completion-ignore-case'.
5695
5696 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
5697
5698 * custom.el (customize-mark-as-set): Push to `user' theme.
5699
5700 * cus-edit.el (custom-save-variables): Allow unthemed values.
5701 (customize-set-variable): Push setting to `user' theme.
5702
5703 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
5704
5705 * progmodes/gud.el: Don't require font-lock as it's now
5706 automatically loaded.
5707 (gud-speedbar-buttons): Replace gdb-var-changed with
5708 gdb-force-update.
5709
5710 * progmodes/gdb-ui.el (gdb-force-update): Rename from
5711 gdb-var-changed.
5712 (gdb-post-prompt): Use it.
5713 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
5714 (gdb-var-update-handler, gdb-var-delete)
5715 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
5716 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
5717 gdb-force-update in gdb-post-prompt.
5718 (gdb-reset): Clear watch expressions from speedbar when quitting.
5719
5720 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5721
5722 * viper-cmd.el (viper-insert-state-post-command-sentinel)
5723 (viper-change-state-to-vi, viper-change-state-to-emacs):
5724 Make aware of cursor coloring in the Emacs state.
5725 (viper-special-read-and-insert-char): Use read-char-exclusive.
5726 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
5727
5728 * viper-init.el (viper-emacs-state-cursor-color): New variable.
5729
5730 * viper-util.el (viper-save-cursor-color)
5731 (viper-get-saved-cursor-color-in-replace-mode)
5732 (viper-get-saved-cursor-color-in-insert-mode)
5733 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
5734 state.
5735 (viper-get-saved-cursor-color-in-emacs-mode): New function.
5736
5737 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
5738 (ediff-ignore-case-option3, ediff-actual-diff-options)
5739 (ediff-actual-diff3-options): New variables to control case sensitivity.
5740 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
5741 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
5742 (ediff-toggle-ignore-case): New function.
5743 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
5744
5745 * ediff-help.el (ediff-long-help-message-narrow2)
5746 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
5747 (ediff-long-help-message-word-mode): Add ignore-case command.
5748 (ediff-help-for-quick-help): Add ignore-case command.
5749
5750 * ediff-merg.el: Move provide to the end.
5751
5752 * ediff-ptch.el: Move provide to the end.
5753
5754 * ediff-wind.el: Move provide to the end.
5755
5756 * ediff-mult.el: Move provide to the end.
5757 (ediff-set-meta-overlay): Enable follow-link.
5758
5759 * ediff.el: Move provide to the end.
5760 Break recursive load cycle in eval-when-compile.
5761 (ediff-patch-buffer): Better heuristics.
5762
5763 * ediff-util.el: Move provide to the end.
5764 Break recursive load cycle in eval-when-compile.
5765 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
5766 defuns.
5767 (ediff-submit-report): Pass the values of ediff-diff3-program,
5768 ediff-diff3-options.
5769
5770 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
5771
5772 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
5773 the opening bracket of the following bracketing pairs: {}, [], (), <>,
5774 `' (for example, in the docstring of `windmove-default-keybindings').
5775
5776 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
5777
5778 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
5779 shadow face. Don't provide binding to edit variable when it is
5780 out of scope.
5781
5782 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
5783 (gdb-var-update-handler): Detect out of scope variables with pre
5784 GDB 6.4 too.
5785 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
5786 Reset status of variable objects to nil in update handlers.
5787 (gdb-var-update-handler-1): Detect when a variable object comes
5788 in scope. setcar on var changes gdb-var-list directly.
5789
5790 2006-02-17 Juri Linkov <juri@jurta.org>
5791
5792 * ffap.el (ffap) <defface>: Add explicit face declaration.
5793 (ffap-highlight): Use face `ffap' directly instead of checking
5794 for its existence.
5795
5796 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
5797 `visible-ok' of `other-buffer' to find the right original buffer.
5798
5799 * info.el (Info-search): Skip `Local Variables' node.
5800
5801 2006-02-17 Juri Linkov <juri@jurta.org>
5802
5803 * info.el (Info-find-file): Check for symbols `apropos', `history',
5804 `toc' in the input filename, and return these symbols as is.
5805 (Info-find-node-2): Set Info-current-file to symbols `apropos',
5806 `history', `toc' instead of strings.
5807 (Info-set-mode-line): For non-string Info-current-file use the
5808 symbol's name inside **.
5809 (Info-isearch-push-state): Add quote before Info-current-file and
5810 Info-current-node.
5811 (Info-isearch-pop-state): Use `equal' instead of `string='.
5812 (Info-extract-pointer, Info-following-node-name): Use
5813 `match-string-no-properties' instead of `match-string'.
5814 (Info-up): Check `old-file' for `stringp'.
5815 (Info-history): Use `equal' instead of `string-equal'.
5816 Check `file' for `stringp'.
5817 (Info-history): Use symbol `history' instead of string as first arg
5818 of `Info-find-node'.
5819 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
5820 `toc' instead of string.
5821 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
5822 instead of `buffer-substring', and `match-string-no-properties'
5823 instead of `match-string'.
5824 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
5825 instead of strings.
5826 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
5827 Use symbol `apropos' instead of string.
5828 (Info-copy-current-node-name): Check `Info-current-file' for
5829 `stringp' and construct a command with `Info-find-node' from it.
5830 (Info-fontify-node): Use `match-string-no-properties' instead of
5831 `match-string' and check file names for `stringp'.
5832 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
5833 `history', `toc' instead of strings.
5834
5835 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
5836
5837 * files.el: Rearrange functions and variables in the file local
5838 variables section.
5839
5840 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
5841
5842 * files.el: Add truncate-lines, ispell-check-comments and
5843 ispell-local-dictionary as safe local variables.
5844
5845 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
5846
5847 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
5848 out of scope variables.
5849 (gud-speedbar-buttons): Use unless.
5850
5851 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
5852 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
5853 (gdb-show-changed-values): Also use for out of scope variables.
5854 (gdb-var-update-handler-1): Note if variable goes out of scope.
5855
5856 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
5857
5858 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
5859 default to global variable values for unsupplied args.
5860 (rcirc-get-buffer-create): Fix bug with setting the target.
5861 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
5862 test for rcirc-always-use-server-buffer-flag here.
5863 (rcirc-response-formats): Add %N, which is a facified nick. %n
5864 uses the default face. Change the ACTION format string. If the
5865 "nick" is the server, don't print anything for that field.
5866 Comment fixes.
5867 (rcirc-target-buffer): Don't test
5868 rcirc-always-use-server-buffer-flag here.
5869 (rcirc-print): Squeeze extra spaces out of the text before message.
5870 (rcirc-put-nick-channel): Strip potential "@" char from nick
5871 before adding them to nick table.
5872 (rcirc-url-regexp): Improve to match address like "foo.com".
5873
5874 2006-02-17 Eli Zaretskii <eliz@gnu.org>
5875
5876 * allout.el (allout-hidden-p): Move this defsubst before
5877 allout-overlay-interior-modification-handler, where it is first
5878 used.
5879
5880 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
5881
5882 * allout.el: Use allout invisible-text overlays instead of
5883 selective display for concealed text. Also, lots of general
5884 cleanup, and improved compatibility code.
5885
5886 (allout-version) Incremented, corrected, revised, and refined
5887 module commentary.
5888
5889 (provide 'allout): Moved to the bottom, added a require of overlay.
5890
5891 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
5892 `except-current'.
5893 (allout-write-file-hook-handler): Minimize delay.
5894 (count-trailing-whitespace-region): New function so
5895 auto-encryption of current topic can resituate cursor exactly.
5896 PGP/GPG encryption trims trailing whitespace from lines, which
5897 must be accounted for across encryption then decryption.
5898
5899 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
5900 just plain "\C-c", to avoid intruding on user's keybinding space.
5901
5902 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
5903 parameter, so user request to provide a new password is done.
5904
5905 (allout-outside-normal-auto-fill-function, allout-auto-fill):
5906 Refined mechanism for auto-filling behavior while in allout mode.
5907
5908 (allout-mode): Explicitly specify the mode map in the docstring.
5909 Clarify provision for various write-file hook var names.
5910 Adjusted for invisible-text overlays instead of selective-display.
5911
5912 (allout-depth): Really return 0 if not within any topic. This
5913 rectifies `allout-beginning-of-level' and sequence numbering
5914 errors that occur when cutting and pasting numbered topics.
5915 Changed from a in-line subst to a regular function, as well.
5916
5917 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
5918
5919 (allout-end-of-subtree, allout-end-of-subtree)
5920 (allout-end-of-entry, allout-end-of-current-heading)
5921 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
5922 (allout-show-children, allout-show-to-offshoot)
5923 (allout-hide-current-entry, allout-show-current-entry): Rectified
5924 handling of trailing blank lines between items.
5925
5926 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
5927 (allout-current-depth, allout-unprotected, allout-hidden-p)
5928 (allout-on-current-heading-p, allout-listify-exposed)
5929 (allout-chart-subtree, allout-goto-prefix)
5930 (allout-back-to-current-heading, allout-get-body-text)
5931 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
5932 (allout-hide-region-body, allout-toggle-subtree-encryption)
5933 (allout-encrypt-string, allout-encrypted-key-info)
5934 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
5935 (allout-file-vars-section-data): Adjusted for use with
5936 invisible-text overlays instead of selective-display.
5937
5938 (allout-kill-line, allout-kill-topic, allout-yank-processing):
5939 Reworked for use with invisible text overlays.
5940
5941 (allout-current-topic-collapsed-p): New function.
5942
5943 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
5944 to know when to close the containing topic.
5945
5946 (allout-pre-command-business, allout-post-command-business):
5947 Simplify undo-batching and dynamic isearch exposure.
5948
5949 (allout-set-overlay-category): New for invisible-text overlays.
5950 Sets properties of allout-overlay-category, used by
5951 allout-flag-region to set invisible-text overlay properties.
5952 (allout-get-invisibility-overlay): Get the first qualifying
5953 invisibility overlay, so we can find the extent of it.
5954 (allout-back-to-visible-text): Get to just before the beginnining
5955 of the current invisibility overlay, if any.
5956
5957 (allout-overlay-insert-in-front-handler)
5958 (allout-overlay-interior-modification-handler)
5959 (allout-before-change-handler, allout-isearch-end-handler): New
5960 functions to handle extraordinary actions affecting concealed
5961 text.
5962
5963 (allout-flag-region): Use overlays instead of selective-display
5964 for invisible text - by inheritence from the properties of
5965 allout-overlay-category in mainline Emacs, and applied
5966 property-by-property in XEmacs, some recent versions of which
5967 don't inherit the properties from the category. Provisions to
5968 respond to concealed-text edits simplified drastically.
5969
5970 (allout-isearch-rectification, allout-isearch-was-font-lock)
5971 (allout-isearch-expose, allout-enwrap-isearch)
5972 (allout-isearch-abort, allout-pre-was-isearching)
5973 (allout-isearch-prior-pos, allout-isearch-did-quit)
5974 (allout-isearch-dynamic-expose)
5975 (allout-hide-current-entry-completely): Functions deleted.
5976
5977 (allout-undo-aggregation): Explicit undo aggregation no longer
5978 necessary due to transition away from selective-display.
5979
5980 (set-allout-regexp, allout-up-current-level)
5981 (allout-next-visible-heading, allout-forward-current-level)
5982 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
5983 (allout-kill-line, allout-yank-processing, allout-show-children)
5984 (allout-expose-topic, allout-old-expose-topic)
5985 (allout-listify-exposed, allout-insert-latex-header)
5986 (allout-toggle-subtree-encryption, allout-encrypt-string)
5987 (remove-from-invisibility-spec, allout-hide-current-subtree):
5988 Ditched unused variables.
5989
5990 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
5991
5992 * textmodes/ispell.el (ispell-change-dictionary): Call
5993 ispell-buffer-local-dict instead of
5994 ispell-accept-buffer-local-defs.
5995 (ispell-local-dictionary-alist): Accept as valid any coding-system
5996 supported by Emacs.
5997 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
5998 changed to iso-8859-3.
5999
6000 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
6001
6002 * speedbar.el (speedbar-frame-width): Make an inline function
6003 instead of a macro. Use frame-width.
6004 (speedbar-try-completion, speedbar-update-contents)
6005 (speedbar-timer-fn): Use consp.
6006 (speedbar-update-localized-contents): Try to preserve point.
6007
6008 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
6009 (menu): Re-order menu items.
6010 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
6011 field.
6012 (gdb-var-update-handler-1): Use it for GDB 6.4+.
6013 (gdb-post-prompt): Speed things by not forcing update.
6014
6015 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
6016
6017 * wid-edit.el (widget-button-click): For mouse-1, cancel button
6018 press and perform default action if we get a mouse movement event.
6019
6020 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
6021
6022 * calendar/icalendar.el (icalendar--get-event-property)
6023 (icalendar--get-event-property-attributes): Fix typos in
6024 docstrings.
6025
6026 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
6027 docstring.
6028
6029 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
6030
6031 * bs.el (bs-mode): Use `buffer-disable-undo'.
6032 (bs--get-file-name): Simplify.
6033 (bs-show-in-buffer): Mark the buffer as not modified.
6034
6035 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
6036
6037 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
6038 widget-button-click.
6039
6040 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
6041 (custom-mode): Update docstring.
6042
6043 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
6044 binding.
6045
6046 * files.el (hack-local-variables-confirm): Allow scrolling if the
6047 file variable list is too long. Kill temp buffer after use.
6048
6049 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
6050
6051 * progmodes/gud.el (gdb): Improve doc string.
6052 (gdb-script-font-lock-keywords): Expand allowed character set.
6053
6054 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
6055 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
6056 (gdb-separate-io-interrupt, gdb-separate-io-quit)
6057 (gdb-separate-io-stop, gdb-separate-io-eof):
6058 Rename from gdb-inferior-* to gdb-separate-*.
6059 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
6060
6061 2006-02-14 Jay Belanger <belanger@truman.edu>
6062
6063 * calc/calc-arith.el (math-check-known-scalarp): Make sure
6064 expression is a symbol before checking that it is bound.
6065
6066 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
6067 test to see if equation can be solved.
6068
6069 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
6070
6071 * wid-edit.el (widget-button-click): Use :pressed-face property
6072 for overlay face, if it exists.
6073
6074 * cus-edit.el (custom-manual, custom-add-see-also)
6075 (custom-add-parent-links, custom-group-link): Add :pressed-face
6076 property to links.
6077
6078 * files.el (hack-local-variables): Remove ignored variables before
6079 checking if any variables need setting.
6080
6081 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6082
6083 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
6084
6085 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
6086
6087 * help.el (where-is): Fix message for remapped commands.
6088
6089 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
6090 Fix typos in docstrings.
6091
6092 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
6093
6094 * files.el (safe-local-variable-values): New option.
6095 (hack-local-variables-prop-line): Return a list of variable-value
6096 pairs if MODE-ONLY is non-nil.
6097 (hack-local-variables): Construct list of variable-value pairs,
6098 and apply or reject them in one go. Ask for confirmation if
6099 variables are not known safe.
6100 (hack-local-variables-confirm): Complete rewrite. Support
6101 `safe-local-variable-values'.
6102 (enable-local-variables): Update docstring to reflect new
6103 behavior.
6104 (ignored-local-variables): Ignore ignored-local-variables and
6105 safe-local-variable-values.
6106 (safe-local-variable-p): New function.
6107 (risky-local-variable-p): `safe-local-variable' property check
6108 moved to safe-local-variable-p.
6109 (hack-one-local-variable): Checks moved to hack-local-variables.
6110
6111 (byte-compile-dynamic, c-basic-offset, c-file-style)
6112 (c-indent-level, comment-column, fill-column, fill-prefix)
6113 (indent-tabs-mode, kept-new-versions, no-byte-compile)
6114 (no-update-autoloads, outline-regexp, page-delimiter)
6115 (paragraph-start, paragraph-separate, sentence-end)
6116 (sentence-end-double-space tab-width, version-control):
6117 Add `safe-local-variable' property.
6118
6119 * find-lisp.el: Delete nonexistent `autocompile' file variable.
6120
6121 * icomplete.el, play/landmark.el: Change nonexistent
6122 `outline-layout' file variable to `allout-layout'.
6123
6124 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
6125
6126 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
6127 (gdb-get-changed-registers): Test value of gud-minor-mode relative
6128 to gud-comint-buffer.
6129 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
6130 gdb-ui.el for gdb-mi.el.
6131 (gdb-post-prompt, gdb-get-changed-registers): Move test for
6132 registers buffer to gdb-get-changed-registers.
6133 (gdb-breakpoint-regexp): New regexp. Allow toggling and
6134 deletion of catchpoints (throw and catch).
6135 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
6136 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
6137 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
6138 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
6139 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
6140
6141 2006-02-13 Jay Belanger <belanger@truman.edu>
6142
6143 * calc/calc-arith.el (math-check-known-matrixp): Make sure
6144 expression is a symbol before checking that it is bound.
6145
6146 2006-02-13 Richard M. Stallman <rms@gnu.org>
6147
6148 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
6149 for the minibuffer too, but not if resize-mini-windows will interfere.
6150
6151 * help.el (describe-key-briefly, describe-key): Do all arg-reading
6152 inside `interactive' spec.
6153 (describe-key-briefly-internal, describe-key-internal):
6154 Functions merged back into their callers.
6155
6156 2006-02-13 Martin Rudalics <rudalics@gmx.at>
6157
6158 * info.el (info-xref-visited): Inherit from info-xref too.
6159 (Info-set-mode-line): Replace occurrences of `%' by `%%'
6160 when propertizing Info-current-file and Info-current-node.
6161
6162 2006-02-13 Juri Linkov <juri@jurta.org>
6163
6164 * tumme.el (tumme-thumbnail-storage): Fix docstring.
6165 (tumme-thumb-name): Fix per-directory format.
6166
6167 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
6168
6169 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
6170
6171 2006-02-12 Miles Bader <miles@gnu.org>
6172
6173 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
6174
6175 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
6176
6177 * tumme.el: Remove history section. If someone needs the it, it
6178 can always be found in CVS.
6179
6180 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
6181
6182 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
6183 about the Thumbnail Managing Standard option.
6184
6185 2006-02-12 Richard M. Stallman <rms@gnu.org>
6186
6187 * subr.el (substitute-key-definition): Doc fix.
6188
6189 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
6190
6191 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
6192
6193 * info.el (Info-mode): Doc fix.
6194
6195 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
6196
6197 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
6198
6199 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
6200 because on Solaris a POSIX compatible "id" is needed. Reported by
6201 Magnus Henoch <mange@freemail.hu>.
6202
6203 2006-02-12 Juri Linkov <juri@jurta.org>
6204
6205 * tumme.el: Remove todo item about Thumbnail Managing Standard.
6206 (tumme) <defgroup>: Change :group to `multimedia'.
6207 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
6208 Managing Standard.
6209 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
6210 Fix dostring.
6211 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
6212 and %y. Fix docstring.
6213 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
6214 (tumme-cmd-create-standard-thumbnail-command): New user options.
6215 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
6216 is `standard'. Fix docstring.
6217 (tumme-thumb-width, tumme-thumb-height): New user options.
6218 (tumme-external-viewer): Try to find various viewers.
6219 (tumme-get-thumbnail-image): Use `create-image' instead of
6220 constructing the `image' structure.
6221 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
6222 `standard'.
6223 (tumme-thumb-name): Add file name generation for standard storage.
6224 Simplify code for other storages.
6225 (tumme-thumb-name): Use width %w and height %h instead of size %s.
6226 Add modification time %m and thumbnail-nq8 %q.
6227 Use `tumme-cmd-create-standard-thumbnail-command' if
6228 tumme-thumbnail-storage is `standard'.
6229 (tumme-dired-insert-marked-thumbs): New autoload command.
6230 (tumme-dired-after-readin-hook): New function.
6231 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
6232 `tumme-thumb-size'.
6233 (tumme-display-image): Replace size-x %x and size-y %y with
6234 width %w and height %h.
6235
6236 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
6237 `tumme-dired-insert-marked-thumbs'.
6238
6239 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
6240
6241 * tumme.el (tumme-write-tag): Fix small bug (file name did not
6242 include path).
6243 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
6244 matching tag.
6245
6246 2006-02-12 Miles Bader <miles@gnu.org>
6247
6248 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
6249 New variables.
6250 (rcirc-abbrev-nick): New function.
6251 (rcirc-format-response-string): Rewrite to use the formats in
6252 `rcirc-response-formats' and expand escape sequences therein.
6253 A text-property `rcirc-text' is added over the actual response
6254 text to make easy to find inside the returned string.
6255 (rcirc-print): When filling, just look for the `rcirc-text'
6256 text-property to find the appropriate fill prefix, instead of
6257 using hardwired patterns.
6258
6259 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
6260
6261 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
6262 Managing Standard.
6263
6264 2006-02-11 Kim F. Storm <storm@cua.dk>
6265
6266 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
6267 Don't use insert-buffer; do insert-buffer-substring directly.
6268 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
6269
6270 2006-02-11 Martin Rudalics <rudalics@gmx.at>
6271
6272 * files.el (revert-buffer, recover-file): Replace buffer-read-only
6273 with inhibit-read-only. Suggested by Stefan Monnier.
6274 (revert-buffer): Let insert-file-contents discard
6275 buffer-undo-list. Simplify code.
6276 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
6277
6278 2006-02-11 Eli Zaretskii <eliz@gnu.org>
6279
6280 * menu-bar.el (menu-bar-select-yank): Add a doc string.
6281
6282 * help.el (describe-key-briefly): Now a wrapper for
6283 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
6284 to t. Populate yank-menu if empty.
6285 (describe-key-briefly-internal): Renamed from describe-key-briefly.
6286 (describe-key): Now a wrapper for describe-key-internal. Bind
6287 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
6288 (describe-key-internal): Renamed from describe-key.
6289
6290 2006-02-11 Milan Zamazal <pdm@zamazal.org>
6291
6292 * progmodes/glasses.el (glasses-separator): Doc fix.
6293 (glasses-original-separator): New defcustom.
6294 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
6295
6296 2006-02-11 Martin Rudalics <rudalics@gmx.at>
6297
6298 * mwheel.el (mouse-wheel-up-event): Doc fix.
6299
6300 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
6301
6302 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
6303 (tumme-dir): New function. Copied from thumbs.el.
6304
6305 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
6306
6307 * desktop.el (desktop-outvar): Fix typo.
6308 (desktop-save-buffer-p): Doc fix.
6309
6310 * subr.el (substitute-key-definition): Fix typo.
6311
6312 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6313
6314 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
6315 when window-system is mac.
6316
6317 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
6318
6319 2006-02-10 Kim F. Storm <storm@cua.dk>
6320
6321 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
6322 indirect-function instead of using condition-case.
6323
6324 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
6325
6326 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
6327 less `colloquial'...
6328
6329 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
6330
6331 * tumme.el: Add a couple of todo items.
6332
6333 2006-02-09 Lars Hansen <larsh@soem.dk>
6334
6335 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
6336 (highlight-changes-mode): Don't change desktop-locals-to-save.
6337
6338 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
6339
6340 * image-mode.el (image-toggle-display): Clear image cache if using
6341 filename.
6342
6343 2006-02-09 Masatake YAMATO <jet@gyve.org>
6344
6345 * dired-x.el (dired-guess-shell-alist-default): Add .man as
6346 a `dired-man' target.
6347
6348 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
6349 boundary of symbols.
6350
6351 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
6352
6353 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
6354
6355 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
6356
6357 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
6358 `mapcar'; return nil.
6359
6360 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
6361
6362 * mouse.el (mouse-drag-track): Don't change window if we rebind to
6363 some other event.
6364
6365 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
6366
6367 * net/rcirc.el (rcirc-startup-channels-alist):
6368 Add irc.freenode.net and #emacs as defaults.
6369 (rcirc-ignore-all-activity-flag): Remove variable.
6370 (rcirc-authinfo): New variable.
6371 (rcirc-authinfo-filename): Remove variable.
6372 (rcirc-always-use-server-buffer-flag): New flag.
6373 (rcirc): M-x rcirc will automatically connect without prompting.
6374 C-u M-x rcirc will prompt. Use rcirc-connect to create a
6375 connection in lisp.
6376 (rcirc-process-server-response-1): Remove everything but the nick
6377 portion of the sender so it doesn't need to be done everywhere
6378 else. Update related code.
6379 (global-map): Remove global keybindings.
6380 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
6381 (rcirc-send-input): Split into several functions.
6382 (rcirc-process-input-line, rcirc-process-message)
6383 (rcirc-process-command): New functions.
6384 (rcirc-target-buffer): New function to determine where to route
6385 messages.
6386 (rcirc-user-nick): Save match data.
6387 (rcirc-toggle-ignore-buffer-activity)
6388 (rcirc-update-activity-string): Remove global ignore functionality,
6389 which can be done now by toggling rcirc-track-minor-mode.
6390 (rcirc-track-minor-mode-map): New keymap.
6391 (rcirc-track-minor-mode): New minor-mode.
6392 (ignore): Make the ignore output nicer. Always print it when
6393 adding or removing nicks.
6394 (rcirc-url-regexp): Improve.
6395 (rcirc-mangle-text): Remove properties before using text in the
6396 modeline.
6397 (rcirc-authenticate): Authentication data comes from
6398 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
6399 (rcirc-server-prefix): Inherit from rcirc-server.
6400
6401 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
6402
6403 * Makefile.in (compile): Append "|| true" to the end of the `find'
6404 command, like compile-always does.
6405
6406 2006-02-08 Sam Steingold <sds@gnu.org>
6407
6408 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
6409 output from a dead connection.
6410
6411 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
6412
6413 * dired.el (dired-mode-map): Add more bindings for tumme.
6414
6415 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
6416
6417 * wdired.el (wdired-mode-map): Use remap.
6418 (wdired-get-filename): Massage.
6419 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
6420 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
6421 `keymap' property rather than `local-map'.
6422
6423 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
6424
6425 * tumme.el (tumme-get-thumbnail-image): New utility function.
6426 Suggested by from Chong Yidong.
6427 (tumme-dired-with-window-configuration): Rename from
6428 `tumme-dired'. Add code to save window configuration.
6429 (tumme-restore-window-configuration): New command to restore the
6430 window configuration that `tumme-dired-with-window-configuration'
6431 saves before it changes the window configuration.
6432 (tumme-show-all-from-dir): New command to display thumbnails for
6433 all files in a directory entered by the user, like M-x thumbs.
6434 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
6435 have been created.
6436 (tumme-display-thumbnail-original-image): Call `display-buffer'.
6437 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
6438 Remove obsolete test function.
6439
6440 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
6441
6442 * vc.el (small-temporary-file-directory): Remove defvar; there's
6443 a defcustom for it in files.el.
6444
6445 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
6446 Fix typo in message.
6447 (tumme-gallery-generate): Fix typo in `error' message.
6448 (tumme-display-window-height-correction)
6449 (tumme-display-window-width-correction, tumme-line-up-dynamic)
6450 (tumme-line-up-interactive): Dox fixes.
6451 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
6452 (tumme-restore-window-configuration, tumme-format-properties-string)
6453 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
6454 Fix typos in docstrings.
6455
6456 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
6457
6458 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
6459
6460 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
6461
6462 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
6463 User should use hook if desired.
6464
6465 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
6466 buffer if necessary.
6467 (gdb-delete-frame-or-window): New function.
6468 (gdb-breakpoints-mode-map): Bind "q" to it.
6469
6470 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
6471
6472 * textmodes/nroff-mode.el: Clean up name space.
6473 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
6474 (nroff-mode): Obey the global setting of nroff-electric-mode.
6475 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
6476
6477 * calendar/calendar.el (calendar-increment-month): Typo in last change.
6478
6479 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
6480
6481 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
6482
6483 2006-02-06 Lars Hansen <larsh@soem.dk>
6484
6485 * generic-x.el (etc-fstab-generic-mode): Add file system types
6486 cifs and usbdevfs. Allow special chars in file names.
6487
6488 2006-02-05 Jay Belanger <belanger@truman.edu>
6489
6490 Update copyright notices of the files in lisp/calc.
6491
6492 2006-02-05 Romain Francoise <romain@orebokech.com>
6493
6494 Update copyright notices of all files in the lisp/play directory.
6495
6496 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
6497
6498 * ldefs-boot.el: Regenerate.
6499
6500 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
6501
6502 2006-02-05 Kim F. Storm <storm@cua.dk>
6503
6504 * files.el (magic-mode-regexp-match-limit): New defvar.
6505 (set-auto-mode): Use it to limit magic-mode-alist matching.
6506
6507 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
6508
6509 * simple.el (display-message-or-buffer): Compare the number of
6510 characters to the frame width when determining whether a 1-line
6511 message string will fit in the echo area. Count screen lines
6512 instead of buffer lines when determining whether a multi-line
6513 message will fit in the echo area/minibuffer window.
6514
6515 2006-02-04 Eli Zaretskii <eliz@gnu.org>
6516
6517 * info.el (Info-index, Info-mode): Improve the description of the
6518 `i' command.
6519
6520 * ldefs-boot.el: Regenerate.
6521
6522 2006-02-03 Werner Lemberg <wl@gnu.org>
6523
6524 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
6525 greedy to find the closing bracket in \*[...] and similar
6526 expressions. This is a first rough fix -- many additional
6527 refinements are necessary to make nroff mode really usable with groff.
6528
6529 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
6530
6531 * international/mule-cmds.el (set-locale-environment):
6532 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
6533 libX11.
6534
6535 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
6536
6537 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
6538 archive are created in archive-tmpdir.
6539
6540 2006-02-02 John Paul Wallington <jpw@pobox.com>
6541
6542 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
6543 (ibuffer-fontification-alist): Use it.
6544 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
6545 to "* z" and the Ibuffer Mark menu.
6546
6547 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
6548
6549 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6550
6551 * textmodes/table.el (*table--cell-describe-mode)
6552 (*table--cell-describe-bindings): Undo last change since
6553 print-help-return-message is not obsoleted by anything at all.
6554
6555 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
6556
6557 * emulation/cua-base.el (cua-mode): Doc fix.
6558
6559 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
6560
6561 * dframe.el (dframe-handle-make-frame-visible)
6562 (dframe-handle-iconify-frame, dframe-get-focus)
6563 (dframe-select-attached-frame, dframe-power-click)
6564 (dframe-frame-mode): Fix typos in docstrings.
6565
6566 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
6567 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
6568 Fix typos in docstrings.
6569
6570 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
6571 (hi-lock-face-buffer, hi-lock-font-lock-hook)
6572 (hi-lock-archaic-interface-message-used)
6573 (hi-lock-file-patterns-range): Fix typos in docstrings.
6574
6575 * savehist.el (savehist-loaded, savehist-load, savehist-install)
6576 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
6577
6578 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
6579 Fix typo in docstring.
6580
6581 * net/newsticker.el (newsticker--decode-iso8601-date)
6582 (newsticker--set-customvar, newsticker--buffer-insert-item)
6583 (newsticker--do-run-auto-mark-filter)
6584 (newsticker--parse-generic-feed): Doc fixes.
6585 (newsticker--retrieval-timer-list, newsticker-url-list)
6586 (newsticker-hide-immortal-items-in-echo-area)
6587 (newsticker-hide-obsolete-items-in-echo-area)
6588 (newsticker-new-item-face, newsticker--enclosure)
6589 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
6590 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
6591 (newsticker--parse-generic-feed, newsticker--cache-contains)
6592 (newsticker--stat-num-items, newsticker-download-enclosures):
6593 Fix typos in docstrings.
6594
6595 * net/rcirc.el (rcirc-debug): Doc fix.
6596 (rcirc-fill-column, rcirc-receive-message-hooks)
6597 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
6598 (rcirc-mode, rcirc-generate-new-buffer-name)
6599 (rcirc-startup-channels, rcirc-ignore-update-automatic)
6600 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
6601 Fix typos in docstrings.
6602 (rcirc-print): "?\ " -> "?\s".
6603 (rcirc-cmd-join): Improve argument/docstring consistency.
6604
6605 2006-02-01 Mark A. Hershberger <mah@everybody.org>
6606
6607 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
6608 before narrow-to-region.
6609
6610 2006-02-01 Richard M. Stallman <rms@gnu.org>
6611
6612 * simple.el (move-beginning-of-line): Scan properly for invis change.
6613
6614 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
6615
6616 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
6617
6618 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
6619 change bit only when id-format is 'integer. Reported by Matt
6620 Hodges <M.P.Hodges@rl.ac.uk>.
6621
6622 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
6623
6624 * hilit-chg.el (highlight-changes-initial-state)
6625 (highlight-changes-global-initial-state): Doc fixes.
6626 (highlight-changes-global-modes, global-highlight-changes):
6627 Fix typos in docstrings.
6628
6629 2006-02-01 Kim F. Storm <storm@cua.dk>
6630
6631 * emulation/cua-base.el (cua-mode): Mention that CUA enables
6632 transient-mark-mode in doc string.
6633
6634 2006-01-31 Richard M. Stallman <rms@gnu.org>
6635
6636 * replace.el (multi-occur): Doc fix.
6637 (multi-occur-in-matching-buffers): Rename from
6638 multi-occur-by-filename-regexp. Prefix arg says match
6639 buffer names instead of file names.
6640
6641 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
6642
6643 * bs.el: Allow non-default values of `bs-header-lines-length'.
6644 (bs--running-in-xemacs): Remove (not needed anymore).
6645 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
6646 instead of `shrink-window', thus avoiding having to compute the
6647 height of the window.
6648 (bs--up): Wrap around even when there's no header.
6649 (bs--down): Use `forward-line' instead of `next-line'.
6650
6651 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
6652
6653 * image-mode.el (image-toggle-display): Use file name if possible,
6654 instead of unnecessarily allocating a (possibly huge) lisp string.
6655
6656 2006-01-30 John Paul Wallington <jpw@pobox.com>
6657
6658 * subr.el (toplevel): Define `cl-assertion-failed' condition here
6659 because the `assert' macro signals it at runtime.
6660
6661 * emacs-lisp/cl.el (toplevel): Remove definition of
6662 `cl-assertion-failed' condition.
6663
6664 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
6665
6666 * thumbs.el (thumbs-marked-list): Make buffer-local and
6667 permanent-local.
6668 (thumbs-insert-thumb): Make help-echo non-sticky.
6669 (thumbs-file-alist): Use eolp as check for (non)-image.
6670
6671 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
6672
6673 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
6674 (ediff-before-session-group-setup-hooks)
6675 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
6676 Fix typos in docstrings.
6677
6678 * window.el (bw-dir, bw-eqdir, balance-windows)
6679 (split-window-keep-point): Fix typos in docstrings.
6680
6681 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
6682 (org-quote-string, org-calendar-to-agenda-key)
6683 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
6684 (org-show-following-heading, org-tags-column)
6685 (org-use-tag-inheritance, org, org-allow-space-in-links)
6686 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
6687 (org-enable-table-editor, org-calc-default-modes)
6688 (org-table-allow-automatic-line-recalculation)
6689 (org-export-html-style, org-export-with-fixed-width)
6690 (org-export-with-sub-superscripts, org-special-keyword)
6691 (org-formula, org-time-grid, org-table-may-need-update)
6692 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
6693 (org-goto-quit, org-get-indentation, org-end-of-item)
6694 (org-move-item-down, org-move-item-up)
6695 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
6696 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
6697 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
6698 (org-agenda-log-mode, org-agenda-toggle-diary)
6699 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
6700 (org-agenda-file-to-end, org-agenda-no-heading-message)
6701 (org-agenda-get-closed, org-format-agenda-item)
6702 (org-cmp-priority, org-cmp-category, org-cmp-time)
6703 (org-agenda-change-all-lines, org-agenda-diary-entry)
6704 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
6705 (org-link-search, org-camel-to-words, org-open-file)
6706 (org-remember-handler, org-table-convert-region)
6707 (org-table-move-row-down, org-table-move-row-up)
6708 (org-table-copy-region, org-table-wrap-region)
6709 (org-table-toggle-vline-visibility)
6710 (org-table-get-vertical-vector, org-table-modify-formulas)
6711 (org-table-get-specials, org-recalc-commands)
6712 (org-table-rotate-recalc-marks, org-table-eval-formula)
6713 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
6714 (org-level-color-stars-only, org-insert-heading):
6715 Fix typos in docstrings.
6716 (last-arg): Add defvar.
6717
6718 * makefile.w32-in (WINS): Add erc.
6719 (MH_E_SRC): Update (copied from lisp/Makefile.in).
6720
6721 2006-01-29 Bill Wohler <wohler@newt.com>
6722
6723 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
6724 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
6725 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
6726 (mh-autoloads): Don't use comments on otherwise empty lines.
6727
6728 2006-01-29 Edward O'Connor <ted@oconnor.cx>
6729
6730 * emulation/viper.el (viper-major-mode-modifier-list): Add
6731 insert-state and vi-state entries for erc-mode.
6732 (viper-go-away, viper-set-hooks): Add and remove
6733 viper-comint-mode-hook from erc-mode-hook as appropriate.
6734
6735 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
6736
6737 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
6738
6739 * bs.el (bs--format-aux): Implement `middle' alignment as
6740 described in the docstring for `bs-attributes-list'.
6741 (bs--get-name): Simplify. Don't pad the buffer name.
6742
6743 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
6744
6745 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
6746 English aspell dictionary is installed, use the first entry of
6747 ispell-dictionary-alist-1.
6748
6749 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
6750
6751 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6752 Doc fix.
6753
6754 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
6755
6756 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
6757 for `process-file', in order to let it work for older Emacsen too.
6758
6759 2006-01-27 Eli Zaretskii <eliz@gnu.org>
6760
6761 * international/latexenc.el: Add a suitable `coding:' tag.
6762 (latexenc-find-file-coding-system): Undo last change.
6763
6764 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6765
6766 * international/latexenc.el (latexenc-find-file-coding-system):
6767 Make sure latexenc-main-file is a regular file and is readable.
6768
6769 2006-01-27 Andre Spiegel <spiegel@gnu.org>
6770
6771 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
6772 Pass FILE to vc-user-login-name.
6773
6774 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
6775
6776 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
6777
6778 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
6779 there are no more images to display.
6780 (thumbs-mark, thumbs-unmark): Revert change so that they move to
6781 the next image.
6782
6783 2006-01-26 Richard M. Stallman <rms@gnu.org>
6784
6785 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
6786
6787 * wid-edit.el (advertised-widget-backward): New alias.
6788 (widget-keymap): Use advertised-widget-backward for S-TAB.
6789
6790 * tumme.el: Correct the keywords.
6791 (tumme-dir-max-size): Use defvar.
6792 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
6793
6794 * simple.el (move-beginning-of-line): Take account of fields.
6795 (clone-indirect-buffer-other-window): Take args like
6796 clone-indirect-buffer, and work like it.
6797
6798 * help-fns.el (describe-function): Don't pass `nil' as default.
6799
6800 * files.el (risky-local-variable-p): Follow var aliases.
6801
6802 * subr.el (lazy-completion-table): Doc fix.
6803
6804 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
6805 global binding of `line'.
6806
6807 2006-01-25 Andre Spiegel <spiegel@gnu.org>
6808
6809 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
6810 Tramp.
6811
6812 * vc.el (vc-default-dired-state-info): Pass FILE to
6813 vc-user-login-name.
6814 (vc-default-update-changelog): Don't use vc-user-login-name, we
6815 don't need it here.
6816
6817 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
6818 no longer necessary.
6819
6820 2006-01-25 Kenichi Handa <handa@m17n.org>
6821
6822 * international/mule.el (decode-char): Avoid the overhead of
6823 calling utf-lookup-subst-table-for-decode if
6824 utf-translate-cjk-mode is nil.
6825 (encode-char): Avoid the overhead of calling
6826 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
6827 nil.
6828
6829 2006-01-22 Kenichi Handa <handa@m17n.org>
6830
6831 * international/mule.el (make-subsidiary-coding-system): Reset
6832 `coding-system-define-form' property of subsidiaries to nil.
6833 Avoid duplicated entry in coding-system-alist.
6834 (make-coding-system): Avoid duplicated entry in
6835 coding-system-alist.
6836 (define-coding-system-alias): Likewise.
6837
6838 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
6839
6840 * completion.el: Minor fixes in introductory comment.
6841 (completion-def-wrapper): Fix alist.
6842
6843 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
6844
6845 * thumbs.el (thumbs-new-image-size): New function.
6846 (thumbs-increment-image-size-element)
6847 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
6848 (thumbs-decrement-image-size): Delete.
6849 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
6850 temp files and use to resize.
6851 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
6852 Use increment argument to enlarge/shrink. Preserve point.
6853 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
6854 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
6855 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
6856 (thumbs-mark, thumbs-unmark): Preserve point.
6857 (thumbs-modify-image): Keep old temp files and use to modify.
6858 Cleanup old temp files at load time. Preserve point.
6859 (thumbs-view-image-mode-map): Use new command names.
6860
6861 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
6862
6863 * log-view.el (log-view-minor-wrap): First rev is the one at point.
6864
6865 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
6866 the nastiest part of the cyclic dependency.
6867 (cal-menu-update): Use dotimes and calendar-increment-month.
6868
6869 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
6870 (calendar-week-start-day): Add an :initializer.
6871 (calendar-mode-map): Use suppress-keymap, and command remapping.
6872 (describe-calendar-mode): Setup xref-stack info for the back button.
6873 (calendar-star-date): Insert before delete.
6874 (calendar-set-mode-line): Add file-modified info if applicable.
6875 (calendar-increment-month): New function.
6876
6877 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
6878
6879 * font-lock.el (lisp-font-lock-keywords-2):
6880 Recognize "& keywords" only at word boundaries.
6881
6882 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
6883
6884 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
6885 and permanent-local.
6886 (thumbs-max-image-number): New variable.
6887 (thumbs-do-thumbs-insertion): Use them.
6888 (thumbs-per-line): Change default to 4.
6889 (thumbs-marked-list): Rename from thumbs-markedL.
6890 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
6891 (thumbs-rename-images): Use -list instead of L for internal variables.
6892 (thumbs-call-convert): Use call-process instead of shell-command.
6893 (thumbs-insert-thumb): Add filename as help-echo to each image.
6894 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
6895 Give dir to thumbs-show-thumbs-list.
6896 (thumbs-show-thumbs-list): Set default-directory to that of images.
6897 (thumbs-dired-show): Rename from thumbs-dired-show-all.
6898 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
6899 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
6900 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
6901
6902 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6903
6904 * ses.el (ses-read-cell): Provide a default value.
6905
6906 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
6907
6908 * term/w32-win.el (image-library-alist): Add additional names for
6909 GIF library.
6910
6911 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6912
6913 * international/latexenc.el (latexenc-find-file-coding-system):
6914 Add file-regular-p check.
6915
6916 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
6917
6918 * simple.el (clone-buffer): Don't show the new buffer in the same
6919 window.
6920
6921 2006-01-23 Juri Linkov <juri@jurta.org>
6922
6923 * faces.el (link, link-visited): New faces based on default values
6924 of `info-xref' and `info-xref-visited'.
6925
6926 * info.el (info-xref): Inherit from `link'.
6927 (info-xref-visited): Inherit from `link-visited'.
6928
6929 * cus-edit.el (custom-buffer-create-internal): Use widget type
6930 `custom-manual' instead of `info-link' and don't set properties
6931 `button-face' and `mouse-face' explicitly.
6932 (custom-browse-group-tag, custom-browse-variable-tag)
6933 (custom-browse-face-tag): Inherit from widget class
6934 `custom-group-link' instead of `push-button'.
6935 (custom-button-unraised): Inherit from `underline' face.
6936 (custom-link): Inherit from `link' face. Fix doc and group.
6937 (custom-add-parent-links, custom-group-value-create): Don't set
6938 properties `button-face' and `mouse-face' explicitly for
6939 `custom-group-link' widget.
6940 (custom-group-link): Add properties `button-face' and `mouse-face'
6941 to widget definition.
6942 (custom-field-keymap): New variable. Put `custom-field-keymap' to
6943 editable-field's :keymap property.
6944 (custom-mode): Fix docstring: substitute keybindings for
6945 `widget-forward' and `widget-backward' from `widget-keymap',
6946 `widget-complete' from `custom-field-keymap', replace old
6947 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
6948
6949 * desktop.el (desktop-load-file): Check for `fboundp' before
6950 calling `symbol-function'.
6951
6952 * simple.el (clone-buffer, clone-indirect-buffer)
6953 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
6954 `read-string'. Fix prompts.
6955
6956 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
6957
6958 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
6959
6960 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
6961
6962 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
6963
6964 * startup.el (inhibit-splash-screen, initial-scratch-message):
6965 Doc fixes.
6966
6967 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
6968
6969 Sync with Tramp 2.0.52.
6970
6971 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
6972 net/tramp-vc.el: Add code for unloading Tramp. See comment before
6973 `tramp-unload-tramp' for checklist.
6974
6975 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
6976 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
6977 (tramp-unload-file-name-handler-alist)
6978 (tramp-unload-tramp): New defuns.
6979 (tramp-advice-PC-expand-many-files): New defadvice.
6980 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
6981 removed.
6982 (tramp-handle-expand-file-name): Remove double slash.
6983 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
6984 It doesn't matter, because it will be converted later on.
6985 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
6986 implementation was just heuristic.
6987 (tramp-post-connection): Set uid and gid properties.
6988 (tramp-convert-file-attributes): Set file's gid change bit.
6989 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
6990 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
6991 in case of su(do)? methods. The home directory of the local user
6992 will be taken else.
6993 (tramp-open-connection-telnet)
6994 (tramp-open-connection-rsh, tramp-open-connection-su)
6995 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
6996 local shell prompt could hurt. Reported by Romain Francoise
6997 <romain@orebokech.com>.
6998 (tramp-let-maybe): Add `edebug-form-spec' property.
6999 (tramp-handle-expand-file-name): Bind `default-directory' locally
7000 to "/" in order to avoid problems with UNC shares or Cygwin
7001 mounts.
7002 (tramp-md5-function): Fix typo in error message.
7003
7004 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
7005
7006 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
7007 for byte-compiler pacification.
7008
7009 2006-01-22 Andre Spiegel <spiegel@gnu.org>
7010
7011 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
7012 ID-FORMAT `string'. This allows us to get rid of
7013 `vc-user-login-name UID'.
7014
7015 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
7016
7017 2006-01-22 John Paul Wallington <jpw@pobox.com>
7018
7019 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
7020
7021 2006-01-21 Martin Rudalics <rudalics@gmx.at>
7022
7023 * emacs-lisp/find-func.el (find-definition-noselect)
7024 (find-variable-noselect): Search variables in C source code too.
7025 (find-function-C-source, find-function-noselect, find-function)
7026 (find-function-other-frame, find-variable-noselect, find-variable)
7027 (find-variable-other-frame, find-variable-at-point):
7028 Fix docstrings.
7029
7030 2006-01-21 Francesco Potorti` <pot@gnu.org>
7031
7032 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
7033
7034 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
7035
7036 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
7037 Default to disabling the "Save affix" question.
7038
7039 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
7040
7041 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
7042 the first arg to run-python.
7043
7044 2006-01-21 Eli Zaretskii <eliz@gnu.org>
7045
7046 * startup.el (command-line-1): Handle --no-desktop if desktop.el
7047 is not loaded.
7048
7049 2006-01-20 Jay Belanger <belanger@truman.edu>
7050
7051 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
7052 limit is 0.
7053
7054 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
7055 the correct variable.
7056
7057 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
7058
7059 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
7060 link. Fixed buggy argument sequence in call to `org-view-tags'.
7061 (org-compile-prefix-format): Set `org-prefix-has-tag'.
7062 (org-prefix-has-tag): New variable.
7063 (org-format-agenda-item): Remove tags from headline if
7064 appropriate.
7065 (org-agenda-remove-tags-when-in-prefix): New option.
7066 (org-get-tags-at): New function.
7067
7068 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
7069
7070 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
7071 (thumbs-find-image): Move image name and number from buffer name
7072 to mode name. Set thumbs-buffer. Preserve point so that large
7073 images remain visible.
7074 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
7075 order.
7076 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
7077 mode name.
7078 (thumbs-next-image, thumbs-previous-image): Make them work.
7079
7080 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
7081
7082 * cus-edit.el (custom-buffer-create-internal): State in the text above
7083 the whole buffer buttons that they do not operate on hidden items.
7084 (custom-face-menu): Use `custom-face-save' instead of
7085 `custom-face-save-command'.
7086 (custom-face-save-command): Make it an alias for `custom-face-save'
7087 and declare it obsolete.
7088 (custom-face-save): Doc fix.
7089
7090 * dired.el (dired-no-confirm): Add quote.
7091 (dired-subdir-alist-pre-R): Add quote in
7092 `make-variable-buffer-local' form and remove unbalanced parenthesis.
7093
7094 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
7095
7096 * textmodes/table.el (table-mode-indicator): Typo in last change.
7097
7098 2006-01-19 Richard M. Stallman <rms@gnu.org>
7099
7100 * outline.el (hide-leaves): Don't call outline-end-of-heading.
7101 Fixes bug reported in Nov 2005.
7102
7103 * isearch.el (isearch-forward): Doc fix.
7104
7105 * dired.el (dired-move-to-filename-regexp): Define as alias.
7106 (dired-no-confirm): Use defcustom.
7107 (dired-subdir-alist-pre-R): Put defvar at top level.
7108
7109 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
7110
7111 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7112 Mark as risky.
7113
7114 * simple.el (set-mark-command): Doc fix.
7115 (clone-indirect-buffer-other-window):
7116 Read arg like clone-indirect-buffer.
7117 (move-beginning-of-line): Skip invisible newlines.
7118
7119 2006-01-19 Masatake YAMATO <jet@gyve.org>
7120
7121 * progmodes/cpp.el (cpp-edit-load): Make the order of
7122 listed conditions in a base C code buffer and its associate
7123 CPP Edit buffer the same.
7124
7125 2006-01-19 Kenichi Handa <handa@m17n.org>
7126
7127 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
7128 (rmail-mime-feature): Likewise.
7129 (rmail-require-mime-maybe): Use display-warning to show a warning
7130 message.
7131
7132 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
7133 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
7134
7135 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
7136
7137 * array.el: Move defvars out of eval-when-compile.
7138 (array-make-template): Replace undeclared global var with a local one.
7139 (array-mode): Inline initialization functions.
7140 (array-init-local-variables, array-init-max-row)
7141 (array-init-max-column, array-init-columns-per-line)
7142 (array-init-field-width, array-init-rows-numbered)
7143 (array-init-line-length, array-init-lines-per-row): Remove.
7144
7145 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
7146 (doc-mode-map): Define explicitly.
7147 (doctor-txtype): Use mapc.
7148
7149 * textmodes/table.el: Move defvars out of eval-when-compile.
7150 Remove harmful code meant to avoid byte-compiler warnings.
7151 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
7152 specification that checks table-fixed-width-mode directly.
7153 (table-recognize-region, table-recognize-cell):
7154 Use restore-buffer-modified-p.
7155 (table-fixed-width-mode): Remove code that refreshes
7156 table-fixed-mode-indicator.
7157 (*table--cell-describe-bindings, *table--cell-describe-mode):
7158 Avoid obsolete name print-help-return-message.
7159 (table--test-cell-list): Don't use replace-regexp from elisp.
7160 (table--point-entered-cell-function, table--point-left-cell-function):
7161 Don't set table-fixed-mode-indicator, use force-mode-line-update.
7162
7163 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
7164 that was after the end of file. Use buffer-file-name variable.
7165 (org-timestamp-change): Use with-current-buffer.
7166 (org-todo-list): Don't unnecessarily define a new buffer-local var.
7167 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
7168 `file'.
7169
7170 * progmodes/fortran.el: Move defvars out of eval-when-compile.
7171 (fortran-break-line): Remove unused var `opoint'.
7172 (fortran-abbrev-start): Obey help-event-list.
7173
7174 2006-01-18 Jesper Harder <harder@phys.au.dk>
7175
7176 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
7177
7178 2006-01-18 Masatake YAMATO <jet@gyve.org>
7179
7180 * progmodes/make-mode.el (makefile-imake-mode): New mode
7181 derived from makefile-mode.
7182 (makefile-imake-mode-syntax-table): New syntax table
7183 derived from makefile-mode-syntax-table.
7184 (makefile-mode): Write about makefile-imake-mode in doc string.
7185 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
7186 (makefile-imake-font-lock-keywords): New font lock keywords.
7187
7188 * files.el (auto-mode-alist): Add Imakefile.
7189
7190 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
7191
7192 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
7193 loading the file rather than when turning on flyspell-mode.
7194
7195 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
7196
7197 * cus-edit.el (customize-rogue): Minor doc fix.
7198
7199 2006-01-17 Juri Linkov <juri@jurta.org>
7200
7201 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
7202 instead of the file at the mark as default if the file at the mark
7203 is the same as the file at point or if dired-dwim-target-directory
7204 is not the same as the current directory and the mark is not active.
7205
7206 * log-view.el (log-view-minor-wrap): Use the same logic to get
7207 revisions as `log-view-diff'.
7208
7209 * info.el (Info-revert-find-node): Check for Info-current-file
7210 before preserving new-history.
7211
7212 * man.el (Man-heading-regexp): Add `/'.
7213
7214 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
7215 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
7216
7217 2006-01-16 Juri Linkov <juri@jurta.org>
7218
7219 * faces.el (mode-line-faces): New defgroup.
7220 (mode-line-highlight): Move definition after new defgroup.
7221 (mode-line, mode-line-inactive, mode-line-highlight):
7222 Replace :group `modeline' with `mode-line-faces'.
7223 (mode-line-buffer-id): New face.
7224 (modeline-buffer-id): New face alias.
7225 (vertical-border): Remove :group `modeline'.
7226
7227 * bindings.el (propertized-buffer-identification): Use face
7228 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
7229 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
7230 (mode-line-buffer-identification-keymap): For mouse-1 replace
7231 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
7232 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
7233 mouse-3.
7234
7235 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
7236 Buffer-menu-buffer. Doc fix.
7237 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
7238 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
7239 `Buffer-menu-buffer'.
7240
7241 * info.el (Info-mode-line-node-keymap): New defvar.
7242 (Info-set-mode-line): Use `stringp' to check Info-current-file.
7243 Propertize Info-current-node with `mode-line-buffer-id' and
7244 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
7245
7246 * time.el (display-time-mail-face): Replace :group `faces' with
7247 `mode-line-faces'.
7248
7249 2006-01-16 Kenichi Handa <handa@m17n.org>
7250
7251 * international/code-pages.el: Add autoload cookies for cp125[0345678].
7252
7253 * language/european.el (cp1252): New alias for windows-1252.
7254
7255 * international/mule.el (autoload-coding-system): Prepare for EOL
7256 variants.
7257
7258 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
7259
7260 * term.el (term-raw-map): Add mapping for insert.
7261 (term-send-insert): New.
7262 (term-mode): Make variables local here instead of doing it in
7263 `term-emulate-terminal'.
7264 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
7265 Scroll reverse needs to take into account the scroll region.
7266 Saving and restoring the cursor should save the color attributes too.
7267 (term-reset-terminal): Reset the scroll region.
7268 (term-handle-ansi-escape): Cursor up and down should take into
7269 account the scroll region.
7270 (term-set-scroll-region): Rename from `term-scroll-region'.
7271 Move to 0,0 after setting the region.
7272 (term-handle-scroll): Handle scroll up.
7273 (term-down): Fix off by one error.
7274 (term-delete-lines): Do not delete outside the scroll region.
7275 (term-insert-lines): Take into account the scroll region.
7276
7277 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
7278
7279 * textmodes/ispell.el (ispell-internal-change-dictionary)
7280 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
7281 (start, end): Move declaration outside of eval-when-compile.
7282
7283 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
7284 (flyspell-mode-on): Use it.
7285
7286 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
7287 ispell-kill-ispell-hook.
7288
7289 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
7290
7291 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
7292 (Custom-reset-saved): Do not ask for confirmation in single option
7293 buffers.
7294
7295 2006-01-13 Richard M. Stallman <rms@gnu.org>
7296
7297 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
7298
7299 2006-01-13 Romain Francoise <romain@orebokech.com>
7300
7301 * add-log.el (add-change-log-entry, change-log-merge):
7302 Conditionally use `hard-newline'.
7303
7304 2006-01-13 Martin Rudalics <rudalics@gmx.at>
7305
7306 * wid-edit.el (widget-field-end): If the overlay is no longer
7307 associated with a buffer, behave as if the overlay didn't exist.
7308
7309 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
7310 Make sure the links use the `custom-link' face.
7311
7312 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
7313
7314 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
7315 (ld-script-mode): Don't set indent-line-function since we don't
7316 have one.
7317
7318 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
7319
7320 * textmodes/org.el (org-open-file): Use mailcap for selecting an
7321 application.
7322 (org-file-apps-defaults-gnu): Use mailcap as the default for
7323 selecting an application on a UNIX system.
7324 (org-agenda-show-tags): New command.
7325 (org-table-insert-hline): Keep cursor in current table line.
7326 (org-table-convert): Offset effect of modifying
7327 `org-table-insert-hline'.
7328 (org-format-agenda-item): New optional argument TAG.
7329 (org-compile-prefix-format): Handle %T format for the tag.
7330 (org-expand-wide-chars): New function.
7331 (org-table-insert-row, org-table-insert-hline):
7332 Use `org-expand-wide-chars'.
7333 (org-open-file): Fix bug in program launch.
7334 (org-get-time-of-day): Fix bug with times before 1am.
7335 (org-agenda-menu): Add tags commands.
7336
7337 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
7338
7339 * textmodes/ispell.el (ispell-init-process): Include the used
7340 dictionary in ispell process start message.
7341 (ispell-internal-change-dictionary): When flyspell-mode is active
7342 and dictionary is changed, make sure ispell process is restarted
7343 and flyspell word cache cleared out for the current buffer.
7344 (ispell-change-dictionary): Make sure flyspell word cache is
7345 cleared out in all buffers with active flyspell mode when
7346 dictionary is globally changed.
7347 Call ispell-internal-change-dictionary after dictionary change.
7348
7349 2006-01-13 Eli Zaretskii <eliz@gnu.org>
7350
7351 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
7352
7353 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
7354 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
7355 years. Fix small differences wrt Makefile.in.
7356 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
7357 Makefile.in does.
7358
7359 2006-01-12 Bill Wohler <wohler@newt.com>
7360
7361 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
7362 mh-search.el.
7363
7364 2006-01-12 Masatake YAMATO <jet@gyve.org>
7365
7366 * progmodes/ld-script.el: Update copyright year.
7367
7368 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
7369
7370 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
7371 Don't add widget if setting undefined.
7372
7373 2006-01-12 John Paul Wallington <jpw@pobox.com>
7374
7375 * help-fns.el (describe-variable): Remove newlines from void
7376 variable output.
7377
7378 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
7379
7380 * wdired.el (wdired-mode-map): Add help echo for
7381 wdired-abort-changes.
7382
7383 * man.el (Man-file-name-regexp): Adjust for a list of files.
7384
7385 2006-01-12 Masatake YAMATO <jet@gyve.org>
7386
7387 * progmodes/ld-script.el (auto-mode-alist): Support
7388 suffix conventions used in netbsd and eCos.
7389
7390 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
7391
7392 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
7393 (custom-variable-menu, custom-face-menu, custom-group-menu)
7394 (Custom-mode-menu): Change names of menu items. (As discussed on
7395 emacs-devel.)
7396 (custom-face-menu): Add "Undo Edits" item.
7397
7398 * startup.el (init-file-user): defcustom -> defvar.
7399
7400 * tooltip.el (tooltip-mode): Doc fix.
7401
7402 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
7403
7404 * reveal.el (reveal-post-command): window-buffer signals an error on
7405 dead windows rather than returning nil.
7406 (reveal-open-new-overlays): An overlay might die while we open others.
7407
7408 2006-01-11 Bill Wohler <wohler@newt.com>
7409
7410 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
7411 phrasing in docstring.
7412
7413 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
7414 can give some systems gas. Add new file mh-buffers.el.
7415
7416 2006-01-06 Masatake YAMATO <jet@gyve.org>
7417
7418 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
7419 C preprocessor forward ported from GNU Emacs 21.2.
7420
7421 * progmodes/asm-mode.el (asm-font-lock-keywords):
7422 Use `cpp-font-lock-keywords'.
7423
7424 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
7425
7426 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
7427 of $ for "\\.ld[s]?".
7428
7429 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
7430
7431 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
7432 (tcl-indent-line): Return `noindent' if inside a string.
7433
7434 * progmodes/flymake.el (flymake-split-string): Remove more than one
7435 empty string at beg/end of the result.
7436 (flymake-find-buildfile, flymake-find-possible-master-files):
7437 Use expand-file-name.
7438 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
7439 since expand-file-name does it for us. Use directory-file-name.
7440 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
7441 (flymake-ler-get-type, flymake-ler-get-text)
7442 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
7443 (flymake-current-line-no): Remove spurious interactive spec.
7444 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
7445 (flymake-check-include): Remove arg inc-path merged into inc-name.
7446 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
7447 Arg regexp-list replaced by a simple regexp.
7448 (flymake-master-make-header-init, flymake-master-tex-init):
7449 Correspondingly replace regexp-list with a regexp. Fix regexp.
7450
7451 2006-01-10 Simon Josefsson <jas@extundo.com>
7452
7453 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
7454 describing AUTH PLAIN fix.
7455
7456 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
7457
7458 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
7459 (report-emacs-bug): Don't record initial prompt text.
7460 Instead, add text properties to prompting text.
7461 (report-emacs-bug-hook): Delete prompting text.
7462
7463 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7464
7465 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
7466 `dirs'. Adjust callers.
7467
7468 2006-01-09 John Paul Wallington <jpw@gnu.org>
7469
7470 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
7471
7472 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
7473
7474 * reveal.el (reveal-open-new-overlays): New extracted fun.
7475 (reveal-close-old-overlays): Idem. Check overlays's liveness before
7476 using them. Simplify the code.
7477 (reveal-post-command): Use them. Fix up obsolete windows in
7478 reveal-open-spots.
7479
7480 * progmodes/flymake.el: Use `require' rather than autoload for
7481 XEmacs's overlays.
7482 (flymake-get-common-file-prefix, flymake-build-relative-filename):
7483 Delete. Use file-relative-name instead.
7484 (flymake-get-syntax-check-program-args, flymake-perl-init):
7485 Simplify the resulting code.
7486
7487 * log-view.el (log-view-file-re, log-view-message-re): Add support
7488 for DaRCS output.
7489
7490 2006-01-09 Alex Schroeder <alex@gnu.org>
7491
7492 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
7493 identifiers sometimes added in square brackets at the beginning of
7494 subject lines.
7495
7496 2006-01-07 Richard M. Stallman <rms@gnu.org>
7497
7498 * cus-edit.el (Custom-set, Custom-save): Doc fix.
7499 (Custom-reset-current, Custom-reset-saved): Change question text.
7500 (Custom-reset-standard): Likewise.
7501 (custom-variable-reset-saved): Doc fix.
7502
7503 2006-01-07 Eli Zaretskii <eliz@gnu.org>
7504
7505 * startup.el (init-file-user): Doc fix.
7506
7507 2006-01-07 Alex Schroeder <alex@gnu.org>
7508
7509 * mail/rmail.el (rmail-current-subject): New function.
7510 (rmail-current-subject-regexp): New function.
7511 (rmail-next-same-subject): Use it.
7512
7513 * mail/rmailsum.el (rmail-summary-by-topic):
7514 Use rmail-current-subject and rmail-current-subject-regexp.
7515 (rmail-summary-next-same-subject): Ditto.
7516
7517 * net/rcirc.el (rcirc-send-input): No longer check whether the
7518 process is open, since not all commands need an open process.
7519 (rcirc-send-string): Check whether the process is open before
7520 sending anything.
7521 (rcirc-ignore-list): New option.
7522 (rcirc-ignore-list-automatic): New variable.
7523 (rcirc-print): Take rcirc-ignore-list into account.
7524 (rcirc-cmd-ignore): New command.
7525 (rcirc-ignore-update-automatic): New function.
7526 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
7527 list if ignored nicks.
7528 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
7529
7530 2006-01-06 David Reitter <david.reitter@gmail.com>
7531
7532 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
7533 reflect the address to which the report will be sent.
7534
7535 2006-01-06 Eli Zaretskii <eliz@gnu.org>
7536
7537 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
7538 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
7539
7540 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
7541
7542 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
7543
7544 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
7545 the doc string: "functoin" => "function".
7546 * ldefs-boot.el: Likewise.
7547
7548 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
7549 message text: "Duplicat" => "Duplicate".
7550
7551 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
7552
7553 * files.el (basic-save-buffer-2): If backing-up failed, reset
7554 buffer-backed-up to nil.
7555
7556 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
7557
7558 * progmodes/gud.el (gdb-script-skip-to-head)
7559 (gdb-script-calculate-indentation): Indent for breakpoint command
7560 lists also.
7561
7562 2006-01-05 Bill Wohler <wohler@newt.com>
7563
7564 * Makefile.in (compile-always): Add mh-autoloads dependency.
7565 (bootstrap): Remove mh-autoloads dependency, as compile dependency
7566 provides it.
7567 (updates): Remove mh-autoloads dependency, since it probably has
7568 already run recently (via recompile).
7569
7570 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7571
7572 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
7573 argument `force' to disable the flyspell-last-buffer optimization.
7574 (flyspell-mode-on): Use it.
7575
7576 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
7577 flymake-simple-cleanup.
7578 (flymake-allowed-file-name-masks): Use this new default.
7579 All the functions are now called in the right buffer rather than
7580 passing the buffer as argument.
7581 (flymake-process-sentinel): Switch to buffer before calling cleanup.
7582 (flymake-parse-err-lines): Remove redundant buffer arg.
7583 (flymake-get-program-dir): Comment out unused function.
7584 (flymake-start-syntax-check, flymake-start-syntax-check-process):
7585 Remove redundant buffer argument.
7586 (flymake-get-real-file-name, flymake-simple-java-cleanup)
7587 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
7588
7589 2006-01-05 Richard M. Stallman <rms@gnu.org>
7590
7591 * info.el (Info-find-node): Don't record previous node if have none.
7592 (info): Go to directory only if history is empty.
7593
7594 * simple.el (mark): Doc fix.
7595
7596 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7597
7598 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
7599 already of desired type.
7600 (mac-ae-list): Coerce parameter to "list" type.
7601 (mac-dispatch-apple-event): Replace cadr part of event with a
7602 dummy position so that event-start returns it.
7603
7604 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
7605
7606 * textmodes/org.el (org-end-of-subtree): New function.
7607 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
7608 Use `org-end-of-subtree'.
7609 (org-agenda, org-agenda-convert-date): Protect calls to
7610 `fit-window-to-buffer'.
7611 (org-tags-view): Force matching of sublevels when doing a
7612 todo-only search. Define the correct redo command, including the
7613 arguments.
7614 (org-agenda-redo): Display message.
7615 (org-check-for-org-mode): New function.
7616 (org-agenda-type): New variable.
7617 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
7618 Set `org-agenda-type'.
7619 (org-agenda-check-type): New function.
7620 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7621 (org-agenda-week-view, org-agenda-day-view)
7622 (org-agenda-next-date-line, org-agenda-previous-date-line)
7623 (org-agenda-log-mode, org-agenda-toggle-diary)
7624 (org-agenda-toggle-time-grid, org-agenda-date-later)
7625 (org-agenda-date-prompt, org-agenda-diary-entry)
7626 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
7627 (org-agenda-convert-date, org-agenda-menu):
7628 Use `org-agenda-check-type'.
7629 (org-make-overlay, org-delete-overlay)
7630 (org-detatch-overlay, org-move-overlay, org-overlay-put):
7631 New compatibility functions.
7632 (org-calendar-select-mouse): New command.
7633
7634 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
7635
7636 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
7637 (Custom-reset-standard): Fix y-or-n-p messages.
7638 (custom-link): New face for links.
7639 (custom-buffer-create-internal, custom-manual): Use it.
7640 (custom-face-save): Push to theme-face before setting face spec.
7641
7642 * wid-edit.el (widget-default-mouse-face-get): New function.
7643 (widget-specify-button): Handle mouse-face like button-face.
7644
7645 * custom.el (load-theme): Clear old theme settings if reloading.
7646
7647 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
7648
7649 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
7650 "Erase Customization" button back to same position it occupies in
7651 the individual State menus.
7652
7653 2006-01-04 Kim F. Storm <storm@cua.dk>
7654
7655 * wid-edit.el (key-sequence): Rework widget to read key binding
7656 using `kbd' syntax. Use C-q to insert literal key, event, or code.
7657 (widget-key-sequence-default-value): Default value for empty sequence.
7658 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
7659 (widget-key-sequence-read-event): New command for C-q.
7660 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
7661 (widget-key-sequence-value-to-external): New functions.
7662
7663 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7664
7665 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
7666 Use expand-file-name.
7667 (flymake-delete-temp-directory): Use expand-file-name,
7668 file-name-directory, and directory-file-name.
7669 (flymake-strrchr): Delete.
7670 (flymake-start-syntax-check): Don't pass the redundant buffer argument
7671 to the init-f function.
7672 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
7673 (flymake-init-find-buildfile-dir)
7674 (flymake-init-create-temp-source-and-master-buffer-copy)
7675 (flymake-simple-make-init-impl, flymake-simple-make-init)
7676 (flymake-master-make-init, flymake-master-make-header-init)
7677 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
7678 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
7679 (flymake-xml-init): Remove corresponding redundant buffer argument.
7680 (flymake-allowed-file-name-masks): Remove last elems that are equal to
7681 the default anyway. Clean up regexps.
7682
7683 * progmodes/flymake.el (flymake-temp-source-file-name)
7684 (flymake-master-file-name, flymake-temp-master-file-name)
7685 (flymake-base-dir): New buffer-local vars.
7686 (flymake-buffer-data, flymake-get-buffer-value)
7687 (flymake-set-buffer-value): Replace those hash-tables by the new
7688 buffer-local vars. Update callers.
7689
7690 * progmodes/flymake.el (flymake-check-start-time)
7691 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
7692 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
7693 Move definition, so we can remove redundant earlier declaration.
7694 (flymake-replace-regexp-in-string, flymake-split-string)
7695 (flymake-get-temp-dir): Use defalias.
7696 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
7697 (flymake-xemacs-window-edges): Remove unused function.
7698 (flymake-get-point-pixel-pos): Move.
7699 (flymake-pid-to-names, flymake-reg-names)
7700 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
7701 Replace by a simple list flymake-processes and by process-buffer.
7702 Update callers. Other than simplify the code, it uses buffers rather
7703 than buffer-names so it doesn't get confused by uniquify.
7704 (flymake-buffer-data): The global value should just be nil.
7705
7706 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
7707 Optimize the body of a defalias like any other code.
7708
7709 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
7710 Make sure we've setup font-lock's vars. It may influence which
7711 function we then call.
7712 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
7713 here since it's too late anyway.
7714
7715 2006-01-03 Romain Francoise <romain@orebokech.com>
7716
7717 * startup.el (fancy-splash-tail, normal-splash-screen):
7718 Update copyright year.
7719
7720 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
7721
7722 * mouse.el (mouse-drag-track): Rename, from
7723 `mouse-drag-region-1'. Includes optional argument required to
7724 enable post-drag event processing (e.g. delete region keys).
7725 Can be used without this argument to track a mouse region and operate
7726 on it as soon as the drag completes.
7727 (mouse-drag-region): Use `mouse-drag-track'.
7728
7729 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
7730
7731 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
7732 Move to `custom-buffer' group.
7733
7734 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
7735 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
7736 (custom-theme-insert-face-marker, custom-theme-variable-menu)
7737 (custom-theme-face-menu): New variables.
7738 (custom-theme-add-variable, custom-theme-variable-action)
7739 (custom-variable-reset-theme, custom-theme-delete-variable)
7740 (custom-face-reset-theme, custom-theme-face-action)
7741 (custom-theme-delete-face, custom-theme-merge-theme)
7742 (custom-theme-add-face, custom-theme-visit-theme): New functions.
7743
7744 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
7745
7746 * custom.el: Move Custom Themes commentary to start of theme code.
7747 (custom-known-themes): Rename `standard' theme to `changed'.
7748 (custom-push-theme): Caller no longer specifies what theme to use
7749 when doing `reset'---the setting is simply removed from the theme.
7750 Delete MODE from `theme-value' and `theme-settings' properties.
7751 (custom-declare-theme): Ignore &rest args since we don't use them.
7752
7753 (custom-loaded-themes): Delete variable.
7754 (custom-theme-load-themes, custom-theme-loaded-p)
7755 (custom-theme-value): Delete functions.
7756
7757 (custom-declare-theme): Signal error on invalid theme names.
7758 (provide-theme): custom-loaded-themes was deleted.
7759 (load-theme): Load the file unconditionally.
7760 (enable-theme): Call `load-theme' if theme is undefined.
7761 (custom-enabled-themes): Only update value for successful loads.
7762 (disable-theme): Complete from enabled themes when interactive.
7763 (custom-variable-theme-value): Calculate theme value directly.
7764
7765 (custom-theme-reset-variables, custom-reset-variables): Mark as
7766 XEmacs compatibility functions. We don't actually use these.
7767
7768 * cus-edit.el (custom-variable-state-set):
7769 Use custom-variable-theme-value instead of custom-theme-value.
7770 (custom-face-state-set): Rename `standard' theme to `changed'.
7771 (custom-save-variables, custom-save-faces): Delete unneeded
7772 references to custom-reset-variables.
7773 (custom-save-resets): Delete function.
7774 (custom-save-variables, custom-save-faces): MODE argument deleted.
7775 (custom-save-variables, custom-save-faces): Ignore theme values.
7776
7777 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
7778 compatibility function.
7779
7780 2006-01-01 Richard M. Stallman <rms@gnu.org>
7781
7782 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
7783 (Custom-reset-current, Custom-reset-saved): Likewise.
7784 (Custom-reset-standard): Show message if aborted.
7785 (custom-mode): Doc fix, describing those commands.
7786
7787 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
7788 put on event-kind property.
7789
7790 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
7791
7792 * custom.el (provide-theme): Ban `user' theme name.
7793 (custom-enabling-themes): New variable.
7794 (enable-theme): Don't enable user if custom-enabling-themes is t.
7795 (custom-enabled-themes): Make it a defcustom.
7796 (custom-theme-recalc-face): No-op if face is undefined.
7797
7798 * cus-edit.el (custom-button-mouse): New variable.
7799 (custom-button-mouse): New face.
7800 (custom-raised-buttons, custom-mode): Use it.
7801
7802 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
7803
7804 2005-12-31 Eli Zaretskii <eliz@gnu.org>
7805
7806 * progmodes/gud.el (gud-display-line): Support hl-line in the
7807 source buffer.
7808
7809 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
7810
7811 * mouse.el (mouse-drag-window-above): Verify that the found window
7812 overlaps with the given window in the horizontal dimension.
7813
7814 2005-12-31 Eli Zaretskii <eliz@gnu.org>
7815
7816 * Makefile.in (cvs-update): New target.
7817
7818 * makefile.w32-in (cvs-update): Ditto.
7819
7820 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
7821
7822 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
7823 (custom-new-theme-mode-map): New variable.
7824
7825 2005-12-30 Richard M. Stallman <rms@gnu.org>
7826
7827 * custom.el (custom-load-themes): Function deleted.
7828
7829 * cus-edit.el (custom-save-loaded-themes): Function deleted.
7830 (custom-save-variables): Don't delete or add custom-load-themes call.
7831
7832 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
7833
7834 * cus-start.el: Add `visible-cursor'.
7835
7836 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
7837 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
7838 (flymake-process-filter): Switch to buffer before calling it instead.
7839 (flymake-post-syntax-check, flymake-highlight-err-lines)
7840 (flymake-delete-own-overlays, flymake-parse-err-lines)
7841 (flymake-start-syntax-check, flymake-start-syntax-check-process)
7842 (flymake-count-lines, flymake-parse-residual):
7843 Remove constant buffer argument.
7844 (flymake-start-syntax-check-for-current-buffer): Remove.
7845 Update callers to use flymake-start-syntax-check instead.
7846 (flymake-display-err-menu-for-current-line):
7847 Remove unused var `mouse-pos'.
7848 (flymake-restore-formatting): Comment out unused function.
7849 (flymake-report-status, flymake-report-fatal-status): Remove buffer
7850 argument, use current-buffer instead. Update callers.
7851
7852 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7853
7854 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
7855 buffer-local because choose-completion-delete-max-match requires
7856 that we set completion-ignore-case (i.e., binding via let is not
7857 sufficient).
7858 (bibtex-complete): Always set completion-ignore-case and
7859 choose-completion-string-functions. The latter is needed because
7860 choose-completion-string-functions keeps its value if we quit the
7861 *Completions* buffer without requesting a completion.
7862
7863 2005-12-30 Andreas Schwab <schwab@suse.de>
7864
7865 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
7866
7867 2005-12-30 Eli Zaretskii <eliz@gnu.org>
7868
7869 * jit-lock.el (jit-lock-chunk-size): Doc fix.
7870
7871 2005-12-30 Juri Linkov <juri@jurta.org>
7872
7873 * locate.el (locate-fcodes-file, locate-header-face)
7874 * progmodes/delphi.el (delphi-other-face)
7875 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
7876
7877 * paren.el (show-paren-match, show-paren-mismatch): Use existing
7878 group `paren-showing-faces'.
7879
7880 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
7881 (goto-address): Fix docstring.
7882
7883 * net/webjump.el (webjump-sample-sites): Update URLs.
7884
7885 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
7886
7887 * subr.el (cancel-change-group): Add listp around pending-undo-list.
7888
7889 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
7890
7891 * font-lock.el (font-lock-compile-keywords): Signal an error when
7892 font-lock-set-defaults hasn't been called.
7893
7894 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
7895
7896 * subr.el (noreturn, 1value): Doc fixes.
7897
7898 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7899
7900 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
7901 that assoc-string returns nil.
7902
7903 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7904
7905 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
7906 (bibtex-entry-type-str, bibtex-empty-field-re)
7907 (bibtex-search-backward-string, bibtex-preamble-prefix)
7908 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
7909 (bibtex-any-valid-entry-type): New variable.
7910 (bibtex-parse-field-name): Simplify.
7911 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
7912 (bibtex-preamble-prefix): Include left delimiter.
7913 (bibtex-search-forward-field, bibtex-search-backward-field):
7914 Allow unbounded search past entry boundaries (required by bibtex-pop).
7915 (bibtex-text-in-field-bounds): Use push.
7916 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
7917 (bibtex-parse-preamble, bibtex-valid-entry)
7918 (bibtex-beginning-first-field): New functions.
7919 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
7920 (bibtex-map-entries): Fix docstring.
7921 (bibtex-flash-head): New arg prompt. Simplify.
7922 (bibtex-enclosing-field): Include code of bibtex-inside-field.
7923 (bibtex-insert-kill): Simplify. Always insert text past the
7924 current field or entry.
7925 (bibtex-format-entry): Use bibtex-parse-field.
7926 (bibtex-pop): Use bibtex-beginning-of-entry and
7927 bibtex-end-of-entry to initiate the search. Insert empty field if
7928 we found ourselves.
7929 (bibtex-print-help-message): New args field and comma.
7930 Handle entry keys.
7931 (bibtex-make-field): Use bibtex-beginning-of-entry.
7932 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
7933 invalid entry.
7934 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
7935 Handle preambles. Simplify code for thorough test.
7936 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
7937 New arg comma. Handle entry heads.
7938 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
7939 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
7940 New arg comma.
7941 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
7942 (bibtex-fill-field): Simplify.
7943 (bibtex-fill-entry): Use bibtex-beginning-first-field and
7944 bibtex-parse-field.
7945 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
7946 (bibtex-complete): Use bibtex-parse-preamble.
7947
7948 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
7949
7950 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
7951 Display name of expression instead of convenience variable.
7952 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
7953
7954 * progmodes/gud.el (gud-tooltip-dereference): Rename from
7955 toggle-gud-tooltip-dereference.
7956 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
7957 (gud-tooltip-tips): ...here when dereferencing.
7958
7959 2005-12-28 Bill Wohler <wohler@newt.com>
7960
7961 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
7962
7963 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
7964
7965 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
7966 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
7967 (vc-annotate-display-autoscale): Adjust call.
7968 (vc-annotate-display-default): Adjust call. Make arg compulsory.
7969 Fix interactive spec.
7970 (vc-annotate-time-span): Remove.
7971 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
7972 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
7973 (vc-annotate-display-select): Use new name.
7974
7975 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
7976 (vc-annotate-mode-menu): Remove left-over redundant declaration.
7977 Correct the construction of span entries. Simplify.
7978 (vc-annotate-display-select): Fix the nil case.
7979 (vc-annotate): Remove obsolete (and now broken) code.
7980 (vc-annotate-extract-revision-at-line): Remove obsolete code.
7981 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
7982
7983 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7984
7985 * subr.el (lazy-completion-table): Correct typo in docstring.
7986
7987 * startup.el (command-line): Use `custom-reevaluate-setting' for
7988 `send-mail-function'.
7989
7990 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
7991
7992 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
7993
7994 * mail/smtpmail.el (smtpmail-try-auth-methods):
7995 Send credentials together with "AUTH PLAIN" command.
7996
7997 2005-12-27 Richard M. Stallman <rms@gnu.org>
7998
7999 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
8000 mouse-2, go back to previously selected window, so it's selected
8001 when mouse-2 command runs.
8002
8003 2005-12-27 Juri Linkov <juri@jurta.org>
8004
8005 * descr-text.el (describe-text-sexp): Use square brackets for
8006 button [Show] to distinguish it from the property value `show'.
8007 (describe-property-list): Use `insert-text-button' with
8008 `help-face' type instead of putting face in quotes, because button
8009 is not created automatically for a list of faces.
8010 (describe-text-properties-1): Put button-type value in quotes to
8011 distinguish from plain text "button".
8012 (describe-char): Display code point values in hex. Don't use
8013 `symbol-name' for `current-input-method' because it is a string.
8014 Use `insert-text-button' with `help-face' type instead of putting
8015 hardcoded face in quotes, because button is not created automatically.
8016
8017 2005-12-27 Richard M. Stallman <rms@gnu.org>
8018
8019 * progmodes/glasses.el (glasses-face): More specific custom type.
8020
8021 * files.el (set-visited-file-name): Doc fix.
8022
8023 * textmodes/flyspell.el (flyspell-external-point-words):
8024 Use local var buffer-scan-pos to advance scan for next misspelling.
8025 Advance it only after we find the misspelling.
8026
8027 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
8028
8029 * textmodes/flyspell.el (flyspell-external-point-words):
8030 New criteria for finding the misspelling in the buffer.
8031
8032 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
8033
8034 * help-mode.el (help-insert-string): Set help-xref-stack-item
8035 rather than call help-setup-xref.
8036
8037 * descr-text.el (describe-char): Revert previous changes for
8038 optional buffer argument.
8039
8040 2005-12-27 Juri Linkov <juri@jurta.org>
8041
8042 * help-mode.el (help-insert-string): New function. Save buffer
8043 contents in cases where it is impossible to recompute the old contents.
8044
8045 * descr-text.el (describe-char): Set help-xref-stack-item
8046 explicitly after buffer has been generated.
8047
8048 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8049
8050 * cus-start.el (all): Add x-gtk-show-hidden-files.
8051
8052 2005-12-26 Richard M. Stallman <rms@gnu.org>
8053
8054 * replace.el (perform-replace): Calculate match-again
8055 before skipping read-only matches.
8056
8057 * paren.el (paren-showing-faces): New group.
8058 (show-paren-match, show-paren-mismatch): Move to that group.
8059
8060 * button.el (button): Put into group `basic-faces'.
8061
8062 * progmodes/make-mode.el: Remove faces from group `faces'.
8063
8064 * apropos.el (apropos, apropos-value): Doc fix.
8065 (apropos-documentation): Doc fix.
8066
8067 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
8068
8069 * subr.el (lazy-completion-table): Remove argument `args'.
8070
8071 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
8072 Don't use the `args' argument of lazy-completion-table.
8073
8074 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
8075
8076 * descr-text.el (describe-char): Add optional argument for buffer.
8077 Set buffer appropriately. Call help-setup-xref.
8078 Suggested by Stefan Monnier.
8079
8080 2005-12-26 Juri Linkov <juri@jurta.org>
8081
8082 * descr-text.el: Require `help-fns' at runtime. Don't require
8083 `button' for byte compilation.
8084 (describe-text-widget): Add `help-echo' for first button.
8085 Use `help-info' for second.
8086 (describe-property-list): Use `help-argument-name' instead of `italic'.
8087 (describe-text-category): Add prompt to interactive spec.
8088 Call `help-setup-xref'.
8089 (describe-char): Use `help-character-set'. Add `help-echo' for
8090 code point. Use `help-input-method'. Remove superfluous insert.
8091
8092 2005-12-25 Richard M. Stallman <rms@gnu.org>
8093
8094 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
8095 at point, in case of narrowing.
8096
8097 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
8098
8099 * locate.el (locate-header-face): Allow nil in type.
8100
8101 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
8102
8103 2005-12-25 Romain Francoise <romain@orebokech.com>
8104
8105 * battery.el (battery-linux-proc-acpi): Also try
8106 `/proc/acpi/thermal_zone/THM0/temperature'.
8107
8108 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
8109
8110 * custom.el (custom-push-theme): Fix docstring.
8111
8112 * cus-edit.el (custom-variable-set, custom-variable-save)
8113 (custom-variable-save): Custom-quote widget values.
8114 (customize-save-variable): Fix custom-push-theme call.
8115
8116 2005-12-24 Eli Zaretskii <eliz@gnu.org>
8117
8118 * w32-fns.el (w32-batch-update-autoloads): New function.
8119
8120 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
8121 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
8122 from the command line.
8123
8124 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
8125
8126 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
8127 reset means to remove setting from theme entirely. Don't keep
8128 expanding theme-settings list; delete old entries if necessary.
8129
8130 * cus-edit.el (custom-buffer-create-internal): Move "Erase
8131 customization" button one line up.
8132 (custom-themed): New face.
8133 (custom-magic-alist): New value, THEMED, for theme settings.
8134 (custom-variable-state-set, custom-face-state-set):
8135 Check theme-value instead of saved-value.
8136 (custom-variable-reset-standard, custom-face-reset-standard):
8137 Remove theme setting entirely. Recalculate new values.
8138 (custom-variable-set, custom-variable-set)
8139 (custom-variable-reset-saved, custom-variable-reset-backup)
8140 (custom-face-set, custom-face-reset-saved): Update `user' theme.
8141 (custom-variable-save): Fix typos.
8142
8143 2005-12-23 Juri Linkov <juri@jurta.org>
8144
8145 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
8146 Add autoload cookies.
8147 (edebug-outside-d-c-i-n-s-w): New variable.
8148 (edebug-display, edebug-outside-excursion): Use it to save the
8149 original value of default-cursor-in-non-selected-windows.
8150 Set default-cursor-in-non-selected-windows to t while Edebug
8151 is active.
8152 (edebug-mode, edebug-eval-mode): Doc fix.
8153
8154 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
8155 with `buffer-substring-no-properties' to remove common substring
8156 highlighting.
8157
8158 * info.el (info-other-window, info): Rename function argument
8159 `file' to `file-or-node'.
8160 (Info-complete-menu-item): Use local variable `complete-nodes' to
8161 keep the global value of `Info-complete-nodes' unchanged for
8162 subsequent completions.
8163 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
8164
8165 * simple.el (get-next-valid-buffer, last-buffer)
8166 (next-error-buffer-p, next-error-find-buffer)
8167 (minibuffer-history-sexp-flag): Doc fix.
8168
8169 * savehist.el (savehist-mode-hook): Add `:group'.
8170
8171 * log-view.el: Call autoload for vc-find-version.
8172 (log-view-current-file): Adjust subgroup numbers.
8173 (log-view-current-tag): Add `length'.
8174
8175 2005-12-23 Richard M. Stallman <rms@gnu.org>
8176
8177 * vc.el (vc-annotate-car-last-cons): Defn moved up.
8178
8179 2005-12-23 Juri Linkov <juri@jurta.org>
8180
8181 * hi-lock.el (hi-lock-archaic-interface-message-used)
8182 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
8183 (hi-lock-mode): Display "Hi" in the mode line only when
8184 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
8185 (hi-lock-write-interactive-patterns):
8186 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
8187 (hi-lock-set-pattern, hi-lock-set-file-patterns)
8188 (hi-lock-font-lock-hook): Set 3rd arg `how' of
8189 font-lock-add-keywords to t.
8190
8191 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
8192
8193 * hi-lock.el (hi-lock-highlight-range): New variable.
8194 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
8195 only if font-lock-fontified is non-nil. Remove overlays.
8196 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
8197 font-lock-fontified is non-nil, otherwise use overlays (instead of
8198 text properties).
8199 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
8200 New variables.
8201 (hi-lock-string-serialize) New function.
8202
8203 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8204
8205 * menu-bar.el (menu-find-file-existing): New function.
8206 (menu-bar-file-menu): Use menu-find-file-existing for Open.
8207
8208 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
8209
8210 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
8211
8212 * vc.el: Remove unnecessary leading * in docstrings.
8213 (vc-annotate-mode-map): Move initialization into declaration.
8214 (vc-static-header-alist): Nitpick on the regexp.
8215 (vc-default-init-version): New fun.
8216 (vc-register): Use it.
8217 (vc-insert-headers): Use dolist.
8218 (vc-annotate-get-backend): Remove unused function.
8219 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
8220 (vc-annotate-mode): Remove corresponding call.
8221 (vc-annotate-car-last-cons): Simplify.
8222 (vc-annotate-buffers): Remove var.
8223 (vc-annotate-backend): Make it buffer-local.
8224 (vc-annotate): Move the interaction to the interactive spec.
8225 Add a `buf' argument.
8226 (vc-annotate-warp-version): Use this new `buf' argument to avoid
8227 killing&creating a vc-annotate buffer, which is very disruptive when
8228 the buffers are shown in dedicated frames.
8229
8230 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
8231
8232 * descr-text.el: Add FSF as maintainer.
8233 (describe-text-mode, describe-text-mode-map)
8234 (describe-text-mode-hook, describe-text-done): Delete. Use normal
8235 help-mode.
8236 (describe-text-widget, describe-text-sexp)
8237 (describe-property-list, describe-text-category)
8238 (describe-text-properties, describe-text-properties-1)
8239 (describe-char): Use help buttons instead of widgets.
8240 (describe-char-unicodedata-file): Make URL link in doc string.
8241
8242 2005-12-22 Richard M. Stallman <rms@gnu.org>
8243
8244 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
8245 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
8246 Don't include buttons that write a file when there's no file.
8247 (custom-variable-menu, custom-face-menu, custom-group-menu):
8248 Don't include commands that write a file when there's no file.
8249 (customize-browse): Reword the top-of-buffer help intro.
8250 (custom-buffer-create-internal): Fix previous change.
8251 (customize-changed-options-previous-release): Prev release is 21.1.
8252 (customize-changed-options): Doc fix.
8253 (customize-changed): New alias.
8254 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
8255 Say "standard values".
8256 (Custom-reset-standard): Doc fix.
8257 (custom-face-reset-standard): Doc fix.
8258
8259 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
8260
8261 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
8262 even if font-lock-mode is non-nil since it may be t without having
8263 turned on font-lock-mode-internal.
8264 (font-lock-choose-keywords): Minor optimization.
8265 (font-lock-add-keywords, font-lock-remove-keywords)
8266 (font-lock-set-defaults): Don't call make-local-variable on a variable
8267 that we know to already be local.
8268
8269 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
8270
8271 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
8272 messages if in the minibuffer.
8273
8274 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
8275
8276 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
8277 (tex-mode-flyspell-verify, flyspell-get-word)
8278 (flyspell-external-point-words): Don't use point-min/max uselessly.
8279
8280 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
8281 by Kevin Rodgers. Instead, just hide the completions buffer if we
8282 don't need to show it.
8283
8284 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
8285
8286 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
8287
8288 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
8289
8290 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
8291 delete-windows-on with an inexistent buffer.
8292
8293 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
8294
8295 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
8296 Delete defcustom variable :tag names.
8297
8298 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
8299
8300 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
8301 (log-view-font-lock-keywords): Ajust subgroup numbers.
8302 (log-view-current-tag): Don't hard code the number of subgroups.
8303
8304 2005-12-20 Juri Linkov <juri@jurta.org>
8305
8306 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
8307 (tooltip-x-offset, tooltip-y-offset): Doc fix.
8308
8309 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
8310 (menu-bar-non-minibuffer-window-p): Instead of checking
8311 display-multi-frame-p, use selected-frame when menu-updating-frame
8312 is nil.
8313
8314 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
8315
8316 * align.el (align-rules-list): Use [ \t] instead of \s-
8317 for column separators in text mode.
8318
8319 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
8320
8321 * help-mode.el (help-customize-variable, help-customize-face):
8322 Don't pop help-xref-stack as help-follow no longer pushes
8323 anything on to it.
8324
8325 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
8326
8327 * textmodes/org.el (org-agenda-custom-commands): New option.
8328 (org-agenda): Offer custom commands on splash screen.
8329 (org-make-tags-matcher): Parser for Boolean logic added.
8330 (org-agenda-set-tags): New command.
8331 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
8332 (org-set-tags): Efficiency improvements.
8333 (org-auto-align-tags): New option.
8334 (org-todo, org-demote, org-promote): Realign tags.
8335 (org-tags-completion-function): Use also "&" and "|" as separators.
8336 (org-org-menu): Agenda commands simplified.
8337
8338 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
8339
8340 * cus-edit.el (customize-apropos, customize-apropos-options):
8341 Docstring changes.
8342
8343 * font-lock.el (font-lock): Add tags to the links in the defgroup.
8344
8345 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
8346
8347 * longlines.el (longlines-mode): Wrap while widened.
8348 (longlines-decode-region, longlines-encode-region): Compute max
8349 just once.
8350
8351 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8352
8353 * cus-edit.el (mac): New group.
8354
8355 * cus-start.el (all): Add user options in macterm.c. Add test for
8356 Mac-related built-ins. Fix test for GTK-related built-ins.
8357
8358 * term/mac-win.el (mac-handle-language-change)
8359 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
8360 (mac-services-open-selection, mac-services-mail-selection)
8361 (mac-services-mail-to, mac-services-insert-text)
8362 (mac-dispatch-apple-event): Add docstrings.
8363 (x-get-selection, mac-select-convert-to-string): Select coding
8364 system from `utf-16be' and `utf-16le' using `byteorder'.
8365
8366 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
8367
8368 * subr.el (lazy-completion-table): Don't be fooled if the var holds
8369 a "list" (lambda ...) rather than a real completion list.
8370
8371 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
8372 lexical-let when encountering ((lambda (...) ...) ...).
8373
8374 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
8375
8376 * progmodes/sh-script.el (sh-mode):
8377 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
8378 * textmodes/picture.el (picture-mode): Update docstrings.
8379
8380 2005-12-17 Eli Zaretskii <eliz@gnu.org>
8381
8382 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
8383 commands enclosed in $(ARGQUOTE)s should not be split between two
8384 lines, as that will break with GNU Make >3.80, when sh.exe is used
8385 and arg quoting is with '..'.
8386 (autoloads): Don't break the quoted --eval expression between
8387 several lines.
8388
8389 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
8390
8391 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
8392 Capture error from printing circular structures.
8393
8394 2005-12-17 Martin Rudalics <rudalics@gmx.at>
8395
8396 * wid-edit.el (widget-checkbox-action): Clear undo info.
8397
8398 2005-12-16 Bill Wohler <wohler@newt.com>
8399
8400 * menu-bar.el (kill-this-buffer): Set a good example by using menu
8401 bar, not menubar in comment.
8402
8403 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
8404
8405 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
8406 After-change-functions should not clobber the match data.
8407
8408 2005-12-16 Juri Linkov <juri@jurta.org>
8409
8410 * simple.el (choose-completion): Use `buffer-substring-no-properties'
8411 instead of `buffer-substring'.
8412 (completion-common-substring): Doc fix.
8413 (completion-setup-function): Use minibuffer-completion-contents
8414 instead of minibuffer-contents. Don't set common-string-length
8415 initially. Remove special handling of partial-completion-mode.
8416 Move computation of completion-base-size into one cond.
8417 Call completion-base-size-function in mainbuf. In computation of
8418 completion-base-size for file name completion don't move point to
8419 the end of the minibuffer. Move computation of common-string-length
8420 into one cond. Start putting faces only when common-string-length>=0.
8421 Add condition to put completions-common-part when
8422 common-string-length>0.
8423
8424 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
8425 place point at the first different character in the minibuffer
8426 even if this position is at the beginning of the minibuffer.
8427
8428 * info.el (Info-read-node-name-1): In completion-base-size-function's
8429 lambda return 1 if common-substring or minibuffer-completion-contents
8430 starts with (, and 0 otherwise.
8431
8432 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
8433 Use `crm-current-element' for second arg of `display-completion-list'.
8434
8435 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
8436
8437 * files.el (set-auto-mode): Look for an interpreter specified on
8438 the first line also if search for mode specification succeeded,
8439 but the mode is not known.
8440
8441 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
8442
8443 * textmodes/org.el (org-tags-match-list-sublevels): New option.
8444 (org-open-at-point): Implement tag searches as links.
8445 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
8446 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
8447 (org-tags-sparse-tree, org-tags-view, org-set-tags)
8448 (org-agenda-dispatch): New commands.
8449 (org-use-tag-inheritance, org-tags-column): New options.
8450 (org-tab-follows-link, org-return-follows-link): New options.
8451 (org-tags): New customize group.
8452 (org-start-icalendar-file): Get local time zone.
8453 (org-tags-completion-function): New function.
8454 (org-set-font-lock-defaults): Make sure links will also be
8455 highlighted inside headlines.
8456
8457 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
8458
8459 * term.el (term-emulate-terminal):
8460 Let term-handle-ansi-terminal-messages override what Bash says about
8461 its current directory.
8462
8463 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
8464
8465 * bindings.el (last-buffer): Move to simple.el.
8466 * simple.el (last-buffer): Move here.
8467 (get-next-valid-buffer): New function.
8468 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
8469 (prev-buffer): Ditto. Rename to `previous-buffer'.
8470
8471 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
8472 * bindings.el (global-map): Ditto.
8473
8474 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
8475
8476 * cus-edit.el: Introductory comment change.
8477 (custom-magic-alist): Change message string for the `rogue' state.
8478
8479 2005-12-15 Richard M. Stallman <rms@gnu.org>
8480
8481 * tooltip.el: Delete defcustom variable :tag names.
8482
8483 * complete.el (partial-completion-mode): Doc fix.
8484
8485 * textmodes/flyspell.el (flyspell-external-point-words):
8486 Use save-excursion to ensure we don't move backward in the
8487 search loop, not even one character.
8488 (flyspell-delete-all-overlays): Use remove-overlays directly.
8489
8490 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
8491 (ispell-start-process): Set that variable.
8492 Clear ispell-buffer-local-name.
8493 (ispell-internal-change-dictionary):
8494 Set ispell-current-dictionary after killing process.
8495 (ispell-buffer-local-dict):
8496 Don't set spell-personal-dictionary after killing process.
8497 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
8498 (ispell-tex-skip-alists, ispell-html-skip-alists)
8499 (ispell-skip-region-alist): Mark as risky.
8500
8501 * net/newsticker.el (newsticker--retrieval-timer-list)
8502 (newsticker--display-timer, newsticker-running-p)
8503 (newsticker-ticker-running-p): Definitions moved up.
8504
8505 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
8506
8507 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
8508
8509 2005-12-15 David Ponce <david@dponce.com>
8510
8511 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
8512 (recentf-edit-list, recentf-open-files): Signal an error when
8513 there is no recent file.
8514
8515 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
8516
8517 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
8518 read-only except for texinfo-format-region evaluation.
8519
8520 2005-12-14 Richard M. Stallman <rms@gnu.org>
8521
8522 * vc.el (vc-default-previous-version, vc-default-next-version)
8523 (vc-do-command): Doc fixes.
8524
8525 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8526
8527 * textmodes/bibtex.el (bibtex-expand-strings)
8528 (bibtex-autokey-expand-string, bibtex-name-part)
8529 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
8530 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
8531 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
8532 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
8533 (bibtex-entry-postfix, bibtex-known-entry-type-re)
8534 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
8535 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
8536 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
8537 (bibtex-beginning-of-last-entry): Remove.
8538 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
8539 message if comma is missing but buffer is read-only.
8540 (bibtex-parse-field-text): Handle whitespaces at the end of field
8541 text. Return 3-element list with beginning and end of field text
8542 and end of field.
8543 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
8544 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
8545 (bibtex-search-forward-field, bibtex-search-backward-field):
8546 Search always delimited by limits of entry. Use more efficient
8547 search algorithms.
8548 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
8549 bibtex-end-of-name-in-field.
8550 (bibtex-text-in-field-bounds): Handle BibTeX strings when
8551 extracting the content of a field.
8552 (bibtex-text-in-field): Use search limits.
8553 (bibtex-parse-string-prefix): Handle empty string keys based on
8554 bibtex-string-empty-key.
8555 (bibtex-parse-string): Fix docstring.
8556 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
8557 (bibtex-preamble-prefix, bibtex-strings): New functions.
8558 (bibtex-skip-to-valid-entry): Include preceding whitespace in
8559 BibTeX entries (consistent with other BibTeX functions).
8560 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
8561 (bibtex-search-entry): Fix docstring. Simplify.
8562 (bibtex-flash-head, bibtex-complete-string-cleanup)
8563 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
8564 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
8565 (bibtex-parse-entry): New optional arg content.
8566 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
8567 Use bibtex-text-in-field-bounds.
8568 (bibtex-print-help-message): Handle BibTeX strings and preambles.
8569 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
8570 bibtex-parse-string-postfix.
8571 (bibtex-find-text-internal): New function.
8572 (bibtex-remove-delimiters): Use it.
8573 (bibtex-find-text): Use it. New optional arg help.
8574 (bibtex-complete): Handle BibTeX string and preamble entries.
8575 (bibtex-Preamble): Fix order of closing delimiters.
8576
8577 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
8578
8579 * vc.el (vc-default-revert): New fun.
8580
8581 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
8582
8583 2005-12-14 Romain Francoise <romain@orebokech.com>
8584
8585 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
8586 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
8587 (font-lock-remove-keywords): Likewise.
8588
8589 2005-12-14 Juri Linkov <juri@jurta.org>
8590
8591 * log-view.el (log-view-diff): Doc fix.
8592
8593 * isearch.el (isearch-query-replace): Use (mark) instead of
8594 isearch-opoint if mark is active in transient-mark-mode.
8595
8596 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
8597
8598 * isearch.el (isearch-query-replace): Check for isearch-other-end.
8599
8600 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
8601
8602 * progmodes/cpp.el (cpp-face): New widget.
8603 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
8604
8605 2005-12-14 Juri Linkov <juri@jurta.org>
8606
8607 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
8608 around `erase-buffer' and `insert'.
8609
8610 * descr-text.el (describe-text-properties): Replace buffer name
8611 "*Help-2*" with "*Help*<2>".
8612 (describe-char): Add functions print-help-return-message,
8613 toggle-read-only. Use help-setup-xref with nil to not store
8614 describe-char in help-xref-stack. Use help-make-xrefs to
8615 make [back] button.
8616
8617 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
8618
8619 * wdired.el (wdired-old-point): New internal variable.
8620 (wdired-change-to-wdired-mode): Set it buffer-locally.
8621 (wdired-abort-changes): Restore point after aborting changes.
8622
8623 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
8624
8625 * vc.el (vc-do-command): Add a new value t for okstatus.
8626
8627 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
8628 frame in case of errors.
8629
8630 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8631
8632 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
8633 so it comes after "On the Left" in the menu.
8634
8635 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
8636
8637 * cus-edit.el (customize-apropos, customize-apropos-options)
8638 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
8639
8640 2005-12-12 Bill Wohler <wohler@newt.com>
8641
8642 * vc-svn.el (vc-svn-registered): Fix problem of visiting
8643 non-writable Subversion-controlled files by saving window
8644 configuration before calling vc-do-command. vc-do-command calls
8645 pop-to-buffer on error which is unexpected during registration.
8646
8647 2005-12-12 Jay Belanger <belanger@truman.edu>
8648
8649 * calc/README: Update the summary of changes.
8650
8651 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
8652
8653 * descr-text.el (describe-char): Rework last fix to solve the problem
8654 is the same way it's solved for everything else in that function
8655 (i.e. by extracting the info before setting up the *Help* buffer).
8656
8657 2005-12-12 Kim F. Storm <storm@cua.dk>
8658
8659 * subr.el (version-regexp-alist): Allow space as separator before
8660 non-numeric part, e.g. "1.0 alpha".
8661 (version-to-list): Interpret .X.Y version as 0.X.Y version.
8662
8663 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
8664
8665 * textmodes/org.el (org-agenda, org-timeline, org-todo):
8666 Implement Logging and the keep-modes setting.
8667 (org-get-category): Make sure a string is returned.
8668 (org-log-done): New function.
8669 (org-log-done, org-closed-string): New options.
8670
8671 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8672
8673 * tooltip.el (tooltip-y-offset): Change default to 20.
8674
8675 2005-12-12 Richard M. Stallman <rms@gnu.org>
8676
8677 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
8678
8679 * frame.el (display-hourglass): Doc fix.
8680
8681 * help.el (help-for-help-internal): Simplify entry for `a'.
8682
8683 * info.el (Info-on-current-buffer): Doc fix.
8684 (info-insert-file-contents): Don't test (featurep 'jka-compr).
8685
8686 * startup.el (inhibit-splash-screen): Make this the real name.
8687 (inhibit-startup-message): Make this the alias.
8688 (command-line): Find only simple.el, and use its directory
8689 to fill in other preloaded files' names.
8690 (command-line): Deactivate the mark if deactivate-mark is set.
8691
8692 * international/mule.el (load-with-code-conversion):
8693 Bind deactivate-mark.
8694
8695 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
8696
8697 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
8698
8699 * cus-edit.el (customize-apropos): Avoid listing an option more
8700 than once under different aliases. No longer list user options
8701 that are not defined with defcustom (unless a prefix arg is given).
8702 Doc fix.
8703 (customize-apropos-options): Doc fix.
8704
8705 2005-12-11 Juri Linkov <juri@jurta.org>
8706
8707 * frame.el (set-background-color, set-foreground-color)
8708 (set-cursor-color, set-mouse-color, set-border-color):
8709 Add explicit prompts to read colors by `facemenu-read-color'.
8710 (show-trailing-whitespace, blink-cursor-delay)
8711 (blink-cursor-interval, display-hourglass, hourglass-delay):
8712 Remove tags.
8713 (display-hourglass, hourglass-delay): Doc fix.
8714 (cursor-in-non-selected-windows): Capitalize words in tag.
8715
8716 * faces.el (frame-background-mode): Replace `choice-item' keywords
8717 with `const' to not make [default] button. Change default value tag
8718 from `default' to `automatic'. Doc fix.
8719 (trailing-whitespace) <defface>: Change group `whitespace' to
8720 `whitespace-faces'.
8721
8722 2005-12-11 Richard M. Stallman <rms@gnu.org>
8723
8724 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
8725
8726 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8727
8728 * term/mac-win.el: Create keymap for mac-apple-event-map.
8729
8730 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
8731
8732 * tooltip.el (tooltip-mode): Move to start of file so that it
8733 appears at top of customize buffer.
8734
8735 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
8736 Add the gud groupname.
8737 (gud-tooltip-mode): Add the tooltip groupname.
8738 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
8739 avoid conflict with tooltip-use-echo-area.
8740
8741 2005-12-10 Romain Francoise <romain@orebokech.com>
8742
8743 * help.el (help-for-help-internal): Add `r' in doc string.
8744
8745 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8746
8747 * align.el (align-regexp, align-highlight-rule):
8748 Use region-beginning and region-end instead of point and mark, so that
8749 repetition (with `repeat-complex-command') recomputes the region
8750 bounds.
8751
8752 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
8753
8754 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8755 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8756 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
8757 (balance-windows): Rewrite using the above new functions.
8758
8759 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
8760
8761 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
8762 react if global-hi-lock-mode seems intended.
8763 (global-hi-lock-mode) Renamed from hi-lock-mode.
8764 (hi-lock-archaic-interface-message-used)
8765 (hi-lock-archaic-interface-deduce): New variables.
8766 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
8767 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
8768 (hi-lock-find-patterns, hi-lock-font-lock-hook):
8769 Replace hi-lock-buffer-mode with hi-lock-mode.
8770
8771 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
8772
8773 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
8774 completion list, even after a partial completion has been
8775 inserted in the current buffer. If there are more than 1
8776 completion, redisplay the *Completions* buffer; if the
8777 completion is unique, delete the *Completions* window.
8778
8779 2005-12-10 Eli Zaretskii <eliz@gnu.org>
8780
8781 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
8782 strings and long subject lines that were broken into multiple
8783 lines at arbitrary places. Handle subjects that have "Re: " in
8784 the middle.
8785
8786 2005-12-10 John W. Eaton <jwe@octave.org>
8787
8788 * emacs/octave-mod.el (octave-electric-space): Don't indent
8789 comments or strings if octave-auto-indent is nil.
8790
8791 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8792
8793 * term/mac-win.el: Require url when compiling.
8794 Call mac-process-deferred-apple-events after loading init files.
8795 (mac-apple-event-map): New defvar. Define event handlers in it.
8796 (core-event, internet-event): New Apple event class symbols.
8797 (open-application, reopen-application, open-documents)
8798 (print-documents, open-contents, quit-application)
8799 (application-died, show-preferences, autosave-now, get-url):
8800 New Apple event ID symbols.
8801 (about): New HICommand ID symbol.
8802 (mac-event-spec, mac-event-ae): New macros.
8803 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
8804 (mac-ae-selection-range, mac-ae-text-for-search)
8805 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
8806 (mac-application-menu-map): Remove keymap. Handlers for HICommand
8807 and Services menu events are now defined in mac-apple-event-map.
8808 (mac-drag-n-drop): Remove selection range handling.
8809
8810 2005-12-10 Kenichi Handa <handa@m17n.org>
8811
8812 * simple.el (zap-to-char):
8813 * isearch.el (isearch-process-search-char): Translate CHAR by
8814 translation-table-for-input.
8815
8816 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
8817
8818 * foldout.el (foldout-exit-fold): Properly hide subtree.
8819
8820 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
8821
8822 * files.el (save-buffer):
8823 * international/ucs-tables.el (ucs-set-table-for-input):
8824 * mail/mail-extr.el (mail-extract-address-components):
8825 * mail/sendmail.el (mail-mode): Reformat doc string.
8826
8827 2005-12-09 Juri Linkov <juri@jurta.org>
8828
8829 * isearch.el (isearch-highlight): Change main overlay priority
8830 from 1 to 1001. Simplify.
8831 (isearch-lazy-highlight-update): Change lazy overlay priority
8832 from 0 to 1000.
8833
8834 * replace.el (replace-highlight): Change overlay priority from
8835 1 to 1001.
8836
8837 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
8838 Change overlay priority from 1 to 1001. Reuse existing overlay.
8839
8840 * compare-w.el (compare-windows-highlight): Change overlay
8841 priority from 1 to 1000.
8842
8843 * menu-bar.el (menu-bar-edit-menu): Add listp around
8844 pending-undo-list to disable menu item "undo" when pending
8845 undo list is empty.
8846
8847 * locate.el (locate): Disable undo in *Locate* buffer.
8848
8849 2005-12-09 Kim F. Storm <storm@cua.dk>
8850
8851 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
8852
8853 2005-12-09 David Ponce <david@dponce.com>
8854
8855 * recentf.el: Improvement of the menu code.
8856 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
8857 instead of menu hook.
8858 (recentf-show-menu, recentf-hide-menu): New functions.
8859 (recentf-menu-customization-changed, recentf-mode): Use them.
8860 (recentf-menu-action, recentf-max-menu-items)
8861 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
8862 (recentf-arrange-by-rule-others)
8863 (recentf-arrange-by-rules-min-items)
8864 (recentf-arrange-by-rule-subfilter) : Don't use
8865 `recentf-menu-customization-changed'.
8866 (recentf-arrange-rules): Likewise. Accept functions to compute
8867 sub-menu titles.
8868 (recentf-menu-filter): Likewise. Doc fix.
8869 (recentf-menu-value-shortcut): Doc fix.
8870 (recentf-dump-variable): Quote atom value.
8871 (recentf-make-menu-items): Update to use it as a menu filter.
8872 (recentf-match-rule): New function.
8873 (recentf-arrange-by-rule): Use it.
8874 (recentf-indirect-mode-rule): New function.
8875 (recentf-build-mode-rules): Use it.
8876 (recentf-dir-rule): New function.
8877 (recentf-arrange-by-dir): Use it.
8878 (recentf-filter-changer-current): Rename from
8879 `recentf-filter-changer-state'. All references updated.
8880 (recentf-filter-changer-alist): Update filter names.
8881 (recentf-filter-changer-select): New function.
8882 (recentf-filter-changer): Use it. Make a sub-menu from filters
8883 available in `recentf-filter-changer-alist'.
8884 (recentf-data-cache, recentf-clear-data)
8885 (recentf-update-menu): Remove. All references updated.
8886 (recentf-match-rule-p, recentf-build-dir-rules)
8887 (recentf-filter-changer-goto-next)
8888 (recentf-filter-changer-get-current)
8889 (recentf-filter-changer-get-next): Remove.
8890
8891 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
8892
8893 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
8894 buffer "Reset" button to "Reset to Current" for consistency with
8895 the State buttons.
8896
8897 2005-12-08 John Paul Wallington <jpw@pobox.com>
8898
8899 * ibuf-ext.el (define-ibuffer-filter filename):
8900 If `dired-directory' is a list then really use its car.
8901
8902 2005-12-08 Kim F. Storm <storm@cua.dk>
8903
8904 * emulation/cua-rect.el (cua--rectangle-aux-replace):
8905 Fix indention of text on right side of replaced rectangle.
8906
8907 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
8908
8909 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
8910 No need to check gud-comint-buffer is bound.
8911 (gdb): Prevent multiple debugging when first session uses gdba.
8912
8913 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8914
8915 CC Mode update to 5.31.
8916
8917 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
8918 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
8919 We might do this function properly in the future).
8920
8921 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
8922 New macros c-sentence-end and c-default-value-sentence end, to cope
8923 with Emacs 22's new function `sentence-end'.
8924
8925 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8926
8927 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
8928 compat issue using `c-put-overlay' and `c-delete-overlay'.
8929
8930 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
8931 New compat macros to handle overlays/extents.
8932
8933 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8934
8935 * progmodes/cc-fix.el: Add definitions of the macros push and pop
8936 (for GNU Emacs 20.4)
8937
8938 * progmodes/cc-defs.el:
8939 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
8940
8941 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
8942 highlighting mechanism so it will work in XEmacs too.
8943
8944 * progmodes/cc-defs.el: Insert c-int-to-char.
8945
8946 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
8947 call to the new macro c-int-to-char. This solves XEmacs's
8948 regarding characters as different from integers.
8949
8950 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8951
8952 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
8953 New internal helper.
8954
8955 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
8956 construct to make the indirect face lookup work in XEmacs.
8957
8958 (c-cpp-matchers): Append the negation char face to the existing
8959 fontification, so that the cpp face doesn't disappear.
8960 Use `c-make-syntactic-matcher' to avoid negation chars in comments
8961 and strings.
8962
8963 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
8964 to map to `font-lock-negation-char-face' in emacsen where it exists.
8965
8966 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8967
8968 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
8969
8970 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
8971 Rename "c-subword-move-mode" as "c-subword-mode".
8972
8973 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
8974 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
8975
8976 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8977
8978 * progmodes/cc-mode.el: Added autoload directive for
8979 `c-subword-move-mode' for use in older emacsen.
8980
8981 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8982
8983 * progmodes/cc-mode.el:
8984 (i) Insert a binding for C-c C-backspace into
8985 c-bind-special-erase-keys which works in TTYs.
8986 (ii) Make sure that when file styles are used, any explicitly
8987 given style variables take priority over those in the style.
8988 Do this by calling `hack-local-variables' a second time.
8989
8990 * progmodes/cc-vars.el: Add language specific customization
8991 widgets for AWK to c-doc-comment-style, c-require-final-newline
8992 and c-default-style. Add a defcustom for awk-mode-hook.
8993 Give c-syntactic-element and c-syntactic-context doc-strings by
8994 directly setting their `variable-documentation' propery.
8995 This allows Emacs 22.1 to read these with C-h v.
8996
8997 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
8998
8999 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9000
9001 * progmodes/cc-fonts.el, cc-vars.el
9002 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
9003 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
9004 Masatake YAMATO.
9005
9006 (c-doc-comment-style): Made GtkDoc default in C mode.
9007
9008 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
9009 and C-c C-<delete>.
9010
9011 (c-bind-special-erase-keys): New function for use on
9012 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
9013
9014 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
9015 <delete> key behavior in XEmacs according to `delete-forward-p'.
9016 C.f. `c-electric-delete'.
9017
9018 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9019
9020 * progmodes/cc-mode.el: Give c-hungry-backspace and
9021 c-hungry-delete-forward permanent key bindings.
9022
9023 * progmodes/cc-cmds.el (c-electric-semi&comma):
9024 Bind c-syntactic-context for calls to "criteria functions", for
9025 consistency with other calls to user functions.
9026
9027 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
9028 `current-prefix-arg', since this might be the prefix arg to a
9029 command which calls c-indent-command as a function. Change the
9030 interactive spec from "p" to "P".
9031
9032 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
9033 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
9034 was difficult to understand.
9035
9036 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9037
9038 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
9039 first char of an identifier.
9040
9041 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
9042 +" syntax in C++.
9043
9044 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9045
9046 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
9047 auto-fill doesn't split a c-comment's last word from a hanging
9048 "*/" when a space is typed between them after fill-column.
9049
9050 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
9051
9052 * progmodes/cc-styles.el (c-set-style)
9053 (c-setup-paragraph-variables): Abort the command if we're not in a
9054 CC Mode buffer.
9055
9056 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
9057 with blank comment-prefix, and a blank line as the comment's
9058 second line.
9059
9060 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9061
9062 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
9063 Incorporate the patterns added in the Emacs development branch
9064 for the new Emacs 22 face `font-lock-negation-char-face'.
9065
9066 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
9067 of "red" since it stands out better in xterms and DOS terminals.
9068
9069 * progmodes/cc-engine.el (c-literal-faces):
9070 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
9071
9072 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9073
9074 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
9075 forcibly enable c-electric-flag.
9076
9077 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
9078 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
9079 after the comment-prefix of a C-style comment will close that comment.
9080
9081 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9082
9083 * progmodes/cc-fonts.el (c-basic-matchers-before)
9084 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
9085 in Pike.
9086
9087 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
9088 digraphs.
9089
9090 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
9091 (c-cpp-message-directives, c-cpp-include-directives)
9092 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
9093 (c-cpp-expr-directives): Introduce new language constants to
9094 control cpp syntax in a cleaner way.
9095
9096 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
9097
9098 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
9099
9100 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
9101 (c-multiline-string-start-char): New language constants and
9102 variables to specify how newlines in string literals work.
9103
9104 (c-font-lock-invalid-string): Use them.
9105
9106 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
9107 unbalanced close brace is entered. Optimization by avoiding going
9108 back over arbitrarily large blocks. Removed hints that this
9109 function only would be relevant/useful in AWK.
9110
9111 (c-electric-brace): Indent syntactically after the cleanups since
9112 lineup functions might do it differently then.
9113
9114 * progmodes/cc-engine.el, cc-langs.el
9115 (c-opt-op-identifier-prefix): New language constant and variable.
9116
9117 (c-just-after-func-arglist-p, c-after-special-operator-id)
9118 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
9119
9120 * progmodes/cc-align.el, cc-engine.el
9121 (c-after-special-operator-id): New helper to handle C++ operator
9122 identifiers.
9123
9124 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
9125 (c-guess-basic-syntax): Handle C++ operator identifiers in
9126 declarations.
9127
9128 * progmodes/cc-langs.el (c-assignment-operators): Add the
9129 trigraph version of ^= too.
9130
9131 * progmodes/cc-langs.el (c-assignment-operators): Add the
9132 trigraph version of |= in C++.
9133
9134 * progmodes/cc-fonts.el (c-font-lock-declarators):
9135 Handle `c-decl-hangon-kwds' after the identifier name.
9136
9137 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
9138 whether an arglist is "nonempty", ignore a comment after the open
9139 paren if it isn't followed by a non-comment token on the same line.
9140
9141 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
9142 Enable heuristics below the point to cope with classes inside special
9143 brace lists in Pike.
9144
9145 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9146
9147 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
9148
9149 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9150
9151 * progmodes/cc-guess.el (cc-guess-install): New function to
9152 install an already guessed style in another buffer.
9153
9154 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
9155 sets `inhibit-read-only' - `c-save-buffer-state' should be used
9156 anyway if the change always is undone.
9157
9158 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9159
9160 Implement togglable electricity:
9161
9162 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
9163 saying when it should be used.
9164
9165 * progmodes/cc-engine.el: Add the new buffer-local variable,
9166 c-electric-flag.
9167
9168 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
9169 c-toggle-auto-newline.
9170
9171 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
9172 c-toggle-auto-newline. Remove the binding for
9173 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
9174 c-toggle-electric-state.
9175
9176 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
9177
9178 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
9179 c-\(forward\|backward\)-subword.
9180 (c-update-modeline): Add the new modeline flag `l' for
9181 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
9182 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
9183 Make the old name an alias of the new name.
9184 (c-toggle-electric-state): New function.
9185 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
9186 Adapt these functions to do electric things only when
9187 c-electric-flag is non-nil.
9188 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
9189 new functions from c-electric-brace.
9190 (c-point-syntax): Add a check for "virtual semicolons" in AWK
9191 mode, so that the tentative extra newline doesn't change the
9192 syntax of the following brace.
9193 (c-electric-brace): Restructure by extracting the above functions.
9194 Tidy up the coding somewhat.
9195 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
9196 restructure a bit.
9197
9198 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9199
9200 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
9201 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
9202
9203 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
9204 (c-submode-indicators): Change name from `c-auto-hungry-string'
9205 since it's now used to track another submode.
9206
9207 (c-update-modeline): Convert to function and extended to check
9208 `c-subword-move-mode'.
9209
9210 (c-forward-into-nomenclature, c-backward-into-nomenclature):
9211 Convert to compat aliases for `c-forward-subword' and
9212 `c-backward-subword'.
9213
9214 * progmodes/cc-subword.el: New functions and minor mode to handle
9215 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
9216
9217 (c-forward-subword, c-backward-subword, c-mark-subword)
9218 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
9219 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
9220 Functions corresponding to the standard word handling functions.
9221
9222 (c-subword-move-mode): Minor mode that replaces all the standard
9223 word handling functions with their subword equivalences.
9224
9225 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9226
9227 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
9228 entry for one-liner-defun.
9229
9230 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
9231 name in its def-edebug-spec.
9232
9233 * progmodes/cc-cmds.el (c-electric-brace): Make the
9234 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
9235 compacts space before a comment, if this will make things fit on
9236 one line.
9237
9238 Introduce an "awk" style, mainly for auto-newline and clean-ups.
9239
9240 * progmodes/cc-align.el: New function c-snug-1line-defun-close
9241
9242 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
9243 clean-up one-liner-defun.
9244
9245 * progmodes/cc-styles.el: Add the new "awk" style.
9246
9247 * progmodes/cc-vars.el: Add description of one-liner-defun to
9248 c-cleanup-list's doc-string. New user options,
9249 c-max-one-liner-length. In c-default-style, set the default style
9250 for AWK to "awk".
9251
9252 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9253
9254 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
9255 macros inside labels.
9256
9257 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
9258 `c-at-statement-start-p' and `c-at-expression-start-p'.
9259
9260 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
9261 error if the mark isn't set.
9262
9263 * progmodes/cc-engine.el (c-guess-continued-construct)
9264 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
9265 accurately detect functions inside functions.
9266
9267 * progmodes/cc-engine.el (c-at-expression-start-p): New function
9268 like `c-at-statement-start-p' that additionally recognizes commas
9269 and expression parentheses as delimiters.
9270
9271 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
9272 to avoid heuristics that doesn't work for unclosed blocks.
9273 (c-at-statement-start-p): New function.
9274
9275 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
9276 Objective-C directives, e.g. directives spanning lines should work
9277 reasonably well now.
9278
9279 (c-put-c-type-property, c-clear-c-type-property): New helpers.
9280
9281 (c-forward-objc-directive): New function to move over any ObjC
9282 directive.
9283
9284 (c-just-after-func-arglist-p, c-guess-basic-syntax)
9285 (c-basic-matchers-before): Use it.
9286
9287 (c-font-lock-objc-iip-decl): Remove.
9288
9289 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
9290 in the template arglist recognition.
9291
9292 * progmodes/cc-styles.el (c-style-alist): Fix several
9293 inconsistencies in the Whitesmith style.
9294
9295 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
9296 New lineup function to get lines after Whitesmith style blocks
9297 correctly indented.
9298
9299 (c-lineup-whitesmith-in-block): Back out the compensation for
9300 opening parens since it's done using `add' lists in the style
9301 definition instead. Don't use the anchor position since it varies
9302 too much between the syntactic symbols. :P
9303
9304 * progmodes/cc-vars.el (c-valid-offset): Update.
9305
9306 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
9307 lists where the offsets are combined according to several
9308 different methods: `first', `min', `max', and `add'.
9309 Report offset evaluation errors with `c-benign-error' so that some kind
9310 of reindentation still is done.
9311
9312 * progmodes/cc-engine.el (c-guess-basic-syntax):
9313 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
9314 `arglist-close'.
9315
9316 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
9317 situations for `arglist-cont-nonempty' and `arglist-close'.
9318
9319 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
9320
9321 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
9322 cc-bytecomp-boundp' in a number of places.
9323
9324 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
9325 macro related issue.
9326
9327 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9328
9329 * progmodes/cc-awk.el: Change the terminology of regexps: A char
9330 list is now [asdf], a char class [:alpha:].
9331 Include code for char classes.
9332 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
9333 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
9334
9335 Remove (nearly all of) the cruft associated with AWK Mode's former
9336 concept of "virtual semicolons":
9337
9338 Adapt c-beginning-of-statement, c-end-of-statement (together with
9339 subfunctions) to use the new notion of "virtual semicolon" in
9340 place of the old awkward special handling for AWK. There remains
9341 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
9342 * progmodes/cc-cmds.el:
9343 (c-ascertain-adjacent-literal): In the backwards direction, now
9344 recognises AWK regexp delimiters as string delimiters.
9345 (c-after-statement-terminator-p): Adapt for virtual semicolons;
9346 check more rigorously for "end of macro".
9347 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
9348 virtual semicolons;
9349 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
9350 out the code for forward movement into ...
9351 (c-end-of-statement): Now contains the code for forward movement,
9352 adapted for virtual semicolons.
9353
9354 * progmodes/cc-engine.el:
9355 (c-ws*-string-limit-regexp): New regexp.
9356 (c-forward-single-comment, c-backward-single-comment): Comment out
9357 the (now redundant) "special" AWK stuff.
9358
9359 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
9360 c-string-par-start, c-string-par-separate to be more like Text
9361 Mode than Fundamental Mode.
9362
9363 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9364
9365 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
9366 to the fontified region so that fontification doesn't occur
9367 outside it (could happen e.g. when fontifying a line with an
9368 unfinished declaration).
9369
9370 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9371
9372 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
9373 start of the file. ^L now separate sections of the file.
9374 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
9375 (c-awk-one-line-possibly-open-string-re)
9376 (c-awk-regexp-one-line-possibly-open-char-class-re)
9377 (c-awk-one-line-possibly-open-regexp-re)
9378 (c-awk-one-line-non-syn-ws*-re): New defonsts.
9379 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
9380
9381 Amend the concept of "virtual semicolons" (in the indentation
9382 engine) for languages like AWK, such that they are now
9383 conceptually attached to end of the last token of a statement, not
9384 the end of the line. (In AWK Mode, however, the pertinent text
9385 property is still physically set on the EOL.) Remove the specific
9386 tests for awk-mode, thus facilitating the introduction of other
9387 language modes where EOLs can end statements.
9388 (Note: The funtionality in cc-cmds.el, specifically
9389 c-beginning/end-of-statement has yet to be amended.)
9390
9391 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
9392 New macros.
9393
9394 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
9395 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
9396 c-vsemi-status-unknown-p-fn (in a new page).
9397
9398 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
9399 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
9400 numerous awkward forms like
9401 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
9402 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
9403 variable before-ws-ip, the place just after char-before-ip appears.
9404
9405 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
9406 a comment.
9407
9408 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9409
9410 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
9411 `c-tentative-buffer-changes'.
9412
9413 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
9414 convert to macro to choose between Emacs and XEmacs at compile time.
9415
9416 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
9417
9418 (c-tentative-buffer-changes): New macro to handle temporary buffer
9419 changes in a convenient way.
9420
9421 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
9422 for `c-tentative-buffer-changes'.
9423
9424 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
9425 the checks for paren sexps between the point and the keyword, to
9426 avoid some false alarms.
9427
9428 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
9429 Fixed a situation where an error could be thrown for unbalanced
9430 parens. Changed to make use of c-keyword-member' to avoid some
9431 repeated regexp matches.
9432
9433 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
9434 These language variable are no longer necessary.
9435
9436 (c-block-stmt-kwds): New language constant used by
9437 c-looking-at-inexpr-block'.
9438
9439 (c-guess-basic-syntax): Remove an optional check that looked at
9440 the existence of the now removed language variables.
9441
9442 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
9443 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
9444 object instantiation expressions as declarations in some contexts.
9445 This bug only affected languages where the declarator can't be
9446 enclosed in parentheses.
9447
9448 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
9449 insert newlines before and after substatement braces.
9450
9451 * progmodes/cc-engine.el: Improved the heuristics for recognizing
9452 function declaration headers and the handling of C++ style member
9453 init lists.
9454
9455 (c-just-after-func-arglist-p): Rewritten to use
9456 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
9457
9458 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
9459
9460 (c-guess-basic-syntax): Adapt case 5B for the new
9461 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
9462 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
9463 covers all cases now).
9464
9465 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
9466
9467 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9468
9469 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
9470 c-string-par-start/separate c-sentence-end-with-esc-eol,
9471 initialised in c-setup-paragraph-variables, used in string
9472 scanning subroutines of c-beginning-of-statement.
9473
9474 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
9475 which precedes the newly inserted `{'.
9476
9477 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9478
9479 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
9480 function for declaration level blocks. It should now cope with
9481 templates better and also be a lot more comprehensible.
9482
9483 (c-looking-at-decl-block): The new function.
9484
9485 (c-search-uplist-for-classkey): The old one. It's now a wrapper
9486 for compatibility.
9487
9488 (c-add-class-syntax, c-guess-continued-construct)
9489 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
9490
9491 (c-decl-block-key): Change to tell apart ambiguous and
9492 unambiguous keywords. Pike specials are now handled directly in
9493 the code instead.
9494
9495 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
9496 New language constants and variables to make the backward skip in
9497 `c-looking-at-decl-block' as tight as possible.
9498
9499 (c-nonsymbol-token-char-list): New language constant.
9500
9501 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
9502 find balanced template arglists backwards.
9503
9504 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
9505 making char classes for `c-syntactic-skip-backward'.
9506
9507 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
9508 16D - can't be a class-close at that point.
9509
9510 * progmodes/cc-engine.el (c-guess-basic-syntax)
9511 (c-add-class-syntax): Don't narrow out the enclosing declaration
9512 level. This makes everything a lot easier, and it was actually
9513 only four small places that needed it to work. Some places that
9514 previously did `widen' are removed now, which has the effect that
9515 `c-guess-basic-syntax' never will look at things outside the
9516 current narrowment now. The anchor position for `topmost-intro'
9517 is affected by this, but it was so bogus it was basically useless
9518 before, and now it's equally bogus but in a slightly different way.
9519
9520 (c-narrow-out-enclosing-class): Gone.
9521
9522 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
9523 the narrowed region.
9524
9525 (c-least-enclosing-brace): Remove silly optional argument.
9526
9527 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
9528 the point could be left directly after an open paren when finding
9529 the beginning of the first decl in the block.
9530
9531 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
9532 Specify which submatch to use.
9533
9534 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
9535
9536 (c-decl-start-re): No longer any need for special treatment of
9537 ObjC due to the above.
9538
9539 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
9540 presumably follows C in that regard.
9541
9542 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
9543 New language constants to specify operator tokens inside
9544 identifiers in a more high level way.
9545
9546 (c-opt-identifier-prefix-key): New internal language constant.
9547
9548 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
9549 (c-identifier-start, c-identifier-key): Now completely calculated
9550 from other constants.
9551
9552 (c-identifier-last-sym-match): Decommission since it's no longer used.
9553
9554 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
9555
9556 * progmodes/cc-engine.el (c-forward-name): Remove the
9557 optimization when c-identifier-key is equal to c-symbol-key since
9558 it doesn't work in byte compiled files. Don't record empty
9559 regions as identifiers.
9560
9561 * progmodes/cc-langs.el (c-filter-ops): New helper function to
9562 simplify access to `c-operators' and its likes.
9563
9564 (c-operator-list, c-all-op-syntax-tokens)
9565 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
9566 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
9567 (c-primary-expr-regexp, c-cast-parens): Use it.
9568
9569 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
9570 an explicit language in functions.
9571
9572 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
9573 variant of adornment.
9574
9575 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
9576 variable.
9577
9578 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
9579 the Pike value.
9580
9581 * progmodes/cc-engine.el (c-on-identifier)
9582 (c-simple-skip-symbol-backward): Small fix for handling "-"
9583 correctly in `skip-chars-backward'. Affected the operator lfun
9584 syntax in Pike.
9585
9586 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
9587 diagnostic message about precompiled language vars not being used.
9588
9589 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
9590 "__attribute__" is followed by a parenthesis.
9591
9592 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
9593 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
9594 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
9595
9596 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
9597 Internal cleanups to properly detect the declared identifiers in
9598 various declarations.
9599
9600 (c-decl-start-kwds): New language constant to recognize
9601 declarations that can start anywhere. Used for class declarations
9602 in Pike.
9603
9604 (c-specifier-key, c-not-decl-init-keywords)
9605 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
9606 (c-find-decl-spots): Implement `c-decl-start-kwds'.
9607
9608 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
9609 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
9610 handling of the compiler specific extension keywords into a new
9611 language constant `c-decl-hangon-kwds' that defines keyword
9612 clauses to be ignored in declarations.
9613
9614 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
9615 past unrecognized tokens when handling `c-colon-type-list-kwds'.
9616 Necessary to stop at the declared identifier in e.g. IDL valuetype
9617 declarations.
9618
9619 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
9620 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
9621 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
9622 (c-forward-decl-or-cast-1): Recognize the declared identifier in
9623 class and enum declarations as such and not as part of the type.
9624
9625 (c-forward-decl-or-cast-1, c-forward-label): Relax the
9626 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
9627
9628 (c-forward-decl-or-cast-1): Don't disregard sure signs of
9629 declarations when there's some syntax error later on.
9630
9631 (c-complex-decl-matchers): Did away with a reference to
9632 `c-specifier-key'.
9633
9634 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
9635 value - this variable is always dynamically bound.
9636
9637 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
9638 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
9639 * cc-cmds.el, cc-defs.el: Change the policy for marking up
9640 functions that might do hidden buffer changes: All such internal
9641 functions are now marked instead of those that don't.
9642
9643 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
9644 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
9645 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
9646 (c-literal-type): Allow these functions to make hidden buffer changes,
9647 so that they are free to use text property caching later on.
9648
9649 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
9650 (c-electric-brace, c-electric-slash, c-electric-star)
9651 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
9652 (c-electric-paren, c-electric-continued-statement, c-indent-command)
9653 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
9654 (c-context-line-break): Add `c-save-buffer-state' calls to comply
9655 with the changed semantics of the functions above.
9656
9657 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
9658 when macros occur in obscure places. Optimized the sexp movement
9659 a bit.
9660
9661 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9662
9663 Enhancements for c-beginning-of-statement to work in AWK Mode:
9664
9665 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
9666 (completed statement) with `}' (statement completed by closing
9667 brace or semicolon) and `$' (statement completed by EOL).
9668
9669 (c-awk-virtual-semicolon-ends-prev-line-p)
9670 (c-awk-virtual-semicolon-ends-line-p)
9671 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
9672 (c-awk-at-statement-end-p): New functions.
9673
9674 * progmodes/cc-cmds.el: Simplify the structure of functions
9675 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
9676 two functions and c-beginning-of-statement to handle AWK Mode.
9677
9678 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
9679 c-backward-single-comment for AWK mode. Attempt to clarify their
9680 doc-strings.
9681
9682 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
9683
9684 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9685
9686 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
9687 label handling. Labels are now recognized in a uniform and more
9688 robust way, regardless of context. Text properties are put on all
9689 labels to recognize the following declarations better.
9690 Multiword labels are handled both in indentation and fontification for
9691 the benefit of language extensions like Qt. For consistency, keywords
9692 in labels are now fontified with the label face instead.
9693 That also applies to "case" and "default".
9694
9695 (c-beginning-of-statement-1): Fix some bugs in the label
9696 handling. Disregard `c-nonlabel-token-key' in labels that begin
9697 with `c-label-kwds'.
9698
9699 (c-find-decl-spots): Support that the callback adds more
9700 `c-decl-end' spots to find.
9701
9702 (c-forward-decl-or-cast-1): Don't treat a list of plain
9703 identifiers followed by a colon as a declaration.
9704
9705 (c-forward-label): New function to recognize labels.
9706
9707 (c-guess-basic-syntax): Replace uses of `c-label-key' with
9708 `c-forward-label'. Moved the label recognition cases (14 and 15)
9709 earlier since they aren't so context sensitive now. Handle labels
9710 on the top level gracefully. Moved access label recognition to
9711 the generic label case (CASE 15) - removed CASE 5E.
9712
9713 (c-font-lock-declarations): Add recognition of labels in the
9714 same round since we need to handle labels in parallell with other
9715 declarations to recognize both accurately. It should also improve
9716 speed.
9717
9718 (c-simple-decl-matchers, c-basic-matchers-after):
9719 Move `c-font-lock-labels' so that it only is used on decoration level 2
9720 since `c-font-lock-declarations' handles it otherwise.
9721
9722 (c-complex-decl-matchers): Remove the simplistic recognition of
9723 access labels.
9724
9725 (c-decl-prefix-re): Remove the kludges that was necessary to cope
9726 with labels earlier.
9727
9728 (c-decl-start-re): New language variable to make
9729 `c-font-lock-declarations' stop for the special protection labels
9730 in Objective-C that start with `@'.
9731
9732 (c-label-key): Remove since it's no longer used.
9733
9734 (c-recognize-colon-labels, c-label-prefix-re): New language
9735 constants to support recognition of generic colon-terminated labels.
9736
9737 (c-type-decl-end-used): `c-decl-end' is now used whenever there
9738 are colon terminated labels.
9739
9740 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
9741 first argument starts with a special brace list.
9742
9743 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
9744 (c-font-lock-declarations): Break out the declaration and cast
9745 recognition from `c-font-lock-declarations' to a new function, so
9746 that it can be used in the indentation engine.
9747
9748 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
9749 up to the start of the literal. Fixed bug with the point on the
9750 wrong side of the search limit that could happen when the start
9751 position is inside a literal.
9752
9753 * progmodes/cc-engine.el (c-parse-state)
9754 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
9755 so that it's kept a little bit back to increase the hit rate.
9756
9757 (c-parse-state): Change the macro handling and fixed some
9758 glitches. Macro context is checked more often than necessary now,
9759 but otoh less garbage conses are generated.
9760
9761 * progmodes/cc-engine.el (c-parse-state)
9762 (c-invalidate-state-cache): Cache the last position where
9763 `c-state-cache' applies. This can speed up refontification quite
9764 a bit in blocks where there are many non-brace parens before the point.
9765
9766 (c-state-cache-end): New variable for this.
9767
9768 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
9769 cache variable.
9770
9771 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
9772 get close initial continue positions when the start position is
9773 inside a literal or macro. Do not call the callback for spots
9774 before the start position (which can happen e.g. for `c-decl-end'
9775 spots inside comments). Optimize better in special cases when the
9776 region is a single line inside a literal or macro (typically when
9777 the current line is refontified).
9778
9779 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
9780 to `c-add-stmt-syntax' - there's no need to explicitly whack off
9781 entries from the paren state.
9782
9783 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
9784 special case for "else if" clauses.
9785
9786 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
9787 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
9788
9789 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
9790 New language variable to recognize the gcc extension with statement
9791 blocks inside expressions.
9792
9793 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
9794 it somewhat more comprehensible. The argument AT-BLOCK-START is
9795 no longer used and hence removed.
9796
9797 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
9798 to `c-add-stmt-syntax'.
9799
9800 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
9801 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
9802 This fixes bogus label recognition.
9803
9804 * progmodes/cc-engine.el (c-add-type, c-check-type)
9805 (c-forward-name, c-forward-type): Improve storage of template
9806 types in `c-found-types' so that they can be recognized better.
9807
9808 (c-syntactic-content): Add option to skip past nested parens.
9809
9810 * progmodes/cc-engine.el (c-forward-name):
9811 Set `c-last-identifier-range' all the time. It's less work that way.
9812 Handle that there might not be an identifier to store in
9813 `c-last-identifier-range'.
9814
9815 (c-forward-type): Handle that `c-last-identifier-range' might be
9816 nil from `c-forward-name'.
9817
9818 * progmodes/cc-defs.el (c-safe-scan-lists)
9819 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
9820
9821 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
9822 to work even if the form fails.
9823
9824 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
9825 down in a large file in one go.
9826
9827 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
9828
9829 * progmodes/cc-align.el (c-lineup-assignments): New lineup
9830 function which is like `c-lineup-math' but returns nil instead of
9831 `c-basic-offset' when it doesn't match.
9832
9833 (c-lineup-math): Change to use `c-lineup-assignments'.
9834
9835 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9836
9837 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
9838 c-beginning-of-statement. New subfunctions
9839 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
9840
9841 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9842
9843 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
9844 hardcoded char classes whereever possible. Changed a couple of
9845 places to use skip by syntax instead of skip by char class.
9846
9847 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
9848 Fix a bug in the regexp that caused extreme backtracking.
9849
9850 * progmodes/cc-langs.el (c-block-comment-starter)
9851 (c-block-comment-ender): New language constants to specify in a
9852 single place how block comments look.
9853
9854 (c-comment-start-regexp, c-block-comment-start-regexp)
9855 (comment-start, comment-end, comment-start-skip)
9856 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
9857 (c-syntactic-ws, c-nonempty-syntactic-ws)
9858 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
9859 `c-line-comment-starter', `c-block-comment-starter' and
9860 `c-block-comment-ender'.
9861
9862 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
9863 New language constants to break up things a bit.
9864
9865 (c-simple-ws): New language constant for simple whitespace.
9866
9867 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
9868
9869 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
9870 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
9871 newlines. Allow and ignore nil elements in the list.
9872
9873 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9874
9875 * progmodes/cc-cmds.el: Comment out a (n almost certainly
9876 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
9877
9878 * progmodes/cc-cmds.el: Tidy up the comments in
9879 c-beginning-of-statement and subfunctions.
9880
9881 * progmodes/cc-awk.el: Replace calls to put-text-property to the
9882 more flexible c-put-char-property and c-clear-char-properties.
9883 Add the author's email address.
9884
9885 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
9886
9887 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
9888 closing "*/" of a block comment.
9889
9890 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
9891 subfunctions) so that it works at BOB and EOB.
9892
9893 * progmodes/cc-cmds.el, cc-vars.el: More updating of
9894 c-beginning-of-statement, including new variable
9895 c-block-comment-start-regexp.
9896
9897 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9898
9899 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
9900 symbols from `*-font-lock-extra-types' so that there's no need to
9901 use `regexp-opt' on those lists.
9902
9903 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
9904 `c-type-modifier-kwds' is empty.
9905
9906 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
9907 there are several strings on the same line.
9908
9909 * progmodes/cc-engine.el (c-literal-limits): Remove the
9910 compatibility function for older emacsen. `c-literal-limits-fast'
9911 has now taken the place of this function.
9912
9913 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
9914 with older emacsen: We now require `pps-extended-state'.
9915
9916 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9917
9918 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
9919 which obviates the need to hack sentence-end. This now handles
9920 escaped newlines in strings correctly. Correct minor bugs in
9921 c-move-over-sentence and in c-beginning-of-statement.
9922
9923 * progmodes/cc-cmds.el (c-beginning-of-statement (and
9924 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
9925 that movement over macros and code are rigorously separated from
9926 eachother. Correct a few incidental bugs.
9927
9928 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
9929 Improve its doc-string. Improve the handling of certain specific cases.
9930
9931 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9932
9933 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
9934 (c-guess-basic-syntax): Change the way class-level labels are
9935 recognized; they can now contain essentially any symbols.
9936
9937 (c-opt-extra-label-key): New language variable to cope with the
9938 special protection label syntax in Objective-C.
9939
9940 (c-opt-access-key): Remove; this is now handled better by
9941 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
9942
9943 (c-complex-decl-matchers): Update to handle that
9944 `c-opt-access-key' no longer exists.
9945
9946 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
9947 improved label recognition in `c-beginning-of-statement-1'.
9948
9949 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
9950 Recognize bitfields better.
9951
9952 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
9953 Remove some cruft and fixed a bug that could cause it to go to a
9954 position further down.
9955
9956 * progmodes/cc-langs.el, cc-engine.el
9957 (c-beginning-of-statement-1): Improve detection of labels in
9958 declaration contexts.
9959
9960 (c-beginning-of-decl-1): Use it.
9961
9962 (c-nonlabel-token-key): New language constant and variable needed
9963 by `c-beginning-of-statement-1'.
9964
9965 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
9966 manifested itself due to the correction in `c-forward-sexp'.
9967
9968 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
9969 Make these behave as documented when used at the buffer limits.
9970
9971 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
9972 (c-type-decl-end-used): Made this a language variable.
9973
9974 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
9975 correctly when `combine-after-change-calls' is used together with
9976 temporary narrowings.
9977
9978 * progmodes/cc-engine.el (c-beginning-of-statement-1):
9979 Report labels correctly when the start point is immediately after the
9980 colon.
9981
9982 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
9983 Remove since it isn't used anymore.
9984
9985 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
9986 bracket arglists such as template parens in C++.
9987
9988 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
9989 in the last check-in. Some optimization.
9990
9991 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
9992 where it could stop at the same level in a preceding sexp when
9993 PAREN-LEVEL is set.
9994
9995 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
9996 text property lookup only when it's needed.
9997
9998 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
9999 Change the policy for paren marked angle brackets to be more
10000 persistent; once marked they remain marked even when they're found
10001 to be unbalanced in the searched region. This should keep the
10002 paren syntax around even when individual lines are refontified in
10003 multiline template arglists.
10004
10005 (c-parse-and-markup-<>-arglists): New dynamically bound variable
10006 to control markup so that incorrect angle bracket arglists aren't
10007 marked in contexts where the correct value for
10008 `c-disallow-comma-in-<>-arglists' isn't known.
10009
10010 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
10011 argument has become `c-parse-and-markup-<>-arglists'.
10012
10013 (c-remove-<>-arglist-properties): Remove - no longer used.
10014
10015 (c-after-change-check-<>-operators): New function used on
10016 `after-change-functions' to avoid that "<" and ">" characters that
10017 are part of longer operators have paren syntax.
10018
10019 (c-<>-multichar-token-regexp): New language variable used by
10020 `c-after-change-check-<>-operators'.
10021
10022 (c-after-change): Call `c-after-change-check-<>-operators'.
10023
10024 (c-font-lock-<>-arglists): Use the context properties set by
10025 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
10026 correctly to avoid doing invalid markup.
10027
10028 (c-font-lock-declarations): Remove code that undoes the invalid
10029 markup done by `c-font-lock-<>-arglists'.
10030
10031 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
10032 after `c-font-lock-declarations'.
10033
10034 * progmodes/cc-engine.el (c-syntactic-skip-backward):
10035 Add paren-level feature.
10036
10037 (c-guess-basic-syntax): Improve the anchor position for
10038 `template-args-cont' in nested template arglists. There's still
10039 much to be desired in this area, though.
10040
10041 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10042
10043 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
10044 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
10045
10046 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10047
10048 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
10049 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
10050
10051 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
10052 it doesn't work no longer are supported.
10053
10054 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
10055 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
10056 requires support for the syntax-table' text property, which rules
10057 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
10058 cruft associated with those versions.
10059
10060 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
10061 for the `syntax-table' text property, which rules out Emacs 19 and
10062 XEmacs < 21.4. Removed various compatibility cruft associated
10063 with those versions.
10064
10065 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
10066 support for the `syntax-table' text property.
10067
10068 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
10069 variable and use an extra quoted face name instead. All the
10070 emacsen flavors handle that correctly.
10071
10072 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
10073 (c-font-lock-declarators, c-font-lock-declarations)
10074 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
10075 property to mark the items in in declarator lists to handle
10076 refontification inside multiline declarations better.
10077
10078 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
10079 construct like "a * b = c;" as a declaration.
10080
10081 2005-12-08 Kim F. Storm <storm@cua.dk>
10082
10083 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
10084 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
10085 select either meta, hyper, or super modifier for rectangle commands.
10086 (cua--rectangle-modifier-key): New defvar.
10087 (cua--M/H-key): Use it. Remove special case for `space'.
10088 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
10089 on X, to meta otherwise. Always bind C-return to toggle
10090 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
10091
10092 * emulation/cua-rect.el (cua-help-for-rectangle):
10093 Use cua--rectangle-modifier-key. Handle super modifier too.
10094 (cua--init-rectangles): Always bind C-return to toggle rectangle.
10095 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
10096
10097 * ido.el: Move Acknowledgements and History after Commentary.
10098 Minor changes to Commentary.
10099
10100 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
10101 keymap if cua--prefix-override-timer is `shift'.
10102 (cua--shift-control-prefix): New function; emulate "type prefix
10103 key twice" functionality to handle shifted prefix key override.
10104 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
10105 New commands.
10106 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
10107
10108 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
10109
10110 * textmodes/org.el (org-insert-heading): Try to do items before
10111 headings.
10112 (org-agenda-mode): Quote `org-agenda-mode-hook'.
10113 (org-insert-item): New function.
10114 (org-renumber-ordered-list): Don't skip to higher level lists.
10115
10116 2005-12-08 Juri Linkov <juri@jurta.org>
10117
10118 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
10119
10120 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
10121
10122 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
10123
10124 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
10125 the constructed function name fun-1.
10126
10127 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
10128 because such links don't lead to parent documentation.
10129
10130 2005-12-08 Kenichi Handa <handa@m17n.org>
10131
10132 * descr-text.el (describe-char): Use *Help-2* buffer if the
10133 current buffer is *Help*. Call describe-text-properties while
10134 setting the original buffer.
10135
10136 2005-12-07 Bill Wohler <wohler@newt.com>
10137
10138 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
10139 and causes problems with non-MH users (such as Gnus users).
10140
10141 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
10142
10143 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
10144 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
10145 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
10146 command "info sources". Move calls to GDB command "list".
10147 (gdb-find-file-hook): Just use gdb-source-file-list.
10148 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
10149 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
10150 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
10151 (gdb-data-list-register-values-handler): Use correct trigger name.
10152
10153 2005-12-07 Kim F. Storm <storm@cua.dk>
10154
10155 * ido.el (ido-completion-map): Rename from ido-mode-map.
10156 (ido-common-completion-map, ido-file-completion-map)
10157 (ido-file-dir-completion-map, ido-buffer-completion-map):
10158 Rename from ido-mode-....-map.
10159 (ido-init-completion-maps): Rename from ido-init-mode-maps.
10160 (ido-setup-completion-map): Rename from ido-define-mode-map.
10161 (ido-read-internal): Bind minibuffer-local-filename-completion-map
10162 to ido-completion-map.
10163
10164 2005-12-07 Kenichi Handa <handa@m17n.org>
10165
10166 * international/mule-cmds.el
10167 (set-display-table-and-terminal-coding-system): If the coding
10168 system specified in `unibyte-display' property is different from
10169 the arg coding-system, don't setup standard-display-table.
10170
10171 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10172
10173 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
10174 that comments end at \n, regardless of selective-display.
10175
10176 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
10177
10178 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
10179 (gdb-version): New variables.
10180 (gdb-source-file-list, gdb-register-names)
10181 (gdb-changed-registers): New variables for use with GDB 6.4+.
10182 (gdb-ann3): Replace with...
10183 (gdb-init-1, gdb-init-2): ...two new functions.
10184 (gdba, gdb-prompt): Call gdb-init-1.
10185 (gdb-get-version): New function. Call gdb-init-2 from here.
10186 (gud-watch): Make it work with mouse events too.
10187 (gdb-post-prompt): Don't add to queue until GDB version is known.
10188 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
10189 (gdb-locals-mode): Use gdb-version.
10190 (gdb-memory-format-map, gdb-memory-unit-map)
10191 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
10192 (gdb-locals-font-lock-keywords-1)
10193 (gdb-locals-font-lock-keywords-2): New variables.
10194 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
10195 (gdb-set-gud-minor-mode-existing-buffers-1)
10196 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
10197 (gdb-var-update-1, gdb-var-update-handler-1)
10198 (gdb-data-list-register-values-handler)
10199 (gdb-data-list-register-values-custom)
10200 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
10201 (gdb-stack-list-locals-handler, gdb-get-register-names):
10202 New functions for use with GDB 6.4+.
10203 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
10204 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
10205 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
10206 (gdb-stack-list-locals-regexp)
10207 (gdb-data-list-register-names-regexp): New regexps for use with
10208 GDB 6.4+.
10209
10210 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10211
10212 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
10213
10214 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
10215
10216 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
10217 prompts work for AUTH PLAIN. Also reported by Steve Allan
10218 <seallan@verizon.net>.
10219
10220 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
10221
10222 * frame.el (set-frame-parameter): Add doc string.
10223
10224 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
10225
10226 * textmodes/org.el (org-occur-highlights): New variable.
10227 (org-highlight-new-match, org-remove-occur-highlights): New functions.
10228 (org-highlight-sparse-tree-matches): New option.
10229 (org-do-occur): New function.
10230 (org-get-heading): Make it work also at beginning of line.
10231 (org-category-table): New variable.
10232 (org-get-category-table, org-get-category)
10233 (org-camel-to-words, org-link-search): New functions.
10234 (org-select-this-todo-keyword): New variable.
10235 (org-todo-list): New command.
10236 (org-shiftright, org-shiftleft): New commands.
10237 (org-agenda-todo): Add prefix argument.
10238 (org-show-hierarchy-above): New option.
10239 (org-show-todo-tree): Numerical prefix creates tree for specific
10240 TODO keyword.
10241 (org-outline-level): New function, to assign a level to plain
10242 lists items.
10243 (org-cycle-include-plain-lists): New option.
10244 (org-mode): Use `org-outline-level' as value of `outline-level'.
10245 (org-cycle): Temporarily switch `outline-regexp' if
10246 `org-cycle-include-plain-lists' is non-nil.
10247 (org-start-icalendar-file): Fix format bug.
10248 (org-agenda-get-day-entries): Create category table.
10249 (org-agenda-get-todos, org-agenda-get-timestamps)
10250 (org-agenda-get-deadlines, org-agenda-get-scheduled)
10251 (org-agenda-get-blocks): Use `org-get-category'.
10252 (org-context-in-file-links): Rename from
10253 `org-line-numbers-in-file-links'.
10254
10255 2005-12-06 Romain Francoise <romain@orebokech.com>
10256
10257 * window.el (balance-windows): Delete extraneous third arg in call
10258 to `enlarge-window'.
10259
10260 2005-12-06 Kenichi Handa <handa@m17n.org>
10261
10262 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
10263
10264 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
10265
10266 * progmodes/gdb-ui.el (gdb-var-create-handler)
10267 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
10268 (gdb-var-list-children-handler, gdb-var-update-handler):
10269 Current buffer is already gdb-partial-output-buffer, don't
10270 make it current again.
10271
10272 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
10273
10274 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
10275 (list-buffers-noselect): Use it.
10276
10277 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
10278
10279 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
10280 (mail-yank-ignored-headers): Use regexp-opt.
10281 (mail-mode-map): Move initialization into declaration.
10282 (mail-sent-via): Remove unused shadowed var `to-line'.
10283 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
10284 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
10285 (mail-do-fcc): Use dolist and push.
10286 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
10287 (mail-yank-ignored-headers): Don't autoload.
10288
10289 2005-12-05 Kenichi Handa <handa@m17n.org>
10290
10291 * international/mule-cmds.el (set-language-info-internal): New fun.
10292 (set-language-info): Call set-language-info-internal to update
10293 language-info-alist. If LANG-ENV is the current one, call
10294 set-language-environment to make INFO effective now.
10295 (set-language-info-alist): Likewise.
10296 (locale-language-names): With locale "en", use English
10297 lang. env. but set the default codings to iso-8859-1.
10298
10299 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
10300
10301 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
10302 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
10303 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
10304 for plain strings.
10305 (gdb-frames-mode): Remove redundant call to font-lock-mode.
10306 (gdb-all-registers): Rename from toggle-gdb-all-registers.
10307 Create registers buffer if necessary. Echo new state in minibuffer.
10308 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
10309
10310 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
10311
10312 * info.el (Info-fontify-node): Match external links using
10313 non-directory part of filename.
10314
10315 2005-12-04 Juri Linkov <juri@jurta.org>
10316
10317 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
10318 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
10319 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
10320 because there is no customization option for it.
10321
10322 * font-lock.el (lisp-font-lock-keywords-1):
10323 Add define-global-minor-mode.
10324
10325 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
10326
10327 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
10328 properties on the constructed variable names.
10329
10330 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10331 Put `definition-name' properties on the constructed function names
10332 next-sym and prev-sym.
10333
10334 * emacs-lisp/find-func.el (find-function-regexp):
10335 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
10336 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
10337 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
10338 and easy-menu-define.
10339
10340 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
10341 easy-mmode-define-global-mode and define-global-minor-mode.
10342 (lisp-imenu-generic-expression): Add define-global-minor-mode.
10343
10344 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
10345 instead of easy-mmode-define-global-mode.
10346
10347 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
10348 Use define-minor-mode instead of easy-mmode-define-minor-mode.
10349
10350 * cus-edit.el (customize-group, customize-group-other-window):
10351 Filter out autoloaded options from the group completion list by
10352 using heuristics that autoloaded groups don't have `custom-autoload'
10353 property on their symbols (they have only `custom-loads').
10354
10355 * simple.el (completion-setup-function): Put completions-common-part
10356 face on complete completion string too (i.e. completion string
10357 without completions-first-difference face).
10358
10359 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
10360
10361 2005-12-03 Eli Zaretskii <eliz@gnu.org>
10362
10363 * view.el (view-mode): Doc fix.
10364
10365 * disp-table.el (standard-display-european): Add to the warning
10366 message a reference to the doc string.
10367
10368 * play/yow.el (apropos-zippy): Call print-help-return-message,
10369 similar to other Help and Apropos commands.
10370
10371 * help.el (print-help-return-message): If pop-up-frames is
10372 non-nil, set up help-return-method to delete the help window and,
10373 possibly, its frame as well, and don't display message about
10374 scrolling the help window. Doc fix.
10375 (help-return-method): Doc fix.
10376
10377 2005-12-03 Martin Rudalics <rudalics@gmx.at>
10378
10379 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
10380 whereby names of length one or names starting with a
10381 symbol-constituent character would not be returned.
10382
10383 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10384
10385 * subr.el (atomic-change-group): Add edebug and indentation spec.
10386
10387 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
10388
10389 * completion.el (save-completions-file-name): Fix typo in last change.
10390
10391 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10392
10393 * info.el: Move back/forward history to the beginning of the tool bar.
10394
10395 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
10396
10397 * allout.el (eval-when-compile): Remove unnecessary load of cl.
10398 Add fset of allout-real-isearch-abort during compile to fix
10399 byte-compilation warnings.
10400 (allout-mode-p): Move definition of this macro above all uses, or
10401 byte compilation in barren emacs (eg, during emacs build) will
10402 lack the definition.
10403 (allout-mode): Move this variable above any uses, or byte
10404 compilation will fail.
10405 (allout-resolve-xref): Remove use of personal file-reference function.
10406 (allout-toggle-current-subtree-encryption): Do the current (ie,
10407 visible containing) topic, rather than nearest around point. Doc fix.
10408 (allout-toggle-subtree-encryption): New function, workhorse that
10409 works on nearest topic containing point.
10410 (allout-encrypt-string): Signal requirement for newer version of pgg.
10411 (allout-resumptions): Doc fix.
10412
10413 2005-12-02 Eli Zaretskii <eliz@gnu.org>
10414
10415 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
10416
10417 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
10418
10419 * textmodes/flyspell.el (flyspell-external-point-words):
10420 Consider a misspelling as found in the string search if: (a) misspelling
10421 and found string lengths match, or (b) misspelling is found as
10422 element in a boundary-chars separated longer string, or (c)
10423 ispell-program-name is really ispell and misspelling is found as
10424 part of a TeX string. After successful match move beginning of
10425 search region to end of match. Warn about not found misspellings
10426 once the process is done.
10427 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
10428
10429 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
10430
10431 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
10432 tool bar (removed inadvertently).
10433
10434 2005-12-02 Juri Linkov <juri@jurta.org>
10435
10436 * log-view.el (log-view-diff): Clarify doc string.
10437
10438 2005-12-01 Bill Wohler <wohler@newt.com>
10439
10440 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
10441 triggers lm-verify errors.
10442
10443 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
10444
10445 * simple.el (transient-mark-mode, line-number-mode)
10446 (column-number-mode, size-indication-mode): Remove `:require nil'.
10447
10448 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
10449
10450 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
10451 in the margin also.
10452 (gdb-breakpoints-mode-map): Use D instead of d for
10453 gdb-delete-breakpoint.
10454 (gdb-get-frame-number): Require a number to match on.
10455 (gdb-threads-mode-map): Add follow-link binding.
10456
10457 2005-11-30 Jason Rumney <jasonr@gnu.org>
10458
10459 * isearch.el (isearch-mode-map): Avoid exiting search on
10460 language-change event.
10461
10462 2005-11-30 Romain Francoise <romain@orebokech.com>
10463
10464 * speedbar.el (speedbar-default-position): New defcustom.
10465 (speedbar-frame-reposition-smartly): Use it.
10466
10467 * dframe.el (dframe-reposition-frame-emacs): Fix position
10468 computation for `left' location.
10469 Update copyright year.
10470
10471 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
10472
10473 * help.el (help-map): Move initialization into declaration.
10474
10475 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
10476
10477 * help-fns.el (help-argument-name): Don't autoload.
10478 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
10479 to be re-loaded when customizing the `help' group.
10480
10481 2005-11-30 John Paul Wallington <jpw@gnu.org>
10482
10483 * help-fns.el (describe-function-1): Fill arglist output.
10484
10485 2005-11-30 Kim F. Storm <storm@cua.dk>
10486
10487 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
10488 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
10489 after revert-buffer (or anything else which kills all local variables).
10490
10491 * apropos.el (apropos-parse-pattern): Doc fix.
10492 Set apropos-regexp directly, rather than expecting callers to do so.
10493 (apropos-command, apropos, apropos-value, apropos-documentation):
10494 Simplify calls to apropos-parse-pattern.
10495
10496 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
10497
10498 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
10499 (hi-lock-face-phrase-buffer): Use hi-yellow face.
10500 (hi-lock-write-interactive-patterns): Use comment-region.
10501
10502 * longlines.el (longlines-mode): Add mail-setup-hook.
10503
10504 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
10505
10506 * simple.el (sendmail-user-agent-compose, next-line):
10507 Conditionally use hard-newline.
10508
10509 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
10510
10511 * international/latexenc.el (latex-inputenc-coding-alist):
10512 Reword doc string.
10513
10514 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
10515
10516 * help.el (describe-key-briefly, describe-key): Recognize default
10517 bindings.
10518
10519 2005-11-29 Romain Francoise <romain@orebokech.com>
10520
10521 * view.el (view-inhibit-help-message): New defcustom.
10522 (view-mode-enter): Use it.
10523
10524 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
10525
10526 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
10527 Preserve user position.
10528
10529 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
10530
10531 * font-lock.el: Throw error if facemenu is not loaded to prevent
10532 accidental change of loading order in loadup.el. (Suggested by RMS.)
10533
10534 * loadup.el: Add comment explaining why facemenu must be loaded
10535 before font-lock.
10536
10537 2005-11-28 Jay Belanger <belanger@truman.edu>
10538
10539 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
10540 (calc-dispatch-map): Add more keys for `calc-same-interface'.
10541
10542 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
10543
10544 * calc/calc-embed.el (calc-do-embedded): Update help message.
10545
10546 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
10547
10548 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10549
10550 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
10551
10552 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
10553 called-interactively-p.
10554 (elp-profilable-p): Rename from elp-not-profilable-p.
10555 Invert result and take into account macros and autoloaded functions.
10556 (elp-instrument-function): Update call.
10557 (elp-instrument-package): Update call. Add completion.
10558 (elp-pack-number): Use match-string.
10559 (elp-results-jump-to-definition-by-mouse): Merge into
10560 elp-results-jump-to-definition and then remove.
10561 (elp-output-insert-symname): Make help echo text single-line.
10562
10563 * replace.el (query-replace-map): Move initialization into declaration.
10564 (occur-engine): Use with-current-buffer.
10565 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
10566 (occur-mode-mouse-goto): Replace with an alias.
10567
10568 2005-11-28 Juri Linkov <juri@jurta.org>
10569
10570 * simple.el (quoted-insert): Let-bind input-method-function to nil.
10571
10572 * term/w32-win.el: Bind [S-tab] to [backtab].
10573
10574 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
10575 `Info-find-file' to t.
10576
10577 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
10578 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
10579 and same-window-regexps.
10580 (occur-next-error): Don't move point for arg 0.
10581
10582 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
10583
10584 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
10585
10586 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10587
10588 * log-edit.el (log-edit-changelog-use-first): New var.
10589 (log-edit-changelog-ours-p): Use it.
10590 (log-edit-insert-changelog): Set it with new arg `use-first'.
10591 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
10592 (log-edit-hook): Add them to the list of suggested options.
10593
10594 * textmodes/flyspell.el (flyspell-last-buffer): New var.
10595 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
10596 redundant work.
10597 (flyspell-mode-on): Use add-hook for after-change-functions.
10598 (flyspell-mode-off): Use remove-hook for after-change-functions.
10599 (flyspell-changes): Make it buffer-local.
10600 (flyspell-after-change-function): Make it non-interactive. Use push.
10601 (flyspell-post-command-hook): Check input-pending-p while processing
10602 the potentially long list of buffer changes.
10603
10604 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
10605
10606 * buff-menu.el (list-buffers-noselect): Display the selected
10607 frame's buffer list, not the global one.
10608
10609 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
10610
10611 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
10612 that (list last-input-event) works as in interactive spec.
10613
10614 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10615
10616 * loadup.el ("facemenu"): Load facemenu before font-lock, because
10617 `facemenu-keymap' needs to be defined when font-lock is loaded.
10618 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
10619
10620 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
10621
10622 * completion.el: Remove useless leading * in defcustom docstrings.
10623 (save-completions-file-name): Use ~/.emacs.d if available.
10624 (completion-standard-syntax-table): Rename from
10625 cmpl-standard-syntax-table and fold initialization into declaration,
10626 thus removing cmpl-make-standard-completion-syntax-table.
10627 (completion-lisp-syntax-table, completion-c-syntax-table)
10628 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
10629 (cmpl-saved-syntax, cmpl-saved-point): Remove.
10630 (symbol-under-point, symbol-before-point)
10631 (symbol-under-or-before-point, symbol-before-point-for-complete)
10632 (add-completions-from-c-buffer): Use with-syntax-table.
10633 (make-completion): Don't return a list of completion entries.
10634 Update callers.
10635 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
10636 (completion-initialize): Rename from initialize-completions.
10637 (completion-find-file-hook): Rename from cmpl-find-file-hook.
10638 (kill-emacs-save-completions): Collect stats here.
10639 (save-completions-to-file, load-completions-from-file):
10640 Use with-current-buffer.
10641 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
10642 into a function. Move all calls to toplevel.
10643 (completion-lisp-mode-hook): New fun.
10644 (completion-c-mode-hook, completion-setup-fortran-mode):
10645 Set the syntax-table here. Use local-set-key.
10646 (completion-saved-bindings): New var.
10647 (dynamic-completion-mode): Make it into a proper minor mode.
10648 (load-completions-from-file): Remove unused var `num-uses'.
10649
10650 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
10651 constructor if it is explicitly overridden.
10652
10653 * complete.el (PC-completion-as-file-name-predicate):
10654 Use minibuffer-completing-file-name.
10655 (partial-completion-mode): Use find-file-not-found-functions.
10656 (PC-lisp-complete-symbol): Use with-syntax-table.
10657 (PC-look-for-include-file): Remove dead setq.
10658 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
10659 (PC-complete): Use with-current-buffer.
10660
10661 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
10662 escape single quotes.
10663
10664 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10665
10666 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
10667 of `if' whose condition always returned nil. Doc fix.
10668
10669 * buff-menu.el (Buffer-menu-revert-function): Make the selected
10670 window's buffer the current buffer around the call to
10671 `list-buffers-noselect'. This is necessary to mark that buffer
10672 with a `.' in the Buffer Menu when called from Lisp, for instance
10673 by Auto Revert Mode.
10674
10675 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
10676
10677 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
10678 attaching to it.
10679 (gdb-pre-prompt): Make sure gdb-error is reset.
10680
10681 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
10682 with a child process, detect it.
10683 (gud-speedbar-buttons): Match regexp more carefully.
10684
10685 2005-11-27 Richard M. Stallman <rms@gnu.org>
10686
10687 * mouse.el (mouse-drag-move-window-bottom):
10688 Use adjust-window-trailing-edge.
10689
10690 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10691
10692 * simple.el (blink-matching-open): Ignore
10693 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
10694 (blink-matching-paren-on-screen): Update docstring.
10695
10696 * paren.el (show-paren-mode): No longer change
10697 `blink-matching-paren-on-screen'.
10698
10699 2005-11-27 John Paul Wallington <jpw@pobox.com>
10700
10701 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
10702 (gdb-threads-select, gdb-edit-register-value):
10703 Use `posn-set-point' instead of `mouse-set-point' because the
10704 latter is not fbound when configured without X.
10705
10706 2005-11-27 Kim F. Storm <storm@cua.dk>
10707
10708 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
10709 existing face when partially highlighting a TAB in a rectangle.
10710
10711 2005-11-26 Kim F. Storm <storm@cua.dk>
10712
10713 * ido.el (ido-mode-map): Doc fix.
10714 (ido-mode-common-map, ido-mode-file-map)
10715 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
10716 (ido-define-mode-map): Rewrite. Select one of the new maps as
10717 parent for ido-mode-map instead of building from scratch.
10718 (ido-init-mode-maps): New defun to initialize new maps.
10719 (ido-mode): Call it.
10720 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
10721 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
10722
10723 2005-11-26 John Paul Wallington <jpw@pobox.com>
10724
10725 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
10726 `mouse-set-point' because the latter is not fbound when configured
10727 without X.
10728
10729 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
10730
10731 * files.el (file-relative-name): Doc fix.
10732
10733 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
10734
10735 * progmodes/octave-inf.el (inferior-octave-startup): Force a
10736 non-empty string for secondary prompt PS2.
10737
10738 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
10739
10740 * progmodes/compile.el (compilation-setup): Fix last change.
10741
10742 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
10743
10744 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
10745 (gdb-mouse-toggle-breakpoint-margin)
10746 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
10747 Add gdb-server-prefix to keep out of command history.
10748 (gdb-edit-register-value): New function.
10749 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
10750 (gdb-info-registers-custom): Use above map.
10751
10752 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
10753
10754 * custom.el (enable-theme): Signal error if argument is not a
10755 theme. Don't recalculate a face if it's not loaded yet.
10756
10757 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
10758 the `user' theme is in effect.
10759
10760 * info.el (Info-on-current-buffer): Record actual filename in
10761 Info-current-file, instead of t, or a fake filename if a non-file
10762 buffer. Make autoload.
10763 (Info-find-node, Info-revert-find-node): No need to check for
10764 Info-current-file nil.
10765 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
10766 Info-current-file is now never `t'.
10767 (Info-fontify-node): Many simplifications due to Info-current-file
10768 always being valid. Use Info-find-file to find node filename.
10769
10770 2005-11-25 David Kastrup <dak@gnu.org>
10771
10772 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
10773 new character, then delete" in order to preserve markers.
10774
10775 2005-11-25 David Ponce <david@dponce.com>
10776
10777 * recentf.el (recentf-arrange-by-rule): Handle a special
10778 `auto-mode-alist'-like "strip suffix" rule.
10779 (recentf-build-mode-rules): Handle second level auto-mode entries.
10780
10781 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
10782
10783 * viper-keym.el (viper-ESC-key): Use different values in terminal and
10784 window modes.
10785
10786 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
10787 jde-javadoc-checker-report-mode.
10788
10789 * ediff-wind (ediff-make-wide-display): Slight simplification.
10790
10791 * ediff.el (ediff-date): Change the date of last update.
10792
10793 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
10794
10795 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
10796 Use define-minor-mode, and make it a local mode. Turn on font-lock.
10797 (hi-lock-mode): New global minor mode.
10798 (turn-on-hi-lock-if-enabled): New function.
10799 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
10800 Change arguments to regexp and face instead of a font-lock pattern.
10801 Directly set face property, instead of refontifying.
10802 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
10803 (hi-lock-find-patterns): Use line-number-at-pos.
10804
10805 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
10806 arguments for hi-lock-set-pattern.
10807 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
10808 Call font-lock-fontify-buffer.
10809 (hi-lock-find-file-hook, hi-lock-current-line)
10810 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
10811
10812 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
10813 turned off.
10814
10815 * progmodes/compile.el (compilation-setup): Don't fiddle with
10816 font-lock-defaults.
10817
10818 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
10819
10820 * progmodes/gdb-ui.el (gdb-var-create-handler)
10821 (gdb-var-list-children-handler): Find values for all variable
10822 objects. gud-speedbar-buttons decides whether to display them.
10823
10824 2005-11-24 Romain Francoise <romain@orebokech.com>
10825
10826 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
10827 buffer name with a space.
10828
10829 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
10830
10831 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
10832 `org-export-local-list-max-depth'. Change default value to 3.
10833 (org-auto-renumber-ordered-lists)
10834 (org-plain-list-ordered-item-terminator): New options.
10835 (org-at-item-p, org-beginning-of-item, org-end-of-item)
10836 (org-get-indentation, org-get-string-indentation)
10837 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
10838 New functions.
10839 (org-move-item-down, org-move-item-up): New commands.
10840 (org-export-as-html): New classes for CSS support. Bug fix in
10841 regular expression detecting fixed-width regions. Respect
10842 `org-local-list-ordered-item-terminator'.
10843 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
10844 also a list item.
10845 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
10846 New item moving functions.
10847
10848 2005-11-24 Juri Linkov <juri@jurta.org>
10849
10850 * isearch.el (isearch-repeat): With empty search ring set
10851 `isearch-error' to the error string instead of signaling error
10852 with the function `error'.
10853
10854 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10855
10856 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
10857
10858 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
10859
10860 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
10861 and variable.
10862 (gdb-var-create-handler, gdb-var-list-children-handler):
10863 Don't match on "char **...".
10864 (gdb-var-update-handler): Find values for all variable objects.
10865 (gdb-info-frames-custom): Identify frames by leading "#".
10866
10867 * progmodes/gud.el (gud-speedbar-menu-items): Add
10868 gdb-speedbar-auto-raise as radio button.
10869 (gud-speedbar-buttons): Raise speedbar if requested.
10870 Don't match on "char **...".
10871 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
10872 Make it editable.
10873
10874 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
10875
10876 * info.el (Info-fontify-node): Handle the case where
10877 Info-current-file is t.
10878
10879 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
10880
10881 * simple.el (blink-matching-open): Fix off-by-one in last change.
10882
10883 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10884
10885 * term/mac-win.el: Don't change default directory.
10886
10887 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
10888
10889 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
10890 buffers correctly. (It used to throw an error in such buffers.)
10891 Make it ask for confirmation in group buffers and other Custom
10892 buffers containing more than one customization item.
10893
10894 2005-11-22 John Paul Wallington <jpw@gnu.org>
10895
10896 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
10897 property on mail and url overlays.
10898 (goto-address-at-point): Use `posn-set-point' instead of
10899 `mouse-set-point' because the latter is not fbound when configured
10900 without X.
10901
10902 2005-11-22 Lars Hansen <larsh@soem.dk>
10903
10904 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
10905 (ls-lisp-classify, ls-lisp-format): Delete call to
10906 ls-lisp-parse-symlink.
10907 (ls-lisp-handle-switches): Handle symlinks to directories as
10908 directories when ls-lisp-dirs-first in non-nil.
10909
10910 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
10911
10912 * startup.el (command-line): Make sure that loaddefs.el is handled
10913 correctly in load-history.
10914
10915 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
10916
10917 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
10918 (gdb-struct-string, gdb-array-string): New constants.
10919 (gdb-info-locals-handler): Use them.
10920 (gdb-reset): Reset gdb-var-list to nil.
10921
10922 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10923
10924 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
10925 in patterns.
10926
10927 2005-11-21 Juri Linkov <juri@jurta.org>
10928
10929 * custom.el (defcustom): Update link types in docstring.
10930
10931 2005-11-20 Martin Rudalics <rudalics@gmx.at>
10932
10933 * custom.el (defgroup): Add doc-string-elt info.
10934
10935 * widget.el (define-widget): Don't use declare for the doc-string-elt.
10936
10937 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10938
10939 * newcomment.el (comment-enter-backward): Fix last fix.
10940
10941 * simple.el (blink-matching-open):
10942 * paren.el (show-paren-function): Allow new paren-class info.
10943
10944 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
10945
10946 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
10947 handled automagically.
10948
10949 2005-11-20 Andreas Schwab <schwab@suse.de>
10950
10951 * descr-text.el (describe-char): When copying overlays put them
10952 over the full char description instead of just the first character
10953 of it.
10954
10955 2005-11-20 Juri Linkov <juri@jurta.org>
10956
10957 * simple.el (what-cursor-position):
10958 * descr-text.el (describe-char): Use Lisp-readable syntax
10959 for octal and hex. Reorder decimal, octal and hex values.
10960 Remove excess whitespace in the output. Use `=' in `column='
10961 like in `point=' and `Hscroll='.
10962
10963 * international/mule-cmds.el (encoded-string-description):
10964 Use Lisp-readable syntax for hex.
10965
10966 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10967
10968 * newcomment.el (comment-enter-backward): Handle the case where the
10969 comment is closed by EOB.
10970
10971 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
10972
10973 * longlines.el (longlines-before-revert-hook)
10974 (longlines-after-revert-hook): New functions.
10975 (longlines-mode): Turn off longlines temporarily when reverting.
10976 Add a message-setup-hook.
10977 (longlines-decode-buffer): New function.
10978 (longlines-wrap-line): Preserve marker positions.
10979
10980 2005-11-19 Andreas Schwab <schwab@suse.de>
10981
10982 * emacs-lisp/shadow.el: Handle compressed files.
10983
10984 2005-11-19 Romain Francoise <romain@orebokech.com>
10985
10986 * net/browse-url.el (browse-url-default-browser): Signal an error
10987 if no usable browser can be found, rather than try to load w3.
10988
10989 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
10990
10991 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
10992 replacing existing properties.
10993 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10994 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
10995 tty specs.
10996 (rcirc-server-prefix, rcirc-server): New faces.
10997 (rcirc-url-regexp): Generate with rx macro.
10998 (rcirc-last-server-message-time): New variable.
10999 (rcirc-filter): Record time of last message.
11000 (rcirc-keepalive): Kill processes that did not send a message
11001 since the last ping.
11002 (rcirc-mode): Give rcirc-topic a local binding here.
11003
11004 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
11005
11006 * subr.el (read-passwd): Fontify the prompt as we do with other
11007 prompts.
11008
11009 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
11010
11011 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
11012 binding buffer-read-only to nil.
11013
11014 2005-11-19 Eli Zaretskii <eliz@gnu.org>
11015
11016 * complete.el (partial-completion-mode):
11017 Mention completion-auto-help in the doc string.
11018
11019 * man.el (Man-highlight-references): Doc fix. Reformat code in a
11020 more Lisp-ish way.
11021
11022 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
11023
11024 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
11025 digits, not 8, to avoid misalignment for files larger than 100MB.
11026
11027 2005-11-19 Eli Zaretskii <eliz@gnu.org>
11028
11029 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
11030 Mention "keyboard shortcuts" in the help text.
11031
11032 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11033
11034 * startup.el (fancy-splash-default-action): Discard only
11035 mouse-down and succeeding mouse-up events in the splash screen
11036 window so that drag-n-drop event can be processed.
11037
11038 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
11039
11040 * longlines.el (longlines-mode): Add hacks for mail-mode and
11041 message-mode.
11042
11043 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
11044
11045 * textmodes/org.el (org-table-sort-lines): New command.
11046 (org-tbl-menu): Add entry for `org-table-sort-lines'.
11047 (org-add-file): Command removed, use `org-agenda-file-to-front'
11048 instead.
11049 (org-export-icalendar): Use `org-icalendar-combined-name'.
11050 (org-cycle-agenda-files, org-agenda-file-to-end)
11051 (org-agenda-file-to-front): New commands.
11052 (org-table-tab-jumps-over-hlines, org-export-html-style):
11053 New options.
11054 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
11055 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
11056 New functions.
11057 (org-fill-paragraph): Call `org-table-align' in tables.
11058 (org-mode): Call `org-set-autofill-regexps'.
11059 (org-export-as-html): Support for local handformatted lists.
11060 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
11061 (org-export-local-list-max-depth): New option.
11062 (org-html-expand): Use `org-html-protect'.
11063
11064 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
11065
11066 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
11067 to "p".
11068 (gdb): Move definition of gud-pp to...
11069
11070 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
11071 speedbar.
11072 (gdb-find-watch-expression): New function.
11073
11074 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
11075
11076 * faces.el (face-attribute, set-face-attribute): Mention existence
11077 of `:ignore-defface' setting in docstring.
11078
11079 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
11080
11081 * simple.el (completion-setup-function): Fix last change.
11082
11083 2005-11-17 John Paul Wallington <jpw@pobox.com>
11084
11085 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
11086 Use `posn-set-point' instead of `mouse-set-point' because the
11087 latter is not fbound when configured without X.
11088
11089 * comint.el (comint-insert-input): Likewise.
11090
11091 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
11092
11093 * simple.el (hard-newline): New variable.
11094 (sendmail-user-agent-compose, next-line): Use it.
11095
11096 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
11097 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
11098 (mail-mail-reply-to, mail-mail-followup-to)
11099 (mail-position-on-field, mail-signature, mail-yank-original)
11100 (mail-attach-file): Likewise.
11101
11102 * mail/mailheader.el (mail-header-format)
11103 (mail-header-format-function): Likewise.
11104
11105 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
11106
11107 2005-11-17 Juri Linkov <juri@jurta.org>
11108
11109 * font-lock.el (font-lock-faces): Rename this defgroup from
11110 `font-lock-highlighting-faces'.
11111 (font-lock-comment-face, font-lock-comment-delimiter-face)
11112 (font-lock-string-face, font-lock-doc-face)
11113 (font-lock-keyword-face, font-lock-builtin-face)
11114 (font-lock-function-name-face, font-lock-variable-name-face)
11115 (font-lock-type-face, font-lock-constant-face)
11116 (font-lock-warning-face, font-lock-negation-char-face)
11117 (font-lock-preprocessor-face)
11118 (font-lock-regexp-grouping-backslash)
11119 (font-lock-regexp-grouping-construct): Rename :group from
11120 `font-lock-highlighting-faces' to `font-lock-faces'.
11121
11122 * cus-edit.el (lisp, c, tex):
11123 * progmodes/ada-mode.el (ada):
11124 * progmodes/asm-mode.el (asm):
11125 * progmodes/cperl-mode.el (cperl-faces):
11126 * progmodes/cpp.el (cpp):
11127 * progmodes/dcl-mode.el (dcl):
11128 * progmodes/f90.el (f90):
11129 * progmodes/fortran.el (fortran):
11130 * progmodes/icon.el (icon):
11131 * progmodes/idlwave.el (idlwave-misc):
11132 * progmodes/m4-mode.el (m4):
11133 * progmodes/make-mode.el (makefile):
11134 * progmodes/meta-mode.el (meta-font):
11135 * progmodes/modula2.el (modula2):
11136 * progmodes/octave-mod.el (octave):
11137 * progmodes/pascal.el (pascal):
11138 * progmodes/perl-mode.el (perl):
11139 * progmodes/prolog.el (prolog):
11140 * progmodes/ps-mode.el (PostScript-edit):
11141 * progmodes/scheme.el (scheme):
11142 * progmodes/sh-script.el (sh-script):
11143 * progmodes/simula.el (simula):
11144 * progmodes/tcl.el (tcl):
11145 * textmodes/nroff-mode.el (nroff):
11146 * textmodes/reftex-vars.el (reftex-fontification-configurations):
11147 * textmodes/sgml-mode.el (sgml):
11148 * textmodes/texinfo.el (texinfo):
11149 Add :link (custom-group-link font-lock-faces) to defgroup.
11150
11151 * hi-lock.el (hi-lock): Rename this defgroup from
11152 `hi-lock-interactive-text-highlighting'. Change parent group from
11153 `faces' to `font-lock'. Add link to the manual.
11154 (hi-lock-mode, hi-lock-file-patterns-range)
11155 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
11156 `hi-lock-interactive-text-highlighting' to `hi-lock'.
11157 (hi-lock-faces): Add :group `faces'.
11158
11159 * cus-edit.el (custom-variable-prompt): Clarify the code.
11160
11161 * faces.el (face-read-string): Set the default value arg of
11162 completing-read.
11163
11164 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
11165
11166 * rfn-eshadow.el (file-name-shadow-properties)
11167 (file-name-shadow-tty-properties, file-name-shadow-mode):
11168 Remove autoloads, because the file is now preloaded.
11169
11170 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11171
11172 * printing.el (easy-menu-intern): Don't define.
11173 (pr-get-symbol): Use easy-menu-intern only if defined.
11174
11175 * simple.el (blink-matching-open): Simplify a bit.
11176 (completion-setup-function): Fix the case of partial-completion-mode
11177 when the minibuffer's contents start with "-".
11178 Obey completion-base-size-function even when
11179 minibuffer-completing-file-name is non-nil.
11180
11181 2005-11-16 Richard M. Stallman <rms@gnu.org>
11182
11183 * net/eudcb-ph.el (eudc-ph-open-session):
11184 Use set-process-query-on-exit-flag.
11185
11186 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
11187
11188 * international/ucs-tables.el (ucs-set-table-for-input):
11189 Use make-local-variable, not make-variable-buffer-local.
11190
11191 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11192 Improve warning message text.
11193
11194 * savehist.el (savehist-save-hook): Add :group.
11195
11196 * menu-bar.el (menu-bar-help-menu):
11197 Rename Find Extra Packages to External Packages.
11198
11199 * cus-edit.el (Custom-reset-standard): Verify that
11200 :custom-standard-value prop exists before calling it.
11201
11202 * apropos.el (apropos-calc-scores): Use apropos-pattern.
11203
11204 2005-11-16 Martin Rudalics <rudalics@gmx.at>
11205
11206 * wid-edit.el (color): Enclose %t in %{...%}.
11207
11208 * cus-edit.el (face): Enclose %t in %{...%}.
11209
11210 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
11211
11212 * savehist.el (savehist-mode-hook): Re-add the var.
11213 (savehist-mode): Use it.
11214
11215 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11216
11217 * textmodes/flyspell.el: Fix commenting convention.
11218 Remove unnecessary leading * in custom docstrings.
11219 (flyspell-emacs): Remove unused var.
11220 (flyspell-delete-region-overlays): Use remove-overlays.
11221 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
11222 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
11223 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
11224 (flyspell-debug-signal-word-checked): Use with-current-buffer.
11225 (make-flyspell-overlay): Don't locally reuse a global name.
11226 (flyspell-highlight-incorrect-region)
11227 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
11228 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
11229 (flyspell-notify-misspell): Remove unused args `start' and `end'.
11230 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
11231 Wrap calls to accept-process-output inside with-local-quit since it's
11232 often called from a post-command-hook.
11233 (flyspell-correct-word, flyspell-auto-correct-word):
11234 Use ispell-send-string.
11235 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
11236
11237 * calendar/diary-lib.el (diary-list-entries): Also hide the
11238 terminating newline.
11239
11240 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
11241
11242 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
11243 window-system, to allow fonts on tty.
11244
11245 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
11246
11247 * progmodes/gud.el (gud-speedbar-item-info): New function.
11248 (gud-install-speedbar-variables): Use it to display data type
11249 of watch expression as a tooltip in speedbar.
11250
11251 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
11252
11253 * font-core.el (global-font-lock-mode): Add :version keyword,
11254 because default was changed.
11255
11256 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
11257
11258 * startup.el (command-line): Use `custom-reevaluate-setting' for
11259 `file-name-shadow-mode'.
11260
11261 * loadup.el: Preload rfn-eshadow.
11262
11263 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
11264 Add :version keyword.
11265 (file-name-shadow-properties, file-name-shadow-tty-properties)
11266 (file-name-shadow): Add :version keyword.
11267
11268 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
11269 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
11270 in the custom-group property of the symbol frames and the fringe
11271 group got no link to its parent group frames.
11272 Doc fix.
11273
11274 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11275
11276 * progmodes/gud.el (gud-stop-subjob): New function.
11277 (gud-menu-map, gud-tool-bar-map): Use it.
11278
11279 2005-11-16 Kim F. Storm <storm@cua.dk>
11280
11281 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
11282 than kill it.
11283 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
11284 to a more useful/logical place.
11285
11286 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11287
11288 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
11289 go buttons complementary.
11290
11291 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11292
11293 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
11294 (rfn-eshadow-sifn-equal): New function.
11295 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
11296
11297 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
11298
11299 * viper-utils.el (viper-non-word-characters-reformed-vi):
11300 Quote `-' in string.
11301
11302 * viper.el (viper-emacs-state-mode-list): Ensure that
11303 rcirc-mode buffers come up in Emacs state.
11304
11305 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
11306 operation.
11307
11308 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
11309
11310 * term.el (term-termcap-format): Fix typos.
11311 (term-down): Fix the negative argument case.
11312
11313 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
11314
11315 * progmodes/gdb-ui.el: Remove face-alias left over from change on
11316 2005-08-15.
11317 (gdb-ann3): New command gud-go.
11318 (menu): Accomodate gdb-mi.el.
11319 (gdb-assembler-custom): Make buffer of selected window current
11320 so that set-window-point works.
11321
11322 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
11323 buttons and include new ones.
11324
11325 2005-11-16 Kim F. Storm <storm@cua.dk>
11326
11327 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
11328 (gud-menu-map): Use it.
11329
11330 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
11331
11332 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
11333 that works correctly for Custom and that does not override a user
11334 who disables it.
11335
11336 * help-mode.el (help-make-xrefs, help-xref-on-pp)
11337 (help-xref-interned, help-follow): Make hyperlinks for variables
11338 that are unbound, but have a non-nil variable-documentation property.
11339
11340 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
11341 mode hook. (It conflicted with defcustoms for some mode hooks.)
11342 Use the `variable-documentation' property to give the mode hook a
11343 docstring and expand that docstring.
11344
11345 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
11346
11347 * savehist.el (savehist-mode): Don't bother with
11348 `custom-set-minor-mode'.
11349 (savehist-coding-system): Check XEmacs version.
11350 (history-length): Declare also at run time.
11351 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
11352 Don't set the customize state.
11353 (savehist-minibuffer-hook): Special case for when
11354 minibuffer-history-variable is equal to t.
11355
11356 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11357
11358 * files.el (write-file): Refresh VC status.
11359
11360 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
11361 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
11362 than fundamental-mode to see if the mode was set.
11363
11364 2005-11-14 Romain Francoise <romain@orebokech.com>
11365
11366 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
11367 dummy function in `eval-when-compile' to avoid compiler warning.
11368 Require `man' at compile time.
11369
11370 2005-11-14 Jay Belanger <belanger@truman.edu>
11371
11372 * calc-alg.el (calcFunc-write-out-power): Rename it to
11373 calcFunc-powerexpand.
11374 (math-write-out-power): Rename it to math-powerexpand; have it
11375 handle negative exponents.
11376 (calc-writeoutpower): Rename it to calc-powerexpand.
11377
11378 * calc-ext.el: Change calcFunc-writeoutpower and
11379 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
11380 autoloads.
11381 Add calcFunc-ldiv to autoloads.
11382
11383 * calc-arith.el (calcFunc-ldiv): New function.
11384
11385 * calc.el (calc-left-divide): New function.
11386
11387 2005-11-14 Juri Linkov <juri@jurta.org>
11388
11389 * cus-edit.el (custom-variable-prompt): Set the default value arg
11390 of completing-read.
11391
11392 * cus-dep.el (custom-make-dependencies): Reverse the list of
11393 found dependencies.
11394
11395 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
11396
11397 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
11398 Highlighting" entry, it is on by default now.
11399 (menu-bar-options-save): Do not save global-font-lock-mode.
11400
11401 2005-11-13 Richard M. Stallman <rms@gnu.org>
11402
11403 * textmodes/flyspell.el (flyspell-large-region):
11404 Call flyspell-accept-buffer-local-defs.
11405
11406 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
11407
11408 * textmodes/flyspell.el (flyspell-notify-misspell):
11409 Fix misspelling of "Misspelling".
11410 (flyspell-process-localwords): New function.
11411 (flyspell-large-region): Call flyspell-process-localwords and
11412 flyspell-delete-region-overlays.
11413 (flyspell-delete-region-overlays): New function.
11414 (flyspell-delete-all-overlays): Call that.
11415
11416 2005-11-13 Richard M. Stallman <rms@gnu.org>
11417
11418 * help.el (help-for-help-internal): Improve doc of C-h a.
11419 (describe-key): Improve prompt; doc fix.
11420
11421 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
11422
11423 * vc-svn.el (vc-svn-registered): Catch all errors.
11424
11425 * cus-dep.el (custom-make-dependencies): Typo.
11426
11427 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
11428
11429 * net/tramp-util.el (top): Fix compilation warning.
11430
11431 2005-11-13 Kim F. Storm <storm@cua.dk>
11432
11433 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
11434
11435 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
11436
11437 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
11438 (gud-speedbar-buttons): Match on "const char *" too.
11439
11440 * progmodes/gdb-ui.el (gdb-var-create-handler)
11441 (gdb-var-list-children-handler): Match on "const char *" too.
11442 (gdb-var-evaluate-expression-handler): Match on empty string.
11443 (gdb-var-update-handler): Only call
11444 gdb-var-evaluate-expression-handler when required.
11445
11446 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
11447
11448 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
11449 selected window. This still doesn't work for speedbar.
11450 (gud-speedbar-buttons): Handle string expressions properly.
11451
11452 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
11453 (gdb-var-create-handler): Handle string expressions properly.
11454 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
11455 Handle string expressions properly. Move "type" field into regexp.
11456
11457 2005-11-12 Karl Fogel <kfogel@red-bean.com>
11458
11459 * bookmark.el (bookmark-maybe-message): New function to reduce
11460 code duplication: invokes `message' iff baud-rate is high enough.
11461 (bookmark-write-file): Use above instead of an inline conditional.
11462 (bookmark-load): Same.
11463
11464 2005-11-12 Karl Fogel <kfogel@red-bean.com>
11465
11466 * bookmark.el (bookmark-write-file): Don't visit the destination
11467 file, just write the data to it using write-region. This is
11468 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
11469 change to avoid visiting the file in the first place.
11470
11471 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
11472
11473 * hi-lock.el (hi-lock-mode): Set the default value of
11474 font-lock-defaults.
11475
11476 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
11477
11478 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
11479 arg to `file-attributes'.
11480 (find-lisp-format): The UID and GID can now be strings.
11481
11482 2005-11-12 Kim F. Storm <storm@cua.dk>
11483
11484 * help.el (help-map): Bind C-h d to apropos-documentation.
11485
11486 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
11487 when point is at end-of-buffer.
11488
11489 * apropos.el (apropos-match-face): Doc fix.
11490 (apropos-sort-by-scores): Add new choice `verbose'.
11491 (apropos-documentation-sort-by-scores): New defcustom.
11492 (apropos-pattern): Now contains the pattern entered by the user.
11493 (apropos-pattern-quoted): New defvar.
11494 (apropos-regexp): New defvar, containing the regexp corresponding
11495 to apropos-pattern.
11496 (apropos-all-words-regexp): Rename from apropos-all-regexp.
11497 (apropos-read-pattern): New defun. Use it to read pattern arg in
11498 interactive calls; returns list of words for a word list, and
11499 string for a regexp.
11500 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
11501 parses a list of words or regexp as returned by apropos-read-pattern.
11502 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
11503 (apropos-score-doc): Return a very high score if the string
11504 entered by the user matches literally.
11505 (apropos-variable): Doc fix. Use apropos-read-pattern.
11506 (apropos-command): Doc fix. Use apropos-read-pattern and
11507 apropos-parse-pattern. Call apropos-print with nosubst=t.
11508 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
11509 apropos-parse-pattern.
11510 (apropos-documentation): Doc fix. Use apropos-read-pattern and
11511 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
11512 apropos-documentation-sort-by-scores. Call apropos-print with
11513 nosubst=t.
11514 (apropos-documentation-internal): Pass doc string through
11515 substitute-key-definition before adding text properties.
11516 Highlight substring matching literal user input if possible.
11517 (apropos-documentation-check-doc-file): Remove locals beg and end.
11518 Fix calculation of score (as added twice). Pass doc string through
11519 substitute-key-definition before adding text properties.
11520 (apropos-documentation-check-elc-file): Pass doc string through
11521 substitute-key-definition before adding text properties.
11522 Highlight substring matching literal user input if possible.
11523 (apropos-print): Add new arg NOSUBST; if set, command and variable
11524 doc strings have already been passed through substitute-key-definition.
11525 Add code to handle apropos-accumulator items without score element
11526 for backwards compatibility (e.g. with woman package).
11527 Only show scores if apropos-sort-by-scores is `verbose'.
11528
11529 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
11530
11531 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
11532 Add jka-compr-load-suffixes to load-suffixes.
11533
11534 * jka-compr.el: Require jka-cmpr-hook.
11535 (jka-compr-info-compress-message, jka-compr-info-compress-program)
11536 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
11537 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
11538 (jka-compr-info-can-append, jka-compr-info-strip-extension)
11539 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
11540 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
11541 (jka-compr-uninstall): Remove entries from
11542 jka-compr-added-to-file-coding-system-alist after they are used.
11543 (jka-compr-error): Remove unused var `curbuf'.
11544 (jka-compr-file-local-copy): Remove unused var `notfound'.
11545
11546 2005-11-10 Romain Francoise <romain@orebokech.com>
11547
11548 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
11549
11550 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
11551
11552 * progmodes/gud.el (gud-menu-map): Move parentheses.
11553 (gdb): New command gud-pv.
11554
11555 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
11556
11557 * tar-mode.el: Remove spurious or unnecessary leading stars
11558 in docstrings.
11559 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
11560 (tar-parse-octal-integer-safe): Use mapc.
11561 (tar-header-block-summarize): Remove unused var `ck'.
11562 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
11563 cleared before. Obey default-enable-multibyte-characters.
11564 Use mapconcat. Simplify setting of tar-header-offset.
11565 (tar-mode-map): Move initialization inside delcaration.
11566 (tar-flag-deleted): Use `abs'.
11567 (tar-expunge-internal): Remove unused var `line'.
11568 (tar-expunge-internal): Don't hardcode point-min==1.
11569 (tar-expunge): Widen while doing set-buffer-multibyte.
11570 (tar-rename-entry): Use file-name-coding-system.
11571 (tar-alter-one-field): Don't hardcode point-min==1.
11572 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
11573 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
11574
11575 2005-11-10 Masatake YAMATO <jet@gyve.org>
11576
11577 * add-log.el (add-log-current-defun): Handle class::method
11578 notation of c++. Fix incorrect comment.
11579
11580 2005-11-10 Alan Mackenzie <acm@muc.de>
11581
11582 * help-fns.el (describe-variable): Make C-h v work when a variable
11583 has variable documentation yet is unbound.
11584
11585 2005-11-10 Masatake YAMATO <jet@gyve.org>
11586
11587 * man.el (Man-highlight-references): Set an empty
11588 string to `Man-arguments' if it is nil.
11589 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
11590
11591 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
11592
11593 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
11594 commenting conventions.
11595
11596 * cus-dep.el (custom-make-dependencies): Simplify.
11597 Better follow the commenting conventions.
11598
11599 2005-11-09 Richard M. Stallman <rms@gnu.org>
11600
11601 * apropos.el (apropos-pattern): Rename from apropos-regexp.
11602 (apropos-orig-pattern): Rename from apropos-orig-regexp.
11603 All uses changed.
11604 (apropos-rewrite-regexp): Doc fix.
11605 (apropos-variable, apropos-command, apropos, apropos-value):
11606 Change prompt; carry through the argument renaming.
11607
11608 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
11609
11610 * find-lisp.el: Require dired.
11611 (find-lisp-find-dired-internal): Do not call
11612 `abbreviate-file-name' on DIR.
11613
11614 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
11615
11616 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
11617
11618 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
11619
11620 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
11621 when using the speedbar.
11622 (gdb): New command gud-pp.
11623 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
11624
11625 2005-11-09 Juri Linkov <juri@jurta.org>
11626
11627 * replace.el (occur-excluded-properties): New defcustom.
11628 (occur-1, occur-engine, occur-accumulate-lines): Use it.
11629
11630 2005-11-08 Jay Belanger <belanger@truman.edu>
11631
11632 * calc/calc-units.el (math-convert-units): Replace any composite
11633 unit by its definition.
11634
11635 2005-11-08 Lars Hansen <larsh@soem.dk>
11636
11637 * emacs-lisp/autoload.el (update-directory-autoloads):
11638 Add obsolete function alias.
11639
11640 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
11641
11642 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
11643 comment-indent-function.
11644 (lisp-comment-indent): Replace by an alias for comment-indent-default.
11645
11646 * reveal.el (reveal-post-command): Rework the handling of
11647 reveal-open-spots, so as to be more reliable. There were several
11648 tricky corner cases where an open spot might be lost, or where
11649 a closed spot might end up on the list of open spots.
11650 Only reveal text that's ellipsised.
11651
11652 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
11653
11654 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
11655
11656 2005-11-07 John Paul Wallington <jpw@gnu.org>
11657
11658 * ibuffer.el (ibuffer): Search iconified frames too when
11659 getting Ibuffer buffer's window.
11660
11661 2005-11-06 Richard M. Stallman <rms@gnu.org>
11662
11663 * progmodes/compile.el (compilation-internal-error-properties):
11664 save-excursion around the computation of MARKER.
11665
11666 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
11667
11668 * textmodes/flyspell.el (flyspell-external-point-words):
11669 flyspell-get-word returns a list, not just a string.
11670
11671 2005-11-06 John Paul Wallington <jpw@pobox.com>
11672
11673 * ibuffer.el (ibuffer): Search all visible frames when getting
11674 Ibuffer buffer's window.
11675
11676 2005-11-07 Masatake YAMATO <jet@gyve.org>
11677
11678 * man.el (Man-reference-regexp): Accept spaces between
11679 `Man-name-regexp' and `Man-section-regexp'.
11680 (Man-apropos-regexp): New variable.
11681 (Man-abstract-xref-man-page): Use value for `Man-target-string'
11682 if available.
11683 (Man-highlight-references, Man-highlight-references0):
11684 Handle the case when `Man-arguments' includes "-k".
11685 (Man-highlight-references0): Rename the argument `TARGET-POS' to
11686 `TARGET'. `TARGET' can be a number, function or nil.
11687
11688 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
11689
11690 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
11691 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
11692 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
11693 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
11694 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
11695 (gdb-send-item): Use buffer-local-value and simplify.
11696
11697 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
11698
11699 * startup.el (command-line): Use `custom-reevaluate-setting' for
11700 `global-font-lock-mode'.
11701
11702 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
11703 by default, except in batch mode or when the -D option is given.
11704
11705 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
11706 specified keyword args on to `define-minor-mode'. Update docstring.
11707
11708 2005-11-05 Romain Francoise <romain@orebokech.com>
11709
11710 * replace.el (occur-engine): Add marker at end of line, too.
11711
11712 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
11713
11714 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11715 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11716 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11717 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11718 argument to all these routines, so the passphrase can be managed
11719 externally and passed in to the system.
11720 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11721 pgg-add-passphrase-to-cache function.
11722
11723 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11724 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11725 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11726 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11727 argument to all these routines, so the passphrase can be managed
11728 externally and passed in to the system.
11729 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11730 function.
11731
11732 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
11733
11734 * font-lock.el: Don't deal with font-lock-face-attributes here,
11735 move the code ...
11736
11737 * startup.el (command-line): ... here. Use face-spec-set instead
11738 of custom-declare-face.
11739
11740 * faces.el (face-spec-set): Reset the face if spec is not nil.
11741
11742 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11743
11744 * newcomment.el (comment-region-internal): Box more tightly in the
11745 common case where there's no TAB in the boxed text.
11746
11747 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11748
11749 * info.el (info-tool-bar-map): Use images prev-node, next-node and
11750 up-node.
11751
11752 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
11753
11754 * newsticker.el: Commentary updated. Code formatting changed.
11755 (newsticker-version): Change to "1.9".
11756 (newsticker, newsticker-feed): Doc fix.
11757 (newsticker-url-list): Doc fix. Add option "Weekly".
11758 (newsticker-retrieval-interval): Add option "Weekly".
11759 (newsticker-headline-processing): Doc fix.
11760 (newsticker-auto-mark-filter): Remove.
11761 (newsticker-auto-mark-filter-list): New.
11762 (newsticker-layout, newsticker-sort-method): Doc fix.
11763 (newsticker-hide-old-items-in-newsticker-buffer)
11764 (newsticker-heading-format, newsticker-item-format)
11765 (newsticker-desc-format): Doc fix.
11766 (newsticker-show-all-rss-elements): Remove.
11767 (newsticker-show-all-news-elements): New.
11768 (newsticker-faces, newsticker-ticker): Doc fix.
11769 (remove-from-invisibility-spec): Code formatting.
11770 (newsticker--process-ids): New.
11771 (newsticker-mode): Doc fix.
11772 (newsticker-mode): Change mode-line-format.
11773 (newsticker-start): Remove debug output.
11774 (newsticker-start-ticker): Doc fix. Add autoload cookie.
11775 (newsticker-w3m-show-inline-images): Code formatting.
11776 (newsticker-next-item): Call `force-mode-line-update'.
11777 (newsticker-previous-item): Call `force-mode-line-update'.
11778 (newsticker-next-feed): Call `force-mode-line-update'.
11779 (newsticker-previous-feed): Call `force-mode-line-update'.
11780 (newsticker-mark-all-items-at-point-as-read): Code formatting.
11781 (newsticker-show-old-items): Do not show descs.
11782 (newsticker-hide-entry): Hide too much.
11783 (newsticker-hide-entry, newsticker-show-entry)
11784 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
11785 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
11786 (newsticker-toggle-auto-narrow-to-item): Code formatting.
11787 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
11788 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
11789 (newsticker-get-news): Call `force-mode-line-update'.
11790 Collect process ids.
11791 (newsticker--sentinel): Change coding system handling.
11792 Move image retrieval to new functions newsticker--get-logo-url-*.
11793 Move feed parsing to new functions newsticker--parse-*.
11794 Update list of process ids.
11795 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
11796 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
11797 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
11798 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
11799 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11800 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
11801 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
11802 (newsticker--decode-coding-string): Remove.
11803 (newsticker--decode-numeric-entities): Check input. Format code.
11804 (newsticker--remove-whitespace): Check input.
11805 (newsticker--do-forget-preformatted): Doc fix.
11806 (newsticker--decode-rfc822-date): Allow for missing time.
11807 (newsticker--update-process-ids): New.
11808 (newsticker--image-sentinel): Change comment.
11809 (newsticker--image-read): Change error message.
11810 (newsticker--imenu-goto): Doc fix. Show headline title.
11811 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
11812 (newsticker--buffer-do-insert-text): Clean whitespace in
11813 html-rendered headline title. Code formatting.
11814 Call `newsticker--buffer-print-extra-elements'.
11815 (newsticker--buffer-print-extra-element): Remove.
11816 (newsticker--buffer-print-extra-elements): New.
11817 (newsticker--buffer-do-print-extra-element): New.
11818 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
11819 large sizes.
11820 (newsticker--run-auto-mark-filter)
11821 (newsticker--do-run-auto-mark-filter):
11822 Use `newsticker-auto-mark-filter-list'.
11823
11824 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
11825
11826 * net/rcirc.el: Use split-string OMIT-NULLS argument.
11827 (rcirc-print): Force redisplay before running hooks. Do long
11828 buffer truncation after making new text read-only. Deal with nil
11829 text when decoding strings. If TARGET is nil, use either the
11830 currently selected buffer, if it is an rcirc buffer and of the
11831 same process or the process buffer.
11832 (rcirc-mode): Remove header-line. Recompute short buffer names.
11833 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
11834 (rcirc-short-buffer-name): Add variable.
11835 (rcirc-kill-buffer-hook): Recompute short buffer names.
11836 Remove nick from private channel.
11837 (rcirc-send-input): Send command text to current-buffer.
11838 Don't clear overlay arrow here.
11839 (rcirc-short-buffer-name): Return a short buffer name.
11840 (rcirc-update-short-buffer-names, rcirc-abbreviate)
11841 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
11842 buffer-name abbreviations.
11843 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
11844 Do not touch nick-table when killing a parted channel.
11845 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
11846 Clear arrow from current buffer if it is now hidden.
11847 (rcirc-current-buffer): Add variable.
11848 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
11849 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
11850 Remove -face from names.
11851 (rcirc-update-activity-string): Print "DND" when globally ignoring
11852 activity.
11853 (rcirc-ignore-buffer-activity-flag): Rename from
11854 rcirc-ignore-channel-activity.
11855 (rcirc-ignore-all-activity-flag): Doc fix.
11856 (rcirc-channels): Remove variable.
11857 (rcirc-kill-buffer-hook):
11858 (rcirc-get-buffer-create): Add nick to private channel.
11859 (rcirc-multiline-edit-submit): Remove tabs.
11860 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
11861 folded.
11862 (rcirc-remove-nick-channel): Bug fix.
11863 (rcirc-toggle-ignore-buffer-activity): Rename from
11864 rcirc-toggle-ignore-channel-activity.
11865 (rcirc-record-activity): Add buffers to the front of the list.
11866 (rcirc-update-activity): Remove killed buffers from list.
11867 (rcirc-process-server-response-1): Remove last argument if it is
11868 null before calling handler.
11869 (rcirc): Add "rcirc" defcustom prefix.
11870 (rcirc-prompt): Simplify default prompt.
11871 Use custom-initialize-default.
11872 (rcirc-private-chats): Remove variable.
11873 (rcirc-prompt): Change initialization.
11874 (rcirc-version): Remove function.
11875 (rcirc-id-string): Add constant.
11876 (rcirc-last-buffer): Remove variable.
11877 (rcirc-buffer-alist): Add variable.
11878 (rcirc-connect): Update variable setup.
11879 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
11880 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
11881 default.
11882 (rcirc-handler-generic): Trigger activity.
11883 (rcirc-send-message): Create the buffor of the target.
11884 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
11885 (rcirc-get-buffer): Just return nil if there is no matching buffer.
11886 (rcirc-multiline-edit-cancel): Remove function.
11887 (rcirc-set-last-buffer): Remove function.
11888 (rcirc-get-any-buffer): Add function.
11889 (rcirc-join-channels): Don't print /join text.
11890 (rcirc-toggle-ignore-channel-activity): Add and update echo area
11891 messages.
11892 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
11893 (rcirc-handler-NOTICE): Recognize CTCP responses.
11894 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
11895 constructing TOPIC string for buffers we are not JOINed.
11896 (rcirc-handler-CTCP-response): Add handler.
11897 (rcirc-multiline-edit-submit): Restore the window-configuration
11898 before adjusting point.
11899 (rcirc): Add customization group.
11900 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
11901 (rcirc-user-full-name, rcirc-startup-channels-alist)
11902 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
11903 (rcirc-ignore-all-activity-flag, rcirc-time-format)
11904 (rcirc-input-ring-size, rcirc-read-only-flag)
11905 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
11906 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
11907 Change defvar to defcustom.
11908 (rcirc-update-prompt): Add optional ALL arg, which will update
11909 prompts in all rcirc buffers. Regexp quote replacement text.
11910 (rcirc-fill-column): Accept frame-width as a value.
11911 (rcirc-set-changed): Add function.
11912 (rcirc-next-active-buffer): Write more meaningful messages.
11913 (rcirc-faces): Add customization group.
11914 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
11915 (rcirc-nick-in-message-face, rcirc-prompt-face)
11916 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
11917 (with-rcirc-process-buffer): Move before first usage.
11918 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
11919 (rcirc-debug-flag): Rename from `rcirc-log-p'.
11920 (rcirc-debug): Rename from `rcirc-log'.
11921 (rcirc-format-response-string): Do not print `-' chars for a
11922 NOTICE with no sender. Simplify output of server responses.
11923
11924 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
11925
11926 (rcirc-browse-url-map, rcirc-browse-url-at-point)
11927 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
11928 Make urls mouse and RET clickable.
11929
11930 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
11931
11932 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
11933
11934 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
11935
11936 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11937 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11938 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11939 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11940 argument to all these routines, so the passphrase can be managed
11941 externally and passed in to the system.
11942 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11943 pgg-add-passphrase-to-cache function.
11944
11945 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11946 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11947 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11948 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11949 argument to all these routines, so the passphrase can be managed
11950 externally and passed in to the system.
11951 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11952 function.
11953
11954 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
11955
11956 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
11957 from goto-address-url-regexp.
11958
11959 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
11960
11961 * textmodes/org.el (org-read-date, org-goto-calendar)
11962 (org-recenter-calendar, org-agenda-goto-calendar):
11963 Temporarily clear `calendar-move-hook'.
11964
11965 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
11966
11967 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
11968 merging.
11969
11970 * ediff-util.el (ediff-previous-difference): Don't skip regions that
11971 have merge clashes.
11972
11973 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11974
11975 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11976 Undo previous change.
11977
11978 * startup.el (command-line): Use `custom-reevaluate-setting' for
11979 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
11980 tty-register-default-colors on Mac.
11981
11982 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11983
11984 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
11985 (gdb-buffer-type): Make it automatically buffer local...
11986 (gdb-get-create-buffer): ...and set it accordingly.
11987 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
11988 actually work.
11989
11990 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
11991
11992 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
11993 not red.
11994
11995 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11996
11997 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
11998 case GUD buffer is not visible.
11999 (gdb-goto-breakpoint): Try to force display in source buffer.
12000 (gdb-frame-gdb-buffer): Copy other similar functions.
12001 (gdb-restore-windows): Don't display source if not asked for.
12002 (gdb-assembler-buffer-name): Don't capitalise.
12003
12004 2005-11-03 Richard M. Stallman <rms@gnu.org>
12005
12006 * wid-edit.el (key-sequence): New widget type.
12007
12008 * simple.el (set-mark-command-repeat-pop): New variable.
12009 (set-mark-command): Only interpret plan C-@ after a pop as a pop
12010 if set-mark-command-repeat-pop is true.
12011
12012 * info.el (Info-fontify-node): Don't display extra "see" if there
12013 already is one here.
12014
12015 * mouse.el: Fix special handling of DEL after dragging a region:
12016 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
12017 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
12018
12019 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
12020
12021 * textmodes/ispell.el (ispell-command-loop): Change `i' description
12022 not to assume it pertains to an affix.
12023
12024 * textmodes/flyspell.el (flyspell-post-command-hook):
12025 Bind deactivate-mark to prevent deactivation.
12026
12027 2005-11-03 Lars Hansen <larsh@soem.dk>
12028
12029 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
12030 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
12031 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
12032
12033 2005-11-03 Romain Francoise <romain@orebokech.com>
12034
12035 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
12036 Update copyright years.
12037
12038 2005-11-03 Sam Steingold <sds@gnu.org>
12039
12040 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12041 Use system-type instead of window-system because window-system is not
12042 correctly defined during loadup.
12043
12044 2005-11-02 Mark A. Hershberger <mah@everybody.org>
12045
12046 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
12047 (xml-parse-tag): Join strings separated by a comment properly.
12048
12049 2005-11-02 Andreas Schwab <schwab@suse.de>
12050
12051 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
12052
12053 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
12054
12055 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
12056 (byte-optimize-pure-func): Quote the eval'd value.
12057
12058 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
12059 Rename from perl-font-lock-syntactic-face-function.
12060 Change the calling convention so it can be used as a font-lock MATCHER.
12061 Do the parse-partial-sexp loop outselves.
12062 (perl-font-lock-syntactic-keywords): Use it.
12063 (perl-mode): Don't set font-lock-syntactic-face-function any more.
12064
12065 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
12066
12067 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
12068 disassembly buffer too.
12069 (gdb-exited): Remove overlay arrows when execution has finished.
12070 (gdb-info-frames-custom, gdb-info-threads-custom)
12071 (gdb-info-registers-custom): Don't add inappropriate text
12072 properties if inferior is not active.
12073
12074 2005-11-02 Glenn Morris <rgm@gnu.org>
12075
12076 * progmodes/fortran.el (fortran-blink-match):
12077 Use `blink-matching-delay'.
12078
12079 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
12080
12081 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
12082
12083 2005-11-02 Lars Hansen <larsh@soem.dk>
12084
12085 * net/tramp.el (tramp-action-out-of-band): Handle scp message
12086 "Permission denied".
12087
12088 2005-11-01 Richard M. Stallman <rms@gnu.org>
12089
12090 * textmodes/flyspell.el (flyspell-external-point-words):
12091 Pass nil to flyspell-get-word.
12092
12093 2005-11-02 Kim F. Storm <storm@cua.dk>
12094
12095 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
12096 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
12097
12098 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
12099
12100 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
12101 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
12102 (calendar-mouse-print-dates): Add optional `event' argument.
12103 Update interactive-spec.
12104 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
12105 Use `calendar-event-to-date' instead of `event'.
12106
12107 2005-11-02 Masatake YAMATO <jet@gyve.org>
12108
12109 * progmodes/ld-script.el (ld-script-builtins):
12110 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
12111 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
12112 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
12113
12114 2005-11-01 Romain Francoise <romain@orebokech.com>
12115
12116 * vc-sccs.el: Update copyright year.
12117 * ezimage.el: Likewise.
12118
12119 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
12120
12121 * info.el (Info-fontify-node): Use `string-width' for fontifying
12122 underlined titles.
12123
12124 2005-11-01 Juri Linkov <juri@jurta.org>
12125
12126 * info.el (Info-fontify-node): Downcase node header keywords Node,
12127 Prev, Next, Up before comparison.
12128 (Info-history): Insert absolute directory name, and put invisible
12129 property on it.
12130
12131 2005-11-01 Juri Linkov <juri@jurta.org>
12132
12133 * info.el (Info-file-supports-index-cookies): New variable.
12134 (Info-find-node-2): Check makeinfo version for index cookie support.
12135 (Info-index-nodes): Search for nodes with index cookies only when
12136 Info-file-supports-index-cookies is t. Otherwise, search nodes
12137 with "Index" in the node name.
12138 (Info-index-node): Search index cookie in the current node only when
12139 Info-file-supports-index-cookies is t. Otherwise, check the word
12140 "Index" in the node name.
12141 (Info-find-emacs-command-nodes): Remove code that searches nodes
12142 with "Index" node name in the top menu.
12143
12144 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
12145
12146 * progmodes/scheme.el (scheme-mode-variables): Use the default
12147 comment-indent-function.
12148
12149 * faces.el (face-attribute): Handle the case where a face inherits from
12150 a non-existent face.
12151
12152 * simple.el (eval-expression-print-format): Use lisp-readable syntax
12153 for octal and hexa output, and merge the char into the paren.
12154 (kill-new): Use push.
12155 (copy-to-buffer): Use with-current-buffer.
12156 (completion-setup-function): Move code in loop to remove redundancy.
12157 (minibuffer-local-must-match-map): Don't add bindings that duplicate
12158 those inherited from minibuffer-local-completion-map.
12159
12160 * savehist.el (savehist-mode) <defcustom>:
12161 Use custom-set-minor-mode if available.
12162 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
12163 and emit a message if applicable.
12164
12165 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
12166
12167 * savehist.el: Sync up to version 19.
12168 (savehist-mode): New minor mode.
12169 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
12170 (savehist-length): Remove (use history-length instead).
12171 (savehist-file-modes): Rename from savehist-modes.
12172 (savehist-save-hook, savehist-loaded): New vars.
12173 (savehist-load): Use savehist-mode. Try to smooth up transition from
12174 old format to new format.
12175 (savehist-install): Allow savehist-autosave-interval to be nil.
12176 (savehist-save): Run the new hook. Be more careful to only trim the
12177 history variables.
12178 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
12179 (savehist-printable): Print into a buffer rather than char-by-char.
12180
12181 2005-11-01 John Wiegley <johnw@newartisans.com>
12182
12183 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
12184 toggle-ignore keybinding (C-a). The author said it had been
12185 disabled much earlier due to a possible incompatibility, but after
12186 many months of usage I have encountered no problems (and it is a
12187 rather useful option, especially for switching to " *temp*").
12188
12189 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
12190 support for OS/X's AddressBook, by calling out to the open source
12191 program "contacts" (installable through Fink).
12192
12193 * net/eudc.el (eudc-expand-inline): If the
12194 `eudc-multiple-match-handling-method' is set to `all', delete the
12195 query string before inserting the query result.
12196
12197 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
12198 flag, to prevent Eshell from using the system ls when
12199 `eshell-ls-insert-directory' is in used.
12200 (eshell-ls-insert-directory): Disable font-lock in directory
12201 buffer so that Eshell's own fontification is seen. This broke
12202 recently due to changes in font-lock, so this goes back to version
12203 21 behavior.
12204
12205 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
12206
12207 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
12208 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
12209 (gdb-many-windows): Doc fix.
12210
12211 2005-10-31 Romain Francoise <romain@orebokech.com>
12212
12213 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
12214
12215 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
12216
12217 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
12218 that global-font-lock-mode can be enabled by default.
12219
12220 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
12221 (font-lock-add-keywords, font-lock-remove-keywords)
12222 (font-lock-fontify-buffer): Remove autoload cookies.
12223
12224 * jit-lock.el (jit-lock-register): Likewise.
12225
12226 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
12227
12228 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
12229
12230 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
12231 intact if there is no gud-comint-buffer.
12232
12233 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
12234
12235 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
12236 old prompt comint-prompt-read-only is t and GDB commands are
12237 issued from tool bar etc.
12238
12239 2005-10-31 Masatake YAMATO <jet@gyve.org>
12240
12241 * vc.el (vc-directory-exclusion-list): Add "{arch}".
12242
12243 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
12244
12245 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
12246 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
12247
12248 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
12249
12250 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
12251 starting at beginning of line. Fontification is messed up when
12252 `open-paren-in-column-0-is-defun-start' set to t.
12253 Reported by John Paul Wallington <jpw@pobox.com>.
12254
12255 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
12256
12257 * comint.el (comint-send-input): Call `comint-update-fence' when
12258 `comint-process-echoes' and `comint-prompt-read-only' are both
12259 non-nil, to avoid leftover read-only newline.
12260
12261 2005-10-30 Richard M. Stallman <rms@gnu.org>
12262
12263 * textmodes/flyspell.el (flyspell-external-point-words):
12264 Detect when WORD can't be checked properly because
12265 flyspell-get-word finds just part of it, and move on.
12266
12267 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
12268 boundarychar for Polish.
12269 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
12270 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
12271
12272 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
12273
12274 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
12275 (gdb-registers-font-lock-keywords): Delete.
12276 (gdb-registers-mode): Don't fontify.
12277 (gdb-info-registers-custom): Use text properties instead as, in
12278 future, changed register values will use font-lock-warning-face.
12279 (gdb-local-font-lock-keywords): Rename to...
12280 (gdb-locals-font-lock-keywords): ...for consistency.
12281
12282 2005-10-30 Andre Spiegel <spiegel@gnu.org>
12283
12284 * vc.el (vc-switch-backend): Better error message if the buffer is
12285 not visiting a file under version control.
12286
12287 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
12288
12289 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
12290
12291 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
12292 ~/.emacs.d/.emacs.
12293
12294 2005-10-29 Richard M. Stallman <rms@gnu.org>
12295
12296 * replace.el (occur-mode-mouse-goto): Always go to other window.
12297 (occur-mode-goto-occurrence): Always switch in same window.
12298
12299 * simple.el (undo): Display message at end, not at start.
12300
12301 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
12302 New arg REUSE-CELL.
12303 (cancel-timer-internal): New function.
12304 (timer-event-handler): Use cancel-timer-internal,
12305 and pass the cell it returns to timer-activate...
12306
12307 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
12308 (jit-lock-deferred-fontify, jit-lock-context-fontify)
12309 (jit-lock-after-change): Test memory-full.
12310
12311 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
12312
12313 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12314 part of the decoded armor to find the key-identifier.
12315 (pgg-gpg-lookup-key-owner): New function to return the
12316 human-readable identifier of a key owner.
12317 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
12318 key itself.
12319 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12320 the key value) if we have a key and can match it against a secret
12321 key. Also, added a note pointing out fact that the prompt only
12322 indicates the first matching key.
12323
12324 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
12325 pgg-decrypt-region.
12326 (pgg-pending-timers): A new hash for tracking the passphrase cache
12327 timers, so that new ones supercede old ones.
12328 (pgg-add-passphrase-to-cache): Rename from
12329 `pgg-add-passphrase-cache' to reduce confusion (all callers
12330 changed). Modified to cancel old timers when new ones are added.
12331 (pgg-remove-passphrase-from-cache): Rename from
12332 `pgg-remove-passphrase-cache' to reduce confusion (all callers
12333 changed). Modified to cancel old timers when their keys are
12334 removed from the cache.
12335 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
12336 XEmacs, an indirection to delete-itimer.
12337 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
12338 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
12339 users can only check cache without risk of prompting. Correct bug in
12340 notruncate behavior.
12341 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
12342 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
12343 Add informative docstrings.
12344 (pgg-decrypt): Convey provided passphrase in subordinate call to
12345 pgg-decrypt-region.
12346
12347 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12348 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12349 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12350 `passphrase' argument, so the passphrase can be managed externally
12351 and then passed in to the system.
12352
12353 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12354 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
12355 so the passphrase cache can be used reliably with identifiers
12356 besides a pgp packet's key id.
12357
12358 * pgg-gpg.el (pgg-pgp-encrypt-region)
12359 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12360 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12361 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12362 argument to all these routines, so the passphrase can be managed
12363 externally and passed in to the system.
12364
12365 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12366 `notruncate' argument, so the passphrase cache can be used
12367 reliably with identifiers besides a pgp packet's key id.
12368
12369 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
12370
12371 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12372 symmetric encryption.
12373 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12374 encrypted session key.
12375 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12376 message ask for the passphrase in a proper way.
12377
12378 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12379 New user commands for symmetric encryption.
12380
12381 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
12382
12383 * textmodes/conf-mode.el (conf-assignment-sign)
12384 (conf-assignment-regexp): Fix docstrings.
12385 (conf-mode-initialize): New function.
12386 (conf-mode): Remove optional args. Use delay-mode-hooks to
12387 recognize recursive calls.
12388 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
12389 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
12390 (conf-xdefaults-mode): Use define-derived-mode and
12391 conf-mode-initialize.
12392
12393 2005-10-29 Romain Francoise <romain@orebokech.com>
12394
12395 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
12396
12397 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
12398
12399 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12400 part of the decoded armor to find the key-identifier.
12401 (pgg-gpg-lookup-key-owner): New function to return the
12402 human-readable identifier of a key owner.
12403 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
12404 key itself.
12405 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12406 the key value) if we have a key and can match it against a secret
12407 key. Also, added a note pointing out fact that the prompt only
12408 indicates the first matching key.
12409
12410 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
12411 pgg-decrypt-region.
12412 (pgg-pending-timers): A new hash for tracking the passphrase cache
12413 timers, so that new ones supercede old ones.
12414 (pgg-add-passphrase-to-cache): Rename from
12415 `pgg-add-passphrase-cache' to reduce confusion (all callers
12416 changed). Modified to cancel old timers when new ones are added.
12417 (pgg-remove-passphrase-from-cache): Rename from
12418 `pgg-remove-passphrase-cache' to reduce confusion (all callers
12419 changed). Modified to cancel old timers when their keys are
12420 removed from the cache.
12421 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
12422 XEmacs, an indirection to delete-itimer.
12423 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
12424 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
12425 users can only check cache without risk of prompting. Correct bug in
12426 notruncate behavior.
12427 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
12428 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
12429 Add informative docstrings.
12430 (pgg-decrypt): Convey provided passphrase in subordinate call to
12431 pgg-decrypt-region.
12432
12433 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
12434
12435 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12436 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12437 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12438 `passphrase' argument, so the passphrase can be managed externally
12439 and then passed in to the system.
12440
12441 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12442 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
12443 so the passphrase cache can be used reliably with identifiers
12444 besides a pgp packet's key id.
12445
12446 * pgg-gpg.el (pgg-pgp-encrypt-region)
12447 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
12448 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
12449 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
12450 argument to all these routines, so the passphrase can be managed
12451 externally and passed in to the system.
12452
12453 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12454 `notruncate' argument, so the passphrase cache can be used
12455 reliably with identifiers besides a pgp packet's key id.
12456
12457 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
12458
12459 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12460 symmetric encryption.
12461 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12462 encrypted session key.
12463 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12464 message ask for the passphrase in a proper way.
12465
12466 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12467 New user commands for symmetric encryption.
12468
12469 2005-10-28 Bill Wohler <wohler@newt.com>
12470
12471 * help-mode.el (help-url): New button type. Calls browse-url.
12472 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
12473 Similar to Info nodes: URL `url'.
12474 (help-make-xrefs): Create help-url buttons for
12475 help-xref-url-regexp matches.
12476
12477 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
12478
12479 * tool-bar.el (tool-bar-add-item-from-menu)
12480 (tool-bar-local-item-from-menu): Fix doc strings.
12481
12482 2005-10-28 Romain Francoise <romain@orebokech.com>
12483
12484 * ldefs-boot.el: Update.
12485
12486 * subr.el (locate-library): Move from help-fns.el.
12487 * help-fns.el (locate-library): Move to subr.el.
12488
12489 2005-10-28 Richard M. Stallman <rms@gnu.org>
12490
12491 * net/tramp.el (tramp-completion-mode): defvar moved up.
12492
12493 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
12494
12495 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
12496
12497 * files.el (find-file-noselect): Use %d to format large file size.
12498
12499 * bindings.el (mode-line-format): Add %e.
12500
12501 * loadup.el ("facemenu"): Load unconditionally.
12502 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
12503 ("x-dnd"): Load, when appropriate.
12504
12505 * startup.el (command-line): Call before-init-hook earlier.
12506 Warn about some bad characters in -u user name.
12507
12508 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
12509 (flyspell-external-point-words): Error if misspelled word is not found.
12510 Set flyspell-large-region-beg at end of word.
12511
12512 2005-10-28 Andreas Schwab <schwab@suse.de>
12513
12514 * view.el (View-revert-buffer-scroll-page-forward):
12515 Use view-page-size-default.
12516
12517 2005-10-28 Juri Linkov <juri@jurta.org>
12518
12519 * international/quail.el (quail-get-current-str): Translate last
12520 raw character for deterministic input methods.
12521
12522 2005-10-27 Jay Belanger <belanger@truman.edu>
12523
12524 * calc/calc-ext.el: Add functions to autoloads.
12525 (math-identity-matrix-p, math-ident-row-p): New functions.
12526
12527 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
12528 multiplication by an identity matrix; don't turn multiplication by
12529 an inverse matrix into division.
12530 (math-div-symbol-fancy): Replace division by matrices with
12531 multiplication by inverse.
12532
12533 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
12534
12535 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
12536 (calc-writeoutpower): New functions.
12537
12538 2005-10-27 Romain Francoise <romain@orebokech.com>
12539
12540 * replace.el (occur-engine): Include colon in mouse-face highlight.
12541
12542 * dired-x.el: Change Maintainer field.
12543
12544 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
12545
12546 * longlines.el (longlines-mode): Bind after-change-functions to
12547 nil during initial decoding and final encoding.
12548
12549 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
12550
12551 * term.el (term-emulate-terminal, term-handle-colors-array)
12552 (term-handle-ansi-escape): Specify the terminfo capabilities
12553 implemented.
12554
12555 2005-10-26 Richard M. Stallman <rms@gnu.org>
12556
12557 * info.el (Info-fontify-node): Fix detection of sentence-break
12558 before *Note.
12559
12560 2005-10-26 Romain Francoise <romain@orebokech.com>
12561
12562 * smerge-mode.el: Add `tools' to file keywords.
12563
12564 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
12565
12566 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
12567 when the fringe is not available.
12568
12569 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
12570 (def-gdb-auto-update-trigger): Simplify construction.
12571 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
12572 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
12573 defined explicitly.
12574 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
12575 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
12576 defined explicitly.
12577 (gdb-info-locals-custom): Remove as it's a no-op.
12578
12579 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
12580
12581 * longlines.el (longlines-mode): Remove narrowing before
12582 performing the initial decoding or final encoding.
12583
12584 2005-10-25 Romain Francoise <romain@orebokech.com>
12585
12586 * emacs-lisp/find-func.el (find-library-name): Also strip
12587 extension if library name ends in .el, to take advantage of
12588 `find-library-suffixes'.
12589
12590 2005-10-25 Richard M. Stallman <rms@gnu.org>
12591
12592 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
12593
12594 2005-10-25 Juri Linkov <juri@jurta.org>
12595
12596 * textmodes/texinfo.el (texinfo-mode): Change charset of one
12597 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
12598
12599 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12600
12601 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
12602 (blackbox-redefine-key): Add argument `map'.
12603
12604 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
12605 regions when moving the jit-lock-context-unfontify-pos boundary.
12606
12607 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
12608
12609 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
12610
12611 2005-10-25 Masatake YAMATO <jet@gyve.org>
12612
12613 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
12614
12615 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
12616
12617 * play/blackbox.el (blackbox-redefine-key): New function.
12618 (blackbox-mode-map): Use it to remap existing bindings for cursor
12619 motion instead of binding literal keys.
12620
12621 2005-10-25 Glenn Morris <rgm@gnu.org>
12622
12623 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
12624 diary does not end in a newline. Do not assume a blank line at
12625 the start of the diary file.
12626
12627 2005-10-25 Kenichi Handa <handa@m17n.org>
12628
12629 * international/quail.el (quail-translate-key): If the input
12630 method is deterministic and failed to handle the last key, restart
12631 the key handling loop from an appropriate key.
12632
12633 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
12634
12635 * vc.el (vc-dired-mode): Extend comment for binding of
12636 `directory-listing-before-filename-regexp'.
12637
12638 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12639
12640 * textmodes/texinfo.el (texinfo-mode):
12641 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
12642 not to unnecessarily expose emacs-mule's internal char codes.
12643
12644 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
12645
12646 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
12647 Display hand pointer and help-echo on disabled icon too.
12648 (gdb-mouse-until): New function.
12649 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
12650
12651 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
12652
12653 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
12654 with 2005-10-23 change to doctor.el.
12655
12656 * finder.el (finder-mode-map): Add follow-link binding.
12657
12658 2005-10-25 Kim F. Storm <storm@cua.dk>
12659
12660 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
12661 to gdb-mouse-toggle-breakpoint-fringe.
12662 (gdb-mouse-toggle-breakpoint-margin): Rename from
12663 gdb-mouse-toggle-breakpoint. Fix doc.
12664 (gdb-mouse-toggle-breakpoint-fringe): New defun.
12665 (gdb-put-string): Add optional SPROPS arg. Add props to string.
12666 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
12667 string properties also for fringe breakpoint bitmaps.
12668
12669 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
12670
12671 * textmodes/org.el (org-start-icalendar-file): Fix format form.
12672
12673 2005-10-25 Masatake YAMATO <jet@gyve.org>
12674
12675 * simple.el (completion-common-substring):
12676 Use `completion-common-substring' prior to `completion-base-size'.
12677
12678 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
12679
12680 * savehist.el: Require CL while compiling.
12681 (savehist-history-variables): Remove.
12682 (savehist-save-minibuffer-history, savehist-additional-variables)
12683 (savehist-minibuffer-history-variables): New vars.
12684 (savehist-save): Use them.
12685 (savehist-uninstall, savehist-minibuffer-hook): New funs.
12686 (savehist-install): New fun, extracted from savehist-load.
12687 (savehist-load): Use them.
12688
12689 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12690
12691 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
12692 a dummy doc-string-elt property.
12693 (defalias, defvaralias, define-category): Add a docstring property.
12694
12695 * image.el (defimage):
12696 * widget.el (define-widget):
12697 * custom.el (defface, defcustom): Add `doc-string' declaration.
12698
12699 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
12700 (defadvice): Add `doc-string' declaration.
12701
12702 * emacs-lisp/byte-run.el (macro-declaration-function):
12703 Handle `doc-string' declarations.
12704 (define-obsolete-function-alias, define-obsolete-variable-alias):
12705 Add `doc-string' declaration.
12706
12707 2005-10-24 Kenichi Handa <handa@m17n.org>
12708
12709 * international/utf-7.el (utf-7): Add autoload cookie.
12710
12711 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
12712
12713 2005-10-24 Eli Zaretskii <eliz@gnu.org>
12714
12715 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
12716 list of directories passed to batch-update-autoloads. Add "." to
12717 the list of the echoed directories.
12718
12719 * pgg-def.el:
12720 * pgg-gpg.el:
12721 * pgg-parse.el:
12722 * pgg-pgp.el:
12723 * pgg-pgp5.el:
12724 * pgg.el: Moved here from the gnus subdirectory.
12725
12726 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
12727
12728 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
12729 in case comint-prompt-read-only is set to t.
12730
12731 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
12732 in case comint-prompt-read-only is set to t.
12733
12734 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
12735
12736 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
12737 Now a string.
12738 (icalendar-import-format): Handle CLASS, STATUS, URL.
12739 Rename `subject' to `summary'.
12740 (icalendar-import-format-summary): Rename from
12741 `icalendar-import-format-subject'.
12742 (icalendar-import-format-url, icalendar-import-format-status)
12743 (icalendar-import-format-class): New variables.
12744 (icalendar--rris): Take variable argument list.
12745 (icalendar--datestring-to-isodate): Remove unnecessary
12746 calendar-style check when converting dates with explicit month names.
12747 (icalendar-export-region): Change return type of conversion
12748 subroutines. Bury current buffer unless error occurred.
12749 (icalendar--convert-to-ical)
12750 (icalendar--parse-summary-and-rest): New functions.
12751 (icalendar--convert-ordinary-to-ical)
12752 (icalendar--convert-weekly-to-ical)
12753 (icalendar--convert-yearly-to-ical)
12754 (icalendar--convert-block-to-ical)
12755 (icalendar--convert-cyclic-to-ical)
12756 (icalendar--convert-anniversary-to-ical): Change return type.
12757 Strip trailing blanks from subject.
12758 (icalendar--convert-sexp-to-ical): Change return type.
12759 Strip trailing blanks from subject. Handle simple sexp
12760 entries as generated by icalendar.el.
12761 (icalendar--convert-float-to-ical)
12762 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
12763 (icalendar-import-file): Doc fix.
12764 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
12765 Correct call to icalendar--rris.
12766 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
12767 `summary'.
12768 (icalendar--add-diary-entry): Rename `subject' to `summary'.
12769
12770 2005-10-24 Romain Francoise <romain@orebokech.com>
12771
12772 * server.el (server-sentinel): Set query-on-exit flag to nil on
12773 new client processes (it isn't inherited from the server process).
12774
12775 * replace.el (occur-engine): Rearrange text properties.
12776
12777 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
12778
12779 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
12780 case-fold-search is nil.
12781 (debug-help-follow): Use help-xref-interned directly.
12782
12783 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12784
12785 * thumbs.el (thumbs-image-type): Add .pbm.
12786
12787 2005-10-23 Richard M. Stallman <rms@gnu.org>
12788
12789 * faces.el (inhibit-face-set-after-frame-default): New variable.
12790 (set-face-attribute): Bind it.
12791 (face-set-after-frame-default): Test it.
12792
12793 * help-fns.el (describe-simplify-lib-file-name): New function.
12794 (describe-function-1, describe-variable): Use it.
12795
12796 * faces.el (describe-face): Use describe-simplify-lib-file-name.
12797
12798 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
12799 Eliminate nil as possible value.
12800 (tooltip-hide-delay): Reduce internal-border-width.
12801
12802 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
12803 (menu-bar-file-menu) <new-file>: Likewise.
12804
12805 * simple.el (line-move-finish): Ignore fields computing LINE-END.
12806
12807 * international/mule.el (load-with-code-conversion):
12808 Pass full file name to `eval-buffer' unless preloading.
12809
12810 * textmodes/flyspell.el (flyspell-large-region):
12811 Call ispell-check-version.
12812
12813 * textmodes/ispell.el (ispell-local-dictionary-overridden):
12814 Fix the make-variable-buffer-local call that was supposed
12815 to be for this variable.
12816 (ispell-aspell-supports-utf8): Doc fix.
12817 (ispell-find-aspell-dictionaries): Preserve elements of
12818 ispell-dictionary-alist for dictionaries that aspell doesn't report.
12819 (ispell-aspell-find-dictionary): Return nil on error.
12820
12821 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
12822 (doctor-symptoms): Likewise.
12823
12824 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
12825
12826 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12827
12828 * cus-edit.el (custom-button, custom-button-pressed): New vars.
12829 (custom-raised-buttons): Add :set spec.
12830 (custom-button-unraised, custom-button-pressed-unraised):
12831 New faces, so that custom-raised-buttons actually does something.
12832 (custom-mode): Use custom-button and custom-button-pressed.
12833
12834 * wid-edit.el (widget-specify-button): Don't ignore
12835 widget-mouse-face on graphic terminals.
12836 (widget-move-and-invoke): Cleanup.
12837
12838 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
12839
12840 * whitespace.el (whitespace-cleanup): Doc fix.
12841
12842 2005-10-23 Romain Francoise <romain@orebokech.com>
12843
12844 * emulation/viper.el (viper-set-hooks): Quote forms passed to
12845 `eval-after-load' to avoid evaluating their result.
12846
12847 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
12848
12849 * files.el (directory-listing-before-filename-regexp):
12850 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
12851
12852 * dired.el (dired-move-to-filename-regexp): Remove.
12853 All occurences replaced by `directory-listing-before-filename-regexp'.
12854
12855 * dired-x.el, locate.el, vc.el:
12856 Replace `dired-move-to-filename-regexp' by
12857 `directory-listing-before-filename-regexp'. In vc.el it is
12858 overwritten locally; maybe this can be handled in files.el too.
12859
12860 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
12861 replaced by `directory-listing-before-filename-regexp'.
12862
12863 2005-10-23 Andreas Schwab <schwab@suse.de>
12864
12865 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
12866 and eval-next-after-load.
12867
12868 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
12869
12870 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
12871 exist, create it.
12872
12873 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
12874
12875 * allout.el: Remove autoloads for mailcrypt and crypt++.
12876 Require pgg, pgg-gpg during compilation.
12877 (allout-version): Increment version number to 2.1, and use a literal
12878 rather than RCS Id.
12879 (allout-default-encryption-scheme): Remove.
12880 (allout-passphrase-verifier-handling)
12881 (allout-passphrase-verifier-string)
12882 (allout-file-passphrase-verifier-string)
12883 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
12884 (allout-passphrase-hint-handling): Rename and simplify.
12885 (allout-init): Use `find-file-hook' if available, otherwise
12886 `find-file-hooks'.
12887 (allout-mode): Use `write-file-functions' if available, otherwise
12888 `local-write-file-hooks' and, instead of making auto-save-hook
12889 buffer local, make the write-file-hook activity contingent to
12890 allout-mode.
12891 (allout-mode): Use key-binding substitution in the docstring.
12892 (allout-kill-line): Spell-out kill ring data structure mutation
12893 instead of using byte-compiler-complaint-provoking `pop'.
12894 (allout-insert-listified): Use `insert' rather than `insert-string'
12895 (allout-toggle-current-subtree-encryption): Update docstring, adjust
12896 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
12897 (allout-encrypt-string): Totally revamped vis new underlying
12898 encryption facilities.
12899 (allout-mc-activate-passwd): Remove.
12900 (allout-obtain-passphrase): New, more or less replaces
12901 allout-mc-activate-passwd.
12902 (allout-encrypted-key-info): More or less replaces
12903 allout-encrypted-text-type.
12904 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
12905 (my-mark-marker): Use `(featurep 'xemacs)'.
12906
12907 2005-10-23 Lars Hansen <larsh@soem.dk>
12908
12909 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
12910 (byte-compile-file-form-defmumble, byte-compile-defun)
12911 (byte-compile-defmacro): Use it.
12912 (byte-compile-form): Don't call byte-compile-set-symbol-position
12913 when a byte-compile handler is called.
12914
12915 2005-10-22 Romain Francoise <romain@orebokech.com>
12916
12917 * savehist.el (savehist-history-variables): Add `grep-find-history'.
12918
12919 * subr.el (eval-after-load): Convert library name to an absolute
12920 file name using locate-library, since load-history no longer has
12921 library names in it.
12922
12923 2005-10-22 Richard M. Stallman <rms@gnu.org>
12924
12925 * files.el (make-temp-file): Move from subr.el.
12926 * subr.el (make-temp-file): Move to files.el.
12927
12928 * window.el (get-buffer-window-list): Move from subr.el.
12929 * subr.el (get-buffer-window-list): Move to window.el.
12930
12931 * image.el (image-load-path): Use eval-at-startup to initialize.
12932
12933 * subr.el (eval-at-startup): New macro.
12934
12935 * subr.el: Much rearrangement of functions and division
12936 into pages. No code changes.
12937
12938 2005-10-22 Kenichi Handa <handa@m17n.org>
12939
12940 * tar-mode.el (tar-extract): Be sure to call
12941 find-operation-coding-system if set-auto-coding doesn't find a
12942 coding system.
12943
12944 2005-10-22 Kim F. Storm <storm@cua.dk>
12945
12946 * image.el (image-type-header-regexps): Rename from image-type-regexps.
12947 Change users.
12948 (image-type-file-name-regexps): New defconst.
12949 (image-type-from-data): Simplify loop.
12950 (image-type-from-buffer): New defun.
12951 (image-type-from-file-header): Use it instead of image-type-from-data.
12952 Use image-search-load-path instead of only looking in data-directory.
12953 (image-type-from-file-name): New defun.
12954 (image-search-load-path): Change `pathname' to `filename'.
12955 Make PATH arg optional, default to image-load-path.
12956
12957 2005-10-21 Richard M. Stallman <rms@gnu.org>
12958
12959 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
12960
12961 * textmodes/paragraphs.el (sentence-end-base): New variable.
12962 (sentence-end): Use sentence-end-base.
12963
12964 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12965
12966 * font-lock.el (font-lock-default-fontify-region): Check the multiline
12967 property independently from the font-lock-multiline variable.
12968
12969 2005-10-21 Richard M. Stallman <rms@gnu.org>
12970
12971 * emacs-lisp/find-func.el (find-library-name): Doc fix.
12972
12973 * startup.el (command-line): Convert library names
12974 in `load-history' to absolute file names.
12975
12976 * subr.el (symbol-file): Doc fix.
12977
12978 * loadhist.el (file-loadhist-lookup): Call locate-library
12979 instead of find-library-name. Don't try converting
12980 abs file names to library names, since load-history no longer
12981 has library names in it.
12982 (file-dependents, file-provides, file-requires): Doc fixes.
12983
12984 2005-10-21 Juri Linkov <juri@jurta.org>
12985
12986 * progmodes/etags.el (tags-table-mode): New function.
12987 (tags-verify-table): Replace initialize-new-tags-table with
12988 tags-table-mode.
12989
12990 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
12991 default value.
12992 (desktop-modes-not-to-save): Add tags-table-mode to the
12993 default value.
12994
12995 * info.el (Info-index-next): Add total number of index
12996 alternatives to the message.
12997
12998 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
12999 backward only space (instead of space and period) before looking
13000 at sentence end.
13001
13002 * simple.el (set-variable): Use user-variable-p instead of symbolp.
13003 Add the old variable value as 4th default-value arg of read-string.
13004
13005 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13006
13007 * cus-face.el (custom-declare-face): Make face from X resources
13008 also on Mac.
13009
13010 * disp-table.el (standard-display-g1, standard-display-graphic):
13011 Refuse to use string glyphs also on Mac.
13012 (standard-display-european): Don't set terminal coding system also
13013 on Mac.
13014
13015 * frame.el (display-screens): Use x-display-screens also on Mac.
13016
13017 2005-10-21 Romain Francoise <romain@orebokech.com>
13018
13019 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
13020
13021 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
13022
13023 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
13024 and $? into sexps.
13025
13026 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
13027 warning face on open-paren-in-column-0.
13028
13029 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
13030 boundary case. Fix typo.
13031 Suggested by Martin Rudalics <rudalics@gmx.at>.
13032
13033 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
13034
13035 * textmodes/org.el (org-combined-agenda-icalendar-file)
13036 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
13037 (org-export-icalendar-this-file)
13038 (org-export-icalendar-all-agenda-files)
13039 (org-export-icalendar-combine-agenda-files): New commands.
13040 (org-export-icalendar, org-print-icalendar-entries)
13041 (org-start-icalendar-file, org-finish-icalendar-file)
13042 (org-ical-ts-to-string): New functions.
13043 (org-read-date, org-goto-calendar)
13044 (org-agenda-goto-calendar): Inhibit displaying diary entries by
13045 call to `calendar'.
13046 (orgtbl-setup): Remove the :keys arguments from the menu description.
13047 (org-after-save-iCalendar-file-hook): New variable.
13048
13049 2005-10-21 Kenichi Handa <handa@m17n.org>
13050
13051 * language/vietnamese.el (tcvn-5712): Make it an alias of
13052 vietnamese-tcvn coding-system.
13053
13054 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
13055
13056 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
13057 group id is given.
13058
13059 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
13060
13061 * progmodes/sh-script.el (sh-escaped-line-re): New var.
13062 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
13063 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
13064 whose line is either continued or ends with a comment.
13065
13066 2005-10-20 Romain Francoise <romain@orebokech.com>
13067
13068 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
13069
13070 * replace.el (occur-engine): Add follow-link property.
13071
13072 * font-core.el (font-lock-mode): Doc fix.
13073
13074 2005-10-20 Richard M. Stallman <rms@gnu.org>
13075
13076 * net/rcirc.el: New file.
13077
13078 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
13079
13080 * term.el (term-term-name): Initialize to "eterm-color".
13081
13082 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
13083
13084 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
13085 for encryption functionality.
13086 Move allout customization subgroup from `editing' to `outlines' group.
13087 Fix commentary keywords to legitimate ones.
13088 Update author info (using my current email address, obscurified).
13089 (allout-encrypt-string, allout-encryption-produce-work-buffer)
13090 (allout-encrypted-topic-p, allout-encrypted-text-type)
13091 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
13092 (allout-situate-encryption-key-verifier)
13093 (allout-get-encryption-key-verifier, allout-verify-key)
13094 (allout-next-topic-pending-encryption)
13095 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
13096 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
13097 (outline-key-verifier-handling, outline-key-hint-handling)
13098 (outline-encrypt-unencrypted-on-saves): New defcustoms.
13099 (allout-file-key-verifier-string, allout-encryption-scheme)
13100 (allout-key-verifier-string, allout-key-hint-string)
13101 (allout-after-save-decrypt): New variables.
13102 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
13103 (allout-after-saves-handler): New hook functions.
13104 (allout-post-command-business): Do allout-after-save-decrypt.
13105 (allout-enable-file-variable-adjustment): Custom var to enable
13106 mechanism for adding and adjusting settings of Emacs file variables.
13107 (allout-adjust-file-variable, allout-file-vars-section-data):
13108 New functions, implement the mechanism.
13109 (outlineify-sticky): Use the file vars mechanism.
13110 (allout-inhibit-protection, allout-during-write-cue)
13111 (allout-override-protect, allout-before-change-protect): Remove.
13112 (allout-flag-region, allout-open-topic): Adjust read-only text.
13113 (allout-open-line-not-read-only): Add to facilitate read-only
13114 text based protection.
13115 (allout-kill-line): Revise to adjust read-only text, clue the
13116 user about the inhibition.
13117 (allout-unprotected): Use unwind-protect.
13118 (allout-shift-in, allout-shift-out): Disallow manually shifting a
13119 topic deeper than the offspring depth of the previous topic -
13120 avoiding confusing "containment discontinuities".
13121 (allout-reindent-bodies): Fix retention of body relative hanging
13122 indent during promotion of collapsed bodies.
13123 (allout-open-topic): Make it easy to open new topic with same
13124 bullet as current topic - topic creation functions provided with
13125 any universal argument provokes now prompt for bullet, defaulting
13126 to the bullet of the previous topic.
13127 (allout-plain-bullets-string, allout-distinctive-bullets-string):
13128 Plain bullet alternates `.' period and `,' comma only. All other
13129 bullets are relegated to special status (but customizable).
13130 (allout-end-of-entry): Rename from allout-end-of-current-entry
13131 since it actually operates w.r.t. most immediately containing
13132 entry, visible or not.
13133 (allout-hide-current-entry, allout-show-current-entry): Use the
13134 revised version.
13135 (allout-old-expose-topic): Solidify deprecation.
13136 (allout-end-of-subtree): Add so we can span concealed as well
13137 as visible topics.
13138 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
13139 (allout-end-of-current-heading): Tweak to just respect the first line.
13140 (allout-get-body-text): Add.
13141 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
13142 when invoked interactively.
13143 (allout-up-current-level): Use `interactive-p'.
13144 (allout-mode, allout-init): Miscellaneous docstring and
13145 operational refinements, as well as hookups of new encryption stuff.
13146 (allout-beginning-of-current-entry): Now works as advertised.
13147 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
13148 (allout-isearch-rectification): Refine condition for isearching.
13149 (allout-isearch-abort, allout-enwrap-isearch)
13150 (allout-flag-region, my-region-active-p): Relocate some macros.
13151 (allout-title): Fallback title is (buffer-name), not
13152 non-existing (current-buffer-name).
13153 (subst-char-in-string): Define if absent (for some XEmacs versions).
13154
13155 2005-10-20 Jari Aalto <jari.aalto@cante.net>
13156
13157 * mail/sendmail.el (mail-setup-hook, mail-aliases)
13158 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
13159 (mail-citation-prefix-regexp, mail-signature-file)
13160 (mail-default-headers, mail-bury-selects-summary)
13161 (mail-send-nonascii): Add autoload cookies.
13162
13163 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13164
13165 * frame.el (blink-cursor-mode): Add `mac' to the list of
13166 window-system's that support blinking cursor.
13167
13168 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
13169
13170 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
13171
13172 2005-10-20 Eli Zaretskii <eliz@gnu.org>
13173
13174 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
13175 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
13176 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
13177
13178 2005-10-20 Kim F. Storm <storm@cua.dk>
13179
13180 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
13181 (ido-set-current-directory): Don't add / after final @.
13182 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
13183 Explicitly handle ange-ftp completion oddities.
13184 (ido-make-file-list): Don't rotate list at tramp root to avoid
13185 triggering tramp file handler for expand-file-name via get-file-buffer.
13186
13187 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
13188
13189 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
13190
13191 2005-10-19 Jay Belanger <belanger@truman.edu>
13192
13193 * calc/calc-units.el (math-standard-units): Add units, adjust
13194 symbols and update values.
13195 (math-unit-prefixes): Add more prefixes.
13196
13197 2005-10-19 Romain Francoise <romain@orebokech.com>
13198
13199 * bookmark.el (bookmark-menu-heading): New face.
13200 (bookmark-bmenu-list): Use it.
13201 Don't fiddle with `baud-rate' at top-level.
13202
13203 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
13204
13205 * image.el (create-image, find-image): Mention max-image-size in
13206 docstring.
13207
13208 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
13209
13210 * savehist.el (savehist-load): Revert to checking XEmacs.
13211
13212 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
13213 Various docstring and line-width fixups.
13214 (conf-mode): Use cond.
13215 Set font-lock-defaults. Don't set comment-use-syntax.
13216
13217 2005-10-18 David Ponce <david@dponce.com>
13218
13219 * tree-widget.el (tree-widget-button-click): New function.
13220 (tree-widget-button-keymap): Use it.
13221
13222 2005-10-18 Romain Francoise <romain@orebokech.com>
13223
13224 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13225 (bookmark-bmenu-hide-filenames): Add follow-link property.
13226 Improve help-echo text.
13227
13228 * ffap.el (find-file-at-point): Doc fix.
13229
13230 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13231
13232 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
13233
13234 2005-10-18 Masatake YAMATO <jet@gyve.org>
13235
13236 Install to the CVS repository what I forgot to install in my
13237 2005-10-16 changes.
13238
13239 * progmodes/python.el (python-complete-symbol): Pass the common
13240 prefix substring of completion to `display-completion-list'.
13241
13242 * textmodes/org.el (org-complete): Ditto.
13243
13244 2005-10-18 Masatake YAMATO <jet@gyve.org>
13245
13246 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
13247
13248 * woman.el (WoMan-xref-man-page): New button type derived
13249 from `Man-abstract-xref-man-page'.
13250 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
13251
13252 * man.el (Man-abstract-xref-man-page): New button type.
13253 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
13254 (Man-highlight-references): Add new optional argument `xref-man-type'.
13255
13256 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
13257
13258 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
13259
13260 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
13261
13262 * cus-edit.el (Custom-move-and-invoke): Delete.
13263 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
13264
13265 * wid-edit.el (widget-move-and-invoke): New function, from
13266 Custom-move-and-invoke.
13267
13268 2005-10-17 Bill Wohler <wohler@newt.com>
13269
13270 Move all remaining images from lisp/toolbar to etc/images, move
13271 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
13272 the low resolution images in their own directory (low-color).
13273
13274 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
13275 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
13276 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
13277 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
13278 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
13279 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
13280 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
13281
13282 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
13283 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
13284 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
13285 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
13286 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
13287 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
13288 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
13289 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
13290 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
13291 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
13292 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
13293 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
13294 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
13295 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
13296 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
13297
13298 To conform with convention, replace the underscore (_) in the
13299 following image names with dash (-) or (/) as appropriate.
13300
13301 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
13302 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
13303 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
13304 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
13305 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
13306 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
13307 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
13308 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
13309 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
13310 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
13311 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
13312 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
13313 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
13314 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
13315 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
13316
13317 * info.el (info-tool-bar-map): Replace underscores in image names
13318 with dashes.
13319
13320 * makefile.w32-in (WINS): Remove toolbar.
13321
13322 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
13323
13324 * tool-bar.el: Move to lisp from toolbar. Now that
13325 toolbar is empty, it should be deleted when folks run "cvs up -P".
13326
13327 2005-10-18 Jay Belanger <belanger@truman.edu>
13328
13329 * calc/calc-store.el (calc-store-into): Get the proper variable name
13330 to display in message.
13331
13332 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
13333
13334 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
13335 expressions display in speedbar for all buffers when debugging.
13336 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
13337
13338 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
13339 (speedbar-insert-button, speedbar-make-button):
13340 Use add-text-properties.
13341 (speedbar-update-localized-contents)
13342 (speedbar-update-directory-contents)
13343 (speedbar-update-special-contents): Use dolist.
13344 (speedbar-buffer-easymenu-definition): Add a menu separator.
13345
13346 2005-10-17 Jason Rumney <jasonr@gnu.org>
13347
13348 * makefile.w32-in: Use $(lisp) consistently.
13349 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
13350 for shell specific generation of mh-autoloads.
13351
13352 2005-10-17 Richard M. Stallman <rms@gnu.org>
13353
13354 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
13355
13356 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13357
13358 * jit-lock.el (jit-lock-fontify-now):
13359 Move jit-lock-context-unfontify-pos to avoid wasted work.
13360
13361 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
13362
13363 * net/tramp.el (tramp-completion-mode): New defvar. Used in
13364 `tramp-completion-mode' for checking if we are in completion mode.
13365 (tramp-completion-handle-file-name-all-completions): Reorder code
13366 in order to complete for file names only in case there are no
13367 method/user/host completions. This is necessary for cooperation
13368 with ido. Reported by Kim F. Storm <storm@cua.dk>.
13369
13370 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
13371
13372 * longlines.el (longlines-search-forward)
13373 (longlines-search-backward): Match any number of spaces.
13374
13375 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
13376
13377 * diff-mode.el (diff-mode): Doc fix.
13378
13379 2005-10-16 David Reitter <david.reitter@gmail.com>
13380
13381 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
13382 as default on darwin and windows systems.
13383
13384 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
13385
13386 * arc-mode.el (archive-zip-extract): Doc fix.
13387
13388 2005-10-16 Romain Francoise <romain@orebokech.com>
13389
13390 * mouse.el (mouse-1-click-follows-link): Doc fix.
13391
13392 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
13393
13394 * savehist.el: Don't require CL at runtime.
13395 (savehist-xemacs): Remove.
13396 (savehist-coding-system): Use utf-8 if present, regardless of religion.
13397 (savehist-no-conversion): Use (featurep 'xemacs).
13398 (savehist-load): Check existence of start-itimer rather than XEmacs.
13399 Use an idle timer.
13400 (savehist-process-for-saving): Replace use of CL funs `subseq' and
13401 `delete-if-not'.
13402
13403 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
13404
13405 * savehist.el: Newer version.
13406 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
13407 (savehist-last-checksum, savehist-no-conversion): New vars.
13408 (savehist-autosave, savehist-process-for-saving, savehist-printable):
13409 New functions.
13410 (savehist-load, savehist-save): Use them.
13411 (savehist-delimit): Remove.
13412
13413 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
13414
13415 * progmodes/compile.el (compilation-goto-locus): Display the
13416 compilation buffer first and the source buffer second, in case they're
13417 in overlapping frames. Don't raise the compilation frame if it was the
13418 selected window upon entry. Pass the `other-window' arg to
13419 pop-to-buffer.
13420
13421 * info.el (Info-fontify-node): Use dolist.
13422 Change add-text-properties to put-text-property.
13423
13424 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13425
13426 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
13427 bound of search.
13428
13429 2005-10-16 Masatake YAMATO <jet@gyve.org>
13430
13431 * dabbrev.el (dabbrev-completion): Pass the common
13432 prefix substring of completion to `display-completion-list'.
13433
13434 * filecache.el (file-cache-minibuffer-complete)
13435 (file-cache-complete): Ditto.
13436
13437 * tempo.el (tempo-display-completions): Ditto.
13438
13439 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
13440
13441 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
13442
13443 * eshell/em-hist.el (eshell-list-history): Ditto.
13444
13445 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
13446
13447 * mail/mailalias.el (mail-complete): Ditto.
13448
13449 * progmodes/etags.el (complete-tag): Ditto.
13450
13451 * progmodes/make-mode.el (makefile-complete): Ditto.
13452
13453 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
13454
13455 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
13456
13457 * progmodes/pascal.el (pascal-complete-word)
13458 (pascal-show-completions): Ditto.
13459
13460 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
13461
13462 * simple.el (completion-common-substring): New variable.
13463 (completion-setup-function): Use `completion-common-substring'
13464 to put faces.
13465
13466 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13467
13468 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
13469 (x-get-selection, mac-select-convert-to-string): Convert from/to
13470 UTF-16 clipboard data as in native byte order, no BOM.
13471
13472 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
13473
13474 * progmodes/gud.el (gud-tool-bar-map): Rename the images
13475 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
13476 (gud-sentinel): Use speedbar-frame to check for speedbar.
13477
13478 2005-10-15 Richard M. Stallman <rms@gnu.org>
13479
13480 * savehist.el: New file.
13481
13482 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
13483
13484 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
13485 Fix bug in \bf fontification.
13486
13487 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
13488
13489 * pcvs.el (cvs-edit-log-files): New var.
13490 (cvs-mode-edit-log): New arg `file'.
13491 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
13492 Instead force the use of the original file and nothing else.
13493 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
13494 the cvs-minor-wrap-function is set.
13495 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
13496
13497 2005-10-14 Bill Wohler <wohler@newt.com>
13498
13499 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
13500 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
13501 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
13502 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
13503 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
13504 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
13505 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
13506 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
13507 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
13508 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
13509 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
13510 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
13511 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
13512 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
13513 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
13514
13515 * progmodes/gud.el (gud-tool-bar-map): Rename the images
13516 appropriately (for example, gud-break to gud/break).
13517
13518 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
13519
13520 * longlines.el (longlinges-search-function)
13521 (longlines-search-forward, longlines-search-backward): New functions.
13522 (longlines-mode): Set isearch-search-fun-function to
13523 longlinges-search-function.
13524
13525 * mouse.el (mouse-drag-region-1): Handle the case where a
13526 double-click event is bound to an arbitrary function.
13527
13528 2005-10-14 David Ponce <david@dponce.com>
13529
13530 * recentf.el (recentf-track-opened-file)
13531 (recentf-track-closed-file, recentf-update-menu)
13532 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
13533 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
13534 mouse-1-click-follows-link.
13535
13536 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13537
13538 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
13539 Gnome file-manager.png. Suggested by
13540 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
13541
13542 * toolbar/README: Add diropen.xpm.
13543
13544 2005-10-13 Bill Wohler <wohler@newt.com>
13545
13546 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
13547 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
13548
13549 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13550
13551 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
13552 Don't waste the byte-compiler's time on constant data.
13553
13554 2005-10-13 Kenichi Handa <handa@m17n.org>
13555
13556 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
13557 byte with `escape-glyph' face.
13558
13559 * international/fontset.el (ccl-encode-unicode-font):
13560 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
13561 Handle the case that ucs-mule-to-mule-unicode translates a character to
13562 ASCII (usually for IPA characters).
13563
13564 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13565
13566 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
13567 Don't hide the underline of titles if font-lock-mode is disabled.
13568
13569 2005-10-12 Bill Wohler <wohler@newt.com>
13570
13571 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
13572 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
13573 files in MH-E-SRC have been updated.
13574 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
13575
13576 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13577
13578 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
13579 (mixal-mode-syntax-table): Add \n as end-comment.
13580 (mixal-operation-codes-alist): Immediately initialize to full value.
13581 (mixal-add-operation-code): Remove.
13582 (mixal-describe-operation-code): Make the arg non-optional.
13583 Use the interactive spec instead.
13584 Use mixal-operation-codes-alist rather than mixal-operation-codes.
13585 (mixal-font-lock-keywords): Don't highlight comments here any more.
13586 (mixal-font-lock-syntactic-keywords): New var.
13587 (mixal-mode): Use it. Fix comment-start-skip.
13588
13589 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13590
13591 * startup.el (command-line-x-option-alist): -nb => -nbi
13592
13593 2005-10-12 Kim F. Storm <storm@cua.dk>
13594
13595 * startup.el (fancy-splash-default-action): Discard mouse click in
13596 the splash screen window, as it has no sensible meaning in the
13597 next window to be selected. Fixes error reported by Jan D.
13598
13599 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
13600
13601 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
13602
13603 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13604
13605 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
13606 Try to fix up minor layout issues like indentation, line break, etc...
13607 (mixal-mode-syntax-table): Don't try to specify comment syntax,
13608 because it doesn't work.
13609 (mixal-operation-codes): Add some more codes.
13610 (mixal-font-lock-keywords): Process comments here.
13611 (mixal-mode): mixasm no longer needs -g option.
13612
13613 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
13614
13615 * progmodes/sh-script.el (sh-tmp-file):
13616 Use mktemp -t. Finish support for es and rc shells.
13617
13618 2005-10-11 Jay Belanger <belanger@truman.edu>
13619
13620 * calc/calcalg2.el (calc-integral): With an argument, compute the
13621 definite integral.
13622
13623 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
13624
13625 * mouse.el (mouse-drag-region-1): Don't try to catch a
13626 double-click when doing follow-link (it's overridden anyway).
13627
13628 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
13629
13630 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
13631 (autoload-print-form-outbuf): Add docstring.
13632
13633 2005-10-11 Juri Linkov <juri@jurta.org>
13634
13635 * info.el (Info-mode-menu): Delete menu item "Edit".
13636 (Info-mode): Delete description of Info-edit from docstring,
13637 and rearrange descriptions of Info commands in the order
13638 they are documented in the Info manual.
13639
13640 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13641
13642 * calendar/appt.el (appt-check): Use diary-selective-display var.
13643
13644 2005-10-10 Richard M. Stallman <rms@gnu.org>
13645
13646 * net/newsticker.el (newsticker-start, newsticker-show-news):
13647 Add autoload cookies.
13648
13649 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
13650
13651 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
13652
13653 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
13654
13655 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
13656
13657 2005-10-10 Jay Belanger <belanger@truman.edu>
13658
13659 * calc/calc-arith.el (math-check-known-scalarp)
13660 (math-check-known-matrixp): Check the values of arguments that are
13661 variables.
13662 (math-check-known-square-matrixp): New function.
13663 (math-known-square-matrixp): Use math-check-known-square-matrixp.
13664 (math-super-types): Add sqmatrix type.
13665
13666 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
13667 mode name `square' to `sqmatrix'.
13668
13669 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
13670 mode name `square' to `sqmatrix'.
13671
13672 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13673
13674 * progmodes/etags.el (select-tags-table-mode): Don't use
13675 selective-display.
13676 (tags-select-tags-table): Pass `button' to the action function.
13677 (select-tags-table): Place the side-info on button properties rather
13678 than in hidden text. Abbreviate file names.
13679 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
13680 (select-tags-table-select): Add `button' argument.
13681 Get side-info from the button property rather than from hidden text.
13682
13683 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
13684
13685 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
13686 (gud-speedbar-buttons): Preserve point if possible.
13687 (gud-sentinel): Restore previous speedbar display type.
13688
13689 * progmodes/gdb-ui.el (gdba): Improve diagram.
13690 (def-gdb-auto-update-handler, gdb-info-locals-handler)
13691 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
13692 Call get-buffer-window once.
13693
13694 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13695
13696 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
13697 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
13698 (pascal-indent-command): Remove unused var `ind'.
13699 (pascal-indent-case): Remove unused var `oldpos'.
13700 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
13701 since it's now used as a proper minor mode map.
13702 (pascal-outline): Rename to pascal-outline-mode.
13703 (pascal-outline-mode): Use define-minor-mode.
13704 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
13705 selective-display.
13706
13707 2005-10-10 Andreas Schwab <schwab@suse.de>
13708
13709 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
13710 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
13711
13712 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
13713 outside source directory.
13714
13715 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
13716
13717 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
13718 C-x' as a prefix.
13719 (orgtbl-mode-map): Full keymap instead of sparse, because all
13720 `self-insert-command' keys are redefined in this map.
13721 (org-export-as-html): Specify charset for HTML file, by taking it
13722 from the coding system.
13723
13724 2005-10-10 Kenichi Handa <handa@m17n.org>
13725
13726 * textmodes/flyspell.el (flyspell-check-word-p):
13727 If unread-command-events is non-empty, don't call sit-for.
13728
13729 2005-10-09 Richard M. Stallman <rms@gnu.org>
13730
13731 * font-lock.el (font-lock-syntactic-keywords)
13732 (font-lock-keywords): Doc fixes.
13733
13734 * textmodes/flyspell.el (flyspell-external-point-words):
13735 Simplify logic, and don't try to check for consecutive appearances
13736 of one incorrect word.
13737
13738 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
13739
13740 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
13741 separator.
13742
13743 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
13744 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
13745 (gud-expansion-speedbar-buttons): New function.
13746 (gud-speedbar-buttons): Check for gud-comint-buffer.
13747
13748 2005-10-09 Bill Wohler <wohler@newt.com>
13749
13750 * Makefile.in (updates): Add mh-loaddefs dependency.
13751
13752 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
13753
13754 * speedbar.el (speedbar-file-key-map): Fix typo.
13755
13756 2005-10-09 Daniel Brockman <daniel@brockman.se>
13757
13758 * cus-start.el (line-spacing): Add custom spec.
13759
13760 2005-10-09 Romain Francoise <romain@orebokech.com>
13761
13762 * textmodes/ispell.el (ispell-check-version): Fix last change.
13763
13764 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13765
13766 * term/x-win.el: Remove -i, --icon-type from comment.
13767
13768 * startup.el (command-line-x-option-alist): Remove options -i,
13769 -itype, --icon-type, added -nb, --no-bitmap-icon
13770
13771 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
13772
13773 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
13774 instead of :active.
13775
13776 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
13777
13778 * textmodes/ispell.el (ispell-check-version):
13779 Ignore hyphen, and all that follows, in aspell's version text.
13780
13781 2005-10-08 Jay Belanger <belanger@truman.edu>
13782
13783 * calc/calc-arith.el (math-known-square-matrixp): New function.
13784 (math-pow-fancy): Check for matrices before distributing exponent
13785 across products.
13786
13787 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
13788 fullscreen keypad. Suggested by Luc Teirlinck.
13789 (calc-keypad-show-input): Add space for formatting.
13790
13791 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
13792 Add square matrix option.
13793
13794 * calc/calc-poly.el (math-expand-term): Check for matrices instead
13795 of checking calc-matrix-mode when deciding how to expand.
13796
13797 * calc/calc.el (calc-set-mode-line): Add square matrix option.
13798
13799 2005-10-08 Lars Hansen <larsh@soem.dk>
13800
13801 * net/tramp.el (tramp-perl-directory-files-and-attributes):
13802 Add error handling.
13803 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
13804
13805 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
13806
13807 Sync with Tramp 2.0.51.
13808
13809 * net/tramp.el (tramp-handle-set-visited-file-modtime)
13810 (tramp-handle-insert-file-contents, tramp-handle-write-region):
13811 Insert special handling for `last-coding-system-used', again
13812 it still seems to be necessary (unlike stated before).
13813 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
13814 (tramp-password-prompt-regexp): There might be other words before
13815 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
13816 (tramp-chunksize): Improve docstring.
13817 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
13818 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
13819 Christian Joergensen <bugs@razor.dk>.
13820
13821 2005-10-07 Glenn Morris <rgm@gnu.org>
13822
13823 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
13824 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
13825 precision'.
13826
13827 2005-10-07 Romain Francoise <romain@orebokech.com>
13828
13829 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
13830 (ibuffer-do-shell-command-pipe-replace)
13831 (ibuffer-do-shell-command-file, ibuffer-do-eval)
13832 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
13833 (ibuffer-do-revert, ibuffer-do-replace-regexp)
13834 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
13835 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13836 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
13837 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
13838 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
13839 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
13840 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
13841 Autoload file sans suffix.
13842
13843 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
13844
13845 2005-10-07 David Ponce <david@dponce.com>
13846
13847 * recentf.el (recentf-menu-open-all-flag): New option.
13848 (recentf-digit-shortcut-command-name): New function.
13849 (recentf--shortcuts-keymap): New variable.
13850 (recentf-menu-shortcuts): New variable.
13851 (recentf-make-menu-items): Initialize it. Replace the "More..."
13852 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
13853 (recentf-menu-value-shortcut): New function.
13854 (recentf-make-menu-item): Use it. No more in-lined.
13855 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
13856 (recentf-open-most-recent-file): Rename from
13857 `recentf-open-file-with-key'. Don't depend on key binding.
13858 (recentf-mode-map): New variable.
13859 (recentf-mode): Use it.
13860
13861 2005-10-06 Bill Wohler <wohler@newt.com>
13862
13863 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
13864
13865 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
13866 (MH-E-SRC): New. Used by mh-autoloads.
13867 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
13868 files in MH-E-SRC have been updated.
13869 (compile, recompile, bootstrap): Depend on mh-autoloads.
13870
13871 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
13872
13873 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
13874 gud-break and gud-remove icons when the fringe is not available.
13875
13876 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
13877 Typo.
13878
13879 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
13880
13881 * play/zone.el (zone): Wrap body with save-window-excursion.
13882
13883 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
13884
13885 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
13886 Use the new `list-only' arg to diary-list-entries.
13887
13888 * calendar/diary-lib.el: Use overlays rather than selective-display.
13889 (diary-selective-display): New var.
13890 (diary-header-line-format): Use it.
13891 (diary-list-entries): Add argument `list-only'.
13892 Put the buffer in diary-mode. Don't add \^M at beg and end.
13893 Replace \^M by invisible overlays.
13894 (diary-unhide-everything): Replace \^M by invisible overlays.
13895 (print-diary-entries): Look for overlays rather than \^M.
13896 Add a space to the temp buffer name.
13897 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
13898 Put the buffer in diary-mode.
13899 (list-sexp-diary-entries): Replace \^M by invisible overlays.
13900 (diary-anniversary): Make the year arg optional.
13901 (diary-time-regexp): New const.
13902 (diary-font-lock-keywords): Use it to accept a few more time formats.
13903
13904 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
13905
13906 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
13907
13908 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
13909 Fix bug introduced 2005-07-03: Use (car (last ...))
13910 to faithfully reproduce replaced artist-last.
13911 (artist-set-arrow-points-for-poly): Likewise.
13912 Suggested by Johan Bockg\e,Ae\e(Brd.
13913
13914 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
13915
13916 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
13917 * wid-edit.el (widget):
13918 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
13919 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
13920
13921 2005-10-06 Kenichi Handa <handa@m17n.org>
13922
13923 * international/mule-cmds.el (set-language-environment):
13924 Fix setting up of case-table for unibyte mode.
13925
13926 * simple.el (what-cursor-position): If the character is displayed
13927 by some `display' text property, show that. Don't use
13928 single-key-description for eight-bit characters in multibyte mode.
13929
13930 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
13931
13932 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
13933 (gdb-ann3): Set it.
13934 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
13935 (gdb-info-frames-custom): Use inverse-video for first five
13936 characters of selected frame only.
13937 (gdb-get-frame-number): Select frame even when point is on frame
13938 number.
13939
13940 2005-10-06 Masatake YAMATO <jet@gyve.org>
13941
13942 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
13943 Put `font-lock-function-name-face'.
13944 (gdb-info-frames-custom): Put `font-lock-function-name-face'
13945 and `font-lock-variable-name-face'
13946 (gdb-registers-font-lock-keywords): New font lock keywords definition.
13947 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
13948 (gdb-memory-font-lock-keywords): New font lock keywords definition.
13949 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
13950 (gdb-local-font-lock-keywords): New font lock keywords definition.
13951 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
13952 (gdb-threads-font-lock-keywords): New font lock keywords definition.
13953 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
13954
13955 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
13956
13957 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
13958 (ediff-merge-region-is-non-clash-to-skip): Previously called
13959 ediff-merge-region-is-non-clash.
13960
13961 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
13962 Use insert-buffer-substring.
13963
13964 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
13965 selecting files to patch. Also bug fixes.
13966
13967 * ediff-util.el (ediff-setup): Bug fix.
13968 (ediff-next-difference): Never skip clashes that differ in white
13969 space only.
13970
13971 * ediff-wind.el (ediff-setup-control-frame)
13972 (ediff-destroy-control-frame): Check the menubar feature.
13973
13974 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
13975 (viper-refresh-mode-line): Use make-local-variable to localize
13976 some vars instead of make-variable-buffer-local. Suggested by
13977 Stefan Monnier.
13978
13979 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
13980 (viper-restore-cursor-type, viper-set-insert-cursor-type):
13981 Use make-local-variable instead of make-variable-buffer-local.
13982 Suggested by Stefan Monnier.
13983
13984 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
13985 (viper-comint-mode-hook): Use make-local-variable on
13986 require-final-newline.
13987 (viper-non-hook-settings): Don't use make-variable-buffer-local.
13988
13989 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13990
13991 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
13992 also the second char of a comment-start sequence.
13993 (scheme-sexp-comment-syntax-table): New var.
13994 (lambda, define): Set their scheme-doc-string-elt property.
13995 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
13996 Use lisp-font-lock-syntactic-face-function now that it properly
13997 handles |...| symbols.
13998 (scheme-mode-variables): Set lisp-doc-string-elt-property,
13999 parse-sexp-lookup-properties and font-lock-extra-managed-props.
14000
14001 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
14002 bit from # to |.
14003 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
14004
14005 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
14006 (lisp-doc-string-elt-property): New var.
14007 (lisp-font-lock-syntactic-face-function): Use it.
14008 Rewrite to recognize docstrings even for forms not at toplevel.
14009
14010 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
14011 annotation on the | part of #| rather than on the # part.
14012 (scheme-font-lock-syntactic-face-function): New function, to
14013 distinguish strings from |...| symbols.
14014 (scheme-mode-variables): Use it. Also fix up the font-lock-time
14015 syntax-table so that #|...|# is properly highlighted.
14016
14017 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
14018 Don't mark as docstring the 3rd elem of an unknown toplevel form.
14019
14020 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
14021
14022 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
14023 and C-e.
14024
14025 * emacs-lisp/eldoc.el: Move comments into docstrings.
14026 (eldoc-message-commands): Initialize in its declaration.
14027 Add move-beginning-of-line and move-end-of-line.
14028 (eldoc-add-command, eldoc-add-command-completions)
14029 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
14030
14031 * outline.el (outline-mark-subtree): Activate the mark.
14032
14033 * calendar/appt.el (appt-time-regexp): New var.
14034 (appt-add, appt-make-list): Use it.
14035 (appt-convert-time): Clean up.
14036
14037 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
14038 Don't set any syntax-table property here.
14039 (tex-font-lock-verb): New function. Do it here.
14040 (tex-font-lock-syntactic-keywords): Use it.
14041
14042 2005-10-04 Richard M. Stallman <rms@gnu.org>
14043
14044 * wid-edit.el (widget-file-complete): Get the widget start point
14045 the right way. Default directory to `/' if file has none.
14046
14047 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
14048
14049 * textmodes/flyspell.el (flyspell-mode-on):
14050 Call ispell-maybe-find-aspell-dictionaries.
14051
14052 * textmodes/ispell.el (ispell-word, ispell-region):
14053 Call ispell-maybe-find-aspell-dictionaries.
14054 (ispell-accept-buffer-local-defs):
14055 Don't call ispell-maybe-find-aspell-dictionaries
14056
14057 2005-10-04 Richard M. Stallman <rms@gnu.org>
14058
14059 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
14060
14061 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
14062
14063 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
14064 instead of `fboundp' in order to allow for anonymous functions.
14065
14066 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
14067
14068 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
14069 case the user clicks on the link while another window is selected.
14070 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
14071
14072 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
14073 functionality.
14074 (dframe-help-echo): Save point in case mouse tracking is off.
14075
14076 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
14077
14078 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
14079
14080 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14081
14082 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
14083 not change the global value of those vars.
14084
14085 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
14086 make-local-variable which we do not need any more.
14087
14088 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
14089
14090 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
14091 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
14092 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
14093 (speedbar-path-line): Define obsolete aliases.
14094 (speedbar-line-directory): Doc fix.
14095
14096 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
14097 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
14098 instead of speedbar-line-path.
14099
14100 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14101
14102 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
14103 to nil if dropping on a window. Handle dropping on a minibuffer window
14104 like dropping on a non-window part of Emacs.
14105
14106 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
14107
14108 * net/ange-ftp.el: Use with-current-buffer.
14109 (ange-ftp-insert-directory): Do not follow symlinks any more.
14110
14111 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
14112 Remove interactive spec.
14113
14114 2005-10-03 Kim F. Storm <storm@cua.dk>
14115
14116 * ido.el (ido-mode): Use custom-initialize-set.
14117
14118 2005-10-02 Richard M. Stallman <rms@gnu.org>
14119
14120 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
14121 Use insert-buffer-substring.
14122
14123 * net/tramp.el: Pacify byte compiler warnings in pacification code.
14124 (tramp-handle-file-local-copy): Use insert-buffer-substring.
14125
14126 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
14127
14128 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
14129 in last change.
14130 (ange-ftp-insert-directory): Fix up the search for the case where
14131 `file' is absolute.
14132
14133 2005-10-02 Romain Francoise <romain@orebokech.com>
14134
14135 * progmodes/compile.el (compile-goto-error): Delete extra paren.
14136
14137 2005-10-02 Andreas Schwab <schwab@suse.de>
14138
14139 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
14140 directory component in the session info.
14141
14142 2005-10-01 Richard M. Stallman <rms@gnu.org>
14143
14144 * comint.el (comint-redirect-subvert-readonly): Doc fix.
14145
14146 * simple.el (next-error-internal): New function.
14147
14148 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
14149 (compilation-start): Pass new arg to compilation-buffer-name.
14150 (compile-goto-error): Use next-error-internal.
14151
14152 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
14153
14154 * speedbar.el: Remove RCS tag.
14155 (speedbar-check-read-only): Handle non-existent files.
14156
14157 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
14158
14159 * info.el (Info-speedbar-hierarchy-buttons)
14160 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
14161
14162 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14163
14164 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
14165 Do not match newline.
14166 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
14167 (bibtex-summary): Remove unnecessary save-excursion.
14168 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
14169
14170 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14171
14172 * term/mac-win.el: Add charset info for "iso10646-1".
14173 Modify default fontset to use ATSUI-compatible fonts for some charsets
14174 if available.
14175
14176 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
14177
14178 * speedbar.el: Re-apply arch tag.
14179 (speedbar-version): Rename to version 1.0. Suggested by Eric
14180 M. Ludlam.
14181 Reapply two changes from Emacs CVS' version of speedbar lost
14182 during the merge:
14183 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
14184 (speedbar-frame-parameters): Improve customize type.
14185
14186 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
14187
14188 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
14189 (ange-ftp-file-directory-p): Fix the symlink case.
14190 (ange-ftp-insert-directory): When listing a single file, get a list of
14191 the parent buffer and extract the relevant line. Inspired from a patch
14192 by Katsumi Yamaoka <yamaoka@jpl.org>.
14193 (ange-ftp-file-name-sans-versions): Simplify.
14194
14195 2005-09-30 Bill Wohler <wohler@newt.com>
14196
14197 Move MH-E image files from toolbar and mail directories into
14198 etc/images.
14199
14200 * mail/reply2.*: Move to etc/images/mail/reply*.
14201
14202 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
14203 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
14204 etc/images.
14205
14206 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
14207 * toolbar/reply*: Move to etc/images/mail.
14208
14209 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
14210
14211 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
14212
14213 * speedbar.el: New version 1.0pre3.
14214
14215 Frame management code (including timer, and mouse click specifics)
14216 moved to dframe.el:
14217 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
14218 (speedbar-timer): Removed. Use dframe-timer.
14219 (speedbar-close-frame): Removed. Use dframe-close-frame.
14220 (speedbar-activity-change-focus-flag): Removed. Use
14221 dframe-activity-change-focus-flag.
14222 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
14223 dframe-update-speed.
14224
14225 (speedbar-current-frame): New macro. Use this instead of the
14226 variable speedbar-frame.
14227
14228 (speedbar-use-images, speedbar-expand-image-button-alist)
14229 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
14230
14231 (speedbar-find-image-on-load-path): Removed. Replaced by
14232 defezimage in ezimage.el.
14233 (speedbar-expand-image-button-alist): Removed. Replaced by
14234 ezimage-expand-image-button-alist in ezimage.el.
14235
14236 (speedbar-ignored-directory-regexp)
14237 (speedbar-add-ignored-directory-regexp)
14238 (speedbar-ignored-directory-expressions)
14239 (speedbar-line-directory, speedbar-buffers-line-directory)
14240 (speedbar-directory-line, speedbar-buffers-line-directory):
14241 Renamed, replacing `path' with `directory'.
14242
14243 (speedbar-create-directory, speedbar-expand-line-descendants)
14244 (speedbar-toggle-line-expansion)
14245 (speedbar-contract-line-descendants): New commands.
14246
14247 (speedbar-query-confirmation-method, speedbar-select-frame-method)
14248 (speedbar-use-tool-tips-flag): New options.
14249
14250 (speedbar-check-read-only, speedbar-require-version)
14251 (speedbar-insert-separator, speedbar-buffers-tail-notes)
14252 (speedbar-handle-delete-frame, speedbar-try-completion)
14253 (speedbar-update-localized-contents): New functions.
14254
14255 (speedbar-incompatible-version, speedbar-ro-to-do-point)
14256 (speedbar-object-read-only-indicator): New variables.
14257
14258 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
14259 New hooks.
14260
14261 (speedbar-separator-face): New face.
14262
14263 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
14264 (speedbar-ignored-modes): Add fundamental-mode.
14265 (speedbar-directory-unshown-regexp): Add . directories.
14266
14267 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
14268 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
14269 `]' for full expand/close.
14270 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
14271
14272 (speedbar-check-vc): Support hidden files.
14273 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
14274 (speedbar-this-file-in-vc): Use vc-state if available. If VC
14275 state is nil, it is not checked out.
14276
14277 (speedbar-line-text, speedbar-line-token): Support expand buttons
14278 with no text.
14279 (speedbar-refresh): Universal argument acts as power-click.
14280 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
14281 that buffer to get variable values.
14282
14283 And many other bugfixes.
14284
14285 * dframe.el, ezimage.el, sb-image.el: New files.
14286
14287 * sb-*.xpm: Remove files. New image files installed into
14288 etc/images/ezimage.
14289
14290 2005-09-30 Kenichi Handa <handa@m17n.org>
14291
14292 * ps-mule.el (ps-mule-show-warning): If a character is in
14293 ps-print-translation-table, don't treat it as non-printable.
14294
14295 2005-09-30 David Ponce <david@dponce.com>
14296
14297 * tree-widget.el (tree-widget-themes-load-path): New variable.
14298 (tree-widget-themes-directory): Doc fix.
14299 (tree-widget-image-formats) [Emacs]: Doc fix.
14300 (tree-widget--locate-sub-directory): New function.
14301 (tree-widget-themes-directory): Use it.
14302
14303 * recentf.el (recentf-filename-handlers): Rename from
14304 `recentf-filename-handler'. Allow a list of functions.
14305 (recentf-menu-items-for-commands): Fix :help strings.
14306 (recentf-apply-filename-handlers): New function.
14307 (recentf-expand-file-name): Use it.
14308 (recentf-cleanup): Remove duplicates too.
14309
14310 2005-09-29 Juri Linkov <juri@jurta.org>
14311
14312 * faces.el: Rearrange face definitions to be in the same order as
14313 their face descriptions in "(emacs)Standard Faces".
14314
14315 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
14316
14317 * tooltip.el (tooltip): Add group `basic-faces'.
14318
14319 * buff-menu.el (Buffer-menu-buffer): Remove group
14320 `font-lock-highlighting-faces'.
14321
14322 * progmodes/compile.el (compilation-error, compilation-warning)
14323 (compilation-info, compilation-line-number, compilation-column-number):
14324 Change group from `font-lock-highlighting-faces' to `compilation'.
14325
14326 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
14327 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
14328 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
14329 (vhdl-font-lock-reserved-words-face)
14330 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
14331 `font-lock-highlighting-faces'.
14332
14333 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
14334
14335 2005-09-28 Kim F. Storm <storm@cua.dk>
14336
14337 * emulation/cua-base.el: Set CUA move property on additional commands:
14338 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
14339 forward-sexp, backward-sexp, forward-list, backward-list.
14340
14341 2005-09-28 Romain Francoise <romain@orebokech.com>
14342
14343 * comint.el (comint-show-output): Really set point at the
14344 beginning of the output when not using `comint-use-prompt-regexp'.
14345
14346 2005-09-27 Jay Belanger <belanger@truman.edu>
14347
14348 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
14349 in TeX mode.
14350
14351 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
14352
14353 * textmodes/org.el (org-table-sum): Fix format string.
14354
14355 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
14356 Quote face names.
14357
14358 2005-09-26 Romain Francoise <romain@orebokech.com>
14359
14360 * isearch.el (isearch-forward-regexp): Close doc string.
14361
14362 2005-09-25 Richard M. Stallman <rms@gnu.org>
14363
14364 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
14365
14366 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
14367
14368 * progmodes/compile.el (compilation-error-properties):
14369 When getting the file from the previous error message,
14370 correctly decode the new data format.
14371
14372 * progmodes/cc-cmds.el (c-electric-paren):
14373 Call old-blink-paren only for close-paren.
14374
14375 2005-09-24 Andreas Schwab <schwab@suse.de>
14376
14377 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
14378 condition.
14379
14380 2005-09-25 Romain Francoise <romain@orebokech.com>
14381
14382 * dired-aux.el (dired-copy-file-recursive):
14383 * dired.el (dired-delete-file):
14384 * ediff-mult.el (ediff-dir-diff-copy-file):
14385 * ediff-util.el (ediff-test-save-region):
14386 * forms.el (forms-mode):
14387 * ido.el (ido-file-internal, ido-delete-file-at-head):
14388 * log-edit.el (log-edit-done):
14389 * ses.el (ses-yank-resize):
14390 * play/gomoku.el (gomoku-human-plays, gomoku)
14391 (gomoku-human-resigns, gomoku-prompt-for-other-game)
14392 (gomoku-offer-a-draw):
14393 * play/landmark.el (lm-human-resigns, lm):
14394 * net/eudcb-ldap.el (eudc-ldap-check-base):
14395 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
14396 * progmodes/ebrowse.el (ebrowse-find-pattern):
14397 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
14398 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
14399 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
14400
14401 * vc.el (vc-delete-file):
14402 * play/gomoku.el (gomoku-terminate-game, gomoku)
14403 (gomoku-prompt-for-move, gomoku-human-takes-back):
14404 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
14405 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
14406
14407 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
14408
14409 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
14410 color rxvt terminals by using the code xterm.el used to use before
14411 2005-04-09 in order to match the colors used by rxvt.
14412
14413 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14414
14415 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
14416 colors rxvt-unicode terminals by using the same code as xterm.el.
14417
14418 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
14419
14420 * textmodes/tex-mode.el (tex-font-lock-append-prop)
14421 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
14422 new symbol used for the tex-verbatim face.
14423
14424 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
14425
14426 * woman.el (woman-file-name):
14427 * wid-edit.el (widget-file-prompt-value)
14428 (widget-coding-system-prompt-value):
14429 * w32-fns.el (set-w32-system-coding-system):
14430 * vc.el (vc-version-diff, vc-annotate):
14431 * textmodes/reftex-auc.el (reftex-arg-cite)
14432 (reftex-arg-index-tag):
14433 * textmodes/refer.el (refer-get-bib-files):
14434 * textmodes/artist.el (artist-figlet-choose-font):
14435 * terminal.el (terminal-emulator):
14436 * replace.el (occur-read-primary-args):
14437 * rect.el (string-rectangle, string-insert-rectangle):
14438 * ps-print.el (ps-print-preprint):
14439 * progmodes/pascal.el (pascal-goto-defun):
14440 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
14441 * progmodes/compile.el (compilation-find-file):
14442 * printing.el (pr-interactive-n-up):
14443 * play/animate.el (animate-birthday-present):
14444 * net/rcompile.el (remote-compile):
14445 * man.el (man, Man-goto-section, Man-follow-manual-reference):
14446 * mail/rmailsum.el (rmail-summary-search-backward)
14447 (rmail-summary-search):
14448 * mail/rmailout.el (rmail-output-read-rmail-file-name)
14449 (rmail-output-read-file-name):
14450 * mail/rmail.el (rmail-search, rmail-search-backwards):
14451 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
14452 * locate.el (locate):
14453 * international/quail.el (quail-show-keyboard-layout):
14454 * international/mule.el (set-buffer-file-coding-system)
14455 (revert-buffer-with-coding-system, set-file-name-coding-system)
14456 (set-terminal-coding-system, set-keyboard-coding-system)
14457 (set-next-selection-coding-system):
14458 * international/mule-diag.el (describe-coding-system)
14459 (describe-font, describe-fontset):
14460 * international/mule-cmds.el (universal-coding-system-argument)
14461 (search-unencodable-char, describe-input-method)
14462 (set-language-environment, describe-language-environment):
14463 * international/codepage.el (codepage-setup):
14464 * international/code-pages.el (codepage-setup):
14465 * info.el (Info-search, Info-follow-reference)
14466 (Info-search-backward):
14467 * emacs-lisp/advice.el (ad-read-advised-function)
14468 (ad-read-advice-class, ad-clear-cache, ad-activate)
14469 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
14470 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
14471 (ad-read-regexp):
14472 * ediff-util.el (ediff-toggle-regexp-match):
14473 * ediff-ptch.el (ediff-prompt-for-patch-file):
14474 * dired-aux.el (dired-diff):
14475 * diff.el (diff):
14476 * cus-edit.el (custom-variable-prompt):
14477 * calendar/timeclock.el (timeclock-ask-for-project):
14478 * calc/calcalg3.el (calc-get-fit-variables):
14479 * calc/calc-store.el (calc-edit-variable)
14480 (calc-permanent-variable):
14481 * vc-mcvs.el (vc-mcvs-register):
14482 * shadowfile.el (shadow-define-literal-group):
14483 * woman.el (woman-file-name):
14484 * vc.el (vc-version-diff, vc-merge):
14485 * textmodes/reftex-index.el (reftex-index-complete-tag):
14486 * format.el (format-decode-buffer, format-decode-region):
14487 * emulation/viper-cmd.el (viper-read-string-with-history):
14488 * emacs-lisp/debug.el (cancel-debug-on-entry):
14489 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14490 * ediff.el (ediff-merge-revisions)
14491 (ediff-merge-revisions-with-ancestor, ediff-revision):
14492 * completion.el (interactive-completion-string-reader):
14493 * calc/calc-prog.el (calc-user-define-formula):
14494 Follow convention for reading with the minibuffer.
14495
14496 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
14497
14498 * progmodes/python.el (python-describe-symbol): Add globals() and
14499 locals() to the arguments of emacs.ehelp.
14500
14501 2005-09-24 Magnus Henoch <mange@freemail.hu>
14502
14503 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
14504 New function, code extracted from ispell-valid-dictionary-list.
14505 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
14506 Call it.
14507
14508 2005-09-24 Eli Zaretskii <eliz@gnu.org>
14509
14510 * subr.el (version-regexp-alist): Extend valid syntax for version
14511 strings: allow any of the characters -,_,+ to separate the
14512 alpha/beta/rc part from the version part. Doc fix.
14513 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
14514
14515 2005-09-23 David Reitter <david.reitter@gmail.com>
14516
14517 * mail/mailclient.el: New file.
14518
14519 2005-09-23 Richard M. Stallman <rms@gnu.org>
14520
14521 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
14522 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
14523 Doc fixes.
14524
14525 * progmodes/cc-mode.el (c-font-lock-init):
14526 Specify font-lock-lines-before.
14527
14528 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14529
14530 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
14531 whole conflict.
14532
14533 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
14534
14535 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
14536 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
14537 of `remap' feature when available. Additional key bindings for
14538 better tty support.
14539 (org-mode-restart, org-force-self-insert): New commands.
14540 (org-time-stamp-inactive): New command.
14541 (org-remap): New function.
14542 (org-table-auto-blank-field, org-level-color-stars-only): New options.
14543 (org-enable-fixed-width-editor): Move to `org-structure'
14544 customization group.
14545 (org-self-insert-command, orgtbl-self-insert-command): Modify to
14546 blank field after field motion commands.
14547
14548 2005-09-23 Kenichi Handa <handa@m17n.org>
14549
14550 * international/mule-cmds.el (set-language-environment):
14551 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
14552 have to call utf-translate-cjk-load-tables.
14553
14554 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
14555
14556 * mouse.el (mouse-move-drag-overlay): Fix last change.
14557
14558 2005-09-22 David Ponce <david@dponce.com>
14559
14560 * tree-widget.el (tree-widget-value-create): Fix previous change.
14561
14562 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
14563
14564 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
14565
14566 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
14567
14568 * mouse.el (mouse-move-drag-overlay): New function.
14569 (mouse-drag-region-1): Use it.
14570 Try to simplify a bit the state handling. Handle clicks on links
14571 inside intangible areas.
14572 (mouse-save-then-kill): Minor simplification.
14573 (mouse-secondary-overlay): Make it always non-nil instead of
14574 recreating it each time.
14575 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
14576 (mouse-kill-secondary, mouse-secondary-save-then-kill):
14577 Simplify accordingly.
14578
14579 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
14580
14581 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
14582
14583 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
14584
14585 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
14586 (ediff-file-name-sans-prefix): Treat nil as an empty string.
14587 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
14588 to patch.
14589
14590 * ediff-util.el: Use insert-buffer-substring.
14591
14592 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
14593
14594 * emulation/viper-cmd.el (viper-change-state): Don't move over the
14595 field boundaries in the minibuffer.
14596 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
14597 (viper-minibuffer-post-command-hook): New hook.
14598 (viper-line): Don't move cursor at bolp.
14599
14600 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
14601
14602 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
14603 avoid compiler warnings.
14604
14605 * emulation/viper-macs.el (ex-map): Better messages.
14606
14607 * emulation/viper-utils.el (viper-beginning-of-field): New function.
14608
14609 * emulation/viper.el: Replace make-variable-buffer-local with
14610 viper-make-variable-buffer-local everywhere, to avoid warnings.
14611
14612 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14613
14614 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
14615 Delete unused var `old-selected-window'.
14616 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
14617 (mouse-drag-secondary): Delete unused var `start-frame'.
14618
14619 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14620
14621 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
14622
14623 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14624
14625 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
14626 Re-indent within 80 columns. Use inhibit-read-only.
14627
14628 2005-09-19 Romain Francoise <romain@orebokech.com>
14629
14630 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
14631
14632 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14633
14634 * font-lock.el (font-lock-default-fontify-region): Don't add a line
14635 unconditionally, since the after-change-function already did it.
14636
14637 2005-09-19 Miles Bader <miles@gnu.org>
14638
14639 * net/newsticker.el: Get rid of CVS keyword.
14640
14641 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
14642
14643 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
14644 The prompt is formatted later.
14645
14646 2005-09-19 David Ponce <david@dponce.com>
14647
14648 * tree-widget.el (tree-widget-value-create): Save the converted
14649 tree :node widget.
14650
14651 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
14652
14653 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
14654 variable `message'.
14655
14656 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
14657
14658 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
14659 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
14660 <slawomir.nowaczyk.847@student.lu.se>.
14661
14662 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
14663
14664 * image.el (image-load-path): Use symbol `data-directory' instead
14665 of its value, for backward compatibility with packages that bind
14666 it during `find-image'. Suggested by Katsumi Yamaoka.
14667 (image-search-load-path): Handle symbols whose values are strings.
14668
14669 2005-09-18 Romain Francoise <romain@orebokech.com>
14670
14671 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
14672 with-current-buffer form in save-excursion.
14673
14674 2005-09-18 Deepak Goel <deego@gnufans.org>
14675
14676 * apropos.el (apropos-command): Fix `message' call: first arg
14677 should be a format spec. In this and all other cases that appear
14678 below and elsewhere in the source code, I made a change only when
14679 two conditions were satisfied: [1] I can think of a possibility
14680 that the arguments would cause an error, for example, the code in
14681 question relies on external variables such as filenames. [2] I
14682 was sure that the arg to `message' could not have been nil in the code.
14683
14684 * textmodes/tildify.el (tildify-region): Ditto.
14685
14686 * textmodes/reftex-index.el (reftex-index-change-entry)
14687 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
14688 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
14689 * textmodes/org.el (org-complete, org-deadline, org-schedule)
14690 (org-priority, org-table-sum):
14691 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
14692 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
14693 (flyspell-word, flyspell-display-next-corrections):
14694 * textmodes/bibtex.el (bibtex-print-help-message):
14695 * textmodes/artist.el (artist-key-set-point-poly):
14696 * term/mac-win.el (mac-services-insert-text):
14697 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
14698 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
14699 (vhdl-port-paste-testbench, vhdl-compose-new-component)
14700 (vhdl-compose-configuration):
14701 * progmodes/sh-script.el (sh-blink, sh-show-indent)
14702 (sh-set-indent, sh-learn-line-indent):
14703 * progmodes/ps-mode.el (ps-mode-target-column):
14704 * progmodes/idlwave.el (idlwave-make-tags)
14705 (idlwave-scan-library-catalogs):
14706 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
14707 * progmodes/gud.el (gud-jdb-analyze-source):
14708 * progmodes/flymake.el (flymake-log):
14709 * progmodes/ebnf2ps.el (ebnf-generate-region):
14710 * progmodes/cmacexp.el (c-macro-expansion):
14711 * progmodes/ada-xref.el (ada-treat-cmd-string):
14712 * progmodes/ada-mode.el (ada-create-case-exception-substring)
14713 (ada-justified-indent-current, ada-batch-reformat):
14714 * play/zone.el (zone):
14715 * play/landmark.el (lm-move):
14716 * play/decipher.el (decipher-show-alphabet):
14717 * net/newsticker.el (newsticker--display-jump)
14718 (newsticker--display-scroll):
14719 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
14720 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
14721 * mail/feedmail.el (feedmail-dump-message-to-queue):
14722 * eshell/esh-proc.el (eshell-remove-process-entry):
14723 * emulation/ws-mode.el (ws-last-error):
14724 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
14725 (viper-record-kbd-macro):
14726 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
14727 * emacs-lisp/lisp-mnt.el (lm-report-bug):
14728 * emacs-lisp/find-func.el (find-function-noselect):
14729 * calendar/timeclock.el (timeclock-status-string)
14730 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
14731 (timeclock-when-to-leave-string):
14732 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
14733 * calc/calc-units.el (calc-enter-units-table):
14734 * calc/calc-mode.el (calc-mode-record-mode):
14735 * woman.el (woman-mini-help):
14736 * wdired.el (wdired-change-to-wdired-mode):
14737 * vc.el (vc-retrieve-snapshot):
14738 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
14739 * startup.el (display-startup-echo-area-message):
14740 * simple.el (set-goal-column):
14741 * ses.el (ses-command-hook, ses-recalculate-cell):
14742 * server.el (server-process-filter):
14743 * printing.el (pr-interface-txt-print, pr-interface-printify)
14744 (pr-interface-ps):
14745 * pcvs.el (cvs-help):
14746 * log-edit.el (log-edit, log-edit-mode-help):
14747 * iswitchb.el (iswitchb-possible-new-buffer):
14748 * isearch.el (isearch-edit-string):
14749 * image-mode.el (image-mode, image-minor-mode):
14750 * ibuf-macs.el (define-ibuffer-filter):
14751 * hi-lock.el (hi-lock-find-patterns):
14752 * files.el (toggle-read-only):
14753 * ediff-util.el (ediff-copy-diff)
14754 (ediff-write-merge-buffer-and-maybe-kill):
14755 * echistory.el (Electric-history-undefined):
14756 * dnd.el (dnd-insert-text):
14757 * dired-aux.el (dired-query):
14758 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
14759 * bookmark.el (bookmark-bmenu-locate):
14760 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
14761 Fix `message' calls to ensure first arg is a format string.
14762 The change was made only when these two conditions were satisfied:
14763 [1] when there is a possibility that the arguments would cause an error
14764 for example, if the code in question relies on external variables
14765 such as filenames, and
14766 [2] if the arg to `message' could not have been nil in the code.
14767
14768 * pcomplete.el (pcomplete--help): Fix `message' format spec.
14769 Not having a %s would be weird, though not technically wrong.
14770
14771 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14772
14773 * term/mac-win.el (mac-add-charset-info): Doc fix.
14774
14775 2005-09-17 Romain Francoise <romain@orebokech.com>
14776
14777 * shell.el (shell-resync-dirs): Handle echoing processes more
14778 reliably. Don't insert resync command if `comint-process-echoes'
14779 is non-nil.
14780
14781 2005-09-17 Magnus Henoch <mange@freemail.hu>
14782
14783 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
14784 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
14785 aspell versions >= 0.60.
14786 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
14787 only if ispell-aspell-supports-utf8 is non-nil.
14788
14789 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
14790
14791 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
14792 buffer-local value to lisp-indent-function.
14793
14794 2005-09-17 Milan Zamazal <pdm@zamazal.org>
14795
14796 * progmodes/glasses.el (glasses-make-readable): If
14797 glasses-separator differs from underscore, put appropriate
14798 overlays over underscore characters.
14799 (glasses-convert-to-unreadable): If glasses-separator differs from
14800 underscore, try to convert glasses-separator characters to
14801 underscores.
14802
14803 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14804
14805 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
14806 Use with-syntax-table and dolist.
14807
14808 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
14809
14810 * textmodes/reftex-auc.el:
14811 * textmodes/reftex-cite.el:
14812 * textmodes/reftex-dcr.el:
14813 * textmodes/reftex-global.el:
14814 * textmodes/reftex-parse.el:
14815 * textmodes/reftex-ref.el:
14816 * textmodes/reftex-sel.el:
14817 * textmodes/reftex-toc.el:
14818 * textmodes/reftex-vars.el:
14819 * textmodes/reftex.el: Small changes to remove compiler warnings.
14820
14821 * textmodes/reftex-index.el: Likewise.
14822 (reftex-query-index-phrase): More efficient use of markers.
14823
14824 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
14825
14826 * image.el (image-load-path): New variable.
14827 (image-search-load-path): New function.
14828 (find-image): Search for images in `image-load-path'.
14829
14830 2005-09-15 Richard M. Stallman <rms@gnu.org>
14831
14832 * follow.el: Change Maintainer field.
14833
14834 2005-09-15 David Ponce <david@dponce.com>
14835
14836 * recentf.el (recentf-save-file-modes): New option.
14837 (recentf-save-list): Use it.
14838
14839 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
14840
14841 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
14842 (mode-line-mule-info, mode-line-modified): Move bindings from
14843 mouse-3 to mouse-1.
14844
14845 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
14846
14847 * simple.el (sendmail-user-agent-compose): Revert last change.
14848
14849 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14850
14851 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
14852 Use with-current-buffer.
14853 (ange-ftp-gwp-start): Remove unused var `gw-user'.
14854 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
14855 (ange-ftp-insert-directory): Remove unused var `short'.
14856 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
14857
14858 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
14859 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
14860
14861 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
14862 (check-calendar-holidays, diary-list-entries): Autoload.
14863 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
14864 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
14865
14866 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
14867 which mistakenly removed a call to display-buffer.
14868
14869 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
14870
14871 * obsolete/iso-insert.el: Move to obsolete/ from international/.
14872
14873 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
14874
14875 * progmodes/hideshow.el
14876 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
14877 (hs-allow-nesting): New user var.
14878 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
14879 (hs-hide-block-at-point): When nesting allowed,
14880 if there is already an overlay in place, delete it.
14881 (hs-safety-is-job-n): Delete func; remove call sites.
14882 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
14883 (hs-overlay-at): New func.
14884 (hs-already-hidden-p, hs-show-block): Use it.
14885 (hs-hide-all): Don't pre-clean if nesting allowed.
14886 (hs-show-all): Temporarily disallow
14887 nesting around call to `hs-discard-overlays'.
14888
14889 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
14890
14891 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
14892 Delete unused local var.
14893
14894 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
14895
14896 * help-fns.el (describe-categories): "?\ " -> "?\s".
14897 (help-do-arg-highlight): Recognize also ARG-n, as in
14898 `move-to-left-margin' (ARG+n is already recognized). Simplify.
14899
14900 * international/codepage.el (dos-unsupported-char-glyph):
14901 * net/newsticker.el (tool-bar-map, w3-mode-map)
14902 (w3m-minor-mode-map):
14903 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
14904 (ent-alist):
14905 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
14906
14907 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
14908
14909 * custom.el (custom-push-theme): Handle the case where a symbol is
14910 bound but face properties have not yet been assigned.
14911
14912 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
14913 Fix behavior if noerase is `t' and there is no mail buffer.
14914
14915 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
14916 if `continue' is nil, rather than signal an error.
14917
14918 2005-09-12 Richard M. Stallman <rms@gnu.org>
14919
14920 * font-lock.el (font-lock-keywords): Add autoload.
14921
14922 * help-fns.el (describe-variable): Rearrange to put source link
14923 in a predictable place.
14924
14925 * net/newsticker.el: New file.
14926
14927 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14928
14929 * calendar/calendar.el (calendar-for-loop): Add edebug info.
14930 (calendar-basic-setup): Use the new nil arg.
14931 (number-of-diary-entries): Move to diary-lib.el.
14932
14933 * calendar/diary-lib.el: Use with-current-buffer, match-string.
14934 (diary-list-entries): Use with-syntax-table and dolist.
14935 Rename from list-diary-entries.
14936 Use number-of-diary-entries if `number' is nil.
14937 (diary, diary-view-entries): Use this new name and new nil arg value.
14938 (number-of-diary-entries): Move from calendar.el.
14939 (diary-unhide-everything): New function.
14940 (include-other-diary-files, fancy-diary-display)
14941 (diary-show-all-entries, make-diary-entry): Use it.
14942 (diary-mail-entries): Use buffer-string.
14943 (mark-diary-entries): Fix long standing paren typo.
14944 (diary-sexp-entry): Use count-lines.
14945 (make-diary-entry): Avoid `previous-line'.
14946 (diary-mode-map): New var.
14947 (diary-mode): Redraw cal after saving. Setup header-line.
14948 (fancy-diary-display-mode): Use local-set-key.
14949
14950 * startup.el (command-line): Try calling various terminal-init-foo-bar
14951 functions by stripping hyphenated suffixes from $TERM.
14952
14953 * files.el (normal-mode): Check boundness of font-lock-keywords.
14954
14955 2005-09-12 Richard M. Stallman <rms@gnu.org>
14956
14957 * progmodes/compile.el: Don't decide a file's directory
14958 until the user actually tries to go there.
14959 (compilation-next-error-function):
14960 Pass compilation-find-file the directory from the file-struct.
14961 (compilation-internal-error-properties): Separate local FILE-STRUCT
14962 from FILE. Doc the args better. Rename arg FMT to FMTS.
14963 (compilation-find-file): Arg DIR renamed to DIRECTORY.
14964 Expand it, and if nil, use default-directory.
14965 (compilation-get-file-structure): Don't mix specified directory
14966 with default directory. Put specified directory into
14967 file-struct. Don't make the file name absolute.
14968
14969 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
14970 (compile-command): Add autoload.
14971 (compilation-disable-input): Add autoload.
14972
14973 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
14974
14975 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
14976 strings of the variables it can override.
14977 (time-stamp): New (as yet undocumented) time-stamp-format escapes
14978 %Q and %q, for fully-qualified domain name and unqualified host name.
14979
14980 2005-09-11 Kim F. Storm <storm@cua.dk>
14981
14982 * emacs-lisp/authors.el (authors-aliases): Update list.
14983 (authors-fixed-entries): Update mldrag.el entry.
14984
14985 2005-09-10 Alan Mackenzie <acm@muc.de>
14986
14987 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
14988 from the region narrowed to.
14989
14990 2005-09-10 Magnus Henoch <mange@freemail.hu>
14991
14992 * textmodes/ispell.el (ispell-check-version): Signal an error if
14993 aspell version is less than 0.60.
14994
14995 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
14996
14997 * progmodes/octave-inf.el (inferior-octave-startup):
14998 Resync current dir at the end.
14999
15000 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
15001
15002 * woman.el (woman-topic-at-point-default):
15003 Rename to woman-use-topic-at-point-default.
15004 (woman-topic-at-point): Rename to woman-use-topic-at-point.
15005 (woman-file-name): Reflect renames above. Automatically use the
15006 word at point as topic if woman-use-topic-at-point is non-nil.
15007 Otherwise offer it as default but don't insert it in the
15008 minibuffer. Also use `test-completion' instead of `assoc' as
15009 suggested by Stefan Monnier.
15010
15011 2005-09-10 Andre Spiegel <spiegel@gnu.org>
15012
15013 * vc.el (vc-directory, vc-update-change-log): Throw an error on
15014 the attempt to do it over Tramp. This is not yet supported.
15015
15016 2005-09-10 Eli Zaretskii <eliz@gnu.org>
15017
15018 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
15019 (menu-bar-non-minibuffer-window-p): New functions.
15020 ("Split Window", "Save As..."): Use them.
15021 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
15022 ("Print Buffer", "Truncate Long Lines in this Buffer"):
15023 Use menu-bar-menu-frame-live-and-visible-p.
15024 ("Save Buffer", "Insert File", "Open Directory...")
15025 ("Open File...", "Visit New File..."):
15026 Use menu-bar-non-minibuffer-window-p.
15027 (kill-this-buffer-enabled-p, dired <menu-enable>):
15028 Use menu-bar-non-minibuffer-window-p.
15029
15030 2005-09-09 Eli Zaretskii <eliz@gnu.org>
15031
15032 * cus-start.el (all): Don't complain about fringe-related
15033 built-ins if fringes are not supported. Ditto about
15034 selection-related built-ins. Fix the test for GTK-related built-ins.
15035
15036 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
15037 ("Postscript Print Buffer", "Print Region", "Save As...")
15038 ("Save", "Insert File...", "Open Directory...")
15039 ("Open File...", "Visit New File..."")
15040 ("Truncate Long Lines in this Buffer"): Don't look at
15041 menu-updating-frame if this display does not support multiple frames.
15042
15043 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15044
15045 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
15046
15047 2005-09-09 Emilio Lopes <eclig@gmx.net>
15048
15049 * woman.el: Format- and whitespace-related changes.
15050
15051 2005-09-09 Eli Zaretskii <eliz@gnu.org>
15052
15053 * woman.el: Fix my email address.
15054
15055 2005-09-08 Richard M. Stallman <rms@gnu.org>
15056
15057 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
15058 (sh-mode): Locally set skeleton-pair-default-alist.
15059
15060 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
15061
15062 * progmodes/flymake.el: Require `compile' unconditionally.
15063
15064 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
15065
15066 * woman.el (woman-file-name): Provide a default, not initial input.
15067
15068 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
15069
15070 * font-lock.el (font-lock-support-mode): Doc fix.
15071
15072 * descr-text.el (describe-property-list): Handle non-symbol prop names.
15073
15074 2005-09-08 Richard M. Stallman <rms@gnu.org>
15075
15076 * simple.el (blink-matching-open): Get rid of text props from
15077 the string shown in echo area. Don't permanently set point.
15078 Some rearrangements.
15079
15080 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
15081
15082 * recentf.el (recentf-filename-handler): Add custom choice
15083 `abbreviate-file-name'.
15084
15085 * msb.el (msb--very-many-menus): Fix typo.
15086
15087 * disp-table.el (standard-display-european): Don't set
15088 enable-multibyte-characters to nil.
15089
15090 2005-09-08 David Ponce <david@dponce.com>
15091
15092 * recentf.el (recentf-show-file-shortcuts-flag): New option.
15093 (recentf-expand-file-name): Doc fix.
15094 (recentf-dialog-mode-map): Define digit shortcuts.
15095 (recentf--files-with-key): New variable.
15096 (recentf-show-digit-shortcut-filter): New function.
15097 (recentf-open-files-items): New function.
15098 (recentf-open-files): Use it.
15099 (recentf-open-file-with-key): New command.
15100
15101 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
15102
15103 * buff-menu.el (Buffer-menu-sort-by-column): New function.
15104 Suggested by Kim F. Storm.
15105 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
15106 (Buffer-menu-make-sort-button): Use global keymap.
15107
15108 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
15109
15110 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
15111 (Man-getpage-in-background-advice): Remove defadvice; it isn't
15112 necessary any longer with the remapped command.
15113 (Man-bgproc-sentinel-advice): Remove defadvice which counts
15114 formatting time only.
15115
15116 * net/tramp.el (tramp-action-password)
15117 (tramp-multi-action-password): Compile the password prompt from
15118 `method', `user' and `host'. Sometimes it isn't obvious which
15119 password to enter, for example with remote files offered by
15120 recentf.el, or with multiple steps. Suggested by Robert Marshall
15121 <robert@chezmarshall.freeserve.co.uk>.
15122
15123 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
15124
15125 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
15126 Fix regexp for when "s///" is at the beginning of line.
15127
15128 2005-09-07 Jay Belanger <belanger@truman.edu>
15129
15130 * calc/calc-poly.el (math-expand-term): Multiply out any powers
15131 when in matrix mode.
15132
15133 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
15134
15135 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
15136 non-anonymous functions.
15137
15138 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
15139
15140 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
15141 when using a header line. Otherwise, use mouse-1-click-follows-link.
15142
15143 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
15144 can't be moved; don't signal an error.
15145
15146 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
15147
15148 * cus-theme.el (custom-theme-write-faces): Save the current face
15149 spec, not the defface spec.
15150
15151 * custom.el (custom-known-themes): Clarify meaning of "standard".
15152 (custom-push-theme): Save old values in the standard theme.
15153 (disable-theme): Correct typo.
15154 (custom-face-theme-value) Deleted unused function.
15155 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
15156
15157 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
15158
15159 * progmodes/compile.el (compilation-goto-locus): Take into account
15160 iconified frames when determining whether the buffer is
15161 already visible.
15162 Don't reset window height if the window already existed.
15163
15164 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
15165
15166 * custom.el (load-theme): Rename from require-theme.
15167 Add interactive spec.
15168 (enable-theme): Rename from custom-enable-theme.
15169 Add interactive spec.
15170 (disable-theme): Rename from custom-disable-theme.
15171 Add interactive spec.
15172 (custom-make-theme-feature): Doc fix.
15173 (custom-theme-directory): Doc fix.
15174 (provide-theme): Call enable-theme.
15175
15176 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
15177
15178 * obsolete/lazy-lock.el (lazy-lock-mode):
15179 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
15180 font-lock-mode if it's off. Print a warning instead.
15181
15182 * progmodes/compile.el (compilation-start): Ignore errors if the
15183 process died before we get to send-eof.
15184
15185 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
15186 Undo last change. Enclosing the result in quotes broke things on Unix
15187 since tex-send-command passes it through shell-quote-argument.
15188 (tex-send-command): Pass `file' through convert-standard-filename
15189 when possible.
15190 (tex-uptodate-p): Handle the case where TeX hasn't put additional
15191 info in a transcript.
15192
15193 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
15194
15195 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
15196 fix compilation warning. Reorder the key definitions to group
15197 together keys emitted by the current version of xterm.
15198
15199 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
15200 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
15201 Reorder predicates to correct min-color usage.
15202
15203 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
15204
15205 * longlines.el (longlines-mode): Inhibit read-only when encoding.
15206 Kill local variables when longlines-mode is turned off.
15207
15208 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
15209
15210 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
15211
15212 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
15213
15214 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
15215
15216 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
15217 (font-lock-lines-before): Change default to being inactive.
15218 (font-lock-default-fontify-region): Obey font-lock-lines-before.
15219 (font-lock-after-change-function): Don't handle f-l-lines-before here.
15220
15221 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
15222
15223 * net/tramp.el (tramp-handle-make-auto-save-file-name):
15224 Deactivate temporarily advice if active (not needed for Emacs 22,
15225 but for backwards compatibility).
15226 (tramp-exists-file-name-handler): Rewrite. First implementation
15227 was too simple.
15228 (tramp-advice-make-auto-save-file-name):
15229 Call `tramp-handle-make-auto-save-file-name' (again, just for
15230 backwards compatibility).
15231
15232 2005-08-31 Reto Zimmermann <reto@gnu.org>
15233
15234 * progmodes/vhdl-mode.el
15235 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
15236 (vhdl-end-p): Fix indentation bug "else" after "-- when".
15237 (vhdl-set-default-project): New function (easier setting of default).
15238 (vhdl-port-copy): Handle extended identifiers for generics.
15239 (vhdl-compiler-alist): Better description for error message regexp.
15240 (vhdl-make): Query for target, use previous as default.
15241 (vhdl-port-copy): Fix port copy for port names starting with "signal".
15242 (vhdl-font-lock-keywords-2): Fix fontification for record
15243 el. assign.
15244 (vhdl-speedbar-make-subpack-line): Add package body link.
15245 (vhdl-generate-makefile-1): Not include itself as dependency.
15246 (vhdl-font-lock-init): Highlight c-preprocessor directives.
15247 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
15248 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
15249 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
15250 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
15251 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
15252 (vhdl-import-project): Add string argument for `error'.
15253 (vhdl-compose-configuration)
15254 (vhdl-compose-configuration-architecture): Add configuration
15255 declaration generation.
15256 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
15257 (vhdl-trailer-re): Add "record" keyword (better indentation).
15258 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
15259 "[^ \t-\"]+".
15260 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
15261 (vhdl-testbench-entity-file-name)
15262 (vhdl-testbench-architecture-file-name): Allow separate
15263 customization of testbench file names.
15264 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
15265 (vhdl-get-visible-signals): Allow newline within alias declaration.
15266 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
15267 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
15268 (member-ignore-case): Alias for missing function in XEmacs.
15269 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
15270 (vhdl-update-sensitivity-list): Ignore case on read signals.
15271 (vhdl-replace-string): Adjust case only for file names.
15272 (vhdl-update-sensitivity-list): Fix search for read signals.
15273 (vhdl-update-sensitivity-list): Exclude formal parameters.
15274 (vhdl-get-visible-signals): Include aliases of signals.
15275 (vhdl-get-visible-signals): Fix signal name searching.
15276 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
15277 (vhdl-fixup-whitespace-region): Fix for character
15278 literals (e.g. `:').
15279
15280 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
15281
15282 * ansi-color.el (comint-last-output-start):
15283 * bs.el (font-lock-verbose):
15284 * diff-mode.el (add-log-buffer-file-name-function):
15285 * dired-x.el (vm-folder-directory):
15286 * faces.el (help-xref-stack-item):
15287 * files.el (font-lock-keywords):
15288 * find-lisp.el (dired-buffers, dired-subdir-alist):
15289 * ido.el (cua-inhibit-cua-keys):
15290 * log-view.el (cvs-minor-wrap-function):
15291 * outline.el (font-lock-warning-face):
15292 * simple.el (compilation-current-error):
15293 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
15294 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
15295 * tooltip.el (comint-prompt-regexp):
15296 * w32-fns.el (explicit-shell-file-name):
15297 * term/mac-win.el (mac-charset-info-alist)
15298 (mac-services-selection, mac-system-script-code):
15299 * term/tty-colors.el (msdos-color-values):
15300 * term/w32-win.el (xlfd-regexp-registry-subnum):
15301 * term/x-win.el (x-keysym-table, x-selection-timeout)
15302 (x-session-id, x-session-previous-id):
15303 * textmodes/ispell.el (mail-yank-prefix):
15304 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
15305 * textmodes/org.el (calc-embedded-close-formula)
15306 (calc-embedded-open-formula)
15307 (font-lock-unfontify-region-function):
15308 * textmodes/reftex-global.el (isearch-next-buffer-function)
15309 (TeX-master):
15310 * textmodes/reftex.el (font-lock-keywords):
15311 * textmodes/tex-mode.el (font-lock-comment-face)
15312 (font-lock-doc-face):
15313 * textmodes/texinfo.el (outline-heading-alist):
15314 Add defvars.
15315
15316 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
15317 (artist-spray-chars, artist-mode-init, artist-replace-string)
15318 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
15319 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
15320 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
15321
15322 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
15323 (conf-align-assignments): "?\ " -> "?\s".
15324
15325 * textmodes/reftex-index.el (TeX-master): Add defvar.
15326 (reftex-index-phrases-marker): Move up defvar.
15327
15328 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
15329 (reftex-toc-include-labels-indicator)
15330 (reftex-toc-include-index-indicator)
15331 (reftex-toc-max-level-indicator): Move up declarations.
15332
15333 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
15334 of args to `tramp-run-real-handler', even if it's empty in this case.
15335
15336 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15337
15338 * dired.el (dired-move-to-filename-regexp): Add date format for
15339 Mac OS X 10.3 in East Asian locales.
15340
15341 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
15342
15343 * files.el (make-auto-save-file-name): Add file name handler call
15344 if applicable.
15345
15346 * net/tramp.el (tramp-file-name-handler-alist)
15347 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
15348 (tramp-handle-make-auto-save-file-name): Rename from
15349 `tramp-make-auto-save-file-name'.
15350 (tramp-exists-file-name-handler): New defun.
15351 (tramp-advice-make-auto-save-file-name): Make defadvice only when
15352 `make-auto-save-file-name' is not a magic file name operation.
15353
15354 2005-08-30 Richard M. Stallman <rms@gnu.org>
15355
15356 * files.el (risky-local-variable-p):
15357 Match `-predicates' and `-commands.
15358
15359 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
15360 (custom-save-all): Visit the file if necessary;
15361 kill the buffer if we created it.
15362 (custom-save-delete): Don't visit file or kill buffer here.
15363
15364 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
15365
15366 * textmodes/org.el (org-special-keyword): New face.
15367 (org-table-copy-down, org-table-eval-formula)
15368 (org-table-recalculate, org-init-section-numbers):
15369 Use `string-to-number' instead of `string-to-int'.
15370 (org-get-location): Use `insert-buffer-substring' instead of
15371 `insert-buffer'.
15372 (org-modify-diary-entry-string): New function.
15373 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
15374 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
15375 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
15376 active region.
15377 (org-export-as-html): Handle QUOTE keyword.
15378 (org-quote-string): New option.
15379 (org-bookmark-jump-unhide): New function, used for
15380 `bookmark-after-jump-hook'.
15381 (org-diary-default-entry): Apply only when not called through
15382 `org-agenda'.
15383
15384 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
15385
15386 * net/eudc.el (mode-popup-menu):
15387 * play/handwrite.el (ps-printer-name, ps-lpr-command):
15388 * progmodes/ada-mode.el (compile-auto-highlight)
15389 (skeleton-further-elements):
15390 * progmodes/autoconf.el (font-lock-syntactic-keywords):
15391 * progmodes/cmacexp.el (msdos-shells):
15392 * progmodes/compile.el (font-lock-extra-managed-props)
15393 (font-lock-keywords, font-lock-maximum-size)
15394 (font-lock-support-mode):
15395 * progmodes/grep.el (font-lock-lines-before):
15396 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
15397 * progmodes/mixal-mode.el (compile-command):
15398 * progmodes/perl-mode.el (font-lock-comment-face)
15399 (font-lock-doc-face, font-lock-string-face):
15400 * progmodes/prolog.el (comint-prompt-regexp):
15401 * progmodes/sh-script.el (font-lock-comment-face)
15402 (font-lock-set-defaults, font-lock-string-face):
15403 * progmodes/sql.el (font-lock-keyword-face)
15404 (font-lock-set-defaults, font-lock-string-face):
15405 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
15406 (itimer-version, lazy-lock-defer-contextually)
15407 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
15408 Add defvars.
15409
15410 * progmodes/cperl-mode.el (cperl-electric-lbrace)
15411 (cperl-electric-keyword, cperl-electric-pod)
15412 (cperl-electric-backspace, cperl-forward-re)
15413 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
15414 (vc-rcs-header, vc-sccs-header): Add defvars.
15415
15416 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
15417 (font-lock-syntactic-keywords, gud-find-expr-function):
15418 Add defvars.
15419
15420 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
15421 (gdb-frame-parameters): Declare before use.
15422
15423 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
15424 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
15425 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
15426 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
15427
15428 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
15429 (idlwave-help-with-source): Use `insert-buffer-substring', not
15430 `insert-buffer'.
15431
15432 2005-08-29 Juri Linkov <juri@jurta.org>
15433
15434 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
15435 Put outline-back-to-heading function call inside save-excursion.
15436
15437 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
15438
15439 * man.el (Man-init-defvars, Man-translate-references)
15440 (Man-support-local-filenames, Man-highlight-references):
15441 * progmodes/sql.el (sql-interactive-mode):
15442 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
15443
15444 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
15445 (compilation-mode-font-lock-keywords): Add defvars.
15446 (checkdoc-interactive-loop): "?\ " -> "?\s".
15447
15448 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
15449 (font-lock-doc-face, font-lock-string-face)
15450 (font-lock-keywords-case-fold-search): Add defvars.
15451 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
15452
15453 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
15454 Don't pass X and Y (they are ignored anyway).
15455 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
15456 (mouse-delete-window): Make arguments optional.
15457
15458 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
15459 (caesar-translate-table, minor-modes, news-buffer-save)
15460 (news-group-name, news-minor-modes): Add defvars.
15461
15462 * emacs-lisp/lselect.el (mouse-highlight-priority)
15463 (x-lost-selection-functions, zmacs-regions):
15464 * emacs-lisp/pp.el (font-lock-verbose):
15465 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
15466 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
15467 (ses-mode-map):
15468 * emacs-lisp/tcover-unsafep.el (safe-functions):
15469 * international/mule-cmds.el (mac-system-coding-system)
15470 (mac-system-locale):
15471 * language/ethio-util.el (rmail-current-message)
15472 (rmail-message-vector):
15473 * language/thai-util.el (thai-auto-composition-mode):
15474 * mail/metamail.el (rmail-current-message, rmail-message-vector):
15475 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
15476 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
15477 (vm-primary-inbox, vm-spool-files):
15478 * mail/rmail.el (deleted-head, font-lock-fontified)
15479 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
15480 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
15481 (total-messages):
15482 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
15483 (rmail-summary-mode-map):
15484 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
15485 (rmail-last-label, rmail-last-multi-labels)
15486 (rmail-summary-vector, rmail-total-messages):
15487 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
15488 * mail/rmailsum.el (msgnum):
15489 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
15490 (rmail-current-message):
15491 * obsolete/fast-lock.el (font-lock-face-list):
15492 * obsolete/rnewspost.el (mail-reply-buffer):
15493 * obsolete/scribe.el (compile-command):
15494 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
15495
15496 2005-08-28 John Paul Wallington <jpw@gnu.org>
15497
15498 * ibuf-ext.el (ibuffer-auto-update-changed):
15499 Use `frame-or-buffer-changed-p' to check whether we need to update.
15500 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
15501 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
15502 as a `frame-or-buffer-changed-p' state vector instead.
15503
15504 2005-08-27 Romain Francoise <romain@orebokech.com>
15505
15506 * textmodes/makeinfo.el (makeinfo-compile):
15507 Use `compilation-start'. Set `next-error-function' according to
15508 `disable-errors'.
15509 (makeinfo-next-error): New function.
15510 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
15511 (makeinfo-buffer): Likewise.
15512
15513 * progmodes/compile.el (compilation-start): Add autoload cookie.
15514
15515 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
15516 * textmodes/sgml-mode.el: Likewise.
15517 * progmodes/python.el: Likewise.
15518
15519 2005-08-27 Eli Zaretskii <eliz@gnu.org>
15520
15521 * simple.el (blink-matching-paren-distance): Document the meaning
15522 of nil value, and allow to customize to nil.
15523
15524 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
15525 command.com, not command.exe.
15526
15527 2005-08-26 John Wiegley <johnw@newartisans.com>
15528
15529 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
15530 code around a bit so that an extraneous nil argument is not added
15531 to a command when no args are given.
15532
15533 * eshell/esh-arg.el (eshell-parse-double-quote): If a
15534 double-quoted argument resolves to nil, return it as an empty
15535 string rather than as nil. This made it impossible to pass "" to
15536 a shell script as a null string argument.
15537
15538 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
15539
15540 * outline.el (outline-invent-heading): New fun.
15541 (outline-promote, outline-demote): Use it.
15542 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
15543 (outline-end-of-subtree): Remove unused var `opoint'.
15544
15545 2005-08-26 David Reitter <david.reitter@gmail.com>
15546
15547 * menu-bar.el (truncate-lines, write-file, print-buffer)
15548 (ps-print-buffer-faces, ps-print-buffer, split-window):
15549 Disable menu items when the frame they refer to is invisible, or when
15550 they refer to a buffer and the minibuffer is selected.
15551
15552 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
15553
15554 * progmodes/flymake.el (flymake-highlight-err-lines):
15555 Use save-excursion around flymake-highlight-line to preserve point.
15556
15557 2005-08-26 Eli Zaretskii <eliz@gnu.org>
15558
15559 * progmodes/octave-mod.el: Change Author and Maintainer address.
15560 (octave-maintainer-address): Change Kurt's email address.
15561 * progmodes/octave-inf.el: Change Author and Maintainer address.
15562 * progmodes/octave-hlp.el: Change Author and Maintainer address.
15563
15564 2005-08-26 Kim F. Storm <storm@cua.dk>
15565
15566 * subr.el (version-list-<, version-list-<=, version-list-=):
15567 Rename from integer-list-*.
15568 (version-list-not-zero): Likewise. Fix while loop.
15569 (version=): Use version-list-= instead of string-equal.
15570
15571 2005-08-26 Richard M. Stallman <rms@gnu.org>
15572
15573 * outline.el (outline-promote): Try shortening the heading.
15574 As last resort, read the heading to use.
15575 (outline-demote): As last resort, read the heading to use.
15576
15577 2005-08-26 Romain Francoise <romain@orebokech.com>
15578
15579 * progmodes/compile.el (compilation-start): Doc fix.
15580
15581 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
15582 (antlr-font-lock-additional-keywords): Fix reference to
15583 `antlr-font-lock-literal-regexp' erroneously changed during the
15584 mass face rename.
15585 (antlr-run-tool): Use `compilation-start'.
15586
15587 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
15588 instead of the obsolete `compile-internal'.
15589
15590 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
15591
15592 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
15593 (number, original-date):
15594 * calendar/cal-china.el (date):
15595 * calendar/cal-coptic.el (date):
15596 * calendar/cal-french.el (date):
15597 * calendar/cal-hebrew.el (date, entry, number, original-date):
15598 * calendar/cal-islam.el (date, number, original-date):
15599 * calendar/cal-iso.el (date):
15600 * calendar/cal-julian.el (date):
15601 * calendar/cal-mayan.el (date):
15602 * calendar/cal-menu.el (date, event):
15603 * calendar/cal-persia.el (date):
15604 * calendar/lunar.el (date):
15605 * calendar/solar.el (date): Add defvars.
15606
15607 * emerge.el:
15608 * ibuffer.el:
15609 * info-xref.el:
15610 * obsolete/bg-mouse.el:
15611 * obsolete/sun-curs.el:
15612 * obsolete/swedish.el: Move the `defvar's to the top level.
15613
15614 * smerge-mode.el (smerge-refined-change): Add :group.
15615
15616 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
15617
15618 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
15619 (smerge-keep-n): Remove props.
15620 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
15621 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
15622 now that it's done in smerge-keep-n.
15623 (smerge-refined-change): New face.
15624 (smerge-refine-chopup-region, smerge-refine-highlight-change)
15625 (smerge-refine): New funs.
15626 (smerge-basic-map): Bind smerge-refine.
15627
15628 2005-08-25 Juri Linkov <juri@jurta.org>
15629
15630 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
15631 compilation-process-setup-function and compilation-disable-input
15632 in grep-mode instead of let-bindings in grep.
15633
15634 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
15635 Delete "Automatic File De/compression" (auto-compression-mode).
15636
15637 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
15638
15639 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
15640 Silence warning about non-existent variable.
15641
15642 2005-08-25 Richard M. Stallman <rms@gnu.org>
15643
15644 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
15645 Rename "Describe Key" to "Describe Key or Mouse Operation".
15646
15647 * mail/mailalias.el (build-mail-aliases): Delete comments
15648 from the contents before processing them.
15649
15650 * isearch.el (isearch-edit-string): Erase the Search prompt
15651 if user enters an empty string and there is no default.
15652
15653 * comint.el (comint-file-name-prefix): Add autoload.
15654
15655 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
15656
15657 * subr.el (play-sound): Rearrange to avoid warning.
15658
15659 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
15660
15661 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
15662 New hook.
15663 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
15664
15665 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15666
15667 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
15668
15669 * custom.el (custom-theme-set-variables): Sort minor modes last.
15670
15671 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15672
15673 * subr.el (version-separator, version-regexp-alist): New vars used by
15674 version comparison funs.
15675 (integer-list-<, integer-list-=, integer-list-<=)
15676 (integer-list-not-zero): New funs for integer list comparison.
15677 (version-to-list, version=, version<, version<=): New funs for version
15678 comparison.
15679
15680 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
15681
15682 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
15683 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
15684 time to silence the byte-compiler.
15685
15686 * ibuffer.el (ibuffer-compile-make-eliding-form)
15687 (ibuffer-check-formats): Use `with-no-warnings' to hide references
15688 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
15689 so it's silly to get warnings for it).
15690 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
15691 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
15692 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
15693 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
15694 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
15695 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
15696 Defvar at compile time.
15697 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
15698 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
15699 Declare them before use.
15700
15701 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
15702 (info-xref-good, info-xref-bad): Defvar at compile time.
15703
15704 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
15705 Use `let*' instead of `let'.
15706
15707 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
15708 (*mouse-y*, menu, char): Defvar at compile time.
15709 (sc::menu): Declare it before use.
15710 (sc::pack-one-line): Use `let', not `let*'.
15711
15712 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
15713 (mail-send-hook): Defvar at compile time.
15714
15715 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
15716 Defvar at compile time.
15717
15718 * term/sun-mouse.el (current-global-mousemap)
15719 (current-local-mousemap): Declare them before use.
15720
15721 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
15722
15723 * bookmark.el (bookmark-after-jump-hook): New hook.
15724 (bookmark-jump): Run `bookmark-after-jump-hook'.
15725
15726 2005-08-23 Juri Linkov <juri@jurta.org>
15727
15728 * faces.el (minibuffer-prompt): Doc fix.
15729
15730 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
15731
15732 * progmodes/xscheme.el: Trivial changes to silence warnings.
15733 (xscheme-previous-mode, xscheme-previous-process-state):
15734 Add defvars.
15735 (xscheme-last-input-end, xscheme-process-command-line)
15736 (xscheme-process-name, xscheme-buffer-name)
15737 (xscheme-expressions-ring-max, xscheme-expressions-ring)
15738 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
15739 (xscheme-control-g-synchronization-p)
15740 (xscheme-control-g-disabled-p, xscheme-string-receiver)
15741 (default-xscheme-runlight, xscheme-runlight)
15742 (xscheme-runlight-string, xscheme-process-filter-state)
15743 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
15744 Move to beginning of file.
15745 (scheme-interaction-mode-commands-alist)
15746 (scheme-interaction-mode-map, scheme-debugger-mode-map):
15747 Declare them before use. Note: the initialization code for the variables
15748 has not been moved because it uses functions that reference the variables.
15749 (xscheme-control-g-message-string, xscheme-process-filter-alist)
15750 (xscheme-prompt-for-expression-map): Declare them before use.
15751 (scheme-debugger-mode-commands): "?\ " -> "?\s".
15752
15753 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
15754
15755 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
15756
15757 2005-08-22 Juri Linkov <juri@jurta.org>
15758
15759 * faces.el (set-face-underline): Delete this duplicate function
15760 and make an obsolete alias to set-face-underline-p.
15761 (set-face-underline-p): Use docstring of set-face-underline.
15762 (describe-face): Create hyperlink to parent face.
15763
15764 * info.el (Info-insert-dir): Use save-excursion around
15765 insert-buffer-substring.
15766 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
15767 (Info-escape-percent): Delete function.
15768 (Info-fontify-node): Replace Info-escape-percent by
15769 replace-regexp-in-string with REP arg set to lambda that
15770 duplicates `%' and preserves text properties.
15771
15772 * progmodes/compile.el (compilation-disable-input): Doc fix.
15773 (define-compilation-mode): Doc fix and refill.
15774 (kill-compilation): Use `mode-name' in the error message.
15775 (compilation-find-file): Use `compilation-error' in the
15776 read-file-name's prompt.
15777
15778 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15779
15780 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
15781 (smerge-auto-leave): Make undo re-enable the mode.
15782 (debug-ignored-errors): Add the user-error of impossible resolution.
15783 (smerge-resolve): Move things around a bit, in preparation for later.
15784 (smerge-diff): Don't fail if the buffer has no associated file.
15785 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
15786 (smerge-conflict-overlay): New function.
15787 (smerge-match-conflict): Don't add text properties here.
15788 (smerge-find-conflict): Instead, add an overlay here.
15789 Also check for the case where we're inside a conflict already, so as to
15790 obviate the need for font-lock-multiline, which is unbearably slow with
15791 large conflicts and ciomplex font-lock patterns.
15792 (smerge-remove-props): Remove overlay rather than text-properties.
15793 (smerge-mode): Don't set font-lock-multiline.
15794 Remove overlays when turned off.
15795
15796 2005-08-21 Kim F. Storm <storm@cua.dk>
15797
15798 * ido.el (ido-ignore-item-p): Use save-match-data.
15799 Bind case-fold-search to ido-case-fold locally.
15800
15801 2005-08-20 Richard M. Stallman <rms@gnu.org>
15802
15803 * files.el (normal-mode): If font lock is on, turn it off and on.
15804
15805 * subr.el (replace-regexp-in-string): Doc fix.
15806
15807 * startup.el (command-line-1): Don't suppress startup screen
15808 due to existing processes.
15809
15810 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
15811
15812 * progmodes/compile.el (compilation-disable-input): Default to nil.
15813
15814 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15815
15816 * progmodes/compile.el (compilation-disable-input): New defcustom.
15817 (compilation-start): If compilation-disable-input is non-nil, send
15818 EOF to the compilation process.
15819
15820 2005-08-20 Eli Zaretskii <eliz@gnu.org>
15821
15822 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
15823 Run the argument of tex-shell-cd-command through
15824 convert-standard-filename, to get the correct style of slashes on
15825 Windows, and enclose the result in quotes, in case the file name
15826 includes whitespace or other special characters.
15827
15828 2005-08-19 Andreas Schwab <schwab@suse.de>
15829
15830 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
15831 process.
15832
15833 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
15834
15835 * cus-start.el (minibuffer-prompt-properties): Correct typo.
15836
15837 2005-08-18 Kim F. Storm <storm@cua.dk>
15838
15839 * scroll-lock.el: Fix errors due to incorrect line wrapping.
15840
15841 2005-08-18 Richard M. Stallman <rms@gnu.org>
15842
15843 * scroll-lock.el: New file.
15844
15845 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
15846
15847 * dired.el (dired-move-to-end-of-filename):
15848 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
15849
15850 2005-08-18 Kim F. Storm <storm@cua.dk>
15851
15852 * ido.el (ido-everywhere): Fix defcustom :set function to disable
15853 rather than toggle mode when custom value is nil.
15854 (ido-everywhere): Fix defun doc string.
15855
15856 2005-08-17 Richard M. Stallman <rms@gnu.org>
15857
15858 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
15859 as tag instead of "Inviolable".
15860
15861 2005-08-17 Kim F. Storm <storm@cua.dk>
15862
15863 * windmove.el (windmove-coordinates-of-position): Remove.
15864 (windmove-coordinates-of-window-position): Remove.
15865 (windmove-reference-loc): Use posn-at-point instead.
15866
15867 * subr.el (insert-for-yank-1): Doc fix.
15868
15869 * ido.el (ido-enter-matching-directory): Rename from
15870 ido-enter-single-matching-directory. Change `slash' choice to
15871 `only'. Add `first' choice.
15872 (ido-exhibit): Adapt to above changes.
15873
15874 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
15875
15876 * Makefile.in: Expand comment about building loaddefs.el.
15877
15878 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
15879
15880 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
15881 Comment use of defadvice.
15882
15883 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
15884
15885 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
15886
15887 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
15888 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
15889 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
15890 * progmodes/idlw-shell.el, progmodes/ld-script.el,
15891 * progmodes/which-func.el, ruler-mode.el, strokes.el,
15892 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
15893 for backward compatibility for faces that did not appear in the
15894 previous Emacs release.
15895
15896 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
15897
15898 2005-08-15 Kim F. Storm <storm@cua.dk>
15899
15900 * emulation/cua-base.el (cua-delete-region): Return t if
15901 deleted region was non-empty.
15902 (cua-replace-region): Inhibit overwrite-mode for
15903 self-insert-command if replaced region was non-empty.
15904 (cua--explicit-region-start, cua--status-string): Make them
15905 buffer-local at top-level...
15906 (cua-mode): ...rather than when mode is enabled.
15907
15908 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
15909
15910 * progmodes/vhdl-mode.el (vhdl-emacs-21):
15911 Set t for Emacs 21, 22, and so on.
15912
15913 2005-08-15 David Ponce <david@dponce.com>
15914
15915 * tree-widget.el: Update Commentary header.
15916 (tree-widget-theme): Doc fix.
15917 (tree-widget-space-width): New option.
15918 (tree-widget-image-properties): Look up in the default theme too.
15919 (tree-widget--cursors): Only for images with arrow pointer shape.
15920 (tree-widget-lookup-image): Pointer shape is hand by default.
15921 (tree-widget-icon): Rename generic icon widget from
15922 `tree-widget-control'.
15923 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
15924 derive from `tree-widget-icon'.
15925 (tree-widget-handle): Improve default look and feel of the text
15926 representation.
15927 (tree-widget): Rename :*-control properties to :*-icon properties.
15928 Add :action and :help-echo properties.
15929 (tree-widget-after-toggle-functions): Move.
15930 (tree-widget-close-node, tree-widget-open-node): Remove.
15931 (tree-widget-before-create-icon-functions): New hook.
15932 (tree-widget-value-create): Update to allow customization of icons
15933 and nodes at run-time via that new hook.
15934 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
15935 (tree-widget-icon-action, tree-widget-icon-help-echo)
15936 (tree-widget-action, tree-widget-help-echo): New functions.
15937
15938 2005-08-15 Kim F. Storm <storm@cua.dk>
15939
15940 * ido.el (ido-buffer-internal): Use with-no-warnings.
15941 (ido-make-merged-file-list): Use while-no-input.
15942
15943 2005-08-15 Richard M. Stallman <rms@gnu.org>
15944
15945 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
15946 (flyspell-large-region): Fix doc and custom type.
15947
15948 2005-08-14 Richard M. Stallman <rms@gnu.org>
15949
15950 * files.el (interpreter-mode-alist): Doc fix.
15951
15952 * mail/rmail.el (rmail-nonignored-headers): New variable.
15953 (rmail-clear-headers): Use it.
15954 (rmail-reply): Better handling of mail-followup-to header.
15955
15956 * progmodes/sh-script.el (sh-font-lock-keywords-var):
15957 Rename variable from sh-font-lock-keywords. In the `shell' entry,
15958 don't try to refer to executable-font-lock-keywords.
15959 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
15960 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
15961 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
15962 (sh-mode): Set comment-start-skip, local-abbrev-table,
15963 imenu-case-fold-search.
15964 (sh-set-shell): Don't set them here.
15965 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
15966 Don't cache the results in the original alist; don't ever modify
15967 that alist.
15968
15969 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
15970
15971 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
15972 empty.
15973
15974 2005-08-15 Andreas Schwab <schwab@suse.de>
15975
15976 * desktop.el: Put autoload cookie at risky-local-variable declarations.
15977
15978 * dired.el, info.el, mail/rmail.el: Revert last change.
15979
15980 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
15981
15982 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
15983 modification in `eval-after-load' form.
15984 * info.el: Likewise.
15985 * mail/rmail.el: Likewise.
15986
15987 2005-08-14 Juri Linkov <juri@jurta.org>
15988
15989 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15990 Remove highlighting of "Compilation started". Highlight only
15991 the word "finished" in "Compilation finished". Add highlighting
15992 of "interrupt", "killed", "terminated" and the exit code.
15993 (compilation-start): Add newline after header. Use exactly the
15994 same time stamp format as the finishing message.
15995 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
15996
15997 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
15998 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
15999 Add highlighting of "interrupt", "killed", "terminated".
16000
16001 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
16002 enabled and the current command is self-insert-command, call it
16003 explicitly with overwrite-mode bound to nil, to not allow it
16004 to delete the character after the selected region.
16005
16006 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
16007
16008 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
16009 move-end-of-line, end-of-line, and beginning-of-line to the list
16010 of commands after which the echo area is updated.
16011
16012 2005-08-12 Eli Zaretskii <eliz@gnu.org>
16013
16014 * cus-edit.el (custom-save-all, custom-save-delete):
16015 Bind recentf-exclude to exclude custom-file.
16016
16017 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
16018
16019 * mail/rmailsum.el (rmail-summary-end-of-message): New command
16020 to go to the bottom of the mail message. Added to
16021 `rmail-summary-mode-map' with key "/".
16022 (rmail-summary-show-message): New (internal) function for use by
16023 both `rmail-summary-beginning/end-of-message'.
16024 (rmail-summary-beginning-of-message): Change to use
16025 rmail-summary-show-message.
16026
16027 * mail/rmail.el (rmail-end-of-message): New command to go to the
16028 end of the current message. Added to `rmail-mode-map' with key "/".
16029 (rmail-beginning-of-message): Fix to work as documented.
16030 (rmail-mode): Change documentation.
16031
16032 * progmodes/compile.el (compilation-start): Add the line
16033 "Compilation started" with compilation start time.
16034 (compilation-mode-font-lock-keywords): Add `started' to keywords.
16035
16036 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
16037
16038 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
16039 of menu items.
16040
16041 2005-08-11 Richard M. Stallman <rms@gnu.org>
16042
16043 * simple.el (pop-global-mark): Reverse test of widen-automatically.
16044
16045 * battery.el (battery-status-function): Don't use ignore-errors.
16046
16047 2005-08-11 Lute Kamstra <lute@gnu.org>
16048
16049 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
16050 define-obsolete-variable-alias.
16051
16052 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
16053
16054 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
16055 (ange-ftp-send-cmd): Revert last change, and expand
16056 the comment explaining the problem.
16057
16058 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
16059
16060 * ldefs-boot.el: Update.
16061
16062 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
16063 item to "Time, Load and Mail". Change help echo text.
16064
16065 * time.el (display-time-use-mail-icon, display-time-format)
16066 (display-time-string-forms): Shorten first line of docstrings.
16067
16068 2005-08-10 Lars Hansen <larsh@soem.dk>
16069
16070 * desktop.el (desktop-buffer-mode-handlers):
16071 Make non-customizable. Add autoload cookie. Change initial value to
16072 nil; add elements in respective modules instead. Fix doc string.
16073 (desktop-load-file): New function.
16074 (desktop-minor-mode-handlers): New autoloaded variable.
16075 (desktop-create-buffer): Call minor mode handlers.
16076 Use desktop-load-file to load major and minor mode modules prior to
16077 checking for a handler.
16078 (desktop-save): Don't add nil to desktop-minor-modes for minor
16079 modes with nil function in desktop-minor-mode-table. Don't delete
16080 desktop file before rewriting it.
16081 (desktop-locals-to-save): Add autoload cookie. Don't make
16082 automatically buffer-local. Add variables column-number-mode,
16083 size-indication-mode, indent-tabs-mode,
16084 indicate-buffer-boundaries, indicate-empty-lines and
16085 show-trailing-whitespace.
16086 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
16087 regexps. Don't use desktop-clear-preserve-buffers-regexp.
16088 (desktop-clear-preserve-buffers-regexp): Delete.
16089 (desktop-clear-preserve-buffers): Update initial value and docstring.
16090 (desktop-save-buffer): Fix doc string.
16091
16092 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
16093 (hilit-chg-desktop-restore): New function.
16094 (highlight-changes-mode): Add highlight-changes-mode to
16095 desktop-locals-to-save.
16096
16097 * dired.el: Add handler to desktop-buffer-mode-handlers.
16098 (dired-restore-desktop-buffer): Remove autoload cookie.
16099 (dired-mode): Add autoload cookie.
16100
16101 * info.el: Add handler to desktop-buffer-mode-handlers.
16102 (Info-restore-desktop-buffer): Remove autoload cookie.
16103 (Info-mode): Add autoload cookie.
16104
16105 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
16106 (mh-restore-desktop-buffer): Remove autoload cookie.
16107 (mh-folder-mode): Add autoload cookie.
16108
16109 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
16110 (rmail-restore-desktop-buffer): Remove autoload cookie.
16111
16112 2005-08-11 Masatake YAMATO <jet@gyve.org>
16113
16114 * hexl.el (hexl-address-region):
16115 (hexl-ascii-region, hexl-font-lock-keywords):
16116 (hexl-highlight-line-range): Use the term "region"
16117 instead of "area" for consistency with the other symbols
16118 defined in hexl.el.
16119
16120 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
16121
16122 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
16123 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
16124 out by Juri Linkov). Add `display-battery-mode'.
16125
16126 2005-08-09 Juri Linkov <juri@jurta.org>
16127
16128 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16129 Remove `-text' from face variable names.
16130 (compilation-error-file-name, compilation-warning-file-name)
16131 (compilation-info-file-name): Delete faces.
16132 (compilation-line-number, compilation-column-number):
16133 Remove face underlining.
16134 (compilation-message-face): Set to `underline' value by default.
16135 (compilation-error-face, compilation-warning-face)
16136 (compilation-info-face): Remove `-file-name' from face names.
16137 (compilation-error-text-face, compilation-warning-text-face)
16138 (compilation-info-text-face): Delete face variables.
16139 (compilation-text-face): Delete function.
16140
16141 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
16142 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
16143 (grep-error-face): Set to `compilation-error' instead of
16144 `compilation-error-face' (which is redefined to `grep-hit-face' in
16145 grep buffers).
16146 (grep-mode-font-lock-keywords): Remove `-text' from face variable
16147 names. Use `grep-error-face' instead of `compilation-error-text-face'.
16148
16149 * dired-aux.el (dired-do-query-replace-regexp):
16150 Use `query-replace-read-args'.
16151
16152 * replace.el (query-replace-read-from, query-replace-read-to)
16153 (query-replace-read-args): Rename arg `string' to `prompt'.
16154
16155 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
16156
16157 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
16158
16159 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
16160 uploading files.
16161 (ange-ftp-canonize-filename): Handle file names beginning with ~
16162 correctly.
16163
16164 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
16165
16166 * textmodes/fill.el (canonically-space-region)
16167 (fill-context-prefix, fill-french-nobreak-p)
16168 (fill-delete-newlines, fill-comment-paragraph)
16169 (justify-current-line): "?\ " -> "?\s".
16170
16171 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
16172
16173 * textmodes/fill.el (fill-nonuniform-paragraphs):
16174 Improve argument/docstring consistency.
16175
16176 2005-08-09 Richard M. Stallman <rms@gnu.org>
16177
16178 * textmodes/ispell.el (ispell-word): More fboundp checks.
16179
16180 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
16181 (find-file-noselect-1): Call it here, only if RAWFILE.
16182 (normal-mode): Always set some major mode.
16183 (save-some-buffers-action-alist): Change some explanation strings.
16184 (file-name-non-special): In the `quote' method, use unwind-protect.
16185
16186 2005-08-09 Magnus Henoch <mange@freemail.hu>
16187
16188 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
16189 (ispell-have-aspell-dictionaries): New variable.
16190 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
16191 (ispell-get-aspell-config-value): New function.
16192 (ispell-aspell-find-dictionary): New function.
16193 (ispell-aspell-add-aliases): New function.
16194 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
16195 appropriate. Don't look for ispell dictionaries if we use aspell.
16196 (ispell-menu-map): Don't build a submenu of dictionaries.
16197
16198 2005-08-09 Richard M. Stallman <rms@gnu.org>
16199
16200 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
16201 (sql-read-passwd): Use read-passwd.
16202
16203 * progmodes/idlw-toolbar.el (idlwave-toolbar)
16204 (idlwave-toolbar-is-possible): Add defvars.
16205
16206 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
16207 Avoid warnings.
16208
16209 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
16210 (idlwave-system-class-info, idlwave-executive-commands-alist):
16211 Use defvar.
16212
16213 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
16214
16215 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
16216 Avoid warnings.
16217
16218 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
16219 and content-type: headers.
16220
16221 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
16222
16223 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
16224 and rename some of them to be more self-explanatory.
16225
16226 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
16227
16228 * startup.el (command-line-1): Implement -scriptload.
16229
16230 * replace.el (occur-engine): Initial *Occur* output not undoable.
16231
16232 * menu-bar.el (menu-bar-file-menu): Rename some menu items
16233 and improve help strings.
16234
16235 * isearch.el (isearch-repeat): When changing direction,
16236 mark search successful.
16237
16238 * ediff-init.el: Use (featurep 'xemacs).
16239
16240 * comint.el (send-invisible): Identify buffer, if not selected.
16241
16242 * align.el: Delete autoload for c-guess-basic-syntax.
16243
16244 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
16245
16246 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
16247 Improve argument/docstring consistency. Doc fixes.
16248 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
16249 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
16250 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
16251 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
16252 (r2bv-organization, r2bv-pages, r2bv-primary-author)
16253 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
16254 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
16255 Defvar at compile time.
16256
16257 2005-08-09 Juri Linkov <juri@jurta.org>
16258
16259 * info.el: Replace `info' with upper-case `Info' where appropriate.
16260 (info-title-1, info-title-2, info-title-3, info-title-4)
16261 (info-menu-header): Move up face definitions.
16262 (info-menu-star): Rename from `info-menu-5'.
16263 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
16264 (Info-fontify-visited-nodes): Fix docstring.
16265 (Info-hide-note-references): Fix docstring.
16266 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
16267 menu items in the same way as on cross-references.
16268 (info-apropos): Fix sorting order and formatting to be like in the
16269 stand-alone Info browser. Display error messages for 1 sec.
16270 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
16271 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
16272 from the menu bar.
16273 (Info-insert-dir): Restore point after calling
16274 `insert-buffer-substring'.
16275
16276 2005-08-08 Richard M. Stallman <rms@gnu.org>
16277
16278 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
16279 (recompute-lucid-menubar): Add defvars.
16280
16281 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
16282
16283 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
16284
16285 * net/net-utils.el (run-dig): Rename from `dig'.
16286
16287 * play/gametree.el (gametree-mode): Use make-local-variable,
16288 not make-variable-buffer-local.
16289
16290 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
16291
16292 * ansi-color.el (ansi-color-make-extent)
16293 (ansi-color-set-extent-face): Use fboundp, not functionp.
16294
16295 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
16296 not make-variable-buffer-local.
16297
16298 * bookmark.el (Info-current-file): Add defvar.
16299 (bookmark-jump-noselect): Use with-no-warnings.
16300
16301 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
16302
16303 * ebuff-menu.el (Helper-return-blurb): Add defvar.
16304
16305 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
16306
16307 * find-file.el (ada-procedure-start-regexp)
16308 (ada-package-start-regexp): Add defvars.
16309
16310 * info.el (Info-insert-dir): Use insert-buffer-substring.
16311
16312 * xml.el (xml-att-def-re): Add defvar.
16313
16314 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
16315 calling convention.
16316
16317 * subr.el (while-no-input): Return t if there is input.
16318
16319 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
16320
16321 * cus-start.el (all): Add `overflow-newline-into-fringe'.
16322
16323 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
16324
16325 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
16326 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
16327
16328 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
16329
16330 * cmuscheme.el (scheme-start-file): Replace reference to
16331 `user-emacs-directory' by "~/.emacs.d/".
16332
16333 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
16334
16335 * info.el (Info-dir-remove-duplicates): Avoid case folding
16336 in loop; instead, keep downcased strings for comparison.
16337 Suggested by Helmut Eller.
16338
16339 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
16340
16341 Sync with Tramp 2.0.50.
16342
16343 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
16344 XEmacs case; not necessary anymore.
16345 (tramp-user-regexp): Allow "@" as part of user name.
16346 (tramp-handle-set-visited-file-modtime)
16347 (tramp-handle-insert-file-contents)
16348 (tramp-handle-write-region): No special handling for
16349 `last-coding-system-used, because this is done in
16350 `tramp-accept-process-output' now.
16351 (tramp-accept-process-output): New defun.
16352 (tramp-process-one-action, tramp-process-one-multi-action)
16353 (tramp-wait-for-regexp, tramp-wait-for-output)
16354 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
16355 Howells <dhowells@redhat.com>.
16356 (clear-visited-file-modtime): Defadvice removed. The check for
16357 unset buffer's modtime does not need to be based on
16358 `tramp-buffer-file-attributes'. Suggested by RMS.
16359 (tramp-message): Insert "\n" if not being at beginning of line.
16360 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
16361 sequence with same logic.
16362 (tramp-completion-handle-expand-file-name): Discard call of
16363 `tramp-drop-volume-letter'. It is not necessary, and there have
16364 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
16365 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
16366 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
16367 should always be visible.
16368 (tramp-handle-insert-directory, tramp-setup-complete)
16369 (tramp-set-process-query-on-exit-flag)
16370 (tramp-append-tramp-buffers): Pacify byte-compiler.
16371 (tramp-bug): Delete non-existing variables from list.
16372 Apply `tramp-load-report-modules' as pre-hook.
16373 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
16374 `shell-prompt-pattern' because of non-7bit characters.
16375 Reported by Sebastian Luque <sluque@mun.ca>.
16376 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
16377 (tramp-match-string-list): Remove function.
16378 (tramp-wait-for-regexp): Remove call of that function.
16379 Suggested by Kim F. Storm <storm@cua.dk>.
16380 (tramp-set-auto-save-file-modes): Use octal integer code #o600
16381 instead of octal character code ?\600. The latter resulted in a
16382 syntax error with XEmacs.
16383
16384 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
16385 XEmacs case; not necessary anymore.
16386 (tramp-smb-handle-write-region): No special handling for
16387 `last-coding-system-used, because this is done in
16388 `tramp-accept-process-output' now.
16389 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
16390
16391 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
16392
16393 * wid-edit.el (widget-choice-value-create):
16394 Unconditionally respect user choice. Set :explicit-choice back to nil
16395 when no longer needed.
16396 (widget-choice-action): Unconditionally respect user choice.
16397 Eliminate :explicit-choice-value.
16398
16399 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
16400
16401 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
16402 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
16403 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
16404 running new function `toggle-indicate-empty-lines'.
16405 Rename "Customize" item to "Customize fringe".
16406 Rename "Indicators" item to "Buffer boundaries" and change help echo.
16407 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
16408 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
16409 Delete "Empty lines only" item.
16410 (menu-bar-showhide-fringe-ind-customize): New function.
16411 (menu-bar-showhide-fringe-ind-mixed)
16412 (menu-bar-showhide-fringe-ind-box)
16413 (menu-bar-showhide-fringe-ind-right)
16414 (menu-bar-showhide-fringe-ind-left)
16415 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
16416 instead of `fringe-indicators'.
16417
16418 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
16419
16420 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
16421 Change the date of last update.
16422
16423 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
16424
16425 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
16426 (viper-exec-yank, viper-put-back): Don't display modification msg
16427 if in the minibuffer.
16428
16429 * viper-init.el (viper-replace-overlay-cursor-color)
16430 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
16431 Make variables frame local.
16432
16433 * viper-util.el (viper-append-filter-alist): Use append instead of
16434 nconc.
16435
16436 * viper.el (viper-vi-state-mode-list)
16437 (viper-emacs-state-mode-list): Move help-mode and
16438 completion-list-mode from the first list to the second.
16439 (viper-mode): Docstring.
16440 (viper-go-away, viper-non-hook-settings): Don't localize
16441 minor-mode-alist in newer Emacsen. Add advice to
16442 set-cursor-color. Don't bind "\C-c\\".
16443
16444 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
16445
16446 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
16447 (scheme-macro-expand-command): New user options.
16448 (scheme-trace-procedure, scheme-expand-current-form): New commands.
16449 (scheme-form-at-point, scheme-start-file)
16450 (scheme-interactively-start-process): New functions.
16451 (scheme-get-process): New function, extracted from `scheme-proc'.
16452 (run-scheme): Call `scheme-start-file' to get start file, and pass
16453 it to `make-comint'.
16454 (switch-to-scheme, scheme-proc):
16455 Call `scheme-interactively-start-process' if no Scheme buffer/process
16456 is available.
16457
16458 2005-08-06 Juri Linkov <juri@jurta.org>
16459
16460 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16461 Use `compilation-text-face', `compilation-info-text-face' and
16462 `compilation-error-text-face' instead of `font-lock-keyword-face'.
16463 (compilation-error): New face.
16464 (compilation-error-file-name): Inherit from
16465 `compilation-error' instead of `font-lock-warning-face'.
16466 (compilation-warning-file-name): Inherit from
16467 `compilation-warning' instead of `font-lock-warning-face'.
16468 (compilation-info, compilation-error-file-name)
16469 (compilation-warning-file-name, compilation-info-file-name)
16470 (compilation-line-number, compilation-column-number): Doc fix.
16471 (compilation-error-text-face, compilation-warning-text-face)
16472 (compilation-info-text-face): New face variables.
16473 (compilation-line-face, compilation-column-face)
16474 (compilation-enter-directory-face)
16475 (compilation-leave-directory-face): Doc fix.
16476 (compilation-text-face): New function.
16477
16478 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
16479 instead of 1 to display binary file names as info file links.
16480 (grep-error-face): Use `compilation-error-face' instead of
16481 `font-lock-keyword-face'.
16482 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
16483 and `compilation-warning-text-face' instead of
16484 `font-lock-keyword-face'. Use `compilation-error-text-face'
16485 instead of `grep-error-face'.
16486
16487 2005-08-05 Kenichi Handa <handa@m17n.org>
16488
16489 * international/code-pages.el: Add autoload cookies for all coding
16490 systems.
16491
16492 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
16493
16494 * cus-start.el (all): Put undo.c where it alphabetically belongs.
16495
16496 2005-08-04 Juri Linkov <juri@jurta.org>
16497
16498 * progmodes/compile.el (compilation-mode-map):
16499 * progmodes/grep.el (grep-mode-map):
16500 Bind TAB to `compilation-next-error' and [backtab] to
16501 `compilation-previous-error'.
16502
16503 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
16504 matching line numbers, column numbers and their ranges with regexp
16505 matching only line numbers.
16506 (grep-context-face): New face variable.
16507 (grep-mode-font-lock-keywords): Use it.
16508
16509 * faces.el (read-face-name): Delete duplicate faces.
16510
16511 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
16512
16513 * thumbs.el (thumbs-find-image): Don't make variables
16514 automatically buffer local.
16515 (thumbs-current-tmp-filename, thumbs-current-image-filename)
16516 (thumbs-image-num): Make automatically buffer local.
16517 (thumbs-show-thumbs-list): Use `make-local-variable', not
16518 `make-variable-buffer-local'.
16519 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
16520
16521 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
16522 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
16523 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
16524 (bother, bye, canyou, chatlst, continue, deathlst, describe)
16525 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
16526 (feelings-about, foullst, found, hello, history, howareyoulst)
16527 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
16528 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
16529 (neglst, obj, object, owner, please, problems, qlist)
16530 (random-adjective, relation, remlst, repetitive-shortness)
16531 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
16532 (shortlst, something, sportslst, stallmanlst, states, subj)
16533 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
16534 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
16535 Defvar at compile time.
16536
16537 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
16538 not `make-variable-buffer-local'.
16539
16540 2005-08-02 Kim F. Storm <storm@cua.dk>
16541
16542 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
16543 rectangle overlay in selected window.
16544
16545 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
16546
16547 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
16548 instead of display group. Make `indicate-buffer-boundaries'
16549 customizable through Custom.
16550
16551 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
16552
16553 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
16554 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
16555 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
16556 (gdb-put-string): Fix typos in docstrings.
16557
16558 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
16559
16560 Update copyright notices of files in progmodes directory for
16561 release of Emacs 22.1.
16562
16563 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
16564
16565 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
16566 Don't barf if the GUD buffer has been killed.
16567
16568 2005-08-01 Kim F. Storm <storm@cua.dk>
16569
16570 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
16571
16572 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
16573
16574 * simple.el (next-error-follow-minor-mode):
16575 make-variable-buffer-local -> make-local-variable.
16576
16577 * emacs-lisp/cl-extra.el: Require CL also when compiling.
16578
16579 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
16580 (byte-compile-form-make-variable-buffer-local): New functions to warn
16581 about misuses of make-variable-buffer-local where make-local-variable
16582 was meant.
16583
16584 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
16585
16586 * bs.el (bs-attributes-list): Doc fix.
16587 (bs): Update url-link.
16588
16589 * desktop.el (desktop-save-buffer): Fix typos in docstring.
16590 (desktop-load-default): Simplify.
16591
16592 * ibuffer.el (ibuffer-columnize-and-insert-list)
16593 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
16594 (ibuffer-unmark-all, ibuffer-toggle-marks)
16595 (ibuffer-unmark-forward, ibuffer-unmark-backward)
16596 (ibuffer-compile-make-format-form, ibuffer-format-column)
16597 (ibuffer-current-buffers-with-marks)
16598 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
16599 (ibuffer): Doc fix.
16600 (ibuffer-mode): Fix typo in docstring.
16601 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
16602 with `define-obsolete-variable-alias'.
16603 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
16604
16605 2005-07-29 Kenichi Handa <handa@m17n.org>
16606
16607 * international/mule-cmds.el (select-message-coding-system):
16608 Be sure to use LF for end-of-line. If no coding system is decided,
16609 return iso-8859-1-unix.
16610
16611 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
16612
16613 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
16614 (ange-ftp-pending-error-line): New vars.
16615 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
16616 to handle the non-fatal no-route-to-host messages.
16617 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
16618
16619 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
16620
16621 * isearch.el (isearch-mode-map, isearch-other-meta-char)
16622 (isearch-quote-char, isearch-printing-char)
16623 (isearch-text-char-description): "?\ " -> "?\s".
16624 (isearch-lazy-highlight-cleanup)
16625 (isearch-lazy-highlight-initial-delay)
16626 (isearch-lazy-highlight-interval)
16627 (isearch-lazy-highlight-max-at-a-time)
16628 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
16629 Declare with define-obsolete-*-alias macros.
16630 (isearch-forward): Fix typo in docstring.
16631 (search-invisible, search-ring-yank-pointer)
16632 (regexp-search-ring-yank-pointer): Doc fixes.
16633
16634 * recentf.el (recentf-menu-append-commands-p): Declare with
16635 `define-obsolete-variable-alias'.
16636 (recentf-max-saved-items, recentf-menu-filter)
16637 (recentf-arrange-by-rule-subfilter): Doc fixes.
16638 (recentf-menu-append-commands-flag)
16639 (recentf-initialize-file-name-history, recentf-expand-file-name)
16640 (recentf-clear-data): Fix typos in docstrings.
16641
16642 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
16643
16644 * progmodes/gdb-ui.el: Smarten comments.
16645 (gdb-info-breakpoints-custom): Use nowarn when finding file.
16646
16647 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
16648
16649 * term/apollo.el (terminal-init-apollo): New function containing
16650 all former top level forms in the file.
16651 * term/bobcat.el (terminal-init-bobcat):
16652 * term/cygwin.el (terminal-init-cygwin):
16653 * term/iris-ansi.el (terminal-init-iris-ansi):
16654 * term/linux.el (terminal-init-linux):
16655 * term/news.el (terminal-init-news):
16656 * term/rxvt.el (terminal-init-rxvt):
16657 * term/sun.el (terminal-init-sun):
16658 * term/tvi970.el (terminal-init-tvi970):
16659 * term/vt100.el (terminal-init-vt100):
16660 * term/vt102.el (terminal-init-vt102):
16661 * term/vt125.el (terminal-init-vt125):
16662 * term/vt200.el (terminal-init-vt200):
16663 * term/vt201.el (terminal-init-vt201):
16664 * term/vt220.el (terminal-init-vt220):
16665 * term/vt240.el (terminal-init-vt240):
16666 * term/vt300.el (terminal-init-vt300):
16667 * term/vt320.el (terminal-init-vt320):
16668 * term/vt400.el (terminal-init-vt400):
16669 * term/vt420.el (terminal-init-vt420):
16670 * term/wyse50.el (terminal-init-wyse50):
16671 * term/xterm.el (terminal-init-xterm): Likewise.
16672
16673 * term/README: Describe the terminal-init-* functionality.
16674
16675 * startup.el (command-line): After loading the terminal initialization
16676 file call the corresponding terminal initialization function.
16677
16678 2005-07-27 Kenichi Handa <handa@m17n.org>
16679
16680 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
16681 negative.
16682
16683 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
16684 (ps-mule-composition-prologue): Fix for the case that
16685 RelativeCompose is false.
16686
16687 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
16688
16689 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
16690
16691 * descr-text.el (describe-char): Handle the case where the list of
16692 chars is displayed in a separate frame.
16693 Be a bit more discriminating when looking for the char.
16694
16695 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
16696
16697 * bookmark.el (bookmark-automatically-show-annotations)
16698 (bookmark-read-annotation-text-func): Doc fixes.
16699 (bookmark-save): Improve argument/docstring consistency.
16700 (bookmark-get-bookmark, bookmark-get-bookmark-record)
16701 (bookmark-alist-from-buffer)
16702 (bookmark-upgrade-file-format-from-0)
16703 (bookmark-grok-file-format-version)
16704 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
16705 (bookmark-read-annotation-mode)
16706 (bookmark-insert-current-bookmark, bookmark-jump)
16707 (bookmark-exit-hook): Fix typos in docstrings.
16708 (bookmark-exit-hooks): Define as obsolete alias.
16709 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
16710 not `bookmark-exit-hooks'. Fix docstring.
16711 (bookmark-bmenu-select): "?\ " -> "?\s".
16712
16713 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
16714
16715 * startup.el (command-line): Fix typo.
16716
16717 2005-07-24 Richard M. Stallman <rms@gnu.org>
16718
16719 * tooltip.el (tooltip-mode): Test emacs-basic-display,
16720 not emacs-quick-startup.
16721
16722 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
16723
16724 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
16725 (reb-next-match, reb-show-subexp): Use `with-selected-window'
16726 instead of `reb-with-current-window'.
16727 (reb-prev-match): Likewise. Also, don't move left if the search
16728 was unsuccessful.
16729 (reb-initialize-buffer): New function.
16730 (re-builder, reb-change-syntax): Use it.
16731
16732 * man.el (Man-goto-page): Make second argument NOERROR optional.
16733
16734 2005-07-23 Richard M. Stallman <rms@gnu.org>
16735
16736 * man.el (Man-bgproc-sentinel): Check here for failure to find
16737 any man page in the output, and report the error here.
16738 (Man-arguments): Make it permanent local.
16739 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
16740 (Man-mode): Pass t for NOERROR.
16741
16742 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
16743 (grep-mode-font-lock-keywords):
16744 Don't use compilation-...-face for messages that are not file names.
16745
16746 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16747 Don't use compilation-...-face for messages that are not file names.
16748
16749 2005-07-22 Juri Linkov <juri@jurta.org>
16750
16751 * startup.el (normal-splash-screen): Update menu name.
16752
16753 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
16754
16755 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
16756
16757 * term/xterm.el: Load term/rxvt if the terminal is actually an
16758 rxvt terminal.
16759 (xterm-rxvt-set-background-mode): Remove, not used anymore.
16760
16761 * term/rxvt.el (function-key-map): Use substitute-key-definition
16762 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
16763
16764 * term/cygwin.el: New file.
16765
16766 2005-07-22 Kim F. Storm <storm@cua.dk>
16767
16768 * image-file.el (insert-image-file, image-file-yank-handler):
16769 Fix last change to maintain a (unique) yank-handler on yanked images.
16770
16771 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
16772
16773 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
16774 of the file size (as in "177B" for 177 bytes). This happens with
16775 "ls -lh" on FreeBSD.
16776
16777 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
16778
16779 * hilit-chg.el (highlight-changes-global-initial-state)
16780 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
16781 (hilit-chg-fixup, highlight-changes-mode):
16782 Fix typos in docstrings.
16783 (highlight-changes-global-modes, highlight-changes-rotate-faces):
16784 Doc fixes.
16785
16786 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
16787
16788 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
16789 mode function using `eval-after-load'.
16790
16791 2005-07-21 Kim F. Storm <storm@cua.dk>
16792
16793 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
16794 included when reporting an emacs crash, and tell about the DEBUG file.
16795
16796 * image-file.el (insert-image-file): Add yank-handler.
16797 (image-file-yank-handler): Yank handler to make unique copies of
16798 images when they are yanked into a buffer next to each other.
16799
16800 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
16801
16802 * comint.el (comint-use-prompt-regexp, comint-send-input)
16803 (comint-source-default, comint-extract-string)
16804 (comint-get-source, comint-word, comint-completion)
16805 (comint-source, comint-prompt-read-only, comint-update-fence):
16806 Fix typos in docstrings.
16807 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
16808 Declare with define-obsolete-*-alias macros.
16809 (comint-previous-matching-input-from-input)
16810 (comint-next-matching-input-from-input)
16811 (comint-previous-matching-input, comint-next-matching-input)
16812 (comint-forward-matching-input):
16813 Improve argument/docstring consistency.
16814
16815 * desktop.el (desktop-clear-preserve-buffers-regexp):
16816 Also preserve the *server* buffer.
16817
16818 * simple.el (clone-indirect-buffer): Doc fix.
16819 (fixup-whitespace, just-one-space)
16820 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
16821 (next-error, next-error-highlight)
16822 (next-error-highlight-no-select, next-error-last-buffer)
16823 (next-error-buffer-p, next-error-find-buffer, next-error)
16824 (previous-error, next-error-no-select, previous-error-no-select)
16825 (open-line, split-line, minibuffer-prompt-width, kill-new)
16826 (binary-overwrite-mode): Fix typos in docstrings.
16827 (set-fill-column): Fix typo in message.
16828
16829 * skeleton.el (skeleton-proxy-new): Doc fix.
16830
16831 * strokes.el (strokes-load-hook): Doc fix.
16832 (strokes-grid-resolution, strokes-get-grid-position)
16833 (strokes-renormalize-to-grid, strokes-read-stroke)
16834 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
16835 (strokes-global-map): Fix typos in docstrings.
16836 (strokes-help): Doc fix. Fix help message and pass it through
16837 `substitute-command-keys'.
16838
16839 * tempo.el (tempo-insert-prompt, tempo-interactive)
16840 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
16841 (tempo-insert-string-functions, tempo-local-tags)
16842 (tempo-define-template, tempo-insert-template)
16843 (tempo-insert-prompt-compat, tempo-is-user-element)
16844 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
16845 Fix typos in docstrings.
16846
16847 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
16848 (vcursor-key-bindings, vcursor-use-vcursor-map)
16849 (vcursor-find-window, vcursor-scroll-down)
16850 (vcursor-disable, vcursor-beginning-of-buffer)
16851 (vcursor-end-of-buffer): Fix typos in docstrings.
16852 (vcursor-relative-move, vcursor-get-char-count):
16853 Improve argument/docstring consistency.
16854
16855 * version.el: "?\ " -> "?\s".
16856
16857 * wid-edit.el (widget-default-create, widget-after-change)
16858 (widget-default-format-handler, widget-checklist-add-item)
16859 (widget-radio-add-item, widget-choose, widget-specify-secret)
16860 (widget-field-value-create, widget-field-value-get)
16861 (widget-editable-list-format-handler)
16862 (widget-editable-list-entry-create, widget-group-value-create)
16863 (widget-documentation-link-add)
16864 (widget-documentation-string-value-create): "?\ " -> "?\s".
16865 (widget-convert-text): Doc fix.
16866 (widget-narrow-to-field, widget-field-find)
16867 (widget-url-link-action, widget-emacs-library-link-action)
16868 (widget-color-notify): Fix typos in docstrings.
16869
16870 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
16871 (x-select-text, set-w32-system-coding-system)
16872 (w32-add-charset-info): Fix typos in docstrings.
16873
16874 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
16875 (cua-enable-cua-keys, cua-use-hyper-key)
16876 (cua-virtual-rectangle-edges): Fix typos in docstrings.
16877 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
16878
16879 * net/tramp.el (tramp-handle-load): Fix typo in error message.
16880
16881 * emacs-lisp/re-builder.el (regexp-builder): Declare with
16882 `defalias' instead of faking it.
16883
16884 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
16885 (eshell-ls-missing, eshell-ls-dired-initial-args)
16886 (eshell-ls-use-in-dired): Fix typos in docstrings.
16887
16888 2005-07-20 Kim F. Storm <storm@cua.dk>
16889
16890 * emulation/cua-base.el (cua-mode): Improve doc string.
16891
16892 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
16893
16894 * abbrev.el (expand-region-abbrevs): Doc fix.
16895 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
16896 Improve argument/docstring consistency.
16897
16898 * arc-mode.el (archive-get-descr, archive-alternate-display):
16899 Doc fixes.
16900 (archive-l-e): Improve argument/docstring consistency.
16901 (archive-tmpdir, archive-unixdate, archive-unixtime)
16902 (archive-chmod-entry): Fix typos in docstrings.
16903 (archive-unflag, archive-unflag-backwards)
16904 (archive-unmark-all-files): "?\ " -> "?\s".
16905
16906 * buff-menu.el (Buffer-menu-unmark): Doc fix.
16907 (Buffer-menu-not-modified, Buffer-menu-execute)
16908 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
16909 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
16910
16911 * composite.el (compose-string, encode-composition-rule)
16912 (compose-last-chars): Fix typos in docstrings.
16913
16914 * desktop.el (desktop-enable, desktop-basefilename):
16915 Declare with `define-obsolete-variable-alias'.
16916 (desktop-internal-v2s): Don't quote keywords.
16917 (desktop-clear): "?\ " -> "?\s".
16918
16919 * dired.el (dired-align-file, dired-flag-backup-files)
16920 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
16921 (dired-listing-switches, dired-ls-F-marks-symlinks)
16922 (dired-dwim-target, dired-load-hook, dired-mode-hook)
16923 (dired-directory, dired-faces, dired, dired-revert)
16924 (dired-mode, dired-summary, dired-view-file)
16925 (dired-copy-filename-as-kill, dired-delete-file)
16926 (dired-no-confirm, dired-unmark-all-marks)
16927 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
16928 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
16929 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
16930 Fix typos in message strings.
16931
16932 * dired-x.el (virtual-dired): Declare with `defalias'.
16933 (dired-mark-unmarked-files, dired-local-variables-file)
16934 (dired-omit-here-always): Doc fix.
16935 (dired-omit-mode, dired-find-subdir)
16936 (dired-enable-local-variables, dired-clean-up-buffers-too)
16937 (dired-extra-startup, dired-mark-extension, dired-jump)
16938 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
16939 (dired-smart-shell-command, dired-guess-shell-alist-user)
16940 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
16941 (dired-x-bind-find-file, dired-x-submit-report):
16942 Fix typos in docstrings.
16943 (dired-mark-unmarked-files): "?\ " -> "?\s".
16944
16945 * dirtrack.el (dirtrack-list): Fix typos in docstring.
16946
16947 * faces.el (describe-face): "?\ " -> "?\s".
16948 (read-all-face-attributes, read-face-font, modify-face)
16949 (face-attr-construct, italic): Fix typos in docstrings.
16950 (frame-update-face-colors): Declare with
16951 `define-obsolete-function-alias'.
16952
16953 * files.el (find-file-noselect, recode-file-name): Doc fixes.
16954 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
16955 (magic-mode-alist, buffer-file-numbers-unique)
16956 (write-file-functions, get-free-disk-space):
16957 Fix typos in docstrings.
16958 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
16959 (write-contents-hooks, write-file-hooks):
16960 Declare with `define-obsolete-variable-alias'.
16961
16962 * forms-d2.el (arch-rj): Fix typo in docstrings.
16963 (arch-tocol): Likewise. "?\ " -> "?\s".
16964
16965 * frame.el (set-frame-font, cursor-in-non-selected-windows):
16966 Fix typo in docstring.
16967 (set-screen-width, set-screen-height): Delete redundant info in
16968 doctrings.
16969 (new-frame, screen-height, screen-width): Declare with
16970 `define-obsolete-function-alias'.
16971 (delete-frame-hook, blink-cursor): Declare with
16972 `define-obsolete-variable-alias'.
16973
16974 * paths.el (prune-directory-list): Fix typos in docstring.
16975
16976 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
16977 (cvs-prefix-get): Fix typos in docstrings.
16978
16979 * ps-print.el (ps-extend-face-list, ps-extend-face)
16980 (ps-print-background-image): Fix typos in docstrings.
16981 (ps-default-fg, ps-default-bg): Doc fixes.
16982
16983 * s-region.el (s-region-bind): Doc fix.
16984 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
16985
16986 * textmodes/org.el (org-table-formula-substitute-names)
16987 (org-table-get-vertical-vector): Doc fixes.
16988 (org-table-recalculate): Remove unused argument to `message'.
16989
16990 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
16991
16992 * textmodes/org.el (org-table-column-names)
16993 (org-table-column-name-regexp)
16994 (org-table-named-field-locations): New variables.
16995 (org-archive-subtree): Protect `this-command' when calling
16996 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
16997 the kill buffer.
16998 (org-complete): Remove fixed-formula completion.
16999 (org-edit-formulas-map): New variable.
17000 (org-table-edit-formulas): New command.
17001 (org-finish-edit-formulas, org-abort-edit-formulas)
17002 (org-show-variable, org-table-get-vertical-vector): New functions.
17003 (org-table-maybe-eval-formula): Handle `:=' fields.
17004 (org-table-get-stored-formulas, org-table-store-formulas)
17005 (org-table-get-formula, org-table-modify-formulas)
17006 (org-table-replace-in-formulas): Handle named field formulas.
17007 (org-table-get-specials): Store locations of named fields.
17008
17009 2005-07-19 Juri Linkov <juri@jurta.org>
17010
17011 * progmodes/grep.el (grep-regexp-alist)
17012 (grep-mode-font-lock-keywords, grep-process-setup):
17013 Use default GNU grep match color "01;31m" instead of "01;41m".
17014 (grep-regexp-alist, grep-mode-font-lock-keywords):
17015 Use `\\[[0-9]*m' instead of `\\[00m'.
17016 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
17017 sgr_start where its handling is more important. Use the real
17018 length of sgr_start instead of constant 8.
17019 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
17020 specially. Delete all remaining escape sequences.
17021 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
17022 (grep-regexp-alist): Make hyperlink only for binary file name
17023 instead of the whole line.
17024 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
17025 (grep-mode): Add autoload.
17026
17027 * emacs-lisp/find-func.el (find-function-regexp):
17028 Add `define-compilation-mode'.
17029
17030 2005-07-19 Juri Linkov <juri@jurta.org>
17031
17032 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
17033 (compare-windows-sync-string-size, compare-windows-recenter)
17034 (compare-windows-highlight, compare-windows): Add version 22.1.
17035 (compare-windows) <defface>: Inherit from lazy-highlight instead
17036 of duplicating its default value.
17037
17038 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
17039 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
17040
17041 * descr-text.el (describe-char): Create link buttons for `charset'
17042 and `code point'. Add the current input method name with a link
17043 button to `to input' field. Print face names of display table
17044 characters in `The display table entry is displayed by' section
17045 instead of printing face-id in the `display' field.
17046 Guess hardcoded faces and create a link button for them.
17047 Skip empty fields when calculating max-width.
17048 Treat `widget-create' specially while inserting strings from the
17049 collected field list.
17050 (describe-char-after): Made obsolete in version 22.1, not 21.5.
17051
17052 * diff-mode.el (diff-file-header): Change foreground color from
17053 yellow to green on light backgrounds.
17054 (diff-context): Inherit from `shadow' only for color/grayscale
17055 with more than 88 colors.
17056 (diff-indicator-removed, diff-indicator-added)
17057 (diff-indicator-changed): New faces.
17058 (diff-font-lock-keywords): Use new faces. Regroup rules.
17059 Add "^---$" for `normal' diff format. Fontify `#' lines with
17060 font-lock-comment-delimiter-face and font-lock-comment-face.
17061 Add `#' to ^[^...] in the rule for `diff-context-face'.
17062
17063 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
17064 a button-like box. Inherit from `highlight' on low colors.
17065 (shadow): Use shades of gray only for color/grayscale with
17066 more than 88 colors. Use green for light backgrounds with
17067 8 colors, and yellow for dark backgrounds with 8 colors.
17068
17069 * font-lock.el (font-lock-regexp-grouping-backslash):
17070 Don't inherit from escape-glyph (use bold for all cases).
17071
17072 * info.el (info-xref-visited): Use light foreground color `violet'
17073 for dark backgrounds instead of dark color `magenta3'.
17074 (info-title-1): Use `yellow' color for dark backgrounds.
17075
17076 * isearch.el (isearch): Use not-too-dark magenta3 instead of
17077 too-light magenta2.
17078
17079 * replace.el (match): Use slightly more light RoyalBlue3 instead
17080 of dark RoyalBlue4.
17081
17082 * wid-edit.el (widget-inactive): Inherit from `shadow'.
17083
17084 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
17085
17086 * novice.el (disabled-command-hook): Declare it with
17087 `define-obsolete-variable-alias'.
17088
17089 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
17090 (desktop-buffer-misc-functions, desktop-buffer-handlers)
17091 (desktop-load-default): Add release to obsolescence info.
17092 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
17093 (desktop-append-buffer-args, desktop-read):
17094 Fix typos in docstrings.
17095 (desktop-kill): Fix typo in message.
17096 (desktop-save): Doc fix.
17097
17098 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
17099
17100 * viper-cmd.el (viper-escape-to-state): Bug fix.
17101 (viper-envelop-ESC-key): Change the definition of fast
17102 keysequence so it'll work with keyboard macros.
17103
17104 * ediff.el (ediff-patch-buffer): Change the docstring.
17105
17106 2005-07-19 Kenichi Handa <handa@m17n.org>
17107
17108 * international/mule-cmds.el (select-safe-coding-system): Try to
17109 use an auto-coding (if any) before anything else. If the found
17110 auto-coding is invalid, show a warning message.
17111
17112 * international/mule.el (find-auto-coding): New function created
17113 by modifying the body of set-auto-coding.
17114 (set-auto-coding): Use find-auto-coding to find a coding.
17115
17116 2005-07-18 Richard M. Stallman <rms@gnu.org>
17117
17118 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
17119 not isearch-mode-end-hook-error.
17120 (allout-before-change-protect): Fix error message.
17121
17122 2005-07-18 Juri Linkov <juri@jurta.org>
17123
17124 * allout.el (allout-mode):
17125 * calculator.el (calculator-copy):
17126 * custom.el (custom-known-themes):
17127 * dired.el (dired-desktop-buffer-misc-data)
17128 (dired-restore-desktop-buffer):
17129 * dired-x.el (dired-omit-marker-char):
17130 * files.el (basic-save-buffer):
17131 * font-core.el (font-lock-mode):
17132 * calendar/calendar.el (calendar-goto-hebrew-date)
17133 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
17134 (calendar-goto-persian-date):
17135 * language/ethio-util.el (ethio-sera-to-fidel-region):
17136 * textmodes/picture.el (picture-mode):
17137 Delete duplicate duplicate words.
17138
17139 2005-07-18 Juri Linkov <juri@jurta.org>
17140
17141 * isearch.el (isearch-mode-map): Remove key bindings for regexp
17142 chars * ? } |.
17143 (isearch-fallback): Don't call `isearch-process-search-char'.
17144 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
17145 (isearch-process-search-char): Call `isearch-fallback' for regexp
17146 chars * ? } |.
17147 (isearch-return-char): Make obsolete with `make-obsolete' instead
17148 of simply documenting it as obsolete in the docstring.
17149 (isearch-fallback): Refill docstring.
17150
17151 * international/isearch-x.el
17152 (isearch-process-search-multibyte-characters): Remove unneeded
17153 `concat'. Add intermediate values to `junk-hist' instead of
17154 `minibuffer-history'. Test the length of `str'.
17155
17156 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
17157
17158 * allout.el (allout-resolve-xref): Fix typos in error strings.
17159 (allout-before-change-protect): Remove unneeded `concat'.
17160
17161 * array.el (array-mode, array-reconfigure-rows)
17162 (untabify-backward): Fix typos in docstrings.
17163 (array-reconfigure-rows): Use `insert-buffer-substring', not
17164 `insert-buffer'.
17165
17166 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
17167 * progmodes/ada-mode.el (ada-make-body):
17168 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
17169
17170 * dired.el (dired-log):
17171 * tar-mode.el (tar-subfile-save-buffer):
17172 * play/zone.el (zone-pgm-stress-destress):
17173 Use `insert-buffer-substring', not `insert-buffer'.
17174
17175 2005-07-17 Simon Josefsson <jas@extundo.com>
17176
17177 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
17178
17179 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
17180
17181 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
17182 Add plain auth method.
17183 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
17184
17185 2005-07-17 Kim F. Storm <storm@cua.dk>
17186
17187 * ido.el (dired-other-window): Add ido property.
17188
17189 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
17190
17191 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17192 Fix typo in docstring.
17193 (byte-compile-interactive-only-functions): Add `insert-buffer' and
17194 `insert-file-literally'.
17195
17196 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
17197 info and delete redundant message. Doc fix.
17198 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
17199 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
17200
17201 2005-07-16 Richard M. Stallman <rms@gnu.org>
17202
17203 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
17204 (byte-compile-and): Use byte-compile-and-recursion.
17205 (byte-compile-or-recursion): New function.
17206 (byte-compile-or): Use that.
17207 (byte-compile-if): Guard the else-clause too.
17208 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
17209
17210 * isearch.el (isearch-mode-end-hook-quit): New variable.
17211 (isearch-done): Bind it.
17212 (isearch-mode-end-hook): Doc fix.
17213
17214 * allout.el (allout-isearch-did-quit): Variable deleted.
17215 (allout-real-isearch-abort): Function name no longer used.
17216 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
17217 (allout-isearch-rectification): isearch-mode always exists.
17218 Don't set allout-isearch-did-quit.
17219 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
17220 allout-isearch-did-quit.
17221 (allout-enwrap-isearch): Just add the hook.
17222 (allout-isearch-abort): Function deleted.
17223 (allout-pre-command-business): Avoid warning.
17224
17225 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
17226 Correctly avoid warnings.
17227 (pascal-outline): Likewise.
17228
17229 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
17230
17231 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
17232
17233 * play/tetris.el (tetris-mode): Avoid warning.
17234
17235 * play/snake.el (snake-mode): Avoid warning.
17236
17237 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
17238 (gamegrid-set-display-table): Avoid warning.
17239 (gamegrid-set-timer): Likewise.
17240 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
17241 (gamegrid-add-score-with-update-game-score-1): Take FILE
17242 as argument.
17243 (gamegrid-add-score-with-update-game-score): Pass that argument.
17244 Rename have-shared-game-dir to gamegrid-shared-game-dir.
17245
17246 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
17247
17248 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
17249 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
17250
17251 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
17252 and insert-file.
17253
17254 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
17255 (sc-ask): Avoid warnings.
17256
17257 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
17258 (eshell-hist-initialize): Use that var the natural way.
17259
17260 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
17261
17262 * emacs-lisp/re-builder.el (reb-cook-regexp):
17263 Avoid warning calling lre-compile-string.
17264 (reb-color-display-p): Avoid warning.
17265
17266 * calculator.el (calculator-last-input): Guard uses
17267 of event-key and key-press-event-p.
17268 (event-key, key-press-event-p): Delete definitions.
17269
17270 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
17271 (find-gc-source-directory, find-gc-subrs-callers)
17272 (find-gc-noreturn-list, find-gc-source-files)
17273 (find-gc-subrs-called): Vars renamed and defvar'd.
17274
17275 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
17276 (checkdoc-overlay-put, checkdoc-delete-overlay)
17277 (checkdoc-overlay-start, checkdoc-overlay-end)
17278 (checkdoc-mode-line-update, checkdoc-char=):
17279 Define such that compiler knows they are defined.
17280 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
17281 (checkdoc-read-event): Delete. Use read-event directly.
17282
17283 * whitespace.el (whitespace-make-overlay)
17284 (whitespace-overlay-put, whitespace-delete-overlay)
17285 (whitespace-overlay-start, whitespace-overlay-end):
17286 Define such that compiler knows they are defined.
17287 (whitespace): Move conditional inside.
17288
17289 * tempo.el (tempo-insert-template): Suppress warning.
17290
17291 * ediff-diff.el (longlines-mode): Add defvar.
17292
17293 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
17294
17295 * server.el: Bind "C-x #" in a way that works even if C-x is
17296 redefined to a command key, not a prefix key.
17297
17298 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
17299
17300 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
17301 cl-make-type-test till execution time.
17302
17303 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
17304
17305 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
17306 arg ARG and use it.
17307
17308 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
17309
17310 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
17311
17312 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
17313
17314 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
17315 a defcustom with two :set or :type keywords.
17316
17317 2005-07-15 Richard M. Stallman <rms@gnu.org>
17318
17319 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
17320 Don't give ^M comment-end syntax.
17321
17322 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
17323
17324 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
17325 Don't consider gdbmi (gdb-mi.el has its own update functions).
17326 (gdb-var-delete): Make it work for gdbmi as well.
17327 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
17328
17329 * progmodes/gud.el (etags, sdb): Only require etags when needed.
17330 (gud-speedbar-menu-items): Correct logic for enabling items.
17331
17332 2005-07-15 Kim F. Storm <storm@cua.dk>
17333
17334 * ido.el: Fix commentary.
17335 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
17336 Use with-no-warnings around ffap-guesser.
17337 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
17338 Let bind minibuffer-completing-file-name to t.
17339
17340 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
17341
17342 * startup.el (site-run-file, keyboard-type): Doc fixes.
17343 (command-line): Check for "--basic-display" argument; also for
17344 "--quick", not "--bare-bones" (which was renamed).
17345 (fancy-splash-text): Add missing item "Getting New Versions".
17346 (normal-splash-screen): Fix typos and improve consistency with
17347 `fancy-splash-text'. Update copyright year.
17348
17349 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
17350 valid binding for `help-char'.
17351
17352 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
17353
17354 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
17355
17356 * term.el (term-mode): Disable cua-mode for term buffers.
17357
17358 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
17359
17360 * add-log.el (add-log-mailing-address, change-log-merge):
17361 Doc fixes.
17362 (change-log-get-method-definition): Fix typo in docstring.
17363
17364 2005-07-14 Kim F. Storm <storm@cua.dk>
17365
17366 * emulation/cua-base.el:
17367 (cua--pre-command-handler-1, cua--pre-command-handler)
17368 (cua--post-command-handler-1, cua--post-command-handler):
17369 Split in two. Check (buffer local) value of cua-mode.
17370 (cua-selection-mode): New command.
17371
17372 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
17373
17374 * custom.el (custom-initialize-safe-set)
17375 (custom-initialize-safe-default): Doc fixes.
17376
17377 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
17378 and simplify :init-value again.
17379
17380 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
17381 and simplify :init-value again. Delete autoload.
17382
17383 * startup.el (command-line): Use `custom-reevaluate-setting' again
17384 for tooltip-mode.
17385
17386 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
17387 a defcustom with two :initialize keywords.
17388
17389 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
17390
17391 * allout.el (my-mark-marker, allout-isearch-prior-pos)
17392 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
17393 (allout-post-command-business, allout-flag-region)
17394 (isearch-reenable-font-lock, allout-yank)
17395 (allout-insert-latex-header, allout-insert-latex-trailer)
17396 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
17397 (allout-latex-verb-quote): Fix typos in docstrings.
17398 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
17399 (allout-unprotected, allout-prefix-data):
17400 Improve argument/docstring consistency.
17401 (allout-chart-subtree): Fix argument spec.
17402 (allout-open-topic): Rename `use_sib_bullet' argument to
17403 `use-sib-bullet'. Doc fix.
17404
17405 * whitespace.el (whitespace-check-buffer-leading)
17406 (whitespace-check-buffer-trailing)
17407 (whitespace-check-buffer-indent)
17408 (whitespace-check-buffer-spacetab)
17409 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
17410 (whitespace-check-leading-whitespace)
17411 (whitespace-check-trailing-whitespace)
17412 (whitespace-check-spacetab-whitespace)
17413 (whitespace-check-indent-whitespace)
17414 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
17415 (whitespace-modes): Fix typos in docstrings.
17416 (defgroup, defcustom): Doc fixes.
17417
17418 * winner.el (winner-mode, winner-boring-buffers)
17419 (winner-pending-undo-ring): Doc fixes.
17420 (winner-ring): Remove unneeded `progn'.
17421 (winner-equal): `defsubst' it.
17422 (winner-redo): Fix message.
17423
17424 2005-07-13 Kim F. Storm <storm@cua.dk>
17425
17426 * simple.el (line-move-1): Always use vertical-motion to
17427 do the last (or only) line move to ensure some movement.
17428 Undo 2005-06-23 change--don't check for overlays.
17429
17430 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17431
17432 * term/mac-win.el (ccl-encode-mac-roman-font)
17433 (ccl-encode-mac-centraleurroman-font)
17434 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
17435 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
17436 Change charset-id boundary of dimension to ?\xef.
17437 (mac-char-fontspec-list): New constant.
17438 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
17439 argument. Nil uses itself as family in font-spec. Previous
17440 behavior for nil is now provided by non-nil non-string argument.
17441 All callers changed. Add font-specs for Mac fonts to
17442 "fontset-default" unless iso8859-1 fonts are installed.
17443
17444 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
17445
17446 * progmodes/sh-script.el (sh-get-indent-info): Only indent
17447 a continuation line if the \ is preceded by SPC or TAB.
17448 (sh-get-indent-info): Simplify.
17449 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
17450 Use with-current-buffer.
17451
17452 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
17453 when the matched text is empty.
17454
17455 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
17456
17457 * startup.el (command-line): Revert to previous handling of
17458 tooltip-mode. Explain in comment why the complexity is needed.
17459
17460 * tooltip.el (tooltip-mode): Revert to previous implementation of
17461 its defcustom.
17462
17463 * frame.el (blink-cursor-mode): Revert to previous implementation
17464 of its defcustom. Update comment.
17465
17466 2005-07-12 Lars Hansen <larsh@soem.dk>
17467
17468 * desktop.el: Update e-mail address.
17469
17470 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17471
17472 * term/mac-win.el (mac-services-mail-selection)
17473 (mac-services-mail-to): New functions.
17474 (mac-application-menu-map): Bind them.
17475
17476 2005-07-12 wulei <milton@wulei.net> (tiny change)
17477
17478 * progmodes/gdb-ui.el: Add note about buffering with Windows.
17479
17480 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
17481
17482 * custom.el (custom-reevaluate-setting): Doc fix.
17483
17484 2005-07-11 Jay Belanger <belanger@truman.edu>
17485
17486 * calc/calc.el (calc-embedded-announce-formula-alist)
17487 (calc-embedded-open-close-plain-alist)
17488 (calc-embedded-open-close-mode-alist): Add checks for additional
17489 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
17490
17491 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
17492
17493 * custom.el (custom-enable-theme): Don't add theme to
17494 `custom-enabled-themes' with `push' because there is no
17495 setf-method for `delq'.
17496
17497 2005-07-11 Richard M. Stallman <rms@gnu.org>
17498
17499 * custom.el (custom-declare-variable): Doc fix.
17500
17501 * dired-aux.el (dired-compare-directories): Remove "." and ".."
17502 from the alists.
17503
17504 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
17505 Do nothing if edebug-active.
17506
17507 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
17508 (edebug-display): Do it here instead.
17509
17510 2005-07-10 Richard M. Stallman <rms@gnu.org>
17511
17512 * cus-face.el (custom-theme-set-faces): Make it work.
17513 (custom-reset-faces): Doc fix.
17514 (custom-theme-reset-internal-face, custom-theme-face-value):
17515 Functions deleted.
17516
17517 * custom.el (custom-push-theme): Maintain list of the settings
17518 of a given theme in its theme-settings property.
17519 Maintain position of old settings in the theme-value
17520 or theme-face property.
17521 (custom-enabled-themes): New variable.
17522 (custom-theme-enabled-p): New function.
17523 (provide-theme): Update custom-enabled-themes.
17524 Disable and reenable the `user' theme.
17525 (require-theme): Doc fix.
17526 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
17527 (custom-theme-value, custom-theme-variable-value): Likewise.
17528 (custom-theme-reset-internal): Likewise.
17529 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
17530 (custom-enable-theme, custom-disable-theme): New functions.
17531 (custom-variable-theme-value, custom-face-theme-value): Likewise.
17532 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
17533 (custom-theme-reset-variables): Simplify.
17534 (deftheme, custom-declare-theme, custom-make-theme-feature):
17535 Definitions moved.
17536
17537 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
17538
17539 * longlines.el (longlines-show-region)
17540 (longlines-unshow-hard-newlines): Recognize hard newlines by
17541 non-nil hard property, instead of t.
17542
17543 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
17544
17545 * viper-cmd.el (viper--key-maps): New variable.
17546 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
17547 emulation-mode-map-alists.
17548 (viper-envelop-ESC-key): Use viper-subseq.
17549 (viper-search-forward/backward/next): Disable debug-on-error.
17550
17551 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
17552 (viper-ESC-key): New defcustoms.
17553
17554 * viper-macs.el (ex-map-read-args): Use viper-subseq.
17555
17556 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
17557 (viper-subseq): Copy of subseq from cl.el.
17558
17559 * viper.el (viper-go-away, viper-set-hooks): Use
17560 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
17561
17562 * viper-mous.el (viper-current-frame-saved): Use defvar.
17563
17564 * viper-init.el: Get rid of -face in face names.
17565
17566 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
17567 Make it work with longlines mode
17568
17569 * ediff-mult.el (ediff-meta-mode-hook): New variable.
17570
17571 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
17572
17573 * ediff-init.el: Get rid of -face in face names.
17574
17575 2005-07-10 Richard M. Stallman <rms@gnu.org>
17576
17577 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
17578 and with-timeout-unsuspend.
17579
17580 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
17581 and with-timeout-unsuspend.
17582
17583 * emacs-lisp/timer.el (with-timeout-timers): New variable.
17584 (with-timeout): Bind that variable to record timers.
17585 (with-timeout-suspend, with-timeout-unsuspend): New functions.
17586
17587 * emacs-lisp/debug.el (debug-help-follow): New function.
17588 (debugger-mode-map): Use that instead of help-follow.
17589 (debugger-setup-buffer): Use eval-buffer-list
17590 to handle eval-buffer frames.
17591
17592 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
17593
17594 * timezone.el (timezone-parse-date): Change first regexp
17595 so it will not mistakenly match dates with no time zone.
17596
17597 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
17598
17599 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
17600
17601 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
17602
17603 * custom.el (custom-initialize-safe-set)
17604 (custom-initialize-safe-default): New functions.
17605
17606 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
17607 and simplify :init-value.
17608
17609 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
17610 and simplify :init-value. Delete obsolete comment.
17611
17612 * startup.el (command-line): Use `custom-reevaluate-setting' to
17613 handle `tooltip-mode'. Delete obsolete comment.
17614
17615 * files.el (set-visited-file-name): Avoid calling
17616 `file-name-nondirectory' with a nil argument.
17617
17618 2005-07-09 Richard M. Stallman <rms@gnu.org>
17619
17620 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
17621 was called with nil for the buffer, handle the read position right.
17622 Handle read position for eval-region, too.
17623
17624 2005-07-09 Juri Linkov <juri@jurta.org>
17625
17626 * fringe.el (fringe-mode): Add period in docstring.
17627 (fringe-query-style): Build prompt depending on `all-frames' arg.
17628
17629 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
17630 to not create links to unrelated functions in the Help buffer.
17631
17632 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
17633 Doc fix.
17634
17635 * simple.el (next-error-hook): New variable.
17636 (next-error): Use it. Doc fix.
17637
17638 * textmodes/ispell.el (ispell-command-loop): Add current
17639 dictionary name and program name to mode-line-format.
17640 (ispell-region, ispell-process-line): Add current dictionary name
17641 and program name to messages.
17642
17643 2005-07-08 Jay Belanger <belanger@truman.edu>
17644
17645 * calc/calc.el (calc-embedded-announce-formula-alist)
17646 (calc-embedded-open-close-formula-alist)
17647 (calc-embedded-open-close-word-alist)
17648 (calc-embedded-open-close-plain-alist)
17649 (calc-embedded-open-close-new-formula-alist)
17650 (calc-embedded-open-close-mode-alist)
17651 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
17652 (calc-embedded-mode-hook): New variables.
17653
17654 * calc/calc-embed.el (calc-embedded-firsttime)
17655 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
17656 New variables.
17657 (calc-do-embedded): Use calc-embedded-firsttime,
17658 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
17659 determine whether or not to run hooks.
17660 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
17661 calc-embedded-firsttime-formula appropriately.
17662 Set calc-embedded delimiter variables according to mode.
17663
17664 2005-07-08 Richard M. Stallman <rms@gnu.org>
17665
17666 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
17667 Check for "emacs", etc., as entire symbol, not just as word.
17668 (checkdoc-file-comments-engine): Use regexp-quote on FN.
17669
17670 * files.el (set-visited-file-name): Report the error
17671 for "empty filename" earlier.
17672 (kill-some-buffers): Ignore buffers already dead.
17673
17674 * fringe.el (fringe-mode): Doc fix.
17675
17676 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17677 Check for (featurep 'xemacs) and turn off warnings in what it guards.
17678 Use unwind-protect to ensure byte-compile-unresolved-functions
17679 is updated.
17680
17681 * whitespace.el (whitespace-buffer-leading-cleanup):
17682 Simplify w/ skip-chars-forward.
17683 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
17684
17685 * mail/rmail.el (rmail-only-expunge): Fix paren error.
17686 Unconditionally try to leave point at the same old place.
17687
17688 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
17689
17690 * comint.el (comint-postoutput-scroll-to-bottom)
17691 (comint-show-maximum-output): Take scroll-margin into consideration.
17692
17693 2005-07-08 Kim F. Storm <storm@cua.dk>
17694
17695 * ido.el (ido-use-filename-at-point): New choice `guess'.
17696 (ido-file-internal): Try ffap-guesser if selected.
17697
17698 * ido.el (ido-before-fallback-functions): New hook.
17699 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
17700 (ido-read-file-name): Run it.
17701
17702 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
17703
17704 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
17705 strings rather than a list of symbols to the completion function.
17706
17707 2005-07-07 Jay Belanger <belanger@truman.edu>
17708
17709 * calc/calc-units.el (math-apply-units): Change the places in
17710 which units are simplified.
17711
17712 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
17713
17714 * cus-edit.el (customize-option, customize-option-other-window):
17715 Make them handle aliases.
17716
17717 * custom.el (custom-variable-p): Make it recursively follow
17718 aliases. Mention that in the docstring.
17719
17720 2005-07-07 Richard M. Stallman <rms@gnu.org>
17721
17722 * cus-start.el (exec-path): Use `directory' instead of `file'.
17723 Fix tag for nil.
17724
17725 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
17726
17727 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
17728 when called non-interactively. Doc fix.
17729
17730 2005-07-07 Lute Kamstra <lute@gnu.org>
17731
17732 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
17733 new address as well.
17734
17735 2005-07-07 Kenichi Handa <handa@m17n.org>
17736
17737 * international/mule.el (make-coding-system):
17738 Describe `ascii-incompatible' property in the docstring.
17739 (set-file-name-coding-system): Signal an error if coding-system is
17740 ascii-incompatible.
17741 (set-keyboard-coding-system): Likewise.
17742
17743 * international/mule-cmds.el (set-default-coding-systems):
17744 Don't set default-file-name-coding-system and
17745 default-keyboard-coding-system if coding-system is ASCII-incompatible.
17746
17747 * international/utf-16.el: Declare that all UTF-16-based coding
17748 systems are ASCII-incompatible.
17749
17750 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
17751
17752 * progmodes/gud.el: Require font-lock for displaying errors.
17753 Used by gdb-ui.el.
17754
17755 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
17756
17757 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
17758 values for the pattern lists which are `read'able but not
17759 `append'able (like symbols).
17760
17761 2005-07-06 Richard M. Stallman <rms@gnu.org>
17762
17763 * progmodes/flymake.el (flymake-float-time): Instead of
17764 with-no-warnings, test for xemacs.
17765 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
17766 to avoid warning.
17767
17768 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
17769
17770 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
17771
17772 2005-07-05 Lute Kamstra <lute@gnu.org>
17773
17774 * battery.el: Add support for Darwin (with much debugging help
17775 from Samuel Lauber <sam124@operamail.com>).
17776 (battery-status-function, battery-echo-area-format)
17777 (battery-mode-line-format): Add support for pmset on Darwin.
17778 (battery-load-low, battery-load-critical): New user options.
17779 (battery-pmset): New function.
17780
17781 2005-07-05 Lute Kamstra <lute@gnu.org>
17782
17783 Update FSF's address in GPL notices.
17784
17785 * textmodes/page-ext.el: Update FSF's address.
17786
17787 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
17788
17789 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
17790 filling from using prefix when filling a single-line docstring.
17791
17792 * progmodes/flymake.el: Remove useless eval-when-compile.
17793
17794 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
17795
17796 2005-07-04 Richard M. Stallman <rms@gnu.org>
17797
17798 * textmodes/org.el (org-file-apps-defaults-gnu):
17799 Rename from org-file-apps-defaults-linux.
17800 (org-default-apps): Don't test system-type for `linux'.
17801 (org-file-apps): Doc fix.
17802
17803 2005-07-04 David Ponce <david@dponce.com>
17804
17805 * tree-widget.el: Improve header Commentary section.
17806 (tree-widget) [defgroup]
17807 (tree-widget-image-enable, tree-widget-themes-directory)
17808 (tree-widget-theme, tree-widget-image-properties-emacs)
17809 (tree-widget-image-properties-xemacs, tree-widget-create-image)
17810 (tree-widget-image-formats, tree-widget-control)
17811 (tree-widget-empty-control, tree-widget-leaf-control
17812 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
17813 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
17814 (tree-widget-keep, tree-widget-after-toggle-functions)
17815 (tree-widget-open-node, tree-widget-close-node): Doc fix.
17816 (tree-widget-open-control, tree-widget-close-control): Fix doc and
17817 :help-echo message.
17818 (tree-widget-set-theme): Doc fix. Use `string-equal'.
17819 (tree-widget-image-properties): Doc fix. Clearer implementation.
17820 (tree-widget--cursors): New constant.
17821 (tree-widget-lookup-image): New function split from
17822 `tree-widget-find-image'. Clearer implementation.
17823 (tree-widget-find-image): Use it.
17824 (tree-widget-button-keymap): Use `set-keymap-parent'.
17825 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
17826 Define the sub-widgets here.
17827 (tree-widget-node): Check that :node is not a tree-widget.
17828 (tree-widget-get-super, tree-widget-open-control)
17829 (tree-widget-close-control, tree-widget-empty-control)
17830 (tree-widget-leaf-control, tree-widget-guide)
17831 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
17832 (tree-widget-no-handle, tree-widget-value-delete)
17833 (tree-widget-map): Remove.
17834 (tree-widget-children-value-save): Doc fix. Simplified.
17835 (tree-widget-value-create): Update according to previous changes.
17836
17837 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
17838
17839 * textmodes/org.el: Leading space replaced by TABS.
17840 (org-recalc-marks, org-table-rotate-recalc-marks)
17841 (org-table-get-specials): Treat "^" and "_" marks.
17842 (org-table-justify-field-maybe): Optional argument NEW.
17843 (org-table-eval-formula): Parsing of the format simplified.
17844 New modes C,I. Honor the %= parameter in the current table.
17845 Avoid unnecessary re-align by using the NEW argument to
17846 `org-table-justify-field-maybe'.
17847 (org-calc-default-modes): Default for date-format mimicks org-mode.
17848 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
17849
17850 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
17851
17852 * cus-face.el (custom-theme-set-faces): Make it handle face
17853 aliases whose alias declarations are pre- or autoloaded.
17854
17855 2005-07-04 Juri Linkov <juri@jurta.org>
17856
17857 * faces.el (read-face-name): Put the code for getting a face name
17858 from the buffer before adding the faces from the `face' property.
17859 Use `completing-read-multiple' instead of `completing-read'.
17860 Require `crm'. Add default value and post-process the returned
17861 list of faces.
17862
17863 * emacs-lisp/crm.el (crm-find-current-element)
17864 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
17865
17866 * emacs-lisp/lisp-mode.el (eval-defun-1):
17867 * emacs-lisp/edebug.el (edebug-eval-defun):
17868 Remove unnecessary quotes.
17869
17870 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
17871
17872 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
17873 (prolog-indent-level): Fix typo in docstring.
17874
17875 * info.el (Info-history, Info-history-forward)
17876 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
17877
17878 * add-log.el (add-change-log-entry):
17879 * comint.el (comint-dynamic-list-input-ring)
17880 (comint-dynamic-list-completions):
17881 * dabbrev.el (dabbrev-expand):
17882 * delim-col.el (delimit-columns-rectangle-line):
17883 * diff-mode.el (diff-context->unified, diff-reverse-direction)
17884 (diff-unified->context):
17885 * ediff-init.el (ediff-abbrev-jobname):
17886 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
17887 (ediff-replace-session-activity-marker-in-meta-buffer):
17888 * info.el (Info-summary):
17889 * lpr.el (printify-region):
17890 * printing.el (pr-create-interface):
17891 * ps-print.el (ps-print-quote):
17892 * ses.el (ses-column-widths, ses-print-cell)
17893 (ses-adjust-print-width, ses-center):
17894 * shell.el (shell-file-name-quote-list):
17895 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
17896 (strokes-fill-current-buffer-with-whitespace)
17897 (strokes-xpm-for-stroke, strokes-list-strokes)
17898 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
17899 * term.el (term-dynamic-list-input-ring)
17900 (term-dynamic-list-completions):
17901 * calc/calc.el (math-format-stack-value):
17902 * emacs-lisp/edebug.el (edebug-display-freq-count):
17903 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
17904 (delphi-new-comment-line):
17905 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
17906 * progmodes/executable.el (executable-set-magic):
17907 * progmodes/python.el (inferior-python-mode):
17908 * progmodes/scheme.el (scheme-mode-syntax-table):
17909 * progmodes/sh-script.el (sh-maybe-here-document):
17910 * progmodes/sql.el (sql-copy-column):
17911 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
17912 * textmodes/bibtex.el (bibtex-mode):
17913 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
17914 (sgml-auto-attributes):
17915 * textmodes/table.el (table-insert, table-shorten-cell)
17916 (table--generate-source-scan-lines, table-delete-row)
17917 (*table--cell-delete-char, table--spacify-frame)
17918 (table--horizontally-shift-above-and-below)
17919 (table--cell-insert-char, table--cell-blank-str)
17920 (table--fill-region-strictly):
17921 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
17922 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
17923
17924 * add-log.el (change-log):
17925 * apropos.el (apropos):
17926 * comint.el (comint-completion, comint-source):
17927 * dabbrev.el (dabbrev):
17928 * delim-col.el (columns):
17929 * diff-mode.el (diff-mode):
17930 * ediff.el (ediff):
17931 * ediff-diff.el (ediff-diff):
17932 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
17933 * ediff-mult.el (ediff-mult):
17934 * ediff-ptch.el (ediff-ptch):
17935 * ediff-wind.el (ediff-window):
17936 * facemenu.el (facemenu):
17937 * indent.el (indent):
17938 * info.el (info):
17939 * jka-cmpr-hook.el (compression, jka-compr):
17940 * lpr.el (lpr):
17941 * outline.el (outlines):
17942 * pcmpl-cvs.el (pcmpl-cvs):
17943 * pcmpl-rpm.el (pcmpl-rpm):
17944 * printing.el (printing):
17945 * ps-print.el (postscript, ps-print, ps-print-horizontal)
17946 (ps-print-vertical, ps-print-headers, ps-print-font)
17947 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
17948 (ps-print-background, ps-print-printer, ps-print-page)
17949 (ps-print-miscellany):
17950 * ses.el (ses):
17951 * shell.el (shell, shell-directories, shell-faces):
17952 * startup.el (initialization):
17953 * strokes.el (strokes):
17954 * term.el (term):
17955 * uniquify.el (uniquify):
17956 * w32-vars.el (w32):
17957 * calc/calc.el (calc):
17958 * emacs-lisp/bytecomp.el (bytecomp):
17959 * emacs-lisp/cl-indent.el (lisp-indent):
17960 * emacs-lisp/edebug.el (edebug):
17961 * emacs-lisp/elp.el (elp):
17962 * emacs-lisp/testcover.el (testcover):
17963 * emacs-lisp/trace.el (trace):
17964 * emulation/viper-ex.el (viper-ex):
17965 * emulation/viper-mous.el (viper-mouse):
17966 * mail/mailalias.el (mailalias):
17967 * mail/supercite.el (supercite, supercite-frames)
17968 (supercite-attr, supercite-cite, supercite-hooks):
17969 * net/rcompile.el (remote-compile):
17970 * net/rlogin.el (rlogin):
17971 * obsolete/ooutline.el (outlines):
17972 * progmodes/delphi.el (delphi):
17973 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
17974 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
17975 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
17976 (ebnf-optimization):
17977 * progmodes/etags.el (etags):
17978 * progmodes/executable.el (executable):
17979 * progmodes/idlwave.el (idlwave):
17980 * progmodes/pascal.el (pascal):
17981 * progmodes/prolog.el (prolog):
17982 * progmodes/python.el (python):
17983 * progmodes/scheme.el (scheme):
17984 * progmodes/sh-script.el (sh, sh-script):
17985 * progmodes/sql.el (SQL):
17986 * progmodes/tcl.el (tcl):
17987 * textmodes/bibtex.el (bibtex, bibtex-autokey):
17988 * textmodes/enriched.el (enriched):
17989 * textmodes/makeinfo.el (makeinfo):
17990 * textmodes/sgml-mode.el (sgml):
17991 * textmodes/table.el (table-hooks):
17992 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
17993 * textmodes/texinfo.el (texinfo):
17994 * textmodes/two-column.el (two-column):
17995 Finish `defgroup' description with period.
17996
17997 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
17998 * eshell/esh-var.el (eshell-var):
17999 * progmodes/vhdl-mode.el (vhdl-testbench):
18000 * textmodes/org.el (org): Fix typos in docstrings.
18001
18002 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
18003 consistency.
18004
18005 * progmodes/flymake.el (flymake-find-file): Remove.
18006 (flymake-float-time): Use `with-no-warnings'.
18007 (flymake-check-start-time, flymake-check-was-interrupted)
18008 (flymake-err-info, flymake-is-running, flymake-last-change-time)
18009 (flymake-new-err-info): `defvar' at compile time.
18010
18011 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
18012
18013 * replace.el (occur-hook): Doc fix.
18014 (occur-1): Don't call `occur-hook' if there are no matches.
18015
18016 2005-07-03 Richard M. Stallman <rms@gnu.org>
18017
18018 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
18019 global-map, save the same map.
18020 (global-map): Don't alter it at top level.
18021 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
18022 Then alter it here instead.
18023 (tpu-edt-off): Set global-map to the saved one.
18024
18025 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
18026 All references simplified.
18027 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
18028 (zmacs-regions): Add defvar.
18029 (repeat-complex-command-map): Everything about that deleted.
18030
18031 * textmodes/artist.el (artist-key-is-drawing)
18032 (artist-key-endpoint1, artist-key-poly-point-list)
18033 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
18034 (artist-key-compl-table, artist-rb-save-data)
18035 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
18036 Don't put them in eval-when-compile.
18037 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
18038
18039 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
18040 Use with-no-warnings.
18041
18042 * net/browse-url.el (dos-windows-version): Add defvar.
18043
18044 * mail/supercite.el (filladapt-prefix-table): Add defvar.
18045
18046 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
18047 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
18048 (rmail-new-summary-line-count): Rename from new-summary-line-count.
18049 Add defvar.
18050 (rmail-summary-beginning-of-message): Use with-no-warnings.
18051 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
18052
18053 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
18054 Use with-no-warnings.
18055
18056 * emulation/vi.el (vi-mark-region): Use c-mark-function.
18057 (c-mark-function): Add point-moving-unit property.
18058 (vi-goto-line): Use with-no-warnings.
18059
18060 * emulation/edt.el (edt-last-copied-word): Add defvar.
18061 (zmacs-region-stays): Likewise.
18062 (edt-mark-section-wisely): Use c-mark-function for C.
18063 Use makr-defun for Fortran.
18064 (time-string): defvar deleted.
18065 (edt-display-the-time): Don't set time-string.
18066
18067 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
18068
18069 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
18070 Don't warn when name is not constant
18071 or for defining the group `emacs'.
18072
18073 * tooltip.el (gud-tooltip-mode): Add defvar.
18074
18075 * startup.el (default-frame-background-mode): Add defvar.
18076
18077 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
18078
18079 * info.el (tool-bar-map): Add defvar.
18080
18081 * dired.el (dnd-protocol-alist): Add defvar.
18082
18083 * dired-aux.el (dired-query): Display question with answer, when
18084 the user answers.
18085
18086 * custom.el (custom-add-option): Doc fix.
18087
18088 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
18089
18090 2005-07-03 Eli Zaretskii <eliz@gnu.org>
18091
18092 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
18093 bogus name from the last change.
18094
18095 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
18096
18097 * custom.el (custom-declare-variable): Fix typos in comment.
18098 (custom-known-themes): Doc fix.
18099 (custom-theme-directory): New defcustom.
18100 (require-theme): Make it check `custom-theme-directory'.
18101
18102 * cus-theme.el (custom-new-theme-mode): New function.
18103 (custom-theme-name, custom-theme-variables, custom-theme-faces)
18104 (custom-theme-description): Add compiler defvars.
18105 (customize-create-theme): Add doc to the "*New Custom Theme*"
18106 buffer. Use `custom-new-theme-mode'.
18107 (custom-theme-write): Put the created buffer in emacs-lisp-mode
18108 and save it to the `custom-theme-directory'. Make this the
18109 default directory of the buffer.
18110
18111 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
18112
18113 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
18114 Fix unbalanced parentheses.
18115
18116 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
18117
18118 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
18119 into flymake-mode and delegate to flymake-mode.
18120
18121 * find-file.el (ff-which-function-are-we-in): Clean up.
18122
18123 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
18124
18125 * replace.el (occur-rename-buffer): Fix docstring.
18126
18127 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
18128 (edt-last-copied-word, edt-learn-macro-count)
18129 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
18130 (edt-rect-start-point, edt-user-global-map, rect-start-point)
18131 (time-string, zmacs-region-stays):
18132 * emulation/edt-mapper.el (edt-save-function-key-map)
18133 (EDT-key-name): `defvar' to silence the byte-compiler.
18134
18135 2005-07-02 Martin Rudalics <rudalics@gmx.at>
18136
18137 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
18138 font-lock-regexp-backslash. Doc fix.
18139 (font-lock-regexp-backslash-grouping-construct): Rename from
18140 font-lock-regexp-backslash-construct. Doc fix.
18141 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
18142 grouping constructs.
18143
18144 2005-07-02 Eli Zaretskii <eliz@gnu.org>
18145
18146 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
18147 updating all the prerequisites.
18148
18149 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
18150
18151 * textmodes/org.el (org-agenda-start-on-weekday)
18152 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
18153 (org-agenda-use-time-grid, org-archive-location)
18154 (org-allow-space-in-links, org-usenet-links-prefer-google)
18155 (org-enable-table-editor, org-export-default-language)
18156 (org-export-html-show-new-buffer, org-fill-paragraph)
18157 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
18158 (org-goto-quit, org-occur, org-eval-in-calendar)
18159 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
18160 (org-agenda-diary-entry, org-remember-help)
18161 (org-table-convert-region, org-at-table-p)
18162 (org-table-move-row-down, org-table-move-row-up)
18163 (org-table-copy-region, org-table-toggle-vline-visibility)
18164 (org-table-get-stored-formulas, org-table-get-specials)
18165 (org-recalc-commands, org-table-eval-formula)
18166 (org-table-formula-substitute-names, orgtbl-make-binding)
18167 (org-format-org-table-html, org-format-table-table-html)
18168 (org-format-table-table-html-using-table-generate-source)
18169 (org-customize): Fix typos in docstrings.
18170 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
18171 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
18172 (org-back-to-heading): Doc fixes.
18173 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
18174 (org-agenda-change-all-lines, org-get-header):
18175 Improve argument/docstring consistency.
18176 (orgtbl-error): Fix error message.
18177
18178 * progmodes/flymake.el (flymake-find-possible-master-files)
18179 (flymake-master-file-compare, flymake-get-line-err-count)
18180 (flymake-highlight-line, flymake-gui-warnings-enabled):
18181 Fix typos in docstrings.
18182 (flymake-parse-line, flymake-get-project-include-dirs-function)
18183 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
18184 Doc fixes.
18185 (flymake-get-project-include-dirs-function)
18186 (flymake-make-err-menu-data):
18187 Improve argument/docstring consistency.
18188
18189 2005-07-01 Lute Kamstra <lute@gnu.org>
18190
18191 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
18192 Catch errors with ignore-errors. Use temporary buffer.
18193 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
18194
18195 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
18196 background color faces.
18197 (facemenu-set-foreground, facemenu-set-background):
18198 Use facemenu-set-face-from-menu.
18199 (facemenu-set-face-from-menu): Treat face names that start with
18200 "fg:" or "bg:" as special.
18201 (facemenu-add-new-color): Don't create faces. Simplify.
18202
18203 2005-06-30 Richard M. Stallman <rms@gnu.org>
18204
18205 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
18206 (crm-find-current-element): Likewise.
18207
18208 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
18209
18210 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
18211
18212 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
18213
18214 * arc-mode.el (archive-extract): Make it work as a mouse binding.
18215 (archive-mouse-extract): Make it an obsolete alias.
18216 (archive-mode-map): Don't use archive-mouse-extract any more.
18217 (archive-mode, archive-extract): write-contents-hooks ->
18218 write-contents-functions.
18219 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
18220 first arg.
18221 (archive-rename-entry): Update the call.
18222 (archive-zip-summarize): Remove unused var `method'.
18223 (archive-lzh-summarize): Remove unused var `creator'.
18224
18225 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
18226 dedicated frame upon exit.
18227
18228 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
18229 (archive-zip-extract, archive-zip-expunge)
18230 (archive-zip-update, archive-zip-update-case): Use executable-find.
18231 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
18232 Use restore-buffer-modified-p.
18233 (archive-extract, archive-add-new-member, archive-write-file-member):
18234 Use with-current-buffer.
18235 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
18236
18237 2005-06-30 Andreas Schwab <schwab@suse.de>
18238
18239 * progmodes/gud.el (gud-filter): Remove unneeded progn.
18240
18241 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18242
18243 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
18244
18245 2005-06-30 Juri Linkov <juri@jurta.org>
18246
18247 * faces.el (vertical-border): Inherit from mode-line-inactive
18248 only on tty.
18249
18250 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
18251
18252 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
18253 example, -NLINES in the `occur' docstring).
18254
18255 * replace.el (occur-1): When no matches are found, do not set the
18256 `buffer-read-only' and modified flags for the occur buffer,
18257 because it is deleted.
18258
18259 * emulation/cua-base.el (cua-check-pending-input)
18260 (cua-repeat-replace-region, cua-mode, cua-debug)
18261 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
18262 Fix typos in docstrings.
18263
18264 * emulation/cua-gmrk.el (cua-toggle-global-mark)
18265 (cua-cut-region-to-global-mark)
18266 (cua--cut-rectangle-to-global-mark):
18267 Remove period from end of messages.
18268
18269 * emulation/cua-rect.el (cua-do-rectangle-padding):
18270 Remove period from end of messages.
18271 (cua--rectangle-seq-format): Fix typo in docstring.
18272 (cua-sequence-rectangle, cua-fill-char-rectangle):
18273 Improve argument/docstring consistency.
18274
18275 2005-06-29 Juri Linkov <juri@jurta.org>
18276
18277 * faces.el (default-frame-background-mode): New internal variable.
18278 (frame-set-background-mode): Use it.
18279
18280 * startup.el (normal-top-level): Set default-frame-background-mode
18281 instead of frame-background-mode. Before setting it, test for its
18282 nil value. Remove tests for frame-background-mode and frame
18283 parameter `reverse'. Add test for "unspecified-fg".
18284
18285 * term/xterm.el (xterm-rxvt-set-background-mode):
18286 * term/rxvt.el (rxvt-set-background-mode):
18287 Set default-frame-background-mode instead of frame-background-mode.
18288
18289 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
18290
18291 * simple.el (set-variable): Warn about obsolete user variables.
18292
18293 * imenu.el (imenu--completion-buffer):
18294 * mouse.el (mouse-buffer-menu-alist):
18295 * msb.el (msb-invisible-buffer-p):
18296 * calendar/diary-lib.el (diary-header-line-format):
18297 * emacs-lisp/pp.el (pp-buffer):
18298 * progmodes/cperl-mode.el (cperl-do-auto-fill):
18299 * textmodes/picture.el (picture-replace-match):
18300 Change space constants followed by a sexp to "?\s ".
18301
18302 * play/decipher.el (decipher-loop-with-breaks):
18303 * textmodes/texinfo.el (texinfo-insert-@item): Change space
18304 constants "protected" from end of line by a comment to "?\s".
18305
18306 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
18307
18308 * font-lock.el (save-buffer-state): Use `declare'.
18309
18310 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
18311 reset the syntax-table to cperl-mode-syntax-table.
18312 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
18313 "foo_print_bar" is not matched as a reserved keyword.
18314
18315 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
18316
18317 * textmodes/org.el (orgtbl-setup): New function, for delayed
18318 setup for the orgtbl commands.
18319 (org-calc-default-modes): New option.
18320 (orgtbl-make-binding): Use `defun' to get better help display.
18321 (org-diary): Call `org-compile-prefix-format'.
18322 (org-table-formula-substitute-names): New function.
18323 (org-agenda-day-view, org-agenda-week-view): New commands.
18324 (org-agenda-toggle-week-view): Command removed.
18325 (org-tbl-menu): Split off from org-org-menu.
18326 (org-mode): Move removal of outline-mode menus to here.
18327 (org-table-formula-debug): New option.
18328 (org-table-insert-row): Keep first field if just "#" or "*".
18329 (org-mode): Paragraph regexps fixed.
18330 (org-table-recalculate-regexp): New constant.
18331 (org-table-justify-field-maybe): Avoid replace if not necessary.
18332 (org-copy-special, org-cut-special): Use `call-interactively'.
18333 (org-table-copy-region): Take region from `interactive' call.
18334 (org-trim): Return string even if no match.
18335 (org-formula): New face.
18336 (org-set-font-lock-defaults): No longer highlight "FIXME".
18337 But highlight formula-related fields in table.
18338 (org-table-p): Use regexp, not fontification.
18339 (org-table-align): Handle white space at end of line.
18340 (org-table-formula-evaluate-inline): New option.
18341 (org-mode): Auto-wrapping in comment lines turned off.
18342 (org-table-copy-down): Evaluate only in copied field, not in
18343 destination.
18344 (org-table-current-formula): Variable removed.
18345 (org-table-store-formulas, org-table-get-stored-formulas)
18346 (org-table-modify-formulas, org-table-replace-in-formulas)
18347 (org-table-maybe-eval-formula): New functions.
18348 (org-table-get-formula): Modify to use stored formulas.
18349 (org-table-insert-column, org-table-delete-column)
18350 (org-table-move-column): Call `org-table-modify-formulas'.
18351 (org-complete): Add completion for keyword formulas.
18352 (orgtbl-mode): Pull orgtbl-mode-map to start of
18353 minor-mode-map-alist.
18354
18355 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
18356
18357 * progmodes/python.el (python-check): Require `compile' before
18358 modifying its variables.
18359
18360 * newcomment.el (comment-indent-default): Don't get fooled by an early
18361 end of buffer.
18362
18363 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18364
18365 * ps-print.el (ps-print-version): Fix version number.
18366
18367 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
18368
18369 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
18370
18371 2005-06-28 Richard M. Stallman <rms@gnu.org>
18372
18373 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
18374 (flyspell-local-mouse-map): Declaration deleted.
18375 (flyspell-mouse-map): Bind only mouse-2.
18376 (flyspell-mode-map): Don't test flyspell-use-local-map.
18377 (flyspell-overlay-keymap-property-name): Var deleted.
18378 (flyspell-mode-on): Don't make local bindings for
18379 flyspell-mouse-map and flyspell-mode-map.
18380 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
18381
18382 * textmodes/ispell.el (ispell-word): Do not ignore short words.
18383
18384 * progmodes/compile.el (compilation-next-error-function):
18385 Don't switch buffers; operate on the current buffer.
18386
18387 * progmodes/compile.el (compilation-error-file-name)
18388 (compilation-warning-file-name, compilation-info-file-name)
18389 (compilation-line-number, compilation-column-number): New faces.
18390 (compilation-error-face, compilation-warning-face)
18391 (compilation-info-face, compilation-line-face)
18392 (compilation-column-face): Use them.
18393
18394 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
18395
18396 * comint.el (comint-password-prompt-regexp): Accept ", try again".
18397
18398 * bindings.el (global-map): Bind insertchar and its variants.
18399
18400 2005-06-27 Richard M. Stallman <rms@gnu.org>
18401
18402 * textmodes/artist.el (artist-text-overwrite)
18403 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
18404
18405 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18406
18407 * ps-print.el: It was not working the page selection for printing.
18408 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
18409 (ps-print-version): New version 6.6.7.
18410 (ps-end-sheet): New fun.
18411 (ps-header-sheet, ps-end-job): Call it.
18412
18413 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
18414
18415 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
18416
18417 2005-06-27 Lute Kamstra <lute@gnu.org>
18418
18419 * facemenu.el (facemenu-unlisted-faces): Add foreground and
18420 background color faces.
18421 (facemenu-get-face): Delete function.
18422 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
18423 (facemenu-add-new-color): Make second argument mandatory.
18424 Create the appropriate face and return it. Simplify.
18425 (facemenu-set-foreground, facemenu-set-background): Don't check if
18426 color is defined. Use return value of facemenu-add-new-color.
18427
18428 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
18429
18430 * progmodes/gud.el (gud-filter): Add missing argument to
18431 with-selected-window.
18432
18433 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
18434
18435 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
18436 a :require to the defcustom.
18437
18438 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
18439 defcustoms corresponding to minor modes.
18440
18441 2005-06-26 David Ponce <david@dponce.com>
18442
18443 * recentf.el: Require tree-widget instead of wid-edit.
18444 (recentf-filename-handler): Fix widget :type.
18445 (recentf-cancel-dialog, recentf-open-more-files)
18446 (recentf-open-files-action): Doc fix.
18447 (recentf-dialog-goto-first): New function.
18448 (recentf-dialog-mode-map): Set parent keymap first.
18449 (recentf-dialog-mode): Define with define-derived-mode.
18450 Don't display continuation lines in dialogs.
18451 (recentf-edit-list): Rename from recentf-edit-selected-items.
18452 (recentf-edit-list-select): Rename from recentf-edit-list-action.
18453 Simplify.
18454 (recentf-edit-list-validate): New function.
18455 (recentf-edit-list): Update accordingly.
18456 (recentf-open-files-item-shift): Remove.
18457 (recentf-open-files-item): Convert menu elements into tree and
18458 link widgets. Don't create the widgets.
18459 (recentf-open-files): Update accordingly.
18460 (recentf-save-list): Untabify.
18461
18462 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
18463
18464 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
18465 (keep-lines): Add INTERACTIVE arg. Never delete lines only
18466 partially contained in the active region. Do not take active
18467 region into account when called from Lisp, unless INTERACTIVE arg
18468 is non-nil. Use `forward-line' instead of `beginning-of-line' to
18469 avoid trouble with fields. Make marker point nowhere when no
18470 longer used. Always return nil. Doc fix.
18471 (flush-lines): Add INTERACTIVE arg. Do not take active region
18472 into account when called from Lisp, unless INTERACTIVE arg is
18473 non-nil. Use `forward-line' instead of `beginning-of-line' to
18474 avoid trouble with fields. Make marker point nowhere when no
18475 longer used. Always return nil. Doc fix.
18476 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
18477 interchangeable. Do not take active region into account when
18478 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
18479 message in echo area when called from Lisp, unless INTERACTIVE arg
18480 is non-nil. Avoid saying "1 occurrences". Do not use markers.
18481 Return the number of matches. Doc fix.
18482 (occur): Doc fix.
18483 (perform-replace): Make comment follow double space convention for
18484 the sake of `outline-minor-mode'.
18485
18486 * faces.el (facep): Doc fix.
18487
18488 2005-06-25 Richard M. Stallman <rms@gnu.org>
18489
18490 * facemenu.el (facemenu-enable-faces-p): New function.
18491 (facemenu-background-menu, facemenu-foreground-menu)
18492 (facemenu-face-menu): Add menu-enable property.
18493
18494 * jka-compr.el (jka-compr-insert-file-contents):
18495 Special handling if cannot find the uncompression program.
18496
18497 * cus-face.el (custom-face-attributes): Add autoload.
18498
18499 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18500 Bind comment-indent-function locally.
18501
18502 * window.el (save-selected-window): Use save-current-buffer.
18503
18504 * subr.el (with-selected-window): Use save-current-buffer.
18505
18506 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
18507 and with-current-buffer.
18508
18509 2005-06-24 Richard M. Stallman <rms@gnu.org>
18510
18511 * simple.el (line-move-1): Fix previous change.
18512
18513 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
18514
18515 * replace.el (occur-1): Set `buffer-read-only' and the
18516 buffer-modified flag before running `occur-hook' to protect
18517 against unintentional buffer switches that can lead to data loss.
18518
18519 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
18520
18521 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
18522 (gud-gdb-marker-filter): Use font-lock-warning-face for any
18523 initial error.
18524
18525 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
18526 after fresh input.
18527 (gdb-var-create-handler): Put name of expression in quotes.
18528
18529 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
18530
18531 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
18532 elements of RING in order, and without bogus nil elements.
18533
18534 2005-06-23 Richard M. Stallman <rms@gnu.org>
18535
18536 * simple.el (set-variable): Args renamed; doc fix.
18537 (line-move-1): When there are overlays around, use vertical-motion.
18538
18539 * faces.el (escape-glyph): Use brown against light background.
18540 (nobreak-space): Rename from no-break-space.
18541 Fix previous change.
18542
18543 * dired-aux.el (dired-do-copy): Fix arg prompt.
18544
18545 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
18546
18547 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
18548
18549 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
18550 rather than "Distributor".
18551
18552 2005-06-23 Lute Kamstra <lute@gnu.org>
18553
18554 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
18555 (debug-on-entry): Use it. New interactive declaration that uses
18556 function-called-at-point.
18557
18558 2005-06-23 Kim F. Storm <storm@cua.dk>
18559
18560 * subr.el (save-match-data): Add comment about using evaporate arg
18561 to set-match-data.
18562
18563 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
18564
18565 * cus-edit.el (customize-face)
18566 (customize-face-other-window): Handle face aliases.
18567
18568 * faces.el (face-documentation, set-face-attribute)
18569 (face-spec-set): Handle face aliases.
18570
18571 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
18572
18573 * help-mode.el (help-make-xrefs): If a symbol representing a face
18574 name is not followed by the word "face", it could still be a
18575 function or variable name, so don't bypass other checks.
18576
18577 2005-06-22 Juri Linkov <juri@jurta.org>
18578
18579 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
18580 Replace aliased functions with calls where second arg `inherit' is t.
18581
18582 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
18583
18584 * progmodes/gdb-ui.el (gdb-error): New variable.
18585 (gdb-error): New function.
18586 (gdb-annotation-rules): Act on error-begin and error annotations.
18587 (gdb-concat-output): Use font-lock-warning-face for errors.
18588
18589 2005-06-22 Miles Bader <miles@gnu.org>
18590
18591 * bindings.el (propertized-buffer-identification): Use renamed
18592 `Buffer-menu-buffer' face.
18593
18594 * faces.el (vertical-border): Rename from `vertical-divider'.
18595 (escape-glyph): Change dark-background color back to `cyan'.
18596
18597 2005-06-21 Juri Linkov <juri@jurta.org>
18598
18599 * faces.el (face-user-default-spec): Try getting `customized-face'
18600 prior to `saved-face'.
18601 (frame-background-mode): Refill docstring.
18602
18603 * emacs-lisp/lisp-mode.el (eval-defun-1):
18604 * emacs-lisp/edebug.el (edebug-eval-defun):
18605 Set `saved-face' temporarily to nil before calling form.
18606 Set `customized-face' to the new spec after that.
18607
18608 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
18609
18610 * subr.el (1value, lambda, key-substitution-in-progress):
18611 Doc fixes.
18612
18613 * autoinsert.el (auto-insert-alist):
18614 * ses.el (ses-call-printer):
18615 * subr.el (noreturn):
18616 * emacs-lisp/lisp.el (check-parens):
18617 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
18618 * net/browse-url.el (browse-url-mosaic):
18619 * progmodes/cc-defs.el (c-safe-scan-lists):
18620 * progmodes/ebnf-abn.el (ebnf-abn-lex):
18621 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
18622 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
18623 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
18624 * progmodes/ebnf-iso.el (ebnf-iso-lex):
18625 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
18626
18627 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
18628
18629 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
18630
18631 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
18632
18633 * calendar/appt.el (appt-make-list): Activate the package, if
18634 not already active (for backwards compatibility).
18635
18636 2005-06-20 Kim F. Storm <storm@cua.dk>
18637
18638 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
18639
18640 2005-06-20 Miles Bader <miles@gnu.org>
18641
18642 * faces.el (vertical-divider): New face.
18643
18644 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
18645
18646 * simple.el (kill-whole-line): Doc fix.
18647 (next-error-buffer-p, next-error-find-buffer)
18648 (clone-indirect-buffer): Fix typos in docstrings.
18649 (comment-line-break-function): Doc fix: don't say variable
18650 is automatically buffer-local (it isn't).
18651
18652 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
18653
18654 * net/tramp-ftp.el (top):
18655 * net/tramp-smb.el (top):
18656 * net/tramp-util.el (top):
18657 * net/tramp-uu.el (top):
18658 * net/tramp-vc.el (top):
18659 * net/tramp.el (top): Revert copyright years back to original
18660 ones. Tramp has a life outside GNU Emacs.
18661
18662 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
18663
18664 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
18665
18666 2005-06-18 Juri Linkov <juri@jurta.org>
18667
18668 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
18669 end of first regexp to limit the match to the position between
18670 line number and source line with same separator character as used
18671 between file name and line number. In the second regexp limit
18672 mouse-face area to file name and line number by adding new group
18673 for them and referring it in HYPERLINK arg.
18674 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
18675 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
18676 previous line where grep markers may be already removed.
18677
18678 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
18679
18680 * progmodes/ps-mode.el: Update version and maintainer's email address.
18681
18682 2005-06-18 Steve Youngs <steve@xemacs.org>
18683
18684 * net/browse-url.el (browse-url-browser-function)
18685 (browse-url-default-browser): Add firefox.
18686 (browse-url-firefox-program, browse-url-firefox-arguments)
18687 (browse-url-firefox-startup-arguments)
18688 (browse-url-firefox-new-window-is-tab): New defcustoms.
18689 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
18690
18691 2005-06-17 Richard M. Stallman <rms@gnu.org>
18692
18693 * startup.el (command-line): Warn if specified user name has
18694 no home directory.
18695
18696 * term.el (term-get-old-input, term-input-filter, term-input-sender)
18697 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
18698
18699 * longlines.el (longlines-mode, longlines-show-hard-newlines):
18700 Doc fixes.
18701
18702 * faces.el (underline): Try bold if terminal doesn't support underline.
18703
18704 * mail/sendmail.el (mail-setup-with-from): New variable.
18705 (mail-insert-from-field): New function.
18706 (sendmail-send-it): Call it.
18707 (mail-setup): Optionally call it here.
18708
18709 * term/linux.el: Call tty-no-underline.
18710
18711 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
18712
18713 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
18714
18715 2005-06-17 Miles Bader <miles@gnu.org>
18716
18717 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
18718 (ediff-current-diff-C, ediff-current-diff-Ancestor)
18719 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
18720 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
18721 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
18722 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
18723 Remove "-face" suffix from face names.
18724 (ediff-current-diff-face-A, ediff-current-diff-face-B)
18725 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18726 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18727 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18728 (ediff-even-diff-face-A, ediff-even-diff-face-B)
18729 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18730 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18731 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18732 New backward-compatibility aliases for renamed faces.
18733 (ediff-current-diff-face-A, ediff-current-diff-face-B)
18734 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18735 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18736 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18737 (ediff-even-diff-face-A, ediff-even-diff-face-B)
18738 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18739 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18740 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18741 Use renamed ediff faces.
18742
18743 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
18744 Remove "-face" suffix from face names.
18745 (eshell-test-ok-face, eshell-test-failed-face):
18746 New backward-compatibility aliases for renamed faces.
18747 (eshell-run-test): Use renamed eshell-test faces.
18748
18749 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
18750 face name.
18751 (eshell-prompt-face): New backward-compatibility alias for renamed
18752 face.
18753 (eshell-emit-prompt): Use renamed eshell-prompt face.
18754
18755 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
18756 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
18757 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
18758 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
18759 Remove "-face" suffix from face names.
18760 (eshell-ls-directory-face, eshell-ls-symlink-face)
18761 (eshell-ls-executable-face, eshell-ls-readonly-face)
18762 (eshell-ls-unreadable-face, eshell-ls-special-face)
18763 (eshell-ls-missing-face, eshell-ls-archive-face)
18764 (eshell-ls-backup-face, eshell-ls-product-face)
18765 (eshell-ls-clutter-face):
18766 New backward-compatibility aliases for renamed faces.
18767 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
18768
18769 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
18770 Remove "-face" suffix from face name.
18771 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
18772 instead of literal face.
18773
18774 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
18775
18776 * emacs-lisp/warnings.el (display-warning, lwarn)
18777 (warning-minimum-log-level): Doc fixes.
18778 (warning-minimum-level, warning-minimum-log-level):
18779 Add :debug to :type choices.
18780
18781 * progmodes/ada-mode.el (ada-format-paramlist)
18782 (ada-get-indent-case, ada-check-matching-start)
18783 (ada-check-defun-name, ada-goto-matching-decl-start)
18784 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
18785 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
18786 (ada-make-subprogram-body): Follow error conventions.
18787 (ada-case-exception-file, ada-indent-comment-as-code)
18788 (ada-indent-handle-comment-special, ada-indent-renames)
18789 (ada-indent-return, ada-search-directories-internal)
18790 (ada-tab-policy, ada-case-exception-substring)
18791 (ada-other-file-alist, ada-matching-start-re)
18792 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
18793 (ada-imenu-generic-expression, ada-compile-goto-error)
18794 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
18795 (ada-popup-menu, ada-add-extensions, ada-mode)
18796 (ada-region-selected, ada-create-case-exception)
18797 (ada-create-case-exception-substring, ada-after-keyword-p)
18798 (ada-activate-keys-for-case, ada-adjust-case-region)
18799 (ada-adjust-case-buffer, ada-format-paramlist)
18800 (ada-scan-paramlist, ada-insert-paramlist)
18801 (ada-indent-newline-indent)
18802 (ada-indent-newline-indent-conditional)
18803 (ada-justified-indent-current, ada-goto-previous-word)
18804 (ada-indent-current, ada-get-indent-open-paren)
18805 (ada-get-indent-paramlist, ada-get-indent-end)
18806 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
18807 (ada-get-indent-block-start, ada-get-indent-subprog)
18808 (ada-get-indent-noindent, ada-get-indent-label)
18809 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
18810 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
18811 (ada-goto-stmt-end, ada-goto-next-word)
18812 (ada-check-matching-start, ada-check-defun-name)
18813 (ada-goto-matching-decl-start, ada-goto-matching-start)
18814 (ada-goto-matching-end, ada-search-ignore-string-comment)
18815 (ada-in-decl-p, ada-looking-at-semi-or)
18816 (ada-looking-at-semi-private, ada-in-paramlist-p)
18817 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
18818 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
18819 (ada-next-procedure, ada-previous-procedure, ada-next-package)
18820 (ada-previous-package, ada-create-menu)
18821 (ada-fill-comment-paragraph-justify)
18822 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
18823 (ada-other-file-name, ada-last-which-function-line)
18824 (ada-last-which-function-subprog, ada-which-function)
18825 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
18826 (ada-gen-treat-proc, ada-check-emacs-version)
18827 (ada-continuation-indent, ada-align-region-separate):
18828 Fix typos in docstrings.
18829 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
18830
18831 2005-06-16 Lute Kamstra <lute@gnu.org>
18832
18833 * simple.el (fundamental-mode): Run after-change-major-mode-hook
18834 conditionally.
18835
18836 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
18837
18838 * comint.el (comint-replace-by-expanded-filename)
18839 (comint-prompt-regexp, comint-delimiter-argument-list)
18840 (comint-preinput-scroll-to-bottom):
18841 * info.el (Info-hide-cookies-node):
18842 * ls-lisp.el (ls-lisp-classify):
18843 * find-file.el (ff-search-directories, ff-special-constructs)
18844 (ff-find-other-file):
18845 * font-lock.el (font-lock-keywords):
18846 * shell.el (shell-prompt-pattern)
18847 (shell-dynamic-complete-functions, shell-mode)
18848 (shell-delimiter-argument-list):
18849 * term.el (term-replace-by-expanded-filename)
18850 (term-prompt-regexp, term-delimiter-argument-list):
18851 * woman.el (woman-ignore, woman0-if):
18852 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
18853 * emacs-lisp/elint.el (elint-init-env):
18854 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
18855 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
18856 * language/ethio-util.el (ethio-tilde-escape)
18857 (ethio-use-three-dot-question):
18858 * net/zone-mode.el (zone-mode-load-time-setup):
18859 * progmodes/cc-align.el (c-lineup-argcont):
18860 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
18861 * progmodes/cperl-mode.el (cperl-set-style-back):
18862 * progmodes/inf-lisp.el (inferior-lisp-prompt):
18863 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
18864 Fix spellings in docstrings.
18865
18866 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
18867 * progmodes/modula2.el (m2-for): Fix spellings.
18868
18869 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
18870
18871 * simple.el (undo-more): Don't use `format' on `error' arguments.
18872 Improve argument/docstring consistency.
18873 (pending-undo-list): Doc fix.
18874
18875 * smerge-mode.el (smerge-ensure-match):
18876 * emulation/vip.el (vip-ex):
18877 * net/zone-mode.el (zone-mode-update-serial):
18878 * progmodes/idlwave.el (idlwave-complete):
18879 * progmodes/vhdl-mode.el (vhdl-visit-file)
18880 (vhdl-compose-wire-components):
18881 Don't use `format' on `error' arguments.
18882
18883 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
18884 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
18885 (tooltip-help-tips): Fix typos in docstrings.
18886
18887 2005-06-16 David Ponce <david@dponce.com>
18888
18889 * tree-widget.el (tree-widget-value-create): Simplify last change.
18890
18891 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
18892
18893 * ido.el (ido-incomplete-regexp): New variable.
18894 (ido-set-matches-1): Handle invalid-regexp error and set
18895 ido-incomplete-regexp.
18896 (ido-incomplete-regexp): New face.
18897 (ido-completions): Use it.
18898 (ido-complete, ido-exit-minibuffer, ido-completions):
18899 Handle incomplete regexps.
18900 (ido-completions): Add check for complete match when entering a regexp.
18901
18902 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
18903
18904 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
18905
18906 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18907
18908 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
18909 by field delimiters.
18910
18911 2005-06-15 David Ponce <david@dponce.com>
18912
18913 * tree-widget.el: eval-and-compile inlined functions so they will
18914 be available at run-time too.
18915 (tree-widget-super-format-handler)
18916 (tree-widget-format-handler): Remove.
18917 (tree-widget-value-create): Handle the :indent property.
18918
18919 2005-06-15 Miles Bader <miles@gnu.org>
18920
18921 * progmodes/which-func.el (which-func): Only inherit
18922 `font-lock-function-name-face' when that makes sense against the
18923 default mode-line face, otherwise set the face color explicitly.
18924
18925 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
18926 faces instead of (non-existent) variables.
18927
18928 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
18929
18930 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
18931 (iswitchb-get-matched-buffers): Likewise. Simplify.
18932
18933 2005-06-14 Miles Bader <miles@gnu.org>
18934
18935 * progmodes/ld-script.el (ld-script-location-counter):
18936 Remove "-face" suffix from face name.
18937 (ld-script-location-counter-face):
18938 New backward-compatibility alias for renamed face.
18939 (ld-script-location-counter-face): Use renamed face.
18940
18941 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
18942 (cperl-hash): Remove "-face" suffix from face names.
18943 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
18944 New backward-compatibility aliases for renamed faces.
18945 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
18946 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
18947
18948 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
18949 name.
18950 (which-func-face): New backward-compatibility alias for renamed face.
18951 (which-func-format): Use renamed which-func face.
18952
18953 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
18954 (vhdl-function, vhdl-directive, vhdl-reserved-word)
18955 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
18956 names.
18957 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
18958 (vhdl-speedbar-configuration, vhdl-speedbar-package)
18959 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
18960 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
18961 (vhdl-speedbar-architecture-selected)
18962 (vhdl-speedbar-configuration-selected)
18963 (vhdl-speedbar-package-selected)
18964 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
18965 names.
18966 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
18967 Use renamed faces.
18968 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
18969 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
18970 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
18971 Use renamed faces.
18972 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
18973 names.
18974 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
18975 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
18976 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
18977 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
18978 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
18979 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
18980
18981 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
18982 face name.
18983 (sh-heredoc-face): New backward-compatibility alias for renamed face.
18984 (sh-heredoc-face): Use renamed sh-heredoc face.
18985
18986 * progmodes/idlw-help.el (idlwave-help-link):
18987 Remove "-face" suffix from face name.
18988 (idlwave-help-link-face):
18989 New backward-compatibility alias for renamed face.
18990 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
18991
18992 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
18993 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
18994 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
18995 New backward-compatibility aliases for renamed faces.
18996 (idlwave-shell-disabled-breakpoint-face)
18997 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
18998
18999 * progmodes/flymake.el (flymake-errline, flymake-warnline):
19000 Remove "-face" suffix from face names.
19001 (flymake-errline-face, flymake-warnline-face):
19002 New backward-compatibility aliases for renamed faces.
19003 (flymake-highlight-line): Use renamed flymake faces.
19004
19005 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
19006 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
19007 (ebrowse-member-class, ebrowse-progress):
19008 Remove "-face" suffix from face names.
19009 (ebrowse-tree-mark-face, ebrowse-root-class-face)
19010 (ebrowse-file-name-face, ebrowse-default-face)
19011 (ebrowse-member-attribute-face, ebrowse-member-class-face)
19012 (ebrowse-progress-face):
19013 New backward-compatibility aliases for renamed faces.
19014 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
19015 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
19016 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
19017 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
19018
19019 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
19020 antlr-syntax)
19021 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
19022 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
19023 names.
19024 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
19025 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
19026 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
19027 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
19028 backward-compatibility aliases for renamed faces.
19029 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
19030 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
19031 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
19032 remove "font-lock-". Use renamed antlr-mode faces.
19033 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
19034 literal face-names with face variable references.
19035
19036 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
19037 face name.
19038 (Buffer-menu-buffer-face): New backward-compatibility alias for
19039 renamed face.
19040 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
19041
19042 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
19043
19044 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
19045 Eliminate "-face" suffix.
19046 (makefile-targets): Inherit from font-lock-function-name-face and
19047 eliminate "-face" suffix.
19048 (makefile-shell): Remove attributes and eliminate "-face" suffix.
19049 (makefile-*-font-lock-keywords): Append makefile-targets in rule
19050 actions, instead of prepending, to make it less visible.
19051 (makefile-previous-dependency, makefile-match-dependency):
19052 Don't match a target on a continuation line.
19053
19054 * files.el (auto-mode-alist): Put Makefile in gmake mode.
19055
19056 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
19057
19058 * progmodes/gdb-ui.el (menu): Re-order menu items.
19059 (gdb-tooltip-print): Respect tooltip-use-echo-area.
19060
19061 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
19062 Define in tooltip.el.
19063 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
19064 (gud-tooltip-tips): Respect tooltip-use-echo-area and
19065 gud-tooltip-echo-area.
19066
19067 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
19068 backward compatibility and make obsolete.
19069 (tooltip-help-tips): Use tooltip-use-echo-area.
19070 (tooltip-show-help-function): Rename to...
19071 (tooltip-show-help): ...this, because it is a function.
19072 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
19073
19074 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
19075
19076 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
19077 (edebug-print-length, edebug-print-level, edebug-print-circle)
19078 (edebug-modify-breakpoint, edebug-eval-last-sexp)
19079 (edebug-eval-print-last-sexp): Doc fixes.
19080
19081 2005-06-14 Kim F. Storm <storm@cua.dk>
19082
19083 * ido.el (ido-mode): Make a new keymap every time we enable ido,
19084 as the coverage buffer/file/both may change.
19085
19086 2005-06-14 Lute Kamstra <lute@gnu.org>
19087
19088 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
19089 and run-mode-hooks. Simplify.
19090
19091 * mail/rmailedit.el (rmail-edit-mode):
19092 * progmodes/octave-inf.el (inferior-octave-mode):
19093 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
19094
19095 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
19096 and run-mode-hooks.
19097 (recentf-edit-list, recentf-open-files): Don't call
19098 kill-all-local-variables directly.
19099
19100 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
19101
19102 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
19103
19104 * emacs-lisp/byte-run.el (make-obsolete)
19105 (define-obsolete-function-alias): Rename arguments FUNCTION and
19106 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
19107 (make-obsolete-variable, define-obsolete-variable-alias):
19108 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
19109 respectively.
19110
19111 * isearchb.el (isearchb-activate):
19112 * pcvs.el (cvs-mode):
19113 * ses.el (ses-load):
19114 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
19115 * net/tramp.el (tramp-find-file-exists-command)
19116 (tramp-find-shell):
19117 * progmodes/ada-mode.el (ada-create-case-exception)
19118 (ada-create-case-exception-substring, ada-make-subprogram-body):
19119 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
19120 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
19121 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
19122 * textmodes/org.el (org-promote, org-evaluate-time-range)
19123 (org-agenda-next-date-line, org-agenda-previous-date-line)
19124 (org-agenda-error, org-open-at-point, org-table-move-row)
19125 (org-format-table-table-html-using-table-generate-source)
19126 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
19127 * textmodes/reftex.el (reftex-access-scan-info):
19128 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
19129 (reftex-toc-promote-prepare): Follow error conventions.
19130
19131 * diff-mode.el (diff-mode): Fix typo in docstring.
19132
19133 * forms.el (forms--intuit-from-file): Fix reference to
19134 `forms-number-of-fields' in error message.
19135 (forms-print): Fix quoting in error message.
19136
19137 * forms.el (forms-mode):
19138 * emulation/vi.el (vi-goto-insert-state):
19139 * progmodes/flymake.el (flymake-new-err-info)
19140 (flymake-start-syntax-check-for-current-buffer)
19141 (flymake-simple-cleanup):
19142 * eshell/esh-var.el (eshell/export):
19143 * progmodes/gud.el (xdb):
19144 * textmodes/flyspell.el (flyspell-incorrect-hook)
19145 (flyspell-maybe-correct-transposition)
19146 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
19147
19148 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
19149
19150 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
19151 minibuffer prompt.
19152
19153 2005-06-13 Kim F. Storm <storm@cua.dk>
19154
19155 * subr.el (add-to-ordered-list): New defun.
19156
19157 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
19158 add cua--keymap-alist to emulation-mode-map-alists.
19159
19160 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
19161
19162 * subr.el (complete-in-turn): New macro.
19163 (dynamic-completion-table, lazy-completion-table): Add debug info.
19164
19165 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
19166 in preference to face aliases.
19167
19168 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
19169 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
19170 Remove unused vars `start' and `firstline'.
19171 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
19172 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
19173
19174 2005-06-13 Eli Zaretskii <eliz@gnu.org>
19175
19176 * cus-start.el (all): Don't complain about missing GTK-related
19177 variables, unless either `gtk' is boundp or this isn't a
19178 `windows-nt' build.
19179
19180 2005-06-13 Lute Kamstra <lute@gnu.org>
19181
19182 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
19183 run-mode-hooks.
19184
19185 * ediff-mult.el (ediff-meta-mode):
19186 * ediff-util.el (ediff-mode): Use run-mode-hooks.
19187
19188 * ledit.el (ledit-mode): Use delay-mode-hooks.
19189
19190 * woman.el (woman-mode-line-format): Delete constant.
19191 (woman-mode-map): Initialize it properly.
19192 (woman-mode): Set mode-class property to special.
19193 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
19194 Set major-mode and mode-name. Don't set mode-line-format directly.
19195 (Man-getpage-in-background): Don't reference woman-mode-line-format.
19196
19197 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
19198 string argument obsolete.
19199
19200 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
19201
19202 * textmodes/org.el (org-CUA-compatible): New option.
19203 (org-disputed-keys): New variable.
19204 (org-key): New function.
19205 (orgtbl-make-binding): Add docstring to the created function.
19206 (org-mode): Set paragraph start/separate regexps.
19207 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
19208 (org-archive-location, org-archive-mark-done)
19209 (org-archive-stamp-time): New options.
19210 (org-archive-subtree): New command.
19211 (org-fill-paragraph): New function.
19212 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
19213 (org-fake-empty-table-line): Function removed.
19214 (org-format-org-table-html): Do not create empty table lines at
19215 separator lines. Improved table header treatment.
19216 (org-link-format): New option.
19217 (org-make-link): New function.
19218 (org-insert-link, org-store-link): Use org-make-link.
19219 (org-open-file): Quote file name for shell command, to allow
19220 spaces in file names.
19221 (org-link-regexp): Fix bug with mailto link.
19222 (org-link-maybe-angles-regexp, org-protected-link-regexp):
19223 New constants.
19224 (org-export-as-html): Deal with the optional angles around a link.
19225 Better treatment of file: links.
19226 (org-open-at-point): Replace @{ and @} with < and >.
19227 (org-run-mode-hooks): Function removed.
19228 (org-agenda-mode): No longer use `org-run-mode-hooks'.
19229
19230 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
19231
19232 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
19233 MI command -data-list-register-values.
19234 (gdb-post-prompt): Indent properly.
19235
19236 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
19237
19238 * hilit-chg.el (highlight-changes-colors): Rename from
19239 `highlight-changes-colours'.
19240 (highlight-changes-colours): Keep as obsolete alias.
19241 (highlight-changes-face-list): Doc fix.
19242 (hilit-chg-make-list): Use `highlight-changes-colors'.
19243
19244 2005-06-12 Mark A. Hershberger <mah@everybody.org>
19245
19246 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
19247 defun-prompt-regexp.
19248
19249 2005-06-12 Eli Zaretskii <eliz@gnu.org>
19250
19251 * loadup.el: Don't say we are dumping under 2 names on windows-nt
19252 and cygwin.
19253
19254 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
19255 Don't use an old loaddefs.el, as in Makefile.in.
19256
19257 2005-06-12 Lute Kamstra <lute@gnu.org>
19258
19259 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
19260
19261 * man.el (Man-mode-map): Initialize it properly.
19262 (Man-mode): Set mode-class property to special.
19263
19264 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
19265
19266 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
19267
19268 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
19269 A newline is needed in the docstring there.
19270
19271 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
19272 Doc fixes.
19273
19274 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19275
19276 * printing.el: Doc fix. The menubar is no more changed when printing
19277 is loaded, it only changes when pr-menu-bind or pr-update-menus is
19278 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
19279 (pr-version): New version number (6.8.4).
19280 (pr-menu-bind): New command.
19281 (pr-update-menus): Docstring and code fix.
19282 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
19283 Docstring fix.
19284 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
19285 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
19286
19287 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
19288
19289 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
19290 "Returns" to "return", document useful return values, etc.
19291
19292 2005-06-11 Alan Mackenzie <acm@muc.de>
19293
19294 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
19295 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
19296 (adaptive-file-function): Minor amendment to doc-string.
19297
19298 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19299
19300 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
19301 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
19302 Fix :type--it is `integer', not `string'.
19303
19304 * faces.el (modeline-highlight): Rename from (the erroneous)
19305 `modeline-higilight'.
19306
19307 2005-06-11 Lute Kamstra <lute@gnu.org>
19308
19309 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
19310 lisp-interaction-mode-map but make it the parent.
19311 (edebug-eval-mode): Use define-derived-mode.
19312
19313 2005-06-11 Andreas Schwab <schwab@suse.de>
19314
19315 * bindings.el: Add binding of `ESC functionkey' for every
19316 `M-functionkey'.
19317 * hexl.el (hexl-mode-map): Likewise.
19318
19319 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
19320
19321 * progmodes/compile.el (compilation-error-regexp-alist-alist)
19322 [msft]: update regexp for newer msft compilers.
19323
19324 2005-06-10 Mark A. Hershberger <mah@everybody.org>
19325
19326 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
19327 ATTLIST portions of included DTDs.
19328 (xml-parse-dtd): Eliminate use of inefficient match-data.
19329
19330 2005-06-10 Miles Bader <miles@gnu.org>
19331
19332 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
19333 (mpuz-text): Remove "-face" suffix from face names.
19334 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
19335 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
19336 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
19337
19338 * play/gomoku.el (gomoku-O, gomoku-X):
19339 Remove "-face" suffix from face names.
19340 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
19341 New backward-compatibility aliases for renamed faces.
19342 (gomoku-font-lock-keywords): Use renamed gomoku faces.
19343
19344 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
19345
19346 * thumbs.el: Fixes for changes of 2005-06-09.
19347 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
19348 as a directory.
19349 (thumbs-thumbname): Remove directory separator from format string;
19350 `thumbs-thumbsdir' now returns a valid directory name.
19351 (thumbs-temp-dir): New defsubst.
19352 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
19353 Use it.
19354
19355 * cus-edit.el (minibuffer):
19356 * files.el (make-backup-file-name-function):
19357 * filesets.el (filesets-external-viewers):
19358 * hilit-chg.el (highlight-changes-colours)
19359 (highlight-changes-face-list, highlight-changes-rotate-faces):
19360 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
19361 * kmacro.el (kmacro-call-macro):
19362 * log-edit.el (log-edit-changelog-full-paragraphs):
19363 * mouse.el (mouse-1-click-follows-link):
19364 * skeleton.el (skeleton-autowrap):
19365 * subr.el (insert-for-yank-1):
19366 * tempo.el (tempo-insert-region):
19367 * terminal.el (terminal-emulator):
19368 * time.el (display-time-mail-face):
19369 * vc.el (vc-annotate):
19370 * vcursor.el (vcursor-copy-line):
19371 * woman.el (woman-bold-headings, woman-ignore)
19372 (woman-default-faces, woman-monochrome-faces):
19373 * calendar/todo-mode.el (todo-insert-threshold):
19374 * emulation/pc-select.el (pc-select-selection-keys-only)
19375 (pc-selection-mode):
19376 * emulation/vip.el (vip-find-char-forward):
19377 * emulation/viper-cmd.el (viper-find-char-forward):
19378 * international/mule-cmds.el
19379 (select-safe-coding-system-accept-default-p)
19380 (input-method-exit-on-invalid-key):
19381 * international/mule-diag.el (describe-coding-system):
19382 * international/ucs-tables.el (unify-8859-on-encoding-mode):
19383 * net/browse-url.el (browse-url-xterm-program):
19384 * obsolete/lazy-lock.el (lazy-lock-mode):
19385 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
19386 (cperl-mode):
19387 * progmodes/cpp.el (cpp-face-light-name-list)
19388 (cpp-face-dark-name-list):
19389 * progmodes/delphi.el (delphi-newline-always-indents):
19390 Fix spellings in docstrings.
19391
19392 * ido.el (ido-mode, ido-file-extensions-order)
19393 (ido-default-file-method, ido-default-buffer-method)
19394 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
19395 (ido-decorations, ido-read-file-name-as-directory-commands)
19396 (ido-read-file-name-non-ido, ido-work-directory-list)
19397 (ido-ignore-item-temp-list, ido-current-directory)
19398 (ido-magic-forward-char, ido-enter-find-file)
19399 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
19400 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
19401
19402 2005-06-10 Lute Kamstra <lute@gnu.org>
19403
19404 * play/dunnet.el (dun-mode): Use define-derived-mode.
19405 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
19406 obsolete alias.
19407
19408 * play/doctor.el (doctor-mode-map): Remove defvar.
19409 (doctor-mode): Use define-derived-mode.
19410
19411 * mail/mspools.el (mspools-mode):
19412 * net/eudc-hotlist.el (eudc-hotlist-mode):
19413 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
19414
19415 2005-06-10 Miles Bader <miles@gnu.org>
19416
19417 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
19418 Remove "-face" suffix from face names.
19419 (flyspell-incorrect-face, flyspell-duplicate-face):
19420 New backward-compatibility aliases for renamed faces.
19421 (flyspell-mode-on, make-flyspell-overlay)
19422 (flyspell-highlight-incorrect-region)
19423 (flyspell-highlight-duplicate-region)
19424 (flyspell-display-next-corrections)
19425 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
19426
19427 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
19428 from face name.
19429 (texinfo-heading-face): New backward-compatibility alias for
19430 renamed face.
19431 (texinfo-heading-face): Use renamed texinfo-heading face.
19432
19433 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
19434 suffix from face names.
19435 (tex-math-face, tex-verbatim-face):
19436 New backward-compatibility aliases for renamed faces.
19437 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
19438 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
19439 literal face name.
19440
19441 * textmodes/table.el (table-cell): Remove "-face" suffix from face
19442 name.
19443 (table-cell-face): New backward-compatibility alias for renamed face.
19444 (table--put-cell-face-property, table--update-cell-face):
19445 Use renamed table-cell face.
19446
19447 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
19448 from face name.
19449 (sgml-namespace-face): New backward-compatibility alias for
19450 renamed face.
19451 (sgml-namespace-face): Use renamed sgml-namespace face.
19452
19453 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
19454 (org-level-4, org-level-5, org-level-6, org-level-7)
19455 (org-level-8, org-warning, org-headline-done)
19456 (org-deadline-announce, org-scheduled-today)
19457 (org-scheduled-previously, org-link, org-done, org-table)
19458 (org-time-grid): Remove "-face" suffix from face names.
19459 (org-level-1-face, org-level-2-face, org-level-3-face)
19460 (org-level-4-face, org-level-5-face, org-level-6-face)
19461 (org-level-7-face, org-level-8-face, org-warning-face)
19462 (org-headline-done-face, org-deadline-announce-face)
19463 (org-scheduled-today-face, org-scheduled-previously-face)
19464 (org-link-face, org-done-face, org-table-face)
19465 (org-time-grid-face):
19466 New backward-compatibility aliases for renamed faces.
19467 (org-level-faces, org-set-font-lock-defaults, org-timeline)
19468 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
19469 (org-agenda-get-timestamps, org-agenda-get-scheduled)
19470 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
19471
19472 * emulation/viper-init.el (viper-search, viper-replace-overlay)
19473 (viper-minibuffer-emacs, viper-minibuffer-insert)
19474 (viper-minibuffer-vi): Remove "-face" suffix from face names.
19475 (viper-search-face, viper-replace-overlay-face)
19476 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
19477 (viper-minibuffer-vi-face):
19478 New backward-compatibility aliases for renamed faces.
19479 (viper-search-face, viper-replace-overlay-face)
19480 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
19481 (viper-minibuffer-vi-face): Use renamed viper faces.
19482
19483 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
19484 Remove "-face" suffix from face names.
19485 (testcover-nohits-face, testcover-1value-face):
19486 New backward-compatibility aliases for renamed faces.
19487 (testcover-mark): Use renamed testcover faces.
19488
19489 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
19490 face name.
19491 (diary-button-face): New backward-compatibility alias for renamed face.
19492 (diary-entry): Use renamed diary-button face.
19493
19494 * calendar/calendar.el (diary, calendar-today, holiday)
19495 (mark-visible-calendar-date): Remove "-face" suffix from face names.
19496 (diary-face, calendar-today-face, holiday-face):
19497 New backward-compatibility aliases for renamed faces.
19498 (eval-after-load "facemenu", diary-entry-marker)
19499 (calendar-today-marker, calendar-holiday-marker, diary-face):
19500 Use renamed calendar faces.
19501
19502 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
19503 (compare-windows-face): New backward-compatibility alias for
19504 renamed face.
19505 (compare-windows-highlight): Use renamed compare-windows face.
19506
19507 * strokes.el (strokes-char): Remove "-face" suffix from face name.
19508 (strokes-char-face): New backward-compatibility alias for renamed face.
19509 (strokes-encode-buffer): Use renamed strokes-char face.
19510
19511 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
19512 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
19513 Remove "-face" suffix from face names.
19514 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
19515 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
19516 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
19517 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
19518 Use renamed pcvs faces.
19519 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
19520 * pcvs-defs.el (cvs-mode-map): Likewise.
19521 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
19522
19523 * info.el (info-title-1, info-title-2, info-title-3)
19524 (info-title-4): Remove "-face" suffix from and downcase face names.
19525 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19526 (Info-title-4-face):
19527 New backward-compatibility aliases for renamed faces.
19528 (Info-fontify-node): Use renamed info faces.
19529
19530 * hilit-chg.el (highlight-changes, highlight-changes-delete):
19531 Remove "-face" suffix from face names.
19532 (highlight-changes-face, highlight-changes-delete-face):
19533 New backward-compatibility aliases for renamed faces.
19534 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
19535 (hilit-chg-make-list): Use renamed highlight-changes faces.
19536
19537 * generic-x.el (show-tabs-tab, show-tabs-space):
19538 Remove "-face" suffix from face names.
19539 (show-tabs-tab-face, show-tabs-space-face):
19540 New backward-compatibility aliases for renamed faces.
19541 (show-tabs-generic-mode-font-lock-defaults-1)
19542 (show-tabs-generic-mode-font-lock-defaults-2):
19543 Use renamed show-tabs faces.
19544
19545 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
19546 (smerge-markers): Remove "-face" suffix from face names.
19547 (smerge-mine-face, smerge-other-face, smerge-base-face)
19548 (smerge-markers-face):
19549 New backward-compatibility aliases for renamed faces.
19550 (smerge-mine-face, smerge-other-face, smerge-base-face)
19551 (smerge-markers-face): Use renamed smerge faces.
19552
19553 * log-view.el (log-view-file, log-view-message): Remove "-face"
19554 suffix from face names.
19555 (log-view-file-face, log-view-message-face):
19556 New backward-compatibility aliases for renamed faces.
19557 (log-view-file-face, log-view-message-face): Use renamed log-view
19558 faces.
19559
19560 * paren.el (show-paren-match, show-paren-mismatch):
19561 Remove "-face" suffix from face names.
19562 (show-paren-match-face, show-paren-mismatch-face):
19563 New backward-compatibility aliases for renamed faces.
19564 (show-paren-function): Use renamed show-paren faces.
19565
19566 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
19567 (ruler-mode-margins, ruler-mode-fringes)
19568 (ruler-mode-column-number, ruler-mode-fill-column)
19569 (ruler-mode-comment-column, ruler-mode-goal-column)
19570 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
19571 suffix from face names.
19572 (ruler-mode-default-face, ruler-mode-pad-face)
19573 (ruler-mode-margins-face, ruler-mode-fringes-face)
19574 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
19575 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
19576 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
19577 New backward-compatibility aliases for renamed faces.
19578 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
19579 (ruler-mode-column-number, ruler-mode-fill-column)
19580 (ruler-mode-comment-column, ruler-mode-goal-column)
19581 (ruler-mode-tab-stop, ruler-mode-current-column)
19582 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
19583 faces.
19584
19585 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
19586 face name.
19587 (whitespace-highlight-the-space): Use renamed face.
19588 (whitespace-highlight-face): New backward-compatibility alias for
19589 renamed face.
19590
19591 * woman.el (woman-italic, woman-bold, woman-unknown)
19592 (woman-addition, woman-symbol-face):
19593 Remove "-face" suffix from face names.
19594 (woman-italic-face, woman-bold-face, woman-unknown-face)
19595 (woman-addition-face):
19596 New backward-compatibility aliases for renamed faces.
19597 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
19598 (woman-decode-region, woman-replace-match)
19599 (woman-display-extended-fonts, woman-special-characters)
19600 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
19601 Use renamed woman faces.
19602
19603 * longlines.el (longlines-visible-face): Face removed.
19604
19605 * diff-mode.el (diff-header, diff-file-header, diff-index)
19606 (diff-hunk-header, diff-removed, diff-added, diff-changed)
19607 (diff-function, diff-context, diff-nonexistent): Remove "-face"
19608 suffix from face names.
19609 (diff-header-face, diff-file-header-face, diff-index-face)
19610 (diff-hunk-header-face, diff-removed-face, diff-added-face)
19611 (diff-changed-face, diff-function-face, diff-context-face)
19612 (diff-nonexistent-face): New backward-compatibility aliases for
19613 renamed faces.
19614 (diff-header-face, diff-file-header-face)
19615 (diff-index, diff-index-face, diff-hunk-header)
19616 (diff-hunk-header-face, diff-removed, diff-removed-face)
19617 (diff-added, diff-added-face, diff-changed-face, diff-function)
19618 (diff-function-face, diff-context-face, diff-nonexistent)
19619 (diff-nonexistent-face): Use renamed diff-mode faces.
19620
19621 * progmodes/compile.el (compilation-warning-face)
19622 (compilation-info-face): Remove "-face" suffix from face names.
19623 (compilation-warning-face, compilation-info-face):
19624 New backward-compatibility aliases for renamed faces.
19625 (compilation-warning-face, compilation-info-face):
19626 Use renamed compilation faces.
19627
19628 * add-log.el (change-log-date, change-log-name)
19629 (change-log-email, change-log-file, change-log-list)
19630 (change-log-conditionals, change-log-function)
19631 (change-log-acknowledgement): Remove "-face" suffix from face names.
19632 (change-log-date-face, change-log-name-face)
19633 (change-log-email-face, change-log-file-face)
19634 (change-log-list-face, change-log-conditionals-face)
19635 (change-log-function-face, change-log-acknowledgement-face):
19636 New backward-compatibility aliases for renamed faces.
19637 (change-log-font-lock-keywords): Use renamed change-log faces.
19638
19639 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
19640 (custom-set, custom-changed, custom-saved, custom-button)
19641 (custom-button-pressed, custom-documentation, custom-state)
19642 (custom-comment, custom-comment-tag, custom-variable-tag)
19643 (custom-variable-button, custom-face-tag, custom-group-tag-1)
19644 (custom-group-tag): Remove "-face" suffix from face names.
19645 (custom-magic-alist, custom-magic-value-create)
19646 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
19647 (custom-invalid-face, custom-rogue-face, custom-modified-face)
19648 (custom-set-face, custom-changed-face, custom-saved-face)
19649 (custom-button-face, custom-button-pressed-face)
19650 (custom-documentation-face, custom-state-face)
19651 (custom-comment-face, custom-comment-tag-face)
19652 (custom-variable-tag-face, custom-variable-button-face)
19653 (custom-face-tag-face, custom-group-tag-face-1)
19654 (custom-group-tag-face):
19655 New backward-compatibility aliases for renamed faces.
19656
19657 * wid-edit.el (widget-documentation, widget-button)
19658 (widget-field, widget-single-line-field, widget-inactive)
19659 (widget-button-pressed): "-face" suffix removed from face names.
19660 (widget-documentation-face, widget-button-face)
19661 (widget-field-face, widget-single-line-field-face)
19662 (widget-inactive-face, widget-button-pressed-face):
19663 New backward-compatibility aliases for renamed faces.
19664 (widget-documentation-face, widget-button-face)
19665 (widget-button-pressed-face, widget-specify-field)
19666 (widget-specify-inactive): Use renamed widget faces.
19667
19668 2005-06-10 Kenichi Handa <handa@m17n.org>
19669
19670 * term/x-win.el (x-clipboard-yank): Remove condition-case
19671 wrapping.
19672
19673 2005-06-11 Kenichi Handa <handa@m17n.org>
19674
19675 * add-log.el (change-log-font-lock-keywords): Make the regexp for
19676 date lines stricter.
19677
19678 2005-06-10 Zhang Wei <id.brep@gmail.com>
19679
19680 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
19681 of x-get-selection.
19682
19683 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
19684
19685 * comint.el (comint-mode, comint-snapshot-last-prompt):
19686 * frame.el (frame-current-scroll-bars):
19687 * term.el (term-mode, term-check-proc, term-input-sender)
19688 (term-simple-send, term-extract-string, term-word)
19689 (term-match-partial-filename):
19690 * window.el (window-current-scroll-bars):
19691 * emulation/cua-base.el (cua-normal-cursor-color)
19692 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
19693 (cua-global-mark-cursor-color):
19694 * mail/undigest.el (rmail-forward-separator-regex):
19695 Fix typos in docstrings.
19696
19697 * comint.el (comint-check-proc, make-comint-in-buffer)
19698 (comint-source-default): Doc fixes.
19699
19700 * term.el (term-send-string): Improve argument/docstring consistency.
19701
19702 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
19703
19704 * comint.el (comint-send-input): Bind `inhibit-read-only' around
19705 call to `delete-region'.
19706 (comint-mode-hook): Do not enable Font Lock by default.
19707
19708 2005-06-09 Lute Kamstra <lute@gnu.org>
19709
19710 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
19711 could be void.
19712
19713 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
19714
19715 * emacs-lisp/debug.el (debugger-will-be-back): New var.
19716 (debug): Use it.
19717 (debugger-step-through, debugger-continue, debugger-jump)
19718 (debugger-return-value): Set it when needed.
19719 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
19720 Use inhibit-read-only.
19721
19722 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
19723
19724 * window.el (shrink-window-if-larger-than-buffer)
19725 (window-size-fixed): Fix typo in docstring.
19726
19727 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
19728 thumbnails directory on loading.
19729 (thumbs-conversion-program): Use `eq' to check the system type,
19730 not `equal'.
19731 (thumbs-temp-dir): Initialize to `temporary-file-directory',
19732 not "/tmp". Fix docstring.
19733 (thumbs-thumbsdir): New function to return the thumbnails
19734 directory, creating it if needed.
19735 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
19736 (thumbs-temp-file): Delete variable and make it into a function.
19737 (thumbs-resize-image, thumbs-modify-image): Use it.
19738 (thumbs-kill-buffer): Simplify.
19739 (thumbs-gensym): Defalias or duplicate CL `gensym'.
19740 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
19741 docstrings.
19742
19743 2005-06-09 Kim F. Storm <storm@cua.dk>
19744
19745 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
19746 set-match-data to free markers in match-data.
19747
19748 * replace.el (replace-match-data): Pass RESEAT arg `t' to
19749 match-data to unchain markers in match-data.
19750
19751 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
19752
19753 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
19754 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
19755 unnecessary now.
19756
19757 2005-06-08 Richard M. Stallman <rms@gnu.org>
19758
19759 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
19760 give the variable a doc string that doesn't say don't set it directly.
19761
19762 * textmodes/ispell.el (ispell-check-version):
19763 Use match-string-no-properties.
19764 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
19765 (ispell-buffer-local-words): Likewise.
19766
19767 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
19768 except on terminals with enough colors to really display it.
19769 (makefile-dependency-regex): Delete spurious `bb'.
19770
19771 * faces.el (escape-glyph): Use blue once again in last case.
19772 (no-break-space): Redefine so that it isn't invisible on a tty.
19773
19774 2005-06-08 Kim F. Storm <storm@cua.dk>
19775
19776 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
19777 also when reading directory name.
19778
19779 2005-06-08 Lute Kamstra <lute@gnu.org>
19780
19781 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
19782 (flyspell-mode-line-string): Remove autoload cookie.
19783 (flyspell-mode): Remove defvar.
19784
19785 2005-06-07 Lute Kamstra <lute@gnu.org>
19786
19787 * textmodes/org.el (org-run-mode-hooks): New function.
19788 (org-agenda-mode): Use it.
19789
19790 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
19791
19792 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
19793
19794 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
19795
19796 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
19797
19798 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
19799
19800 * font-lock.el (font-lock-add-keywords): Doc fix.
19801
19802 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
19803
19804 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
19805 (tex-compile-default): In the absence of any history, use the order in
19806 tex-compile-alist to choose the preferred command.
19807 (tex-compile-commands): Reorder a bit.
19808
19809 * textmodes/flyspell.el (flyspell-auto-correct-binding)
19810 (flyspell-incorrect-face, flyspell-duplicate-face):
19811 Use (X)Emacs-agnostic code.
19812 (flyspell-mode-map): Don't overwrite at each load. Remove code
19813 redundant with the subsequent add-minor-mode. Merge Emacs and
19814 XEmacs code.
19815 (flyspell-word): Minor simplification.
19816 (flyspell-math-tex-command-p): Quieten the byte-compiler.
19817 (flyspell-external-point-words): Remove unused vars `size' and `start'.
19818 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
19819 Merge the corresponding Emacs code.
19820 (flyspell-correct-word, flyspell-xemacs-popup):
19821 Use flyspell-do-correct.
19822
19823 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
19824 a dedicated window.
19825
19826 * international/latexenc.el (latexenc-find-file-coding-system):
19827 Undo part of last patch, to turn off a compiler warning.
19828
19829 2005-06-06 Juri Linkov <juri@jurta.org>
19830
19831 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
19832 Rename `tmm-inactive-face' to `tmm-inactive'.
19833
19834 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
19835
19836 * iswitchb.el: Rename faces.
19837
19838 2005-06-06 Kim F. Storm <storm@cua.dk>
19839
19840 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
19841 (cua-global-mark): Remove -face suffix from face names.
19842
19843 * emulation/cua-gmrk.el (cua--init-global-mark):
19844 Remove cua-global-mark face setup.
19845
19846 2005-06-06 Richard M. Stallman <rms@gnu.org>
19847
19848 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
19849 just like other allowed characters.
19850 (makefile-match-dependency): Exclude leading and training whitespace
19851 from the range of regexp subexp 1.
19852 (makefile-macroassign-regex): Don't try to match the body,
19853 just the name of the macro being defined.
19854
19855 * info.el (Info-read-node-name-2): New function.
19856 (Info-read-node-name-1): Use that.
19857 Add a completion-base-size-function property.
19858
19859 * simple.el (completion-setup-function): Look for
19860 completion-base-size-function property of minibuffer-completion-table.
19861
19862 * files.el (locate-file-completion): Doc fix.
19863
19864 * printing.el: Don't call pr-update-menus; user must do that.
19865
19866 * emacs-lisp/debug.el (debugger-window): New variable.
19867 (debug): Use debugger-window if it is set and still alive.
19868 Record debugger-window for next entry.
19869
19870 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
19871
19872 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
19873
19874 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
19875 (hack-one-local-variable, hack-local-variables)
19876 (hack-local-variables-prop-line): Pass that arg.
19877
19878 2005-06-06 Kim F. Storm <storm@cua.dk>
19879
19880 * ido.el (ido-first-match, ido-only-match, ido-subdir)
19881 (ido-indicator): Remove -face suffix from face names.
19882
19883 2005-06-06 Juri Linkov <juri@jurta.org>
19884
19885 * font-lock.el (font-lock-regexp-backslash)
19886 (font-lock-regexp-backslash-construct): New faces.
19887 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
19888 after `('. Add `while-no-input' to control structures.
19889
19890 * faces.el (no-break-space, shadow): New faces.
19891 (escape-glyph): Use less loud colors pink2 and red4.
19892
19893 * diff-mode.el (diff-context-face)
19894 * dired.el (dired-ignored)
19895 * rfn-eshadow.el (file-name-shadow)
19896 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
19897
19898 * info.el (Info-title-1-face): Use green instead of yellow because
19899 bold yellow is not readable on light backgrounds.
19900
19901 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
19902 before selecting the desired mode to not spend time fontifying
19903 old contents.
19904
19905 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
19906
19907 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
19908 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
19909
19910 * ps-print.el (ps-default-fg, ps-default-bg):
19911 Fix typos in docstrings.
19912
19913 * isearchb.el (isearchb): Don't pass a spurious second argument to
19914 `iswitchb-completions'.
19915
19916 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
19917
19918 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
19919 to preserve point.
19920 (gdb-find-file-hook): Add doc string.
19921
19922 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
19923 C dereferenced pointer expression.
19924 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
19925
19926 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
19927
19928 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
19929 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
19930 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
19931 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
19932 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
19933 Make background transparent.
19934
19935 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
19936
19937 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
19938 (font-lock-remove-keywords): Doc fix.
19939 (font-lock-mode-major-mode): Compiler defvar.
19940 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
19941
19942 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
19943 (font-lock-mode): Update `font-lock-mode-major-mode'.
19944 (font-lock-set-defaults): Compiler defvar.
19945 (font-lock-default-function): Take `font-lock-mode-major-mode'
19946 into account.
19947
19948 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
19949 keep track of which major mode it enabled the minor mode for.
19950 Use find-file-hook again. Update docstring.
19951
19952 * simple.el (eval-expression-print-level)
19953 (eval-expression-print-length, eval-expression-debug-on-error):
19954 Doc fixes.
19955
19956 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
19957
19958 * iswitchb.el (iswitchb-single-match-face)
19959 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
19960 (iswitchb-invalid-regexp-face): New faces.
19961 (iswitchb-completions): Use them.
19962 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
19963 now marked as an obsolete alias.
19964 (iswitchb-read-buffer): Remove check for bound font variables.
19965 (iswitchb-invalid-regexp): New free variable.
19966 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
19967 set iswitchb-invalid-regexp.
19968 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
19969 invalid regexps.
19970 (iswitchb-completions): Add check for complete match when entering
19971 a regexp.
19972 (iswitchb-completions): Remove require-match argument.
19973 (iswitchb-exhibit): Fix caller.
19974 (iswitchb-common-match-inserted): New variable.
19975 (iswitchb-complete, iswitchb-completion-help): Use it.
19976
19977 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
19978
19979 * url-http.el (url-http-chunked-encoding-after-change-function):
19980 Use `url-http-debug' instead of `message'.
19981
19982 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
19983
19984 * url-http.el (url-http-parse-headers): Pass redirected URL as a
19985 callback argument.
19986
19987 2005-06-04 Kim F. Storm <storm@cua.dk>
19988
19989 * simple.el (line-move): Only call sit-for when moving backwards.
19990
19991 * ido.el (ido-make-merged-file-list-1): New defun split from
19992 ido-make-merged-file-list.
19993 (ido-make-merged-file-list): Bind throw-on-input around call to
19994 ido-make-merged-file-list-1. Return input-pending-p if
19995 interrupted by more input available.
19996 (ido-read-internal): Handle input-pending-p return value from
19997 ido-make-merged-file-list.
19998
19999 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
20000
20001 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
20002 compatibility code.
20003
20004 * international/latexenc.el (latexenc-find-file-coding-system):
20005 Don't inherit the EOL part of the coding-system from the
20006 tex-main buffer. Fit within 80 columns.
20007
20008 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
20009
20010 * tmm.el (tmm-inactive-face): New face.
20011 (tmm-remove-inactive-mouse-face): New function.
20012 (tmm-prompt, tmm-add-one-shortcut)
20013 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
20014 but not selectable.
20015
20016 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
20017
20018 * faces.el (face-equal): Improve argument/docstring consistency.
20019
20020 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
20021
20022 * progmodes/make-mode.el (makefile-targets-face)
20023 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
20024 (makefile-bsdmake-dependency-regex)
20025 (makefile-makepp-rule-action-regex)
20026 (makefile-bsdmake-rule-action-regex): New constants.
20027 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
20028
20029 * progmodes/compile.el (compilation-error-regexp-alist-alist):
20030 Allow (...) within `...' for makepp messages.
20031
20032 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
20033
20034 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
20035
20036 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
20037 "." files are deleted from all file lists before comparison.
20038
20039 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
20040 (viper-ESC-key): Made them customizable.
20041
20042 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
20043
20044 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
20045
20046 * autorevert.el (auto-revert-buffers): Use save-match-data.
20047
20048 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
20049
20050 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
20051 menu items with a nil command binding.
20052
20053 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
20054
20055 * emacs-lisp/cl-macs.el (defsetf):
20056 Improve argument/docstring consistency.
20057
20058 * faces.el (list-faces-display): Improve the formatting by
20059 computing the maximum length required for any face-name (reworked
20060 patch of 1999-01-11, accidentally deleted on 1999-07-21).
20061 (internal-find-face): Remove redundant info in docstring.
20062
20063 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
20064
20065 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
20066 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
20067 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
20068 (gdb-assembler-custom): Improve regexps.
20069 (def-gdb-auto-update-handler): Use window point to preserve point.
20070
20071 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
20072
20073 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
20074
20075 2005-05-31 Jay Belanger <belanger@truman.edu>
20076
20077 * calc/calc-embed.el (calc-embedded-word): Change argument passed
20078 to calc-embedded.
20079 (calc-embedded-make-info): Have plain prefix argument select
20080 entire line.
20081
20082 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
20083
20084 * faces.el (list-faces-display): Signal error if passed a regexp
20085 that matches no face name.
20086
20087 * simple.el (filter-buffer-substring): Fix typo in docstring.
20088
20089 2005-05-31 Richard M. Stallman <rms@gnu.org>
20090
20091 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
20092 (vhdl-emacs-21): Doc fix.
20093 (vhdl-mode): Unconditionally set comment-padding.
20094 (vhdl-fixup-whitespace-region): Insert spaces only where
20095 there are none.
20096 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
20097
20098 2005-05-30 John Wiegley <johnw@newartisans.com>
20099
20100 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
20101 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
20102 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
20103 `directory-sep-char' to ?/, and all uses of `string-to-int' to
20104 `string-to-number'.
20105
20106 2005-05-30 Jay Belanger <belanger@truman.edu>
20107
20108 * calc/calc.el (calc-bug-address): Fix docstring.
20109 (calc-window-hook, calc-trail-window-hook): New variables.
20110 (calc-trail-display): Restore use of calc-trail-window-hook.
20111 (calc): Restore use of calc-window-hook.
20112
20113 2005-05-31 Masatake YAMATO <jet@gyve.org>
20114
20115 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
20116
20117 * help-fns.el (help-C-file-name): Add autoload mark for
20118 `find-function-noselect'.
20119
20120 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
20121
20122 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
20123 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
20124
20125 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
20126
20127 * calendar/diary-lib.el (mark-included-diary-files): Only kill
20128 included diary buffer if it was not already being visited.
20129 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
20130
20131 * calendar/icalendar.el (top-level): Do not require appt.
20132
20133 * mail/supercite.el (sc-select-attribution): Only use a list
20134 element from sc-attrib-selection-list if it returns a string.
20135 Reported by Davide G. M. Salvetti <salve@debian.org>.
20136
20137 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
20138
20139 * thumbs.el (thumbs-thumbname): The resulting thumbname now
20140 includes a hash value to improve its uniqueness, and has a ".jpg"
20141 extension. Also, it is now a valid filename on all systems.
20142 (thumbs-make-thumb): Use `let', not `let*'.
20143 (thumbs-show-thumbs-list): Check for JPEG availability.
20144
20145 2005-05-30 Richard M. Stallman <rms@gnu.org>
20146
20147 * filesets.el (filesets-menu-ensure-use-cached):
20148 Prevent warning when emacs-version>= is undefined.
20149
20150 * printing.el (pr-interactive-n-up): Use string-to-number.
20151
20152 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
20153
20154 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
20155 Warn only when name to be defined is quoted.
20156
20157 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
20158
20159 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
20160 Make regexp more robust.
20161 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
20162 Force regeneration of disassembly.
20163
20164 2005-05-29 Jay Belanger <belanger@truman.edu>
20165
20166 * calc/calc.el (calc-user-invocation): Check if
20167 calc-invocation-macro is non-nil.
20168
20169 2005-05-29 Juri Linkov <juri@jurta.org>
20170
20171 * add-log.el (change-log-font-lock-keywords):
20172 Add `+' to e-mail regexp to accept mail address with keywords.
20173
20174 * man.el (Man-name-regexp): Add `:' to accept qualified names.
20175
20176 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
20177
20178 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
20179
20180 * ielm.el (inferior-emacs-lisp-mode): Ditto.
20181
20182 2005-05-29 Richard M. Stallman <rms@gnu.org>
20183
20184 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
20185 Undo the change that moves to end of the current word.
20186
20187 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
20188
20189 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
20190 Throw error when count <= 0 to ensure input is a number.
20191 (gdb-read-memory-custom): Pick up address from buffer.
20192 (gdb-memory-mode): Allow user to increment and decrement
20193 memory address from header line.
20194
20195 2005-05-29 Richard M. Stallman <rms@gnu.org>
20196
20197 * flyspell.el (flyspell-version): Function deleted.
20198 (flyspell-auto-correct-previous-hook): Doc fix.
20199
20200 * jit-lock.el (jit-lock-function, jit-lock-after-change):
20201 Do nothing if memory is full.
20202
20203 * font-lock.el (font-lock-fontify-syntactically-region):
20204 Pass t for GREEDY to looking-back.
20205
20206 * saveplace.el (save-place-alist-to-file): Write the file
20207 using write-region.
20208
20209 * subr.el (looking-back): New argument GREEDY.
20210
20211 * progmodes/compile.el (compilation-start): Set the mode
20212 before inserting the initial text.
20213
20214 * progmodes/which-func.el (which-func-update-1): Turn the mode
20215 off in case of error by setting which-func-mode.
20216
20217 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
20218
20219 * flyspell.el (flyspell-auto-correct-previous-word):
20220 Narrow down to what's on the screen, and recenter overlays
20221 at the end of the next word.
20222
20223 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
20224
20225 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
20226 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
20227 (flyspell-abbrev-p): Default to nil.
20228 (flyspell-use-global-abbrev-table-p): Doc fix.
20229 (flyspell-large-region): Allow nil as value.
20230 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
20231
20232 (mail-mode-flyspell-verify): More robust handling
20233 of `mail-header-separator'. More efficient signature detection.
20234 Allow for regexp metacharacters in message-header-separator.
20235 Adding `To' not to be checked in mail-mode-flyspell-verify.
20236
20237 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
20238 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
20239 Bind flyspell-auto-correct-binding.
20240 Bind C-. and C-, .
20241 (flyspell-mode-map): Likewise.
20242 (flyspell-mode): Doc fix.
20243 (flyspell-accept-buffer-local-defs): Preserve current buffer.
20244 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
20245 (flyspell-word-cache-result): New var, always local.
20246 (flyspell-check-pre-word-p): Doc fix.
20247 (flyspell-check-changed-word-p): Handle spc like newline.
20248 (flyspell-post-command-hook): Set flyspell-word-cache-result.
20249 (flyspell-word-search-backward, flyspell-word-search-forward):
20250 New functions.
20251 (flyspell-word): Return t if nothing to check.
20252 When parsing TeX code, check for after } or \.
20253 Use flyspell-word-search-backward to find previous word.
20254 Return nil if duplicated word.
20255 For word already checked, return same value as last time.
20256 Set flyspell-word-cache-result after checking.
20257 Don't clobber the return value.
20258 (flyspell-get-word): Major rewrite.
20259 (flyspell-external-point-words): New locals pword, pcount.
20260 Fix size used in progress message.
20261 Find the proper corresponding word in flyspell-large-region-buffer.
20262 (flyspell-region): Check for flyspell-large-region = nil.
20263 (flyspell-highlight-incorrect-region): Clean up overlays in region.
20264 (flyspell-auto-correct-word): Check that WORD is a cons.
20265 (flyspell-correct-word): Likewise.
20266
20267 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
20268
20269 * progmodes/make-mode.el (makefile-rule-action-regex)
20270 (makefile-macroassign-regex, makefile-makepp-mode)
20271 (makefile-bsdmake-mode): Continuation lines may be empty.
20272 Reported by Joshua Varner.
20273 (makefile-makepp-font-lock-keywords): Add $(stem).
20274
20275 2005-05-28 Karl Berry <karl@gnu.org>
20276
20277 * textmodes/tex-mode.el: Now that tex-send-command calls
20278 shell-quote-argument (2005-03-31 change), remove all calls to
20279 shell-quote-argument; they all end up invoking tex-send-command.
20280 The double quoting loses on filenames with non-safe characters,
20281 such as "@". Reported by Frederik Fouvry.
20282
20283 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
20284
20285 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
20286 about preserving point.
20287
20288 2005-05-27 Jay Belanger <belanger@truman.edu>
20289
20290 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
20291 Info-goto-node.
20292
20293 * calc/calc-embed.el (calc-embed-arg): New variable.
20294 (calc-do-embedded-activate, calc-embedded-activate-formula)
20295 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
20296 variable by new variable.
20297 (calc-embedded-make-info): Replace undeclared variable by new
20298 variable. When selecting region with positive prefix
20299 argument, use end of previous line instead of beginning of line.
20300
20301 * calc/calc-aent.el (calc-arg-values): Declare it.
20302
20303 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
20304 Declare them.
20305
20306 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
20307
20308 * calc/calc.el (calc-alg-map): Declare it.
20309
20310 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
20311
20312 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
20313
20314 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
20315 (gdb-registers-buffer, toggle-gdb-all-registers):
20316 Toggle display of floating point registers.
20317 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
20318
20319 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
20320 (toggle-gud-tooltip-dereference):
20321 Rename from gud-toggle-tooltip-dereference.
20322
20323 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
20324
20325 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
20326
20327 2005-05-27 Jay Belanger <belanger@truman.edu>
20328
20329 * calc/calc-prog.el (calc-kbd-report): Remove.
20330 (calc-kbd-query): Rewrite.
20331
20332 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
20333
20334 * image.el (image-library-alist): Move to image.c.
20335 (image-type-available-p): Doc fix.
20336
20337 2005-05-27 Lute Kamstra <lute@gnu.org>
20338
20339 * calc/calc.el (calc):
20340 * outline.el (outline-1, outline-2, outline-3, outline-4)
20341 (outline-5, outline-6, outline-7, outline-8):
20342 * textmodes/dns-mode.el (dns-mode):
20343 * textmodes/sgml-mode.el (sgml-namespace-face):
20344 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
20345 (tex-verbatim-face, tex-use-reftex):
20346 * textmodes/texinfo.el (texinfo-heading-face):
20347 Specify customization group.
20348
20349 * longlines.el: Don't require easy-mmode.
20350 (longlines-visible-face): Specify customization group.
20351
20352 2005-05-27 Kenichi Handa <handa@m17n.org>
20353
20354 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
20355 encoding table of windows-1251.
20356
20357 * international/ucs-tables.el (ucs-set-table-for-input):
20358 If translation-table-for-input of a coding system is a symbol, get
20359 its translation-table property.
20360
20361 * international/code-pages.el: Don't register a coding system into
20362 non-iso-charset-alist more than once.
20363 (cp-make-coding-system): Likewise.
20364
20365 2005-05-26 John Wiegley <johnw@newartisans.com>
20366
20367 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
20368 `eshell-resume-eval' is wrapped in a list, it indicates that the
20369 command was run asynchronously. In that case, unwrap the value
20370 before checking the delimiter value.
20371
20372 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
20373 character before a space at the end of a line is \, assume the space
20374 is part of the last argument rather than a final argument separator.
20375
20376 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
20377 is in use, and the target is `t' or `nil' (which are the most common
20378 values), don't assume that the symbol target is a buffer.
20379
20380 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
20381
20382 * calendar/calendar.el (calendar-mode-line-format):
20383 Use mode-line-highlight as mouse-face.
20384
20385 * time.el (display-time-string-forms, display-time-update):
20386 Use mode-line-highlight as mouse-face.
20387
20388 2005-05-26 Jay Belanger <belanger@truman.edu>
20389
20390 * calc/calc.el (calc-language-alist): Remove extra defvar.
20391
20392 2005-05-26 Lute Kamstra <lute@gnu.org>
20393
20394 * arc-mode.el (archive-mode):
20395 * bookmark.el (bookmark-read-annotation-mode)
20396 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
20397 * bs.el (bs-mode):
20398 * calc/calc-yank.el (calc-edit-mode):
20399 * calc/calc.el (calc-mode, calc-trail-mode):
20400 * calculator.el (calculator-mode):
20401 * chistory.el (command-history-mode):
20402 * comint.el:
20403 * cus-edit.el (custom-mode):
20404 * descr-text.el (describe-text-mode):
20405 * ebuff-menu.el (Electric-buffer-menu-mode):
20406 * ediff-util.el (ediff-mode):
20407 * emacs-lisp/re-builder.el (reb-mode):
20408 * emulation/vi.el (vi-mode-setup):
20409 * emulation/ws-mode.el (wordstar-mode):
20410 * eshell/esh-mode.el (eshell-mode):
20411 * forms.el (forms-mode):
20412 * help-mode.el (help-mode):
20413 * hexl.el (hexl-mode):
20414 * ibuffer.el (ibuffer-mode):
20415 * ielm.el (inferior-emacs-lisp-mode):
20416 * info.el (Info-mode, Info-edit-mode):
20417 * international/swedish.el:
20418 * ledit.el (ledit-from-lisp-mode):
20419 * locate.el (locate-mode):
20420 * mail/rmail.el (rmail-mode):
20421 * mail/rmailedit.el (rmail-edit-mode):
20422 * mail/rmailsum.el (rmail-summary-mode):
20423 * mail/supercite.el (sc-electric-mode):
20424 * net/eudc.el (eudc-mode):
20425 * net/quickurl.el (quickurl-list-mode):
20426 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
20427 * obsolete/ooutline.el (outline-mode):
20428 * obsolete/options.el (Edit-options-mode):
20429 * obsolete/rnews.el (news-mode):
20430 * obsolete/rnewspost.el (news-reply-mode):
20431 * play/5x5.el (5x5-mode):
20432 * play/decipher.el (decipher-mode, decipher-stats-mode):
20433 * play/gomoku.el (gomoku-mode):
20434 * play/snake.el (snake-mode):
20435 * play/solitaire.el (solitaire-mode):
20436 * play/tetris.el (tetris-mode):
20437 * progmodes/ada-mode.el (ada-mode):
20438 * progmodes/antlr-mode.el (antlr-mode):
20439 * progmodes/autoconf.el (autoconf-mode):
20440 * progmodes/dcl-mode.el (dcl-mode):
20441 * progmodes/delphi.el (delphi-mode):
20442 * progmodes/ebrowse.el (ebrowse-tree-mode)
20443 (ebrowse-electric-list-mode, ebrowse-member-mode)
20444 (ebrowse-electric-position-mode):
20445 * progmodes/f90.el (f90-mode):
20446 * progmodes/fortran.el (fortran-mode):
20447 * progmodes/icon.el (icon-mode):
20448 * progmodes/idlw-help.el (idlwave-help-mode):
20449 * progmodes/idlw-shell.el (idlwave-shell-mode):
20450 * progmodes/idlwave.el (idlwave-mode):
20451 * progmodes/inf-lisp.el (inferior-lisp-mode):
20452 * progmodes/m4-mode.el (m4-mode):
20453 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
20454 * progmodes/modula2.el (modula-2-mode):
20455 * progmodes/octave-inf.el (inferior-octave-mode):
20456 * progmodes/octave-mod.el (octave-mode):
20457 * progmodes/pascal.el (pascal-mode):
20458 * progmodes/sh-script.el (sh-mode):
20459 * progmodes/sql.el (sql-mode, sql-interactive-mode):
20460 * progmodes/vhdl-mode.el (vhdl-mode):
20461 * progmodes/xscheme.el (scheme-interaction-mode):
20462 * replace.el (occur-mode):
20463 * ses.el (ses-mode):
20464 * simple.el (completion-list-mode):
20465 * skeleton.el:
20466 * speedbar.el (speedbar-mode):
20467 * term.el (term-mode):
20468 * terminal.el (terminal-edit-mode):
20469 * textmodes/reftex-index.el (reftex-index-mode)
20470 (reftex-index-phrases-mode):
20471 * textmodes/reftex-sel.el (reftex-select-label-mode)
20472 (reftex-select-bib-mode):
20473 * textmodes/reftex-toc.el (reftex-toc-mode):
20474 * wdired.el (wdired-change-to-wdired-mode):
20475 * wid-browse.el (widget-browse-mode):
20476 Use run-mode-hooks.
20477
20478 * array.el (array-mode):
20479 * calendar/todo-mode.el (todo-mode):
20480 * man.el (Man-mode):
20481 * play/landmark.el (lm-mode):
20482 * play/mpuz.el (mpuz-mode):
20483 Use kill-all-local-variables and run-mode-hooks.
20484
20485 * subr.el (delay-mode-hooks): Specify indentation.
20486
20487 2005-05-26 Mark A. Hershberger <mah@everybody.org>
20488
20489 * xml.el (xml-substitute-special): Don't die for undefined xml
20490 entities.
20491
20492 2005-05-26 Jay Belanger <belanger@truman.edu>
20493
20494 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
20495 of nil.
20496
20497 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
20498
20499 * progmodes/gdb-ui.el (gdb-frame-address):
20500 Rename from gdb-current-address.
20501 (gdb-previous-frame-address): Rename from gdb-previous-address.
20502 (gdb-selected-frame): Rename from gdb-current-frame.
20503 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
20504 (gdb-frame-number): Rename from gdb-current-stack-level.
20505 (gdb-ann3): Match new mode-name for disassembly buffer.
20506 Extend initialization of variables.
20507 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
20508 (gdb-memory-mode): Use mouse-face in header line.
20509 (gdb-assembler-buffer-name): Call it disassembly and give frame
20510 in mode line.
20511 (gdb-source-spec-regexp, gdb-assembler-custom)
20512 (gdb-invalidate-assembler, gdb-frame-handler):
20513 Make robust to leading zeroes in address format.
20514
20515 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
20516
20517 * textmodes/org.el (org-mode): Use `define-derived-mode' to
20518 define `org-mode'.
20519 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
20520
20521 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
20522
20523 * log-edit.el (log-edit-changelog-entries): Distinguish between
20524 filenames like xfns.c and fns.c.
20525
20526 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
20527
20528 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
20529 point after reverting.
20530 (Buffer-menu-make-sort-button): Handle the case where
20531 `Buffer-menu-use-header-line' is nil.
20532
20533 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
20534
20535 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
20536 New funcs. In minibuffer-local-completion-map bind `]', `/'
20537 and `:' to them.
20538
20539 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
20540
20541 * startup.el (normal-top-level): Allow modification of load-path while
20542 we're iterating over it.
20543
20544 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
20545
20546 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
20547 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
20548 (thumbs-resize-interactive, thumbs-insert-image)
20549 (thumbs-insert-thumb, thumbs-dired-show-marked)
20550 (thumbs-find-image-at-point, thumbs-delete-images)
20551 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
20552 (thumbs-increment-image-size, thumbs-decrement-image-size):
20553 Fix typos in docstrings.
20554
20555 2005-05-24 Andre Spiegel <spiegel@gnu.org>
20556
20557 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
20558 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
20559 (cperl-mode): Use them.
20560
20561 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
20562
20563 * window.el (quit-window, shrink-window-if-larger-than-buffer):
20564 Doc fixes.
20565
20566 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
20567
20568 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
20569 Bind C-d to gdb-inferior-io-eof.
20570
20571 * dired.el (dired-dnd-popup-notice): Use message-box.
20572
20573 2005-05-23 Masatake YAMATO <jet@gyve.org>
20574
20575 * bindings.el (mode-line-major-mode-keymap):
20576 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
20577
20578 * faces.el (mode-line-highlight): New face.
20579
20580 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
20581 as mouse-face.
20582
20583 * bindings.el (top-level, help-echo, mode-line-modified)
20584 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
20585 as mouse-face.
20586
20587 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
20588
20589 * progmodes/cc-engine.el (c-guess-basic-syntax):
20590 Remove spurious call to `zerop'.
20591
20592 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
20593
20594 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
20595
20596 CC Mode update to 5.30.10:
20597
20598 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
20599 could go past the limit in decoration level 2, thereby causing
20600 errors during interactive fontification.
20601
20602 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
20603 the file is evaluated interactively.
20604
20605 * cc-engine.el (c-guess-basic-syntax): Handle operator
20606 declarations somewhat better in C++.
20607
20608 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
20609 make use of `run-mode-hooks' which has been added in Emacs 21.1.
20610 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
20611 (awk-mode): Use it.
20612 (make-local-hook): Suppress warning about obsoleteness.
20613
20614 * cc-engine.el, cc-align.el, cc-cmds.el
20615 (c-append-backslashes-forward, c-delete-backslashes-forward)
20616 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
20617 Compensate for return value from `forward-line' when it has moved
20618 but not to a different line due to eob.
20619
20620 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
20621 `objc-method-intro' and `objc-method-args-cont'.
20622
20623 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
20624
20625 CC Mode update to 5.30.10:
20626
20627 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
20628 in the copyright statement. Incidentally, change "along with GNU
20629 Emacs" to "along with this program" where it occurs.
20630
20631 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
20632 so that it is interactive, hence can be found by M-x awk-mode
20633 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
20634 <gmorris+emacs@ast.cam.ac.uk>.
20635
20636 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
20637 Mode's regexps.
20638
20639 2005-05-23 Kevin Ryde <user42@zip.com.au>
20640
20641 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
20642 c-parse-state, to avoid a lisp error (on bad code).
20643
20644 2005-05-23 Lute Kamstra <lute@gnu.org>
20645
20646 * subr.el (font-lock-defaults): Remove defvar as it's already
20647 defined in font-core.el.
20648
20649 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
20650
20651 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
20652
20653 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
20654 more general and work when GDB variable "print pretty" is on,
20655 as with Emacs, for example.
20656
20657 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
20658
20659 * font-core.el: Update comment.
20660
20661 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
20662 Use `after-change-major-mode-hook' instead of `find-file-hook'.
20663
20664 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
20665
20666 2005-05-22 Eli Zaretskii <eliz@gnu.org>
20667
20668 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
20669 and `yank-handler' in the doc strings.
20670
20671 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
20672
20673 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
20674
20675 2005-05-22 Richard M. Stallman <rms@gnu.org>
20676
20677 * help.el (describe-key): Move print-help-return-message call
20678 out of conditional.
20679
20680 * progmodes/etags.el (list-tags): Use with-no-warnings.
20681
20682 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
20683 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
20684 (starttls-extra-args, starttls-extra-arguments): Add defvars.
20685
20686 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
20687
20688 * language/viet-util.el (viet-viscii-nonascii-translation-table):
20689 Add defvar.
20690
20691 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
20692 Use defvar, not defconst.
20693
20694 * hexl.el (hexl-follow-line): Use with-no-warnings.
20695
20696 * emulation/tpu-extras.el: Use write-file-functions instead of
20697 write-file-hooks.
20698
20699 * dired.el (dired-font-lock-keywords): Fontify files with junk
20700 extensions even if marked by -F.
20701
20702 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
20703
20704 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
20705 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
20706 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
20707 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
20708 (concatenate, list-length, get*, getf, cl-remprop):
20709 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
20710 (etypecase, progv, lexical-let, lexical-let*)
20711 (multiple-value-bind, multiple-value-setq, shiftf):
20712 Improve argument/docstring consistency.
20713
20714 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
20715
20716 2005-05-22 Andre Spiegel <spiegel@gnu.org>
20717
20718 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
20719 doesn't exist.
20720
20721 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
20722 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
20723
20724 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
20725
20726 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
20727 already deleted variables: auto-fill-hook, blink-paren-hook,
20728 lisp-indent-hook, inhibit-local-variables, unread-command-event,
20729 suspend-hooks, comment-indent-hook, meta-flag,
20730 before-change-function, after-change-function,
20731 font-lock-doc-string-face.
20732
20733 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
20734
20735 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
20736
20737 2005-05-21 Eli Zaretskii <eliz@gnu.org>
20738
20739 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
20740 rmail-dont-reply-to.
20741
20742 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20743
20744 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
20745 literal blank when splitting new-header-values.
20746
20747 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
20748
20749 * calendar/cal-menu.el (cal-menu-update): Add separator as a
20750 string so that tmm doesn't create a completion entry for it.
20751
20752 * textmodes/table.el (table-disable-menu): Ditto.
20753
20754 2005-05-21 Richard M. Stallman <rms@gnu.org>
20755
20756 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
20757
20758 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
20759
20760 * net/rcompile.el (remote-compile): Use compilation-start.
20761
20762 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
20763
20764 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
20765
20766 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
20767 Default to makefile-bsdmake-mode on BSD systems.
20768
20769 * imenu.el (imenu-generic-expression, imenu--generic-function'):
20770 REGEXP may also be a search function now. The part of doc-string
20771 for describing the structure was 95% identical to that of
20772 `imenu--generic-function'. Unify it there.
20773
20774 * progmodes/make-mode.el (makefile-imenu-generic-expression):
20775 Use function to find dependencies, because regexp alone is so complex,
20776 it easily goes into an endless loop.
20777 (makefile-makepp-mode): Also add submenu for Perl functions
20778 defined in the makefile.
20779 (makefile-bsdmake-mode): Special imenu-generic-expression no
20780 longer needed, due to function call.
20781 (makefile-match-dependency): Take BOUND into account when checking
20782 if we're through.
20783
20784 2005-05-20 Jay Belanger <belanger@truman.edu>
20785
20786 * calc/calc-units.el (calc-invalidate-units-table):
20787 Use inhibit-read-only.
20788 (math-build-units-table-buffer): Use view-mode.
20789
20790 2005-05-20 David Kastrup <dak@gnu.org>
20791
20792 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
20793 easy-menu-add is not a nop on Emacs; and clarify when to call it.
20794
20795 2005-05-20 Lute Kamstra <lute@gnu.org>
20796
20797 * diff-mode.el (diff-header-face, diff-file-header-face)
20798 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20799 (diff-added-face, diff-changed-face, diff-function-face)
20800 (diff-context-face, diff-nonexistent-face): Put them in the
20801 diff-mode customization group.
20802
20803 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
20804
20805 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
20806
20807 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
20808
20809 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
20810 Minor regexp-optimization.
20811
20812 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
20813
20814 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
20815 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
20816 (org-agenda-add-time-grid-maybe): New function.
20817 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
20818 (org-table-create): `dotimes' instead of `mapcar'.
20819 (org-xor): Simplify implementation.
20820 (org-agenda): `inhibit-redisplay' turned on.
20821 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
20822 a consistent line after a state change.
20823 (org-agenda-remove-times-when-in-prefix): New option.
20824 (org-prefix-has-time): New variable.
20825 (org-parse-time-string): Optional argument NODEFAULT.
20826 (org-format-agenda-item): Parse items for time-of-day
20827 specifications and move these into the prefix if possible.
20828 (org-agenda-priority): Get current heading, not previous heading
20829 during agenda remote editing.
20830
20831 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
20832
20833 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
20834 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
20835 (remove-duplicates, delete-duplicates, substitute)
20836 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
20837 (nsubstitute-if-not, find, find-if, find-if-not, position)
20838 (position-if, position-if-not, count, count-if, count-if-not)
20839 (mismatch, search, sort*, stable-sort, merge, member*)
20840 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
20841 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
20842 (intersection, nintersection, set-difference, nset-difference)
20843 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
20844 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
20845 (nsublis, tree-equal): Improve argument/docstring consistency.
20846
20847 * subr.el (send-string, send-region): Remove obsolescence declaration.
20848 (window-dot, set-window-dot, read-input, show-buffer)
20849 (eval-current-buffer, string-to-int):
20850 Add release number to obsolescence declarations.
20851
20852 2005-05-19 Kim F. Storm <storm@cua.dk>
20853
20854 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
20855 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
20856
20857 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
20858
20859 * faces.el (list-faces-display): Make back button respect optional
20860 regexp arg.
20861
20862 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
20863
20864 * calculator.el (calculator-radix-grouping-mode)
20865 (calculator-radix-grouping-digits, calculator-displayer)
20866 (calculator-radix-grouping-separator, calculator-copy-displayer):
20867 * dabbrev.el (dabbrev-search-these-buffers-only):
20868 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
20869 (diff-advance-after-apply-hunk, diff-mode-hook)
20870 (diff-minor-mode-prefix):
20871 * imenu.el (imenu-use-popup-menu):
20872 * jit-lock.el (jit-lock-context-time):
20873 * newcomment.el (comment-fill-column, comment-column)
20874 (comment-style, comment-padding, comment-multi-line)
20875 (comment-empty-lines, comment-auto-fill-only-comments):
20876 * reveal.el (reveal-around-mark):
20877 * uniquify.el (uniquify-buffer-name-style)
20878 (uniquify-after-kill-buffer-p)
20879 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
20880 (uniquify-min-dir-content, uniquify-separator)
20881 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
20882 * w32-vars.el (w32-fixed-font-alist):
20883 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
20884 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
20885 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
20886 * progmodes/perl-mode.el (perl-indent-level)
20887 (perl-continued-statement-offset, perl-continued-brace-offset)
20888 (perl-brace-offset, perl-brace-imaginary-offset)
20889 (perl-label-offset, perl-indent-continued-arguments)
20890 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
20891 * progmodes/tcl.el (tcl-indent-level)
20892 (tcl-continued-indent-level, tcl-auto-newline)
20893 (tcl-tab-always-indent, tcl-electric-hash-style)
20894 (tcl-help-directory-list, tcl-use-smart-word-finder)
20895 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
20896 (inferior-tcl-source-command):
20897 * textmodes/fill.el (enable-kinsoku):
20898 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
20899 * textmodes/table.el (table-yank-handler):
20900 Specify missing group (and type, if simple) in defcustom.
20901
20902 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
20903
20904 * progmodes/compile.el (compilation-finish-function): Fix defvar.
20905
20906 2005-05-19 Richard M. Stallman <rms@gnu.org>
20907
20908 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
20909
20910 * subr.el (event-basic-type): Don't get an error.
20911 (left-fringe-p): Function deleted.
20912
20913 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
20914 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
20915
20916 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
20917 in recursive copy.
20918
20919 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
20920
20921 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
20922
20923 * emacs-lisp/bytecomp.el
20924 (byte-compile-file-form-custom-declare-variable):
20925 Call byte-compile-nogroup-warn if appropriate.
20926
20927 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
20928 (compilation-set-window): Don't call left-fringe-p; do it directly.
20929
20930 2005-05-19 Jay Belanger <belanger@truman.edu>
20931
20932 * calc/calc-graph.el (calc-graph-format-data): Make sure
20933 var-PlotRejects is bound before trying to check its value.
20934
20935 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
20936
20937 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
20938 definition of this variable from reftex-global.el to reftex.el,
20939 because it is needed in the menu.
20940
20941 2005-05-19 Lute Kamstra <lute@gnu.org>
20942
20943 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
20944 years are fixed. Don't insert a space after a dash.
20945
20946 2005-05-19 Kim F. Storm <storm@cua.dk>
20947
20948 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
20949
20950 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
20951
20952 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
20953 strings, because (eq ... ?\\) is fairly frequent.
20954
20955 * progmodes/make-mode.el (makefile-add-this-line-targets):
20956 Simplify and integrate into `makefile-pickup-targets'.
20957 (makefile-add-this-line-macro): Simplify and integrate into
20958 `makefile-pickup-macros.
20959 (makefile-pickup-filenames-as-targets): Simplify.
20960 (makefile-previous-dependency, makefile-match-dependency):
20961 Don't stumble over `::'.
20962
20963 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
20964
20965 * subr.el (post-command-idle-hook, post-command-idle-delay):
20966 Remove obsoletion of post-command-idle-hook and
20967 post-command-idle-delay.
20968
20969 * faces.el (list-faces-display): Provide button when describe-face
20970 is called to take user back to the list of faces.
20971
20972 * help-fns.el (describe-variable): Remove hyperlinks in a
20973 variable's value as these are quite frequently inappropriate.
20974
20975 * follow.el (follow-submit-feedback, follow-mode):
20976 Remove references to post-command-idle-hook.
20977
20978 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
20979
20980 * progmodes/make-mode.el (makefile-previous-dependency)
20981 (makefile-match-dependency): Check for := (and in bsd mode also
20982 !=) to give a better result, even when font-lock is not on.
20983
20984 2005-05-18 Jay Belanger <belanger@truman.edu>
20985
20986 * calc/calc-help.el (calc-s-prefix-help):
20987 Add `calc-copy-special-constant' to help string.
20988
20989 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
20990
20991 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
20992
20993 2005-05-18 Jay Belanger <belanger@truman.edu>
20994
20995 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
20996 in linear factors are in proper order.
20997
20998 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
20999
21000 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21001 Support for jurabib.
21002
21003 * textmodes/reftex.el (featurep): Define aliases for overlay
21004 commands, for XEmacs compatibility, and use these aliases in
21005 overlay initializations.
21006 (reftex-highlight): Use `reftex-move-overlay'.
21007 (reftex-unhighlight): Use `reftex-delete-overlay'.
21008 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
21009 (reftex-access-search-path): Use `reftex-uniquify' instead of
21010 `reftex-uniq'
21011
21012 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
21013 `before-string' property modification enables for Emacs as well.
21014 (reftex-select-item): Use `reftex-delete-overlay'.
21015 (reftex-select-mark): Use `reftex-make-overlay' and
21016 `reftex-overlay-put'.
21017 (reftex-select-unmark): Use `reftex-delete-overlay' and
21018 `reftex-overlay-put'.
21019
21020 2005-05-18 Lute Kamstra <lute@gnu.org>
21021
21022 * emacs-lisp/lisp.el (check-parens): Fix docstring.
21023
21024 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
21025
21026 * add-log.el (add-change-log-entry):
21027 * array.el (array-make-template, array-reconfigure-rows)
21028 (array-init-max-row, array-init-max-column)
21029 (array-init-columns-per-line, array-init-field-width):
21030 * replace.el (replace-match-maybe-edit, perform-replace):
21031 * textmodes/spell.el (spell-region):
21032 Replace `read-input' by `read-string'.
21033
21034 * forms.el (forms-mode):
21035 * finder.el (finder-compile-keywords):
21036 * shadowfile.el (shadow-read-files):
21037 Replace `eval-current-buffer' by `eval-buffer'.
21038
21039 * terminal.el (te-pass-through):
21040 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
21041 (ange-ftp-raw-send-cmd):
21042 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
21043 (send-process-next-char, telnet-initial-filter, telnet):
21044 Replace `send-string' by `process-send-string'.
21045
21046 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
21047 (prolog-consult-region): Replace `send-string' by
21048 `process-send-string'; replace `send-region' by `process-send-region'.
21049
21050 * progmodes/delphi.el (delphi-log-msg):
21051 Replace `set-window-dot' by `set-window-point'.
21052
21053 * subr.el (window-dot, set-window-dot, read-input, send-string)
21054 (send-region, show-buffer, eval-current-buffer):
21055 Make really obsolete, as the comment says.
21056
21057 2005-05-17 Kim F. Storm <storm@cua.dk>
21058
21059 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
21060 (cua--init-keymaps): Bind C-return instead of S-return to set
21061 rectangle mark.
21062
21063 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
21064 instead of S-return to toggle/clear rectangle mark.
21065
21066 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
21067
21068 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
21069 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
21070 Also fontify plain strings assigned to variables, mostly so that a
21071 colon has a face and is thus not taken as a dependency separator.
21072 (makefile-previous-dependency): Inline the new matcher, because it
21073 is too complex to work in both directions.
21074 (makefile-match-dependency): Eliminate `backward' arg (see above).
21075 Completely reimplemented so as to not sometimes go into an endless
21076 loop. It should also be more efficient, because first it only
21077 searches for `:', instead of applying the very complex regexp.
21078 (makefile-mode): Cancel `font-lock-support-mode', because blocks
21079 to be fontified in one piece can be too long for JIT.
21080 Makefiles are never *that* big.
21081
21082 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
21083
21084 * dired.el (dired-mode): Simplify.
21085
21086 2005-05-17 Lute Kamstra <lute@gnu.org>
21087
21088 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
21089 defcustom for the mode hook variable.
21090
21091 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
21092 Emacs Lisp Reference Manual.
21093
21094 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
21095
21096 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
21097 (evenp, list*):
21098 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
21099 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
21100
21101 * net/tramp-smb.el (tramp-smb-open-connection):
21102 Pass `tramp-chunksize' as fifth (required) argument.
21103
21104 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
21105
21106 * font-lock.el (lisp-font-lock-keywords-1):
21107 Set `font-lock-negation-char-face' for [^...] char group.
21108 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
21109
21110 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
21111 a var, and refine it to mask one more level of nested vars.
21112 (makefile-rule-action-regex): Turn it into a var, and refine it so
21113 it recognizes backslashed continuation lines as belonging to the
21114 same command.
21115 (makefile-macroassign-regex): Refine it so it recognizes
21116 backslashed continuation lines as belonging to the same command.
21117 (makefile-var-use-regex): Don't look at the next char, because it
21118 might be the same one to be skipped by the initial [^$], leading
21119 to an overlooked variable use.
21120 (makefile-make-font-lock-keywords): Remove two parameters, which
21121 are now variables that some of the modes set locally.
21122 Handle dependency and rule action matching through functions, because
21123 regexps alone match too often. Dependency matching now comes
21124 last, so it can check, whether a colon already matched something else.
21125 (makefile-mode): Inform that font-lock improves makefile parsing
21126 capabilities.
21127 (makefile-match-dependency, makefile-match-action): New functions.
21128
21129 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
21130
21131 * emacs-lisp/cl-extra.el (equalp): Doc fix.
21132
21133 * align.el (align-regexp):
21134 * ansi-color.el (ansi-color-get-face):
21135 * array.el (array-reconfigure-rows, array-init-max-row)
21136 (array-init-max-column, array-init-columns-per-line)
21137 (array-init-field-width):
21138 * dired-aux.el (dired-trample-file-versions):
21139 * dired-x.el (dired-mark-sexp):
21140 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
21141 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
21142 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
21143 * faces.el (face-read-integer):
21144 * files.el (backup-extract-version, insert-directory):
21145 * hexl.el (hexl-insert-decimal-char):
21146 * server.el (server-process-filter):
21147 * shell.el (shell-extract-num):
21148 * startup.el (command-line-1):
21149 * term.el (term-command-hook):
21150 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
21151 (time-stamp-do-number):
21152 * time.el (display-time-update):
21153 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
21154 (timezone-fix-time):
21155 * vms-patch.el (vms-suspend-resume-hook):
21156 * calendar/appt.el (appt-convert-time):
21157 * calendar/cal-bahai.el (mark-bahai-diary-entries):
21158 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
21159 * calendar/cal-islam.el (mark-islamic-diary-entries):
21160 * calendar/calendar.el (calendar-cursor-to-date)
21161 (calendar-star-date):
21162 * calendar/diary-lib.el (diary-attrtype-convert)
21163 (mark-diary-entries, diary-entry-time):
21164 * calendar/solar.el (solar-get-number):
21165 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
21166 * emacs-lisp/re-builder.el (reb-display-subexp):
21167 * emulation/edt.el (edt-set-scroll-margins):
21168 * emulation/tpu-extras.el (tpu-set-scroll-margins):
21169 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
21170 (vip-get-ex-count):
21171 * emulation/viper-ex.el (viper-get-ex-token)
21172 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
21173 * international/fontset.el (fontset-plain-name):
21174 * mail/feedmail.el (feedmail-look-at-queue-directory):
21175 * mail/mailalias.el (mail-get-names):
21176 * mail/rmail.el (rmail-convert-to-babyl-format):
21177 * mail/rmailsum.el (rmail-make-basic-summary-line)
21178 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
21179 (rmail-summary-goto-msg):
21180 * mail/smtpmail.el (smtpmail-read-response):
21181 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
21182 (ange-ftp-vms-add-file-entry):
21183 * play/gametree.el (gametree-looking-at-ply)
21184 (gametree-current-branch-score):
21185 * progmodes/ada-xref.el (ada-prj-find-prj-file)
21186 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
21187 * progmodes/cperl-mode.el (condition-case):
21188 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
21189 (ebrowse-set-member-buffer-column-width)
21190 (ebrowse-select-1st-to-9nth):
21191 * progmodes/etags.el (etags-snarf-tag):
21192 * progmodes/flymake.el (flymake-parse-line):
21193 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
21194 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
21195 (idlwave-shell-menu-def):
21196 * progmodes/ps-mode.el (ps-run-goto-error):
21197 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
21198 (vhdl-speedbar-contract-level):
21199 * term/mac-win.el (x-handle-numeric-switch):
21200 * term/sun-mouse.el (sun-get-frame-data):
21201 * term/w32-win.el (x-handle-numeric-switch):
21202 * term/x-win.el (x-handle-numeric-switch):
21203 * textmodes/ispell.el (ispell-parse-output):
21204 * textmodes/nroff-mode.el (nroff-outline-level):
21205 * textmodes/reftex-cite.el (reftex-bib-sort-year)
21206 (reftex-bib-sort-year-reverse, reftex-format-citation):
21207 * textmodes/reftex-parse.el (reftex-init-section-numbers)
21208 (reftex-section-number):
21209 * textmodes/texinfmt.el (texinfo-paragraphindent):
21210 Replace `string-to-int' by `string-to-number'.
21211
21212 * international/latexenc.el: Add page marker to force the "Local
21213 Variables:" string out of the last page.
21214
21215 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
21216
21217 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
21218 tooltip-change-major-mode.
21219 (gud-tooltip-print-command): Remove case where gud-minor-mode
21220 is gdb ("--fullname").
21221 (gud-tooltip-tips): Turn GUD tooltips off for this case and
21222 explain to user.
21223
21224 2005-05-16 Jay Belanger <belanger@truman.edu>
21225
21226 * calc/calc-store.el (calc-copy-special-constant): New function.
21227
21228 * calc/calc-ext.el (calc-init-extensions): Add binding for
21229 `calc-copy-special-constant'.
21230
21231 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
21232 for the `calc-copy-special-constant' command.
21233
21234 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
21235
21236 * subr.el (left-fringe-p): New function.
21237
21238 * progmodes/compile.el (compilation-setup): Set local value of
21239 overlay-arrow-string to "" always.
21240 (compilation-set-window): Left fringe then don't scroll.
21241 No left fringe then no arrow and scroll message to top.
21242 (compilation-context-lines): Adjust doc string accordingly.
21243
21244 2005-05-16 Kim F. Storm <storm@cua.dk>
21245
21246 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
21247 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
21248 (ido-wide-find-dir-or-delete-dir): New command for M-d.
21249 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
21250 (ido-read-file-name): Handle commands with ido property value
21251 equal to find-file as reading a file name, to allow C-d to enter dired.
21252 (ibuffer-find-file): Add ido property with value find-file.
21253
21254 2005-05-15 Kim F. Storm <storm@cua.dk>
21255
21256 * subr.el (open-network-stream-nowait): Remove.
21257 (open-network-stream-server): Remove.
21258
21259 2005-05-15 Richard M. Stallman <rms@gnu.org>
21260
21261 * faces.el (describe-face): Output a definition link button.
21262
21263 * help-mode.el (help-face-def): New button type.
21264
21265 * emacs-lisp/copyright.el (copyright-fix-years):
21266 Match properly if the first year is 2-digit.
21267 Don't mess up the whitespace after the years by filling.
21268
21269 * dired-aux.el (dired-mark-confirm):
21270 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
21271
21272 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
21273 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
21274 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
21275
21276 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21277 Set font-lock-comment-start-skip.
21278
21279 * font-lock.el (font-lock-comment-start-skip): New variable.
21280 (font-lock-comment-end-skip): New variable.
21281 (font-lock-fontify-syntactically-region): Use them if non-nil.
21282
21283 2005-05-15 Jay Belanger <belanger@truman.edu>
21284
21285 * calc/calc-store.el (calc-store-value): Return a string rather
21286 than display it as a message.
21287 Use calc-var-name for variable name.
21288 (calc-store-into): Add the result of calc-store-value to message.
21289 (calc-copy-variable): Add a message.
21290 (calc-store-exchange): Improve error messages.
21291 (calc-store-binary, calc-store-map): Don't reset the values of
21292 special constants.
21293
21294 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
21295
21296 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
21297 manual to docstring.
21298
21299 * files.el (hack-local-variables-confirm): Add STRING argument.
21300 Make the function handle non file visiting buffers correctly.
21301 (hack-local-variables-prop-line, hack-local-variables)
21302 (hack-one-local-variable): Use STRING arg of
21303 `hack-local-variables-confirm'.
21304
21305 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
21306
21307 Sync with Tramp 2.0.49.
21308
21309 * net/tramp.el (tramp-handle-dired-call-process)
21310 (tramp-handle-insert-directory):`insert-buffer' cannot be used
21311 because the contents of the Tramp buffer is changed before
21312 insertion (`expand-file' and alike).
21313 (tramp-handle-insert-directory): If `localname' has an empty
21314 nondirectory name, it must not be quoted.
21315 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
21316 variable `tramp-chunksize'. Change callees.
21317 (tramp-open-connection-setup-interactive-shell): Check remote host
21318 for buggy `send-process-string' implementation.
21319 Set `tramp-chunksize' if found. Reported by Michael Kifer
21320 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
21321 (tramp-handle-shell-command): `insert-buffer' cannot be used
21322 because the contents of the Tramp buffer is changed before
21323 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
21324 <frederic.bothamy@free.fr>.
21325 (tramp-set-auto-save): Actions should be done for Tramp file name
21326 handler only. Ange-FTP has its own auto-save mechanism.
21327 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
21328 (tramp-set-auto-save-file-modes): Set file modes of
21329 `buffer-auto-save-file-name' to ?\600 as fallback solution.
21330 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
21331 (tramp-bug): Remove obsolete variable.
21332 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
21333 for presence of `mml-mode'. Make it running for older Emacsen as well.
21334
21335 2005-05-14 John Paul Wallington <jpw@pobox.com>
21336
21337 * ibuf-ext.el (define-ibuffer-filter filename):
21338 If `dired-directory' is a list, use its car.
21339
21340 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
21341
21342 * ibuffer.el (define-ibuffer-column filename):
21343 If `dired-directory' is a list, use its car.
21344
21345 2005-05-14 Richard M. Stallman <rms@gnu.org>
21346
21347 * subr.el (symbol-file): Doc fix.
21348
21349 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
21350 (byte-compile-form): Call byte-compile-nogroup-warn.
21351 (byte-compile-warning-types): Doc fix.
21352
21353 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
21354
21355 * progmodes/cc-engine.el (c-literal-faces):
21356 Add font-lock-comment-delimiter-face.
21357
21358 * net/net-utils.el (dig): Use with-no-warnings.
21359
21360 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
21361 (sc-recite-frame-alist, sc-default-cite-frame)
21362 (sc-default-uncite-frame, sc-default-recite-frame)
21363 (sc-attrib-selection-list, sc-rewrite-header-list):
21364 Mark as risky-local-variable.
21365
21366 * international/ogonek.el (ogonek-jak, ogonek-how):
21367 Don't use beginning-of-buffer.
21368
21369 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
21370
21371 * calendar/solar.el (solar-data-list): Move definition up.
21372
21373 * dnd.el (dnd-protocol-alist): Add autoload.
21374
21375 * progmodes/sh-script.el: Many doc usage fixes.
21376 (sh-indent-after-do): Change default to match common styles.
21377
21378 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
21379
21380 * files.el (interpreter-mode-alist)
21381 (auto-mode-interpreter-regexp): Doc fixes.
21382
21383 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
21384
21385 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
21386
21387 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
21388
21389 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21390
21391 * dired.el (dired-mode): make-variable-buffer-local =>
21392 make-local-variable.
21393
21394 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21395
21396 * term/mac-win.el (mac-select-convert-to-string): Try coding
21397 systems in mac-script-code-coding-systems if specified one cannot
21398 encode string for `com.apple.traditional-mac-plain-text'.
21399
21400 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
21401
21402 * progmodes/make-mode.el (makefile-targets-face)
21403 (makefile-shell-face, makefile-makepp-perl-face): New faces.
21404 (makefile-dependency-regex): Fix it to not make the colon in
21405 $(var:a=b) special.
21406 (makefile-rule-action-regex): New regexp for highlighting embedded
21407 Shell strings.
21408 (makefile-macroassign-regex): Handle != for highlighting as
21409 embedded Shell strings.
21410 (makefile-var-use-regex): New const.
21411 (makefile-statements, makefile-automake-statements)
21412 (makefile-gmake-statements, makefile-makepp-statements)
21413 (makefile-bsdmake-statements): New consts.
21414 (makefile-make-font-lock-keywords): New function.
21415 (makefile-automake-font-lock-keywords)
21416 (makefile-gmake-font-lock-keywords)
21417 (makefile-makepp-font-lock-keywords)
21418 (makefile-bsdmake-font-lock-keywords): New consts.
21419 (makefile-mode-map): Add switchers between the various submodes.
21420 (makefile-mode): Document the availability of the variants.
21421 (makefile-automake-mode, makefile-gmake-mode)
21422 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
21423
21424 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
21425 new variants of makefile-mode.
21426
21427 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21428
21429 * font-lock.el (font-lock-comment-delimiter-face): Fix up
21430 the inheritance.
21431
21432 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
21433
21434 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
21435 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
21436
21437 * files.el (normal-mode): Extend the scope of the
21438 `enable-local-variables' binding to include the `set-auto-mode' call.
21439 (magic-mode-alist): Doc fix.
21440
21441 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
21442
21443 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
21444 font-lock-comment-face rather than copying its setting.
21445
21446 2005-05-12 Andreas Schwab <schwab@suse.de>
21447
21448 * eshell/esh-mode.el (eshell-send-input): Doc fix.
21449
21450 2005-05-12 Lute Kamstra <lute@gnu.org>
21451
21452 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
21453 defcustom for the mode hook variable. Delete the last argument.
21454 * generic-x.el: Fix callers of define-generic-mode.
21455 (generic-x-modes): Delete group.
21456 (show-tabs-tab-face, show-tabs-space-face): Put them in the
21457 generic-x customization group.
21458
21459 2005-05-12 Kim F. Storm <storm@cua.dk>
21460
21461 * font-lock.el (font-lock-negation-char-face): Default to "off".
21462
21463 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
21464 font-lock-negation-char-face to ! in !=.
21465
21466 2005-05-12 Masatake YAMATO <jet@gyve.org>
21467
21468 * add-log.el (find-change-log): Fix typos in the docstring
21469 of function.
21470
21471 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
21472
21473 * international/latexenc.el (latexenc-find-file-coding-system):
21474 Avoid `re-search-forward' when looking for input encoding because
21475 of speed and safety. Better regular expressions for recognizing
21476 input encoding. Limit a search for TeX-master/tex-main-file to
21477 the local variable section.
21478
21479 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
21480
21481 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
21482 syntax of $ to "'" (quote).
21483
21484 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
21485
21486 * dnd.el (dnd-protocol-alist): Improve custom type.
21487
21488 * dired.el (dired-dnd-protocol-alist): New variable.
21489 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
21490 `dired-mode-hook' to the end.
21491
21492 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
21493
21494 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
21495 comment-end if comment-start-skip is not set.
21496 Obey the font-lock-comment-delimiter-face variables.
21497
21498 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
21499
21500 * files.el (executable-find): Move from executable.el. Use
21501 locate-file.
21502 * progmodes/executable.el (executable-find): Move to files.el.
21503
21504 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
21505 when trying to ensure forward progress.
21506
21507 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
21508
21509 * mouse-sel.el (mouse-sel-follow-link-p): New function.
21510 (mouse-select, mouse-select-internal, mouse-extend-internal):
21511 Use it to implement mouse-1-click-follows-link functionality.
21512
21513 2005-05-11 Richard M. Stallman <rms@gnu.org>
21514
21515 * font-lock.el (font-lock-fontify-syntactically-region):
21516 Use font-lock-comment-delimiter-face for comment delimiters.
21517
21518 2005-05-10 Jay Belanger <belanger@truman.edu>
21519
21520 * calc/calc-help.el (calc-m-prefix-help): Add mention of
21521 preserving embedded modes.
21522
21523 2005-05-10 Richard M. Stallman <rms@gnu.org>
21524
21525 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
21526
21527 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
21528 Move from ada-stmt.el.
21529 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
21530
21531 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
21532 Move to ada-mode.el.
21533 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
21534
21535 * cus-edit.el (custom-file): Call file-chase-links.
21536
21537 * files.el (read-directory-name): Fix previous change.
21538 (hack-local-variables-confirm): New function.
21539 (hack-local-variables-prop-line, hack-local-variables)
21540 (hack-one-local-variable): Use it.
21541
21542 2005-05-10 Lute Kamstra <lute@gnu.org>
21543
21544 * font-lock.el (font-lock-keywords-alist)
21545 (font-lock-removed-keywords-alist): Clarify docstrings.
21546
21547 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
21548
21549 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
21550 (gdb-source-info): Check for preprocessor info.
21551 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
21552 a macro for a function.
21553 (gdb-info-breakpoints-custom): Try to find file again if not already
21554 found (user might have used GDB dir command).
21555 (gdb-get-location): Update gdb-location-alist correctly for change
21556 to gdb-info-breakpoints-custom.
21557
21558 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
21559 (gud-tooltip-print-command): Add gdbmi case.
21560 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
21561 preprocessor info.
21562
21563 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
21564
21565 * startup.el (fancy-splash-insert): Fix typo in doc string.
21566
21567 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
21568
21569 * obsolete/float.el (string-to-float):
21570 * obsolete/hilit19.el (hilit-add-pattern):
21571 * obsolete/rnews.el (news-parse-range, news-select-message)
21572 (news-get-pruned-list-of-files): Replace `string-to-int' by
21573 `string-to-number'.
21574
21575 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
21576 `find-file-not-found-hooks'; use `add-hook'.
21577 (uncompress-while-visiting): Set `write-file-functions', not
21578 `write-file-hooks'; use `add-hook'.
21579
21580 2005-05-09 Kim F. Storm <storm@cua.dk>
21581
21582 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
21583 (cua-paste): Handle clipboard action.
21584 (cua--init-keymaps): Remap clipboard-kill-region and
21585 clipboard-kill-ring-save.
21586
21587 2005-05-08 Eli Zaretskii <eliz@gnu.org>
21588
21589 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21590 Improve commentary.
21591
21592 * simple.el (next-error-overlay-arrow-position): Revert the change
21593 made on 2005-04-30.
21594
21595 2005-05-07 Jay Belanger <belanger@truman.edu>
21596
21597 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
21598 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
21599 `calc-sel-reselect'.
21600
21601 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
21602 Calc is in embedded mode.
21603
21604 2005-05-07 Eli Zaretskii <eliz@gnu.org>
21605
21606 * progmodes/compile.el (compilation-setup):
21607 Set overlay-arrow-string to an empty string on text terminals.
21608
21609 * textmodes/ispell.el (ispell-program-name): Try looking for
21610 "aspell" along exec-path, and if found, use it as the default
21611 speller program.
21612
21613 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
21614
21615 * international/mule.el (sgml-xml-auto-coding-function):
21616 Recognize encoding='FOO' in single quotes as well as in double quotes.
21617
21618 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21619
21620 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
21621 as well as `interactive', so that defmacro* would recognize
21622 `declare' forms.
21623
21624 2005-05-07 Eli Zaretskii <eliz@gnu.org>
21625
21626 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21627 Explain more about the LIGHTER arg's usage in the doc string.
21628 Add commentary to clarify what the code does. Fix the regexp that
21629 strips whitespace from LIGHTER. Quote LIGHTER before using it,
21630 since it could have characters special to regular expressions.
21631
21632 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
21633
21634 * replace.el (occur-1): Bind inhibit-read-only so that
21635 erase-buffer doesn't barf on read-only text properties (likewise
21636 for add-text-properties in occur-engine). Mark buffer as unmodified.
21637 (occur-engine): Don't set buffer-read-only here.
21638
21639 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21640
21641 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
21642 list-buffers-directory. This caused the *cvs-commit* buffer to be
21643 sometimes mistakenly reused as a *cvs* buffer.
21644
21645 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
21646
21647 * tooltip.el: Move code for GUD tooltips into gud.el.
21648 (require): CL no longer needed to compile case.
21649 (tooltip-mode): Do not toggle functions for GUD tooltips.
21650 (tooltip-gud-tips-p): Remove. Replace with minor mode
21651 gud-tooltip-mode in gud.el.
21652 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
21653 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
21654 tooltip-gud prefix with gud-tooltip and obsolete.
21655 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
21656 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
21657 (tooltip-mouse-motion): Mouse movement functions/variable.
21658 Rename in gud.el by adding gud prefix.
21659 (tooltip-gud-original-filter, tooltip-gud-dereference)
21660 (tooltip-gud-event, tooltip-toggle-gud-tips)
21661 (tooltip-gud-process-output, tooltip-gud-print-command)
21662 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
21663 gud.el by replacing tooltip-gud prefix with gud-tooltip.
21664 (gdb-tooltip-print): Move to gdb-ui.el.
21665
21666 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
21667 (require): CL needed to compile case.
21668 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
21669 tooltip-gud-tips-p. Make it a minor-mode.
21670 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
21671 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
21672 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
21673 (gud-tooltip-change-major-mode)
21674 (gud-tooltip-activate-mouse-motions-if-enabled)
21675 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
21676 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
21677 (gud-tooltip-original-filter, gud-tooltip-dereference)
21678 (gud-tooltip-event, tooltip-toggle-gud-tips)
21679 (gud-tooltip-process-output, gud-tooltip-print-command)
21680 (gud-tooltip-tips): Move from tooltip.el.
21681
21682 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
21683 (gdb-cpp-define-alist-flags): Doc fix.
21684 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
21685 gud-tooltip-mode is t.
21686
21687 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21688
21689 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
21690 evaporate if their text is deleted.
21691 (goto-address-at-point): Make it work as a mouse binding as well.
21692 (goto-address-at-mouse): Obsolete it. Update users.
21693
21694 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
21695
21696 * calendar/appt.el (top-level): No longer activate on load.
21697
21698 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
21699
21700 * calendar/cal-bahai.el (mark-bahai-diary-entries):
21701 * net/webjump.el (webjump):
21702 * progmodes/idlw-help.el (idlwave-do-context-help1)
21703 (idlwave-highlight-linked-completions):
21704 * textmodes/po.el (po-find-file-coding-system-guts):
21705 Replace `assoc-ignore-case' by `assoc-string'.
21706
21707 2005-05-06 Eli Zaretskii <eliz@gnu.org>
21708
21709 * files.el (locate-file): Doc fix.
21710
21711 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
21712 Remove the redundant test for ms-dos.
21713
21714 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
21715 look for the preprocessor with exec-suffixes. If not found in
21716 standard places, look in exec-path. Remove most of the tests that
21717 used system-type.
21718
21719 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
21720
21721 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
21722
21723 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
21724 file-name clash with jka-compr.el on 8+3 filesystems.
21725
21726 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21727
21728 * term/mac-win.el: Don't define or bind scroll bar functions if
21729 x-toolkit-scroll-bars is t.
21730 (x-select-text, x-get-selection-value): Clear
21731 x-last-selected-text-clipboard if x-select-enable-clipboard is
21732 nil.
21733 (PRIMARY): Put mac-scrap-name property.
21734 (mac-select-convert-to-file-url): New function.
21735 (public.file-url): New selection target type. Add to
21736 selection-converter-alist.
21737 (x-get-selection, x-selection-value): Handle it.
21738 (x-cut-buffer-or-selection-value): New alias.
21739
21740 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21741
21742 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
21743 entry to avoid calling bibtex-find-entry with arg global
21744 being t. Remove arg key.
21745 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
21746 (bibtex-copy-summary-as-kill): Change accordingly.
21747
21748 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
21749
21750 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
21751 (org-agenda-date-later): Use with-current-buffer.
21752
21753 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
21754
21755 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
21756 (define-obsolete-variable-alias): Doc Fixes.
21757
21758 2005-05-06 Kim F. Storm <storm@cua.dk>
21759
21760 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
21761 vertical-motion when selective-display is active.
21762
21763 * ido.el (ido-setup-hook): New hook.
21764 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
21765 (ido-input-stack): New var.
21766 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
21767 ido-next-work-file binding to M-O.
21768 Bind M-f to ido-wide-find-file-or-pop-dir.
21769 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
21770 (ido-read-internal): Run ido-setup-hook.
21771 Catch quit in read-file-name and read-string to cancel edit.
21772 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
21773 Automatically pop-all when completing a directory name (RET).
21774 (ido-file-internal): Add with-no-warnings around ffap and dired code.
21775 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
21776 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
21777 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
21778 New functions for M-b/M-f to move among the directory components.
21779 (ido-make-merged-file-list): Catch quit to cancel merge.
21780 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
21781 (ido-completion-help): No warnings for ido-completion-buffer-full.
21782
21783 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
21784
21785 * font-lock.el (font-lock-negation-char-face): New face and variable.
21786 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
21787 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
21788 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
21789 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
21790
21791 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
21792
21793 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
21794 Fix typo in docstring.
21795
21796 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
21797 (ebrowse-print-statistics-line)
21798 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
21799
21800 * term/w32-win.el (image-library-alist): Add additional name for
21801 Xpm library.
21802
21803 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
21804
21805 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
21806 use gcc instead of cpp.
21807
21808 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
21809 (gdb-create-define-alist): Use it.
21810 (gdb-cpp-define-alist-program): Update for MS-DOS.
21811
21812 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
21813
21814 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
21815
21816 2005-05-04 Richard M. Stallman <rms@gnu.org>
21817
21818 * help.el (describe-key): No error when UNTRANSLATED is nil.
21819
21820 * simple.el (line-move-1): Fix previous change to signal errors
21821 appropriately.
21822
21823 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
21824
21825 * calendar/icalendar.el (icalendar-version): Now at 0.12.
21826 (icalendar-duration-correction): Remove.
21827 (icalendar--get-event-properties): Split result at commas.
21828 (icalendar--decode-isoduration): New optional argument
21829 DURATION-CORRECTION.
21830 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
21831 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
21832 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
21833 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
21834 (icalendar--convert-anniversary-to-ical): New functions, extracted
21835 from icalendar-export-region, with bug fixes.
21836 (icalendar-export-region): Use the above functions.
21837 (icalendar-import-buffer): Check before saving diary file.
21838 (icalendar--convert-recurring-to-diary)
21839 (icalendar--convert-non-recurring-all-day-to-diary)
21840 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
21841 extracted from icalendar--convert-ical-to-diary, with bug fixes.
21842 (icalendar--convert-ical-to-diary): Use the above functions.
21843
21844 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
21845
21846 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
21847 Remove these recent additions.
21848 (c-mode): Restore to before 2005-04-28.
21849
21850 * progmodes/cc-vars.el (cc-define-list-program): Remove this
21851 recent addition.
21852
21853 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
21854 (gdb-define-alist): New variables.
21855 (gdb-create-define-alist): New function.
21856 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
21857 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
21858 with string-to-number.
21859 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
21860
21861 * progmodes/gud.el: Replace string-to-int with string-to-number.
21862 (gud-find-file): Handle gdb-define-alist.
21863
21864 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
21865
21866 2005-05-02 Jay Belanger <belanger@truman.edu>
21867
21868 * calc/calc-aent.el (math-read-token):
21869 * calc/calc-bin.el (calc-word-size):
21870 * calc/calc-ext.el (calc-read-number-fancy):
21871 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
21872 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
21873 * calc/calc-frac.el (calc-over-notation):
21874 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
21875 (calc-graph-num-points, calc-graph-init):
21876 * calc/calc-prog.el (calc-read-parse-table-part)
21877 (calc-edit-macro-repeats):
21878 * calc/calc-yank.el (calc-do-grab-rectangle):
21879 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
21880 Replace `string-to-int' by `string-to-number'.
21881
21882 2005-05-02 Kim F. Storm <storm@cua.dk>
21883
21884 * kmacro.el: Use executing-kbd-macro-index variable.
21885
21886 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
21887
21888 * net/rlogin.el (rlogin-parse-words): Delete func.
21889 (rlogin): Use split-string, not rlogin-parse-words.
21890 Also, if there are option-like elements in the parsed args,
21891 take the host to be the first arg immediately following them.
21892 Suggested by Michael Mauger.
21893
21894 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
21895
21896 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
21897
21898 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
21899
21900 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
21901 (cc-mode-cpp-program): Rename to cc-define-list-program and
21902 move to cc-vars.el.
21903
21904 * progmodes/cc-vars.el (cc-define-list-program):
21905 Change to "gcc -E -dM -". Make customizable.
21906
21907 2005-05-02 Kim F. Storm <storm@cua.dk>
21908
21909 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
21910
21911 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
21912
21913 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
21914
21915 * international/mule-util.el (truncate-string): Remove alias and
21916 obsolete declaration.
21917
21918 * international/mule-cmds.el (update-iso-coding-systems):
21919 Remove alias and obsolete declaration.
21920
21921 * international/mule.el (coding-system-parent): Remove alias and
21922 obsolete declaration.
21923
21924 * subr.el (define-function, sref): Remove aliases and obsolete
21925 declarations.
21926 (chars-in-region): Remove obsolete declaration.
21927
21928 2005-05-01 Richard M. Stallman <rms@gnu.org>
21929
21930 * info.el (Info-mode): Set widen-automatically to nil, locally.
21931
21932 * simple.el (widen-automatically): New variable.
21933 (pop-global-mark): Obey widen-automatically.
21934
21935 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
21936
21937 * term/xterm.el (function-key-map): Call substitute-key-definition
21938 before the keymap size is increased by a lot of define-key calls.
21939
21940 2005-05-01 Richard M. Stallman <rms@gnu.org>
21941
21942 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
21943 Rename ARG to ELEMENT. Doc fix.
21944
21945 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
21946
21947 * allout.el (allout-exposure): Remove macro and obsolete declaration.
21948 Remove references to allout-exposure/change to allout-new-exposure.
21949
21950 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
21951 bytecode symbols.
21952
21953 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
21954 (compiled-function-p, focus-frame, unfocus-frame):
21955 Remove aliases and obsolete declarations.
21956 Back out inadvertent changes from previous commit.
21957
21958 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
21959
21960 * files.el (require-final-newline): Make Custom tags consistent
21961 with mode-require-final-newline.
21962 (mode-require-final-newline): Doc fix.
21963
21964 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
21965
21966 * international/latexenc.el (latexenc-find-file-coding-system):
21967 Fix regular expressions.
21968
21969 2005-05-01 David Kastrup <dak@gnu.org>
21970
21971 * international/latexenc.el (latexenc-find-file-coding-system):
21972 Fix regular expressions.
21973
21974 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
21975
21976 * subr.el (string-to-int): Make obsolete.
21977
21978 2005-04-30 Richard M. Stallman <rms@gnu.org>
21979
21980 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
21981
21982 * loadup.el: load jka-comp-hook.
21983
21984 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
21985 (jka-compr-handler): Add autoload. `put' calls moved
21986 to jka-comp-hook.el.
21987 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
21988 (jka-compr-inhibit): Autoload.
21989
21990 * jka-comp-hook.el: New file.
21991 Enable the mode by default.
21992
21993 * files.el (backup-buffer-copy): Use copy-file instead
21994 of write-region, and put back the 'excl.
21995
21996 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
21997
21998 * progmodes/flymake.el (flymake-split-string)
21999 (flymake-split-string, flymake-log, flymake-pid-to-names)
22000 (flymake-reg-names, flymake-get-source-buffer-name)
22001 (flymake-unreg-names, flymake-add-line-err-info)
22002 (flymake-add-err-info): Clarify docstrings.
22003 (flymake-popup-menu, flymake-make-emacs-menu)
22004 (flymake-make-xemacs-menu): Add docstrings.
22005 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
22006 Set variables directly throughout.
22007
22008 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
22009
22010 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
22011 exists. Initialize cc-define-alist.
22012 (c-mode): Add cc-create-define-alist locally to after-save-hook.
22013 If there is no file (Macroexpansion) don't create an alist.
22014
22015 2005-04-29 Sam Steingold <sds@gnu.org>
22016
22017 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
22018 (cc-create-define-alist): Use it instead of the hard-coded string.
22019
22020 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
22021
22022 * international/mule-conf.el (file-coding-system-alist): Fix regexp
22023 for latexenc.
22024
22025 2005-04-29 Lute Kamstra <lute@gnu.org>
22026
22027 * emacs-lisp/generic.el: Improve commentary section.
22028 (define-generic-mode): Improve docstring.
22029
22030 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
22031
22032 * textmodes/org.el (many places): Change to quiet the byte compiler.
22033 (org-prefix-format-compiled): New variable.
22034 (org-compile-prefix-format): New function.
22035 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
22036 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
22037 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
22038 (org-get-entries-from-diary): Use `org-get-time-of-day' for
22039 consistency with entries from `org-mode' files.
22040 (org-get-time-of-day): Fix bug with partial matches early in a line.
22041 (org-non-link-chars): New constant.
22042 (org-link-regexp): Respect `org-non-link-chars'.
22043 (org-agenda-day-view): Remove command.
22044 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
22045 (org-follow-bbdb-link, org-store-link): Search also company field.
22046 (org-highlight-overlay): New variable.
22047 (org-highlight, org-unhighlight): New functions.
22048 (org-agenda-mode): Add pre-command-hook to remove highlight.
22049 (org-evaluate-time-range): Behavior depends upon whether time stamp
22050 contains a time or not.
22051 (org-show-subtree, org-show-entry): New functions.
22052 (org-agenda-cleanup-fancy-diary): Remove empty lines.
22053
22054 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
22055
22056 * comint.el (comint-output-filter-functions): Add autoload cookie.
22057
22058 2005-04-28 Kim F. Storm <storm@cua.dk>
22059
22060 * ido.el (ido-everywhere): Fix last change.
22061
22062 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
22063
22064 * international/latexenc.el: New file.
22065 * international/mule-conf.el (file-coding-system-alist): For .tex,
22066 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
22067
22068 2005-04-28 Lute Kamstra <lute@gnu.org>
22069
22070 * font-lock.el (font-lock-add-keywords)
22071 (font-lock-remove-keywords): Clarify docstring.
22072 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
22073 Don't start docstrings with a `*'.
22074 (font-lock-update-removed-keyword-alist): Give it a docstring.
22075
22076 * generic-x.el: Update commentary section.
22077 Only require font-lock when compiling.
22078 Define all modes conditionally.
22079 Place all generic modes in the generic-x-modes customization group.
22080 (generic-x-modes): New customization group.
22081 (generic-default-modes, generic-mswindows-modes)
22082 (generic-unix-modes, generic-other-modes): New constants.
22083 (generic-define-mswindows-modes, generic-define-unix-modes):
22084 Update docstrings. Make them obsolete.
22085 (generic-extras-enable-list): New default value. Update docstring.
22086 Improve :type. Change :set function.
22087 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
22088 Fix docstring.
22089
22090 * emacs-lisp/generic.el (generic-mode-internal):
22091 Simplify font-lock-defaults.
22092 (define-generic-mode): Fix docstring.
22093
22094 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
22095
22096 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
22097 font-lock-face property to highlight matches.
22098
22099 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
22100
22101 * progmodes/cc-mode.el (cc-create-define-alist): New function.
22102 (cc-define-alist): New variable.
22103 (c-mode): Make it local and initialize it.
22104
22105 * progmodes/gdb-ui.el (gdb-active-process): New variable.
22106 (gdb-exited): New function.
22107 (gdb-annotation-rules): Use it.
22108 (gdb-starting): Set gdb-active-process to t.
22109 (gdb-stopping): Amend doc string.
22110 (gdb-reset): Set gdb-active-process to nil.
22111
22112 * tooltip.el (tooltip-gud-tips): Show the associated #define
22113 directives when a C program under GDB is not executing.
22114
22115 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
22116
22117 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
22118 font-lock-fontify-syntactic-keywords.
22119
22120 * font-lock.el (font-lock-default-fontify-region): Don't force
22121 parse-sexp-lookup-properties to nil.
22122
22123 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
22124
22125 * man.el (man-mode-syntax-table): Set up `:' to have
22126 word-constituent syntax.
22127
22128 2005-04-27 Lute Kamstra <lute@gnu.org>
22129
22130 * novice.el (disable-command): Don't add spurious newlines to the
22131 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
22132
22133 2005-04-26 Jay Belanger <belanger@truman.edu>
22134
22135 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
22136 than one window before deleting window.
22137
22138 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
22139
22140 * shell.el (shell-prompt-pattern): Doc fix.
22141 (shell-mode): Set paragraph-separate buffer locally to "\\'".
22142
22143 * comint.el (comint-prompt-regexp, comint-get-old-input)
22144 (comint-use-prompt-regexp)
22145 (comint-use-prompt-regexp-instead-of-fields)
22146 (comint-replace-by-expanded-history, comint-send-input)
22147 (comint-output-filter, comint-get-old-input-default)
22148 (comint-line-beginning-position, comint-bol, comint-show-output)
22149 (comint-backward-matching-input, comint-forward-matching-input)
22150 (comint-next-prompt, comint-previous-prompt):
22151 Rename `comint-use-prompt-regexp-instead-of-fields' to
22152 `comint-use-prompt-regexp'. Keep old name as alias and declare
22153 obsolete.
22154 (comint-use-prompt-regexp): Shorten first line of doc string.
22155
22156 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
22157 Set paragraph-separate buffer locally to "\\'".
22158
22159 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
22160 Adapt to above name change.
22161
22162 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
22163 (smbclient-prompt-regexp): Ditto.
22164
22165 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
22166
22167 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
22168
22169 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
22170 gdb-location-list.
22171 Break lines that are over 80 characters wide.
22172
22173 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
22174
22175 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
22176 New fun and var, to preserve compatibility.
22177
22178 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
22179
22180 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
22181
22182 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
22183 name to file-newer-than-file-p.
22184
22185 2005-04-26 Richard M. Stallman <rms@gnu.org>
22186
22187 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
22188
22189 * progmodes/python.el (python-mode):
22190 Use new name eldoc-documentation-function.
22191
22192 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
22193
22194 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
22195 (eldoc-documentation-function):
22196 Rename from eldoc-print-current-symbol-info-function. Calls changed.
22197
22198 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
22199
22200 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
22201
22202 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
22203
22204 * term/xterm.el (function-key-map): Fix strings for
22205 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
22206 {C,S,A,C-S}-{f1-f12}.
22207
22208 2005-04-26 Kenichi Handa <handa@m17n.org>
22209
22210 * international/mule-cmds.el (select-safe-coding-system):
22211 Fix previous change.
22212
22213 2005-04-26 Lute Kamstra <lute@gnu.org>
22214
22215 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
22216
22217 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
22218 (font-lock-comment-delimiter-face): Ditto.
22219
22220 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
22221
22222 2005-04-25 Jay Belanger <belanger@truman.edu>
22223
22224 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
22225 to t while inserting information; use help-mode.
22226
22227 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
22228
22229 * term.el (ansi-term-color-vector): Use the xterm colors.
22230 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
22231
22232 2005-04-25 Lute Kamstra <lute@gnu.org>
22233
22234 * font-core.el (font-lock-defaults): Fix docstring.
22235
22236 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
22237
22238 2005-04-25 Kenichi Handa <handa@m17n.org>
22239
22240 * international/mule-cmds.el (select-safe-coding-system):
22241 Don't check consistency with coding: spec, etc if raw-text or
22242 no-conversion was found to be safe.
22243
22244 2005-04-24 Richard M. Stallman <rms@gnu.org>
22245
22246 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
22247 citation markers at start of each line.
22248
22249 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
22250 citation markers at start of each line.
22251
22252 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
22253
22254 * files.el (mode-require-final-newline): Fix previous change.
22255 (require-final-newline): Fix type label.
22256
22257 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
22258
22259 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
22260 statement in buffer (broken by 2004-11-24 change).
22261
22262 2005-04-24 Kim F. Storm <storm@cua.dk>
22263
22264 * ido.el (ido-everywhere): Save and restore old read-buffer-function
22265 and read-file-name-function values. Don't overwrite existing
22266 non-nil values if ido-mode is enabled without ido-everywhere.
22267
22268 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
22269
22270 * files.el (mode-require-final-newline): Minor doc fix.
22271
22272 2005-04-24 Eli Zaretskii <eliz@gnu.org>
22273
22274 * subr.el (syntax-after): Doc fix.
22275 (syntax-class): If argument is nil, return nil. Mask off upper 16
22276 bits, not 8 bits.
22277
22278 * files.el (mode-require-final-newline): Doc fix.
22279 (backup-buffer-copy): Fix last change.
22280
22281 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22282
22283 * term/mac-win.el: Require select. Set selection-coding-system to
22284 mac-system-coding-system. Call menu-bar-enable-clipboard.
22285 (x-last-selected-text-clipboard, x-last-selected-text-primary)
22286 (x-select-enable-clipboard): New variables.
22287 (x-select-text, x-get-selection, x-selection-value)
22288 (x-get-selection-value, mac-select-convert-to-string)
22289 (mac-services-open-file, mac-services-open-selection)
22290 (mac-services-insert-text): New functions.
22291 (CLIPBOARD, FIND): Put mac-scrap-name property.
22292 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
22293 (public.tiff): Put mac-ostype property.
22294 (selection-converter-alist): Add entries for them.
22295 (mac-application-menu-map): New keymap.
22296 (interprogram-cut-function, interprogram-paste-function): Set to
22297 x-select-text and x-get-selection-value, respectively.
22298 (split-window-keep-point): Set to t.
22299
22300 2005-04-23 Richard M. Stallman <rms@gnu.org>
22301
22302 * files.el (read-directory-name): Always pass non-nil
22303 DEFAULT-FILENAME arg to read-file-name.
22304 (backup-buffer-copy, basic-save-buffer-2): Take care against
22305 writing thru an unexpected existing symlink.
22306 (revert-buffer): In indirect buffer, revert the base buffer.
22307 (magic-mode-alist): Doc fix.
22308 (buffer-stale-function): Doc fix.
22309 (minibuffer-with-setup-hook): Avoid warning.
22310 (mode-require-final-newline): Doc and custom fix.
22311
22312 * follow.el (follow-end-of-buffer): Use with-no-warnings.
22313
22314 * font-lock.el (font-lock-comment-face): On terminals with few colors,
22315 use the default appearance.
22316 (font-lock-comment-delimiter-face): New face, new variable.
22317
22318 * imenu.el (imenu--generic-function): The official position of a
22319 definition is the start of the line that BEG is in.
22320
22321 * midnight.el (midnight-timer): Move defvar up.
22322
22323 * mouse.el (mouse-drag-region-1): Delete some debugging code.
22324
22325 * saveplace.el (save-place-to-alist): Use with-no-warnings.
22326
22327 * startup.el (command-line): Use with-no-warnings.
22328
22329 * window.el (window-size-fixed): New defvar.
22330
22331 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
22332
22333 * mail/rmail.el (rmail-font-lock-keywords):
22334 Use font-lock-comment-delimiter-face.
22335
22336 * mail/sendmail.el (mail-font-lock-keywords):
22337 Use font-lock-comment-delimiter-face.
22338
22339 * progmodes/compile.el (next-error-highlight-timer): New defvar.
22340
22341 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
22342
22343 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22344 Specify t for LAXMATCH when matching directories.
22345 Save match data around compilation-compat-error-properties form.
22346
22347 2005-04-23 David Kastrup <dak@gnu.org>
22348
22349 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
22350 Mention that the autoloaded aliases should be kept for AUCTeX.
22351
22352 2005-04-23 Andreas Schwab <schwab@suse.de>
22353
22354 * isearch.el (isearch-forward): Doc fix.
22355
22356 2005-04-23 Eli Zaretskii <eliz@gnu.org>
22357
22358 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
22359 (jit-lock-stealth-nice): Change default value to 0.5.
22360
22361 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
22362
22363 * abbrev.el (write-abbrev-file): Write table entries in
22364 alphabetical order by table name.
22365
22366 2005-04-22 Kim F. Storm <storm@cua.dk>
22367
22368 * ido.el (ido-read-internal): Fix `list' completion.
22369
22370 2005-04-22 Kenichi Handa <handa@m17n.org>
22371
22372 * recentf.el (recentf-save-file-coding-system): New variable.
22373 (recentf-save-list): Encode the file by
22374 recentf-save-file-coding-system and add coding: tag.
22375
22376 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
22377
22378 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
22379
22380 2005-04-21 Lute Kamstra <lute@gnu.org>
22381
22382 * loadhist.el (unload-feature): Don't remove a function from hooks
22383 if it is about to be restored to an autoload . Remove functions
22384 that will become unbound from auto-mode-alist. Simplify the code.
22385
22386 * subr.el (assq-delete-all): New implementation that is linear,
22387 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
22388 (rassq-delete-all): New function.
22389
22390 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
22391 Add size-indication-mode.
22392
22393 2005-04-21 Kenichi Handa <handa@m17n.org>
22394
22395 * international/mule-cmds.el: Add autoload for widget-value in
22396 eval-when-compile.
22397
22398 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
22399
22400 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
22401 Add tooltip-mode.
22402
22403 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
22404
22405 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
22406
22407 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
22408 (inferior-lisp-filter-regexp, inferior-lisp-program)
22409 (inferior-lisp-load-command, inferior-lisp-prompt)
22410 (inferior-lisp-mode-hook, lisp-source-modes)
22411 (inferior-lisp-load-hook): defvar->defcustom.
22412 (inferior-lisp-program, inferior-lisp-prompt)
22413 (inferior-lisp-load-hook): Doc fixes.
22414 (inferior-lisp-install-letter-bindings): Small change in
22415 introductory comment.
22416
22417 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
22418
22419 * vc.el (vc-annotate-color-map): Change some colors so that text
22420 using them as foreground is readable on both white and black
22421 backgrounds.
22422
22423 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
22424
22425 * international/mule-conf.el (translation-table-for-input):
22426 Remove redundant declaration.
22427
22428 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
22429
22430 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
22431
22432 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
22433 (tooltip-toggle-gud-tips): New function.
22434
22435 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22436
22437 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
22438 right angle brackets.
22439
22440 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
22441
22442 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
22443
22444 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
22445
22446 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
22447 Remove. Update callers to use expand-file-name instead.
22448
22449 * subr.el (syntax-class): New function.
22450
22451 * simple.el (blink-matching-open): Use it.
22452
22453 * paren.el (show-paren-function): Use it to recognize parens that are
22454 also used in 2-char comment markers.
22455
22456 2005-04-19 Lute Kamstra <lute@gnu.org>
22457
22458 * loadhist.el (unload-feature): Update for new format of
22459 load-history. Simplify the code.
22460
22461 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22462
22463 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
22464 (mac-add-charset-info): New function. Initialize variable
22465 mac-charset-info-alist using it.
22466 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
22467 for translation.
22468 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
22469 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
22470 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
22471 New CCL programs.
22472
22473 2005-04-19 Kim F. Storm <storm@cua.dk>
22474
22475 * simple.el (next-buffer, prev-buffer, next-error)
22476 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
22477 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
22478
22479 * bindings.el (next-buffer, prev-buffer, next-error)
22480 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
22481 (clone-indirect-buffer-other-window): Move bindings from simple.el.
22482 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
22483 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
22484
22485 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
22486
22487 * isearch.el (isearch-edit-string): Make the search-ring available for
22488 minibuffer history commands.
22489 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
22490 the default history commands now work just as well.
22491 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
22492
22493 2005-04-18 Kim F. Storm <storm@cua.dk>
22494
22495 * emulation/cua-base.el (cua--pre-command-handler): Add more
22496 elaborate check for shift modifier on non-window systems.
22497
22498 2005-04-18 Lars Hansen <larsh@math.ku.dk>
22499
22500 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
22501
22502 2005-04-18 Kim F. Storm <storm@cua.dk>
22503
22504 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
22505 and make it optional. Don't test tooltip-gud-echo-area here.
22506 (tooltip-gud-process-output, gdb-tooltip-print):
22507 Pass tooltip-gud-echo-area to tooltip-show.
22508 (tooltip-help-tips): Remove second optional arg to tooltip-show.
22509
22510 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22511
22512 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
22513 `display-graphic-p' may not be bound yet.
22514
22515 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
22516
22517 * startup.el (command-line): No longer enable Xterm Mouse mode by
22518 default in terminals compatible with xterm.
22519
22520 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
22521
22522 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
22523
22524 * tooltip.el (tooltip-gud-echo-area): Rename from
22525 tooltip-use-echo-area.
22526 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
22527 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
22528 area independently of where help tooltips are displayed.
22529
22530 2005-04-17 David Kastrup <dak@gnu.org>
22531
22532 * cus-theme.el (custom-theme-write-variables): Quote variables
22533 where necessary.
22534
22535 2005-04-17 Richard M. Stallman <rms@gnu.org>
22536
22537 * simple.el (yank-excluded-properties): Add follow-link to value.
22538
22539 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
22540
22541 * startup.el (fancy-splash-max-time): Just 30 seconds.
22542 (fancy-splash-delay): Just 7.
22543 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
22544
22545 * loadhist.el (unload-feature): Update for new format of load-history.
22546 Simplify the code.
22547
22548 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
22549 (rmail-font-lock-keywords): Don't fontify the text of a citation.
22550
22551 * mail/sendmail.el (mail-font-lock-keywords):
22552 Don't fontify subject text.
22553 Don't fontify the text of a citation.
22554
22555 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
22556
22557 * comint.el (comint-output-filter): Run comint-output-filter-functions
22558 with point where the user had it.
22559
22560 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
22561
22562 * international/ucs-tables.el (ucs-set-table-for-input):
22563 Disable when using unify-on-decoding.
22564
22565 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
22566
22567 * emulation/cua-base.el (cua-global-mark-face): Add special case
22568 for displays supporting a high number of colors.
22569
22570 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
22571
22572 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
22573
22574 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
22575
22576 * filesets.el (filesets-add-buffer): If user supplies a name of a
22577 non-existing fileset, create a new fileset.
22578
22579 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
22580
22581 * textmodes/org.el (org-up-heading-all): Fix bug with
22582 `outline-up-heading-all'.
22583
22584 2005-04-16 Andreas Schwab <schwab@suse.de>
22585
22586 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
22587 /etc/permissions.d/* and /etc/aliases.d/*.
22588
22589 2005-04-16 Kenichi Handa <handa@m17n.org>
22590
22591 * international/code-pages.el (cp-make-coding-system):
22592 Set `translation-table-for-input' property value to the symbol
22593 ucs-mule-to-mule-unicode, not to that value.
22594 (pt154): Escape guillemet by `\'.
22595
22596 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
22597
22598 * loadup.el: Load tooltip if x-show-tip is fboundp.
22599
22600 * startup.el (command-line): Add comment.
22601
22602 * tooltip.el (tooltip-mode): Specify correct standard value for
22603 Custom in init-value.
22604
22605 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
22606
22607 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
22608 possible.
22609
22610 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
22611
22612 * textmodes/org.el (org-agenda-date-prompt): Rename from
22613 `org-agenda-date-today'.
22614 (org-evaluate-time-range): Insert at point instead of directly
22615 after time range.
22616 (org-first-headline-recenter, org-subtree-end-visible-p)
22617 (org-optimize-window-after-visibility-change): New functions
22618 (org-agenda-post-command-hook): Don't allow point at end of line,
22619 to make sure it always hits the text properties.
22620 (org-agenda-next-date-line, org-agenda-previous-date-line):
22621 New commands.
22622 (org-set-regexps-and-options): Category may contain white space.
22623 (org-agenda-get-deadlines, org-agenda-get-scheduled):
22624 Improve marker positions.
22625 (org-agenda-new-marker): Argument POS made optional.
22626 (org-agenda-get-timestamps): Deadlines which are done are listed
22627 in org-done-face now.
22628 (org-agenda-get-todos, org-agenda-get-timestamps)
22629 (org-agenda-get-deadlines, org-agenda-get-scheduled):
22630 Set `undone-face' and `done-face' properties.
22631 (org-last-todo-state-is-todo): New variable.
22632 (org-todo): Set `org-last-todo-state-is-todo'.
22633 (org-agenda-todo): Change face according to
22634 `org-last-todo-state-is-todo'. And change other lines referring to
22635 the same entry.
22636 (org-calendar-goto-agenda): New command.
22637 (org-calendar-to-agenda-key): New option.
22638 (org-startup-folded): New allowed value `content'.
22639 (org-set-regexps-and-options): Accept new value `content' for
22640 `org-startup-folded'.
22641 (org-get-current-options): Handle new value `content' for
22642 `org-startup-folded'.
22643 (org-insert-todo-heading): New command.
22644 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
22645 interactively in empty file and option
22646 `org-insert-mode-line-in-empty-file' has been set.
22647 (org-agenda-todo, org-agenda-priority): Modify to use
22648 `org-agenda-change-all-lines'.
22649 (org-warning-face): Change color on dark background
22650
22651 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22652
22653 * international/mule-cmds.el (set-locale-environment): On Mac OS,
22654 use preferences AppleLocale and AppleLanguages, and variable
22655 mac-system-locale for default locale. On Mac OS Classic, use
22656 mac-system-coding-system for default coding systems.
22657
22658 * term/mac-win.el: Don't set file-name-coding-system.
22659 Decode variables system-name, emacs-build-system, user-login-name, and
22660 user-full-name by mac-system-coding-system on Mac OS Classic.
22661 (mac-system-coding-system): New variable.
22662
22663 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
22664
22665 * startup.el (command-line): Handle `xterm-mouse-mode' before
22666 reading init file.
22667
22668 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
22669
22670 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
22671
22672 * progmodes/sh-script.el (sh-here-document-word): Make it a
22673 defcustom. Doc fix.
22674 (sh-add): Bash uses $(( )) for arithmetic.
22675 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
22676 (sh-maybe-here-document): Remove quotes and leading whitespace
22677 from heredoc word when closing. Indent heredoc with tabs if word
22678 starts with "-".
22679
22680 2005-04-13 Richard M. Stallman <rms@gnu.org>
22681
22682 * simple.el (undo): Fix previous change.
22683
22684 * custom.el (defface): Doc fix.
22685
22686 2005-04-13 Lute Kamstra <lute@gnu.org>
22687
22688 * Makefile.in (DONTCOMPILE): Remove list.
22689 (compile, compile-always): Don't use DONTCOMPILE.
22690 (update-authors): Load the library in which batch-update-authors
22691 is defined.
22692 * makefile.w32-in (DONTCOMPILE): Remove list.
22693 (compile, compile-always): Fix comments.
22694 (update-authors): Load the library in which batch-update-authors
22695 is defined.
22696
22697 * generic-x.el (generic-mode-ini-file-find-file-hook):
22698 Rename to ini-generic-mode-find-file-hook.
22699 Keep generic-mode-ini-file-find-file-hook as an alias.
22700 (ini-generic-mode-find-file-hook): Rename from
22701 generic-mode-ini-file-find-file-hook. Fix docstring.
22702 (ini-generic-mode): Docstring change.
22703 (bat-generic-mode-run-as-comint): Silence the byte compiler.
22704
22705 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
22706 called from lisp.
22707
22708 * generic.el: Move to the emacs-lisp subdir.
22709
22710 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
22711
22712 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
22713 and C-S- function and cursor motion keys.
22714
22715 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
22716
22717 * startup.el (command-line): Enable Xterm Mouse mode by default.
22718 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
22719 for Custom. No longer show "Mouse" in mode line when enabled.
22720 Doc fix.
22721
22722 2005-04-12 Kim F. Storm <storm@cua.dk>
22723
22724 * emulation/cua-base.el (cua-rectangle-face)
22725 (cua-rectangle-noselect-face): Define face attributes here.
22726
22727 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
22728
22729 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22730
22731 * startup.el (command-line): Turn off blinking cursor if
22732 cursorBlink in resources is off or false.
22733
22734 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22735
22736 * term/mac-win.el (dnd): Require dnd.
22737 (mac-drag-n-drop): Call dnd-handle-one-url.
22738 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
22739 (kTextEncodingISOLatin2): Remove constants.
22740 (mac-script-code-coding-systems): New constant.
22741 (mac-handle-language-change): New function.
22742 (special-event-map): Bind it to `language-change' event.
22743 (mac-centraleurroman, mac-cyrillic): New coding systems.
22744 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
22745 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
22746 and mac-cyrillic-encoder to encode-mac-centraleurroman and
22747 encode-mac-cyrillic, respectively.
22748
22749 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22750
22751 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
22752 Don't set overlay-arrow-string to "=>" as this is done
22753 globally in C now.
22754
22755 2005-04-12 Lute Kamstra <lute@gnu.org>
22756
22757 * generic-x.el (rc-generic-mode, rul-generic-mode):
22758 Fix auto-mode-alist entries.
22759 (etc-fstab-generic-mode): Tweak fontification.
22760
22761 * generic.el (generic-make-keywords-list): Fix docstring.
22762 (generic-mode-internal): Simplify generic-font-lock-keywords.
22763
22764 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
22765
22766 * whitespace.el (whitespace-buffer-leading)
22767 (whitespace-buffer-trailing): Revert the incorrect test inversion.
22768 However, fix the highlight area for the leading and
22769 trailing whitespaces to show space.
22770
22771 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
22772
22773 * whitespace.el (whitespace-version): Bump to 3.5
22774
22775 (whitespace-buffer-leading, whitespace-buffer-trailing):
22776 Invert sense of the test to highlight the whitespace.
22777
22778 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22779
22780 * progmodes/gud.el (gud-display-line): GUD uses its own
22781 overlay arrow now so don't set overlay-arrow-string.
22782 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
22783
22784 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
22785
22786 * term.el (term-ansi-current-bold, term-ansi-current-underline)
22787 (term-ansi-current-reverse, term-ansi-current-invisible)
22788 (term-ansi-face-already-done): Change to boolean.
22789 (term-reset-terminal, term-handle-colors-array): Handle the above
22790 vars accordingly.
22791 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
22792 (term-emulate-terminal): Use the new name.
22793
22794 * faces.el (secondary-selection): Use yellow1, not yellow.
22795 (trailing-whitespace): Use red1, not red.
22796
22797 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22798
22799 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
22800 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
22801 (dired-dnd-handle-file): Call dnd-get-local-file-uri
22802
22803 * cus-edit.el (dnd): New group.
22804
22805 * term/w32-win.el (dnd): Require dnd
22806 (w32-drag-n-drop): Call dnd-handle-one-url.
22807
22808 * x-dnd.el: Require dnd.
22809 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
22810 Call dnd-handle-one-url.
22811 (x-dnd-types-alist, x-dnd-insert-utf8-text)
22812 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
22813 to dnd-insert-text.
22814 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
22815 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
22816 (x-dnd-get-local-file-name, x-dnd-open-local-file)
22817 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
22818
22819 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
22820
22821 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22822
22823 * wdired.el: Doc fixes.
22824 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
22825 (wdired-use-dired-vertical-movement): Rename from
22826 wdired-always-move-to-filename-beginning.
22827 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
22828 (wdired-change-to-wdired-mode): Change mode name.
22829 (wdired-newline): Delete.
22830
22831 2005-04-11 Richard M. Stallman <rms@gnu.org>
22832
22833 * whitespace.el (whitespace-highlight-the-space):
22834 Don't call whitespace-unhighlight-the-space here.
22835
22836 * simple.el (undo): Record t in undo-equiv-table
22837 for the redo record made by an undo-in-region.
22838
22839 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22840
22841 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
22842 (gdb-frame-inferior-io-buffer): New Functions to control
22843 display of separate IO buffer.
22844 (menu): Add them to menu-bar.
22845 (gdb-display-buffer): Check for buffer another frame.
22846 Protect GUD buffer.
22847 (gdb-setup-windows): Create IO buffer if not already there.
22848 (gdb-memory-mode): Remove purecopy noops.
22849
22850 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22851
22852 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
22853 and pass to self-insert-command.
22854
22855 2005-04-11 Lute Kamstra <lute@gnu.org>
22856
22857 * generic.el: Commentary section cleanup.
22858 (generic): Delete.
22859 (generic-use-find-file-hook, generic-lines-to-scan)
22860 (generic-find-file-regexp, generic-ignore-files-regexp)
22861 (default-generic-mode, generic-mode-find-file-hook)
22862 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
22863 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
22864 (generic-use-find-file-hook, generic-lines-to-scan)
22865 (generic-find-file-regexp, generic-ignore-files-regexp)
22866 (default-generic-mode, generic-mode-find-file-hook)
22867 (generic-mode-ini-file-find-file-hook): Move from generic.el.
22868
22869 2005-04-10 Karl Fogel <kfogel@red-bean.com>
22870
22871 * bookmark.el (bookmark-write-file): Catch errors writing file.
22872 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
22873
22874 2005-04-10 Richard M. Stallman <rms@gnu.org>
22875
22876 * startup.el (fancy-splash-tail): Update copyright year.
22877 (command-line): Split part of -Q into -D.
22878 (emacs-basic-display): New defvar.
22879 (fancy-splash-text): Correct name of menu item.
22880
22881 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
22882
22883 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
22884 lines in one node.
22885
22886 * comint.el (comint-send-input): New arg ARTIFICIAL.
22887 Callers in this file changed.
22888
22889 * abbrev.el (define-abbrevs): Read system abbrevs properly.
22890
22891 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
22892
22893 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
22894
22895 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
22896 `ldap-search-internal'.
22897
22898 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
22899
22900 * files.el (set-auto-mode-1): Use line-end-position.
22901
22902 * international/latin-1.el:
22903 * international/latin-2.el:
22904 * international/latin-3.el:
22905 * international/latin-4.el:
22906 * international/latin-5.el:
22907 * international/latin-8.el:
22908 * international/latin-9.el: Give punctuation syntax to NBSP.
22909
22910 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
22911 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
22912 Use char-classes to accept non-ascii letters, accepted in some recent
22913 bibtex implementations.
22914
22915 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
22916
22917 * custom.el (custom-set-minor-mode): Any non-nil value for the
22918 variable should enable the mode when set through Custom.
22919
22920 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
22921
22922 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
22923 TAB binding so tab-always-indent is obeyed.
22924 (vhdl-minibuffer-local-map): Move initialization into declaration.
22925 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
22926 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
22927 (vhdl-hooked-abbrev): Avoid test for XEmacs.
22928 (vhdl-current-line): Use line-beginning-position.
22929 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
22930 with-output-to-temp-buffer, so the current position can be recorded.
22931
22932 2005-04-10 Masatake YAMATO <jet@gyve.org>
22933
22934 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22935 Add regexp for gcov.
22936
22937 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
22938
22939 * calendar/time-date.el (time-to-seconds, seconds-to-time)
22940 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
22941 syntax which Emacs 20 doesn't support.
22942
22943 2005-04-09 Richard M. Stallman <rms@gnu.org>
22944
22945 * help.el (describe-key-briefly, describe-key):
22946 Replace strings as event types with "(any string)".
22947
22948 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
22949
22950 * arc-mode.el (archive-mode-map): Move initialization into
22951 the declaration. Override *all* bindings of `undo'.
22952 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
22953
22954 2005-04-09 Jay Belanger <belanger@truman.edu>
22955
22956 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
22957
22958 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
22959
22960 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
22961 (xterm-register-default-colors): Update color values computation
22962 to match xterm-200.
22963
22964 2005-04-09 Kenichi Handa <handa@m17n.org>
22965
22966 * international/code-pages.el (iso-latin-7): Fix the map.
22967
22968 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
22969
22970 * emacs-lisp/lisp.el (defun-prompt-regexp)
22971 (parens-require-spaces, buffer-end, end-of-defun)
22972 (insert-parentheses): Doc fixes.
22973
22974 2005-04-08 Kim F. Storm <storm@cua.dk>
22975
22976 * comint.el (comint-highlight-prompt): Fix face spec.
22977 * hi-lock.el (hi-green): Likewise.
22978
22979 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22980
22981 * cus-edit.el (custom-modified-face):
22982 * comint.el (comint-highlight-input): Fix previous changes.
22983 * term.el (term-handle-ansi-escape): Add a comment.
22984
22985 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
22986
22987 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
22988 in the buffer and in whitespace-highlighted-space.
22989 (whitespace-unhighlight-the-space): Simplify.
22990 (whitespace-buffer): Simplify.
22991
22992 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22993
22994 * textmodes/table.el (table-cell-face): Add special case for
22995 displays supporting a high number of colors.
22996 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22997 (vhdl-font-lock-reserved-words-face)
22998 (vhdl-speedbar-architecture-face)
22999 (vhdl-speedbar-instantiation-face)
23000 (vhdl-speedbar-architecture-selected-face)
23001 (vhdl-speedbar-instantiation-selected-face): Likewise.
23002 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
23003 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
23004 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
23005 (ebrowse-root-class-face, ebrowse-member-attribute-face)
23006 (ebrowse-progress-face): Likewise.
23007 * progmodes/compile.el (compilation-info-face): Likewise.
23008 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
23009 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
23010 * calendar/calendar.el (diary-face): Likewise.
23011 * woman.el (woman-italic-face, woman-bold-face)
23012 (woman-unknown-face): Likewise.
23013 * wid-edit.el (widget-button-pressed-face): Likewise.
23014 * whitespace.el (whitespace-highlight-face): Likewise.
23015 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
23016 * pcvs-info.el (cvs-marked-face): Likewise.
23017 * info.el (info-xref): Likewise.
23018 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
23019 * hilit-chg.el (highlight-changes-face)
23020 (highlight-changes-delete-face): Likewise.
23021 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
23022 (hi-red-b): Likewise.
23023 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
23024 * font-lock.el (font-lock-keyword-face)
23025 (font-lock-function-name-face, font-lock-warning-face): Likewise.
23026 * cus-edit.el (custom-invalid-face, custom-modified-face)
23027 (custom-set-face, custom-changed-face, custom-variable-tag-face)
23028 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
23029 * comint.el (comint-highlight-prompt): Likewise.
23030
23031 2005-04-08 Lute Kamstra <lute@gnu.org>
23032
23033 * font-lock.el (font-lock-keywords): Docstring fixes.
23034
23035 2005-04-08 Kenichi Handa <handa@m17n.org>
23036
23037 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
23038 chars are more than a limit, print " and more..." at the tail.
23039
23040 2005-04-08 Kim F. Storm <storm@cua.dk>
23041
23042 * emacs-lisp/authors.el (authors-aliases): Update list.
23043 (authors-ignored-files): New list.
23044 (authors-fixed-entries): Fix typo.
23045 (authors-renamed-files-alist): Update list.
23046 (authors-add): Check authors-ignored-files.
23047
23048 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
23049
23050 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
23051 optional, to ensure backward compatibility.
23052
23053 2005-04-08 Stephen Eglen <stephen@gnu.org>
23054
23055 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
23056
23057 2005-04-08 Kim F. Storm <storm@cua.dk>
23058
23059 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
23060
23061 * mouse.el (mouse-on-link-p): Doc fix.
23062
23063 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
23064
23065 * ielm.el (ielm-prompt-read-only): Doc fix.
23066
23067 * comint.el (comint-prompt-read-only): Doc fix.
23068
23069 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
23070
23071 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
23072 ensure dired always handles wildcards passed to ffap.
23073 (find-file-at-point): Use it.
23074 (ffap-dired-wildcards): Doc fix.
23075
23076 2005-04-07 Juri Linkov <juri@jurta.org>
23077
23078 * simple.el (next-error-overlay-arrow-position): New defvar.
23079 Put "=>" on its property `overlay-arrow-string'. Add it to
23080 `overlay-arrow-variable-list'.
23081
23082 * progmodes/compile.el (compilation-setup):
23083 Set `next-error-overlay-arrow-position' to nil. Also set it to
23084 nil in the local hook `kill-buffer-hook'. Make local variable
23085 `overlay-arrow-string' and set it to "=>".
23086 (compilation-goto-locus): Set BOL position to
23087 `next-error-overlay-arrow-position' instead of
23088 `overlay-arrow-position'.
23089
23090 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
23091 locally instead of adding it to the global hook.
23092 (Info-kill-buffer): Move up.
23093
23094 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
23095
23096 * term/xterm.el (xterm-standard-colors): Update color values from
23097 xterm-200.
23098
23099 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
23100
23101 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
23102
23103 * fast-lock.el:
23104 * lazy-lock.el: Move them to the obsolete subdir.
23105
23106 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23107
23108 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
23109 (wdired-add-replace-advice): Remove.
23110 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
23111
23112 2005-04-06 Kim F. Storm <storm@cua.dk>
23113
23114 * startup.el (command-line): Add --bare-bones alias for -Q.
23115
23116 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23117
23118 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
23119 create the startup fontset if a font specification ends with
23120 `mac-roman'.
23121
23122 2005-04-06 Lute Kamstra <lute@gnu.org>
23123
23124 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
23125 change.
23126
23127 * emacs-lisp/copyright.el (copyright-update-year): Replace the
23128 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
23129
23130 2005-04-05 Lute Kamstra <lute@gnu.org>
23131
23132 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
23133 (define-generic-mode): Ditto. Fix debug declaration.
23134
23135 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
23136 Put them in the generic-x group.
23137
23138 * calendar/timeclock.el (timeclock): Doc fix.
23139
23140 * generic.el (define-generic-mode): Don't use custom-current-group.
23141 Document default :group value.
23142 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
23143 (define-global-minor-mode): Don't use custom-current-group.
23144
23145 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
23146
23147 * startup.el (command-line-1): Display startup-echo-area-message
23148 when fancy splash screen is in use.
23149
23150 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
23151 (sh-escaped-newline): New face.
23152 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
23153 newline, and use sh-escaped-newline face.
23154
23155 * progmodes/tcl.el (tcl-escaped-newline): New face.
23156 (tcl-builtin-list): New variable.
23157 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
23158 newlines. Fix keywords subexpression number.
23159
23160 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
23161
23162 * textmodes/org.el (org-diary-default-entry): Fix call to
23163 `add-to-diary-entry'.
23164
23165 2005-04-05 Kim F. Storm <storm@cua.dk>
23166
23167 * ediff-init.el: Use (featurep 'xemacs).
23168
23169 2005-04-05 David Ponce <david@dponce.com>
23170
23171 * cus-edit.el (face): Derive from symbol widget. Display sample
23172 of the current face on the fly.
23173 (widget-face-sample-face-get, widget-face-notify): New functions.
23174 (widget-face-value-create): Remove.
23175
23176 * wid-edit.el (widget-field-end): Temporarily remove field
23177 narrowing before to call `get-char-property'.
23178
23179 2005-04-04 Jay Belanger <belanger@truman.edu>
23180
23181 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
23182 (math-read-subscripts): New variable.
23183 (math-read-preprocess-string): Process subscripts.
23184
23185 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
23186
23187 * comint.el (comint-prompt-read-only): Doc fix.
23188
23189 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
23190 `-1'. Doc fix.
23191
23192 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
23193
23194 * textmodes/org.el (org-insert-mode-line-in-empty-file):
23195 Change default value to nil.
23196
23197 2005-04-04 Lute Kamstra <lute@gnu.org>
23198
23199 * autorevert.el (auto-revert-mode): Specify :group.
23200 * battery.el (display-battery-mode): Specify :group.
23201 * diff-mode.el (diff-minor-mode): Specify :group.
23202 * font-core.el (font-lock-mode): Specify :group.
23203 * hl-line.el (hl-line-mode): Specify :group.
23204 * iimage.el (iimage): New customization group.
23205 (iimage-mode): Specify :group.
23206 * longlines.el (longlines-mode): Specify :group.
23207 * master.el: Don't require easy-mmode.
23208 (master): New customization group.
23209 (master-mode): Specify :group.
23210 * msb.el (msb-mode): Specify :group.
23211 * reveal.el (reveal-mode): Specify :group.
23212 * simple.el (next-error-follow-minor-mode): Specify :group.
23213 * smerge-mode.el (smerge-mode): Specify :group.
23214 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
23215 * emulation/cua-base.el (cua-mode): Specify :group.
23216 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
23217 * language/thai-util.el (thai-auto-composition-mode)
23218 (thai-word-mode): Specify :group.
23219 * mail/supercite.el (sc-minor-mode): Specify :group.
23220 * progmodes/cwarn.el (cwarn-mode): Specify :group.
23221 * progmodes/flymake.el (flymake-mode): Specify :group.
23222 * progmodes/glasses.el (glasses-mode): Specify :group.
23223 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
23224 * textmodes/enriched.el (enriched-mode): Specify :group.
23225 * textmodes/refill.el (refill-mode): Specify :group.
23226
23227 * add-log.el (change-log-font-lock-keywords): Names in
23228 parenthesized lists can contain spaces.
23229
23230 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
23231
23232 * startup.el (fancy-splash-text): Shorten default text of
23233 "Emacs Tutorial" line. Also, if the current language env
23234 indicates an available tutorial file other than TUTORIAL,
23235 extract its title and append it to the line in parentheses.
23236 (fancy-splash-insert): If arg is a thunk, funcall it.
23237
23238 2005-04-04 Jay Belanger <belanger@truman.edu>
23239
23240 * calc.el (calc-language-alist): Add tags to customization type.
23241
23242 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
23243
23244 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
23245 Doc fix.
23246
23247 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
23248
23249 * add-log.el (change-log-font-lock-keywords): The manual
23250 describing a Change Log entry, says: (...) "Aside from these
23251 header lines, every line in the change log starts with a space or
23252 a tab.". The font-lock was not highlighting lines started with
23253 spaces, added support for it.
23254
23255 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23256
23257 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
23258 (bibtex-generate-url-list): Update docstring accordingly. Put the
23259 complex example in the docstring.
23260 (bibtex-font-lock-url): Use pop.
23261
23262 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
23263
23264 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
23265
23266 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
23267
23268 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
23269
23270 * filesets.el (filesets-set-default): Doc fix.
23271
23272 2005-04-03 Lute Kamstra <lute@gnu.org>
23273
23274 * generic.el (define-generic-mode): Add argument to specify
23275 keywords for defcustom.
23276 (default-generic-mode): Specify :group.
23277
23278 * generic-x.el: Specify :group for all generic modes.
23279
23280 * desktop.el (desktop-no-desktop-file-hook)
23281 (desktop-after-read-hook): Doc fix.
23282
23283 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
23284
23285 * simple.el (visible-mode): Use explicit :group keyword.
23286 This changes the group of `visible-mode-hook' from paren-blinking
23287 to editing-basics.
23288
23289 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
23290
23291 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
23292 mailbox specifications as well as URLs.
23293 (rmail-insert-inbox-text): Remove unused conditional branches.
23294
23295 2005-04-01 Jay Belanger <belanger@truman.edu>
23296
23297 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
23298 (calc-gnuplot-print-command): Move definitions to calc.el.
23299
23300 * calc/calc-embed.el (calc-embedded-announce-formula)
23301 (calc-embedded-open-formula, calc-embedded-close-formula)
23302 (calc-embedded-open-word, calc-embedded-close-word)
23303 (calc-embedded-open-plain, calc-embedded-close-plain)
23304 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
23305 (calc-embedded-open-mode, calc-embedded-close-mode):
23306 Move definitions to calc.el.
23307
23308 * calc/calc.el (calc-settings-file, calc-language-alist):
23309 Make customizable.
23310 (calc-embedded-announce-formula, calc-embedded-open-formula)
23311 (calc-embedded-close-formula, calc-embedded-open-word)
23312 (calc-embedded-close-word, calc-embedded-open-plain)
23313 (calc-embedded-close-plain, calc-embedded-open-new-formula)
23314 (calc-embedded-close-new-formula, calc-embedded-open-mode)
23315 (calc-embedded-close-mode, calc-gnuplot-name)
23316 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
23317 from other files and make customizable.
23318
23319 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
23320
23321 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
23322 Use buffer-live-p.
23323 (cvs-mode-run): Don't call cvs-update-header here.
23324 (cvs-run-process): Call cvs-update-header.
23325 Use process properties for cvs-postprocess and cvs-buffer so that
23326 the sentinel can behave better if the temp buffer is killed.
23327 Use a pipe rather than a tty, to better handle unexpected prompts.
23328 (cvs-sentinel): Rewrite. Call cvs-update-header.
23329
23330 2005-04-01 Andre Spiegel <spiegel@gnu.org>
23331
23332 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
23333 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
23334
23335 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
23336
23337 * generic.el (define-generic-mode): Add indentation rule.
23338
23339 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
23340
23341 * files.el (mode-require-final-newline): Make Custom correctly
23342 report a nil value and allow to set it to nil via Custom.
23343 Doc fix.
23344
23345 2005-04-01 Kenichi Handa <handa@m17n.org>
23346
23347 * international/characters.el: Enable the correct case setting for
23348 dotless-i and dotted-I.
23349
23350 2005-04-01 Kim F. Storm <storm@cua.dk>
23351
23352 * ido.el (ido-file-internal): Fall back to non-ido command if
23353 initial directory is on slow ftp (or tramp) host.
23354
23355 2005-03-31 Richard M. Stallman <rms@gnu.org>
23356
23357 * emacs-lisp/autoload.el (make-autoload):
23358 Handle define-global-minor-mode.
23359
23360 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
23361 Rename from easy-mmode-define-global-mode.
23362 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
23363
23364 * progmodes/scheme.el (scheme-mode-syntax-table):
23365 Update syntax of | and # for two-character comment syntax.
23366
23367 2005-03-31 Lute Kamstra <lute@gnu.org>
23368
23369 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
23370 (define-minor-mode): Call custom-current-group at load-time.
23371
23372 * generic.el (define-generic-mode): Add debug declaration.
23373 Add defcustom for the mode hook.
23374 (generic-mode-internal): Use run-mode-hooks.
23375
23376 2005-03-31 Kim F. Storm <storm@cua.dk>
23377
23378 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
23379 (mouse-fixup-help-message): New defun called by show_help_echo
23380 to fixup mouse-2 prefix in help messages when applicable.
23381
23382 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
23383
23384 2005-03-31 Kenichi Handa <handa@m17n.org>
23385
23386 * language/thai-word.el (thai-find-word-ends): Pay attention to
23387 the case that we reach the end of buffer.
23388
23389 * textmodes/fill.el (fill-text-properties-at): New function.
23390 (fill-newline): Use fill-text-properties-at instead of
23391 text-properties-at.
23392
23393 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
23394
23395 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
23396 not comint-quote-filename.
23397
23398 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
23399
23400 * help-fns.el (help-with-tutorial): Revert last change.
23401
23402 2005-03-31 Kim F. Storm <storm@cua.dk>
23403
23404 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
23405
23406 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
23407
23408 * calendar/cal-china.el: Update reference to "Calendrical
23409 Calculations" book; there's a new edition.
23410 * calendar/cal-coptic.el: Likewise.
23411 * calendar/cal-french.el: Likewise.
23412 * calendar/cal-hebrew.el: Likewise.
23413 * calendar/cal-islam.el: Likewise.
23414 * calendar/cal-iso.el: Likewise.
23415 * calendar/cal-julian.el: Likewise.
23416 * calendar/cal-mayan.el: Likewise.
23417 * calendar/cal-persia.el: Likewise.
23418 * calendar/calendar.el: Likewise.
23419 * calendar/holidays.el: Likewise.
23420 * calendar/lunar.el: Likewise.
23421 * calendar/solar.el: Likewise.
23422
23423 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
23424 white space from doc string.
23425
23426 2005-03-30 Jay Belanger <belanger@truman.edu>
23427
23428 * calc/calc-help.el (calc-full-help): Remove email address.
23429
23430 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
23431
23432 * help-fns.el (help-with-tutorial): Delete title line.
23433
23434 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
23435
23436 * calendar/cal-x.el (calendar-one-frame-setup)
23437 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
23438 rather than `symbol' for set-window-dedicated-p.
23439
23440 * calendar/appt.el (appt-buffer-name): Make it a constant.
23441 (appt-add): Doc fix.
23442
23443 * filesets.el (filesets-menu-path, filesets-menu-before)
23444 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
23445 (filesets-menu-cache-file): Use directory ~/.emacs.d.
23446 (filesets-add-submenu): Delete and use add-submenu instead.
23447
23448 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
23449
23450 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
23451 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
23452 (org-diary-default-entry): New function.
23453 (org-get-entries-from-diary): Better parsing of diary entries.
23454 (org-agenda-check-no-diary): New function.
23455 ("diary-lib"): Advice to function `add-to-diary-list', to allow
23456 linking to diary entries.
23457 (org-agenda-execute-calendar-command): New function.
23458 (org-agenda): Improve visible section in window.
23459 Use `org-fit-agenda-window'.
23460 (org-fit-agenda-window): New option.
23461 (org-move-subtree-down): Better handling of empty lines
23462 at end of subtree.
23463 (org-cycle): Numeric prefix is interpreted now as show-subtree N
23464 levels up.
23465 (org-fontify-done-headline): New option.
23466 (org-headline-done-face): New face.
23467 (org-set-font-lock-defaults): Use `org-headline-done-face'.
23468 (org-table-copy-down): Rename from `org-table-copy-from-above'.
23469 When current field is non-empty, it is copied to next row.
23470 (org-table-copy-from-above): Fix bug which made it
23471 impossible to copy fields containing only a single non-white character.
23472
23473 2005-03-30 Kim F. Storm <storm@cua.dk>
23474
23475 * kmacro.el (kmacro-end-macro): Isearch may store this command
23476 into the macro -- so ignore it when executing keyboard macro.
23477
23478 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
23479
23480 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
23481
23482 2005-03-29 Kenichi Handa <handa@m17n.org>
23483
23484 * language/thai.el ("Thai"): Set setup-function and exit-function
23485 for Thai language environment.
23486
23487 * language/thai-util.el: Require thai-word.
23488 (thai-word-mode-map): New variable.
23489 (thai-word-mode): New minor mode.
23490 (setup-thai-language-environment-internal): New function.
23491 (exit-thai-language-environment-internal): New function.
23492
23493 * language/thai-word.el (thai-word-table): Declare it by defvar,
23494 use dolist to initialize it.
23495 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
23496 (thai-fill-find-break-point): New functions.
23497
23498 2005-03-29 Richard M. Stallman <rms@gnu.org>
23499
23500 * simple.el (idle-update-delay): Move definition up.
23501 (set-mark): Doc fix.
23502
23503 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
23504
23505 * longlines.el: New file.
23506
23507 * simple.el (buffer-substring-filters): New variable.
23508 (filter-buffer-substring): New function.
23509 (kill-region, copy-region-as-kill): Use it.
23510
23511 * register.el (copy-to-register, append-to-register)
23512 (prepend-to-register): Use filter-buffer-substring.
23513
23514 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
23515
23516 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
23517 (gud-filter-pending-text): Move in front of gdb.
23518 (gud-overlay-arrow-position): New variable.
23519 (gud-sentinel, gud-display-line): Use it in place of
23520 overlay-arrow-position.
23521
23522 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
23523
23524 * progmodes/fortran.el (fortran-if-indent): Doc fix.
23525 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
23526 (fortran-font-lock-keywords-4): New variable.
23527 (fortran-blocks-re, fortran-end-block-re)
23528 (fortran-start-block-re): New constants, for hideshow.
23529 (hs-special-modes-alist): Add a Fortran entry.
23530 (fortran-mode-map): Bind fortran-end-of-block,
23531 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
23532 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
23533 (fortran-looking-at-if-then, fortran-end-of-block)
23534 (fortran-beginning-of-block): New functions, for hideshow.
23535
23536 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
23537 Doc fix. Tweak regexp.
23538 (f90-beginning-of-block): Push mark first.
23539
23540 2005-03-29 Jay Belanger <belanger@truman.edu>
23541
23542 * calc/calc.el: Update copyright date.
23543 (calc-version): Increase to 2.1.
23544 (calc-version-date): Remove.
23545
23546 * calc/calc-help.el: Update copyright date.
23547 (calc-full-help): Remove reference to calc-version-date.
23548 Update copyright date.
23549
23550 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
23551
23552 * vc.el (vc-do-command): Use a pipe for async processes, so password
23553 prompts don't show up at places where the user can't reply.
23554
23555 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
23556
23557 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
23558 on the file name we pass to the inferior shell.
23559
23560 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
23561
23562 * progmodes/which-func.el (which-function): Be robust in the face of an
23563 imenu--make-index-alist failure.
23564
23565 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
23566
23567 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
23568
23569 * progmodes/python.el (python-preoutput-filter): Fix last change.
23570
23571 2005-03-29 Lute Kamstra <lute@gnu.org>
23572
23573 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
23574 functions and compiled macros.
23575 (debug-convert-byte-code): Handle macros too.
23576 (debug-on-entry-1): Don't signal an error when trying to clear a
23577 function that is not set to debug on entry.
23578
23579 2005-03-29 Jay Belanger <belanger@truman.edu>
23580
23581 * calc/calc-lang.el: Add functions to math-function-table
23582 properties of tex and math.
23583
23584 2005-03-29 Kenichi Handa <handa@m17n.org>
23585
23586 * ps-mule.el (ps-mule-plot-string): Translate characters by
23587 ps-print-translation-table.
23588 (ps-mule-begin-job): Call find-charset-region/string with
23589 ps-print-translation-table.
23590 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
23591
23592 * ps-print.el (ps-print-translation-table): New variable.
23593 (ps-plot-region): Translate characters by ps-print-translation-table.
23594
23595 2005-03-29 Juri Linkov <juri@jurta.org>
23596
23597 * simple.el (next-error-highlight-timer): New variable.
23598
23599 * progmodes/compile.el (compilation-goto-locus):
23600 Use `next-error-highlight-timer' instead of `sit-for'.
23601
23602 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
23603
23604 * mail/supercite.el (sc-mail-field): Use assoc-string.
23605 (sc-get-address): Simplify regexps.
23606
23607 * files.el (minibuffer-with-setup-hook): New macro.
23608 (find-file-read-args): Use it to avoid let-binding
23609 minibuffer-with-setup-hook (which breaks turning on/off
23610 file-name-shadow-mode while in the prompt).
23611
23612 * complete.el (PC-read-include-file-name-internal):
23613 Use test-completion.
23614
23615 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
23616
23617 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
23618
23619 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
23620
23621 * window.el (window-buffer-height): Use count-screen-lines.
23622
23623 * progmodes/python.el (python-preoutput-leftover): New var.
23624 (python-preoutput-filter): Use it.
23625 (python-send-receive): Loop until all the result has been received.
23626
23627 2005-03-28 Juri Linkov <juri@jurta.org>
23628
23629 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
23630
23631 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
23632 "Recover Crashed Session".
23633 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
23634 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
23635 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
23636 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
23637 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
23638 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
23639 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
23640 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
23641
23642 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
23643 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
23644 Ediff Sessions", "Toggle use of separate control buffer frame",
23645 "Use separate frame for Ediff control buffer".
23646
23647 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
23648 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
23649 "Rename Bookmark", "Delete Bookmark".
23650
23651 * info.el (Info-mode-menu): Remove ellipsis from "Index".
23652 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
23653 Add `:active Info-index-alternatives' to "Next Matching Item".
23654
23655 * wdired.el (wdired-change-to-wdired-mode):
23656 Mention `wdired-abort-changes' key in the initial message.
23657
23658 * international/mule.el (auto-coding-alist): Associate non-ascii
23659 image filename extensions with `no-conversion'.
23660
23661 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
23662
23663 * international/iso-acc.el:
23664 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
23665
23666 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
23667
23668 * textmodes/sgml-mode.el (html-mode): Doc update.
23669
23670 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
23671
23672 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
23673
23674 * term.el (term-move-columns): Fix face after extending a line.
23675 (term-insert-spaces): Likewise.
23676 (term-reset-terminal): Fix off by one error.
23677
23678 2005-03-26 Eli Zaretskii <eliz@gnu.org>
23679
23680 * international/mule.el (auto-coding-alist): Add .xpi files.
23681
23682 * files.el (auto-mode-alist): Add .xpi files.
23683
23684 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
23685
23686 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
23687
23688 2005-03-26 Eli Zaretskii <eliz@gnu.org>
23689
23690 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
23691
23692 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
23693
23694 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
23695 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
23696
23697 * calendar/cal-move.el (calendar-beginning-of-year): Move the
23698 cursor to Jan 1 when needed.
23699 (calendar-end-of-year): Fix -/+ typo.
23700 Reported by Chong Yidong <cyd@stupidchicken.com>.
23701
23702 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
23703
23704 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
23705
23706 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
23707 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
23708
23709 2005-03-25 Richard M. Stallman <rms@gnu.org>
23710
23711 * filesets.el (filesets-init): Add autoload.
23712
23713 * mail/mailalias.el (mail-directory): Doc fix.
23714
23715 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23716
23717 * mail/mailalias.el (mail-directory-process): Do nothing if
23718 mail-directory-process is an atom.
23719 (mail-get-names): Ignore mail-directory-names if it is an atom.
23720 (mail-directory-process defvar): Doc fix.
23721 (mail-names): Doc fix.
23722
23723 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
23724
23725 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
23726
23727 2005-03-26 Kenichi Handa <handa@m17n.org>
23728
23729 * international/mule-util.el (detect-coding-with-priority):
23730 Call update-coding-systems-internal before detect-coding-region.
23731
23732 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
23733
23734 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
23735 (gdb-frames-mode-map): Add follow-link property.
23736
23737 2005-03-25 Jay Belanger <belanger@truman.edu>
23738
23739 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
23740 for variables.
23741
23742 2005-03-25 Juri Linkov <juri@jurta.org>
23743
23744 * image-mode.el: Optimize image filename extension regexps in
23745 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
23746 in `auto-mode-alist'.
23747 (image-mode): Add `image-toggle-display-text' to local hook
23748 `change-major-mode-hook'. Display the image as an image by
23749 default. Set `cursor-type' and `truncate-lines' if the image
23750 is already displayed. Take into account the current mode (image
23751 or text) in message.
23752 (image-minor-mode): New minor mode.
23753 (image-mode-maybe, image-toggle-display-text): New functions.
23754 (image-toggle-display): Use called-interactively-p.
23755 Let-bind `inhibit-read-only' to t.
23756
23757 * image-mode.el (image-minor-mode): Set `cursor-type' and
23758 `truncate-lines' if the image is already displayed. Add turning
23759 image-minor-mode off to `change-major-mode-hook'. Add message.
23760 Call `image-toggle-display-text' after turning image-minor-mode off.
23761
23762 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
23763
23764 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
23765 Terminal.app, use utf-8.
23766 (set-display-table-and-terminal-coding-system): Add coding-system arg.
23767 (set-locale-environment): Use it.
23768
23769 * term/xterm.el: Undo last change, better done in mule-cmds.el.
23770
23771 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
23772
23773 * progmodes/python.el (python-close-block-statement-p)
23774 (python-outdent-p, python-current-defun): Use symbol-end.
23775
23776 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
23777
23778 * files.el (save-some-buffers): Doc fix.
23779
23780 2005-03-25 Werner Lemberg <wl@gnu.org>
23781
23782 * complete.el, thumbs.el: Replace `legal' with `valid'.
23783 * calendar/calendar.el: Replace `legal' with `valid'.
23784 * emacs-lisp/advice.el: Replace `legal' with `valid'.
23785 * mail/supercite.el: Replace `legal' with `valid'.
23786 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
23787 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
23788 Replace `legal' with `valid'.
23789 * textmodes/reftex-vars.el, textmodes/reftex.el:
23790 Replace `legal' with `valid'.
23791
23792 2005-03-25 Werner Lemberg <wl@gnu.org>
23793
23794 * calc/calc-forms.el, calc/calc-sel.el
23795 * midnight.el, vc-cvs.el
23796 * emacs-lisp/cl-macs.el
23797 * emulation/vip.el
23798 * eshell/esh-io.el, eshell/esh-var.el
23799 * mail/supercite.el
23800 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
23801 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
23802 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
23803 * progmodes/sh-script.el, progmodes/xscheme.el
23804 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
23805 * textmodes/reftex-index.el, textmodes/reftex-parse.el
23806 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
23807 * textmodes/reftex.el, textmodes/org.el:
23808 Replace `illegal' with `invalid'.
23809
23810 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23811
23812 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
23813 (flymake-find-buildfile, flymake-find-possible-master-files)
23814 (flymake-check-include, flymake-parse-line): Replace loops over the
23815 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
23816
23817 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
23818 Substitute file-name-as-directory in the rest of the file.
23819 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
23820 (flymake-replace-region): Remove unused arg `buffer'.
23821 (flymake-check-patch-master-file-buffer): Update calls to it.
23822 (flymake-add-err-info): Remove unused var `count'.
23823 (flymake-mode): Use define-minor-mode.
23824
23825 * progmodes/flymake.el: Use with-current-buffer.
23826 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
23827 flymake-replace-regexp-in-string, flymake-line-beginning-position)
23828 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
23829 Avoid testing for `xemacs'.
23830 (flymake-nop): Move.
23831 (flymake-region-has-flymake-overlays): Return the computed value.
23832 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
23833 Remove unused var `endline'.
23834 (flymake-get-line-count): Remove unused function.
23835 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
23836
23837 * emulation/vi.el:
23838 * generic.el:
23839 * hilit-chg.el (global-highlight-changes):
23840 * hi-lock.el (hi-lock-mode):
23841 * follow.el: find-file-hooks -> find-file-hook.
23842
23843 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
23844
23845 2005-03-24 Juri Linkov <juri@jurta.org>
23846
23847 * dired.el (dired-mode-map): Add menu item "Compare directories"
23848 for dired-compare-directories.
23849
23850 * dired-aux.el (dired-compare-directories): Add autoload cookie.
23851 Doc fix. Replace `read-file-name' with `read-directory-name'.
23852
23853 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23854
23855 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
23856
23857 2005-03-24 Jay Belanger <belanger@truman.edu>
23858
23859 * calc/calc-embed.el (calc-embedded-mode-change): Save all
23860 relevant mode settings in calc-embedded-original-modes when modes
23861 are permanently changed.
23862
23863 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23864
23865 * autoinsert.el: find-file-hooks -> find-file-hook.
23866
23867 2005-03-24 Lute Kamstra <lute@gnu.org>
23868
23869 * generic.el (generic-font-lock-defaults): Make it obsolete.
23870 (generic-font-lock-keywords): New variable to replace
23871 generic-font-lock-defaults.
23872 (generic-mode-set-font-lock): Delete it.
23873 (generic-mode-internal): Don't call generic-mode-set-font-lock.
23874 (generic-bracket-support): Add docstring.
23875
23876 * generic-x.el: Rename generic-font-lock-defaults to
23877 generic-font-lock-keywords throughout.
23878 (mailagent-rules-setup-function): Delete it.
23879 (mailagent-rules-generic-mode): Use anonymous function instead.
23880 (show-tabs-generic-mode-font-lock-defaults-1)
23881 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
23882 Quote faces.
23883 (show-tabs-tab-face, show-tabs-space-face): Specify background,
23884 not foreground.
23885
23886 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
23887 Recognize define-generic-mode.
23888
23889 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
23890
23891 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
23892 if there's no completion table.
23893
23894 2005-03-23 Miles Bader <miles@gnu.org>
23895
23896 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23897 Remove tty-specific variants, as they're no longer needed.
23898
23899 2005-03-23 Lute Kamstra <lute@gnu.org>
23900
23901 * generic-x.el: Code cleanup: make args constant whenever possible.
23902 (installshield-statement-keyword-list)
23903 (installshield-system-functions-list)
23904 (installshield-system-variables-list, installshield-types-list)
23905 (installshield-funarg-constants-list): Make them constants.
23906
23907 * generic.el (generic-make-keywords-list): Add autoload cookie.
23908
23909 * calendar/time-date.el: Add comment on time value formats.
23910 Don't require parse-time.
23911 (with-decoded-time-value): New macro.
23912 (encode-time-value): New function.
23913 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23914 (days-to-time): Return a valid time value when arg is huge.
23915 (time-since): Use time-subtract.
23916 (time-to-number-of-days): Use time-to-seconds.
23917
23918 2005-03-23 David Ponce <david@dponce.com>
23919
23920 * recentf.el (recentf-keep): New option.
23921 (recentf-menu-action): Default to `find-file'.
23922 (recentf-keep-non-readable-files-flag)
23923 (recentf-keep-non-readable-files-p)
23924 (recentf-file-readable-p, recentf-find-file)
23925 (recentf-cleanup-remote): Remove.
23926 (recentf-include-p): More robust.
23927 (recentf-keep-p): New function.
23928 (recentf-remove-if-non-kept): Rename from
23929 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
23930 All callers updated.
23931 (recentf-menu-items-for-commands): Fix help string.
23932 (recentf-track-closed-file): Update. Doc fix.
23933 (recentf-cleanup): Update. Count removed files. Doc fix.
23934
23935 2005-03-23 Kim F. Storm <storm@cua.dk>
23936
23937 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23938 Don't inherit from fringe face (now happens automatically).
23939
23940 2005-03-22 Kim F. Storm <storm@cua.dk>
23941
23942 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
23943 position values.
23944
23945 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
23946
23947 * menu-bar.el (showhide-date-time): Remove.
23948 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
23949 (menu-bar-make-mm-toggle): Simplify.
23950
23951 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23952
23953 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
23954 Accept qualified variable and function names.
23955
23956 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
23957
23958 * bindings.el (completion-ignored-extensions):
23959 Remove ".lis" for `vax-vms'.
23960
23961 2005-03-22 Andreas Schwab <schwab@suse.de>
23962
23963 * generic-x.el: Revert last change.
23964 * ldefs-boot.el: Update.
23965
23966 2005-03-22 Jay Belanger <belanger@truman.edu>
23967
23968 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
23969 (calc-embedded-save-original-modes)
23970 (calc-embedded-restore-original-modes): New functions.
23971 (calc-do-embedded): Save original modes when entering embedded mode
23972 and restore when leaving embedded mode.
23973 (calc-embedded-modes-change): Change the value of
23974 calc-embedded-original-modes to reflect permanent changes.
23975
23976 2005-03-22 Lute Kamstra <lute@gnu.org>
23977
23978 * generic-x.el: Require generic again.
23979
23980 2005-03-22 Miles Bader <miles@gnu.org>
23981
23982 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23983 Tweak details to look good on both ttys and bitmap displays, light
23984 or dark background, etc.
23985
23986 2005-03-21 Kim F. Storm <storm@cua.dk>
23987
23988 * tooltip.el (tooltip-show-help-function): Check car and cdr of
23989 mouse position.
23990
23991 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
23992
23993 * icomplete.el: Don't forcibly turn on the mode upon load.
23994 (icomplete-mode): Use define-minor-mode.
23995 (icomplete-eoinput): Default to nil.
23996 (icomplete-minibuffer-setup): Remove autoload.
23997 (icomplete-tidy): Simplify.
23998 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
23999 in the initial state or if the user has modified the field.
24000 Fix handling of icomplete-max-delay-chars.
24001 Remove code that handles the oddball case where
24002 minibuffer-completion-table is an integer.
24003 Wrap icomplete-completions in while-no-input in case building
24004 completions takes more time than expected.
24005 (icomplete-completions): Simplify.
24006
24007 2005-03-21 Richard M. Stallman <rms@gnu.org>
24008
24009 * jka-compr.el (jka-compr-really-do-compress):
24010 Make variable buffer-local.
24011
24012 * image-mode.el: Handle .xpm files too.
24013 (image-toggle-display): Preserve modification flag.
24014
24015 * help.el (where-is): Don't mention aliases with no key bindings.
24016
24017 2005-03-21 Lute Kamstra <lute@gnu.org>
24018
24019 * generic.el: Fix commentary section. Don't require cl for
24020 compilation.
24021 (generic-mode-list): Add autoload cookie.
24022 (generic-use-find-file-hook, generic-lines-to-scan)
24023 (generic-find-file-regexp, generic-ignore-files-regexp)
24024 (generic-mode, generic-mode-find-file-hook)
24025 (generic-mode-ini-file-find-file-hook): Fix docstrings.
24026 (define-generic-mode): Make it a defmacro. Fix docstring.
24027 (generic-mode-internal): Code cleanup. Add autoload cookie.
24028 (generic-mode-set-comments): Code cleanup.
24029 * generic-x.el: Don't prevent compilation. Don't require generic.
24030 Follow coding conventions. Minor code cleanup.
24031 (etc-fstab-generic-mode): Add some keywords.
24032 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
24033 define-generic-mode like a function declaration.
24034
24035 2005-03-21 Jay Belanger <belanger@truman.edu>
24036
24037 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
24038 changing modes.
24039
24040 2005-03-21 Sam Steingold <sds@gnu.org>
24041
24042 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
24043
24044 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
24045
24046 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
24047 Add underscore to "f$ lexicals" regexp.
24048
24049 2005-03-20 Juri Linkov <juri@jurta.org>
24050
24051 * subr.el (progress-reporter-do-update): When `min-value' is equal
24052 to `max-value', set `percentage' to 0 and prevent division by zero.
24053
24054 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
24055
24056 Sync with Tramp 2.0.48.
24057
24058 * net/tramp.el (all): Change all addresses to .gnu.org.
24059 (tramp-append-tramp-buffers): New defun.
24060 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
24061 Catch `dont-send' signal.
24062 (tramp-set-auto-save-file-modes): Set always permissions, because
24063 there might be an old auto-saved file belonging to another
24064 original file. This could be a security threat. Reported by
24065 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
24066 Check for Emacs 21.3.50 removed.
24067
24068 * net/tramp-smb.el (all): Remove debug construct for
24069 `with-parsed-tramp-file-name'.
24070 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
24071 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
24072 No error message if DIRECTORY or FILENAME doesn't exist.
24073 (tramp-smb-open-connection): Check existence of
24074 `tramp-smb-program'.
24075
24076 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
24077
24078 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
24079 Properly handle the case where the `m' or `s' command's argument is not
24080 yet terminated.
24081 (perl-indent-new-calculate): New function.
24082 (perl-indent-line): Use it.
24083
24084 2005-03-20 Miles Bader <miles@gnu.org>
24085
24086 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
24087 in text-mode too. Change to new face names.
24088 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
24089 Add `:weight bold' attribute.
24090 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
24091
24092 2005-03-19 Juri Linkov <juri@jurta.org>
24093
24094 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
24095
24096 * international/mule.el (auto-coding-alist): Sync with
24097 `auto-mode-alist' by adding upper case archive file extensions
24098 and adding ear/war to jar extension.
24099
24100 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
24101
24102 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
24103 running, restart it.
24104
24105 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
24106
24107 * finder.el (finder-current-item): Throw an error on an empty line.
24108
24109 * man.el (Man-follow-manual-reference): If current-word returns
24110 nil, use "".
24111
24112 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
24113
24114 * simple.el (goto-line): Doc fix.
24115
24116 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
24117
24118 * files.el (save-buffer): Doc fix.
24119
24120 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
24121
24122 * recentf.el (recentf-cleanup-remote): New variable.
24123 (recentf-cleanup): Use it to conditionally check availability of
24124 remote files.
24125
24126 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
24127
24128 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
24129 function names.
24130
24131 2005-03-19 Eli Zaretskii <eliz@gnu.org>
24132
24133 * language/thai-word.el: New file.
24134
24135 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
24136
24137 * files.el (backup-buffer): If the file's directory is not
24138 writable, use copy instead of move to backup the file.
24139
24140 2005-03-19 Eli Zaretskii <eliz@gnu.org>
24141
24142 * obsolete/keyswap.el: Moved to obsolete/ from term/.
24143
24144 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
24145
24146 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
24147 Use functionp instead of symbolp and fboundp. Reported by Drkm
24148 <darkman_spam@yahoo.fr>.
24149 (ps-print-version): New version 6.6.6.
24150
24151 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
24152
24153 * textmodes/table.el (table--line-column-position): New idiom.
24154 (table--row-column-insertion-point-p): New function to test
24155 validity of row and column insertion operation at a location.
24156 (table-global-menu, table-cell-menu): Use above functions for
24157 deterministic test operation.
24158 (table--editable-cell-p): Behave in deterministic fashion.
24159
24160 2005-03-18 Juri Linkov <juri@jurta.org>
24161
24162 * isearch.el (isearch-lazy-highlight-new-loop):
24163 Make arguments beg and end optional.
24164 (isearch-update): Remove optional arguments nil from
24165 isearch-lazy-highlight-new-loop.
24166 (isearch-lazy-highlight-search): Let-bind case-fold-search to
24167 isearch-lazy-highlight-case-fold-search instead of
24168 isearch-case-fold-search, and let-bind isearch-regexp to
24169 isearch-lazy-highlight-regexp.
24170 Use isearch-lazy-highlight-last-string instead of isearch-string.
24171
24172 * replace.el (perform-replace): Remove bindings of global
24173 variables isearch-string, isearch-regexp, isearch-case-fold-search.
24174 Add three new arguments to `replace-highlight'.
24175 (replace-highlight): Add arguments string, regexp, case-fold.
24176 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
24177 to allow isearch-lazy-highlight-new-loop to use these values
24178 to set corresponding isearch-lazy-highlight-* internal
24179 variables whose values lazy highlighting will use regardless of
24180 changes to global variables isearch-string, isearch-regexp,
24181 isearch-case-fold-search during lazy highlighting loop.
24182 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
24183 to `lazy-highlight-cleanup'.
24184
24185 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
24186 (ispell-highlight-face): Set default face to `isearch' when
24187 lazy highlighting is enabled.
24188 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
24189 priority to 1. Add lazy highlighting.
24190 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
24191 from `isearch-dehighlight'.
24192
24193 2005-03-18 David Ponce <david@dponce.com>
24194
24195 * files.el (hack-local-variables): Do a case-insensitive search
24196 for End.
24197
24198 2005-03-18 Juri Linkov <juri@jurta.org>
24199
24200 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
24201 `isearch-lazy-highlight-cleanup', add alias to old name and
24202 declare obsolete. Add release numbers to other obsolete vars.
24203 (isearch-done, isearch-lazy-highlight-new-loop):
24204 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
24205 (lazy-highlight-cleanup) <variable>: Doc fix.
24206 (isearch-lazy-highlight-update): Rename obsolete
24207 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
24208
24209 2005-03-18 Kenichi Handa <handa@m17n.org>
24210
24211 * language/thai-util.el: Fix categorization of Thai characters in
24212 thai-category-table.
24213 (thai-composition-pattern): Adjust it for the above change.
24214 (thai-self-insert-command, thai-compose-syllable): New functions.
24215 (thai-compose-region): Use thai-compose-syllable.
24216 (thai-compose-string): Likewise.
24217 (thai-composition-function): Likewise.
24218 (thai-auto-composition): New function.
24219 (thai-auto-composition-mode): New minor mode.
24220
24221 * language/thai.el: Fix patterns to be registered in
24222 composition-function-table.
24223
24224 * international/quail.el (quail-input-method): Locally bind
24225 inhibit-modification-hooks to t.
24226
24227 2005-03-17 Richard M. Stallman <rms@gnu.org>
24228
24229 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
24230 (perl-mode): Use run-mode-hooks.
24231
24232 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
24233 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
24234 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
24235
24236 * mail/sendmail.el (sendmail-send-it): Reenable the code
24237 to compute resend-to-address and use it.
24238
24239 * tar-mode.el (tar-mode): Turn off undo unconditionally.
24240
24241 * image-mode.el: New file.
24242
24243 * image.el (insert-sliced-image): Add autoload cookie.
24244
24245 * font-lock.el (font-lock-lines-before): New user option.
24246 (font-lock-after-change-function): Obey it.
24247
24248 * bindings.el (esc-map): Make M-g a prefix.
24249 Bind M-g g and M-g M-g to goto-line.
24250
24251 * faces.el (face-id): Doc fix.
24252
24253 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
24254
24255 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
24256 (rmail-show-message): Use rmail-unknown-mail-followup-to.
24257 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
24258
24259 * mail/sendmail.el (mail-yank-ignored-headers)
24260 (mail-font-lock-keywords, mail-mode-fill-paragraph):
24261 Add Mail-Followup-To and Mail-Reply-To headers.
24262 (mail-citation-hook): Add autoload cookie.
24263 (mail-mode): Doc fix.
24264 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
24265 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
24266 (mail-mode-fill-paragraph): Handle those headers.
24267 (mail-mailing-lists): New variable.
24268 (mail-mail-reply-to, mail-mail-followup-to): New functions.
24269
24270 2005-03-17 Juri Linkov <juri@jurta.org>
24271
24272 * isearch.el (isearch-fallback): Check for `(car previous)'
24273 before calling `isearch-other-end-state'.
24274
24275 2005-03-17 Kim F. Storm <storm@cua.dk>
24276
24277 * simple.el (move-beginning-of-line): Move to beginning of buffer
24278 line, as well as beginning of screen line.
24279
24280 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
24281
24282 * calendar/diary-lib.el (mark-diary-entries): Use new optional
24283 argument REDRAW rather than calendar-redrawing variable.
24284 * calendar/calendar.el (calendar-redrawing): Delete.
24285 (redraw-calendar): Do not bind calendar-redrawing.
24286
24287 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
24288
24289 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
24290 diary-file buffer.
24291
24292 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
24293
24294 * help.el (describe-mode): Allow a :minor-mode-function property to
24295 specify a different minor mode toggle function than the variable.
24296 * simple.el (auto-fill-function):
24297 * subr.el (add-minor-mode): Use it.
24298
24299 2005-03-16 Kenichi Handa <handa@m17n.org>
24300
24301 * language/ethio-util.el (sera-being-called-by-w3): New variable.
24302 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
24303 (ethio-fidel-to-sera-buffer): Likewise.
24304
24305 2005-03-16 Juri Linkov <juri@jurta.org>
24306
24307 * emacs-lisp/find-func.el (find-function-regexp):
24308 Add defun-emitting macro `menu-bar-make-toggle'.
24309
24310 * isearch.el: Put `isearch-scroll' property to
24311 `split-window-horizontally'.
24312
24313 * info.el: Update error messages for `debug-ignored-errors'.
24314 (Info-isearch-search): Doc fix.
24315 (Info-find-node): Move up code to go into info buffer before
24316 recording the node to the history.
24317 (Info-fontify-node): Fontify titles only if the next line
24318 has two or more `*', `=', `-', `.'.
24319 Display "go to this node" for empty (match-string 3).
24320
24321 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24322
24323 * term/mac-win.el: Add mouse pointer shape constants.
24324
24325 2005-03-15 Kim F. Storm <storm@cua.dk>
24326
24327 * simple.el (move-beginning-of-line): Use vertical-motion.
24328
24329 2005-03-15 Juri Linkov <juri@jurta.org>
24330
24331 * isearch.el (isearch-error): New variable.
24332 (isearch-invalid-regexp, isearch-within-brackets): Remove.
24333 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
24334 (isearch-within-brackets-state): Remove.
24335 (isearch-case-fold-search-state, isearch-pop-fun-state):
24336 Decrease frame index.
24337 (isearch-mode, isearch-top-state, isearch-push-state)
24338 (isearch-edit-string, isearch-abort, isearch-search-and-update)
24339 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
24340 (isearch-search, isearch-lazy-highlight-new-loop):
24341 Replace `isearch-invalid-regexp' with `isearch-error'.
24342 Remove `isearch-within-brackets'.
24343 (isearch-search): Add `search-failed' handler to `condition-case'.
24344 (isearch-lazy-highlight-search): Add `condition-case' to catch
24345 errors and allow `isearch-lazy-highlight-update' to try
24346 highlighting from the beginning of the window.
24347 (isearch-repeat): Move up code to set isearch-wrapped to t
24348 before calling isearch-wrap-function.
24349
24350 * info.el (Info-isearch-initial-node): New internal variable.
24351 (Info-search): Signal an error in isearch mode when search leaves
24352 the initial node. Signal an error when `bound' is non-nil and
24353 nothing was found in the current subfile.
24354 (Info-isearch-search): Remove `condition-case'.
24355 (Info-isearch-wrap): Don't wrap when search failed during leaving
24356 the initial node. If `Info-isearch-search' is nil, wrap around
24357 the current node.
24358 (Info-isearch-start): New fun.
24359 (Info-mode): Add buffer-local hook `Info-isearch-start' to
24360 `isearch-mode-hook'.
24361
24362 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24363
24364 * simple.el (normal-erase-is-backspace): Set default to t if
24365 running on Mac.
24366
24367 * term/mac-win.el (function-key-map): Sync with x-win.el.
24368
24369 2005-03-15 Kenichi Handa <handa@m17n.org>
24370
24371 * international/mule-cmds.el (locale-language-names): Modify the
24372 format of elements and add more entries.
24373 (locale-preferred-coding-systems): Add more entries.
24374 (set-locale-environment): Adjust for the change of
24375 locale-language-names.
24376
24377 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
24378
24379 * pcvs.el (smerge-ediff): Remove bogus autoload.
24380
24381 2005-03-14 Lute Kamstra <lute@gnu.org>
24382
24383 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
24384 Ignore a `*' at the beginning of a line.
24385
24386 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
24387 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
24388 subr.el.
24389 (dont-compile, eval-when-compile, eval-and-compile): Use declare
24390 to specify indentation.
24391
24392 * generic.el (define-generic-mode): Let generic-mode-list be a
24393 list of strings; test membership with equal.
24394
24395 2005-03-14 Kim F. Storm <storm@cua.dk>
24396
24397 * simple.el (next-line, previous-line): Add optional try-vscroll
24398 arg to recognize interactive use. Pass it on to line-move.
24399 (line-move): Don't perform auto-window-vscroll when defining or
24400 executing keyboard macro to ensure consistent behavior.
24401
24402 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
24403
24404 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
24405
24406 2005-03-13 Lute Kamstra <lute@gnu.org>
24407
24408 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
24409 debugger-setup-buffer so that backtrace marks the frames set to
24410 debug-on-exit and we don't have to do it manually. Set an extra
24411 debug-on-exit for macro's.
24412 (debugger-setup-buffer): Don't mark the top frame manually.
24413
24414 2005-03-12 Lute Kamstra <lute@gnu.org>
24415
24416 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
24417 lisp-indent-function throughout.
24418 (with-no-warnings): Set lisp-indent-function property.
24419
24420 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
24421
24422 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
24423 Add entry for backslash.
24424
24425 2005-03-12 Juri Linkov <juri@jurta.org>
24426
24427 * info.el (Info-search): Four fixes for backward search.
24428
24429 2005-03-11 Jay Belanger <belanger@truman.edu>
24430
24431 * calc/calc.el (calc-language-alist): New variable.
24432 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
24433 (calc-embedded-find-modes): Use calc-language-alist instead of
24434 calc-embedded-language-alist.
24435
24436 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
24437
24438 * calendar/calendar.el (calendar-redrawing): New internal
24439 variable.
24440 (redraw-calendar): Remove bogus save-excursion from previous
24441 change. Bind calendar-redrawing to t for mark-diary-entries.
24442 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
24443 calendar if that is why we were called.
24444
24445 2005-03-11 Kenichi Handa <handa@m17n.org>
24446
24447 * international/mule.el (make-coding-system): Set property
24448 coding-system-define-form to nil.
24449 (define-coding-system-alias): Likewise.
24450
24451 2005-03-11 Kenichi Handa <handa@m17n.org>
24452
24453 These changes are suggested by Dave Love <fx@gnu.org>.
24454
24455 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
24456 coding: tag.
24457 (adaptive-fill-regexp): Add more bullets.
24458 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
24459 regexps.
24460
24461 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
24462
24463 * help.el (describe-mode): Properly handle non-trivial lighters.
24464 Don't ignore minor modes that are not listed in minor-mode-list.
24465
24466 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
24467 feature ON when the user requests to turn it OFF.
24468
24469 2005-03-10 Lute Kamstra <lute@gnu.org>
24470
24471 * emacs-lisp/debug.el (debug-entry-code): Delete it.
24472 (implement-debug-on-entry): New function to replace debug-entry-code.
24473 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
24474 second argument as the 2005-03-07 change makes it obsolete.
24475 (debug-on-entry, cancel-debug-on-entry): Update call to
24476 debug-on-entry-1.
24477 (debug, debugger-setup-buffer): Comment update.
24478 (debugger-frame-number): Update to work with implement-debug-on-entry.
24479
24480 2005-03-10 Jay Belanger <belanger@truman.edu>
24481
24482 * calc/calc-embed.el (math-ms-args): Declare it.
24483 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
24484 math-ms-args.
24485 (calc-embedded-subst): Use math-multi-subst-rec to substitute
24486 variables.
24487
24488 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
24489
24490 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
24491 Use message-box.
24492
24493 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
24494 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
24495 (tooltip-gud-tips): Simplify.
24496 (tooltip-gud-tips-p): Remove superfluous :set.
24497 (tooltip-gud-modes): Add fortran-mode.
24498 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
24499
24500 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
24501
24502 2005-03-09 Kim F. Storm <storm@cua.dk>
24503
24504 * play/animate.el (animate-place-char): Use forward-line instead
24505 of next-line to improve performance.
24506
24507 2005-03-09 Simon Josefsson <jas@extundo.com>
24508
24509 * net/browse-url.el (browse-url-default-browser): Doc fix.
24510
24511 2005-03-09 Miles Bader <miles@gnu.org>
24512
24513 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
24514 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
24515
24516 2005-03-09 Kenichi Handa <handa@m17n.org>
24517
24518 * international/latin-1.el: Set case and syntax for 255 only if
24519 set-case-syntax-set-multibyte is nil.
24520
24521 * textmodes/ispell.el (ispell-insert-word): New function.
24522 (ispell-word): Use ispell-insert-word to insert a new word.
24523 (ispell-process-line): Likewise.
24524 (ispell-complete-word): Likewise.
24525
24526 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
24527
24528 * calendar/calendar.el (redraw-calendar): Preserve point.
24529 Reported by Matt Hodges <MPHodges@member.fsf.org>.
24530 (calendar-week-start-day): Move after definition of
24531 redraw-calendar. Delete buffer test, since redraw-calendar has
24532 that now.
24533
24534 * calendar/diary-lib.el (mark-diary-entries): Only call
24535 redraw-calendar in the first of any recursive calls.
24536 Reported by Alan Shutko <ats@acm.org>.
24537
24538 2005-03-08 Juri Linkov <juri@jurta.org>
24539
24540 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
24541 (html-horizontal-rule, html-line, html-image, html-checkboxes)
24542 (html-radio-buttons): Add a space before the trailing `/>' where
24543 sgml-xml-mode is non-nil.
24544 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
24545 the subsequent tag of the empty XML tag.
24546 (html-href-anchor): Don't set initial input to "http:".
24547 (html-image): Ask for the image URL and set point inside alt="".
24548 (html-name-anchor): Duplicate the name in the `id' attribute when
24549 sgml-xml-mode is non-nil.
24550 (html-paragraph): Remove \n before <p>.
24551 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
24552 instead of `checked' when sgml-xml-mode is non-nil.
24553
24554 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
24555 Remove 1 space before #RRGGBB to not truncate it on terminal
24556 windows w/o fringes. Remove 1 space between bg and fg examples
24557 to get more space.
24558 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
24559 avoid byte-compile warnings.
24560
24561 * image-file.el (image-file-handler): Put `safe-magic' property to
24562 `image-file-handler'.
24563
24564 * info.el (Info-isearch-search): Emulate word search in
24565 isearching through multiple Info nodes with Info-search.
24566 (Info-isearch-wrap): Allow isearch-word.
24567
24568 2005-03-08 Lute Kamstra <lute@gnu.org>
24569
24570 * emacs-lisp/debug.el (debugger-step-through): Make sure that
24571 stepping into the debugger's code is not possible.
24572 (debugger-jumping-flag): Docstring update.
24573
24574 2005-03-08 Jay Belanger <belanger@truman.edu>
24575
24576 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
24577 embedded mode begins.
24578 (calc-embedded-language-alist): New variable.
24579 (calc-embedded-find-modes): Use calc-embedded-language-alist to
24580 set default language mode.
24581
24582 2005-03-08 Kenichi Handa <handa@m17n.org>
24583
24584 * international/ccl.el (define-ccl-program): Fix docstring about
24585 extra 256 bytes assured for the output buffer.
24586
24587 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24588 Fix BUFFER_MAGNIFICATION to 2.
24589 (ccl-encode-mule-utf-16be-with-signature): Likewise.
24590
24591 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
24592
24593 * align.el (align-rules-list): Added an alignment rule for CSS
24594 declarations (applies to css-mode and html-mode buffers).
24595
24596 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
24597
24598 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
24599
24600 2005-03-07 Kim F. Storm <storm@cua.dk>
24601
24602 * simple.el (move-beginning-of-line): New command.
24603
24604 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
24605
24606 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
24607
24608 * emulation/cua-base.el: Put CUA move property on move-end-of-line
24609 and move-beginning-of-line.
24610
24611 * apropos.el (apropos-print): Omit command from M-x ... RET.
24612
24613 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
24614
24615 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
24616 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
24617
24618 2005-03-06 Richard M. Stallman <rms@gnu.org>
24619
24620 * bindings.el (esc-map): Bind M-g to goto-line.
24621
24622 * facemenu.el (global-map): Bind M-o, not M-g.
24623
24624 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24625
24626 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
24627 "Open Directory" as for "Open File".
24628
24629 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
24630
24631 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
24632 (push-mark-command): Run activate-mark-hook.
24633
24634 2005-03-06 Richard M. Stallman <rms@gnu.org>
24635
24636 * help-mode.el (help-mode-finish): Don't alter the element
24637 in view-return-to-alist if there already is one.
24638
24639 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
24640 make sure the current buffer is the expected one.
24641
24642 * novice.el (disabled-command-function): Output in *Disabled Command*.
24643 Explicitly ignore non-keyboard events, and explicitly handle C-g.
24644
24645 * textmodes/flyspell.el (flyspell-large-region):
24646 Pass args differently for aspell.
24647
24648 * files.el (mode-require-final-newline): Doc fix.
24649
24650 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
24651
24652 * progmodes/which-func.el (which-function):
24653 Specify NOERROR when calling imenu--make-index-alist.
24654
24655 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
24656
24657 * simple.el (normal-erase-is-backspace): Define default value.
24658
24659 * custom.el (custom-theme-set-variables): Remove unused var
24660 `immediate'.
24661 (custom-reevaluate-setting): Simple function to handle variables
24662 that are defined before their default value can really be
24663 computed.
24664
24665 * startup.el (command-line): Use it for temporary-file-directory,
24666 small-emporary-file-directory, auto-save-file-name-transforms,
24667 blink-cursor-mode, and normal-erase-is-backspace.
24668
24669 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
24670 progress, even with buggy anchored keywords.
24671
24672 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
24673
24674 * simple.el (goto-line): Remove unbalanced final parenthesis.
24675
24676 2005-03-05 Richard M. Stallman <rms@gnu.org>
24677
24678 * simple.el (goto-line): Use a number at point as the default.
24679 With C-u as arg, switch buffers.
24680
24681 2005-03-05 Juri Linkov <juri@jurta.org>
24682
24683 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
24684 with `no-blinking-cursor'.
24685
24686 * startup.el (no-blinking-cursor): New defvar.
24687 (command-line): Add `--no-blinking-cursor' to longopts.
24688 Set `no-blinking-cursor' to t for command line arguments
24689 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
24690 with `no-blinking-cursor' in the condition for calling
24691 `blink-cursor-mode'.
24692
24693 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
24694
24695 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
24696 (menu-bar-options-save): Add blink-cursor-mode.
24697 (menu-bar-options-menu): Add blink-cursor-mode.
24698
24699 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
24700
24701 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
24702 (icalendar-export-file, icalendar-export-region)
24703 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
24704 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
24705
24706 2005-03-04 Lute Kamstra <lute@gnu.org>
24707
24708 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
24709 (debug-function-list): Ditto.
24710
24711 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
24712
24713 * textmodes/texinfmt.el (texinfo-append-refill):
24714 Redefine the types of line to which @refill
24715 is not appended by replacing a search for `@refill\\|@bye' with
24716 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
24717 itemize@refill' bug and the unfilled long lines bug.
24718 (texinfmt-version): Update number and date.
24719
24720 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
24721
24722 * international/code-pages.el (windows-1250, windows-125[2-8])
24723 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
24724
24725 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
24726
24727 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
24728 bound yet.
24729
24730 2005-03-02 Romain Francoise <romain@orebokech.com>
24731
24732 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
24733 buffer after removing limits.
24734 (ibuffer-pop-filter): Ditto.
24735 Update copyright.
24736
24737 2005-03-02 Miles Bader <miles@gnu.org>
24738
24739 * button.el (make-text-button): If the user doesn't specify a
24740 type, use the default. Rewrite to use `add-text-properties' and
24741 plist functions.
24742
24743 2005-03-01 Lute Kamstra <lute@gnu.org>
24744
24745 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
24746 (debugger-jumping-flag): New var.
24747 (debug-entry-code): Use it.
24748 (debugger-jump): Use debugger-jumping-flag and add
24749 debugger-reenable to post-command-hook.
24750 (debugger-reenable): Use debugger-jumping-flag and remove itself
24751 from post-command-hook.
24752 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
24753 debugger-reenable.
24754
24755 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
24756
24757 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
24758 inclusion of "itemize\\|", which may be unnecessary, is certainly
24759 inelegant, and stops refilling in itemize lists when formatting
24760 Japanese Texinfo files to Info.
24761 Update copyright to 2005.
24762
24763 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
24764
24765 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
24766 of an error if GDB can't find the source file.
24767
24768 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
24769
24770 * calendar/calendar.el (redraw-calendar): Work from any buffer,
24771 not just the calendar.
24772
24773 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
24774 first.
24775 (diary-redraw-calendar): New function.
24776 (make-diary-entry): Add diary-redraw-calendar to local
24777 write-contents-functions. Turn off selective display before
24778 inserting in diary.
24779
24780 2005-03-01 Kim F. Storm <storm@cua.dk>
24781
24782 * emacs-lisp/copyright.el (copyright-fix-years): New command.
24783
24784 2005-03-01 Lute Kamstra <lute@gnu.org>
24785
24786 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
24787 that debug-entry-code can be safely removed from a function while
24788 this code is being evaluated. Revert the 2005-02-27 change as the
24789 new implementation no longer requires it. Make sure that a
24790 function body containing just a string is not mistaken for a docstring.
24791 (debug): Skip one more frame in case of debug on entry.
24792 (debugger-setup-buffer): Delete one more frame line in case of
24793 debug on entry.
24794 (debugger-frame-number): Update to use the new text introduced by
24795 the 1999-11-03 change. Skip one more frame in case of debug on entry.
24796
24797 2005-02-28 Kim F. Storm <storm@cua.dk>
24798
24799 * double.el (double-translate-key): Call force-window-update after
24800 read-event to avoid crash in redisplay.
24801
24802 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
24803
24804 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
24805 (debug): Use it. Move the inhibit-trace earlier.
24806 (debug-entry-code): New const.
24807 (debug-on-entry-1): Use it.
24808
24809 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
24810
24811 * international/utf-16.el (ccl-encode-mule-utf-16le):
24812 Fix BUFFER_MAGNIFICATION to 2.
24813 (ccl-encode-mule-utf-16be): Likewise.
24814
24815 2005-02-28 Kenichi Handa <handa@m17n.org>
24816
24817 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24818 Fix BUFFER_MAGNIFICATION to 4.
24819 (ccl-encode-mule-utf-16be-with-signature): Likewise.
24820
24821 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
24822
24823 * speedbar.el (speedbar-update-flag): Doc fix.
24824 (speedbar-show-info-under-mouse): Give set-mouse-position the right
24825 argument.
24826
24827 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
24828
24829 * reveal.el (reveal-post-command): Don't try to reveal overlays which
24830 have a non-nil `invisible' property but are actually visible.
24831
24832 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
24833 for perldoc sections.
24834 (perl-outline-regexp, perl-outline-level): New var and function.
24835 (perl-mode): Use them.
24836
24837 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
24838
24839 * calendar/diary-lib.el (diary-remind): Discard any mark portion
24840 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
24841
24842 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
24843
24844 * cus-edit.el: Comment change.
24845 (custom-buffer-create-internal): Slightly reword text at top of
24846 Custom buffers. Mention there that saving an option edits the
24847 init file. Add link to Emacs manual node on `custom-file'.
24848 (custom-magic-alist): Rewrite individual State messages to use
24849 capitalized keywords. Doc fix.
24850
24851 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
24852
24853 * calendar/calendar.el (calendar-buffer): Move above
24854 calendar-week-start-day.
24855 (calendar-week-start-day): Doc fix. Add :set function.
24856 (calendar-minimum-window-height): New variable.
24857 (generate-calendar-window): Only resize window if selected-window
24858 is displaying the calendar buffer. Use new variable
24859 calendar-minimum-window-height.
24860 (generate-calendar): Reword error message.
24861 (calendar-mode-map): Bind DEL to scroll-other-window-down.
24862
24863 2005-02-27 Andreas Schwab <schwab@suse.de>
24864
24865 * vc.el (vc-do-command): Don't run command asynchronously when
24866 operating in a remote directory.
24867
24868 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
24869 change from sync with Tramp 2.0.47.
24870
24871 2005-02-27 Richard M. Stallman <rms@gnu.org>
24872
24873 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
24874
24875 * textmodes/flyspell.el (flyspell-mode-on):
24876 Call ispell-change-dictionary only if necessary.
24877
24878 * emacs-lisp/re-builder.el (regexp-builder): New function.
24879
24880 * register.el (describe-register-1): Explicitly handle
24881 yank-excluded-properties = t.
24882
24883 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
24884 (custom-magic-alist): Change the status descriptions again.
24885 (face widget-type): Total rewrite based on `restricted-sexp'
24886 to eliminate the confusing double hiding levels.
24887
24888 * emacs-lisp/debug.el (debug-on-entry-1):
24889 If function body is empty, add nil as body form.
24890
24891 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
24892
24893 * emacs-lisp/trace.el (inhibit-trace): New var.
24894 (trace-make-advice): Use it.
24895
24896 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
24897
24898 2005-02-26 Kim F. Storm <storm@cua.dk>
24899
24900 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
24901 (mouse-on-link-p, mouse-drag-region-1): Use it.
24902
24903 2005-02-25 Lute Kamstra <lute@gnu.org>
24904
24905 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
24906
24907 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
24908
24909 * frame.el (blink-cursor-mode): Add :group keyword.
24910
24911 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
24912
24913 * calendar/icalendar.el (icalendar--decode-isodatetime):
24914 New optional argument DAY-SHIFT.
24915 (icalendar-export-region): Fix coding-system-for-write.
24916 (icalendar--convert-ical-to-diary): Shift end-day of all-day
24917 events by one.
24918
24919 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
24920
24921 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
24922
24923 2005-02-24 Kim F. Storm <storm@cua.dk>
24924
24925 * international/iso-acc.el (iso-accents-compose): Fix crash
24926 during redisplay. Call force-window-update after read-event
24927 and delete-region to signal that window is not accurate.
24928
24929 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
24930
24931 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
24932 Remove unused and inexistent var `inhibit-trace'.
24933 (debugger-mode): Use run-mode-hooks.
24934 (debugger-list-functions): Add buttons; setup xref stack.
24935
24936 2005-02-23 Richard M. Stallman <rms@gnu.org>
24937
24938 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
24939 appointment says it was explicitly made.
24940 (appt-add): Set the 3rd element.
24941 (appt-make-list): Preserve explicit appointments.
24942
24943 * subr.el (find-tag-default): Catch errors in forward-sexp.
24944
24945 2005-02-23 Juri Linkov <juri@jurta.org>
24946
24947 * info.el (Info-isearch-search): New defcustom.
24948 (Info-isearch-search): Call the default isearch function
24949 when Info-isearch-search is nil.
24950 (Info-isearch-wrap): Use variable Info-isearch-search.
24951
24952 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
24953
24954 * cus-edit.el: Comment change.
24955
24956 2005-02-22 Kim F. Storm <storm@cua.dk>
24957
24958 * progmodes/hideif.el (hide-ifdef-use-define-alist):
24959 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
24960
24961 2005-02-22 Simon Josefsson <jas@extundo.com>
24962
24963 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
24964 New variable.
24965 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
24966 Oskarsson" <myrkraverk@users.sourceforget.net>.
24967
24968 2005-02-22 Kim F. Storm <storm@cua.dk>
24969
24970 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
24971 check that window of that event is the selected window.
24972 (mouse-drag-region-1): Compare mouse event window to selected
24973 window before setting point.
24974
24975 * tooltip.el (tooltip-show-help-function): Pass event to
24976 mouse-on-link-p so it can check selected window.
24977
24978 2005-02-22 Kenichi Handa <handa@m17n.org>
24979
24980 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
24981 (ps-mule-show-warning): New function.
24982 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
24983 characters are found.
24984
24985 * ps-print.el (ps-header-footer-string): Return a list of header
24986 and footer strings.
24987
24988 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
24989
24990 * pcvs.el (cvs-retrieve-revision): Fix thinko.
24991
24992 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
24993
24994 * frame.el (blink-cursor-mode): Use define-minor-mode.
24995
24996 * term/mac-win.el (function-key-map): Use char-names more consistently.
24997 (file-name-coding-system): Only set it for MacOS-9. The other case is
24998 already handled in mule-cmds.el (where it also works when mac-win.el
24999 is not used).
25000
25001 2005-02-21 Kenichi Handa <handa@m17n.org>
25002
25003 * international/mule.el (ctext-pre-write-conversion): Always use
25004 " *code-converting-work*" buffer for work.
25005
25006 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
25007
25008 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
25009
25010 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
25011
25012 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
25013
25014 * ses.el (undo-more): Restore defadvice, but only the part that
25015 allows changes outside the restricted area of the buffer.
25016
25017 2005-02-20 Kim F. Storm <storm@cua.dk>
25018
25019 * simple.el (line-move): Add fourth optional arg try-vscroll which
25020 must be set to perform auto-window-vscroll.
25021 When moving backwards and doing auto-window-vscroll, automatically
25022 vscroll to the last part of lines which are taller than the window.
25023 (next-line, previous-line): Set try-vscroll arg on line-move.
25024
25025 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
25026
25027 * replace.el (query-replace, query-replace-regexp)
25028 (replace-string, replace-regexp): When operating on region, make
25029 the minibuffer prompt say so.
25030
25031 * isearch.el (isearch-forward): Document isearch-query-replace and
25032 isearch-query-replace-regexp keybindings.
25033
25034 2005-02-19 Jay Belanger <belanger@truman.edu>
25035
25036 * calc/calc-aent.el (math-read-token): Add local variable.
25037
25038 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
25039 (calc-edit-top): Move declaration to earlier in file.
25040 (calc-edit-macro-repeats): Add local variables.
25041
25042 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
25043 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
25044 calcFunc-tanh.
25045 Adjust integration rule for calcFunc-tan.
25046
25047 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
25048
25049 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
25050 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
25051 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
25052 (viper-skip-separators): Bug fix.
25053 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
25054 particular major mode.
25055 (viper-del-backward-char-in-replace): Don't put deleted char on the
25056 kill ring.
25057
25058 * viper-ex.el (viper-color-display-p): New function.
25059 (viper-has-face-support-p): Use viper-color-display-p.
25060
25061 * viper-keym.el (viper-gnus-modifier-map): New keymap.
25062
25063 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
25064
25065 * viper-util.el (viper-glob-unix-files): Fix shell status check.
25066 (viper-file-remote-p): Make equivalent to file-remote-p.
25067
25068 * viper.el (viper-major-mode-modifier-list):
25069 Use viper-gnus-modifier-map.
25070
25071 2005-02-19 David Kastrup <dak@gnu.org>
25072
25073 * subr.el (subregexp-context-p): Fix garbled doc string by adding
25074 quoting.
25075
25076 2005-02-19 Jay Belanger <belanger@truman.edu>
25077
25078 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
25079 Remove extra definitions.
25080 (calc-coth): New function.
25081 (calcFunc-cot): Fix `let'.
25082
25083 2005-02-19 Eli Zaretskii <eliz@gnu.org>
25084
25085 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
25086 the reasons we use "type pc" in these faces.
25087
25088 * button.el (button): Ditto.
25089
25090 2005-02-19 Michael Mauger <mmaug@yahoo.com>
25091
25092 * replace.el (query-replace-read-from): Set the value of
25093 query-replace-from-history-variable to handle the case of an empty
25094 string entered to accept the suggested default.
25095
25096 * net/tramp.el (tramp-file-name-for-operation):
25097 Use dired-call-process instead of dired-call-process-command.
25098
25099 2005-02-19 Jay Belanger <belanger@truman.edu>
25100
25101 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
25102 (math-div-non-trig): New variables.
25103 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
25104 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
25105 (math-combine-prod, math-div-symb-fancy): Add simplifications for
25106 trig expressions.
25107
25108 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
25109
25110 * progmodes/gdb-ui.el (gdb-var-update-handler)
25111 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
25112 for watch expressions,
25113 (gdb-var-create-handler): Don't set speedbar-update-flag.
25114 (gdb-post-prompt): Simplify test for speedbar.
25115
25116 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
25117
25118 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
25119 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
25120 we use the syntax table of the correct buffer.
25121 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
25122 Felix Gatzemeier.
25123
25124 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
25125 (ediff-file-remote-p): Make synonymous with file-remote-p.
25126 In all deffaces ediff-*-face-*, use min-colors.
25127
25128 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
25129 ediff-recurse-to-subdirectories.
25130 (ediff-mark-if-equal): Check that the arguments are strings, use
25131 ediff-same-contents (after to Felix Gatzemeier).
25132
25133 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
25134 nil.
25135
25136 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
25137
25138 * log-view.el (log-view-message-re): Fix up Subversion regexp.
25139
25140 2005-02-18 David Kastrup <dak@gnu.org>
25141
25142 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
25143 use `mark-active' when defined.
25144
25145 2005-02-18 Kenichi Handa <handa@m17n.org>
25146
25147 * ps-print.el (ps-font-info-database): New entry
25148 ZapfChancery-MediumItalic with correct font name. Fix font name
25149 of the entry Zapf-Chancery-MediumItalic.
25150
25151 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
25152
25153 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
25154
25155 2005-02-16 Kim F. Storm <storm@cua.dk>
25156
25157 * ido.el (ido-fallback-command): Pass user input to fallback command.
25158
25159 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
25160
25161 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
25162 (gdb-find-file-hook): Add server prefix.
25163
25164 2005-02-16 Richard M. Stallman <rms@gnu.org>
25165
25166 * replace.el (perform-replace): Pass new args to replace-highlight.
25167 (replace-highlight): Take region args,
25168 and pass them to isearch-lazy-highlight-new-loop.
25169
25170 * novice.el (disabled-command-hook): Autoload the defalias
25171 and the make-obsolete-variable call.
25172
25173 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
25174
25175 * isearch.el (isearch-lazy-highlight-start-limit)
25176 (isearch-lazy-highlight-end-limit): New variables limit
25177 the region for highlighting.
25178 (isearch-lazy-highlight-new-loop): New args BEG and END.
25179 (isearch-lazy-highlight-search): Use the new vars.
25180 (isearch-lazy-highlight-update): Likewise.
25181
25182 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
25183
25184 * cus-start.el (all): Use default-boundp.
25185
25186 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
25187
25188 * menu-bar.el (menu-bar-select-frame): Handle current frame.
25189
25190 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
25191
25192 * autorevert.el (auto-revert-stop-on-user-input)
25193 (auto-revert-verbose): Doc fixes.
25194
25195 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
25196
25197 * international/mule-cmds.el (set-locale-environment): Remove call
25198 to set-selection-coding-system on Windows.
25199
25200 2005-02-15 Jay Belanger <belanger@truman.edu>
25201
25202 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
25203 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
25204 calcFunc-coth.
25205 (math-simplify-sqrt): Add simplifications.
25206
25207 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
25208 to list.
25209
25210 * calc/calc-ext.el: Add functions to autoloads.
25211
25212 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
25213 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
25214 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
25215 (math-csc-raw, math-cot-raw): New functions.
25216
25217 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
25218
25219 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
25220 the variable name in a message.
25221
25222 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
25223 calcFunc-csc, calcFunc-cot.
25224
25225 * calc/calcalg2.el: Add derivative and integration rules for
25226 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
25227 calcFunc-csch, calcFunc-coth.
25228 (math-do-integral-methods): Add to checks for when to use
25229 substitutions.
25230
25231 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
25232
25233 2005-02-15 Lute Kamstra <lute@gnu.org>
25234
25235 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25236 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
25237 <monnier@iro.umontreal.ca>
25238 (lisp-outline-level): Improve efficiency. Suggested by David
25239 Kastrup <dak@gnu.org>.
25240
25241 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
25242
25243 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
25244 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
25245 (gdb-set-gud-minor-mode-existing-buffers): New functions.
25246 (gdb-find-file-hook): New hook. Add it to find-file-hook.
25247 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
25248
25249 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
25250
25251 * cus-start.el (all): Comment change.
25252
25253 2005-02-14 Lute Kamstra <lute@gnu.org>
25254
25255 * cus-start.el (all): Check if symbol is void.
25256
25257 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
25258
25259 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
25260 optional argument to \cite.
25261
25262 2005-02-14 Richard M. Stallman <rms@gnu.org>
25263
25264 * cus-edit.el (custom-buffer-create-internal): Update help message.
25265 (custom-magic-alist): Update help messages.
25266
25267 * cus-start.el (all): Allow a var to specify a standard value.
25268
25269 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
25270
25271 * custom.el (custom-theme-set-variables): Handle variable aliases.
25272
25273 * frame.el (blink-cursor-timer): Doc fix.
25274 (blink-cursor): Make it an alias for `blink-cursor-mode' and
25275 declare obsolete.
25276 (blink-cursor-mode): Define with defcustom and use correct
25277 standard expression in that defcustom.
25278 * startup.el (command-line): Adapt to above changes in frame.el.
25279
25280 2005-02-11 Lute Kamstra <lute@gnu.org>
25281
25282 * apropos.el (apropos-score-doc): Prevent division by zero.
25283
25284 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
25285
25286 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
25287 (icalendar--get-event-property-attributes)
25288 (icalendar--get-event-properties)
25289 (icalendar--datetime-to-diary-date): New functions.
25290 (icalendar--split-value): Doc fix.
25291 (icalendar--datetime-to-noneuropean-date)
25292 (icalendar--datetime-to-european-date): New optional argument
25293 SEPARATOR. Return result as a string instead of a list.
25294 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
25295 (icalendar--convert-string-for-export): Rename arg S to STRING.
25296 (icalendar-export-region): Doc fix. Change name of error buffer.
25297 Save output buffer.
25298 (icalendar-import-file): Add blank at end of prompt.
25299 (icalendar-import-buffer): Doc fix. Do not switch to error
25300 buffer. Indicate status in return value.
25301 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
25302 buffer. Save output buffer. Handle exception from recurrence
25303 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
25304 events. Fix problems with weekly all-day events.
25305
25306 2005-02-10 Richard M. Stallman <rms@gnu.org>
25307
25308 * simple.el (eval-expression-print-format):
25309 Avoid warning about edebug-active.
25310
25311 * help.el (help-for-help-internal): Rename from help-for-help.
25312 (help-for-help): Define with defalias.
25313
25314 * font-core.el (font-lock-default-function): Use with-no-warnings.
25315
25316 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
25317
25318 * custom.el (defface): Doc fix.
25319
25320 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
25321
25322 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
25323 width 0" to prevent word wrapping problems.
25324
25325 2005-02-09 Kim F. Storm <storm@cua.dk>
25326
25327 * ido.el (ido-file-extensions-order): New defcustom.
25328 (ido-file-extension-lessp, ido-file-extension-aux)
25329 (ido-file-extension-order): New advanced file ordering.
25330 (ido-file-lessp): New simple file ordering.
25331 (ido-sort-list): Remove.
25332 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
25333 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
25334
25335 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
25336
25337 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
25338 that some versions of grep produce.
25339 (grep-mode-font-lock-keywords): Likewise.
25340
25341 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
25342
25343 * progmodes/gdb-ui.el (gdb-location-list): New variable.
25344 (gdb-cdir): Delete.
25345 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
25346 (gdb-source-info): Treat case when source file is in another
25347 directory properly.
25348 (gdb-get-location): New function.
25349
25350 2005-02-07 Jay Belanger <belanger@truman.edu>
25351
25352 * calc/calc-prog.el (calc-write-parse-table-part)
25353 (calc-fix-token-name): Fix a check for language type.
25354
25355 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
25356
25357 2005-02-07 Andre Spiegel <spiegel@gnu.org>
25358
25359 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
25360 as directory not writable.
25361
25362 2005-02-07 Kim F. Storm <storm@cua.dk>
25363
25364 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
25365 (cua--standard-movement-commands): Remove list.
25366 Instead, set CUA property value to move for movement commands.
25367 (cua-movement-commands): Remove. Users must set CUA prop instead.
25368 (cua--pre-command-handler): Check CUA property.
25369 (cua--init-keymaps): Don't remap undo commands.
25370 (cua-mode): Don't call cua--rectangle-on-off.
25371
25372 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
25373 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
25374 (cua--rect-undo-set-point): New var.
25375 (cua--rectangle-undo-boundary): Setup undo apply entry.
25376 (cua--rect-undo-handler): New function for rectangle undo.
25377 (cua--rect-start-position, cua--rect-end-position): Add.
25378 (cua--rectangle-post-command): Call cua--rectangle-set-corners
25379 for restored rectangle. Set point if cua--rect-undo-set-point.
25380
25381 2005-02-06 Jay Belanger <belanger@truman.edu>
25382
25383 * calc/calc-lang.el (calc-tex-language): Display more information
25384 in messages.
25385
25386 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
25387 in TeX mode.
25388
25389 2005-02-06 Richard M. Stallman <rms@gnu.org>
25390
25391 * emacs-lisp/lisp.el (buffer-end): Doc fix.
25392
25393 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
25394
25395 * net/ldap.el (ldap-search-internal): Support attributes with
25396 optional descriptions separated by a semi-colon, as in
25397 "userCertificate;binary".
25398
25399 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
25400
25401 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
25402 isn't a cons (i.e. the version is 0).
25403
25404 2005-02-05 Eli Zaretskii <eliz@gnu.org>
25405
25406 * help.el (help-for-help): Doc fix.
25407
25408 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
25409
25410 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
25411 GDB-Windows on the menu-bar as this works better.
25412
25413 2005-02-04 Jay Belanger <belanger@truman.edu>
25414
25415 * calc/calc-embed.el (calc-embedded-update): Don't put in
25416 unnecessary newlines. Adjust the end of formula marker.
25417
25418 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
25419 (math-latex-parse-two-args): New function.
25420
25421 2005-02-03 Lute Kamstra <lute@gnu.org>
25422
25423 * help-fns.el (help-with-tutorial): Make sure that users cannot
25424 remove the entire text of the tutorial by means of `undo'.
25425
25426 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
25427
25428 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
25429 in recent changes, where the ispell process was repeatedly
25430 killed & restarted.
25431
25432 * international/mule-cmds.el (set-locale-environment): Set file-name
25433 coding system to utf-8 on Darwin systems.
25434 (set-default-coding-systems): Don't set default-file-name-coding-system
25435 on Darwin systems.
25436
25437 2005-02-03 Richard M. Stallman <rms@gnu.org>
25438
25439 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
25440
25441 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
25442
25443 * faces.el (list-faces-display): Add optional argument.
25444
25445 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
25446
25447 * font-core.el (font-lock-default-function): Handle the rare case where
25448 only font-lock-keywords is set.
25449
25450 2005-02-02 Kenichi Handa <handa@m17n.org>
25451
25452 * international/characters.el: Cancel previous change for
25453 I-WITH-DOT-ABOVE and DOTLESS-i.
25454
25455 * international/latin-5.el: Cancel previous change.
25456
25457 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
25458
25459 * progmodes/gud.el: Correction to syntax in gud-menu-map.
25460
25461 2005-02-02 Kenichi Handa <handa@m17n.org>
25462
25463 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
25464 DOTLESS-i.
25465
25466 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
25467 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
25468
25469 * case-table.el (get-upcase-table): New function.
25470 (copy-case-table): Copy upcaes table too if non-nil.
25471 (set-case-syntax-delims): Maintain upcase table too.
25472 (set-case-syntax-pair): Likewise.
25473 (set-upcase-syntax, set-downcase-syntax): New functions.
25474 (set-case-syntax): Maintain upcase table too.
25475
25476 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
25477
25478 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
25479
25480 * progmodes/gud.el (gud-goto-info): New function.
25481 (gud-tool-bar-map): Use correct icon.
25482
25483 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
25484
25485 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
25486 When delegating, order args in the funcall correctly.
25487
25488 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
25489
25490 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
25491
25492 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
25493
25494 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
25495 buffer not visiting a file.
25496
25497 2005-01-31 Jay Belanger <belanger@truman.edu>
25498
25499 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
25500 bound on the line with the formula.
25501
25502 2005-01-31 Kim F. Storm <storm@cua.dk>
25503
25504 * ses.el (ses-create-cell-variable-range)
25505 (ses-destroy-cell-variable-range, ses-reset-header-string)
25506 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
25507 (ses-insert-row): Fix format of apply undo entries.
25508
25509 2005-01-31 Jay Belanger <belanger@truman.edu>
25510
25511 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
25512 parts.
25513
25514 * calc/calc-embed.el (calc-embedded-open-formula)
25515 (calc-embedded-close-formula): Ignore matrix environments.
25516
25517 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
25518 TeX mode.
25519
25520 * calc/calc-lang.el (math-function-table, math-oper-table)
25521 (math-variable-table): Adjust the LaTeX portions.
25522
25523 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
25524 (math-latex-ignore-words): New constant.
25525
25526 2005-01-31 Richard M. Stallman <rms@gnu.org>
25527
25528 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
25529 (ispell-local-dictionary): Doc fix.
25530 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
25531 Don't reinitialize at run time. Don't defcustom.
25532 All uses changed to append ispell-local-dictionary-alist,
25533 or check it first.
25534 (ispell-current-dictionary): New variable for dictionary in use.
25535 (ispell-dictionary): Now used only for global default.
25536 (ispell-start-process): Set ispell-current-dictionary,
25537 not ispell-dictionary.
25538 (ispell-change-dictionary): Use this only for setting
25539 user preferences.
25540 (ispell-internal-change-dictionary): New function
25541 to change the current dictionary in use.
25542 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
25543 Use ispell-current-dictionary.
25544 Handle ispell-local-dictionary-overridden.
25545 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
25546
25547 2005-01-31 Jay Belanger <belanger@truman.edu>
25548
25549 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
25550
25551 * calc/calc-ext.el: Add calc-latex-language to autoloads.
25552 (calc-mode-map): Add calc-latex-language.
25553
25554 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
25555 (math-latex-print-frac): New functions.
25556 (math-oper-table, math-function-table, math-variable-table)
25557 (math-complex-format, math-input-filter): Add latex properties.
25558 (calc-set-language): Set math-expr-special-function-mapping.
25559
25560 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
25561 (calc-write-parse-table-part): Add LaTeX support.
25562
25563 * calc/calc.el (calc-language): Adjust docstring.
25564 (calc-set-mode-line): Add LaTeX support.
25565 (math-expr-special-function-mapping): New variable.
25566 (math-tex-ignore-words): Add to list.
25567
25568 * calc/calccomp.el (math-compose-expr, math-compose-rows):
25569 Add LaTeX support.
25570 (math-compose-expr): Add support for special functions.
25571
25572 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
25573
25574 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
25575
25576 * progmodes/gdb-ui.el (gdb-memory-address)
25577 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
25578 (gdb-memory-mode-map, gdb-memory-format-keymap)
25579 (gdb-memory-format-menu, gdb-memory-unit-keymap)
25580 (gdb-memory-unit-menu): New variables for a buffer
25581 that lets the user examine program memory.
25582 (gdb-memory-set-address, gdb-memory-set-repeat-count)
25583 (gdb-memory-format-binary, gdb-memory-format-octal)
25584 (gdb-memory-format-unsigned, gdb-memory-format-signed)
25585 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
25586 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
25587 (gdb-memory-unit-word, gdb-memory-unit-halfword)
25588 (gdb-memory-unit-byte, gdb-memory-unit-menu)
25589 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
25590 (gdb-memory-mode, gdb-memory-buffer-name)
25591 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
25592 New functions for above buffer.
25593
25594 2005-01-30 Richard M. Stallman <rms@gnu.org>
25595
25596 * cus-edit.el (custom-bury-buffer): Function deleted.
25597 (custom-buffer-done-function): Option deleted.
25598 (custom-buffer-done-kill): New replacement option.
25599 (Custom-buffer-done): Call quit-window.
25600 (custom-buffer-create-internal): Update for above changes.
25601
25602 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
25603
25604 * simple.el (undo-ask-before-discard): New var.
25605 (undo-outer-limit-truncate): Implement it.
25606 (undo-extra-outer-limit): Doc update.
25607
25608 2005-01-29 Richard M. Stallman <rms@gnu.org>
25609
25610 * ses.el (undo-more): Delete defadvice.
25611 (ses-begin-change): Doc fix.
25612
25613 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
25614 instead of rebinding C-x u and C-_.
25615
25616 * files.el (normal-backup-enable-predicate): Return nil for files
25617 in /tmp, regardless of temporary-file-directory.
25618
25619 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
25620
25621 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
25622 (open-rectangle, delete-whitespace-rectangle-line)
25623 (clear-rectangle-line): If FILL, pass t instead of FILL
25624 for move-to-column's 2nd arg.
25625
25626 * simple.el (undo): Fix the test for continuing a series of undos.
25627 (undo-more): Set pending-undo-list to t when we reach end.
25628 (pending-undo-list): Move up defvar.
25629
25630 * wid-edit.el (widget-button-click):
25631 Shorten the range of the track-mouse binding.
25632
25633 * comint.el (comint-insert-input): Undo previous changes;
25634 use last-input-event in interactive spec.
25635
25636 2005-01-29 Eli Zaretskii <eliz@gnu.org>
25637
25638 * progmodes/compile.el (compilation-start): Bind buffer-read-only
25639 to nil before invoking call-process. Reset buffer's modified flag
25640 after fontifying it in the no-async branch.
25641
25642 * wid-edit.el (widget-specify-button): If mouse pointer shape
25643 cannot be changed, use mouse face instead.
25644
25645 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
25646
25647 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
25648 (gdb-goto-breakpoint): Make breakpoint handling work on template
25649 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
25650 (gdb-assembler-custom): Update to recognize breakpoint information
25651 added on 2005-01-19.
25652
25653 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
25654
25655 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
25656 (dsssl-mode): Use define-derived-mode.
25657 (scheme-mode-initialize): Remove.
25658 (scheme-mode): Use run-mode-hooks.
25659
25660 * cus-edit.el (customize-group-other-window)
25661 (custom-buffer-create-other-window): Don't override special-display-*.
25662 (custom-mode-map): Make it dense.
25663
25664 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
25665 sets the default value.
25666
25667 2005-01-28 Eli Zaretskii <eliz@gnu.org>
25668
25669 * descr-text.el: Add more keywords.
25670
25671 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
25672
25673 * speedbar.el: Avoid unnecessary use of locate-library.
25674
25675 * international/mule-cmds.el (standard-display-european-internal):
25676 Don't fiddle with latin-1 non-break space any more since it's now
25677 special cased in the C code.
25678 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
25679
25680 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
25681
25682 * cus-start.el (all): Add `undo-outer-limit'.
25683
25684 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25685
25686 * textmodes/bibtex.el (bibtex-format-entry):
25687 Use `bibtex-empty-field-re' only on the text of fields, not on entire
25688 field lines.
25689 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
25690 not on part of a buffer.
25691
25692 2005-01-25 Lute Kamstra <lute@gnu.org>
25693
25694 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
25695 nonempty field text strings like "{letters\\macro{}more letters}".
25696 Clarify docstring.
25697 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
25698 (bibtex-entry-offset, bibtex-parse-association)
25699 (bibtex-parse-field-name): Fix typos in docstrings.
25700 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
25701
25702 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
25703
25704 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
25705 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
25706 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
25707 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
25708
25709 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
25710 isearch minor mode.
25711
25712 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
25713
25714 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
25715
25716 2005-01-24 Lute Kamstra <lute@gnu.org>
25717
25718 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
25719 CASECHARS and NOT-CASECHARS regular expressions of the
25720 "nederlands" and "nederlands8" dictionaries to prevent a "Range
25721 striding over charsets" error.
25722
25723 2005-01-24 Jay Belanger <belanger@truman.edu>
25724
25725 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
25726 display variable name.
25727
25728 2005-01-24 Kenichi Handa <handa@m17n.org>
25729
25730 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
25731 Fix setting of the element of encoded-kbd-iso2022-invocations.
25732
25733 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
25734
25735 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
25736 (gdb-threads-select): Change to also accept mouse events.
25737 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
25738 (gdb-threads-mouse-select): Delete.
25739
25740 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
25741
25742 * files.el (insert-directory): Take care of empty directory,
25743 listed without -a switch.
25744
25745 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
25746
25747 * textmodes/refill.el (refill-post-command-function):
25748 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
25749 to the list of functions that we should be careful not to undo.
25750 (refill-late-fill-paragraph-function): Remove.
25751 (refill-saved-state): New var.
25752 (refill-mode): Use it to save fill-paragraph-function.
25753 Save also the value of auto-fill-function.
25754
25755 * term/w32-win.el: Simplify code.
25756
25757 2005-01-23 Kim F. Storm <storm@cua.dk>
25758
25759 * simple.el (line-move): Adapt to new return value from
25760 pos-visible-in-window-p.
25761
25762 * simple.el (line-move): Fix last change. Check partial
25763 visibility at point rather than at window-start.
25764
25765 2005-01-22 Jason Rumney <jasonr@gnu.org>
25766
25767 * term/w32-win.el (xw-defined-colors): Remove debug-message.
25768
25769 2005-01-22 David Kastrup <dak@gnu.org>
25770
25771 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
25772
25773 2005-01-22 Eli Zaretskii <eliz@gnu.org>
25774
25775 * type-break.el (type-break-mode): Add a test for
25776 type-break-file-name being non-nil.
25777
25778 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
25779
25780 * net/eudc.el (top level): Call (message "") via progn, so that
25781 eudc-options-file is loaded.
25782
25783 2005-01-22 Kim F. Storm <storm@cua.dk>
25784
25785 * simple.el (line-move-1): Rename from line-move.
25786 (line-move): New function that adjusts vscroll for partially
25787 visible rows, and calls line-move-1 otherwise.
25788
25789 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
25790
25791 * pcomplete.el: Define pcomplete-read-event instead of read-event,
25792 since it's not a complete read-event implementation
25793
25794 2005-01-20 Jay Belanger <belanger@truman.edu>
25795
25796 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
25797 for called function.
25798
25799 2005-01-20 Steven Tamm <steventamm@mac.com>
25800
25801 * term/mac-win.el (process-connection-type): Remove.
25802 Controlled now by s/darwin.h:PTY_ITERATION.
25803
25804 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
25805
25806 * window.el (handle-select-window): Don't switch window when we're
25807 in the minibuffer.
25808
25809 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
25810
25811 * subr.el (dotimes-with-progress-reporter): New macro.
25812
25813 * ses.el (ses-dotimes-msg): Remove macro.
25814 Use `dotimes-with-progress-reporter' instead.
25815
25816 2005-01-19 Steven Tamm <steventamm@mac.com>
25817
25818 * term/mac-win.el (process-connection-type): Use new
25819 operating-system-release variable to use ptys on Darwin 7 (OS X
25820 10.3) when using carbon build.
25821
25822 2005-01-19 Jay Belanger <belanger@truman.edu>
25823
25824 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
25825 flags if the last command was a tab or M-tab.
25826
25827 * calc/calc-prog.el (calc-user-define-edit): Put original formula
25828 in formula editing buffer.
25829
25830 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
25831
25832 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
25833 breakpoint image symbol in margin.
25834
25835 2005-01-19 Jay Belanger <belanger@truman.edu>
25836
25837 * calc/calc-prog.el (calc-execute-kbd-macro):
25838 Ignore calc-keep-arg-flag.
25839
25840 2005-01-19 Kenichi Handa <handa@m17n.org>
25841
25842 * textmodes/ispell.el (ispell-looking-at): New function.
25843 (ispell-process-line): Use ispell-looking-at to compare the ispell
25844 output and the buffer contents.
25845
25846 2005-01-18 Jay Belanger <belanger@truman.edu>
25847
25848 * calc/calc.el (calc-display-raw): Fix docstring.
25849
25850 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
25851
25852 * simple.el (blink-matching-open): Strip extra info from syntax.
25853
25854 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
25855 funny chars in the end-of-here-doc marker.
25856
25857 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
25858
25859 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
25860 that enable/disabled state of breakpoints is shown correctly in
25861 fringe and on ttys.
25862 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
25863 Add breakpoint information as text properties.
25864 (gdb-mouse-toggle-breakpoint):
25865 Rename to gdb-mouse-set-clear-breakpoint.
25866 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
25867 breakpoints in the margin.
25868 (gdb-remove-strings): Simplify.
25869
25870 2005-01-17 Jay Belanger <belanger@truman.edu>
25871
25872 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
25873 erasing buffer.
25874
25875 2005-01-17 Richard M. Stallman <rms@gnu.org>
25876
25877 * progmodes/grep.el (grep-find): Copy from `grep' the condition
25878 for calling grep-compute-defaults.
25879
25880 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
25881 if buffer is empty.
25882
25883 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
25884
25885 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
25886
25887 * hilit-chg.el (highlight-changes-mode): Don't autoload.
25888
25889 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
25890 non-preloaded variables.
25891
25892 2005-01-17 Steven Tamm <steventamm@mac.com>
25893
25894 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
25895 tex-shell cause to force interactivity when using pipes.
25896
25897 2005-01-17 Kim F. Storm <storm@cua.dk>
25898
25899 * simple.el (just-one-space): Make arg optional.
25900
25901 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
25902
25903 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
25904 posn-at-x-y to t to access left-margin.
25905
25906 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
25907
25908 Sync with Tramp 2.0.47.
25909
25910 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
25911 catching keep-date problems in cp/scp operations.
25912 (tramp-handle-copy-file): Don't call `set-file-modes'
25913 unconditionally. Specialized functions should know better what is
25914 necessary. This improves performance a little bit, and the
25915 functions could catch errors with `cp -p' and `scp -p'.
25916 (tramp-do-copy-or-rename-file-via-buffer)
25917 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
25918 when appropriate.
25919 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
25920 Call `set-file-modes' when appropriate.
25921 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
25922 Johnsson <isak@hypergene.com>
25923 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
25924 of both Tramp buffer and debug buffer. Reported by Joakim Verona
25925 <joakim@verona.se>
25926 (tramp-file-name-for-operation): Mark `shell-command' as magic for
25927 Emacs only.
25928
25929 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
25930 `find-file-hooks' and `dired-mode-hook'.
25931 (tramp-minor-mode-map): Respective map. Add remapping for
25932 `compile' and `recompile'.
25933 (tramp-remap-command, tramp-recompile): New defuns.
25934 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
25935 in buffer "*Compilation*". Call the commands asynchronously.
25936
25937 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
25938 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
25939 `shell-command', because it isn't magic in XEmacs. Reported by
25940 Adrian Aichner <adrian@xemacs.org>.
25941
25942 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
25943 `substitute-in-file-name.
25944 (tramp-smb-handle-substitute-in-file-name): New defun.
25945 (tramp-smb-advice-PC-do-completion): Delete advice.
25946
25947 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
25948
25949 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
25950 Fix error in deleting region.
25951
25952 2005-01-15 Richard M. Stallman <rms@gnu.org>
25953
25954 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
25955 In non-temp buffer, switch syntax table temporarily.
25956
25957 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
25958
25959 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
25960
25961 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
25962
25963 * imenu.el (imenu--split-menu): Copy menulist before sorting.
25964 (imenu--generic-function): Use START, not BEG, as pos of definition.
25965
25966 * simple.el (just-one-space): Argument specifies number of spaces.
25967
25968 * simple.el (eval-expression-print-format): Avoid warning
25969 about edebug-active.
25970
25971 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
25972
25973 * progmodes/sh-script.el: Code copied from make-mode.el
25974 with small changes,
25975 (sh-mode-map): Bind C-c C-\.
25976 (sh-backslash-column, sh-backslash-align): New variables.
25977 (sh-backslash-region, sh-append-backslash): New functions.
25978
25979 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
25980
25981 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
25982 (rmail-pop-password, rmail-pop-password-required): Move to
25983 rmail-obsolete group.
25984 (rmail-set-pop-password): Rename to rmail-set-remote-password.
25985 All callers updated.
25986 (rmail-get-pop-password): Rename to rmail-get-remote-password.
25987 Take an argument specifying whether it is POP or IMAP mailbox we
25988 are using. All callers updated.
25989 (rmail-pop-password-error): Rename to
25990 rmail-remote-password-error. Added mailutils-specific error message.
25991 (rmail-movemail-search-path)
25992 (rmail-movemail-variant-in-use): New variables.
25993 (rmail-remote-password, rmail-remote-password-required):
25994 New customization variables.
25995 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
25996 (rmail-parse-url): New function.
25997 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
25998 with GNU mailutils movemail.
25999
26000 2005-01-15 Kevin Ryde <user42@zip.com.au>
26001
26002 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
26003 suffix to space, $ or '$, to correctly position point when going
26004 to @table style constants like DBL_MAX.
26005
26006 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
26007
26008 * type-break.el (type-break-mode, type-break-file-time)
26009 (type-break-file-keystroke-count, type-break-choose-file):
26010 Don't store data in or load data from the file if type-break-file-name
26011 is nil.
26012 (type-break-file-name): Doc update as per the above.
26013
26014 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
26015
26016 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
26017 lookup-key might return nil; handle that.
26018
26019 2005-01-15 Alan Mackenzie <acm@muc.de>
26020
26021 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
26022 rather than the element found, thus enabling the tree to be setcar'd.
26023
26024 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
26025
26026 * textmodes/org.el (org-show-following-heading): New option.
26027 (org-show-hierarchy-above): Use `org-show-following-heading'.
26028 (org-cycle): Documentation fix.
26029
26030 * textmodes/org.el (orgtbl-optimized): New option
26031 (orgtbl-mode): New command, a minor mode.
26032 (orgtbl-mode-map): New variable.
26033 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
26034 (orgtbl-error, orgtbl-self-insert-command)
26035 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
26036
26037 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
26038 a local variable in each org-mode buffer.
26039
26040 * textmodes/org.el (org-set-regexps-and-options): Rename from
26041 `org-set-regexps'. Added checking for STARTUP keyword.
26042 (org-get-current-options): Add STARTUP options.
26043 (org-table-insert-row): Make mode intelligent about when
26044 realignment is needed.
26045 (org-self-insert-command, org-delete-backward-char, org-delete-char):
26046 New commands.
26047 (org-enable-table-editor): New default value `optimized'.
26048 (org-table-blank-field): Support blanking regions if active.
26049
26050 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
26051
26052 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
26053 if the year is not given.
26054
26055 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
26056 Add new escapes %m and %M, fixed bug with %F by adding
26057 save-match-data.
26058 (reftex-reference): Remove ?. from list of spaces.
26059 (reftex-label-info): Add automatic label prefix recognition.
26060
26061 * textmodes/reftex-index.el (reftex-index-next-phrase):
26062 Add slave parameter to call of `reftex-index-this-phrase'.
26063 (reftex-index-this-phrase): New optional argument.
26064 (reftex-index-region-phrases): Add slave parameter to call of
26065 `reftex-index-this-phrase'.
26066 (reftex-display-index): New argument redo.
26067 (reftex-index-rescan): Add `redo' to arguments of
26068 `reftex-display-index'.
26069 (reftex-index-Rescan, reftex-index-revert)
26070 (reftex-index-switch-index-tag): Add `redo' to arguments of
26071 `reftex-display-index'.
26072 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
26073 indexing. Fix bug with matching is there is a quote before or
26074 after the word.
26075
26076 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
26077 Fix bug when collecting citation keys in lines with comments.
26078 (reftex-citation): Prefix argument no longer rescans the document,
26079 but forces prompting for optional arguments of cite macros.
26080 (reftex-do-citation): Prompting for optional arguments implemented.
26081
26082 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
26083 Add optional arguments to most cite commands.
26084 (reftex-cite-cleanup-optional-args): New option
26085 (reftex-cite-prompt-optional-args): New option.
26086 (reftex-trust-label-prefix): New option.
26087
26088 * textmodes/reftex-toc.el (reftex-toc-find-section):
26089 Add push-mark before changing the position in the buffer.
26090
26091 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
26092 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
26093
26094 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
26095
26096 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
26097 more carefully.
26098
26099 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
26100
26101 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
26102 (sgml-mode): Use it.
26103 (sgml-get-context): Better keep track of implicitly closed tags.
26104
26105 2005-01-13 Kenichi Handa <handa@m17n.org>
26106
26107 * textmodes/ispell.el: These changes are to fix misalignment error
26108 caused by equivalent characters of different Emacs charsets.
26109 (ispell-unified-chars-table): New variable.
26110 (ispell-get-decoded-string): New function.
26111 (ispell-get-casechars, ispell-get-not-casechars)
26112 (ispell-get-otherchars): Call ispell-get-decoded-string.
26113
26114 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
26115
26116 * custom.el (custom-declare-variable): Just put symbol instead
26117 of (defvar . symbol) in `current-load-list'.
26118
26119 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
26120
26121 * emacs-lisp/elint.el: Fixed typo in Commentary section.
26122
26123 2005-01-12 Jay Belanger <belanger@truman.edu>
26124
26125 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
26126 to create a Calc summary.
26127
26128 2005-01-12 Kim F. Storm <storm@cua.dk>
26129
26130 * mouse.el (mouse-on-link-p): Change functionality and doc
26131 string to comply with latest description in lisp ref.
26132
26133 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
26134
26135 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
26136 Enable mouse clicks on mode-line, header-line and margin.
26137 (event-type): Give mouse event symbols an `event-kind' property
26138 with value `mouse-click'.
26139
26140 2005-01-12 Juri Linkov <juri@jurta.org>
26141
26142 * facemenu.el (list-colors-display): Add new arg buffer-name.
26143 Use it. Fix docstring. Replace code for identifying duplicate
26144 colors by the name with call to `list-colors-duplicates' which
26145 identifies duplicate colors by the value unless the color
26146 is one of special Windows colors. Set truncate-lines to t.
26147 Print sorted duplicate color names on each line. Indent to 22
26148 \(the longest color name in rgb.txt) instead of 20. Optimize.
26149 (list-colors-duplicates): New function.
26150 (facemenu-color-name-equal): Delete function.
26151
26152 * facemenu.el (list-colors-print): New function created from code
26153 in list-colors-display. Print #RRGGBB at the window right edge.
26154 (list-colors-display): When temp-buffer-show-function is not
26155 defined, call list-colors-print from temp-buffer-show-hook
26156 to get the right value of window-width in list-colors-print
26157 after the buffer is displayed.
26158
26159 * simple.el (pop-mark): Move deactivate-mark out of conditional
26160 part to deactivate the active mark regardless of the state of the
26161 mark ring.
26162
26163 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
26164 variables line in desktop files.
26165
26166 2005-01-12 Juri Linkov <juri@jurta.org>
26167
26168 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
26169 Bring together isearch highlight related options.
26170 (lazy-highlight): Replace group `replace' by `matching'.
26171 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
26172 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
26173 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
26174 and declare them obsolete.
26175 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
26176 (isearch-faces): Remove defgroup.
26177 (isearch-overlay, isearch-highlight, isearch-dehighlight):
26178 Move isearch highlighting code closer to lazy highlighting code.
26179
26180 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
26181 (query-replace-highlight, query-replace-lazy-highlight)
26182 (query-replace): Move definitions to the beginning of the file.
26183
26184 2005-01-11 Juri Linkov <juri@jurta.org>
26185
26186 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
26187 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
26188 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
26189
26190 * info.el (Info-history-forward): New variable.
26191 (Info-select-node): Reset Info-history-forward to nil.
26192 (Info-last): Turn into defalias.
26193 (Info-history-back): Rename from Info-last.
26194 Add current node to Info-history-forward.
26195 (Info-history-forward): New fun.
26196 (Info-mode-map): Replace Info-last by Info-history-back.
26197 Bind Info-history-forward to "r".
26198 (Info-mode-menu): Replace Info-last by Info-history-back.
26199 Fix menu item text. Add menu item for Info-history-forward.
26200 (info-tool-bar-map): Replace Info-last by Info-history-back.
26201 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
26202 for Info-history-forward.
26203 (Info-mode): Replace Info-last by Info-history-back in docstring.
26204 Add local variable Info-history-forward.
26205 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
26206
26207 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
26208
26209 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
26210 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
26211 Ignore select-window events rather than fiddle with
26212 mouse-autoselect-window.
26213
26214 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
26215
26216 * type-break.el (type-break-mode): Fix previous change.
26217
26218 2005-01-10 Jay Belanger <belanger@truman.edu>
26219
26220 * calc/calc-ext.el (calc-reset): Reset when inside embedded
26221 calculator; only reset when point is inside a calculator.
26222 Don't adjust the window height if the window takes up the whole height
26223 of the frame.
26224
26225 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
26226
26227 * ebuff-menu.el (Electric-buffer-menu-mode):
26228 Preserve value of buffer-local var header-line-format.
26229
26230 2005-01-09 Jay Belanger <belanger@truman.edu>
26231
26232 * calc/calc.el (calc-mode-var-list-restore-saved-values):
26233 Make sure settings file exists before accessing it.
26234
26235 * calc/calc-embed.el (calc-embedded-subst):
26236 Replace math-multi-subst-rec, which is only supposed to be called
26237 by math-multi-subst, by math-multi-subst.
26238
26239 2005-01-09 Andre Spiegel <spiegel@gnu.org>
26240
26241 * vc.el (vc-allow-async-revert): New user option.
26242 (vc-disable-async-diff): New internal variable.
26243 (vc-revert-buffer): Use them to disable asynchronous diff.
26244
26245 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
26246 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
26247 asynchronously if vc-disable-async-diff is t.
26248
26249 2005-01-09 Jay Belanger <belanger@truman.edu>
26250
26251 * calc/calc.el (defcalcmodevar): New macro.
26252 (calc-mode-var-list-restore-default-values)
26253 (calc-mode-var-list-restore-saved-values): New functions.
26254 (calc-mode-var-list): Use defcalcmodevar to define it.
26255 (calc-always-load-extensions, calc-line-numbering)
26256 (calc-line-breaking, calc-display-just, calc-display-origin)
26257 (calc-number-radix, calc-leading-zeros, calc-group-digits)
26258 (calc-group-char, calc-point-char, calc-frac-format)
26259 (calc-prefer-frac, calc-hms-format, calc-date-format)
26260 (calc-float-format, calc-full-float-format, calc-complex-format)
26261 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
26262 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
26263 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
26264 (calc-matrix-brackets, calc-language, calc-language-option)
26265 (calc-left-label, calc-right-label, calc-word-size)
26266 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
26267 (calc-display-raw, calc-internal-prec, calc-angle-mode)
26268 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
26269 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
26270 (calc-window-height, calc-display-trail, calc-show-selections)
26271 (calc-use-selections, calc-assoc-selections)
26272 (calc-display-working-message, calc-auto-why, calc-timing)
26273 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
26274 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
26275 (calc-gnuplot-default-device, calc-gnuplot-default-output)
26276 (calc-gnuplot-print-device, calc-gnuplot-print-output)
26277 (calc-gnuplot-geometry, calc-graph-default-resolution)
26278 (calc-graph-default-resolution-3d, calc-invocation-macro)
26279 (calc-show-banner): Use defcalcmodevar to declare them and set
26280 their default values.
26281
26282 * calc/calc-ext.el (calc-reset): Restore saved values of variables
26283 instead of default values (but restore default values if there is
26284 an argument of 0).
26285
26286 2005-01-09 David Kastrup <dak@gnu.org>
26287
26288 * desktop.el (desktop-restore-eager): Fix typo in type.
26289
26290 2005-01-08 Richard M. Stallman <rms@gnu.org>
26291
26292 * cus-edit.el (customize): Delete :link.
26293
26294 2005-01-08 Jay Belanger <belanger@truman.edu>
26295
26296 * calc/calc.el (calc-mode): Remove the extension from the
26297 `calc-settings-file' file name when loading it.
26298
26299 2005-01-08 Kim F. Storm <storm@cua.dk>
26300
26301 * info.el (Info-mode-map, Info-next-link-keymap)
26302 (Info-prev-link-keymap, Info-up-link-keymap):
26303 Map follow-link to mouse-face.
26304 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
26305
26306 2005-01-08 Jay Belanger <belanger@truman.edu>
26307
26308 * calc/calc.el (calc-settings-file): Change default value.
26309 Suggested by cgw in a comment in calc-mode.el.
26310
26311 * calc/calc-mode.el (calc-settings-file-name):
26312 Compare calc-settings-file to user-init-file instead of ~/.emacs.
26313 Replace ~/.emacs in a prompt by calc-settings-file.
26314
26315 2005-01-07 Lars Hansen <larsh@math.ku.dk>
26316
26317 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
26318 (desktop-lazy-idle-delay): New customizable variables.
26319 (desktop-buffer-args-list): New variable.
26320 (desktop-append-buffer-args): New function.
26321 (desktop-save): Call desktop-append-buffer-args for some buffers.
26322 (desktop-lazy-create-buffer): New function.
26323 (desktop-idle-create-buffers): New function.
26324 (desktop-read): Add message about buffers to restore lazily.
26325 (desktop-lazy-abort): New command.
26326 (desktop-clear): Call desktop-lazy-abort.
26327 (desktop-lazy-complete): New command.
26328
26329 2005-01-06 Richard M. Stallman <rms@gnu.org>
26330
26331 * emacs-lisp/find-func.el (find-face-definition):
26332 Rename from find-face.
26333
26334 2005-01-06 Kim F. Storm <storm@cua.dk>
26335
26336 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
26337
26338 * man.el (Man-xref-man-page, Man-xref-header-file)
26339 (Man-xref-normal-file): Add follow-link property.
26340
26341 2005-01-06 Jay Belanger <belanger@truman.edu>
26342
26343 * calc/calc-units.el: Make sure the proper macro definitions are
26344 available when compiling.
26345
26346 2005-01-06 Juri Linkov <juri@jurta.org>
26347
26348 * isearch.el (isearch-lazy-highlight-update):
26349 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
26350
26351 2005-01-06 Miles Bader <miles@gnu.org>
26352
26353 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
26354 (isearch-lazy-highlight-face): Use new name.
26355
26356 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
26357
26358 * uniquify.el (uniquify-rationalize-file-buffer-names):
26359 Re-add an interactive spec.
26360 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
26361 to the same name.
26362
26363 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
26364 (isearch-update, isearch-done): Adjust calls accordingly.
26365
26366 2005-01-05 Richard M. Stallman <rms@gnu.org>
26367
26368 * custom.el (custom-set-variables, custom-theme-set-variables):
26369 Clarify documentation.
26370
26371 * emacs-lisp/find-func.el (find-variable)
26372 (find-variable-other-window, find-variable-other-frame):
26373 Fix the TYPE args to find-function-read and find-function-do-it.
26374 (find-function): Doc fix.
26375 (find-function-at-point): Replace function-at-point alias.
26376
26377 2005-01-04 Richard M. Stallman <rms@gnu.org>
26378
26379 * cus-face.el (custom-declare-face):
26380 Record defface in current-load-list.
26381
26382 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
26383
26384 * emacs-lisp/find-func.el: Doc fixes.
26385 (find-face-regexp): New variable.
26386 (find-function-regexp-alist): New variable.
26387 (find-function-C-source): Third arg is now TYPE.
26388 (find-function-search-for-symbol): Handle general TYPE.
26389 (find-function-read, find-function-do-it): Handle general TYPE.
26390 (find-definition-noselect, find-face): New functions.
26391 (function-at-point): Alias deleted.
26392
26393 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
26394
26395 * battery.el (display-battery-mode): Rename from display-battery.
26396 Handle the case where it gets turned off.
26397
26398 2005-01-04 Richard M. Stallman <rms@gnu.org>
26399
26400 * cus-edit.el (customize): Make :link point to user doc.
26401
26402 * man.el (Man-fontify-manpage): Turn off undo generation.
26403
26404 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
26405
26406 2005-01-04 Andreas Schwab <schwab@suse.de>
26407
26408 * files.el (insert-directory): Only look for error lines in
26409 inserted text. Don't move too far after processing --dired markers.
26410
26411 2005-01-04 Richard M. Stallman <rms@gnu.org>
26412
26413 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
26414 Don't expand if the character is @, period, dash, etc.
26415 (define-mail-abbrev): Quote names that contain problem characters.
26416
26417 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
26418
26419 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
26420
26421 2005-01-03 Richard M. Stallman <rms@gnu.org>
26422
26423 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
26424 (query-replace-highlight, query-replace-lazy-highlight)
26425 (query-replace): Definitions moved up. Doc fix.
26426
26427 2005-01-03 Richard M. Stallman <rms@gnu.org>
26428
26429 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
26430 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
26431 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
26432 (lazy-highlight-face): Rename from isearch-lazy-...
26433 Change all references to them.
26434
26435 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
26436
26437 * cus-edit.el (custom-file): Doc fix for defcustom.
26438 (custom-file): The function no longer sets the variable
26439 `custom-file' to its return value.
26440
26441 * startup.el (command-line): No longer load `custom-file'.
26442
26443 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
26444
26445 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
26446
26447 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
26448 Don't confuse module-prefixed identifiers for labels.
26449 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
26450
26451 2005-01-02 Richard M. Stallman <rms@gnu.org>
26452
26453 * files.el (basic-save-buffer-1): Fix previous change.
26454
26455 * loadhist.el (file-loadhist-lookup): New function.
26456 (file-provides, file-requires): Use it.
26457
26458 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
26459 instead of calculating the right size.
26460
26461 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
26462
26463 * vc-svn.el (vc-svn-diff): Stay local if possible.
26464
26465 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
26466
26467 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
26468
26469 * files.el (hack-local-variables): Fix last change.
26470
26471 2005-01-02 Jay Belanger <belanger@truman.edu>
26472
26473 * calc/calc-yank.el (calc-edit-top): New variable.
26474 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
26475 object. Change header properties.
26476 (calc-edit-finish, calc-edit-finish-stack-object)
26477 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
26478 edited object.
26479 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
26480 for the beginning of the edited object.
26481 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
26482 for the beginning of the edited object.
26483 * calc/calc-prog.el (calc-edit-macro-finish-edit)
26484 (calc-finish-formula-edit, calc-macro-repeats)
26485 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
26486 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
26487 beginning of the edited object.
26488 (calc-user-define-edit): Change the header for editing macros.
26489 Remove unnecessary variable.
26490
26491 2005-01-01 Jay Belanger <belanger@truman.edu>
26492
26493 * calc/calc-yank.el (calc-edit-mode): Change default header.
26494 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
26495 * calc/calc-store.el (calc-edit-variable): Change title to match new
26496 header.
26497 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
26498 mode to match new header.
26499 (calc-user-define-edit): Change titles to include names of commands.
26500 (calc-finish-formula-edit): Adjust to handle new header.
26501 (calc-finish-macro-edit): Remove.
26502 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
26503 (calc-edit-macro-command, calc-edit-macro-command-type)
26504 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
26505 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
26506 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
26507 (calc-edit-macro-finish-edit): New functions.
26508 (calc-user-define-edit): Use new functions to edit named calc macros.
26509
26510 2005-01-01 Stefan <monnier@iro.umontreal.ca>
26511
26512 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
26513
26514 * ses.el (copy-region-as-kill): Deactivate mark.
26515
26516 2005-01-01 Richard M. Stallman <rms@gnu.org>
26517
26518 * replace.el (occur-1): If the output buffer is also an input,
26519 don't kill it, rename it.
26520
26521 * faces.el (set-face-background, set-face-foreground): Doc fix.
26522
26523 * cus-face.el (custom-face-attributes): Fix :help-echo strings
26524 for :foreground and :background.
26525
26526 * dired.el (dired-view-command-alist): Variable deleted.
26527 (dired-view-file, dired-mouse-find-file-other-window):
26528 Delete the code to use it.
26529
26530 2005-01-01 Kim F. Storm <storm@cua.dk>
26531
26532 * image.el (insert-sliced-image): Use t for line-height property.
26533
26534 See ChangeLog.11 for earlier changes.
26535
26536 ;; Local Variables:
26537 ;; coding: iso-2022-7bit
26538 ;; End:
26539
26540 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
26541 Copying and distribution of this file, with or without modification,
26542 are permitted provided the copyright notice and this notice are preserved.
26543
26544 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1